Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: storybook icon config #6

Merged
merged 1 commit into from
Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
1 change: 1 addition & 0 deletions packages/avatar/src/Avatar.stories.mdx
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
1 change: 1 addition & 0 deletions packages/footer/src/Footer.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@tablecheck/tablekit-free-icon-config';
import { Footer } from './index';

<Meta title="Components/Footer" component={Footer} parameters={{}} />
Expand Down
1 change: 1 addition & 0 deletions packages/gallery/src/Gallery.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Meta, Story, Canvas, Props } from '@storybook/addon-docs/blocks';
import '@tablecheck/tablekit-free-icon-config';

import { Gallery } from './index';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 1 addition & 0 deletions packages/password-field/src/PasswordField.stories.mdx
Original file line number Diff line number Diff line change
@@ -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';

<Meta
Expand Down
1 change: 1 addition & 0 deletions packages/sidenav/src/Sidenav.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Meta, Story, Canvas, Props } from '@storybook/addon-docs/blocks';
import '@tablecheck/tablekit-free-icon-config';
import { SideNav, SideNavProvider } from './index';

<Meta title="Components/SideNav" component={SideNav} parameters={{}} />
Expand Down
1 change: 1 addition & 0 deletions packages/tag/src/Tag.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Meta, Story, Canvas, Props } from '@storybook/addon-docs/blocks';
import '@tablecheck/tablekit-free-icon-config';
import { Tag } from './index';

<Meta title="Components/Tag" component={Tag} parameters={{}} />
Expand Down
1 change: 1 addition & 0 deletions packages/toggle/src/Toggle.stories.mdx
Original file line number Diff line number Diff line change
@@ -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';

<Meta title="Components/Toggle" component={Toggle} parameters={{}} />
Expand Down