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

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