diff --git a/.changeset/nervous-penguins-matter.md b/.changeset/nervous-penguins-matter.md deleted file mode 100644 index fdf95d54ee0..00000000000 --- a/.changeset/nervous-penguins-matter.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@spectrum-css/infieldbutton": patch -"@spectrum-css/stepper": patch -"@spectrum-css/picker": patch ---- - -S2 Foundations fixes - -- Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`. - - This corresponds to the background-color updates picker has for S2. -- 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. -- Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class. diff --git a/components/infieldbutton/CHANGELOG.md b/components/infieldbutton/CHANGELOG.md index 690d136642e..5b507b0c4dd 100644 --- a/components/infieldbutton/CHANGELOG.md +++ b/components/infieldbutton/CHANGELOG.md @@ -1,5 +1,16 @@ # Change log +## 6.1.1 + +### Patch Changes + +- [#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 + + - Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`. + - This corresponds to the background-color updates picker has for S2. + - 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. + - Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class. + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/components/infieldbutton/package.json b/components/infieldbutton/package.json index 5a8d00cc3f6..66ae9550b32 100644 --- a/components/infieldbutton/package.json +++ b/components/infieldbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/infieldbutton", - "version": "6.1.0", + "version": "6.1.1", "description": "The Spectrum CSS infield button component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/picker/CHANGELOG.md b/components/picker/CHANGELOG.md index 994a1df9e17..81e89d226f3 100644 --- a/components/picker/CHANGELOG.md +++ b/components/picker/CHANGELOG.md @@ -1,5 +1,16 @@ # Change log +## 9.1.2 + +### Patch Changes + +- [#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 + + - Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`. + - This corresponds to the background-color updates picker has for S2. + - 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. + - Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class. + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/components/picker/package.json b/components/picker/package.json index 43cdaf799b3..bc3950a964a 100644 --- a/components/picker/package.json +++ b/components/picker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/picker", - "version": "9.1.1", + "version": "9.1.2", "description": "The Spectrum CSS picker component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/slider/package.json b/components/slider/package.json index 34c1d08a354..67a89e7d90b 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -37,7 +37,7 @@ } }, "devDependencies": { - "@spectrum-css/stepper": "7.1.0", + "@spectrum-css/stepper": "7.1.1", "@spectrum-css/tokens": "16.0.1" }, "keywords": [ diff --git a/components/stepper/CHANGELOG.md b/components/stepper/CHANGELOG.md index ab1b18243d5..404172ffd49 100644 --- a/components/stepper/CHANGELOG.md +++ b/components/stepper/CHANGELOG.md @@ -1,5 +1,16 @@ # Change log +## 7.1.1 + +### Patch Changes + +- [#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 + + - Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`. + - This corresponds to the background-color updates picker has for S2. + - 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. + - Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class. + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/components/stepper/package.json b/components/stepper/package.json index a2d956d094c..a6d9af27c02 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/stepper", - "version": "7.1.0", + "version": "7.1.1", "description": "The Spectrum CSS stepper component", "license": "Apache-2.0", "author": "Adobe", @@ -51,7 +51,7 @@ "devDependencies": { "@spectrum-css/actionbutton": "7.1.1", "@spectrum-css/icon": "9.1.0", - "@spectrum-css/infieldbutton": "6.1.0", + "@spectrum-css/infieldbutton": "6.1.1", "@spectrum-css/textfield": "8.1.0", "@spectrum-css/tokens": "16.0.1" }, diff --git a/components/tabs/package.json b/components/tabs/package.json index 4e19a32397c..9a4fc138dce 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -47,7 +47,7 @@ "devDependencies": { "@spectrum-css/icon": "9.1.0", "@spectrum-css/menu": "9.1.0", - "@spectrum-css/picker": "9.1.1", + "@spectrum-css/picker": "9.1.2", "@spectrum-css/tokens": "16.0.1" }, "keywords": [ diff --git a/tools/bundle/package.json b/tools/bundle/package.json index 073a3c31b5d..9cd34d91f61 100644 --- a/tools/bundle/package.json +++ b/tools/bundle/package.json @@ -73,7 +73,7 @@ "@spectrum-css/helptext": "7.1.0", "@spectrum-css/icon": "9.1.0", "@spectrum-css/illustratedmessage": "9.1.0", - "@spectrum-css/infieldbutton": "6.1.0", + "@spectrum-css/infieldbutton": "6.1.1", "@spectrum-css/inlinealert": "10.1.0", "@spectrum-css/link": "7.1.0", "@spectrum-css/logicbutton": "6.1.0", @@ -84,7 +84,7 @@ "@spectrum-css/opacitycheckerboard": "4.1.0", "@spectrum-css/page": "9.1.0", "@spectrum-css/pagination": "10.1.0", - "@spectrum-css/picker": "9.1.1", + "@spectrum-css/picker": "9.1.2", "@spectrum-css/pickerbutton": "6.1.1", "@spectrum-css/popover": "8.2.0", "@spectrum-css/progressbar": "6.1.0", @@ -97,7 +97,7 @@ "@spectrum-css/splitview": "7.1.0", "@spectrum-css/statuslight": "9.1.0", "@spectrum-css/steplist": "7.1.0", - "@spectrum-css/stepper": "7.1.0", + "@spectrum-css/stepper": "7.1.1", "@spectrum-css/swatch": "8.1.1", "@spectrum-css/swatchgroup": "5.1.0", "@spectrum-css/switch": "6.1.0", diff --git a/yarn.lock b/yarn.lock index fed395e23a1..803fce6d10f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4027,7 +4027,7 @@ __metadata: "@spectrum-css/helptext": "npm:7.1.0" "@spectrum-css/icon": "npm:9.1.0" "@spectrum-css/illustratedmessage": "npm:9.1.0" - "@spectrum-css/infieldbutton": "npm:6.1.0" + "@spectrum-css/infieldbutton": "npm:6.1.1" "@spectrum-css/inlinealert": "npm:10.1.0" "@spectrum-css/link": "npm:7.1.0" "@spectrum-css/logicbutton": "npm:6.1.0" @@ -4038,7 +4038,7 @@ __metadata: "@spectrum-css/opacitycheckerboard": "npm:4.1.0" "@spectrum-css/page": "npm:9.1.0" "@spectrum-css/pagination": "npm:10.1.0" - "@spectrum-css/picker": "npm:9.1.1" + "@spectrum-css/picker": "npm:9.1.2" "@spectrum-css/pickerbutton": "npm:6.1.1" "@spectrum-css/popover": "npm:8.2.0" "@spectrum-css/progressbar": "npm:6.1.0" @@ -4051,7 +4051,7 @@ __metadata: "@spectrum-css/splitview": "npm:7.1.0" "@spectrum-css/statuslight": "npm:9.1.0" "@spectrum-css/steplist": "npm:7.1.0" - "@spectrum-css/stepper": "npm:7.1.0" + "@spectrum-css/stepper": "npm:7.1.1" "@spectrum-css/swatch": "npm:8.1.1" "@spectrum-css/swatchgroup": "npm:5.1.0" "@spectrum-css/switch": "npm:6.1.0" @@ -4687,7 +4687,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/infieldbutton@npm:6.1.0, @spectrum-css/infieldbutton@workspace:components/infieldbutton": +"@spectrum-css/infieldbutton@npm:6.1.1, @spectrum-css/infieldbutton@workspace:components/infieldbutton": version: 0.0.0-use.local resolution: "@spectrum-css/infieldbutton@workspace:components/infieldbutton" dependencies: @@ -4896,7 +4896,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/picker@npm:9.1.1, @spectrum-css/picker@workspace:components/picker": +"@spectrum-css/picker@npm:9.1.2, @spectrum-css/picker@workspace:components/picker": version: 0.0.0-use.local resolution: "@spectrum-css/picker@workspace:components/picker" dependencies: @@ -5139,7 +5139,7 @@ __metadata: version: 0.0.0-use.local resolution: "@spectrum-css/slider@workspace:components/slider" dependencies: - "@spectrum-css/stepper": "npm:7.1.0" + "@spectrum-css/stepper": "npm:7.1.1" "@spectrum-css/tokens": "npm:16.0.1" peerDependencies: "@spectrum-css/stepper": ">=7.0.0 <8.0.0" @@ -5199,13 +5199,13 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/stepper@npm:7.1.0, @spectrum-css/stepper@workspace:components/stepper": +"@spectrum-css/stepper@npm:7.1.1, @spectrum-css/stepper@workspace:components/stepper": version: 0.0.0-use.local resolution: "@spectrum-css/stepper@workspace:components/stepper" dependencies: "@spectrum-css/actionbutton": "npm:7.1.1" "@spectrum-css/icon": "npm:9.1.0" - "@spectrum-css/infieldbutton": "npm:6.1.0" + "@spectrum-css/infieldbutton": "npm:6.1.1" "@spectrum-css/textfield": "npm:8.1.0" "@spectrum-css/tokens": "npm:16.0.1" peerDependencies: @@ -5310,7 +5310,7 @@ __metadata: dependencies: "@spectrum-css/icon": "npm:9.1.0" "@spectrum-css/menu": "npm:9.1.0" - "@spectrum-css/picker": "npm:9.1.1" + "@spectrum-css/picker": "npm:9.1.2" "@spectrum-css/tokens": "npm:16.0.1" peerDependencies: "@spectrum-css/icon": ">=9.0.0 <10.0.0"