@primer/react 38.0.0-rc.0 → 38.0.0-rc.09f015db1
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.
- package/CHANGELOG.md +645 -0
- package/dist/ActionBar/ActionBar-8ed12fe7.css +2 -0
- package/dist/ActionBar/ActionBar-8ed12fe7.css.map +1 -0
- package/dist/ActionBar/ActionBar.d.ts +47 -0
- package/dist/ActionBar/ActionBar.d.ts.map +1 -0
- package/dist/ActionBar/ActionBar.js +535 -0
- package/dist/ActionBar/ActionBar.module.css.js +5 -0
- package/dist/ActionBar/index.d.ts +11 -0
- package/dist/ActionBar/index.d.ts.map +1 -0
- package/dist/ActionBar/index.js +9 -0
- package/dist/ActionList/Description.d.ts +19 -0
- package/dist/ActionList/Description.d.ts.map +1 -0
- package/dist/ActionList/Description.js +54 -0
- package/dist/ActionList/Divider.d.ts +11 -0
- package/dist/ActionList/Divider.d.ts.map +1 -0
- package/dist/ActionList/Divider.js +22 -0
- package/dist/ActionList/Group.d.ts +47 -0
- package/dist/ActionList/Group.d.ts.map +1 -0
- package/dist/ActionList/Group.js +178 -0
- package/dist/ActionList/Heading.d.ts +14 -0
- package/dist/ActionList/Heading.d.ts.map +1 -0
- package/dist/ActionList/Heading.js +52 -0
- package/dist/ActionList/Item.d.ts +56 -0
- package/dist/ActionList/Item.d.ts.map +1 -0
- package/dist/ActionList/Item.js +279 -0
- package/dist/ActionList/LinkItem.d.ts +19 -0
- package/dist/ActionList/LinkItem.d.ts.map +1 -0
- package/dist/ActionList/LinkItem.js +49 -0
- package/dist/ActionList/List.d.ts +24 -0
- package/dist/ActionList/List.d.ts.map +1 -0
- package/dist/ActionList/List.js +78 -0
- package/dist/ActionList/Selection.js +66 -0
- package/dist/ActionList/TrailingAction.d.ts +24 -0
- package/dist/ActionList/TrailingAction.d.ts.map +1 -0
- package/dist/ActionList/TrailingAction.js +53 -0
- package/dist/ActionList/Visuals.d.ts +18 -0
- package/dist/ActionList/Visuals.d.ts.map +1 -0
- package/dist/ActionList/Visuals.js +96 -0
- package/dist/ActionList/index.d.ts +103 -0
- package/dist/ActionList/index.d.ts.map +1 -0
- package/dist/ActionList/shared.d.ts +122 -0
- package/dist/ActionList/shared.d.ts.map +1 -0
- package/dist/ActionList/shared.js +10 -0
- package/dist/ActionMenu/ActionMenu-bb42318d.css +2 -0
- package/dist/ActionMenu/ActionMenu-bb42318d.css.map +1 -0
- package/dist/ActionMenu/ActionMenu.d.ts +52 -0
- package/dist/ActionMenu/ActionMenu.d.ts.map +1 -0
- package/dist/ActionMenu/ActionMenu.js +305 -0
- package/dist/ActionMenu/ActionMenu.module.css.js +5 -0
- package/dist/AnchoredOverlay/AnchoredOverlay.d.ts +104 -0
- package/dist/AnchoredOverlay/AnchoredOverlay.d.ts.map +1 -0
- package/dist/Autocomplete/Autocomplete.d.ts +49 -0
- package/dist/Autocomplete/Autocomplete.d.ts.map +1 -0
- package/dist/Autocomplete/Autocomplete.js +185 -0
- package/dist/Autocomplete/AutocompleteInput.js +146 -0
- package/dist/Autocomplete/AutocompleteMenu.d.ts +76 -0
- package/dist/Autocomplete/AutocompleteMenu.d.ts.map +1 -0
- package/dist/Autocomplete/AutocompleteMenu.js +246 -0
- package/dist/Autocomplete/AutocompleteOverlay.d.ts +22 -0
- package/dist/Autocomplete/AutocompleteOverlay.d.ts.map +1 -0
- package/dist/Autocomplete/AutocompleteOverlay.js +137 -0
- package/dist/Avatar/Avatar.d.ts +29 -0
- package/dist/Avatar/Avatar.d.ts.map +1 -0
- package/dist/Avatar/Avatar.js +126 -0
- package/dist/AvatarStack/AvatarStack.d.ts +15 -0
- package/dist/AvatarStack/AvatarStack.d.ts.map +1 -0
- package/dist/AvatarStack/AvatarStack.js +148 -0
- package/dist/Banner/Banner-c1744c4b.css +2 -0
- package/dist/Banner/Banner-c1744c4b.css.map +1 -0
- package/dist/Banner/Banner.d.ts +133 -0
- package/dist/Banner/Banner.d.ts.map +1 -0
- package/dist/Banner/Banner.js +350 -0
- package/dist/Banner/Banner.module.css.js +5 -0
- package/dist/Banner/index.d.ts +23 -0
- package/dist/Banner/index.d.ts.map +1 -0
- package/dist/BaseStyles.d.ts +12 -0
- package/dist/BaseStyles.d.ts.map +1 -0
- package/dist/BaseStyles.js +93 -0
- package/dist/Blankslate/Blankslate.js +341 -0
- package/dist/BranchName/BranchName.d.ts +14 -0
- package/dist/BranchName/BranchName.d.ts.map +1 -0
- package/dist/BranchName/BranchName.js +63 -0
- package/dist/Breadcrumbs/Breadcrumbs-dbfc9d95.css +2 -0
- package/dist/Breadcrumbs/Breadcrumbs-dbfc9d95.css.map +1 -0
- package/dist/Breadcrumbs/Breadcrumbs.d.ts +57 -0
- package/dist/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/Breadcrumbs/Breadcrumbs.js +487 -0
- package/dist/Breadcrumbs/Breadcrumbs.module.css.js +5 -0
- package/dist/Button/Button.d.ts +5 -0
- package/dist/Button/Button.d.ts.map +1 -0
- package/dist/Button/Button.js +20 -0
- package/dist/Button/ButtonBase-643c673a.css +2 -0
- package/dist/Button/ButtonBase-643c673a.css.map +1 -0
- package/dist/Button/ButtonBase.d.ts.map +1 -0
- package/dist/Button/ButtonBase.js +145 -0
- package/dist/Button/ButtonBase.module.css.js +5 -0
- package/dist/Button/IconButton.d.ts.map +1 -0
- package/dist/Button/IconButton.js +67 -0
- package/dist/Button/LinkButton.d.ts +6 -0
- package/dist/Button/LinkButton.d.ts.map +1 -0
- package/dist/Button/LinkButton.js +18 -0
- package/dist/Button/index.d.ts +8 -0
- package/dist/Button/index.d.ts.map +1 -0
- package/dist/Button/types.d.ts +93 -0
- package/dist/Button/types.d.ts.map +1 -0
- package/dist/ButtonGroup/ButtonGroup.d.ts +11 -0
- package/dist/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/dist/ButtonGroup/ButtonGroup.js +102 -0
- package/dist/Checkbox/Checkbox-edc5dc3e.css +2 -0
- package/dist/Checkbox/Checkbox-edc5dc3e.css.map +1 -0
- package/dist/Checkbox/Checkbox.d.ts +37 -0
- package/dist/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/Checkbox/Checkbox.js +182 -0
- package/dist/Checkbox/Checkbox.module.css.js +5 -0
- package/dist/CheckboxGroup/CheckboxGroup.d.ts +23 -0
- package/dist/CheckboxGroup/CheckboxGroup.d.ts.map +1 -0
- package/dist/CheckboxGroup/CheckboxGroup.js +143 -0
- package/dist/CheckboxGroup/index.d.ts +2 -0
- package/dist/CheckboxGroup/index.d.ts.map +1 -0
- package/dist/CircleBadge/CircleBadge-87549d20.css +2 -0
- package/dist/CircleBadge/CircleBadge-87549d20.css.map +1 -0
- package/dist/CircleBadge/CircleBadge.d.ts +31 -0
- package/dist/CircleBadge/CircleBadge.d.ts.map +1 -0
- package/dist/CircleBadge/CircleBadge.js +97 -0
- package/dist/CircleBadge/CircleBadge.module.css.js +5 -0
- package/dist/ConfirmationDialog/ConfirmationDialog-87ccf595.css +2 -0
- package/dist/ConfirmationDialog/ConfirmationDialog-87ccf595.css.map +1 -0
- package/dist/ConfirmationDialog/ConfirmationDialog.d.ts +80 -0
- package/dist/ConfirmationDialog/ConfirmationDialog.d.ts.map +1 -0
- package/dist/ConfirmationDialog/ConfirmationDialog.js +159 -0
- package/dist/ConfirmationDialog/ConfirmationDialog.module.css.js +5 -0
- package/dist/CounterLabel/CounterLabel.d.ts +14 -0
- package/dist/CounterLabel/CounterLabel.d.ts.map +1 -0
- package/dist/CounterLabel/CounterLabel.js +97 -0
- package/dist/DataTable/Table-7f5cb3e4.css +2 -0
- package/dist/DataTable/Table-7f5cb3e4.css.map +1 -0
- package/dist/DataTable/Table.d.ts +135 -0
- package/dist/DataTable/Table.d.ts.map +1 -0
- package/dist/DataTable/Table.js +729 -0
- package/dist/DataTable/Table.module.css.js +5 -0
- package/dist/DataTable/useTable.js +295 -0
- package/dist/Details/Details.d.ts +19 -0
- package/dist/Details/Details.d.ts.map +1 -0
- package/dist/Details/Details.js +127 -0
- package/dist/Dialog/Dialog-1a61e61a.css +2 -0
- package/dist/Dialog/Dialog-1a61e61a.css.map +1 -0
- package/dist/Dialog/Dialog.d.ts +182 -0
- package/dist/Dialog/Dialog.d.ts.map +1 -0
- package/dist/Dialog/Dialog.js +550 -0
- package/dist/Dialog/Dialog.module.css.js +5 -0
- package/dist/FeatureFlags/DefaultFeatureFlags.d.ts.map +1 -0
- package/dist/FeatureFlags/DefaultFeatureFlags.js +14 -0
- package/dist/FeatureFlags/FeatureFlags.js +40 -0
- package/dist/FilteredActionList/FilteredActionList-f6c2dc7a.css +2 -0
- package/dist/FilteredActionList/FilteredActionList-f6c2dc7a.css.map +1 -0
- package/dist/FilteredActionList/FilteredActionList.d.ts +29 -0
- package/dist/FilteredActionList/FilteredActionList.d.ts.map +1 -0
- package/dist/FilteredActionList/FilteredActionList.js +457 -0
- package/dist/FilteredActionList/FilteredActionList.module.css.js +5 -0
- package/dist/FilteredActionList/FilteredActionListLoaders-a46a8ea4.css +2 -0
- package/dist/FilteredActionList/FilteredActionListLoaders-a46a8ea4.css.map +1 -0
- package/dist/FilteredActionList/FilteredActionListLoaders.d.ts.map +1 -0
- package/dist/FilteredActionList/FilteredActionListLoaders.js +161 -0
- package/dist/FilteredActionList/FilteredActionListLoaders.module.css.js +5 -0
- package/dist/FilteredActionList/types.d.ts +162 -0
- package/dist/FilteredActionList/types.d.ts.map +1 -0
- package/dist/FilteredActionList/useAnnouncements.js +194 -0
- package/dist/Flash/Flash.d.ts +10 -0
- package/dist/Flash/Flash.d.ts.map +1 -0
- package/dist/Flash/Flash.js +71 -0
- package/dist/FormControl/FormControl.d.ts +39 -0
- package/dist/FormControl/FormControl.d.ts.map +1 -0
- package/dist/FormControl/FormControl.js +215 -0
- package/dist/FormControl/FormControlCaption.d.ts +12 -0
- package/dist/FormControl/FormControlCaption.d.ts.map +1 -0
- package/dist/FormControl/FormControlCaption.js +52 -0
- package/dist/FormControl/FormControlLabel.d.ts +19 -0
- package/dist/FormControl/FormControlLabel.d.ts.map +1 -0
- package/dist/FormControl/FormControlLabel.js +112 -0
- package/dist/FormControl/FormControlLeadingVisual-e217df71.css +2 -0
- package/dist/FormControl/FormControlLeadingVisual-e217df71.css.map +1 -0
- package/dist/FormControl/FormControlLeadingVisual.d.ts +7 -0
- package/dist/FormControl/FormControlLeadingVisual.d.ts.map +1 -0
- package/dist/FormControl/FormControlLeadingVisual.js +39 -0
- package/dist/FormControl/FormControlLeadingVisual.module.css.js +5 -0
- package/dist/FormControl/_FormControlContext.js +56 -0
- package/dist/FormControl/_FormControlValidation.d.ts +12 -0
- package/dist/FormControl/_FormControlValidation.d.ts.map +1 -0
- package/dist/FormControl/_FormControlValidation.js +41 -0
- package/dist/FormControl/index.d.ts +7 -0
- package/dist/FormControl/index.d.ts.map +1 -0
- package/dist/Header/Header.d.ts +19 -0
- package/dist/Header/Header.d.ts.map +1 -0
- package/dist/Header/Header.js +171 -0
- package/dist/Heading/Heading.d.ts +11 -0
- package/dist/Heading/Heading.d.ts.map +1 -0
- package/dist/Heading/Heading.js +40 -0
- package/dist/InlineMessage/InlineMessage.d.ts +15 -0
- package/dist/InlineMessage/InlineMessage.d.ts.map +1 -0
- package/dist/InlineMessage/InlineMessage.js +99 -0
- package/dist/KeybindingHint/components/Chord-d4edcc89.css +2 -0
- package/dist/KeybindingHint/components/Chord-d4edcc89.css.map +1 -0
- package/dist/KeybindingHint/components/Chord.d.ts.map +1 -0
- package/dist/KeybindingHint/components/Chord.js +100 -0
- package/dist/KeybindingHint/components/Chord.module.css.js +5 -0
- package/dist/Label/Label.d.ts +12 -0
- package/dist/Label/Label.d.ts.map +1 -0
- package/dist/Label/Label.js +68 -0
- package/dist/Label/index.d.ts +4 -0
- package/dist/Label/index.d.ts.map +1 -0
- package/dist/LabelGroup/LabelGroup-7d19205a.css +2 -0
- package/dist/LabelGroup/LabelGroup-7d19205a.css.map +1 -0
- package/dist/LabelGroup/LabelGroup.d.ts +13 -0
- package/dist/LabelGroup/LabelGroup.d.ts.map +1 -0
- package/dist/LabelGroup/LabelGroup.js +337 -0
- package/dist/LabelGroup/LabelGroup.module.css.js +5 -0
- package/dist/Link/Link-e01bdaee.css +2 -0
- package/dist/Link/Link-e01bdaee.css.map +1 -0
- package/dist/Link/Link.d.ts +21 -0
- package/dist/Link/Link.d.ts.map +1 -0
- package/dist/Link/Link.js +52 -0
- package/dist/Link/Link.module.css.js +5 -0
- package/dist/NavList/NavList-5dc067e3.css +2 -0
- package/dist/NavList/NavList-5dc067e3.css.map +1 -0
- package/dist/NavList/NavList.d.ts +53 -0
- package/dist/NavList/NavList.d.ts.map +1 -0
- package/dist/NavList/NavList.js +705 -0
- package/dist/NavList/NavList.module.css.js +5 -0
- package/dist/Octicon/Octicon.d.ts +18 -0
- package/dist/Octicon/Octicon.d.ts.map +1 -0
- package/dist/Octicon/Octicon.js +40 -0
- package/dist/Overlay/Overlay.d.ts +93 -0
- package/dist/Overlay/Overlay.d.ts.map +1 -0
- package/dist/Overlay/Overlay.js +313 -0
- package/dist/PageHeader/PageHeader.d.ts +50 -0
- package/dist/PageHeader/PageHeader.d.ts.map +1 -0
- package/dist/PageHeader/PageHeader.js +843 -0
- package/dist/PageLayout/PageLayout-a276fa3b.css +2 -0
- package/dist/PageLayout/PageLayout-a276fa3b.css.map +1 -0
- package/dist/PageLayout/PageLayout.d.ts +187 -0
- package/dist/PageLayout/PageLayout.d.ts.map +1 -0
- package/dist/PageLayout/PageLayout.js +1215 -0
- package/dist/PageLayout/PageLayout.module.css.js +5 -0
- package/dist/Pagehead/Pagehead.d.ts +10 -0
- package/dist/Pagehead/Pagehead.d.ts.map +1 -0
- package/dist/Pagehead/Pagehead.js +17 -0
- package/dist/Pagination/Pagination-16a5b4c6.css +2 -0
- package/dist/Pagination/Pagination-16a5b4c6.css.map +1 -0
- package/dist/Pagination/Pagination.d.ts +23 -0
- package/dist/Pagination/Pagination.d.ts.map +1 -0
- package/dist/Pagination/Pagination.js +114 -0
- package/dist/Pagination/Pagination.module.css.js +5 -0
- package/dist/Placeholder.d.ts.map +1 -0
- package/dist/Popover/Popover-3ba3b962.css +2 -0
- package/dist/Popover/Popover-3ba3b962.css.map +1 -0
- package/dist/Popover/Popover.d.ts +23 -0
- package/dist/Popover/Popover.d.ts.map +1 -0
- package/dist/Popover/Popover.js +126 -0
- package/dist/Popover/Popover.module.css.js +5 -0
- package/dist/Portal/Portal.d.ts +33 -0
- package/dist/Portal/Portal.d.ts.map +1 -0
- package/dist/Portal/Portal.js +93 -0
- package/dist/Portal/index.d.ts +7 -0
- package/dist/Portal/index.d.ts.map +1 -0
- package/dist/Portal/index.js +6 -0
- package/dist/ProgressBar/ProgressBar-d27aca1d.css +2 -0
- package/dist/ProgressBar/ProgressBar-d27aca1d.css.map +1 -0
- package/dist/ProgressBar/ProgressBar.d.ts +29 -0
- package/dist/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/ProgressBar/ProgressBar.js +258 -0
- package/dist/ProgressBar/ProgressBar.module.css.js +5 -0
- package/dist/ProgressBar/index.d.ts +26 -0
- package/dist/ProgressBar/index.d.ts.map +1 -0
- package/dist/Radio/Radio.d.ts +37 -0
- package/dist/Radio/Radio.d.ts.map +1 -0
- package/dist/Radio/Radio.js +118 -0
- package/dist/RadioGroup/RadioGroup.d.ts +30 -0
- package/dist/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/RadioGroup/RadioGroup.js +122 -0
- package/dist/RadioGroup/index.d.ts +3 -0
- package/dist/RadioGroup/index.d.ts.map +1 -0
- package/dist/RelativeTime/RelativeTime.d.ts +7 -0
- package/dist/RelativeTime/RelativeTime.d.ts.map +1 -0
- package/dist/ScrollableRegion/ScrollableRegion-c1018dbe.css +2 -0
- package/dist/ScrollableRegion/ScrollableRegion-c1018dbe.css.map +1 -0
- package/dist/ScrollableRegion/ScrollableRegion.d.ts +13 -0
- package/dist/ScrollableRegion/ScrollableRegion.d.ts.map +1 -0
- package/dist/ScrollableRegion/ScrollableRegion.js +82 -0
- package/dist/ScrollableRegion/ScrollableRegion.module.css.js +5 -0
- package/dist/SegmentedControl/SegmentedControl-7f79ab74.css +2 -0
- package/dist/SegmentedControl/SegmentedControl-7f79ab74.css.map +1 -0
- package/dist/SegmentedControl/SegmentedControl.d.ts +25 -0
- package/dist/SegmentedControl/SegmentedControl.d.ts.map +1 -0
- package/dist/SegmentedControl/SegmentedControl.js +232 -0
- package/dist/SegmentedControl/SegmentedControl.module.css.js +5 -0
- package/dist/SegmentedControl/SegmentedControlButton.d.ts +21 -0
- package/dist/SegmentedControl/SegmentedControlButton.d.ts.map +1 -0
- package/dist/SegmentedControl/SegmentedControlButton.js +167 -0
- package/dist/SegmentedControl/SegmentedControlIconButton.d.ts +21 -0
- package/dist/SegmentedControl/SegmentedControlIconButton.d.ts.map +1 -0
- package/dist/SegmentedControl/SegmentedControlIconButton.js +221 -0
- package/dist/SegmentedControl/index.d.ts +5 -0
- package/dist/SegmentedControl/index.d.ts.map +1 -0
- package/dist/Select/Select.d.ts +15 -0
- package/dist/Select/Select.d.ts.map +1 -0
- package/dist/Select/Select.js +240 -0
- package/dist/SelectPanel/SelectPanel-3ac7e8d0.css +2 -0
- package/dist/SelectPanel/SelectPanel-3ac7e8d0.css.map +1 -0
- package/dist/SelectPanel/SelectPanel.d.ts +88 -0
- package/dist/SelectPanel/SelectPanel.d.ts.map +1 -0
- package/dist/SelectPanel/SelectPanel.js +761 -0
- package/dist/SelectPanel/SelectPanel.module.css.js +5 -0
- package/dist/SideNav.d.ts +34 -0
- package/dist/SideNav.d.ts.map +1 -0
- package/dist/SideNav.js +53 -0
- package/dist/Skeleton/SkeletonBox.d.ts.map +1 -0
- package/dist/Skeleton/SkeletonBox.js +85 -0
- package/dist/SkeletonAvatar/SkeletonAvatar.d.ts.map +1 -0
- package/dist/SkeletonAvatar/SkeletonAvatar.js +115 -0
- package/dist/Spinner/Spinner.d.ts +23 -0
- package/dist/Spinner/Spinner.d.ts.map +1 -0
- package/dist/Spinner/Spinner.js +140 -0
- package/dist/SplitPageLayout/SplitPageLayout.d.ts +21 -0
- package/dist/SplitPageLayout/SplitPageLayout.d.ts.map +1 -0
- package/dist/Stack/Stack.d.ts.map +1 -0
- package/dist/Stack/Stack.js +230 -0
- package/dist/StateLabel/StateLabel-b586b0bc.css +2 -0
- package/dist/StateLabel/StateLabel-b586b0bc.css.map +1 -0
- package/dist/StateLabel/StateLabel.d.ts +25 -0
- package/dist/StateLabel/StateLabel.d.ts.map +1 -0
- package/dist/StateLabel/StateLabel.js +115 -0
- package/dist/StateLabel/StateLabel.module.css.js +5 -0
- package/dist/SubNav/SubNav.d.ts +22 -0
- package/dist/SubNav/SubNav.d.ts.map +1 -0
- package/dist/SubNav/SubNav.js +203 -0
- package/dist/TabNav/TabNav.d.ts +27 -0
- package/dist/TabNav/TabNav.d.ts.map +1 -0
- package/dist/TabNav/TabNav.js +208 -0
- package/dist/Text/Text.d.ts +20 -0
- package/dist/Text/Text.d.ts.map +1 -0
- package/dist/Text/Text.js +72 -0
- package/dist/TextInput/TextInput.d.ts +44 -0
- package/dist/TextInput/TextInput.d.ts.map +1 -0
- package/dist/TextInput/TextInput.js +118 -0
- package/dist/TextInput/index.d.ts +4 -0
- package/dist/TextInput/index.d.ts.map +1 -0
- package/dist/TextInputWithTokens/TextInputWithTokens-946ead3e.css +2 -0
- package/dist/TextInputWithTokens/TextInputWithTokens-946ead3e.css.map +1 -0
- package/dist/TextInputWithTokens/TextInputWithTokens.d.ts +94 -0
- package/dist/TextInputWithTokens/TextInputWithTokens.d.ts.map +1 -0
- package/dist/TextInputWithTokens/TextInputWithTokens.js +612 -0
- package/dist/TextInputWithTokens/TextInputWithTokens.module.css.js +5 -0
- package/dist/Textarea/Textarea.d.ts +90 -0
- package/dist/Textarea/Textarea.d.ts.map +1 -0
- package/dist/Textarea/Textarea.js +150 -0
- package/dist/ThemeProvider.d.ts +29 -0
- package/dist/ThemeProvider.d.ts.map +1 -0
- package/dist/ThemeProvider.js +220 -0
- package/dist/Timeline/Timeline.d.ts +44 -0
- package/dist/Timeline/Timeline.d.ts.map +1 -0
- package/dist/Timeline/Timeline.js +239 -0
- package/dist/ToggleSwitch/ToggleSwitch-d5c8dc81.css +2 -0
- package/dist/ToggleSwitch/ToggleSwitch-d5c8dc81.css.map +1 -0
- package/dist/ToggleSwitch/ToggleSwitch.d.ts +44 -0
- package/dist/ToggleSwitch/ToggleSwitch.d.ts.map +1 -0
- package/dist/ToggleSwitch/ToggleSwitch.js +475 -0
- package/dist/ToggleSwitch/ToggleSwitch.module.css.js +5 -0
- package/dist/ToggleSwitch/ToggleSwitchStoryWrapper.d.ts.map +1 -0
- package/dist/Token/IssueLabelToken-a5fe569e.css +2 -0
- package/dist/Token/IssueLabelToken-a5fe569e.css.map +1 -0
- package/dist/Token/IssueLabelToken.d.ts.map +1 -0
- package/dist/Token/IssueLabelToken.js +76 -0
- package/dist/Token/IssueLabelToken.module.css.js +5 -0
- package/dist/Token/Token.d.ts +12 -0
- package/dist/Token/Token.d.ts.map +1 -0
- package/dist/Token/TokenBase-57c65c47.css +2 -0
- package/dist/Token/TokenBase-57c65c47.css.map +1 -0
- package/dist/Token/TokenBase.d.ts +41 -0
- package/dist/Token/TokenBase.d.ts.map +1 -0
- package/dist/Token/TokenBase.js +129 -0
- package/dist/Token/TokenBase.module.css.js +5 -0
- package/dist/Token/_RemoveTokenButton-c205593b.css +2 -0
- package/dist/Token/_RemoveTokenButton-c205593b.css.map +1 -0
- package/dist/Token/_RemoveTokenButton.d.ts +13 -0
- package/dist/Token/_RemoveTokenButton.d.ts.map +1 -0
- package/dist/Token/_RemoveTokenButton.js +50 -0
- package/dist/Token/_RemoveTokenButton.module.css.js +5 -0
- package/dist/Token/_TokenTextContainer.d.ts +5 -0
- package/dist/Token/_TokenTextContainer.d.ts.map +1 -0
- package/dist/Token/_TokenTextContainer.js +67 -0
- package/dist/Token/index.d.ts +6 -0
- package/dist/Token/index.d.ts.map +1 -0
- package/dist/Tooltip/Tooltip-fffa9948.css +2 -0
- package/dist/Tooltip/Tooltip-fffa9948.css.map +1 -0
- package/dist/Tooltip/Tooltip.d.ts +24 -0
- package/dist/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/Tooltip/Tooltip.js +59 -0
- package/dist/Tooltip/Tooltip.module.css.js +5 -0
- package/dist/TooltipV2/Tooltip.d.ts +22 -0
- package/dist/TooltipV2/Tooltip.d.ts.map +1 -0
- package/dist/TooltipV2/Tooltip.js +305 -0
- package/dist/TreeView/TreeView-bdf34914.css +2 -0
- package/dist/TreeView/TreeView-bdf34914.css.map +1 -0
- package/dist/TreeView/TreeView.d.ts +73 -0
- package/dist/TreeView/TreeView.d.ts.map +1 -0
- package/dist/TreeView/TreeView.js +1422 -0
- package/dist/TreeView/TreeView.module.css.js +5 -0
- package/dist/TreeView/shared.js +13 -0
- package/dist/Truncate/Truncate.d.ts +12 -0
- package/dist/Truncate/Truncate.d.ts.map +1 -0
- package/dist/Truncate/Truncate.js +35 -0
- package/dist/UnderlineNav/UnderlineNav-4344d9b0.css +2 -0
- package/dist/UnderlineNav/UnderlineNav-4344d9b0.css.map +1 -0
- package/dist/UnderlineNav/UnderlineNav.d.ts +21 -0
- package/dist/UnderlineNav/UnderlineNav.d.ts.map +1 -0
- package/dist/UnderlineNav/UnderlineNav.js +375 -0
- package/dist/UnderlineNav/UnderlineNav.module.css.js +5 -0
- package/dist/UnderlineNav/UnderlineNavContext.d.ts +14 -0
- package/dist/UnderlineNav/UnderlineNavContext.d.ts.map +1 -0
- package/dist/UnderlineNav/UnderlineNavContext.js +10 -0
- package/dist/UnderlineNav/UnderlineNavItem-b65e8fd3.css +2 -0
- package/dist/UnderlineNav/UnderlineNavItem-b65e8fd3.css.map +1 -0
- package/dist/UnderlineNav/UnderlineNavItem.d.ts +42 -0
- package/dist/UnderlineNav/UnderlineNavItem.d.ts.map +1 -0
- package/dist/UnderlineNav/UnderlineNavItem.js +161 -0
- package/dist/UnderlineNav/UnderlineNavItem.module.css.js +5 -0
- package/dist/UnderlineNav/styles.d.ts +16 -0
- package/dist/UnderlineNav/styles.d.ts.map +1 -0
- package/dist/UnderlineNav/styles.js +19 -0
- package/dist/VisuallyHidden/VisuallyHidden.d.ts +17 -0
- package/dist/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
- package/dist/VisuallyHidden/VisuallyHidden.js +51 -0
- package/dist/_VisuallyHidden.d.ts +8 -0
- package/dist/_VisuallyHidden.d.ts.map +1 -0
- package/dist/_VisuallyHidden.js +65 -0
- package/dist/deprecated/ActionList/Divider-7c6b656a.css +2 -0
- package/dist/deprecated/ActionList/Divider-7c6b656a.css.map +1 -0
- package/dist/deprecated/ActionList/Divider.d.ts +8 -0
- package/dist/deprecated/ActionList/Divider.d.ts.map +1 -0
- package/dist/deprecated/ActionList/Divider.js +28 -0
- package/dist/deprecated/ActionList/Divider.module.css.js +5 -0
- package/dist/deprecated/ActionList/Group.d.ts +28 -0
- package/dist/deprecated/ActionList/Group.d.ts.map +1 -0
- package/dist/deprecated/ActionList/Group.js +54 -0
- package/dist/deprecated/ActionList/Header-493b1d76.css +2 -0
- package/dist/deprecated/ActionList/Header-493b1d76.css.map +1 -0
- package/dist/deprecated/ActionList/Header.d.ts +26 -0
- package/dist/deprecated/ActionList/Header.d.ts.map +1 -0
- package/dist/deprecated/ActionList/Header.js +85 -0
- package/dist/deprecated/ActionList/Header.module.css.js +5 -0
- package/dist/deprecated/ActionList/Item-cf87f98a.css +3 -0
- package/dist/deprecated/ActionList/Item-cf87f98a.css.map +1 -0
- package/dist/deprecated/ActionList/Item.d.ts +94 -0
- package/dist/deprecated/ActionList/Item.d.ts.map +1 -0
- package/dist/deprecated/ActionList/Item.js +355 -0
- package/dist/deprecated/ActionList/Item.module.css.js +5 -0
- package/dist/deprecated/ActionList/List-1ec9d6d9.css +2 -0
- package/dist/deprecated/ActionList/List-1ec9d6d9.css.map +1 -0
- package/dist/deprecated/ActionList/List.d.ts +95 -0
- package/dist/deprecated/ActionList/List.d.ts.map +1 -0
- package/dist/deprecated/ActionList/List.js +209 -0
- package/dist/deprecated/ActionList/List.module.css.js +5 -0
- package/dist/deprecated/ActionMenu.js +197 -0
- package/dist/deprecated/DialogV1/Dialog-dce13989.css +2 -0
- package/dist/deprecated/DialogV1/Dialog-dce13989.css.map +1 -0
- package/dist/deprecated/DialogV1/Dialog.d.ts +33 -0
- package/dist/deprecated/DialogV1/Dialog.d.ts.map +1 -0
- package/dist/deprecated/DialogV1/Dialog.js +207 -0
- package/dist/deprecated/DialogV1/Dialog.module.css.js +5 -0
- package/dist/deprecated/DialogV1/index.d.ts.map +1 -0
- package/dist/deprecated/FilteredSearch/FilteredSearch-d30f5bbc.css +2 -0
- package/dist/deprecated/FilteredSearch/FilteredSearch-d30f5bbc.css.map +1 -0
- package/dist/deprecated/FilteredSearch/FilteredSearch.d.ts +9 -0
- package/dist/deprecated/FilteredSearch/FilteredSearch.d.ts.map +1 -0
- package/dist/deprecated/FilteredSearch/FilteredSearch.js +55 -0
- package/dist/deprecated/FilteredSearch/FilteredSearch.module.css.js +5 -0
- package/dist/deprecated/UnderlineNav/UnderlineNav-0c1e0dff.css +2 -0
- package/dist/deprecated/UnderlineNav/UnderlineNav-0c1e0dff.css.map +1 -0
- package/dist/deprecated/UnderlineNav/UnderlineNav.d.ts +23 -0
- package/dist/deprecated/UnderlineNav/UnderlineNav.d.ts.map +1 -0
- package/dist/deprecated/UnderlineNav/UnderlineNav.js +165 -0
- package/dist/deprecated/UnderlineNav/UnderlineNav.module.css.js +5 -0
- package/dist/deprecated/index.d.ts +26 -0
- package/dist/deprecated/index.d.ts.map +1 -0
- package/dist/deprecated/index.js +10 -0
- package/dist/experimental/IssueLabel/IssueLabel-d9c2c5cf.css +2 -0
- package/dist/experimental/IssueLabel/IssueLabel-d9c2c5cf.css.map +1 -0
- package/dist/experimental/IssueLabel/IssueLabel.d.ts.map +1 -0
- package/dist/experimental/IssueLabel/IssueLabel.js +160 -0
- package/dist/experimental/IssueLabel/IssueLabel.module.css.js +5 -0
- package/dist/experimental/IssueLabel/getColorFromHex.d.ts +8 -0
- package/dist/experimental/IssueLabel/getColorFromHex.d.ts.map +1 -0
- package/dist/experimental/IssueLabel/getColorFromHex.js +185 -0
- package/dist/experimental/SelectPanel2/SelectPanel.d.ts +80 -0
- package/dist/experimental/SelectPanel2/SelectPanel.d.ts.map +1 -0
- package/dist/experimental/SelectPanel2/SelectPanel.js +970 -0
- package/dist/experimental/UnderlinePanels/UnderlinePanels.d.ts +54 -0
- package/dist/experimental/UnderlinePanels/UnderlinePanels.d.ts.map +1 -0
- package/dist/experimental/UnderlinePanels/UnderlinePanels.js +220 -0
- package/dist/experimental/index.d.ts +48 -0
- package/dist/experimental/index.d.ts.map +1 -0
- package/dist/experimental/index.js +31 -0
- package/dist/hooks/useMenuKeyboardNavigation.js +139 -0
- package/dist/hooks/useMnemonics.d.ts +6 -0
- package/dist/hooks/useMnemonics.d.ts.map +1 -0
- package/dist/hooks/useMnemonics.js +115 -0
- package/dist/hooks/useOpenAndCloseFocus.js +46 -0
- package/dist/hooks/useOverflow.js +39 -0
- package/dist/hooks/useScrollFlash.js +35 -0
- package/dist/hooks/useSlots.d.ts.map +1 -0
- package/dist/hooks/useSlots.js +72 -0
- package/dist/hooks/useSyncedState.js +41 -0
- package/dist/index.d.ts +146 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +85 -0
- package/dist/internal/components/Caret.d.ts +15 -0
- package/dist/internal/components/Caret.d.ts.map +1 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.d.ts +34 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.d.ts.map +1 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.js +99 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupCaption.d.ts +8 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupCaption.d.ts.map +1 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupCaption.js +24 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.d.ts +13 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.d.ts.map +1 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.js +38 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupValidation.d.ts +10 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupValidation.d.ts.map +1 -0
- package/dist/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupValidation.js +22 -0
- package/dist/internal/components/ConditionalWrapper.d.ts +5 -0
- package/dist/internal/components/ConditionalWrapper.d.ts.map +1 -0
- package/dist/internal/components/ConditionalWrapper.js +53 -0
- package/dist/internal/components/InputLabel.d.ts +22 -0
- package/dist/internal/components/InputLabel.d.ts.map +1 -0
- package/dist/internal/components/InputLabel.js +116 -0
- package/dist/internal/components/InputValidation-dddeaafd.css +2 -0
- package/dist/internal/components/InputValidation-dddeaafd.css.map +1 -0
- package/dist/internal/components/InputValidation.d.ts +11 -0
- package/dist/internal/components/InputValidation.d.ts.map +1 -0
- package/dist/internal/components/InputValidation.js +91 -0
- package/dist/internal/components/InputValidation.module.css.js +5 -0
- package/dist/internal/components/LiveRegion.js +130 -0
- package/dist/internal/components/TextInputInnerAction.d.ts +35 -0
- package/dist/internal/components/TextInputInnerAction.d.ts.map +1 -0
- package/dist/internal/components/TextInputInnerAction.js +175 -0
- package/dist/internal/components/TextInputInnerVisualSlot.js +96 -0
- package/dist/internal/components/TextInputWrapper.d.ts +37 -0
- package/dist/internal/components/TextInputWrapper.d.ts.map +1 -0
- package/dist/internal/components/TextInputWrapper.js +231 -0
- package/dist/internal/components/UnderlineTabbedInterface.d.ts +27 -0
- package/dist/internal/components/UnderlineTabbedInterface.d.ts.map +1 -0
- package/dist/internal/components/UnderlineTabbedInterface.js +221 -0
- package/dist/internal/components/UnstyledTextInput.d.ts +4 -0
- package/dist/internal/components/UnstyledTextInput.d.ts.map +1 -0
- package/dist/internal/components/UnstyledTextInput.js +49 -0
- package/dist/internal/components/ValidationAnimationContainer-04125429.css +2 -0
- package/dist/internal/components/ValidationAnimationContainer-04125429.css.map +1 -0
- package/dist/internal/components/ValidationAnimationContainer.d.ts.map +1 -0
- package/dist/internal/components/ValidationAnimationContainer.js +68 -0
- package/dist/internal/components/ValidationAnimationContainer.module.css.js +5 -0
- package/dist/live-region/Announce.d.ts +32 -0
- package/dist/live-region/Announce.d.ts.map +1 -0
- package/dist/live-region/Announce.js +186 -0
- package/dist/live-region/AriaAlert.d.ts +18 -0
- package/dist/live-region/AriaAlert.d.ts.map +1 -0
- package/dist/live-region/AriaAlert.js +25 -0
- package/dist/live-region/AriaStatus.d.ts +22 -0
- package/dist/live-region/AriaStatus.d.ts.map +1 -0
- package/dist/live-region/AriaStatus.js +25 -0
- package/dist/utils/create-component.d.ts +5 -0
- package/dist/utils/create-component.d.ts.map +1 -0
- package/dist/utils/create-component.js +17 -0
- package/dist/utils/form-story-helpers.d.ts.map +1 -0
- package/dist/utils/is-slot.d.ts +6 -0
- package/dist/utils/is-slot.d.ts.map +1 -0
- package/dist/utils/is-slot.js +15 -0
- package/dist/utils/modern-polymorphic.d.ts +22 -0
- package/dist/utils/modern-polymorphic.d.ts.map +1 -0
- package/dist/utils/modern-polymorphic.js +26 -0
- package/dist/utils/polymorphic.d.ts +39 -0
- package/dist/utils/polymorphic.d.ts.map +1 -0
- package/dist/utils/test-helpers.d.ts +2 -0
- package/dist/utils/test-helpers.d.ts.map +1 -0
- package/dist/utils/types/Slots.d.ts +7 -0
- package/dist/utils/types/Slots.d.ts.map +1 -0
- package/dist/utils/types/index.d.ts +7 -0
- package/dist/utils/types/index.d.ts.map +1 -0
- package/generated/components.json +323 -958
- package/generated/hooks.json +5 -0
- package/package.json +36 -61
- package/dist/browser.esm.js +0 -13
- package/dist/browser.esm.js.map +0 -1
- package/dist/browser.umd.js +0 -14
- package/dist/browser.umd.js.map +0 -1
- package/dist/components.css +0 -6855
- package/lib/ActionBar/ActionBar-e6a5d54e.css +0 -2
- package/lib/ActionBar/ActionBar-e6a5d54e.css.map +0 -1
- package/lib/ActionBar/ActionBar.d.ts +0 -24
- package/lib/ActionBar/ActionBar.d.ts.map +0 -1
- package/lib/ActionBar/ActionBar.js +0 -362
- package/lib/ActionBar/ActionBar.module.css.js +0 -7
- package/lib/ActionBar/disabled.ActionBar.Figma.d.ts +0 -2
- package/lib/ActionBar/index.d.ts +0 -8
- package/lib/ActionBar/index.d.ts.map +0 -1
- package/lib/ActionBar/index.js +0 -13
- package/lib/ActionList/ActionList-167cf6c7.css +0 -2
- package/lib/ActionList/ActionList-167cf6c7.css.map +0 -1
- package/lib/ActionList/ActionList.module.css.js +0 -7
- package/lib/ActionList/ActionListContainerContext.d.ts +0 -16
- package/lib/ActionList/ActionListContainerContext.js +0 -13
- package/lib/ActionList/Description.d.ts +0 -18
- package/lib/ActionList/Description.d.ts.map +0 -1
- package/lib/ActionList/Description.js +0 -61
- package/lib/ActionList/Divider.d.ts +0 -10
- package/lib/ActionList/Divider.d.ts.map +0 -1
- package/lib/ActionList/Divider.js +0 -25
- package/lib/ActionList/Group-2c8b5711.css +0 -2
- package/lib/ActionList/Group-2c8b5711.css.map +0 -1
- package/lib/ActionList/Group.d.ts +0 -48
- package/lib/ActionList/Group.d.ts.map +0 -1
- package/lib/ActionList/Group.js +0 -193
- package/lib/ActionList/Group.module.css.js +0 -7
- package/lib/ActionList/Heading-b9360636.css +0 -2
- package/lib/ActionList/Heading-b9360636.css.map +0 -1
- package/lib/ActionList/Heading.d.ts +0 -13
- package/lib/ActionList/Heading.d.ts.map +0 -1
- package/lib/ActionList/Heading.js +0 -57
- package/lib/ActionList/Heading.module.css.js +0 -7
- package/lib/ActionList/Item.d.ts +0 -10
- package/lib/ActionList/Item.d.ts.map +0 -1
- package/lib/ActionList/Item.js +0 -282
- package/lib/ActionList/LinkItem.d.ts +0 -19
- package/lib/ActionList/LinkItem.d.ts.map +0 -1
- package/lib/ActionList/LinkItem.js +0 -56
- package/lib/ActionList/List.d.ts +0 -4
- package/lib/ActionList/List.d.ts.map +0 -1
- package/lib/ActionList/List.js +0 -79
- package/lib/ActionList/Selection.d.ts +0 -6
- package/lib/ActionList/Selection.js +0 -73
- package/lib/ActionList/TrailingAction.d.ts +0 -23
- package/lib/ActionList/TrailingAction.d.ts.map +0 -1
- package/lib/ActionList/TrailingAction.js +0 -52
- package/lib/ActionList/Visuals.d.ts +0 -18
- package/lib/ActionList/Visuals.d.ts.map +0 -1
- package/lib/ActionList/Visuals.js +0 -105
- package/lib/ActionList/index.d.ts +0 -35
- package/lib/ActionList/index.d.ts.map +0 -1
- package/lib/ActionList/index.js +0 -39
- package/lib/ActionList/shared.d.ts +0 -117
- package/lib/ActionList/shared.d.ts.map +0 -1
- package/lib/ActionList/shared.js +0 -14
- package/lib/ActionMenu/ActionMenu-5fe972e2.css +0 -2
- package/lib/ActionMenu/ActionMenu-5fe972e2.css.map +0 -1
- package/lib/ActionMenu/ActionMenu.d.ts +0 -51
- package/lib/ActionMenu/ActionMenu.d.ts.map +0 -1
- package/lib/ActionMenu/ActionMenu.js +0 -300
- package/lib/ActionMenu/ActionMenu.module.css.js +0 -7
- package/lib/ActionMenu/index.d.ts +0 -2
- package/lib/AnchoredOverlay/AnchoredOverlay-73c1b2d1.css +0 -2
- package/lib/AnchoredOverlay/AnchoredOverlay-73c1b2d1.css.map +0 -1
- package/lib/AnchoredOverlay/AnchoredOverlay.d.ts +0 -104
- package/lib/AnchoredOverlay/AnchoredOverlay.d.ts.map +0 -1
- package/lib/AnchoredOverlay/AnchoredOverlay.js +0 -167
- package/lib/AnchoredOverlay/AnchoredOverlay.module.css.js +0 -7
- package/lib/AnchoredOverlay/index.d.ts +0 -3
- package/lib/Autocomplete/Autocomplete.d.ts +0 -47
- package/lib/Autocomplete/Autocomplete.d.ts.map +0 -1
- package/lib/Autocomplete/Autocomplete.js +0 -186
- package/lib/Autocomplete/AutocompleteContext.d.ts +0 -17
- package/lib/Autocomplete/AutocompleteContext.js +0 -7
- package/lib/Autocomplete/AutocompleteInput.d.ts +0 -16
- package/lib/Autocomplete/AutocompleteInput.js +0 -151
- package/lib/Autocomplete/AutocompleteMenu-7f135c03.css +0 -2
- package/lib/Autocomplete/AutocompleteMenu-7f135c03.css.map +0 -1
- package/lib/Autocomplete/AutocompleteMenu.d.ts +0 -75
- package/lib/Autocomplete/AutocompleteMenu.d.ts.map +0 -1
- package/lib/Autocomplete/AutocompleteMenu.js +0 -251
- package/lib/Autocomplete/AutocompleteMenu.module.css.js +0 -7
- package/lib/Autocomplete/AutocompleteOverlay-d99d778c.css +0 -2
- package/lib/Autocomplete/AutocompleteOverlay-d99d778c.css.map +0 -1
- package/lib/Autocomplete/AutocompleteOverlay.d.ts +0 -21
- package/lib/Autocomplete/AutocompleteOverlay.d.ts.map +0 -1
- package/lib/Autocomplete/AutocompleteOverlay.js +0 -138
- package/lib/Autocomplete/AutocompleteOverlay.module.css.js +0 -7
- package/lib/Autocomplete/index.d.ts +0 -3
- package/lib/Avatar/Avatar-61b19061.css +0 -2
- package/lib/Avatar/Avatar-61b19061.css.map +0 -1
- package/lib/Avatar/Avatar.d.ts +0 -30
- package/lib/Avatar/Avatar.d.ts.map +0 -1
- package/lib/Avatar/Avatar.js +0 -143
- package/lib/Avatar/Avatar.module.css.js +0 -7
- package/lib/Avatar/index.d.ts +0 -3
- package/lib/Avatar/storyHelpers.d.ts +0 -6
- package/lib/AvatarStack/AvatarStack-802bdd7c.css +0 -2
- package/lib/AvatarStack/AvatarStack-802bdd7c.css.map +0 -1
- package/lib/AvatarStack/AvatarStack.d.ts +0 -16
- package/lib/AvatarStack/AvatarStack.d.ts.map +0 -1
- package/lib/AvatarStack/AvatarStack.js +0 -158
- package/lib/AvatarStack/AvatarStack.module.css.js +0 -7
- package/lib/AvatarStack/index.d.ts +0 -3
- package/lib/Banner/Banner-6396546f.css +0 -2
- package/lib/Banner/Banner-6396546f.css.map +0 -1
- package/lib/Banner/Banner.d.ts +0 -117
- package/lib/Banner/Banner.d.ts.map +0 -1
- package/lib/Banner/Banner.js +0 -356
- package/lib/Banner/Banner.module.css.js +0 -7
- package/lib/Banner/index.d.ts +0 -21
- package/lib/Banner/index.d.ts.map +0 -1
- package/lib/Banner/index.js +0 -12
- package/lib/BaseStyles-79fd37c4.css +0 -2
- package/lib/BaseStyles-79fd37c4.css.map +0 -1
- package/lib/BaseStyles.d.ts +0 -14
- package/lib/BaseStyles.d.ts.map +0 -1
- package/lib/BaseStyles.js +0 -123
- package/lib/BaseStyles.module.css.js +0 -7
- package/lib/Blankslate/Blankslate-2be5efdc.css +0 -2
- package/lib/Blankslate/Blankslate-2be5efdc.css.map +0 -1
- package/lib/Blankslate/Blankslate.d.ts +0 -45
- package/lib/Blankslate/Blankslate.js +0 -350
- package/lib/Blankslate/Blankslate.module.css.js +0 -7
- package/lib/Blankslate/BlankslateContext.d.ts +0 -7
- package/lib/Blankslate/BlankslateContext.js +0 -16
- package/lib/Blankslate/index.d.ts +0 -12
- package/lib/Blankslate/index.js +0 -13
- package/lib/Box/Box.d.ts +0 -18
- package/lib/Box/Box.d.ts.map +0 -1
- package/lib/Box/Box.js +0 -21
- package/lib/Box/index.d.ts +0 -3
- package/lib/Box/index.d.ts.map +0 -1
- package/lib/BranchName/BranchName-2fad4f4b.css +0 -2
- package/lib/BranchName/BranchName-2fad4f4b.css.map +0 -1
- package/lib/BranchName/BranchName.d.ts +0 -12
- package/lib/BranchName/BranchName.d.ts.map +0 -1
- package/lib/BranchName/BranchName.js +0 -78
- package/lib/BranchName/BranchName.module.css.js +0 -7
- package/lib/BranchName/index.d.ts +0 -3
- package/lib/Breadcrumbs/Breadcrumbs-99078f17.css +0 -2
- package/lib/Breadcrumbs/Breadcrumbs-99078f17.css.map +0 -1
- package/lib/Breadcrumbs/Breadcrumbs.d.ts +0 -38
- package/lib/Breadcrumbs/Breadcrumbs.d.ts.map +0 -1
- package/lib/Breadcrumbs/Breadcrumbs.js +0 -168
- package/lib/Breadcrumbs/Breadcrumbs.module.css.js +0 -7
- package/lib/Breadcrumbs/index.d.ts +0 -3
- package/lib/Button/Button.d.ts +0 -9
- package/lib/Button/Button.d.ts.map +0 -1
- package/lib/Button/Button.js +0 -106
- package/lib/Button/ButtonBase-0a7871f4.css +0 -2
- package/lib/Button/ButtonBase-0a7871f4.css.map +0 -1
- package/lib/Button/ButtonBase.d.ts +0 -5
- package/lib/Button/ButtonBase.d.ts.map +0 -1
- package/lib/Button/ButtonBase.js +0 -232
- package/lib/Button/ButtonBase.module.css.js +0 -7
- package/lib/Button/IconButton.d.ts +0 -5
- package/lib/Button/IconButton.d.ts.map +0 -1
- package/lib/Button/IconButton.js +0 -89
- package/lib/Button/LinkButton.d.ts +0 -6
- package/lib/Button/LinkButton.d.ts.map +0 -1
- package/lib/Button/LinkButton.js +0 -23
- package/lib/Button/index.d.ts +0 -7
- package/lib/Button/index.d.ts.map +0 -1
- package/lib/Button/styles.d.ts +0 -431
- package/lib/Button/styles.d.ts.map +0 -1
- package/lib/Button/styles.js +0 -7
- package/lib/Button/types.d.ts +0 -95
- package/lib/Button/types.d.ts.map +0 -1
- package/lib/ButtonGroup/ButtonGroup-10292330.css +0 -2
- package/lib/ButtonGroup/ButtonGroup-10292330.css.map +0 -1
- package/lib/ButtonGroup/ButtonGroup.d.ts +0 -12
- package/lib/ButtonGroup/ButtonGroup.d.ts.map +0 -1
- package/lib/ButtonGroup/ButtonGroup.js +0 -103
- package/lib/ButtonGroup/ButtonGroup.module.css.js +0 -7
- package/lib/ButtonGroup/index.d.ts +0 -3
- package/lib/Caret.d.ts +0 -17
- package/lib/Caret.d.ts.map +0 -1
- package/lib/Caret.js +0 -123
- package/lib/Checkbox/Checkbox-2aef6693.css +0 -2
- package/lib/Checkbox/Checkbox-2aef6693.css.map +0 -1
- package/lib/Checkbox/Checkbox.d.ts +0 -36
- package/lib/Checkbox/Checkbox.d.ts.map +0 -1
- package/lib/Checkbox/Checkbox.js +0 -87
- package/lib/Checkbox/Checkbox.module.css.js +0 -7
- package/lib/Checkbox/index.d.ts +0 -3
- package/lib/Checkbox/shared-edc41e16.css +0 -2
- package/lib/Checkbox/shared-edc41e16.css.map +0 -1
- package/lib/Checkbox/shared.module.css.js +0 -7
- package/lib/CheckboxGroup/CheckboxGroup.d.ts +0 -23
- package/lib/CheckboxGroup/CheckboxGroup.d.ts.map +0 -1
- package/lib/CheckboxGroup/CheckboxGroup.js +0 -150
- package/lib/CheckboxGroup/CheckboxGroupContext.d.ts +0 -6
- package/lib/CheckboxGroup/CheckboxGroupContext.js +0 -7
- package/lib/CheckboxGroup/index.d.ts +0 -2
- package/lib/CheckboxGroup/index.d.ts.map +0 -1
- package/lib/CircleBadge/CircleBadge.d.ts +0 -27
- package/lib/CircleBadge/CircleBadge.d.ts.map +0 -1
- package/lib/CircleBadge/CircleBadge.js +0 -43
- package/lib/CircleBadge/index.d.ts +0 -3
- package/lib/CircleOcticon/CircleOcticon.d.ts +0 -16
- package/lib/CircleOcticon/CircleOcticon.d.ts.map +0 -1
- package/lib/CircleOcticon/CircleOcticon.js +0 -99
- package/lib/CircleOcticon/index.d.ts +0 -3
- package/lib/CircleOcticon/index.d.ts.map +0 -1
- package/lib/ConfirmationDialog/ConfirmationDialog-de0401ff.css +0 -2
- package/lib/ConfirmationDialog/ConfirmationDialog-de0401ff.css.map +0 -1
- package/lib/ConfirmationDialog/ConfirmationDialog.d.ts +0 -74
- package/lib/ConfirmationDialog/ConfirmationDialog.d.ts.map +0 -1
- package/lib/ConfirmationDialog/ConfirmationDialog.js +0 -173
- package/lib/ConfirmationDialog/ConfirmationDialog.module.css.js +0 -7
- package/lib/CounterLabel/CounterLabel-44fb5d16.css +0 -2
- package/lib/CounterLabel/CounterLabel-44fb5d16.css.map +0 -1
- package/lib/CounterLabel/CounterLabel.d.ts +0 -15
- package/lib/CounterLabel/CounterLabel.d.ts.map +0 -1
- package/lib/CounterLabel/CounterLabel.js +0 -101
- package/lib/CounterLabel/CounterLabel.module.css.js +0 -7
- package/lib/CounterLabel/index.d.ts +0 -3
- package/lib/DataTable/DataTable.d.ts +0 -57
- package/lib/DataTable/DataTable.js +0 -147
- package/lib/DataTable/ErrorDialog.d.ts +0 -18
- package/lib/DataTable/ErrorDialog.js +0 -50
- package/lib/DataTable/Pagination-b6f8418c.css +0 -2
- package/lib/DataTable/Pagination-b6f8418c.css.map +0 -1
- package/lib/DataTable/Pagination.d.ts +0 -43
- package/lib/DataTable/Pagination.js +0 -397
- package/lib/DataTable/Pagination.module.css.js +0 -7
- package/lib/DataTable/Table-87f4043f.css +0 -2
- package/lib/DataTable/Table-87f4043f.css.map +0 -1
- package/lib/DataTable/Table.d.ts +0 -135
- package/lib/DataTable/Table.d.ts.map +0 -1
- package/lib/DataTable/Table.js +0 -743
- package/lib/DataTable/Table.module.css.js +0 -7
- package/lib/DataTable/__tests__/sorting.test.d.ts +0 -2
- package/lib/DataTable/column.d.ts +0 -62
- package/lib/DataTable/column.js +0 -16
- package/lib/DataTable/index.d.ts +0 -33
- package/lib/DataTable/index.js +0 -24
- package/lib/DataTable/row.d.ts +0 -4
- package/lib/DataTable/sorting.d.ts +0 -32
- package/lib/DataTable/sorting.js +0 -133
- package/lib/DataTable/storyHelpers.d.ts +0 -4
- package/lib/DataTable/storybook/data.d.ts +0 -41
- package/lib/DataTable/useTable.d.ts +0 -42
- package/lib/DataTable/useTable.js +0 -318
- package/lib/DataTable/utils.d.ts +0 -11
- package/lib/Details/Details-8093044f.css +0 -2
- package/lib/Details/Details-8093044f.css.map +0 -1
- package/lib/Details/Details.d.ts +0 -20
- package/lib/Details/Details.d.ts.map +0 -1
- package/lib/Details/Details.js +0 -160
- package/lib/Details/Details.module.css.js +0 -7
- package/lib/Details/index.d.ts +0 -3
- package/lib/Dialog/Dialog-8a809d11.css +0 -2
- package/lib/Dialog/Dialog-8a809d11.css.map +0 -1
- package/lib/Dialog/Dialog.d.ts +0 -188
- package/lib/Dialog/Dialog.d.ts.map +0 -1
- package/lib/Dialog/Dialog.js +0 -571
- package/lib/Dialog/Dialog.module.css.js +0 -7
- package/lib/DialogV1/Dialog-dce13989.css +0 -2
- package/lib/DialogV1/Dialog-dce13989.css.map +0 -1
- package/lib/DialogV1/Dialog.d.ts +0 -31
- package/lib/DialogV1/Dialog.d.ts.map +0 -1
- package/lib/DialogV1/Dialog.js +0 -205
- package/lib/DialogV1/Dialog.module.css.js +0 -7
- package/lib/DialogV1/index.d.ts +0 -3
- package/lib/DialogV1/index.d.ts.map +0 -1
- package/lib/DropdownStyles.d.ts +0 -4
- package/lib/DropdownStyles.d.ts.map +0 -1
- package/lib/FeatureFlags/DefaultFeatureFlags.d.ts +0 -3
- package/lib/FeatureFlags/DefaultFeatureFlags.d.ts.map +0 -1
- package/lib/FeatureFlags/DefaultFeatureFlags.js +0 -14
- package/lib/FeatureFlags/FeatureFlagContext.d.ts +0 -3
- package/lib/FeatureFlags/FeatureFlagContext.js +0 -8
- package/lib/FeatureFlags/FeatureFlagScope.d.ts +0 -22
- package/lib/FeatureFlags/FeatureFlagScope.js +0 -47
- package/lib/FeatureFlags/FeatureFlags.d.ts +0 -7
- package/lib/FeatureFlags/FeatureFlags.js +0 -44
- package/lib/FeatureFlags/index.d.ts +0 -5
- package/lib/FeatureFlags/useFeatureFlag.d.ts +0 -5
- package/lib/FeatureFlags/useFeatureFlag.js +0 -25
- package/lib/FilteredActionList/FilteredActionList-d1d6d026.css +0 -2
- package/lib/FilteredActionList/FilteredActionList-d1d6d026.css.map +0 -1
- package/lib/FilteredActionList/FilteredActionList.d.ts +0 -30
- package/lib/FilteredActionList/FilteredActionList.d.ts.map +0 -1
- package/lib/FilteredActionList/FilteredActionList.js +0 -470
- package/lib/FilteredActionList/FilteredActionList.module.css.js +0 -7
- package/lib/FilteredActionList/FilteredActionListLoaders-6f14c45b.css +0 -2
- package/lib/FilteredActionList/FilteredActionListLoaders-6f14c45b.css.map +0 -1
- package/lib/FilteredActionList/FilteredActionListLoaders.d.ts +0 -15
- package/lib/FilteredActionList/FilteredActionListLoaders.d.ts.map +0 -1
- package/lib/FilteredActionList/FilteredActionListLoaders.js +0 -182
- package/lib/FilteredActionList/FilteredActionListLoaders.module.css.js +0 -7
- package/lib/FilteredActionList/index.d.ts +0 -4
- package/lib/FilteredActionList/types.d.ts +0 -159
- package/lib/FilteredActionList/types.d.ts.map +0 -1
- package/lib/FilteredActionList/useAnnouncements.d.ts +0 -6
- package/lib/FilteredActionList/useAnnouncements.js +0 -205
- package/lib/Flash/Flash-a3596568.css +0 -2
- package/lib/Flash/Flash-a3596568.css.map +0 -1
- package/lib/Flash/Flash.d.ts +0 -11
- package/lib/Flash/Flash.d.ts.map +0 -1
- package/lib/Flash/Flash.js +0 -84
- package/lib/Flash/Flash.module.css.js +0 -7
- package/lib/Flash/index.d.ts +0 -3
- package/lib/FormControl/FormControl-fa33984d.css +0 -2
- package/lib/FormControl/FormControl-fa33984d.css.map +0 -1
- package/lib/FormControl/FormControl.d.ts +0 -62
- package/lib/FormControl/FormControl.d.ts.map +0 -1
- package/lib/FormControl/FormControl.js +0 -220
- package/lib/FormControl/FormControl.module.css.js +0 -7
- package/lib/FormControl/FormControlCaption-f58db5f7.css +0 -2
- package/lib/FormControl/FormControlCaption-f58db5f7.css.map +0 -1
- package/lib/FormControl/FormControlCaption.d.ts +0 -9
- package/lib/FormControl/FormControlCaption.d.ts.map +0 -1
- package/lib/FormControl/FormControlCaption.js +0 -55
- package/lib/FormControl/FormControlCaption.module.css.js +0 -7
- package/lib/FormControl/FormControlLabel.d.ts +0 -18
- package/lib/FormControl/FormControlLabel.d.ts.map +0 -1
- package/lib/FormControl/FormControlLabel.js +0 -120
- package/lib/FormControl/FormControlLeadingVisual.d.ts +0 -5
- package/lib/FormControl/FormControlLeadingVisual.d.ts.map +0 -1
- package/lib/FormControl/FormControlLeadingVisual.js +0 -49
- package/lib/FormControl/_FormControlContext.d.ts +0 -25
- package/lib/FormControl/_FormControlContext.js +0 -60
- package/lib/FormControl/_FormControlValidation.d.ts +0 -11
- package/lib/FormControl/_FormControlValidation.d.ts.map +0 -1
- package/lib/FormControl/_FormControlValidation.js +0 -42
- package/lib/FormControl/index.d.ts +0 -3
- package/lib/FormControl/index.d.ts.map +0 -1
- package/lib/Header/Header-aff64597.css +0 -2
- package/lib/Header/Header-aff64597.css.map +0 -1
- package/lib/Header/Header.d.ts +0 -20
- package/lib/Header/Header.d.ts.map +0 -1
- package/lib/Header/Header.js +0 -180
- package/lib/Header/Header.module.css.js +0 -7
- package/lib/Header/index.d.ts +0 -3
- package/lib/Heading/Heading-26b4879b.css +0 -2
- package/lib/Heading/Heading-26b4879b.css.map +0 -1
- package/lib/Heading/Heading.d.ts +0 -11
- package/lib/Heading/Heading.d.ts.map +0 -1
- package/lib/Heading/Heading.js +0 -57
- package/lib/Heading/Heading.module.css.js +0 -7
- package/lib/Heading/index.d.ts +0 -3
- package/lib/Hidden/Hidden-b3896306.css +0 -2
- package/lib/Hidden/Hidden-b3896306.css.map +0 -1
- package/lib/Hidden/Hidden.d.ts +0 -15
- package/lib/Hidden/Hidden.js +0 -83
- package/lib/Hidden/Hidden.module.css.js +0 -7
- package/lib/Hidden/index.d.ts +0 -6
- package/lib/InlineMessage/InlineMessage-80d97643.css +0 -2
- package/lib/InlineMessage/InlineMessage-80d97643.css.map +0 -1
- package/lib/InlineMessage/InlineMessage.d.ts +0 -16
- package/lib/InlineMessage/InlineMessage.d.ts.map +0 -1
- package/lib/InlineMessage/InlineMessage.js +0 -117
- package/lib/InlineMessage/InlineMessage.module.css.js +0 -7
- package/lib/InlineMessage/index.d.ts +0 -3
- package/lib/KeybindingHint/KeybindingHint-0856c11b.css +0 -2
- package/lib/KeybindingHint/KeybindingHint-0856c11b.css.map +0 -1
- package/lib/KeybindingHint/KeybindingHint.d.ts +0 -13
- package/lib/KeybindingHint/KeybindingHint.js +0 -97
- package/lib/KeybindingHint/KeybindingHint.module.css.js +0 -7
- package/lib/KeybindingHint/components/Chord.d.ts +0 -5
- package/lib/KeybindingHint/components/Chord.d.ts.map +0 -1
- package/lib/KeybindingHint/components/Chord.js +0 -127
- package/lib/KeybindingHint/components/Key.d.ts +0 -9
- package/lib/KeybindingHint/components/Key.js +0 -71
- package/lib/KeybindingHint/components/Sequence.d.ts +0 -5
- package/lib/KeybindingHint/components/Sequence.js +0 -29
- package/lib/KeybindingHint/index.d.ts +0 -3
- package/lib/KeybindingHint/key-names.d.ts +0 -16
- package/lib/KeybindingHint/key-names.js +0 -131
- package/lib/KeybindingHint/props.d.ts +0 -37
- package/lib/Label/Label-7904957c.css +0 -2
- package/lib/Label/Label-7904957c.css.map +0 -1
- package/lib/Label/Label.d.ts +0 -14
- package/lib/Label/Label.d.ts.map +0 -1
- package/lib/Label/Label.js +0 -106
- package/lib/Label/Label.module.css.js +0 -7
- package/lib/Label/index.d.ts +0 -5
- package/lib/Label/index.d.ts.map +0 -1
- package/lib/Label/index.js +0 -7
- package/lib/LabelGroup/LabelGroup.d.ts +0 -14
- package/lib/LabelGroup/LabelGroup.d.ts.map +0 -1
- package/lib/LabelGroup/LabelGroup.js +0 -367
- package/lib/LabelGroup/index.d.ts +0 -3
- package/lib/Link/Link-948b910e.css +0 -2
- package/lib/Link/Link-948b910e.css.map +0 -1
- package/lib/Link/Link.d.ts +0 -15
- package/lib/Link/Link.d.ts.map +0 -1
- package/lib/Link/Link.js +0 -66
- package/lib/Link/Link.module.css.js +0 -7
- package/lib/Link/index.d.ts +0 -3
- package/lib/NavList/NavList.d.ts +0 -54
- package/lib/NavList/NavList.d.ts.map +0 -1
- package/lib/NavList/NavList.js +0 -752
- package/lib/NavList/index.d.ts +0 -2
- package/lib/Octicon/Octicon.d.ts +0 -17
- package/lib/Octicon/Octicon.d.ts.map +0 -1
- package/lib/Octicon/Octicon.js +0 -66
- package/lib/Octicon/index.d.ts +0 -3
- package/lib/Overlay/Overlay-40e80d0e.css +0 -2
- package/lib/Overlay/Overlay-40e80d0e.css.map +0 -1
- package/lib/Overlay/Overlay.d.ts +0 -94
- package/lib/Overlay/Overlay.d.ts.map +0 -1
- package/lib/Overlay/Overlay.js +0 -349
- package/lib/Overlay/Overlay.module.css.js +0 -7
- package/lib/Overlay/index.d.ts +0 -3
- package/lib/PageHeader/PageHeader-4e1d8fee.css +0 -2
- package/lib/PageHeader/PageHeader-4e1d8fee.css.map +0 -1
- package/lib/PageHeader/PageHeader.d.ts +0 -50
- package/lib/PageHeader/PageHeader.d.ts.map +0 -1
- package/lib/PageHeader/PageHeader.js +0 -1023
- package/lib/PageHeader/PageHeader.module.css.js +0 -7
- package/lib/PageHeader/index.d.ts +0 -2
- package/lib/PageLayout/PageLayout-8a294e74.css +0 -2
- package/lib/PageLayout/PageLayout-8a294e74.css.map +0 -1
- package/lib/PageLayout/PageLayout.d.ts +0 -231
- package/lib/PageLayout/PageLayout.d.ts.map +0 -1
- package/lib/PageLayout/PageLayout.js +0 -1252
- package/lib/PageLayout/PageLayout.module.css.js +0 -7
- package/lib/PageLayout/index.d.ts +0 -2
- package/lib/Pagehead/Pagehead-0744ffce.css +0 -2
- package/lib/Pagehead/Pagehead-0744ffce.css.map +0 -1
- package/lib/Pagehead/Pagehead.d.ts +0 -11
- package/lib/Pagehead/Pagehead.d.ts.map +0 -1
- package/lib/Pagehead/Pagehead.js +0 -19
- package/lib/Pagehead/Pagehead.module.css.js +0 -7
- package/lib/Pagehead/index.d.ts +0 -3
- package/lib/Pagination/Pagination-e98833e8.css +0 -2
- package/lib/Pagination/Pagination-e98833e8.css.map +0 -1
- package/lib/Pagination/Pagination.d.ts +0 -24
- package/lib/Pagination/Pagination.d.ts.map +0 -1
- package/lib/Pagination/Pagination.js +0 -115
- package/lib/Pagination/Pagination.module.css.js +0 -7
- package/lib/Pagination/index.d.ts +0 -4
- package/lib/Pagination/index.js +0 -7
- package/lib/Pagination/mocks/ReactRouterLink.d.ts +0 -8
- package/lib/Pagination/model.d.ts +0 -26
- package/lib/Pagination/model.js +0 -202
- package/lib/Placeholder.d.ts +0 -9
- package/lib/Placeholder.d.ts.map +0 -1
- package/lib/PointerBox/PointerBox.d.ts +0 -20
- package/lib/PointerBox/PointerBox.d.ts.map +0 -1
- package/lib/PointerBox/PointerBox.js +0 -67
- package/lib/PointerBox/index.d.ts +0 -3
- package/lib/PointerBox/index.d.ts.map +0 -1
- package/lib/Popover/Popover-b609f443.css +0 -2
- package/lib/Popover/Popover-b609f443.css.map +0 -1
- package/lib/Popover/Popover.d.ts +0 -29
- package/lib/Popover/Popover.d.ts.map +0 -1
- package/lib/Popover/Popover.js +0 -140
- package/lib/Popover/Popover.module.css.js +0 -7
- package/lib/Popover/index.d.ts +0 -3
- package/lib/Portal/Portal.d.ts +0 -26
- package/lib/Portal/Portal.d.ts.map +0 -1
- package/lib/Portal/Portal.js +0 -91
- package/lib/Portal/index.d.ts +0 -6
- package/lib/Portal/index.d.ts.map +0 -1
- package/lib/Portal/index.js +0 -10
- package/lib/ProgressBar/ProgressBar-a0957632.css +0 -2
- package/lib/ProgressBar/ProgressBar-a0957632.css.map +0 -1
- package/lib/ProgressBar/ProgressBar.d.ts +0 -35
- package/lib/ProgressBar/ProgressBar.d.ts.map +0 -1
- package/lib/ProgressBar/ProgressBar.js +0 -270
- package/lib/ProgressBar/ProgressBar.module.css.js +0 -7
- package/lib/ProgressBar/index.d.ts +0 -26
- package/lib/ProgressBar/index.d.ts.map +0 -1
- package/lib/ProgressBar/index.js +0 -12
- package/lib/Radio/Radio-df9a5c02.css +0 -2
- package/lib/Radio/Radio-df9a5c02.css.map +0 -1
- package/lib/Radio/Radio.d.ts +0 -36
- package/lib/Radio/Radio.d.ts.map +0 -1
- package/lib/Radio/Radio.js +0 -125
- package/lib/Radio/Radio.module.css.js +0 -7
- package/lib/Radio/index.d.ts +0 -3
- package/lib/RadioGroup/RadioGroup.d.ts +0 -30
- package/lib/RadioGroup/RadioGroup.d.ts.map +0 -1
- package/lib/RadioGroup/RadioGroup.js +0 -126
- package/lib/RadioGroup/index.d.ts +0 -2
- package/lib/RadioGroup/index.d.ts.map +0 -1
- package/lib/RelativeTime/RelativeTime.d.ts +0 -9
- package/lib/RelativeTime/RelativeTime.d.ts.map +0 -1
- package/lib/RelativeTime/RelativeTime.js +0 -84
- package/lib/RelativeTime/index.d.ts +0 -3
- package/lib/ScrollableRegion/ScrollableRegion.d.ts +0 -13
- package/lib/ScrollableRegion/ScrollableRegion.d.ts.map +0 -1
- package/lib/ScrollableRegion/ScrollableRegion.js +0 -82
- package/lib/ScrollableRegion/index.d.ts +0 -3
- package/lib/SegmentedControl/SegmentedControl-459caec8.css +0 -2
- package/lib/SegmentedControl/SegmentedControl-459caec8.css.map +0 -1
- package/lib/SegmentedControl/SegmentedControl.d.ts +0 -26
- package/lib/SegmentedControl/SegmentedControl.d.ts.map +0 -1
- package/lib/SegmentedControl/SegmentedControl.js +0 -251
- package/lib/SegmentedControl/SegmentedControl.module.css.js +0 -7
- package/lib/SegmentedControl/SegmentedControlButton.d.ts +0 -17
- package/lib/SegmentedControl/SegmentedControlButton.d.ts.map +0 -1
- package/lib/SegmentedControl/SegmentedControlButton.js +0 -151
- package/lib/SegmentedControl/SegmentedControlIconButton.d.ts +0 -21
- package/lib/SegmentedControl/SegmentedControlIconButton.d.ts.map +0 -1
- package/lib/SegmentedControl/SegmentedControlIconButton.js +0 -236
- package/lib/SegmentedControl/index.d.ts +0 -2
- package/lib/SegmentedControl/index.d.ts.map +0 -1
- package/lib/Select/Select-ab428dc7.css +0 -2
- package/lib/Select/Select-ab428dc7.css.map +0 -1
- package/lib/Select/Select.d.ts +0 -14
- package/lib/Select/Select.d.ts.map +0 -1
- package/lib/Select/Select.js +0 -257
- package/lib/Select/Select.module.css.js +0 -7
- package/lib/Select/index.d.ts +0 -3
- package/lib/SelectPanel/SelectPanel-06900070.css +0 -2
- package/lib/SelectPanel/SelectPanel-06900070.css.map +0 -1
- package/lib/SelectPanel/SelectPanel.d.ts +0 -87
- package/lib/SelectPanel/SelectPanel.d.ts.map +0 -1
- package/lib/SelectPanel/SelectPanel.js +0 -762
- package/lib/SelectPanel/SelectPanel.module.css.js +0 -7
- package/lib/SelectPanel/SelectPanelMessage.d.ts +0 -22
- package/lib/SelectPanel/SelectPanelMessage.js +0 -39
- package/lib/SelectPanel/index.d.ts +0 -4
- package/lib/SideNav-baa2364d.css +0 -2
- package/lib/SideNav-baa2364d.css.map +0 -1
- package/lib/SideNav.d.ts +0 -35
- package/lib/SideNav.d.ts.map +0 -1
- package/lib/SideNav.js +0 -61
- package/lib/SideNav.module.css.js +0 -7
- package/lib/Skeleton/SkeletonBox-248bfcc3.css +0 -2
- package/lib/Skeleton/SkeletonBox-248bfcc3.css.map +0 -1
- package/lib/Skeleton/SkeletonBox.d.ts +0 -12
- package/lib/Skeleton/SkeletonBox.d.ts.map +0 -1
- package/lib/Skeleton/SkeletonBox.js +0 -86
- package/lib/Skeleton/SkeletonBox.module.css.js +0 -7
- package/lib/Skeleton/index.d.ts +0 -5
- package/lib/SkeletonAvatar/SkeletonAvatar-e00fff32.css +0 -2
- package/lib/SkeletonAvatar/SkeletonAvatar-e00fff32.css.map +0 -1
- package/lib/SkeletonAvatar/SkeletonAvatar.d.ts +0 -12
- package/lib/SkeletonAvatar/SkeletonAvatar.d.ts.map +0 -1
- package/lib/SkeletonAvatar/SkeletonAvatar.js +0 -130
- package/lib/SkeletonAvatar/SkeletonAvatar.module.css.js +0 -7
- package/lib/SkeletonAvatar/index.d.ts +0 -3
- package/lib/SkeletonText/SkeletonText-5cf908c1.css +0 -2
- package/lib/SkeletonText/SkeletonText-5cf908c1.css.map +0 -1
- package/lib/SkeletonText/SkeletonText.d.ts +0 -16
- package/lib/SkeletonText/SkeletonText.js +0 -142
- package/lib/SkeletonText/SkeletonText.module.css.js +0 -7
- package/lib/SkeletonText/index.d.ts +0 -3
- package/lib/Spinner/Spinner-2dbceeca.css +0 -2
- package/lib/Spinner/Spinner-2dbceeca.css.map +0 -1
- package/lib/Spinner/Spinner.d.ts +0 -24
- package/lib/Spinner/Spinner.d.ts.map +0 -1
- package/lib/Spinner/Spinner.js +0 -174
- package/lib/Spinner/Spinner.module.css.js +0 -7
- package/lib/Spinner/index.d.ts +0 -3
- package/lib/SplitPageLayout/SplitPageLayout.d.ts +0 -22
- package/lib/SplitPageLayout/SplitPageLayout.d.ts.map +0 -1
- package/lib/SplitPageLayout/SplitPageLayout.js +0 -239
- package/lib/SplitPageLayout/index.d.ts +0 -2
- package/lib/Stack/Stack-9e7b935d.css +0 -2
- package/lib/Stack/Stack-9e7b935d.css.map +0 -1
- package/lib/Stack/Stack.d.ts +0 -74
- package/lib/Stack/Stack.d.ts.map +0 -1
- package/lib/Stack/Stack.js +0 -234
- package/lib/Stack/Stack.module.css.js +0 -7
- package/lib/Stack/index.d.ts +0 -5
- package/lib/Stack/index.js +0 -9
- package/lib/StateLabel/StateLabel.d.ts +0 -25
- package/lib/StateLabel/StateLabel.d.ts.map +0 -1
- package/lib/StateLabel/StateLabel.js +0 -202
- package/lib/StateLabel/index.d.ts +0 -3
- package/lib/SubNav/SubNav-88128e5c.css +0 -2
- package/lib/SubNav/SubNav-88128e5c.css.map +0 -1
- package/lib/SubNav/SubNav.d.ts +0 -19
- package/lib/SubNav/SubNav.d.ts.map +0 -1
- package/lib/SubNav/SubNav.js +0 -207
- package/lib/SubNav/SubNav.module.css.js +0 -7
- package/lib/SubNav/index.d.ts +0 -3
- package/lib/TabNav/TabNav-83c6145e.css +0 -2
- package/lib/TabNav/TabNav-83c6145e.css.map +0 -1
- package/lib/TabNav/TabNav.d.ts +0 -29
- package/lib/TabNav/TabNav.d.ts.map +0 -1
- package/lib/TabNav/TabNav.js +0 -216
- package/lib/TabNav/TabNav.module.css.js +0 -7
- package/lib/TabNav/index.d.ts +0 -3
- package/lib/Text/Text-ca7603b7.css +0 -2
- package/lib/Text/Text-ca7603b7.css.map +0 -1
- package/lib/Text/Text.d.ts +0 -13
- package/lib/Text/Text.d.ts.map +0 -1
- package/lib/Text/Text.js +0 -77
- package/lib/Text/Text.module.css.js +0 -7
- package/lib/Text/index.d.ts +0 -3
- package/lib/TextInput/TextInput.d.ts +0 -43
- package/lib/TextInput/TextInput.d.ts.map +0 -1
- package/lib/TextInput/TextInput.js +0 -125
- package/lib/TextInput/index.d.ts +0 -3
- package/lib/TextInput/index.d.ts.map +0 -1
- package/lib/TextInputWithTokens/TextInputWithTokens-fb9b5109.css +0 -2
- package/lib/TextInputWithTokens/TextInputWithTokens-fb9b5109.css.map +0 -1
- package/lib/TextInputWithTokens/TextInputWithTokens.d.ts +0 -86
- package/lib/TextInputWithTokens/TextInputWithTokens.d.ts.map +0 -1
- package/lib/TextInputWithTokens/TextInputWithTokens.js +0 -633
- package/lib/TextInputWithTokens/TextInputWithTokens.module.css.js +0 -7
- package/lib/TextInputWithTokens/index.d.ts +0 -3
- package/lib/Textarea/TextArea-54099020.css +0 -2
- package/lib/Textarea/TextArea-54099020.css.map +0 -1
- package/lib/Textarea/TextArea.module.css.js +0 -7
- package/lib/Textarea/Textarea.d.ts +0 -89
- package/lib/Textarea/Textarea.d.ts.map +0 -1
- package/lib/Textarea/Textarea.js +0 -166
- package/lib/Textarea/index.d.ts +0 -3
- package/lib/ThemeProvider.d.ts +0 -30
- package/lib/ThemeProvider.d.ts.map +0 -1
- package/lib/ThemeProvider.js +0 -233
- package/lib/Timeline/Timeline-e8e88a13.css +0 -2
- package/lib/Timeline/Timeline-e8e88a13.css.map +0 -1
- package/lib/Timeline/Timeline.d.ts +0 -51
- package/lib/Timeline/Timeline.d.ts.map +0 -1
- package/lib/Timeline/Timeline.js +0 -246
- package/lib/Timeline/Timeline.module.css.js +0 -7
- package/lib/Timeline/index.d.ts +0 -3
- package/lib/ToggleSwitch/ToggleSwitch.d.ts +0 -43
- package/lib/ToggleSwitch/ToggleSwitch.d.ts.map +0 -1
- package/lib/ToggleSwitch/ToggleSwitch.js +0 -550
- package/lib/ToggleSwitch/ToggleSwitchStoryWrapper.d.ts +0 -4
- package/lib/ToggleSwitch/ToggleSwitchStoryWrapper.d.ts.map +0 -1
- package/lib/ToggleSwitch/index.d.ts +0 -3
- package/lib/Token/AvatarToken-ff45cc85.css +0 -2
- package/lib/Token/AvatarToken-ff45cc85.css.map +0 -1
- package/lib/Token/AvatarToken.d.ts +0 -8
- package/lib/Token/AvatarToken.d.ts.map +0 -1
- package/lib/Token/AvatarToken.js +0 -99
- package/lib/Token/AvatarToken.module.css.js +0 -7
- package/lib/Token/IssueLabelToken-99c9b914.css +0 -2
- package/lib/Token/IssueLabelToken-99c9b914.css.map +0 -1
- package/lib/Token/IssueLabelToken.d.ts +0 -11
- package/lib/Token/IssueLabelToken.d.ts.map +0 -1
- package/lib/Token/IssueLabelToken.js +0 -141
- package/lib/Token/IssueLabelToken.module.css.js +0 -7
- package/lib/Token/Token-942271b0.css +0 -2
- package/lib/Token/Token-942271b0.css.map +0 -1
- package/lib/Token/Token.d.ts +0 -13
- package/lib/Token/Token.d.ts.map +0 -1
- package/lib/Token/Token.js +0 -286
- package/lib/Token/Token.module.css.js +0 -7
- package/lib/Token/TokenBase-0386597b.css +0 -2
- package/lib/Token/TokenBase-0386597b.css.map +0 -1
- package/lib/Token/TokenBase.d.ts +0 -42
- package/lib/Token/TokenBase.d.ts.map +0 -1
- package/lib/Token/TokenBase.js +0 -154
- package/lib/Token/TokenBase.module.css.js +0 -7
- package/lib/Token/_RemoveTokenButton-d7f5985b.css +0 -2
- package/lib/Token/_RemoveTokenButton-d7f5985b.css.map +0 -1
- package/lib/Token/_RemoveTokenButton.d.ts +0 -14
- package/lib/Token/_RemoveTokenButton.d.ts.map +0 -1
- package/lib/Token/_RemoveTokenButton.js +0 -39
- package/lib/Token/_RemoveTokenButton.module.css.js +0 -7
- package/lib/Token/_TokenTextContainer-2ab10996.css +0 -2
- package/lib/Token/_TokenTextContainer-2ab10996.css.map +0 -1
- package/lib/Token/_TokenTextContainer.d.ts +0 -5
- package/lib/Token/_TokenTextContainer.d.ts.map +0 -1
- package/lib/Token/_TokenTextContainer.js +0 -49
- package/lib/Token/_TokenTextContainer.module.css.js +0 -7
- package/lib/Token/index.d.ts +0 -7
- package/lib/Token/index.d.ts.map +0 -1
- package/lib/Tooltip/Tooltip.d.ts +0 -27
- package/lib/Tooltip/Tooltip.d.ts.map +0 -1
- package/lib/Tooltip/Tooltip.js +0 -146
- package/lib/Tooltip/index.d.ts +0 -3
- package/lib/TooltipV2/Tooltip-5a80d7b2.css +0 -2
- package/lib/TooltipV2/Tooltip-5a80d7b2.css.map +0 -1
- package/lib/TooltipV2/Tooltip.d.ts +0 -22
- package/lib/TooltipV2/Tooltip.d.ts.map +0 -1
- package/lib/TooltipV2/Tooltip.js +0 -301
- package/lib/TooltipV2/Tooltip.module.css.js +0 -7
- package/lib/TooltipV2/index.d.ts +0 -3
- package/lib/TreeView/TreeView-cd08cabc.css +0 -2
- package/lib/TreeView/TreeView-cd08cabc.css.map +0 -1
- package/lib/TreeView/TreeView.d.ts +0 -55
- package/lib/TreeView/TreeView.d.ts.map +0 -1
- package/lib/TreeView/TreeView.js +0 -1166
- package/lib/TreeView/TreeView.module.css.js +0 -7
- package/lib/TreeView/index.d.ts +0 -2
- package/lib/TreeView/shared.d.ts +0 -5
- package/lib/TreeView/shared.js +0 -15
- package/lib/TreeView/useRovingTabIndex.d.ts +0 -13
- package/lib/TreeView/useRovingTabIndex.js +0 -236
- package/lib/TreeView/useTypeahead.d.ts +0 -8
- package/lib/TreeView/useTypeahead.js +0 -122
- package/lib/Truncate/Truncate-030d5f52.css +0 -2
- package/lib/Truncate/Truncate-030d5f52.css.map +0 -1
- package/lib/Truncate/Truncate.d.ts +0 -13
- package/lib/Truncate/Truncate.d.ts.map +0 -1
- package/lib/Truncate/Truncate.js +0 -45
- package/lib/Truncate/Truncate.module.css.js +0 -7
- package/lib/Truncate/index.d.ts +0 -3
- package/lib/UnderlineNav/UnderlineNav.d.ts +0 -25
- package/lib/UnderlineNav/UnderlineNav.d.ts.map +0 -1
- package/lib/UnderlineNav/UnderlineNav.js +0 -374
- package/lib/UnderlineNav/UnderlineNavContext.d.ts +0 -16
- package/lib/UnderlineNav/UnderlineNavContext.d.ts.map +0 -1
- package/lib/UnderlineNav/UnderlineNavContext.js +0 -13
- package/lib/UnderlineNav/UnderlineNavItem.d.ts +0 -43
- package/lib/UnderlineNav/UnderlineNavItem.d.ts.map +0 -1
- package/lib/UnderlineNav/UnderlineNavItem.js +0 -183
- package/lib/UnderlineNav/index.d.ts +0 -8
- package/lib/UnderlineNav/index.js +0 -10
- package/lib/UnderlineNav/styles.d.ts +0 -38
- package/lib/UnderlineNav/styles.d.ts.map +0 -1
- package/lib/UnderlineNav/styles.js +0 -81
- package/lib/UnderlineNav/types.d.ts +0 -10
- package/lib/VisuallyHidden/VisuallyHidden-ce2a3270.css +0 -2
- package/lib/VisuallyHidden/VisuallyHidden-ce2a3270.css.map +0 -1
- package/lib/VisuallyHidden/VisuallyHidden.d.ts +0 -18
- package/lib/VisuallyHidden/VisuallyHidden.d.ts.map +0 -1
- package/lib/VisuallyHidden/VisuallyHidden.js +0 -55
- package/lib/VisuallyHidden/VisuallyHidden.module.css.js +0 -7
- package/lib/VisuallyHidden/index.d.ts +0 -3
- package/lib/_VisuallyHidden-5c0a2499.css +0 -2
- package/lib/_VisuallyHidden-5c0a2499.css.map +0 -1
- package/lib/_VisuallyHidden.d.ts +0 -8
- package/lib/_VisuallyHidden.d.ts.map +0 -1
- package/lib/_VisuallyHidden.js +0 -69
- package/lib/_VisuallyHidden.module.css.js +0 -7
- package/lib/constants.d.ts +0 -15
- package/lib/constants.d.ts.map +0 -1
- package/lib/constants.js +0 -52
- package/lib/deprecated/ActionList/Divider.d.ts +0 -9
- package/lib/deprecated/ActionList/Divider.d.ts.map +0 -1
- package/lib/deprecated/ActionList/Divider.js +0 -41
- package/lib/deprecated/ActionList/Group.d.ts +0 -29
- package/lib/deprecated/ActionList/Group.d.ts.map +0 -1
- package/lib/deprecated/ActionList/Group.js +0 -67
- package/lib/deprecated/ActionList/Header.d.ts +0 -30
- package/lib/deprecated/ActionList/Header.d.ts.map +0 -1
- package/lib/deprecated/ActionList/Header.js +0 -83
- package/lib/deprecated/ActionList/Item.d.ts +0 -98
- package/lib/deprecated/ActionList/Item.d.ts.map +0 -1
- package/lib/deprecated/ActionList/Item.js +0 -457
- package/lib/deprecated/ActionList/List.d.ts +0 -94
- package/lib/deprecated/ActionList/List.d.ts.map +0 -1
- package/lib/deprecated/ActionList/List.js +0 -228
- package/lib/deprecated/ActionList/index.d.ts +0 -17
- package/lib/deprecated/ActionList/index.js +0 -20
- package/lib/deprecated/ActionMenu.d.ts +0 -44
- package/lib/deprecated/ActionMenu.js +0 -201
- package/lib/deprecated/AvatarPair/AvatarPair-68990abe.css +0 -2
- package/lib/deprecated/AvatarPair/AvatarPair-68990abe.css.map +0 -1
- package/lib/deprecated/AvatarPair/AvatarPair.d.ts +0 -14
- package/lib/deprecated/AvatarPair/AvatarPair.d.ts.map +0 -1
- package/lib/deprecated/AvatarPair/AvatarPair.js +0 -95
- package/lib/deprecated/AvatarPair/AvatarPair.module.css.js +0 -7
- package/lib/deprecated/AvatarPair/index.d.ts +0 -3
- package/lib/deprecated/AvatarPair/index.d.ts.map +0 -1
- package/lib/deprecated/FilteredSearch/FilteredSearch.d.ts +0 -10
- package/lib/deprecated/FilteredSearch/FilteredSearch.d.ts.map +0 -1
- package/lib/deprecated/FilteredSearch/FilteredSearch.js +0 -20
- package/lib/deprecated/FilteredSearch/index.d.ts +0 -3
- package/lib/deprecated/UnderlineNav/UnderlineNav.d.ts +0 -26
- package/lib/deprecated/UnderlineNav/UnderlineNav.d.ts.map +0 -1
- package/lib/deprecated/UnderlineNav/UnderlineNav.js +0 -131
- package/lib/deprecated/UnderlineNav/index.d.ts +0 -3
- package/lib/deprecated/index.d.ts +0 -28
- package/lib/deprecated/index.d.ts.map +0 -1
- package/lib/deprecated/index.js +0 -26
- package/lib/deprecated/utils/create-slots.d.ts +0 -21
- package/lib/experimental/CSSComponent/index.d.ts +0 -3
- package/lib/experimental/IssueLabel/IssueLabel-6581d1bd.css +0 -2
- package/lib/experimental/IssueLabel/IssueLabel-6581d1bd.css.map +0 -1
- package/lib/experimental/IssueLabel/IssueLabel.d.ts +0 -32
- package/lib/experimental/IssueLabel/IssueLabel.d.ts.map +0 -1
- package/lib/experimental/IssueLabel/IssueLabel.js +0 -180
- package/lib/experimental/IssueLabel/IssueLabel.module.css.js +0 -7
- package/lib/experimental/IssueLabel/getColorFromHex.d.ts +0 -10
- package/lib/experimental/IssueLabel/getColorFromHex.d.ts.map +0 -1
- package/lib/experimental/IssueLabel/getColorFromHex.js +0 -155
- package/lib/experimental/IssueLabel/index.d.ts +0 -3
- package/lib/experimental/SelectPanel2/SelectPanel-e919f619.css +0 -2
- package/lib/experimental/SelectPanel2/SelectPanel-e919f619.css.map +0 -1
- package/lib/experimental/SelectPanel2/SelectPanel.d.ts +0 -76
- package/lib/experimental/SelectPanel2/SelectPanel.d.ts.map +0 -1
- package/lib/experimental/SelectPanel2/SelectPanel.js +0 -971
- package/lib/experimental/SelectPanel2/SelectPanel.module.css.js +0 -7
- package/lib/experimental/SelectPanel2/index.d.ts +0 -2
- package/lib/experimental/SelectPanel2/mock-story-data.d.ts +0 -67
- package/lib/experimental/UnderlinePanels/UnderlinePanels-e4b325b9.css +0 -2
- package/lib/experimental/UnderlinePanels/UnderlinePanels-e4b325b9.css.map +0 -1
- package/lib/experimental/UnderlinePanels/UnderlinePanels.d.ts +0 -55
- package/lib/experimental/UnderlinePanels/UnderlinePanels.d.ts.map +0 -1
- package/lib/experimental/UnderlinePanels/UnderlinePanels.js +0 -208
- package/lib/experimental/UnderlinePanels/UnderlinePanels.module.css.js +0 -7
- package/lib/experimental/UnderlinePanels/index.d.ts +0 -4
- package/lib/experimental/hooks/index.d.ts +0 -3
- package/lib/experimental/index.d.ts +0 -49
- package/lib/experimental/index.d.ts.map +0 -1
- package/lib/experimental/index.js +0 -69
- package/lib/hooks/index.d.ts +0 -19
- package/lib/hooks/useAnchoredPosition.d.ts +0 -23
- package/lib/hooks/useAnchoredPosition.js +0 -93
- package/lib/hooks/useControllableState.d.ts +0 -35
- package/lib/hooks/useControllableState.js +0 -66
- package/lib/hooks/useDetails.d.ts +0 -17
- package/lib/hooks/useDetails.js +0 -104
- package/lib/hooks/useDialog.d.ts +0 -16
- package/lib/hooks/useDialog.js +0 -188
- package/lib/hooks/useFocusTrap.d.ts +0 -40
- package/lib/hooks/useFocusTrap.js +0 -63
- package/lib/hooks/useFocusZone.d.ts +0 -26
- package/lib/hooks/useFocusZone.js +0 -50
- package/lib/hooks/useId.d.ts +0 -9
- package/lib/hooks/useId.js +0 -20
- package/lib/hooks/useIsMacOS.d.ts +0 -7
- package/lib/hooks/useIsMacOS.js +0 -34
- package/lib/hooks/useMedia.d.ts +0 -39
- package/lib/hooks/useMedia.js +0 -92
- package/lib/hooks/useMenuInitialFocus.d.ts +0 -3
- package/lib/hooks/useMenuInitialFocus.js +0 -72
- package/lib/hooks/useMenuKeyboardNavigation.d.ts +0 -11
- package/lib/hooks/useMenuKeyboardNavigation.js +0 -165
- package/lib/hooks/useMnemonics.d.ts +0 -5
- package/lib/hooks/useMnemonics.d.ts.map +0 -1
- package/lib/hooks/useMnemonics.js +0 -119
- package/lib/hooks/useOnEscapePress.d.ts +0 -23
- package/lib/hooks/useOnEscapePress.js +0 -72
- package/lib/hooks/useOnOutsideClick.d.ts +0 -9
- package/lib/hooks/useOnOutsideClick.js +0 -77
- package/lib/hooks/useOpenAndCloseFocus.d.ts +0 -9
- package/lib/hooks/useOpenAndCloseFocus.js +0 -55
- package/lib/hooks/useOverflow.d.ts +0 -2
- package/lib/hooks/useOverflow.js +0 -45
- package/lib/hooks/useOverlay.d.ts +0 -15
- package/lib/hooks/useOverlay.js +0 -79
- package/lib/hooks/useProvidedRefOrCreate.d.ts +0 -11
- package/lib/hooks/useProvidedRefOrCreate.js +0 -22
- package/lib/hooks/useProvidedStateOrCreate.d.ts +0 -11
- package/lib/hooks/useProvidedStateOrCreate.js +0 -45
- package/lib/hooks/useRefObjectAsForwardedRef.d.ts +0 -10
- package/lib/hooks/useRefObjectAsForwardedRef.js +0 -26
- package/lib/hooks/useRenderForcingRef.d.ts +0 -9
- package/lib/hooks/useRenderForcingRef.js +0 -22
- package/lib/hooks/useResizeObserver.d.ts +0 -7
- package/lib/hooks/useResizeObserver.js +0 -49
- package/lib/hooks/useResponsiveValue.d.ts +0 -31
- package/lib/hooks/useResponsiveValue.js +0 -69
- package/lib/hooks/useSafeTimeout.d.ts +0 -13
- package/lib/hooks/useSafeTimeout.js +0 -36
- package/lib/hooks/useScrollFlash.d.ts +0 -7
- package/lib/hooks/useScrollFlash.js +0 -26
- package/lib/hooks/useSlots.d.ts +0 -20
- package/lib/hooks/useSlots.d.ts.map +0 -1
- package/lib/hooks/useSlots.js +0 -77
- package/lib/hooks/useSyncedState.d.ts +0 -15
- package/lib/hooks/useSyncedState.js +0 -43
- package/lib/index.d.ts +0 -148
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -196
- package/lib/internal/components/BoxWithFallback.d.ts +0 -6
- package/lib/internal/components/BoxWithFallback.d.ts.map +0 -1
- package/lib/internal/components/BoxWithFallback.js +0 -71
- package/lib/internal/components/ButtonReset-904f2483.css +0 -2
- package/lib/internal/components/ButtonReset-904f2483.css.map +0 -1
- package/lib/internal/components/ButtonReset.d.ts +0 -5
- package/lib/internal/components/ButtonReset.js +0 -54
- package/lib/internal/components/ButtonReset.module.css.js +0 -7
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup-e38b5339.css +0 -2
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup-e38b5339.css.map +0 -1
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.d.ts +0 -35
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.d.ts.map +0 -1
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.js +0 -107
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.module.css.js +0 -7
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupCaption.d.ts +0 -8
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupCaption.d.ts.map +0 -1
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupCaption.js +0 -31
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupContext.d.ts +0 -9
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupContext.js +0 -11
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.d.ts +0 -13
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.d.ts.map +0 -1
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.js +0 -45
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupValidation.d.ts +0 -10
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupValidation.d.ts.map +0 -1
- package/lib/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupValidation.js +0 -29
- package/lib/internal/components/CheckboxOrRadioGroup/index.d.ts +0 -4
- package/lib/internal/components/ConditionalWrapper.d.ts +0 -6
- package/lib/internal/components/ConditionalWrapper.d.ts.map +0 -1
- package/lib/internal/components/ConditionalWrapper.js +0 -52
- package/lib/internal/components/InputLabel-eb267c58.css +0 -2
- package/lib/internal/components/InputLabel-eb267c58.css.map +0 -1
- package/lib/internal/components/InputLabel.d.ts +0 -23
- package/lib/internal/components/InputLabel.d.ts.map +0 -1
- package/lib/internal/components/InputLabel.js +0 -125
- package/lib/internal/components/InputLabel.module.css.js +0 -7
- package/lib/internal/components/InputValidation-057236a4.css +0 -2
- package/lib/internal/components/InputValidation-057236a4.css.map +0 -1
- package/lib/internal/components/InputValidation.d.ts +0 -11
- package/lib/internal/components/InputValidation.d.ts.map +0 -1
- package/lib/internal/components/InputValidation.js +0 -93
- package/lib/internal/components/InputValidation.module.css.js +0 -7
- package/lib/internal/components/LiveRegion.d.ts +0 -14
- package/lib/internal/components/LiveRegion.js +0 -141
- package/lib/internal/components/TextInputInnerAction-477e9b99.css +0 -2
- package/lib/internal/components/TextInputInnerAction-477e9b99.css.map +0 -1
- package/lib/internal/components/TextInputInnerAction.d.ts +0 -21
- package/lib/internal/components/TextInputInnerAction.d.ts.map +0 -1
- package/lib/internal/components/TextInputInnerAction.js +0 -191
- package/lib/internal/components/TextInputInnerAction.module.css.js +0 -7
- package/lib/internal/components/TextInputInnerVisualSlot-4a14b955.css +0 -2
- package/lib/internal/components/TextInputInnerVisualSlot-4a14b955.css.map +0 -1
- package/lib/internal/components/TextInputInnerVisualSlot.d.ts +0 -14
- package/lib/internal/components/TextInputInnerVisualSlot.js +0 -98
- package/lib/internal/components/TextInputInnerVisualSlot.module.css.js +0 -7
- package/lib/internal/components/TextInputWrapper-889df5d3.css +0 -2
- package/lib/internal/components/TextInputWrapper-889df5d3.css.map +0 -1
- package/lib/internal/components/TextInputWrapper.d.ts +0 -59
- package/lib/internal/components/TextInputWrapper.d.ts.map +0 -1
- package/lib/internal/components/TextInputWrapper.js +0 -212
- package/lib/internal/components/TextInputWrapper.module.css.js +0 -7
- package/lib/internal/components/UnderlineTabbedInterface-addc90dd.css +0 -2
- package/lib/internal/components/UnderlineTabbedInterface-addc90dd.css.map +0 -1
- package/lib/internal/components/UnderlineTabbedInterface.d.ts +0 -28
- package/lib/internal/components/UnderlineTabbedInterface.d.ts.map +0 -1
- package/lib/internal/components/UnderlineTabbedInterface.js +0 -222
- package/lib/internal/components/UnderlineTabbedInterface.module.css.js +0 -7
- package/lib/internal/components/UnstyledTextInput-8270f063.css +0 -2
- package/lib/internal/components/UnstyledTextInput-8270f063.css.map +0 -1
- package/lib/internal/components/UnstyledTextInput.d.ts +0 -5
- package/lib/internal/components/UnstyledTextInput.d.ts.map +0 -1
- package/lib/internal/components/UnstyledTextInput.js +0 -57
- package/lib/internal/components/UnstyledTextInput.module.css.js +0 -7
- package/lib/internal/components/ValidationAnimationContainer.d.ts +0 -8
- package/lib/internal/components/ValidationAnimationContainer.d.ts.map +0 -1
- package/lib/internal/components/ValidationAnimationContainer.js +0 -78
- package/lib/internal/hooks/useEffectCallback.d.ts +0 -8
- package/lib/internal/hooks/useEffectCallback.js +0 -44
- package/lib/internal/hooks/useEffectOnce.d.ts +0 -2
- package/lib/internal/hooks/useEffectOnce.js +0 -30
- package/lib/internal/hooks/useFocus.d.ts +0 -3
- package/lib/internal/hooks/useMergedRefs.d.ts +0 -2
- package/lib/internal/hooks/useMergedRefs.js +0 -19
- package/lib/internal/internal-types.d.ts +0 -4
- package/lib/internal/utils/__tests__/getResponsiveAttributes.test.d.ts +0 -2
- package/lib/internal/utils/__tests__/hasInteractiveNodes.test.d.ts +0 -2
- package/lib/internal/utils/getGlobalFocusStyles.d.ts +0 -4
- package/lib/internal/utils/getGlobalFocusStyles.d.ts.map +0 -1
- package/lib/internal/utils/getGlobalFocusStyles.js +0 -9
- package/lib/internal/utils/getResponsiveAttributes.d.ts +0 -19
- package/lib/internal/utils/getResponsiveAttributes.js +0 -34
- package/lib/internal/utils/getResponsiveControlValues.d.ts +0 -8
- package/lib/internal/utils/hasInteractiveNodes.d.ts +0 -11
- package/lib/internal/utils/hasInteractiveNodes.js +0 -50
- package/lib/internal/utils/sharedCheckboxAndRadioStyles.d.ts +0 -2
- package/lib/internal/utils/sharedCheckboxAndRadioStyles.d.ts.map +0 -1
- package/lib/legacy-theme/ts/color-schemes.d.ts +0 -4733
- package/lib/legacy-theme/ts/color-schemes.js +0 -4736
- package/lib/legacy-theme/ts/colors/dark.d.ts +0 -517
- package/lib/legacy-theme/ts/colors/dark_colorblind.d.ts +0 -517
- package/lib/legacy-theme/ts/colors/dark_dimmed.d.ts +0 -517
- package/lib/legacy-theme/ts/colors/dark_high_contrast.d.ts +0 -517
- package/lib/legacy-theme/ts/colors/dark_tritanopia.d.ts +0 -517
- package/lib/legacy-theme/ts/colors/index.d.ts +0 -4638
- package/lib/legacy-theme/ts/colors/light.d.ts +0 -517
- package/lib/legacy-theme/ts/colors/light_colorblind.d.ts +0 -517
- package/lib/legacy-theme/ts/colors/light_high_contrast.d.ts +0 -517
- package/lib/legacy-theme/ts/colors/light_tritanopia.d.ts +0 -517
- package/lib/legacy-theme/ts/index.d.ts +0 -2
- package/lib/live-region/Announce.d.ts +0 -32
- package/lib/live-region/Announce.d.ts.map +0 -1
- package/lib/live-region/Announce.js +0 -183
- package/lib/live-region/AriaAlert.d.ts +0 -22
- package/lib/live-region/AriaAlert.d.ts.map +0 -1
- package/lib/live-region/AriaAlert.js +0 -46
- package/lib/live-region/AriaStatus.d.ts +0 -26
- package/lib/live-region/AriaStatus.d.ts.map +0 -1
- package/lib/live-region/AriaStatus.js +0 -46
- package/lib/live-region/__tests__/test-helpers.d.ts +0 -3
- package/lib/live-region/index.d.ts +0 -7
- package/lib/next/index.d.ts +0 -3
- package/lib/next/index.js +0 -8
- package/lib/node_modules/@github/relative-time-element/dist/duration-format-ponyfill.js +0 -105
- package/lib/node_modules/@github/relative-time-element/dist/duration.js +0 -204
- package/lib/node_modules/@github/relative-time-element/dist/relative-time-element-define.js +0 -20
- package/lib/node_modules/@github/relative-time-element/dist/relative-time-element.js +0 -462
- package/lib/node_modules/@github/tab-container-element/dist/tab-container-element-define.js +0 -20
- package/lib/node_modules/@github/tab-container-element/dist/tab-container-element.js +0 -392
- package/lib/node_modules/@lit-labs/react/create-component.js +0 -10
- package/lib/packages/react/node_modules/@oddbird/popover-polyfill/dist/popover-fn.js +0 -667
- package/lib/polyfills/eventListenerSignal.d.ts +0 -7
- package/lib/sx.d.ts +0 -26
- package/lib/sx.d.ts.map +0 -1
- package/lib/sx.js +0 -21
- package/lib/test-helpers.js +0 -74
- package/lib/theme.d.ts +0 -1173
- package/lib/theme.js +0 -52
- package/lib/utils/StressTest.d.ts +0 -10
- package/lib/utils/__tests__/invariant.test.d.ts +0 -2
- package/lib/utils/__tests__/warning.test.d.ts +0 -2
- package/lib/utils/create-component.d.ts +0 -7
- package/lib/utils/create-component.d.ts.map +0 -1
- package/lib/utils/create-component.js +0 -32
- package/lib/utils/defaultSxProp.d.ts +0 -3
- package/lib/utils/defaultSxProp.d.ts.map +0 -1
- package/lib/utils/defaultSxProp.js +0 -5
- package/lib/utils/deprecate.d.ts +0 -19
- package/lib/utils/environment.d.ts +0 -7
- package/lib/utils/environment.js +0 -11
- package/lib/utils/form-story-helpers.d.ts +0 -62
- package/lib/utils/form-story-helpers.d.ts.map +0 -1
- package/lib/utils/getBreakpointDeclarations.d.ts +0 -4
- package/lib/utils/getBreakpointDeclarations.js +0 -18
- package/lib/utils/includeSystemProps.d.ts +0 -7
- package/lib/utils/includeSystemProps.d.ts.map +0 -1
- package/lib/utils/includeSystemProps.js +0 -16
- package/lib/utils/invariant.d.ts +0 -3
- package/lib/utils/invariant.js +0 -26
- package/lib/utils/isNumeric.d.ts +0 -2
- package/lib/utils/isNumeric.js +0 -8
- package/lib/utils/layout.d.ts +0 -21
- package/lib/utils/layout.d.ts.map +0 -1
- package/lib/utils/polymorphic.d.ts +0 -38
- package/lib/utils/polymorphic.d.ts.map +0 -1
- package/lib/utils/scroll.d.ts +0 -6
- package/lib/utils/scroll.js +0 -20
- package/lib/utils/theme.d.ts +0 -20
- package/lib/utils/theme.js +0 -15
- package/lib/utils/types/AriaRole.d.ts +0 -2
- package/lib/utils/types/ComponentProps.d.ts +0 -9
- package/lib/utils/types/Flatten.d.ts +0 -5
- package/lib/utils/types/FormValidationStatus.d.ts +0 -2
- package/lib/utils/types/KeyPaths.d.ts +0 -4
- package/lib/utils/types/MandateProps.d.ts +0 -4
- package/lib/utils/types/Merge.d.ts +0 -20
- package/lib/utils/types/ViewportRangeKeys.d.ts +0 -3
- package/lib/utils/types/index.d.ts +0 -6
- package/lib/utils/types/index.d.ts.map +0 -1
- package/lib/utils/use-force-update.d.ts +0 -2
- package/lib/utils/useIsomorphicLayoutEffect.d.ts +0 -4
- package/lib/utils/useIsomorphicLayoutEffect.js +0 -12
- package/lib/utils/warning.d.ts +0 -4
- package/lib/utils/warning.js +0 -24
- package/lib-esm/ActionBar/ActionBar-e6a5d54e.css +0 -2
- package/lib-esm/ActionBar/ActionBar-e6a5d54e.css.map +0 -1
- package/lib-esm/ActionBar/ActionBar.d.ts +0 -24
- package/lib-esm/ActionBar/ActionBar.js +0 -354
- package/lib-esm/ActionBar/ActionBar.module.css.js +0 -5
- package/lib-esm/ActionBar/index.d.ts +0 -8
- package/lib-esm/ActionBar/index.js +0 -8
- package/lib-esm/ActionList/Description.d.ts +0 -18
- package/lib-esm/ActionList/Description.js +0 -55
- package/lib-esm/ActionList/Divider.d.ts +0 -10
- package/lib-esm/ActionList/Divider.js +0 -23
- package/lib-esm/ActionList/Group.d.ts +0 -48
- package/lib-esm/ActionList/Group.js +0 -185
- package/lib-esm/ActionList/Heading.d.ts +0 -13
- package/lib-esm/ActionList/Heading.js +0 -51
- package/lib-esm/ActionList/Item.d.ts +0 -10
- package/lib-esm/ActionList/Item.js +0 -275
- package/lib-esm/ActionList/LinkItem.d.ts +0 -19
- package/lib-esm/ActionList/LinkItem.js +0 -50
- package/lib-esm/ActionList/List.d.ts +0 -4
- package/lib-esm/ActionList/List.js +0 -73
- package/lib-esm/ActionList/Selection.js +0 -67
- package/lib-esm/ActionList/TrailingAction.d.ts +0 -23
- package/lib-esm/ActionList/TrailingAction.js +0 -50
- package/lib-esm/ActionList/Visuals.d.ts +0 -18
- package/lib-esm/ActionList/Visuals.js +0 -96
- package/lib-esm/ActionList/index.d.ts +0 -35
- package/lib-esm/ActionList/shared.d.ts +0 -117
- package/lib-esm/ActionList/shared.js +0 -7
- package/lib-esm/ActionMenu/ActionMenu-5fe972e2.css +0 -2
- package/lib-esm/ActionMenu/ActionMenu-5fe972e2.css.map +0 -1
- package/lib-esm/ActionMenu/ActionMenu.d.ts +0 -51
- package/lib-esm/ActionMenu/ActionMenu.js +0 -294
- package/lib-esm/ActionMenu/ActionMenu.module.css.js +0 -5
- package/lib-esm/AnchoredOverlay/AnchoredOverlay.d.ts +0 -104
- package/lib-esm/Autocomplete/Autocomplete.d.ts +0 -47
- package/lib-esm/Autocomplete/Autocomplete.js +0 -184
- package/lib-esm/Autocomplete/AutocompleteInput.js +0 -145
- package/lib-esm/Autocomplete/AutocompleteMenu.d.ts +0 -75
- package/lib-esm/Autocomplete/AutocompleteMenu.js +0 -245
- package/lib-esm/Autocomplete/AutocompleteOverlay.d.ts +0 -21
- package/lib-esm/Autocomplete/AutocompleteOverlay.js +0 -136
- package/lib-esm/Avatar/Avatar.d.ts +0 -30
- package/lib-esm/Avatar/Avatar.js +0 -134
- package/lib-esm/AvatarStack/AvatarStack.d.ts +0 -16
- package/lib-esm/AvatarStack/AvatarStack.js +0 -152
- package/lib-esm/Banner/Banner-6396546f.css +0 -2
- package/lib-esm/Banner/Banner-6396546f.css.map +0 -1
- package/lib-esm/Banner/Banner.d.ts +0 -117
- package/lib-esm/Banner/Banner.js +0 -345
- package/lib-esm/Banner/Banner.module.css.js +0 -5
- package/lib-esm/Banner/index.d.ts +0 -21
- package/lib-esm/BaseStyles.d.ts +0 -14
- package/lib-esm/BaseStyles.js +0 -121
- package/lib-esm/Blankslate/Blankslate.js +0 -343
- package/lib-esm/Box/Box.d.ts +0 -18
- package/lib-esm/Box/Box.js +0 -15
- package/lib-esm/Box/index.d.ts +0 -3
- package/lib-esm/BranchName/BranchName.d.ts +0 -12
- package/lib-esm/BranchName/BranchName.js +0 -72
- package/lib-esm/Breadcrumbs/Breadcrumbs-99078f17.css +0 -2
- package/lib-esm/Breadcrumbs/Breadcrumbs-99078f17.css.map +0 -1
- package/lib-esm/Breadcrumbs/Breadcrumbs.d.ts +0 -38
- package/lib-esm/Breadcrumbs/Breadcrumbs.js +0 -159
- package/lib-esm/Breadcrumbs/Breadcrumbs.module.css.js +0 -5
- package/lib-esm/Button/Button.d.ts +0 -9
- package/lib-esm/Button/Button.js +0 -103
- package/lib-esm/Button/ButtonBase-0a7871f4.css +0 -2
- package/lib-esm/Button/ButtonBase-0a7871f4.css.map +0 -1
- package/lib-esm/Button/ButtonBase.js +0 -226
- package/lib-esm/Button/ButtonBase.module.css.js +0 -5
- package/lib-esm/Button/IconButton.js +0 -83
- package/lib-esm/Button/LinkButton.d.ts +0 -6
- package/lib-esm/Button/LinkButton.js +0 -21
- package/lib-esm/Button/index.d.ts +0 -7
- package/lib-esm/Button/styles.d.ts +0 -431
- package/lib-esm/Button/styles.js +0 -5
- package/lib-esm/Button/types.d.ts +0 -95
- package/lib-esm/ButtonGroup/ButtonGroup.d.ts +0 -12
- package/lib-esm/ButtonGroup/ButtonGroup.js +0 -97
- package/lib-esm/Caret.d.ts +0 -17
- package/lib-esm/Caret.js +0 -117
- package/lib-esm/Checkbox/Checkbox-2aef6693.css +0 -2
- package/lib-esm/Checkbox/Checkbox-2aef6693.css.map +0 -1
- package/lib-esm/Checkbox/Checkbox.d.ts +0 -36
- package/lib-esm/Checkbox/Checkbox.js +0 -81
- package/lib-esm/Checkbox/Checkbox.module.css.js +0 -5
- package/lib-esm/CheckboxGroup/CheckboxGroup.d.ts +0 -23
- package/lib-esm/CheckboxGroup/CheckboxGroup.js +0 -141
- package/lib-esm/CheckboxGroup/index.d.ts +0 -2
- package/lib-esm/CircleBadge/CircleBadge.d.ts +0 -27
- package/lib-esm/CircleBadge/CircleBadge.js +0 -37
- package/lib-esm/CircleOcticon/CircleOcticon.d.ts +0 -16
- package/lib-esm/CircleOcticon/CircleOcticon.js +0 -97
- package/lib-esm/CircleOcticon/index.d.ts +0 -3
- package/lib-esm/ConfirmationDialog/ConfirmationDialog-de0401ff.css +0 -2
- package/lib-esm/ConfirmationDialog/ConfirmationDialog-de0401ff.css.map +0 -1
- package/lib-esm/ConfirmationDialog/ConfirmationDialog.d.ts +0 -74
- package/lib-esm/ConfirmationDialog/ConfirmationDialog.js +0 -170
- package/lib-esm/ConfirmationDialog/ConfirmationDialog.module.css.js +0 -5
- package/lib-esm/CounterLabel/CounterLabel.d.ts +0 -15
- package/lib-esm/CounterLabel/CounterLabel.js +0 -99
- package/lib-esm/DataTable/Table-87f4043f.css +0 -2
- package/lib-esm/DataTable/Table-87f4043f.css.map +0 -1
- package/lib-esm/DataTable/Table.d.ts +0 -135
- package/lib-esm/DataTable/Table.js +0 -724
- package/lib-esm/DataTable/Table.module.css.js +0 -5
- package/lib-esm/DataTable/useTable.js +0 -314
- package/lib-esm/Details/Details.d.ts +0 -20
- package/lib-esm/Details/Details.js +0 -151
- package/lib-esm/Dialog/Dialog-8a809d11.css +0 -2
- package/lib-esm/Dialog/Dialog-8a809d11.css.map +0 -1
- package/lib-esm/Dialog/Dialog.d.ts +0 -188
- package/lib-esm/Dialog/Dialog.js +0 -565
- package/lib-esm/Dialog/Dialog.module.css.js +0 -5
- package/lib-esm/DialogV1/Dialog-dce13989.css +0 -2
- package/lib-esm/DialogV1/Dialog-dce13989.css.map +0 -1
- package/lib-esm/DialogV1/Dialog.d.ts +0 -31
- package/lib-esm/DialogV1/Dialog.js +0 -199
- package/lib-esm/DialogV1/Dialog.module.css.js +0 -5
- package/lib-esm/DropdownStyles.d.ts +0 -4
- package/lib-esm/FeatureFlags/DefaultFeatureFlags.js +0 -12
- package/lib-esm/FeatureFlags/FeatureFlags.js +0 -42
- package/lib-esm/FilteredActionList/FilteredActionList-d1d6d026.css +0 -2
- package/lib-esm/FilteredActionList/FilteredActionList-d1d6d026.css.map +0 -1
- package/lib-esm/FilteredActionList/FilteredActionList.d.ts +0 -30
- package/lib-esm/FilteredActionList/FilteredActionList.js +0 -464
- package/lib-esm/FilteredActionList/FilteredActionList.module.css.js +0 -5
- package/lib-esm/FilteredActionList/FilteredActionListLoaders-6f14c45b.css +0 -2
- package/lib-esm/FilteredActionList/FilteredActionListLoaders-6f14c45b.css.map +0 -1
- package/lib-esm/FilteredActionList/FilteredActionListLoaders.js +0 -178
- package/lib-esm/FilteredActionList/FilteredActionListLoaders.module.css.js +0 -5
- package/lib-esm/FilteredActionList/types.d.ts +0 -159
- package/lib-esm/FilteredActionList/useAnnouncements.js +0 -203
- package/lib-esm/Flash/Flash.d.ts +0 -11
- package/lib-esm/Flash/Flash.js +0 -78
- package/lib-esm/FormControl/FormControl.d.ts +0 -62
- package/lib-esm/FormControl/FormControl.js +0 -214
- package/lib-esm/FormControl/FormControlCaption.d.ts +0 -9
- package/lib-esm/FormControl/FormControlCaption.js +0 -53
- package/lib-esm/FormControl/FormControlLabel.d.ts +0 -18
- package/lib-esm/FormControl/FormControlLabel.js +0 -118
- package/lib-esm/FormControl/FormControlLeadingVisual.d.ts +0 -5
- package/lib-esm/FormControl/FormControlLeadingVisual.js +0 -43
- package/lib-esm/FormControl/_FormControlContext.js +0 -56
- package/lib-esm/FormControl/_FormControlValidation.d.ts +0 -11
- package/lib-esm/FormControl/_FormControlValidation.js +0 -40
- package/lib-esm/FormControl/index.d.ts +0 -3
- package/lib-esm/Header/Header.d.ts +0 -20
- package/lib-esm/Header/Header.js +0 -174
- package/lib-esm/Heading/Heading.d.ts +0 -11
- package/lib-esm/Heading/Heading.js +0 -51
- package/lib-esm/InlineMessage/InlineMessage.d.ts +0 -16
- package/lib-esm/InlineMessage/InlineMessage.js +0 -115
- package/lib-esm/KeybindingHint/components/Chord.js +0 -124
- package/lib-esm/Label/Label.d.ts +0 -14
- package/lib-esm/Label/Label.js +0 -100
- package/lib-esm/Label/index.d.ts +0 -5
- package/lib-esm/LabelGroup/LabelGroup.d.ts +0 -14
- package/lib-esm/LabelGroup/LabelGroup.js +0 -360
- package/lib-esm/Link/Link-948b910e.css +0 -2
- package/lib-esm/Link/Link-948b910e.css.map +0 -1
- package/lib-esm/Link/Link.d.ts +0 -15
- package/lib-esm/Link/Link.js +0 -60
- package/lib-esm/Link/Link.module.css.js +0 -5
- package/lib-esm/NavList/NavList.d.ts +0 -54
- package/lib-esm/NavList/NavList.js +0 -744
- package/lib-esm/Octicon/Octicon.d.ts +0 -17
- package/lib-esm/Octicon/Octicon.js +0 -59
- package/lib-esm/Overlay/Overlay.d.ts +0 -94
- package/lib-esm/Overlay/Overlay.js +0 -339
- package/lib-esm/PageHeader/PageHeader.d.ts +0 -50
- package/lib-esm/PageHeader/PageHeader.js +0 -1017
- package/lib-esm/PageLayout/PageLayout-8a294e74.css +0 -2
- package/lib-esm/PageLayout/PageLayout-8a294e74.css.map +0 -1
- package/lib-esm/PageLayout/PageLayout.d.ts +0 -231
- package/lib-esm/PageLayout/PageLayout.js +0 -1246
- package/lib-esm/PageLayout/PageLayout.module.css.js +0 -5
- package/lib-esm/Pagehead/Pagehead.d.ts +0 -11
- package/lib-esm/Pagehead/Pagehead.js +0 -17
- package/lib-esm/Pagination/Pagination-e98833e8.css +0 -2
- package/lib-esm/Pagination/Pagination-e98833e8.css.map +0 -1
- package/lib-esm/Pagination/Pagination.d.ts +0 -24
- package/lib-esm/Pagination/Pagination.js +0 -109
- package/lib-esm/Pagination/Pagination.module.css.js +0 -5
- package/lib-esm/PointerBox/PointerBox.d.ts +0 -20
- package/lib-esm/PointerBox/PointerBox.js +0 -61
- package/lib-esm/PointerBox/index.d.ts +0 -3
- package/lib-esm/Popover/Popover-b609f443.css +0 -2
- package/lib-esm/Popover/Popover-b609f443.css.map +0 -1
- package/lib-esm/Popover/Popover.d.ts +0 -29
- package/lib-esm/Popover/Popover.js +0 -134
- package/lib-esm/Popover/Popover.module.css.js +0 -5
- package/lib-esm/Portal/Portal.d.ts +0 -26
- package/lib-esm/Portal/Portal.js +0 -84
- package/lib-esm/Portal/index.d.ts +0 -6
- package/lib-esm/Portal/index.js +0 -6
- package/lib-esm/ProgressBar/ProgressBar-a0957632.css +0 -2
- package/lib-esm/ProgressBar/ProgressBar-a0957632.css.map +0 -1
- package/lib-esm/ProgressBar/ProgressBar.d.ts +0 -35
- package/lib-esm/ProgressBar/ProgressBar.js +0 -263
- package/lib-esm/ProgressBar/ProgressBar.module.css.js +0 -5
- package/lib-esm/ProgressBar/index.d.ts +0 -26
- package/lib-esm/Radio/Radio.d.ts +0 -36
- package/lib-esm/Radio/Radio.js +0 -119
- package/lib-esm/RadioGroup/RadioGroup.d.ts +0 -30
- package/lib-esm/RadioGroup/RadioGroup.js +0 -121
- package/lib-esm/RadioGroup/index.d.ts +0 -2
- package/lib-esm/RelativeTime/RelativeTime.d.ts +0 -9
- package/lib-esm/ScrollableRegion/ScrollableRegion.d.ts +0 -13
- package/lib-esm/ScrollableRegion/ScrollableRegion.js +0 -76
- package/lib-esm/SegmentedControl/SegmentedControl-459caec8.css +0 -2
- package/lib-esm/SegmentedControl/SegmentedControl-459caec8.css.map +0 -1
- package/lib-esm/SegmentedControl/SegmentedControl.d.ts +0 -26
- package/lib-esm/SegmentedControl/SegmentedControl.js +0 -245
- package/lib-esm/SegmentedControl/SegmentedControl.module.css.js +0 -5
- package/lib-esm/SegmentedControl/SegmentedControlButton.d.ts +0 -17
- package/lib-esm/SegmentedControl/SegmentedControlButton.js +0 -149
- package/lib-esm/SegmentedControl/SegmentedControlIconButton.d.ts +0 -21
- package/lib-esm/SegmentedControl/SegmentedControlIconButton.js +0 -231
- package/lib-esm/SegmentedControl/index.d.ts +0 -2
- package/lib-esm/Select/Select.d.ts +0 -14
- package/lib-esm/Select/Select.js +0 -251
- package/lib-esm/SelectPanel/SelectPanel-06900070.css +0 -2
- package/lib-esm/SelectPanel/SelectPanel-06900070.css.map +0 -1
- package/lib-esm/SelectPanel/SelectPanel.d.ts +0 -87
- package/lib-esm/SelectPanel/SelectPanel.js +0 -756
- package/lib-esm/SelectPanel/SelectPanel.module.css.js +0 -5
- package/lib-esm/SideNav.d.ts +0 -35
- package/lib-esm/SideNav.js +0 -59
- package/lib-esm/Skeleton/SkeletonBox.js +0 -79
- package/lib-esm/SkeletonAvatar/SkeletonAvatar.js +0 -124
- package/lib-esm/Spinner/Spinner.d.ts +0 -24
- package/lib-esm/Spinner/Spinner.js +0 -172
- package/lib-esm/SplitPageLayout/SplitPageLayout.d.ts +0 -22
- package/lib-esm/Stack/Stack.js +0 -231
- package/lib-esm/StateLabel/StateLabel.d.ts +0 -25
- package/lib-esm/StateLabel/StateLabel.js +0 -196
- package/lib-esm/SubNav/SubNav.d.ts +0 -19
- package/lib-esm/SubNav/SubNav.js +0 -201
- package/lib-esm/TabNav/TabNav.d.ts +0 -29
- package/lib-esm/TabNav/TabNav.js +0 -210
- package/lib-esm/Text/Text.d.ts +0 -13
- package/lib-esm/Text/Text.js +0 -71
- package/lib-esm/TextInput/TextInput.d.ts +0 -43
- package/lib-esm/TextInput/TextInput.js +0 -119
- package/lib-esm/TextInput/index.d.ts +0 -3
- package/lib-esm/TextInputWithTokens/TextInputWithTokens-fb9b5109.css +0 -2
- package/lib-esm/TextInputWithTokens/TextInputWithTokens-fb9b5109.css.map +0 -1
- package/lib-esm/TextInputWithTokens/TextInputWithTokens.d.ts +0 -86
- package/lib-esm/TextInputWithTokens/TextInputWithTokens.js +0 -627
- package/lib-esm/TextInputWithTokens/TextInputWithTokens.module.css.js +0 -5
- package/lib-esm/Textarea/Textarea.d.ts +0 -89
- package/lib-esm/Textarea/Textarea.js +0 -155
- package/lib-esm/ThemeProvider.d.ts +0 -30
- package/lib-esm/ThemeProvider.js +0 -219
- package/lib-esm/Timeline/Timeline.d.ts +0 -51
- package/lib-esm/Timeline/Timeline.js +0 -240
- package/lib-esm/ToggleSwitch/ToggleSwitch.d.ts +0 -43
- package/lib-esm/ToggleSwitch/ToggleSwitch.js +0 -543
- package/lib-esm/Token/AvatarToken-ff45cc85.css +0 -2
- package/lib-esm/Token/AvatarToken-ff45cc85.css.map +0 -1
- package/lib-esm/Token/AvatarToken.d.ts +0 -8
- package/lib-esm/Token/AvatarToken.js +0 -97
- package/lib-esm/Token/AvatarToken.module.css.js +0 -5
- package/lib-esm/Token/IssueLabelToken-99c9b914.css +0 -2
- package/lib-esm/Token/IssueLabelToken-99c9b914.css.map +0 -1
- package/lib-esm/Token/IssueLabelToken.js +0 -139
- package/lib-esm/Token/IssueLabelToken.module.css.js +0 -5
- package/lib-esm/Token/Token.d.ts +0 -13
- package/lib-esm/Token/TokenBase-0386597b.css +0 -2
- package/lib-esm/Token/TokenBase-0386597b.css.map +0 -1
- package/lib-esm/Token/TokenBase.d.ts +0 -42
- package/lib-esm/Token/TokenBase.js +0 -143
- package/lib-esm/Token/TokenBase.module.css.js +0 -5
- package/lib-esm/Token/_RemoveTokenButton-d7f5985b.css +0 -2
- package/lib-esm/Token/_RemoveTokenButton-d7f5985b.css.map +0 -1
- package/lib-esm/Token/_RemoveTokenButton.d.ts +0 -14
- package/lib-esm/Token/_RemoveTokenButton.js +0 -37
- package/lib-esm/Token/_RemoveTokenButton.module.css.js +0 -5
- package/lib-esm/Token/_TokenTextContainer.d.ts +0 -5
- package/lib-esm/Token/_TokenTextContainer.js +0 -47
- package/lib-esm/Token/index.d.ts +0 -7
- package/lib-esm/Tooltip/Tooltip.d.ts +0 -27
- package/lib-esm/Tooltip/Tooltip.js +0 -136
- package/lib-esm/TooltipV2/Tooltip.d.ts +0 -22
- package/lib-esm/TooltipV2/Tooltip.js +0 -294
- package/lib-esm/TreeView/TreeView-cd08cabc.css +0 -2
- package/lib-esm/TreeView/TreeView-cd08cabc.css.map +0 -1
- package/lib-esm/TreeView/TreeView.d.ts +0 -55
- package/lib-esm/TreeView/TreeView.js +0 -1160
- package/lib-esm/TreeView/TreeView.module.css.js +0 -5
- package/lib-esm/TreeView/shared.js +0 -13
- package/lib-esm/Truncate/Truncate.d.ts +0 -13
- package/lib-esm/Truncate/Truncate.js +0 -39
- package/lib-esm/UnderlineNav/UnderlineNav.d.ts +0 -25
- package/lib-esm/UnderlineNav/UnderlineNav.js +0 -364
- package/lib-esm/UnderlineNav/UnderlineNavContext.d.ts +0 -16
- package/lib-esm/UnderlineNav/UnderlineNavContext.js +0 -11
- package/lib-esm/UnderlineNav/UnderlineNavItem.d.ts +0 -43
- package/lib-esm/UnderlineNav/UnderlineNavItem.js +0 -181
- package/lib-esm/UnderlineNav/styles.d.ts +0 -38
- package/lib-esm/UnderlineNav/styles.js +0 -74
- package/lib-esm/VisuallyHidden/VisuallyHidden.d.ts +0 -18
- package/lib-esm/VisuallyHidden/VisuallyHidden.js +0 -53
- package/lib-esm/_VisuallyHidden.d.ts +0 -8
- package/lib-esm/_VisuallyHidden.js +0 -67
- package/lib-esm/constants.d.ts +0 -15
- package/lib-esm/constants.js +0 -28
- package/lib-esm/deprecated/ActionList/Divider.d.ts +0 -9
- package/lib-esm/deprecated/ActionList/Divider.js +0 -34
- package/lib-esm/deprecated/ActionList/Group.d.ts +0 -29
- package/lib-esm/deprecated/ActionList/Group.js +0 -61
- package/lib-esm/deprecated/ActionList/Header.d.ts +0 -30
- package/lib-esm/deprecated/ActionList/Header.js +0 -76
- package/lib-esm/deprecated/ActionList/Item.d.ts +0 -98
- package/lib-esm/deprecated/ActionList/Item.js +0 -449
- package/lib-esm/deprecated/ActionList/List.d.ts +0 -94
- package/lib-esm/deprecated/ActionList/List.js +0 -221
- package/lib-esm/deprecated/ActionMenu.js +0 -199
- package/lib-esm/deprecated/AvatarPair/AvatarPair-68990abe.css +0 -2
- package/lib-esm/deprecated/AvatarPair/AvatarPair-68990abe.css.map +0 -1
- package/lib-esm/deprecated/AvatarPair/AvatarPair.d.ts +0 -14
- package/lib-esm/deprecated/AvatarPair/AvatarPair.js +0 -89
- package/lib-esm/deprecated/AvatarPair/AvatarPair.module.css.js +0 -5
- package/lib-esm/deprecated/AvatarPair/index.d.ts +0 -3
- package/lib-esm/deprecated/FilteredSearch/FilteredSearch.d.ts +0 -10
- package/lib-esm/deprecated/FilteredSearch/FilteredSearch.js +0 -14
- package/lib-esm/deprecated/UnderlineNav/UnderlineNav.d.ts +0 -26
- package/lib-esm/deprecated/UnderlineNav/UnderlineNav.js +0 -125
- package/lib-esm/deprecated/index.d.ts +0 -28
- package/lib-esm/deprecated/index.js +0 -11
- package/lib-esm/experimental/IssueLabel/IssueLabel-6581d1bd.css +0 -2
- package/lib-esm/experimental/IssueLabel/IssueLabel-6581d1bd.css.map +0 -1
- package/lib-esm/experimental/IssueLabel/IssueLabel.js +0 -178
- package/lib-esm/experimental/IssueLabel/IssueLabel.module.css.js +0 -5
- package/lib-esm/experimental/IssueLabel/getColorFromHex.d.ts +0 -10
- package/lib-esm/experimental/IssueLabel/getColorFromHex.js +0 -153
- package/lib-esm/experimental/SelectPanel2/SelectPanel.d.ts +0 -76
- package/lib-esm/experimental/SelectPanel2/SelectPanel.js +0 -965
- package/lib-esm/experimental/UnderlinePanels/UnderlinePanels.d.ts +0 -55
- package/lib-esm/experimental/UnderlinePanels/UnderlinePanels.js +0 -201
- package/lib-esm/experimental/index.d.ts +0 -49
- package/lib-esm/experimental/index.js +0 -32
- package/lib-esm/hooks/useMenuKeyboardNavigation.js +0 -159
- package/lib-esm/hooks/useMnemonics.d.ts +0 -5
- package/lib-esm/hooks/useMnemonics.js +0 -113
- package/lib-esm/hooks/useOpenAndCloseFocus.js +0 -53
- package/lib-esm/hooks/useOverflow.js +0 -43
- package/lib-esm/hooks/useScrollFlash.js +0 -24
- package/lib-esm/hooks/useSlots.js +0 -71
- package/lib-esm/hooks/useSyncedState.js +0 -41
- package/lib-esm/index.d.ts +0 -148
- package/lib-esm/index.js +0 -90
- package/lib-esm/internal/components/BoxWithFallback.d.ts +0 -6
- package/lib-esm/internal/components/BoxWithFallback.js +0 -65
- package/lib-esm/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.d.ts +0 -35
- package/lib-esm/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.js +0 -101
- package/lib-esm/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupCaption.d.ts +0 -8
- package/lib-esm/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupCaption.js +0 -25
- package/lib-esm/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.d.ts +0 -13
- package/lib-esm/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupLabel.js +0 -39
- package/lib-esm/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupValidation.d.ts +0 -10
- package/lib-esm/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupValidation.js +0 -23
- package/lib-esm/internal/components/ConditionalWrapper.d.ts +0 -6
- package/lib-esm/internal/components/ConditionalWrapper.js +0 -50
- package/lib-esm/internal/components/InputLabel.d.ts +0 -23
- package/lib-esm/internal/components/InputLabel.js +0 -123
- package/lib-esm/internal/components/InputValidation-057236a4.css +0 -2
- package/lib-esm/internal/components/InputValidation-057236a4.css.map +0 -1
- package/lib-esm/internal/components/InputValidation.d.ts +0 -11
- package/lib-esm/internal/components/InputValidation.js +0 -91
- package/lib-esm/internal/components/InputValidation.module.css.js +0 -5
- package/lib-esm/internal/components/LiveRegion.js +0 -132
- package/lib-esm/internal/components/TextInputInnerAction.d.ts +0 -21
- package/lib-esm/internal/components/TextInputInnerAction.js +0 -189
- package/lib-esm/internal/components/TextInputInnerVisualSlot.js +0 -96
- package/lib-esm/internal/components/TextInputWrapper.d.ts +0 -59
- package/lib-esm/internal/components/TextInputWrapper.js +0 -202
- package/lib-esm/internal/components/UnderlineTabbedInterface.d.ts +0 -28
- package/lib-esm/internal/components/UnderlineTabbedInterface.js +0 -216
- package/lib-esm/internal/components/UnstyledTextInput.d.ts +0 -5
- package/lib-esm/internal/components/UnstyledTextInput.js +0 -51
- package/lib-esm/internal/components/ValidationAnimationContainer.js +0 -72
- package/lib-esm/internal/utils/getGlobalFocusStyles.d.ts +0 -4
- package/lib-esm/internal/utils/getGlobalFocusStyles.js +0 -7
- package/lib-esm/internal/utils/sharedCheckboxAndRadioStyles.d.ts +0 -2
- package/lib-esm/live-region/Announce.d.ts +0 -32
- package/lib-esm/live-region/Announce.js +0 -181
- package/lib-esm/live-region/AriaAlert.d.ts +0 -22
- package/lib-esm/live-region/AriaAlert.js +0 -44
- package/lib-esm/live-region/AriaStatus.d.ts +0 -26
- package/lib-esm/live-region/AriaStatus.js +0 -44
- package/lib-esm/sx.d.ts +0 -26
- package/lib-esm/sx.js +0 -8
- package/lib-esm/utils/create-component.d.ts +0 -7
- package/lib-esm/utils/create-component.js +0 -22
- package/lib-esm/utils/defaultSxProp.d.ts +0 -3
- package/lib-esm/utils/defaultSxProp.js +0 -3
- package/lib-esm/utils/includeSystemProps.d.ts +0 -7
- package/lib-esm/utils/includeSystemProps.js +0 -14
- package/lib-esm/utils/layout.d.ts +0 -21
- package/lib-esm/utils/polymorphic.d.ts +0 -38
- package/lib-esm/utils/types/index.d.ts +0 -6
- /package/{lib-esm → dist}/ActionBar/disabled.ActionBar.Figma.d.ts +0 -0
- /package/{lib → dist}/ActionBar/disabled.ActionBar.Figma.d.ts.map +0 -0
- /package/{lib-esm → dist}/ActionList/ActionList-167cf6c7.css +0 -0
- /package/{lib-esm → dist}/ActionList/ActionList-167cf6c7.css.map +0 -0
- /package/{lib-esm → dist}/ActionList/ActionList.module.css.js +0 -0
- /package/{lib-esm → dist}/ActionList/ActionListContainerContext.d.ts +0 -0
- /package/{lib → dist}/ActionList/ActionListContainerContext.d.ts.map +0 -0
- /package/{lib-esm → dist}/ActionList/ActionListContainerContext.js +0 -0
- /package/{lib-esm → dist}/ActionList/Group-2c8b5711.css +0 -0
- /package/{lib-esm → dist}/ActionList/Group-2c8b5711.css.map +0 -0
- /package/{lib-esm → dist}/ActionList/Group.module.css.js +0 -0
- /package/{lib-esm → dist}/ActionList/Heading-b9360636.css +0 -0
- /package/{lib-esm → dist}/ActionList/Heading-b9360636.css.map +0 -0
- /package/{lib-esm → dist}/ActionList/Heading.module.css.js +0 -0
- /package/{lib-esm → dist}/ActionList/Selection.d.ts +0 -0
- /package/{lib → dist}/ActionList/Selection.d.ts.map +0 -0
- /package/{lib-esm → dist}/ActionList/index.js +0 -0
- /package/{lib-esm → dist}/ActionMenu/index.d.ts +0 -0
- /package/{lib → dist}/ActionMenu/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/AnchoredOverlay/AnchoredOverlay-73c1b2d1.css +0 -0
- /package/{lib-esm → dist}/AnchoredOverlay/AnchoredOverlay-73c1b2d1.css.map +0 -0
- /package/{lib-esm → dist}/AnchoredOverlay/AnchoredOverlay.js +0 -0
- /package/{lib-esm → dist}/AnchoredOverlay/AnchoredOverlay.module.css.js +0 -0
- /package/{lib-esm → dist}/AnchoredOverlay/index.d.ts +0 -0
- /package/{lib → dist}/AnchoredOverlay/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteContext.d.ts +0 -0
- /package/{lib → dist}/Autocomplete/AutocompleteContext.d.ts.map +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteContext.js +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteInput.d.ts +0 -0
- /package/{lib → dist}/Autocomplete/AutocompleteInput.d.ts.map +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteMenu-7f135c03.css +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteMenu-7f135c03.css.map +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteMenu.module.css.js +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteOverlay-d99d778c.css +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteOverlay-d99d778c.css.map +0 -0
- /package/{lib-esm → dist}/Autocomplete/AutocompleteOverlay.module.css.js +0 -0
- /package/{lib-esm → dist}/Autocomplete/index.d.ts +0 -0
- /package/{lib → dist}/Autocomplete/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Avatar/Avatar-61b19061.css +0 -0
- /package/{lib-esm → dist}/Avatar/Avatar-61b19061.css.map +0 -0
- /package/{lib-esm → dist}/Avatar/Avatar.module.css.js +0 -0
- /package/{lib-esm → dist}/Avatar/index.d.ts +0 -0
- /package/{lib → dist}/Avatar/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Avatar/storyHelpers.d.ts +0 -0
- /package/{lib → dist}/Avatar/storyHelpers.d.ts.map +0 -0
- /package/{lib-esm → dist}/AvatarStack/AvatarStack-802bdd7c.css +0 -0
- /package/{lib-esm → dist}/AvatarStack/AvatarStack-802bdd7c.css.map +0 -0
- /package/{lib-esm → dist}/AvatarStack/AvatarStack.module.css.js +0 -0
- /package/{lib-esm → dist}/AvatarStack/index.d.ts +0 -0
- /package/{lib → dist}/AvatarStack/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Banner/index.js +0 -0
- /package/{lib-esm → dist}/BaseStyles-79fd37c4.css +0 -0
- /package/{lib-esm → dist}/BaseStyles-79fd37c4.css.map +0 -0
- /package/{lib-esm → dist}/BaseStyles.module.css.js +0 -0
- /package/{lib-esm → dist}/Blankslate/Blankslate-2be5efdc.css +0 -0
- /package/{lib-esm → dist}/Blankslate/Blankslate-2be5efdc.css.map +0 -0
- /package/{lib-esm → dist}/Blankslate/Blankslate.d.ts +0 -0
- /package/{lib → dist}/Blankslate/Blankslate.d.ts.map +0 -0
- /package/{lib-esm → dist}/Blankslate/Blankslate.module.css.js +0 -0
- /package/{lib-esm → dist}/Blankslate/BlankslateContext.d.ts +0 -0
- /package/{lib → dist}/Blankslate/BlankslateContext.d.ts.map +0 -0
- /package/{lib-esm → dist}/Blankslate/BlankslateContext.js +0 -0
- /package/{lib-esm → dist}/Blankslate/index.d.ts +0 -0
- /package/{lib → dist}/Blankslate/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Blankslate/index.js +0 -0
- /package/{lib-esm → dist}/BranchName/BranchName-2fad4f4b.css +0 -0
- /package/{lib-esm → dist}/BranchName/BranchName-2fad4f4b.css.map +0 -0
- /package/{lib-esm → dist}/BranchName/BranchName.module.css.js +0 -0
- /package/{lib-esm → dist}/BranchName/index.d.ts +0 -0
- /package/{lib → dist}/BranchName/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Breadcrumbs/index.d.ts +0 -0
- /package/{lib → dist}/Breadcrumbs/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Button/ButtonBase.d.ts +0 -0
- /package/{lib-esm → dist}/Button/IconButton.d.ts +0 -0
- /package/{lib-esm → dist}/ButtonGroup/ButtonGroup-10292330.css +0 -0
- /package/{lib-esm → dist}/ButtonGroup/ButtonGroup-10292330.css.map +0 -0
- /package/{lib-esm → dist}/ButtonGroup/ButtonGroup.module.css.js +0 -0
- /package/{lib-esm → dist}/ButtonGroup/index.d.ts +0 -0
- /package/{lib → dist}/ButtonGroup/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Checkbox/index.d.ts +0 -0
- /package/{lib → dist}/Checkbox/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Checkbox/shared-edc41e16.css +0 -0
- /package/{lib-esm → dist}/Checkbox/shared-edc41e16.css.map +0 -0
- /package/{lib-esm → dist}/Checkbox/shared.module.css.js +0 -0
- /package/{lib-esm → dist}/CheckboxGroup/CheckboxGroupContext.d.ts +0 -0
- /package/{lib → dist}/CheckboxGroup/CheckboxGroupContext.d.ts.map +0 -0
- /package/{lib-esm → dist}/CheckboxGroup/CheckboxGroupContext.js +0 -0
- /package/{lib-esm → dist}/CircleBadge/index.d.ts +0 -0
- /package/{lib → dist}/CircleBadge/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/CounterLabel/CounterLabel-44fb5d16.css +0 -0
- /package/{lib-esm → dist}/CounterLabel/CounterLabel-44fb5d16.css.map +0 -0
- /package/{lib-esm → dist}/CounterLabel/CounterLabel.module.css.js +0 -0
- /package/{lib-esm → dist}/CounterLabel/index.d.ts +0 -0
- /package/{lib → dist}/CounterLabel/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/DataTable.d.ts +0 -0
- /package/{lib → dist}/DataTable/DataTable.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/DataTable.js +0 -0
- /package/{lib-esm → dist}/DataTable/ErrorDialog.d.ts +0 -0
- /package/{lib → dist}/DataTable/ErrorDialog.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/ErrorDialog.js +0 -0
- /package/{lib-esm → dist}/DataTable/Pagination-b6f8418c.css +0 -0
- /package/{lib-esm → dist}/DataTable/Pagination-b6f8418c.css.map +0 -0
- /package/{lib-esm → dist}/DataTable/Pagination.d.ts +0 -0
- /package/{lib → dist}/DataTable/Pagination.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/Pagination.js +0 -0
- /package/{lib-esm → dist}/DataTable/Pagination.module.css.js +0 -0
- /package/{lib-esm → dist}/DataTable/__tests__/sorting.test.d.ts +0 -0
- /package/{lib → dist}/DataTable/__tests__/sorting.test.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/column.d.ts +0 -0
- /package/{lib → dist}/DataTable/column.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/column.js +0 -0
- /package/{lib-esm → dist}/DataTable/index.d.ts +0 -0
- /package/{lib → dist}/DataTable/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/index.js +0 -0
- /package/{lib-esm → dist}/DataTable/row.d.ts +0 -0
- /package/{lib → dist}/DataTable/row.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/sorting.d.ts +0 -0
- /package/{lib → dist}/DataTable/sorting.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/sorting.js +0 -0
- /package/{lib-esm → dist}/DataTable/storyHelpers.d.ts +0 -0
- /package/{lib → dist}/DataTable/storyHelpers.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/storybook/data.d.ts +0 -0
- /package/{lib → dist}/DataTable/storybook/data.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/useTable.d.ts +0 -0
- /package/{lib → dist}/DataTable/useTable.d.ts.map +0 -0
- /package/{lib-esm → dist}/DataTable/utils.d.ts +0 -0
- /package/{lib → dist}/DataTable/utils.d.ts.map +0 -0
- /package/{lib-esm → dist}/Details/Details-8093044f.css +0 -0
- /package/{lib-esm → dist}/Details/Details-8093044f.css.map +0 -0
- /package/{lib-esm → dist}/Details/Details.module.css.js +0 -0
- /package/{lib-esm → dist}/Details/index.d.ts +0 -0
- /package/{lib → dist}/Details/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/FeatureFlags/DefaultFeatureFlags.d.ts +0 -0
- /package/{lib-esm → dist}/FeatureFlags/FeatureFlagContext.d.ts +0 -0
- /package/{lib → dist}/FeatureFlags/FeatureFlagContext.d.ts.map +0 -0
- /package/{lib-esm → dist}/FeatureFlags/FeatureFlagContext.js +0 -0
- /package/{lib-esm → dist}/FeatureFlags/FeatureFlagScope.d.ts +0 -0
- /package/{lib → dist}/FeatureFlags/FeatureFlagScope.d.ts.map +0 -0
- /package/{lib-esm → dist}/FeatureFlags/FeatureFlagScope.js +0 -0
- /package/{lib-esm → dist}/FeatureFlags/FeatureFlags.d.ts +0 -0
- /package/{lib → dist}/FeatureFlags/FeatureFlags.d.ts.map +0 -0
- /package/{lib-esm → dist}/FeatureFlags/index.d.ts +0 -0
- /package/{lib → dist}/FeatureFlags/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/FeatureFlags/useFeatureFlag.d.ts +0 -0
- /package/{lib → dist}/FeatureFlags/useFeatureFlag.d.ts.map +0 -0
- /package/{lib-esm → dist}/FeatureFlags/useFeatureFlag.js +0 -0
- /package/{lib-esm → dist}/FilteredActionList/FilteredActionListLoaders.d.ts +0 -0
- /package/{lib-esm → dist}/FilteredActionList/index.d.ts +0 -0
- /package/{lib → dist}/FilteredActionList/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/FilteredActionList/useAnnouncements.d.ts +0 -0
- /package/{lib → dist}/FilteredActionList/useAnnouncements.d.ts.map +0 -0
- /package/{lib-esm → dist}/Flash/Flash-a3596568.css +0 -0
- /package/{lib-esm → dist}/Flash/Flash-a3596568.css.map +0 -0
- /package/{lib-esm → dist}/Flash/Flash.module.css.js +0 -0
- /package/{lib-esm → dist}/Flash/index.d.ts +0 -0
- /package/{lib → dist}/Flash/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/FormControl/FormControl-fa33984d.css +0 -0
- /package/{lib-esm → dist}/FormControl/FormControl-fa33984d.css.map +0 -0
- /package/{lib-esm → dist}/FormControl/FormControl.module.css.js +0 -0
- /package/{lib-esm → dist}/FormControl/FormControlCaption-f58db5f7.css +0 -0
- /package/{lib-esm → dist}/FormControl/FormControlCaption-f58db5f7.css.map +0 -0
- /package/{lib-esm → dist}/FormControl/FormControlCaption.module.css.js +0 -0
- /package/{lib-esm → dist}/FormControl/_FormControlContext.d.ts +0 -0
- /package/{lib → dist}/FormControl/_FormControlContext.d.ts.map +0 -0
- /package/{lib-esm → dist}/Header/Header-aff64597.css +0 -0
- /package/{lib-esm → dist}/Header/Header-aff64597.css.map +0 -0
- /package/{lib-esm → dist}/Header/Header.module.css.js +0 -0
- /package/{lib-esm → dist}/Header/index.d.ts +0 -0
- /package/{lib → dist}/Header/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Heading/Heading-26b4879b.css +0 -0
- /package/{lib-esm → dist}/Heading/Heading-26b4879b.css.map +0 -0
- /package/{lib-esm → dist}/Heading/Heading.module.css.js +0 -0
- /package/{lib-esm → dist}/Heading/index.d.ts +0 -0
- /package/{lib → dist}/Heading/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Hidden/Hidden-b3896306.css +0 -0
- /package/{lib-esm → dist}/Hidden/Hidden-b3896306.css.map +0 -0
- /package/{lib-esm → dist}/Hidden/Hidden.d.ts +0 -0
- /package/{lib → dist}/Hidden/Hidden.d.ts.map +0 -0
- /package/{lib-esm → dist}/Hidden/Hidden.js +0 -0
- /package/{lib-esm → dist}/Hidden/Hidden.module.css.js +0 -0
- /package/{lib-esm → dist}/Hidden/index.d.ts +0 -0
- /package/{lib → dist}/Hidden/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/InlineMessage/InlineMessage-80d97643.css +0 -0
- /package/{lib-esm → dist}/InlineMessage/InlineMessage-80d97643.css.map +0 -0
- /package/{lib-esm → dist}/InlineMessage/InlineMessage.module.css.js +0 -0
- /package/{lib-esm → dist}/InlineMessage/index.d.ts +0 -0
- /package/{lib → dist}/InlineMessage/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/KeybindingHint/KeybindingHint-0856c11b.css +0 -0
- /package/{lib-esm → dist}/KeybindingHint/KeybindingHint-0856c11b.css.map +0 -0
- /package/{lib-esm → dist}/KeybindingHint/KeybindingHint.d.ts +0 -0
- /package/{lib → dist}/KeybindingHint/KeybindingHint.d.ts.map +0 -0
- /package/{lib-esm → dist}/KeybindingHint/KeybindingHint.js +0 -0
- /package/{lib-esm → dist}/KeybindingHint/KeybindingHint.module.css.js +0 -0
- /package/{lib-esm → dist}/KeybindingHint/components/Chord.d.ts +0 -0
- /package/{lib-esm → dist}/KeybindingHint/components/Key.d.ts +0 -0
- /package/{lib → dist}/KeybindingHint/components/Key.d.ts.map +0 -0
- /package/{lib-esm → dist}/KeybindingHint/components/Key.js +0 -0
- /package/{lib-esm → dist}/KeybindingHint/components/Sequence.d.ts +0 -0
- /package/{lib → dist}/KeybindingHint/components/Sequence.d.ts.map +0 -0
- /package/{lib-esm → dist}/KeybindingHint/components/Sequence.js +0 -0
- /package/{lib-esm → dist}/KeybindingHint/index.d.ts +0 -0
- /package/{lib → dist}/KeybindingHint/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/KeybindingHint/key-names.d.ts +0 -0
- /package/{lib → dist}/KeybindingHint/key-names.d.ts.map +0 -0
- /package/{lib-esm → dist}/KeybindingHint/key-names.js +0 -0
- /package/{lib-esm → dist}/KeybindingHint/props.d.ts +0 -0
- /package/{lib → dist}/KeybindingHint/props.d.ts.map +0 -0
- /package/{lib-esm → dist}/Label/Label-7904957c.css +0 -0
- /package/{lib-esm → dist}/Label/Label-7904957c.css.map +0 -0
- /package/{lib-esm → dist}/Label/Label.module.css.js +0 -0
- /package/{lib-esm → dist}/Label/index.js +0 -0
- /package/{lib-esm → dist}/LabelGroup/index.d.ts +0 -0
- /package/{lib → dist}/LabelGroup/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Link/index.d.ts +0 -0
- /package/{lib → dist}/Link/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/NavList/index.d.ts +0 -0
- /package/{lib → dist}/NavList/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Octicon/index.d.ts +0 -0
- /package/{lib → dist}/Octicon/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Overlay/Overlay-40e80d0e.css +0 -0
- /package/{lib-esm → dist}/Overlay/Overlay-40e80d0e.css.map +0 -0
- /package/{lib-esm → dist}/Overlay/Overlay.module.css.js +0 -0
- /package/{lib-esm → dist}/Overlay/index.d.ts +0 -0
- /package/{lib → dist}/Overlay/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/PageHeader/PageHeader-4e1d8fee.css +0 -0
- /package/{lib-esm → dist}/PageHeader/PageHeader-4e1d8fee.css.map +0 -0
- /package/{lib-esm → dist}/PageHeader/PageHeader.module.css.js +0 -0
- /package/{lib-esm → dist}/PageHeader/index.d.ts +0 -0
- /package/{lib → dist}/PageHeader/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/PageLayout/index.d.ts +0 -0
- /package/{lib → dist}/PageLayout/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Pagehead/Pagehead-0744ffce.css +0 -0
- /package/{lib-esm → dist}/Pagehead/Pagehead-0744ffce.css.map +0 -0
- /package/{lib-esm → dist}/Pagehead/Pagehead.module.css.js +0 -0
- /package/{lib-esm → dist}/Pagehead/index.d.ts +0 -0
- /package/{lib → dist}/Pagehead/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Pagination/index.d.ts +0 -0
- /package/{lib → dist}/Pagination/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Pagination/index.js +0 -0
- /package/{lib-esm → dist}/Pagination/mocks/ReactRouterLink.d.ts +0 -0
- /package/{lib → dist}/Pagination/mocks/ReactRouterLink.d.ts.map +0 -0
- /package/{lib-esm → dist}/Pagination/model.d.ts +0 -0
- /package/{lib → dist}/Pagination/model.d.ts.map +0 -0
- /package/{lib-esm → dist}/Pagination/model.js +0 -0
- /package/{lib-esm → dist}/Placeholder.d.ts +0 -0
- /package/{lib-esm → dist}/Popover/index.d.ts +0 -0
- /package/{lib → dist}/Popover/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/ProgressBar/index.js +0 -0
- /package/{lib-esm → dist}/Radio/Radio-df9a5c02.css +0 -0
- /package/{lib-esm → dist}/Radio/Radio-df9a5c02.css.map +0 -0
- /package/{lib-esm → dist}/Radio/Radio.module.css.js +0 -0
- /package/{lib-esm → dist}/Radio/index.d.ts +0 -0
- /package/{lib → dist}/Radio/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/RelativeTime/RelativeTime.js +0 -0
- /package/{lib-esm → dist}/RelativeTime/index.d.ts +0 -0
- /package/{lib → dist}/RelativeTime/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/ScrollableRegion/index.d.ts +0 -0
- /package/{lib → dist}/ScrollableRegion/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Select/Select-ab428dc7.css +0 -0
- /package/{lib-esm → dist}/Select/Select-ab428dc7.css.map +0 -0
- /package/{lib-esm → dist}/Select/Select.module.css.js +0 -0
- /package/{lib-esm → dist}/Select/index.d.ts +0 -0
- /package/{lib → dist}/Select/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/SelectPanel/SelectPanelMessage.d.ts +0 -0
- /package/{lib → dist}/SelectPanel/SelectPanelMessage.d.ts.map +0 -0
- /package/{lib-esm → dist}/SelectPanel/SelectPanelMessage.js +0 -0
- /package/{lib-esm → dist}/SelectPanel/index.d.ts +0 -0
- /package/{lib → dist}/SelectPanel/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/SideNav-baa2364d.css +0 -0
- /package/{lib-esm → dist}/SideNav-baa2364d.css.map +0 -0
- /package/{lib-esm → dist}/SideNav.module.css.js +0 -0
- /package/{lib-esm → dist}/Skeleton/SkeletonBox-248bfcc3.css +0 -0
- /package/{lib-esm → dist}/Skeleton/SkeletonBox-248bfcc3.css.map +0 -0
- /package/{lib-esm → dist}/Skeleton/SkeletonBox.d.ts +0 -0
- /package/{lib-esm → dist}/Skeleton/SkeletonBox.module.css.js +0 -0
- /package/{lib-esm → dist}/Skeleton/index.d.ts +0 -0
- /package/{lib → dist}/Skeleton/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/SkeletonAvatar/SkeletonAvatar-e00fff32.css +0 -0
- /package/{lib-esm → dist}/SkeletonAvatar/SkeletonAvatar-e00fff32.css.map +0 -0
- /package/{lib-esm → dist}/SkeletonAvatar/SkeletonAvatar.d.ts +0 -0
- /package/{lib-esm → dist}/SkeletonAvatar/SkeletonAvatar.module.css.js +0 -0
- /package/{lib-esm → dist}/SkeletonAvatar/index.d.ts +0 -0
- /package/{lib → dist}/SkeletonAvatar/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/SkeletonText/SkeletonText-5cf908c1.css +0 -0
- /package/{lib-esm → dist}/SkeletonText/SkeletonText-5cf908c1.css.map +0 -0
- /package/{lib-esm → dist}/SkeletonText/SkeletonText.d.ts +0 -0
- /package/{lib → dist}/SkeletonText/SkeletonText.d.ts.map +0 -0
- /package/{lib-esm → dist}/SkeletonText/SkeletonText.js +0 -0
- /package/{lib-esm → dist}/SkeletonText/SkeletonText.module.css.js +0 -0
- /package/{lib-esm → dist}/SkeletonText/index.d.ts +0 -0
- /package/{lib → dist}/SkeletonText/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Spinner/Spinner-2dbceeca.css +0 -0
- /package/{lib-esm → dist}/Spinner/Spinner-2dbceeca.css.map +0 -0
- /package/{lib-esm → dist}/Spinner/Spinner.module.css.js +0 -0
- /package/{lib-esm → dist}/Spinner/index.d.ts +0 -0
- /package/{lib → dist}/Spinner/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/SplitPageLayout/SplitPageLayout.js +0 -0
- /package/{lib-esm → dist}/SplitPageLayout/index.d.ts +0 -0
- /package/{lib → dist}/SplitPageLayout/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Stack/Stack-9e7b935d.css +0 -0
- /package/{lib-esm → dist}/Stack/Stack-9e7b935d.css.map +0 -0
- /package/{lib-esm → dist}/Stack/Stack.d.ts +0 -0
- /package/{lib-esm → dist}/Stack/Stack.module.css.js +0 -0
- /package/{lib-esm → dist}/Stack/index.d.ts +0 -0
- /package/{lib → dist}/Stack/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Stack/index.js +0 -0
- /package/{lib-esm → dist}/StateLabel/index.d.ts +0 -0
- /package/{lib → dist}/StateLabel/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/SubNav/SubNav-88128e5c.css +0 -0
- /package/{lib-esm → dist}/SubNav/SubNav-88128e5c.css.map +0 -0
- /package/{lib-esm → dist}/SubNav/SubNav.module.css.js +0 -0
- /package/{lib-esm → dist}/SubNav/index.d.ts +0 -0
- /package/{lib → dist}/SubNav/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/TabNav/TabNav-83c6145e.css +0 -0
- /package/{lib-esm → dist}/TabNav/TabNav-83c6145e.css.map +0 -0
- /package/{lib-esm → dist}/TabNav/TabNav.module.css.js +0 -0
- /package/{lib-esm → dist}/TabNav/index.d.ts +0 -0
- /package/{lib → dist}/TabNav/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Text/Text-ca7603b7.css +0 -0
- /package/{lib-esm → dist}/Text/Text-ca7603b7.css.map +0 -0
- /package/{lib-esm → dist}/Text/Text.module.css.js +0 -0
- /package/{lib-esm → dist}/Text/index.d.ts +0 -0
- /package/{lib → dist}/Text/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/TextInputWithTokens/index.d.ts +0 -0
- /package/{lib → dist}/TextInputWithTokens/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Textarea/TextArea-54099020.css +0 -0
- /package/{lib-esm → dist}/Textarea/TextArea-54099020.css.map +0 -0
- /package/{lib-esm → dist}/Textarea/TextArea.module.css.js +0 -0
- /package/{lib-esm → dist}/Textarea/index.d.ts +0 -0
- /package/{lib → dist}/Textarea/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Timeline/Timeline-e8e88a13.css +0 -0
- /package/{lib-esm → dist}/Timeline/Timeline-e8e88a13.css.map +0 -0
- /package/{lib-esm → dist}/Timeline/Timeline.module.css.js +0 -0
- /package/{lib-esm → dist}/Timeline/index.d.ts +0 -0
- /package/{lib → dist}/Timeline/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/ToggleSwitch/ToggleSwitchStoryWrapper.d.ts +0 -0
- /package/{lib-esm → dist}/ToggleSwitch/index.d.ts +0 -0
- /package/{lib → dist}/ToggleSwitch/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/Token/IssueLabelToken.d.ts +0 -0
- /package/{lib-esm → dist}/Token/Token-942271b0.css +0 -0
- /package/{lib-esm → dist}/Token/Token-942271b0.css.map +0 -0
- /package/{lib-esm → dist}/Token/Token.js +0 -0
- /package/{lib-esm → dist}/Token/Token.module.css.js +0 -0
- /package/{lib-esm → dist}/Token/_TokenTextContainer-2ab10996.css +0 -0
- /package/{lib-esm → dist}/Token/_TokenTextContainer-2ab10996.css.map +0 -0
- /package/{lib-esm → dist}/Token/_TokenTextContainer.module.css.js +0 -0
- /package/{lib-esm → dist}/Tooltip/index.d.ts +0 -0
- /package/{lib → dist}/Tooltip/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/TooltipV2/Tooltip-5a80d7b2.css +0 -0
- /package/{lib-esm → dist}/TooltipV2/Tooltip-5a80d7b2.css.map +0 -0
- /package/{lib-esm → dist}/TooltipV2/Tooltip.module.css.js +0 -0
- /package/{lib-esm → dist}/TooltipV2/index.d.ts +0 -0
- /package/{lib → dist}/TooltipV2/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/TreeView/index.d.ts +0 -0
- /package/{lib → dist}/TreeView/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/TreeView/shared.d.ts +0 -0
- /package/{lib → dist}/TreeView/shared.d.ts.map +0 -0
- /package/{lib-esm → dist}/TreeView/useRovingTabIndex.d.ts +0 -0
- /package/{lib → dist}/TreeView/useRovingTabIndex.d.ts.map +0 -0
- /package/{lib-esm → dist}/TreeView/useRovingTabIndex.js +0 -0
- /package/{lib-esm → dist}/TreeView/useTypeahead.d.ts +0 -0
- /package/{lib → dist}/TreeView/useTypeahead.d.ts.map +0 -0
- /package/{lib-esm → dist}/TreeView/useTypeahead.js +0 -0
- /package/{lib-esm → dist}/Truncate/Truncate-030d5f52.css +0 -0
- /package/{lib-esm → dist}/Truncate/Truncate-030d5f52.css.map +0 -0
- /package/{lib-esm → dist}/Truncate/Truncate.module.css.js +0 -0
- /package/{lib-esm → dist}/Truncate/index.d.ts +0 -0
- /package/{lib → dist}/Truncate/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/UnderlineNav/index.d.ts +0 -0
- /package/{lib → dist}/UnderlineNav/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/UnderlineNav/index.js +0 -0
- /package/{lib-esm → dist}/UnderlineNav/types.d.ts +0 -0
- /package/{lib → dist}/UnderlineNav/types.d.ts.map +0 -0
- /package/{lib-esm → dist}/VisuallyHidden/VisuallyHidden-ce2a3270.css +0 -0
- /package/{lib-esm → dist}/VisuallyHidden/VisuallyHidden-ce2a3270.css.map +0 -0
- /package/{lib-esm → dist}/VisuallyHidden/VisuallyHidden.module.css.js +0 -0
- /package/{lib-esm → dist}/VisuallyHidden/index.d.ts +0 -0
- /package/{lib → dist}/VisuallyHidden/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/_VisuallyHidden-5c0a2499.css +0 -0
- /package/{lib-esm → dist}/_VisuallyHidden-5c0a2499.css.map +0 -0
- /package/{lib-esm → dist}/_VisuallyHidden.module.css.js +0 -0
- /package/{lib-esm → dist}/deprecated/ActionList/index.d.ts +0 -0
- /package/{lib → dist}/deprecated/ActionList/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/deprecated/ActionList/index.js +0 -0
- /package/{lib-esm → dist}/deprecated/ActionMenu.d.ts +0 -0
- /package/{lib → dist}/deprecated/ActionMenu.d.ts.map +0 -0
- /package/{lib-esm → dist/deprecated}/DialogV1/index.d.ts +0 -0
- /package/{lib-esm → dist}/deprecated/FilteredSearch/index.d.ts +0 -0
- /package/{lib → dist}/deprecated/FilteredSearch/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/deprecated/UnderlineNav/index.d.ts +0 -0
- /package/{lib → dist}/deprecated/UnderlineNav/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/deprecated/utils/create-slots.d.ts +0 -0
- /package/{lib → dist}/deprecated/utils/create-slots.d.ts.map +0 -0
- /package/{lib-esm → dist}/experimental/CSSComponent/index.d.ts +0 -0
- /package/{lib → dist}/experimental/CSSComponent/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/experimental/IssueLabel/IssueLabel.d.ts +0 -0
- /package/{lib-esm → dist}/experimental/IssueLabel/index.d.ts +0 -0
- /package/{lib → dist}/experimental/IssueLabel/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/experimental/SelectPanel2/SelectPanel-e919f619.css +0 -0
- /package/{lib-esm → dist}/experimental/SelectPanel2/SelectPanel-e919f619.css.map +0 -0
- /package/{lib-esm → dist}/experimental/SelectPanel2/SelectPanel.module.css.js +0 -0
- /package/{lib-esm → dist}/experimental/SelectPanel2/index.d.ts +0 -0
- /package/{lib → dist}/experimental/SelectPanel2/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/experimental/SelectPanel2/mock-story-data.d.ts +0 -0
- /package/{lib → dist}/experimental/SelectPanel2/mock-story-data.d.ts.map +0 -0
- /package/{lib-esm → dist}/experimental/UnderlinePanels/UnderlinePanels-e4b325b9.css +0 -0
- /package/{lib-esm → dist}/experimental/UnderlinePanels/UnderlinePanels-e4b325b9.css.map +0 -0
- /package/{lib-esm → dist}/experimental/UnderlinePanels/UnderlinePanels.module.css.js +0 -0
- /package/{lib-esm → dist}/experimental/UnderlinePanels/index.d.ts +0 -0
- /package/{lib → dist}/experimental/UnderlinePanels/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/experimental/hooks/index.d.ts +0 -0
- /package/{lib → dist}/experimental/hooks/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/index.d.ts +0 -0
- /package/{lib → dist}/hooks/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useAnchoredPosition.d.ts +0 -0
- /package/{lib → dist}/hooks/useAnchoredPosition.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useAnchoredPosition.js +0 -0
- /package/{lib-esm → dist}/hooks/useControllableState.d.ts +0 -0
- /package/{lib → dist}/hooks/useControllableState.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useControllableState.js +0 -0
- /package/{lib-esm → dist}/hooks/useDetails.d.ts +0 -0
- /package/{lib → dist}/hooks/useDetails.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useDetails.js +0 -0
- /package/{lib-esm → dist}/hooks/useDialog.d.ts +0 -0
- /package/{lib → dist}/hooks/useDialog.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useDialog.js +0 -0
- /package/{lib-esm → dist}/hooks/useFocusTrap.d.ts +0 -0
- /package/{lib → dist}/hooks/useFocusTrap.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useFocusTrap.js +0 -0
- /package/{lib-esm → dist}/hooks/useFocusZone.d.ts +0 -0
- /package/{lib → dist}/hooks/useFocusZone.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useFocusZone.js +0 -0
- /package/{lib-esm → dist}/hooks/useId.d.ts +0 -0
- /package/{lib → dist}/hooks/useId.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useId.js +0 -0
- /package/{lib-esm → dist}/hooks/useIsMacOS.d.ts +0 -0
- /package/{lib → dist}/hooks/useIsMacOS.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useIsMacOS.js +0 -0
- /package/{lib-esm → dist}/hooks/useMedia.d.ts +0 -0
- /package/{lib → dist}/hooks/useMedia.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useMedia.js +0 -0
- /package/{lib-esm → dist}/hooks/useMenuInitialFocus.d.ts +0 -0
- /package/{lib → dist}/hooks/useMenuInitialFocus.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useMenuInitialFocus.js +0 -0
- /package/{lib-esm → dist}/hooks/useMenuKeyboardNavigation.d.ts +0 -0
- /package/{lib → dist}/hooks/useMenuKeyboardNavigation.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useOnEscapePress.d.ts +0 -0
- /package/{lib → dist}/hooks/useOnEscapePress.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useOnEscapePress.js +0 -0
- /package/{lib-esm → dist}/hooks/useOnOutsideClick.d.ts +0 -0
- /package/{lib → dist}/hooks/useOnOutsideClick.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useOnOutsideClick.js +0 -0
- /package/{lib-esm → dist}/hooks/useOpenAndCloseFocus.d.ts +0 -0
- /package/{lib → dist}/hooks/useOpenAndCloseFocus.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useOverflow.d.ts +0 -0
- /package/{lib → dist}/hooks/useOverflow.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useOverlay.d.ts +0 -0
- /package/{lib → dist}/hooks/useOverlay.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useOverlay.js +0 -0
- /package/{lib-esm → dist}/hooks/useProvidedRefOrCreate.d.ts +0 -0
- /package/{lib → dist}/hooks/useProvidedRefOrCreate.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useProvidedRefOrCreate.js +0 -0
- /package/{lib-esm → dist}/hooks/useProvidedStateOrCreate.d.ts +0 -0
- /package/{lib → dist}/hooks/useProvidedStateOrCreate.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useProvidedStateOrCreate.js +0 -0
- /package/{lib-esm → dist}/hooks/useRefObjectAsForwardedRef.d.ts +0 -0
- /package/{lib → dist}/hooks/useRefObjectAsForwardedRef.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useRefObjectAsForwardedRef.js +0 -0
- /package/{lib-esm → dist}/hooks/useRenderForcingRef.d.ts +0 -0
- /package/{lib → dist}/hooks/useRenderForcingRef.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useRenderForcingRef.js +0 -0
- /package/{lib-esm → dist}/hooks/useResizeObserver.d.ts +0 -0
- /package/{lib → dist}/hooks/useResizeObserver.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useResizeObserver.js +0 -0
- /package/{lib-esm → dist}/hooks/useResponsiveValue.d.ts +0 -0
- /package/{lib → dist}/hooks/useResponsiveValue.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useResponsiveValue.js +0 -0
- /package/{lib-esm → dist}/hooks/useSafeTimeout.d.ts +0 -0
- /package/{lib → dist}/hooks/useSafeTimeout.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useSafeTimeout.js +0 -0
- /package/{lib-esm → dist}/hooks/useScrollFlash.d.ts +0 -0
- /package/{lib → dist}/hooks/useScrollFlash.d.ts.map +0 -0
- /package/{lib-esm → dist}/hooks/useSlots.d.ts +0 -0
- /package/{lib-esm → dist}/hooks/useSyncedState.d.ts +0 -0
- /package/{lib → dist}/hooks/useSyncedState.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/components/ButtonReset-904f2483.css +0 -0
- /package/{lib-esm → dist}/internal/components/ButtonReset-904f2483.css.map +0 -0
- /package/{lib-esm → dist}/internal/components/ButtonReset.d.ts +0 -0
- /package/{lib → dist}/internal/components/ButtonReset.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/components/ButtonReset.js +0 -0
- /package/{lib-esm → dist}/internal/components/ButtonReset.module.css.js +0 -0
- /package/{lib-esm → dist}/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup-e38b5339.css +0 -0
- /package/{lib-esm → dist}/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup-e38b5339.css.map +0 -0
- /package/{lib-esm → dist}/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroup.module.css.js +0 -0
- /package/{lib-esm → dist}/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupContext.d.ts +0 -0
- /package/{lib → dist}/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupContext.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/components/CheckboxOrRadioGroup/CheckboxOrRadioGroupContext.js +0 -0
- /package/{lib-esm → dist}/internal/components/CheckboxOrRadioGroup/index.d.ts +0 -0
- /package/{lib → dist}/internal/components/CheckboxOrRadioGroup/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/components/InputLabel-eb267c58.css +0 -0
- /package/{lib-esm → dist}/internal/components/InputLabel-eb267c58.css.map +0 -0
- /package/{lib-esm → dist}/internal/components/InputLabel.module.css.js +0 -0
- /package/{lib-esm → dist}/internal/components/LiveRegion.d.ts +0 -0
- /package/{lib → dist}/internal/components/LiveRegion.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputInnerAction-477e9b99.css +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputInnerAction-477e9b99.css.map +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputInnerAction.module.css.js +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputInnerVisualSlot-4a14b955.css +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputInnerVisualSlot-4a14b955.css.map +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputInnerVisualSlot.d.ts +0 -0
- /package/{lib → dist}/internal/components/TextInputInnerVisualSlot.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputInnerVisualSlot.module.css.js +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputWrapper-889df5d3.css +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputWrapper-889df5d3.css.map +0 -0
- /package/{lib-esm → dist}/internal/components/TextInputWrapper.module.css.js +0 -0
- /package/{lib-esm → dist}/internal/components/UnderlineTabbedInterface-addc90dd.css +0 -0
- /package/{lib-esm → dist}/internal/components/UnderlineTabbedInterface-addc90dd.css.map +0 -0
- /package/{lib-esm → dist}/internal/components/UnderlineTabbedInterface.module.css.js +0 -0
- /package/{lib-esm → dist}/internal/components/UnstyledTextInput-8270f063.css +0 -0
- /package/{lib-esm → dist}/internal/components/UnstyledTextInput-8270f063.css.map +0 -0
- /package/{lib-esm → dist}/internal/components/UnstyledTextInput.module.css.js +0 -0
- /package/{lib-esm → dist}/internal/components/ValidationAnimationContainer.d.ts +0 -0
- /package/{lib-esm → dist}/internal/hooks/useEffectCallback.d.ts +0 -0
- /package/{lib → dist}/internal/hooks/useEffectCallback.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/hooks/useEffectCallback.js +0 -0
- /package/{lib-esm → dist}/internal/hooks/useEffectOnce.d.ts +0 -0
- /package/{lib → dist}/internal/hooks/useEffectOnce.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/hooks/useEffectOnce.js +0 -0
- /package/{lib-esm → dist}/internal/hooks/useFocus.d.ts +0 -0
- /package/{lib → dist}/internal/hooks/useFocus.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/hooks/useMergedRefs.d.ts +0 -0
- /package/{lib → dist}/internal/hooks/useMergedRefs.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/hooks/useMergedRefs.js +0 -0
- /package/{lib-esm → dist}/internal/internal-types.d.ts +0 -0
- /package/{lib → dist}/internal/internal-types.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/utils/__tests__/getResponsiveAttributes.test.d.ts +0 -0
- /package/{lib → dist}/internal/utils/__tests__/getResponsiveAttributes.test.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/utils/__tests__/hasInteractiveNodes.test.d.ts +0 -0
- /package/{lib → dist}/internal/utils/__tests__/hasInteractiveNodes.test.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/utils/getResponsiveAttributes.d.ts +0 -0
- /package/{lib → dist}/internal/utils/getResponsiveAttributes.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/utils/getResponsiveAttributes.js +0 -0
- /package/{lib-esm → dist}/internal/utils/getResponsiveControlValues.d.ts +0 -0
- /package/{lib → dist}/internal/utils/getResponsiveControlValues.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/utils/hasInteractiveNodes.d.ts +0 -0
- /package/{lib → dist}/internal/utils/hasInteractiveNodes.d.ts.map +0 -0
- /package/{lib-esm → dist}/internal/utils/hasInteractiveNodes.js +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/color-schemes.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/color-schemes.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/color-schemes.js +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/dark.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/dark.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/dark_colorblind.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/dark_colorblind.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/dark_dimmed.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/dark_dimmed.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/dark_high_contrast.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/dark_high_contrast.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/dark_tritanopia.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/dark_tritanopia.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/index.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/light.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/light.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/light_colorblind.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/light_colorblind.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/light_high_contrast.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/light_high_contrast.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/colors/light_tritanopia.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/colors/light_tritanopia.d.ts.map +0 -0
- /package/{lib-esm → dist}/legacy-theme/ts/index.d.ts +0 -0
- /package/{lib → dist}/legacy-theme/ts/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/live-region/__tests__/test-helpers.d.ts +0 -0
- /package/{lib → dist}/live-region/__tests__/test-helpers.d.ts.map +0 -0
- /package/{lib-esm → dist}/live-region/index.d.ts +0 -0
- /package/{lib → dist}/live-region/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/next/index.d.ts +0 -0
- /package/{lib → dist}/next/index.d.ts.map +0 -0
- /package/{lib-esm → dist}/next/index.js +0 -0
- /package/{lib-esm → dist}/polyfills/eventListenerSignal.d.ts +0 -0
- /package/{lib → dist}/polyfills/eventListenerSignal.d.ts.map +0 -0
- /package/{lib-esm → dist}/test-helpers.js +0 -0
- /package/{lib-esm → dist}/theme.d.ts +0 -0
- /package/{lib → dist}/theme.d.ts.map +0 -0
- /package/{lib-esm → dist}/theme.js +0 -0
- /package/{lib-esm → dist}/utils/StressTest.d.ts +0 -0
- /package/{lib → dist}/utils/StressTest.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/__tests__/invariant.test.d.ts +0 -0
- /package/{lib → dist}/utils/__tests__/invariant.test.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/__tests__/warning.test.d.ts +0 -0
- /package/{lib → dist}/utils/__tests__/warning.test.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/deprecate.d.ts +0 -0
- /package/{lib → dist}/utils/deprecate.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/environment.d.ts +0 -0
- /package/{lib → dist}/utils/environment.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/environment.js +0 -0
- /package/{lib-esm → dist}/utils/form-story-helpers.d.ts +0 -0
- /package/{lib-esm → dist}/utils/getBreakpointDeclarations.d.ts +0 -0
- /package/{lib → dist}/utils/getBreakpointDeclarations.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/getBreakpointDeclarations.js +0 -0
- /package/{lib-esm → dist}/utils/invariant.d.ts +0 -0
- /package/{lib → dist}/utils/invariant.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/invariant.js +0 -0
- /package/{lib-esm → dist}/utils/isNumeric.d.ts +0 -0
- /package/{lib → dist}/utils/isNumeric.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/isNumeric.js +0 -0
- /package/{lib-esm → dist}/utils/scroll.d.ts +0 -0
- /package/{lib → dist}/utils/scroll.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/scroll.js +0 -0
- /package/{lib-esm → dist}/utils/theme.d.ts +0 -0
- /package/{lib → dist}/utils/theme.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/theme.js +0 -0
- /package/{lib-esm → dist}/utils/types/AriaRole.d.ts +0 -0
- /package/{lib → dist}/utils/types/AriaRole.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/types/ComponentProps.d.ts +0 -0
- /package/{lib → dist}/utils/types/ComponentProps.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/types/Flatten.d.ts +0 -0
- /package/{lib → dist}/utils/types/Flatten.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/types/FormValidationStatus.d.ts +0 -0
- /package/{lib → dist}/utils/types/FormValidationStatus.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/types/KeyPaths.d.ts +0 -0
- /package/{lib → dist}/utils/types/KeyPaths.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/types/MandateProps.d.ts +0 -0
- /package/{lib → dist}/utils/types/MandateProps.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/types/Merge.d.ts +0 -0
- /package/{lib → dist}/utils/types/Merge.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/types/ViewportRangeKeys.d.ts +0 -0
- /package/{lib → dist}/utils/types/ViewportRangeKeys.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/use-force-update.d.ts +0 -0
- /package/{lib → dist}/utils/use-force-update.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/useIsomorphicLayoutEffect.d.ts +0 -0
- /package/{lib → dist}/utils/useIsomorphicLayoutEffect.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/useIsomorphicLayoutEffect.js +0 -0
- /package/{lib-esm → dist}/utils/warning.d.ts +0 -0
- /package/{lib → dist}/utils/warning.d.ts.map +0 -0
- /package/{lib-esm → dist}/utils/warning.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,650 @@
|
|
|
1
1
|
# @primer/react
|
|
2
2
|
|
|
3
|
+
## 38.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#6944](https://github.com/primer/react/pull/6944) [`446956d`](https://github.com/primer/react/commit/446956d3466ca11b95adf720d7cf07a1bb6bad92) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx from deprecated ActionList component.
|
|
8
|
+
|
|
9
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove PointerBox from @primer-react
|
|
10
|
+
|
|
11
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx prop support from the Spinner component.
|
|
12
|
+
|
|
13
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update ToggleSwitch component to no longer support sx, add sx wrapper to @primer/styled-react.
|
|
14
|
+
|
|
15
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update Popover to no longer support sx
|
|
16
|
+
|
|
17
|
+
- [#6965](https://github.com/primer/react/pull/6965) [`f61238c`](https://github.com/primer/react/commit/f61238c295377f59a5d3c5b0c782e98c238fa639) Thanks [@francinelucca](https://github.com/francinelucca)! - Chore/remove styled. components: deprecated UnderlineNav, ValidationAnimation, LabelGroup, Tooltip
|
|
18
|
+
|
|
19
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx from UnderlinePanels
|
|
20
|
+
|
|
21
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx support from the Token component.
|
|
22
|
+
|
|
23
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update CircleBadge component to no longer support sx
|
|
24
|
+
|
|
25
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes Box usage and sx prop from NavList and ActionList
|
|
26
|
+
|
|
27
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - CircleOcticon: Remove component `CircleOcticon`
|
|
28
|
+
|
|
29
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Deprecate TextInputWithTokens component. The component has been moved to the deprecated entrypoint due to low usage and accessibility implications. Import from `@primer/react/deprecated` instead of `@primer/react`.
|
|
30
|
+
|
|
31
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - remove unused `contrast` from Select component
|
|
32
|
+
|
|
33
|
+
- [#6921](https://github.com/primer/react/pull/6921) [`c58f171`](https://github.com/primer/react/commit/c58f171be98dfec354eeb85c870368e84796fe6e) Thanks [@llastflowers](https://github.com/llastflowers)! - Update ActionList component and related components to no longer support sx/styled-components
|
|
34
|
+
|
|
35
|
+
- [#6902](https://github.com/primer/react/pull/6902) [`c395547`](https://github.com/primer/react/commit/c395547ae30bb51ea40388183f384848a397dc80) Thanks [@iansan5653](https://github.com/iansan5653)! - Support nested children in ActionBar.
|
|
36
|
+
|
|
37
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx support from Radio
|
|
38
|
+
|
|
39
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update AvatarStack component to no longer support sx
|
|
40
|
+
|
|
41
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` from `deprecated/Pagehead`
|
|
42
|
+
|
|
43
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx Props and BoxWithFallBack from Timeline component.
|
|
44
|
+
|
|
45
|
+
- [#6930](https://github.com/primer/react/pull/6930) [`260c74c`](https://github.com/primer/react/commit/260c74c4e9f780a891157c9a2bc1450a12f8593a) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes `sx` prop from DataTable.Container
|
|
46
|
+
|
|
47
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes styled-system usage from TextInputWrapper and related components and Storybook stories.
|
|
48
|
+
|
|
49
|
+
- [#6942](https://github.com/primer/react/pull/6942) [`3ced917`](https://github.com/primer/react/commit/3ced917f595667e1f68a6b9110bd034e0d88bf2a) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes sx prop from PageLayout and subcomponents
|
|
50
|
+
|
|
51
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove the sx prop from Label
|
|
52
|
+
|
|
53
|
+
- [#6951](https://github.com/primer/react/pull/6951) [`2703bc9`](https://github.com/primer/react/commit/2703bc9cad2d3f16552b748f3799949a35464a1a) Thanks [@francinelucca](https://github.com/francinelucca)! - Update FormControl component to no longer support sx
|
|
54
|
+
|
|
55
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update UnderlineNav component to no longer support sx and remove Box usage from it.
|
|
56
|
+
|
|
57
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx prop support from the VisuallyHidden component
|
|
58
|
+
|
|
59
|
+
- [#7027](https://github.com/primer/react/pull/7027) [`415fafc`](https://github.com/primer/react/commit/415fafc23bb2060cc856cda8de432a4447a47bfd) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove styled-components and styled-system from dependencies
|
|
60
|
+
|
|
61
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: remove sx from Overlay
|
|
62
|
+
|
|
63
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx prop support from the SelectPanel component.
|
|
64
|
+
|
|
65
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` from `ButtonGroup`
|
|
66
|
+
|
|
67
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes `Box` component usage and `sx` prop from the `Link` component, Storybook stories, and a .figma.tsx file
|
|
68
|
+
|
|
69
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - BREAKING CHANGE: remove AvatarToken
|
|
70
|
+
BREAKING CHANGE: make Caret component internal only
|
|
71
|
+
|
|
72
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` from the `TabNav` component
|
|
73
|
+
|
|
74
|
+
- [#7032](https://github.com/primer/react/pull/7032) [`9fce541`](https://github.com/primer/react/commit/9fce5419ce76c94837f2bd4b013f007837a97182) Thanks [@francinelucca](https://github.com/francinelucca)! - - remove sx, SxProp, exports
|
|
75
|
+
|
|
76
|
+
- add type ThemeColorPaths, type ThemeShadowPaths
|
|
77
|
+
|
|
78
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove the `sx` prop from `Flash`
|
|
79
|
+
|
|
80
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update FilteredActionList and FilteredActionListLoaders components to no longer support sx
|
|
81
|
+
|
|
82
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: remove sx from deprecated Dialog
|
|
83
|
+
|
|
84
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx prop support from the Select component.
|
|
85
|
+
|
|
86
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update Text component to no longer support sx.
|
|
87
|
+
|
|
88
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Deprecate CircleBadge component
|
|
89
|
+
|
|
90
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update Tooltip component to no longer support sx.
|
|
91
|
+
|
|
92
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes styled-system and related utilities from Caret.tsx, IssueLabelToken.tsx, StateLabel.tsx, ToggleSwitch.tsx, and deprecated/ActionList/List.tsx
|
|
93
|
+
|
|
94
|
+
Removes WidthProps from ProgressBar.tsx
|
|
95
|
+
|
|
96
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx support from SubNav component
|
|
97
|
+
|
|
98
|
+
- [#6897](https://github.com/primer/react/pull/6897) [`c1448cc`](https://github.com/primer/react/commit/c1448cc6546b0e58b1ceb54fa2989a1fd7cbfe30) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Replaces `useTheme` usage with `theme`. If an application uses a custom theme that modifies one of the following 5 tokens, they will be reset to the default theme values. (`space.2, colors.success.fg, colors.border.default, colors.border.muted, animation.easeOutCubic`)
|
|
99
|
+
|
|
100
|
+
- [#7015](https://github.com/primer/react/pull/7015) [`0889246`](https://github.com/primer/react/commit/0889246fda736fe7dd967a295fe8467109d06bc9) Thanks [@francinelucca](https://github.com/francinelucca)! - @primer/react: chore: remove Box, BoxProps export
|
|
101
|
+
@primer/styled-react: add Box component
|
|
102
|
+
|
|
103
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update SideNav component to no longer support sx.
|
|
104
|
+
|
|
105
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` prop from `deprecated/FilteredSearch`
|
|
106
|
+
|
|
107
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove the sx prop from RadioGroup and Truncate.
|
|
108
|
+
|
|
109
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update Avatar component to no longer support sx, add sx wrapper to @primer/styled-react
|
|
110
|
+
|
|
111
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update LabelGroup component to no longer support sx
|
|
112
|
+
|
|
113
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update BaseStyles component to no longer support sx
|
|
114
|
+
|
|
115
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update CounterLabel component to no longer support sx
|
|
116
|
+
|
|
117
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for the sx prop from RelativeTime
|
|
118
|
+
|
|
119
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` prop for `InlineMessage`
|
|
120
|
+
|
|
121
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update @primer/react to only export ESM bundles
|
|
122
|
+
|
|
123
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update `Breadcrumbs` to no longer support sx
|
|
124
|
+
|
|
125
|
+
- [#7027](https://github.com/primer/react/pull/7027) [`415fafc`](https://github.com/primer/react/commit/415fafc23bb2060cc856cda8de432a4447a47bfd) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: remove theme get from @primer/react
|
|
126
|
+
|
|
127
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove the `sx` prop from `Announce`, `AriaAlert`, and `AriaStatus`
|
|
128
|
+
|
|
129
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(LinkButton): remove sx from LinkButton
|
|
130
|
+
|
|
131
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update Details component to no longer support sx
|
|
132
|
+
|
|
133
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update BranchName component to no longer support sx
|
|
134
|
+
|
|
135
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` from the Dialog component and sub-components
|
|
136
|
+
|
|
137
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update CheckboxGroup component to no longer support sx
|
|
138
|
+
|
|
139
|
+
- [#6945](https://github.com/primer/react/pull/6945) [`1c84c0f`](https://github.com/primer/react/commit/1c84c0ff2b261a02d81c11fb16c7d3fb05294506) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(Octicon): remove sx
|
|
140
|
+
|
|
141
|
+
- [#7027](https://github.com/primer/react/pull/7027) [`415fafc`](https://github.com/primer/react/commit/415fafc23bb2060cc856cda8de432a4447a47bfd) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove styled-components from dependencies
|
|
142
|
+
|
|
143
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update Checkbox component to no longer support sx
|
|
144
|
+
|
|
145
|
+
- [#6904](https://github.com/primer/react/pull/6904) [`62df166`](https://github.com/primer/react/commit/62df166574d6248b3405c224a2f63f1e53a75ece) Thanks [@pksjce](https://github.com/pksjce)! - Remove sx property from Button
|
|
146
|
+
|
|
147
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove AvatarPair component from codebase
|
|
148
|
+
|
|
149
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update ProgressBar to no longer support sx
|
|
150
|
+
|
|
151
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes `sx` prop from VisuallyHidden component, and as a result also removes `sx` prop from CheckboxGroup.Label and RadioGroup.Label
|
|
152
|
+
|
|
153
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update StateLabel component to no longer support sx.
|
|
154
|
+
|
|
155
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` from `Header`
|
|
156
|
+
|
|
157
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` from the `Heading` component
|
|
158
|
+
|
|
159
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` from `PageHeader`
|
|
160
|
+
|
|
161
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove Banner from experimental
|
|
162
|
+
|
|
163
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx prop support from the SegmentedControl component.
|
|
164
|
+
|
|
165
|
+
- [#7027](https://github.com/primer/react/pull/7027) [`415fafc`](https://github.com/primer/react/commit/415fafc23bb2060cc856cda8de432a4447a47bfd) Thanks [@francinelucca](https://github.com/francinelucca)! - ThemeProvider: Remove styled-components ThemeProvider
|
|
166
|
+
|
|
167
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx prop support from the Stack component
|
|
168
|
+
|
|
169
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update SplitPageLayout component to no longer support sx
|
|
170
|
+
|
|
171
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes usage of Box component from other components.
|
|
172
|
+
|
|
173
|
+
### Minor Changes
|
|
174
|
+
|
|
175
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - TreeView: Add trailing actions prop `secondaryActions`
|
|
176
|
+
|
|
177
|
+
- [#6979](https://github.com/primer/react/pull/6979) [`8b2632b`](https://github.com/primer/react/commit/8b2632ba63ef0fbd67d43e50df4a7ec6ea640e8e) Thanks [@TylerJDev](https://github.com/TylerJDev)! - ActionBar: Adds `ActionBar.Group` sub component
|
|
178
|
+
|
|
179
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - CircleOcticon: Deprecate component
|
|
180
|
+
|
|
181
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add PortalContext
|
|
182
|
+
|
|
183
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Tooltip: Add delay functionality to tooltips with the options of `instant` (default), `medium`, `long`
|
|
184
|
+
|
|
185
|
+
- [#7066](https://github.com/primer/react/pull/7066) [`c32f726`](https://github.com/primer/react/commit/c32f7260838e850df5efd839c23cf74bc519e3b7) Thanks [@adierkens](https://github.com/adierkens)! - Exports useAnchoredPosition utility
|
|
186
|
+
|
|
187
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(Label): Add missing ref for Label without sx prop
|
|
188
|
+
|
|
189
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Add ProgressBarItemProps and ProgressBarItemProps type exports to @primer/react
|
|
190
|
+
|
|
191
|
+
- [#7045](https://github.com/primer/react/pull/7045) [`7595b8d`](https://github.com/primer/react/commit/7595b8d0d534043aeca69f0862a8ffd5c911c50c) Thanks [@langermank](https://github.com/langermank)! - Add new `Banner` `actionsLayout` prop to handle actions layout edge cases
|
|
192
|
+
|
|
193
|
+
- [#7033](https://github.com/primer/react/pull/7033) [`4c4c4cd`](https://github.com/primer/react/commit/4c4c4cd4bfd7d75066df199f47a23deb86a588f2) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Deprecate `leadingIcon` in favor of `leadingVisual` for `SegmentedControl.Button`.
|
|
194
|
+
|
|
195
|
+
- [#6976](https://github.com/primer/react/pull/6976) [`2ec5bf2`](https://github.com/primer/react/commit/2ec5bf2898a6966161a076f5896910bf1b1f4018) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: support custom slots
|
|
196
|
+
|
|
197
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Deprecate AvatarPair component - move to @primer/react/deprecated
|
|
198
|
+
|
|
199
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Add ToggleSwitchProps type to package exports
|
|
200
|
+
|
|
201
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add styles to formcontrol and subcomponents
|
|
202
|
+
|
|
203
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove overflow property from popover (It has no usage)
|
|
204
|
+
|
|
205
|
+
- [#6919](https://github.com/primer/react/pull/6919) [`32e12c6`](https://github.com/primer/react/commit/32e12c690a53aef918e765d128f381c8f57bfd02) Thanks [@TylerJDev](https://github.com/TylerJDev)! - TreeView: Add `count` and `className` support for trailing actions
|
|
206
|
+
|
|
207
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Add count to SegmentedControlButton
|
|
208
|
+
|
|
209
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Add buttonLabelOn and buttonLabelOff to ToggleSwitch
|
|
210
|
+
|
|
211
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Allow changing initially focused button in ConfirmationDialog
|
|
212
|
+
|
|
213
|
+
### Patch Changes
|
|
214
|
+
|
|
215
|
+
- [#6994](https://github.com/primer/react/pull/6994) [`701a9d0`](https://github.com/primer/react/commit/701a9d02cc5958bdeb12d63bbc169c5d40bd26e6) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: prevent slot rewrite on CheckboxOrRadioGroup subcomponents
|
|
216
|
+
|
|
217
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Add support for `loading` footer buttons in ConfirmationDialog
|
|
218
|
+
|
|
219
|
+
- [#6984](https://github.com/primer/react/pull/6984) [`a3765c2`](https://github.com/primer/react/commit/a3765c2e6c7d23972cdeeb8e206d802678f0d832) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes vertical alignment of prev/next pagination chevrons
|
|
220
|
+
|
|
221
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update layout for Banner to address extra spacing below description when no actions are included
|
|
222
|
+
|
|
223
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: fix ActionBar gap issue
|
|
224
|
+
|
|
225
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: use Banner instead of custom implementation for SelectPanel notice
|
|
226
|
+
|
|
227
|
+
- [#7014](https://github.com/primer/react/pull/7014) [`a108ab9`](https://github.com/primer/react/commit/a108ab92fa71af83f7da1ee9a311bc272568cfb3) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: remove useTheme from IssueLabel
|
|
228
|
+
|
|
229
|
+
- [#7020](https://github.com/primer/react/pull/7020) [`aaa2e1f`](https://github.com/primer/react/commit/aaa2e1f5589a862557b6f7d5194e0579bc952c84) Thanks [@hectahertz](https://github.com/hectahertz)! - Fixes `Details` flickering, prevents re-renders
|
|
230
|
+
|
|
231
|
+
- [#6981](https://github.com/primer/react/pull/6981) [`3099210`](https://github.com/primer/react/commit/30992106820dee75cb2f6f0594e66acfd8b56f3c) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes unwanted box-shadow on buttons with 'inactive' prop passed.
|
|
232
|
+
|
|
233
|
+
- [#7008](https://github.com/primer/react/pull/7008) [`ca6d60d`](https://github.com/primer/react/commit/ca6d60d37dcdaec354bbdd097fd8c656971e752b) Thanks [@langermank](https://github.com/langermank)! - Use primitives for Button line-height
|
|
234
|
+
|
|
235
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Breadcrumbs : Add overflow menu for responsive behavior
|
|
236
|
+
|
|
237
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Add missing CSS for `KeybindingHint`
|
|
238
|
+
|
|
239
|
+
- [#6877](https://github.com/primer/react/pull/6877) [`860ac93`](https://github.com/primer/react/commit/860ac93dcdff0ba6f05cac1b5137721a9b34dfcb) Thanks [@mperrotti](https://github.com/mperrotti)! - In `ActionBar`, `aria-label` now gets added to the `role="toolbar"` element.
|
|
240
|
+
|
|
241
|
+
- [#7017](https://github.com/primer/react/pull/7017) [`2fd6c82`](https://github.com/primer/react/commit/2fd6c82e327db24b63cf604465b4192b0d29d8a9) Thanks [@langermank](https://github.com/langermank)! - update token close button sizing
|
|
242
|
+
|
|
243
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(FilteredActionList): fix className override
|
|
244
|
+
|
|
245
|
+
- [#7000](https://github.com/primer/react/pull/7000) [`34e7fa8`](https://github.com/primer/react/commit/34e7fa8cd88684c16d17e997aa7ef69d40b50340) Thanks [@pksjce](https://github.com/pksjce)! - Add gap prop to ActionBar for customizable spacing between items
|
|
246
|
+
|
|
247
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Breadcrumb overflow styling
|
|
248
|
+
|
|
249
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Banner: Should prefer aria-labelled-by over aria-label
|
|
250
|
+
|
|
251
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(SelectPanel): do not bubble up keyboard events
|
|
252
|
+
|
|
253
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove support for `sx` from `CircleBadge` component
|
|
254
|
+
|
|
255
|
+
- [#6959](https://github.com/primer/react/pull/6959) [`76f1ca3`](https://github.com/primer/react/commit/76f1ca32a9303b18a2084c4e11c4699963b88e4e) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(AvatarStack, CheckboxOrRadioGroup, UnstyledTextInput): cleanup remaining sx props
|
|
256
|
+
|
|
257
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Add `border` and `background-color` tokens to `ProgressBar` CSS, which increases contrast for high contrast themes
|
|
258
|
+
|
|
259
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Remove sx from the SkeletonBox component.
|
|
260
|
+
|
|
261
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Fix typing issues in PageHeader exports.
|
|
262
|
+
|
|
263
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - v38: Make sure Banner is exported from main and experimental
|
|
264
|
+
|
|
265
|
+
- [#6973](https://github.com/primer/react/pull/6973) [`a3f7ea9`](https://github.com/primer/react/commit/a3f7ea96514d4ba0a2d28aeb26e49eaafb8bf474) Thanks [@jonrohan](https://github.com/jonrohan)! - fix(AnchoredOverlay): Omit aria-label and aria-labelledby from renderAnchor props
|
|
266
|
+
|
|
267
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - update FormControl ValidationIcon position
|
|
268
|
+
|
|
269
|
+
- [#7046](https://github.com/primer/react/pull/7046) [`4ffe66d`](https://github.com/primer/react/commit/4ffe66d0d87c5ab8a3c0d9ef4e9ba571e6d57393) Thanks [@pksjce](https://github.com/pksjce)! - Fix: ActionMenu with overflow contains scrollbars within its rounded border
|
|
270
|
+
|
|
271
|
+
- [#6996](https://github.com/primer/react/pull/6996) [`173f76d`](https://github.com/primer/react/commit/173f76d917a688515ae36f2240bf5461db5eda0c) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add missing slot checks to CheckboxOrRadioGroup, SelectPanel, ActionMenu, Treeview, SegmentedControl and PageHeader
|
|
272
|
+
|
|
273
|
+
- [#6954](https://github.com/primer/react/pull/6954) [`7dd483f`](https://github.com/primer/react/commit/7dd483f74e2a75e5c0a44f46a860afc2bdf0da9a) Thanks [@langermank](https://github.com/langermank)! - Adjust ConfirmationDialog heading styling
|
|
274
|
+
|
|
275
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - use UnderlinePanels.Tab, UnderlinePanels.Panel from @primer/react
|
|
276
|
+
|
|
277
|
+
- [#7007](https://github.com/primer/react/pull/7007) [`96968a2`](https://github.com/primer/react/commit/96968a28c1ddb2c31cb3e2f0e2e6297c1ee8df97) Thanks [@mperrotti](https://github.com/mperrotti)! - Corrects bg color of disabled indeterminate checkbox
|
|
278
|
+
|
|
279
|
+
- [#7019](https://github.com/primer/react/pull/7019) [`4308179`](https://github.com/primer/react/commit/43081799465d5e4d66a0d761406a2ab64fb27d91) Thanks [@francinelucca](https://github.com/francinelucca)! - @primer/styled-react: chore(navlist): remove unneeded exports
|
|
280
|
+
@primer/react: add missing isSlot checks
|
|
281
|
+
|
|
282
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Adds `sx` prop back to TextInput
|
|
283
|
+
|
|
284
|
+
- [#6982](https://github.com/primer/react/pull/6982) [`3c32e7e`](https://github.com/primer/react/commit/3c32e7e162ae9a5f66c068639934cc55c01cca72) Thanks [@mperrotti](https://github.com/mperrotti)! - Uses correct bg color for disabled ToggleSwitch knob
|
|
285
|
+
|
|
286
|
+
- [#6935](https://github.com/primer/react/pull/6935) [`8641c7a`](https://github.com/primer/react/commit/8641c7a778f88c9f65fa1f3d2c40994468651ae7) Thanks [@JelloBagel](https://github.com/JelloBagel)! - Fix overflow calculations of more menu button in action bar
|
|
287
|
+
|
|
288
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Implement forced colors for progress bar
|
|
289
|
+
|
|
290
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Only show focus outline for `Radio` if `focus-visible`
|
|
291
|
+
|
|
292
|
+
- [#6925](https://github.com/primer/react/pull/6925) [`ecc81b5`](https://github.com/primer/react/commit/ecc81b569b421a4181b0a2f4cdff9cfe60fe28fd) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(TextInput): remove sx
|
|
293
|
+
|
|
294
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Add @github/mini-throttle as dependency to project to help with bundle output
|
|
295
|
+
|
|
296
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Update Select component to correctly pass className to TextInputWraper for styling purposes
|
|
297
|
+
|
|
298
|
+
- [#7030](https://github.com/primer/react/pull/7030) [`52d6cf7`](https://github.com/primer/react/commit/52d6cf7e7cc2a0f4ea3186ee61412a2a2549b530) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(SelectPanel): remove hidden attribute from selection Radio
|
|
299
|
+
|
|
300
|
+
- [#6958](https://github.com/primer/react/pull/6958) [`3032026`](https://github.com/primer/react/commit/30320263482baf9d2c634ec27122c9a42ece308a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - @primer/react: Export `useId` and `useSyncedState`
|
|
301
|
+
@primer/styled-react: Add `ThemeProvider` and `BaseStyles`
|
|
302
|
+
|
|
303
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Replace StateLabel color with new draft token
|
|
304
|
+
|
|
305
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Breadcrumbs: Fix esc button not being able to focus on the menubuttonRef
|
|
306
|
+
|
|
307
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Link: Adjust text-decoration-offset
|
|
308
|
+
|
|
309
|
+
- [#6980](https://github.com/primer/react/pull/6980) [`4b84948`](https://github.com/primer/react/commit/4b849489b123636209d6dd71b0fe66fbe7963bdb) Thanks [@TylerJDev](https://github.com/TylerJDev)! - ActionBar: Supplies `aria-label` to toolbar inside of `ActionBar`
|
|
310
|
+
|
|
311
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - v38: Move pointerbox to deprecated still maintaining the main export
|
|
312
|
+
|
|
313
|
+
- [#7050](https://github.com/primer/react/pull/7050) [`bf3ed17`](https://github.com/primer/react/commit/bf3ed17a9c6935ffcca9e50f1e1129c2984bfb40) Thanks [@francinelucca](https://github.com/francinelucca)! - Anchor elements render as interactive elements in TokenBase
|
|
314
|
+
|
|
315
|
+
- [#7048](https://github.com/primer/react/pull/7048) [`f4a92f6`](https://github.com/primer/react/commit/f4a92f6d5fab8aee0bebb0b3bd8a400d55dc6cc7) Thanks [@langermank](https://github.com/langermank)! - Adjust Breadcrumb item focus outline
|
|
316
|
+
|
|
317
|
+
## 38.0.0-rc.9
|
|
318
|
+
|
|
319
|
+
### Major Changes
|
|
320
|
+
|
|
321
|
+
- [#7032](https://github.com/primer/react/pull/7032) [`9fce541`](https://github.com/primer/react/commit/9fce5419ce76c94837f2bd4b013f007837a97182) Thanks [@francinelucca](https://github.com/francinelucca)! - - remove sx, SxProp, exports
|
|
322
|
+
- add type ThemeColorPaths, type ThemeShadowPaths
|
|
323
|
+
|
|
324
|
+
### Minor Changes
|
|
325
|
+
|
|
326
|
+
- [#7045](https://github.com/primer/react/pull/7045) [`7595b8d`](https://github.com/primer/react/commit/7595b8d0d534043aeca69f0862a8ffd5c911c50c) Thanks [@langermank](https://github.com/langermank)! - Add new `Banner` `actionsLayout` prop to handle actions layout edge cases
|
|
327
|
+
|
|
328
|
+
### Patch Changes
|
|
329
|
+
|
|
330
|
+
- [#7020](https://github.com/primer/react/pull/7020) [`aaa2e1f`](https://github.com/primer/react/commit/aaa2e1f5589a862557b6f7d5194e0579bc952c84) Thanks [@hectahertz](https://github.com/hectahertz)! - Fixes `Details` flickering, prevents re-renders
|
|
331
|
+
|
|
332
|
+
- [#7008](https://github.com/primer/react/pull/7008) [`ca6d60d`](https://github.com/primer/react/commit/ca6d60d37dcdaec354bbdd097fd8c656971e752b) Thanks [@langermank](https://github.com/langermank)! - Use primitives for Button line-height
|
|
333
|
+
|
|
334
|
+
- [#7046](https://github.com/primer/react/pull/7046) [`4ffe66d`](https://github.com/primer/react/commit/4ffe66d0d87c5ab8a3c0d9ef4e9ba571e6d57393) Thanks [@pksjce](https://github.com/pksjce)! - Fix: ActionMenu with overflow contains scrollbars within its rounded border
|
|
335
|
+
|
|
336
|
+
- [#7030](https://github.com/primer/react/pull/7030) [`52d6cf7`](https://github.com/primer/react/commit/52d6cf7e7cc2a0f4ea3186ee61412a2a2549b530) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(SelectPanel): remove hidden attribute from selection Radio
|
|
337
|
+
|
|
338
|
+
- [#7048](https://github.com/primer/react/pull/7048) [`f4a92f6`](https://github.com/primer/react/commit/f4a92f6d5fab8aee0bebb0b3bd8a400d55dc6cc7) Thanks [@langermank](https://github.com/langermank)! - Adjust Breadcrumb item focus outline
|
|
339
|
+
|
|
340
|
+
## 38.0.0-rc.8
|
|
341
|
+
|
|
342
|
+
### Major Changes
|
|
343
|
+
|
|
344
|
+
- [#7015](https://github.com/primer/react/pull/7015) [`0889246`](https://github.com/primer/react/commit/0889246fda736fe7dd967a295fe8467109d06bc9) Thanks [@francinelucca](https://github.com/francinelucca)! - @primer/react: chore: remove Box, BoxProps export
|
|
345
|
+
@primer/styled-react: add Box component
|
|
346
|
+
|
|
347
|
+
### Patch Changes
|
|
348
|
+
|
|
349
|
+
- [#6984](https://github.com/primer/react/pull/6984) [`a3765c2`](https://github.com/primer/react/commit/a3765c2e6c7d23972cdeeb8e206d802678f0d832) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes vertical alignment of prev/next pagination chevrons
|
|
350
|
+
|
|
351
|
+
- [#7014](https://github.com/primer/react/pull/7014) [`a108ab9`](https://github.com/primer/react/commit/a108ab92fa71af83f7da1ee9a311bc272568cfb3) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: remove useTheme from IssueLabel
|
|
352
|
+
|
|
353
|
+
- [#6981](https://github.com/primer/react/pull/6981) [`3099210`](https://github.com/primer/react/commit/30992106820dee75cb2f6f0594e66acfd8b56f3c) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes unwanted box-shadow on buttons with 'inactive' prop passed.
|
|
354
|
+
|
|
355
|
+
- [#6877](https://github.com/primer/react/pull/6877) [`860ac93`](https://github.com/primer/react/commit/860ac93dcdff0ba6f05cac1b5137721a9b34dfcb) Thanks [@mperrotti](https://github.com/mperrotti)! - In `ActionBar`, `aria-label` now gets added to the `role="toolbar"` element.
|
|
356
|
+
|
|
357
|
+
- [#7017](https://github.com/primer/react/pull/7017) [`2fd6c82`](https://github.com/primer/react/commit/2fd6c82e327db24b63cf604465b4192b0d29d8a9) Thanks [@langermank](https://github.com/langermank)! - update token close button sizing
|
|
358
|
+
|
|
359
|
+
- [#7000](https://github.com/primer/react/pull/7000) [`34e7fa8`](https://github.com/primer/react/commit/34e7fa8cd88684c16d17e997aa7ef69d40b50340) Thanks [@pksjce](https://github.com/pksjce)! - Add gap prop to ActionBar for customizable spacing between items
|
|
360
|
+
|
|
361
|
+
- [#6973](https://github.com/primer/react/pull/6973) [`a3f7ea9`](https://github.com/primer/react/commit/a3f7ea96514d4ba0a2d28aeb26e49eaafb8bf474) Thanks [@jonrohan](https://github.com/jonrohan)! - fix(AnchoredOverlay): Omit aria-label and aria-labelledby from renderAnchor props
|
|
362
|
+
|
|
363
|
+
- [#7007](https://github.com/primer/react/pull/7007) [`96968a2`](https://github.com/primer/react/commit/96968a28c1ddb2c31cb3e2f0e2e6297c1ee8df97) Thanks [@mperrotti](https://github.com/mperrotti)! - Corrects bg color of disabled indeterminate checkbox
|
|
364
|
+
|
|
365
|
+
- [#7019](https://github.com/primer/react/pull/7019) [`4308179`](https://github.com/primer/react/commit/43081799465d5e4d66a0d761406a2ab64fb27d91) Thanks [@francinelucca](https://github.com/francinelucca)! - @primer/styled-react: chore(navlist): remove unneeded exports
|
|
366
|
+
@primer/react: add missing isSlot checks
|
|
367
|
+
|
|
368
|
+
- [#6982](https://github.com/primer/react/pull/6982) [`3c32e7e`](https://github.com/primer/react/commit/3c32e7e162ae9a5f66c068639934cc55c01cca72) Thanks [@mperrotti](https://github.com/mperrotti)! - Uses correct bg color for disabled ToggleSwitch knob
|
|
369
|
+
|
|
370
|
+
- [#6980](https://github.com/primer/react/pull/6980) [`4b84948`](https://github.com/primer/react/commit/4b849489b123636209d6dd71b0fe66fbe7963bdb) Thanks [@TylerJDev](https://github.com/TylerJDev)! - ActionBar: Supplies `aria-label` to toolbar inside of `ActionBar`
|
|
371
|
+
|
|
372
|
+
## 38.0.0-rc.7
|
|
373
|
+
|
|
374
|
+
### Major Changes
|
|
375
|
+
|
|
376
|
+
- [#6944](https://github.com/primer/react/pull/6944) [`446956d`](https://github.com/primer/react/commit/446956d3466ca11b95adf720d7cf07a1bb6bad92) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx from deprecated ActionList component.
|
|
377
|
+
|
|
378
|
+
- [#6965](https://github.com/primer/react/pull/6965) [`f61238c`](https://github.com/primer/react/commit/f61238c295377f59a5d3c5b0c782e98c238fa639) Thanks [@francinelucca](https://github.com/francinelucca)! - Chore/remove styled. components: deprecated UnderlineNav, ValidationAnimation, LabelGroup, Tooltip
|
|
379
|
+
|
|
380
|
+
- [#6921](https://github.com/primer/react/pull/6921) [`c58f171`](https://github.com/primer/react/commit/c58f171be98dfec354eeb85c870368e84796fe6e) Thanks [@llastflowers](https://github.com/llastflowers)! - Update ActionList component and related components to no longer support sx/styled-components
|
|
381
|
+
|
|
382
|
+
- [#6902](https://github.com/primer/react/pull/6902) [`c395547`](https://github.com/primer/react/commit/c395547ae30bb51ea40388183f384848a397dc80) Thanks [@iansan5653](https://github.com/iansan5653)! - Support nested children in ActionBar.
|
|
383
|
+
|
|
384
|
+
- [#6930](https://github.com/primer/react/pull/6930) [`260c74c`](https://github.com/primer/react/commit/260c74c4e9f780a891157c9a2bc1450a12f8593a) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes `sx` prop from DataTable.Container
|
|
385
|
+
|
|
386
|
+
- [#6942](https://github.com/primer/react/pull/6942) [`3ced917`](https://github.com/primer/react/commit/3ced917f595667e1f68a6b9110bd034e0d88bf2a) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes sx prop from PageLayout and subcomponents
|
|
387
|
+
|
|
388
|
+
- [#6951](https://github.com/primer/react/pull/6951) [`2703bc9`](https://github.com/primer/react/commit/2703bc9cad2d3f16552b748f3799949a35464a1a) Thanks [@francinelucca](https://github.com/francinelucca)! - Update FormControl component to no longer support sx
|
|
389
|
+
|
|
390
|
+
- [#6897](https://github.com/primer/react/pull/6897) [`c1448cc`](https://github.com/primer/react/commit/c1448cc6546b0e58b1ceb54fa2989a1fd7cbfe30) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Replaces `useTheme` usage with `theme`. If an application uses a custom theme that modifies one of the following 5 tokens, they will be reset to the default theme values. (`space.2, colors.success.fg, colors.border.default, colors.border.muted, animation.easeOutCubic`)
|
|
391
|
+
|
|
392
|
+
- [#6945](https://github.com/primer/react/pull/6945) [`1c84c0f`](https://github.com/primer/react/commit/1c84c0ff2b261a02d81c11fb16c7d3fb05294506) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(Octicon): remove sx
|
|
393
|
+
|
|
394
|
+
- [#6904](https://github.com/primer/react/pull/6904) [`62df166`](https://github.com/primer/react/commit/62df166574d6248b3405c224a2f63f1e53a75ece) Thanks [@pksjce](https://github.com/pksjce)! - Remove sx property from Button
|
|
395
|
+
|
|
396
|
+
### Minor Changes
|
|
397
|
+
|
|
398
|
+
- [#6976](https://github.com/primer/react/pull/6976) [`2ec5bf2`](https://github.com/primer/react/commit/2ec5bf2898a6966161a076f5896910bf1b1f4018) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: support custom slots
|
|
399
|
+
|
|
400
|
+
- [#6919](https://github.com/primer/react/pull/6919) [`32e12c6`](https://github.com/primer/react/commit/32e12c690a53aef918e765d128f381c8f57bfd02) Thanks [@TylerJDev](https://github.com/TylerJDev)! - TreeView: Add `count` and `className` support for trailing actions
|
|
401
|
+
|
|
402
|
+
### Patch Changes
|
|
403
|
+
|
|
404
|
+
- [#6994](https://github.com/primer/react/pull/6994) [`701a9d0`](https://github.com/primer/react/commit/701a9d02cc5958bdeb12d63bbc169c5d40bd26e6) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: prevent slot rewrite on CheckboxOrRadioGroup subcomponents
|
|
405
|
+
|
|
406
|
+
- [#6959](https://github.com/primer/react/pull/6959) [`76f1ca3`](https://github.com/primer/react/commit/76f1ca32a9303b18a2084c4e11c4699963b88e4e) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(AvatarStack, CheckboxOrRadioGroup, UnstyledTextInput): cleanup remaining sx props
|
|
407
|
+
|
|
408
|
+
- [#6996](https://github.com/primer/react/pull/6996) [`173f76d`](https://github.com/primer/react/commit/173f76d917a688515ae36f2240bf5461db5eda0c) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add missing slot checks to CheckboxOrRadioGroup, SelectPanel, ActionMenu, Treeview, SegmentedControl and PageHeader
|
|
409
|
+
|
|
410
|
+
- [#6954](https://github.com/primer/react/pull/6954) [`7dd483f`](https://github.com/primer/react/commit/7dd483f74e2a75e5c0a44f46a860afc2bdf0da9a) Thanks [@langermank](https://github.com/langermank)! - Adjust ConfirmationDialog heading styling
|
|
411
|
+
|
|
412
|
+
- [#6935](https://github.com/primer/react/pull/6935) [`8641c7a`](https://github.com/primer/react/commit/8641c7a778f88c9f65fa1f3d2c40994468651ae7) Thanks [@JelloBagel](https://github.com/JelloBagel)! - Fix overflow calculations of more menu button in action bar
|
|
413
|
+
|
|
414
|
+
- [#6925](https://github.com/primer/react/pull/6925) [`ecc81b5`](https://github.com/primer/react/commit/ecc81b569b421a4181b0a2f4cdff9cfe60fe28fd) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(TextInput): remove sx
|
|
415
|
+
|
|
416
|
+
- [#6958](https://github.com/primer/react/pull/6958) [`3032026`](https://github.com/primer/react/commit/30320263482baf9d2c634ec27122c9a42ece308a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - @primer/react: Export `useId` and `useSyncedState`
|
|
417
|
+
@primer/styled-react: Add `ThemeProvider` and `BaseStyles`
|
|
418
|
+
|
|
419
|
+
## 38.0.0-rc.6
|
|
420
|
+
|
|
421
|
+
### Patch Changes
|
|
422
|
+
|
|
423
|
+
- [`4378ee8`](https://github.com/primer/react/commit/4378ee84442de8d75fbb34fcce48e28c09429c5c) Thanks [@langermank](https://github.com/langermank)! - Add missing CSS for `KeybindingHint`
|
|
424
|
+
|
|
425
|
+
## 38.0.0-rc.5
|
|
426
|
+
|
|
427
|
+
### Major Changes
|
|
428
|
+
|
|
429
|
+
- [#6874](https://github.com/primer/react/pull/6874) [`15824db`](https://github.com/primer/react/commit/15824db141ef32b3e090bcf1880f03bd9684392a) Thanks [@pksjce](https://github.com/pksjce)! - Remove sx from UnderlinePanels
|
|
430
|
+
|
|
431
|
+
- [#6690](https://github.com/primer/react/pull/6690) [`c5c2053`](https://github.com/primer/react/commit/c5c2053caf38da76a4310098e805b2edb05e2552) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx support from the Token component.
|
|
432
|
+
|
|
433
|
+
- [#6673](https://github.com/primer/react/pull/6673) [`19befd6`](https://github.com/primer/react/commit/19befd66b801532bb0ef85e60296c73d8c747fc5) Thanks [@llastflowers](https://github.com/llastflowers)! - Update CircleBadge component to no longer support sx
|
|
434
|
+
|
|
435
|
+
- [#6868](https://github.com/primer/react/pull/6868) [`2053cb3`](https://github.com/primer/react/commit/2053cb3f7ee15fe1e4c3cc9be3c09c82dd5aed93) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes Box usage and sx prop from NavList and ActionList
|
|
436
|
+
|
|
437
|
+
- [#6631](https://github.com/primer/react/pull/6631) [`86b3e60`](https://github.com/primer/react/commit/86b3e6063855615675c87df6eccad41d83db3762) Thanks [@joshblack](https://github.com/joshblack)! - Remove the sx prop from Label
|
|
438
|
+
|
|
439
|
+
- [#6865](https://github.com/primer/react/pull/6865) [`eaf7e58`](https://github.com/primer/react/commit/eaf7e5840e4fbe4042c80711f983a0df05e2b68d) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: remove sx from Overlay
|
|
440
|
+
|
|
441
|
+
- [#6825](https://github.com/primer/react/pull/6825) [`4196e0e`](https://github.com/primer/react/commit/4196e0eed6894d020a83b9f382f5cb6817f9a725) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes `Box` component usage and `sx` prop from the `Link` component, Storybook stories, and a .figma.tsx file
|
|
442
|
+
|
|
443
|
+
- [#6864](https://github.com/primer/react/pull/6864) [`b0abd78`](https://github.com/primer/react/commit/b0abd785713d9f95ca9d5e41394e00153176077d) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove support for `sx` from the `TabNav` component
|
|
444
|
+
|
|
445
|
+
- [#6923](https://github.com/primer/react/pull/6923) [`e5753f0`](https://github.com/primer/react/commit/e5753f0560fc57d426e795c012ffcb0b7fb0d290) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: remove sx from deprecated Dialog
|
|
446
|
+
|
|
447
|
+
- [#6729](https://github.com/primer/react/pull/6729) [`7ae5db2`](https://github.com/primer/react/commit/7ae5db229837fdd75dd73ce1779c7faa18734f89) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update Text component to no longer support sx.
|
|
448
|
+
|
|
449
|
+
- [#6667](https://github.com/primer/react/pull/6667) [`d122122`](https://github.com/primer/react/commit/d12212225884b17cf6236af9feb8b098caaeea35) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update Tooltip component to no longer support sx.
|
|
450
|
+
|
|
451
|
+
- [#6611](https://github.com/primer/react/pull/6611) [`15c1eb7`](https://github.com/primer/react/commit/15c1eb734210938182323bb15200d69ae4a3a300) Thanks [@joshblack](https://github.com/joshblack)! - Update Avatar component to no longer support sx, add sx wrapper to @primer/styled-react
|
|
452
|
+
|
|
453
|
+
- [#6844](https://github.com/primer/react/pull/6844) [`1f9f582`](https://github.com/primer/react/commit/1f9f582f29e623a33401061832d8b6ab778c47b3) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Update `Breadcrumbs` to no longer support sx
|
|
454
|
+
|
|
455
|
+
- [#6812](https://github.com/primer/react/pull/6812) [`0834e9e`](https://github.com/primer/react/commit/0834e9ebe910c363f413723a254e0f2bd947a4b6) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` from the Dialog component and sub-components
|
|
456
|
+
|
|
457
|
+
- [#6928](https://github.com/primer/react/pull/6928) [`2eeff36`](https://github.com/primer/react/commit/2eeff368832b6fc122aef70302f681b1f14ad71f) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes `sx` prop from VisuallyHidden component, and as a result also removes `sx` prop from CheckboxGroup.Label and RadioGroup.Label
|
|
458
|
+
|
|
459
|
+
- [#6860](https://github.com/primer/react/pull/6860) [`628e601`](https://github.com/primer/react/commit/628e60172343fdf1c94734c39480991b0591e267) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` from the `Heading` component
|
|
460
|
+
|
|
461
|
+
- [#6805](https://github.com/primer/react/pull/6805) [`0f075d1`](https://github.com/primer/react/commit/0f075d1a679f0733ad984eeb2a677989ceca8ad0) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes usage of Box component from other components.
|
|
462
|
+
|
|
463
|
+
### Minor Changes
|
|
464
|
+
|
|
465
|
+
- [#6889](https://github.com/primer/react/pull/6889) [`9201d93`](https://github.com/primer/react/commit/9201d939056333945375c454999d853e0bbabf8f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip: Add delay functionality to tooltips with the options of `instant` (default), `medium`, `long`
|
|
466
|
+
|
|
467
|
+
- [#6937](https://github.com/primer/react/pull/6937) [`09ee0ea`](https://github.com/primer/react/commit/09ee0ea580ba6901d6e80cb35f7cc846db17197e) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add styles to formcontrol and subcomponents
|
|
468
|
+
|
|
469
|
+
### Patch Changes
|
|
470
|
+
|
|
471
|
+
- [#6900](https://github.com/primer/react/pull/6900) [`e3e601c`](https://github.com/primer/react/commit/e3e601c545967eb79fb7bc752c8895b93fda620e) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(SelectPanel): do not bubble up keyboard events
|
|
472
|
+
|
|
473
|
+
- [#6673](https://github.com/primer/react/pull/6673) [`19befd6`](https://github.com/primer/react/commit/19befd66b801532bb0ef85e60296c73d8c747fc5) Thanks [@llastflowers](https://github.com/llastflowers)! - Remove support for `sx` from `CircleBadge` component
|
|
474
|
+
|
|
475
|
+
- [#6908](https://github.com/primer/react/pull/6908) [`af288e6`](https://github.com/primer/react/commit/af288e632c042c5e82aae6ee2bd5107e8be2b9ec) Thanks [@llastflowers](https://github.com/llastflowers)! - update FormControl ValidationIcon position
|
|
476
|
+
|
|
477
|
+
- [#6931](https://github.com/primer/react/pull/6931) [`d5c5ecf`](https://github.com/primer/react/commit/d5c5ecf17a40571976d7974d3b57158455afec38) Thanks [@francinelucca](https://github.com/francinelucca)! - use UnderlinePanels.Tab, UnderlinePanels.Panel from @primer/react
|
|
478
|
+
|
|
479
|
+
- [#6905](https://github.com/primer/react/pull/6905) [`1cb348f`](https://github.com/primer/react/commit/1cb348f079dffcf10bdf422b1e14e0a29fa4662d) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Replace StateLabel color with new draft token
|
|
480
|
+
|
|
481
|
+
- [#6927](https://github.com/primer/react/pull/6927) [`913739d`](https://github.com/primer/react/commit/913739dfe4b7d8f4f5829157e200bd538e509e74) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Link: Adjust text-decoration-offset
|
|
482
|
+
|
|
483
|
+
## 38.0.0-rc.4
|
|
484
|
+
|
|
485
|
+
### Major Changes
|
|
486
|
+
|
|
487
|
+
- [#6857](https://github.com/primer/react/pull/6857) [`b9b558e`](https://github.com/primer/react/commit/b9b558efe1033150b05adc88d28234db5dc82f95) Thanks [@pksjce](https://github.com/pksjce)! - Remove PointerBox from @primer-react
|
|
488
|
+
|
|
489
|
+
- [#6708](https://github.com/primer/react/pull/6708) [`b7b8a36`](https://github.com/primer/react/commit/b7b8a36d14b3c5b6f9c289423691fe9285eae786) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx prop support from the Spinner component.
|
|
490
|
+
|
|
491
|
+
- [#6833](https://github.com/primer/react/pull/6833) [`5ad1e93`](https://github.com/primer/react/commit/5ad1e939c1ef494f7680b0753a4d7c6296e088d6) Thanks [@joshblack](https://github.com/joshblack)! - Remove sx support from Radio
|
|
492
|
+
|
|
493
|
+
- [#6841](https://github.com/primer/react/pull/6841) [`3e02e2c`](https://github.com/primer/react/commit/3e02e2c235a3633b646b8f2a493f3a23e17187bf) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` from `deprecated/Pagehead`
|
|
494
|
+
|
|
495
|
+
- [#6692](https://github.com/primer/react/pull/6692) [`bb8d648`](https://github.com/primer/react/commit/bb8d648a42ec84e9baefae00fa87ede2be449e64) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx Props and BoxWithFallBack from Timeline component.
|
|
496
|
+
|
|
497
|
+
- [#6668](https://github.com/primer/react/pull/6668) [`acb6233`](https://github.com/primer/react/commit/acb6233fa0cf715d660ae222ebca9853115cb707) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update UnderlineNav component to no longer support sx and remove Box usage from it.
|
|
498
|
+
|
|
499
|
+
- [#6835](https://github.com/primer/react/pull/6835) [`961c1c4`](https://github.com/primer/react/commit/961c1c48d942b9d8d81289a5d09d78f4d985f5da) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` from `ButtonGroup`
|
|
500
|
+
|
|
501
|
+
- [#6834](https://github.com/primer/react/pull/6834) [`fa70b5e`](https://github.com/primer/react/commit/fa70b5eaae4c68ccac2bbfa44546ee85594a054a) Thanks [@joshblack](https://github.com/joshblack)! - Remove the `sx` prop from `Flash`
|
|
502
|
+
|
|
503
|
+
- [#6876](https://github.com/primer/react/pull/6876) [`2102252`](https://github.com/primer/react/commit/2102252ef34899bb37c52ca4df193ba5cca41a94) Thanks [@llastflowers](https://github.com/llastflowers)! - Update FilteredActionList and FilteredActionListLoaders components to no longer support sx
|
|
504
|
+
|
|
505
|
+
- [#6840](https://github.com/primer/react/pull/6840) [`aba8050`](https://github.com/primer/react/commit/aba8050ee9d324fa53a7b81d30b4f8dc7186c70a) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` prop from `deprecated/FilteredSearch`
|
|
506
|
+
|
|
507
|
+
- [#6685](https://github.com/primer/react/pull/6685) [`00261c9`](https://github.com/primer/react/commit/00261c934fe88a74ef310c3134fe202226156b4b) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove the sx prop from RadioGroup and Truncate.
|
|
508
|
+
|
|
509
|
+
- [#6878](https://github.com/primer/react/pull/6878) [`7081dd3`](https://github.com/primer/react/commit/7081dd3b45f7dae08f7a39038be95dbf20dd8a27) Thanks [@llastflowers](https://github.com/llastflowers)! - Update BaseStyles component to no longer support sx
|
|
510
|
+
|
|
511
|
+
- [#6679](https://github.com/primer/react/pull/6679) [`6158135`](https://github.com/primer/react/commit/6158135e42be9486bb7de35fbedf96e412b8a1d7) Thanks [@llastflowers](https://github.com/llastflowers)! - Update CounterLabel component to no longer support sx
|
|
512
|
+
|
|
513
|
+
- [#6827](https://github.com/primer/react/pull/6827) [`6843040`](https://github.com/primer/react/commit/6843040ad9b9810cb14f6186e53b01e83bed60f8) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for the sx prop from RelativeTime
|
|
514
|
+
|
|
515
|
+
- [#6813](https://github.com/primer/react/pull/6813) [`a1a4ad0`](https://github.com/primer/react/commit/a1a4ad00b87b489f6341aa818a9b8b8662fe2a82) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` prop for `InlineMessage`
|
|
516
|
+
|
|
517
|
+
- [#6866](https://github.com/primer/react/pull/6866) [`3237a4e`](https://github.com/primer/react/commit/3237a4e549779a2b3144b1f48974e533d28cca2a) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(LinkButton): remove sx from LinkButton
|
|
518
|
+
|
|
519
|
+
- [#6655](https://github.com/primer/react/pull/6655) [`092185f`](https://github.com/primer/react/commit/092185f7b9d6c70296e629e03790676502b701e5) Thanks [@llastflowers](https://github.com/llastflowers)! - Update CheckboxGroup component to no longer support sx
|
|
520
|
+
|
|
521
|
+
- [#6654](https://github.com/primer/react/pull/6654) [`513cc3f`](https://github.com/primer/react/commit/513cc3feed5723632e54f07cae9d4397e3783fdc) Thanks [@llastflowers](https://github.com/llastflowers)! - Update Checkbox component to no longer support sx
|
|
522
|
+
|
|
523
|
+
- [#6837](https://github.com/primer/react/pull/6837) [`134f96e`](https://github.com/primer/react/commit/134f96e81476f829f2b0f0b44fa73cc1604983d5) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Update ProgressBar to no longer support sx
|
|
524
|
+
|
|
525
|
+
- [#6839](https://github.com/primer/react/pull/6839) [`32febac`](https://github.com/primer/react/commit/32febac10a887cce418abf6f4419cfb100a8f292) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` from `Header`
|
|
526
|
+
|
|
527
|
+
- [#6871](https://github.com/primer/react/pull/6871) [`44b3d73`](https://github.com/primer/react/commit/44b3d732157048059681f3fdcb86c5d77a59aec5) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` from `PageHeader`
|
|
528
|
+
|
|
529
|
+
- [#6863](https://github.com/primer/react/pull/6863) [`9614c0e`](https://github.com/primer/react/commit/9614c0eae7d77bdf879df474c44d613b673e6d4e) Thanks [@pksjce](https://github.com/pksjce)! - Remove Banner from experimental
|
|
530
|
+
|
|
531
|
+
### Minor Changes
|
|
532
|
+
|
|
533
|
+
- [#6456](https://github.com/primer/react/pull/6456) [`fbd3ac7`](https://github.com/primer/react/commit/fbd3ac75a67b89635dcd28879a1b4a93cef70289) Thanks [@TylerJDev](https://github.com/TylerJDev)! - TreeView: Add trailing actions prop `secondaryActions`
|
|
534
|
+
|
|
535
|
+
- [#6855](https://github.com/primer/react/pull/6855) [`356a129`](https://github.com/primer/react/commit/356a129d2a1a0c02d9ca59280e7711e501c0d20d) Thanks [@cheshire137](https://github.com/cheshire137)! - Add buttonLabelOn and buttonLabelOff to ToggleSwitch
|
|
536
|
+
|
|
537
|
+
### Patch Changes
|
|
538
|
+
|
|
539
|
+
- [#6829](https://github.com/primer/react/pull/6829) [`b568765`](https://github.com/primer/react/commit/b568765159a22fefbb2e521947a6c99109cb6f19) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: fix ActionBar gap issue
|
|
540
|
+
|
|
541
|
+
- [#6879](https://github.com/primer/react/pull/6879) [`c8fc6b8`](https://github.com/primer/react/commit/c8fc6b81d61834ab143a578b379d7dcc49e17d62) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(FilteredActionList): fix className override
|
|
542
|
+
|
|
543
|
+
- [#6896](https://github.com/primer/react/pull/6896) [`5c29b01`](https://github.com/primer/react/commit/5c29b010db51e85c387963aee45ee97f12aae7ef) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Fix typing issues in PageHeader exports.
|
|
544
|
+
|
|
545
|
+
- [#6881](https://github.com/primer/react/pull/6881) [`8d52362`](https://github.com/primer/react/commit/8d523624366dda9cbb5c200560ffcf9b91f57655) Thanks [@langermank](https://github.com/langermank)! - Implement forced colors for progress bar
|
|
546
|
+
|
|
547
|
+
- [#6854](https://github.com/primer/react/pull/6854) [`dd8eeed`](https://github.com/primer/react/commit/dd8eeeddb39a7afbdd38d3df8f0568f176e5d4de) Thanks [@pksjce](https://github.com/pksjce)! - Breadcrumbs: Fix esc button not being able to focus on the menubuttonRef
|
|
548
|
+
|
|
549
|
+
## 38.0.0-rc.3
|
|
550
|
+
|
|
551
|
+
### Major Changes
|
|
552
|
+
|
|
553
|
+
- [#6754](https://github.com/primer/react/pull/6754) [`4d080aa`](https://github.com/primer/react/commit/4d080aa4c8718d2f4ab42c841cf2c8d252cdd19f) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Update Popover to no longer support sx
|
|
554
|
+
|
|
555
|
+
- [#6666](https://github.com/primer/react/pull/6666) [`71382dc`](https://github.com/primer/react/commit/71382dc5c0726f46a9da7823a9543334b7d0fcca) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes styled-system usage from TextInputWrapper and related components and Storybook stories.
|
|
556
|
+
|
|
557
|
+
- [#6425](https://github.com/primer/react/pull/6425) [`e23d965`](https://github.com/primer/react/commit/e23d96524783863d92fc770a36c564b14098242b) Thanks [@joshblack](https://github.com/joshblack)! - Update @primer/react to only export ESM bundles
|
|
558
|
+
|
|
559
|
+
- [#6806](https://github.com/primer/react/pull/6806) [`9d13904`](https://github.com/primer/react/commit/9d13904037541d8f4f68d5d833f632304cace06e) Thanks [@joshblack](https://github.com/joshblack)! - Remove the `sx` prop from `Announce`, `AriaAlert`, and `AriaStatus`
|
|
560
|
+
|
|
561
|
+
- [#6741](https://github.com/primer/react/pull/6741) [`4896ef1`](https://github.com/primer/react/commit/4896ef1b541e47e5f6364c5eb0f7ab357594e456) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx prop support from the SegmentedControl component.
|
|
562
|
+
|
|
563
|
+
### Minor Changes
|
|
564
|
+
|
|
565
|
+
- [#6815](https://github.com/primer/react/pull/6815) [`2024709`](https://github.com/primer/react/commit/2024709eca73533c74ee042cb1524e78e495fba2) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add PortalContext
|
|
566
|
+
|
|
567
|
+
- [#6709](https://github.com/primer/react/pull/6709) [`78784b3`](https://github.com/primer/react/commit/78784b3127acb844ec8a60d4a36141addb75d43d) Thanks [@pksjce](https://github.com/pksjce)! - Remove overflow property from popover (It has no usage)
|
|
568
|
+
|
|
569
|
+
- [#6721](https://github.com/primer/react/pull/6721) [`d6378c2`](https://github.com/primer/react/commit/d6378c246748403275ca17bc8aa7f713157ab1b7) Thanks [@cheshire137](https://github.com/cheshire137)! - Add count to SegmentedControlButton
|
|
570
|
+
|
|
571
|
+
- [#6843](https://github.com/primer/react/pull/6843) [`f082c77`](https://github.com/primer/react/commit/f082c77768526d9f97566a793e80a386cc0bc699) Thanks [@camchenry](https://github.com/camchenry)! - Allow changing initially focused button in ConfirmationDialog
|
|
572
|
+
|
|
573
|
+
### Patch Changes
|
|
574
|
+
|
|
575
|
+
- [#6669](https://github.com/primer/react/pull/6669) [`627cc4b`](https://github.com/primer/react/commit/627cc4bc2663cc50a6b21cf6ec8b8e99b7b260bb) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: use Banner instead of custom implementation for SelectPanel notice
|
|
576
|
+
|
|
577
|
+
- [#6664](https://github.com/primer/react/pull/6664) [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496) Thanks [@pksjce](https://github.com/pksjce)! - Breadcrumbs : Add overflow menu for responsive behavior
|
|
578
|
+
|
|
579
|
+
- [#6664](https://github.com/primer/react/pull/6664) [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496) Thanks [@pksjce](https://github.com/pksjce)! - Breadcrumb overflow styling
|
|
580
|
+
|
|
581
|
+
- [#6846](https://github.com/primer/react/pull/6846) [`37ce4aa`](https://github.com/primer/react/commit/37ce4aaf2830fbe0423e0d7546dfdad6e21ac398) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds `sx` prop back to TextInput
|
|
582
|
+
|
|
583
|
+
## 38.0.0-rc.2
|
|
584
|
+
|
|
585
|
+
### Major Changes
|
|
586
|
+
|
|
587
|
+
- [#6634](https://github.com/primer/react/pull/6634) [`d883432`](https://github.com/primer/react/commit/d883432010274cf87691a9affb0e012764b2cdae) Thanks [@TylerJDev](https://github.com/TylerJDev)! - CircleOcticon: Remove component `CircleOcticon`
|
|
588
|
+
|
|
589
|
+
- [#6713](https://github.com/primer/react/pull/6713) [`7d7b797`](https://github.com/primer/react/commit/7d7b797b7696af8dd9533e501f62f3666982307d) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Deprecate TextInputWithTokens component. The component has been moved to the deprecated entrypoint due to low usage and accessibility implications. Import from `@primer/react/deprecated` instead of `@primer/react`.
|
|
590
|
+
|
|
591
|
+
- [#6272](https://github.com/primer/react/pull/6272) [`d74d73e`](https://github.com/primer/react/commit/d74d73e413a9941cdc74c6f5a2cf6b1be9e7e8db) Thanks [@llastflowers](https://github.com/llastflowers)! - remove unused `contrast` from Select component
|
|
592
|
+
|
|
593
|
+
- [#6652](https://github.com/primer/react/pull/6652) [`c6d923f`](https://github.com/primer/react/commit/c6d923f93c0cb40453f1a9dab9209a9caeb87bce) Thanks [@llastflowers](https://github.com/llastflowers)! - Update AvatarStack component to no longer support sx
|
|
594
|
+
|
|
595
|
+
- [#6716](https://github.com/primer/react/pull/6716) [`e177d55`](https://github.com/primer/react/commit/e177d551730a30a0f3cddf97fb55ee1ca54c784a) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx prop support from the SelectPanel component.
|
|
596
|
+
|
|
597
|
+
- [#6737](https://github.com/primer/react/pull/6737) [`2d01fc4`](https://github.com/primer/react/commit/2d01fc4116ea5bf77dcaae4674aa80930ebe4917) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx prop support from the Select component.
|
|
598
|
+
|
|
599
|
+
- [#6706](https://github.com/primer/react/pull/6706) [`e3f26cc`](https://github.com/primer/react/commit/e3f26ccbcf40b38cea75f32970ddb23865d7b827) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Deprecate CircleBadge component
|
|
600
|
+
|
|
601
|
+
- [#6676](https://github.com/primer/react/pull/6676) [`ab5ffb0`](https://github.com/primer/react/commit/ab5ffb00d6e54224542ee60bcc23915b0bb65b15) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes styled-system and related utilities from Caret.tsx, IssueLabelToken.tsx, StateLabel.tsx, ToggleSwitch.tsx, and deprecated/ActionList/List.tsx
|
|
602
|
+
|
|
603
|
+
Removes WidthProps from ProgressBar.tsx
|
|
604
|
+
|
|
605
|
+
- [#6735](https://github.com/primer/react/pull/6735) [`45a52c1`](https://github.com/primer/react/commit/45a52c17cc72af52d123d7104b2d395cd2ca61c8) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update SideNav component to no longer support sx.
|
|
606
|
+
|
|
607
|
+
- [#6682](https://github.com/primer/react/pull/6682) [`5bbaae7`](https://github.com/primer/react/commit/5bbaae78f732df2470c1ea7933863ef8a3f9681c) Thanks [@llastflowers](https://github.com/llastflowers)! - Update LabelGroup component to no longer support sx
|
|
608
|
+
|
|
609
|
+
- [#6680](https://github.com/primer/react/pull/6680) [`5c30443`](https://github.com/primer/react/commit/5c3044342cd2214bbd9d1d50a704d8789ca019d4) Thanks [@llastflowers](https://github.com/llastflowers)! - Update Details component to no longer support sx
|
|
610
|
+
|
|
611
|
+
- [#6625](https://github.com/primer/react/pull/6625) [`65ae375`](https://github.com/primer/react/commit/65ae3757c1828bb5db5b5dd24d4ce743c679cf28) Thanks [@llastflowers](https://github.com/llastflowers)! - Update BranchName component to no longer support sx
|
|
612
|
+
|
|
613
|
+
### Minor Changes
|
|
614
|
+
|
|
615
|
+
- [#6726](https://github.com/primer/react/pull/6726) [`50c230f`](https://github.com/primer/react/commit/50c230f01b7e4b7c4664a676381737f995bf644e) Thanks [@joshblack](https://github.com/joshblack)! - Add ProgressBarItemProps and ProgressBarItemProps type exports to @primer/react
|
|
616
|
+
|
|
617
|
+
- [#6726](https://github.com/primer/react/pull/6726) [`50c230f`](https://github.com/primer/react/commit/50c230f01b7e4b7c4664a676381737f995bf644e) Thanks [@joshblack](https://github.com/joshblack)! - Add ToggleSwitchProps type to package exports
|
|
618
|
+
|
|
619
|
+
### Patch Changes
|
|
620
|
+
|
|
621
|
+
- [#6701](https://github.com/primer/react/pull/6701) [`1aa7404`](https://github.com/primer/react/commit/1aa7404f4070244083b9b05394921cda4dfe31c6) Thanks [@pksjce](https://github.com/pksjce)! - Banner: Should prefer aria-labelled-by over aria-label
|
|
622
|
+
|
|
623
|
+
- [#6715](https://github.com/primer/react/pull/6715) [`6def61e`](https://github.com/primer/react/commit/6def61e2286df882b5f15e329c801acd5bd29595) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx from the SkeletonBox component.
|
|
624
|
+
|
|
625
|
+
- [#6750](https://github.com/primer/react/pull/6750) [`0077b96`](https://github.com/primer/react/commit/0077b968f45fad50cb7abe52bd0cb442504279c2) Thanks [@pksjce](https://github.com/pksjce)! - v38: Make sure Banner is exported from main and experimental
|
|
626
|
+
|
|
627
|
+
- [#6751](https://github.com/primer/react/pull/6751) [`c8f3879`](https://github.com/primer/react/commit/c8f3879b0ce184c785573bfccd84aef0b8ef54ef) Thanks [@pksjce](https://github.com/pksjce)! - v38: Move pointerbox to deprecated still maintaining the main export
|
|
628
|
+
|
|
629
|
+
## 38.0.0-rc.1
|
|
630
|
+
|
|
631
|
+
### Major Changes
|
|
632
|
+
|
|
633
|
+
- [#6627](https://github.com/primer/react/pull/6627) [`6111046`](https://github.com/primer/react/commit/61110467f759c6680797c56d72deb9f86bba4dcd) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update ToggleSwitch component to no longer support sx, add sx wrapper to @primer/styled-react.
|
|
634
|
+
|
|
635
|
+
- [#6607](https://github.com/primer/react/pull/6607) [`133d5a5`](https://github.com/primer/react/commit/133d5a5e74b85811d2bb8b536836d5c16680efe1) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove sx prop support from the VisuallyHidden component
|
|
636
|
+
|
|
637
|
+
- [#6622](https://github.com/primer/react/pull/6622) [`247b3f7`](https://github.com/primer/react/commit/247b3f75c49e16b883e8f0528a036fc62d274ee6) Thanks [@francinelucca](https://github.com/francinelucca)! - BREAKING CHANGE: remove AvatarToken
|
|
638
|
+
BREAKING CHANGE: make Caret component internal only
|
|
639
|
+
|
|
640
|
+
- [#6595](https://github.com/primer/react/pull/6595) [`de5a4b7`](https://github.com/primer/react/commit/de5a4b7297a44d0dd1ad175ea8d740f570bc27e6) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Remove AvatarPair component from codebase
|
|
641
|
+
|
|
642
|
+
- [#6656](https://github.com/primer/react/pull/6656) [`3a778b9`](https://github.com/primer/react/commit/3a778b97b93a0fe2c54f585d668cd70d30c0ca56) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update StateLabel component to no longer support sx.
|
|
643
|
+
|
|
644
|
+
- [#6610](https://github.com/primer/react/pull/6610) [`65fc87d`](https://github.com/primer/react/commit/65fc87dc35652c5b228fc7e22d7644645ede2c89) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove sx prop support from the Stack component
|
|
645
|
+
|
|
646
|
+
- [#6613](https://github.com/primer/react/pull/6613) [`3ab94c5`](https://github.com/primer/react/commit/3ab94c5e8853855c8533c8403fd0d0203ab087d6) Thanks [@llastflowers](https://github.com/llastflowers)! - Update SplitPageLayout component to no longer support sx
|
|
647
|
+
|
|
3
648
|
## 38.0.0-rc.0
|
|
4
649
|
|
|
5
650
|
### Major Changes
|