Skip to content

chore: release (next) #3967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 18, 2025

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-two is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on spectrum-two.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@spectrum-css/accordion@8.0.0-next.2

Major Changes

  • #3684 f0c6273 Thanks @jawinn! - ### Spectrum 2 migration

    Accordion 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

    • Adds the optional "quiet" style, which does not show dividers between accordion items.
    • Adds CSS transition to animate the rotation of the disclosure indicator when expanding and
      collapsing the accordion item.
    • Adds no inline padding variant (.spectrum-Accordion--noInlinePadding) in which the item
      header does not have padding.
    • Per design spec, accordion items have a min-width and default width. Default width can be
      overridden with --mod-accordion-item-width but 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 extra
    element with class spectrum-Accordion-itemIconContainer, previously wrapping the icon, has
    been removed. A span with class spectrum-Accordion-itemTitle has been added around the heading
    text.

    Mod changes

    The following --mod custom properties have been renamed to better reflect how they are used:

    • --mod-accordion-item-height has been renamed to --mod-accordion-item-minimum-height
    • --mod-accordion-min-block-size has been renamed to --mod-accordion-item-min-block-size
    • --mod-accordion-component-edge-to-text has been renamed to --mod-accordion-content-padding-inline

    New 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 f20e1e7 Thanks @marissahuysentruyt! - ### S2 table migration (continued)

    Net-new features

    • New sparkline SVGs available for cell content

    Description of other S2 table work

    A new .spectrum-Table-headCell--alignEnd class 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
    Old Modifier New modifier
    --mod-table-row-active-color --mod-table-row-background-color-active
    New 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-hover
    Removed Modifiers
    • --mod-table-header-background-color-quiet
    • --mod-table-row-background-color-quiet

@spectrum-css/preview@12.0.5-next.6

Patch Changes

  • Updated dependencies [f20e1e7]:
    • @spectrum-css/tokens@16.1.0-next.4
    • @spectrum-css/bundle@2.0.0-next.3

@spectrum-css/tokens@16.1.0-next.4

Patch Changes

  • #3818 f20e1e7 Thanks @marissahuysentruyt! - Adds --spectrum-table-selected-row-background-color-rgb to light-vars.css and dark-vars.css for custom tokens.

@spectrum-css/bundle@2.0.0-next.3

Patch Changes

  • Updated dependencies [f0c6273, f20e1e7, f20e1e7]:
    • @spectrum-css/accordion@8.0.0-next.2
    • @spectrum-css/tokens@16.1.0-next.4
    • @spectrum-css/table@9.0.0-next.3

@github-actions github-actions bot force-pushed the changeset-release/spectrum-two branch 5 times, most recently from 4606597 to 8350a68 Compare June 19, 2025 15:52
@castastrophe castastrophe force-pushed the changeset-release/spectrum-two branch from 8350a68 to 8267fe9 Compare June 19, 2025 19:57
@castastrophe castastrophe enabled auto-merge (squash) June 19, 2025 19:57
Copy link
Contributor Author

File metrics

Summary

Total 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.

Copy link
Contributor Author

🚀 Deployed on https://pr-3967--spectrum-css.netlify.app

@castastrophe castastrophe merged commit 4198053 into spectrum-two Jun 19, 2025
17 of 24 checks passed
@castastrophe castastrophe deleted the changeset-release/spectrum-two branch June 19, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant