-
Notifications
You must be signed in to change notification settings - Fork 217
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
chore: update dependency @spectrum-css/stepper to v7.1.3 #5345
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: f24c1da The changes in this PR will be included in the next version bump. This PR includes changesets to release 84 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Branch previewReview the following VRT differencesWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
If the changes are expected, update the |
Tachometer resultsCurrently, no packages are changed by this PR... |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
7.0.0-s2-foundations.19
->7.1.3
Release Notes
adobe/spectrum-css (@spectrum-css/stepper)
v7.1.3
Compare Source
Patch Changes
3aec28a
Thanks @marissahuysentruyt! - - Updates--spectrum-stepper-border-color-focus-hover
fromgray-800
togray-900
.--spectrum-stepper-buttons-border-color-keyboard-focus
fromgray-900
togray-800
to match the rest of the border color on keyboardFocus.v7.1.2
Compare Source
Patch Changes
📝 #3594
6200a63
Thanks @TarunAdobe!--spectrum-stepper-border-color-keyboard-focus
) to--spectrum-gray-800
.v7.1.1
Compare Source
Patch Changes
📝 #3536
f77aa72
Thanks @marissahuysentruyt!S2 Foundations fixes
gray-100
as opposed togray-25
.gray-500
(instead ofgray-800
) to align with other field/form components.&.is-keyboardFocused&.is-placeholder
selector to&.is-keyboardFocused.spectrum-Picker-label.is-placeholder
to avoid unexpectedly targeting the nested placeholder class.v7.1.0
Compare Source
Minor Changes
📝
205182b
Thanks @castastrophe!v7.0.1
Compare Source
Patch Changes
📝 #3534
68e0057
Thanks @castastrophe!Fixes a bug in the content of the
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:
68e0057
]:v7.0.0
Compare Source
Major Changes
📝 #2786
6c19fcf
Thanks @pfulton!🛑 Breaking change
This 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
]: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.