You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: run branch through format; update pathing and fix errors (#2700)
* feat(fieldlabel)!: s2 migration (#2569)
BREAKING CHANGE: uses Spectrum 2 tokens
Also:
* feat(fieldlabel): medium as default and 100 sizing tokens
- Use the correct "100" sized tokens for medium.
- Make medium styles the default, to conform with existing pattern.
.spectrum-FieldLabel--sizeM class removed as it is no longer
necessary.
* feat(fieldlabel): use correct font size tokens
The font-size tokens used for large and extra large needed to be shifted
up to match the s2 spec.
* refactor(fieldlabel): remove deprecated mods
Remove renamed mods marked as deprecated for S2 release.
* docs(fieldlabel): spectrum 2 noted in migration notes
Updates some docs and adds migration notes. Clarifies some docs around
"left" and "right", and fixes duplicate ID warnings from examples code.
* docs(fieldlabel): form - docs update and regenerate mods
Add migration guide section to "Form", that currently lives within the
Field label component. Regenerates mods to include the removal of
deprecated renamed mods.
* fix(fieldlabel): rename mod property referencing global token
A mod custom property was referencing a global token instead of the
component itself. Renames this and adds a note to the migration guide.
* feat(fieldlabel): use correct sizing tokens
Use correct tokens for some large and extra large custom properties,
to matching with design.
* style(fieldlabel): applying linter formatting adjustments
Run linter fix on the fieldlabel component, which rearranges a few
declarations.
* docs(fieldlabel): document asterisk icon size
Add documentation about asterisk UI icon sizes specified on the design.
These sizes are already handled in the Storybook template, but were not
really explained to the user.
* feat(fieldlabel): black and white static color variants
Add classes for static colors, as defined on the designs. And adds
examples of these variants to the documentation.
* build(fieldlabel): specify s2 tokens release for dependency
Use Spectrum 2 version of tokens package in dependencies list.
* chore: rebase against main and update components to use prerelease tokens
* chore: run branch through format; update pathing and fix errors
* chore: add changeset for css update
---------
Co-authored-by: Josh Winn <965114+jawinn@users.noreply.github.com>
Co-authored-by: Patrick Fulton <pfulton@adobe.com>
0 commit comments