Skip to content
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

feat(statuslight)!: migrate statuslight to core tokens #1495

Merged
merged 21 commits into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
chore(statuslight): use latest tokens package and fix casing
  • Loading branch information
pfulton committed Sep 21, 2022
commit 6872fc6e52ba51527e6aaddc13e857e4d9fe400e
2 changes: 1 addition & 1 deletion components/statuslight/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ governing permissions and limitations under the License.
--spectrum-statuslight-height: var(--spectrum-component-height-100);
--spectrum-statuslight-dot-size: var(--spectrum-status-light-dot-size-medium);
--spectrum-statuslight-line-height: var(--spectrum-line-height-100);
--spectrum-statuslight-line-height-cjk: var(--spectrum-CJK-line-height-100);
--spectrum-statuslight-line-height-cjk: var(--spectrum-cjk-line-height-100);

--spectrum-statuslight-font-size: var(--spectrum-font-size-100);

Expand Down
4 changes: 2 additions & 2 deletions components/statuslight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"build": "gulp"
},
"peerDependencies": {
"@spectrum-css/tokens": "^1.0.7"
"@spectrum-css/tokens": "^3.0.0"
},
"devDependencies": {
"@spectrum-css/component-builder": "^3.2.0",
"@spectrum-css/tokens": "^1.0.7",
"@spectrum-css/tokens": "^3.0.0",
"gulp": "^4.0.0"
},
"publishConfig": {
Expand Down