Skip to content

Commit 7042eb5

Browse files
chore: release (#3339)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f35a58e commit 7042eb5

File tree

9 files changed

+27
-24
lines changed

9 files changed

+27
-24
lines changed

.changeset/lucky-experts-grow.md

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

.changeset/nervous-steaks-provide.md

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

.changeset/silly-donkeys-remember.md

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

components/clearbutton/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+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- [#3258](https://github.com/adobe/spectrum-css/pull/3258) [`db450d8`](https://github.com/adobe/spectrum-css/commit/db450d8679242cffced38793f8c3f4f458240612) Thanks [@cdransf](https://github.com/cdransf)! - Improves the visibility of the clear button disabled variant on static color backgrounds by more closely aligning styles with close button.
8+
9+
- Adds `.spectrum-ClearButton--staticWhite` to the mod declarations associated with `.spectrum-ClearButton--overBackground` in advance of the latter being deprecated. The same class has been added to the `:focus` declaration for `spectrum-ClearButton--overBackground`.
10+
- Adds `--spectrum-clear-button-icon-color-disabled: var(--spectrum-disabled-static-white-content-color);` custom property for `.spectrum-ClearButton--staticWhite`.
11+
- Enables `cursor: pointer` for `.spectrum-ClearButton` when it is not disabled.
12+
- Disables hover, active, focus and focus-within states for `:disabled` `.spectrum-ClearButton` elements.
13+
- Adds color styles for `:disabled` and `.is-disabled` `.spectrum-ClearButton` `:disabled` icons.
14+
315
## 6.2.0
416

517
### Minor Changes

components/clearbutton/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/clearbutton",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "The Spectrum CSS clearbutton component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/coachmark/CHANGELOG.md

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

3+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
- [#3292](https://github.com/adobe/spectrum-css/pull/3292) [`f35a58e`](https://github.com/adobe/spectrum-css/commit/f35a58e9bdf5599f7971e88831df44460657b860) Thanks [@castastrophe](https://github.com/castastrophe)! - Update coach mark pagination to add `font-family`, using the existing custom property. Update the `font-weight` and `line-height` to reference the correct tokens.
8+
39
## 7.1.3
410

511
### Patch Changes

components/coachmark/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/coachmark",
3-
"version": "7.1.3",
3+
"version": "7.2.0",
44
"description": "The Spectrum CSS coachmark component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/treeview/CHANGELOG.md

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

3+
## 10.3.1
4+
5+
### Patch Changes
6+
7+
- [#3318](https://github.com/adobe/spectrum-css/pull/3318) [`d8d0450`](https://github.com/adobe/spectrum-css/commit/d8d0450a1c4bc54808f8c423a435f3a882b13c57) Thanks [@cdransf](https://github.com/cdransf)! - Use the already defined custom property `--spectrum-treeview-item-border-color-quiet-selected` in place of the direct value. The border color value remains the same.
8+
39
## 10.3.0
410

511
### Minor Changes

components/treeview/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/treeview",
3-
"version": "10.3.0",
3+
"version": "10.3.1",
44
"description": "The Spectrum CSS Tree view component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)