@itcase/ui 1.4.5 → 1.4.7

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 (255) hide show
  1. package/dist/{Badge-C68XnlcL.js → Badge-BxT2_kz_.js} +1 -1
  2. package/dist/{Badge-C6SNRExV.js → Badge-DnWTbwXq.js} +1 -1
  3. package/dist/{Button-WZZpsxTk.js → Button-BiJZz4Bx.js} +9 -9
  4. package/dist/{Button-Bsrw4D7p.js → Button-xYLCmT3D.js} +9 -9
  5. package/dist/{DropdownItem-BiiEhR49.js → DropdownItem-NllzSt5M.js} +3 -3
  6. package/dist/{DropdownItem-g5jWbyJy.js → DropdownItem-mr__S8vt.js} +3 -3
  7. package/dist/{Group-DiMnEfge.js → Group-BICb8bYQ.js} +4 -6
  8. package/dist/{Group-Chtnas-J.js → Group-qq4Iisll.js} +4 -6
  9. package/dist/{Icon-GVGrUu_Z.js → Icon-BcBOnVKH.js} +4 -4
  10. package/dist/{Icon-htF_V35Y.js → Icon-OJ_3E3eM.js} +4 -4
  11. package/dist/{Input-COFdaiTe.js → Input-DHJIVk1z.js} +2 -2
  12. package/dist/{Input-Dwvk-poq.js → Input-DiFnIFT7.js} +2 -2
  13. package/dist/{Label-DF2a2Mlx.js → Label-D-LcvthP.js} +1 -1
  14. package/dist/{Label-I9WNpCXa.js → Label-y2hx5Q81.js} +1 -1
  15. package/dist/{Link-B38Hn4G2.js → Link-BnqN6ysn.js} +2 -2
  16. package/dist/{Link-BhJ5BdyS.js → Link-DaKqf1pb.js} +2 -2
  17. package/dist/{Loader-DpYaDhe9.js → Loader-DdKHrLnw.js} +3 -3
  18. package/dist/{Loader-D4_r7LML.js → Loader-VK3q7PBN.js} +3 -3
  19. package/dist/{Overlay-BKh07Vb2.js → Overlay-CZixnXZ6.js} +2 -2
  20. package/dist/{Overlay-DiCjwUv4.js → Overlay-Myen2mqz.js} +2 -2
  21. package/dist/Title-BLGDdlnX.js +55 -0
  22. package/dist/Title-Byi9vhDt.js +51 -0
  23. package/dist/{Tooltip-BYgzNVYI.js → Tooltip-5lQyt5-Y.js} +1 -1
  24. package/dist/{Tooltip-DpBQQoNo.js → Tooltip-DRta8lK_.js} +1 -1
  25. package/dist/cjs/components/Accordion.js +8 -8
  26. package/dist/cjs/components/Avatar.js +4 -4
  27. package/dist/cjs/components/Badge.js +5 -5
  28. package/dist/cjs/components/Breadcrumbs.js +4 -4
  29. package/dist/cjs/components/Button.js +7 -7
  30. package/dist/cjs/components/Cell.js +5 -5
  31. package/dist/cjs/components/Chips.js +60 -19
  32. package/dist/cjs/components/Choice.js +7 -7
  33. package/dist/cjs/components/Code.js +2 -2
  34. package/dist/cjs/components/CookiesWarning.js +8 -8
  35. package/dist/cjs/components/DadataHintField.js +1 -1
  36. package/dist/cjs/components/DatePicker.js +36 -11
  37. package/dist/cjs/components/Drawer.js +2 -2
  38. package/dist/cjs/components/Dropdown.js +2 -2
  39. package/dist/cjs/components/Group.js +1 -1
  40. package/dist/cjs/components/HeroTitle.js +2 -2
  41. package/dist/cjs/components/Icon.js +4 -4
  42. package/dist/cjs/components/Input.js +1 -1
  43. package/dist/cjs/components/InputMask.js +2 -2
  44. package/dist/cjs/components/InputPassword.js +6 -6
  45. package/dist/cjs/components/Label.js +3 -3
  46. package/dist/cjs/components/Link.js +1 -1
  47. package/dist/cjs/components/List.js +1 -1
  48. package/dist/cjs/components/Loader.js +1 -1
  49. package/dist/cjs/components/Logo.js +1 -1
  50. package/dist/cjs/components/MenuItem.js +3 -3
  51. package/dist/cjs/components/Modal.js +22 -14
  52. package/dist/cjs/components/Notification.js +2 -2
  53. package/dist/cjs/components/Overlay.js +1 -1
  54. package/dist/cjs/components/Pagination.js +7 -7
  55. package/dist/cjs/components/Panel.js +3 -3
  56. package/dist/cjs/components/Radio.js +2 -2
  57. package/dist/cjs/components/Response.js +7 -7
  58. package/dist/cjs/components/Search.js +6 -6
  59. package/dist/cjs/components/Segmented.js +13 -3
  60. package/dist/cjs/components/Select.js +8 -8
  61. package/dist/cjs/components/Swiper.js +1 -1
  62. package/dist/cjs/components/Switch.js +2 -2
  63. package/dist/cjs/components/Tab.js +5 -5
  64. package/dist/cjs/components/Textarea.js +2 -2
  65. package/dist/cjs/components/Tile.js +5 -5
  66. package/dist/cjs/components/Title.js +2 -2
  67. package/dist/cjs/components/Tooltip.js +2 -2
  68. package/dist/cjs/components/Video.js +5 -5
  69. package/dist/components/Accordion.js +8 -8
  70. package/dist/components/Avatar.js +4 -4
  71. package/dist/components/Badge.js +5 -5
  72. package/dist/components/Breadcrumbs.js +4 -4
  73. package/dist/components/Button.js +7 -7
  74. package/dist/components/Cell.js +5 -5
  75. package/dist/components/Chips.js +60 -19
  76. package/dist/components/Choice.js +7 -7
  77. package/dist/components/Code.js +2 -2
  78. package/dist/components/CookiesWarning.js +8 -8
  79. package/dist/components/DadataHintField.js +1 -1
  80. package/dist/components/DatePicker.js +36 -11
  81. package/dist/components/Drawer.js +2 -2
  82. package/dist/components/Dropdown.js +2 -2
  83. package/dist/components/Group.js +1 -1
  84. package/dist/components/HeroTitle.js +2 -2
  85. package/dist/components/Icon.js +4 -4
  86. package/dist/components/Input.js +1 -1
  87. package/dist/components/InputMask.js +2 -2
  88. package/dist/components/InputPassword.js +6 -6
  89. package/dist/components/Label.js +3 -3
  90. package/dist/components/Link.js +1 -1
  91. package/dist/components/List.js +1 -1
  92. package/dist/components/Loader.js +1 -1
  93. package/dist/components/Logo.js +1 -1
  94. package/dist/components/MenuItem.js +3 -3
  95. package/dist/components/Modal.js +22 -14
  96. package/dist/components/Notification.js +2 -2
  97. package/dist/components/Overlay.js +1 -1
  98. package/dist/components/Pagination.js +7 -7
  99. package/dist/components/Panel.js +3 -3
  100. package/dist/components/Radio.js +2 -2
  101. package/dist/components/Response.js +7 -7
  102. package/dist/components/Search.js +6 -6
  103. package/dist/components/Segmented.js +13 -3
  104. package/dist/components/Select.js +8 -8
  105. package/dist/components/Swiper.js +1 -1
  106. package/dist/components/Switch.js +2 -2
  107. package/dist/components/Tab.js +5 -5
  108. package/dist/components/Textarea.js +2 -2
  109. package/dist/components/Tile.js +5 -5
  110. package/dist/components/Title.js +2 -2
  111. package/dist/components/Tooltip.js +2 -2
  112. package/dist/components/Video.js +5 -5
  113. package/dist/css/components/Cell/Cell.css +14 -34
  114. package/dist/css/components/HeroTitle/HeroTitle.css +11 -13
  115. package/dist/css/components/Image/Image.css +11 -13
  116. package/dist/css/components/Loader/Loader.css +19 -0
  117. package/dist/css/components/Title/Title.css +11 -13
  118. package/dist/css/components/Tooltip/Tooltip.css +4 -4
  119. package/dist/css/styles/fill/fill.css +6 -6
  120. package/dist/css/styles/fill/fill_active.css +1 -1
  121. package/dist/css/styles/fill/fill_active_hover.css +4 -4
  122. package/dist/css/styles/fill/fill_disabled.css +8 -0
  123. package/dist/css/styles/text-color/text-color.css +4 -4
  124. package/dist/css/styles/text-color/text-color_disabled.css +13 -0
  125. package/dist/stories/Accordion.mdx +1 -1
  126. package/dist/stories/AccordionItem.mdx +1 -1
  127. package/dist/stories/Avatar.mdx +1 -1
  128. package/dist/stories/Badge.mdx +13 -0
  129. package/dist/stories/Button.mdx +12 -0
  130. package/dist/stories/Checkbox.mdx +12 -0
  131. package/dist/stories/Checkmark.mdx +10 -0
  132. package/dist/stories/Chips.mdx +37 -0
  133. package/dist/stories/Dev.mdx +3 -3
  134. package/dist/stories/{elevation.mdx → Elevation.mdx} +3 -3
  135. package/dist/stories/Label.mdx +11 -0
  136. package/dist/stories/Loader.mdx +11 -0
  137. package/dist/stories/Logo.mdx +10 -5
  138. package/dist/stories/Modal.mdx +15 -0
  139. package/dist/stories/Response.mdx +11 -0
  140. package/dist/stories/Tab.mdx +27 -0
  141. package/dist/stories/Tile.mdx +4 -12
  142. package/dist/stories/Title.mdx +1 -1
  143. package/dist/types/appearance/default/defaultAccent.d.ts +33 -0
  144. package/dist/types/appearance/default/defaultDanger.d.ts +33 -0
  145. package/dist/types/appearance/default/defaultDisabled.d.ts +33 -0
  146. package/dist/types/appearance/default/defaultError.d.ts +33 -0
  147. package/dist/types/appearance/default/defaultInfo.d.ts +33 -0
  148. package/dist/types/appearance/default/defaultPrimary.d.ts +33 -0
  149. package/dist/types/appearance/default/defaultSecondary.d.ts +33 -0
  150. package/dist/types/appearance/default/defaultSuccess.d.ts +33 -0
  151. package/dist/types/appearance/default/defaultSurface.d.ts +33 -0
  152. package/dist/types/appearance/default/defaultWarning.d.ts +33 -0
  153. package/dist/types/appearance/index.d.ts +11 -2
  154. package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -1
  155. package/dist/types/components/Button/appearance/buttonInfo.d.ts +2 -2
  156. package/dist/types/components/Chips/appearance/chipsAccent.d.ts +9 -0
  157. package/dist/types/components/Chips/appearance/chipsDanger.d.ts +2 -0
  158. package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +9 -0
  159. package/dist/types/components/Chips/appearance/chipsError.d.ts +2 -0
  160. package/dist/types/components/Chips/appearance/chipsInfo.d.ts +2 -0
  161. package/dist/types/components/Chips/appearance/chipsPrimary.d.ts +8 -0
  162. package/dist/types/components/Chips/appearance/chipsSecondary.d.ts +9 -0
  163. package/dist/types/components/Chips/appearance/chipsSize.d.ts +2 -0
  164. package/dist/types/components/Chips/appearance/chipsStyle.d.ts +2 -0
  165. package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +2 -0
  166. package/dist/types/components/Chips/appearance/chipsSurface.d.ts +21 -0
  167. package/dist/types/components/Chips/appearance/chipsWarning.d.ts +2 -0
  168. package/dist/types/components/Grid/stories/args.d.ts +5 -5
  169. package/dist/types/components/Group/stories/args.d.ts +5 -5
  170. package/dist/types/components/Modal/Modal.appearance.d.ts +2 -2
  171. package/dist/types/components/Modal/Modal.interface.d.ts +3 -3
  172. package/dist/types/components/Modal/appearance/modalSurface.d.ts +7 -0
  173. package/dist/types/components/Tab/stories/args.d.ts +17 -17
  174. package/dist/types/types/componentProps/align.d.ts +1 -1
  175. package/dist/types/types/componentProps/alignDirection.d.ts +1 -1
  176. package/dist/types/types/componentProps/alignment.d.ts +1 -1
  177. package/dist/types/types/componentProps/borderColor.d.ts +1 -1
  178. package/dist/types/types/componentProps/borderColorHover.d.ts +1 -1
  179. package/dist/types/types/componentProps/borderType.d.ts +1 -1
  180. package/dist/types/types/componentProps/borderWidth.d.ts +1 -1
  181. package/dist/types/types/componentProps/direction.d.ts +1 -1
  182. package/dist/types/types/componentProps/elevation.d.ts +1 -1
  183. package/dist/types/types/componentProps/fill.d.ts +1 -1
  184. package/dist/types/types/componentProps/fillGradient.d.ts +1 -1
  185. package/dist/types/types/componentProps/fillHover.d.ts +1 -1
  186. package/dist/types/types/componentProps/fillType.d.ts +1 -1
  187. package/dist/types/types/componentProps/flexAlign.d.ts +1 -1
  188. package/dist/types/types/componentProps/flexGrow.d.ts +1 -1
  189. package/dist/types/types/componentProps/flexJustifyContent.d.ts +1 -1
  190. package/dist/types/types/componentProps/flexWrap.d.ts +1 -1
  191. package/dist/types/types/componentProps/gridAlign.d.ts +1 -1
  192. package/dist/types/types/componentProps/gridAlignSelf.d.ts +1 -1
  193. package/dist/types/types/componentProps/gridJustifyItems.d.ts +1 -1
  194. package/dist/types/types/componentProps/gridJustifySelf.d.ts +1 -1
  195. package/dist/types/types/componentProps/height.d.ts +1 -1
  196. package/dist/types/types/componentProps/horizontalResizeMode.d.ts +1 -1
  197. package/dist/types/types/componentProps/iconFillSize.d.ts +1 -1
  198. package/dist/types/types/componentProps/iconSize.d.ts +1 -1
  199. package/dist/types/types/componentProps/itemColor.d.ts +1 -1
  200. package/dist/types/types/componentProps/justifyContent.d.ts +1 -1
  201. package/dist/types/types/componentProps/overflow.d.ts +1 -1
  202. package/dist/types/types/componentProps/position.d.ts +1 -1
  203. package/dist/types/types/componentProps/resizeMode.d.ts +1 -1
  204. package/dist/types/types/componentProps/shape.d.ts +1 -1
  205. package/dist/types/types/componentProps/size.d.ts +1 -1
  206. package/dist/types/types/componentProps/sizeOption.d.ts +1 -1
  207. package/dist/types/types/componentProps/sizePX.d.ts +1 -1
  208. package/dist/types/types/componentProps/state.d.ts +1 -1
  209. package/dist/types/types/componentProps/svgFill.d.ts +1 -1
  210. package/dist/types/types/componentProps/textAlign.d.ts +1 -1
  211. package/dist/types/types/componentProps/textColor.d.ts +1 -1
  212. package/dist/types/types/componentProps/textColorActive.d.ts +1 -1
  213. package/dist/types/types/componentProps/textColorHover.d.ts +1 -1
  214. package/dist/types/types/componentProps/textGradient.d.ts +1 -1
  215. package/dist/types/types/componentProps/textSize.d.ts +1 -1
  216. package/dist/types/types/componentProps/textStyle.d.ts +1 -1
  217. package/dist/types/types/componentProps/textTag.d.ts +1 -1
  218. package/dist/types/types/componentProps/textWeight.d.ts +1 -1
  219. package/dist/types/types/componentProps/textWrap.d.ts +1 -1
  220. package/dist/types/types/componentProps/titleSize.d.ts +2 -2
  221. package/dist/types/types/componentProps/type.d.ts +1 -1
  222. package/dist/types/types/componentProps/underline.d.ts +1 -1
  223. package/dist/types/types/componentProps/verticalContentAlign.d.ts +1 -1
  224. package/dist/types/types/componentProps/verticalResizeMode.d.ts +1 -1
  225. package/dist/types/types/componentProps/width.d.ts +1 -1
  226. package/dist/types/types/componentProps/wrap.d.ts +1 -1
  227. package/package.json +17 -12
  228. package/dist/Title-BWWyRwLY.js +0 -52
  229. package/dist/Title-Dck3eHNM.js +0 -48
  230. package/dist/cjs/components/Card.js +0 -28
  231. package/dist/components/Card.js +0 -26
  232. package/dist/css/components/Card/Card.css +0 -18
  233. package/dist/css/tokens/colors.css +0 -126
  234. package/dist/css/tokens/elevation.css +0 -10
  235. package/dist/css/tokens/settings.css +0 -31
  236. package/dist/css/tokens/typography.css +0 -130
  237. package/dist/stories/Appearance.mdx +0 -35
  238. package/dist/stories/Group.mdx +0 -9
  239. package/dist/stories/Size.mdx +0 -35
  240. package/dist/stories/Skeleton.mdx +0 -9
  241. package/dist/stories/State.mdx +0 -19
  242. package/dist/types/components/Card/Card.d.ts +0 -3
  243. package/dist/types/components/Card/Card.interface.d.ts +0 -30
  244. package/dist/types/components/Card/index.d.ts +0 -1
  245. package/dist/types/components/Flex/stories/args.d.ts +0 -80
  246. /package/dist/stories/{colors.mdx → Colors.mdx} +0 -0
  247. /package/dist/stories/{mixin_animation.mdx → MixinAnimation.mdx} +0 -0
  248. /package/dist/stories/{mixin_dark-light.mdx → MixinDarkLight.mdx} +0 -0
  249. /package/dist/stories/{mixin_elevation.mdx → MixinElevation.mdx} +0 -0
  250. /package/dist/stories/{mixin_fill-gradient.mdx → MixinFillGradient.mdx} +0 -0
  251. /package/dist/stories/{mixin_typography.mdx → MixinTypography.mdx} +0 -0
  252. /package/dist/stories/{mixin_utils.mdx → MixinUtils.mdx} +0 -0
  253. /package/dist/stories/{settings.mdx → Settings.mdx} +0 -0
  254. /package/dist/stories/{typography.mdx → Typography.mdx} +0 -0
  255. /package/dist/types/appearance/{defaultAppearance.d.ts → default/defaultAppearance.d.ts} +0 -0
@@ -1,126 +0,0 @@
1
- /* stylelint-disable custom-property-empty-line-before, value-keyword-case */
2
-
3
- :root {
4
- --color-accent-primary: hsla(92, 49%, 47%, 1);
5
- --color-accent-secondary: hsla(92, 28%, 62%, 1);
6
- --color-accent-tertiary: hsla(93, 53%, 93%, 1);
7
- --color-accent-quaternary: hsla(92, 71%, 27%, 1);
8
-
9
- --color-accent-text-primary: hsla(0, 0%, 100%, 1);
10
- --color-accent-text-secondary: hsla(92, 71%, 27%, 1);
11
- --color-accent-text-tertiary: hsla(92, 49%, 47%, 1);
12
- --color-accent-text-quaternary: hsla(0, 0%, 100%, 1);
13
-
14
- --color-accent-item-primary: hsla(0, 0%, 100%, 1);
15
- --color-accent-item-secondary: hsla(92, 37%, 35%, 1);
16
- --color-accent-item-tertiary: hsla(92, 49%, 47%, 1);
17
- --color-accent-item-quaternary: hsla(0, 0%, 100%, 1);
18
-
19
- --color-accent-border-primary: hsla(92, 37%, 35%, 1);
20
- --color-accent-border-secondary: hsla(92, 37%, 35%, 1);
21
- --color-accent-border-tertiary: hsla(92, 49%, 47%, 1);
22
- --color-accent-border-quaternary: hsla(0, 0%, 100%, 1);
23
-
24
- --color-primary: hsla(0, 94%, 66%, 1);
25
- --color-primary-primary: hsla(0, 94%, 66%, 1);
26
- --color-primary-secondary: hsla(360, 94%, 80%, 1);
27
- --color-primary-hover-primary: hsla(0, 94%, 66%, 1);
28
- --color-primary-hover-secondary: hsla(0, 94%, 95%, 1);
29
-
30
- --color-primary-text-primary: hsla(0, 0%, 100%, 1);
31
- --color-primary-text-secondary: hsla(0, 94%, 66%, 1);
32
-
33
- --color-primary-item-primary: hsla(0, 0%, 100%, 1);
34
- --color-primary-item-secondary: hsla(0, 94%, 66%, 1);
35
-
36
- --color-primary-border-primary: hsla(0, 0%, 100%, 1);
37
- --color-primary-border-secondary: hsla(0, 94%, 66%, 1);
38
-
39
- --color-secondary: hsla(210, 8%, 75%, 1);
40
- --color-secondary-primary: hsla(210, 8%, 75%, 1);
41
- --color-secondary-primary-hover: hsla(210, 8%, 1%, 1);
42
-
43
- --color-secondary-secondary: hsla(210, 7%, 85%, 1);
44
- --color-secondary-secondary-hover: hsla(210, 8%, 95%, 1);
45
-
46
- --color-secondary-text-primary: hsla(0, 0%, 100%, 1);
47
- --color-secondary-text-secondary: hsla(0, 0%, 59%, 1);
48
- --color-secondary-text-tertiary: hsla(0, 0%, 34%, 1);
49
-
50
- --color-secondary-item-primary: hsla(0, 0%, 100%, 1);
51
- --color-secondary-item-secondary: hsla(0, 0%, 59%, 1);
52
-
53
- --color-secondary-border-primary: hsla(210, 8%, 75%, 1);
54
-
55
- --color-tertiary-primary: hsla(50, 100%, 62%, 1);
56
- --color-tertiary-secondary: hsla(50, 100%, 77%, 1);
57
-
58
- --color-tertiary-text-primary: hsla(0, 0%, 34%, 1);
59
- --color-tertiary-text-secondary: hsla(50, 100%, 62%, 1);
60
-
61
- --color-tertiary-item-primary: hsla(0, 0%, 34%, 1);
62
-
63
- --color-surface-primary: hsla(0, 0%, 100%, 1);
64
- --color-surface-primary-hover: hsla(0, 0%, 98%, 1);
65
-
66
- --color-surface-secondary: hsla(220, 14%, 96%, 1);
67
- --color-surface-secondary-hover: hsla(0, 0%, 98%, 1);
68
-
69
- --color-surface-tertiary: hsla(0, 0%, 85%, 1);
70
- --color-surface-tertiary-hover: hsla(0, 0%, 95%, 1);
71
-
72
- --color-surface-quaternary: hsla(0, 0%, 97%, 1);
73
- --color-surface-quaternary-hover: hsla(0, 0%, 95%, 1);
74
-
75
- --color-surface-text-primary: hsla(0, 0%, 34%, 1);
76
- --color-surface-text-primary-hover: hsla(216, 99%, 63%, 1);
77
- --color-surface-text-secondary: hsla(210, 9%, 56%, 1);
78
- --color-surface-text-tertiary: hsla(210, 12%, 76%, 1);
79
- --color-surface-text-quaternary: hsla(0, 94%, 66%, 1);
80
-
81
- --color-surface-text-accent: hsla(216, 99%, 63%, 1);
82
- --color-surface-text-accent-hover: hsla(216, 99%, 43%, 1);
83
-
84
- --color-surface-item-primary: hsla(0, 0%, 34%, 1);
85
- --color-surface-item-secondary: hsla(210, 8%, 75%, 1);
86
- --color-surface-item-accent: hsla(216, 99%, 63%, 1);
87
-
88
- --color-surface-border-primary: hsla(0, 0%, 34%, 1);
89
- --color-surface-border-secondary: hsla(0, 0%, 59%, 1);
90
- --color-surface-border-tertiary: hsla(210, 5%, 89%, 1);
91
- --color-surface-border-accent: hsla(216, 99%, 63%, 1);
92
-
93
- --color-gradient-primary: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
94
-
95
- --color-success: hsla(107, 100%, 34%, 1);
96
-
97
- --color-success-item-primary: hsla(0, 0%, 100%, 1);
98
-
99
- --color-success-primary: hsla(107, 100%, 34%, 1);
100
- --color-success-text-primary: hsla(107, 100%, 34%, 1);
101
- --color-success-text-secondary: hsla(0, 0%, 100%, 1);
102
-
103
- --color-success-border-primary: hsla(107, 100%, 34%, 1);
104
-
105
- --color-warning-primary: hsla(43, 68%, 50%, 1);
106
- --color-warning-text-primary: hsla(43, 68%, 50%, 1);
107
- --color-warning-text-secondary: hsla(0, 0%, 100%, 1);
108
-
109
- --color-warning-border-primary: hsla(43, 68%, 50%, 1);
110
-
111
- --color-danger-primary: hsla(349, 96%, 44%, 1);
112
- --color-danger-text-primary: hsla(349, 96%, 44%, 1);
113
- --color-danger-text-secondary: hsla(0, 0%, 100%, 1);
114
-
115
- --color-danger-border-primary: hsla(349, 96%, 44%, 1);
116
-
117
- --color-error-primary: hsla(6, 99%, 57%, 1);
118
- --color-error-text-primary: hsla(0, 0%, 100%, 1);
119
- --color-error-text-secondary: hsla(6, 99%, 57%, 1);
120
-
121
- --color-error-item-primary: hsla(0, 0%, 100%, 1);
122
-
123
- --color-error-border-primary: hsla(6, 99%, 57%, 1);
124
-
125
- --color-fader: hsla(0, 0%, 59%, 0.2);
126
- }
@@ -1,10 +0,0 @@
1
- :root {
2
- --elevation-1: 0px 1px 1px rgba(0, 0, 0, 0.24);
3
- --elevation-2: 0px 2px 4px rgba(0, 0, 0, 0.24);
4
- --elevation-4: 0px 2px 6px rgba(0, 0, 0, 0.24);
5
- --elevation-6: 0px 2px 6px rgba(0, 0, 0, 0.24);
6
- --elevation-8: 0px 4px 8px rgba(0, 0, 0, 0.16);
7
- --elevation-12: 0px 6px 12px rgba(0, 0, 0, 0.16);
8
- --elevation-16: 0px 8px 16px rgba(0, 0, 0, 0.16);
9
- --elevation-24: 0px 16px 24px rgba(0, 0, 0, 0.12);
10
- }
@@ -1,31 +0,0 @@
1
- /* stylelint-disable custom-property-empty-line-before, value-keyword-case */
2
-
3
- :root {
4
- --min-max: 375px 1440px;
5
- --min: 320px;
6
- --max: 1440px;
7
- }
8
-
9
- @media (--mobile) {
10
- :root {
11
- --wrapper-margin: 16px;
12
- }
13
- }
14
-
15
- @media (--tablet), (--desktop-small), (--desktop-medium) {
16
- :root {
17
- --wrapper-margin: 24px;
18
- }
19
- }
20
-
21
- @media (--desktop-normal) {
22
- :root {
23
- --wrapper-margin: 40px;
24
- }
25
- }
26
-
27
- @media (--desktop) {
28
- :root {
29
- --wrapper-margin: 96px;
30
- }
31
- }
@@ -1,130 +0,0 @@
1
- :root {
2
- --typography-min-viewport: 360px;
3
- --typography-max-viewport: 2560px;
4
-
5
- --typography-h1-min: 32px;
6
- --typography-h1-max: 38px;
7
- --typography-h1-min-line-height: 64px;
8
- --typography-h1-max-line-height: 80px;
9
- --typography-h1-font: var(--font-primary);
10
-
11
- --typography-h2-min: 26px;
12
- --typography-h2-max: 32px;
13
- --typography-h2-min-line-height: 46px;
14
- --typography-h2-max-line-height: 58px;
15
- --typography-h2-font: var(--font-primary);
16
-
17
- --typography-h3-min: 18px;
18
- --typography-h3-max: 24px;
19
- --typography-h3-min-line-height: 32px;
20
- --typography-h3-max-line-height: 40px;
21
- --typography-h3-font: var(--font-primary);
22
-
23
- --typography-h4-min: 16px;
24
- --typography-h4-max: 18px;
25
- --typography-h4-min-line-height: 24px;
26
- --typography-h4-max-line-height: 30px;
27
- --typography-h4-font: var(--font-primary);
28
-
29
- --typography-h5-min: 14px;
30
- --typography-h5-max: 16px;
31
- --typography-h5-min-line-height: 18px;
32
- --typography-h5-max-line-height: 26px;
33
- --typography-h5-font: var(--font-primary);
34
-
35
- --typography-h6-min: 12px;
36
- --typography-h6-max: 18px;
37
- --typography-h6-min-line-height: 16px;
38
- --typography-h6-max-line-height: 24px;
39
- --typography-h6-font: var(--font-primary);
40
-
41
- --typography-p-min: 16px;
42
- --typography-p-max: 24px;
43
- --typography-p-min-line-height: 24px;
44
- --typography-p-max-line-height: 36px;
45
- --typography-p-font: var(--font-primary);
46
-
47
- --typography-text-xxl-min: 24px;
48
- --typography-text-xxl-max: 28px;
49
- --typography-text-xxl-min-line-height: 24px;
50
- --typography-text-xxl-max-line-height: 28px;
51
- --typography-text-xxl-font: var(--font-primary);
52
-
53
- --typography-text-xl-min: 20px;
54
- --typography-text-xl-max: 24px;
55
- --typography-text-xl-min-line-height: 20px;
56
- --typography-text-xl-max-line-height: 24px;
57
- --typography-text-xl-font: var(--font-primary);
58
-
59
- --typography-text-l-min: 18px;
60
- --typography-text-l-max: 24px;
61
- --typography-text-l-min-line-height: 18px;
62
- --typography-text-l-max-line-height: 24px;
63
- --typography-text-l-font: var(--font-primary);
64
-
65
- --typography-text-m-min: 16px;
66
- --typography-text-m-max: 18px;
67
- --typography-text-m-min-line-height: 16px;
68
- --typography-text-m-max-line-height: 20px;
69
- --typography-text-m-font: var(--font-primary);
70
-
71
- --typography-text-s-min: 14px;
72
- --typography-text-s-max: 18px;
73
- --typography-text-s-min-line-height: 14px;
74
- --typography-text-s-max-line-height: 18px;
75
- --typography-text-s-font: var(--font-primary);
76
-
77
- --typography-text-xs-min: 12px;
78
- --typography-text-xs-max: 16px;
79
- --typography-text-xs-min-line-height: 12px;
80
- --typography-text-xs-max-line-height: 16px;
81
- --typography-text-xs-font: var(--font-primary);
82
-
83
- --typography-text-xxs-min: 10px;
84
- --typography-text-xxs-max: 14px;
85
- --typography-text-xxs-min-line-height: 10px;
86
- --typography-text-xxs-max-line-height: 14px;
87
- --typography-text-xxs-font: var(--font-primary);
88
-
89
- --typography-email-h1: 32px;
90
- --typography-email-h1-line-height: 38px;
91
-
92
- --typography-email-h2: 26px;
93
- --typography-email-h2-line-height: 32px;
94
-
95
- --typography-email-h3: 18px;
96
- --typography-email-h3-line-height: 24px;
97
-
98
- --typography-email-h4: 24px;
99
- --typography-email-h4-line-height: 30px;
100
-
101
- --typography-email-h5: 18px;
102
- --typography-email-h5-line-height: 24px;
103
-
104
- --typography-email-h6: 12px;
105
- --typography-email-h6-line-height: 18px;
106
-
107
- --typography-email-p: 16px;
108
- --typography-email-p-line-height: 24px;
109
-
110
- --typography-email-text-xxl: 24px;
111
- --typography-email-text-xxl-line-height: 28px;
112
-
113
- --typography-email-text-xl: 20px;
114
- --typography-email-text-xl-line-height: 24px;
115
-
116
- --typography-email-text-l: 18px;
117
- --typography-email-text-l-line-height: 24px;
118
-
119
- --typography-email-text-m: 16px;
120
- --typography-email-text-m-line-height: 18px;
121
-
122
- --typography-email-text-s: 14px;
123
- --typography-email-text-s-line-height: 18px;
124
-
125
- --typography-email-text-xs: 12px;
126
- --typography-email-text-xs-line-height: 16px;
127
-
128
- --typography-email-text-xxs: 10px;
129
- --typography-email-text-xxs-line-height: 14px;
130
- }
@@ -1,35 +0,0 @@
1
- import { Canvas, Meta } from '@storybook/blocks'
2
-
3
- import * as AppearanceStories from '../stories/Appearance.stories.tsx'
4
-
5
- <Meta title="Atoms / Tab / Appearance" />
6
-
7
- # Appearance
8
-
9
- ## SurfacePrimary
10
-
11
- <Canvas sourceState="shown" of={AppearanceStories.SurfacePrimary} />
12
-
13
- ## SurfaceSecondary
14
-
15
- <Canvas sourceState="shown" of={AppearanceStories.SurfaceSecondary} />
16
-
17
- ## SurfaceTertiary
18
-
19
- <Canvas sourceState="shown" of={AppearanceStories.SurfaceTertiary} />
20
-
21
- ## SurfaceQuaternary
22
-
23
- <Canvas sourceState="shown" of={AppearanceStories.SurfaceQuaternary} />
24
-
25
- ## Accent
26
-
27
- <Canvas sourceState="shown" of={AppearanceStories.Accent} />
28
-
29
- ## Primary
30
-
31
- <Canvas sourceState="shown" of={AppearanceStories.Primary} />
32
-
33
- ## Secondary
34
-
35
- <Canvas sourceState="shown" of={AppearanceStories.Secondary} />
@@ -1,9 +0,0 @@
1
- import { Canvas, Meta } from '@storybook/blocks'
2
-
3
- import * as GroupStories from '../stories/Group.stories.tsx'
4
-
5
- <Meta title="Atoms / Tab / TabGroub" />
6
-
7
- # TabGroub
8
-
9
- <Canvas sourceState="shown" of={GroupStories.Default} />
@@ -1,35 +0,0 @@
1
- import { Canvas, Meta } from '@storybook/blocks'
2
-
3
- import * as SizeStories from '../stories/Size.stories.tsx'
4
-
5
- <Meta title="Atoms / Tab / Size" />
6
-
7
- # Size
8
-
9
- ## XXS
10
-
11
- <Canvas sourceState="shown" of={SizeStories.SizeXXS} />
12
-
13
- ## XS
14
-
15
- <Canvas sourceState="shown" of={SizeStories.SizeXS} />
16
-
17
- ## S
18
-
19
- <Canvas sourceState="shown" of={SizeStories.SizeS} />
20
-
21
- ## M
22
-
23
- <Canvas sourceState="shown" of={SizeStories.SizeM} />
24
-
25
- ## L
26
-
27
- <Canvas sourceState="shown" of={SizeStories.SizeL} />
28
-
29
- ## XL
30
-
31
- <Canvas sourceState="shown" of={SizeStories.SizeXL} />
32
-
33
- ## XXL
34
-
35
- <Canvas sourceState="shown" of={SizeStories.SizeXXL} />
@@ -1,9 +0,0 @@
1
- import { Canvas, Meta } from '@storybook/blocks'
2
-
3
- import * as TitleStories from '../stories/Title.stories.tsx'
4
-
5
- <Meta title="Atoms / Title / Skeleton Mode" />
6
-
7
- # Skeleton
8
-
9
- <Canvas sourceState="shown" of={TitleStories.SkeletonMode} />
@@ -1,19 +0,0 @@
1
- import { Canvas, Meta } from '@storybook/blocks'
2
-
3
- import * as StateStories from '../stories/State.stories.tsx'
4
-
5
- <Meta title="Atoms / Tab / State" />
6
-
7
- # State
8
-
9
- ## Normal
10
-
11
- <Canvas sourceState="shown" of={StateStories.Normal} />
12
-
13
- ## Active
14
-
15
- <Canvas sourceState="shown" of={StateStories.Active} />
16
-
17
- ## Disabled
18
-
19
- <Canvas sourceState="shown" of={StateStories.Disabled} />
@@ -1,3 +0,0 @@
1
- import type { iCardProps } from './Card.interface';
2
- declare function Card(props: iCardProps): import("react/jsx-runtime").JSX.Element;
3
- export { Card };
@@ -1,30 +0,0 @@
1
- import { ElementType, ReactNode } from 'react';
2
- import { tShapeProps, tSizeProps, tTextColorProps, tTextSizeProps } from 'types';
3
- import { iStyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
- export interface iCardProps extends iStyleAttributes {
5
- [key: number | string | symbol]: any;
6
- children?: ReactNode;
7
- className?: string;
8
- image?: ReactNode;
9
- imageShape?: tShapeProps;
10
- shape?: tShapeProps;
11
- shapeDesktop?: tShapeProps;
12
- shapeMobile?: tShapeProps;
13
- shapeTablet?: tShapeProps;
14
- size?: tSizeProps;
15
- src?: string;
16
- text?: string;
17
- textColor?: tTextColorProps;
18
- textSize?: tTextSizeProps;
19
- textTag?: ElementType;
20
- title?: string;
21
- titleColor?: tTextColorProps;
22
- titleSize?: tTextSizeProps;
23
- titleTag?: ElementType;
24
- type?: string;
25
- width?: string;
26
- widthDesktop?: string;
27
- widthMobile?: string;
28
- widthTablet?: string;
29
- onClick?: () => void;
30
- }
@@ -1 +0,0 @@
1
- export { Card } from './Card';
@@ -1,80 +0,0 @@
1
- export declare const parameters: {
2
- controls: {
3
- exclude: string[];
4
- };
5
- };
6
- export declare const argTypes: {
7
- id: {
8
- control: string;
9
- if: {
10
- arg: string;
11
- };
12
- };
13
- justifyContent: {
14
- control: string;
15
- options: readonly [undefined, false, "flex-start", "flex-end", "center", "space-between", "space-around", "space-evenly"];
16
- };
17
- alignItems: {
18
- control: string;
19
- options: readonly [undefined, false, "stretch", "flex-start", "flex-end", "center", "baseline", "auto"];
20
- };
21
- position: {
22
- control: string;
23
- options: readonly [undefined, false, "static", "absolute", "relative", "fixed", "inherit"];
24
- };
25
- direction: {
26
- control: string;
27
- options: readonly [undefined, false, "column", "column-reverse", "horizontal", "horizontal-reverse", "row", "row-reverse", "vertical", "vertical-reverse"];
28
- };
29
- advancedProps: {
30
- control: string;
31
- value: boolean;
32
- };
33
- alignContent: {
34
- control: string;
35
- options: readonly [undefined, false, "flex-start", "flex-end", "center", "space-between", "space-around", "space-evenly"];
36
- };
37
- className: {
38
- control: string;
39
- if: {
40
- arg: string;
41
- };
42
- };
43
- fill: {
44
- control: string;
45
- options: readonly [undefined, false, "accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
46
- };
47
- flow: {
48
- control: string;
49
- if: {
50
- arg: string;
51
- };
52
- };
53
- shape: {
54
- control: string;
55
- options: readonly [undefined, false, "rectangle", "geometric", "rounded", "circular"];
56
- };
57
- tag: {
58
- control: string;
59
- if: {
60
- arg: string;
61
- };
62
- };
63
- type: {
64
- control: string;
65
- if: {
66
- arg: string;
67
- };
68
- };
69
- wrap: {
70
- control: string;
71
- description: string;
72
- options: readonly [undefined, false, "wrap", "nowrap", "wrap-reverse"];
73
- };
74
- onClick: {
75
- control: string;
76
- if: {
77
- arg: string;
78
- };
79
- };
80
- };
File without changes
File without changes
File without changes