Skip to content

Commit 5638c37

Browse files
chore: release (next) (#3676)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 87d7d99 commit 5638c37

File tree

93 files changed

+314
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+314
-181
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,13 @@
127127
"olive-tools-hang",
128128
"polite-moments-stay",
129129
"proud-jokes-rule",
130+
"puny-kids-rhyme",
130131
"rotten-meals-share",
131132
"serious-clouds-jam",
132133
"shaggy-schools-sing",
133134
"slow-eyes-lay",
134135
"small-impalas-search",
136+
"spotty-bats-deny",
135137
"spotty-onions-study",
136138
"stale-pans-carry",
137139
"strange-glasses-allow",

.storybook/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 12.0.5-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`87d7d99`](https://github.com/adobe/spectrum-css/commit/87d7d99260e758e697668cc17962b0b36d075c65)]:
8+
- @spectrum-css/tokens@16.1.0-next.2
9+
310
## 12.0.5-next.1
411

512
### Patch Changes

.storybook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "12.0.5-next.1",
3+
"version": "12.0.5-next.2",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "^4.0.0",
4343
"@spectrum-css/bundle": "1.0.1",
44-
"@spectrum-css/tokens": "16.1.0-next.1",
44+
"@spectrum-css/tokens": "16.1.0-next.2",
4545
"@spectrum-css/ui-icons": "2.0.0-next.0"
4646
},
4747
"devDependencies": {

components/accordion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/icon": "10.0.0-next.1",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/actionbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@spectrum-css/closebutton": "7.0.0-next.1",
5454
"@spectrum-css/fieldlabel": "11.0.0-next.2",
5555
"@spectrum-css/popover": "9.0.0-next.2",
56-
"@spectrum-css/tokens": "16.1.0-next.1"
56+
"@spectrum-css/tokens": "16.1.0-next.2"
5757
},
5858
"keywords": [
5959
"design-system",

components/actionbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@spectrum-css/commons": "12.0.0-next.0",
4141
"@spectrum-css/icon": "10.0.0-next.1",
42-
"@spectrum-css/tokens": "16.1.0-next.1"
42+
"@spectrum-css/tokens": "16.1.0-next.2"
4343
},
4444
"keywords": [
4545
"design-system",

components/actiongroup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/actionbutton": "8.0.0-next.2",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/actionmenu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@spectrum-css/icon": "10.0.0-next.1",
3737
"@spectrum-css/menu": "10.0.0-next.2",
3838
"@spectrum-css/popover": "9.0.0-next.2",
39-
"@spectrum-css/tokens": "16.1.0-next.1"
39+
"@spectrum-css/tokens": "16.1.0-next.2"
4040
},
4141
"keywords": [
4242
"design-system",

components/alertbanner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@spectrum-css/closebutton": "7.0.0-next.1",
5454
"@spectrum-css/divider": "6.0.0-next.1",
5555
"@spectrum-css/icon": "10.0.0-next.1",
56-
"@spectrum-css/tokens": "16.1.0-next.1"
56+
"@spectrum-css/tokens": "16.1.0-next.2"
5757
},
5858
"keywords": [
5959
"design-system",

components/alertdialog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@spectrum-css/divider": "6.0.0-next.1",
5858
"@spectrum-css/icon": "10.0.0-next.1",
5959
"@spectrum-css/modal": "8.0.0-next.1",
60-
"@spectrum-css/tokens": "16.1.0-next.1",
60+
"@spectrum-css/tokens": "16.1.0-next.2",
6161
"@spectrum-css/underlay": "7.0.0-next.0"
6262
},
6363
"keywords": [

components/asset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"devDependencies": {
36-
"@spectrum-css/tokens": "16.1.0-next.1"
36+
"@spectrum-css/tokens": "16.1.0-next.2"
3737
},
3838
"keywords": [
3939
"design-system",

components/assetcard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/checkbox": "11.0.0-next.1",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/assetlist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@spectrum-css/checkbox": "11.0.0-next.1",
4545
"@spectrum-css/icon": "10.0.0-next.1",
46-
"@spectrum-css/tokens": "16.1.0-next.1"
46+
"@spectrum-css/tokens": "16.1.0-next.2"
4747
},
4848
"keywords": [
4949
"design-system",

components/avatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"devDependencies": {
36-
"@spectrum-css/tokens": "16.1.0-next.1"
36+
"@spectrum-css/tokens": "16.1.0-next.2"
3737
},
3838
"keywords": [
3939
"design-system",

components/badge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/icon": "10.0.0-next.1",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/breadcrumb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@spectrum-css/actionbutton": "8.0.0-next.2",
4545
"@spectrum-css/icon": "10.0.0-next.1",
46-
"@spectrum-css/tokens": "16.1.0-next.1"
46+
"@spectrum-css/tokens": "16.1.0-next.2"
4747
},
4848
"keywords": [
4949
"design-system",

components/button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@spectrum-css/commons": "12.0.0-next.0",
4545
"@spectrum-css/icon": "10.0.0-next.1",
4646
"@spectrum-css/progresscircle": "6.0.0-next.0",
47-
"@spectrum-css/tokens": "16.1.0-next.1"
47+
"@spectrum-css/tokens": "16.1.0-next.2"
4848
},
4949
"keywords": [
5050
"design-system",

components/buttongroup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/button": "15.0.0-next.1",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/actionbutton": "8.0.0-next.2",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/card/CHANGELOG.md

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

3+
## 12.0.0-next.2
4+
5+
### Major Changes
6+
7+
- [#3669](https://github.com/adobe/spectrum-css/pull/3669) [`87d7d99`](https://github.com/adobe/spectrum-css/commit/87d7d99260e758e697668cc17962b0b36d075c65) Thanks [@castastrophe](https://github.com/castastrophe)!
8+
9+
Previously:
10+
11+
```css
12+
.spectrum-Card.is-selected::before {
13+
background-color: rgba(
14+
var(
15+
--mod-card-selected-background-color-rgb,
16+
var(--spectrum-card-selected-background-color-rgb)
17+
),
18+
var(--spectrum-card-selected-background-opacity)
19+
);
20+
}
21+
```
22+
23+
Styles now use `--spectrum-card-selection-background-color` which maps to a transparent global property of `--spectrum-transparent-(black|white)-600` depending on color context.
24+
25+
Updated:
26+
27+
```css
28+
.spectrum-Card.is-selected::before {
29+
background-color: var(
30+
--mod-card-background-color-selected,
31+
var(--spectrum-card-selection-background-color)
32+
);
33+
}
34+
```
35+
36+
#### Removed variants
37+
38+
Removed the quiet variant which is no longer supported in Spectrum 2.
39+
40+
#### Removed/replaced properties
41+
42+
- `--mod-card-selected-background-color-rgb`. Use `--mod-card-background-color-selected` to override the selected background color.
43+
- `--mod-card-content-margin-top-quiet`. Use `--mod-card-content-margin-top` with appropriate selectors to override.
44+
- `--mod-card-minimum-width-quiet`. Use `--mod-card-minimum-width` with appropriate selectors to override.
45+
- `--mod-card-actions-background-color-rgb`. No replacement, using token value `--spectrum-card-selection-background-color` directly.
46+
- `--mod-card-actions-background-color-opacity`. No replacement, using token value `--spectrum-card-selection-background-color` directly.
47+
348
## 12.0.0-next.1
449

550
### Patch Changes

components/card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/card",
3-
"version": "12.0.0-next.1",
3+
"version": "12.0.0-next.2",
44
"description": "The Spectrum CSS card component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -61,7 +61,7 @@
6161
"@spectrum-css/asset": "8.0.0-next.0",
6262
"@spectrum-css/checkbox": "11.0.0-next.1",
6363
"@spectrum-css/icon": "10.0.0-next.1",
64-
"@spectrum-css/tokens": "16.1.0-next.1",
64+
"@spectrum-css/tokens": "16.1.0-next.2",
6565
"@spectrum-css/typography": "9.0.0-next.0"
6666
},
6767
"keywords": [

components/checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/icon": "10.0.0-next.1",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/clearbutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/icon": "10.0.0-next.1",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/closebutton/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@spectrum-css/commons": "12.0.0-next.0",
4141
"@spectrum-css/icon": "10.0.0-next.1",
42-
"@spectrum-css/tokens": "16.1.0-next.1"
42+
"@spectrum-css/tokens": "16.1.0-next.2"
4343
},
4444
"keywords": [
4545
"design-system",

components/coachindicator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"devDependencies": {
36-
"@spectrum-css/tokens": "16.1.0-next.1"
36+
"@spectrum-css/tokens": "16.1.0-next.2"
3737
},
3838
"keywords": [
3939
"design-system",

components/coachmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@spectrum-css/buttongroup": "10.0.0-next.1",
6464
"@spectrum-css/menu": "10.0.0-next.2",
6565
"@spectrum-css/popover": "9.0.0-next.2",
66-
"@spectrum-css/tokens": "16.1.0-next.1"
66+
"@spectrum-css/tokens": "16.1.0-next.2"
6767
},
6868
"keywords": [
6969
"design-system",

components/colorarea/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@spectrum-css/colorhandle": "11.0.0-next.0",
41-
"@spectrum-css/tokens": "16.1.0-next.1"
41+
"@spectrum-css/tokens": "16.1.0-next.2"
4242
},
4343
"keywords": [
4444
"design-system",

components/colorhandle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@spectrum-css/colorloupe": "8.0.0-next.0",
4545
"@spectrum-css/opacitycheckerboard": "5.0.0-next.0",
46-
"@spectrum-css/tokens": "16.1.0-next.1"
46+
"@spectrum-css/tokens": "16.1.0-next.2"
4747
},
4848
"keywords": [
4949
"design-system",

components/colorloupe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"devDependencies": {
36-
"@spectrum-css/tokens": "16.1.0-next.1"
36+
"@spectrum-css/tokens": "16.1.0-next.2"
3737
},
3838
"keywords": [
3939
"design-system",

components/colorslider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@spectrum-css/colorhandle": "11.0.0-next.0",
4545
"@spectrum-css/opacitycheckerboard": "5.0.0-next.0",
46-
"@spectrum-css/tokens": "16.1.0-next.1"
46+
"@spectrum-css/tokens": "16.1.0-next.2"
4747
},
4848
"keywords": [
4949
"design-system",

components/colorwheel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@spectrum-css/colorarea": "8.0.0-next.0",
4949
"@spectrum-css/colorhandle": "11.0.0-next.0",
5050
"@spectrum-css/colorloupe": "8.0.0-next.0",
51-
"@spectrum-css/tokens": "16.1.0-next.1"
51+
"@spectrum-css/tokens": "16.1.0-next.2"
5252
},
5353
"keywords": [
5454
"design-system",

components/combobox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@spectrum-css/popover": "9.0.0-next.2",
5959
"@spectrum-css/progresscircle": "6.0.0-next.0",
6060
"@spectrum-css/textfield": "9.0.0-next.1",
61-
"@spectrum-css/tokens": "16.1.0-next.1"
61+
"@spectrum-css/tokens": "16.1.0-next.2"
6262
},
6363
"keywords": [
6464
"design-system",

components/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@spectrum-css/tokens": ">=16.1.0-next.0"
3131
},
3232
"devDependencies": {
33-
"@spectrum-css/tokens": "16.1.0-next.1"
33+
"@spectrum-css/tokens": "16.1.0-next.2"
3434
},
3535
"keywords": [
3636
"design-system",

components/contextualhelp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@spectrum-css/actionbutton": "8.0.0-next.2",
4949
"@spectrum-css/link": "8.0.0-next.1",
5050
"@spectrum-css/popover": "9.0.0-next.2",
51-
"@spectrum-css/tokens": "16.1.0-next.1"
51+
"@spectrum-css/tokens": "16.1.0-next.2"
5252
},
5353
"keywords": [
5454
"design-system",

components/datepicker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@spectrum-css/pickerbutton": "7.0.0-next.1",
5454
"@spectrum-css/popover": "9.0.0-next.2",
5555
"@spectrum-css/textfield": "9.0.0-next.1",
56-
"@spectrum-css/tokens": "16.1.0-next.1"
56+
"@spectrum-css/tokens": "16.1.0-next.2"
5757
},
5858
"keywords": [
5959
"design-system",

components/dial/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"devDependencies": {
36-
"@spectrum-css/tokens": "16.1.0-next.1"
36+
"@spectrum-css/tokens": "16.1.0-next.2"
3737
},
3838
"keywords": [
3939
"design-system",

components/dialog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@spectrum-css/closebutton": "7.0.0-next.1",
6363
"@spectrum-css/divider": "6.0.0-next.1",
6464
"@spectrum-css/modal": "8.0.0-next.1",
65-
"@spectrum-css/tokens": "16.1.0-next.1",
65+
"@spectrum-css/tokens": "16.1.0-next.2",
6666
"@spectrum-css/typography": "9.0.0-next.0",
6767
"@spectrum-css/underlay": "7.0.0-next.0"
6868
},

0 commit comments

Comments
 (0)