Skip to content

Commit 5d299c8

Browse files
chore: release (next)
1 parent 838532e commit 5d299c8

File tree

31 files changed

+167
-32
lines changed

31 files changed

+167
-32
lines changed

.changeset/pre.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,27 @@
9797
"@spectrum-tools/stylelint-no-unused-custom-properties": "1.3.1",
9898
"@spectrum-tools/documentation": "1.0.0",
9999
"@spectrum-css/tokens": "14.0.0-next.6",
100-
"@spectrum-css/ui-icons": "1.1.2"
100+
"@spectrum-css/ui-icons": "1.1.2",
101+
"@spectrum-tools/postcss-add-theming-layer": "0.0.0",
102+
"@spectrum-tools/postcss-property-rollup": "0.0.0",
103+
"@spectrum-tools/postcss-rgb-mapping": "3.0.0-s2-foundations.0",
104+
"@spectrum-tools/theme-alignment": "1.1.0"
101105
},
102106
"changesets": [
103107
"chilly-peaches-sniff",
104108
"eleven-cooks-destroy",
105109
"few-eels-retire",
106110
"fresh-seahorses-join",
111+
"friendly-dolls-raise",
107112
"hot-books-fail",
108113
"light-years-speak",
114+
"mean-eggs-learn",
109115
"nine-kings-repair",
110116
"perfect-dogs-smash",
111117
"pretty-parents-drum",
112-
"proud-jokes-rule"
118+
"proud-jokes-rule",
119+
"spotty-onions-study",
120+
"strange-glasses-allow",
121+
"twenty-tables-know"
113122
]
114123
}

.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.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/table@7.0.0-next.0
9+
310
## 10.0.0
411

512
### Major 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.0",
3+
"version": "11.0.1-next.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/avatar/CHANGELOG.md

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

3+
## 8.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3355](https://github.com/adobe/spectrum-css/pull/3355) [`a827601`](https://github.com/adobe/spectrum-css/commit/a827601bc1769a775f24e9da294bdfaa70535082) Thanks [@cdransf](https://github.com/cdransf)! - Adds support for new avatar-size tokens (avatar-size-800 to avatar-size-1500). Updates avatar component story to support new sizes. Adds support for avatar-border-color and avatar-border-thickness.
8+
39
## 7.1.0
410

511
### Minor Changes

components/avatar/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/avatar",
3-
"version": "7.1.0",
3+
"version": "8.0.0-next.0",
44
"description": "The Spectrum CSS avatar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/colorarea/CHANGELOG.md

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

3+
## 6.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3388](https://github.com/adobe/spectrum-css/pull/3388) [`8aa61a9`](https://github.com/adobe/spectrum-css/commit/8aa61a9a92974b4048ba18b4d33e756af9a37d8e) Thanks [@cdransf](https://github.com/cdransf)! - # colorarea S2 migration
8+
9+
This change migrates the `colorarea` component to S2. It leverages updated tokens and the `rgba(...)` color function, replacing the existing `TODO` and hardcoded values.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies []:
14+
- @spectrum-css/colorhandle@9.0.0-next.0
15+
316
## 5.1.0
417

518
### Minor Changes

components/colorarea/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/colorarea",
3-
"version": "5.1.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS Color Area component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -38,7 +38,7 @@
3838
"adobe"
3939
],
4040
"peerDependencies": {
41-
"@spectrum-css/colorhandle": ">=8",
41+
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
4242
"@spectrum-css/tokens": ">=14.0.0-next.3"
4343
},
4444
"publishConfig": {

components/colorhandle/CHANGELOG.md

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

3+
## 9.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e), [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/colorloupe@6.0.0-next.0
9+
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
10+
311
## 8.1.0
412

513
### Minor Changes

components/colorhandle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorhandle",
3-
"version": "8.1.0",
3+
"version": "9.0.0-next.0",
44
"description": "The Spectrum CSS Color Handle component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -32,8 +32,8 @@
3232
"metadata/mods.md"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/colorloupe": ">=5",
36-
"@spectrum-css/opacitycheckerboard": ">=2",
35+
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
36+
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
3737
"@spectrum-css/tokens": ">=14.0.0-next.3"
3838
},
3939
"peerDependenciesMeta": {

components/colorloupe/CHANGELOG.md

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

3+
## 6.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3301](https://github.com/adobe/spectrum-css/pull/3301) [`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Migrates color loupe to Spectrum 2 tokens. Color loupe now uses the new drop shadow tokens `--spectrum-drop-shadow-elevated-x`, `--spectrum-drop-shadow-elevated-y`, `--spectrum-drop-shadow-elevated-blur`, and `--spectrum-drop-shadow-elevated-color` rather than specific color loupe tokens.
8+
39
## 5.1.0
410

511
### Minor Changes

components/colorloupe/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/colorloupe",
3-
"version": "5.1.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS Color Loupe component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/colorslider/CHANGELOG.md

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

3+
## 7.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
9+
- @spectrum-css/colorhandle@9.0.0-next.0
10+
311
## 6.1.0
412

513
### Minor Changes

components/colorslider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorslider",
3-
"version": "6.1.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS Color slider component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -38,8 +38,8 @@
3838
"adobe"
3939
],
4040
"peerDependencies": {
41-
"@spectrum-css/colorhandle": ">=8",
42-
"@spectrum-css/opacitycheckerboard": ">=2",
41+
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
42+
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
4343
"@spectrum-css/tokens": ">=14.0.0-next.3"
4444
},
4545
"publishConfig": {

components/colorwheel/CHANGELOG.md

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

3+
## 5.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8aa61a9`](https://github.com/adobe/spectrum-css/commit/8aa61a9a92974b4048ba18b4d33e756af9a37d8e), [`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e)]:
8+
- @spectrum-css/colorarea@6.0.0-next.0
9+
- @spectrum-css/colorloupe@6.0.0-next.0
10+
- @spectrum-css/colorhandle@9.0.0-next.0
11+
312
## 4.1.0
413

514
### Minor Changes

components/colorwheel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorwheel",
3-
"version": "4.1.0",
3+
"version": "5.0.0-next.0",
44
"description": "The Spectrum CSS Color Area component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -32,9 +32,9 @@
3232
"metadata/mods.md"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/colorarea": ">=5",
36-
"@spectrum-css/colorhandle": ">=8",
37-
"@spectrum-css/colorloupe": ">=5",
35+
"@spectrum-css/colorarea": ">=6.0.0-next.0",
36+
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
37+
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
3838
"@spectrum-css/tokens": ">=14.0.0-next.3"
3939
},
4040
"peerDependenciesMeta": {

components/opacitycheckerboard/CHANGELOG.md

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

3+
## 3.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3394](https://github.com/adobe/spectrum-css/pull/3394) [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586) Thanks [@cdransf](https://github.com/cdransf)! - # thumbnail-opacity-checkerboard S2 migration
8+
9+
Adds thumbnail specific `thumbnail-opacity-checkerboard-square-size` token aliased to `--spectrum-opacity-checkerboard-size`. This impacts the display of the `opacity-checkerboard` when used within the `thumbnail` component.
10+
11+
This also corrects an issue with a token name in the `thumbnail` component by renaming `--spectrum-thumbnail-border-color-opacity` to `--spectrum-thumbnail-border-opacity`.
12+
313
## 2.1.0
414

515
### Minor Changes

components/opacitycheckerboard/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/opacitycheckerboard",
3-
"version": "2.1.0",
3+
"version": "3.0.0-next.0",
44
"description": "The Spectrum CSS opacitycheckerboard component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/swatch/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+
## 7.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
9+
310
## 6.1.0
411

512
### Minor Changes

components/swatch/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/swatch",
3-
"version": "6.1.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS Color swatch component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -32,7 +32,7 @@
3232
"metadata/mods.md"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/opacitycheckerboard": ">=2",
35+
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
3636
"@spectrum-css/tokens": ">=14.0.0-next.3"
3737
},
3838
"keywords": [

components/swatchgroup/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+
## 4.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/swatch@7.0.0-next.0
9+
310
## 3.1.0
411

512
### Minor Changes

components/swatchgroup/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/swatchgroup",
3-
"version": "3.1.0",
3+
"version": "4.0.0-next.0",
44
"description": "The Spectrum CSS Color swatch group component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -32,7 +32,7 @@
3232
"metadata/mods.md"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/swatch": ">=6",
35+
"@spectrum-css/swatch": ">=7.0.0-next.0",
3636
"@spectrum-css/tokens": ">=14.0.0-next.3"
3737
},
3838
"keywords": [

components/table/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+
## 7.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2c62239`](https://github.com/adobe/spectrum-css/commit/2c62239aab6ae9815bac6edf531c212c45665a5c), [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/thumbnail@7.0.0-next.0
9+
310
## 6.1.0
411

512
### Minor Changes

components/table/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/table",
3-
"version": "6.1.0",
3+
"version": "7.0.0-next.0",
44
"description": "The Spectrum CSS table component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -35,7 +35,7 @@
3535
"@spectrum-css/button": ">=13",
3636
"@spectrum-css/checkbox": ">=9",
3737
"@spectrum-css/icon": ">=7",
38-
"@spectrum-css/thumbnail": ">=6",
38+
"@spectrum-css/thumbnail": ">=7.0.0-next.0",
3939
"@spectrum-css/tokens": ">=14.0.0-next.3"
4040
},
4141
"peerDependenciesMeta": {

components/tag/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+
## 10.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a827601`](https://github.com/adobe/spectrum-css/commit/a827601bc1769a775f24e9da294bdfaa70535082)]:
8+
- @spectrum-css/avatar@8.0.0-next.0
9+
310
## 9.1.0
411

512
### Minor Changes

components/tag/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/tag",
3-
"version": "9.1.0",
3+
"version": "10.0.0-next.0",
44
"description": "The Spectrum CSS tags component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -32,7 +32,7 @@
3232
"metadata/mods.md"
3333
],
3434
"peerDependencies": {
35-
"@spectrum-css/avatar": ">=7",
35+
"@spectrum-css/avatar": ">=8.0.0-next.0",
3636
"@spectrum-css/clearbutton": ">=6",
3737
"@spectrum-css/icon": ">=7",
3838
"@spectrum-css/tokens": ">=14.0.0-next.3"

components/taggroup/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+
## 6.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/tag@10.0.0-next.0
9+
310
## 5.1.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)