Skip to content

Commit

Permalink
chore: update deps, add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Feb 15, 2024
1 parent 3657454 commit 4b78009
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 279 deletions.
25 changes: 25 additions & 0 deletions .changeset/wild-numbers-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
"@adobe/spectrum-tokens": minor
---

Updated values and added new tokens for Switch.

## Design Motivation

Added new tokens: switch-handle-size-_ and switch-handle-selected-size-_ for both desktop and mobile.
Update token values on: switch-control-width-_ and switch-control-height-_ for both desktop and mobile.

The design for Switch in S2 has changed and now has a border when it's not selected. New handle sizes are added and control sizes have been updated.

## Token Diff

_Token values updated (8):_

- `switch-control-height-extra-large`
- `switch-control-height-large`
- `switch-control-height-medium`
- `switch-control-height-small`
- `switch-control-width-extra-large`
- `switch-control-width-large`
- `switch-control-width-medium`
- `switch-control-width-small`
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8.14.0
version: 8.15.3
- uses: moonrepo/setup-moon-action@v1
- run: moon setup
- run: moon run site:export
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8.14.0
version: 8.15.3
- uses: moonrepo/setup-moon-action@v1
- run: moon setup
- run: moon run :build --query "projectSource~packages/*"
Expand Down
2 changes: 1 addition & 1 deletion .moon/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ node:

# The version of the package manager (above) to use.
pnpm:
version: "8.14.0"
version: "8.15.3"

# Add `node.version` as a constraint in the root `package.json` `engines`.
addEnginesConstraint: true
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"homepage": "https://github.com/adobe/spectrum-tokens#readme",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@moonrepo/cli": "^1.20.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@moonrepo/cli": "^1.21.3",
"ava": "^6.1.1",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4"
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"engines": {
"node": "18.13.0"
},
"packageManager": "pnpm@8.14.0"
"packageManager": "pnpm@8.15.3"
}
Loading

0 comments on commit 4b78009

Please sign in to comment.