From d294d1db8688ad7fb69817d201ed300afa352335 Mon Sep 17 00:00:00 2001 From: Adam Tirella Date: Wed, 22 May 2024 09:46:26 -0700 Subject: [PATCH] chore: Update placeholder images in stories and demos (#9395) **Related Issue:** #9361 , #9392 ## Summary Removes served images from stories and local demo. We keep them in `.md` file, as these need to be hosted somewhere in order to work if the samples are used in an external location. cc @driskull Ideally, we could use map tiles or something (https://codepen.io/mac_and_cheese/pen/XWwXXqx?editors=1000) for these, but not sure how reliable those are. --- .../src/components/carousel/carousel.stories.ts | 11 ++++++----- .../calcite-components/src/custom-theme.stories.ts | 8 ++++---- packages/calcite-components/src/demos/carousel.html | 4 ++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/packages/calcite-components/src/components/carousel/carousel.stories.ts b/packages/calcite-components/src/components/carousel/carousel.stories.ts index b455536a448..e779a772579 100644 --- a/packages/calcite-components/src/components/carousel/carousel.stories.ts +++ b/packages/calcite-components/src/components/carousel/carousel.stories.ts @@ -2,6 +2,7 @@ import { select, number, text } from "../../../.storybook/fake-knobs"; import { modesDarkDefault } from "../../../.storybook/utils"; import { html } from "../../../support/formatting"; import { boolean } from "../../../.storybook/helpers"; +import { placeholderImage } from "../../../.storybook/placeholderImage"; export default { title: "Components/Carousel", @@ -59,7 +60,7 @@ export const carouselAutoplayFullImageWithOverlayAndEdge = (): string =>