Skip to content

Commit ae7aedd

Browse files
committed
chore: fix linting conflict vs. format
1 parent 2b6c140 commit ae7aedd

File tree

71 files changed

+2647
-2789
lines changed

Some content is hidden

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

71 files changed

+2647
-2789
lines changed

components/accordion/package.json

+33-35
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
11
{
2-
"name": "@spectrum-css/accordion",
3-
"version": "5.0.0",
4-
"description": "The Spectrum CSS accordion component",
5-
"license": "Apache-2.0",
6-
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/accordion",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adobe/spectrum-css.git",
11-
"directory": "components/accordion"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-css/issues"
15-
},
16-
"main": "dist/index.css",
17-
"files": [
18-
"dist/*",
19-
"CHANGELOG.md",
20-
"package.json",
21-
"stories/template.js",
22-
"metadata/mods.md"
23-
],
24-
"peerDependencies": {
25-
"@spectrum-css/icon": ">=4",
26-
"@spectrum-css/tokens": ">=14.0.0-next.3"
27-
},
28-
"keywords": [
29-
"spectrum",
30-
"css",
31-
"design system",
32-
"adobe"
33-
],
34-
"publishConfig": {
35-
"access": "public"
36-
}
2+
"name": "@spectrum-css/accordion",
3+
"version": "5.0.0",
4+
"description": "The Spectrum CSS accordion component",
5+
"license": "Apache-2.0",
6+
"author": "Adobe",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/accordion",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adobe/spectrum-css.git",
11+
"directory": "components/accordion"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/adobe/spectrum-css/issues"
15+
},
16+
"main": "dist/index.css",
17+
"files": [
18+
"dist/*",
19+
"metadata/mods.md",
20+
"stories/template.js"
21+
],
22+
"peerDependencies": {
23+
"@spectrum-css/icon": ">=4",
24+
"@spectrum-css/tokens": ">=14.0.0-next.3"
25+
},
26+
"keywords": [
27+
"adobe",
28+
"css",
29+
"design system",
30+
"spectrum"
31+
],
32+
"publishConfig": {
33+
"access": "public"
34+
}
3735
}

components/actionbar/package.json

+36-38
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,38 @@
11
{
2-
"name": "@spectrum-css/actionbar",
3-
"version": "8.0.0",
4-
"description": "The Spectrum CSS actionbar component",
5-
"license": "Apache-2.0",
6-
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/actionbar",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adobe/spectrum-css.git",
11-
"directory": "components/actionbar"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-css/issues"
15-
},
16-
"main": "dist/index.css",
17-
"files": [
18-
"dist/*",
19-
"CHANGELOG.md",
20-
"package.json",
21-
"stories/template.js",
22-
"metadata/mods.md"
23-
],
24-
"peerDependencies": {
25-
"@spectrum-css/actiongroup": ">=4",
26-
"@spectrum-css/closebutton": ">=4",
27-
"@spectrum-css/fieldlabel": ">=7",
28-
"@spectrum-css/popover": ">=6",
29-
"@spectrum-css/tokens": ">=14.0.0-next.3"
30-
},
31-
"keywords": [
32-
"spectrum",
33-
"css",
34-
"design system",
35-
"adobe"
36-
],
37-
"publishConfig": {
38-
"access": "public"
39-
}
2+
"name": "@spectrum-css/actionbar",
3+
"version": "8.0.0",
4+
"description": "The Spectrum CSS actionbar component",
5+
"license": "Apache-2.0",
6+
"author": "Adobe",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/actionbar",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adobe/spectrum-css.git",
11+
"directory": "components/actionbar"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/adobe/spectrum-css/issues"
15+
},
16+
"main": "dist/index.css",
17+
"files": [
18+
"dist/*",
19+
"metadata/mods.md",
20+
"stories/template.js"
21+
],
22+
"peerDependencies": {
23+
"@spectrum-css/actiongroup": ">=4",
24+
"@spectrum-css/closebutton": ">=4",
25+
"@spectrum-css/fieldlabel": ">=7",
26+
"@spectrum-css/popover": ">=6",
27+
"@spectrum-css/tokens": ">=14.0.0-next.3"
28+
},
29+
"keywords": [
30+
"adobe",
31+
"css",
32+
"design system",
33+
"spectrum"
34+
],
35+
"publishConfig": {
36+
"access": "public"
37+
}
4038
}

components/actionbutton/package.json

+41-43
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,43 @@
11
{
2-
"name": "@spectrum-css/actionbutton",
3-
"version": "6.0.0",
4-
"description": "The Spectrum CSS action button component",
5-
"license": "Apache-2.0",
6-
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adobe/spectrum-css.git",
11-
"directory": "components/actionbutton"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-css/issues"
15-
},
16-
"main": "dist/index.css",
17-
"files": [
18-
"dist/*",
19-
"CHANGELOG.md",
20-
"package.json",
21-
"stories/template.js",
22-
"metadata/mods.md"
23-
],
24-
"peerDependencies": {
25-
"@spectrum-css/icon": ">=4",
26-
"@spectrum-css/tokens": ">=14.0.0-next.3"
27-
},
28-
"peerDependenciesMeta": {
29-
"@spectrum-css/icon": {
30-
"optional": true
31-
}
32-
},
33-
"devDependencies": {
34-
"@spectrum-css/commons": "^10.0.0"
35-
},
36-
"keywords": [
37-
"spectrum",
38-
"css",
39-
"design system",
40-
"adobe"
41-
],
42-
"publishConfig": {
43-
"access": "public"
44-
}
2+
"name": "@spectrum-css/actionbutton",
3+
"version": "6.0.0",
4+
"description": "The Spectrum CSS action button component",
5+
"license": "Apache-2.0",
6+
"author": "Adobe",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adobe/spectrum-css.git",
11+
"directory": "components/actionbutton"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/adobe/spectrum-css/issues"
15+
},
16+
"main": "dist/index.css",
17+
"files": [
18+
"dist/*",
19+
"metadata/mods.md",
20+
"stories/template.js"
21+
],
22+
"peerDependencies": {
23+
"@spectrum-css/icon": ">=4",
24+
"@spectrum-css/tokens": ">=14.0.0-next.3"
25+
},
26+
"peerDependenciesMeta": {
27+
"@spectrum-css/icon": {
28+
"optional": true
29+
}
30+
},
31+
"devDependencies": {
32+
"@spectrum-css/commons": "^10.0.0"
33+
},
34+
"keywords": [
35+
"adobe",
36+
"css",
37+
"design system",
38+
"spectrum"
39+
],
40+
"publishConfig": {
41+
"access": "public"
42+
}
4543
}

components/actiongroup/package.json

+38-40
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,40 @@
11
{
2-
"name": "@spectrum-css/actiongroup",
3-
"version": "5.0.0-next.3",
4-
"description": "The Spectrum CSS actiongroup component",
5-
"license": "Apache-2.0",
6-
"author": "Adobe",
7-
"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adobe/spectrum-css.git",
11-
"directory": "components/actiongroup"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/adobe/spectrum-css/issues"
15-
},
16-
"main": "dist/index.css",
17-
"files": [
18-
"dist/*",
19-
"CHANGELOG.md",
20-
"package.json",
21-
"stories/template.js",
22-
"metadata/mods.md"
23-
],
24-
"peerDependencies": {
25-
"@spectrum-css/actionbutton": ">=5",
26-
"@spectrum-css/tokens": ">=14.0.0-next.3"
27-
},
28-
"peerDependenciesMeta": {
29-
"@spectrum-css/actionbutton": {
30-
"optional": true
31-
}
32-
},
33-
"keywords": [
34-
"spectrum",
35-
"css",
36-
"design system",
37-
"adobe"
38-
],
39-
"publishConfig": {
40-
"access": "public"
41-
}
2+
"name": "@spectrum-css/actiongroup",
3+
"version": "5.0.0-next.3",
4+
"description": "The Spectrum CSS actiongroup component",
5+
"license": "Apache-2.0",
6+
"author": "Adobe",
7+
"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adobe/spectrum-css.git",
11+
"directory": "components/actiongroup"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/adobe/spectrum-css/issues"
15+
},
16+
"main": "dist/index.css",
17+
"files": [
18+
"dist/*",
19+
"metadata/mods.md",
20+
"stories/template.js"
21+
],
22+
"peerDependencies": {
23+
"@spectrum-css/actionbutton": ">=5",
24+
"@spectrum-css/tokens": ">=14.0.0-next.3"
25+
},
26+
"peerDependenciesMeta": {
27+
"@spectrum-css/actionbutton": {
28+
"optional": true
29+
}
30+
},
31+
"keywords": [
32+
"adobe",
33+
"css",
34+
"design system",
35+
"spectrum"
36+
],
37+
"publishConfig": {
38+
"access": "public"
39+
}
4240
}

0 commit comments

Comments
 (0)