@candy.thieves/ui-kit-lumos 0.0.1
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/README.md +141 -0
- package/dist/.storybook/main.d.ts +3 -0
- package/dist/.storybook/preview.d.ts +6 -0
- package/dist/favicon.svg +1 -0
- package/dist/icons.svg +24 -0
- package/dist/index.css +2 -0
- package/dist/index.js +307 -0
- package/dist/index.js.map +1 -0
- package/dist/src/assets/icons/ArrowBackOutline.d.ts +3 -0
- package/dist/src/assets/icons/ArrowForwardOutline.d.ts +3 -0
- package/dist/src/assets/icons/ArrowIosBack.d.ts +3 -0
- package/dist/src/assets/icons/ArrowIosBackOutline.d.ts +3 -0
- package/dist/src/assets/icons/ArrowIosDownOutline.d.ts +3 -0
- package/dist/src/assets/icons/ArrowIosForward.d.ts +3 -0
- package/dist/src/assets/icons/ArrowIosForwardOutline.d.ts +3 -0
- package/dist/src/assets/icons/ArrowIosUp.d.ts +3 -0
- package/dist/src/assets/icons/Block.d.ts +3 -0
- package/dist/src/assets/icons/BlockOutline.d.ts +3 -0
- package/dist/src/assets/icons/Bookmark.d.ts +3 -0
- package/dist/src/assets/icons/BookmarkOutline.d.ts +3 -0
- package/dist/src/assets/icons/Brave.d.ts +3 -0
- package/dist/src/assets/icons/Calendar.d.ts +3 -0
- package/dist/src/assets/icons/CalendarOutline.d.ts +3 -0
- package/dist/src/assets/icons/CheckmarkOutline.d.ts +3 -0
- package/dist/src/assets/icons/Close.d.ts +3 -0
- package/dist/src/assets/icons/CloseOutline.d.ts +3 -0
- package/dist/src/assets/icons/ColorPaletteOutline.d.ts +3 -0
- package/dist/src/assets/icons/Copy.d.ts +3 -0
- package/dist/src/assets/icons/CopyOutline.d.ts +3 -0
- package/dist/src/assets/icons/CreditCard.d.ts +3 -0
- package/dist/src/assets/icons/CreditCardOutline.d.ts +3 -0
- package/dist/src/assets/icons/DoneAllOutline.d.ts +3 -0
- package/dist/src/assets/icons/Edit.d.ts +3 -0
- package/dist/src/assets/icons/EditOutline.d.ts +3 -0
- package/dist/src/assets/icons/Email.d.ts +3 -0
- package/dist/src/assets/icons/EmailOutline.d.ts +3 -0
- package/dist/src/assets/icons/Expand.d.ts +3 -0
- package/dist/src/assets/icons/ExpandOutline.d.ts +3 -0
- package/dist/src/assets/icons/Explorer.d.ts +3 -0
- package/dist/src/assets/icons/Eye.d.ts +3 -0
- package/dist/src/assets/icons/EyeOff.d.ts +3 -0
- package/dist/src/assets/icons/EyeOffOutline.d.ts +3 -0
- package/dist/src/assets/icons/EyeOutline.d.ts +3 -0
- package/dist/src/assets/icons/Facebook.d.ts +3 -0
- package/dist/src/assets/icons/FillBell.d.ts +3 -0
- package/dist/src/assets/icons/Firefox.d.ts +3 -0
- package/dist/src/assets/icons/FlagEng.d.ts +3 -0
- package/dist/src/assets/icons/FlagRus.d.ts +3 -0
- package/dist/src/assets/icons/GithubRepo.d.ts +3 -0
- package/dist/src/assets/icons/Google.d.ts +3 -0
- package/dist/src/assets/icons/Heart.d.ts +3 -0
- package/dist/src/assets/icons/HeartOutline.d.ts +3 -0
- package/dist/src/assets/icons/Home.d.ts +3 -0
- package/dist/src/assets/icons/HomeOutline.d.ts +3 -0
- package/dist/src/assets/icons/Image.d.ts +3 -0
- package/dist/src/assets/icons/ImageOutline.d.ts +3 -0
- package/dist/src/assets/icons/Layers.d.ts +3 -0
- package/dist/src/assets/icons/LayersOutline.d.ts +3 -0
- package/dist/src/assets/icons/LogOut.d.ts +3 -0
- package/dist/src/assets/icons/LogOutOutline.d.ts +3 -0
- package/dist/src/assets/icons/Maximize.d.ts +3 -0
- package/dist/src/assets/icons/MaximizeOutline.d.ts +3 -0
- package/dist/src/assets/icons/MenuOutline.d.ts +3 -0
- package/dist/src/assets/icons/MessageCircle.d.ts +3 -0
- package/dist/src/assets/icons/MessageCircleOutline.d.ts +3 -0
- package/dist/src/assets/icons/Mic.d.ts +3 -0
- package/dist/src/assets/icons/MicOutline.d.ts +3 -0
- package/dist/src/assets/icons/MicrosoftEdge.d.ts +3 -0
- package/dist/src/assets/icons/MoreHorizontal.d.ts +3 -0
- package/dist/src/assets/icons/MoreHorizontalOutline.d.ts +3 -0
- package/dist/src/assets/icons/Opera.d.ts +3 -0
- package/dist/src/assets/icons/OutlineBell.d.ts +8 -0
- package/dist/src/assets/icons/Paid.d.ts +3 -0
- package/dist/src/assets/icons/PaperPlane.d.ts +3 -0
- package/dist/src/assets/icons/PaperPlaneOutline.d.ts +3 -0
- package/dist/src/assets/icons/PauseCircle.d.ts +3 -0
- package/dist/src/assets/icons/PauseCircleOutline.d.ts +3 -0
- package/dist/src/assets/icons/Paypal.d.ts +3 -0
- package/dist/src/assets/icons/Person.d.ts +3 -0
- package/dist/src/assets/icons/PersonAdd.d.ts +3 -0
- package/dist/src/assets/icons/PersonAddOutline.d.ts +3 -0
- package/dist/src/assets/icons/PersonOutline.d.ts +3 -0
- package/dist/src/assets/icons/PersonRemove.d.ts +3 -0
- package/dist/src/assets/icons/PersonRemoveOutline.d.ts +3 -0
- package/dist/src/assets/icons/Pin.d.ts +3 -0
- package/dist/src/assets/icons/PinOutline.d.ts +3 -0
- package/dist/src/assets/icons/PlayCircle.d.ts +3 -0
- package/dist/src/assets/icons/PlayCircleOutline.d.ts +3 -0
- package/dist/src/assets/icons/PlusCircle.d.ts +3 -0
- package/dist/src/assets/icons/PlusCircleOutline.d.ts +3 -0
- package/dist/src/assets/icons/PlusSquare.d.ts +3 -0
- package/dist/src/assets/icons/PlusSquareOutline.d.ts +3 -0
- package/dist/src/assets/icons/RadioButtonChecked.d.ts +3 -0
- package/dist/src/assets/icons/RadioButtonUnchecked.d.ts +3 -0
- package/dist/src/assets/icons/RecaptchaLogo.d.ts +3 -0
- package/dist/src/assets/icons/Safari.d.ts +3 -0
- package/dist/src/assets/icons/Search.d.ts +3 -0
- package/dist/src/assets/icons/SearchOutline.d.ts +3 -0
- package/dist/src/assets/icons/Settings.d.ts +3 -0
- package/dist/src/assets/icons/SettingsOutline.d.ts +3 -0
- package/dist/src/assets/icons/Stripe.d.ts +3 -0
- package/dist/src/assets/icons/Trash.d.ts +3 -0
- package/dist/src/assets/icons/TrashOutline.d.ts +3 -0
- package/dist/src/assets/icons/TrendingUp.d.ts +3 -0
- package/dist/src/assets/icons/TrendingUpOutline.d.ts +3 -0
- package/dist/src/assets/icons/UcBrowser.d.ts +3 -0
- package/dist/src/assets/icons/Yandex.d.ts +3 -0
- package/dist/src/assets/icons/index.d.ts +99 -0
- package/dist/src/components/RadioGroup/RadioGroup.d.ts +15 -0
- package/dist/src/components/RadioGroup/index.d.ts +1 -0
- package/dist/src/components/TestMixins/TestMixins.d.ts +1 -0
- package/dist/src/components/TestMixins/index.d.ts +1 -0
- package/dist/src/components/Typography/Typography.d.ts +26 -0
- package/dist/src/components/Typography/index.d.ts +1 -0
- package/dist/src/components/index.d.ts +3 -0
- package/dist/src/index.d.ts +6 -0
- package/dist/src/stories/assets/ArrowBackOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/ArrowForwardOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/ArrowIosBack.stories.d.ts +60 -0
- package/dist/src/stories/assets/ArrowIosBackOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/ArrowIosDownOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/ArrowIosForward.stories.d.ts +60 -0
- package/dist/src/stories/assets/ArrowIosForwardOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/ArrowIosUp.stories.d.ts +60 -0
- package/dist/src/stories/assets/Block.stories.d.ts +60 -0
- package/dist/src/stories/assets/BlockOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Bookmark.stories.d.ts +60 -0
- package/dist/src/stories/assets/BookmarkOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Brave.stories.d.ts +60 -0
- package/dist/src/stories/assets/Calendar.stories.d.ts +60 -0
- package/dist/src/stories/assets/CalendarOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/CheckmarkOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Close.stories.d.ts +60 -0
- package/dist/src/stories/assets/CloseOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/ColorPaletteOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Copy.stories.d.ts +60 -0
- package/dist/src/stories/assets/CopyOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/CreditCard.stories.d.ts +60 -0
- package/dist/src/stories/assets/CreditCardOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/DoneAllOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Edit.stories.d.ts +60 -0
- package/dist/src/stories/assets/EditOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Email.stories.d.ts +60 -0
- package/dist/src/stories/assets/EmailOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Expand.stories.d.ts +60 -0
- package/dist/src/stories/assets/ExpandOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Explorer.stories.d.ts +60 -0
- package/dist/src/stories/assets/Eye.stories.d.ts +60 -0
- package/dist/src/stories/assets/EyeOff.stories.d.ts +60 -0
- package/dist/src/stories/assets/EyeOffOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/EyeOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Facebook.stories.d.ts +47 -0
- package/dist/src/stories/assets/FillBell.stories.d.ts +60 -0
- package/dist/src/stories/assets/Firefox.stories.d.ts +60 -0
- package/dist/src/stories/assets/FlagEng.stories.d.ts +47 -0
- package/dist/src/stories/assets/FlagRus.stories.d.ts +47 -0
- package/dist/src/stories/assets/GithubRepo.stories.d.ts +60 -0
- package/dist/src/stories/assets/Google.stories.d.ts +47 -0
- package/dist/src/stories/assets/Heart.stories.d.ts +60 -0
- package/dist/src/stories/assets/HeartOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Home.stories.d.ts +60 -0
- package/dist/src/stories/assets/HomeOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/ImageIcon.stories.d.ts +60 -0
- package/dist/src/stories/assets/ImageOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Layers.stories.d.ts +60 -0
- package/dist/src/stories/assets/LayersOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/LogOut.stories.d.ts +60 -0
- package/dist/src/stories/assets/LogOutOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Maximize.stories.d.ts +60 -0
- package/dist/src/stories/assets/MaximizeOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/MenuOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/MessageCircle.stories.d.ts +60 -0
- package/dist/src/stories/assets/MessageCircleOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Mic.stories.d.ts +60 -0
- package/dist/src/stories/assets/MicOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/MicrosoftEdge.stories.d.ts +60 -0
- package/dist/src/stories/assets/MoreHorizontal.stories.d.ts +60 -0
- package/dist/src/stories/assets/MoreHorizontalOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Opera.stories.d.ts +60 -0
- package/dist/src/stories/assets/OutlineBell.stories.d.ts +69 -0
- package/dist/src/stories/assets/Paid.stories.d.ts +47 -0
- package/dist/src/stories/assets/PaperPlane.stories.d.ts +60 -0
- package/dist/src/stories/assets/PaperPlaneOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/PauseCircle.stories.d.ts +60 -0
- package/dist/src/stories/assets/PauseCircleOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Paypal.stories.d.ts +45 -0
- package/dist/src/stories/assets/Person.stories.d.ts +60 -0
- package/dist/src/stories/assets/PersonAdd.stories.d.ts +60 -0
- package/dist/src/stories/assets/PersonAddOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/PersonOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/PersonRemove.stories.d.ts +60 -0
- package/dist/src/stories/assets/PersonRemoveOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Pin.stories.d.ts +60 -0
- package/dist/src/stories/assets/PinOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/PlayCircle.stories.d.ts +60 -0
- package/dist/src/stories/assets/PlayCircleOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/PlusCircle.stories.d.ts +60 -0
- package/dist/src/stories/assets/PlusCircleOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/PlusSquare.stories.d.ts +60 -0
- package/dist/src/stories/assets/PlusSquareOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/RadioButtonChecked.stories.d.ts +60 -0
- package/dist/src/stories/assets/RadioButtonUnchecked.stories.d.ts +60 -0
- package/dist/src/stories/assets/RecaptchaLogo.stories.d.ts +47 -0
- package/dist/src/stories/assets/Safari.stories.d.ts +60 -0
- package/dist/src/stories/assets/Search.stories.d.ts +60 -0
- package/dist/src/stories/assets/SearchOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Settings.stories.d.ts +60 -0
- package/dist/src/stories/assets/SettingsOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/Stripe.stories.d.ts +47 -0
- package/dist/src/stories/assets/Trash.stories.d.ts +60 -0
- package/dist/src/stories/assets/TrashOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/TrendingUp.stories.d.ts +60 -0
- package/dist/src/stories/assets/TrendingUpOutline.stories.d.ts +60 -0
- package/dist/src/stories/assets/UcBrowser.stories.d.ts +60 -0
- package/dist/src/stories/assets/Yandex.stories.d.ts +60 -0
- package/dist/src/stories/components/RadioGroup.stories.d.ts +53 -0
- package/dist/src/stories/components/TestMixins/TestMixins.stories.d.ts +11 -0
- package/dist/src/stories/components/Typography/Typography.stories.d.ts +239 -0
- package/dist/src/stories/constants.d.ts +45 -0
- package/dist/src/stories/palette/ColorPalette.stories.d.ts +10 -0
- package/dist/src/storybook-utils/assets/coloredIconMeta.d.ts +38 -0
- package/dist/src/storybook-utils/assets/iconMeta.d.ts +51 -0
- package/dist/src/storybook-utils/assets/logoMeta.d.ts +32 -0
- package/dist/src/storybook-utils/index.d.ts +3 -0
- package/dist/src/utils/ColorIconBase.d.ts +7 -0
- package/dist/src/utils/ColorIconBaseSmall.d.ts +7 -0
- package/dist/src/utils/IconBase.d.ts +12 -0
- package/dist/src/utils/index.d.ts +3 -0
- package/package.json +91 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").ForwardRefExoticComponent<import("../../utils").IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
autoSize: {
|
|
8
|
+
control: {
|
|
9
|
+
type: "radio";
|
|
10
|
+
};
|
|
11
|
+
options: boolean[];
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
backgroundColor: {
|
|
15
|
+
control: {
|
|
16
|
+
type: "color";
|
|
17
|
+
};
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
color: {
|
|
21
|
+
control: {
|
|
22
|
+
type: "color";
|
|
23
|
+
};
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
size: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "range";
|
|
29
|
+
min: number;
|
|
30
|
+
max: number;
|
|
31
|
+
step: number;
|
|
32
|
+
};
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
svgProps: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "object";
|
|
38
|
+
};
|
|
39
|
+
description: string;
|
|
40
|
+
table: {
|
|
41
|
+
type: {
|
|
42
|
+
summary: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
args: {
|
|
51
|
+
autoSize: boolean;
|
|
52
|
+
size: number;
|
|
53
|
+
color: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export default meta;
|
|
57
|
+
type Story = StoryObj<typeof meta>;
|
|
58
|
+
export declare const Default: Story;
|
|
59
|
+
export declare const WithStyle: Story;
|
|
60
|
+
export declare const WithClassName: Story;
|