diff --git a/.changeset/pre.json b/.changeset/pre.json index f1f664f72e8..4cb2fc5295e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -118,6 +118,7 @@ "modern-chairs-sit", "nine-kings-repair", "olive-tools-hang", + "polite-moments-stay", "proud-jokes-rule", "rotten-meals-share", "serious-clouds-jam", diff --git a/components/alertdialog/CHANGELOG.md b/components/alertdialog/CHANGELOG.md index e6f55082321..43d7dd9b8b6 100644 --- a/components/alertdialog/CHANGELOG.md +++ b/components/alertdialog/CHANGELOG.md @@ -1,5 +1,12 @@ # Change log +## 5.0.0-next.2 + +### Patch Changes + +- Updated dependencies [[`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf)]: + - @spectrum-css/modal@7.1.1-next.0 + ## 5.0.0-next.1 ### Patch Changes diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json index 91aea1a450f..3ed7f9765ca 100644 --- a/components/alertdialog/package.json +++ b/components/alertdialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertdialog", - "version": "5.0.0-next.1", + "version": "5.0.0-next.2", "description": "The Spectrum CSS alertdialog component", "license": "Apache-2.0", "author": "Adobe", @@ -28,7 +28,7 @@ "@spectrum-css/buttongroup": ">=10.0.0-next.0", "@spectrum-css/divider": ">=6.0.0-next.0", "@spectrum-css/icon": ">=10.0.0-next.0", - "@spectrum-css/modal": ">=7.0.0 <8.0.0", + "@spectrum-css/modal": ">=7.1.1-next.0", "@spectrum-css/tokens": ">=16.0.0 <17.0.0", "@spectrum-css/underlay": ">=6.0.0 <7.0.0" }, @@ -56,7 +56,7 @@ "@spectrum-css/buttongroup": "10.0.0-next.0", "@spectrum-css/divider": "6.0.0-next.0", "@spectrum-css/icon": "10.0.0-next.0", - "@spectrum-css/modal": "7.1.0", + "@spectrum-css/modal": "7.1.1-next.0", "@spectrum-css/tokens": "16.0.1", "@spectrum-css/underlay": "6.1.0" }, diff --git a/components/dialog/CHANGELOG.md b/components/dialog/CHANGELOG.md index 4e03f9f7aaa..d402c3ccdf4 100644 --- a/components/dialog/CHANGELOG.md +++ b/components/dialog/CHANGELOG.md @@ -1,5 +1,12 @@ # Change log +## 13.0.0-next.2 + +### Patch Changes + +- Updated dependencies [[`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf)]: + - @spectrum-css/modal@7.1.1-next.0 + ## 13.0.0-next.1 ### Patch Changes diff --git a/components/dialog/package.json b/components/dialog/package.json index ef70a6c4c59..bd22e48410e 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dialog", - "version": "13.0.0-next.1", + "version": "13.0.0-next.2", "description": "The Spectrum CSS dialog component", "license": "Apache-2.0", "author": "Adobe", @@ -29,7 +29,7 @@ "@spectrum-css/buttongroup": ">=10.0.0-next.0", "@spectrum-css/closebutton": ">=7.0.0-next.0", "@spectrum-css/divider": ">=6.0.0-next.0", - "@spectrum-css/modal": ">=7.0.0 <8.0.0", + "@spectrum-css/modal": ">=7.1.1-next.0", "@spectrum-css/tokens": ">=16.0.0 <17.0.0", "@spectrum-css/underlay": ">=6.0.0 <7.0.0" }, @@ -61,7 +61,7 @@ "@spectrum-css/buttongroup": "10.0.0-next.0", "@spectrum-css/closebutton": "7.0.0-next.0", "@spectrum-css/divider": "6.0.0-next.0", - "@spectrum-css/modal": "7.1.0", + "@spectrum-css/modal": "7.1.1-next.0", "@spectrum-css/tokens": "16.0.1", "@spectrum-css/typography": "8.1.0", "@spectrum-css/underlay": "6.1.0" diff --git a/components/menu/package.json b/components/menu/package.json index ee8739eb280..fd3dba7b72c 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -58,7 +58,7 @@ "@spectrum-css/icon": "10.0.0-next.0", "@spectrum-css/switch": "6.1.0", "@spectrum-css/tokens": "16.0.1", - "@spectrum-css/tray": "6.0.0-next.1" + "@spectrum-css/tray": "6.0.0-next.2" }, "keywords": [ "design-system", diff --git a/components/modal/CHANGELOG.md b/components/modal/CHANGELOG.md index 4d31ed47ae8..fb3515d8050 100644 --- a/components/modal/CHANGELOG.md +++ b/components/modal/CHANGELOG.md @@ -1,12 +1,20 @@ # Change log +## 7.1.1-next.0 + +### Patch Changes + +📝 [#3604](https://github.com/adobe/spectrum-css/pull/3604) [`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! + +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. + ## 7.1.0 ### Minor Changes 📝 [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)! -## New feature +### New feature Minified and gzipped outputs available for all compiled CSS assets. diff --git a/components/modal/package.json b/components/modal/package.json index 3808a7b2625..86d4fabd856 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/modal", - "version": "7.1.0", + "version": "7.1.1-next.0", "description": "The Spectrum CSS modal component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/popover/package.json b/components/popover/package.json index 8cd15bc655f..b2d561502a4 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -49,9 +49,9 @@ } }, "devDependencies": { - "@spectrum-css/alertdialog": "5.0.0-next.1", + "@spectrum-css/alertdialog": "5.0.0-next.2", "@spectrum-css/commons": "11.0.0", - "@spectrum-css/dialog": "13.0.0-next.1", + "@spectrum-css/dialog": "13.0.0-next.2", "@spectrum-css/divider": "6.0.0-next.0", "@spectrum-css/menu": "10.0.0-next.1", "@spectrum-css/tokens": "16.0.1" diff --git a/components/tray/CHANGELOG.md b/components/tray/CHANGELOG.md index 3cb1c8b1894..c47c91ac961 100644 --- a/components/tray/CHANGELOG.md +++ b/components/tray/CHANGELOG.md @@ -1,5 +1,12 @@ # Change log +## 6.0.0-next.2 + +### Patch Changes + +- Updated dependencies [[`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf)]: + - @spectrum-css/modal@7.1.1-next.0 + ## 6.0.0-next.1 ### Patch Changes diff --git a/components/tray/package.json b/components/tray/package.json index fb27c90c695..7bc62cc5102 100644 --- a/components/tray/package.json +++ b/components/tray/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tray", - "version": "6.0.0-next.1", + "version": "6.0.0-next.2", "description": "The Spectrum CSS tray component", "license": "Apache-2.0", "author": "Adobe", @@ -29,7 +29,7 @@ "@spectrum-css/dialog": ">=13.0.0-next.0", "@spectrum-css/divider": ">=6.0.0-next.0", "@spectrum-css/icon": ">=10.0.0-next.0", - "@spectrum-css/modal": ">=7.0.0 <8.0.0", + "@spectrum-css/modal": ">=7.1.1-next.0", "@spectrum-css/tokens": ">=16.0.0 <17.0.0" }, "peerDependenciesMeta": { @@ -54,10 +54,10 @@ }, "devDependencies": { "@spectrum-css/button": "15.0.0-next.0", - "@spectrum-css/dialog": "13.0.0-next.1", + "@spectrum-css/dialog": "13.0.0-next.2", "@spectrum-css/divider": "6.0.0-next.0", "@spectrum-css/icon": "10.0.0-next.0", - "@spectrum-css/modal": "7.1.0", + "@spectrum-css/modal": "7.1.1-next.0", "@spectrum-css/tokens": "16.0.1" }, "keywords": [ diff --git a/tools/bundle/package.json b/tools/bundle/package.json index 11f92714805..88c09f9d5ed 100644 --- a/tools/bundle/package.json +++ b/tools/bundle/package.json @@ -36,7 +36,7 @@ "@spectrum-css/actiongroup": "7.0.0-next.0", "@spectrum-css/actionmenu": "8.0.0-next.0", "@spectrum-css/alertbanner": "4.0.0-next.1", - "@spectrum-css/alertdialog": "5.0.0-next.1", + "@spectrum-css/alertdialog": "5.0.0-next.2", "@spectrum-css/asset": "7.1.0", "@spectrum-css/assetcard": "6.0.0-next.0", "@spectrum-css/assetlist": "9.0.0-next.0", @@ -62,7 +62,7 @@ "@spectrum-css/contextualhelp": "6.0.0-next.0", "@spectrum-css/datepicker": "5.0.0-next.0", "@spectrum-css/dial": "5.1.0", - "@spectrum-css/dialog": "13.0.0-next.1", + "@spectrum-css/dialog": "13.0.0-next.2", "@spectrum-css/divider": "6.0.0-next.0", "@spectrum-css/dropindicator": "8.0.0-next.0", "@spectrum-css/dropzone": "9.0.0-next.1", @@ -80,7 +80,7 @@ "@spectrum-css/menu": "10.0.0-next.1", "@spectrum-css/meter": "2.0.0-next.0", "@spectrum-css/miller": "9.0.0-next.0", - "@spectrum-css/modal": "7.1.0", + "@spectrum-css/modal": "7.1.1-next.0", "@spectrum-css/opacitycheckerboard": "4.1.0", "@spectrum-css/page": "9.1.0", "@spectrum-css/pagination": "11.0.0-next.0", @@ -110,7 +110,7 @@ "@spectrum-css/toast": "12.0.0-next.0", "@spectrum-css/tokens": "16.0.1", "@spectrum-css/tooltip": "8.0.0-next.0", - "@spectrum-css/tray": "6.0.0-next.1", + "@spectrum-css/tray": "6.0.0-next.2", "@spectrum-css/treeview": "13.0.0-next.0", "@spectrum-css/typography": "8.1.0", "@spectrum-css/underlay": "6.1.0", diff --git a/yarn.lock b/yarn.lock index e91ca53074f..db4cd87357c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3900,21 +3900,21 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/alertdialog@npm:5.0.0-next.1, @spectrum-css/alertdialog@workspace:components/alertdialog": +"@spectrum-css/alertdialog@npm:5.0.0-next.2, @spectrum-css/alertdialog@workspace:components/alertdialog": version: 0.0.0-use.local resolution: "@spectrum-css/alertdialog@workspace:components/alertdialog" dependencies: "@spectrum-css/buttongroup": "npm:10.0.0-next.0" "@spectrum-css/divider": "npm:6.0.0-next.0" "@spectrum-css/icon": "npm:10.0.0-next.0" - "@spectrum-css/modal": "npm:7.1.0" + "@spectrum-css/modal": "npm:7.1.1-next.0" "@spectrum-css/tokens": "npm:16.0.1" "@spectrum-css/underlay": "npm:6.1.0" peerDependencies: "@spectrum-css/buttongroup": ">=10.0.0-next.0" "@spectrum-css/divider": ">=6.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" - "@spectrum-css/modal": ">=7.0.0 <8.0.0" + "@spectrum-css/modal": ">=7.1.1-next.0" "@spectrum-css/tokens": ">=16.0.0 <17.0.0" "@spectrum-css/underlay": ">=6.0.0 <7.0.0" peerDependenciesMeta: @@ -4045,7 +4045,7 @@ __metadata: "@spectrum-css/actiongroup": "npm:7.0.0-next.0" "@spectrum-css/actionmenu": "npm:8.0.0-next.0" "@spectrum-css/alertbanner": "npm:4.0.0-next.1" - "@spectrum-css/alertdialog": "npm:5.0.0-next.1" + "@spectrum-css/alertdialog": "npm:5.0.0-next.2" "@spectrum-css/asset": "npm:7.1.0" "@spectrum-css/assetcard": "npm:6.0.0-next.0" "@spectrum-css/assetlist": "npm:9.0.0-next.0" @@ -4071,7 +4071,7 @@ __metadata: "@spectrum-css/contextualhelp": "npm:6.0.0-next.0" "@spectrum-css/datepicker": "npm:5.0.0-next.0" "@spectrum-css/dial": "npm:5.1.0" - "@spectrum-css/dialog": "npm:13.0.0-next.1" + "@spectrum-css/dialog": "npm:13.0.0-next.2" "@spectrum-css/divider": "npm:6.0.0-next.0" "@spectrum-css/dropindicator": "npm:8.0.0-next.0" "@spectrum-css/dropzone": "npm:9.0.0-next.1" @@ -4089,7 +4089,7 @@ __metadata: "@spectrum-css/menu": "npm:10.0.0-next.1" "@spectrum-css/meter": "npm:2.0.0-next.0" "@spectrum-css/miller": "npm:9.0.0-next.0" - "@spectrum-css/modal": "npm:7.1.0" + "@spectrum-css/modal": "npm:7.1.1-next.0" "@spectrum-css/opacitycheckerboard": "npm:4.1.0" "@spectrum-css/page": "npm:9.1.0" "@spectrum-css/pagination": "npm:11.0.0-next.0" @@ -4119,7 +4119,7 @@ __metadata: "@spectrum-css/toast": "npm:12.0.0-next.0" "@spectrum-css/tokens": "npm:16.0.1" "@spectrum-css/tooltip": "npm:8.0.0-next.0" - "@spectrum-css/tray": "npm:6.0.0-next.1" + "@spectrum-css/tray": "npm:6.0.0-next.2" "@spectrum-css/treeview": "npm:13.0.0-next.0" "@spectrum-css/typography": "npm:8.1.0" "@spectrum-css/underlay": "npm:6.1.0" @@ -4531,7 +4531,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/dialog@npm:13.0.0-next.1, @spectrum-css/dialog@workspace:components/dialog": +"@spectrum-css/dialog@npm:13.0.0-next.2, @spectrum-css/dialog@workspace:components/dialog": version: 0.0.0-use.local resolution: "@spectrum-css/dialog@workspace:components/dialog" dependencies: @@ -4539,7 +4539,7 @@ __metadata: "@spectrum-css/buttongroup": "npm:10.0.0-next.0" "@spectrum-css/closebutton": "npm:7.0.0-next.0" "@spectrum-css/divider": "npm:6.0.0-next.0" - "@spectrum-css/modal": "npm:7.1.0" + "@spectrum-css/modal": "npm:7.1.1-next.0" "@spectrum-css/tokens": "npm:16.0.1" "@spectrum-css/typography": "npm:8.1.0" "@spectrum-css/underlay": "npm:6.1.0" @@ -4548,7 +4548,7 @@ __metadata: "@spectrum-css/buttongroup": ">=10.0.0-next.0" "@spectrum-css/closebutton": ">=7.0.0-next.0" "@spectrum-css/divider": ">=6.0.0-next.0" - "@spectrum-css/modal": ">=7.0.0 <8.0.0" + "@spectrum-css/modal": ">=7.1.1-next.0" "@spectrum-css/tokens": ">=16.0.0 <17.0.0" "@spectrum-css/underlay": ">=6.0.0 <7.0.0" peerDependenciesMeta: @@ -4837,7 +4837,7 @@ __metadata: "@spectrum-css/icon": "npm:10.0.0-next.0" "@spectrum-css/switch": "npm:6.1.0" "@spectrum-css/tokens": "npm:16.0.1" - "@spectrum-css/tray": "npm:6.0.0-next.1" + "@spectrum-css/tray": "npm:6.0.0-next.2" peerDependencies: "@spectrum-css/checkbox": ">=11.0.0-next.0" "@spectrum-css/divider": ">=6.0.0-next.0" @@ -4903,7 +4903,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/modal@npm:7.1.0, @spectrum-css/modal@workspace:components/modal": +"@spectrum-css/modal@npm:7.1.1-next.0, @spectrum-css/modal@workspace:components/modal": version: 0.0.0-use.local resolution: "@spectrum-css/modal@workspace:components/modal" dependencies: @@ -5034,9 +5034,9 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/popover@workspace:components/popover" dependencies: - "@spectrum-css/alertdialog": "npm:5.0.0-next.1" + "@spectrum-css/alertdialog": "npm:5.0.0-next.2" "@spectrum-css/commons": "npm:11.0.0" - "@spectrum-css/dialog": "npm:13.0.0-next.1" + "@spectrum-css/dialog": "npm:13.0.0-next.2" "@spectrum-css/divider": "npm:6.0.0-next.0" "@spectrum-css/menu": "npm:10.0.0-next.1" "@spectrum-css/tokens": "npm:16.0.1" @@ -5537,22 +5537,22 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/tray@npm:6.0.0-next.1, @spectrum-css/tray@workspace:components/tray": +"@spectrum-css/tray@npm:6.0.0-next.2, @spectrum-css/tray@workspace:components/tray": version: 0.0.0-use.local resolution: "@spectrum-css/tray@workspace:components/tray" dependencies: "@spectrum-css/button": "npm:15.0.0-next.0" - "@spectrum-css/dialog": "npm:13.0.0-next.1" + "@spectrum-css/dialog": "npm:13.0.0-next.2" "@spectrum-css/divider": "npm:6.0.0-next.0" "@spectrum-css/icon": "npm:10.0.0-next.0" - "@spectrum-css/modal": "npm:7.1.0" + "@spectrum-css/modal": "npm:7.1.1-next.0" "@spectrum-css/tokens": "npm:16.0.1" peerDependencies: "@spectrum-css/button": ">=15.0.0-next.0" "@spectrum-css/dialog": ">=13.0.0-next.0" "@spectrum-css/divider": ">=6.0.0-next.0" "@spectrum-css/icon": ">=10.0.0-next.0" - "@spectrum-css/modal": ">=7.0.0 <8.0.0" + "@spectrum-css/modal": ">=7.1.1-next.0" "@spectrum-css/tokens": ">=16.0.0 <17.0.0" peerDependenciesMeta: "@spectrum-css/button":