@itwin/itwinui-react 1.48.2-dev.0 → 1.48.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 (428) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/cjs/core/Alert/Alert.d.ts +1 -0
  3. package/cjs/core/Alert/Alert.js +1 -0
  4. package/cjs/core/Backdrop/Backdrop.d.ts +1 -0
  5. package/cjs/core/Backdrop/Backdrop.js +1 -0
  6. package/cjs/core/Badge/Badge.d.ts +1 -0
  7. package/cjs/core/Badge/Badge.js +1 -0
  8. package/cjs/core/Breadcrumbs/Breadcrumbs.d.ts +1 -0
  9. package/cjs/core/Breadcrumbs/Breadcrumbs.js +1 -0
  10. package/cjs/core/ButtonGroup/ButtonGroup.d.ts +1 -0
  11. package/cjs/core/ButtonGroup/ButtonGroup.js +1 -0
  12. package/cjs/core/Buttons/Button/Button.d.ts +1 -0
  13. package/cjs/core/Buttons/Button/Button.js +1 -0
  14. package/cjs/core/Buttons/DropdownButton/DropdownButton.d.ts +1 -0
  15. package/cjs/core/Buttons/DropdownButton/DropdownButton.js +1 -0
  16. package/cjs/core/Buttons/IconButton/IconButton.d.ts +1 -0
  17. package/cjs/core/Buttons/IconButton/IconButton.js +1 -0
  18. package/cjs/core/Buttons/SplitButton/SplitButton.d.ts +1 -0
  19. package/cjs/core/Buttons/SplitButton/SplitButton.js +1 -0
  20. package/cjs/core/Carousel/Carousel.d.ts +1 -0
  21. package/cjs/core/Carousel/Carousel.js +1 -0
  22. package/cjs/core/Carousel/CarouselDotsList.d.ts +1 -0
  23. package/cjs/core/Carousel/CarouselDotsList.js +1 -0
  24. package/cjs/core/Checkbox/Checkbox.d.ts +1 -0
  25. package/cjs/core/Checkbox/Checkbox.js +1 -0
  26. package/cjs/core/ColorPicker/ColorBuilder.d.ts +1 -0
  27. package/cjs/core/ColorPicker/ColorBuilder.js +1 -0
  28. package/cjs/core/ColorPicker/ColorInputPanel.d.ts +1 -0
  29. package/cjs/core/ColorPicker/ColorInputPanel.js +1 -0
  30. package/cjs/core/ColorPicker/ColorPalette.d.ts +1 -0
  31. package/cjs/core/ColorPicker/ColorPalette.js +1 -0
  32. package/cjs/core/ColorPicker/ColorPicker.d.ts +1 -0
  33. package/cjs/core/ColorPicker/ColorPicker.js +1 -0
  34. package/cjs/core/ColorPicker/ColorSwatch.d.ts +1 -0
  35. package/cjs/core/ColorPicker/ColorSwatch.js +1 -0
  36. package/cjs/core/DatePicker/DatePicker.d.ts +1 -0
  37. package/cjs/core/DatePicker/DatePicker.js +1 -0
  38. package/cjs/core/Dialog/Dialog.d.ts +1 -0
  39. package/cjs/core/Dialog/Dialog.js +1 -0
  40. package/cjs/core/Dialog/DialogButtonBar.d.ts +1 -0
  41. package/cjs/core/Dialog/DialogButtonBar.js +1 -0
  42. package/cjs/core/Dialog/DialogContent.d.ts +1 -0
  43. package/cjs/core/Dialog/DialogContent.js +1 -0
  44. package/cjs/core/Dialog/DialogMain.d.ts +1 -0
  45. package/cjs/core/Dialog/DialogMain.js +1 -0
  46. package/cjs/core/Dialog/DialogTitleBar.d.ts +1 -0
  47. package/cjs/core/Dialog/DialogTitleBar.js +1 -0
  48. package/cjs/core/Dialog/DialogTitleBarTitle.d.ts +1 -0
  49. package/cjs/core/Dialog/DialogTitleBarTitle.js +1 -0
  50. package/cjs/core/ErrorPage/ErrorPage.d.ts +1 -0
  51. package/cjs/core/ErrorPage/ErrorPage.js +1 -0
  52. package/cjs/core/ExpandableBlock/ExpandableBlock.d.ts +1 -0
  53. package/cjs/core/ExpandableBlock/ExpandableBlock.js +1 -0
  54. package/cjs/core/Fieldset/Fieldset.d.ts +1 -0
  55. package/cjs/core/Fieldset/Fieldset.js +1 -0
  56. package/cjs/core/FileUpload/FileUpload.d.ts +1 -5
  57. package/cjs/core/FileUpload/FileUpload.js +1 -0
  58. package/cjs/core/FileUpload/FileUploadTemplate.d.ts +1 -0
  59. package/cjs/core/FileUpload/FileUploadTemplate.js +1 -0
  60. package/cjs/core/Footer/Footer.d.ts +1 -0
  61. package/cjs/core/Footer/Footer.js +1 -0
  62. package/cjs/core/Footer/FooterItem.d.ts +1 -0
  63. package/cjs/core/Footer/FooterItem.js +1 -0
  64. package/cjs/core/Footer/FooterList.d.ts +1 -0
  65. package/cjs/core/Footer/FooterList.js +1 -0
  66. package/cjs/core/Footer/FooterSeparator.d.ts +1 -0
  67. package/cjs/core/Footer/FooterSeparator.js +1 -0
  68. package/cjs/core/Header/Header.d.ts +1 -0
  69. package/cjs/core/Header/Header.js +1 -0
  70. package/cjs/core/Header/HeaderBreadcrumbs.d.ts +1 -0
  71. package/cjs/core/Header/HeaderBreadcrumbs.js +1 -0
  72. package/cjs/core/Header/HeaderButton.d.ts +1 -0
  73. package/cjs/core/Header/HeaderButton.js +1 -0
  74. package/cjs/core/Header/HeaderLogo.d.ts +1 -0
  75. package/cjs/core/Header/HeaderLogo.js +1 -0
  76. package/cjs/core/InformationPanel/InformationPanel.d.ts +1 -0
  77. package/cjs/core/InformationPanel/InformationPanel.js +1 -0
  78. package/cjs/core/InformationPanel/InformationPanelBody.d.ts +1 -0
  79. package/cjs/core/InformationPanel/InformationPanelBody.js +1 -0
  80. package/cjs/core/InformationPanel/InformationPanelContent.d.ts +1 -0
  81. package/cjs/core/InformationPanel/InformationPanelContent.js +1 -0
  82. package/cjs/core/InformationPanel/InformationPanelHeader.d.ts +1 -0
  83. package/cjs/core/InformationPanel/InformationPanelHeader.js +1 -0
  84. package/cjs/core/InformationPanel/InformationPanelWrapper.d.ts +1 -0
  85. package/cjs/core/InformationPanel/InformationPanelWrapper.js +1 -0
  86. package/cjs/core/Input/Input.d.ts +1 -0
  87. package/cjs/core/Input/Input.js +1 -0
  88. package/cjs/core/InputGroup/InputGroup.d.ts +1 -0
  89. package/cjs/core/InputGroup/InputGroup.js +1 -0
  90. package/cjs/core/Label/Label.d.ts +1 -0
  91. package/cjs/core/Label/Label.js +1 -0
  92. package/cjs/core/LabeledInput/LabeledInput.d.ts +1 -0
  93. package/cjs/core/LabeledInput/LabeledInput.js +1 -0
  94. package/cjs/core/LabeledSelect/LabeledSelect.d.ts +1 -0
  95. package/cjs/core/LabeledSelect/LabeledSelect.js +1 -0
  96. package/cjs/core/LabeledTextarea/LabeledTextarea.d.ts +1 -0
  97. package/cjs/core/LabeledTextarea/LabeledTextarea.js +1 -0
  98. package/cjs/core/Menu/Menu.d.ts +1 -0
  99. package/cjs/core/Menu/Menu.js +1 -0
  100. package/cjs/core/Menu/MenuDivider.d.ts +1 -0
  101. package/cjs/core/Menu/MenuDivider.js +1 -0
  102. package/cjs/core/Menu/MenuExtraContent.d.ts +1 -0
  103. package/cjs/core/Menu/MenuExtraContent.js +1 -0
  104. package/cjs/core/Menu/MenuItem.d.ts +1 -0
  105. package/cjs/core/Menu/MenuItem.js +1 -0
  106. package/cjs/core/Menu/MenuItemSkeleton.d.ts +1 -0
  107. package/cjs/core/Menu/MenuItemSkeleton.js +1 -0
  108. package/cjs/core/Modal/Modal.d.ts +1 -0
  109. package/cjs/core/Modal/Modal.js +1 -0
  110. package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.d.ts +1 -0
  111. package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +1 -0
  112. package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.d.ts +1 -0
  113. package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +1 -0
  114. package/cjs/core/Radio/Radio.d.ts +1 -0
  115. package/cjs/core/Radio/Radio.js +1 -0
  116. package/cjs/core/RadioTiles/RadioTile.d.ts +1 -0
  117. package/cjs/core/RadioTiles/RadioTile.js +1 -0
  118. package/cjs/core/RadioTiles/RadioTileGroup.d.ts +1 -0
  119. package/cjs/core/RadioTiles/RadioTileGroup.js +1 -0
  120. package/cjs/core/Select/Select.d.ts +1 -0
  121. package/cjs/core/Select/Select.js +1 -0
  122. package/cjs/core/Select/SelectTag.d.ts +1 -0
  123. package/cjs/core/Select/SelectTag.js +1 -0
  124. package/cjs/core/SideNavigation/SideNavigation.d.ts +1 -0
  125. package/cjs/core/SideNavigation/SideNavigation.js +1 -0
  126. package/cjs/core/SideNavigation/SidenavButton.d.ts +1 -0
  127. package/cjs/core/SideNavigation/SidenavButton.js +1 -0
  128. package/cjs/core/SideNavigation/SidenavSubmenu.d.ts +1 -0
  129. package/cjs/core/SideNavigation/SidenavSubmenu.js +1 -0
  130. package/cjs/core/SideNavigation/SidenavSubmenuHeader.d.ts +1 -0
  131. package/cjs/core/SideNavigation/SidenavSubmenuHeader.js +1 -0
  132. package/cjs/core/SkipToContentLink/SkipToContentLink.d.ts +1 -0
  133. package/cjs/core/SkipToContentLink/SkipToContentLink.js +1 -0
  134. package/cjs/core/Slider/Slider.d.ts +1 -0
  135. package/cjs/core/Slider/Slider.js +1 -0
  136. package/cjs/core/Surface/Surface.d.ts +1 -0
  137. package/cjs/core/Surface/Surface.js +1 -0
  138. package/cjs/core/Table/Table.d.ts +1 -0
  139. package/cjs/core/Table/Table.js +1 -0
  140. package/cjs/core/Table/TablePaginator.d.ts +1 -0
  141. package/cjs/core/Table/TablePaginator.js +1 -0
  142. package/cjs/core/Table/filters/BaseFilter.d.ts +1 -0
  143. package/cjs/core/Table/filters/BaseFilter.js +1 -0
  144. package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +1 -0
  145. package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.js +1 -0
  146. package/cjs/core/Table/filters/FilterButtonBar.d.ts +1 -0
  147. package/cjs/core/Table/filters/FilterButtonBar.js +1 -0
  148. package/cjs/core/Table/filters/FilterToggle.d.ts +1 -0
  149. package/cjs/core/Table/filters/FilterToggle.js +1 -0
  150. package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +1 -0
  151. package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +1 -0
  152. package/cjs/core/Table/filters/TextFilter/TextFilter.d.ts +1 -0
  153. package/cjs/core/Table/filters/TextFilter/TextFilter.js +1 -0
  154. package/cjs/core/Tabs/Tab.d.ts +1 -0
  155. package/cjs/core/Tabs/Tab.js +1 -0
  156. package/cjs/core/Tabs/Tabs.d.ts +1 -0
  157. package/cjs/core/Tabs/Tabs.js +1 -0
  158. package/cjs/core/Tag/Tag.d.ts +1 -0
  159. package/cjs/core/Tag/Tag.js +1 -0
  160. package/cjs/core/Tag/TagContainer.d.ts +1 -0
  161. package/cjs/core/Tag/TagContainer.js +1 -0
  162. package/cjs/core/Textarea/Textarea.d.ts +1 -0
  163. package/cjs/core/Textarea/Textarea.js +1 -0
  164. package/cjs/core/Tile/Tile.d.ts +1 -0
  165. package/cjs/core/Tile/Tile.js +1 -0
  166. package/cjs/core/TimePicker/TimePicker.d.ts +1 -0
  167. package/cjs/core/TimePicker/TimePicker.js +1 -0
  168. package/cjs/core/Toast/Toast.d.ts +1 -0
  169. package/cjs/core/Toast/Toast.js +1 -0
  170. package/cjs/core/Toast/ToastWrapper.d.ts +1 -0
  171. package/cjs/core/Toast/ToastWrapper.js +1 -0
  172. package/cjs/core/ToggleSwitch/ToggleSwitch.d.ts +1 -0
  173. package/cjs/core/ToggleSwitch/ToggleSwitch.js +1 -0
  174. package/cjs/core/Tooltip/Tooltip.d.ts +1 -0
  175. package/cjs/core/Tooltip/Tooltip.js +1 -0
  176. package/cjs/core/Tree/Tree.d.ts +1 -0
  177. package/cjs/core/Tree/Tree.js +1 -0
  178. package/cjs/core/Tree/TreeNode.d.ts +1 -0
  179. package/cjs/core/Tree/TreeNode.js +1 -0
  180. package/cjs/core/Tree/TreeNodeExpander.d.ts +1 -0
  181. package/cjs/core/Tree/TreeNodeExpander.js +1 -0
  182. package/cjs/core/Typography/Anchor/Anchor.d.ts +1 -0
  183. package/cjs/core/Typography/Anchor/Anchor.js +1 -0
  184. package/cjs/core/Typography/Blockquote/Blockquote.d.ts +1 -0
  185. package/cjs/core/Typography/Blockquote/Blockquote.js +1 -0
  186. package/cjs/core/Typography/Body/Body.d.ts +1 -0
  187. package/cjs/core/Typography/Body/Body.js +1 -0
  188. package/cjs/core/Typography/Code/Code.d.ts +1 -0
  189. package/cjs/core/Typography/Code/Code.js +1 -0
  190. package/cjs/core/Typography/Headline/Headline.d.ts +1 -0
  191. package/cjs/core/Typography/Headline/Headline.js +1 -0
  192. package/cjs/core/Typography/Kbd/Kbd.d.ts +1 -0
  193. package/cjs/core/Typography/Kbd/Kbd.js +1 -0
  194. package/cjs/core/Typography/Leading/Leading.d.ts +1 -0
  195. package/cjs/core/Typography/Leading/Leading.js +1 -0
  196. package/cjs/core/Typography/Small/Small.d.ts +1 -0
  197. package/cjs/core/Typography/Small/Small.js +1 -0
  198. package/cjs/core/Typography/Subheading/Subheading.d.ts +1 -0
  199. package/cjs/core/Typography/Subheading/Subheading.js +1 -0
  200. package/cjs/core/Typography/Text/Text.d.ts +1 -0
  201. package/cjs/core/Typography/Text/Text.js +1 -0
  202. package/cjs/core/Typography/Title/Title.d.ts +1 -0
  203. package/cjs/core/Typography/Title/Title.js +1 -0
  204. package/cjs/core/UserIcon/UserIcon.d.ts +1 -0
  205. package/cjs/core/UserIcon/UserIcon.js +1 -0
  206. package/cjs/core/UserIconGroup/UserIconGroup.d.ts +1 -0
  207. package/cjs/core/UserIconGroup/UserIconGroup.js +1 -0
  208. package/cjs/core/Wizard/Wizard.d.ts +1 -0
  209. package/cjs/core/Wizard/Wizard.js +1 -0
  210. package/cjs/core/utils/components/Popover.d.ts +1 -0
  211. package/cjs/core/utils/components/Popover.js +1 -0
  212. package/cjs/core/utils/hooks/useIntersection.js +8 -12
  213. package/cjs/core/utils/hooks/useTheme.d.ts +1 -1
  214. package/cjs/core/utils/hooks/useTheme.js +1 -1
  215. package/esm/core/Alert/Alert.d.ts +1 -0
  216. package/esm/core/Alert/Alert.js +1 -0
  217. package/esm/core/Backdrop/Backdrop.d.ts +1 -0
  218. package/esm/core/Backdrop/Backdrop.js +1 -0
  219. package/esm/core/Badge/Badge.d.ts +1 -0
  220. package/esm/core/Badge/Badge.js +1 -0
  221. package/esm/core/Breadcrumbs/Breadcrumbs.d.ts +1 -0
  222. package/esm/core/Breadcrumbs/Breadcrumbs.js +1 -0
  223. package/esm/core/ButtonGroup/ButtonGroup.d.ts +1 -0
  224. package/esm/core/ButtonGroup/ButtonGroup.js +1 -0
  225. package/esm/core/Buttons/Button/Button.d.ts +1 -0
  226. package/esm/core/Buttons/Button/Button.js +1 -0
  227. package/esm/core/Buttons/DropdownButton/DropdownButton.d.ts +1 -0
  228. package/esm/core/Buttons/DropdownButton/DropdownButton.js +1 -0
  229. package/esm/core/Buttons/IconButton/IconButton.d.ts +1 -0
  230. package/esm/core/Buttons/IconButton/IconButton.js +1 -0
  231. package/esm/core/Buttons/SplitButton/SplitButton.d.ts +1 -0
  232. package/esm/core/Buttons/SplitButton/SplitButton.js +1 -0
  233. package/esm/core/Carousel/Carousel.d.ts +1 -0
  234. package/esm/core/Carousel/Carousel.js +1 -0
  235. package/esm/core/Carousel/CarouselDotsList.d.ts +1 -0
  236. package/esm/core/Carousel/CarouselDotsList.js +1 -0
  237. package/esm/core/Checkbox/Checkbox.d.ts +1 -0
  238. package/esm/core/Checkbox/Checkbox.js +1 -0
  239. package/esm/core/ColorPicker/ColorBuilder.d.ts +1 -0
  240. package/esm/core/ColorPicker/ColorBuilder.js +1 -0
  241. package/esm/core/ColorPicker/ColorInputPanel.d.ts +1 -0
  242. package/esm/core/ColorPicker/ColorInputPanel.js +1 -0
  243. package/esm/core/ColorPicker/ColorPalette.d.ts +1 -0
  244. package/esm/core/ColorPicker/ColorPalette.js +1 -0
  245. package/esm/core/ColorPicker/ColorPicker.d.ts +1 -0
  246. package/esm/core/ColorPicker/ColorPicker.js +1 -0
  247. package/esm/core/ColorPicker/ColorSwatch.d.ts +1 -0
  248. package/esm/core/ColorPicker/ColorSwatch.js +1 -0
  249. package/esm/core/DatePicker/DatePicker.d.ts +1 -0
  250. package/esm/core/DatePicker/DatePicker.js +1 -0
  251. package/esm/core/Dialog/Dialog.d.ts +1 -0
  252. package/esm/core/Dialog/Dialog.js +1 -0
  253. package/esm/core/Dialog/DialogButtonBar.d.ts +1 -0
  254. package/esm/core/Dialog/DialogButtonBar.js +1 -0
  255. package/esm/core/Dialog/DialogContent.d.ts +1 -0
  256. package/esm/core/Dialog/DialogContent.js +1 -0
  257. package/esm/core/Dialog/DialogMain.d.ts +1 -0
  258. package/esm/core/Dialog/DialogMain.js +1 -0
  259. package/esm/core/Dialog/DialogTitleBar.d.ts +1 -0
  260. package/esm/core/Dialog/DialogTitleBar.js +1 -0
  261. package/esm/core/Dialog/DialogTitleBarTitle.d.ts +1 -0
  262. package/esm/core/Dialog/DialogTitleBarTitle.js +1 -0
  263. package/esm/core/ErrorPage/ErrorPage.d.ts +1 -0
  264. package/esm/core/ErrorPage/ErrorPage.js +1 -0
  265. package/esm/core/ExpandableBlock/ExpandableBlock.d.ts +1 -0
  266. package/esm/core/ExpandableBlock/ExpandableBlock.js +1 -0
  267. package/esm/core/Fieldset/Fieldset.d.ts +1 -0
  268. package/esm/core/Fieldset/Fieldset.js +1 -0
  269. package/esm/core/FileUpload/FileUpload.d.ts +1 -5
  270. package/esm/core/FileUpload/FileUpload.js +1 -0
  271. package/esm/core/FileUpload/FileUploadTemplate.d.ts +1 -0
  272. package/esm/core/FileUpload/FileUploadTemplate.js +1 -0
  273. package/esm/core/Footer/Footer.d.ts +1 -0
  274. package/esm/core/Footer/Footer.js +1 -0
  275. package/esm/core/Footer/FooterItem.d.ts +1 -0
  276. package/esm/core/Footer/FooterItem.js +1 -0
  277. package/esm/core/Footer/FooterList.d.ts +1 -0
  278. package/esm/core/Footer/FooterList.js +1 -0
  279. package/esm/core/Footer/FooterSeparator.d.ts +1 -0
  280. package/esm/core/Footer/FooterSeparator.js +1 -0
  281. package/esm/core/Header/Header.d.ts +1 -0
  282. package/esm/core/Header/Header.js +1 -0
  283. package/esm/core/Header/HeaderBreadcrumbs.d.ts +1 -0
  284. package/esm/core/Header/HeaderBreadcrumbs.js +1 -0
  285. package/esm/core/Header/HeaderButton.d.ts +1 -0
  286. package/esm/core/Header/HeaderButton.js +1 -0
  287. package/esm/core/Header/HeaderLogo.d.ts +1 -0
  288. package/esm/core/Header/HeaderLogo.js +1 -0
  289. package/esm/core/InformationPanel/InformationPanel.d.ts +1 -0
  290. package/esm/core/InformationPanel/InformationPanel.js +1 -0
  291. package/esm/core/InformationPanel/InformationPanelBody.d.ts +1 -0
  292. package/esm/core/InformationPanel/InformationPanelBody.js +1 -0
  293. package/esm/core/InformationPanel/InformationPanelContent.d.ts +1 -0
  294. package/esm/core/InformationPanel/InformationPanelContent.js +1 -0
  295. package/esm/core/InformationPanel/InformationPanelHeader.d.ts +1 -0
  296. package/esm/core/InformationPanel/InformationPanelHeader.js +1 -0
  297. package/esm/core/InformationPanel/InformationPanelWrapper.d.ts +1 -0
  298. package/esm/core/InformationPanel/InformationPanelWrapper.js +1 -0
  299. package/esm/core/Input/Input.d.ts +1 -0
  300. package/esm/core/Input/Input.js +1 -0
  301. package/esm/core/InputGroup/InputGroup.d.ts +1 -0
  302. package/esm/core/InputGroup/InputGroup.js +1 -0
  303. package/esm/core/Label/Label.d.ts +1 -0
  304. package/esm/core/Label/Label.js +1 -0
  305. package/esm/core/LabeledInput/LabeledInput.d.ts +1 -0
  306. package/esm/core/LabeledInput/LabeledInput.js +1 -0
  307. package/esm/core/LabeledSelect/LabeledSelect.d.ts +1 -0
  308. package/esm/core/LabeledSelect/LabeledSelect.js +1 -0
  309. package/esm/core/LabeledTextarea/LabeledTextarea.d.ts +1 -0
  310. package/esm/core/LabeledTextarea/LabeledTextarea.js +1 -0
  311. package/esm/core/Menu/Menu.d.ts +1 -0
  312. package/esm/core/Menu/Menu.js +1 -0
  313. package/esm/core/Menu/MenuDivider.d.ts +1 -0
  314. package/esm/core/Menu/MenuDivider.js +1 -0
  315. package/esm/core/Menu/MenuExtraContent.d.ts +1 -0
  316. package/esm/core/Menu/MenuExtraContent.js +1 -0
  317. package/esm/core/Menu/MenuItem.d.ts +1 -0
  318. package/esm/core/Menu/MenuItem.js +1 -0
  319. package/esm/core/Menu/MenuItemSkeleton.d.ts +1 -0
  320. package/esm/core/Menu/MenuItemSkeleton.js +1 -0
  321. package/esm/core/Modal/Modal.d.ts +1 -0
  322. package/esm/core/Modal/Modal.js +1 -0
  323. package/esm/core/ProgressIndicators/ProgressLinear/ProgressLinear.d.ts +1 -0
  324. package/esm/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +1 -0
  325. package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.d.ts +1 -0
  326. package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +1 -0
  327. package/esm/core/Radio/Radio.d.ts +1 -0
  328. package/esm/core/Radio/Radio.js +1 -0
  329. package/esm/core/RadioTiles/RadioTile.d.ts +1 -0
  330. package/esm/core/RadioTiles/RadioTile.js +1 -0
  331. package/esm/core/RadioTiles/RadioTileGroup.d.ts +1 -0
  332. package/esm/core/RadioTiles/RadioTileGroup.js +1 -0
  333. package/esm/core/Select/Select.d.ts +1 -0
  334. package/esm/core/Select/Select.js +1 -0
  335. package/esm/core/Select/SelectTag.d.ts +1 -0
  336. package/esm/core/Select/SelectTag.js +1 -0
  337. package/esm/core/SideNavigation/SideNavigation.d.ts +1 -0
  338. package/esm/core/SideNavigation/SideNavigation.js +1 -0
  339. package/esm/core/SideNavigation/SidenavButton.d.ts +1 -0
  340. package/esm/core/SideNavigation/SidenavButton.js +1 -0
  341. package/esm/core/SideNavigation/SidenavSubmenu.d.ts +1 -0
  342. package/esm/core/SideNavigation/SidenavSubmenu.js +1 -0
  343. package/esm/core/SideNavigation/SidenavSubmenuHeader.d.ts +1 -0
  344. package/esm/core/SideNavigation/SidenavSubmenuHeader.js +1 -0
  345. package/esm/core/SkipToContentLink/SkipToContentLink.d.ts +1 -0
  346. package/esm/core/SkipToContentLink/SkipToContentLink.js +1 -0
  347. package/esm/core/Slider/Slider.d.ts +1 -0
  348. package/esm/core/Slider/Slider.js +1 -0
  349. package/esm/core/Surface/Surface.d.ts +1 -0
  350. package/esm/core/Surface/Surface.js +1 -0
  351. package/esm/core/Table/Table.d.ts +1 -0
  352. package/esm/core/Table/Table.js +1 -0
  353. package/esm/core/Table/TablePaginator.d.ts +1 -0
  354. package/esm/core/Table/TablePaginator.js +1 -0
  355. package/esm/core/Table/filters/BaseFilter.d.ts +1 -0
  356. package/esm/core/Table/filters/BaseFilter.js +1 -0
  357. package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +1 -0
  358. package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.js +1 -0
  359. package/esm/core/Table/filters/FilterButtonBar.d.ts +1 -0
  360. package/esm/core/Table/filters/FilterButtonBar.js +1 -0
  361. package/esm/core/Table/filters/FilterToggle.d.ts +1 -0
  362. package/esm/core/Table/filters/FilterToggle.js +1 -0
  363. package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +1 -0
  364. package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +1 -0
  365. package/esm/core/Table/filters/TextFilter/TextFilter.d.ts +1 -0
  366. package/esm/core/Table/filters/TextFilter/TextFilter.js +1 -0
  367. package/esm/core/Tabs/Tab.d.ts +1 -0
  368. package/esm/core/Tabs/Tab.js +1 -0
  369. package/esm/core/Tabs/Tabs.d.ts +1 -0
  370. package/esm/core/Tabs/Tabs.js +1 -0
  371. package/esm/core/Tag/Tag.d.ts +1 -0
  372. package/esm/core/Tag/Tag.js +1 -0
  373. package/esm/core/Tag/TagContainer.d.ts +1 -0
  374. package/esm/core/Tag/TagContainer.js +1 -0
  375. package/esm/core/Textarea/Textarea.d.ts +1 -0
  376. package/esm/core/Textarea/Textarea.js +1 -0
  377. package/esm/core/Tile/Tile.d.ts +1 -0
  378. package/esm/core/Tile/Tile.js +1 -0
  379. package/esm/core/TimePicker/TimePicker.d.ts +1 -0
  380. package/esm/core/TimePicker/TimePicker.js +1 -0
  381. package/esm/core/Toast/Toast.d.ts +1 -0
  382. package/esm/core/Toast/Toast.js +1 -0
  383. package/esm/core/Toast/ToastWrapper.d.ts +1 -0
  384. package/esm/core/Toast/ToastWrapper.js +1 -0
  385. package/esm/core/ToggleSwitch/ToggleSwitch.d.ts +1 -0
  386. package/esm/core/ToggleSwitch/ToggleSwitch.js +1 -0
  387. package/esm/core/Tooltip/Tooltip.d.ts +1 -0
  388. package/esm/core/Tooltip/Tooltip.js +1 -0
  389. package/esm/core/Tree/Tree.d.ts +1 -0
  390. package/esm/core/Tree/Tree.js +1 -0
  391. package/esm/core/Tree/TreeNode.d.ts +1 -0
  392. package/esm/core/Tree/TreeNode.js +1 -0
  393. package/esm/core/Tree/TreeNodeExpander.d.ts +1 -0
  394. package/esm/core/Tree/TreeNodeExpander.js +1 -0
  395. package/esm/core/Typography/Anchor/Anchor.d.ts +1 -0
  396. package/esm/core/Typography/Anchor/Anchor.js +1 -0
  397. package/esm/core/Typography/Blockquote/Blockquote.d.ts +1 -0
  398. package/esm/core/Typography/Blockquote/Blockquote.js +1 -0
  399. package/esm/core/Typography/Body/Body.d.ts +1 -0
  400. package/esm/core/Typography/Body/Body.js +1 -0
  401. package/esm/core/Typography/Code/Code.d.ts +1 -0
  402. package/esm/core/Typography/Code/Code.js +1 -0
  403. package/esm/core/Typography/Headline/Headline.d.ts +1 -0
  404. package/esm/core/Typography/Headline/Headline.js +1 -0
  405. package/esm/core/Typography/Kbd/Kbd.d.ts +1 -0
  406. package/esm/core/Typography/Kbd/Kbd.js +1 -0
  407. package/esm/core/Typography/Leading/Leading.d.ts +1 -0
  408. package/esm/core/Typography/Leading/Leading.js +1 -0
  409. package/esm/core/Typography/Small/Small.d.ts +1 -0
  410. package/esm/core/Typography/Small/Small.js +1 -0
  411. package/esm/core/Typography/Subheading/Subheading.d.ts +1 -0
  412. package/esm/core/Typography/Subheading/Subheading.js +1 -0
  413. package/esm/core/Typography/Text/Text.d.ts +1 -0
  414. package/esm/core/Typography/Text/Text.js +1 -0
  415. package/esm/core/Typography/Title/Title.d.ts +1 -0
  416. package/esm/core/Typography/Title/Title.js +1 -0
  417. package/esm/core/UserIcon/UserIcon.d.ts +1 -0
  418. package/esm/core/UserIcon/UserIcon.js +1 -0
  419. package/esm/core/UserIconGroup/UserIconGroup.d.ts +1 -0
  420. package/esm/core/UserIconGroup/UserIconGroup.js +1 -0
  421. package/esm/core/Wizard/Wizard.d.ts +1 -0
  422. package/esm/core/Wizard/Wizard.js +1 -0
  423. package/esm/core/utils/components/Popover.d.ts +1 -0
  424. package/esm/core/utils/components/Popover.js +1 -0
  425. package/esm/core/utils/hooks/useIntersection.js +8 -12
  426. package/esm/core/utils/hooks/useTheme.d.ts +1 -1
  427. package/esm/core/utils/hooks/useTheme.js +1 -1
  428. package/package.json +2 -2
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import { useTheme } from '../utils';
29
29
  import cx from 'classnames';
30
+ import '@itwin/itwinui-css/css/footer.css';
30
31
  /**
31
32
  * Footer separator. Recommended to use inside `Footer.List`.
32
33
  */
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/header.css';
3
4
  export declare type HeaderTranslations = {
4
5
  /**
5
6
  * 'More' menu button aria-label.
@@ -29,6 +29,7 @@ import cx from 'classnames';
29
29
  import React from 'react';
30
30
  import { IconButton } from '../Buttons';
31
31
  import { useTheme } from '../utils';
32
+ import '@itwin/itwinui-css/css/header.css';
32
33
  import { DropdownMenu } from '../DropdownMenu';
33
34
  var defaultTranslations = {
34
35
  moreOptions: 'More options',
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import '@itwin/itwinui-css/css/header.css';
2
3
  export declare type HeaderBreadcrumbsProps = {
3
4
  /**
4
5
  * Array of elements, chevrons will be put between them.
@@ -36,6 +36,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
36
36
  import SvgChevronRight from '@itwin/itwinui-icons-react/cjs/icons/ChevronRight';
37
37
  import React from 'react';
38
38
  import { useTheme } from '../utils';
39
+ import '@itwin/itwinui-css/css/header.css';
39
40
  /**
40
41
  * Header breadcrumbs, adds chevron between each provided items.
41
42
  * @example
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ButtonProps, DropdownButtonProps } from '../Buttons';
3
3
  import { PolymorphicForwardRefComponent } from '../utils';
4
+ import '@itwin/itwinui-css/css/header.css';
4
5
  export declare type HeaderButtonProps = {
5
6
  /**
6
7
  * Main label of the header button.
@@ -28,6 +28,7 @@ import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { Button, DropdownButton, SplitButton, } from '../Buttons';
30
30
  import { useTheme } from '../utils';
31
+ import '@itwin/itwinui-css/css/header.css';
31
32
  var isSplitButton = function (props) {
32
33
  return !!props.menuItems && !!props.onClick;
33
34
  };
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/header.css';
3
4
  export declare type HeaderLogoProps = {
4
5
  /**
5
6
  * Logo shown before the main content.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/header.css';
30
31
  /**
31
32
  * Header Title section
32
33
  * @example
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/information-panel.css';
3
4
  export declare type InformationPanelProps = {
4
5
  /**
5
6
  * Is the panel open?
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useMergedRefs, useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/information-panel.css';
30
31
  /**
31
32
  * InformationPanel provides a way to view additional content or attributes
32
33
  * without leaving the main content area (e.g. Table).
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/information-panel.css';
3
4
  export declare type InformationPanelBodyProps = {
4
5
  /**
5
6
  * Content of the InformationPanelBody.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/information-panel.css';
30
31
  /**
31
32
  * Body of the `InformationPanel` containing the main content.
32
33
  */
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/information-panel.css';
3
4
  export declare type InformationPanelContentProps = {
4
5
  /**
5
6
  * If set to 'inline', the label/input pairs will be shown on the same line.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/information-panel.css';
30
31
  /**
31
32
  * The `InformationPanelContent` component should be used inside `InformationPanelBody`
32
33
  * to style rows of key/value pairs, where the key is ideally represented by a `Label` component
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/information-panel.css';
3
4
  export declare type InformationPanelHeaderProps = {
4
5
  /**
5
6
  * Callback fired when close icon is clicked.
@@ -29,6 +29,7 @@ import cx from 'classnames';
29
29
  import { IconButton } from '../Buttons';
30
30
  import SvgCloseSmall from '@itwin/itwinui-icons-react/cjs/icons/CloseSmall';
31
31
  import { useTheme } from '../utils';
32
+ import '@itwin/itwinui-css/css/information-panel.css';
32
33
  /**
33
34
  * Header of the InformationPanel to be passed in the `header` prop.
34
35
  *
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/information-panel.css';
3
4
  export declare type InformationPanelWrapperProps = {
4
5
  children?: React.ReactNode;
5
6
  } & Omit<CommonProps, 'title'>;
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/information-panel.css';
30
31
  /**
31
32
  * InformationPanelWrapper should contain the `InformationPanel`
32
33
  * and the component over which the panel will overlay.
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import '@itwin/itwinui-css/css/inputs.css';
2
3
  export declare type InputProps = {
3
4
  /**
4
5
  * Set focus on input element.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useMergedRefs, useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/inputs.css';
30
31
  /**
31
32
  * Basic input component
32
33
  * @example
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/inputs.css';
3
4
  export declare type InputGroupProps = {
4
5
  /**
5
6
  * Label of the group.
@@ -26,6 +26,7 @@ var __rest = (this && this.__rest) || function (s, e) {
26
26
  *--------------------------------------------------------------------------------------------*/
27
27
  import React from 'react';
28
28
  import { StatusIconMap, useTheme, InputContainer } from '../utils';
29
+ import '@itwin/itwinui-css/css/inputs.css';
29
30
  /**
30
31
  * Group Checkbox/Radio components together
31
32
  * @example
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import '@itwin/itwinui-css/css/inputs.css';
2
3
  declare type LabelOwnProps<T extends React.ElementType = 'label'> = {
3
4
  /**
4
5
  * What element should the label be rendered as?
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/inputs.css';
30
31
  /**
31
32
  * A standalone label to be used with input components (using `htmlFor`).
32
33
  * Can be rendered as any element, e.g. span, using the `as` prop.
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { InputProps } from '../Input/Input';
3
+ import '@itwin/itwinui-css/css/inputs.css';
3
4
  export declare type LabeledInputProps = {
4
5
  /**
5
6
  * Label of the input.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import { Input } from '../Input/Input';
29
29
  import { StatusIconMap, useTheme, InputContainer } from '../utils';
30
+ import '@itwin/itwinui-css/css/inputs.css';
30
31
  /**
31
32
  * Basic labeled input component
32
33
  * @example
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { SelectProps } from '../Select/Select';
3
3
  import { LabeledInputProps } from '../LabeledInput';
4
+ import '@itwin/itwinui-css/css/inputs.css';
4
5
  export declare type LabeledSelectProps<T> = {
5
6
  /**
6
7
  * Label of the select.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import { Select } from '../Select';
29
29
  import { StatusIconMap, useTheme, InputContainer } from '../utils';
30
+ import '@itwin/itwinui-css/css/inputs.css';
30
31
  /**
31
32
  * Labeled select component to select value from options.
32
33
  * @example
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { TextareaProps } from '../Textarea/Textarea';
3
3
  import { LabeledInputProps } from '../LabeledInput';
4
+ import '@itwin/itwinui-css/css/inputs.css';
4
5
  export declare type LabeledTextareaProps = {
5
6
  /**
6
7
  * Label for the textarea.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import { StatusIconMap, useTheme, InputContainer } from '../utils';
29
29
  import { Textarea } from '../Textarea';
30
+ import '@itwin/itwinui-css/css/inputs.css';
30
31
  /**
31
32
  * Textarea wrapper that allows for additional styling and labelling
32
33
  * @example
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/menu.css';
3
4
  export declare type MenuProps = {
4
5
  /**
5
6
  * ARIA role. For menu use 'menu', for select use 'listbox'.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme, useMergedRefs, getFocusableElements, } from '../utils';
30
+ import '@itwin/itwinui-css/css/menu.css';
30
31
  /**
31
32
  * Basic menu component. Can be used for select or dropdown components.
32
33
  */
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/menu.css';
3
4
  export declare type MenuDividerProps = Omit<CommonProps, 'title'>;
4
5
  /**
5
6
  * Divider between menu items. Should be used inside `Menu`.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/menu.css';
30
31
  /**
31
32
  * Divider between menu items. Should be used inside `Menu`.
32
33
  * @example
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/menu.css';
3
4
  export declare type MenuExtraContentProps = {
4
5
  children: React.ReactNode;
5
6
  } & Omit<CommonProps, 'title'>;
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/menu.css';
30
31
  /**
31
32
  * Component that allows to have any additional content inside `Menu`.
32
33
  * @example
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/menu.css';
3
4
  export declare type MenuItemProps = {
4
5
  /**
5
6
  * Item is selected.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme, Popover, useMergedRefs } from '../utils';
30
+ import '@itwin/itwinui-css/css/menu.css';
30
31
  import SvgCaretRightSmall from '@itwin/itwinui-icons-react/cjs/icons/CaretRightSmall';
31
32
  import { Menu } from './Menu';
32
33
  /**
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/menu.css';
3
4
  export declare type MenuItemSkeletonProps = {
4
5
  /**
5
6
  * Flag whether to show skeleton for sub-label.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme, VisuallyHidden } from '../utils';
30
+ import '@itwin/itwinui-css/css/menu.css';
30
31
  /**
31
32
  * Menu item that uses skeletons to indicate loading state.
32
33
  */
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/dialog.css';
3
4
  import { DialogMainProps } from '../Dialog';
4
5
  export declare type ModalProps = {
5
6
  /**
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import ReactDOM from 'react-dom';
29
29
  import { useTheme, getContainer, getDocument } from '../utils';
30
+ import '@itwin/itwinui-css/css/dialog.css';
30
31
  import { Dialog } from '../Dialog';
31
32
  /**
32
33
  * Modal component which can wrap any content.
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../../utils';
3
+ import '@itwin/itwinui-css/css/progress-indicator.css';
3
4
  export declare type ProgressLinearProps = {
4
5
  /**
5
6
  * Progress percentage. Should be a number between 0 and 100.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme } from '../../utils';
30
+ import '@itwin/itwinui-css/css/progress-indicator.css';
30
31
  /**
31
32
  * Shows progress on a linear bar
32
33
  * @example
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../../utils';
3
+ import '@itwin/itwinui-css/css/progress-indicator.css';
3
4
  export declare type ProgressRadialProps = {
4
5
  /**
5
6
  * Progress percentage. Should be a number between 0 and 100.
@@ -29,6 +29,7 @@ import Negative from '@itwin/itwinui-icons-react/cjs/icons/ImportantSmall';
29
29
  import cx from 'classnames';
30
30
  import React from 'react';
31
31
  import { useTheme } from '../../utils';
32
+ import '@itwin/itwinui-css/css/progress-indicator.css';
32
33
  /**
33
34
  * Circular Progress Indicator
34
35
  * @example
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import '@itwin/itwinui-css/css/inputs.css';
2
3
  export declare type RadioProps = {
3
4
  /**
4
5
  * Label of the radio.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useMergedRefs, useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/inputs.css';
30
31
  /**
31
32
  * Basic radio input component
32
33
  * @example
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import '@itwin/itwinui-css/css/radio-tile.css';
2
3
  export declare type RadioTileProps = {
3
4
  /**
4
5
  * Icon to be used.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useMergedRefs, useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/radio-tile.css';
30
31
  /**
31
32
  * RadioTile component to be used in RadioTileGroup component
32
33
  * @example
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { InputGroupProps } from '../InputGroup';
3
+ import '@itwin/itwinui-css/css/inputs.css';
3
4
  export declare type RadioTileGroupProps = Omit<InputGroupProps, 'displayStyle' | 'disabled'>;
4
5
  /**
5
6
  * RadioTileGroup component to group RadioTile components together
@@ -26,6 +26,7 @@ var __rest = (this && this.__rest) || function (s, e) {
26
26
  *--------------------------------------------------------------------------------------------*/
27
27
  import React from 'react';
28
28
  import { InputGroup } from '../InputGroup';
29
+ import '@itwin/itwinui-css/css/inputs.css';
29
30
  import { useTheme } from '../utils';
30
31
  /**
31
32
  * RadioTileGroup component to group RadioTile components together
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PopoverProps, CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/inputs.css';
3
4
  export declare type ItemRendererProps = {
4
5
  /**
5
6
  * Close handler that closes the dropdown.
@@ -29,6 +29,7 @@ import cx from 'classnames';
29
29
  import { DropdownMenu } from '../DropdownMenu';
30
30
  import { MenuItem } from '../Menu/MenuItem';
31
31
  import { useTheme, useOverflow, } from '../utils';
32
+ import '@itwin/itwinui-css/css/inputs.css';
32
33
  import SvgCaretDownSmall from '@itwin/itwinui-icons-react/cjs/icons/CaretDownSmall';
33
34
  import SelectTag from './SelectTag';
34
35
  var isMultipleEnabled = function (variable, multiple) {
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/inputs.css';
3
4
  export declare type SelectTagProps = {
4
5
  /**
5
6
  * Text inside the tag.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/inputs.css';
30
31
  /**
31
32
  * Tag for showing selected value in `Select`.
32
33
  * @private
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/side-navigation.css';
3
4
  export declare type SideNavigationProps = {
4
5
  /**
5
6
  * Buttons shown in the top portion of sidenav.
@@ -30,6 +30,7 @@ import { useTheme, WithCSSTransition } from '../utils';
30
30
  import SvgChevronRight from '@itwin/itwinui-icons-react/cjs/icons/ChevronRight';
31
31
  import { IconButton } from '../Buttons';
32
32
  import { Tooltip } from '../Tooltip';
33
+ import '@itwin/itwinui-css/css/side-navigation.css';
33
34
  /**
34
35
  * Left side navigation menu component.
35
36
  * @example
@@ -1,5 +1,6 @@
1
1
  import { PolymorphicForwardRefComponent } from '../utils';
2
2
  import { ButtonProps } from '../Buttons';
3
+ import '@itwin/itwinui-css/css/side-navigation.css';
3
4
  export declare type SidenavButtonProps = {
4
5
  /**
5
6
  * Whether the sidenav button is active,
@@ -28,6 +28,7 @@ import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useTheme } from '../utils';
30
30
  import { Button } from '../Buttons';
31
+ import '@itwin/itwinui-css/css/side-navigation.css';
31
32
  /**
32
33
  * Wrapper around Button to be used as SideNavigation items.
33
34
  * Label is hidden when sidenav is collapsed.
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/side-navigation.css';
3
4
  export declare type SidenavSubmenuProps = {
4
5
  /**
5
6
  * Content of the submenu.
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/side-navigation.css';
30
31
  /**
31
32
  * Subcomponent to be used in the `submenu` prop of `SideNavigation`.
32
33
  * @example
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/side-navigation.css';
3
4
  export declare type SidenavSubmenuHeaderProps = {
4
5
  /**
5
6
  * Content of the submenu header (e.g. label)
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import cx from 'classnames';
28
28
  import React from 'react';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/side-navigation.css';
30
31
  /**
31
32
  * Header content for `SidenavSubmenu`. Supports truncated label and actions buttons.
32
33
  * @example
@@ -1,4 +1,5 @@
1
1
  import React from 'react';
2
+ import '@itwin/itwinui-css/css/skip-to-content.css';
2
3
  export declare type SkipToContentLinkProps = {
3
4
  /**
4
5
  * The id of the main content that the link directs to. Don't forget the #!
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme } from '../utils';
30
+ import '@itwin/itwinui-css/css/skip-to-content.css';
30
31
  /**
31
32
  * `SkipToContentLink` is for screen reader and keyboard users and will not be visible unless tabbed to.
32
33
  * Provides a shortcut to the main content of the page without navigating through the header, etc.
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/slider.css';
3
4
  import { TooltipProps } from '../Tooltip';
4
5
  /**
5
6
  * Determines which segments are shown with color.
@@ -36,6 +36,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
36
36
  import cx from 'classnames';
37
37
  import React from 'react';
38
38
  import { useTheme, getBoundedValue, useEventListener, } from '../utils';
39
+ import '@itwin/itwinui-css/css/slider.css';
39
40
  import { Track } from './Track';
40
41
  import { Thumb } from './Thumb';
41
42
  var getPercentageOfRectangle = function (rect, pointerX, pointerY, orientation) {
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CommonProps } from '../utils';
3
+ import '@itwin/itwinui-css/css/surface.css';
3
4
  export declare type SurfaceProps = {
4
5
  /**
5
6
  * Sets the elevation of the surface
@@ -27,6 +27,7 @@ var __rest = (this && this.__rest) || function (s, e) {
27
27
  import React from 'react';
28
28
  import cx from 'classnames';
29
29
  import { useTheme, getWindow } from '../utils';
30
+ import '@itwin/itwinui-css/css/surface.css';
30
31
  /**
31
32
  * Helper function that returns one of the preset surface elevation values.
32
33
  */