Skip to content

Commit 8f0bb0d

Browse files
chore: release (#3535)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 68e0057 commit 8f0bb0d

File tree

169 files changed

+1997
-511
lines changed

Some content is hidden

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

169 files changed

+1997
-511
lines changed

.changeset/tender-doors-retire.md

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

.storybook/CHANGELOG.md

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

3+
## 12.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
8+
- @spectrum-css/table@8.0.1
9+
310
## 12.0.0
411

512
### Major Changes

.storybook/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/preview",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/accordion/CHANGELOG.md

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

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
8+
9+
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
10+
11+
Expected output example for the index-theme.css:
12+
13+
```
14+
.spectrum-ActionButton {
15+
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
16+
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
17+
```
18+
19+
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
20+
- @spectrum-css/icon@9.0.1
21+
322
## 7.0.0
423

524
### Major Changes

components/accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/accordion",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -29,7 +29,7 @@
2929
"@spectrum-css/tokens": ">=14 || >=15"
3030
},
3131
"devDependencies": {
32-
"@spectrum-css/icon": "9.0.0",
32+
"@spectrum-css/icon": "9.0.1",
3333
"@spectrum-css/tokens": "16.0.0",
3434
"eslint": "^8.57.0",
3535
"npm-run-all2": "^7.0.2",

components/actionbar/CHANGELOG.md

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

3+
## 10.0.1
4+
5+
### Patch Changes
6+
7+
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
8+
9+
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
10+
11+
Expected output example for the index-theme.css:
12+
13+
```
14+
.spectrum-ActionButton {
15+
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
16+
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
17+
```
18+
19+
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
20+
- @spectrum-css/actiongroup@6.0.1
21+
- @spectrum-css/closebutton@6.0.1
22+
- @spectrum-css/fieldlabel@10.0.1
23+
- @spectrum-css/popover@8.0.1
24+
325
## 10.0.0
426

527
### Major Changes

components/actionbar/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -32,10 +32,10 @@
3232
"@spectrum-css/tokens": ">=14 || >=15"
3333
},
3434
"devDependencies": {
35-
"@spectrum-css/actiongroup": "6.0.0",
36-
"@spectrum-css/closebutton": "6.0.0",
37-
"@spectrum-css/fieldlabel": "10.0.0",
38-
"@spectrum-css/popover": "8.0.0",
35+
"@spectrum-css/actiongroup": "6.0.1",
36+
"@spectrum-css/closebutton": "6.0.1",
37+
"@spectrum-css/fieldlabel": "10.0.1",
38+
"@spectrum-css/popover": "8.0.1",
3939
"@spectrum-css/tokens": "16.0.0",
4040
"eslint": "^8.57.0",
4141
"npm-run-all2": "^7.0.2",

components/actionbutton/CHANGELOG.md

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

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
8+
9+
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
10+
11+
Expected output example for the index-theme.css:
12+
13+
```
14+
.spectrum-ActionButton {
15+
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
16+
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
17+
```
18+
19+
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
20+
- @spectrum-css/icon@9.0.1
21+
322
## 7.0.0
423

524
### Major Changes

components/actionbutton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbutton",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@spectrum-css/commons": "workspace:^",
38-
"@spectrum-css/icon": "9.0.0",
38+
"@spectrum-css/icon": "9.0.1",
3939
"@spectrum-css/tokens": "16.0.0",
4040
"eslint": "^8.57.0",
4141
"npm-run-all2": "^7.0.2",

components/actiongroup/CHANGELOG.md

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

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
8+
9+
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
10+
11+
Expected output example for the index-theme.css:
12+
13+
```
14+
.spectrum-ActionButton {
15+
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
16+
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
17+
```
18+
19+
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
20+
- @spectrum-css/actionbutton@7.0.1
21+
322
## 6.0.0
423

524
### Major Changes

components/actiongroup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actiongroup",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"devDependencies": {
37-
"@spectrum-css/actionbutton": "7.0.0",
37+
"@spectrum-css/actionbutton": "7.0.1",
3838
"@spectrum-css/tokens": "16.0.0",
3939
"eslint": "^8.57.0",
4040
"npm-run-all2": "^7.0.2",

components/actionmenu/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@spectrum-css/tokens": ">=14 || >=15"
3333
},
3434
"devDependencies": {
35-
"@spectrum-css/actionbutton": "7.0.0",
36-
"@spectrum-css/icon": "9.0.0",
37-
"@spectrum-css/menu": "9.0.0",
38-
"@spectrum-css/popover": "8.0.0",
35+
"@spectrum-css/actionbutton": "7.0.1",
36+
"@spectrum-css/icon": "9.0.1",
37+
"@spectrum-css/menu": "9.0.1",
38+
"@spectrum-css/popover": "8.0.1",
3939
"@spectrum-css/tokens": "16.0.0",
4040
"eslint": "^8.57.0",
4141
"npm-run-all2": "^7.0.2",

components/alertbanner/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
8+
9+
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
10+
11+
Expected output example for the index-theme.css:
12+
13+
```
14+
.spectrum-ActionButton {
15+
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
16+
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
17+
```
18+
19+
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
20+
- @spectrum-css/button@14.0.1
21+
- @spectrum-css/closebutton@6.0.1
22+
- @spectrum-css/divider@5.0.1
23+
- @spectrum-css/icon@9.0.1
24+
325
## 3.0.0
426

527
### Major Changes

components/alertbanner/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertbanner",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -37,10 +37,10 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/button": "14.0.0",
41-
"@spectrum-css/closebutton": "6.0.0",
42-
"@spectrum-css/divider": "5.0.0",
43-
"@spectrum-css/icon": "9.0.0",
40+
"@spectrum-css/button": "14.0.1",
41+
"@spectrum-css/closebutton": "6.0.1",
42+
"@spectrum-css/divider": "5.0.1",
43+
"@spectrum-css/icon": "9.0.1",
4444
"@spectrum-css/tokens": "16.0.0",
4545
"eslint": "^8.57.0",
4646
"npm-run-all2": "^7.0.2",

components/alertdialog/CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
8+
9+
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
10+
11+
Expected output example for the index-theme.css:
12+
13+
```
14+
.spectrum-ActionButton {
15+
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
16+
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
17+
```
18+
19+
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
20+
- @spectrum-css/buttongroup@9.0.1
21+
- @spectrum-css/divider@5.0.1
22+
- @spectrum-css/icon@9.0.1
23+
- @spectrum-css/modal@7.0.1
24+
- @spectrum-css/underlay@6.0.1
25+
326
## 4.0.0
427

528
### Major Changes

0 commit comments

Comments
 (0)