@itcase/ui 1.2.34 → 1.3.0

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 (381) hide show
  1. package/dist/Badge-B9tt2YPa.js +76 -0
  2. package/dist/{Badge-DBjlLLfX.js → Badge-DMRagi5O.js} +7 -45
  3. package/dist/Button-CX3x7Z6Q.js +99 -0
  4. package/dist/Button-P0c3lMg1.js +103 -0
  5. package/dist/Divider-DBvDCUqP.js +30 -0
  6. package/dist/Divider-Goh6mpPK.js +34 -0
  7. package/dist/DropdownItem-BuMJdUAk.js +92 -0
  8. package/dist/DropdownItem-DaN20LFe.js +97 -0
  9. package/dist/Group-B9L2NTgM.js +34 -0
  10. package/dist/Group-D6CXN4hS.js +38 -0
  11. package/dist/Icon-CZrDqG76.js +61 -0
  12. package/dist/Icon-hqYZoh4h.js +65 -0
  13. package/dist/Image-6dFSePnG.js +17 -0
  14. package/dist/Image-Dx4AWHLO.js +15 -0
  15. package/dist/Input-BrV5_NoV.js +95 -0
  16. package/dist/Input-ffioh1sj.js +100 -0
  17. package/dist/Label-DQyB2ThM.js +93 -0
  18. package/dist/Label-HKRKV3mn.js +97 -0
  19. package/dist/Link-DGj-cNje.js +53 -0
  20. package/dist/{Link-CeQuavin.js → Link-_A9ZfNln.js} +6 -52
  21. package/dist/Loader-Dn036JwE.js +56 -0
  22. package/dist/Loader-K_DJmah6.js +52 -0
  23. package/dist/MenuItem-Dokk3UXj.js +40 -0
  24. package/dist/MenuItem-LyqjzhjP.js +44 -0
  25. package/dist/Overlay-Dy6JQwJn.js +15 -0
  26. package/dist/Overlay-HlYxCGtp.js +17 -0
  27. package/dist/Text-Beslj4Ns.js +34 -0
  28. package/dist/Text-JayJa3hj.js +30 -0
  29. package/dist/Title-CHgrIarR.js +48 -0
  30. package/dist/Title-DBaHcpvB.js +52 -0
  31. package/dist/Tooltip-1Jbub0K6.js +89 -0
  32. package/dist/Tooltip-CNua1g76.js +93 -0
  33. package/dist/cjs/components/Accordion.js +14 -65
  34. package/dist/cjs/components/Avatar.js +14 -28
  35. package/dist/cjs/components/Badge.js +4 -3
  36. package/dist/cjs/components/Breadcrumbs.js +16 -48
  37. package/dist/cjs/components/Button.js +9 -9
  38. package/dist/cjs/components/Caption.js +5 -14
  39. package/dist/cjs/components/Card.js +7 -12
  40. package/dist/cjs/components/Cell.js +11 -61
  41. package/dist/cjs/components/Checkbox.js +15 -61
  42. package/dist/cjs/components/Chips.js +9 -55
  43. package/dist/cjs/components/Choice.js +20 -85
  44. package/dist/cjs/components/Code.js +9 -80
  45. package/dist/cjs/components/CookiesWarning.js +13 -22
  46. package/dist/cjs/components/DadataHintField.js +4 -4
  47. package/dist/cjs/components/DatePicker.js +20 -23
  48. package/dist/cjs/components/Divider.js +4 -2
  49. package/dist/cjs/components/Dot.js +5 -22
  50. package/dist/cjs/components/Drawer.js +3 -3
  51. package/dist/cjs/components/Dropdown.js +7 -6
  52. package/dist/cjs/components/Flex.js +8 -95
  53. package/dist/cjs/components/Grid.js +12 -125
  54. package/dist/cjs/components/Group.js +4 -2
  55. package/dist/cjs/components/HTMLContent.js +5 -74
  56. package/dist/cjs/components/Icon.js +7 -6
  57. package/dist/cjs/components/Image.js +3 -2
  58. package/dist/cjs/components/Input.js +5 -2
  59. package/dist/cjs/components/InputMask.js +27 -109
  60. package/dist/cjs/components/InputPassword.js +20 -83
  61. package/dist/cjs/components/Label.js +6 -5
  62. package/dist/cjs/components/Link.js +2 -2
  63. package/dist/cjs/components/List.js +15 -31
  64. package/dist/cjs/components/Loader.js +5 -3
  65. package/dist/cjs/components/Logo.js +8 -21
  66. package/dist/cjs/components/Menu.js +9 -23
  67. package/dist/cjs/components/MenuItem.js +6 -5
  68. package/dist/cjs/components/Modal.js +11 -43
  69. package/dist/cjs/components/ModalSheetBottom.js +4 -15
  70. package/dist/cjs/components/Notification.js +9 -18
  71. package/dist/cjs/components/Overlay.js +3 -2
  72. package/dist/cjs/components/Pagination.js +16 -36
  73. package/dist/cjs/components/Panel.js +10 -78
  74. package/dist/cjs/components/Radio.js +17 -61
  75. package/dist/cjs/components/RangeSlider.js +7 -39
  76. package/dist/cjs/components/Response.js +20 -65
  77. package/dist/cjs/components/SVGContent.js +5 -10
  78. package/dist/cjs/components/ScrollOnDrag.js +5 -35
  79. package/dist/cjs/components/ScrollToView.js +5 -46
  80. package/dist/cjs/components/Search.js +19 -81
  81. package/dist/cjs/components/Segmented.js +11 -53
  82. package/dist/cjs/components/Select.js +42 -160
  83. package/dist/cjs/components/SiteMenu.js +13 -15
  84. package/dist/cjs/components/Swiper.js +9 -22
  85. package/dist/cjs/components/Switch.js +5 -2
  86. package/dist/cjs/components/Tab.js +16 -112
  87. package/dist/cjs/components/Text.js +4 -2
  88. package/dist/cjs/components/Textarea.js +17 -76
  89. package/dist/cjs/components/Tile.js +11 -46
  90. package/dist/cjs/components/Title.js +4 -2
  91. package/dist/cjs/components/Tooltip.js +6 -4
  92. package/dist/cjs/components/Video.js +5 -5
  93. package/dist/cjs/components/Wrapper.js +5 -30
  94. package/dist/cjs/hooks/useDeviceTargetClassGenerator.interface.js +2 -0
  95. package/dist/cjs/hooks/useDeviceTargetClassGenerator.js +97 -0
  96. package/dist/components/Accordion.js +14 -65
  97. package/dist/components/Avatar.js +14 -29
  98. package/dist/components/Badge.js +4 -3
  99. package/dist/components/Breadcrumbs.js +16 -48
  100. package/dist/components/Button.js +9 -9
  101. package/dist/components/Caption.js +5 -14
  102. package/dist/components/Card.js +7 -12
  103. package/dist/components/Cell.js +11 -61
  104. package/dist/components/Checkbox.js +14 -62
  105. package/dist/components/Chips.js +9 -55
  106. package/dist/components/Choice.js +20 -86
  107. package/dist/components/Code.js +9 -81
  108. package/dist/components/CookiesWarning.js +13 -22
  109. package/dist/components/DadataHintField.js +4 -4
  110. package/dist/components/DatePicker.js +20 -24
  111. package/dist/components/Divider.js +3 -2
  112. package/dist/components/Dot.js +5 -22
  113. package/dist/components/Drawer.js +3 -3
  114. package/dist/components/Dropdown.js +6 -6
  115. package/dist/components/Flex.js +8 -95
  116. package/dist/components/Grid.js +12 -125
  117. package/dist/components/Group.js +3 -2
  118. package/dist/components/HTMLContent.js +5 -74
  119. package/dist/components/Icon.js +6 -6
  120. package/dist/components/Image.js +3 -2
  121. package/dist/components/Input.js +3 -2
  122. package/dist/components/InputMask.js +28 -110
  123. package/dist/components/InputPassword.js +19 -84
  124. package/dist/components/Label.js +6 -5
  125. package/dist/components/Link.js +2 -2
  126. package/dist/components/List.js +15 -31
  127. package/dist/components/Loader.js +4 -3
  128. package/dist/components/Logo.js +8 -21
  129. package/dist/components/Menu.js +9 -23
  130. package/dist/components/MenuItem.js +5 -5
  131. package/dist/components/Modal.js +11 -44
  132. package/dist/components/ModalSheetBottom.js +4 -15
  133. package/dist/components/Notification.js +9 -18
  134. package/dist/components/Overlay.js +3 -2
  135. package/dist/components/Pagination.js +16 -37
  136. package/dist/components/Panel.js +10 -78
  137. package/dist/components/Radio.js +16 -62
  138. package/dist/components/RangeSlider.js +7 -39
  139. package/dist/components/Response.js +20 -65
  140. package/dist/components/SVGContent.js +5 -10
  141. package/dist/components/ScrollOnDrag.js +5 -35
  142. package/dist/components/ScrollToView.js +5 -46
  143. package/dist/components/Search.js +19 -82
  144. package/dist/components/Segmented.js +11 -54
  145. package/dist/components/Select.js +43 -161
  146. package/dist/components/SiteMenu.js +13 -16
  147. package/dist/components/Swiper.js +10 -23
  148. package/dist/components/Switch.js +5 -3
  149. package/dist/components/Tab.js +16 -112
  150. package/dist/components/Text.js +3 -2
  151. package/dist/components/Textarea.js +16 -77
  152. package/dist/components/Tile.js +11 -47
  153. package/dist/components/Title.js +3 -2
  154. package/dist/components/Tooltip.js +5 -4
  155. package/dist/components/Video.js +5 -5
  156. package/dist/components/Wrapper.js +5 -30
  157. package/dist/css/components/Avatar/Avatar.css +7 -6
  158. package/dist/css/components/Code/Code.css +0 -8
  159. package/dist/css/components/Code/Code.tokens.css +3 -0
  160. package/dist/hooks/useDeviceTargetClassGenerator.interface.js +1 -0
  161. package/dist/hooks/useDeviceTargetClassGenerator.js +95 -0
  162. package/dist/stories/Appearance.stories.js +2 -3
  163. package/dist/stories/Badge.stories.js +1 -1
  164. package/dist/stories/Button.stories.js +1 -2
  165. package/dist/stories/Group.stories.js +2 -3
  166. package/dist/stories/Icon.stories.js +2 -4
  167. package/dist/stories/Select.stories.js +69 -6
  168. package/dist/stories/Size.stories.js +1 -2
  169. package/dist/stories/State.stories.js +1 -2
  170. package/dist/stories/Tile.stories.js +1 -2
  171. package/dist/stories/appearance.mdx +6 -11
  172. package/dist/types/components/Accordion/Accordion.interface.d.ts +2 -0
  173. package/dist/types/components/Avatar/Avatar.d.ts +2 -2
  174. package/dist/types/components/Avatar/Avatar.interface.d.ts +8 -5
  175. package/dist/types/components/Avatar/index.d.ts +1 -0
  176. package/dist/types/components/Badge/Badge.d.ts +3 -3
  177. package/dist/types/components/Badge/Badge.interface.d.ts +10 -7
  178. package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +2 -2
  179. package/dist/types/components/Breadcrumbs/Breadcrumbs.interface.d.ts +11 -9
  180. package/dist/types/components/Breadcrumbs/BreadcrumbsItem.d.ts +2 -2
  181. package/dist/types/components/Button/Button.appearance.d.ts +2 -2
  182. package/dist/types/components/Button/Button.d.ts +3 -3
  183. package/dist/types/components/Button/Button.interface.d.ts +18 -15
  184. package/dist/types/components/Caption/Caption.d.ts +2 -2
  185. package/dist/types/components/Caption/Caption.interface.d.ts +7 -6
  186. package/dist/types/components/Card/Card.d.ts +2 -2
  187. package/dist/types/components/Card/Card.interface.d.ts +11 -10
  188. package/dist/types/components/Cell/Cell.d.ts +2 -2
  189. package/dist/types/components/Cell/Cell.interface.d.ts +5 -4
  190. package/dist/types/components/Checkbox/Checkbox.interface.d.ts +4 -1
  191. package/dist/types/components/Checkbox/index.d.ts +1 -0
  192. package/dist/types/components/Chips/Chips.interface.d.ts +4 -1
  193. package/dist/types/components/Choice/Choice.d.ts +2 -2
  194. package/dist/types/components/Choice/Choice.interface.d.ts +3 -0
  195. package/dist/types/components/Choice/index.d.ts +1 -0
  196. package/dist/types/components/Code/Code.d.ts +2 -2
  197. package/dist/types/components/Code/Code.interface.d.ts +8 -5
  198. package/dist/types/components/Code/index.d.ts +1 -0
  199. package/dist/types/components/CookiesWarning/CookiesWarning.d.ts +2 -2
  200. package/dist/types/components/CookiesWarning/CookiesWarning.interface.d.ts +6 -5
  201. package/dist/types/components/DadataHintField/DadataHintField.d.ts +2 -2
  202. package/dist/types/components/DadataHintField/DadataHintField.interface.d.ts +4 -4
  203. package/dist/types/components/DatePicker/DatePicker.d.ts +3 -3
  204. package/dist/types/components/DatePicker/DatePicker.interface.d.ts +11 -8
  205. package/dist/types/components/DatePicker/index.d.ts +1 -0
  206. package/dist/types/components/Divider/Divider.d.ts +2 -2
  207. package/dist/types/components/Divider/Divider.interface.d.ts +8 -5
  208. package/dist/types/components/Divider/index.d.ts +1 -0
  209. package/dist/types/components/Dot/Dot.d.ts +2 -2
  210. package/dist/types/components/Dot/Dot.interface.d.ts +4 -3
  211. package/dist/types/components/Dropdown/Dropdown.d.ts +2 -2
  212. package/dist/types/components/Dropdown/Dropdown.interface.d.ts +9 -5
  213. package/dist/types/components/Dropdown/DropdownItem.d.ts +2 -2
  214. package/dist/types/components/Dropdown/index.d.ts +2 -1
  215. package/dist/types/components/Flex/Flex.d.ts +2 -2
  216. package/dist/types/components/Flex/Flex.interface.d.ts +5 -3
  217. package/dist/types/components/Flex/FlexItem.d.ts +2 -2
  218. package/dist/types/components/Grid/Grid.d.ts +2 -2
  219. package/dist/types/components/Grid/Grid.interface.d.ts +7 -4
  220. package/dist/types/components/Grid/GridItem.d.ts +2 -2
  221. package/dist/types/components/Grid/GridRow.d.ts +2 -2
  222. package/dist/types/components/Group/Group.d.ts +3 -3
  223. package/dist/types/components/Group/Group.interface.d.ts +8 -5
  224. package/dist/types/components/Group/index.d.ts +1 -0
  225. package/dist/types/components/HTMLContent/HTMLContent.d.ts +2 -2
  226. package/dist/types/components/HTMLContent/HTMLContent.interface.d.ts +3 -2
  227. package/dist/types/components/Icon/Icon.d.ts +1 -1
  228. package/dist/types/components/Icon/Icon.interface.d.ts +1 -0
  229. package/dist/types/components/Icon/index.d.ts +1 -0
  230. package/dist/types/components/Image/Image.d.ts +2 -2
  231. package/dist/types/components/Image/Image.interface.d.ts +3 -2
  232. package/dist/types/components/Input/Input.d.ts +1 -1
  233. package/dist/types/components/Input/Input.interface.d.ts +4 -1
  234. package/dist/types/components/Input/index.d.ts +1 -0
  235. package/dist/types/components/InputMask/Input.d.ts +2 -2
  236. package/dist/types/components/InputMask/Input.interface.d.ts +10 -7
  237. package/dist/types/components/InputPassword/InputPassword.d.ts +3 -3
  238. package/dist/types/components/InputPassword/InputPassword.interface.d.ts +9 -6
  239. package/dist/types/components/InputPassword/index.d.ts +1 -0
  240. package/dist/types/components/Label/Label.d.ts +3 -3
  241. package/dist/types/components/Label/Label.interface.d.ts +10 -7
  242. package/dist/types/components/Link/Link.d.ts +4 -4
  243. package/dist/types/components/Link/Link.interface.d.ts +7 -6
  244. package/dist/types/components/List/List.d.ts +2 -2
  245. package/dist/types/components/List/List.interface.d.ts +5 -3
  246. package/dist/types/components/List/ListItem.d.ts +2 -2
  247. package/dist/types/components/Loader/Loader.d.ts +3 -3
  248. package/dist/types/components/Loader/Loader.interface.d.ts +9 -6
  249. package/dist/types/components/Loader/index.d.ts +1 -0
  250. package/dist/types/components/Logo/Logo.d.ts +3 -3
  251. package/dist/types/components/Logo/Logo.interface.d.ts +10 -7
  252. package/dist/types/components/Menu/Menu.d.ts +2 -2
  253. package/dist/types/components/Menu/Menu.interface.d.ts +3 -2
  254. package/dist/types/components/MenuItem/MenuItem.d.ts +3 -3
  255. package/dist/types/components/MenuItem/MenuItem.interface.d.ts +9 -6
  256. package/dist/types/components/MenuItem/index.d.ts +1 -0
  257. package/dist/types/components/Modal/Modal.d.ts +2 -2
  258. package/dist/types/components/Modal/Modal.interface.d.ts +8 -5
  259. package/dist/types/components/Modal/ModalLoader.d.ts +1 -1
  260. package/dist/types/components/Modal/index.d.ts +2 -1
  261. package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +1 -1
  262. package/dist/types/components/ModalSheetBottom/ModalSheetBottom.interface.d.ts +3 -0
  263. package/dist/types/components/Notification/Notification.interface.d.ts +10 -7
  264. package/dist/types/components/Notification/NotificationItem.d.ts +3 -3
  265. package/dist/types/components/Notification/NotificationList.d.ts +2 -2
  266. package/dist/types/components/Overlay/Overlay.d.ts +1 -1
  267. package/dist/types/components/Overlay/Overlay.interface.d.ts +1 -0
  268. package/dist/types/components/Pagination/Pagination.d.ts +2 -2
  269. package/dist/types/components/Pagination/Pagination.interface.d.ts +9 -6
  270. package/dist/types/components/Pagination/index.d.ts +1 -0
  271. package/dist/types/components/Panel/Panel.d.ts +3 -3
  272. package/dist/types/components/Panel/Panel.interface.d.ts +9 -6
  273. package/dist/types/components/Radio/Radio.d.ts +3 -3
  274. package/dist/types/components/Radio/Radio.interface.d.ts +13 -10
  275. package/dist/types/components/Radio/index.d.ts +1 -0
  276. package/dist/types/components/RangeSlider/RangeSlider.d.ts +2 -2
  277. package/dist/types/components/RangeSlider/RangeSlider.interface.d.ts +3 -2
  278. package/dist/types/components/Response/Response.d.ts +3 -3
  279. package/dist/types/components/Response/Response.interface.d.ts +11 -8
  280. package/dist/types/components/SVGContent/SVGContent.d.ts +2 -2
  281. package/dist/types/components/SVGContent/SVGContent.interface.d.ts +2 -1
  282. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.d.ts +2 -2
  283. package/dist/types/components/ScrollOnDrag/ScrollOnDrag.interface.d.ts +3 -2
  284. package/dist/types/components/Scrollbar/Scrollbar.d.ts +2 -2
  285. package/dist/types/components/Scrollbar/Scrollbar.interface.d.ts +2 -2
  286. package/dist/types/components/Search/Search.interface.d.ts +11 -7
  287. package/dist/types/components/Search/SearchInput.d.ts +3 -3
  288. package/dist/types/components/Search/SearchResult.d.ts +1 -2
  289. package/dist/types/components/Search/index.d.ts +2 -1
  290. package/dist/types/components/Segmented/Segmented.d.ts +3 -3
  291. package/dist/types/components/Segmented/Segmented.interface.d.ts +15 -9
  292. package/dist/types/components/Segmented/index.d.ts +1 -0
  293. package/dist/types/components/Select/Select.interface.d.ts +2 -0
  294. package/dist/types/components/Select/SelectContainer.d.ts +4 -3
  295. package/dist/types/components/Select/index.d.ts +1 -3
  296. package/dist/types/components/SiteMenu/SiteMenu.d.ts +2 -2
  297. package/dist/types/components/SiteMenu/SiteMenu.interface.d.ts +9 -6
  298. package/dist/types/components/SiteMenu/SiteMenuButton.d.ts +2 -2
  299. package/dist/types/components/SiteMenu/index.d.ts +2 -1
  300. package/dist/types/components/Swiper/Swiper.d.ts +2 -2
  301. package/dist/types/components/Swiper/Swiper.interface.d.ts +9 -8
  302. package/dist/types/components/Switch/Switch.d.ts +2 -2
  303. package/dist/types/components/Switch/Switch.interface.d.ts +4 -4
  304. package/dist/types/components/Switch/index.d.ts +1 -0
  305. package/dist/types/components/Tab/Tab.d.ts +1 -1
  306. package/dist/types/components/Tab/Tab.interface.d.ts +4 -0
  307. package/dist/types/components/Tab/TabGroup.d.ts +1 -1
  308. package/dist/types/components/Text/Text.interface.d.ts +4 -1
  309. package/dist/types/components/Text/index.d.ts +1 -0
  310. package/dist/types/components/Textarea/Textarea.d.ts +3 -3
  311. package/dist/types/components/Textarea/Textarea.interface.d.ts +13 -10
  312. package/dist/types/components/Textarea/index.d.ts +1 -0
  313. package/dist/types/components/Tile/Tile.d.ts +2 -2
  314. package/dist/types/components/Tile/Tile.interface.d.ts +8 -5
  315. package/dist/types/components/Tile/index.d.ts +1 -0
  316. package/dist/types/components/Title/Title.d.ts +3 -3
  317. package/dist/types/components/Title/Title.interface.d.ts +17 -14
  318. package/dist/types/components/Title/index.d.ts +1 -0
  319. package/dist/types/components/Tooltip/Tooltip.d.ts +3 -3
  320. package/dist/types/components/Tooltip/Tooltip.interface.d.ts +9 -6
  321. package/dist/types/components/Tooltip/index.d.ts +1 -0
  322. package/dist/types/components/Video/Video.d.ts +2 -2
  323. package/dist/types/components/Video/Video.interface.d.ts +1 -1
  324. package/dist/types/components/Wrapper/Wrapper.d.ts +2 -2
  325. package/dist/types/components/Wrapper/Wrapper.interface.d.ts +4 -3
  326. package/dist/types/config/forms/index.d.ts +1 -2
  327. package/dist/types/hooks/useDeviceTargetClassGenerator.d.ts +3 -0
  328. package/dist/types/hooks/useDeviceTargetClassGenerator.interface.d.ts +20 -0
  329. package/dist/types/types/componentProps/appearanceKeys.d.ts +1 -1
  330. package/package.json +8 -7
  331. package/dist/Badge-_xQzAcyN.js +0 -114
  332. package/dist/Button-C8MATksY.js +0 -150
  333. package/dist/Button-ChSAts3j.js +0 -154
  334. package/dist/Divider-BoB-f9Gr.js +0 -74
  335. package/dist/Divider-DHIuQUsH.js +0 -71
  336. package/dist/DropdownItem-B8IMNQww.js +0 -182
  337. package/dist/DropdownItem-E9HkOU63.js +0 -186
  338. package/dist/Group-BCvs5UxK.js +0 -136
  339. package/dist/Group-u6YDbMxn.js +0 -139
  340. package/dist/Icon-C8ACV9r7.js +0 -122
  341. package/dist/Icon-DptCmI_y.js +0 -119
  342. package/dist/Image-8t6PvsaZ.js +0 -65
  343. package/dist/Image-DrUlRMHa.js +0 -67
  344. package/dist/Input-CgjHxZmK.js +0 -188
  345. package/dist/Input-KgHOW5DR.js +0 -191
  346. package/dist/Label-B06hLCqo.js +0 -139
  347. package/dist/Label-zOLL6ePu.js +0 -135
  348. package/dist/Link-CqWzwh8V.js +0 -99
  349. package/dist/Loader-DHNcD09o.js +0 -82
  350. package/dist/Loader-DReoCdZ2.js +0 -85
  351. package/dist/MenuItem-BXogEsbS.js +0 -104
  352. package/dist/MenuItem-C7frDyBO.js +0 -101
  353. package/dist/Overlay-CFXouKnl.js +0 -27
  354. package/dist/Overlay-DO5dnSRE.js +0 -25
  355. package/dist/Text-C4Bg2Mv6.js +0 -81
  356. package/dist/Text-R6XNq6Ca.js +0 -84
  357. package/dist/Title-DWIc05TX.js +0 -114
  358. package/dist/Title-YVzIwk68.js +0 -111
  359. package/dist/Tooltip--c-4Qp04.js +0 -150
  360. package/dist/Tooltip-BswHy19O.js +0 -153
  361. package/dist/cjs/components/ContextMenu.js +0 -52
  362. package/dist/cjs/components/LanguageSelector.js +0 -33
  363. package/dist/cjs/components/Page.js +0 -48
  364. package/dist/components/ContextMenu.js +0 -49
  365. package/dist/components/LanguageSelector.js +0 -31
  366. package/dist/components/Page.js +0 -46
  367. package/dist/css/components/ContextMenu/ContextMenu.css +0 -38
  368. package/dist/css/components/ContextMenu/css/__item/context-menu__item.css +0 -9
  369. package/dist/css/components/Page/Page.css +0 -8
  370. package/dist/types/components/ContextMenu/ContextMenu.d.ts +0 -3
  371. package/dist/types/components/ContextMenu/ContextMenu.interface.d.ts +0 -36
  372. package/dist/types/components/ContextMenu/ContextMenuItem.d.ts +0 -3
  373. package/dist/types/components/ContextMenu/index.d.ts +0 -3
  374. package/dist/types/components/LanguageSelector/Label.interface.d.ts +0 -20
  375. package/dist/types/components/LanguageSelector/LanguageSelector.d.ts +0 -3
  376. package/dist/types/components/LanguageSelector/index.d.ts +0 -1
  377. package/dist/types/components/Page/Page.d.ts +0 -3
  378. package/dist/types/components/Page/Page.interface.d.ts +0 -18
  379. package/dist/types/components/Page/index.d.ts +0 -1
  380. package/dist/types/config/forms/select.d.ts +0 -50
  381. package/dist/types/hooks/useDeviceTargetClass.d.ts +0 -1
@@ -1,6 +1,6 @@
1
- import { IMenuItemConfig, IMenuItemProps } from './MenuItem.interface';
2
- declare const menuItemConfig: IMenuItemConfig;
3
- declare function MenuItem(props: IMenuItemProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iMenuItemConfig, iMenuItemProps } from './MenuItem.interface';
2
+ declare const menuItemConfig: iMenuItemConfig;
3
+ declare function MenuItem(props: iMenuItemProps): import("react/jsx-runtime").JSX.Element;
4
4
  declare namespace MenuItem {
5
5
  var defaultProps: {
6
6
  direction: string;
@@ -2,7 +2,8 @@ import { CSSProperties, ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { tAlignDirectionProps, tAlignProps, tDirectionProps, tFillHoverProps, tFillProps, tJustifyContentProps, tShapeProps, tSizeProps, tTextColorActiveProps, tTextColorHoverProps, tTextColorProps, tTextGradientProps, tTextSizeProps, tTextStyleProps, tTextWeightProps, tTextWrapProps, tUnderlineProps, tWidthProps } from '../../types';
4
4
  import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
- export interface IMenuItemThemeColor {
5
+ export interface iMenuItemThemeColor {
6
+ [key: number | string | symbol]: any;
6
7
  align?: tAlignProps;
7
8
  alignDirection?: tAlignDirectionProps;
8
9
  descTextColor?: tTextColorProps;
@@ -34,17 +35,19 @@ export interface IMenuItemThemeColor {
34
35
  underline?: tUnderlineProps;
35
36
  width?: tWidthProps;
36
37
  }
37
- type appearanceKeysType = {} & tAppearanceKeysDefault;
38
+ type tAppearanceKeys = tAppearanceKeysDefault & {};
38
39
  export type menuItemAppearanceType = {
39
- [key in appearanceKeysType]?: IMenuItemThemeColor;
40
+ [key in tAppearanceKeys]?: iMenuItemThemeColor;
40
41
  };
41
- export interface IMenuItemConfig {
42
+ export interface iMenuItemConfig {
43
+ [key: number | string | symbol]: any;
42
44
  appearance: menuItemAppearanceType | undefined;
43
45
  setAppearance: (newComponent: menuItemAppearanceType) => void;
44
46
  }
45
- export interface IMenuItemProps extends IMenuItemThemeColor, iStyleAttributes {
47
+ export interface iMenuItemProps extends iMenuItemThemeColor, iStyleAttributes {
48
+ [key: number | string | symbol]: any;
46
49
  after?: ReactNode;
47
- appearance?: appearanceKeysType;
50
+ appearance?: tAppearanceKeys;
48
51
  before?: ReactNode;
49
52
  children?: ReactNode;
50
53
  className?: string;
@@ -1 +1,2 @@
1
1
  export { MenuItem, menuItemConfig } from './MenuItem';
2
+ export { menuItemAppearance } from './MenuItem.appearance';
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { iModalConfig, iModalProps, iModalRef } from './Modal.interface';
2
+ import type { iModalConfig } from './Modal.interface';
3
3
  declare const modalConfig: iModalConfig;
4
- declare const Modal: React.ForwardRefExoticComponent<iModalProps & React.RefAttributes<iModalRef>>;
4
+ declare const Modal: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
5
5
  export { Modal, modalConfig };
@@ -2,7 +2,8 @@ import type { FocusEvent, MouseEvent, MouseEventHandler, ReactNode } from 'react
2
2
  import type { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import type { elevationPropsType, tBorderColorProps, tFillGradientProps, tFillProps, tShapeProps } from '../../types';
4
4
  import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
- export interface IModalThemeColor {
5
+ export interface iModalThemeColor {
6
+ [key: number | string | symbol]: any;
6
7
  borderColor?: tBorderColorProps;
7
8
  elevation?: elevationPropsType;
8
9
  fill?: tFillProps;
@@ -12,11 +13,12 @@ export interface IModalThemeColor {
12
13
  shape?: tShapeProps;
13
14
  isOverlay?: boolean;
14
15
  }
15
- type appearanceKeysType = {} & tAppearanceKeysDefault;
16
+ type tAppearanceKeys = tAppearanceKeysDefault & {};
16
17
  export type modalAppearanceType = {
17
- [key in appearanceKeysType]?: IModalThemeColor;
18
+ [key in tAppearanceKeys]?: iModalThemeColor;
18
19
  };
19
20
  export interface iModalConfig {
21
+ [key: number | string | symbol]: any;
20
22
  appearance: modalAppearanceType | undefined;
21
23
  setAppearance: (newComponent: modalAppearanceType) => void;
22
24
  }
@@ -28,9 +30,10 @@ interface iModalRef {
28
30
  openModal: () => void;
29
31
  isOpen: boolean;
30
32
  }
31
- interface iModalProps extends IModalThemeColor, iStyleAttributes {
33
+ interface iModalProps extends iModalThemeColor, iStyleAttributes {
32
34
  id?: string;
33
- appearance?: appearanceKeysType;
35
+ [key: number | string | symbol]: any;
36
+ appearance?: tAppearanceKeys;
34
37
  children?: ReactNode;
35
38
  className?: string;
36
39
  closeButton?: ReactNode;
@@ -1,3 +1,3 @@
1
- import { iModalLoaderProps } from './Modal.interface';
1
+ import type { iModalLoaderProps } from './Modal.interface';
2
2
  declare function ModalLoader(props: iModalLoaderProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { ModalLoader };
@@ -1,3 +1,4 @@
1
1
  import { Modal, modalConfig } from './Modal';
2
+ import { modalAppearance } from './Modal.appearance';
2
3
  import { ModalLoader } from './ModalLoader';
3
- export { Modal, modalConfig, ModalLoader };
4
+ export { Modal, modalConfig, modalAppearance, ModalLoader };
@@ -1,3 +1,3 @@
1
- import { iModalSheetBottomProps } from './ModalSheetBottom.interface';
1
+ import type { iModalSheetBottomProps } from './ModalSheetBottom.interface';
2
2
  declare function ModalSheetBottom(props: iModalSheetBottomProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { ModalSheetBottom };
@@ -6,6 +6,9 @@ export interface iModalSheetBottomProps extends a {
6
6
  children?: ReactNode;
7
7
  className?: string;
8
8
  closeButton?: ReactNode;
9
+ closeModal: () => void;
9
10
  fill?: tFillProps;
10
11
  style?: CSSProperties;
12
+ isOpenModal: boolean;
13
+ onClick?: () => void;
11
14
  }
@@ -2,7 +2,8 @@ import { CSSProperties, ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { tFillProps, titleSizePropsType, tSizeProps, tTextColorProps, tTextSizeProps, tWidthProps } from '../../types';
4
4
  import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
- export interface INotificationItemThemeColor {
5
+ export interface iNotificationItemThemeColor {
6
+ [key: number | string | symbol]: any;
6
7
  fill?: tFillProps;
7
8
  size?: tSizeProps;
8
9
  textColor?: tTextColorProps;
@@ -11,18 +12,20 @@ export interface INotificationItemThemeColor {
11
12
  titleTextSize?: titleSizePropsType;
12
13
  width?: tWidthProps;
13
14
  }
14
- type appearanceKeysType = {} & tAppearanceKeysDefault;
15
+ type tAppearanceKeys = tAppearanceKeysDefault & {};
15
16
  export type notificationItemAppearanceType = {
16
- [key in appearanceKeysType]?: INotificationItemThemeColor;
17
+ [key in tAppearanceKeys]?: iNotificationItemThemeColor;
17
18
  };
18
- export interface INotificationItemConfig {
19
+ export interface iNotificationItemConfig {
20
+ [key: number | string | symbol]: any;
19
21
  appearance: notificationItemAppearanceType | undefined;
20
22
  setAppearance: (newComponent: notificationItemAppearanceType) => void;
21
23
  }
22
- export interface INotificationItemProps extends iStyleAttributes {
24
+ export interface iNotificationItemProps extends iStyleAttributes {
23
25
  id?: number | string;
26
+ [key: number | string | symbol]: any;
24
27
  after?: ReactNode;
25
- appearance?: appearanceKeysType;
28
+ appearance?: tAppearanceKeys;
26
29
  before?: ReactNode;
27
30
  className?: string;
28
31
  closeButton?: ReactNode;
@@ -41,7 +44,7 @@ export interface INotificationItemProps extends iStyleAttributes {
41
44
  onClickClose?: (id?: number | string) => void;
42
45
  set?: string;
43
46
  }
44
- export interface INotificationListProps {
47
+ export interface iNotificationListProps {
45
48
  className?: string;
46
49
  closeButton?: ReactNode;
47
50
  size?: tSizeProps;
@@ -1,4 +1,4 @@
1
- import { INotificationItemConfig, INotificationItemProps } from './Notification.interface';
2
- declare const notificationItemConfig: INotificationItemConfig;
3
- declare function NotificationItem(props: INotificationItemProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iNotificationItemConfig, iNotificationItemProps } from './Notification.interface';
2
+ declare const notificationItemConfig: iNotificationItemConfig;
3
+ declare function NotificationItem(props: iNotificationItemProps): import("react/jsx-runtime").JSX.Element;
4
4
  export { NotificationItem, notificationItemConfig };
@@ -1,3 +1,3 @@
1
- import { INotificationListProps } from './Notification.interface';
2
- declare function NotificationList(props: INotificationListProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iNotificationListProps } from './Notification.interface';
2
+ declare function NotificationList(props: iNotificationListProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { NotificationList };
@@ -1,3 +1,3 @@
1
- import { iOverlayProps } from './Overlay.interface';
1
+ import type { iOverlayProps } from './Overlay.interface';
2
2
  declare function Overlay(props: iOverlayProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { Overlay };
@@ -1,6 +1,7 @@
1
1
  import type { iStyleAttributes } from '../../hooks/styleAttributes.interface';
2
2
  import type { tFillGradientProps, tFillProps } from '../../types';
3
3
  interface iOverlayProps extends iStyleAttributes {
4
+ [key: number | string | symbol]: any;
4
5
  className?: string;
5
6
  fill?: tFillProps;
6
7
  fillGradient?: tFillGradientProps;
@@ -1,4 +1,4 @@
1
- import { IPaginationConfig, iPaginationProps } from './Pagination.interface';
2
- declare const paginationConfig: IPaginationConfig;
1
+ import type { iPaginationConfig, iPaginationProps } from './Pagination.interface';
2
+ declare const paginationConfig: iPaginationConfig;
3
3
  declare function Pagination(props: iPaginationProps): import("react/jsx-runtime").JSX.Element;
4
4
  export { Pagination, paginationConfig };
@@ -2,7 +2,8 @@ import { type ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { alignmentPropsType, elevationPropsType, iconFillSizePropsType, tDirectionProps, tFillHoverProps, tFillProps, tItemColorProps, tShapeProps, tSizeProps, tTextAlignProps, tTextColorActiveProps, tTextColorProps, tTextSizeProps, tTextWrapProps } from '../../types';
4
4
  import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
- export interface IPaginationThemeColor {
5
+ export interface iPaginationThemeColor {
6
+ [key: number | string | symbol]: any;
6
7
  fill?: tFillProps;
7
8
  fillHover?: tFillHoverProps;
8
9
  gap?: string;
@@ -35,17 +36,19 @@ export interface IPaginationThemeColor {
35
36
  pageRangeDisplayed?: number;
36
37
  isPageCount?: boolean;
37
38
  }
38
- type appearanceKeysType = {} & tAppearanceKeysDefault;
39
+ type tAppearanceKeys = tAppearanceKeysDefault & {};
39
40
  export type paginationAppearanceType = {
40
- [key in appearanceKeysType]?: IPaginationThemeColor;
41
+ [key in tAppearanceKeys]?: iPaginationThemeColor;
41
42
  };
42
- export interface IPaginationConfig {
43
+ export interface iPaginationConfig {
44
+ [key: number | string | symbol]: any;
43
45
  appearance: paginationAppearanceType | undefined;
44
46
  setAppearance: (newComponent: paginationAppearanceType) => void;
45
47
  }
46
- interface iPaginationProps extends IPaginationThemeColor, iStyleAttributes {
48
+ interface iPaginationProps extends iPaginationThemeColor, iStyleAttributes {
49
+ [key: number | string | symbol]: any;
47
50
  allItemsCount?: number;
48
- appearance?: appearanceKeysType;
51
+ appearance?: tAppearanceKeys;
49
52
  className?: string;
50
53
  marginPagesDisplayed?: number;
51
54
  nextLabel?: ReactNode;
@@ -1 +1,2 @@
1
1
  export { Pagination, paginationConfig } from './Pagination';
2
+ export { paginationAppearance } from './Pagination.appearance';
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IPanelConfig, IPanelProps } from './Panel.interface';
3
- declare const panelConfig: IPanelConfig;
4
- declare const Panel: React.ForwardRefExoticComponent<IPanelProps & React.RefAttributes<unknown>>;
2
+ import type { iPanelConfig, iPanelProps } from './Panel.interface';
3
+ declare const panelConfig: iPanelConfig;
4
+ declare const Panel: React.ForwardRefExoticComponent<Omit<iPanelProps, "ref"> & React.RefAttributes<unknown>>;
5
5
  export { Panel, panelConfig };
@@ -1,8 +1,9 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
- import { tAlignDirectionProps, tBorderColorProps, borderTypePropsType, tBorderWidthProps, elevationPropsType, tFillHoverProps, tFillProps, flexAlignPropsType, flexJustifyContentPropsType, flexWrapPropsType, tHeightProps, positionPropsType, tShapeProps, tTextColorProps, tTextSizeProps, tTextWeightProps, tWidthProps } from '../../types';
3
+ import { borderTypePropsType, elevationPropsType, flexAlignPropsType, flexJustifyContentPropsType, flexWrapPropsType, positionPropsType, tAlignDirectionProps, tBorderColorProps, tBorderWidthProps, tFillHoverProps, tFillProps, tHeightProps, tShapeProps, tTextColorProps, tTextSizeProps, tTextWeightProps, tWidthProps } from '../../types';
4
4
  import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
5
  interface ThemeColor {
6
+ [key: number | string | symbol]: any;
6
7
  border?: string;
7
8
  borderColor?: string;
8
9
  borderWidth?: string;
@@ -11,16 +12,18 @@ interface ThemeColor {
11
12
  fillHover?: string;
12
13
  labelTextColor?: tTextColorProps;
13
14
  }
14
- type appearanceKeysType = tAppearanceKeysDefault & {};
15
+ type tAppearanceKeys = tAppearanceKeysDefault & {};
15
16
  type tAppearance = {
16
- [key in appearanceKeysType]: ThemeColor;
17
+ [key in tAppearanceKeys]: ThemeColor;
17
18
  };
18
- export interface IPanelConfig {
19
+ export interface iPanelConfig {
20
+ [key: number | string | symbol]: any;
19
21
  appearance: tAppearance | undefined;
20
22
  setAppearance: (newComponent: tAppearance) => void;
21
23
  }
22
- export interface IPanelProps extends iStyleAttributes {
23
- appearance?: appearanceKeysType;
24
+ export interface iPanelProps extends iStyleAttributes {
25
+ [key: number | string | symbol]: any;
26
+ appearance?: tAppearanceKeys;
24
27
  children?: ReactNode;
25
28
  className?: string;
26
29
  dataTour?: string;
@@ -1,6 +1,6 @@
1
- import { IRadioConfig, IRadioProps } from './Radio.interface';
2
- declare const radioConfig: IRadioConfig;
3
- declare function Radio(props: IRadioProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iRadioConfig, iRadioProps } from './Radio.interface';
2
+ declare const radioConfig: iRadioConfig;
3
+ declare function Radio(props: iRadioProps): import("react/jsx-runtime").JSX.Element;
4
4
  declare namespace Radio {
5
5
  var defaultProps: {
6
6
  shape: string;
@@ -2,7 +2,8 @@ import { ElementType } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { borderColorHoverPropsType, tBorderColorProps, tBorderWidthProps, tFillProps, tItemColorProps, tShapeProps, tTextColorProps, tTextSizeProps, tTextWeightProps } from '../../types';
4
4
  import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
- export interface IRadioThemeColor {
5
+ export interface iRadioThemeColor {
6
+ [key: number | string | symbol]: any;
6
7
  descTextColor?: tTextColorProps;
7
8
  descTextSize?: tTextSizeProps;
8
9
  descTextWeight?: tTextWeightProps;
@@ -26,26 +27,28 @@ export interface IRadioThemeColor {
26
27
  stateFillDisabledChecked?: tFillProps;
27
28
  stateShape?: tShapeProps;
28
29
  }
29
- type appearanceKeysType = tAppearanceKeysDefault & {};
30
+ type tAppearanceKeys = tAppearanceKeysDefault & {};
30
31
  export type radioStateType = {
31
- [key in appearanceKeysType]?: IRadioThemeColor;
32
+ [key in tAppearanceKeys]?: iRadioThemeColor;
32
33
  };
33
34
  export type radioAppearanceType = {
34
- [key in appearanceKeysType]?: IRadioThemeColor;
35
+ [key in tAppearanceKeys]?: iRadioThemeColor;
35
36
  };
36
- export interface IRadioConfig {
37
- state: radioStateType | undefined;
38
- setState: (newComponent: radioStateType) => void;
37
+ export interface iRadioConfig {
38
+ [key: number | string | symbol]: any;
39
39
  appearance: radioAppearanceType | undefined;
40
+ state: radioStateType | undefined;
40
41
  setAppearance: (newComponent: radioAppearanceType) => void;
42
+ setState: (newComponent: radioStateType) => void;
41
43
  }
42
- export interface IRadioProps extends IRadioThemeColor, iStyleAttributes {
43
- appearance?: appearanceKeysType;
44
+ export interface iRadioProps extends iRadioThemeColor, iStyleAttributes {
45
+ id?: number | string;
46
+ [key: number | string | symbol]: any;
47
+ appearance?: tAppearanceKeys;
44
48
  checked?: boolean;
45
49
  className?: string;
46
50
  desc?: string;
47
51
  disabled?: boolean;
48
- id?: number | string;
49
52
  label?: string;
50
53
  tag: ElementType;
51
54
  onChange?: () => void;
@@ -1 +1,2 @@
1
1
  export { Radio, radioConfig } from './Radio';
2
+ export { radioAppearance, radioState } from './Radio.appearance';
@@ -1,3 +1,3 @@
1
- import { IRangeSliderProps } from './RangeSlider.interface';
2
- declare function RangeSlider(props: IRangeSliderProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iRangeSliderProps } from './RangeSlider.interface';
2
+ declare function RangeSlider(props: iRangeSliderProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { RangeSlider };
@@ -1,7 +1,8 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { tFillProps, tItemColorProps, tShapeProps, tWidthProps } from '../../types';
4
- export interface IRangeSliderProps extends iStyleAttributes {
4
+ export interface iRangeSliderProps extends iStyleAttributes {
5
+ [key: number | string | symbol]: any;
5
6
  after?: ReactNode;
6
7
  before?: ReactNode;
7
8
  children?: ReactNode;
@@ -18,11 +19,11 @@ export interface IRangeSliderProps extends iStyleAttributes {
18
19
  min?: number;
19
20
  pushable?: boolean;
20
21
  range?: boolean;
21
- set?: string;
22
22
  shape?: tShapeProps;
23
23
  style?: CSSProperties;
24
24
  value?: number;
25
25
  vertical?: boolean;
26
26
  width?: tWidthProps;
27
27
  onChangeSlider?: () => void;
28
+ set?: string;
28
29
  }
@@ -1,4 +1,4 @@
1
- import { IResponseConfig, IResponseProps } from './Response.interface';
2
- declare const responseConfig: IResponseConfig;
3
- declare function Response(props: IResponseProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iResponseConfig, iResponseProps } from './Response.interface';
2
+ declare const responseConfig: iResponseConfig;
3
+ declare function Response(props: iResponseProps): import("react/jsx-runtime").JSX.Element;
4
4
  export { Response, responseConfig };
@@ -2,7 +2,8 @@ import { CSSProperties, ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { borderColorHoverPropsType, borderTypePropsType, tBorderColorProps, tBorderWidthProps, tFillHoverProps, tFillProps, titleSizePropsType, tShapeProps, tSizeProps, tTextColorProps, tTextSizeProps, tTextWeightProps, tWidthProps } from '../../types';
4
4
  import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
- export interface IResponseThemeColor {
5
+ export interface iResponseThemeColor {
6
+ [key: number | string | symbol]: any;
6
7
  borderColor?: tBorderColorProps;
7
8
  borderColorHover?: borderColorHoverPropsType;
8
9
  borderType?: borderTypePropsType;
@@ -13,7 +14,7 @@ export interface IResponseThemeColor {
13
14
  messageTextColor?: tTextColorProps;
14
15
  messageTextSize?: tTextSizeProps;
15
16
  messageTextWeight?: tTextWeightProps;
16
- primaryButtonAppearance?: appearanceKeysType;
17
+ primaryButtonAppearance?: tAppearanceKeys;
17
18
  primaryButtonFill?: tFillProps;
18
19
  primaryButtonFillHover?: tFillHoverProps;
19
20
  primaryButtonLabel?: string;
@@ -22,7 +23,7 @@ export interface IResponseThemeColor {
22
23
  primaryButtonShape?: tShapeProps;
23
24
  primaryButtonSize?: tSizeProps;
24
25
  primaryButtonWidth?: tWidthProps;
25
- secondaryButtonAppearance?: appearanceKeysType;
26
+ secondaryButtonAppearance?: tAppearanceKeys;
26
27
  secondaryButtonFill?: tFillProps;
27
28
  secondaryButtonFillHover?: tFillHoverProps;
28
29
  secondaryButtonLabel?: string;
@@ -36,17 +37,19 @@ export interface IResponseThemeColor {
36
37
  titleTextSize?: titleSizePropsType;
37
38
  titleTextWeight?: tTextWeightProps;
38
39
  }
39
- type appearanceKeysType = {} & tAppearanceKeysDefault;
40
+ type tAppearanceKeys = tAppearanceKeysDefault & {};
40
41
  export type responseAppearanceType = {
41
- [key in appearanceKeysType]?: IResponseThemeColor;
42
+ [key in tAppearanceKeys]?: iResponseThemeColor;
42
43
  };
43
- export interface IResponseConfig {
44
+ export interface iResponseConfig {
45
+ [key: number | string | symbol]: any;
44
46
  appearance: responseAppearanceType | undefined;
45
47
  setAppearance: (newComponent: responseAppearanceType) => void;
46
48
  }
47
- export interface IResponseProps extends IResponseThemeColor, iStyleAttributes {
49
+ export interface iResponseProps extends iResponseThemeColor, iStyleAttributes {
50
+ [key: number | string | symbol]: any;
48
51
  after?: ReactNode;
49
- appearance?: appearanceKeysType;
52
+ appearance?: tAppearanceKeys;
50
53
  before?: ReactNode;
51
54
  className?: string;
52
55
  message?: string;
@@ -1,3 +1,3 @@
1
- import { ISVGContentProps } from './SVGContent.interface';
2
- declare function SVGContent(props: ISVGContentProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iSVGContentProps } from './SVGContent.interface';
2
+ declare function SVGContent(props: iSVGContentProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { SVGContent };
@@ -1,7 +1,8 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { svgFillPropsType } from '../../types';
4
- export interface ISVGContentProps extends iStyleAttributes {
4
+ export interface iSVGContentProps extends iStyleAttributes {
5
+ [key: number | string | symbol]: any;
5
6
  children?: ReactNode;
6
7
  className?: string;
7
8
  src?: string;
@@ -1,5 +1,5 @@
1
- import { IScrollOnDragProps } from './ScrollOnDrag.interface';
2
- declare function ScrollOnDrag(props: IScrollOnDragProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iScrollOnDragProps } from './ScrollOnDrag.interface';
2
+ declare function ScrollOnDrag(props: iScrollOnDragProps): import("react/jsx-runtime").JSX.Element;
3
3
  declare namespace ScrollOnDrag {
4
4
  var defaultProps: {
5
5
  width: string;
@@ -1,8 +1,9 @@
1
1
  import { CSSProperties, ReactNode } from 'react';
2
2
  import ScrollContainer from 'react-indiana-drag-scroll';
3
3
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
4
- import { tBorderColorProps, borderTypePropsType, tBorderWidthProps, elevationPropsType, tFillHoverProps, tFillProps, tHeightProps, tWidthProps } from '../../types';
5
- export interface IScrollOnDragProps extends iStyleAttributes {
4
+ import { borderTypePropsType, elevationPropsType, tBorderColorProps, tBorderWidthProps, tFillHoverProps, tFillProps, tHeightProps, tWidthProps } from '../../types';
5
+ export interface iScrollOnDragProps extends iStyleAttributes {
6
+ [key: number | string | symbol]: any;
6
7
  borderColor?: tBorderColorProps;
7
8
  borderType?: borderTypePropsType;
8
9
  borderWidth?: tBorderWidthProps;
@@ -1,3 +1,3 @@
1
- import { IScrollbarProps } from './Scrollbar.interface';
2
- declare function Scrollbar(props: IScrollbarProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { iScrollbarProps } from './Scrollbar.interface';
2
+ declare function Scrollbar(props: iScrollbarProps): import("react/jsx-runtime").JSX.Element;
3
3
  export { Scrollbar };
@@ -1,10 +1,10 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
- export interface IScrollbarProps extends iStyleAttributes {
3
+ export interface iScrollbarProps extends iStyleAttributes {
4
4
  children?: ReactNode;
5
5
  className?: string;
6
6
  noDefaultStyles?: boolean;
7
- scrollHeight?: number | string;
8
7
  scrollbarWidth?: number;
8
+ scrollHeight?: number | string;
9
9
  onScroll?: () => void;
10
10
  }
@@ -2,7 +2,8 @@ import { CSSProperties, ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { borderColorHoverPropsType, borderTypePropsType, iconSizePropsType, tBorderColorProps, tBorderWidthProps, tFillProps, tItemColorProps, tShapeProps, tTextColorProps, tTextSizeProps, tTextStyleProps, tTextWeightProps, tWidthProps } from '../../types';
4
4
  import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
- export interface ISearchThemeColor {
5
+ export interface iSearchThemeColor {
6
+ [key: number | string | symbol]: any;
6
7
  borderColor?: tBorderColorProps;
7
8
  borderHover?: borderColorHoverPropsType;
8
9
  borderType?: borderTypePropsType;
@@ -34,17 +35,19 @@ export interface ISearchThemeColor {
34
35
  size?: 'compact' | 'l' | 'normal' | 's';
35
36
  width?: tWidthProps;
36
37
  }
37
- type appearanceKeysType = {} & tAppearanceKeysDefault;
38
+ type tAppearanceKeys = tAppearanceKeysDefault & {};
38
39
  export type searchAppearanceType = {
39
- [key in appearanceKeysType]?: ISearchThemeColor;
40
+ [key in tAppearanceKeys]?: iSearchThemeColor;
40
41
  };
41
- export interface ISearchConfig {
42
+ export interface iSearchConfig {
43
+ [key: number | string | symbol]: any;
42
44
  appearance: searchAppearanceType | undefined;
43
45
  setAppearance: (newComponent: searchAppearanceType) => void;
44
46
  }
45
- export interface ISearchProps extends ISearchThemeColor, iStyleAttributes {
47
+ export interface iSearchProps extends iSearchThemeColor, iStyleAttributes {
48
+ [key: number | string | symbol]: any;
46
49
  after?: ReactNode;
47
- appearance?: appearanceKeysType;
50
+ appearance?: tAppearanceKeys;
48
51
  before?: ReactNode;
49
52
  className?: string;
50
53
  dataTour?: string;
@@ -57,7 +60,8 @@ export interface ISearchProps extends ISearchThemeColor, iStyleAttributes {
57
60
  onFocus?: (() => void) | undefined;
58
61
  onKeyDown?: (() => void) | undefined;
59
62
  }
60
- export interface ISearchResultProps extends iStyleAttributes {
63
+ export interface iSearchResultProps extends iStyleAttributes {
64
+ [key: number | string | symbol]: any;
61
65
  after?: ReactNode;
62
66
  before?: ReactNode;
63
67
  children?: ReactNode;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { ISearchConfig, ISearchProps } from './Search.interface';
3
- declare const searchInputConfig: ISearchConfig;
4
- declare const SearchInput: React.ForwardRefExoticComponent<ISearchProps & React.RefAttributes<HTMLInputElement>>;
2
+ import type { iSearchConfig, iSearchProps } from './Search.interface';
3
+ declare const searchInputConfig: iSearchConfig;
4
+ declare const SearchInput: React.ForwardRefExoticComponent<Omit<iSearchProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
5
5
  export { SearchInput, searchInputConfig };
@@ -1,4 +1,3 @@
1
1
  import React from 'react';
2
- import { ISearchResultProps } from './Search.interface';
3
- declare const SearchResult: React.ForwardRefExoticComponent<ISearchResultProps & React.RefAttributes<unknown>>;
2
+ declare const SearchResult: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
4
3
  export { SearchResult };
@@ -1,3 +1,4 @@
1
+ import { searchAppearance } from './Search.appearance';
1
2
  import { SearchInput, searchInputConfig } from './SearchInput';
2
3
  import { SearchResult } from './SearchResult';
3
- export { SearchInput, searchInputConfig, SearchResult };
4
+ export { SearchInput, searchInputConfig, searchAppearance, SearchResult };
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { ISegmentedConfig, ISegmentedProps } from './Segmented.interface';
3
- declare const segmentedConfig: ISegmentedConfig;
4
- declare const Segmented: React.ForwardRefExoticComponent<ISegmentedProps & React.RefAttributes<HTMLDivElement>>;
2
+ import type { iSegmentedConfig, iSegmentedProps } from './Segmented.interface';
3
+ declare const segmentedConfig: iSegmentedConfig;
4
+ declare const Segmented: React.ForwardRefExoticComponent<Omit<iSegmentedProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
5
  export { Segmented, segmentedConfig };