Skip to content

Commit a7a2ab0

Browse files
pfultoncastastrophe
authored andcommitted
chore(release): release
- @spectrum-css/preview@5.1.0 - @spectrum-css/accordion@4.0.23 - @spectrum-css/actionbar@7.0.7 - @spectrum-css/actionbutton@5.0.13 - @spectrum-css/actiongroup@4.1.5 - @spectrum-css/actionmenu@5.0.6 - @spectrum-css/alertbanner@1.1.31 - @spectrum-css/alertdialog@1.0.12 - @spectrum-css/assetcard@3.0.0 - @spectrum-css/assetlist@5.0.0 - @spectrum-css/avatar@6.0.58 - @spectrum-css/badge@3.1.14 - @spectrum-css/breadcrumb@8.0.13 - @spectrum-css/button@11.0.14 - @spectrum-css/buttongroup@6.1.12 - @spectrum-css/calendar@4.0.18 - @spectrum-css/card@6.0.24 - @spectrum-css/checkbox@8.0.0 - @spectrum-css/clearbutton@5.0.11 - @spectrum-css/closebutton@4.0.13 - @spectrum-css/coachmark@5.0.73 - @spectrum-css/colorarea@4.0.47 - @spectrum-css/colorhandle@7.0.13 - @spectrum-css/colorloupe@4.1.24 - @spectrum-css/colorslider@5.0.10 - @spectrum-css/colorwheel@3.0.47 - @spectrum-css/combobox@2.0.43 - @spectrum-css/contextualhelp@2.0.41 - @spectrum-css/cyclebutton@3.0.87 - @spectrum-css/datepicker@2.0.0 - @spectrum-css/dial@2.0.1 - @spectrum-css/dialog@9.0.1 - @spectrum-css/divider@2.1.31 - @spectrum-css/dropindicator@4.0.0 - @spectrum-css/dropzone@5.0.27 - @spectrum-css/fieldgroup@4.0.78 - @spectrum-css/fieldlabel@7.1.3 - @spectrum-css/floatingactionbutton@1.0.33 - @spectrum-css/helptext@4.0.60 - @spectrum-css/illustratedmessage@6.0.27 - @spectrum-css/infieldbutton@4.0.2 - @spectrum-css/inlinealert@7.0.52 - @spectrum-css/link@4.0.71 - @spectrum-css/logicbutton@3.0.1 - @spectrum-css/menu@5.1.3 - @spectrum-css/miller@5.0.0 - @spectrum-css/modal@4.0.1 - @spectrum-css/opacitycheckerboard@1.0.5 - @spectrum-css/page@6.0.6 - @spectrum-css/pagination@7.0.1 - @spectrum-css/picker@7.0.14 - @spectrum-css/pickerbutton@4.0.18 - @spectrum-css/popover@6.0.80 - @spectrum-css/progressbar@3.0.77 - @spectrum-css/progresscircle@2.0.71 - @spectrum-css/quickaction@3.0.89 - @spectrum-css/radio@8.0.14 - @spectrum-css/rating@4.0.31 - @spectrum-css/search@6.0.26 - @spectrum-css/searchwithin@5.0.20 - @spectrum-css/sidenav@4.0.15 - @spectrum-css/slider@4.1.15 - @spectrum-css/splitbutton@6.0.14 - @spectrum-css/splitview@4.0.6 - @spectrum-css/statuslight@6.0.58 - @spectrum-css/steplist@4.0.5 - @spectrum-css/stepper@5.0.2 - @spectrum-css/swatch@5.0.18 - @spectrum-css/swatchgroup@2.0.74 - @spectrum-css/switch@4.0.13 - @spectrum-css/table@5.0.7 - @spectrum-css/tabs@4.0.23 - @spectrum-css/tag@8.0.12 - @spectrum-css/taggroup@4.0.10 - @spectrum-css/textfield@6.0.26 - @spectrum-css/thumbnail@5.1.0 - @spectrum-css/toast@9.1.15 - @spectrum-css/tokens@13.0.0 - @spectrum-css/tooltip@5.1.17 - @spectrum-css/tray@2.1.18 - @spectrum-css/treeview@9.0.4 - @spectrum-css/typography@5.0.46 - @spectrum-css/underlay@3.0.9 - @spectrum-css/well@4.0.6 - @spectrum-css/generator@2.0.14
1 parent cd45c2b commit a7a2ab0

File tree

170 files changed

+1077
-274
lines changed

Some content is hidden

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

170 files changed

+1077
-274
lines changed

.storybook/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.1.0"></a>
7+
#5.1.0
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@5.0.5...@spectrum-css/preview@5.1.0)
10+
11+
### ✨ Features
12+
13+
- **storybook:**move config folder to root ([#2267](https://github.com/adobe/spectrum-css/issues/2267))([5f7037d](https://github.com/adobe/spectrum-css/commit/5f7037d))
14+
615
<a name="5.0.5"></a>
716
##5.0.5
817
🗓

.storybook/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/preview",
3-
"version": "5.0.5",
3+
"version": "5.1.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -20,7 +20,7 @@
2020
"@spectrum-css/expressvars": "^3.0.9",
2121
"@spectrum-css/icon": "^4.0.3",
2222
"@spectrum-css/site": "^4.0.0",
23-
"@spectrum-css/tokens": "^12.0.0",
23+
"@spectrum-css/tokens": "^13.0.0",
2424
"@spectrum-css/vars": "^9.0.8"
2525
},
2626
"devDependencies": {

components/accordion/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="4.0.23"></a>
7+
##4.0.23
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.0.22...@spectrum-css/accordion@4.0.23)
10+
11+
**Note:** Version bump only for package @spectrum-css/accordion
12+
613
<a name="4.0.22"></a>
714
##4.0.22
815
🗓

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": "4.0.22",
3+
"version": "4.0.23",
44
"description": "The Spectrum CSS accordion component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@spectrum-css/component-builder-simple": "^2.0.17",
2626
"@spectrum-css/icon": "^4.0.3",
27-
"@spectrum-css/tokens": "^12.0.0",
27+
"@spectrum-css/tokens": "^13.0.0",
2828
"gulp": "^4.0.0"
2929
},
3030
"publishConfig": {

components/actionbar/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.0.7"></a>
7+
##7.0.7
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@7.0.6...@spectrum-css/actionbar@7.0.7)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionbar
12+
613
<a name="7.0.6"></a>
714
##7.0.6
815
🗓

components/actionbar/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actionbar",
3-
"version": "7.0.6",
3+
"version": "7.0.7",
44
"description": "The Spectrum CSS actionbar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -27,14 +27,14 @@
2727
"@spectrum-css/tokens": ">=10"
2828
},
2929
"devDependencies": {
30-
"@spectrum-css/actionbutton": "^5.0.12",
31-
"@spectrum-css/closebutton": "^4.0.12",
30+
"@spectrum-css/actionbutton": "^5.0.13",
31+
"@spectrum-css/closebutton": "^4.0.13",
3232
"@spectrum-css/component-builder-simple": "^2.0.17",
33-
"@spectrum-css/fieldlabel": "^7.1.2",
33+
"@spectrum-css/fieldlabel": "^7.1.3",
3434
"@spectrum-css/icon": "^4.0.3",
35-
"@spectrum-css/popover": "^6.0.79",
36-
"@spectrum-css/table": "^5.0.6",
37-
"@spectrum-css/tokens": "^12.0.0",
35+
"@spectrum-css/popover": "^6.0.80",
36+
"@spectrum-css/table": "^5.0.7",
37+
"@spectrum-css/tokens": "^13.0.0",
3838
"gulp": "^4.0.0"
3939
},
4040
"publishConfig": {

components/actionbutton/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.0.13"></a>
7+
##5.0.13
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.0.12...@spectrum-css/actionbutton@5.0.13)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionbutton
12+
613
<a name="5.0.12"></a>
714
##5.0.12
815
🗓

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": "5.0.12",
3+
"version": "5.0.13",
44
"description": "The Spectrum CSS action button component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@spectrum-css/component-builder-simple": "^2.0.17",
2626
"@spectrum-css/icon": "^4.0.3",
27-
"@spectrum-css/tokens": "^12.0.0",
27+
"@spectrum-css/tokens": "^13.0.0",
2828
"gulp": "^4.0.0"
2929
},
3030
"publishConfig": {

components/actiongroup/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="4.1.5"></a>
7+
##4.1.5
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@4.1.4...@spectrum-css/actiongroup@4.1.5)
10+
11+
**Note:** Version bump only for package @spectrum-css/actiongroup
12+
613
<a name="4.1.4"></a>
714
##4.1.4
815
🗓

components/actiongroup/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/actiongroup",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "The Spectrum CSS actiongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,10 +22,10 @@
2222
"@spectrum-css/tokens": ">=10"
2323
},
2424
"devDependencies": {
25-
"@spectrum-css/actionbutton": "^5.0.12",
25+
"@spectrum-css/actionbutton": "^5.0.13",
2626
"@spectrum-css/component-builder-simple": "^2.0.17",
2727
"@spectrum-css/icon": "^4.0.3",
28-
"@spectrum-css/tokens": "^12.0.0",
28+
"@spectrum-css/tokens": "^13.0.0",
2929
"gulp": "^4.0.0"
3030
},
3131
"publishConfig": {

components/actionmenu/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.0.6"></a>
7+
##5.0.6
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@5.0.5...@spectrum-css/actionmenu@5.0.6)
10+
11+
**Note:** Version bump only for package @spectrum-css/actionmenu
12+
613
<a name="5.0.5"></a>
714
##5.0.5
815
🗓

components/actionmenu/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/actionmenu",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "The Spectrum CSS actionmenu component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,12 +25,12 @@
2525
"@spectrum-css/tokens": ">=11"
2626
},
2727
"devDependencies": {
28-
"@spectrum-css/actionbutton": "^5.0.12",
28+
"@spectrum-css/actionbutton": "^5.0.13",
2929
"@spectrum-css/component-builder-simple": "^2.0.17",
3030
"@spectrum-css/icon": "^4.0.3",
31-
"@spectrum-css/menu": "^5.1.2",
32-
"@spectrum-css/popover": "^6.0.79",
33-
"@spectrum-css/tokens": "^12.0.0",
31+
"@spectrum-css/menu": "^5.1.3",
32+
"@spectrum-css/popover": "^6.0.80",
33+
"@spectrum-css/tokens": "^13.0.0",
3434
"gulp": "^4.0.0"
3535
},
3636
"publishConfig": {

components/alertbanner/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.1.31"></a>
7+
##1.1.31
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertbanner@1.1.30...@spectrum-css/alertbanner@1.1.31)
10+
11+
**Note:** Version bump only for package @spectrum-css/alertbanner
12+
613
<a name="1.1.30"></a>
714
##1.1.30
815
🗓

components/alertbanner/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertbanner",
3-
"version": "1.1.30",
3+
"version": "1.1.31",
44
"description": "The Spectrum CSS alertbanner component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -24,11 +24,11 @@
2424
"@spectrum-css/tokens": ">=10"
2525
},
2626
"devDependencies": {
27-
"@spectrum-css/closebutton": "^4.0.12",
27+
"@spectrum-css/closebutton": "^4.0.13",
2828
"@spectrum-css/component-builder-simple": "^2.0.17",
29-
"@spectrum-css/divider": "^2.1.30",
29+
"@spectrum-css/divider": "^2.1.31",
3030
"@spectrum-css/icon": "^4.0.3",
31-
"@spectrum-css/tokens": "^12.0.0",
31+
"@spectrum-css/tokens": "^13.0.0",
3232
"gulp": "^4.0.0"
3333
},
3434
"publishConfig": {

components/alertdialog/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.12"></a>
7+
##1.0.12
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.11...@spectrum-css/alertdialog@1.0.12)
10+
11+
**Note:** Version bump only for package @spectrum-css/alertdialog
12+
613
<a name="1.0.11"></a>
714
##1.0.11
815
🗓

components/alertdialog/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/alertdialog",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "The Spectrum CSS alertdialog component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -27,13 +27,13 @@
2727
"@spectrum-css/underlay": ">=2"
2828
},
2929
"devDependencies": {
30-
"@spectrum-css/button": "^11.0.13",
31-
"@spectrum-css/buttongroup": "^6.1.11",
30+
"@spectrum-css/button": "^11.0.14",
31+
"@spectrum-css/buttongroup": "^6.1.12",
3232
"@spectrum-css/component-builder-simple": "^2.0.17",
33-
"@spectrum-css/divider": "^2.1.30",
33+
"@spectrum-css/divider": "^2.1.31",
3434
"@spectrum-css/icon": "^3.1.0-alpha.0",
35-
"@spectrum-css/modal": "^4.0.0",
36-
"@spectrum-css/tokens": "^12.0.0",
35+
"@spectrum-css/modal": "^4.0.1",
36+
"@spectrum-css/tokens": "^13.0.0",
3737
"@spectrum-css/underlay": "^2.1.0",
3838
"gulp": "^4.0.0"
3939
},

components/assetcard/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.0.0"></a>
7+
#3.0.0
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@2.0.13...@spectrum-css/assetcard@3.0.0)
10+
11+
\*refactor(assetcard)!: token migration (#2229)([a0cf37b](https://github.com/adobe/spectrum-css/commit/a0cf37b)), closes[#2229](https://github.com/adobe/spectrum-css/issues/2229)
12+
13+
###
14+
🛑 BREAKING CHANGES
15+
16+
*
17+
migrate asset card to updated token system
18+
619
<a name="2.0.13"></a>
720
##2.0.13
821
🗓

components/assetcard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/assetcard",
3-
"version": "2.0.13",
3+
"version": "3.0.0",
44
"description": "The Spectrum CSS asset card component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -23,10 +23,10 @@
2323
"@spectrum-css/tokens": ">=12"
2424
},
2525
"devDependencies": {
26-
"@spectrum-css/checkbox": "^7.0.16",
26+
"@spectrum-css/checkbox": "^8.0.0",
2727
"@spectrum-css/component-builder-simple": "^2.0.17",
2828
"@spectrum-css/icon": "^4.0.3",
29-
"@spectrum-css/tokens": "^12.0.0",
29+
"@spectrum-css/tokens": "^13.0.0",
3030
"gulp": "^4.0.0"
3131
},
3232
"publishConfig": {

components/assetlist/CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,53 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="5.0.0"></a>
7+
#5.0.0
8+
🗓
9+
2023-11-09 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@4.0.0...@spectrum-css/assetlist@5.0.0)
10+
11+
\*refactor(assetlist)!: migrate to spectrum tokens (#2211)([32149e5](https://github.com/adobe/spectrum-css/commit/32149e5)), closes[#2211](https://github.com/adobe/spectrum-css/issues/2211)
12+
13+
###
14+
🛑 BREAKING CHANGES
15+
16+
*
17+
migrates AssetList to use `@adobe/spectrum-tokens`.
18+
19+
Additionally:
20+
21+
- chore(assetlist): build changes
22+
23+
- chore(assetlist): use new tokens
24+
25+
- chore(assetlist): add custom color tokens
26+
27+
- chore(assetlist): address empty label a11y
28+
29+
- chore(assetlist): show focus outline
30+
31+
- chore(assetlist): gen mods
32+
33+
- chore(assetlist): a11y label fix
34+
35+
- chore(assetlist): whcm wip
36+
37+
- chore(assetlist): remove skin from template
38+
39+
- chore(assetlist): whcm
40+
41+
- chore(assetlist): remove unneeded code
42+
43+
- chore(miller): address empty label
44+
45+
- chore(assetlist): address empty label in storybook
46+
47+
- chore(assetlist): update custom tokens
48+
49+
- chore(assetlist): remove unused custom property
50+
51+
- chore(assetlist): id for storybook checkbox
52+
653
<a name="4.0.0"></a>
754
#4.0.0
855
🗓

0 commit comments

Comments
 (0)