@orfium/ictinus 5.45.2 → 5.46.1

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 (311) hide show
  1. package/dist/components/Box/Box.utilities.js +2 -2
  2. package/dist/components/Breadcrumb/Breadcrumb.js +4 -8
  3. package/dist/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.js +2 -2
  4. package/dist/components/Button/Button.js +0 -1
  5. package/dist/components/Button/ButtonLoader/ButtonLoader.js +2 -2
  6. package/dist/components/Button/ButtonLoader/ButtonLoader.style.js +1 -1
  7. package/dist/components/ButtonBase/ButtonBase.js +14 -27
  8. package/dist/components/Chart/BarChart/components/CustomTooltip/CustomTooltip.js +4 -4
  9. package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.js +3 -3
  10. package/dist/components/Chart/BarChart/components/CustomTooltipContent/CustomTooltipContent.style.js +1 -1
  11. package/dist/components/Chart/DonutChart/components/CustomLabel/CustomLabel.js +2 -2
  12. package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.js +4 -4
  13. package/dist/components/Chart/LineChart/components/CustomTooltip/CustomTooltip.style.js +1 -1
  14. package/dist/components/Controls/CheckBox/CheckBox.js +3 -3
  15. package/dist/components/Controls/Switch/Switch.js +22 -25
  16. package/dist/components/DatePicker/DatePickInput/DatePickInput.js +31 -31
  17. package/dist/components/DatePicker/DatePicker.js +18 -18
  18. package/dist/components/DatePicker/Day/Day.js +3 -3
  19. package/dist/components/DatePicker/Month/Month.js +11 -32
  20. package/dist/components/DatePicker/OverlayComponent/OverlayComponent.js +21 -21
  21. package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.js +5 -5
  22. package/dist/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.js +1 -1
  23. package/dist/components/Drawer/Drawer.js +3 -3
  24. package/dist/components/Drawer/components/DrawerHeader/DrawerHeader.js +3 -3
  25. package/dist/components/DropdownButton/DropdownButton.js +5 -5
  26. package/dist/components/Filter/StatefulFilter.js +7 -7
  27. package/dist/components/Filter/components/FilterButton/FilterButton.js +3 -3
  28. package/dist/components/Filter/hooks/useFilterWithSelectionUtils.js +26 -26
  29. package/dist/components/Icon/Icon.js +3 -3
  30. package/dist/components/Label/Label.style.js +1 -1
  31. package/dist/components/List/List.js +3 -3
  32. package/dist/components/List/Window.js +13 -18
  33. package/dist/components/List/components/ListItemText/ListItemText.js +3 -3
  34. package/dist/components/List/components/ListItemWrapper/ListItemWrapper.js +7 -10
  35. package/dist/components/Modal/Modal.js +4 -4
  36. package/dist/components/MultiTextFieldBase/MultiTextFieldBase.js +39 -41
  37. package/dist/components/Notification/NotificationVisual/NotificationVisual.js +3 -3
  38. package/dist/components/Notification/Snackbar/Snackbar.js +6 -7
  39. package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.js +8 -8
  40. package/dist/components/Notification/subcomponents/CompactNotification/CompactNotification.style.js +1 -1
  41. package/dist/components/Notification/subcomponents/NotificationActionsArea/NotificationActionsArea.js +1 -1
  42. package/dist/components/NumberField/components/Stepper/Stepper.js +1 -1
  43. package/dist/components/ProgressIndicator/components/ProgressBar/ProgressBar.js +7 -9
  44. package/dist/components/ProgressIndicator/components/ProgressBar/ProgressBar.style.js +1 -1
  45. package/dist/components/Search/Search.js +4 -4
  46. package/dist/components/Search/StatefulSearch.js +3 -3
  47. package/dist/components/Select/Select.js +41 -42
  48. package/dist/components/Select/StatefulSelect.js +10 -10
  49. package/dist/components/Select/components/SelectMenu/SelectMenu.js +3 -3
  50. package/dist/components/Select/components/SelectMenu/SelectMenu.style.js +1 -1
  51. package/dist/components/TabStepper/components/TabStep/TabStep.js +4 -4
  52. package/dist/components/TabStepper/components/TabStep/TabStep.style.js +2 -2
  53. package/dist/components/Table/Table.js +23 -23
  54. package/dist/components/Table/components/TD/TD.js +3 -3
  55. package/dist/components/Table/components/TH/TH.js +3 -3
  56. package/dist/components/Table/components/TH/TH.style.js +4 -4
  57. package/dist/components/Table/components/TPagination/TPagination.js +6 -6
  58. package/dist/components/Table/components/TTitle/TTitle.js +4 -4
  59. package/dist/components/Table/hooks/useTable.js +70 -71
  60. package/dist/components/TableV4/TableV4.js +27 -27
  61. package/dist/components/TableV4/components/RenderRowOrNestedRow/components/ExpandedButtonCell/ExpandedButtonCell.js +1 -1
  62. package/dist/components/TextArea/TextArea.js +8 -8
  63. package/dist/components/TextInputBase/TextInputBase.js +3 -3
  64. package/dist/components/Toast/Toast.js +3 -3
  65. package/dist/components/ToastV4/ToastV4.js +8 -8
  66. package/dist/components/ToastV4/ToastV4.style.js +1 -1
  67. package/dist/components/TopAppBar/TopAppBar.js +1 -1
  68. package/dist/components/TopAppBar/components/Search/Search.js +3 -3
  69. package/dist/components/TopAppBar/components/Search/Search.style.js +1 -1
  70. package/dist/components/utils/Overlay/Overlay.js +0 -2
  71. package/dist/components/utils/Slots.js +3 -3
  72. package/dist/hooks/useBreakpoints.js +0 -1
  73. package/dist/hooks/useKeyboardEvents.js +2 -2
  74. package/dist/hooks/useTypeColorToColorMatch.js +11 -11
  75. package/dist/index.js +189 -189
  76. package/dist/package.json.d.ts +12 -39
  77. package/dist/package.json.js +1 -1
  78. package/dist/src/badge/Badge.css.d.ts +34 -0
  79. package/dist/src/badge/Badge.d.ts +425 -0
  80. package/dist/src/badge/Badge.test.d.ts +1 -0
  81. package/dist/src/badge/index.d.ts +1 -0
  82. package/dist/src/icons/{Icon.d.ts → IconPrimitive.d.ts} +2 -2
  83. package/dist/src/icons/index.d.ts +1 -0
  84. package/dist/src/tag-group/TagGroup.css.d.ts +33 -0
  85. package/dist/src/tag-group/TagGroup.d.ts +850 -0
  86. package/dist/src/tag-group/TagGroup.test.d.ts +1 -0
  87. package/dist/src/tag-group/index.d.ts +1 -0
  88. package/dist/src/vanilla/index.d.ts +2 -0
  89. package/dist/theme/index.js +6 -6
  90. package/dist/vanilla/Dropdown/Dropdown-css.js +3 -3
  91. package/dist/vanilla/Menu/Menu-css.js +5 -5
  92. package/dist/vanilla/Popover/Popover-css.js +5 -5
  93. package/dist/vanilla/Table/Table-css.js +5 -5
  94. package/dist/vanilla/Table/TableBody-css.js +3 -3
  95. package/dist/vanilla/Table/TableCell-css.js +5 -5
  96. package/dist/vanilla/Table/TableFooter-css.js +3 -3
  97. package/dist/vanilla/Table/TableHeader-css.js +3 -3
  98. package/dist/vanilla/Table/TableHeaderCell-css.js +7 -7
  99. package/dist/vanilla/Table/TableRow-css.js +4 -4
  100. package/dist/vanilla/Text/Text-css.js +3 -3
  101. package/dist/vanilla/Tooltip/Tooltip-css.js +7 -7
  102. package/dist/vanilla/Tooltip/Tooltip.js +1 -1
  103. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BRor0njc.css +22 -0
  104. package/dist/vanilla/assets/src/avatar/{Avatar.css.ts.vanilla-BRhHBoq9.css → Avatar.css.ts.vanilla-B8YOpClT.css} +20 -20
  105. package/dist/vanilla/assets/src/badge/Badge.css.ts.vanilla-DBW4ApPP.css +4 -0
  106. package/dist/vanilla/assets/src/button/{Button.css.ts.vanilla-DueIYPl1.css → Button.css.ts.vanilla-CkqUCUdv.css} +5 -5
  107. package/dist/vanilla/assets/src/cover/Cover.css.ts.vanilla-BVCEjs0e.css +35 -0
  108. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-BzEq26dD.css +73 -0
  109. package/dist/vanilla/assets/src/data-table/{DataTableHeaderCell.css.ts.vanilla-qWsAYNJP.css → DataTableHeaderCell.css.ts.vanilla-BDyQQ7jY.css} +9 -9
  110. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CtSIwWTL.css +1 -0
  111. package/dist/vanilla/assets/src/nav/{Nav.css.ts.vanilla-DhJra5VE.css → Nav.css.ts.vanilla-Bl45Ose-.css} +12 -12
  112. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-GmG3sJg2.css +6 -0
  113. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-BcRKAQD_.css → properties.css.ts.vanilla-BSZBeQXc.css} +3361 -3361
  114. package/dist/vanilla/assets/src/tag-group/TagGroup.css.ts.vanilla-dwPBJckz.css +40 -0
  115. package/dist/vanilla/assets/src/vanilla/Menu/{Menu.css.ts.vanilla-DArDfJ85.css → Menu.css.ts.vanilla-BiDs6aJg.css} +5 -5
  116. package/dist/vanilla/assets/src/vanilla/Popover/{Popover.css.ts.vanilla-CiACUbBM.css → Popover.css.ts.vanilla-DC5-_J3d.css} +7 -7
  117. package/dist/vanilla/assets/src/vanilla/Table/{Table.css.ts.vanilla-DarQMr6Y.css → Table.css.ts.vanilla-lytm_tFZ.css} +7 -7
  118. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-Dy_Iita7.css +6 -0
  119. package/dist/vanilla/assets/src/vanilla/Table/{TableCell.css.ts.vanilla-Csp77ipL.css → TableCell.css.ts.vanilla-C6cK2HG4.css} +10 -10
  120. package/dist/vanilla/assets/src/vanilla/Table/{TableFooter.css.ts.vanilla-DucTzTTQ.css → TableFooter.css.ts.vanilla-CiPokl7E.css} +4 -4
  121. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-CbAEIDI7.css +8 -0
  122. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-Du_-Wub7.css → TableHeaderCell.css.ts.vanilla-CFKYK8eI.css} +9 -9
  123. package/dist/vanilla/assets/src/vanilla/Table/{TableRow.css.ts.vanilla-C0OfPLuX.css → TableRow.css.ts.vanilla-CFVaangZ.css} +5 -5
  124. package/dist/vanilla/assets/src/vanilla/Text/{Text.css.ts.vanilla-CR7LEA7K.css → Text.css.ts.vanilla-Pi0pAZ7T.css} +13 -13
  125. package/dist/vanilla/assets/src/vanilla/Tooltip/{Tooltip.css.ts.vanilla-DfwLEQ86.css → Tooltip.css.ts.vanilla-sco5O5JH.css} +13 -13
  126. package/dist/vanilla/index.d.ts +931 -38
  127. package/dist/vanilla/index.js +3 -0
  128. package/dist/vanilla/package.json.js +1 -1
  129. package/dist/vanilla/src/actions/ActionsContent-css.js +5 -5
  130. package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
  131. package/dist/vanilla/src/avatar/Avatar-css.js +7 -7
  132. package/dist/vanilla/src/avatar/AvatarGroup-css.js +5 -5
  133. package/dist/vanilla/src/badge/Badge-css.js +12 -0
  134. package/dist/vanilla/src/badge/Badge.js +48 -0
  135. package/dist/vanilla/src/button/Button-css.js +6 -6
  136. package/dist/vanilla/src/button/Button.js +1 -1
  137. package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +1 -1
  138. package/dist/vanilla/src/components/Controls/Radio/Radio.js +0 -2
  139. package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroup.js +0 -2
  140. package/dist/vanilla/src/components/Controls/Switch/Switch.js +2 -2
  141. package/dist/vanilla/src/components/Icon/Icon.js +1 -1
  142. package/dist/vanilla/src/cover/Cover-css.js +3 -3
  143. package/dist/vanilla/src/data-table/DataTableBody-css.js +11 -11
  144. package/dist/vanilla/src/data-table/DataTableEditColumns.js +1 -0
  145. package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +9 -9
  146. package/dist/vanilla/src/data-table/DataTableHeaderCell.js +1 -0
  147. package/dist/vanilla/src/icon/Icon.js +1 -0
  148. package/dist/vanilla/src/icons/AccountIcon.js +2 -2
  149. package/dist/vanilla/src/icons/AlbumIcon.js +2 -2
  150. package/dist/vanilla/src/icons/AnalyticsIcon.js +2 -2
  151. package/dist/vanilla/src/icons/AppsIcon.js +2 -2
  152. package/dist/vanilla/src/icons/ArrowDownIcon.js +2 -2
  153. package/dist/vanilla/src/icons/ArrowLeftIcon.js +2 -2
  154. package/dist/vanilla/src/icons/ArrowRightIcon.js +2 -2
  155. package/dist/vanilla/src/icons/ArrowUpIcon.js +2 -2
  156. package/dist/vanilla/src/icons/ArtistIcon.js +2 -2
  157. package/dist/vanilla/src/icons/AssetIcon.js +2 -2
  158. package/dist/vanilla/src/icons/AudioIcon.js +2 -2
  159. package/dist/vanilla/src/icons/AudioOffIcon.js +2 -2
  160. package/dist/vanilla/src/icons/BookmarkIcon.js +2 -2
  161. package/dist/vanilla/src/icons/BookmarkOffIcon.js +2 -2
  162. package/dist/vanilla/src/icons/BroadcastIcon.js +2 -2
  163. package/dist/vanilla/src/icons/CalendarIcon.js +2 -2
  164. package/dist/vanilla/src/icons/CatalogIcon.js +2 -2
  165. package/dist/vanilla/src/icons/ChannelIcon.js +2 -2
  166. package/dist/vanilla/src/icons/ChatIcon.js +2 -2
  167. package/dist/vanilla/src/icons/CheckIcon.js +2 -2
  168. package/dist/vanilla/src/icons/ChevronDownIcon.js +2 -2
  169. package/dist/vanilla/src/icons/ChevronLeftIcon.js +2 -2
  170. package/dist/vanilla/src/icons/ChevronRightIcon.js +2 -2
  171. package/dist/vanilla/src/icons/ChevronUpIcon.js +2 -2
  172. package/dist/vanilla/src/icons/CinemaIcon.js +2 -2
  173. package/dist/vanilla/src/icons/ClaimIcon.js +2 -2
  174. package/dist/vanilla/src/icons/CloseIcon.js +2 -2
  175. package/dist/vanilla/src/icons/ColumnChooserIcon.js +2 -2
  176. package/dist/vanilla/src/icons/CompositionIcon.js +2 -2
  177. package/dist/vanilla/src/icons/ConcertIcon.js +2 -2
  178. package/dist/vanilla/src/icons/ConflictIcon.js +2 -2
  179. package/dist/vanilla/src/icons/ConvertIcon.js +2 -2
  180. package/dist/vanilla/src/icons/CopyIcon.js +2 -2
  181. package/dist/vanilla/src/icons/CueSheetIcon.js +2 -2
  182. package/dist/vanilla/src/icons/DashboardIcon.js +2 -2
  183. package/dist/vanilla/src/icons/DatasetIcon.js +2 -2
  184. package/dist/vanilla/src/icons/DeleteIcon.js +2 -2
  185. package/dist/vanilla/src/icons/DeliveryIcon.js +2 -2
  186. package/dist/vanilla/src/icons/DetailsIcon.js +2 -2
  187. package/dist/vanilla/src/icons/DigitalIcon.js +2 -2
  188. package/dist/vanilla/src/icons/DistributionIcon.js +2 -2
  189. package/dist/vanilla/src/icons/DownloadIcon.js +2 -2
  190. package/dist/vanilla/src/icons/EarningsIcon.js +2 -2
  191. package/dist/vanilla/src/icons/EditIcon.js +2 -2
  192. package/dist/vanilla/src/icons/EntitiesIcon.js +2 -2
  193. package/dist/vanilla/src/icons/ErrorIcon.js +2 -2
  194. package/dist/vanilla/src/icons/ExternalLinkIcon.js +2 -2
  195. package/dist/vanilla/src/icons/EyeIcon.js +2 -2
  196. package/dist/vanilla/src/icons/EyeOffIcon.js +2 -2
  197. package/dist/vanilla/src/icons/FavoriteIcon.js +2 -2
  198. package/dist/vanilla/src/icons/FavoriteOffIcon.js +2 -2
  199. package/dist/vanilla/src/icons/FileIcon.js +2 -2
  200. package/dist/vanilla/src/icons/FilterIcon.js +2 -2
  201. package/dist/vanilla/src/icons/FlagIcon.js +2 -2
  202. package/dist/vanilla/src/icons/FlagOffIcon.js +2 -2
  203. package/dist/vanilla/src/icons/ForwardIcon.js +2 -2
  204. package/dist/vanilla/src/icons/FreezeIcon.js +2 -2
  205. package/dist/vanilla/src/icons/HelpIcon.js +2 -2
  206. package/dist/vanilla/src/icons/{Icon.js → IconPrimitive.js} +3 -3
  207. package/dist/vanilla/src/icons/ImageIcon.js +2 -2
  208. package/dist/vanilla/src/icons/ImageOffIcon.js +2 -2
  209. package/dist/vanilla/src/icons/IncomeIcon.js +2 -2
  210. package/dist/vanilla/src/icons/InformationalIcon.js +2 -2
  211. package/dist/vanilla/src/icons/InsightIcon.js +2 -2
  212. package/dist/vanilla/src/icons/InvoiceIcon.js +2 -2
  213. package/dist/vanilla/src/icons/IssueIcon.js +2 -2
  214. package/dist/vanilla/src/icons/KeywordIcon.js +2 -2
  215. package/dist/vanilla/src/icons/LanguageIcon.js +2 -2
  216. package/dist/vanilla/src/icons/LegalIcon.js +2 -2
  217. package/dist/vanilla/src/icons/LicenseIcon.js +2 -2
  218. package/dist/vanilla/src/icons/LinkIcon.js +2 -2
  219. package/dist/vanilla/src/icons/LocationIcon.js +2 -2
  220. package/dist/vanilla/src/icons/LockIcon.js +2 -2
  221. package/dist/vanilla/src/icons/LoginIcon.js +2 -2
  222. package/dist/vanilla/src/icons/LogoutIcon.js +2 -2
  223. package/dist/vanilla/src/icons/MailIcon.js +2 -2
  224. package/dist/vanilla/src/icons/ManualIcon.js +2 -2
  225. package/dist/vanilla/src/icons/MediaFileIcon.js +2 -2
  226. package/dist/vanilla/src/icons/MenuIcon.js +2 -2
  227. package/dist/vanilla/src/icons/MinusIcon.js +2 -2
  228. package/dist/vanilla/src/icons/MoreOptionsIcon.js +2 -2
  229. package/dist/vanilla/src/icons/NextIcon.js +2 -2
  230. package/dist/vanilla/src/icons/NotificationIcon.js +2 -2
  231. package/dist/vanilla/src/icons/OrganizationIcon.js +2 -2
  232. package/dist/vanilla/src/icons/PageFirstIcon.js +2 -2
  233. package/dist/vanilla/src/icons/PageLastIcon.js +2 -2
  234. package/dist/vanilla/src/icons/PairIcon.js +2 -2
  235. package/dist/vanilla/src/icons/PauseIcon.js +2 -2
  236. package/dist/vanilla/src/icons/PendingIcon.js +2 -2
  237. package/dist/vanilla/src/icons/PlayIcon.js +2 -2
  238. package/dist/vanilla/src/icons/PlaycountIcon.js +2 -2
  239. package/dist/vanilla/src/icons/PlusIcon.js +2 -2
  240. package/dist/vanilla/src/icons/PolicyIcon.js +2 -2
  241. package/dist/vanilla/src/icons/PreviousIcon.js +2 -2
  242. package/dist/vanilla/src/icons/PublicPerformanceIcon.js +2 -2
  243. package/dist/vanilla/src/icons/PublisherIcon.js +2 -2
  244. package/dist/vanilla/src/icons/RadioIcon.js +2 -2
  245. package/dist/vanilla/src/icons/RecordLabelIcon.js +2 -2
  246. package/dist/vanilla/src/icons/RecordingIcon.js +2 -2
  247. package/dist/vanilla/src/icons/RedoIcon.js +2 -2
  248. package/dist/vanilla/src/icons/RefreshIcon.js +2 -2
  249. package/dist/vanilla/src/icons/ReportIcon.js +2 -2
  250. package/dist/vanilla/src/icons/RestoreIcon.js +2 -2
  251. package/dist/vanilla/src/icons/ResumeIcon.js +2 -2
  252. package/dist/vanilla/src/icons/ReviewIcon.js +2 -2
  253. package/dist/vanilla/src/icons/RewindIcon.js +2 -2
  254. package/dist/vanilla/src/icons/RoleIcon.js +2 -2
  255. package/dist/vanilla/src/icons/SearchFilledIcon.js +2 -2
  256. package/dist/vanilla/src/icons/SearchIcon.js +2 -2
  257. package/dist/vanilla/src/icons/SettingsIcon.js +2 -2
  258. package/dist/vanilla/src/icons/ShareIcon.js +2 -2
  259. package/dist/vanilla/src/icons/SortAscendingIcon.js +2 -2
  260. package/dist/vanilla/src/icons/SortDescendingIcon.js +2 -2
  261. package/dist/vanilla/src/icons/SortIcon.js +2 -2
  262. package/dist/vanilla/src/icons/StatusIndicatorIcon.js +2 -2
  263. package/dist/vanilla/src/icons/StopIcon.js +2 -2
  264. package/dist/vanilla/src/icons/SuccessIcon.js +2 -2
  265. package/dist/vanilla/src/icons/TagIcon.js +2 -2
  266. package/dist/vanilla/src/icons/TelevisionIcon.js +2 -2
  267. package/dist/vanilla/src/icons/ThumbsDownIcon.js +2 -2
  268. package/dist/vanilla/src/icons/ThumbsUpIcon.js +2 -2
  269. package/dist/vanilla/src/icons/TrendingDownIcon.js +2 -2
  270. package/dist/vanilla/src/icons/TrendingUpIcon.js +2 -2
  271. package/dist/vanilla/src/icons/TriangleDownIcon.js +2 -2
  272. package/dist/vanilla/src/icons/TriangleLeftIcon.js +2 -2
  273. package/dist/vanilla/src/icons/TriangleRightIcon.js +2 -2
  274. package/dist/vanilla/src/icons/TriangleUpIcon.js +2 -2
  275. package/dist/vanilla/src/icons/UndoIcon.js +2 -2
  276. package/dist/vanilla/src/icons/UnfreezeIcon.js +2 -2
  277. package/dist/vanilla/src/icons/UnlinkIcon.js +2 -2
  278. package/dist/vanilla/src/icons/UnlockIcon.js +2 -2
  279. package/dist/vanilla/src/icons/UnpairIcon.js +2 -2
  280. package/dist/vanilla/src/icons/UnverifiedIcon.js +2 -2
  281. package/dist/vanilla/src/icons/UpdateIcon.js +2 -2
  282. package/dist/vanilla/src/icons/UploadIcon.js +2 -2
  283. package/dist/vanilla/src/icons/UsageIcon.js +2 -2
  284. package/dist/vanilla/src/icons/UserIcon.js +2 -2
  285. package/dist/vanilla/src/icons/UsersIcon.js +2 -2
  286. package/dist/vanilla/src/icons/VerifiedIcon.js +2 -2
  287. package/dist/vanilla/src/icons/VideoIcon.js +2 -2
  288. package/dist/vanilla/src/icons/VideoOffIcon.js +2 -2
  289. package/dist/vanilla/src/icons/WarningIcon.js +2 -2
  290. package/dist/vanilla/src/icons/WorkIcon.js +2 -2
  291. package/dist/vanilla/src/icons/WriterIcon.js +2 -2
  292. package/dist/vanilla/src/icons/YouTubeIcon.js +2 -2
  293. package/dist/vanilla/src/layers/layers-css.js +2 -2
  294. package/dist/vanilla/src/nav/Nav-css.js +12 -12
  295. package/dist/vanilla/src/nav/Nav.js +2 -1
  296. package/dist/vanilla/src/skeleton/Skeleton-css.js +4 -4
  297. package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
  298. package/dist/vanilla/src/tag-group/TagGroup-css.js +13 -0
  299. package/dist/vanilla/src/tag-group/TagGroup.js +211 -0
  300. package/package.json +12 -39
  301. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/index.d.ts +0 -0
  302. package/dist/src/components/ThemeProvider/Test.d.ts +0 -3
  303. package/dist/src/utils/storyshots.d.ts +0 -18
  304. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-BZf5EbPi.css +0 -22
  305. package/dist/vanilla/assets/src/avatar/AvatarGroup.css.ts.vanilla-z3uMcKT_.css +0 -4
  306. package/dist/vanilla/assets/src/cover/Cover.css.ts.vanilla-D3GnlIpg.css +0 -35
  307. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-BowUQZcc.css +0 -70
  308. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-DFmEGtie.css +0 -1
  309. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-D4xf3GmW.css +0 -6
  310. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-Btjzd27g.css +0 -6
  311. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-BY1AQFKf.css +0 -8
@@ -1,6 +1,6 @@
1
1
  import { jsx as n, jsxs as l } from "@emotion/react/jsx-runtime";
2
2
  import O from "react";
3
- import { thContainer as H, thContent as V, optionsContainer as g } from "./TH.style.js";
3
+ import { optionsContainer as H, thContent as V, thContainer as g } from "./TH.style.js";
4
4
  import j from "./components/THOptions/THOptions.js";
5
5
  import w from "./components/SortingButton/SortingButton.js";
6
6
  var y = {
@@ -27,7 +27,7 @@ const z = ({
27
27
  } = r ?? {}, {
28
28
  contentAlign: v = "left"
29
29
  } = d, x = () => /* @__PURE__ */ n(w, { id: t, isDesc: i, onClick: () => i === !0 ? m() : e(i === !1, o), badge: B, dataTestPrefixId: s });
30
- return /* @__PURE__ */ n("th", { css: H({
30
+ return /* @__PURE__ */ n("th", { css: g({
31
31
  isCheckbox: b,
32
32
  isExpandedButton: C,
33
33
  rowSize: h,
@@ -39,7 +39,7 @@ const z = ({
39
39
  contentAlign: v
40
40
  }), children: [
41
41
  /* @__PURE__ */ n("div", { css: y, "data-testid": `${s}_table_th_${t}_title`, children: p }),
42
- c && /* @__PURE__ */ l("div", { css: g(), "data-header-role": "options", "data-testid": `${s}_table_th_${t}_options`, children: [
42
+ c && /* @__PURE__ */ l("div", { css: H(), "data-header-role": "options", "data-testid": `${s}_table_th_${t}_options`, children: [
43
43
  x(),
44
44
  /* @__PURE__ */ n(j, { onSort: e, isMultiSortable: o, onButtonClick: (a) => k(a), dataTestPrefixId: `${s}_sort_${t}` })
45
45
  ] })
@@ -1,7 +1,7 @@
1
1
  import { css as s } from "@emotion/react";
2
2
  import { generateStylesFromTokens as a } from "../../../Typography/utils.js";
3
- import { ACTIONS_CELL_WIDTH as g, contentAlignToFlex as d } from "../../constants.js";
4
- import { rem as m, vars as t } from "@orfium/tokens";
3
+ import { contentAlignToFlex as g, ACTIONS_CELL_WIDTH as d } from "../../constants.js";
4
+ import { vars as t, rem as m } from "@orfium/tokens";
5
5
  import { lineEllipsis as y } from "../../../../theme/functions.js";
6
6
  const f = {
7
7
  sm: t.sizing[11],
@@ -15,9 +15,9 @@ const f = {
15
15
  hasVisibleOptions: r,
16
16
  isSortable: n,
17
17
  sx: c
18
- }) => (i) => /* @__PURE__ */ s("width:", o || l ? m(g) : e ? `${e}%` : "100%", ";height:", f[p], ";align-content:center;box-sizing:border-box;padding:", t.spacing[4], " ", t.spacing[6], ";color:", t.color.text.default[r ? "primary" : "secondary"], ";", a(i.tokens.typography.get("normal.body02")), ";[data-header-role='options'],[data-header-role='sorting-button']{opacity:", r ? 1 : 0, ";}&:hover,&:focus-visible{color:", n && t.color.text.default.primary, ";", n && a(i.tokens.typography.get("normal.label02")), ";[data-header-role='options'],[data-header-role='sorting-button']{opacity:1;}}button:focus-visible{opacity:1;}", c, ";", ""), z = ({
18
+ }) => (i) => /* @__PURE__ */ s("width:", o || l ? m(d) : e ? `${e}%` : "100%", ";height:", f[p], ";align-content:center;box-sizing:border-box;padding:", t.spacing[4], " ", t.spacing[6], ";color:", t.color.text.default[r ? "primary" : "secondary"], ";", a(i.tokens.typography.get("normal.body02")), ";[data-header-role='options'],[data-header-role='sorting-button']{opacity:", r ? 1 : 0, ";}&:hover,&:focus-visible{color:", n && t.color.text.default.primary, ";", n && a(i.tokens.typography.get("normal.label02")), ";[data-header-role='options'],[data-header-role='sorting-button']{opacity:1;}}button:focus-visible{opacity:1;}", c, ";", ""), z = ({
19
19
  contentAlign: o
20
- }) => /* @__PURE__ */ s("display:flex;align-items:center;justify-content:", d[o], ";gap:", t.spacing[4], ";", y, ";", "");
20
+ }) => /* @__PURE__ */ s("display:flex;align-items:center;justify-content:", g[o], ";gap:", t.spacing[4], ";", y, ";", "");
21
21
  var u = {
22
22
  name: "unrh3l",
23
23
  styles: "display:flex;justify-content:space-between;width:100%"
@@ -1,5 +1,5 @@
1
1
  import { jsxs as n, jsx as e } from "@emotion/react/jsx-runtime";
2
- import { paginationContainer as h, itemsPerPageContainer as y, counterContainer as v, counterWrapper as C, buttonsContainer as f } from "./TPagination.style.js";
2
+ import { itemsPerPageContainer as h, counterWrapper as y, buttonsContainer as v, counterContainer as C, paginationContainer as f } from "./TPagination.style.js";
3
3
  import $ from "../../../Select/Select.js";
4
4
  import s from "../../../Typography/Typography.js";
5
5
  import r from "../../../IconButton/IconButton.js";
@@ -19,18 +19,18 @@ const k = ({
19
19
  isNextPageDisabled: _,
20
20
  isPrevPageDisabled: d
21
21
  } = g;
22
- return /* @__PURE__ */ n("div", { css: h({
22
+ return /* @__PURE__ */ n("div", { css: f({
23
23
  isSticky: m
24
24
  }), children: [
25
- /* @__PURE__ */ e("div", { css: y(), children: c && l && /* @__PURE__ */ e($, { label: "", size: "compact", options: l, selectedOption: c, isSearchable: !1, onChange: b, dataTestId: `${t}_table_show_items` }) }),
26
- /* @__PURE__ */ n("div", { css: v(), children: [
27
- /* @__PURE__ */ n("div", { css: C(), "data-testid": `${t}_table_pages_info`, children: [
25
+ /* @__PURE__ */ e("div", { css: h(), children: c && l && /* @__PURE__ */ e($, { label: "", size: "compact", options: l, selectedOption: c, isSearchable: !1, onChange: b, dataTestId: `${t}_table_show_items` }) }),
26
+ /* @__PURE__ */ n("div", { css: C(), children: [
27
+ /* @__PURE__ */ n("div", { css: y(), "data-testid": `${t}_table_pages_info`, children: [
28
28
  /* @__PURE__ */ e(s, { type: "secondary", variant: "body03", children: "page" }),
29
29
  /* @__PURE__ */ e(s, { variant: "label03", "data-testid": `${t}_table_current_page`, children: a }),
30
30
  /* @__PURE__ */ e(s, { type: "secondary", variant: "body03", children: "of" }),
31
31
  /* @__PURE__ */ e(s, { variant: "label03", "data-testid": `${t}_table_total_pages`, children: i })
32
32
  ] }),
33
- /* @__PURE__ */ n("div", { css: f(), children: [
33
+ /* @__PURE__ */ n("div", { css: v(), children: [
34
34
  p && /* @__PURE__ */ e(r, { iconName: "pageFirst", size: "compact", type: "tertiary", onClick: () => o(1), isDisabled: a === 1 || d, dataTestPrefixId: `${t}_table_go_to_first_page` }),
35
35
  /* @__PURE__ */ e(r, { iconName: "chevronLeft", size: "compact", type: "tertiary", onClick: () => o(a - 1), isDisabled: a === 1 || d, dataTestPrefixId: `${t}_table_go_to_prev_page` }),
36
36
  /* @__PURE__ */ e(r, { iconName: "chevronRight", size: "compact", type: "tertiary", onClick: () => o(a + 1), isDisabled: a === i || _, dataTestPrefixId: `${t}_table_go_to_next_page` }),
@@ -1,7 +1,7 @@
1
1
  import { jsxs as e, jsx as s, Fragment as f } from "@emotion/react/jsx-runtime";
2
2
  import T, { useMemo as j } from "react";
3
3
  import w from "react-fast-compare";
4
- import { tTitleContainer as A, titleContent as $, actionsContent as g } from "./TTitle.style.js";
4
+ import { titleContent as A, actionsContent as $, tTitleContainer as g } from "./TTitle.style.js";
5
5
  import a from "../../../Typography/Typography.js";
6
6
  import k from "./components/ColumnChooser/ColumnChooser.js";
7
7
  const R = ({
@@ -28,12 +28,12 @@ const R = ({
28
28
  t ? "selected" : ""
29
29
  ] })
30
30
  ] }), [i, t, n, o]);
31
- return /* @__PURE__ */ e("div", { css: A(), children: [
32
- /* @__PURE__ */ s("div", { css: $(), children: y && /* @__PURE__ */ e(f, { children: [
31
+ return /* @__PURE__ */ e("div", { css: g(), children: [
32
+ /* @__PURE__ */ s("div", { css: A(), children: y && /* @__PURE__ */ e(f, { children: [
33
33
  _,
34
34
  C && b
35
35
  ] }) }),
36
- /* @__PURE__ */ e("div", { css: g(), children: [
36
+ /* @__PURE__ */ e("div", { css: $(), children: [
37
37
  v,
38
38
  l && /* @__PURE__ */ s(k, { columns: d, columnsConfig: l, containerRef: u, dataTestPrefixId: i })
39
39
  ] })
@@ -1,62 +1,61 @@
1
- import { jsx as g, Fragment as y } from "@emotion/react/jsx-runtime";
2
- import { useReactTable as P, getExpandedRowModel as M, getCoreRowModel as E, createColumnHelper as H } from "@tanstack/react-table";
3
- import T from "../../../hooks/useTheme.js";
4
- import { concat as v } from "lodash-es";
5
- import V, { useMemo as f } from "react";
6
- import { vars as A } from "@orfium/tokens";
7
- import { lineEllipsis as $ } from "../../../theme/functions.js";
8
- import k from "../../Typography/Typography.js";
9
- import b from "../../Controls/CheckBox/CheckBox.js";
10
- import z from "../../Icon/Icon.js";
11
- const x = (m, r, i, s, a) => {
12
- const n = H(), c = r ? [{
1
+ import { jsx as d, Fragment as _ } from "@emotion/react/jsx-runtime";
2
+ import { useReactTable as y, getExpandedRowModel as P, getCoreRowModel as M, createColumnHelper as E } from "@tanstack/react-table";
3
+ import { concat as H } from "lodash-es";
4
+ import T, { useMemo as h } from "react";
5
+ import { vars as f } from "@orfium/tokens";
6
+ import { lineEllipsis as v } from "../../../theme/functions.js";
7
+ import V from "../../Typography/Typography.js";
8
+ import A from "../../Controls/CheckBox/CheckBox.js";
9
+ import $ from "../../Icon/Icon.js";
10
+ const b = (S, g, r, l) => {
11
+ const i = E(), n = g ? [{
13
12
  id: "checkbox_select",
14
13
  header: ({
15
14
  table: e
16
- }) => /* @__PURE__ */ g(b, { isSelected: e.getIsAllPageRowsSelected(), isIndeterminate: e.getIsSomePageRowsSelected() && !e.getIsAllPageRowsSelected(), onChange: () => {
15
+ }) => /* @__PURE__ */ d(A, { isSelected: e.getIsAllPageRowsSelected(), isIndeterminate: e.getIsSomePageRowsSelected() && !e.getIsAllPageRowsSelected(), onChange: () => {
17
16
  const t = e.getIsAllPageRowsSelected();
18
17
  e.toggleAllPageRowsSelected(!t);
19
- }, dataTestPrefixId: `${a}_table_select_all` }),
18
+ }, dataTestPrefixId: `${l}_table_select_all` }),
20
19
  cell: ({
21
20
  row: e
22
- }) => /* @__PURE__ */ g("div", { className: "px-1", children: /* @__PURE__ */ g(
23
- b,
21
+ }) => /* @__PURE__ */ d("div", { className: "px-1", children: /* @__PURE__ */ d(
22
+ A,
24
23
  {
25
24
  isSelected: e.getIsSelected(),
26
25
  isDisabled: !e.getCanSelect(),
27
26
  onChange: e.getToggleSelectedHandler(),
28
- dataTestPrefixId: `${a}_table_select_${e.id}`
27
+ dataTestPrefixId: `${l}_table_select_${e.id}`
29
28
  }
30
29
  ) }),
31
30
  meta: {
32
31
  contentAlign: "left"
33
32
  }
34
- }] : [], p = i ? [{
33
+ }] : [], c = r ? [{
35
34
  id: "details_iconButton",
36
- header: () => /* @__PURE__ */ g(y, {}),
35
+ header: () => /* @__PURE__ */ d(_, {}),
37
36
  cell: ({
38
37
  row: e
39
- }) => /* @__PURE__ */ g(z, { name: e.getIsExpanded() ? "triangleDown" : "triangleRight", size: A.sizing[5], color: A.color.text.default.secondary, onClick: () => {
38
+ }) => /* @__PURE__ */ d($, { name: e.getIsExpanded() ? "triangleDown" : "triangleRight", size: f.sizing[5], color: f.color.text.default.secondary, onClick: () => {
40
39
  const t = e.getIsExpanded();
41
40
  e.toggleExpanded(!t);
42
- }, dataTestId: `${a}_table_expand_${e.id}` }),
41
+ }, dataTestId: `${l}_table_expand_${e.id}` }),
43
42
  meta: {
44
43
  contentAlign: "left"
45
44
  }
46
- }] : [], S = m.reduce((e, t) => {
45
+ }] : [], p = S.reduce((e, t) => {
47
46
  if ("columns" in t) {
48
- const d = {
47
+ const a = {
49
48
  id: t.id,
50
49
  header: t.header,
51
- columns: x(t.columns, !1, !1, s, a)
50
+ columns: b(t.columns, !1, !1, l)
52
51
  };
53
- e.push(n.group(d));
52
+ e.push(i.group(a));
54
53
  } else
55
- e.push(n.accessor(t.id, {
54
+ e.push(i.accessor(t.id, {
56
55
  header: t.header,
57
- cell: (d) => {
58
- const o = d.getValue();
59
- return typeof o == "string" || typeof o == "number" ? /* @__PURE__ */ g(k, { variant: "body02", component: "span", css: $, children: o }) : o;
56
+ cell: (a) => {
57
+ const s = a.getValue();
58
+ return typeof s == "string" || typeof s == "number" ? /* @__PURE__ */ d(V, { variant: "body02", component: "span", css: v, children: s }) : s;
60
59
  },
61
60
  size: t.width ?? "auto",
62
61
  minSize: t.width,
@@ -66,26 +65,26 @@ const x = (m, r, i, s, a) => {
66
65
  }
67
66
  }));
68
67
  return e;
69
- }, c);
70
- return v(S, p);
71
- }, O = ({
72
- type: m = "read-only",
73
- data: r,
74
- columns: i,
75
- sorting: s,
76
- rowsConfig: a,
68
+ }, n);
69
+ return H(p, c);
70
+ }, q = ({
71
+ type: S = "read-only",
72
+ data: g,
73
+ columns: r,
74
+ sorting: l,
75
+ rowsConfig: i,
77
76
  columnsConfig: n,
78
77
  dataTestPrefixId: c,
79
78
  ...p
80
79
  }) => {
81
- const S = T(), e = m === "interactive", {
80
+ const e = S === "interactive", {
82
81
  rowSelection: t,
83
- setRowSelection: d,
84
- expanded: o,
85
- setExpanded: R
86
- } = a ?? {}, w = r.some((u) => u.details) && !!o, I = f(() => r.map((u) => u.cells), [r]), h = !!(t && e), C = f(() => x(i, h, w, S, c), [i, h, w, S, c]), _ = V.useMemo(() => ({
87
- ...s && {
88
- sorting: s.sortingColumn
82
+ setRowSelection: a,
83
+ expanded: s,
84
+ setExpanded: u
85
+ } = i ?? {}, R = g.some((m) => m.details) && !!s, x = h(() => g.map((m) => m.cells), [g]), w = !!(t && e), I = h(() => b(r, w, R, c), [r, w, R, c]), C = T.useMemo(() => ({
86
+ ...l && {
87
+ sorting: l.sortingColumn
89
88
  },
90
89
  ...t && e && {
91
90
  rowSelection: t
@@ -93,32 +92,32 @@ const x = (m, r, i, s, a) => {
93
92
  ...n && {
94
93
  columnVisibility: n.columnVisibility
95
94
  },
96
- ...o && {
97
- expanded: o
95
+ ...s && {
96
+ expanded: s
98
97
  }
99
- }), [n, o, e, t, s]), l = P({
98
+ }), [n, s, e, t, l]), o = y({
100
99
  /** Basic Functionality */
101
- data: I,
102
- columns: C,
103
- getCoreRowModel: E(),
100
+ data: x,
101
+ columns: I,
102
+ getCoreRowModel: M(),
104
103
  /** States */
105
- state: _,
104
+ state: C,
106
105
  /** States callbacks and extra config */
107
106
  /** Sorting */
108
- ...s && {
107
+ ...l && {
109
108
  manualSorting: !0,
110
- onSortingChange: s.handleSorting,
111
- enableMultiSort: s.isMultiSortable ?? !1
109
+ onSortingChange: l.handleSorting,
110
+ enableMultiSort: l.isMultiSortable ?? !1
112
111
  },
113
112
  /** Row Selection */
114
- ...d && e && {
113
+ ...a && e && {
115
114
  enableRowSelection: !0,
116
- onRowSelectionChange: d
115
+ onRowSelectionChange: a
117
116
  },
118
117
  /** Row Details */
119
- ...o && R && {
120
- getExpandedRowModel: M(),
121
- onExpandedChange: R
118
+ ...s && u && {
119
+ getExpandedRowModel: P(),
120
+ onExpandedChange: u
122
121
  },
123
122
  /** Column Visibility */
124
123
  ...n && {
@@ -127,19 +126,19 @@ const x = (m, r, i, s, a) => {
127
126
  ...p
128
127
  });
129
128
  return {
130
- getHeaderGroups: l.getHeaderGroups,
131
- getRowModel: l.getRowModel,
132
- getIsAllRowsSelected: l.getIsAllRowsSelected,
133
- getIsSomeRowsSelected: l.getIsSomeRowsSelected,
134
- getToggleAllRowsSelectedHandler: l.getToggleAllRowsSelectedHandler,
135
- toggleAllRowsSelected: l.toggleAllRowsSelected,
136
- getAllLeafColumns: l.getAllLeafColumns,
137
- getIsAllPageRowsSelected: l.getIsAllPageRowsSelected,
138
- getIsSomePageRowsSelected: l.getIsSomePageRowsSelected,
139
- getToggleAllPageRowsSelectedHandler: l.getToggleAllPageRowsSelectedHandler,
140
- toggleAllPageRowsSelected: l.toggleAllPageRowsSelected
129
+ getHeaderGroups: o.getHeaderGroups,
130
+ getRowModel: o.getRowModel,
131
+ getIsAllRowsSelected: o.getIsAllRowsSelected,
132
+ getIsSomeRowsSelected: o.getIsSomeRowsSelected,
133
+ getToggleAllRowsSelectedHandler: o.getToggleAllRowsSelectedHandler,
134
+ toggleAllRowsSelected: o.toggleAllRowsSelected,
135
+ getAllLeafColumns: o.getAllLeafColumns,
136
+ getIsAllPageRowsSelected: o.getIsAllPageRowsSelected,
137
+ getIsSomePageRowsSelected: o.getIsSomePageRowsSelected,
138
+ getToggleAllPageRowsSelectedHandler: o.getToggleAllPageRowsSelectedHandler,
139
+ toggleAllPageRowsSelected: o.toggleAllPageRowsSelected
141
140
  };
142
141
  };
143
142
  export {
144
- O as default
143
+ q as default
145
144
  };
@@ -1,16 +1,16 @@
1
1
  import { jsxs as p, jsx as o } from "@emotion/react/jsx-runtime";
2
- import { useBreakpoints as G } from "../../hooks/useBreakpoints.js";
2
+ import G from "../../hooks/useBreakpoints.js";
3
3
  import { head as E } from "lodash-es";
4
4
  import I from "pluralize";
5
5
  import h, { memo as J, useState as j, useEffect as R } from "react";
6
6
  import Q from "react-fast-compare";
7
- import { tableCTAStyle as U, tableStyle as X, tableRowHeadersStyle as Y } from "./TableV4.style.js";
7
+ import { tableCTAStyle as U, tableRowHeadersStyle as X, tableStyle as Y } from "./TableV4.style.js";
8
8
  import V from "./components/TableRow/TableRow.js";
9
9
  import u from "./components/TableCell/TableCell.js";
10
10
  import Z from "../Controls/CheckBox/CheckBox.js";
11
+ import { isItemString as f } from "./utils/utils.js";
11
12
  import W from "./components/ExtendedColumnItem/ExtendedColumnItem.js";
12
13
  import H from "./components/TableRowWrapper/TableRowWrapper.js";
13
- import { isItemString as f } from "./utils/utils.js";
14
14
  const D = (n, i, c) => !i && !c ? n.length : i && c ? n.length + 2 : n.length + 1;
15
15
  function T({
16
16
  data: n,
@@ -32,58 +32,58 @@ function T({
32
32
  isInitiallyExpanded: v = !1,
33
33
  dataTestIdPrefix: s
34
34
  }) {
35
- const x = G(), z = B ? `${B}%` : x.des1920 ? "5%" : "7%", [r, S] = j(void 0), [M, A] = j(q), N = n.some((e) => !!e.expanded), O = D(i, t, N);
35
+ const x = G(), z = B ? `${B}%` : x.des1920 ? "5%" : "7%", [l, d] = j(void 0), [M, A] = j(q), N = n.some((e) => !!e.expanded), O = D(i, t, N);
36
36
  R(() => {
37
- t && r && t(r);
38
- }, [t, r]), R(() => {
39
- S(void 0);
37
+ t && l && t(l);
38
+ }, [t, l]), R(() => {
39
+ d(void 0);
40
40
  }, [n]);
41
41
  const C = h.useCallback((e) => {
42
- S((l = []) => l.indexOf(e) === -1 ? [...l, e] : l.filter((k) => k !== e));
43
- }, []), d = h.useMemo(() => E(n)?.cells?.map(({
42
+ d((r = []) => r.indexOf(e) === -1 ? [...r, e] : r.filter((k) => k !== e));
43
+ }, []), S = h.useMemo(() => E(n)?.cells?.map(({
44
44
  content: e
45
- }) => !Number.isNaN(Number(e))) || [], [n]), $ = h.useMemo(() => E(n)?.cells?.map(({
45
+ }) => !Number.isNaN(Number(e))) || [], [n]), _ = h.useMemo(() => E(n)?.cells?.map(({
46
46
  align: e
47
- }) => e) || [], [n]), _ = h.useMemo(() => E(n)?.cells?.map(({
47
+ }) => e) || [], [n]), $ = h.useMemo(() => E(n)?.cells?.map(({
48
48
  widthPercentage: e
49
49
  }) => e) || [], [n]), L = (e) => {
50
- A((l) => w ? (y?.(e, w), {
50
+ A((r) => w ? (y?.(e, w), {
51
51
  column: e,
52
52
  order: w
53
- }) : l.column !== e ? (y?.(e, "asc"), {
53
+ }) : r.column !== e ? (y?.(e, "asc"), {
54
54
  column: e,
55
55
  order: "asc"
56
- }) : (y?.(e, l.order === "asc" ? "desc" : "asc"), {
56
+ }) : (y?.(e, r.order === "asc" ? "desc" : "asc"), {
57
57
  column: e,
58
- order: l.order === "asc" ? "desc" : "asc"
58
+ order: r.order === "asc" ? "desc" : "asc"
59
59
  }));
60
60
  };
61
61
  return /* @__PURE__ */ p(h.Fragment, { children: [
62
62
  (t || b || K) && /* @__PURE__ */ o("table", { css: U(a), children: /* @__PURE__ */ o("thead", { children: /* @__PURE__ */ p(V, { children: [
63
- t && /* @__PURE__ */ o(u, { component: "th", width: 50, isPadded: m, dataTestIdPrefix: s, rowIndex: 0, index: 0, children: /* @__PURE__ */ o(Z, { isSelected: !!(r && r.length > 0), isIndeterminate: r && r.length > 0 && r?.length !== n.length, onChange: () => {
64
- r?.length === n.length ? S([]) : S(n.map(({
63
+ t && /* @__PURE__ */ o(u, { component: "th", width: 50, isPadded: m, dataTestIdPrefix: s, rowIndex: 0, index: 0, children: /* @__PURE__ */ o(Z, { isSelected: !!(l && l.length > 0), isIndeterminate: l && l.length > 0 && l?.length !== n.length, onChange: () => {
64
+ l?.length === n.length ? d([]) : d(n.map(({
65
65
  id: e
66
66
  }) => e));
67
67
  } }) }),
68
- /* @__PURE__ */ o(u, { isPadded: m, dataTestIdPrefix: s, rowIndex: 0, index: 1, children: r && r?.length > 0 ? /* @__PURE__ */ p("span", { children: [
69
- /* @__PURE__ */ o("b", { children: r.length }),
68
+ /* @__PURE__ */ o(u, { isPadded: m, dataTestIdPrefix: s, rowIndex: 0, index: 1, children: l && l?.length > 0 ? /* @__PURE__ */ p("span", { children: [
69
+ /* @__PURE__ */ o("b", { children: l.length }),
70
70
  " ",
71
- I("item", r.length),
71
+ I("item", l.length),
72
72
  " selected"
73
73
  ] }) : K }),
74
- b && /* @__PURE__ */ o(u, { textAlign: "right", isPadded: m, colSpan: O - (t ? 2 : 1), dataTestIdPrefix: s, rowIndex: 0, index: 2, children: b(n, r) })
74
+ b && /* @__PURE__ */ o(u, { textAlign: "right", isPadded: m, colSpan: O - (t ? 2 : 1), dataTestIdPrefix: s, rowIndex: 0, index: 2, children: b(n, l) })
75
75
  ] }) }) }),
76
- /* @__PURE__ */ p("table", { css: X(), children: [
77
- (t || b || c === "normal") && /* @__PURE__ */ o("thead", { children: c === "normal" && /* @__PURE__ */ p(V, { css: Y(N, !!t, g), children: [
76
+ /* @__PURE__ */ p("table", { css: Y(), children: [
77
+ (t || b || c === "normal") && /* @__PURE__ */ o("thead", { children: c === "normal" && /* @__PURE__ */ p(V, { css: X(N, !!t, g), children: [
78
78
  t && /* @__PURE__ */ o(u, { component: "th", isPaddedSticky: a, isSticky: g, width: 50, isPadded: m, dataTestIdPrefix: s }),
79
- i.map((e, l) => /* @__PURE__ */ o(u, { textAlign: $ && $[l] ? $[l] : d && d[l] ? "right" : "left", component: "th", isSticky: g, isPaddedSticky: a, isPadded: m, width: _[l] ? `${_[l]}%` : "initial", isSortable: !f(e) && e.isSortable, isActive: !f(e) && e.content.sortingKey === M.column, onClick: () => {
79
+ i.map((e, r) => /* @__PURE__ */ o(u, { textAlign: _ && _[r] ? _[r] : S && S[r] ? "right" : "left", component: "th", isSticky: g, isPaddedSticky: a, isPadded: m, width: $[r] ? `${$[r]}%` : "initial", isSortable: !f(e) && e.isSortable, isActive: !f(e) && e.content.sortingKey === M.column, onClick: () => {
80
80
  !f(e) && e.isSortable && L(e.content.sortingKey);
81
- }, dataTestIdPrefix: `${s}_${f(e) ? e.trim().toLowerCase().replace(/ /g, "_") : e.content.sortingKey.trim().toLowerCase().replace(/ /g, "_")}`, children: f(e) ? /* @__PURE__ */ o(W, { item: e }) : /* @__PURE__ */ o(W, { sorting: M, isNumerical: d && d[l], item: e }) }, `${f(e) ? e : e.content.sortingKey}`)),
81
+ }, dataTestIdPrefix: `${s}_${f(e) ? e.trim().toLowerCase().replace(/ /g, "_") : e.content.sortingKey.trim().toLowerCase().replace(/ /g, "_")}`, children: f(e) ? /* @__PURE__ */ o(W, { item: e }) : /* @__PURE__ */ o(W, { sorting: M, isNumerical: S && S[r], item: e }) }, `${f(e) ? e : e.content.sortingKey}`)),
82
82
  N && /* @__PURE__ */ o(u, { component: "th", isSticky: g, isPaddedSticky: a, width: z, dataTestIdPrefix: s })
83
83
  ] }) }),
84
- /* @__PURE__ */ o("tbody", { children: n.map((e, l) => (
84
+ /* @__PURE__ */ o("tbody", { children: n.map((e, r) => (
85
85
  // @ts-expect-error - this is a test component
86
- /* @__PURE__ */ o(H, { row: e, isRowSelected: r ? r.indexOf(e.id) !== -1 : !1, onSelectionAdd: C, isPadded: m, columns: i, hasFixedHeader: g, type: c, columnCount: O, columnsWithWidth: _, hasOnSelectionChange: !!t, isExpanded: !!e.expanded, actionWidth: B, isInitiallyExpanded: v, dataTestIdPrefix: s, rowIndex: l + 1 }, e.id)
86
+ /* @__PURE__ */ o(H, { row: e, isRowSelected: l ? l.indexOf(e.id) !== -1 : !1, onSelectionAdd: C, isPadded: m, columns: i, hasFixedHeader: g, type: c, columnCount: O, columnsWithWidth: $, hasOnSelectionChange: !!t, isExpanded: !!e.expanded, actionWidth: B, isInitiallyExpanded: v, dataTestIdPrefix: s, rowIndex: r + 1 }, e.id)
87
87
  )) })
88
88
  ] })
89
89
  ] });
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "@emotion/react/jsx-runtime";
2
2
  import { css as n } from "@emotion/react";
3
- import { useBreakpoints as f } from "../../../../../../hooks/useBreakpoints.js";
3
+ import f from "../../../../../../hooks/useBreakpoints.js";
4
4
  import u from "react";
5
5
  import { vars as e } from "@orfium/tokens";
6
6
  import h from "../../../TableCell/TableCell.js";
@@ -1,4 +1,4 @@
1
- import { jsxs as n, jsx as d } from "@emotion/react/jsx-runtime";
1
+ import { jsxs as d, jsx as n } from "@emotion/react/jsx-runtime";
2
2
  import * as m from "react";
3
3
  import R from "react-fast-compare";
4
4
  import { inputStyle as w } from "../TextInputBase/TextInputBase.style.js";
@@ -23,7 +23,7 @@ const x = m.forwardRef((c, f) => {
23
23
  ...l
24
24
  } = c, r = e?.type === "read-only", h = q({
25
25
  isResizeEnabled: !t && !r && v
26
- }), p = i && e?.type != "error", b = p ? /* @__PURE__ */ n("div", { css: E({
26
+ }), p = i && e?.type != "error", b = p ? /* @__PURE__ */ d("div", { css: E({
27
27
  isDisabled: t
28
28
  }), children: [
29
29
  l.value?.length,
@@ -33,22 +33,22 @@ const x = m.forwardRef((c, f) => {
33
33
  ...e,
34
34
  hintMessage: p ? void 0 : e.hintMessage
35
35
  } : void 0;
36
- return /* @__PURE__ */ n(m.Fragment, { children: [
37
- /* @__PURE__ */ d(A, { ...c, status: g, sx: h, children: /* @__PURE__ */ n("div", { css: T, children: [
38
- /* @__PURE__ */ d("textarea", { role: "textbox", "aria-multiline": !0, readOnly: r || y, css: w({
36
+ return /* @__PURE__ */ d(m.Fragment, { children: [
37
+ /* @__PURE__ */ n(A, { ...c, status: g, sx: h, children: /* @__PURE__ */ d("div", { css: T, children: [
38
+ /* @__PURE__ */ n("textarea", { role: "textbox", "aria-multiline": !0, readOnly: r || y, css: w({
39
39
  placeholder: a,
40
40
  label: s,
41
41
  sx: h,
42
42
  isLocked: r,
43
43
  isDisabled: t
44
44
  }), placeholder: a ? `${a} ${o ? "*" : ""}` : s, required: o, id: u, maxLength: i, disabled: t || r, ...l, ref: f }),
45
- /* @__PURE__ */ d(S, { htmlFor: u, label: s, isRequired: o, isAnimated: !!l.value, hasError: !t && e?.type === "error" })
45
+ /* @__PURE__ */ n(S, { htmlFor: u, label: s, isRequired: o, isAnimated: !!l.value, hasError: !t && e?.type === "error" })
46
46
  ] }) }),
47
47
  b
48
48
  ] });
49
49
  });
50
50
  x.displayName = "TextArea";
51
- const C = m.memo(x, R);
51
+ const F = m.memo(x, R);
52
52
  export {
53
- C as default
53
+ F as default
54
54
  };
@@ -3,7 +3,7 @@ import c from "react";
3
3
  import g from "react-fast-compare";
4
4
  import { generateTestDataId as f } from "../../utils/helpers.js";
5
5
  import { vars as n } from "@orfium/tokens";
6
- import { hintMessageStyle as h, wrapperStyle as y, textFieldStyle as w } from "./TextInputBase.style.js";
6
+ import { hintMessageStyle as h, textFieldStyle as y, wrapperStyle as w } from "./TextInputBase.style.js";
7
7
  import x from "../Icon/Icon.js";
8
8
  const M = ({
9
9
  isDisabled: o,
@@ -27,13 +27,13 @@ const M = ({
27
27
  /* @__PURE__ */ e("span", { id: r.id, children: r.hintMessage })
28
28
  ] });
29
29
  return /* @__PURE__ */ m(c.Fragment, { children: [
30
- /* @__PURE__ */ e("div", { "data-testid": t, css: y({
30
+ /* @__PURE__ */ e("div", { "data-testid": t, css: w({
31
31
  isDisabled: o,
32
32
  status: r,
33
33
  size: i,
34
34
  sx: a,
35
35
  isInteractive: l
36
- }), children: /* @__PURE__ */ e("div", { css: w({
36
+ }), children: /* @__PURE__ */ e("div", { css: y({
37
37
  sx: a
38
38
  }), children: p }) }),
39
39
  r.hintMessage && s
@@ -2,7 +2,7 @@ import { jsx as n, jsxs as k } from "@emotion/react/jsx-runtime";
2
2
  import T, { forwardRef as l } from "react";
3
3
  import { useToastRegion as A, useToast as I } from "react-aria";
4
4
  import { createPortal as R, flushSync as b } from "react-dom";
5
- import { ToastQueue as w, useToastQueue as P } from "react-stately";
5
+ import { useToastQueue as w, ToastQueue as P } from "react-stately";
6
6
  import { SlotProvider as h } from "../utils/Slots.js";
7
7
  import { useDOMRef as y } from "../utils/useDOMRef.js";
8
8
  import { styles as a, getIconColor as V } from "./Toast.style.js";
@@ -14,7 +14,7 @@ function S(o) {
14
14
  }).ready.catch(() => {
15
15
  }) : o();
16
16
  }
17
- const m = new w({
17
+ const m = new P({
18
18
  maxVisibleToasts: E,
19
19
  wrapUpdate: S
20
20
  }), x = (o, {
@@ -74,7 +74,7 @@ const z = l(({
74
74
  placement: o = "bottom right",
75
75
  ...t
76
76
  }, e) => {
77
- const s = P(m);
77
+ const s = w(m);
78
78
  return s.visibleToasts.length > 0 ? R(/* @__PURE__ */ n(g, { ref: e, ...t, placement: o, state: s }), document.body) : null;
79
79
  });
80
80
  z.displayName = "ToastContainer";
@@ -4,7 +4,7 @@ import { useState as C } from "react";
4
4
  import { generateTestDataId as c } from "../../utils/helpers.js";
5
5
  import { typeToColorStyle as h, actionContainer as u } from "../Notification/Notification.style.js";
6
6
  import { typeToIconName as I } from "../Notification/subcomponents/CompactNotification/CompactNotification.js";
7
- import { toastContainer as S, topContainer as z, infoContainer as T, infoIconContainer as g, actionIconsContainer as j, chevronIconContainer as k, expandedContainer as w } from "./ToastV4.style.js";
7
+ import { infoIconContainer as S, infoContainer as z, chevronIconContainer as T, actionIconsContainer as g, topContainer as j, expandedContainer as k, toastContainer as w } from "./ToastV4.style.js";
8
8
  import d from "../Icon/Icon.js";
9
9
  const t = (r) => ["success", "error", "warning", "info"].includes(r), B = ({
10
10
  message: r,
@@ -17,20 +17,20 @@ const t = (r) => ["success", "error", "warning", "info"].includes(r), B = ({
17
17
  dataTestId: i
18
18
  }) => {
19
19
  const [s, x] = C(m);
20
- return /* @__PURE__ */ e("div", { css: S(o, f), ...t(o) && {
20
+ return /* @__PURE__ */ e("div", { css: w(o, f), ...t(o) && {
21
21
  "notification-type": "toast"
22
22
  }, children: [
23
- /* @__PURE__ */ e("div", { css: z(o), children: [
24
- /* @__PURE__ */ e("div", { css: T(), children: [
25
- t(o) && /* @__PURE__ */ n("div", { css: g(), children: /* @__PURE__ */ n(d, { name: I(o), color: a.color.text.default[h(o)], size: 24 }) }),
23
+ /* @__PURE__ */ e("div", { css: j(o), children: [
24
+ /* @__PURE__ */ e("div", { css: z(), children: [
25
+ t(o) && /* @__PURE__ */ n("div", { css: S(), children: /* @__PURE__ */ n(d, { name: I(o), color: a.color.text.default[h(o)], size: 24 }) }),
26
26
  /* @__PURE__ */ n("div", { children: r })
27
27
  ] }),
28
- /* @__PURE__ */ e("div", { css: j(), children: [
29
- /* @__PURE__ */ n("span", { css: k(s), onClick: () => x(!s), "data-testid": c("toast-expand", i), children: /* @__PURE__ */ n(d, { name: "chevronDown", color: t(o) ? a.color.text.default.secondary : "#ffffff", size: 24 }) }),
28
+ /* @__PURE__ */ e("div", { css: g(), children: [
29
+ /* @__PURE__ */ n("span", { css: T(s), onClick: () => x(!s), "data-testid": c("toast-expand", i), children: /* @__PURE__ */ n(d, { name: "chevronDown", color: t(o) ? a.color.text.default.secondary : "#ffffff", size: 24 }) }),
30
30
  /* @__PURE__ */ n("span", { css: u(), onClick: l, "data-testid": c("toast-close", i), children: /* @__PURE__ */ n(d, { name: "close", color: t(o) ? a.color.text.default.secondary : "#ffffff", size: 24 }) })
31
31
  ] })
32
32
  ] }),
33
- /* @__PURE__ */ n("div", { css: w(o, s, p), "data-testid": c("expanded-container", i), children: v })
33
+ /* @__PURE__ */ n("div", { css: k(o, s, p), "data-testid": c("expanded-container", i), children: v })
34
34
  ] });
35
35
  };
36
36
  export {
@@ -1,5 +1,5 @@
1
1
  import { css as r } from "@emotion/react";
2
- import { rem as e, vars as t } from "@orfium/tokens";
2
+ import { vars as t, rem as e } from "@orfium/tokens";
3
3
  import { typeToColorStyle as s, typeToBackgroundStyle as g } from "../Notification/Notification.style.js";
4
4
  import { label01 as f } from "../Typography/Typography.config.styles.js";
5
5
  import { flexCenter as m, transition as l } from "../../theme/functions.js";
@@ -1,5 +1,5 @@
1
1
  import { jsxs as s, jsx as o } from "@emotion/react/jsx-runtime";
2
- import { useBreakpoints as B } from "../../hooks/useBreakpoints.js";
2
+ import B from "../../hooks/useBreakpoints.js";
3
3
  import r from "./TopAppBar.style.js";
4
4
  import u from "./components/SidebarMenuIcon/SidebarMenuIcon.js";
5
5
  import S from "./components/Logo/Logo.wrapper.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as o, jsx as a } from "@emotion/react/jsx-runtime";
2
2
  import { vars as t } from "@orfium/tokens";
3
3
  import { iconWrapperStyle as n } from "../../../TextField/TextField.style.js";
4
- import { searchWrapper as d, customInputStyle as p } from "./Search.style.js";
4
+ import { customInputStyle as d, searchWrapper as p } from "./Search.style.js";
5
5
  import f from "../../../Icon/Icon.js";
6
6
  const x = ({
7
7
  searchPlaceholder: r = "Search",
@@ -10,14 +10,14 @@ const x = ({
10
10
  onKeyPressHandler: c,
11
11
  isSearchDisabled: l = !1,
12
12
  isDark: e = !1
13
- }) => /* @__PURE__ */ o("div", { "aria-disabled": l, css: d(e), children: [
13
+ }) => /* @__PURE__ */ o("div", { "aria-disabled": l, css: p(e), children: [
14
14
  /* @__PURE__ */ o("div", { css: n({
15
15
  iconPosition: "left"
16
16
  }), children: [
17
17
  /* @__PURE__ */ a(f, { name: "search", color: e ? t.color.text.inverted.primary : t.color.text.default.secondary, size: 20 }),
18
18
  " "
19
19
  ] }),
20
- /* @__PURE__ */ a("input", { readOnly: !1, css: p(r, e), placeholder: r, defaultValue: s, id: "top-nav-search", "data-testid": "top-nav-search", disabled: !1, onChange: i, onKeyPress: c })
20
+ /* @__PURE__ */ a("input", { readOnly: !1, css: d(r, e), placeholder: r, defaultValue: s, id: "top-nav-search", "data-testid": "top-nav-search", disabled: !1, onChange: i, onKeyPress: c })
21
21
  ] });
22
22
  export {
23
23
  x as default
@@ -1,5 +1,5 @@
1
1
  import { css as c } from "@emotion/react";
2
- import { rem as n, vars as t } from "@orfium/tokens";
2
+ import { vars as t, rem as n } from "@orfium/tokens";
3
3
  import { lighten as i, darken as a } from "polished";
4
4
  import { inputStyle as s } from "../../../TextInputBase/TextInputBase.style.js";
5
5
  import { flex as u, flexCenterVertical as p } from "../../../../theme/functions.js";