Skip to content

Commit d3f80ac

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 cb2b49f commit d3f80ac

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",

0 commit comments

Comments
 (0)