-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix linting conflict vs. format
- Loading branch information
1 parent
9252338
commit fb29aab
Showing
71 changed files
with
2,647 additions
and
2,789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,35 @@ | ||
{ | ||
"name": "@spectrum-css/accordion", | ||
"version": "5.0.0", | ||
"description": "The Spectrum CSS accordion component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/accordion", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/accordion" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"CHANGELOG.md", | ||
"package.json", | ||
"stories/template.js", | ||
"metadata/mods.md" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/icon": ">=4", | ||
"@spectrum-css/tokens": ">=14.0.0-next.3" | ||
}, | ||
"keywords": [ | ||
"spectrum", | ||
"css", | ||
"design system", | ||
"adobe" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@spectrum-css/accordion", | ||
"version": "5.0.0", | ||
"description": "The Spectrum CSS accordion component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/accordion", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/accordion" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"metadata/mods.md", | ||
"stories/template.js" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/icon": ">=4", | ||
"@spectrum-css/tokens": ">=14.0.0-next.3" | ||
}, | ||
"keywords": [ | ||
"adobe", | ||
"css", | ||
"design system", | ||
"spectrum" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,38 @@ | ||
{ | ||
"name": "@spectrum-css/actionbar", | ||
"version": "8.0.0", | ||
"description": "The Spectrum CSS actionbar component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/actionbar", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/actionbar" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"CHANGELOG.md", | ||
"package.json", | ||
"stories/template.js", | ||
"metadata/mods.md" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/actiongroup": ">=4", | ||
"@spectrum-css/closebutton": ">=4", | ||
"@spectrum-css/fieldlabel": ">=7", | ||
"@spectrum-css/popover": ">=6", | ||
"@spectrum-css/tokens": ">=14.0.0-next.3" | ||
}, | ||
"keywords": [ | ||
"spectrum", | ||
"css", | ||
"design system", | ||
"adobe" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@spectrum-css/actionbar", | ||
"version": "8.0.0", | ||
"description": "The Spectrum CSS actionbar component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/actionbar", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/actionbar" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"metadata/mods.md", | ||
"stories/template.js" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/actiongroup": ">=4", | ||
"@spectrum-css/closebutton": ">=4", | ||
"@spectrum-css/fieldlabel": ">=7", | ||
"@spectrum-css/popover": ">=6", | ||
"@spectrum-css/tokens": ">=14.0.0-next.3" | ||
}, | ||
"keywords": [ | ||
"adobe", | ||
"css", | ||
"design system", | ||
"spectrum" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,43 @@ | ||
{ | ||
"name": "@spectrum-css/actionbutton", | ||
"version": "6.0.0", | ||
"description": "The Spectrum CSS action button component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/actionbutton" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"CHANGELOG.md", | ||
"package.json", | ||
"stories/template.js", | ||
"metadata/mods.md" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/icon": ">=4", | ||
"@spectrum-css/tokens": ">=14.0.0-next.3" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@spectrum-css/icon": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@spectrum-css/commons": "^10.0.0" | ||
}, | ||
"keywords": [ | ||
"spectrum", | ||
"css", | ||
"design system", | ||
"adobe" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@spectrum-css/actionbutton", | ||
"version": "6.0.0", | ||
"description": "The Spectrum CSS action button component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/actionbutton", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/actionbutton" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"metadata/mods.md", | ||
"stories/template.js" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/icon": ">=4", | ||
"@spectrum-css/tokens": ">=14.0.0-next.3" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@spectrum-css/icon": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@spectrum-css/commons": "^10.0.0" | ||
}, | ||
"keywords": [ | ||
"adobe", | ||
"css", | ||
"design system", | ||
"spectrum" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,40 @@ | ||
{ | ||
"name": "@spectrum-css/actiongroup", | ||
"version": "5.0.0-next.3", | ||
"description": "The Spectrum CSS actiongroup component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/actiongroup" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"CHANGELOG.md", | ||
"package.json", | ||
"stories/template.js", | ||
"metadata/mods.md" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/actionbutton": ">=5", | ||
"@spectrum-css/tokens": ">=14.0.0-next.3" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@spectrum-css/actionbutton": { | ||
"optional": true | ||
} | ||
}, | ||
"keywords": [ | ||
"spectrum", | ||
"css", | ||
"design system", | ||
"adobe" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@spectrum-css/actiongroup", | ||
"version": "5.0.0-next.3", | ||
"description": "The Spectrum CSS actiongroup component", | ||
"license": "Apache-2.0", | ||
"author": "Adobe", | ||
"homepage": "https://opensource.adobe.com/spectrum-css/actiongroup", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/adobe/spectrum-css.git", | ||
"directory": "components/actiongroup" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/adobe/spectrum-css/issues" | ||
}, | ||
"main": "dist/index.css", | ||
"files": [ | ||
"dist/*", | ||
"metadata/mods.md", | ||
"stories/template.js" | ||
], | ||
"peerDependencies": { | ||
"@spectrum-css/actionbutton": ">=5", | ||
"@spectrum-css/tokens": ">=14.0.0-next.3" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@spectrum-css/actionbutton": { | ||
"optional": true | ||
} | ||
}, | ||
"keywords": [ | ||
"adobe", | ||
"css", | ||
"design system", | ||
"spectrum" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
Oops, something went wrong.