Skip to content

Commit bd3099f

Browse files
chore: release (next) (#4127)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 727b15b commit bd3099f

File tree

18 files changed

+154
-29
lines changed

18 files changed

+154
-29
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"early-ends-fail",
120120
"eighty-terms-lead",
121121
"fair-coins-buy",
122+
"few-candles-sniff",
122123
"few-doors-smile",
123124
"few-tigers-say",
124125
"flat-snails-admire",
@@ -131,6 +132,8 @@
131132
"friendly-dolls-raise",
132133
"giant-windows-smoke",
133134
"gold-cats-hide",
135+
"green-falcons-rush",
136+
"grumpy-ghosts-serve",
134137
"healthy-chicken-clap",
135138
"hip-shoes-listen",
136139
"honest-animals-stop",
@@ -144,6 +147,7 @@
144147
"lemon-flowers-poke",
145148
"lemon-weeks-work",
146149
"light-years-speak",
150+
"long-carrots-sleep",
147151
"lovely-geckos-hammer",
148152
"mean-eggs-learn",
149153
"metal-fireants-switch",

.storybook/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+
## 12.0.5-next.14
4+
5+
### Patch Changes
6+
7+
Updated dependencies []:
8+
9+
- @spectrum-css/bundle@2.0.0-next.11
10+
311
## 12.0.5-next.13
412

513
### Patch Changes

.storybook/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/preview",
3-
"version": "12.0.5-next.13",
3+
"version": "12.0.5-next.14",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "^4.1.0",
43-
"@spectrum-css/bundle": "2.0.0-next.10",
43+
"@spectrum-css/bundle": "2.0.0-next.11",
4444
"@spectrum-css/tokens": "16.1.0-next.8",
4545
"@spectrum-css/ui-icons": "2.0.0-next.2"
4646
},

components/combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@spectrum-css/menu": "10.0.0-next.5",
57-
"@spectrum-css/pickerbutton": "7.0.0-next.1",
57+
"@spectrum-css/pickerbutton": "7.0.0-next.2",
5858
"@spectrum-css/popover": "9.0.0-next.4",
5959
"@spectrum-css/progresscircle": "6.0.0-next.0",
6060
"@spectrum-css/textfield": "9.0.0-next.1",

components/datepicker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@spectrum-css/calendar": "8.0.0-next.3",
53-
"@spectrum-css/pickerbutton": "7.0.0-next.1",
53+
"@spectrum-css/pickerbutton": "7.0.0-next.2",
5454
"@spectrum-css/popover": "9.0.0-next.4",
5555
"@spectrum-css/textfield": "9.0.0-next.1",
5656
"@spectrum-css/tokens": "16.1.0-next.8"

components/infieldbutton/CHANGELOG.md

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

3+
## 7.0.0-next.3
4+
5+
### Patch Changes
6+
7+
📝 [#4114](https://github.com/adobe/spectrum-css/pull/4114) [`7061eee`](https://github.com/adobe/spectrum-css/commit/7061eee2ada0b64bb68e37f93329c57e8dba4586) Thanks [@rise-erpelding](https://github.com/rise-erpelding)!
8+
9+
Remove unused key-focus and border mods. Note that border and key focus styles were previously removed in the migration to Spectrum 2, and the mod removals here do not have any visual impact to the infield button.
10+
11+
Also updates transition to use `background-color` instead of `border-color`.
12+
13+
Also fixes a flash bug in WHCM: when hovered, the infield button was flashing/blinking before changing to the appropriate hover color.
14+
315
## 7.0.0-next.2
416

517
### Major Changes

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

components/picker/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+
## 10.0.0-next.4
4+
5+
### Major Changes
6+
7+
📝 [#2352](https://github.com/adobe/spectrum-css/pull/2352) [`7ac2952`](https://github.com/adobe/spectrum-css/commit/7ac2952d16e9760121e3a33390d14f6e336d587d) Thanks [@pfulton](https://github.com/pfulton)!
8+
9+
#### Picker: remove quiet variant
10+
11+
This removes the quiet variant for the picker component based on design feedback. Prior to this change, there was an odd state where the quiet picker scaled with the foundations down state applied.
12+
13+
##### Removed mods
14+
15+
`--mod-picker-background-color-disabled`
16+
17+
**Additionally:** all of the quiet variant mods have been removed.
18+
19+
`--mod-picker-inline-size-quiet`
20+
`--mod-picker-min-inline-size-quiet`
21+
`--mod-picker-spacing-edge-to-disclosure-icon-quiet`
22+
`--mod-picker-spacing-edge-to-text-quiet`
23+
`--mod-picker-spacing-label-to-picker-quiet`
24+
325
## 10.0.0-next.3
426

527
### Major 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": "10.0.0-next.3",
3+
"version": "10.0.0-next.4",
44
"description": "The Spectrum CSS picker component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/pickerbutton/CHANGELOG.md

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

3+
## 7.0.0-next.2
4+
5+
### Major Changes
6+
7+
📝 [#4114](https://github.com/adobe/spectrum-css/pull/4114) [`7061eee`](https://github.com/adobe/spectrum-css/commit/7061eee2ada0b64bb68e37f93329c57e8dba4586) Thanks [@rise-erpelding](https://github.com/rise-erpelding)!
8+
9+
The picker button component has been migrated to Spectrum 2. The picker button uses the same design spec as infield button and in some cases may be able to be used interchangeably with it. Its updated features include:
10+
11+
- Corner rounding updates - corner rounding differs by the component's t-shirt size, but otherwise is a standard size. This means that the rounded variant of picker button with increased corner rounding and the position variants of picker button that helped the picker button fit snugly within either side of an input have been removed.
12+
- Color and spacing updates to match S2 spec
13+
- Added WHCM support
14+
- Updated S2 down state
15+
- Removed focus styles: there are no spec'd focus styles in S2, therefore these styles have been removed.
16+
- The label variant of picker button has been removed.
17+
- Removal of `.spectrum-PickerButton--uiicononly`, `.spectrum-PickerButton--icononly`, and `.spectrum-PickerButton--textuiicon` classes:
18+
- The picker button featuring a UI icon is the default variant, so no additional `.spectrum-PickerButton--uiicononly` class needs to be applied.
19+
- The `.spectrum-PickerButton--icononly` class has been renamed to `.spectrum-PickerButton--workflowicon` to clarify when it should be used. Applying `.spectrum-PickerButton--workflowicon` when using a workflow icon instead is recommended, but probably not required.
20+
- Because the picker button no longer supports a label, there is no need for a `--textuiicon` variant which is why that class has been removed.
21+
- The `.is-open` state can continue to be used as before.
22+
23+
Added mod custom properties:
24+
25+
- `--mod-picker-button-background-color-quiet-disabled`
26+
27+
Removed mod custom properties:
28+
29+
- `--mod-picker-button-background-color-key-focus`
30+
- `--mod-picker-button-background-color-key-focus-quiet`
31+
- `--mod-picker-button-border-color`
32+
- `--mod-picker-button-border-color-disabled`
33+
- `--mod-picker-button-border-color-quiet`
34+
- `--mod-picker-button-border-radius-rounded`
35+
- `--mod-picker-button-border-radius-rounded-sided`
36+
- `--mod-picker-button-border-radius-sided`
37+
- `--mod-picker-button-border-width`
38+
- `--mod-picker-button-font-color`
39+
- `--mod-picker-button-font-color-disabled`
40+
- `--mod-picker-button-font-color-down`
41+
- `--mod-picker-button-font-color-down-disabled`
42+
- `--mod-picker-button-font-color-hover`
43+
- `--mod-picker-button-font-color-hover-disabled`
44+
- `--mod-picker-button-font-color-key-focus`
45+
- `--mod-picker-button-font-family`
46+
- `--mod-picker-button-font-size`
47+
- `--mod-picker-button-font-style`
48+
- `--mod-picker-button-font-weight`
49+
- `--mod-picker-button-gap`
50+
- `--mod-picker-button-icon-color-key-focus`
51+
- `--mod-picker-button-label-padding`
52+
353
## 7.0.0-next.1
454

555
### Patch Changes

0 commit comments

Comments
 (0)