Skip to content

Commit 10392df

Browse files
chore: release (next) (#2852)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a0ce6e commit 10392df

File tree

12 files changed

+86
-9
lines changed

12 files changed

+86
-9
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,11 @@
100100
"@spectrum-css/ui-icons": "1.1.2"
101101
},
102102
"changesets": [
103+
"chilly-peaches-sniff",
103104
"eleven-cooks-destroy",
104105
"fresh-seahorses-join",
106+
"hot-books-fail",
107+
"light-years-speak",
105108
"nine-kings-repair",
106109
"perfect-dogs-smash",
107110
"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.1.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.1.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.1.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.1.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.1.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.1.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS steplist component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,7 +24,7 @@
2424
"peerDependencies": {
2525
"@spectrum-css/icon": ">=7",
2626
"@spectrum-css/tokens": ">=14.0.0-next.3",
27-
"@spectrum-css/tooltip": ">=6"
27+
"@spectrum-css/tooltip": ">=7.0.0-next.0"
2828
},
2929
"peerDependenciesMeta": {
3030
"@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.1.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.1.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS tabs component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,7 +24,7 @@
2424
"peerDependencies": {
2525
"@spectrum-css/icon": ">=7",
2626
"@spectrum-css/menu": ">=7",
27-
"@spectrum-css/picker": ">=8",
27+
"@spectrum-css/picker": ">=9.0.0-next.0",
2828
"@spectrum-css/tokens": ">=14.0.0-next.3"
2929
},
3030
"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.1.1
428

529
### Patch Changes

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5419,7 +5419,7 @@ __metadata:
54195419
peerDependencies:
54205420
"@spectrum-css/icon": ">=7"
54215421
"@spectrum-css/tokens": ">=14.0.0-next.3"
5422-
"@spectrum-css/tooltip": ">=6"
5422+
"@spectrum-css/tooltip": ">=7.0.0-next.0"
54235423
peerDependenciesMeta:
54245424
"@spectrum-css/tooltip":
54255425
optional: true
@@ -5492,7 +5492,7 @@ __metadata:
54925492
peerDependencies:
54935493
"@spectrum-css/icon": ">=7"
54945494
"@spectrum-css/menu": ">=7"
5495-
"@spectrum-css/picker": ">=8"
5495+
"@spectrum-css/picker": ">=9.0.0-next.0"
54965496
"@spectrum-css/tokens": ">=14.0.0-next.3"
54975497
peerDependenciesMeta:
54985498
"@spectrum-css/icon":

0 commit comments

Comments
 (0)