chore: update dependency @spectrum-css/actionbutton to v7.0.0 #5035
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 contains the following updates:
7.0.0-s2-foundations.22
->7.0.0
Release Notes
adobe/spectrum-css (@spectrum-css/actionbutton)
v7.0.0
Compare Source
Major Changes
#2786
6c19fcf
Thanks @pfulton! - ## Breaking changeThis major update creates a bridge between the Spectrum 1 (S1) and Spectrum 2 (S2) designs, dubbed "Spectrum 2 Foundations". These do NOT reflect a fully migrated S2 component. This approach allows consumers to swap the appearance of their components between S1, Express, and S2 by leveraging a "system" layer that remaps the necessary component-level tokens to the appropriate token dataset.
For these components to appear S2, you must load the assets with the
@spectrum-css/tokens
atv16
or higher.For S1 or Express, load assets with the
@spectrum-css/tokens
atv14.x
orv15.x
.If you are looking to implement a fully S2 design, please explore the
next
tag releases instead of using this foundations release. This release is used in Spectrum Web Components 1.x.Deprecations
The
metadata
folder containing themods.md
andmetadata.json
assets has been removed from source. To find information about the components including what selectors, modifiers, and passthroughs are used, please see thedist/metadata.json
asset shipped with every component containing CSS.The
index-vars.css
asset has been removed in this release as it was previously deprecated and is no longer maintained. Please use theindex.css
orindex-base.css
File usage
If you are rendering components and need only the S2 Foundations styles, you can make use of the
index.css
asset which contains all the base styles plus the system mappings for S2 Foundations.If you are using this version to publish only an S1 or Express component, you can use the
index-base.css
plus the desiredthemes/(spectrum|express).css
file.To render a component that can be easily swapped between the S2 Foundations, S1, or Express contexts, load
index-base.css
with theindex-theme.css
file and leverage the appropriate context classes (.spectrum--legacy
for S1 and.spectrum--express
for Express).Patch Changes
6c19fcf
,3d08cea
,6c19fcf
]:v7.0.0-s2-foundations.24
Compare Source
Major Changes
#2786
f6ad55e
Thanks @pfulton! - feat: s2 foundations non-gray-800 colors update--spectrum-blue-800
--spectrum-red-800
--spectrum-orange-800
--spectrum-yellow-800
--spectrum-chartreuse-800
--spectrum-celery-800
--spectrum-green-800
--spectrum-seafoam-800
--spectrum-cyan-800
--spectrum-indigo-800
--spectrum-purple-800
--spectrum-fuchsia-800
--spectrum-magenta-800
--spectrum-pink-800
--spectrum-turqoise-800
--spectrum-brown-800
--spectrum-silver-800
--spectrum-cinnamon-800
Patch Changes
f6ad55e
]:v7.0.0-s2-foundations.23
Compare Source
Patch Changes
b84b93e
Thanks @marissahuysentruyt! - Adds line-height on.spectrum-ActionButton-label
in order to accommodate text with diacritics that may be cut off vertically.Configuration
📅 Schedule: Branch creation - "after 12pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.