@hitachivantara/uikit-react-core 5.106.1 → 6.0.0-next.1

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