|
6184 | 6184 | "studio.tokens": { |
6185 | 6185 | "modify": { |
6186 | 6186 | "type": "alpha", |
6187 | | - "value": "0.4", |
| 6187 | + "value": "0.6", |
6188 | 6188 | "space": "lch" |
6189 | 6189 | } |
6190 | 6190 | } |
6191 | 6191 | }, |
6192 | 6192 | "$type": "color", |
6193 | | - "$value": "{color.gray.1800}" |
| 6193 | + "$value": "{color.black}" |
6194 | 6194 | }, |
6195 | 6195 | "surface": { |
6196 | 6196 | "default-mode-light": { |
|
6696 | 6696 | }, |
6697 | 6697 | "disabled-mode-light": { |
6698 | 6698 | "$type": "color", |
6699 | | - "$value": "{color.gray.100}" |
| 6699 | + "$value": "{color.gray.300}", |
| 6700 | + "$description": "Border color for elements in their disabled state" |
6700 | 6701 | }, |
6701 | 6702 | "disabled-mode-dark": { |
6702 | 6703 | "$type": "color", |
6703 | | - "$value": "{color.gray.1600}" |
| 6704 | + "$value": "{color.gray.1400}", |
| 6705 | + "$description": "Border color for elements in their disabled state" |
6704 | 6706 | }, |
6705 | 6707 | "input-mode-light": { |
6706 | 6708 | "$type": "color", |
|
7461 | 7463 | "border-color-mode-light": { |
7462 | 7464 | "$componentLevelToken": "true", |
7463 | 7465 | "$type": "color", |
7464 | | - "$value": "{color.border.none}" |
| 7466 | + "$value": "{color.border.default-mode-light}" |
7465 | 7467 | }, |
7466 | 7468 | "border-color-mode-dark": { |
7467 | 7469 | "$componentLevelToken": "true", |
7468 | 7470 | "$type": "color", |
7469 | | - "$value": "{color.border.none}" |
| 7471 | + "$value": "{color.border.default-mode-dark}" |
7470 | 7472 | }, |
7471 | 7473 | "top-bar": { |
7472 | 7474 | "padding-top": { |
|
7493 | 7495 | "border-radius": { |
7494 | 7496 | "$componentLevelToken": "true", |
7495 | 7497 | "$type": "borderRadius", |
7496 | | - "$value": "{border.radius.default}" |
| 7498 | + "$value": "{border.radius.large}" |
7497 | 7499 | }, |
7498 | 7500 | "box-shadow": { |
7499 | 7501 | "$componentLevelToken": "true", |
|
9106 | 9108 | "border-radius": { |
9107 | 9109 | "$componentLevelToken": "true", |
9108 | 9110 | "$type": "borderRadius", |
9109 | | - "$value": "{border-radius.01}" |
| 9111 | + "$value": "{border-radius.02}" |
9110 | 9112 | }, |
9111 | 9113 | "box-shadow": { |
9112 | 9114 | "$componentLevelToken": "true", |
|
14763 | 14765 | "border-color": { |
14764 | 14766 | "$colorSchemeToken": "true", |
14765 | 14767 | "$type": "color", |
14766 | | - "$value": "{color.border.none}" |
| 14768 | + "$value": "{component.modal.border-color-mode-light}" |
14767 | 14769 | } |
14768 | 14770 | }, |
14769 | 14771 | "card": { |
|
15967 | 15969 | "border-color": { |
15968 | 15970 | "$colorSchemeToken": "true", |
15969 | 15971 | "$type": "color", |
15970 | | - "$value": "{color.border.none}" |
| 15972 | + "$value": "{component.modal.border-color-mode-dark}" |
15971 | 15973 | } |
15972 | 15974 | }, |
15973 | 15975 | "card": { |
|
0 commit comments