@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.
Files changed (229) hide show
  1. package/README.md +141 -0
  2. package/dist/.storybook/main.d.ts +3 -0
  3. package/dist/.storybook/preview.d.ts +6 -0
  4. package/dist/favicon.svg +1 -0
  5. package/dist/icons.svg +24 -0
  6. package/dist/index.css +2 -0
  7. package/dist/index.js +307 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/src/assets/icons/ArrowBackOutline.d.ts +3 -0
  10. package/dist/src/assets/icons/ArrowForwardOutline.d.ts +3 -0
  11. package/dist/src/assets/icons/ArrowIosBack.d.ts +3 -0
  12. package/dist/src/assets/icons/ArrowIosBackOutline.d.ts +3 -0
  13. package/dist/src/assets/icons/ArrowIosDownOutline.d.ts +3 -0
  14. package/dist/src/assets/icons/ArrowIosForward.d.ts +3 -0
  15. package/dist/src/assets/icons/ArrowIosForwardOutline.d.ts +3 -0
  16. package/dist/src/assets/icons/ArrowIosUp.d.ts +3 -0
  17. package/dist/src/assets/icons/Block.d.ts +3 -0
  18. package/dist/src/assets/icons/BlockOutline.d.ts +3 -0
  19. package/dist/src/assets/icons/Bookmark.d.ts +3 -0
  20. package/dist/src/assets/icons/BookmarkOutline.d.ts +3 -0
  21. package/dist/src/assets/icons/Brave.d.ts +3 -0
  22. package/dist/src/assets/icons/Calendar.d.ts +3 -0
  23. package/dist/src/assets/icons/CalendarOutline.d.ts +3 -0
  24. package/dist/src/assets/icons/CheckmarkOutline.d.ts +3 -0
  25. package/dist/src/assets/icons/Close.d.ts +3 -0
  26. package/dist/src/assets/icons/CloseOutline.d.ts +3 -0
  27. package/dist/src/assets/icons/ColorPaletteOutline.d.ts +3 -0
  28. package/dist/src/assets/icons/Copy.d.ts +3 -0
  29. package/dist/src/assets/icons/CopyOutline.d.ts +3 -0
  30. package/dist/src/assets/icons/CreditCard.d.ts +3 -0
  31. package/dist/src/assets/icons/CreditCardOutline.d.ts +3 -0
  32. package/dist/src/assets/icons/DoneAllOutline.d.ts +3 -0
  33. package/dist/src/assets/icons/Edit.d.ts +3 -0
  34. package/dist/src/assets/icons/EditOutline.d.ts +3 -0
  35. package/dist/src/assets/icons/Email.d.ts +3 -0
  36. package/dist/src/assets/icons/EmailOutline.d.ts +3 -0
  37. package/dist/src/assets/icons/Expand.d.ts +3 -0
  38. package/dist/src/assets/icons/ExpandOutline.d.ts +3 -0
  39. package/dist/src/assets/icons/Explorer.d.ts +3 -0
  40. package/dist/src/assets/icons/Eye.d.ts +3 -0
  41. package/dist/src/assets/icons/EyeOff.d.ts +3 -0
  42. package/dist/src/assets/icons/EyeOffOutline.d.ts +3 -0
  43. package/dist/src/assets/icons/EyeOutline.d.ts +3 -0
  44. package/dist/src/assets/icons/Facebook.d.ts +3 -0
  45. package/dist/src/assets/icons/FillBell.d.ts +3 -0
  46. package/dist/src/assets/icons/Firefox.d.ts +3 -0
  47. package/dist/src/assets/icons/FlagEng.d.ts +3 -0
  48. package/dist/src/assets/icons/FlagRus.d.ts +3 -0
  49. package/dist/src/assets/icons/GithubRepo.d.ts +3 -0
  50. package/dist/src/assets/icons/Google.d.ts +3 -0
  51. package/dist/src/assets/icons/Heart.d.ts +3 -0
  52. package/dist/src/assets/icons/HeartOutline.d.ts +3 -0
  53. package/dist/src/assets/icons/Home.d.ts +3 -0
  54. package/dist/src/assets/icons/HomeOutline.d.ts +3 -0
  55. package/dist/src/assets/icons/Image.d.ts +3 -0
  56. package/dist/src/assets/icons/ImageOutline.d.ts +3 -0
  57. package/dist/src/assets/icons/Layers.d.ts +3 -0
  58. package/dist/src/assets/icons/LayersOutline.d.ts +3 -0
  59. package/dist/src/assets/icons/LogOut.d.ts +3 -0
  60. package/dist/src/assets/icons/LogOutOutline.d.ts +3 -0
  61. package/dist/src/assets/icons/Maximize.d.ts +3 -0
  62. package/dist/src/assets/icons/MaximizeOutline.d.ts +3 -0
  63. package/dist/src/assets/icons/MenuOutline.d.ts +3 -0
  64. package/dist/src/assets/icons/MessageCircle.d.ts +3 -0
  65. package/dist/src/assets/icons/MessageCircleOutline.d.ts +3 -0
  66. package/dist/src/assets/icons/Mic.d.ts +3 -0
  67. package/dist/src/assets/icons/MicOutline.d.ts +3 -0
  68. package/dist/src/assets/icons/MicrosoftEdge.d.ts +3 -0
  69. package/dist/src/assets/icons/MoreHorizontal.d.ts +3 -0
  70. package/dist/src/assets/icons/MoreHorizontalOutline.d.ts +3 -0
  71. package/dist/src/assets/icons/Opera.d.ts +3 -0
  72. package/dist/src/assets/icons/OutlineBell.d.ts +8 -0
  73. package/dist/src/assets/icons/Paid.d.ts +3 -0
  74. package/dist/src/assets/icons/PaperPlane.d.ts +3 -0
  75. package/dist/src/assets/icons/PaperPlaneOutline.d.ts +3 -0
  76. package/dist/src/assets/icons/PauseCircle.d.ts +3 -0
  77. package/dist/src/assets/icons/PauseCircleOutline.d.ts +3 -0
  78. package/dist/src/assets/icons/Paypal.d.ts +3 -0
  79. package/dist/src/assets/icons/Person.d.ts +3 -0
  80. package/dist/src/assets/icons/PersonAdd.d.ts +3 -0
  81. package/dist/src/assets/icons/PersonAddOutline.d.ts +3 -0
  82. package/dist/src/assets/icons/PersonOutline.d.ts +3 -0
  83. package/dist/src/assets/icons/PersonRemove.d.ts +3 -0
  84. package/dist/src/assets/icons/PersonRemoveOutline.d.ts +3 -0
  85. package/dist/src/assets/icons/Pin.d.ts +3 -0
  86. package/dist/src/assets/icons/PinOutline.d.ts +3 -0
  87. package/dist/src/assets/icons/PlayCircle.d.ts +3 -0
  88. package/dist/src/assets/icons/PlayCircleOutline.d.ts +3 -0
  89. package/dist/src/assets/icons/PlusCircle.d.ts +3 -0
  90. package/dist/src/assets/icons/PlusCircleOutline.d.ts +3 -0
  91. package/dist/src/assets/icons/PlusSquare.d.ts +3 -0
  92. package/dist/src/assets/icons/PlusSquareOutline.d.ts +3 -0
  93. package/dist/src/assets/icons/RadioButtonChecked.d.ts +3 -0
  94. package/dist/src/assets/icons/RadioButtonUnchecked.d.ts +3 -0
  95. package/dist/src/assets/icons/RecaptchaLogo.d.ts +3 -0
  96. package/dist/src/assets/icons/Safari.d.ts +3 -0
  97. package/dist/src/assets/icons/Search.d.ts +3 -0
  98. package/dist/src/assets/icons/SearchOutline.d.ts +3 -0
  99. package/dist/src/assets/icons/Settings.d.ts +3 -0
  100. package/dist/src/assets/icons/SettingsOutline.d.ts +3 -0
  101. package/dist/src/assets/icons/Stripe.d.ts +3 -0
  102. package/dist/src/assets/icons/Trash.d.ts +3 -0
  103. package/dist/src/assets/icons/TrashOutline.d.ts +3 -0
  104. package/dist/src/assets/icons/TrendingUp.d.ts +3 -0
  105. package/dist/src/assets/icons/TrendingUpOutline.d.ts +3 -0
  106. package/dist/src/assets/icons/UcBrowser.d.ts +3 -0
  107. package/dist/src/assets/icons/Yandex.d.ts +3 -0
  108. package/dist/src/assets/icons/index.d.ts +99 -0
  109. package/dist/src/components/RadioGroup/RadioGroup.d.ts +15 -0
  110. package/dist/src/components/RadioGroup/index.d.ts +1 -0
  111. package/dist/src/components/TestMixins/TestMixins.d.ts +1 -0
  112. package/dist/src/components/TestMixins/index.d.ts +1 -0
  113. package/dist/src/components/Typography/Typography.d.ts +26 -0
  114. package/dist/src/components/Typography/index.d.ts +1 -0
  115. package/dist/src/components/index.d.ts +3 -0
  116. package/dist/src/index.d.ts +6 -0
  117. package/dist/src/stories/assets/ArrowBackOutline.stories.d.ts +60 -0
  118. package/dist/src/stories/assets/ArrowForwardOutline.stories.d.ts +60 -0
  119. package/dist/src/stories/assets/ArrowIosBack.stories.d.ts +60 -0
  120. package/dist/src/stories/assets/ArrowIosBackOutline.stories.d.ts +60 -0
  121. package/dist/src/stories/assets/ArrowIosDownOutline.stories.d.ts +60 -0
  122. package/dist/src/stories/assets/ArrowIosForward.stories.d.ts +60 -0
  123. package/dist/src/stories/assets/ArrowIosForwardOutline.stories.d.ts +60 -0
  124. package/dist/src/stories/assets/ArrowIosUp.stories.d.ts +60 -0
  125. package/dist/src/stories/assets/Block.stories.d.ts +60 -0
  126. package/dist/src/stories/assets/BlockOutline.stories.d.ts +60 -0
  127. package/dist/src/stories/assets/Bookmark.stories.d.ts +60 -0
  128. package/dist/src/stories/assets/BookmarkOutline.stories.d.ts +60 -0
  129. package/dist/src/stories/assets/Brave.stories.d.ts +60 -0
  130. package/dist/src/stories/assets/Calendar.stories.d.ts +60 -0
  131. package/dist/src/stories/assets/CalendarOutline.stories.d.ts +60 -0
  132. package/dist/src/stories/assets/CheckmarkOutline.stories.d.ts +60 -0
  133. package/dist/src/stories/assets/Close.stories.d.ts +60 -0
  134. package/dist/src/stories/assets/CloseOutline.stories.d.ts +60 -0
  135. package/dist/src/stories/assets/ColorPaletteOutline.stories.d.ts +60 -0
  136. package/dist/src/stories/assets/Copy.stories.d.ts +60 -0
  137. package/dist/src/stories/assets/CopyOutline.stories.d.ts +60 -0
  138. package/dist/src/stories/assets/CreditCard.stories.d.ts +60 -0
  139. package/dist/src/stories/assets/CreditCardOutline.stories.d.ts +60 -0
  140. package/dist/src/stories/assets/DoneAllOutline.stories.d.ts +60 -0
  141. package/dist/src/stories/assets/Edit.stories.d.ts +60 -0
  142. package/dist/src/stories/assets/EditOutline.stories.d.ts +60 -0
  143. package/dist/src/stories/assets/Email.stories.d.ts +60 -0
  144. package/dist/src/stories/assets/EmailOutline.stories.d.ts +60 -0
  145. package/dist/src/stories/assets/Expand.stories.d.ts +60 -0
  146. package/dist/src/stories/assets/ExpandOutline.stories.d.ts +60 -0
  147. package/dist/src/stories/assets/Explorer.stories.d.ts +60 -0
  148. package/dist/src/stories/assets/Eye.stories.d.ts +60 -0
  149. package/dist/src/stories/assets/EyeOff.stories.d.ts +60 -0
  150. package/dist/src/stories/assets/EyeOffOutline.stories.d.ts +60 -0
  151. package/dist/src/stories/assets/EyeOutline.stories.d.ts +60 -0
  152. package/dist/src/stories/assets/Facebook.stories.d.ts +47 -0
  153. package/dist/src/stories/assets/FillBell.stories.d.ts +60 -0
  154. package/dist/src/stories/assets/Firefox.stories.d.ts +60 -0
  155. package/dist/src/stories/assets/FlagEng.stories.d.ts +47 -0
  156. package/dist/src/stories/assets/FlagRus.stories.d.ts +47 -0
  157. package/dist/src/stories/assets/GithubRepo.stories.d.ts +60 -0
  158. package/dist/src/stories/assets/Google.stories.d.ts +47 -0
  159. package/dist/src/stories/assets/Heart.stories.d.ts +60 -0
  160. package/dist/src/stories/assets/HeartOutline.stories.d.ts +60 -0
  161. package/dist/src/stories/assets/Home.stories.d.ts +60 -0
  162. package/dist/src/stories/assets/HomeOutline.stories.d.ts +60 -0
  163. package/dist/src/stories/assets/ImageIcon.stories.d.ts +60 -0
  164. package/dist/src/stories/assets/ImageOutline.stories.d.ts +60 -0
  165. package/dist/src/stories/assets/Layers.stories.d.ts +60 -0
  166. package/dist/src/stories/assets/LayersOutline.stories.d.ts +60 -0
  167. package/dist/src/stories/assets/LogOut.stories.d.ts +60 -0
  168. package/dist/src/stories/assets/LogOutOutline.stories.d.ts +60 -0
  169. package/dist/src/stories/assets/Maximize.stories.d.ts +60 -0
  170. package/dist/src/stories/assets/MaximizeOutline.stories.d.ts +60 -0
  171. package/dist/src/stories/assets/MenuOutline.stories.d.ts +60 -0
  172. package/dist/src/stories/assets/MessageCircle.stories.d.ts +60 -0
  173. package/dist/src/stories/assets/MessageCircleOutline.stories.d.ts +60 -0
  174. package/dist/src/stories/assets/Mic.stories.d.ts +60 -0
  175. package/dist/src/stories/assets/MicOutline.stories.d.ts +60 -0
  176. package/dist/src/stories/assets/MicrosoftEdge.stories.d.ts +60 -0
  177. package/dist/src/stories/assets/MoreHorizontal.stories.d.ts +60 -0
  178. package/dist/src/stories/assets/MoreHorizontalOutline.stories.d.ts +60 -0
  179. package/dist/src/stories/assets/Opera.stories.d.ts +60 -0
  180. package/dist/src/stories/assets/OutlineBell.stories.d.ts +69 -0
  181. package/dist/src/stories/assets/Paid.stories.d.ts +47 -0
  182. package/dist/src/stories/assets/PaperPlane.stories.d.ts +60 -0
  183. package/dist/src/stories/assets/PaperPlaneOutline.stories.d.ts +60 -0
  184. package/dist/src/stories/assets/PauseCircle.stories.d.ts +60 -0
  185. package/dist/src/stories/assets/PauseCircleOutline.stories.d.ts +60 -0
  186. package/dist/src/stories/assets/Paypal.stories.d.ts +45 -0
  187. package/dist/src/stories/assets/Person.stories.d.ts +60 -0
  188. package/dist/src/stories/assets/PersonAdd.stories.d.ts +60 -0
  189. package/dist/src/stories/assets/PersonAddOutline.stories.d.ts +60 -0
  190. package/dist/src/stories/assets/PersonOutline.stories.d.ts +60 -0
  191. package/dist/src/stories/assets/PersonRemove.stories.d.ts +60 -0
  192. package/dist/src/stories/assets/PersonRemoveOutline.stories.d.ts +60 -0
  193. package/dist/src/stories/assets/Pin.stories.d.ts +60 -0
  194. package/dist/src/stories/assets/PinOutline.stories.d.ts +60 -0
  195. package/dist/src/stories/assets/PlayCircle.stories.d.ts +60 -0
  196. package/dist/src/stories/assets/PlayCircleOutline.stories.d.ts +60 -0
  197. package/dist/src/stories/assets/PlusCircle.stories.d.ts +60 -0
  198. package/dist/src/stories/assets/PlusCircleOutline.stories.d.ts +60 -0
  199. package/dist/src/stories/assets/PlusSquare.stories.d.ts +60 -0
  200. package/dist/src/stories/assets/PlusSquareOutline.stories.d.ts +60 -0
  201. package/dist/src/stories/assets/RadioButtonChecked.stories.d.ts +60 -0
  202. package/dist/src/stories/assets/RadioButtonUnchecked.stories.d.ts +60 -0
  203. package/dist/src/stories/assets/RecaptchaLogo.stories.d.ts +47 -0
  204. package/dist/src/stories/assets/Safari.stories.d.ts +60 -0
  205. package/dist/src/stories/assets/Search.stories.d.ts +60 -0
  206. package/dist/src/stories/assets/SearchOutline.stories.d.ts +60 -0
  207. package/dist/src/stories/assets/Settings.stories.d.ts +60 -0
  208. package/dist/src/stories/assets/SettingsOutline.stories.d.ts +60 -0
  209. package/dist/src/stories/assets/Stripe.stories.d.ts +47 -0
  210. package/dist/src/stories/assets/Trash.stories.d.ts +60 -0
  211. package/dist/src/stories/assets/TrashOutline.stories.d.ts +60 -0
  212. package/dist/src/stories/assets/TrendingUp.stories.d.ts +60 -0
  213. package/dist/src/stories/assets/TrendingUpOutline.stories.d.ts +60 -0
  214. package/dist/src/stories/assets/UcBrowser.stories.d.ts +60 -0
  215. package/dist/src/stories/assets/Yandex.stories.d.ts +60 -0
  216. package/dist/src/stories/components/RadioGroup.stories.d.ts +53 -0
  217. package/dist/src/stories/components/TestMixins/TestMixins.stories.d.ts +11 -0
  218. package/dist/src/stories/components/Typography/Typography.stories.d.ts +239 -0
  219. package/dist/src/stories/constants.d.ts +45 -0
  220. package/dist/src/stories/palette/ColorPalette.stories.d.ts +10 -0
  221. package/dist/src/storybook-utils/assets/coloredIconMeta.d.ts +38 -0
  222. package/dist/src/storybook-utils/assets/iconMeta.d.ts +51 -0
  223. package/dist/src/storybook-utils/assets/logoMeta.d.ts +32 -0
  224. package/dist/src/storybook-utils/index.d.ts +3 -0
  225. package/dist/src/utils/ColorIconBase.d.ts +7 -0
  226. package/dist/src/utils/ColorIconBaseSmall.d.ts +7 -0
  227. package/dist/src/utils/IconBase.d.ts +12 -0
  228. package/dist/src/utils/index.d.ts +3 -0
  229. 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;