@itwin/itwinui-react 3.8.1 → 3.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (907) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/cjs/core/Alert/Alert.d.ts +7 -3
  3. package/cjs/core/Alert/Alert.js +1 -1
  4. package/cjs/core/Avatar/Avatar.d.ts +2 -2
  5. package/cjs/core/Avatar/Avatar.js +1 -1
  6. package/cjs/core/AvatarGroup/AvatarGroup.d.ts +1 -1
  7. package/cjs/core/AvatarGroup/AvatarGroup.js +1 -1
  8. package/cjs/core/Backdrop/Backdrop.d.ts +1 -1
  9. package/cjs/core/Backdrop/Backdrop.js +1 -1
  10. package/cjs/core/Badge/Badge.d.ts +2 -2
  11. package/cjs/core/Badge/Badge.js +1 -1
  12. package/cjs/core/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  13. package/cjs/core/Breadcrumbs/Breadcrumbs.js +1 -2
  14. package/cjs/core/ButtonGroup/ButtonGroup.d.ts +11 -2
  15. package/cjs/core/ButtonGroup/ButtonGroup.js +43 -31
  16. package/cjs/core/Buttons/Button.d.ts +8 -2
  17. package/cjs/core/Buttons/Button.js +6 -3
  18. package/cjs/core/Buttons/DropdownButton.d.ts +1 -1
  19. package/cjs/core/Buttons/DropdownButton.js +1 -1
  20. package/cjs/core/Buttons/IconButton.d.ts +1 -1
  21. package/cjs/core/Buttons/IconButton.js +1 -1
  22. package/cjs/core/Buttons/IdeasButton.d.ts +1 -1
  23. package/cjs/core/Buttons/IdeasButton.js +1 -1
  24. package/cjs/core/Buttons/SplitButton.d.ts +1 -1
  25. package/cjs/core/Buttons/SplitButton.js +1 -1
  26. package/cjs/core/Carousel/Carousel.d.ts +5 -5
  27. package/cjs/core/Carousel/Carousel.js +1 -1
  28. package/cjs/core/Carousel/CarouselDot.d.ts +1 -1
  29. package/cjs/core/Carousel/CarouselDot.js +1 -1
  30. package/cjs/core/Carousel/CarouselDotsList.d.ts +1 -1
  31. package/cjs/core/Carousel/CarouselDotsList.js +1 -1
  32. package/cjs/core/Carousel/CarouselNavigation.d.ts +5 -5
  33. package/cjs/core/Carousel/CarouselNavigation.js +1 -1
  34. package/cjs/core/Carousel/CarouselSlide.d.ts +1 -1
  35. package/cjs/core/Carousel/CarouselSlide.js +1 -1
  36. package/cjs/core/Carousel/CarouselSlider.d.ts +1 -1
  37. package/cjs/core/Carousel/CarouselSlider.js +1 -1
  38. package/cjs/core/Checkbox/Checkbox.d.ts +1 -1
  39. package/cjs/core/Checkbox/Checkbox.js +1 -1
  40. package/cjs/core/ColorPicker/ColorBuilder.d.ts +1 -1
  41. package/cjs/core/ColorPicker/ColorBuilder.js +1 -1
  42. package/cjs/core/ColorPicker/ColorInputPanel.d.ts +1 -1
  43. package/cjs/core/ColorPicker/ColorInputPanel.js +1 -1
  44. package/cjs/core/ColorPicker/ColorPalette.d.ts +2 -2
  45. package/cjs/core/ColorPicker/ColorPalette.js +1 -1
  46. package/cjs/core/ColorPicker/ColorPicker.d.ts +2 -2
  47. package/cjs/core/ColorPicker/ColorPicker.js +1 -1
  48. package/cjs/core/ColorPicker/ColorPickerContext.d.ts +1 -1
  49. package/cjs/core/ColorPicker/ColorSwatch.d.ts +2 -2
  50. package/cjs/core/ColorPicker/ColorSwatch.js +1 -1
  51. package/cjs/core/ComboBox/ComboBox.d.ts +1 -1
  52. package/cjs/core/ComboBox/ComboBox.js +1 -1
  53. package/cjs/core/ComboBox/ComboBoxEndIcon.d.ts +1 -1
  54. package/cjs/core/ComboBox/ComboBoxEndIcon.js +1 -1
  55. package/cjs/core/ComboBox/ComboBoxInput.d.ts +1 -1
  56. package/cjs/core/ComboBox/ComboBoxInput.js +1 -1
  57. package/cjs/core/ComboBox/ComboBoxInputContainer.d.ts +1 -1
  58. package/cjs/core/ComboBox/ComboBoxInputContainer.js +1 -1
  59. package/cjs/core/ComboBox/ComboBoxMenu.d.ts +1 -1
  60. package/cjs/core/ComboBox/ComboBoxMenu.js +1 -1
  61. package/cjs/core/ComboBox/ComboBoxMenuItem.d.ts +1 -1
  62. package/cjs/core/ComboBox/ComboBoxMenuItem.js +1 -1
  63. package/cjs/core/ComboBox/ComboBoxMultipleContainer.d.ts +1 -1
  64. package/cjs/core/DatePicker/DatePicker.d.ts +1 -1
  65. package/cjs/core/DatePicker/DatePicker.js +1 -1
  66. package/cjs/core/Dialog/Dialog.d.ts +1 -1
  67. package/cjs/core/Dialog/Dialog.js +1 -1
  68. package/cjs/core/Dialog/DialogBackdrop.d.ts +1 -1
  69. package/cjs/core/Dialog/DialogBackdrop.js +1 -1
  70. package/cjs/core/Dialog/DialogButtonBar.d.ts +1 -1
  71. package/cjs/core/Dialog/DialogButtonBar.js +1 -1
  72. package/cjs/core/Dialog/DialogContent.d.ts +1 -1
  73. package/cjs/core/Dialog/DialogContent.js +1 -1
  74. package/cjs/core/Dialog/DialogContext.d.ts +1 -1
  75. package/cjs/core/Dialog/DialogMain.d.ts +1 -1
  76. package/cjs/core/Dialog/DialogMain.js +2 -5
  77. package/cjs/core/Dialog/DialogTitleBar.d.ts +1 -1
  78. package/cjs/core/Dialog/DialogTitleBar.js +1 -1
  79. package/cjs/core/Dialog/DialogTitleBarTitle.d.ts +1 -1
  80. package/cjs/core/Dialog/DialogTitleBarTitle.js +1 -1
  81. package/cjs/core/Divider/Divider.d.ts +1 -1
  82. package/cjs/core/Divider/Divider.js +1 -1
  83. package/cjs/core/DropdownMenu/DropdownMenu.d.ts +1 -1
  84. package/cjs/core/DropdownMenu/DropdownMenu.js +1 -1
  85. package/cjs/core/ExpandableBlock/ExpandableBlock.d.ts +4 -7
  86. package/cjs/core/ExpandableBlock/ExpandableBlock.js +1 -1
  87. package/cjs/core/Fieldset/Fieldset.d.ts +1 -1
  88. package/cjs/core/Fieldset/Fieldset.js +1 -1
  89. package/cjs/core/FileUpload/FileEmptyCard.d.ts +1 -1
  90. package/cjs/core/FileUpload/FileEmptyCard.js +1 -1
  91. package/cjs/core/FileUpload/FileUpload.d.ts +1 -1
  92. package/cjs/core/FileUpload/FileUpload.js +1 -1
  93. package/cjs/core/FileUpload/FileUploadCard.d.ts +1 -1
  94. package/cjs/core/FileUpload/FileUploadCard.js +1 -1
  95. package/cjs/core/FileUpload/FileUploadTemplate.d.ts +1 -1
  96. package/cjs/core/FileUpload/FileUploadTemplate.js +1 -1
  97. package/cjs/core/Flex/Flex.d.ts +2 -2
  98. package/cjs/core/Flex/Flex.js +1 -1
  99. package/cjs/core/Footer/Footer.d.ts +4 -4
  100. package/cjs/core/Footer/Footer.js +1 -1
  101. package/cjs/core/Footer/FooterItem.d.ts +1 -1
  102. package/cjs/core/Footer/FooterItem.js +1 -1
  103. package/cjs/core/Footer/FooterList.d.ts +1 -1
  104. package/cjs/core/Footer/FooterList.js +1 -1
  105. package/cjs/core/Footer/FooterSeparator.d.ts +1 -1
  106. package/cjs/core/Footer/FooterSeparator.js +1 -1
  107. package/cjs/core/Header/Header.d.ts +1 -1
  108. package/cjs/core/Header/Header.js +1 -1
  109. package/cjs/core/Header/HeaderBasicButton.d.ts +1 -1
  110. package/cjs/core/Header/HeaderBasicButton.js +1 -1
  111. package/cjs/core/Header/HeaderBreadcrumbs.d.ts +1 -1
  112. package/cjs/core/Header/HeaderBreadcrumbs.js +1 -1
  113. package/cjs/core/Header/HeaderButton.d.ts +1 -1
  114. package/cjs/core/Header/HeaderButton.js +2 -2
  115. package/cjs/core/Header/HeaderDropdownButton.d.ts +1 -1
  116. package/cjs/core/Header/HeaderDropdownButton.js +1 -1
  117. package/cjs/core/Header/HeaderLogo.d.ts +1 -1
  118. package/cjs/core/Header/HeaderLogo.js +2 -3
  119. package/cjs/core/Header/HeaderSplitButton.d.ts +1 -1
  120. package/cjs/core/Header/HeaderSplitButton.js +1 -1
  121. package/cjs/core/Icon/Icon.d.ts +2 -2
  122. package/cjs/core/Icon/Icon.js +1 -1
  123. package/cjs/core/InformationPanel/InformationPanel.d.ts +1 -1
  124. package/cjs/core/InformationPanel/InformationPanel.js +1 -1
  125. package/cjs/core/InformationPanel/InformationPanelBody.d.ts +1 -1
  126. package/cjs/core/InformationPanel/InformationPanelBody.js +1 -1
  127. package/cjs/core/InformationPanel/InformationPanelContent.d.ts +1 -1
  128. package/cjs/core/InformationPanel/InformationPanelContent.js +1 -1
  129. package/cjs/core/InformationPanel/InformationPanelHeader.d.ts +1 -1
  130. package/cjs/core/InformationPanel/InformationPanelHeader.js +1 -1
  131. package/cjs/core/InformationPanel/InformationPanelWrapper.d.ts +1 -1
  132. package/cjs/core/InformationPanel/InformationPanelWrapper.js +1 -1
  133. package/cjs/core/Input/Input.d.ts +1 -1
  134. package/cjs/core/Input/Input.js +1 -1
  135. package/cjs/core/InputGrid/InputGrid.d.ts +1 -1
  136. package/cjs/core/InputGrid/InputGrid.js +1 -1
  137. package/cjs/core/InputGroup/InputGroup.d.ts +1 -1
  138. package/cjs/core/InputGroup/InputGroup.js +2 -2
  139. package/cjs/core/InputWithDecorations/InputWithDecorations.d.ts +3 -3
  140. package/cjs/core/InputWithDecorations/InputWithDecorations.js +1 -1
  141. package/cjs/core/Label/Label.d.ts +1 -1
  142. package/cjs/core/Label/Label.js +1 -1
  143. package/cjs/core/LabeledInput/LabeledInput.d.ts +1 -1
  144. package/cjs/core/LabeledInput/LabeledInput.js +1 -1
  145. package/cjs/core/LabeledSelect/LabeledSelect.d.ts +6 -6
  146. package/cjs/core/LabeledTextarea/LabeledTextarea.d.ts +1 -1
  147. package/cjs/core/LinkAction/LinkAction.d.ts +1 -1
  148. package/cjs/core/LinkAction/LinkAction.js +2 -2
  149. package/cjs/core/List/List.d.ts +1 -1
  150. package/cjs/core/List/List.js +1 -1
  151. package/cjs/core/List/ListItem.d.ts +1 -1
  152. package/cjs/core/List/ListItem.js +1 -1
  153. package/cjs/core/Menu/Menu.d.ts +1 -1
  154. package/cjs/core/Menu/Menu.js +1 -1
  155. package/cjs/core/Menu/MenuDivider.d.ts +1 -1
  156. package/cjs/core/Menu/MenuDivider.js +1 -1
  157. package/cjs/core/Menu/MenuExtraContent.d.ts +1 -1
  158. package/cjs/core/Menu/MenuExtraContent.js +1 -1
  159. package/cjs/core/Menu/MenuItem.d.ts +1 -1
  160. package/cjs/core/Menu/MenuItem.js +1 -1
  161. package/cjs/core/Menu/MenuItemSkeleton.d.ts +1 -1
  162. package/cjs/core/Menu/MenuItemSkeleton.js +1 -1
  163. package/cjs/core/Modal/Modal.d.ts +1 -1
  164. package/cjs/core/Modal/ModalButtonBar.d.ts +1 -1
  165. package/cjs/core/Modal/ModalContent.d.ts +1 -1
  166. package/cjs/core/NonIdealState/ErrorPage.d.ts +1 -1
  167. package/cjs/core/NonIdealState/ErrorPage.js +3 -3
  168. package/cjs/core/NonIdealState/NonIdealState.d.ts +1 -1
  169. package/cjs/core/NonIdealState/NonIdealState.js +1 -1
  170. package/cjs/core/NotificationMarker/NotificationMarker.d.ts +1 -1
  171. package/cjs/core/NotificationMarker/NotificationMarker.js +1 -1
  172. package/cjs/core/Overlay/Overlay.d.ts +1 -1
  173. package/cjs/core/Overlay/Overlay.js +1 -1
  174. package/cjs/core/Popover/Popover.d.ts +2 -2
  175. package/cjs/core/Popover/Popover.js +2 -2
  176. package/cjs/core/ProgressIndicators/ProgressLinear.d.ts +1 -1
  177. package/cjs/core/ProgressIndicators/ProgressLinear.js +1 -1
  178. package/cjs/core/ProgressIndicators/ProgressRadial.d.ts +1 -1
  179. package/cjs/core/ProgressIndicators/ProgressRadial.js +1 -1
  180. package/cjs/core/Radio/Radio.d.ts +1 -1
  181. package/cjs/core/Radio/Radio.js +1 -1
  182. package/cjs/core/RadioTiles/RadioTile.d.ts +1 -1
  183. package/cjs/core/RadioTiles/RadioTile.js +1 -1
  184. package/cjs/core/RadioTiles/RadioTileGroup.d.ts +1 -1
  185. package/cjs/core/RadioTiles/RadioTileGroup.js +1 -1
  186. package/cjs/core/SearchBox/SearchBox.d.ts +1 -1
  187. package/cjs/core/SearchBox/SearchBox.js +1 -1
  188. package/cjs/core/Select/Select.d.ts +1 -1
  189. package/cjs/core/Select/Select.js +5 -3
  190. package/cjs/core/Select/SelectTag.d.ts +1 -1
  191. package/cjs/core/Select/SelectTag.js +1 -1
  192. package/cjs/core/Select/SelectTagContainer.d.ts +1 -1
  193. package/cjs/core/Select/SelectTagContainer.js +1 -1
  194. package/cjs/core/SideNavigation/SideNavigation.d.ts +1 -1
  195. package/cjs/core/SideNavigation/SideNavigation.js +1 -1
  196. package/cjs/core/SideNavigation/SidenavButton.d.ts +1 -1
  197. package/cjs/core/SideNavigation/SidenavSubmenu.d.ts +1 -1
  198. package/cjs/core/SideNavigation/SidenavSubmenu.js +1 -1
  199. package/cjs/core/SideNavigation/SidenavSubmenuHeader.d.ts +1 -1
  200. package/cjs/core/SideNavigation/SidenavSubmenuHeader.js +1 -1
  201. package/cjs/core/SkipToContentLink/SkipToContentLink.d.ts +1 -1
  202. package/cjs/core/SkipToContentLink/SkipToContentLink.js +1 -1
  203. package/cjs/core/Slider/Slider.d.ts +1 -1
  204. package/cjs/core/Slider/Slider.js +1 -1
  205. package/cjs/core/Slider/Thumb.js +1 -1
  206. package/cjs/core/Slider/Track.js +1 -1
  207. package/cjs/core/StatusMessage/StatusMessage.d.ts +1 -1
  208. package/cjs/core/StatusMessage/StatusMessage.js +1 -1
  209. package/cjs/core/Stepper/Stepper.d.ts +1 -1
  210. package/cjs/core/Stepper/Stepper.js +1 -1
  211. package/cjs/core/Stepper/StepperStep.d.ts +1 -1
  212. package/cjs/core/Stepper/StepperStep.js +1 -1
  213. package/cjs/core/Stepper/WorkflowDiagram.d.ts +1 -1
  214. package/cjs/core/Stepper/WorkflowDiagram.js +1 -1
  215. package/cjs/core/Stepper/WorkflowDiagramStep.d.ts +1 -1
  216. package/cjs/core/Stepper/WorkflowDiagramStep.js +1 -1
  217. package/cjs/core/Surface/Surface.d.ts +1 -1
  218. package/cjs/core/Surface/Surface.js +1 -1
  219. package/cjs/core/Table/SubRowExpander.js +1 -1
  220. package/cjs/core/Table/Table.d.ts +1 -1
  221. package/cjs/core/Table/Table.js +2 -2
  222. package/cjs/core/Table/TableCell.js +1 -1
  223. package/cjs/core/Table/TablePaginator.d.ts +1 -1
  224. package/cjs/core/Table/TablePaginator.js +1 -1
  225. package/cjs/core/Table/TableRowMemoized.js +1 -1
  226. package/cjs/core/Table/cells/DefaultCell.js +1 -1
  227. package/cjs/core/Table/cells/EditableCell.js +1 -1
  228. package/cjs/core/Table/columns/actionColumn.js +1 -1
  229. package/cjs/core/Table/columns/expanderColumn.js +1 -1
  230. package/cjs/core/Table/filters/BaseFilter.d.ts +1 -1
  231. package/cjs/core/Table/filters/BaseFilter.js +1 -1
  232. package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.d.ts +3 -2
  233. package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.js +3 -3
  234. package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +2 -1
  235. package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.js +4 -4
  236. package/cjs/core/Table/filters/FilterButtonBar.d.ts +1 -1
  237. package/cjs/core/Table/filters/FilterButtonBar.js +1 -1
  238. package/cjs/core/Table/filters/FilterToggle.d.ts +1 -1
  239. package/cjs/core/Table/filters/FilterToggle.js +1 -1
  240. package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +1 -1
  241. package/cjs/core/Table/filters/TextFilter/TextFilter.js +1 -1
  242. package/cjs/core/Table/filters/tableFilters.d.ts +2 -1
  243. package/cjs/core/Tabs/Tabs.d.ts +3 -3
  244. package/cjs/core/Tabs/Tabs.js +1 -1
  245. package/cjs/core/Tag/Tag.d.ts +1 -1
  246. package/cjs/core/Tag/Tag.js +2 -4
  247. package/cjs/core/Tag/TagContainer.d.ts +1 -1
  248. package/cjs/core/Tag/TagContainer.js +1 -1
  249. package/cjs/core/Textarea/Textarea.d.ts +1 -1
  250. package/cjs/core/ThemeProvider/ThemeProvider.d.ts +1 -1
  251. package/cjs/core/ThemeProvider/ThemeProvider.js +1 -1
  252. package/cjs/core/Tile/Tile.d.ts +3 -3
  253. package/cjs/core/Tile/Tile.js +1 -1
  254. package/cjs/core/TimePicker/TimePicker.d.ts +1 -1
  255. package/cjs/core/TimePicker/TimePicker.js +1 -1
  256. package/cjs/core/Toast/Toast.d.ts +1 -1
  257. package/cjs/core/Toast/Toast.js +1 -1
  258. package/cjs/core/Toast/Toaster.js +1 -1
  259. package/cjs/core/ToggleSwitch/ToggleSwitch.d.ts +1 -1
  260. package/cjs/core/ToggleSwitch/ToggleSwitch.js +1 -1
  261. package/cjs/core/Tooltip/Tooltip.d.ts +1 -1
  262. package/cjs/core/Tooltip/Tooltip.js +20 -9
  263. package/cjs/core/TransferList/TransferList.d.ts +1 -1
  264. package/cjs/core/TransferList/TransferList.js +1 -1
  265. package/cjs/core/Tree/Tree.d.ts +1 -1
  266. package/cjs/core/Tree/Tree.js +1 -1
  267. package/cjs/core/Tree/TreeNode.d.ts +1 -1
  268. package/cjs/core/Tree/TreeNode.js +1 -1
  269. package/cjs/core/Tree/TreeNodeExpander.d.ts +1 -1
  270. package/cjs/core/Tree/TreeNodeExpander.js +1 -1
  271. package/cjs/core/Typography/Anchor.d.ts +1 -1
  272. package/cjs/core/Typography/Anchor.js +4 -2
  273. package/cjs/core/Typography/Blockquote.d.ts +1 -1
  274. package/cjs/core/Typography/Blockquote.js +1 -1
  275. package/cjs/core/Typography/Code.d.ts +1 -1
  276. package/cjs/core/Typography/Code.js +1 -1
  277. package/cjs/core/Typography/Kbd.d.ts +1 -1
  278. package/cjs/core/Typography/Kbd.js +1 -1
  279. package/cjs/core/Typography/Text.d.ts +3 -1
  280. package/cjs/core/Typography/Text.js +12 -8
  281. package/cjs/core/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  282. package/cjs/core/VisuallyHidden/VisuallyHidden.js +1 -1
  283. package/cjs/index.d.ts +1 -1
  284. package/cjs/index.js +1 -1
  285. package/cjs/react-table/react-table.js +0 -1
  286. package/cjs/{core/utils → utils}/components/AutoclearingHiddenLiveRegion.js +1 -1
  287. package/cjs/{core/utils → utils}/components/InputContainer.js +2 -2
  288. package/{esm/core → cjs}/utils/components/InputFlexContainer.d.ts +2 -2
  289. package/cjs/{core/utils → utils}/components/InputFlexContainer.js +2 -2
  290. package/cjs/{core/utils → utils}/components/Portal.js +1 -1
  291. package/cjs/{core/utils → utils}/components/WithCSSTransition.js +1 -1
  292. package/cjs/{core/utils → utils}/functions/dev.js +2 -2
  293. package/cjs/{core/utils → utils}/functions/polymorphic.js +1 -2
  294. package/cjs/{core/utils → utils}/functions/react.js +0 -1
  295. package/{esm/core → cjs}/utils/hooks/useGlobals.d.ts +3 -3
  296. package/cjs/{core/utils → utils}/hooks/useGlobals.js +1 -1
  297. package/esm/core/Alert/Alert.d.ts +7 -3
  298. package/esm/core/Alert/Alert.js +1 -1
  299. package/esm/core/Avatar/Avatar.d.ts +2 -2
  300. package/esm/core/Avatar/Avatar.js +1 -1
  301. package/esm/core/AvatarGroup/AvatarGroup.d.ts +1 -1
  302. package/esm/core/AvatarGroup/AvatarGroup.js +1 -1
  303. package/esm/core/Backdrop/Backdrop.d.ts +1 -1
  304. package/esm/core/Backdrop/Backdrop.js +1 -1
  305. package/esm/core/Badge/Badge.d.ts +2 -2
  306. package/esm/core/Badge/Badge.js +1 -1
  307. package/esm/core/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  308. package/esm/core/Breadcrumbs/Breadcrumbs.js +1 -2
  309. package/esm/core/ButtonGroup/ButtonGroup.d.ts +11 -2
  310. package/esm/core/ButtonGroup/ButtonGroup.js +44 -32
  311. package/esm/core/Buttons/Button.d.ts +8 -2
  312. package/esm/core/Buttons/Button.js +6 -3
  313. package/esm/core/Buttons/DropdownButton.d.ts +1 -1
  314. package/esm/core/Buttons/DropdownButton.js +1 -1
  315. package/esm/core/Buttons/IconButton.d.ts +1 -1
  316. package/esm/core/Buttons/IconButton.js +1 -1
  317. package/esm/core/Buttons/IdeasButton.d.ts +1 -1
  318. package/esm/core/Buttons/IdeasButton.js +1 -1
  319. package/esm/core/Buttons/SplitButton.d.ts +1 -1
  320. package/esm/core/Buttons/SplitButton.js +1 -1
  321. package/esm/core/Carousel/Carousel.d.ts +5 -5
  322. package/esm/core/Carousel/Carousel.js +1 -1
  323. package/esm/core/Carousel/CarouselDot.d.ts +1 -1
  324. package/esm/core/Carousel/CarouselDot.js +1 -1
  325. package/esm/core/Carousel/CarouselDotsList.d.ts +1 -1
  326. package/esm/core/Carousel/CarouselDotsList.js +1 -1
  327. package/esm/core/Carousel/CarouselNavigation.d.ts +5 -5
  328. package/esm/core/Carousel/CarouselNavigation.js +1 -1
  329. package/esm/core/Carousel/CarouselSlide.d.ts +1 -1
  330. package/esm/core/Carousel/CarouselSlide.js +1 -1
  331. package/esm/core/Carousel/CarouselSlider.d.ts +1 -1
  332. package/esm/core/Carousel/CarouselSlider.js +1 -1
  333. package/esm/core/Checkbox/Checkbox.d.ts +1 -1
  334. package/esm/core/Checkbox/Checkbox.js +1 -1
  335. package/esm/core/ColorPicker/ColorBuilder.d.ts +1 -1
  336. package/esm/core/ColorPicker/ColorBuilder.js +1 -1
  337. package/esm/core/ColorPicker/ColorInputPanel.d.ts +1 -1
  338. package/esm/core/ColorPicker/ColorInputPanel.js +1 -1
  339. package/esm/core/ColorPicker/ColorPalette.d.ts +2 -2
  340. package/esm/core/ColorPicker/ColorPalette.js +1 -1
  341. package/esm/core/ColorPicker/ColorPicker.d.ts +2 -2
  342. package/esm/core/ColorPicker/ColorPicker.js +1 -1
  343. package/esm/core/ColorPicker/ColorPickerContext.d.ts +1 -1
  344. package/esm/core/ColorPicker/ColorSwatch.d.ts +2 -2
  345. package/esm/core/ColorPicker/ColorSwatch.js +1 -1
  346. package/esm/core/ComboBox/ComboBox.d.ts +1 -1
  347. package/esm/core/ComboBox/ComboBox.js +1 -1
  348. package/esm/core/ComboBox/ComboBoxEndIcon.d.ts +1 -1
  349. package/esm/core/ComboBox/ComboBoxEndIcon.js +1 -1
  350. package/esm/core/ComboBox/ComboBoxInput.d.ts +1 -1
  351. package/esm/core/ComboBox/ComboBoxInput.js +1 -1
  352. package/esm/core/ComboBox/ComboBoxInputContainer.d.ts +1 -1
  353. package/esm/core/ComboBox/ComboBoxInputContainer.js +1 -1
  354. package/esm/core/ComboBox/ComboBoxMenu.d.ts +1 -1
  355. package/esm/core/ComboBox/ComboBoxMenu.js +1 -1
  356. package/esm/core/ComboBox/ComboBoxMenuItem.d.ts +1 -1
  357. package/esm/core/ComboBox/ComboBoxMenuItem.js +1 -1
  358. package/esm/core/ComboBox/ComboBoxMultipleContainer.d.ts +1 -1
  359. package/esm/core/DatePicker/DatePicker.d.ts +1 -1
  360. package/esm/core/DatePicker/DatePicker.js +1 -1
  361. package/esm/core/Dialog/Dialog.d.ts +1 -1
  362. package/esm/core/Dialog/Dialog.js +1 -1
  363. package/esm/core/Dialog/DialogBackdrop.d.ts +1 -1
  364. package/esm/core/Dialog/DialogBackdrop.js +1 -1
  365. package/esm/core/Dialog/DialogButtonBar.d.ts +1 -1
  366. package/esm/core/Dialog/DialogButtonBar.js +1 -1
  367. package/esm/core/Dialog/DialogContent.d.ts +1 -1
  368. package/esm/core/Dialog/DialogContent.js +1 -1
  369. package/esm/core/Dialog/DialogContext.d.ts +1 -1
  370. package/esm/core/Dialog/DialogMain.d.ts +1 -1
  371. package/esm/core/Dialog/DialogMain.js +2 -5
  372. package/esm/core/Dialog/DialogTitleBar.d.ts +1 -1
  373. package/esm/core/Dialog/DialogTitleBar.js +1 -1
  374. package/esm/core/Dialog/DialogTitleBarTitle.d.ts +1 -1
  375. package/esm/core/Dialog/DialogTitleBarTitle.js +1 -1
  376. package/esm/core/Divider/Divider.d.ts +1 -1
  377. package/esm/core/Divider/Divider.js +1 -1
  378. package/esm/core/DropdownMenu/DropdownMenu.d.ts +1 -1
  379. package/esm/core/DropdownMenu/DropdownMenu.js +1 -1
  380. package/esm/core/ExpandableBlock/ExpandableBlock.d.ts +4 -7
  381. package/esm/core/ExpandableBlock/ExpandableBlock.js +1 -1
  382. package/esm/core/Fieldset/Fieldset.d.ts +1 -1
  383. package/esm/core/Fieldset/Fieldset.js +1 -1
  384. package/esm/core/FileUpload/FileEmptyCard.d.ts +1 -1
  385. package/esm/core/FileUpload/FileEmptyCard.js +1 -1
  386. package/esm/core/FileUpload/FileUpload.d.ts +1 -1
  387. package/esm/core/FileUpload/FileUpload.js +1 -1
  388. package/esm/core/FileUpload/FileUploadCard.d.ts +1 -1
  389. package/esm/core/FileUpload/FileUploadCard.js +1 -1
  390. package/esm/core/FileUpload/FileUploadTemplate.d.ts +1 -1
  391. package/esm/core/FileUpload/FileUploadTemplate.js +1 -1
  392. package/esm/core/Flex/Flex.d.ts +2 -2
  393. package/esm/core/Flex/Flex.js +1 -1
  394. package/esm/core/Footer/Footer.d.ts +4 -4
  395. package/esm/core/Footer/Footer.js +1 -1
  396. package/esm/core/Footer/FooterItem.d.ts +1 -1
  397. package/esm/core/Footer/FooterItem.js +1 -1
  398. package/esm/core/Footer/FooterList.d.ts +1 -1
  399. package/esm/core/Footer/FooterList.js +1 -1
  400. package/esm/core/Footer/FooterSeparator.d.ts +1 -1
  401. package/esm/core/Footer/FooterSeparator.js +1 -1
  402. package/esm/core/Header/Header.d.ts +1 -1
  403. package/esm/core/Header/Header.js +1 -1
  404. package/esm/core/Header/HeaderBasicButton.d.ts +1 -1
  405. package/esm/core/Header/HeaderBasicButton.js +1 -1
  406. package/esm/core/Header/HeaderBreadcrumbs.d.ts +1 -1
  407. package/esm/core/Header/HeaderBreadcrumbs.js +1 -1
  408. package/esm/core/Header/HeaderButton.d.ts +1 -1
  409. package/esm/core/Header/HeaderButton.js +2 -2
  410. package/esm/core/Header/HeaderDropdownButton.d.ts +1 -1
  411. package/esm/core/Header/HeaderDropdownButton.js +1 -1
  412. package/esm/core/Header/HeaderLogo.d.ts +1 -1
  413. package/esm/core/Header/HeaderLogo.js +2 -3
  414. package/esm/core/Header/HeaderSplitButton.d.ts +1 -1
  415. package/esm/core/Header/HeaderSplitButton.js +1 -1
  416. package/esm/core/Icon/Icon.d.ts +2 -2
  417. package/esm/core/Icon/Icon.js +1 -1
  418. package/esm/core/InformationPanel/InformationPanel.d.ts +1 -1
  419. package/esm/core/InformationPanel/InformationPanel.js +1 -1
  420. package/esm/core/InformationPanel/InformationPanelBody.d.ts +1 -1
  421. package/esm/core/InformationPanel/InformationPanelBody.js +1 -1
  422. package/esm/core/InformationPanel/InformationPanelContent.d.ts +1 -1
  423. package/esm/core/InformationPanel/InformationPanelContent.js +1 -1
  424. package/esm/core/InformationPanel/InformationPanelHeader.d.ts +1 -1
  425. package/esm/core/InformationPanel/InformationPanelHeader.js +1 -1
  426. package/esm/core/InformationPanel/InformationPanelWrapper.d.ts +1 -1
  427. package/esm/core/InformationPanel/InformationPanelWrapper.js +1 -1
  428. package/esm/core/Input/Input.d.ts +1 -1
  429. package/esm/core/Input/Input.js +1 -1
  430. package/esm/core/InputGrid/InputGrid.d.ts +1 -1
  431. package/esm/core/InputGrid/InputGrid.js +1 -1
  432. package/esm/core/InputGroup/InputGroup.d.ts +1 -1
  433. package/esm/core/InputGroup/InputGroup.js +2 -2
  434. package/esm/core/InputWithDecorations/InputWithDecorations.d.ts +3 -3
  435. package/esm/core/InputWithDecorations/InputWithDecorations.js +1 -1
  436. package/esm/core/Label/Label.d.ts +1 -1
  437. package/esm/core/Label/Label.js +1 -1
  438. package/esm/core/LabeledInput/LabeledInput.d.ts +1 -1
  439. package/esm/core/LabeledInput/LabeledInput.js +1 -1
  440. package/esm/core/LabeledSelect/LabeledSelect.d.ts +6 -6
  441. package/esm/core/LabeledTextarea/LabeledTextarea.d.ts +1 -1
  442. package/esm/core/LinkAction/LinkAction.d.ts +1 -1
  443. package/esm/core/LinkAction/LinkAction.js +2 -2
  444. package/esm/core/List/List.d.ts +1 -1
  445. package/esm/core/List/List.js +1 -1
  446. package/esm/core/List/ListItem.d.ts +1 -1
  447. package/esm/core/List/ListItem.js +1 -1
  448. package/esm/core/Menu/Menu.d.ts +1 -1
  449. package/esm/core/Menu/Menu.js +1 -1
  450. package/esm/core/Menu/MenuDivider.d.ts +1 -1
  451. package/esm/core/Menu/MenuDivider.js +1 -1
  452. package/esm/core/Menu/MenuExtraContent.d.ts +1 -1
  453. package/esm/core/Menu/MenuExtraContent.js +1 -1
  454. package/esm/core/Menu/MenuItem.d.ts +1 -1
  455. package/esm/core/Menu/MenuItem.js +1 -1
  456. package/esm/core/Menu/MenuItemSkeleton.d.ts +1 -1
  457. package/esm/core/Menu/MenuItemSkeleton.js +1 -1
  458. package/esm/core/Modal/Modal.d.ts +1 -1
  459. package/esm/core/Modal/ModalButtonBar.d.ts +1 -1
  460. package/esm/core/Modal/ModalContent.d.ts +1 -1
  461. package/esm/core/NonIdealState/ErrorPage.d.ts +1 -1
  462. package/esm/core/NonIdealState/ErrorPage.js +3 -3
  463. package/esm/core/NonIdealState/NonIdealState.d.ts +1 -1
  464. package/esm/core/NonIdealState/NonIdealState.js +1 -1
  465. package/esm/core/NotificationMarker/NotificationMarker.d.ts +1 -1
  466. package/esm/core/NotificationMarker/NotificationMarker.js +1 -1
  467. package/esm/core/Overlay/Overlay.d.ts +1 -1
  468. package/esm/core/Overlay/Overlay.js +1 -1
  469. package/esm/core/Popover/Popover.d.ts +2 -2
  470. package/esm/core/Popover/Popover.js +2 -2
  471. package/esm/core/ProgressIndicators/ProgressLinear.d.ts +1 -1
  472. package/esm/core/ProgressIndicators/ProgressLinear.js +1 -1
  473. package/esm/core/ProgressIndicators/ProgressRadial.d.ts +1 -1
  474. package/esm/core/ProgressIndicators/ProgressRadial.js +1 -1
  475. package/esm/core/Radio/Radio.d.ts +1 -1
  476. package/esm/core/Radio/Radio.js +1 -1
  477. package/esm/core/RadioTiles/RadioTile.d.ts +1 -1
  478. package/esm/core/RadioTiles/RadioTile.js +1 -1
  479. package/esm/core/RadioTiles/RadioTileGroup.d.ts +1 -1
  480. package/esm/core/RadioTiles/RadioTileGroup.js +1 -1
  481. package/esm/core/SearchBox/SearchBox.d.ts +1 -1
  482. package/esm/core/SearchBox/SearchBox.js +1 -1
  483. package/esm/core/Select/Select.d.ts +1 -1
  484. package/esm/core/Select/Select.js +5 -3
  485. package/esm/core/Select/SelectTag.d.ts +1 -1
  486. package/esm/core/Select/SelectTag.js +1 -1
  487. package/esm/core/Select/SelectTagContainer.d.ts +1 -1
  488. package/esm/core/Select/SelectTagContainer.js +1 -1
  489. package/esm/core/SideNavigation/SideNavigation.d.ts +1 -1
  490. package/esm/core/SideNavigation/SideNavigation.js +1 -1
  491. package/esm/core/SideNavigation/SidenavButton.d.ts +1 -1
  492. package/esm/core/SideNavigation/SidenavSubmenu.d.ts +1 -1
  493. package/esm/core/SideNavigation/SidenavSubmenu.js +1 -1
  494. package/esm/core/SideNavigation/SidenavSubmenuHeader.d.ts +1 -1
  495. package/esm/core/SideNavigation/SidenavSubmenuHeader.js +1 -1
  496. package/esm/core/SkipToContentLink/SkipToContentLink.d.ts +1 -1
  497. package/esm/core/SkipToContentLink/SkipToContentLink.js +1 -1
  498. package/esm/core/Slider/Slider.d.ts +1 -1
  499. package/esm/core/Slider/Slider.js +1 -1
  500. package/esm/core/Slider/Thumb.js +1 -1
  501. package/esm/core/Slider/Track.js +1 -1
  502. package/esm/core/StatusMessage/StatusMessage.d.ts +1 -1
  503. package/esm/core/StatusMessage/StatusMessage.js +1 -1
  504. package/esm/core/Stepper/Stepper.d.ts +1 -1
  505. package/esm/core/Stepper/Stepper.js +1 -1
  506. package/esm/core/Stepper/StepperStep.d.ts +1 -1
  507. package/esm/core/Stepper/StepperStep.js +1 -1
  508. package/esm/core/Stepper/WorkflowDiagram.d.ts +1 -1
  509. package/esm/core/Stepper/WorkflowDiagram.js +1 -1
  510. package/esm/core/Stepper/WorkflowDiagramStep.d.ts +1 -1
  511. package/esm/core/Stepper/WorkflowDiagramStep.js +1 -1
  512. package/esm/core/Surface/Surface.d.ts +1 -1
  513. package/esm/core/Surface/Surface.js +1 -1
  514. package/esm/core/Table/SubRowExpander.js +1 -1
  515. package/esm/core/Table/Table.d.ts +1 -1
  516. package/esm/core/Table/Table.js +2 -2
  517. package/esm/core/Table/TableCell.js +1 -1
  518. package/esm/core/Table/TablePaginator.d.ts +1 -1
  519. package/esm/core/Table/TablePaginator.js +1 -1
  520. package/esm/core/Table/TableRowMemoized.js +1 -1
  521. package/esm/core/Table/cells/DefaultCell.js +1 -1
  522. package/esm/core/Table/cells/EditableCell.js +1 -1
  523. package/esm/core/Table/columns/actionColumn.js +1 -1
  524. package/esm/core/Table/columns/expanderColumn.js +1 -1
  525. package/esm/core/Table/filters/BaseFilter.d.ts +1 -1
  526. package/esm/core/Table/filters/BaseFilter.js +1 -1
  527. package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.d.ts +3 -2
  528. package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.js +3 -3
  529. package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +2 -1
  530. package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.js +4 -4
  531. package/esm/core/Table/filters/FilterButtonBar.d.ts +1 -1
  532. package/esm/core/Table/filters/FilterButtonBar.js +1 -1
  533. package/esm/core/Table/filters/FilterToggle.d.ts +1 -1
  534. package/esm/core/Table/filters/FilterToggle.js +1 -1
  535. package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +1 -1
  536. package/esm/core/Table/filters/TextFilter/TextFilter.js +1 -1
  537. package/esm/core/Table/filters/tableFilters.d.ts +2 -1
  538. package/esm/core/Tabs/Tabs.d.ts +3 -3
  539. package/esm/core/Tabs/Tabs.js +1 -1
  540. package/esm/core/Tag/Tag.d.ts +1 -1
  541. package/esm/core/Tag/Tag.js +2 -4
  542. package/esm/core/Tag/TagContainer.d.ts +1 -1
  543. package/esm/core/Tag/TagContainer.js +1 -1
  544. package/esm/core/Textarea/Textarea.d.ts +1 -1
  545. package/esm/core/ThemeProvider/ThemeProvider.d.ts +1 -1
  546. package/esm/core/ThemeProvider/ThemeProvider.js +1 -1
  547. package/esm/core/Tile/Tile.d.ts +3 -3
  548. package/esm/core/Tile/Tile.js +1 -1
  549. package/esm/core/TimePicker/TimePicker.d.ts +1 -1
  550. package/esm/core/TimePicker/TimePicker.js +1 -1
  551. package/esm/core/Toast/Toast.d.ts +1 -1
  552. package/esm/core/Toast/Toast.js +1 -1
  553. package/esm/core/Toast/Toaster.js +1 -1
  554. package/esm/core/ToggleSwitch/ToggleSwitch.d.ts +1 -1
  555. package/esm/core/ToggleSwitch/ToggleSwitch.js +1 -1
  556. package/esm/core/Tooltip/Tooltip.d.ts +1 -1
  557. package/esm/core/Tooltip/Tooltip.js +20 -9
  558. package/esm/core/TransferList/TransferList.d.ts +1 -1
  559. package/esm/core/TransferList/TransferList.js +1 -1
  560. package/esm/core/Tree/Tree.d.ts +1 -1
  561. package/esm/core/Tree/Tree.js +1 -1
  562. package/esm/core/Tree/TreeNode.d.ts +1 -1
  563. package/esm/core/Tree/TreeNode.js +1 -1
  564. package/esm/core/Tree/TreeNodeExpander.d.ts +1 -1
  565. package/esm/core/Tree/TreeNodeExpander.js +1 -1
  566. package/esm/core/Typography/Anchor.d.ts +1 -1
  567. package/esm/core/Typography/Anchor.js +4 -2
  568. package/esm/core/Typography/Blockquote.d.ts +1 -1
  569. package/esm/core/Typography/Blockquote.js +1 -1
  570. package/esm/core/Typography/Code.d.ts +1 -1
  571. package/esm/core/Typography/Code.js +1 -1
  572. package/esm/core/Typography/Kbd.d.ts +1 -1
  573. package/esm/core/Typography/Kbd.js +1 -1
  574. package/esm/core/Typography/Text.d.ts +3 -1
  575. package/esm/core/Typography/Text.js +11 -7
  576. package/esm/core/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  577. package/esm/core/VisuallyHidden/VisuallyHidden.js +1 -1
  578. package/esm/index.d.ts +1 -1
  579. package/esm/index.js +1 -1
  580. package/esm/react-table/react-table.js +0 -1
  581. package/esm/{core/utils → utils}/components/AutoclearingHiddenLiveRegion.js +1 -1
  582. package/esm/{core/utils → utils}/components/InputContainer.js +2 -2
  583. package/{cjs/core → esm}/utils/components/InputFlexContainer.d.ts +2 -2
  584. package/esm/{core/utils → utils}/components/InputFlexContainer.js +2 -2
  585. package/esm/{core/utils → utils}/components/Portal.js +1 -1
  586. package/esm/{core/utils → utils}/components/WithCSSTransition.js +1 -1
  587. package/esm/{core/utils → utils}/functions/dev.js +2 -2
  588. package/esm/{core/utils → utils}/functions/polymorphic.js +1 -2
  589. package/esm/{core/utils → utils}/functions/react.js +0 -1
  590. package/{cjs/core → esm}/utils/hooks/useGlobals.d.ts +3 -3
  591. package/esm/{core/utils → utils}/hooks/useGlobals.js +1 -1
  592. package/package.json +2 -2
  593. package/styles.css +9 -1
  594. /package/cjs/{core/utils → utils}/color/ColorValue.d.ts +0 -0
  595. /package/cjs/{core/utils → utils}/color/ColorValue.js +0 -0
  596. /package/cjs/{core/utils → utils}/color/index.d.ts +0 -0
  597. /package/cjs/{core/utils → utils}/color/index.js +0 -0
  598. /package/cjs/{core/utils → utils}/components/AutoclearingHiddenLiveRegion.d.ts +0 -0
  599. /package/cjs/{core/utils → utils}/components/Box.d.ts +0 -0
  600. /package/cjs/{core/utils → utils}/components/Box.js +0 -0
  601. /package/cjs/{core/utils → utils}/components/ButtonBase.d.ts +0 -0
  602. /package/cjs/{core/utils → utils}/components/ButtonBase.js +0 -0
  603. /package/cjs/{core/utils → utils}/components/FocusTrap.d.ts +0 -0
  604. /package/cjs/{core/utils → utils}/components/FocusTrap.js +0 -0
  605. /package/cjs/{core/utils → utils}/components/InputContainer.d.ts +0 -0
  606. /package/cjs/{core/utils → utils}/components/InputWithIcon.d.ts +0 -0
  607. /package/cjs/{core/utils → utils}/components/InputWithIcon.js +0 -0
  608. /package/cjs/{core/utils → utils}/components/LineClamp.d.ts +0 -0
  609. /package/cjs/{core/utils → utils}/components/LineClamp.js +0 -0
  610. /package/cjs/{core/utils → utils}/components/MiddleTextTruncation.d.ts +0 -0
  611. /package/cjs/{core/utils → utils}/components/MiddleTextTruncation.js +0 -0
  612. /package/cjs/{core/utils → utils}/components/Portal.d.ts +0 -0
  613. /package/cjs/{core/utils → utils}/components/Resizer.d.ts +0 -0
  614. /package/cjs/{core/utils → utils}/components/Resizer.js +0 -0
  615. /package/cjs/{core/utils → utils}/components/ShadowRoot.d.ts +0 -0
  616. /package/cjs/{core/utils → utils}/components/ShadowRoot.js +0 -0
  617. /package/cjs/{core/utils → utils}/components/VirtualScroll.d.ts +0 -0
  618. /package/cjs/{core/utils → utils}/components/VirtualScroll.js +0 -0
  619. /package/cjs/{core/utils → utils}/components/WithCSSTransition.d.ts +0 -0
  620. /package/cjs/{core/utils → utils}/components/index.d.ts +0 -0
  621. /package/cjs/{core/utils → utils}/components/index.js +0 -0
  622. /package/cjs/{core/utils → utils}/functions/colors.d.ts +0 -0
  623. /package/cjs/{core/utils → utils}/functions/colors.js +0 -0
  624. /package/cjs/{core/utils → utils}/functions/date.d.ts +0 -0
  625. /package/cjs/{core/utils → utils}/functions/date.js +0 -0
  626. /package/cjs/{core/utils → utils}/functions/dev.d.ts +0 -0
  627. /package/cjs/{core/utils → utils}/functions/dom.d.ts +0 -0
  628. /package/cjs/{core/utils → utils}/functions/dom.js +0 -0
  629. /package/cjs/{core/utils → utils}/functions/focusable.d.ts +0 -0
  630. /package/cjs/{core/utils → utils}/functions/focusable.js +0 -0
  631. /package/cjs/{core/utils → utils}/functions/import.d.ts +0 -0
  632. /package/cjs/{core/utils → utils}/functions/import.js +0 -0
  633. /package/cjs/{core/utils → utils}/functions/index.d.ts +0 -0
  634. /package/cjs/{core/utils → utils}/functions/index.js +0 -0
  635. /package/cjs/{core/utils → utils}/functions/numbers.d.ts +0 -0
  636. /package/cjs/{core/utils → utils}/functions/numbers.js +0 -0
  637. /package/cjs/{core/utils → utils}/functions/polymorphic.d.ts +0 -0
  638. /package/cjs/{core/utils → utils}/functions/react.d.ts +0 -0
  639. /package/cjs/{core/utils → utils}/functions/supports.d.ts +0 -0
  640. /package/cjs/{core/utils → utils}/functions/supports.js +0 -0
  641. /package/cjs/{core/utils → utils}/hooks/index.d.ts +0 -0
  642. /package/cjs/{core/utils → utils}/hooks/index.js +0 -0
  643. /package/cjs/{core/utils → utils}/hooks/useContainerWidth.d.ts +0 -0
  644. /package/cjs/{core/utils → utils}/hooks/useContainerWidth.js +0 -0
  645. /package/cjs/{core/utils → utils}/hooks/useControlledState.d.ts +0 -0
  646. /package/cjs/{core/utils → utils}/hooks/useControlledState.js +0 -0
  647. /package/cjs/{core/utils → utils}/hooks/useDragAndDrop.d.ts +0 -0
  648. /package/cjs/{core/utils → utils}/hooks/useDragAndDrop.js +0 -0
  649. /package/cjs/{core/utils → utils}/hooks/useEventListener.d.ts +0 -0
  650. /package/cjs/{core/utils → utils}/hooks/useEventListener.js +0 -0
  651. /package/cjs/{core/utils → utils}/hooks/useId.d.ts +0 -0
  652. /package/cjs/{core/utils → utils}/hooks/useId.js +0 -0
  653. /package/cjs/{core/utils → utils}/hooks/useIntersection.d.ts +0 -0
  654. /package/cjs/{core/utils → utils}/hooks/useIntersection.js +0 -0
  655. /package/cjs/{core/utils → utils}/hooks/useIsClient.d.ts +0 -0
  656. /package/cjs/{core/utils → utils}/hooks/useIsClient.js +0 -0
  657. /package/cjs/{core/utils → utils}/hooks/useIsomorphicLayoutEffect.d.ts +0 -0
  658. /package/cjs/{core/utils → utils}/hooks/useIsomorphicLayoutEffect.js +0 -0
  659. /package/cjs/{core/utils → utils}/hooks/useLatestRef.d.ts +0 -0
  660. /package/cjs/{core/utils → utils}/hooks/useLatestRef.js +0 -0
  661. /package/cjs/{core/utils → utils}/hooks/useMediaQuery.d.ts +0 -0
  662. /package/cjs/{core/utils → utils}/hooks/useMediaQuery.js +0 -0
  663. /package/cjs/{core/utils → utils}/hooks/useMergedRefs.d.ts +0 -0
  664. /package/cjs/{core/utils → utils}/hooks/useMergedRefs.js +0 -0
  665. /package/cjs/{core/utils → utils}/hooks/useOverflow.d.ts +0 -0
  666. /package/cjs/{core/utils → utils}/hooks/useOverflow.js +0 -0
  667. /package/cjs/{core/utils → utils}/hooks/useResizeObserver.d.ts +0 -0
  668. /package/cjs/{core/utils → utils}/hooks/useResizeObserver.js +0 -0
  669. /package/cjs/{core/utils → utils}/hooks/useSafeContext.d.ts +0 -0
  670. /package/cjs/{core/utils → utils}/hooks/useSafeContext.js +0 -0
  671. /package/cjs/{core/utils → utils}/hooks/useSyncExternalStore.d.ts +0 -0
  672. /package/cjs/{core/utils → utils}/hooks/useSyncExternalStore.js +0 -0
  673. /package/cjs/{core/utils → utils}/icons/StatusIconMap.d.ts +0 -0
  674. /package/cjs/{core/utils → utils}/icons/StatusIconMap.js +0 -0
  675. /package/cjs/{core/utils → utils}/icons/Svg.d.ts +0 -0
  676. /package/cjs/{core/utils → utils}/icons/Svg.js +0 -0
  677. /package/cjs/{core/utils → utils}/icons/SvgCalendar.d.ts +0 -0
  678. /package/cjs/{core/utils → utils}/icons/SvgCalendar.js +0 -0
  679. /package/cjs/{core/utils → utils}/icons/SvgCaretDownSmall.d.ts +0 -0
  680. /package/cjs/{core/utils → utils}/icons/SvgCaretDownSmall.js +0 -0
  681. /package/cjs/{core/utils → utils}/icons/SvgCaretRightSmall.d.ts +0 -0
  682. /package/cjs/{core/utils → utils}/icons/SvgCaretRightSmall.js +0 -0
  683. /package/cjs/{core/utils → utils}/icons/SvgCaretUpSmall.d.ts +0 -0
  684. /package/cjs/{core/utils → utils}/icons/SvgCaretUpSmall.js +0 -0
  685. /package/cjs/{core/utils → utils}/icons/SvgCheckmark.d.ts +0 -0
  686. /package/cjs/{core/utils → utils}/icons/SvgCheckmark.js +0 -0
  687. /package/cjs/{core/utils → utils}/icons/SvgCheckmarkSmall.d.ts +0 -0
  688. /package/cjs/{core/utils → utils}/icons/SvgCheckmarkSmall.js +0 -0
  689. /package/cjs/{core/utils → utils}/icons/SvgChevronLeft.d.ts +0 -0
  690. /package/cjs/{core/utils → utils}/icons/SvgChevronLeft.js +0 -0
  691. /package/cjs/{core/utils → utils}/icons/SvgChevronLeftDouble.d.ts +0 -0
  692. /package/cjs/{core/utils → utils}/icons/SvgChevronLeftDouble.js +0 -0
  693. /package/cjs/{core/utils → utils}/icons/SvgChevronRight.d.ts +0 -0
  694. /package/cjs/{core/utils → utils}/icons/SvgChevronRight.js +0 -0
  695. /package/cjs/{core/utils → utils}/icons/SvgChevronRightDouble.d.ts +0 -0
  696. /package/cjs/{core/utils → utils}/icons/SvgChevronRightDouble.js +0 -0
  697. /package/cjs/{core/utils → utils}/icons/SvgChevronRightSmall.d.ts +0 -0
  698. /package/cjs/{core/utils → utils}/icons/SvgChevronRightSmall.js +0 -0
  699. /package/cjs/{core/utils → utils}/icons/SvgClose.d.ts +0 -0
  700. /package/cjs/{core/utils → utils}/icons/SvgClose.js +0 -0
  701. /package/cjs/{core/utils → utils}/icons/SvgCloseSmall.d.ts +0 -0
  702. /package/cjs/{core/utils → utils}/icons/SvgCloseSmall.js +0 -0
  703. /package/cjs/{core/utils → utils}/icons/SvgColumnManager.d.ts +0 -0
  704. /package/cjs/{core/utils → utils}/icons/SvgColumnManager.js +0 -0
  705. /package/cjs/{core/utils → utils}/icons/SvgDocument.d.ts +0 -0
  706. /package/cjs/{core/utils → utils}/icons/SvgDocument.js +0 -0
  707. /package/cjs/{core/utils → utils}/icons/SvgFilter.d.ts +0 -0
  708. /package/cjs/{core/utils → utils}/icons/SvgFilter.js +0 -0
  709. /package/cjs/{core/utils → utils}/icons/SvgFilterHollow.d.ts +0 -0
  710. /package/cjs/{core/utils → utils}/icons/SvgFilterHollow.js +0 -0
  711. /package/cjs/{core/utils → utils}/icons/SvgImportantSmall.d.ts +0 -0
  712. /package/cjs/{core/utils → utils}/icons/SvgImportantSmall.js +0 -0
  713. /package/cjs/{core/utils → utils}/icons/SvgInfoCircular.d.ts +0 -0
  714. /package/cjs/{core/utils → utils}/icons/SvgInfoCircular.js +0 -0
  715. /package/cjs/{core/utils → utils}/icons/SvgMore.d.ts +0 -0
  716. /package/cjs/{core/utils → utils}/icons/SvgMore.js +0 -0
  717. /package/cjs/{core/utils → utils}/icons/SvgMoreVertical.d.ts +0 -0
  718. /package/cjs/{core/utils → utils}/icons/SvgMoreVertical.js +0 -0
  719. /package/cjs/{core/utils → utils}/icons/SvgNew.d.ts +0 -0
  720. /package/cjs/{core/utils → utils}/icons/SvgNew.js +0 -0
  721. /package/cjs/{core/utils → utils}/icons/SvgSearch.d.ts +0 -0
  722. /package/cjs/{core/utils → utils}/icons/SvgSearch.js +0 -0
  723. /package/cjs/{core/utils → utils}/icons/SvgSmileyHappy.d.ts +0 -0
  724. /package/cjs/{core/utils → utils}/icons/SvgSmileyHappy.js +0 -0
  725. /package/cjs/{core/utils → utils}/icons/SvgSortDown.d.ts +0 -0
  726. /package/cjs/{core/utils → utils}/icons/SvgSortDown.js +0 -0
  727. /package/cjs/{core/utils → utils}/icons/SvgSortUp.d.ts +0 -0
  728. /package/cjs/{core/utils → utils}/icons/SvgSortUp.js +0 -0
  729. /package/cjs/{core/utils → utils}/icons/SvgStatusError.d.ts +0 -0
  730. /package/cjs/{core/utils → utils}/icons/SvgStatusError.js +0 -0
  731. /package/cjs/{core/utils → utils}/icons/SvgStatusSuccess.d.ts +0 -0
  732. /package/cjs/{core/utils → utils}/icons/SvgStatusSuccess.js +0 -0
  733. /package/cjs/{core/utils → utils}/icons/SvgStatusWarning.d.ts +0 -0
  734. /package/cjs/{core/utils → utils}/icons/SvgStatusWarning.js +0 -0
  735. /package/cjs/{core/utils → utils}/icons/SvgSwap.d.ts +0 -0
  736. /package/cjs/{core/utils → utils}/icons/SvgSwap.js +0 -0
  737. /package/cjs/{core/utils → utils}/icons/SvgUpload.d.ts +0 -0
  738. /package/cjs/{core/utils → utils}/icons/SvgUpload.js +0 -0
  739. /package/cjs/{core/utils → utils}/icons/index.d.ts +0 -0
  740. /package/cjs/{core/utils → utils}/icons/index.js +0 -0
  741. /package/cjs/{core/utils → utils}/index.d.ts +0 -0
  742. /package/cjs/{core/utils → utils}/index.js +0 -0
  743. /package/cjs/{core/utils → utils}/props.d.ts +0 -0
  744. /package/cjs/{core/utils → utils}/props.js +0 -0
  745. /package/cjs/{core/utils → utils}/providers/HydrationProvider.d.ts +0 -0
  746. /package/cjs/{core/utils → utils}/providers/HydrationProvider.js +0 -0
  747. /package/cjs/{core/utils → utils}/providers/index.d.ts +0 -0
  748. /package/cjs/{core/utils → utils}/providers/index.js +0 -0
  749. /package/cjs/{core/utils → utils}/types.d.ts +0 -0
  750. /package/cjs/{core/utils → utils}/types.js +0 -0
  751. /package/esm/{core/utils → utils}/color/ColorValue.d.ts +0 -0
  752. /package/esm/{core/utils → utils}/color/ColorValue.js +0 -0
  753. /package/esm/{core/utils → utils}/color/index.d.ts +0 -0
  754. /package/esm/{core/utils → utils}/color/index.js +0 -0
  755. /package/esm/{core/utils → utils}/components/AutoclearingHiddenLiveRegion.d.ts +0 -0
  756. /package/esm/{core/utils → utils}/components/Box.d.ts +0 -0
  757. /package/esm/{core/utils → utils}/components/Box.js +0 -0
  758. /package/esm/{core/utils → utils}/components/ButtonBase.d.ts +0 -0
  759. /package/esm/{core/utils → utils}/components/ButtonBase.js +0 -0
  760. /package/esm/{core/utils → utils}/components/FocusTrap.d.ts +0 -0
  761. /package/esm/{core/utils → utils}/components/FocusTrap.js +0 -0
  762. /package/esm/{core/utils → utils}/components/InputContainer.d.ts +0 -0
  763. /package/esm/{core/utils → utils}/components/InputWithIcon.d.ts +0 -0
  764. /package/esm/{core/utils → utils}/components/InputWithIcon.js +0 -0
  765. /package/esm/{core/utils → utils}/components/LineClamp.d.ts +0 -0
  766. /package/esm/{core/utils → utils}/components/LineClamp.js +0 -0
  767. /package/esm/{core/utils → utils}/components/MiddleTextTruncation.d.ts +0 -0
  768. /package/esm/{core/utils → utils}/components/MiddleTextTruncation.js +0 -0
  769. /package/esm/{core/utils → utils}/components/Portal.d.ts +0 -0
  770. /package/esm/{core/utils → utils}/components/Resizer.d.ts +0 -0
  771. /package/esm/{core/utils → utils}/components/Resizer.js +0 -0
  772. /package/esm/{core/utils → utils}/components/ShadowRoot.d.ts +0 -0
  773. /package/esm/{core/utils → utils}/components/ShadowRoot.js +0 -0
  774. /package/esm/{core/utils → utils}/components/VirtualScroll.d.ts +0 -0
  775. /package/esm/{core/utils → utils}/components/VirtualScroll.js +0 -0
  776. /package/esm/{core/utils → utils}/components/WithCSSTransition.d.ts +0 -0
  777. /package/esm/{core/utils → utils}/components/index.d.ts +0 -0
  778. /package/esm/{core/utils → utils}/components/index.js +0 -0
  779. /package/esm/{core/utils → utils}/functions/colors.d.ts +0 -0
  780. /package/esm/{core/utils → utils}/functions/colors.js +0 -0
  781. /package/esm/{core/utils → utils}/functions/date.d.ts +0 -0
  782. /package/esm/{core/utils → utils}/functions/date.js +0 -0
  783. /package/esm/{core/utils → utils}/functions/dev.d.ts +0 -0
  784. /package/esm/{core/utils → utils}/functions/dom.d.ts +0 -0
  785. /package/esm/{core/utils → utils}/functions/dom.js +0 -0
  786. /package/esm/{core/utils → utils}/functions/focusable.d.ts +0 -0
  787. /package/esm/{core/utils → utils}/functions/focusable.js +0 -0
  788. /package/esm/{core/utils → utils}/functions/import.d.ts +0 -0
  789. /package/esm/{core/utils → utils}/functions/import.js +0 -0
  790. /package/esm/{core/utils → utils}/functions/index.d.ts +0 -0
  791. /package/esm/{core/utils → utils}/functions/index.js +0 -0
  792. /package/esm/{core/utils → utils}/functions/numbers.d.ts +0 -0
  793. /package/esm/{core/utils → utils}/functions/numbers.js +0 -0
  794. /package/esm/{core/utils → utils}/functions/polymorphic.d.ts +0 -0
  795. /package/esm/{core/utils → utils}/functions/react.d.ts +0 -0
  796. /package/esm/{core/utils → utils}/functions/supports.d.ts +0 -0
  797. /package/esm/{core/utils → utils}/functions/supports.js +0 -0
  798. /package/esm/{core/utils → utils}/hooks/index.d.ts +0 -0
  799. /package/esm/{core/utils → utils}/hooks/index.js +0 -0
  800. /package/esm/{core/utils → utils}/hooks/useContainerWidth.d.ts +0 -0
  801. /package/esm/{core/utils → utils}/hooks/useContainerWidth.js +0 -0
  802. /package/esm/{core/utils → utils}/hooks/useControlledState.d.ts +0 -0
  803. /package/esm/{core/utils → utils}/hooks/useControlledState.js +0 -0
  804. /package/esm/{core/utils → utils}/hooks/useDragAndDrop.d.ts +0 -0
  805. /package/esm/{core/utils → utils}/hooks/useDragAndDrop.js +0 -0
  806. /package/esm/{core/utils → utils}/hooks/useEventListener.d.ts +0 -0
  807. /package/esm/{core/utils → utils}/hooks/useEventListener.js +0 -0
  808. /package/esm/{core/utils → utils}/hooks/useId.d.ts +0 -0
  809. /package/esm/{core/utils → utils}/hooks/useId.js +0 -0
  810. /package/esm/{core/utils → utils}/hooks/useIntersection.d.ts +0 -0
  811. /package/esm/{core/utils → utils}/hooks/useIntersection.js +0 -0
  812. /package/esm/{core/utils → utils}/hooks/useIsClient.d.ts +0 -0
  813. /package/esm/{core/utils → utils}/hooks/useIsClient.js +0 -0
  814. /package/esm/{core/utils → utils}/hooks/useIsomorphicLayoutEffect.d.ts +0 -0
  815. /package/esm/{core/utils → utils}/hooks/useIsomorphicLayoutEffect.js +0 -0
  816. /package/esm/{core/utils → utils}/hooks/useLatestRef.d.ts +0 -0
  817. /package/esm/{core/utils → utils}/hooks/useLatestRef.js +0 -0
  818. /package/esm/{core/utils → utils}/hooks/useMediaQuery.d.ts +0 -0
  819. /package/esm/{core/utils → utils}/hooks/useMediaQuery.js +0 -0
  820. /package/esm/{core/utils → utils}/hooks/useMergedRefs.d.ts +0 -0
  821. /package/esm/{core/utils → utils}/hooks/useMergedRefs.js +0 -0
  822. /package/esm/{core/utils → utils}/hooks/useOverflow.d.ts +0 -0
  823. /package/esm/{core/utils → utils}/hooks/useOverflow.js +0 -0
  824. /package/esm/{core/utils → utils}/hooks/useResizeObserver.d.ts +0 -0
  825. /package/esm/{core/utils → utils}/hooks/useResizeObserver.js +0 -0
  826. /package/esm/{core/utils → utils}/hooks/useSafeContext.d.ts +0 -0
  827. /package/esm/{core/utils → utils}/hooks/useSafeContext.js +0 -0
  828. /package/esm/{core/utils → utils}/hooks/useSyncExternalStore.d.ts +0 -0
  829. /package/esm/{core/utils → utils}/hooks/useSyncExternalStore.js +0 -0
  830. /package/esm/{core/utils → utils}/icons/StatusIconMap.d.ts +0 -0
  831. /package/esm/{core/utils → utils}/icons/StatusIconMap.js +0 -0
  832. /package/esm/{core/utils → utils}/icons/Svg.d.ts +0 -0
  833. /package/esm/{core/utils → utils}/icons/Svg.js +0 -0
  834. /package/esm/{core/utils → utils}/icons/SvgCalendar.d.ts +0 -0
  835. /package/esm/{core/utils → utils}/icons/SvgCalendar.js +0 -0
  836. /package/esm/{core/utils → utils}/icons/SvgCaretDownSmall.d.ts +0 -0
  837. /package/esm/{core/utils → utils}/icons/SvgCaretDownSmall.js +0 -0
  838. /package/esm/{core/utils → utils}/icons/SvgCaretRightSmall.d.ts +0 -0
  839. /package/esm/{core/utils → utils}/icons/SvgCaretRightSmall.js +0 -0
  840. /package/esm/{core/utils → utils}/icons/SvgCaretUpSmall.d.ts +0 -0
  841. /package/esm/{core/utils → utils}/icons/SvgCaretUpSmall.js +0 -0
  842. /package/esm/{core/utils → utils}/icons/SvgCheckmark.d.ts +0 -0
  843. /package/esm/{core/utils → utils}/icons/SvgCheckmark.js +0 -0
  844. /package/esm/{core/utils → utils}/icons/SvgCheckmarkSmall.d.ts +0 -0
  845. /package/esm/{core/utils → utils}/icons/SvgCheckmarkSmall.js +0 -0
  846. /package/esm/{core/utils → utils}/icons/SvgChevronLeft.d.ts +0 -0
  847. /package/esm/{core/utils → utils}/icons/SvgChevronLeft.js +0 -0
  848. /package/esm/{core/utils → utils}/icons/SvgChevronLeftDouble.d.ts +0 -0
  849. /package/esm/{core/utils → utils}/icons/SvgChevronLeftDouble.js +0 -0
  850. /package/esm/{core/utils → utils}/icons/SvgChevronRight.d.ts +0 -0
  851. /package/esm/{core/utils → utils}/icons/SvgChevronRight.js +0 -0
  852. /package/esm/{core/utils → utils}/icons/SvgChevronRightDouble.d.ts +0 -0
  853. /package/esm/{core/utils → utils}/icons/SvgChevronRightDouble.js +0 -0
  854. /package/esm/{core/utils → utils}/icons/SvgChevronRightSmall.d.ts +0 -0
  855. /package/esm/{core/utils → utils}/icons/SvgChevronRightSmall.js +0 -0
  856. /package/esm/{core/utils → utils}/icons/SvgClose.d.ts +0 -0
  857. /package/esm/{core/utils → utils}/icons/SvgClose.js +0 -0
  858. /package/esm/{core/utils → utils}/icons/SvgCloseSmall.d.ts +0 -0
  859. /package/esm/{core/utils → utils}/icons/SvgCloseSmall.js +0 -0
  860. /package/esm/{core/utils → utils}/icons/SvgColumnManager.d.ts +0 -0
  861. /package/esm/{core/utils → utils}/icons/SvgColumnManager.js +0 -0
  862. /package/esm/{core/utils → utils}/icons/SvgDocument.d.ts +0 -0
  863. /package/esm/{core/utils → utils}/icons/SvgDocument.js +0 -0
  864. /package/esm/{core/utils → utils}/icons/SvgFilter.d.ts +0 -0
  865. /package/esm/{core/utils → utils}/icons/SvgFilter.js +0 -0
  866. /package/esm/{core/utils → utils}/icons/SvgFilterHollow.d.ts +0 -0
  867. /package/esm/{core/utils → utils}/icons/SvgFilterHollow.js +0 -0
  868. /package/esm/{core/utils → utils}/icons/SvgImportantSmall.d.ts +0 -0
  869. /package/esm/{core/utils → utils}/icons/SvgImportantSmall.js +0 -0
  870. /package/esm/{core/utils → utils}/icons/SvgInfoCircular.d.ts +0 -0
  871. /package/esm/{core/utils → utils}/icons/SvgInfoCircular.js +0 -0
  872. /package/esm/{core/utils → utils}/icons/SvgMore.d.ts +0 -0
  873. /package/esm/{core/utils → utils}/icons/SvgMore.js +0 -0
  874. /package/esm/{core/utils → utils}/icons/SvgMoreVertical.d.ts +0 -0
  875. /package/esm/{core/utils → utils}/icons/SvgMoreVertical.js +0 -0
  876. /package/esm/{core/utils → utils}/icons/SvgNew.d.ts +0 -0
  877. /package/esm/{core/utils → utils}/icons/SvgNew.js +0 -0
  878. /package/esm/{core/utils → utils}/icons/SvgSearch.d.ts +0 -0
  879. /package/esm/{core/utils → utils}/icons/SvgSearch.js +0 -0
  880. /package/esm/{core/utils → utils}/icons/SvgSmileyHappy.d.ts +0 -0
  881. /package/esm/{core/utils → utils}/icons/SvgSmileyHappy.js +0 -0
  882. /package/esm/{core/utils → utils}/icons/SvgSortDown.d.ts +0 -0
  883. /package/esm/{core/utils → utils}/icons/SvgSortDown.js +0 -0
  884. /package/esm/{core/utils → utils}/icons/SvgSortUp.d.ts +0 -0
  885. /package/esm/{core/utils → utils}/icons/SvgSortUp.js +0 -0
  886. /package/esm/{core/utils → utils}/icons/SvgStatusError.d.ts +0 -0
  887. /package/esm/{core/utils → utils}/icons/SvgStatusError.js +0 -0
  888. /package/esm/{core/utils → utils}/icons/SvgStatusSuccess.d.ts +0 -0
  889. /package/esm/{core/utils → utils}/icons/SvgStatusSuccess.js +0 -0
  890. /package/esm/{core/utils → utils}/icons/SvgStatusWarning.d.ts +0 -0
  891. /package/esm/{core/utils → utils}/icons/SvgStatusWarning.js +0 -0
  892. /package/esm/{core/utils → utils}/icons/SvgSwap.d.ts +0 -0
  893. /package/esm/{core/utils → utils}/icons/SvgSwap.js +0 -0
  894. /package/esm/{core/utils → utils}/icons/SvgUpload.d.ts +0 -0
  895. /package/esm/{core/utils → utils}/icons/SvgUpload.js +0 -0
  896. /package/esm/{core/utils → utils}/icons/index.d.ts +0 -0
  897. /package/esm/{core/utils → utils}/icons/index.js +0 -0
  898. /package/esm/{core/utils → utils}/index.d.ts +0 -0
  899. /package/esm/{core/utils → utils}/index.js +0 -0
  900. /package/esm/{core/utils → utils}/props.d.ts +0 -0
  901. /package/esm/{core/utils → utils}/props.js +0 -0
  902. /package/esm/{core/utils → utils}/providers/HydrationProvider.d.ts +0 -0
  903. /package/esm/{core/utils → utils}/providers/HydrationProvider.js +0 -0
  904. /package/esm/{core/utils → utils}/providers/index.d.ts +0 -0
  905. /package/esm/{core/utils → utils}/providers/index.js +0 -0
  906. /package/esm/{core/utils → utils}/types.d.ts +0 -0
  907. /package/esm/{core/utils → utils}/types.js +0 -0
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { CommonProps } from '../utils/index.js';
2
+ import type { CommonProps } from '../../utils/index.js';
3
3
  export type TitleTranslations = {
4
4
  termsOfService: string;
5
5
  privacy: string;
@@ -53,8 +53,8 @@ export declare const defaultFooterElements: FooterElement[];
53
53
  * <Footer customElements={(defaultElements) => defaultElements.map(element => ({ ...element, url: element.key === 'privacy' ? customPrivacyUrl : element.url }))} />
54
54
  */
55
55
  export declare const Footer: ((props: FooterProps) => React.JSX.Element) & {
56
- List: import("../utils/props.js").PolymorphicForwardRefComponent<"ul", {}>;
57
- Item: import("../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
58
- Separator: import("../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
56
+ List: import("../../utils/props.js").PolymorphicForwardRefComponent<"ul", {}>;
57
+ Item: import("../../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
58
+ Separator: import("../../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
59
59
  };
60
60
  export {};
@@ -33,7 +33,7 @@ exports.Footer = exports.defaultFooterElements = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  const FooterItem_js_1 = require("./FooterItem.js");
38
38
  const FooterSeparator_js_1 = require("./FooterSeparator.js");
39
39
  const FooterList_js_1 = require("./FooterList.js");
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Footer item. Recommended to use inside `Footer.List`.
3
3
  */
4
- export declare const FooterItem: import("../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
4
+ export declare const FooterItem: import("../../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
@@ -5,7 +5,7 @@ exports.FooterItem = void 0;
5
5
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
6
6
  * See LICENSE.md in the project root for license terms and full copyright notice.
7
7
  *--------------------------------------------------------------------------------------------*/
8
- const index_js_1 = require("../utils/index.js");
8
+ const index_js_1 = require("../../utils/index.js");
9
9
  /**
10
10
  * Footer item. Recommended to use inside `Footer.List`.
11
11
  */
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Footer list. Recommended to use inside `Footer` with `Footer.Item` and `Footer.Separator`.
3
3
  */
4
- export declare const FooterList: import("../utils/props.js").PolymorphicForwardRefComponent<"ul", {}>;
4
+ export declare const FooterList: import("../../utils/props.js").PolymorphicForwardRefComponent<"ul", {}>;
@@ -5,7 +5,7 @@ exports.FooterList = void 0;
5
5
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
6
6
  * See LICENSE.md in the project root for license terms and full copyright notice.
7
7
  *--------------------------------------------------------------------------------------------*/
8
- const index_js_1 = require("../utils/index.js");
8
+ const index_js_1 = require("../../utils/index.js");
9
9
  /**
10
10
  * Footer list. Recommended to use inside `Footer` with `Footer.Item` and `Footer.Separator`.
11
11
  */
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Footer separator. Recommended to use inside `Footer.List`.
3
3
  */
4
- export declare const FooterSeparator: import("../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
4
+ export declare const FooterSeparator: import("../../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
@@ -5,7 +5,7 @@ exports.FooterSeparator = void 0;
5
5
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
6
6
  * See LICENSE.md in the project root for license terms and full copyright notice.
7
7
  *--------------------------------------------------------------------------------------------*/
8
- const index_js_1 = require("../utils/index.js");
8
+ const index_js_1 = require("../../utils/index.js");
9
9
  /**
10
10
  * Footer separator. Recommended to use inside `Footer.List`.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
2
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
3
3
  type HeaderTranslations = {
4
4
  /**
5
5
  * 'More' menu button aria-label.
@@ -34,7 +34,7 @@ exports.Header = void 0;
34
34
  const classnames_1 = __importDefault(require("classnames"));
35
35
  const React = __importStar(require("react"));
36
36
  const IconButton_js_1 = require("../Buttons/IconButton.js");
37
- const index_js_1 = require("../utils/index.js");
37
+ const index_js_1 = require("../../utils/index.js");
38
38
  const DropdownMenu_js_1 = require("../DropdownMenu/DropdownMenu.js");
39
39
  const defaultTranslations = {
40
40
  moreOptions: 'More options',
@@ -1,3 +1,3 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
2
2
  import type { ButtonProps } from '../Buttons/Button.js';
3
3
  export declare const HeaderBasicButton: PolymorphicForwardRefComponent<"button", ButtonProps>;
@@ -33,7 +33,7 @@ exports.HeaderBasicButton = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const classnames_1 = __importDefault(require("classnames"));
35
35
  const React = __importStar(require("react"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  exports.HeaderBasicButton = React.forwardRef((props, ref) => {
38
38
  const { className, children, startIcon, endIcon, styleType, size, ...rest } = props;
39
39
  styleType; // To omit and prevent eslint error.
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
2
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
3
3
  type HeaderBreadcrumbsProps = {
4
4
  /**
5
5
  * Array of elements, chevrons will be put between them.
@@ -33,7 +33,7 @@ exports.HeaderBreadcrumbs = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  /**
38
38
  * Header breadcrumbs, adds chevron between each provided items.
39
39
  * @example
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import type { ButtonProps } from '../Buttons/Button.js';
3
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
3
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
4
4
  import type { DropdownButtonProps } from '../Buttons/DropdownButton.js';
5
5
  type HeaderButtonProps = {
6
6
  /**
@@ -29,7 +29,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
30
  exports.HeaderButton = void 0;
31
31
  const React = __importStar(require("react"));
32
- const index_js_1 = require("../utils/index.js");
32
+ const index_js_1 = require("../../utils/index.js");
33
33
  const HeaderSplitButton_js_1 = require("./HeaderSplitButton.js");
34
34
  const HeaderDropdownButton_js_1 = require("./HeaderDropdownButton.js");
35
35
  const HeaderBasicButton_js_1 = require("./HeaderBasicButton.js");
@@ -55,7 +55,7 @@ exports.HeaderButton = React.forwardRef((props, ref) => {
55
55
  name: htmlName,
56
56
  ...(!!menuItems && { menuItems }),
57
57
  ...rest,
58
- }; // eslint-disable-line @typescript-eslint/no-explicit-any
58
+ };
59
59
  const headerButton = !!props.menuItems && !!props.onClick ? (React.createElement(HeaderSplitButton_js_1.HeaderSplitButton, { ...buttonProps })) : !!props.menuItems ? (React.createElement(HeaderDropdownButton_js_1.HeaderDropdownButton, { ...buttonProps })) : (React.createElement(HeaderBasicButton_js_1.HeaderBasicButton, { ...buttonProps }));
60
60
  return (React.createElement(index_js_1.Box, { as: 'li', className: 'iui-header-breadcrumb-item', "aria-current": isActive ? 'location' : undefined, "aria-disabled": disabled ? 'true' : undefined }, headerButton));
61
61
  });
@@ -1,3 +1,3 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
2
2
  import type { DropdownButtonProps } from '../Buttons/DropdownButton.js';
3
3
  export declare const HeaderDropdownButton: PolymorphicForwardRefComponent<"button", DropdownButtonProps>;
@@ -34,7 +34,7 @@ exports.HeaderDropdownButton = void 0;
34
34
  const classnames_1 = __importDefault(require("classnames"));
35
35
  const React = __importStar(require("react"));
36
36
  const DropdownMenu_js_1 = require("../DropdownMenu/DropdownMenu.js");
37
- const index_js_1 = require("../utils/index.js");
37
+ const index_js_1 = require("../../utils/index.js");
38
38
  const HeaderBasicButton_js_1 = require("./HeaderBasicButton.js");
39
39
  exports.HeaderDropdownButton = React.forwardRef((props, ref) => {
40
40
  const { menuItems, className, children, ...rest } = props;
@@ -1,4 +1,4 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
2
2
  type HeaderLogoOwnProps = {
3
3
  /**
4
4
  * Logo shown before the main content.
@@ -33,7 +33,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
33
33
  exports.HeaderLogo = void 0;
34
34
  const classnames_1 = __importDefault(require("classnames"));
35
35
  const React = __importStar(require("react"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  /**
38
38
  * Header Title section
39
39
  * @example
@@ -43,8 +43,7 @@ const index_js_1 = require("../utils/index.js");
43
43
  * <HeaderLogo logo={<img src='data:image/png;base64,...' />}>Downloaded Image</HeaderLogo>
44
44
  */
45
45
  exports.HeaderLogo = React.forwardRef((props, ref) => {
46
- const { className, children, logo, onClick, as = (!!onClick ? 'button' : 'div'), // eslint-disable-line @typescript-eslint/no-explicit-any
47
- ...rest } = props;
46
+ const { className, children, logo, onClick, as = (!!onClick ? 'button' : 'div'), ...rest } = props;
48
47
  return (React.createElement(index_js_1.Box, { className: (0, classnames_1.default)('iui-header-brand', className), as: as, type: as === 'button' ? 'button' : undefined, onClick: onClick, ref: ref, ...rest },
49
48
  logo ? (React.createElement(index_js_1.Box, { as: 'span', className: 'iui-header-brand-icon', "aria-hidden": true }, logo)) : null,
50
49
  children && (React.createElement(index_js_1.Box, { as: 'span', className: 'iui-header-brand-label' }, children))));
@@ -1,3 +1,3 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
2
2
  import type { SplitButtonProps } from '../Buttons/SplitButton.js';
3
3
  export declare const HeaderSplitButton: PolymorphicForwardRefComponent<"button", SplitButtonProps>;
@@ -34,7 +34,7 @@ exports.HeaderSplitButton = void 0;
34
34
  const classnames_1 = __importDefault(require("classnames"));
35
35
  const React = __importStar(require("react"));
36
36
  const DropdownMenu_js_1 = require("../DropdownMenu/DropdownMenu.js");
37
- const index_js_1 = require("../utils/index.js");
37
+ const index_js_1 = require("../../utils/index.js");
38
38
  const HeaderBasicButton_js_1 = require("./HeaderBasicButton.js");
39
39
  exports.HeaderSplitButton = React.forwardRef((props, forwardedRef) => {
40
40
  const { menuItems, className, menuPlacement = 'bottom-end', children, disabled, ...rest } = props;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import type { AnyString } from '../utils/types.js';
3
- import type { PolymorphicForwardRefComponent } from '../utils/props.js';
2
+ import type { AnyString } from '../../utils/types.js';
3
+ import type { PolymorphicForwardRefComponent } from '../../utils/props.js';
4
4
  export type IconProps = {
5
5
  /**
6
6
  * Size of the svg.
@@ -33,7 +33,7 @@ exports.Icon = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
- const Box_js_1 = require("../utils/components/Box.js");
36
+ const Box_js_1 = require("../../utils/components/Box.js");
37
37
  const getSizeValue = (size) => {
38
38
  switch (size) {
39
39
  case 'small':
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
2
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
3
3
  type InformationPanelProps = {
4
4
  /**
5
5
  * Is the panel open?
@@ -33,7 +33,7 @@ exports.InformationPanel = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const classnames_1 = __importDefault(require("classnames"));
35
35
  const React = __importStar(require("react"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  /**
38
38
  * InformationPanel provides a way to view additional content or attributes
39
39
  * without leaving the main content area (e.g. Table).
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Body of the `InformationPanel` containing the main content.
3
3
  */
4
- export declare const InformationPanelBody: import("../utils/props.js").PolymorphicForwardRefComponent<"div", {}>;
4
+ export declare const InformationPanelBody: import("../../utils/props.js").PolymorphicForwardRefComponent<"div", {}>;
@@ -5,7 +5,7 @@ exports.InformationPanelBody = void 0;
5
5
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
6
6
  * See LICENSE.md in the project root for license terms and full copyright notice.
7
7
  *--------------------------------------------------------------------------------------------*/
8
- const index_js_1 = require("../utils/index.js");
8
+ const index_js_1 = require("../../utils/index.js");
9
9
  /**
10
10
  * Body of the `InformationPanel` containing the main content.
11
11
  */
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
2
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
3
3
  type InformationPanelContentProps = {
4
4
  /**
5
5
  * If set to 'inline', the label/input pairs will be shown on the same line.
@@ -33,7 +33,7 @@ exports.InformationPanelContent = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const classnames_1 = __importDefault(require("classnames"));
35
35
  const React = __importStar(require("react"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  /**
38
38
  * The `InformationPanelContent` component should be used inside `InformationPanelBody`
39
39
  * to style rows of key/value pairs, where the key is ideally represented by a `Label` component
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
2
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
3
3
  type InformationPanelHeaderProps = {
4
4
  /**
5
5
  * Callback fired when close icon is clicked.
@@ -34,7 +34,7 @@ exports.InformationPanelHeader = void 0;
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
36
  const IconButton_js_1 = require("../Buttons/IconButton.js");
37
- const index_js_1 = require("../utils/index.js");
37
+ const index_js_1 = require("../../utils/index.js");
38
38
  /**
39
39
  * Header of the InformationPanel to be passed in the `header` prop.
40
40
  *
@@ -7,4 +7,4 @@
7
7
  * <InformationPanel ... />
8
8
  * </InformationPanelWrapper>
9
9
  */
10
- export declare const InformationPanelWrapper: import("../utils/props.js").PolymorphicForwardRefComponent<"div", {}>;
10
+ export declare const InformationPanelWrapper: import("../../utils/props.js").PolymorphicForwardRefComponent<"div", {}>;
@@ -5,7 +5,7 @@ exports.InformationPanelWrapper = void 0;
5
5
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
6
6
  * See LICENSE.md in the project root for license terms and full copyright notice.
7
7
  *--------------------------------------------------------------------------------------------*/
8
- const index_js_1 = require("../utils/index.js");
8
+ const index_js_1 = require("../../utils/index.js");
9
9
  /**
10
10
  * InformationPanelWrapper should contain the `InformationPanel`
11
11
  * and the component over which the panel will overlay.
@@ -1,4 +1,4 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
2
2
  export type InputProps = {
3
3
  /**
4
4
  * Modify size of the input.
@@ -33,7 +33,7 @@ exports.Input = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const classnames_1 = __importDefault(require("classnames"));
35
35
  const React = __importStar(require("react"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  /**
38
38
  * Basic input component
39
39
  * @example
@@ -1,4 +1,4 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
2
2
  type InputGridOwnProps = {
3
3
  /**
4
4
  * Set display style of label.
@@ -32,7 +32,7 @@ exports.InputGrid = void 0;
32
32
  * See LICENSE.md in the project root for license terms and full copyright notice.
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
- const index_js_1 = require("../utils/index.js");
35
+ const index_js_1 = require("../../utils/index.js");
36
36
  const classnames_1 = __importDefault(require("classnames"));
37
37
  const Label_js_1 = require("../Label/Label.js");
38
38
  const Input_js_1 = require("../Input/Input.js");
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
2
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
3
3
  import { StatusMessage } from '../StatusMessage/StatusMessage.js';
4
4
  type InputGroupProps = {
5
5
  /**
@@ -33,7 +33,7 @@ exports.InputGroup = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  const InputGrid_js_1 = require("../InputGrid/InputGrid.js");
38
38
  const Label_js_1 = require("../Label/Label.js");
39
39
  const StatusMessage_js_1 = require("../StatusMessage/StatusMessage.js");
@@ -75,5 +75,5 @@ const BottomMessage = (props) => {
75
75
  'aria-hidden': true,
76
76
  }, startIcon: svgIcon, status: status, ...messageProps }, displayStyle !== 'inline' && message));
77
77
  }
78
- return undefined;
78
+ return null;
79
79
  };
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
2
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
3
3
  import type { InputProps } from '../Input/Input.js';
4
4
  /**
5
5
  * Input component with various additional decorations.
@@ -17,7 +17,7 @@ import type { InputProps } from '../Input/Input.js';
17
17
  */
18
18
  export declare const InputWithDecorations: PolymorphicForwardRefComponent<"div", Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
19
19
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
20
- }, "as" | keyof import("../utils/index.js").InputFlexContainerProps> & import("../utils/index.js").InputFlexContainerProps & {
20
+ }, "as" | keyof import("../../utils/index.js").InputFlexContainerProps> & import("../../utils/index.js").InputFlexContainerProps & {
21
21
  as?: "div" | undefined;
22
22
  }> & {
23
23
  /**
@@ -32,7 +32,7 @@ export declare const InputWithDecorations: PolymorphicForwardRefComponent<"div",
32
32
  */
33
33
  Button: PolymorphicForwardRefComponent<"button", Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
34
34
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
35
- }, "label" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "isActive" | "iconProps"> & Omit<import("../Buttons/IconButton.js").IconButtonProps, "styleType"> & {
35
+ }, "label" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "stretched" | "isActive" | "iconProps"> & Omit<import("../Buttons/IconButton.js").IconButtonProps, "styleType"> & {
36
36
  styleType?: "default" | "cta" | "high-visibility" | "borderless" | undefined;
37
37
  } & {
38
38
  as?: "button" | undefined;
@@ -29,7 +29,7 @@ exports.InputWithDecorations = void 0;
29
29
  * See LICENSE.md in the project root for license terms and full copyright notice.
30
30
  *--------------------------------------------------------------------------------------------*/
31
31
  const React = __importStar(require("react"));
32
- const index_js_1 = require("../utils/index.js");
32
+ const index_js_1 = require("../../utils/index.js");
33
33
  const InputWithDecorationsContext = React.createContext(undefined);
34
34
  const InputWithDecorationsComponent = React.forwardRef((props, ref) => {
35
35
  const { children, size, isDisabled, ...rest } = props;
@@ -1,4 +1,4 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
2
2
  type LabelOwnProps = {
3
3
  /**
4
4
  * Set the display style of the label.
@@ -33,7 +33,7 @@ exports.Label = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  /**
38
38
  * A standalone label to be used with input components (using `htmlFor`).
39
39
  * Can be rendered as any element, e.g. span, using the `as` prop.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Input } from '../Input/Input.js';
3
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
3
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
4
4
  import { InputGrid } from '../InputGrid/InputGrid.js';
5
5
  import { Icon } from '../Icon/Icon.js';
6
6
  export type LabeledInputProps = {
@@ -33,7 +33,7 @@ exports.LabeledInput = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const Input_js_1 = require("../Input/Input.js");
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  const InputGrid_js_1 = require("../InputGrid/InputGrid.js");
38
38
  const StatusMessage_js_1 = require("../StatusMessage/StatusMessage.js");
39
39
  const Label_js_1 = require("../Label/Label.js");
@@ -172,8 +172,8 @@ export declare const LabeledSelect: <T>(props: ({
172
172
  messageIconProps?: (Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
173
173
  ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
174
174
  }, "fill" | "as" | "key" | "size" | keyof React.HTMLAttributes<HTMLSpanElement> | "padded"> & {
175
- size?: "small" | "auto" | "medium" | "large" | import("../utils/types.js").AnyString | undefined;
176
- fill?: "default" | "informational" | "negative" | "positive" | "warning" | import("../utils/types.js").AnyString | undefined;
175
+ size?: "small" | "auto" | "medium" | "large" | import("../../utils/types.js").AnyString | undefined;
176
+ fill?: "default" | import("../../utils/types.js").AnyString | "informational" | "negative" | "positive" | "warning" | undefined;
177
177
  padded?: boolean | undefined;
178
178
  } & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
179
179
  as?: "span" | undefined;
@@ -278,8 +278,8 @@ export declare const LabeledSelect: <T>(props: ({
278
278
  messageIconProps?: (Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
279
279
  ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
280
280
  }, "fill" | "as" | "key" | "size" | keyof React.HTMLAttributes<HTMLSpanElement> | "padded"> & {
281
- size?: "small" | "auto" | "medium" | "large" | import("../utils/types.js").AnyString | undefined;
282
- fill?: "default" | "informational" | "negative" | "positive" | "warning" | import("../utils/types.js").AnyString | undefined;
281
+ size?: "small" | "auto" | "medium" | "large" | import("../../utils/types.js").AnyString | undefined;
282
+ fill?: "default" | import("../../utils/types.js").AnyString | "informational" | "negative" | "positive" | "warning" | undefined;
283
283
  padded?: boolean | undefined;
284
284
  } & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
285
285
  as?: "span" | undefined;
@@ -408,8 +408,8 @@ export declare const LabeledSelect: <T>(props: ({
408
408
  messageIconProps?: (Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
409
409
  ref?: ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | null | undefined;
410
410
  }, "fill" | "as" | "key" | "size" | keyof React.HTMLAttributes<HTMLSpanElement> | "padded"> & {
411
- size?: "small" | "auto" | "medium" | "large" | import("../utils/types.js").AnyString | undefined;
412
- fill?: "default" | "informational" | "negative" | "positive" | "warning" | import("../utils/types.js").AnyString | undefined;
411
+ size?: "small" | "auto" | "medium" | "large" | import("../../utils/types.js").AnyString | undefined;
412
+ fill?: "default" | import("../../utils/types.js").AnyString | "informational" | "negative" | "positive" | "warning" | undefined;
413
413
  padded?: boolean | undefined;
414
414
  } & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
415
415
  as?: "span" | undefined;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Icon } from '../Icon/Icon.js';
3
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
3
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
4
4
  import type { LabeledInputProps } from '../LabeledInput/LabeledInput.js';
5
5
  import { InputGrid } from '../InputGrid/InputGrid.js';
6
6
  type LabeledTextareaProps = {
@@ -1,4 +1,4 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/props.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/props.js';
2
2
  /**
3
3
  * Polymorphic link action component.
4
4
  * It is rendered as `a` by default.
@@ -33,8 +33,8 @@ exports.LinkBox = exports.LinkAction = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
- const polymorphic_js_1 = require("../utils/functions/polymorphic.js");
37
- const index_js_1 = require("../utils/components/index.js");
36
+ const polymorphic_js_1 = require("../../utils/functions/polymorphic.js");
37
+ const index_js_1 = require("../../utils/components/index.js");
38
38
  /**
39
39
  * Polymorphic link action component.
40
40
  * It is rendered as `a` by default.
@@ -1 +1 @@
1
- export declare const List: import("../utils/props.js").PolymorphicForwardRefComponent<"ul", {}>;
1
+ export declare const List: import("../../utils/props.js").PolymorphicForwardRefComponent<"ul", {}>;
@@ -5,6 +5,6 @@ exports.List = void 0;
5
5
  * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
6
6
  * See LICENSE.md in the project root for license terms and full copyright notice.
7
7
  *--------------------------------------------------------------------------------------------*/
8
- const index_js_1 = require("../utils/index.js");
8
+ const index_js_1 = require("../../utils/index.js");
9
9
  exports.List = index_js_1.polymorphic.ul('iui-list', { role: 'list' });
10
10
  exports.List.displayName = 'List';
@@ -1,4 +1,4 @@
1
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
1
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
2
2
  export type ListItemOwnProps = {
3
3
  /**
4
4
  * Size of the ListItem. Can be explicitly specified to be 'large',
@@ -33,7 +33,7 @@ exports.ListItem = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  const LinkAction_js_1 = require("../LinkAction/LinkAction.js");
38
38
  const ListItemComponent = React.forwardRef((props, ref) => {
39
39
  const { size = 'default', disabled = false, active = false, actionable = false, focused = false, className, ...rest } = props;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { PolymorphicForwardRefComponent } from '../utils/index.js';
2
+ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
3
3
  type MenuProps = {
4
4
  /**
5
5
  * Menu items. Recommended to use `MenuItem` components.
@@ -33,7 +33,7 @@ exports.Menu = void 0;
33
33
  *--------------------------------------------------------------------------------------------*/
34
34
  const React = __importStar(require("react"));
35
35
  const classnames_1 = __importDefault(require("classnames"));
36
- const index_js_1 = require("../utils/index.js");
36
+ const index_js_1 = require("../../utils/index.js");
37
37
  /**
38
38
  * Basic menu component. Can be used for select or dropdown components.
39
39
  */
@@ -13,4 +13,4 @@
13
13
  * ]}
14
14
  * </Menu>
15
15
  */
16
- export declare const MenuDivider: import("../utils/props.js").PolymorphicForwardRefComponent<NonNullable<keyof JSX.IntrinsicElements>, {}>;
16
+ export declare const MenuDivider: import("../../utils/props.js").PolymorphicForwardRefComponent<NonNullable<keyof JSX.IntrinsicElements>, {}>;