ctc-component-library 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -5
- package/dist/index.es.js +282 -289
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +11 -9
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/atoms/Button/Button.d.ts +1 -2
- package/dist/src/components/atoms/Icon/Icon.d.ts +0 -1
- package/dist/src/vite-env.d.ts +1 -0
- package/package.json +3 -9
- package/dist/src/App.d.ts +0 -3
- package/dist/src/commons/shapes.d.ts +0 -15
- package/dist/src/commons/spacing.d.ts +0 -15
- package/dist/src/components/atoms/Button/Button.test.d.ts +0 -1
- package/dist/src/components/atoms/Icon/Icon.test.d.ts +0 -1
- package/dist/src/components/atoms/Typography/Typography.d.ts +0 -10
- package/dist/src/components/atoms/Typography/Typography.test.d.ts +0 -1
- package/dist/src/components/foundationOverview/ColorOverview/ColorOverview.d.ts +0 -2
- package/dist/src/components/foundationOverview/ColorOverview/ColorOverview.stories.d.ts +0 -15
- package/dist/src/components/foundationOverview/IconsOverview/IconsOverview.d.ts +0 -3
- package/dist/src/components/foundationOverview/IconsOverview/IconsOverview.stories.d.ts +0 -15
- package/dist/src/components/foundationOverview/ShapeOverview/ShapeOverview.d.ts +0 -2
- package/dist/src/components/foundationOverview/ShapeOverview/ShapeOverview.stories.d.ts +0 -15
- package/dist/src/components/foundationOverview/SpacingOverview/SpacingOverview.d.ts +0 -2
- package/dist/src/components/foundationOverview/SpacingOverview/SpacingOverview.stories.d.ts +0 -15
- package/dist/src/components/foundationOverview/TypographyOverview/TypographyOverview.d.ts +0 -3
- package/dist/src/components/foundationOverview/TypographyOverview/TypographyOverview.stories.d.ts +0 -15
- package/dist/src/components/foundationOverview/TypographyOverview/tokens.d.ts +0 -14
- package/dist/src/components/index.d.ts +0 -2
- package/dist/src/main.d.ts +0 -1
- package/dist/src/stories/Button/Button.stories.d.ts +0 -15
- package/dist/src/stories/Typography/Typography.stories.d.ts +0 -19
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Typography } from '../../components/atoms/Typography/Typography';
|
|
3
|
-
|
|
4
|
-
declare const meta: Meta<typeof Typography>;
|
|
5
|
-
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof meta>;
|
|
7
|
-
export declare const H1: Story;
|
|
8
|
-
export declare const H2: Story;
|
|
9
|
-
export declare const H3: Story;
|
|
10
|
-
export declare const H4: Story;
|
|
11
|
-
export declare const H5: Story;
|
|
12
|
-
export declare const Body1: Story;
|
|
13
|
-
export declare const Body2: Story;
|
|
14
|
-
export declare const Body3: Story;
|
|
15
|
-
export declare const Body4: Story;
|
|
16
|
-
export declare const Body5: Story;
|
|
17
|
-
export declare const Body6: Story;
|
|
18
|
-
export declare const Button1: Story;
|
|
19
|
-
export declare const Button2: Story;
|