From 06042574cb6db8c7873f6d9bdb1621e7886ef563 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Fri, 26 Aug 2022 12:44:20 +0100 Subject: [PATCH] don't use aliases in components for now --- src/components/Article/Article.stories.svelte | 2 +- src/components/Article/Article.svelte | 2 +- src/components/BeforeAfter/BeforeAfter.stories.svelte | 2 +- src/components/BodyText/BodyText.stories.svelte | 2 +- .../DatawrapperChart/DatawrapperChart.stories.svelte | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Article/Article.stories.svelte b/src/components/Article/Article.stories.svelte index 3540b55a..d273e48f 100644 --- a/src/components/Article/Article.stories.svelte +++ b/src/components/Article/Article.stories.svelte @@ -10,7 +10,7 @@ import Article from './Article.svelte'; import Block from '../Block/Block.svelte'; - import { withComponentDocs, withStoryDocs } from '$docs/utils/withParams.js'; + import { withComponentDocs, withStoryDocs } from '$lib/docs/utils/withParams.js'; const meta = { title: 'Layout/Article', diff --git a/src/components/Article/Article.svelte b/src/components/Article/Article.svelte index d85958ce..aefac841 100644 --- a/src/components/Article/Article.svelte +++ b/src/components/Article/Article.svelte @@ -30,7 +30,7 @@ wider: 1200, }; - import cssVariables from '$lib/actions/cssVariables/index.js'; + import cssVariables from '../../actions/cssVariables/index.js'; $: columnWidthVars = { 'narrower-column-width': columnWidths.narrower + 'px', diff --git a/src/components/BeforeAfter/BeforeAfter.stories.svelte b/src/components/BeforeAfter/BeforeAfter.stories.svelte index 2efb6060..5c1d4a4f 100644 --- a/src/components/BeforeAfter/BeforeAfter.stories.svelte +++ b/src/components/BeforeAfter/BeforeAfter.stories.svelte @@ -17,7 +17,7 @@ import { withComponentDocs, - withStoryDocs, + withStoryDocs } from '$lib/docs/utils/withParams.js'; const meta = { diff --git a/src/components/BodyText/BodyText.stories.svelte b/src/components/BodyText/BodyText.stories.svelte index 9c3b3164..40e0c472 100644 --- a/src/components/BodyText/BodyText.stories.svelte +++ b/src/components/BodyText/BodyText.stories.svelte @@ -34,6 +34,6 @@ - [Pork chop](https://www.google.com) - Fillet - Venison shoulder *ham hock ham leberkas*. Flank beef ribs fatback, jerky meatball ham hock.` + Venison shoulder *ham hock ham leberkas*. Flank beef ribs fatback, jerky meatball ham hock.`, }} /> diff --git a/src/components/DatawrapperChart/DatawrapperChart.stories.svelte b/src/components/DatawrapperChart/DatawrapperChart.stories.svelte index 2a95bc6f..53fd8192 100644 --- a/src/components/DatawrapperChart/DatawrapperChart.stories.svelte +++ b/src/components/DatawrapperChart/DatawrapperChart.stories.svelte @@ -10,7 +10,7 @@ import { withComponentDocs, - withStoryDocs, + withStoryDocs } from '$lib/docs/utils/withParams.js'; const meta = { @@ -22,7 +22,7 @@ control: 'select', options: ['normal', 'wide', 'wider', 'widest', 'fluid'], }, - } + }, };