Skip to content

Commit 923bef2

Browse files
chore: release (next) (#3620)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89f987c commit 923bef2

File tree

13 files changed

+67
-37
lines changed

13 files changed

+67
-37
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
"modern-chairs-sit",
119119
"nine-kings-repair",
120120
"olive-tools-hang",
121+
"polite-moments-stay",
121122
"proud-jokes-rule",
122123
"rotten-meals-share",
123124
"serious-clouds-jam",

components/alertdialog/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## 5.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf)]:
8+
- @spectrum-css/modal@7.1.1-next.0
9+
310
## 5.0.0-next.1
411

512
### Patch Changes

components/alertdialog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertdialog",
3-
"version": "5.0.0-next.1",
3+
"version": "5.0.0-next.2",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,7 +28,7 @@
2828
"@spectrum-css/buttongroup": ">=10.0.0-next.0",
2929
"@spectrum-css/divider": ">=6.0.0-next.0",
3030
"@spectrum-css/icon": ">=10.0.0-next.0",
31-
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
31+
"@spectrum-css/modal": ">=7.1.1-next.0",
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
3333
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
3434
},
@@ -56,7 +56,7 @@
5656
"@spectrum-css/buttongroup": "10.0.0-next.0",
5757
"@spectrum-css/divider": "6.0.0-next.0",
5858
"@spectrum-css/icon": "10.0.0-next.0",
59-
"@spectrum-css/modal": "7.1.0",
59+
"@spectrum-css/modal": "7.1.1-next.0",
6060
"@spectrum-css/tokens": "16.0.1",
6161
"@spectrum-css/underlay": "6.1.0"
6262
},

components/dialog/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## 13.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf)]:
8+
- @spectrum-css/modal@7.1.1-next.0
9+
310
## 13.0.0-next.1
411

512
### Patch Changes

components/dialog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/dialog",
3-
"version": "13.0.0-next.1",
3+
"version": "13.0.0-next.2",
44
"description": "The Spectrum CSS dialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -29,7 +29,7 @@
2929
"@spectrum-css/buttongroup": ">=10.0.0-next.0",
3030
"@spectrum-css/closebutton": ">=7.0.0-next.0",
3131
"@spectrum-css/divider": ">=6.0.0-next.0",
32-
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
32+
"@spectrum-css/modal": ">=7.1.1-next.0",
3333
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
3434
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
3535
},
@@ -61,7 +61,7 @@
6161
"@spectrum-css/buttongroup": "10.0.0-next.0",
6262
"@spectrum-css/closebutton": "7.0.0-next.0",
6363
"@spectrum-css/divider": "6.0.0-next.0",
64-
"@spectrum-css/modal": "7.1.0",
64+
"@spectrum-css/modal": "7.1.1-next.0",
6565
"@spectrum-css/tokens": "16.0.1",
6666
"@spectrum-css/typography": "8.1.0",
6767
"@spectrum-css/underlay": "6.1.0"

components/menu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@spectrum-css/icon": "10.0.0-next.0",
5959
"@spectrum-css/switch": "6.1.0",
6060
"@spectrum-css/tokens": "16.0.1",
61-
"@spectrum-css/tray": "6.0.0-next.1"
61+
"@spectrum-css/tray": "6.0.0-next.2"
6262
},
6363
"keywords": [
6464
"design-system",

components/modal/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Change log
22

3+
## 7.1.1-next.0
4+
5+
### Patch Changes
6+
7+
📝 [#3604](https://github.com/adobe/spectrum-css/pull/3604) [`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
8+
9+
In Spectrum 2, elements that would typically be children of a modal (like dialogs, alert dialogs, and tray) have background-color token specs defined. Because modal _also_ had a defined background color, there was some antialiasing bleed-through happening on the corners, since both the modal and its child now had background colors on top of each other. `--spectrum-modal-background-color` is now redefined as `transparent` to avoid these conflicts in S2. `--mod-modal-background-color` is still available to consumers.
10+
311
## 7.1.0
412

513
### Minor Changes
614

715
📝 [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)!
816

9-
## New feature
17+
### New feature
1018

1119
Minified and gzipped outputs available for all compiled CSS assets.
1220

components/modal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/modal",
3-
"version": "7.1.0",
3+
"version": "7.1.1-next.0",
44
"description": "The Spectrum CSS modal component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/popover/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/alertdialog": "5.0.0-next.1",
52+
"@spectrum-css/alertdialog": "5.0.0-next.2",
5353
"@spectrum-css/commons": "11.0.0",
54-
"@spectrum-css/dialog": "13.0.0-next.1",
54+
"@spectrum-css/dialog": "13.0.0-next.2",
5555
"@spectrum-css/divider": "6.0.0-next.0",
5656
"@spectrum-css/menu": "10.0.0-next.1",
5757
"@spectrum-css/tokens": "16.0.1"

components/tray/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## 6.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf)]:
8+
- @spectrum-css/modal@7.1.1-next.0
9+
310
## 6.0.0-next.1
411

512
### Patch Changes

components/tray/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/tray",
3-
"version": "6.0.0-next.1",
3+
"version": "6.0.0-next.2",
44
"description": "The Spectrum CSS tray component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -29,7 +29,7 @@
2929
"@spectrum-css/dialog": ">=13.0.0-next.0",
3030
"@spectrum-css/divider": ">=6.0.0-next.0",
3131
"@spectrum-css/icon": ">=10.0.0-next.0",
32-
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
32+
"@spectrum-css/modal": ">=7.1.1-next.0",
3333
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3434
},
3535
"peerDependenciesMeta": {
@@ -54,10 +54,10 @@
5454
},
5555
"devDependencies": {
5656
"@spectrum-css/button": "15.0.0-next.0",
57-
"@spectrum-css/dialog": "13.0.0-next.1",
57+
"@spectrum-css/dialog": "13.0.0-next.2",
5858
"@spectrum-css/divider": "6.0.0-next.0",
5959
"@spectrum-css/icon": "10.0.0-next.0",
60-
"@spectrum-css/modal": "7.1.0",
60+
"@spectrum-css/modal": "7.1.1-next.0",
6161
"@spectrum-css/tokens": "16.0.1"
6262
},
6363
"keywords": [

tools/bundle/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@spectrum-css/actiongroup": "7.0.0-next.0",
3737
"@spectrum-css/actionmenu": "8.0.0-next.0",
3838
"@spectrum-css/alertbanner": "4.0.0-next.1",
39-
"@spectrum-css/alertdialog": "5.0.0-next.1",
39+
"@spectrum-css/alertdialog": "5.0.0-next.2",
4040
"@spectrum-css/asset": "7.1.0",
4141
"@spectrum-css/assetcard": "6.0.0-next.0",
4242
"@spectrum-css/assetlist": "9.0.0-next.0",
@@ -62,7 +62,7 @@
6262
"@spectrum-css/contextualhelp": "6.0.0-next.0",
6363
"@spectrum-css/datepicker": "5.0.0-next.0",
6464
"@spectrum-css/dial": "5.1.0",
65-
"@spectrum-css/dialog": "13.0.0-next.1",
65+
"@spectrum-css/dialog": "13.0.0-next.2",
6666
"@spectrum-css/divider": "6.0.0-next.0",
6767
"@spectrum-css/dropindicator": "8.0.0-next.0",
6868
"@spectrum-css/dropzone": "9.0.0-next.1",
@@ -80,7 +80,7 @@
8080
"@spectrum-css/menu": "10.0.0-next.1",
8181
"@spectrum-css/meter": "2.0.0-next.0",
8282
"@spectrum-css/miller": "9.0.0-next.0",
83-
"@spectrum-css/modal": "7.1.0",
83+
"@spectrum-css/modal": "7.1.1-next.0",
8484
"@spectrum-css/opacitycheckerboard": "4.1.0",
8585
"@spectrum-css/page": "9.1.0",
8686
"@spectrum-css/pagination": "11.0.0-next.0",
@@ -110,7 +110,7 @@
110110
"@spectrum-css/toast": "12.0.0-next.0",
111111
"@spectrum-css/tokens": "16.0.1",
112112
"@spectrum-css/tooltip": "8.0.0-next.0",
113-
"@spectrum-css/tray": "6.0.0-next.1",
113+
"@spectrum-css/tray": "6.0.0-next.2",
114114
"@spectrum-css/treeview": "13.0.0-next.0",
115115
"@spectrum-css/typography": "8.1.0",
116116
"@spectrum-css/underlay": "6.1.0",

yarn.lock

+18-18
Original file line numberDiff line numberDiff line change
@@ -3900,21 +3900,21 @@ __metadata:
39003900
languageName: unknown
39013901
linkType: soft
39023902

3903-
"@spectrum-css/alertdialog@npm:5.0.0-next.1, @spectrum-css/alertdialog@workspace:components/alertdialog":
3903+
"@spectrum-css/alertdialog@npm:5.0.0-next.2, @spectrum-css/alertdialog@workspace:components/alertdialog":
39043904
version: 0.0.0-use.local
39053905
resolution: "@spectrum-css/alertdialog@workspace:components/alertdialog"
39063906
dependencies:
39073907
"@spectrum-css/buttongroup": "npm:10.0.0-next.0"
39083908
"@spectrum-css/divider": "npm:6.0.0-next.0"
39093909
"@spectrum-css/icon": "npm:10.0.0-next.0"
3910-
"@spectrum-css/modal": "npm:7.1.0"
3910+
"@spectrum-css/modal": "npm:7.1.1-next.0"
39113911
"@spectrum-css/tokens": "npm:16.0.1"
39123912
"@spectrum-css/underlay": "npm:6.1.0"
39133913
peerDependencies:
39143914
"@spectrum-css/buttongroup": ">=10.0.0-next.0"
39153915
"@spectrum-css/divider": ">=6.0.0-next.0"
39163916
"@spectrum-css/icon": ">=10.0.0-next.0"
3917-
"@spectrum-css/modal": ">=7.0.0 <8.0.0"
3917+
"@spectrum-css/modal": ">=7.1.1-next.0"
39183918
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
39193919
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
39203920
peerDependenciesMeta:
@@ -4045,7 +4045,7 @@ __metadata:
40454045
"@spectrum-css/actiongroup": "npm:7.0.0-next.0"
40464046
"@spectrum-css/actionmenu": "npm:8.0.0-next.0"
40474047
"@spectrum-css/alertbanner": "npm:4.0.0-next.1"
4048-
"@spectrum-css/alertdialog": "npm:5.0.0-next.1"
4048+
"@spectrum-css/alertdialog": "npm:5.0.0-next.2"
40494049
"@spectrum-css/asset": "npm:7.1.0"
40504050
"@spectrum-css/assetcard": "npm:6.0.0-next.0"
40514051
"@spectrum-css/assetlist": "npm:9.0.0-next.0"
@@ -4071,7 +4071,7 @@ __metadata:
40714071
"@spectrum-css/contextualhelp": "npm:6.0.0-next.0"
40724072
"@spectrum-css/datepicker": "npm:5.0.0-next.0"
40734073
"@spectrum-css/dial": "npm:5.1.0"
4074-
"@spectrum-css/dialog": "npm:13.0.0-next.1"
4074+
"@spectrum-css/dialog": "npm:13.0.0-next.2"
40754075
"@spectrum-css/divider": "npm:6.0.0-next.0"
40764076
"@spectrum-css/dropindicator": "npm:8.0.0-next.0"
40774077
"@spectrum-css/dropzone": "npm:9.0.0-next.1"
@@ -4089,7 +4089,7 @@ __metadata:
40894089
"@spectrum-css/menu": "npm:10.0.0-next.1"
40904090
"@spectrum-css/meter": "npm:2.0.0-next.0"
40914091
"@spectrum-css/miller": "npm:9.0.0-next.0"
4092-
"@spectrum-css/modal": "npm:7.1.0"
4092+
"@spectrum-css/modal": "npm:7.1.1-next.0"
40934093
"@spectrum-css/opacitycheckerboard": "npm:4.1.0"
40944094
"@spectrum-css/page": "npm:9.1.0"
40954095
"@spectrum-css/pagination": "npm:11.0.0-next.0"
@@ -4119,7 +4119,7 @@ __metadata:
41194119
"@spectrum-css/toast": "npm:12.0.0-next.0"
41204120
"@spectrum-css/tokens": "npm:16.0.1"
41214121
"@spectrum-css/tooltip": "npm:8.0.0-next.0"
4122-
"@spectrum-css/tray": "npm:6.0.0-next.1"
4122+
"@spectrum-css/tray": "npm:6.0.0-next.2"
41234123
"@spectrum-css/treeview": "npm:13.0.0-next.0"
41244124
"@spectrum-css/typography": "npm:8.1.0"
41254125
"@spectrum-css/underlay": "npm:6.1.0"
@@ -4531,15 +4531,15 @@ __metadata:
45314531
languageName: unknown
45324532
linkType: soft
45334533

4534-
"@spectrum-css/dialog@npm:13.0.0-next.1, @spectrum-css/dialog@workspace:components/dialog":
4534+
"@spectrum-css/dialog@npm:13.0.0-next.2, @spectrum-css/dialog@workspace:components/dialog":
45354535
version: 0.0.0-use.local
45364536
resolution: "@spectrum-css/dialog@workspace:components/dialog"
45374537
dependencies:
45384538
"@spectrum-css/button": "npm:15.0.0-next.0"
45394539
"@spectrum-css/buttongroup": "npm:10.0.0-next.0"
45404540
"@spectrum-css/closebutton": "npm:7.0.0-next.0"
45414541
"@spectrum-css/divider": "npm:6.0.0-next.0"
4542-
"@spectrum-css/modal": "npm:7.1.0"
4542+
"@spectrum-css/modal": "npm:7.1.1-next.0"
45434543
"@spectrum-css/tokens": "npm:16.0.1"
45444544
"@spectrum-css/typography": "npm:8.1.0"
45454545
"@spectrum-css/underlay": "npm:6.1.0"
@@ -4548,7 +4548,7 @@ __metadata:
45484548
"@spectrum-css/buttongroup": ">=10.0.0-next.0"
45494549
"@spectrum-css/closebutton": ">=7.0.0-next.0"
45504550
"@spectrum-css/divider": ">=6.0.0-next.0"
4551-
"@spectrum-css/modal": ">=7.0.0 <8.0.0"
4551+
"@spectrum-css/modal": ">=7.1.1-next.0"
45524552
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
45534553
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
45544554
peerDependenciesMeta:
@@ -4837,7 +4837,7 @@ __metadata:
48374837
"@spectrum-css/icon": "npm:10.0.0-next.0"
48384838
"@spectrum-css/switch": "npm:6.1.0"
48394839
"@spectrum-css/tokens": "npm:16.0.1"
4840-
"@spectrum-css/tray": "npm:6.0.0-next.1"
4840+
"@spectrum-css/tray": "npm:6.0.0-next.2"
48414841
peerDependencies:
48424842
"@spectrum-css/checkbox": ">=11.0.0-next.0"
48434843
"@spectrum-css/divider": ">=6.0.0-next.0"
@@ -4903,7 +4903,7 @@ __metadata:
49034903
languageName: unknown
49044904
linkType: soft
49054905

4906-
"@spectrum-css/modal@npm:7.1.0, @spectrum-css/modal@workspace:components/modal":
4906+
"@spectrum-css/modal@npm:7.1.1-next.0, @spectrum-css/modal@workspace:components/modal":
49074907
version: 0.0.0-use.local
49084908
resolution: "@spectrum-css/modal@workspace:components/modal"
49094909
dependencies:
@@ -5034,9 +5034,9 @@ __metadata:
50345034
version: 0.0.0-use.local
50355035
resolution: "@spectrum-css/popover@workspace:components/popover"
50365036
dependencies:
5037-
"@spectrum-css/alertdialog": "npm:5.0.0-next.1"
5037+
"@spectrum-css/alertdialog": "npm:5.0.0-next.2"
50385038
"@spectrum-css/commons": "npm:11.0.0"
5039-
"@spectrum-css/dialog": "npm:13.0.0-next.1"
5039+
"@spectrum-css/dialog": "npm:13.0.0-next.2"
50405040
"@spectrum-css/divider": "npm:6.0.0-next.0"
50415041
"@spectrum-css/menu": "npm:10.0.0-next.1"
50425042
"@spectrum-css/tokens": "npm:16.0.1"
@@ -5537,22 +5537,22 @@ __metadata:
55375537
languageName: unknown
55385538
linkType: soft
55395539

5540-
"@spectrum-css/tray@npm:6.0.0-next.1, @spectrum-css/tray@workspace:components/tray":
5540+
"@spectrum-css/tray@npm:6.0.0-next.2, @spectrum-css/tray@workspace:components/tray":
55415541
version: 0.0.0-use.local
55425542
resolution: "@spectrum-css/tray@workspace:components/tray"
55435543
dependencies:
55445544
"@spectrum-css/button": "npm:15.0.0-next.0"
5545-
"@spectrum-css/dialog": "npm:13.0.0-next.1"
5545+
"@spectrum-css/dialog": "npm:13.0.0-next.2"
55465546
"@spectrum-css/divider": "npm:6.0.0-next.0"
55475547
"@spectrum-css/icon": "npm:10.0.0-next.0"
5548-
"@spectrum-css/modal": "npm:7.1.0"
5548+
"@spectrum-css/modal": "npm:7.1.1-next.0"
55495549
"@spectrum-css/tokens": "npm:16.0.1"
55505550
peerDependencies:
55515551
"@spectrum-css/button": ">=15.0.0-next.0"
55525552
"@spectrum-css/dialog": ">=13.0.0-next.0"
55535553
"@spectrum-css/divider": ">=6.0.0-next.0"
55545554
"@spectrum-css/icon": ">=10.0.0-next.0"
5555-
"@spectrum-css/modal": ">=7.0.0 <8.0.0"
5555+
"@spectrum-css/modal": ">=7.1.1-next.0"
55565556
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
55575557
peerDependenciesMeta:
55585558
"@spectrum-css/button":

0 commit comments

Comments
 (0)