@hitachivantara/uikit-react-core 5.109.1 → 6.0.0-next.10

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 (912) 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 +3 -17
  10. package/dist/{esm/Banner → Banner}/BannerContent/BannerContent.styles.js +1 -7
  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 +2 -6
  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 +17 -23
  30. package/dist/{esm/ColorPicker → ColorPicker}/ColorPicker.styles.js +5 -10
  31. package/dist/{esm/ColorPicker/Fields → ColorPicker/Picker}/Fields.js +54 -44
  32. package/dist/ColorPicker/Picker/Picker.js +55 -0
  33. package/dist/ColorPicker/Picker/Picker.styles.js +44 -0
  34. package/dist/{esm/ColorPicker → ColorPicker}/PresetColors/PresetColors.js +5 -20
  35. package/dist/{esm/ColorPicker → ColorPicker}/PresetColors/PresetColors.styles.js +1 -10
  36. package/dist/ColorPicker/SavedColors/SavedColors.js +45 -0
  37. package/dist/ColorPicker/SavedColors/SavedColors.styles.js +31 -0
  38. package/dist/ColorPicker/Swatch.js +39 -0
  39. package/dist/{esm/Controls → Controls}/Controls.js +1 -2
  40. package/dist/{esm/Controls → Controls}/LeftControl/LeftControl.js +0 -2
  41. package/dist/{esm/Controls → Controls}/RightControl/RightControl.js +0 -2
  42. package/dist/{esm/Dialog → Dialog}/Actions/Actions.js +1 -3
  43. package/dist/{esm/Dialog → Dialog}/Actions/Actions.styles.js +1 -1
  44. package/dist/{esm/Dialog → Dialog}/Content/Content.styles.js +1 -1
  45. package/dist/{esm/Dialog → Dialog}/Dialog.js +6 -17
  46. package/dist/{esm/Dialog → Dialog}/Dialog.styles.js +1 -1
  47. package/dist/{esm/Dialog → Dialog}/Title/Title.js +1 -4
  48. package/dist/{esm/Dialog → Dialog}/Title/Title.styles.js +2 -8
  49. package/dist/{esm/DotPagination → DotPagination}/DotPagination.js +1 -1
  50. package/dist/{esm/DotPagination → DotPagination}/DotPagination.styles.js +0 -2
  51. package/dist/{esm/Drawer → Drawer}/Drawer.js +2 -8
  52. package/dist/{esm/DropDownMenu → DropDownMenu}/DropDownMenu.js +5 -12
  53. package/dist/{esm/DropDownMenu → DropDownMenu}/DropDownMenu.styles.js +1 -6
  54. package/dist/{esm/Dropdown → Dropdown}/Dropdown.js +0 -4
  55. package/dist/{esm/Dropdown → Dropdown}/List/List.js +7 -26
  56. package/dist/{esm/FileUploader → FileUploader}/DropZone/DropZone.js +3 -9
  57. package/dist/{esm/FileUploader → FileUploader}/FileList/FileList.js +1 -3
  58. package/dist/{esm/FileUploader → FileUploader}/FileUploader.js +1 -5
  59. package/dist/{esm/FilterGroup → FilterGroup}/FilterContent/FilterContent.js +4 -5
  60. package/dist/{esm/FilterGroup → FilterGroup}/LeftPanel/LeftPanel.js +1 -3
  61. package/dist/{esm/FilterGroup → FilterGroup}/RightPanel/RightPanel.js +4 -11
  62. package/dist/{esm/Focus → Focus}/Focus.js +1 -2
  63. package/dist/Focus/utils.js +22 -0
  64. package/dist/{esm/FormElement → FormElement}/Adornment/Adornment.js +0 -3
  65. package/dist/{esm/FormElement → FormElement}/Adornment/Adornment.styles.js +0 -8
  66. package/dist/{esm/FormElement → FormElement}/Suggestions/Suggestions.js +22 -37
  67. package/dist/{esm/GlobalActions → GlobalActions}/GlobalActions.js +13 -24
  68. package/dist/{esm/GlobalActions → GlobalActions}/GlobalActions.styles.js +0 -6
  69. package/dist/{esm/Grid → Grid}/Grid.js +1 -1
  70. package/dist/{esm/Header → Header}/Actions/Actions.styles.js +1 -1
  71. package/dist/{esm/Header → Header}/Brand/Brand.styles.js +1 -1
  72. package/dist/{esm/Header → Header}/Header.js +0 -1
  73. package/dist/{esm/Header → Header}/Header.styles.js +1 -3
  74. package/dist/{esm/Header → Header}/Navigation/MenuBar/Bar.styles.js +1 -1
  75. package/dist/{esm/Header → Header}/Navigation/MenuItem/MenuItem.styles.js +21 -24
  76. package/dist/{esm/Header → Header}/Navigation/Navigation.styles.js +1 -1
  77. package/dist/{esm/InlineEditor → InlineEditor}/InlineEditor.styles.js +0 -2
  78. package/dist/{esm/Input → Input}/Input.js +1 -3
  79. package/dist/{esm/Input → Input}/Input.styles.js +0 -4
  80. package/dist/{esm/List → List}/List.js +13 -13
  81. package/dist/{esm/ListContainer → ListContainer}/ListItem/ListItem.js +5 -23
  82. package/dist/{esm/ListContainer → ListContainer}/ListItem/ListItem.styles.js +0 -4
  83. package/dist/{esm/Loading → Loading}/Loading.js +1 -13
  84. package/dist/{esm/Loading → Loading}/Loading.styles.js +1 -9
  85. package/dist/{esm/MultiButton → MultiButton}/MultiButton.js +0 -2
  86. package/dist/{esm/MultiButton → MultiButton}/MultiButton.styles.js +2 -9
  87. package/dist/{esm/Pagination → Pagination}/Pagination.js +7 -26
  88. package/dist/{esm/Pagination → Pagination}/Pagination.styles.js +1 -9
  89. package/dist/{esm/QueryBuilder → QueryBuilder}/Context.js +1 -7
  90. package/dist/{esm/QueryBuilder → QueryBuilder}/QueryBuilder.js +1 -5
  91. package/dist/{esm/QueryBuilder → QueryBuilder}/Rule/Rule.js +1 -1
  92. package/dist/{esm/QueryBuilder → QueryBuilder}/RuleGroup.js +2 -2
  93. package/dist/{esm/ScrollToHorizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.js +1 -5
  94. package/dist/{esm/ScrollToHorizontal → ScrollToHorizontal}/ScrollToHorizontal.js +5 -10
  95. package/dist/{esm/ScrollToHorizontal → ScrollToHorizontal}/ScrollToHorizontal.styles.js +2 -3
  96. package/dist/{esm/ScrollToVertical → ScrollToVertical}/ScrollToVertical.js +1 -5
  97. package/dist/{esm/ScrollToVertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.js +1 -1
  98. package/dist/{esm/ScrollToVertical → ScrollToVertical}/VerticalScrollListItem/VerticalScrollListItem.styles.js +0 -2
  99. package/dist/{esm/Section → Section}/Section.js +0 -4
  100. package/dist/{esm/Section → Section}/Section.styles.js +0 -2
  101. package/dist/{esm/Select → Select}/Option.js +1 -1
  102. package/dist/{esm/Select → Select}/OptionGroup.js +1 -1
  103. package/dist/{esm/Select → Select}/Select.js +2 -6
  104. package/dist/{esm/Select → Select}/Select.styles.js +0 -4
  105. package/dist/{esm/Snackbar → Snackbar}/Snackbar.js +0 -5
  106. package/dist/{esm/Snackbar → Snackbar}/SnackbarContent/SnackbarContent.js +2 -7
  107. package/dist/{esm/Snackbar → Snackbar}/SnackbarContent/SnackbarContent.styles.js +1 -3
  108. package/dist/{esm/StatusIcon → StatusIcon}/StatusIcon.js +2 -2
  109. package/dist/{esm/Table → Table}/TableSection/TableSection.styles.js +1 -3
  110. package/dist/{esm/Table → Table}/hooks/useHvBulkActions.js +2 -2
  111. package/dist/{esm/Table → Table}/renderers/DateColumnCell.js +7 -11
  112. package/dist/Table/renderers/DropdownColumnCell.js +5 -0
  113. package/dist/{esm/Table → Table}/renderers/renderers.js +3 -3
  114. package/dist/{esm/Tag → Tag}/Tag.js +4 -9
  115. package/dist/{esm/Tag → Tag}/Tag.styles.js +1 -18
  116. package/dist/{esm/TagsInput → TagsInput}/TagsInput.js +2 -6
  117. package/dist/{esm/TagsInput → TagsInput}/TagsInput.styles.js +1 -18
  118. package/dist/{esm/TimeAgo → TimeAgo}/useTimeAgo.js +3 -7
  119. package/dist/{esm/Tooltip → Tooltip}/Tooltip.js +2 -3
  120. package/dist/Tooltip/Tooltip.styles.js +28 -0
  121. package/dist/{esm/TreeView → TreeView}/TreeView.js +1 -1
  122. package/dist/{esm/Typography → Typography}/Typography.js +7 -31
  123. package/dist/Typography/Typography.styles.js +25 -0
  124. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Actions/Action.js +0 -2
  125. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Navigation/Navigation.js +2 -8
  126. package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationPopup/NavigationPopupContainer.js +1 -2
  127. package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeViewItem.js +6 -7
  128. package/dist/{esm/hooks → hooks}/useExpandable.js +8 -7
  129. package/dist/hooks/useUniqueId.js +8 -0
  130. package/dist/{types/index.d.ts → index.d.ts} +489 -1330
  131. package/dist/{esm/index.js → index.js} +245 -285
  132. package/dist/{esm/providers → providers}/Provider.js +7 -10
  133. package/dist/{esm/providers → providers}/ThemeProvider.js +42 -47
  134. package/dist/themes/index.js +8 -0
  135. package/dist/{esm/themes/ds5.js → themes/next.js} +4 -16
  136. package/dist/{esm/themes/pentahoPlus.js → themes/pentaho.js} +15 -13
  137. package/dist/utils/setId.js +4 -0
  138. package/dist/utils/theme.js +9 -0
  139. package/dist/{esm/utils → utils}/useSavedState.js +3 -4
  140. package/package.json +15 -16
  141. package/dist/cjs/Accordion/Accordion.cjs +0 -91
  142. package/dist/cjs/Accordion/Accordion.styles.cjs +0 -18
  143. package/dist/cjs/ActionBar/ActionBar.cjs +0 -18
  144. package/dist/cjs/ActionBar/ActionBar.styles.cjs +0 -16
  145. package/dist/cjs/ActionsGeneric/ActionsGeneric.cjs +0 -111
  146. package/dist/cjs/ActionsGeneric/ActionsGeneric.styles.cjs +0 -17
  147. package/dist/cjs/AppSwitcher/Action/Action.cjs +0 -120
  148. package/dist/cjs/AppSwitcher/Action/Action.styles.cjs +0 -49
  149. package/dist/cjs/AppSwitcher/AppSwitcher.cjs +0 -100
  150. package/dist/cjs/AppSwitcher/AppSwitcher.styles.cjs +0 -55
  151. package/dist/cjs/Avatar/Avatar.cjs +0 -123
  152. package/dist/cjs/Avatar/Avatar.styles.cjs +0 -54
  153. package/dist/cjs/AvatarGroup/AvatarGroup.cjs +0 -152
  154. package/dist/cjs/AvatarGroup/AvatarGroup.styles.cjs +0 -66
  155. package/dist/cjs/AvatarGroup/AvatarGroupContext.cjs +0 -19
  156. package/dist/cjs/Badge/Badge.cjs +0 -56
  157. package/dist/cjs/Badge/Badge.styles.cjs +0 -54
  158. package/dist/cjs/Banner/Banner.cjs +0 -93
  159. package/dist/cjs/Banner/Banner.styles.cjs +0 -24
  160. package/dist/cjs/Banner/BannerContent/BannerContent.cjs +0 -70
  161. package/dist/cjs/Banner/BannerContent/BannerContent.styles.cjs +0 -50
  162. package/dist/cjs/BaseCheckBox/BaseCheckBox.cjs +0 -92
  163. package/dist/cjs/BaseCheckBox/BaseCheckBox.styles.cjs +0 -33
  164. package/dist/cjs/BaseCheckBox/CheckBoxIcon.cjs +0 -76
  165. package/dist/cjs/BaseDropdown/BaseDropdown.cjs +0 -287
  166. package/dist/cjs/BaseDropdown/BaseDropdown.styles.cjs +0 -109
  167. package/dist/cjs/BaseDropdown/BaseDropdownPanel.cjs +0 -81
  168. package/dist/cjs/BaseDropdown/context.cjs +0 -11
  169. package/dist/cjs/BaseInput/BaseInput.cjs +0 -97
  170. package/dist/cjs/BaseInput/BaseInput.styles.cjs +0 -121
  171. package/dist/cjs/BaseInput/validations.cjs +0 -74
  172. package/dist/cjs/BaseRadio/BaseRadio.cjs +0 -88
  173. package/dist/cjs/BaseRadio/BaseRadio.styles.cjs +0 -33
  174. package/dist/cjs/BaseRadio/RadioIcon.cjs +0 -51
  175. package/dist/cjs/BaseSwitch/BaseSwitch.cjs +0 -108
  176. package/dist/cjs/BaseSwitch/BaseSwitch.styles.cjs +0 -115
  177. package/dist/cjs/Box/Box.cjs +0 -22
  178. package/dist/cjs/BreadCrumb/BreadCrumb.cjs +0 -71
  179. package/dist/cjs/BreadCrumb/BreadCrumb.styles.cjs +0 -19
  180. package/dist/cjs/BreadCrumb/Page/Page.cjs +0 -36
  181. package/dist/cjs/BreadCrumb/Page/Page.styles.cjs +0 -27
  182. package/dist/cjs/BreadCrumb/PathElement/PathElement.cjs +0 -26
  183. package/dist/cjs/BreadCrumb/PathElement/PathElement.styles.cjs +0 -9
  184. package/dist/cjs/BreadCrumb/utils.cjs +0 -32
  185. package/dist/cjs/BulkActions/BulkActions.cjs +0 -103
  186. package/dist/cjs/BulkActions/BulkActions.styles.cjs +0 -49
  187. package/dist/cjs/Button/Button.cjs +0 -98
  188. package/dist/cjs/Button/Button.styles.cjs +0 -137
  189. package/dist/cjs/ButtonBase/ButtonBase.cjs +0 -53
  190. package/dist/cjs/ButtonBase/ButtonBase.styles.cjs +0 -32
  191. package/dist/cjs/Calendar/Calendar.cjs +0 -108
  192. package/dist/cjs/Calendar/Calendar.styles.cjs +0 -34
  193. package/dist/cjs/Calendar/CalendarHeader/CalendarHeader.cjs +0 -126
  194. package/dist/cjs/Calendar/CalendarHeader/CalendarHeader.styles.cjs +0 -18
  195. package/dist/cjs/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.cjs +0 -55
  196. package/dist/cjs/Calendar/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.cjs +0 -19
  197. package/dist/cjs/Calendar/CalendarNavigation/MonthSelector/MonthSelector.cjs +0 -45
  198. package/dist/cjs/Calendar/CalendarNavigation/MonthSelector/MonthSelector.styles.cjs +0 -26
  199. package/dist/cjs/Calendar/CalendarNavigation/Navigation/Navigation.cjs +0 -64
  200. package/dist/cjs/Calendar/CalendarNavigation/Navigation/Navigation.styles.cjs +0 -26
  201. package/dist/cjs/Calendar/SingleCalendar/CalendarCell.cjs +0 -86
  202. package/dist/cjs/Calendar/SingleCalendar/CalendarCell.styles.cjs +0 -59
  203. package/dist/cjs/Calendar/SingleCalendar/SingleCalendar.cjs +0 -153
  204. package/dist/cjs/Calendar/SingleCalendar/SingleCalendar.styles.cjs +0 -69
  205. package/dist/cjs/Calendar/model.cjs +0 -67
  206. package/dist/cjs/Calendar/utils.cjs +0 -144
  207. package/dist/cjs/Card/Card.cjs +0 -54
  208. package/dist/cjs/Card/Card.styles.cjs +0 -52
  209. package/dist/cjs/Card/Content/Content.cjs +0 -31
  210. package/dist/cjs/Card/Content/Content.styles.cjs +0 -11
  211. package/dist/cjs/Card/Header/Header.cjs +0 -43
  212. package/dist/cjs/Card/Header/Header.styles.cjs +0 -31
  213. package/dist/cjs/Card/Media/Media.cjs +0 -30
  214. package/dist/cjs/Card/Media/Media.styles.cjs +0 -9
  215. package/dist/cjs/Carousel/Carousel.cjs +0 -227
  216. package/dist/cjs/Carousel/Carousel.styles.cjs +0 -168
  217. package/dist/cjs/Carousel/CarouselControls.cjs +0 -66
  218. package/dist/cjs/Carousel/CarouselSlide/CarouselSlide.cjs +0 -27
  219. package/dist/cjs/Carousel/CarouselSlide/CarouselSlide.styles.cjs +0 -13
  220. package/dist/cjs/Carousel/CarouselThumbnails.cjs +0 -39
  221. package/dist/cjs/CheckBox/CheckBox.cjs +0 -185
  222. package/dist/cjs/CheckBox/CheckBox.styles.cjs +0 -59
  223. package/dist/cjs/CheckBoxGroup/CheckBoxGroup.cjs +0 -249
  224. package/dist/cjs/CheckBoxGroup/CheckBoxGroup.styles.cjs +0 -37
  225. package/dist/cjs/ColorPicker/ColorPicker.cjs +0 -234
  226. package/dist/cjs/ColorPicker/ColorPicker.styles.cjs +0 -52
  227. package/dist/cjs/ColorPicker/Fields/Fields.cjs +0 -152
  228. package/dist/cjs/ColorPicker/Fields/Fields.styles.cjs +0 -36
  229. package/dist/cjs/ColorPicker/Picker/Picker.cjs +0 -73
  230. package/dist/cjs/ColorPicker/Picker/Picker.styles.cjs +0 -65
  231. package/dist/cjs/ColorPicker/PresetColors/PresetColors.cjs +0 -46
  232. package/dist/cjs/ColorPicker/PresetColors/PresetColors.styles.cjs +0 -28
  233. package/dist/cjs/ColorPicker/SavedColors/SavedColors.cjs +0 -68
  234. package/dist/cjs/ColorPicker/SavedColors/SavedColors.styles.cjs +0 -46
  235. package/dist/cjs/Container/Container.cjs +0 -64
  236. package/dist/cjs/Container/Container.styles.cjs +0 -15
  237. package/dist/cjs/Controls/Controls.cjs +0 -78
  238. package/dist/cjs/Controls/Controls.styles.cjs +0 -15
  239. package/dist/cjs/Controls/LeftControl/LeftControl.cjs +0 -41
  240. package/dist/cjs/Controls/LeftControl/LeftControl.styles.cjs +0 -8
  241. package/dist/cjs/Controls/RightControl/RightControl.cjs +0 -49
  242. package/dist/cjs/Controls/RightControl/RightControl.styles.cjs +0 -9
  243. package/dist/cjs/Controls/context/ControlsContext.cjs +0 -9
  244. package/dist/cjs/DatePicker/DatePicker.cjs +0 -343
  245. package/dist/cjs/DatePicker/DatePicker.styles.cjs +0 -42
  246. package/dist/cjs/DatePicker/useVisibleDate.cjs +0 -147
  247. package/dist/cjs/DatePicker/utils.cjs +0 -28
  248. package/dist/cjs/Dialog/Actions/Actions.cjs +0 -35
  249. package/dist/cjs/Dialog/Actions/Actions.styles.cjs +0 -22
  250. package/dist/cjs/Dialog/Content/Content.cjs +0 -60
  251. package/dist/cjs/Dialog/Content/Content.styles.cjs +0 -19
  252. package/dist/cjs/Dialog/Dialog.cjs +0 -86
  253. package/dist/cjs/Dialog/Dialog.styles.cjs +0 -48
  254. package/dist/cjs/Dialog/Title/Title.cjs +0 -49
  255. package/dist/cjs/Dialog/Title/Title.styles.cjs +0 -24
  256. package/dist/cjs/Dialog/context.cjs +0 -7
  257. package/dist/cjs/DotPagination/DotPagination.cjs +0 -62
  258. package/dist/cjs/DotPagination/DotPagination.styles.cjs +0 -51
  259. package/dist/cjs/Drawer/Drawer.cjs +0 -74
  260. package/dist/cjs/Drawer/Drawer.styles.cjs +0 -23
  261. package/dist/cjs/DropDownMenu/DropDownMenu.cjs +0 -135
  262. package/dist/cjs/DropDownMenu/DropDownMenu.styles.cjs +0 -28
  263. package/dist/cjs/Dropdown/Dropdown.cjs +0 -315
  264. package/dist/cjs/Dropdown/Dropdown.styles.cjs +0 -50
  265. package/dist/cjs/Dropdown/List/List.cjs +0 -199
  266. package/dist/cjs/Dropdown/List/List.styles.cjs +0 -26
  267. package/dist/cjs/Dropdown/utils.cjs +0 -17
  268. package/dist/cjs/DropdownButton/DropdownButton.cjs +0 -50
  269. package/dist/cjs/DropdownButton/DropdownButton.styles.cjs +0 -49
  270. package/dist/cjs/EmptyState/EmptyState.cjs +0 -65
  271. package/dist/cjs/EmptyState/EmptyState.styles.cjs +0 -33
  272. package/dist/cjs/FileUploader/DropZone/DropZone.cjs +0 -193
  273. package/dist/cjs/FileUploader/DropZone/DropZone.styles.cjs +0 -70
  274. package/dist/cjs/FileUploader/File/File.cjs +0 -81
  275. package/dist/cjs/FileUploader/File/File.styles.cjs +0 -62
  276. package/dist/cjs/FileUploader/FileList/FileList.cjs +0 -31
  277. package/dist/cjs/FileUploader/FileList/FileList.styles.cjs +0 -18
  278. package/dist/cjs/FileUploader/FileUploader.cjs +0 -62
  279. package/dist/cjs/FileUploader/FileUploader.styles.cjs +0 -8
  280. package/dist/cjs/FileUploader/Preview/Preview.cjs +0 -54
  281. package/dist/cjs/FileUploader/Preview/Preview.styles.cjs +0 -29
  282. package/dist/cjs/FileUploader/utils.cjs +0 -13
  283. package/dist/cjs/FilterGroup/Counter/Counter.cjs +0 -46
  284. package/dist/cjs/FilterGroup/Counter/Counter.styles.cjs +0 -17
  285. package/dist/cjs/FilterGroup/FilterContent/FilterContent.cjs +0 -171
  286. package/dist/cjs/FilterGroup/FilterContent/FilterContent.styles.cjs +0 -53
  287. package/dist/cjs/FilterGroup/FilterGroup.cjs +0 -140
  288. package/dist/cjs/FilterGroup/FilterGroup.styles.cjs +0 -12
  289. package/dist/cjs/FilterGroup/FilterGroupContext.cjs +0 -77
  290. package/dist/cjs/FilterGroup/LeftPanel/LeftPanel.cjs +0 -34
  291. package/dist/cjs/FilterGroup/LeftPanel/LeftPanel.styles.cjs +0 -12
  292. package/dist/cjs/FilterGroup/RightPanel/RightPanel.cjs +0 -161
  293. package/dist/cjs/FilterGroup/RightPanel/RightPanel.styles.cjs +0 -29
  294. package/dist/cjs/Focus/Focus.cjs +0 -346
  295. package/dist/cjs/Focus/Focus.styles.cjs +0 -41
  296. package/dist/cjs/Focus/utils.cjs +0 -8
  297. package/dist/cjs/Footer/Footer.cjs +0 -42
  298. package/dist/cjs/Footer/Footer.styles.cjs +0 -45
  299. package/dist/cjs/FormElement/Adornment/Adornment.cjs +0 -54
  300. package/dist/cjs/FormElement/Adornment/Adornment.styles.cjs +0 -25
  301. package/dist/cjs/FormElement/CharCounter/CharCounter.cjs +0 -76
  302. package/dist/cjs/FormElement/CharCounter/CharCounter.styles.cjs +0 -12
  303. package/dist/cjs/FormElement/FormElement.cjs +0 -35
  304. package/dist/cjs/FormElement/FormElement.styles.cjs +0 -8
  305. package/dist/cjs/FormElement/InfoMessage/InfoMessage.cjs +0 -44
  306. package/dist/cjs/FormElement/InfoMessage/InfoMessage.styles.cjs +0 -11
  307. package/dist/cjs/FormElement/Label/Label.cjs +0 -60
  308. package/dist/cjs/FormElement/Label/Label.styles.cjs +0 -11
  309. package/dist/cjs/FormElement/LabelContainer.cjs +0 -58
  310. package/dist/cjs/FormElement/Suggestions/Suggestions.cjs +0 -86
  311. package/dist/cjs/FormElement/Suggestions/Suggestions.styles.cjs +0 -31
  312. package/dist/cjs/FormElement/WarningText/WarningText.cjs +0 -65
  313. package/dist/cjs/FormElement/WarningText/WarningText.styles.cjs +0 -30
  314. package/dist/cjs/FormElement/context.cjs +0 -11
  315. package/dist/cjs/FormElement/utils.cjs +0 -65
  316. package/dist/cjs/GlobalActions/GlobalActions.cjs +0 -74
  317. package/dist/cjs/GlobalActions/GlobalActions.styles.cjs +0 -85
  318. package/dist/cjs/Grid/Grid.cjs +0 -125
  319. package/dist/cjs/Grid/Grid.styles.cjs +0 -40
  320. package/dist/cjs/Header/Actions/Actions.cjs +0 -18
  321. package/dist/cjs/Header/Actions/Actions.styles.cjs +0 -16
  322. package/dist/cjs/Header/Brand/Brand.cjs +0 -24
  323. package/dist/cjs/Header/Brand/Brand.styles.cjs +0 -16
  324. package/dist/cjs/Header/Header.cjs +0 -33
  325. package/dist/cjs/Header/Header.styles.cjs +0 -33
  326. package/dist/cjs/Header/Navigation/MenuBar/Bar.cjs +0 -38
  327. package/dist/cjs/Header/Navigation/MenuBar/Bar.styles.cjs +0 -65
  328. package/dist/cjs/Header/Navigation/MenuBar/MenuBar.cjs +0 -29
  329. package/dist/cjs/Header/Navigation/MenuItem/MenuItem.cjs +0 -125
  330. package/dist/cjs/Header/Navigation/MenuItem/MenuItem.styles.cjs +0 -69
  331. package/dist/cjs/Header/Navigation/Navigation.cjs +0 -39
  332. package/dist/cjs/Header/Navigation/Navigation.styles.cjs +0 -18
  333. package/dist/cjs/Header/Navigation/useSelectionPath.cjs +0 -22
  334. package/dist/cjs/Header/Navigation/utils/FocusContext.cjs +0 -24
  335. package/dist/cjs/Header/Navigation/utils/SelectionContext.cjs +0 -5
  336. package/dist/cjs/IconButton/IconButton.cjs +0 -35
  337. package/dist/cjs/IconContainer/IconContainer.cjs +0 -81
  338. package/dist/cjs/InlineEditor/InlineEditor.cjs +0 -135
  339. package/dist/cjs/InlineEditor/InlineEditor.styles.cjs +0 -57
  340. package/dist/cjs/Input/Input.cjs +0 -472
  341. package/dist/cjs/Input/Input.styles.cjs +0 -53
  342. package/dist/cjs/Input/icons.cjs +0 -22
  343. package/dist/cjs/Input/utils.cjs +0 -12
  344. package/dist/cjs/Kpi/Kpi.cjs +0 -80
  345. package/dist/cjs/Kpi/Kpi.styles.cjs +0 -38
  346. package/dist/cjs/Link/Link.cjs +0 -33
  347. package/dist/cjs/Link/Link.styles.cjs +0 -15
  348. package/dist/cjs/List/List.cjs +0 -252
  349. package/dist/cjs/List/List.styles.cjs +0 -51
  350. package/dist/cjs/List/useSelectableList.cjs +0 -9
  351. package/dist/cjs/List/utils.cjs +0 -35
  352. package/dist/cjs/ListContainer/ListContainer.cjs +0 -68
  353. package/dist/cjs/ListContainer/ListContainer.styles.cjs +0 -11
  354. package/dist/cjs/ListContainer/ListContext/ListContext.cjs +0 -6
  355. package/dist/cjs/ListContainer/ListItem/ListItem.cjs +0 -137
  356. package/dist/cjs/ListContainer/ListItem/ListItem.styles.cjs +0 -84
  357. package/dist/cjs/Loading/Loading.cjs +0 -60
  358. package/dist/cjs/Loading/Loading.styles.cjs +0 -58
  359. package/dist/cjs/LoadingContainer/LoadingContainer.cjs +0 -41
  360. package/dist/cjs/LoadingContainer/LoadingContainer.styles.cjs +0 -20
  361. package/dist/cjs/Login/Login.cjs +0 -30
  362. package/dist/cjs/Login/Login.styles.cjs +0 -23
  363. package/dist/cjs/MultiButton/MultiButton.cjs +0 -62
  364. package/dist/cjs/MultiButton/MultiButton.styles.cjs +0 -146
  365. package/dist/cjs/NumberInput/NumberInput.cjs +0 -54
  366. package/dist/cjs/NumberInput/NumberInput.styles.cjs +0 -11
  367. package/dist/cjs/OverflowTooltip/OverflowTooltip.cjs +0 -87
  368. package/dist/cjs/OverflowTooltip/OverflowTooltip.styles.cjs +0 -24
  369. package/dist/cjs/Pagination/Pagination.cjs +0 -191
  370. package/dist/cjs/Pagination/Pagination.styles.cjs +0 -118
  371. package/dist/cjs/Pagination/Select.cjs +0 -63
  372. package/dist/cjs/Pagination/Select.styles.cjs +0 -21
  373. package/dist/cjs/Panel/Panel.cjs +0 -20
  374. package/dist/cjs/Panel/Panel.styles.cjs +0 -16
  375. package/dist/cjs/ProgressBar/ProgressBar.cjs +0 -54
  376. package/dist/cjs/ProgressBar/ProgressBar.styles.cjs +0 -42
  377. package/dist/cjs/QueryBuilder/ConfirmationDialog.cjs +0 -32
  378. package/dist/cjs/QueryBuilder/Context.cjs +0 -334
  379. package/dist/cjs/QueryBuilder/QueryBuilder.cjs +0 -148
  380. package/dist/cjs/QueryBuilder/QueryBuilder.styles.cjs +0 -110
  381. package/dist/cjs/QueryBuilder/Rule/Attribute.cjs +0 -65
  382. package/dist/cjs/QueryBuilder/Rule/Operator.cjs +0 -60
  383. package/dist/cjs/QueryBuilder/Rule/Rule.cjs +0 -105
  384. package/dist/cjs/QueryBuilder/Rule/Rule.styles.cjs +0 -56
  385. package/dist/cjs/QueryBuilder/RuleGroup.cjs +0 -211
  386. package/dist/cjs/QueryBuilder/Value/BooleanValue.cjs +0 -40
  387. package/dist/cjs/QueryBuilder/Value/DateTimeValue.cjs +0 -310
  388. package/dist/cjs/QueryBuilder/Value/EmptyValue.cjs +0 -16
  389. package/dist/cjs/QueryBuilder/Value/NumericValue.cjs +0 -210
  390. package/dist/cjs/QueryBuilder/Value/TextValue.cjs +0 -56
  391. package/dist/cjs/QueryBuilder/Value/Value.cjs +0 -74
  392. package/dist/cjs/QueryBuilder/types.cjs +0 -4
  393. package/dist/cjs/QueryBuilder/utils/index.cjs +0 -80
  394. package/dist/cjs/QueryBuilder/utils/reducer.cjs +0 -93
  395. package/dist/cjs/Radio/Radio.cjs +0 -148
  396. package/dist/cjs/Radio/Radio.styles.cjs +0 -57
  397. package/dist/cjs/RadioGroup/RadioGroup.cjs +0 -162
  398. package/dist/cjs/RadioGroup/RadioGroup.styles.cjs +0 -36
  399. package/dist/cjs/ScrollToHorizontal/HorizontalScrollListItem/HorizontalScrollListItem.cjs +0 -56
  400. package/dist/cjs/ScrollToHorizontal/HorizontalScrollListItem/HorizontalScrollListItem.styles.cjs +0 -50
  401. package/dist/cjs/ScrollToHorizontal/ScrollToHorizontal.cjs +0 -100
  402. package/dist/cjs/ScrollToHorizontal/ScrollToHorizontal.styles.cjs +0 -34
  403. package/dist/cjs/ScrollToVertical/ScrollToVertical.cjs +0 -83
  404. package/dist/cjs/ScrollToVertical/ScrollToVertical.styles.cjs +0 -40
  405. package/dist/cjs/ScrollToVertical/VerticalScrollListItem/VerticalScrollListItem.cjs +0 -40
  406. package/dist/cjs/ScrollToVertical/VerticalScrollListItem/VerticalScrollListItem.styles.cjs +0 -55
  407. package/dist/cjs/SearchInput/SearchInput.cjs +0 -28
  408. package/dist/cjs/SearchInput/SearchInput.styles.cjs +0 -9
  409. package/dist/cjs/Section/Section.cjs +0 -108
  410. package/dist/cjs/Section/Section.styles.cjs +0 -62
  411. package/dist/cjs/Select/Option.cjs +0 -51
  412. package/dist/cjs/Select/OptionGroup.cjs +0 -33
  413. package/dist/cjs/Select/Select.cjs +0 -237
  414. package/dist/cjs/Select/Select.styles.cjs +0 -43
  415. package/dist/cjs/SelectionList/SelectionList.cjs +0 -223
  416. package/dist/cjs/SelectionList/SelectionList.styles.cjs +0 -38
  417. package/dist/cjs/SimpleGrid/SimpleGrid.cjs +0 -28
  418. package/dist/cjs/SimpleGrid/SimpleGrid.styles.cjs +0 -45
  419. package/dist/cjs/Skeleton/Skeleton.cjs +0 -45
  420. package/dist/cjs/Skeleton/Skeleton.styles.cjs +0 -73
  421. package/dist/cjs/Slider/Slider.cjs +0 -437
  422. package/dist/cjs/Slider/Slider.styles.cjs +0 -223
  423. package/dist/cjs/Slider/SliderInput/SliderInput.cjs +0 -60
  424. package/dist/cjs/Slider/SliderInput/SliderInput.styles.cjs +0 -16
  425. package/dist/cjs/Slider/base.cjs +0 -245
  426. package/dist/cjs/Slider/utils.cjs +0 -245
  427. package/dist/cjs/Snackbar/Snackbar.cjs +0 -97
  428. package/dist/cjs/Snackbar/Snackbar.styles.cjs +0 -44
  429. package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.cjs +0 -55
  430. package/dist/cjs/Snackbar/SnackbarContent/SnackbarContent.styles.cjs +0 -34
  431. package/dist/cjs/SnackbarProvider/SnackbarProvider.cjs +0 -108
  432. package/dist/cjs/SnackbarProvider/SnackbarProvider.styles.cjs +0 -27
  433. package/dist/cjs/Stack/Stack.cjs +0 -89
  434. package/dist/cjs/Stack/Stack.styles.cjs +0 -35
  435. package/dist/cjs/StatusIcon/StatusIcon.cjs +0 -105
  436. package/dist/cjs/StatusIcon/StatusIcon.styles.cjs +0 -52
  437. package/dist/cjs/Switch/Switch.cjs +0 -141
  438. package/dist/cjs/Switch/Switch.styles.cjs +0 -62
  439. package/dist/cjs/Table/Table.cjs +0 -69
  440. package/dist/cjs/Table/Table.styles.cjs +0 -30
  441. package/dist/cjs/Table/TableBody/TableBody.cjs +0 -60
  442. package/dist/cjs/Table/TableBody/TableBody.styles.cjs +0 -8
  443. package/dist/cjs/Table/TableCell/TableCell.cjs +0 -69
  444. package/dist/cjs/Table/TableCell/TableCell.styles.cjs +0 -164
  445. package/dist/cjs/Table/TableContainer/TableContainer.cjs +0 -28
  446. package/dist/cjs/Table/TableContainer/TableContainer.styles.cjs +0 -13
  447. package/dist/cjs/Table/TableContext.cjs +0 -5
  448. package/dist/cjs/Table/TableHead/TableHead.cjs +0 -41
  449. package/dist/cjs/Table/TableHead/TableHead.styles.cjs +0 -9
  450. package/dist/cjs/Table/TableHeader/TableHeader.cjs +0 -129
  451. package/dist/cjs/Table/TableHeader/TableHeader.styles.cjs +0 -153
  452. package/dist/cjs/Table/TableHeader/utils.cjs +0 -17
  453. package/dist/cjs/Table/TableRow/TableRow.cjs +0 -53
  454. package/dist/cjs/Table/TableRow/TableRow.styles.cjs +0 -87
  455. package/dist/cjs/Table/TableSection/TableSection.cjs +0 -23
  456. package/dist/cjs/Table/TableSection/TableSection.styles.cjs +0 -100
  457. package/dist/cjs/Table/TableSectionContext.cjs +0 -5
  458. package/dist/cjs/Table/hooks/useHvBulkActions.cjs +0 -94
  459. package/dist/cjs/Table/hooks/useHvFilters.cjs +0 -6
  460. package/dist/cjs/Table/hooks/useHvGlobalFilter.cjs +0 -6
  461. package/dist/cjs/Table/hooks/useHvHeaderGroups.cjs +0 -90
  462. package/dist/cjs/Table/hooks/useHvPagination.cjs +0 -55
  463. package/dist/cjs/Table/hooks/useHvResizeColumns.cjs +0 -37
  464. package/dist/cjs/Table/hooks/useHvRowExpand.cjs +0 -77
  465. package/dist/cjs/Table/hooks/useHvRowSelection.cjs +0 -442
  466. package/dist/cjs/Table/hooks/useHvRowState.cjs +0 -6
  467. package/dist/cjs/Table/hooks/useHvSortBy.cjs +0 -36
  468. package/dist/cjs/Table/hooks/useHvSticky.cjs +0 -169
  469. package/dist/cjs/Table/hooks/useHvTable.cjs +0 -80
  470. package/dist/cjs/Table/hooks/useHvTableStyles.cjs +0 -89
  471. package/dist/cjs/Table/renderers/DateColumnCell.cjs +0 -22
  472. package/dist/cjs/Table/renderers/DefaultCell.cjs +0 -21
  473. package/dist/cjs/Table/renderers/DropdownColumnCell.cjs +0 -11
  474. package/dist/cjs/Table/renderers/ProgressColumnCell.cjs +0 -54
  475. package/dist/cjs/Table/renderers/SwitchColumnCell.cjs +0 -55
  476. package/dist/cjs/Table/renderers/renderers.cjs +0 -203
  477. package/dist/cjs/Tabs/Tab/Tab.cjs +0 -35
  478. package/dist/cjs/Tabs/Tab/Tab.styles.cjs +0 -56
  479. package/dist/cjs/Tabs/Tabs.cjs +0 -32
  480. package/dist/cjs/Tabs/Tabs.styles.cjs +0 -16
  481. package/dist/cjs/Tag/Tag.cjs +0 -137
  482. package/dist/cjs/Tag/Tag.styles.cjs +0 -107
  483. package/dist/cjs/TagsInput/TagsInput.cjs +0 -424
  484. package/dist/cjs/TagsInput/TagsInput.styles.cjs +0 -109
  485. package/dist/cjs/TextArea/TextArea.cjs +0 -277
  486. package/dist/cjs/TextArea/TextArea.styles.cjs +0 -22
  487. package/dist/cjs/TimeAgo/TimeAgo.cjs +0 -33
  488. package/dist/cjs/TimeAgo/TimeAgo.styles.cjs +0 -8
  489. package/dist/cjs/TimeAgo/formatUtils.cjs +0 -72
  490. package/dist/cjs/TimeAgo/useTimeAgo.cjs +0 -26
  491. package/dist/cjs/TimeAgo/useTimeout.cjs +0 -15
  492. package/dist/cjs/TimePicker/Placeholder.cjs +0 -53
  493. package/dist/cjs/TimePicker/TimePicker.cjs +0 -217
  494. package/dist/cjs/TimePicker/TimePicker.styles.cjs +0 -41
  495. package/dist/cjs/TimePicker/Unit/Unit.cjs +0 -53
  496. package/dist/cjs/TimePicker/Unit/Unit.styles.cjs +0 -48
  497. package/dist/cjs/ToggleButton/ToggleButton.cjs +0 -37
  498. package/dist/cjs/Tooltip/Tooltip.cjs +0 -58
  499. package/dist/cjs/Tooltip/Tooltip.styles.cjs +0 -81
  500. package/dist/cjs/TreeView/TreeItem/DefaultContent.cjs +0 -74
  501. package/dist/cjs/TreeView/TreeItem/TreeItem.cjs +0 -145
  502. package/dist/cjs/TreeView/TreeItem/TreeItem.styles.cjs +0 -72
  503. package/dist/cjs/TreeView/TreeItem/useHvTreeItem.cjs +0 -57
  504. package/dist/cjs/TreeView/TreeView.cjs +0 -65
  505. package/dist/cjs/TreeView/TreeView.styles.cjs +0 -14
  506. package/dist/cjs/TreeView/internals/DescendantProvider.cjs +0 -147
  507. package/dist/cjs/TreeView/internals/TreeViewProvider.cjs +0 -29
  508. package/dist/cjs/TreeView/internals/corePlugins.cjs +0 -5
  509. package/dist/cjs/TreeView/internals/hooks/plugins/defaultPlugins.cjs +0 -17
  510. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewContextValueBuilder.cjs +0 -24
  511. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewExpansion.cjs +0 -84
  512. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewFocus.cjs +0 -103
  513. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewKeyboardNavigation.cjs +0 -236
  514. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewNodes.cjs +0 -89
  515. package/dist/cjs/TreeView/internals/hooks/plugins/useTreeViewSelection.cjs +0 -218
  516. package/dist/cjs/TreeView/internals/hooks/useInstanceEventHandler.cjs +0 -95
  517. package/dist/cjs/TreeView/internals/hooks/useTreeView.cjs +0 -91
  518. package/dist/cjs/TreeView/internals/hooks/useTreeViewInstanceEvents.cjs +0 -54
  519. package/dist/cjs/TreeView/internals/hooks/useTreeViewModels.cjs +0 -61
  520. package/dist/cjs/TreeView/internals/hooks/utils.cjs +0 -46
  521. package/dist/cjs/TreeView/internals/utils/EventManager.cjs +0 -59
  522. package/dist/cjs/TreeView/internals/utils/FinalizationRegistryBasedCleanupTracking.cjs +0 -19
  523. package/dist/cjs/TreeView/internals/utils/TimerBasedCleanupTracking.cjs +0 -38
  524. package/dist/cjs/TreeView/internals/utils/publishTreeViewEvent.cjs +0 -6
  525. package/dist/cjs/Typography/Typography.cjs +0 -78
  526. package/dist/cjs/Typography/Typography.styles.cjs +0 -64
  527. package/dist/cjs/Typography/utils.cjs +0 -30
  528. package/dist/cjs/VerticalNavigation/Actions/Action.cjs +0 -46
  529. package/dist/cjs/VerticalNavigation/Actions/Action.styles.cjs +0 -29
  530. package/dist/cjs/VerticalNavigation/Actions/Actions.cjs +0 -33
  531. package/dist/cjs/VerticalNavigation/Actions/Actions.styles.cjs +0 -20
  532. package/dist/cjs/VerticalNavigation/Header/Header.cjs +0 -94
  533. package/dist/cjs/VerticalNavigation/Header/Header.styles.cjs +0 -33
  534. package/dist/cjs/VerticalNavigation/Navigation/Navigation.cjs +0 -284
  535. package/dist/cjs/VerticalNavigation/Navigation/Navigation.styles.cjs +0 -25
  536. package/dist/cjs/VerticalNavigation/NavigationPopup/NavigationPopup.styles.cjs +0 -18
  537. package/dist/cjs/VerticalNavigation/NavigationPopup/NavigationPopupContainer.cjs +0 -37
  538. package/dist/cjs/VerticalNavigation/NavigationSlider/NavigationSlider.cjs +0 -65
  539. package/dist/cjs/VerticalNavigation/NavigationSlider/NavigationSlider.styles.cjs +0 -34
  540. package/dist/cjs/VerticalNavigation/NavigationSlider/utils.cjs +0 -43
  541. package/dist/cjs/VerticalNavigation/TreeView/TreeView.cjs +0 -675
  542. package/dist/cjs/VerticalNavigation/TreeView/TreeView.styles.cjs +0 -17
  543. package/dist/cjs/VerticalNavigation/TreeView/TreeViewContext.cjs +0 -9
  544. package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.cjs +0 -420
  545. package/dist/cjs/VerticalNavigation/TreeView/TreeViewItem.styles.cjs +0 -145
  546. package/dist/cjs/VerticalNavigation/VerticalNavigation.cjs +0 -99
  547. package/dist/cjs/VerticalNavigation/VerticalNavigation.styles.cjs +0 -46
  548. package/dist/cjs/VerticalNavigation/VerticalNavigationContext.cjs +0 -11
  549. package/dist/cjs/hooks/useClickOutside.cjs +0 -25
  550. package/dist/cjs/hooks/useComputation.cjs +0 -15
  551. package/dist/cjs/hooks/useControlled.cjs +0 -18
  552. package/dist/cjs/hooks/useEnhancedEffect.cjs +0 -5
  553. package/dist/cjs/hooks/useExpandable.cjs +0 -32
  554. package/dist/cjs/hooks/useFocus.cjs +0 -38
  555. package/dist/cjs/hooks/useForkRef.cjs +0 -22
  556. package/dist/cjs/hooks/useImageLoaded.cjs +0 -27
  557. package/dist/cjs/hooks/useIsMounted.cjs +0 -14
  558. package/dist/cjs/hooks/useLabels.cjs +0 -10
  559. package/dist/cjs/hooks/useScrollTo.cjs +0 -131
  560. package/dist/cjs/hooks/useUniqueId.cjs +0 -32
  561. package/dist/cjs/hooks/useWidth.cjs +0 -16
  562. package/dist/cjs/icons.cjs +0 -97
  563. package/dist/cjs/index.cjs +0 -691
  564. package/dist/cjs/providers/Provider.cjs +0 -84
  565. package/dist/cjs/providers/ThemeProvider.cjs +0 -125
  566. package/dist/cjs/themes/ds3.cjs +0 -1216
  567. package/dist/cjs/themes/ds5.cjs +0 -284
  568. package/dist/cjs/themes/index.cjs +0 -12
  569. package/dist/cjs/themes/pentahoPlus.cjs +0 -877
  570. package/dist/cjs/types/generic.cjs +0 -7
  571. package/dist/cjs/utils/Callout.cjs +0 -154
  572. package/dist/cjs/utils/CounterLabel.cjs +0 -16
  573. package/dist/cjs/utils/browser.cjs +0 -8
  574. package/dist/cjs/utils/deepMerge.cjs +0 -19
  575. package/dist/cjs/utils/document.cjs +0 -14
  576. package/dist/cjs/utils/focusUtils.cjs +0 -8
  577. package/dist/cjs/utils/focusableElementFinder.cjs +0 -29
  578. package/dist/cjs/utils/getComponentName.cjs +0 -4
  579. package/dist/cjs/utils/helpers.cjs +0 -28
  580. package/dist/cjs/utils/hexToRgbA.cjs +0 -5
  581. package/dist/cjs/utils/iconVariant.cjs +0 -15
  582. package/dist/cjs/utils/keyboardUtils.cjs +0 -33
  583. package/dist/cjs/utils/multiSelectionEventHandler.cjs +0 -54
  584. package/dist/cjs/utils/scroll.cjs +0 -82
  585. package/dist/cjs/utils/setId.cjs +0 -10
  586. package/dist/cjs/utils/sizes.cjs +0 -33
  587. package/dist/cjs/utils/theme.cjs +0 -88
  588. package/dist/cjs/utils/useSavedState.cjs +0 -19
  589. package/dist/esm/Badge/Badge.js +0 -57
  590. package/dist/esm/Box/Box.js +0 -22
  591. package/dist/esm/ColorPicker/Fields/Fields.styles.js +0 -36
  592. package/dist/esm/ColorPicker/Picker/Picker.js +0 -73
  593. package/dist/esm/ColorPicker/Picker/Picker.styles.js +0 -65
  594. package/dist/esm/ColorPicker/SavedColors/SavedColors.js +0 -68
  595. package/dist/esm/ColorPicker/SavedColors/SavedColors.styles.js +0 -46
  596. package/dist/esm/Focus/utils.js +0 -8
  597. package/dist/esm/Kpi/Kpi.js +0 -81
  598. package/dist/esm/Kpi/Kpi.styles.js +0 -38
  599. package/dist/esm/Link/Link.js +0 -34
  600. package/dist/esm/Link/Link.styles.js +0 -15
  601. package/dist/esm/Table/renderers/DropdownColumnCell.js +0 -11
  602. package/dist/esm/Tooltip/Tooltip.styles.js +0 -81
  603. package/dist/esm/Typography/Typography.styles.js +0 -64
  604. package/dist/esm/Typography/utils.js +0 -30
  605. package/dist/esm/hooks/useUniqueId.js +0 -14
  606. package/dist/esm/themes/ds3.js +0 -1216
  607. package/dist/esm/themes/index.js +0 -12
  608. package/dist/esm/utils/browser.js +0 -8
  609. package/dist/esm/utils/getComponentName.js +0 -4
  610. package/dist/esm/utils/hexToRgbA.js +0 -5
  611. package/dist/esm/utils/setId.js +0 -10
  612. package/dist/esm/utils/sizes.js +0 -33
  613. package/dist/esm/utils/theme.js +0 -88
  614. package/dist/{esm/Accordion → Accordion}/Accordion.styles.js +0 -0
  615. package/dist/{esm/ActionBar → ActionBar}/ActionBar.js +0 -0
  616. package/dist/{esm/ActionBar → ActionBar}/ActionBar.styles.js +0 -0
  617. package/dist/{esm/AppSwitcher → AppSwitcher}/Action/Action.js +0 -0
  618. package/dist/{esm/AppSwitcher → AppSwitcher}/Action/Action.styles.js +0 -0
  619. package/dist/{esm/AppSwitcher → AppSwitcher}/AppSwitcher.js +0 -0
  620. package/dist/{esm/AppSwitcher → AppSwitcher}/AppSwitcher.styles.js +0 -0
  621. package/dist/{esm/AvatarGroup → AvatarGroup}/AvatarGroup.js +0 -0
  622. package/dist/{esm/AvatarGroup → AvatarGroup}/AvatarGroup.styles.js +0 -0
  623. package/dist/{esm/AvatarGroup → AvatarGroup}/AvatarGroupContext.js +0 -0
  624. package/dist/{esm/Banner → Banner}/Banner.styles.js +0 -0
  625. package/dist/{esm/BaseCheckBox → BaseCheckBox}/BaseCheckBox.js +0 -0
  626. package/dist/{esm/BaseCheckBox → BaseCheckBox}/BaseCheckBox.styles.js +0 -0
  627. package/dist/{esm/BaseCheckBox → BaseCheckBox}/CheckBoxIcon.js +0 -0
  628. package/dist/{esm/BaseDropdown → BaseDropdown}/context.js +0 -0
  629. package/dist/{esm/BaseInput → BaseInput}/validations.js +0 -0
  630. package/dist/{esm/BaseRadio → BaseRadio}/BaseRadio.js +0 -0
  631. package/dist/{esm/BaseRadio → BaseRadio}/BaseRadio.styles.js +0 -0
  632. package/dist/{esm/BaseRadio → BaseRadio}/RadioIcon.js +0 -0
  633. package/dist/{esm/BaseSwitch → BaseSwitch}/BaseSwitch.js +0 -0
  634. package/dist/{esm/BaseSwitch → BaseSwitch}/BaseSwitch.styles.js +0 -0
  635. package/dist/{esm/BreadCrumb → BreadCrumb}/BreadCrumb.js +0 -0
  636. package/dist/{esm/BreadCrumb → BreadCrumb}/BreadCrumb.styles.js +0 -0
  637. package/dist/{esm/BreadCrumb → BreadCrumb}/Page/Page.js +0 -0
  638. package/dist/{esm/BreadCrumb → BreadCrumb}/Page/Page.styles.js +0 -0
  639. package/dist/{esm/BreadCrumb → BreadCrumb}/PathElement/PathElement.js +0 -0
  640. package/dist/{esm/BreadCrumb → BreadCrumb}/PathElement/PathElement.styles.js +0 -0
  641. package/dist/{esm/Button → Button}/Button.js +0 -0
  642. package/dist/{esm/ButtonBase → ButtonBase}/ButtonBase.js +0 -0
  643. package/dist/{esm/ButtonBase → ButtonBase}/ButtonBase.styles.js +0 -0
  644. package/dist/{esm/Calendar → Calendar}/Calendar.styles.js +0 -0
  645. package/dist/{esm/Calendar → Calendar}/CalendarHeader/CalendarHeader.styles.js +0 -0
  646. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/ComposedNavigation/ComposedNavigation.styles.js +0 -0
  647. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/MonthSelector/MonthSelector.js +0 -0
  648. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/MonthSelector/MonthSelector.styles.js +0 -0
  649. package/dist/{esm/Calendar → Calendar}/CalendarNavigation/Navigation/Navigation.styles.js +0 -0
  650. package/dist/{esm/Calendar → Calendar}/SingleCalendar/CalendarCell.js +0 -0
  651. package/dist/{esm/Calendar → Calendar}/SingleCalendar/CalendarCell.styles.js +0 -0
  652. package/dist/{esm/Calendar → Calendar}/SingleCalendar/SingleCalendar.styles.js +0 -0
  653. package/dist/{esm/Calendar → Calendar}/model.js +0 -0
  654. package/dist/{esm/Calendar → Calendar}/utils.js +0 -0
  655. package/dist/{esm/Card → Card}/Card.js +0 -0
  656. package/dist/{esm/Card → Card}/Card.styles.js +0 -0
  657. package/dist/{esm/Card → Card}/Content/Content.js +0 -0
  658. package/dist/{esm/Card → Card}/Content/Content.styles.js +0 -0
  659. package/dist/{esm/Card → Card}/Media/Media.js +0 -0
  660. package/dist/{esm/Card → Card}/Media/Media.styles.js +0 -0
  661. package/dist/{esm/Carousel → Carousel}/CarouselControls.js +0 -0
  662. package/dist/{esm/Carousel → Carousel}/CarouselSlide/CarouselSlide.js +0 -0
  663. package/dist/{esm/Carousel → Carousel}/CarouselSlide/CarouselSlide.styles.js +0 -0
  664. package/dist/{esm/Carousel → Carousel}/CarouselThumbnails.js +0 -0
  665. package/dist/{esm/CheckBox → CheckBox}/CheckBox.js +0 -0
  666. package/dist/{esm/CheckBox → CheckBox}/CheckBox.styles.js +0 -0
  667. package/dist/{esm/CheckBoxGroup → CheckBoxGroup}/CheckBoxGroup.js +0 -0
  668. package/dist/{esm/CheckBoxGroup → CheckBoxGroup}/CheckBoxGroup.styles.js +0 -0
  669. package/dist/{esm/Container → Container}/Container.js +0 -0
  670. package/dist/{esm/Container → Container}/Container.styles.js +0 -0
  671. package/dist/{esm/Controls → Controls}/Controls.styles.js +0 -0
  672. package/dist/{esm/Controls → Controls}/LeftControl/LeftControl.styles.js +0 -0
  673. package/dist/{esm/Controls → Controls}/RightControl/RightControl.styles.js +0 -0
  674. package/dist/{esm/Controls → Controls}/context/ControlsContext.js +0 -0
  675. package/dist/{esm/DatePicker → DatePicker}/DatePicker.js +1 -1
  676. package/dist/{esm/DatePicker → DatePicker}/DatePicker.styles.js +0 -0
  677. package/dist/{esm/DatePicker → DatePicker}/useVisibleDate.js +0 -0
  678. package/dist/{esm/DatePicker → DatePicker}/utils.js +0 -0
  679. package/dist/{esm/Dialog → Dialog}/Content/Content.js +0 -0
  680. package/dist/{esm/Dialog → Dialog}/context.js +0 -0
  681. package/dist/{esm/Drawer → Drawer}/Drawer.styles.js +0 -0
  682. package/dist/{esm/Dropdown → Dropdown}/Dropdown.styles.js +0 -0
  683. package/dist/{esm/Dropdown → Dropdown}/List/List.styles.js +0 -0
  684. package/dist/{esm/Dropdown → Dropdown}/utils.js +0 -0
  685. package/dist/{esm/DropdownButton → DropdownButton}/DropdownButton.js +0 -0
  686. package/dist/{esm/DropdownButton → DropdownButton}/DropdownButton.styles.js +0 -0
  687. package/dist/{esm/EmptyState → EmptyState}/EmptyState.js +0 -0
  688. package/dist/{esm/EmptyState → EmptyState}/EmptyState.styles.js +0 -0
  689. package/dist/{esm/FileUploader → FileUploader}/DropZone/DropZone.styles.js +0 -0
  690. package/dist/{esm/FileUploader → FileUploader}/File/File.js +0 -0
  691. package/dist/{esm/FileUploader → FileUploader}/File/File.styles.js +0 -0
  692. package/dist/{esm/FileUploader → FileUploader}/FileList/FileList.styles.js +0 -0
  693. package/dist/{esm/FileUploader → FileUploader}/FileUploader.styles.js +0 -0
  694. package/dist/{esm/FileUploader → FileUploader}/Preview/Preview.js +0 -0
  695. package/dist/{esm/FileUploader → FileUploader}/Preview/Preview.styles.js +0 -0
  696. package/dist/{esm/FileUploader → FileUploader}/utils.js +0 -0
  697. package/dist/{esm/FilterGroup → FilterGroup}/Counter/Counter.js +0 -0
  698. package/dist/{esm/FilterGroup → FilterGroup}/Counter/Counter.styles.js +0 -0
  699. package/dist/{esm/FilterGroup → FilterGroup}/FilterContent/FilterContent.styles.js +0 -0
  700. package/dist/{esm/FilterGroup → FilterGroup}/FilterGroup.js +0 -0
  701. package/dist/{esm/FilterGroup → FilterGroup}/FilterGroup.styles.js +0 -0
  702. package/dist/{esm/FilterGroup → FilterGroup}/FilterGroupContext.js +0 -0
  703. package/dist/{esm/FilterGroup → FilterGroup}/LeftPanel/LeftPanel.styles.js +0 -0
  704. package/dist/{esm/FilterGroup → FilterGroup}/RightPanel/RightPanel.styles.js +0 -0
  705. package/dist/{esm/Focus → Focus}/Focus.styles.js +0 -0
  706. package/dist/{esm/Footer → Footer}/Footer.js +0 -0
  707. package/dist/{esm/Footer → Footer}/Footer.styles.js +0 -0
  708. package/dist/{esm/FormElement → FormElement}/CharCounter/CharCounter.js +0 -0
  709. package/dist/{esm/FormElement → FormElement}/CharCounter/CharCounter.styles.js +0 -0
  710. package/dist/{esm/FormElement → FormElement}/FormElement.js +0 -0
  711. package/dist/{esm/FormElement → FormElement}/FormElement.styles.js +0 -0
  712. package/dist/{esm/FormElement → FormElement}/InfoMessage/InfoMessage.js +0 -0
  713. package/dist/{esm/FormElement → FormElement}/InfoMessage/InfoMessage.styles.js +0 -0
  714. package/dist/{esm/FormElement → FormElement}/Label/Label.js +0 -0
  715. package/dist/{esm/FormElement → FormElement}/Label/Label.styles.js +0 -0
  716. package/dist/{esm/FormElement → FormElement}/LabelContainer.js +0 -0
  717. package/dist/{esm/FormElement → FormElement}/Suggestions/Suggestions.styles.js +0 -0
  718. package/dist/{esm/FormElement → FormElement}/WarningText/WarningText.js +0 -0
  719. package/dist/{esm/FormElement → FormElement}/WarningText/WarningText.styles.js +0 -0
  720. package/dist/{esm/FormElement → FormElement}/context.js +0 -0
  721. package/dist/{esm/FormElement → FormElement}/utils.js +0 -0
  722. package/dist/{esm/Grid → Grid}/Grid.styles.js +0 -0
  723. package/dist/{esm/Header → Header}/Actions/Actions.js +0 -0
  724. package/dist/{esm/Header → Header}/Brand/Brand.js +0 -0
  725. package/dist/{esm/Header → Header}/Navigation/MenuBar/Bar.js +0 -0
  726. package/dist/{esm/Header → Header}/Navigation/MenuBar/MenuBar.js +0 -0
  727. package/dist/{esm/Header → Header}/Navigation/MenuItem/MenuItem.js +0 -0
  728. package/dist/{esm/Header → Header}/Navigation/Navigation.js +0 -0
  729. package/dist/{esm/Header → Header}/Navigation/useSelectionPath.js +0 -0
  730. package/dist/{esm/Header → Header}/Navigation/utils/FocusContext.js +0 -0
  731. package/dist/{esm/Header → Header}/Navigation/utils/SelectionContext.js +0 -0
  732. package/dist/{esm/IconButton → IconButton}/IconButton.js +1 -1
  733. package/dist/{esm/IconContainer → IconContainer}/IconContainer.js +0 -0
  734. package/dist/{esm/InlineEditor → InlineEditor}/InlineEditor.js +1 -1
  735. package/dist/{esm/Input → Input}/icons.js +0 -0
  736. package/dist/{esm/Input → Input}/utils.js +0 -0
  737. package/dist/{esm/List → List}/List.styles.js +0 -0
  738. package/dist/{esm/List → List}/useSelectableList.js +0 -0
  739. package/dist/{esm/List → List}/utils.js +0 -0
  740. package/dist/{esm/ListContainer → ListContainer}/ListContainer.js +0 -0
  741. package/dist/{esm/ListContainer → ListContainer}/ListContainer.styles.js +0 -0
  742. package/dist/{esm/ListContainer → ListContainer}/ListContext/ListContext.js +0 -0
  743. package/dist/{esm/LoadingContainer → LoadingContainer}/LoadingContainer.js +0 -0
  744. package/dist/{esm/LoadingContainer → LoadingContainer}/LoadingContainer.styles.js +0 -0
  745. package/dist/{esm/Login → Login}/Login.js +0 -0
  746. package/dist/{esm/Login → Login}/Login.styles.js +0 -0
  747. package/dist/{esm/NumberInput → NumberInput}/NumberInput.js +0 -0
  748. package/dist/{esm/NumberInput → NumberInput}/NumberInput.styles.js +0 -0
  749. package/dist/{esm/OverflowTooltip → OverflowTooltip}/OverflowTooltip.js +0 -0
  750. package/dist/{esm/OverflowTooltip → OverflowTooltip}/OverflowTooltip.styles.js +0 -0
  751. package/dist/{esm/Pagination → Pagination}/Select.js +0 -0
  752. package/dist/{esm/Pagination → Pagination}/Select.styles.js +0 -0
  753. package/dist/{esm/Panel → Panel}/Panel.js +0 -0
  754. package/dist/{esm/Panel → Panel}/Panel.styles.js +0 -0
  755. package/dist/{esm/ProgressBar → ProgressBar}/ProgressBar.js +0 -0
  756. package/dist/{esm/ProgressBar → ProgressBar}/ProgressBar.styles.js +0 -0
  757. package/dist/{esm/QueryBuilder → QueryBuilder}/ConfirmationDialog.js +0 -0
  758. package/dist/{esm/QueryBuilder → QueryBuilder}/QueryBuilder.styles.js +0 -0
  759. package/dist/{esm/QueryBuilder → QueryBuilder}/Rule/Attribute.js +0 -0
  760. package/dist/{esm/QueryBuilder → QueryBuilder}/Rule/Operator.js +0 -0
  761. package/dist/{esm/QueryBuilder → QueryBuilder}/Rule/Rule.styles.js +0 -0
  762. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/BooleanValue.js +0 -0
  763. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/DateTimeValue.js +0 -0
  764. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/EmptyValue.js +0 -0
  765. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/NumericValue.js +0 -0
  766. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/TextValue.js +0 -0
  767. package/dist/{esm/QueryBuilder → QueryBuilder}/Value/Value.js +0 -0
  768. package/dist/{esm/QueryBuilder → QueryBuilder}/types.js +0 -0
  769. package/dist/{esm/QueryBuilder → QueryBuilder}/utils/index.js +0 -0
  770. package/dist/{esm/QueryBuilder → QueryBuilder}/utils/reducer.js +0 -0
  771. package/dist/{esm/Radio → Radio}/Radio.js +0 -0
  772. package/dist/{esm/Radio → Radio}/Radio.styles.js +0 -0
  773. package/dist/{esm/RadioGroup → RadioGroup}/RadioGroup.js +0 -0
  774. package/dist/{esm/RadioGroup → RadioGroup}/RadioGroup.styles.js +0 -0
  775. package/dist/{esm/ScrollToHorizontal → ScrollToHorizontal}/HorizontalScrollListItem/HorizontalScrollListItem.styles.js +0 -0
  776. package/dist/{esm/ScrollToVertical → ScrollToVertical}/ScrollToVertical.styles.js +0 -0
  777. package/dist/{esm/SearchInput → SearchInput}/SearchInput.js +0 -0
  778. package/dist/{esm/SearchInput → SearchInput}/SearchInput.styles.js +0 -0
  779. package/dist/{esm/SelectionList → SelectionList}/SelectionList.js +0 -0
  780. package/dist/{esm/SelectionList → SelectionList}/SelectionList.styles.js +0 -0
  781. package/dist/{esm/SimpleGrid → SimpleGrid}/SimpleGrid.js +0 -0
  782. package/dist/{esm/SimpleGrid → SimpleGrid}/SimpleGrid.styles.js +0 -0
  783. package/dist/{esm/Skeleton → Skeleton}/Skeleton.js +0 -0
  784. package/dist/{esm/Skeleton → Skeleton}/Skeleton.styles.js +0 -0
  785. package/dist/{esm/Slider → Slider}/Slider.js +0 -0
  786. package/dist/{esm/Slider → Slider}/Slider.styles.js +0 -0
  787. package/dist/{esm/Slider → Slider}/SliderInput/SliderInput.js +0 -0
  788. package/dist/{esm/Slider → Slider}/SliderInput/SliderInput.styles.js +0 -0
  789. package/dist/{esm/Slider → Slider}/base.js +0 -0
  790. package/dist/{esm/Slider → Slider}/utils.js +0 -0
  791. package/dist/{esm/Snackbar → Snackbar}/Snackbar.styles.js +0 -0
  792. package/dist/{esm/SnackbarProvider → SnackbarProvider}/SnackbarProvider.js +0 -0
  793. package/dist/{esm/SnackbarProvider → SnackbarProvider}/SnackbarProvider.styles.js +0 -0
  794. package/dist/{esm/Stack → Stack}/Stack.js +0 -0
  795. package/dist/{esm/Stack → Stack}/Stack.styles.js +0 -0
  796. package/dist/{esm/StatusIcon → StatusIcon}/StatusIcon.styles.js +0 -0
  797. package/dist/{esm/Switch → Switch}/Switch.js +0 -0
  798. package/dist/{esm/Switch → Switch}/Switch.styles.js +0 -0
  799. package/dist/{esm/Table → Table}/Table.js +0 -0
  800. package/dist/{esm/Table → Table}/Table.styles.js +0 -0
  801. package/dist/{esm/Table → Table}/TableBody/TableBody.js +0 -0
  802. package/dist/{esm/Table → Table}/TableBody/TableBody.styles.js +0 -0
  803. package/dist/{esm/Table → Table}/TableCell/TableCell.js +0 -0
  804. package/dist/{esm/Table → Table}/TableCell/TableCell.styles.js +0 -0
  805. package/dist/{esm/Table → Table}/TableContainer/TableContainer.js +0 -0
  806. package/dist/{esm/Table → Table}/TableContainer/TableContainer.styles.js +0 -0
  807. package/dist/{esm/Table → Table}/TableContext.js +0 -0
  808. package/dist/{esm/Table → Table}/TableHead/TableHead.js +0 -0
  809. package/dist/{esm/Table → Table}/TableHead/TableHead.styles.js +0 -0
  810. package/dist/{esm/Table → Table}/TableHeader/TableHeader.js +0 -0
  811. package/dist/{esm/Table → Table}/TableHeader/TableHeader.styles.js +0 -0
  812. package/dist/{esm/Table → Table}/TableHeader/utils.js +0 -0
  813. package/dist/{esm/Table → Table}/TableRow/TableRow.js +0 -0
  814. package/dist/{esm/Table → Table}/TableRow/TableRow.styles.js +0 -0
  815. package/dist/{esm/Table → Table}/TableSection/TableSection.js +0 -0
  816. package/dist/{esm/Table → Table}/TableSectionContext.js +0 -0
  817. package/dist/{esm/Table → Table}/hooks/useHvFilters.js +0 -0
  818. package/dist/{esm/Table → Table}/hooks/useHvGlobalFilter.js +0 -0
  819. package/dist/{esm/Table → Table}/hooks/useHvHeaderGroups.js +0 -0
  820. package/dist/{esm/Table → Table}/hooks/useHvPagination.js +0 -0
  821. package/dist/{esm/Table → Table}/hooks/useHvResizeColumns.js +0 -0
  822. package/dist/{esm/Table → Table}/hooks/useHvRowExpand.js +0 -0
  823. package/dist/{esm/Table → Table}/hooks/useHvRowSelection.js +0 -0
  824. package/dist/{esm/Table → Table}/hooks/useHvRowState.js +0 -0
  825. package/dist/{esm/Table → Table}/hooks/useHvSortBy.js +0 -0
  826. package/dist/{esm/Table → Table}/hooks/useHvSticky.js +0 -0
  827. package/dist/{esm/Table → Table}/hooks/useHvTable.js +0 -0
  828. package/dist/{esm/Table → Table}/hooks/useHvTableStyles.js +0 -0
  829. package/dist/{esm/Table → Table}/renderers/DefaultCell.js +0 -0
  830. package/dist/{esm/Table → Table}/renderers/ProgressColumnCell.js +0 -0
  831. package/dist/{esm/Table → Table}/renderers/SwitchColumnCell.js +0 -0
  832. package/dist/{esm/Tabs → Tabs}/Tab/Tab.js +0 -0
  833. package/dist/{esm/Tabs → Tabs}/Tab/Tab.styles.js +0 -0
  834. package/dist/{esm/Tabs → Tabs}/Tabs.js +0 -0
  835. package/dist/{esm/Tabs → Tabs}/Tabs.styles.js +0 -0
  836. package/dist/{esm/TextArea → TextArea}/TextArea.js +0 -0
  837. package/dist/{esm/TextArea → TextArea}/TextArea.styles.js +0 -0
  838. package/dist/{esm/TimeAgo → TimeAgo}/TimeAgo.js +0 -0
  839. package/dist/{esm/TimeAgo → TimeAgo}/TimeAgo.styles.js +0 -0
  840. package/dist/{esm/TimeAgo → TimeAgo}/formatUtils.js +0 -0
  841. package/dist/{esm/TimeAgo → TimeAgo}/useTimeout.js +0 -0
  842. package/dist/{esm/TimePicker → TimePicker}/Placeholder.js +0 -0
  843. package/dist/{esm/TimePicker → TimePicker}/TimePicker.js +0 -0
  844. package/dist/{esm/TimePicker → TimePicker}/TimePicker.styles.js +0 -0
  845. package/dist/{esm/TimePicker → TimePicker}/Unit/Unit.js +0 -0
  846. package/dist/{esm/TimePicker → TimePicker}/Unit/Unit.styles.js +0 -0
  847. package/dist/{esm/ToggleButton → ToggleButton}/ToggleButton.js +0 -0
  848. package/dist/{esm/TreeView → TreeView}/TreeItem/DefaultContent.js +0 -0
  849. package/dist/{esm/TreeView → TreeView}/TreeItem/TreeItem.js +0 -0
  850. package/dist/{esm/TreeView → TreeView}/TreeItem/TreeItem.styles.js +0 -0
  851. package/dist/{esm/TreeView → TreeView}/TreeItem/useHvTreeItem.js +0 -0
  852. package/dist/{esm/TreeView → TreeView}/TreeView.styles.js +0 -0
  853. package/dist/{esm/TreeView → TreeView}/internals/DescendantProvider.js +0 -0
  854. package/dist/{esm/TreeView → TreeView}/internals/TreeViewProvider.js +0 -0
  855. package/dist/{esm/TreeView → TreeView}/internals/corePlugins.js +0 -0
  856. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/defaultPlugins.js +0 -0
  857. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewContextValueBuilder.js +0 -0
  858. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewExpansion.js +0 -0
  859. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewFocus.js +0 -0
  860. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewKeyboardNavigation.js +0 -0
  861. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewNodes.js +0 -0
  862. package/dist/{esm/TreeView → TreeView}/internals/hooks/plugins/useTreeViewSelection.js +0 -0
  863. package/dist/{esm/TreeView → TreeView}/internals/hooks/useInstanceEventHandler.js +0 -0
  864. package/dist/{esm/TreeView → TreeView}/internals/hooks/useTreeView.js +0 -0
  865. package/dist/{esm/TreeView → TreeView}/internals/hooks/useTreeViewInstanceEvents.js +0 -0
  866. package/dist/{esm/TreeView → TreeView}/internals/hooks/useTreeViewModels.js +0 -0
  867. package/dist/{esm/TreeView → TreeView}/internals/hooks/utils.js +0 -0
  868. package/dist/{esm/TreeView → TreeView}/internals/utils/EventManager.js +0 -0
  869. package/dist/{esm/TreeView → TreeView}/internals/utils/FinalizationRegistryBasedCleanupTracking.js +0 -0
  870. package/dist/{esm/TreeView → TreeView}/internals/utils/TimerBasedCleanupTracking.js +0 -0
  871. package/dist/{esm/TreeView → TreeView}/internals/utils/publishTreeViewEvent.js +0 -0
  872. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Actions/Action.styles.js +0 -0
  873. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Actions/Actions.js +0 -0
  874. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Actions/Actions.styles.js +0 -0
  875. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Header/Header.js +0 -0
  876. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Header/Header.styles.js +0 -0
  877. package/dist/{esm/VerticalNavigation → VerticalNavigation}/Navigation/Navigation.styles.js +0 -0
  878. package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationPopup/NavigationPopup.styles.js +0 -0
  879. package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationSlider/NavigationSlider.js +1 -1
  880. package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationSlider/NavigationSlider.styles.js +0 -0
  881. package/dist/{esm/VerticalNavigation → VerticalNavigation}/NavigationSlider/utils.js +0 -0
  882. package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeView.js +0 -0
  883. package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeView.styles.js +0 -0
  884. package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeViewContext.js +0 -0
  885. package/dist/{esm/VerticalNavigation → VerticalNavigation}/TreeView/TreeViewItem.styles.js +0 -0
  886. package/dist/{esm/VerticalNavigation → VerticalNavigation}/VerticalNavigation.js +0 -0
  887. package/dist/{esm/VerticalNavigation → VerticalNavigation}/VerticalNavigation.styles.js +0 -0
  888. package/dist/{esm/VerticalNavigation → VerticalNavigation}/VerticalNavigationContext.js +0 -0
  889. package/dist/{esm/hooks → hooks}/useClickOutside.js +0 -0
  890. package/dist/{esm/hooks → hooks}/useComputation.js +0 -0
  891. package/dist/{esm/hooks → hooks}/useControlled.js +0 -0
  892. package/dist/{esm/hooks → hooks}/useEnhancedEffect.js +0 -0
  893. package/dist/{esm/hooks → hooks}/useFocus.js +0 -0
  894. package/dist/{esm/hooks → hooks}/useForkRef.js +0 -0
  895. package/dist/{esm/hooks → hooks}/useImageLoaded.js +0 -0
  896. package/dist/{esm/hooks → hooks}/useIsMounted.js +0 -0
  897. package/dist/{esm/hooks → hooks}/useLabels.js +0 -0
  898. package/dist/{esm/hooks → hooks}/useScrollTo.js +0 -0
  899. package/dist/{esm/hooks → hooks}/useWidth.js +0 -0
  900. package/dist/{esm/icons.js → icons.js} +0 -0
  901. package/dist/{esm/types → types}/generic.js +0 -0
  902. package/dist/{esm/utils → utils}/Callout.js +1 -1
  903. /package/dist/{esm/utils → utils}/CounterLabel.js +0 -0
  904. /package/dist/{esm/utils → utils}/deepMerge.js +0 -0
  905. /package/dist/{esm/utils → utils}/document.js +0 -0
  906. /package/dist/{esm/utils → utils}/focusUtils.js +0 -0
  907. /package/dist/{esm/utils → utils}/focusableElementFinder.js +0 -0
  908. /package/dist/{esm/utils → utils}/helpers.js +0 -0
  909. /package/dist/{esm/utils → utils}/iconVariant.js +0 -0
  910. /package/dist/{esm/utils → utils}/keyboardUtils.js +0 -0
  911. /package/dist/{esm/utils → utils}/multiSelectionEventHandler.js +0 -0
  912. /package/dist/{esm/utils → utils}/scroll.js +0 -0
@@ -1,12 +1,12 @@
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';
7
7
  import { Cell } from 'react-table';
8
8
  import { CheckboxProps } from '@mui/material/Checkbox';
9
- import { ClickAwayListenerProps } from '@mui/base/ClickAwayListener';
9
+ import { ClickAwayListenerProps } from '@mui/base';
10
10
  import { ColumnInstance } from 'react-table';
11
11
  import { ColumnInterface } from 'react-table';
12
12
  import { ComponentProps } from 'react';
@@ -26,53 +26,42 @@ 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
45
  import { IdType as IdType_2 } from 'react-table';
55
46
  import { InputBaseProps } from '@mui/material/InputBase';
56
47
  import { JSX as JSX_2 } from 'react/jsx-runtime';
57
- import { JSXElementConstructor } from 'react';
58
48
  import { MutableRefObject } from 'react';
59
- import { OptionGroupProps } from '@mui/base/OptionGroup';
60
- import { OptionOwnProps } from '@mui/base/Option';
49
+ import { OptionGroupProps } from '@mui/base';
50
+ import { OptionOwnProps } from '@mui/base';
61
51
  import { OptionsObject } from 'notistack';
62
- import { PopperProps } from '@mui/base/Popper';
52
+ import { PopperProps } from '@mui/base';
63
53
  import { PopperProps as PopperProps_2 } from 'react-popper';
64
54
  import { PropGetter } from 'react-table';
65
55
  import { PropsWithoutRef } from 'react';
66
56
  import { RadioProps } from '@mui/material/Radio';
67
57
  import * as React_2 from 'react';
68
- import { ReactElement } from 'react';
69
58
  import { ReactNode } from 'react';
70
59
  import { ReducerTableState } from 'react-table';
71
60
  import { RefAttributes } from 'react';
72
61
  import { Renderer } from 'react-table';
73
62
  import { Row } from 'react-table';
74
- import { SelectOption } from '@mui/base/useOption';
75
- import { SelectValue } from '@mui/base/useSelect';
63
+ import { SelectOption } from '@mui/base';
64
+ import { SelectValue } from '@mui/base';
76
65
  import { SlideProps } from '@mui/material/Slide';
77
66
  import { SliderProps } from 'rc-slider';
78
67
  import { SliderRef } from 'rc-slider';
@@ -102,6 +91,7 @@ import { UseColumnOrderInstanceProps } from 'react-table';
102
91
  import { UseColumnOrderState } from 'react-table';
103
92
  import { useCss } from '@hitachivantara/uikit-react-utils';
104
93
  import { useDefaultProps } from '@hitachivantara/uikit-react-utils';
94
+ import { useEffect } from 'react';
105
95
  import { UseExpandedHooks } from 'react-table';
106
96
  import { UseExpandedInstanceProps } from 'react-table';
107
97
  import { UseExpandedOptions } from 'react-table';
@@ -124,7 +114,6 @@ import { UseGroupByInstanceProps } from 'react-table';
124
114
  import { UseGroupByOptions } from 'react-table';
125
115
  import { UseGroupByRowProps } from 'react-table';
126
116
  import { UseGroupByState } from 'react-table';
127
- import { useLayoutEffect } from 'react';
128
117
  import { UsePaginationInstanceProps } from 'react-table';
129
118
  import { UsePaginationOptions } from 'react-table';
130
119
  import { UsePaginationState } from 'react-table';
@@ -137,7 +126,7 @@ import { UseRowStateInstanceProps } from 'react-table';
137
126
  import { UseRowStateOptions } from 'react-table';
138
127
  import { UseRowStateRowProps } from 'react-table';
139
128
  import { UseRowStateState } from 'react-table';
140
- import { UseSelectParameters } from '@mui/base/useSelect';
129
+ import { UseSelectParameters } from '@mui/base';
141
130
  import { UseSortByColumnOptions } from 'react-table';
142
131
  import { UseSortByColumnProps } from 'react-table';
143
132
  import { UseSortByHooks } from 'react-table';
@@ -178,8 +167,6 @@ export declare const actionClasses: {
178
167
 
179
168
  /** @private label structure action icon buttons */
180
169
  declare interface ActionIconLabels extends DialogLabels {
181
- /** @deprecated use `tooltip` label instead */
182
- ariaLabel: string;
183
170
  tooltip?: string;
184
171
  }
185
172
 
@@ -193,17 +180,12 @@ export declare const actionsGenericClasses: {
193
180
  button: string;
194
181
  actionContainer: string;
195
182
  dropDownMenu: string;
196
- dropDownMenuButton: string;
197
183
  dropDownMenuButtonSelected: string;
198
184
  };
199
185
 
200
186
  export declare const adornmentClasses: {
201
187
  root: string;
202
- icon: string;
203
- adornment: string;
204
- adornmentIcon: string;
205
188
  hideIcon: string;
206
- adornmentButton: string;
207
189
  disabled: string;
208
190
  };
209
191
 
@@ -255,7 +237,6 @@ export declare const avatarClasses: {
255
237
  root: string;
256
238
  img: string;
257
239
  fallback: string;
258
- status: string;
259
240
  container: string;
260
241
  xs: string;
261
242
  sm: string;
@@ -279,11 +260,8 @@ export declare const avatarGroupClasses: {
279
260
  export declare const badgeClasses: {
280
261
  root: string;
281
262
  badgeContainer: string;
282
- badgePosition: string;
283
263
  badge: string;
284
264
  badgeHidden: string;
285
- showCount: string;
286
- showLabel: string;
287
265
  badgeIcon: string;
288
266
  badgeOneDigit: string;
289
267
  };
@@ -310,9 +288,6 @@ export declare const bannerContentClasses: {
310
288
  messageActions: string;
311
289
  actionContainer: string;
312
290
  closeAction: string;
313
- baseVariant: string;
314
- outContainer: string;
315
- actionsInnerContainer: string;
316
291
  };
317
292
 
318
293
  declare interface BarProps extends HvBaseProps {
@@ -338,8 +313,6 @@ export declare const baseDropdownClasses: {
338
313
  container: string;
339
314
  header: string;
340
315
  headerOpen: string;
341
- headerOpenUp: string;
342
- headerOpenDown: string;
343
316
  headerDisabled: string;
344
317
  headerReadOnly: string;
345
318
  arrowContainer: string;
@@ -348,8 +321,6 @@ export declare const baseDropdownClasses: {
348
321
  selectionDisabled: string;
349
322
  placeholder: string;
350
323
  panel: string;
351
- panelOpenedUp: string;
352
- panelOpenedDown: string;
353
324
  inputExtensionOpen: string;
354
325
  inputExtensionLeftPosition: string;
355
326
  inputExtensionOpenShadow: string;
@@ -365,13 +336,6 @@ export declare const baseInputClasses: {
365
336
  resizable: string;
366
337
  readOnly: string;
367
338
  focused: string;
368
- inputBorderContainer: string;
369
- inputRootInvalid: string;
370
- inputRootReadOnly: string;
371
- inputRoot: string;
372
- inputRootFocused: string;
373
- inputRootDisabled: string;
374
- inputRootMultiline: string;
375
339
  input: string;
376
340
  inputDisabled: string;
377
341
  inputReadOnly: string;
@@ -409,13 +373,6 @@ export declare const breadCrumbClasses: {
409
373
  a: string;
410
374
  };
411
375
 
412
- export declare interface Breakpoint {
413
- cols?: number;
414
- maxWidth?: number;
415
- minWidth?: number;
416
- spacing?: HvBreakpoints;
417
- }
418
-
419
376
  export declare const bulkActionsClasses: {
420
377
  root: string;
421
378
  semantic: string;
@@ -442,12 +399,6 @@ export declare const buttonClasses: {
442
399
  subtle: string;
443
400
  ghost: string;
444
401
  semantic: string;
445
- primary: string;
446
- primarySubtle: string;
447
- primaryGhost: string;
448
- secondarySubtle: string;
449
- secondaryGhost: string;
450
- secondary: string;
451
402
  };
452
403
 
453
404
  export declare const calendarClasses: {
@@ -480,7 +431,6 @@ export declare const cardContentClasses: {
480
431
 
481
432
  export declare const cardHeaderClasses: {
482
433
  root: string;
483
- titleShort: string;
484
434
  title: string;
485
435
  subheader: string;
486
436
  content: string;
@@ -565,12 +515,12 @@ export declare const colorPickerClasses: {
565
515
  panel: string;
566
516
  colorPicker: string;
567
517
  colorPickerIcon: string;
568
- recommendedColorsRoot: string;
569
518
  dropdownRootIconOnly: string;
570
519
  headerColorIconOnly: string;
571
- pickerFields: string;
572
520
  };
573
521
 
522
+ declare type ColorVariant = "primary" | "secondary" | "positive" | "negative" | "warning";
523
+
574
524
  export declare const containerClasses: {
575
525
  root: string;
576
526
  disableGutters: string;
@@ -591,12 +541,6 @@ export declare const controlsClasses: {
591
541
 
592
542
  export { createClasses }
593
543
 
594
- /**
595
- * Creates a customized theme based on the base theme and customizations given.
596
- * For the color modes, the colors that are not defined will be replaced by the values from the dawn mode of the base theme.
597
- */
598
- export declare const createTheme: (props: HvCreateThemeProps) => HvTheme | HvThemeStructure;
599
-
600
544
  export declare const datePickerClasses: {
601
545
  root: string;
602
546
  actionContainer: string;
@@ -622,8 +566,6 @@ export declare interface DateRangeProp {
622
566
  endDate?: Date;
623
567
  }
624
568
 
625
- export declare const decreaseSize: (size: string) => "XS" | "S" | "M" | "L";
626
-
627
569
  /** This type allows to do a deep partial by applying the Partial type to each key recursively */
628
570
  export declare type DeepPartial<T> = T extends {} ? Partial<{
629
571
  [P in keyof T]: DeepPartial<T[P]>;
@@ -664,19 +606,6 @@ declare const DEFAULT_LABELS_10: {
664
606
  };
665
607
 
666
608
  declare const DEFAULT_LABELS_11: {
667
- /** The text at the top of the kpi. */
668
- title: string;
669
- /** The text in the middle of the kpi. */
670
- indicator: string | undefined;
671
- /** The text to the right of the indicator. */
672
- unit: string | undefined;
673
- /** The text to the right of the visual comparison. */
674
- comparisonIndicatorInfo: string | undefined;
675
- };
676
-
677
- declare const DEFAULT_LABELS_12: {
678
- /** The label used for the All checkbox action. @deprecated no longer used */
679
- selectAll: string;
680
609
  /** The label used in the middle of the multi-selection count. */
681
610
  selectionConjunction: string;
682
611
  };
@@ -697,14 +626,6 @@ declare const DEFAULT_LABELS_3: {
697
626
  pageSizeSelectorDescription: string;
698
627
  /** Separator of current page and total pages. */
699
628
  pagesSeparator: string;
700
- /** Title of button `firstPage`. @deprecated Use `firstPage` instead. */
701
- paginationFirstPageTitle: string;
702
- /** Title of button `previousPage`. @deprecated Use `previousPage` instead. */
703
- paginationPreviousPageTitle: string;
704
- /** Title of button `nextPage`. @deprecated Use `nextPage` instead. */
705
- paginationNextPageTitle: string;
706
- /** Title of button `lastPage`. @deprecated Use `lastPage` instead. */
707
- paginationLastPageTitle: string;
708
629
  /** Aria-label passed to the page input. */
709
630
  paginationInputLabel: string;
710
631
  /** Label of the first page button */
@@ -730,8 +651,6 @@ declare const DEFAULT_LABELS_5: {
730
651
  declare const DEFAULT_LABELS_6: {
731
652
  /** The label of the clear button. */
732
653
  clearButtonLabel: string;
733
- /** The label of the reveal password button. @deprecated unused */
734
- revealPasswordButtonLabel: string;
735
654
  /** The tooltip of the reveal password button when the password is hidden. */
736
655
  revealPasswordButtonClickToShowTooltip: string;
737
656
  /** The tooltip of the reveal password button when the password is revealed. */
@@ -743,8 +662,6 @@ declare const DEFAULT_LABELS_6: {
743
662
  declare const DEFAULT_LABELS_7: {
744
663
  /** Label for overwrite the default header behavior. */
745
664
  select: string | undefined;
746
- /** Label used for the All checkbox action. @deprecated unused */
747
- selectAll: string;
748
665
  /** Cancel button label. */
749
666
  cancelLabel: string;
750
667
  /** Apply button label. */
@@ -769,8 +686,6 @@ declare const DEFAULT_LABELS_8: {
769
686
  declare const DEFAULT_LABELS_9: {
770
687
  /** Extensions of the accepted file types */
771
688
  acceptedFiles: string;
772
- /** Dropzone area label. @deprecated use `label` prop instead */
773
- dropzone: string;
774
689
  /** Size file warning label. */
775
690
  sizeWarning: string;
776
691
  /** Size file warning label. */
@@ -805,7 +720,7 @@ export declare const dialogClasses: {
805
720
  root: string;
806
721
  background: string;
807
722
  paper: string;
808
- fullscreen: string;
723
+ fullScreen: string;
809
724
  fullHeight: string;
810
725
  closeButton: string;
811
726
  statusBar: string;
@@ -829,16 +744,12 @@ declare interface DialogLabels {
829
744
 
830
745
  export declare const dialogTitleClasses: {
831
746
  root: string;
832
- fullscreen: string;
833
- messageContainer: string;
834
- textWithIcon: string;
835
- titleText: string;
747
+ fullScreen: string;
836
748
  };
837
749
 
838
750
  export declare const dotPaginationClasses: {
839
751
  root: string;
840
752
  horizontal: string;
841
- radioRoot: string;
842
753
  radio: string;
843
754
  icon: string;
844
755
  };
@@ -872,18 +783,11 @@ export declare const dropdownClasses: {
872
783
 
873
784
  export declare const dropDownMenuClasses: {
874
785
  root: string;
875
- container: string;
876
- baseContainer: string;
877
- icon: string;
878
- iconSelected: string;
786
+ open: string;
879
787
  menuListRoot: string;
880
788
  menuList: string;
881
789
  };
882
790
 
883
- export declare const ds3: HvThemeStructure<string>;
884
-
885
- export declare const ds5: HvThemeStructure<string>;
886
-
887
791
  export { EmotionContext }
888
792
 
889
793
  export declare const emptyStateClasses: {
@@ -932,17 +836,7 @@ export declare const filterGroupClasses: {
932
836
  declare type FixComponentProps<T> = T extends any ? T : never;
933
837
 
934
838
  /** React.forwardRef with fixed type declarations */
935
- 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;
936
-
937
- export declare const focusClasses: {
938
- root: string;
939
- selected: string;
940
- disabled: string;
941
- focusDisabled: string;
942
- focused: string;
943
- focusedVisible: string;
944
- focus: string;
945
- };
839
+ export declare function fixedForwardRef<T, P = {}>(render: (props: P, ref: React.Ref<T>) => React.ReactNode): (props: P & React.RefAttributes<T>) => React.ReactNode;
946
840
 
947
841
  export declare const footerClasses: {
948
842
  root: string;
@@ -957,26 +851,6 @@ export declare const formElementClasses: {
957
851
  root: string;
958
852
  };
959
853
 
960
- export declare const getComponentName: (Component: React.FC) => string;
961
-
962
- /** Get the first and last focusable element from a node. */
963
- export declare const getFirstAndLastFocus: (node: any) => {
964
- first: any;
965
- last: any;
966
- };
967
-
968
- /** Gets the list of focusable elements. */
969
- export declare const getFocusableList: (node: any) => any;
970
-
971
- /** Auxiliary function to find adjacent nodes to focus. */
972
- export declare const getPrevNextFocus: (nodeId?: string) => {
973
- nextFocus: any;
974
- prevFocus: any;
975
- };
976
-
977
- /** @deprecated */
978
- export declare const getVarValue: (cssVar: string, rootElementId?: string) => string | undefined;
979
-
980
854
  export declare const globalActionsClasses: {
981
855
  root: string;
982
856
  positionSticky: string;
@@ -984,11 +858,8 @@ export declare const globalActionsClasses: {
984
858
  global: string;
985
859
  section: string;
986
860
  wrapper: string;
987
- globalSectionArea: string;
988
- globalWrapperComplement: string;
989
861
  backButton: string;
990
862
  name: string;
991
- sectionName: string;
992
863
  actions: string;
993
864
  };
994
865
 
@@ -1042,16 +913,12 @@ export declare const headerClasses: {
1042
913
  root: string;
1043
914
  header: string;
1044
915
  fixed: string;
1045
- backgroundColor: string;
1046
916
  };
1047
917
 
1048
918
  export declare const headerNavigationClasses: {
1049
919
  root: string;
1050
920
  };
1051
921
 
1052
- /** @deprecated use `theme.alpha(color, factor)` instead */
1053
- export declare const hexToRgbA: (hex: string, factor?: number) => string;
1054
-
1055
922
  export declare const horizontalScrollListItemClasses: {
1056
923
  root: string;
1057
924
  button: string;
@@ -1061,18 +928,12 @@ export declare const horizontalScrollListItemClasses: {
1061
928
  bulletSelected: string;
1062
929
  };
1063
930
 
1064
- export { HvAccentColor }
1065
-
1066
- export declare type HvAccentColorKeys = HvAccentColor;
1067
-
1068
- export declare type HvAccentColors = Record<HvAccentColorKeys, string>;
1069
-
1070
931
  /**
1071
932
  * An accordion is a design element that expands in place to expose hidden information.
1072
933
  */
1073
934
  export declare const HvAccordion: ForwardRefExoticComponent<HvAccordionProps & RefAttributes<HTMLDivElement>>;
1074
935
 
1075
- export declare type HvAccordionClasses = ExtractNames<typeof useClasses_21>;
936
+ export declare type HvAccordionClasses = ExtractNames<typeof useClasses_20>;
1076
937
 
1077
938
  export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "onChange" | "children"> {
1078
939
  /** Content to be rendered. */
@@ -1095,8 +956,6 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
1095
956
  labelVariant?: HvTypographyVariants;
1096
957
  /** A Jss Object used to override or extend the styles applied. */
1097
958
  classes?: HvAccordionClasses;
1098
- /** Whether to disable the internal usage of `preventDefault` and `stopPropagation` when the `onChange` event is triggered. */
1099
- disableEventHandling?: boolean;
1100
959
  }
1101
960
 
1102
961
  /**
@@ -1104,7 +963,7 @@ export declare interface HvAccordionProps extends HvBaseProps<HTMLDivElement, "o
1104
963
  */
1105
964
  export declare const HvActionBar: ForwardRefExoticComponent<HvActionBarProps & RefAttributes<HTMLDivElement>>;
1106
965
 
1107
- export declare type HvActionBarClasses = ExtractNames<typeof useClasses_22>;
966
+ export declare type HvActionBarClasses = ExtractNames<typeof useClasses_21>;
1108
967
 
1109
968
  export declare interface HvActionBarProps extends HvBaseProps {
1110
969
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -1128,15 +987,9 @@ export declare interface HvActionGeneric {
1128
987
 
1129
988
  export declare const HvActionsGeneric: ForwardRefExoticComponent<HvActionsGenericProps & RefAttributes<HTMLDivElement>>;
1130
989
 
1131
- export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_23>;
990
+ export declare type HvActionsGenericClasses = ExtractNames<typeof useClasses_22>;
1132
991
 
1133
992
  export declare interface HvActionsGenericProps extends HvBaseProps {
1134
- /**
1135
- * The button category for all actions.
1136
- *
1137
- * @deprecated Use `variant` instead.
1138
- */
1139
- category?: HvButtonVariant;
1140
993
  /** The button variant for all actions. */
1141
994
  variant?: HvButtonVariant;
1142
995
  /** Whether the actions should be all disabled. */
@@ -1145,12 +998,6 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
1145
998
  iconOnly?: boolean;
1146
999
  /** The renderable content inside the actions slot of the footer, or an array of actions. */
1147
1000
  actions: React.ReactNode | HvActionGeneric[];
1148
- /**
1149
- * The callback function called when an action is triggered, receiving the `action` as parameter.
1150
- *
1151
- * @deprecated Use `onAction` instead.
1152
- * */
1153
- actionsCallback?: (event: React.SyntheticEvent, id: string, action: HvActionGeneric) => void;
1154
1001
  /** The callback function called when an action is triggered, receiving the `action` as parameter. */
1155
1002
  onAction?: (event: React.SyntheticEvent, action: HvActionGeneric) => void;
1156
1003
  /** The maximum number of visible actions before they're collapsed into a dropdown menu. */
@@ -1171,7 +1018,7 @@ export declare interface HvActionsGenericProps extends HvBaseProps {
1171
1018
  */
1172
1019
  export declare const HvAdornment: ForwardRefExoticComponent<HvAdornmentProps & RefAttributes<HTMLButtonElement | HTMLDivElement>>;
1173
1020
 
1174
- export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_8>;
1021
+ export declare type HvAdornmentClasses = ExtractNames<typeof useClasses_7>;
1175
1022
 
1176
1023
  export declare interface HvAdornmentProps extends HvBaseProps<HTMLDivElement | HTMLButtonElement, "onMouseDown" | "onKeyDown"> {
1177
1024
  /** The icon to be added into the input. */
@@ -1216,7 +1063,7 @@ export declare interface HvAppSwitcherActionApplication {
1216
1063
  color?: HvColorAny;
1217
1064
  }
1218
1065
 
1219
- export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_26>;
1066
+ export declare type HvAppSwitcherActionClasses = ExtractNames<typeof useClasses_25>;
1220
1067
 
1221
1068
  export declare interface HvAppSwitcherActionProps extends HvBaseProps {
1222
1069
  /** The application data to be used to render the Action object. */
@@ -1229,7 +1076,7 @@ export declare interface HvAppSwitcherActionProps extends HvBaseProps {
1229
1076
  classes?: HvAppSwitcherActionClasses;
1230
1077
  }
1231
1078
 
1232
- export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_25>;
1079
+ export declare type HvAppSwitcherClasses = ExtractNames<typeof useClasses_24>;
1233
1080
 
1234
1081
  export declare interface HvAppSwitcherProps extends HvBaseProps {
1235
1082
  /** Number of columns to render. One, two, or whatever fits the component's width. */
@@ -1256,25 +1103,19 @@ export declare interface HvAppSwitcherProps extends HvBaseProps {
1256
1103
  classes?: HvAppSwitcherClasses;
1257
1104
  }
1258
1105
 
1259
- export { HvAtmosphereColor }
1260
-
1261
- export declare type HvAtmosphereColorKeys = HvAtmosphereColor;
1262
-
1263
- export declare type HvAtmosphereColors = Record<HvAtmosphereColorKeys, string>;
1264
-
1265
1106
  /**
1266
1107
  * Avatars represent a user or brand and can display an image, icon, or initials.
1267
1108
  */
1268
1109
  export declare const HvAvatar: ForwardRefExoticComponent<HvAvatarProps & RefAttributes<HTMLDivElement>>;
1269
1110
 
1270
- export declare type HvAvatarClasses = ExtractNames<typeof useClasses_27>;
1111
+ export declare type HvAvatarClasses = ExtractNames<typeof useClasses_26>;
1271
1112
 
1272
1113
  /**
1273
1114
  *The Avatar Group displays a collection of avatars, often used to represent groups or teams.
1274
1115
  */
1275
1116
  export declare const HvAvatarGroup: ForwardRefExoticComponent<HvAvatarGroupProps & RefAttributes<HTMLDivElement>>;
1276
1117
 
1277
- export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_28>;
1118
+ export declare type HvAvatarGroupClasses = ExtractNames<typeof useClasses_27>;
1278
1119
 
1279
1120
  export declare interface HvAvatarGroupProps extends HvBaseProps {
1280
1121
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -1337,9 +1178,6 @@ export declare interface HvAvatarProps extends HvBaseProps {
1337
1178
  classes?: HvAvatarClasses;
1338
1179
  }
1339
1180
 
1340
- /** @deprecated use `HvSize` instead */
1341
- export declare type HvAvatarSize = "xs" | "sm" | "md" | "lg" | "xl";
1342
-
1343
1181
  export declare type HvAvatarVariant = "circular" | "square";
1344
1182
 
1345
1183
  /**
@@ -1347,23 +1185,12 @@ export declare type HvAvatarVariant = "circular" | "square";
1347
1185
  */
1348
1186
  export declare const HvBadge: ForwardRefExoticComponent<HvBadgeProps & RefAttributes<HTMLDivElement>>;
1349
1187
 
1350
- export declare type HvBadgeClasses = ExtractNames<typeof useClasses_29>;
1188
+ export declare type HvBadgeClasses = ExtractNames<typeof useClasses_28>;
1351
1189
 
1352
1190
  export declare interface HvBadgeProps extends HvBaseProps {
1353
1191
  /** The badge color. */
1354
1192
  color?: HvColorAny;
1355
- /**
1356
- * Count is the number of unread notifications.
1357
- * Note count and label are mutually exclusive.
1358
- * count is ignored when label is specified at the same time.
1359
- * @deprecated use numeric `label` instead
1360
- */
1361
- count?: number;
1362
- /**
1363
- * True if `count` should be displayed.
1364
- *
1365
- * NOTE: `showCount` is ignored when a **non-numeric** `label` is specified.
1366
- */
1193
+ /** True if a **numeric** `label` should be displayed. */
1367
1194
  showCount?: boolean;
1368
1195
  /** The maximum number of unread notifications to be displayed */
1369
1196
  maxCount?: number;
@@ -1375,10 +1202,6 @@ export declare interface HvBadgeProps extends HvBaseProps {
1375
1202
  label?: React.ReactNode;
1376
1203
  /** Icon which the notification will be attached. */
1377
1204
  icon?: React.ReactNode;
1378
- /** Text which the notification will be attached. @deprecated use `children` instead. */
1379
- text?: string;
1380
- /** Text variant. @deprecated use a `HvTypography` on `children` instead. */
1381
- textVariant?: HvTypographyVariants;
1382
1205
  /** A Jss Object used to override or extend the styles applied to the component. */
1383
1206
  classes?: HvBadgeClasses;
1384
1207
  }
@@ -1390,11 +1213,11 @@ export declare const HvBanner: ForwardRefExoticComponent<Omit<HvBannerProps, "re
1390
1213
 
1391
1214
  export declare type HvBannerActionPosition = "auto" | "inline" | "bottom-right";
1392
1215
 
1393
- export declare type HvBannerClasses = ExtractNames<typeof useClasses_30>;
1216
+ export declare type HvBannerClasses = ExtractNames<typeof useClasses_29>;
1394
1217
 
1395
1218
  export declare const HvBannerContent: ForwardRefExoticComponent<Omit<HvBannerContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
1396
1219
 
1397
- export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_31>;
1220
+ export declare type HvBannerContentClasses = ExtractNames<typeof useClasses_30>;
1398
1221
 
1399
1222
  export declare interface HvBannerContentProps extends Omit<SnackbarContentProps, "variant" | "classes" | "onClose"> {
1400
1223
  /** The message to display. @deprecated use `children` instead */
@@ -1411,12 +1234,6 @@ export declare interface HvBannerContentProps extends Omit<SnackbarContentProps,
1411
1234
  onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
1412
1235
  /** Actions to display on the right side. */
1413
1236
  actions?: HvActionsGenericProps["actions"];
1414
- /**
1415
- * The callback function called when an action is triggered, receiving `action` as parameter.
1416
- *
1417
- * @deprecated Use `onAction` instead.
1418
- * */
1419
- actionsCallback?: HvActionsGenericProps["actionsCallback"];
1420
1237
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
1421
1238
  onAction?: HvActionsGenericProps["onAction"];
1422
1239
  /** The position property of the header. */
@@ -1448,12 +1265,6 @@ export declare interface HvBannerProps extends Omit<SnackbarProps, "anchorOrigin
1448
1265
  showIcon?: boolean;
1449
1266
  /** Actions to display on the right side. */
1450
1267
  actions?: HvActionsGenericProps["actions"];
1451
- /**
1452
- * The callback function called when an action is triggered, receiving `action` as parameter.
1453
- *
1454
- * @deprecated Use `onAction` instead.
1455
- * */
1456
- actionsCallback?: HvActionsGenericProps["actionsCallback"];
1457
1268
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
1458
1269
  onAction?: HvActionsGenericProps["onAction"];
1459
1270
  /** The position property of the header. */
@@ -1484,7 +1295,7 @@ export declare type HvBannerVariant = HvCalloutVariant;
1484
1295
  */
1485
1296
  export declare const HvBaseCheckBox: ForwardRefExoticComponent<Omit<HvBaseCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1486
1297
 
1487
- export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_32>;
1298
+ export declare type HvBaseCheckBoxClasses = ExtractNames<typeof useClasses_31>;
1488
1299
 
1489
1300
  export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChange" | "classes" | "color"> {
1490
1301
  /**
@@ -1557,15 +1368,9 @@ export declare interface HvBaseCheckBoxProps extends Omit<CheckboxProps, "onChan
1557
1368
  classes?: HvBaseCheckBoxClasses;
1558
1369
  }
1559
1370
 
1560
- export { HvBaseColor }
1561
-
1562
- export declare type HvBaseColorKeys = HvBaseColor;
1563
-
1564
- export declare type HvBaseColors = Record<HvBaseColorKeys, string>;
1565
-
1566
1371
  export declare const HvBaseDropdown: ForwardRefExoticComponent<Omit<HvBaseDropdownProps, "ref"> & RefAttributes<HTMLDivElement>>;
1567
1372
 
1568
- export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_20>;
1373
+ export declare type HvBaseDropdownClasses = ExtractNames<typeof useClasses_19>;
1569
1374
 
1570
1375
  export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement, "onToggle"> {
1571
1376
  /**
@@ -1663,7 +1468,7 @@ export declare interface HvBaseDropdownProps extends HvBaseProps<HTMLDivElement,
1663
1468
  */
1664
1469
  export declare const HvBaseInput: ForwardRefExoticComponent<HvBaseInputProps & RefAttributes<HTMLInputElement>>;
1665
1470
 
1666
- export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_19>;
1471
+ export declare type HvBaseInputClasses = ExtractNames<typeof useClasses_18>;
1667
1472
 
1668
1473
  export declare interface HvBaseInputProps extends Omit<InputBaseProps, "onChange" | "classes" | "ref" | "color" | "size" | "inputProps"> {
1669
1474
  /** The input name. */
@@ -1715,7 +1520,7 @@ export declare type HvBaseProps<E extends HTMLElement = HTMLDivElement, K extend
1715
1520
  */
1716
1521
  export declare const HvBaseRadio: ForwardRefExoticComponent<Omit<HvBaseRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1717
1522
 
1718
- export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_33>;
1523
+ export declare type HvBaseRadioClasses = ExtractNames<typeof useClasses_32>;
1719
1524
 
1720
1525
  export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" | "classes" | "color"> {
1721
1526
  /**
@@ -1797,7 +1602,7 @@ export declare interface HvBaseRadioProps extends Omit<RadioProps, "onChange" |
1797
1602
  */
1798
1603
  export declare const HvBaseSwitch: ForwardRefExoticComponent<Omit<HvBaseSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
1799
1604
 
1800
- export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_34>;
1605
+ export declare type HvBaseSwitchClasses = ExtractNames<typeof useClasses_33>;
1801
1606
 
1802
1607
  export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange" | "classes" | "color"> {
1803
1608
  /**
@@ -1874,34 +1679,12 @@ export declare interface HvBaseSwitchProps extends Omit<SwitchProps, "onChange"
1874
1679
 
1875
1680
  export { HvBaseTheme }
1876
1681
 
1877
- /**
1878
- * Customizable layout component that can be used to wrap other components.
1879
- * It can be used to add styles to the wrapped components.
1880
- * It can also be used to create a layout using the flexbox properties.
1881
- * @deprecated use native elements instead (e.g. `div`)
1882
- */
1883
- export declare const HvBox: <C extends React.ElementType = "div">(props: {
1884
- style?: React.CSSProperties;
1885
- sx?: React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
1886
- } & {
1887
- component?: C | undefined;
1888
- } & {
1889
- children?: ReactNode | undefined;
1890
- } & (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) & {
1891
- ref?: PolymorphicRef<C> | undefined;
1892
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
1893
-
1894
- export declare type HvBoxProps<C extends React.ElementType = "div"> = PolymorphicComponentRef<C, {
1895
- style?: React.CSSProperties;
1896
- sx?: React.CSSProperties | ((theme: HvTheme_2) => React.CSSProperties);
1897
- }>;
1898
-
1899
1682
  /**
1900
1683
  * A breadcrumb is a graphical control element frequently used as a navigational aid.
1901
1684
  */
1902
1685
  export declare const HvBreadCrumb: ForwardRefExoticComponent<HvBreadCrumbProps & RefAttributes<HTMLElement>>;
1903
1686
 
1904
- export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_35>;
1687
+ export declare type HvBreadCrumbClasses = ExtractNames<typeof useClasses_34>;
1905
1688
 
1906
1689
  export declare interface HvBreadCrumbPathElement extends Record<string, any> {
1907
1690
  label: string;
@@ -1932,13 +1715,11 @@ export { HvBreakpoints }
1932
1715
  */
1933
1716
  export declare const HvBulkActions: ForwardRefExoticComponent<HvBulkActionsProps & RefAttributes<HTMLDivElement>>;
1934
1717
 
1935
- export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_36>;
1718
+ export declare type HvBulkActionsClasses = ExtractNames<typeof useClasses_35>;
1936
1719
 
1937
- export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTAbleBulkActionsProps>;
1720
+ export declare type HvBulkActionsPropGetter<D extends object> = PropGetter<D, HvTableBulkActionsProps>;
1938
1721
 
1939
1722
  export declare interface HvBulkActionsProps extends HvBaseProps {
1940
- /** Custom label for select all checkbox. @deprecated no longer used */
1941
- selectAllLabel?: React.ReactNode;
1942
1723
  /** Custom label for select all checkbox conjunction */
1943
1724
  selectAllConjunctionLabel?: string;
1944
1725
  /** Custom label for select all pages button */
@@ -1959,12 +1740,6 @@ export declare interface HvBulkActionsProps extends HvBaseProps {
1959
1740
  actions?: HvActionsGenericProps["actions"];
1960
1741
  /** Whether actions should be all disabled */
1961
1742
  actionsDisabled?: boolean;
1962
- /**
1963
- * The callback function called when an action is triggered, receiving `action` as parameter.
1964
- *
1965
- * @deprecated Use `onAction` instead.
1966
- * */
1967
- actionsCallback?: HvActionsGenericProps["actionsCallback"];
1968
1743
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
1969
1744
  onAction?: HvActionsGenericProps["onAction"];
1970
1745
  /** The number of maximum visible actions before they're collapsed into a `DropDownMenu`. */
@@ -1997,8 +1772,6 @@ export declare const HvButton: <C extends React.ElementType = "button">(props: {
1997
1772
  size?: HvSize;
1998
1773
  /** Button border radius. */
1999
1774
  radius?: HvRadius;
2000
- /** Defines the default colors of the button are forced into the icon. @deprecated unused */
2001
- overrideIconColors?: boolean;
2002
1775
  /** A Jss Object used to override or extend the styles applied. */
2003
1776
  classes?: Partial<{
2004
1777
  root: string;
@@ -2011,12 +1784,6 @@ export declare const HvButton: <C extends React.ElementType = "button">(props: {
2011
1784
  subtle: string;
2012
1785
  ghost: string;
2013
1786
  semantic: string;
2014
- primary: string;
2015
- primarySubtle: string;
2016
- primaryGhost: string;
2017
- secondarySubtle: string;
2018
- secondaryGhost: string;
2019
- secondary: string;
2020
1787
  }>;
2021
1788
  /** Whether the button is selected or not. */
2022
1789
  selected?: boolean;
@@ -2030,9 +1797,9 @@ export declare const HvButton: <C extends React.ElementType = "button">(props: {
2030
1797
  component?: C | undefined;
2031
1798
  } & {
2032
1799
  children?: ReactNode | undefined;
2033
- } & (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) & {
1800
+ } & (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) & {
2034
1801
  ref?: PolymorphicRef<C> | undefined;
2035
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
1802
+ } & RefAttributes<unknown>) => React.ReactNode;
2036
1803
 
2037
1804
  /**
2038
1805
  * Button component is used to trigger an action or event.
@@ -2059,7 +1826,7 @@ export declare const HvButtonBase: <C extends React.ElementType = "button">(prop
2059
1826
  children?: ReactNode | undefined;
2060
1827
  } & (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) & {
2061
1828
  ref?: PolymorphicRef<C> | undefined;
2062
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
1829
+ } & RefAttributes<unknown>) => React.ReactNode;
2063
1830
 
2064
1831
  export declare type HvButtonBaseClasses = ExtractNames<typeof useClasses_3>;
2065
1832
 
@@ -2078,7 +1845,7 @@ export declare type HvButtonBaseProps<C extends React.ElementType = "button"> =
2078
1845
  focusableWhenDisabled?: boolean;
2079
1846
  }>;
2080
1847
 
2081
- export declare type HvButtonClasses = ExtractNames<typeof useClasses_14>;
1848
+ export declare type HvButtonClasses = ExtractNames<typeof useClasses_13>;
2082
1849
 
2083
1850
  export declare type HvButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, {
2084
1851
  /** Use the variant prop to change the visual style of the button. */
@@ -2099,8 +1866,6 @@ export declare type HvButtonProps<C extends React.ElementType = "button"> = Poly
2099
1866
  size?: HvSize;
2100
1867
  /** Button border radius. */
2101
1868
  radius?: HvRadius;
2102
- /** Defines the default colors of the button are forced into the icon. @deprecated unused */
2103
- overrideIconColors?: boolean;
2104
1869
  /** A Jss Object used to override or extend the styles applied. */
2105
1870
  classes?: HvButtonClasses;
2106
1871
  /** Whether the button is selected or not. */
@@ -2113,24 +1878,18 @@ export declare type HvButtonProps<C extends React.ElementType = "button"> = Poly
2113
1878
  focusableWhenDisabled?: boolean;
2114
1879
  }>;
2115
1880
 
2116
- /** @deprecated use `HvRadius` */
2117
- export declare type HvButtonRadius = HvRadius;
2118
-
2119
- /** @deprecated use `HvSize` */
2120
- export declare type HvButtonSize = HvSize;
2121
-
2122
- export declare type HvButtonVariant = "contained" | "subtle" | "ghost" | `primary${TypeSuffix}` | `secondary${TypeSuffix}` | `positive${TypeSuffix}` | `negative${TypeSuffix}` | `warning${TypeSuffix}` | "semantic";
1881
+ export declare type HvButtonVariant = Variant | `${ColorVariant}${TypeSuffix}` | "semantic";
2123
1882
 
2124
1883
  export declare const HvCalendar: (props: HvCalendarProps) => JSX_2.Element;
2125
1884
 
2126
- export declare type HvCalendarClasses = ExtractNames<typeof useClasses_38>;
1885
+ export declare type HvCalendarClasses = ExtractNames<typeof useClasses_37>;
2127
1886
 
2128
1887
  export declare const HvCalendarHeader: {
2129
1888
  (props: HvCalendarHeaderProps): JSX_2.Element;
2130
1889
  formElementType: string;
2131
1890
  };
2132
1891
 
2133
- export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_39>;
1892
+ export declare type HvCalendarHeaderClasses = ExtractNames<typeof useClasses_38>;
2134
1893
 
2135
1894
  export declare interface HvCalendarHeaderProps extends Pick<HvSingleCalendarProps, "id" | "value" | "locale" | "onChange" | "showEndDate" | "showDayOfWeek" | "invalidDateLabel"> {
2136
1895
  /**
@@ -2216,11 +1975,11 @@ declare type HvCalloutVariant = "success" | "warning" | "error" | "default" | "i
2216
1975
  */
2217
1976
  export declare const HvCard: ForwardRefExoticComponent<HvCardProps & RefAttributes<HTMLDivElement>>;
2218
1977
 
2219
- export declare type HvCardClasses = ExtractNames<typeof useClasses_41>;
1978
+ export declare type HvCardClasses = ExtractNames<typeof useClasses_40>;
2220
1979
 
2221
1980
  export declare const HvCardContent: (props: HvCardContentProps) => JSX_2.Element;
2222
1981
 
2223
- export declare type HvCardContentClasses = ExtractNames<typeof useClasses_43>;
1982
+ export declare type HvCardContentClasses = ExtractNames<typeof useClasses_42>;
2224
1983
 
2225
1984
  export declare interface HvCardContentProps extends Omit<CardContentProps, "classes"> {
2226
1985
  /** The function that will be executed when this section is clicked. */
@@ -2231,7 +1990,7 @@ export declare interface HvCardContentProps extends Omit<CardContentProps, "clas
2231
1990
 
2232
1991
  export declare const HvCardHeader: (props: HvCardHeaderProps) => JSX_2.Element;
2233
1992
 
2234
- export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_42>;
1993
+ export declare type HvCardHeaderClasses = ExtractNames<typeof useClasses_41>;
2235
1994
 
2236
1995
  export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classes"> {
2237
1996
  /** The renderable content inside the title slot of the header. */
@@ -2248,7 +2007,7 @@ export declare interface HvCardHeaderProps extends Omit<CardHeaderProps, "classe
2248
2007
 
2249
2008
  export declare const HvCardMedia: ({ classes: classesProp, className, children, ...others }: HvCardMediaProps) => JSX_2.Element;
2250
2009
 
2251
- export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_44>;
2010
+ export declare type HvCardMediaClasses = ExtractNames<typeof useClasses_43>;
2252
2011
 
2253
2012
  export declare interface HvCardMediaProps extends Omit<CardMediaProps, "classes">, React.ImgHTMLAttributes<HTMLDivElement> {
2254
2013
  /** The title of the media. */
@@ -2283,13 +2042,13 @@ export declare interface HvCardProps extends HvBaseProps {
2283
2042
  */
2284
2043
  export declare const HvCarousel: ForwardRefExoticComponent<HvCarouselProps & RefAttributes<HTMLDivElement>>;
2285
2044
 
2286
- export declare type HvCarouselClasses = ExtractNames<typeof useClasses_45>;
2045
+ export declare type HvCarouselClasses = ExtractNames<typeof useClasses_44>;
2287
2046
 
2288
2047
  export declare const HvCarouselControls: (props: HvCarouselControlsProps) => JSX_2.Element;
2289
2048
 
2290
2049
  declare interface HvCarouselControlsProps extends HvBaseProps<HTMLDivElement>, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2291
2050
  showDots?: boolean;
2292
- classes?: ExtractNames<typeof useClasses_45>;
2051
+ classes?: ExtractNames<typeof useClasses_44>;
2293
2052
  actions?: React.ReactNode;
2294
2053
  onPreviousClick?: React.MouseEventHandler<HTMLButtonElement>;
2295
2054
  onNextClick?: React.MouseEventHandler<HTMLButtonElement>;
@@ -2344,7 +2103,7 @@ export declare interface HvCarouselProps extends HvBaseProps<HTMLDivElement, "ti
2344
2103
  */
2345
2104
  export declare const HvCarouselSlide: ({ classes: classesProp, className, children, size: flexBasis, src, alt, ...props }: HvCarouselSlideProps) => JSX_2.Element;
2346
2105
 
2347
- export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_46>;
2106
+ export declare type HvCarouselSlideClasses = ExtractNames<typeof useClasses_45>;
2348
2107
 
2349
2108
  export declare interface HvCarouselSlideProps extends React.ImgHTMLAttributes<HTMLImageElement> {
2350
2109
  /** A Jss Object used to override or extend the styles applied. */
@@ -2359,17 +2118,13 @@ export declare const HvCarouselThumbnails: ForwardRefExoticComponent<HvCarouselT
2359
2118
 
2360
2119
  declare interface HvCarouselThumbnailsProps extends HvBaseProps<HTMLDivElement, "children">, Pick<HvPaginationProps, "page" | "pages" | "canPrevious" | "canNext"> {
2361
2120
  width?: React.CSSProperties["width"];
2362
- classes?: ExtractNames<typeof useClasses_45>;
2121
+ classes?: ExtractNames<typeof useClasses_44>;
2363
2122
  onThumbnailClick?: (event: React.MouseEvent<HTMLButtonElement>, index: number) => void;
2364
2123
  thumbnailProps?: Partial<HvButtonProps>;
2365
2124
  showDots?: boolean;
2366
2125
  renderThumbnail?: (index: number) => React.ReactNode;
2367
2126
  }
2368
2127
 
2369
- export { HvCategoricalColor }
2370
-
2371
- export declare type HvCategoricalColorKeys = HvCategoricalColor;
2372
-
2373
2128
  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>> {
2374
2129
  column: HvColumnInstance<D, H>;
2375
2130
  row: HvRowInstance<D, H>;
@@ -2395,7 +2150,7 @@ export declare interface HvCellProps<D extends object = Record<string, unknown>,
2395
2150
  */
2396
2151
  export declare const HvCharCounter: (props: HvCharCounterProps) => JSX_2.Element;
2397
2152
 
2398
- export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_7>;
2153
+ export declare type HvCharCounterClasses = ExtractNames<typeof useClasses_6>;
2399
2154
 
2400
2155
  export declare interface HvCharCounterProps extends HvBaseProps {
2401
2156
  /** The string that separates the current char quantity from the max quantity. */
@@ -2418,14 +2173,14 @@ export declare interface HvCharCounterProps extends HvBaseProps {
2418
2173
  */
2419
2174
  export declare const HvCheckBox: ForwardRefExoticComponent<Omit<HvCheckBoxProps, "ref"> & RefAttributes<HTMLButtonElement>>;
2420
2175
 
2421
- export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_37>;
2176
+ export declare type HvCheckBoxClasses = ExtractNames<typeof useClasses_36>;
2422
2177
 
2423
2178
  /**
2424
2179
  * A checkbox group is a type of selection list that allows the user to select multiple options through the use of checkboxes.
2425
2180
  */
2426
2181
  export declare const HvCheckBoxGroup: ForwardRefExoticComponent<HvCheckBoxGroupProps & RefAttributes<HTMLDivElement>>;
2427
2182
 
2428
- export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_48>;
2183
+ export declare type HvCheckBoxGroupClasses = ExtractNames<typeof useClasses_47>;
2429
2184
 
2430
2185
  export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
2431
2186
  /**
@@ -2498,10 +2253,6 @@ export declare interface HvCheckBoxGroupProps extends HvBaseProps<HTMLDivElement
2498
2253
  * Indicates if an additional select all checkbox should be shown.
2499
2254
  */
2500
2255
  showSelectAll?: boolean;
2501
- /**
2502
- * The label of the select all checkbox. Defaults to "All". @deprecated no longer used
2503
- */
2504
- selectAllLabel?: string;
2505
2256
  /**
2506
2257
  * Custom label for select all checkbox conjunction
2507
2258
  */
@@ -2561,7 +2312,7 @@ export { HvColorAny }
2561
2312
  */
2562
2313
  export declare const HvColorPicker: ForwardRefExoticComponent<HvColorPickerProps & RefAttributes<HTMLDivElement>>;
2563
2314
 
2564
- export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_49>;
2315
+ export declare type HvColorPickerClasses = ExtractNames<typeof useClasses_48>;
2565
2316
 
2566
2317
  export declare interface HvColorPickerProps {
2567
2318
  "aria-label"?: string;
@@ -2627,7 +2378,7 @@ export declare interface HvColorPickerProps {
2627
2378
  /** Callback fired when a new saved color is removed. */
2628
2379
  onSavedColorRemoved?: (color?: string) => void;
2629
2380
  /** Aria label to apply to delete saved color button. */
2630
- deleteSavedColorButtonArialLabel?: string;
2381
+ deleteSavedColorButtonAriaLabel?: string;
2631
2382
  /** Aria label to apply to add saved color button. */
2632
2383
  addSavedColorButtonAriaLabel?: string;
2633
2384
  }
@@ -2678,7 +2429,7 @@ declare type HvColumnWithStrictAccessor<D extends object = Record<string, unknow
2678
2429
  /** The container enables you to center your content horizontally and bound it to a specific breakpoint. */
2679
2430
  export declare const HvContainer: ForwardRefExoticComponent<Omit<HvContainerProps, "ref"> & RefAttributes<HTMLDivElement>>;
2680
2431
 
2681
- export declare type HvContainerClasses = ExtractNames<typeof useClasses_50>;
2432
+ export declare type HvContainerClasses = ExtractNames<typeof useClasses_49>;
2682
2433
 
2683
2434
  export declare interface HvContainerProps extends Omit<ContainerProps, "classes"> {
2684
2435
  /**
@@ -2707,7 +2458,7 @@ export declare interface HvContainerProps extends Omit<ContainerProps, "classes"
2707
2458
 
2708
2459
  export declare const HvControls: (props: HvControlsProps) => JSX_2.Element;
2709
2460
 
2710
- export declare type HvControlsClasses = ExtractNames<typeof useClasses_51>;
2461
+ export declare type HvControlsClasses = ExtractNames<typeof useClasses_50>;
2711
2462
 
2712
2463
  export declare interface HvControlsProps extends HvBaseProps {
2713
2464
  /**
@@ -2750,38 +2501,11 @@ export declare interface HvControlsViewConfiguration extends Record<string, any>
2750
2501
  icon?: React.ReactNode;
2751
2502
  }
2752
2503
 
2753
- /**
2754
- * Create theme props
2755
- */
2756
- export declare interface HvCreateThemeProps extends HvThemeCustomizationProps {
2757
- /**
2758
- * The name used for the theme.
2759
- *
2760
- * This is a required property to create a theme.
2761
- */
2762
- name: string;
2763
- /**
2764
- * The theme to be used as base.
2765
- *
2766
- * `"ds5"` will be used as default if no value is provided.
2767
- */
2768
- base?: HvBaseTheme;
2769
- /**
2770
- * If `true` the default color modes (dawn and wicked) of the base theme will be inherited while creating the theme.
2771
- * If `false`, the new theme doesn't inherit the default color modes.
2772
- *
2773
- * By default the color modes are inherited.
2774
- */
2775
- inheritColorModes?: boolean;
2776
- }
2777
-
2778
- export declare function hvDateColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>, dateFormat?: string): HvTableColumnConfig<D, H>;
2504
+ export declare function hvDateColumn<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer>(col: HvTableColumnConfig<D, H>): HvTableColumnConfig<D, H>;
2779
2505
 
2780
- export declare const HvDateColumnCell: ({ date, dateFormat, }: HvDateColumnCellProp) => JSX_2.Element;
2506
+ export declare const HvDateColumnCell: ({ date }: HvDateColumnCellProp) => JSX_2.Element;
2781
2507
 
2782
2508
  export declare interface HvDateColumnCellProp {
2783
- /** The date's text representation format. */
2784
- dateFormat?: string;
2785
2509
  /** Date to render. */
2786
2510
  date?: string;
2787
2511
  }
@@ -2792,7 +2516,7 @@ export declare interface HvDateColumnCellProp {
2792
2516
  */
2793
2517
  export declare const HvDatePicker: ForwardRefExoticComponent<HvDatePickerProps & RefAttributes<HTMLDivElement>>;
2794
2518
 
2795
- export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_61>;
2519
+ export declare type HvDatePickerClasses = ExtractNames<typeof useClasses_60>;
2796
2520
 
2797
2521
  export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onChange">, Pick<HvBaseDropdownProps, "disablePortal" | "expanded" | "defaultExpanded" | "onToggle" | "placeholder"> {
2798
2522
  /**
@@ -2873,30 +2597,25 @@ export declare interface HvDatePickerProps extends Omit<HvFormElementProps, "onC
2873
2597
  classes?: HvDatePickerClasses;
2874
2598
  }
2875
2599
 
2876
- /** @deprecated use `HvFormStatus` instead */
2877
- export declare type HvDatePickerStatus = HvFormStatus;
2878
-
2879
2600
  /**
2880
2601
  * A Dialog is a graphical control element in the form of a small panel that communicates information and prompts for a response.
2881
2602
  */
2882
- export declare const HvDialog: (props: HvDialogProps) => JSX_2.Element;
2603
+ export declare const HvDialog: ForwardRefExoticComponent<Omit<HvDialogProps, "ref"> & RefAttributes<HTMLDivElement>>;
2883
2604
 
2884
- export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_64>;
2605
+ export declare type HvDialogActionClasses = ExtractNames<typeof useClasses_63>;
2885
2606
 
2886
2607
  export declare const HvDialogActions: (props: HvDialogActionsProps) => JSX_2.Element;
2887
2608
 
2888
2609
  export declare interface HvDialogActionsProps extends Omit<DialogActionsProps, "classes"> {
2889
- /** Set the dialog to fullscreen mode. @deprecated set `fullscreen` in `HvDialog` */
2890
- fullscreen?: boolean;
2891
2610
  /** A Jss Object used to override or extend the styles applied to the component. */
2892
2611
  classes?: HvDialogActionClasses;
2893
2612
  }
2894
2613
 
2895
- export declare type HvDialogClasses = ExtractNames<typeof useClasses_65>;
2614
+ export declare type HvDialogClasses = ExtractNames<typeof useClasses_64>;
2896
2615
 
2897
2616
  export declare const HvDialogContent: (props: HvDialogContentProps) => JSX_2.Element;
2898
2617
 
2899
- export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_63>;
2618
+ export declare type HvDialogContentClasses = ExtractNames<typeof useClasses_62>;
2900
2619
 
2901
2620
  export declare interface HvDialogContentProps extends Omit<DialogContentProps, "classes"> {
2902
2621
  /** Content should be indented in relationship to the Dialog title. */
@@ -2905,7 +2624,7 @@ export declare interface HvDialogContentProps extends Omit<DialogContentProps, "
2905
2624
  classes?: HvDialogContentClasses;
2906
2625
  }
2907
2626
 
2908
- export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" | "classes" | "open"> {
2627
+ export declare interface HvDialogProps extends Omit<DialogProps, "classes" | "open"> {
2909
2628
  /** Current state of the Dialog. */
2910
2629
  open?: boolean;
2911
2630
  /** Callback fired when the component requests to be closed. */
@@ -2916,16 +2635,8 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
2916
2635
  fullWidth?: DialogProps["fullWidth"];
2917
2636
  /** If true, the dialog stretches vertically, limited by the margins. @default false */
2918
2637
  fullHeight?: boolean;
2919
- /**
2920
- * Element id that should be focus when the Dialog opens.
2921
- * Auto-focusing elements can cause usability issues, so this should be avoided.
2922
- * @deprecated Use `autoFocus` on the element instead, if auto-focusing is required.
2923
- */
2924
- firstFocusable?: string;
2925
2638
  /** Title for the button close. */
2926
2639
  buttonTitle?: string;
2927
- /** Set the dialog to fullscreen mode. */
2928
- fullscreen?: boolean;
2929
2640
  /** Prevent closing the dialog when clicking on the backdrop. */
2930
2641
  disableBackdropClick?: boolean;
2931
2642
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -2940,7 +2651,7 @@ export declare interface HvDialogProps extends Omit<DialogProps, "fullScreen" |
2940
2651
 
2941
2652
  export declare const HvDialogTitle: (props: HvDialogTitleProps) => JSX_2.Element;
2942
2653
 
2943
- export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_62>;
2654
+ export declare type HvDialogTitleClasses = ExtractNames<typeof useClasses_61>;
2944
2655
 
2945
2656
  export declare interface HvDialogTitleProps extends Omit<DialogTitleProps, "variant" | "classes"> {
2946
2657
  /** Variant of the dialog title. */
@@ -2961,7 +2672,7 @@ export declare type HvDialogTitleVariant = "success" | "warning" | "error" | "in
2961
2672
  */
2962
2673
  export declare const HvDotPagination: (props: HvDotPaginationProps) => JSX_2.Element;
2963
2674
 
2964
- export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_66>;
2675
+ export declare type HvDotPaginationClasses = ExtractNames<typeof useClasses_65>;
2965
2676
 
2966
2677
  export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "classes"> {
2967
2678
  /**
@@ -3005,7 +2716,7 @@ export declare interface HvDotPaginationProps extends Omit<HvRadioGroupProps, "c
3005
2716
  */
3006
2717
  export declare const HvDrawer: ForwardRefExoticComponent<Omit<HvDrawerProps, "ref"> & RefAttributes<HTMLDivElement>>;
3007
2718
 
3008
- export declare type HvDrawerClasses = ExtractNames<typeof useClasses_68>;
2719
+ export declare type HvDrawerClasses = ExtractNames<typeof useClasses_67>;
3009
2720
 
3010
2721
  export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3011
2722
  /**
@@ -3042,11 +2753,6 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3042
2753
  * Title for the button close.
3043
2754
  */
3044
2755
  buttonTitle?: string;
3045
- /**
3046
- * Show backdrop when drawer is open.
3047
- * @deprecated Use `hideBackdrop` instead.
3048
- */
3049
- showBackdrop?: boolean;
3050
2756
  /**
3051
2757
  * Prevent closing the dialog when clicking on the backdrop.
3052
2758
  */
@@ -3060,25 +2766,20 @@ export declare interface HvDrawerProps extends Omit<DrawerProps, "classes"> {
3060
2766
  /**
3061
2767
  * A dropdown list is a graphical control element, similar to a list box, that allows the user to choose one value from a list.
3062
2768
  */
3063
- export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactElement<any> | null;
2769
+ export declare const HvDropdown: <Multiple extends boolean = false, OptionValue extends HvListValue = HvListValue>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactNode;
3064
2770
 
3065
- export declare type HvDropdownClasses = ExtractNames<typeof useClasses_59>;
2771
+ export declare type HvDropdownClasses = ExtractNames<typeof useClasses_58>;
3066
2772
 
3067
2773
  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>;
3068
2774
 
3069
- export declare const HvDropdownColumnCell: ({ dropdownProps, ...others }: HvDropdownColumnCellProp) => JSX_2.Element;
2775
+ export declare const HvDropdownColumnCell: <Multiple extends boolean = false, OptionValue extends HvListValue_2 = HvListValue_2>(props: HvDropdownProps<Multiple, OptionValue> & RefAttributes<HTMLDivElement>) => React.ReactNode;
3070
2776
 
3071
2777
  export declare interface HvDropdownColumnCellProp extends HvDropdownProps<false> {
3072
- /** Extra props to be passed onto the dropdown. @deprecated pass props directly */
3073
- dropdownProps?: HvDropdownProps<false>;
3074
2778
  }
3075
2779
 
3076
2780
  export declare type HvDropdownLabels = Partial<typeof DEFAULT_LABELS_7>;
3077
2781
 
3078
- /** @deprecated use `HvDropdownLabels` instead */
3079
- export declare type HvDropdownLabelsProps = HvDropdownLabels;
3080
-
3081
- declare type HvDropdownListClasses = ExtractNames<typeof useClasses_60>;
2782
+ declare type HvDropdownListClasses = ExtractNames<typeof useClasses_59>;
3082
2783
 
3083
2784
  declare interface HvDropdownListProps {
3084
2785
  /**
@@ -3126,10 +2827,6 @@ declare interface HvDropdownListProps {
3126
2827
  * If 'true' the dropdown will notify on the first render.
3127
2828
  */
3128
2829
  notifyChangesOnFirstRender?: boolean;
3129
- /**
3130
- * If `true` the dropdown will show tooltips when user mouseenter text in list
3131
- */
3132
- hasTooltips?: boolean;
3133
2830
  /**
3134
2831
  * If `true`, selection can be toggled when single selection.
3135
2832
  */
@@ -3153,7 +2850,7 @@ declare interface HvDropdownListProps {
3153
2850
  */
3154
2851
  export declare const HvDropDownMenu: ForwardRefExoticComponent<HvDropDownMenuProps & RefAttributes<HTMLDivElement>>;
3155
2852
 
3156
- export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_24>;
2853
+ export declare type HvDropDownMenuClasses = ExtractNames<typeof useClasses_23>;
3157
2854
 
3158
2855
  export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement, "onClick" | "onToggle"> {
3159
2856
  /** Icon. */
@@ -3184,11 +2881,6 @@ export declare interface HvDropDownMenuProps extends HvBaseProps<HTMLDivElement,
3184
2881
  expanded?: boolean;
3185
2882
  /** When uncontrolled, defines the initial expanded state. */
3186
2883
  defaultExpanded?: boolean;
3187
- /**
3188
- * The variant to be used in the header.
3189
- * @deprecated Use `variant` instead
3190
- */
3191
- category?: HvButtonVariant;
3192
2884
  /** The variant to be used in the header. */
3193
2885
  variant?: HvButtonVariant;
3194
2886
  /** Button size. */
@@ -3253,10 +2945,6 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
3253
2945
  * An object containing all the labels for the dropdown.
3254
2946
  */
3255
2947
  labels?: HvDropdownLabels;
3256
- /**
3257
- * If `true` the dropdown will show tooltips when user mouseenter text in list
3258
- */
3259
- hasTooltips?: boolean;
3260
2948
  /**
3261
2949
  * If `true`, selection can be toggled when single selection.
3262
2950
  */
@@ -3314,7 +3002,7 @@ export declare interface HvDropdownProps<Multiple extends boolean = boolean, Opt
3314
3002
 
3315
3003
  export declare type HvDropdownStatus = "standBy" | "valid" | "invalid";
3316
3004
 
3317
- declare type HvDropZoneClasses = ExtractNames<typeof useClasses_73>;
3005
+ declare type HvDropZoneClasses = ExtractNames<typeof useClasses_72>;
3318
3006
 
3319
3007
  declare type HvDropZoneLabels = Partial<typeof DEFAULT_LABELS_9>;
3320
3008
 
@@ -3358,7 +3046,7 @@ declare interface HvDropZoneProps extends Pick<HvFormElementProps, "id" | "disab
3358
3046
  */
3359
3047
  export declare const HvEmptyState: ForwardRefExoticComponent<HvEmptyStateProps & RefAttributes<HTMLDivElement>>;
3360
3048
 
3361
- export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_69>;
3049
+ export declare type HvEmptyStateClasses = ExtractNames<typeof useClasses_68>;
3362
3050
 
3363
3051
  export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "title"> {
3364
3052
  /** Icon to be presented. */
@@ -3375,18 +3063,9 @@ export declare interface HvEmptyStateProps extends HvBaseProps<HTMLDivElement, "
3375
3063
 
3376
3064
  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>;
3377
3065
 
3378
- /** This type extends DeepPartial to allow any extra properties */
3379
- export declare type HvExtraDeepPartialProps<T> = Partial<{
3380
- [P in keyof T]: DeepPartial<T[P]> & Record<string, any>;
3381
- }> & Record<string, any>;
3382
-
3383
- export { HvExtraDeepProps }
3384
-
3385
- export { HvExtraProps }
3386
-
3387
3066
  export declare const HvFile: (props: HvFileProps) => JSX_2.Element;
3388
3067
 
3389
- export declare type HvFileClasses = ExtractNames<typeof useClasses_71>;
3068
+ export declare type HvFileClasses = ExtractNames<typeof useClasses_70>;
3390
3069
 
3391
3070
  export declare interface HvFileData extends Omit<File, "name" | "size"> {
3392
3071
  /**
@@ -3452,7 +3131,7 @@ export declare type HvFilesAddedEvent = (files: HvFileData[]) => void;
3452
3131
  */
3453
3132
  export declare const HvFileUploader: (props: HvFileUploaderProps) => JSX_2.Element;
3454
3133
 
3455
- export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_72>;
3134
+ export declare type HvFileUploaderClasses = ExtractNames<typeof useClasses_71>;
3456
3135
 
3457
3136
  export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3458
3137
  /** Value of aria-label to apply to remove file button in FileList */
@@ -3465,7 +3144,7 @@ export declare interface HvFileUploaderLabels extends HvDropZoneLabels {
3465
3144
  */
3466
3145
  export declare const HvFileUploaderPreview: (props: HvFileUploaderPreviewProps) => string | number | boolean | Iterable<ReactNode> | JSX_2.Element | null | undefined;
3467
3146
 
3468
- export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_70>;
3147
+ export declare type HvFileUploaderPreviewClasses = ExtractNames<typeof useClasses_69>;
3469
3148
 
3470
3149
  export declare interface HvFileUploaderPreviewProps extends Omit<HvButtonProps, "children" | "classes"> {
3471
3150
  /**
@@ -3517,8 +3196,6 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
3517
3196
  maxFileSize?: number;
3518
3197
  /** File types accepted for uploading. @see [HTML input file accept](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#accept) */
3519
3198
  accept?: HvDropZoneProps["accept"];
3520
- /** Files extensions accepted for upload. @deprecated use `accept` instead */
3521
- acceptedFiles?: string[];
3522
3199
  /**
3523
3200
  * Callback fired when files are added.
3524
3201
  */
@@ -3542,9 +3219,9 @@ export declare interface HvFileUploaderProps extends HvFormElementProps {
3542
3219
  */
3543
3220
  export declare const HvFilterGroup: ForwardRefExoticComponent<HvFilterGroupProps & RefAttributes<HTMLDivElement>>;
3544
3221
 
3545
- export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_74>;
3222
+ export declare type HvFilterGroupClasses = ExtractNames<typeof useClasses_73>;
3546
3223
 
3547
- declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_75>;
3224
+ declare type HvFilterGroupContentClasses = ExtractNames<typeof useClasses_74>;
3548
3225
 
3549
3226
  declare interface HvFilterGroupContentProps extends Omit<HvBaseDropdownProps, "onChange"> {
3550
3227
  description?: React.ReactNode;
@@ -3636,49 +3313,12 @@ export declare interface HvFilterGroupProps extends Omit<HvFormElementProps, "cl
3636
3313
 
3637
3314
  export declare type HvFilterGroupValue = (string | number)[][];
3638
3315
 
3639
- /** @deprecated internal use only. this component has navigation issues. */
3640
- export declare const HvFocus: ({ classes: classesProp, children, configuration, disabledClass, selected, disabled, rootRef, focusOnClick, focusDisabled, strategy, filterClass, navigationJump, }: HvFocusProps) => ReactElement<any, string | JSXElementConstructor<any>>;
3641
-
3642
- export declare type HvFocusClasses = ExtractNames<typeof useClasses_4>;
3643
-
3644
- export declare interface HvFocusProps extends HvBaseProps<HTMLElement, "children"> {
3645
- children: React.ReactElement<any>;
3646
- /** Extra configuration for the child element. */
3647
- configuration?: {
3648
- tabIndex?: number;
3649
- };
3650
- /** Indicates that the disabled class should be applied. */
3651
- disabledClass?: boolean;
3652
- /** Whether the focus is selected. */
3653
- selected?: boolean;
3654
- /** Whether the focus is disabled. */
3655
- disabled?: boolean;
3656
- /** The reference to the root element to hold all Focus' context. */
3657
- rootRef?: React.RefObject<HTMLElement | null>;
3658
- /** Show focus when click element. v */
3659
- focusOnClick?: boolean;
3660
- /** Show focus when click element. v */
3661
- focusDisabled?: boolean;
3662
- /** Focus and navigation strategy to be used. v */
3663
- strategy?: HvFocusStrategies;
3664
- /** Uses an absolute positioned div as a focus. v */
3665
- useFalseFocus?: boolean;
3666
- /** Narrows the results of the focus to only theses class v */
3667
- filterClass?: string;
3668
- /** How much the navigation will skip when using the arrows. v */
3669
- navigationJump?: number;
3670
- /** A Jss Object used to override or extend the styles applied to the component. */
3671
- classes?: HvFocusClasses;
3672
- }
3673
-
3674
- export declare type HvFocusStrategies = "listbox" | "menu" | "card" | "grid";
3675
-
3676
3316
  /**
3677
3317
  * A Footer is a way of providing extra information at the end of a page.
3678
3318
  */
3679
3319
  export declare const HvFooter: ForwardRefExoticComponent<HvFooterProps & RefAttributes<HTMLElement>>;
3680
3320
 
3681
- export declare type HvFooterClasses = ExtractNames<typeof useClasses_76>;
3321
+ export declare type HvFooterClasses = ExtractNames<typeof useClasses_75>;
3682
3322
 
3683
3323
  declare type HvFooterPropGetter<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvPropGetter<D, H, HvUseTableFooterProps, {
3684
3324
  column: HvHeaderGroup<D, H>;
@@ -3715,7 +3355,7 @@ export declare const HvFormElement: {
3715
3355
  formElementType: string;
3716
3356
  };
3717
3357
 
3718
- export declare type HvFormElementClasses = ExtractNames<typeof useClasses_9>;
3358
+ export declare type HvFormElementClasses = ExtractNames<typeof useClasses_8>;
3719
3359
 
3720
3360
  declare interface HvFormElementContextValue {
3721
3361
  /** id to be applied to the form element root node. */
@@ -3779,7 +3419,7 @@ export declare type HvFormStatus = "standBy" | "valid" | "invalid" | "empty";
3779
3419
  */
3780
3420
  export declare const HvGlobalActions: ForwardRefExoticComponent<HvGlobalActionsProps & RefAttributes<HTMLDivElement>>;
3781
3421
 
3782
- export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_77>;
3422
+ export declare type HvGlobalActionsClasses = ExtractNames<typeof useClasses_76>;
3783
3423
 
3784
3424
  export declare type HvGlobalActionsHeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
3785
3425
 
@@ -3821,11 +3461,18 @@ export declare type HvGlobalActionsVariant = "global" | "section";
3821
3461
  */
3822
3462
  export declare const HvGrid: ForwardRefExoticComponent<Omit<HvGridProps, "ref"> & RefAttributes<HTMLDivElement>>;
3823
3463
 
3824
- export declare type HvGridClasses = ExtractNames<typeof useClasses_78>;
3464
+ export declare interface HvGridBreakpoint {
3465
+ cols?: number;
3466
+ maxWidth?: number;
3467
+ minWidth?: number;
3468
+ spacing?: HvBreakpoints;
3469
+ }
3470
+
3471
+ export declare type HvGridClasses = ExtractNames<typeof useClasses_77>;
3825
3472
 
3826
3473
  export declare type HvGridDirection = "row" | "row-reverse" | "column" | "column-reverse";
3827
3474
 
3828
- export declare interface HvGridProps extends Omit<GridProps, "classes" | "columns"> {
3475
+ export declare interface HvGridProps extends Omit<GridLegacyProps, "classes" | "columns"> {
3829
3476
  /**
3830
3477
  * If `true`, the component will have the flex *container* behavior.
3831
3478
  * You should be wrapping *items* with a *container*.
@@ -3862,7 +3509,7 @@ export declare interface HvGridProps extends Omit<GridProps, "classes" | "column
3862
3509
  * The value "auto" implements the Design System directives in terms of variable number of columns.
3863
3510
  * @default 12
3864
3511
  */
3865
- columns?: "auto" | GridProps["columns"];
3512
+ columns?: "auto" | GridLegacyProps["columns"];
3866
3513
  /**
3867
3514
  * Defines the `flex-direction` style property.
3868
3515
  * It is applied for all screen sizes.
@@ -3921,7 +3568,7 @@ export declare const HvHeader: ForwardRefExoticComponent<HvHeaderProps & RefAttr
3921
3568
 
3922
3569
  export declare const HvHeaderActions: ForwardRefExoticComponent<HvHeaderActionsProps & RefAttributes<HTMLDivElement>>;
3923
3570
 
3924
- export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_80>;
3571
+ export declare type HvHeaderActionsClasses = ExtractNames<typeof useClasses_79>;
3925
3572
 
3926
3573
  export declare interface HvHeaderActionsProps extends HvBaseProps {
3927
3574
  classes?: HvHeaderActionsClasses;
@@ -3932,7 +3579,7 @@ export declare interface HvHeaderActionsProps extends HvBaseProps {
3932
3579
  */
3933
3580
  export declare const HvHeaderBrand: ForwardRefExoticComponent<HvHeaderBrandProps & RefAttributes<HTMLDivElement>>;
3934
3581
 
3935
- export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_81>;
3582
+ export declare type HvHeaderBrandClasses = ExtractNames<typeof useClasses_80>;
3936
3583
 
3937
3584
  export declare interface HvHeaderBrandProps extends HvBaseProps {
3938
3585
  logo?: React.ReactNode;
@@ -3940,7 +3587,7 @@ export declare interface HvHeaderBrandProps extends HvBaseProps {
3940
3587
  classes?: HvHeaderBrandClasses;
3941
3588
  }
3942
3589
 
3943
- export declare type HvHeaderClasses = ExtractNames<typeof useClasses_79>;
3590
+ export declare type HvHeaderClasses = ExtractNames<typeof useClasses_78>;
3944
3591
 
3945
3592
  declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> extends HvColumnInstance<D, H>, Omit<UseTableHeaderGroupProps<D>, "headers"> {
3946
3593
  headers: Array<HvHeaderGroup<D, H>>;
@@ -3948,7 +3595,7 @@ declare interface HvHeaderGroup<D extends object = Record<string, unknown>, H ex
3948
3595
 
3949
3596
  export declare const HvHeaderMenuBar: (props: HvHeaderMenuBarProps) => JSX_2.Element;
3950
3597
 
3951
- declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_82>;
3598
+ declare type HvHeaderMenuBarClasses = ExtractNames<typeof useClasses_81>;
3952
3599
 
3953
3600
  declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3954
3601
  data: HvHeaderNavigationItemProp[];
@@ -3961,7 +3608,7 @@ declare interface HvHeaderMenuBarProps extends HvBaseProps<HTMLDivElement, "onCl
3961
3608
 
3962
3609
  export declare const HvHeaderMenuItem: (props: HvHeaderMenuItemProps) => JSX_2.Element;
3963
3610
 
3964
- declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_83>;
3611
+ declare type HvHeaderMenuItemClasses = ExtractNames<typeof useClasses_82>;
3965
3612
 
3966
3613
  declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onClick"> {
3967
3614
  item: HvHeaderNavigationItemProp;
@@ -3974,7 +3621,7 @@ declare interface HvHeaderMenuItemProps extends HvBaseProps<HTMLDivElement, "onC
3974
3621
 
3975
3622
  export declare const HvHeaderNavigation: ForwardRefExoticComponent<HvHeaderNavigationProps & RefAttributes<HTMLElement>>;
3976
3623
 
3977
- export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_84>;
3624
+ export declare type HvHeaderNavigationClasses = ExtractNames<typeof useClasses_83>;
3978
3625
 
3979
3626
  export declare interface HvHeaderNavigationItemProp {
3980
3627
  id: string;
@@ -4033,14 +3680,14 @@ export declare interface HvHooks<D extends object = Record<string, unknown>, H e
4033
3680
  useFinalInstance: Array<(instance: HvTableInstance<D, H>) => void>;
4034
3681
  }
4035
3682
 
4036
- export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_99>;
3683
+ export declare type HvHorizontalScrollListItemClasses = ExtractNames<typeof useClasses_96>;
4037
3684
 
4038
3685
  /**
4039
3686
  * The `HvIconButton` component wraps a `HvTooltip` with a label around a `HvButton` with only an icon as its content.
4040
3687
  * As defined by Design System, a tooltip with the button’s label should always be displayed when hovering an icon only button.
4041
3688
  * This component provides this behavior out of the box.
4042
3689
  */
4043
- export declare const HvIconButton: <C extends React.ElementType = "button">(props: Omit<HvButtonProps<C>, "children" | "ref" | "icon" | "title" | "component" | "focusableWhenDisabled" | "startIcon" | "endIcon"> & {
3690
+ export declare const HvIconButton: <C extends React.ElementType = "button">(props: Omit<HvButtonProps<C>, "children" | "ref" | "icon" | "title" | "component" | "startIcon" | "endIcon" | "focusableWhenDisabled"> & {
4044
3691
  /** Label to be displayed in the tooltip when hovered. This label will be used as the button's `aria-label`. */
4045
3692
  title: React.ReactNode;
4046
3693
  /** Number of milliseconds to wait before showing the tooltip. @default 500 */
@@ -4053,9 +3700,9 @@ export declare const HvIconButton: <C extends React.ElementType = "button">(prop
4053
3700
  component?: C | undefined;
4054
3701
  } & {
4055
3702
  children?: ReactNode | undefined;
4056
- } & (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) & {
3703
+ } & (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) & {
4057
3704
  ref?: PolymorphicRef<C> | undefined;
4058
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
3705
+ } & RefAttributes<unknown>) => React.ReactNode;
4059
3706
 
4060
3707
  export declare type HvIconButtonProps<C extends React.ElementType = "button"> = PolymorphicComponentRef<C, Omit<HvButtonProps<C>, "icon" | "focusableWhenDisabled" | "title" | "startIcon" | "endIcon" | "children" | "ref" | "component"> & {
4061
3708
  /** Label to be displayed in the tooltip when hovered. This label will be used as the button's `aria-label`. */
@@ -4113,7 +3760,7 @@ declare type HvIconSize = "XS" | "S" | "M" | "L";
4113
3760
  */
4114
3761
  export declare const HvInfoMessage: (props: HvInfoMessageProps) => JSX_2.Element;
4115
3762
 
4116
- export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_11>;
3763
+ export declare type HvInfoMessageClasses = ExtractNames<typeof useClasses_10>;
4117
3764
 
4118
3765
  export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
4119
3766
  /** If `true` the label is disabled. */
@@ -4128,7 +3775,7 @@ export declare interface HvInfoMessageProps extends HvTypographyProps<"label"> {
4128
3775
  * An Inline Editor allows the user to edit a record without making a major switch
4129
3776
  * between viewing and editing, making it an efficient method of updating a record.
4130
3777
  */
4131
- export declare const HvInlineEditor: <C extends React.ElementType = <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactElement<any> | null>(props: {
3778
+ export declare const HvInlineEditor: <C extends React.ElementType = <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactNode>(props: {
4132
3779
  /** The value of the form element. */
4133
3780
  value?: string;
4134
3781
  /** The default value of the form element. */
@@ -4152,7 +3799,6 @@ export declare const HvInlineEditor: <C extends React.ElementType = <InputElemen
4152
3799
  /** A Jss Object used to override or extend the styles applied to the empty state component. */
4153
3800
  classes?: Partial<{
4154
3801
  root: string;
4155
- inputBorderContainer: string;
4156
3802
  input: string;
4157
3803
  inputRoot: string;
4158
3804
  text: string;
@@ -4168,11 +3814,11 @@ export declare const HvInlineEditor: <C extends React.ElementType = <InputElemen
4168
3814
  component?: C | undefined;
4169
3815
  } & {
4170
3816
  children?: ReactNode | undefined;
4171
- } & (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) & {
3817
+ } & (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) & {
4172
3818
  ref?: PolymorphicRef<C> | undefined;
4173
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
3819
+ } & RefAttributes<unknown>) => React.ReactNode;
4174
3820
 
4175
- export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_85>;
3821
+ export declare type HvInlineEditorClasses = ExtractNames<typeof useClasses_84>;
4176
3822
 
4177
3823
  export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvInput> = PolymorphicComponentRef<C, {
4178
3824
  /** The value of the form element. */
@@ -4204,9 +3850,9 @@ export declare type HvInlineEditorProps<C extends React.ElementType = typeof HvI
4204
3850
  /**
4205
3851
  The Input is a UI control that allows users to enter and edit text, typically used for collecting user-provided information.
4206
3852
  */
4207
- export declare const HvInput: <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactElement<any> | null;
3853
+ export declare const HvInput: <InputElement extends HTMLElement = HTMLTextAreaElement | HTMLInputElement>(props: HvInputProps<InputElement> & RefAttributes<InputElement>) => React.ReactNode;
4208
3854
 
4209
- export declare type HvInputClasses = ExtractNames<typeof useClasses_57>;
3855
+ export declare type HvInputClasses = ExtractNames<typeof useClasses_56>;
4210
3856
 
4211
3857
  export declare type HvInputLabels = Partial<typeof DEFAULT_LABELS_6>;
4212
3858
 
@@ -4339,55 +3985,12 @@ export declare interface HvKnobProperty {
4339
3985
  dragColor?: string;
4340
3986
  }
4341
3987
 
4342
- /**
4343
- * Key Performance Indicator is a type of performance measurement. It monitors a business indicator
4344
- * and its success/failure against a given target. KPIs are the first item read on a dashboard.
4345
- * Communicates simple, immediate and vital information for operational decision making.
4346
- * @deprecated build KPIs with `HvCard`, or with your custom layouts
4347
- */
4348
- export declare const HvKpi: (props: HvKpiProps) => JSX_2.Element;
4349
-
4350
- export declare type HvKpiClasses = ExtractNames<typeof useClasses_86>;
4351
-
4352
- export declare type HvKpiLabelProps = Partial<typeof DEFAULT_LABELS_11>;
4353
-
4354
- export declare interface HvKpiProps extends HvBaseProps<HTMLDivElement, "children"> {
4355
- /**
4356
- * An Element that will be rendered to the left of the kpi indicator text.
4357
- */
4358
- trendIndicator?: React.ReactNode;
4359
- /**
4360
- * An Element that will be rendered to the left of the kpi indicator text.
4361
- */
4362
- visualIndicator?: React.ReactNode;
4363
- /**
4364
- * An Element that will be rendered below the kpi indicator text.
4365
- */
4366
- visualComparison?: React.ReactNode;
4367
- /**
4368
- * The object that contains the different labels inside the kpi.
4369
- */
4370
- labels?: HvKpiLabelProps;
4371
- /**
4372
- * The typography variant used in the main text indicator of the KPI
4373
- */
4374
- indicatorTextVariant?: "display" | "title1" | "title2";
4375
- /**
4376
- * The typography variant used in the main text indicator of the KPI
4377
- */
4378
- indicatorUnitTextVariant?: "title2" | "body";
4379
- /**
4380
- * A Jss Object used to override or extend the component styles applied.
4381
- */
4382
- classes?: HvKpiClasses;
4383
- }
4384
-
4385
3988
  /**
4386
3989
  * Provides the user with a recognizable name for a given form element.
4387
3990
  */
4388
3991
  export declare const HvLabel: (props: HvLabelProps) => JSX_2.Element;
4389
3992
 
4390
- export declare type HvLabelClasses = ExtractNames<typeof useClasses_10>;
3993
+ export declare type HvLabelClasses = ExtractNames<typeof useClasses_9>;
4391
3994
 
4392
3995
  export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4393
3996
  /** Id to be applied to the root node */
@@ -4408,7 +4011,7 @@ export declare interface HvLabelProps extends HvTypographyProps<"label"> {
4408
4011
 
4409
4012
  export declare const HvLeftControl: ({ id, classes: classesProp, className, children, placeholder, onSearch, hideSearch, searchProps, ...others }: HvLeftControlProps) => JSX_2.Element;
4410
4013
 
4411
- export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_56>;
4014
+ export declare type HvLeftControlClasses = ExtractNames<typeof useClasses_55>;
4412
4015
 
4413
4016
  export declare interface HvLeftControlProps extends HvBaseProps {
4414
4017
  /** if `true` the hide sort by dropdown is not rendered */
@@ -4423,27 +4026,13 @@ export declare interface HvLeftControlProps extends HvBaseProps {
4423
4026
  classes?: HvLeftControlClasses;
4424
4027
  }
4425
4028
 
4426
- /** @deprecated use `<HvTypography link component="a" />` instead */
4427
- export declare const HvLink: (props: HvLinkProps) => JSX_2.Element;
4428
-
4429
- export declare type HvLinkClasses = ExtractNames<typeof useClasses_87>;
4430
-
4431
- export declare interface HvLinkProps extends HvBaseProps<HTMLAnchorElement, "onClick"> {
4432
- onClick?: (event: React.MouseEvent<HTMLAnchorElement>, data: any) => void;
4433
- route?: string;
4434
- data?: any;
4435
- children: any;
4436
- /** A Jss Object used to override or extend the styles applied to the component. */
4437
- classes?: HvLinkClasses;
4438
- }
4439
-
4440
4029
  /**
4441
4030
  * Component used to show a set of related data to the user.
4442
4031
  * @deprecated use `HvListContainer` + `HvListItem` instead
4443
4032
  */
4444
4033
  export declare const HvList: (props: HvListProps) => JSX_2.Element | null;
4445
4034
 
4446
- export declare type HvListClasses = ExtractNames<typeof useClasses_88>;
4035
+ export declare type HvListClasses = ExtractNames<typeof useClasses_85>;
4447
4036
 
4448
4037
  /**
4449
4038
  * A **list** is any enumeration of a set of items.
@@ -4452,7 +4041,7 @@ export declare type HvListClasses = ExtractNames<typeof useClasses_88>;
4452
4041
  */
4453
4042
  export declare const HvListContainer: ForwardRefExoticComponent<HvListContainerProps & RefAttributes<HTMLUListElement>>;
4454
4043
 
4455
- export declare type HvListContainerClasses = ExtractNames<typeof useClasses_5>;
4044
+ export declare type HvListContainerClasses = ExtractNames<typeof useClasses_4>;
4456
4045
 
4457
4046
  export declare interface HvListContainerProps extends HvBaseProps<HTMLUListElement> {
4458
4047
  /**
@@ -4476,7 +4065,7 @@ export declare interface HvListContainerProps extends HvBaseProps<HTMLUListEleme
4476
4065
  */
4477
4066
  export declare const HvListItem: ForwardRefExoticComponent<HvListItemProps & RefAttributes<HTMLLIElement>>;
4478
4067
 
4479
- export declare type HvListItemClasses = ExtractNames<typeof useClasses_6>;
4068
+ export declare type HvListItemClasses = ExtractNames<typeof useClasses_5>;
4480
4069
 
4481
4070
  export declare interface HvListItemProps extends HvBaseProps<HTMLLIElement> {
4482
4071
  /** Indicates if the list item is selected. */
@@ -4525,7 +4114,7 @@ export declare interface HvListItemProps extends HvBaseProps<HTMLLIElement> {
4525
4114
  classes?: HvListItemClasses;
4526
4115
  }
4527
4116
 
4528
- export declare type HvListLabels = Partial<typeof DEFAULT_LABELS_12>;
4117
+ export declare type HvListLabels = Partial<typeof DEFAULT_LABELS_11>;
4529
4118
 
4530
4119
  export declare interface HvListProps extends HvBaseProps<HTMLUListElement, "onChange" | "onClick"> {
4531
4120
  /**
@@ -4563,8 +4152,6 @@ export declare interface HvListProps extends HvBaseProps<HTMLUListElement, "onCh
4563
4152
  singleSelectionToggle?: boolean;
4564
4153
  /** If `true` the list will be rendered without vertical spacing. */
4565
4154
  condensed?: boolean;
4566
- /** If `true` the dropdown will show tooltips when user mouseenter text in list. @deprecated this is always enabled */
4567
- hasTooltips?: boolean;
4568
4155
  /** 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 */
4569
4156
  height?: number;
4570
4157
  /** Experimental. Uses dropdown in a virtualized form, where not all options are rendered initially. Good for use cases with a lot of options. */
@@ -4597,7 +4184,7 @@ export declare interface HvListValue extends Record<string, any> {
4597
4184
  */
4598
4185
  export declare const HvLoading: ForwardRefExoticComponent<HvLoadingProps & RefAttributes<HTMLDivElement>>;
4599
4186
 
4600
- export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4187
+ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_86>;
4601
4188
 
4602
4189
  /**
4603
4190
  * A component that wraps `children` with an `HvLoading` component and
@@ -4610,7 +4197,7 @@ export declare type HvLoadingClasses = ExtractNames<typeof useClasses_89>;
4610
4197
  * */
4611
4198
  export declare const HvLoadingContainer: ForwardRefExoticComponent<HvLoadingContainerProps & RefAttributes<HTMLDivElement>>;
4612
4199
 
4613
- export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_90>;
4200
+ export declare type HvLoadingContainerClasses = ExtractNames<typeof useClasses_87>;
4614
4201
 
4615
4202
  export declare interface HvLoadingContainerProps extends HvBaseProps<HTMLDivElement>, Pick<HvLoadingProps, "label" | "small" | "hidden"> {
4616
4203
  opacity?: number;
@@ -4635,7 +4222,7 @@ export declare interface HvLoadingProps extends HvBaseProps {
4635
4222
  */
4636
4223
  export declare const HvLogin: ForwardRefExoticComponent<HvLoginProps & RefAttributes<HTMLDivElement>>;
4637
4224
 
4638
- export declare type HvLoginClasses = ExtractNames<typeof useClasses_91>;
4225
+ export declare type HvLoginClasses = ExtractNames<typeof useClasses_88>;
4639
4226
 
4640
4227
  export declare interface HvLoginProps extends HvBaseProps {
4641
4228
  /**
@@ -4665,7 +4252,7 @@ declare interface HvMetaBase<D extends object = Record<string, unknown>, H exten
4665
4252
  */
4666
4253
  export declare const HvMultiButton: (props: HvMultiButtonProps) => JSX_2.Element;
4667
4254
 
4668
- export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_92>;
4255
+ export declare type HvMultiButtonClasses = ExtractNames<typeof useClasses_89>;
4669
4256
 
4670
4257
  export declare interface HvMultiButtonProps extends HvBaseProps {
4671
4258
  /** If all the buttons are disabled. */
@@ -4712,7 +4299,7 @@ export declare const HvNumberInput: ForwardRefExoticComponent<HvNumberInputProps
4712
4299
  export declare interface HvNumberInputProps extends HvInputProps<HTMLInputElement> {
4713
4300
  }
4714
4301
 
4715
- export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) => React.ReactElement<any> | null;
4302
+ export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<OptionValue> & RefAttributes<HTMLLIElement>) => React.ReactNode;
4716
4303
 
4717
4304
  /**
4718
4305
  * Optional
@@ -4732,11 +4319,11 @@ export declare const HvOption: <OptionValue extends {}>(props: HvOptionProps<Opt
4732
4319
  */
4733
4320
  export declare type HvOptional<T extends object, K extends keyof T = keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
4734
4321
 
4735
- export declare type HvOptionClasses = ExtractNames<typeof useClasses_15>;
4322
+ export declare type HvOptionClasses = ExtractNames<typeof useClasses_14>;
4736
4323
 
4737
4324
  export declare const HvOptionGroup: ForwardRefExoticComponent<Omit<HvOptionGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
4738
4325
 
4739
- export declare type HvOptionGroupClasses = ExtractNames<typeof useClasses_16>;
4326
+ export declare type HvOptionGroupClasses = ExtractNames<typeof useClasses_15>;
4740
4327
 
4741
4328
  export declare interface HvOptionGroupProps extends OptionGroupProps {
4742
4329
  classes?: HvOptionGroupClasses;
@@ -4751,7 +4338,7 @@ export declare interface HvOptionProps<OptionValue extends {}> extends Omit<HvLi
4751
4338
  */
4752
4339
  export declare const HvOverflowTooltip: (props: HvOverflowTooltipProps) => JSX_2.Element;
4753
4340
 
4754
- export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_93>;
4341
+ export declare type HvOverflowTooltipClasses = ExtractNames<typeof useClasses_90>;
4755
4342
 
4756
4343
  export declare interface HvOverflowTooltipProps extends HvBaseProps {
4757
4344
  /** The node that will be rendered inside the tooltip. */
@@ -4774,7 +4361,7 @@ export declare interface HvOverflowTooltipProps extends HvBaseProps {
4774
4361
  */
4775
4362
  export declare const HvPagination: ForwardRefExoticComponent<HvPaginationProps & RefAttributes<HTMLDivElement>>;
4776
4363
 
4777
- export declare type HvPaginationClasses = ExtractNames<typeof useClasses_47>;
4364
+ export declare type HvPaginationClasses = ExtractNames<typeof useClasses_46>;
4778
4365
 
4779
4366
  export declare type HvPaginationLabels = Partial<typeof DEFAULT_LABELS_3>;
4780
4367
 
@@ -4818,21 +4405,19 @@ export declare interface HvPaginationProps extends HvBaseProps {
4818
4405
  */
4819
4406
  export declare const HvPanel: ForwardRefExoticComponent<HvPanelProps & RefAttributes<HTMLDivElement>>;
4820
4407
 
4821
- export declare type HvPanelClasses = ExtractNames<typeof useClasses_95>;
4408
+ export declare type HvPanelClasses = ExtractNames<typeof useClasses_92>;
4822
4409
 
4823
4410
  export declare interface HvPanelProps extends HvBaseProps {
4824
4411
  /** A Jss Object used to override or extend the styles applied. */
4825
4412
  classes?: HvPanelClasses;
4826
4413
  }
4827
4414
 
4828
- export declare type HvPolarizedColorKeys = "positive" | "positive_120" | "positive_80" | "warning" | "warning_120" | "warning_140" | "negative" | "cat21" | "cat22" | "cat23" | "cat24" | "cat25" | "cat26" | "cat27" | "cat28" | "catastrophic";
4829
-
4830
4415
  /**
4831
4416
  * Progress Bar provides feedback about a process that is taking place in the application.
4832
4417
  */
4833
4418
  export declare const HvProgressBar: (props: HvProgressBarProps) => JSX_2.Element;
4834
4419
 
4835
- export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_96>;
4420
+ export declare type HvProgressBarClasses = ExtractNames<typeof useClasses_93>;
4836
4421
 
4837
4422
  export declare interface HvProgressBarProps extends HvBaseProps {
4838
4423
  /** The value of the progress bar. */
@@ -4876,7 +4461,7 @@ export declare type HvPropGetter<D extends object = Record<string, unknown>, H e
4876
4461
  /**
4877
4462
  * Enables theming capabilities and makes cross-component theme properties available down the tree.
4878
4463
  */
4879
- export declare const HvProvider: ({ children, rootElementId, cssBaseline, cssTheme, themes, theme, colorMode, emotionCache: emotionCacheProp, classNameKey, }: HvProviderProps) => JSX_2.Element;
4464
+ export declare const HvProvider: ({ children, rootElementId, cssBaseline, cssTheme, theme, colorMode, emotionCache: emotionCacheProp, classNameKey, }: HvProviderProps) => JSX_2.Element;
4880
4465
 
4881
4466
  export declare interface HvProviderProps {
4882
4467
  /**
@@ -4915,26 +4500,19 @@ export declare interface HvProviderProps {
4915
4500
  * The emotion cache instance to use. If no value is provided, the default cache is used.
4916
4501
  */
4917
4502
  emotionCache?: EmotionCache;
4918
- /**
4919
- * List of themes to be used by UI Kit.
4920
- * You can provide your own themes created with the `createTheme` utility and/or the default themes provided by UI Kit.
4921
- *
4922
- * If no value is provided, the `ds5` theme will be used.
4923
- */
4924
- themes?: (HvTheme | HvThemeStructure)[];
4925
4503
  /**
4926
4504
  * The active theme. It must be one of the themes passed to `themes`.
4927
4505
  *
4928
- * 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.
4506
+ * If no value is provided, the first theme from the `themes` list is used. If no `themes` list is provided, the `next` theme will be used.
4929
4507
  */
4930
- theme?: string;
4508
+ theme?: HvTheme | HvThemeStructure;
4931
4509
  /**
4932
4510
  * The active color mode. It must be one of the color modes of the active theme.
4933
4511
  *
4934
4512
  * If no value is provided, the first color mode defined in the active theme is used.
4935
4513
  * For the default themes, the `dawn` color mode is the one used.
4936
4514
  */
4937
- colorMode?: string;
4515
+ colorMode?: HvThemeColorMode;
4938
4516
  }
4939
4517
 
4940
4518
  /**
@@ -4951,17 +4529,11 @@ export declare interface HvQueryBuilderAttribute extends Record<string, unknown>
4951
4529
  type: DefaultAttributes | (string & {});
4952
4530
  }
4953
4531
 
4954
- /** @deprecated */
4955
- export declare interface HvQueryBuilderChangedQuery extends Omit<HvQueryBuilderQuery, "id" | "rules"> {
4956
- rules: Array<Omit<HvQueryBuilderQueryRule, "id"> | HvQueryBuilderChangedQuery>;
4957
- }
4958
-
4959
- export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_97>;
4532
+ export declare type HvQueryBuilderClasses = ExtractNames<typeof useClasses_94>;
4960
4533
 
4961
4534
  declare interface HvQueryBuilderContextValue {
4962
4535
  dispatchAction: React.Dispatch<QueryAction>;
4963
4536
  askAction: React.Dispatch<React.SetStateAction<AskAction | undefined>>;
4964
- selectLocation?: React.Dispatch<unknown>;
4965
4537
  attributes?: Record<string, HvQueryBuilderAttribute>;
4966
4538
  operators: Record<string, HvQueryBuilderQueryOperator[]>;
4967
4539
  combinators: HvQueryBuilderQueryCombinator[];
@@ -5132,12 +4704,6 @@ export declare interface HvQueryBuilderProps {
5132
4704
  value?: HvQueryBuilderQuery;
5133
4705
  /** The initial query when the component is uncontrolled. */
5134
4706
  defaultValue?: HvQueryBuilderQuery;
5135
- /**
5136
- * The initial query when the component is uncontrolled.
5137
- *
5138
- * @deprecated Use `defaultValue` instead.
5139
- * */
5140
- query?: HvQueryBuilderQuery;
5141
4707
  /** Callback fired when the query changes. */
5142
4708
  onChange?: (value: HvQueryBuilderQuery) => void;
5143
4709
  /** Max depth of nested query groups. */
@@ -5206,14 +4772,14 @@ export declare type HvQueryBuilderRenderers = Record<string, ValueRenderer>;
5206
4772
  */
5207
4773
  export declare const HvRadio: ForwardRefExoticComponent<Omit<HvRadioProps, "ref"> & RefAttributes<HTMLButtonElement>>;
5208
4774
 
5209
- export declare type HvRadioClasses = ExtractNames<typeof useClasses_98>;
4775
+ export declare type HvRadioClasses = ExtractNames<typeof useClasses_95>;
5210
4776
 
5211
4777
  /**
5212
4778
  * A radio group is a type of selection list that can only have a single entry checked at any one time.
5213
4779
  */
5214
4780
  export declare const HvRadioGroup: ForwardRefExoticComponent<HvRadioGroupProps & RefAttributes<HTMLDivElement>>;
5215
4781
 
5216
- export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_67>;
4782
+ export declare type HvRadioGroupClasses = ExtractNames<typeof useClasses_66>;
5217
4783
 
5218
4784
  export declare interface HvRadioGroupProps extends HvBaseProps<HTMLDivElement, "onChange"> {
5219
4785
  /**
@@ -5390,7 +4956,7 @@ export { HvRadius }
5390
4956
 
5391
4957
  export declare const HvRightControl: ({ id, classes: classesProp, className, children, values, onSort, hideSortBy, sortProps, ...others }: HvRightControlProps) => JSX_2.Element;
5392
4958
 
5393
- export declare type HvRightControlClasses = ExtractNames<typeof useClasses_58>;
4959
+ export declare type HvRightControlClasses = ExtractNames<typeof useClasses_57>;
5394
4960
 
5395
4961
  export declare interface HvRightControlProps extends HvBaseProps {
5396
4962
  /** if `true` the hide sort by dropdown is not rendered */
@@ -5429,21 +4995,11 @@ declare type HvRowPropGetter<D extends object = Record<string, unknown>, H exten
5429
4995
  */
5430
4996
  export declare const HvScrollToHorizontal: (props: HvScrollToHorizontalProps) => JSX_2.Element;
5431
4997
 
5432
- export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_100>;
5433
-
5434
- export declare type HvScrollToHorizontalPositions = "sticky" | "fixed" | "relative";
4998
+ export declare type HvScrollToHorizontalClasses = ExtractNames<typeof useClasses_97>;
5435
4999
 
5436
5000
  export declare interface HvScrollToHorizontalProps extends HvBaseProps<HTMLOListElement, "onChange" | "onClick"> {
5437
5001
  /** An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied */
5438
5002
  options: HvScrollToOption[];
5439
- /**
5440
- * Should the active element be reflected in the URL.
5441
- *
5442
- * @default true
5443
- *
5444
- * @deprecated Use `navigationMode` instead.
5445
- * */
5446
- href?: boolean;
5447
5003
  /**
5448
5004
  * The navigation mode to be used when the user clicks on a tab element.
5449
5005
  * - `push` will add a new entry to the history stack.
@@ -5484,9 +5040,9 @@ export declare interface HvScrollToHorizontalProps extends HvBaseProps<HTMLOList
5484
5040
  */
5485
5041
  offset?: number;
5486
5042
  /** Position of the Horizontal scroll to. */
5487
- position?: HvScrollToHorizontalPositions;
5043
+ position?: "sticky" | "fixed" | "relative";
5488
5044
  /** Position of tooltip identifying the current item. */
5489
- tooltipPosition?: HvScrollToTooltipPositions;
5045
+ tooltipPosition?: "left" | "right" | "top" | "bottom";
5490
5046
  /** A function called each time the selected index changes. */
5491
5047
  onChange?: (event: Event | React.MouseEvent<HTMLDivElement | HTMLAnchorElement> | React.KeyboardEvent<HTMLDivElement | HTMLAnchorElement>, index: number) => void;
5492
5048
  /** A function called each time an user clicks on a tab element. */
@@ -5504,28 +5060,16 @@ declare interface HvScrollToOption {
5504
5060
  offset?: number;
5505
5061
  }
5506
5062
 
5507
- declare type HvScrollToTooltipPositions = "left" | "right" | "top" | "bottom";
5508
-
5509
5063
  /**
5510
5064
  * The vertical scroll to element can be used to quickly navigate in a page.
5511
5065
  */
5512
5066
  export declare const HvScrollToVertical: (props: HvScrollToVerticalProps) => JSX_2.Element;
5513
5067
 
5514
- export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_102>;
5515
-
5516
- declare type HvScrollToVerticalPositions = "absolute" | "fixed" | "relative";
5068
+ export declare type HvScrollToVerticalClasses = ExtractNames<typeof useClasses_99>;
5517
5069
 
5518
5070
  export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListElement, "onChange" | "onClick"> {
5519
5071
  /** An Array of Objects with Label and Value. Label is the displayed Element and Value is the local navigation location applied */
5520
5072
  options: HvScrollToOption[];
5521
- /**
5522
- * Should the active element be reflected in the URL.
5523
- *
5524
- * @default true
5525
- *
5526
- * @deprecated Use `navigationMode` instead.
5527
- * */
5528
- href?: boolean;
5529
5073
  /**
5530
5074
  * The navigation mode to be used when the user clicks on a tab element.
5531
5075
  * - `push` will add a new entry to the history stack.
@@ -5566,9 +5110,9 @@ export declare interface HvScrollToVerticalProps extends HvBaseProps<HTMLOListEl
5566
5110
  */
5567
5111
  offset?: number;
5568
5112
  /** Position of the Vertical scroll to. */
5569
- position?: HvScrollToVerticalPositions;
5113
+ position?: "absolute" | "fixed" | "relative";
5570
5114
  /** Position of tooltip identifying the current item. */
5571
- tooltipPosition?: HvScrollToTooltipPositions;
5115
+ tooltipPosition?: "left" | "right" | "top" | "bottom";
5572
5116
  /** A function called each time the selected index changes. */
5573
5117
  onChange?: (event: Event | React.MouseEvent<HTMLDivElement | HTMLAnchorElement> | React.KeyboardEvent<HTMLDivElement | HTMLAnchorElement>, index: number) => void;
5574
5118
  /** A function called each time an user clicks on a tab element. */
@@ -5594,7 +5138,7 @@ export declare interface HvSearchInputProps extends HvInputProps<HTMLInputElemen
5594
5138
  */
5595
5139
  export declare const HvSection: ForwardRefExoticComponent<HvSectionProps & RefAttributes<HTMLDivElement>>;
5596
5140
 
5597
- export declare type HvSectionClasses = ExtractNames<typeof useClasses_103>;
5141
+ export declare type HvSectionClasses = ExtractNames<typeof useClasses_100>;
5598
5142
 
5599
5143
  export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>, "title" | "onToggle"> {
5600
5144
  /** The title of the section */
@@ -5632,9 +5176,9 @@ export declare interface HvSectionProps extends Omit<HvBaseProps<HTMLDivElement>
5632
5176
  * <HvOption value="cat">Cat</HvOption>
5633
5177
  * </HvSelect>
5634
5178
  * */
5635
- export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) => React.ReactElement<any> | null;
5179
+ export declare const HvSelect: <OptionValue extends {}, Multiple extends boolean = false>(props: HvSelectProps<OptionValue, Multiple> & RefAttributes<HTMLButtonElement>) => React.ReactNode;
5636
5180
 
5637
- export declare type HvSelectClasses = ExtractNames<typeof useClasses_13>;
5181
+ export declare type HvSelectClasses = ExtractNames<typeof useClasses_12>;
5638
5182
 
5639
5183
  /**
5640
5184
  * SelectionList allows users to select one or more items from a list.
@@ -5643,7 +5187,7 @@ export declare type HvSelectClasses = ExtractNames<typeof useClasses_13>;
5643
5187
  */
5644
5188
  export declare const HvSelectionList: ForwardRefExoticComponent<HvSelectionListProps & RefAttributes<HTMLUListElement>>;
5645
5189
 
5646
- export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_17>;
5190
+ export declare type HvSelectionListClasses = ExtractNames<typeof useClasses_16>;
5647
5191
 
5648
5192
  export declare interface HvSelectionListProps extends HvBaseProps<HTMLUListElement, "onChange"> {
5649
5193
  /** The form element name. */
@@ -5717,20 +5261,12 @@ export declare interface HvSelectProps<OptionValue extends {}, Multiple extends
5717
5261
  enablePortal?: boolean;
5718
5262
  }
5719
5263
 
5720
- export { HvSemanticColor }
5721
-
5722
- export declare type HvSemanticColorKeys = HvSemanticColor;
5723
-
5724
- export declare type HvSemanticColors = Record<HvSemanticColorKeys, string>;
5725
-
5726
- export declare type HvSequentialColorKeys = "cat1" | "cat1_100" | "cat1_200" | "cat1_300" | "cat1_400" | "cat1_500" | "cat1_600" | "cat1_700" | "cat1_800" | "cat1_900";
5727
-
5728
5264
  /**
5729
5265
  * SimpleGrid is a lightweight, responsive grid for evenly spaced items across a fixed number of columns.
5730
5266
  */
5731
5267
  export declare const HvSimpleGrid: (props: HvSimpleGridProps) => JSX_2.Element;
5732
5268
 
5733
- export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_104>;
5269
+ export declare type HvSimpleGridClasses = ExtractNames<typeof useClasses_101>;
5734
5270
 
5735
5271
  /** Grid component that enables you to create columns of equal width and define your own breakpoints and responsive behavior. */
5736
5272
  export declare interface HvSimpleGridProps extends HvBaseProps {
@@ -5742,14 +5278,14 @@ export declare interface HvSimpleGridProps extends HvBaseProps {
5742
5278
  * - `cols`: number of columns per row at given max-width
5743
5279
  * - `spacing`: optional spacing at given max-width, if not provided spacing from component prop will be used instead
5744
5280
  */
5745
- breakpoints?: Breakpoint[];
5281
+ breakpoints?: HvGridBreakpoint[];
5746
5282
  /** Number of how many columns the content will be displayed */
5747
5283
  cols?: number;
5748
5284
  /** A Jss Object used to override or extend the styles applied to the component. */
5749
5285
  classes?: HvSimpleGridClasses;
5750
5286
  }
5751
5287
 
5752
- declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_40>;
5288
+ declare type HvSingleCalendarClasses = ExtractNames<typeof useClasses_39>;
5753
5289
 
5754
5290
  declare interface HvSingleCalendarProps extends Omit<HvCalendarProps, "classes"> {
5755
5291
  /**
@@ -5777,7 +5313,7 @@ export { HvSize }
5777
5313
  */
5778
5314
  export declare const HvSkeleton: (props: HvSkeletonProps) => JSX_2.Element;
5779
5315
 
5780
- export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_134>;
5316
+ export declare type HvSkeletonClasses = ExtractNames<typeof useClasses_131>;
5781
5317
 
5782
5318
  export declare interface HvSkeletonProps extends HvBaseProps {
5783
5319
  /** Whether the skeleton element is hidden or not. */
@@ -5801,7 +5337,7 @@ export declare interface HvSkeletonProps extends HvBaseProps {
5801
5337
  */
5802
5338
  export declare const HvSlider: ForwardRefExoticComponent<HvSliderProps & RefAttributes<SliderRef>>;
5803
5339
 
5804
- export declare type HvSliderClasses = ExtractNames<typeof useClasses_105>;
5340
+ export declare type HvSliderClasses = ExtractNames<typeof useClasses_102>;
5805
5341
 
5806
5342
  export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onChange" | "onBlur"> {
5807
5343
  /** The slider name. */
@@ -5902,11 +5438,11 @@ export declare interface HvSliderProps extends HvBaseProps<HTMLDivElement, "onCh
5902
5438
  */
5903
5439
  export declare const HvSnackbar: ForwardRefExoticComponent<Omit<HvSnackbarProps, "ref"> & RefAttributes<unknown>>;
5904
5440
 
5905
- export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_106>;
5441
+ export declare type HvSnackbarClasses = ExtractNames<typeof useClasses_103>;
5906
5442
 
5907
5443
  export declare const HvSnackbarContent: ForwardRefExoticComponent<Omit<HvSnackbarContentProps, "ref"> & RefAttributes<HTMLDivElement>>;
5908
5444
 
5909
- export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_107>;
5445
+ export declare type HvSnackbarContentClasses = ExtractNames<typeof useClasses_104>;
5910
5446
 
5911
5447
  export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProps, "variant" | "action" | "classes"> {
5912
5448
  /** The message to display. */
@@ -5921,12 +5457,6 @@ export declare interface HvSnackbarContentProps extends Omit<SnackbarContentProp
5921
5457
  customIcon?: React.ReactNode;
5922
5458
  /** Action to display. */
5923
5459
  action?: React.ReactNode | HvActionGeneric;
5924
- /**
5925
- * The callback function called when an action is triggered, receiving `action` as parameter.
5926
- *
5927
- * @deprecated Use `onAction` instead.
5928
- * */
5929
- actionCallback?: HvActionsGenericProps["actionsCallback"];
5930
5460
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
5931
5461
  onAction?: HvActionsGenericProps["onAction"];
5932
5462
  /** @inheritdoc */
@@ -5962,12 +5492,6 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5962
5492
  showClose?: boolean;
5963
5493
  /** Action to display. */
5964
5494
  action?: React.ReactNode | HvActionGeneric;
5965
- /**
5966
- * The callback function called when an action is triggered, receiving `action` as parameter.
5967
- *
5968
- * @deprecated Use `onAction` instead.
5969
- * */
5970
- actionCallback?: HvActionsGenericProps["actionsCallback"];
5971
5495
  /** The callback function called when an action is triggered, receiving `action` as parameter. */
5972
5496
  onAction?: HvActionsGenericProps["onAction"];
5973
5497
  /** Duration of transition in milliseconds. */
@@ -5994,7 +5518,7 @@ export declare interface HvSnackbarProps extends Omit<SnackbarProps, "action" |
5994
5518
  */
5995
5519
  export declare const HvSnackbarProvider: (props: HvSnackbarProviderProps) => JSX_2.Element;
5996
5520
 
5997
- export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_108>;
5521
+ export declare type HvSnackbarProviderClasses = ExtractNames<typeof useClasses_105>;
5998
5522
 
5999
5523
  export declare interface HvSnackbarProviderProps {
6000
5524
  /** Your component tree. */
@@ -6028,7 +5552,7 @@ export declare const HvStack: (props: HvStackProps) => JSX_2.Element;
6028
5552
  export declare interface HvStackBreakpoints extends Record<HvBreakpoints, string> {
6029
5553
  }
6030
5554
 
6031
- export declare type HvStackClasses = ExtractNames<typeof useClasses_109>;
5555
+ export declare type HvStackClasses = ExtractNames<typeof useClasses_106>;
6032
5556
 
6033
5557
  export declare type HvStackDirection = "column" | "row" | Partial<HvStackBreakpoints>;
6034
5558
 
@@ -6058,7 +5582,7 @@ export declare interface HvStackProps extends HvBaseProps {
6058
5582
  */
6059
5583
  export declare const HvStatusIcon: ForwardRefExoticComponent<HvStatusIconProps & RefAttributes<HTMLDivElement>>;
6060
5584
 
6061
- export declare type HvStatusIconClasses = ExtractNames<typeof useClasses_110>;
5585
+ export declare type HvStatusIconClasses = ExtractNames<typeof useClasses_107>;
6062
5586
 
6063
5587
  export declare interface HvStatusIconProps extends HvBaseProps {
6064
5588
  /** Variant of the snackbar. */
@@ -6090,16 +5614,11 @@ export declare interface HvSuggestion {
6090
5614
 
6091
5615
  export declare const HvSuggestions: ForwardRefExoticComponent<HvSuggestionsProps & RefAttributes<unknown>>;
6092
5616
 
6093
- export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_18>;
5617
+ export declare type HvSuggestionsClasses = ExtractNames<typeof useClasses_17>;
6094
5618
 
6095
5619
  export declare interface HvSuggestionsProps extends HvBaseProps {
6096
5620
  /** Whether suggestions is visible */
6097
5621
  open?: boolean;
6098
- /**
6099
- * Whether suggestions is visible.
6100
- * @deprecated use `open` instead.
6101
- * */
6102
- expanded?: boolean;
6103
5622
  /** The HTML element Suggestions attaches to. */
6104
5623
  anchorEl?: HTMLElement | null;
6105
5624
  /** Array of { id, label, ...others } values to display in the suggestion list */
@@ -6120,12 +5639,6 @@ export declare interface HvSuggestionsProps extends HvBaseProps {
6120
5639
  popperProps?: Partial<PopperProps>;
6121
5640
  }
6122
5641
 
6123
- export { HvSupportColor }
6124
-
6125
- export declare type HvSupportColorKeys = HvSupportColor;
6126
-
6127
- export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
6128
-
6129
5642
  /**
6130
5643
  * A Switch is **binary** and works as a digital on/off button.
6131
5644
  *
@@ -6133,7 +5646,7 @@ export declare type HvSupportColors = Record<HvSupportColorKeys, string>;
6133
5646
  */
6134
5647
  export declare const HvSwitch: ForwardRefExoticComponent<Omit<HvSwitchProps, "ref"> & RefAttributes<HTMLButtonElement>>;
6135
5648
 
6136
- export declare type HvSwitchClasses = ExtractNames<typeof useClasses_111>;
5649
+ export declare type HvSwitchClasses = ExtractNames<typeof useClasses_108>;
6137
5650
 
6138
5651
  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>;
6139
5652
 
@@ -6250,7 +5763,7 @@ export declare interface HvSwitchProps extends Omit<SwitchProps, "color" | "onCh
6250
5763
 
6251
5764
  export declare const HvTab: ForwardRefExoticComponent<Omit<HvTabProps, "ref"> & RefAttributes<HTMLDivElement>>;
6252
5765
 
6253
- export declare type HvTabClasses = ExtractNames<typeof useClasses_118>;
5766
+ export declare type HvTabClasses = ExtractNames<typeof useClasses_115>;
6254
5767
 
6255
5768
  /**
6256
5769
  * A table gathers relational data. It displays values arranged to allow quick numerical analysis like comparison and sorting.
@@ -6270,7 +5783,7 @@ export declare const HvTable: ForwardRefExoticComponent<HvTableProps & RefAttrib
6270
5783
  */
6271
5784
  export declare const HvTableBody: ForwardRefExoticComponent<HvTableBodyProps & RefAttributes<HTMLElement>>;
6272
5785
 
6273
- export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_114>;
5786
+ export declare type HvTableBodyClasses = ExtractNames<typeof useClasses_111>;
6274
5787
 
6275
5788
  export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionElement, "children"> {
6276
5789
  /**
@@ -6288,7 +5801,7 @@ export declare interface HvTableBodyProps extends HvBaseProps<HTMLTableSectionEl
6288
5801
  classes?: HvTableBodyClasses;
6289
5802
  }
6290
5803
 
6291
- export declare interface HvTAbleBulkActionsProps extends TableCommonProps {
5804
+ export declare interface HvTableBulkActionsProps extends TableCommonProps {
6292
5805
  numTotal: number;
6293
5806
  numSelected: number;
6294
5807
  showSelectAllPages: boolean;
@@ -6304,7 +5817,7 @@ export declare const HvTableCell: ForwardRefExoticComponent<HvTableCellProps & R
6304
5817
 
6305
5818
  export declare type HvTableCellAlign = "center" | "inherit" | "justify" | "left" | "right";
6306
5819
 
6307
- export declare type HvTableCellClasses = ExtractNames<typeof useClasses_52>;
5820
+ export declare type HvTableCellClasses = ExtractNames<typeof useClasses_51>;
6308
5821
 
6309
5822
  export declare interface HvTableCellProps extends Omit<React.TdHTMLAttributes<HTMLTableCellElement>, "align"> {
6310
5823
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to td. */
@@ -6343,7 +5856,7 @@ export declare type HvTableCellType = "body" | "footer" | "head";
6343
5856
 
6344
5857
  export declare type HvTableCellVariant = "checkbox" | "expand" | "actions" | "default" | "none";
6345
5858
 
6346
- export declare type HvTableClasses = ExtractNames<typeof useClasses_55>;
5859
+ export declare type HvTableClasses = ExtractNames<typeof useClasses_54>;
6347
5860
 
6348
5861
  export declare type HvTableColumnConfig<D extends object = Record<string, unknown>, H extends HvTableHeaderRenderer | undefined = HvTableHeaderRenderer> = HvColumnGroup<D, H> | HvColumnWithLooseAccessor<D, H> | HvColumnWithStrictAccessor<D, H>;
6349
5862
 
@@ -6358,7 +5871,7 @@ export declare interface HvTableColumnOptions<D extends object = Record<string,
6358
5871
  */
6359
5872
  export declare const HvTableContainer: ForwardRefExoticComponent<HvTableContainerProps & RefAttributes<HTMLElement>>;
6360
5873
 
6361
- export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_112>;
5874
+ export declare type HvTableContainerClasses = ExtractNames<typeof useClasses_109>;
6362
5875
 
6363
5876
  export declare interface HvTableContainerProps extends HvBaseProps<HTMLDivElement, "children"> {
6364
5877
  /**
@@ -6382,14 +5895,14 @@ export declare type HvTableDefinitionConfig<D extends object = Record<string, un
6382
5895
  */
6383
5896
  export declare const HvTableHead: ForwardRefExoticComponent<HvTableHeadProps & RefAttributes<HTMLElement>>;
6384
5897
 
6385
- export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_115>;
5898
+ export declare type HvTableHeadClasses = ExtractNames<typeof useClasses_112>;
6386
5899
 
6387
5900
  /**
6388
5901
  * `HvTableHeader` acts as a `th` element and inherits styles from its context
6389
5902
  */
6390
5903
  export declare const HvTableHeader: ForwardRefExoticComponent<HvTableHeaderProps & RefAttributes<HTMLElement>>;
6391
5904
 
6392
- export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_54>;
5905
+ export declare type HvTableHeaderClasses = ExtractNames<typeof useClasses_53>;
6393
5906
 
6394
5907
  export declare interface HvTableHeaderProps extends Omit<React.ThHTMLAttributes<HTMLTableCellElement>, "align"> {
6395
5908
  /** The component used for the root node. Either a string to use a HTML element or a component. Defaults to th. */
@@ -6530,7 +6043,7 @@ export declare interface HvTableProps extends React.TableHTMLAttributes<HTMLTabl
6530
6043
  */
6531
6044
  export declare const HvTableRow: ForwardRefExoticComponent<HvTableRowProps & RefAttributes<HTMLElement>>;
6532
6045
 
6533
- export declare type HvTableRowClasses = ExtractNames<typeof useClasses_53>;
6046
+ export declare type HvTableRowClasses = ExtractNames<typeof useClasses_52>;
6534
6047
 
6535
6048
  export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement, "children"> {
6536
6049
  /** Content to be rendered */
@@ -6555,7 +6068,7 @@ export declare interface HvTableRowProps extends HvBaseProps<HTMLTableRowElement
6555
6068
  */
6556
6069
  export declare const HvTableSection: ForwardRefExoticComponent<HvTableSectionProps & RefAttributes<HTMLDivElement>>;
6557
6070
 
6558
- export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_113>;
6071
+ export declare type HvTableSectionClasses = ExtractNames<typeof useClasses_110>;
6559
6072
 
6560
6073
  export declare interface HvTableSectionProps extends HvSectionProps {
6561
6074
  }
@@ -6585,7 +6098,7 @@ export declare interface HvTabProps extends Omit<TabProps, "children"> {
6585
6098
  */
6586
6099
  export declare const HvTabs: ForwardRefExoticComponent<Omit<HvTabsProps, "ref"> & RefAttributes<HTMLDivElement>>;
6587
6100
 
6588
- export declare type HvTabsClasses = ExtractNames<typeof useClasses_117>;
6101
+ export declare type HvTabsClasses = ExtractNames<typeof useClasses_114>;
6589
6102
 
6590
6103
  export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6591
6104
  /**
@@ -6614,7 +6127,7 @@ export declare interface HvTabsProps extends Omit<TabsProps, "onChange"> {
6614
6127
  */
6615
6128
  export declare const HvTag: ForwardRefExoticComponent<Omit<HvTagProps, "ref"> & RefAttributes<HTMLElement>>;
6616
6129
 
6617
- export declare type HvTagClasses = ExtractNames<typeof useClasses_116>;
6130
+ export declare type HvTagClasses = ExtractNames<typeof useClasses_113>;
6618
6131
 
6619
6132
  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>;
6620
6133
 
@@ -6644,8 +6157,6 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
6644
6157
  onDelete?: React.EventHandler<any>;
6645
6158
  /** Callback triggered when any item is clicked. */
6646
6159
  onClick?: (event: React.MouseEvent<HTMLElement>, selected?: boolean) => void;
6647
- /** Aria properties to apply to delete button in tag. @deprecated no longer used */
6648
- deleteButtonArialLabel?: string;
6649
6160
  /** Props to apply to delete icon */
6650
6161
  deleteButtonProps?: React.HTMLAttributes<HTMLDivElement>;
6651
6162
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -6663,7 +6174,7 @@ export declare interface HvTagProps extends Omit<HvButtonBaseProps, "type" | "co
6663
6174
  */
6664
6175
  export declare const HvTagsInput: ForwardRefExoticComponent<HvTagsInputProps & RefAttributes<HTMLElement>>;
6665
6176
 
6666
- export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_119>;
6177
+ export declare type HvTagsInputClasses = ExtractNames<typeof useClasses_116>;
6667
6178
 
6668
6179
  export declare interface HvTagsInputProps extends Omit<HvInputProps, "onChange" | "onBlur" | "onFocus" | "onKeyDown" | "value" | "defaultValue"> {
6669
6180
  /** The value of the form element. */
@@ -6714,7 +6225,7 @@ export declare interface HvTagSuggestion extends HvInputSuggestion {
6714
6225
  */
6715
6226
  export declare const HvTextArea: ForwardRefExoticComponent<HvTextAreaProps & RefAttributes<HTMLTextAreaElement>>;
6716
6227
 
6717
- export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_120>;
6228
+ export declare type HvTextAreaClasses = ExtractNames<typeof useClasses_117>;
6718
6229
 
6719
6230
  export declare interface HvTextAreaProps extends Omit<HvBaseInputProps, "onChange" | "onBlur" | "rows" | "classes" | "onFocus" | "placeholder"> {
6720
6231
  /** The placeholder value of the text area. */
@@ -6829,28 +6340,13 @@ export { HvThemeContext }
6829
6340
 
6830
6341
  export { HvThemeContextValue }
6831
6342
 
6832
- export declare type HvThemeCustomizationProps = HvExtraDeepPartialProps<Omit<HvThemeStructure, "colors" | "name" | "base">> & {
6833
- colors?: {
6834
- modes?: Record<string, Partial<HvThemeColorModeStructure> & Record<string, string>>;
6835
- };
6836
- };
6837
-
6838
- export declare interface HvThemePalette {
6839
- accent: HvAccentColors;
6840
- atmosphere: HvAtmosphereColors;
6841
- base: HvBaseColors;
6842
- semantic: HvSemanticColors;
6843
- support: HvSupportColors;
6844
- }
6845
-
6846
- export declare const HvThemeProvider: ({ children, themes: themesList, theme: themeProp, emotionCache, colorMode: colorModeProp, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
6343
+ export declare const HvThemeProvider: ({ children, theme, emotionCache, colorMode: colorModeProp, themeRootId: rootId, }: HvThemeProviderProps) => JSX_2.Element;
6847
6344
 
6848
6345
  declare interface HvThemeProviderProps {
6849
6346
  children: React.ReactNode;
6850
- themes: (HvTheme | HvThemeStructure)[];
6851
- theme: string;
6347
+ theme: HvTheme | HvThemeStructure;
6852
6348
  emotionCache: EmotionCache;
6853
- colorMode: string;
6349
+ colorMode: HvThemeColorMode;
6854
6350
  themeRootId?: string;
6855
6351
  }
6856
6352
 
@@ -6892,9 +6388,9 @@ export declare const HvTimeAgo: <C extends React.ElementType = "p">(props: {
6892
6388
  children?: ReactNode | undefined;
6893
6389
  } & (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) & {
6894
6390
  ref?: PolymorphicRef<C> | undefined;
6895
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
6391
+ } & RefAttributes<unknown>) => React.ReactNode;
6896
6392
 
6897
- export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_121>;
6393
+ export declare type HvTimeAgoClasses = ExtractNames<typeof useClasses_118>;
6898
6394
 
6899
6395
  export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
6900
6396
  /**
@@ -6930,7 +6426,7 @@ export declare type HvTimeAgoProps<C extends React.ElementType = "p"> = Polymorp
6930
6426
  */
6931
6427
  export declare const HvTimePicker: ForwardRefExoticComponent<HvTimePickerProps & RefAttributes<HTMLDivElement>>;
6932
6428
 
6933
- export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_122>;
6429
+ export declare type HvTimePickerClasses = ExtractNames<typeof useClasses_119>;
6934
6430
 
6935
6431
  export declare type HvTimePickerClassKey = "root" | "input" | "label" | "placeholder" | "timePopperContainer" | "separator" | "periodContainer" | "formElementRoot" | "dropdownPlaceholder" | "iconBaseRoot" | "error" | "labelContainer" | "description" | "dropdownHeaderInvalid" | "dropdownPlaceholderDisabled" | "dropdownHeaderOpen";
6936
6432
 
@@ -7011,7 +6507,7 @@ export declare interface HvToggleButtonProps extends HvBaseProps<HTMLButtonEleme
7011
6507
  */
7012
6508
  export declare const HvTooltip: ForwardRefExoticComponent<Omit<HvTooltipProps, "ref"> & RefAttributes<unknown>>;
7013
6509
 
7014
- export declare type HvTooltipClasses = ExtractNames<typeof useClasses_94>;
6510
+ export declare type HvTooltipClasses = ExtractNames<typeof useClasses_91>;
7015
6511
 
7016
6512
  export declare type HvTooltipPlacementType = TooltipProps["placement"];
7017
6513
 
@@ -7043,11 +6539,6 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
7043
6539
  TransitionComponent?: TooltipProps["TransitionComponent"];
7044
6540
  /** @inheritdoc */
7045
6541
  TransitionProps?: TooltipProps["TransitionProps"];
7046
- /**
7047
- * Defines if should use a single or multiline tooltip.
7048
- * @deprecated tooltips already support multiline and can be styled accordingly.
7049
- */
7050
- useSingle?: boolean;
7051
6542
  /**
7052
6543
  * Node to apply the tooltip.
7053
6544
  */
@@ -7058,7 +6549,7 @@ export declare interface HvTooltipProps extends Omit<TooltipProps, "classes"> {
7058
6549
  containerId?: string;
7059
6550
  }
7060
6551
 
7061
- declare type HvTreeContentClasses = ExtractNames<typeof useClasses_125>;
6552
+ declare type HvTreeContentClasses = ExtractNames<typeof useClasses_122>;
7062
6553
 
7063
6554
  export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLElement> {
7064
6555
  /** className applied to the root element. */
@@ -7079,7 +6570,7 @@ export declare interface HvTreeContentProps extends React.HTMLAttributes<HTMLEle
7079
6570
 
7080
6571
  export declare const HvTreeItem: ForwardRefExoticComponent<HvTreeItemProps & RefAttributes<HTMLLIElement>>;
7081
6572
 
7082
- export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_124>;
6573
+ export declare type HvTreeItemClasses = ExtractNames<typeof useClasses_121>;
7083
6574
 
7084
6575
  export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElement> {
7085
6576
  /** The element id */
@@ -7127,9 +6618,9 @@ export declare interface HvTreeItemProps extends React.HTMLAttributes<HTMLElemen
7127
6618
  * </HvTreeView>
7128
6619
  * ```
7129
6620
  */
7130
- export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => React.ReactElement<any> | null;
6621
+ export declare const HvTreeView: <Multiple extends boolean | undefined>(props: HvTreeViewProps<Multiple> & RefAttributes<HTMLUListElement>) => React.ReactNode;
7131
6622
 
7132
- export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_123>;
6623
+ export declare type HvTreeViewClasses = ExtractNames<typeof useClasses_120>;
7133
6624
 
7134
6625
  export declare interface HvTreeViewProps<Multiple extends boolean | undefined> extends HvBaseProps<HTMLUListElement>, DefaultTreeViewPluginParameters<Multiple> {
7135
6626
  /** A Jss Object used to override or extend the styles applied. */
@@ -7143,16 +6634,11 @@ export declare interface HvTreeViewProps<Multiple extends boolean | undefined> e
7143
6634
  */
7144
6635
  export declare const HvTypography: <C extends React.ElementType = "p">(props: {
7145
6636
  /** Use the variant prop to change the visual style of the Typography. */
7146
- variant?: HvTypographyVariants | HvTypographyLegacyVariants;
6637
+ variant?: HvTypographyVariants;
7147
6638
  /** If `true` the typography will display the look of a link. */
7148
6639
  link?: boolean;
7149
6640
  /** If `true` the typography will display the look of a disabled state. */
7150
6641
  disabled?: boolean;
7151
- /**
7152
- * If `true`, the typography will render a "p" element
7153
- * @deprecated use `component="p"` instead
7154
- * */
7155
- paragraph?: boolean;
7156
6642
  /**
7157
6643
  * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
7158
6644
  *
@@ -7166,62 +6652,24 @@ export declare const HvTypography: <C extends React.ElementType = "p">(props: {
7166
6652
  disabled: string;
7167
6653
  isLink: string;
7168
6654
  noWrap: string;
7169
- display: string;
7170
- title1: string;
7171
- title2: string;
7172
- title3: string;
7173
- title4: string;
7174
- body: string;
7175
- label: string;
7176
- captionLabel: string;
7177
- caption1: string;
7178
- caption2: string;
7179
- "5xlTitle": string;
7180
- "4xlTitle": string;
7181
- "3xlTitle": string;
7182
- xxlTitle: string;
7183
- xlTitle: string;
7184
- lTitle: string;
7185
- mTitle: string;
7186
- sTitle: string;
7187
- xsTitle: string;
7188
- xxsTitle: string;
7189
- sectionTitle: string;
7190
- highlightText: string;
7191
- normalText: string;
7192
- placeholderText: string;
7193
- link: string;
7194
- disabledText: string;
7195
- selectedNavText: string;
7196
- vizText: string;
7197
- vizTextDisabled: string;
7198
- xsInlineLink: string;
7199
6655
  }>;
7200
6656
  } & {
7201
6657
  component?: C | undefined;
7202
6658
  } & {
7203
6659
  children?: ReactNode | undefined;
7204
- } & (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) & {
6660
+ } & (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) & {
7205
6661
  ref?: PolymorphicRef<C> | undefined;
7206
- } & RefAttributes<unknown>) => React.ReactElement<any> | null;
6662
+ } & RefAttributes<unknown>) => React.ReactNode;
7207
6663
 
7208
6664
  export declare type HvTypographyClasses = ExtractNames<typeof useClasses_2>;
7209
6665
 
7210
- /** @deprecated */
7211
- export declare type HvTypographyLegacyVariants = "5xlTitle" | "4xlTitle" | "3xlTitle" | "xxlTitle" | "xlTitle" | "lTitle" | "mTitle" | "sTitle" | "xsTitle" | "xxsTitle" | "sectionTitle" | "highlightText" | "normalText" | "placeholderText" | "link" | "disabledText" | "selectedNavText" | "vizText" | "vizTextDisabled" | "xsInlineLink";
7212
-
7213
6666
  export declare type HvTypographyProps<C extends React.ElementType = "p"> = PolymorphicComponentRef<C, {
7214
6667
  /** Use the variant prop to change the visual style of the Typography. */
7215
- variant?: HvTypographyVariants | HvTypographyLegacyVariants;
6668
+ variant?: HvTypographyVariants;
7216
6669
  /** If `true` the typography will display the look of a link. */
7217
6670
  link?: boolean;
7218
6671
  /** If `true` the typography will display the look of a disabled state. */
7219
6672
  disabled?: boolean;
7220
- /**
7221
- * If `true`, the typography will render a "p" element
7222
- * @deprecated use `component="p"` instead
7223
- * */
7224
- paragraph?: boolean;
7225
6673
  /**
7226
6674
  * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
7227
6675
  *
@@ -7233,9 +6681,7 @@ export declare type HvTypographyProps<C extends React.ElementType = "p"> = Polym
7233
6681
  classes?: HvTypographyClasses;
7234
6682
  }>;
7235
6683
 
7236
- export declare type HvTypographyVariants = (typeof typographyVariants)[number];
7237
-
7238
- export declare type HvUndefinedStateColorKeys = "atmo4";
6684
+ export declare type HvTypographyVariants = "display" | "title1" | "title2" | "title3" | "title4" | "body" | "label" | "captionLabel" | "caption1" | "caption2";
7239
6685
 
7240
6686
  export declare interface HvUseTableCellProps extends Omit<TableCellProps, "role">, Omit<UseHvTableStylesTableCellProps, "variant" | "classes">, UseHvTableStickyCellProps, UseHvHeaderGroupsCellProps, UseHvResizeTableCellProps, UseHvSortByTableCellProps, HvTableCellProps {
7241
6687
  }
@@ -7261,7 +6707,7 @@ export declare const HvVerticalNavigation: ForwardRefExoticComponent<HvVerticalN
7261
6707
 
7262
6708
  export declare const HvVerticalNavigationAction: (props: HvVerticalNavigationActionProps) => JSX_2.Element;
7263
6709
 
7264
- export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_129>;
6710
+ export declare type HvVerticalNavigationActionClasses = ExtractNames<typeof useClasses_126>;
7265
6711
 
7266
6712
  export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonProps, "classes" | "icon"> {
7267
6713
  /** A Jss Object used to override or extend the styles applied to the component. */
@@ -7274,18 +6720,18 @@ export declare interface HvVerticalNavigationActionProps extends Omit<HvButtonPr
7274
6720
 
7275
6721
  export declare const HvVerticalNavigationActions: (props: HvVerticalNavigationActionsProps) => JSX_2.Element;
7276
6722
 
7277
- export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_128>;
6723
+ export declare type HvVerticalNavigationActionsClasses = ExtractNames<typeof useClasses_125>;
7278
6724
 
7279
6725
  export declare interface HvVerticalNavigationActionsProps extends HvBaseProps {
7280
6726
  /** A Jss Object used to override or extend the styles applied to the component. */
7281
6727
  classes?: HvVerticalNavigationActionsClasses;
7282
6728
  }
7283
6729
 
7284
- export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_126>;
6730
+ export declare type HvVerticalNavigationClasses = ExtractNames<typeof useClasses_123>;
7285
6731
 
7286
6732
  export declare const HvVerticalNavigationHeader: (props: HvVerticalNavigationHeaderProps) => JSX_2.Element | null;
7287
6733
 
7288
- export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_127>;
6734
+ export declare type HvVerticalNavigationHeaderClasses = ExtractNames<typeof useClasses_124>;
7289
6735
 
7290
6736
  export declare interface HvVerticalNavigationHeaderProps extends HvBaseProps {
7291
6737
  /** The title text to show on header. */
@@ -7332,7 +6778,7 @@ export declare interface HvVerticalNavigationProps extends HvBaseProps<HTMLDivEl
7332
6778
 
7333
6779
  export declare const HvVerticalNavigationSlider: (props: HvVerticalNavigationSliderProps) => JSX_2.Element;
7334
6780
 
7335
- export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_131>;
6781
+ export declare type HvVerticalNavigationSliderClasses = ExtractNames<typeof useClasses_128>;
7336
6782
 
7337
6783
  export declare interface HvVerticalNavigationSliderProps extends Omit<HvListContainerProps, "classes"> {
7338
6784
  /** A Jss Object used to override or extend the styles applied. */
@@ -7360,7 +6806,7 @@ export declare interface HvVerticalNavigationSliderProps extends Omit<HvListCont
7360
6806
 
7361
6807
  export declare const HvVerticalNavigationTree: (props: HvVerticalNavigationTreeProps) => JSX_2.Element;
7362
6808
 
7363
- export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_130>;
6809
+ export declare type HvVerticalNavigationTreeClasses = ExtractNames<typeof useClasses_127>;
7364
6810
 
7365
6811
  export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLDivElement, "onChange" | "onToggle"> {
7366
6812
  /** A Jss Object used to override or extend the styles applied. */
@@ -7404,11 +6850,11 @@ export declare interface HvVerticalNavigationTreeProps extends HvBaseProps<HTMLD
7404
6850
 
7405
6851
  export declare const HvVerticalNavigationTreeView: ForwardRefExoticComponent<HvVerticalNavigationTreeViewProps & RefAttributes<HTMLUListElement>>;
7406
6852
 
7407
- export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_132>;
6853
+ export declare type HvVerticalNavigationTreeViewClasses = ExtractNames<typeof useClasses_129>;
7408
6854
 
7409
6855
  export declare const HvVerticalNavigationTreeViewItem: ForwardRefExoticComponent<HvVerticalNavigationTreeViewItemProps & RefAttributes<unknown>>;
7410
6856
 
7411
- export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_133>;
6857
+ export declare type HvVerticalNavigationTreeViewItemClasses = ExtractNames<typeof useClasses_130>;
7412
6858
 
7413
6859
  export declare interface HvVerticalNavigationTreeViewItemProps {
7414
6860
  /**
@@ -7512,14 +6958,14 @@ export declare interface HvVerticalNavigationTreeViewProps extends HvBaseProps<H
7512
6958
  disabledItemsFocusable?: boolean;
7513
6959
  }
7514
6960
 
7515
- export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_101>;
6961
+ export declare type HvVerticalScrollListItemClasses = ExtractNames<typeof useClasses_98>;
7516
6962
 
7517
6963
  /**
7518
6964
  * Provides the user with a descriptive text, signaling an error, for when the form element is in an invalid state.
7519
6965
  */
7520
6966
  export declare const HvWarningText: (props: HvWarningTextProps) => JSX_2.Element;
7521
6967
 
7522
- export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_12>;
6968
+ export declare type HvWarningTextClasses = ExtractNames<typeof useClasses_11>;
7523
6969
 
7524
6970
  export declare interface HvWarningTextProps extends HvBaseProps {
7525
6971
  /** Icon to be rendered alongside the warning text. */
@@ -7540,12 +6986,8 @@ export declare interface HvWarningTextProps extends HvBaseProps {
7540
6986
  classes?: HvWarningTextClasses;
7541
6987
  }
7542
6988
 
7543
- export declare const iconVariant: (variant: HvCalloutVariant, color?: HvColorAny) => JSX_2.Element | null;
7544
-
7545
6989
  declare type IdType<D> = StringKey<D> | string;
7546
6990
 
7547
- export declare const increaseSize: (size: string) => "S" | "M" | "L" | "XL";
7548
-
7549
6991
  export declare const infoMessageClasses: {
7550
6992
  root: string;
7551
6993
  infoDisabled: string;
@@ -7554,7 +6996,6 @@ export declare const infoMessageClasses: {
7554
6996
 
7555
6997
  export declare const inlineEditorClasses: {
7556
6998
  root: string;
7557
- inputBorderContainer: string;
7558
6999
  input: string;
7559
7000
  inputRoot: string;
7560
7001
  text: string;
@@ -7577,18 +7018,14 @@ export declare const inputClasses: {
7577
7018
  hasSuggestions: string;
7578
7019
  suggestionsContainer: string;
7579
7020
  suggestionList: string;
7580
- inputExtension: string;
7581
7021
  input: string;
7582
7022
  inputRoot: string;
7583
7023
  inputRootFocused: string;
7584
7024
  inputRootDisabled: string;
7585
7025
  inputRootMultiline: string;
7586
- inputBorderContainer: string;
7587
7026
  error: string;
7588
7027
  };
7589
7028
 
7590
- export declare const isBrowser: (browsers: string | string[]) => boolean | null;
7591
-
7592
7029
  export declare function isDeleteKey(event: React.KeyboardEvent): boolean;
7593
7030
 
7594
7031
  /** Check whether a keyboard `event` is pressing the `keyCode` key. */
@@ -7619,19 +7056,6 @@ declare const keyboardCodes: {
7619
7056
  readonly End: "End";
7620
7057
  };
7621
7058
 
7622
- export declare const kpiClasses: {
7623
- root: string;
7624
- visualIndicatorContainer: string;
7625
- comparisons: string;
7626
- comparisonContainer: string;
7627
- comparisonComposition: string;
7628
- indicatorsContainer: string;
7629
- indicatorText: string;
7630
- indicatorUnit: string;
7631
- spacingToTheRight: string;
7632
- trendLine: string;
7633
- };
7634
-
7635
7059
  export declare const labelClasses: {
7636
7060
  root: string;
7637
7061
  labelDisabled: string;
@@ -7642,10 +7066,6 @@ export declare const leftControlClasses: {
7642
7066
  root: string;
7643
7067
  };
7644
7068
 
7645
- export declare const linkClasses: {
7646
- a: string;
7647
- };
7648
-
7649
7069
  export declare const listClasses: {
7650
7070
  root: string;
7651
7071
  virtualizedRoot: string;
@@ -7673,8 +7093,6 @@ export declare const listItemClasses: {
7673
7093
  disabled: string;
7674
7094
  startAdornment: string;
7675
7095
  endAdornment: string;
7676
- withStartAdornment: string;
7677
- withEndAdornment: string;
7678
7096
  separator: string;
7679
7097
  };
7680
7098
 
@@ -7686,10 +7104,6 @@ export declare const loadingClasses: {
7686
7104
  overlay: string;
7687
7105
  blur: string;
7688
7106
  hidden: string;
7689
- small: string;
7690
- regular: string;
7691
- smallColor: string;
7692
- regularColor: string;
7693
7107
  };
7694
7108
 
7695
7109
  export declare const loadingContainerClasses: {
@@ -7712,16 +7126,8 @@ export declare const multiButtonClasses: {
7712
7126
  vertical: string;
7713
7127
  firstButton: string;
7714
7128
  lastButton: string;
7715
- primary: string;
7716
- primarySubtle: string;
7717
- primaryGhost: string;
7718
- secondary: string;
7719
- secondarySubtle: string;
7720
- secondaryGhost: string;
7721
7129
  };
7722
7130
 
7723
- export declare const multiSelectionEventHandler: (evt: any, index: number, selectionAnchor: any, allValues: any[], selectedState: boolean[], selectionCheck: any) => any[];
7724
-
7725
7131
  declare type Mutable<T> = {
7726
7132
  -readonly [P in keyof T]: T[P];
7727
7133
  };
@@ -7743,6 +7149,8 @@ export declare type NavigationData<T extends React.ElementType = "a"> = React.Co
7743
7149
 
7744
7150
  export declare type NavigationMode = "treeview" | "navigation" | "slider";
7745
7151
 
7152
+ export declare const next: HvThemeStructure;
7153
+
7746
7154
  export declare const optionClasses: {
7747
7155
  root: string;
7748
7156
  highlighted: string;
@@ -7769,25 +7177,19 @@ export declare const paginationClasses: {
7769
7177
  pageSizeHeader: string;
7770
7178
  pageSizeRoot: string;
7771
7179
  pageSizeTextContainer: string;
7772
- totalPagesTextContainer: string;
7773
- pageSizeOptionsSelect: string;
7774
7180
  pageNavigator: string;
7775
7181
  iconContainer: string;
7776
7182
  icon: string;
7777
7183
  pageInfo: string;
7778
7184
  pageJump: string;
7779
7185
  pageSizeInput: string;
7780
- pageSizeInputRoot: string;
7781
- pageSizeInputContainer: string;
7782
7186
  };
7783
7187
 
7784
7188
  export declare const panelClasses: {
7785
7189
  root: string;
7786
7190
  };
7787
7191
 
7788
- export declare const pentaho: HvThemeStructure<string>;
7789
-
7790
- export declare const pentahoPlus: HvThemeStructure<string>;
7192
+ export declare const pentaho: HvThemeStructure;
7791
7193
 
7792
7194
  declare type PolymorphicComponent<C extends React.ElementType, Props = {}> = React.PropsWithChildren<Props & AsProp<C>> & FixComponentProps<Omit<React.ComponentPropsWithoutRef<C>, PropsToOmit<C, Props>>>;
7793
7195
 
@@ -7797,13 +7199,6 @@ export declare type PolymorphicComponentRef<C extends React.ElementType, Props =
7797
7199
 
7798
7200
  export declare type PolymorphicRef<C extends React.ElementType> = React.ComponentPropsWithRef<C>["ref"];
7799
7201
 
7800
- /**
7801
- * Process the themes provided to the HvProvider:
7802
- * - Cleans themes with the same name
7803
- * - Returns the default if the list is empty (ds5)
7804
- */
7805
- export declare const processThemes: (themesList?: (HvTheme | HvThemeStructure)[]) => (HvTheme | HvThemeStructure)[];
7806
-
7807
7202
  export declare const progressBarClasses: {
7808
7203
  root: string;
7809
7204
  progress: string;
@@ -7918,9 +7313,8 @@ export declare const scrollToHorizontalClasses: {
7918
7313
  root: string;
7919
7314
  positionSticky: string;
7920
7315
  positionFixed: string;
7921
- notSelectedRoot: string;
7922
- notSelected: string;
7923
- selected: string;
7316
+ item: string;
7317
+ itemSelected: string;
7924
7318
  };
7925
7319
 
7926
7320
  export declare const scrollToVerticalClasses: {
@@ -7936,7 +7330,6 @@ export declare const sectionClasses: {
7936
7330
  headerExpandable: string;
7937
7331
  content: string;
7938
7332
  hasHeader: string;
7939
- spaceTop: string;
7940
7333
  actions: string;
7941
7334
  raisedHeader: string;
7942
7335
  };
@@ -7952,8 +7345,6 @@ export declare const selectClasses: {
7952
7345
  select: string;
7953
7346
  popper: string;
7954
7347
  panel: string;
7955
- panelOpenedUp: string;
7956
- panelOpenedDown: string;
7957
7348
  error: string;
7958
7349
  };
7959
7350
 
@@ -7971,13 +7362,10 @@ export declare const selectionListClasses: {
7971
7362
  /**
7972
7363
  * Sets the element attributes and style for a theme and color mode.
7973
7364
  */
7974
- export declare const setElementAttrs: (themeName: string, modeName: string, colorScheme: string, themeRootId?: string) => void;
7365
+ export declare const setElementAttrs: (element: HTMLElement, themeName: string, modeName: HvThemeColorMode) => void;
7975
7366
 
7976
7367
  export declare const setId: (...args: any[]) => string | undefined;
7977
7368
 
7978
- /** @deprecated use `useUniqueId` instead */
7979
- export declare const setUid: (id: string, suffix: string) => string | undefined;
7980
-
7981
7369
  export declare const simpleGridClasses: {
7982
7370
  root: string;
7983
7371
  };
@@ -8035,16 +7423,12 @@ export declare const snackbarContentClasses: {
8035
7423
  action: string;
8036
7424
  messageText: string;
8037
7425
  iconVariant: string;
8038
- messageSpan: string;
8039
7426
  };
8040
7427
 
8041
7428
  export declare const snackbarProviderClasses: {
8042
7429
  snackItemRoot: string;
8043
7430
  };
8044
7431
 
8045
- /** @deprecated use `HvBreakpoints` instead */
8046
- export declare type Spacing = HvBreakpoints;
8047
-
8048
7432
  export declare const stackClasses: {
8049
7433
  root: string;
8050
7434
  column: string;
@@ -8205,7 +7589,6 @@ export declare const tableSectionClasses: {
8205
7589
  hidden: string;
8206
7590
  raisedHeader: string;
8207
7591
  hasHeader: string;
8208
- spaceTop: string;
8209
7592
  };
8210
7593
 
8211
7594
  export declare const tabsClasses: {
@@ -8230,20 +7613,11 @@ export declare const tagClasses: {
8230
7613
  selected: string;
8231
7614
  clickable: string;
8232
7615
  icon: string;
8233
- chipRoot: string;
8234
- button: string;
8235
- tagButton: string;
8236
- focusVisible: string;
8237
- disabledDeleteIcon: string;
8238
- categoricalFocus: string;
8239
- categoricalDisabled: string;
8240
7616
  };
8241
7617
 
8242
7618
  export declare const tagsInputClasses: {
8243
- listItemGutters: string;
8244
- listItemRoot: string;
8245
7619
  root: string;
8246
- chipRoot: string;
7620
+ tag: string;
8247
7621
  disabled: string;
8248
7622
  readOnly: string;
8249
7623
  resizable: string;
@@ -8253,13 +7627,7 @@ export declare const tagsInputClasses: {
8253
7627
  description: string;
8254
7628
  characterCounter: string;
8255
7629
  tagsList: string;
8256
- tagInputContainerRoot: string;
8257
- tagInputRoot: string;
8258
7630
  input: string;
8259
- tagSelected: string;
8260
- tagInputBorderContainer: string;
8261
- tagInputRootFocused: string;
8262
- tagInputRootEmpty: string;
8263
7631
  singleLine: string;
8264
7632
  error: string;
8265
7633
  inputExtension: string;
@@ -8285,10 +7653,8 @@ export declare const textAreaClasses: {
8285
7653
  export { theme }
8286
7654
 
8287
7655
  export declare const themes: {
8288
- ds3: HvThemeStructure<string>;
8289
- ds5: HvThemeStructure<string>;
8290
- pentahoPlus: HvThemeStructure<string>;
8291
- pentaho: HvThemeStructure<string>;
7656
+ next: HvThemeStructure;
7657
+ pentaho: HvThemeStructure;
8292
7658
  };
8293
7659
 
8294
7660
  export declare const timeAgoClasses: {
@@ -8317,14 +7683,6 @@ export declare const tooltipClasses: {
8317
7683
  root: string;
8318
7684
  tooltip: string;
8319
7685
  popper: string;
8320
- tooltipMulti: string;
8321
- title: string;
8322
- valuesContainer: string;
8323
- values: string;
8324
- color: string;
8325
- separatorColor: string;
8326
- separator: string;
8327
- valueWrapper: string;
8328
7686
  };
8329
7687
 
8330
7688
  export declare const treeItemClasses: {
@@ -8378,40 +7736,8 @@ export declare const typographyClasses: {
8378
7736
  disabled: string;
8379
7737
  isLink: string;
8380
7738
  noWrap: string;
8381
- display: string;
8382
- title1: string;
8383
- title2: string;
8384
- title3: string;
8385
- title4: string;
8386
- body: string;
8387
- label: string;
8388
- captionLabel: string;
8389
- caption1: string;
8390
- caption2: string;
8391
- "5xlTitle": string;
8392
- "4xlTitle": string;
8393
- "3xlTitle": string;
8394
- xxlTitle: string;
8395
- xlTitle: string;
8396
- lTitle: string;
8397
- mTitle: string;
8398
- sTitle: string;
8399
- xsTitle: string;
8400
- xxsTitle: string;
8401
- sectionTitle: string;
8402
- highlightText: string;
8403
- normalText: string;
8404
- placeholderText: string;
8405
- link: string;
8406
- disabledText: string;
8407
- selectedNavText: string;
8408
- vizText: string;
8409
- vizTextDisabled: string;
8410
- xsInlineLink: string;
8411
7739
  };
8412
7740
 
8413
- export declare const typographyVariants: readonly ["display", "title1", "title2", "title3", "title4", "body", "label", "captionLabel", "caption1", "caption2"];
8414
-
8415
7741
  export declare const uniqueId: (prefix?: string) => string;
8416
7742
 
8417
7743
  export declare type UseBulkActionsProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
@@ -8431,52 +7757,17 @@ export declare const useClasses: (classesProp?: Partial<Record<"xs" | "sm" | "md
8431
7757
  readonly cx: (...args: any) => string;
8432
7758
  };
8433
7759
 
8434
- declare const useClasses_10: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
7760
+ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
8435
7761
  readonly classes: {
8436
7762
  root: string;
8437
- labelDisabled: string;
8438
- childGutter: string;
7763
+ infoDisabled: string;
7764
+ gutter: string;
8439
7765
  };
8440
7766
  readonly css: any;
8441
7767
  readonly cx: (...args: any) => string;
8442
7768
  };
8443
7769
 
8444
- declare const useClasses_100: (classesProp?: Partial<Record<"selected" | "root" | "positionSticky" | "positionFixed" | "notSelectedRoot" | "notSelected", string>>, addStatic?: boolean) => {
8445
- readonly classes: {
8446
- root: string;
8447
- positionSticky: string;
8448
- positionFixed: string;
8449
- notSelectedRoot: string;
8450
- notSelected: string;
8451
- selected: string;
8452
- };
8453
- readonly css: any;
8454
- readonly cx: (...args: any) => string;
8455
- };
8456
-
8457
- declare const useClasses_101: (classesProp?: Partial<Record<"text" | "button" | "icon" | "root" | "notSelected", string>>, addStatic?: boolean) => {
8458
- readonly classes: {
8459
- root: string;
8460
- icon: string;
8461
- notSelected: string;
8462
- text: string;
8463
- button: string;
8464
- };
8465
- readonly css: any;
8466
- readonly cx: (...args: any) => string;
8467
- };
8468
-
8469
- declare const useClasses_102: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
8470
- readonly classes: {
8471
- root: string;
8472
- positionAbsolute: string;
8473
- positionFixed: string;
8474
- };
8475
- readonly css: any;
8476
- readonly cx: (...args: any) => string;
8477
- };
8478
-
8479
- declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "headerExpandable" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
7770
+ declare const useClasses_100: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "headerExpandable" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
8480
7771
  readonly classes: {
8481
7772
  root: string;
8482
7773
  hidden: string;
@@ -8484,7 +7775,6 @@ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header"
8484
7775
  headerExpandable: string;
8485
7776
  content: string;
8486
7777
  hasHeader: string;
8487
- spaceTop: string;
8488
7778
  actions: string;
8489
7779
  raisedHeader: string;
8490
7780
  };
@@ -8492,7 +7782,7 @@ declare const useClasses_103: (classesProp?: Partial<Record<"content" | "header"
8492
7782
  readonly cx: (...args: any) => string;
8493
7783
  };
8494
7784
 
8495
- declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7785
+ declare const useClasses_101: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8496
7786
  readonly classes: {
8497
7787
  root: string;
8498
7788
  };
@@ -8500,7 +7790,7 @@ declare const useClasses_104: (classesProp?: Partial<Record<"root", string>>, ad
8500
7790
  readonly cx: (...args: any) => string;
8501
7791
  };
8502
7792
 
8503
- 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) => {
7793
+ 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) => {
8504
7794
  readonly classes: {
8505
7795
  sliderBase: string;
8506
7796
  rootDisabled: string;
@@ -8525,7 +7815,7 @@ declare const useClasses_105: (classesProp?: Partial<Record<"label" | "root" | "
8525
7815
  readonly cx: (...args: any) => string;
8526
7816
  };
8527
7817
 
8528
- declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOriginTopRight" | "anchorOriginTopLeft" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginBottomLeft" | "anchorOriginBottomRight", string>>, addStatic?: boolean) => {
7818
+ declare const useClasses_103: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "anchorOriginTopRight" | "anchorOriginBottomRight" | "anchorOriginTopLeft" | "anchorOriginBottomLeft", string>>, addStatic?: boolean) => {
8529
7819
  readonly classes: {
8530
7820
  root: string;
8531
7821
  anchorOriginTopRight: string;
@@ -8539,7 +7829,7 @@ declare const useClasses_106: (classesProp?: Partial<Record<"root" | "anchorOrig
8539
7829
  readonly cx: (...args: any) => string;
8540
7830
  };
8541
7831
 
8542
- declare const useClasses_107: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "action" | "root" | "error" | "success" | "message" | "messageText" | "iconVariant" | "messageSpan", string>>, addStatic?: boolean) => {
7832
+ declare const useClasses_104: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "message" | "messageText" | "iconVariant", string>>, addStatic?: boolean) => {
8543
7833
  readonly classes: {
8544
7834
  root: string;
8545
7835
  success: string;
@@ -8552,13 +7842,12 @@ declare const useClasses_107: (classesProp?: Partial<Record<"accent" | "warning"
8552
7842
  action: string;
8553
7843
  messageText: string;
8554
7844
  iconVariant: string;
8555
- messageSpan: string;
8556
7845
  };
8557
7846
  readonly css: any;
8558
7847
  readonly cx: (...args: any) => string;
8559
7848
  };
8560
7849
 
8561
- declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
7850
+ declare const useClasses_105: (classesProp?: Partial<Record<"snackItemRoot", string>>, addStatic?: boolean) => {
8562
7851
  readonly classes: {
8563
7852
  snackItemRoot: string;
8564
7853
  };
@@ -8566,7 +7855,7 @@ declare const useClasses_108: (classesProp?: Partial<Record<"snackItemRoot", str
8566
7855
  readonly cx: (...args: any) => string;
8567
7856
  };
8568
7857
 
8569
- declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "column" | "row" | "root" | "divider", string>>, addStatic?: boolean) => {
7858
+ declare const useClasses_106: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "column" | "row" | "root" | "divider", string>>, addStatic?: boolean) => {
8570
7859
  readonly classes: {
8571
7860
  root: string;
8572
7861
  column: string;
@@ -8582,17 +7871,7 @@ declare const useClasses_109: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8582
7871
  readonly cx: (...args: any) => string;
8583
7872
  };
8584
7873
 
8585
- declare const useClasses_11: (classesProp?: Partial<Record<"root" | "gutter" | "infoDisabled", string>>, addStatic?: boolean) => {
8586
- readonly classes: {
8587
- root: string;
8588
- infoDisabled: string;
8589
- gutter: string;
8590
- };
8591
- readonly css: any;
8592
- readonly cx: (...args: any) => string;
8593
- };
8594
-
8595
- declare const useClasses_110: (classesProp?: Partial<Record<"icon" | "root", string>>, addStatic?: boolean) => {
7874
+ declare const useClasses_107: (classesProp?: Partial<Record<"icon" | "root", string>>, addStatic?: boolean) => {
8596
7875
  readonly classes: {
8597
7876
  root: string;
8598
7877
  icon: string;
@@ -8601,7 +7880,7 @@ declare const useClasses_110: (classesProp?: Partial<Record<"icon" | "root", str
8601
7880
  readonly cx: (...args: any) => string;
8602
7881
  };
8603
7882
 
8604
- declare const useClasses_111: (classesProp?: Partial<Record<"left" | "right" | "top" | "container" | "label" | "root" | "error" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
7883
+ declare const useClasses_108: (classesProp?: Partial<Record<"left" | "right" | "top" | "container" | "label" | "error" | "root" | "switchContainer" | "invalidSwitch", string>>, addStatic?: boolean) => {
8605
7884
  readonly classes: {
8606
7885
  root: string;
8607
7886
  label: string;
@@ -8617,15 +7896,29 @@ declare const useClasses_111: (classesProp?: Partial<Record<"left" | "right" | "
8617
7896
  readonly cx: (...args: any) => string;
8618
7897
  };
8619
7898
 
8620
- declare const useClasses_112: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7899
+ declare const useClasses_109: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7900
+ readonly classes: {
7901
+ root: string;
7902
+ };
7903
+ readonly css: any;
7904
+ readonly cx: (...args: any) => string;
7905
+ };
7906
+
7907
+ declare const useClasses_11: (classesProp?: Partial<Record<"show" | "root" | "defaultIcon" | "warningText" | "topGutter" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
8621
7908
  readonly classes: {
8622
7909
  root: string;
7910
+ defaultIcon: string;
7911
+ warningText: string;
7912
+ show: string;
7913
+ topGutter: string;
7914
+ hideText: string;
7915
+ topBorder: string;
8623
7916
  };
8624
7917
  readonly css: any;
8625
7918
  readonly cx: (...args: any) => string;
8626
7919
  };
8627
7920
 
8628
- declare const useClasses_113: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "hasHeader" | "spaceTop" | "raisedHeader", string>>, addStatic?: boolean) => {
7921
+ declare const useClasses_110: (classesProp?: Partial<Record<"content" | "header" | "hidden" | "root" | "actions" | "hasHeader" | "raisedHeader", string>>, addStatic?: boolean) => {
8629
7922
  readonly classes: {
8630
7923
  root: string;
8631
7924
  header: string;
@@ -8634,13 +7927,12 @@ declare const useClasses_113: (classesProp?: Partial<Record<"content" | "header"
8634
7927
  hidden: string;
8635
7928
  raisedHeader: string;
8636
7929
  hasHeader: string;
8637
- spaceTop: string;
8638
7930
  };
8639
7931
  readonly css: any;
8640
7932
  readonly cx: (...args: any) => string;
8641
7933
  };
8642
7934
 
8643
- declare const useClasses_114: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
7935
+ declare const useClasses_111: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8644
7936
  readonly classes: {
8645
7937
  root: string;
8646
7938
  };
@@ -8648,7 +7940,7 @@ declare const useClasses_114: (classesProp?: Partial<Record<"root", string>>, ad
8648
7940
  readonly cx: (...args: any) => string;
8649
7941
  };
8650
7942
 
8651
- declare const useClasses_115: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
7943
+ declare const useClasses_112: (classesProp?: Partial<Record<"root" | "stickyHeader", string>>, addStatic?: boolean) => {
8652
7944
  readonly classes: {
8653
7945
  root: string;
8654
7946
  stickyHeader: string;
@@ -8657,7 +7949,7 @@ declare const useClasses_115: (classesProp?: Partial<Record<"root" | "stickyHead
8657
7949
  readonly cx: (...args: any) => string;
8658
7950
  };
8659
7951
 
8660
- 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) => {
7952
+ declare const useClasses_113: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "label" | "icon" | "disabled" | "selected" | "root" | "hasIcon" | "outlined" | "categorical" | "deleteIcon" | "clickable", string>>, addStatic?: boolean) => {
8661
7953
  readonly classes: {
8662
7954
  root: string;
8663
7955
  hasIcon: string;
@@ -8672,19 +7964,12 @@ declare const useClasses_116: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
8672
7964
  selected: string;
8673
7965
  clickable: string;
8674
7966
  icon: string;
8675
- chipRoot: string;
8676
- button: string;
8677
- tagButton: string;
8678
- focusVisible: string;
8679
- disabledDeleteIcon: string;
8680
- categoricalFocus: string;
8681
- categoricalDisabled: string;
8682
7967
  };
8683
7968
  readonly css: any;
8684
7969
  readonly cx: (...args: any) => string;
8685
7970
  };
8686
7971
 
8687
- declare const useClasses_117: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer" | "floating", string>>, addStatic?: boolean) => {
7972
+ declare const useClasses_114: (classesProp?: Partial<Record<"root" | "indicator" | "scroller" | "flexContainer" | "floating", string>>, addStatic?: boolean) => {
8688
7973
  readonly classes: {
8689
7974
  root: string;
8690
7975
  indicator: string;
@@ -8696,7 +7981,7 @@ declare const useClasses_117: (classesProp?: Partial<Record<"root" | "indicator"
8696
7981
  readonly cx: (...args: any) => string;
8697
7982
  };
8698
7983
 
8699
- declare const useClasses_118: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
7984
+ declare const useClasses_115: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8700
7985
  readonly classes: {
8701
7986
  root: string;
8702
7987
  focusVisible: string;
@@ -8707,12 +7992,10 @@ declare const useClasses_118: (classesProp?: Partial<Record<"disabled" | "select
8707
7992
  readonly cx: (...args: any) => string;
8708
7993
  };
8709
7994
 
8710
- 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) => {
7995
+ 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) => {
8711
7996
  readonly classes: {
8712
- listItemGutters: string;
8713
- listItemRoot: string;
8714
7997
  root: string;
8715
- chipRoot: string;
7998
+ tag: string;
8716
7999
  disabled: string;
8717
8000
  readOnly: string;
8718
8001
  resizable: string;
@@ -8722,13 +8005,7 @@ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "disabled"
8722
8005
  description: string;
8723
8006
  characterCounter: string;
8724
8007
  tagsList: string;
8725
- tagInputContainerRoot: string;
8726
- tagInputRoot: string;
8727
8008
  input: string;
8728
- tagSelected: string;
8729
- tagInputBorderContainer: string;
8730
- tagInputRootFocused: string;
8731
- tagInputRootEmpty: string;
8732
8009
  singleLine: string;
8733
8010
  error: string;
8734
8011
  inputExtension: string;
@@ -8739,21 +8016,7 @@ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "disabled"
8739
8016
  readonly cx: (...args: any) => string;
8740
8017
  };
8741
8018
 
8742
- declare const useClasses_12: (classesProp?: Partial<Record<"show" | "root" | "defaultIcon" | "warningText" | "topGutter" | "hideText" | "topBorder", string>>, addStatic?: boolean) => {
8743
- readonly classes: {
8744
- root: string;
8745
- defaultIcon: string;
8746
- warningText: string;
8747
- show: string;
8748
- topGutter: string;
8749
- hideText: string;
8750
- topBorder: string;
8751
- };
8752
- readonly css: any;
8753
- readonly cx: (...args: any) => string;
8754
- };
8755
-
8756
- declare const useClasses_120: (classesProp?: Partial<Record<"label" | "disabled" | "input" | "root" | "error" | "description" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8019
+ declare const useClasses_117: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "input" | "root" | "description" | "invalid" | "resizable" | "inputResizable" | "labelContainer" | "characterCounter" | "baseInput", string>>, addStatic?: boolean) => {
8757
8020
  readonly classes: {
8758
8021
  root: string;
8759
8022
  disabled: string;
@@ -8772,7 +8035,7 @@ declare const useClasses_120: (classesProp?: Partial<Record<"label" | "disabled"
8772
8035
  readonly cx: (...args: any) => string;
8773
8036
  };
8774
8037
 
8775
- declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8038
+ declare const useClasses_118: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8776
8039
  readonly classes: {
8777
8040
  root: string;
8778
8041
  };
@@ -8780,7 +8043,7 @@ declare const useClasses_121: (classesProp?: Partial<Record<"root", string>>, ad
8780
8043
  readonly cx: (...args: any) => string;
8781
8044
  };
8782
8045
 
8783
- declare const useClasses_122: (classesProp?: Partial<Record<"label" | "icon" | "placeholder" | "root" | "error" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8046
+ declare const useClasses_119: (classesProp?: Partial<Record<"label" | "icon" | "error" | "placeholder" | "root" | "description" | "labelContainer" | "dropdownHeader" | "dropdownHeaderInvalid" | "dropdownHeaderOpen" | "placeholderDisabled" | "dropdownPanel" | "timePopperContainer", string>>, addStatic?: boolean) => {
8784
8047
  readonly classes: {
8785
8048
  root: string;
8786
8049
  labelContainer: string;
@@ -8800,15 +8063,33 @@ declare const useClasses_122: (classesProp?: Partial<Record<"label" | "icon" | "
8800
8063
  readonly cx: (...args: any) => string;
8801
8064
  };
8802
8065
 
8803
- declare const useClasses_123: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8066
+ declare const useClasses_12: (classesProp?: Partial<Record<"label" | "disabled" | "error" | "select" | "readOnly" | "root" | "description" | "invalid" | "panel" | "popper" | "labelContainer", string>>, addStatic?: boolean) => {
8804
8067
  readonly classes: {
8805
8068
  root: string;
8069
+ disabled: string;
8070
+ readOnly: string;
8071
+ invalid: string;
8072
+ labelContainer: string;
8073
+ label: string;
8074
+ description: string;
8075
+ select: string;
8076
+ popper: string;
8077
+ panel: string;
8078
+ error: string;
8806
8079
  };
8807
8080
  readonly css: any;
8808
8081
  readonly cx: (...args: any) => string;
8809
8082
  };
8810
8083
 
8811
- declare const useClasses_124: (classesProp?: Partial<Record<"content" | "label" | "expanded" | "disabled" | "selected" | "root" | "group" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8084
+ declare const useClasses_120: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8085
+ readonly classes: {
8086
+ root: string;
8087
+ };
8088
+ readonly css: any;
8089
+ readonly cx: (...args: any) => string;
8090
+ };
8091
+
8092
+ declare const useClasses_121: (classesProp?: Partial<Record<"content" | "label" | "expanded" | "disabled" | "group" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8812
8093
  readonly classes: {
8813
8094
  root: string;
8814
8095
  group: string;
@@ -8824,7 +8105,7 @@ declare const useClasses_124: (classesProp?: Partial<Record<"content" | "label"
8824
8105
  readonly cx: (...args: any) => string;
8825
8106
  };
8826
8107
 
8827
- declare const useClasses_125: (classesProp?: Partial<Record<"label" | "expanded" | "disabled" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8108
+ declare const useClasses_122: (classesProp?: Partial<Record<"label" | "expanded" | "disabled" | "selected" | "root" | "focused" | "iconContainer", string>>, addStatic?: boolean) => {
8828
8109
  readonly classes: {
8829
8110
  root: string;
8830
8111
  expanded: string;
@@ -8838,7 +8119,7 @@ declare const useClasses_125: (classesProp?: Partial<Record<"label" | "expanded"
8838
8119
  readonly cx: (...args: any) => string;
8839
8120
  };
8840
8121
 
8841
- declare const useClasses_126: (classesProp?: Partial<Record<"root" | "slider" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8122
+ declare const useClasses_123: (classesProp?: Partial<Record<"slider" | "root" | "collapsed" | "childData", string>>, addStatic?: boolean) => {
8842
8123
  readonly classes: {
8843
8124
  root: string;
8844
8125
  collapsed: string;
@@ -8849,7 +8130,7 @@ declare const useClasses_126: (classesProp?: Partial<Record<"root" | "slider" |
8849
8130
  readonly cx: (...args: any) => string;
8850
8131
  };
8851
8132
 
8852
- declare const useClasses_127: (classesProp?: Partial<Record<"title" | "root" | "backButton" | "minimized" | "collapseButton", string>>, addStatic?: boolean) => {
8133
+ declare const useClasses_124: (classesProp?: Partial<Record<"title" | "root" | "minimized" | "collapseButton" | "backButton", string>>, addStatic?: boolean) => {
8853
8134
  readonly classes: {
8854
8135
  root: string;
8855
8136
  minimized: string;
@@ -8861,7 +8142,7 @@ declare const useClasses_127: (classesProp?: Partial<Record<"title" | "root" | "
8861
8142
  readonly cx: (...args: any) => string;
8862
8143
  };
8863
8144
 
8864
- declare const useClasses_128: (classesProp?: Partial<Record<"hide" | "root", string>>, addStatic?: boolean) => {
8145
+ declare const useClasses_125: (classesProp?: Partial<Record<"hide" | "root", string>>, addStatic?: boolean) => {
8865
8146
  readonly classes: {
8866
8147
  root: string;
8867
8148
  hide: string;
@@ -8870,7 +8151,7 @@ declare const useClasses_128: (classesProp?: Partial<Record<"hide" | "root", str
8870
8151
  readonly cx: (...args: any) => string;
8871
8152
  };
8872
8153
 
8873
- declare const useClasses_129: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8154
+ declare const useClasses_126: (classesProp?: Partial<Record<"action" | "minimized" | "noIcon", string>>, addStatic?: boolean) => {
8874
8155
  readonly classes: {
8875
8156
  action: string;
8876
8157
  noIcon: string;
@@ -8880,27 +8161,7 @@ declare const useClasses_129: (classesProp?: Partial<Record<"action" | "minimize
8880
8161
  readonly cx: (...args: any) => string;
8881
8162
  };
8882
8163
 
8883
- declare const useClasses_13: (classesProp?: Partial<Record<"label" | "disabled" | "select" | "readOnly" | "root" | "error" | "description" | "invalid" | "panel" | "panelOpenedUp" | "panelOpenedDown" | "popper" | "labelContainer", string>>, addStatic?: boolean) => {
8884
- readonly classes: {
8885
- root: string;
8886
- disabled: string;
8887
- readOnly: string;
8888
- invalid: string;
8889
- labelContainer: string;
8890
- label: string;
8891
- description: string;
8892
- select: string;
8893
- popper: string;
8894
- panel: string;
8895
- panelOpenedUp: string;
8896
- panelOpenedDown: string;
8897
- error: string;
8898
- };
8899
- readonly css: any;
8900
- readonly cx: (...args: any) => string;
8901
- };
8902
-
8903
- declare const useClasses_130: (classesProp?: Partial<Record<"list" | "root" | "popup" | "listItem" | "collapsed" | "navigationPopup", string>>, addStatic?: boolean) => {
8164
+ declare const useClasses_127: (classesProp?: Partial<Record<"list" | "popup" | "root" | "collapsed" | "listItem" | "navigationPopup", string>>, addStatic?: boolean) => {
8904
8165
  readonly classes: {
8905
8166
  root: string;
8906
8167
  list: string;
@@ -8913,7 +8174,7 @@ declare const useClasses_130: (classesProp?: Partial<Record<"list" | "root" | "p
8913
8174
  readonly cx: (...args: any) => string;
8914
8175
  };
8915
8176
 
8916
- declare const useClasses_131: (classesProp?: Partial<Record<"root" | "listContainer" | "listItemSelected" | "listItemFocus" | "forwardButton" | "listItemDisabled", string>>, addStatic?: boolean) => {
8177
+ declare const useClasses_128: (classesProp?: Partial<Record<"root" | "listContainer" | "listItemSelected" | "listItemFocus" | "forwardButton" | "listItemDisabled", string>>, addStatic?: boolean) => {
8917
8178
  readonly classes: {
8918
8179
  root: string;
8919
8180
  listItemSelected: string;
@@ -8926,7 +8187,7 @@ declare const useClasses_131: (classesProp?: Partial<Record<"root" | "listContai
8926
8187
  readonly cx: (...args: any) => string;
8927
8188
  };
8928
8189
 
8929
- declare const useClasses_132: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8190
+ declare const useClasses_129: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8930
8191
  readonly classes: {
8931
8192
  root: string;
8932
8193
  };
@@ -8934,7 +8195,24 @@ declare const useClasses_132: (classesProp?: Partial<Record<"root", string>>, ad
8934
8195
  readonly cx: (...args: any) => string;
8935
8196
  };
8936
8197
 
8937
- 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) => {
8198
+ declare const useClasses_13: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "root" | "startIcon" | "endIcon" | "focusVisible" | "contained" | "subtle" | "ghost", string>>, addStatic?: boolean) => {
8199
+ readonly classes: {
8200
+ root: string;
8201
+ startIcon: string;
8202
+ endIcon: string;
8203
+ focusVisible: string;
8204
+ disabled: string;
8205
+ icon: string;
8206
+ contained: string;
8207
+ subtle: string;
8208
+ ghost: string;
8209
+ semantic: string;
8210
+ };
8211
+ readonly css: any;
8212
+ readonly cx: (...args: any) => string;
8213
+ };
8214
+
8215
+ 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) => {
8938
8216
  readonly classes: {
8939
8217
  node: string;
8940
8218
  content: string;
@@ -8960,7 +8238,7 @@ declare const useClasses_133: (classesProp?: Partial<Record<"hide" | "content" |
8960
8238
  readonly cx: (...args: any) => string;
8961
8239
  };
8962
8240
 
8963
- declare const useClasses_134: (classesProp?: Partial<Record<"text" | "circle" | "content" | "square" | "root" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8241
+ declare const useClasses_131: (classesProp?: Partial<Record<"text" | "content" | "circle" | "square" | "root" | "pulse" | "wave", string>>, addStatic?: boolean) => {
8964
8242
  readonly classes: {
8965
8243
  root: string;
8966
8244
  content: string;
@@ -8974,30 +8252,7 @@ declare const useClasses_134: (classesProp?: Partial<Record<"text" | "circle" |
8974
8252
  readonly cx: (...args: any) => string;
8975
8253
  };
8976
8254
 
8977
- 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) => {
8978
- readonly classes: {
8979
- root: string;
8980
- startIcon: string;
8981
- endIcon: string;
8982
- focusVisible: string;
8983
- disabled: string;
8984
- icon: string;
8985
- contained: string;
8986
- subtle: string;
8987
- ghost: string;
8988
- semantic: string;
8989
- primary: string;
8990
- primarySubtle: string;
8991
- primaryGhost: string;
8992
- secondarySubtle: string;
8993
- secondaryGhost: string;
8994
- secondary: string;
8995
- };
8996
- readonly css: any;
8997
- readonly cx: (...args: any) => string;
8998
- };
8999
-
9000
- declare const useClasses_15: (classesProp?: Partial<Record<"root" | "highlighted", string>>, addStatic?: boolean) => {
8255
+ declare const useClasses_14: (classesProp?: Partial<Record<"root" | "highlighted", string>>, addStatic?: boolean) => {
9001
8256
  readonly classes: {
9002
8257
  root: string;
9003
8258
  highlighted: string;
@@ -9006,7 +8261,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "highlighted
9006
8261
  readonly cx: (...args: any) => string;
9007
8262
  };
9008
8263
 
9009
- declare const useClasses_16: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8264
+ declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9010
8265
  readonly classes: {
9011
8266
  root: string;
9012
8267
  };
@@ -9014,7 +8269,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"root", string>>, add
9014
8269
  readonly cx: (...args: any) => string;
9015
8270
  };
9016
8271
 
9017
- declare const useClasses_17: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "listbox" | "root" | "error" | "description" | "invalid", string>>, addStatic?: boolean) => {
8272
+ declare const useClasses_16: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "listbox" | "error" | "root" | "description" | "invalid", string>>, addStatic?: boolean) => {
9018
8273
  readonly classes: {
9019
8274
  root: string;
9020
8275
  error: string;
@@ -9029,7 +8284,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"vertical" | "horizon
9029
8284
  readonly cx: (...args: any) => string;
9030
8285
  };
9031
8286
 
9032
- declare const useClasses_18: (classesProp?: Partial<Record<"list" | "root" | "popper" | "portal", string>>, addStatic?: boolean) => {
8287
+ declare const useClasses_17: (classesProp?: Partial<Record<"list" | "root" | "popper" | "portal", string>>, addStatic?: boolean) => {
9033
8288
  readonly classes: {
9034
8289
  root: string;
9035
8290
  list: string;
@@ -9040,7 +8295,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"list" | "root" | "po
9040
8295
  readonly cx: (...args: any) => string;
9041
8296
  };
9042
8297
 
9043
- 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) => {
8298
+ declare const useClasses_18: (classesProp?: Partial<Record<"disabled" | "input" | "readOnly" | "root" | "invalid" | "focused" | "multiline" | "resizable" | "inputDisabled" | "inputReadOnly" | "inputResizable", string>>, addStatic?: boolean) => {
9044
8299
  readonly classes: {
9045
8300
  root: string;
9046
8301
  disabled: string;
@@ -9049,13 +8304,6 @@ declare const useClasses_19: (classesProp?: Partial<Record<"disabled" | "input"
9049
8304
  resizable: string;
9050
8305
  readOnly: string;
9051
8306
  focused: string;
9052
- inputBorderContainer: string;
9053
- inputRootInvalid: string;
9054
- inputRootReadOnly: string;
9055
- inputRoot: string;
9056
- inputRootFocused: string;
9057
- inputRootDisabled: string;
9058
- inputRootMultiline: string;
9059
8307
  input: string;
9060
8308
  inputDisabled: string;
9061
8309
  inputReadOnly: string;
@@ -9065,48 +8313,7 @@ declare const useClasses_19: (classesProp?: Partial<Record<"disabled" | "input"
9065
8313
  readonly cx: (...args: any) => string;
9066
8314
  };
9067
8315
 
9068
- 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) => {
9069
- readonly classes: {
9070
- root: string;
9071
- disabled: string;
9072
- isLink: string;
9073
- noWrap: string;
9074
- display: string;
9075
- title1: string;
9076
- title2: string;
9077
- title3: string;
9078
- title4: string;
9079
- body: string;
9080
- label: string;
9081
- captionLabel: string;
9082
- caption1: string;
9083
- caption2: string;
9084
- "5xlTitle": string;
9085
- "4xlTitle": string;
9086
- "3xlTitle": string;
9087
- xxlTitle: string;
9088
- xlTitle: string;
9089
- lTitle: string;
9090
- mTitle: string;
9091
- sTitle: string;
9092
- xsTitle: string;
9093
- xxsTitle: string;
9094
- sectionTitle: string;
9095
- highlightText: string;
9096
- normalText: string;
9097
- placeholderText: string;
9098
- link: string;
9099
- disabledText: string;
9100
- selectedNavText: string;
9101
- vizText: string;
9102
- vizTextDisabled: string;
9103
- xsInlineLink: string;
9104
- };
9105
- readonly css: any;
9106
- readonly cx: (...args: any) => string;
9107
- };
9108
-
9109
- 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) => {
8316
+ 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) => {
9110
8317
  readonly classes: {
9111
8318
  root: string;
9112
8319
  rootDisabled: string;
@@ -9114,8 +8321,6 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header
9114
8321
  container: string;
9115
8322
  header: string;
9116
8323
  headerOpen: string;
9117
- headerOpenUp: string;
9118
- headerOpenDown: string;
9119
8324
  headerDisabled: string;
9120
8325
  headerReadOnly: string;
9121
8326
  arrowContainer: string;
@@ -9124,8 +8329,6 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header
9124
8329
  selectionDisabled: string;
9125
8330
  placeholder: string;
9126
8331
  panel: string;
9127
- panelOpenedUp: string;
9128
- panelOpenedDown: string;
9129
8332
  inputExtensionOpen: string;
9130
8333
  inputExtensionLeftPosition: string;
9131
8334
  inputExtensionOpenShadow: string;
@@ -9136,7 +8339,18 @@ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "header
9136
8339
  readonly cx: (...args: any) => string;
9137
8340
  };
9138
8341
 
9139
- declare const useClasses_21: (classesProp?: Partial<Record<"container" | "label" | "hidden" | "disabled" | "root", string>>, addStatic?: boolean) => {
8342
+ declare const useClasses_2: (classesProp?: Partial<Record<"disabled" | "root" | "isLink" | "noWrap", string>>, addStatic?: boolean) => {
8343
+ readonly classes: {
8344
+ root: string;
8345
+ disabled: string;
8346
+ isLink: string;
8347
+ noWrap: string;
8348
+ };
8349
+ readonly css: any;
8350
+ readonly cx: (...args: any) => string;
8351
+ };
8352
+
8353
+ declare const useClasses_20: (classesProp?: Partial<Record<"container" | "label" | "hidden" | "disabled" | "root", string>>, addStatic?: boolean) => {
9140
8354
  readonly classes: {
9141
8355
  root: string;
9142
8356
  hidden: string;
@@ -9148,7 +8362,7 @@ declare const useClasses_21: (classesProp?: Partial<Record<"container" | "label"
9148
8362
  readonly cx: (...args: any) => string;
9149
8363
  };
9150
8364
 
9151
- declare const useClasses_22: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8365
+ declare const useClasses_21: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9152
8366
  readonly classes: {
9153
8367
  root: string;
9154
8368
  };
@@ -9156,26 +8370,22 @@ declare const useClasses_22: (classesProp?: Partial<Record<"root", string>>, add
9156
8370
  readonly cx: (...args: any) => string;
9157
8371
  };
9158
8372
 
9159
- declare const useClasses_23: (classesProp?: Partial<Record<"button" | "root" | "actionContainer" | "dropDownMenu" | "dropDownMenuButton" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
8373
+ declare const useClasses_22: (classesProp?: Partial<Record<"button" | "root" | "actionContainer" | "dropDownMenu" | "dropDownMenuButtonSelected", string>>, addStatic?: boolean) => {
9160
8374
  readonly classes: {
9161
8375
  root: string;
9162
8376
  button: string;
9163
8377
  actionContainer: string;
9164
8378
  dropDownMenu: string;
9165
- dropDownMenuButton: string;
9166
8379
  dropDownMenuButtonSelected: string;
9167
8380
  };
9168
8381
  readonly css: any;
9169
8382
  readonly cx: (...args: any) => string;
9170
8383
  };
9171
8384
 
9172
- declare const useClasses_24: (classesProp?: Partial<Record<"container" | "icon" | "root" | "baseContainer" | "iconSelected" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
8385
+ declare const useClasses_23: (classesProp?: Partial<Record<"open" | "root" | "menuListRoot" | "menuList", string>>, addStatic?: boolean) => {
9173
8386
  readonly classes: {
9174
8387
  root: string;
9175
- container: string;
9176
- baseContainer: string;
9177
- icon: string;
9178
- iconSelected: string;
8388
+ open: string;
9179
8389
  menuListRoot: string;
9180
8390
  menuList: string;
9181
8391
  };
@@ -9183,7 +8393,7 @@ declare const useClasses_24: (classesProp?: Partial<Record<"container" | "icon"
9183
8393
  readonly cx: (...args: any) => string;
9184
8394
  };
9185
8395
 
9186
- 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) => {
8396
+ 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) => {
9187
8397
  readonly classes: {
9188
8398
  root: string;
9189
8399
  item: string;
@@ -9207,7 +8417,7 @@ declare const useClasses_25: (classesProp?: Partial<Record<"open" | "single" | "
9207
8417
  readonly cx: (...args: any) => string;
9208
8418
  };
9209
8419
 
9210
- declare const useClasses_26: (classesProp?: Partial<Record<"typography" | "icon" | "disabled" | "title" | "selected" | "root" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
8420
+ declare const useClasses_25: (classesProp?: Partial<Record<"typography" | "icon" | "disabled" | "title" | "selected" | "root" | "iconUrl" | "iconInfo" | "titleAnchor", string>>, addStatic?: boolean) => {
9211
8421
  readonly classes: {
9212
8422
  root: string;
9213
8423
  icon: string;
@@ -9223,12 +8433,11 @@ declare const useClasses_26: (classesProp?: Partial<Record<"typography" | "icon"
9223
8433
  readonly cx: (...args: any) => string;
9224
8434
  };
9225
8435
 
9226
- declare const useClasses_27: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "container" | "square" | "img" | "root" | "status" | "avatar" | "fallback" | "badge" | "circular", string>>, addStatic?: boolean) => {
8436
+ declare const useClasses_26: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "container" | "square" | "img" | "root" | "fallback" | "avatar" | "badge" | "circular", string>>, addStatic?: boolean) => {
9227
8437
  readonly classes: {
9228
8438
  root: string;
9229
8439
  img: string;
9230
8440
  fallback: string;
9231
- status: string;
9232
8441
  container: string;
9233
8442
  xs: string;
9234
8443
  sm: string;
@@ -9244,7 +8453,7 @@ declare const useClasses_27: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
9244
8453
  readonly cx: (...args: any) => string;
9245
8454
  };
9246
8455
 
9247
- declare const useClasses_28: (classesProp?: Partial<Record<"column" | "row" | "root" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
8456
+ declare const useClasses_27: (classesProp?: Partial<Record<"column" | "row" | "root" | "highlight" | "toBack", string>>, addStatic?: boolean) => {
9248
8457
  readonly classes: {
9249
8458
  root: string;
9250
8459
  row: string;
@@ -9256,15 +8465,12 @@ declare const useClasses_28: (classesProp?: Partial<Record<"column" | "row" | "r
9256
8465
  readonly cx: (...args: any) => string;
9257
8466
  };
9258
8467
 
9259
- declare const useClasses_29: (classesProp?: Partial<Record<"root" | "badge" | "badgeContainer" | "badgePosition" | "badgeHidden" | "showCount" | "showLabel" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
8468
+ declare const useClasses_28: (classesProp?: Partial<Record<"root" | "badge" | "badgeContainer" | "badgeHidden" | "badgeIcon" | "badgeOneDigit", string>>, addStatic?: boolean) => {
9260
8469
  readonly classes: {
9261
8470
  root: string;
9262
8471
  badgeContainer: string;
9263
- badgePosition: string;
9264
8472
  badge: string;
9265
8473
  badgeHidden: string;
9266
- showCount: string;
9267
- showLabel: string;
9268
8474
  badgeIcon: string;
9269
8475
  badgeOneDigit: string;
9270
8476
  };
@@ -9272,27 +8478,27 @@ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "badge" | "b
9272
8478
  readonly cx: (...args: any) => string;
9273
8479
  };
9274
8480
 
9275
- declare const useClasses_3: (classesProp?: Partial<Record<"disabled" | "root", string>>, addStatic?: boolean) => {
8481
+ declare const useClasses_29: (classesProp?: Partial<Record<"root" | "rootClosed" | "anchorOriginTopCenter" | "anchorOriginBottomCenter", string>>, addStatic?: boolean) => {
9276
8482
  readonly classes: {
8483
+ rootClosed: string;
9277
8484
  root: string;
9278
- disabled: string;
8485
+ anchorOriginTopCenter: string;
8486
+ anchorOriginBottomCenter: string;
9279
8487
  };
9280
8488
  readonly css: any;
9281
8489
  readonly cx: (...args: any) => string;
9282
8490
  };
9283
8491
 
9284
- declare const useClasses_30: (classesProp?: Partial<Record<"root" | "anchorOriginTopCenter" | "anchorOriginBottomCenter" | "rootClosed", string>>, addStatic?: boolean) => {
8492
+ declare const useClasses_3: (classesProp?: Partial<Record<"disabled" | "root", string>>, addStatic?: boolean) => {
9285
8493
  readonly classes: {
9286
- rootClosed: string;
9287
8494
  root: string;
9288
- anchorOriginTopCenter: string;
9289
- anchorOriginBottomCenter: string;
8495
+ disabled: string;
9290
8496
  };
9291
8497
  readonly css: any;
9292
8498
  readonly cx: (...args: any) => string;
9293
8499
  };
9294
8500
 
9295
- 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) => {
8501
+ declare const useClasses_30: (classesProp?: Partial<Record<"accent" | "warning" | "info" | "default" | "error" | "action" | "root" | "success" | "actionContainer" | "message" | "messageContainer" | "iconContainer" | "messageActions" | "closeAction", string>>, addStatic?: boolean) => {
9296
8502
  readonly classes: {
9297
8503
  root: string;
9298
8504
  success: string;
@@ -9308,15 +8514,12 @@ declare const useClasses_31: (classesProp?: Partial<Record<"accent" | "warning"
9308
8514
  messageActions: string;
9309
8515
  actionContainer: string;
9310
8516
  closeAction: string;
9311
- baseVariant: string;
9312
- outContainer: string;
9313
- actionsInnerContainer: string;
9314
8517
  };
9315
8518
  readonly css: any;
9316
8519
  readonly cx: (...args: any) => string;
9317
8520
  };
9318
8521
 
9319
- declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate", string>>, addStatic?: boolean) => {
8522
+ declare const useClasses_31: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate", string>>, addStatic?: boolean) => {
9320
8523
  readonly classes: {
9321
8524
  root: string;
9322
8525
  disabled: string;
@@ -9330,7 +8533,7 @@ declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" |
9330
8533
  readonly cx: (...args: any) => string;
9331
8534
  };
9332
8535
 
9333
- declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
8536
+ declare const useClasses_32: (classesProp?: Partial<Record<"semantic" | "icon" | "disabled" | "checked" | "root" | "focusVisible", string>>, addStatic?: boolean) => {
9334
8537
  readonly classes: {
9335
8538
  root: string;
9336
8539
  disabled: string;
@@ -9343,7 +8546,7 @@ declare const useClasses_33: (classesProp?: Partial<Record<"semantic" | "icon" |
9343
8546
  readonly cx: (...args: any) => string;
9344
8547
  };
9345
8548
 
9346
- declare const useClasses_34: (classesProp?: Partial<Record<"disabled" | "track" | "switch" | "readOnly" | "checked" | "root" | "focusVisible" | "switchBase" | "thumb", string>>, addStatic?: boolean) => {
8549
+ declare const useClasses_33: (classesProp?: Partial<Record<"disabled" | "track" | "switch" | "readOnly" | "checked" | "root" | "focusVisible" | "switchBase" | "thumb", string>>, addStatic?: boolean) => {
9347
8550
  readonly classes: {
9348
8551
  root: string;
9349
8552
  switch: string;
@@ -9359,7 +8562,7 @@ declare const useClasses_34: (classesProp?: Partial<Record<"disabled" | "track"
9359
8562
  readonly cx: (...args: any) => string;
9360
8563
  };
9361
8564
 
9362
- declare const useClasses_35: (classesProp?: Partial<Record<"link" | "a" | "root" | "currentPage" | "orderedList" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
8565
+ declare const useClasses_34: (classesProp?: Partial<Record<"link" | "a" | "root" | "orderedList" | "currentPage" | "centerContainer" | "separatorContainer", string>>, addStatic?: boolean) => {
9363
8566
  readonly classes: {
9364
8567
  root: string;
9365
8568
  link: string;
@@ -9373,7 +8576,7 @@ declare const useClasses_35: (classesProp?: Partial<Record<"link" | "a" | "root"
9373
8576
  readonly cx: (...args: any) => string;
9374
8577
  };
9375
8578
 
9376
- declare const useClasses_36: (classesProp?: Partial<Record<"semantic" | "root" | "selectAll" | "actions" | "selectAllContainer" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
8579
+ declare const useClasses_35: (classesProp?: Partial<Record<"semantic" | "root" | "actions" | "selectAll" | "selectAllContainer" | "selectAllPages" | "divider", string>>, addStatic?: boolean) => {
9377
8580
  readonly classes: {
9378
8581
  root: string;
9379
8582
  semantic: string;
@@ -9387,7 +8590,7 @@ declare const useClasses_36: (classesProp?: Partial<Record<"semantic" | "root" |
9387
8590
  readonly cx: (...args: any) => string;
9388
8591
  };
9389
8592
 
9390
- declare const useClasses_37: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "checkbox" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
8593
+ declare const useClasses_36: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "checkbox" | "disabled" | "checked" | "root" | "focusVisible" | "indeterminate" | "invalidContainer" | "invalidCheckbox", string>>, addStatic?: boolean) => {
9391
8594
  readonly classes: {
9392
8595
  root: string;
9393
8596
  container: string;
@@ -9407,7 +8610,7 @@ declare const useClasses_37: (classesProp?: Partial<Record<"left" | "right" | "c
9407
8610
  readonly cx: (...args: any) => string;
9408
8611
  };
9409
8612
 
9410
- declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
8613
+ declare const useClasses_37: (classesProp?: Partial<Record<"root" | "rangeCalendarContainer" | "singleCalendar" | "focusSelection" | "calendarMonthlyCell" | "calendarMonthlyCellSelected", string>>, addStatic?: boolean) => {
9411
8614
  readonly classes: {
9412
8615
  root: string;
9413
8616
  rangeCalendarContainer: string;
@@ -9420,7 +8623,7 @@ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "rangeCalend
9420
8623
  readonly cx: (...args: any) => string;
9421
8624
  };
9422
8625
 
9423
- declare const useClasses_39: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
8626
+ declare const useClasses_38: (classesProp?: Partial<Record<"root" | "invalid" | "headerDayOfWeek", string>>, addStatic?: boolean) => {
9424
8627
  readonly classes: {
9425
8628
  root: string;
9426
8629
  invalid: string;
@@ -9430,21 +8633,7 @@ declare const useClasses_39: (classesProp?: Partial<Record<"root" | "invalid" |
9430
8633
  readonly cx: (...args: any) => string;
9431
8634
  };
9432
8635
 
9433
- declare const useClasses_4: (classesProp?: Partial<Record<"disabled" | "selected" | "root" | "focus" | "focused" | "focusDisabled" | "focusedVisible", string>>, addStatic?: boolean) => {
9434
- readonly classes: {
9435
- root: string;
9436
- selected: string;
9437
- disabled: string;
9438
- focusDisabled: string;
9439
- focused: string;
9440
- focusedVisible: string;
9441
- focus: string;
9442
- };
9443
- readonly css: any;
9444
- readonly cx: (...args: any) => string;
9445
- };
9446
-
9447
- 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) => {
8636
+ 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) => {
9448
8637
  readonly classes: {
9449
8638
  root: string;
9450
8639
  calendarGrid: string;
@@ -9467,7 +8656,15 @@ declare const useClasses_40: (classesProp?: Partial<Record<"root" | "focusSelect
9467
8656
  readonly cx: (...args: any) => string;
9468
8657
  };
9469
8658
 
9470
- declare const useClasses_41: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
8659
+ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8660
+ readonly classes: {
8661
+ root: string;
8662
+ };
8663
+ readonly css: any;
8664
+ readonly cx: (...args: any) => string;
8665
+ };
8666
+
8667
+ declare const useClasses_40: (classesProp?: Partial<Record<"icon" | "selected" | "root" | "selectable" | "semanticContainer" | "semanticBar", string>>, addStatic?: boolean) => {
9471
8668
  readonly classes: {
9472
8669
  root: string;
9473
8670
  selected: string;
@@ -9480,10 +8677,9 @@ declare const useClasses_41: (classesProp?: Partial<Record<"icon" | "selected" |
9480
8677
  readonly cx: (...args: any) => string;
9481
8678
  };
9482
8679
 
9483
- declare const useClasses_42: (classesProp?: Partial<Record<"content" | "title" | "action" | "root" | "titleShort" | "subheader", string>>, addStatic?: boolean) => {
8680
+ declare const useClasses_41: (classesProp?: Partial<Record<"content" | "title" | "action" | "root" | "subheader", string>>, addStatic?: boolean) => {
9484
8681
  readonly classes: {
9485
8682
  root: string;
9486
- titleShort: string;
9487
8683
  title: string;
9488
8684
  subheader: string;
9489
8685
  content: string;
@@ -9493,7 +8689,7 @@ declare const useClasses_42: (classesProp?: Partial<Record<"content" | "title" |
9493
8689
  readonly cx: (...args: any) => string;
9494
8690
  };
9495
8691
 
9496
- declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
8692
+ declare const useClasses_42: (classesProp?: Partial<Record<"content", string>>, addStatic?: boolean) => {
9497
8693
  readonly classes: {
9498
8694
  content: string;
9499
8695
  };
@@ -9501,7 +8697,7 @@ declare const useClasses_43: (classesProp?: Partial<Record<"content", string>>,
9501
8697
  readonly cx: (...args: any) => string;
9502
8698
  };
9503
8699
 
9504
- declare const useClasses_44: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
8700
+ declare const useClasses_43: (classesProp?: Partial<Record<"media" | "root", string>>, addStatic?: boolean) => {
9505
8701
  readonly classes: {
9506
8702
  root: string;
9507
8703
  media: string;
@@ -9510,7 +8706,7 @@ declare const useClasses_44: (classesProp?: Partial<Record<"media" | "root", str
9510
8706
  readonly cx: (...args: any) => string;
9511
8707
  };
9512
8708
 
9513
- 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) => {
8709
+ 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) => {
9514
8710
  readonly classes: {
9515
8711
  root: string;
9516
8712
  xs: string;
@@ -9541,7 +8737,7 @@ declare const useClasses_45: (classesProp?: Partial<Record<"xs" | "dot" | "main"
9541
8737
  readonly cx: (...args: any) => string;
9542
8738
  };
9543
8739
 
9544
- declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
8740
+ declare const useClasses_45: (classesProp?: Partial<Record<"image" | "slide", string>>, addStatic?: boolean) => {
9545
8741
  readonly classes: {
9546
8742
  slide: string;
9547
8743
  image: string;
@@ -9550,29 +8746,25 @@ declare const useClasses_46: (classesProp?: Partial<Record<"image" | "slide", st
9550
8746
  readonly cx: (...args: any) => string;
9551
8747
  };
9552
8748
 
9553
- declare const useClasses_47: (classesProp?: Partial<Record<"icon" | "root" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeRoot" | "pageSizeTextContainer" | "totalPagesTextContainer" | "pageSizeOptionsSelect" | "pageNavigator" | "iconContainer" | "pageInfo" | "pageJump" | "pageSizeInput" | "pageSizeInputRoot" | "pageSizeInputContainer", string>>, addStatic?: boolean) => {
8749
+ declare const useClasses_46: (classesProp?: Partial<Record<"icon" | "root" | "iconContainer" | "pageSizeOptions" | "pageSizeHeader" | "pageSizeRoot" | "pageSizeTextContainer" | "pageNavigator" | "pageInfo" | "pageJump" | "pageSizeInput", string>>, addStatic?: boolean) => {
9554
8750
  readonly classes: {
9555
8751
  root: string;
9556
8752
  pageSizeOptions: string;
9557
8753
  pageSizeHeader: string;
9558
8754
  pageSizeRoot: string;
9559
8755
  pageSizeTextContainer: string;
9560
- totalPagesTextContainer: string;
9561
- pageSizeOptionsSelect: string;
9562
8756
  pageNavigator: string;
9563
8757
  iconContainer: string;
9564
8758
  icon: string;
9565
8759
  pageInfo: string;
9566
8760
  pageJump: string;
9567
8761
  pageSizeInput: string;
9568
- pageSizeInputRoot: string;
9569
- pageSizeInputContainer: string;
9570
8762
  };
9571
8763
  readonly css: any;
9572
8764
  readonly cx: (...args: any) => string;
9573
8765
  };
9574
8766
 
9575
- declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "group" | "error" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
8767
+ declare const useClasses_47: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid" | "selectAll", string>>, addStatic?: boolean) => {
9576
8768
  readonly classes: {
9577
8769
  root: string;
9578
8770
  label: string;
@@ -9587,7 +8779,7 @@ declare const useClasses_48: (classesProp?: Partial<Record<"vertical" | "horizon
9587
8779
  readonly cx: (...args: any) => string;
9588
8780
  };
9589
8781
 
9590
- declare const useClasses_49: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "description" | "panel" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "recommendedColorsRoot" | "dropdownRootIconOnly" | "headerColorIconOnly" | "pickerFields", string>>, addStatic?: boolean) => {
8782
+ declare const useClasses_48: (classesProp?: Partial<Record<"label" | "colorPicker" | "root" | "description" | "panel" | "labelContainer" | "headerColorValue" | "headerColorIcon" | "colorPickerIcon" | "dropdownRootIconOnly" | "headerColorIconOnly", string>>, addStatic?: boolean) => {
9591
8783
  readonly classes: {
9592
8784
  root: string;
9593
8785
  labelContainer: string;
@@ -9598,24 +8790,14 @@ declare const useClasses_49: (classesProp?: Partial<Record<"label" | "colorPicke
9598
8790
  panel: string;
9599
8791
  colorPicker: string;
9600
8792
  colorPickerIcon: string;
9601
- recommendedColorsRoot: string;
9602
8793
  dropdownRootIconOnly: string;
9603
8794
  headerColorIconOnly: string;
9604
- pickerFields: string;
9605
- };
9606
- readonly css: any;
9607
- readonly cx: (...args: any) => string;
9608
- };
9609
-
9610
- declare const useClasses_5: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9611
- readonly classes: {
9612
- root: string;
9613
8795
  };
9614
8796
  readonly css: any;
9615
8797
  readonly cx: (...args: any) => string;
9616
8798
  };
9617
8799
 
9618
- declare const useClasses_50: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
8800
+ declare const useClasses_49: (classesProp?: Partial<Record<"fixed" | "root" | "disableGutters" | "maxWidthXs" | "maxWidthSm" | "maxWidthMd" | "maxWidthLg" | "maxWidthXl", string>>, addStatic?: boolean) => {
9619
8801
  readonly classes: {
9620
8802
  root: string;
9621
8803
  disableGutters: string;
@@ -9630,7 +8812,24 @@ declare const useClasses_50: (classesProp?: Partial<Record<"fixed" | "root" | "d
9630
8812
  readonly cx: (...args: any) => string;
9631
8813
  };
9632
8814
 
9633
- declare const useClasses_51: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
8815
+ declare const useClasses_5: (classesProp?: Partial<Record<"condensed" | "separator" | "disabled" | "selected" | "root" | "focus" | "startAdornment" | "endAdornment" | "interactive" | "gutters", string>>, addStatic?: boolean) => {
8816
+ readonly classes: {
8817
+ root: string;
8818
+ focus: string;
8819
+ gutters: string;
8820
+ condensed: string;
8821
+ interactive: string;
8822
+ selected: string;
8823
+ disabled: string;
8824
+ startAdornment: string;
8825
+ endAdornment: string;
8826
+ separator: string;
8827
+ };
8828
+ readonly css: any;
8829
+ readonly cx: (...args: any) => string;
8830
+ };
8831
+
8832
+ declare const useClasses_50: (classesProp?: Partial<Record<"section" | "root" | "rightSection" | "leftSection", string>>, addStatic?: boolean) => {
9634
8833
  readonly classes: {
9635
8834
  root: string;
9636
8835
  section: string;
@@ -9641,7 +8840,7 @@ declare const useClasses_51: (classesProp?: Partial<Record<"section" | "root" |
9641
8840
  readonly cx: (...args: any) => string;
9642
8841
  };
9643
8842
 
9644
- 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) => {
8843
+ declare const useClasses_51: (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) => {
9645
8844
  readonly classes: {
9646
8845
  root: string;
9647
8846
  head: string;
@@ -9672,7 +8871,7 @@ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "footer" | "
9672
8871
  readonly cx: (...args: any) => string;
9673
8872
  };
9674
8873
 
9675
- declare const useClasses_53: (classesProp?: Partial<Record<"body" | "expanded" | "footer" | "head" | "selected" | "root" | "variantList" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
8874
+ declare const useClasses_52: (classesProp?: Partial<Record<"body" | "expanded" | "footer" | "head" | "selected" | "root" | "variantList" | "variantListHead" | "striped" | "hover", string>>, addStatic?: boolean) => {
9676
8875
  readonly classes: {
9677
8876
  root: string;
9678
8877
  head: string;
@@ -9689,7 +8888,7 @@ declare const useClasses_53: (classesProp?: Partial<Record<"body" | "expanded" |
9689
8888
  readonly cx: (...args: any) => string;
9690
8889
  };
9691
8890
 
9692
- 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) => {
8891
+ declare const useClasses_53: (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) => {
9693
8892
  readonly classes: {
9694
8893
  root: string;
9695
8894
  head: string;
@@ -9729,7 +8928,7 @@ declare const useClasses_54: (classesProp?: Partial<Record<"body" | "resizer" |
9729
8928
  readonly cx: (...args: any) => string;
9730
8929
  };
9731
8930
 
9732
- declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
8931
+ declare const useClasses_54: (classesProp?: Partial<Record<"root" | "stickyHeader" | "stickyColumns" | "listRow", string>>, addStatic?: boolean) => {
9733
8932
  readonly classes: {
9734
8933
  root: string;
9735
8934
  stickyHeader: string;
@@ -9740,7 +8939,7 @@ declare const useClasses_55: (classesProp?: Partial<Record<"root" | "stickyHeade
9740
8939
  readonly cx: (...args: any) => string;
9741
8940
  };
9742
8941
 
9743
- declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
8942
+ declare const useClasses_55: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9744
8943
  readonly classes: {
9745
8944
  root: string;
9746
8945
  };
@@ -9748,7 +8947,7 @@ declare const useClasses_56: (classesProp?: Partial<Record<"root", string>>, add
9748
8947
  readonly cx: (...args: any) => string;
9749
8948
  };
9750
8949
 
9751
- declare const useClasses_57: (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) => {
8950
+ declare const useClasses_56: (classesProp?: Partial<Record<"label" | "icon" | "error" | "input" | "root" | "description" | "labelContainer" | "adornmentsBox" | "adornmentButton" | "iconClear" | "hasSuggestions" | "suggestionsContainer" | "suggestionList" | "inputRoot" | "inputRootFocused" | "inputRootDisabled" | "inputRootMultiline", string>>, addStatic?: boolean) => {
9752
8951
  readonly classes: {
9753
8952
  root: string;
9754
8953
  labelContainer: string;
@@ -9761,20 +8960,18 @@ declare const useClasses_57: (classesProp?: Partial<Record<"label" | "icon" | "i
9761
8960
  hasSuggestions: string;
9762
8961
  suggestionsContainer: string;
9763
8962
  suggestionList: string;
9764
- inputExtension: string;
9765
8963
  input: string;
9766
8964
  inputRoot: string;
9767
8965
  inputRootFocused: string;
9768
8966
  inputRootDisabled: string;
9769
8967
  inputRootMultiline: string;
9770
- inputBorderContainer: string;
9771
8968
  error: string;
9772
8969
  };
9773
8970
  readonly css: any;
9774
8971
  readonly cx: (...args: any) => string;
9775
8972
  };
9776
8973
 
9777
- declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
8974
+ declare const useClasses_57: (classesProp?: Partial<Record<"root" | "sortDropdown", string>>, addStatic?: boolean) => {
9778
8975
  readonly classes: {
9779
8976
  root: string;
9780
8977
  sortDropdown: string;
@@ -9783,7 +8980,7 @@ declare const useClasses_58: (classesProp?: Partial<Record<"root" | "sortDropdow
9783
8980
  readonly cx: (...args: any) => string;
9784
8981
  };
9785
8982
 
9786
- 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) => {
8983
+ 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) => {
9787
8984
  readonly classes: {
9788
8985
  root: string;
9789
8986
  labelContainer: string;
@@ -9807,26 +9004,7 @@ declare const useClasses_59: (classesProp?: Partial<Record<"dropdown" | "label"
9807
9004
  readonly cx: (...args: any) => string;
9808
9005
  };
9809
9006
 
9810
- declare const useClasses_6: (classesProp?: Partial<Record<"condensed" | "separator" | "disabled" | "selected" | "root" | "focus" | "endAdornment" | "startAdornment" | "interactive" | "gutters" | "withStartAdornment" | "withEndAdornment", string>>, addStatic?: boolean) => {
9811
- readonly classes: {
9812
- root: string;
9813
- focus: string;
9814
- gutters: string;
9815
- condensed: string;
9816
- interactive: string;
9817
- selected: string;
9818
- disabled: string;
9819
- startAdornment: string;
9820
- endAdornment: string;
9821
- withStartAdornment: string;
9822
- withEndAdornment: string;
9823
- separator: string;
9824
- };
9825
- readonly css: any;
9826
- readonly cx: (...args: any) => string;
9827
- };
9828
-
9829
- declare const useClasses_60: (classesProp?: Partial<Record<"virtualized" | "selectAll" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer", string>>, addStatic?: boolean) => {
9007
+ declare const useClasses_59: (classesProp?: Partial<Record<"virtualized" | "dropdownListContainer" | "rootList" | "searchContainer" | "listBorderDown" | "listContainer" | "selectAll", string>>, addStatic?: boolean) => {
9830
9008
  readonly classes: {
9831
9009
  rootList: string;
9832
9010
  dropdownListContainer: string;
@@ -9840,7 +9018,18 @@ declare const useClasses_60: (classesProp?: Partial<Record<"virtualized" | "sele
9840
9018
  readonly cx: (...args: any) => string;
9841
9019
  };
9842
9020
 
9843
- 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) => {
9021
+ declare const useClasses_6: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9022
+ readonly classes: {
9023
+ root: string;
9024
+ counterDisabled: string;
9025
+ gutter: string;
9026
+ overloaded: string;
9027
+ };
9028
+ readonly css: any;
9029
+ readonly cx: (...args: any) => string;
9030
+ };
9031
+
9032
+ 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) => {
9844
9033
  readonly classes: {
9845
9034
  root: string;
9846
9035
  actionContainer: string;
@@ -9864,19 +9053,16 @@ declare const useClasses_61: (classesProp?: Partial<Record<"dropdown" | "contain
9864
9053
  readonly cx: (...args: any) => string;
9865
9054
  };
9866
9055
 
9867
- declare const useClasses_62: (classesProp?: Partial<Record<"root" | "fullscreen" | "messageContainer" | "textWithIcon" | "titleText", string>>, addStatic?: boolean) => {
9056
+ declare const useClasses_61: (classesProp?: Partial<Record<"root" | "fullScreen", string>>, addStatic?: boolean) => {
9868
9057
  readonly classes: {
9869
9058
  root: string;
9870
- fullscreen: string;
9871
- messageContainer: string;
9872
- textWithIcon: string;
9873
- titleText: string;
9059
+ fullScreen: string;
9874
9060
  };
9875
9061
  readonly css: any;
9876
9062
  readonly cx: (...args: any) => string;
9877
9063
  };
9878
9064
 
9879
- declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9065
+ declare const useClasses_62: (classesProp?: Partial<Record<"root" | "textContent", string>>, addStatic?: boolean) => {
9880
9066
  readonly classes: {
9881
9067
  root: string;
9882
9068
  textContent: string;
@@ -9885,7 +9071,7 @@ declare const useClasses_63: (classesProp?: Partial<Record<"root" | "textContent
9885
9071
  readonly cx: (...args: any) => string;
9886
9072
  };
9887
9073
 
9888
- declare const useClasses_64: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
9074
+ declare const useClasses_63: (classesProp?: Partial<Record<"spacing" | "root" | "fullscreen", string>>, addStatic?: boolean) => {
9889
9075
  readonly classes: {
9890
9076
  root: string;
9891
9077
  fullscreen: string;
@@ -9895,12 +9081,12 @@ declare const useClasses_64: (classesProp?: Partial<Record<"spacing" | "root" |
9895
9081
  readonly cx: (...args: any) => string;
9896
9082
  };
9897
9083
 
9898
- declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "background" | "root" | "error" | "success" | "fullscreen" | "closeButton" | "paper" | "fullHeight" | "statusBar", string>>, addStatic?: boolean) => {
9084
+ declare const useClasses_64: (classesProp?: Partial<Record<"warning" | "background" | "error" | "root" | "success" | "fullScreen" | "paper" | "fullHeight" | "closeButton" | "statusBar", string>>, addStatic?: boolean) => {
9899
9085
  readonly classes: {
9900
9086
  root: string;
9901
9087
  background: string;
9902
9088
  paper: string;
9903
- fullscreen: string;
9089
+ fullScreen: string;
9904
9090
  fullHeight: string;
9905
9091
  closeButton: string;
9906
9092
  statusBar: string;
@@ -9912,11 +9098,10 @@ declare const useClasses_65: (classesProp?: Partial<Record<"warning" | "backgrou
9912
9098
  readonly cx: (...args: any) => string;
9913
9099
  };
9914
9100
 
9915
- declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "radio" | "icon" | "root" | "radioRoot", string>>, addStatic?: boolean) => {
9101
+ declare const useClasses_65: (classesProp?: Partial<Record<"horizontal" | "radio" | "icon" | "root", string>>, addStatic?: boolean) => {
9916
9102
  readonly classes: {
9917
9103
  root: string;
9918
9104
  horizontal: string;
9919
- radioRoot: string;
9920
9105
  radio: string;
9921
9106
  icon: string;
9922
9107
  };
@@ -9924,7 +9109,7 @@ declare const useClasses_66: (classesProp?: Partial<Record<"horizontal" | "radio
9924
9109
  readonly cx: (...args: any) => string;
9925
9110
  };
9926
9111
 
9927
- declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "root" | "group" | "error" | "invalid", string>>, addStatic?: boolean) => {
9112
+ declare const useClasses_66: (classesProp?: Partial<Record<"vertical" | "horizontal" | "label" | "error" | "group" | "root" | "invalid", string>>, addStatic?: boolean) => {
9928
9113
  readonly classes: {
9929
9114
  root: string;
9930
9115
  label: string;
@@ -9938,7 +9123,7 @@ declare const useClasses_67: (classesProp?: Partial<Record<"vertical" | "horizon
9938
9123
  readonly cx: (...args: any) => string;
9939
9124
  };
9940
9125
 
9941
- declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root" | "closeButton" | "paper", string>>, addStatic?: boolean) => {
9126
+ declare const useClasses_67: (classesProp?: Partial<Record<"background" | "root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
9942
9127
  readonly classes: {
9943
9128
  root: string;
9944
9129
  paper: string;
@@ -9949,7 +9134,7 @@ declare const useClasses_68: (classesProp?: Partial<Record<"background" | "root"
9949
9134
  readonly cx: (...args: any) => string;
9950
9135
  };
9951
9136
 
9952
- declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "iconContainer" | "messageContainer" | "containerMessageOnly" | "titleContainer" | "textContainer", string>>, addStatic?: boolean) => {
9137
+ declare const useClasses_68: (classesProp?: Partial<Record<"container" | "root" | "actionContainer" | "messageContainer" | "iconContainer" | "containerMessageOnly" | "titleContainer" | "textContainer", string>>, addStatic?: boolean) => {
9953
9138
  readonly classes: {
9954
9139
  root: string;
9955
9140
  container: string;
@@ -9964,27 +9149,26 @@ declare const useClasses_69: (classesProp?: Partial<Record<"container" | "root"
9964
9149
  readonly cx: (...args: any) => string;
9965
9150
  };
9966
9151
 
9967
- declare const useClasses_7: (classesProp?: Partial<Record<"root" | "counterDisabled" | "gutter" | "overloaded", string>>, addStatic?: boolean) => {
9152
+ declare const useClasses_69: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9968
9153
  readonly classes: {
9969
- root: string;
9970
- counterDisabled: string;
9971
- gutter: string;
9972
- overloaded: string;
9154
+ previewButton: string;
9155
+ overlay: string;
9973
9156
  };
9974
9157
  readonly css: any;
9975
9158
  readonly cx: (...args: any) => string;
9976
9159
  };
9977
9160
 
9978
- declare const useClasses_70: (classesProp?: Partial<Record<"overlay" | "previewButton", string>>, addStatic?: boolean) => {
9161
+ declare const useClasses_7: (classesProp?: Partial<Record<"disabled" | "root" | "hideIcon", string>>, addStatic?: boolean) => {
9979
9162
  readonly classes: {
9980
- previewButton: string;
9981
- overlay: string;
9163
+ root: string;
9164
+ hideIcon: string;
9165
+ disabled: string;
9982
9166
  };
9983
9167
  readonly css: any;
9984
9168
  readonly cx: (...args: any) => string;
9985
9169
  };
9986
9170
 
9987
- declare const useClasses_71: (classesProp?: Partial<Record<"icon" | "progressbar" | "root" | "removeButton" | "progressbarContainer" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer" | "fail", string>>, addStatic?: boolean) => {
9171
+ declare const useClasses_70: (classesProp?: Partial<Record<"icon" | "progressbar" | "root" | "removeButton" | "progressbarContainer" | "progressbarBack" | "nameText" | "progressTextContainer" | "previewContainer" | "fail", string>>, addStatic?: boolean) => {
9988
9172
  readonly classes: {
9989
9173
  root: string;
9990
9174
  progressbar: string;
@@ -10001,7 +9185,7 @@ declare const useClasses_71: (classesProp?: Partial<Record<"icon" | "progressbar
10001
9185
  readonly cx: (...args: any) => string;
10002
9186
  };
10003
9187
 
10004
- declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9188
+ declare const useClasses_71: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10005
9189
  readonly classes: {
10006
9190
  root: string;
10007
9191
  };
@@ -10009,7 +9193,7 @@ declare const useClasses_72: (classesProp?: Partial<Record<"root", string>>, add
10009
9193
  readonly cx: (...args: any) => string;
10010
9194
  };
10011
9195
 
10012
- declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" | "dropZoneLabelsGroup" | "dragAction" | "dropZoneContainerDisabled" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
9196
+ declare const useClasses_72: (classesProp?: Partial<Record<"dropZoneContainer" | "dropZoneLabelsGroup" | "dragAction" | "dropZoneContainerDisabled" | "inputArea" | "dropArea" | "dropZoneAreaLabels" | "dropZoneAreaIcon" | "dropZoneLabel" | "dragText" | "selectFilesText", string>>, addStatic?: boolean) => {
10013
9197
  readonly classes: {
10014
9198
  dropZoneContainer: string;
10015
9199
  dropZoneLabelsGroup: string;
@@ -10027,7 +9211,7 @@ declare const useClasses_73: (classesProp?: Partial<Record<"dropZoneContainer" |
10027
9211
  readonly cx: (...args: any) => string;
10028
9212
  };
10029
9213
 
10030
- declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "error" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
9214
+ declare const useClasses_73: (classesProp?: Partial<Record<"label" | "error" | "root" | "description" | "labelContainer", string>>, addStatic?: boolean) => {
10031
9215
  readonly classes: {
10032
9216
  root: string;
10033
9217
  label: string;
@@ -10039,7 +9223,7 @@ declare const useClasses_74: (classesProp?: Partial<Record<"label" | "root" | "e
10039
9223
  readonly cx: (...args: any) => string;
10040
9224
  };
10041
9225
 
10042
- declare const useClasses_75: (classesProp?: Partial<Record<"dropdown" | "space" | "header" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "actionBar" | "applyButton", string>>, addStatic?: boolean) => {
9226
+ declare const useClasses_74: (classesProp?: Partial<Record<"dropdown" | "space" | "header" | "root" | "panel" | "baseDropdownSelection" | "rightSidePanel" | "leftSidePanel" | "actionBar" | "applyButton", string>>, addStatic?: boolean) => {
10043
9227
  readonly classes: {
10044
9228
  dropdown: string;
10045
9229
  panel: string;
@@ -10056,7 +9240,7 @@ declare const useClasses_75: (classesProp?: Partial<Record<"dropdown" | "space"
10056
9240
  readonly cx: (...args: any) => string;
10057
9241
  };
10058
9242
 
10059
- declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "separator" | "root" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
9243
+ declare const useClasses_75: (classesProp?: Partial<Record<"name" | "small" | "separator" | "root" | "rightContainer" | "copyright", string>>, addStatic?: boolean) => {
10060
9244
  readonly classes: {
10061
9245
  root: string;
10062
9246
  name: string;
@@ -10069,7 +9253,7 @@ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "small" | "s
10069
9253
  readonly cx: (...args: any) => string;
10070
9254
  };
10071
9255
 
10072
- declare const useClasses_77: (classesProp?: Partial<Record<"name" | "section" | "root" | "actions" | "wrapper" | "positionSticky" | "positionFixed" | "global" | "globalSectionArea" | "globalWrapperComplement" | "backButton" | "sectionName", string>>, addStatic?: boolean) => {
9256
+ declare const useClasses_76: (classesProp?: Partial<Record<"name" | "section" | "root" | "actions" | "backButton" | "wrapper" | "positionSticky" | "positionFixed" | "global", string>>, addStatic?: boolean) => {
10073
9257
  readonly classes: {
10074
9258
  root: string;
10075
9259
  positionSticky: string;
@@ -10077,18 +9261,15 @@ declare const useClasses_77: (classesProp?: Partial<Record<"name" | "section" |
10077
9261
  global: string;
10078
9262
  section: string;
10079
9263
  wrapper: string;
10080
- globalSectionArea: string;
10081
- globalWrapperComplement: string;
10082
9264
  backButton: string;
10083
9265
  name: string;
10084
- sectionName: string;
10085
9266
  actions: string;
10086
9267
  };
10087
9268
  readonly css: any;
10088
9269
  readonly cx: (...args: any) => string;
10089
9270
  };
10090
9271
 
10091
- 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) => {
9272
+ 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) => {
10092
9273
  readonly classes: {
10093
9274
  root: string;
10094
9275
  container: string;
@@ -10128,32 +9309,25 @@ declare const useClasses_78: (classesProp?: Partial<Record<"container" | "root"
10128
9309
  readonly cx: (...args: any) => string;
10129
9310
  };
10130
9311
 
10131
- declare const useClasses_79: (classesProp?: Partial<Record<"backgroundColor" | "header" | "fixed" | "root", string>>, addStatic?: boolean) => {
9312
+ declare const useClasses_78: (classesProp?: Partial<Record<"header" | "fixed" | "root", string>>, addStatic?: boolean) => {
10132
9313
  readonly classes: {
10133
9314
  root: string;
10134
9315
  header: string;
10135
9316
  fixed: string;
10136
- backgroundColor: string;
10137
9317
  };
10138
9318
  readonly css: any;
10139
9319
  readonly cx: (...args: any) => string;
10140
9320
  };
10141
9321
 
10142
- declare const useClasses_8: (classesProp?: Partial<Record<"icon" | "disabled" | "root" | "adornment" | "adornmentIcon" | "hideIcon" | "adornmentButton", string>>, addStatic?: boolean) => {
9322
+ declare const useClasses_79: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10143
9323
  readonly classes: {
10144
9324
  root: string;
10145
- icon: string;
10146
- adornment: string;
10147
- adornmentIcon: string;
10148
- hideIcon: string;
10149
- adornmentButton: string;
10150
- disabled: string;
10151
9325
  };
10152
9326
  readonly css: any;
10153
9327
  readonly cx: (...args: any) => string;
10154
9328
  };
10155
9329
 
10156
- declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9330
+ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10157
9331
  readonly classes: {
10158
9332
  root: string;
10159
9333
  };
@@ -10161,7 +9335,7 @@ declare const useClasses_80: (classesProp?: Partial<Record<"root", string>>, add
10161
9335
  readonly cx: (...args: any) => string;
10162
9336
  };
10163
9337
 
10164
- declare const useClasses_81: (classesProp?: Partial<Record<"separator" | "root" | "brandName", string>>, addStatic?: boolean) => {
9338
+ declare const useClasses_80: (classesProp?: Partial<Record<"separator" | "root" | "brandName", string>>, addStatic?: boolean) => {
10165
9339
  readonly classes: {
10166
9340
  root: string;
10167
9341
  separator: string;
@@ -10171,7 +9345,7 @@ declare const useClasses_81: (classesProp?: Partial<Record<"separator" | "root"
10171
9345
  readonly cx: (...args: any) => string;
10172
9346
  };
10173
9347
 
10174
- declare const useClasses_82: (classesProp?: Partial<Record<"hidden" | "menu" | "menubar" | "active" | "list" | "root", string>>, addStatic?: boolean) => {
9348
+ declare const useClasses_81: (classesProp?: Partial<Record<"hidden" | "menu" | "menubar" | "active" | "list" | "root", string>>, addStatic?: boolean) => {
10175
9349
  readonly classes: {
10176
9350
  root: string;
10177
9351
  menu: string;
@@ -10184,7 +9358,7 @@ declare const useClasses_82: (classesProp?: Partial<Record<"hidden" | "menu" | "
10184
9358
  readonly cx: (...args: any) => string;
10185
9359
  };
10186
9360
 
10187
- declare const useClasses_83: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "selected" | "root" | "item", string>>, addStatic?: boolean) => {
9361
+ declare const useClasses_82: (classesProp?: Partial<Record<"link" | "button" | "menu" | "menubar" | "selected" | "root" | "item", string>>, addStatic?: boolean) => {
10188
9362
  readonly classes: {
10189
9363
  root: string;
10190
9364
  menu: string;
@@ -10198,7 +9372,7 @@ declare const useClasses_83: (classesProp?: Partial<Record<"link" | "button" | "
10198
9372
  readonly cx: (...args: any) => string;
10199
9373
  };
10200
9374
 
10201
- declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9375
+ declare const useClasses_83: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10202
9376
  readonly classes: {
10203
9377
  root: string;
10204
9378
  };
@@ -10206,10 +9380,9 @@ declare const useClasses_84: (classesProp?: Partial<Record<"root", string>>, add
10206
9380
  readonly cx: (...args: any) => string;
10207
9381
  };
10208
9382
 
10209
- declare const useClasses_85: (classesProp?: Partial<Record<"text" | "button" | "icon" | "input" | "root" | "inputBorderContainer" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
9383
+ declare const useClasses_84: (classesProp?: Partial<Record<"text" | "button" | "icon" | "input" | "root" | "inputRoot" | "largeText" | "textEmpty" | "iconVisible", string>>, addStatic?: boolean) => {
10210
9384
  readonly classes: {
10211
9385
  root: string;
10212
- inputBorderContainer: string;
10213
9386
  input: string;
10214
9387
  inputRoot: string;
10215
9388
  text: string;
@@ -10223,32 +9396,7 @@ declare const useClasses_85: (classesProp?: Partial<Record<"text" | "button" | "
10223
9396
  readonly cx: (...args: any) => string;
10224
9397
  };
10225
9398
 
10226
- declare const useClasses_86: (classesProp?: Partial<Record<"root" | "visualIndicatorContainer" | "comparisons" | "comparisonContainer" | "comparisonComposition" | "indicatorsContainer" | "indicatorText" | "indicatorUnit" | "spacingToTheRight" | "trendLine", string>>, addStatic?: boolean) => {
10227
- readonly classes: {
10228
- root: string;
10229
- visualIndicatorContainer: string;
10230
- comparisons: string;
10231
- comparisonContainer: string;
10232
- comparisonComposition: string;
10233
- indicatorsContainer: string;
10234
- indicatorText: string;
10235
- indicatorUnit: string;
10236
- spacingToTheRight: string;
10237
- trendLine: string;
10238
- };
10239
- readonly css: any;
10240
- readonly cx: (...args: any) => string;
10241
- };
10242
-
10243
- declare const useClasses_87: (classesProp?: Partial<Record<"a", string>>, addStatic?: boolean) => {
10244
- readonly classes: {
10245
- a: string;
10246
- };
10247
- readonly css: any;
10248
- readonly cx: (...args: any) => string;
10249
- };
10250
-
10251
- declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
9399
+ declare const useClasses_85: (classesProp?: Partial<Record<"link" | "root" | "item" | "virtualizedRoot" | "selectorRoot" | "selectorContainer" | "box" | "truncate" | "itemSelector" | "selectAllSelector", string>>, addStatic?: boolean) => {
10252
9400
  readonly classes: {
10253
9401
  root: string;
10254
9402
  virtualizedRoot: string;
@@ -10265,7 +9413,7 @@ declare const useClasses_88: (classesProp?: Partial<Record<"link" | "root" | "it
10265
9413
  readonly cx: (...args: any) => string;
10266
9414
  };
10267
9415
 
10268
- declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" | "small" | "hidden" | "root" | "blur" | "regular" | "barContainer" | "loadingBar" | "smallColor" | "regularColor", string>>, addStatic?: boolean) => {
9416
+ declare const useClasses_86: (classesProp?: Partial<Record<"overlay" | "label" | "hidden" | "root" | "blur" | "barContainer" | "loadingBar", string>>, addStatic?: boolean) => {
10269
9417
  readonly classes: {
10270
9418
  root: string;
10271
9419
  barContainer: string;
@@ -10274,24 +9422,12 @@ declare const useClasses_89: (classesProp?: Partial<Record<"overlay" | "label" |
10274
9422
  overlay: string;
10275
9423
  blur: string;
10276
9424
  hidden: string;
10277
- small: string;
10278
- regular: string;
10279
- smallColor: string;
10280
- regularColor: string;
10281
- };
10282
- readonly css: any;
10283
- readonly cx: (...args: any) => string;
10284
- };
10285
-
10286
- declare const useClasses_9: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10287
- readonly classes: {
10288
- root: string;
10289
9425
  };
10290
9426
  readonly css: any;
10291
9427
  readonly cx: (...args: any) => string;
10292
9428
  };
10293
9429
 
10294
- declare const useClasses_90: (classesProp?: Partial<Record<"loading" | "root", string>>, addStatic?: boolean) => {
9430
+ declare const useClasses_87: (classesProp?: Partial<Record<"loading" | "root", string>>, addStatic?: boolean) => {
10295
9431
  readonly classes: {
10296
9432
  root: string;
10297
9433
  loading: string;
@@ -10300,7 +9436,7 @@ declare const useClasses_90: (classesProp?: Partial<Record<"loading" | "root", s
10300
9436
  readonly cx: (...args: any) => string;
10301
9437
  };
10302
9438
 
10303
- declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
9439
+ declare const useClasses_88: (classesProp?: Partial<Record<"root" | "formContainer", string>>, addStatic?: boolean) => {
10304
9440
  readonly classes: {
10305
9441
  root: string;
10306
9442
  formContainer: string;
@@ -10309,7 +9445,7 @@ declare const useClasses_91: (classesProp?: Partial<Record<"root" | "formContain
10309
9445
  readonly cx: (...args: any) => string;
10310
9446
  };
10311
9447
 
10312
- 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) => {
9448
+ declare const useClasses_89: (classesProp?: Partial<Record<"vertical" | "button" | "multiple" | "selected" | "root" | "splitGroup" | "splitGroupDisabled" | "firstButton" | "lastButton", string>>, addStatic?: boolean) => {
10313
9449
  readonly classes: {
10314
9450
  root: string;
10315
9451
  multiple: string;
@@ -10320,18 +9456,22 @@ declare const useClasses_92: (classesProp?: Partial<Record<"primary" | "primaryS
10320
9456
  vertical: string;
10321
9457
  firstButton: string;
10322
9458
  lastButton: string;
10323
- primary: string;
10324
- primarySubtle: string;
10325
- primaryGhost: string;
10326
- secondary: string;
10327
- secondarySubtle: string;
10328
- secondaryGhost: string;
10329
9459
  };
10330
9460
  readonly css: any;
10331
9461
  readonly cx: (...args: any) => string;
10332
9462
  };
10333
9463
 
10334
- declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
9464
+ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "labelDisabled" | "childGutter", string>>, addStatic?: boolean) => {
9465
+ readonly classes: {
9466
+ root: string;
9467
+ labelDisabled: string;
9468
+ childGutter: string;
9469
+ };
9470
+ readonly css: any;
9471
+ readonly cx: (...args: any) => string;
9472
+ };
9473
+
9474
+ declare const useClasses_90: (classesProp?: Partial<Record<"tooltipData" | "tooltipAnchor" | "tooltipAnchorParagraph", string>>, addStatic?: boolean) => {
10335
9475
  readonly classes: {
10336
9476
  tooltipData: string;
10337
9477
  tooltipAnchor: string;
@@ -10341,25 +9481,17 @@ declare const useClasses_93: (classesProp?: Partial<Record<"tooltipData" | "tool
10341
9481
  readonly cx: (...args: any) => string;
10342
9482
  };
10343
9483
 
10344
- declare const useClasses_94: (classesProp?: Partial<Record<"color" | "tooltip" | "values" | "separator" | "title" | "root" | "popper" | "tooltipMulti" | "valuesContainer" | "separatorColor" | "valueWrapper", string>>, addStatic?: boolean) => {
9484
+ declare const useClasses_91: (classesProp?: Partial<Record<"tooltip" | "root" | "popper", string>>, addStatic?: boolean) => {
10345
9485
  readonly classes: {
10346
9486
  root: string;
10347
9487
  tooltip: string;
10348
9488
  popper: string;
10349
- tooltipMulti: string;
10350
- title: string;
10351
- valuesContainer: string;
10352
- values: string;
10353
- color: string;
10354
- separatorColor: string;
10355
- separator: string;
10356
- valueWrapper: string;
10357
9489
  };
10358
9490
  readonly css: any;
10359
9491
  readonly cx: (...args: any) => string;
10360
9492
  };
10361
9493
 
10362
- declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
9494
+ declare const useClasses_92: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
10363
9495
  readonly classes: {
10364
9496
  root: string;
10365
9497
  };
@@ -10367,7 +9499,7 @@ declare const useClasses_95: (classesProp?: Partial<Record<"root", string>>, add
10367
9499
  readonly cx: (...args: any) => string;
10368
9500
  };
10369
9501
 
10370
- declare const useClasses_96: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
9502
+ declare const useClasses_93: (classesProp?: Partial<Record<"progress" | "root" | "progressBar" | "progressBarLabel" | "progressContainer" | "progressDone" | "progressBarContainer" | "progressError", string>>, addStatic?: boolean) => {
10371
9503
  readonly classes: {
10372
9504
  root: string;
10373
9505
  progress: string;
@@ -10382,7 +9514,7 @@ declare const useClasses_96: (classesProp?: Partial<Record<"progress" | "root" |
10382
9514
  readonly cx: (...args: any) => string;
10383
9515
  };
10384
9516
 
10385
- 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) => {
9517
+ 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) => {
10386
9518
  readonly classes: {
10387
9519
  root: string;
10388
9520
  topGroup: string;
@@ -10406,7 +9538,7 @@ declare const useClasses_97: (classesProp?: Partial<Record<"root" | "removeButto
10406
9538
  readonly cx: (...args: any) => string;
10407
9539
  };
10408
9540
 
10409
- declare const useClasses_98: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "radio" | "disabled" | "checked" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
9541
+ declare const useClasses_95: (classesProp?: Partial<Record<"left" | "right" | "container" | "label" | "semantic" | "radio" | "disabled" | "checked" | "root" | "focusVisible" | "invalidContainer" | "invalidRadio", string>>, addStatic?: boolean) => {
10410
9542
  readonly classes: {
10411
9543
  root: string;
10412
9544
  container: string;
@@ -10425,7 +9557,7 @@ declare const useClasses_98: (classesProp?: Partial<Record<"left" | "right" | "c
10425
9557
  readonly cx: (...args: any) => string;
10426
9558
  };
10427
9559
 
10428
- declare const useClasses_99: (classesProp?: Partial<Record<"text" | "button" | "selected" | "root" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
9560
+ declare const useClasses_96: (classesProp?: Partial<Record<"text" | "button" | "selected" | "root" | "bullet" | "bulletSelected", string>>, addStatic?: boolean) => {
10429
9561
  readonly classes: {
10430
9562
  root: string;
10431
9563
  button: string;
@@ -10438,6 +9570,39 @@ declare const useClasses_99: (classesProp?: Partial<Record<"text" | "button" | "
10438
9570
  readonly cx: (...args: any) => string;
10439
9571
  };
10440
9572
 
9573
+ declare const useClasses_97: (classesProp?: Partial<Record<"root" | "item" | "itemSelected" | "positionSticky" | "positionFixed", string>>, addStatic?: boolean) => {
9574
+ readonly classes: {
9575
+ root: string;
9576
+ positionSticky: string;
9577
+ positionFixed: string;
9578
+ item: string;
9579
+ itemSelected: string;
9580
+ };
9581
+ readonly css: any;
9582
+ readonly cx: (...args: any) => string;
9583
+ };
9584
+
9585
+ declare const useClasses_98: (classesProp?: Partial<Record<"button" | "icon" | "root" | "notSelected", string>>, addStatic?: boolean) => {
9586
+ readonly classes: {
9587
+ root: string;
9588
+ icon: string;
9589
+ notSelected: string;
9590
+ button: string;
9591
+ };
9592
+ readonly css: any;
9593
+ readonly cx: (...args: any) => string;
9594
+ };
9595
+
9596
+ declare const useClasses_99: (classesProp?: Partial<Record<"root" | "positionFixed" | "positionAbsolute", string>>, addStatic?: boolean) => {
9597
+ readonly classes: {
9598
+ root: string;
9599
+ positionAbsolute: string;
9600
+ positionFixed: string;
9601
+ };
9602
+ readonly css: any;
9603
+ readonly cx: (...args: any) => string;
9604
+ };
9605
+
10441
9606
  export declare const useClickOutside: <T extends HTMLElement = HTMLElement>(ref: React.RefObject<T | null>, handler: (event: HvClickOutsideEvent) => void) => void;
10442
9607
 
10443
9608
  export declare const useComputation: (valueFn: Function, valueFallback?: Function) => (Function | undefined)[];
@@ -10448,7 +9613,7 @@ export { useCss }
10448
9613
 
10449
9614
  export { useDefaultProps }
10450
9615
 
10451
- export declare const useEnhancedEffect: typeof useLayoutEffect;
9616
+ export declare const useEnhancedEffect: typeof useEffect;
10452
9617
 
10453
9618
  export declare type UseFiltersProps = (<D extends object = Record<string, unknown>>(hooks: Hooks<D>) => void) & {
10454
9619
  pluginName: string;
@@ -10467,13 +9632,13 @@ export declare interface UseHvBulkActionsHooks<D extends object> {
10467
9632
  }
10468
9633
 
10469
9634
  export declare interface UseHvBulkActionsTableInstanceProps<D extends object> {
10470
- getHvBulkActionsProps: (propGetter?: HvBulkActionsPropGetter<D>) => HvTAbleBulkActionsProps;
9635
+ getHvBulkActionsProps: (propGetter?: HvBulkActionsPropGetter<D>) => HvTableBulkActionsProps;
10471
9636
  invertedToggleAllRowsSelected: () => void;
10472
9637
  }
10473
9638
 
10474
9639
  export declare type UseHvBulkActionsTableOptions = {
10475
9640
  /** Controls whether the "Select all" should _select_ or _unselect_ the rows, in a partial selection state. */
10476
- aditivePageBulkSelection?: boolean;
9641
+ additivePageBulkSelection?: boolean;
10477
9642
  /** Controls whether _only the current page_ or _all pages_ should be unselected */
10478
9643
  subtractivePageBulkDeselection?: boolean;
10479
9644
  showSelectAllPages?: boolean;
@@ -10760,7 +9925,7 @@ export declare type UseRowStateProps = (<D extends object = Record<string, unkno
10760
9925
  pluginName: string;
10761
9926
  };
10762
9927
 
10763
- export declare function useSavedState<T>(defaultState: T): readonly [T | undefined, (value?: T, save?: boolean) => void, () => void, T | undefined, T];
9928
+ export declare function useSavedState<T>(defaultState: T): readonly [T | undefined, (value?: T, save?: boolean) => void, () => void, T | undefined];
10764
9929
 
10765
9930
  export declare const useSelectionPath: (data: HvHeaderNavigationItemProp[], selectedId?: string) => string[];
10766
9931
 
@@ -10865,21 +10030,16 @@ declare interface UseTreeViewSelectionParameters<Multiple extends boolean | unde
10865
10030
  onNodeSelect?: (event: React_2.SyntheticEvent, nodeIds: Exclude<TreeViewSelectionValue<Multiple>, null>) => void;
10866
10031
  }
10867
10032
 
10868
- export declare const useUniqueId: (deterministicId?: string,
10869
- /**
10870
- * @deprecated
10871
- * Users should pick between a fully deterministic or fully generated id
10872
- * @example
10873
- * useUniqueId(setId(idPrefix, deterministicId))
10874
- * */
10875
- idPrefix?: string) => string;
10033
+ export declare const useUniqueId: (deterministicId?: string) => string;
10876
10034
 
10877
- export declare const useWidth: () => Breakpoint_2;
10035
+ export declare const useWidth: () => Breakpoint;
10878
10036
 
10879
10037
  declare type ValueOf<T> = T[keyof T];
10880
10038
 
10881
10039
  declare type ValueRenderer = React.FC<HvQueryBuilderRendererProps> | Record<string, React.FC<HvQueryBuilderRendererProps>>;
10882
10040
 
10041
+ declare type Variant = "contained" | "subtle" | "ghost";
10042
+
10883
10043
  export declare const verticalNavigationClasses: {
10884
10044
  root: string;
10885
10045
  collapsed: string;
@@ -10936,7 +10096,6 @@ export declare const verticalScrollListItemClasses: {
10936
10096
  root: string;
10937
10097
  icon: string;
10938
10098
  notSelected: string;
10939
- text: string;
10940
10099
  button: string;
10941
10100
  };
10942
10101