Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adobe/spectrum-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @spectrum-css/toast@11.0.0
Choose a base ref
...
head repository: adobe/spectrum-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @spectrum-css/toast@11.0.1
Choose a head ref
  • 2 commits
  • 170 files changed
  • 3 contributors

Commits on Feb 4, 2025

  1. fix: index-theme system mappings bug (#3534)

    Fixes a bug in the content of all component's dist/index-theme.css file.
    
    Expected index-theme.css to include the component selectors with component-level custom properties mapped to the --system prefixed ones in order to allow a component to support various contexts.
    
    Expected output example for the index-theme.css:
    
    ```
    .spectrum-ActionButton {
     --spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
     --spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
    ```
    castastrophe authored Feb 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    68e0057 View commit details
  2. chore: release (#3535)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Feb 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8f0bb0d View commit details
Loading