@salt-ds/lab 1.0.0-alpha.10 → 1.0.0-alpha.101

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 (2035) hide show
  1. package/CHANGELOG.md +3904 -0
  2. package/css/salt-lab.css +3267 -0
  3. package/dist-cjs/app-header/AppHeader.css.js +1 -1
  4. package/dist-cjs/app-header/AppHeader.js +22 -18
  5. package/dist-cjs/app-header/AppHeader.js.map +1 -1
  6. package/dist-cjs/breadcrumbs/Breadcrumb.js +49 -49
  7. package/dist-cjs/breadcrumbs/Breadcrumb.js.map +1 -1
  8. package/dist-cjs/breadcrumbs/Breadcrumbs.js +49 -50
  9. package/dist-cjs/breadcrumbs/Breadcrumbs.js.map +1 -1
  10. package/dist-cjs/breadcrumbs/internal/BreadcrumbsCollapsed.js +32 -31
  11. package/dist-cjs/breadcrumbs/internal/BreadcrumbsCollapsed.js.map +1 -1
  12. package/dist-cjs/breadcrumbs/internal/BreadcrumbsContext.js +3 -5
  13. package/dist-cjs/breadcrumbs/internal/BreadcrumbsContext.js.map +1 -1
  14. package/dist-cjs/breadcrumbs/internal/BreadcrumbsSeparator.js +1 -5
  15. package/dist-cjs/breadcrumbs/internal/BreadcrumbsSeparator.js.map +1 -1
  16. package/dist-cjs/breadcrumbs/internal/useFocusMenuRemount.js +4 -6
  17. package/dist-cjs/breadcrumbs/internal/useFocusMenuRemount.js.map +1 -1
  18. package/dist-cjs/breadcrumbs-next/BreadcrumbNext.css.js +6 -0
  19. package/dist-cjs/breadcrumbs-next/BreadcrumbNext.css.js.map +1 -0
  20. package/dist-cjs/breadcrumbs-next/BreadcrumbNext.js +99 -0
  21. package/dist-cjs/breadcrumbs-next/BreadcrumbNext.js.map +1 -0
  22. package/dist-cjs/breadcrumbs-next/BreadcrumbNextLabel.js +21 -0
  23. package/dist-cjs/breadcrumbs-next/BreadcrumbNextLabel.js.map +1 -0
  24. package/dist-cjs/breadcrumbs-next/BreadcrumbNextTrigger.js +48 -0
  25. package/dist-cjs/breadcrumbs-next/BreadcrumbNextTrigger.js.map +1 -0
  26. package/dist-cjs/breadcrumbs-next/BreadcrumbsNext.css.js +6 -0
  27. package/dist-cjs/breadcrumbs-next/BreadcrumbsNext.css.js.map +1 -0
  28. package/dist-cjs/breadcrumbs-next/BreadcrumbsNext.js +146 -0
  29. package/dist-cjs/breadcrumbs-next/BreadcrumbsNext.js.map +1 -0
  30. package/dist-cjs/breadcrumbs-next/internal/BreadcrumbNextContext.js +12 -0
  31. package/dist-cjs/breadcrumbs-next/internal/BreadcrumbNextContext.js.map +1 -0
  32. package/dist-cjs/breadcrumbs-next/internal/BreadcrumbOverflowDisclosure.js +236 -0
  33. package/dist-cjs/breadcrumbs-next/internal/BreadcrumbOverflowDisclosure.js.map +1 -0
  34. package/dist-cjs/breadcrumbs-next/internal/breadcrumbItems.js +21 -0
  35. package/dist-cjs/breadcrumbs-next/internal/breadcrumbItems.js.map +1 -0
  36. package/dist-cjs/button-bar/ButtonBar.js +36 -45
  37. package/dist-cjs/button-bar/ButtonBar.js.map +1 -1
  38. package/dist-cjs/button-bar/OrderedButton.js +22 -21
  39. package/dist-cjs/button-bar/OrderedButton.js.map +1 -1
  40. package/dist-cjs/button-bar/internal/ButtonBarContext.js +0 -2
  41. package/dist-cjs/button-bar/internal/ButtonBarContext.js.map +1 -1
  42. package/dist-cjs/button-bar/internal/DescendantContext.js +5 -10
  43. package/dist-cjs/button-bar/internal/DescendantContext.js.map +1 -1
  44. package/dist-cjs/button-bar/internal/useDescendant.js +3 -5
  45. package/dist-cjs/button-bar/internal/useDescendant.js.map +1 -1
  46. package/dist-cjs/button-bar/internal/useDescendants.js +2 -4
  47. package/dist-cjs/button-bar/internal/useDescendants.js.map +1 -1
  48. package/dist-cjs/cascading-menu/CascadingMenu.js +51 -47
  49. package/dist-cjs/cascading-menu/CascadingMenu.js.map +1 -1
  50. package/dist-cjs/cascading-menu/CascadingMenuItem.css.js +1 -1
  51. package/dist-cjs/cascading-menu/CascadingMenuItem.js +89 -82
  52. package/dist-cjs/cascading-menu/CascadingMenuItem.js.map +1 -1
  53. package/dist-cjs/cascading-menu/CascadingMenuList.js +71 -66
  54. package/dist-cjs/cascading-menu/CascadingMenuList.js.map +1 -1
  55. package/dist-cjs/cascading-menu/internal/CascadingMenuAction.js +0 -2
  56. package/dist-cjs/cascading-menu/internal/CascadingMenuAction.js.map +1 -1
  57. package/dist-cjs/cascading-menu/internal/keydownHandlers.js +2 -4
  58. package/dist-cjs/cascading-menu/internal/keydownHandlers.js.map +1 -1
  59. package/dist-cjs/cascading-menu/internal/menuPositioning.js +0 -2
  60. package/dist-cjs/cascading-menu/internal/menuPositioning.js.map +1 -1
  61. package/dist-cjs/cascading-menu/internal/stateUtils.js +2 -4
  62. package/dist-cjs/cascading-menu/internal/stateUtils.js.map +1 -1
  63. package/dist-cjs/cascading-menu/internal/useClickAway.js +9 -8
  64. package/dist-cjs/cascading-menu/internal/useClickAway.js.map +1 -1
  65. package/dist-cjs/cascading-menu/internal/useMenuTriggerHandlers.js +7 -7
  66. package/dist-cjs/cascading-menu/internal/useMenuTriggerHandlers.js.map +1 -1
  67. package/dist-cjs/cascading-menu/internal/useMountedRef.js +3 -5
  68. package/dist-cjs/cascading-menu/internal/useMountedRef.js.map +1 -1
  69. package/dist-cjs/cascading-menu/internal/useMouseHandlers.js +11 -14
  70. package/dist-cjs/cascading-menu/internal/useMouseHandlers.js.map +1 -1
  71. package/dist-cjs/cascading-menu/internal/useRefsManager.js +10 -10
  72. package/dist-cjs/cascading-menu/internal/useRefsManager.js.map +1 -1
  73. package/dist-cjs/cascading-menu/internal/useStateReducer.js +3 -5
  74. package/dist-cjs/cascading-menu/internal/useStateReducer.js.map +1 -1
  75. package/dist-cjs/cascading-menu/stateChangeTypes.js +0 -3
  76. package/dist-cjs/cascading-menu/stateChangeTypes.js.map +1 -1
  77. package/dist-cjs/color-chooser/AlphaInputField.js +30 -28
  78. package/dist-cjs/color-chooser/AlphaInputField.js.map +1 -1
  79. package/dist-cjs/color-chooser/Color.js +5 -11
  80. package/dist-cjs/color-chooser/Color.js.map +1 -1
  81. package/dist-cjs/color-chooser/ColorChooser.css.js +1 -1
  82. package/dist-cjs/color-chooser/ColorChooser.js +74 -82
  83. package/dist-cjs/color-chooser/ColorChooser.js.map +1 -1
  84. package/dist-cjs/color-chooser/ColorHelpers.js +6 -12
  85. package/dist-cjs/color-chooser/ColorHelpers.js.map +1 -1
  86. package/dist-cjs/color-chooser/ColorPicker.css.js +1 -1
  87. package/dist-cjs/color-chooser/ColorPicker.js +40 -56
  88. package/dist-cjs/color-chooser/ColorPicker.js.map +1 -1
  89. package/dist-cjs/color-chooser/DictTabs.js +27 -26
  90. package/dist-cjs/color-chooser/DictTabs.js.map +1 -1
  91. package/dist-cjs/color-chooser/GetColorPalettes.js +3 -5
  92. package/dist-cjs/color-chooser/GetColorPalettes.js.map +1 -1
  93. package/dist-cjs/color-chooser/HexInput.css.js +1 -1
  94. package/dist-cjs/color-chooser/HexInput.js +18 -24
  95. package/dist-cjs/color-chooser/HexInput.js.map +1 -1
  96. package/dist-cjs/color-chooser/RGBAInput.css.js +1 -1
  97. package/dist-cjs/color-chooser/RGBAInput.js +27 -42
  98. package/dist-cjs/color-chooser/RGBAInput.js.map +1 -1
  99. package/dist-cjs/color-chooser/RGBAInputField.js +20 -18
  100. package/dist-cjs/color-chooser/RGBAInputField.js.map +1 -1
  101. package/dist-cjs/color-chooser/Swatch.css.js +1 -1
  102. package/dist-cjs/color-chooser/Swatch.js +29 -19
  103. package/dist-cjs/color-chooser/Swatch.js.map +1 -1
  104. package/dist-cjs/color-chooser/Swatches.css.js +1 -1
  105. package/dist-cjs/color-chooser/Swatches.js +31 -47
  106. package/dist-cjs/color-chooser/Swatches.js.map +1 -1
  107. package/dist-cjs/color-chooser/SwatchesPicker.js +29 -23
  108. package/dist-cjs/color-chooser/SwatchesPicker.js.map +1 -1
  109. package/dist-cjs/color-chooser/color-utils.js +0 -2
  110. package/dist-cjs/color-chooser/color-utils.js.map +1 -1
  111. package/dist-cjs/color-chooser/colorMap.js +1 -2
  112. package/dist-cjs/color-chooser/colorMap.js.map +1 -1
  113. package/dist-cjs/color-chooser/createTabsMapping.js +0 -2
  114. package/dist-cjs/color-chooser/createTabsMapping.js.map +1 -1
  115. package/dist-cjs/combo-box/ComboBox.js +46 -45
  116. package/dist-cjs/combo-box/ComboBox.js.map +1 -1
  117. package/dist-cjs/combo-box/useCombobox.js +77 -70
  118. package/dist-cjs/combo-box/useCombobox.js.map +1 -1
  119. package/dist-cjs/combo-box-deprecated/ComboBox.css.js +1 -1
  120. package/dist-cjs/combo-box-deprecated/ComboBoxDeprecated.js +46 -42
  121. package/dist-cjs/combo-box-deprecated/ComboBoxDeprecated.js.map +1 -1
  122. package/dist-cjs/combo-box-deprecated/filterHelpers.js +0 -3
  123. package/dist-cjs/combo-box-deprecated/filterHelpers.js.map +1 -1
  124. package/dist-cjs/combo-box-deprecated/internal/DefaultComboBox.js +56 -62
  125. package/dist-cjs/combo-box-deprecated/internal/DefaultComboBox.js.map +1 -1
  126. package/dist-cjs/combo-box-deprecated/internal/MultiSelectComboBox.js +51 -60
  127. package/dist-cjs/combo-box-deprecated/internal/MultiSelectComboBox.js.map +1 -1
  128. package/dist-cjs/combo-box-deprecated/internal/useComboBox.js +27 -25
  129. package/dist-cjs/combo-box-deprecated/internal/useComboBox.js.map +1 -1
  130. package/dist-cjs/combo-box-deprecated/internal/useMultiSelectComboBox.js +31 -33
  131. package/dist-cjs/combo-box-deprecated/internal/useMultiSelectComboBox.js.map +1 -1
  132. package/dist-cjs/combo-box-deprecated/internal/usePopperStatus.js +2 -4
  133. package/dist-cjs/combo-box-deprecated/internal/usePopperStatus.js.map +1 -1
  134. package/dist-cjs/common-hooks/collectionProvider.js +4 -9
  135. package/dist-cjs/common-hooks/collectionProvider.js.map +1 -1
  136. package/dist-cjs/common-hooks/itemToString.js +3 -4
  137. package/dist-cjs/common-hooks/itemToString.js.map +1 -1
  138. package/dist-cjs/common-hooks/keyUtils.js +2 -4
  139. package/dist-cjs/common-hooks/keyUtils.js.map +1 -1
  140. package/dist-cjs/common-hooks/list-dom-utils.js +4 -5
  141. package/dist-cjs/common-hooks/list-dom-utils.js.map +1 -1
  142. package/dist-cjs/common-hooks/selectionTypes.js +0 -2
  143. package/dist-cjs/common-hooks/selectionTypes.js.map +1 -1
  144. package/dist-cjs/common-hooks/useCollapsibleGroups.js +38 -52
  145. package/dist-cjs/common-hooks/useCollapsibleGroups.js.map +1 -1
  146. package/dist-cjs/common-hooks/useCollectionItems.js +58 -50
  147. package/dist-cjs/common-hooks/useCollectionItems.js.map +1 -1
  148. package/dist-cjs/common-hooks/useImperativeScrollingAPI.js +17 -19
  149. package/dist-cjs/common-hooks/useImperativeScrollingAPI.js.map +1 -1
  150. package/dist-cjs/common-hooks/useKeyboardNavigation.js +91 -99
  151. package/dist-cjs/common-hooks/useKeyboardNavigation.js.map +1 -1
  152. package/dist-cjs/common-hooks/useKeyboardNavigationPanel.js +26 -24
  153. package/dist-cjs/common-hooks/useKeyboardNavigationPanel.js.map +1 -1
  154. package/dist-cjs/common-hooks/useSelection.js +23 -27
  155. package/dist-cjs/common-hooks/useSelection.js.map +1 -1
  156. package/dist-cjs/common-hooks/useTypeahead.js +9 -11
  157. package/dist-cjs/common-hooks/useTypeahead.js.map +1 -1
  158. package/dist-cjs/common-hooks/useViewportTracking.js +31 -33
  159. package/dist-cjs/common-hooks/useViewportTracking.js.map +1 -1
  160. package/dist-cjs/common-hooks/utils/collection-item-utils.js +36 -38
  161. package/dist-cjs/common-hooks/utils/collection-item-utils.js.map +1 -1
  162. package/dist-cjs/common-hooks/utils/filter-utils.js +0 -3
  163. package/dist-cjs/common-hooks/utils/filter-utils.js.map +1 -1
  164. package/dist-cjs/common-hooks/utils/isSelected.js +0 -2
  165. package/dist-cjs/common-hooks/utils/isSelected.js.map +1 -1
  166. package/dist-cjs/contact-details/ContactAction.js +12 -15
  167. package/dist-cjs/contact-details/ContactAction.js.map +1 -1
  168. package/dist-cjs/contact-details/ContactActions.js +5 -12
  169. package/dist-cjs/contact-details/ContactActions.js.map +1 -1
  170. package/dist-cjs/contact-details/ContactAvatar.js +23 -22
  171. package/dist-cjs/contact-details/ContactAvatar.js.map +1 -1
  172. package/dist-cjs/contact-details/ContactDetails.css.js +1 -1
  173. package/dist-cjs/contact-details/ContactDetails.js +19 -23
  174. package/dist-cjs/contact-details/ContactDetails.js.map +1 -1
  175. package/dist-cjs/contact-details/ContactFavoriteToggle.js +16 -15
  176. package/dist-cjs/contact-details/ContactFavoriteToggle.js.map +1 -1
  177. package/dist-cjs/contact-details/ContactMetadata.js +20 -20
  178. package/dist-cjs/contact-details/ContactMetadata.js.map +1 -1
  179. package/dist-cjs/contact-details/ContactMetadataItem.js +7 -24
  180. package/dist-cjs/contact-details/ContactMetadataItem.js.map +1 -1
  181. package/dist-cjs/contact-details/ContactPrimaryInfo.js +20 -19
  182. package/dist-cjs/contact-details/ContactPrimaryInfo.js.map +1 -1
  183. package/dist-cjs/contact-details/ContactSecondaryInfo.js +21 -22
  184. package/dist-cjs/contact-details/ContactSecondaryInfo.js.map +1 -1
  185. package/dist-cjs/contact-details/ContactTertiaryInfo.js +20 -21
  186. package/dist-cjs/contact-details/ContactTertiaryInfo.js.map +1 -1
  187. package/dist-cjs/contact-details/MailLinkComponent.js +1 -13
  188. package/dist-cjs/contact-details/MailLinkComponent.js.map +1 -1
  189. package/dist-cjs/contact-details/internal/ContactDetailsContext.js +6 -8
  190. package/dist-cjs/contact-details/internal/ContactDetailsContext.js.map +1 -1
  191. package/dist-cjs/contact-details/internal/FavoriteToggle.js +23 -22
  192. package/dist-cjs/contact-details/internal/FavoriteToggle.js.map +1 -1
  193. package/dist-cjs/contact-details/internal/FavoriteToggleWithTooltip.js +12 -13
  194. package/dist-cjs/contact-details/internal/FavoriteToggleWithTooltip.js.map +1 -1
  195. package/dist-cjs/contact-details/internal/StarIcon.js +12 -16
  196. package/dist-cjs/contact-details/internal/StarIcon.js.map +1 -1
  197. package/dist-cjs/contact-details/internal/StarIconContainer.js +31 -27
  198. package/dist-cjs/contact-details/internal/StarIconContainer.js.map +1 -1
  199. package/dist-cjs/contact-details/internal/useComponentSize.js +9 -14
  200. package/dist-cjs/contact-details/internal/useComponentSize.js.map +1 -1
  201. package/dist-cjs/content-status/ContentStatus.css.js +1 -1
  202. package/dist-cjs/content-status/ContentStatus.js +23 -40
  203. package/dist-cjs/content-status/ContentStatus.js.map +1 -1
  204. package/dist-cjs/content-status/internal/StatusIndicator.js +30 -28
  205. package/dist-cjs/content-status/internal/StatusIndicator.js.map +1 -1
  206. package/dist-cjs/deck-item/DeckItem.js +27 -24
  207. package/dist-cjs/deck-item/DeckItem.js.map +1 -1
  208. package/dist-cjs/deck-layout/DeckLayout.js +43 -40
  209. package/dist-cjs/deck-layout/DeckLayout.js.map +1 -1
  210. package/dist-cjs/dropdown/Dropdown.css.js +1 -1
  211. package/dist-cjs/dropdown/Dropdown.js +42 -37
  212. package/dist-cjs/dropdown/Dropdown.js.map +1 -1
  213. package/dist-cjs/dropdown/DropdownBase.js +46 -48
  214. package/dist-cjs/dropdown/DropdownBase.js.map +1 -1
  215. package/dist-cjs/dropdown/DropdownButton.js +48 -42
  216. package/dist-cjs/dropdown/DropdownButton.js.map +1 -1
  217. package/dist-cjs/dropdown/useClickAway.js +3 -5
  218. package/dist-cjs/dropdown/useClickAway.js.map +1 -1
  219. package/dist-cjs/dropdown/useDropdown.js +30 -22
  220. package/dist-cjs/dropdown/useDropdown.js.map +1 -1
  221. package/dist-cjs/dropdown/useDropdownBase.js +24 -29
  222. package/dist-cjs/dropdown/useDropdownBase.js.map +1 -1
  223. package/dist-cjs/editable-label/EditableLabel.js +37 -33
  224. package/dist-cjs/editable-label/EditableLabel.js.map +1 -1
  225. package/dist-cjs/form-field-context-legacy/FormFieldLegacyContext.js +0 -2
  226. package/dist-cjs/form-field-context-legacy/FormFieldLegacyContext.js.map +1 -1
  227. package/dist-cjs/form-field-context-legacy/useFormFieldLegacyProps.js +2 -4
  228. package/dist-cjs/form-field-context-legacy/useFormFieldLegacyProps.js.map +1 -1
  229. package/dist-cjs/form-field-legacy/FormActivationIndicator.css.js +1 -1
  230. package/dist-cjs/form-field-legacy/FormActivationIndicator.js +33 -42
  231. package/dist-cjs/form-field-legacy/FormActivationIndicator.js.map +1 -1
  232. package/dist-cjs/form-field-legacy/FormFieldLegacy.css.js +1 -1
  233. package/dist-cjs/form-field-legacy/FormFieldLegacy.js +64 -55
  234. package/dist-cjs/form-field-legacy/FormFieldLegacy.js.map +1 -1
  235. package/dist-cjs/form-field-legacy/FormHelperText.css.js +1 -1
  236. package/dist-cjs/form-field-legacy/FormHelperText.js +5 -12
  237. package/dist-cjs/form-field-legacy/FormHelperText.js.map +1 -1
  238. package/dist-cjs/form-field-legacy/FormLabel.css.js +1 -1
  239. package/dist-cjs/form-field-legacy/FormLabel.js +39 -29
  240. package/dist-cjs/form-field-legacy/FormLabel.js.map +1 -1
  241. package/dist-cjs/form-field-legacy/NecessityIndicator.js +11 -10
  242. package/dist-cjs/form-field-legacy/NecessityIndicator.js.map +1 -1
  243. package/dist-cjs/form-field-legacy/StatusIndicator.js +25 -21
  244. package/dist-cjs/form-field-legacy/StatusIndicator.js.map +1 -1
  245. package/dist-cjs/form-field-legacy/constant.js +0 -2
  246. package/dist-cjs/form-field-legacy/constant.js.map +1 -1
  247. package/dist-cjs/form-group/FormGroup.js +12 -11
  248. package/dist-cjs/form-group/FormGroup.js.map +1 -1
  249. package/dist-cjs/formatted-input/FormattedInput.css.js +1 -1
  250. package/dist-cjs/formatted-input/FormattedInput.js +19 -18
  251. package/dist-cjs/formatted-input/FormattedInput.js.map +1 -1
  252. package/dist-cjs/formatted-input/internal/InputWithMask.js +15 -16
  253. package/dist-cjs/formatted-input/internal/InputWithMask.js.map +1 -1
  254. package/dist-cjs/index.js +117 -179
  255. package/dist-cjs/index.js.map +1 -1
  256. package/dist-cjs/input-legacy/InputLegacy.css.js +1 -1
  257. package/dist-cjs/input-legacy/InputLegacy.js +67 -61
  258. package/dist-cjs/input-legacy/InputLegacy.js.map +1 -1
  259. package/dist-cjs/input-legacy/StaticInputAdornment.js +6 -13
  260. package/dist-cjs/input-legacy/StaticInputAdornment.js.map +1 -1
  261. package/dist-cjs/input-legacy/useCursorOnFocus.js +11 -13
  262. package/dist-cjs/input-legacy/useCursorOnFocus.js.map +1 -1
  263. package/dist-cjs/layer-layout/LayerLayout.css.js +1 -1
  264. package/dist-cjs/layer-layout/LayerLayout.js +42 -41
  265. package/dist-cjs/layer-layout/LayerLayout.js.map +1 -1
  266. package/dist-cjs/list/Highlighter.js +12 -15
  267. package/dist-cjs/list/Highlighter.js.map +1 -1
  268. package/dist-cjs/list/List.css.js +1 -1
  269. package/dist-cjs/list/List.js +73 -78
  270. package/dist-cjs/list/List.js.map +1 -1
  271. package/dist-cjs/list/ListItem.css.js +1 -1
  272. package/dist-cjs/list/ListItem.js +36 -34
  273. package/dist-cjs/list/ListItem.js.map +1 -1
  274. package/dist-cjs/list/ListItemGroup.js +0 -2
  275. package/dist-cjs/list/ListItemGroup.js.map +1 -1
  276. package/dist-cjs/list/ListItemHeader.js +0 -2
  277. package/dist-cjs/list/ListItemHeader.js.map +1 -1
  278. package/dist-cjs/list/VirtualizedList.js +62 -61
  279. package/dist-cjs/list/VirtualizedList.js.map +1 -1
  280. package/dist-cjs/list/keyset.js +1 -4
  281. package/dist-cjs/list/keyset.js.map +1 -1
  282. package/dist-cjs/list/useList.js +20 -18
  283. package/dist-cjs/list/useList.js.map +1 -1
  284. package/dist-cjs/list/useListHeight.js +12 -13
  285. package/dist-cjs/list/useListHeight.js.map +1 -1
  286. package/dist-cjs/list/useVirtualization.js +8 -10
  287. package/dist-cjs/list/useVirtualization.js.map +1 -1
  288. package/dist-cjs/list-deprecated/List.css.js +1 -1
  289. package/dist-cjs/list-deprecated/List.js +17 -22
  290. package/dist-cjs/list-deprecated/List.js.map +1 -1
  291. package/dist-cjs/list-deprecated/ListBase.js +161 -155
  292. package/dist-cjs/list-deprecated/ListBase.js.map +1 -1
  293. package/dist-cjs/list-deprecated/ListItem.css.js +1 -1
  294. package/dist-cjs/list-deprecated/ListItem.js +5 -12
  295. package/dist-cjs/list-deprecated/ListItem.js.map +1 -1
  296. package/dist-cjs/list-deprecated/ListItemBase.js +17 -21
  297. package/dist-cjs/list-deprecated/ListItemBase.js.map +1 -1
  298. package/dist-cjs/list-deprecated/ListItemContext.js +4 -6
  299. package/dist-cjs/list-deprecated/ListItemContext.js.map +1 -1
  300. package/dist-cjs/list-deprecated/ListStateContext.js +3 -5
  301. package/dist-cjs/list-deprecated/ListStateContext.js.map +1 -1
  302. package/dist-cjs/list-deprecated/internal/DescendantContext.js +13 -15
  303. package/dist-cjs/list-deprecated/internal/DescendantContext.js.map +1 -1
  304. package/dist-cjs/list-deprecated/internal/Highlighter.js +6 -14
  305. package/dist-cjs/list-deprecated/internal/Highlighter.js.map +1 -1
  306. package/dist-cjs/list-deprecated/internal/calcPreferredListHeight.js +3 -4
  307. package/dist-cjs/list-deprecated/internal/calcPreferredListHeight.js.map +1 -1
  308. package/dist-cjs/list-deprecated/internal/helpers.js +0 -2
  309. package/dist-cjs/list-deprecated/internal/helpers.js.map +1 -1
  310. package/dist-cjs/list-deprecated/internal/scrollIntoView.js +2 -4
  311. package/dist-cjs/list-deprecated/internal/scrollIntoView.js.map +1 -1
  312. package/dist-cjs/list-deprecated/internal/useListAutoSizer.js +4 -6
  313. package/dist-cjs/list-deprecated/internal/useListAutoSizer.js.map +1 -1
  314. package/dist-cjs/list-deprecated/internal/useWidth.js +4 -6
  315. package/dist-cjs/list-deprecated/internal/useWidth.js.map +1 -1
  316. package/dist-cjs/list-deprecated/itemToString.js +1 -3
  317. package/dist-cjs/list-deprecated/itemToString.js.map +1 -1
  318. package/dist-cjs/list-deprecated/useList.js +29 -56
  319. package/dist-cjs/list-deprecated/useList.js.map +1 -1
  320. package/dist-cjs/list-deprecated/useListItem.js +12 -9
  321. package/dist-cjs/list-deprecated/useListItem.js.map +1 -1
  322. package/dist-cjs/list-deprecated/useTypeSelect.js +6 -7
  323. package/dist-cjs/list-deprecated/useTypeSelect.js.map +1 -1
  324. package/dist-cjs/list-next/ListItemNext.css.js +6 -0
  325. package/dist-cjs/list-next/ListItemNext.css.js.map +1 -0
  326. package/dist-cjs/list-next/ListItemNext.js +85 -0
  327. package/dist-cjs/list-next/ListItemNext.js.map +1 -0
  328. package/dist-cjs/list-next/ListNext.css.js +6 -0
  329. package/dist-cjs/list-next/ListNext.css.js.map +1 -0
  330. package/dist-cjs/list-next/ListNext.js +102 -0
  331. package/dist-cjs/list-next/ListNext.js.map +1 -0
  332. package/dist-cjs/list-next/ListNextContext.js +16 -0
  333. package/dist-cjs/list-next/ListNextContext.js.map +1 -0
  334. package/dist-cjs/list-next/useList.js +245 -0
  335. package/dist-cjs/list-next/useList.js.map +1 -0
  336. package/dist-cjs/logo/Logo.css.js +1 -1
  337. package/dist-cjs/logo/Logo.js +15 -51
  338. package/dist-cjs/logo/Logo.js.map +1 -1
  339. package/dist-cjs/logo/LogoImage.css.js +6 -0
  340. package/dist-cjs/logo/LogoImage.css.js.map +1 -0
  341. package/dist-cjs/logo/LogoImage.js +34 -0
  342. package/dist-cjs/logo/LogoImage.js.map +1 -0
  343. package/dist-cjs/logo/LogoSeparator.css.js +6 -0
  344. package/dist-cjs/logo/LogoSeparator.css.js.map +1 -0
  345. package/dist-cjs/logo/LogoSeparator.js +26 -0
  346. package/dist-cjs/logo/LogoSeparator.js.map +1 -0
  347. package/dist-cjs/menu-button/MenuButton.js +33 -29
  348. package/dist-cjs/menu-button/MenuButton.js.map +1 -1
  349. package/dist-cjs/menu-button/MenuButtonTrigger.css.js +1 -1
  350. package/dist-cjs/menu-button/MenuButtonTrigger.js +26 -22
  351. package/dist-cjs/menu-button/MenuButtonTrigger.js.map +1 -1
  352. package/dist-cjs/metric/Metric.css.js +1 -1
  353. package/dist-cjs/metric/Metric.js +10 -12
  354. package/dist-cjs/metric/Metric.js.map +1 -1
  355. package/dist-cjs/metric/MetricContent.css.js +1 -1
  356. package/dist-cjs/metric/MetricContent.js +37 -34
  357. package/dist-cjs/metric/MetricContent.js.map +1 -1
  358. package/dist-cjs/metric/MetricHeader.css.js +1 -1
  359. package/dist-cjs/metric/MetricHeader.js +25 -30
  360. package/dist-cjs/metric/MetricHeader.js.map +1 -1
  361. package/dist-cjs/metric/internal/MetricContext.js +3 -5
  362. package/dist-cjs/metric/internal/MetricContext.js.map +1 -1
  363. package/dist-cjs/portal/Portal.js +11 -21
  364. package/dist-cjs/portal/Portal.js.map +1 -1
  365. package/dist-cjs/query-input/QueryInput.css.js +1 -1
  366. package/dist-cjs/query-input/QueryInput.js +36 -34
  367. package/dist-cjs/query-input/QueryInput.js.map +1 -1
  368. package/dist-cjs/query-input/internal/CategoryList.js +16 -26
  369. package/dist-cjs/query-input/internal/CategoryList.js.map +1 -1
  370. package/dist-cjs/query-input/internal/CategoryListContext.js +4 -6
  371. package/dist-cjs/query-input/internal/CategoryListContext.js.map +1 -1
  372. package/dist-cjs/query-input/internal/CategoryListItem.js +14 -38
  373. package/dist-cjs/query-input/internal/CategoryListItem.js.map +1 -1
  374. package/dist-cjs/query-input/internal/QueryInputBody.js +23 -35
  375. package/dist-cjs/query-input/internal/QueryInputBody.js.map +1 -1
  376. package/dist-cjs/query-input/internal/SearchList.js +27 -35
  377. package/dist-cjs/query-input/internal/SearchList.js.map +1 -1
  378. package/dist-cjs/query-input/internal/ValueList.js +20 -28
  379. package/dist-cjs/query-input/internal/ValueList.js.map +1 -1
  380. package/dist-cjs/query-input/internal/ValueSelector.js +47 -42
  381. package/dist-cjs/query-input/internal/ValueSelector.js.map +1 -1
  382. package/dist-cjs/query-input/internal/usePopperStatus.js +5 -7
  383. package/dist-cjs/query-input/internal/usePopperStatus.js.map +1 -1
  384. package/dist-cjs/query-input/useQueryInput.js +55 -45
  385. package/dist-cjs/query-input/useQueryInput.js.map +1 -1
  386. package/dist-cjs/responsive/OverflowReducer.js +26 -39
  387. package/dist-cjs/responsive/OverflowReducer.js.map +1 -1
  388. package/dist-cjs/responsive/overflowUtils.js +28 -31
  389. package/dist-cjs/responsive/overflowUtils.js.map +1 -1
  390. package/dist-cjs/responsive/useDynamicCollapse.js +18 -17
  391. package/dist-cjs/responsive/useDynamicCollapse.js.map +1 -1
  392. package/dist-cjs/responsive/useInstantCollapse.js +9 -13
  393. package/dist-cjs/responsive/useInstantCollapse.js.map +1 -1
  394. package/dist-cjs/responsive/useOverflow.js +24 -22
  395. package/dist-cjs/responsive/useOverflow.js.map +1 -1
  396. package/dist-cjs/responsive/useOverflowCollectionItems.js +16 -19
  397. package/dist-cjs/responsive/useOverflowCollectionItems.js.map +1 -1
  398. package/dist-cjs/responsive/useOverflowLayout.js +10 -16
  399. package/dist-cjs/responsive/useOverflowLayout.js.map +1 -1
  400. package/dist-cjs/responsive/useReclaimSpace.js +13 -26
  401. package/dist-cjs/responsive/useReclaimSpace.js.map +1 -1
  402. package/dist-cjs/responsive/useResizeObserver.js +11 -8
  403. package/dist-cjs/responsive/useResizeObserver.js.map +1 -1
  404. package/dist-cjs/responsive/useWidth.js +5 -7
  405. package/dist-cjs/responsive/useWidth.js.map +1 -1
  406. package/dist-cjs/responsive/utils.js +3 -12
  407. package/dist-cjs/responsive/utils.js.map +1 -1
  408. package/dist-cjs/search-input/SearchInput.js +35 -31
  409. package/dist-cjs/search-input/SearchInput.js.map +1 -1
  410. package/dist-cjs/static-list/StaticList.css.js +6 -0
  411. package/dist-cjs/static-list/StaticList.css.js.map +1 -0
  412. package/dist-cjs/static-list/StaticList.js +25 -0
  413. package/dist-cjs/static-list/StaticList.js.map +1 -0
  414. package/dist-cjs/static-list/StaticListItem.css.js +6 -0
  415. package/dist-cjs/static-list/StaticListItem.css.js.map +1 -0
  416. package/dist-cjs/static-list/StaticListItem.js +26 -0
  417. package/dist-cjs/static-list/StaticListItem.js.map +1 -0
  418. package/dist-cjs/static-list/StaticListItemContent.css.js +6 -0
  419. package/dist-cjs/static-list/StaticListItemContent.css.js.map +1 -0
  420. package/dist-cjs/static-list/StaticListItemContent.js +23 -0
  421. package/dist-cjs/static-list/StaticListItemContent.js.map +1 -0
  422. package/dist-cjs/system-status/SystemStatus.css.js +6 -0
  423. package/dist-cjs/system-status/SystemStatus.css.js.map +1 -0
  424. package/dist-cjs/system-status/SystemStatus.js +37 -0
  425. package/dist-cjs/system-status/SystemStatus.js.map +1 -0
  426. package/dist-cjs/system-status/SystemStatusActions.css.js +6 -0
  427. package/dist-cjs/system-status/SystemStatusActions.css.js.map +1 -0
  428. package/dist-cjs/system-status/SystemStatusActions.js +24 -0
  429. package/dist-cjs/system-status/SystemStatusActions.js.map +1 -0
  430. package/dist-cjs/system-status/SystemStatusContent.css.js +6 -0
  431. package/dist-cjs/system-status/SystemStatusContent.css.js.map +1 -0
  432. package/dist-cjs/system-status/SystemStatusContent.js +24 -0
  433. package/dist-cjs/system-status/SystemStatusContent.js.map +1 -0
  434. package/dist-cjs/tabs/Tab.css.js +1 -1
  435. package/dist-cjs/tabs/Tab.js +90 -78
  436. package/dist-cjs/tabs/Tab.js.map +1 -1
  437. package/dist-cjs/tabs/TabActivationIndicator.css.js +1 -1
  438. package/dist-cjs/tabs/TabActivationIndicator.js +5 -14
  439. package/dist-cjs/tabs/TabActivationIndicator.js.map +1 -1
  440. package/dist-cjs/tabs/TabPanel.js +15 -14
  441. package/dist-cjs/tabs/TabPanel.js.map +1 -1
  442. package/dist-cjs/tabs/Tabs.js +28 -32
  443. package/dist-cjs/tabs/Tabs.js.map +1 -1
  444. package/dist-cjs/tabs/Tabstrip.css.js +1 -1
  445. package/dist-cjs/tabs/Tabstrip.js +124 -118
  446. package/dist-cjs/tabs/Tabstrip.js.map +1 -1
  447. package/dist-cjs/tabs/drag-drop/Draggable.css.js +1 -1
  448. package/dist-cjs/tabs/drag-drop/Draggable.js +10 -11
  449. package/dist-cjs/tabs/drag-drop/Draggable.js.map +1 -1
  450. package/dist-cjs/tabs/drag-drop/drag-utils.js +29 -29
  451. package/dist-cjs/tabs/drag-drop/drag-utils.js.map +1 -1
  452. package/dist-cjs/tabs/drag-drop/dragDropTypes.js +0 -2
  453. package/dist-cjs/tabs/drag-drop/dragDropTypes.js.map +1 -1
  454. package/dist-cjs/tabs/drag-drop/useDragDrop.js +0 -2
  455. package/dist-cjs/tabs/drag-drop/useDragDrop.js.map +1 -1
  456. package/dist-cjs/tabs/drag-drop/useDragDropNaturalMovement.js +36 -34
  457. package/dist-cjs/tabs/drag-drop/useDragDropNaturalMovement.js.map +1 -1
  458. package/dist-cjs/tabs/drag-drop/useDragSpacers.js +31 -30
  459. package/dist-cjs/tabs/drag-drop/useDragSpacers.js.map +1 -1
  460. package/dist-cjs/tabs/useActivationIndicator.js +11 -13
  461. package/dist-cjs/tabs/useActivationIndicator.js.map +1 -1
  462. package/dist-cjs/tabs/useEditableItem.js +4 -6
  463. package/dist-cjs/tabs/useEditableItem.js.map +1 -1
  464. package/dist-cjs/tabs/useItemsWithIds.js +6 -16
  465. package/dist-cjs/tabs/useItemsWithIds.js.map +1 -1
  466. package/dist-cjs/tabs/useKeyboardNavigation.js +37 -46
  467. package/dist-cjs/tabs/useKeyboardNavigation.js.map +1 -1
  468. package/dist-cjs/tabs/useSelection.js +8 -10
  469. package/dist-cjs/tabs/useSelection.js.map +1 -1
  470. package/dist-cjs/tabs/useTabs.js +6 -8
  471. package/dist-cjs/tabs/useTabs.js.map +1 -1
  472. package/dist-cjs/tabs/useTabstrip.js +21 -20
  473. package/dist-cjs/tabs/useTabstrip.js.map +1 -1
  474. package/dist-cjs/toast-group/ToastGroup.css.js +6 -0
  475. package/dist-cjs/toast-group/ToastGroup.css.js.map +1 -0
  476. package/dist-cjs/toast-group/ToastGroup.js +33 -0
  477. package/dist-cjs/toast-group/ToastGroup.js.map +1 -0
  478. package/dist-cjs/tokenized-input/TokenizedInput.css.js +1 -1
  479. package/dist-cjs/tokenized-input/TokenizedInput.js +11 -10
  480. package/dist-cjs/tokenized-input/TokenizedInput.js.map +1 -1
  481. package/dist-cjs/tokenized-input/TokenizedInputBase.js +124 -115
  482. package/dist-cjs/tokenized-input/TokenizedInputBase.js.map +1 -1
  483. package/dist-cjs/tokenized-input/internal/InputPill.js +30 -28
  484. package/dist-cjs/tokenized-input/internal/InputPill.js.map +1 -1
  485. package/dist-cjs/tokenized-input/internal/InputRuler.js +5 -11
  486. package/dist-cjs/tokenized-input/internal/InputRuler.js.map +1 -1
  487. package/dist-cjs/tokenized-input/internal/calcFirstHiddenIndex.js +0 -2
  488. package/dist-cjs/tokenized-input/internal/calcFirstHiddenIndex.js.map +1 -1
  489. package/dist-cjs/tokenized-input/internal/defaultItemToString.js +1 -3
  490. package/dist-cjs/tokenized-input/internal/defaultItemToString.js.map +1 -1
  491. package/dist-cjs/tokenized-input/internal/getCursorPosition.js +0 -2
  492. package/dist-cjs/tokenized-input/internal/getCursorPosition.js.map +1 -1
  493. package/dist-cjs/tokenized-input/internal/isPlainObject.js +0 -2
  494. package/dist-cjs/tokenized-input/internal/isPlainObject.js.map +1 -1
  495. package/dist-cjs/tokenized-input/internal/useResizeObserver.js +3 -5
  496. package/dist-cjs/tokenized-input/internal/useResizeObserver.js.map +1 -1
  497. package/dist-cjs/tokenized-input/internal/useWidth.js +5 -7
  498. package/dist-cjs/tokenized-input/internal/useWidth.js.map +1 -1
  499. package/dist-cjs/tokenized-input/useTokenizedInput.js +40 -33
  500. package/dist-cjs/tokenized-input/useTokenizedInput.js.map +1 -1
  501. package/dist-cjs/tokenized-input-next/TokenizedInputNext.css.js +6 -0
  502. package/dist-cjs/tokenized-input-next/TokenizedInputNext.css.js.map +1 -0
  503. package/dist-cjs/tokenized-input-next/TokenizedInputNext.js +254 -0
  504. package/dist-cjs/tokenized-input-next/TokenizedInputNext.js.map +1 -0
  505. package/dist-cjs/tokenized-input-next/internal/InputPill.css.js +6 -0
  506. package/dist-cjs/tokenized-input-next/internal/InputPill.css.js.map +1 -0
  507. package/dist-cjs/tokenized-input-next/internal/InputPill.js +77 -0
  508. package/dist-cjs/tokenized-input-next/internal/InputPill.js.map +1 -0
  509. package/dist-cjs/tokenized-input-next/internal/calcFirstHiddenIndex.js +20 -0
  510. package/dist-cjs/tokenized-input-next/internal/calcFirstHiddenIndex.js.map +1 -0
  511. package/dist-cjs/tokenized-input-next/internal/useResizeObserver.js +35 -0
  512. package/dist-cjs/tokenized-input-next/internal/useResizeObserver.js.map +1 -0
  513. package/dist-cjs/tokenized-input-next/internal/useWidth.js +46 -0
  514. package/dist-cjs/tokenized-input-next/internal/useWidth.js.map +1 -0
  515. package/dist-cjs/tokenized-input-next/useTokenizedInputNext.js +476 -0
  516. package/dist-cjs/tokenized-input-next/useTokenizedInputNext.js.map +1 -0
  517. package/dist-cjs/toolbar/Toolbar.css.js +1 -1
  518. package/dist-cjs/toolbar/Toolbar.js +56 -49
  519. package/dist-cjs/toolbar/Toolbar.js.map +1 -1
  520. package/dist-cjs/toolbar/ToolbarButton.css.js +1 -1
  521. package/dist-cjs/toolbar/ToolbarButton.js +13 -12
  522. package/dist-cjs/toolbar/ToolbarButton.js.map +1 -1
  523. package/dist-cjs/toolbar/Tooltray.js +28 -34
  524. package/dist-cjs/toolbar/Tooltray.js.map +1 -1
  525. package/dist-cjs/toolbar/internal/renderToolbarItems.js +26 -35
  526. package/dist-cjs/toolbar/internal/renderToolbarItems.js.map +1 -1
  527. package/dist-cjs/toolbar/internal/renderTrayTools.js +26 -27
  528. package/dist-cjs/toolbar/internal/renderTrayTools.js.map +1 -1
  529. package/dist-cjs/toolbar/overflow-panel/OverflowPanel.css.js +1 -1
  530. package/dist-cjs/toolbar/overflow-panel/OverflowPanel.js +52 -65
  531. package/dist-cjs/toolbar/overflow-panel/OverflowPanel.js.map +1 -1
  532. package/dist-cjs/toolbar/overflow-panel/OverflowSeparator.css.js +1 -1
  533. package/dist-cjs/toolbar/overflow-panel/OverflowSeparator.js +3 -8
  534. package/dist-cjs/toolbar/overflow-panel/OverflowSeparator.js.map +1 -1
  535. package/dist-cjs/toolbar/toolbar-field/ToolbarField.js +4 -9
  536. package/dist-cjs/toolbar/toolbar-field/ToolbarField.js.map +1 -1
  537. package/dist-cjs/toolbar/toolbar-field/useToolbarField.js +15 -17
  538. package/dist-cjs/toolbar/toolbar-field/useToolbarField.js.map +1 -1
  539. package/dist-cjs/utils/escapeRegExp.js +0 -2
  540. package/dist-cjs/utils/escapeRegExp.js.map +1 -1
  541. package/dist-cjs/utils/forwardCallbackProps.js +0 -2
  542. package/dist-cjs/utils/forwardCallbackProps.js.map +1 -1
  543. package/dist-cjs/utils/isEmail.js +0 -2
  544. package/dist-cjs/utils/isEmail.js.map +1 -1
  545. package/dist-cjs/utils/isPlainObject.js +0 -2
  546. package/dist-cjs/utils/isPlainObject.js.map +1 -1
  547. package/dist-cjs/utils/partition.js +0 -2
  548. package/dist-cjs/utils/partition.js.map +1 -1
  549. package/dist-cjs/utils/useClickOutside.js +4 -6
  550. package/dist-cjs/utils/useClickOutside.js.map +1 -1
  551. package/dist-cjs/utils/useEventCallback.js +8 -7
  552. package/dist-cjs/utils/useEventCallback.js.map +1 -1
  553. package/dist-cjs/utils/useIsViewportLargerThanBreakpoint.js +2 -4
  554. package/dist-cjs/utils/useIsViewportLargerThanBreakpoint.js.map +1 -1
  555. package/dist-cjs/utils/useLayoutEffectOnce.js +2 -4
  556. package/dist-cjs/utils/useLayoutEffectOnce.js.map +1 -1
  557. package/dist-cjs/utils/useLayoutEffectSkipFirst.js +2 -4
  558. package/dist-cjs/utils/useLayoutEffectSkipFirst.js.map +1 -1
  559. package/dist-cjs/utils/useOverflowDetection.js +6 -8
  560. package/dist-cjs/utils/useOverflowDetection.js.map +1 -1
  561. package/dist-cjs/utils/useSlideSelection.js +3 -5
  562. package/dist-cjs/utils/useSlideSelection.js.map +1 -1
  563. package/dist-cjs/window/ElectronWindow.js +20 -36
  564. package/dist-cjs/window/ElectronWindow.js.map +1 -1
  565. package/dist-cjs/window/WindowContext.js +5 -11
  566. package/dist-cjs/window/WindowContext.js.map +1 -1
  567. package/dist-cjs/window/desktop-utils.js +3 -5
  568. package/dist-cjs/window/desktop-utils.js.map +1 -1
  569. package/dist-es/app-header/AppHeader.css.js +1 -1
  570. package/dist-es/app-header/AppHeader.js +21 -15
  571. package/dist-es/app-header/AppHeader.js.map +1 -1
  572. package/dist-es/breadcrumbs/Breadcrumb.js +46 -44
  573. package/dist-es/breadcrumbs/Breadcrumb.js.map +1 -1
  574. package/dist-es/breadcrumbs/Breadcrumbs.js +47 -42
  575. package/dist-es/breadcrumbs/Breadcrumbs.js.map +1 -1
  576. package/dist-es/breadcrumbs/internal/BreadcrumbsCollapsed.js +26 -23
  577. package/dist-es/breadcrumbs/internal/BreadcrumbsCollapsed.js.map +1 -1
  578. package/dist-es/breadcrumbs/internal/BreadcrumbsContext.js.map +1 -1
  579. package/dist-es/breadcrumbs/internal/BreadcrumbsSeparator.js +1 -3
  580. package/dist-es/breadcrumbs/internal/BreadcrumbsSeparator.js.map +1 -1
  581. package/dist-es/breadcrumbs/internal/useFocusMenuRemount.js +1 -1
  582. package/dist-es/breadcrumbs/internal/useFocusMenuRemount.js.map +1 -1
  583. package/dist-es/breadcrumbs-next/BreadcrumbNext.css.js +4 -0
  584. package/dist-es/breadcrumbs-next/BreadcrumbNext.css.js.map +1 -0
  585. package/dist-es/breadcrumbs-next/BreadcrumbNext.js +97 -0
  586. package/dist-es/breadcrumbs-next/BreadcrumbNext.js.map +1 -0
  587. package/dist-es/breadcrumbs-next/BreadcrumbNextLabel.js +19 -0
  588. package/dist-es/breadcrumbs-next/BreadcrumbNextLabel.js.map +1 -0
  589. package/dist-es/breadcrumbs-next/BreadcrumbNextTrigger.js +46 -0
  590. package/dist-es/breadcrumbs-next/BreadcrumbNextTrigger.js.map +1 -0
  591. package/dist-es/breadcrumbs-next/BreadcrumbsNext.css.js +4 -0
  592. package/dist-es/breadcrumbs-next/BreadcrumbsNext.css.js.map +1 -0
  593. package/dist-es/breadcrumbs-next/BreadcrumbsNext.js +144 -0
  594. package/dist-es/breadcrumbs-next/BreadcrumbsNext.js.map +1 -0
  595. package/dist-es/breadcrumbs-next/internal/BreadcrumbNextContext.js +9 -0
  596. package/dist-es/breadcrumbs-next/internal/BreadcrumbNextContext.js.map +1 -0
  597. package/dist-es/breadcrumbs-next/internal/BreadcrumbOverflowDisclosure.js +234 -0
  598. package/dist-es/breadcrumbs-next/internal/BreadcrumbOverflowDisclosure.js.map +1 -0
  599. package/dist-es/breadcrumbs-next/internal/breadcrumbItems.js +19 -0
  600. package/dist-es/breadcrumbs-next/internal/breadcrumbItems.js.map +1 -0
  601. package/dist-es/button-bar/ButtonBar.js +33 -40
  602. package/dist-es/button-bar/ButtonBar.js.map +1 -1
  603. package/dist-es/button-bar/OrderedButton.js +20 -17
  604. package/dist-es/button-bar/OrderedButton.js.map +1 -1
  605. package/dist-es/button-bar/internal/ButtonBarContext.js.map +1 -1
  606. package/dist-es/button-bar/internal/DescendantContext.js +2 -5
  607. package/dist-es/button-bar/internal/DescendantContext.js.map +1 -1
  608. package/dist-es/button-bar/internal/useDescendant.js +1 -1
  609. package/dist-es/button-bar/internal/useDescendant.js.map +1 -1
  610. package/dist-es/button-bar/internal/useDescendants.js.map +1 -1
  611. package/dist-es/cascading-menu/CascadingMenu.js +36 -30
  612. package/dist-es/cascading-menu/CascadingMenu.js.map +1 -1
  613. package/dist-es/cascading-menu/CascadingMenuItem.css.js +1 -1
  614. package/dist-es/cascading-menu/CascadingMenuItem.js +85 -76
  615. package/dist-es/cascading-menu/CascadingMenuItem.js.map +1 -1
  616. package/dist-es/cascading-menu/CascadingMenuList.js +62 -55
  617. package/dist-es/cascading-menu/CascadingMenuList.js.map +1 -1
  618. package/dist-es/cascading-menu/internal/CascadingMenuAction.js.map +1 -1
  619. package/dist-es/cascading-menu/internal/keydownHandlers.js +2 -2
  620. package/dist-es/cascading-menu/internal/keydownHandlers.js.map +1 -1
  621. package/dist-es/cascading-menu/internal/menuPositioning.js.map +1 -1
  622. package/dist-es/cascading-menu/internal/stateUtils.js +2 -2
  623. package/dist-es/cascading-menu/internal/stateUtils.js.map +1 -1
  624. package/dist-es/cascading-menu/internal/useClickAway.js +7 -4
  625. package/dist-es/cascading-menu/internal/useClickAway.js.map +1 -1
  626. package/dist-es/cascading-menu/internal/useMenuTriggerHandlers.js +4 -2
  627. package/dist-es/cascading-menu/internal/useMenuTriggerHandlers.js.map +1 -1
  628. package/dist-es/cascading-menu/internal/useMountedRef.js.map +1 -1
  629. package/dist-es/cascading-menu/internal/useMouseHandlers.js +4 -5
  630. package/dist-es/cascading-menu/internal/useMouseHandlers.js.map +1 -1
  631. package/dist-es/cascading-menu/internal/useRefsManager.js +3 -1
  632. package/dist-es/cascading-menu/internal/useRefsManager.js.map +1 -1
  633. package/dist-es/cascading-menu/internal/useStateReducer.js +1 -1
  634. package/dist-es/cascading-menu/internal/useStateReducer.js.map +1 -1
  635. package/dist-es/cascading-menu/stateChangeTypes.js +0 -1
  636. package/dist-es/cascading-menu/stateChangeTypes.js.map +1 -1
  637. package/dist-es/color-chooser/AlphaInputField.js +27 -23
  638. package/dist-es/color-chooser/AlphaInputField.js.map +1 -1
  639. package/dist-es/color-chooser/Color.js +2 -2
  640. package/dist-es/color-chooser/Color.js.map +1 -1
  641. package/dist-es/color-chooser/ColorChooser.css.js +1 -1
  642. package/dist-es/color-chooser/ColorChooser.js +74 -80
  643. package/dist-es/color-chooser/ColorChooser.js.map +1 -1
  644. package/dist-es/color-chooser/ColorHelpers.js +6 -10
  645. package/dist-es/color-chooser/ColorHelpers.js.map +1 -1
  646. package/dist-es/color-chooser/ColorPicker.css.js +1 -1
  647. package/dist-es/color-chooser/ColorPicker.js +40 -54
  648. package/dist-es/color-chooser/ColorPicker.js.map +1 -1
  649. package/dist-es/color-chooser/DictTabs.js +27 -24
  650. package/dist-es/color-chooser/DictTabs.js.map +1 -1
  651. package/dist-es/color-chooser/GetColorPalettes.js +3 -3
  652. package/dist-es/color-chooser/GetColorPalettes.js.map +1 -1
  653. package/dist-es/color-chooser/HexInput.css.js +1 -1
  654. package/dist-es/color-chooser/HexInput.js +15 -19
  655. package/dist-es/color-chooser/HexInput.js.map +1 -1
  656. package/dist-es/color-chooser/RGBAInput.css.js +1 -1
  657. package/dist-es/color-chooser/RGBAInput.js +27 -40
  658. package/dist-es/color-chooser/RGBAInput.js.map +1 -1
  659. package/dist-es/color-chooser/RGBAInputField.js +18 -14
  660. package/dist-es/color-chooser/RGBAInputField.js.map +1 -1
  661. package/dist-es/color-chooser/Swatch.css.js +1 -1
  662. package/dist-es/color-chooser/Swatch.js +29 -17
  663. package/dist-es/color-chooser/Swatch.js.map +1 -1
  664. package/dist-es/color-chooser/Swatches.css.js +1 -1
  665. package/dist-es/color-chooser/Swatches.js +31 -45
  666. package/dist-es/color-chooser/Swatches.js.map +1 -1
  667. package/dist-es/color-chooser/SwatchesPicker.js +29 -21
  668. package/dist-es/color-chooser/SwatchesPicker.js.map +1 -1
  669. package/dist-es/color-chooser/color-utils.js.map +1 -1
  670. package/dist-es/color-chooser/colorMap.js +1 -0
  671. package/dist-es/color-chooser/colorMap.js.map +1 -1
  672. package/dist-es/color-chooser/createTabsMapping.js.map +1 -1
  673. package/dist-es/combo-box/ComboBox.js +43 -40
  674. package/dist-es/combo-box/ComboBox.js.map +1 -1
  675. package/dist-es/combo-box/useCombobox.js +52 -43
  676. package/dist-es/combo-box/useCombobox.js.map +1 -1
  677. package/dist-es/combo-box-deprecated/ComboBox.css.js +1 -1
  678. package/dist-es/combo-box-deprecated/ComboBoxDeprecated.js +43 -37
  679. package/dist-es/combo-box-deprecated/ComboBoxDeprecated.js.map +1 -1
  680. package/dist-es/combo-box-deprecated/filterHelpers.js +0 -1
  681. package/dist-es/combo-box-deprecated/filterHelpers.js.map +1 -1
  682. package/dist-es/combo-box-deprecated/internal/DefaultComboBox.js +44 -48
  683. package/dist-es/combo-box-deprecated/internal/DefaultComboBox.js.map +1 -1
  684. package/dist-es/combo-box-deprecated/internal/MultiSelectComboBox.js +41 -48
  685. package/dist-es/combo-box-deprecated/internal/MultiSelectComboBox.js.map +1 -1
  686. package/dist-es/combo-box-deprecated/internal/useComboBox.js +17 -13
  687. package/dist-es/combo-box-deprecated/internal/useComboBox.js.map +1 -1
  688. package/dist-es/combo-box-deprecated/internal/useMultiSelectComboBox.js +19 -19
  689. package/dist-es/combo-box-deprecated/internal/useMultiSelectComboBox.js.map +1 -1
  690. package/dist-es/combo-box-deprecated/internal/usePopperStatus.js.map +1 -1
  691. package/dist-es/common-hooks/collectionProvider.js +2 -5
  692. package/dist-es/common-hooks/collectionProvider.js.map +1 -1
  693. package/dist-es/common-hooks/itemToString.js +3 -2
  694. package/dist-es/common-hooks/itemToString.js.map +1 -1
  695. package/dist-es/common-hooks/keyUtils.js +2 -2
  696. package/dist-es/common-hooks/keyUtils.js.map +1 -1
  697. package/dist-es/common-hooks/list-dom-utils.js +4 -3
  698. package/dist-es/common-hooks/list-dom-utils.js.map +1 -1
  699. package/dist-es/common-hooks/selectionTypes.js.map +1 -1
  700. package/dist-es/common-hooks/useCollapsibleGroups.js +38 -50
  701. package/dist-es/common-hooks/useCollapsibleGroups.js.map +1 -1
  702. package/dist-es/common-hooks/useCollectionItems.js +39 -29
  703. package/dist-es/common-hooks/useCollectionItems.js.map +1 -1
  704. package/dist-es/common-hooks/useImperativeScrollingAPI.js +15 -15
  705. package/dist-es/common-hooks/useImperativeScrollingAPI.js.map +1 -1
  706. package/dist-es/common-hooks/useKeyboardNavigation.js +81 -87
  707. package/dist-es/common-hooks/useKeyboardNavigation.js.map +1 -1
  708. package/dist-es/common-hooks/useKeyboardNavigationPanel.js +20 -16
  709. package/dist-es/common-hooks/useKeyboardNavigationPanel.js.map +1 -1
  710. package/dist-es/common-hooks/useSelection.js +11 -12
  711. package/dist-es/common-hooks/useSelection.js.map +1 -1
  712. package/dist-es/common-hooks/useTypeahead.js +3 -3
  713. package/dist-es/common-hooks/useTypeahead.js.map +1 -1
  714. package/dist-es/common-hooks/useViewportTracking.js +24 -24
  715. package/dist-es/common-hooks/useViewportTracking.js.map +1 -1
  716. package/dist-es/common-hooks/utils/collection-item-utils.js +31 -31
  717. package/dist-es/common-hooks/utils/collection-item-utils.js.map +1 -1
  718. package/dist-es/common-hooks/utils/filter-utils.js +0 -1
  719. package/dist-es/common-hooks/utils/filter-utils.js.map +1 -1
  720. package/dist-es/common-hooks/utils/isSelected.js.map +1 -1
  721. package/dist-es/contact-details/ContactAction.js +10 -11
  722. package/dist-es/contact-details/ContactAction.js.map +1 -1
  723. package/dist-es/contact-details/ContactActions.js +4 -9
  724. package/dist-es/contact-details/ContactActions.js.map +1 -1
  725. package/dist-es/contact-details/ContactAvatar.js +21 -18
  726. package/dist-es/contact-details/ContactAvatar.js.map +1 -1
  727. package/dist-es/contact-details/ContactDetails.css.js +1 -1
  728. package/dist-es/contact-details/ContactDetails.js +10 -12
  729. package/dist-es/contact-details/ContactDetails.js.map +1 -1
  730. package/dist-es/contact-details/ContactFavoriteToggle.js +14 -11
  731. package/dist-es/contact-details/ContactFavoriteToggle.js.map +1 -1
  732. package/dist-es/contact-details/ContactMetadata.js +18 -16
  733. package/dist-es/contact-details/ContactMetadata.js.map +1 -1
  734. package/dist-es/contact-details/ContactMetadataItem.js +5 -20
  735. package/dist-es/contact-details/ContactMetadataItem.js.map +1 -1
  736. package/dist-es/contact-details/ContactPrimaryInfo.js +17 -14
  737. package/dist-es/contact-details/ContactPrimaryInfo.js.map +1 -1
  738. package/dist-es/contact-details/ContactSecondaryInfo.js +18 -17
  739. package/dist-es/contact-details/ContactSecondaryInfo.js.map +1 -1
  740. package/dist-es/contact-details/ContactTertiaryInfo.js +17 -16
  741. package/dist-es/contact-details/ContactTertiaryInfo.js.map +1 -1
  742. package/dist-es/contact-details/MailLinkComponent.js +1 -11
  743. package/dist-es/contact-details/MailLinkComponent.js.map +1 -1
  744. package/dist-es/contact-details/internal/ContactDetailsContext.js +3 -3
  745. package/dist-es/contact-details/internal/ContactDetailsContext.js.map +1 -1
  746. package/dist-es/contact-details/internal/FavoriteToggle.js +18 -15
  747. package/dist-es/contact-details/internal/FavoriteToggle.js.map +1 -1
  748. package/dist-es/contact-details/internal/FavoriteToggleWithTooltip.js +11 -10
  749. package/dist-es/contact-details/internal/FavoriteToggleWithTooltip.js.map +1 -1
  750. package/dist-es/contact-details/internal/StarIcon.js +10 -12
  751. package/dist-es/contact-details/internal/StarIcon.js.map +1 -1
  752. package/dist-es/contact-details/internal/StarIconContainer.js +30 -24
  753. package/dist-es/contact-details/internal/StarIconContainer.js.map +1 -1
  754. package/dist-es/contact-details/internal/useComponentSize.js +7 -10
  755. package/dist-es/contact-details/internal/useComponentSize.js.map +1 -1
  756. package/dist-es/content-status/ContentStatus.css.js +1 -1
  757. package/dist-es/content-status/ContentStatus.js +20 -35
  758. package/dist-es/content-status/ContentStatus.js.map +1 -1
  759. package/dist-es/content-status/internal/StatusIndicator.js +31 -27
  760. package/dist-es/content-status/internal/StatusIndicator.js.map +1 -1
  761. package/dist-es/deck-item/DeckItem.js +24 -19
  762. package/dist-es/deck-item/DeckItem.js.map +1 -1
  763. package/dist-es/deck-layout/DeckLayout.js +41 -36
  764. package/dist-es/deck-layout/DeckLayout.js.map +1 -1
  765. package/dist-es/dropdown/Dropdown.css.js +1 -1
  766. package/dist-es/dropdown/Dropdown.js +37 -30
  767. package/dist-es/dropdown/Dropdown.js.map +1 -1
  768. package/dist-es/dropdown/DropdownBase.js +35 -35
  769. package/dist-es/dropdown/DropdownBase.js.map +1 -1
  770. package/dist-es/dropdown/DropdownButton.js +49 -41
  771. package/dist-es/dropdown/DropdownButton.js.map +1 -1
  772. package/dist-es/dropdown/useClickAway.js +1 -1
  773. package/dist-es/dropdown/useClickAway.js.map +1 -1
  774. package/dist-es/dropdown/useDropdown.js +26 -16
  775. package/dist-es/dropdown/useDropdown.js.map +1 -1
  776. package/dist-es/dropdown/useDropdownBase.js +13 -16
  777. package/dist-es/dropdown/useDropdownBase.js.map +1 -1
  778. package/dist-es/editable-label/EditableLabel.js +32 -26
  779. package/dist-es/editable-label/EditableLabel.js.map +1 -1
  780. package/dist-es/form-field-context-legacy/FormFieldLegacyContext.js.map +1 -1
  781. package/dist-es/form-field-context-legacy/useFormFieldLegacyProps.js +1 -1
  782. package/dist-es/form-field-context-legacy/useFormFieldLegacyProps.js.map +1 -1
  783. package/dist-es/form-field-legacy/FormActivationIndicator.css.js +1 -1
  784. package/dist-es/form-field-legacy/FormActivationIndicator.js +33 -40
  785. package/dist-es/form-field-legacy/FormActivationIndicator.js.map +1 -1
  786. package/dist-es/form-field-legacy/FormFieldLegacy.css.js +1 -1
  787. package/dist-es/form-field-legacy/FormFieldLegacy.js +59 -48
  788. package/dist-es/form-field-legacy/FormFieldLegacy.js.map +1 -1
  789. package/dist-es/form-field-legacy/FormHelperText.css.js +1 -1
  790. package/dist-es/form-field-legacy/FormHelperText.js +5 -10
  791. package/dist-es/form-field-legacy/FormHelperText.js.map +1 -1
  792. package/dist-es/form-field-legacy/FormLabel.css.js +1 -1
  793. package/dist-es/form-field-legacy/FormLabel.js +39 -27
  794. package/dist-es/form-field-legacy/FormLabel.js.map +1 -1
  795. package/dist-es/form-field-legacy/NecessityIndicator.js +11 -8
  796. package/dist-es/form-field-legacy/NecessityIndicator.js.map +1 -1
  797. package/dist-es/form-field-legacy/StatusIndicator.js +25 -19
  798. package/dist-es/form-field-legacy/StatusIndicator.js.map +1 -1
  799. package/dist-es/form-field-legacy/constant.js.map +1 -1
  800. package/dist-es/form-group/FormGroup.js +11 -8
  801. package/dist-es/form-group/FormGroup.js.map +1 -1
  802. package/dist-es/formatted-input/FormattedInput.css.js +1 -1
  803. package/dist-es/formatted-input/FormattedInput.js +17 -14
  804. package/dist-es/formatted-input/FormattedInput.js.map +1 -1
  805. package/dist-es/formatted-input/internal/InputWithMask.js +13 -12
  806. package/dist-es/formatted-input/internal/InputWithMask.js.map +1 -1
  807. package/dist-es/index.js +57 -84
  808. package/dist-es/index.js.map +1 -1
  809. package/dist-es/input-legacy/InputLegacy.css.js +1 -1
  810. package/dist-es/input-legacy/InputLegacy.js +63 -55
  811. package/dist-es/input-legacy/InputLegacy.js.map +1 -1
  812. package/dist-es/input-legacy/StaticInputAdornment.js +4 -9
  813. package/dist-es/input-legacy/StaticInputAdornment.js.map +1 -1
  814. package/dist-es/input-legacy/useCursorOnFocus.js +2 -2
  815. package/dist-es/input-legacy/useCursorOnFocus.js.map +1 -1
  816. package/dist-es/layer-layout/LayerLayout.css.js +1 -1
  817. package/dist-es/layer-layout/LayerLayout.js +38 -35
  818. package/dist-es/layer-layout/LayerLayout.js.map +1 -1
  819. package/dist-es/list/Highlighter.js +12 -13
  820. package/dist-es/list/Highlighter.js.map +1 -1
  821. package/dist-es/list/List.css.js +1 -1
  822. package/dist-es/list/List.js +68 -71
  823. package/dist-es/list/List.js.map +1 -1
  824. package/dist-es/list/ListItem.css.js +1 -1
  825. package/dist-es/list/ListItem.js +35 -31
  826. package/dist-es/list/ListItem.js.map +1 -1
  827. package/dist-es/list/ListItemGroup.js.map +1 -1
  828. package/dist-es/list/ListItemHeader.js.map +1 -1
  829. package/dist-es/list/VirtualizedList.js +58 -55
  830. package/dist-es/list/VirtualizedList.js.map +1 -1
  831. package/dist-es/list/keyset.js +1 -2
  832. package/dist-es/list/keyset.js.map +1 -1
  833. package/dist-es/list/useList.js +13 -9
  834. package/dist-es/list/useList.js.map +1 -1
  835. package/dist-es/list/useListHeight.js +9 -8
  836. package/dist-es/list/useListHeight.js.map +1 -1
  837. package/dist-es/list/useVirtualization.js +2 -2
  838. package/dist-es/list/useVirtualization.js.map +1 -1
  839. package/dist-es/list-deprecated/List.css.js +1 -1
  840. package/dist-es/list-deprecated/List.js +12 -15
  841. package/dist-es/list-deprecated/List.js.map +1 -1
  842. package/dist-es/list-deprecated/ListBase.js +153 -145
  843. package/dist-es/list-deprecated/ListBase.js.map +1 -1
  844. package/dist-es/list-deprecated/ListItem.css.js +1 -1
  845. package/dist-es/list-deprecated/ListItem.js +3 -8
  846. package/dist-es/list-deprecated/ListItem.js.map +1 -1
  847. package/dist-es/list-deprecated/ListItemBase.js +13 -15
  848. package/dist-es/list-deprecated/ListItemBase.js.map +1 -1
  849. package/dist-es/list-deprecated/ListItemContext.js +1 -1
  850. package/dist-es/list-deprecated/ListItemContext.js.map +1 -1
  851. package/dist-es/list-deprecated/ListStateContext.js +1 -1
  852. package/dist-es/list-deprecated/ListStateContext.js.map +1 -1
  853. package/dist-es/list-deprecated/internal/DescendantContext.js +9 -9
  854. package/dist-es/list-deprecated/internal/DescendantContext.js.map +1 -1
  855. package/dist-es/list-deprecated/internal/Highlighter.js +6 -12
  856. package/dist-es/list-deprecated/internal/Highlighter.js.map +1 -1
  857. package/dist-es/list-deprecated/internal/calcPreferredListHeight.js +3 -2
  858. package/dist-es/list-deprecated/internal/calcPreferredListHeight.js.map +1 -1
  859. package/dist-es/list-deprecated/internal/helpers.js.map +1 -1
  860. package/dist-es/list-deprecated/internal/scrollIntoView.js +2 -2
  861. package/dist-es/list-deprecated/internal/scrollIntoView.js.map +1 -1
  862. package/dist-es/list-deprecated/internal/useListAutoSizer.js +1 -1
  863. package/dist-es/list-deprecated/internal/useListAutoSizer.js.map +1 -1
  864. package/dist-es/list-deprecated/internal/useWidth.js.map +1 -1
  865. package/dist-es/list-deprecated/itemToString.js +1 -1
  866. package/dist-es/list-deprecated/itemToString.js.map +1 -1
  867. package/dist-es/list-deprecated/useList.js +13 -38
  868. package/dist-es/list-deprecated/useList.js.map +1 -1
  869. package/dist-es/list-deprecated/useListItem.js +7 -2
  870. package/dist-es/list-deprecated/useListItem.js.map +1 -1
  871. package/dist-es/list-deprecated/useTypeSelect.js +3 -2
  872. package/dist-es/list-deprecated/useTypeSelect.js.map +1 -1
  873. package/dist-es/list-next/ListItemNext.css.js +4 -0
  874. package/dist-es/list-next/ListItemNext.css.js.map +1 -0
  875. package/dist-es/list-next/ListItemNext.js +83 -0
  876. package/dist-es/list-next/ListItemNext.js.map +1 -0
  877. package/dist-es/list-next/ListNext.css.js +4 -0
  878. package/dist-es/list-next/ListNext.css.js.map +1 -0
  879. package/dist-es/list-next/ListNext.js +100 -0
  880. package/dist-es/list-next/ListNext.js.map +1 -0
  881. package/dist-es/list-next/ListNextContext.js +13 -0
  882. package/dist-es/list-next/ListNextContext.js.map +1 -0
  883. package/dist-es/list-next/useList.js +243 -0
  884. package/dist-es/list-next/useList.js.map +1 -0
  885. package/dist-es/logo/Logo.css.js +1 -1
  886. package/dist-es/logo/Logo.js +16 -50
  887. package/dist-es/logo/Logo.js.map +1 -1
  888. package/dist-es/logo/LogoImage.css.js +4 -0
  889. package/dist-es/logo/LogoImage.css.js.map +1 -0
  890. package/dist-es/logo/LogoImage.js +32 -0
  891. package/dist-es/logo/LogoImage.js.map +1 -0
  892. package/dist-es/logo/LogoSeparator.css.js +4 -0
  893. package/dist-es/logo/LogoSeparator.css.js.map +1 -0
  894. package/dist-es/logo/LogoSeparator.js +24 -0
  895. package/dist-es/logo/LogoSeparator.js.map +1 -0
  896. package/dist-es/menu-button/MenuButton.js +28 -22
  897. package/dist-es/menu-button/MenuButton.js.map +1 -1
  898. package/dist-es/menu-button/MenuButtonTrigger.css.js +1 -1
  899. package/dist-es/menu-button/MenuButtonTrigger.js +26 -20
  900. package/dist-es/menu-button/MenuButtonTrigger.js.map +1 -1
  901. package/dist-es/metric/Metric.css.js +1 -1
  902. package/dist-es/metric/Metric.js +7 -7
  903. package/dist-es/metric/Metric.js.map +1 -1
  904. package/dist-es/metric/MetricContent.css.js +1 -1
  905. package/dist-es/metric/MetricContent.js +37 -32
  906. package/dist-es/metric/MetricContent.js.map +1 -1
  907. package/dist-es/metric/MetricHeader.css.js +1 -1
  908. package/dist-es/metric/MetricHeader.js +22 -25
  909. package/dist-es/metric/MetricHeader.js.map +1 -1
  910. package/dist-es/metric/internal/MetricContext.js.map +1 -1
  911. package/dist-es/portal/Portal.js +5 -13
  912. package/dist-es/portal/Portal.js.map +1 -1
  913. package/dist-es/query-input/QueryInput.css.js +1 -1
  914. package/dist-es/query-input/QueryInput.js +34 -30
  915. package/dist-es/query-input/QueryInput.js.map +1 -1
  916. package/dist-es/query-input/internal/CategoryList.js +12 -20
  917. package/dist-es/query-input/internal/CategoryList.js.map +1 -1
  918. package/dist-es/query-input/internal/CategoryListContext.js +1 -1
  919. package/dist-es/query-input/internal/CategoryListContext.js.map +1 -1
  920. package/dist-es/query-input/internal/CategoryListItem.js +12 -34
  921. package/dist-es/query-input/internal/CategoryListItem.js.map +1 -1
  922. package/dist-es/query-input/internal/QueryInputBody.js +21 -31
  923. package/dist-es/query-input/internal/QueryInputBody.js.map +1 -1
  924. package/dist-es/query-input/internal/SearchList.js +26 -32
  925. package/dist-es/query-input/internal/SearchList.js.map +1 -1
  926. package/dist-es/query-input/internal/ValueList.js +21 -27
  927. package/dist-es/query-input/internal/ValueList.js.map +1 -1
  928. package/dist-es/query-input/internal/ValueSelector.js +45 -38
  929. package/dist-es/query-input/internal/ValueSelector.js.map +1 -1
  930. package/dist-es/query-input/internal/usePopperStatus.js +4 -4
  931. package/dist-es/query-input/internal/usePopperStatus.js.map +1 -1
  932. package/dist-es/query-input/useQueryInput.js +42 -30
  933. package/dist-es/query-input/useQueryInput.js.map +1 -1
  934. package/dist-es/responsive/OverflowReducer.js +25 -32
  935. package/dist-es/responsive/OverflowReducer.js.map +1 -1
  936. package/dist-es/responsive/overflowUtils.js +28 -29
  937. package/dist-es/responsive/overflowUtils.js.map +1 -1
  938. package/dist-es/responsive/useDynamicCollapse.js +11 -8
  939. package/dist-es/responsive/useDynamicCollapse.js.map +1 -1
  940. package/dist-es/responsive/useInstantCollapse.js +2 -4
  941. package/dist-es/responsive/useInstantCollapse.js.map +1 -1
  942. package/dist-es/responsive/useOverflow.js +13 -9
  943. package/dist-es/responsive/useOverflow.js.map +1 -1
  944. package/dist-es/responsive/useOverflowCollectionItems.js +5 -6
  945. package/dist-es/responsive/useOverflowCollectionItems.js.map +1 -1
  946. package/dist-es/responsive/useOverflowLayout.js +2 -6
  947. package/dist-es/responsive/useOverflowLayout.js.map +1 -1
  948. package/dist-es/responsive/useReclaimSpace.js +11 -22
  949. package/dist-es/responsive/useReclaimSpace.js.map +1 -1
  950. package/dist-es/responsive/useResizeObserver.js +8 -3
  951. package/dist-es/responsive/useResizeObserver.js.map +1 -1
  952. package/dist-es/responsive/useWidth.js +2 -2
  953. package/dist-es/responsive/useWidth.js.map +1 -1
  954. package/dist-es/responsive/utils.js +3 -10
  955. package/dist-es/responsive/utils.js.map +1 -1
  956. package/dist-es/search-input/SearchInput.js +33 -27
  957. package/dist-es/search-input/SearchInput.js.map +1 -1
  958. package/dist-es/static-list/StaticList.css.js +4 -0
  959. package/dist-es/static-list/StaticList.css.js.map +1 -0
  960. package/dist-es/static-list/StaticList.js +23 -0
  961. package/dist-es/static-list/StaticList.js.map +1 -0
  962. package/dist-es/static-list/StaticListItem.css.js +4 -0
  963. package/dist-es/static-list/StaticListItem.css.js.map +1 -0
  964. package/dist-es/static-list/StaticListItem.js +24 -0
  965. package/dist-es/static-list/StaticListItem.js.map +1 -0
  966. package/dist-es/static-list/StaticListItemContent.css.js +4 -0
  967. package/dist-es/static-list/StaticListItemContent.css.js.map +1 -0
  968. package/dist-es/static-list/StaticListItemContent.js +21 -0
  969. package/dist-es/static-list/StaticListItemContent.js.map +1 -0
  970. package/dist-es/system-status/SystemStatus.css.js +4 -0
  971. package/dist-es/system-status/SystemStatus.css.js.map +1 -0
  972. package/dist-es/system-status/SystemStatus.js +35 -0
  973. package/dist-es/system-status/SystemStatus.js.map +1 -0
  974. package/dist-es/system-status/SystemStatusActions.css.js +4 -0
  975. package/dist-es/system-status/SystemStatusActions.css.js.map +1 -0
  976. package/dist-es/system-status/SystemStatusActions.js +22 -0
  977. package/dist-es/system-status/SystemStatusActions.js.map +1 -0
  978. package/dist-es/system-status/SystemStatusContent.css.js +4 -0
  979. package/dist-es/system-status/SystemStatusContent.css.js.map +1 -0
  980. package/dist-es/system-status/SystemStatusContent.js +22 -0
  981. package/dist-es/system-status/SystemStatusContent.js.map +1 -0
  982. package/dist-es/tabs/Tab.css.js +1 -1
  983. package/dist-es/tabs/Tab.js +85 -71
  984. package/dist-es/tabs/Tab.js.map +1 -1
  985. package/dist-es/tabs/TabActivationIndicator.css.js +1 -1
  986. package/dist-es/tabs/TabActivationIndicator.js +4 -11
  987. package/dist-es/tabs/TabActivationIndicator.js.map +1 -1
  988. package/dist-es/tabs/TabPanel.js +14 -11
  989. package/dist-es/tabs/TabPanel.js.map +1 -1
  990. package/dist-es/tabs/Tabs.js +25 -27
  991. package/dist-es/tabs/Tabs.js.map +1 -1
  992. package/dist-es/tabs/Tabstrip.css.js +1 -1
  993. package/dist-es/tabs/Tabstrip.js +111 -99
  994. package/dist-es/tabs/Tabstrip.js.map +1 -1
  995. package/dist-es/tabs/drag-drop/Draggable.css.js +1 -1
  996. package/dist-es/tabs/drag-drop/Draggable.js +7 -6
  997. package/dist-es/tabs/drag-drop/Draggable.js.map +1 -1
  998. package/dist-es/tabs/drag-drop/drag-utils.js +29 -27
  999. package/dist-es/tabs/drag-drop/drag-utils.js.map +1 -1
  1000. package/dist-es/tabs/drag-drop/dragDropTypes.js.map +1 -1
  1001. package/dist-es/tabs/drag-drop/useDragDrop.js.map +1 -1
  1002. package/dist-es/tabs/drag-drop/useDragDropNaturalMovement.js +16 -12
  1003. package/dist-es/tabs/drag-drop/useDragDropNaturalMovement.js.map +1 -1
  1004. package/dist-es/tabs/drag-drop/useDragSpacers.js +24 -21
  1005. package/dist-es/tabs/drag-drop/useDragSpacers.js.map +1 -1
  1006. package/dist-es/tabs/useActivationIndicator.js +4 -4
  1007. package/dist-es/tabs/useActivationIndicator.js.map +1 -1
  1008. package/dist-es/tabs/useEditableItem.js +1 -1
  1009. package/dist-es/tabs/useEditableItem.js.map +1 -1
  1010. package/dist-es/tabs/useItemsWithIds.js +3 -11
  1011. package/dist-es/tabs/useItemsWithIds.js.map +1 -1
  1012. package/dist-es/tabs/useKeyboardNavigation.js +27 -34
  1013. package/dist-es/tabs/useKeyboardNavigation.js.map +1 -1
  1014. package/dist-es/tabs/useSelection.js +3 -3
  1015. package/dist-es/tabs/useSelection.js.map +1 -1
  1016. package/dist-es/tabs/useTabs.js +4 -4
  1017. package/dist-es/tabs/useTabs.js.map +1 -1
  1018. package/dist-es/tabs/useTabstrip.js +9 -6
  1019. package/dist-es/tabs/useTabstrip.js.map +1 -1
  1020. package/dist-es/toast-group/ToastGroup.css.js +4 -0
  1021. package/dist-es/toast-group/ToastGroup.css.js.map +1 -0
  1022. package/dist-es/toast-group/ToastGroup.js +31 -0
  1023. package/dist-es/toast-group/ToastGroup.js.map +1 -0
  1024. package/dist-es/tokenized-input/TokenizedInput.css.js +1 -1
  1025. package/dist-es/tokenized-input/TokenizedInput.js +9 -6
  1026. package/dist-es/tokenized-input/TokenizedInput.js.map +1 -1
  1027. package/dist-es/tokenized-input/TokenizedInputBase.js +114 -99
  1028. package/dist-es/tokenized-input/TokenizedInputBase.js.map +1 -1
  1029. package/dist-es/tokenized-input/internal/InputPill.js +28 -24
  1030. package/dist-es/tokenized-input/internal/InputPill.js.map +1 -1
  1031. package/dist-es/tokenized-input/internal/InputRuler.js +4 -8
  1032. package/dist-es/tokenized-input/internal/InputRuler.js.map +1 -1
  1033. package/dist-es/tokenized-input/internal/calcFirstHiddenIndex.js.map +1 -1
  1034. package/dist-es/tokenized-input/internal/defaultItemToString.js +1 -1
  1035. package/dist-es/tokenized-input/internal/defaultItemToString.js.map +1 -1
  1036. package/dist-es/tokenized-input/internal/getCursorPosition.js.map +1 -1
  1037. package/dist-es/tokenized-input/internal/isPlainObject.js.map +1 -1
  1038. package/dist-es/tokenized-input/internal/useResizeObserver.js.map +1 -1
  1039. package/dist-es/tokenized-input/internal/useWidth.js +3 -3
  1040. package/dist-es/tokenized-input/internal/useWidth.js.map +1 -1
  1041. package/dist-es/tokenized-input/useTokenizedInput.js +23 -10
  1042. package/dist-es/tokenized-input/useTokenizedInput.js.map +1 -1
  1043. package/dist-es/tokenized-input-next/TokenizedInputNext.css.js +4 -0
  1044. package/dist-es/tokenized-input-next/TokenizedInputNext.css.js.map +1 -0
  1045. package/dist-es/tokenized-input-next/TokenizedInputNext.js +252 -0
  1046. package/dist-es/tokenized-input-next/TokenizedInputNext.js.map +1 -0
  1047. package/dist-es/tokenized-input-next/internal/InputPill.css.js +4 -0
  1048. package/dist-es/tokenized-input-next/internal/InputPill.css.js.map +1 -0
  1049. package/dist-es/tokenized-input-next/internal/InputPill.js +75 -0
  1050. package/dist-es/tokenized-input-next/internal/InputPill.js.map +1 -0
  1051. package/dist-es/tokenized-input-next/internal/calcFirstHiddenIndex.js +18 -0
  1052. package/dist-es/tokenized-input-next/internal/calcFirstHiddenIndex.js.map +1 -0
  1053. package/dist-es/tokenized-input-next/internal/useResizeObserver.js +33 -0
  1054. package/dist-es/tokenized-input-next/internal/useResizeObserver.js.map +1 -0
  1055. package/dist-es/tokenized-input-next/internal/useWidth.js +42 -0
  1056. package/dist-es/tokenized-input-next/internal/useWidth.js.map +1 -0
  1057. package/dist-es/tokenized-input-next/useTokenizedInputNext.js +474 -0
  1058. package/dist-es/tokenized-input-next/useTokenizedInputNext.js.map +1 -0
  1059. package/dist-es/toolbar/Toolbar.css.js +1 -1
  1060. package/dist-es/toolbar/Toolbar.js +50 -41
  1061. package/dist-es/toolbar/Toolbar.js.map +1 -1
  1062. package/dist-es/toolbar/ToolbarButton.css.js +1 -1
  1063. package/dist-es/toolbar/ToolbarButton.js +12 -9
  1064. package/dist-es/toolbar/ToolbarButton.js.map +1 -1
  1065. package/dist-es/toolbar/Tooltray.js +26 -30
  1066. package/dist-es/toolbar/Tooltray.js.map +1 -1
  1067. package/dist-es/toolbar/internal/renderToolbarItems.js +26 -29
  1068. package/dist-es/toolbar/internal/renderToolbarItems.js.map +1 -1
  1069. package/dist-es/toolbar/internal/renderTrayTools.js +26 -21
  1070. package/dist-es/toolbar/internal/renderTrayTools.js.map +1 -1
  1071. package/dist-es/toolbar/overflow-panel/OverflowPanel.css.js +1 -1
  1072. package/dist-es/toolbar/overflow-panel/OverflowPanel.js +49 -56
  1073. package/dist-es/toolbar/overflow-panel/OverflowPanel.js.map +1 -1
  1074. package/dist-es/toolbar/overflow-panel/OverflowSeparator.css.js +1 -1
  1075. package/dist-es/toolbar/overflow-panel/OverflowSeparator.js +3 -6
  1076. package/dist-es/toolbar/overflow-panel/OverflowSeparator.js.map +1 -1
  1077. package/dist-es/toolbar/toolbar-field/ToolbarField.js +2 -5
  1078. package/dist-es/toolbar/toolbar-field/ToolbarField.js.map +1 -1
  1079. package/dist-es/toolbar/toolbar-field/useToolbarField.js +10 -10
  1080. package/dist-es/toolbar/toolbar-field/useToolbarField.js.map +1 -1
  1081. package/dist-es/utils/escapeRegExp.js.map +1 -1
  1082. package/dist-es/utils/forwardCallbackProps.js.map +1 -1
  1083. package/dist-es/utils/isEmail.js.map +1 -1
  1084. package/dist-es/utils/isPlainObject.js.map +1 -1
  1085. package/dist-es/utils/partition.js.map +1 -1
  1086. package/dist-es/utils/useClickOutside.js +1 -1
  1087. package/dist-es/utils/useClickOutside.js.map +1 -1
  1088. package/dist-es/utils/useEventCallback.js +6 -3
  1089. package/dist-es/utils/useEventCallback.js.map +1 -1
  1090. package/dist-es/utils/useIsViewportLargerThanBreakpoint.js +2 -2
  1091. package/dist-es/utils/useIsViewportLargerThanBreakpoint.js.map +1 -1
  1092. package/dist-es/utils/useLayoutEffectOnce.js +1 -1
  1093. package/dist-es/utils/useLayoutEffectOnce.js.map +1 -1
  1094. package/dist-es/utils/useLayoutEffectSkipFirst.js +1 -1
  1095. package/dist-es/utils/useLayoutEffectSkipFirst.js.map +1 -1
  1096. package/dist-es/utils/useOverflowDetection.js +3 -3
  1097. package/dist-es/utils/useOverflowDetection.js.map +1 -1
  1098. package/dist-es/utils/useSlideSelection.js.map +1 -1
  1099. package/dist-es/window/ElectronWindow.js +12 -22
  1100. package/dist-es/window/ElectronWindow.js.map +1 -1
  1101. package/dist-es/window/WindowContext.js +1 -5
  1102. package/dist-es/window/WindowContext.js.map +1 -1
  1103. package/dist-es/window/desktop-utils.js.map +1 -1
  1104. package/dist-types/app-header/AppHeader.d.ts +2 -2
  1105. package/dist-types/breadcrumbs/Breadcrumb.d.ts +6 -6
  1106. package/dist-types/breadcrumbs/Breadcrumbs.d.ts +4 -4
  1107. package/dist-types/breadcrumbs/internal/BreadcrumbsCollapsed.d.ts +4 -4
  1108. package/dist-types/breadcrumbs/internal/BreadcrumbsContext.d.ts +0 -1
  1109. package/dist-types/breadcrumbs/internal/BreadcrumbsSeparator.d.ts +2 -3
  1110. package/dist-types/breadcrumbs/internal/useFocusMenuRemount.d.ts +0 -1
  1111. package/dist-types/breadcrumbs-next/BreadcrumbNext.d.ts +23 -0
  1112. package/dist-types/breadcrumbs-next/BreadcrumbNextLabel.d.ts +4 -0
  1113. package/dist-types/breadcrumbs-next/BreadcrumbNextTrigger.d.ts +8 -0
  1114. package/dist-types/breadcrumbs-next/BreadcrumbsNext.d.ts +32 -0
  1115. package/dist-types/breadcrumbs-next/index.d.ts +4 -0
  1116. package/dist-types/breadcrumbs-next/internal/BreadcrumbNextContext.d.ts +14 -0
  1117. package/dist-types/breadcrumbs-next/internal/BreadcrumbOverflowDisclosure.d.ts +9 -0
  1118. package/dist-types/breadcrumbs-next/internal/breadcrumbItems.d.ts +9 -0
  1119. package/dist-types/button-bar/ButtonBar.d.ts +5 -5
  1120. package/dist-types/button-bar/OrderedButton.d.ts +1 -2
  1121. package/dist-types/button-bar/internal/ButtonBarContext.d.ts +0 -1
  1122. package/dist-types/button-bar/internal/DescendantContext.d.ts +2 -2
  1123. package/dist-types/button-bar/internal/useDescendants.d.ts +1 -1
  1124. package/dist-types/cascading-menu/CascadingMenu.d.ts +1 -2
  1125. package/dist-types/cascading-menu/CascadingMenuItem.d.ts +3 -3
  1126. package/dist-types/cascading-menu/CascadingMenuList.d.ts +9 -8
  1127. package/dist-types/cascading-menu/CascadingMenuProps.d.ts +6 -6
  1128. package/dist-types/cascading-menu/internal/CascadingMenuAction.d.ts +3 -3
  1129. package/dist-types/cascading-menu/internal/keydownHandlers.d.ts +2 -2
  1130. package/dist-types/cascading-menu/internal/menuPositioning.d.ts +1 -1
  1131. package/dist-types/cascading-menu/internal/stateUtils.d.ts +3 -3
  1132. package/dist-types/cascading-menu/internal/useClickAway.d.ts +1 -1
  1133. package/dist-types/cascading-menu/internal/useMenuTriggerHandlers.d.ts +7 -6
  1134. package/dist-types/cascading-menu/internal/useMountedRef.d.ts +0 -1
  1135. package/dist-types/cascading-menu/internal/useMouseHandlers.d.ts +2 -2
  1136. package/dist-types/cascading-menu/internal/useRefsManager.d.ts +1 -1
  1137. package/dist-types/cascading-menu/internal/useStateReducer.d.ts +5 -5
  1138. package/dist-types/cascading-menu/stateChangeTypes.d.ts +1 -1
  1139. package/dist-types/color-chooser/AlphaInputField.d.ts +2 -2
  1140. package/dist-types/color-chooser/Color.d.ts +1 -1
  1141. package/dist-types/color-chooser/ColorChooser.d.ts +3 -3
  1142. package/dist-types/color-chooser/ColorPicker.d.ts +1 -1
  1143. package/dist-types/color-chooser/DictTabs.d.ts +4 -5
  1144. package/dist-types/color-chooser/HexInput.d.ts +2 -2
  1145. package/dist-types/color-chooser/HexInputField.d.ts +2 -2
  1146. package/dist-types/color-chooser/RGBAInput.d.ts +2 -2
  1147. package/dist-types/color-chooser/RGBAInputField.d.ts +3 -3
  1148. package/dist-types/color-chooser/Swatch.d.ts +1 -1
  1149. package/dist-types/color-chooser/Swatches.d.ts +3 -3
  1150. package/dist-types/color-chooser/SwatchesPicker.d.ts +3 -3
  1151. package/dist-types/color-chooser/color-utils.d.ts +1 -1
  1152. package/dist-types/color-chooser/createTabsMapping.d.ts +3 -3
  1153. package/dist-types/color-chooser/index.d.ts +4 -4
  1154. package/dist-types/combo-box/ComboBox.d.ts +8 -8
  1155. package/dist-types/combo-box/useCombobox.d.ts +5 -5
  1156. package/dist-types/combo-box-deprecated/ComboBoxDeprecated.d.ts +6 -6
  1157. package/dist-types/combo-box-deprecated/filterHelpers.d.ts +1 -1
  1158. package/dist-types/combo-box-deprecated/internal/DefaultComboBox.d.ts +6 -6
  1159. package/dist-types/combo-box-deprecated/internal/MultiSelectComboBox.d.ts +4 -5
  1160. package/dist-types/combo-box-deprecated/internal/useComboBox.d.ts +120 -113
  1161. package/dist-types/combo-box-deprecated/internal/useMultiSelectComboBox.d.ts +306 -287
  1162. package/dist-types/combo-box-deprecated/internal/usePopperStatus.d.ts +4 -4
  1163. package/dist-types/common-hooks/collectionProvider.d.ts +3 -3
  1164. package/dist-types/common-hooks/collectionTypes.d.ts +5 -5
  1165. package/dist-types/common-hooks/index.d.ts +2 -2
  1166. package/dist-types/common-hooks/itemToString.d.ts +1 -1
  1167. package/dist-types/common-hooks/keyUtils.d.ts +3 -3
  1168. package/dist-types/common-hooks/navigationTypes.d.ts +7 -7
  1169. package/dist-types/common-hooks/selectionTypes.d.ts +12 -12
  1170. package/dist-types/common-hooks/useAutoSizer.d.ts +2 -2
  1171. package/dist-types/common-hooks/useCollapsibleGroups.d.ts +4 -4
  1172. package/dist-types/common-hooks/useCollectionItems.d.ts +2 -2
  1173. package/dist-types/common-hooks/useImperativeScrollingAPI.d.ts +2 -2
  1174. package/dist-types/common-hooks/useKeyboardNavigation.d.ts +3 -3
  1175. package/dist-types/common-hooks/useKeyboardNavigationPanel.d.ts +1 -1
  1176. package/dist-types/common-hooks/useSelection.d.ts +3 -3
  1177. package/dist-types/common-hooks/useTypeahead.d.ts +3 -3
  1178. package/dist-types/common-hooks/useViewportTracking.d.ts +2 -2
  1179. package/dist-types/common-hooks/utils/collection-item-utils.d.ts +4 -4
  1180. package/dist-types/common-hooks/utils/filter-utils.d.ts +2 -2
  1181. package/dist-types/common-hooks/utils/isSelected.d.ts +1 -1
  1182. package/dist-types/contact-details/ContactAction.d.ts +4 -4
  1183. package/dist-types/contact-details/ContactActions.d.ts +1 -1
  1184. package/dist-types/contact-details/ContactAvatar.d.ts +2 -3
  1185. package/dist-types/contact-details/ContactDetails.d.ts +2 -2
  1186. package/dist-types/contact-details/ContactFavoriteToggle.d.ts +2 -3
  1187. package/dist-types/contact-details/ContactMetadata.d.ts +1 -1
  1188. package/dist-types/contact-details/ContactMetadataItem.d.ts +3 -3
  1189. package/dist-types/contact-details/ContactPrimaryInfo.d.ts +2 -2
  1190. package/dist-types/contact-details/ContactSecondaryInfo.d.ts +4 -4
  1191. package/dist-types/contact-details/ContactTertiaryInfo.d.ts +3 -3
  1192. package/dist-types/contact-details/MailLinkComponent.d.ts +2 -3
  1193. package/dist-types/contact-details/index.d.ts +1 -1
  1194. package/dist-types/contact-details/internal/ContactDetailsContext.d.ts +1 -2
  1195. package/dist-types/contact-details/internal/FavoriteToggle.d.ts +4 -4
  1196. package/dist-types/contact-details/internal/FavoriteToggleWithTooltip.d.ts +2 -3
  1197. package/dist-types/contact-details/internal/StarIcon.d.ts +1 -2
  1198. package/dist-types/contact-details/internal/StarIconContainer.d.ts +2 -2
  1199. package/dist-types/contact-details/internal/index.d.ts +1 -1
  1200. package/dist-types/contact-details/internal/useComponentSize.d.ts +1 -1
  1201. package/dist-types/contact-details/types.d.ts +2 -2
  1202. package/dist-types/content-status/ContentStatus.d.ts +3 -3
  1203. package/dist-types/content-status/internal/StatusIndicator.d.ts +4 -5
  1204. package/dist-types/deck-item/DeckItem.d.ts +2 -2
  1205. package/dist-types/deck-layout/DeckLayout.d.ts +5 -5
  1206. package/dist-types/dropdown/Dropdown.d.ts +7 -7
  1207. package/dist-types/dropdown/DropdownBase.d.ts +2 -3
  1208. package/dist-types/dropdown/DropdownButton.d.ts +4 -4
  1209. package/dist-types/dropdown/dropdownTypes.d.ts +4 -4
  1210. package/dist-types/dropdown/index.d.ts +1 -1
  1211. package/dist-types/dropdown/useClickAway.d.ts +2 -2
  1212. package/dist-types/dropdown/useDropdown.d.ts +5 -5
  1213. package/dist-types/dropdown/useDropdownBase.d.ts +2 -2
  1214. package/dist-types/editable-label/EditableLabel.d.ts +1 -2
  1215. package/dist-types/focus-manager/FocusManager.d.ts +2 -2
  1216. package/dist-types/focus-manager/internal/findAllTabbableElements.d.ts +1 -1
  1217. package/dist-types/form-field-context-legacy/FormFieldLegacyContext.d.ts +2 -2
  1218. package/dist-types/form-field-context-legacy/useFormFieldLegacyProps.d.ts +1 -1
  1219. package/dist-types/form-field-legacy/FormActivationIndicator.d.ts +2 -3
  1220. package/dist-types/form-field-legacy/FormControlContext.d.ts +0 -1
  1221. package/dist-types/form-field-legacy/FormFieldLegacy.d.ts +11 -11
  1222. package/dist-types/form-field-legacy/FormHelperText.d.ts +5 -5
  1223. package/dist-types/form-field-legacy/FormLabel.d.ts +5 -5
  1224. package/dist-types/form-field-legacy/NecessityIndicator.d.ts +3 -3
  1225. package/dist-types/form-field-legacy/StatusIndicator.d.ts +5 -5
  1226. package/dist-types/form-group/FormGroup.d.ts +1 -1
  1227. package/dist-types/formatted-input/FormattedInput.d.ts +2 -3
  1228. package/dist-types/formatted-input/internal/InputWithMask.d.ts +2 -2
  1229. package/dist-types/index.d.ts +10 -25
  1230. package/dist-types/input-legacy/InputLegacy.d.ts +1 -1
  1231. package/dist-types/input-legacy/StaticInputAdornment.d.ts +2 -2
  1232. package/dist-types/input-legacy/useCursorOnFocus.d.ts +1 -1
  1233. package/dist-types/layer-layout/LayerLayout.d.ts +3 -4
  1234. package/dist-types/list/Highlighter.d.ts +1 -1
  1235. package/dist-types/list/List.d.ts +6 -6
  1236. package/dist-types/list/ListItem.d.ts +3 -3
  1237. package/dist-types/list/ListItemGroup.d.ts +1 -1
  1238. package/dist-types/list/ListItemHeader.d.ts +1 -1
  1239. package/dist-types/list/VirtualizedList.d.ts +6 -6
  1240. package/dist-types/list/index.d.ts +3 -3
  1241. package/dist-types/list/listTypes.d.ts +6 -6
  1242. package/dist-types/list/useList.d.ts +3 -3
  1243. package/dist-types/list/useListHeight.d.ts +2 -2
  1244. package/dist-types/list/useVirtualization.d.ts +3 -3
  1245. package/dist-types/list-deprecated/List.d.ts +5 -5
  1246. package/dist-types/list-deprecated/ListBase.d.ts +7 -11
  1247. package/dist-types/list-deprecated/ListItem.d.ts +4 -3
  1248. package/dist-types/list-deprecated/ListItemBase.d.ts +1 -1
  1249. package/dist-types/list-deprecated/ListItemContext.d.ts +2 -2
  1250. package/dist-types/list-deprecated/ListProps.d.ts +12 -11
  1251. package/dist-types/list-deprecated/ListStateContext.d.ts +7 -2
  1252. package/dist-types/list-deprecated/index.d.ts +3 -3
  1253. package/dist-types/list-deprecated/internal/DescendantContext.d.ts +13 -7
  1254. package/dist-types/list-deprecated/internal/Highlighter.d.ts +1 -1
  1255. package/dist-types/list-deprecated/internal/helpers.d.ts +3 -2
  1256. package/dist-types/list-deprecated/internal/useListAutoSizer.d.ts +2 -7
  1257. package/dist-types/list-deprecated/internal/useWidth.d.ts +1 -1
  1258. package/dist-types/list-deprecated/itemToString.d.ts +2 -2
  1259. package/dist-types/list-deprecated/useList.d.ts +3 -3
  1260. package/dist-types/list-deprecated/useListItem.d.ts +5 -5
  1261. package/dist-types/list-next/ListItemNext.d.ts +16 -0
  1262. package/dist-types/list-next/ListNext.d.ts +18 -0
  1263. package/dist-types/list-next/ListNextContext.d.ts +12 -0
  1264. package/dist-types/list-next/index.d.ts +2 -0
  1265. package/dist-types/list-next/useList.d.ts +39 -0
  1266. package/dist-types/logo/Logo.d.ts +3 -31
  1267. package/dist-types/logo/LogoImage.d.ts +5 -0
  1268. package/dist-types/logo/LogoSeparator.d.ts +3 -0
  1269. package/dist-types/logo/index.d.ts +2 -0
  1270. package/dist-types/menu-button/MenuButton.d.ts +3 -3
  1271. package/dist-types/menu-button/MenuButtonTrigger.d.ts +2 -2
  1272. package/dist-types/metric/Metric.d.ts +2 -2
  1273. package/dist-types/metric/MetricContent.d.ts +2 -2
  1274. package/dist-types/metric/MetricHeader.d.ts +2 -2
  1275. package/dist-types/metric/index.d.ts +1 -1
  1276. package/dist-types/metric/internal/MetricContext.d.ts +0 -1
  1277. package/dist-types/metric/internal/helpers.d.ts +1 -1
  1278. package/dist-types/metric/internal/index.d.ts +1 -1
  1279. package/dist-types/portal/Portal.d.ts +1 -1
  1280. package/dist-types/query-input/QueryInput.d.ts +3 -3
  1281. package/dist-types/query-input/index.d.ts +1 -1
  1282. package/dist-types/query-input/internal/CategoryList.d.ts +3 -3
  1283. package/dist-types/query-input/internal/CategoryListContext.d.ts +0 -1
  1284. package/dist-types/query-input/internal/CategoryListItem.d.ts +2 -2
  1285. package/dist-types/query-input/internal/QueryInputBody.d.ts +4 -4
  1286. package/dist-types/query-input/internal/SearchList.d.ts +3 -3
  1287. package/dist-types/query-input/internal/ValueList.d.ts +3 -3
  1288. package/dist-types/query-input/internal/ValueSelector.d.ts +3 -3
  1289. package/dist-types/query-input/internal/usePopperStatus.d.ts +3 -3
  1290. package/dist-types/query-input/useQueryInput.d.ts +5 -5
  1291. package/dist-types/responsive/OverflowReducer.d.ts +6 -6
  1292. package/dist-types/responsive/index.d.ts +5 -5
  1293. package/dist-types/responsive/overflowTypes.d.ts +23 -23
  1294. package/dist-types/responsive/overflowUtils.d.ts +6 -7
  1295. package/dist-types/responsive/useDynamicCollapse.d.ts +2 -2
  1296. package/dist-types/responsive/useInstantCollapse.d.ts +2 -2
  1297. package/dist-types/responsive/useOverflow.d.ts +1 -1
  1298. package/dist-types/responsive/useOverflowCollectionItems.d.ts +2 -2
  1299. package/dist-types/responsive/useOverflowLayout.d.ts +2 -2
  1300. package/dist-types/responsive/useReclaimSpace.d.ts +2 -2
  1301. package/dist-types/responsive/useResizeObserver.d.ts +3 -3
  1302. package/dist-types/responsive/useWidth.d.ts +1 -1
  1303. package/dist-types/responsive/utils.d.ts +3 -3
  1304. package/dist-types/search-input/SearchInput.d.ts +3 -3
  1305. package/dist-types/static-list/StaticList.d.ts +8 -0
  1306. package/dist-types/static-list/StaticListItem.d.ts +4 -0
  1307. package/dist-types/static-list/StaticListItemContent.d.ts +8 -0
  1308. package/dist-types/static-list/index.d.ts +3 -0
  1309. package/dist-types/system-status/SystemStatus.d.ts +9 -0
  1310. package/dist-types/system-status/SystemStatusActions.d.ts +9 -0
  1311. package/dist-types/system-status/SystemStatusContent.d.ts +9 -0
  1312. package/dist-types/system-status/index.d.ts +3 -0
  1313. package/dist-types/tabs/Tab.d.ts +21 -20
  1314. package/dist-types/tabs/TabActivationIndicator.d.ts +1 -2
  1315. package/dist-types/tabs/TabPanel.d.ts +1 -1
  1316. package/dist-types/tabs/Tabs.d.ts +2 -3
  1317. package/dist-types/tabs/TabsTypes.d.ts +11 -11
  1318. package/dist-types/tabs/Tabstrip.d.ts +2 -3
  1319. package/dist-types/tabs/drag-drop/Draggable.d.ts +4 -4
  1320. package/dist-types/tabs/drag-drop/DropIndicator.d.ts +2 -3
  1321. package/dist-types/tabs/drag-drop/drag-utils.d.ts +28 -24
  1322. package/dist-types/tabs/drag-drop/dragDropTypes.d.ts +7 -7
  1323. package/dist-types/tabs/drag-drop/useDragDrop.d.ts +1 -1
  1324. package/dist-types/tabs/drag-drop/useDragDropNaturalMovement.d.ts +1 -1
  1325. package/dist-types/tabs/drag-drop/useDragSpacers.d.ts +3 -3
  1326. package/dist-types/tabs/index.d.ts +2 -2
  1327. package/dist-types/tabs/useActivationIndicator.d.ts +3 -3
  1328. package/dist-types/tabs/useEditableItem.d.ts +3 -3
  1329. package/dist-types/tabs/useItemsWithIds.d.ts +2 -2
  1330. package/dist-types/tabs/useKeyboardNavigation.d.ts +3 -3
  1331. package/dist-types/tabs/useSelection.d.ts +4 -4
  1332. package/dist-types/tabs/useTabs.d.ts +2 -2
  1333. package/dist-types/tabs/useTabstrip.d.ts +6 -6
  1334. package/dist-types/toast-group/ToastGroup.d.ts +5 -0
  1335. package/dist-types/toast-group/index.d.ts +1 -0
  1336. package/dist-types/tokenized-input/TokenizedInput.d.ts +5 -5
  1337. package/dist-types/tokenized-input/TokenizedInputBase.d.ts +9 -9
  1338. package/dist-types/tokenized-input/internal/InputPill.d.ts +9 -7
  1339. package/dist-types/tokenized-input/internal/InputRuler.d.ts +1 -1
  1340. package/dist-types/tokenized-input/internal/getCursorPosition.d.ts +1 -1
  1341. package/dist-types/tokenized-input/internal/isPlainObject.d.ts +1 -1
  1342. package/dist-types/tokenized-input/internal/useResizeObserver.d.ts +1 -1
  1343. package/dist-types/tokenized-input/internal/useWidth.d.ts +1 -1
  1344. package/dist-types/tokenized-input/useTokenizedInput.d.ts +4 -4
  1345. package/dist-types/tokenized-input-next/TokenizedInputNext.d.ts +51 -0
  1346. package/dist-types/tokenized-input-next/index.d.ts +2 -0
  1347. package/dist-types/tokenized-input-next/internal/InputPill.d.ts +29 -0
  1348. package/dist-types/tokenized-input-next/internal/calcFirstHiddenIndex.d.ts +4 -0
  1349. package/dist-types/tokenized-input-next/internal/useResizeObserver.d.ts +6 -0
  1350. package/dist-types/tokenized-input-next/internal/useWidth.d.ts +7 -0
  1351. package/dist-types/tokenized-input-next/useTokenizedInputNext.d.ts +47 -0
  1352. package/dist-types/toolbar/Toolbar.d.ts +1 -2
  1353. package/dist-types/toolbar/ToolbarButton.d.ts +4 -5
  1354. package/dist-types/toolbar/ToolbarProps.d.ts +3 -3
  1355. package/dist-types/toolbar/Tooltray.d.ts +2 -3
  1356. package/dist-types/toolbar/TooltrayProps.d.ts +4 -4
  1357. package/dist-types/toolbar/index.d.ts +1 -1
  1358. package/dist-types/toolbar/internal/ToolbarButtonRefsContext.d.ts +2 -2
  1359. package/dist-types/toolbar/internal/ToolbarHiddenItemIdsContext.d.ts +0 -1
  1360. package/dist-types/toolbar/internal/renderToolbarItems.d.ts +2 -3
  1361. package/dist-types/toolbar/internal/renderTrayTools.d.ts +4 -4
  1362. package/dist-types/toolbar/overflow-panel/OverflowPanel.d.ts +2 -3
  1363. package/dist-types/toolbar/overflow-panel/OverflowSeparator.d.ts +1 -1
  1364. package/dist-types/toolbar/toolbar-field/ToolbarField.d.ts +1 -2
  1365. package/dist-types/toolbar/toolbar-field/toolbarFieldTypes.d.ts +1 -1
  1366. package/dist-types/toolbar/toolbar-field/useToolbarField.d.ts +2 -2
  1367. package/dist-types/utils/deprecatedExport.d.ts +11 -0
  1368. package/dist-types/utils/forwardCallbackProps.d.ts +1 -1
  1369. package/dist-types/utils/index.d.ts +1 -2
  1370. package/dist-types/utils/isEmail.d.ts +1 -1
  1371. package/dist-types/utils/useClickOutside.d.ts +2 -2
  1372. package/dist-types/utils/useEventCallback.d.ts +1 -1
  1373. package/dist-types/utils/useIsViewportLargerThanBreakpoint.d.ts +1 -1
  1374. package/dist-types/utils/useLayoutEffectOnce.d.ts +1 -1
  1375. package/dist-types/utils/useLayoutEffectSkipFirst.d.ts +1 -1
  1376. package/dist-types/utils/useOverflowDetection.d.ts +1 -1
  1377. package/dist-types/utils/useSlideSelection.d.ts +2 -2
  1378. package/dist-types/window/ElectronWindow.d.ts +1 -2
  1379. package/dist-types/window/WindowContext.d.ts +5 -5
  1380. package/dist-types/window/desktop-utils.d.ts +0 -1
  1381. package/dist-types/window/index.d.ts +1 -1
  1382. package/package.json +43 -37
  1383. package/dist-cjs/accordion/Accordion.css.js +0 -6
  1384. package/dist-cjs/accordion/Accordion.css.js.map +0 -1
  1385. package/dist-cjs/accordion/Accordion.js +0 -137
  1386. package/dist-cjs/accordion/Accordion.js.map +0 -1
  1387. package/dist-cjs/accordion/AccordionContext.js +0 -21
  1388. package/dist-cjs/accordion/AccordionContext.js.map +0 -1
  1389. package/dist-cjs/accordion/AccordionDetails.js +0 -87
  1390. package/dist-cjs/accordion/AccordionDetails.js.map +0 -1
  1391. package/dist-cjs/accordion/AccordionSection.js +0 -111
  1392. package/dist-cjs/accordion/AccordionSection.js.map +0 -1
  1393. package/dist-cjs/accordion/AccordionSectionContext.js +0 -24
  1394. package/dist-cjs/accordion/AccordionSectionContext.js.map +0 -1
  1395. package/dist-cjs/accordion/AccordionSummary.js +0 -64
  1396. package/dist-cjs/accordion/AccordionSummary.js.map +0 -1
  1397. package/dist-cjs/accordion/utils.js +0 -8
  1398. package/dist-cjs/accordion/utils.js.map +0 -1
  1399. package/dist-cjs/badge/Badge.css.js +0 -6
  1400. package/dist-cjs/badge/Badge.css.js.map +0 -1
  1401. package/dist-cjs/badge/Badge.js +0 -55
  1402. package/dist-cjs/badge/Badge.js.map +0 -1
  1403. package/dist-cjs/calendar/Calendar.css.js +0 -6
  1404. package/dist-cjs/calendar/Calendar.css.js.map +0 -1
  1405. package/dist-cjs/calendar/Calendar.js +0 -69
  1406. package/dist-cjs/calendar/Calendar.js.map +0 -1
  1407. package/dist-cjs/calendar/internal/CalendarCarousel.css.js +0 -6
  1408. package/dist-cjs/calendar/internal/CalendarCarousel.css.js.map +0 -1
  1409. package/dist-cjs/calendar/internal/CalendarCarousel.js +0 -101
  1410. package/dist-cjs/calendar/internal/CalendarCarousel.js.map +0 -1
  1411. package/dist-cjs/calendar/internal/CalendarContext.js +0 -21
  1412. package/dist-cjs/calendar/internal/CalendarContext.js.map +0 -1
  1413. package/dist-cjs/calendar/internal/CalendarDay.css.js +0 -6
  1414. package/dist-cjs/calendar/internal/CalendarDay.css.js.map +0 -1
  1415. package/dist-cjs/calendar/internal/CalendarDay.js +0 -75
  1416. package/dist-cjs/calendar/internal/CalendarDay.js.map +0 -1
  1417. package/dist-cjs/calendar/internal/CalendarMonth.css.js +0 -6
  1418. package/dist-cjs/calendar/internal/CalendarMonth.css.js.map +0 -1
  1419. package/dist-cjs/calendar/internal/CalendarMonth.js +0 -65
  1420. package/dist-cjs/calendar/internal/CalendarMonth.js.map +0 -1
  1421. package/dist-cjs/calendar/internal/CalendarNavigation.css.js +0 -6
  1422. package/dist-cjs/calendar/internal/CalendarNavigation.css.js.map +0 -1
  1423. package/dist-cjs/calendar/internal/CalendarNavigation.js +0 -231
  1424. package/dist-cjs/calendar/internal/CalendarNavigation.js.map +0 -1
  1425. package/dist-cjs/calendar/internal/CalendarWeekHeader.css.js +0 -6
  1426. package/dist-cjs/calendar/internal/CalendarWeekHeader.css.js.map +0 -1
  1427. package/dist-cjs/calendar/internal/CalendarWeekHeader.js +0 -38
  1428. package/dist-cjs/calendar/internal/CalendarWeekHeader.js.map +0 -1
  1429. package/dist-cjs/calendar/internal/useFocusManagement.js +0 -65
  1430. package/dist-cjs/calendar/internal/useFocusManagement.js.map +0 -1
  1431. package/dist-cjs/calendar/internal/utils.js +0 -66
  1432. package/dist-cjs/calendar/internal/utils.js.map +0 -1
  1433. package/dist-cjs/calendar/useCalendar.js +0 -131
  1434. package/dist-cjs/calendar/useCalendar.js.map +0 -1
  1435. package/dist-cjs/calendar/useCalendarDay.js +0 -74
  1436. package/dist-cjs/calendar/useCalendarDay.js.map +0 -1
  1437. package/dist-cjs/calendar/useSelection.js +0 -241
  1438. package/dist-cjs/calendar/useSelection.js.map +0 -1
  1439. package/dist-cjs/carousel/Carousel.css.js +0 -6
  1440. package/dist-cjs/carousel/Carousel.css.js.map +0 -1
  1441. package/dist-cjs/carousel/Carousel.js +0 -116
  1442. package/dist-cjs/carousel/Carousel.js.map +0 -1
  1443. package/dist-cjs/carousel/CarouselSlide.js +0 -64
  1444. package/dist-cjs/carousel/CarouselSlide.js.map +0 -1
  1445. package/dist-cjs/combo-box-deprecated/internal/getAnnouncement.js +0 -10
  1446. package/dist-cjs/combo-box-deprecated/internal/getAnnouncement.js.map +0 -1
  1447. package/dist-cjs/common-hooks/calcPreferredHeight.js +0 -28
  1448. package/dist-cjs/common-hooks/calcPreferredHeight.js.map +0 -1
  1449. package/dist-cjs/common-hooks/useAutoSizer.js +0 -44
  1450. package/dist-cjs/common-hooks/useAutoSizer.js.map +0 -1
  1451. package/dist-cjs/control-label/ControlLabel.css.js +0 -6
  1452. package/dist-cjs/control-label/ControlLabel.css.js.map +0 -1
  1453. package/dist-cjs/control-label/ControlLabel.js +0 -48
  1454. package/dist-cjs/control-label/ControlLabel.js.map +0 -1
  1455. package/dist-cjs/dialog/Dialog.css.js +0 -6
  1456. package/dist-cjs/dialog/Dialog.css.js.map +0 -1
  1457. package/dist-cjs/dialog/Dialog.js +0 -94
  1458. package/dist-cjs/dialog/Dialog.js.map +0 -1
  1459. package/dist-cjs/dialog/DialogActions.css.js +0 -6
  1460. package/dist-cjs/dialog/DialogActions.css.js.map +0 -1
  1461. package/dist-cjs/dialog/DialogActions.js +0 -33
  1462. package/dist-cjs/dialog/DialogActions.js.map +0 -1
  1463. package/dist-cjs/dialog/DialogContent.css.js +0 -6
  1464. package/dist-cjs/dialog/DialogContent.css.js.map +0 -1
  1465. package/dist-cjs/dialog/DialogContent.js +0 -43
  1466. package/dist-cjs/dialog/DialogContent.js.map +0 -1
  1467. package/dist-cjs/dialog/DialogTitle.css.js +0 -6
  1468. package/dist-cjs/dialog/DialogTitle.css.js.map +0 -1
  1469. package/dist-cjs/dialog/DialogTitle.js +0 -56
  1470. package/dist-cjs/dialog/DialogTitle.js.map +0 -1
  1471. package/dist-cjs/dialog/internal/DialogContext.js +0 -10
  1472. package/dist-cjs/dialog/internal/DialogContext.js.map +0 -1
  1473. package/dist-cjs/file-drop-zone/FileDropZone.css.js +0 -6
  1474. package/dist-cjs/file-drop-zone/FileDropZone.css.js.map +0 -1
  1475. package/dist-cjs/file-drop-zone/FileDropZone.js +0 -194
  1476. package/dist-cjs/file-drop-zone/FileDropZone.js.map +0 -1
  1477. package/dist-cjs/file-drop-zone/internal/utils.js +0 -39
  1478. package/dist-cjs/file-drop-zone/internal/utils.js.map +0 -1
  1479. package/dist-cjs/file-drop-zone/validators.js +0 -38
  1480. package/dist-cjs/file-drop-zone/validators.js.map +0 -1
  1481. package/dist-cjs/focus-manager/FocusManager.js +0 -158
  1482. package/dist-cjs/focus-manager/FocusManager.js.map +0 -1
  1483. package/dist-cjs/focus-manager/internal/findAllTabbableElements.js +0 -45
  1484. package/dist-cjs/focus-manager/internal/findAllTabbableElements.js.map +0 -1
  1485. package/dist-cjs/focus-manager/internal/useReturnFocus.js +0 -59
  1486. package/dist-cjs/focus-manager/internal/useReturnFocus.js.map +0 -1
  1487. package/dist-cjs/logo/internal/LogoTitle.js +0 -28
  1488. package/dist-cjs/logo/internal/LogoTitle.js.map +0 -1
  1489. package/dist-cjs/nav-item/ExpansionButton.js +0 -36
  1490. package/dist-cjs/nav-item/ExpansionButton.js.map +0 -1
  1491. package/dist-cjs/nav-item/NavItem.css.js +0 -6
  1492. package/dist-cjs/nav-item/NavItem.css.js.map +0 -1
  1493. package/dist-cjs/nav-item/NavItem.js +0 -78
  1494. package/dist-cjs/nav-item/NavItem.js.map +0 -1
  1495. package/dist-cjs/overlay/Overlay.css.js +0 -6
  1496. package/dist-cjs/overlay/Overlay.css.js.map +0 -1
  1497. package/dist-cjs/overlay/Overlay.js +0 -79
  1498. package/dist-cjs/overlay/Overlay.js.map +0 -1
  1499. package/dist-cjs/overlay/useOverlay.js +0 -97
  1500. package/dist-cjs/overlay/useOverlay.js.map +0 -1
  1501. package/dist-cjs/pagination/ArrowButton.js +0 -64
  1502. package/dist-cjs/pagination/ArrowButton.js.map +0 -1
  1503. package/dist-cjs/pagination/CompactControls.js +0 -38
  1504. package/dist-cjs/pagination/CompactControls.js.map +0 -1
  1505. package/dist-cjs/pagination/CompactInput.js +0 -66
  1506. package/dist-cjs/pagination/CompactInput.js.map +0 -1
  1507. package/dist-cjs/pagination/GoToInput.js +0 -99
  1508. package/dist-cjs/pagination/GoToInput.js.map +0 -1
  1509. package/dist-cjs/pagination/PageButton.js +0 -43
  1510. package/dist-cjs/pagination/PageButton.js.map +0 -1
  1511. package/dist-cjs/pagination/Pagination.css.js +0 -6
  1512. package/dist-cjs/pagination/Pagination.css.js.map +0 -1
  1513. package/dist-cjs/pagination/Pagination.js +0 -95
  1514. package/dist-cjs/pagination/Pagination.js.map +0 -1
  1515. package/dist-cjs/pagination/PaginationContext.js +0 -22
  1516. package/dist-cjs/pagination/PaginationContext.js.map +0 -1
  1517. package/dist-cjs/pagination/Paginator.js +0 -79
  1518. package/dist-cjs/pagination/Paginator.js.map +0 -1
  1519. package/dist-cjs/pagination/RegularControls.js +0 -58
  1520. package/dist-cjs/pagination/RegularControls.js.map +0 -1
  1521. package/dist-cjs/pagination/usePagination.js +0 -27
  1522. package/dist-cjs/pagination/usePagination.js.map +0 -1
  1523. package/dist-cjs/pagination/usePaginationContext.js +0 -19
  1524. package/dist-cjs/pagination/usePaginationContext.js.map +0 -1
  1525. package/dist-cjs/pagination/utils.js +0 -10
  1526. package/dist-cjs/pagination/utils.js.map +0 -1
  1527. package/dist-cjs/parent-child-item/ParentChildItem.css.js +0 -6
  1528. package/dist-cjs/parent-child-item/ParentChildItem.css.js.map +0 -1
  1529. package/dist-cjs/parent-child-item/ParentChildItem.js +0 -48
  1530. package/dist-cjs/parent-child-item/ParentChildItem.js.map +0 -1
  1531. package/dist-cjs/parent-child-layout/ParentChildLayout.css.js +0 -6
  1532. package/dist-cjs/parent-child-layout/ParentChildLayout.css.js.map +0 -1
  1533. package/dist-cjs/parent-child-layout/ParentChildLayout.js +0 -88
  1534. package/dist-cjs/parent-child-layout/ParentChildLayout.js.map +0 -1
  1535. package/dist-cjs/pill/ClosablePill.js +0 -61
  1536. package/dist-cjs/pill/ClosablePill.js.map +0 -1
  1537. package/dist-cjs/pill/Pill.css.js +0 -6
  1538. package/dist-cjs/pill/Pill.css.js.map +0 -1
  1539. package/dist-cjs/pill/Pill.js +0 -49
  1540. package/dist-cjs/pill/Pill.js.map +0 -1
  1541. package/dist-cjs/pill/PillBase.js +0 -133
  1542. package/dist-cjs/pill/PillBase.js.map +0 -1
  1543. package/dist-cjs/pill/SelectablePill.js +0 -55
  1544. package/dist-cjs/pill/SelectablePill.js.map +0 -1
  1545. package/dist-cjs/pill/constants.js +0 -8
  1546. package/dist-cjs/pill/constants.js.map +0 -1
  1547. package/dist-cjs/pill/internal/DeleteButton.js +0 -37
  1548. package/dist-cjs/pill/internal/DeleteButton.js.map +0 -1
  1549. package/dist-cjs/pill/internal/DivButton.js +0 -68
  1550. package/dist-cjs/pill/internal/DivButton.js.map +0 -1
  1551. package/dist-cjs/pill/internal/PillCheckbox.css.js +0 -6
  1552. package/dist-cjs/pill/internal/PillCheckbox.css.js.map +0 -1
  1553. package/dist-cjs/pill/internal/PillCheckbox.js +0 -27
  1554. package/dist-cjs/pill/internal/PillCheckbox.js.map +0 -1
  1555. package/dist-cjs/progress/CircularProgress/CircularProgress.css.js +0 -6
  1556. package/dist-cjs/progress/CircularProgress/CircularProgress.css.js.map +0 -1
  1557. package/dist-cjs/progress/CircularProgress/CircularProgress.js +0 -145
  1558. package/dist-cjs/progress/CircularProgress/CircularProgress.js.map +0 -1
  1559. package/dist-cjs/progress/CircularProgress/CircularProgressParts.js +0 -72
  1560. package/dist-cjs/progress/CircularProgress/CircularProgressParts.js.map +0 -1
  1561. package/dist-cjs/progress/Info.js +0 -19
  1562. package/dist-cjs/progress/Info.js.map +0 -1
  1563. package/dist-cjs/progress/LinearProgress/LinearProgress.css.js +0 -6
  1564. package/dist-cjs/progress/LinearProgress/LinearProgress.css.js.map +0 -1
  1565. package/dist-cjs/progress/LinearProgress/LinearProgress.js +0 -114
  1566. package/dist-cjs/progress/LinearProgress/LinearProgress.js.map +0 -1
  1567. package/dist-cjs/scrim/Scrim.css.js +0 -6
  1568. package/dist-cjs/scrim/Scrim.css.js.map +0 -1
  1569. package/dist-cjs/scrim/Scrim.js +0 -170
  1570. package/dist-cjs/scrim/Scrim.js.map +0 -1
  1571. package/dist-cjs/scrim/ScrimContext.js +0 -13
  1572. package/dist-cjs/scrim/ScrimContext.js.map +0 -1
  1573. package/dist-cjs/scrim/internal/PreventFocus.js +0 -39
  1574. package/dist-cjs/scrim/internal/PreventFocus.js.map +0 -1
  1575. package/dist-cjs/skip-link/SkipLink.css.js +0 -6
  1576. package/dist-cjs/skip-link/SkipLink.css.js.map +0 -1
  1577. package/dist-cjs/skip-link/SkipLink.js +0 -37
  1578. package/dist-cjs/skip-link/SkipLink.js.map +0 -1
  1579. package/dist-cjs/skip-link/SkipLinks.css.js +0 -6
  1580. package/dist-cjs/skip-link/SkipLinks.css.js.map +0 -1
  1581. package/dist-cjs/skip-link/SkipLinks.js +0 -31
  1582. package/dist-cjs/skip-link/SkipLinks.js.map +0 -1
  1583. package/dist-cjs/skip-link/internal/useManageFocusOnTarget.js +0 -61
  1584. package/dist-cjs/skip-link/internal/useManageFocusOnTarget.js.map +0 -1
  1585. package/dist-cjs/slider/Slider.css.js +0 -6
  1586. package/dist-cjs/slider/Slider.css.js.map +0 -1
  1587. package/dist-cjs/slider/Slider.js +0 -143
  1588. package/dist-cjs/slider/Slider.js.map +0 -1
  1589. package/dist-cjs/slider/internal/SliderHandle.js +0 -44
  1590. package/dist-cjs/slider/internal/SliderHandle.js.map +0 -1
  1591. package/dist-cjs/slider/internal/SliderMarkLabels.js +0 -45
  1592. package/dist-cjs/slider/internal/SliderMarkLabels.js.map +0 -1
  1593. package/dist-cjs/slider/internal/SliderRail.js +0 -25
  1594. package/dist-cjs/slider/internal/SliderRail.js.map +0 -1
  1595. package/dist-cjs/slider/internal/SliderRailMarks.js +0 -48
  1596. package/dist-cjs/slider/internal/SliderRailMarks.js.map +0 -1
  1597. package/dist-cjs/slider/internal/SliderSelection.js +0 -25
  1598. package/dist-cjs/slider/internal/SliderSelection.js.map +0 -1
  1599. package/dist-cjs/slider/internal/styles.js +0 -99
  1600. package/dist-cjs/slider/internal/styles.js.map +0 -1
  1601. package/dist-cjs/slider/internal/useSliderKeyDown.js +0 -50
  1602. package/dist-cjs/slider/internal/useSliderKeyDown.js.map +0 -1
  1603. package/dist-cjs/slider/internal/useSliderMouseDown.js +0 -93
  1604. package/dist-cjs/slider/internal/useSliderMouseDown.js.map +0 -1
  1605. package/dist-cjs/slider/internal/utils.js +0 -131
  1606. package/dist-cjs/slider/internal/utils.js.map +0 -1
  1607. package/dist-cjs/stepper-input/StepperInput.css.js +0 -6
  1608. package/dist-cjs/stepper-input/StepperInput.css.js.map +0 -1
  1609. package/dist-cjs/stepper-input/StepperInput.js +0 -122
  1610. package/dist-cjs/stepper-input/StepperInput.js.map +0 -1
  1611. package/dist-cjs/stepper-input/internal/useActivationIndicatorPosition.js +0 -38
  1612. package/dist-cjs/stepper-input/internal/useActivationIndicatorPosition.js.map +0 -1
  1613. package/dist-cjs/stepper-input/internal/useDynamicAriaLabel.js +0 -76
  1614. package/dist-cjs/stepper-input/internal/useDynamicAriaLabel.js.map +0 -1
  1615. package/dist-cjs/stepper-input/internal/useInterval.js +0 -27
  1616. package/dist-cjs/stepper-input/internal/useInterval.js.map +0 -1
  1617. package/dist-cjs/stepper-input/internal/useSpinner.js +0 -33
  1618. package/dist-cjs/stepper-input/internal/useSpinner.js.map +0 -1
  1619. package/dist-cjs/stepper-input/useStepperInput.js +0 -235
  1620. package/dist-cjs/stepper-input/useStepperInput.js.map +0 -1
  1621. package/dist-cjs/switch/Switch.css.js +0 -6
  1622. package/dist-cjs/switch/Switch.css.js.map +0 -1
  1623. package/dist-cjs/switch/Switch.js +0 -122
  1624. package/dist-cjs/switch/Switch.js.map +0 -1
  1625. package/dist-cjs/switch/assets/CheckedIcon.js +0 -34
  1626. package/dist-cjs/switch/assets/CheckedIcon.js.map +0 -1
  1627. package/dist-cjs/toggle-button/ToggleButton.css.js +0 -6
  1628. package/dist-cjs/toggle-button/ToggleButton.css.js.map +0 -1
  1629. package/dist-cjs/toggle-button/ToggleButton.js +0 -105
  1630. package/dist-cjs/toggle-button/ToggleButton.js.map +0 -1
  1631. package/dist-cjs/toggle-button/ToggleButtonGroup.css.js +0 -6
  1632. package/dist-cjs/toggle-button/ToggleButtonGroup.css.js.map +0 -1
  1633. package/dist-cjs/toggle-button/ToggleButtonGroup.js +0 -147
  1634. package/dist-cjs/toggle-button/ToggleButtonGroup.js.map +0 -1
  1635. package/dist-cjs/toggle-button/internal/ToggleButtonGroupContext.js +0 -10
  1636. package/dist-cjs/toggle-button/internal/ToggleButtonGroupContext.js.map +0 -1
  1637. package/dist-cjs/tree/Tree.css.js +0 -6
  1638. package/dist-cjs/tree/Tree.css.js.map +0 -1
  1639. package/dist-cjs/tree/Tree.js +0 -224
  1640. package/dist-cjs/tree/Tree.js.map +0 -1
  1641. package/dist-cjs/tree/TreeNode.css.js +0 -6
  1642. package/dist-cjs/tree/TreeNode.css.js.map +0 -1
  1643. package/dist-cjs/tree/TreeNode.js +0 -69
  1644. package/dist-cjs/tree/TreeNode.js.map +0 -1
  1645. package/dist-cjs/tree/use-tree-keyboard-navigation.js +0 -52
  1646. package/dist-cjs/tree/use-tree-keyboard-navigation.js.map +0 -1
  1647. package/dist-cjs/tree/useTree.js +0 -157
  1648. package/dist-cjs/tree/useTree.js.map +0 -1
  1649. package/dist-cjs/utils/useFloatingUI.js +0 -38
  1650. package/dist-cjs/utils/useFloatingUI.js.map +0 -1
  1651. package/dist-es/accordion/Accordion.css.js +0 -4
  1652. package/dist-es/accordion/Accordion.css.js.map +0 -1
  1653. package/dist-es/accordion/Accordion.js +0 -133
  1654. package/dist-es/accordion/Accordion.js.map +0 -1
  1655. package/dist-es/accordion/AccordionContext.js +0 -16
  1656. package/dist-es/accordion/AccordionContext.js.map +0 -1
  1657. package/dist-es/accordion/AccordionDetails.js +0 -83
  1658. package/dist-es/accordion/AccordionDetails.js.map +0 -1
  1659. package/dist-es/accordion/AccordionSection.js +0 -107
  1660. package/dist-es/accordion/AccordionSection.js.map +0 -1
  1661. package/dist-es/accordion/AccordionSectionContext.js +0 -19
  1662. package/dist-es/accordion/AccordionSectionContext.js.map +0 -1
  1663. package/dist-es/accordion/AccordionSummary.js +0 -60
  1664. package/dist-es/accordion/AccordionSummary.js.map +0 -1
  1665. package/dist-es/accordion/utils.js +0 -4
  1666. package/dist-es/accordion/utils.js.map +0 -1
  1667. package/dist-es/badge/Badge.css.js +0 -4
  1668. package/dist-es/badge/Badge.css.js.map +0 -1
  1669. package/dist-es/badge/Badge.js +0 -51
  1670. package/dist-es/badge/Badge.js.map +0 -1
  1671. package/dist-es/calendar/Calendar.css.js +0 -4
  1672. package/dist-es/calendar/Calendar.css.js.map +0 -1
  1673. package/dist-es/calendar/Calendar.js +0 -65
  1674. package/dist-es/calendar/Calendar.js.map +0 -1
  1675. package/dist-es/calendar/internal/CalendarCarousel.css.js +0 -4
  1676. package/dist-es/calendar/internal/CalendarCarousel.css.js.map +0 -1
  1677. package/dist-es/calendar/internal/CalendarCarousel.js +0 -97
  1678. package/dist-es/calendar/internal/CalendarCarousel.js.map +0 -1
  1679. package/dist-es/calendar/internal/CalendarContext.js +0 -16
  1680. package/dist-es/calendar/internal/CalendarContext.js.map +0 -1
  1681. package/dist-es/calendar/internal/CalendarDay.css.js +0 -4
  1682. package/dist-es/calendar/internal/CalendarDay.css.js.map +0 -1
  1683. package/dist-es/calendar/internal/CalendarDay.js +0 -71
  1684. package/dist-es/calendar/internal/CalendarDay.js.map +0 -1
  1685. package/dist-es/calendar/internal/CalendarMonth.css.js +0 -4
  1686. package/dist-es/calendar/internal/CalendarMonth.css.js.map +0 -1
  1687. package/dist-es/calendar/internal/CalendarMonth.js +0 -61
  1688. package/dist-es/calendar/internal/CalendarMonth.js.map +0 -1
  1689. package/dist-es/calendar/internal/CalendarNavigation.css.js +0 -4
  1690. package/dist-es/calendar/internal/CalendarNavigation.css.js.map +0 -1
  1691. package/dist-es/calendar/internal/CalendarNavigation.js +0 -227
  1692. package/dist-es/calendar/internal/CalendarNavigation.js.map +0 -1
  1693. package/dist-es/calendar/internal/CalendarWeekHeader.css.js +0 -4
  1694. package/dist-es/calendar/internal/CalendarWeekHeader.css.js.map +0 -1
  1695. package/dist-es/calendar/internal/CalendarWeekHeader.js +0 -34
  1696. package/dist-es/calendar/internal/CalendarWeekHeader.js.map +0 -1
  1697. package/dist-es/calendar/internal/useFocusManagement.js +0 -61
  1698. package/dist-es/calendar/internal/useFocusManagement.js.map +0 -1
  1699. package/dist-es/calendar/internal/utils.js +0 -55
  1700. package/dist-es/calendar/internal/utils.js.map +0 -1
  1701. package/dist-es/calendar/useCalendar.js +0 -127
  1702. package/dist-es/calendar/useCalendar.js.map +0 -1
  1703. package/dist-es/calendar/useCalendarDay.js +0 -70
  1704. package/dist-es/calendar/useCalendarDay.js.map +0 -1
  1705. package/dist-es/calendar/useSelection.js +0 -236
  1706. package/dist-es/calendar/useSelection.js.map +0 -1
  1707. package/dist-es/carousel/Carousel.css.js +0 -4
  1708. package/dist-es/carousel/Carousel.css.js.map +0 -1
  1709. package/dist-es/carousel/Carousel.js +0 -112
  1710. package/dist-es/carousel/Carousel.js.map +0 -1
  1711. package/dist-es/carousel/CarouselSlide.js +0 -60
  1712. package/dist-es/carousel/CarouselSlide.js.map +0 -1
  1713. package/dist-es/combo-box-deprecated/internal/getAnnouncement.js +0 -6
  1714. package/dist-es/combo-box-deprecated/internal/getAnnouncement.js.map +0 -1
  1715. package/dist-es/common-hooks/calcPreferredHeight.js +0 -24
  1716. package/dist-es/common-hooks/calcPreferredHeight.js.map +0 -1
  1717. package/dist-es/common-hooks/useAutoSizer.js +0 -40
  1718. package/dist-es/common-hooks/useAutoSizer.js.map +0 -1
  1719. package/dist-es/control-label/ControlLabel.css.js +0 -4
  1720. package/dist-es/control-label/ControlLabel.css.js.map +0 -1
  1721. package/dist-es/control-label/ControlLabel.js +0 -43
  1722. package/dist-es/control-label/ControlLabel.js.map +0 -1
  1723. package/dist-es/dialog/Dialog.css.js +0 -4
  1724. package/dist-es/dialog/Dialog.css.js.map +0 -1
  1725. package/dist-es/dialog/Dialog.js +0 -90
  1726. package/dist-es/dialog/Dialog.js.map +0 -1
  1727. package/dist-es/dialog/DialogActions.css.js +0 -4
  1728. package/dist-es/dialog/DialogActions.css.js.map +0 -1
  1729. package/dist-es/dialog/DialogActions.js +0 -29
  1730. package/dist-es/dialog/DialogActions.js.map +0 -1
  1731. package/dist-es/dialog/DialogContent.css.js +0 -4
  1732. package/dist-es/dialog/DialogContent.css.js.map +0 -1
  1733. package/dist-es/dialog/DialogContent.js +0 -39
  1734. package/dist-es/dialog/DialogContent.js.map +0 -1
  1735. package/dist-es/dialog/DialogTitle.css.js +0 -4
  1736. package/dist-es/dialog/DialogTitle.css.js.map +0 -1
  1737. package/dist-es/dialog/DialogTitle.js +0 -52
  1738. package/dist-es/dialog/DialogTitle.js.map +0 -1
  1739. package/dist-es/dialog/internal/DialogContext.js +0 -6
  1740. package/dist-es/dialog/internal/DialogContext.js.map +0 -1
  1741. package/dist-es/file-drop-zone/FileDropZone.css.js +0 -4
  1742. package/dist-es/file-drop-zone/FileDropZone.css.js.map +0 -1
  1743. package/dist-es/file-drop-zone/FileDropZone.js +0 -190
  1744. package/dist-es/file-drop-zone/FileDropZone.js.map +0 -1
  1745. package/dist-es/file-drop-zone/internal/utils.js +0 -32
  1746. package/dist-es/file-drop-zone/internal/utils.js.map +0 -1
  1747. package/dist-es/file-drop-zone/validators.js +0 -29
  1748. package/dist-es/file-drop-zone/validators.js.map +0 -1
  1749. package/dist-es/focus-manager/FocusManager.js +0 -154
  1750. package/dist-es/focus-manager/FocusManager.js.map +0 -1
  1751. package/dist-es/focus-manager/internal/findAllTabbableElements.js +0 -41
  1752. package/dist-es/focus-manager/internal/findAllTabbableElements.js.map +0 -1
  1753. package/dist-es/focus-manager/internal/useReturnFocus.js +0 -55
  1754. package/dist-es/focus-manager/internal/useReturnFocus.js.map +0 -1
  1755. package/dist-es/logo/internal/LogoTitle.js +0 -24
  1756. package/dist-es/logo/internal/LogoTitle.js.map +0 -1
  1757. package/dist-es/nav-item/ExpansionButton.js +0 -32
  1758. package/dist-es/nav-item/ExpansionButton.js.map +0 -1
  1759. package/dist-es/nav-item/NavItem.css.js +0 -4
  1760. package/dist-es/nav-item/NavItem.css.js.map +0 -1
  1761. package/dist-es/nav-item/NavItem.js +0 -74
  1762. package/dist-es/nav-item/NavItem.js.map +0 -1
  1763. package/dist-es/overlay/Overlay.css.js +0 -4
  1764. package/dist-es/overlay/Overlay.css.js.map +0 -1
  1765. package/dist-es/overlay/Overlay.js +0 -75
  1766. package/dist-es/overlay/Overlay.js.map +0 -1
  1767. package/dist-es/overlay/useOverlay.js +0 -93
  1768. package/dist-es/overlay/useOverlay.js.map +0 -1
  1769. package/dist-es/pagination/ArrowButton.js +0 -60
  1770. package/dist-es/pagination/ArrowButton.js.map +0 -1
  1771. package/dist-es/pagination/CompactControls.js +0 -34
  1772. package/dist-es/pagination/CompactControls.js.map +0 -1
  1773. package/dist-es/pagination/CompactInput.js +0 -62
  1774. package/dist-es/pagination/CompactInput.js.map +0 -1
  1775. package/dist-es/pagination/GoToInput.js +0 -95
  1776. package/dist-es/pagination/GoToInput.js.map +0 -1
  1777. package/dist-es/pagination/PageButton.js +0 -39
  1778. package/dist-es/pagination/PageButton.js.map +0 -1
  1779. package/dist-es/pagination/Pagination.css.js +0 -4
  1780. package/dist-es/pagination/Pagination.css.js.map +0 -1
  1781. package/dist-es/pagination/Pagination.js +0 -91
  1782. package/dist-es/pagination/Pagination.js.map +0 -1
  1783. package/dist-es/pagination/PaginationContext.js +0 -18
  1784. package/dist-es/pagination/PaginationContext.js.map +0 -1
  1785. package/dist-es/pagination/Paginator.js +0 -75
  1786. package/dist-es/pagination/Paginator.js.map +0 -1
  1787. package/dist-es/pagination/RegularControls.js +0 -54
  1788. package/dist-es/pagination/RegularControls.js.map +0 -1
  1789. package/dist-es/pagination/usePagination.js +0 -23
  1790. package/dist-es/pagination/usePagination.js.map +0 -1
  1791. package/dist-es/pagination/usePaginationContext.js +0 -15
  1792. package/dist-es/pagination/usePaginationContext.js.map +0 -1
  1793. package/dist-es/pagination/utils.js +0 -6
  1794. package/dist-es/pagination/utils.js.map +0 -1
  1795. package/dist-es/parent-child-item/ParentChildItem.css.js +0 -4
  1796. package/dist-es/parent-child-item/ParentChildItem.css.js.map +0 -1
  1797. package/dist-es/parent-child-item/ParentChildItem.js +0 -44
  1798. package/dist-es/parent-child-item/ParentChildItem.js.map +0 -1
  1799. package/dist-es/parent-child-layout/ParentChildLayout.css.js +0 -4
  1800. package/dist-es/parent-child-layout/ParentChildLayout.css.js.map +0 -1
  1801. package/dist-es/parent-child-layout/ParentChildLayout.js +0 -84
  1802. package/dist-es/parent-child-layout/ParentChildLayout.js.map +0 -1
  1803. package/dist-es/pill/ClosablePill.js +0 -57
  1804. package/dist-es/pill/ClosablePill.js.map +0 -1
  1805. package/dist-es/pill/Pill.css.js +0 -4
  1806. package/dist-es/pill/Pill.css.js.map +0 -1
  1807. package/dist-es/pill/Pill.js +0 -45
  1808. package/dist-es/pill/Pill.js.map +0 -1
  1809. package/dist-es/pill/PillBase.js +0 -129
  1810. package/dist-es/pill/PillBase.js.map +0 -1
  1811. package/dist-es/pill/SelectablePill.js +0 -51
  1812. package/dist-es/pill/SelectablePill.js.map +0 -1
  1813. package/dist-es/pill/constants.js +0 -4
  1814. package/dist-es/pill/constants.js.map +0 -1
  1815. package/dist-es/pill/internal/DeleteButton.js +0 -33
  1816. package/dist-es/pill/internal/DeleteButton.js.map +0 -1
  1817. package/dist-es/pill/internal/DivButton.js +0 -64
  1818. package/dist-es/pill/internal/DivButton.js.map +0 -1
  1819. package/dist-es/pill/internal/PillCheckbox.css.js +0 -4
  1820. package/dist-es/pill/internal/PillCheckbox.css.js.map +0 -1
  1821. package/dist-es/pill/internal/PillCheckbox.js +0 -23
  1822. package/dist-es/pill/internal/PillCheckbox.js.map +0 -1
  1823. package/dist-es/progress/CircularProgress/CircularProgress.css.js +0 -4
  1824. package/dist-es/progress/CircularProgress/CircularProgress.css.js.map +0 -1
  1825. package/dist-es/progress/CircularProgress/CircularProgress.js +0 -140
  1826. package/dist-es/progress/CircularProgress/CircularProgress.js.map +0 -1
  1827. package/dist-es/progress/CircularProgress/CircularProgressParts.js +0 -64
  1828. package/dist-es/progress/CircularProgress/CircularProgressParts.js.map +0 -1
  1829. package/dist-es/progress/Info.js +0 -15
  1830. package/dist-es/progress/Info.js.map +0 -1
  1831. package/dist-es/progress/LinearProgress/LinearProgress.css.js +0 -4
  1832. package/dist-es/progress/LinearProgress/LinearProgress.css.js.map +0 -1
  1833. package/dist-es/progress/LinearProgress/LinearProgress.js +0 -110
  1834. package/dist-es/progress/LinearProgress/LinearProgress.js.map +0 -1
  1835. package/dist-es/scrim/Scrim.css.js +0 -4
  1836. package/dist-es/scrim/Scrim.css.js.map +0 -1
  1837. package/dist-es/scrim/Scrim.js +0 -162
  1838. package/dist-es/scrim/Scrim.js.map +0 -1
  1839. package/dist-es/scrim/ScrimContext.js +0 -9
  1840. package/dist-es/scrim/ScrimContext.js.map +0 -1
  1841. package/dist-es/scrim/internal/PreventFocus.js +0 -35
  1842. package/dist-es/scrim/internal/PreventFocus.js.map +0 -1
  1843. package/dist-es/skip-link/SkipLink.css.js +0 -4
  1844. package/dist-es/skip-link/SkipLink.css.js.map +0 -1
  1845. package/dist-es/skip-link/SkipLink.js +0 -33
  1846. package/dist-es/skip-link/SkipLink.js.map +0 -1
  1847. package/dist-es/skip-link/SkipLinks.css.js +0 -4
  1848. package/dist-es/skip-link/SkipLinks.css.js.map +0 -1
  1849. package/dist-es/skip-link/SkipLinks.js +0 -27
  1850. package/dist-es/skip-link/SkipLinks.js.map +0 -1
  1851. package/dist-es/skip-link/internal/useManageFocusOnTarget.js +0 -57
  1852. package/dist-es/skip-link/internal/useManageFocusOnTarget.js.map +0 -1
  1853. package/dist-es/slider/Slider.css.js +0 -4
  1854. package/dist-es/slider/Slider.css.js.map +0 -1
  1855. package/dist-es/slider/Slider.js +0 -139
  1856. package/dist-es/slider/Slider.js.map +0 -1
  1857. package/dist-es/slider/internal/SliderHandle.js +0 -40
  1858. package/dist-es/slider/internal/SliderHandle.js.map +0 -1
  1859. package/dist-es/slider/internal/SliderMarkLabels.js +0 -41
  1860. package/dist-es/slider/internal/SliderMarkLabels.js.map +0 -1
  1861. package/dist-es/slider/internal/SliderRail.js +0 -21
  1862. package/dist-es/slider/internal/SliderRail.js.map +0 -1
  1863. package/dist-es/slider/internal/SliderRailMarks.js +0 -44
  1864. package/dist-es/slider/internal/SliderRailMarks.js.map +0 -1
  1865. package/dist-es/slider/internal/SliderSelection.js +0 -21
  1866. package/dist-es/slider/internal/SliderSelection.js.map +0 -1
  1867. package/dist-es/slider/internal/styles.js +0 -91
  1868. package/dist-es/slider/internal/styles.js.map +0 -1
  1869. package/dist-es/slider/internal/useSliderKeyDown.js +0 -46
  1870. package/dist-es/slider/internal/useSliderKeyDown.js.map +0 -1
  1871. package/dist-es/slider/internal/useSliderMouseDown.js +0 -89
  1872. package/dist-es/slider/internal/useSliderMouseDown.js.map +0 -1
  1873. package/dist-es/slider/internal/utils.js +0 -121
  1874. package/dist-es/slider/internal/utils.js.map +0 -1
  1875. package/dist-es/stepper-input/StepperInput.css.js +0 -4
  1876. package/dist-es/stepper-input/StepperInput.css.js.map +0 -1
  1877. package/dist-es/stepper-input/StepperInput.js +0 -118
  1878. package/dist-es/stepper-input/StepperInput.js.map +0 -1
  1879. package/dist-es/stepper-input/internal/useActivationIndicatorPosition.js +0 -34
  1880. package/dist-es/stepper-input/internal/useActivationIndicatorPosition.js.map +0 -1
  1881. package/dist-es/stepper-input/internal/useDynamicAriaLabel.js +0 -72
  1882. package/dist-es/stepper-input/internal/useDynamicAriaLabel.js.map +0 -1
  1883. package/dist-es/stepper-input/internal/useInterval.js +0 -23
  1884. package/dist-es/stepper-input/internal/useInterval.js.map +0 -1
  1885. package/dist-es/stepper-input/internal/useSpinner.js +0 -29
  1886. package/dist-es/stepper-input/internal/useSpinner.js.map +0 -1
  1887. package/dist-es/stepper-input/useStepperInput.js +0 -231
  1888. package/dist-es/stepper-input/useStepperInput.js.map +0 -1
  1889. package/dist-es/switch/Switch.css.js +0 -4
  1890. package/dist-es/switch/Switch.css.js.map +0 -1
  1891. package/dist-es/switch/Switch.js +0 -118
  1892. package/dist-es/switch/Switch.js.map +0 -1
  1893. package/dist-es/switch/assets/CheckedIcon.js +0 -30
  1894. package/dist-es/switch/assets/CheckedIcon.js.map +0 -1
  1895. package/dist-es/toggle-button/ToggleButton.css.js +0 -4
  1896. package/dist-es/toggle-button/ToggleButton.css.js.map +0 -1
  1897. package/dist-es/toggle-button/ToggleButton.js +0 -101
  1898. package/dist-es/toggle-button/ToggleButton.js.map +0 -1
  1899. package/dist-es/toggle-button/ToggleButtonGroup.css.js +0 -4
  1900. package/dist-es/toggle-button/ToggleButtonGroup.css.js.map +0 -1
  1901. package/dist-es/toggle-button/ToggleButtonGroup.js +0 -143
  1902. package/dist-es/toggle-button/ToggleButtonGroup.js.map +0 -1
  1903. package/dist-es/toggle-button/internal/ToggleButtonGroupContext.js +0 -6
  1904. package/dist-es/toggle-button/internal/ToggleButtonGroupContext.js.map +0 -1
  1905. package/dist-es/tree/Tree.css.js +0 -4
  1906. package/dist-es/tree/Tree.css.js.map +0 -1
  1907. package/dist-es/tree/Tree.js +0 -220
  1908. package/dist-es/tree/Tree.js.map +0 -1
  1909. package/dist-es/tree/TreeNode.css.js +0 -4
  1910. package/dist-es/tree/TreeNode.css.js.map +0 -1
  1911. package/dist-es/tree/TreeNode.js +0 -65
  1912. package/dist-es/tree/TreeNode.js.map +0 -1
  1913. package/dist-es/tree/use-tree-keyboard-navigation.js +0 -47
  1914. package/dist-es/tree/use-tree-keyboard-navigation.js.map +0 -1
  1915. package/dist-es/tree/useTree.js +0 -153
  1916. package/dist-es/tree/useTree.js.map +0 -1
  1917. package/dist-es/utils/useFloatingUI.js +0 -33
  1918. package/dist-es/utils/useFloatingUI.js.map +0 -1
  1919. package/dist-types/accordion/Accordion.d.ts +0 -9
  1920. package/dist-types/accordion/AccordionContext.d.ts +0 -10
  1921. package/dist-types/accordion/AccordionDetails.d.ts +0 -8
  1922. package/dist-types/accordion/AccordionSection.d.ts +0 -9
  1923. package/dist-types/accordion/AccordionSectionContext.d.ts +0 -8
  1924. package/dist-types/accordion/AccordionSummary.d.ts +0 -5
  1925. package/dist-types/accordion/index.d.ts +0 -5
  1926. package/dist-types/accordion/utils.d.ts +0 -1
  1927. package/dist-types/badge/Badge.d.ts +0 -27
  1928. package/dist-types/badge/index.d.ts +0 -1
  1929. package/dist-types/calendar/Calendar.d.ts +0 -12
  1930. package/dist-types/calendar/index.d.ts +0 -4
  1931. package/dist-types/calendar/internal/CalendarCarousel.d.ts +0 -4
  1932. package/dist-types/calendar/internal/CalendarContext.d.ts +0 -9
  1933. package/dist-types/calendar/internal/CalendarDay.d.ts +0 -14
  1934. package/dist-types/calendar/internal/CalendarMonth.d.ts +0 -11
  1935. package/dist-types/calendar/internal/CalendarNavigation.d.ts +0 -20
  1936. package/dist-types/calendar/internal/CalendarWeekHeader.d.ts +0 -5
  1937. package/dist-types/calendar/internal/useFocusManagement.d.ts +0 -9
  1938. package/dist-types/calendar/internal/utils.d.ts +0 -15
  1939. package/dist-types/calendar/useCalendar.d.ts +0 -60
  1940. package/dist-types/calendar/useCalendarDay.d.ts +0 -19
  1941. package/dist-types/calendar/useSelection.d.ts +0 -75
  1942. package/dist-types/carousel/Carousel.d.ts +0 -36
  1943. package/dist-types/carousel/CarouselSlide.d.ts +0 -10
  1944. package/dist-types/carousel/index.d.ts +0 -2
  1945. package/dist-types/control-label/ControlLabel.d.ts +0 -8
  1946. package/dist-types/control-label/index.d.ts +0 -1
  1947. package/dist-types/dialog/Dialog.d.ts +0 -18
  1948. package/dist-types/dialog/DialogActions.d.ts +0 -4
  1949. package/dist-types/dialog/DialogContent.d.ts +0 -4
  1950. package/dist-types/dialog/DialogTitle.d.ts +0 -9
  1951. package/dist-types/dialog/index.d.ts +0 -4
  1952. package/dist-types/dialog/internal/DialogContext.d.ts +0 -6
  1953. package/dist-types/file-drop-zone/FileDropZone.d.ts +0 -54
  1954. package/dist-types/file-drop-zone/index.d.ts +0 -2
  1955. package/dist-types/file-drop-zone/internal/utils.d.ts +0 -9
  1956. package/dist-types/file-drop-zone/validators.d.ts +0 -21
  1957. package/dist-types/logo/internal/LogoTitle.d.ts +0 -6
  1958. package/dist-types/nav-item/ExpansionButton.d.ts +0 -3
  1959. package/dist-types/nav-item/NavItem.d.ts +0 -17
  1960. package/dist-types/nav-item/index.d.ts +0 -1
  1961. package/dist-types/overlay/Overlay.d.ts +0 -16
  1962. package/dist-types/overlay/index.d.ts +0 -2
  1963. package/dist-types/overlay/useOverlay.d.ts +0 -8
  1964. package/dist-types/pagination/ArrowButton.d.ts +0 -8
  1965. package/dist-types/pagination/CompactControls.d.ts +0 -9
  1966. package/dist-types/pagination/CompactInput.d.ts +0 -9
  1967. package/dist-types/pagination/GoToInput.d.ts +0 -7
  1968. package/dist-types/pagination/PageButton.d.ts +0 -8
  1969. package/dist-types/pagination/Pagination.d.ts +0 -9
  1970. package/dist-types/pagination/PaginationContext.d.ts +0 -10
  1971. package/dist-types/pagination/Paginator.d.ts +0 -9
  1972. package/dist-types/pagination/RegularControls.d.ts +0 -9
  1973. package/dist-types/pagination/index.d.ts +0 -3
  1974. package/dist-types/pagination/usePagination.d.ts +0 -2
  1975. package/dist-types/pagination/usePaginationContext.d.ts +0 -1
  1976. package/dist-types/pagination/utils.d.ts +0 -1
  1977. package/dist-types/parent-child-item/ParentChildItem.d.ts +0 -31
  1978. package/dist-types/parent-child-item/index.d.ts +0 -1
  1979. package/dist-types/parent-child-layout/ParentChildLayout.d.ts +0 -36
  1980. package/dist-types/parent-child-layout/index.d.ts +0 -1
  1981. package/dist-types/pill/ClosablePill.d.ts +0 -9
  1982. package/dist-types/pill/Pill.d.ts +0 -15
  1983. package/dist-types/pill/PillBase.d.ts +0 -52
  1984. package/dist-types/pill/SelectablePill.d.ts +0 -17
  1985. package/dist-types/pill/constants.d.ts +0 -1
  1986. package/dist-types/pill/index.d.ts +0 -3
  1987. package/dist-types/pill/internal/DeleteButton.d.ts +0 -9
  1988. package/dist-types/pill/internal/DivButton.d.ts +0 -12
  1989. package/dist-types/pill/internal/PillCheckbox.d.ts +0 -4
  1990. package/dist-types/progress/CircularProgress/CircularProgress.d.ts +0 -66
  1991. package/dist-types/progress/CircularProgress/CircularProgressParts.d.ts +0 -13
  1992. package/dist-types/progress/Info.d.ts +0 -7
  1993. package/dist-types/progress/LinearProgress/LinearProgress.d.ts +0 -58
  1994. package/dist-types/progress/index.d.ts +0 -2
  1995. package/dist-types/scrim/Scrim.d.ts +0 -68
  1996. package/dist-types/scrim/ScrimContext.d.ts +0 -2
  1997. package/dist-types/scrim/index.d.ts +0 -2
  1998. package/dist-types/scrim/internal/PreventFocus.d.ts +0 -1
  1999. package/dist-types/skip-link/SkipLink.d.ts +0 -15
  2000. package/dist-types/skip-link/SkipLinks.d.ts +0 -2
  2001. package/dist-types/skip-link/index.d.ts +0 -2
  2002. package/dist-types/skip-link/internal/useManageFocusOnTarget.d.ts +0 -10
  2003. package/dist-types/slider/Slider.d.ts +0 -20
  2004. package/dist-types/slider/index.d.ts +0 -2
  2005. package/dist-types/slider/internal/SliderHandle.d.ts +0 -11
  2006. package/dist-types/slider/internal/SliderMarkLabels.d.ts +0 -8
  2007. package/dist-types/slider/internal/SliderRail.d.ts +0 -4
  2008. package/dist-types/slider/internal/SliderRailMarks.d.ts +0 -12
  2009. package/dist-types/slider/internal/SliderSelection.d.ts +0 -5
  2010. package/dist-types/slider/internal/styles.d.ts +0 -10
  2011. package/dist-types/slider/internal/useSliderKeyDown.d.ts +0 -3
  2012. package/dist-types/slider/internal/useSliderMouseDown.d.ts +0 -4
  2013. package/dist-types/slider/internal/utils.d.ts +0 -10
  2014. package/dist-types/slider/types.d.ts +0 -2
  2015. package/dist-types/stepper-input/StepperInput.d.ts +0 -22
  2016. package/dist-types/stepper-input/index.d.ts +0 -2
  2017. package/dist-types/stepper-input/internal/useActivationIndicatorPosition.d.ts +0 -2
  2018. package/dist-types/stepper-input/internal/useDynamicAriaLabel.d.ts +0 -4
  2019. package/dist-types/stepper-input/internal/useInterval.d.ts +0 -3
  2020. package/dist-types/stepper-input/internal/useSpinner.d.ts +0 -5
  2021. package/dist-types/stepper-input/useStepperInput.d.ts +0 -296
  2022. package/dist-types/switch/Switch.d.ts +0 -8
  2023. package/dist-types/switch/assets/CheckedIcon.d.ts +0 -4
  2024. package/dist-types/switch/index.d.ts +0 -1
  2025. package/dist-types/toggle-button/ToggleButton.d.ts +0 -12
  2026. package/dist-types/toggle-button/ToggleButtonGroup.d.ts +0 -18
  2027. package/dist-types/toggle-button/index.d.ts +0 -2
  2028. package/dist-types/toggle-button/internal/ToggleButtonGroupContext.d.ts +0 -14
  2029. package/dist-types/tree/Tree.d.ts +0 -4
  2030. package/dist-types/tree/TreeNode.d.ts +0 -12
  2031. package/dist-types/tree/index.d.ts +0 -1
  2032. package/dist-types/tree/treeTypes.d.ts +0 -42
  2033. package/dist-types/tree/use-tree-keyboard-navigation.d.ts +0 -15
  2034. package/dist-types/tree/useTree.d.ts +0 -3
  2035. package/dist-types/utils/useFloatingUI.d.ts +0 -34
package/CHANGELOG.md ADDED
@@ -0,0 +1,3904 @@
1
+ # @salt-ds/lab
2
+
3
+ ## 1.0.0-alpha.101
4
+
5
+ ### Patch Changes
6
+
7
+ - 8aaa8d0: Fixed read-only inputs so empty controlled values, empty default values, and empty selections consistently display the `emptyReadOnlyMarker` (`—` by default), while non-empty values such as numeric `0` continue to display the real value.
8
+ - Updated dependencies [8aaa8d0]
9
+ - Updated dependencies [fc112cb]
10
+ - Updated dependencies [8aaa8d0]
11
+ - Updated dependencies [7a828e4]
12
+ - Updated dependencies [87a8a85]
13
+ - Updated dependencies [8156149]
14
+ - @salt-ds/core@1.68.0
15
+ - @salt-ds/styles@0.4.0
16
+ - @salt-ds/icons@1.18.2
17
+
18
+ ## 1.0.0-alpha.100
19
+
20
+ ### Patch Changes
21
+
22
+ - dddc705: Updated `SystemStatus` default styling to better suit full-width, page-level messaging.
23
+ - c032879: Updated `BreadcrumbsNext` overflow disclosure items to render as plain anchors instead of Link, and scoped overflow trigger styling to Button’s public CSS variables.
24
+ - Updated dependencies [2c459c3]
25
+ - @salt-ds/core@1.67.1
26
+ - @salt-ds/icons@1.18.1
27
+
28
+ ## 1.0.0-alpha.99
29
+
30
+ ### Minor Changes
31
+
32
+ - 9c9b83e: Added `BreadcrumbsNext`, `BreadcrumbNext`, `BreadcrumbNextTrigger`, and `BreadcrumbNextLabel` for accessible breadcrumb navigation. Supports wrapping, disclosure collapse, and routing integration via `render` props.
33
+
34
+ ### Patch Changes
35
+
36
+ - d37a311: Updated Floating UI from `0.26.28` to `0.27.19`.
37
+ - Updated dependencies [747cb08]
38
+ - Updated dependencies [d84df88]
39
+ - Updated dependencies [56855cb]
40
+ - Updated dependencies [e226b17]
41
+ - Updated dependencies [9c9b83e]
42
+ - Updated dependencies [747cb08]
43
+ - Updated dependencies [d37a311]
44
+ - @salt-ds/core@1.67.0
45
+
46
+ ## 1.0.0-alpha.98
47
+
48
+ ### Minor Changes
49
+
50
+ - f9f9b8e: Removed `MegaMenu` and its related components (`MegaMenuActions`, `MegaMenuAside`, `MegaMenuContent`, `MegaMenuGroup`, `MegaMenuGroupHeading`, `MegaMenuGroups`, `MegaMenuList`, `MegaMenuListItem`, `MegaMenuPanel`, and `MegaMenuTrigger`) from lab and promoted to core.
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [f9f9b8e]
55
+ - @salt-ds/core@1.66.0
56
+
57
+ ## 1.0.0-alpha.97
58
+
59
+ ### Minor Changes
60
+
61
+ - 2516755: Removed `ToolbarNext`, `ToolbarContentNext`, and `TooltrayNext` from lab and promoted to core. As part of the promotion the components were renamed e.g., `ToolbarNext` is now `Toolbar`.
62
+
63
+ The legacy `Toolbar` and `Tooltray` exports in lab are unchanged.
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [906c94e]
68
+ - Updated dependencies [2516755]
69
+ - Updated dependencies [027f8c4]
70
+ - Updated dependencies [027f8c4]
71
+ - @salt-ds/core@1.65.0
72
+
73
+ ## 1.0.0-alpha.96
74
+
75
+ ### Minor Changes
76
+
77
+ - 248982a: Reworked `MegaMenu` for more semantic, accessible markup and more predictable
78
+ keyboard navigation.
79
+
80
+ - **Renamed `MegaMenuHeader` to `MegaMenuGroupHeading`.** It now renders a real heading (`<h3>` by default; set the level with `as`, e.g. `as="h2"`) instead of a `<div>`, so each group appears in the document outline for assistive technology.
81
+ - **Renamed `MegaMenuItem` to `MegaMenuListItem`.** It renders an `<a>` by default — pass a `render` element such as `react-router`'s `Link` — and accepts a `current` prop that sets `aria-current="page"` for the active page.
82
+ - **Added `MegaMenuList`.** Wrap a group's items in it so they are announced as a list; `MegaMenuListItem` can no longer be placed directly inside `MegaMenuGroup`.
83
+ - **Renamed `MegaMenuSupportingContent` to `MegaMenuAside`.** It now renders an `<aside>` landmark, making the supporting region discoverable to screen-reader users.
84
+ - **Renamed `MegaMenuSupportingActions` to `MegaMenuActions`.**
85
+ - **Added `MegaMenuContent`.** It is the center navigation region holding the groups and an optional `MegaMenuActions` band; `MegaMenuAside` sits beside it, positioned by source order.
86
+ - **Narrowed `MegaMenu`'s `placement` prop** to `"bottom" | "bottom-start" | "bottom-end"` (the new `MegaMenuPlacement` type).
87
+ - **Menu columns now adapt to the available width** instead of overflowing, keeping panels usable on narrower viewports.
88
+ - **Keyboard navigation is more predictable** between the columns, the actions row, and the trigger;
89
+
90
+ ```diff
91
+ <MegaMenuPanel aria-label="Solutions menu">
92
+ + <MegaMenuContent>
93
+ <MegaMenuGroups>
94
+ <MegaMenuGroup>
95
+ - <MegaMenuHeader>Financial services</MegaMenuHeader>
96
+ - <MegaMenuItem render={<Link to="/digital-banking" />}>Digital banking</MegaMenuItem>
97
+ + <MegaMenuGroupHeading>Financial services</MegaMenuGroupHeading>
98
+ + <MegaMenuList>
99
+ + <MegaMenuListItem render={<Link to="/digital-banking" />}>Digital banking</MegaMenuListItem>
100
+ + </MegaMenuList>
101
+ </MegaMenuGroup>
102
+ </MegaMenuGroups>
103
+ - <MegaMenuSupportingActions>
104
+ + <MegaMenuActions>
105
+ <Link href="#demo">Book a demo</Link>
106
+ - </MegaMenuSupportingActions>
107
+ + </MegaMenuActions>
108
+ + </MegaMenuContent>
109
+ - <MegaMenuSupportingContent>...</MegaMenuSupportingContent>
110
+ + <MegaMenuAside>...</MegaMenuAside>
111
+ </MegaMenuPanel>
112
+ ```
113
+
114
+ ### Patch Changes
115
+
116
+ - bab3b6c: Fixed `ToolbarNext` overflow calculations to preserve fractional browser measurements and avoid false overflow caused by subpixel rounding.
117
+ - Updated dependencies [1a48c1a]
118
+ - @salt-ds/core@1.64.1
119
+
120
+ ## 1.0.0-alpha.95
121
+
122
+ ### Minor Changes
123
+
124
+ - 8043fee: Updated `MegaMenu` with several API improvements:
125
+
126
+ - **Renamed `MegaMenuSection` to `MegaMenuGroups`.** The associated CSS custom property `--saltMegaMenuSection-columnWidth` has been renamed to `--saltMegaMenuGroups-columnWidth`.
127
+ - **Renamed `MegaMenuContent` to `MegaMenuSupportingContent`** to better convey its purpose as a region for supporting content alongside the menu groups.
128
+ - **Removed `MegaMenuItemContent`.** Pass the label directly to `MegaMenuItem`.
129
+ - **Added `MegaMenuSupportingActions`.** Use it to group one or more supporting action links beneath the menu groups in a `MegaMenuPanel`.
130
+ - **Added a `render` prop to `MegaMenuItem`** for integration with custom link or routing components (such as `react-router`'s `Link`).
131
+
132
+ ```diff
133
+ - <MegaMenuSection>
134
+ + <MegaMenuGroups>
135
+ <MegaMenuGroup>
136
+ <MegaMenuHeader>Financial services</MegaMenuHeader>
137
+ - <MegaMenuItem>
138
+ - <Icon aria-hidden />
139
+ - <MegaMenuItemContent>Digital banking</MegaMenuItemContent>
140
+ - </MegaMenuItem>
141
+ + <MegaMenuItem render={<Link to="/digital-banking" />}>
142
+ + <Icon aria-hidden />
143
+ + Digital banking
144
+ + </MegaMenuItem>
145
+ </MegaMenuGroup>
146
+ - </MegaMenuSection>
147
+ + </MegaMenuGroups>
148
+ - <MegaMenuContent>...</MegaMenuContent>
149
+ + <MegaMenuSupportingContent>...</MegaMenuSupportingContent>
150
+ + <MegaMenuSupportingActions>
151
+ + <Link href="#demo" IconComponent={ChevronRightIcon}>Book a demo</Link>
152
+ + </MegaMenuSupportingActions>
153
+ ```
154
+
155
+ - 8687aa7: Date-related components and utilities are no longer re-exported from `@salt-ds/lab`. Update the import source to `@salt-ds/date-components`.
156
+
157
+ The exact set of components depends on the selection variant you're using.
158
+
159
+ **Single-date selection** (`DateInputSingle`, single `DatePicker`, `DatePickerSingleInput`, `DatePickerSingleGridPanel`, single `Calendar`):
160
+
161
+ ```diff
162
+ import {
163
+ type DateInputSingleDetails,
164
+ DateInputSingle,
165
+ DatePicker,
166
+ DatePickerOverlay,
167
+ DatePickerSingleGridPanel,
168
+ DatePickerSingleInput,
169
+ DatePickerTrigger,
170
+ type SingleDateSelection,
171
+ Calendar,
172
+ CalendarGrid,
173
+ CalendarNavigation,
174
+ LocalizationProvider,
175
+ useLocalization,
176
+ - } from "@salt-ds/lab";
177
+ + } from "@salt-ds/date-components";
178
+ ```
179
+
180
+ **Range selection** (`DateInputRange`, range `DatePicker`, `DatePickerRangeInput`, `DatePickerRangePanel`, `DatePickerRangeGridPanel`, range `Calendar`):
181
+
182
+ ```diff
183
+ import {
184
+ type DateInputRangeDetails,
185
+ DateInputRange,
186
+ DatePicker,
187
+ DatePickerOverlay,
188
+ DatePickerRangeGridPanel,
189
+ DatePickerRangeInput,
190
+ DatePickerRangePanel,
191
+ DatePickerTrigger,
192
+ type DateRangeSelection,
193
+ Calendar,
194
+ CalendarGrid,
195
+ CalendarNavigation,
196
+ LocalizationProvider,
197
+ useLocalization,
198
+ - } from "@salt-ds/lab";
199
+ + } from "@salt-ds/date-components";
200
+ ```
201
+
202
+ **Offset selection** (offset `Calendar`; offset `DatePicker` built from the range input + range panel with `selectionVariant="offset"`):
203
+
204
+ ```diff
205
+ import {
206
+ type DateRangeSelection,
207
+ Calendar,
208
+ CalendarGrid,
209
+ CalendarNavigation,
210
+ DatePicker,
211
+ DatePickerOverlay,
212
+ DatePickerRangeInput,
213
+ DatePickerRangePanel,
214
+ DatePickerTrigger,
215
+ LocalizationProvider,
216
+ useLocalization,
217
+ - } from "@salt-ds/lab";
218
+ + } from "@salt-ds/date-components";
219
+ ```
220
+
221
+ ### Patch Changes
222
+
223
+ - 4314ca5: Fixed `ToolbarNext` focus handling when composing multiselect `ComboBox` controls, preserving pill keyboard navigation and preventing focus flashes when restoring toolbar focus.
224
+ - Updated dependencies [9729a10]
225
+ - Updated dependencies [52daa64]
226
+ - Updated dependencies [ed2779c]
227
+ - Updated dependencies [07e4d5d]
228
+ - @salt-ds/core@1.64.0
229
+
230
+ ## 1.0.0-alpha.94
231
+
232
+ ### Minor Changes
233
+
234
+ - fcf295b: Removed `Tree`, `TreeNode`, `TreeNodeTrigger`, and `TreeNodeLabel` from lab and promoted to core.
235
+ - 5fc9124: ## Summary
236
+
237
+ New `ToolbarNext`, `ToolbarContentNext`, and `TooltrayNext` components for composing horizontal toolbars with responsive overflow, grouped controls, and keyboard navigation.
238
+
239
+ **What's included**
240
+
241
+ - Flat authoring with `TooltrayNext` children aligned to start, center, or end
242
+ - Explicit `ToolbarContentNext` regions for start, center, and end toolbar layouts
243
+ - Shared, named, grouped, independent, and non-overflowing tooltray overflow modes
244
+ - Overflow priority control for deciding which trays collapse first
245
+ - Bordered and transparent appearances with primary, secondary, and tertiary variants
246
+ - Horizontal toolbar semantics and keyboard navigation across toolbar controls and overflow menus
247
+ - `TooltrayNext` as a layout-only wrapper, with optional `role="group"` and accessible labels for meaningful control groups
248
+
249
+ ## Examples
250
+
251
+ **Basic Toolbar** — place `TooltrayNext` components directly inside `ToolbarNext`; use `align="end"` for trailing actions
252
+
253
+ ```tsx
254
+ import { Button, Dropdown, Input, Option } from "@salt-ds/core";
255
+ import { GridIcon, ListIcon, SearchIcon } from "@salt-ds/icons";
256
+ import { ToolbarNext, TooltrayNext } from "@salt-ds/lab";
257
+
258
+ const options = ["Option A", "Option B", "Option C"];
259
+
260
+ <ToolbarNext aria-label="Data controls">
261
+ <TooltrayNext>
262
+ <Dropdown bordered defaultSelected={["Option A"]} style={{ width: 160 }}>
263
+ {options.map((option) => (
264
+ <Option value={option} key={option} />
265
+ ))}
266
+ </Dropdown>
267
+ </TooltrayNext>
268
+ <TooltrayNext role="group" aria-label="Search">
269
+ <Input
270
+ bordered
271
+ startAdornment={<SearchIcon />}
272
+ placeholder="Search"
273
+ style={{ width: 180 }}
274
+ />
275
+ </TooltrayNext>
276
+ <TooltrayNext align="end" role="group" aria-label="View and actions">
277
+ <Button appearance="transparent" aria-label="Grid view">
278
+ <GridIcon aria-hidden />
279
+ </Button>
280
+ <Button appearance="transparent" aria-label="List view">
281
+ <ListIcon aria-hidden />
282
+ </Button>
283
+ <Button appearance="solid">Run</Button>
284
+ </TooltrayNext>
285
+ </ToolbarNext>;
286
+ ```
287
+
288
+ **Centered Toolbar With Named Overflow** — use `ToolbarContentNext` when you need explicit start, center, and end regions; named overflow keeps related actions behind a labelled trigger
289
+
290
+ ```tsx
291
+ import { Button, ToggleButton, ToggleButtonGroup } from "@salt-ds/core";
292
+ import { ToolbarContentNext, ToolbarNext, TooltrayNext } from "@salt-ds/lab";
293
+
294
+ <ToolbarNext aria-label="Centered actions">
295
+ <ToolbarContentNext position="start">
296
+ <TooltrayNext
297
+ overflowMode="none"
298
+ role="group"
299
+ aria-label="Primary action"
300
+ >
301
+ <Button appearance="solid">Create</Button>
302
+ </TooltrayNext>
303
+ </ToolbarContentNext>
304
+ <ToolbarContentNext position="center">
305
+ <TooltrayNext overflowMode="none" role="group" aria-label="View options">
306
+ <ToggleButtonGroup>
307
+ <ToggleButton value="day">Day</ToggleButton>
308
+ <ToggleButton value="week">Week</ToggleButton>
309
+ <ToggleButton value="month">Month</ToggleButton>
310
+ </ToggleButtonGroup>
311
+ </TooltrayNext>
312
+ </ToolbarContentNext>
313
+ <ToolbarContentNext position="end">
314
+ <TooltrayNext
315
+ overflowGroup="Actions"
316
+ overflowLabel="Actions"
317
+ overflowMode="grouped"
318
+ overflowPriority={5}
319
+ role="group"
320
+ aria-label="Secondary actions"
321
+ >
322
+ <Button appearance="transparent">Export</Button>
323
+ <Button appearance="transparent">Settings</Button>
324
+ </TooltrayNext>
325
+ </ToolbarContentNext>
326
+ </ToolbarNext>;
327
+ ```
328
+
329
+ ### Patch Changes
330
+
331
+ - Updated dependencies [fcf295b]
332
+ - @salt-ds/core@1.63.0
333
+
334
+ ## 1.0.0-alpha.93
335
+
336
+ ### Minor Changes
337
+
338
+ - 8980f01: Removed `SidePanel` and its related components (`SidePanelProvider`, `SidePanelTrigger`, `SidePanelCloseButton`, `SidePanelHeader`, `SidePanelTitle`, `SidePanelContent`, and the `useSidePanel` hook) from lab and promoted to core.
339
+
340
+ ### Patch Changes
341
+
342
+ - 1718878: Updated Tree node layout to use `spacing-75 + spacing-50` vertical padding and `size-icon` chevron to align with design.
343
+ - Updated dependencies [8980f01]
344
+ - @salt-ds/core@1.62.0
345
+
346
+ ## 1.0.0-alpha.92
347
+
348
+ ### Patch Changes
349
+
350
+ - 4f2d850: Fix `SidePanel` animation, focus behaviour, and width handling.
351
+
352
+ - `--saltSidePanel-width` now accepts any CSS length, including percentages (`20%`), `clamp()`, `vw`, and `rem`.
353
+ - Tabbing into, through, and out of an open panel now works in both directions, including for custom triggers registered via `setTriggerRef` (e.g. table rows). Focus no longer gets trapped or lost.
354
+
355
+ ## 1.0.0-alpha.91
356
+
357
+ ### Minor Changes
358
+
359
+ - e74d4d8: Added `MegaMenu`.
360
+
361
+ `MegaMenu` is a multi-column dropdown that opens from a trigger to display a large set of grouped navigation items. Use `MegaMenu` to manage open state, `MegaMenuTrigger` to toggle the panel, `MegaMenuPanel` for the floating container, and `MegaMenuSection` / `MegaMenuGroup` / `MegaMenuHeader` / `MegaMenuItem` / `MegaMenuItemContent` / `MegaMenuContent` to structure the contents.
362
+
363
+ ```tsx
364
+ const [open, setOpen] = useState(false);
365
+
366
+ <MegaMenu open={open} onOpenChange={setOpen}>
367
+ <MegaMenuTrigger>
368
+ <NavigationItem>Solutions</NavigationItem>
369
+ </MegaMenuTrigger>
370
+ <MegaMenuPanel aria-label="Solutions menu">
371
+ <MegaMenuSection>
372
+ <MegaMenuGroup>
373
+ <MegaMenuHeader>Financial services</MegaMenuHeader>
374
+ <MegaMenuItem onClick={() => console.log("Digital banking")}>
375
+ <MegaMenuItemContent>Digital banking</MegaMenuItemContent>
376
+ </MegaMenuItem>
377
+ <MegaMenuItem onClick={() => console.log("Risk management")}>
378
+ <MegaMenuItemContent>Risk management</MegaMenuItemContent>
379
+ </MegaMenuItem>
380
+ </MegaMenuGroup>
381
+ </MegaMenuSection>
382
+ </MegaMenuPanel>
383
+ </MegaMenu>;
384
+ ```
385
+
386
+ - 7ffd0fd: Removed `TabsNext` and related components from lab and promoted to core. As part of the promotion the components were renamed e.g., `TabsNext` is now `Tabs`.
387
+ - 2db14be: Removed `Rating` from lab and promoted to core.
388
+ - 6368299: Added `SidePanelCloseButton` component that handles close logic, icon rendering, and accessible labelling (`aria-label` + `aria-labelledby` linked to the panel title) automatically. Removes the need for consumers to manually wire up IDs, icons, and click handlers.
389
+ - 6368299: Updated `getTriggerProps` in `useSidePanel` to include a built-in `onClick` handler that toggles the panel open state, removing the need for consumers to manage toggle logic themselves, unless they want to.
390
+
391
+ ### Patch Changes
392
+
393
+ - 78ca46a: Fix TreeNodes wrapped in React Fragments not participating in keyboard navigation
394
+ - 6368299: Fixed `SidePanel` animating on first render when using `defaultOpen`. The panel now appears immediately without animation when initially open, and only animates on subsequent open/close interactions.
395
+ - Updated dependencies [e74d4d8]
396
+ - Updated dependencies [2db14be]
397
+ - Updated dependencies [7ffd0fd]
398
+ - @salt-ds/core@1.61.0
399
+
400
+ ## 1.0.0-alpha.90
401
+
402
+ ### Minor Changes
403
+
404
+ - 5d4de6f: Date components and related utilities have been extracted into a new package: `@salt-ds/date-components`. This package is intended to be the long-term home for these components.
405
+
406
+ To avoid a breaking change while the date components remain in release-candidate status, `@salt-ds/lab` continues to re-export the same APIs for now. Importing these APIs from `@salt-ds/lab` will emit a deprecation warning in development.
407
+
408
+ New code should import directly from `@salt-ds/date-components`. Once `@salt-ds/date-components` is marked stable, the date component exports will be removed from `@salt-ds/lab`.
409
+
410
+ In addition, `DatePickerSinglePanel` which was previously deprecated in favour of `DatePickerSingleGridPanel` has now been removed. Consumers should update to use `DatePickerSingleGridPanel` from `@salt-ds/date-components` if they have not already done so.
411
+
412
+ ```diff
413
+ - import { DatePickerSinglePanel } from "@salt-ds/lab";
414
+ + import { DatePickerSingleGridPanel } from "@salt-ds/date-components";
415
+ ```
416
+
417
+ ### DatePicker `enableApply` prop deprecation
418
+
419
+ The automatic detection of `DatePickerActions` to infer the `enableApply` prop is now deprecated. When using a modal `DatePicker` with confirmation controls, you must explicitly set `enableApply={true}` on the `DatePicker` component.
420
+
421
+ A deprecation warning will be emitted in development mode if `DatePickerActions` is detected and `enableApply` is not explicitly provided.
422
+
423
+ **Migration:**
424
+
425
+ Update your DatePicker usage to explicitly set `enableApply`:
426
+
427
+ ```diff
428
+ <DatePicker
429
+ selectionVariant="single"
430
+ + enableApply={true}
431
+ onApply={handleApply}
432
+ onCancel={handleCancel}
433
+ >
434
+ <DatePickerTrigger>
435
+ <DatePickerSingleInput />
436
+ </DatePickerTrigger>
437
+ <DatePickerOverlay>
438
+ <DatePickerSingleGridPanel />
439
+ <DatePickerActions selectionVariant="single" />
440
+ </DatePickerOverlay>
441
+ </DatePicker>
442
+ ```
443
+
444
+ The automatic detection will be removed in a future version.
445
+
446
+ ### DatePickerRangePanel navigation fix
447
+
448
+ Fixed an issue where the end calendar's Next button was incorrectly disabled near `minDate`. The `isEndNextDisabled` guard was comparing against `minDate` plus one month instead of `maxDate`, which meant the Next button could be disabled even when valid later months were available.
449
+
450
+ ### DatePickerActions label fix
451
+
452
+ Fixed an issue where action button labels (Apply/Cancel) were missing context when `selectedDate` was `undefined` (e.g. an untouched uncontrolled picker). The guard now checks for both `null` and `undefined`. Additionally, partial range selections now show explicit wording (`"no start date"` / `"no end date"`) instead of blank labels.
453
+
454
+ - 282c739: Added `SidePanel`.
455
+
456
+ `SidePanel` is a collapsible container that slides in from an edge of its parent, providing supplementary content or controls without disrupting the main layout.
457
+
458
+ Use `SidePanelProvider` to manage open state, `SidePanelTrigger` to toggle the panel, `SidePanelTitle` provides the accessible name for the panel region automatically and `useSidePanel` to access `setOpen` for programmatic close.
459
+
460
+ ```tsx
461
+ const PanelContent = () => {
462
+ const { CloseIcon } = useIcon();
463
+ const { setOpen } = useSidePanel();
464
+ return (
465
+ <SidePanel>
466
+ <SidePanelHeader>
467
+ <SidePanelTitle>
468
+ <H2>Panel Title</H2>
469
+ </SidePanelTitle>
470
+ <Button
471
+ aria-label="Close"
472
+ appearance="transparent"
473
+ onClick={() => setOpen(false)}
474
+ >
475
+ <CloseIcon aria-hidden />
476
+ </Button>
477
+ </SidePanelHeader>
478
+ <SidePanelContent>
479
+ <Text>Panel body content.</Text>
480
+ </SidePanelContent>
481
+ </SidePanel>
482
+ );
483
+ };
484
+
485
+ <SidePanelProvider>
486
+ <SidePanelTrigger>
487
+ <Button>Open Panel</Button>
488
+ </SidePanelTrigger>
489
+ <PanelContent />
490
+ </SidePanelProvider>;
491
+ ```
492
+
493
+ ### Patch Changes
494
+
495
+ - Updated dependencies [5d4de6f]
496
+ - Updated dependencies [5d4de6f]
497
+ - Updated dependencies [5d4de6f]
498
+ - Updated dependencies [5d4de6f]
499
+ - @salt-ds/date-components@0.1.0
500
+ - @salt-ds/date-adapters@0.1.0-alpha.7
501
+ - @salt-ds/core@1.60.0
502
+
503
+ ## 1.0.0-alpha.89
504
+
505
+ ### Patch Changes
506
+
507
+ - e131baa: Improved `useEventCallback`'s stability.
508
+ - 7427b2c: - Updated spacing between tree node elements.
509
+ - Fixed missing gap between node elements.
510
+ - Fixed node focus indicator outline placement.
511
+ - 39e684a: Fixed incorrect Tooltip positioning and behavior when used with TreeNodeTrigger.
512
+ - b9c81ae: Refactored Tabs to address accessibility issues, known bugs and improve stability.
513
+ - Updated dependencies [e131baa]
514
+ - Updated dependencies [2d2d62b]
515
+ - @salt-ds/core@1.59.1
516
+
517
+ ## 1.0.0-alpha.88
518
+
519
+ ### Patch Changes
520
+
521
+ - cfc1591: Simplify disabled styling across the system. This affected the following components:
522
+
523
+ ## Core
524
+
525
+ - Checkbox
526
+ - Combo box
527
+ - Dropdown
528
+ - List box
529
+ - Radio button
530
+ - Slider
531
+ - Switch
532
+
533
+ ## Lab
534
+
535
+ - Tree
536
+
537
+ - 89429e2: Updated accent token usage, to align to the recent theme change.
538
+ - Updated dependencies [5c36edc]
539
+ - Updated dependencies [cfc1591]
540
+ - Updated dependencies [89429e2]
541
+ - Updated dependencies [0a08ae0]
542
+ - Updated dependencies [49b3486]
543
+ - Updated dependencies [5c36edc]
544
+ - @salt-ds/core@1.59.0
545
+ - @salt-ds/icons@1.18.0
546
+
547
+ ## 1.0.0-alpha.87
548
+
549
+ ### Minor Changes
550
+
551
+ - 133a519: Removed `Kbd` from lab and promoted to core.
552
+ - 23b5f53: Added tertiary variant support to `DateInputRange` and `DateInputSingle`.
553
+ - b1a3e45: ## Summary
554
+
555
+ New `Tree`, `TreeNode`, and `TreeNodeTrigger` components for displaying hierarchical data with expand/collapse, selection, and keyboard navigation.
556
+
557
+ **What's included**
558
+
559
+ - Single and multi-select modes with optional checkbox variant
560
+ - Controlled and uncontrolled expanded/selected states
561
+ - Selection propagation to descendants and ancestors in multiselect mode
562
+ - Keyboard navigation (arrows, Home, End, Enter, Space, type-ahead)
563
+ - Disabled state at tree or individual node level
564
+ - Custom icons per node
565
+ - `TreeNodeTrigger` for custom row content (e.g. wrapping with `Tooltip`); use inside `TreeNode` when you need more than the default `label`
566
+
567
+ ## Examples
568
+
569
+ **Basic Tree** — use `TreeNode` with the `label` prop, optionally including an `icon` prop
570
+
571
+ ```tsx
572
+ import {
573
+ FolderOpenIcon,
574
+ FolderClosedIcon,
575
+ DocumentIcon,
576
+ } from "@salt-ds/icons";
577
+ import { Tree, TreeNode } from "@salt-ds/lab";
578
+
579
+ <Tree aria-label="File browser" defaultExpanded={["documents"]}>
580
+ <TreeNode value="documents" label="Documents" icon={FolderOpenIcon}>
581
+ <TreeNode value="reports" label="Reports" icon={FolderClosedIcon}>
582
+ <TreeNode
583
+ value="annual-report"
584
+ label="Annual Report"
585
+ icon={DocumentIcon}
586
+ />
587
+ <TreeNode
588
+ value="quarterly-report"
589
+ label="Quarterly Report"
590
+ icon={DocumentIcon}
591
+ />
592
+ </TreeNode>
593
+ <TreeNode value="invoices" label="Invoices" icon={FolderClosedIcon}>
594
+ <TreeNode value="invoice-001" label="Invoice 001" icon={DocumentIcon} />
595
+ <TreeNode value="invoice-002" label="Invoice 002" icon={DocumentIcon} />
596
+ </TreeNode>
597
+ </TreeNode>
598
+ <TreeNode value="downloads" label="Downloads" icon={FolderClosedIcon} />
599
+ </Tree>;
600
+ ```
601
+
602
+ **Tree with Tooltip** — use `TreeNodeTrigger` and `TreeNodeLabel` inside `TreeNode` when you need to wrap the row (e.g. in a `Tooltip`). Icons can be passed as direct children of `TreeNodeTrigger`.
603
+
604
+ ```tsx
605
+ import { Tooltip } from "@salt-ds/core";
606
+ import { FolderOpenIcon, FolderClosedIcon } from "@salt-ds/icons";
607
+ import { Tree, TreeNode, TreeNodeLabel, TreeNodeTrigger } from "@salt-ds/lab";
608
+
609
+ <Tree aria-label="File browser" defaultExpanded={["documents"]}>
610
+ <TreeNode value="documents">
611
+ <Tooltip content="Contains all document files" placement="right">
612
+ <TreeNodeTrigger>
613
+ <FolderOpenIcon aria-hidden />
614
+ <TreeNodeLabel>Documents</TreeNodeLabel>
615
+ </TreeNodeTrigger>
616
+ </Tooltip>
617
+ <TreeNode value="reports">
618
+ <Tooltip content="Financial reports folder" placement="right">
619
+ <TreeNodeTrigger>
620
+ <FolderClosedIcon aria-hidden />
621
+ <TreeNodeLabel>Reports</TreeNodeLabel>
622
+ </TreeNodeTrigger>
623
+ </Tooltip>
624
+ <TreeNode value="annual-report" label="Annual Report" />
625
+ <TreeNode value="quarterly-report" label="Quarterly Report" />
626
+ </TreeNode>
627
+ </TreeNode>
628
+ <TreeNode value="downloads" label="Downloads" />
629
+ </Tree>;
630
+ ```
631
+
632
+ ### Patch Changes
633
+
634
+ - aae0846: Fixed some controls having empty `aria-labelledby` or `aria-describedby` attributes when used outside a FormField.
635
+ - 852256d: Fixed `Rating` not inheriting readOnly and disabled states from form fields.
636
+ - fdb9cfc: Updated Rating to fix alignment issues and improve spacing.
637
+ - Updated dependencies [23b5f53]
638
+ - Updated dependencies [aae0846]
639
+ - Updated dependencies [133a519]
640
+ - Updated dependencies [503c186]
641
+ - @salt-ds/core@1.58.0
642
+
643
+ ## 1.0.0-alpha.86
644
+
645
+ ### Minor Changes
646
+
647
+ - a16cbc5: `Rating` has been added to allow users to provide feedback relating to your product or experience.
648
+
649
+ Basic usage:
650
+
651
+ ```jsx
652
+ import { Rating } from "@salt-ds/lab";
653
+
654
+ function App() {
655
+ const [value, setValue] = useState(0);
656
+
657
+ return (
658
+ <Rating
659
+ value={value}
660
+ onValueChange={(event, newValue) => setValue(newValue)}
661
+ />
662
+ );
663
+ }
664
+ ```
665
+
666
+ ### Patch Changes
667
+
668
+ - Updated dependencies [47d113d]
669
+ - Updated dependencies [a16cbc5]
670
+ - @salt-ds/core@1.57.0
671
+
672
+ ## 1.0.0-alpha.85
673
+
674
+ ### Minor Changes
675
+
676
+ - 972e37e: Added mobile density tokens.
677
+ - 4507919: Removed `Table` from labs and promoted to core.
678
+ - 4badc14: Added `Kbd` component.
679
+
680
+ `Kbd` is a decorative element used to represent specific keyboard keys.
681
+
682
+ ```tsx
683
+ <Kbd>Option</Kbd>
684
+ <Kbd>Cmd</Kbd>
685
+ <Kbd>L</Kbd>
686
+ ```
687
+
688
+ ### Patch Changes
689
+
690
+ - Updated dependencies [972e37e]
691
+ - Updated dependencies [4507919]
692
+ - @salt-ds/core@1.56.0
693
+
694
+ ## 1.0.0-alpha.84
695
+
696
+ ### Minor Changes
697
+
698
+ - aba5610: Added `TableContainer` wrapper component that provides accessibility features including keyboard navigation support and focus indicators for scrollable tables.
699
+
700
+ ```jsx
701
+ <TableContainer>
702
+ <Table>
703
+ <caption>{...}</caption>
704
+ {...}
705
+ </Table>
706
+ </TableContainer>
707
+ ```
708
+
709
+ ### Patch Changes
710
+
711
+ - Updated dependencies [27c4338]
712
+ - Updated dependencies [27c4338]
713
+ - Updated dependencies [27c4338]
714
+ - Updated dependencies [472a1b4]
715
+ - Updated dependencies [27c4338]
716
+ - @salt-ds/core@1.55.0
717
+ - @salt-ds/styles@0.3.0
718
+ - @salt-ds/icons@1.17.1
719
+
720
+ ## 1.0.0-alpha.83
721
+
722
+ ### Patch Changes
723
+
724
+ - 1179903: Fixed `DateInputSingle` and `DateInputRange` status adornments not appearing when validation is active in read-only mode.
725
+ - Updated dependencies [0c664ed]
726
+ - Updated dependencies [f670363]
727
+ - Updated dependencies [9f9be9d]
728
+ - Updated dependencies [0d3fc12]
729
+ - Updated dependencies [ee16c19]
730
+ - Updated dependencies [f670363]
731
+ - Updated dependencies [ee16c19]
732
+ - @salt-ds/icons@1.16.0
733
+ - @salt-ds/core@1.54.1
734
+
735
+ ## 1.0.0-alpha.82
736
+
737
+ ### Patch Changes
738
+
739
+ - e31acee: Removed `useLayoutEffect` usage to fix warnings being logged during SSR.
740
+ - Updated dependencies [64afd57]
741
+ - Updated dependencies [89779b5]
742
+ - Updated dependencies [10ffed9]
743
+ - Updated dependencies [12ef4c9]
744
+ - Updated dependencies [1511c0d]
745
+ - Updated dependencies [e31acee]
746
+ - @salt-ds/core@1.54.0
747
+
748
+ ## 1.0.0-alpha.81
749
+
750
+ ### Minor Changes
751
+
752
+ - d86bccf: Removed `NumberInput` from labs and promoted to core.
753
+
754
+ ### Patch Changes
755
+
756
+ - Updated dependencies [7d0dc56]
757
+ - Updated dependencies [7d0dc56]
758
+ - Updated dependencies [01e4bde]
759
+ - Updated dependencies [d86bccf]
760
+ - Updated dependencies [7d0dc56]
761
+ - @salt-ds/core@1.53.0
762
+
763
+ ## 1.0.0-alpha.80
764
+
765
+ ### Patch Changes
766
+
767
+ - b25650f: Number input improvements
768
+
769
+ - added optional, `increment` and `decrement` props to support decimal.js example.
770
+ - fixed issue with clamping, where a clamped value could not be incremented following text change.
771
+
772
+ - Updated dependencies [b898c9d]
773
+ - Updated dependencies [d8d34a1]
774
+ - Updated dependencies [fdbe053]
775
+ - Updated dependencies [3449625]
776
+ - @salt-ds/core@1.52.1
777
+
778
+ ## 1.0.0-alpha.79
779
+
780
+ ### Patch Changes
781
+
782
+ - 16aef1c: Updated the `NumberInput` API:
783
+
784
+ 1. Simplified `format`, previously took `string` or `number` value, now receives value as a `string` and returns a `string`.
785
+ Used to render the final value before render.
786
+
787
+ ```diff
788
+ - format?: (value: number | string) => string | number;
789
+ + format?: (value: string) => string;
790
+ ```
791
+
792
+ 2. Added `pattern`, a callback that matches as you type and determines whether the value can be ignored. By default, signed numeric decimal numbers can be entered.
793
+ 3. Simplified `onChange`, reverted back to native `onChange`. Called for any text change to the input by the user.
794
+
795
+ ```diff
796
+ - onChange?: (event: SyntheticEvent | undefined, value: number | string) => void;
797
+ + onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
798
+ ```
799
+
800
+ 5. Added `onNumberChange`, a callback called when the number value changes, due to increment/decrement or `onBlur`.
801
+
802
+ ```
803
+ onNumberChange?: (value: number | null) => void;
804
+ ```
805
+
806
+ 6. Simplified `parse`, is now parsed a string form of the current value and returns either a `number`, `NaN` or `null` if empty.
807
+
808
+ ```diff
809
+ - parse?: (value: number | string) => string | number;
810
+ + parse?: (value: string) => number | null;
811
+ ```
812
+
813
+ Example
814
+
815
+ ```diff
816
+ <NumberInput
817
+ defaultValue={12}
818
+ pattern={(inputValue) =>
819
+ /^\$?(\d+(\.\d*)?|\.\d+)?%?$/.test(inputValue)
820
+ }
821
+ format={(value) => `£${value.replace(/\$/g, "")}`}
822
+ parse={(value) => {
823
+ if (!value.length) {
824
+ return null;
825
+ }
826
+ const parsedValue = value.replace(/\$/g, "");
827
+ return Number.parseFloat(parsedValue);
828
+ }}
829
+ onNumberChange={(newValue) => {
830
+ console.log(`Number changed to ${newValue}`);
831
+ }}
832
+ />
833
+ ```
834
+
835
+ - b3d399b: - Fix `dayjs` adapter, where it showed dates as out of range.
836
+ - Fix a regression in disabled dates styles for dates outside of min/max.
837
+ - Updated dependencies [d6dc07b]
838
+ - Updated dependencies [d6dc07b]
839
+ - Updated dependencies [d6dc07b]
840
+ - Updated dependencies [b3d399b]
841
+ - Updated dependencies [61c2bad]
842
+ - Updated dependencies [fef411f]
843
+ - @salt-ds/icons@1.15.0
844
+ - @salt-ds/date-adapters@0.1.0-alpha.6
845
+ - @salt-ds/core@1.51.0
846
+
847
+ ## 1.0.0-alpha.78
848
+
849
+ ### Patch Changes
850
+
851
+ - 630f412: Fixed TabsNext having double focus rings.
852
+ - Updated dependencies [3b02e9e]
853
+ - Updated dependencies [31e992a]
854
+ - Updated dependencies [9e27ba2]
855
+ - Updated dependencies [3ad2fc4]
856
+ - @salt-ds/core@1.50.0
857
+
858
+ ## 1.0.0-alpha.77
859
+
860
+ ### Minor Changes
861
+
862
+ - 848272a: Added a `textAlign` prop to `TH` and `TD`. This allows for easy text alignment when using numerical data.
863
+ - a2e614d: - Fixed multiple design inconsistencies in `Table`. For example, the alignment of wrapped text, column header separator height etc.
864
+
865
+ - Updated the `zebra` implementation in `Table`. Previously `zebra` supported `primary`, `secondary` and `tertiary` values. This has been simplified to `true` and `false`.
866
+
867
+ The color of the alternating rows is determined by the `variant` prop:
868
+
869
+ - `primary` variant uses the secondary background for alternating rows.
870
+ - `secondary` variant uses the primary background for alternating rows.
871
+ - `tertiary` variant uses the primary background for alternating rows.
872
+
873
+ ```diff
874
+ - <Table zebra="primary" />
875
+ - <Table zebra="secondary" />
876
+ - <Table zebra="tertiary" />
877
+ + <Table zebra={true} />
878
+ ```
879
+
880
+ ### Patch Changes
881
+
882
+ - 77ce501: fix date input selection
883
+
884
+ empty dates should return null, rather than an invalid date
885
+
886
+ resolves: 5499
887
+
888
+ - 5d4898c: - Fixed visual design issues with `Calendar`, `CalendarMonth`, `CalendarWeekHeader`, `CalendarDay`, `DatePicker` and `DatePickerActions` components.
889
+ - Fixed text being truncated in `Calendar`'s year dropdown when zooming out.
890
+ - Updated dependencies [378fc01]
891
+ - Updated dependencies [1f53f12]
892
+ - Updated dependencies [22fed0d]
893
+ - Updated dependencies [770bc9c]
894
+ - Updated dependencies [54e4b19]
895
+ - Updated dependencies [bbb7dba]
896
+ - Updated dependencies [c3df8d8]
897
+ - @salt-ds/core@1.49.0
898
+
899
+ ## 1.0.0-alpha.76
900
+
901
+ ### Minor Changes
902
+
903
+ - f1dc9fc: Removed `Collapsible`, `CollapsibleTrigger` and `CollapsiblePanel` from labs and promoted to core.
904
+ - f1dc9fc: Removed `VerticalNavigation`, `VerticalNavigationItem`, `VerticalNavigationItemContent`, `VerticalNavigationItemExpansionIcon`, `VerticalNavigationItemLabel`, `VerticalNavigationItemTrigger` and `VerticalNavigationSubMenu` from labs and promoted to core.
905
+
906
+ ### Patch Changes
907
+
908
+ - 315e686: - Improved TabsNext's handling of long tabs.
909
+ - Fixed long selected tabs overflowing the tablist.
910
+ - Fixed focus not being handled in some cases when tabs are being added or removed.
911
+ - Fixed tabs not always being scrolled into view properly when navigating with a keyboard.
912
+ - Fixed aria-actions usage causing an error to be logged in React.
913
+ - Updated dependencies [f1dc9fc]
914
+ - Updated dependencies [f1dc9fc]
915
+ - Updated dependencies [9560539]
916
+ - @salt-ds/core@1.48.0
917
+
918
+ ## 1.0.0-alpha.75
919
+
920
+ ### Patch Changes
921
+
922
+ - 8538730: Removed text selection background color override.
923
+ - e08ae14: Fixed TabsNext using aria-actions when it's not supported.
924
+ - 5d6210f: Fixed `CollapsibleTrigger` adding type="button" incorrectly to non-buttons.
925
+ - 5d6210f: Updated `VerticalNavigation` to use a `<nav>` element as its root element.
926
+ - Updated dependencies [846d975]
927
+ - Updated dependencies [8538730]
928
+ - Updated dependencies [8261887]
929
+ - Updated dependencies [e6445dc]
930
+ - Updated dependencies [ff646e2]
931
+ - Updated dependencies [9a25824]
932
+ - Updated dependencies [64ef723]
933
+ - @salt-ds/core@1.47.5
934
+
935
+ ## 1.0.0-alpha.74
936
+
937
+ ### Minor Changes
938
+
939
+ - 7440996: A new component (`VerticalNavigation`) has been introduced to replace the existing `NavigationItem` component for vertical navigation. The new component provides a more structured and flexible way to create vertical navigation.
940
+ - 7440996: Added `Collapsible`, `CollapsibleTrigger` and `CollapsiblePanel`.
941
+
942
+ Collapsible enables content to be either collapsed (hidden) or expanded (visible). It has two elements: a trigger and a panel whose visibility is controlled by the button.
943
+
944
+ ```tsx
945
+ <Collapsible>
946
+ <CollapsibleTrigger>
947
+ <Button>Click</Button>
948
+ </CollapsibleTrigger>
949
+ <CollapsiblePanel>Content</CollapsiblePanel>
950
+ </Collapsible>
951
+ ```
952
+
953
+ ### Patch Changes
954
+
955
+ - d747775: Updated Table's footer text style to body strong.
956
+ - Updated dependencies [c58279f]
957
+ - Updated dependencies [239d20c]
958
+ - Updated dependencies [fe8da62]
959
+ - @salt-ds/core@1.47.4
960
+
961
+ ## 1.0.0-alpha.73
962
+
963
+ ### Patch Changes
964
+
965
+ - 86877dd: Fixed extra margin appearing on StaticList.
966
+ - Updated dependencies [55e7bc5]
967
+ - Updated dependencies [3481308]
968
+ - Updated dependencies [851e4cb]
969
+ - @salt-ds/core@1.47.3
970
+
971
+ ## 1.0.0-alpha.72
972
+
973
+ ### Patch Changes
974
+
975
+ - a8ee89c: Upgrade peer dependencies for Luxon and its type definitions to the latest versions.
976
+
977
+ - Updated peer dependency `luxon` from `^3.5.0` to `^3.6.1`.
978
+ - Updated peer dependency `@types/luxon` from `^3.4.2` to `^3.6.2`.
979
+
980
+ This upgrade includes improvements and bug fixes provided in the newer versions of Luxon and its type definitions. Ensure compatibility with your codebase by reviewing any changes in the Luxon API or type definitions. As these are peer dependencies, make sure that the consuming projects are also updated to these versions to avoid potential conflicts.
981
+
982
+ - ab80f5f: Updated the `Calendar` API to use a `multiselect` prop instead of `selectionVariant="multiselect"`
983
+
984
+ Previously, the `Calendar` component used `selectionVariant="multiselect"` to enable the selection and de-selection of multiple single dates, with the de-selection logic embedded within the component.
985
+
986
+ To extend multiple selection capabilities to all selection variants, we have revised the API to include a `multiselect` boolean prop. This change removes the need for `selectionVariant="multiselect"`.
987
+
988
+ Now, you can apply the multiselect property in `Calendar` alongside `selectionVariant="single`", `selectionVariant="range"`, or `selectionVariant="offset"`.
989
+
990
+ This update allows us to offer a consistent multiple selection API across all date selection variants.
991
+
992
+ ```diff
993
+ <Calendar
994
+ - selectionVariant="multiselect"
995
+ + selectionVariant="single"
996
+ + multiselect
997
+ >
998
+ <CalendarNavigation />
999
+ <CalendarGrid />
1000
+ </Calendar>
1001
+ ```
1002
+
1003
+ To de-select a previous selection, control is provided through a new `select` prop that enables control over the current selection based on the day that has been selected by the user.
1004
+
1005
+ ```diff
1006
+ function selectMultiselectSingle<TDate extends DateFrameworkType>(
1007
+ dateAdapter: SaltDateAdapter<TDate>,
1008
+ previousSelectedDate: SingleDateSelection<TDate>[],
1009
+ newDate: TDate,
1010
+ ) {
1011
+ const newSelection = previousSelectedDate.filter(
1012
+ (previousSingleDate) =>
1013
+ !dateAdapter.isSame(previousSingleDate, newDate, "day"),
1014
+ );
1015
+ if (previousSelectedDate.length !== newSelection.length) {
1016
+ return newSelection;
1017
+ }
1018
+ return [...previousSelectedDate, newDate];
1019
+ }
1020
+
1021
+ <Calendar
1022
+ - selectionVariant="multiselect"
1023
+ + selectionVariant="single"
1024
+ + multiselect
1025
+ + select={(
1026
+ + previousSelectedDate: SingleDateSelection<DateFrameworkType>[],
1027
+ + newDate: SingleDateSelection<DateFrameworkType>,
1028
+ + ) => selectMultiselectSingle(dateAdapter, previousSelectedDate, newDate)}
1029
+ >
1030
+ <StackLayout gap={0}>
1031
+ <CalendarNavigation />
1032
+ <CalendarGrid />
1033
+ </StackLayout>
1034
+ </Calendar>
1035
+ ```
1036
+
1037
+ A few additional type changes have occurred:
1038
+
1039
+ `CalendarMultiSelectProps` has been replaced by `CalendarMultiselectSingleProps`, and `UseCalendarMultiSelectProps` has been replaced by `UseCalendarMultiselectSingleProps`.
1040
+
1041
+ ```diff
1042
+ - import { type CalendarMultiSelectProps } from "@salt-ds/lab";
1043
+ + import { type CalendarMultiselectSingleProps } from "@salt-ds/lab";
1044
+
1045
+ - import { type UseCalendarMultiSelectProps } from "@salt-ds/lab";
1046
+ + import { type UseCalendarMultiselectSingleProps } from "@salt-ds/lab";
1047
+ ```
1048
+
1049
+ The associated selected date type for multiselect single dates, has also been updated:
1050
+
1051
+ ```diff
1052
+ import type { DateFrameworkType } from "@salt-ds/date-adapters"; // This type can be any supported date framework object type, such as Date, Dayjs, Luxon, or Moment
1053
+ - import type { MultipleDateSelection } from "@salt-ds/lab";
1054
+ + import type { SingleDateSelection } from "@salt-ds/lab";
1055
+ - type selectedDate = MultipleDateSelection<DateFrameworkType>;
1056
+ + type selectedDate = Array<SingleDateSelection<DateFrameworkType>>;
1057
+ ```
1058
+
1059
+ Our goal for the `DatePicker` is to support multiple selection across all date types: `single`, `range`, and `offset`, similar to the functionality in Calendar.
1060
+ However, this will require a design iteration around the input component before it can be added.
1061
+
1062
+ - c86ee15: Fixed CascadingMenu and refactored the styles to not use any deprecated tokens.
1063
+ - Updated dependencies [a8ee89c]
1064
+ - Updated dependencies [09cac7d]
1065
+ - Updated dependencies [cdce628]
1066
+ - Updated dependencies [454686b]
1067
+ - Updated dependencies [f25a82b]
1068
+ - Updated dependencies [6bc8e53]
1069
+ - @salt-ds/date-adapters@0.1.0-alpha.5
1070
+ - @salt-ds/core@1.47.2
1071
+
1072
+ ## 1.0.0-alpha.71
1073
+
1074
+ ### Minor Changes
1075
+
1076
+ - 9c4575b: ### Summary
1077
+
1078
+ The `Carousel` component has been moved from the Lab package to its own package, `@salt-ds/embla-carousel`.
1079
+
1080
+ `Carousel` remains in a pre-release state and subject to feedback will be promoted to stable in a forthcoming release.
1081
+
1082
+ Refer to the `@salt-ds/embla-carousel` changelog for the migration guide.
1083
+
1084
+ - 7db876d: Updated the `NumberInput`:
1085
+
1086
+ 1. Added support for `format` and `parse` callbacks for formatting capabilities.
1087
+ 2. Added `clamp` prop to restrict entry within the min and max range.
1088
+ 3. Refactored `stepBlock` prop to be `stepMultiplier` to be consistent with `Slider` and `RangeSlider` components and to ensure that valid values remain reachable.
1089
+ 4. Refactored `decimalPlaces` to be `decimalScale`.
1090
+ 5. Added caret handling to preserve the caret position, during change.
1091
+
1092
+ Example:
1093
+
1094
+ ```diff
1095
+ <NumberInput
1096
+ + format={(value) => `${value}%`}
1097
+ + parse={(value) => String(value).replace(/%/g, "")}
1098
+ - decimalPlaces={2}
1099
+ + decimalScale={2}
1100
+ - stepBlock={10}
1101
+ + stepMultiplier={4}
1102
+ min={0}
1103
+ max={100}
1104
+ + clamp
1105
+ defaultValue={20}
1106
+ />
1107
+ ```
1108
+
1109
+ ### Patch Changes
1110
+
1111
+ - d5a52bb: Fixed Calendar's today indicator
1112
+
1113
+ When Next theme with rounded corners is enabled, the today indicator will display rounded corners.
1114
+
1115
+ - 621253b: Refactored components and themes to use the new fixed tokens.
1116
+ - Updated dependencies [62975de]
1117
+ - Updated dependencies [b96166e]
1118
+ - Updated dependencies [73ccf6b]
1119
+ - Updated dependencies [95dd874]
1120
+ - Updated dependencies [c93c943]
1121
+ - Updated dependencies [104d776]
1122
+ - Updated dependencies [621253b]
1123
+ - @salt-ds/core@1.47.1
1124
+
1125
+ ## 1.0.0-alpha.70
1126
+
1127
+ ### Patch Changes
1128
+
1129
+ - 5f6c967: Fixed CascadingMenu styles clashing with Menu styles.
1130
+ - Updated dependencies [b99afaa]
1131
+ - Updated dependencies [dd3e21d]
1132
+ - Updated dependencies [edcd33d]
1133
+ - Updated dependencies [a3a0608]
1134
+ - Updated dependencies [0c140c0]
1135
+ - @salt-ds/core@1.47.0
1136
+ - @salt-ds/icons@1.14.0
1137
+
1138
+ ## 1.0.0-alpha.69
1139
+
1140
+ ### Patch Changes
1141
+
1142
+ - Updated dependencies [f107d63]
1143
+ - @salt-ds/core@1.46.1
1144
+
1145
+ ## 1.0.0-alpha.68
1146
+
1147
+ ### Minor Changes
1148
+
1149
+ - 4a240fd: - Removed `Splitter` component from labs, replaced with `@salt-ds/react-resizable-panels-theme` package.
1150
+
1151
+ ### Patch Changes
1152
+
1153
+ - 1a50f7b: - `DatePickerSinglePanel` has been deprecated, use `DatePickerSingleGridPanel` instead.
1154
+
1155
+ - `DatePickerSinglePanel` has been renamed to `DatePickerSingleGridPanel` to align the naming with `DatePickerRangeGridPanel`. This component now provides up to 12 `Calendars` within a panel via the `numberOfVisibleMonths` and `columns` props, enabling multi-month date selection (defaults to 1 visible calendar).
1156
+
1157
+ ```
1158
+ <DatePicker
1159
+ selectionVariant="single"
1160
+ >
1161
+ <DatePickerTrigger>
1162
+ <DatePickerSingleInput />
1163
+ </DatePickerTrigger>
1164
+ <DatePickerOverlay>
1165
+ <DatePickerSingleGridPanel numberOfVisibleMonths={12} columns={3} />
1166
+ </DatePickerOverlay>
1167
+ </DatePicker>
1168
+ ```
1169
+
1170
+ - `DatePickerRangeGridPanel` has been added. It provides up to 12 Calendars within a panel via the `numberOfVisibleMonths` and `columns` props, enabling multi-month date range selection (defaults to 2 visible calendars and 2 columns).
1171
+
1172
+ ```
1173
+ <DatePicker
1174
+ selectionVariant="range"
1175
+ >
1176
+ <DatePickerTrigger>
1177
+ <DatePickerRangeInput />
1178
+ </DatePickerTrigger>
1179
+ <DatePickerOverlay>
1180
+ <DatePickerRangeGridPanel numberOfVisibleMonths={12} columns={3} />
1181
+ </DatePickerOverlay>
1182
+ </DatePicker>
1183
+ ```
1184
+
1185
+ Note: `DatePickerRangePanel` remains unchanged and provides a dual `Calendar` date view, with individual month/year dropdowns for the start and end date range.
1186
+
1187
+ - `CalendarWeekHeader` is now rendered by `CalendarGrid` and can be customized using the `CalendarWeekHeaderProps` prop. If you currently use `CalendarWeekHeader`, you may see two day of week headers, so delete the version from your code.
1188
+ - `CalendarMonthHeader` is now rendered by `CalendarGrid` and can be customized using the `CalendarMonthHeaderProps` prop.
1189
+ - A new `CalendarMonthHeader` component has been added, used by `CalendarGrid` to display a multi-month grid of `Calendar` components.
1190
+ - `DatePickerRangePanel` props `StartCalendarWeekHeaderProps` and `EndCalendarWeekHeaderProps` removed.
1191
+ Pass props to `CalendarWeekHeader` using `StartCalendarGridProps -> CalendarWeekHeaderProps` and `EndCalendarGridProps -> CalendarWeekHeaderProps`.
1192
+
1193
+ ```
1194
+ <DatePicker
1195
+ selectionVariant="range"
1196
+ >
1197
+ <DatePickerTrigger>
1198
+ <DatePickerRangeInput />
1199
+ </DatePickerTrigger>
1200
+ <DatePickerOverlay>
1201
+ <DatePickerRangePanel
1202
+ StartCalendarGridProps={{ CalendarWeekHeaderProps: { "data-test-id" : "some value" }}}
1203
+ EndCalendarGridProps={{ CalendarWeekHeaderProps: { "data-test-id" : "some value" }}}
1204
+ />
1205
+ </DatePickerOverlay>
1206
+ </DatePicker>
1207
+ ```
1208
+
1209
+ - `DatePicker` now supports `isDayDisabled`, `isDayUnselectable`, and `isDayHighlighted` props, rather than providing them through the `Calendar` props.
1210
+ - The `DatePickerOverlayProvider` prop `onOpenChange` has changed signature and `event` has been removed, to create a consistent API with other components.
1211
+
1212
+ ```diff
1213
+ - onOpenChange?: ( newOpen: boolean, event?: Event, reason?: DatePickerOpenChangeReason) => void;
1214
+ + onOpenChange?: ( newOpen: boolean, reason?: DatePickerOpenChangeReason) => void;
1215
+ ```
1216
+
1217
+ - DatePicker helper text simplified and resizing bug fixed
1218
+
1219
+ In our DatePicker examples, we demonstrate how to include helper text when using a DatePicker within a FormField.
1220
+ The design requires the helper text to move inside the panel when the DatePicker is opened.
1221
+ However, this caused a resizing issue with the original date input.
1222
+
1223
+ To resolve this, we have refactored the implementation by introducing a `DatePickerHelperText` component.
1224
+ This component is used as a child of the `DatePicker`, streamlining the process and removing the need for users to manage the visibility of the helper text themselves.
1225
+
1226
+ ```diff
1227
+ - <FormField validationStatus={validationStatus}>
1228
+ - <FormLabel>Select a date</FormLabel>
1229
+ - <DatePicker
1230
+ - selectionVariant={"single"}
1231
+ - >
1232
+ - <DatePickerTrigger>
1233
+ - <DatePickerSingleInput />
1234
+ - </DatePickerTrigger>
1235
+ - <DatePickerOverlay>
1236
+ - <DatePickerSingleGridPanel
1237
+ - helperText={helperText}
1238
+ - />
1239
+ - <DatePickerHelperText>{helperText}</DatePickerHelperText>
1240
+ - </DatePickerOverlay>
1241
+ - </DatePicker>
1242
+ - {!open ? <FormHelperText>{helperText}</FormHelperText> : null}
1243
+ - </FormField>
1244
+ + <FormField validationStatus={validationStatus}>
1245
+ + <FormLabel>Select a date</FormLabel>
1246
+ + <DatePicker
1247
+ + selectionVariant={"single"}
1248
+ + >
1249
+ + <DatePickerTrigger>
1250
+ + <DatePickerSingleInput />
1251
+ + </DatePickerTrigger>
1252
+ + <DatePickerOverlay>
1253
+ + <DatePickerSingleGridPanel
1254
+ + helperText={helperText}
1255
+ + />
1256
+ + </DatePickerOverlay>
1257
+ + <DatePickerHelperText>{helperText}</DatePickerHelperText>
1258
+ + </DatePicker>
1259
+ + </FormField>
1260
+ ```
1261
+
1262
+ - Added `useFocusOut` floating-ui middleware to close the overlay upon focus out.
1263
+ - Fixed a bug where the change event was triggered by blur when the entered date had not changed.
1264
+ - Fixed the styling of disabled and unselectable days, which previously used the same style.
1265
+ - Fixed invalid date ranges so they do not render as selected.
1266
+ - Fixed a bug for helper text to ensure it wraps during overflow.
1267
+ - Timezone prop added to date components, `DatePicker`, `DatePickerSingleInput`, `DatePickerRangeInput`, `DateInputSingle`, `DateInputRange`, `Calendar`.
1268
+ The `timezone` prop defines the timezone for the date components, when working with dates and times, it is important to ensure that the correct timezone is applied to avoid confusion and errors.
1269
+ If not working with times, the timezone can still affect the date displayed, as the date may be interpreted in a different timezone than intended.
1270
+ For this reason, when working with dates, it is recommended to always set the timezone to ensure that the date is displayed correctly.
1271
+ "UTC" is a cross-platform standard and is the most common timezone used in programming but may require you to convert to your local timezone for display purposes.
1272
+ If `timezone` is not set the timezone will be defined by the default behaviour of your configured date framework.
1273
+ The `timezone` prop can be set to one of the following values:
1274
+ - If undefined, the timezone will be derived from the passed date, or from `defaultSelectedDate`/`selectedDate` or "default" if no date is defined.
1275
+ - If set to "default", the default timezone of the date library will be used.
1276
+ - If set to "system", the local system's timezone will be applied.
1277
+ - If set to "UTC", the time will be returned in UTC.
1278
+ - If set to a valid IANA timezone identifier, the time will be returned for that specific timezone.
1279
+ Timezone is not supported by v3 of `date-fns`, so if you are using `date-fns` v3, the timezone will be set to "default" by default. If you require timezone support, use a date framework such as `luxon` or `dayjs`.
1280
+ - `Calendar` previously could render custom contents but did not provide a way to change the highlight styles, so `renderDayContents` has been replaced with `render`, passed through `CalendarDayProps`.
1281
+
1282
+ ```
1283
+ function renderDayButton({
1284
+ className,
1285
+ date,
1286
+ status,
1287
+ ...rest
1288
+ }: renderCalendarDayProps<DateFrameworkType>): ReactElement {
1289
+ return (
1290
+ <button
1291
+ {...rest}
1292
+ className={clsx([{ buttonWithDot: !status.outOfRange }, className])}
1293
+ >
1294
+ <span className={clsx({ dot: !status.outOfRange })}>
1295
+ {dateAdapter.format(date, "D")}
1296
+ </span>
1297
+ {status.today ? <span className={"today"} /> : null}
1298
+ </button>
1299
+ );
1300
+ }
1301
+
1302
+ return (
1303
+ <Calendar hideOutOfRangeDates {...args}>
1304
+ <CalendarNavigation />
1305
+ <CalendarGrid CalendarDayProps={{ render: renderDayButton }} />
1306
+ </Calendar>
1307
+ );
1308
+ ```
1309
+
1310
+ - Updated dependencies [1a50f7b]
1311
+ - Updated dependencies [8b4cbfb]
1312
+ - Updated dependencies [bbdf4a6]
1313
+ - Updated dependencies [ec1736e]
1314
+ - @salt-ds/date-adapters@0.1.0-alpha.4
1315
+ - @salt-ds/core@1.46.0
1316
+
1317
+ ## 1.0.0-alpha.67
1318
+
1319
+ ### Minor Changes
1320
+
1321
+ - c664e97: - Moved `SteppedTracker` component from labs to core, renamed as `Stepper`.
1322
+
1323
+ ### Patch Changes
1324
+
1325
+ - Updated dependencies [c664e97]
1326
+ - Updated dependencies [06232b0]
1327
+ - @salt-ds/core@1.45.0
1328
+
1329
+ ## 1.0.0-alpha.66
1330
+
1331
+ ### Minor Changes
1332
+
1333
+ - 799cf41: Updated `Carousel` component
1334
+
1335
+ - Renamed `initialIndex` to `defaultActiveSlideIndex`
1336
+ - Added controlled `activeSlideIndex`
1337
+ - Added `visibleSlides` to control how many slides can be visible at a time.
1338
+ - Added `CarouselSlider` and extracted the controls to its own component, `CarouselControls` to improve composition.
1339
+ - Added appearance in `CarouselSlide` to allow for border items.
1340
+ - Added keyboard navigation.
1341
+ - Removed usage of `DeckLayout`.
1342
+
1343
+ before:
1344
+
1345
+ ```tsx
1346
+ <Carousel>
1347
+ {items.map((item, index) => (
1348
+ <CarouselSlide
1349
+ key={index}
1350
+ ButtonBar={<Button variant="cta">Learn more</Button>}
1351
+ description="Lorem ipsum"
1352
+ title="Carousel slide title"
1353
+ />
1354
+ ))}
1355
+ </Carousel>
1356
+ ```
1357
+
1358
+ after:
1359
+
1360
+ ```tsx
1361
+ <Carousel>
1362
+ <CarouselControls />
1363
+ <CarouselSlider>
1364
+ {items.map((slide) => (
1365
+ <CarouselSlide
1366
+ key={slide.title}
1367
+ header={<H3>{slide.title}</H3>}
1368
+ actions={<Link href="#">{slide.link}</Link>}
1369
+ >
1370
+ <Text>{slide.content}</Text>
1371
+ </CarouselSlide>
1372
+ ))}
1373
+ </CarouselSlider>
1374
+ </Carousel>
1375
+ ```
1376
+
1377
+ ### Patch Changes
1378
+
1379
+ - Updated dependencies [851b2eb]
1380
+ - @salt-ds/core@1.44.1
1381
+
1382
+ ## 1.0.0-alpha.65
1383
+
1384
+ ### Minor Changes
1385
+
1386
+ - 7fe2106: Removed `Slider` and `RangeSlider` from labs and promoted to core.
1387
+
1388
+ ### Patch Changes
1389
+
1390
+ - Updated dependencies [7fe2106]
1391
+ - @salt-ds/core@1.44.0
1392
+
1393
+ ## 1.0.0-alpha.64
1394
+
1395
+ ### Minor Changes
1396
+
1397
+ - 78eaee3: - Removed `DialogHeader` from labs and promoted to core.
1398
+ - Removed `OverlayHeader` from labs and promoted to core.
1399
+
1400
+ ### Patch Changes
1401
+
1402
+ - 2bdfbfb: Fixed DateInput adornment size and spacing, to align with rest of form controls.
1403
+ - 5725384: Fixed the focus visible behaviour of Slider and RangeSlider.
1404
+ - Updated dependencies [78eaee3]
1405
+ - Updated dependencies [20abfb6]
1406
+ - Updated dependencies [c59472d]
1407
+ - Updated dependencies [2bdfbfb]
1408
+ - Updated dependencies [0073384]
1409
+ - Updated dependencies [ef8f30a]
1410
+ - @salt-ds/core@1.43.0
1411
+
1412
+ ## 1.0.0-alpha.63
1413
+
1414
+ ### Minor Changes
1415
+
1416
+ - 9287b09: enabled uncontrolled/un-controlled open behaviour for `DatePicker`
1417
+
1418
+ - added `openOnClick` props to `DatePicker`.
1419
+ - when the triggering element (`DateInput`) is focused, arrow key down, will now open the DatePicker by default
1420
+ - revise the controlled behaviour of the `open` prop on `DatePickerOverlay`.
1421
+
1422
+ ### Patch Changes
1423
+
1424
+ - 5639e94: Renamed StepperInput to NumberInput.
1425
+ - 4731908: Slider / RangeSlider updates
1426
+
1427
+ - track now support tick marks with the `showTicks` prop.
1428
+ - `restrictToMarks` prop will snap the value to the closest mark.
1429
+ - `decimalPlaces` prop specifies the number of decimal places for the value.
1430
+ - `constrainLabelPosition` will ensure that mark labels remain within the boundary of the track.
1431
+
1432
+ This represents the final feature set before we move these changes to a stable API in core.
1433
+
1434
+ - a1c89e2: Update Slider component implementation to have separate `Slider` and `RangeSlider` components, with improved accessibility and test coverage.
1435
+ - e93ee6f: Fixed the `TabsNext` overflow menu position when there is enough space, and prevented the hidden menu from causing the page to overflow.
1436
+
1437
+ Closes #4617.
1438
+
1439
+ ## 1.0.0-alpha.62
1440
+
1441
+ ### Minor Changes
1442
+
1443
+ - f459825: Added a new `reset` action that sets the first step as active and all others as pending. This action is useful when the user has completed the current flow and wants to start over.
1444
+
1445
+ Fixed a bug where the `ended` boolean was not updated correctly when all steps were completed. This issue was caused by an immutability problem in the state handling logic. The bug is now resolved, and the `ended` displays correctly.
1446
+
1447
+ Changed the `warning`, `error` and `clear` actions to to `status/warning`, `status/error` and `status/clear` respectively. This change was made to streamline the naming convention of the actions.
1448
+
1449
+ Removed `key` as identifier of StepRecord. This change was made to avoid confusion with the `key` attribute in React components and streamline search of a step. The `id` attribute should be used instead.
1450
+
1451
+ Before:
1452
+
1453
+ ```tsx
1454
+ export type StepRecord =
1455
+ | (Omit<StepProps, "children"> & { key: string })
1456
+ | (Omit<StepProps, "children"> & { id: string });
1457
+ ```
1458
+
1459
+ After:
1460
+
1461
+ ```tsx
1462
+ export type StepRecord = Omit<StepProps, "children"> & { id: string };
1463
+ ```
1464
+
1465
+ We recommend passing down `id` and `key` for optimal results, although you could just provide `key`. Please refer to the examples provided for further clarification.
1466
+
1467
+ Recommended approach, pass `id` as both `id` and `key`:
1468
+
1469
+ ```tsx
1470
+ <SteppedTracker>
1471
+ {state.steps.map((step) => (
1472
+ <Step key={step.id} {...step} />
1473
+ ))}
1474
+ </SteppedTracker>
1475
+ ```
1476
+
1477
+ Pass `id` as `key` only:
1478
+
1479
+ ```tsx
1480
+ <SteppedTracker>
1481
+ {state.steps.map(({ id, ...step }) => (
1482
+ <Step key={id} {...step} />
1483
+ ))}
1484
+ </SteppedTracker>
1485
+ ```
1486
+
1487
+ - d078641: Added `Splitter` component to the Salt Design System.
1488
+ - b619a9d: Fixed `DatePicker` being interactive when disabled.
1489
+
1490
+ ### Patch Changes
1491
+
1492
+ - 076dedd: Improved Tab's overflow behavior and accessibility:
1493
+
1494
+ - Tab lists should now collapse in more scenarios.
1495
+ - Tabs selected from the overflow menu should be focused more consistently.
1496
+ - When a tab is removed, focus moved to the next tab in the tab list more consistently.
1497
+ - When a selected tab is removed, the next tab in the tab list should be selected more consistently.
1498
+
1499
+ - 99f7506: Fixed `TabsNext` overflow when only having enough space for one tab.
1500
+
1501
+ Fixes #4724.
1502
+
1503
+ - Updated dependencies [38da566]
1504
+ - Updated dependencies [32de853]
1505
+ - Updated dependencies [ea84dd2]
1506
+ - Updated dependencies [aac1500]
1507
+ - Updated dependencies [803d0c0]
1508
+ - Updated dependencies [7a84d72]
1509
+ - Updated dependencies [e783dd5]
1510
+ - Updated dependencies [c30b6a4]
1511
+ - @salt-ds/core@1.42.0
1512
+ - @salt-ds/date-adapters@0.1.0-alpha.3
1513
+
1514
+ ## 1.0.0-alpha.61
1515
+
1516
+ ### Patch Changes
1517
+
1518
+ - 98d3aac: Improved screen reader support for read-only stepper inputs.
1519
+ - Updated dependencies [90b85d4]
1520
+ - Updated dependencies [90b85d4]
1521
+ - Updated dependencies [fd86394]
1522
+ - Updated dependencies [56a997c]
1523
+ - Updated dependencies [9a75603]
1524
+ - Updated dependencies [021e90d]
1525
+ - Updated dependencies [7510f56]
1526
+ - Updated dependencies [98d3aac]
1527
+ - Updated dependencies [ea5fc00]
1528
+ - Updated dependencies [ba0f436]
1529
+ - @salt-ds/core@1.41.0
1530
+ - @salt-ds/icons@1.13.2
1531
+
1532
+ ## 1.0.0-alpha.60
1533
+
1534
+ ### Patch Changes
1535
+
1536
+ - 45961dd: Fix dialog and overlay header alignments
1537
+ - Updated dependencies [6a0db8d]
1538
+ - Updated dependencies [3b1c265]
1539
+ - Updated dependencies [1436b36]
1540
+ - Updated dependencies [39bd967]
1541
+ - Updated dependencies [efb37a0]
1542
+ - @salt-ds/core@1.40.0
1543
+
1544
+ ## 1.0.0-alpha.59
1545
+
1546
+ ### Minor Changes
1547
+
1548
+ - 373717d: Removed `SkipLink` from labs and promoted to core.
1549
+
1550
+ ### Patch Changes
1551
+
1552
+ - e6c54b7: Refine peer dependency management for DatePicker adapters by splitting them into sub-packages. You now import only the specific date framework adapter you need, simplifying dependency handling.
1553
+
1554
+ - **For `date-fns`:**
1555
+
1556
+ ```diff
1557
+ - import { AdapterDateFns } from "@salt-ds/date-adapters";
1558
+ + import { AdapterDateFns } from "@salt-ds/date-adapters/date-fns";
1559
+ ```
1560
+
1561
+ - **For `dayjs`:**
1562
+
1563
+ ```diff
1564
+ - import { AdapterDayjs } from "@salt-ds/date-adapters";
1565
+ + import { AdapterDayjs } from "@salt-ds/date-adapters/dayjs";
1566
+ ```
1567
+
1568
+ - **For `luxon`:**
1569
+
1570
+ ```diff
1571
+ - import { AdapterLuxon } from "@salt-ds/date-adapters";
1572
+ + import { AdapterLuxon } from "@salt-ds/date-adapters/luxon";
1573
+ ```
1574
+
1575
+ - **For `moment`:**
1576
+
1577
+ ```diff
1578
+ - import { AdapterMoment } from "@salt-ds/date-adapters";
1579
+ + import { AdapterMoment } from "@salt-ds/date-adapters/moment";
1580
+ ```
1581
+
1582
+ Additionally, `DateDetailErrorEnum` is now a simpler `DateDetailError` of type `DateDetailErrorType`.
1583
+
1584
+ ```diff
1585
+ - import { DateDetailErrorEnum } from "@salt-ds/date-adapters";
1586
+ + import { DateDetailError } from "@salt-ds/date-adapters/moment";
1587
+ ```
1588
+
1589
+ ### Instructions
1590
+
1591
+ 1. Modify your import statements to use the specific sub-package for the date adapter you require.
1592
+ 2. Ensure your `package.json` includes the necessary date framework as a dependency. For example, if using `date-fns`:
1593
+
1594
+ ```json
1595
+ {
1596
+ "dependencies": {
1597
+ "date-fns": "^x.x.x"
1598
+ }
1599
+ }
1600
+ ```
1601
+
1602
+ This change helps streamline the integration of date frameworks with the DatePicker component by ensuring only the necessary adapters and dependencies are included.
1603
+
1604
+ - eed82f8: Overlay and Dialog headers fix alignment for titles spanning into multiple lines, wrap preheader and headers in H2.
1605
+ - df7760d: Add border box to skip link container to ensure height is correctly measured.
1606
+ - Updated dependencies [e6c54b7]
1607
+ - Updated dependencies [373717d]
1608
+ - Updated dependencies [225a61b]
1609
+ - Updated dependencies [c5d61e2]
1610
+ - @salt-ds/date-adapters@0.1.0-alpha.2
1611
+ - @salt-ds/core@1.39.0
1612
+
1613
+ ## 1.0.0-alpha.58
1614
+
1615
+ ### Minor Changes
1616
+
1617
+ - 0302830: Updates to Lab `SkipLink`
1618
+
1619
+ - Remove `targetRef` prop, added `target` prop to accept a string representing the ID of the target element.
1620
+ - Updated styling to adhere with the rest of the library styles for consistency.
1621
+ - Fixed an issue where the `SkipLink` would render when the ref to the target element was broken. Now, the skip link will not render at all if the target element is not found.
1622
+
1623
+ ### Patch Changes
1624
+
1625
+ - 0a5b68b: Marked CSS files as having side effects. This fixes Webpack tree-shaking CSS files when `sideEffects: true` is not set on style-loader rules.
1626
+ - a9edf03: Fixed DatePicker showing overlay when `readOnly`. Closes #4470.
1627
+ - 86d2a28: Refactored SteppedTracker, added Step and useStepReducer
1628
+
1629
+ The `SteppedTracker` is a component that helps you manage a series of steps in a process. It provides a way to navigate between steps, and to track the progress of the process.
1630
+
1631
+ The `<SteppedTracker />` is meant to be used in conjunction with the `<Step />` component and potentially the `useStepReducer()` hook.
1632
+
1633
+ In it's simplest form the `SteppedTracker` can be used like so:
1634
+
1635
+ ```tsx
1636
+ import { SteppedTracker, Step } from "@salt-ds/lab";
1637
+
1638
+ function Example() {
1639
+ return (
1640
+ <SteppedTracker>
1641
+ <Step label="Step 1" stage="completed" />
1642
+ <Step label="Step 2" stage="active" />
1643
+ <Step label="Step 3" stage="pending" />
1644
+ </SteppedTracker>
1645
+ );
1646
+ }
1647
+ ```
1648
+
1649
+ The SteppedTracker component supports nested steps, which can be used to represent sub-steps within a step. This can be done by nesting `<Step />` components within another `<Step />` component. We advise you not to go above 2 levels deep, as it becomes hard to follow for the user.
1650
+
1651
+ ```tsx
1652
+ import { StackLayout } from "@salt-ds/core";
1653
+ import { Step, SteppedTracker } from "@salt-ds/lab";
1654
+
1655
+ export function NestedSteps() {
1656
+ return (
1657
+ <StackLayout style={{ minWidth: "240px" }}>
1658
+ <SteppedTracker orientation="vertical">
1659
+ <Step label="Step 1" stage="completed">
1660
+ <Step label="Step 1.1" stage="completed" />
1661
+ </Step>
1662
+ <Step label="Step 2" stage="inprogress">
1663
+ <Step label="Step 2.1" stage="active" />
1664
+ <Step label="Step 2.2" stage="pending">
1665
+ <Step label="Step 2.2.1" stage="pending" />
1666
+ <Step label="Step 2.2.2" stage="pending" />
1667
+ <Step label="Step 2.2.3" stage="pending" />
1668
+ </Step>
1669
+ </Step>
1670
+ <Step label="Step 3">
1671
+ <Step label="Step 3.1" stage="pending" />
1672
+ <Step label="Step 3.2" stage="pending" />
1673
+ <Step label="Step 3.3" stage="pending">
1674
+ <Step label="Step 3.3.1" stage="pending" />
1675
+ <Step label="Step 3.3.2" stage="pending" />
1676
+ <Step label="Step 3.3.3" stage="pending" />
1677
+ </Step>
1678
+ </Step>
1679
+ </SteppedTracker>
1680
+ </StackLayout>
1681
+ );
1682
+ }
1683
+ ```
1684
+
1685
+ The `SteppedTracker` component is a purely presentational component, meaning that you need to manage the state of the steps yourself. That however becomes tricky when dealing with nested steps. This is where the `useStepReducer()` hook comes in. It is a custom hook that helps you manage the state of a `SteppedTracker` component with nested steps with ease. It has a built-in algorithm that determines the stage of all steps above and below the active step. All you need to do is add `stage: 'active'` to the desired step (see `step-3-3` in the hook example below), the hook will figure out the rest. This is what we call `autoStage`.
1686
+
1687
+ Migrating from the previous SteppedTracker API
1688
+
1689
+ Before:
1690
+
1691
+ ```tsx
1692
+ function Before() {
1693
+ return (
1694
+ <SteppedTracker activeStep={0}>
1695
+ <TrackerStep>
1696
+ <StepLabel>Step One</StepLabel>
1697
+ </TrackerStep>
1698
+ <TrackerStep>
1699
+ <StepLabel>Step Two</StepLabel>
1700
+ </TrackerStep>
1701
+ <TrackerStep>
1702
+ <StepLabel>Step Three</StepLabel>
1703
+ </TrackerStep>
1704
+ <TrackerStep>
1705
+ <StepLabel>Step Four</StepLabel>
1706
+ </TrackerStep>
1707
+ </SteppedTracker>
1708
+ );
1709
+ }
1710
+ ```
1711
+
1712
+ After:
1713
+
1714
+ ```tsx
1715
+ function After() {
1716
+ return (
1717
+ <SteppedTracker>
1718
+ <Step label="Step One" stage="active" />
1719
+ <Step label="Step Two" />
1720
+ <Step label="Step Three" />
1721
+ <Step label="Step Four" />
1722
+ </SteppedTracker>
1723
+ );
1724
+ }
1725
+ ```
1726
+
1727
+ Before:
1728
+
1729
+ ```tsx
1730
+ function Before() {
1731
+ return (
1732
+ <SteppedTracker orientation="vertical" activeStep={8}>
1733
+ <TrackerStep stage="completed">
1734
+ <StepLabel>Step 1</StepLabel>
1735
+ </TrackerStep>
1736
+ <TrackerStep depth={1} stage="completed">
1737
+ <StepLabel>Step 1.1</StepLabel>
1738
+ </TrackerStep>
1739
+ <TrackerStep depth={1} stage="completed">
1740
+ <StepLabel>Step 1.2</StepLabel>
1741
+ </TrackerStep>
1742
+ <TrackerStep depth={1} stage="completed">
1743
+ <StepLabel>Step 1.3</StepLabel>
1744
+ </TrackerStep>
1745
+ <TrackerStep stage="completed">
1746
+ <StepLabel>Step 2</StepLabel>
1747
+ </TrackerStep>
1748
+ <TrackerStep stage="inprogress">
1749
+ <StepLabel>Step 3</StepLabel>
1750
+ </TrackerStep>
1751
+ <TrackerStep depth={1} stage="completed">
1752
+ <StepLabel>Step 3.1</StepLabel>
1753
+ </TrackerStep>
1754
+ <TrackerStep depth={1} stage="completed">
1755
+ <StepLabel>Step 3.2</StepLabel>
1756
+ </TrackerStep>
1757
+ <TrackerStep depth={1} stage="inprogress">
1758
+ <StepLabel>Step 3.3</StepLabel>
1759
+ </TrackerStep>
1760
+ <TrackerStep depth={1}>
1761
+ <StepLabel>Step 3.4</StepLabel>
1762
+ </TrackerStep>
1763
+ <TrackerStep>
1764
+ <StepLabel>Step 4</StepLabel>
1765
+ </TrackerStep>
1766
+ </SteppedTracker>
1767
+ );
1768
+ }
1769
+ ```
1770
+
1771
+ After
1772
+
1773
+ ```tsx
1774
+ function After() {
1775
+ return (
1776
+ <SteppedTracker orientation="vertical">
1777
+ <Step label="Step 1" stage="completed">
1778
+ <Step label="Step 1.1" stage="completed" />
1779
+ <Step label="Step 1.2" stage="completed" />
1780
+ <Step label="Step 1.3" stage="completed" />
1781
+ </Step>
1782
+ <Step label="Step 2" stage="completed" />
1783
+ <Step label="Step 3" stage="inprogress">
1784
+ <Step label="Step 3.1" stage="completed" />
1785
+ <Step label="Step 3.2" stage="completed" />
1786
+ <Step label="Step 3.3" stage="active" />
1787
+ <Step label="Step 3.3" />
1788
+ </Step>
1789
+ <Step label="Step 4" />
1790
+ </SteppedTracker>
1791
+ );
1792
+ }
1793
+ ```
1794
+
1795
+ or you can utilize the hook for nested scenarios, such as the one above
1796
+
1797
+ ```tsx
1798
+ import { Step, SteppedTracker, useStepReducer } from "@salt-ds/lab";
1799
+
1800
+ export function AfterWithHook() {
1801
+ const [state, dispatch] = useStepReducer([
1802
+ {
1803
+ key: "step-1",
1804
+ label: "Step 1",
1805
+ substeps: [
1806
+ { key: "step-1-1", label: "Step 1.1" },
1807
+ { key: "step-1-2", label: "Step 1.2" },
1808
+ { key: "step-1-3", label: "Step 1.3" },
1809
+ ],
1810
+ },
1811
+ { key: "step-2", label: "Step 2" },
1812
+ {
1813
+ key: "step-3",
1814
+ label: "Step 3",
1815
+ substeps: [
1816
+ { key: "step-3-1", label: "Step 3.1" },
1817
+ { key: "step-3-2", label: "Step 3.2" },
1818
+ { key: "step-3-3", label: "Step 3.3", stage: "active" },
1819
+ { key: "step-3-4", label: "Step 3.4" },
1820
+ ],
1821
+ },
1822
+ { key: "step-4", label: "Step 4" },
1823
+ ]);
1824
+
1825
+ return (
1826
+ <StackLayout style={{ width: 240 }}>
1827
+ <SteppedTracker orientation="vertical">
1828
+ {state.steps.map((step) => (
1829
+ <Step key={step.key || step.id} {...step} />
1830
+ ))}
1831
+ </SteppedTracker>
1832
+ </StackLayout>
1833
+ );
1834
+ }
1835
+ ```
1836
+
1837
+ - Updated dependencies [86d2a28]
1838
+ - Updated dependencies [dedbade]
1839
+ - Updated dependencies [0a5b68b]
1840
+ - Updated dependencies [cd98ba5]
1841
+ - Updated dependencies [bfea9b3]
1842
+ - @salt-ds/core@1.38.0
1843
+ - @salt-ds/icons@1.13.1
1844
+
1845
+ ## 1.0.0-alpha.57
1846
+
1847
+ ### Patch Changes
1848
+
1849
+ - f3ae565: Fixed `format` not working on `DatePickerRangeInput`. Closes #4474.
1850
+
1851
+ ## 1.0.0-alpha.56
1852
+
1853
+ ### Minor Changes
1854
+
1855
+ - e7b0406: Added `OverlayHeader` component to lab.
1856
+
1857
+ ```tsx
1858
+ <Overlay {...args}>
1859
+ <OverlayTrigger>
1860
+ <Button>Show Overlay</Button>
1861
+ </OverlayTrigger>
1862
+ <OverlayPanel aria-labelledby={id}>
1863
+ <OverlayHeader
1864
+ id={id}
1865
+ header="Title"
1866
+ actions={
1867
+ <Button
1868
+ aria-label="Close overlay"
1869
+ appearance="transparent"
1870
+ sentiment="neutral"
1871
+ >
1872
+ <CloseIcon aria-hidden />
1873
+ </Button>
1874
+ }
1875
+ />
1876
+ <OverlayPanelContent>Content of Overlay</OverlayPanelContent>
1877
+ </OverlayPanel>
1878
+ </Overlay>
1879
+ ```
1880
+
1881
+ ### Patch Changes
1882
+
1883
+ - b272497: DatePicker, DateInput, Calendar Lab updates
1884
+
1885
+ We are excited to introduce a new Salt package, `@salt-ds/date-adapters`, currently in pre-release/lab status to gather your valuable feedback.
1886
+
1887
+ This package includes supported adapters for Salt's date-based controls:
1888
+
1889
+ - `AdapterDateFns` for [date-fns](https://date-fns.org/)
1890
+ - `AdapterDayjs` for [dayjs](https://day.js.org/)
1891
+ - `AdapterLuxon` for [luxon](https://moment.github.io/luxon/)
1892
+ - `AdapterMoment` (legacy) for [moment](https://momentjs.com/)
1893
+
1894
+ > **Note:** As `moment` is no longer actively maintained by its creators, `AdapterMoment` is published in a deprecated form to assist in transitioning to a newer date framework.
1895
+
1896
+ Salt adapters are integrated with a new `LocalizationProvider`, enabling a date-based API accessible through `useLocalization`. Typically, you only need to add one `LocalizationProvider` per application, although they can be nested if necessary.
1897
+
1898
+ `@salt-ds/adapters` uses peer dependencies for the supported date libraries. It is the responsibility of the application author to include the required dependencies in their build. Additionally, the application author is responsible for configuring the date libraries, including any necessary extensions or loading dependencies for supported locales.
1899
+
1900
+ **Example Usage**
1901
+
1902
+ An app that renders a Salt date-based control may look like this:
1903
+
1904
+ ```jsx
1905
+ import { AdapterDateFns } from "@salt-ds/date-adapters";
1906
+ import {
1907
+ Calendar,
1908
+ CalendarNavigation,
1909
+ CalendarWeekHeader,
1910
+ CalendarGrid,
1911
+ LocalizationProvider,
1912
+ } from "@salt-ds/lab";
1913
+
1914
+ const MyApp = () => (
1915
+ <SaltProvider density="high" mode="light">
1916
+ <LocalizationProvider DateAdapter={AdapterDateFns}>
1917
+ <Calendar selectionVariant="single">
1918
+ <CalendarNavigation />
1919
+ <CalendarWeekHeader />
1920
+ <CalendarGrid />
1921
+ </Calendar>
1922
+ </LocalizationProvider>
1923
+ </SaltProvider>
1924
+ );
1925
+ ```
1926
+
1927
+ A `DateInput` within an app that uses `LocalizationProvider` might be implemented as follows:
1928
+
1929
+ ```jsx
1930
+ const MyDateInput = () => {
1931
+ const { dateAdapter } = useLocalization();
1932
+
1933
+ function handleDateChange<TDate extends DateFrameworkType>(
1934
+ event: SyntheticEvent,
1935
+ date: TDate | null,
1936
+ details: DateInputSingleDetails
1937
+ ) {
1938
+ console.log(
1939
+ `Selected date: ${dateAdapter.isValid(date) ? dateAdapter.format(date, "DD MMM YYYY") : date}`
1940
+ );
1941
+
1942
+ const { value, errors } = details;
1943
+ if (errors?.length && value) {
1944
+ console.log(
1945
+ `Error(s): ${errors
1946
+ .map(({ type, message }) => `type=${type} message=${message}`)
1947
+ .join(", ")}`
1948
+ );
1949
+ console.log(`Original Value: ${value}`);
1950
+ }
1951
+ }
1952
+
1953
+ return <DateInputSingle onDateChange={handleDateChange} />;
1954
+ };
1955
+ ```
1956
+
1957
+ A `DatePicker` within an app that uses `LocalizationProvider` might be implemented as follows:
1958
+
1959
+ ```jsx
1960
+ const MyDatePicker = () => {
1961
+ const { dateAdapter } = useLocalization();
1962
+ const handleSelectionChange = useCallback(
1963
+ (
1964
+ event: SyntheticEvent,
1965
+ date: SingleDateSelection<DateFrameworkType> | null,
1966
+ details: DateInputSingleDetails | undefined,
1967
+ ) => {
1968
+ const { value, errors } = details || {};
1969
+ console.log(
1970
+ `Selected date: ${dateAdapter.isValid(date) ? dateAdapter.format(date, "DD MMM YYYY") : date}`
1971
+ );
1972
+ if (errors?.length && value) {
1973
+ console.log(
1974
+ `Error(s): ${errors
1975
+ .map(({ type, message }) => `type=${type} message=${message}`)
1976
+ .join(", ")}`
1977
+ );
1978
+ console.log(`Original Value: ${value}`);
1979
+ }
1980
+ },
1981
+ );
1982
+
1983
+ return (
1984
+ <DatePicker
1985
+ selectionVariant="single"
1986
+ onSelectionChange={handleSelectionChange}
1987
+ >
1988
+ <DatePickerTrigger>
1989
+ <DatePickerSingleInput />
1990
+ </DatePickerTrigger>
1991
+ <DatePickerOverlay>
1992
+ <DatePickerSinglePanel />
1993
+ </DatePickerOverlay>
1994
+ </DatePicker>
1995
+ );
1996
+ };
1997
+ ```
1998
+
1999
+ In addition to configuring adapters, `LocalizationProvider` offers props to define locale and fallback min/max dates for all date-based controls.
2000
+
2001
+ Additional date adapters can be added , as long as they conform to the `SaltDateAdapter` interface.
2002
+
2003
+ For more detailed examples, please refer to the documentation for `DateInput`, `Calendar`, and `DatePicker`.
2004
+
2005
+ - 33c8da5: Fix system status icons in content from using the component styles override
2006
+ - Updated dependencies [5cf214c]
2007
+ - Updated dependencies [bae6882]
2008
+ - Updated dependencies [b272497]
2009
+ - @salt-ds/core@1.37.3
2010
+ - @salt-ds/date-adapters@0.1.0
2011
+
2012
+ ## 1.0.0-alpha.55
2013
+
2014
+ ### Minor Changes
2015
+
2016
+ - 91973ac: Added `DialogHeader` component to lab. `DialogHeader`'s update follows our standardized header for container components and app regions, and it can be added to provide a structured header for dialog. The header includes a title and actions that follows our Header Block pattern.
2017
+
2018
+ ```typescript
2019
+ <Dialog open={open} onOpenChange={onOpenChange} id={id}>
2020
+ <DialogHeader
2021
+ header={<H2>Terms and conditions</H2>}
2022
+ actions={
2023
+ <Button
2024
+ aria-label="Close overlay"
2025
+ appearance="transparent"
2026
+ sentiment="neutral"
2027
+ >
2028
+ <CloseIcon aria-hidden />
2029
+ </Button>
2030
+ }
2031
+ />
2032
+ <DialogContent>
2033
+ <div>
2034
+ Only Chase Cards that we determine are eligible can be added to the
2035
+ Wallet.
2036
+ </div>
2037
+ </DialogContent>
2038
+ </Dialog>;
2039
+ ```
2040
+
2041
+ ### Patch Changes
2042
+
2043
+ - 3cf8d99: Updated TabstripNext and TabNext to follow the new design guidelines and added dismissing and adding tabs.
2044
+ - 6a08b82: Fixed circular dependencies in code.
2045
+ - Updated dependencies [ae6e5c9]
2046
+ - Updated dependencies [b395246]
2047
+ - Updated dependencies [aced985]
2048
+ - Updated dependencies [7432f62]
2049
+ - Updated dependencies [0730eb0]
2050
+ - Updated dependencies [1a29b4e]
2051
+ - Updated dependencies [6b1f109]
2052
+ - Updated dependencies [26bf747]
2053
+ - Updated dependencies [6a08b82]
2054
+ - Updated dependencies [dc5b3b3]
2055
+ - @salt-ds/core@1.37.2
2056
+ - @salt-ds/icons@1.13.0
2057
+
2058
+ ## 1.0.0-alpha.54
2059
+
2060
+ ### Patch Changes
2061
+
2062
+ - bb916f7: Removed the left padding from Static List.
2063
+
2064
+ ## 1.0.0-alpha.53
2065
+
2066
+ ### Minor Changes
2067
+
2068
+ - 5db28b8: Added `StaticList`, `StaticListItem`, `StaticListItemContent` component to lab.
2069
+
2070
+ ```tsx
2071
+ <StaticList>
2072
+ <StaticListItem>
2073
+ <StaticListItemContent>
2074
+ <Text>New static list feature updates are available in lab</Text>
2075
+ </StaticListItemContent>
2076
+ </StaticListItem>
2077
+ <StaticListItem>
2078
+ <StaticListItemContent>
2079
+ <Text>New static list feature updates are available in lab</Text>
2080
+ </StaticListItemContent>
2081
+ </StaticListItem>
2082
+ </StaticList>
2083
+ ```
2084
+
2085
+ - 91639ec: ## StepperInput updates
2086
+
2087
+ - Added `bordered` prop for a full border style
2088
+ - Changed `StepperInputProps` to extend `div` props instead of `Input`, to align with other input components
2089
+ - Added an optional event to `onChange`, when triggered by synthetic event
2090
+ - Added more keyboard interactions, e.g. Shift + Up / Down, Home, End.
2091
+ - Replaced `block` with `stepBlock` prop, which now explicitly defines the value that is increment or decrement, not a multiplier of `step`.
2092
+
2093
+ ```tsx
2094
+ <StepperInput
2095
+ stepBlock={100}
2096
+ value={value}
2097
+ onChange={(_event, value) => {
2098
+ setValue(value);
2099
+ }
2100
+ />
2101
+ ```
2102
+
2103
+ ### Patch Changes
2104
+
2105
+ - 3a9d518: DatePicker and Calendar API improvements
2106
+
2107
+ - `CalendarCarousel` has been renamed to `CarouselDateGrid` so it's more obvious of the content
2108
+ - `Calendar` previously used `children` to define the `CalendarNavigation`.
2109
+ We have now changed that so the `children` defines `CalendarNavigation`, `CalendarWeekHeader` and `CalendarDateGrid`
2110
+ This enables more flexibility in both layout and configuration of the `Calendar` elements.
2111
+ A typical Calendar will now look like this,
2112
+
2113
+ ```
2114
+ <Calendar selectionVariant="single" hideOutOfRangeDates>
2115
+ <CalendarNavigation />
2116
+ <CalendarWeekHeader />
2117
+ <CalendarDateGrid />
2118
+ </Calendar>
2119
+ ```
2120
+
2121
+ `CalendarNavigation` - provides year/month dropdowns and forward/back controls for the visible month.
2122
+ `CalendarWeekHeader` - provides a header for `CalendarDateGrid` indicating the day of the week.
2123
+ `CalendarDateGrid` - provides a grid of buttons that represent the days from a calendar month.
2124
+
2125
+ - cleaned up selection API, removed `select`, use `setSelectedDate` instead
2126
+ - fix issues with `Calendar` offset selection
2127
+ - updated examples, more consistent helper text, error text to match spec
2128
+ - test improvements to create a known state for tests and avoid failures based on locale differences
2129
+ - cleaned up Storybook imports in e2e tests
2130
+
2131
+ - 5eb77be: Fixed days in the calendar having the incorrect text color when part of a selection or hover range.
2132
+
2133
+ ## 1.0.0-alpha.52
2134
+
2135
+ ### Minor Changes
2136
+
2137
+ - 2999d0d: Remove `Slider` props, `pageStep`, `pushable`, `pushDistance`, `disabled`, `hideMarks`
2138
+ Updated `Marks` prop to recieve inline, bottom or all
2139
+
2140
+ ### Patch Changes
2141
+
2142
+ - dccd349: Updated DatePicker to show validation status when set to read-only.
2143
+ - 6013bf3: # Refactoring the `DatePicker` Component
2144
+
2145
+ The `DatePicker` component has been refactored to provide a more flexible and composable API. The updated approach allows developers to compose their own calendar patterns by combining provided components with their own or replacing the provided components entirely. This refactor also introduces new features such as locale and time zone support, custom parsers, and conditional types.
2146
+
2147
+ ## Before
2148
+
2149
+ ```tsx
2150
+ // Original DatePicker component
2151
+ <DatePicker style={{ width: "200px" }} />
2152
+ ```
2153
+
2154
+ ## After
2155
+
2156
+ ```tsx
2157
+ // New DatePicker component
2158
+ <DatePicker
2159
+ selectionVariant="single"
2160
+ onSelectedDateChange={(newSelectedDate) =>
2161
+ console.log(`Selected date: ${formatDate(newSelectedDate)}`)
2162
+ }
2163
+ >
2164
+ <DatePickerSingleInput />
2165
+ <DatePickerOverlay>
2166
+ <DatePickerSinglePanel />
2167
+ </DatePickerOverlay>
2168
+ </DatePicker>
2169
+ ```
2170
+
2171
+ ## Reasons for Change
2172
+
2173
+ - **Flexibility**: The new composable API allows developers to swap out the input component and compose their own panels, providing greater flexibility.
2174
+ - **Simplified API**: The new design reduces the complexity of the API, making it easier to use and customize.
2175
+ - **Customization**: Developers can now combine provided components with their own or replace the provided components entirely.
2176
+ - **Future-Proofing**: The new design is more adaptable to future changes and customizations.
2177
+
2178
+ ## Additional New Features
2179
+
2180
+ - **Locale and Time Zone Support**: Experimental support for locale and time zones, demonstrated in a time-based Storybook example.
2181
+ - **Custom Parsers**: Ability to provide custom parsers to parse custom date formats from the `DateInput`.
2182
+ - **Conditional Types**: Simplified use of the `selectionVariant` prop through conditional types.
2183
+ - **New Components**: Introduction of `DateInput`, `DateInputRange`, `DatePickerSingleInput`, `DatePickerRangeInput`, `DatePickerSinglePanel`, and `DatePickerRangePanel`.
2184
+ - **DatePickerOverlay**: A wrapper for the `DatePicker`'s calendar, enabling custom panel composition with the calendar component.
2185
+
2186
+ ## Experimental Time Support (Not For Production Use)
2187
+
2188
+ - To ensure the DatePicker can support DateTime, locales and timezones, we have created an experimental Storybook example that supports time entry.
2189
+
2190
+ ## 1.0.0-alpha.51
2191
+
2192
+ ### Minor Changes
2193
+
2194
+ - 888406d: Added bordered prop for `DateInput` component.
2195
+
2196
+ Added examples for bordered style variant for DateInput and DatePicker.
2197
+
2198
+ Added corner radius support for `DateInput` component in theme next.
2199
+
2200
+ Added 1px gap between Date Input and the menu.
2201
+
2202
+ Added borderedDropdown prop for `CalendarNavigation` component to display bordered months and year dropdown.
2203
+
2204
+ ```
2205
+ <DatePicker bordered />
2206
+ <DateInput bordered />
2207
+ ```
2208
+
2209
+ _Note: this Labs API will be refactored and re-aligned to the updated DatePicker approach via_ [PR 3716](https://github.com/jpmorganchase/salt-ds/pull/3716)
2210
+
2211
+ - ffc0dd4: Replaced TrackerStep's `state` prop with new `stage` and `status` props. Valid `stage` values are `"pending"` and `"completed"`. Valid `status` values are `"error"` and `"warning"`.
2212
+ - 8f17df3: Update Dropdown classname to saltDropdownBase to fix them clashing with the dropdown in core
2213
+
2214
+ ### Patch Changes
2215
+
2216
+ - e8d923c: Fix disabled out of bound dates still having a hover style
2217
+
2218
+ ## 1.0.0-alpha.50
2219
+
2220
+ ### Minor Changes
2221
+
2222
+ - 0008528: Added `SystemStatus`, `SystemStatusContent`, `SystemStatusActions` component to lab.
2223
+
2224
+ ```tsx
2225
+ <SystemStatus>
2226
+ <SystemStatusContent>
2227
+ <Text color="inherit">New feature updates are available</Text>
2228
+ </SystemStatusContent>
2229
+ </SystemStatus>
2230
+ ```
2231
+
2232
+ ### Patch Changes
2233
+
2234
+ - bfe0f84: Cleaned up TypeScript types in multiple components.
2235
+
2236
+ ## 1.0.0-alpha.49
2237
+
2238
+ ### Minor Changes
2239
+
2240
+ - 62d917d: Updated styling of date picker and calendar
2241
+
2242
+ - Corner radius support for date picker panel in theme next
2243
+ - Corner radius support for calendar selected days in theme next
2244
+ - Use accent color for today indicator and highlight color in calendar
2245
+
2246
+ Closes #3530.
2247
+
2248
+ ### Patch Changes
2249
+
2250
+ - da92421: Fix warning logged when access a child ref on React 19.
2251
+
2252
+ ## 1.0.0-alpha.48
2253
+
2254
+ ### Minor Changes
2255
+
2256
+ - c759347: Added `visibleMonths` to control the number of visible months in a range `DatePicker`. The supports values are `1` or `2` (default).
2257
+
2258
+ ```tsx
2259
+ <DatePicker selectionVariant="range" visibleMonths={1} />
2260
+ ```
2261
+
2262
+ - 6cde7ea: Removed `Divider` from lab and promoted to core.
2263
+
2264
+ ### Patch Changes
2265
+
2266
+ - 50b03f5: Fix Range date picker cursor position after selection
2267
+ - ba1dc07: - Exposed input values in dateInput's `onChange`.
2268
+
2269
+ ```tsx
2270
+ <DatePicker onChange={(event, selectedDateInputValue: string | undefined) => {}}/>
2271
+
2272
+ <DatePicker selectionVariant="range"
2273
+ onChange={(event, startDateInputValue: string | undefined, endDateInputValue: string | undefined) => {}}
2274
+ />
2275
+ ```
2276
+
2277
+ - Removed `startDate`, `defaultStartDate`, `endDate`, and `defaultEndDate` in DatePicker.
2278
+ - Added `selectedDate`, `defaultSelectedDate` and `defaultOpen` in DatePicker.
2279
+
2280
+ ## 1.0.0-alpha.47
2281
+
2282
+ ### Minor Changes
2283
+
2284
+ - 400c730: Added Divider component—`Divider` provides a thin, unobtrusive line for grouping elements to reinforce visual hierarchy.
2285
+
2286
+ ```tsx
2287
+ <Divider />
2288
+ <Divider variant={variant} orientation={orientation} />
2289
+ ```
2290
+
2291
+ ### Patch Changes
2292
+
2293
+ - a92c421: Fixed date picker shown behind dialog. Fixed #3471
2294
+
2295
+ ## 1.0.0-alpha.46
2296
+
2297
+ ### Patch Changes
2298
+
2299
+ - 04a6fb86: - Remove validation logic from `DatePicker` to support integration through `FormField`.
2300
+ - Added `onSelect` `onSelectionChange` and `validationStatus` props to `DatePicker`.
2301
+
2302
+ ## 1.0.0-alpha.45
2303
+
2304
+ ### Minor Changes
2305
+
2306
+ - 375499e4: Removed `liveValue`, `showRefreshButton`, `ButtonProps` and `InputProps` props from `StepperInput`.
2307
+ Added `hideButtons` prop from `StepperInput` and updated to extend Input's `InputProps`.
2308
+ - b9a6d1e8: - Fix calendar carousel receiving focus in firefox
2309
+
2310
+ - Add DatePicker component to lab
2311
+
2312
+ ```typescript
2313
+ <DatePicker />
2314
+ ```
2315
+
2316
+ - Updated DateInput to integrate within DatePicker
2317
+
2318
+ - 25e38e48: TrackerStep now uses `--salt-status-success-foreground-decorative` and `--salt-status-info-foreground-decorative` instead of `--salt-status-success-foreground` and `--salt-status-info-foreground`.
2319
+
2320
+ ### Patch Changes
2321
+
2322
+ - 579fe968: - Calendar aria-label format changed from 'MM YYYY' to 'Calendar, DD MMM YYYY'.
2323
+ - Calendar day aria-label format changed from 'DD/MM/YYYY' to 'DD MMM YYYY'.
2324
+ - Calendar navigation buttons aria-label format got simplified to 'Previous Month' and 'Next Month'.
2325
+ - Fix Calendar focused item getting lost when navigating trough calendar.
2326
+ - 78e643f2: Changed `startDate` and `endDate` for `selectedDate` in DatePicker to align with Calendar props.
2327
+ Changed `defaultStartDate` and `defaultEndDate` for `defaultSelectedDate` in DatePicker to align with Calendar props.
2328
+
2329
+ ## 1.0.0-alpha.44
2330
+
2331
+ ### Patch Changes
2332
+
2333
+ - 92bb63a1: - fixed keyboard navigation between panel and dates in calendar
2334
+ - fixed highlight and today characteristics for previous months in calendar
2335
+ - 894aaf0b: Calendar fixes:
2336
+
2337
+ - Fixed mozilla div focus bug https://bugzilla.mozilla.org/show_bug.cgi?id=1069739 and added aria label to calendar for accessibility improvement.
2338
+ - Prevent event defaults in keyboard navigation.
2339
+
2340
+ ## 1.0.0-alpha.43
2341
+
2342
+ ### Minor Changes
2343
+
2344
+ - 542b6228: Removed `Menu`, `MenuItem`, `MenuTrigger`, `MenuPanel` and `MenuGroup` from labs and promoted to core.
2345
+
2346
+ ## 1.0.0-alpha.42
2347
+
2348
+ ### Minor Changes
2349
+
2350
+ - 059f6f7d: Submenu's now persist when the cursor moves from the menu to the body. This makes it easier to interact with submenus.
2351
+ Added `getVirtualElement` to Menu. To allow positioning Menu's relative to a custom reference area. This can be used to create a context menu.
2352
+
2353
+ ```tsx
2354
+ <Menu
2355
+ getVirtualElement={() => ({
2356
+ getBoundingClientRect: () => ({
2357
+ width: 0,
2358
+ height: 0,
2359
+ x: 0,
2360
+ y: 0,
2361
+ top: 0,
2362
+ right: 0,
2363
+ bottom: 0,
2364
+ left: 0,
2365
+ }),
2366
+ })}
2367
+ >
2368
+ <MenuPanel>
2369
+ <MenuItem>Copy</MenuItem>
2370
+ <MenuItem>Move</MenuItem>
2371
+ <MenuItem>Delete</MenuItem>
2372
+ </MenuPanel>
2373
+ </Menu>
2374
+ ```
2375
+
2376
+ ## 1.0.0-alpha.41
2377
+
2378
+ ### Minor Changes
2379
+
2380
+ - 884ce037: Removed `ParentChildLayout` from labs and promote to core.
2381
+
2382
+ ## 1.0.0-alpha.40
2383
+
2384
+ ### Minor Changes
2385
+
2386
+ - ae971d21: Remove `Overlay`, `OverlayTrigger`, `OverlayPanel`, `OverlayPanelCloseButton`, and `OverlayPanelContent` from labs and promote to core.
2387
+ - ed32f6e0: Refactor of `ParentChildLayout`:
2388
+
2389
+ - removes parentPosition and disableAnimation props
2390
+ - collapsedViewElement renamed to visibleView
2391
+ - reduced motion animation changed to fade in
2392
+
2393
+ ### Patch Changes
2394
+
2395
+ - 0fe48b4f: Added `type="button"` to button elements to prevent some components submitting forms.
2396
+ - a1dace8d: CarouselSlide's ButtonBar prop is now less strict and accepts more components
2397
+
2398
+ ## 1.0.0-alpha.39
2399
+
2400
+ ### Minor Changes
2401
+
2402
+ - 96c2ca62: Removed `SegmentedButtonGroup` from labs and promoted to core.
2403
+ - 8ed621bc: Removed the `onClose` prop from `Overlay`, `onOpenChange` is now called for events that open/close the overlay.
2404
+
2405
+ ```tsx
2406
+ export const ControlledOverlay = () => {
2407
+ const [open, setOpen] = useState(false);
2408
+ const onOpenChange = (newOpen: boolean) => setOpen(newOpen);
2409
+
2410
+ return (
2411
+ <Overlay open={open} onOpenChange={onOpenChange}>
2412
+ <OverlayTrigger>
2413
+ <Button>Show Overlay</Button>
2414
+ </OverlayTrigger>
2415
+ <OverlayPanel>Overlay Content</OverlayPanel>
2416
+ </Overlay>
2417
+ );
2418
+ };
2419
+ ```
2420
+
2421
+ - ebe59171: Added `OverlayPanelCloseButton` and `OverlayPanelContent` components as children of `OverlayPanel`
2422
+
2423
+ ```tsx
2424
+ export const OverlayWithCloseButton = ({ onOpenChange }: OverlayProps) => {
2425
+ const [open, setOpen] = useState(false);
2426
+
2427
+ const onChange = (newOpen: boolean) => {
2428
+ setOpen(newOpen);
2429
+ };
2430
+
2431
+ const handleClose = () => setOpen(false);
2432
+
2433
+ return (
2434
+ <Overlay open={open} onOpenChange={onChange}>
2435
+ <OverlayTrigger>
2436
+ <Button>Show Overlay</Button>
2437
+ </OverlayTrigger>
2438
+ <OverlayPanel>
2439
+ <OverlayPanelCloseButton onClick={handleClose} />
2440
+ <OverlayPanelContent>Overlay Content</OverlayPanelContent>
2441
+ </OverlayPanel>
2442
+ </Overlay>
2443
+ );
2444
+ };
2445
+ ```
2446
+
2447
+ ### Patch Changes
2448
+
2449
+ - f6202615: Visual updates to Calendar's "today" indicator and Tab's active indicator due to `--salt-size-indicator` being updated.
2450
+
2451
+ ## 1.0.0-alpha.38
2452
+
2453
+ ### Patch Changes
2454
+
2455
+ - 4adacc6b: Fix SegmentedButtonGroup's display name.
2456
+ Fix SegmentedButtonGroup's ref being applied incorrectly.
2457
+
2458
+ ## 1.0.0-alpha.37
2459
+
2460
+ ### Minor Changes
2461
+
2462
+ - 53a7f22c: Removed `DropdownNext`, `Option`, `OptionGroup` and `ComboBoxNext` from labs and promoted to core.
2463
+ - 6cdfe94e: Add `SegmentedButtonGroup` to labs
2464
+ `SegmentedButtonGroup` should be used to display a list of actionable buttons, flush with separators
2465
+
2466
+ ```tsx
2467
+ const SegmentedButtonGroup = () => (
2468
+ <SegmentedButtonGroup>
2469
+ <Button> Button </Button>
2470
+ <Button> Button </Button>
2471
+ <Button> Button </Button>
2472
+ </SegmentedButtonGroup>
2473
+ );
2474
+ ```
2475
+
2476
+ ### Patch Changes
2477
+
2478
+ - 91074aa2: - Fixed tabs container height to fit its contents and display as block so it can take 100% width without an extra wrapper.
2479
+
2480
+ ## 1.0.0-alpha.36
2481
+
2482
+ ### Minor Changes
2483
+
2484
+ - 7d9436e0: Added pills to multi-select ComboBoxNext.
2485
+ Added `truncate` to ComboBoxNext which collapsing the ComboBoxNext to one line.
2486
+
2487
+ ### Patch Changes
2488
+
2489
+ - 7d9436e0: Fixed DropdownNext and ComboBoxNext's list design.
2490
+
2491
+ ## 1.0.0-alpha.35
2492
+
2493
+ ### Minor Changes
2494
+
2495
+ - ff69de19: Remove `Dialog`, `DialogHeader`, `DialogContent`, `DialogActions`, and `DialogCloseButton` from labs and promote to core
2496
+
2497
+ ### Patch Changes
2498
+
2499
+ - 517ce28b: Optional prop `id` is no longer passed down from `Overlay` to aria-labelledby in `OverlayPanel`
2500
+ aria-labelledBy should be passed down directly to the `OverlayPanel` via and id attached to the title element
2501
+
2502
+ ```tsx
2503
+ export const Default = (): ReactElement => {
2504
+ const id = useId();
2505
+ return (
2506
+ <Overlay>
2507
+ <OverlayTrigger>
2508
+ <Button>Show Overlay</Button>
2509
+ </OverlayTrigger>
2510
+ <OverlayPanel aria-labelledby={id}>
2511
+ <h3 className={styles.contentHeading} id={id}>
2512
+ Title
2513
+ </h3>
2514
+ <div>
2515
+ Content of Overlay
2516
+ <Tooltip content={"im a tooltip"}>
2517
+ <Button>hover me</Button>
2518
+ </Tooltip>
2519
+ </div>
2520
+ </OverlayPanel>
2521
+ </Overlay>
2522
+ );
2523
+ };
2524
+ ```
2525
+
2526
+ - 0c4d186d: Fix tabstrip not collapsing when sharing parent with other items
2527
+ - 54b8e1a9: Fixed Tab being deleted whilst editing Tab label and pressing backspace or delete
2528
+
2529
+ ## 1.0.0-alpha.34
2530
+
2531
+ ### Minor Changes
2532
+
2533
+ - f27ecfa7: Implemented corner radius for relevant components when used with theme next. Refer to [documentation](https://storybook.saltdesignsystem.com/?path=/docs/experimental-theme-next--docs) for more information.
2534
+ - cba9f9b9: - Rename `DialogTitle` to `DialogHeader`
2535
+ - Change `DialogHeader` optional props `title` and `subtitle` to `header` and `preheader`
2536
+ - 245301a9: Added `LinkCard` to lab.
2537
+
2538
+ Use a Link card when the entire card should be clickable and navigate the user.
2539
+
2540
+ ```tsx
2541
+ <LinkCard href="https://www.saltdesignsystem.com" target="_blank"></LinkCard>
2542
+ ```
2543
+
2544
+ - 8610999f: Remove `Drawer` and `DrawerCloseButton` from labs and promote to core
2545
+ - cbe6c522: Removed `LinkCard` from lab and promoted to core.
2546
+ - df15ac98: - Added `valueToString` to `DropdownNext` and `ComboBoxNext`. This replaces the `textValue` prop on `Option`s. This is needed when the value is different to the display value, or the value is not a string.
2547
+ - Removed `defaultValue` from `DropdownNext`.
2548
+ - Mousing over options will now set them to active.
2549
+ - Clearing the input will clear the list of active items.
2550
+ - `Option` will now use the value or the result from `valueToString` as its default children.
2551
+
2552
+ ### Patch Changes
2553
+
2554
+ - 543c9ff2: Updates to calendar
2555
+
2556
+ - Removed animations.
2557
+ - Visual updates to the component.
2558
+ - Updated the delay time for day tooltips.
2559
+ - Added `highlighted` days - characterized by a triangle in the top right corner that attributes an event to that day.
2560
+ - Added `disabled` days and made `unselectable` days focusable.
2561
+
2562
+ ## 1.0.0-alpha.33
2563
+
2564
+ ### Patch Changes
2565
+
2566
+ - 9d23fdce: Added `box-sizing: border-box` to:
2567
+
2568
+ - `Dialog`
2569
+ - `DialogTitle`
2570
+ - `Drawer`
2571
+ - `FormLabel`
2572
+ - `InputLegacy`
2573
+ - `LayerLayout`
2574
+ - `List`
2575
+ - `Option`
2576
+ - `OptionList`
2577
+ - `TabNext`
2578
+ - `TabstripNext`
2579
+ - `TokenizedInputNext`
2580
+ - `TokenizedInput`
2581
+
2582
+ ## 1.0.0-alpha.32
2583
+
2584
+ ### Minor Changes
2585
+
2586
+ - 2771c6de: - Convert `Dialog Title` to accept props instead of a composable api
2587
+
2588
+ - Optional Props `title` and `subtitle` added to `Dialog Title`
2589
+ - `Dialog Title` no longer accepts children
2590
+ - Optional `id` prop added to `Dialog` to announce the `title` and `subtitle` when using a screen reader
2591
+
2592
+ ```tsx
2593
+ export const Default = (): ReactElement => {
2594
+ const [open, setOpen] = useState(false);
2595
+ const id = useId();
2596
+
2597
+ const handleRequestOpen = () => {
2598
+ setOpen(true);
2599
+ };
2600
+
2601
+ const onOpenChange = (value: boolean) => {
2602
+ setOpen(value);
2603
+ };
2604
+
2605
+ const handleClose = () => {
2606
+ setOpen(false);
2607
+ };
2608
+
2609
+ return (
2610
+ <>
2611
+ <Button onClick={handleRequestOpen}>
2612
+ Open default dialog
2613
+ </Button>
2614
+ <Dialog open={open} onOpenChange={onOpenChange} id={id}>
2615
+ <DialogTitle title="Terms and conditions" />
2616
+ <DialogContent>
2617
+ Dialog Content
2618
+ </StackLayout>
2619
+ </DialogContent>
2620
+ <DialogActions>
2621
+ <Button onClick={handleClose}>Cancel</Button>
2622
+ <Button variant="cta" onClick={handleClose}>
2623
+ Accept
2624
+ </Button>
2625
+ </DialogActions>
2626
+ </Dialog>
2627
+ </>
2628
+ );
2629
+ };
2630
+ ```
2631
+
2632
+ - fc915775: - Refactored `Drawer` to use floating-ui and Salt's `Scrim`.
2633
+
2634
+ - Fixced open prop to be false by default
2635
+ - Fixed `Floating Components` implementation of focus manager props from Floating UI
2636
+ - Added optional `DrawerCloseButton`.
2637
+ - Added optional props `disableScrim` and `diableDismiss`
2638
+
2639
+ ```tsx
2640
+ export const DrawerTemplate = (): ReactElement => {
2641
+ const [open, setOpen] = useState(false);
2642
+
2643
+ const handleRequestOpen = () => {
2644
+ setOpen(true);
2645
+ };
2646
+
2647
+ const onOpenChange = (newOpen: boolean) => {
2648
+ setOpen(newOpen);
2649
+ };
2650
+
2651
+ const handleClose = () => {
2652
+ setOpen(false);
2653
+ };
2654
+
2655
+ return (
2656
+ <>
2657
+ <Button onClick={handleRequestOpen}>Open Drawer</Button>
2658
+ <Drawer open={open} onOpenChange={onOpenChange} style={{ width: 300 }}>
2659
+ <DrawerCloseButton onClick={handleClose} />
2660
+ <H2>Title</H2>
2661
+ <Text>Content of drawer</Text>
2662
+ </Drawer>
2663
+ </>
2664
+ );
2665
+ };
2666
+ ```
2667
+
2668
+ - 4ab245a7: - Add `disableScrim` as an optional prop preventing the Scrim from being rendered. Use case is for Desktop Environments
2669
+
2670
+ ### Patch Changes
2671
+
2672
+ - 2e36ad0b: `TabstripNext`, `TabNext` and `AppHeader` have bene updated to use separable tokens.
2673
+ - d9eaf511: Fixed DropdownNext and ComboBoxNext not working in desktop environemnts.
2674
+ Fixed DropdownNext not showing a placeholder when it's value was an empty string.
2675
+ Fixed DropdownNext and ComboBoxNext's lists not showing over Dialogs.
2676
+
2677
+ ## 1.0.0-alpha.31
2678
+
2679
+ ### Minor Changes
2680
+
2681
+ - de68031a: - Added `min` and `hideLabel` to LinearProgress and CircularProgress.
2682
+ - Removed `unit` from LinearProgress.
2683
+ - 0e031a5c: Removed `CircularProgress` and `LinearProgress` from lab and promoted to core.
2684
+ - 9d0b2a40: - Refactored `Dialog` to use floating-ui and Salt's `Scrim`.
2685
+
2686
+ - Implement FloatingComponent for Desktop support
2687
+ - Added optional `disableDismiss` prop to prevent a click away dismissing the dialog.
2688
+ - Added a `size` prop which takes `small`, `medium` and `large`.
2689
+
2690
+ ```tsx
2691
+ const AlertDialog = () => {
2692
+ const [open, setOpen] = useState(openProp);
2693
+
2694
+ const handleRequestOpen = () => {
2695
+ setOpen(true);
2696
+ };
2697
+
2698
+ const onOpenChange = (value: boolean) => {
2699
+ setOpen(value);
2700
+ };
2701
+
2702
+ const handleClose = () => {
2703
+ setOpen(false);
2704
+ };
2705
+
2706
+ return (
2707
+ <>
2708
+ <Button data-testid="dialog-button" onClick={handleRequestOpen}>
2709
+ Click to open dialog
2710
+ </Button>
2711
+ <Dialog
2712
+ size={"small"}
2713
+ role="alertdialog"
2714
+ status={"error"}
2715
+ open={open}
2716
+ onOpenChange={onOpenChange}
2717
+ initialFocus={1}
2718
+ disableDismiss
2719
+ >
2720
+ <DialogTitle>Delete Transaction</DialogTitle>
2721
+ <DialogContent>
2722
+ Are you sure you want to permanently delete this transaction
2723
+ </DialogContent>
2724
+ <DialogActions>
2725
+ <Button onClick={handleClose}>Cancel</Button>
2726
+ <Button variant="cta" onClick={handleClose}>
2727
+ Delete
2728
+ </Button>
2729
+ </DialogActions>
2730
+ </Dialog>
2731
+ </>
2732
+ );
2733
+ };
2734
+ ```
2735
+
2736
+ - 604a7314: Add support for complex value options to ComboBoxNext and DropdownNext.
2737
+
2738
+ ### Patch Changes
2739
+
2740
+ - bef0d509: Undeprecated `--salt-track-borderColor`, which was incorrectly deprecated in feb80146.
2741
+ - 56af744e: Parent Child Layout
2742
+
2743
+ Removed `parent-child-item` component. Replaced by `FlexItem`
2744
+ Renamed `stackedAtBreakpoint` prop to `collapseAtBreakpoint`
2745
+ Renamed `stackedViewElement` prop to `collapsedViewElement`
2746
+ Removed `orientation` prop
2747
+ Added `parentPosition` and `onCollapseChange` props
2748
+
2749
+ ## 1.0.0-alpha.30
2750
+
2751
+ ### Patch Changes
2752
+
2753
+ - b2b8dedb: Add vertical orientation for SteppedTracker
2754
+
2755
+ ## 1.0.0-alpha.29
2756
+
2757
+ ### Minor Changes
2758
+
2759
+ - f8fec5ab: Update Overlay to use floating-ui. Supports placement on top (default), right, bottom, and left.
2760
+
2761
+ ```tsx
2762
+ const OverlayTemplate = (props: OverlayProps) => {
2763
+ const { style, ...rest } = props;
2764
+ const id = "salt-overlay";
2765
+
2766
+ return (
2767
+ <Overlay id={id} {...rest}>
2768
+ <OverlayTrigger>
2769
+ <Button>Show Overlay</Button>
2770
+ </OverlayTrigger>
2771
+ <OverlayPanel style={style}>
2772
+ <h3 id={`${id}-header`}>Title</h3>
2773
+ <div id={`${id}-content`}>Content of Overlay</div>
2774
+ </OverlayPanel>
2775
+ </Overlay>
2776
+ );
2777
+ };
2778
+ ```
2779
+
2780
+ - 8f0012b7: Removed `FileDropZone` from lab and promoted it to core.
2781
+
2782
+ ## 1.0.0-alpha.28
2783
+
2784
+ ### Minor Changes
2785
+
2786
+ - 69549229: Removed `Scrim` from Lab and moved it to Core.
2787
+ - 907397e2: Removed NavigationItem from lab and promoted it to core
2788
+ - b2dd61d7: Removed Pagination from lab
2789
+
2790
+ ## 1.0.0-alpha.27
2791
+
2792
+ ### Minor Changes
2793
+
2794
+ - ebe9feca: - Focus trap behavior is no longer managed by Scrim. Props related to this behavior such as `autoFocusRef`, `disableAutoFocus`, `disableFocusTrap`, `disableReturnFocus`, `fallbackFocusRef`, `returnFocusOptions` an `tabEnabledSelectors`, have been removed.
2795
+ - Removed `onBackDropClick` prop. Use `onClick` instead.
2796
+ - Removed `closeWithEscape` and `onClose` props. You can handle this outside of the scrim.
2797
+ - Removed `enableContainerMode` and `containerRef` props and added `fixed` prop. The default behavior is now for the scrim to fill its container, and you can use the `fixed` prop to fill the viewport.
2798
+ - Removed `zIndex` prop. You can change the `zIndex` using CSS.
2799
+ - Removed `ScrimContext`.
2800
+ - 18576480: Refactor Combo Box Next and Dropdown Next to use compositional APIs.
2801
+
2802
+ ## Dropdown Next
2803
+
2804
+ ```tsx
2805
+ <DropdownNext>
2806
+ {colors.map((color) => (
2807
+ <Option value={color} key={color}>
2808
+ {color}
2809
+ </Option>
2810
+ ))}
2811
+ </DropdownNext>
2812
+ ```
2813
+
2814
+ ## Combo Box Next
2815
+
2816
+ ```tsx
2817
+ <ComboBoxNext>
2818
+ {colors.map((color) => (
2819
+ <Option value={color} key={color}>
2820
+ {color}
2821
+ </Option>
2822
+ ))}
2823
+ </ComboBoxNext>
2824
+ ```
2825
+
2826
+ - 91d22148: Removed `pillNext` from Lab and promoted it to Core.
2827
+
2828
+ ### Patch Changes
2829
+
2830
+ - d9ce0737: Replaced incorrect usage of nullish operators.
2831
+ - bbc4ccb1: Added TokenizedInputNext to lab.
2832
+
2833
+ Tokenized input provides an input field for text that’s converted into a pill within the field, or tokenized, when the user enters a delimiting character.
2834
+
2835
+ ```tsx
2836
+ <TokenizedInputNext />
2837
+ ```
2838
+
2839
+ - e668b2d6: Navigation Item
2840
+
2841
+ - Updated the logic to make Navigation Item act like a button when `href` isn't passed.
2842
+ - Fixed styles.
2843
+
2844
+ ## 1.0.0-alpha.26
2845
+
2846
+ ### Minor Changes
2847
+
2848
+ - 641197da: - Removed `onClose` prop from `Pill`. Pill has been updated to support only one action. The `onClick`prop can be used instead.
2849
+ - Remove `icon` prop from `Pill`. An icon can be added as a children instead.
2850
+
2851
+ ### Patch Changes
2852
+
2853
+ - 70fad5a1: Updated @floating-ui/react to 0.26.5.
2854
+ - c49c246e: Removed redundant Icon color overrides.
2855
+ - 61072b78: Changes to Pagination:
2856
+
2857
+ - Removed `compact` prop from `Pagination` component. Replaced by new `CompactPaginator` composition component
2858
+ - Removed `showPreviousNext` and `FormFieldProps` from `Paginator` component.
2859
+ - Added `CompactPaginator` for the compact version of pagination.
2860
+ - Removed `FormFieldProps` from `GoToInput` component and added `inputRef` and `inputVariant`
2861
+
2862
+ ## 1.0.0-alpha.25
2863
+
2864
+ ### Minor Changes
2865
+
2866
+ - 1d292f2e: Refactored FileDropZone.
2867
+
2868
+ - FileDropZone has been split into three composible pieces: FileDropZone, FileDropZoneIcon and FileDropZoneTrigger.
2869
+ - Validation is handled outside of the component. `onFilesAccepted`, `onFilesRejected` and `validate` have been replaced with `onDrop` and `status`.
2870
+ - Aligned styling to Salt.
2871
+
2872
+ ### Patch Changes
2873
+
2874
+ - f7fcbd11: Fixed issue where components are not injecting their styles.
2875
+
2876
+ ## 1.0.0-alpha.24
2877
+
2878
+ ### Patch Changes
2879
+
2880
+ - d9794a06: Fix global css clashing issues by replacing un-prefixed classes .root and .rootDisabledAlpha in ColorPicker with prefixed (.saltColorChooserPicker-root and .saltColorChooserPicker-rootDisabledAlpha)
2881
+ - 7e352933: Removed left and right padding from TabstripNext for the inline variant.
2882
+
2883
+ ## 1.0.0-alpha.23
2884
+
2885
+ ### Patch Changes
2886
+
2887
+ - 2fd8c03c: Pill's `className` prop is now forwarded to its wrapper instead of the nested button.
2888
+
2889
+ ## 1.0.0-alpha.22
2890
+
2891
+ ### Minor Changes
2892
+
2893
+ - 966c362f: Expose a CSS file that allows Salt to be used without runtime CSS injection.
2894
+
2895
+ ```tsx
2896
+ import "@salt-ds/lab/css/salt-lab.css";
2897
+ ```
2898
+
2899
+ - 01fa27ad: Removed Badge from Lab and promoted it to Core.
2900
+ - feb80146: **_Theming and CSS updates_** with visual change to Salt components.
2901
+
2902
+ 1. `Drawer`, `Dialog`, and `Scrim` components overlay colour updated from black to white in light mode.
2903
+
2904
+ 2. `Badge` component line height in HD updated from 11px to 10px.
2905
+
2906
+ **_Theming and CSS updates_** with no visual change to `Pill` component. `Pill` CSS tokens have been updated to match design specs.
2907
+
2908
+ ### Patch Changes
2909
+
2910
+ - 7023034a: Fix Combobox input's `onChange` and `onKeyDown` not being invoked.
2911
+ - 0ddc1e42: Removed default min width styling in `Pill`. Smaller Pills should look cleaner.
2912
+ - 9dbe7f4c: Fixed component text properties (`font-weight`, `font-family`, `font-size`, `line-height`) incorrectly inheriting external global styles, which should follow the text characteristic from the Salt theme.
2913
+
2914
+ - Content Status
2915
+ - Dialog
2916
+ - Form Field Legacy
2917
+ - List
2918
+ - List Next
2919
+ - Tab
2920
+ - Tab Next
2921
+ - Toolbar
2922
+
2923
+ ## 1.0.0-alpha.21
2924
+
2925
+ ### Patch Changes
2926
+
2927
+ - f3143bb9: Fixed Badge occupying space when it is anchored to a child component.
2928
+ - c5aede9b: Fix Combo Box Next `onChange` using stale values
2929
+ - 26cc1b2a: Aligned height of inline tab to design
2930
+
2931
+ ## 1.0.0-alpha.20
2932
+
2933
+ ### Minor Changes
2934
+
2935
+ - 363a00a4: Removed Switch from Lab and promoted it to Core.
2936
+ - bbd411a7: Added support for closable pills. Pills can now contain a close button that when triggered will call a function passed to the `onClose` prop.
2937
+
2938
+ ```
2939
+ const handleClose = () => {
2940
+ console.log("closed");
2941
+ };
2942
+
2943
+ <Pill onClose={handleClose}>Closable Pill</Pill>
2944
+ ```
2945
+
2946
+ ### Patch Changes
2947
+
2948
+ - c9ee2c5d: Fixed Dropdown losing focus when clicking on the scrollbar or when selecting options.
2949
+ Focusing the Combo Box will not open the list automatically. This complies with [WCAG SC 3.2.1](https://www.w3.org/WAI/WCAG21/Understanding/on-focus.html).
2950
+ - 0b8bfac6: Fixed Switch's label being misaligned.
2951
+ - dba77589: Fixed Combo Box Next not applying a ref to its `DefaultListItem`.
2952
+
2953
+ ## 1.0.0-alpha.19
2954
+
2955
+ ### Minor Changes
2956
+
2957
+ - 01f3a2b3: - Remove `showInfo` prop in both `LinearProgress` and `CircularProgress` components
2958
+ - Update Progress component dimensions, track and bar size, progress value font size
2959
+ - Align Progress CSS tokens with latest design tokens
2960
+
2961
+ ### Patch Changes
2962
+
2963
+ - 7e143979: Tabs Next
2964
+
2965
+ - Add `activeColor`, `isActive`, `activate` and `variant` props to TabNext
2966
+ - Add `activeColor`, `isActive`, `activate` and `variant` values to TabNext context
2967
+ - Update TabNext and TabstripNext styles to match specs
2968
+ - Add `activeColor`, `align`, `value`, `defaultValue` and `variant` props to TabstripNext
2969
+
2970
+ - 191f1ff9: - Amend Navigation Item class names
2971
+ - Tweak Navigation item styles to match new specs
2972
+
2973
+ ## 1.0.0-alpha.18
2974
+
2975
+ ### Patch Changes
2976
+
2977
+ - 49614c3a: - Fixed Swatch not injecting CSS.
2978
+ - Fixed Swatch not showing a border for gray and white swatches.
2979
+ - Fixed Contact Metadata Item's font color.
2980
+ - Fixed Metric Header subtitle's font color.
2981
+ - Fixed Pill's style issues caused by CSS specificity.
2982
+ - Fixed the margin of Stepper Input's decrement button.
2983
+ - Fixed the size of Tokenized Input's expand button.
2984
+ - 9dd3160b: Removes small close icon in closeable Tab
2985
+ - 4aa50dd1: Adjust spacing in `NavigationItem`
2986
+
2987
+ ## 1.0.0-alpha.17
2988
+
2989
+ ### Minor Changes
2990
+
2991
+ - da568ca4: Added `onSelect` to `Dropdown`
2992
+ - 23abebe7: Changes to Combo Box
2993
+
2994
+ - Fix controlled implementation.
2995
+ - Removed `InputProps`.
2996
+ - Added `onListChange` and controlled props `inputValue` `defaultInputValue`.
2997
+ - Exposed `onSelect` in `ComboBox`.
2998
+ - Added `inputValue` and `defaultInputValue` to `useComboBox`.
2999
+
3000
+ - 05275590: Changes to `ListNext`
3001
+
3002
+ - Added `onSelect` to `ListNext` and `useList`
3003
+ - Fixed onChange implementation in `useList`
3004
+
3005
+ ### Patch Changes
3006
+
3007
+ - 3602f2fa: Add SaltProvider to drawer
3008
+ - 99fafaee: - Change `NavigationItem` flex alignment so it works well with longer labels
3009
+ - Rename `blurSelected` prop to `blurActive`
3010
+ - Update description on `blurSelected` prop
3011
+ - Move `ConditionalWrapper` into separate file
3012
+ - f6a06c7c: Add SaltProvider to Dialog
3013
+ - 5247b7bd: - Make combo box controlled prop inputValue optional
3014
+ - Add z-index to combobox list
3015
+ - Increase specificity for list css
3016
+ - 402e13f7: Browser compatibility CSS changes.
3017
+
3018
+ Added missing prefix to `appearance` and revert `padding-inline`, `padding-block` and `margin-block` to improve browser compatibility with Chrome 79
3019
+
3020
+ - e356a06d: - Add z-index to dropdown list
3021
+ - Increase specificity for list css
3022
+
3023
+ ## 1.0.0-alpha.16
3024
+
3025
+ ### Minor Changes
3026
+
3027
+ - 0a07e0cf: Added ComboBox component to labs
3028
+
3029
+ Combo Box helps users select an item from a large list of options without scrolling. The typeahead functionality makes this selection quicker, easier, and reduces errors.
3030
+ Users can see a list of available options when they click on the component and filter the list as they type. Once they’ve made their selection, it populates the field and the overlay list closes.
3031
+
3032
+ ```tsx
3033
+ const handleChange = (
3034
+ event: SyntheticEvent,
3035
+ data: {
3036
+ value: string;
3037
+ },
3038
+ ) => {
3039
+ console.log("input value changed", data);
3040
+ };
3041
+
3042
+ const handleSelect = (event: SyntheticEvent<HTMLInputElement>) => {
3043
+ console.log("selected item", event.currentTarget.value);
3044
+ };
3045
+ return (
3046
+ <ComboBoxNext
3047
+ onChange={handleChange}
3048
+ onSelect={handleSelect}
3049
+ source={["Option 1", "Option 2", "Option 3"]}
3050
+ />
3051
+ );
3052
+ ```
3053
+
3054
+ - fb7f67f7: Combo box changes
3055
+
3056
+ - changed `itemRenderer` for `ListItem`.
3057
+ - Added box shadow `--salt-overlayable-shadow-popout` to internal `List`.
3058
+
3059
+ - e067c4ab: DropdownNext
3060
+
3061
+ - Added `DropdownNext` component
3062
+
3063
+ ```tsx
3064
+ <DropdownNext source={source} defaultSelected={defaultSelected} {...props} />
3065
+ ```
3066
+
3067
+ - cbfc1b99: Change Dialog to use floating-ui, add useDialog hook.
3068
+
3069
+ Alert dialog example:
3070
+
3071
+ ```tsx
3072
+ <Dialog
3073
+ status="warning"
3074
+ role="alertdialog"
3075
+ open={open}
3076
+ onOpenChange={handleOpenChange}
3077
+ >
3078
+ <DialogTitle>Warning Alert Title</DialogTitle>
3079
+ <DialogContent>Alert description</DialogContent>
3080
+ <DialogActions>
3081
+ <Button>Cancel</Button>
3082
+ <Button variant="cta">Ok</Button>
3083
+ </DialogActions>
3084
+ </Dialog>
3085
+ ```
3086
+
3087
+ Content dialog example:
3088
+
3089
+ ```tsx
3090
+ <Dialog open={open} onOpenChange={handleOpenChange}>
3091
+ <DialogTitle accent>Dialog Title</DialogTitle>
3092
+ <DialogContent>Dialog content...</DialogContent>
3093
+ <DialogActions>
3094
+ <Button
3095
+ style={{ marginRight: "auto" }}
3096
+ variant="secondary"
3097
+ onClick={handleClose}
3098
+ >
3099
+ Cancel
3100
+ </Button>
3101
+ <Button onClick={handleClose}>Previous</Button>
3102
+ <Button variant="cta" onClick={handleClose}>
3103
+ Next
3104
+ </Button>
3105
+ </DialogActions>
3106
+ <DialogCloseButton onClick={() => handleOpenChange(false)} />
3107
+ </Dialog>
3108
+ ```
3109
+
3110
+ ### Patch Changes
3111
+
3112
+ - a58e83ae: - Rename `NavItem` to `NavigationItem`
3113
+ - Change component so it either renders a `Button` or a `Link` depending on whether it has children
3114
+ - Rename `ExpansionButton` to `ExpansionIcon` as this is no longer a button
3115
+ - Small styling tweaks
3116
+ - 0930d64a: Fixed Logo Image sometimes being too large and made Logo work better when a separator is omitted.
3117
+ - 92a5e3ef: Navigation Item
3118
+
3119
+ - Remove `IconComponent` and `BadgeComponent` props (these can be passed as children)
3120
+ - Small styling tweaks
3121
+
3122
+ ## 1.0.0-alpha.15
3123
+
3124
+ ### Minor Changes
3125
+
3126
+ - b2ca1f11: Remove MultilineInput from labs and promote to core
3127
+ - f353c3ac: Removed `ControlLabel`.
3128
+ - 8c77cdb2: - Fixed tab in `ListNext` keyboard navigation
3129
+ - Exposed `setSelectedItem` and `setHighlightedItem` from useList.
3130
+ - 894f7e07: Changes to Badge:
3131
+
3132
+ - Renamed `BadgeContent` to `value`
3133
+ - Addition of inline styling when no child is passed to the component, enabling the badge to be used in other components e.g App Header
3134
+ - Truncation of numerical values > 3 characters or when max value is exceeded
3135
+ - Truncation of string values > 4 characters
3136
+
3137
+ With Child:
3138
+
3139
+ ```
3140
+ <Badge value={number} max={99}>
3141
+ <SettingsIcon/>
3142
+ <Badge/>
3143
+ ```
3144
+
3145
+ No Child - Inline:
3146
+
3147
+ ```
3148
+ <Badge value={string} />
3149
+ ```
3150
+
3151
+ ### Patch Changes
3152
+
3153
+ - b0b58a0b: Increased the font-weight of Stepped Tracker labels
3154
+ - fa6f54b3: Fixed Linear Progress's bar not animating to the beginning on reset
3155
+ - f9291944: Removed truncation and tooltip behaviour from Stepped Tracker. After re-assessment it was judged that simply wrapping advising against long labels and wrapping text where necessary was preferable.
3156
+ - 97719a52: Removed unit, renderInfo and disabled props from Circular Progress and Linear Progress.
3157
+ - f353c3ac: Updated Switch's styling
3158
+ Refactored Switch and updated its change handler.
3159
+
3160
+ ```diff
3161
+ - const Controlled: StoryFn<typeof Switch> = (args) => {
3162
+ - const [checked, setChecked] = useState(false);
3163
+ -
3164
+ - const handleChange = (
3165
+ - _: ChangeEvent<HTMLInputElement>,
3166
+ - isChecked: boolean
3167
+ - ) => {
3168
+ - setChecked(isChecked);
3169
+ - };
3170
+ -
3171
+ - return <Switch {...args} checked={checked} onChange={handleChange} />;
3172
+ - };
3173
+ + const Controlled: StoryFn<typeof Switch> = (args) => {
3174
+ + const [checked, setChecked] = useState(false);
3175
+ +
3176
+ + const handleChange = (event: ChangeEvent<HTMLInputElement>) => {
3177
+ + setChecked(event.target.checked);
3178
+ + };
3179
+ +
3180
+ + return <Switch {...args} checked={checked} onChange={handleChange} />;
3181
+ + };
3182
+ ```
3183
+
3184
+ - 52d7284e: Added controlled version of ListNext
3185
+
3186
+ - Added `highlightedItem`, `selected` and `onChange` props to `ListNext` in order to support a controlled list.
3187
+ - Removed `selected`, from `ListNextItem` so state only gets controlled by list.
3188
+ - Exposed `selectedItem` and `highlightedItem` from useList.
3189
+ - Fixed `onChange` not being called on keyboard selection.
3190
+ - Fixed focus ring when focusing on disabled `ListNextItem`.
3191
+
3192
+ - 4f20e54c: Remove string truncation from Badge.
3193
+ Change default max to `999` for Badge.
3194
+ - 678ec785: NavItem
3195
+
3196
+ - Add nav item props for `blurSelected` state (when a nav item has active children), `IconComponent` and `BadgeComponent`
3197
+ - Update component styling to match designs
3198
+ - Remove `ChevronDownIcon` from horizontal expansion button as per designs
3199
+
3200
+ - bc24788c: Fix spacing imbalance in SteppedTracker
3201
+ - 00feb5f9: Drawer
3202
+
3203
+ - Replace `Scrim` with `FloatingFocusManager`
3204
+ - Remove `disableScrim`, `disableAnimations` and `scrimProps` props
3205
+ - Rename prop `isOpen` to `open` and add `onOpenChange` prop to allow component to be dismissed when clicking outside or pressing `Esc`
3206
+
3207
+ - 90e4604b: Add ToastGroup
3208
+
3209
+ ```
3210
+ <ToastGroup>
3211
+ <Toast status="success">
3212
+ <ToastContent>
3213
+ <Text>
3214
+ <strong>Project file upload</strong>
3215
+ </Text>
3216
+ <div>Project file has successfully uploaded to the shared drive. </div>
3217
+ </ToastContent>
3218
+ <Button variant="secondary" onClick={closeToast}>
3219
+ <CloseIcon />
3220
+ </Button>
3221
+ </Toast>
3222
+ <Toast>
3223
+ <ToastContent>
3224
+ <Text>
3225
+ <strong>File update</strong>
3226
+ </Text>
3227
+ <div>A new version of this file is available with 37 updates. </div>
3228
+ </ToastContent>
3229
+ <Button variant="secondary" onClick={closeToast}>
3230
+ <CloseIcon />
3231
+ </Button>
3232
+ </Toast>
3233
+ </ToastGroup>
3234
+ ```
3235
+
3236
+ ## 1.0.0-alpha.14
3237
+
3238
+ ### Minor Changes
3239
+
3240
+ - 05c77e70: Add Pill
3241
+
3242
+ ```tsx
3243
+ <Pill onClick={handleClick}>
3244
+ Pill
3245
+ </Pill>
3246
+
3247
+
3248
+ <Pill icon={<FavoriteIcon/>} onClick={handleClick}>
3249
+ Pill With Icon
3250
+ </Pill>
3251
+ ```
3252
+
3253
+ ### Patch Changes
3254
+
3255
+ - 7857a11d: Added a story to show how character count can be implemented as an adornment.
3256
+ - 2c6d86dd: Drawer
3257
+
3258
+ - Added `Drawer` component
3259
+
3260
+ ```
3261
+ const [open, setOpen] = useState(false);
3262
+ const show = () => setOpen(true);
3263
+ const hide = () => setOpen(false);
3264
+ <>
3265
+ <Button onClick={show}>Open Drawer</Button>
3266
+ <Drawer isOpen={open}>
3267
+ <div>
3268
+ <p>Drawer content</p>
3269
+ <Button onClick={hide}>Close Drawer</Button>
3270
+ </div>
3271
+ </Drawer>
3272
+ </>
3273
+ ```
3274
+
3275
+ - a5bb0a41: Remove Toast and ToastContent from lab and promote to core.
3276
+ - abfc4364: Corrected the minimum supported version of React. It has been updated to 16.14.0 due to the support for the new [JSX transform](https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html)
3277
+ - b93d2e4a: Changes to `CircularProgress` and `LinearProgress`:
3278
+
3279
+ - Removed size prop
3280
+ - Added max prop for custom max value
3281
+ - Removed variant props
3282
+
3283
+ Changes to `StatusIndicator`:
3284
+
3285
+ - Removed use of `size` prop from CircularProgress
3286
+
3287
+ - a3ac536a: MultilineInput design update: When there is only a status adornment present, adornment is at the end of the row, inline with the text area. When there is a status adornment along with end adornments, these will take up an entire row below the textarea.
3288
+ - 722228c6: SteppedTracker
3289
+
3290
+ - Added `SteppedTracker` component
3291
+ - Includes the `TrackerStep` and `StepLabel` subcomponents
3292
+
3293
+ Usage:
3294
+
3295
+ ```jsx
3296
+ <SteppedTracker activeStep={1}>
3297
+ <TrackerStep>
3298
+ <StepLabel state="completed">Step 1</StepLabel>
3299
+ <TrackerStep>
3300
+ <TrackerStep>
3301
+ <StepLabel>Step 2</StepLabel>
3302
+ <TrackerStep>
3303
+ <TrackerStep>
3304
+ <StepLabel>Step 3</StepLabel>
3305
+ <TrackerStep>
3306
+ </SteppedTracker>
3307
+ ```
3308
+
3309
+ - 6ff7c9a7: Fixed alignment styling of adornments in MultilineInput
3310
+ Fixed padding of Multiline when readonly with and without a full border
3311
+ Fixed height of textarea fixed to number of rows
3312
+ Fixed placeholder styling in MultilineInput
3313
+ - ea867cd2: Rename `fullBorder` prop in MultilineInput to `bordered`
3314
+
3315
+ ## 1.0.0-alpha.13
3316
+
3317
+ ### Minor Changes
3318
+
3319
+ - 00f04b17: Remove ToggleButton and ToggleButtonGroup from lab and promote to core.
3320
+ - 58cf03cf: Remove AccordionGroup, AccordionPanel, Accordion, AccordionHeader from lab and promote to core
3321
+
3322
+ ### Patch Changes
3323
+
3324
+ - ff3eea5d: Add Toast component
3325
+
3326
+ - Add ToastContent component
3327
+
3328
+ ```js
3329
+ <Toast {...args}>
3330
+ <ToastContent>Toast content</ToastContent>
3331
+ <Button variant="secondary">
3332
+ <CloseIcon />
3333
+ </Button>
3334
+ </Toast>
3335
+ ```
3336
+
3337
+ ## 1.0.0-alpha.12
3338
+
3339
+ ### Minor Changes
3340
+
3341
+ - 95188004: Added `MultilineInput` component with fixed number of rows
3342
+ - 27139c5c0: Realign Accordion to our design language
3343
+
3344
+ Before:
3345
+
3346
+ ```tsx
3347
+ <Accordion expandedSectionIds={expanded} onChange={handleChange}>
3348
+ <AccordionSection id="accordion-0" key="AccordionSection0">
3349
+ <AccordionSummary>AccordionSummary0</AccordionSummary>
3350
+ <AccordionDetails>AccordionDetails0</AccordionDetails>
3351
+ </AccordionSection>
3352
+ <AccordionSection id="accordion-1" key="AccordionSection1">
3353
+ <AccordionSummary>AccordionSummary1</AccordionSummary>
3354
+ <AccordionDetails>AccordionDetails1</AccordionDetails>
3355
+ </AccordionSection>
3356
+ </Accordion>
3357
+ ```
3358
+
3359
+ After:
3360
+
3361
+ ```tsx
3362
+ <AccordionGroup>
3363
+ <Accordion
3364
+ expanded={expanded === "accordion-0"}
3365
+ value="accordion-0"
3366
+ onToggle={onChange}
3367
+ >
3368
+ <AccordionHeader>AccordionHeader0</AccordionHeader>
3369
+ <AccordionPanel>AccordionPanel0</AccordionPanel>
3370
+ </Accordion>
3371
+ <Accordion
3372
+ expanded={expanded === "accordion-1"}
3373
+ value="accordion-1"
3374
+ onToggle={onChange}
3375
+ >
3376
+ <AccordionHeader>AccordionHeader1</AccordionHeader>
3377
+ <AccordionPanel>AccordionPanel1</AccordionPanel>
3378
+ </Accordion>
3379
+ </AccordionGroup>
3380
+ ```
3381
+
3382
+ ### Patch Changes
3383
+
3384
+ - 79e9f4bc: `MultilineInput` is now compatible with `FormField`. `FormFieldLabel` can be styled as a question by using the new `pronounced` prop.
3385
+ - 4329d8c7: Update Button and Toggle Button to have a fixed gap between icons and text.
3386
+ - 78ee0b81: Removed unnecessary transition in List Item Next
3387
+
3388
+ ## 1.0.0-alpha.11
3389
+
3390
+ ### Minor Changes
3391
+
3392
+ - de5ab33b: Added `onSelect` to Dropdown. `onSelect` is called when any selection occurs and differs from `onSelectionChange`, which is only called when the selection changes.
3393
+ - c2f3e7d8: Add new tabs components: TabstripNext, TabNext
3394
+
3395
+ ```tsx
3396
+ <TabstripNext defaultSelected="Home">
3397
+ <TabNext value="home">Home</TabNext>
3398
+ <TabNext value="transactions">Transactions</TabNext>
3399
+ <TabNext value="loans">Loans</TabNext>
3400
+ </TabstripNext>
3401
+ ```
3402
+
3403
+ - 8ff0a974: Refactor ToggleButton to use a new API to simplify its usage.
3404
+
3405
+ ```diff
3406
+ - <ToggleButtonGroup onChange={handleChange} selectedIndex={selectedIndex}>
3407
+ - <ToggleButton aria-label="alert" tooltipText="Alert">
3408
+ - <NotificationIcon /> Alert
3409
+ - </ToggleButton>
3410
+ - <ToggleButton aria-label="home" tooltipText="Home">
3411
+ - <HomeIcon /> Home
3412
+ - </ToggleButton>
3413
+ - <ToggleButton aria-label="search" tooltipText="Search">
3414
+ - <SearchIcon /> Search
3415
+ - </ToggleButton>
3416
+ - <ToggleButton aria-label="print" tooltipText="Print">
3417
+ - <PrintIcon /> Print
3418
+ - </ToggleButton>
3419
+ -</ToggleButtonGroup>
3420
+ +<ToggleButtonGroup onSelectionChange={handleChange} selected={selected}>
3421
+ + <ToggleButton value="alert">
3422
+ + <NotificationIcon aria-hidden /> Alert
3423
+ + </ToggleButton>
3424
+ + <ToggleButton value="home">
3425
+ + <HomeIcon aria-hidden /> Home
3426
+ + </ToggleButton>
3427
+ + <ToggleButton value="search">
3428
+ + <SearchIcon aria-hidden /> Search
3429
+ + </ToggleButton>
3430
+ + <ToggleButton value="print">
3431
+ + <PrintIcon aria-hidden /> Print
3432
+ + </ToggleButton>
3433
+ +</ToggleButtonGroup>
3434
+ ``
3435
+
3436
+ ```
3437
+
3438
+ - 71fc7474: Add new list components: ListNext, ListItemNext
3439
+
3440
+ ```
3441
+ <ListNext>
3442
+ <ListItemNext value={Alaska}>
3443
+ {Alaska}
3444
+ </ListItemNext>
3445
+ </ListNext>
3446
+
3447
+ ```
3448
+
3449
+ ### Patch Changes
3450
+
3451
+ - de5ab33b: Dropdown will now close when the already selected item is selected.
3452
+ - f699f26d: Logo
3453
+
3454
+ - Added `LogoImage` and `LogoSeparator` components
3455
+ - Removed `LogoTitle` component
3456
+ - Removed `compact` prop
3457
+ - Logo follows composition API
3458
+
3459
+ - 1fefbe74: Fixed issue where the Dialog heading overlapped when wrapped
3460
+
3461
+ ## 1.0.0-alpha.10
3462
+
3463
+ ### Minor Changes
3464
+
3465
+ - 9d68637a: Moved form-field-next and form-field-context-next to core as form-field and form-field-context
3466
+
3467
+ `FormField`: First version of Form Field built with a compositional API by providing the following components alongside:
3468
+ `FormFieldHelperText`: Helper text component
3469
+ `FormFieldLabel`: Form label component (compatible with left and top placement)
3470
+ `FormFieldControlWrapper`: Styling container for controls used within Form Field
3471
+
3472
+ `FormFieldContext`, `useFormFieldProps`: Context and hook for inner controls to respond to disabled, readonly, and validation state on the parent Form Field
3473
+
3474
+ - 22c626e6: **Breaking change**
3475
+
3476
+ Rename `Input` to `InputLegacy`
3477
+ All API tokens with `--saltInput-` prefix changed to `--saltInputLegacy-` prefix
3478
+
3479
+ - bf5a9441: **Breaking change**
3480
+
3481
+ Rename `FormField` to `FormFieldLegacy`
3482
+ All API tokens with `--saltFormField-` prefix changed to `--saltFormFieldLegacy-` prefix
3483
+
3484
+ - eb3db91c: Removed `startAdornment` and `endAdornment` props from `InputNext`. Props will be added back once adornments come in v2
3485
+
3486
+ Moved input-next to core as input
3487
+
3488
+ `Input`: First version of `InputNext` renamed to Input
3489
+
3490
+ - All tokens prefixed `--saltInputNext-` changed to prefix `--saltInput-`
3491
+
3492
+ Moved status-adornment to core
3493
+
3494
+ `StatusAdornment`: Component to be used for validation status indication
3495
+
3496
+ - 24f44d8a: Add docs for InputNext
3497
+ - 3e6441df: **Nav Item**
3498
+
3499
+ Nav Item allows you to compose Navigation patterns.
3500
+
3501
+ ```tsx
3502
+ <NavItem active parent expanded href="#" onExpand={(event) => {}}>
3503
+ Nav Item
3504
+ </NavItem>
3505
+ ```
3506
+
3507
+ - c82a39ab: `FormFieldNext` tests
3508
+ Added back `a11yValueAriaProps` type for `a11yProps` in `FormFieldContextNextValue`
3509
+ Added `id={a11yProps?.["aria-describedby"]}` to helper text
3510
+ Added `id={a11yProps?.["aria-labelledby"]}` to label
3511
+ - 95a360b8: `InputNext`: `InputProps` interface changed to extend `Omit<ComponentPropsWithoutRef<"div">,"defaultValue">, Pick<ComponentPropsWithoutRef<"input">, "disabled" | "value" | "defaultValue">`
3512
+
3513
+ `ref` prop moved to target container div: for direct ref on input component, use new `inputRef` prop
3514
+
3515
+ - d78ff537: Refactored all components to use new style injection mechanism provided by `@salt-ds/styles`
3516
+
3517
+ ### Patch Changes
3518
+
3519
+ - fef8ef56: Banner changes:
3520
+
3521
+ - Remove `emphasize`, `announcement` and `disableAnnouncer` props
3522
+ - Add `variant` prop
3523
+ - Replace `BannerCloseButton` component with `BannerActions`
3524
+
3525
+ - 46af9f8c: Move Banner to core
3526
+
3527
+ ## 1.0.0-alpha.9
3528
+
3529
+ ### Minor Changes
3530
+
3531
+ - 4bd407b6: Fix Tabstrip crashing when `activeTabIndex` is set to null
3532
+ - 3aba7cc0: Fixed id in `FormFieldNext`, and ids in `FormFieldLabel` and `FormFieldHelperText` from useFormFieldPropsNext
3533
+ Deleted `a11yValueAriaProps`, replaced `a11yProps` type with `A11yValueProps` in `FormFieldContextNext`
3534
+ - e7230ade: Added `textAlign` prop to `InputNext` with possible configurations: "left" (default), "right", "center"
3535
+ - 2d63d305: Changes to Form Field and Input CSS:
3536
+
3537
+ - fixes background color when disabled
3538
+ - fixes cursor on helper text
3539
+ - fixes activation indicator width on active state
3540
+ - usage of `grid-template-areas`
3541
+
3542
+ Removes CSS API variables:
3543
+
3544
+ ```diff
3545
+ - --saltInputNext-borderColor-active
3546
+ - --saltInputNext-borderColor-hover
3547
+ - --saltInputNext-borderColor-focused
3548
+ - --saltInputNext-borderWidth
3549
+ - --saltInputNext-borderStyle
3550
+ - --saltInputNext-borderRadius
3551
+ - --saltInputNext-cursor
3552
+ ```
3553
+
3554
+ ### Patch Changes
3555
+
3556
+ - 922b1fb8: Updated Banner to use the new spacing foundation
3557
+
3558
+ ## 1.0.0-alpha.8
3559
+
3560
+ ### Minor Changes
3561
+
3562
+ - 2e04f9bc: Moved `useFormFieldPropsNext` and `FormFieldContextNext` to `./form-field-context-next`
3563
+ Move `a11yValueAriaProps`, `A11yValueProps` to `FormFieldContextNext`
3564
+ - b8ef52a3: Add `emptyReadOnlyMarker` prop to `InputNext`
3565
+ - c3b945f0: Removed `startAdornment` and `endAdornment` props in InputNext; adornments will come in Input v2
3566
+
3567
+ ### Patch Changes
3568
+
3569
+ - ebf58d26: Banner
3570
+
3571
+ - Remove `render` prop
3572
+ - Remove `Link` component from content
3573
+ - Create composable components `BannerContent` and `BannerCloseButton`
3574
+
3575
+ - 1e9ef1a2: Fix duplicate Salt libraries being installed when multiple libraries are installed
3576
+
3577
+ ## 1.0.0-alpha.7
3578
+
3579
+ ### Minor Changes
3580
+
3581
+ - 562ddb0c: Added `endAdornment` and `startAdornment` props to `InputNext`
3582
+ - eeb45421: Switch `FormFieldNext` to use a compositional based API
3583
+
3584
+ ```jsx
3585
+ <FormFieldNext {...props}>
3586
+ <FormFieldLabel>My label</FormFieldLabel>
3587
+ <InputNext defaultValue="Value" />
3588
+ <FormFieldHelperText>Helper text</FormFieldHelperText>
3589
+ </FormFieldNext>
3590
+ ```
3591
+
3592
+ Removed `helperText`, `label` props from `FormFieldNext`
3593
+
3594
+ Removed `FormFieldLabelProps`
3595
+ Removed `FormFieldHelperTextProps`
3596
+
3597
+ - d0f97318: Added `validationStatus` to `InputNext`, `FormFieldNext`, `FormFieldContextNext`
3598
+
3599
+ Added `StatusAdornment`, `ErrorAdornment`, `SuccessAdornment`, `WarningAdornment` components
3600
+
3601
+ Removed `disabled` prop from `FormFieldHelperText`, `FormFieldLabel`
3602
+
3603
+ Renamed `useA11yValueValue` to `u11yValueAriaProps`
3604
+ Removed `disabled` and `readOnly` out of `u11yValueAriaProps` and separated out `disabled`, `readOnly` within `FormFieldContextNext`
3605
+ Removed `useA11yValue` hook
3606
+
3607
+ Removed `type`, `onChange` prop from InputNext
3608
+
3609
+ ## 1.0.0-alpha.6
3610
+
3611
+ ### Minor Changes
3612
+
3613
+ - 8bcc9d04: Deprecated tertiary editable tokens: If needed, use `#00000066` as a replacement for `--salt-editable-tertiary-background-readonly`, and use `transparent` as a replacement for all remaining tokens
3614
+ Deprecated `tertiary` variant in FormField
3615
+ - bf66b578: Deprecated -emphasize tokens in status and palette; replaced with default tokens
3616
+
3617
+ `--salt-status-error-background-emphasize` replaced with `--salt-status-error-background`
3618
+ `--salt-status-info-background-emphasize` replaced with `--salt-status-info-background`
3619
+ `--salt-status-success-background-emphasize` replaced with `--salt-status-success-background`
3620
+ `--salt-status-warning-background-emphasize` replaced with `--salt-status-warning-background`
3621
+
3622
+ `--salt-palette-error-background-emphasize` replaced with `--salt-palette-error-background`
3623
+ `--salt-palette-info-background-emphasize` replaced with `--salt-palette-info-background`
3624
+ `--salt-palette-success-background-emphasize` replaced with `--salt-palette-success-background`
3625
+ `--salt-palette-warning-background-emphasize` replaced with `--salt-palette-warning-background`
3626
+
3627
+ - 47132c22: Added `FormFieldNext` component with associated `FormFieldLabel` and `FormFieldHelperText` components
3628
+ Added `FormFieldContextNext`, `useFormFieldPropsNext`
3629
+ Added `InputNext` component
3630
+
3631
+ ## 1.0.0-alpha.5
3632
+
3633
+ ### Minor Changes
3634
+
3635
+ - 9bee69f4: Move `Checkbox` from lab to core
3636
+ - ea010ffa: New `--salt-size-container-spacing` and `--salt-size-adornmentGap` tokens
3637
+
3638
+ ```diff
3639
+ + --salt-size-container-spacing: calc(3 * var(--salt-size-unit));
3640
+ + --salt-size-adornmentGap: calc(0.75 * var(--salt-size-unit));
3641
+ ```
3642
+
3643
+ - 4a51e4c6: Remove Radio Button and Radio Button Group
3644
+ - 85647494: Move capitalize util from lab to core
3645
+
3646
+ ### Patch Changes
3647
+
3648
+ - 139633d5: Improve Tabs alignment in AppHeader
3649
+ - 3e7a1b0f: Checkbox
3650
+
3651
+ Removed `CheckboxBase` and replaced with `Checkbox`
3652
+ Added `error` prop for error state styling.
3653
+
3654
+ CheckboxGroup
3655
+
3656
+ Removed `legend` and `LegendProps` prop; will be implemented by FormField.
3657
+ Replaced `row` prop with `direction` prop.
3658
+ Added `wrap` prop.
3659
+
3660
+ CheckboxIcon
3661
+
3662
+ Added `error` prop for error state styling.
3663
+ Added `disabled` prop for disabled state styling.
3664
+
3665
+ - ae3c837e: Fix focus ring doesn't show up when Dropdown is wrapped in Form Field
3666
+
3667
+ ## 1.0.0-alpha.4
3668
+
3669
+ ### Minor Changes
3670
+
3671
+ - 974c92da: - New characteristics introduced in `accent`, new palette token
3672
+
3673
+ ```diff
3674
+ + --salt-accent-background-disabled: var(--salt-palette-accent-background-disabled);
3675
+ + --salt-palette-accent-background-disabled
3676
+ ```
3677
+
3678
+ - New characteristics introduced in `selectable`, new palette tokens
3679
+
3680
+ ```diff
3681
+ + --salt-selectable-foreground: var(--salt-palette-interact-foreground);
3682
+ + --salt-selectable-foreground-disabled: var(--salt-palette-interact-foreground-disabled);
3683
+ + --salt-selectable-foreground-hover: var(--salt-palette-interact-foreground-hover);
3684
+ + --salt-selectable-foreground-selected: var(--salt-palette-interact-foreground-active);
3685
+ + --salt-selectable-foreground-selectedDisabled: var(--salt-palette-interact-foreground-activeDisabled);
3686
+ + --salt-palette-interact-foreground-active
3687
+ + --salt-palette-interact-foreground-activeDisabled
3688
+ + --salt-palette-interact-foreground-hover
3689
+ ```
3690
+
3691
+ Updated values in light mode
3692
+
3693
+ ```diff
3694
+ - --salt-palette-interact-foreground: var(--salt-color-gray-900);
3695
+ + --salt-palette-interact-foreground: var(--salt-color-gray-200);
3696
+ - --salt-palette-interact-foreground-disabled: var(--salt-color-gray-900-fade-foreground);
3697
+ + --salt-palette-interact-foreground-disabled: var(--salt-color-gray-200-fade-foreground);
3698
+ - --salt-palette-interact-foreground-hover: var(--salt-color-gray-500);
3699
+ + --salt-palette-interact-foreground-hover: var(--salt-color-blue-500);
3700
+ ```
3701
+
3702
+ Updated values in dark mode
3703
+
3704
+ ```diff
3705
+ - --salt-palette-interact-foreground: var(--salt-color-white);
3706
+ + --salt-palette-interact-foreground: var(--salt-color-gray-90);
3707
+ - --salt-palette-interact-foreground-disabled: var(--salt-color-white-fade-foreground);
3708
+ + --salt-palette-interact-foreground-disabled: var(--salt-color-gray-90-fade-foreground);
3709
+ - --salt-palette-interact-foreground-hover: var(--salt-color-gray-500);
3710
+ + --salt-palette-interact-foreground-hover: var(--salt-color-blue-500);
3711
+ ```
3712
+
3713
+ - Deprecated the following `selectable` tokens, use `--salt-text-primary-foreground` and `--salt-text-primary-foreground-disabled` as replacements
3714
+
3715
+ ```diff
3716
+ - --salt-selectable-cta-foreground
3717
+ - --salt-selectable-cta-foreground-disabled
3718
+ - --salt-selectable-primary-foreground
3719
+ - --salt-selectable-primary-foreground-disabled
3720
+ - --salt-selectable-secondary-foreground
3721
+ - --salt-selectable-secondary-foreground-disabled
3722
+ - --salt-selectable-foreground-partial
3723
+ - --salt-selectable-foreground-partialDisabled
3724
+ ```
3725
+
3726
+ - `Measured` characteristic replaced with `Track`
3727
+
3728
+ Deprecated tokens prefixed by `--salt-measured-` and corresponding palette tokens
3729
+ New `--salt-track-` tokens and corresponding palette tokens
3730
+
3731
+ The following are a direct replacement mapping:
3732
+
3733
+ ```diff
3734
+ - --salt-measured-borderStyle
3735
+ - --salt-measured-borderStyle-active
3736
+ - --salt-measured-borderStyle-complete
3737
+ - --salt-measured-borderStyle-incomplete
3738
+ + --salt-track-borderStyle
3739
+ + --salt-track-borderStyle-active
3740
+ + --salt-track-borderStyle-complete
3741
+ + --salt-track-borderStyle-incomplete
3742
+ - --salt-measured-borderWidth
3743
+ - --salt-measured-borderWidth-active
3744
+ - --salt-measured-borderWidth-complete
3745
+ - --salt-measured-borderWidth-incomplete
3746
+ + --salt-track-borderWidth
3747
+ + --salt-track-borderWidth-active
3748
+ + --salt-track-borderWidth-complete
3749
+ + --salt-track-borderWidth-incomplete
3750
+ - --salt-measured-fontWeight
3751
+ - --salt-measured-textAlign
3752
+ + --salt-track-fontWeight
3753
+ + --salt-track-textAlign
3754
+ - --salt-measured-background: var(--salt-palette-measured-background);
3755
+ - --salt-measured-background-disabled: var(--salt-palette-measured-background-disabled);
3756
+ - --salt-measured-borderColor: var(--salt-palette-measured-border);
3757
+ + --salt-track-background: var(--salt-palette-track-background);
3758
+ + --salt-track-background-disabled: var(--salt-palette-track-background-disabled);
3759
+ + --salt-track-borderColor: var(--salt-palette-track-border);
3760
+ + --salt-track-borderColor-disabled: var(--salt-palette-track-border-disabled);
3761
+ - --salt-palette-measured-background
3762
+ - --salt-palette-measured-background-disabled
3763
+ - --salt-palette-measured-border
3764
+ - --salt-palette-measured-border-disabled
3765
+ + --salt-palette-track-background
3766
+ + --salt-palette-track-background-disabled
3767
+ + --salt-palette-track-border
3768
+ + --salt-palette-track-border-disabled
3769
+ ```
3770
+
3771
+ The following should be replaced with the corresponding `selectable` tokens:
3772
+
3773
+ ```diff
3774
+ - --salt-measured-foreground: var(--salt-palette-measured-foreground);
3775
+ - --salt-measured-foreground-disabled: var(--salt-palette-measured-foreground-disabled);
3776
+ - --salt-measured-foreground-hover: var(--salt-palette-measured-foreground-active);
3777
+ - --salt-measured-foreground-active: var(--salt-palette-measured-foreground-active);
3778
+ - --salt-measured-foreground-activeDisabled: var(--salt-palette-measured-foreground-activeDisabled);
3779
+ - --salt-measured-borderColor-disabled: var(--salt-palette-measured-border-disabled);
3780
+ ```
3781
+
3782
+ The following should be replaced with the corresponding `accent` background tokens:
3783
+
3784
+ ```diff
3785
+ - --salt-measured-fill: var(--salt-palette-measured-fill);
3786
+ - --salt-measured-fill-disabled: var(--salt-palette-measured-fill-disabled);
3787
+ ```
3788
+
3789
+ - Usages of `measured` tokens in core and labs components updated to use appropriate characteristic replacement
3790
+
3791
+ - Deprecated the following tokens, use hex value as replacement if needed:
3792
+
3793
+ ```diff
3794
+ - --salt-measured-foreground-undo: #2670a9
3795
+ - --salt-palette-measured-fill: #2670A9
3796
+ - --salt-palette-measured-fill-disabled: #2670A966
3797
+ - --salt-palette-measured-foreground-active: #2670A9
3798
+ - --salt-palette-measured-foreground-activeDisabled: #2670A966
3799
+ - --salt-palette-interact-foreground-partial: #155C93
3800
+ - --salt-palette-interact-foreground-partialDisabled: #155C93B3
3801
+ ```
3802
+
3803
+ - f1b7a60d: - Add `colorName` to `Color`. When `Color` is set to a color in the Salt color palette `colorName` will be set to the color's name.
3804
+ - Fix colors with an alpha value of 0 not being correctly recognized by `isTransparent`
3805
+
3806
+ ### Patch Changes
3807
+
3808
+ - b0e390c5: RadioButton
3809
+
3810
+ Removed `RadioButtonBase` and replaced with `RadioButton`
3811
+ Removed `icon` prop; icon is not customizable any more.
3812
+ Added `inputProps` prop to be passed to the radio input.
3813
+ Added `error` prop for error state styling.
3814
+
3815
+ RadioButtonGroup
3816
+
3817
+ Removed `icon` prop; icon is not customizable any more.
3818
+ Removed `legend` prop; will be implemented by FormField.
3819
+ Removed `radios` prop; should be the users' responsibility to provide the nested RadioButtons as children.
3820
+ Replaced `row` prop with `direction` prop.
3821
+ Added `wrap` prop.
3822
+
3823
+ RadioButtonIcon
3824
+
3825
+ Added `error` prop for error state styling.
3826
+ Added `disabled` prop for disabled state styling.
3827
+
3828
+ ## 1.0.0-alpha.3
3829
+
3830
+ ### Minor Changes
3831
+
3832
+ - 2e0fdff0: Deprecated `--salt-size-graphic-small`, `--salt-size-graphic-medium`, `--salt-size-graphic-large`
3833
+ Deprecated `--salt-size-divider-height`, `--salt-size-divider-strokeWidth`, replaced with `--salt-size-separator-height`, `--salt-size-separator-strokeWidth`
3834
+ - 242941c9: Move `Avatar` from lab to core
3835
+ - 9cae606a: Deprecated differential characteristic; replaced tokens with below
3836
+ Moved differential tokens to status characteristic
3837
+ Added 'static' status variant
3838
+
3839
+ ```diff
3840
+ - --salt-differential-positive-foreground
3841
+ - --salt-differential-negative-foreground
3842
+ + --salt-status-positive-foreground
3843
+ + --salt-status-negative-foreground
3844
+ + --salt-status-static-foreground
3845
+ ```
3846
+
3847
+ ## 1.0.0-alpha.2
3848
+
3849
+ ### Minor Changes
3850
+
3851
+ - b1c5c32e: Move Spinner from lab to core
3852
+ - 598991f8: Move `SplitLayout` from lab to core
3853
+ Changes in `SplitLayout`
3854
+
3855
+ - Removed `FlexItem` wraps around `SplitLayout` children.
3856
+ - `SplitLayout` uses `startItem` and `endItem` props as children to allow for direction.
3857
+ - Added `direction` prop to `SplitLayout`.
3858
+ - Remove `wrap` since `SplitLayout` has `direction` to control wrap by breakpoints.
3859
+ - End Aligned `endItem` so the element is always at the end of the layout.
3860
+
3861
+ ### Patch Changes
3862
+
3863
+ - 94423b3c: Remove the `small` and `medium` size values from `Spinner` and add a `default` size.
3864
+ - 6c9e0413: Refactor Tooltip to wrap around trigger. This is to simplify the use of Tooltip by not having to use to useTooltip hook to pass the props.
3865
+ Remove `render` and `title` props, replaced by `content` prop.
3866
+ Use '@floating-ui/react' instead of '@floating-ui/react-dom-interactions', as it's deprecated.
3867
+ Remove unused TooltipContext
3868
+ - f576be1e: Move useFloatingUI from Popper to utils
3869
+
3870
+ ## 1.0.0-alpha.1
3871
+
3872
+ ### Minor Changes
3873
+
3874
+ - 7e660a8d: More Card from lab to core
3875
+ - b39e51b3: Move `Panel` from lab to core
3876
+
3877
+ ### Patch Changes
3878
+
3879
+ - a0724642: Fix SSR support
3880
+
3881
+ ## 1.0.0-alpha.0
3882
+
3883
+ ### Major Changes
3884
+
3885
+ - c1bc7479: Salt is the J.P. Morgan design system, an open-source solution for building exceptional products and digital experiences in financial services and other industries. It offers you well-documented, accessible components as well as comprehensive design templates, style libraries and assets.
3886
+
3887
+ With this initial release we're providing:
3888
+
3889
+ - AG Grid Theme
3890
+ - Border Layout
3891
+ - Button
3892
+ - Data Grid
3893
+ - Flex Layout
3894
+ - Flow Layout
3895
+ - Grid Layout
3896
+ - Icon
3897
+ - Link
3898
+ - Salt Provider
3899
+ - Stack Layout
3900
+ - Status Indicator
3901
+ - Text
3902
+ - Theme
3903
+
3904
+ And a number of other lab components.