Skip to content

Commit 2354c1c

Browse files
chore: release (#3663)
* chore: release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
1 parent 79e3363 commit 2354c1c

File tree

13 files changed

+33
-30
lines changed

13 files changed

+33
-30
lines changed

.changeset/stale-baboons-shake.md

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

components/alertbanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.1.4",
52+
"@spectrum-css/button": "14.1.5",
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

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

3+
## 14.1.5
4+
5+
### Patch Changes
6+
7+
- [#3662](https://github.com/adobe/spectrum-css/pull/3662) [`79e3363`](https://github.com/adobe/spectrum-css/commit/79e336369700b9eded8fb7154995abee3789b545) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
This update aims to simplify `--mod-*` access by ensuring local variants and states aren't hooking into those custom properties for overrides. This updates all local variants and states to override the `--spectrum-button-*` properties instead and adjusts the specificity to ensure no regressions in rendered results.
10+
11+
Other changes of note:
12+
13+
- Removes the `.spectrum-Button--sizeM` as unnecessary and duplicate as these styles are applied in the base class.
14+
- Reduces the use of the `:not()` pseudo-class in theme overrides as these selectors are more complex to remap for web component projects.
15+
316
## 14.1.4
417

518
### Patch Changes

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

components/buttongroup/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/button": "14.1.4",
40+
"@spectrum-css/button": "14.1.5",
4141
"@spectrum-css/tokens": "16.0.1"
4242
},
4343
"keywords": [

components/coachmark/package.json

Lines changed: 1 addition & 1 deletion
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.4",
62+
"@spectrum-css/button": "14.1.5",
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

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/button": "14.1.4",
44+
"@spectrum-css/button": "14.1.5",
4545
"@spectrum-css/icon": "9.1.0",
4646
"@spectrum-css/tokens": "16.0.1"
4747
},

components/pagination/package.json

Lines changed: 1 addition & 1 deletion
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.4",
53+
"@spectrum-css/button": "14.1.5",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.1.4",
52+
"@spectrum-css/button": "14.1.5",
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

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/button": "14.1.4",
48+
"@spectrum-css/button": "14.1.5",
4949
"@spectrum-css/closebutton": "6.1.0",
5050
"@spectrum-css/icon": "9.1.0",
5151
"@spectrum-css/tokens": "16.0.1"

0 commit comments

Comments
 (0)