@hitachivantara/uikit-react-core 5.106.0 → 6.0.0-next.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 (908) hide show
  1. package/dist/{esm/Accordion → Accordion}/Accordion.js +10 -19
  2. package/dist/{esm/ActionsGeneric → ActionsGeneric}/ActionsGeneric.js +4 -14
  3. package/dist/{esm/ActionsGeneric → ActionsGeneric}/ActionsGeneric.styles.js +0 -1
  4. package/dist/{esm/Avatar → Avatar}/Avatar.js +1 -1
  5. package/dist/{esm/Avatar → Avatar}/Avatar.styles.js +0 -2
  6. package/dist/Badge/Badge.js +49 -0
  7. package/dist/{esm/Badge → Badge}/Badge.styles.js +2 -8
  8. package/dist/{esm/Banner → Banner}/Banner.js +0 -7
  9. package/dist/{esm/Banner → Banner}/BannerContent/BannerContent.js +4 -18
  10. package/dist/{esm/Banner → Banner}/BannerContent/BannerContent.styles.js +3 -8
  11. package/dist/{esm/BaseDropdown → BaseDropdown}/BaseDropdown.js +2 -6
  12. package/dist/{esm/BaseDropdown → BaseDropdown}/BaseDropdown.styles.js +0 -8
  13. package/dist/{esm/BaseDropdown → BaseDropdown}/BaseDropdownPanel.js +1 -4
  14. package/dist/{esm/BaseInput → BaseInput}/BaseInput.js +2 -6
  15. package/dist/{esm/BaseInput → BaseInput}/BaseInput.styles.js +0 -14
  16. package/dist/{esm/BreadCrumb → BreadCrumb}/utils.js +0 -2
  17. package/dist/{esm/BulkActions → BulkActions}/BulkActions.js +4 -12
  18. package/dist/{esm/BulkActions → BulkActions}/BulkActions.styles.js +1 -1
  19. package/dist/{esm/Button → Button}/Button.styles.js +1 -9
  20. package/dist/{esm/Calendar → Calendar}/Calendar.js +2 -7
  21. package/dist/{esm/Calendar → Calendar}/CalendarHeader/CalendarHeader.js +2 -6
  22. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/ComposedNavigation/ComposedNavigation.js +0 -3
  23. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/Navigation/Navigation.js +0 -3
  24. package/dist/{esm/Calendar → Calendar}/SingleCalendar/SingleCalendar.js +0 -2
  25. package/dist/{esm/Card → Card}/Header/Header.js +1 -5
  26. package/dist/{esm/Card → Card}/Header/Header.styles.js +0 -4
  27. package/dist/{esm/Carousel → Carousel}/Carousel.js +17 -30
  28. package/dist/{esm/Carousel → Carousel}/Carousel.styles.js +1 -1
  29. package/dist/{esm/ColorPicker → ColorPicker}/ColorPicker.js +2 -2
  30. package/dist/{esm/ColorPicker → ColorPicker}/Picker/Picker.js +5 -14
  31. package/dist/{esm/ColorPicker → ColorPicker}/Picker/Picker.styles.js +1 -6
  32. package/dist/{esm/Controls → Controls}/Controls.js +1 -2
  33. package/dist/{esm/Controls → Controls}/LeftControl/LeftControl.js +0 -2
  34. package/dist/{esm/Controls → Controls}/RightControl/RightControl.js +0 -2
  35. package/dist/{esm/Dialog → Dialog}/Actions/Actions.js +1 -3
  36. package/dist/{esm/Dialog → Dialog}/Actions/Actions.styles.js +1 -1
  37. package/dist/{esm/Dialog → Dialog}/Content/Content.styles.js +1 -1
  38. package/dist/{esm/Dialog → Dialog}/Dialog.js +7 -18
  39. package/dist/{esm/Dialog → Dialog}/Dialog.styles.js +1 -1
  40. package/dist/{esm/Dialog → Dialog}/Title/Title.js +1 -4
  41. package/dist/{esm/Dialog → Dialog}/Title/Title.styles.js +2 -8
  42. package/dist/{esm/DotPagination → DotPagination}/DotPagination.js +1 -1
  43. package/dist/{esm/DotPagination → DotPagination}/DotPagination.styles.js +0 -2
  44. package/dist/{esm/Drawer → Drawer}/Drawer.js +3 -9
  45. package/dist/{esm/DropDownMenu → DropDownMenu}/DropDownMenu.js +5 -12
  46. package/dist/{esm/DropDownMenu → DropDownMenu}/DropDownMenu.styles.js +1 -6
  47. package/dist/{esm/Dropdown → Dropdown}/Dropdown.js +0 -4
  48. package/dist/{esm/Dropdown → Dropdown}/List/List.js +7 -26
  49. package/dist/{esm/FileUploader → FileUploader}/DropZone/DropZone.js +3 -9
  50. package/dist/{esm/FileUploader → FileUploader}/FileList/FileList.js +1 -3
  51. package/dist/{esm/FileUploader → FileUploader}/FileUploader.js +1 -5
  52. package/dist/{esm/FilterGroup → FilterGroup}/FilterContent/FilterContent.js +4 -5
  53. package/dist/{esm/FilterGroup → FilterGroup}/LeftPanel/LeftPanel.js +1 -3
  54. package/dist/{esm/FilterGroup → FilterGroup}/RightPanel/RightPanel.js +4 -11
  55. package/dist/{esm/Focus → Focus}/Focus.js +1 -2
  56. package/dist/Focus/utils.js +22 -0
  57. package/dist/{esm/FormElement → FormElement}/Adornment/Adornment.js +0 -3
  58. package/dist/{esm/FormElement → FormElement}/Adornment/Adornment.styles.js +0 -8
  59. package/dist/{esm/FormElement → FormElement}/Suggestions/Suggestions.js +21 -35
  60. package/dist/{esm/GlobalActions → GlobalActions}/GlobalActions.js +13 -24
  61. package/dist/{esm/GlobalActions → GlobalActions}/GlobalActions.styles.js +0 -6
  62. package/dist/{esm/Grid → Grid}/Grid.js +1 -1
  63. package/dist/{esm/Header → Header}/Actions/Actions.styles.js +1 -2
  64. package/dist/{esm/Header → Header}/Brand/Brand.styles.js +1 -1
  65. package/dist/{esm/Header → Header}/Navigation/MenuBar/Bar.styles.js +1 -1
  66. package/dist/{esm/Header → Header}/Navigation/MenuItem/MenuItem.styles.js +21 -24
  67. package/dist/{esm/Header → Header}/Navigation/Navigation.styles.js +1 -1
  68. package/dist/{esm/InlineEditor → InlineEditor}/InlineEditor.styles.js +0 -2
  69. package/dist/{esm/Input → Input}/Input.js +2 -4
  70. package/dist/{esm/Input → Input}/Input.styles.js +0 -4
  71. package/dist/{esm/List → List}/List.js +13 -13
  72. package/dist/{esm/ListContainer → ListContainer}/ListItem/ListItem.js +5 -23
  73. package/dist/{esm/ListContainer → ListContainer}/ListItem/ListItem.styles.js +0 -4
  74. package/dist/{esm/Loading → Loading}/Loading.js +1 -13
  75. package/dist/{esm/Loading → Loading}/Loading.styles.js +1 -9
  76. package/dist/{esm/MultiButton → MultiButton}/MultiButton.js +0 -2
  77. package/dist/{esm/MultiButton → MultiButton}/MultiButton.styles.js +2 -9
  78. package/dist/{esm/Pagination → Pagination}/Pagination.js +4 -20
  79. package/dist/{esm/QueryBuilder → QueryBuilder}/Context.js +1 -7
  80. package/dist/{esm/QueryBuilder → QueryBuilder}/QueryBuilder.js +1 -5
  81. package/dist/{esm/QueryBuilder → QueryBuilder}/Rule/Rule.js +1 -1
  82. package/dist/{esm/QueryBuilder → QueryBuilder}/RuleGroup.js +2 -2
  83. package/dist/{esm/ScrollToHorizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.js +1 -5
  84. package/dist/{esm/ScrollToHorizontal → ScrollToHorizontal}/ScrollToHorizontal.js +5 -10
  85. package/dist/{esm/ScrollToHorizontal → ScrollToHorizontal}/ScrollToHorizontal.styles.js +2 -3
  86. package/dist/{esm/ScrollToVertical → ScrollToVertical}/ScrollToVertical.js +1 -5
  87. package/dist/{esm/ScrollToVertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.js +1 -1
  88. package/dist/{esm/ScrollToVertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.styles.js +0 -2
  89. package/dist/{esm/Section → Section}/Section.js +0 -4
  90. package/dist/{esm/Section → Section}/Section.styles.js +0 -2
  91. package/dist/{esm/Select → Select}/Select.js +1 -4
  92. package/dist/{esm/Select → Select}/Select.styles.js +0 -4
  93. package/dist/{esm/Snackbar → Snackbar}/Snackbar.js +0 -5
  94. package/dist/{esm/Snackbar → Snackbar}/SnackbarContent/SnackbarContent.js +2 -7
  95. package/dist/{esm/Snackbar → Snackbar}/SnackbarContent/SnackbarContent.styles.js +1 -3
  96. package/dist/StatusIcon/StatusIcon.js +106 -0
  97. package/dist/{esm/Table → Table}/TableSection/TableSection.styles.js +1 -3
  98. package/dist/{esm/Table → Table}/hooks/useHvBulkActions.js +2 -2
  99. package/dist/{esm/Table → Table}/renderers/DateColumnCell.js +7 -11
  100. package/dist/Table/renderers/DropdownColumnCell.js +5 -0
  101. package/dist/{esm/Table → Table}/renderers/renderers.js +3 -3
  102. package/dist/{esm/Tag → Tag}/Tag.js +5 -10
  103. package/dist/{esm/Tag → Tag}/Tag.styles.js +1 -18
  104. package/dist/{esm/TagsInput → TagsInput}/TagsInput.js +2 -6
  105. package/dist/{esm/TagsInput → TagsInput}/TagsInput.styles.js +1 -18
  106. package/dist/{esm/TextArea → TextArea}/TextArea.js +1 -1
  107. package/dist/{esm/TimeAgo → TimeAgo}/useTimeAgo.js +3 -7
  108. package/dist/{esm/Tooltip → Tooltip}/Tooltip.js +1 -2
  109. package/dist/Tooltip/Tooltip.styles.js +28 -0
  110. package/dist/{esm/Typography → Typography}/Typography.js +7 -31
  111. package/dist/Typography/Typography.styles.js +25 -0
  112. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Actions/Action.js +0 -2
  113. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Navigation/Navigation.js +2 -8
  114. package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeViewItem.js +6 -7
  115. package/dist/{esm/hooks → hooks}/useExpandable.js +8 -7
  116. package/dist/hooks/useUniqueId.js +8 -0
  117. package/dist/{types/index.d.ts → index.d.ts} +483 -1299
  118. package/dist/{esm/index.js → index.js} +243 -281
  119. package/dist/{esm/providers → providers}/Provider.js +7 -10
  120. package/dist/{esm/providers → providers}/ThemeProvider.js +21 -44
  121. package/dist/themes/index.js +8 -0
  122. package/dist/{esm/themes/pentahoPlus.js → themes/pentaho.js} +15 -13
  123. package/dist/{esm/utils → utils}/Callout.js +5 -2
  124. package/dist/utils/setId.js +4 -0
  125. package/dist/utils/theme.js +29 -0
  126. package/dist/{esm/utils → utils}/useSavedState.js +3 -4
  127. package/package.json +13 -16
  128. package/dist/cjs/Accordion/Accordion.cjs +0 -91
  129. package/dist/cjs/Accordion/Accordion.styles.cjs +0 -18
  130. package/dist/cjs/ActionBar/ActionBar.cjs +0 -18
  131. package/dist/cjs/ActionBar/ActionBar.styles.cjs +0 -16
  132. package/dist/cjs/ActionsGeneric/ActionsGeneric.cjs +0 -111
  133. package/dist/cjs/ActionsGeneric/ActionsGeneric.styles.cjs +0 -17
  134. package/dist/cjs/AppSwitcher/Action/Action.cjs +0 -120
  135. package/dist/cjs/AppSwitcher/Action/Action.styles.cjs +0 -49
  136. package/dist/cjs/AppSwitcher/AppSwitcher.cjs +0 -100
  137. package/dist/cjs/AppSwitcher/AppSwitcher.styles.cjs +0 -55
  138. package/dist/cjs/Avatar/Avatar.cjs +0 -123
  139. package/dist/cjs/Avatar/Avatar.styles.cjs +0 -54
  140. package/dist/cjs/AvatarGroup/AvatarGroup.cjs +0 -152
  141. package/dist/cjs/AvatarGroup/AvatarGroup.styles.cjs +0 -66
  142. package/dist/cjs/AvatarGroup/AvatarGroupContext.cjs +0 -19
  143. package/dist/cjs/Badge/Badge.cjs +0 -56
  144. package/dist/cjs/Badge/Badge.styles.cjs +0 -54
  145. package/dist/cjs/Banner/Banner.cjs +0 -93
  146. package/dist/cjs/Banner/Banner.styles.cjs +0 -24
  147. package/dist/cjs/Banner/BannerContent/BannerContent.cjs +0 -70
  148. package/dist/cjs/Banner/BannerContent/BannerContent.styles.cjs +0 -49
  149. package/dist/cjs/BaseCheckBox/BaseCheckBox.cjs +0 -92
  150. package/dist/cjs/BaseCheckBox/BaseCheckBox.styles.cjs +0 -33
  151. package/dist/cjs/BaseCheckBox/CheckBoxIcon.cjs +0 -76
  152. package/dist/cjs/BaseDropdown/BaseDropdown.cjs +0 -287
  153. package/dist/cjs/BaseDropdown/BaseDropdown.styles.cjs +0 -109
  154. package/dist/cjs/BaseDropdown/BaseDropdownPanel.cjs +0 -81
  155. package/dist/cjs/BaseDropdown/context.cjs +0 -11
  156. package/dist/cjs/BaseInput/BaseInput.cjs +0 -97
  157. package/dist/cjs/BaseInput/BaseInput.styles.cjs +0 -121
  158. package/dist/cjs/BaseInput/validations.cjs +0 -74
  159. package/dist/cjs/BaseRadio/BaseRadio.cjs +0 -88
  160. package/dist/cjs/BaseRadio/BaseRadio.styles.cjs +0 -33
  161. package/dist/cjs/BaseRadio/RadioIcon.cjs +0 -51
  162. package/dist/cjs/BaseSwitch/BaseSwitch.cjs +0 -108
  163. package/dist/cjs/BaseSwitch/BaseSwitch.styles.cjs +0 -115
  164. package/dist/cjs/Box/Box.cjs +0 -22
  165. package/dist/cjs/BreadCrumb/BreadCrumb.cjs +0 -71
  166. package/dist/cjs/BreadCrumb/BreadCrumb.styles.cjs +0 -19
  167. package/dist/cjs/BreadCrumb/Page/Page.cjs +0 -36
  168. package/dist/cjs/BreadCrumb/Page/Page.styles.cjs +0 -27
  169. package/dist/cjs/BreadCrumb/PathElement/PathElement.cjs +0 -26
  170. package/dist/cjs/BreadCrumb/PathElement/PathElement.styles.cjs +0 -9
  171. package/dist/cjs/BreadCrumb/utils.cjs +0 -32
  172. package/dist/cjs/BulkActions/BulkActions.cjs +0 -103
  173. package/dist/cjs/BulkActions/BulkActions.styles.cjs +0 -49
  174. package/dist/cjs/Button/Button.cjs +0 -98
  175. package/dist/cjs/Button/Button.styles.cjs +0 -137
  176. package/dist/cjs/ButtonBase/ButtonBase.cjs +0 -53
  177. package/dist/cjs/ButtonBase/ButtonBase.styles.cjs +0 -32
  178. package/dist/cjs/Calendar/Calendar.cjs +0 -108
  179. package/dist/cjs/Calendar/Calendar.styles.cjs +0 -34
  180. package/dist/cjs/Calendar/CalendarHeader/CalendarHeader.cjs +0 -126
  181. package/dist/cjs/Calendar/CalendarHeader/CalendarHeader.styles.cjs +0 -18
  182. package/dist/cjs/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.cjs +0 -55
  183. package/dist/cjs/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.cjs +0 -19
  184. package/dist/cjs/Calendar/CalendarNavigation/MonthSelector/MonthSelector.cjs +0 -45
  185. package/dist/cjs/Calendar/CalendarNavigation/MonthSelector/MonthSelector.styles.cjs +0 -26
  186. package/dist/cjs/Calendar/CalendarNavigation/Navigation/Navigation.cjs +0 -64
  187. package/dist/cjs/Calendar/CalendarNavigation/Navigation/Navigation.styles.cjs +0 -26
  188. package/dist/cjs/Calendar/SingleCalendar/CalendarCell.cjs +0 -86
  189. package/dist/cjs/Calendar/SingleCalendar/CalendarCell.styles.cjs +0 -59
  190. package/dist/cjs/Calendar/SingleCalendar/SingleCalendar.cjs +0 -153
  191. package/dist/cjs/Calendar/SingleCalendar/SingleCalendar.styles.cjs +0 -69
  192. package/dist/cjs/Calendar/model.cjs +0 -67
  193. package/dist/cjs/Calendar/utils.cjs +0 -144
  194. package/dist/cjs/Card/Card.cjs +0 -54
  195. package/dist/cjs/Card/Card.styles.cjs +0 -52
  196. package/dist/cjs/Card/Content/Content.cjs +0 -31
  197. package/dist/cjs/Card/Content/Content.styles.cjs +0 -11
  198. package/dist/cjs/Card/Header/Header.cjs +0 -43
  199. package/dist/cjs/Card/Header/Header.styles.cjs +0 -31
  200. package/dist/cjs/Card/Media/Media.cjs +0 -30
  201. package/dist/cjs/Card/Media/Media.styles.cjs +0 -9
  202. package/dist/cjs/Carousel/Carousel.cjs +0 -227
  203. package/dist/cjs/Carousel/Carousel.styles.cjs +0 -168
  204. package/dist/cjs/Carousel/CarouselControls.cjs +0 -66
  205. package/dist/cjs/Carousel/CarouselSlide/CarouselSlide.cjs +0 -27
  206. package/dist/cjs/Carousel/CarouselSlide/CarouselSlide.styles.cjs +0 -13
  207. package/dist/cjs/Carousel/CarouselThumbnails.cjs +0 -39
  208. package/dist/cjs/CheckBox/CheckBox.cjs +0 -184
  209. package/dist/cjs/CheckBox/CheckBox.styles.cjs +0 -60
  210. package/dist/cjs/CheckBoxGroup/CheckBoxGroup.cjs +0 -249
  211. package/dist/cjs/CheckBoxGroup/CheckBoxGroup.styles.cjs +0 -37
  212. package/dist/cjs/ColorPicker/ColorPicker.cjs +0 -234
  213. package/dist/cjs/ColorPicker/ColorPicker.styles.cjs +0 -52
  214. package/dist/cjs/ColorPicker/Fields/Fields.cjs +0 -152
  215. package/dist/cjs/ColorPicker/Fields/Fields.styles.cjs +0 -36
  216. package/dist/cjs/ColorPicker/Picker/Picker.cjs +0 -73
  217. package/dist/cjs/ColorPicker/Picker/Picker.styles.cjs +0 -65
  218. package/dist/cjs/ColorPicker/PresetColors/PresetColors.cjs +0 -46
  219. package/dist/cjs/ColorPicker/PresetColors/PresetColors.styles.cjs +0 -28
  220. package/dist/cjs/ColorPicker/SavedColors/SavedColors.cjs +0 -68
  221. package/dist/cjs/ColorPicker/SavedColors/SavedColors.styles.cjs +0 -46
  222. package/dist/cjs/Container/Container.cjs +0 -64
  223. package/dist/cjs/Container/Container.styles.cjs +0 -15
  224. package/dist/cjs/Controls/Controls.cjs +0 -78
  225. package/dist/cjs/Controls/Controls.styles.cjs +0 -15
  226. package/dist/cjs/Controls/LeftControl/LeftControl.cjs +0 -41
  227. package/dist/cjs/Controls/LeftControl/LeftControl.styles.cjs +0 -8
  228. package/dist/cjs/Controls/RightControl/RightControl.cjs +0 -49
  229. package/dist/cjs/Controls/RightControl/RightControl.styles.cjs +0 -9
  230. package/dist/cjs/Controls/context/ControlsContext.cjs +0 -9
  231. package/dist/cjs/DatePicker/DatePicker.cjs +0 -343
  232. package/dist/cjs/DatePicker/DatePicker.styles.cjs +0 -42
  233. package/dist/cjs/DatePicker/useVisibleDate.cjs +0 -147
  234. package/dist/cjs/DatePicker/utils.cjs +0 -28
  235. package/dist/cjs/Dialog/Actions/Actions.cjs +0 -35
  236. package/dist/cjs/Dialog/Actions/Actions.styles.cjs +0 -22
  237. package/dist/cjs/Dialog/Content/Content.cjs +0 -60
  238. package/dist/cjs/Dialog/Content/Content.styles.cjs +0 -19
  239. package/dist/cjs/Dialog/Dialog.cjs +0 -86
  240. package/dist/cjs/Dialog/Dialog.styles.cjs +0 -48
  241. package/dist/cjs/Dialog/Title/Title.cjs +0 -49
  242. package/dist/cjs/Dialog/Title/Title.styles.cjs +0 -24
  243. package/dist/cjs/Dialog/context.cjs +0 -7
  244. package/dist/cjs/DotPagination/DotPagination.cjs +0 -62
  245. package/dist/cjs/DotPagination/DotPagination.styles.cjs +0 -51
  246. package/dist/cjs/Drawer/Drawer.cjs +0 -74
  247. package/dist/cjs/Drawer/Drawer.styles.cjs +0 -23
  248. package/dist/cjs/DropDownMenu/DropDownMenu.cjs +0 -135
  249. package/dist/cjs/DropDownMenu/DropDownMenu.styles.cjs +0 -28
  250. package/dist/cjs/Dropdown/Dropdown.cjs +0 -315
  251. package/dist/cjs/Dropdown/Dropdown.styles.cjs +0 -50
  252. package/dist/cjs/Dropdown/List/List.cjs +0 -199
  253. package/dist/cjs/Dropdown/List/List.styles.cjs +0 -26
  254. package/dist/cjs/Dropdown/utils.cjs +0 -17
  255. package/dist/cjs/DropdownButton/DropdownButton.cjs +0 -50
  256. package/dist/cjs/DropdownButton/DropdownButton.styles.cjs +0 -49
  257. package/dist/cjs/EmptyState/EmptyState.cjs +0 -65
  258. package/dist/cjs/EmptyState/EmptyState.styles.cjs +0 -33
  259. package/dist/cjs/FileUploader/DropZone/DropZone.cjs +0 -193
  260. package/dist/cjs/FileUploader/DropZone/DropZone.styles.cjs +0 -70
  261. package/dist/cjs/FileUploader/File/File.cjs +0 -81
  262. package/dist/cjs/FileUploader/File/File.styles.cjs +0 -62
  263. package/dist/cjs/FileUploader/FileList/FileList.cjs +0 -31
  264. package/dist/cjs/FileUploader/FileList/FileList.styles.cjs +0 -18
  265. package/dist/cjs/FileUploader/FileUploader.cjs +0 -62
  266. package/dist/cjs/FileUploader/FileUploader.styles.cjs +0 -8
  267. package/dist/cjs/FileUploader/Preview/Preview.cjs +0 -54
  268. package/dist/cjs/FileUploader/Preview/Preview.styles.cjs +0 -29
  269. package/dist/cjs/FileUploader/utils.cjs +0 -13
  270. package/dist/cjs/FilterGroup/Counter/Counter.cjs +0 -46
  271. package/dist/cjs/FilterGroup/Counter/Counter.styles.cjs +0 -17
  272. package/dist/cjs/FilterGroup/FilterContent/FilterContent.cjs +0 -171
  273. package/dist/cjs/FilterGroup/FilterContent/FilterContent.styles.cjs +0 -53
  274. package/dist/cjs/FilterGroup/FilterGroup.cjs +0 -140
  275. package/dist/cjs/FilterGroup/FilterGroup.styles.cjs +0 -12
  276. package/dist/cjs/FilterGroup/FilterGroupContext.cjs +0 -77
  277. package/dist/cjs/FilterGroup/LeftPanel/LeftPanel.cjs +0 -34
  278. package/dist/cjs/FilterGroup/LeftPanel/LeftPanel.styles.cjs +0 -12
  279. package/dist/cjs/FilterGroup/RightPanel/RightPanel.cjs +0 -161
  280. package/dist/cjs/FilterGroup/RightPanel/RightPanel.styles.cjs +0 -29
  281. package/dist/cjs/Focus/Focus.cjs +0 -346
  282. package/dist/cjs/Focus/Focus.styles.cjs +0 -41
  283. package/dist/cjs/Focus/utils.cjs +0 -8
  284. package/dist/cjs/Footer/Footer.cjs +0 -42
  285. package/dist/cjs/Footer/Footer.styles.cjs +0 -45
  286. package/dist/cjs/FormElement/Adornment/Adornment.cjs +0 -54
  287. package/dist/cjs/FormElement/Adornment/Adornment.styles.cjs +0 -25
  288. package/dist/cjs/FormElement/CharCounter/CharCounter.cjs +0 -76
  289. package/dist/cjs/FormElement/CharCounter/CharCounter.styles.cjs +0 -12
  290. package/dist/cjs/FormElement/FormElement.cjs +0 -35
  291. package/dist/cjs/FormElement/FormElement.styles.cjs +0 -8
  292. package/dist/cjs/FormElement/InfoMessage/InfoMessage.cjs +0 -44
  293. package/dist/cjs/FormElement/InfoMessage/InfoMessage.styles.cjs +0 -11
  294. package/dist/cjs/FormElement/Label/Label.cjs +0 -60
  295. package/dist/cjs/FormElement/Label/Label.styles.cjs +0 -11
  296. package/dist/cjs/FormElement/LabelContainer.cjs +0 -58
  297. package/dist/cjs/FormElement/Suggestions/Suggestions.cjs +0 -86
  298. package/dist/cjs/FormElement/Suggestions/Suggestions.styles.cjs +0 -31
  299. package/dist/cjs/FormElement/WarningText/WarningText.cjs +0 -65
  300. package/dist/cjs/FormElement/WarningText/WarningText.styles.cjs +0 -30
  301. package/dist/cjs/FormElement/context.cjs +0 -11
  302. package/dist/cjs/FormElement/utils.cjs +0 -65
  303. package/dist/cjs/GlobalActions/GlobalActions.cjs +0 -74
  304. package/dist/cjs/GlobalActions/GlobalActions.styles.cjs +0 -85
  305. package/dist/cjs/Grid/Grid.cjs +0 -125
  306. package/dist/cjs/Grid/Grid.styles.cjs +0 -40
  307. package/dist/cjs/Header/Actions/Actions.cjs +0 -18
  308. package/dist/cjs/Header/Actions/Actions.styles.cjs +0 -20
  309. package/dist/cjs/Header/Brand/Brand.cjs +0 -24
  310. package/dist/cjs/Header/Brand/Brand.styles.cjs +0 -16
  311. package/dist/cjs/Header/Header.cjs +0 -33
  312. package/dist/cjs/Header/Header.styles.cjs +0 -32
  313. package/dist/cjs/Header/Navigation/MenuBar/Bar.cjs +0 -38
  314. package/dist/cjs/Header/Navigation/MenuBar/Bar.styles.cjs +0 -65
  315. package/dist/cjs/Header/Navigation/MenuBar/MenuBar.cjs +0 -29
  316. package/dist/cjs/Header/Navigation/MenuItem/MenuItem.cjs +0 -125
  317. package/dist/cjs/Header/Navigation/MenuItem/MenuItem.styles.cjs +0 -69
  318. package/dist/cjs/Header/Navigation/Navigation.cjs +0 -39
  319. package/dist/cjs/Header/Navigation/Navigation.styles.cjs +0 -18
  320. package/dist/cjs/Header/Navigation/useSelectionPath.cjs +0 -22
  321. package/dist/cjs/Header/Navigation/utils/FocusContext.cjs +0 -24
  322. package/dist/cjs/Header/Navigation/utils/SelectionContext.cjs +0 -5
  323. package/dist/cjs/IconButton/IconButton.cjs +0 -35
  324. package/dist/cjs/IconContainer/IconContainer.cjs +0 -81
  325. package/dist/cjs/InlineEditor/InlineEditor.cjs +0 -135
  326. package/dist/cjs/InlineEditor/InlineEditor.styles.cjs +0 -57
  327. package/dist/cjs/Input/Input.cjs +0 -472
  328. package/dist/cjs/Input/Input.styles.cjs +0 -53
  329. package/dist/cjs/Input/icons.cjs +0 -22
  330. package/dist/cjs/Input/utils.cjs +0 -12
  331. package/dist/cjs/Kpi/Kpi.cjs +0 -80
  332. package/dist/cjs/Kpi/Kpi.styles.cjs +0 -38
  333. package/dist/cjs/Link/Link.cjs +0 -33
  334. package/dist/cjs/Link/Link.styles.cjs +0 -15
  335. package/dist/cjs/List/List.cjs +0 -252
  336. package/dist/cjs/List/List.styles.cjs +0 -51
  337. package/dist/cjs/List/useSelectableList.cjs +0 -9
  338. package/dist/cjs/List/utils.cjs +0 -35
  339. package/dist/cjs/ListContainer/ListContainer.cjs +0 -68
  340. package/dist/cjs/ListContainer/ListContainer.styles.cjs +0 -11
  341. package/dist/cjs/ListContainer/ListContext/ListContext.cjs +0 -6
  342. package/dist/cjs/ListContainer/ListItem/ListItem.cjs +0 -137
  343. package/dist/cjs/ListContainer/ListItem/ListItem.styles.cjs +0 -84
  344. package/dist/cjs/Loading/Loading.cjs +0 -60
  345. package/dist/cjs/Loading/Loading.styles.cjs +0 -58
  346. package/dist/cjs/LoadingContainer/LoadingContainer.cjs +0 -41
  347. package/dist/cjs/LoadingContainer/LoadingContainer.styles.cjs +0 -20
  348. package/dist/cjs/Login/Login.cjs +0 -30
  349. package/dist/cjs/Login/Login.styles.cjs +0 -23
  350. package/dist/cjs/MultiButton/MultiButton.cjs +0 -62
  351. package/dist/cjs/MultiButton/MultiButton.styles.cjs +0 -146
  352. package/dist/cjs/NumberInput/NumberInput.cjs +0 -54
  353. package/dist/cjs/NumberInput/NumberInput.styles.cjs +0 -11
  354. package/dist/cjs/OverflowTooltip/OverflowTooltip.cjs +0 -87
  355. package/dist/cjs/OverflowTooltip/OverflowTooltip.styles.cjs +0 -24
  356. package/dist/cjs/Pagination/Pagination.cjs +0 -210
  357. package/dist/cjs/Pagination/Pagination.styles.cjs +0 -132
  358. package/dist/cjs/Pagination/Select.cjs +0 -63
  359. package/dist/cjs/Pagination/Select.styles.cjs +0 -21
  360. package/dist/cjs/Panel/Panel.cjs +0 -20
  361. package/dist/cjs/Panel/Panel.styles.cjs +0 -16
  362. package/dist/cjs/ProgressBar/ProgressBar.cjs +0 -54
  363. package/dist/cjs/ProgressBar/ProgressBar.styles.cjs +0 -42
  364. package/dist/cjs/QueryBuilder/ConfirmationDialog.cjs +0 -32
  365. package/dist/cjs/QueryBuilder/Context.cjs +0 -334
  366. package/dist/cjs/QueryBuilder/QueryBuilder.cjs +0 -148
  367. package/dist/cjs/QueryBuilder/QueryBuilder.styles.cjs +0 -110
  368. package/dist/cjs/QueryBuilder/Rule/Attribute.cjs +0 -65
  369. package/dist/cjs/QueryBuilder/Rule/Operator.cjs +0 -60
  370. package/dist/cjs/QueryBuilder/Rule/Rule.cjs +0 -105
  371. package/dist/cjs/QueryBuilder/Rule/Rule.styles.cjs +0 -56
  372. package/dist/cjs/QueryBuilder/RuleGroup.cjs +0 -211
  373. package/dist/cjs/QueryBuilder/Value/BooleanValue.cjs +0 -40
  374. package/dist/cjs/QueryBuilder/Value/DateTimeValue.cjs +0 -310
  375. package/dist/cjs/QueryBuilder/Value/EmptyValue.cjs +0 -16
  376. package/dist/cjs/QueryBuilder/Value/NumericValue.cjs +0 -210
  377. package/dist/cjs/QueryBuilder/Value/TextValue.cjs +0 -56
  378. package/dist/cjs/QueryBuilder/Value/Value.cjs +0 -74
  379. package/dist/cjs/QueryBuilder/types.cjs +0 -4
  380. package/dist/cjs/QueryBuilder/utils/index.cjs +0 -80
  381. package/dist/cjs/QueryBuilder/utils/reducer.cjs +0 -93
  382. package/dist/cjs/Radio/Radio.cjs +0 -148
  383. package/dist/cjs/Radio/Radio.styles.cjs +0 -59
  384. package/dist/cjs/RadioGroup/RadioGroup.cjs +0 -162
  385. package/dist/cjs/RadioGroup/RadioGroup.styles.cjs +0 -36
  386. package/dist/cjs/ScrollToHorizontal/HorizontalScrollListItem/HorizontalScrollListItem.cjs +0 -56
  387. package/dist/cjs/ScrollToHorizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.cjs +0 -50
  388. package/dist/cjs/ScrollToHorizontal/ScrollToHorizontal.cjs +0 -100
  389. package/dist/cjs/ScrollToHorizontal/ScrollToHorizontal.styles.cjs +0 -34
  390. package/dist/cjs/ScrollToVertical/ScrollToVertical.cjs +0 -83
  391. package/dist/cjs/ScrollToVertical/ScrollToVertical.styles.cjs +0 -40
  392. package/dist/cjs/ScrollToVertical/VerticalScrollListItem/VerticalScrollListItem.cjs +0 -40
  393. package/dist/cjs/ScrollToVertical/VerticalScrollListItem/VerticalScrollListItem.styles.cjs +0 -55
  394. package/dist/cjs/SearchInput/SearchInput.cjs +0 -28
  395. package/dist/cjs/SearchInput/SearchInput.styles.cjs +0 -10
  396. package/dist/cjs/Section/Section.cjs +0 -108
  397. package/dist/cjs/Section/Section.styles.cjs +0 -62
  398. package/dist/cjs/Select/Option.cjs +0 -51
  399. package/dist/cjs/Select/OptionGroup.cjs +0 -33
  400. package/dist/cjs/Select/Select.cjs +0 -236
  401. package/dist/cjs/Select/Select.styles.cjs +0 -43
  402. package/dist/cjs/SelectionList/SelectionList.cjs +0 -223
  403. package/dist/cjs/SelectionList/SelectionList.styles.cjs +0 -38
  404. package/dist/cjs/SimpleGrid/SimpleGrid.cjs +0 -28
  405. package/dist/cjs/SimpleGrid/SimpleGrid.styles.cjs +0 -45
  406. package/dist/cjs/Skeleton/Skeleton.cjs +0 -45
  407. package/dist/cjs/Skeleton/Skeleton.styles.cjs +0 -73
  408. package/dist/cjs/Slider/Slider.cjs +0 -437
  409. package/dist/cjs/Slider/Slider.styles.cjs +0 -223
  410. package/dist/cjs/Slider/SliderInput/SliderInput.cjs +0 -60
  411. package/dist/cjs/Slider/SliderInput/SliderInput.styles.cjs +0 -16
  412. package/dist/cjs/Slider/base.cjs +0 -245
  413. package/dist/cjs/Slider/utils.cjs +0 -245
  414. package/dist/cjs/Snackbar/Snackbar.cjs +0 -97
  415. package/dist/cjs/Snackbar/Snackbar.styles.cjs +0 -44
  416. package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.cjs +0 -55
  417. package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.styles.cjs +0 -34
  418. package/dist/cjs/SnackbarProvider/SnackbarProvider.cjs +0 -108
  419. package/dist/cjs/SnackbarProvider/SnackbarProvider.styles.cjs +0 -27
  420. package/dist/cjs/Stack/Stack.cjs +0 -89
  421. package/dist/cjs/Stack/Stack.styles.cjs +0 -35
  422. package/dist/cjs/StatusIcon/StatusIcon.cjs +0 -59
  423. package/dist/cjs/StatusIcon/StatusIcon.styles.cjs +0 -57
  424. package/dist/cjs/Switch/Switch.cjs +0 -141
  425. package/dist/cjs/Switch/Switch.styles.cjs +0 -62
  426. package/dist/cjs/Table/Table.cjs +0 -69
  427. package/dist/cjs/Table/Table.styles.cjs +0 -30
  428. package/dist/cjs/Table/TableBody/TableBody.cjs +0 -60
  429. package/dist/cjs/Table/TableBody/TableBody.styles.cjs +0 -8
  430. package/dist/cjs/Table/TableCell/TableCell.cjs +0 -69
  431. package/dist/cjs/Table/TableCell/TableCell.styles.cjs +0 -164
  432. package/dist/cjs/Table/TableContainer/TableContainer.cjs +0 -28
  433. package/dist/cjs/Table/TableContainer/TableContainer.styles.cjs +0 -13
  434. package/dist/cjs/Table/TableContext.cjs +0 -5
  435. package/dist/cjs/Table/TableHead/TableHead.cjs +0 -41
  436. package/dist/cjs/Table/TableHead/TableHead.styles.cjs +0 -9
  437. package/dist/cjs/Table/TableHeader/TableHeader.cjs +0 -129
  438. package/dist/cjs/Table/TableHeader/TableHeader.styles.cjs +0 -153
  439. package/dist/cjs/Table/TableHeader/utils.cjs +0 -17
  440. package/dist/cjs/Table/TableRow/TableRow.cjs +0 -53
  441. package/dist/cjs/Table/TableRow/TableRow.styles.cjs +0 -87
  442. package/dist/cjs/Table/TableSection/TableSection.cjs +0 -23
  443. package/dist/cjs/Table/TableSection/TableSection.styles.cjs +0 -100
  444. package/dist/cjs/Table/TableSectionContext.cjs +0 -5
  445. package/dist/cjs/Table/hooks/useHvBulkActions.cjs +0 -94
  446. package/dist/cjs/Table/hooks/useHvFilters.cjs +0 -6
  447. package/dist/cjs/Table/hooks/useHvGlobalFilter.cjs +0 -6
  448. package/dist/cjs/Table/hooks/useHvHeaderGroups.cjs +0 -90
  449. package/dist/cjs/Table/hooks/useHvPagination.cjs +0 -55
  450. package/dist/cjs/Table/hooks/useHvResizeColumns.cjs +0 -37
  451. package/dist/cjs/Table/hooks/useHvRowExpand.cjs +0 -77
  452. package/dist/cjs/Table/hooks/useHvRowSelection.cjs +0 -442
  453. package/dist/cjs/Table/hooks/useHvRowState.cjs +0 -6
  454. package/dist/cjs/Table/hooks/useHvSortBy.cjs +0 -36
  455. package/dist/cjs/Table/hooks/useHvSticky.cjs +0 -169
  456. package/dist/cjs/Table/hooks/useHvTable.cjs +0 -80
  457. package/dist/cjs/Table/hooks/useHvTableStyles.cjs +0 -89
  458. package/dist/cjs/Table/renderers/DateColumnCell.cjs +0 -22
  459. package/dist/cjs/Table/renderers/DefaultCell.cjs +0 -21
  460. package/dist/cjs/Table/renderers/DropdownColumnCell.cjs +0 -11
  461. package/dist/cjs/Table/renderers/ProgressColumnCell.cjs +0 -54
  462. package/dist/cjs/Table/renderers/SwitchColumnCell.cjs +0 -55
  463. package/dist/cjs/Table/renderers/renderers.cjs +0 -203
  464. package/dist/cjs/Tabs/Tab/Tab.cjs +0 -35
  465. package/dist/cjs/Tabs/Tab/Tab.styles.cjs +0 -56
  466. package/dist/cjs/Tabs/Tabs.cjs +0 -32
  467. package/dist/cjs/Tabs/Tabs.styles.cjs +0 -16
  468. package/dist/cjs/Tag/Tag.cjs +0 -137
  469. package/dist/cjs/Tag/Tag.styles.cjs +0 -107
  470. package/dist/cjs/TagsInput/TagsInput.cjs +0 -424
  471. package/dist/cjs/TagsInput/TagsInput.styles.cjs +0 -109
  472. package/dist/cjs/TextArea/TextArea.cjs +0 -277
  473. package/dist/cjs/TextArea/TextArea.styles.cjs +0 -22
  474. package/dist/cjs/TimeAgo/TimeAgo.cjs +0 -33
  475. package/dist/cjs/TimeAgo/TimeAgo.styles.cjs +0 -8
  476. package/dist/cjs/TimeAgo/formatUtils.cjs +0 -72
  477. package/dist/cjs/TimeAgo/useTimeAgo.cjs +0 -26
  478. package/dist/cjs/TimeAgo/useTimeout.cjs +0 -15
  479. package/dist/cjs/TimePicker/Placeholder.cjs +0 -53
  480. package/dist/cjs/TimePicker/TimePicker.cjs +0 -217
  481. package/dist/cjs/TimePicker/TimePicker.styles.cjs +0 -41
  482. package/dist/cjs/TimePicker/Unit/Unit.cjs +0 -53
  483. package/dist/cjs/TimePicker/Unit/Unit.styles.cjs +0 -48
  484. package/dist/cjs/ToggleButton/ToggleButton.cjs +0 -37
  485. package/dist/cjs/Tooltip/Tooltip.cjs +0 -58
  486. package/dist/cjs/Tooltip/Tooltip.styles.cjs +0 -81
  487. package/dist/cjs/TreeView/TreeItem/DefaultContent.cjs +0 -74
  488. package/dist/cjs/TreeView/TreeItem/TreeItem.cjs +0 -145
  489. package/dist/cjs/TreeView/TreeItem/TreeItem.styles.cjs +0 -72
  490. package/dist/cjs/TreeView/TreeItem/useHvTreeItem.cjs +0 -57
  491. package/dist/cjs/TreeView/TreeView.cjs +0 -65
  492. package/dist/cjs/TreeView/TreeView.styles.cjs +0 -14
  493. package/dist/cjs/TreeView/internals/DescendantProvider.cjs +0 -147
  494. package/dist/cjs/TreeView/internals/TreeViewProvider.cjs +0 -29
  495. package/dist/cjs/TreeView/internals/corePlugins.cjs +0 -5
  496. package/dist/cjs/TreeView/internals/hooks/plugins/defaultPlugins.cjs +0 -17
  497. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewContextValueBuilder.cjs +0 -24
  498. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewExpansion.cjs +0 -84
  499. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewFocus.cjs +0 -103
  500. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewKeyboardNavigation.cjs +0 -236
  501. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewNodes.cjs +0 -89
  502. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewSelection.cjs +0 -218
  503. package/dist/cjs/TreeView/internals/hooks/useInstanceEventHandler.cjs +0 -95
  504. package/dist/cjs/TreeView/internals/hooks/useTreeView.cjs +0 -91
  505. package/dist/cjs/TreeView/internals/hooks/useTreeViewInstanceEvents.cjs +0 -54
  506. package/dist/cjs/TreeView/internals/hooks/useTreeViewModels.cjs +0 -61
  507. package/dist/cjs/TreeView/internals/hooks/utils.cjs +0 -46
  508. package/dist/cjs/TreeView/internals/utils/EventManager.cjs +0 -59
  509. package/dist/cjs/TreeView/internals/utils/FinalizationRegistryBasedCleanupTracking.cjs +0 -19
  510. package/dist/cjs/TreeView/internals/utils/TimerBasedCleanupTracking.cjs +0 -38
  511. package/dist/cjs/TreeView/internals/utils/publishTreeViewEvent.cjs +0 -6
  512. package/dist/cjs/Typography/Typography.cjs +0 -78
  513. package/dist/cjs/Typography/Typography.styles.cjs +0 -64
  514. package/dist/cjs/Typography/utils.cjs +0 -30
  515. package/dist/cjs/VerticalNavigation/Actions/Action.cjs +0 -46
  516. package/dist/cjs/VerticalNavigation/Actions/Action.styles.cjs +0 -29
  517. package/dist/cjs/VerticalNavigation/Actions/Actions.cjs +0 -33
  518. package/dist/cjs/VerticalNavigation/Actions/Actions.styles.cjs +0 -20
  519. package/dist/cjs/VerticalNavigation/Header/Header.cjs +0 -94
  520. package/dist/cjs/VerticalNavigation/Header/Header.styles.cjs +0 -33
  521. package/dist/cjs/VerticalNavigation/Navigation/Navigation.cjs +0 -284
  522. package/dist/cjs/VerticalNavigation/Navigation/Navigation.styles.cjs +0 -25
  523. package/dist/cjs/VerticalNavigation/NavigationPopup/NavigationPopup.styles.cjs +0 -18
  524. package/dist/cjs/VerticalNavigation/NavigationPopup/NavigationPopupContainer.cjs +0 -37
  525. package/dist/cjs/VerticalNavigation/NavigationSlider/NavigationSlider.cjs +0 -65
  526. package/dist/cjs/VerticalNavigation/NavigationSlider/NavigationSlider.styles.cjs +0 -34
  527. package/dist/cjs/VerticalNavigation/NavigationSlider/utils.cjs +0 -43
  528. package/dist/cjs/VerticalNavigation/TreeView/TreeView.cjs +0 -675
  529. package/dist/cjs/VerticalNavigation/TreeView/TreeView.styles.cjs +0 -17
  530. package/dist/cjs/VerticalNavigation/TreeView/TreeViewContext.cjs +0 -9
  531. package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.cjs +0 -420
  532. package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.styles.cjs +0 -145
  533. package/dist/cjs/VerticalNavigation/VerticalNavigation.cjs +0 -99
  534. package/dist/cjs/VerticalNavigation/VerticalNavigation.styles.cjs +0 -46
  535. package/dist/cjs/VerticalNavigation/VerticalNavigationContext.cjs +0 -11
  536. package/dist/cjs/hooks/useClickOutside.cjs +0 -25
  537. package/dist/cjs/hooks/useComputation.cjs +0 -15
  538. package/dist/cjs/hooks/useControlled.cjs +0 -18
  539. package/dist/cjs/hooks/useEnhancedEffect.cjs +0 -5
  540. package/dist/cjs/hooks/useExpandable.cjs +0 -32
  541. package/dist/cjs/hooks/useFocus.cjs +0 -38
  542. package/dist/cjs/hooks/useForkRef.cjs +0 -22
  543. package/dist/cjs/hooks/useImageLoaded.cjs +0 -27
  544. package/dist/cjs/hooks/useIsMounted.cjs +0 -14
  545. package/dist/cjs/hooks/useLabels.cjs +0 -10
  546. package/dist/cjs/hooks/useScrollTo.cjs +0 -131
  547. package/dist/cjs/hooks/useUniqueId.cjs +0 -32
  548. package/dist/cjs/hooks/useWidth.cjs +0 -16
  549. package/dist/cjs/icons.cjs +0 -97
  550. package/dist/cjs/index.cjs +0 -690
  551. package/dist/cjs/providers/Provider.cjs +0 -84
  552. package/dist/cjs/providers/ThemeProvider.cjs +0 -125
  553. package/dist/cjs/themes/ds3.cjs +0 -1227
  554. package/dist/cjs/themes/ds5.cjs +0 -284
  555. package/dist/cjs/themes/index.cjs +0 -10
  556. package/dist/cjs/themes/pentahoPlus.cjs +0 -844
  557. package/dist/cjs/types/generic.cjs +0 -7
  558. package/dist/cjs/utils/Callout.cjs +0 -151
  559. package/dist/cjs/utils/CounterLabel.cjs +0 -16
  560. package/dist/cjs/utils/browser.cjs +0 -8
  561. package/dist/cjs/utils/deepMerge.cjs +0 -19
  562. package/dist/cjs/utils/document.cjs +0 -14
  563. package/dist/cjs/utils/focusUtils.cjs +0 -8
  564. package/dist/cjs/utils/focusableElementFinder.cjs +0 -29
  565. package/dist/cjs/utils/getComponentName.cjs +0 -4
  566. package/dist/cjs/utils/helpers.cjs +0 -28
  567. package/dist/cjs/utils/hexToRgbA.cjs +0 -5
  568. package/dist/cjs/utils/iconVariant.cjs +0 -15
  569. package/dist/cjs/utils/keyboardUtils.cjs +0 -33
  570. package/dist/cjs/utils/multiSelectionEventHandler.cjs +0 -54
  571. package/dist/cjs/utils/scroll.cjs +0 -82
  572. package/dist/cjs/utils/setId.cjs +0 -10
  573. package/dist/cjs/utils/sizes.cjs +0 -33
  574. package/dist/cjs/utils/theme.cjs +0 -88
  575. package/dist/cjs/utils/useSavedState.cjs +0 -19
  576. package/dist/esm/Badge/Badge.js +0 -57
  577. package/dist/esm/Box/Box.js +0 -22
  578. package/dist/esm/Focus/utils.js +0 -8
  579. package/dist/esm/Kpi/Kpi.js +0 -81
  580. package/dist/esm/Kpi/Kpi.styles.js +0 -38
  581. package/dist/esm/Link/Link.js +0 -34
  582. package/dist/esm/Link/Link.styles.js +0 -15
  583. package/dist/esm/StatusIcon/StatusIcon.js +0 -60
  584. package/dist/esm/Table/renderers/DropdownColumnCell.js +0 -11
  585. package/dist/esm/Tooltip/Tooltip.styles.js +0 -81
  586. package/dist/esm/Typography/Typography.styles.js +0 -64
  587. package/dist/esm/Typography/utils.js +0 -30
  588. package/dist/esm/hooks/useUniqueId.js +0 -14
  589. package/dist/esm/themes/ds3.js +0 -1227
  590. package/dist/esm/themes/index.js +0 -10
  591. package/dist/esm/utils/browser.js +0 -8
  592. package/dist/esm/utils/getComponentName.js +0 -4
  593. package/dist/esm/utils/hexToRgbA.js +0 -5
  594. package/dist/esm/utils/setId.js +0 -10
  595. package/dist/esm/utils/sizes.js +0 -33
  596. package/dist/esm/utils/theme.js +0 -88
  597. package/dist/{esm/Accordion → Accordion}/Accordion.styles.js +0 -0
  598. package/dist/{esm/ActionBar → ActionBar}/ActionBar.js +0 -0
  599. package/dist/{esm/ActionBar → ActionBar}/ActionBar.styles.js +0 -0
  600. package/dist/{esm/AppSwitcher → AppSwitcher}/Action/Action.js +0 -0
  601. package/dist/{esm/AppSwitcher → AppSwitcher}/Action/Action.styles.js +0 -0
  602. package/dist/{esm/AppSwitcher → AppSwitcher}/AppSwitcher.js +0 -0
  603. package/dist/{esm/AppSwitcher → AppSwitcher}/AppSwitcher.styles.js +0 -0
  604. package/dist/{esm/AvatarGroup → AvatarGroup}/AvatarGroup.js +0 -0
  605. package/dist/{esm/AvatarGroup → AvatarGroup}/AvatarGroup.styles.js +0 -0
  606. package/dist/{esm/AvatarGroup → AvatarGroup}/AvatarGroupContext.js +0 -0
  607. package/dist/{esm/Banner → Banner}/Banner.styles.js +0 -0
  608. package/dist/{esm/BaseCheckBox → BaseCheckBox}/BaseCheckBox.js +0 -0
  609. package/dist/{esm/BaseCheckBox → BaseCheckBox}/BaseCheckBox.styles.js +0 -0
  610. package/dist/{esm/BaseCheckBox → BaseCheckBox}/CheckBoxIcon.js +0 -0
  611. package/dist/{esm/BaseDropdown → BaseDropdown}/context.js +0 -0
  612. package/dist/{esm/BaseInput → BaseInput}/validations.js +0 -0
  613. package/dist/{esm/BaseRadio → BaseRadio}/BaseRadio.js +0 -0
  614. package/dist/{esm/BaseRadio → BaseRadio}/BaseRadio.styles.js +0 -0
  615. package/dist/{esm/BaseRadio → BaseRadio}/RadioIcon.js +0 -0
  616. package/dist/{esm/BaseSwitch → BaseSwitch}/BaseSwitch.js +0 -0
  617. package/dist/{esm/BaseSwitch → BaseSwitch}/BaseSwitch.styles.js +0 -0
  618. package/dist/{esm/BreadCrumb → BreadCrumb}/BreadCrumb.js +0 -0
  619. package/dist/{esm/BreadCrumb → BreadCrumb}/BreadCrumb.styles.js +0 -0
  620. package/dist/{esm/BreadCrumb → BreadCrumb}/Page/Page.js +0 -0
  621. package/dist/{esm/BreadCrumb → BreadCrumb}/Page/Page.styles.js +0 -0
  622. package/dist/{esm/BreadCrumb → BreadCrumb}/PathElement/PathElement.js +0 -0
  623. package/dist/{esm/BreadCrumb → BreadCrumb}/PathElement/PathElement.styles.js +0 -0
  624. package/dist/{esm/Button → Button}/Button.js +0 -0
  625. package/dist/{esm/ButtonBase → ButtonBase}/ButtonBase.js +0 -0
  626. package/dist/{esm/ButtonBase → ButtonBase}/ButtonBase.styles.js +0 -0
  627. package/dist/{esm/Calendar → Calendar}/Calendar.styles.js +0 -0
  628. package/dist/{esm/Calendar → Calendar}/CalendarHeader/CalendarHeader.styles.js +0 -0
  629. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.js +0 -0
  630. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/MonthSelector/MonthSelector.js +0 -0
  631. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/MonthSelector/MonthSelector.styles.js +0 -0
  632. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/Navigation/Navigation.styles.js +0 -0
  633. package/dist/{esm/Calendar → Calendar}/SingleCalendar/CalendarCell.js +0 -0
  634. package/dist/{esm/Calendar → Calendar}/SingleCalendar/CalendarCell.styles.js +0 -0
  635. package/dist/{esm/Calendar → Calendar}/SingleCalendar/SingleCalendar.styles.js +0 -0
  636. package/dist/{esm/Calendar → Calendar}/model.js +0 -0
  637. package/dist/{esm/Calendar → Calendar}/utils.js +0 -0
  638. package/dist/{esm/Card → Card}/Card.js +0 -0
  639. package/dist/{esm/Card → Card}/Card.styles.js +0 -0
  640. package/dist/{esm/Card → Card}/Content/Content.js +0 -0
  641. package/dist/{esm/Card → Card}/Content/Content.styles.js +0 -0
  642. package/dist/{esm/Card → Card}/Media/Media.js +0 -0
  643. package/dist/{esm/Card → Card}/Media/Media.styles.js +0 -0
  644. package/dist/{esm/Carousel → Carousel}/CarouselControls.js +0 -0
  645. package/dist/{esm/Carousel → Carousel}/CarouselSlide/CarouselSlide.js +0 -0
  646. package/dist/{esm/Carousel → Carousel}/CarouselSlide/CarouselSlide.styles.js +0 -0
  647. package/dist/{esm/Carousel → Carousel}/CarouselThumbnails.js +0 -0
  648. package/dist/{esm/CheckBox → CheckBox}/CheckBox.js +0 -0
  649. package/dist/{esm/CheckBox → CheckBox}/CheckBox.styles.js +0 -0
  650. package/dist/{esm/CheckBoxGroup → CheckBoxGroup}/CheckBoxGroup.js +0 -0
  651. package/dist/{esm/CheckBoxGroup → CheckBoxGroup}/CheckBoxGroup.styles.js +0 -0
  652. package/dist/{esm/ColorPicker → ColorPicker}/ColorPicker.styles.js +0 -0
  653. package/dist/{esm/ColorPicker → ColorPicker}/Fields/Fields.js +0 -0
  654. package/dist/{esm/ColorPicker → ColorPicker}/Fields/Fields.styles.js +0 -0
  655. package/dist/{esm/ColorPicker → ColorPicker}/PresetColors/PresetColors.js +0 -0
  656. package/dist/{esm/ColorPicker → ColorPicker}/PresetColors/PresetColors.styles.js +0 -0
  657. package/dist/{esm/ColorPicker → ColorPicker}/SavedColors/SavedColors.js +0 -0
  658. package/dist/{esm/ColorPicker → ColorPicker}/SavedColors/SavedColors.styles.js +0 -0
  659. package/dist/{esm/Container → Container}/Container.js +0 -0
  660. package/dist/{esm/Container → Container}/Container.styles.js +0 -0
  661. package/dist/{esm/Controls → Controls}/Controls.styles.js +0 -0
  662. package/dist/{esm/Controls → Controls}/LeftControl/LeftControl.styles.js +0 -0
  663. package/dist/{esm/Controls → Controls}/RightControl/RightControl.styles.js +0 -0
  664. package/dist/{esm/Controls → Controls}/context/ControlsContext.js +0 -0
  665. package/dist/{esm/DatePicker → DatePicker}/DatePicker.js +1 -1
  666. package/dist/{esm/DatePicker → DatePicker}/DatePicker.styles.js +0 -0
  667. package/dist/{esm/DatePicker → DatePicker}/useVisibleDate.js +0 -0
  668. package/dist/{esm/DatePicker → DatePicker}/utils.js +0 -0
  669. package/dist/{esm/Dialog → Dialog}/Content/Content.js +0 -0
  670. package/dist/{esm/Dialog → Dialog}/context.js +0 -0
  671. package/dist/{esm/Drawer → Drawer}/Drawer.styles.js +0 -0
  672. package/dist/{esm/Dropdown → Dropdown}/Dropdown.styles.js +0 -0
  673. package/dist/{esm/Dropdown → Dropdown}/List/List.styles.js +0 -0
  674. package/dist/{esm/Dropdown → Dropdown}/utils.js +0 -0
  675. package/dist/{esm/DropdownButton → DropdownButton}/DropdownButton.js +0 -0
  676. package/dist/{esm/DropdownButton → DropdownButton}/DropdownButton.styles.js +0 -0
  677. package/dist/{esm/EmptyState → EmptyState}/EmptyState.js +0 -0
  678. package/dist/{esm/EmptyState → EmptyState}/EmptyState.styles.js +0 -0
  679. package/dist/{esm/FileUploader → FileUploader}/DropZone/DropZone.styles.js +0 -0
  680. package/dist/{esm/FileUploader → FileUploader}/File/File.js +0 -0
  681. package/dist/{esm/FileUploader → FileUploader}/File/File.styles.js +0 -0
  682. package/dist/{esm/FileUploader → FileUploader}/FileList/FileList.styles.js +0 -0
  683. package/dist/{esm/FileUploader → FileUploader}/FileUploader.styles.js +0 -0
  684. package/dist/{esm/FileUploader → FileUploader}/Preview/Preview.js +0 -0
  685. package/dist/{esm/FileUploader → FileUploader}/Preview/Preview.styles.js +0 -0
  686. package/dist/{esm/FileUploader → FileUploader}/utils.js +0 -0
  687. package/dist/{esm/FilterGroup → FilterGroup}/Counter/Counter.js +0 -0
  688. package/dist/{esm/FilterGroup → FilterGroup}/Counter/Counter.styles.js +0 -0
  689. package/dist/{esm/FilterGroup → FilterGroup}/FilterContent/FilterContent.styles.js +0 -0
  690. package/dist/{esm/FilterGroup → FilterGroup}/FilterGroup.js +0 -0
  691. package/dist/{esm/FilterGroup → FilterGroup}/FilterGroup.styles.js +0 -0
  692. package/dist/{esm/FilterGroup → FilterGroup}/FilterGroupContext.js +0 -0
  693. package/dist/{esm/FilterGroup → FilterGroup}/LeftPanel/LeftPanel.styles.js +0 -0
  694. package/dist/{esm/FilterGroup → FilterGroup}/RightPanel/RightPanel.styles.js +0 -0
  695. package/dist/{esm/Focus → Focus}/Focus.styles.js +0 -0
  696. package/dist/{esm/Footer → Footer}/Footer.js +0 -0
  697. package/dist/{esm/Footer → Footer}/Footer.styles.js +0 -0
  698. package/dist/{esm/FormElement → FormElement}/CharCounter/CharCounter.js +0 -0
  699. package/dist/{esm/FormElement → FormElement}/CharCounter/CharCounter.styles.js +0 -0
  700. package/dist/{esm/FormElement → FormElement}/FormElement.js +0 -0
  701. package/dist/{esm/FormElement → FormElement}/FormElement.styles.js +0 -0
  702. package/dist/{esm/FormElement → FormElement}/InfoMessage/InfoMessage.js +0 -0
  703. package/dist/{esm/FormElement → FormElement}/InfoMessage/InfoMessage.styles.js +0 -0
  704. package/dist/{esm/FormElement → FormElement}/Label/Label.js +0 -0
  705. package/dist/{esm/FormElement → FormElement}/Label/Label.styles.js +0 -0
  706. package/dist/{esm/FormElement → FormElement}/LabelContainer.js +0 -0
  707. package/dist/{esm/FormElement → FormElement}/Suggestions/Suggestions.styles.js +0 -0
  708. package/dist/{esm/FormElement → FormElement}/WarningText/WarningText.js +0 -0
  709. package/dist/{esm/FormElement → FormElement}/WarningText/WarningText.styles.js +0 -0
  710. package/dist/{esm/FormElement → FormElement}/context.js +0 -0
  711. package/dist/{esm/FormElement → FormElement}/utils.js +0 -0
  712. package/dist/{esm/Grid → Grid}/Grid.styles.js +0 -0
  713. package/dist/{esm/Header → Header}/Actions/Actions.js +0 -0
  714. package/dist/{esm/Header → Header}/Brand/Brand.js +0 -0
  715. package/dist/{esm/Header → Header}/Header.js +0 -0
  716. package/dist/{esm/Header → Header}/Header.styles.js +0 -0
  717. package/dist/{esm/Header → Header}/Navigation/MenuBar/Bar.js +0 -0
  718. package/dist/{esm/Header → Header}/Navigation/MenuBar/MenuBar.js +0 -0
  719. package/dist/{esm/Header → Header}/Navigation/MenuItem/MenuItem.js +0 -0
  720. package/dist/{esm/Header → Header}/Navigation/Navigation.js +0 -0
  721. package/dist/{esm/Header → Header}/Navigation/useSelectionPath.js +0 -0
  722. package/dist/{esm/Header → Header}/Navigation/utils/FocusContext.js +0 -0
  723. package/dist/{esm/Header → Header}/Navigation/utils/SelectionContext.js +0 -0
  724. package/dist/{esm/IconButton → IconButton}/IconButton.js +1 -1
  725. package/dist/{esm/IconContainer → IconContainer}/IconContainer.js +0 -0
  726. package/dist/{esm/InlineEditor → InlineEditor}/InlineEditor.js +1 -1
  727. package/dist/{esm/Input → Input}/icons.js +0 -0
  728. package/dist/{esm/Input → Input}/utils.js +0 -0
  729. package/dist/{esm/List → List}/List.styles.js +0 -0
  730. package/dist/{esm/List → List}/useSelectableList.js +0 -0
  731. package/dist/{esm/List → List}/utils.js +0 -0
  732. package/dist/{esm/ListContainer → ListContainer}/ListContainer.js +0 -0
  733. package/dist/{esm/ListContainer → ListContainer}/ListContainer.styles.js +0 -0
  734. package/dist/{esm/ListContainer → ListContainer}/ListContext/ListContext.js +0 -0
  735. package/dist/{esm/LoadingContainer → LoadingContainer}/LoadingContainer.js +0 -0
  736. package/dist/{esm/LoadingContainer → LoadingContainer}/LoadingContainer.styles.js +0 -0
  737. package/dist/{esm/Login → Login}/Login.js +0 -0
  738. package/dist/{esm/Login → Login}/Login.styles.js +0 -0
  739. package/dist/{esm/NumberInput → NumberInput}/NumberInput.js +0 -0
  740. package/dist/{esm/NumberInput → NumberInput}/NumberInput.styles.js +0 -0
  741. package/dist/{esm/OverflowTooltip → OverflowTooltip}/OverflowTooltip.js +0 -0
  742. package/dist/{esm/OverflowTooltip → OverflowTooltip}/OverflowTooltip.styles.js +0 -0
  743. package/dist/{esm/Pagination → Pagination}/Pagination.styles.js +0 -0
  744. package/dist/{esm/Pagination → Pagination}/Select.js +0 -0
  745. package/dist/{esm/Pagination → Pagination}/Select.styles.js +0 -0
  746. package/dist/{esm/Panel → Panel}/Panel.js +0 -0
  747. package/dist/{esm/Panel → Panel}/Panel.styles.js +0 -0
  748. package/dist/{esm/ProgressBar → ProgressBar}/ProgressBar.js +0 -0
  749. package/dist/{esm/ProgressBar → ProgressBar}/ProgressBar.styles.js +0 -0
  750. package/dist/{esm/QueryBuilder → QueryBuilder}/ConfirmationDialog.js +0 -0
  751. package/dist/{esm/QueryBuilder → QueryBuilder}/QueryBuilder.styles.js +0 -0
  752. package/dist/{esm/QueryBuilder → QueryBuilder}/Rule/Attribute.js +0 -0
  753. package/dist/{esm/QueryBuilder → QueryBuilder}/Rule/Operator.js +0 -0
  754. package/dist/{esm/QueryBuilder → QueryBuilder}/Rule/Rule.styles.js +0 -0
  755. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/BooleanValue.js +0 -0
  756. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/DateTimeValue.js +0 -0
  757. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/EmptyValue.js +0 -0
  758. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/NumericValue.js +0 -0
  759. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/TextValue.js +0 -0
  760. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/Value.js +0 -0
  761. package/dist/{esm/QueryBuilder → QueryBuilder}/types.js +0 -0
  762. package/dist/{esm/QueryBuilder → QueryBuilder}/utils/index.js +0 -0
  763. package/dist/{esm/QueryBuilder → QueryBuilder}/utils/reducer.js +0 -0
  764. package/dist/{esm/Radio → Radio}/Radio.js +0 -0
  765. package/dist/{esm/Radio → Radio}/Radio.styles.js +0 -0
  766. package/dist/{esm/RadioGroup → RadioGroup}/RadioGroup.js +0 -0
  767. package/dist/{esm/RadioGroup → RadioGroup}/RadioGroup.styles.js +0 -0
  768. package/dist/{esm/ScrollToHorizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.styles.js +0 -0
  769. package/dist/{esm/ScrollToVertical → ScrollToVertical}/ScrollToVertical.styles.js +0 -0
  770. package/dist/{esm/SearchInput → SearchInput}/SearchInput.js +0 -0
  771. package/dist/{esm/SearchInput → SearchInput}/SearchInput.styles.js +0 -0
  772. package/dist/{esm/Select → Select}/Option.js +0 -0
  773. package/dist/{esm/Select → Select}/OptionGroup.js +0 -0
  774. package/dist/{esm/SelectionList → SelectionList}/SelectionList.js +0 -0
  775. package/dist/{esm/SelectionList → SelectionList}/SelectionList.styles.js +0 -0
  776. package/dist/{esm/SimpleGrid → SimpleGrid}/SimpleGrid.js +0 -0
  777. package/dist/{esm/SimpleGrid → SimpleGrid}/SimpleGrid.styles.js +0 -0
  778. package/dist/{esm/Skeleton → Skeleton}/Skeleton.js +0 -0
  779. package/dist/{esm/Skeleton → Skeleton}/Skeleton.styles.js +0 -0
  780. package/dist/{esm/Slider → Slider}/Slider.js +0 -0
  781. package/dist/{esm/Slider → Slider}/Slider.styles.js +0 -0
  782. package/dist/{esm/Slider → Slider}/SliderInput/SliderInput.js +0 -0
  783. package/dist/{esm/Slider → Slider}/SliderInput/SliderInput.styles.js +0 -0
  784. package/dist/{esm/Slider → Slider}/base.js +0 -0
  785. package/dist/{esm/Slider → Slider}/utils.js +0 -0
  786. package/dist/{esm/Snackbar → Snackbar}/Snackbar.styles.js +0 -0
  787. package/dist/{esm/SnackbarProvider → SnackbarProvider}/SnackbarProvider.js +0 -0
  788. package/dist/{esm/SnackbarProvider → SnackbarProvider}/SnackbarProvider.styles.js +0 -0
  789. package/dist/{esm/Stack → Stack}/Stack.js +0 -0
  790. package/dist/{esm/Stack → Stack}/Stack.styles.js +0 -0
  791. package/dist/{esm/StatusIcon → StatusIcon}/StatusIcon.styles.js +0 -0
  792. package/dist/{esm/Switch → Switch}/Switch.js +0 -0
  793. package/dist/{esm/Switch → Switch}/Switch.styles.js +0 -0
  794. package/dist/{esm/Table → Table}/Table.js +0 -0
  795. package/dist/{esm/Table → Table}/Table.styles.js +0 -0
  796. package/dist/{esm/Table → Table}/TableBody/TableBody.js +0 -0
  797. package/dist/{esm/Table → Table}/TableBody/TableBody.styles.js +0 -0
  798. package/dist/{esm/Table → Table}/TableCell/TableCell.js +0 -0
  799. package/dist/{esm/Table → Table}/TableCell/TableCell.styles.js +0 -0
  800. package/dist/{esm/Table → Table}/TableContainer/TableContainer.js +0 -0
  801. package/dist/{esm/Table → Table}/TableContainer/TableContainer.styles.js +0 -0
  802. package/dist/{esm/Table → Table}/TableContext.js +0 -0
  803. package/dist/{esm/Table → Table}/TableHead/TableHead.js +0 -0
  804. package/dist/{esm/Table → Table}/TableHead/TableHead.styles.js +0 -0
  805. package/dist/{esm/Table → Table}/TableHeader/TableHeader.js +0 -0
  806. package/dist/{esm/Table → Table}/TableHeader/TableHeader.styles.js +0 -0
  807. package/dist/{esm/Table → Table}/TableHeader/utils.js +0 -0
  808. package/dist/{esm/Table → Table}/TableRow/TableRow.js +0 -0
  809. package/dist/{esm/Table → Table}/TableRow/TableRow.styles.js +0 -0
  810. package/dist/{esm/Table → Table}/TableSection/TableSection.js +0 -0
  811. package/dist/{esm/Table → Table}/TableSectionContext.js +0 -0
  812. package/dist/{esm/Table → Table}/hooks/useHvFilters.js +0 -0
  813. package/dist/{esm/Table → Table}/hooks/useHvGlobalFilter.js +0 -0
  814. package/dist/{esm/Table → Table}/hooks/useHvHeaderGroups.js +0 -0
  815. package/dist/{esm/Table → Table}/hooks/useHvPagination.js +0 -0
  816. package/dist/{esm/Table → Table}/hooks/useHvResizeColumns.js +0 -0
  817. package/dist/{esm/Table → Table}/hooks/useHvRowExpand.js +0 -0
  818. package/dist/{esm/Table → Table}/hooks/useHvRowSelection.js +0 -0
  819. package/dist/{esm/Table → Table}/hooks/useHvRowState.js +0 -0
  820. package/dist/{esm/Table → Table}/hooks/useHvSortBy.js +0 -0
  821. package/dist/{esm/Table → Table}/hooks/useHvSticky.js +0 -0
  822. package/dist/{esm/Table → Table}/hooks/useHvTable.js +0 -0
  823. package/dist/{esm/Table → Table}/hooks/useHvTableStyles.js +0 -0
  824. package/dist/{esm/Table → Table}/renderers/DefaultCell.js +0 -0
  825. package/dist/{esm/Table → Table}/renderers/ProgressColumnCell.js +0 -0
  826. package/dist/{esm/Table → Table}/renderers/SwitchColumnCell.js +0 -0
  827. package/dist/{esm/Tabs → Tabs}/Tab/Tab.js +0 -0
  828. package/dist/{esm/Tabs → Tabs}/Tab/Tab.styles.js +0 -0
  829. package/dist/{esm/Tabs → Tabs}/Tabs.js +0 -0
  830. package/dist/{esm/Tabs → Tabs}/Tabs.styles.js +0 -0
  831. package/dist/{esm/TextArea → TextArea}/TextArea.styles.js +0 -0
  832. package/dist/{esm/TimeAgo → TimeAgo}/TimeAgo.js +0 -0
  833. package/dist/{esm/TimeAgo → TimeAgo}/TimeAgo.styles.js +0 -0
  834. package/dist/{esm/TimeAgo → TimeAgo}/formatUtils.js +0 -0
  835. package/dist/{esm/TimeAgo → TimeAgo}/useTimeout.js +0 -0
  836. package/dist/{esm/TimePicker → TimePicker}/Placeholder.js +0 -0
  837. package/dist/{esm/TimePicker → TimePicker}/TimePicker.js +0 -0
  838. package/dist/{esm/TimePicker → TimePicker}/TimePicker.styles.js +0 -0
  839. package/dist/{esm/TimePicker → TimePicker}/Unit/Unit.js +0 -0
  840. package/dist/{esm/TimePicker → TimePicker}/Unit/Unit.styles.js +0 -0
  841. package/dist/{esm/ToggleButton → ToggleButton}/ToggleButton.js +0 -0
  842. package/dist/{esm/TreeView → TreeView}/TreeItem/DefaultContent.js +0 -0
  843. package/dist/{esm/TreeView → TreeView}/TreeItem/TreeItem.js +0 -0
  844. package/dist/{esm/TreeView → TreeView}/TreeItem/TreeItem.styles.js +0 -0
  845. package/dist/{esm/TreeView → TreeView}/TreeItem/useHvTreeItem.js +0 -0
  846. package/dist/{esm/TreeView → TreeView}/TreeView.js +0 -0
  847. package/dist/{esm/TreeView → TreeView}/TreeView.styles.js +0 -0
  848. package/dist/{esm/TreeView → TreeView}/internals/DescendantProvider.js +0 -0
  849. package/dist/{esm/TreeView → TreeView}/internals/TreeViewProvider.js +0 -0
  850. package/dist/{esm/TreeView → TreeView}/internals/corePlugins.js +0 -0
  851. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/defaultPlugins.js +0 -0
  852. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewContextValueBuilder.js +0 -0
  853. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewExpansion.js +0 -0
  854. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewFocus.js +0 -0
  855. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewKeyboardNavigation.js +0 -0
  856. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewNodes.js +0 -0
  857. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewSelection.js +0 -0
  858. package/dist/{esm/TreeView → TreeView}/internals/hooks/useInstanceEventHandler.js +0 -0
  859. package/dist/{esm/TreeView → TreeView}/internals/hooks/useTreeView.js +0 -0
  860. package/dist/{esm/TreeView → TreeView}/internals/hooks/useTreeViewInstanceEvents.js +0 -0
  861. package/dist/{esm/TreeView → TreeView}/internals/hooks/useTreeViewModels.js +0 -0
  862. package/dist/{esm/TreeView → TreeView}/internals/hooks/utils.js +0 -0
  863. package/dist/{esm/TreeView → TreeView}/internals/utils/EventManager.js +0 -0
  864. package/dist/{esm/TreeView → TreeView}/internals/utils/FinalizationRegistryBasedCleanupTracking.js +0 -0
  865. package/dist/{esm/TreeView → TreeView}/internals/utils/TimerBasedCleanupTracking.js +0 -0
  866. package/dist/{esm/TreeView → TreeView}/internals/utils/publishTreeViewEvent.js +0 -0
  867. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Actions/Action.styles.js +0 -0
  868. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Actions/Actions.js +0 -0
  869. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Actions/Actions.styles.js +0 -0
  870. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Header/Header.js +0 -0
  871. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Header/Header.styles.js +0 -0
  872. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Navigation/Navigation.styles.js +0 -0
  873. package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationPopup/NavigationPopup.styles.js +0 -0
  874. package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationPopup/NavigationPopupContainer.js +0 -0
  875. package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationSlider/NavigationSlider.js +1 -1
  876. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationSlider/NavigationSlider.styles.js +0 -0
  877. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationSlider/utils.js +0 -0
  878. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeView.js +0 -0
  879. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeView.styles.js +0 -0
  880. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeViewContext.js +0 -0
  881. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeViewItem.styles.js +0 -0
  882. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/VerticalNavigation.js +0 -0
  883. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/VerticalNavigation.styles.js +0 -0
  884. /package/dist/{esm/VerticalNavigation → VerticalNavigation}/VerticalNavigationContext.js +0 -0
  885. /package/dist/{esm/hooks → hooks}/useClickOutside.js +0 -0
  886. /package/dist/{esm/hooks → hooks}/useComputation.js +0 -0
  887. /package/dist/{esm/hooks → hooks}/useControlled.js +0 -0
  888. /package/dist/{esm/hooks → hooks}/useEnhancedEffect.js +0 -0
  889. /package/dist/{esm/hooks → hooks}/useFocus.js +0 -0
  890. /package/dist/{esm/hooks → hooks}/useForkRef.js +0 -0
  891. /package/dist/{esm/hooks → hooks}/useImageLoaded.js +0 -0
  892. /package/dist/{esm/hooks → hooks}/useIsMounted.js +0 -0
  893. /package/dist/{esm/hooks → hooks}/useLabels.js +0 -0
  894. /package/dist/{esm/hooks → hooks}/useScrollTo.js +0 -0
  895. /package/dist/{esm/hooks → hooks}/useWidth.js +0 -0
  896. /package/dist/{esm/icons.js → icons.js} +0 -0
  897. /package/dist/{esm/themes → themes}/ds5.js +0 -0
  898. /package/dist/{esm/types → types}/generic.js +0 -0
  899. /package/dist/{esm/utils → utils}/CounterLabel.js +0 -0
  900. /package/dist/{esm/utils → utils}/deepMerge.js +0 -0
  901. /package/dist/{esm/utils → utils}/document.js +0 -0
  902. /package/dist/{esm/utils → utils}/focusUtils.js +0 -0
  903. /package/dist/{esm/utils → utils}/focusableElementFinder.js +0 -0
  904. /package/dist/{esm/utils → utils}/helpers.js +0 -0
  905. /package/dist/{esm/utils → utils}/iconVariant.js +0 -0
  906. /package/dist/{esm/utils → utils}/keyboardUtils.js +0 -0
  907. /package/dist/{esm/utils → utils}/multiSelectionEventHandler.js +0 -0
  908. /package/dist/{esm/utils → utils}/scroll.js +0 -0
@@ -1,6 +1,6 @@
1
1
  import { ActionType } from 'react-table';
2
2
  import { AvatarProps } from '@mui/material/Avatar';
3
- import { Breakpoint as Breakpoint_2 } from '@mui/material/styles';
3
+ import { Breakpoint } from '@mui/material/styles';
4
4
  import { CardContentProps } from '@mui/material/CardContent';
5
5
  import { CardHeaderProps } from '@mui/material/CardHeader';
6
6
  import { CardMediaProps } from '@mui/material/CardMedia';
@@ -26,36 +26,25 @@ import { EmotionCache } from '@emotion/cache';
26
26
  import { EmotionContext } from '@hitachivantara/uikit-react-shared';
27
27
  import { ExtractNames } from '@hitachivantara/uikit-react-utils';
28
28
  import { ForwardRefExoticComponent } from 'react';
29
- import { GridProps } from '@mui/material/Grid';
29
+ import { GridLegacyProps } from '@mui/material/GridLegacy';
30
30
  import { Hooks } from 'react-table';
31
- import { HvAccentColor } from '@hitachivantara/uikit-styles';
32
- import { HvAtmosphereColor } from '@hitachivantara/uikit-styles';
33
- import { HvBaseColor } from '@hitachivantara/uikit-styles';
34
31
  import { HvBaseTheme } from '@hitachivantara/uikit-styles';
35
32
  import { HvBreakpoints } from '@hitachivantara/uikit-styles';
36
- import { HvCategoricalColor } from '@hitachivantara/uikit-styles';
37
33
  import { HvColor } from '@hitachivantara/uikit-styles';
38
34
  import { HvColorAny } from '@hitachivantara/uikit-styles';
39
- import { HvExtraDeepProps } from '@hitachivantara/uikit-react-shared';
40
- import { HvExtraProps } from '@hitachivantara/uikit-react-shared';
35
+ import { HvListValue as HvListValue_2 } from '../..';
41
36
  import { HvRadius } from '@hitachivantara/uikit-styles';
42
- import { HvSemanticColor } from '@hitachivantara/uikit-styles';
43
37
  import { HvSize } from '@hitachivantara/uikit-styles';
44
- import { HvSupportColor } from '@hitachivantara/uikit-styles';
45
38
  import { PluginHook as HvTablePluginHook } from 'react-table';
46
39
  import { HvTheme } from '@hitachivantara/uikit-react-shared';
47
- import { HvTheme as HvTheme_2 } from '@hitachivantara/uikit-styles';
48
40
  import { HvThemeBreakpoint } from '@hitachivantara/uikit-styles';
49
41
  import { HvThemeColorMode } from '@hitachivantara/uikit-styles';
50
- import { HvThemeColorModeStructure } from '@hitachivantara/uikit-styles';
51
42
  import { HvThemeContext } from '@hitachivantara/uikit-react-shared';
52
43
  import { HvThemeContextValue } from '@hitachivantara/uikit-react-shared';
53
44
  import { HvThemeStructure } from '@hitachivantara/uikit-styles';
54
- import { IconWeight } from '@phosphor-icons/react';
55
45
  import { IdType as IdType_2 } from 'react-table';
56
46
  import { InputBaseProps } from '@mui/material/InputBase';
57
47
  import { JSX as JSX_2 } from 'react/jsx-runtime';
58
- import { JSXElementConstructor } from 'react';
59
48
  import { MutableRefObject } from 'react';
60
49
  import { OptionGroupProps } from '@mui/base/OptionGroup';
61
50
  import { OptionOwnProps } from '@mui/base/Option';
@@ -66,7 +55,6 @@ import { PropGetter } from 'react-table';
66
55
  import { PropsWithoutRef } from 'react';
67
56
  import { RadioProps } from '@mui/material/Radio';
68
57
  import * as React_2 from 'react';
69
- import { ReactElement } from 'react';
70
58
  import { ReactNode } from 'react';
71
59
  import { ReducerTableState } from 'react-table';
72
60
  import { RefAttributes } from 'react';
@@ -101,6 +89,7 @@ import { UseColumnOrderInstanceProps } from 'react-table';
101
89
  import { UseColumnOrderState } from 'react-table';
102
90
  import { useCss } from '@hitachivantara/uikit-react-utils';
103
91
  import { useDefaultProps } from '@hitachivantara/uikit-react-utils';
92
+ import { useEffect } from 'react';
104
93
  import { UseExpandedHooks } from 'react-table';
105
94
  import { UseExpandedInstanceProps } from 'react-table';
106
95
  import { UseExpandedOptions } from 'react-table';
@@ -123,7 +112,6 @@ import { UseGroupByInstanceProps } from 'react-table';
123
112
  import { UseGroupByOptions } from 'react-table';
124
113
  import { UseGroupByRowProps } from 'react-table';
125
114
  import { UseGroupByState } from 'react-table';
126
- import { useLayoutEffect } from 'react';
127
115
  import { UsePaginationInstanceProps } from 'react-table';
128
116
  import { UsePaginationOptions } from 'react-table';
129
117
  import { UsePaginationState } from 'react-table';
@@ -177,8 +165,6 @@ export declare const actionClasses: {
177
165
 
178
166
  /** @private label structure action icon buttons */
179
167
  declare interface ActionIconLabels extends DialogLabels {
180
- /** @deprecated use `tooltip` label instead */
181
- ariaLabel: string;
182
168
  tooltip?: string;
183
169
  }
184
170
 
@@ -192,17 +178,12 @@ export declare const actionsGenericClasses: {
192
178
  button: string;
193
179
  actionContainer: string;
194
180
  dropDownMenu: string;
195
- dropDownMenuButton: string;
196
181
  dropDownMenuButtonSelected: string;
197
182
  };
198
183
 
199
184
  export declare const adornmentClasses: {
200
185
  root: string;
201
- icon: string;
202
- adornment: string;
203
- adornmentIcon: string;
204
186
  hideIcon: string;
205
- adornmentButton: string;
206
187
  disabled: string;
207
188
  };
208
189
 
@@ -254,7 +235,6 @@ export declare const avatarClasses: {
254
235
  root: string;
255
236
  img: string;
256
237
  fallback: string;
257
- status: string;
258
238
  container: string;
259
239
  xs: string;
260
240
  sm: string;
@@ -278,11 +258,8 @@ export declare const avatarGroupClasses: {
278
258
  export declare const badgeClasses: {
279
259
  root: string;
280
260
  badgeContainer: string;
281
- badgePosition: string;
282
261
  badge: string;
283
262
  badgeHidden: string;
284
- showCount: string;
285
- showLabel: string;
286
263
  badgeIcon: string;
287
264
  badgeOneDigit: string;
288
265
  };
@@ -309,9 +286,6 @@ export declare const bannerContentClasses: {
309
286
  messageActions: string;
310
287
  actionContainer: string;
311
288
  closeAction: string;
312
- baseVariant: string;
313
- outContainer: string;
314
- actionsInnerContainer: string;
315
289
  };
316
290
 
317
291
  declare interface BarProps extends HvBaseProps {
@@ -337,8 +311,6 @@ export declare const baseDropdownClasses: {
337
311
  container: string;
338
312
  header: string;
339
313
  headerOpen: string;
340
- headerOpenUp: string;
341
- headerOpenDown: string;
342
314
  headerDisabled: string;
343
315
  headerReadOnly: string;
344
316
  arrowContainer: string;
@@ -347,8 +319,6 @@ export declare const baseDropdownClasses: {
347
319
  selectionDisabled: string;
348
320
  placeholder: string;
349
321
  panel: string;
350
- panelOpenedUp: string;
351
- panelOpenedDown: string;
352
322
  inputExtensionOpen: string;
353
323
  inputExtensionLeftPosition: string;
354
324
  inputExtensionOpenShadow: string;
@@ -364,13 +334,6 @@ export declare const baseInputClasses: {
364
334
  resizable: string;
365
335
  readOnly: string;
366
336
  focused: string;
367
- inputBorderContainer: string;
368
- inputRootInvalid: string;
369
- inputRootReadOnly: string;
370
- inputRoot: string;
371
- inputRootFocused: string;
372
- inputRootDisabled: string;
373
- inputRootMultiline: string;
374
337
  input: string;
375
338
  inputDisabled: string;
376
339
  inputReadOnly: string;
@@ -408,13 +371,6 @@ export declare const breadCrumbClasses: {
408
371
  a: string;
409
372
  };
410
373
 
411
- export declare interface Breakpoint {
412
- cols?: number;
413
- maxWidth?: number;
414
- minWidth?: number;
415
- spacing?: HvBreakpoints;
416
- }
417
-
418
374
  export declare const bulkActionsClasses: {
419
375
  root: string;
420
376
  semantic: string;
@@ -441,12 +397,6 @@ export declare const buttonClasses: {
441
397
  subtle: string;
442
398
  ghost: string;
443
399
  semantic: string;
444
- primary: string;
445
- primarySubtle: string;
446
- primaryGhost: string;
447
- secondarySubtle: string;
448
- secondaryGhost: string;
449
- secondary: string;
450
400
  };
451
401
 
452
402
  export declare const calendarClasses: {
@@ -479,7 +429,6 @@ export declare const cardContentClasses: {
479
429
 
480
430
  export declare const cardHeaderClasses: {
481
431
  root: string;
482
- titleShort: string;
483
432
  title: string;
484
433
  subheader: string;
485
434
  content: string;
@@ -570,6 +519,8 @@ export declare const colorPickerClasses: {
570
519
  pickerFields: string;
571
520
  };
572
521
 
522
+ declare type ColorVariant = "primary" | "secondary" | "positive" | "negative" | "warning";
523
+
573
524
  export declare const containerClasses: {
574
525
  root: string;
575
526
  disableGutters: string;
@@ -590,12 +541,6 @@ export declare const controlsClasses: {
590
541
 
591
542
  export { createClasses }
592
543
 
593
- /**
594
- * Creates a customized theme based on the base theme and customizations given.
595
- * For the color modes, the colors that are not defined will be replaced by the values from the dawn mode of the base theme.
596
- */
597
- export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThemeStructure;
598
-
599
544
  export declare const datePickerClasses: {
600
545
  root: string;
601
546
  actionContainer: string;
@@ -621,8 +566,6 @@ export declare interface DateRangeProp {
621
566
  endDate?: Date;
622
567
  }
623
568
 
624
- export declare const decreaseSize: (size: string) => "XS" | "S" | "M" | "L";
625
-
626
569
  /** This type allows to do a deep partial by applying the Partial type to each key recursively */
627
570
  export declare type DeepPartial<T> = T extends {} ? Partial<{
628
571
  [P in keyof T]: DeepPartial<T[P]>;
@@ -663,19 +606,6 @@ declare const DEFAULT_LABELS_10: {
663
606
  };
664
607
 
665
608
  declare const DEFAULT_LABELS_11: {
666
- /** The text at the top of the kpi. */
667
- title: string;
668
- /** The text in the middle of the kpi. */
669
- indicator: string | undefined;
670
- /** The text to the right of the indicator. */
671
- unit: string | undefined;
672
- /** The text to the right of the visual comparison. */
673
- comparisonIndicatorInfo: string | undefined;
674
- };
675
-
676
- declare const DEFAULT_LABELS_12: {
677
- /** The label used for the All checkbox action. @deprecated no longer used */
678
- selectAll: string;
679
609
  /** The label used in the middle of the multi-selection count. */
680
610
  selectionConjunction: string;
681
611
  };
@@ -696,14 +626,6 @@ declare const DEFAULT_LABELS_3: {
696
626
  pageSizeSelectorDescription: string;
697
627
  /** Separator of current page and total pages. */
698
628
  pagesSeparator: string;
699
- /** Title of button `firstPage`. @deprecated Use `firstPage` instead. */
700
- paginationFirstPageTitle: string;
701
- /** Title of button `previousPage`. @deprecated Use `previousPage` instead. */
702
- paginationPreviousPageTitle: string;
703
- /** Title of button `nextPage`. @deprecated Use `nextPage` instead. */
704
- paginationNextPageTitle: string;
705
- /** Title of button `lastPage`. @deprecated Use `lastPage` instead. */
706
- paginationLastPageTitle: string;
707
629
  /** Aria-label passed to the page input. */
708
630
  paginationInputLabel: string;
709
631
  /** Label of the first page button */
@@ -719,8 +641,6 @@ declare const DEFAULT_LABELS_3: {
719
641
  declare const DEFAULT_LABELS_4: {
720
642
  /** The label of the clear button. */
721
643
  clearButtonLabel: string;
722
- /** The label of the reveal password button. @deprecated unused */
723
- revealPasswordButtonLabel: string;
724
644
  /** The tooltip of the reveal password button when the password is hidden. */
725
645
  revealPasswordButtonClickToShowTooltip: string;
726
646
  /** The tooltip of the reveal password button when the password is revealed. */
@@ -742,8 +662,6 @@ declare const DEFAULT_LABELS_6: {
742
662
  declare const DEFAULT_LABELS_7: {
743
663
  /** Label for overwrite the default header behavior. */
744
664
  select: string | undefined;
745
- /** Label used for the All checkbox action. @deprecated unused */
746
- selectAll: string;
747
665
  /** Cancel button label. */
748
666
  cancelLabel: string;
749
667
  /** Apply button label. */
@@ -768,8 +686,6 @@ declare const DEFAULT_LABELS_8: {
768
686
  declare const DEFAULT_LABELS_9: {
769
687
  /** Extensions of the accepted file types */
770
688
  acceptedFiles: string;
771
- /** Dropzone area label. @deprecated use `label` prop instead */
772
- dropzone: string;
773
689
  /** Size file warning label. */
774
690
  sizeWarning: string;
775
691
  /** Size file warning label. */
@@ -804,7 +720,7 @@ export declare const dialogClasses: {
804
720
  root: string;
805
721
  background: string;
806
722
  paper: string;
807
- fullscreen: string;
723
+ fullScreen: string;
808
724
  fullHeight: string;
809
725
  closeButton: string;
810
726
  statusBar: string;
@@ -828,16 +744,12 @@ declare interface DialogLabels {
828
744
 
829
745
  export declare const dialogTitleClasses: {
830
746
  root: string;
831
- fullscreen: string;
832
- messageContainer: string;
833
- textWithIcon: string;
834
- titleText: string;
747
+ fullScreen: string;
835
748
  };
836
749
 
837
750
  export declare const dotPaginationClasses: {
838
751
  root: string;
839
752
  horizontal: string;
840
- radioRoot: string;
841
753
  radio: string;
842
754
  icon: string;
843
755
  };
@@ -871,17 +783,12 @@ export declare const dropdownClasses: {
871
783
 
872
784
  export declare const dropDownMenuClasses: {
873
785
  root: string;
874
- container: string;
875
- baseContainer: string;
876
- icon: string;
877
- iconSelected: string;
786
+ open: string;
878
787
  menuListRoot: string;
879
788
  menuList: string;
880
789
  };
881
790
 
882
- export declare const ds3: HvThemeStructure<string>;
883
-
884
- export declare const ds5: HvThemeStructure<string>;
791
+ export declare const ds5: HvThemeStructure;
885
792
 
886
793
  export { EmotionContext }
887
794
 
@@ -931,17 +838,7 @@ export declare const filterGroupClasses: {
931
838
  declare type FixComponentProps<T> = T extends any ? T : never;
932
839
 
933
840
  /** React.forwardRef with fixed type declarations */
934
- export declare function fixedForwardRef<T, P = {}>(render: (props: P, ref: React.Ref<T>) => React.ReactElement<any> | null): (props: P & React.RefAttributes<T>) => React.ReactElement<any> | null;
935
-
936
- export declare const focusClasses: {
937
- root: string;
938
- selected: string;
939
- disabled: string;
940
- focusDisabled: string;
941
- focused: string;
942
- focusedVisible: string;
943
- focus: string;
944
- };
841
+ export declare function fixedForwardRef<T, P = {}>(render: (props: P, ref: React.Ref<T>) => React.ReactNode): (props: P & React.RefAttributes<T>) => React.ReactNode;
945
842
 
946
843
  export declare const footerClasses: {
947
844
  root: string;
@@ -956,26 +853,6 @@ export declare const formElementClasses: {
956
853
  root: string;
957
854
  };
958
855
 
959
- export declare const getComponentName: (Component: React.FC) => string;
960
-
961
- /** Get the first and last focusable element from a node. */
962
- export declare const getFirstAndLastFocus: (node: any) => {
963
- first: any;
964
- last: any;
965
- };
966
-
967
- /** Gets the list of focusable elements. */
968
- export declare const getFocusableList: (node: any) => any;
969
-
970
- /** Auxiliary function to find adjacent nodes to focus. */
971
- export declare const getPrevNextFocus: (nodeId?: string) => {
972
- nextFocus: any;
973
- prevFocus: any;
974
- };
975
-
976
- /** @deprecated */
977
- export declare const getVarValue: (cssVar: string, rootElementId?: string) => string | undefined;
978
-
979
856
  export declare const globalActionsClasses: {
980
857
  root: string;
981
858
  positionSticky: string;
@@ -983,11 +860,8 @@ export declare const globalActionsClasses: {
983
860
  global: string;
984
861
  section: string;
985
862
  wrapper: string;
986
- globalSectionArea: string;
987
- globalWrapperComplement: string;
988
863
  backButton: string;
989
864
  name: string;
990
- sectionName: string;
991
865
  actions: string;
992
866
  };
993
867
 
@@ -1048,9 +922,6 @@ export declare const headerNavigationClasses: {
1048
922
  root: string;
1049
923
  };
1050
924
 
1051
- /** @deprecated use `theme.alpha(color, factor)` instead */
1052
- export declare const hexToRgbA: (hex: string, factor?: number) => string;
1053
-
1054
925
  export declare const horizontalScrollListItemClasses: {
1055
926
  root: string;
1056
927
  button: string;
@@ -1060,18 +931,12 @@ export declare const horizontalScrollListItemClasses: {
1060
931
  bulletSelected: string;
1061
932
  };
1062
933
 
1063
- export { HvAccentColor }
1064
-
1065
- export declare type HvAccentColorKeys = HvAccentColor;
1066
-
1067
- export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
1068
-
1069
934
  /**
1070
935
  * An accordion is a design element that expands in place to expose hidden information.
1071
936
  */
1072
937
  export declare const HvAccordion: ForwardRefExoticComponent<HvAccordionProps & RefAttributes<HTMLDivElement>>;
1073
938
 
1074
- export declare type HvAccordionClasses = ExtractNames<typeof useClasses_21>;
939
+ export declare type HvAccordionClasses = ExtractNames<typeof useClasses_20>;
1075
940
 
1076
941
  export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "onChange" | "children"> {
1077
942
  /** Content to be rendered. */
@@ -1094,8 +959,6 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
1094
959
  labelVariant?: HvTypographyVariants;
1095
960
  /** A Jss Object used to override or extend the styles applied. */
1096
961
  classes?: HvAccordionClasses;
1097
- /** Whether to disable the internal usage of `preventDefault` and `stopPropagation` when the `onChange` event is triggered. */
1098
- disableEventHandling?: boolean;
1099
962
  }
1100
963
 
1101
964
  /**
@@ -1103,7 +966,7 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
1103
966
  */
1104
967
  export declare const HvActionBar: ForwardRefExoticComponent<HvActionBarProps & RefAttributes<HTMLDivElement>>;
1105
968
 
1106
- export declare type HvActionBarClasses = ExtractNames<typeof useClasses_22>;
969
+ export declare type HvActionBarClasses = ExtractNames<typeof useClasses_21>;
1107
970
 
1108
971
  export declare interface HvActionBarProps extends HvBaseProps {
1109
972
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -1127,15 +990,9 @@ export declare interface HvActionGeneric {
1127
990
 
1128
991
  export declare const HvActionsGeneric: ForwardRefExoticComponent<HvActionsGenericProps & RefAttributes<HTMLDivElement>>;
1129
992
 
1130
- export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_23>;
993
+ export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_22>;
1131
994
 
1132
995
  export declare interface HvActionsGenericProps extends HvBaseProps {
1133
- /**
1134
- * The button category for all actions.
1135
- *
1136
- * @deprecated Use `variant` instead.
1137
- */
1138
- category?: HvButtonVariant;
1139
996
  /** The button variant for all actions. */
1140
997
  variant?: HvButtonVariant;
1141
998
  /** Whether the actions should be all disabled. */
@@ -1144,12 +1001,6 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
1144
1001
  iconOnly?: boolean;
1145
1002
  /** The renderable content inside the actions slot of the footer, or an array of actions. */
1146
1003
  actions: React.ReactNode | HvActionGeneric[];
1147
- /**
1148
- * The callback function called when an action is triggered, receiving the `action` as parameter.
1149
- *
1150
- * @deprecated Use `onAction` instead.
1151
- * */
1152
- actionsCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
1153
1004
  /** The callback function called when an action is triggered, receiving the `action` as parameter. */
1154
1005
  onAction?: (event: React.SyntheticEvent, action: HvActionGeneric) => void;
1155
1006
  /** The maximum number of visible actions before they're collapsed into a dropdown menu. */
@@ -1170,7 +1021,7 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
1170
1021
  */
1171
1022
  export declare const HvAdornment: ForwardRefExoticComponent<HvAdornmentProps & RefAttributes<HTMLButtonElement | HTMLDivElement>>;
1172
1023
 
1173
- export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_8>;
1024
+ export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_7>;
1174
1025
 
1175
1026
  export declare interface HvAdornmentProps extends HvBaseProps<HTMLDivElement | HTMLButtonElement, "onMouseDown" | "onKeyDown"> {
1176
1027
  /** The icon to be added into the input. */
@@ -1215,7 +1066,7 @@ export declare interface HvAppSwitcherActionApplication {
1215
1066
  color?: HvColorAny;
1216
1067
  }
1217
1068
 
1218
- export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_26>;
1069
+ export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_25>;
1219
1070
 
1220
1071
  export declare interface HvAppSwitcherActionProps extends HvBaseProps {
1221
1072
  /** The application data to be used to render the Action object. */
@@ -1228,7 +1079,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
1228
1079
  classes?: HvAppSwitcherActionClasses;
1229
1080
  }
1230
1081
 
1231
- export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_25>;
1082
+ export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_24>;
1232
1083
 
1233
1084
  export declare interface HvAppSwitcherProps extends HvBaseProps {
1234
1085
  /** Number of columns to render. One, two, or whatever fits the component's width. */
@@ -1255,25 +1106,19 @@ export declare interface HvAppSwitcherProps extends HvBaseProps {
1255
1106
  classes?: HvAppSwitcherClasses;
1256
1107
  }
1257
1108
 
1258
- export { HvAtmosphereColor }
1259
-
1260
- export declare type HvAtmosphereColorKeys = HvAtmosphereColor;
1261
-
1262
- export declare type HvAtmosphereColors = Record<HvAtmosphereColorKeys, string>;
1263
-
1264
1109
  /**
1265
1110
  * Avatars represent a user or brand and can display an image, icon, or initials.
1266
1111
  */
1267
1112
  export declare const HvAvatar: ForwardRefExoticComponent<HvAvatarProps & RefAttributes<HTMLDivElement>>;
1268
1113
 
1269
- export declare type HvAvatarClasses = ExtractNames<typeof useClasses_27>;
1114
+ export declare type HvAvatarClasses = ExtractNames<typeof useClasses_26>;
1270
1115
 
1271
1116
  /**
1272
1117
  *The Avatar Group displays a collection of avatars, often used to represent groups or teams.
1273
1118
  */
1274
1119
  export declare const HvAvatarGroup: ForwardRefExoticComponent<HvAvatarGroupProps & RefAttributes<HTMLDivElement>>;
1275
1120
 
1276
- export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_28>;
1121
+ export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_27>;
1277
1122
 
1278
1123
  export declare interface HvAvatarGroupProps extends HvBaseProps {
1279
1124
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -1336,9 +1181,6 @@ export declare interface HvAvatarProps extends HvBaseProps {
1336
1181
  classes?: HvAvatarClasses;
1337
1182
  }
1338
1183
 
1339
- /** @deprecated use `HvSize` instead */
1340
- export declare type HvAvatarSize = "xs" | "sm" | "md" | "lg" | "xl";
1341
-
1342
1184
  export declare type HvAvatarVariant = "circular" | "square";
1343
1185
 
1344
1186
  /**
@@ -1346,23 +1188,12 @@ export declare type HvAvatarVariant = "circular" | "square";
1346
1188
  */
1347
1189
  export declare const HvBadge: ForwardRefExoticComponent<HvBadgeProps & RefAttributes<HTMLDivElement>>;
1348
1190
 
1349
- export declare type HvBadgeClasses = ExtractNames<typeof useClasses_29>;
1191
+ export declare type HvBadgeClasses = ExtractNames<typeof useClasses_28>;
1350
1192
 
1351
1193
  export declare interface HvBadgeProps extends HvBaseProps {
1352
1194
  /** The badge color. */
1353
1195
  color?: HvColorAny;
1354
- /**
1355
- * Count is the number of unread notifications.
1356
- * Note count and label are mutually exclusive.
1357
- * count is ignored when label is specified at the same time.
1358
- * @deprecated use numeric `label` instead
1359
- */
1360
- count?: number;
1361
- /**
1362
- * True if `count` should be displayed.
1363
- *
1364
- * NOTE: `showCount` is ignored when a **non-numeric** `label` is specified.
1365
- */
1196
+ /** True if a **numeric** `label` should be displayed. */
1366
1197
  showCount?: boolean;
1367
1198
  /** The maximum number of unread notifications to be displayed */
1368
1199
  maxCount?: number;
@@ -1374,10 +1205,6 @@ export declare interface HvBadgeProps extends HvBaseProps {
1374
1205
  label?: React.ReactNode;
1375
1206
  /** Icon which the notification will be attached. */
1376
1207
  icon?: React.ReactNode;
1377
- /** Text which the notification will be attached. @deprecated use `children` instead. */
1378
- text?: string;
1379
- /** Text variant. @deprecated use a `HvTypography` on `children` instead. */
1380
- textVariant?: HvTypographyVariants;
1381
1208
  /** A Jss Object used to override or extend the styles applied to the component. */
1382
1209
  classes?: HvBadgeClasses;
1383
1210
  }
@@ -1389,11 +1216,11 @@ export declare const HvBanner: ForwardRefExoticComponent<Omit<HvBannerProps, "re
1389
1216
 
1390
1217
  export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
1391
1218
 
1392
- export declare type HvBannerClasses = ExtractNames<typeof useClasses_30>;
1219
+ export declare type HvBannerClasses = ExtractNames<typeof useClasses_29>;
1393
1220
 
1394
1221
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1395
1222
 
1396
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_31>;
1223
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_30>;
1397
1224
 
1398
1225
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose"> {
1399
1226
  /** The message to display. @deprecated use `children` instead */
@@ -1410,12 +1237,6 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
1410
1237
  onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
1411
1238
  /** Actions to display on the right side. */
1412
1239
  actions?: HvActionsGenericProps["actions"];
1413
- /**
1414
- * The callback function called when an action is triggered, receiving `action` as parameter.
1415
- *
1416
- * @deprecated Use `onAction` instead.
1417
- * */
1418
- actionsCallback?: HvActionsGenericProps["actionsCallback"];
1419
1240
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
1420
1241
  onAction?: HvActionsGenericProps["onAction"];
1421
1242
  /** The position property of the header. */
@@ -1447,12 +1268,6 @@ export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin
1447
1268
  showIcon?: boolean;
1448
1269
  /** Actions to display on the right side. */
1449
1270
  actions?: HvActionsGenericProps["actions"];
1450
- /**
1451
- * The callback function called when an action is triggered, receiving `action` as parameter.
1452
- *
1453
- * @deprecated Use `onAction` instead.
1454
- * */
1455
- actionsCallback?: HvActionsGenericProps["actionsCallback"];
1456
1271
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
1457
1272
  onAction?: HvActionsGenericProps["onAction"];
1458
1273
  /** The position property of the header. */
@@ -1483,7 +1298,7 @@ export declare type HvBannerVariant = HvCalloutVariant;
1483
1298
  */
1484
1299
  export declare const HvBaseCheckBox: ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1485
1300
 
1486
- export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_32>;
1301
+ export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_31>;
1487
1302
 
1488
1303
  export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes" | "color"> {
1489
1304
  /**
@@ -1556,15 +1371,9 @@ export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChan
1556
1371
  classes?: HvBaseCheckBoxClasses;
1557
1372
  }
1558
1373
 
1559
- export { HvBaseColor }
1560
-
1561
- export declare type HvBaseColorKeys = HvBaseColor;
1562
-
1563
- export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
1564
-
1565
1374
  export declare const HvBaseDropdown: ForwardRefExoticComponent<Omit<HvBaseDropdownProps, "ref"> & RefAttributes<HTMLDivElement>>;
1566
1375
 
1567
- export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_20>;
1376
+ export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_19>;
1568
1377
 
1569
1378
  export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement, "onToggle"> {
1570
1379
  /**
@@ -1662,7 +1471,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
1662
1471
  */
1663
1472
  export declare const HvBaseInput: ForwardRefExoticComponent<HvBaseInputProps & RefAttributes<HTMLInputElement>>;
1664
1473
 
1665
- export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_19>;
1474
+ export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_18>;
1666
1475
 
1667
1476
  export declare interface HvBaseInputProps extends Omit<InputBaseProps, "onChange" | "classes" | "ref" | "color" | "size" | "inputProps"> {
1668
1477
  /** The input name. */
@@ -1714,7 +1523,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
1714
1523
  */
1715
1524
  export declare const HvBaseRadio: ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1716
1525
 
1717
- export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_33>;
1526
+ export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_32>;
1718
1527
 
1719
1528
  export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes" | "color"> {
1720
1529
  /**
@@ -1796,7 +1605,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
1796
1605
  */
1797
1606
  export declare const HvBaseSwitch: ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1798
1607
 
1799
- export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_34>;
1608
+ export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_33>;
1800
1609
 
1801
1610
  export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes" | "color"> {
1802
1611
  /**
@@ -1873,34 +1682,12 @@ export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange"
1873
1682
 
1874
1683
  export { HvBaseTheme }
1875
1684
 
1876
- /**
1877
- * Customizable layout component that can be used to wrap other components.
1878
- * It can be used to add styles to the wrapped components.
1879
- * It can also be used to create a layout using the flexbox properties.
1880
- * @deprecated use native elements instead (e.g. `div`)
1881
- */
1882
- export declare const HvBox: <C extends React.ElementType = "div">(props: {
1883
- style?: React.CSSProperties;
1884
- sx?: React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
1885
- } & {
1886
- component?: C | undefined;
1887
- } & {
1888
- children?: ReactNode | undefined;
1889
- } & (Omit<PropsWithoutRef<ComponentProps<C>>, "style" | "component" | "sx"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "style" | "component" | "sx"> ? T extends any ? T : never : never : never) & {
1890
- ref?: PolymorphicRef<C> | undefined;
1891
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
1892
-
1893
- export declare type HvBoxProps<C extends React.ElementType = "div"> = PolymorphicComponentRef<C, {
1894
- style?: React.CSSProperties;
1895
- sx?: React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
1896
- }>;
1897
-
1898
1685
  /**
1899
1686
  * A breadcrumb is a graphical control element frequently used as a navigational aid.
1900
1687
  */
1901
1688
  export declare const HvBreadCrumb: ForwardRefExoticComponent<HvBreadCrumbProps & RefAttributes<HTMLElement>>;
1902
1689
 
1903
- export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_35>;
1690
+ export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_34>;
1904
1691
 
1905
1692
  export declare interface HvBreadCrumbPathElement extends Record<string, any> {
1906
1693
  label: string;
@@ -1931,13 +1718,11 @@ export { HvBreakpoints }
1931
1718
  */
1932
1719
  export declare const HvBulkActions: ForwardRefExoticComponent<HvBulkActionsProps & RefAttributes<HTMLDivElement>>;
1933
1720
 
1934
- export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_36>;
1721
+ export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_35>;
1935
1722
 
1936
- export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
1723
+ export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTableBulkActionsProps>;
1937
1724
 
1938
1725
  export declare interface HvBulkActionsProps extends HvBaseProps {
1939
- /** Custom label for select all checkbox. @deprecated no longer used */
1940
- selectAllLabel?: React.ReactNode;
1941
1726
  /** Custom label for select all checkbox conjunction */
1942
1727
  selectAllConjunctionLabel?: string;
1943
1728
  /** Custom label for select all pages button */
@@ -1958,12 +1743,6 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
1958
1743
  actions?: HvActionsGenericProps["actions"];
1959
1744
  /** Whether actions should be all disabled */
1960
1745
  actionsDisabled?: boolean;
1961
- /**
1962
- * The callback function called when an action is triggered, receiving `action` as parameter.
1963
- *
1964
- * @deprecated Use `onAction` instead.
1965
- * */
1966
- actionsCallback?: HvActionsGenericProps["actionsCallback"];
1967
1746
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
1968
1747
  onAction?: HvActionsGenericProps["onAction"];
1969
1748
  /** The number of maximum visible actions before they're collapsed into a `DropDownMenu`. */
@@ -1996,8 +1775,6 @@ export declare const HvButton: <C extends React.ElementType = "button">(props: {
1996
1775
  size?: HvSize;
1997
1776
  /** Button border radius. */
1998
1777
  radius?: HvRadius;
1999
- /** Defines the default colors of the button are forced into the icon. @deprecated unused */
2000
- overrideIconColors?: boolean;
2001
1778
  /** A Jss Object used to override or extend the styles applied. */
2002
1779
  classes?: Partial<{
2003
1780
  root: string;
@@ -2010,12 +1787,6 @@ export declare const HvButton: <C extends React.ElementType = "button">(props: {
2010
1787
  subtle: string;
2011
1788
  ghost: string;
2012
1789
  semantic: string;
2013
- primary: string;
2014
- primarySubtle: string;
2015
- primaryGhost: string;
2016
- secondarySubtle: string;
2017
- secondaryGhost: string;
2018
- secondary: string;
2019
1790
  }>;
2020
1791
  /** Whether the button is selected or not. */
2021
1792
  selected?: boolean;
@@ -2029,9 +1800,9 @@ export declare const HvButton: <C extends React.ElementType = "button">(props: {
2029
1800
  component?: C | undefined;
2030
1801
  } & {
2031
1802
  children?: ReactNode | undefined;
2032
- } & (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "component" | "className" | "radius" | "selected" | "variant" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "component" | "className" | "radius" | "selected" | "variant" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> ? T extends any ? T : never : never : never) & {
1803
+ } & (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "className" | "radius" | "component" | "selected" | "variant" | "startIcon" | "endIcon" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "className" | "radius" | "component" | "selected" | "variant" | "startIcon" | "endIcon" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never) & {
2033
1804
  ref?: PolymorphicRef<C> | undefined;
2034
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
1805
+ } & RefAttributes<unknown>) => React.ReactNode;
2035
1806
 
2036
1807
  /**
2037
1808
  * Button component is used to trigger an action or event.
@@ -2058,7 +1829,7 @@ export declare const HvButtonBase: <C extends React.ElementType = "button">(prop
2058
1829
  children?: ReactNode | undefined;
2059
1830
  } & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "component" | "selected" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "disabled" | "component" | "selected" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never) & {
2060
1831
  ref?: PolymorphicRef<C> | undefined;
2061
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
1832
+ } & RefAttributes<unknown>) => React.ReactNode;
2062
1833
 
2063
1834
  export declare type HvButtonBaseClasses = ExtractNames<typeof useClasses_3>;
2064
1835
 
@@ -2077,7 +1848,7 @@ export declare type HvButtonBaseProps<C extends React.ElementType = "button"> =
2077
1848
  focusableWhenDisabled?: boolean;
2078
1849
  }>;
2079
1850
 
2080
- export declare type HvButtonClasses = ExtractNames<typeof useClasses_14>;
1851
+ export declare type HvButtonClasses = ExtractNames<typeof useClasses_13>;
2081
1852
 
2082
1853
  export declare type HvButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, {
2083
1854
  /** Use the variant prop to change the visual style of the button. */
@@ -2098,8 +1869,6 @@ export declare type HvButtonProps<C extends React.ElementType = "button"> = Poly
2098
1869
  size?: HvSize;
2099
1870
  /** Button border radius. */
2100
1871
  radius?: HvRadius;
2101
- /** Defines the default colors of the button are forced into the icon. @deprecated unused */
2102
- overrideIconColors?: boolean;
2103
1872
  /** A Jss Object used to override or extend the styles applied. */
2104
1873
  classes?: HvButtonClasses;
2105
1874
  /** Whether the button is selected or not. */
@@ -2112,24 +1881,18 @@ export declare type HvButtonProps<C extends React.ElementType = "button"> = Poly
2112
1881
  focusableWhenDisabled?: boolean;
2113
1882
  }>;
2114
1883
 
2115
- /** @deprecated use `HvRadius` */
2116
- export declare type HvButtonRadius = HvRadius;
2117
-
2118
- /** @deprecated use `HvSize` */
2119
- export declare type HvButtonSize = HvSize;
2120
-
2121
- export declare type HvButtonVariant = "contained" | "subtle" | "ghost" | `primary${TypeSuffix}` | `secondary${TypeSuffix}` | `positive${TypeSuffix}` | `negative${TypeSuffix}` | `warning${TypeSuffix}` | "semantic";
1884
+ export declare type HvButtonVariant = Variant | `${ColorVariant}${TypeSuffix}` | "semantic";
2122
1885
 
2123
1886
  export declare const HvCalendar: (props: HvCalendarProps) => JSX_2.Element;
2124
1887
 
2125
- export declare type HvCalendarClasses = ExtractNames<typeof useClasses_38>;
1888
+ export declare type HvCalendarClasses = ExtractNames<typeof useClasses_37>;
2126
1889
 
2127
1890
  export declare const HvCalendarHeader: {
2128
1891
  (props: HvCalendarHeaderProps): JSX_2.Element;
2129
1892
  formElementType: string;
2130
1893
  };
2131
1894
 
2132
- export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_39>;
1895
+ export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_38>;
2133
1896
 
2134
1897
  export declare interface HvCalendarHeaderProps extends Pick<HvSingleCalendarProps, "id" | "value" | "locale" | "onChange" | "showEndDate" | "showDayOfWeek" | "invalidDateLabel"> {
2135
1898
  /**
@@ -2215,11 +1978,11 @@ declare type HvCalloutVariant = "success" | "warning" | "error" | "default" | "i
2215
1978
  */
2216
1979
  export declare const HvCard: ForwardRefExoticComponent<HvCardProps & RefAttributes<HTMLDivElement>>;
2217
1980
 
2218
- export declare type HvCardClasses = ExtractNames<typeof useClasses_41>;
1981
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_40>;
2219
1982
 
2220
1983
  export declare const HvCardContent: (props: HvCardContentProps) => JSX_2.Element;
2221
1984
 
2222
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_43>;
1985
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_42>;
2223
1986
 
2224
1987
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes"> {
2225
1988
  /** The function that will be executed when this section is clicked. */
@@ -2230,7 +1993,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2230
1993
 
2231
1994
  export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_2.Element;
2232
1995
 
2233
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_42>;
1996
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_41>;
2234
1997
 
2235
1998
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes"> {
2236
1999
  /** The renderable content inside the title slot of the header. */
@@ -2247,7 +2010,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2247
2010
 
2248
2011
  export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) => JSX_2.Element;
2249
2012
 
2250
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_44>;
2013
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_43>;
2251
2014
 
2252
2015
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, React.ImgHTMLAttributes<HTMLDivElement> {
2253
2016
  /** The title of the media. */
@@ -2282,13 +2045,13 @@ export declare interface HvCardProps extends HvBaseProps {
2282
2045
  */
2283
2046
  export declare const HvCarousel: ForwardRefExoticComponent<HvCarouselProps & RefAttributes<HTMLDivElement>>;
2284
2047
 
2285
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_45>;
2048
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_44>;
2286
2049
 
2287
2050
  export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
2288
2051
 
2289
2052
  declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2290
2053
  showDots?: boolean;
2291
- classes?: ExtractNames<typeof useClasses_45>;
2054
+ classes?: ExtractNames<typeof useClasses_44>;
2292
2055
  actions?: React.ReactNode;
2293
2056
  onPreviousClick?: React.MouseEventHandler<HTMLButtonElement>;
2294
2057
  onNextClick?: React.MouseEventHandler<HTMLButtonElement>;
@@ -2343,7 +2106,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2343
2106
  */
2344
2107
  export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
2345
2108
 
2346
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_46>;
2109
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_45>;
2347
2110
 
2348
2111
  export declare interface HvCarouselSlideProps extends React.ImgHTMLAttributes<HTMLImageElement> {
2349
2112
  /** A Jss Object used to override or extend the styles applied. */
@@ -2358,17 +2121,13 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
2358
2121
 
2359
2122
  declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2360
2123
  width?: React.CSSProperties["width"];
2361
- classes?: ExtractNames<typeof useClasses_45>;
2124
+ classes?: ExtractNames<typeof useClasses_44>;
2362
2125
  onThumbnailClick?: (event: React.MouseEvent<HTMLButtonElement>, index: number) => void;
2363
2126
  thumbnailProps?: Partial<HvButtonProps>;
2364
2127
  showDots?: boolean;
2365
2128
  renderThumbnail?: (index: number) => React.ReactNode;
2366
2129
  }
2367
2130
 
2368
- export { HvCategoricalColor }
2369
-
2370
- export declare type HvCategoricalColorKeys = HvCategoricalColor;
2371
-
2372
2131
  export declare interface HvCellInstance<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, V = any> extends Omit<Cell<D, V>, "column" | "row" | "getCellProps">, Partial<UseGroupByCellProps<D>> {
2373
2132
  column: HvColumnInstance<D, H>;
2374
2133
  row: HvRowInstance<D, H>;
@@ -2394,7 +2153,7 @@ export declare interface HvCellProps<D extends object = Record<string, unknown>,
2394
2153
  */
2395
2154
  export declare const HvCharCounter: (props: HvCharCounterProps) => JSX_2.Element;
2396
2155
 
2397
- export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_7>;
2156
+ export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_6>;
2398
2157
 
2399
2158
  export declare interface HvCharCounterProps extends HvBaseProps {
2400
2159
  /** The string that separates the current char quantity from the max quantity. */
@@ -2417,14 +2176,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
2417
2176
  */
2418
2177
  export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
2419
2178
 
2420
- export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_37>;
2179
+ export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_36>;
2421
2180
 
2422
2181
  /**
2423
2182
  * A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
2424
2183
  */
2425
2184
  export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
2426
2185
 
2427
- export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_49>;
2186
+ export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_48>;
2428
2187
 
2429
2188
  export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2430
2189
  /**
@@ -2497,10 +2256,6 @@ export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement
2497
2256
  * Indicates if an additional select all checkbox should be shown.
2498
2257
  */
2499
2258
  showSelectAll?: boolean;
2500
- /**
2501
- * The label of the select all checkbox. Defaults to "All". @deprecated no longer used
2502
- */
2503
- selectAllLabel?: string;
2504
2259
  /**
2505
2260
  * Custom label for select all checkbox conjunction
2506
2261
  */
@@ -2560,7 +2315,7 @@ export { HvColorAny }
2560
2315
  */
2561
2316
  export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
2562
2317
 
2563
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_50>;
2318
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_49>;
2564
2319
 
2565
2320
  export declare interface HvColorPickerProps {
2566
2321
  "aria-label"?: string;
@@ -2626,7 +2381,7 @@ export declare interface HvColorPickerProps {
2626
2381
  /** Callback fired when a new saved color is removed. */
2627
2382
  onSavedColorRemoved?: (color?: string) => void;
2628
2383
  /** Aria label to apply to delete saved color button. */
2629
- deleteSavedColorButtonArialLabel?: string;
2384
+ deleteSavedColorButtonAriaLabel?: string;
2630
2385
  /** Aria label to apply to add saved color button. */
2631
2386
  addSavedColorButtonAriaLabel?: string;
2632
2387
  }
@@ -2677,7 +2432,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
2677
2432
  /** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
2678
2433
  export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2679
2434
 
2680
- export declare type HvContainerClasses = ExtractNames<typeof useClasses_51>;
2435
+ export declare type HvContainerClasses = ExtractNames<typeof useClasses_50>;
2681
2436
 
2682
2437
  export declare interface HvContainerProps extends Omit<ContainerProps, "classes"> {
2683
2438
  /**
@@ -2706,7 +2461,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
2706
2461
 
2707
2462
  export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
2708
2463
 
2709
- export declare type HvControlsClasses = ExtractNames<typeof useClasses_52>;
2464
+ export declare type HvControlsClasses = ExtractNames<typeof useClasses_51>;
2710
2465
 
2711
2466
  export declare interface HvControlsProps extends HvBaseProps {
2712
2467
  /**
@@ -2749,38 +2504,11 @@ export declare interface HvControlsViewConfiguration extends Record<string, any>
2749
2504
  icon?: React.ReactNode;
2750
2505
  }
2751
2506
 
2752
- /**
2753
- * Create theme props
2754
- */
2755
- export declare interface HvCreateThemeProps extends HvThemeCustomizationProps {
2756
- /**
2757
- * The name used for the theme.
2758
- *
2759
- * This is a required property to create a theme.
2760
- */
2761
- name: string;
2762
- /**
2763
- * The theme to be used as base.
2764
- *
2765
- * `"ds5"` will be used as default if no value is provided.
2766
- */
2767
- base?: HvBaseTheme;
2768
- /**
2769
- * If `true` the default color modes (dawn and wicked) of the base theme will be inherited while creating the theme.
2770
- * If `false`, the new theme doesn't inherit the default color modes.
2771
- *
2772
- * By default the color modes are inherited.
2773
- */
2774
- inheritColorModes?: boolean;
2775
- }
2776
-
2777
- export declare function hvDateColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, dateFormat?: string): HvTableColumnConfig<D, H>;
2507
+ export declare function hvDateColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>): HvTableColumnConfig<D, H>;
2778
2508
 
2779
- export declare const HvDateColumnCell: ({ date, dateFormat, }: HvDateColumnCellProp) => JSX_2.Element;
2509
+ export declare const HvDateColumnCell: ({ date }: HvDateColumnCellProp) => JSX_2.Element;
2780
2510
 
2781
2511
  export declare interface HvDateColumnCellProp {
2782
- /** The date's text representation format. */
2783
- dateFormat?: string;
2784
2512
  /** Date to render. */
2785
2513
  date?: string;
2786
2514
  }
@@ -2791,7 +2519,7 @@ export declare interface HvDateColumnCellProp {
2791
2519
  */
2792
2520
  export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
2793
2521
 
2794
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_61>;
2522
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_60>;
2795
2523
 
2796
2524
  export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onChange">, Pick<HvBaseDropdownProps, "disablePortal" | "expanded" | "defaultExpanded" | "onToggle" | "placeholder"> {
2797
2525
  /**
@@ -2872,30 +2600,25 @@ export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onC
2872
2600
  classes?: HvDatePickerClasses;
2873
2601
  }
2874
2602
 
2875
- /** @deprecated use `HvFormStatus` instead */
2876
- export declare type HvDatePickerStatus = HvFormStatus;
2877
-
2878
2603
  /**
2879
2604
  * A Dialog is a graphical control element in the form of a small panel that communicates information and prompts for a response.
2880
2605
  */
2881
- export declare const HvDialog: (props: HvDialogProps) => JSX_2.Element;
2606
+ export declare const HvDialog: ForwardRefExoticComponent<Omit<HvDialogProps, "ref"> & RefAttributes<HTMLDivElement>>;
2882
2607
 
2883
- export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_64>;
2608
+ export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_63>;
2884
2609
 
2885
2610
  export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_2.Element;
2886
2611
 
2887
2612
  export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "classes"> {
2888
- /** Set the dialog to fullscreen mode. @deprecated set `fullscreen` in `HvDialog` */
2889
- fullscreen?: boolean;
2890
2613
  /** A Jss Object used to override or extend the styles applied to the component. */
2891
2614
  classes?: HvDialogActionClasses;
2892
2615
  }
2893
2616
 
2894
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_65>;
2617
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_64>;
2895
2618
 
2896
2619
  export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_2.Element;
2897
2620
 
2898
- export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_63>;
2621
+ export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_62>;
2899
2622
 
2900
2623
  export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes"> {
2901
2624
  /** Content should be indented in relationship to the Dialog title. */
@@ -2904,7 +2627,7 @@ export declare interface HvDialogContentProps extends Omit<DialogContentProps, "
2904
2627
  classes?: HvDialogContentClasses;
2905
2628
  }
2906
2629
 
2907
- export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" | "classes" | "open"> {
2630
+ export declare interface HvDialogProps extends Omit<DialogProps, "classes" | "open"> {
2908
2631
  /** Current state of the Dialog. */
2909
2632
  open?: boolean;
2910
2633
  /** Callback fired when the component requests to be closed. */
@@ -2915,16 +2638,8 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
2915
2638
  fullWidth?: DialogProps["fullWidth"];
2916
2639
  /** If true, the dialog stretches vertically, limited by the margins. @default false */
2917
2640
  fullHeight?: boolean;
2918
- /**
2919
- * Element id that should be focus when the Dialog opens.
2920
- * Auto-focusing elements can cause usability issues, so this should be avoided.
2921
- * @deprecated Use `autoFocus` on the element instead, if auto-focusing is required.
2922
- */
2923
- firstFocusable?: string;
2924
2641
  /** Title for the button close. */
2925
2642
  buttonTitle?: string;
2926
- /** Set the dialog to fullscreen mode. */
2927
- fullscreen?: boolean;
2928
2643
  /** Prevent closing the dialog when clicking on the backdrop. */
2929
2644
  disableBackdropClick?: boolean;
2930
2645
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -2939,7 +2654,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
2939
2654
 
2940
2655
  export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_2.Element;
2941
2656
 
2942
- export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_62>;
2657
+ export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_61>;
2943
2658
 
2944
2659
  export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes"> {
2945
2660
  /** Variant of the dialog title. */
@@ -2960,7 +2675,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
2960
2675
  */
2961
2676
  export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
2962
2677
 
2963
- export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_66>;
2678
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_65>;
2964
2679
 
2965
2680
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
2966
2681
  /**
@@ -3004,7 +2719,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
3004
2719
  */
3005
2720
  export declare const HvDrawer: ForwardRefExoticComponent<Omit<HvDrawerProps, "ref"> & RefAttributes<HTMLDivElement>>;
3006
2721
 
3007
- export declare type HvDrawerClasses = ExtractNames<typeof useClasses_68>;
2722
+ export declare type HvDrawerClasses = ExtractNames<typeof useClasses_67>;
3008
2723
 
3009
2724
  export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3010
2725
  /**
@@ -3041,11 +2756,6 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3041
2756
  * Title for the button close.
3042
2757
  */
3043
2758
  buttonTitle?: string;
3044
- /**
3045
- * Show backdrop when drawer is open.
3046
- * @deprecated Use `hideBackdrop` instead.
3047
- */
3048
- showBackdrop?: boolean;
3049
2759
  /**
3050
2760
  * Prevent closing the dialog when clicking on the backdrop.
3051
2761
  */
@@ -3059,25 +2769,20 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3059
2769
  /**
3060
2770
  * A dropdown list is a graphical control element, similar to a list box, that allows the user to choose one value from a list.
3061
2771
  */
3062
- export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactElement<any> | null;
2772
+ export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactNode;
3063
2773
 
3064
- export declare type HvDropdownClasses = ExtractNames<typeof useClasses_59>;
2774
+ export declare type HvDropdownClasses = ExtractNames<typeof useClasses_58>;
3065
2775
 
3066
2776
  export declare function hvDropdownColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, id: string | undefined, placeholder: string, disabledPlaceholder: string, onChange?: (identifier: string, value: HvListValue) => void, dropdownProps?: HvDropdownProps<false>): HvTableColumnConfig<D, H>;
3067
2777
 
3068
- export declare const HvDropdownColumnCell: ({ dropdownProps, ...others }: HvDropdownColumnCellProp) => JSX_2.Element;
2778
+ export declare const HvDropdownColumnCell: <Multiple extends boolean = false, OptionValue extends HvListValue_2 = HvListValue_2>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactNode;
3069
2779
 
3070
2780
  export declare interface HvDropdownColumnCellProp extends HvDropdownProps<false> {
3071
- /** Extra props to be passed onto the dropdown. @deprecated pass props directly */
3072
- dropdownProps?: HvDropdownProps<false>;
3073
2781
  }
3074
2782
 
3075
2783
  export declare type HvDropdownLabels = Partial<typeof DEFAULT_LABELS_7>;
3076
2784
 
3077
- /** @deprecated use `HvDropdownLabels` instead */
3078
- export declare type HvDropdownLabelsProps = HvDropdownLabels;
3079
-
3080
- declare type HvDropdownListClasses = ExtractNames<typeof useClasses_60>;
2785
+ declare type HvDropdownListClasses = ExtractNames<typeof useClasses_59>;
3081
2786
 
3082
2787
  declare interface HvDropdownListProps {
3083
2788
  /**
@@ -3125,10 +2830,6 @@ declare interface HvDropdownListProps {
3125
2830
  * If 'true' the dropdown will notify on the first render.
3126
2831
  */
3127
2832
  notifyChangesOnFirstRender?: boolean;
3128
- /**
3129
- * If `true` the dropdown will show tooltips when user mouseenter text in list
3130
- */
3131
- hasTooltips?: boolean;
3132
2833
  /**
3133
2834
  * If `true`, selection can be toggled when single selection.
3134
2835
  */
@@ -3152,7 +2853,7 @@ declare interface HvDropdownListProps {
3152
2853
  */
3153
2854
  export declare const HvDropDownMenu: ForwardRefExoticComponent<HvDropDownMenuProps & RefAttributes<HTMLDivElement>>;
3154
2855
 
3155
- export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_24>;
2856
+ export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_23>;
3156
2857
 
3157
2858
  export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick" | "onToggle"> {
3158
2859
  /** Icon. */
@@ -3183,11 +2884,6 @@ export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement,
3183
2884
  expanded?: boolean;
3184
2885
  /** When uncontrolled, defines the initial expanded state. */
3185
2886
  defaultExpanded?: boolean;
3186
- /**
3187
- * The variant to be used in the header.
3188
- * @deprecated Use `variant` instead
3189
- */
3190
- category?: HvButtonVariant;
3191
2887
  /** The variant to be used in the header. */
3192
2888
  variant?: HvButtonVariant;
3193
2889
  /** Button size. */
@@ -3252,10 +2948,6 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
3252
2948
  * An object containing all the labels for the dropdown.
3253
2949
  */
3254
2950
  labels?: HvDropdownLabels;
3255
- /**
3256
- * If `true` the dropdown will show tooltips when user mouseenter text in list
3257
- */
3258
- hasTooltips?: boolean;
3259
2951
  /**
3260
2952
  * If `true`, selection can be toggled when single selection.
3261
2953
  */
@@ -3313,7 +3005,7 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
3313
3005
 
3314
3006
  export declare type HvDropdownStatus = "standBy" | "valid" | "invalid";
3315
3007
 
3316
- declare type HvDropZoneClasses = ExtractNames<typeof useClasses_73>;
3008
+ declare type HvDropZoneClasses = ExtractNames<typeof useClasses_72>;
3317
3009
 
3318
3010
  declare type HvDropZoneLabels = Partial<typeof DEFAULT_LABELS_9>;
3319
3011
 
@@ -3357,7 +3049,7 @@ declare interface HvDropZoneProps extends Pick<HvFormElementProps, "id" | "disab
3357
3049
  */
3358
3050
  export declare const HvEmptyState: ForwardRefExoticComponent<HvEmptyStateProps & RefAttributes<HTMLDivElement>>;
3359
3051
 
3360
- export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_69>;
3052
+ export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_68>;
3361
3053
 
3362
3054
  export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
3363
3055
  /** Icon to be presented. */
@@ -3374,18 +3066,9 @@ export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "
3374
3066
 
3375
3067
  export declare function hvExpandColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, expandRowButtonAriaLabel: string, collapseRowButtonAriaLabel: string, getCanRowExpand?: (row: HvRowInstance<D, H>) => boolean, ExpandedIcon?: React.ReactNode, CollapsedIcon?: React.ReactNode): HvTableColumnConfig<D, H>;
3376
3068
 
3377
- /** This type extends DeepPartial to allow any extra properties */
3378
- export declare type HvExtraDeepPartialProps<T> = Partial<{
3379
- [P in keyof T]: DeepPartial<T[P]> & Record<string, any>;
3380
- }> & Record<string, any>;
3381
-
3382
- export { HvExtraDeepProps }
3383
-
3384
- export { HvExtraProps }
3385
-
3386
3069
  export declare const HvFile: (props: HvFileProps) => JSX_2.Element;
3387
3070
 
3388
- export declare type HvFileClasses = ExtractNames<typeof useClasses_71>;
3071
+ export declare type HvFileClasses = ExtractNames<typeof useClasses_70>;
3389
3072
 
3390
3073
  export declare interface HvFileData extends Omit<File, "name" | "size"> {
3391
3074
  /**
@@ -3451,7 +3134,7 @@ export declare type HvFilesAddedEvent = (files: HvFileData[]) => void;
3451
3134
  */
3452
3135
  export declare const HvFileUploader: (props: HvFileUploaderProps) => JSX_2.Element;
3453
3136
 
3454
- export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_72>;
3137
+ export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_71>;
3455
3138
 
3456
3139
  export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3457
3140
  /** Value of aria-label to apply to remove file button in FileList */
@@ -3464,7 +3147,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3464
3147
  */
3465
3148
  export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => string | number | boolean | Iterable<ReactNode> | JSX_2.Element | null | undefined;
3466
3149
 
3467
- export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_70>;
3150
+ export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_69>;
3468
3151
 
3469
3152
  export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
3470
3153
  /**
@@ -3516,8 +3199,6 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
3516
3199
  maxFileSize?: number;
3517
3200
  /** File types accepted for uploading. @see [HTML input file accept](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#accept) */
3518
3201
  accept?: HvDropZoneProps["accept"];
3519
- /** Files extensions accepted for upload. @deprecated use `accept` instead */
3520
- acceptedFiles?: string[];
3521
3202
  /**
3522
3203
  * Callback fired when files are added.
3523
3204
  */
@@ -3541,9 +3222,9 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
3541
3222
  */
3542
3223
  export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
3543
3224
 
3544
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_74>;
3225
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_73>;
3545
3226
 
3546
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_75>;
3227
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_74>;
3547
3228
 
3548
3229
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3549
3230
  description?: React.ReactNode;
@@ -3635,49 +3316,12 @@ export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "cl
3635
3316
 
3636
3317
  export declare type HvFilterGroupValue = (string | number)[][];
3637
3318
 
3638
- /** @deprecated internal use only. this component has navigation issues. */
3639
- export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, filterClass, navigationJump, }: HvFocusProps) => ReactElement<any, string | JSXElementConstructor<any>>;
3640
-
3641
- export declare type HvFocusClasses = ExtractNames<typeof useClasses_4>;
3642
-
3643
- export declare interface HvFocusProps extends HvBaseProps<HTMLElement, "children"> {
3644
- children: React.ReactElement<any>;
3645
- /** Extra configuration for the child element. */
3646
- configuration?: {
3647
- tabIndex?: number;
3648
- };
3649
- /** Indicates that the disabled class should be applied. */
3650
- disabledClass?: boolean;
3651
- /** Whether the focus is selected. */
3652
- selected?: boolean;
3653
- /** Whether the focus is disabled. */
3654
- disabled?: boolean;
3655
- /** The reference to the root element to hold all Focus' context. */
3656
- rootRef?: React.RefObject<HTMLElement | null>;
3657
- /** Show focus when click element. v */
3658
- focusOnClick?: boolean;
3659
- /** Show focus when click element. v */
3660
- focusDisabled?: boolean;
3661
- /** Focus and navigation strategy to be used. v */
3662
- strategy?: HvFocusStrategies;
3663
- /** Uses an absolute positioned div as a focus. v */
3664
- useFalseFocus?: boolean;
3665
- /** Narrows the results of the focus to only theses class v */
3666
- filterClass?: string;
3667
- /** How much the navigation will skip when using the arrows. v */
3668
- navigationJump?: number;
3669
- /** A Jss Object used to override or extend the styles applied to the component. */
3670
- classes?: HvFocusClasses;
3671
- }
3672
-
3673
- export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
3674
-
3675
3319
  /**
3676
3320
  * A Footer is a way of providing extra information at the end of a page.
3677
3321
  */
3678
3322
  export declare const HvFooter: ForwardRefExoticComponent<HvFooterProps & RefAttributes<HTMLElement>>;
3679
3323
 
3680
- export declare type HvFooterClasses = ExtractNames<typeof useClasses_76>;
3324
+ export declare type HvFooterClasses = ExtractNames<typeof useClasses_75>;
3681
3325
 
3682
3326
  declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
3683
3327
  column: HvHeaderGroup<D, H>;
@@ -3714,7 +3358,7 @@ export declare const HvFormElement: {
3714
3358
  formElementType: string;
3715
3359
  };
3716
3360
 
3717
- export declare type HvFormElementClasses = ExtractNames<typeof useClasses_9>;
3361
+ export declare type HvFormElementClasses = ExtractNames<typeof useClasses_8>;
3718
3362
 
3719
3363
  declare interface HvFormElementContextValue {
3720
3364
  /** id to be applied to the form element root node. */
@@ -3778,7 +3422,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
3778
3422
  */
3779
3423
  export declare const HvGlobalActions: ForwardRefExoticComponent<HvGlobalActionsProps & RefAttributes<HTMLDivElement>>;
3780
3424
 
3781
- export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_77>;
3425
+ export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_76>;
3782
3426
 
3783
3427
  export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
3784
3428
 
@@ -3820,11 +3464,18 @@ export declare type HvGlobalActionsVariant = "global" | "section";
3820
3464
  */
3821
3465
  export declare const HvGrid: ForwardRefExoticComponent<Omit<HvGridProps, "ref"> & RefAttributes<HTMLDivElement>>;
3822
3466
 
3823
- export declare type HvGridClasses = ExtractNames<typeof useClasses_78>;
3467
+ export declare interface HvGridBreakpoint {
3468
+ cols?: number;
3469
+ maxWidth?: number;
3470
+ minWidth?: number;
3471
+ spacing?: HvBreakpoints;
3472
+ }
3473
+
3474
+ export declare type HvGridClasses = ExtractNames<typeof useClasses_77>;
3824
3475
 
3825
3476
  export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
3826
3477
 
3827
- export declare interface HvGridProps extends Omit<GridProps, "classes" | "columns"> {
3478
+ export declare interface HvGridProps extends Omit<GridLegacyProps, "classes" | "columns"> {
3828
3479
  /**
3829
3480
  * If `true`, the component will have the flex *container* behavior.
3830
3481
  * You should be wrapping *items* with a *container*.
@@ -3861,7 +3512,7 @@ export declare interface HvGridProps extends Omit<GridProps, "classes" | "column
3861
3512
  * The value "auto" implements the Design System directives in terms of variable number of columns.
3862
3513
  * @default 12
3863
3514
  */
3864
- columns?: "auto" | GridProps["columns"];
3515
+ columns?: "auto" | GridLegacyProps["columns"];
3865
3516
  /**
3866
3517
  * Defines the `flex-direction` style property.
3867
3518
  * It is applied for all screen sizes.
@@ -3920,7 +3571,7 @@ export declare const HvHeader: ForwardRefExoticComponent<HvHeaderProps & RefAttr
3920
3571
 
3921
3572
  export declare const HvHeaderActions: ForwardRefExoticComponent<HvHeaderActionsProps & RefAttributes<HTMLDivElement>>;
3922
3573
 
3923
- export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_80>;
3574
+ export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_79>;
3924
3575
 
3925
3576
  export declare interface HvHeaderActionsProps extends HvBaseProps {
3926
3577
  classes?: HvHeaderActionsClasses;
@@ -3931,7 +3582,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
3931
3582
  */
3932
3583
  export declare const HvHeaderBrand: ForwardRefExoticComponent<HvHeaderBrandProps & RefAttributes<HTMLDivElement>>;
3933
3584
 
3934
- export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_81>;
3585
+ export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_80>;
3935
3586
 
3936
3587
  export declare interface HvHeaderBrandProps extends HvBaseProps {
3937
3588
  logo?: React.ReactNode;
@@ -3939,7 +3590,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
3939
3590
  classes?: HvHeaderBrandClasses;
3940
3591
  }
3941
3592
 
3942
- export declare type HvHeaderClasses = ExtractNames<typeof useClasses_79>;
3593
+ export declare type HvHeaderClasses = ExtractNames<typeof useClasses_78>;
3943
3594
 
3944
3595
  declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
3945
3596
  headers: Array<HvHeaderGroup<D, H>>;
@@ -3947,7 +3598,7 @@ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H ex
3947
3598
 
3948
3599
  export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_2.Element;
3949
3600
 
3950
- declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_82>;
3601
+ declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_81>;
3951
3602
 
3952
3603
  declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3953
3604
  data: HvHeaderNavigationItemProp[];
@@ -3960,7 +3611,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
3960
3611
 
3961
3612
  export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_2.Element;
3962
3613
 
3963
- declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_83>;
3614
+ declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_82>;
3964
3615
 
3965
3616
  declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3966
3617
  item: HvHeaderNavigationItemProp;
@@ -3973,7 +3624,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
3973
3624
 
3974
3625
  export declare const HvHeaderNavigation: ForwardRefExoticComponent<HvHeaderNavigationProps & RefAttributes<HTMLElement>>;
3975
3626
 
3976
- export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_84>;
3627
+ export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_83>;
3977
3628
 
3978
3629
  export declare interface HvHeaderNavigationItemProp {
3979
3630
  id: string;
@@ -4032,14 +3683,14 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
4032
3683
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
4033
3684
  }
4034
3685
 
4035
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_99>;
3686
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_96>;
4036
3687
 
4037
3688
  /**
4038
3689
  * The `HvIconButton` component wraps a `HvTooltip` with a label around a `HvButton` with only an icon as its content.
4039
3690
  * As defined by Design System, a tooltip with the button’s label should always be displayed when hovering an icon only button.
4040
3691
  * This component provides this behavior out of the box.
4041
3692
  */
4042
- export declare const HvIconButton: <C extends React.ElementType = "button">(props: Omit<HvButtonProps<C>, "children" | "ref" | "icon" | "title" | "component" | "focusableWhenDisabled" | "startIcon" | "endIcon"> & {
3693
+ export declare const HvIconButton: <C extends React.ElementType = "button">(props: Omit<HvButtonProps<C>, "children" | "ref" | "icon" | "title" | "component" | "startIcon" | "endIcon" | "focusableWhenDisabled"> & {
4043
3694
  /** Label to be displayed in the tooltip when hovered. This label will be used as the button's `aria-label`. */
4044
3695
  title: React.ReactNode;
4045
3696
  /** Number of milliseconds to wait before showing the tooltip. @default 500 */
@@ -4052,9 +3703,9 @@ export declare const HvIconButton: <C extends React.ElementType = "button">(prop
4052
3703
  component?: C | undefined;
4053
3704
  } & {
4054
3705
  children?: ReactNode | undefined;
4055
- } & (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "disabled" | "title" | "component" | "className" | "radius" | "selected" | "variant" | "placement" | "enterDelay" | "overrideIconColors" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "component" | "className" | "radius" | "selected" | "variant" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "component" | "className" | "radius" | "selected" | "variant" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> ? T extends any ? T : never : never : never), "children" | "ref" | "icon" | "title" | "component" | "focusableWhenDisabled" | "startIcon" | "endIcon">> extends infer T_1 ? T_1 extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "disabled" | "title" | "component" | "className" | "radius" | "selected" | "variant" | "placement" | "enterDelay" | "overrideIconColors" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "component" | "className" | "radius" | "selected" | "variant" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> extends infer T_2 ? T_2 extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "component" | "className" | "radius" | "selected" | "variant" | "focusableWhenDisabled" | "startIcon" | "endIcon" | "overrideIconColors"> ? T_2 extends any ? T_2 : never : never : never), "children" | "ref" | "icon" | "title" | "component" | "focusableWhenDisabled" | "startIcon" | "endIcon">> ? T_1 extends any ? T_1 : never : never : never) & {
3706
+ } & (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "disabled" | "className" | "radius" | "title" | "component" | "selected" | "variant" | "placement" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "className" | "radius" | "component" | "selected" | "variant" | "startIcon" | "endIcon" | "focusableWhenDisabled"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "className" | "radius" | "component" | "selected" | "variant" | "startIcon" | "endIcon" | "focusableWhenDisabled"> ? T extends any ? T : never : never : never), "children" | "ref" | "icon" | "title" | "component" | "startIcon" | "endIcon" | "focusableWhenDisabled">> extends infer T_1 ? T_1 extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "disabled" | "className" | "radius" | "title" | "component" | "selected" | "variant" | "placement" | "enterDelay" | "tooltipProps" | Exclude<keyof (Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "className" | "radius" | "component" | "selected" | "variant" | "startIcon" | "endIcon" | "focusableWhenDisabled"> extends infer T_2 ? T_2 extends Omit<PropsWithoutRef<ComponentProps<C>>, "color" | "classes" | "size" | "icon" | "disabled" | "className" | "radius" | "component" | "selected" | "variant" | "startIcon" | "endIcon" | "focusableWhenDisabled"> ? T_2 extends any ? T_2 : never : never : never), "children" | "ref" | "icon" | "title" | "component" | "startIcon" | "endIcon" | "focusableWhenDisabled">> ? T_1 extends any ? T_1 : never : never : never) & {
4056
3707
  ref?: PolymorphicRef<C> | undefined;
4057
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
3708
+ } & RefAttributes<unknown>) => React.ReactNode;
4058
3709
 
4059
3710
  export declare type HvIconButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, Omit<HvButtonProps<C>, "icon" | "focusableWhenDisabled" | "title" | "startIcon" | "endIcon" | "children" | "ref" | "component"> & {
4060
3711
  /** Label to be displayed in the tooltip when hovered. This label will be used as the button's `aria-label`. */
@@ -4112,7 +3763,7 @@ declare type HvIconSize = "XS" | "S" | "M" | "L";
4112
3763
  */
4113
3764
  export declare const HvInfoMessage: (props: HvInfoMessageProps) => JSX_2.Element;
4114
3765
 
4115
- export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_11>;
3766
+ export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_10>;
4116
3767
 
4117
3768
  export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
4118
3769
  /** If `true` the label is disabled. */
@@ -4127,7 +3778,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
4127
3778
  * An Inline Editor allows the user to edit a record without making a major switch
4128
3779
  * between viewing and editing, making it an efficient method of updating a record.
4129
3780
  */
4130
- export declare const HvInlineEditor: <C extends React.ElementType = <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactElement<any> | null>(props: {
3781
+ export declare const HvInlineEditor: <C extends React.ElementType = <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactNode>(props: {
4131
3782
  /** The value of the form element. */
4132
3783
  value?: string;
4133
3784
  /** The default value of the form element. */
@@ -4151,7 +3802,6 @@ export declare const HvInlineEditor: <C extends React.ElementType = <InputElemen
4151
3802
  /** A Jss Object used to override or extend the styles applied to the empty state component. */
4152
3803
  classes?: Partial<{
4153
3804
  root: string;
4154
- inputBorderContainer: string;
4155
3805
  input: string;
4156
3806
  inputRoot: string;
4157
3807
  text: string;
@@ -4167,11 +3817,11 @@ export declare const HvInlineEditor: <C extends React.ElementType = <InputElemen
4167
3817
  component?: C | undefined;
4168
3818
  } & {
4169
3819
  children?: ReactNode | undefined;
4170
- } & (Omit<PropsWithoutRef<ComponentProps<C>>, "value" | "classes" | "disabled" | "component" | "onBlur" | "onChange" | "onKeyDown" | "defaultValue" | "placeholder" | "variant" | "showIcon" | "buttonProps" | "typographyProps"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "value" | "classes" | "disabled" | "component" | "onBlur" | "onChange" | "onKeyDown" | "defaultValue" | "placeholder" | "variant" | "showIcon" | "buttonProps" | "typographyProps"> ? T extends any ? T : never : never : never) & {
3820
+ } & (Omit<PropsWithoutRef<ComponentProps<C>>, "value" | "classes" | "disabled" | "onBlur" | "onChange" | "onKeyDown" | "component" | "defaultValue" | "placeholder" | "variant" | "showIcon" | "buttonProps" | "typographyProps"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "value" | "classes" | "disabled" | "onBlur" | "onChange" | "onKeyDown" | "component" | "defaultValue" | "placeholder" | "variant" | "showIcon" | "buttonProps" | "typographyProps"> ? T extends any ? T : never : never : never) & {
4171
3821
  ref?: PolymorphicRef<C> | undefined;
4172
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
3822
+ } & RefAttributes<unknown>) => React.ReactNode;
4173
3823
 
4174
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_85>;
3824
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_84>;
4175
3825
 
4176
3826
  export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvInput> = PolymorphicComponentRef<C, {
4177
3827
  /** The value of the form element. */
@@ -4203,9 +3853,9 @@ export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvI
4203
3853
  /**
4204
3854
  The Input is a UI control that allows users to enter and edit text, typically used for collecting user-provided information.
4205
3855
  */
4206
- export declare const HvInput: <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactElement<any> | null;
3856
+ export declare const HvInput: <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactNode;
4207
3857
 
4208
- export declare type HvInputClasses = ExtractNames<typeof useClasses_47>;
3858
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_46>;
4209
3859
 
4210
3860
  export declare type HvInputLabels = Partial<typeof DEFAULT_LABELS_4>;
4211
3861
 
@@ -4338,55 +3988,12 @@ export declare interface HvKnobProperty {
4338
3988
  dragColor?: string;
4339
3989
  }
4340
3990
 
4341
- /**
4342
- * Key Performance Indicator is a type of performance measurement. It monitors a business indicator
4343
- * and its success/failure against a given target. KPIs are the first item read on a dashboard.
4344
- * Communicates simple, immediate and vital information for operational decision making.
4345
- * @deprecated build KPIs with `HvCard`, or with your custom layouts
4346
- */
4347
- export declare const HvKpi: (props: HvKpiProps) => JSX_2.Element;
4348
-
4349
- export declare type HvKpiClasses = ExtractNames<typeof useClasses_86>;
4350
-
4351
- export declare type HvKpiLabelProps = Partial<typeof DEFAULT_LABELS_11>;
4352
-
4353
- export declare interface HvKpiProps extends HvBaseProps<HTMLDivElement, "children"> {
4354
- /**
4355
- * An Element that will be rendered to the left of the kpi indicator text.
4356
- */
4357
- trendIndicator?: React.ReactNode;
4358
- /**
4359
- * An Element that will be rendered to the left of the kpi indicator text.
4360
- */
4361
- visualIndicator?: React.ReactNode;
4362
- /**
4363
- * An Element that will be rendered below the kpi indicator text.
4364
- */
4365
- visualComparison?: React.ReactNode;
4366
- /**
4367
- * The object that contains the different labels inside the kpi.
4368
- */
4369
- labels?: HvKpiLabelProps;
4370
- /**
4371
- * The typography variant used in the main text indicator of the KPI
4372
- */
4373
- indicatorTextVariant?: "display" | "title1" | "title2";
4374
- /**
4375
- * The typography variant used in the main text indicator of the KPI
4376
- */
4377
- indicatorUnitTextVariant?: "title2" | "body";
4378
- /**
4379
- * A Jss Object used to override or extend the component styles applied.
4380
- */
4381
- classes?: HvKpiClasses;
4382
- }
4383
-
4384
3991
  /**
4385
3992
  * Provides the user with a recognizable name for a given form element.
4386
3993
  */
4387
3994
  export declare const HvLabel: (props: HvLabelProps) => JSX_2.Element;
4388
3995
 
4389
- export declare type HvLabelClasses = ExtractNames<typeof useClasses_10>;
3996
+ export declare type HvLabelClasses = ExtractNames<typeof useClasses_9>;
4390
3997
 
4391
3998
  export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4392
3999
  /** Id to be applied to the root node */
@@ -4407,7 +4014,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4407
4014
 
4408
4015
  export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
4409
4016
 
4410
- export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_57>;
4017
+ export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_56>;
4411
4018
 
4412
4019
  export declare interface HvLeftControlProps extends HvBaseProps {
4413
4020
  /** if `true` the hide sort by dropdown is not rendered */
@@ -4422,27 +4029,13 @@ export declare interface HvLeftControlProps extends HvBaseProps {
4422
4029
  classes?: HvLeftControlClasses;
4423
4030
  }
4424
4031
 
4425
- /** @deprecated use `<HvTypography link component="a" />` instead */
4426
- export declare const HvLink: (props: HvLinkProps) => JSX_2.Element;
4427
-
4428
- export declare type HvLinkClasses = ExtractNames<typeof useClasses_87>;
4429
-
4430
- export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onClick"> {
4431
- onClick?: (event: React.MouseEvent<HTMLAnchorElement>, data: any) => void;
4432
- route?: string;
4433
- data?: any;
4434
- children: any;
4435
- /** A Jss Object used to override or extend the styles applied to the component. */
4436
- classes?: HvLinkClasses;
4437
- }
4438
-
4439
4032
  /**
4440
4033
  * Component used to show a set of related data to the user.
4441
4034
  * @deprecated use `HvListContainer` + `HvListItem` instead
4442
4035
  */
4443
4036
  export declare const HvList: (props: HvListProps) => JSX_2.Element | null;
4444
4037
 
4445
- export declare type HvListClasses = ExtractNames<typeof useClasses_88>;
4038
+ export declare type HvListClasses = ExtractNames<typeof useClasses_85>;
4446
4039
 
4447
4040
  /**
4448
4041
  * A <b>list</b> is any enumeration of a set of items.
@@ -4451,7 +4044,7 @@ export declare type HvListClasses = ExtractNames<typeof useClasses_88>;
4451
4044
  */
4452
4045
  export declare const HvListContainer: ForwardRefExoticComponent<HvListContainerProps & RefAttributes<HTMLUListElement>>;
4453
4046
 
4454
- export declare type HvListContainerClasses = ExtractNames<typeof useClasses_5>;
4047
+ export declare type HvListContainerClasses = ExtractNames<typeof useClasses_4>;
4455
4048
 
4456
4049
  export declare interface HvListContainerProps extends HvBaseProps<HTMLUListElement> {
4457
4050
  /**
@@ -4475,7 +4068,7 @@ export declare interface HvListContainerProps extends HvBaseProps<HTMLUListEleme
4475
4068
  */
4476
4069
  export declare const HvListItem: ForwardRefExoticComponent<HvListItemProps & RefAttributes<HTMLLIElement>>;
4477
4070
 
4478
- export declare type HvListItemClasses = ExtractNames<typeof useClasses_6>;
4071
+ export declare type HvListItemClasses = ExtractNames<typeof useClasses_5>;
4479
4072
 
4480
4073
  export declare interface HvListItemProps extends HvBaseProps<HTMLLIElement> {
4481
4074
  /** Indicates if the list item is selected. */
@@ -4524,7 +4117,7 @@ export declare interface HvListItemProps extends HvBaseProps<HTMLLIElement> {
4524
4117
  classes?: HvListItemClasses;
4525
4118
  }
4526
4119
 
4527
- export declare type HvListLabels = Partial<typeof DEFAULT_LABELS_12>;
4120
+ export declare type HvListLabels = Partial<typeof DEFAULT_LABELS_11>;
4528
4121
 
4529
4122
  export declare interface HvListProps extends HvBaseProps<HTMLUListElement, "onChange" | "onClick"> {
4530
4123
  /**
@@ -4562,8 +4155,6 @@ export declare interface HvListProps extends HvBaseProps<HTMLUListElement, "onCh
4562
4155
  singleSelectionToggle?: boolean;
4563
4156
  /** If `true` the list will be rendered without vertical spacing. */
4564
4157
  condensed?: boolean;
4565
- /** If `true` the dropdown will show tooltips when user mouseenter text in list. @deprecated this is always enabled */
4566
- hasTooltips?: boolean;
4567
4158
  /** Experimental. Height of the dropdown, in case you want to control it from a prop. Styles can also be used through dropdownListContainer class. Required in case virtualized is used */
4568
4159
  height?: number;
4569
4160
  /** Experimental. Uses dropdown in a virtualized form, where not all options are rendered initially. Good for use cases with a lot of options. */
@@ -4596,7 +4187,7 @@ export declare interface HvListValue extends Record<string, any> {
4596
4187
  */
4597
4188
  export declare const HvLoading: ForwardRefExoticComponent<HvLoadingProps & RefAttributes<HTMLDivElement>>;
4598
4189
 
4599
- export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4190
+ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_86>;
4600
4191
 
4601
4192
  /**
4602
4193
  * A component that wraps `children` with an `HvLoading` component and
@@ -4609,7 +4200,7 @@ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4609
4200
  * */
4610
4201
  export declare const HvLoadingContainer: ForwardRefExoticComponent<HvLoadingContainerProps & RefAttributes<HTMLDivElement>>;
4611
4202
 
4612
- export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_90>;
4203
+ export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_87>;
4613
4204
 
4614
4205
  export declare interface HvLoadingContainerProps extends HvBaseProps<HTMLDivElement>, Pick<HvLoadingProps, "label" | "small" | "hidden"> {
4615
4206
  opacity?: number;
@@ -4634,7 +4225,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
4634
4225
  */
4635
4226
  export declare const HvLogin: ForwardRefExoticComponent<HvLoginProps & RefAttributes<HTMLDivElement>>;
4636
4227
 
4637
- export declare type HvLoginClasses = ExtractNames<typeof useClasses_91>;
4228
+ export declare type HvLoginClasses = ExtractNames<typeof useClasses_88>;
4638
4229
 
4639
4230
  export declare interface HvLoginProps extends HvBaseProps {
4640
4231
  /**
@@ -4664,7 +4255,7 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
4664
4255
  */
4665
4256
  export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_2.Element;
4666
4257
 
4667
- export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_92>;
4258
+ export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_89>;
4668
4259
 
4669
4260
  export declare interface HvMultiButtonProps extends HvBaseProps {
4670
4261
  /** If all the buttons are disabled. */
@@ -4711,7 +4302,7 @@ export declare const HvNumberInput: ForwardRefExoticComponent<HvNumberInputProps
4711
4302
  export declare interface HvNumberInputProps extends HvInputProps<HTMLInputElement> {
4712
4303
  }
4713
4304
 
4714
- export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) => React.ReactElement<any> | null;
4305
+ export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) => React.ReactNode;
4715
4306
 
4716
4307
  /**
4717
4308
  * Optional
@@ -4731,11 +4322,11 @@ export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<Opt
4731
4322
  */
4732
4323
  export declare type HvOptional<T extends object, K extends keyof T = keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
4733
4324
 
4734
- export declare type HvOptionClasses = ExtractNames<typeof useClasses_15>;
4325
+ export declare type HvOptionClasses = ExtractNames<typeof useClasses_14>;
4735
4326
 
4736
4327
  export declare const HvOptionGroup: ForwardRefExoticComponent<Omit<HvOptionGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
4737
4328
 
4738
- export declare type HvOptionGroupClasses = ExtractNames<typeof useClasses_16>;
4329
+ export declare type HvOptionGroupClasses = ExtractNames<typeof useClasses_15>;
4739
4330
 
4740
4331
  export declare interface HvOptionGroupProps extends OptionGroupProps {
4741
4332
  classes?: HvOptionGroupClasses;
@@ -4750,7 +4341,7 @@ export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvLi
4750
4341
  */
4751
4342
  export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
4752
4343
 
4753
- export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_93>;
4344
+ export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_90>;
4754
4345
 
4755
4346
  export declare interface HvOverflowTooltipProps extends HvBaseProps {
4756
4347
  /** The node that will be rendered inside the tooltip. */
@@ -4773,7 +4364,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
4773
4364
  */
4774
4365
  export declare const HvPagination: ForwardRefExoticComponent<HvPaginationProps & RefAttributes<HTMLDivElement>>;
4775
4366
 
4776
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_48>;
4367
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_47>;
4777
4368
 
4778
4369
  export declare type HvPaginationLabels = Partial<typeof DEFAULT_LABELS_3>;
4779
4370
 
@@ -4817,21 +4408,19 @@ export declare interface HvPaginationProps extends HvBaseProps {
4817
4408
  */
4818
4409
  export declare const HvPanel: ForwardRefExoticComponent<HvPanelProps & RefAttributes<HTMLDivElement>>;
4819
4410
 
4820
- export declare type HvPanelClasses = ExtractNames<typeof useClasses_95>;
4411
+ export declare type HvPanelClasses = ExtractNames<typeof useClasses_92>;
4821
4412
 
4822
4413
  export declare interface HvPanelProps extends HvBaseProps {
4823
4414
  /** A Jss Object used to override or extend the styles applied. */
4824
4415
  classes?: HvPanelClasses;
4825
4416
  }
4826
4417
 
4827
- export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positive_80" | "warning" | "warning_120" | "warning_140" | "negative" | "cat21" | "cat22" | "cat23" | "cat24" | "cat25" | "cat26" | "cat27" | "cat28" | "catastrophic";
4828
-
4829
4418
  /**
4830
4419
  * Progress Bar provides feedback about a process that is taking place in the application.
4831
4420
  */
4832
4421
  export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
4833
4422
 
4834
- export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_96>;
4423
+ export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_93>;
4835
4424
 
4836
4425
  export declare interface HvProgressBarProps extends HvBaseProps {
4837
4426
  /** The value of the progress bar. */
@@ -4875,7 +4464,7 @@ export declare type HvPropGetter<D extends object = Record<string, unknown>, H e
4875
4464
  /**
4876
4465
  * Enables theming capabilities and makes cross-component theme properties available down the tree.
4877
4466
  */
4878
- export declare const HvProvider: ({ children, rootElementId, cssBaseline, cssTheme, themes, theme, colorMode, emotionCache: emotionCacheProp, classNameKey, }: HvProviderProps) => JSX_2.Element;
4467
+ export declare const HvProvider: ({ children, rootElementId, cssBaseline, cssTheme, theme, colorMode, emotionCache: emotionCacheProp, classNameKey, }: HvProviderProps) => JSX_2.Element;
4879
4468
 
4880
4469
  export declare interface HvProviderProps {
4881
4470
  /**
@@ -4914,26 +4503,19 @@ export declare interface HvProviderProps {
4914
4503
  * The emotion cache instance to use. If no value is provided, the default cache is used.
4915
4504
  */
4916
4505
  emotionCache?: EmotionCache;
4917
- /**
4918
- * List of themes to be used by UI Kit.
4919
- * You can provide your own themes created with the `createTheme` utility and/or the default themes provided by UI Kit.
4920
- *
4921
- * If no value is provided, the `ds5` theme will be used.
4922
- */
4923
- themes?: (HvTheme | HvThemeStructure)[];
4924
4506
  /**
4925
4507
  * The active theme. It must be one of the themes passed to `themes`.
4926
4508
  *
4927
4509
  * If no value is provided, the first theme from the `themes` list is used. If no `themes` list is provided, the `ds5` theme will be used.
4928
4510
  */
4929
- theme?: string;
4511
+ theme?: HvTheme | HvThemeStructure;
4930
4512
  /**
4931
4513
  * The active color mode. It must be one of the color modes of the active theme.
4932
4514
  *
4933
4515
  * If no value is provided, the first color mode defined in the active theme is used.
4934
4516
  * For the default themes, the `dawn` color mode is the one used.
4935
4517
  */
4936
- colorMode?: string;
4518
+ colorMode?: HvThemeColorMode;
4937
4519
  }
4938
4520
 
4939
4521
  /**
@@ -4950,17 +4532,11 @@ export declare interface HvQueryBuilderAttribute extends Record<string, unknown>
4950
4532
  type: DefaultAttributes | (string & {});
4951
4533
  }
4952
4534
 
4953
- /** @deprecated */
4954
- export declare interface HvQueryBuilderChangedQuery extends Omit<HvQueryBuilderQuery, "id" | "rules"> {
4955
- rules: Array<Omit<HvQueryBuilderQueryRule, "id"> | HvQueryBuilderChangedQuery>;
4956
- }
4957
-
4958
- export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_97>;
4535
+ export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_94>;
4959
4536
 
4960
4537
  declare interface HvQueryBuilderContextValue {
4961
4538
  dispatchAction: React.Dispatch<QueryAction>;
4962
4539
  askAction: React.Dispatch<React.SetStateAction<AskAction | undefined>>;
4963
- selectLocation?: React.Dispatch<unknown>;
4964
4540
  attributes?: Record<string, HvQueryBuilderAttribute>;
4965
4541
  operators: Record<string, HvQueryBuilderQueryOperator[]>;
4966
4542
  combinators: HvQueryBuilderQueryCombinator[];
@@ -5131,12 +4707,6 @@ export declare interface HvQueryBuilderProps {
5131
4707
  value?: HvQueryBuilderQuery;
5132
4708
  /** The initial query when the component is uncontrolled. */
5133
4709
  defaultValue?: HvQueryBuilderQuery;
5134
- /**
5135
- * The initial query when the component is uncontrolled.
5136
- *
5137
- * @deprecated Use `defaultValue` instead.
5138
- * */
5139
- query?: HvQueryBuilderQuery;
5140
4710
  /** Callback fired when the query changes. */
5141
4711
  onChange?: (value: HvQueryBuilderQuery) => void;
5142
4712
  /** Max depth of nested query groups. */
@@ -5205,14 +4775,14 @@ export declare type HvQueryBuilderRenderers = Record<string, ValueRenderer>;
5205
4775
  */
5206
4776
  export declare const HvRadio: ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
5207
4777
 
5208
- export declare type HvRadioClasses = ExtractNames<typeof useClasses_98>;
4778
+ export declare type HvRadioClasses = ExtractNames<typeof useClasses_95>;
5209
4779
 
5210
4780
  /**
5211
4781
  * A radio group is a type of selection list that can only have a single entry checked at any one time.
5212
4782
  */
5213
4783
  export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
5214
4784
 
5215
- export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_67>;
4785
+ export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_66>;
5216
4786
 
5217
4787
  export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
5218
4788
  /**
@@ -5389,7 +4959,7 @@ export { HvRadius }
5389
4959
 
5390
4960
  export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
5391
4961
 
5392
- export declare type HvRightControlClasses = ExtractNames<typeof useClasses_58>;
4962
+ export declare type HvRightControlClasses = ExtractNames<typeof useClasses_57>;
5393
4963
 
5394
4964
  export declare interface HvRightControlProps extends HvBaseProps {
5395
4965
  /** if `true` the hide sort by dropdown is not rendered */
@@ -5428,21 +4998,11 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5428
4998
  */
5429
4999
  export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
5430
5000
 
5431
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_100>;
5432
-
5433
- export declare type HvScrollToHorizontalPositions = "sticky" | "fixed" | "relative";
5001
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_97>;
5434
5002
 
5435
5003
  export declare interface HvScrollToHorizontalProps extends HvBaseProps<HTMLOListElement, "onChange" | "onClick"> {
5436
5004
  /** An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied */
5437
5005
  options: HvScrollToOption[];
5438
- /**
5439
- * Should the active element be reflected in the URL.
5440
- *
5441
- * @default true
5442
- *
5443
- * @deprecated Use `navigationMode` instead.
5444
- * */
5445
- href?: boolean;
5446
5006
  /**
5447
5007
  * The navigation mode to be used when the user clicks on a tab element.
5448
5008
  * - `push` will add a new entry to the history stack.
@@ -5483,9 +5043,9 @@ export declare interface HvScrollToHorizontalProps extends HvBaseProps<HTMLOList
5483
5043
  */
5484
5044
  offset?: number;
5485
5045
  /** Position of the Horizontal scroll to. */
5486
- position?: HvScrollToHorizontalPositions;
5046
+ position?: "sticky" | "fixed" | "relative";
5487
5047
  /** Position of tooltip identifying the current item. */
5488
- tooltipPosition?: HvScrollToTooltipPositions;
5048
+ tooltipPosition?: "left" | "right" | "top" | "bottom";
5489
5049
  /** A function called each time the selected index changes. */
5490
5050
  onChange?: (event: Event | React.MouseEvent<HTMLDivElement | HTMLAnchorElement> | React.KeyboardEvent<HTMLDivElement | HTMLAnchorElement>, index: number) => void;
5491
5051
  /** A function called each time an user clicks on a tab element. */
@@ -5503,28 +5063,16 @@ declare interface HvScrollToOption {
5503
5063
  offset?: number;
5504
5064
  }
5505
5065
 
5506
- declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bottom";
5507
-
5508
5066
  /**
5509
5067
  * The vertical scroll to element can be used to quickly navigate in a page.
5510
5068
  */
5511
5069
  export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
5512
5070
 
5513
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_102>;
5514
-
5515
- declare type HvScrollToVerticalPositions = "absolute" | "fixed" | "relative";
5071
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_99>;
5516
5072
 
5517
5073
  export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListElement, "onChange" | "onClick"> {
5518
5074
  /** An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied */
5519
5075
  options: HvScrollToOption[];
5520
- /**
5521
- * Should the active element be reflected in the URL.
5522
- *
5523
- * @default true
5524
- *
5525
- * @deprecated Use `navigationMode` instead.
5526
- * */
5527
- href?: boolean;
5528
5076
  /**
5529
5077
  * The navigation mode to be used when the user clicks on a tab element.
5530
5078
  * - `push` will add a new entry to the history stack.
@@ -5565,9 +5113,9 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
5565
5113
  */
5566
5114
  offset?: number;
5567
5115
  /** Position of the Vertical scroll to. */
5568
- position?: HvScrollToVerticalPositions;
5116
+ position?: "absolute" | "fixed" | "relative";
5569
5117
  /** Position of tooltip identifying the current item. */
5570
- tooltipPosition?: HvScrollToTooltipPositions;
5118
+ tooltipPosition?: "left" | "right" | "top" | "bottom";
5571
5119
  /** A function called each time the selected index changes. */
5572
5120
  onChange?: (event: Event | React.MouseEvent<HTMLDivElement | HTMLAnchorElement> | React.KeyboardEvent<HTMLDivElement | HTMLAnchorElement>, index: number) => void;
5573
5121
  /** A function called each time an user clicks on a tab element. */
@@ -5593,7 +5141,7 @@ export declare interface HvSearchInputProps extends HvInputProps<HTMLInputElemen
5593
5141
  */
5594
5142
  export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAttributes<HTMLDivElement>>;
5595
5143
 
5596
- export declare type HvSectionClasses = ExtractNames<typeof useClasses_103>;
5144
+ export declare type HvSectionClasses = ExtractNames<typeof useClasses_100>;
5597
5145
 
5598
5146
  export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title" | "onToggle"> {
5599
5147
  /** The title of the section */
@@ -5631,9 +5179,9 @@ export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>
5631
5179
  * <HvOption value="cat">Cat</HvOption>
5632
5180
  * </HvSelect>
5633
5181
  * */
5634
- export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) => React.ReactElement<any> | null;
5182
+ export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) => React.ReactNode;
5635
5183
 
5636
- export declare type HvSelectClasses = ExtractNames<typeof useClasses_13>;
5184
+ export declare type HvSelectClasses = ExtractNames<typeof useClasses_12>;
5637
5185
 
5638
5186
  /**
5639
5187
  * SelectionList allows users to select one or more items from a list.
@@ -5642,7 +5190,7 @@ export declare type HvSelectClasses = ExtractNames<typeof useClasses_13>;
5642
5190
  */
5643
5191
  export declare const HvSelectionList: ForwardRefExoticComponent<HvSelectionListProps & RefAttributes<HTMLUListElement>>;
5644
5192
 
5645
- export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_17>;
5193
+ export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_16>;
5646
5194
 
5647
5195
  export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListElement, "onChange"> {
5648
5196
  /** The form element name. */
@@ -5714,20 +5262,12 @@ export declare interface HvSelectProps<OptionValue extends {}, Multiple extends
5714
5262
  enablePortal?: boolean;
5715
5263
  }
5716
5264
 
5717
- export { HvSemanticColor }
5718
-
5719
- export declare type HvSemanticColorKeys = HvSemanticColor;
5720
-
5721
- export declare type HvSemanticColors = Record<HvSemanticColorKeys, string>;
5722
-
5723
- export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "cat1_300" | "cat1_400" | "cat1_500" | "cat1_600" | "cat1_700" | "cat1_800" | "cat1_900";
5724
-
5725
5265
  /**
5726
5266
  * SimpleGrid is a lightweight, responsive grid for evenly spaced items across a fixed number of columns.
5727
5267
  */
5728
5268
  export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_2.Element;
5729
5269
 
5730
- export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_104>;
5270
+ export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_101>;
5731
5271
 
5732
5272
  /** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
5733
5273
  export declare interface HvSimpleGridProps extends HvBaseProps {
@@ -5739,14 +5279,14 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
5739
5279
  * - `cols`: number of columns per row at given max-width
5740
5280
  * - `spacing`: optional spacing at given max-width, if not provided spacing from component prop will be used instead
5741
5281
  */
5742
- breakpoints?: Breakpoint[];
5282
+ breakpoints?: HvGridBreakpoint[];
5743
5283
  /** Number of how many columns the content will be displayed */
5744
5284
  cols?: number;
5745
5285
  /** A Jss Object used to override or extend the styles applied to the component. */
5746
5286
  classes?: HvSimpleGridClasses;
5747
5287
  }
5748
5288
 
5749
- declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_40>;
5289
+ declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_39>;
5750
5290
 
5751
5291
  declare interface HvSingleCalendarProps extends Omit<HvCalendarProps, "classes"> {
5752
5292
  /**
@@ -5774,7 +5314,7 @@ export { HvSize }
5774
5314
  */
5775
5315
  export declare const HvSkeleton: (props: HvSkeletonProps) => JSX_2.Element;
5776
5316
 
5777
- export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_134>;
5317
+ export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_131>;
5778
5318
 
5779
5319
  export declare interface HvSkeletonProps extends HvBaseProps {
5780
5320
  /** Whether the skeleton element is hidden or not. */
@@ -5798,7 +5338,7 @@ export declare interface HvSkeletonProps extends HvBaseProps {
5798
5338
  */
5799
5339
  export declare const HvSlider: ForwardRefExoticComponent<HvSliderProps & RefAttributes<SliderRef>>;
5800
5340
 
5801
- export declare type HvSliderClasses = ExtractNames<typeof useClasses_105>;
5341
+ export declare type HvSliderClasses = ExtractNames<typeof useClasses_102>;
5802
5342
 
5803
5343
  export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
5804
5344
  /** The slider name. */
@@ -5899,11 +5439,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5899
5439
  */
5900
5440
  export declare const HvSnackbar: ForwardRefExoticComponent<Omit<HvSnackbarProps, "ref"> & RefAttributes<unknown>>;
5901
5441
 
5902
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_106>;
5442
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_103>;
5903
5443
 
5904
5444
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5905
5445
 
5906
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_107>;
5446
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_104>;
5907
5447
 
5908
5448
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes"> {
5909
5449
  /** The message to display. */
@@ -5918,12 +5458,6 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
5918
5458
  customIcon?: React.ReactNode;
5919
5459
  /** Action to display. */
5920
5460
  action?: React.ReactNode | HvActionGeneric;
5921
- /**
5922
- * The callback function called when an action is triggered, receiving `action` as parameter.
5923
- *
5924
- * @deprecated Use `onAction` instead.
5925
- * */
5926
- actionCallback?: HvActionsGenericProps["actionsCallback"];
5927
5461
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
5928
5462
  onAction?: HvActionsGenericProps["onAction"];
5929
5463
  /** @inheritdoc */
@@ -5959,12 +5493,6 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5959
5493
  showClose?: boolean;
5960
5494
  /** Action to display. */
5961
5495
  action?: React.ReactNode | HvActionGeneric;
5962
- /**
5963
- * The callback function called when an action is triggered, receiving `action` as parameter.
5964
- *
5965
- * @deprecated Use `onAction` instead.
5966
- * */
5967
- actionCallback?: HvActionsGenericProps["actionsCallback"];
5968
5496
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
5969
5497
  onAction?: HvActionsGenericProps["onAction"];
5970
5498
  /** Duration of transition in milliseconds. */
@@ -5991,7 +5519,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5991
5519
  */
5992
5520
  export declare const HvSnackbarProvider: (props: HvSnackbarProviderProps) => JSX_2.Element;
5993
5521
 
5994
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_108>;
5522
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_105>;
5995
5523
 
5996
5524
  export declare interface HvSnackbarProviderProps {
5997
5525
  /** Your component tree. */
@@ -6025,7 +5553,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
6025
5553
  export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
6026
5554
  }
6027
5555
 
6028
- export declare type HvStackClasses = ExtractNames<typeof useClasses_109>;
5556
+ export declare type HvStackClasses = ExtractNames<typeof useClasses_106>;
6029
5557
 
6030
5558
  export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
6031
5559
 
@@ -6055,7 +5583,7 @@ export declare interface HvStackProps extends HvBaseProps {
6055
5583
  */
6056
5584
  export declare const HvStatusIcon: ForwardRefExoticComponent<HvStatusIconProps & RefAttributes<HTMLDivElement>>;
6057
5585
 
6058
- export declare type HvStatusIconClasses = ExtractNames<typeof useClasses_110>;
5586
+ export declare type HvStatusIconClasses = ExtractNames<typeof useClasses_107>;
6059
5587
 
6060
5588
  export declare interface HvStatusIconProps extends HvBaseProps {
6061
5589
  /** Variant of the snackbar. */
@@ -6067,7 +5595,7 @@ export declare interface HvStatusIconProps extends HvBaseProps {
6067
5595
  /** The type of status icon. */
6068
5596
  type?: HvStatusIconType;
6069
5597
  /** Icon style */
6070
- weight?: IconWeight;
5598
+ weight?: Weight;
6071
5599
  /** A Jss Object used to override or extend the styles applied to the component. */
6072
5600
  classes?: HvStatusIconClasses;
6073
5601
  }
@@ -6087,16 +5615,11 @@ export declare interface HvSuggestion {
6087
5615
 
6088
5616
  export declare const HvSuggestions: ForwardRefExoticComponent<HvSuggestionsProps & RefAttributes<unknown>>;
6089
5617
 
6090
- export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_18>;
5618
+ export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_17>;
6091
5619
 
6092
5620
  export declare interface HvSuggestionsProps extends HvBaseProps {
6093
5621
  /** Whether suggestions is visible */
6094
5622
  open?: boolean;
6095
- /**
6096
- * Whether suggestions is visible.
6097
- * @deprecated use `open` instead.
6098
- * */
6099
- expanded?: boolean;
6100
5623
  /** The HTML element Suggestions attaches to. */
6101
5624
  anchorEl?: HTMLElement | null;
6102
5625
  /** Array of { id, label, ...others } values to display in the suggestion list */
@@ -6117,12 +5640,6 @@ export declare interface HvSuggestionsProps extends HvBaseProps {
6117
5640
  popperProps?: Partial<PopperProps>;
6118
5641
  }
6119
5642
 
6120
- export { HvSupportColor }
6121
-
6122
- export declare type HvSupportColorKeys = HvSupportColor;
6123
-
6124
- export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
6125
-
6126
5643
  /**
6127
5644
  * A Switch is **binary** and works as a digital on/off button.
6128
5645
  *
@@ -6130,7 +5647,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
6130
5647
  */
6131
5648
  export declare const HvSwitch: ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
6132
5649
 
6133
- export declare type HvSwitchClasses = ExtractNames<typeof useClasses_111>;
5650
+ export declare type HvSwitchClasses = ExtractNames<typeof useClasses_108>;
6134
5651
 
6135
5652
  export declare function hvSwitchColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, switchLabel: string, falseLabel?: string, trueLabel?: string, switchProps?: HvBaseSwitchProps): HvTableColumnConfig<D, H>;
6136
5653
 
@@ -6247,7 +5764,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "color" | "onCh
6247
5764
 
6248
5765
  export declare const HvTab: ForwardRefExoticComponent<Omit<HvTabProps, "ref"> & RefAttributes<HTMLDivElement>>;
6249
5766
 
6250
- export declare type HvTabClasses = ExtractNames<typeof useClasses_118>;
5767
+ export declare type HvTabClasses = ExtractNames<typeof useClasses_115>;
6251
5768
 
6252
5769
  /**
6253
5770
  * A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
@@ -6267,7 +5784,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
6267
5784
  */
6268
5785
  export declare const HvTableBody: ForwardRefExoticComponent<HvTableBodyProps & RefAttributes<HTMLElement>>;
6269
5786
 
6270
- export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_114>;
5787
+ export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_111>;
6271
5788
 
6272
5789
  export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
6273
5790
  /**
@@ -6285,7 +5802,7 @@ export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionEl
6285
5802
  classes?: HvTableBodyClasses;
6286
5803
  }
6287
5804
 
6288
- export declare interface HvTAbleBulkActionsProps extends TableCommonProps {
5805
+ export declare interface HvTableBulkActionsProps extends TableCommonProps {
6289
5806
  numTotal: number;
6290
5807
  numSelected: number;
6291
5808
  showSelectAllPages: boolean;
@@ -6301,7 +5818,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
6301
5818
 
6302
5819
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
6303
5820
 
6304
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_53>;
5821
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_52>;
6305
5822
 
6306
5823
  export declare interface HvTableCellProps extends Omit<React.TdHTMLAttributes<HTMLTableCellElement>, "align"> {
6307
5824
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -6340,7 +5857,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
6340
5857
 
6341
5858
  export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
6342
5859
 
6343
- export declare type HvTableClasses = ExtractNames<typeof useClasses_56>;
5860
+ export declare type HvTableClasses = ExtractNames<typeof useClasses_55>;
6344
5861
 
6345
5862
  export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
6346
5863
 
@@ -6355,7 +5872,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
6355
5872
  */
6356
5873
  export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
6357
5874
 
6358
- export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_112>;
5875
+ export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_109>;
6359
5876
 
6360
5877
  export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
6361
5878
  /**
@@ -6379,14 +5896,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
6379
5896
  */
6380
5897
  export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
6381
5898
 
6382
- export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_115>;
5899
+ export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_112>;
6383
5900
 
6384
5901
  /**
6385
5902
  * `HvTableHeader` acts as a `th` element and inherits styles from its context
6386
5903
  */
6387
5904
  export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
6388
5905
 
6389
- export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_55>;
5906
+ export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_54>;
6390
5907
 
6391
5908
  export declare interface HvTableHeaderProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "align"> {
6392
5909
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
@@ -6527,7 +6044,7 @@ export declare interface HvTableProps extends React.TableHTMLAttributes<HTMLTabl
6527
6044
  */
6528
6045
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6529
6046
 
6530
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_54>;
6047
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_53>;
6531
6048
 
6532
6049
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6533
6050
  /** Content to be rendered */
@@ -6552,7 +6069,7 @@ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement
6552
6069
  */
6553
6070
  export declare const HvTableSection: ForwardRefExoticComponent<HvTableSectionProps & RefAttributes<HTMLDivElement>>;
6554
6071
 
6555
- export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_113>;
6072
+ export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_110>;
6556
6073
 
6557
6074
  export declare interface HvTableSectionProps extends HvSectionProps {
6558
6075
  }
@@ -6582,7 +6099,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
6582
6099
  */
6583
6100
  export declare const HvTabs: ForwardRefExoticComponent<Omit<HvTabsProps, "ref"> & RefAttributes<HTMLDivElement>>;
6584
6101
 
6585
- export declare type HvTabsClasses = ExtractNames<typeof useClasses_117>;
6102
+ export declare type HvTabsClasses = ExtractNames<typeof useClasses_114>;
6586
6103
 
6587
6104
  export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6588
6105
  /**
@@ -6611,7 +6128,7 @@ export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6611
6128
  */
6612
6129
  export declare const HvTag: ForwardRefExoticComponent<Omit<HvTagProps, "ref"> & RefAttributes<HTMLElement>>;
6613
6130
 
6614
- export declare type HvTagClasses = ExtractNames<typeof useClasses_116>;
6131
+ export declare type HvTagClasses = ExtractNames<typeof useClasses_113>;
6615
6132
 
6616
6133
  export declare function hvTagColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer, A extends object = Record<string, unknown>>(col: HvTableColumnConfig<D, H>, valueDataKey: keyof A, colorDataKey: keyof A, textColorDataKey: keyof A, fromRowData?: boolean, tagProps?: HvTagProps): HvTableColumnConfig<D, H>;
6617
6134
 
@@ -6641,8 +6158,6 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
6641
6158
  onDelete?: React.EventHandler<any>;
6642
6159
  /** Callback triggered when any item is clicked. */
6643
6160
  onClick?: (event: React.MouseEvent<HTMLElement>, selected?: boolean) => void;
6644
- /** Aria properties to apply to delete button in tag. @deprecated no longer used */
6645
- deleteButtonArialLabel?: string;
6646
6161
  /** Props to apply to delete icon */
6647
6162
  deleteButtonProps?: React.HTMLAttributes<HTMLDivElement>;
6648
6163
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -6660,7 +6175,7 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
6660
6175
  */
6661
6176
  export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<HTMLElement>>;
6662
6177
 
6663
- export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_119>;
6178
+ export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_116>;
6664
6179
 
6665
6180
  export declare interface HvTagsInputProps extends Omit<HvInputProps, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "value" | "defaultValue"> {
6666
6181
  /** The value of the form element. */
@@ -6711,7 +6226,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
6711
6226
  */
6712
6227
  export declare const HvTextArea: ForwardRefExoticComponent<HvTextAreaProps & RefAttributes<HTMLTextAreaElement>>;
6713
6228
 
6714
- export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_120>;
6229
+ export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_117>;
6715
6230
 
6716
6231
  export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus" | "placeholder"> {
6717
6232
  /** The placeholder value of the text area. */
@@ -6826,28 +6341,13 @@ export { HvThemeContext }
6826
6341
 
6827
6342
  export { HvThemeContextValue }
6828
6343
 
6829
- export declare type HvThemeCustomizationProps = HvExtraDeepPartialProps<Omit<HvThemeStructure, "colors" | "name" | "base">> & {
6830
- colors?: {
6831
- modes?: Record<string, Partial<HvThemeColorModeStructure> & Record<string, string>>;
6832
- };
6833
- };
6834
-
6835
- export declare interface HvThemePalette {
6836
- accent: HvAccentColors;
6837
- atmosphere: HvAtmosphereColors;
6838
- base: HvBaseColors;
6839
- semantic: HvSemanticColors;
6840
- support: HvSupportColors;
6841
- }
6842
-
6843
- export declare const HvThemeProvider: ({ children, themes: themesList, theme: themeProp, emotionCache, colorMode: colorModeProp, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
6344
+ export declare const HvThemeProvider: ({ children, theme, emotionCache, colorMode: colorModeProp, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
6844
6345
 
6845
6346
  declare interface HvThemeProviderProps {
6846
6347
  children: React.ReactNode;
6847
- themes: (HvTheme | HvThemeStructure)[];
6848
- theme: string;
6348
+ theme: HvTheme | HvThemeStructure;
6849
6349
  emotionCache: EmotionCache;
6850
- colorMode: string;
6350
+ colorMode: HvThemeColorMode;
6851
6351
  themeRootId?: string;
6852
6352
  }
6853
6353
 
@@ -6889,9 +6389,9 @@ export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: {
6889
6389
  children?: ReactNode | undefined;
6890
6390
  } & (Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "component" | "locale" | "emptyElement" | "showSeconds" | "timestamp" | "disableRefresh" | "justText"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "classes" | "component" | "locale" | "emptyElement" | "showSeconds" | "timestamp" | "disableRefresh" | "justText"> ? T extends any ? T : never : never : never) & {
6891
6391
  ref?: PolymorphicRef<C> | undefined;
6892
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
6392
+ } & RefAttributes<unknown>) => React.ReactNode;
6893
6393
 
6894
- export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_121>;
6394
+ export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_118>;
6895
6395
 
6896
6396
  export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
6897
6397
  /**
@@ -6927,7 +6427,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
6927
6427
  */
6928
6428
  export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
6929
6429
 
6930
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_122>;
6430
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_119>;
6931
6431
 
6932
6432
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6933
6433
 
@@ -7008,7 +6508,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
7008
6508
  */
7009
6509
  export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
7010
6510
 
7011
- export declare type HvTooltipClasses = ExtractNames<typeof useClasses_94>;
6511
+ export declare type HvTooltipClasses = ExtractNames<typeof useClasses_91>;
7012
6512
 
7013
6513
  export declare type HvTooltipPlacementType = TooltipProps["placement"];
7014
6514
 
@@ -7040,11 +6540,6 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
7040
6540
  TransitionComponent?: TooltipProps["TransitionComponent"];
7041
6541
  /** @inheritdoc */
7042
6542
  TransitionProps?: TooltipProps["TransitionProps"];
7043
- /**
7044
- * Defines if should use a single or multiline tooltip.
7045
- * @deprecated tooltips already support multiline and can be styled accordingly.
7046
- */
7047
- useSingle?: boolean;
7048
6543
  /**
7049
6544
  * Node to apply the tooltip.
7050
6545
  */
@@ -7055,7 +6550,7 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
7055
6550
  containerId?: string;
7056
6551
  }
7057
6552
 
7058
- declare type HvTreeContentClasses = ExtractNames<typeof useClasses_125>;
6553
+ declare type HvTreeContentClasses = ExtractNames<typeof useClasses_122>;
7059
6554
 
7060
6555
  export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLElement> {
7061
6556
  /** className applied to the root element. */
@@ -7076,7 +6571,7 @@ export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLEle
7076
6571
 
7077
6572
  export declare const HvTreeItem: ForwardRefExoticComponent<HvTreeItemProps & RefAttributes<HTMLLIElement>>;
7078
6573
 
7079
- export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_124>;
6574
+ export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_121>;
7080
6575
 
7081
6576
  export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElement> {
7082
6577
  /** The element id */
@@ -7124,9 +6619,9 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
7124
6619
  * </HvTreeView>
7125
6620
  * ```
7126
6621
  */
7127
- export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => React.ReactElement<any> | null;
6622
+ export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => React.ReactNode;
7128
6623
 
7129
- export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_123>;
6624
+ export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_120>;
7130
6625
 
7131
6626
  export declare interface HvTreeViewProps<Multiple extends boolean | undefined> extends HvBaseProps<HTMLUListElement>, DefaultTreeViewPluginParameters<Multiple> {
7132
6627
  /** A Jss Object used to override or extend the styles applied. */
@@ -7140,16 +6635,11 @@ export declare interface HvTreeViewProps<Multiple extends boolean | undefined> e
7140
6635
  */
7141
6636
  export declare const HvTypography: <C extends React.ElementType = "p">(props: {
7142
6637
  /** Use the variant prop to change the visual style of the Typography. */
7143
- variant?: HvTypographyVariants | HvTypographyLegacyVariants;
6638
+ variant?: HvTypographyVariants;
7144
6639
  /** If `true` the typography will display the look of a link. */
7145
6640
  link?: boolean;
7146
6641
  /** If `true` the typography will display the look of a disabled state. */
7147
6642
  disabled?: boolean;
7148
- /**
7149
- * If `true`, the typography will render a "p" element
7150
- * @deprecated use `component="p"` instead
7151
- * */
7152
- paragraph?: boolean;
7153
6643
  /**
7154
6644
  * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
7155
6645
  *
@@ -7163,62 +6653,24 @@ export declare const HvTypography: <C extends React.ElementType = "p">(props: {
7163
6653
  disabled: string;
7164
6654
  isLink: string;
7165
6655
  noWrap: string;
7166
- display: string;
7167
- title1: string;
7168
- title2: string;
7169
- title3: string;
7170
- title4: string;
7171
- body: string;
7172
- label: string;
7173
- captionLabel: string;
7174
- caption1: string;
7175
- caption2: string;
7176
- "5xlTitle": string;
7177
- "4xlTitle": string;
7178
- "3xlTitle": string;
7179
- xxlTitle: string;
7180
- xlTitle: string;
7181
- lTitle: string;
7182
- mTitle: string;
7183
- sTitle: string;
7184
- xsTitle: string;
7185
- xxsTitle: string;
7186
- sectionTitle: string;
7187
- highlightText: string;
7188
- normalText: string;
7189
- placeholderText: string;
7190
- link: string;
7191
- disabledText: string;
7192
- selectedNavText: string;
7193
- vizText: string;
7194
- vizTextDisabled: string;
7195
- xsInlineLink: string;
7196
6656
  }>;
7197
6657
  } & {
7198
6658
  component?: C | undefined;
7199
6659
  } & {
7200
6660
  children?: ReactNode | undefined;
7201
- } & (Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "component" | "variant" | "noWrap" | "paragraph"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "component" | "variant" | "noWrap" | "paragraph"> ? T extends any ? T : never : never : never) & {
6661
+ } & (Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "component" | "variant" | "noWrap"> extends infer T ? T extends Omit<PropsWithoutRef<ComponentProps<C>>, "link" | "classes" | "disabled" | "component" | "variant" | "noWrap"> ? T extends any ? T : never : never : never) & {
7202
6662
  ref?: PolymorphicRef<C> | undefined;
7203
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
6663
+ } & RefAttributes<unknown>) => React.ReactNode;
7204
6664
 
7205
6665
  export declare type HvTypographyClasses = ExtractNames<typeof useClasses_2>;
7206
6666
 
7207
- /** @deprecated */
7208
- export declare type HvTypographyLegacyVariants = "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink";
7209
-
7210
6667
  export declare type HvTypographyProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
7211
6668
  /** Use the variant prop to change the visual style of the Typography. */
7212
- variant?: HvTypographyVariants | HvTypographyLegacyVariants;
6669
+ variant?: HvTypographyVariants;
7213
6670
  /** If `true` the typography will display the look of a link. */
7214
6671
  link?: boolean;
7215
6672
  /** If `true` the typography will display the look of a disabled state. */
7216
6673
  disabled?: boolean;
7217
- /**
7218
- * If `true`, the typography will render a "p" element
7219
- * @deprecated use `component="p"` instead
7220
- * */
7221
- paragraph?: boolean;
7222
6674
  /**
7223
6675
  * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
7224
6676
  *
@@ -7230,9 +6682,7 @@ export declare type HvTypographyProps<C extends React.ElementType = "p"> = Polym
7230
6682
  classes?: HvTypographyClasses;
7231
6683
  }>;
7232
6684
 
7233
- export declare type HvTypographyVariants = (typeof typographyVariants)[number];
7234
-
7235
- export declare type HvUndefinedStateColorKeys = "atmo4";
6685
+ export declare type HvTypographyVariants = "display" | "title1" | "title2" | "title3" | "title4" | "body" | "label" | "captionLabel" | "caption1" | "caption2";
7236
6686
 
7237
6687
  export declare interface HvUseTableCellProps extends Omit<TableCellProps, "role">, Omit<UseHvTableStylesTableCellProps, "variant" | "classes">, UseHvTableStickyCellProps, UseHvHeaderGroupsCellProps, UseHvResizeTableCellProps, UseHvSortByTableCellProps, HvTableCellProps {
7238
6688
  }
@@ -7258,7 +6708,7 @@ export declare const HvVerticalNavigation: ForwardRefExoticComponent<HvVerticalN
7258
6708
 
7259
6709
  export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) => JSX_2.Element;
7260
6710
 
7261
- export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_129>;
6711
+ export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_126>;
7262
6712
 
7263
6713
  export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonProps, "classes" | "icon"> {
7264
6714
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -7271,18 +6721,18 @@ export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonPr
7271
6721
 
7272
6722
  export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) => JSX_2.Element;
7273
6723
 
7274
- export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_128>;
6724
+ export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_125>;
7275
6725
 
7276
6726
  export declare interface HvVerticalNavigationActionsProps extends HvBaseProps {
7277
6727
  /** A Jss Object used to override or extend the styles applied to the component. */
7278
6728
  classes?: HvVerticalNavigationActionsClasses;
7279
6729
  }
7280
6730
 
7281
- export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_126>;
6731
+ export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_123>;
7282
6732
 
7283
6733
  export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
7284
6734
 
7285
- export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_127>;
6735
+ export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_124>;
7286
6736
 
7287
6737
  export declare interface HvVerticalNavigationHeaderProps extends HvBaseProps {
7288
6738
  /** The title text to show on header. */
@@ -7329,7 +6779,7 @@ export declare interface HvVerticalNavigationProps extends HvBaseProps<HTMLDivEl
7329
6779
 
7330
6780
  export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_2.Element;
7331
6781
 
7332
- export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_131>;
6782
+ export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_128>;
7333
6783
 
7334
6784
  export declare interface HvVerticalNavigationSliderProps extends Omit<HvListContainerProps, "classes"> {
7335
6785
  /** A Jss Object used to override or extend the styles applied. */
@@ -7357,7 +6807,7 @@ export declare interface HvVerticalNavigationSliderProps extends Omit<HvListCont
7357
6807
 
7358
6808
  export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) => JSX_2.Element;
7359
6809
 
7360
- export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_130>;
6810
+ export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_127>;
7361
6811
 
7362
6812
  export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
7363
6813
  /** A Jss Object used to override or extend the styles applied. */
@@ -7401,11 +6851,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
7401
6851
 
7402
6852
  export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<HTMLUListElement>>;
7403
6853
 
7404
- export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_132>;
6854
+ export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_129>;
7405
6855
 
7406
6856
  export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
7407
6857
 
7408
- export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_133>;
6858
+ export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_130>;
7409
6859
 
7410
6860
  export declare interface HvVerticalNavigationTreeViewItemProps {
7411
6861
  /**
@@ -7509,14 +6959,14 @@ export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<H
7509
6959
  disabledItemsFocusable?: boolean;
7510
6960
  }
7511
6961
 
7512
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_101>;
6962
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_98>;
7513
6963
 
7514
6964
  /**
7515
6965
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
7516
6966
  */
7517
6967
  export declare const HvWarningText: (props: HvWarningTextProps) => JSX_2.Element;
7518
6968
 
7519
- export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_12>;
6969
+ export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_11>;
7520
6970
 
7521
6971
  export declare interface HvWarningTextProps extends HvBaseProps {
7522
6972
  /** Icon to be rendered alongside the warning text. */
@@ -7537,12 +6987,8 @@ export declare interface HvWarningTextProps extends HvBaseProps {
7537
6987
  classes?: HvWarningTextClasses;
7538
6988
  }
7539
6989
 
7540
- export declare const iconVariant: (variant: HvCalloutVariant, color?: HvColorAny) => JSX_2.Element | null;
7541
-
7542
6990
  declare type IdType<D> = StringKey<D> | string;
7543
6991
 
7544
- export declare const increaseSize: (size: string) => "S" | "M" | "L" | "XL";
7545
-
7546
6992
  export declare const infoMessageClasses: {
7547
6993
  root: string;
7548
6994
  infoDisabled: string;
@@ -7551,7 +6997,6 @@ export declare const infoMessageClasses: {
7551
6997
 
7552
6998
  export declare const inlineEditorClasses: {
7553
6999
  root: string;
7554
- inputBorderContainer: string;
7555
7000
  input: string;
7556
7001
  inputRoot: string;
7557
7002
  text: string;
@@ -7574,18 +7019,14 @@ export declare const inputClasses: {
7574
7019
  hasSuggestions: string;
7575
7020
  suggestionsContainer: string;
7576
7021
  suggestionList: string;
7577
- inputExtension: string;
7578
7022
  input: string;
7579
7023
  inputRoot: string;
7580
7024
  inputRootFocused: string;
7581
7025
  inputRootDisabled: string;
7582
7026
  inputRootMultiline: string;
7583
- inputBorderContainer: string;
7584
7027
  error: string;
7585
7028
  };
7586
7029
 
7587
- export declare const isBrowser: (browsers: string | string[]) => boolean | null;
7588
-
7589
7030
  export declare function isDeleteKey(event: React.KeyboardEvent): boolean;
7590
7031
 
7591
7032
  /** Check whether a keyboard `event` is pressing the `keyCode` key. */
@@ -7616,19 +7057,6 @@ declare const keyboardCodes: {
7616
7057
  readonly End: "End";
7617
7058
  };
7618
7059
 
7619
- export declare const kpiClasses: {
7620
- root: string;
7621
- visualIndicatorContainer: string;
7622
- comparisons: string;
7623
- comparisonContainer: string;
7624
- comparisonComposition: string;
7625
- indicatorsContainer: string;
7626
- indicatorText: string;
7627
- indicatorUnit: string;
7628
- spacingToTheRight: string;
7629
- trendLine: string;
7630
- };
7631
-
7632
7060
  export declare const labelClasses: {
7633
7061
  root: string;
7634
7062
  labelDisabled: string;
@@ -7639,10 +7067,6 @@ export declare const leftControlClasses: {
7639
7067
  root: string;
7640
7068
  };
7641
7069
 
7642
- export declare const linkClasses: {
7643
- a: string;
7644
- };
7645
-
7646
7070
  export declare const listClasses: {
7647
7071
  root: string;
7648
7072
  virtualizedRoot: string;
@@ -7670,8 +7094,6 @@ export declare const listItemClasses: {
7670
7094
  disabled: string;
7671
7095
  startAdornment: string;
7672
7096
  endAdornment: string;
7673
- withStartAdornment: string;
7674
- withEndAdornment: string;
7675
7097
  separator: string;
7676
7098
  };
7677
7099
 
@@ -7683,10 +7105,6 @@ export declare const loadingClasses: {
7683
7105
  overlay: string;
7684
7106
  blur: string;
7685
7107
  hidden: string;
7686
- small: string;
7687
- regular: string;
7688
- smallColor: string;
7689
- regularColor: string;
7690
7108
  };
7691
7109
 
7692
7110
  export declare const loadingContainerClasses: {
@@ -7709,16 +7127,8 @@ export declare const multiButtonClasses: {
7709
7127
  vertical: string;
7710
7128
  firstButton: string;
7711
7129
  lastButton: string;
7712
- primary: string;
7713
- primarySubtle: string;
7714
- primaryGhost: string;
7715
- secondary: string;
7716
- secondarySubtle: string;
7717
- secondaryGhost: string;
7718
7130
  };
7719
7131
 
7720
- export declare const multiSelectionEventHandler: (evt: any, index: number, selectionAnchor: any, allValues: any[], selectedState: boolean[], selectionCheck: any) => any[];
7721
-
7722
7132
  declare type Mutable<T> = {
7723
7133
  -readonly [P in keyof T]: T[P];
7724
7134
  };
@@ -7782,7 +7192,7 @@ export declare const panelClasses: {
7782
7192
  root: string;
7783
7193
  };
7784
7194
 
7785
- export declare const pentahoPlus: HvThemeStructure<string>;
7195
+ export declare const pentaho: HvThemeStructure;
7786
7196
 
7787
7197
  declare type PolymorphicComponent<C extends React.ElementType, Props = {}> = React.PropsWithChildren<Props & AsProp<C>> & FixComponentProps<Omit<React.ComponentPropsWithoutRef<C>, PropsToOmit<C, Props>>>;
7788
7198
 
@@ -7913,9 +7323,8 @@ export declare const scrollToHorizontalClasses: {
7913
7323
  root: string;
7914
7324
  positionSticky: string;
7915
7325
  positionFixed: string;
7916
- notSelectedRoot: string;
7917
- notSelected: string;
7918
- selected: string;
7326
+ item: string;
7327
+ itemSelected: string;
7919
7328
  };
7920
7329
 
7921
7330
  export declare const scrollToVerticalClasses: {
@@ -7931,7 +7340,6 @@ export declare const sectionClasses: {
7931
7340
  headerExpandable: string;
7932
7341
  content: string;
7933
7342
  hasHeader: string;
7934
- spaceTop: string;
7935
7343
  actions: string;
7936
7344
  raisedHeader: string;
7937
7345
  };
@@ -7947,8 +7355,6 @@ export declare const selectClasses: {
7947
7355
  select: string;
7948
7356
  popper: string;
7949
7357
  panel: string;
7950
- panelOpenedUp: string;
7951
- panelOpenedDown: string;
7952
7358
  error: string;
7953
7359
  };
7954
7360
 
@@ -7966,13 +7372,10 @@ export declare const selectionListClasses: {
7966
7372
  /**
7967
7373
  * Sets the element attributes and style for a theme and color mode.
7968
7374
  */
7969
- export declare const setElementAttrs: (themeName: string, modeName: string, colorScheme: string, themeRootId?: string) => void;
7375
+ export declare const setElementAttrs: (element: HTMLElement, themeName: string, modeName: HvThemeColorMode) => void;
7970
7376
 
7971
7377
  export declare const setId: (...args: any[]) => string | undefined;
7972
7378
 
7973
- /** @deprecated use `useUniqueId` instead */
7974
- export declare const setUid: (id: string, suffix: string) => string | undefined;
7975
-
7976
7379
  export declare const simpleGridClasses: {
7977
7380
  root: string;
7978
7381
  };
@@ -8030,16 +7433,12 @@ export declare const snackbarContentClasses: {
8030
7433
  action: string;
8031
7434
  messageText: string;
8032
7435
  iconVariant: string;
8033
- messageSpan: string;
8034
7436
  };
8035
7437
 
8036
7438
  export declare const snackbarProviderClasses: {
8037
7439
  snackItemRoot: string;
8038
7440
  };
8039
7441
 
8040
- /** @deprecated use `HvBreakpoints` instead */
8041
- export declare type Spacing = HvBreakpoints;
8042
-
8043
7442
  export declare const stackClasses: {
8044
7443
  root: string;
8045
7444
  column: string;
@@ -8200,7 +7599,6 @@ export declare const tableSectionClasses: {
8200
7599
  hidden: string;
8201
7600
  raisedHeader: string;
8202
7601
  hasHeader: string;
8203
- spaceTop: string;
8204
7602
  };
8205
7603
 
8206
7604
  export declare const tabsClasses: {
@@ -8225,20 +7623,11 @@ export declare const tagClasses: {
8225
7623
  selected: string;
8226
7624
  clickable: string;
8227
7625
  icon: string;
8228
- chipRoot: string;
8229
- button: string;
8230
- tagButton: string;
8231
- focusVisible: string;
8232
- disabledDeleteIcon: string;
8233
- categoricalFocus: string;
8234
- categoricalDisabled: string;
8235
7626
  };
8236
7627
 
8237
7628
  export declare const tagsInputClasses: {
8238
- listItemGutters: string;
8239
- listItemRoot: string;
8240
7629
  root: string;
8241
- chipRoot: string;
7630
+ tag: string;
8242
7631
  disabled: string;
8243
7632
  readOnly: string;
8244
7633
  resizable: string;
@@ -8248,13 +7637,7 @@ export declare const tagsInputClasses: {
8248
7637
  description: string;
8249
7638
  characterCounter: string;
8250
7639
  tagsList: string;
8251
- tagInputContainerRoot: string;
8252
- tagInputRoot: string;
8253
7640
  input: string;
8254
- tagSelected: string;
8255
- tagInputBorderContainer: string;
8256
- tagInputRootFocused: string;
8257
- tagInputRootEmpty: string;
8258
7641
  singleLine: string;
8259
7642
  error: string;
8260
7643
  inputExtension: string;
@@ -8280,9 +7663,8 @@ export declare const textAreaClasses: {
8280
7663
  export { theme }
8281
7664
 
8282
7665
  export declare const themes: {
8283
- ds3: HvThemeStructure<string>;
8284
- ds5: HvThemeStructure<string>;
8285
- pentahoPlus: HvThemeStructure<string>;
7666
+ ds5: HvThemeStructure;
7667
+ pentaho: HvThemeStructure;
8286
7668
  };
8287
7669
 
8288
7670
  export declare const timeAgoClasses: {
@@ -8311,14 +7693,6 @@ export declare const tooltipClasses: {
8311
7693
  root: string;
8312
7694
  tooltip: string;
8313
7695
  popper: string;
8314
- tooltipMulti: string;
8315
- title: string;
8316
- valuesContainer: string;
8317
- values: string;
8318
- color: string;
8319
- separatorColor: string;
8320
- separator: string;
8321
- valueWrapper: string;
8322
7696
  };
8323
7697
 
8324
7698
  export declare const treeItemClasses: {
@@ -8372,40 +7746,8 @@ export declare const typographyClasses: {
8372
7746
  disabled: string;
8373
7747
  isLink: string;
8374
7748
  noWrap: string;
8375
- display: string;
8376
- title1: string;
8377
- title2: string;
8378
- title3: string;
8379
- title4: string;
8380
- body: string;
8381
- label: string;
8382
- captionLabel: string;
8383
- caption1: string;
8384
- caption2: string;
8385
- "5xlTitle": string;
8386
- "4xlTitle": string;
8387
- "3xlTitle": string;
8388
- xxlTitle: string;
8389
- xlTitle: string;
8390
- lTitle: string;
8391
- mTitle: string;
8392
- sTitle: string;
8393
- xsTitle: string;
8394
- xxsTitle: string;
8395
- sectionTitle: string;
8396
- highlightText: string;
8397
- normalText: string;
8398
- placeholderText: string;
8399
- link: string;
8400
- disabledText: string;
8401
- selectedNavText: string;
8402
- vizText: string;
8403
- vizTextDisabled: string;
8404
- xsInlineLink: string;
8405
7749
  };
8406
7750
 
8407
- export declare const typographyVariants: readonly ["display", "title1", "title2", "title3", "title4", "body", "label", "captionLabel", "caption1", "caption2"];
8408
-
8409
7751
  export declare const uniqueId: (prefix?: string) => string;
8410
7752
 
8411
7753
  export declare type UseBulkActionsProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
@@ -8425,52 +7767,17 @@ export declare const useClasses: (classesProp?: Partial<Record<"xs" | "sm" | "md
8425
7767
  readonly cx: (...args: any) => string;
8426
7768
  };
8427
7769
 
8428
- declare const useClasses_10: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
7770
+ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
8429
7771
  readonly classes: {
8430
7772
  root: string;
8431
- labelDisabled: string;
8432
- childGutter: string;
7773
+ infoDisabled: string;
7774
+ gutter: string;
8433
7775
  };
8434
7776
  readonly css: any;
8435
7777
  readonly cx: (...args: any) => string;
8436
7778
  };
8437
7779
 
8438
- declare const useClasses_100: (classesProp?: Partial<Record<"selected" | "root" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
8439
- readonly classes: {
8440
- root: string;
8441
- positionSticky: string;
8442
- positionFixed: string;
8443
- notSelectedRoot: string;
8444
- notSelected: string;
8445
- selected: string;
8446
- };
8447
- readonly css: any;
8448
- readonly cx: (...args: any) => string;
8449
- };
8450
-
8451
- declare const useClasses_101: (classesProp?: Partial<Record<"text" | "button" | "icon" | "root" | "notSelected", string>>, addStatic?: boolean) => {
8452
- readonly classes: {
8453
- root: string;
8454
- icon: string;
8455
- notSelected: string;
8456
- text: string;
8457
- button: string;
8458
- };
8459
- readonly css: any;
8460
- readonly cx: (...args: any) => string;
8461
- };
8462
-
8463
- declare const useClasses_102: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8464
- readonly classes: {
8465
- root: string;
8466
- positionAbsolute: string;
8467
- positionFixed: string;
8468
- };
8469
- readonly css: any;
8470
- readonly cx: (...args: any) => string;
8471
- };
8472
-
8473
- declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "headerExpandable" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
7780
+ declare const useClasses_100: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "headerExpandable" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
8474
7781
  readonly classes: {
8475
7782
  root: string;
8476
7783
  hidden: string;
@@ -8478,7 +7785,6 @@ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header"
8478
7785
  headerExpandable: string;
8479
7786
  content: string;
8480
7787
  hasHeader: string;
8481
- spaceTop: string;
8482
7788
  actions: string;
8483
7789
  raisedHeader: string;
8484
7790
  };
@@ -8486,7 +7792,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header"
8486
7792
  readonly cx: (...args: any) => string;
8487
7793
  };
8488
7794
 
8489
- declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7795
+ declare const useClasses_101: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8490
7796
  readonly classes: {
8491
7797
  root: string;
8492
7798
  };
@@ -8494,7 +7800,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, ad
8494
7800
  readonly cx: (...args: any) => string;
8495
7801
  };
8496
7802
 
8497
- declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "error" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "trackDragging" | "trackStandBy" | "sliderRoot" | "rootRange" | "handleContainer" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
7803
+ declare const useClasses_102: (classesProp?: Partial<Record<"label" | "error" | "root" | "rootDisabled" | "labelContainer" | "sliderBase" | "sliderContainer" | "trackDragging" | "trackStandBy" | "sliderRoot" | "rootRange" | "handleContainer" | "handle" | "handleContainerDisabled" | "handleHiddenContainer" | "labelIncluded" | "onlyInput" | "sliderTooltip", string>>, addStatic?: boolean) => {
8498
7804
  readonly classes: {
8499
7805
  sliderBase: string;
8500
7806
  rootDisabled: string;
@@ -8519,7 +7825,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "
8519
7825
  readonly cx: (...args: any) => string;
8520
7826
  };
8521
7827
 
8522
- declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOriginTopRight" | "anchorOriginTopLeft" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginBottomLeft" | "anchorOriginBottomRight", string>>, addStatic?: boolean) => {
7828
+ declare const useClasses_103: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
8523
7829
  readonly classes: {
8524
7830
  root: string;
8525
7831
  anchorOriginTopRight: string;
@@ -8533,7 +7839,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOrig
8533
7839
  readonly cx: (...args: any) => string;
8534
7840
  };
8535
7841
 
8536
- declare const useClasses_107: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "action" | "root" | "error" | "success" | "message" | "messageText" | "iconVariant" | "messageSpan", string>>, addStatic?: boolean) => {
7842
+ declare const useClasses_104: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "message" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
8537
7843
  readonly classes: {
8538
7844
  root: string;
8539
7845
  success: string;
@@ -8546,13 +7852,12 @@ declare const useClasses_107: (classesProp?: Partial<Record<"accent" | "warning"
8546
7852
  action: string;
8547
7853
  messageText: string;
8548
7854
  iconVariant: string;
8549
- messageSpan: string;
8550
7855
  };
8551
7856
  readonly css: any;
8552
7857
  readonly cx: (...args: any) => string;
8553
7858
  };
8554
7859
 
8555
- declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
7860
+ declare const useClasses_105: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8556
7861
  readonly classes: {
8557
7862
  snackItemRoot: string;
8558
7863
  };
@@ -8560,7 +7865,7 @@ declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", str
8560
7865
  readonly cx: (...args: any) => string;
8561
7866
  };
8562
7867
 
8563
- declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "column" | "row" | "root" | "divider", string>>, addStatic?: boolean) => {
7868
+ declare const useClasses_106: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "column" | "row" | "root" | "divider", string>>, addStatic?: boolean) => {
8564
7869
  readonly classes: {
8565
7870
  root: string;
8566
7871
  column: string;
@@ -8576,17 +7881,7 @@ declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8576
7881
  readonly cx: (...args: any) => string;
8577
7882
  };
8578
7883
 
8579
- declare const useClasses_11: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
8580
- readonly classes: {
8581
- root: string;
8582
- infoDisabled: string;
8583
- gutter: string;
8584
- };
8585
- readonly css: any;
8586
- readonly cx: (...args: any) => string;
8587
- };
8588
-
8589
- declare const useClasses_110: (classesProp?: Partial<Record<"icon" | "root", string>>, addStatic?: boolean) => {
7884
+ declare const useClasses_107: (classesProp?: Partial<Record<"icon" | "root", string>>, addStatic?: boolean) => {
8590
7885
  readonly classes: {
8591
7886
  root: string;
8592
7887
  icon: string;
@@ -8595,7 +7890,7 @@ declare const useClasses_110: (classesProp?: Partial<Record<"icon" | "root", str
8595
7890
  readonly cx: (...args: any) => string;
8596
7891
  };
8597
7892
 
8598
- declare const useClasses_111: (classesProp?: Partial<Record<"left" | "right" | "top" | "container" | "label" | "root" | "error" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
7893
+ declare const useClasses_108: (classesProp?: Partial<Record<"left" | "right" | "top" | "container" | "label" | "error" | "root" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
8599
7894
  readonly classes: {
8600
7895
  root: string;
8601
7896
  label: string;
@@ -8611,7 +7906,7 @@ declare const useClasses_111: (classesProp?: Partial<Record<"left" | "right" | "
8611
7906
  readonly cx: (...args: any) => string;
8612
7907
  };
8613
7908
 
8614
- declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7909
+ declare const useClasses_109: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8615
7910
  readonly classes: {
8616
7911
  root: string;
8617
7912
  };
@@ -8619,7 +7914,21 @@ declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, ad
8619
7914
  readonly cx: (...args: any) => string;
8620
7915
  };
8621
7916
 
8622
- declare const useClasses_113: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
7917
+ declare const useClasses_11: (classesProp?: Partial<Record<"show" | "root" | "defaultIcon" | "warningText" | "topGutter" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
7918
+ readonly classes: {
7919
+ root: string;
7920
+ defaultIcon: string;
7921
+ warningText: string;
7922
+ show: string;
7923
+ topGutter: string;
7924
+ hideText: string;
7925
+ topBorder: string;
7926
+ };
7927
+ readonly css: any;
7928
+ readonly cx: (...args: any) => string;
7929
+ };
7930
+
7931
+ declare const useClasses_110: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
8623
7932
  readonly classes: {
8624
7933
  root: string;
8625
7934
  header: string;
@@ -8628,13 +7937,12 @@ declare const useClasses_113: (classesProp?: Partial<Record<"content" | "header"
8628
7937
  hidden: string;
8629
7938
  raisedHeader: string;
8630
7939
  hasHeader: string;
8631
- spaceTop: string;
8632
7940
  };
8633
7941
  readonly css: any;
8634
7942
  readonly cx: (...args: any) => string;
8635
7943
  };
8636
7944
 
8637
- declare const useClasses_114: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7945
+ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8638
7946
  readonly classes: {
8639
7947
  root: string;
8640
7948
  };
@@ -8642,7 +7950,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"root", string>>, ad
8642
7950
  readonly cx: (...args: any) => string;
8643
7951
  };
8644
7952
 
8645
- declare const useClasses_115: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
7953
+ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8646
7954
  readonly classes: {
8647
7955
  root: string;
8648
7956
  stickyHeader: string;
@@ -8651,7 +7959,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "stickyHead
8651
7959
  readonly cx: (...args: any) => string;
8652
7960
  };
8653
7961
 
8654
- declare const useClasses_116: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "label" | "button" | "icon" | "disabled" | "selected" | "root" | "focusVisible" | "hasIcon" | "outlined" | "categorical" | "deleteIcon" | "clickable" | "chipRoot" | "tagButton" | "disabledDeleteIcon" | "categoricalFocus" | "categoricalDisabled", string>>, addStatic?: boolean) => {
7962
+ declare const useClasses_113: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "label" | "icon" | "disabled" | "selected" | "root" | "hasIcon" | "outlined" | "categorical" | "deleteIcon" | "clickable", string>>, addStatic?: boolean) => {
8655
7963
  readonly classes: {
8656
7964
  root: string;
8657
7965
  hasIcon: string;
@@ -8666,19 +7974,12 @@ declare const useClasses_116: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8666
7974
  selected: string;
8667
7975
  clickable: string;
8668
7976
  icon: string;
8669
- chipRoot: string;
8670
- button: string;
8671
- tagButton: string;
8672
- focusVisible: string;
8673
- disabledDeleteIcon: string;
8674
- categoricalFocus: string;
8675
- categoricalDisabled: string;
8676
7977
  };
8677
7978
  readonly css: any;
8678
7979
  readonly cx: (...args: any) => string;
8679
7980
  };
8680
7981
 
8681
- declare const useClasses_117: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer" | "floating", string>>, addStatic?: boolean) => {
7982
+ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer" | "floating", string>>, addStatic?: boolean) => {
8682
7983
  readonly classes: {
8683
7984
  root: string;
8684
7985
  indicator: string;
@@ -8690,7 +7991,7 @@ declare const useClasses_117: (classesProp?: Partial<Record<"root" | "indicator"
8690
7991
  readonly cx: (...args: any) => string;
8691
7992
  };
8692
7993
 
8693
- declare const useClasses_118: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
7994
+ declare const useClasses_115: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8694
7995
  readonly classes: {
8695
7996
  root: string;
8696
7997
  focusVisible: string;
@@ -8701,12 +8002,10 @@ declare const useClasses_118: (classesProp?: Partial<Record<"disabled" | "select
8701
8002
  readonly cx: (...args: any) => string;
8702
8003
  };
8703
8004
 
8704
- declare const useClasses_119: (classesProp?: Partial<Record<"label" | "disabled" | "input" | "readOnly" | "root" | "error" | "description" | "invalid" | "resizable" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "inputExtension" | "chipRoot" | "listItemGutters" | "listItemRoot" | "characterCounter" | "tagsList" | "tagInputContainerRoot" | "tagInputRoot" | "tagSelected" | "tagInputBorderContainer" | "tagInputRootFocused" | "tagInputRootEmpty" | "singleLine", string>>, addStatic?: boolean) => {
8005
+ declare const useClasses_116: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "readOnly" | "root" | "description" | "invalid" | "resizable" | "labelContainer" | "suggestionsContainer" | "suggestionList" | "tag" | "characterCounter" | "tagsList" | "singleLine" | "inputExtension", string>>, addStatic?: boolean) => {
8705
8006
  readonly classes: {
8706
- listItemGutters: string;
8707
- listItemRoot: string;
8708
8007
  root: string;
8709
- chipRoot: string;
8008
+ tag: string;
8710
8009
  disabled: string;
8711
8010
  readOnly: string;
8712
8011
  resizable: string;
@@ -8716,13 +8015,7 @@ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "disabled"
8716
8015
  description: string;
8717
8016
  characterCounter: string;
8718
8017
  tagsList: string;
8719
- tagInputContainerRoot: string;
8720
- tagInputRoot: string;
8721
8018
  input: string;
8722
- tagSelected: string;
8723
- tagInputBorderContainer: string;
8724
- tagInputRootFocused: string;
8725
- tagInputRootEmpty: string;
8726
8019
  singleLine: string;
8727
8020
  error: string;
8728
8021
  inputExtension: string;
@@ -8733,21 +8026,7 @@ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "disabled"
8733
8026
  readonly cx: (...args: any) => string;
8734
8027
  };
8735
8028
 
8736
- declare const useClasses_12: (classesProp?: Partial<Record<"show" | "root" | "defaultIcon" | "warningText" | "topGutter" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
8737
- readonly classes: {
8738
- root: string;
8739
- defaultIcon: string;
8740
- warningText: string;
8741
- show: string;
8742
- topGutter: string;
8743
- hideText: string;
8744
- topBorder: string;
8745
- };
8746
- readonly css: any;
8747
- readonly cx: (...args: any) => string;
8748
- };
8749
-
8750
- declare const useClasses_120: (classesProp?: Partial<Record<"label" | "disabled" | "input" | "root" | "error" | "description" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8029
+ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "root" | "description" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8751
8030
  readonly classes: {
8752
8031
  root: string;
8753
8032
  disabled: string;
@@ -8766,7 +8045,7 @@ declare const useClasses_120: (classesProp?: Partial<Record<"label" | "disabled"
8766
8045
  readonly cx: (...args: any) => string;
8767
8046
  };
8768
8047
 
8769
- declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8048
+ declare const useClasses_118: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8770
8049
  readonly classes: {
8771
8050
  root: string;
8772
8051
  };
@@ -8774,7 +8053,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, ad
8774
8053
  readonly cx: (...args: any) => string;
8775
8054
  };
8776
8055
 
8777
- declare const useClasses_122: (classesProp?: Partial<Record<"label" | "icon" | "placeholder" | "root" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8056
+ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "icon" | "error" | "placeholder" | "root" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8778
8057
  readonly classes: {
8779
8058
  root: string;
8780
8059
  labelContainer: string;
@@ -8794,7 +8073,25 @@ declare const useClasses_122: (classesProp?: Partial<Record<"label" | "icon" | "
8794
8073
  readonly cx: (...args: any) => string;
8795
8074
  };
8796
8075
 
8797
- declare const useClasses_123: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8076
+ declare const useClasses_12: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "select" | "readOnly" | "root" | "description" | "invalid" | "panel" | "popper" | "labelContainer", string>>, addStatic?: boolean) => {
8077
+ readonly classes: {
8078
+ root: string;
8079
+ disabled: string;
8080
+ readOnly: string;
8081
+ invalid: string;
8082
+ labelContainer: string;
8083
+ label: string;
8084
+ description: string;
8085
+ select: string;
8086
+ popper: string;
8087
+ panel: string;
8088
+ error: string;
8089
+ };
8090
+ readonly css: any;
8091
+ readonly cx: (...args: any) => string;
8092
+ };
8093
+
8094
+ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8798
8095
  readonly classes: {
8799
8096
  root: string;
8800
8097
  };
@@ -8802,7 +8099,7 @@ declare const useClasses_123: (classesProp?: Partial<Record<"root", string>>, ad
8802
8099
  readonly cx: (...args: any) => string;
8803
8100
  };
8804
8101
 
8805
- declare const useClasses_124: (classesProp?: Partial<Record<"content" | "label" | "expanded" | "disabled" | "selected" | "root" | "group" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8102
+ declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label" | "expanded" | "disabled" | "group" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8806
8103
  readonly classes: {
8807
8104
  root: string;
8808
8105
  group: string;
@@ -8818,7 +8115,7 @@ declare const useClasses_124: (classesProp?: Partial<Record<"content" | "label"
8818
8115
  readonly cx: (...args: any) => string;
8819
8116
  };
8820
8117
 
8821
- declare const useClasses_125: (classesProp?: Partial<Record<"label" | "expanded" | "disabled" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8118
+ declare const useClasses_122: (classesProp?: Partial<Record<"label" | "expanded" | "disabled" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8822
8119
  readonly classes: {
8823
8120
  root: string;
8824
8121
  expanded: string;
@@ -8832,7 +8129,7 @@ declare const useClasses_125: (classesProp?: Partial<Record<"label" | "expanded"
8832
8129
  readonly cx: (...args: any) => string;
8833
8130
  };
8834
8131
 
8835
- declare const useClasses_126: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8132
+ declare const useClasses_123: (classesProp?: Partial<Record<"slider" | "root" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8836
8133
  readonly classes: {
8837
8134
  root: string;
8838
8135
  collapsed: string;
@@ -8843,7 +8140,7 @@ declare const useClasses_126: (classesProp?: Partial<Record<"root" | "slider" |
8843
8140
  readonly cx: (...args: any) => string;
8844
8141
  };
8845
8142
 
8846
- declare const useClasses_127: (classesProp?: Partial<Record<"title" | "root" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
8143
+ declare const useClasses_124: (classesProp?: Partial<Record<"title" | "root" | "minimized" | "collapseButton" | "backButton", string>>, addStatic?: boolean) => {
8847
8144
  readonly classes: {
8848
8145
  root: string;
8849
8146
  minimized: string;
@@ -8855,7 +8152,7 @@ declare const useClasses_127: (classesProp?: Partial<Record<"title" | "root" | "
8855
8152
  readonly cx: (...args: any) => string;
8856
8153
  };
8857
8154
 
8858
- declare const useClasses_128: (classesProp?: Partial<Record<"hide" | "root", string>>, addStatic?: boolean) => {
8155
+ declare const useClasses_125: (classesProp?: Partial<Record<"hide" | "root", string>>, addStatic?: boolean) => {
8859
8156
  readonly classes: {
8860
8157
  root: string;
8861
8158
  hide: string;
@@ -8864,7 +8161,7 @@ declare const useClasses_128: (classesProp?: Partial<Record<"hide" | "root", str
8864
8161
  readonly cx: (...args: any) => string;
8865
8162
  };
8866
8163
 
8867
- declare const useClasses_129: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8164
+ declare const useClasses_126: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8868
8165
  readonly classes: {
8869
8166
  action: string;
8870
8167
  noIcon: string;
@@ -8874,27 +8171,7 @@ declare const useClasses_129: (classesProp?: Partial<Record<"action" | "minimize
8874
8171
  readonly cx: (...args: any) => string;
8875
8172
  };
8876
8173
 
8877
- declare const useClasses_13: (classesProp?: Partial<Record<"label" | "disabled" | "select" | "readOnly" | "root" | "error" | "description" | "invalid" | "panel" | "panelOpenedUp" | "panelOpenedDown" | "popper" | "labelContainer", string>>, addStatic?: boolean) => {
8878
- readonly classes: {
8879
- root: string;
8880
- disabled: string;
8881
- readOnly: string;
8882
- invalid: string;
8883
- labelContainer: string;
8884
- label: string;
8885
- description: string;
8886
- select: string;
8887
- popper: string;
8888
- panel: string;
8889
- panelOpenedUp: string;
8890
- panelOpenedDown: string;
8891
- error: string;
8892
- };
8893
- readonly css: any;
8894
- readonly cx: (...args: any) => string;
8895
- };
8896
-
8897
- declare const useClasses_130: (classesProp?: Partial<Record<"list" | "root" | "popup" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
8174
+ declare const useClasses_127: (classesProp?: Partial<Record<"list" | "popup" | "root" | "collapsed" | "listItem" | "navigationPopup", string>>, addStatic?: boolean) => {
8898
8175
  readonly classes: {
8899
8176
  root: string;
8900
8177
  list: string;
@@ -8907,7 +8184,7 @@ declare const useClasses_130: (classesProp?: Partial<Record<"list" | "root" | "p
8907
8184
  readonly cx: (...args: any) => string;
8908
8185
  };
8909
8186
 
8910
- declare const useClasses_131: (classesProp?: Partial<Record<"root" | "listContainer" | "listItemSelected" | "listItemFocus" | "forwardButton" | "listItemDisabled", string>>, addStatic?: boolean) => {
8187
+ declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listContainer" | "listItemSelected" | "listItemFocus" | "forwardButton" | "listItemDisabled", string>>, addStatic?: boolean) => {
8911
8188
  readonly classes: {
8912
8189
  root: string;
8913
8190
  listItemSelected: string;
@@ -8920,15 +8197,32 @@ declare const useClasses_131: (classesProp?: Partial<Record<"root" | "listContai
8920
8197
  readonly cx: (...args: any) => string;
8921
8198
  };
8922
8199
 
8923
- declare const useClasses_132: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8200
+ declare const useClasses_129: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8201
+ readonly classes: {
8202
+ root: string;
8203
+ };
8204
+ readonly css: any;
8205
+ readonly cx: (...args: any) => string;
8206
+ };
8207
+
8208
+ declare const useClasses_13: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "root" | "startIcon" | "endIcon" | "focusVisible" | "contained" | "subtle" | "ghost", string>>, addStatic?: boolean) => {
8924
8209
  readonly classes: {
8925
8210
  root: string;
8211
+ startIcon: string;
8212
+ endIcon: string;
8213
+ focusVisible: string;
8214
+ disabled: string;
8215
+ icon: string;
8216
+ contained: string;
8217
+ subtle: string;
8218
+ ghost: string;
8219
+ semantic: string;
8926
8220
  };
8927
8221
  readonly css: any;
8928
8222
  readonly cx: (...args: any) => string;
8929
8223
  };
8930
8224
 
8931
- declare const useClasses_133: (classesProp?: Partial<Record<"hide" | "content" | "label" | "link" | "expanded" | "icon" | "disabled" | "unselectable" | "selected" | "group" | "focused" | "selectable" | "node" | "expandable" | "labelIcon" | "collapsed" | "minimized" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
8225
+ declare const useClasses_130: (classesProp?: Partial<Record<"hide" | "content" | "label" | "link" | "expanded" | "icon" | "disabled" | "group" | "unselectable" | "selected" | "selectable" | "focused" | "labelIcon" | "expandable" | "collapsed" | "minimized" | "node" | "unselected" | "labelExpandable", string>>, addStatic?: boolean) => {
8932
8226
  readonly classes: {
8933
8227
  node: string;
8934
8228
  content: string;
@@ -8954,7 +8248,7 @@ declare const useClasses_133: (classesProp?: Partial<Record<"hide" | "content" |
8954
8248
  readonly cx: (...args: any) => string;
8955
8249
  };
8956
8250
 
8957
- declare const useClasses_134: (classesProp?: Partial<Record<"text" | "circle" | "content" | "square" | "root" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8251
+ declare const useClasses_131: (classesProp?: Partial<Record<"text" | "content" | "circle" | "square" | "root" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8958
8252
  readonly classes: {
8959
8253
  root: string;
8960
8254
  content: string;
@@ -8968,30 +8262,7 @@ declare const useClasses_134: (classesProp?: Partial<Record<"text" | "circle" |
8968
8262
  readonly cx: (...args: any) => string;
8969
8263
  };
8970
8264
 
8971
- declare const useClasses_14: (classesProp?: Partial<Record<"primary" | "primarySubtle" | "secondary" | "semantic" | "secondaryGhost" | "primaryGhost" | "secondarySubtle" | "icon" | "disabled" | "root" | "focusVisible" | "startIcon" | "endIcon" | "contained" | "subtle" | "ghost", string>>, addStatic?: boolean) => {
8972
- readonly classes: {
8973
- root: string;
8974
- startIcon: string;
8975
- endIcon: string;
8976
- focusVisible: string;
8977
- disabled: string;
8978
- icon: string;
8979
- contained: string;
8980
- subtle: string;
8981
- ghost: string;
8982
- semantic: string;
8983
- primary: string;
8984
- primarySubtle: string;
8985
- primaryGhost: string;
8986
- secondarySubtle: string;
8987
- secondaryGhost: string;
8988
- secondary: string;
8989
- };
8990
- readonly css: any;
8991
- readonly cx: (...args: any) => string;
8992
- };
8993
-
8994
- declare const useClasses_15: (classesProp?: Partial<Record<"root" | "highlighted", string>>, addStatic?: boolean) => {
8265
+ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "highlighted", string>>, addStatic?: boolean) => {
8995
8266
  readonly classes: {
8996
8267
  root: string;
8997
8268
  highlighted: string;
@@ -9000,7 +8271,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "highlighted
9000
8271
  readonly cx: (...args: any) => string;
9001
8272
  };
9002
8273
 
9003
- declare const useClasses_16: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8274
+ declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9004
8275
  readonly classes: {
9005
8276
  root: string;
9006
8277
  };
@@ -9008,7 +8279,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"root", string>>, add
9008
8279
  readonly cx: (...args: any) => string;
9009
8280
  };
9010
8281
 
9011
- declare const useClasses_17: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "listbox" | "root" | "error" | "description" | "invalid", string>>, addStatic?: boolean) => {
8282
+ declare const useClasses_16: (classesProp?: Partial<Record<"label" | "listbox" | "horizontal" | "vertical" | "error" | "root" | "description" | "invalid", string>>, addStatic?: boolean) => {
9012
8283
  readonly classes: {
9013
8284
  root: string;
9014
8285
  error: string;
@@ -9023,7 +8294,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"vertical" | "horizon
9023
8294
  readonly cx: (...args: any) => string;
9024
8295
  };
9025
8296
 
9026
- declare const useClasses_18: (classesProp?: Partial<Record<"list" | "root" | "popper" | "portal", string>>, addStatic?: boolean) => {
8297
+ declare const useClasses_17: (classesProp?: Partial<Record<"list" | "root" | "popper" | "portal", string>>, addStatic?: boolean) => {
9027
8298
  readonly classes: {
9028
8299
  root: string;
9029
8300
  list: string;
@@ -9034,7 +8305,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"list" | "root" | "po
9034
8305
  readonly cx: (...args: any) => string;
9035
8306
  };
9036
8307
 
9037
- declare const useClasses_19: (classesProp?: Partial<Record<"disabled" | "input" | "readOnly" | "root" | "invalid" | "multiline" | "resizable" | "focused" | "inputBorderContainer" | "inputRootInvalid" | "inputRootReadOnly" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
8308
+ declare const useClasses_18: (classesProp?: Partial<Record<"disabled" | "input" | "readOnly" | "root" | "invalid" | "focused" | "multiline" | "resizable" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
9038
8309
  readonly classes: {
9039
8310
  root: string;
9040
8311
  disabled: string;
@@ -9043,13 +8314,6 @@ declare const useClasses_19: (classesProp?: Partial<Record<"disabled" | "input"
9043
8314
  resizable: string;
9044
8315
  readOnly: string;
9045
8316
  focused: string;
9046
- inputBorderContainer: string;
9047
- inputRootInvalid: string;
9048
- inputRootReadOnly: string;
9049
- inputRoot: string;
9050
- inputRootFocused: string;
9051
- inputRootDisabled: string;
9052
- inputRootMultiline: string;
9053
8317
  input: string;
9054
8318
  inputDisabled: string;
9055
8319
  inputReadOnly: string;
@@ -9059,48 +8323,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"disabled" | "input"
9059
8323
  readonly cx: (...args: any) => string;
9060
8324
  };
9061
8325
 
9062
- declare const useClasses_2: (classesProp?: Partial<Record<"display" | "title1" | "title2" | "title3" | "title4" | "label" | "body" | "captionLabel" | "caption1" | "caption2" | "5xlTitle" | "4xlTitle" | "xxlTitle" | "lTitle" | "sTitle" | "xxsTitle" | "sectionTitle" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizTextDisabled" | "xsInlineLink" | "disabled" | "root" | "isLink" | "noWrap" | "3xlTitle" | "xlTitle" | "mTitle" | "xsTitle" | "highlightText" | "normalText" | "vizText", string>>, addStatic?: boolean) => {
9063
- readonly classes: {
9064
- root: string;
9065
- disabled: string;
9066
- isLink: string;
9067
- noWrap: string;
9068
- display: string;
9069
- title1: string;
9070
- title2: string;
9071
- title3: string;
9072
- title4: string;
9073
- body: string;
9074
- label: string;
9075
- captionLabel: string;
9076
- caption1: string;
9077
- caption2: string;
9078
- "5xlTitle": string;
9079
- "4xlTitle": string;
9080
- "3xlTitle": string;
9081
- xxlTitle: string;
9082
- xlTitle: string;
9083
- lTitle: string;
9084
- mTitle: string;
9085
- sTitle: string;
9086
- xsTitle: string;
9087
- xxsTitle: string;
9088
- sectionTitle: string;
9089
- highlightText: string;
9090
- normalText: string;
9091
- placeholderText: string;
9092
- link: string;
9093
- disabledText: string;
9094
- selectedNavText: string;
9095
- vizText: string;
9096
- vizTextDisabled: string;
9097
- xsInlineLink: string;
9098
- };
9099
- readonly css: any;
9100
- readonly cx: (...args: any) => string;
9101
- };
9102
-
9103
- declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header" | "anchor" | "placeholder" | "root" | "rootDisabled" | "headerOpen" | "headerOpenUp" | "headerOpenDown" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "arrow" | "selection" | "selectionDisabled" | "panel" | "panelOpenedUp" | "panelOpenedDown" | "inputExtensionOpen" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
8326
+ declare const useClasses_19: (classesProp?: Partial<Record<"container" | "header" | "anchor" | "placeholder" | "root" | "rootDisabled" | "headerOpen" | "headerDisabled" | "headerReadOnly" | "arrowContainer" | "arrow" | "selection" | "selectionDisabled" | "panel" | "inputExtensionOpen" | "inputExtensionLeftPosition" | "inputExtensionOpenShadow" | "inputExtensionFloatRight" | "inputExtensionFloatLeft", string>>, addStatic?: boolean) => {
9104
8327
  readonly classes: {
9105
8328
  root: string;
9106
8329
  rootDisabled: string;
@@ -9108,8 +8331,6 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header
9108
8331
  container: string;
9109
8332
  header: string;
9110
8333
  headerOpen: string;
9111
- headerOpenUp: string;
9112
- headerOpenDown: string;
9113
8334
  headerDisabled: string;
9114
8335
  headerReadOnly: string;
9115
8336
  arrowContainer: string;
@@ -9118,8 +8339,6 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header
9118
8339
  selectionDisabled: string;
9119
8340
  placeholder: string;
9120
8341
  panel: string;
9121
- panelOpenedUp: string;
9122
- panelOpenedDown: string;
9123
8342
  inputExtensionOpen: string;
9124
8343
  inputExtensionLeftPosition: string;
9125
8344
  inputExtensionOpenShadow: string;
@@ -9130,7 +8349,18 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header
9130
8349
  readonly cx: (...args: any) => string;
9131
8350
  };
9132
8351
 
9133
- declare const useClasses_21: (classesProp?: Partial<Record<"container" | "label" | "hidden" | "disabled" | "root", string>>, addStatic?: boolean) => {
8352
+ declare const useClasses_2: (classesProp?: Partial<Record<"disabled" | "root" | "isLink" | "noWrap", string>>, addStatic?: boolean) => {
8353
+ readonly classes: {
8354
+ root: string;
8355
+ disabled: string;
8356
+ isLink: string;
8357
+ noWrap: string;
8358
+ };
8359
+ readonly css: any;
8360
+ readonly cx: (...args: any) => string;
8361
+ };
8362
+
8363
+ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label" | "hidden" | "disabled" | "root", string>>, addStatic?: boolean) => {
9134
8364
  readonly classes: {
9135
8365
  root: string;
9136
8366
  hidden: string;
@@ -9142,7 +8372,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"container" | "label"
9142
8372
  readonly cx: (...args: any) => string;
9143
8373
  };
9144
8374
 
9145
- declare const useClasses_22: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8375
+ declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9146
8376
  readonly classes: {
9147
8377
  root: string;
9148
8378
  };
@@ -9150,26 +8380,22 @@ declare const useClasses_22: (classesProp?: Partial<Record<"root", string>>, add
9150
8380
  readonly cx: (...args: any) => string;
9151
8381
  };
9152
8382
 
9153
- declare const useClasses_23: (classesProp?: Partial<Record<"button" | "root" | "actionContainer" | "dropDownMenu" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
8383
+ declare const useClasses_22: (classesProp?: Partial<Record<"button" | "root" | "actionContainer" | "dropDownMenu" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
9154
8384
  readonly classes: {
9155
8385
  root: string;
9156
8386
  button: string;
9157
8387
  actionContainer: string;
9158
8388
  dropDownMenu: string;
9159
- dropDownMenuButton: string;
9160
8389
  dropDownMenuButtonSelected: string;
9161
8390
  };
9162
8391
  readonly css: any;
9163
8392
  readonly cx: (...args: any) => string;
9164
8393
  };
9165
8394
 
9166
- declare const useClasses_24: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8395
+ declare const useClasses_23: (classesProp?: Partial<Record<"open" | "root" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
9167
8396
  readonly classes: {
9168
8397
  root: string;
9169
- container: string;
9170
- baseContainer: string;
9171
- icon: string;
9172
- iconSelected: string;
8398
+ open: string;
9173
8399
  menuListRoot: string;
9174
8400
  menuList: string;
9175
8401
  };
@@ -9177,7 +8403,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"container" | "icon"
9177
8403
  readonly cx: (...args: any) => string;
9178
8404
  };
9179
8405
 
9180
- declare const useClasses_25: (classesProp?: Partial<Record<"open" | "single" | "title" | "root" | "item" | "actionsContainer" | "titleAnchor" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
8406
+ declare const useClasses_24: (classesProp?: Partial<Record<"open" | "single" | "title" | "root" | "item" | "titleAnchor" | "itemSelected" | "itemDisabled" | "itemTrigger" | "itemIcon" | "itemTitle" | "itemInfoIcon" | "actionsContainer" | "footerContainer" | "closed" | "dual" | "fluid", string>>, addStatic?: boolean) => {
9181
8407
  readonly classes: {
9182
8408
  root: string;
9183
8409
  item: string;
@@ -9201,7 +8427,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"open" | "single" | "
9201
8427
  readonly cx: (...args: any) => string;
9202
8428
  };
9203
8429
 
9204
- declare const useClasses_26: (classesProp?: Partial<Record<"typography" | "icon" | "disabled" | "title" | "selected" | "root" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
8430
+ declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "icon" | "disabled" | "title" | "selected" | "root" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
9205
8431
  readonly classes: {
9206
8432
  root: string;
9207
8433
  icon: string;
@@ -9217,12 +8443,11 @@ declare const useClasses_26: (classesProp?: Partial<Record<"typography" | "icon"
9217
8443
  readonly cx: (...args: any) => string;
9218
8444
  };
9219
8445
 
9220
- declare const useClasses_27: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "container" | "square" | "img" | "root" | "status" | "avatar" | "fallback" | "badge" | "circular", string>>, addStatic?: boolean) => {
8446
+ declare const useClasses_26: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "container" | "square" | "img" | "root" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
9221
8447
  readonly classes: {
9222
8448
  root: string;
9223
8449
  img: string;
9224
8450
  fallback: string;
9225
- status: string;
9226
8451
  container: string;
9227
8452
  xs: string;
9228
8453
  sm: string;
@@ -9238,7 +8463,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
9238
8463
  readonly cx: (...args: any) => string;
9239
8464
  };
9240
8465
 
9241
- declare const useClasses_28: (classesProp?: Partial<Record<"column" | "row" | "root" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
8466
+ declare const useClasses_27: (classesProp?: Partial<Record<"column" | "row" | "root" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
9242
8467
  readonly classes: {
9243
8468
  root: string;
9244
8469
  row: string;
@@ -9250,15 +8475,12 @@ declare const useClasses_28: (classesProp?: Partial<Record<"column" | "row" | "r
9250
8475
  readonly cx: (...args: any) => string;
9251
8476
  };
9252
8477
 
9253
- declare const useClasses_29: (classesProp?: Partial<Record<"root" | "badge" | "badgeContainer" | "badgePosition" | "badgeHidden" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
8478
+ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badge" | "badgeContainer" | "badgeHidden" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
9254
8479
  readonly classes: {
9255
8480
  root: string;
9256
8481
  badgeContainer: string;
9257
- badgePosition: string;
9258
8482
  badge: string;
9259
8483
  badgeHidden: string;
9260
- showCount: string;
9261
- showLabel: string;
9262
8484
  badgeIcon: string;
9263
8485
  badgeOneDigit: string;
9264
8486
  };
@@ -9266,27 +8488,27 @@ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "badge" | "b
9266
8488
  readonly cx: (...args: any) => string;
9267
8489
  };
9268
8490
 
9269
- declare const useClasses_3: (classesProp?: Partial<Record<"disabled" | "root", string>>, addStatic?: boolean) => {
8491
+ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
9270
8492
  readonly classes: {
8493
+ rootClosed: string;
9271
8494
  root: string;
9272
- disabled: string;
8495
+ anchorOriginTopCenter: string;
8496
+ anchorOriginBottomCenter: string;
9273
8497
  };
9274
8498
  readonly css: any;
9275
8499
  readonly cx: (...args: any) => string;
9276
8500
  };
9277
8501
 
9278
- declare const useClasses_30: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "rootClosed", string>>, addStatic?: boolean) => {
8502
+ declare const useClasses_3: (classesProp?: Partial<Record<"disabled" | "root", string>>, addStatic?: boolean) => {
9279
8503
  readonly classes: {
9280
- rootClosed: string;
9281
8504
  root: string;
9282
- anchorOriginTopCenter: string;
9283
- anchorOriginBottomCenter: string;
8505
+ disabled: string;
9284
8506
  };
9285
8507
  readonly css: any;
9286
8508
  readonly cx: (...args: any) => string;
9287
8509
  };
9288
8510
 
9289
- declare const useClasses_31: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "action" | "root" | "error" | "success" | "actionContainer" | "message" | "iconContainer" | "messageContainer" | "messageActions" | "closeAction" | "baseVariant" | "outContainer" | "actionsInnerContainer", string>>, addStatic?: boolean) => {
8511
+ declare const useClasses_30: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "actionContainer" | "message" | "messageContainer" | "iconContainer" | "messageActions" | "closeAction", string>>, addStatic?: boolean) => {
9290
8512
  readonly classes: {
9291
8513
  root: string;
9292
8514
  success: string;
@@ -9302,15 +8524,12 @@ declare const useClasses_31: (classesProp?: Partial<Record<"accent" | "warning"
9302
8524
  messageActions: string;
9303
8525
  actionContainer: string;
9304
8526
  closeAction: string;
9305
- baseVariant: string;
9306
- outContainer: string;
9307
- actionsInnerContainer: string;
9308
8527
  };
9309
8528
  readonly css: any;
9310
8529
  readonly cx: (...args: any) => string;
9311
8530
  };
9312
8531
 
9313
- declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate", string>>, addStatic?: boolean) => {
8532
+ declare const useClasses_31: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate", string>>, addStatic?: boolean) => {
9314
8533
  readonly classes: {
9315
8534
  root: string;
9316
8535
  disabled: string;
@@ -9324,7 +8543,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" |
9324
8543
  readonly cx: (...args: any) => string;
9325
8544
  };
9326
8545
 
9327
- declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8546
+ declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
9328
8547
  readonly classes: {
9329
8548
  root: string;
9330
8549
  disabled: string;
@@ -9337,7 +8556,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" |
9337
8556
  readonly cx: (...args: any) => string;
9338
8557
  };
9339
8558
 
9340
- declare const useClasses_34: (classesProp?: Partial<Record<"disabled" | "track" | "switch" | "readOnly" | "checked" | "root" | "focusVisible" | "switchBase" | "thumb", string>>, addStatic?: boolean) => {
8559
+ declare const useClasses_33: (classesProp?: Partial<Record<"disabled" | "track" | "switch" | "readOnly" | "checked" | "root" | "focusVisible" | "switchBase" | "thumb", string>>, addStatic?: boolean) => {
9341
8560
  readonly classes: {
9342
8561
  root: string;
9343
8562
  switch: string;
@@ -9353,7 +8572,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"disabled" | "track"
9353
8572
  readonly cx: (...args: any) => string;
9354
8573
  };
9355
8574
 
9356
- declare const useClasses_35: (classesProp?: Partial<Record<"link" | "a" | "root" | "currentPage" | "orderedList" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
8575
+ declare const useClasses_34: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
9357
8576
  readonly classes: {
9358
8577
  root: string;
9359
8578
  link: string;
@@ -9367,7 +8586,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"link" | "a" | "root"
9367
8586
  readonly cx: (...args: any) => string;
9368
8587
  };
9369
8588
 
9370
- declare const useClasses_36: (classesProp?: Partial<Record<"semantic" | "root" | "selectAll" | "actions" | "selectAllContainer" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
8589
+ declare const useClasses_35: (classesProp?: Partial<Record<"semantic" | "root" | "actions" | "selectAll" | "selectAllContainer" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
9371
8590
  readonly classes: {
9372
8591
  root: string;
9373
8592
  semantic: string;
@@ -9381,7 +8600,7 @@ declare const useClasses_36: (classesProp?: Partial<Record<"semantic" | "root" |
9381
8600
  readonly cx: (...args: any) => string;
9382
8601
  };
9383
8602
 
9384
- declare const useClasses_37: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "checkbox" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
8603
+ declare const useClasses_36: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "checkbox" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
9385
8604
  readonly classes: {
9386
8605
  root: string;
9387
8606
  container: string;
@@ -9401,7 +8620,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"left" | "right" | "c
9401
8620
  readonly cx: (...args: any) => string;
9402
8621
  };
9403
8622
 
9404
- declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
8623
+ declare const useClasses_37: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
9405
8624
  readonly classes: {
9406
8625
  root: string;
9407
8626
  rangeCalendarContainer: string;
@@ -9414,7 +8633,7 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalend
9414
8633
  readonly cx: (...args: any) => string;
9415
8634
  };
9416
8635
 
9417
- declare const useClasses_39: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
8636
+ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
9418
8637
  readonly classes: {
9419
8638
  root: string;
9420
8639
  invalid: string;
@@ -9424,21 +8643,7 @@ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "invalid" |
9424
8643
  readonly cx: (...args: any) => string;
9425
8644
  };
9426
8645
 
9427
- declare const useClasses_4: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focus" | "focused" | "focusDisabled" | "focusedVisible", string>>, addStatic?: boolean) => {
9428
- readonly classes: {
9429
- root: string;
9430
- selected: string;
9431
- disabled: string;
9432
- focusDisabled: string;
9433
- focused: string;
9434
- focusedVisible: string;
9435
- focus: string;
9436
- };
9437
- readonly css: any;
9438
- readonly cx: (...args: any) => string;
9439
- };
9440
-
9441
- declare const useClasses_40: (classesProp?: Partial<Record<"root" | "focusSelection" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "calendarDateInvalid", string>>, addStatic?: boolean) => {
8646
+ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "focusSelection" | "navigationContainer" | "navigationMonth" | "cellContainer" | "calendarDate" | "calendarDateSelected" | "calendarDateNotInMonth" | "calendarDateInSelectionRange" | "startBookend" | "endBookend" | "cellsInRange" | "cellsOutsideRange" | "calendarGrid" | "calendarDay" | "calendarDateInvalid", string>>, addStatic?: boolean) => {
9442
8647
  readonly classes: {
9443
8648
  root: string;
9444
8649
  calendarGrid: string;
@@ -9461,7 +8666,15 @@ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "focusSelect
9461
8666
  readonly cx: (...args: any) => string;
9462
8667
  };
9463
8668
 
9464
- declare const useClasses_41: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
8669
+ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8670
+ readonly classes: {
8671
+ root: string;
8672
+ };
8673
+ readonly css: any;
8674
+ readonly cx: (...args: any) => string;
8675
+ };
8676
+
8677
+ declare const useClasses_40: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9465
8678
  readonly classes: {
9466
8679
  root: string;
9467
8680
  selected: string;
@@ -9474,10 +8687,9 @@ declare const useClasses_41: (classesProp?: Partial<Record<"icon" | "selected" |
9474
8687
  readonly cx: (...args: any) => string;
9475
8688
  };
9476
8689
 
9477
- declare const useClasses_42: (classesProp?: Partial<Record<"content" | "title" | "action" | "root" | "titleShort" | "subheader", string>>, addStatic?: boolean) => {
8690
+ declare const useClasses_41: (classesProp?: Partial<Record<"content" | "title" | "action" | "root" | "subheader", string>>, addStatic?: boolean) => {
9478
8691
  readonly classes: {
9479
8692
  root: string;
9480
- titleShort: string;
9481
8693
  title: string;
9482
8694
  subheader: string;
9483
8695
  content: string;
@@ -9487,7 +8699,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"content" | "title" |
9487
8699
  readonly cx: (...args: any) => string;
9488
8700
  };
9489
8701
 
9490
- declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
8702
+ declare const useClasses_42: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9491
8703
  readonly classes: {
9492
8704
  content: string;
9493
8705
  };
@@ -9495,7 +8707,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>,
9495
8707
  readonly cx: (...args: any) => string;
9496
8708
  };
9497
8709
 
9498
- declare const useClasses_44: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
8710
+ declare const useClasses_43: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
9499
8711
  readonly classes: {
9500
8712
  root: string;
9501
8713
  media: string;
@@ -9504,7 +8716,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"media" | "root", str
9504
8716
  readonly cx: (...args: any) => string;
9505
8717
  };
9506
8718
 
9507
- declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "dot" | "main" | "title" | "controls" | "root" | "panel" | "counter" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
8719
+ declare const useClasses_44: (classesProp?: Partial<Record<"xs" | "dot" | "main" | "title" | "controls" | "root" | "panel" | "counter" | "actions" | "fullscreen" | "closeButton" | "mainContainer" | "pageCounter" | "mainXs" | "mainFullscreen" | "counterContainer" | "slideControls" | "slidesViewport" | "slidesContainer" | "dots" | "dotsXs" | "dotSelected" | "thumbnail" | "thumbnailSelected", string>>, addStatic?: boolean) => {
9508
8720
  readonly classes: {
9509
8721
  root: string;
9510
8722
  xs: string;
@@ -9535,7 +8747,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "dot" | "main"
9535
8747
  readonly cx: (...args: any) => string;
9536
8748
  };
9537
8749
 
9538
- declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
8750
+ declare const useClasses_45: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9539
8751
  readonly classes: {
9540
8752
  slide: string;
9541
8753
  image: string;
@@ -9544,7 +8756,7 @@ declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", st
9544
8756
  readonly cx: (...args: any) => string;
9545
8757
  };
9546
8758
 
9547
- declare const useClasses_47: (classesProp?: Partial<Record<"label" | "icon" | "input" | "root" | "error" | "description" | "adornmentButton" | "inputBorderContainer" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline" | "labelContainer" | "adornmentsBox" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputExtension", string>>, addStatic?: boolean) => {
8759
+ declare const useClasses_46: (classesProp?: Partial<Record<"label" | "icon" | "error" | "input" | "root" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline", string>>, addStatic?: boolean) => {
9548
8760
  readonly classes: {
9549
8761
  root: string;
9550
8762
  labelContainer: string;
@@ -9557,20 +8769,18 @@ declare const useClasses_47: (classesProp?: Partial<Record<"label" | "icon" | "i
9557
8769
  hasSuggestions: string;
9558
8770
  suggestionsContainer: string;
9559
8771
  suggestionList: string;
9560
- inputExtension: string;
9561
8772
  input: string;
9562
8773
  inputRoot: string;
9563
8774
  inputRootFocused: string;
9564
8775
  inputRootDisabled: string;
9565
8776
  inputRootMultiline: string;
9566
- inputBorderContainer: string;
9567
8777
  error: string;
9568
8778
  };
9569
8779
  readonly css: any;
9570
8780
  readonly cx: (...args: any) => string;
9571
8781
  };
9572
8782
 
9573
- declare const useClasses_48: (classesProp?: Partial<Record<"icon" | "root" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeRoot" | "pageSizeTextContainer" | "totalPagesTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "iconContainer" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
8783
+ declare const useClasses_47: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeRoot" | "pageSizeTextContainer" | "totalPagesTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
9574
8784
  readonly classes: {
9575
8785
  root: string;
9576
8786
  pageSizeOptions: string;
@@ -9592,7 +8802,7 @@ declare const useClasses_48: (classesProp?: Partial<Record<"icon" | "root" | "pa
9592
8802
  readonly cx: (...args: any) => string;
9593
8803
  };
9594
8804
 
9595
- declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "group" | "error" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
8805
+ declare const useClasses_48: (classesProp?: Partial<Record<"label" | "horizontal" | "vertical" | "error" | "group" | "root" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
9596
8806
  readonly classes: {
9597
8807
  root: string;
9598
8808
  label: string;
@@ -9607,15 +8817,7 @@ declare const useClasses_49: (classesProp?: Partial<Record<"vertical" | "horizon
9607
8817
  readonly cx: (...args: any) => string;
9608
8818
  };
9609
8819
 
9610
- declare const useClasses_5: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9611
- readonly classes: {
9612
- root: string;
9613
- };
9614
- readonly css: any;
9615
- readonly cx: (...args: any) => string;
9616
- };
9617
-
9618
- declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "description" | "panel" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
8820
+ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "root" | "description" | "panel" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPicker" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
9619
8821
  readonly classes: {
9620
8822
  root: string;
9621
8823
  labelContainer: string;
@@ -9635,7 +8837,24 @@ declare const useClasses_50: (classesProp?: Partial<Record<"label" | "colorPicke
9635
8837
  readonly cx: (...args: any) => string;
9636
8838
  };
9637
8839
 
9638
- declare const useClasses_51: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
8840
+ declare const useClasses_5: (classesProp?: Partial<Record<"condensed" | "separator" | "disabled" | "selected" | "root" | "focus" | "startAdornment" | "endAdornment" | "interactive" | "gutters", string>>, addStatic?: boolean) => {
8841
+ readonly classes: {
8842
+ root: string;
8843
+ focus: string;
8844
+ gutters: string;
8845
+ condensed: string;
8846
+ interactive: string;
8847
+ selected: string;
8848
+ disabled: string;
8849
+ startAdornment: string;
8850
+ endAdornment: string;
8851
+ separator: string;
8852
+ };
8853
+ readonly css: any;
8854
+ readonly cx: (...args: any) => string;
8855
+ };
8856
+
8857
+ declare const useClasses_50: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
9639
8858
  readonly classes: {
9640
8859
  root: string;
9641
8860
  disableGutters: string;
@@ -9650,7 +8869,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"fixed" | "root" | "d
9650
8869
  readonly cx: (...args: any) => string;
9651
8870
  };
9652
8871
 
9653
- declare const useClasses_52: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
8872
+ declare const useClasses_51: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
9654
8873
  readonly classes: {
9655
8874
  root: string;
9656
8875
  section: string;
@@ -9661,7 +8880,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"section" | "root" |
9661
8880
  readonly cx: (...args: any) => string;
9662
8881
  };
9663
8882
 
9664
- declare const useClasses_53: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
8883
+ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "footer" | "head" | "root" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "variantListHead" | "variantListactions" | "variantListcheckbox" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing", string>>, addStatic?: boolean) => {
9665
8884
  readonly classes: {
9666
8885
  root: string;
9667
8886
  head: string;
@@ -9692,7 +8911,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "footer" | "
9692
8911
  readonly cx: (...args: any) => string;
9693
8912
  };
9694
8913
 
9695
- declare const useClasses_54: (classesProp?: Partial<Record<"body" | "expanded" | "footer" | "head" | "selected" | "root" | "variantList" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
8914
+ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "expanded" | "footer" | "head" | "selected" | "root" | "variantList" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
9696
8915
  readonly classes: {
9697
8916
  root: string;
9698
8917
  head: string;
@@ -9709,7 +8928,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "expanded" |
9709
8928
  readonly cx: (...args: any) => string;
9710
8929
  };
9711
8930
 
9712
- declare const useClasses_55: (classesProp?: Partial<Record<"body" | "resizer" | "footer" | "head" | "root" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortButton" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
8931
+ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "resizer" | "footer" | "head" | "root" | "resizable" | "sorted" | "alignLeft" | "alignCenter" | "alignRight" | "alignJustify" | "variantNone" | "variantCheckbox" | "variantActions" | "variantExpand" | "variantList" | "stickyColumn" | "stickyColumnMostLeft" | "stickyColumnLeastRight" | "groupColumnMostLeft" | "groupColumnMostRight" | "resizing" | "headerContent" | "headerText" | "headerParagraph" | "sortableHeaderText" | "sortable" | "sortButton" | "sortIcon" | "alignFlexLeft" | "alignFlexRight" | "alignFlexCenter" | "alignFlexJustify", string>>, addStatic?: boolean) => {
9713
8932
  readonly classes: {
9714
8933
  root: string;
9715
8934
  head: string;
@@ -9749,7 +8968,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"body" | "resizer" |
9749
8968
  readonly cx: (...args: any) => string;
9750
8969
  };
9751
8970
 
9752
- declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
8971
+ declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9753
8972
  readonly classes: {
9754
8973
  root: string;
9755
8974
  stickyHeader: string;
@@ -9760,7 +8979,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root" | "stickyHeade
9760
8979
  readonly cx: (...args: any) => string;
9761
8980
  };
9762
8981
 
9763
- declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8982
+ declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9764
8983
  readonly classes: {
9765
8984
  root: string;
9766
8985
  };
@@ -9768,7 +8987,7 @@ declare const useClasses_57: (classesProp?: Partial<Record<"root", string>>, add
9768
8987
  readonly cx: (...args: any) => string;
9769
8988
  };
9770
8989
 
9771
- declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
8990
+ declare const useClasses_57: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9772
8991
  readonly classes: {
9773
8992
  root: string;
9774
8993
  sortDropdown: string;
@@ -9777,7 +8996,7 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdow
9777
8996
  readonly cx: (...args: any) => string;
9778
8997
  };
9779
8998
 
9780
- declare const useClasses_59: (classesProp?: Partial<Record<"dropdown" | "label" | "disabled" | "placeholder" | "readOnly" | "root" | "error" | "description" | "arrow" | "selectionDisabled" | "labelContainer" | "placeholderClosed" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
8999
+ declare const useClasses_58: (classesProp?: Partial<Record<"dropdown" | "label" | "disabled" | "error" | "placeholder" | "readOnly" | "root" | "description" | "arrow" | "selectionDisabled" | "labelContainer" | "placeholderClosed" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "dropdownListContainer" | "rootList", string>>, addStatic?: boolean) => {
9781
9000
  readonly classes: {
9782
9001
  root: string;
9783
9002
  labelContainer: string;
@@ -9801,26 +9020,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"dropdown" | "label"
9801
9020
  readonly cx: (...args: any) => string;
9802
9021
  };
9803
9022
 
9804
- declare const useClasses_6: (classesProp?: Partial<Record<"condensed" | "separator" | "disabled" | "selected" | "root" | "focus" | "endAdornment" | "startAdornment" | "interactive" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
9805
- readonly classes: {
9806
- root: string;
9807
- focus: string;
9808
- gutters: string;
9809
- condensed: string;
9810
- interactive: string;
9811
- selected: string;
9812
- disabled: string;
9813
- startAdornment: string;
9814
- endAdornment: string;
9815
- withStartAdornment: string;
9816
- withEndAdornment: string;
9817
- separator: string;
9818
- };
9819
- readonly css: any;
9820
- readonly cx: (...args: any) => string;
9821
- };
9822
-
9823
- declare const useClasses_60: (classesProp?: Partial<Record<"virtualized" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
9023
+ declare const useClasses_59: (classesProp?: Partial<Record<"virtualized" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer" | "selectAll", string>>, addStatic?: boolean) => {
9824
9024
  readonly classes: {
9825
9025
  rootList: string;
9826
9026
  dropdownListContainer: string;
@@ -9834,7 +9034,18 @@ declare const useClasses_60: (classesProp?: Partial<Record<"virtualized" | "sele
9834
9034
  readonly cx: (...args: any) => string;
9835
9035
  };
9836
9036
 
9837
- declare const useClasses_61: (classesProp?: Partial<Record<"dropdown" | "container" | "label" | "icon" | "action" | "root" | "error" | "description" | "panel" | "actionContainer" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "leftContainer" | "rightContainer" | "inputText" | "dateText", string>>, addStatic?: boolean) => {
9037
+ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9038
+ readonly classes: {
9039
+ root: string;
9040
+ counterDisabled: string;
9041
+ gutter: string;
9042
+ overloaded: string;
9043
+ };
9044
+ readonly css: any;
9045
+ readonly cx: (...args: any) => string;
9046
+ };
9047
+
9048
+ declare const useClasses_60: (classesProp?: Partial<Record<"dropdown" | "container" | "label" | "icon" | "error" | "action" | "root" | "description" | "panel" | "actionContainer" | "labelContainer" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "rightContainer" | "leftContainer" | "inputText" | "dateText", string>>, addStatic?: boolean) => {
9838
9049
  readonly classes: {
9839
9050
  root: string;
9840
9051
  actionContainer: string;
@@ -9858,19 +9069,16 @@ declare const useClasses_61: (classesProp?: Partial<Record<"dropdown" | "contain
9858
9069
  readonly cx: (...args: any) => string;
9859
9070
  };
9860
9071
 
9861
- declare const useClasses_62: (classesProp?: Partial<Record<"root" | "fullscreen" | "messageContainer" | "textWithIcon" | "titleText", string>>, addStatic?: boolean) => {
9072
+ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "fullScreen", string>>, addStatic?: boolean) => {
9862
9073
  readonly classes: {
9863
9074
  root: string;
9864
- fullscreen: string;
9865
- messageContainer: string;
9866
- textWithIcon: string;
9867
- titleText: string;
9075
+ fullScreen: string;
9868
9076
  };
9869
9077
  readonly css: any;
9870
9078
  readonly cx: (...args: any) => string;
9871
9079
  };
9872
9080
 
9873
- declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9081
+ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9874
9082
  readonly classes: {
9875
9083
  root: string;
9876
9084
  textContent: string;
@@ -9879,7 +9087,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent
9879
9087
  readonly cx: (...args: any) => string;
9880
9088
  };
9881
9089
 
9882
- declare const useClasses_64: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
9090
+ declare const useClasses_63: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
9883
9091
  readonly classes: {
9884
9092
  root: string;
9885
9093
  fullscreen: string;
@@ -9889,12 +9097,12 @@ declare const useClasses_64: (classesProp?: Partial<Record<"spacing" | "root" |
9889
9097
  readonly cx: (...args: any) => string;
9890
9098
  };
9891
9099
 
9892
- declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "background" | "root" | "error" | "success" | "fullscreen" | "closeButton" | "paper" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
9100
+ declare const useClasses_64: (classesProp?: Partial<Record<"warning" | "background" | "error" | "root" | "success" | "fullScreen" | "paper" | "fullHeight" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
9893
9101
  readonly classes: {
9894
9102
  root: string;
9895
9103
  background: string;
9896
9104
  paper: string;
9897
- fullscreen: string;
9105
+ fullScreen: string;
9898
9106
  fullHeight: string;
9899
9107
  closeButton: string;
9900
9108
  statusBar: string;
@@ -9906,11 +9114,10 @@ declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "backgrou
9906
9114
  readonly cx: (...args: any) => string;
9907
9115
  };
9908
9116
 
9909
- declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "radio" | "icon" | "root" | "radioRoot", string>>, addStatic?: boolean) => {
9117
+ declare const useClasses_65: (classesProp?: Partial<Record<"radio" | "horizontal" | "icon" | "root", string>>, addStatic?: boolean) => {
9910
9118
  readonly classes: {
9911
9119
  root: string;
9912
9120
  horizontal: string;
9913
- radioRoot: string;
9914
9121
  radio: string;
9915
9122
  icon: string;
9916
9123
  };
@@ -9918,7 +9125,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "radio
9918
9125
  readonly cx: (...args: any) => string;
9919
9126
  };
9920
9127
 
9921
- declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "group" | "error" | "invalid", string>>, addStatic?: boolean) => {
9128
+ declare const useClasses_66: (classesProp?: Partial<Record<"label" | "horizontal" | "vertical" | "error" | "group" | "root" | "invalid", string>>, addStatic?: boolean) => {
9922
9129
  readonly classes: {
9923
9130
  root: string;
9924
9131
  label: string;
@@ -9932,7 +9139,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizon
9932
9139
  readonly cx: (...args: any) => string;
9933
9140
  };
9934
9141
 
9935
- declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
9142
+ declare const useClasses_67: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9936
9143
  readonly classes: {
9937
9144
  root: string;
9938
9145
  paper: string;
@@ -9943,7 +9150,7 @@ declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root"
9943
9150
  readonly cx: (...args: any) => string;
9944
9151
  };
9945
9152
 
9946
- declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "iconContainer" | "messageContainer" | "containerMessageOnly" | "titleContainer" | "textContainer", string>>, addStatic?: boolean) => {
9153
+ declare const useClasses_68: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "titleContainer" | "textContainer", string>>, addStatic?: boolean) => {
9947
9154
  readonly classes: {
9948
9155
  root: string;
9949
9156
  container: string;
@@ -9958,27 +9165,26 @@ declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root"
9958
9165
  readonly cx: (...args: any) => string;
9959
9166
  };
9960
9167
 
9961
- declare const useClasses_7: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9168
+ declare const useClasses_69: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9962
9169
  readonly classes: {
9963
- root: string;
9964
- counterDisabled: string;
9965
- gutter: string;
9966
- overloaded: string;
9170
+ previewButton: string;
9171
+ overlay: string;
9967
9172
  };
9968
9173
  readonly css: any;
9969
9174
  readonly cx: (...args: any) => string;
9970
9175
  };
9971
9176
 
9972
- declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9177
+ declare const useClasses_7: (classesProp?: Partial<Record<"disabled" | "root" | "hideIcon", string>>, addStatic?: boolean) => {
9973
9178
  readonly classes: {
9974
- previewButton: string;
9975
- overlay: string;
9179
+ root: string;
9180
+ hideIcon: string;
9181
+ disabled: string;
9976
9182
  };
9977
9183
  readonly css: any;
9978
9184
  readonly cx: (...args: any) => string;
9979
9185
  };
9980
9186
 
9981
- declare const useClasses_71: (classesProp?: Partial<Record<"icon" | "progressbar" | "root" | "removeButton" | "progressbarContainer" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer" | "fail", string>>, addStatic?: boolean) => {
9187
+ declare const useClasses_70: (classesProp?: Partial<Record<"icon" | "progressbar" | "root" | "removeButton" | "progressbarContainer" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer" | "fail", string>>, addStatic?: boolean) => {
9982
9188
  readonly classes: {
9983
9189
  root: string;
9984
9190
  progressbar: string;
@@ -9995,7 +9201,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"icon" | "progressbar
9995
9201
  readonly cx: (...args: any) => string;
9996
9202
  };
9997
9203
 
9998
- declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9204
+ declare const useClasses_71: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9999
9205
  readonly classes: {
10000
9206
  root: string;
10001
9207
  };
@@ -10003,7 +9209,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, add
10003
9209
  readonly cx: (...args: any) => string;
10004
9210
  };
10005
9211
 
10006
- declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" | "dropZoneLabelsGroup" | "dragAction" | "dropZoneContainerDisabled" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9212
+ declare const useClasses_72: (classesProp?: Partial<Record<"dropZoneContainer" | "dropZoneLabelsGroup" | "dragAction" | "dropZoneContainerDisabled" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
10007
9213
  readonly classes: {
10008
9214
  dropZoneContainer: string;
10009
9215
  dropZoneLabelsGroup: string;
@@ -10021,7 +9227,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" |
10021
9227
  readonly cx: (...args: any) => string;
10022
9228
  };
10023
9229
 
10024
- declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9230
+ declare const useClasses_73: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
10025
9231
  readonly classes: {
10026
9232
  root: string;
10027
9233
  label: string;
@@ -10033,7 +9239,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "e
10033
9239
  readonly cx: (...args: any) => string;
10034
9240
  };
10035
9241
 
10036
- declare const useClasses_75: (classesProp?: Partial<Record<"dropdown" | "space" | "header" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "actionBar" | "applyButton", string>>, addStatic?: boolean) => {
9242
+ declare const useClasses_74: (classesProp?: Partial<Record<"dropdown" | "space" | "header" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "actionBar" | "applyButton", string>>, addStatic?: boolean) => {
10037
9243
  readonly classes: {
10038
9244
  dropdown: string;
10039
9245
  panel: string;
@@ -10050,7 +9256,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"dropdown" | "space"
10050
9256
  readonly cx: (...args: any) => string;
10051
9257
  };
10052
9258
 
10053
- declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "separator" | "root" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9259
+ declare const useClasses_75: (classesProp?: Partial<Record<"name" | "small" | "separator" | "root" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
10054
9260
  readonly classes: {
10055
9261
  root: string;
10056
9262
  name: string;
@@ -10063,7 +9269,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "s
10063
9269
  readonly cx: (...args: any) => string;
10064
9270
  };
10065
9271
 
10066
- declare const useClasses_77: (classesProp?: Partial<Record<"name" | "section" | "root" | "actions" | "wrapper" | "positionSticky" | "positionFixed" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton" | "sectionName", string>>, addStatic?: boolean) => {
9272
+ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "section" | "root" | "actions" | "backButton" | "wrapper" | "positionSticky" | "positionFixed" | "global", string>>, addStatic?: boolean) => {
10067
9273
  readonly classes: {
10068
9274
  root: string;
10069
9275
  positionSticky: string;
@@ -10071,18 +9277,15 @@ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "section" |
10071
9277
  global: string;
10072
9278
  section: string;
10073
9279
  wrapper: string;
10074
- globalSectionArea: string;
10075
- globalWrapperComplement: string;
10076
9280
  backButton: string;
10077
9281
  name: string;
10078
- sectionName: string;
10079
9282
  actions: string;
10080
9283
  };
10081
9284
  readonly css: any;
10082
9285
  readonly cx: (...args: any) => string;
10083
9286
  };
10084
9287
 
10085
- declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
9288
+ declare const useClasses_77: (classesProp?: Partial<Record<"container" | "root" | "item" | "zeroMinWidth" | "direction-xs-column" | "direction-xs-reverse" | "direction-xs-row-reverse" | "wrap-xs-nowrap" | "wrap-xs-wrap-reverse" | "spacing-xs-1" | "spacing-xs-2" | "spacing-xs-3" | "spacing-xs-4" | "spacing-xs-5" | "spacing-xs-6" | "spacing-xs-7" | "spacing-xs-8" | "spacing-xs-9" | "spacing-xs-10" | "grid-xs-auto" | "grid-xs-true" | "grid-xs-1" | "grid-xs-2" | "grid-xs-3" | "grid-xs-4" | "grid-xs-5" | "grid-xs-6" | "grid-xs-7" | "grid-xs-8" | "grid-xs-9" | "grid-xs-10" | "grid-xs-11" | "grid-xs-12", string>>, addStatic?: boolean) => {
10086
9289
  readonly classes: {
10087
9290
  root: string;
10088
9291
  container: string;
@@ -10122,7 +9325,7 @@ declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root"
10122
9325
  readonly cx: (...args: any) => string;
10123
9326
  };
10124
9327
 
10125
- declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "header" | "fixed" | "root", string>>, addStatic?: boolean) => {
9328
+ declare const useClasses_78: (classesProp?: Partial<Record<"backgroundColor" | "header" | "fixed" | "root", string>>, addStatic?: boolean) => {
10126
9329
  readonly classes: {
10127
9330
  root: string;
10128
9331
  header: string;
@@ -10133,21 +9336,15 @@ declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "
10133
9336
  readonly cx: (...args: any) => string;
10134
9337
  };
10135
9338
 
10136
- declare const useClasses_8: (classesProp?: Partial<Record<"icon" | "disabled" | "root" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
9339
+ declare const useClasses_79: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10137
9340
  readonly classes: {
10138
9341
  root: string;
10139
- icon: string;
10140
- adornment: string;
10141
- adornmentIcon: string;
10142
- hideIcon: string;
10143
- adornmentButton: string;
10144
- disabled: string;
10145
9342
  };
10146
9343
  readonly css: any;
10147
9344
  readonly cx: (...args: any) => string;
10148
9345
  };
10149
9346
 
10150
- declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9347
+ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10151
9348
  readonly classes: {
10152
9349
  root: string;
10153
9350
  };
@@ -10155,7 +9352,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, add
10155
9352
  readonly cx: (...args: any) => string;
10156
9353
  };
10157
9354
 
10158
- declare const useClasses_81: (classesProp?: Partial<Record<"separator" | "root" | "brandName", string>>, addStatic?: boolean) => {
9355
+ declare const useClasses_80: (classesProp?: Partial<Record<"separator" | "root" | "brandName", string>>, addStatic?: boolean) => {
10159
9356
  readonly classes: {
10160
9357
  root: string;
10161
9358
  separator: string;
@@ -10165,7 +9362,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"separator" | "root"
10165
9362
  readonly cx: (...args: any) => string;
10166
9363
  };
10167
9364
 
10168
- declare const useClasses_82: (classesProp?: Partial<Record<"hidden" | "menu" | "menubar" | "active" | "list" | "root", string>>, addStatic?: boolean) => {
9365
+ declare const useClasses_81: (classesProp?: Partial<Record<"hidden" | "menu" | "menubar" | "active" | "list" | "root", string>>, addStatic?: boolean) => {
10169
9366
  readonly classes: {
10170
9367
  root: string;
10171
9368
  menu: string;
@@ -10178,7 +9375,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"hidden" | "menu" | "
10178
9375
  readonly cx: (...args: any) => string;
10179
9376
  };
10180
9377
 
10181
- declare const useClasses_83: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "selected" | "root" | "item", string>>, addStatic?: boolean) => {
9378
+ declare const useClasses_82: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "selected" | "root" | "item", string>>, addStatic?: boolean) => {
10182
9379
  readonly classes: {
10183
9380
  root: string;
10184
9381
  menu: string;
@@ -10192,7 +9389,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"link" | "button" | "
10192
9389
  readonly cx: (...args: any) => string;
10193
9390
  };
10194
9391
 
10195
- declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9392
+ declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10196
9393
  readonly classes: {
10197
9394
  root: string;
10198
9395
  };
@@ -10200,10 +9397,9 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, add
10200
9397
  readonly cx: (...args: any) => string;
10201
9398
  };
10202
9399
 
10203
- declare const useClasses_85: (classesProp?: Partial<Record<"text" | "button" | "icon" | "input" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
9400
+ declare const useClasses_84: (classesProp?: Partial<Record<"text" | "button" | "icon" | "input" | "root" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
10204
9401
  readonly classes: {
10205
9402
  root: string;
10206
- inputBorderContainer: string;
10207
9403
  input: string;
10208
9404
  inputRoot: string;
10209
9405
  text: string;
@@ -10217,32 +9413,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"text" | "button" | "
10217
9413
  readonly cx: (...args: any) => string;
10218
9414
  };
10219
9415
 
10220
- declare const useClasses_86: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
10221
- readonly classes: {
10222
- root: string;
10223
- visualIndicatorContainer: string;
10224
- comparisons: string;
10225
- comparisonContainer: string;
10226
- comparisonComposition: string;
10227
- indicatorsContainer: string;
10228
- indicatorText: string;
10229
- indicatorUnit: string;
10230
- spacingToTheRight: string;
10231
- trendLine: string;
10232
- };
10233
- readonly css: any;
10234
- readonly cx: (...args: any) => string;
10235
- };
10236
-
10237
- declare const useClasses_87: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
10238
- readonly classes: {
10239
- a: string;
10240
- };
10241
- readonly css: any;
10242
- readonly cx: (...args: any) => string;
10243
- };
10244
-
10245
- declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
9416
+ declare const useClasses_85: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
10246
9417
  readonly classes: {
10247
9418
  root: string;
10248
9419
  virtualizedRoot: string;
@@ -10259,7 +9430,7 @@ declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "it
10259
9430
  readonly cx: (...args: any) => string;
10260
9431
  };
10261
9432
 
10262
- declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "hidden" | "root" | "blur" | "regular" | "barContainer" | "loadingBar" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
9433
+ declare const useClasses_86: (classesProp?: Partial<Record<"overlay" | "label" | "hidden" | "root" | "blur" | "barContainer" | "loadingBar", string>>, addStatic?: boolean) => {
10263
9434
  readonly classes: {
10264
9435
  root: string;
10265
9436
  barContainer: string;
@@ -10268,24 +9439,12 @@ declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" |
10268
9439
  overlay: string;
10269
9440
  blur: string;
10270
9441
  hidden: string;
10271
- small: string;
10272
- regular: string;
10273
- smallColor: string;
10274
- regularColor: string;
10275
- };
10276
- readonly css: any;
10277
- readonly cx: (...args: any) => string;
10278
- };
10279
-
10280
- declare const useClasses_9: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10281
- readonly classes: {
10282
- root: string;
10283
9442
  };
10284
9443
  readonly css: any;
10285
9444
  readonly cx: (...args: any) => string;
10286
9445
  };
10287
9446
 
10288
- declare const useClasses_90: (classesProp?: Partial<Record<"loading" | "root", string>>, addStatic?: boolean) => {
9447
+ declare const useClasses_87: (classesProp?: Partial<Record<"loading" | "root", string>>, addStatic?: boolean) => {
10289
9448
  readonly classes: {
10290
9449
  root: string;
10291
9450
  loading: string;
@@ -10294,7 +9453,7 @@ declare const useClasses_90: (classesProp?: Partial<Record<"loading" | "root", s
10294
9453
  readonly cx: (...args: any) => string;
10295
9454
  };
10296
9455
 
10297
- declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
9456
+ declare const useClasses_88: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
10298
9457
  readonly classes: {
10299
9458
  root: string;
10300
9459
  formContainer: string;
@@ -10303,7 +9462,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContain
10303
9462
  readonly cx: (...args: any) => string;
10304
9463
  };
10305
9464
 
10306
- declare const useClasses_92: (classesProp?: Partial<Record<"primary" | "primarySubtle" | "secondary" | "vertical" | "secondaryGhost" | "primaryGhost" | "secondarySubtle" | "button" | "multiple" | "selected" | "root" | "splitGroup" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
9465
+ declare const useClasses_89: (classesProp?: Partial<Record<"button" | "vertical" | "multiple" | "selected" | "root" | "splitGroup" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
10307
9466
  readonly classes: {
10308
9467
  root: string;
10309
9468
  multiple: string;
@@ -10314,18 +9473,22 @@ declare const useClasses_92: (classesProp?: Partial<Record<"primary" | "primaryS
10314
9473
  vertical: string;
10315
9474
  firstButton: string;
10316
9475
  lastButton: string;
10317
- primary: string;
10318
- primarySubtle: string;
10319
- primaryGhost: string;
10320
- secondary: string;
10321
- secondarySubtle: string;
10322
- secondaryGhost: string;
10323
9476
  };
10324
9477
  readonly css: any;
10325
9478
  readonly cx: (...args: any) => string;
10326
9479
  };
10327
9480
 
10328
- declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
9481
+ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
9482
+ readonly classes: {
9483
+ root: string;
9484
+ labelDisabled: string;
9485
+ childGutter: string;
9486
+ };
9487
+ readonly css: any;
9488
+ readonly cx: (...args: any) => string;
9489
+ };
9490
+
9491
+ declare const useClasses_90: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
10329
9492
  readonly classes: {
10330
9493
  tooltipData: string;
10331
9494
  tooltipAnchor: string;
@@ -10335,25 +9498,17 @@ declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tool
10335
9498
  readonly cx: (...args: any) => string;
10336
9499
  };
10337
9500
 
10338
- declare const useClasses_94: (classesProp?: Partial<Record<"tooltip" | "color" | "values" | "separator" | "title" | "root" | "popper" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
9501
+ declare const useClasses_91: (classesProp?: Partial<Record<"tooltip" | "root" | "popper", string>>, addStatic?: boolean) => {
10339
9502
  readonly classes: {
10340
9503
  root: string;
10341
9504
  tooltip: string;
10342
9505
  popper: string;
10343
- tooltipMulti: string;
10344
- title: string;
10345
- valuesContainer: string;
10346
- values: string;
10347
- color: string;
10348
- separatorColor: string;
10349
- separator: string;
10350
- valueWrapper: string;
10351
9506
  };
10352
9507
  readonly css: any;
10353
9508
  readonly cx: (...args: any) => string;
10354
9509
  };
10355
9510
 
10356
- declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9511
+ declare const useClasses_92: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10357
9512
  readonly classes: {
10358
9513
  root: string;
10359
9514
  };
@@ -10361,7 +9516,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, add
10361
9516
  readonly cx: (...args: any) => string;
10362
9517
  };
10363
9518
 
10364
- declare const useClasses_96: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
9519
+ declare const useClasses_93: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
10365
9520
  readonly classes: {
10366
9521
  root: string;
10367
9522
  progress: string;
@@ -10376,7 +9531,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"progress" | "root" |
10376
9531
  readonly cx: (...args: any) => string;
10377
9532
  };
10378
9533
 
10379
- declare const useClasses_97: (classesProp?: Partial<Record<"root" | "removeButton" | "combinator" | "topGroup" | "subGroup" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground" | "createConditionButton" | "createGroupButton", string>>, addStatic?: boolean) => {
9534
+ declare const useClasses_94: (classesProp?: Partial<Record<"root" | "removeButton" | "combinator" | "topGroup" | "subGroup" | "topCombinator" | "combinatorButton" | "topRemoveButton" | "topRemoveButtonDisabled" | "rulesContainer" | "subRulesContainer" | "actionButtonContainer" | "topActionButtonContainer" | "topRulesContainer" | "buttonBackground" | "createConditionButton" | "createGroupButton", string>>, addStatic?: boolean) => {
10380
9535
  readonly classes: {
10381
9536
  root: string;
10382
9537
  topGroup: string;
@@ -10400,7 +9555,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"root" | "removeButto
10400
9555
  readonly cx: (...args: any) => string;
10401
9556
  };
10402
9557
 
10403
- declare const useClasses_98: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "radio" | "disabled" | "checked" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
9558
+ declare const useClasses_95: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "radio" | "disabled" | "checked" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
10404
9559
  readonly classes: {
10405
9560
  root: string;
10406
9561
  container: string;
@@ -10419,7 +9574,7 @@ declare const useClasses_98: (classesProp?: Partial<Record<"left" | "right" | "c
10419
9574
  readonly cx: (...args: any) => string;
10420
9575
  };
10421
9576
 
10422
- declare const useClasses_99: (classesProp?: Partial<Record<"text" | "button" | "selected" | "root" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
9577
+ declare const useClasses_96: (classesProp?: Partial<Record<"text" | "button" | "selected" | "root" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
10423
9578
  readonly classes: {
10424
9579
  root: string;
10425
9580
  button: string;
@@ -10432,6 +9587,39 @@ declare const useClasses_99: (classesProp?: Partial<Record<"text" | "button" | "
10432
9587
  readonly cx: (...args: any) => string;
10433
9588
  };
10434
9589
 
9590
+ declare const useClasses_97: (classesProp?: Partial<Record<"root" | "item" | "itemSelected" | "positionSticky" | "positionFixed", string>>, addStatic?: boolean) => {
9591
+ readonly classes: {
9592
+ root: string;
9593
+ positionSticky: string;
9594
+ positionFixed: string;
9595
+ item: string;
9596
+ itemSelected: string;
9597
+ };
9598
+ readonly css: any;
9599
+ readonly cx: (...args: any) => string;
9600
+ };
9601
+
9602
+ declare const useClasses_98: (classesProp?: Partial<Record<"button" | "icon" | "root" | "notSelected", string>>, addStatic?: boolean) => {
9603
+ readonly classes: {
9604
+ root: string;
9605
+ icon: string;
9606
+ notSelected: string;
9607
+ button: string;
9608
+ };
9609
+ readonly css: any;
9610
+ readonly cx: (...args: any) => string;
9611
+ };
9612
+
9613
+ declare const useClasses_99: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
9614
+ readonly classes: {
9615
+ root: string;
9616
+ positionAbsolute: string;
9617
+ positionFixed: string;
9618
+ };
9619
+ readonly css: any;
9620
+ readonly cx: (...args: any) => string;
9621
+ };
9622
+
10435
9623
  export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: React.RefObject<T | null>, handler: (event: HvClickOutsideEvent) => void) => void;
10436
9624
 
10437
9625
  export declare const useComputation: (valueFn: Function, valueFallback?: Function) => (Function | undefined)[];
@@ -10442,7 +9630,7 @@ export { useCss }
10442
9630
 
10443
9631
  export { useDefaultProps }
10444
9632
 
10445
- export declare const useEnhancedEffect: typeof useLayoutEffect;
9633
+ export declare const useEnhancedEffect: typeof useEffect;
10446
9634
 
10447
9635
  export declare type UseFiltersProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
10448
9636
  pluginName: string;
@@ -10461,13 +9649,13 @@ export declare interface UseHvBulkActionsHooks<D extends object> {
10461
9649
  }
10462
9650
 
10463
9651
  export declare interface UseHvBulkActionsTableInstanceProps<D extends object> {
10464
- getHvBulkActionsProps: (propGetter?: HvBulkActionsPropGetter<D>) => HvTAbleBulkActionsProps;
9652
+ getHvBulkActionsProps: (propGetter?: HvBulkActionsPropGetter<D>) => HvTableBulkActionsProps;
10465
9653
  invertedToggleAllRowsSelected: () => void;
10466
9654
  }
10467
9655
 
10468
9656
  export declare type UseHvBulkActionsTableOptions = {
10469
9657
  /** Controls whether the "Select all" should _select_ or _unselect_ the rows, in a partial selection state. */
10470
- aditivePageBulkSelection?: boolean;
9658
+ additivePageBulkSelection?: boolean;
10471
9659
  /** Controls whether _only the current page_ or _all pages_ should be unselected */
10472
9660
  subtractivePageBulkDeselection?: boolean;
10473
9661
  showSelectAllPages?: boolean;
@@ -10754,7 +9942,7 @@ export declare type UseRowStateProps = (<D extends object = Record<string, unkno
10754
9942
  pluginName: string;
10755
9943
  };
10756
9944
 
10757
- export declare function useSavedState<T>(defaultState: T): readonly [T | undefined, (value?: T, save?: boolean) => void, () => void, T | undefined, T];
9945
+ export declare function useSavedState<T>(defaultState: T): readonly [T | undefined, (value?: T, save?: boolean) => void, () => void, T | undefined];
10758
9946
 
10759
9947
  export declare const useSelectionPath: (data: HvHeaderNavigationItemProp[], selectedId?: string) => string[];
10760
9948
 
@@ -10859,21 +10047,16 @@ declare interface UseTreeViewSelectionParameters<Multiple extends boolean | unde
10859
10047
  onNodeSelect?: (event: React_2.SyntheticEvent, nodeIds: Exclude<TreeViewSelectionValue<Multiple>, null>) => void;
10860
10048
  }
10861
10049
 
10862
- export declare const useUniqueId: (deterministicId?: string,
10863
- /**
10864
- * @deprecated
10865
- * Users should pick between a fully deterministic or fully generated id
10866
- * @example
10867
- * useUniqueId(setId(idPrefix, deterministicId))
10868
- * */
10869
- idPrefix?: string) => string;
10050
+ export declare const useUniqueId: (deterministicId?: string) => string;
10870
10051
 
10871
- export declare const useWidth: () => Breakpoint_2;
10052
+ export declare const useWidth: () => Breakpoint;
10872
10053
 
10873
10054
  declare type ValueOf<T> = T[keyof T];
10874
10055
 
10875
10056
  declare type ValueRenderer = React.FC<HvQueryBuilderRendererProps> | Record<string, React.FC<HvQueryBuilderRendererProps>>;
10876
10057
 
10058
+ declare type Variant = "contained" | "subtle" | "ghost";
10059
+
10877
10060
  export declare const verticalNavigationClasses: {
10878
10061
  root: string;
10879
10062
  collapsed: string;
@@ -10930,7 +10113,6 @@ export declare const verticalScrollListItemClasses: {
10930
10113
  root: string;
10931
10114
  icon: string;
10932
10115
  notSelected: string;
10933
- text: string;
10934
10116
  button: string;
10935
10117
  };
10936
10118
 
@@ -10946,4 +10128,6 @@ export declare const warningTextClasses: {
10946
10128
  topBorder: string;
10947
10129
  };
10948
10130
 
10131
+ declare type Weight = "regular" | "duotone" | "fill";
10132
+
10949
10133
  export { }