diff --git a/.changeset/lazy-walls-jump.md b/.changeset/lazy-walls-jump.md new file mode 100644 index 00000000000..94f6579e8b1 --- /dev/null +++ b/.changeset/lazy-walls-jump.md @@ -0,0 +1,20 @@ +--- +'@spectrum-web-components/number-field': patch +'@spectrum-web-components/styles': patch +--- + +📝 [#​3621](https://github.com/adobe/spectrum-css/pull/​3621) Thanks [@​marissahuysentruyt](https://github.com/​marissahuysentruyt)! + +- Updates `--spectrum-stepper-border-color-focus-hover` from `gray-800` to `gray-900`. +- Updates `--spectrum-stepper-buttons-border-color-keyboard-focus` from `gray-900` to `gray-800` to match the rest of the border color on keyboard focus. + +📝 [#​3594](https://github.com/adobe/spectrum-css/pull/​3594) Thanks [@​TarunAdobe](https://github.com/TarunAdobe)! + +Updates stepper's key-focus border color (`--spectrum-stepper-border-color-keyboard-focus`) to `--spectrum-gray-800`. + +📝 [#​3536](https://github.com/adobe/spectrum-css/pull/​3536) Thanks [@​marissahuysentruyt](https://github.com/​marissahuysentruyt)! + +- 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 keyboard-focused placeholder selector to include the label to avoid unexpectedly targeting the nested placeholder class. diff --git a/.changeset/stale-candies-camp.md b/.changeset/stale-candies-camp.md index 44612d6a587..9ed8d3b8a78 100644 --- a/.changeset/stale-candies-camp.md +++ b/.changeset/stale-candies-camp.md @@ -1,6 +1,8 @@ --- -'@spectrum-web-components/tooltip': patch +'@spectrum-web-components/number-field': patch +'@spectrum-web-components/styles': patch '@spectrum-web-components/toast': patch +'@spectrum-web-components/tooltip': patch --- Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.