Skip to content

feat(swatch)!: migrate swatch to core tokens #1501

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 33 commits into from
Oct 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3cd902c
feat(swatch)!: migrate to core tokens
Aug 15, 2022
8e5dc2e
feat: add themes directory
Aug 15, 2022
7736723
feat: add swatch size
Aug 15, 2022
6d0dcfd
feat: successful build
Aug 16, 2022
e47793e
fix: adjust t-shirt sizes
Aug 16, 2022
a31109b
fix: adjust focus-visible styles
Aug 16, 2022
b5863db
fix: swatch variant border colors
Aug 16, 2022
7bac381
fix: selected spacing
Aug 16, 2022
caaec43
chore: upate @spectrum-css/tokens dep
Aug 16, 2022
273705f
fix: adjust border radius for selected swatch variant
Aug 16, 2022
b2b584e
fix: add midex value variant dash icon color
Aug 16, 2022
3ef2eb8
fix: use red-900 for slash color
Aug 17, 2022
dc647c0
feat: add checkerboard fill styles
Aug 17, 2022
ee1c227
refactor: use modifier token for swatch fill background color
Aug 17, 2022
1977e5a
fix: update is-selected inner border color
Aug 17, 2022
c24bd62
chore: remove unnecessary comments
Aug 17, 2022
252b6b1
chore: add modifier properties
Aug 18, 2022
4e3d362
fix: define is-image for transparent swatch fill background-color
Aug 18, 2022
b607231
fix: update windows high contrast colors
Aug 18, 2022
7d7a4b9
refactor: calc selected swatch spacing based on border thickness
Aug 23, 2022
3a9be3b
fix: use clip-path for is-selected state
Aug 23, 2022
1c3cb5f
fix: tidy up
Aug 24, 2022
424fe15
chore(swatch): use latest tokens dependency
pfulton Aug 30, 2022
6f7c2cc
chore(swatch): manual version bump for beta release
pfulton Aug 30, 2022
ff99d99
chore(swatch): manual version bump for second beta release
pfulton Aug 30, 2022
0652f02
refactor: restore --spectrum-picked-color
Sep 9, 2022
9dfedb2
chore(swatch): manual version bump for updated beta release
pfulton Sep 12, 2022
c554acf
fix: no background-image for is-nothing variant
Sep 21, 2022
ddcb3ea
fix: adjust variants and WHCM styles
Sep 25, 2022
a479e8f
chore(swatch): manual version bump for beta release
pfulton Sep 26, 2022
0f1bef8
fix: separate icon-border-color and border-color-selected-color tokens
Sep 27, 2022
38d2996
chore(swatch): manual version bump for new beta release
Sep 28, 2022
e8fc995
chore(swatch): use latest tokens dependency
pfulton Oct 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/swatch/gulpfile.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@spectrum-css/component-builder');
module.exports = require('@spectrum-css/component-builder-simple');
Loading