Skip to content

Commit 26664ad

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 d9a7074 commit 26664ad

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
@@ -5282,7 +5282,7 @@ __metadata:
52825282
peerDependencies:
52835283
"@spectrum-css/avatar": ">=9.0.0 <10.0.0"
52845284
"@spectrum-css/clearbutton": ">=7.0.0 <8.0.0"
5285-
"@spectrum-css/icon": ">=9"
5285+
"@spectrum-css/icon": ">=9 <10.0.0"
52865286
"@spectrum-css/tokens": ">=14.0.0-next.0"
52875287
peerDependenciesMeta:
52885288
"@spectrum-css/avatar":
@@ -7855,24 +7855,10 @@ __metadata:
78557855
languageName: node
78567856
linkType: hard
78577857

7858-
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001599, caniuse-lite@npm:^1.0.30001640":
7859-
version: 1.0.30001643
7860-
resolution: "caniuse-lite@npm:1.0.30001643"
7861-
checksum: 10c0/7fcd0fd180bbe6764311ad57b0d39c23afdcc3bb1d8f804e7a76752c62a85b1bb7cf74b672d9da2f0afe7ad75336ff811a6fe279eb2a54bc04c272b6b62e57f1
7862-
languageName: node
7863-
linkType: hard
7864-
7865-
"caniuse-lite@npm:^1.0.30001646":
7866-
version: 1.0.30001660
7867-
resolution: "caniuse-lite@npm:1.0.30001660"
7868-
checksum: 10c0/d28900b56c597176d515c3175ca75c454f2d30cb2c09a44d7bdb009bb0c4d8a2557905adb77642889bbe9feb85fbfe9d974c8b8e53521fb4b50ee16ab246104e
7869-
languageName: node
7870-
linkType: hard
7871-
7872-
"caniuse-lite@npm:^1.0.30001669":
7873-
version: 1.0.30001673
7874-
resolution: "caniuse-lite@npm:1.0.30001673"
7875-
checksum: 10c0/0e73a2b0f06973052e563dec9990a6fd440d510fa2ff54fa50310e736abb86e96c96b43c10e609fc22f2109f98fe76428b70441baf6b1a49f69ccf50c1879f6b
7858+
"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":
7859+
version: 1.0.30001699
7860+
resolution: "caniuse-lite@npm:1.0.30001699"
7861+
checksum: 10c0/e87b3a0602c3124131f6a21f1eb262378e17a2ee3089e3c472ac8b9caa85cf7d6a219655379302c29c6f10a74051f2a712639d7f98ee0444c73fefcbaf25d519
78767862
languageName: node
78777863
linkType: hard
78787864

0 commit comments

Comments
 (0)