Skip to content

Commit 35e33e0

Browse files
chore: release
1 parent f77aa72 commit 35e33e0

File tree

10 files changed

+42
-21
lines changed

10 files changed

+42
-21
lines changed

.changeset/nervous-penguins-matter.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

components/infieldbutton/CHANGELOG.md

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

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - S2 Foundations fixes
8+
9+
- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
10+
- This corresponds to the background-color updates picker has for S2.
11+
- Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
12+
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
13+
314
All notable changes to this project will be documented in this file.
415
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
516

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": "6.1.0",
3+
"version": "6.1.1",
44
"description": "The Spectrum CSS infield button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/picker/CHANGELOG.md

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

3+
## 9.1.2
4+
5+
### Patch Changes
6+
7+
- [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - S2 Foundations fixes
8+
9+
- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
10+
- This corresponds to the background-color updates picker has for S2.
11+
- Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
12+
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
13+
314
All notable changes to this project will be documented in this file.
415
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
516

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": "9.1.1",
3+
"version": "9.1.2",
44
"description": "The Spectrum CSS picker component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/slider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/stepper": "7.1.0",
40+
"@spectrum-css/stepper": "7.1.1",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/stepper/CHANGELOG.md

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

3+
## 7.1.1
4+
5+
### Patch Changes
6+
7+
- [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - S2 Foundations fixes
8+
9+
- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
10+
- This corresponds to the background-color updates picker has for S2.
11+
- Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
12+
- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
13+
314
All notable changes to this project will be documented in this file.
415
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
516

components/stepper/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/stepper",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "The Spectrum CSS stepper component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@spectrum-css/actionbutton": "7.1.1",
5353
"@spectrum-css/icon": "9.1.0",
54-
"@spectrum-css/infieldbutton": "6.1.0",
54+
"@spectrum-css/infieldbutton": "6.1.1",
5555
"@spectrum-css/textfield": "8.1.0",
5656
"@spectrum-css/tokens": "16.0.1"
5757
},

components/tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@spectrum-css/icon": "9.1.0",
4949
"@spectrum-css/menu": "9.1.0",
50-
"@spectrum-css/picker": "9.1.1",
50+
"@spectrum-css/picker": "9.1.2",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},
5353
"keywords": [

tools/bundle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@spectrum-css/helptext": "7.1.0",
7474
"@spectrum-css/icon": "9.1.0",
7575
"@spectrum-css/illustratedmessage": "9.1.0",
76-
"@spectrum-css/infieldbutton": "6.1.0",
76+
"@spectrum-css/infieldbutton": "6.1.1",
7777
"@spectrum-css/inlinealert": "10.1.0",
7878
"@spectrum-css/link": "7.1.0",
7979
"@spectrum-css/logicbutton": "6.1.0",
@@ -84,7 +84,7 @@
8484
"@spectrum-css/opacitycheckerboard": "4.1.0",
8585
"@spectrum-css/page": "9.1.0",
8686
"@spectrum-css/pagination": "10.1.0",
87-
"@spectrum-css/picker": "9.1.1",
87+
"@spectrum-css/picker": "9.1.2",
8888
"@spectrum-css/pickerbutton": "6.1.1",
8989
"@spectrum-css/popover": "8.2.0",
9090
"@spectrum-css/progressbar": "6.1.0",
@@ -97,7 +97,7 @@
9797
"@spectrum-css/splitview": "7.1.0",
9898
"@spectrum-css/statuslight": "9.1.0",
9999
"@spectrum-css/steplist": "7.1.0",
100-
"@spectrum-css/stepper": "7.1.0",
100+
"@spectrum-css/stepper": "7.1.1",
101101
"@spectrum-css/swatch": "8.1.1",
102102
"@spectrum-css/swatchgroup": "5.1.0",
103103
"@spectrum-css/switch": "6.1.0",

0 commit comments

Comments
 (0)