Skip to content

Commit 519702c

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#2852)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 58871bd commit 519702c

File tree

12 files changed

+111
-13
lines changed

12 files changed

+111
-13
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@
102102
},
103103
"changesets": [
104104
"big-chairs-care",
105+
"chilly-peaches-sniff",
105106
"eleven-cooks-destroy",
106107
"fresh-seahorses-join",
108+
"hot-books-fail",
109+
"light-years-speak",
107110
"nine-kings-repair",
108111
"perfect-dogs-smash",
109112
"pretty-parents-drum",

components/picker/CHANGELOG.md

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

3+
## 9.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2697](https://github.com/adobe/spectrum-css/pull/2697) [`5d730fe`](https://github.com/adobe/spectrum-css/commit/5d730fe711c7469b7216ece9638a4a157429fa17) Thanks [@jawinn](https://github.com/jawinn)! - #### Spectrum 2 migration
8+
9+
Picker now uses Spectrum 2 tokens and specifications. A few notable changes:
10+
11+
- The mod custom property `--mod-line-height-100` has been renamed to `--mod-button-line-height`.
12+
- The mod custom property `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family`.
13+
- The mod custom property `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`.
14+
- The mod custom property `--mod-picker-spacing-text-to-alert-icon-inline-start` has been renamed to `--mod-picker-spacing-text-to-icon-inline-end`. This removed the fallback that was marked as deprecated in a previous version.
15+
- The mod custom property `--mod-picker-spacing-text-to-icon` has been removed. Use `--mod-picker-spacing-text-to-icon-inline-end` for the spacing between text and visual (indicator or disclosure), or `--mod-picker-spacing-starting-icon-to-text` for the space between the optional workflow icon and the text.
16+
317
## 8.3.0
418

519
### Minor Changes

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

components/statuslight/CHANGELOG.md

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

3+
## 8.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2818](https://github.com/adobe/spectrum-css/pull/2818) [`2f8ef28`](https://github.com/adobe/spectrum-css/commit/2f8ef28aa58063553de30026de81bbc965e91157) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - Spectrum 2 Status light migration
8+
9+
New non-semantic colors were added to the variants list, while the `accent` semantic variant was removed. There were also some new and updated color and text-to-visual tokens used to match the designs, along with normalizing font family, font style, and font weight.
10+
11+
New mods added:
12+
13+
- `--mod-statuslight-font-family`
14+
- `--mod-statuslight-font-style`
15+
- `--mod-statuslight-nonsemantic-brown-color`
16+
- `--mod-statuslight-nonsemantic-cinnamon-color`
17+
- `--mod-statuslight-nonsemantic-pink-color`
18+
- `--mod-statuslight-nonsemantic-silver-color`
19+
- `--mod-statuslight-nonsemantic-turquoise-color`
20+
21+
Removed mods:
22+
23+
- `--mod-statuslight-semantic-accent-color`
24+
325
## 7.3.0
426

527
### Minor Changes

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

components/steplist/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 [[`5a0ce6e`](https://github.com/adobe/spectrum-css/commit/5a0ce6e5c1908679bd87a63969b99a105faea265)]:
8+
- @spectrum-css/tooltip@7.0.0-next.0
9+
310
## 5.2.0
411

512
### Minor Changes

components/steplist/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/steplist",
3-
"version": "5.2.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS steplist component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@spectrum-css/icon": ">=7",
3636
"@spectrum-css/tokens": ">=14.0.0-next.3",
37-
"@spectrum-css/tooltip": ">=6"
37+
"@spectrum-css/tooltip": ">=7.0.0-next.0"
3838
},
3939
"peerDependenciesMeta": {
4040
"@spectrum-css/tooltip": {

components/tabs/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 [[`5d730fe`](https://github.com/adobe/spectrum-css/commit/5d730fe711c7469b7216ece9638a4a157429fa17)]:
8+
- @spectrum-css/picker@9.0.0-next.0
9+
310
## 5.2.0
411

512
### Minor Changes

components/tabs/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/tabs",
3-
"version": "5.2.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS tabs component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@spectrum-css/icon": ">=7",
3636
"@spectrum-css/menu": ">=7",
37-
"@spectrum-css/picker": ">=8",
37+
"@spectrum-css/picker": ">=9.0.0-next.0",
3838
"@spectrum-css/tokens": ">=14.0.0-next.3"
3939
},
4040
"peerDependenciesMeta": {

components/tooltip/CHANGELOG.md

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

3+
## 7.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2743](https://github.com/adobe/spectrum-css/pull/2743) [`5a0ce6e`](https://github.com/adobe/spectrum-css/commit/5a0ce6e5c1908679bd87a63969b99a105faea265) Thanks [@mdt2](https://github.com/mdt2)! - feat(tooltip): Spectrum 2 migration
8+
9+
This migration includes updated colors, rounding, a bigger tip, and the removal of variants (only neutral is available in Spectrum 2). As a result of the deprecation of variants, icons have also been removed.
10+
11+
The redesign of the tip, specifically the rounding, required a reworking of how we use clip-path and transform.
12+
13+
Some custom property mods have been removed:
14+
15+
- `--mod-tooltip-background-color-informative`
16+
- `--mod-tooltip-background-color-negative`
17+
- `--mod-tooltip-background-color-positive`
18+
- `--mod-tooltip-icon-spacing-block-start`
19+
- `--mod-tooltip-icon-spacing-inline-end`
20+
- `--mod-tooltip-icon-spacing-inline-start`
21+
- `--mod-tooltip-icon-width`
22+
23+
And one mod has been added:
24+
25+
- `--mod-tooltip-tip-corner-radius`
26+
327
## 6.2.0
428

529
### Minor Changes

0 commit comments

Comments
 (0)