@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
@@ -21,6 +21,8 @@
21
21
  border-radius: 8px;
22
22
  position: relative;
23
23
  display: flex;
24
+ justify-content: center;
25
+ align-items: center;
24
26
  gap: 4px;
25
27
  }
26
28
  }
@@ -0,0 +1,107 @@
1
+ .panel {
2
+ display: flex;
3
+ flex-direction: column;
4
+ &__wrapper {
5
+ align-items: stretch;
6
+ }
7
+ }
8
+ .panel {
9
+ &_direction {
10
+ &_horizontal {
11
+ display: flex;
12
+ flex-direction: row;
13
+ }
14
+ &_vertical {
15
+ display: flex;
16
+ flex-direction: column;
17
+ }
18
+ &_horizontal-reverse {
19
+ display: flex;
20
+ flex-direction: row-reverse;
21
+ }
22
+ &_vertical-reverse {
23
+ display: flex;
24
+ flex-direction: column-reverse;
25
+ }
26
+ @each $val in row, row-reverse, column, column-reverse {
27
+ &_$(val) {
28
+ display: flex;
29
+ flex-direction: $(val);
30
+ }
31
+ }
32
+ }
33
+ }
34
+ .panel {
35
+ @each $val in flex-start, flex-end, center, space-between, space-around, stretch {
36
+ &_align-content_$(val) {
37
+ align-content: $(val);
38
+ }
39
+ }
40
+ }
41
+ .panel {
42
+ @each $val in stretch, flex-start, flex-end, center, baseline, auto {
43
+ &_align-self_$(val) {
44
+ align-self: $(val);
45
+ }
46
+ &_align-items_$(val) {
47
+ align-items: $(val);
48
+ }
49
+ }
50
+ }
51
+ .panel {
52
+ @each $val in flex-start, flex-end, center, space-between, space-around, space-evenly, flexStart,
53
+ flexEnd, center, spaceBetween, spaceAround, spaceEvenly {
54
+ &_justify-content_$(val) {
55
+ justify-content: $(val);
56
+ }
57
+ }
58
+ }
59
+ .panel {
60
+ &_shape {
61
+ &_rounded {
62
+ border-radius: var(--panel-shape-rounded, 12px);
63
+ }
64
+ &_circular {
65
+ border-radius: 50%;
66
+ }
67
+ }
68
+ }
69
+ .panel {
70
+ &_wrap {
71
+ &_wrap {
72
+ flex-wrap: wrap;
73
+ }
74
+ &_nowrap {
75
+ flex-wrap: nowrap;
76
+ }
77
+ &_wrap-reverse {
78
+ flex-wrap: wrap-reverse;
79
+ }
80
+ }
81
+ }
82
+ .panel {
83
+ &_type {
84
+ &_scroll {
85
+ &_vertical {
86
+ /* ^^^&& {
87
+ max-height: 80%;
88
+ } */
89
+ ^^^&__wrapper {
90
+ max-height: 100%;
91
+ overflow: auto;
92
+ scrollbar-width: thin;
93
+ }
94
+ }
95
+ &_horizontal {
96
+ /* ^^^&& {
97
+ max-width: 80%;
98
+ } */
99
+ ^^^&__wrapper {
100
+ max-width: 100%;
101
+ overflow: auto;
102
+ scrollbar-width: thin;
103
+ }
104
+ }
105
+ }
106
+ }
107
+ }
@@ -1,9 +1,11 @@
1
1
  .fill {
2
2
  &_active {
3
3
  &_hover {
4
- @each $type in accent, primary, secondary, tertiary, quaternary, quinary, senary, surface, error, success, warning, info, danger, gradient {
4
+ @each $type in accent, primary, secondary, tertiary, quaternary, quinary, senary, surface,
5
+ error, success, warning, info, danger, gradient {
5
6
  &_$(type) {
6
- @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent, disabled, hover {
7
+ @each $color in primary, secondary, tertiary, quaternary, quinary, senary, accent,
8
+ disabled, hover, active {
7
9
  &-$(color) {
8
10
  &:hover {
9
11
  background: var(--color-$(type)-$(color));
@@ -12,7 +14,8 @@
12
14
  }
13
15
  }
14
16
  }
15
- @each $type in accent, primary, secondary, tertiary, quaternary, quinary, senary, surface, error, success, warning, info, danger, gradient {
17
+ @each $type in accent, primary, secondary, tertiary, quaternary, quinary, senary, surface,
18
+ error, success, warning, info, danger, gradient {
16
19
  &_$(type) {
17
20
  &-primary {
18
21
  background: var(--color-$(type)-primary);
@@ -1,3 +1,4 @@
1
+ import { overflowPropsType } from '../types';
1
2
  export interface TypeStyleAttributes {
2
3
  /**
3
4
  * Layout
@@ -13,8 +14,9 @@ export interface TypeStyleAttributes {
13
14
  borderRightWidth?: string;
14
15
  borderStartWidth?: string;
15
16
  borderTopWidth?: string;
16
- borderWidth?: string;
17
17
  bottom?: string;
18
+ columnGap?: string;
19
+ columnWidth?: string;
18
20
  display?: string;
19
21
  end?: string;
20
22
  flex?: string;
@@ -23,9 +25,6 @@ export interface TypeStyleAttributes {
23
25
  flexShrink?: string;
24
26
  flexWrap?: string;
25
27
  gap?: string;
26
- rowGap?: string;
27
- columnGap?: string;
28
- columnWidth?: string;
29
28
  height?: string;
30
29
  left?: string;
31
30
  margin?: string;
@@ -41,7 +40,8 @@ export interface TypeStyleAttributes {
41
40
  maxWidth?: string;
42
41
  minHeight?: string;
43
42
  minWidth?: string;
44
- overflow?: string;
43
+ order?: string;
44
+ overflow?: overflowPropsType;
45
45
  padding?: string;
46
46
  paddingBottom?: string;
47
47
  paddingEnd?: string;
@@ -53,11 +53,11 @@ export interface TypeStyleAttributes {
53
53
  paddingVertical?: string;
54
54
  position?: string;
55
55
  right?: string;
56
+ rowGap?: string;
56
57
  start?: string;
57
58
  top?: string;
58
59
  width?: string;
59
60
  zIndex?: string;
60
- order?: string;
61
61
  /**
62
62
  * Shadow
63
63
  */
@@ -79,7 +79,6 @@ export interface TypeStyleAttributes {
79
79
  borderBottomLeftRadius?: string;
80
80
  borderBottomRightRadius?: string;
81
81
  borderBottomStartRadius?: string;
82
- borderColor?: string;
83
82
  borderCurve?: string;
84
83
  borderEndColor?: string;
85
84
  borderLeftColor?: string;
@@ -92,8 +91,8 @@ export interface TypeStyleAttributes {
92
91
  borderTopLeftRadius?: string;
93
92
  borderTopRightRadius?: string;
94
93
  borderTopStartRadius?: string;
95
- opacity?: string;
96
94
  cursor?: string;
95
+ opacity?: string;
97
96
  /**
98
97
  * Text
99
98
  */
@@ -119,25 +118,25 @@ export interface TypeStyleAttributes {
119
118
  /**
120
119
  * Image
121
120
  */
121
+ objectFit?: string;
122
122
  overlayColor?: string;
123
123
  resizeMode?: string;
124
124
  tintColor?: string;
125
- objectFit?: string;
126
125
  /**
127
126
  * Grid
128
127
  */
129
- gridTemplateColumns?: string;
130
128
  gridArea?: string;
131
129
  gridAutoColumns?: string;
132
130
  gridAutoFlow?: string;
133
131
  gridAutoRows?: string;
134
- gridTemplate?: string;
135
- gridTemplateAreas?: string;
136
- gridTemplateRows?: string;
137
132
  gridColumn?: string;
138
133
  gridColumnGap?: string;
139
134
  gridRow?: string;
140
135
  gridRowGap?: string;
136
+ gridTemplate?: string;
137
+ gridTemplateAreas?: string;
138
+ gridTemplateColumns?: string;
139
+ gridTemplateRows?: string;
141
140
  /**
142
141
  * Filter
143
142
  */
@@ -0,0 +1 @@
1
+ export type appearanceKeysDefaultType = 'dev' | 'accent' | 'primary' | 'secondary' | 'surfacePrimary' | 'surfaceSecondary' | 'surfaceTertiary' | 'surfaceQuaternary';
@@ -0,0 +1 @@
1
+ export type fillPropsType = 'accentPrimary' | 'accentSecondary' | 'accentTertiary' | 'errorPrimary' | 'errorSecondary' | 'gradientPrimary' | 'primaryPrimary' | 'primarySecondary' | 'primaryTertiary' | 'secondaryPrimary' | 'secondarySecondary' | 'secondaryTertiary' | 'successPrimary' | 'successSecondary' | 'surfaceItemPrimary' | 'surfaceItemPrimary' | 'surfacePrimary' | 'surfaceQuaternary' | 'surfaceQuinary' | 'surfaceSecondary' | 'surfaceTertiary' | 'tertiaryPrimary' | 'tertiarySecondary' | 'tertiaryTertiary';
@@ -0,0 +1 @@
1
+ export type fillHoverPropsType = 'accentPrimaryHover' | 'accentSecondary' | 'accentTertiary' | 'primaryPrimaryHover' | 'secondaryPrimaryHover' | 'surfaceTertiary' | 'surfaceItemTertiary' | 'surfacePrimaryHover' | 'surfaceSecondaryHover' | 'surfaceTertiaryHover';
@@ -0,0 +1 @@
1
+ export type flexGrowPropsType = '0' | '1';
@@ -1 +1 @@
1
- export type iconFillSizePropsType = '14' | '16' | '24' | '32' | '40' | '60' | '64' | '144';
1
+ export type iconFillSizePropsType = '14' | '16' | '24' | '32' | '36' | '40' | '60' | '64' | '144';
@@ -0,0 +1 @@
1
+ export type iconSizePropsType = '14' | '16' | '20' | '24' | '32' | '40' | '60' | '64' | '144';
@@ -0,0 +1 @@
1
+ export type overflowPropsType = null | 'visible' | 'hidden' | 'scroll';
@@ -28,6 +28,7 @@ export type { iconFillSizePropsType } from './componentProps/iconFillSize';
28
28
  export type { iconSizePropsType } from './componentProps/iconSize';
29
29
  export type { itemColorPropsType } from './componentProps/itemColor';
30
30
  export type { justifyContentPropsType } from './componentProps/justifyContent';
31
+ export type { overflowPropsType } from './componentProps/overflow.ts';
31
32
  export type { positionPropsType } from './componentProps/position';
32
33
  export type { resizeModePropsType } from './componentProps/resizeMode';
33
34
  export type { shapePropsType } from './componentProps/shape';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -19,6 +19,9 @@
19
19
  "constants": [
20
20
  "dist/index.d.ts"
21
21
  ],
22
+ "types": [
23
+ "dist/types/index.d.ts"
24
+ ],
22
25
  "constants/*": [
23
26
  "dist/index.d.ts"
24
27
  ],
@@ -44,6 +47,9 @@
44
47
  "require": "./dist/cjs/constants.js",
45
48
  "import": "./dist/constants.js"
46
49
  },
50
+ "./types": {
51
+ "types": "./dist/types/index.d.ts"
52
+ },
47
53
  "./constants/*": {
48
54
  "types": "./dist/constants/index.d.ts",
49
55
  "require": "./dist/cjs/constants/*.js",
@@ -84,7 +90,7 @@
84
90
  "registry": "https://registry.npmjs.org/"
85
91
  },
86
92
  "dependencies": {
87
- "@itcase/common": "^1.1.16",
93
+ "@itcase/common": "^1.2.0",
88
94
  "clsx": "^2.1.0",
89
95
  "html5-boilerplate": "^9.0.0",
90
96
  "js-cookie": "^3.0.5",
@@ -111,6 +117,7 @@
111
117
  "devDependencies": {
112
118
  "@babel/core": "^7.24.4",
113
119
  "@babel/eslint-parser": "^7.24.1",
120
+ "@babel/eslint-plugin": "^7.23.5",
114
121
  "@babel/preset-env": "^7.24.4",
115
122
  "@babel/preset-react": "^7.24.1",
116
123
  "@commitlint/cli": "^19.2.1",
@@ -134,7 +141,6 @@
134
141
  "eslint": "8.57.0",
135
142
  "eslint-config-prettier": "9.1.0",
136
143
  "eslint-config-standard": "17.1.0",
137
- "eslint-plugin-babel": "5.3.1",
138
144
  "eslint-plugin-import": "2.29.1",
139
145
  "eslint-plugin-n": "16.6.2",
140
146
  "eslint-plugin-node": "11.1.0",
@@ -142,7 +148,6 @@
142
148
  "eslint-plugin-promise": "6.1.1",
143
149
  "eslint-plugin-react": "7.34.1",
144
150
  "eslint-plugin-react-hooks": "4.6.0",
145
- "eslint-plugin-standard": "5.0.0",
146
151
  "husky": "^9.0.11",
147
152
  "lint-staged": "^15.2.2",
148
153
  "npm": "^10.5.2",
@@ -174,6 +179,7 @@
174
179
  "rollup-plugin-dts": "^6.1.0",
175
180
  "rollup-plugin-peer-deps-external": "^2.2.4",
176
181
  "rollup-plugin-typescript2": "^0.36.0",
182
+ "rollup-preserve-directives": "^1.1.1",
177
183
  "semantic-release": "^23.0.8",
178
184
  "stylelint": "^16.3.1",
179
185
  "stylelint-config-standard": "^36.0.0",