diff --git a/src/components/Lottie/Lottie.stories.svelte b/src/components/Lottie/Lottie.stories.svelte index 1c77fb66..473d90de 100644 --- a/src/components/Lottie/Lottie.stories.svelte +++ b/src/components/Lottie/Lottie.stories.svelte @@ -8,10 +8,10 @@ import Theme from '../Theme/Theme.svelte'; // Denmo Lottie file - import DemoLottie from './lottie/demo.lottie?url'; - import MarkerSample from './lottie/markerSample.lottie?url'; - import ForegroundSample from './lottie/foregroundSample.lottie?url'; - import ThemesSample from './lottie/themesLottie.lottie?url'; + import DemoLottie from './lottie/demo.zip?url'; + import MarkerSample from './lottie/markerSample.zip?url'; + import ForegroundSample from './lottie/foregroundSample.zip?url'; + import ThemesSample from './lottie/themesLottie.zip?url'; import WithScrollerBase from './demo/withScrollerBase.svelte'; const { Story } = defineMeta({ @@ -83,7 +83,7 @@ - + import ScrollerBase from '../../ScrollerBase/ScrollerBase.svelte'; import Lottie from '../Lottie.svelte'; - import LottieSample from '../lottie/themesLottie.lottie?url'; + import LottieSample from '../lottie/themesLottie.zip?url'; // Optional: Bind your own variables to use them in your code. let count = $state(1); diff --git a/src/components/Lottie/lottie/demo.lottie b/src/components/Lottie/lottie/demo.zip similarity index 100% rename from src/components/Lottie/lottie/demo.lottie rename to src/components/Lottie/lottie/demo.zip diff --git a/src/components/Lottie/lottie/foregroundSample.lottie b/src/components/Lottie/lottie/foregroundSample.zip similarity index 100% rename from src/components/Lottie/lottie/foregroundSample.lottie rename to src/components/Lottie/lottie/foregroundSample.zip diff --git a/src/components/Lottie/lottie/markerSample.lottie b/src/components/Lottie/lottie/markerSample.zip similarity index 100% rename from src/components/Lottie/lottie/markerSample.lottie rename to src/components/Lottie/lottie/markerSample.zip diff --git a/src/components/Lottie/lottie/themesLottie.lottie b/src/components/Lottie/lottie/themesLottie.zip similarity index 100% rename from src/components/Lottie/lottie/themesLottie.lottie rename to src/components/Lottie/lottie/themesLottie.zip