Skip to content

Commit

Permalink
@sp-design/tokenをアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
oki07 committed Nov 6, 2024
1 parent 89dbf83 commit 958eb88
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@sp-design/token": "git+https://github.com/uzabase/sp-design-token.git#semver:^6.0.1",
"@sp-design/token": "git+https://github.com/uzabase/sp-design-token.git#semver:^8.0.0",
"@ub-design/components-web-components": "git+https://github.com/uzabase/ub-design-components-web-components.git#semver:^0.1.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/checkbox/checkbox-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.base:has(.input:focus-visible) {
outline: 2px solid var(--color-semantic-text-body-regular);
outline: 2px solid var(--color-semantic-text-regular);
outline-offset: 2px;
}

Expand All @@ -33,7 +33,7 @@

.text {
padding-block-start: 2.5px;
color: var(--color-semantic-text-body-regular);
color: var(--color-semantic-text-regular);
font-size: 12px;
line-height: 1.6;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/checkbox/checkbox-text.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.base:has(.input:focus-visible) {
outline: 2px solid var(--color-semantic-text-body-regular);
outline: 2px solid var(--color-semantic-text-regular);
outline-offset: 2px;
}

Expand All @@ -22,7 +22,7 @@

.text {
padding-block-start: 2.5px;
color: var(--color-semantic-text-body-regular);
color: var(--color-semantic-text-regular);
font-size: 12px;
line-height: 1.6;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/checkbox/checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.base:has(.input:focus-visible) {
outline: 2px solid var(--color-semantic-text-body-regular);
outline: 2px solid var(--color-semantic-text-regular);
outline-offset: 2px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/radio/radio-button-text-group.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

.text {
color: var(--color-semantic-text-body-regular);
color: var(--color-semantic-text-regular);
font-size: 12px;
line-height: 1.6;
padding-block: 2.5px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/segmentedControl/segmented-control.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
background-color: var(--color-semantic-surface-regular-2);
border: 1px solid var(--color-semantic-border-regular);
border-right: none;
color: var(--color-semantic-text-body-semi-weak);
color: var(--color-semantic-text-weak);
font-size: 10px;
line-height: 1.6;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion src/components/tab/tab.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
padding: 2px 16px;
justify-content: center;
align-items: center;
color: var(--color-semantic-text-body-regular);
color: var(--color-semantic-text-regular);
font-size:14px;
border-radius: 14px;
min-height: 28px;
Expand Down

0 comments on commit 958eb88

Please sign in to comment.