Skip to content

Commit f229c2c

Browse files
chore: release (next) (#3583)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9f61e4 commit f229c2c

28 files changed

+204
-99
lines changed

.changeset/pre.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,12 @@
102102
"beige-dragons-tickle",
103103
"chilly-peaches-sniff",
104104
"clean-oranges-smell",
105-
"early-actors-buy",
106-
"eleven-cooks-destroy",
107105
"few-doors-smile",
108-
"few-eels-retire",
109106
"flat-snails-admire",
110107
"fresh-crabs-deliver",
111108
"fresh-seahorses-join",
112109
"friendly-dolls-raise",
110+
"giant-windows-smoke",
113111
"hot-books-fail",
114112
"itchy-kids-travel",
115113
"itchy-shrimps-help",
@@ -119,16 +117,15 @@
119117
"modern-chairs-sit",
120118
"nine-kings-repair",
121119
"olive-tools-hang",
122-
"pretty-parents-drum",
123120
"proud-jokes-rule",
124121
"rotten-meals-share",
125122
"serious-clouds-jam",
123+
"slow-eyes-lay",
126124
"small-impalas-search",
127125
"spotty-onions-study",
128126
"strange-glasses-allow",
129127
"tame-bobcats-beam",
130128
"tame-knives-train",
131-
"tame-wasps-shake",
132129
"twenty-ravens-divide",
133130
"twenty-tables-know"
134131
]

components/actionbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@spectrum-css/actiongroup": "7.0.0-next.0",
5353
"@spectrum-css/closebutton": "7.0.0-next.0",
5454
"@spectrum-css/fieldlabel": "11.0.0-next.0",
55-
"@spectrum-css/popover": "9.0.0-next.0",
55+
"@spectrum-css/popover": "9.0.0-next.1",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},
5858
"keywords": [

components/actionmenu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"devDependencies": {
3535
"@spectrum-css/actionbutton": "8.0.0-next.0",
3636
"@spectrum-css/icon": "10.0.0-next.0",
37-
"@spectrum-css/menu": "10.0.0-next.0",
38-
"@spectrum-css/popover": "9.0.0-next.0",
37+
"@spectrum-css/menu": "10.0.0-next.1",
38+
"@spectrum-css/popover": "9.0.0-next.1",
3939
"@spectrum-css/tokens": "16.0.1"
4040
},
4141
"keywords": [

components/alertbanner/CHANGELOG.md

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

3+
## 4.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6836fb`](https://github.com/adobe/spectrum-css/commit/c6836fb132effcfb09e4ca6d0d8923564bfe2914)]:
8+
- @spectrum-css/divider@6.0.0-next.0
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

components/alertbanner/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertbanner",
3-
"version": "4.0.0-next.0",
3+
"version": "4.0.0-next.1",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -27,7 +27,7 @@
2727
"peerDependencies": {
2828
"@spectrum-css/button": ">=15.0.0-next.0",
2929
"@spectrum-css/closebutton": ">=7.0.0-next.0",
30-
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
30+
"@spectrum-css/divider": ">=6.0.0-next.0",
3131
"@spectrum-css/icon": ">=10.0.0-next.0",
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3333
},
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@spectrum-css/button": "15.0.0-next.0",
5353
"@spectrum-css/closebutton": "7.0.0-next.0",
54-
"@spectrum-css/divider": "5.1.0",
54+
"@spectrum-css/divider": "6.0.0-next.0",
5555
"@spectrum-css/icon": "10.0.0-next.0",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},

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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6836fb`](https://github.com/adobe/spectrum-css/commit/c6836fb132effcfb09e4ca6d0d8923564bfe2914)]:
8+
- @spectrum-css/divider@6.0.0-next.0
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

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.0",
3+
"version": "5.0.0-next.1",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -26,7 +26,7 @@
2626
"main": "dist/index.css",
2727
"peerDependencies": {
2828
"@spectrum-css/buttongroup": ">=10.0.0-next.0",
29-
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
29+
"@spectrum-css/divider": ">=6.0.0-next.0",
3030
"@spectrum-css/icon": ">=10.0.0-next.0",
3131
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@spectrum-css/buttongroup": "10.0.0-next.0",
57-
"@spectrum-css/divider": "5.1.0",
57+
"@spectrum-css/divider": "6.0.0-next.0",
5858
"@spectrum-css/icon": "10.0.0-next.0",
5959
"@spectrum-css/modal": "7.1.0",
6060
"@spectrum-css/tokens": "16.0.1",

components/coachmark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"@spectrum-css/actionmenu": "8.0.0-next.0",
6262
"@spectrum-css/button": "15.0.0-next.0",
6363
"@spectrum-css/buttongroup": "10.0.0-next.0",
64-
"@spectrum-css/menu": "10.0.0-next.0",
65-
"@spectrum-css/popover": "9.0.0-next.0",
64+
"@spectrum-css/menu": "10.0.0-next.1",
65+
"@spectrum-css/popover": "9.0.0-next.1",
6666
"@spectrum-css/tokens": "16.0.1"
6767
},
6868
"keywords": [

components/colorwheel/CHANGELOG.md

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

3+
## 7.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3390](https://github.com/adobe/spectrum-css/pull/3390) [`b9f61e4`](https://github.com/adobe/spectrum-css/commit/b9f61e42486c3619de95423e0575e10ccc9be167) Thanks [@cdransf](https://github.com/cdransf)! - # colorwheel S2 migration
8+
9+
This change migrates the colorwheel component to S2. It adds the `--spectrum-colorwheel-border-color-rgb` and `--spectrum-colorwheel-border-opacity` custom properties. It updates `--spectrum-colorwheel-border-color` to leverage these tokens in an `rgba(...)` function.
10+
11+
This removes the `spectrum-ColorWheel-border` and associated template DOM node as the outside/underlying border are no longer present in the S2 designs. `::before` and `::after` pseudo elements are now used to draw the exterior and interior borders that overlay the exterior and interior edges of the color wheel.
12+
13+
Support is provided for the `240px` and `192px` sizes outlined in the design requirements.
14+
15+
The `forced-colors` media query has been moved to the bottom of the file consistent with our other component implementations.
16+
17+
Stories, tests and documentation have been updated to be consistent with these changes.
18+
19+
The following mods have been removed:
20+
21+
```css
22+
--mod-colorwheel-height
23+
--mod-colorwheel-width
24+
--mod-colorwheel-min-width
25+
--mod-colorwheel-path-borders
26+
--mod-colorwheel-colorarea-margin
27+
--mod-colorwheel-border-width
28+
```
29+
330
All notable changes to this project will be documented in this file.
431
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
532

components/colorwheel/package.json

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

components/combobox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"@spectrum-css/menu": "10.0.0-next.0",
56+
"@spectrum-css/menu": "10.0.0-next.1",
5757
"@spectrum-css/pickerbutton": "7.0.0-next.0",
58-
"@spectrum-css/popover": "9.0.0-next.0",
58+
"@spectrum-css/popover": "9.0.0-next.1",
5959
"@spectrum-css/progresscircle": "5.1.0",
6060
"@spectrum-css/textfield": "9.0.0-next.0",
6161
"@spectrum-css/tokens": "16.0.1"

components/contextualhelp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@spectrum-css/actionbutton": "8.0.0-next.0",
4949
"@spectrum-css/link": "7.1.0",
50-
"@spectrum-css/popover": "9.0.0-next.0",
50+
"@spectrum-css/popover": "9.0.0-next.1",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},
5353
"keywords": [

components/datepicker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@spectrum-css/calendar": "8.0.0-next.0",
5353
"@spectrum-css/pickerbutton": "7.0.0-next.0",
54-
"@spectrum-css/popover": "9.0.0-next.0",
54+
"@spectrum-css/popover": "9.0.0-next.1",
5555
"@spectrum-css/textfield": "9.0.0-next.0",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},

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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6836fb`](https://github.com/adobe/spectrum-css/commit/c6836fb132effcfb09e4ca6d0d8923564bfe2914)]:
8+
- @spectrum-css/divider@6.0.0-next.0
9+
310
## 13.0.0-next.0
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.0",
3+
"version": "13.0.0-next.1",
44
"description": "The Spectrum CSS dialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,7 +28,7 @@
2828
"@spectrum-css/button": ">=15.0.0-next.0",
2929
"@spectrum-css/buttongroup": ">=10.0.0-next.0",
3030
"@spectrum-css/closebutton": ">=7.0.0-next.0",
31-
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
31+
"@spectrum-css/divider": ">=6.0.0-next.0",
3232
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
3333
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
3434
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
@@ -60,7 +60,7 @@
6060
"@spectrum-css/button": "15.0.0-next.0",
6161
"@spectrum-css/buttongroup": "10.0.0-next.0",
6262
"@spectrum-css/closebutton": "7.0.0-next.0",
63-
"@spectrum-css/divider": "5.1.0",
63+
"@spectrum-css/divider": "6.0.0-next.0",
6464
"@spectrum-css/modal": "7.1.0",
6565
"@spectrum-css/tokens": "16.0.1",
6666
"@spectrum-css/typography": "8.1.0",

components/divider/CHANGELOG.md

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

3+
## 6.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3557](https://github.com/adobe/spectrum-css/pull/3557) [`c6836fb`](https://github.com/adobe/spectrum-css/commit/c6836fb132effcfb09e4ca6d0d8923564bfe2914) Thanks [@cdransf](https://github.com/cdransf)! - # S2 divider migration
8+
9+
This migrates the `divider` component to S2. Custom properties have been remapped and updated per the design spec.
10+
11+
### New properties
12+
13+
```css
14+
--spectrum-divider-horizontal-minimum-width
15+
--spectrum-divider-vertical-minimum-height
16+
```
17+
18+
### New mods
19+
20+
```css
21+
--mod-divider-inline-minimum-size
22+
--mod-divider-block-minimum-size
23+
```
24+
25+
### Removed mods
26+
27+
```css
28+
--mod-divider-background-color-large-static-black
29+
--mod-divider-background-color-large-static-white
30+
--mod-divider-background-color-medium-static-black
31+
--mod-divider-background-color-medium-static-white
32+
--mod-divider-background-color-small-static-black
33+
--mod-divider-background-color-small-static-white
34+
```
35+
36+
### Additions
37+
38+
This adds new minimum width and height tokens for the divider and the `minDimensionValues` arg has been removed in favor of these tokens and the rules with which they're applied.
39+
40+
The default size for the Storybook control has been changed to `medium` (the new default size for the component). All sizes are now displayed for the static color variants in the docs.
41+
342
All notable changes to this project will be documented in this file.
443
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
544

components/divider/package.json

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

components/menu/CHANGELOG.md

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

3+
## 10.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6836fb`](https://github.com/adobe/spectrum-css/commit/c6836fb132effcfb09e4ca6d0d8923564bfe2914)]:
8+
- @spectrum-css/divider@6.0.0-next.0
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

components/menu/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/menu",
3-
"version": "10.0.0-next.0",
3+
"version": "10.0.0-next.1",
44
"description": "The Spectrum CSS menu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -26,7 +26,7 @@
2626
"main": "dist/index.css",
2727
"peerDependencies": {
2828
"@spectrum-css/checkbox": ">=11.0.0-next.0",
29-
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
29+
"@spectrum-css/divider": ">=6.0.0-next.0",
3030
"@spectrum-css/icon": ">=10.0.0-next.0",
3131
"@spectrum-css/switch": ">=6.0.0 <7.0.0",
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
@@ -54,11 +54,11 @@
5454
},
5555
"devDependencies": {
5656
"@spectrum-css/checkbox": "11.0.0-next.0",
57-
"@spectrum-css/divider": "5.1.0",
57+
"@spectrum-css/divider": "6.0.0-next.0",
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.0"
61+
"@spectrum-css/tray": "6.0.0-next.1"
6262
},
6363
"keywords": [
6464
"design-system",

components/picker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"@spectrum-css/commons": "11.0.0",
5757
"@spectrum-css/helptext": "8.0.0-next.0",
5858
"@spectrum-css/icon": "10.0.0-next.0",
59-
"@spectrum-css/menu": "10.0.0-next.0",
60-
"@spectrum-css/popover": "9.0.0-next.0",
59+
"@spectrum-css/menu": "10.0.0-next.1",
60+
"@spectrum-css/popover": "9.0.0-next.1",
6161
"@spectrum-css/progresscircle": "5.1.0",
6262
"@spectrum-css/tokens": "16.0.1"
6363
},

components/pickerbutton/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"devDependencies": {
4848
"@spectrum-css/icon": "10.0.0-next.0",
49-
"@spectrum-css/menu": "10.0.0-next.0",
50-
"@spectrum-css/popover": "9.0.0-next.0",
49+
"@spectrum-css/menu": "10.0.0-next.1",
50+
"@spectrum-css/popover": "9.0.0-next.1",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},
5353
"keywords": [

components/popover/CHANGELOG.md

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

3+
## 9.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c6836fb`](https://github.com/adobe/spectrum-css/commit/c6836fb132effcfb09e4ca6d0d8923564bfe2914)]:
8+
- @spectrum-css/divider@6.0.0-next.0
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

0 commit comments

Comments
 (0)