@itcase/ui 1.1.7 → 1.1.9

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 (347) hide show
  1. package/dist/{Accordion-JS45IVx7.js → Accordion-CqPVnTKh.js} +3 -34
  2. package/dist/Avatar-DB6Si0s1.js +31 -0
  3. package/dist/{Breadcrumbs-KOoMbWmP.js → Breadcrumbs-B79kOtMG.js} +3 -3
  4. package/dist/Button-B7vbiqrJ.js +100 -0
  5. package/dist/{ContextMenuItem-CF5L8xev.js → ContextMenuItem-BPqsjmSA.js} +3 -3
  6. package/dist/Divider-BlBwMHgl.js +45 -0
  7. package/dist/Dot-C3R1y59u.js +34 -0
  8. package/dist/{DropdownItem-C0gYXEq6.js → DropdownItem-Dgf0LRhx.js} +3 -3
  9. package/dist/{FlexItem-DHynUt6v.js → FlexItem-DzNgFIa0.js} +1 -1
  10. package/dist/GridRow-Cc-rz56R.js +158 -0
  11. package/dist/{Group-DhYXDvAJ.js → Group-fbVPmr8W.js} +12 -20
  12. package/dist/Icon-Dn2eEZvb.js +128 -0
  13. package/dist/Link-ByBzBRDH.js +132 -0
  14. package/dist/{ListItem-DYbK4_8c.js → ListItem-Cf8r3w8t.js} +1 -1
  15. package/dist/NotificationList-CJyEnxWw.js +38 -0
  16. package/dist/{SearchResult-DNPmzvp8.js → SearchResult-erxB06IL.js} +2 -2
  17. package/dist/{SelectField-uEsQcoxF.js → SelectField-CpQMWXaC.js} +3 -3
  18. package/dist/{SiteMenuButton-DE_hCJUV.js → SiteMenuButton-BFmti8pF.js} +2 -2
  19. package/dist/{TabGroup-CCR5jORT.js → TabGroup-CjmtgOMw.js} +3 -3
  20. package/dist/{Text-DffpwlYq.js → Text-BcGbRc14.js} +7 -13
  21. package/dist/cjs/{Accordion-BDTE-Lkj.js → Accordion-DcZ9P5kP.js} +5 -36
  22. package/dist/cjs/Avatar-C8tufLEH.js +37 -0
  23. package/dist/cjs/{Breadcrumbs-BV5q8aPJ.js → Breadcrumbs-HubY1qZQ.js} +5 -5
  24. package/dist/cjs/Button-3GkRq8Pv.js +108 -0
  25. package/dist/cjs/{ContextMenuItem-C8eg828K.js → ContextMenuItem-DmbSoGn1.js} +6 -6
  26. package/dist/cjs/Divider-CIYsHYud.js +51 -0
  27. package/dist/cjs/Dot-vDSigHDs.js +40 -0
  28. package/dist/cjs/{DropdownItem-DT8iQfVh.js → DropdownItem-Bl-Ghc_6.js} +5 -5
  29. package/dist/cjs/{FlexItem-CYXxJtYX.js → FlexItem-BnORv6q3.js} +1 -1
  30. package/dist/cjs/GridRow-mzs0CkNG.js +166 -0
  31. package/dist/cjs/{Group-DbzIk8kt.js → Group-4zWTDvKx.js} +12 -20
  32. package/dist/cjs/Icon-UBahY607.js +137 -0
  33. package/dist/cjs/Link-BoShjCEw.js +142 -0
  34. package/dist/cjs/{ListItem-CTDoiG0C.js → ListItem-MrHApmF3.js} +2 -2
  35. package/dist/cjs/NotificationList-DnI8DqyE.js +46 -0
  36. package/dist/cjs/{SearchResult-CdsV7oDb.js → SearchResult-bTwR5A-g.js} +7 -7
  37. package/dist/cjs/{SelectField-DVCsVz6q.js → SelectField-BJTu7BXO.js} +11 -11
  38. package/dist/cjs/{SiteMenuButton-CVdX1ouh.js → SiteMenuButton-BGi0gR1z.js} +3 -3
  39. package/dist/cjs/{TabGroup-B1LUF9Hg.js → TabGroup-DIWmGIp2.js} +7 -7
  40. package/dist/cjs/{Text-CfBPhwqK.js → Text-D7Aq1i5R.js} +7 -13
  41. package/dist/cjs/components/Accordion/Accordion.interface.d.ts +1 -1
  42. package/dist/cjs/components/Accordion.js +11 -16
  43. package/dist/cjs/components/Avatar/Avatar.d.ts +3 -0
  44. package/dist/cjs/components/Avatar/Avatar.interface.d.ts +44 -0
  45. package/dist/cjs/components/Avatar/index.d.ts +1 -0
  46. package/dist/cjs/components/Avatar.js +21 -248
  47. package/dist/cjs/components/Badge.js +1 -1
  48. package/dist/cjs/components/Breadcrumbs.js +17 -22
  49. package/dist/cjs/components/Button/Button.d.ts +5 -0
  50. package/dist/cjs/components/Button/Button.interface.d.ts +78 -0
  51. package/dist/cjs/components/Button/index.d.ts +1 -0
  52. package/dist/cjs/components/Button.js +25 -547
  53. package/dist/cjs/components/Card.js +1 -1
  54. package/dist/cjs/components/Cell.js +18 -22
  55. package/dist/cjs/components/Checkbox.js +1 -1
  56. package/dist/cjs/components/Chips.js +4 -4
  57. package/dist/cjs/components/Choice.js +10 -15
  58. package/dist/cjs/components/ContextMenu.js +10 -17
  59. package/dist/cjs/components/CookiesWarning.js +12 -18
  60. package/dist/cjs/components/DatePicker.js +13 -18
  61. package/dist/cjs/components/Divider/Divider.d.ts +3 -0
  62. package/dist/cjs/components/Divider/Divider.interface.d.ts +28 -0
  63. package/dist/cjs/components/Divider/index.d.ts +1 -0
  64. package/dist/cjs/components/Divider.js +12 -248
  65. package/dist/cjs/components/Dot/Dot.d.ts +6 -0
  66. package/dist/cjs/components/Dot/Dot.interface.d.ts +26 -0
  67. package/dist/cjs/components/Dot/index.d.ts +1 -0
  68. package/dist/cjs/components/Dot.js +11 -216
  69. package/dist/cjs/components/Drawer.js +14 -4
  70. package/dist/cjs/components/Dropdown.js +7 -13
  71. package/dist/cjs/components/Flex/Flex.interface.d.ts +5 -3
  72. package/dist/cjs/components/Flex/index.d.ts +2 -2
  73. package/dist/cjs/components/Flex.js +1 -1
  74. package/dist/cjs/components/FormField.js +12 -18
  75. package/dist/cjs/components/Grid/Grid.d.ts +8 -0
  76. package/dist/cjs/components/Grid/Grid.interface.d.ts +147 -0
  77. package/dist/cjs/components/Grid/GridItem.d.ts +3 -0
  78. package/dist/cjs/components/Grid/GridRow.d.ts +8 -0
  79. package/dist/cjs/components/Grid/index.d.ts +4 -0
  80. package/dist/cjs/components/Grid.js +3 -10
  81. package/dist/cjs/components/Group/Group.interface.d.ts +9 -7
  82. package/dist/cjs/components/Group.js +1 -1
  83. package/dist/cjs/components/Icon/Icon.d.ts +5 -0
  84. package/dist/cjs/components/Icon/Icon.interface.d.ts +100 -0
  85. package/dist/cjs/components/Icon/index.d.ts +1 -0
  86. package/dist/cjs/components/Icon.js +21 -623
  87. package/dist/cjs/components/Image.js +6 -6
  88. package/dist/cjs/components/InputPassword.js +14 -19
  89. package/dist/cjs/components/Label.js +12 -12
  90. package/dist/cjs/components/LanguageSelector.js +20 -25
  91. package/dist/cjs/components/Link/Link.d.ts +11 -0
  92. package/dist/cjs/components/Link/Link.interface.d.ts +57 -0
  93. package/dist/cjs/components/Link/index.d.ts +1 -0
  94. package/dist/cjs/components/Link.js +14 -496
  95. package/dist/cjs/components/List.js +3 -4
  96. package/dist/cjs/components/Loader.js +1 -1
  97. package/dist/cjs/components/Logo.js +7 -14
  98. package/dist/cjs/components/Menu.js +18 -14
  99. package/dist/cjs/components/MenuItem.js +3 -3
  100. package/dist/cjs/components/Modal.js +1 -1
  101. package/dist/cjs/components/Notification/Notification.interface.d.ts +49 -0
  102. package/dist/cjs/components/Notification/NotificationItem.d.ts +10 -0
  103. package/dist/cjs/components/Notification/NotificationList.d.ts +3 -0
  104. package/dist/cjs/components/Notification/index.d.ts +3 -0
  105. package/dist/cjs/components/Notification.js +6 -7
  106. package/dist/cjs/components/Pagination.js +36 -37
  107. package/dist/cjs/components/Panel/Panel.d.ts +7 -0
  108. package/dist/cjs/components/Panel/Panel.interface.d.ts +56 -0
  109. package/dist/cjs/components/Panel/index.d.ts +1 -0
  110. package/dist/cjs/components/Panel.js +112 -0
  111. package/dist/cjs/components/Radio.js +1 -1
  112. package/dist/cjs/components/Response.js +15 -18
  113. package/dist/cjs/components/Search.js +19 -24
  114. package/dist/cjs/components/Segmented.js +1 -1
  115. package/dist/cjs/components/Select.js +78 -51
  116. package/dist/cjs/components/SiteMenu.js +14 -19
  117. package/dist/cjs/components/Tab.js +8 -8
  118. package/dist/cjs/components/Text/Text.interface.d.ts +29 -27
  119. package/dist/cjs/components/Text.js +1 -1
  120. package/dist/cjs/components/Tile.js +6 -9
  121. package/dist/cjs/components/Tooltip.js +1 -1
  122. package/dist/cjs/components.js +138 -145
  123. package/dist/cjs/context/Notifications.js +1 -0
  124. package/dist/cjs/context/UIContext.js +1 -0
  125. package/dist/cjs/hooks/styleAttributes.interface.d.ts +12 -13
  126. package/dist/cjs/types/componentProps/appearanceKeys.d.ts +1 -0
  127. package/dist/cjs/types/componentProps/fill.d.ts +1 -0
  128. package/dist/cjs/types/componentProps/fillHover.d.ts +1 -0
  129. package/dist/cjs/types/componentProps/flexGrow.d.ts +1 -0
  130. package/dist/cjs/{constants-ts → types}/componentProps/iconFillSize.d.ts +1 -1
  131. package/dist/cjs/types/componentProps/iconSize.d.ts +1 -0
  132. package/dist/cjs/types/componentProps/overflow.d.ts +1 -0
  133. package/dist/{constants-ts → cjs/types}/index.d.ts +1 -0
  134. package/dist/components/Accordion/Accordion.interface.d.ts +1 -1
  135. package/dist/components/Accordion.js +11 -16
  136. package/dist/components/Avatar/Avatar.d.ts +3 -0
  137. package/dist/components/Avatar/Avatar.interface.d.ts +44 -0
  138. package/dist/components/Avatar/index.d.ts +1 -0
  139. package/dist/components/Avatar.js +20 -245
  140. package/dist/components/Badge.js +1 -1
  141. package/dist/components/Breadcrumbs.js +17 -22
  142. package/dist/components/Button/Button.d.ts +5 -0
  143. package/dist/components/Button/Button.interface.d.ts +78 -0
  144. package/dist/components/Button/index.d.ts +1 -0
  145. package/dist/components/Button.js +23 -543
  146. package/dist/components/Card.js +1 -1
  147. package/dist/components/Cell.js +13 -17
  148. package/dist/components/Checkbox.js +1 -1
  149. package/dist/components/Chips.js +4 -4
  150. package/dist/components/Choice.js +9 -14
  151. package/dist/components/ContextMenu.js +10 -17
  152. package/dist/components/CookiesWarning.js +11 -17
  153. package/dist/components/DatePicker.js +9 -14
  154. package/dist/components/Divider/Divider.d.ts +3 -0
  155. package/dist/components/Divider/Divider.interface.d.ts +28 -0
  156. package/dist/components/Divider/index.d.ts +1 -0
  157. package/dist/components/Divider.js +11 -245
  158. package/dist/components/Dot/Dot.d.ts +6 -0
  159. package/dist/components/Dot/Dot.interface.d.ts +26 -0
  160. package/dist/components/Dot/index.d.ts +1 -0
  161. package/dist/components/Dot.js +10 -213
  162. package/dist/components/Drawer.js +14 -4
  163. package/dist/components/Dropdown.js +7 -13
  164. package/dist/components/Flex/Flex.interface.d.ts +5 -3
  165. package/dist/components/Flex/index.d.ts +2 -2
  166. package/dist/components/Flex.js +1 -1
  167. package/dist/components/FormField.js +12 -18
  168. package/dist/components/Grid/Grid.d.ts +8 -0
  169. package/dist/components/Grid/Grid.interface.d.ts +147 -0
  170. package/dist/components/Grid/GridItem.d.ts +3 -0
  171. package/dist/components/Grid/GridRow.d.ts +8 -0
  172. package/dist/components/Grid/index.d.ts +4 -0
  173. package/dist/components/Grid.js +3 -10
  174. package/dist/components/Group/Group.interface.d.ts +9 -7
  175. package/dist/components/Group.js +1 -1
  176. package/dist/components/Icon/Icon.d.ts +5 -0
  177. package/dist/components/Icon/Icon.interface.d.ts +100 -0
  178. package/dist/components/Icon/index.d.ts +1 -0
  179. package/dist/components/Icon.js +19 -618
  180. package/dist/components/Image.js +6 -6
  181. package/dist/components/InputPassword.js +13 -18
  182. package/dist/components/Label.js +12 -12
  183. package/dist/components/LanguageSelector.js +19 -24
  184. package/dist/components/Link/Link.d.ts +11 -0
  185. package/dist/components/Link/Link.interface.d.ts +57 -0
  186. package/dist/components/Link/index.d.ts +1 -0
  187. package/dist/components/Link.js +11 -491
  188. package/dist/components/List.js +3 -4
  189. package/dist/components/Loader.js +1 -1
  190. package/dist/components/Logo.js +6 -13
  191. package/dist/components/Menu.js +18 -14
  192. package/dist/components/MenuItem.js +2 -2
  193. package/dist/components/Modal.js +1 -1
  194. package/dist/components/Notification/Notification.interface.d.ts +49 -0
  195. package/dist/components/Notification/NotificationItem.d.ts +10 -0
  196. package/dist/components/Notification/NotificationList.d.ts +3 -0
  197. package/dist/components/Notification/index.d.ts +3 -0
  198. package/dist/components/Notification.js +6 -7
  199. package/dist/components/Pagination.js +36 -37
  200. package/dist/components/Panel/Panel.d.ts +7 -0
  201. package/dist/components/Panel/Panel.interface.d.ts +56 -0
  202. package/dist/components/Panel/index.d.ts +1 -0
  203. package/dist/components/Panel.js +105 -0
  204. package/dist/components/Radio.js +1 -1
  205. package/dist/components/Response.js +13 -16
  206. package/dist/components/Search.js +19 -24
  207. package/dist/components/Segmented.js +1 -1
  208. package/dist/components/Select.js +73 -46
  209. package/dist/components/SiteMenu.js +14 -19
  210. package/dist/components/Tab.js +8 -8
  211. package/dist/components/Text/Text.interface.d.ts +29 -27
  212. package/dist/components/Text.js +1 -1
  213. package/dist/components/Tile.js +6 -9
  214. package/dist/components/Tooltip.js +1 -1
  215. package/dist/components.js +25 -32
  216. package/dist/context/Notifications.js +1 -0
  217. package/dist/context/UIContext.js +1 -0
  218. package/dist/css/components/Button/Button.css +12 -1
  219. package/dist/css/components/Dot/Dot.css +10 -4
  220. package/dist/css/components/Link/Link.css +4 -0
  221. package/dist/css/components/Pagination/Pagination.css +2 -0
  222. package/dist/css/components/Panel/Panel.css +107 -0
  223. package/dist/css/styles/fill/fill_active_hover.css +6 -3
  224. package/dist/hooks/styleAttributes.interface.d.ts +12 -13
  225. package/dist/types/componentProps/appearanceKeys.d.ts +1 -0
  226. package/dist/types/componentProps/fill.d.ts +1 -0
  227. package/dist/types/componentProps/fillHover.d.ts +1 -0
  228. package/dist/types/componentProps/flexGrow.d.ts +1 -0
  229. package/dist/{constants-ts → types}/componentProps/iconFillSize.d.ts +1 -1
  230. package/dist/types/componentProps/iconSize.d.ts +1 -0
  231. package/dist/types/componentProps/overflow.d.ts +1 -0
  232. package/dist/{cjs/constants-ts → types}/index.d.ts +1 -0
  233. package/package.json +10 -4
  234. package/dist/GridRow-Buc4dsHd.js +0 -1691
  235. package/dist/NotificationList-KbxjrO3o.js +0 -245
  236. package/dist/cjs/GridRow-6wilpUeo.js +0 -1701
  237. package/dist/cjs/NotificationList-B6QbYA9H.js +0 -255
  238. package/dist/cjs/constants-ts/componentProps/fill.d.ts +0 -1
  239. package/dist/cjs/constants-ts/componentProps/fillHover.d.ts +0 -1
  240. package/dist/cjs/constants-ts/componentProps/flexGrow.d.ts +0 -1
  241. package/dist/cjs/constants-ts/componentProps/iconSize.d.ts +0 -1
  242. package/dist/constants-ts/componentProps/fill.d.ts +0 -1
  243. package/dist/constants-ts/componentProps/fillHover.d.ts +0 -1
  244. package/dist/constants-ts/componentProps/flexGrow.d.ts +0 -1
  245. package/dist/constants-ts/componentProps/iconSize.d.ts +0 -1
  246. /package/dist/cjs/{constants-ts → types}/componentProps/align.d.ts +0 -0
  247. /package/dist/cjs/{constants-ts → types}/componentProps/alignDirection.d.ts +0 -0
  248. /package/dist/cjs/{constants-ts → types}/componentProps/alignment.d.ts +0 -0
  249. /package/dist/cjs/{constants-ts → types}/componentProps/borderColor.d.ts +0 -0
  250. /package/dist/cjs/{constants-ts → types}/componentProps/borderColorHover.d.ts +0 -0
  251. /package/dist/cjs/{constants-ts → types}/componentProps/borderType.d.ts +0 -0
  252. /package/dist/cjs/{constants-ts → types}/componentProps/borderWidth.d.ts +0 -0
  253. /package/dist/cjs/{constants-ts → types}/componentProps/captionPosition.d.ts +0 -0
  254. /package/dist/cjs/{constants-ts → types}/componentProps/direction.d.ts +0 -0
  255. /package/dist/cjs/{constants-ts → types}/componentProps/elevation.d.ts +0 -0
  256. /package/dist/cjs/{constants-ts → types}/componentProps/emojiSize.d.ts +0 -0
  257. /package/dist/cjs/{constants-ts → types}/componentProps/fillGradient.d.ts +0 -0
  258. /package/dist/cjs/{constants-ts → types}/componentProps/fillType.d.ts +0 -0
  259. /package/dist/cjs/{constants-ts → types}/componentProps/flexAlign.d.ts +0 -0
  260. /package/dist/cjs/{constants-ts → types}/componentProps/flexJustifyContent.d.ts +0 -0
  261. /package/dist/cjs/{constants-ts → types}/componentProps/flexWrap.d.ts +0 -0
  262. /package/dist/cjs/{constants-ts → types}/componentProps/gridAlign.d.ts +0 -0
  263. /package/dist/cjs/{constants-ts → types}/componentProps/gridAlignSelf.d.ts +0 -0
  264. /package/dist/cjs/{constants-ts → types}/componentProps/gridJustifyItems.d.ts +0 -0
  265. /package/dist/cjs/{constants-ts → types}/componentProps/gridJustifySelf.d.ts +0 -0
  266. /package/dist/cjs/{constants-ts → types}/componentProps/height.d.ts +0 -0
  267. /package/dist/cjs/{constants-ts → types}/componentProps/horizontalContentAlign.d.ts +0 -0
  268. /package/dist/cjs/{constants-ts → types}/componentProps/horizontalResizeMode.d.ts +0 -0
  269. /package/dist/cjs/{constants-ts → types}/componentProps/itemColor.d.ts +0 -0
  270. /package/dist/cjs/{constants-ts → types}/componentProps/justifyContent.d.ts +0 -0
  271. /package/dist/cjs/{constants-ts → types}/componentProps/position.d.ts +0 -0
  272. /package/dist/cjs/{constants-ts → types}/componentProps/resizeMode.d.ts +0 -0
  273. /package/dist/cjs/{constants-ts → types}/componentProps/shape.d.ts +0 -0
  274. /package/dist/cjs/{constants-ts → types}/componentProps/size.d.ts +0 -0
  275. /package/dist/cjs/{constants-ts → types}/componentProps/sizeInterface.d.ts +0 -0
  276. /package/dist/cjs/{constants-ts → types}/componentProps/sizePX.d.ts +0 -0
  277. /package/dist/cjs/{constants-ts → types}/componentProps/stacking.d.ts +0 -0
  278. /package/dist/cjs/{constants-ts → types}/componentProps/state.d.ts +0 -0
  279. /package/dist/cjs/{constants-ts → types}/componentProps/strokeColor.d.ts +0 -0
  280. /package/dist/cjs/{constants-ts → types}/componentProps/textAlign.d.ts +0 -0
  281. /package/dist/cjs/{constants-ts → types}/componentProps/textColor.d.ts +0 -0
  282. /package/dist/cjs/{constants-ts → types}/componentProps/textColorActive.d.ts +0 -0
  283. /package/dist/cjs/{constants-ts → types}/componentProps/textColorHover.d.ts +0 -0
  284. /package/dist/cjs/{constants-ts → types}/componentProps/textGradient.d.ts +0 -0
  285. /package/dist/cjs/{constants-ts → types}/componentProps/textSize.d.ts +0 -0
  286. /package/dist/cjs/{constants-ts → types}/componentProps/textStyle.d.ts +0 -0
  287. /package/dist/cjs/{constants-ts → types}/componentProps/textTag.d.ts +0 -0
  288. /package/dist/cjs/{constants-ts → types}/componentProps/textWeight.d.ts +0 -0
  289. /package/dist/cjs/{constants-ts → types}/componentProps/textWrap.d.ts +0 -0
  290. /package/dist/cjs/{constants-ts → types}/componentProps/titleSize.d.ts +0 -0
  291. /package/dist/cjs/{constants-ts → types}/componentProps/type.d.ts +0 -0
  292. /package/dist/cjs/{constants-ts → types}/componentProps/underline.d.ts +0 -0
  293. /package/dist/cjs/{constants-ts → types}/componentProps/verticalContentAlign.d.ts +0 -0
  294. /package/dist/cjs/{constants-ts → types}/componentProps/verticalResizeMode.d.ts +0 -0
  295. /package/dist/cjs/{constants-ts → types}/componentProps/width.d.ts +0 -0
  296. /package/dist/cjs/{constants-ts → types}/componentProps/wrap.d.ts +0 -0
  297. /package/dist/{constants-ts → types}/componentProps/align.d.ts +0 -0
  298. /package/dist/{constants-ts → types}/componentProps/alignDirection.d.ts +0 -0
  299. /package/dist/{constants-ts → types}/componentProps/alignment.d.ts +0 -0
  300. /package/dist/{constants-ts → types}/componentProps/borderColor.d.ts +0 -0
  301. /package/dist/{constants-ts → types}/componentProps/borderColorHover.d.ts +0 -0
  302. /package/dist/{constants-ts → types}/componentProps/borderType.d.ts +0 -0
  303. /package/dist/{constants-ts → types}/componentProps/borderWidth.d.ts +0 -0
  304. /package/dist/{constants-ts → types}/componentProps/captionPosition.d.ts +0 -0
  305. /package/dist/{constants-ts → types}/componentProps/direction.d.ts +0 -0
  306. /package/dist/{constants-ts → types}/componentProps/elevation.d.ts +0 -0
  307. /package/dist/{constants-ts → types}/componentProps/emojiSize.d.ts +0 -0
  308. /package/dist/{constants-ts → types}/componentProps/fillGradient.d.ts +0 -0
  309. /package/dist/{constants-ts → types}/componentProps/fillType.d.ts +0 -0
  310. /package/dist/{constants-ts → types}/componentProps/flexAlign.d.ts +0 -0
  311. /package/dist/{constants-ts → types}/componentProps/flexJustifyContent.d.ts +0 -0
  312. /package/dist/{constants-ts → types}/componentProps/flexWrap.d.ts +0 -0
  313. /package/dist/{constants-ts → types}/componentProps/gridAlign.d.ts +0 -0
  314. /package/dist/{constants-ts → types}/componentProps/gridAlignSelf.d.ts +0 -0
  315. /package/dist/{constants-ts → types}/componentProps/gridJustifyItems.d.ts +0 -0
  316. /package/dist/{constants-ts → types}/componentProps/gridJustifySelf.d.ts +0 -0
  317. /package/dist/{constants-ts → types}/componentProps/height.d.ts +0 -0
  318. /package/dist/{constants-ts → types}/componentProps/horizontalContentAlign.d.ts +0 -0
  319. /package/dist/{constants-ts → types}/componentProps/horizontalResizeMode.d.ts +0 -0
  320. /package/dist/{constants-ts → types}/componentProps/itemColor.d.ts +0 -0
  321. /package/dist/{constants-ts → types}/componentProps/justifyContent.d.ts +0 -0
  322. /package/dist/{constants-ts → types}/componentProps/position.d.ts +0 -0
  323. /package/dist/{constants-ts → types}/componentProps/resizeMode.d.ts +0 -0
  324. /package/dist/{constants-ts → types}/componentProps/shape.d.ts +0 -0
  325. /package/dist/{constants-ts → types}/componentProps/size.d.ts +0 -0
  326. /package/dist/{constants-ts → types}/componentProps/sizeInterface.d.ts +0 -0
  327. /package/dist/{constants-ts → types}/componentProps/sizePX.d.ts +0 -0
  328. /package/dist/{constants-ts → types}/componentProps/stacking.d.ts +0 -0
  329. /package/dist/{constants-ts → types}/componentProps/state.d.ts +0 -0
  330. /package/dist/{constants-ts → types}/componentProps/strokeColor.d.ts +0 -0
  331. /package/dist/{constants-ts → types}/componentProps/textAlign.d.ts +0 -0
  332. /package/dist/{constants-ts → types}/componentProps/textColor.d.ts +0 -0
  333. /package/dist/{constants-ts → types}/componentProps/textColorActive.d.ts +0 -0
  334. /package/dist/{constants-ts → types}/componentProps/textColorHover.d.ts +0 -0
  335. /package/dist/{constants-ts → types}/componentProps/textGradient.d.ts +0 -0
  336. /package/dist/{constants-ts → types}/componentProps/textSize.d.ts +0 -0
  337. /package/dist/{constants-ts → types}/componentProps/textStyle.d.ts +0 -0
  338. /package/dist/{constants-ts → types}/componentProps/textTag.d.ts +0 -0
  339. /package/dist/{constants-ts → types}/componentProps/textWeight.d.ts +0 -0
  340. /package/dist/{constants-ts → types}/componentProps/textWrap.d.ts +0 -0
  341. /package/dist/{constants-ts → types}/componentProps/titleSize.d.ts +0 -0
  342. /package/dist/{constants-ts → types}/componentProps/type.d.ts +0 -0
  343. /package/dist/{constants-ts → types}/componentProps/underline.d.ts +0 -0
  344. /package/dist/{constants-ts → types}/componentProps/verticalContentAlign.d.ts +0 -0
  345. /package/dist/{constants-ts → types}/componentProps/verticalResizeMode.d.ts +0 -0
  346. /package/dist/{constants-ts → types}/componentProps/width.d.ts +0 -0
  347. /package/dist/{constants-ts → types}/componentProps/wrap.d.ts +0 -0
@@ -1,218 +1,15 @@
1
- import React__default from 'react';
2
- import PropTypes from 'prop-types';
3
- import clsx from 'clsx';
4
- import borderTypeProps from '../constants/componentProps/borderType.js';
5
- import fillProps from '../constants/componentProps/fill.js';
6
- import shapeProps from '../constants/componentProps/shape.js';
7
- import { useDeviceTargetClass } from '../hooks/useDeviceTargetClass.js';
1
+ export { D as Dot } from '../Dot-C3R1y59u.js';
2
+ import '../jsx-runtime-ClDdVO4Q.js';
3
+ import 'react';
4
+ import 'clsx';
5
+ import '../hooks/useDeviceTargetClass.js';
8
6
  import 'lodash/castArray';
9
7
  import 'lodash/camelCase';
10
8
  import '../context/UIContext.js';
9
+ import 'prop-types';
11
10
  import '../hooks/useMediaQueries.js';
12
11
  import 'react-responsive';
13
-
14
- function Dot(props) {
15
- const {
16
- className,
17
- children
18
- } = props;
19
- const borderClass = useDeviceTargetClass(props, {
20
- prefix: 'border-color_',
21
- propsKey: 'border'
22
- });
23
- const borderTypeClass = useDeviceTargetClass(props, {
24
- prefix: 'border_type_',
25
- propsKey: 'borderType'
26
- });
27
- const fillClass = useDeviceTargetClass(props, {
28
- prefix: 'fill_',
29
- propsKey: 'fill'
30
- });
31
- const shapeClass = useDeviceTargetClass(props, {
32
- prefix: 'dot_shape_',
33
- propsKey: 'shape'
34
- });
35
- return /*#__PURE__*/React__default.createElement("div", {
36
- className: clsx(className, 'dot', borderClass, borderTypeClass, fillClass, shapeClass)
37
- }, children);
38
- }
39
- Dot.propTypes = {
40
- children: PropTypes.any,
41
- className: PropTypes.string,
42
- border: PropTypes.string,
43
- borderDesktop: PropTypes.string,
44
- borderMobile: PropTypes.string,
45
- borderTablet: PropTypes.string,
46
- borderType: PropTypes.oneOf(borderTypeProps),
47
- borderTypeDesktop: PropTypes.oneOf(borderTypeProps),
48
- borderTypeMobile: PropTypes.oneOf(borderTypeProps),
49
- borderTypeTablet: PropTypes.oneOf(borderTypeProps),
50
- fill: PropTypes.oneOf(fillProps),
51
- fillMobile: PropTypes.oneOf(fillProps),
52
- fillTablet: PropTypes.oneOf(fillProps),
53
- fillDesktop: PropTypes.oneOf(fillProps),
54
- shape: PropTypes.oneOf(shapeProps),
55
- shapeDesktop: PropTypes.oneOf(shapeProps),
56
- shapeMobile: PropTypes.oneOf(shapeProps),
57
- shapeTablet: PropTypes.oneOf(shapeProps)
58
- };
59
- Dot.defaultProps = {};
60
- Dot.__docgenInfo = {
61
- "description": "",
62
- "methods": [],
63
- "displayName": "Dot",
64
- "props": {
65
- "children": {
66
- "description": "",
67
- "type": {
68
- "name": "any"
69
- },
70
- "required": false
71
- },
72
- "className": {
73
- "description": "",
74
- "type": {
75
- "name": "string"
76
- },
77
- "required": false
78
- },
79
- "border": {
80
- "description": "",
81
- "type": {
82
- "name": "string"
83
- },
84
- "required": false
85
- },
86
- "borderDesktop": {
87
- "description": "",
88
- "type": {
89
- "name": "string"
90
- },
91
- "required": false
92
- },
93
- "borderMobile": {
94
- "description": "",
95
- "type": {
96
- "name": "string"
97
- },
98
- "required": false
99
- },
100
- "borderTablet": {
101
- "description": "",
102
- "type": {
103
- "name": "string"
104
- },
105
- "required": false
106
- },
107
- "borderType": {
108
- "description": "",
109
- "type": {
110
- "name": "enum",
111
- "computed": true,
112
- "value": "borderTypeProps"
113
- },
114
- "required": false
115
- },
116
- "borderTypeDesktop": {
117
- "description": "",
118
- "type": {
119
- "name": "enum",
120
- "computed": true,
121
- "value": "borderTypeProps"
122
- },
123
- "required": false
124
- },
125
- "borderTypeMobile": {
126
- "description": "",
127
- "type": {
128
- "name": "enum",
129
- "computed": true,
130
- "value": "borderTypeProps"
131
- },
132
- "required": false
133
- },
134
- "borderTypeTablet": {
135
- "description": "",
136
- "type": {
137
- "name": "enum",
138
- "computed": true,
139
- "value": "borderTypeProps"
140
- },
141
- "required": false
142
- },
143
- "fill": {
144
- "description": "",
145
- "type": {
146
- "name": "enum",
147
- "computed": true,
148
- "value": "fillProps"
149
- },
150
- "required": false
151
- },
152
- "fillMobile": {
153
- "description": "",
154
- "type": {
155
- "name": "enum",
156
- "computed": true,
157
- "value": "fillProps"
158
- },
159
- "required": false
160
- },
161
- "fillTablet": {
162
- "description": "",
163
- "type": {
164
- "name": "enum",
165
- "computed": true,
166
- "value": "fillProps"
167
- },
168
- "required": false
169
- },
170
- "fillDesktop": {
171
- "description": "",
172
- "type": {
173
- "name": "enum",
174
- "computed": true,
175
- "value": "fillProps"
176
- },
177
- "required": false
178
- },
179
- "shape": {
180
- "description": "",
181
- "type": {
182
- "name": "enum",
183
- "computed": true,
184
- "value": "shapeProps"
185
- },
186
- "required": false
187
- },
188
- "shapeDesktop": {
189
- "description": "",
190
- "type": {
191
- "name": "enum",
192
- "computed": true,
193
- "value": "shapeProps"
194
- },
195
- "required": false
196
- },
197
- "shapeMobile": {
198
- "description": "",
199
- "type": {
200
- "name": "enum",
201
- "computed": true,
202
- "value": "shapeProps"
203
- },
204
- "required": false
205
- },
206
- "shapeTablet": {
207
- "description": "",
208
- "type": {
209
- "name": "enum",
210
- "computed": true,
211
- "value": "shapeProps"
212
- },
213
- "required": false
214
- }
215
- }
216
- };
217
-
218
- export { Dot };
12
+ import '../hooks/useStyles.js';
13
+ import 'lodash/maxBy';
14
+ import 'lodash/upperFirst';
15
+ import '../hooks/styleAttributes.js';
@@ -153,16 +153,18 @@ function Drawer(props) {
153
153
  after,
154
154
  dataTour,
155
155
  direction,
156
- className
156
+ className,
157
+ enableOverlay
157
158
  } = props;
158
159
  return /*#__PURE__*/React__default.createElement(EZDrawer, {
159
160
  className: clsx('drawer', type && `drawer_type_${type}`, className, dataTour && `data-tour-${dataTour}`),
160
161
  direction: direction || 'right',
161
- lockBackgroundScroll: true,
162
+ lockBackgroundScroll: false,
162
163
  open: isOpenModal,
163
164
  overlayClassName: "drawer__overlay",
164
165
  size: size || 600,
165
- onClose: closeModal
166
+ onClose: closeModal,
167
+ enableOverlay: enableOverlay
166
168
  }, before && /*#__PURE__*/React__default.createElement("div", {
167
169
  className: "drawer__before"
168
170
  }, before), children && /*#__PURE__*/React__default.createElement("div", {
@@ -183,7 +185,8 @@ Drawer.propTypes = {
183
185
  // "right", "left", "top", "bottom"
184
186
  size: PropTypes.number,
185
187
  // width in px
186
- type: PropTypes.string
188
+ type: PropTypes.string,
189
+ enableOverlay: PropTypes.bool
187
190
  };
188
191
  Drawer.__docgenInfo = {
189
192
  "description": "",
@@ -259,6 +262,13 @@ Drawer.__docgenInfo = {
259
262
  "name": "string"
260
263
  },
261
264
  "required": false
265
+ },
266
+ "enableOverlay": {
267
+ "description": "",
268
+ "type": {
269
+ "name": "bool"
270
+ },
271
+ "required": false
262
272
  }
263
273
  }
264
274
  };
@@ -1,4 +1,4 @@
1
- export { D as Dropdown, a as DropdownItem } from '../DropdownItem-C0gYXEq6.js';
1
+ export { D as Dropdown, a as DropdownItem } from '../DropdownItem-Dgf0LRhx.js';
2
2
  import 'react';
3
3
  import 'prop-types';
4
4
  import 'clsx';
@@ -12,18 +12,12 @@ import '../hooks/useStyles.js';
12
12
  import 'lodash/maxBy';
13
13
  import 'lodash/upperFirst';
14
14
  import '../hooks/styleAttributes.js';
15
- import './Divider.js';
15
+ import '../Divider-BlBwMHgl.js';
16
+ import '../jsx-runtime-ClDdVO4Q.js';
17
+ import '../Link-ByBzBRDH.js';
18
+ import '../Text-BcGbRc14.js';
16
19
  import '../constants/componentProps/fill.js';
17
- import '../constants/componentProps/size.js';
18
- import '../constants/componentProps/direction.js';
19
- import '../constants/componentProps/width.js';
20
- import './Link.js';
21
- import '../constants/componentProps/textColor.js';
22
- import '../constants/componentProps/textGradient.js';
23
- import '../constants/componentProps/textStyle.js';
24
- import '../constants/componentProps/textWeight.js';
20
+ import '../constants/componentProps/shape.js';
25
21
  import '../constants/componentProps/type.js';
26
22
  import '../constants/componentProps/underline.js';
27
- import '../Text-DffpwlYq.js';
28
- import '../jsx-runtime-ClDdVO4Q.js';
29
- import '../constants/componentProps/shape.js';
23
+ import '../constants/componentProps/size.js';
@@ -1,9 +1,9 @@
1
1
  import React, { ElementType } from 'react';
2
- import { alignDirectionPropsType, borderColorPropsType, borderTypePropsType, directionPropsType, fillHoverPropsType, fillPropsType, flexAlignPropsType, flexJustifyContentPropsType, flexWrapPropsType, horizontalResizeModePropsType, positionPropsType, shapePropsType, widthPropsType } from '../../constants-ts';
3
2
  import { TypeStyleAttributes } from '../../hooks/styleAttributes.interface';
3
+ import { alignDirectionPropsType, borderColorPropsType, borderTypePropsType, directionPropsType, fillHoverPropsType, fillPropsType, flexAlignPropsType, flexJustifyContentPropsType, flexWrapPropsType, horizontalResizeModePropsType, positionPropsType, shapePropsType, widthPropsType } from '../../types';
4
4
  export interface IFlexProps extends TypeStyleAttributes {
5
5
  id?: number | string;
6
- children: React.ReactNode;
6
+ children?: React.ReactNode;
7
7
  className?: string;
8
8
  tag?: ElementType;
9
9
  type?: string;
@@ -20,6 +20,8 @@ export interface IFlexProps extends TypeStyleAttributes {
20
20
  position?: positionPropsType;
21
21
  border?: borderColorPropsType;
22
22
  borderType?: borderTypePropsType;
23
+ gapWrapper?: string;
24
+ maxWidthWrapper?: string;
23
25
  alignContentDesktop?: flexJustifyContentPropsType;
24
26
  alignContentMobile?: flexJustifyContentPropsType;
25
27
  alignContentTablet?: flexJustifyContentPropsType;
@@ -56,7 +58,7 @@ export interface IFlexProps extends TypeStyleAttributes {
56
58
  wrapTablet?: flexWrapPropsType;
57
59
  }
58
60
  export interface IFlexItemProps extends TypeStyleAttributes {
59
- children: React.ReactNode;
61
+ children?: React.ReactNode;
60
62
  className?: string;
61
63
  tag?: ElementType;
62
64
  htmlFor?: string;
@@ -1,3 +1,3 @@
1
- import { Flex } from './Flex.js';
2
- import { FlexItem } from './FlexItem.js';
1
+ import { Flex } from './Flex';
2
+ import { FlexItem } from './FlexItem';
3
3
  export { Flex, FlexItem };
@@ -1,4 +1,4 @@
1
- export { F as Flex, a as FlexItem } from '../FlexItem-DHynUt6v.js';
1
+ export { F as Flex, a as FlexItem } from '../FlexItem-DzNgFIa0.js';
2
2
  import '../jsx-runtime-ClDdVO4Q.js';
3
3
  import 'react';
4
4
  import 'clsx';
@@ -1,9 +1,9 @@
1
- export { C as ChoiceField, F as FormField, P as PasswordField, a as SelectField, S as SwitchField } from '../SelectField-uEsQcoxF.js';
1
+ export { C as ChoiceField, F as FormField, P as PasswordField, a as SelectField, S as SwitchField } from '../SelectField-CpQMWXaC.js';
2
2
  import 'react';
3
3
  import 'prop-types';
4
4
  import 'clsx';
5
5
  import './Radio.js';
6
- import '../Text-DffpwlYq.js';
6
+ import '../Text-BcGbRc14.js';
7
7
  import '../jsx-runtime-ClDdVO4Q.js';
8
8
  import '../hooks/useDeviceTargetClass.js';
9
9
  import 'lodash/castArray';
@@ -18,32 +18,26 @@ import '../hooks/styleAttributes.js';
18
18
  import './Switch.js';
19
19
  import '../constants/componentProps/direction.js';
20
20
  import '../constants/componentProps/size.js';
21
- import './Divider.js';
22
- import '../constants/componentProps/fill.js';
23
- import '../constants/componentProps/width.js';
24
- import './Icon.js';
21
+ import '../Divider-BlBwMHgl.js';
22
+ import '../Icon-Dn2eEZvb.js';
23
+ import '../Link-ByBzBRDH.js';
25
24
  import 'react-inlinesvg';
26
- import './Link.js';
25
+ import './Tooltip.js';
26
+ import './Title.js';
27
+ import '../constants/componentProps/fill.js';
28
+ import '../constants/componentProps/textAlign.js';
27
29
  import '../constants/componentProps/textColor.js';
28
30
  import '../constants/componentProps/textGradient.js';
29
31
  import '../constants/componentProps/textStyle.js';
30
32
  import '../constants/componentProps/textWeight.js';
31
- import '../constants/componentProps/type.js';
32
- import '../constants/componentProps/underline.js';
33
- import '../constants/componentProps/borderColor.js';
34
- import '../constants/componentProps/borderType.js';
35
- import '../constants/componentProps/iconSize.js';
36
- import '../constants/componentProps/shape.js';
37
- import '../constants/componentProps/strokeColor.js';
38
- import './Tooltip.js';
39
- import './Title.js';
40
- import '../constants/componentProps/textAlign.js';
41
33
  import '../constants/componentProps/titleSize.js';
34
+ import '../constants/componentProps/type.js';
42
35
  import '../constants/componentProps/wrap.js';
43
36
  import '../constants/componentProps/textSize.js';
37
+ import '../constants/componentProps/shape.js';
44
38
  import './Select.js';
45
39
  import 'react-select';
46
40
  import 'react-dom';
47
41
  import '../floating-ui.dom-BQ7wiYTi.js';
48
42
  import './Badge.js';
49
- import '../Group-DhYXDvAJ.js';
43
+ import '../Group-fbVPmr8W.js';
@@ -0,0 +1,8 @@
1
+ import { IGridProps } from './Grid.interface';
2
+ declare function Grid(props: IGridProps): import("react/jsx-runtime").JSX.Element;
3
+ declare namespace Grid {
4
+ var defaultProps: {
5
+ tag: string;
6
+ };
7
+ }
8
+ export { Grid };
@@ -0,0 +1,147 @@
1
+ import React, { ElementType } from 'react';
2
+ import { TypeStyleAttributes } from '../../hooks/styleAttributes.interface';
3
+ import { borderColorPropsType, directionPropsType, fillHoverPropsType, fillPropsType, gridAlignPropsType, gridAlignSelfPropsType, gridJustifyItemsPropsType, gridJustifySelfPropsType, horizontalResizeModePropsType, shapePropsType, verticalResizeModePropsType } from '../../types';
4
+ export interface IGridBaseThemeColor extends TypeStyleAttributes {
5
+ alignSelf?: gridAlignSelfPropsType;
6
+ alignSelfDesktop?: gridAlignSelfPropsType;
7
+ alignSelfMobile?: gridAlignSelfPropsType;
8
+ alignSelfTablet?: gridAlignSelfPropsType;
9
+ columnEnd?: string;
10
+ columnEndDesktop?: string;
11
+ columnEndMobile?: string;
12
+ columnEndTablet?: string;
13
+ columnGap?: string;
14
+ columnSpan?: string;
15
+ columnSpanDesktop?: string;
16
+ columnSpanMobile?: string;
17
+ columnSpanTablet?: string;
18
+ columnStart?: string;
19
+ columnStartDesktop?: string;
20
+ columnStartMobile?: string;
21
+ columnStartTablet?: string;
22
+ direction?: directionPropsType;
23
+ fill?: fillPropsType;
24
+ fillDesktop?: fillPropsType;
25
+ fillHover?: fillHoverPropsType;
26
+ fillMobile?: fillPropsType;
27
+ fillTablet?: fillPropsType;
28
+ gap?: string;
29
+ gridTemplateColumns?: string;
30
+ justifySelf?: gridJustifySelfPropsType;
31
+ justifySelfDesktop?: gridJustifySelfPropsType;
32
+ justifySelfMobile?: gridJustifySelfPropsType;
33
+ justifySelfTablet?: gridJustifySelfPropsType;
34
+ order?: string;
35
+ orderDesktop?: string;
36
+ orderMobile?: string;
37
+ orderTablet?: string;
38
+ rowEnd?: string;
39
+ rowEndDesktop?: string;
40
+ rowEndMobile?: string;
41
+ rowEndTablet?: string;
42
+ rowGap?: string;
43
+ rowSpan?: string;
44
+ rowSpanDesktop?: string;
45
+ rowSpanMobile?: string;
46
+ rowSpanTablet?: string;
47
+ rowStart?: string;
48
+ rowStartDesktop?: string;
49
+ rowStartMobile?: string;
50
+ rowStartTablet?: string;
51
+ zIndex?: string;
52
+ zIndexDesktop?: string;
53
+ zIndexMobile?: string;
54
+ zIndexTablet?: string;
55
+ }
56
+ export interface IGridItemProps extends IGridBaseThemeColor {
57
+ children?: React.ReactNode;
58
+ className?: string;
59
+ dataTour?: string;
60
+ id?: number | string;
61
+ onClick?: () => void;
62
+ }
63
+ export interface IGridRowProps extends IGridBaseThemeColor {
64
+ children?: React.ReactNode;
65
+ className?: string;
66
+ dataTour?: string;
67
+ htmlFor?: string;
68
+ id?: number | string;
69
+ onClick?: () => void;
70
+ tag: ElementType;
71
+ }
72
+ export interface IGridProps extends TypeStyleAttributes {
73
+ after?: React.ReactNode;
74
+ before?: React.ReactNode;
75
+ children?: React.ReactNode;
76
+ className?: string;
77
+ dataTour?: string;
78
+ id?: number | string;
79
+ onClick?: () => void;
80
+ tag: ElementType;
81
+ alignContentDesktop?: gridAlignPropsType;
82
+ alignContentMobile?: gridAlignPropsType;
83
+ alignContentTablet?: gridAlignPropsType;
84
+ alignItemsDesktop?: gridAlignPropsType;
85
+ alignItemsMobile?: gridAlignPropsType;
86
+ alignItemsTablet?: gridAlignPropsType;
87
+ columnGapDesktop?: string;
88
+ columnGapMobile?: string;
89
+ columnGapTablet?: string;
90
+ columnsDesktop?: string;
91
+ columnsMobile?: string;
92
+ columnsTablet?: string;
93
+ fillDesktop?: fillPropsType;
94
+ fillMobile?: fillPropsType;
95
+ fillTablet?: fillPropsType;
96
+ fillWrapperDesktop?: fillPropsType;
97
+ fillWrapperInnerDesktop?: fillPropsType;
98
+ fillWrapperInnerMobile?: fillPropsType;
99
+ fillWrapperInnerTablet?: fillPropsType;
100
+ fillWrapperMobile?: fillPropsType;
101
+ fillWrapperTablet?: fillPropsType;
102
+ gridBackground?: string;
103
+ gridBackgroundDesktop?: string;
104
+ gridBackgroundMobile?: string;
105
+ gridBackgroundTablet?: string;
106
+ gridBackgroundWrapper?: string;
107
+ gridBackgroundWrapperDesktop?: string;
108
+ gridBackgroundWrapperMobile?: string;
109
+ gridBackgroundWrapperTablet?: string;
110
+ horizontalResizing?: horizontalResizeModePropsType;
111
+ horizontalScroll?: boolean;
112
+ justifyContentDesktop?: string;
113
+ justifyContentMobile?: string;
114
+ justifyContentTablet?: string;
115
+ justifyItemsDesktop?: gridJustifyItemsPropsType;
116
+ justifyItemsMobile?: gridJustifyItemsPropsType;
117
+ justifyItemsTablet?: gridJustifyItemsPropsType;
118
+ rowGapDesktop?: string;
119
+ rowGapMobile?: string;
120
+ rowGapTablet?: string;
121
+ rowsDesktop?: string;
122
+ rowsMobile?: string;
123
+ rowsTablet?: string;
124
+ shapeWrapperDesktop?: shapePropsType;
125
+ shapeWrapperInnerDesktop?: shapePropsType;
126
+ shapeWrapperInnerMobile?: shapePropsType;
127
+ shapeWrapperInnerTablet?: shapePropsType;
128
+ shapeWrapperMobile?: shapePropsType;
129
+ shapeWrapperTablet?: shapePropsType;
130
+ type?: string;
131
+ useGridSystem?: boolean;
132
+ verticalResizing?: verticalResizeModePropsType;
133
+ alignContent?: gridAlignPropsType;
134
+ alignItems?: gridAlignPropsType;
135
+ borderColor?: borderColorPropsType;
136
+ columnGap?: string;
137
+ columns?: string;
138
+ fill?: fillPropsType;
139
+ fillWrapper?: fillPropsType;
140
+ fillWrapperInner?: fillPropsType;
141
+ justifyContent?: string;
142
+ justifyItems?: gridJustifyItemsPropsType;
143
+ rowGap?: string;
144
+ rows?: string;
145
+ shapeWrapper?: shapePropsType;
146
+ shapeWrapperInner?: shapePropsType;
147
+ }
@@ -0,0 +1,3 @@
1
+ import { IGridItemProps } from './Grid.interface';
2
+ declare function GridItem(props: IGridItemProps): import("react/jsx-runtime").JSX.Element;
3
+ export { GridItem };
@@ -0,0 +1,8 @@
1
+ import { IGridRowProps } from './Grid.interface';
2
+ declare function GridRow(props: IGridRowProps): import("react/jsx-runtime").JSX.Element;
3
+ declare namespace GridRow {
4
+ var defaultProps: {
5
+ tag: string;
6
+ };
7
+ }
8
+ export { GridRow };
@@ -0,0 +1,4 @@
1
+ import { Grid } from './Grid';
2
+ import { GridItem } from './GridItem';
3
+ import { GridRow } from './GridRow';
4
+ export { Grid, GridRow, GridItem };
@@ -1,22 +1,15 @@
1
- export { G as Grid, b as GridItem, a as GridRow } from '../GridRow-Buc4dsHd.js';
1
+ export { G as Grid, b as GridItem, a as GridRow } from '../GridRow-Cc-rz56R.js';
2
+ import '../jsx-runtime-ClDdVO4Q.js';
2
3
  import 'react';
3
- import 'prop-types';
4
4
  import 'clsx';
5
- import '../constants/componentProps/fill.js';
6
- import '../constants/componentProps/gridJustifyItems.js';
7
- import '../constants/componentProps/gridAlign.js';
8
- import '../constants/componentProps/shape.js';
9
- import '../constants/componentProps/horizontalResizeMode.js';
10
- import '../constants/componentProps/verticalResizeMode.js';
11
5
  import '../hooks/useDeviceTargetClass.js';
12
6
  import 'lodash/castArray';
13
7
  import 'lodash/camelCase';
14
8
  import '../context/UIContext.js';
9
+ import 'prop-types';
15
10
  import '../hooks/useMediaQueries.js';
16
11
  import 'react-responsive';
17
12
  import '../hooks/useStyles.js';
18
13
  import 'lodash/maxBy';
19
14
  import 'lodash/upperFirst';
20
15
  import '../hooks/styleAttributes.js';
21
- import '../constants/componentProps/gridAlignSelf.js';
22
- import '../constants/componentProps/gridJustifySelf.js';
@@ -1,6 +1,7 @@
1
1
  import React, { CSSProperties, ElementType } from 'react';
2
- import { alignDirectionPropsType, alignPropsType, borderColorPropsType, borderTypePropsType, directionPropsType, elevationPropsType, fillHoverPropsType, fillPropsType, flexGrowPropsType, heightPropsType, justifyContentPropsType, shapePropsType, stackingPropsType, widthPropsType, wrapPropsType } from '../../constants-ts';
3
2
  import { TypeStyleAttributes } from '../../hooks/styleAttributes.interface';
3
+ import { alignDirectionPropsType, alignPropsType, borderColorPropsType, borderTypePropsType, directionPropsType, elevationPropsType, fillHoverPropsType, fillPropsType, flexGrowPropsType, heightPropsType, justifyContentPropsType, shapePropsType, stackingPropsType, widthPropsType, wrapPropsType } from '../../types';
4
+ import { appearanceKeysDefaultType } from '../../types/componentProps/appearanceKeys';
4
5
  interface ThemeColor {
5
6
  fill?: string;
6
7
  fillHover?: string;
@@ -10,15 +11,16 @@ interface ThemeColor {
10
11
  borderWidth?: string;
11
12
  direction?: directionPropsType;
12
13
  }
13
- interface IAppearance {
14
- [key: string]: ThemeColor;
15
- }
14
+ type appearanceKeysType = appearanceKeysDefaultType & {};
15
+ type appearanceType = {
16
+ [key in appearanceKeysType]: ThemeColor;
17
+ };
16
18
  export interface IGroupConfig {
17
- appearance: IAppearance;
18
- setAppearance: (newComponent: IAppearance) => void;
19
+ appearance: appearanceType | undefined;
20
+ setAppearance: (newComponent: appearanceType) => void;
19
21
  }
20
22
  export interface IGroupProps extends TypeStyleAttributes {
21
- appearance?: string;
23
+ appearance?: appearanceKeysType;
22
24
  id?: number | string;
23
25
  children?: React.ReactNode;
24
26
  className?: string;
@@ -1,4 +1,4 @@
1
- export { G as Group, g as groupConfig } from '../Group-DhYXDvAJ.js';
1
+ export { G as Group, g as groupConfig } from '../Group-fbVPmr8W.js';
2
2
  import '../jsx-runtime-ClDdVO4Q.js';
3
3
  import 'react';
4
4
  import 'clsx';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { IIconConfig, IIconProps } from '../Icon/Icon.interface';
3
+ declare const iconConfig: IIconConfig;
4
+ declare const Icon: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<HTMLDivElement>>;
5
+ export { Icon, iconConfig };