@itcase/ui 1.8.27 → 1.8.30

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 (457) hide show
  1. package/dist/{Avatar_cjs_D84VawE9.js → Avatar_cjs_33OrnLtt.js} +36 -99
  2. package/dist/{Avatar_es_CUnfNViT.js → Avatar_es_B3LiV8MM.js} +36 -99
  3. package/dist/{Button_cjs_CYUpbdMO.js → Button_cjs_C05Joa8j.js} +3 -3
  4. package/dist/{Button_es_Dp6yFZgn.js → Button_es_CO_dwo-N.js} +3 -3
  5. package/dist/{ChipsGroup_cjs_Ct-NrPmJ.js → ChipsGroup_cjs_DN9BoTKe.js} +13 -10
  6. package/dist/{ChipsGroup_es_BNuhlSG6.js → ChipsGroup_es_D9aK8Roh.js} +13 -10
  7. package/dist/{DatePicker_cjs_DamcZFbX.js → DatePicker_cjs_B_OWDm9X.js} +15 -26
  8. package/dist/{DatePicker_es_Bm_onmmb.js → DatePicker_es_BCbmUdl0.js} +15 -26
  9. package/dist/Divider_cjs_BmCJj3TN.js +99 -0
  10. package/dist/Divider_es_kY-30pft.js +95 -0
  11. package/dist/{DropdownItem_cjs_B_7anyaJ.js → DropdownItem_cjs_DPoFy70W.js} +27 -20
  12. package/dist/{DropdownItem_es_B4EZYdJA.js → DropdownItem_es_CVztMEm0.js} +27 -20
  13. package/dist/{Label_cjs_ByGAWJcj.js → Label_cjs_BefEcq6i.js} +15 -15
  14. package/dist/{Label_es_BtwZ3a2V.js → Label_es_Dl_DrMOh.js} +15 -15
  15. package/dist/{Loader_cjs___VikiqS.js → Loader_cjs_CCrbD8Em.js} +1 -1
  16. package/dist/{Loader_es_DHKB6tTw.js → Loader_es_B2auu_rc.js} +1 -1
  17. package/dist/Overlay_cjs_CFOtnzDU.js +42 -0
  18. package/dist/Overlay_es_DczPjVL9.js +38 -0
  19. package/dist/{Text_cjs_DPhKj3wf.js → Text_cjs_C9fOm0nd.js} +0 -7
  20. package/dist/{Text_es_BRb3qqKM.js → Text_es_BfLRfj-5.js} +0 -7
  21. package/dist/{Tooltip_cjs_CaocDcQ5.js → Tooltip_cjs_pBGCcXLZ.js} +169 -310
  22. package/dist/{Tooltip_es_D1w1s33u.js → Tooltip_es_frBCZDrO.js} +169 -310
  23. package/dist/cjs/components/Accordion.js +61 -75
  24. package/dist/cjs/components/Avatar.js +3 -3
  25. package/dist/cjs/components/AvatarStack/stories/__mock__.js +28 -0
  26. package/dist/cjs/components/AvatarStack.js +41 -9
  27. package/dist/cjs/components/Badge.js +2 -2
  28. package/dist/cjs/components/Breadcrumbs.js +2 -2
  29. package/dist/cjs/components/Button.js +4 -4
  30. package/dist/cjs/components/Cell/stories/__mock__.js +14 -0
  31. package/dist/cjs/components/Cell.js +84 -42
  32. package/dist/cjs/components/Checkbox.js +49 -56
  33. package/dist/cjs/components/Checkmark.js +51 -14
  34. package/dist/cjs/components/Chips.js +3 -3
  35. package/dist/cjs/components/Choice.js +10 -10
  36. package/dist/cjs/components/Code.js +17 -26
  37. package/dist/cjs/components/CookiesWarning.js +34 -16
  38. package/dist/cjs/components/DatePeriod.js +48 -11
  39. package/dist/cjs/components/DatePicker.js +6 -6
  40. package/dist/cjs/components/Divider.js +1 -1
  41. package/dist/cjs/components/Drawer.js +35 -6
  42. package/dist/cjs/components/Dropdown/stories/__mock__.js +24 -0
  43. package/dist/cjs/components/Dropdown.js +4 -4
  44. package/dist/cjs/components/HeroTitle.js +9 -5
  45. package/dist/cjs/components/Icon.js +2 -2
  46. package/dist/cjs/components/InputPassword.js +2 -2
  47. package/dist/cjs/components/Label.js +3 -3
  48. package/dist/cjs/components/Loader.js +2 -2
  49. package/dist/cjs/components/MenuItem.js +10 -10
  50. package/dist/cjs/components/Modal.js +4 -4
  51. package/dist/cjs/components/Notification/stories/__mock__.js +30 -0
  52. package/dist/cjs/components/Notification.js +83 -101
  53. package/dist/cjs/components/Overlay.js +1 -1
  54. package/dist/cjs/components/Pagination.js +4 -4
  55. package/dist/cjs/components/Radio.js +123 -31
  56. package/dist/cjs/components/Response.js +21 -7
  57. package/dist/cjs/components/Search.js +60 -98
  58. package/dist/cjs/components/Segmented.js +6 -6
  59. package/dist/cjs/components/Select.js +3 -3
  60. package/dist/cjs/components/Swiper.js +2 -2
  61. package/dist/cjs/components/Switch.js +68 -195
  62. package/dist/cjs/components/Tab.js +11 -11
  63. package/dist/cjs/components/Text.js +1 -1
  64. package/dist/cjs/components/Tile.js +72 -45
  65. package/dist/cjs/components/Title.js +2 -2
  66. package/dist/cjs/components/Tooltip.js +2 -2
  67. package/dist/cjs/components/Video/stories/__mocks__.js +10 -0
  68. package/dist/cjs/components/Video.js +2 -9
  69. package/dist/cjs/context/Notifications.js +2 -1
  70. package/dist/components/Accordion.js +62 -75
  71. package/dist/components/Avatar.js +3 -3
  72. package/dist/components/AvatarStack/stories/__mock__.js +26 -0
  73. package/dist/components/AvatarStack.js +41 -9
  74. package/dist/components/Badge.js +2 -2
  75. package/dist/components/Breadcrumbs.js +2 -2
  76. package/dist/components/Button.js +4 -4
  77. package/dist/components/Cell/stories/__mock__.js +12 -0
  78. package/dist/components/Cell.js +84 -42
  79. package/dist/components/Checkbox.js +49 -56
  80. package/dist/components/Checkmark.js +51 -14
  81. package/dist/components/Chips.js +3 -3
  82. package/dist/components/Choice.js +10 -10
  83. package/dist/components/Code.js +17 -26
  84. package/dist/components/CookiesWarning.js +34 -17
  85. package/dist/components/DatePeriod.js +48 -11
  86. package/dist/components/DatePicker.js +6 -6
  87. package/dist/components/Divider.js +1 -1
  88. package/dist/components/Drawer.js +35 -6
  89. package/dist/components/Dropdown/stories/__mock__.js +22 -0
  90. package/dist/components/Dropdown.js +4 -4
  91. package/dist/components/HeroTitle.js +10 -6
  92. package/dist/components/Icon.js +2 -2
  93. package/dist/components/InputPassword.js +2 -2
  94. package/dist/components/Label.js +3 -3
  95. package/dist/components/Loader.js +2 -2
  96. package/dist/components/MenuItem.js +10 -10
  97. package/dist/components/Modal.js +4 -4
  98. package/dist/components/Notification/stories/__mock__.js +28 -0
  99. package/dist/components/Notification.js +80 -98
  100. package/dist/components/Overlay.js +1 -1
  101. package/dist/components/Pagination.js +4 -4
  102. package/dist/components/Radio.js +124 -31
  103. package/dist/components/Response.js +21 -7
  104. package/dist/components/Search.js +60 -98
  105. package/dist/components/Segmented.js +6 -6
  106. package/dist/components/Select.js +3 -3
  107. package/dist/components/Swiper.js +2 -2
  108. package/dist/components/Switch.js +68 -195
  109. package/dist/components/Tab.js +11 -11
  110. package/dist/components/Text.js +1 -1
  111. package/dist/components/Tile.js +72 -45
  112. package/dist/components/Title.js +2 -2
  113. package/dist/components/Tooltip.js +2 -2
  114. package/dist/components/Video/stories/__mocks__.js +8 -0
  115. package/dist/components/Video.js +2 -9
  116. package/dist/context/Notifications.js +2 -1
  117. package/dist/css/components/Accordion/Accordion.css +64 -19
  118. package/dist/css/components/Avatar/Avatar.css +44 -16
  119. package/dist/css/components/AvatarStack/AvatarStack.css +38 -3
  120. package/dist/css/components/Badge/Badge.css +1 -1
  121. package/dist/css/components/Button/Button.css +1 -0
  122. package/dist/css/components/Cell/Cell.css +31 -41
  123. package/dist/css/components/Checkbox/Checkbox.css +63 -38
  124. package/dist/css/components/Code/Code.css +36 -6
  125. package/dist/css/components/CookiesWarning/CookiesWarning.css +3 -0
  126. package/dist/css/components/Divider/Divider.css +24 -0
  127. package/dist/css/components/Drawer/Drawer.css +11 -0
  128. package/dist/css/components/Dropdown/Dropdown.css +9 -24
  129. package/dist/css/components/Flex/Flex.css +4 -2
  130. package/dist/css/components/Flex/css/__item/flex__item_shape.css +1 -1
  131. package/dist/css/components/Grid/Grid.css +7 -83
  132. package/dist/css/components/Grid/css/__item/grid__item_column.css +1 -12
  133. package/dist/css/components/Group/Group.css +54 -11
  134. package/dist/css/components/HeroTitle/HeroTitle.css +22 -18
  135. package/dist/css/components/Link/Link.css +0 -1
  136. package/dist/css/components/Notification/Notification.css +69 -78
  137. package/dist/css/components/Notification/css/__item/notification__item.css +22 -0
  138. package/dist/css/components/Notification/css/__item/notification__item_position_float.css +13 -0
  139. package/dist/css/components/Notification/css/__item/notification__item_position_toast.css +17 -0
  140. package/dist/css/components/Notification/css/__item/notification__item_skeleton.css +25 -0
  141. package/dist/css/components/Notification/css/__item/notification__item_status.css +8 -8
  142. package/dist/css/components/Overlay/Overlay.css +0 -5
  143. package/dist/css/components/Radio/Radio.css +6 -63
  144. package/dist/css/components/Response/Response.css +24 -0
  145. package/dist/css/components/Search/Search.css +36 -15
  146. package/dist/css/components/Search/css/search-input/search-input_skeleton.css +25 -0
  147. package/dist/css/components/Switch/Switch.css +10 -17
  148. package/dist/css/components/Tab/Tab.css +45 -12
  149. package/dist/css/components/Text/Text.css +3 -3
  150. package/dist/css/components/Tile/Tile.css +64 -22
  151. package/dist/css/components/Title/Title.css +36 -26
  152. package/dist/css/components/Tooltip/Tooltip.css +95 -42
  153. package/dist/css/components/Video/Video.css +1 -1
  154. package/dist/css/styles/blur/blur.css +9 -0
  155. package/dist/css/styles/border-color/border-color.css +3 -0
  156. package/dist/css/styles/elevation/elevation.css +1 -1
  157. package/dist/css/styles/elevation/elevation_hover.css +1 -1
  158. package/dist/css/styles/opacity/opacity.css +2 -1
  159. package/dist/stories/AccordionOverview.mdx +12 -0
  160. package/dist/stories/AccordionPlayground.mdx +10 -0
  161. package/dist/stories/AvatarOverview.mdx +19 -0
  162. package/dist/stories/AvatarPlayground.mdx +10 -0
  163. package/dist/stories/AvatarStackOverview.mdx +13 -0
  164. package/dist/stories/AvatarStackPlayground.mdx +8 -0
  165. package/dist/stories/BadgeOverview.mdx +13 -0
  166. package/dist/stories/BadgePlayground.mdx +8 -0
  167. package/dist/stories/BreadcrumbsOverview.mdx +14 -0
  168. package/dist/stories/{Plsyground.mdx → BreadcrumbsPlsyground.mdx} +1 -1
  169. package/dist/stories/ButtonOverview.mdx +12 -0
  170. package/dist/stories/ButtonPlayground.mdx +10 -0
  171. package/dist/stories/CellOverview.mdx +21 -0
  172. package/dist/stories/CellPlayground.mdx +10 -0
  173. package/dist/stories/CheckboxOverview.mdx +12 -0
  174. package/dist/stories/CheckboxPlayground.mdx +10 -0
  175. package/dist/stories/CheckmarkOverview.mdx +12 -0
  176. package/dist/stories/CheckmarkPlayground.mdx +10 -0
  177. package/dist/stories/ChipsOverview.mdx +37 -0
  178. package/dist/stories/ChipsPlayground.mdx +10 -0
  179. package/dist/stories/ChoiceOverview.mdx +11 -0
  180. package/dist/stories/ChoicePlayground.mdx +10 -0
  181. package/dist/stories/CodeOverview.mdx +11 -0
  182. package/dist/stories/CodePlayground.mdx +10 -0
  183. package/dist/stories/CookiesWarningOverview.mdx +13 -0
  184. package/dist/stories/CookiesWarningPlayground.mdx +11 -0
  185. package/dist/stories/DadataHintFieldOverview.mdx +11 -0
  186. package/dist/stories/DatePeriodOverview.mdx +9 -0
  187. package/dist/stories/DatePeriodPlayground.mdx +10 -0
  188. package/dist/stories/DatePickerOverview.mdx +12 -0
  189. package/dist/stories/DatePickerPlayground.mdx +10 -0
  190. package/dist/stories/DividerOverview.mdx +11 -0
  191. package/dist/stories/DividerPlayground.mdx +10 -0
  192. package/dist/stories/DotOverview.mdx +11 -0
  193. package/dist/stories/DotPlayground.mdx +10 -0
  194. package/dist/stories/DrawerOverview.mdx +14 -0
  195. package/dist/stories/DrawerPlayground.mdx +10 -0
  196. package/dist/stories/DropdownOverview.mdx +11 -0
  197. package/dist/stories/DropdownPlayground.mdx +10 -0
  198. package/dist/stories/FlexAlignItems.mdx +73 -0
  199. package/dist/stories/FlexAlignSelf.mdx +84 -0
  200. package/dist/stories/FlexDirection.mdx +106 -0
  201. package/dist/stories/FlexJustifyContent.mdx +87 -0
  202. package/dist/stories/FlexOverview.mdx +48 -0
  203. package/dist/stories/FlexPlayground.mdx +10 -0
  204. package/dist/stories/FlexWrap.mdx +60 -0
  205. package/dist/stories/GridOverview.mdx +12 -0
  206. package/dist/stories/GridPlayground.mdx +10 -0
  207. package/dist/stories/GroupOverview.mdx +22 -0
  208. package/dist/stories/GroupPlayground.mdx +10 -0
  209. package/dist/stories/HTMLContentOverview.mdx +11 -0
  210. package/dist/stories/HTMLContentPlayground.mdx +10 -0
  211. package/dist/stories/HeroTitleOverview.mdx +36 -0
  212. package/dist/stories/HeroTitlePlayground.mdx +10 -0
  213. package/dist/stories/IconOverview.mdx +16 -0
  214. package/dist/stories/IconPlayground.mdx +10 -0
  215. package/dist/stories/ImageOverview.mdx +11 -0
  216. package/dist/stories/ImagePlayground.mdx +10 -0
  217. package/dist/stories/InputOverview.mdx +11 -0
  218. package/dist/stories/InputPasswordOverview.mdx +11 -0
  219. package/dist/stories/InputPasswordPlayground.mdx +10 -0
  220. package/dist/stories/InputPlayground.mdx +10 -0
  221. package/dist/stories/LabelOverview.mdx +11 -0
  222. package/dist/stories/LabelPlayground.mdx +10 -0
  223. package/dist/stories/LinkOverview.mdx +20 -0
  224. package/dist/stories/LinkPlayground.mdx +10 -0
  225. package/dist/stories/ListOverview.mdx +14 -0
  226. package/dist/stories/ListPlayground.mdx +10 -0
  227. package/dist/stories/LoaderOverview.mdx +11 -0
  228. package/dist/stories/LoaderPlayground.mdx +10 -0
  229. package/dist/stories/LogoOverview.mdx +24 -0
  230. package/dist/stories/LogoPlayground.mdx +10 -0
  231. package/dist/stories/MenuItemOverview.mdx +11 -0
  232. package/dist/stories/MenuItemPlayground.mdx +10 -0
  233. package/dist/stories/ModalOverview.mdx +15 -0
  234. package/dist/stories/ModalPlayground.mdx +10 -0
  235. package/dist/stories/ModalSheetBottomOverview.mdx +9 -0
  236. package/dist/stories/NotificationOverview.mdx +13 -0
  237. package/dist/stories/NotificationPlayground.mdx +10 -0
  238. package/dist/stories/OverlayOverview.mdx +12 -0
  239. package/dist/stories/OverlayPlayground.mdx +10 -0
  240. package/dist/stories/Overview.mdx +5 -15
  241. package/dist/stories/Playground.mdx +4 -4
  242. package/dist/stories/RadioOverview.mdx +12 -0
  243. package/dist/stories/RadioPlayground.mdx +10 -0
  244. package/dist/stories/ResponseOverview.mdx +11 -0
  245. package/dist/stories/ResponsePlayground.mdx +10 -0
  246. package/dist/stories/SVGContentOverview.mdx +15 -0
  247. package/dist/stories/SVGContentPlayground.mdx +10 -0
  248. package/dist/stories/SearchOverview.mdx +11 -0
  249. package/dist/stories/SearchPlayground.mdx +11 -0
  250. package/dist/stories/SegmentedOverview.mdx +12 -0
  251. package/dist/stories/SegmentedPlayground.mdx +10 -0
  252. package/dist/stories/SwiperOverview.mdx +28 -0
  253. package/dist/stories/SwiperPlayground.mdx +10 -0
  254. package/dist/stories/SwitchOverview.mdx +15 -0
  255. package/dist/stories/SwitchPlayground.mdx +10 -0
  256. package/dist/stories/TabOverview.mdx +25 -0
  257. package/dist/stories/TabPlayground.mdx +10 -0
  258. package/dist/stories/TextOverview.mdx +40 -0
  259. package/dist/stories/TextPlayground.mdx +10 -0
  260. package/dist/stories/TileOverview.mdx +11 -0
  261. package/dist/stories/TilePlayground.mdx +10 -0
  262. package/dist/stories/TitleOverview.mdx +12 -0
  263. package/dist/stories/TitlePlayground.mdx +10 -0
  264. package/dist/stories/TooltipOverview.mdx +11 -0
  265. package/dist/stories/TooltipPlayground.mdx +10 -0
  266. package/dist/stories/VideoOverview.mdx +21 -0
  267. package/dist/stories/VideoPlayground.mdx +10 -0
  268. package/dist/types/components/Accordion/Accordion.d.ts +2 -3
  269. package/dist/types/components/Accordion/appearance/accordionSize.d.ts +27 -35
  270. package/dist/types/components/Accordion/appearance/accordionStyle.d.ts +4 -6
  271. package/dist/types/components/Accordion/appearance/accordionSurface.d.ts +15 -5
  272. package/dist/types/components/Accordion/index.d.ts +2 -2
  273. package/dist/types/components/Avatar/Avatar.interface.d.ts +1 -0
  274. package/dist/types/components/Avatar/appearance/{avatarSurface.d.ts → avatarDefault.d.ts} +6 -5
  275. package/dist/types/components/Avatar/appearance/avatarSize.d.ts +9 -0
  276. package/dist/types/components/Avatar/appearance/avatarStyle.d.ts +5 -5
  277. package/dist/types/components/AvatarStack/AvatarStack.appearance.d.ts +2 -0
  278. package/dist/types/components/AvatarStack/AvatarStack.interface.d.ts +22 -2
  279. package/dist/types/components/AvatarStack/appearance/avatarStackSize.d.ts +21 -0
  280. package/dist/types/components/AvatarStack/stories/__mock__/index.d.ts +12 -0
  281. package/dist/types/components/Cell/appearance/cellSize.d.ts +36 -0
  282. package/dist/types/components/Cell/appearance/cellStyle.d.ts +4 -6
  283. package/dist/types/components/Cell/appearance/cellSurface.d.ts +19 -5
  284. package/dist/types/components/Cell/stories/__mock__/index.d.ts +9 -0
  285. package/dist/types/components/Checkbox/appearance/checkboxDefault.d.ts +9 -19
  286. package/dist/types/components/Checkbox/appearance/checkboxError.d.ts +11 -6
  287. package/dist/types/components/Checkbox/appearance/checkboxSize.d.ts +5 -18
  288. package/dist/types/components/Checkmark/appearance/checkmarkAccent.d.ts +2 -1
  289. package/dist/types/components/Checkmark/appearance/checkmarkDisabled.d.ts +2 -0
  290. package/dist/types/components/Checkmark/appearance/checkmarkSize.d.ts +24 -0
  291. package/dist/types/components/Checkmark/appearance/checkmarkStyle.d.ts +7 -9
  292. package/dist/types/components/Checkmark/appearance/checkmarkSurface.d.ts +2 -1
  293. package/dist/types/components/Chips/appearance/chipsAccent.d.ts +6 -0
  294. package/dist/types/components/Chips/appearance/chipsSize.d.ts +2 -2
  295. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +6 -6
  296. package/dist/types/components/Code/Code.interface.d.ts +1 -0
  297. package/dist/types/components/Code/appearance/codeDefault.d.ts +0 -5
  298. package/dist/types/components/Code/appearance/codeDisabled.d.ts +0 -4
  299. package/dist/types/components/Code/appearance/codeError.d.ts +7 -7
  300. package/dist/types/components/Code/appearance/codeStyle.d.ts +5 -5
  301. package/dist/types/components/CookiesWarning/CookiesWarning.appearance.d.ts +7 -1
  302. package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +2 -1
  303. package/dist/types/components/CookiesWarning/appearance/cookiesWarningDefault.d.ts +12 -0
  304. package/dist/types/components/CookiesWarning/index.d.ts +2 -2
  305. package/dist/types/components/DatePeriod/DatePeriod.appearance.d.ts +1 -2
  306. package/dist/types/components/DatePeriod/appearance/datePeriodSize.d.ts +17 -0
  307. package/dist/types/components/DatePeriod/appearance/datePeriodSurface.d.ts +19 -0
  308. package/dist/types/components/DatePicker/DatePicker.appearance.d.ts +7 -15
  309. package/dist/types/components/DatePicker/appearance/datePickerSize.d.ts +4 -4
  310. package/dist/types/components/DatePicker/appearance/datePickerStyle.d.ts +3 -9
  311. package/dist/types/components/DatePicker/appearance/datePickerSurface.d.ts +0 -2
  312. package/dist/types/components/Divider/Divider.interface.d.ts +2 -0
  313. package/dist/types/components/Divider/appearance/dividerAccent.d.ts +0 -15
  314. package/dist/types/components/Divider/appearance/dividerError.d.ts +1 -6
  315. package/dist/types/components/Divider/appearance/dividerPrimary.d.ts +1 -3
  316. package/dist/types/components/Divider/appearance/dividerSecondary.d.ts +1 -3
  317. package/dist/types/components/Divider/appearance/dividerSuccess.d.ts +1 -6
  318. package/dist/types/components/Divider/appearance/dividerSurface.d.ts +3 -13
  319. package/dist/types/components/Divider/appearance/dividerWarning.d.ts +1 -6
  320. package/dist/types/components/Drawer/appearance/drawerSurface.d.ts +7 -1
  321. package/dist/types/components/Dropdown/appearance/dropdownAccent.d.ts +6 -1
  322. package/dist/types/components/Dropdown/appearance/dropdownSize.d.ts +3 -0
  323. package/dist/types/components/Dropdown/appearance/dropdownStyle.d.ts +4 -6
  324. package/dist/types/components/Dropdown/appearance/dropdownSurface.d.ts +6 -5
  325. package/dist/types/components/Dropdown/stories/__mock__/index.d.ts +44 -0
  326. package/dist/types/components/Icon/appearance/iconAccent.d.ts +3 -12
  327. package/dist/types/components/Icon/appearance/iconDanger.d.ts +0 -2
  328. package/dist/types/components/Icon/appearance/iconError.d.ts +0 -2
  329. package/dist/types/components/Icon/appearance/iconInfo.d.ts +0 -4
  330. package/dist/types/components/Icon/appearance/iconSize.d.ts +56 -28
  331. package/dist/types/components/Icon/appearance/iconStyle.d.ts +5 -6
  332. package/dist/types/components/Icon/appearance/iconSuccess.d.ts +6 -2
  333. package/dist/types/components/Icon/appearance/iconSurface.d.ts +8 -3
  334. package/dist/types/components/Icon/appearance/iconWarning.d.ts +0 -2
  335. package/dist/types/components/Label/appearance/labelSurface.d.ts +9 -9
  336. package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +5 -5
  337. package/dist/types/components/Notification/Notification.appearance.d.ts +2 -0
  338. package/dist/types/components/Notification/Notification.d.ts +4 -0
  339. package/dist/types/components/Notification/Notification.interface.d.ts +9 -8
  340. package/dist/types/components/Notification/NotificationWrapper.d.ts +3 -0
  341. package/dist/types/components/Notification/appearance/notificationDefault.d.ts +17 -0
  342. package/dist/types/components/Notification/appearance/notificationError.d.ts +17 -0
  343. package/dist/types/components/Notification/appearance/notificationSize.d.ts +2 -0
  344. package/dist/types/components/{Divider/appearance/dividerStyle.d.ts → Notification/appearance/notificationStyle.d.ts} +3 -5
  345. package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +17 -0
  346. package/dist/types/components/Notification/appearance/notificationWarning.d.ts +17 -0
  347. package/dist/types/components/Notification/index.d.ts +4 -4
  348. package/dist/types/components/Notification/stories/__mock__/index.d.ts +7 -0
  349. package/dist/types/components/Overlay/appearance/overlayDefault.d.ts +11 -0
  350. package/dist/types/components/Pagination/appearance/paginationSize.d.ts +9 -28
  351. package/dist/types/components/Radio/Radio.appearance.d.ts +93 -3
  352. package/dist/types/components/Radio/appearance/radioDefault.d.ts +11 -5
  353. package/dist/types/components/Radio/appearance/radioDisabled.d.ts +12 -0
  354. package/dist/types/components/Radio/appearance/radioRequire.d.ts +2 -2
  355. package/dist/types/components/Radio/appearance/radioSize.d.ts +3 -12
  356. package/dist/types/components/Radio/index.d.ts +1 -1
  357. package/dist/types/components/Response/Response.interface.d.ts +1 -0
  358. package/dist/types/components/Response/appearance/responceFail.d.ts +2 -0
  359. package/dist/types/components/Response/appearance/responceNothingFound.d.ts +2 -0
  360. package/dist/types/components/Response/appearance/responceRefresh.d.ts +2 -0
  361. package/dist/types/components/Response/appearance/responseError.d.ts +2 -0
  362. package/dist/types/components/Response/appearance/responseSuccess.d.ts +2 -0
  363. package/dist/types/components/Response/appearance/responseUnableLoadData.d.ts +2 -0
  364. package/dist/types/components/Response/appearance/responseWarning.d.ts +2 -0
  365. package/dist/types/components/Search/Search.interface.d.ts +2 -0
  366. package/dist/types/components/Search/appearance/searchDefault.d.ts +2 -13
  367. package/dist/types/components/Search/appearance/searchDisabled.d.ts +2 -9
  368. package/dist/types/components/Search/appearance/searchError.d.ts +2 -9
  369. package/dist/types/components/Search/appearance/searchRequire.d.ts +2 -9
  370. package/dist/types/components/Search/appearance/searchSize.d.ts +24 -6
  371. package/dist/types/components/Search/appearance/searchStyle.d.ts +3 -1
  372. package/dist/types/components/Search/appearance/searchSuccess.d.ts +1 -8
  373. package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +5 -5
  374. package/dist/types/components/Switch/appearance/switchDefault.d.ts +11 -0
  375. package/dist/types/components/Switch/appearance/switchDisabled.d.ts +5 -14
  376. package/dist/types/components/Switch/appearance/switchError.d.ts +6 -6
  377. package/dist/types/components/Switch/appearance/switchRequire.d.ts +5 -14
  378. package/dist/types/components/Switch/appearance/switchSize.d.ts +6 -47
  379. package/dist/types/components/Switch/appearance/switchSuccess.d.ts +6 -6
  380. package/dist/types/components/Tab/Tab.interface.d.ts +1 -0
  381. package/dist/types/components/Tab/appearance/tabStyle.d.ts +4 -4
  382. package/dist/types/components/Text/appearance/textSize.d.ts +0 -7
  383. package/dist/types/components/Tile/Tile.interface.d.ts +1 -0
  384. package/dist/types/components/Tile/appearance/tileSize.d.ts +30 -30
  385. package/dist/types/components/{Overlay/appearance/overlayStyle.d.ts → Tile/appearance/tileStyle.d.ts} +2 -2
  386. package/dist/types/components/Tile/appearance/tileSurface.d.ts +19 -8
  387. package/dist/types/components/Tooltip/appearance/tooltipDefault.d.ts +10 -0
  388. package/dist/types/components/Tooltip/appearance/tooltipDisabled.d.ts +2 -13
  389. package/dist/types/components/Tooltip/appearance/tooltipError.d.ts +4 -5
  390. package/dist/types/components/Tooltip/appearance/tooltipRequire.d.ts +2 -12
  391. package/dist/types/components/Tooltip/appearance/tooltipSize.d.ts +6 -47
  392. package/dist/types/components/Tooltip/appearance/tooltipStyle.d.ts +4 -6
  393. package/dist/types/components/Tooltip/appearance/tooltipSuccess.d.ts +4 -5
  394. package/dist/types/components/Video/stories/{mocks/videoSources.d.ts → __mocks__/index.d.ts} +2 -1
  395. package/dist/types/context/Notifications.d.ts +1 -1
  396. package/package.json +9 -9
  397. package/dist/Divider_cjs_DhqcldLH.js +0 -159
  398. package/dist/Divider_es_BEYLRagS.js +0 -155
  399. package/dist/Overlay_cjs_BdAm_zrO.js +0 -229
  400. package/dist/Overlay_es_cI_-_xUO.js +0 -225
  401. package/dist/css/components/Notification/css/__item/notification__item_set_float.css +0 -15
  402. package/dist/css/components/Notification/css/__item/notification__item_set_form.css +0 -19
  403. package/dist/css/components/Notification/css/__item/notification__item_set_toast.css +0 -19
  404. package/dist/css/components/Notification/css/__item/notification__item_set_top.css +0 -15
  405. package/dist/css/components/Notification/css/__item/notification__item_type_close-button.css +0 -17
  406. package/dist/stories/index.stories.js +0 -46
  407. package/dist/types/components/Avatar/appearance/avatarAccent.d.ts +0 -15
  408. package/dist/types/components/Avatar/appearance/avatarDanger.d.ts +0 -6
  409. package/dist/types/components/Avatar/appearance/avatarError.d.ts +0 -9
  410. package/dist/types/components/Avatar/appearance/avatarInfo.d.ts +0 -13
  411. package/dist/types/components/Avatar/appearance/avatarPrimary.d.ts +0 -7
  412. package/dist/types/components/Avatar/appearance/avatarSecondary.d.ts +0 -7
  413. package/dist/types/components/Avatar/appearance/avatarSuccess.d.ts +0 -7
  414. package/dist/types/components/Avatar/appearance/avatarWarning.d.ts +0 -9
  415. package/dist/types/components/Notification/NotificationItem.appearance.d.ts +0 -2
  416. package/dist/types/components/Notification/NotificationItem.d.ts +0 -4
  417. package/dist/types/components/Notification/NotificationList.d.ts +0 -3
  418. package/dist/types/components/Notification/appearance/notificationItemError.d.ts +0 -11
  419. package/dist/types/components/Notification/appearance/notificationItemSize.d.ts +0 -59
  420. package/dist/types/components/Notification/appearance/notificationItemStyle.d.ts +0 -16
  421. package/dist/types/components/Notification/appearance/notificationItemSuccess.d.ts +0 -11
  422. package/dist/types/components/Notification/appearance/notificationItemWarning.d.ts +0 -11
  423. package/dist/types/components/Overlay/appearance/overlayAccent.d.ts +0 -21
  424. package/dist/types/components/Overlay/appearance/overlayDanger.d.ts +0 -7
  425. package/dist/types/components/Overlay/appearance/overlayError.d.ts +0 -11
  426. package/dist/types/components/Overlay/appearance/overlayInfo.d.ts +0 -21
  427. package/dist/types/components/Overlay/appearance/overlayPrimary.d.ts +0 -8
  428. package/dist/types/components/Overlay/appearance/overlaySecondary.d.ts +0 -8
  429. package/dist/types/components/Overlay/appearance/overlaySize.d.ts +0 -59
  430. package/dist/types/components/Overlay/appearance/overlaySuccess.d.ts +0 -11
  431. package/dist/types/components/Overlay/appearance/overlaySurface.d.ts +0 -25
  432. package/dist/types/components/Overlay/appearance/overlayWarning.d.ts +0 -11
  433. package/dist/types/components/Search/appearance/searchSurface.d.ts +0 -18
  434. package/dist/types/components/Switch/appearance/switchAccent.d.ts +0 -20
  435. package/dist/types/components/Switch/appearance/switchDanger.d.ts +0 -7
  436. package/dist/types/components/Switch/appearance/switchInfo.d.ts +0 -21
  437. package/dist/types/components/Switch/appearance/switchPrimary.d.ts +0 -8
  438. package/dist/types/components/Switch/appearance/switchSecondary.d.ts +0 -8
  439. package/dist/types/components/Switch/appearance/switchSurface.d.ts +0 -25
  440. package/dist/types/components/Switch/appearance/switchWarning.d.ts +0 -11
  441. package/dist/types/components/Tooltip/appearance/tooltipAccent.d.ts +0 -20
  442. package/dist/types/components/Tooltip/appearance/tooltipDanger.d.ts +0 -7
  443. package/dist/types/components/Tooltip/appearance/tooltipInfo.d.ts +0 -21
  444. package/dist/types/components/Tooltip/appearance/tooltipPrimary.d.ts +0 -8
  445. package/dist/types/components/Tooltip/appearance/tooltipSecondary.d.ts +0 -8
  446. package/dist/types/components/Tooltip/appearance/tooltipSurface.d.ts +0 -25
  447. package/dist/types/components/Tooltip/appearance/tooltipWarning.d.ts +0 -11
  448. /package/dist/stories/{Playgroynd.mdx → DadataHintFieldPlaygroynd.mdx} +0 -0
  449. /package/dist/stories/{AlignContent.mdx → FlexAlignContent.mdx} +0 -0
  450. /package/dist/stories/{Grow.mdx → FlexGrow.mdx} +0 -0
  451. /package/dist/stories/{Order.mdx → FlexOrder.mdx} +0 -0
  452. /package/dist/stories/{AlignItems.mdx → GroupAlignItems.mdx} +0 -0
  453. /package/dist/stories/{AlignSelf.mdx → GroupAlignSelf.mdx} +0 -0
  454. /package/dist/stories/{Columns.mdx → GroupColumns.mdx} +0 -0
  455. /package/dist/stories/{Direction.mdx → GroupDirection.mdx} +0 -0
  456. /package/dist/stories/{JustifyContent.mdx → GroupJustifyContent.mdx} +0 -0
  457. /package/dist/stories/{Wrap.mdx → GroupWrap.mdx} +0 -0
@@ -2,24 +2,38 @@ declare const cellAppearanceSurface: {
2
2
  surfacePrimary: {
3
3
  fill: string;
4
4
  fillHover: string;
5
+ titleIconItemFill: string;
6
+ titleLabelAppearance: string;
5
7
  labelTextColor: string;
8
+ valueIconItemFill: string;
9
+ valueLabelAppearance: string;
6
10
  };
7
- surfaceQuaternary: {
11
+ surfaceSecondary: {
8
12
  fill: string;
9
13
  fillHover: string;
14
+ titleIconItemFill: string;
15
+ titleLabelAppearance: string;
10
16
  labelTextColor: string;
17
+ valueIconItemFill: string;
18
+ valueLabelAppearance: string;
11
19
  };
12
- surfaceSecondary: {
20
+ surfaceTertiary: {
13
21
  fill: string;
14
22
  fillHover: string;
23
+ titleIconItemFill: string;
24
+ titleLabelAppearance: string;
15
25
  labelTextColor: string;
16
- loaderFill: string;
17
- loaderItemFill: string;
26
+ valueIconItemFill: string;
27
+ valueLabelAppearance: string;
18
28
  };
19
- surfaceTertiary: {
29
+ surfaceQuaternary: {
20
30
  fill: string;
21
31
  fillHover: string;
32
+ titleIconItemFill: string;
33
+ titleLabelAppearance: string;
22
34
  labelTextColor: string;
35
+ valueIconItemFill: string;
36
+ valueLabelAppearance: string;
23
37
  };
24
38
  };
25
39
  export { cellAppearanceSurface };
@@ -0,0 +1,9 @@
1
+ declare const cellMock: {
2
+ title: string;
3
+ titleIcon: string;
4
+ titleLabel: string;
5
+ value: string;
6
+ valueIcon: string;
7
+ valueLabel: string;
8
+ };
9
+ export { cellMock };
@@ -1,26 +1,16 @@
1
1
  declare const checkboxAppearanceDefault: {
2
2
  defaultPrimary: {
3
+ fillCheckbox: string;
4
+ fillCheckboxActive: string;
5
+ fillCheckboxActiveHover: string;
6
+ fillCheckboxHover: string;
7
+ fillCheckmark: string;
3
8
  labelTextColor: string;
4
9
  descTextColor: string;
5
- errorStateBorderColor: string;
6
- stateBorderColorDisabled: string;
7
- stateBorderColorDisabledChecked: string;
8
- stateCheckmarkFillDisabled: string;
9
- stateFillDisabled: string;
10
- stateFillDisabledChecked: string;
11
- requiredStateBorderColor: string;
12
- stateBorderColor: string;
13
- stateBorderColorChecked: string;
14
- stateCheckmarkFill: string;
15
- stateFillChecked: string;
16
- };
17
- defaultSecondary: {
18
- fill: string;
19
- borderColor: string;
20
- borderHover: string;
21
- iconBeforeFill: string;
22
- iconClearFill: string;
23
- placeholderTextColor: string;
10
+ borderColorCheckbox: string;
11
+ borderColorCheckboxActive: string;
12
+ borderColorCheckboxActiveHover: string;
13
+ borderColorCheckboxHover: string;
24
14
  };
25
15
  };
26
16
  export { checkboxAppearanceDefault };
@@ -1,12 +1,17 @@
1
1
  declare const checkboxAppearanceError: {
2
2
  errorPrimary: {
3
3
  fill: string;
4
- borderColor: string;
5
- borderHover: string;
6
- textColor: string;
7
- iconBeforeFill: string;
8
- iconClearFill: string;
9
- placeholderTextColor: string;
4
+ fillCheckbox: string;
5
+ fillCheckboxActive: string;
6
+ fillCheckboxActiveHover: string;
7
+ fillCheckboxHover: string;
8
+ fillCheckmark: string;
9
+ labelTextColor: string;
10
+ descTextColor: string;
11
+ borderColorCheckbox: string;
12
+ borderColorCheckboxActive: string;
13
+ borderColorCheckboxActiveHover: string;
14
+ borderColorCheckboxHover: string;
10
15
  };
11
16
  errorSecondary: {
12
17
  fill: string;
@@ -1,31 +1,18 @@
1
1
  declare const checkboxAppearanceSize: {
2
- sizeXXL: {
3
- size: string;
4
- textSize: string;
5
- };
6
- sizeXL: {
7
- size: string;
8
- textSize: string;
9
- };
10
- sizeL: {
11
- size: string;
12
- textSize: string;
13
- };
14
2
  sizeM: {
3
+ size: string;
15
4
  labelTextSize: string;
16
5
  descTextSize: string;
17
6
  };
18
- sizeS: {
19
- size: string;
20
- textSize: string;
21
- };
22
7
  sizeXS: {
23
8
  size: string;
24
- textSize: string;
9
+ labelTextSize: string;
10
+ descTextSize: string;
25
11
  };
26
12
  sizeXXS: {
27
13
  size: string;
28
- textSize: string;
14
+ labelTextSize: string;
15
+ descTextSize: string;
29
16
  };
30
17
  };
31
18
  export { checkboxAppearanceSize };
@@ -1,6 +1,7 @@
1
1
  declare const checkmarkAppearanceAccent: {
2
- accent: {
2
+ accentPrimary: {
3
3
  fill: string;
4
+ fillActive: string;
4
5
  borderColor: string;
5
6
  borderWidth: string;
6
7
  checkmarkFill: string;
@@ -1,6 +1,8 @@
1
1
  declare const checkmarkAppearanceDisabled: {
2
2
  disabled: {
3
3
  fill: string;
4
+ fillActive: string;
5
+ borderActiveColor: string;
4
6
  borderColor: string;
5
7
  borderWidth: string;
6
8
  checkmarkFill: string;
@@ -0,0 +1,24 @@
1
+ declare const checkmarkAppearanceSize: {
2
+ sizeXXL: {
3
+ size: string;
4
+ };
5
+ sizeXL: {
6
+ size: string;
7
+ };
8
+ sizeL: {
9
+ size: string;
10
+ };
11
+ sizeM: {
12
+ size: string;
13
+ };
14
+ sizeS: {
15
+ size: string;
16
+ };
17
+ sizeXS: {
18
+ size: string;
19
+ };
20
+ sizeXXS: {
21
+ size: string;
22
+ };
23
+ };
24
+ export { checkmarkAppearanceSize };
@@ -1,16 +1,14 @@
1
1
  declare const checkmarkAppearanceStyle: {
2
- full: {
3
- borderColor: null;
4
- };
5
- ghost: {
6
- fill: null;
7
- borderColor: null;
2
+ solid: {
3
+ borderColor: string;
8
4
  };
9
5
  outlined: {
10
- fill: null;
6
+ fill: string;
11
7
  };
12
- solid: {
13
- borderColor: null;
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
11
+ borderColor: string;
14
12
  };
15
13
  };
16
14
  export { checkmarkAppearanceStyle };
@@ -1,6 +1,7 @@
1
1
  declare const checkmarkAppearanceSurface: {
2
- surface: {
2
+ surfacePrimary: {
3
3
  fill: string;
4
+ fillActive: string;
4
5
  fillHover: string;
5
6
  borderColor: string;
6
7
  borderColorHover: string;
@@ -5,5 +5,11 @@ declare const chipsAppearanceAccent: {
5
5
  labelTextColor: string;
6
6
  borderColor: string;
7
7
  };
8
+ accentPrimary: {
9
+ fill: string;
10
+ fillHover: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ };
8
14
  };
9
15
  export { chipsAppearanceAccent };
@@ -1,9 +1,9 @@
1
1
  declare const chipsAppearanceSize: {
2
- sizeM: {
2
+ sizeL: {
3
3
  size: string;
4
4
  labelTextSize: string;
5
5
  };
6
- sizeL: {
6
+ sizeM: {
7
7
  size: string;
8
8
  labelTextSize: string;
9
9
  };
@@ -1,14 +1,14 @@
1
1
  declare const choiceAppearanceStyle: {
2
- full: {};
3
- ghost: {
4
- fill: string;
5
- borderWidth: string;
2
+ solid: {
3
+ borderColor: string;
6
4
  };
7
5
  outlined: {
8
6
  fill: string;
9
7
  };
10
- solid: {
11
- borderWidth: string;
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
11
+ borderColor: string;
12
12
  };
13
13
  };
14
14
  export { choiceAppearanceStyle };
@@ -47,6 +47,7 @@ export interface CodeProps extends CodeThemeColor, StyleAttributes {
47
47
  otp?: number | string;
48
48
  separatorComponent?: ReactNode;
49
49
  width?: WidthProps;
50
+ isSkeleton: boolean;
50
51
  onBlur?: (arg0: FocusEvent) => void;
51
52
  onChange?: (otp: string) => void;
52
53
  onFocus?: (arg0: FocusEvent) => void;
@@ -3,16 +3,11 @@ declare const codeAppearanceDefault: {
3
3
  fill: string;
4
4
  borderColor: string;
5
5
  borderHover: string;
6
- iconBeforeFill: string;
7
- iconClearFill: string;
8
6
  };
9
7
  defaultSecondary: {
10
8
  fill: string;
11
9
  borderColor: string;
12
10
  borderHover: string;
13
- iconBeforeFill: string;
14
- iconClearFill: string;
15
- placeholderTextColor: string;
16
11
  };
17
12
  };
18
13
  export { codeAppearanceDefault };
@@ -4,16 +4,12 @@ declare const codeAppearanceDisabled: {
4
4
  borderColor: string;
5
5
  borderHover: string;
6
6
  textColor: string;
7
- iconBeforeFill: string;
8
- iconClearFill: string;
9
7
  placeholderTextColor: string;
10
8
  };
11
9
  disabledSecondary: {
12
10
  fill: string;
13
11
  borderColor: string;
14
12
  borderHover: string;
15
- iconBeforeFill: string;
16
- iconClearFill: string;
17
13
  placeholderTextColor: string;
18
14
  };
19
15
  };
@@ -1,11 +1,11 @@
1
1
  declare const codeAppearanceError: {
2
- error: {
3
- fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
- loaderFill: string;
8
- loaderItemFill: string;
2
+ errorPrimary: {
3
+ inputBorderColor: string;
4
+ inputCaretColor: string;
5
+ inputFill: string;
6
+ inputFillHover: string;
7
+ inputPlaceholderTextColor: string;
8
+ inputTextColor: string;
9
9
  };
10
10
  };
11
11
  export { codeAppearanceError };
@@ -1,15 +1,15 @@
1
1
  declare const codeAppearanceStyle: {
2
- full: {
2
+ solid: {
3
3
  borderColor: string;
4
4
  };
5
- ghost: {
5
+ outlined: {
6
6
  fill: string;
7
+ };
8
+ full: {
7
9
  borderColor: string;
8
10
  };
9
- outlined: {
11
+ ghost: {
10
12
  fill: string;
11
- };
12
- solid: {
13
13
  borderColor: string;
14
14
  };
15
15
  };
@@ -1,5 +1,11 @@
1
1
  export declare const cookiesWarningAppearance: {
2
- dev: {
2
+ defaultPrimary: {
3
3
  fill: string;
4
+ fillHover: string;
5
+ messageTextSize: string;
6
+ messageTextColor: string;
7
+ buttonAppearance: string;
8
+ buttonWidth: string;
9
+ elevation: number;
4
10
  };
5
11
  };
@@ -1,3 +1,4 @@
1
1
  import type { CookiesWarningProps } from './CookiesWarning.interface';
2
+ declare const cookiesWarningConfig: LabelConfig;
2
3
  declare function CookiesWarning(props: CookiesWarningProps): false | import("react/jsx-runtime").JSX.Element;
3
- export { CookiesWarning };
4
+ export { CookiesWarning, cookiesWarningConfig };
@@ -0,0 +1,12 @@
1
+ declare const cookiesWarningAppearanceDefault: {
2
+ defaultPrimary: {
3
+ fill: string;
4
+ fillHover: string;
5
+ messageTextSize: string;
6
+ messageTextColor: string;
7
+ buttonAppearance: string;
8
+ buttonWidth: string;
9
+ elevation: number;
10
+ };
11
+ };
12
+ export { cookiesWarningAppearanceDefault };
@@ -1,3 +1,3 @@
1
- import { CookiesWarning } from './CookiesWarning';
1
+ import { CookiesWarning, cookiesWarningConfig } from './CookiesWarning';
2
2
  import { cookiesWarningAppearance } from './CookiesWarning.appearance';
3
- export { CookiesWarning, cookiesWarningAppearance };
3
+ export { CookiesWarning, cookiesWarningAppearance, cookiesWarningConfig };
@@ -1,3 +1,2 @@
1
1
  import { DatePeriodAppearanceType } from './DatePeriod.interface';
2
- declare const datePeriodAppearance: DatePeriodAppearanceType;
3
- export { datePeriodAppearance };
2
+ export declare const datePeriodAppearance: DatePeriodAppearanceType;
@@ -0,0 +1,17 @@
1
+ declare const datePeriodAppearanceSize: {
2
+ sizeL: {
3
+ size: string;
4
+ chipsAppearanceSize: string;
5
+ datePickerAppearanceSize: string;
6
+ datePickerInputSize: string;
7
+ datePickerInputTextSize: string;
8
+ };
9
+ sizeM: {
10
+ size: string;
11
+ chipsAppearanceSize: string;
12
+ datePickerAppearanceSize: string;
13
+ datePickerInputSize: string;
14
+ datePickerInputTextSize: string;
15
+ };
16
+ };
17
+ export { datePeriodAppearanceSize };
@@ -0,0 +1,19 @@
1
+ declare const datePeriodAppearanceSurface: {
2
+ surfacePrimary: {
3
+ fill: string;
4
+ chipsAppearance: string;
5
+ chipsShape: string;
6
+ datePickerAppearance: string;
7
+ datePickerInputAppearance: string;
8
+ shape: string;
9
+ };
10
+ surfaceSecondary: {
11
+ fill: string;
12
+ chipsAppearance: string;
13
+ chipsShape: string;
14
+ datePickerAppearance: string;
15
+ datePickerInputAppearance: string;
16
+ shape: string;
17
+ };
18
+ };
19
+ export { datePeriodAppearanceSurface };
@@ -1,28 +1,22 @@
1
1
  export declare const datePickerAppearance: {
2
2
  solid: {
3
- datePickerProps: {};
4
3
  inputProps: {
5
- borderWidth: string;
4
+ borderColor: string;
6
5
  };
7
6
  };
8
7
  outlined: {
9
- datePickerProps: {};
10
8
  inputProps: {
11
9
  fill: string;
12
10
  };
13
11
  };
14
12
  ghost: {
15
- datePickerProps: {};
16
13
  inputProps: {
17
14
  fill: string;
18
- borderWidth: string;
15
+ borderColor: string;
19
16
  };
20
17
  };
21
- full: {
22
- datePickerProps: {};
23
- inputProps: {};
24
- };
25
- sizeS: {
18
+ full: {};
19
+ sizeL: {
26
20
  size: string;
27
21
  daySize: string;
28
22
  dayTextSize: string;
@@ -35,13 +29,13 @@ export declare const datePickerAppearance: {
35
29
  daySize: string;
36
30
  dayTextSize: string;
37
31
  iconFillSize: number;
32
+ iconLeft: string;
33
+ iconRight: string;
38
34
  iconSize: number;
39
35
  monthTextSize: string;
40
36
  yearTextSize: string;
41
- iconLeft: string;
42
- iconRight: string;
43
37
  };
44
- sizeL: {
38
+ sizeS: {
45
39
  size: string;
46
40
  daySize: string;
47
41
  dayTextSize: string;
@@ -55,8 +49,6 @@ export declare const datePickerAppearance: {
55
49
  iconFillHover: string;
56
50
  iconItemFill: string;
57
51
  iconShape: string;
58
- iconLeft: string;
59
- iconRight: string;
60
52
  monthTextColor: string;
61
53
  monthTextWeight: number;
62
54
  placeholderTextColor: string;
@@ -1,5 +1,5 @@
1
1
  declare const datePickerSize: {
2
- sizeS: {
2
+ sizeL: {
3
3
  size: string;
4
4
  daySize: string;
5
5
  dayTextSize: string;
@@ -12,13 +12,13 @@ declare const datePickerSize: {
12
12
  daySize: string;
13
13
  dayTextSize: string;
14
14
  iconFillSize: number;
15
+ iconLeft: string;
16
+ iconRight: string;
15
17
  iconSize: number;
16
18
  monthTextSize: string;
17
19
  yearTextSize: string;
18
- iconLeft: string;
19
- iconRight: string;
20
20
  };
21
- sizeL: {
21
+ sizeS: {
22
22
  size: string;
23
23
  daySize: string;
24
24
  dayTextSize: string;
@@ -1,26 +1,20 @@
1
1
  declare const datePickerStyle: {
2
2
  solid: {
3
- datePickerProps: {};
4
3
  inputProps: {
5
- borderWidth: string;
4
+ borderColor: string;
6
5
  };
7
6
  };
8
7
  outlined: {
9
- datePickerProps: {};
10
8
  inputProps: {
11
9
  fill: string;
12
10
  };
13
11
  };
14
12
  ghost: {
15
- datePickerProps: {};
16
13
  inputProps: {
17
14
  fill: string;
18
- borderWidth: string;
15
+ borderColor: string;
19
16
  };
20
17
  };
21
- full: {
22
- datePickerProps: {};
23
- inputProps: {};
24
- };
18
+ full: {};
25
19
  };
26
20
  export { datePickerStyle };
@@ -5,8 +5,6 @@ declare const datePickerAppearanceSurface: {
5
5
  iconFillHover: string;
6
6
  iconItemFill: string;
7
7
  iconShape: string;
8
- iconLeft: string;
9
- iconRight: string;
10
8
  monthTextColor: string;
11
9
  monthTextWeight: number;
12
10
  placeholderTextColor: string;
@@ -39,6 +39,8 @@ export interface DividerProps extends DividerThemeColor, StyleAttributes {
39
39
  [key: number | string | symbol]: any;
40
40
  appearance?: AppearanceKeys;
41
41
  className?: string;
42
+ direction?: 'horizontal' | 'vertical';
42
43
  style?: CSSProperties;
44
+ isSkeleton?: boolean;
43
45
  }
44
46
  export {};
@@ -1,21 +1,6 @@
1
1
  declare const dividerAppearanceAccent: {
2
- accent: {
3
- fill: string;
4
- fillHover: string;
5
- };
6
2
  accentPrimary: {
7
3
  fill: string;
8
- fillHover: string;
9
- borderColor: string;
10
- };
11
- accentSecondary: {
12
- fill: string;
13
- fillHover: string;
14
- labelTextColor: string;
15
- labelTextColorHover: string;
16
- borderColor: string;
17
- loaderFill: string;
18
- loaderItemFill: string;
19
4
  };
20
5
  };
21
6
  export { dividerAppearanceAccent };
@@ -1,11 +1,6 @@
1
1
  declare const dividerAppearanceError: {
2
- error: {
2
+ errorPrimary: {
3
3
  fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
- loaderFill: string;
8
- loaderItemFill: string;
9
4
  };
10
5
  };
11
6
  export { dividerAppearanceError };
@@ -1,8 +1,6 @@
1
1
  declare const dividerAppearancePrimary: {
2
- primary: {
2
+ primaryPrimary: {
3
3
  fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
4
  };
7
5
  };
8
6
  export { dividerAppearancePrimary };
@@ -1,8 +1,6 @@
1
1
  declare const dividerAppearanceSecondary: {
2
- secondary: {
2
+ secondaryPrimary: {
3
3
  fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
4
  };
7
5
  };
8
6
  export { dividerAppearanceSecondary };
@@ -1,11 +1,6 @@
1
1
  declare const dividerAppearanceSuccess: {
2
- success: {
2
+ successPrimary: {
3
3
  fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
- loaderFill: string;
8
- loaderItemFill: string;
9
4
  };
10
5
  };
11
6
  export { dividerAppearanceSuccess };