Skip to content

Commit e638e5e

Browse files
rise-erpeldingcastastrophe
authored andcommitted
fix(textfield,menu,tag,toast,tabs,well,popover): define custom props (#3471)
* fix(popover): define --spectrum-popover-border-width in index.css * fix(well): define --spectrum-well-border-color in index.css * fix(tabs): define --spectrum-tabs-font-weight * fix(toast): define default background color and divider color * fix(tag): define undefined custom properties * fix(menu): define menu item background colors * fix(textfield): define undefined custom properties
1 parent 4769cfe commit e638e5e

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

components/tag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"peerDependencies": {
2828
"@spectrum-css/avatar": ">=9.0.0 <10.0.0",
2929
"@spectrum-css/clearbutton": ">=7.0.0 <8.0.0",
30-
"@spectrum-css/icon": ">=9",
30+
"@spectrum-css/icon": ">=9 <10.0.0",
3131
"@spectrum-css/tokens": ">=14.0.0-next.0"
3232
},
3333
"peerDependenciesMeta": {

tokens/tasks/token-rollup.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ async function main({
124124
// Then build the index.css file
125125
await index(["dist/css/*-vars.css"], path.join(compiledOutputPath, "css", "index.css"), { cwd, clean }).then((report) => { reports.push(report); }).catch((err) => { errors.push(err); });
126126

127-
// Finally, copy the index.css file to the dist folder
128-
await copy(path.join(compiledOutputPath, "css", "index.css"), path.join(cwd, "dist", "index.css"), { cwd, isDeprecated: false }).then((report) => { reports.push(report); }).catch((err) => { errors.push(err); });
129-
130127
// Combine all the reports into a single log output
131128
const logs = reports.flat(Infinity).filter(Boolean);
132129
const errorLogs = errors.flat(Infinity).filter(Boolean);

yarn.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5345,7 +5345,7 @@ __metadata:
53455345
peerDependencies:
53465346
"@spectrum-css/avatar": ">=9.0.0 <10.0.0"
53475347
"@spectrum-css/clearbutton": ">=7.0.0 <8.0.0"
5348-
"@spectrum-css/icon": ">=9"
5348+
"@spectrum-css/icon": ">=9 <10.0.0"
53495349
"@spectrum-css/tokens": ">=14.0.0-next.0"
53505350
peerDependenciesMeta:
53515351
"@spectrum-css/avatar":
@@ -7918,24 +7918,10 @@ __metadata:
79187918
languageName: node
79197919
linkType: hard
79207920

7921-
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001599, caniuse-lite@npm:^1.0.30001640":
7922-
version: 1.0.30001643
7923-
resolution: "caniuse-lite@npm:1.0.30001643"
7924-
checksum: 10c0/7fcd0fd180bbe6764311ad57b0d39c23afdcc3bb1d8f804e7a76752c62a85b1bb7cf74b672d9da2f0afe7ad75336ff811a6fe279eb2a54bc04c272b6b62e57f1
7925-
languageName: node
7926-
linkType: hard
7927-
7928-
"caniuse-lite@npm:^1.0.30001646":
7929-
version: 1.0.30001660
7930-
resolution: "caniuse-lite@npm:1.0.30001660"
7931-
checksum: 10c0/d28900b56c597176d515c3175ca75c454f2d30cb2c09a44d7bdb009bb0c4d8a2557905adb77642889bbe9feb85fbfe9d974c8b8e53521fb4b50ee16ab246104e
7932-
languageName: node
7933-
linkType: hard
7934-
7935-
"caniuse-lite@npm:^1.0.30001669":
7936-
version: 1.0.30001673
7937-
resolution: "caniuse-lite@npm:1.0.30001673"
7938-
checksum: 10c0/0e73a2b0f06973052e563dec9990a6fd440d510fa2ff54fa50310e736abb86e96c96b43c10e609fc22f2109f98fe76428b70441baf6b1a49f69ccf50c1879f6b
7921+
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001599, caniuse-lite@npm:^1.0.30001640, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001669":
7922+
version: 1.0.30001699
7923+
resolution: "caniuse-lite@npm:1.0.30001699"
7924+
checksum: 10c0/e87b3a0602c3124131f6a21f1eb262378e17a2ee3089e3c472ac8b9caa85cf7d6a219655379302c29c6f10a74051f2a712639d7f98ee0444c73fefcbaf25d519
79397925
languageName: node
79407926
linkType: hard
79417927

0 commit comments

Comments
 (0)