@itcase/ui 1.3.31 → 1.3.33

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 (458) hide show
  1. package/dist/Badge-BX4N91_C.js +250 -0
  2. package/dist/Badge-CGHosmYx.js +246 -0
  3. package/dist/Button-BtAUGGPc.js +287 -0
  4. package/dist/Button-HKkjJ38v.js +291 -0
  5. package/dist/Divider-BQcBkzt1.js +30 -0
  6. package/dist/Divider-ImOOytuN.js +34 -0
  7. package/dist/{DropdownItem-FNOztnTT.js → DropdownItem-BiiEhR49.js} +12 -16
  8. package/dist/{DropdownItem-Bq-oPnWX.js → DropdownItem-g5jWbyJy.js} +12 -16
  9. package/dist/Group-Chtnas-J.js +40 -0
  10. package/dist/Group-DiMnEfge.js +36 -0
  11. package/dist/{Icon-pUvizy3W.js → Icon-GVGrUu_Z.js} +6 -6
  12. package/dist/{Icon-BdHr6E6M.js → Icon-htF_V35Y.js} +7 -7
  13. package/dist/{Image-BbBG_UGI.js → Image-BEGwuGBM.js} +4 -4
  14. package/dist/{Image-D-QHhsrC.js → Image-DWfyapuD.js} +4 -4
  15. package/dist/{Input-BrV5_NoV.js → Input-COFdaiTe.js} +3 -3
  16. package/dist/{Input-ffioh1sj.js → Input-Dwvk-poq.js} +3 -3
  17. package/dist/Label-Dpeq55TV.js +233 -0
  18. package/dist/Label-XTFwl1aq.js +237 -0
  19. package/dist/{Link-CxWmYMyL.js → Link-B38Hn4G2.js} +5 -5
  20. package/dist/{Link-DN2LhPjD.js → Link-BhJ5BdyS.js} +6 -6
  21. package/dist/Loader-CBEbIRnd.js +69 -0
  22. package/dist/Loader-CsPvc-9g.js +65 -0
  23. package/dist/{MenuItem-CLDNk2l8.js → MenuItem-Cjlnmfwh.js} +6 -6
  24. package/dist/{MenuItem-amqx61Y0.js → MenuItem-PJkuGghn.js} +6 -6
  25. package/dist/{Overlay-B9nOIfLe.js → Overlay-BKh07Vb2.js} +4 -4
  26. package/dist/{Overlay-Yf9EEclM.js → Overlay-DiCjwUv4.js} +4 -4
  27. package/dist/{Text-Beslj4Ns.js → Text-C49zj3jO.js} +7 -7
  28. package/dist/{Text-JayJa3hj.js → Text-C6NSmetx.js} +7 -7
  29. package/dist/{Title-BfKF5WvZ.js → Title-BWWyRwLY.js} +4 -4
  30. package/dist/{Title-C7Qv9WfS.js → Title-Dck3eHNM.js} +4 -4
  31. package/dist/{Tooltip-AodzD-7D.js → Tooltip-BYgzNVYI.js} +18 -14
  32. package/dist/{Tooltip-BDEyAnd-.js → Tooltip-DpBQQoNo.js} +18 -14
  33. package/dist/cjs/components/Accordion.js +25 -29
  34. package/dist/cjs/components/Avatar.js +22 -20
  35. package/dist/cjs/components/Badge.js +12 -7
  36. package/dist/cjs/components/Breadcrumbs.js +16 -21
  37. package/dist/cjs/components/Button.js +13 -13
  38. package/dist/cjs/components/Card.js +9 -9
  39. package/dist/cjs/components/Cell.js +36 -17
  40. package/dist/cjs/components/Checkbox.js +13 -13
  41. package/dist/cjs/components/Checkmark.js +25 -23
  42. package/dist/cjs/components/Chips.js +22 -17
  43. package/dist/cjs/components/Choice.js +13 -13
  44. package/dist/cjs/components/Code.js +9 -19
  45. package/dist/cjs/components/CookiesWarning.js +15 -15
  46. package/dist/cjs/components/DadataHintField.js +4 -3
  47. package/dist/cjs/components/DatePicker.js +43 -19
  48. package/dist/cjs/components/Divider.js +7 -7
  49. package/dist/cjs/components/Dot.js +7 -7
  50. package/dist/cjs/components/Dropdown.js +9 -9
  51. package/dist/cjs/components/Flex.js +12 -11
  52. package/dist/cjs/components/Grid.js +12 -12
  53. package/dist/cjs/components/Group.js +6 -6
  54. package/dist/cjs/components/HTMLContent.js +7 -7
  55. package/dist/cjs/components/HeroTitle.js +9 -9
  56. package/dist/cjs/components/Icon.js +10 -10
  57. package/dist/cjs/components/Image.js +6 -6
  58. package/dist/cjs/components/Input.js +4 -3
  59. package/dist/cjs/components/InputMask.js +16 -15
  60. package/dist/cjs/components/InputPassword.js +12 -16
  61. package/dist/cjs/components/Label.js +10 -10
  62. package/dist/cjs/components/Link.js +6 -6
  63. package/dist/cjs/components/List.js +13 -12
  64. package/dist/cjs/components/Loader.js +8 -8
  65. package/dist/cjs/components/Logo.js +17 -15
  66. package/dist/cjs/components/Menu.js +11 -15
  67. package/dist/cjs/components/MenuItem.js +8 -8
  68. package/dist/cjs/components/Modal.js +11 -16
  69. package/dist/cjs/components/ModalSheetBottom.js +3 -3
  70. package/dist/cjs/components/Notification.js +8 -8
  71. package/dist/cjs/components/Overlay.js +6 -6
  72. package/dist/cjs/components/Pagination.js +14 -14
  73. package/dist/cjs/components/Panel.js +9 -9
  74. package/dist/cjs/components/Radio.js +16 -19
  75. package/dist/cjs/components/RangeSlider.js +7 -7
  76. package/dist/cjs/components/Response.js +15 -15
  77. package/dist/cjs/components/SVGContent.js +7 -7
  78. package/dist/cjs/components/ScrollOnDrag.js +8 -11
  79. package/dist/cjs/components/ScrollToView.js +9 -9
  80. package/dist/cjs/components/Search.js +16 -19
  81. package/dist/cjs/components/Segmented.js +8 -8
  82. package/dist/cjs/components/Select.js +34 -34
  83. package/dist/cjs/components/Swiper.js +11 -14
  84. package/dist/cjs/components/Switch.js +1 -1
  85. package/dist/cjs/components/Tab.js +76 -74
  86. package/dist/cjs/components/Text.js +6 -6
  87. package/dist/cjs/components/Textarea.js +8 -11
  88. package/dist/cjs/components/Tile.js +24 -20
  89. package/dist/cjs/components/Title.js +8 -8
  90. package/dist/cjs/components/Tooltip.js +9 -9
  91. package/dist/cjs/components/Video.js +4 -3
  92. package/dist/cjs/context/UIContext.js +48 -17
  93. package/dist/cjs/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +121 -0
  94. package/dist/cjs/hooks/useDevicePropsGenerator.js +17 -0
  95. package/dist/cjs/hooks/useDeviceTargetClass.js +8 -3
  96. package/dist/cjs/hooks/useMediaQueries/useMediaQueries.js +129 -0
  97. package/dist/cjs/hooks/useMediaQueries.js +4 -122
  98. package/dist/cjs/hooks/{styleAttributes.js → useStyles/styleAttributes.js} +8 -1
  99. package/dist/cjs/hooks/useStyles/useStyles.js +190 -0
  100. package/dist/cjs/hooks/useStyles.js +10 -174
  101. package/dist/components/Accordion.js +26 -30
  102. package/dist/components/Avatar.js +22 -20
  103. package/dist/components/Badge.js +13 -8
  104. package/dist/components/Breadcrumbs.js +17 -22
  105. package/dist/components/Button.js +13 -13
  106. package/dist/components/Card.js +10 -10
  107. package/dist/components/Cell.js +37 -18
  108. package/dist/components/Checkbox.js +14 -14
  109. package/dist/components/Checkmark.js +25 -23
  110. package/dist/components/Chips.js +22 -17
  111. package/dist/components/Choice.js +14 -14
  112. package/dist/components/Code.js +10 -20
  113. package/dist/components/CookiesWarning.js +16 -16
  114. package/dist/components/DadataHintField.js +5 -4
  115. package/dist/components/DatePicker.js +44 -20
  116. package/dist/components/Divider.js +7 -7
  117. package/dist/components/Dot.js +8 -8
  118. package/dist/components/Dropdown.js +10 -10
  119. package/dist/components/Flex.js +13 -12
  120. package/dist/components/Grid.js +13 -13
  121. package/dist/components/Group.js +7 -7
  122. package/dist/components/HTMLContent.js +8 -8
  123. package/dist/components/HeroTitle.js +9 -9
  124. package/dist/components/Icon.js +11 -11
  125. package/dist/components/Image.js +7 -7
  126. package/dist/components/Input.js +5 -4
  127. package/dist/components/InputMask.js +17 -16
  128. package/dist/components/InputPassword.js +13 -17
  129. package/dist/components/Label.js +10 -10
  130. package/dist/components/Link.js +7 -7
  131. package/dist/components/List.js +14 -13
  132. package/dist/components/Loader.js +8 -8
  133. package/dist/components/Logo.js +17 -15
  134. package/dist/components/Menu.js +12 -16
  135. package/dist/components/MenuItem.js +9 -9
  136. package/dist/components/Modal.js +12 -17
  137. package/dist/components/ModalSheetBottom.js +4 -4
  138. package/dist/components/Notification.js +9 -9
  139. package/dist/components/Overlay.js +7 -7
  140. package/dist/components/Pagination.js +15 -15
  141. package/dist/components/Panel.js +10 -10
  142. package/dist/components/Radio.js +17 -20
  143. package/dist/components/RangeSlider.js +8 -8
  144. package/dist/components/Response.js +16 -16
  145. package/dist/components/SVGContent.js +8 -8
  146. package/dist/components/ScrollOnDrag.js +9 -12
  147. package/dist/components/ScrollToView.js +10 -10
  148. package/dist/components/Search.js +17 -20
  149. package/dist/components/Segmented.js +9 -9
  150. package/dist/components/Select.js +35 -35
  151. package/dist/components/Swiper.js +12 -15
  152. package/dist/components/Switch.js +1 -1
  153. package/dist/components/Tab.js +76 -74
  154. package/dist/components/Text.js +7 -7
  155. package/dist/components/Textarea.js +9 -12
  156. package/dist/components/Tile.js +24 -20
  157. package/dist/components/Title.js +8 -8
  158. package/dist/components/Tooltip.js +9 -9
  159. package/dist/components/Video.js +4 -3
  160. package/dist/context/Notifications.js +1 -1
  161. package/dist/context/UIContext.js +50 -18
  162. package/dist/css/components/Accordion/Accordion.css +5 -8
  163. package/dist/css/components/Accordion/Accordion.tokens.css +2 -1
  164. package/dist/css/components/Avatar/Avatar.css +12 -8
  165. package/dist/css/components/Avatar/Avatar.tokens.css +2 -0
  166. package/dist/css/components/Badge/Badge.css +48 -26
  167. package/dist/css/components/Badge/Badge.tokens.css +48 -18
  168. package/dist/css/components/Button/Button.css +67 -303
  169. package/dist/css/components/Button/Button.tokens.css +37 -115
  170. package/dist/css/components/Cell/Cell.css +2 -2
  171. package/dist/css/components/Checkbox/Checkbox.css +10 -4
  172. package/dist/css/components/Checkbox/Checkbox.tokens.css +1 -1
  173. package/dist/css/components/Checkmark/Checkmark.css +11 -10
  174. package/dist/css/components/Checkmark/Checkmark.tokens.css +20 -14
  175. package/dist/css/components/Chips/Chips.css +47 -43
  176. package/dist/css/components/Chips/Chips.tokens.css +35 -7
  177. package/dist/css/components/Choice/Choice.css +13 -2
  178. package/dist/css/components/Choice/Choice.tokens.css +4 -3
  179. package/dist/css/components/DadataHintField/DadataHintField.css +0 -8
  180. package/dist/css/components/DadataHintField/DadataHintField.tokens.css +7 -2
  181. package/dist/css/components/DatePicker/DatePicker.css +126 -42
  182. package/dist/css/components/DatePicker/DatePicker.tokens.css +20 -7
  183. package/dist/css/components/Divider/Divider.css +17 -16
  184. package/dist/css/components/Divider/Divider.tokens.css +13 -0
  185. package/dist/css/components/Dot/Dot.css +10 -0
  186. package/dist/css/components/Drawer/Drawer.css +4 -0
  187. package/dist/css/components/Drawer/Drawer.tokens.css +4 -0
  188. package/dist/css/components/Dropdown/Dropdown.css +37 -0
  189. package/dist/css/components/Dropdown/Dropdown.tokens.css +6 -0
  190. package/dist/css/components/Flex/Flex.css +0 -1
  191. package/dist/css/components/Grid/Grid.css +1 -5
  192. package/dist/css/components/HeroTitle/HeroTitle.css +2 -2
  193. package/dist/css/components/Icon/Icon.css +14 -10
  194. package/dist/css/components/Icon/Icon.tokens.css +3 -1
  195. package/dist/css/components/Image/Image.css +3 -3
  196. package/dist/css/components/Input/Input.css +29 -0
  197. package/dist/css/components/InputPassword/InputPassword.css +23 -0
  198. package/dist/css/components/Label/Label.css +21 -2
  199. package/dist/css/components/Label/Label.tokens.css +3 -3
  200. package/dist/css/components/Loader/Loader.css +12 -5
  201. package/dist/css/components/Logo/Logo.css +3 -19
  202. package/dist/css/components/Logo/Logo.tokens.css +17 -2
  203. package/dist/css/components/Menu/Menu.css +9 -1
  204. package/dist/css/components/MenuItem/MenuItem.css +0 -10
  205. package/dist/css/components/MenuItem/MenuItem.tokens.css +12 -4
  206. package/dist/css/components/Modal/Modal.css +3 -0
  207. package/dist/css/components/Modal/Modal.tokens.css +3 -0
  208. package/dist/css/components/Pagination/Pagination.css +25 -0
  209. package/dist/css/components/Radio/Radio.css +0 -3
  210. package/dist/css/components/Radio/Radio.tokens.css +2 -1
  211. package/dist/css/components/ScrollToView/ScrollToView.css +4 -4
  212. package/dist/css/components/Search/Search.css +16 -0
  213. package/dist/css/components/Search/Search.tokens.css +6 -3
  214. package/dist/css/components/Segmented/Segmented.css +6 -0
  215. package/dist/css/components/Segmented/Segmented.tokens.css +2 -0
  216. package/dist/css/components/Select/Select.css +35 -8
  217. package/dist/css/components/Select/Select.tokens.css +12 -17
  218. package/dist/css/components/Select/css/__control/select__control_fill.css +4 -2
  219. package/dist/css/components/Select/css/__menu/select__menu-list-item_size.css +1 -1
  220. package/dist/css/components/Swiper/Swiper.css +2 -3
  221. package/dist/css/components/Switch/Switch.css +0 -7
  222. package/dist/css/components/Tab/Tab.css +28 -0
  223. package/dist/css/components/Text/Text.css +2 -2
  224. package/dist/css/components/Textarea/Textarea.css +7 -0
  225. package/dist/css/components/Title/Title.css +2 -2
  226. package/dist/css/components/Tooltip/Tooltip.css +15 -21
  227. package/dist/css/components/Tooltip/Tooltip.tokens.css +13 -0
  228. package/dist/css/styles/fill/fill.css +14 -9
  229. package/dist/css/styles/fill/fill_active.css +6 -3
  230. package/dist/css/styles/fill/fill_active_hover.css +8 -6
  231. package/dist/css/styles/fill/fill_disabled.css +6 -3
  232. package/dist/css/styles/fill/fill_hover.css +6 -3
  233. package/dist/css/styles/shape-strength/shape-strength.css +22 -0
  234. package/dist/css/styles/svg-color/svg_fill.css +27 -17
  235. package/dist/css/styles/svg-color/svg_fill_hover.css +12 -10
  236. package/dist/css/styles/svg-color/svg_path_fill.css +13 -9
  237. package/dist/hooks/useDevicePropsGenerator/useDevicePropsGenerator.js +119 -0
  238. package/dist/hooks/useDevicePropsGenerator.js +11 -0
  239. package/dist/hooks/useDeviceTargetClass.js +8 -3
  240. package/dist/hooks/useMediaQueries/useMediaQueries.js +127 -0
  241. package/dist/hooks/useMediaQueries.js +3 -125
  242. package/dist/hooks/{styleAttributes.js → useStyles/styleAttributes.js} +8 -1
  243. package/dist/hooks/useStyles/useStyles.js +188 -0
  244. package/dist/hooks/useStyles.js +9 -177
  245. package/dist/stories/AlignContent.mdx +1 -1
  246. package/dist/stories/AlignItems.mdx +1 -1
  247. package/dist/stories/AlignSelf.mdx +1 -1
  248. package/dist/stories/Appearance.mdx +1 -1
  249. package/dist/stories/Avatar.mdx +1 -1
  250. package/dist/stories/Checkbox.mdx +1 -1
  251. package/dist/stories/Checkmark.mdx +7 -3
  252. package/dist/stories/Chips.mdx +1 -1
  253. package/dist/stories/Choice.mdx +1 -1
  254. package/dist/stories/Code.mdx +1 -1
  255. package/dist/stories/Columns.mdx +1 -1
  256. package/dist/stories/Components.mdx +197 -0
  257. package/dist/stories/DatePicker.mdx +1 -1
  258. package/dist/stories/Dev.mdx +1 -1
  259. package/dist/stories/DevMode.mdx +1 -1
  260. package/dist/stories/Direction.mdx +1 -1
  261. package/dist/stories/Divider.mdx +1 -1
  262. package/dist/stories/Dot.mdx +1 -1
  263. package/dist/stories/Drawer.mdx +1 -1
  264. package/dist/stories/Dropdown.mdx +2 -2
  265. package/dist/stories/DropdownItem.mdx +1 -1
  266. package/dist/stories/Group.mdx +1 -1
  267. package/dist/stories/Grow.mdx +1 -1
  268. package/dist/stories/HeroTitle.mdx +1 -1
  269. package/dist/stories/Icon.mdx +1 -1
  270. package/dist/stories/Image.mdx +1 -1
  271. package/dist/stories/Input.mdx +1 -1
  272. package/dist/stories/InputPassword.mdx +1 -1
  273. package/dist/stories/JustifyContent.mdx +1 -1
  274. package/dist/stories/Label.mdx +1 -1
  275. package/dist/stories/Loader.mdx +1 -1
  276. package/dist/stories/Logo.mdx +1 -1
  277. package/dist/stories/MenuItem.mdx +1 -1
  278. package/dist/stories/Message.mdx +1 -1
  279. package/dist/stories/Notification.mdx +1 -1
  280. package/dist/stories/Order.mdx +1 -1
  281. package/dist/stories/Overview.mdx +1 -1
  282. package/dist/stories/Pagination.mdx +1 -1
  283. package/dist/stories/Playground.mdx +1 -1
  284. package/dist/stories/Radio.mdx +1 -1
  285. package/dist/stories/Response.mdx +1 -1
  286. package/dist/stories/SearchInput.mdx +1 -1
  287. package/dist/stories/Segmented.mdx +1 -1
  288. package/dist/stories/Size.mdx +1 -1
  289. package/dist/stories/Skeleton.mdx +1 -1
  290. package/dist/stories/State.mdx +1 -1
  291. package/dist/stories/Switch.mdx +1 -1
  292. package/dist/stories/Text.mdx +1 -1
  293. package/dist/stories/Textarea.mdx +1 -1
  294. package/dist/stories/Tile.mdx +1 -1
  295. package/dist/stories/Title.mdx +1 -1
  296. package/dist/stories/Tooltip.mdx +1 -1
  297. package/dist/stories/WithTooltip.mdx +1 -1
  298. package/dist/stories/Wrap.mdx +1 -1
  299. package/dist/{tslib.es6-Bwu1Cn-t.js → tslib.es6-5FtW-kfi.js} +1 -1
  300. package/dist/types/appearance/defaultAppearance.d.ts +33 -0
  301. package/dist/types/appearance/index.d.ts +3 -0
  302. package/dist/types/appearance/styleAppearance.d.ts +14 -0
  303. package/dist/types/components/Accordion/Accordion.interface.d.ts +1 -1
  304. package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -1
  305. package/dist/types/components/Badge/Badge.d.ts +0 -6
  306. package/dist/types/components/Badge/Badge.interface.d.ts +1 -1
  307. package/dist/types/components/Badge/appearance/badgeAccent.d.ts +39 -0
  308. package/dist/types/components/Badge/appearance/badgeDanger.d.ts +11 -0
  309. package/dist/types/components/Badge/appearance/badgeDisabled.d.ts +10 -0
  310. package/dist/types/components/Badge/appearance/badgeError.d.ts +12 -0
  311. package/dist/types/components/Badge/appearance/badgeInfo.d.ts +18 -0
  312. package/dist/types/components/Badge/appearance/badgePrimary.d.ts +11 -0
  313. package/dist/types/components/Badge/appearance/badgeSecondary.d.ts +11 -0
  314. package/dist/types/components/Badge/appearance/badgeSize.d.ts +32 -0
  315. package/dist/types/components/Badge/appearance/badgeStyle.d.ts +16 -0
  316. package/dist/types/components/Badge/appearance/badgeSuccess.d.ts +11 -0
  317. package/dist/types/components/Badge/appearance/badgeSurface.d.ts +29 -0
  318. package/dist/types/components/Badge/appearance/badgeWarning.d.ts +11 -0
  319. package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +0 -5
  320. package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +1 -1
  321. package/dist/types/components/Button/Button.interface.d.ts +1 -1
  322. package/dist/types/components/Button/appearance/buttonAccent.d.ts +50 -0
  323. package/dist/types/components/Button/appearance/buttonDanger.d.ts +11 -0
  324. package/dist/types/components/Button/appearance/buttonError.d.ts +11 -0
  325. package/dist/types/components/Button/appearance/buttonInfo.d.ts +21 -0
  326. package/dist/types/components/Button/appearance/buttonPrimary.d.ts +8 -0
  327. package/dist/types/components/Button/appearance/buttonSecondary.d.ts +8 -0
  328. package/dist/types/components/Button/appearance/buttonSize.d.ts +59 -0
  329. package/dist/types/components/Button/appearance/buttonStyle.d.ts +16 -0
  330. package/dist/types/components/Button/appearance/buttonSuccess.d.ts +11 -0
  331. package/dist/types/components/Button/appearance/buttonSurface.d.ts +25 -0
  332. package/dist/types/components/Button/appearance/buttonWarning.d.ts +11 -0
  333. package/dist/types/components/Button/stories/args.d.ts +49 -49
  334. package/dist/types/components/Card/Card.interface.d.ts +1 -1
  335. package/dist/types/components/Cell/Cell.interface.d.ts +1 -1
  336. package/dist/types/components/Checkbox/Checkbox.interface.d.ts +1 -1
  337. package/dist/types/components/Checkmark/Checkmark.interface.d.ts +1 -1
  338. package/dist/types/components/Chips/Chips.interface.d.ts +1 -1
  339. package/dist/types/components/Chips/stories/args.d.ts +2 -2
  340. package/dist/types/components/Choice/Choice.interface.d.ts +1 -1
  341. package/dist/types/components/Code/Code.d.ts +0 -15
  342. package/dist/types/components/Code/Code.interface.d.ts +1 -1
  343. package/dist/types/components/DadataHintField/DadataHintField.interface.d.ts +1 -1
  344. package/dist/types/components/Divider/Divider.d.ts +0 -5
  345. package/dist/types/components/Divider/Divider.interface.d.ts +1 -1
  346. package/dist/types/components/Dot/Dot.interface.d.ts +1 -1
  347. package/dist/types/components/Drawer/Drawer.interface.d.ts +1 -1
  348. package/dist/types/components/Dropdown/Dropdown.interface.d.ts +1 -1
  349. package/dist/types/components/Dropdown/DropdownItem.d.ts +0 -7
  350. package/dist/types/components/Flex/Flex.interface.d.ts +1 -1
  351. package/dist/types/components/Flex/stories/args.d.ts +1 -1
  352. package/dist/types/components/Grid/Grid.interface.d.ts +1 -1
  353. package/dist/types/components/Grid/stories/args.d.ts +2 -2
  354. package/dist/types/components/Group/Group.interface.d.ts +1 -1
  355. package/dist/types/components/Group/stories/args.d.ts +2 -2
  356. package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +1 -1
  357. package/dist/types/components/HeroTitle/HeroTitle.interface.d.ts +1 -1
  358. package/dist/types/components/Icon/Icon.interface.d.ts +1 -1
  359. package/dist/types/components/Image/Image.interface.d.ts +1 -1
  360. package/dist/types/components/Input/Input.interface.d.ts +1 -1
  361. package/dist/types/components/InputMask/Input.interface.d.ts +1 -1
  362. package/dist/types/components/InputPassword/InputPassword.d.ts +0 -6
  363. package/dist/types/components/InputPassword/InputPassword.interface.d.ts +1 -1
  364. package/dist/types/components/Label/Label.interface.d.ts +1 -1
  365. package/dist/types/components/Label/appearance/labelAccent.d.ts +13 -0
  366. package/dist/types/components/Label/appearance/labelDanger.d.ts +11 -0
  367. package/dist/types/components/Label/appearance/labelError.d.ts +11 -0
  368. package/dist/types/components/Label/appearance/labelGradient.d.ts +11 -0
  369. package/dist/types/components/Label/appearance/labelInfo.d.ts +21 -0
  370. package/dist/types/components/Label/appearance/labelPrimary.d.ts +8 -0
  371. package/dist/types/components/Label/appearance/labelSecondary.d.ts +8 -0
  372. package/dist/types/components/Label/appearance/labelSize.d.ts +59 -0
  373. package/dist/types/components/Label/appearance/labelStyle.d.ts +16 -0
  374. package/dist/types/components/Label/appearance/labelSuccess.d.ts +11 -0
  375. package/dist/types/components/Label/appearance/labelSurface.d.ts +24 -0
  376. package/dist/types/components/Label/appearance/labelWarning.d.ts +11 -0
  377. package/dist/types/components/Link/Link.interface.d.ts +1 -1
  378. package/dist/types/components/List/List.interface.d.ts +1 -1
  379. package/dist/types/components/Loader/Loader.interface.d.ts +1 -1
  380. package/dist/types/components/Loader/appearance/loaderAccent.d.ts +7 -0
  381. package/dist/types/components/Loader/appearance/loaderPrimary.d.ts +7 -0
  382. package/dist/types/components/Loader/appearance/loaderSecondary.d.ts +7 -0
  383. package/dist/types/components/Loader/appearance/loaderSurface.d.ts +15 -0
  384. package/dist/types/components/Logo/Logo.interface.d.ts +1 -1
  385. package/dist/types/components/Menu/Menu.d.ts +0 -5
  386. package/dist/types/components/Menu/Menu.interface.d.ts +1 -1
  387. package/dist/types/components/MenuItem/MenuItem.interface.d.ts +1 -1
  388. package/dist/types/components/Modal/Modal.interface.d.ts +1 -1
  389. package/dist/types/components/Notification/Notification.interface.d.ts +1 -1
  390. package/dist/types/components/Overlay/Overlay.interface.d.ts +1 -1
  391. package/dist/types/components/Pagination/Pagination.interface.d.ts +1 -1
  392. package/dist/types/components/Panel/Panel.interface.d.ts +1 -1
  393. package/dist/types/components/Radio/Radio.d.ts +0 -5
  394. package/dist/types/components/Radio/Radio.interface.d.ts +1 -1
  395. package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +1 -1
  396. package/dist/types/components/Response/Response.interface.d.ts +1 -1
  397. package/dist/types/components/Response/stories/args.d.ts +4 -4
  398. package/dist/types/components/SVGContent/SVGContent.interface.d.ts +1 -1
  399. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.d.ts +0 -5
  400. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +1 -1
  401. package/dist/types/components/Scrollbar/Scrollbar.interface.d.ts +1 -1
  402. package/dist/types/components/Search/Search.interface.d.ts +1 -1
  403. package/dist/types/components/Segmented/Segmented.interface.d.ts +1 -1
  404. package/dist/types/components/Swiper/Swiper.d.ts +0 -5
  405. package/dist/types/components/Swiper/Swiper.interface.d.ts +1 -1
  406. package/dist/types/components/Switch/Switch.interface.d.ts +1 -1
  407. package/dist/types/components/Tab/Tab.interface.d.ts +1 -1
  408. package/dist/types/components/Tab/stories/args.d.ts +3 -3
  409. package/dist/types/components/Text/Text.interface.d.ts +1 -1
  410. package/dist/types/components/Textarea/Textarea.d.ts +0 -5
  411. package/dist/types/components/Textarea/Textarea.interface.d.ts +1 -1
  412. package/dist/types/components/Tile/Tile.d.ts +0 -5
  413. package/dist/types/components/Tile/Tile.interface.d.ts +1 -1
  414. package/dist/types/components/Title/Title.interface.d.ts +1 -1
  415. package/dist/types/components/Tooltip/Tooltip.interface.d.ts +1 -1
  416. package/dist/types/components/Video/Video.interface.d.ts +1 -1
  417. package/dist/types/context/UIContext.d.ts +8 -12
  418. package/dist/types/hooks/useDevicePropsGenerator/index.d.ts +1 -0
  419. package/dist/types/hooks/useDevicePropsGenerator/useDevicePropsGenerator.d.ts +3 -0
  420. package/dist/types/hooks/{useDeviceTargetClassGenerator.interface.d.ts → useDevicePropsGenerator/useDevicePropsGenerator.interface.d.ts} +2 -2
  421. package/dist/types/hooks/useMediaQueries/index.d.ts +1 -0
  422. package/dist/types/hooks/useStyles/index.d.ts +1 -0
  423. package/dist/types/hooks/useStyles/styleAttributes.d.ts +4 -0
  424. package/dist/types/types/componentProps/appearanceKeys.d.ts +1 -1
  425. package/dist/types/types/componentProps/borderColor.d.ts +1 -1
  426. package/dist/types/types/componentProps/fill.d.ts +1 -1
  427. package/package.json +15 -12
  428. package/dist/Badge-5gtVywXB.js +0 -111
  429. package/dist/Badge-DhOJoJgc.js +0 -115
  430. package/dist/Button-BSnodY9v.js +0 -103
  431. package/dist/Button-Kcw2DdY0.js +0 -99
  432. package/dist/Divider-DBvDCUqP.js +0 -30
  433. package/dist/Divider-Goh6mpPK.js +0 -34
  434. package/dist/Group-BY8OkVsS.js +0 -38
  435. package/dist/Group-c3ZkPu8e.js +0 -34
  436. package/dist/Label-CBwPiUuf.js +0 -97
  437. package/dist/Label-DgyUhGTQ.js +0 -93
  438. package/dist/Loader-Dn036JwE.js +0 -56
  439. package/dist/Loader-K_DJmah6.js +0 -52
  440. package/dist/cjs/hooks/useDeviceTargetClassGenerator.interface.js +0 -3
  441. package/dist/cjs/hooks/useDeviceTargetClassGenerator.js +0 -98
  442. package/dist/css/styles/column-gap/column-gap.css +0 -7
  443. package/dist/css/styles/gap/gap.css +0 -7
  444. package/dist/css/styles/row-gap/row-gap.css +0 -7
  445. package/dist/hooks/useDeviceTargetClassGenerator.interface.js +0 -1
  446. package/dist/hooks/useDeviceTargetClassGenerator.js +0 -96
  447. package/dist/stories/Badge.mdx +0 -20
  448. package/dist/stories/Button.mdx +0 -47
  449. package/dist/types/components/Badge/stories/args.d.ts +0 -69
  450. package/dist/types/hooks/styleAttributes.d.ts +0 -2
  451. package/dist/types/hooks/useDeviceTargetClassGenerator.d.ts +0 -3
  452. /package/dist/cjs/{hooks.js → hooks/useDevicePropsGenerator/useDevicePropsGenerator.interface.js} +0 -0
  453. /package/dist/cjs/hooks/{styleAttributes.interface.js → useStyles/styleAttributes.interface.js} +0 -0
  454. /package/dist/{hooks.js → hooks/useDevicePropsGenerator/useDevicePropsGenerator.interface.js} +0 -0
  455. /package/dist/hooks/{styleAttributes.interface.js → useStyles/styleAttributes.interface.js} +0 -0
  456. /package/dist/types/hooks/{useMediaQueries.d.ts → useMediaQueries/useMediaQueries.d.ts} +0 -0
  457. /package/dist/types/hooks/{styleAttributes.interface.d.ts → useStyles/styleAttributes.interface.d.ts} +0 -0
  458. /package/dist/types/hooks/{useStyles.d.ts → useStyles/useStyles.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as LoaderStories from './Loader.stories.tsx'
3
+ import * as LoaderStories from '../stories/Loader.stories.tsx'
4
4
 
5
5
  <Meta of={LoaderStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as LogoStories from './Logo.stories.tsx'
3
+ import * as LogoStories from '../stories/Logo.stories.tsx'
4
4
 
5
5
  <Meta of={LogoStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as MenuItemStories from './MenuItem.stories.tsx'
3
+ import * as MenuItemStories from '../stories/MenuItem.stories.tsx'
4
4
 
5
5
  <Meta of={MenuItemStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as MessageStories from './Message.stories.tsx'
3
+ import * as MessageStories from '../stories/Message.stories.tsx'
4
4
 
5
5
  <Meta title="Molecules / Response / Message" />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as NotificationStories from './Notification.stories.tsx'
3
+ import * as NotificationStories from '../stories/Notification.stories.tsx'
4
4
 
5
5
  <Meta of={NotificationStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as OrderStories from './FlexOrder.stories.tsx'
3
+ import * as OrderStories from '../stories/FlexOrder.stories.tsx'
4
4
 
5
5
  <Meta title="Layout / Flex / Order" />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Meta, Story } from '@storybook/blocks'
2
2
 
3
- import * as TooltipStories from './Tooltip.stories.tsx'
3
+ import * as TooltipStories from '../stories/Tooltip.stories.tsx'
4
4
 
5
5
  <Meta title="Atoms / Tooltip / Overview" />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as PaginationStories from './Pagination.stories.tsx'
3
+ import * as PaginationStories from '../stories/Pagination.stories.tsx'
4
4
 
5
5
  <Meta of={PaginationStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Controls, Meta } from '@storybook/blocks'
2
2
 
3
- import * as TooltipStories from './Tooltip.stories.tsx'
3
+ import * as TooltipStories from '../stories/Tooltip.stories.tsx'
4
4
 
5
5
  <Meta title="Atoms / Tooltip / Playground" />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as RadioStories from './Radio.stories.tsx'
3
+ import * as RadioStories from '../stories/Radio.stories.tsx'
4
4
 
5
5
  <Meta of={RadioStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as ResponseStories from './Response.stories.tsx'
3
+ import * as ResponseStories from '../stories/Response.stories.tsx'
4
4
 
5
5
  <Meta of={ResponseStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as SearchInputStories from './SearchInput.stories.tsx'
3
+ import * as SearchInputStories from '../stories/SearchInput.stories.tsx'
4
4
 
5
5
  <Meta of={SearchInputStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as SegmentedStories from './Segmented.stories.tsx'
3
+ import * as SegmentedStories from '../stories/Segmented.stories.tsx'
4
4
 
5
5
  <Meta of={SegmentedStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as SizeStories from './Size.stories.tsx'
3
+ import * as SizeStories from '../stories/Size.stories.tsx'
4
4
 
5
5
  <Meta title="Atoms / Tab / Size" />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as TitleStories from './Title.stories.tsx'
3
+ import * as TitleStories from '../stories/Title.stories.tsx'
4
4
 
5
5
  <Meta title="Atoms / Title / Skeleton Mode" />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as StateStories from './State.stories.tsx'
3
+ import * as StateStories from '../stories/State.stories.tsx'
4
4
 
5
5
  <Meta title="Atoms / Tab / State" />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as SwitchStories from './Switch.stories.tsx'
3
+ import * as SwitchStories from '../stories/Switch.stories.tsx'
4
4
 
5
5
  <Meta of={SwitchStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as SizeStories from './Text.stories.tsx'
3
+ import * as SizeStories from '../stories/Text.stories.tsx'
4
4
 
5
5
  <Meta of={SizeStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as TextareaStories from './Textarea.stories.tsx'
3
+ import * as TextareaStories from '../stories/Textarea.stories.tsx'
4
4
 
5
5
  <Meta of={TextareaStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as TileStories from './Tile.stories.tsx'
3
+ import * as TileStories from '../stories/Tile.stories.tsx'
4
4
 
5
5
  <Meta of={TileStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as TitleStories from './Title.stories.tsx'
3
+ import * as TitleStories from '../stories/Title.stories.tsx'
4
4
 
5
5
  <Meta of={TitleStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as TooltipStories from './Tooltip.stories.tsx'
3
+ import * as TooltipStories from '../stories/Tooltip.stories.tsx'
4
4
 
5
5
  <Meta of={TooltipStories} />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as LabelStories from './Label.stories.tsx'
3
+ import * as LabelStories from '../stories/Label.stories.tsx'
4
4
 
5
5
  <Meta title="Atoms / Label / WithTooltip" />
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { Canvas, Meta } from '@storybook/blocks'
2
2
 
3
- import * as WrapStories from './Wrap.stories.tsx'
3
+ import * as WrapStories from '../stories/Wrap.stories.tsx'
4
4
 
5
5
  <Meta title="Layout / Group / Wrap" />
6
6
 
@@ -53,4 +53,4 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
53
53
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
54
54
  };
55
55
 
56
- export { __assign as _, __spreadArray as a, __rest as b };
56
+ export { __assign as _, __rest as a, __spreadArray as b };
@@ -0,0 +1,33 @@
1
+ declare const defaultAppearance: {
2
+ accent: {
3
+ fill: string;
4
+ fillHover: string;
5
+ borderColor: string;
6
+ textColor: string;
7
+ };
8
+ accentPrimary: {
9
+ fill: string;
10
+ borderColor: string;
11
+ textColor: string;
12
+ iconFill: string;
13
+ };
14
+ accentSecondary: {
15
+ fill: string;
16
+ borderColor: string;
17
+ textColor: string;
18
+ iconFill: string;
19
+ };
20
+ accentTertiary: {
21
+ fill: string;
22
+ borderColor: string;
23
+ textColor: string;
24
+ iconFill: string;
25
+ };
26
+ accentQuaternary: {
27
+ fill: string;
28
+ borderColor: string;
29
+ textColor: string;
30
+ iconFill: string;
31
+ };
32
+ };
33
+ export { defaultAppearance };
@@ -0,0 +1,3 @@
1
+ import { defaultAppearance } from './defaultAppearance';
2
+ import { styleAppearance } from './styleAppearance';
3
+ export { defaultAppearance, styleAppearance };
@@ -0,0 +1,14 @@
1
+ declare const styleAppearance: {
2
+ full: {};
3
+ ghost: {
4
+ fill: string;
5
+ borderColor: string;
6
+ };
7
+ outlined: {
8
+ fill: string;
9
+ };
10
+ solid: {
11
+ borderColor: string;
12
+ };
13
+ };
14
+ export { styleAppearance };
@@ -1,7 +1,7 @@
1
1
  import type { CSSProperties, ReactNode } from 'react';
2
2
  import type { tBorderColorProps, tDirectionProps, tFillHoverProps, tFillProps, tHeightProps, tItemColorProps, tShapeProps, tSizeProps, tTextColorProps, tTextWeightProps, tWidthProps } from 'types';
3
3
  import { tAppearanceKeysDefault } from 'types/componentProps/appearanceKeys';
4
- import type { iStyleAttributes } from '../../hooks/styleAttributes.interface';
4
+ import type { iStyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
5
5
  export interface iAccordionThemeColor {
6
6
  }
7
7
  export interface iAccordionItemThemeColor {
@@ -1,7 +1,7 @@
1
1
  import { ElementType, ReactNode } from 'react';
2
2
  import { tFillHoverProps, tFillProps, tIconFillSizeProps, tIconSizeProps, tItemColorProps, tShapeProps, tSizePXProps, tTextColorProps, tTextSizeProps, tTextWeightProps } from 'types';
3
3
  import { tAppearanceKeysDefault } from 'types/componentProps/appearanceKeys';
4
- import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
4
+ import { iStyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
5
5
  export interface iAvatarThemeColor {
6
6
  [key: number | string | symbol]: any;
7
7
  fill?: tFillProps;
@@ -1,10 +1,4 @@
1
1
  import type { iBadgeConfig, iBadgeProps } from './Badge.interface';
2
2
  declare const badgeConfig: iBadgeConfig;
3
3
  declare function Badge(props: iBadgeProps): import("react/jsx-runtime").JSX.Element;
4
- declare namespace Badge {
5
- var defaultProps: {
6
- shape: string;
7
- size: string;
8
- };
9
- }
10
4
  export { Badge, badgeConfig };
@@ -1,7 +1,7 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
2
  import { tBorderColorHoverProps, tBorderColorProps, tBorderTypeProps, tBorderWidthProps, tFillHoverProps, tFillProps, tShapeProps, tSizeProps, tTextColorProps, tTextSizeProps } from 'types';
3
3
  import { tAppearanceKeysDefault } from 'types/componentProps/appearanceKeys';
4
- import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
4
+ import { iStyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
5
5
  export interface iBadgeThemeColor {
6
6
  [key: number | string | symbol]: any;
7
7
  borderColor?: tBorderColorProps;
@@ -0,0 +1,39 @@
1
+ declare const badgeAppearanceAccent: {
2
+ accent: {
3
+ dotFill: string;
4
+ iconFill: string;
5
+ fill: string;
6
+ fillHover: string;
7
+ borderColor: string;
8
+ textColor: string;
9
+ };
10
+ accentPrimary: {
11
+ dotFill: string;
12
+ fill: string;
13
+ borderColor: string;
14
+ textColor: string;
15
+ iconFill: string;
16
+ };
17
+ accentSecondary: {
18
+ dotFill: string;
19
+ fill: string;
20
+ borderColor: string;
21
+ textColor: string;
22
+ iconFill: string;
23
+ };
24
+ accentTertiary: {
25
+ dotFill: string;
26
+ fill: string;
27
+ borderColor: string;
28
+ textColor: string;
29
+ iconFill: string;
30
+ };
31
+ accentQuaternary: {
32
+ dotFill: string;
33
+ fill: string;
34
+ borderColor: string;
35
+ textColor: string;
36
+ iconFill: string;
37
+ };
38
+ };
39
+ export { badgeAppearanceAccent };
@@ -0,0 +1,11 @@
1
+ declare const badgeAppearanceDanger: {
2
+ danger: {
3
+ fill: string;
4
+ fillHover: string;
5
+ borderColor: string;
6
+ textColor: string;
7
+ dotFill: string;
8
+ iconFill: string;
9
+ };
10
+ };
11
+ export { badgeAppearanceDanger };
@@ -0,0 +1,10 @@
1
+ declare const badgeAppearanceDisabled: {
2
+ disabled: {
3
+ fill: string;
4
+ fillHover: string;
5
+ textColor: string;
6
+ borderColor: string;
7
+ iconFill: string;
8
+ };
9
+ };
10
+ export { badgeAppearanceDisabled };
@@ -0,0 +1,12 @@
1
+ declare const badgeAppearanceError: {
2
+ error: {
3
+ fill: string;
4
+ fillHover: string;
5
+ labelTextColor: string;
6
+ labelTextColorHover: string;
7
+ loaderFill: string;
8
+ loaderItemFill: string;
9
+ iconFill: string;
10
+ };
11
+ };
12
+ export { badgeAppearanceError };
@@ -0,0 +1,18 @@
1
+ declare const badgeAppearanceInfo: {
2
+ info: {
3
+ fill: string;
4
+ fillHover: string;
5
+ textColor: string;
6
+ borderColor: string;
7
+ dotFill: string;
8
+ iconFill: string;
9
+ };
10
+ infoSecondary: {
11
+ fill: string;
12
+ fillHover: string;
13
+ textColor: string;
14
+ borderColor: string;
15
+ dotFill: string;
16
+ };
17
+ };
18
+ export { badgeAppearanceInfo };
@@ -0,0 +1,11 @@
1
+ declare const badgeAppearancePrimary: {
2
+ primary: {
3
+ fill: string;
4
+ fillHover: string;
5
+ textColor: string;
6
+ borderColor: string;
7
+ dotFill: string;
8
+ iconFill: string;
9
+ };
10
+ };
11
+ export { badgeAppearancePrimary };
@@ -0,0 +1,11 @@
1
+ declare const badgeAppearanceSecondary: {
2
+ secondary: {
3
+ fill: string;
4
+ fillHover: string;
5
+ textColor: string;
6
+ borderColor: string;
7
+ dotFill: string;
8
+ iconFill: string;
9
+ };
10
+ };
11
+ export { badgeAppearanceSecondary };
@@ -0,0 +1,32 @@
1
+ declare const badgeAppearanceSize: {
2
+ sizeXXL: {
3
+ textSize: string;
4
+ size: string;
5
+ iconSize: number;
6
+ };
7
+ sizeXL: {
8
+ textSize: string;
9
+ size: string;
10
+ };
11
+ sizeL: {
12
+ textSize: string;
13
+ size: string;
14
+ };
15
+ sizeM: {
16
+ textSize: string;
17
+ size: string;
18
+ };
19
+ sizeS: {
20
+ textSize: string;
21
+ size: string;
22
+ };
23
+ sizeXS: {
24
+ textSize: string;
25
+ size: string;
26
+ };
27
+ sizeXXS: {
28
+ textSize: string;
29
+ size: string;
30
+ };
31
+ };
32
+ export { badgeAppearanceSize };
@@ -0,0 +1,16 @@
1
+ declare const badgeAppearanceStyle: {
2
+ full: {
3
+ borderColor: null;
4
+ };
5
+ ghost: {
6
+ fill: null;
7
+ borderColor: null;
8
+ };
9
+ outlined: {
10
+ fill: null;
11
+ };
12
+ solid: {
13
+ borderColor: null;
14
+ };
15
+ };
16
+ export { badgeAppearanceStyle };
@@ -0,0 +1,11 @@
1
+ declare const badgeAppearanceSuccess: {
2
+ success: {
3
+ fill: string;
4
+ fillHover: string;
5
+ textColor: string;
6
+ borderColor: string;
7
+ dotFill: string;
8
+ iconFill: string;
9
+ };
10
+ };
11
+ export { badgeAppearanceSuccess };
@@ -0,0 +1,29 @@
1
+ declare const badgeAppearanceSurface: {
2
+ surfacePrimary: {
3
+ fill: string;
4
+ fillHover: string;
5
+ textColor: string;
6
+ borderColor: string;
7
+ dotFill: string;
8
+ iconFill: string;
9
+ };
10
+ surfaceSecondary: {
11
+ fill: string;
12
+ fillHover: string;
13
+ textColor: string;
14
+ borderColor: string;
15
+ };
16
+ surfaceTertiary: {
17
+ fill: string;
18
+ fillHover: string;
19
+ textColor: string;
20
+ borderColor: string;
21
+ };
22
+ surfaceQuaternary: {
23
+ fill: string;
24
+ fillHover: string;
25
+ textColor: string;
26
+ borderColor: string;
27
+ };
28
+ };
29
+ export { badgeAppearanceSurface };
@@ -0,0 +1,11 @@
1
+ declare const badgeAppearanceWarning: {
2
+ warning: {
3
+ fill: string;
4
+ fillHover: string;
5
+ textColor: string;
6
+ borderColor: string;
7
+ dotFill: string;
8
+ iconFill: string;
9
+ };
10
+ };
11
+ export { badgeAppearanceWarning };
@@ -1,8 +1,3 @@
1
1
  import type { iBreadcrumbsProps } from './Breadcrumbs.interface';
2
2
  declare function Breadcrumbs(props: iBreadcrumbsProps): import("react/jsx-runtime").JSX.Element;
3
- declare namespace Breadcrumbs {
4
- var defaultProps: {
5
- direction: string;
6
- };
7
- }
8
3
  export { Breadcrumbs };
@@ -1,6 +1,6 @@
1
1
  import { ElementType, ReactNode } from 'react';
2
2
  import { tDirectionProps, tFillProps, tIconSizeProps, tPositionProps, tShapeProps, tTextColorHoverProps, tTextColorProps, tTextSizeProps, tUnderlineProps, tWidthProps } from 'types';
3
- import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
+ import { iStyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
4
4
  export interface iBreadcrumbsItemProps extends iStyleAttributes {
5
5
  id?: string;
6
6
  [key: number | string | symbol]: any;
@@ -1,7 +1,7 @@
1
1
  import type { CSSProperties, ElementType, ReactNode } from 'react';
2
2
  import type { tBorderColorProps, tBorderTypeProps, tBorderWidthProps, tElevationProps, tFillHoverProps, tFillProps, tIconFillSizeProps, tIconSizeProps, tItemColorProps, tShapeProps, tSizeProps, tTextColorHoverProps, tTextColorProps, tTextSizeProps, tTextWeightProps, tTextWrapProps, tWidthProps } from 'types';
3
3
  import { tAppearanceKeysDefault } from 'types/componentProps/appearanceKeys';
4
- import type { iStyleAttributes } from '../../hooks/styleAttributes.interface';
4
+ import type { iStyleAttributes } from '../../hooks/useStyles/styleAttributes.interface';
5
5
  interface iButtonThemeColor {
6
6
  [key: number | string | symbol]: any;
7
7
  borderColor?: tBorderColorProps;
@@ -0,0 +1,50 @@
1
+ declare const buttonAppearanceAccent: {
2
+ accent: {
3
+ fill: string;
4
+ fillHover: string;
5
+ borderColor: string;
6
+ labelTextColor: string;
7
+ labelTextColorHover: string;
8
+ iconAfterFillIcon: string;
9
+ iconBeforeFillIcon: string;
10
+ loaderFill: string;
11
+ loaderItemFill: string;
12
+ };
13
+ accentPrimary: {
14
+ fill: string;
15
+ fillHover: string;
16
+ borderColor: string;
17
+ labelTextColor: string;
18
+ labelTextColorHover: string;
19
+ iconAfterFillIcon: string;
20
+ iconBeforeFillIcon: string;
21
+ loaderFill: string;
22
+ loaderItemFill: string;
23
+ };
24
+ accentSecondary: {
25
+ fill: string;
26
+ fillHover: string;
27
+ borderColor: string;
28
+ labelTextColor: string;
29
+ labelTextColorHover: string;
30
+ loaderFill: string;
31
+ loaderItemFill: string;
32
+ };
33
+ full: {};
34
+ solid: {
35
+ fill: string;
36
+ borderColor: null;
37
+ labelTextColor: string;
38
+ };
39
+ outlined: {
40
+ fill: null;
41
+ borderColor: string;
42
+ labelTextColor: string;
43
+ };
44
+ ghost: {
45
+ fill: null;
46
+ borderColor: null;
47
+ labelTextColor: string;
48
+ };
49
+ };
50
+ export { buttonAppearanceAccent };
@@ -0,0 +1,11 @@
1
+ declare const buttonAppearanceDanger: {
2
+ danger: {
3
+ fill: string;
4
+ fillHover: string;
5
+ labelTextColor: string;
6
+ labelTextColorHover: string;
7
+ loaderFill: string;
8
+ loaderItemFill: string;
9
+ };
10
+ };
11
+ export { buttonAppearanceDanger };