Skip to content

Commit e7d153e

Browse files
RajdeepcRajdeep Chandracaseyisonit
authored
chore: updated checkbox S2 fast follows (#5136)
* chore: updated checkbox fast follows * ci: updated golden image cache --------- Co-authored-by: Rajdeep Chandra <[email protected]> Co-authored-by: Casey Eickhoff <[email protected]>
1 parent be28fdd commit e7d153e

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
# 3. Commit this change to the PR branch where the changes exist.
1515
current_golden_images_hash:
1616
type: string
17-
default: 994c7f8cc0d9addc6b74a65570ee46a458afe875
17+
default: 86537e955b683f2ad57171bc0e804f2bc1173498
1818
wireit_cache_name:
1919
type: string
2020
default: wireit

packages/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@spectrum-web-components/shared": "^1.2.0"
7373
},
7474
"devDependencies": {
75-
"@spectrum-css/checkbox": "10.0.0-s2-foundations.20"
75+
"@spectrum-css/checkbox": "10.1.1"
7676
},
7777
"types": "./src/index.d.ts",
7878
"customElements": "custom-elements.json",

tools/styles/tokens-v2/system-theme-bridge.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,9 @@
11421142
--system-breadcrumbs-focus-indicator-color: var(
11431143
--spectrum-focus-indicator-color
11441144
);
1145-
--system-checkbox-control-color-default: var(--spectrum-gray-600);
1145+
--system-checkbox-control-color-default: var(
1146+
--spectrum-neutral-content-color-default
1147+
);
11461148
--system-checkbox-control-color-hover: var(--spectrum-gray-700);
11471149
--system-checkbox-control-color-down: var(--spectrum-gray-800);
11481150
--system-checkbox-control-color-focus: var(--spectrum-gray-700);

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7211,13 +7211,18 @@ __metadata:
72117211
languageName: node
72127212
linkType: hard
72137213

7214-
"@spectrum-css/checkbox@npm:10.0.0-s2-foundations.20":
7215-
version: 10.0.0-s2-foundations.20
7216-
resolution: "@spectrum-css/checkbox@npm:10.0.0-s2-foundations.20"
7214+
"@spectrum-css/checkbox@npm:10.1.1":
7215+
version: 10.1.1
7216+
resolution: "@spectrum-css/checkbox@npm:10.1.1"
72177217
peerDependencies:
7218-
"@spectrum-css/icon": ">=7"
7219-
"@spectrum-css/tokens": ">=14"
7220-
checksum: 10c0/0b374a8d7fc1acff8eb01c9808759deab983c78fca93222704d4a83164bef13f67a533bb7ee1b9cdd6a921e8b0bcd14dd45b575665e4219312cb9a663d477225
7218+
"@spectrum-css/icon": ">=9.0.0 <10.0.0"
7219+
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
7220+
peerDependenciesMeta:
7221+
"@spectrum-css/icon":
7222+
optional: true
7223+
"@spectrum-css/tokens":
7224+
optional: true
7225+
checksum: 10c0/370719feb998f154d464276488cdd5d4110ef3b2eed1a63befa82cabb8d9c7c50c2e2c044666b3c4bb8d9a117daf56688549847cf0542d50fc8a905222bcf104
72217226
languageName: node
72227227
linkType: hard
72237228

@@ -8192,7 +8197,7 @@ __metadata:
81928197
version: 0.0.0-use.local
81938198
resolution: "@spectrum-web-components/checkbox@workspace:packages/checkbox"
81948199
dependencies:
8195-
"@spectrum-css/checkbox": "npm:10.0.0-s2-foundations.20"
8200+
"@spectrum-css/checkbox": "npm:10.1.1"
81968201
"@spectrum-web-components/base": "npm:^1.2.0"
81978202
"@spectrum-web-components/icon": "npm:^1.2.0"
81988203
"@spectrum-web-components/icons-ui": "npm:^1.2.0"

0 commit comments

Comments
 (0)