Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions components/alertdialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions components/alertdialog/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions components/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions components/dialog/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 9 additions & 1 deletion components/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion components/modal/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions components/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions components/tray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions components/tray/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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": [
Expand Down
8 changes: 4 additions & 4 deletions tools/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -4531,15 +4531,15 @@ __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:
"@spectrum-css/button": "npm:15.0.0-next.0"
"@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"
Expand All @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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":
Expand Down