Skip to content

Commit 4c2c8c4

Browse files
committed
build: exit and reenter pretag to reset versions
1 parent c71b8b3 commit 4c2c8c4

File tree

111 files changed

+1103
-1280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1103
-1280
lines changed

.changeset/big-chairs-care.md

-6
This file was deleted.

.changeset/chilly-peaches-sniff.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/statuslight": major
33
---
44

5-
Spectrum 2 Status light migration
5+
## Spectrum 2 migration
66

77
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.
88

.changeset/healthy-zebras-unite.md

-9
This file was deleted.

.changeset/hip-spies-try.md

-9
This file was deleted.

.changeset/light-years-speak.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/tooltip": major
33
---
44

5-
feat(tooltip): Spectrum 2 migration
5+
## Spectrum 2 migration
66

77
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.
88

.changeset/metal-fireants-switch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@spectrum-css/underlay": patch
55
---
66

7-
Spectrum 2 Standard Dialog Migration
7+
## Spectrum 2 Standard Dialog Migration
88

99
This is the migration for standard dialog. The Divider component is no longer supported in S2 dialogs. In addition, some new and updated tokens are in place to update dialog corner rounding, font treatments, spacing/padding, and maximum/minimum widths. There were several new elements implemented as well, including optional header and footer content, hero/cover images, checkbox and text-only options in the footer content area.
1010

.changeset/modern-chairs-sit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@spectrum-css/modal": minor
44
---
55

6-
S2 Takeover dialog
6+
## S2 Takeover dialog
77

88
This is the migration for the fullscreen/fullscreenTakeover dialog stories (these stories correspond to the "takeover dialog" in Figma). The Divider component support was removed in S2 standard dialog migration ([#2860](https://github.com/adobe/spectrum-css/pull/2860)). New and updated tokens are in place to update fullscreen/fullscreenTakeover dialog sizing, grid spacing, spacing in the header, and font sizes. Fullscreen/fullscreenTakeover dialogs do not support additional footer content or checkboxes (in comparison to the standard dialog).
99

.changeset/nine-kings-repair.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
---
44

55
#### Spectrum 2 migration
6+
67
Button now uses Spectrum 2 tokens and specifications, which includes many color changes to all variants. A few other notable changes:
8+
79
- Outline buttons are no longer available in accent and negative options — use the filled variant instead.
810
- Medium size is now the default. The class `.spectrum-Button--sizeM` is now unnecessary for this size, and has been removed.
911
- The `.spectrum-Button--fill` class is no longer needed and has been removed.
1012

1113
The following `--mod` custom properties have been renamed:
14+
1215
- `--mod-line-height-100` has been renamed to `--mod-button-line-height`
1316
- `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family`
1417
- `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`

.changeset/plenty-trees-act.md

-5
This file was deleted.

.changeset/pre.json

+98-104
Original file line numberDiff line numberDiff line change
@@ -3,134 +3,128 @@
33
"tag": "next",
44
"initialVersions": {
55
"@spectrum-tools/gh-action-file-diff": "2.1.0",
6-
"@spectrum-css/preview": "11.0.0",
7-
"@spectrum-css/accordion": "5.3.0",
8-
"@spectrum-css/actionbar": "8.2.0",
9-
"@spectrum-css/actionbutton": "6.2.0",
10-
"@spectrum-css/actiongroup": "5.2.0",
11-
"@spectrum-css/actionmenu": "6.2.0",
12-
"@spectrum-css/alertbanner": "2.3.0",
13-
"@spectrum-css/alertdialog": "2.2.0",
14-
"@spectrum-css/asset": "5.2.0",
15-
"@spectrum-css/assetcard": "4.2.0",
16-
"@spectrum-css/assetlist": "6.4.0",
17-
"@spectrum-css/avatar": "7.3.0",
18-
"@spectrum-css/badge": "4.3.0",
19-
"@spectrum-css/breadcrumb": "9.2.0",
20-
"@spectrum-css/button": "13.5.0",
21-
"@spectrum-css/buttongroup": "7.2.0",
22-
"@spectrum-css/calendar": "5.3.0",
23-
"@spectrum-css/card": "9.3.0",
24-
"@spectrum-css/checkbox": "9.2.1",
25-
"@spectrum-css/clearbutton": "6.4.0",
26-
"@spectrum-css/closebutton": "5.3.0",
27-
"@spectrum-css/coachindicator": "2.2.0",
28-
"@spectrum-css/coachmark": "7.3.0",
29-
"@spectrum-css/colorarea": "5.2.0",
30-
"@spectrum-css/colorhandle": "8.2.0",
31-
"@spectrum-css/colorloupe": "5.3.0",
32-
"@spectrum-css/colorslider": "6.2.0",
33-
"@spectrum-css/colorwheel": "4.2.0",
34-
"@spectrum-css/combobox": "3.3.0",
35-
"@spectrum-css/commons": "10.1.0",
36-
"@spectrum-css/contextualhelp": "3.3.0",
37-
"@spectrum-css/datepicker": "3.3.0",
38-
"@spectrum-css/dial": "3.2.0",
39-
"@spectrum-css/dialog": "10.2.0",
40-
"@spectrum-css/divider": "3.2.0",
41-
"@spectrum-css/dropindicator": "5.2.0",
42-
"@spectrum-css/dropzone": "6.2.0",
43-
"@spectrum-css/fieldgroup": "5.3.0",
44-
"@spectrum-css/fieldlabel": "8.2.0",
45-
"@spectrum-css/floatingactionbutton": "2.2.0",
46-
"@spectrum-css/form": "0.0.0",
47-
"@spectrum-css/helptext": "5.2.0",
48-
"@spectrum-css/icon": "7.2.0",
49-
"@spectrum-css/illustratedmessage": "7.2.0",
50-
"@spectrum-css/infieldbutton": "5.2.0",
51-
"@spectrum-css/inlinealert": "8.2.0",
52-
"@spectrum-css/link": "5.2.0",
53-
"@spectrum-css/logicbutton": "4.2.0",
54-
"@spectrum-css/menu": "7.2.0",
55-
"@spectrum-css/meter": "0.0.0",
56-
"@spectrum-css/miller": "6.2.0",
57-
"@spectrum-css/modal": "5.2.0",
58-
"@spectrum-css/opacitycheckerboard": "2.2.0",
59-
"@spectrum-css/page": "8.2.0",
60-
"@spectrum-css/pagination": "8.2.0",
61-
"@spectrum-css/picker": "8.3.0",
62-
"@spectrum-css/pickerbutton": "5.2.0",
63-
"@spectrum-css/popover": "7.2.0",
64-
"@spectrum-css/progressbar": "4.2.0",
65-
"@spectrum-css/progresscircle": "3.2.0",
66-
"@spectrum-css/radio": "9.4.1",
67-
"@spectrum-css/rating": "5.2.0",
68-
"@spectrum-css/search": "7.4.0",
69-
"@spectrum-css/sidenav": "5.2.0",
70-
"@spectrum-css/slider": "5.5.1",
71-
"@spectrum-css/splitview": "5.3.0",
72-
"@spectrum-css/statuslight": "7.3.0",
73-
"@spectrum-css/steplist": "5.2.0",
74-
"@spectrum-css/stepper": "6.3.0",
75-
"@spectrum-css/swatch": "6.4.1",
76-
"@spectrum-css/swatchgroup": "3.2.0",
77-
"@spectrum-css/switch": "5.2.0",
78-
"@spectrum-css/table": "6.2.0",
79-
"@spectrum-css/tabs": "5.2.0",
80-
"@spectrum-css/tag": "9.2.0",
81-
"@spectrum-css/taggroup": "5.2.0",
82-
"@spectrum-css/textfield": "7.3.0",
83-
"@spectrum-css/thumbnail": "6.3.0",
84-
"@spectrum-css/toast": "10.3.0",
85-
"@spectrum-css/tooltip": "6.2.0",
86-
"@spectrum-css/tray": "3.2.0",
87-
"@spectrum-css/treeview": "10.4.0",
88-
"@spectrum-css/typography": "6.2.0",
89-
"@spectrum-css/underlay": "4.2.0",
90-
"@spectrum-css/well": "5.3.0",
91-
"@spectrum-tools/postcss-add-theming-layer": "0.0.0",
92-
"@spectrum-tools/postcss-property-rollup": "0.0.0",
93-
"@spectrum-tools/postcss-rgb-mapping": "2.1.0",
6+
"@spectrum-css/preview": "11.0.1-next.2",
7+
"@spectrum-css/accordion": "7.0.1",
8+
"@spectrum-css/actionbar": "10.0.1",
9+
"@spectrum-css/actionbutton": "7.0.1",
10+
"@spectrum-css/actiongroup": "6.0.1",
11+
"@spectrum-css/actionmenu": "7.0.0",
12+
"@spectrum-css/alertbanner": "3.0.1",
13+
"@spectrum-css/alertdialog": "4.0.1",
14+
"@spectrum-css/asset": "7.0.1",
15+
"@spectrum-css/assetcard": "5.0.1",
16+
"@spectrum-css/assetlist": "8.0.1",
17+
"@spectrum-css/avatar": "9.0.1",
18+
"@spectrum-css/badge": "6.0.1",
19+
"@spectrum-css/breadcrumb": "11.0.1",
20+
"@spectrum-css/button": "14.0.1",
21+
"@spectrum-css/buttongroup": "9.0.1",
22+
"@spectrum-css/calendar": "7.0.1",
23+
"@spectrum-css/card": "11.0.1",
24+
"@spectrum-css/checkbox": "10.0.1",
25+
"@spectrum-css/clearbutton": "7.0.1",
26+
"@spectrum-css/closebutton": "6.0.1",
27+
"@spectrum-css/coachindicator": "4.0.1",
28+
"@spectrum-css/coachmark": "9.0.1",
29+
"@spectrum-css/colorarea": "7.0.1",
30+
"@spectrum-css/colorhandle": "10.0.1",
31+
"@spectrum-css/colorloupe": "7.0.1",
32+
"@spectrum-css/colorslider": "8.0.1",
33+
"@spectrum-css/colorwheel": "6.0.1",
34+
"@spectrum-css/combobox": "4.0.1",
35+
"@spectrum-css/commons": "11.0.0",
36+
"@spectrum-css/contextualhelp": "5.0.1",
37+
"@spectrum-css/datepicker": "4.0.1",
38+
"@spectrum-css/dial": "5.0.1",
39+
"@spectrum-css/dialog": "12.0.1",
40+
"@spectrum-css/divider": "5.0.1",
41+
"@spectrum-css/dropindicator": "7.0.1",
42+
"@spectrum-css/dropzone": "8.0.1",
43+
"@spectrum-css/fieldgroup": "7.0.1",
44+
"@spectrum-css/fieldlabel": "10.0.1",
45+
"@spectrum-css/floatingactionbutton": "4.0.1",
46+
"@spectrum-css/form": "1.0.1",
47+
"@spectrum-css/helptext": "7.0.1",
48+
"@spectrum-css/icon": "9.0.1",
49+
"@spectrum-css/illustratedmessage": "9.0.1",
50+
"@spectrum-css/infieldbutton": "6.0.1",
51+
"@spectrum-css/inlinealert": "10.0.1",
52+
"@spectrum-css/link": "7.0.1",
53+
"@spectrum-css/logicbutton": "6.0.1",
54+
"@spectrum-css/menu": "9.0.1",
55+
"@spectrum-css/meter": "1.0.1",
56+
"@spectrum-css/miller": "8.0.1",
57+
"@spectrum-css/modal": "7.0.1",
58+
"@spectrum-css/opacitycheckerboard": "4.0.1",
59+
"@spectrum-css/page": "9.0.1",
60+
"@spectrum-css/pagination": "10.0.1",
61+
"@spectrum-css/picker": "9.0.1",
62+
"@spectrum-css/pickerbutton": "6.0.1",
63+
"@spectrum-css/popover": "8.0.1",
64+
"@spectrum-css/progressbar": "6.0.1",
65+
"@spectrum-css/progresscircle": "5.0.1",
66+
"@spectrum-css/radio": "10.0.1",
67+
"@spectrum-css/rating": "6.0.1",
68+
"@spectrum-css/search": "8.0.1",
69+
"@spectrum-css/sidenav": "7.0.1",
70+
"@spectrum-css/slider": "6.0.1",
71+
"@spectrum-css/splitview": "7.0.1",
72+
"@spectrum-css/statuslight": "9.0.1",
73+
"@spectrum-css/steplist": "7.0.1",
74+
"@spectrum-css/stepper": "7.0.1",
75+
"@spectrum-css/swatch": "8.0.1",
76+
"@spectrum-css/swatchgroup": "5.0.1",
77+
"@spectrum-css/switch": "6.0.1",
78+
"@spectrum-css/table": "8.0.1",
79+
"@spectrum-css/tabs": "6.0.1",
80+
"@spectrum-css/tag": "10.0.1",
81+
"@spectrum-css/taggroup": "7.0.1",
82+
"@spectrum-css/textfield": "8.0.1",
83+
"@spectrum-css/thumbnail": "8.0.1",
84+
"@spectrum-css/toast": "11.0.1",
85+
"@spectrum-css/tooltip": "7.0.1",
86+
"@spectrum-css/tray": "5.0.1",
87+
"@spectrum-css/treeview": "12.0.1",
88+
"@spectrum-css/typography": "8.0.1",
89+
"@spectrum-css/underlay": "6.0.1",
90+
"@spectrum-css/well": "7.0.1",
91+
"@spectrum-tools/postcss-rgb-mapping": "1.0.0",
9492
"@spectrum-tools/stylelint-no-missing-var": "2.0.1",
95-
"@spectrum-tools/stylelint-no-unknown-custom-properties": "2.0.1",
96-
"@spectrum-tools/stylelint-no-unused-custom-properties": "2.0.2",
97-
"@spectrum-tools/theme-alignment": "1.1.0",
98-
"@spectrum-css/tokens": "15.0.0",
93+
"@spectrum-tools/stylelint-no-unknown-custom-properties": "2.0.2",
94+
"@spectrum-tools/stylelint-no-unused-custom-properties": "2.0.3",
95+
"@spectrum-css/tokens": "16.0.0",
9996
"@spectrum-css/bundle": "1.0.0",
10097
"@spectrum-css/generator": "4.1.0",
10198
"@spectrum-css/ui-icons": "1.1.2"
10299
},
103100
"changesets": [
104-
"big-chairs-care",
101+
"beige-dragons-tickle",
105102
"chilly-peaches-sniff",
106103
"early-actors-buy",
107104
"eleven-cooks-destroy",
108105
"few-doors-smile",
109106
"few-eels-retire",
107+
"fresh-crabs-deliver",
110108
"fresh-seahorses-join",
111109
"friendly-dolls-raise",
112-
"healthy-zebras-unite",
113-
"hip-spies-try",
114110
"hot-books-fail",
111+
"itchy-kids-travel",
112+
"itchy-shrimps-help",
115113
"light-years-speak",
116114
"loud-vans-brush",
117115
"mean-eggs-learn",
118116
"metal-fireants-switch",
117+
"modern-chairs-sit",
119118
"nine-kings-repair",
120-
"perfect-dogs-smash",
121-
"plenty-trees-act",
122119
"pretty-parents-drum",
123120
"proud-jokes-rule",
124-
"sixty-crabs-thank",
125-
"sixty-vans-thank",
121+
"rotten-meals-share",
122+
"serious-clouds-jam",
126123
"spotty-onions-study",
127124
"strange-glasses-allow",
128125
"tame-bobcats-beam",
129126
"tame-wasps-shake",
130-
"ten-lizards-work",
131-
"twenty-tables-know",
132-
"weak-kings-pretend",
133-
"wicked-dragons-cheer",
134-
"young-cheetahs-peel"
127+
"twenty-ravens-divide",
128+
"twenty-tables-know"
135129
]
136130
}

.changeset/pretty-parents-drum.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@spectrum-css/tokens": patch
33
---
44

5-
use spectrum-tokens@13.0.0-beta.30
5+
Uses the latest releases from Spectrum Tokens (13.0.0-beta.30)

.changeset/proud-jokes-rule.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"@spectrum-css/progressbar": major
33
---
44

5-
feat(progressbar): S2 migration
5+
## S2 migration
66

77
Progress bar now uses Spectrum 2 tokens and specifications. This migration includes updated colors, font sizes, and spacing. No mods were harmed in the migration of this component (all `--mod` properties remain the same).

.changeset/rotten-meals-share.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/popover": major
33
---
44

5-
S2 Popover Migration
5+
## S2 Popover Migration
66

77
The S2 popover using new tokens for border color, padding, corner radius and elevation/drop shadows.
88

.changeset/serious-clouds-jam.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/colorslider": minor
33
---
44

5-
# S2 colorslider migration
5+
## S2 colorslider migration
66

77
This migrates the `colorslider` component to S2. Custom properties have been remapped per the design spec.
88

.changeset/sixty-crabs-thank.md

-10
This file was deleted.

.changeset/sixty-vans-thank.md

-6
This file was deleted.

.changeset/spotty-onions-study.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"@spectrum-css/colorarea": major
33
---
44

5-
# colorarea S2 migration
5+
# S2 migration
66

77
This change migrates the `colorarea` component to S2. It leverages updated tokens and the `rgba(...)` color function, replacing the existing `TODO` and hardcoded values.

.changeset/strange-glasses-allow.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
"@spectrum-css/colorloupe": major
33
---
44

5+
## Spectrum 2 migration
6+
57
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.

.changeset/tame-bobcats-beam.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@spectrum-css/alertbanner": major
33
---
44

5-
#### Spectrum 2 migration
5+
## Spectrum 2 migration
66

77
Alert banner now uses Spectrum 2 tokens and specifications. In this new design, the divider has been removed.
88

0 commit comments

Comments
 (0)