@orfium/ictinus 5.45.1 → 5.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (324) 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/cover/Cover.css.d.ts +19 -0
  83. package/dist/src/cover/Cover.d.ts +426 -0
  84. package/dist/src/cover/index.d.ts +1 -0
  85. package/dist/src/data-table/DataTable.d.ts +8 -0
  86. package/dist/src/data-table/DataTableBody.d.ts +2 -2
  87. package/dist/src/icons/{Icon.d.ts → IconPrimitive.d.ts} +2 -2
  88. package/dist/src/icons/index.d.ts +1 -0
  89. package/dist/src/tag-group/TagGroup.css.d.ts +33 -0
  90. package/dist/src/tag-group/TagGroup.d.ts +850 -0
  91. package/dist/src/tag-group/TagGroup.test.d.ts +1 -0
  92. package/dist/src/tag-group/index.d.ts +1 -0
  93. package/dist/src/vanilla/Popover/Popover.css.d.ts +5 -0
  94. package/dist/src/vanilla/Popover/Popover.d.ts +6 -6
  95. package/dist/src/vanilla/Table/TableCell.css.d.ts +1 -0
  96. package/dist/src/vanilla/Table/TableCell.d.ts +1 -1
  97. package/dist/src/vanilla/index.d.ts +4 -0
  98. package/dist/theme/index.js +6 -6
  99. package/dist/vanilla/Dropdown/Dropdown-css.js +3 -3
  100. package/dist/vanilla/Menu/Menu-css.js +5 -5
  101. package/dist/vanilla/Popover/Popover-css.js +6 -5
  102. package/dist/vanilla/Popover/Popover.js +9 -14
  103. package/dist/vanilla/Table/Table-css.js +5 -5
  104. package/dist/vanilla/Table/TableBody-css.js +3 -3
  105. package/dist/vanilla/Table/TableCell-css.js +5 -5
  106. package/dist/vanilla/Table/TableFooter-css.js +3 -3
  107. package/dist/vanilla/Table/TableHeader-css.js +3 -3
  108. package/dist/vanilla/Table/TableHeaderCell-css.js +7 -7
  109. package/dist/vanilla/Table/TableRow-css.js +4 -4
  110. package/dist/vanilla/Text/Text-css.js +3 -3
  111. package/dist/vanilla/Tooltip/Tooltip-css.js +7 -7
  112. package/dist/vanilla/Tooltip/Tooltip.js +1 -1
  113. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-Blx4pWwn.css +22 -0
  114. package/dist/vanilla/assets/src/avatar/{Avatar.css.ts.vanilla-CZZZLE6B.css → Avatar.css.ts.vanilla-CU7FGH6V.css} +20 -20
  115. package/dist/vanilla/assets/src/avatar/AvatarGroup.css.ts.vanilla-D6kTnJJc.css +4 -0
  116. package/dist/vanilla/assets/src/button/{Button.css.ts.vanilla-DWGwo7ec.css → Button.css.ts.vanilla-oeHduGpK.css} +5 -5
  117. package/dist/vanilla/assets/src/cover/Cover.css.ts.vanilla-C7DEoyT4.css +35 -0
  118. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-CV2meKzA.css +73 -0
  119. package/dist/vanilla/assets/src/data-table/{DataTableHeaderCell.css.ts.vanilla-oEbGsneI.css → DataTableHeaderCell.css.ts.vanilla-B6ro3v2t.css} +9 -9
  120. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-IMjbF_n6.css +1 -0
  121. package/dist/vanilla/assets/src/nav/{Nav.css.ts.vanilla-DvISuT4D.css → Nav.css.ts.vanilla-z6mYlE6m.css} +12 -12
  122. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-DjAtJh-R.css +6 -0
  123. package/dist/vanilla/assets/src/sprinkles/{properties.css.ts.vanilla-DyLlJF0l.css → properties.css.ts.vanilla-CgAnwoJl.css} +3361 -3361
  124. package/dist/vanilla/assets/src/tag-group/TagGroup.css.ts.vanilla-CRfENPd1.css +40 -0
  125. package/dist/vanilla/assets/src/vanilla/Menu/{Menu.css.ts.vanilla-BbxUO_2R.css → Menu.css.ts.vanilla-_CX_KJYW.css} +6 -6
  126. package/dist/vanilla/assets/src/vanilla/Popover/Popover.css.ts.vanilla-ChNqyd-w.css +24 -0
  127. package/dist/vanilla/assets/src/vanilla/Table/{Table.css.ts.vanilla-DHPpvjXF.css → Table.css.ts.vanilla-Cx9oEFSr.css} +7 -7
  128. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-D6wJiebX.css +6 -0
  129. package/dist/vanilla/assets/src/vanilla/Table/{TableCell.css.ts.vanilla-x-g765jR.css → TableCell.css.ts.vanilla-yoCXB3yl.css} +10 -10
  130. package/dist/vanilla/assets/src/vanilla/Table/{TableFooter.css.ts.vanilla-JeIag8ft.css → TableFooter.css.ts.vanilla-6lhlGhY6.css} +4 -4
  131. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-BFUvzHUo.css +8 -0
  132. package/dist/vanilla/assets/src/vanilla/Table/{TableHeaderCell.css.ts.vanilla-CXhM02nT.css → TableHeaderCell.css.ts.vanilla-BEjMlivm.css} +9 -9
  133. package/dist/vanilla/assets/src/vanilla/Table/{TableRow.css.ts.vanilla-DsvTxUhf.css → TableRow.css.ts.vanilla-Ce2GojWZ.css} +5 -5
  134. package/dist/vanilla/assets/src/vanilla/Text/{Text.css.ts.vanilla-DJwkC8fa.css → Text.css.ts.vanilla-Dc-awaCi.css} +13 -13
  135. package/dist/vanilla/assets/src/vanilla/Tooltip/{Tooltip.css.ts.vanilla-D1vIOhs9.css → Tooltip.css.ts.vanilla-C_aGKL12.css} +13 -13
  136. package/dist/vanilla/index.d.ts +2476 -281
  137. package/dist/vanilla/index.js +6 -0
  138. package/dist/vanilla/package.json.js +1 -1
  139. package/dist/vanilla/src/actions/ActionsContent-css.js +5 -5
  140. package/dist/vanilla/src/actions/ActionsRoot-css.js +3 -3
  141. package/dist/vanilla/src/avatar/Avatar-css.js +7 -7
  142. package/dist/vanilla/src/avatar/AvatarGroup-css.js +5 -5
  143. package/dist/vanilla/src/badge/Badge-css.js +12 -0
  144. package/dist/vanilla/src/badge/Badge.js +48 -0
  145. package/dist/vanilla/src/button/Button-css.js +6 -6
  146. package/dist/vanilla/src/button/Button.js +1 -1
  147. package/dist/vanilla/src/components/Controls/CheckBox/CheckBox.js +1 -1
  148. package/dist/vanilla/src/components/Controls/Radio/Radio.js +0 -2
  149. package/dist/vanilla/src/components/Controls/Radio/components/RadioGroup/RadioGroup.js +0 -2
  150. package/dist/vanilla/src/components/Controls/Switch/Switch.js +2 -2
  151. package/dist/vanilla/src/components/Icon/Icon.js +1 -1
  152. package/dist/vanilla/src/cover/Cover-css.js +7 -0
  153. package/dist/vanilla/src/cover/Cover.js +13 -0
  154. package/dist/vanilla/src/data-table/DataTableBody-css.js +11 -11
  155. package/dist/vanilla/src/data-table/DataTableBody.js +3 -0
  156. package/dist/vanilla/src/data-table/DataTableEditColumns.js +1 -0
  157. package/dist/vanilla/src/data-table/DataTableHeaderCell-css.js +9 -9
  158. package/dist/vanilla/src/data-table/DataTableHeaderCell.js +1 -0
  159. package/dist/vanilla/src/data-table/DataTableRow.js +11 -23
  160. package/dist/vanilla/src/icon/Icon.js +1 -0
  161. package/dist/vanilla/src/icons/AccountIcon.js +2 -2
  162. package/dist/vanilla/src/icons/AlbumIcon.js +2 -2
  163. package/dist/vanilla/src/icons/AnalyticsIcon.js +2 -2
  164. package/dist/vanilla/src/icons/AppsIcon.js +2 -2
  165. package/dist/vanilla/src/icons/ArrowDownIcon.js +2 -2
  166. package/dist/vanilla/src/icons/ArrowLeftIcon.js +2 -2
  167. package/dist/vanilla/src/icons/ArrowRightIcon.js +2 -2
  168. package/dist/vanilla/src/icons/ArrowUpIcon.js +2 -2
  169. package/dist/vanilla/src/icons/ArtistIcon.js +2 -2
  170. package/dist/vanilla/src/icons/AssetIcon.js +2 -2
  171. package/dist/vanilla/src/icons/AudioIcon.js +2 -2
  172. package/dist/vanilla/src/icons/AudioOffIcon.js +2 -2
  173. package/dist/vanilla/src/icons/BookmarkIcon.js +2 -2
  174. package/dist/vanilla/src/icons/BookmarkOffIcon.js +2 -2
  175. package/dist/vanilla/src/icons/BroadcastIcon.js +2 -2
  176. package/dist/vanilla/src/icons/CalendarIcon.js +2 -2
  177. package/dist/vanilla/src/icons/CatalogIcon.js +2 -2
  178. package/dist/vanilla/src/icons/ChannelIcon.js +2 -2
  179. package/dist/vanilla/src/icons/ChatIcon.js +2 -2
  180. package/dist/vanilla/src/icons/CheckIcon.js +2 -2
  181. package/dist/vanilla/src/icons/ChevronDownIcon.js +2 -2
  182. package/dist/vanilla/src/icons/ChevronLeftIcon.js +2 -2
  183. package/dist/vanilla/src/icons/ChevronRightIcon.js +2 -2
  184. package/dist/vanilla/src/icons/ChevronUpIcon.js +2 -2
  185. package/dist/vanilla/src/icons/CinemaIcon.js +2 -2
  186. package/dist/vanilla/src/icons/ClaimIcon.js +2 -2
  187. package/dist/vanilla/src/icons/CloseIcon.js +2 -2
  188. package/dist/vanilla/src/icons/ColumnChooserIcon.js +2 -2
  189. package/dist/vanilla/src/icons/CompositionIcon.js +2 -2
  190. package/dist/vanilla/src/icons/ConcertIcon.js +2 -2
  191. package/dist/vanilla/src/icons/ConflictIcon.js +2 -2
  192. package/dist/vanilla/src/icons/ConvertIcon.js +2 -2
  193. package/dist/vanilla/src/icons/CopyIcon.js +2 -2
  194. package/dist/vanilla/src/icons/CueSheetIcon.js +2 -2
  195. package/dist/vanilla/src/icons/DashboardIcon.js +2 -2
  196. package/dist/vanilla/src/icons/DatasetIcon.js +2 -2
  197. package/dist/vanilla/src/icons/DeleteIcon.js +2 -2
  198. package/dist/vanilla/src/icons/DeliveryIcon.js +2 -2
  199. package/dist/vanilla/src/icons/DetailsIcon.js +2 -2
  200. package/dist/vanilla/src/icons/DigitalIcon.js +2 -2
  201. package/dist/vanilla/src/icons/DistributionIcon.js +2 -2
  202. package/dist/vanilla/src/icons/DownloadIcon.js +2 -2
  203. package/dist/vanilla/src/icons/EarningsIcon.js +2 -2
  204. package/dist/vanilla/src/icons/EditIcon.js +2 -2
  205. package/dist/vanilla/src/icons/EntitiesIcon.js +2 -2
  206. package/dist/vanilla/src/icons/ErrorIcon.js +2 -2
  207. package/dist/vanilla/src/icons/ExternalLinkIcon.js +2 -2
  208. package/dist/vanilla/src/icons/EyeIcon.js +2 -2
  209. package/dist/vanilla/src/icons/EyeOffIcon.js +2 -2
  210. package/dist/vanilla/src/icons/FavoriteIcon.js +2 -2
  211. package/dist/vanilla/src/icons/FavoriteOffIcon.js +2 -2
  212. package/dist/vanilla/src/icons/FileIcon.js +2 -2
  213. package/dist/vanilla/src/icons/FilterIcon.js +2 -2
  214. package/dist/vanilla/src/icons/FlagIcon.js +2 -2
  215. package/dist/vanilla/src/icons/FlagOffIcon.js +2 -2
  216. package/dist/vanilla/src/icons/ForwardIcon.js +2 -2
  217. package/dist/vanilla/src/icons/FreezeIcon.js +2 -2
  218. package/dist/vanilla/src/icons/HelpIcon.js +2 -2
  219. package/dist/vanilla/src/icons/{Icon.js → IconPrimitive.js} +3 -3
  220. package/dist/vanilla/src/icons/ImageIcon.js +2 -2
  221. package/dist/vanilla/src/icons/ImageOffIcon.js +2 -2
  222. package/dist/vanilla/src/icons/IncomeIcon.js +2 -2
  223. package/dist/vanilla/src/icons/InformationalIcon.js +2 -2
  224. package/dist/vanilla/src/icons/InsightIcon.js +2 -2
  225. package/dist/vanilla/src/icons/InvoiceIcon.js +2 -2
  226. package/dist/vanilla/src/icons/IssueIcon.js +2 -2
  227. package/dist/vanilla/src/icons/KeywordIcon.js +2 -2
  228. package/dist/vanilla/src/icons/LanguageIcon.js +2 -2
  229. package/dist/vanilla/src/icons/LegalIcon.js +2 -2
  230. package/dist/vanilla/src/icons/LicenseIcon.js +2 -2
  231. package/dist/vanilla/src/icons/LinkIcon.js +2 -2
  232. package/dist/vanilla/src/icons/LocationIcon.js +2 -2
  233. package/dist/vanilla/src/icons/LockIcon.js +2 -2
  234. package/dist/vanilla/src/icons/LoginIcon.js +2 -2
  235. package/dist/vanilla/src/icons/LogoutIcon.js +2 -2
  236. package/dist/vanilla/src/icons/MailIcon.js +2 -2
  237. package/dist/vanilla/src/icons/ManualIcon.js +2 -2
  238. package/dist/vanilla/src/icons/MediaFileIcon.js +2 -2
  239. package/dist/vanilla/src/icons/MenuIcon.js +2 -2
  240. package/dist/vanilla/src/icons/MinusIcon.js +2 -2
  241. package/dist/vanilla/src/icons/MoreOptionsIcon.js +2 -2
  242. package/dist/vanilla/src/icons/NextIcon.js +2 -2
  243. package/dist/vanilla/src/icons/NotificationIcon.js +2 -2
  244. package/dist/vanilla/src/icons/OrganizationIcon.js +2 -2
  245. package/dist/vanilla/src/icons/PageFirstIcon.js +2 -2
  246. package/dist/vanilla/src/icons/PageLastIcon.js +2 -2
  247. package/dist/vanilla/src/icons/PairIcon.js +2 -2
  248. package/dist/vanilla/src/icons/PauseIcon.js +2 -2
  249. package/dist/vanilla/src/icons/PendingIcon.js +2 -2
  250. package/dist/vanilla/src/icons/PlayIcon.js +2 -2
  251. package/dist/vanilla/src/icons/PlaycountIcon.js +2 -2
  252. package/dist/vanilla/src/icons/PlusIcon.js +2 -2
  253. package/dist/vanilla/src/icons/PolicyIcon.js +2 -2
  254. package/dist/vanilla/src/icons/PreviousIcon.js +2 -2
  255. package/dist/vanilla/src/icons/PublicPerformanceIcon.js +2 -2
  256. package/dist/vanilla/src/icons/PublisherIcon.js +2 -2
  257. package/dist/vanilla/src/icons/RadioIcon.js +2 -2
  258. package/dist/vanilla/src/icons/RecordLabelIcon.js +2 -2
  259. package/dist/vanilla/src/icons/RecordingIcon.js +2 -2
  260. package/dist/vanilla/src/icons/RedoIcon.js +2 -2
  261. package/dist/vanilla/src/icons/RefreshIcon.js +2 -2
  262. package/dist/vanilla/src/icons/ReportIcon.js +2 -2
  263. package/dist/vanilla/src/icons/RestoreIcon.js +2 -2
  264. package/dist/vanilla/src/icons/ResumeIcon.js +2 -2
  265. package/dist/vanilla/src/icons/ReviewIcon.js +2 -2
  266. package/dist/vanilla/src/icons/RewindIcon.js +2 -2
  267. package/dist/vanilla/src/icons/RoleIcon.js +2 -2
  268. package/dist/vanilla/src/icons/SearchFilledIcon.js +2 -2
  269. package/dist/vanilla/src/icons/SearchIcon.js +2 -2
  270. package/dist/vanilla/src/icons/SettingsIcon.js +2 -2
  271. package/dist/vanilla/src/icons/ShareIcon.js +2 -2
  272. package/dist/vanilla/src/icons/SortAscendingIcon.js +2 -2
  273. package/dist/vanilla/src/icons/SortDescendingIcon.js +2 -2
  274. package/dist/vanilla/src/icons/SortIcon.js +2 -2
  275. package/dist/vanilla/src/icons/StatusIndicatorIcon.js +2 -2
  276. package/dist/vanilla/src/icons/StopIcon.js +2 -2
  277. package/dist/vanilla/src/icons/SuccessIcon.js +2 -2
  278. package/dist/vanilla/src/icons/TagIcon.js +2 -2
  279. package/dist/vanilla/src/icons/TelevisionIcon.js +2 -2
  280. package/dist/vanilla/src/icons/ThumbsDownIcon.js +2 -2
  281. package/dist/vanilla/src/icons/ThumbsUpIcon.js +2 -2
  282. package/dist/vanilla/src/icons/TrendingDownIcon.js +2 -2
  283. package/dist/vanilla/src/icons/TrendingUpIcon.js +2 -2
  284. package/dist/vanilla/src/icons/TriangleDownIcon.js +2 -2
  285. package/dist/vanilla/src/icons/TriangleLeftIcon.js +2 -2
  286. package/dist/vanilla/src/icons/TriangleRightIcon.js +2 -2
  287. package/dist/vanilla/src/icons/TriangleUpIcon.js +2 -2
  288. package/dist/vanilla/src/icons/UndoIcon.js +2 -2
  289. package/dist/vanilla/src/icons/UnfreezeIcon.js +2 -2
  290. package/dist/vanilla/src/icons/UnlinkIcon.js +2 -2
  291. package/dist/vanilla/src/icons/UnlockIcon.js +2 -2
  292. package/dist/vanilla/src/icons/UnpairIcon.js +2 -2
  293. package/dist/vanilla/src/icons/UnverifiedIcon.js +2 -2
  294. package/dist/vanilla/src/icons/UpdateIcon.js +2 -2
  295. package/dist/vanilla/src/icons/UploadIcon.js +2 -2
  296. package/dist/vanilla/src/icons/UsageIcon.js +2 -2
  297. package/dist/vanilla/src/icons/UserIcon.js +2 -2
  298. package/dist/vanilla/src/icons/UsersIcon.js +2 -2
  299. package/dist/vanilla/src/icons/VerifiedIcon.js +2 -2
  300. package/dist/vanilla/src/icons/VideoIcon.js +2 -2
  301. package/dist/vanilla/src/icons/VideoOffIcon.js +2 -2
  302. package/dist/vanilla/src/icons/WarningIcon.js +2 -2
  303. package/dist/vanilla/src/icons/WorkIcon.js +2 -2
  304. package/dist/vanilla/src/icons/WriterIcon.js +2 -2
  305. package/dist/vanilla/src/icons/YouTubeIcon.js +2 -2
  306. package/dist/vanilla/src/layers/layers-css.js +2 -2
  307. package/dist/vanilla/src/nav/Nav-css.js +12 -12
  308. package/dist/vanilla/src/nav/Nav.js +2 -1
  309. package/dist/vanilla/src/skeleton/Skeleton-css.js +4 -4
  310. package/dist/vanilla/src/sprinkles/properties-css.js +5 -5
  311. package/dist/vanilla/src/tag-group/TagGroup-css.js +13 -0
  312. package/dist/vanilla/src/tag-group/TagGroup.js +211 -0
  313. package/package.json +12 -39
  314. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/index.d.ts +0 -0
  315. package/dist/src/components/ThemeProvider/Test.d.ts +0 -3
  316. package/dist/src/utils/storyshots.d.ts +0 -18
  317. package/dist/vanilla/assets/src/actions/ActionsContent.css.ts.vanilla-CUCKXWVY.css +0 -22
  318. package/dist/vanilla/assets/src/avatar/AvatarGroup.css.ts.vanilla-BsWotv-l.css +0 -4
  319. package/dist/vanilla/assets/src/data-table/DataTableBody.css.ts.vanilla-hZeHXPeK.css +0 -70
  320. package/dist/vanilla/assets/src/layers/layers.css.ts.vanilla-CuOp6byd.css +0 -1
  321. package/dist/vanilla/assets/src/skeleton/Skeleton.css.ts.vanilla-CTwtVX07.css +0 -6
  322. package/dist/vanilla/assets/src/vanilla/Popover/Popover.css.ts.vanilla-DBnr4NHP.css +0 -10
  323. package/dist/vanilla/assets/src/vanilla/Table/TableBody.css.ts.vanilla-CVJsulIB.css +0 -6
  324. package/dist/vanilla/assets/src/vanilla/Table/TableHeader.css.ts.vanilla-BTAe_sKO.css +0 -8
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const TriangleRightIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const TriangleRightIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const TriangleUpIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const TriangleUpIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UndoIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const UndoIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M6.68473 15.5C6.47092 15.5 6.28526 15.4206 6.12777 15.2617C5.97028 15.1028 5.89153 14.9155 5.89153 14.6998C5.89153 14.4841 5.97028 14.2968 6.12777 14.138C6.28526 13.9791 6.47092 13.8997 6.68473 13.8997H12.3202C12.9387 13.8997 13.4423 13.6408 13.8308 13.1232C14.2193 12.6055 14.4136 12.0063 14.4136 11.3255C14.4136 10.6448 14.2193 10.0469 13.8308 9.53183C13.4423 9.01679 12.9387 8.75927 12.3202 8.75927H6.64871L7.91445 10.0566C8.08655 10.2302 8.1726 10.4154 8.1726 10.6122C8.1726 10.8089 8.07977 10.9941 7.89411 11.1677C7.72202 11.3413 7.54392 11.4268 7.35983 11.4242C7.17575 11.4215 7.00026 11.336 6.83337 11.1677L4.28945 8.60146C4.19975 8.51097 4.12909 8.41286 4.07745 8.30711C4.02582 8.20138 4 8.08538 4 7.95912C4 7.83286 4.02582 7.71343 4.07745 7.60085C4.12909 7.48827 4.19975 7.38674 4.28945 7.29625L6.79269 4.77105C6.9648 4.59745 7.15177 4.50723 7.35358 4.50039C7.5554 4.49355 7.74236 4.57693 7.91445 4.75054C8.10011 4.92414 8.19163 5.11064 8.18903 5.31002C8.18643 5.5094 8.10168 5.69326 7.93479 5.86161L6.64871 7.15896H12.3202C13.3612 7.15896 14.2347 7.57667 14.9408 8.41208C15.6469 9.24751 16 10.2187 16 11.3255C16 12.4324 15.6469 13.4049 14.9408 14.2429C14.2347 15.081 13.3612 15.5 12.3202 15.5H6.68473Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UnfreezeIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
5
+ const UnfreezeIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UnlinkIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const UnlinkIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M12.4786 14L15.8173 17.718C15.9864 17.906 16.1752 18 16.3836 18C16.5921 18 16.7809 17.906 16.9499 17.718C17.119 17.53 17.2023 17.3222 17.2 17.0946C17.1976 16.867 17.1142 16.6619 16.9499 16.4792L14.6709 13.9449C15.4901 13.8125 16.2072 13.4415 16.822 12.8317C17.6073 12.0529 18 11.1088 18 9.99958C18 8.89033 17.6073 7.94642 16.822 7.16785C16.0367 6.38928 15.0845 6 13.9656 6H11.6075C11.3775 6 11.1806 6.08105 11.017 6.24314C10.8534 6.40523 10.7716 6.60035 10.7716 6.8285C10.7716 7.05663 10.8534 7.25184 11.017 7.41411C11.1806 7.57637 11.3775 7.6575 11.6075 7.6575H13.9656C14.6186 7.6575 15.1756 7.88606 15.6367 8.3432C16.0977 8.80033 16.3283 9.3526 16.3283 10C16.3283 10.6474 16.0977 11.1997 15.6367 11.6568C15.1756 12.1139 14.6186 12.3425 13.9656 12.3425H13.2298L11.8512 10.8095H12.391C12.6211 10.8095 12.8179 10.7284 12.9815 10.5663C13.1451 10.4042 13.2269 10.2091 13.2269 9.98098C13.2269 9.75284 13.1451 9.55764 12.9815 9.39537C12.8179 9.23311 12.6211 9.15198 12.391 9.15198H10.3606L8.87831 7.50374C8.9146 7.47734 8.94949 7.44755 8.98299 7.41436C9.1466 7.25227 9.22841 7.05715 9.22841 6.82902C9.22841 6.60087 9.1466 6.40567 8.98299 6.24341C8.81938 6.08114 8.62257 6 8.39254 6H7.52601L4.17349 2.27207C4.01678 2.09782 3.83419 2.00726 3.62572 2.00039C3.41724 1.99353 3.22847 2.07722 3.05942 2.25148C2.89036 2.42575 2.80393 2.63011 2.80013 2.86456C2.79634 3.09902 2.87659 3.3076 3.0409 3.4903L5.34218 6.05299C4.51749 6.18354 3.79611 6.5553 3.17802 7.16827C2.39267 7.94712 2 8.89117 2 10.0004C2 11.1097 2.39267 12.0536 3.17802 12.8322C3.96337 13.6107 4.91549 14 6.03439 14H8.39254C8.62257 14 8.81938 13.919 8.98299 13.7569C9.1466 13.5948 9.22841 13.3997 9.22841 13.1715C9.22841 12.9434 9.1466 12.7482 8.98299 12.5859C8.81938 12.4236 8.62257 12.3425 8.39254 12.3425H6.03439C5.38143 12.3425 4.82441 12.1139 4.36335 11.6568C3.90229 11.1997 3.67176 10.6474 3.67176 10C3.67176 9.3526 3.90229 8.80033 4.36335 8.3432C4.82441 7.88606 5.38143 7.6575 6.03439 7.6575H6.78302L8.12506 9.15198H7.60898C7.37894 9.15198 7.18213 9.23302 7.01853 9.39512C6.85491 9.55721 6.77311 9.75233 6.77311 9.98048C6.77311 10.2086 6.85491 10.4038 7.01853 10.5661C7.18213 10.7283 7.37894 10.8095 7.60898 10.8095H9.61349L11.1257 12.4934C11.088 12.5205 11.0517 12.5512 11.017 12.5856C10.8534 12.7477 10.7716 12.9428 10.7716 13.171C10.7716 13.3991 10.8534 13.5943 11.017 13.7566C11.1806 13.9189 11.3775 14 11.6075 14H12.4786Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UnlockIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const UnlockIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M5.43638 18C4.89756 18 4.44013 17.8244 4.06408 17.4733C3.68803 17.1222 3.5 16.6951 3.5 16.192V9.14129C3.5 8.6382 3.68803 8.21111 4.06408 7.86C4.44013 7.50888 4.89756 7.33332 5.43638 7.33332H12.403V5.86205C12.403 5.23676 12.1694 4.70036 11.7022 4.25285C11.2349 3.80534 10.6675 3.58158 10 3.58158C9.45188 3.58158 8.97067 3.73366 8.55634 4.03782C8.14201 4.34198 7.86464 4.72749 7.72422 5.19433C7.63938 5.39711 7.52146 5.55909 7.37045 5.68027C7.21944 5.80146 7.05252 5.86205 6.86971 5.86205C6.59901 5.86205 6.37552 5.76986 6.19926 5.58549C6.023 5.40111 5.96669 5.19623 6.03032 4.97083C6.24243 4.12296 6.71541 3.41585 7.44925 2.84951C8.18309 2.28317 9.03333 2 10 2C11.1364 2 12.1033 2.37587 12.9008 3.1276C13.6982 3.87933 14.097 4.79082 14.097 5.86205V7.33332H14.5636C15.1024 7.33332 15.5599 7.50888 15.9359 7.86C16.312 8.21111 16.5 8.6382 16.5 9.14129V16.192C16.5 16.6951 16.312 17.1222 15.9359 17.4733C15.5599 17.8244 15.1024 18 14.5636 18H5.43638ZM10.0031 14.2483C10.4627 14.2483 10.8528 14.0976 11.1735 13.7962C11.4942 13.4948 11.6545 13.1296 11.6545 12.7005C11.6545 12.2715 11.4931 11.9072 11.1703 11.6078C10.8475 11.3083 10.4564 11.1586 9.99687 11.1586C9.53734 11.1586 9.14722 11.3093 8.82653 11.6107C8.50582 11.9121 8.34547 12.2773 8.34547 12.7064C8.34547 13.1354 8.50687 13.4997 8.82966 13.7991C9.15246 14.0985 9.54361 14.2483 10.0031 14.2483Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UnpairIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const UnpairIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M16.3404 17.7594L9.71897 11.237H3.75899V15.817C3.75899 15.8773 3.78453 15.9326 3.83559 15.9828C3.88668 16.0331 3.94286 16.0582 4.00416 16.0582H13.2734C13.3347 16.0582 13.3909 16.0331 13.442 15.9828C13.493 15.9326 13.5186 15.8773 13.5186 15.817V12.8486L15.0721 14.3724V15.8249C15.0721 16.3282 14.9005 16.7477 14.5574 17.0834C14.2143 17.4191 13.7863 17.5869 13.2734 17.5869H4.00416C3.49131 17.5869 3.06331 17.4181 2.72017 17.0804C2.37702 16.7428 2.20544 16.3216 2.20544 15.817V9.55393C2.20544 9.0347 2.37602 8.60397 2.71719 8.26175C3.05833 7.91954 3.48732 7.76149 4.00416 7.78762H5.01382V6.62674L2.2315 3.86936C2.07318 3.71706 1.99606 3.54356 2.00015 3.34886C2.00423 3.15414 2.08658 2.97638 2.24721 2.81558C2.40784 2.65476 2.58633 2.57436 2.78269 2.57436C2.97904 2.57436 3.16116 2.65697 3.32905 2.82218L17.4234 16.6909C17.5862 16.8487 17.6688 17.0271 17.6714 17.2261C17.6739 17.4252 17.5949 17.6027 17.4343 17.7588C17.2781 17.9196 17.0974 18 16.8922 18C16.687 18 16.5031 17.9198 16.3404 17.7594ZM15.1671 12.4867L13.8756 11.2159V11.0802H13.7377L10.3915 7.78762H13.5722C14.0012 7.78762 14.3584 7.92808 14.6439 8.209C14.9294 8.48991 15.0721 8.83819 15.0721 9.25384V10.2706H16.2013C16.2626 10.2706 16.3188 10.2455 16.3699 10.1952C16.4209 10.145 16.4465 10.0897 16.4465 10.0294V5.44933H8.01523L5.3892 2.86534C5.56487 2.58493 5.78691 2.37061 6.0553 2.22237C6.32371 2.07412 6.61595 2 6.93203 2H16.2013C16.7141 2 17.1421 2.16882 17.4853 2.50647C17.8284 2.84411 18 3.26526 18 3.7699V10.0294C18 10.534 17.8284 10.9552 17.4853 11.2928C17.1421 11.6305 16.7141 11.7993 16.2013 11.7993H15.1671V12.4867Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UnverifiedIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
5
+ const UnverifiedIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UpdateIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
5
+ const UpdateIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UploadIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const UploadIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M13.6299 12.3686C13.4553 12.552 13.2424 12.6404 12.9914 12.6337C12.7404 12.627 12.5223 12.5319 12.3373 12.3485L10.8513 10.875V16.6358C10.8513 16.8739 10.7661 17.0774 10.5956 17.2465C10.4252 17.4155 10.2199 17.5 9.97974 17.5C9.73962 17.5 9.53432 17.4155 9.36385 17.2465C9.19336 17.0774 9.10812 16.8739 9.10812 16.6358V10.875L7.57382 12.3964C7.39918 12.5695 7.19649 12.6528 6.96573 12.6461C6.73496 12.6394 6.52965 12.5469 6.34982 12.3686C6.16999 12.1851 6.08008 11.9756 6.08008 11.7401C6.08008 11.5046 6.17259 11.2951 6.35762 11.1116L9.30458 8.18954C9.4075 8.0875 9.51794 8.01432 9.63591 7.97C9.7539 7.92568 9.87527 7.90353 10 7.90353C10.1247 7.90353 10.2461 7.92568 10.3641 7.97C10.4821 8.01432 10.5925 8.0875 10.6954 8.18954L13.6502 11.1193C13.8248 11.2925 13.9114 11.4981 13.9098 11.7362C13.9082 11.9743 13.8149 12.1851 13.6299 12.3686ZM17.5 9.12802C17.5 9.36612 17.4148 9.56969 17.2443 9.73873C17.0738 9.90776 16.8685 9.99228 16.6284 9.99228C16.3883 9.99228 16.183 9.90776 16.0125 9.73873C15.842 9.56969 15.7568 9.36612 15.7568 9.12802V4.47588C15.7568 4.41403 15.7308 4.35733 15.6788 4.3058C15.6268 4.25425 15.5697 4.22848 15.5073 4.22848H4.49273C4.43035 4.22848 4.37317 4.25425 4.32118 4.3058C4.26921 4.35733 4.24323 4.41403 4.24323 4.47588V9.12802C4.24323 9.36612 4.15799 9.56969 3.98752 9.73873C3.81704 9.90776 3.61174 9.99228 3.37162 9.99228C3.1315 9.99228 2.9262 9.90776 2.75573 9.73873C2.58524 9.56969 2.5 9.36612 2.5 9.12802V4.47588C2.5 3.92239 2.69257 3.4547 3.0777 3.07282C3.46284 2.69094 3.93452 2.5 4.49273 2.5H15.5073C16.0655 2.5 16.5372 2.69094 16.9223 3.07282C17.3074 3.4547 17.5 3.92239 17.5 4.47588V9.12802Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UsageIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const UsageIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UserIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const UserIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M10 9.46505C9.04193 9.46505 8.22968 9.15161 7.56328 8.52474C6.89686 7.89785 6.56365 7.13378 6.56365 6.23254C6.56365 5.33128 6.89686 4.56721 7.56328 3.94033C8.22968 3.31344 9.04193 3 10 3C10.9581 3 11.7703 3.31344 12.4367 3.94033C13.1031 4.56721 13.4363 5.33128 13.4363 6.23254C13.4363 7.13378 13.1031 7.89785 12.4367 8.52474C11.7703 9.15161 10.9581 9.46505 10 9.46505ZM4.02145 17C3.73203 17 3.48944 16.9079 3.29366 16.7238C3.09789 16.5396 3 16.3114 3 16.0391V14.6071C3 14.1231 3.12833 13.6856 3.38498 13.2946C3.64163 12.9036 3.98432 12.6033 4.41305 12.3937C5.30832 11.967 6.22441 11.647 7.16133 11.4336C8.09826 11.2203 9.04383 11.1136 9.99804 11.1136C10.9523 11.1136 11.8985 11.2203 12.8367 11.4336C13.775 11.647 14.6917 11.967 15.5869 12.3937C16.0157 12.6033 16.3584 12.9036 16.615 13.2946C16.8717 13.6856 17 14.1231 17 14.6071V16.0474C17 16.3128 16.9021 16.5379 16.7063 16.7227C16.5106 16.9076 16.268 17 15.9786 17H4.02145Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const UsersIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
5
+ const UsersIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const VerifiedIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const VerifiedIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M7.02256 17.5262L6.01609 15.7266L4.07593 15.2632C3.85195 15.2049 3.67604 15.0808 3.5482 14.8909C3.42035 14.701 3.36622 14.4895 3.38582 14.2563L3.572 12.1799L2.24076 10.6193C2.08025 10.4444 2 10.238 2 9.99999C2 9.76199 2.08025 9.55556 2.24076 9.3807L3.572 7.82009L3.38582 5.74365C3.36622 5.5105 3.42035 5.29897 3.5482 5.10906C3.67604 4.91913 3.85195 4.79503 4.07593 4.73675L6.01609 4.27338L7.02256 2.47379C7.13455 2.27367 7.29646 2.13379 7.50831 2.05412C7.72015 1.97448 7.93432 1.98273 8.15082 2.0789L9.99999 2.90656L11.8492 2.0789C12.0657 1.98273 12.2798 1.97448 12.4917 2.05412C12.7035 2.13379 12.8654 2.27367 12.9774 2.47379L13.9839 4.27338L15.924 4.73675C16.148 4.79503 16.3239 4.91913 16.4518 5.10906C16.5796 5.29897 16.6338 5.5105 16.6142 5.74365L16.428 7.82009L17.7592 9.3807C17.9197 9.55556 18 9.76199 18 9.99999C18 10.238 17.9197 10.4444 17.7592 10.6193L16.428 12.1799L16.6142 14.2563C16.6338 14.4895 16.5796 14.701 16.4518 14.8909C16.3239 15.0808 16.148 15.2049 15.924 15.2632L13.9839 15.7266L12.9774 17.5262C12.8654 17.7263 12.7035 17.8662 12.4917 17.9458C12.2798 18.0255 12.0657 18.0173 11.8492 17.9211L9.99999 17.0934L8.15082 17.9211C7.93432 18.0173 7.72015 18.0255 7.50831 17.9458C7.29646 17.8662 7.13455 17.7263 7.02256 17.5262ZM9.23568 10.5042L8.19979 9.41858C8.03835 9.25053 7.85288 9.16845 7.64338 9.17233C7.43387 9.17621 7.2484 9.26219 7.08696 9.43025C6.92084 9.60317 6.83778 9.79623 6.83778 10.0095C6.83778 10.2227 6.92084 10.4157 7.08696 10.5887L8.61137 12.1566C8.79148 12.344 8.99959 12.4378 9.23568 12.4378C9.47178 12.4378 9.67989 12.344 9.86 12.1566L12.9494 8.94061C13.1062 8.77743 13.1869 8.58557 13.1916 8.36505C13.1963 8.14454 13.1155 7.95026 12.9494 7.78221C12.788 7.61414 12.6037 7.53132 12.3965 7.53375C12.1893 7.53619 12.005 7.62143 11.8436 7.78948L9.23568 10.5042Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const VideoIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const VideoIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  d: "M4.68851 15C4.22347 15 3.82579 14.8518 3.49546 14.5554C3.16515 14.2589 3 13.9021 3 13.4848V6.51524C3 6.09009 3.16515 5.73127 3.49546 5.43876C3.82579 5.14625 4.22347 5 4.68851 5H12.4551C12.9289 5 13.3287 5.14625 13.6547 5.43876C13.9807 5.73127 14.1436 6.09009 14.1436 6.51524V9.15077L16.2723 7.24061C16.395 7.13048 16.547 7.10667 16.7282 7.16919C16.9094 7.23171 17 7.34199 17 7.50003V12.4979C17 12.661 16.9094 12.7729 16.7282 12.8336C16.547 12.8943 16.395 12.8695 16.2723 12.7594L14.1436 10.8492V13.4848C14.1436 13.9021 13.9807 14.2589 13.6547 14.5554C13.3287 14.8518 12.9289 15 12.4551 15H4.68851Z",
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const VideoOffIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
5
+ const VideoOffIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const WarningIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const WarningIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const WorkIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const WorkIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const WriterIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
5
+ const WriterIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: [
6
6
  /* @__PURE__ */ jsx(
7
7
  "path",
8
8
  {
@@ -1,8 +1,8 @@
1
1
  import { jsx } from '@emotion/react/jsx-runtime';
2
2
  import { forwardRef } from 'react';
3
- import { Icon } from './Icon.js';
3
+ import { IconPrimitive } from './IconPrimitive.js';
4
4
 
5
- const YouTubeIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(Icon, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
5
+ const YouTubeIcon = forwardRef((props, ref) => /* @__PURE__ */ jsx(IconPrimitive, { ref, ...props, children: /* @__PURE__ */ jsx("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
6
6
  "path",
7
7
  {
8
8
  fillRule: "evenodd",
@@ -1,6 +1,6 @@
1
- import './../../assets/src/layers/layers.css.ts.vanilla-CuOp6byd.css';
1
+ import './../../assets/src/layers/layers.css.ts.vanilla-IMjbF_n6.css';
2
2
 
3
- var components = 'ictinus._199dftv';
3
+ var components = 'ictinus.mqfe5f';
4
4
  var ictinus = 'ictinus';
5
5
  var reset = 'ictinus.reset';
6
6
  var theme = 'ictinus.theme';
@@ -1,17 +1,17 @@
1
- import './../../assets/src/layers/layers.css.ts.vanilla-CuOp6byd.css';
1
+ import './../../assets/src/layers/layers.css.ts.vanilla-IMjbF_n6.css';
2
2
  import './../../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
3
- import './../../assets/src/sprinkles/properties.css.ts.vanilla-DyLlJF0l.css';
4
- import './../../assets/src/nav/Nav.css.ts.vanilla-DvISuT4D.css';
3
+ import './../../assets/src/sprinkles/properties.css.ts.vanilla-CgAnwoJl.css';
4
+ import './../../assets/src/nav/Nav.css.ts.vanilla-z6mYlE6m.css';
5
5
  import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
6
6
 
7
- var counter = createRuntimeFn({defaultClassName:'byiuv1 _1mbq62u wdta3c _1kggxhf wkjzdi v2omc e4kyhu f2u771',variantClassNames:{isActive:{true:'_1q5jywz _1can7yp',false:'_1tlghai vapr4m'}},defaultVariants:{},compoundVariants:[]});
8
- var nav = createRuntimeFn({defaultClassName:'v2omc _1dd6ys',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
9
- var navItem = createRuntimeFn({defaultClassName:'_1w73c4 _12ayxfv v2omc _1dd6ys ecdirj',variantClassNames:{isDisabled:{true:'_1eexwsr'},isActive:{true:'_16o3fol'}},defaultVariants:{},compoundVariants:[]});
10
- var navLink = createRuntimeFn({defaultClassName:'p7hgxy pib8jx _1195bev _1wcnt56 _1w73c4 _12ayxfv v2omc e4kyhu f2u771 vapr4m _9iwq7h _165uscn c1vhyo',variantClassNames:{isActive:{true:'zhey6w p95jtl'},isDisabled:{true:'_1hkbsn5 _1grs63f wj52a9'}},defaultVariants:{},compoundVariants:[]});
11
- var navList = createRuntimeFn({defaultClassName:'v2omc _1dd6ys _1j4skgr',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
12
- var subItem = createRuntimeFn({defaultClassName:'_1w73c4 _12ayxfv v2omc e4kyhu _9iwq7h',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
13
- var subLink = createRuntimeFn({defaultClassName:'_136vspo _1w73c4 _12ayxfv v2omc e4kyhu _9iwq7h a913k4 vapr4m _165uscn _539zsb',variantClassNames:{isActive:{true:'p95jtl zhey6w'},isDisabled:{true:'_1hkbsn5 _1grs63f wj52a9'}},defaultVariants:{},compoundVariants:[]});
14
- var subLinkStatusIndicator = createRuntimeFn({defaultClassName:'_139j53l _1q5u5cj',variantClassNames:{isActive:{true:'zhey6w _140d9lv'}},defaultVariants:{},compoundVariants:[]});
15
- var subList = createRuntimeFn({defaultClassName:'_1wcnt56 p7hgxy v2omc _1dd6ys _10sg103',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
7
+ var counter = createRuntimeFn({defaultClassName:'_1jodfe5 z44fzn _1utf89 _1hnlhvx eqltdj _1wc1hmj _1soajdx _9f5tut',variantClassNames:{isActive:{true:'_1759b77 _16x2wlc',false:'_17ucsmy _1tsxgwz'}},defaultVariants:{},compoundVariants:[]});
8
+ var nav = createRuntimeFn({defaultClassName:'_1wc1hmj _15qvxga',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
9
+ var navItem = createRuntimeFn({defaultClassName:'_1yzcyga _15hgqp2 _1wc1hmj _15qvxga _1izxs2j',variantClassNames:{isDisabled:{true:'qq0z51'},isActive:{true:'dzt4vu'}},defaultVariants:{},compoundVariants:[]});
10
+ var navLink = createRuntimeFn({defaultClassName:'wko14p tzwn8n jok16w _1bfup85 _1yzcyga _15hgqp2 _1wc1hmj _1soajdx _9f5tut _1tsxgwz hadsrr _1tj64vs _11025dz',variantClassNames:{isActive:{true:'bg3jrr lrh2ve'},isDisabled:{true:'_28lefr jixq3 _1kbgol0'}},defaultVariants:{},compoundVariants:[]});
11
+ var navList = createRuntimeFn({defaultClassName:'_1wc1hmj _15qvxga f4frs6',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
12
+ var subItem = createRuntimeFn({defaultClassName:'_1yzcyga _15hgqp2 _1wc1hmj _1soajdx hadsrr',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
13
+ var subLink = createRuntimeFn({defaultClassName:'_17ro0x4 _1yzcyga _15hgqp2 _1wc1hmj _1soajdx hadsrr _1j49vwc _1tsxgwz _1tj64vs _1epaoy7',variantClassNames:{isActive:{true:'lrh2ve bg3jrr'},isDisabled:{true:'_28lefr jixq3 _1kbgol0'}},defaultVariants:{},compoundVariants:[]});
14
+ var subLinkStatusIndicator = createRuntimeFn({defaultClassName:'_1big4ky _5hke9g',variantClassNames:{isActive:{true:'bg3jrr _1texvfc'}},defaultVariants:{},compoundVariants:[]});
15
+ var subList = createRuntimeFn({defaultClassName:'_1bfup85 wko14p _1wc1hmj _15qvxga _7ohuyo',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
16
16
 
17
17
  export { counter, nav, navItem, navLink, navList, subItem, subLink, subLinkStatusIndicator, subList };
@@ -60,6 +60,7 @@ import '../icons/FlagOffIcon.js';
60
60
  import '../icons/ForwardIcon.js';
61
61
  import '../icons/FreezeIcon.js';
62
62
  import '../icons/HelpIcon.js';
63
+ import '../icons/IconPrimitive.js';
63
64
  import '../icons/ImageIcon.js';
64
65
  import '../icons/ImageOffIcon.js';
65
66
  import '../icons/IncomeIcon.js';
@@ -149,7 +150,7 @@ import '../icons/YouTubeIcon.js';
149
150
  import { cn } from '../utils/cn.js';
150
151
  import { Box } from '../../Box/Box.js';
151
152
  import { extractBoxProps } from '../../Box/extractBoxProps.js';
152
- import { navList, nav, navItem, navLink, counter, subList, subItem, subLink, subLinkStatusIndicator } from './Nav-css.js';
153
+ import { navList, nav, navItem, navLink, counter, subList, subItem, subLinkStatusIndicator, subLink } from './Nav-css.js';
153
154
 
154
155
  const Nav = forwardRef(({ children, ...props }, ref) => {
155
156
  return /* @__PURE__ */ jsx(Box, { asChild: true, ...props, children: /* @__PURE__ */ jsx("nav", { ref, className: cn(nav({}), props.className), children: /* @__PURE__ */ jsx("ul", { className: navList({}), children }) }) });
@@ -1,9 +1,9 @@
1
- import './../../assets/src/layers/layers.css.ts.vanilla-CuOp6byd.css';
1
+ import './../../assets/src/layers/layers.css.ts.vanilla-IMjbF_n6.css';
2
2
  import './../../assets/src/sprinkles/global.css.ts.vanilla-DRokxD0M.css';
3
- import './../../assets/src/sprinkles/properties.css.ts.vanilla-DyLlJF0l.css';
4
- import './../../assets/src/skeleton/Skeleton.css.ts.vanilla-CTwtVX07.css';
3
+ import './../../assets/src/sprinkles/properties.css.ts.vanilla-CgAnwoJl.css';
4
+ import './../../assets/src/skeleton/Skeleton.css.ts.vanilla-DjAtJh-R.css';
5
5
  import { createRuntimeFn } from '@vanilla-extract/recipes/createRuntimeFn';
6
6
 
7
- var skeleton = createRuntimeFn({defaultClassName:'mwbt56 _1tsrxi8 _1ay68ya _1vv8sz9 o1z77j',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
7
+ var skeleton = createRuntimeFn({defaultClassName:'_9p9wst _49395d _1prh31k _6sludf dwkaja',variantClassNames:{},defaultVariants:{},compoundVariants:[]});
8
8
 
9
9
  export { skeleton };