@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,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const LogOutOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { LogOutOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Maximize: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Maximize };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const MaximizeOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { MaximizeOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const MenuOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { MenuOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const MessageCircle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { MessageCircle };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const MessageCircleOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { MessageCircleOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Mic: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Mic };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const MicOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { MicOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const MicrosoftEdge: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { MicrosoftEdge };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const MoreHorizontal: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { MoreHorizontal };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const MoreHorizontalOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { MoreHorizontalOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Opera: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Opera };
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '@/utils';
2
+ export type IconWithMessageProps = IconProps & {
3
+ msgCounter?: number;
4
+ };
5
+ declare const MemoizedOutlineBell: import("react").NamedExoticComponent<IconProps & {
6
+ msgCounter?: number;
7
+ } & import("react").RefAttributes<SVGSVGElement>>;
8
+ export { MemoizedOutlineBell as OutlineBell };
@@ -0,0 +1,3 @@
1
+ import { type ColorIconProps } from '@/utils';
2
+ declare const Paid: import("react").ForwardRefExoticComponent<ColorIconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Paid };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PaperPlane: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PaperPlane };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PaperPlaneOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PaperPlaneOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PauseCircle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PauseCircle };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PauseCircleOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PauseCircleOutline };
@@ -0,0 +1,3 @@
1
+ import { type ColorIconProps } from '@/utils';
2
+ declare const Paypal: import("react").ForwardRefExoticComponent<ColorIconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Paypal };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Person: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Person };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PersonAdd: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PersonAdd };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PersonAddOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PersonAddOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PersonOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PersonOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PersonRemove: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PersonRemove };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PersonRemoveOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PersonRemoveOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Pin: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Pin };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PinOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PinOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PlayCircle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PlayCircle };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PlayCircleOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PlayCircleOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PlusCircle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PlusCircle };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PlusCircleOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PlusCircleOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PlusSquare: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PlusSquare };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const PlusSquareOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { PlusSquareOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const RadioButtonChecked: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { RadioButtonChecked };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const RadioButtonUnchecked: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { RadioButtonUnchecked };
@@ -0,0 +1,3 @@
1
+ import { type ColorIconProps } from '@/utils';
2
+ declare const RecaptchaLogo: import("react").ForwardRefExoticComponent<ColorIconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { RecaptchaLogo };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Safari: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Safari };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Search: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Search };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const SearchOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { SearchOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Settings: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Settings };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const SettingsOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { SettingsOutline };
@@ -0,0 +1,3 @@
1
+ import { type ColorIconProps } from '@/utils';
2
+ declare const Stripe: import("react").ForwardRefExoticComponent<ColorIconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Stripe };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Trash: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Trash };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const TrashOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { TrashOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const TrendingUp: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { TrendingUp };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const TrendingUpOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { TrendingUpOutline };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const UcBrowser: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { UcBrowser };
@@ -0,0 +1,3 @@
1
+ import { type IconProps } from '@/utils';
2
+ declare const Yandex: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export { Yandex };
@@ -0,0 +1,99 @@
1
+ export { CheckmarkOutline } from './CheckmarkOutline';
2
+ export { FillBell } from './FillBell';
3
+ export { Close } from './Close';
4
+ export { CloseOutline } from './CloseOutline';
5
+ export { Home } from './Home';
6
+ export { HomeOutline } from './HomeOutline';
7
+ export { OutlineBell } from './OutlineBell';
8
+ export { FlagEng } from './FlagEng';
9
+ export { FlagRus } from './FlagRus';
10
+ export { PlusSquareOutline } from './PlusSquareOutline';
11
+ export { PlusSquare } from './PlusSquare';
12
+ export { Person } from './Person';
13
+ export { PersonOutline } from './PersonOutline';
14
+ export { TrendingUp } from './TrendingUp';
15
+ export { TrendingUpOutline } from './TrendingUpOutline';
16
+ export { Bookmark } from './Bookmark';
17
+ export { BookmarkOutline } from './BookmarkOutline';
18
+ export { ArrowForwardOutline } from './ArrowForwardOutline';
19
+ export { ArrowBackOutline } from './ArrowBackOutline';
20
+ export { DoneAllOutline } from './DoneAllOutline';
21
+ export { LogOut } from './LogOut';
22
+ export { LogOutOutline } from './LogOutOutline';
23
+ export { Calendar } from './Calendar';
24
+ export { CalendarOutline } from './CalendarOutline';
25
+ export { ArrowIosUp } from './ArrowIosUp';
26
+ export { ArrowIosDownOutline } from './ArrowIosDownOutline';
27
+ export { RadioButtonChecked } from './RadioButtonChecked';
28
+ export { RadioButtonUnchecked } from './RadioButtonUnchecked';
29
+ export { PauseCircle } from './PauseCircle';
30
+ export { PauseCircleOutline } from './PauseCircleOutline';
31
+ export { PlayCircle } from './PlayCircle';
32
+ export { PlayCircleOutline } from './PlayCircleOutline';
33
+ export { ColorPaletteOutline } from './ColorPaletteOutline';
34
+ export { ArrowIosBack } from './ArrowIosBack';
35
+ export { ArrowIosBackOutline } from './ArrowIosBackOutline';
36
+ export { ArrowIosForward } from './ArrowIosForward';
37
+ export { ArrowIosForwardOutline } from './ArrowIosForwardOutline';
38
+ export { Expand } from './Expand';
39
+ export { ExpandOutline } from './ExpandOutline';
40
+ export { MenuOutline } from './MenuOutline';
41
+ export { PlusCircle } from './PlusCircle';
42
+ export { PlusCircleOutline } from './PlusCircleOutline';
43
+ export { ImageIcon } from './Image';
44
+ export { ImageOutline } from './ImageOutline';
45
+ export { Search } from './Search';
46
+ export { SearchOutline } from './SearchOutline';
47
+ export { Block } from './Block';
48
+ export { BlockOutline } from './BlockOutline';
49
+ export { Settings } from './Settings';
50
+ export { SettingsOutline } from './SettingsOutline';
51
+ export { Layers } from './Layers';
52
+ export { LayersOutline } from './LayersOutline';
53
+ export { GithubRepo } from './GithubRepo';
54
+ export { EyeOff } from './EyeOff';
55
+ export { EyeOffOutline } from './EyeOffOutline';
56
+ export { Eye } from './Eye';
57
+ export { EyeOutline } from './EyeOutline';
58
+ export { PaperPlane } from './PaperPlane';
59
+ export { PaperPlaneOutline } from './PaperPlaneOutline';
60
+ export { MoreHorizontal } from './MoreHorizontal';
61
+ export { MoreHorizontalOutline } from './MoreHorizontalOutline';
62
+ export { MessageCircle } from './MessageCircle';
63
+ export { MessageCircleOutline } from './MessageCircleOutline';
64
+ export { PersonRemove } from './PersonRemove';
65
+ export { PersonRemoveOutline } from './PersonRemoveOutline';
66
+ export { PersonAdd } from './PersonAdd';
67
+ export { PersonAddOutline } from './PersonAddOutline';
68
+ export { Mic } from './Mic';
69
+ export { MicOutline } from './MicOutline';
70
+ export { Copy } from './Copy';
71
+ export { CopyOutline } from './CopyOutline';
72
+ export { CreditCard } from './CreditCard';
73
+ export { CreditCardOutline } from './CreditCardOutline';
74
+ export { Edit } from './Edit';
75
+ export { EditOutline } from './EditOutline';
76
+ export { Email } from './Email';
77
+ export { EmailOutline } from './EmailOutline';
78
+ export { Heart } from './Heart';
79
+ export { HeartOutline } from './HeartOutline';
80
+ export { Maximize } from './Maximize';
81
+ export { MaximizeOutline } from './MaximizeOutline';
82
+ export { Pin } from './Pin';
83
+ export { PinOutline } from './PinOutline';
84
+ export { Trash } from './Trash';
85
+ export { TrashOutline } from './TrashOutline';
86
+ export { Stripe } from './Stripe';
87
+ export { RecaptchaLogo } from './RecaptchaLogo';
88
+ export { Paypal } from './Paypal';
89
+ export { Paid } from './Paid';
90
+ export { Google } from './Google';
91
+ export { Facebook } from './Facebook';
92
+ export { Brave } from './Brave';
93
+ export { Explorer } from './Explorer';
94
+ export { Firefox } from './Firefox';
95
+ export { MicrosoftEdge } from './MicrosoftEdge';
96
+ export { Opera } from './Opera';
97
+ export { Safari } from './Safari';
98
+ export { UcBrowser } from './UcBrowser';
99
+ export { Yandex } from './Yandex';
@@ -0,0 +1,15 @@
1
+ import type { ComponentPropsWithoutRef, ReactNode } from 'react';
2
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
3
+ export type RadioOption = {
4
+ disabled?: boolean;
5
+ label?: ReactNode;
6
+ value: string;
7
+ };
8
+ export type RadioGroupProps = Omit<ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root>, 'children'> & {
9
+ className?: string;
10
+ options: RadioOption[];
11
+ };
12
+ export declare const RadioGroup: import("react").ForwardRefExoticComponent<Omit<Omit<RadioGroupPrimitive.RadioGroupProps & import("react").RefAttributes<HTMLDivElement>, "ref">, "children"> & {
13
+ className?: string;
14
+ options: RadioOption[];
15
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1 @@
1
+ export * from './RadioGroup';
@@ -0,0 +1 @@
1
+ export declare const TestMixins: () => import("react").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './TestMixins';
@@ -0,0 +1,26 @@
1
+ import type { ComponentPropsWithRef, CSSProperties, ElementType, ReactNode } from 'react';
2
+ type TypographyVariant = 'body1' | 'body2' | 'body3' | 'caption1' | 'caption2' | 'caution' | 'caution-error' | 'h1' | 'h2' | 'h3' | 'large' | 'link' | 'signature' | 'signature-legal' | 'subtitle1' | 'subtitle2' | 'subtitle-link';
3
+ type TypographyAlign = 'center' | 'justify' | 'left' | 'right';
4
+ type MarginProps = {
5
+ mt?: CSSProperties['marginTop'];
6
+ mb?: CSSProperties['marginBottom'];
7
+ ml?: CSSProperties['marginLeft'];
8
+ mr?: CSSProperties['marginRight'];
9
+ mx?: CSSProperties['marginLeft'];
10
+ my?: CSSProperties['marginTop'];
11
+ };
12
+ type TypographyProps<T extends ElementType = 'div'> = {
13
+ variant?: TypographyVariant;
14
+ children: ReactNode;
15
+ color?: CSSProperties['color'];
16
+ className?: string;
17
+ style?: CSSProperties;
18
+ noWrap?: boolean;
19
+ gutterBottom?: boolean;
20
+ align?: TypographyAlign;
21
+ href?: string;
22
+ target?: '_blank' | '_parent' | '_self' | '_top';
23
+ rel?: string;
24
+ } & MarginProps & Omit<ComponentPropsWithRef<T>, 'align' | 'color' | 'gutterBottom' | 'href' | 'noWrap' | 'rel' | 'style' | 'target' | keyof MarginProps>;
25
+ export declare const Typography: <C extends ElementType = "div">(props: TypographyProps<C>) => import("react").JSX.Element;
26
+ export {};
@@ -0,0 +1 @@
1
+ export * from './Typography';
@@ -0,0 +1,3 @@
1
+ export * from './Typography/Typography';
2
+ export * from './TestMixins/TestMixins';
3
+ export * from './RadioGroup/RadioGroup';
@@ -0,0 +1,6 @@
1
+ import '@fontsource-variable/inter/wght.css';
2
+ import '@fontsource-variable/roboto/wght.css';
3
+ import '@radix-ui/themes/styles.css';
4
+ import './styles/index.scss';
5
+ export * from './components';
6
+ export { clsx } from 'clsx';
@@ -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;