Skip to content

Commit c4774ae

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#3457)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e3ea4f commit c4774ae

File tree

90 files changed

+210
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+210
-170
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"changesets": [
104104
"big-chairs-care",
105105
"chilly-peaches-sniff",
106+
"early-actors-buy",
106107
"eleven-cooks-destroy",
107108
"few-doors-smile",
108109
"few-eels-retire",
@@ -120,6 +121,7 @@
120121
"sixty-vans-thank",
121122
"spotty-onions-study",
122123
"strange-glasses-allow",
124+
"tame-bobcats-beam",
123125
"twenty-tables-know",
124126
"weak-kings-pretend",
125127
"young-cheetahs-peel"

.storybook/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 11.0.1-next.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b9aeb20`](https://github.com/adobe/spectrum-css/commit/b9aeb203dd0bd728606d47d10dbd37fb42229379)]:
8+
- @spectrum-css/tokens@14.0.0-next.11
9+
310
## 11.0.1-next.0
411

512
### Patch Changes

.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "11.0.1-next.0",
3+
"version": "11.0.1-next.1",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@spectrum-css/icon": "9.0.1",
33-
"@spectrum-css/tokens": "14.0.0-next.10"
33+
"@spectrum-css/tokens": "14.0.0-next.11"
3434
},
3535
"keywords": [
3636
"design-system",

components/actionbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@spectrum-css/closebutton": "5.0.0-next.2",
3737
"@spectrum-css/fieldlabel": "8.0.0-next.2",
3838
"@spectrum-css/popover": "8.0.0-next.0",
39-
"@spectrum-css/tokens": "14.0.0-next.10"
39+
"@spectrum-css/tokens": "14.0.0-next.11"
4040
},
4141
"keywords": [
4242
"design-system",

components/actionbutton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@spectrum-css/commons": "^9.1.4-next.1",
3838
"@spectrum-css/icon": "9.0.1",
39-
"@spectrum-css/tokens": "14.0.0-next.10"
39+
"@spectrum-css/tokens": "14.0.0-next.11"
4040
},
4141
"keywords": [
4242
"design-system",

components/actiongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/actionbutton": "7.0.1",
38-
"@spectrum-css/tokens": "14.0.0-next.10"
38+
"@spectrum-css/tokens": "14.0.0-next.11"
3939
},
4040
"keywords": [
4141
"design-system",

components/actionmenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@spectrum-css/icon": "9.0.1",
3737
"@spectrum-css/menu": "8.0.0-next.0",
3838
"@spectrum-css/popover": "8.0.0-next.0",
39-
"@spectrum-css/tokens": "14.0.0-next.10"
39+
"@spectrum-css/tokens": "14.0.0-next.11"
4040
},
4141
"keywords": [
4242
"design-system",

components/alertbanner/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

3+
## 3.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2652](https://github.com/adobe/spectrum-css/pull/2652) [`aa2a196`](https://github.com/adobe/spectrum-css/commit/aa2a196bce37c12ef560e9f6c6888ac82f0a514a) Thanks [@jawinn](https://github.com/jawinn)! - #### Spectrum 2 migration
8+
9+
Alert banner now uses Spectrum 2 tokens and specifications. In this new design, the divider has been removed.
10+
11+
The following changes have been made to the mod custom properties:
12+
13+
- `--mod-alert-banner-size` was renamed to `--mod-alert-banner-inline-size`
14+
- `--mod-alert-banner-neutral-background` was previously misspelled. The mod `--mod-alert-banner-background` was also added, which will take precendence over the variant background mods.
15+
- `--mod-alert-banner-top-text` was renamed to `--mod-alert-banner-top-to-text`
16+
- `--mod-alert-banner-top-icon` was renamed to `--mod-alert-banner-top-to-icon`
17+
- `--mod-alert-banner-bottom-text` was renamed to `--mod-alert-banner-bottom-to-text`
18+
- `--mod-alert-banner-start-edge` was renamed to `--mod-alert-banner-inline-start-to-content`
19+
- `--mod-alert-banner-edge-to-button` was renamed to `--mod-alert-banner-block-edge-to-button`
20+
- The spacing on either side of the close button is now controlled by two separate mods; `--mod-alert-banner-close-button-to-inline-end` and `--mod-alert-banner-close-button-to-content`. The previous `--mod-alert-banner-close-button-spacing` has been removed.
21+
- A new mod `--mod-alert-banner-inline-end-to-content` was added, which handles the inline end spacing when the alert banner does not have a close button. Or when there is neither a close button or an action button.
22+
23+
### Patch Changes
24+
25+
- Updated dependencies [[`b9aeb20`](https://github.com/adobe/spectrum-css/commit/b9aeb203dd0bd728606d47d10dbd37fb42229379)]:
26+
- @spectrum-css/tokens@14.0.0-next.11
27+
328
## 3.0.1
429

530
### Patch Changes

components/alertbanner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertbanner",
3-
"version": "3.0.1",
3+
"version": "3.0.0-next.0",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -41,7 +41,7 @@
4141
"@spectrum-css/closebutton": "5.0.0-next.2",
4242
"@spectrum-css/divider": "5.0.1",
4343
"@spectrum-css/icon": "9.0.1",
44-
"@spectrum-css/tokens": "14.0.0-next.10"
44+
"@spectrum-css/tokens": "14.0.0-next.11"
4545
},
4646
"keywords": [
4747
"design-system",

components/alertdialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@spectrum-css/divider": "5.0.1",
4646
"@spectrum-css/icon": "9.0.1",
4747
"@spectrum-css/modal": "5.1.1-next.0",
48-
"@spectrum-css/tokens": "14.0.0-next.10",
48+
"@spectrum-css/tokens": "14.0.0-next.11",
4949
"@spectrum-css/underlay": "4.1.1-next.0"
5050
},
5151
"keywords": [

components/asset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@spectrum-css/tokens": ">=14.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/tokens": "14.0.0-next.10"
31+
"@spectrum-css/tokens": "14.0.0-next.11"
3232
},
3333
"keywords": [
3434
"design-system",

components/assetcard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/checkbox": "10.0.1",
38-
"@spectrum-css/tokens": "14.0.0-next.10"
38+
"@spectrum-css/tokens": "14.0.0-next.11"
3939
},
4040
"keywords": [
4141
"design-system",

components/assetlist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@spectrum-css/checkbox": "10.0.1",
4242
"@spectrum-css/icon": "9.0.1",
43-
"@spectrum-css/tokens": "14.0.0-next.10"
43+
"@spectrum-css/tokens": "14.0.0-next.11"
4444
},
4545
"keywords": [
4646
"design-system",

components/avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@spectrum-css/tokens": ">=14.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/tokens": "14.0.0-next.10"
31+
"@spectrum-css/tokens": "14.0.0-next.11"
3232
},
3333
"keywords": [
3434
"design-system",

components/badge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/icon": "9.0.1",
38-
"@spectrum-css/tokens": "14.0.0-next.10"
38+
"@spectrum-css/tokens": "14.0.0-next.11"
3939
},
4040
"keywords": [
4141
"design-system",

components/breadcrumb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@spectrum-css/actionbutton": "7.0.1",
4242
"@spectrum-css/icon": "9.0.1",
43-
"@spectrum-css/tokens": "14.0.0-next.10"
43+
"@spectrum-css/tokens": "14.0.0-next.11"
4444
},
4545
"keywords": [
4646
"design-system",

components/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@spectrum-css/commons": "^9.1.4-next.1",
4242
"@spectrum-css/icon": "9.0.1",
4343
"@spectrum-css/progresscircle": "5.0.1",
44-
"@spectrum-css/tokens": "14.0.0-next.10"
44+
"@spectrum-css/tokens": "14.0.0-next.11"
4545
},
4646
"keywords": [
4747
"design-system",

components/buttongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@spectrum-css/button": "14.0.0-next.7",
33-
"@spectrum-css/tokens": "14.0.0-next.10"
33+
"@spectrum-css/tokens": "14.0.0-next.11"
3434
},
3535
"keywords": [
3636
"design-system",

components/calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@spectrum-css/actionbutton": "7.0.1",
33-
"@spectrum-css/tokens": "14.0.0-next.10"
33+
"@spectrum-css/tokens": "14.0.0-next.11"
3434
},
3535
"keywords": [
3636
"design-system",

components/card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@spectrum-css/asset": "7.0.1",
5555
"@spectrum-css/checkbox": "10.0.1",
5656
"@spectrum-css/icon": "9.0.1",
57-
"@spectrum-css/tokens": "14.0.0-next.10",
57+
"@spectrum-css/tokens": "14.0.0-next.11",
5858
"@spectrum-css/typography": "8.0.1"
5959
},
6060
"keywords": [

components/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@spectrum-css/icon": "9.0.1",
33-
"@spectrum-css/tokens": "14.0.0-next.10"
33+
"@spectrum-css/tokens": "14.0.0-next.11"
3434
},
3535
"keywords": [
3636
"design-system",

components/clearbutton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@spectrum-css/icon": "9.0.1",
33-
"@spectrum-css/tokens": "14.0.0-next.10"
33+
"@spectrum-css/tokens": "14.0.0-next.11"
3434
},
3535
"keywords": [
3636
"design-system",

components/closebutton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@spectrum-css/commons": "^9.1.4-next.1",
4040
"@spectrum-css/icon": "9.0.1",
41-
"@spectrum-css/tokens": "14.0.0-next.10"
41+
"@spectrum-css/tokens": "14.0.0-next.11"
4242
},
4343
"keywords": [
4444
"design-system",

components/coachindicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@spectrum-css/tokens": ">=14.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/tokens": "14.0.0-next.10"
31+
"@spectrum-css/tokens": "14.0.0-next.11"
3232
},
3333
"keywords": [
3434
"design-system",

components/coachmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@spectrum-css/buttongroup": "7.0.0-next.4",
4646
"@spectrum-css/menu": "8.0.0-next.0",
4747
"@spectrum-css/popover": "8.0.0-next.0",
48-
"@spectrum-css/tokens": "14.0.0-next.10"
48+
"@spectrum-css/tokens": "14.0.0-next.11"
4949
},
5050
"keywords": [
5151
"design-system",

components/colorarea/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@spectrum-css/colorhandle": "9.0.0-next.0",
33-
"@spectrum-css/tokens": "14.0.0-next.10"
33+
"@spectrum-css/tokens": "14.0.0-next.11"
3434
},
3535
"keywords": [
3636
"design-system",

components/colorhandle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@spectrum-css/colorloupe": "6.0.0-next.0",
3939
"@spectrum-css/opacitycheckerboard": "3.0.0-next.0",
40-
"@spectrum-css/tokens": "14.0.0-next.10"
40+
"@spectrum-css/tokens": "14.0.0-next.11"
4141
},
4242
"keywords": [
4343
"design-system",

components/colorloupe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@spectrum-css/tokens": ">=14.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/tokens": "14.0.0-next.10"
31+
"@spectrum-css/tokens": "14.0.0-next.11"
3232
},
3333
"keywords": [
3434
"design-system",

components/colorslider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@spectrum-css/colorhandle": "9.0.0-next.0",
3434
"@spectrum-css/opacitycheckerboard": "3.0.0-next.0",
35-
"@spectrum-css/tokens": "14.0.0-next.10"
35+
"@spectrum-css/tokens": "14.0.0-next.11"
3636
},
3737
"keywords": [
3838
"design-system",

components/colorwheel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@spectrum-css/colorarea": "6.0.0-next.0",
4343
"@spectrum-css/colorhandle": "9.0.0-next.0",
4444
"@spectrum-css/colorloupe": "6.0.0-next.0",
45-
"@spectrum-css/tokens": "14.0.0-next.10"
45+
"@spectrum-css/tokens": "14.0.0-next.11"
4646
},
4747
"keywords": [
4848
"design-system",

components/combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@spectrum-css/popover": "8.0.0-next.0",
4444
"@spectrum-css/progresscircle": "5.0.1",
4545
"@spectrum-css/textfield": "8.0.1",
46-
"@spectrum-css/tokens": "14.0.0-next.10"
46+
"@spectrum-css/tokens": "14.0.0-next.11"
4747
},
4848
"keywords": [
4949
"design-system",

components/contextualhelp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@spectrum-css/actionbutton": "7.0.1",
4040
"@spectrum-css/link": "7.0.1",
4141
"@spectrum-css/popover": "8.0.0-next.0",
42-
"@spectrum-css/tokens": "14.0.0-next.10"
42+
"@spectrum-css/tokens": "14.0.0-next.11"
4343
},
4444
"keywords": [
4545
"design-system",

components/datepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@spectrum-css/pickerbutton": "6.0.0-next.0",
3737
"@spectrum-css/popover": "8.0.0-next.0",
3838
"@spectrum-css/textfield": "8.0.1",
39-
"@spectrum-css/tokens": "14.0.0-next.10"
39+
"@spectrum-css/tokens": "14.0.0-next.11"
4040
},
4141
"keywords": [
4242
"design-system",

components/dial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@spectrum-css/tokens": ">=14.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/tokens": "14.0.0-next.10"
31+
"@spectrum-css/tokens": "14.0.0-next.11"
3232
},
3333
"keywords": [
3434
"design-system",

components/dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@spectrum-css/closebutton": "5.0.0-next.2",
5959
"@spectrum-css/divider": "5.0.1",
6060
"@spectrum-css/modal": "5.1.1-next.0",
61-
"@spectrum-css/tokens": "14.0.0-next.10",
61+
"@spectrum-css/tokens": "14.0.0-next.11",
6262
"@spectrum-css/typography": "8.0.1",
6363
"@spectrum-css/underlay": "4.1.1-next.0"
6464
},

components/divider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@spectrum-css/tokens": ">=14.0.0-next.0"
2929
},
3030
"devDependencies": {
31-
"@spectrum-css/tokens": "14.0.0-next.10"
31+
"@spectrum-css/tokens": "14.0.0-next.11"
3232
},
3333
"keywords": [
3434
"design-system",

components/dropindicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@spectrum-css/icon": "9.0.1",
33-
"@spectrum-css/tokens": "14.0.0-next.10"
33+
"@spectrum-css/tokens": "14.0.0-next.11"
3434
},
3535
"keywords": [
3636
"design-system",

components/dropzone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@spectrum-css/actionbutton": "7.0.1",
4343
"@spectrum-css/illustratedmessage": "9.0.1",
4444
"@spectrum-css/link": "7.0.1",
45-
"@spectrum-css/tokens": "14.0.0-next.10"
45+
"@spectrum-css/tokens": "14.0.0-next.11"
4646
},
4747
"keywords": [
4848
"design-system",

components/fieldgroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@spectrum-css/checkbox": "10.0.1",
4646
"@spectrum-css/helptext": "7.0.1",
4747
"@spectrum-css/radio": "10.0.1",
48-
"@spectrum-css/tokens": "14.0.0-next.10"
48+
"@spectrum-css/tokens": "14.0.0-next.11"
4949
},
5050
"keywords": [
5151
"design-system",

0 commit comments

Comments
 (0)