Skip to content

Commit 7e2624a

Browse files
TarunAdoberise-erpeldingcastastrophe
committed
fix(search): update disabled state in spectrum two (#3593)
Co-authored-by: rise-erpelding <[email protected]> Co-authored-by: [ Cassondra ] <[email protected]>
1 parent 3ec3b46 commit 7e2624a

File tree

21 files changed

+62
-41
lines changed

21 files changed

+62
-41
lines changed

.changeset/tall-pens-lay.md

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

components/actionbutton/CHANGELOG.md

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

3+
## 7.1.2
4+
5+
### Patch Changes
6+
7+
📝 [#3606](https://github.com/adobe/spectrum-css/pull/3606) [`3ec3b46`](https://github.com/adobe/spectrum-css/commit/3ec3b468313cbeb19298b35a2bd80860b83f4734) Thanks [@jawinn](https://github.com/jawinn)!
8+
9+
This updates the colors used in action button for the spectrum two theme, so they are closer aligned with the spectrum 2 spec, per the request in SWC-597. This removes the border by making it transparent and updates the background color tokens that are used.
10+
11+
This also includes a forced-colors/high contrast mode fix for the selected + disabled state. This now shows the disabled colors.
12+
313
## 7.1.1
414

515
### Patch Changes

components/actionbutton/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/actionbutton",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/actiongroup/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/actionbutton": "7.1.1",
40+
"@spectrum-css/actionbutton": "7.1.2",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/actionmenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3333
},
3434
"devDependencies": {
35-
"@spectrum-css/actionbutton": "7.1.1",
35+
"@spectrum-css/actionbutton": "7.1.2",
3636
"@spectrum-css/icon": "9.1.0",
3737
"@spectrum-css/menu": "9.1.1",
3838
"@spectrum-css/popover": "8.2.0",

components/breadcrumb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@spectrum-css/actionbutton": "7.1.1",
44+
"@spectrum-css/actionbutton": "7.1.2",
4545
"@spectrum-css/icon": "9.1.0",
4646
"@spectrum-css/tokens": "16.0.1"
4747
},

components/calendar/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/actionbutton": "7.1.1",
40+
"@spectrum-css/actionbutton": "7.1.2",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"devDependencies": {
60-
"@spectrum-css/actionbutton": "7.1.1",
60+
"@spectrum-css/actionbutton": "7.1.2",
6161
"@spectrum-css/asset": "7.1.0",
6262
"@spectrum-css/checkbox": "10.1.1",
6363
"@spectrum-css/icon": "9.1.0",

components/coachmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"devDependencies": {
60-
"@spectrum-css/actionbutton": "7.1.1",
60+
"@spectrum-css/actionbutton": "7.1.2",
6161
"@spectrum-css/actionmenu": "7.1.1",
6262
"@spectrum-css/button": "14.1.2",
6363
"@spectrum-css/buttongroup": "9.1.0",

components/contextualhelp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"devDependencies": {
48-
"@spectrum-css/actionbutton": "7.1.1",
48+
"@spectrum-css/actionbutton": "7.1.2",
4949
"@spectrum-css/link": "7.1.0",
5050
"@spectrum-css/popover": "8.2.0",
5151
"@spectrum-css/tokens": "16.0.1"

0 commit comments

Comments
 (0)