@itwin/itwinui-react 3.0.0-dev.0 → 3.0.0-dev.2

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 (602) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +28 -22
  3. package/cjs/core/Alert/Alert.d.ts +47 -29
  4. package/cjs/core/Alert/Alert.js +73 -22
  5. package/cjs/core/Avatar/Avatar.d.ts +0 -1
  6. package/cjs/core/Avatar/Avatar.js +1 -2
  7. package/cjs/core/AvatarGroup/AvatarGroup.d.ts +0 -1
  8. package/cjs/core/AvatarGroup/AvatarGroup.js +1 -2
  9. package/cjs/core/Backdrop/Backdrop.d.ts +0 -1
  10. package/cjs/core/Backdrop/Backdrop.js +0 -1
  11. package/cjs/core/Badge/Badge.d.ts +0 -1
  12. package/cjs/core/Badge/Badge.js +0 -1
  13. package/cjs/core/Breadcrumbs/Breadcrumbs.d.ts +0 -1
  14. package/cjs/core/Breadcrumbs/Breadcrumbs.js +2 -4
  15. package/cjs/core/ButtonGroup/ButtonGroup.d.ts +0 -1
  16. package/cjs/core/ButtonGroup/ButtonGroup.js +1 -5
  17. package/cjs/core/Buttons/Button/Button.d.ts +0 -1
  18. package/cjs/core/Buttons/Button/Button.js +0 -1
  19. package/cjs/core/Buttons/DropdownButton/DropdownButton.d.ts +0 -1
  20. package/cjs/core/Buttons/DropdownButton/DropdownButton.js +3 -6
  21. package/cjs/core/Buttons/IconButton/IconButton.d.ts +0 -2
  22. package/cjs/core/Buttons/IconButton/IconButton.js +0 -2
  23. package/cjs/core/Buttons/SplitButton/SplitButton.d.ts +0 -1
  24. package/cjs/core/Buttons/SplitButton/SplitButton.js +0 -1
  25. package/cjs/core/Carousel/Carousel.d.ts +2 -3
  26. package/cjs/core/Carousel/Carousel.js +3 -6
  27. package/cjs/core/Carousel/CarouselDotsList.d.ts +0 -1
  28. package/cjs/core/Carousel/CarouselDotsList.js +8 -11
  29. package/cjs/core/Carousel/CarouselNavigation.d.ts +2 -2
  30. package/cjs/core/Carousel/CarouselNavigation.js +3 -5
  31. package/cjs/core/Carousel/CarouselSlider.js +10 -15
  32. package/cjs/core/Checkbox/Checkbox.d.ts +0 -1
  33. package/cjs/core/Checkbox/Checkbox.js +0 -1
  34. package/cjs/core/ColorPicker/ColorBuilder.d.ts +0 -1
  35. package/cjs/core/ColorPicker/ColorBuilder.js +7 -11
  36. package/cjs/core/ColorPicker/ColorInputPanel.d.ts +0 -1
  37. package/cjs/core/ColorPicker/ColorInputPanel.js +12 -16
  38. package/cjs/core/ColorPicker/ColorPalette.d.ts +0 -1
  39. package/cjs/core/ColorPicker/ColorPalette.js +4 -7
  40. package/cjs/core/ColorPicker/ColorPicker.d.ts +0 -1
  41. package/cjs/core/ColorPicker/ColorPicker.js +3 -4
  42. package/cjs/core/ColorPicker/ColorSwatch.d.ts +0 -1
  43. package/cjs/core/ColorPicker/ColorSwatch.js +0 -1
  44. package/cjs/core/ComboBox/ComboBox.d.ts +0 -1
  45. package/cjs/core/ComboBox/ComboBox.js +25 -33
  46. package/cjs/core/ComboBox/ComboBoxDropdown.js +1 -2
  47. package/cjs/core/ComboBox/ComboBoxEndIcon.js +1 -1
  48. package/cjs/core/ComboBox/ComboBoxInput.js +21 -20
  49. package/cjs/core/ComboBox/ComboBoxMenu.js +3 -4
  50. package/cjs/core/ComboBox/ComboBoxMenuItem.js +2 -2
  51. package/cjs/core/ComboBox/helpers.js +4 -5
  52. package/cjs/core/DatePicker/DatePicker.d.ts +0 -1
  53. package/cjs/core/DatePicker/DatePicker.js +32 -33
  54. package/cjs/core/Dialog/Dialog.d.ts +0 -1
  55. package/cjs/core/Dialog/Dialog.js +12 -5
  56. package/cjs/core/Dialog/DialogBackdrop.js +1 -1
  57. package/cjs/core/Dialog/DialogButtonBar.d.ts +0 -1
  58. package/cjs/core/Dialog/DialogButtonBar.js +0 -1
  59. package/cjs/core/Dialog/DialogContent.d.ts +0 -1
  60. package/cjs/core/Dialog/DialogContent.js +0 -1
  61. package/cjs/core/Dialog/DialogContext.d.ts +15 -0
  62. package/cjs/core/Dialog/DialogMain.d.ts +0 -1
  63. package/cjs/core/Dialog/DialogMain.js +18 -25
  64. package/cjs/core/Dialog/DialogTitleBar.d.ts +0 -1
  65. package/cjs/core/Dialog/DialogTitleBar.js +0 -1
  66. package/cjs/core/Dialog/DialogTitleBarTitle.d.ts +0 -1
  67. package/cjs/core/Dialog/DialogTitleBarTitle.js +0 -1
  68. package/cjs/core/DropdownMenu/DropdownMenu.js +6 -8
  69. package/cjs/core/ExpandableBlock/ExpandableBlock.d.ts +5 -1
  70. package/cjs/core/ExpandableBlock/ExpandableBlock.js +8 -6
  71. package/cjs/core/Fieldset/Fieldset.d.ts +0 -1
  72. package/cjs/core/Fieldset/Fieldset.js +0 -1
  73. package/cjs/core/FileUpload/FileEmptyCard.js +1 -1
  74. package/cjs/core/FileUpload/FileUpload.d.ts +0 -1
  75. package/cjs/core/FileUpload/FileUpload.js +3 -7
  76. package/cjs/core/FileUpload/FileUploadCard.d.ts +0 -1
  77. package/cjs/core/FileUpload/FileUploadCard.js +10 -12
  78. package/cjs/core/FileUpload/FileUploadTemplate.d.ts +0 -1
  79. package/cjs/core/FileUpload/FileUploadTemplate.js +0 -1
  80. package/cjs/core/Footer/Footer.d.ts +0 -1
  81. package/cjs/core/Footer/Footer.js +0 -1
  82. package/cjs/core/Footer/FooterItem.d.ts +0 -1
  83. package/cjs/core/Footer/FooterItem.js +0 -1
  84. package/cjs/core/Footer/FooterList.d.ts +0 -1
  85. package/cjs/core/Footer/FooterList.js +0 -1
  86. package/cjs/core/Footer/FooterSeparator.d.ts +0 -1
  87. package/cjs/core/Footer/FooterSeparator.js +0 -1
  88. package/cjs/core/Header/Header.d.ts +0 -1
  89. package/cjs/core/Header/Header.js +0 -1
  90. package/cjs/core/Header/HeaderBreadcrumbs.d.ts +0 -1
  91. package/cjs/core/Header/HeaderBreadcrumbs.js +0 -1
  92. package/cjs/core/Header/HeaderButton.d.ts +0 -1
  93. package/cjs/core/Header/HeaderButton.js +0 -1
  94. package/cjs/core/Header/HeaderLogo.d.ts +0 -1
  95. package/cjs/core/Header/HeaderLogo.js +0 -1
  96. package/cjs/core/InformationPanel/InformationPanel.d.ts +0 -1
  97. package/cjs/core/InformationPanel/InformationPanel.js +1 -5
  98. package/cjs/core/InformationPanel/InformationPanelBody.d.ts +0 -1
  99. package/cjs/core/InformationPanel/InformationPanelBody.js +0 -1
  100. package/cjs/core/InformationPanel/InformationPanelContent.d.ts +0 -1
  101. package/cjs/core/InformationPanel/InformationPanelContent.js +0 -1
  102. package/cjs/core/InformationPanel/InformationPanelHeader.d.ts +0 -1
  103. package/cjs/core/InformationPanel/InformationPanelHeader.js +0 -1
  104. package/cjs/core/InformationPanel/InformationPanelWrapper.d.ts +0 -1
  105. package/cjs/core/InformationPanel/InformationPanelWrapper.js +0 -1
  106. package/cjs/core/Input/Input.d.ts +0 -1
  107. package/cjs/core/Input/Input.js +0 -1
  108. package/cjs/core/InputGroup/InputGroup.d.ts +0 -1
  109. package/cjs/core/InputGroup/InputGroup.js +0 -1
  110. package/cjs/core/Label/Label.d.ts +0 -1
  111. package/cjs/core/Label/Label.js +0 -1
  112. package/cjs/core/LabeledInput/LabeledInput.d.ts +0 -1
  113. package/cjs/core/LabeledInput/LabeledInput.js +1 -2
  114. package/cjs/core/LabeledSelect/LabeledSelect.d.ts +0 -1
  115. package/cjs/core/LabeledSelect/LabeledSelect.js +0 -1
  116. package/cjs/core/LabeledTextarea/LabeledTextarea.d.ts +0 -1
  117. package/cjs/core/LabeledTextarea/LabeledTextarea.js +1 -2
  118. package/cjs/core/List/List.d.ts +0 -1
  119. package/cjs/core/List/List.js +0 -1
  120. package/cjs/core/List/ListItem.d.ts +0 -1
  121. package/cjs/core/List/ListItem.js +0 -1
  122. package/cjs/core/Menu/Menu.d.ts +0 -1
  123. package/cjs/core/Menu/Menu.js +3 -5
  124. package/cjs/core/Menu/MenuDivider.d.ts +0 -1
  125. package/cjs/core/Menu/MenuDivider.js +0 -1
  126. package/cjs/core/Menu/MenuExtraContent.d.ts +0 -1
  127. package/cjs/core/Menu/MenuExtraContent.js +0 -1
  128. package/cjs/core/Menu/MenuItem.d.ts +0 -1
  129. package/cjs/core/Menu/MenuItem.js +8 -12
  130. package/cjs/core/Menu/MenuItemSkeleton.d.ts +0 -1
  131. package/cjs/core/Menu/MenuItemSkeleton.js +0 -1
  132. package/cjs/core/Modal/Modal.d.ts +8 -10
  133. package/cjs/core/Modal/Modal.js +7 -18
  134. package/cjs/core/NonIdealState/NonIdealState.d.ts +0 -1
  135. package/cjs/core/NonIdealState/NonIdealState.js +0 -1
  136. package/cjs/core/NotificationMarker/NotificationMarker.d.ts +0 -1
  137. package/cjs/core/NotificationMarker/NotificationMarker.js +0 -1
  138. package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.d.ts +0 -1
  139. package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +0 -1
  140. package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.d.ts +0 -1
  141. package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +0 -1
  142. package/cjs/core/Radio/Radio.d.ts +0 -1
  143. package/cjs/core/Radio/Radio.js +0 -1
  144. package/cjs/core/RadioTiles/RadioTile.d.ts +0 -1
  145. package/cjs/core/RadioTiles/RadioTile.js +0 -1
  146. package/cjs/core/RadioTiles/RadioTileGroup.d.ts +0 -1
  147. package/cjs/core/RadioTiles/RadioTileGroup.js +0 -1
  148. package/cjs/core/SearchBox/SearchBox.d.ts +0 -1
  149. package/cjs/core/SearchBox/SearchBox.js +12 -13
  150. package/cjs/core/Select/Select.d.ts +0 -1
  151. package/cjs/core/Select/Select.js +12 -18
  152. package/cjs/core/Select/SelectTag.d.ts +0 -1
  153. package/cjs/core/Select/SelectTag.js +0 -1
  154. package/cjs/core/SideNavigation/SideNavigation.d.ts +0 -1
  155. package/cjs/core/SideNavigation/SideNavigation.js +2 -3
  156. package/cjs/core/SideNavigation/SidenavButton.d.ts +0 -1
  157. package/cjs/core/SideNavigation/SidenavButton.js +0 -1
  158. package/cjs/core/SideNavigation/SidenavSubmenu.d.ts +0 -1
  159. package/cjs/core/SideNavigation/SidenavSubmenu.js +0 -1
  160. package/cjs/core/SideNavigation/SidenavSubmenuHeader.d.ts +0 -1
  161. package/cjs/core/SideNavigation/SidenavSubmenuHeader.js +0 -1
  162. package/cjs/core/SkipToContentLink/SkipToContentLink.d.ts +0 -1
  163. package/cjs/core/SkipToContentLink/SkipToContentLink.js +0 -1
  164. package/cjs/core/Slider/Slider.d.ts +0 -1
  165. package/cjs/core/Slider/Slider.js +16 -20
  166. package/cjs/core/Slider/Thumb.js +1 -1
  167. package/cjs/core/Slider/Track.js +2 -1
  168. package/cjs/core/StatusMessage/StatusMessage.js +1 -1
  169. package/cjs/core/Stepper/Stepper.d.ts +0 -1
  170. package/cjs/core/Stepper/Stepper.js +1 -2
  171. package/cjs/core/Stepper/StepperStep.js +1 -1
  172. package/cjs/core/Stepper/WorkflowDiagram.d.ts +0 -1
  173. package/cjs/core/Stepper/WorkflowDiagram.js +0 -1
  174. package/cjs/core/Surface/Surface.d.ts +0 -1
  175. package/cjs/core/Surface/Surface.js +0 -1
  176. package/cjs/core/Table/Table.d.ts +0 -1
  177. package/cjs/core/Table/Table.js +33 -34
  178. package/cjs/core/Table/TableCell.js +3 -2
  179. package/cjs/core/Table/TablePaginator.d.ts +0 -1
  180. package/cjs/core/Table/TablePaginator.js +10 -12
  181. package/cjs/core/Table/TableRowMemoized.js +40 -47
  182. package/cjs/core/Table/actionHandlers/expandHandler.js +3 -3
  183. package/cjs/core/Table/actionHandlers/filterHandler.js +4 -5
  184. package/cjs/core/Table/actionHandlers/selectHandler.js +6 -6
  185. package/cjs/core/Table/cells/DefaultCell.js +4 -3
  186. package/cjs/core/Table/cells/EditableCell.js +7 -13
  187. package/cjs/core/Table/columns/actionColumn.js +3 -6
  188. package/cjs/core/Table/columns/expanderColumn.js +3 -3
  189. package/cjs/core/Table/columns/selectionColumn.js +4 -4
  190. package/cjs/core/Table/filters/BaseFilter.d.ts +0 -1
  191. package/cjs/core/Table/filters/BaseFilter.js +1 -2
  192. package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.js +2 -4
  193. package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +0 -1
  194. package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.js +2 -4
  195. package/cjs/core/Table/filters/FilterButtonBar.d.ts +0 -1
  196. package/cjs/core/Table/filters/FilterButtonBar.js +1 -2
  197. package/cjs/core/Table/filters/FilterToggle.d.ts +0 -1
  198. package/cjs/core/Table/filters/FilterToggle.js +0 -1
  199. package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +0 -1
  200. package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +2 -4
  201. package/cjs/core/Table/filters/TextFilter/TextFilter.d.ts +0 -1
  202. package/cjs/core/Table/filters/TextFilter/TextFilter.js +1 -3
  203. package/cjs/core/Table/hooks/useColumnDragAndDrop.js +8 -4
  204. package/cjs/core/Table/hooks/useResizeColumns.js +16 -22
  205. package/cjs/core/Table/hooks/useScrollToRow.js +1 -2
  206. package/cjs/core/Table/hooks/useStickyColumns.js +3 -5
  207. package/cjs/core/Table/hooks/useSubRowFiltering.js +2 -4
  208. package/cjs/core/Tabs/Tab.d.ts +0 -1
  209. package/cjs/core/Tabs/Tab.js +0 -1
  210. package/cjs/core/Tabs/Tabs.d.ts +0 -1
  211. package/cjs/core/Tabs/Tabs.js +16 -19
  212. package/cjs/core/Tag/Tag.d.ts +0 -1
  213. package/cjs/core/Tag/Tag.js +0 -1
  214. package/cjs/core/Tag/TagContainer.d.ts +0 -1
  215. package/cjs/core/Tag/TagContainer.js +0 -1
  216. package/cjs/core/Textarea/Textarea.d.ts +0 -1
  217. package/cjs/core/Textarea/Textarea.js +0 -1
  218. package/cjs/core/ThemeProvider/ThemeContext.d.ts +1 -1
  219. package/cjs/core/ThemeProvider/ThemeProvider.d.ts +2 -5
  220. package/cjs/core/ThemeProvider/ThemeProvider.js +11 -15
  221. package/cjs/core/Tile/Tile.d.ts +0 -1
  222. package/cjs/core/Tile/Tile.js +3 -7
  223. package/cjs/core/TimePicker/TimePicker.d.ts +0 -1
  224. package/cjs/core/TimePicker/TimePicker.js +13 -14
  225. package/cjs/core/Toast/Toast.d.ts +0 -1
  226. package/cjs/core/Toast/Toast.js +2 -4
  227. package/cjs/core/Toast/ToastWrapper.d.ts +0 -1
  228. package/cjs/core/Toast/ToastWrapper.js +0 -1
  229. package/cjs/core/Toast/Toaster.js +6 -11
  230. package/cjs/core/ToggleSwitch/ToggleSwitch.d.ts +0 -1
  231. package/cjs/core/ToggleSwitch/ToggleSwitch.js +1 -3
  232. package/cjs/core/Tooltip/Tooltip.d.ts +0 -1
  233. package/cjs/core/Tooltip/Tooltip.js +0 -1
  234. package/cjs/core/TransferList/TransferList.d.ts +69 -0
  235. package/cjs/core/TransferList/TransferList.js +147 -0
  236. package/cjs/core/TransferList/index.d.ts +3 -0
  237. package/cjs/core/TransferList/index.js +10 -0
  238. package/cjs/core/Tree/Tree.d.ts +0 -1
  239. package/cjs/core/Tree/Tree.js +9 -14
  240. package/cjs/core/Tree/TreeNode.d.ts +0 -1
  241. package/cjs/core/Tree/TreeNode.js +9 -11
  242. package/cjs/core/Tree/TreeNodeExpander.d.ts +0 -1
  243. package/cjs/core/Tree/TreeNodeExpander.js +0 -1
  244. package/cjs/core/Typography/Anchor/Anchor.d.ts +0 -1
  245. package/cjs/core/Typography/Anchor/Anchor.js +0 -1
  246. package/cjs/core/Typography/Blockquote/Blockquote.d.ts +0 -1
  247. package/cjs/core/Typography/Blockquote/Blockquote.js +0 -1
  248. package/cjs/core/Typography/Code/Code.d.ts +0 -1
  249. package/cjs/core/Typography/Code/Code.js +0 -1
  250. package/cjs/core/Typography/Kbd/Kbd.d.ts +0 -1
  251. package/cjs/core/Typography/Kbd/Kbd.js +0 -1
  252. package/cjs/core/Typography/Text/Text.d.ts +0 -1
  253. package/cjs/core/Typography/Text/Text.js +0 -1
  254. package/cjs/core/index.d.ts +1 -0
  255. package/cjs/core/index.js +118 -116
  256. package/cjs/core/utils/color/ColorValue.js +9 -15
  257. package/cjs/core/utils/components/AutoclearingHiddenLiveRegion.js +2 -3
  258. package/cjs/core/utils/components/Divider.d.ts +0 -1
  259. package/cjs/core/utils/components/Divider.js +0 -1
  260. package/cjs/core/utils/components/Flex.d.ts +0 -1
  261. package/cjs/core/utils/components/Flex.js +0 -1
  262. package/cjs/core/utils/components/FocusTrap.js +4 -4
  263. package/cjs/core/utils/components/Icon.d.ts +0 -1
  264. package/cjs/core/utils/components/Icon.js +0 -1
  265. package/cjs/core/utils/components/InputContainer.d.ts +0 -1
  266. package/cjs/core/utils/components/InputContainer.js +0 -1
  267. package/cjs/core/utils/components/InputFlexContainer.d.ts +0 -1
  268. package/cjs/core/utils/components/InputFlexContainer.js +0 -1
  269. package/cjs/core/utils/components/LinkAction.d.ts +0 -1
  270. package/cjs/core/utils/components/LinkAction.js +0 -1
  271. package/cjs/core/utils/components/MiddleTextTruncation.js +1 -2
  272. package/cjs/core/utils/components/Popover.d.ts +0 -1
  273. package/cjs/core/utils/components/Popover.js +5 -9
  274. package/cjs/core/utils/components/Resizer.js +7 -6
  275. package/cjs/core/utils/components/VirtualScroll.js +14 -21
  276. package/cjs/core/utils/components/VisuallyHidden.d.ts +0 -1
  277. package/cjs/core/utils/components/VisuallyHidden.js +0 -1
  278. package/cjs/core/utils/functions/dom.d.ts +6 -0
  279. package/cjs/core/utils/functions/dom.js +24 -6
  280. package/cjs/core/utils/functions/index.d.ts +0 -1
  281. package/cjs/core/utils/functions/index.js +0 -1
  282. package/cjs/core/utils/functions/polymorphic.js +9 -1
  283. package/cjs/core/utils/functions/supports.js +1 -1
  284. package/cjs/core/utils/hooks/index.d.ts +0 -1
  285. package/cjs/core/utils/hooks/index.js +0 -1
  286. package/cjs/core/utils/hooks/useContainerWidth.js +1 -1
  287. package/cjs/core/utils/hooks/useDragAndDrop.js +8 -10
  288. package/cjs/core/utils/hooks/useEventListener.js +1 -1
  289. package/cjs/core/utils/hooks/useGlobals.d.ts +9 -4
  290. package/cjs/core/utils/hooks/useGlobals.js +6 -6
  291. package/cjs/core/utils/hooks/useId.js +1 -2
  292. package/cjs/core/utils/hooks/useIntersection.js +2 -3
  293. package/cjs/core/utils/hooks/useMediaQuery.js +6 -8
  294. package/cjs/core/utils/hooks/useOverflow.js +1 -2
  295. package/cjs/core/utils/hooks/useResizeObserver.js +3 -4
  296. package/cjs/styles.d.ts +5 -0
  297. package/cjs/styles.js +450 -0
  298. package/esm/core/Alert/Alert.d.ts +47 -29
  299. package/esm/core/Alert/Alert.js +74 -23
  300. package/esm/core/Avatar/Avatar.d.ts +0 -1
  301. package/esm/core/Avatar/Avatar.js +1 -2
  302. package/esm/core/AvatarGroup/AvatarGroup.d.ts +0 -1
  303. package/esm/core/AvatarGroup/AvatarGroup.js +1 -2
  304. package/esm/core/Backdrop/Backdrop.d.ts +0 -1
  305. package/esm/core/Backdrop/Backdrop.js +0 -1
  306. package/esm/core/Badge/Badge.d.ts +0 -1
  307. package/esm/core/Badge/Badge.js +0 -1
  308. package/esm/core/Breadcrumbs/Breadcrumbs.d.ts +0 -1
  309. package/esm/core/Breadcrumbs/Breadcrumbs.js +2 -4
  310. package/esm/core/ButtonGroup/ButtonGroup.d.ts +0 -1
  311. package/esm/core/ButtonGroup/ButtonGroup.js +1 -5
  312. package/esm/core/Buttons/Button/Button.d.ts +0 -1
  313. package/esm/core/Buttons/Button/Button.js +0 -1
  314. package/esm/core/Buttons/DropdownButton/DropdownButton.d.ts +0 -1
  315. package/esm/core/Buttons/DropdownButton/DropdownButton.js +3 -6
  316. package/esm/core/Buttons/IconButton/IconButton.d.ts +0 -2
  317. package/esm/core/Buttons/IconButton/IconButton.js +0 -2
  318. package/esm/core/Buttons/SplitButton/SplitButton.d.ts +0 -1
  319. package/esm/core/Buttons/SplitButton/SplitButton.js +0 -1
  320. package/esm/core/Carousel/Carousel.d.ts +2 -3
  321. package/esm/core/Carousel/Carousel.js +3 -6
  322. package/esm/core/Carousel/CarouselDotsList.d.ts +0 -1
  323. package/esm/core/Carousel/CarouselDotsList.js +8 -11
  324. package/esm/core/Carousel/CarouselNavigation.d.ts +2 -2
  325. package/esm/core/Carousel/CarouselNavigation.js +3 -5
  326. package/esm/core/Carousel/CarouselSlider.js +10 -15
  327. package/esm/core/Checkbox/Checkbox.d.ts +0 -1
  328. package/esm/core/Checkbox/Checkbox.js +0 -1
  329. package/esm/core/ColorPicker/ColorBuilder.d.ts +0 -1
  330. package/esm/core/ColorPicker/ColorBuilder.js +7 -11
  331. package/esm/core/ColorPicker/ColorInputPanel.d.ts +0 -1
  332. package/esm/core/ColorPicker/ColorInputPanel.js +12 -16
  333. package/esm/core/ColorPicker/ColorPalette.d.ts +0 -1
  334. package/esm/core/ColorPicker/ColorPalette.js +4 -7
  335. package/esm/core/ColorPicker/ColorPicker.d.ts +0 -1
  336. package/esm/core/ColorPicker/ColorPicker.js +3 -4
  337. package/esm/core/ColorPicker/ColorSwatch.d.ts +0 -1
  338. package/esm/core/ColorPicker/ColorSwatch.js +0 -1
  339. package/esm/core/ComboBox/ComboBox.d.ts +0 -1
  340. package/esm/core/ComboBox/ComboBox.js +25 -33
  341. package/esm/core/ComboBox/ComboBoxDropdown.js +1 -2
  342. package/esm/core/ComboBox/ComboBoxEndIcon.js +1 -1
  343. package/esm/core/ComboBox/ComboBoxInput.js +21 -20
  344. package/esm/core/ComboBox/ComboBoxMenu.js +3 -4
  345. package/esm/core/ComboBox/ComboBoxMenuItem.js +2 -2
  346. package/esm/core/ComboBox/helpers.js +4 -5
  347. package/esm/core/DatePicker/DatePicker.d.ts +0 -1
  348. package/esm/core/DatePicker/DatePicker.js +32 -33
  349. package/esm/core/Dialog/Dialog.d.ts +0 -1
  350. package/esm/core/Dialog/Dialog.js +13 -6
  351. package/esm/core/Dialog/DialogBackdrop.js +1 -1
  352. package/esm/core/Dialog/DialogButtonBar.d.ts +0 -1
  353. package/esm/core/Dialog/DialogButtonBar.js +0 -1
  354. package/esm/core/Dialog/DialogContent.d.ts +0 -1
  355. package/esm/core/Dialog/DialogContent.js +0 -1
  356. package/esm/core/Dialog/DialogContext.d.ts +15 -0
  357. package/esm/core/Dialog/DialogMain.d.ts +0 -1
  358. package/esm/core/Dialog/DialogMain.js +18 -25
  359. package/esm/core/Dialog/DialogTitleBar.d.ts +0 -1
  360. package/esm/core/Dialog/DialogTitleBar.js +0 -1
  361. package/esm/core/Dialog/DialogTitleBarTitle.d.ts +0 -1
  362. package/esm/core/Dialog/DialogTitleBarTitle.js +0 -1
  363. package/esm/core/DropdownMenu/DropdownMenu.js +6 -8
  364. package/esm/core/ExpandableBlock/ExpandableBlock.d.ts +5 -1
  365. package/esm/core/ExpandableBlock/ExpandableBlock.js +8 -6
  366. package/esm/core/Fieldset/Fieldset.d.ts +0 -1
  367. package/esm/core/Fieldset/Fieldset.js +0 -1
  368. package/esm/core/FileUpload/FileEmptyCard.js +1 -1
  369. package/esm/core/FileUpload/FileUpload.d.ts +0 -1
  370. package/esm/core/FileUpload/FileUpload.js +3 -7
  371. package/esm/core/FileUpload/FileUploadCard.d.ts +0 -1
  372. package/esm/core/FileUpload/FileUploadCard.js +10 -12
  373. package/esm/core/FileUpload/FileUploadTemplate.d.ts +0 -1
  374. package/esm/core/FileUpload/FileUploadTemplate.js +0 -1
  375. package/esm/core/Footer/Footer.d.ts +0 -1
  376. package/esm/core/Footer/Footer.js +0 -1
  377. package/esm/core/Footer/FooterItem.d.ts +0 -1
  378. package/esm/core/Footer/FooterItem.js +0 -1
  379. package/esm/core/Footer/FooterList.d.ts +0 -1
  380. package/esm/core/Footer/FooterList.js +0 -1
  381. package/esm/core/Footer/FooterSeparator.d.ts +0 -1
  382. package/esm/core/Footer/FooterSeparator.js +0 -1
  383. package/esm/core/Header/Header.d.ts +0 -1
  384. package/esm/core/Header/Header.js +0 -1
  385. package/esm/core/Header/HeaderBreadcrumbs.d.ts +0 -1
  386. package/esm/core/Header/HeaderBreadcrumbs.js +0 -1
  387. package/esm/core/Header/HeaderButton.d.ts +0 -1
  388. package/esm/core/Header/HeaderButton.js +0 -1
  389. package/esm/core/Header/HeaderLogo.d.ts +0 -1
  390. package/esm/core/Header/HeaderLogo.js +0 -1
  391. package/esm/core/InformationPanel/InformationPanel.d.ts +0 -1
  392. package/esm/core/InformationPanel/InformationPanel.js +1 -5
  393. package/esm/core/InformationPanel/InformationPanelBody.d.ts +0 -1
  394. package/esm/core/InformationPanel/InformationPanelBody.js +0 -1
  395. package/esm/core/InformationPanel/InformationPanelContent.d.ts +0 -1
  396. package/esm/core/InformationPanel/InformationPanelContent.js +0 -1
  397. package/esm/core/InformationPanel/InformationPanelHeader.d.ts +0 -1
  398. package/esm/core/InformationPanel/InformationPanelHeader.js +0 -1
  399. package/esm/core/InformationPanel/InformationPanelWrapper.d.ts +0 -1
  400. package/esm/core/InformationPanel/InformationPanelWrapper.js +0 -1
  401. package/esm/core/Input/Input.d.ts +0 -1
  402. package/esm/core/Input/Input.js +0 -1
  403. package/esm/core/InputGroup/InputGroup.d.ts +0 -1
  404. package/esm/core/InputGroup/InputGroup.js +0 -1
  405. package/esm/core/Label/Label.d.ts +0 -1
  406. package/esm/core/Label/Label.js +0 -1
  407. package/esm/core/LabeledInput/LabeledInput.d.ts +0 -1
  408. package/esm/core/LabeledInput/LabeledInput.js +1 -2
  409. package/esm/core/LabeledSelect/LabeledSelect.d.ts +0 -1
  410. package/esm/core/LabeledSelect/LabeledSelect.js +0 -1
  411. package/esm/core/LabeledTextarea/LabeledTextarea.d.ts +0 -1
  412. package/esm/core/LabeledTextarea/LabeledTextarea.js +1 -2
  413. package/esm/core/List/List.d.ts +0 -1
  414. package/esm/core/List/List.js +0 -1
  415. package/esm/core/List/ListItem.d.ts +0 -1
  416. package/esm/core/List/ListItem.js +0 -1
  417. package/esm/core/Menu/Menu.d.ts +0 -1
  418. package/esm/core/Menu/Menu.js +3 -5
  419. package/esm/core/Menu/MenuDivider.d.ts +0 -1
  420. package/esm/core/Menu/MenuDivider.js +0 -1
  421. package/esm/core/Menu/MenuExtraContent.d.ts +0 -1
  422. package/esm/core/Menu/MenuExtraContent.js +0 -1
  423. package/esm/core/Menu/MenuItem.d.ts +0 -1
  424. package/esm/core/Menu/MenuItem.js +8 -12
  425. package/esm/core/Menu/MenuItemSkeleton.d.ts +0 -1
  426. package/esm/core/Menu/MenuItemSkeleton.js +0 -1
  427. package/esm/core/Modal/Modal.d.ts +8 -10
  428. package/esm/core/Modal/Modal.js +3 -11
  429. package/esm/core/NonIdealState/NonIdealState.d.ts +0 -1
  430. package/esm/core/NonIdealState/NonIdealState.js +0 -1
  431. package/esm/core/NotificationMarker/NotificationMarker.d.ts +0 -1
  432. package/esm/core/NotificationMarker/NotificationMarker.js +0 -1
  433. package/esm/core/ProgressIndicators/ProgressLinear/ProgressLinear.d.ts +0 -1
  434. package/esm/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +0 -1
  435. package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.d.ts +0 -1
  436. package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +0 -1
  437. package/esm/core/Radio/Radio.d.ts +0 -1
  438. package/esm/core/Radio/Radio.js +0 -1
  439. package/esm/core/RadioTiles/RadioTile.d.ts +0 -1
  440. package/esm/core/RadioTiles/RadioTile.js +0 -1
  441. package/esm/core/RadioTiles/RadioTileGroup.d.ts +0 -1
  442. package/esm/core/RadioTiles/RadioTileGroup.js +0 -1
  443. package/esm/core/SearchBox/SearchBox.d.ts +0 -1
  444. package/esm/core/SearchBox/SearchBox.js +12 -13
  445. package/esm/core/Select/Select.d.ts +0 -1
  446. package/esm/core/Select/Select.js +12 -18
  447. package/esm/core/Select/SelectTag.d.ts +0 -1
  448. package/esm/core/Select/SelectTag.js +0 -1
  449. package/esm/core/SideNavigation/SideNavigation.d.ts +0 -1
  450. package/esm/core/SideNavigation/SideNavigation.js +2 -3
  451. package/esm/core/SideNavigation/SidenavButton.d.ts +0 -1
  452. package/esm/core/SideNavigation/SidenavButton.js +0 -1
  453. package/esm/core/SideNavigation/SidenavSubmenu.d.ts +0 -1
  454. package/esm/core/SideNavigation/SidenavSubmenu.js +0 -1
  455. package/esm/core/SideNavigation/SidenavSubmenuHeader.d.ts +0 -1
  456. package/esm/core/SideNavigation/SidenavSubmenuHeader.js +0 -1
  457. package/esm/core/SkipToContentLink/SkipToContentLink.d.ts +0 -1
  458. package/esm/core/SkipToContentLink/SkipToContentLink.js +0 -1
  459. package/esm/core/Slider/Slider.d.ts +0 -1
  460. package/esm/core/Slider/Slider.js +16 -20
  461. package/esm/core/Slider/Thumb.js +1 -1
  462. package/esm/core/Slider/Track.js +2 -1
  463. package/esm/core/StatusMessage/StatusMessage.js +1 -1
  464. package/esm/core/Stepper/Stepper.d.ts +0 -1
  465. package/esm/core/Stepper/Stepper.js +1 -2
  466. package/esm/core/Stepper/StepperStep.js +1 -1
  467. package/esm/core/Stepper/WorkflowDiagram.d.ts +0 -1
  468. package/esm/core/Stepper/WorkflowDiagram.js +0 -1
  469. package/esm/core/Surface/Surface.d.ts +0 -1
  470. package/esm/core/Surface/Surface.js +0 -1
  471. package/esm/core/Table/Table.d.ts +0 -1
  472. package/esm/core/Table/Table.js +34 -35
  473. package/esm/core/Table/TableCell.js +3 -2
  474. package/esm/core/Table/TablePaginator.d.ts +0 -1
  475. package/esm/core/Table/TablePaginator.js +11 -13
  476. package/esm/core/Table/TableRowMemoized.js +41 -48
  477. package/esm/core/Table/actionHandlers/expandHandler.js +3 -3
  478. package/esm/core/Table/actionHandlers/filterHandler.js +4 -5
  479. package/esm/core/Table/actionHandlers/selectHandler.js +6 -6
  480. package/esm/core/Table/cells/DefaultCell.js +4 -3
  481. package/esm/core/Table/cells/EditableCell.js +8 -14
  482. package/esm/core/Table/columns/actionColumn.js +3 -6
  483. package/esm/core/Table/columns/expanderColumn.js +3 -3
  484. package/esm/core/Table/columns/selectionColumn.js +4 -4
  485. package/esm/core/Table/filters/BaseFilter.d.ts +0 -1
  486. package/esm/core/Table/filters/BaseFilter.js +2 -3
  487. package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.js +2 -4
  488. package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +0 -1
  489. package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.js +2 -4
  490. package/esm/core/Table/filters/FilterButtonBar.d.ts +0 -1
  491. package/esm/core/Table/filters/FilterButtonBar.js +2 -3
  492. package/esm/core/Table/filters/FilterToggle.d.ts +0 -1
  493. package/esm/core/Table/filters/FilterToggle.js +0 -1
  494. package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +0 -1
  495. package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +2 -4
  496. package/esm/core/Table/filters/TextFilter/TextFilter.d.ts +0 -1
  497. package/esm/core/Table/filters/TextFilter/TextFilter.js +1 -3
  498. package/esm/core/Table/hooks/useColumnDragAndDrop.js +5 -4
  499. package/esm/core/Table/hooks/useResizeColumns.js +16 -22
  500. package/esm/core/Table/hooks/useScrollToRow.js +1 -2
  501. package/esm/core/Table/hooks/useStickyColumns.js +3 -5
  502. package/esm/core/Table/hooks/useSubRowFiltering.js +2 -4
  503. package/esm/core/Tabs/Tab.d.ts +0 -1
  504. package/esm/core/Tabs/Tab.js +0 -1
  505. package/esm/core/Tabs/Tabs.d.ts +0 -1
  506. package/esm/core/Tabs/Tabs.js +16 -19
  507. package/esm/core/Tag/Tag.d.ts +0 -1
  508. package/esm/core/Tag/Tag.js +0 -1
  509. package/esm/core/Tag/TagContainer.d.ts +0 -1
  510. package/esm/core/Tag/TagContainer.js +0 -1
  511. package/esm/core/Textarea/Textarea.d.ts +0 -1
  512. package/esm/core/Textarea/Textarea.js +0 -1
  513. package/esm/core/ThemeProvider/ThemeContext.d.ts +1 -1
  514. package/esm/core/ThemeProvider/ThemeProvider.d.ts +2 -5
  515. package/esm/core/ThemeProvider/ThemeProvider.js +12 -16
  516. package/esm/core/Tile/Tile.d.ts +0 -1
  517. package/esm/core/Tile/Tile.js +3 -7
  518. package/esm/core/TimePicker/TimePicker.d.ts +0 -1
  519. package/esm/core/TimePicker/TimePicker.js +13 -14
  520. package/esm/core/Toast/Toast.d.ts +0 -1
  521. package/esm/core/Toast/Toast.js +2 -4
  522. package/esm/core/Toast/ToastWrapper.d.ts +0 -1
  523. package/esm/core/Toast/ToastWrapper.js +0 -1
  524. package/esm/core/Toast/Toaster.js +6 -11
  525. package/esm/core/ToggleSwitch/ToggleSwitch.d.ts +0 -1
  526. package/esm/core/ToggleSwitch/ToggleSwitch.js +1 -3
  527. package/esm/core/Tooltip/Tooltip.d.ts +0 -1
  528. package/esm/core/Tooltip/Tooltip.js +0 -1
  529. package/esm/core/TransferList/TransferList.d.ts +69 -0
  530. package/esm/core/TransferList/TransferList.js +141 -0
  531. package/esm/core/TransferList/index.d.ts +3 -0
  532. package/esm/core/TransferList/index.js +6 -0
  533. package/esm/core/Tree/Tree.d.ts +0 -1
  534. package/esm/core/Tree/Tree.js +9 -14
  535. package/esm/core/Tree/TreeNode.d.ts +0 -1
  536. package/esm/core/Tree/TreeNode.js +9 -11
  537. package/esm/core/Tree/TreeNodeExpander.d.ts +0 -1
  538. package/esm/core/Tree/TreeNodeExpander.js +0 -1
  539. package/esm/core/Typography/Anchor/Anchor.d.ts +0 -1
  540. package/esm/core/Typography/Anchor/Anchor.js +0 -1
  541. package/esm/core/Typography/Blockquote/Blockquote.d.ts +0 -1
  542. package/esm/core/Typography/Blockquote/Blockquote.js +0 -1
  543. package/esm/core/Typography/Code/Code.d.ts +0 -1
  544. package/esm/core/Typography/Code/Code.js +0 -1
  545. package/esm/core/Typography/Kbd/Kbd.d.ts +0 -1
  546. package/esm/core/Typography/Kbd/Kbd.js +0 -1
  547. package/esm/core/Typography/Text/Text.d.ts +0 -1
  548. package/esm/core/Typography/Text/Text.js +0 -1
  549. package/esm/core/index.d.ts +1 -0
  550. package/esm/core/index.js +1 -0
  551. package/esm/core/utils/color/ColorValue.js +9 -15
  552. package/esm/core/utils/components/AutoclearingHiddenLiveRegion.js +2 -3
  553. package/esm/core/utils/components/Divider.d.ts +0 -1
  554. package/esm/core/utils/components/Divider.js +0 -1
  555. package/esm/core/utils/components/Flex.d.ts +0 -1
  556. package/esm/core/utils/components/Flex.js +0 -1
  557. package/esm/core/utils/components/FocusTrap.js +4 -4
  558. package/esm/core/utils/components/Icon.d.ts +0 -1
  559. package/esm/core/utils/components/Icon.js +0 -1
  560. package/esm/core/utils/components/InputContainer.d.ts +0 -1
  561. package/esm/core/utils/components/InputContainer.js +0 -1
  562. package/esm/core/utils/components/InputFlexContainer.d.ts +0 -1
  563. package/esm/core/utils/components/InputFlexContainer.js +0 -1
  564. package/esm/core/utils/components/LinkAction.d.ts +0 -1
  565. package/esm/core/utils/components/LinkAction.js +0 -1
  566. package/esm/core/utils/components/MiddleTextTruncation.js +1 -2
  567. package/esm/core/utils/components/Popover.d.ts +0 -1
  568. package/esm/core/utils/components/Popover.js +5 -9
  569. package/esm/core/utils/components/Resizer.js +7 -6
  570. package/esm/core/utils/components/VirtualScroll.js +14 -21
  571. package/esm/core/utils/components/VisuallyHidden.d.ts +0 -1
  572. package/esm/core/utils/components/VisuallyHidden.js +0 -1
  573. package/esm/core/utils/functions/dom.d.ts +6 -0
  574. package/esm/core/utils/functions/dom.js +19 -5
  575. package/esm/core/utils/functions/index.d.ts +0 -1
  576. package/esm/core/utils/functions/index.js +0 -1
  577. package/esm/core/utils/functions/polymorphic.js +9 -1
  578. package/esm/core/utils/functions/supports.js +1 -1
  579. package/esm/core/utils/hooks/index.d.ts +0 -1
  580. package/esm/core/utils/hooks/index.js +0 -1
  581. package/esm/core/utils/hooks/useContainerWidth.js +1 -1
  582. package/esm/core/utils/hooks/useDragAndDrop.js +8 -10
  583. package/esm/core/utils/hooks/useEventListener.js +1 -1
  584. package/esm/core/utils/hooks/useGlobals.d.ts +9 -4
  585. package/esm/core/utils/hooks/useGlobals.js +6 -6
  586. package/esm/core/utils/hooks/useId.js +1 -2
  587. package/esm/core/utils/hooks/useIntersection.js +2 -3
  588. package/esm/core/utils/hooks/useMediaQuery.js +6 -8
  589. package/esm/core/utils/hooks/useOverflow.js +1 -2
  590. package/esm/core/utils/hooks/useResizeObserver.js +3 -4
  591. package/esm/styles.d.ts +5 -0
  592. package/esm/styles.js +451 -0
  593. package/package.json +14 -11
  594. package/styles.css +1940 -0
  595. package/cjs/core/utils/functions/styles.d.ts +0 -6
  596. package/cjs/core/utils/functions/styles.js +0 -21
  597. package/cjs/core/utils/hooks/useIsThemeAlreadySet.d.ts +0 -7
  598. package/cjs/core/utils/hooks/useIsThemeAlreadySet.js +0 -54
  599. package/esm/core/utils/functions/styles.d.ts +0 -6
  600. package/esm/core/utils/functions/styles.js +0 -17
  601. package/esm/core/utils/hooks/useIsThemeAlreadySet.d.ts +0 -7
  602. package/esm/core/utils/hooks/useIsThemeAlreadySet.js +0 -27
package/esm/styles.js ADDED
@@ -0,0 +1,451 @@
1
+ const closeAnimation = "_iui3-closeAnimation";
2
+ const pulse = "_iui3-pulse";
3
+ const styles = {
4
+ "iui-root": "_iui3-root",
5
+ "iui-root-background": "_iui3-root-background",
6
+ "iui-alert": "_iui3-alert",
7
+ "iui-alert-link": "_iui3-alert-link",
8
+ "iui-button": "_iui3-button",
9
+ "iui-alert-message": "_iui3-alert-message",
10
+ "iui-anchor": "_iui3-anchor",
11
+ "iui-anchor-external": "_iui3-anchor-external",
12
+ "iui-avatar": "_iui3-avatar",
13
+ "iui-stroke": "_iui3-stroke",
14
+ "iui-initials": "_iui3-initials",
15
+ "iui-status": "_iui3-status",
16
+ "iui-online": "_iui3-online",
17
+ "iui-away": "_iui3-away",
18
+ "iui-busy": "_iui3-busy",
19
+ "iui-offline": "_iui3-offline",
20
+ "iui-avatar-count": "_iui3-avatar-count",
21
+ "iui-small": "_iui3-small",
22
+ "iui-large": "_iui3-large",
23
+ "iui-x-large": "_iui3-x-large",
24
+ "iui-avatar-list": "_iui3-avatar-list",
25
+ "iui-stacked": "_iui3-stacked",
26
+ "iui-animated": "_iui3-animated",
27
+ "iui-backdrop": "_iui3-backdrop",
28
+ "iui-backdrop-visible": "_iui3-backdrop-visible",
29
+ "iui-backdrop-fixed": "_iui3-backdrop-fixed",
30
+ "iui-badge": "_iui3-badge",
31
+ "iui-blockquote": "_iui3-blockquote",
32
+ "iui-surface-body": "_iui3-surface-body",
33
+ "iui-surface-header": "_iui3-surface-header",
34
+ "iui-breadcrumbs": "_iui3-breadcrumbs",
35
+ "iui-breadcrumbs-list": "_iui3-breadcrumbs-list",
36
+ "iui-breadcrumbs-item": "_iui3-breadcrumbs-item",
37
+ "iui-breadcrumbs-item-overrides": "_iui3-breadcrumbs-item-overrides",
38
+ "iui-breadcrumbs-text": "_iui3-breadcrumbs-text",
39
+ "iui-breadcrumbs-button": "_iui3-breadcrumbs-button",
40
+ "iui-breadcrumbs-separator": "_iui3-breadcrumbs-separator",
41
+ "iui-button-icon": "_iui3-button-icon",
42
+ "iui-button-dropdown": "_iui3-button-dropdown",
43
+ "iui-button-split": "_iui3-button-split",
44
+ "iui-button-group": "_iui3-button-group",
45
+ "iui-input-container": "_iui3-input-container",
46
+ "iui-input": "_iui3-input",
47
+ "iui-disabled": "_iui3-disabled",
48
+ "iui-button-group-vertical": "_iui3-button-group-vertical",
49
+ "iui-button-group-overflow-x": "_iui3-button-group-overflow-x",
50
+ "iui-carousel": "_iui3-carousel",
51
+ "iui-carousel-slider": "_iui3-carousel-slider",
52
+ "iui-carousel-slider-item": "_iui3-carousel-slider-item",
53
+ "iui-carousel-navigation": "_iui3-carousel-navigation",
54
+ "iui-carousel-navigation-left": "_iui3-carousel-navigation-left",
55
+ "iui-carousel-navigation-right": "_iui3-carousel-navigation-right",
56
+ "iui-carousel-navigation-dots": "_iui3-carousel-navigation-dots",
57
+ "iui-carousel-navigation-dot": "_iui3-carousel-navigation-dot",
58
+ "iui-first": "_iui3-first",
59
+ "iui-second": "_iui3-second",
60
+ "iui-active": "_iui3-active",
61
+ "iui-checkbox-wrapper": "_iui3-checkbox-wrapper",
62
+ "iui-loading": "_iui3-loading",
63
+ "iui-checkbox-label": "_iui3-checkbox-label",
64
+ "iui-radio-label": "_iui3-radio-label",
65
+ "iui-positive": "_iui3-positive",
66
+ "iui-warning": "_iui3-warning",
67
+ "iui-negative": "_iui3-negative",
68
+ "iui-checkbox": "_iui3-checkbox",
69
+ "iui-checkbox-visibility": "_iui3-checkbox-visibility",
70
+ "iui-code": "_iui3-code",
71
+ "iui-codeblock": "_iui3-codeblock",
72
+ "iui-title-bar": "_iui3-title-bar",
73
+ "iui-title": "_iui3-title",
74
+ "iui-codeblock-content": "_iui3-codeblock-content",
75
+ "iui-color-picker": "_iui3-color-picker",
76
+ "iui-color-swatch": "_iui3-color-swatch",
77
+ "iui-color-palette": "_iui3-color-palette",
78
+ "iui-color-palette-wrapper": "_iui3-color-palette-wrapper",
79
+ "iui-color-input": "_iui3-color-input",
80
+ "iui-color-input-wrapper": "_iui3-color-input-wrapper",
81
+ "iui-color-input-fields": "_iui3-color-input-fields",
82
+ "iui-color-picker-section-label": "_iui3-color-picker-section-label",
83
+ "iui-color-selection-wrapper": "_iui3-color-selection-wrapper",
84
+ "iui-color-field": "_iui3-color-field",
85
+ "iui-hue-slider": "_iui3-hue-slider",
86
+ "iui-slider-container": "_iui3-slider-container",
87
+ "iui-slider-rail": "_iui3-slider-rail",
88
+ "iui-slider-thumb": "_iui3-slider-thumb",
89
+ "iui-opacity-slider": "_iui3-opacity-slider",
90
+ "iui-color-dot": "_iui3-color-dot",
91
+ "iui-date-picker": "_iui3-date-picker",
92
+ "iui-time-picker": "_iui3-time-picker",
93
+ "iui-calendar-month-year": "_iui3-calendar-month-year",
94
+ "iui-calendar-month": "_iui3-calendar-month",
95
+ "iui-calendar-weekdays": "_iui3-calendar-weekdays",
96
+ "iui-calendar-week": "_iui3-calendar-week",
97
+ "iui-calendar-day": "_iui3-calendar-day",
98
+ "iui-calendar-day-today": "_iui3-calendar-day-today",
99
+ "iui-calendar-day-selected": "_iui3-calendar-day-selected",
100
+ "iui-calendar-day-selected-today": "_iui3-calendar-day-selected-today",
101
+ "iui-calendar-day-outside-month": "_iui3-calendar-day-outside-month",
102
+ "iui-calendar-day-outside-month-today": "_iui3-calendar-day-outside-month-today",
103
+ "iui-calendar-day-range-start": "_iui3-calendar-day-range-start",
104
+ "iui-calendar-day-range-start-today": "_iui3-calendar-day-range-start-today",
105
+ "iui-calendar-day-range-end": "_iui3-calendar-day-range-end",
106
+ "iui-calendar-day-range-end-today": "_iui3-calendar-day-range-end-today",
107
+ "iui-calendar-day-range": "_iui3-calendar-day-range",
108
+ "iui-calendar-day-range-today": "_iui3-calendar-day-range-today",
109
+ "iui-dialog-wrapper": "_iui3-dialog-wrapper",
110
+ "iui-dialog": "_iui3-dialog",
111
+ "iui-dialog-visible": "_iui3-dialog-visible",
112
+ "iui-dialog-default": "_iui3-dialog-default",
113
+ "iui-dialog-full-page": "_iui3-dialog-full-page",
114
+ "iui-dialog-draggable": "_iui3-dialog-draggable",
115
+ "iui-dialog-animation-enter": "_iui3-dialog-animation-enter",
116
+ "iui-dialog-animation-enter-active": "_iui3-dialog-animation-enter-active",
117
+ "iui-dialog-title": "_iui3-dialog-title",
118
+ "iui-dialog-title-bar": "_iui3-dialog-title-bar",
119
+ "iui-dialog-title-bar-filled": "_iui3-dialog-title-bar-filled",
120
+ "iui-dialog-content": "_iui3-dialog-content",
121
+ "iui-dialog-button-bar": "_iui3-dialog-button-bar",
122
+ "iui-expandable-block": "_iui3-expandable-block",
123
+ "iui-expanded": "_iui3-expanded",
124
+ "iui-header": "_iui3-header",
125
+ "iui-icon": "_iui3-icon",
126
+ "iui-status-icon": "_iui3-status-icon",
127
+ "iui-expandable-content": "_iui3-expandable-content",
128
+ "iui-enter": "_iui3-enter",
129
+ "iui-enter-active": "_iui3-enter-active",
130
+ "iui-exit": "_iui3-exit",
131
+ "iui-exit-active": "_iui3-exit-active",
132
+ "iui-borderless": "_iui3-borderless",
133
+ "iui-expandable-block-label": "_iui3-expandable-block-label",
134
+ "iui-caption": "_iui3-caption",
135
+ "iui-fieldset": "_iui3-fieldset",
136
+ "iui-file-upload": "_iui3-file-upload",
137
+ "iui-content": "_iui3-content",
138
+ "iui-browse-input": "_iui3-browse-input",
139
+ "iui-template-icon": "_iui3-template-icon",
140
+ "iui-template-text": "_iui3-template-text",
141
+ "iui-drag": "_iui3-drag",
142
+ "iui-file-upload-template": "_iui3-file-upload-template",
143
+ "iui-file-card": "_iui3-file-card",
144
+ "iui-file-card-icon": "_iui3-file-card-icon",
145
+ "iui-file-card-text": "_iui3-file-card-text",
146
+ "iui-file-card-title": "_iui3-file-card-title",
147
+ "iui-file-card-description": "_iui3-file-card-description",
148
+ "iui-file-card-action": "_iui3-file-card-action",
149
+ "iui-file-card-empty": "_iui3-file-card-empty",
150
+ "iui-file-card-empty-icon": "_iui3-file-card-empty-icon",
151
+ "iui-file-card-empty-action": "_iui3-file-card-empty-action",
152
+ "iui-legal-footer": "_iui3-legal-footer",
153
+ "iui-legal-footer-list": "_iui3-legal-footer-list",
154
+ "iui-legal-footer-item": "_iui3-legal-footer-item",
155
+ "iui-legal-footer-separator": "_iui3-legal-footer-separator",
156
+ "iui-legal-footer-developer": "_iui3-legal-footer-developer",
157
+ "iui-page-header": "_iui3-page-header",
158
+ "iui-page-header-left": "_iui3-page-header-left",
159
+ "iui-page-header-center": "_iui3-page-header-center",
160
+ "iui-page-header-right": "_iui3-page-header-right",
161
+ "iui-page-header-divider": "_iui3-page-header-divider",
162
+ "iui-header-breadcrumbs": "_iui3-header-breadcrumbs",
163
+ "iui-header-brand": "_iui3-header-brand",
164
+ "iui-header-brand-icon": "_iui3-header-brand-icon",
165
+ "iui-header-brand-label": "_iui3-header-brand-label",
166
+ "iui-header-breadcrumbs-list": "_iui3-header-breadcrumbs-list",
167
+ "iui-header-breadcrumb-button": "_iui3-header-breadcrumb-button",
168
+ "iui-header-breadcrumb-button-split": "_iui3-header-breadcrumb-button-split",
169
+ "iui-header-breadcrumb-item": "_iui3-header-breadcrumb-item",
170
+ "iui-header-breadcrumb-button-wrapper": "_iui3-header-breadcrumb-button-wrapper",
171
+ "iui-header-breadcrumb-button-icon": "_iui3-header-breadcrumb-button-icon",
172
+ "iui-header-breadcrumb-button-dropdown-icon": "_iui3-header-breadcrumb-button-dropdown-icon",
173
+ "iui-header-breadcrumb-button-text": "_iui3-header-breadcrumb-button-text",
174
+ "iui-header-breadcrumb-button-text-label": "_iui3-header-breadcrumb-button-text-label",
175
+ "iui-header-breadcrumb-button-text-sublabel": "_iui3-header-breadcrumb-button-text-sublabel",
176
+ "iui-information-panel-wrapper": "_iui3-information-panel-wrapper",
177
+ "iui-information-panel": "_iui3-information-panel",
178
+ "iui-resizer": "_iui3-resizer",
179
+ "iui-resizer-bar": "_iui3-resizer-bar",
180
+ "iui-information-header": "_iui3-information-header",
181
+ "iui-information-body": "_iui3-information-body",
182
+ "iui-information-header-label": "_iui3-information-header-label",
183
+ "iui-information-header-actions": "_iui3-information-header-actions",
184
+ "iui-right": "_iui3-right",
185
+ "iui-bottom": "_iui3-bottom",
186
+ "iui-visible": "_iui3-visible",
187
+ "iui-information-body-content": "_iui3-information-body-content",
188
+ "iui-input-label": "_iui3-input-label",
189
+ "iui-inline": "_iui3-inline",
190
+ "iui-required": "_iui3-required",
191
+ "iui-input-with-icon": "_iui3-input-with-icon",
192
+ "iui-select-tag-container": "_iui3-select-tag-container",
193
+ "iui-end-icon": "_iui3-end-icon",
194
+ "iui-actionable": "_iui3-actionable",
195
+ "iui-open": "_iui3-open",
196
+ "iui-inline-icon": "_iui3-inline-icon",
197
+ "iui-with-message": "_iui3-with-message",
198
+ "iui-input-icon": "_iui3-input-icon",
199
+ "iui-input-group": "_iui3-input-group",
200
+ "iui-toggle-switch-wrapper": "_iui3-toggle-switch-wrapper",
201
+ "iui-radio-wrapper": "_iui3-radio-wrapper",
202
+ "iui-inline-label": "_iui3-inline-label",
203
+ "iui-label": "_iui3-label",
204
+ "iui-message": "_iui3-message",
205
+ "iui-select-button": "_iui3-select-button",
206
+ "iui-input-flex-container": "_iui3-input-flex-container",
207
+ "iui-keyboard": "_iui3-keyboard",
208
+ "iui-location-marker": "_iui3-location-marker",
209
+ "iui-location-marker-default": "_iui3-location-marker-default",
210
+ "iui-location-marker-default-pin": "_iui3-location-marker-default-pin",
211
+ "iui-location-marker-default-pin-dot": "_iui3-location-marker-default-pin-dot",
212
+ "iui-location-marker-data-rich": "_iui3-location-marker-data-rich",
213
+ "iui-location-marker-data-rich-body": "_iui3-location-marker-data-rich-body",
214
+ "iui-location-marker-data-rich-icon": "_iui3-location-marker-data-rich-icon",
215
+ "iui-location-marker-data-rich-icon-monochrome": "_iui3-location-marker-data-rich-icon-monochrome",
216
+ "iui-location-marker-me": "_iui3-location-marker-me",
217
+ "iui-location-marker-me-dot": "_iui3-location-marker-me-dot",
218
+ "iui-list": "_iui3-list",
219
+ "iui-menu": "_iui3-menu",
220
+ "iui-header-menu-icon": "_iui3-header-menu-icon",
221
+ "iui-scroll": "_iui3-scroll",
222
+ "iui-list-item": "_iui3-list-item",
223
+ "iui-menu-item-skeleton": "_iui3-menu-item-skeleton",
224
+ "iui-menu-item": "_iui3-menu-item",
225
+ "iui-link-action": "_iui3-link-action",
226
+ "iui-focused": "_iui3-focused",
227
+ "iui-list-item-icon": "_iui3-list-item-icon",
228
+ "iui-menu-label": "_iui3-menu-label",
229
+ "iui-menu-description": "_iui3-menu-description",
230
+ "iui-menu-content": "_iui3-menu-content",
231
+ "iui-list-item-content": "_iui3-list-item-content",
232
+ "iui-list-item-description": "_iui3-list-item-description",
233
+ "iui-menu-divider": "_iui3-menu-divider",
234
+ "iui-non-ideal-state": "_iui3-non-ideal-state",
235
+ "iui-non-ideal-state-illustration": "_iui3-non-ideal-state-illustration",
236
+ "iui-non-ideal-state-title": "_iui3-non-ideal-state-title",
237
+ "iui-non-ideal-state-description": "_iui3-non-ideal-state-description",
238
+ "iui-non-ideal-state-actions": "_iui3-non-ideal-state-actions",
239
+ "iui-progress-indicator-linear": "_iui3-progress-indicator-linear",
240
+ "iui-track": "_iui3-track",
241
+ "iui-fill": "_iui3-fill",
242
+ "iui-determinate": "_iui3-determinate",
243
+ "iui-indeterminate": "_iui3-indeterminate",
244
+ "iui-progress-indicator-linear-animate-indeterminate": "_iui3-progress-indicator-linear-animate-indeterminate",
245
+ "iui-progress-indicator-radial": "_iui3-progress-indicator-radial",
246
+ "iui-radial": "_iui3-radial",
247
+ "iui-inner-content": "_iui3-inner-content",
248
+ "iui-x-small": "_iui3-x-small",
249
+ "rotate-indeterminate": "_iui3-rotate-indeterminate",
250
+ "dash-indeterminate": "_iui3-dash-indeterminate",
251
+ "iui-progress-indicator-overlay": "_iui3-progress-indicator-overlay",
252
+ "iui-overlay-exiting": "_iui3-overlay-exiting",
253
+ closeAnimation,
254
+ "iui-radio": "_iui3-radio",
255
+ "iui-radio-tile": "_iui3-radio-tile",
256
+ "iui-radio-tile-content": "_iui3-radio-tile-content",
257
+ "iui-radio-tile-icon": "_iui3-radio-tile-icon",
258
+ "iui-radio-tile-container": "_iui3-radio-tile-container",
259
+ "iui-radio-tile-input": "_iui3-radio-tile-input",
260
+ "iui-radio-tile-label": "_iui3-radio-tile-label",
261
+ "iui-radio-tile-sublabel": "_iui3-radio-tile-sublabel",
262
+ "iui-searchbox": "_iui3-searchbox",
263
+ "iui-expandable-searchbox": "_iui3-expandable-searchbox",
264
+ "iui-searchbox-open-button": "_iui3-searchbox-open-button",
265
+ "iui-search-icon": "_iui3-search-icon",
266
+ "iui-placeholder": "_iui3-placeholder",
267
+ "iui-select-tag": "_iui3-select-tag",
268
+ "iui-select-tag-label": "_iui3-select-tag-label",
269
+ "iui-select-tag-button": "_iui3-select-tag-button",
270
+ "iui-select-tag-button-icon": "_iui3-select-tag-button-icon",
271
+ "iui-side-navigation": "_iui3-side-navigation",
272
+ "iui-sidenav-content": "_iui3-sidenav-content",
273
+ "iui-top": "_iui3-top",
274
+ "iui-sidenav-button": "_iui3-sidenav-button",
275
+ "iui-expand": "_iui3-expand",
276
+ "iui-collapsed": "_iui3-collapsed",
277
+ "iui-submenu-open": "_iui3-submenu-open",
278
+ "iui-side-navigation-submenu": "_iui3-side-navigation-submenu",
279
+ "iui-side-navigation-submenu-content": "_iui3-side-navigation-submenu-content",
280
+ "iui-side-navigation-submenu-header": "_iui3-side-navigation-submenu-header",
281
+ "iui-side-navigation-submenu-header-label": "_iui3-side-navigation-submenu-header-label",
282
+ "iui-side-navigation-submenu-header-actions": "_iui3-side-navigation-submenu-header-actions",
283
+ "iui-side-navigation-wrapper": "_iui3-side-navigation-wrapper",
284
+ "iui-skip-to-content-link": "_iui3-skip-to-content-link",
285
+ "iui-slider-component-container": "_iui3-slider-component-container",
286
+ "iui-slider-track": "_iui3-slider-track",
287
+ "iui-slider-min": "_iui3-slider-min",
288
+ "iui-slider-max": "_iui3-slider-max",
289
+ "iui-slider-tick": "_iui3-slider-tick",
290
+ "iui-grabbing": "_iui3-grabbing",
291
+ "iui-slider-ticks": "_iui3-slider-ticks",
292
+ "iui-slider-horizontal": "_iui3-slider-horizontal",
293
+ "iui-slider-vertical": "_iui3-slider-vertical",
294
+ "iui-stepper": "_iui3-stepper",
295
+ "iui-stepper-step": "_iui3-stepper-step",
296
+ "iui-current": "_iui3-current",
297
+ "iui-clickable": "_iui3-clickable",
298
+ "iui-stepper-circle": "_iui3-stepper-circle",
299
+ "iui-stepper-track-content": "_iui3-stepper-track-content",
300
+ "iui-stepper-step-name": "_iui3-stepper-step-name",
301
+ "iui-stepper-steps-label": "_iui3-stepper-steps-label",
302
+ "iui-stepper-steps-label-count": "_iui3-stepper-steps-label-count",
303
+ "iui-surface": "_iui3-surface",
304
+ "iui-table": "_iui3-table",
305
+ "iui-table-cell-end-icon": "_iui3-table-cell-end-icon",
306
+ "iui-table-cell-start-icon": "_iui3-table-cell-start-icon",
307
+ "iui-table-header": "_iui3-table-header",
308
+ "iui-table-cell": "_iui3-table-cell",
309
+ "iui-table-paginator": "_iui3-table-paginator",
310
+ "iui-table-body": "_iui3-table-body",
311
+ "iui-table-header-wrapper": "_iui3-table-header-wrapper",
312
+ "iui-slot": "_iui3-slot",
313
+ "iui-table-filter-button": "_iui3-table-filter-button",
314
+ "iui-table-resizer": "_iui3-table-resizer",
315
+ "iui-table-resizer-bar": "_iui3-table-resizer-bar",
316
+ "iui-table-sort": "_iui3-table-sort",
317
+ "iui-table-reorder-bar": "_iui3-table-reorder-bar",
318
+ "iui-table-reorder-column-right": "_iui3-table-reorder-column-right",
319
+ "iui-table-reorder-column-left": "_iui3-table-reorder-column-left",
320
+ "iui-sorted": "_iui3-sorted",
321
+ "iui-table-row": "_iui3-table-row",
322
+ "iui-table-more-options": "_iui3-table-more-options",
323
+ "iui-table-row-expander": "_iui3-table-row-expander",
324
+ "iui-table-row-expanded": "_iui3-table-row-expanded",
325
+ "iui-table-expanded-content": "_iui3-table-expanded-content",
326
+ "iui-new": "_iui3-new",
327
+ "iui-main-column": "_iui3-main-column",
328
+ "iui-table-header-actions-container": "_iui3-table-header-actions-container",
329
+ "iui-scroll-snapping": "_iui3-scroll-snapping",
330
+ "iui-zebra-striping": "_iui3-zebra-striping",
331
+ "iui-table-empty": "_iui3-table-empty",
332
+ "iui-table-cell-sticky": "_iui3-table-cell-sticky",
333
+ "iui-table-cell-shadow-left": "_iui3-table-cell-shadow-left",
334
+ "iui-table-cell-shadow-right": "_iui3-table-cell-shadow-right",
335
+ "iui-left": "_iui3-left",
336
+ "iui-center": "_iui3-center",
337
+ "iui-table-paginator-page-size-label": "_iui3-table-paginator-page-size-label",
338
+ "iui-table-paginator-ellipsis": "_iui3-table-paginator-ellipsis",
339
+ "iui-table-paginator-ellipsis-small": "_iui3-table-paginator-ellipsis-small",
340
+ "iui-table-paginator-pages-group": "_iui3-table-paginator-pages-group",
341
+ "iui-table-paginator-page-button": "_iui3-table-paginator-page-button",
342
+ "iui-table-paginator-page-button-small": "_iui3-table-paginator-page-button-small",
343
+ "iui-table-column-filter": "_iui3-table-column-filter",
344
+ "iui-button-bar": "_iui3-button-bar",
345
+ "iui-tabs-wrapper": "_iui3-tabs-wrapper",
346
+ "iui-horizontal": "_iui3-horizontal",
347
+ "iui-tabs": "_iui3-tabs",
348
+ "iui-tab": "_iui3-tab",
349
+ "iui-vertical": "_iui3-vertical",
350
+ "iui-tabs-content": "_iui3-tabs-content",
351
+ "iui-tabs-actions-wrapper": "_iui3-tabs-actions-wrapper",
352
+ "iui-default": "_iui3-default",
353
+ "iui-tabs-actions": "_iui3-tabs-actions",
354
+ "iui-tab-icon": "_iui3-tab-icon",
355
+ "iui-tab-description": "_iui3-tab-description",
356
+ "iui-tab-label": "_iui3-tab-label",
357
+ "iui-green": "_iui3-green",
358
+ "iui-pill": "_iui3-pill",
359
+ "iui-not-animated": "_iui3-not-animated",
360
+ "iui-tag": "_iui3-tag",
361
+ "iui-tag-basic": "_iui3-tag-basic",
362
+ "iui-tag-label": "_iui3-tag-label",
363
+ "iui-tag-button": "_iui3-tag-button",
364
+ "iui-tag-container": "_iui3-tag-container",
365
+ "iui-truncate": "_iui3-truncate",
366
+ "iui-text-headline": "_iui3-text-headline",
367
+ "iui-text-title": "_iui3-text-title",
368
+ "iui-text-subheading": "_iui3-text-subheading",
369
+ "iui-text-leading": "_iui3-text-leading",
370
+ "iui-text-block": "_iui3-text-block",
371
+ "iui-text-small": "_iui3-text-small",
372
+ "iui-text-muted": "_iui3-text-muted",
373
+ "iui-skeleton": "_iui3-skeleton",
374
+ "skeleton-shimmer": "_iui3-skeleton-shimmer",
375
+ "iui-text-spacing": "_iui3-text-spacing",
376
+ "iui-tile": "_iui3-tile",
377
+ "iui-folder": "_iui3-folder",
378
+ "iui-tile-thumbnail": "_iui3-tile-thumbnail",
379
+ "iui-tile-more-options": "_iui3-tile-more-options",
380
+ "iui-tile-metadata": "_iui3-tile-metadata",
381
+ "iui-tile-name": "_iui3-tile-name",
382
+ "iui-tile-description": "_iui3-tile-description",
383
+ "iui-thumbnail-icon": "_iui3-thumbnail-icon",
384
+ "iui-tile-thumbnail-picture": "_iui3-tile-thumbnail-picture",
385
+ "iui-selected": "_iui3-selected",
386
+ "iui-tile-content": "_iui3-tile-content",
387
+ "iui-tile-thumbnail-type-indicator": "_iui3-tile-thumbnail-type-indicator",
388
+ "iui-tile-thumbnail-quick-action": "_iui3-tile-thumbnail-quick-action",
389
+ "iui-tile-thumbnail-badge-container": "_iui3-tile-thumbnail-badge-container",
390
+ "iui-tile-buttons": "_iui3-tile-buttons",
391
+ "iui-tile-name-label": "_iui3-tile-name-label",
392
+ "iui-tile-metadata-icon": "_iui3-tile-metadata-icon",
393
+ "iui-tile-status-icon": "_iui3-tile-status-icon",
394
+ "iui-time": "_iui3-time",
395
+ "iui-period": "_iui3-period",
396
+ "iui-toast-wrapper": "_iui3-toast-wrapper",
397
+ "iui-toast-all": "_iui3-toast-all",
398
+ "iui-placement-top": "_iui3-placement-top",
399
+ "iui-placement-top-start": "_iui3-placement-top-start",
400
+ "iui-placement-top-end": "_iui3-placement-top-end",
401
+ "iui-placement-bottom": "_iui3-placement-bottom",
402
+ "iui-toast": "_iui3-toast",
403
+ "iui-placement-bottom-start": "_iui3-placement-bottom-start",
404
+ "iui-placement-bottom-end": "_iui3-placement-bottom-end",
405
+ "iui-status-area": "_iui3-status-area",
406
+ "iui-toast-anchor": "_iui3-toast-anchor",
407
+ "iui-informational": "_iui3-informational",
408
+ "iui-label-on-left": "_iui3-label-on-left",
409
+ "iui-label-on-right": "_iui3-label-on-right",
410
+ "iui-toggle-switch-icon": "_iui3-toggle-switch-icon",
411
+ "iui-toggle-switch": "_iui3-toggle-switch",
412
+ "iui-toggle-switch-label": "_iui3-toggle-switch-label",
413
+ "iui-tooltip-container": "_iui3-tooltip-container",
414
+ "iui-tooltip": "_iui3-tooltip",
415
+ "iui-tooltip-visible": "_iui3-tooltip-visible",
416
+ "iui-transfer-list-wrapper": "_iui3-transfer-list-wrapper",
417
+ "iui-transfer-list-listbox-label": "_iui3-transfer-list-listbox-label",
418
+ "iui-transfer-list-listbox-wrapper": "_iui3-transfer-list-listbox-wrapper",
419
+ "iui-transfer-list-listbox": "_iui3-transfer-list-listbox",
420
+ "iui-transfer-list-toolbar": "_iui3-transfer-list-toolbar",
421
+ "iui-tree": "_iui3-tree",
422
+ "iui-sub-tree": "_iui3-sub-tree",
423
+ "iui-tree-item": "_iui3-tree-item",
424
+ "iui-tree-node": "_iui3-tree-node",
425
+ "iui-tree-node-checkbox": "_iui3-tree-node-checkbox",
426
+ "iui-tree-node-content": "_iui3-tree-node-content",
427
+ "iui-tree-node-content-icon": "_iui3-tree-node-content-icon",
428
+ "iui-tree-node-content-expander-icon": "_iui3-tree-node-content-expander-icon",
429
+ "iui-tree-node-content-expander-icon-expanded": "_iui3-tree-node-content-expander-icon-expanded",
430
+ "iui-tree-node-content-label": "_iui3-tree-node-content-label",
431
+ "iui-tree-node-content-title": "_iui3-tree-node-content-title",
432
+ "iui-tree-node-content-caption": "_iui3-tree-node-content-caption",
433
+ "iui-svg-icon": "_iui3-svg-icon",
434
+ "iui-notification-marker": "_iui3-notification-marker",
435
+ pulse,
436
+ "iui-popover": "_iui3-popover",
437
+ "tippy-box": "_iui3-tippy-box",
438
+ "tippy-content": "_iui3-tippy-content",
439
+ "iui-divider": "_iui3-divider",
440
+ "iui-flex": "_iui3-flex",
441
+ "iui-flex-spacer": "_iui3-flex-spacer",
442
+ "iui-flex-item": "_iui3-flex-item",
443
+ "iui-visually-hidden": "_iui3-visually-hidden",
444
+ "iui-link-box": "_iui3-link-box",
445
+ "iui-workflow-diagram": "_iui3-workflow-diagram",
446
+ "iui-workflow-diagram-step": "_iui3-workflow-diagram-step",
447
+ "iui-workflow-diagram-content": "_iui3-workflow-diagram-content"
448
+ };
449
+ export {
450
+ styles as default
451
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/itwinui-react",
3
- "version": "3.0.0-dev.0",
3
+ "version": "3.0.0-dev.2",
4
4
  "author": "Bentley Systems",
5
5
  "license": "MIT",
6
6
  "main": "cjs/index.js",
@@ -17,6 +17,7 @@
17
17
  "default": "./cjs/index.js"
18
18
  }
19
19
  },
20
+ "./styles.css": "./styles.css",
20
21
  "./cjs": "./cjs/index.js",
21
22
  "./esm": "./esm/index.js",
22
23
  "./cjs/core/utils": "./cjs/core/utils/index.js",
@@ -26,6 +27,7 @@
26
27
  "files": [
27
28
  "cjs",
28
29
  "esm",
30
+ "styles.css",
29
31
  "CHANGELOG.md",
30
32
  "LICENSE.md"
31
33
  ],
@@ -51,8 +53,10 @@
51
53
  "ux"
52
54
  ],
53
55
  "scripts": {
54
- "build": "yarn clean:build && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
56
+ "build": "yarn clean:build && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && yarn build:styles",
57
+ "build:styles": "vite build src/styles.js",
55
58
  "build:watch": "concurrently \"tsc -p tsconfig.cjs.json --watch\" \"tsc -p tsconfig.esm.json --watch\"",
59
+ "copy-styles": "node ./scripts/copyStyles.mjs",
56
60
  "clean:build": "rimraf esm && rimraf cjs",
57
61
  "clean:coverage": "rimraf coverage",
58
62
  "clean": "rimraf .turbo && yarn clean:coverage && yarn clean:build && rimraf node_modules",
@@ -61,15 +65,14 @@
61
65
  "format": "prettier --config .prettierrc **/*.{tsx,ts,js} --ignore-path .gitignore --write",
62
66
  "lint": "eslint \"**/*.{js,ts,tsx}\" --max-warnings=0",
63
67
  "lint:fix": "yarn lint --fix && node ../../scripts/copyrightLinter.js --fix \"*/**/*.{js,ts,tsx}\"",
64
- "dev": "yarn clean:build && concurrently \"yarn dev:esm\" \"yarn dev:cjs\" \"yarn dev:types\"",
68
+ "dev": "yarn clean:build && concurrently \"yarn dev:esm\" \"yarn dev:cjs\" \"yarn build:styles --watch\" \"yarn dev:types\"",
65
69
  "dev:esm": "swc src -d esm --watch",
66
70
  "dev:cjs": "swc src -d cjs --watch -C module.type=commonjs",
67
- "dev:types": "concurrently \"tsc -p tsconfig.cjs.json --emitDeclarationOnly --watch --preserveWatchOutput\" \"tsc -p tsconfig.esm.json --emitDeclarationOnly --watch --preserveWatchOutput\""
71
+ "dev:types": "concurrently \"tsc -p tsconfig.cjs.json --emitDeclarationOnly --watch --preserveWatchOutput\" \"tsc -p tsconfig.esm.json --emitDeclarationOnly --watch --preserveWatchOutput\"",
72
+ "dev:styles": "concurrently \"yarn build:styles --watch\" \"yarn copy-styles\""
68
73
  },
69
74
  "dependencies": {
70
- "@itwin/itwinui-css": "^2.0.0-dev.0",
71
75
  "@itwin/itwinui-illustrations-react": "^2.0.0",
72
- "@itwin/itwinui-variables": "^2.0.0",
73
76
  "@tippyjs/react": "^4.2.6",
74
77
  "@types/react-table": "^7.0.18",
75
78
  "classnames": "^2.2.6",
@@ -79,6 +82,8 @@
79
82
  },
80
83
  "devDependencies": {
81
84
  "@babel/core": "^7.12.10",
85
+ "@itwin/itwinui-css": "^2.0.0-dev.2",
86
+ "@itwin/itwinui-variables": "2.1.0-dev.0",
82
87
  "@swc/cli": "^0.1.57",
83
88
  "@swc/core": "^1.3.21",
84
89
  "@testing-library/jest-dom": "^5.16.4",
@@ -108,7 +113,8 @@
108
113
  "ts-jest": "^28.0.2",
109
114
  "ts-loader": "^9.2.8",
110
115
  "ts-node": "^8.0.2",
111
- "typescript": "^4.4.3"
116
+ "typescript": "^4.4.3",
117
+ "vite": "^4.3.8"
112
118
  },
113
119
  "peerDependencies": {
114
120
  "react": ">=16.8.6 < 19.0.0",
@@ -124,8 +130,5 @@
124
130
  ]
125
131
  },
126
132
  "prettier": "configs/prettier-config",
127
- "sideEffects": [
128
- "**/*.scss",
129
- "**/*.css"
130
- ]
133
+ "sideEffects": false
131
134
  }