Skip to content

Commit 6646633

Browse files
authored
chore: merge latest from main (#4221)
1 parent 83ef34a commit 6646633

File tree

182 files changed

+946
-205
lines changed

Some content is hidden

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

182 files changed

+946
-205
lines changed

.eslintrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@
137137
"pathPattern": "^spectrum$",
138138
"order": { "type": "asc" }
139139
},
140+
{
141+
"pathPattern": "^exports$",
142+
"order": ["."]
143+
},
140144
{
141145
"pathPattern": ".*",
142146
"order": { "type": "asc" }

components/accordion/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@ New modifiers:
9898
- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
9999
- @spectrum-css/icon@10.0.0-next.0
100100

101+
## 7.2.0
102+
103+
### Minor Changes
104+
105+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
106+
107+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
108+
101109
## 7.1.1
102110

103111
### Patch Changes

components/accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"exports": {
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
19+
"./package.json": "./package.json",
1920
"./dist/*": "./dist/*",
20-
"./index*.css": "./dist/index*.css",
21+
"./index.css": "./dist/index.css",
2122
"./metadata.json": "./dist/metadata.json",
22-
"./package.json": "./package.json",
2323
"./stories/*": "./stories/*"
2424
},
2525
"main": "dist/index.css",

components/actionbar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ The emphasized has changed from an `accent` background color to a `neutral` back
4444
- @spectrum-css/actiongroup@7.0.0-next.0
4545
- @spectrum-css/popover@9.0.0-next.0
4646

47+
## 10.2.0
48+
49+
### Minor Changes
50+
51+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
52+
53+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
54+
4755
## 10.1.1
4856

4957
### Patch Changes

components/actionbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"exports": {
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
19+
"./package.json": "./package.json",
1920
"./dist/*": "./dist/*",
20-
"./index*.css": "./dist/index*.css",
21+
"./index.css": "./dist/index.css",
2122
"./metadata.json": "./dist/metadata.json",
22-
"./package.json": "./package.json",
2323
"./stories/*": "./stories/*"
2424
},
2525
"main": "dist/index.css",

components/actionbutton/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ Action button now uses Spectrum 2 tokens and design specifications. A few notabl
5252
- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
5353
- @spectrum-css/icon@10.0.0-next.0
5454

55+
## 7.2.0
56+
57+
### Minor Changes
58+
59+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
60+
61+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
62+
5563
## 7.1.4
5664

5765
### Patch Changes

components/actionbutton/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"exports": {
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
19+
"./package.json": "./package.json",
1920
"./dist/*": "./dist/*",
20-
"./index*.css": "./dist/index*.css",
21+
"./index.css": "./dist/index.css",
2122
"./metadata.json": "./dist/metadata.json",
22-
"./package.json": "./package.json",
2323
"./stories/*": "./stories/*"
2424
},
2525
"main": "dist/index.css",

components/actiongroup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"exports": {
1717
".": "./dist/index.css",
1818
"./*.md": "./*.md",
19+
"./package.json": "./package.json",
1920
"./dist/*": "./dist/*",
20-
"./index*.css": "./dist/index*.css",
21+
"./index.css": "./dist/index.css",
2122
"./metadata.json": "./dist/metadata.json",
22-
"./package.json": "./package.json",
2323
"./stories/*": "./stories/*"
2424
},
2525
"main": "dist/index.css",

components/actionmenu/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
- @spectrum-css/menu@10.0.0-next.0
1818
- @spectrum-css/popover@9.0.0-next.0
1919

20+
## 7.2.0
21+
22+
### Minor Changes
23+
24+
📝 [#4218](https://github.com/adobe/spectrum-css/pull/4218) [`2df53f8`](https://github.com/adobe/spectrum-css/commit/2df53f8b9ef6d6a031ca99726aa7f0475443ca03) Thanks [@castastrophe](https://github.com/castastrophe)!
25+
26+
Ensure accurate exports are present for each component. Specifically, adding `themes/*` assets where present and removing`index-*.css` exports where those assets do not exist.
27+
2028
## 7.1.1
2129

2230
### Patch Changes

components/actionmenu/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@
1414
"url": "https://github.com/adobe/spectrum-css/issues"
1515
},
1616
"exports": {
17-
".": "./dist/index.css",
1817
"./*.md": "./*.md",
19-
"./dist/*": "./dist/*",
20-
"./index*.css": "./dist/index*.css",
21-
"./metadata.json": "./dist/metadata.json",
2218
"./package.json": "./package.json",
2319
"./stories/*": "./stories/*"
2420
},
25-
"main": "dist/index.css",
21+
"main": "README.md",
2622
"peerDependencies": {
2723
"@spectrum-css/actionbutton": ">=8.0.0-next.0",
2824
"@spectrum-css/icon": ">=10.0.0-next.0",
@@ -59,9 +55,7 @@
5955
"spectrum",
6056
"spectrum-css",
6157
"adobe",
62-
"adobe-spectrum",
63-
"component",
64-
"css"
58+
"adobe-spectrum"
6559
],
6660
"publishConfig": {
6761
"access": "public"

0 commit comments

Comments
 (0)