File tree Expand file tree Collapse file tree 5 files changed +55
-28
lines changed Expand file tree Collapse file tree 5 files changed +55
-28
lines changed Original file line number Diff line number Diff line change 13
13
"bugs" : {
14
14
"url" : " https://github.com/adobe/spectrum-css/issues"
15
15
},
16
+ "exports" : {
17
+ "." : " ./dist/index.css" ,
18
+ "./*.md" : " ./*.md" ,
19
+ "./dist/*" : " ./dist/*" ,
20
+ "./index-*.css" : " ./dist/index-*.css" ,
21
+ "./index.css" : " ./dist/index.css" ,
22
+ "./metadata.json" : " ./dist/metadata.json" ,
23
+ "./package.json" : " ./package.json" ,
24
+ "./stories/*" : " ./stories/*"
25
+ },
16
26
"main" : " dist/index.css" ,
17
- "files" : [
18
- " dist/*" ,
19
- " CHANGELOG.md" ,
20
- " package.json" ,
21
- " stories/template.js" ,
22
- " metadata/mods.md"
23
- ],
24
27
"peerDependencies" : {
25
- "@spectrum-css/tokens" : " ^14.0 .0-next.9 " ,
26
- "@spectrum-css/typography" : " >=6 "
28
+ "@spectrum-css/tokens" : " >=16.1 .0-next.0 " ,
29
+ "@spectrum-css/typography" : " >=9.0.0-next.0 "
27
30
},
28
31
"peerDependenciesMeta" : {
32
+ "@spectrum-css/tokens" : {
33
+ "optional" : true
34
+ },
29
35
"@spectrum-css/typography" : {
30
36
"optional" : true
31
37
}
32
38
},
33
39
"keywords" : [
40
+ " design-system" ,
34
41
" spectrum" ,
35
- " css" ,
36
- " design system" ,
37
- " adobe"
42
+ " spectrum-css" ,
43
+ " adobe" ,
44
+ " adobe-spectrum" ,
45
+ " component" ,
46
+ " css"
38
47
],
39
48
"publishConfig" : {
40
49
"access" : " public"
Original file line number Diff line number Diff line change 8
8
"compare" : {},
9
9
"format" : {},
10
10
"lint" : {},
11
+ "report" : {},
11
12
"test" : {
12
13
"defaultConfiguration" : " scope"
13
14
},
Original file line number Diff line number Diff line change 13
13
"bugs" : {
14
14
"url" : " https://github.com/adobe/spectrum-css/issues"
15
15
},
16
+ "exports" : {
17
+ "." : " ./dist/index.css" ,
18
+ "./*.md" : " ./*.md" ,
19
+ "./dist/*" : " ./dist/*" ,
20
+ "./index-*.css" : " ./dist/index-*.css" ,
21
+ "./index.css" : " ./dist/index.css" ,
22
+ "./metadata.json" : " ./dist/metadata.json" ,
23
+ "./package.json" : " ./package.json" ,
24
+ "./stories/*" : " ./stories/*"
25
+ },
16
26
"main" : " dist/index.css" ,
17
- "files" : [
18
- " dist/*" ,
19
- " CHANGELOG.md" ,
20
- " package.json" ,
21
- " stories/template.js" ,
22
- " metadata/mods.md"
23
- ],
24
27
"peerDependencies" : {
25
- "@spectrum-css/icon" : " >=7" ,
26
- "@spectrum-css/tokens" : " ^14.0.0-next.9"
28
+ "@spectrum-css/icon" : " >=10.0.0-next.0" ,
29
+ "@spectrum-css/tokens" : " >=16.1.0-next.0"
30
+ },
31
+ "peerDependenciesMeta" : {
32
+ "@spectrum-css/icon" : {
33
+ "optional" : true
34
+ },
35
+ "@spectrum-css/tokens" : {
36
+ "optional" : true
37
+ }
27
38
},
28
39
"keywords" : [
40
+ " design-system" ,
29
41
" spectrum" ,
30
- " css" ,
31
- " design system" ,
32
- " adobe"
42
+ " spectrum-css" ,
43
+ " adobe" ,
44
+ " adobe-spectrum" ,
45
+ " component" ,
46
+ " css"
33
47
],
34
48
"publishConfig" : {
35
49
"access" : " public"
Original file line number Diff line number Diff line change 8
8
"compare" : {},
9
9
"format" : {},
10
10
"lint" : {},
11
+ "report" : {},
11
12
"test" : {
12
13
"defaultConfiguration" : " scope"
13
14
},
Original file line number Diff line number Diff line change @@ -4180,9 +4180,11 @@ __metadata:
4180
4180
version: 0.0.0-use.local
4181
4181
resolution: "@spectrum-css/appframe@workspace:components/appframe"
4182
4182
peerDependencies:
4183
- "@spectrum-css/tokens": ^14.0 .0-next.9
4184
- "@spectrum-css/typography": ">=6 "
4183
+ "@spectrum-css/tokens": ">=16.1 .0-next.0"
4184
+ "@spectrum-css/typography": ">=9.0.0-next.0 "
4185
4185
peerDependenciesMeta:
4186
+ "@spectrum-css/tokens":
4187
+ optional: true
4186
4188
"@spectrum-css/typography":
4187
4189
optional: true
4188
4190
languageName: unknown
@@ -4192,8 +4194,8 @@ __metadata:
4192
4194
version: 0.0.0-use.local
4193
4195
resolution: "@spectrum-css/appframesidenav@workspace:components/appframesidenav"
4194
4196
peerDependencies:
4195
- "@spectrum-css/icon": ">=7 "
4196
- "@spectrum-css/tokens": ^14.0 .0-next.9
4197
+ "@spectrum-css/icon": ">=10.0.0-next.0 "
4198
+ "@spectrum-css/tokens": ">=16.1 .0-next.0"
4197
4199
peerDependenciesMeta:
4198
4200
"@spectrum-css/icon":
4199
4201
optional: true
You can’t perform that action at this time.
0 commit comments