diff --git a/.storybook/preview.tsx b/.storybook/preview.tsx index b582736ff..3a39e70e8 100644 --- a/.storybook/preview.tsx +++ b/.storybook/preview.tsx @@ -4,7 +4,6 @@ import { CLASSIC_COLORS, DARK_COLORS } from '@tablecheck/tablekit-theme'; -import '@tablecheck/tablekit-free-icon-config'; import * as React from 'react'; import { useDarkMode } from 'storybook-dark-mode'; diff --git a/packages/avatar/src/Avatar.stories.mdx b/packages/avatar/src/Avatar.stories.mdx index bd0ad1f56..7052477a0 100644 --- a/packages/avatar/src/Avatar.stories.mdx +++ b/packages/avatar/src/Avatar.stories.mdx @@ -1,5 +1,6 @@ import { styled } from '@storybook/theming'; import { Meta, Story, Canvas, Props } from '@storybook/addon-docs/blocks'; +import '@tablecheck/tablekit-free-icon-config'; import { Avatar } from './Avatar'; export const AvatarWrapper = styled.div` diff --git a/packages/footer/src/Footer.stories.mdx b/packages/footer/src/Footer.stories.mdx index 5776caf7a..08efe7f2f 100644 --- a/packages/footer/src/Footer.stories.mdx +++ b/packages/footer/src/Footer.stories.mdx @@ -1,3 +1,4 @@ +import '@tablecheck/tablekit-free-icon-config'; import { Footer } from './index'; diff --git a/packages/gallery/src/Gallery.stories.mdx b/packages/gallery/src/Gallery.stories.mdx index 82251b392..3e13d79d8 100644 --- a/packages/gallery/src/Gallery.stories.mdx +++ b/packages/gallery/src/Gallery.stories.mdx @@ -1,4 +1,5 @@ import { Meta, Story, Canvas, Props } from '@storybook/addon-docs/blocks'; +import '@tablecheck/tablekit-free-icon-config'; import { Gallery } from './index'; diff --git a/packages/language-selector/src/LanguageSelector.stories.tsx b/packages/language-selector/src/LanguageSelector.stories.tsx index 9542c9467..46f61b733 100644 --- a/packages/language-selector/src/LanguageSelector.stories.tsx +++ b/packages/language-selector/src/LanguageSelector.stories.tsx @@ -5,6 +5,7 @@ import { faLanguage } from '@fortawesome/free-solid-svg-icons/faLanguage'; import { Meta } from '@storybook/react'; import { ordered } from '@tablecheck/locales'; import { Icon } from '@tablecheck/tablekit-icon'; +import '@tablecheck/tablekit-free-icon-config'; import { Item, ItemBorderPosition } from '@tablecheck/tablekit-item'; import { Size, Spacing } from '@tablecheck/tablekit-theme'; import { useState } from 'react'; diff --git a/packages/password-field/src/PasswordField.stories.mdx b/packages/password-field/src/PasswordField.stories.mdx index 9c1dc87e1..ad28315c6 100644 --- a/packages/password-field/src/PasswordField.stories.mdx +++ b/packages/password-field/src/PasswordField.stories.mdx @@ -1,4 +1,5 @@ import { Meta, Story, Canvas, Props } from '@storybook/addon-docs/blocks'; +import '@tablecheck/tablekit-free-icon-config'; import { PasswordField, ScoreLevel } from './index'; diff --git a/packages/tag/src/Tag.stories.mdx b/packages/tag/src/Tag.stories.mdx index 2d3230a7e..4b0e7c3d0 100644 --- a/packages/tag/src/Tag.stories.mdx +++ b/packages/tag/src/Tag.stories.mdx @@ -1,4 +1,5 @@ import { Meta, Story, Canvas, Props } from '@storybook/addon-docs/blocks'; +import '@tablecheck/tablekit-free-icon-config'; import { Tag } from './index'; diff --git a/packages/toggle/src/Toggle.stories.mdx b/packages/toggle/src/Toggle.stories.mdx index a70db6940..04c767189 100644 --- a/packages/toggle/src/Toggle.stories.mdx +++ b/packages/toggle/src/Toggle.stories.mdx @@ -1,4 +1,5 @@ import { Meta, Story, Canvas, Props } from '@storybook/addon-docs/blocks'; +import '@tablecheck/tablekit-free-icon-config'; import { Toggle, config } from './index';