Skip to content

chore: release (next) #4127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: spectrum-two
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"early-ends-fail",
"eighty-terms-lead",
"fair-coins-buy",
"few-candles-sniff",
"few-doors-smile",
"few-tigers-say",
"flat-snails-admire",
Expand All @@ -131,6 +132,8 @@
"friendly-dolls-raise",
"giant-windows-smoke",
"gold-cats-hide",
"green-falcons-rush",
"grumpy-ghosts-serve",
"healthy-chicken-clap",
"hip-shoes-listen",
"honest-animals-stop",
Expand Down
8 changes: 8 additions & 0 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 12.0.5-next.14

### Patch Changes

Updated dependencies []:

- @spectrum-css/[email protected]

## 12.0.5-next.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
"version": "12.0.5-next.13",
"version": "12.0.5-next.14",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^4.1.0",
"@spectrum-css/bundle": "2.0.0-next.10",
"@spectrum-css/bundle": "2.0.0-next.11",
"@spectrum-css/tokens": "16.1.0-next.8",
"@spectrum-css/ui-icons": "2.0.0-next.2"
},
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@spectrum-css/menu": "10.0.0-next.5",
"@spectrum-css/pickerbutton": "7.0.0-next.1",
"@spectrum-css/pickerbutton": "7.0.0-next.2",
"@spectrum-css/popover": "9.0.0-next.4",
"@spectrum-css/progresscircle": "6.0.0-next.0",
"@spectrum-css/textfield": "9.0.0-next.1",
Expand Down
2 changes: 1 addition & 1 deletion components/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@spectrum-css/calendar": "8.0.0-next.3",
"@spectrum-css/pickerbutton": "7.0.0-next.1",
"@spectrum-css/pickerbutton": "7.0.0-next.2",
"@spectrum-css/popover": "9.0.0-next.4",
"@spectrum-css/textfield": "9.0.0-next.1",
"@spectrum-css/tokens": "16.1.0-next.8"
Expand Down
12 changes: 12 additions & 0 deletions components/infieldbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## 7.0.0-next.3

### Patch Changes

📝 [#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)!

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.

Also updates transition to use `background-color` instead of `border-color`.

Also fixes a flash bug in WHCM: when hovered, the infield button was flashing/blinking before changing to the appropriate hover color.

## 7.0.0-next.2

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/infieldbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/infieldbutton",
"version": "7.0.0-next.2",
"version": "7.0.0-next.3",
"description": "The Spectrum CSS infield button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
22 changes: 22 additions & 0 deletions components/picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change log

## 10.0.0-next.4

### Major Changes

📝 [#4129](https://github.com/adobe/spectrum-css/pull/4129) [`7ac2952`](https://github.com/adobe/spectrum-css/commit/7ac2952d16e9760121e3a33390d14f6e336d587d) Thanks [@cdransf](https://github.com/cdransf)!

#### Picker: remove quiet variant

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.

##### Removed mods

`--mod-picker-background-color-disabled`

**Additionally:** all of the quiet variant mods have been removed.

`--mod-picker-inline-size-quiet`
`--mod-picker-min-inline-size-quiet`
`--mod-picker-spacing-edge-to-disclosure-icon-quiet`
`--mod-picker-spacing-edge-to-text-quiet`
`--mod-picker-spacing-label-to-picker-quiet`

## 10.0.0-next.3

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/picker",
"version": "10.0.0-next.3",
"version": "10.0.0-next.4",
"description": "The Spectrum CSS picker component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
50 changes: 50 additions & 0 deletions components/pickerbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Change log

## 7.0.0-next.2

### Major Changes

📝 [#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)!

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:

- 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.
- Color and spacing updates to match S2 spec
- Added WHCM support
- Updated S2 down state
- Removed focus styles: there are no spec'd focus styles in S2, therefore these styles have been removed.
- The label variant of picker button has been removed.
- Removal of `.spectrum-PickerButton--uiicononly`, `.spectrum-PickerButton--icononly`, and `.spectrum-PickerButton--textuiicon` classes:
- The picker button featuring a UI icon is the default variant, so no additional `.spectrum-PickerButton--uiicononly` class needs to be applied.
- 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.
- 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.
- The `.is-open` state can continue to be used as before.

Added mod custom properties:

- `--mod-picker-button-background-color-quiet-disabled`

Removed mod custom properties:

- `--mod-picker-button-background-color-key-focus`
- `--mod-picker-button-background-color-key-focus-quiet`
- `--mod-picker-button-border-color`
- `--mod-picker-button-border-color-disabled`
- `--mod-picker-button-border-color-quiet`
- `--mod-picker-button-border-radius-rounded`
- `--mod-picker-button-border-radius-rounded-sided`
- `--mod-picker-button-border-radius-sided`
- `--mod-picker-button-border-width`
- `--mod-picker-button-font-color`
- `--mod-picker-button-font-color-disabled`
- `--mod-picker-button-font-color-down`
- `--mod-picker-button-font-color-down-disabled`
- `--mod-picker-button-font-color-hover`
- `--mod-picker-button-font-color-hover-disabled`
- `--mod-picker-button-font-color-key-focus`
- `--mod-picker-button-font-family`
- `--mod-picker-button-font-size`
- `--mod-picker-button-font-style`
- `--mod-picker-button-font-weight`
- `--mod-picker-button-gap`
- `--mod-picker-button-icon-color-key-focus`
- `--mod-picker-button-label-padding`

## 7.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/pickerbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/pickerbutton",
"version": "7.0.0-next.1",
"version": "7.0.0-next.2",
"description": "The Spectrum CSS picker button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@spectrum-css/actionbutton": "8.0.0-next.3",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/infieldbutton": "7.0.0-next.2",
"@spectrum-css/infieldbutton": "7.0.0-next.3",
"@spectrum-css/textfield": "9.0.0-next.1",
"@spectrum-css/tokens": "16.1.0-next.8"
},
Expand Down
2 changes: 1 addition & 1 deletion components/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/menu": "10.0.0-next.5",
"@spectrum-css/picker": "10.0.0-next.3",
"@spectrum-css/picker": "10.0.0-next.4",
"@spectrum-css/tokens": "16.1.0-next.8"
},
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions tools/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.0-next.11

### Patch Changes

Updated dependencies [[`7061eee`](https://github.com/adobe/spectrum-css/commit/7061eee2ada0b64bb68e37f93329c57e8dba4586), [`7061eee`](https://github.com/adobe/spectrum-css/commit/7061eee2ada0b64bb68e37f93329c57e8dba4586), [`7ac2952`](https://github.com/adobe/spectrum-css/commit/7ac2952d16e9760121e3a33390d14f6e336d587d)]:

- @spectrum-css/[email protected]
- @spectrum-css/[email protected]
- @spectrum-css/[email protected]

## 2.0.0-next.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions tools/bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/bundle",
"version": "2.0.0-next.10",
"version": "2.0.0-next.11",
"description": "A demo-ready bundle of the components in the Spectrum CSS library.",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -73,7 +73,7 @@
"@spectrum-css/helptext": "8.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/illustratedmessage": "10.0.0-next.0",
"@spectrum-css/infieldbutton": "7.0.0-next.2",
"@spectrum-css/infieldbutton": "7.0.0-next.3",
"@spectrum-css/inlinealert": "11.0.0-next.3",
"@spectrum-css/link": "8.0.0-next.2",
"@spectrum-css/logicbutton": "7.0.0-next.1",
Expand All @@ -84,8 +84,8 @@
"@spectrum-css/opacitycheckerboard": "5.0.0-next.0",
"@spectrum-css/page": "10.0.0-next.1",
"@spectrum-css/pagination": "11.0.0-next.2",
"@spectrum-css/picker": "10.0.0-next.3",
"@spectrum-css/pickerbutton": "7.0.0-next.1",
"@spectrum-css/picker": "10.0.0-next.4",
"@spectrum-css/pickerbutton": "7.0.0-next.2",
"@spectrum-css/popover": "9.0.0-next.4",
"@spectrum-css/progressbar": "7.0.0-next.4",
"@spectrum-css/progresscircle": "6.0.0-next.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4313,7 +4313,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/bundle@npm:2.0.0-next.10, @spectrum-css/bundle@workspace:tools/bundle":
"@spectrum-css/bundle@npm:2.0.0-next.11, @spectrum-css/bundle@workspace:tools/bundle":
version: 0.0.0-use.local
resolution: "@spectrum-css/bundle@workspace:tools/bundle"
dependencies:
Expand Down Expand Up @@ -4360,7 +4360,7 @@ __metadata:
"@spectrum-css/helptext": "npm:8.0.0-next.2"
"@spectrum-css/icon": "npm:10.0.0-next.3"
"@spectrum-css/illustratedmessage": "npm:10.0.0-next.0"
"@spectrum-css/infieldbutton": "npm:7.0.0-next.2"
"@spectrum-css/infieldbutton": "npm:7.0.0-next.3"
"@spectrum-css/inlinealert": "npm:11.0.0-next.3"
"@spectrum-css/link": "npm:8.0.0-next.2"
"@spectrum-css/logicbutton": "npm:7.0.0-next.1"
Expand All @@ -4371,8 +4371,8 @@ __metadata:
"@spectrum-css/opacitycheckerboard": "npm:5.0.0-next.0"
"@spectrum-css/page": "npm:10.0.0-next.1"
"@spectrum-css/pagination": "npm:11.0.0-next.2"
"@spectrum-css/picker": "npm:10.0.0-next.3"
"@spectrum-css/pickerbutton": "npm:7.0.0-next.1"
"@spectrum-css/picker": "npm:10.0.0-next.4"
"@spectrum-css/pickerbutton": "npm:7.0.0-next.2"
"@spectrum-css/popover": "npm:9.0.0-next.4"
"@spectrum-css/progressbar": "npm:7.0.0-next.4"
"@spectrum-css/progresscircle": "npm:6.0.0-next.0"
Expand Down Expand Up @@ -4704,7 +4704,7 @@ __metadata:
resolution: "@spectrum-css/combobox@workspace:components/combobox"
dependencies:
"@spectrum-css/menu": "npm:10.0.0-next.5"
"@spectrum-css/pickerbutton": "npm:7.0.0-next.1"
"@spectrum-css/pickerbutton": "npm:7.0.0-next.2"
"@spectrum-css/popover": "npm:9.0.0-next.4"
"@spectrum-css/progresscircle": "npm:6.0.0-next.0"
"@spectrum-css/textfield": "npm:9.0.0-next.1"
Expand Down Expand Up @@ -4772,7 +4772,7 @@ __metadata:
resolution: "@spectrum-css/datepicker@workspace:components/datepicker"
dependencies:
"@spectrum-css/calendar": "npm:8.0.0-next.3"
"@spectrum-css/pickerbutton": "npm:7.0.0-next.1"
"@spectrum-css/pickerbutton": "npm:7.0.0-next.2"
"@spectrum-css/popover": "npm:9.0.0-next.4"
"@spectrum-css/textfield": "npm:9.0.0-next.1"
"@spectrum-css/tokens": "npm:16.1.0-next.8"
Expand Down Expand Up @@ -5028,7 +5028,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/infieldbutton@npm:7.0.0-next.2, @spectrum-css/infieldbutton@workspace:components/infieldbutton":
"@spectrum-css/infieldbutton@npm:7.0.0-next.3, @spectrum-css/infieldbutton@workspace:components/infieldbutton":
version: 0.0.0-use.local
resolution: "@spectrum-css/infieldbutton@workspace:components/infieldbutton"
dependencies:
Expand Down Expand Up @@ -5249,7 +5249,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/picker@npm:10.0.0-next.3, @spectrum-css/picker@workspace:components/picker":
"@spectrum-css/picker@npm:10.0.0-next.4, @spectrum-css/picker@workspace:components/picker":
version: 0.0.0-use.local
resolution: "@spectrum-css/picker@workspace:components/picker"
dependencies:
Expand Down Expand Up @@ -5283,7 +5283,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/pickerbutton@npm:7.0.0-next.1, @spectrum-css/pickerbutton@workspace:components/pickerbutton":
"@spectrum-css/pickerbutton@npm:7.0.0-next.2, @spectrum-css/pickerbutton@workspace:components/pickerbutton":
version: 0.0.0-use.local
resolution: "@spectrum-css/pickerbutton@workspace:components/pickerbutton"
dependencies:
Expand Down Expand Up @@ -5346,7 +5346,7 @@ __metadata:
"@babel/core": "npm:^7.28.0"
"@chromatic-com/storybook": "npm:^3.2.7"
"@etchteam/storybook-addon-status": "npm:^5.0.0"
"@spectrum-css/bundle": "npm:2.0.0-next.10"
"@spectrum-css/bundle": "npm:2.0.0-next.11"
"@spectrum-css/tokens": "npm:16.1.0-next.8"
"@spectrum-css/ui-icons": "npm:2.0.0-next.2"
"@storybook/addon-a11y": "npm:8.4.7"
Expand Down Expand Up @@ -5556,7 +5556,7 @@ __metadata:
dependencies:
"@spectrum-css/actionbutton": "npm:8.0.0-next.3"
"@spectrum-css/icon": "npm:10.0.0-next.3"
"@spectrum-css/infieldbutton": "npm:7.0.0-next.2"
"@spectrum-css/infieldbutton": "npm:7.0.0-next.3"
"@spectrum-css/textfield": "npm:9.0.0-next.1"
"@spectrum-css/tokens": "npm:16.1.0-next.8"
peerDependencies:
Expand Down Expand Up @@ -5661,7 +5661,7 @@ __metadata:
dependencies:
"@spectrum-css/icon": "npm:10.0.0-next.3"
"@spectrum-css/menu": "npm:10.0.0-next.5"
"@spectrum-css/picker": "npm:10.0.0-next.3"
"@spectrum-css/picker": "npm:10.0.0-next.4"
"@spectrum-css/tokens": "npm:16.1.0-next.8"
peerDependencies:
"@spectrum-css/icon": ">=10.0.0-next.0"
Expand Down