Skip to content

Commit 3dcc4ef

Browse files
chore: release (#3654)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e52975 commit 3dcc4ef

File tree

13 files changed

+31
-30
lines changed

13 files changed

+31
-30
lines changed

.changeset/nine-eggs-count.md

-10
This file was deleted.

components/alertbanner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.1.3",
52+
"@spectrum-css/button": "14.1.4",
5353
"@spectrum-css/closebutton": "6.1.0",
5454
"@spectrum-css/divider": "5.1.0",
5555
"@spectrum-css/icon": "9.1.0",

components/button/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change log
22

3+
## 14.1.4
4+
5+
### Patch Changes
6+
7+
- [#3648](https://github.com/adobe/spectrum-css/pull/3648) [`8e52975`](https://github.com/adobe/spectrum-css/commit/8e52975c9c75d1fc44089a3b112c7f1745f8cea3) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - S2 Foundations fixes to adjust:
8+
9+
- primary outline background color for hover, active, and focus states (gray-100)
10+
- secondary fill background color for active state (gray-200)
11+
- secondary outline background color for hover, active, and focus states (gray-100)
12+
- secondary outline border color for default (gray-300) and active states (gray-400)
13+
314
## 14.1.3
415

516
### Patch Changes

components/button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/button",
3-
"version": "14.1.3",
3+
"version": "14.1.4",
44
"description": "The Spectrum CSS button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/buttongroup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/button": "14.1.3",
40+
"@spectrum-css/button": "14.1.4",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/coachmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@spectrum-css/actionbutton": "7.1.3",
6161
"@spectrum-css/actionmenu": "7.1.1",
62-
"@spectrum-css/button": "14.1.3",
62+
"@spectrum-css/button": "14.1.4",
6363
"@spectrum-css/buttongroup": "9.1.0",
6464
"@spectrum-css/menu": "9.2.0",
6565
"@spectrum-css/popover": "8.2.0",

components/inlinealert/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@spectrum-css/button": "14.1.3",
44+
"@spectrum-css/button": "14.1.4",
4545
"@spectrum-css/icon": "9.1.0",
4646
"@spectrum-css/tokens": "16.0.1"
4747
},

components/pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@spectrum-css/actionbutton": "7.1.3",
53-
"@spectrum-css/button": "14.1.3",
53+
"@spectrum-css/button": "14.1.4",
5454
"@spectrum-css/icon": "9.1.0",
5555
"@spectrum-css/textfield": "8.1.1",
5656
"@spectrum-css/tokens": "16.0.1"

components/table/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.1.3",
52+
"@spectrum-css/button": "14.1.4",
5353
"@spectrum-css/checkbox": "10.1.2",
5454
"@spectrum-css/icon": "9.1.0",
5555
"@spectrum-css/thumbnail": "8.1.0",

components/toast/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"devDependencies": {
48-
"@spectrum-css/button": "14.1.3",
48+
"@spectrum-css/button": "14.1.4",
4949
"@spectrum-css/closebutton": "6.1.0",
5050
"@spectrum-css/icon": "9.1.0",
5151
"@spectrum-css/tokens": "16.0.1"

components/tray/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"@spectrum-css/button": "14.1.3",
56+
"@spectrum-css/button": "14.1.4",
5757
"@spectrum-css/dialog": "12.1.0",
5858
"@spectrum-css/divider": "5.1.0",
5959
"@spectrum-css/icon": "9.1.0",

tools/bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@spectrum-css/avatar": "9.1.0",
4444
"@spectrum-css/badge": "6.1.0",
4545
"@spectrum-css/breadcrumb": "11.1.0",
46-
"@spectrum-css/button": "14.1.3",
46+
"@spectrum-css/button": "14.1.4",
4747
"@spectrum-css/buttongroup": "9.1.0",
4848
"@spectrum-css/calendar": "7.1.0",
4949
"@spectrum-css/card": "11.1.0",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -3872,7 +3872,7 @@ __metadata:
38723872
version: 0.0.0-use.local
38733873
resolution: "@spectrum-css/alertbanner@workspace:components/alertbanner"
38743874
dependencies:
3875-
"@spectrum-css/button": "npm:14.1.3"
3875+
"@spectrum-css/button": "npm:14.1.4"
38763876
"@spectrum-css/closebutton": "npm:6.1.0"
38773877
"@spectrum-css/divider": "npm:5.1.0"
38783878
"@spectrum-css/icon": "npm:9.1.0"
@@ -4049,7 +4049,7 @@ __metadata:
40494049
"@spectrum-css/avatar": "npm:9.1.0"
40504050
"@spectrum-css/badge": "npm:6.1.0"
40514051
"@spectrum-css/breadcrumb": "npm:11.1.0"
4052-
"@spectrum-css/button": "npm:14.1.3"
4052+
"@spectrum-css/button": "npm:14.1.4"
40534053
"@spectrum-css/buttongroup": "npm:9.1.0"
40544054
"@spectrum-css/calendar": "npm:7.1.0"
40554055
"@spectrum-css/card": "npm:11.1.0"
@@ -4127,7 +4127,7 @@ __metadata:
41274127
languageName: unknown
41284128
linkType: soft
41294129

4130-
"@spectrum-css/button@npm:14.1.3, @spectrum-css/button@workspace:components/button":
4130+
"@spectrum-css/button@npm:14.1.4, @spectrum-css/button@workspace:components/button":
41314131
version: 0.0.0-use.local
41324132
resolution: "@spectrum-css/button@workspace:components/button"
41334133
dependencies:
@@ -4153,7 +4153,7 @@ __metadata:
41534153
version: 0.0.0-use.local
41544154
resolution: "@spectrum-css/buttongroup@workspace:components/buttongroup"
41554155
dependencies:
4156-
"@spectrum-css/button": "npm:14.1.3"
4156+
"@spectrum-css/button": "npm:14.1.4"
41574157
"@spectrum-css/tokens": "npm:16.0.1"
41584158
peerDependencies:
41594159
"@spectrum-css/button": ">=14.0.0 <15.0.0"
@@ -4290,7 +4290,7 @@ __metadata:
42904290
dependencies:
42914291
"@spectrum-css/actionbutton": "npm:7.1.3"
42924292
"@spectrum-css/actionmenu": "npm:7.1.1"
4293-
"@spectrum-css/button": "npm:14.1.3"
4293+
"@spectrum-css/button": "npm:14.1.4"
42944294
"@spectrum-css/buttongroup": "npm:9.1.0"
42954295
"@spectrum-css/menu": "npm:9.2.0"
42964296
"@spectrum-css/popover": "npm:8.2.0"
@@ -4760,7 +4760,7 @@ __metadata:
47604760
version: 0.0.0-use.local
47614761
resolution: "@spectrum-css/inlinealert@workspace:components/inlinealert"
47624762
dependencies:
4763-
"@spectrum-css/button": "npm:14.1.3"
4763+
"@spectrum-css/button": "npm:14.1.4"
47644764
"@spectrum-css/icon": "npm:9.1.0"
47654765
"@spectrum-css/tokens": "npm:16.0.1"
47664766
peerDependencies:
@@ -4924,7 +4924,7 @@ __metadata:
49244924
resolution: "@spectrum-css/pagination@workspace:components/pagination"
49254925
dependencies:
49264926
"@spectrum-css/actionbutton": "npm:7.1.3"
4927-
"@spectrum-css/button": "npm:14.1.3"
4927+
"@spectrum-css/button": "npm:14.1.4"
49284928
"@spectrum-css/icon": "npm:9.1.0"
49294929
"@spectrum-css/textfield": "npm:8.1.1"
49304930
"@spectrum-css/tokens": "npm:16.0.1"
@@ -5331,7 +5331,7 @@ __metadata:
53315331
version: 0.0.0-use.local
53325332
resolution: "@spectrum-css/table@workspace:components/table"
53335333
dependencies:
5334-
"@spectrum-css/button": "npm:14.1.3"
5334+
"@spectrum-css/button": "npm:14.1.4"
53355335
"@spectrum-css/checkbox": "npm:10.1.2"
53365336
"@spectrum-css/icon": "npm:9.1.0"
53375337
"@spectrum-css/thumbnail": "npm:8.1.0"
@@ -5461,7 +5461,7 @@ __metadata:
54615461
version: 0.0.0-use.local
54625462
resolution: "@spectrum-css/toast@workspace:components/toast"
54635463
dependencies:
5464-
"@spectrum-css/button": "npm:14.1.3"
5464+
"@spectrum-css/button": "npm:14.1.4"
54655465
"@spectrum-css/closebutton": "npm:6.1.0"
54665466
"@spectrum-css/icon": "npm:9.1.0"
54675467
"@spectrum-css/tokens": "npm:16.0.1"
@@ -5526,7 +5526,7 @@ __metadata:
55265526
version: 0.0.0-use.local
55275527
resolution: "@spectrum-css/tray@workspace:components/tray"
55285528
dependencies:
5529-
"@spectrum-css/button": "npm:14.1.3"
5529+
"@spectrum-css/button": "npm:14.1.4"
55305530
"@spectrum-css/dialog": "npm:12.1.0"
55315531
"@spectrum-css/divider": "npm:5.1.0"
55325532
"@spectrum-css/icon": "npm:9.1.0"

0 commit comments

Comments
 (0)