@spectrum-css/dialog
Version:
The Spectrum CSS dialog component
79 lines (78 loc) • 1.97 kB
JSON
{
"name": "@spectrum-css/dialog",
"version": "12.1.0",
"description": "The Spectrum CSS dialog component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-dialog--docs",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/dialog"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"exports": {
".": "./dist/index.css",
"./*.md": "./*.md",
"./dist/*": "./dist/*",
"./index-*.css": "./dist/index-*.css",
"./index.css": "./dist/index.css",
"./metadata.json": "./dist/metadata.json",
"./package.json": "./package.json",
"./stories/*": "./stories/*"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/closebutton": ">=6.0.0 <7.0.0",
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
},
"peerDependenciesMeta": {
"@spectrum-css/closebutton": {
"optional": true
},
"@spectrum-css/divider": {
"optional": true
},
"@spectrum-css/modal": {
"optional": true
},
"@spectrum-css/tokens": {
"optional": true
},
"@spectrum-css/underlay": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/buttongroup": "9.1.0",
"@spectrum-css/closebutton": "6.1.0",
"@spectrum-css/divider": "5.1.0",
"@spectrum-css/modal": "7.1.0",
"@spectrum-css/tokens": "16.0.1",
"@spectrum-css/underlay": "6.1.0"
},
"keywords": [
"design-system",
"spectrum",
"spectrum-css",
"adobe",
"adobe-spectrum",
"component",
"css"
],
"publishConfig": {
"access": "public"
},
"spectrum": [
{
"guidelines": "https://spectrum-contributions.corp.adobe.com/page/standard-dialog-beta",
"rootClass": "spectrum-Dialog",
"swc": "https://opensource.adobe.com/spectrum-web-components/components/dialog/"
}
]
}