File tree Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Expand file tree Collapse file tree 5 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ governing permissions and limitations under the License.
43
43
/* Font */
44
44
--spectrum-checkbox-font-size : var (--spectrum-font-size-100 );
45
45
--spectrum-checkbox-line-height : var (--spectrum-line-height-100 );
46
- --spectrum-checkbox-CJK -line-height : var (--spectrum-CJK -line-height-100 );
46
+ --spectrum-checkbox-cjk -line-height : var (--spectrum-cjk -line-height-100 );
47
47
48
48
/* Size */
49
49
--spectrum-checkbox-height : var (--spectrum-component-height-100 );
@@ -433,7 +433,7 @@ governing permissions and limitations under the License.
433
433
& : lang (js ),
434
434
& : lang (zh ),
435
435
& : lang (ko ) {
436
- line-height : var (--spectrum-checkbox-CJK -line-height , var (--mod-checkbox-line-height , var (--spectrum-checkbox-line-height )));
436
+ line-height : var (--spectrum-checkbox-cjk -line-height , var (--mod-checkbox-line-height , var (--spectrum-checkbox-line-height )));
437
437
}
438
438
}
439
439
Original file line number Diff line number Diff line change 17
17
},
18
18
"peerDependencies" : {
19
19
"@spectrum-css/icon" : " ^3.0.23" ,
20
- "@spectrum-css/tokens" : " ^1 .0.4 "
20
+ "@spectrum-css/tokens" : " ^3 .0.0 "
21
21
},
22
22
"devDependencies" : {
23
23
"@spectrum-css/component-builder-simple" : " ^1.0.0-beta" ,
24
24
"@spectrum-css/icon" : " ^3.0.23" ,
25
- "@spectrum-css/tokens" : " ^1 .0.4 " ,
25
+ "@spectrum-css/tokens" : " ^3 .0.0 " ,
26
26
"gulp" : " ^4.0.0"
27
27
},
28
28
"publishConfig" : {
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ governing permissions and limitations under the License.
22
22
--spectrum-checkbox-control-selected-color-default : var (--spectrum-gray-800 );
23
23
--spectrum-checkbox-control-selected-color-hover : var (--spectrum-gray-900 );
24
24
--spectrum-checkbox-control-selected-color-down : var (--spectrum-gray-900 );
25
- --spectrum-checkbox-control-selected-color-focus : var (--spectrum-gray-900 );
25
+ /* --spectrum-checkbox-control-selected-color-focus: var(--spectrum-gray-900); */
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ governing permissions and limitations under the License.
22
22
--spectrum-checkbox-control-selected-color-default : var (--spectrum-gray-700 );
23
23
--spectrum-checkbox-control-selected-color-hover : var (--spectrum-gray-800 );
24
24
--spectrum-checkbox-control-selected-color-down : var (--spectrum-gray-900 );
25
- --spectrum-checkbox-control-selected-color-focus : var (--spectrum-gray-800 );
25
+ /* --spectrum-checkbox-control-selected-color-focus: var(--spectrum-gray-800); */
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1478
1478
resolved "https://registry.yarnpkg.com/@spectrum-css/spectrum-css-vr-test-assets-essential/-/spectrum-css-vr-test-assets-essential-1.0.46.tgz#8a8c9007003f5c7c1501b3a0ecb721f751f9f68b"
1479
1479
integrity sha512-09KcehdKIxpVTxmC3bkaCGiLwbxakFNZIirGQlwryu0qnuu1uzst+ELnZdh0s/O2akfmo43PRbaKiIL0x23NQg==
1480
1480
1481
- "@spectrum-css/tokens@^1.0.4":
1482
- version "1.0.8"
1483
- resolved "https://registry.yarnpkg.com/@spectrum-css/tokens/-/tokens-1.0.8.tgz#2eb52b1b895668d09cf2dc2d4bf9f6a1f00a8cc5"
1484
- integrity sha512-IzfHeojEjE6G+YeZ/Rrwz31471V09dxBZ9RLloUpHUcLghwzzlkBqnkDIetgCBpsDyH/20jYvI0UaLM6zH+cKw==
1485
-
1486
1481
"@spectrum-css/tokens@^1.0.7":
1487
1482
version "1.0.7"
1488
1483
resolved "https://registry.yarnpkg.com/@spectrum-css/tokens/-/tokens-1.0.7.tgz#7256ed9383ac4555f7bc0cf43a9ebe4f5e41b117"
You can’t perform that action at this time.
0 commit comments