chore: release (next)#3967
Merged
Merged
Conversation
4606597 to
8350a68
Compare
8350a68 to
8267fe9
Compare
castastrophe
approved these changes
Jun 19, 2025
Contributor
Author
File metricsSummaryTotal size: 1.42 MB* 🎉 No changes detected in any packages * Size is the sum of all main files for packages in the library.* An ASCII character in UTF-8 is 8 bits or 1 byte. |
Contributor
Author
|
🚀 Deployed on https://pr-3967--spectrum-css.netlify.app |
3 tasks
11 tasks
This was referenced Aug 27, 2025
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to spectrum-two, this PR will be updated.
spectrum-twois currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonspectrum-two.Releases
@spectrum-css/accordion@8.0.0-next.2
Major Changes
#3684
f0c6273Thanks @jawinn! - ### Spectrum 2 migrationAccordion now uses Spectrum 2 tokens and specifications.
New sized tokens are used for corner rounding, the spacing around the disclosure icon, and
the spacing around the content area.
New features
collapsing the accordion item.
.spectrum-Accordion--noInlinePadding) in which the itemheader does not have padding.
overridden with
--mod-accordion-item-widthbut should not be smaller than--spectrum-accordion-item-minimum-width.Markup changes
The HTML markup has changed slightly for the accordion header. The disclosure icon has been moved
from outside the button (
spectrum-Accordion-itemHeader), to within the button. The extraelement with class
spectrum-Accordion-itemIconContainer, previously wrapping the icon, hasbeen removed. A span with class
spectrum-Accordion-itemTitlehas been added around the headingtext.
Mod changes
The following
--modcustom properties have been renamed to better reflect how they are used:--mod-accordion-item-heighthas been renamed to--mod-accordion-item-minimum-height--mod-accordion-min-block-sizehas been renamed to--mod-accordion-item-min-block-size--mod-accordion-component-edge-to-texthas been renamed to--mod-accordion-content-padding-inlineNew mods:
--mod-accordion-animation-duration--mod-accordion-edge-to-content-area--mod-accordion-item-minimum-width--mod-accordion-top-to-disclosure-indicator@spectrum-css/table@9.0.0-next.3
Minor Changes
#3818
f20e1e7Thanks @marissahuysentruyt! - ### S2 table migration (continued)Net-new features
Description of other S2 table work
A new
.spectrum-Table-headCell--alignEndclass was created to correspond to tables that may have end-aligned numerical data so the head cell follows the text alignment correctly.Semantically, if a table should enable column sorting, the content of a column's head cell should actually be a button, since it is triggering an action. If the column header cell could trigger a menu, the content of that cell should also be a button. New markup has been included to improve the semantic design of the content of header cells, utilizing button components to signify an action can be triggered, or a menu can be triggered.
In Storybook, new stories have been added to the docs page and the testing grid for Chromatic. These stories include
WithMenuButton,WithChartContent. Documentation has been added for each of these stories, as well as expanded in other stories.Mods
Renamed Modifiers
--mod-table-row-active-color--mod-table-row-background-color-activeNew Modifiers
--mod-table-header-font-style--mod-table-header-icons-color-active--mod-table-header-icons-color-default--mod-table-header-icons-color-hover--mod-table-header-icons-color-key-focus--mod-table-row-font-family--mod-table-row-font-style--mod-table-row-text-color-active--mod-table-row-text-color-hoverRemoved Modifiers
--mod-table-header-background-color-quiet--mod-table-row-background-color-quiet@spectrum-css/preview@12.0.5-next.6
Patch Changes
f20e1e7]:@spectrum-css/tokens@16.1.0-next.4
Patch Changes
f20e1e7Thanks @marissahuysentruyt! - Adds--spectrum-table-selected-row-background-color-rgbtolight-vars.cssanddark-vars.cssfor custom tokens.@spectrum-css/bundle@2.0.0-next.3
Patch Changes
f0c6273,f20e1e7,f20e1e7]: