@spectrum-web-components/styles
Version:
Spectrum Web Components are a [`LitElement`](https://lit-element.polymer-project.org) powered web component library of patterns built ontop of the [Spectrum CSS](https://opensource.adobe.com/spectrum-css) specification. Styles for these components are mad
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "@spectrum-web-components/styles",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-web-components.git",
"directory": "packages/styles"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-web-components/issues"
},
"homepage": "https://adobe.github.io/spectrum-web-components/components/styles",
"keywords": [
"spectrum css",
"web components",
"lit-element",
"lit-html"
],
"version": "0.8.1",
"description": "",
"style": "all-medium-lightest.css",
"main": "src/spectrum-base.css.js",
"module": "src/spectrum-base.css.js",
"type": "module",
"exports": {
"./": "./"
},
"files": [
"custom-elements.json",
"*.css",
"*.js",
"*.ts",
"*.map"
],
"sideEffects": [
"./*.css"
],
"scripts": {
"test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@spectrum-css/commons": "^3.0.1",
"@spectrum-css/typography": "^3.0.0",
"@spectrum-css/vars": "^3.0.0",
"@spectrum-web-components/base": "^0.3.3"
},
"gitHead": "975a9d6bf075d367fbc77c9b5cec4eabce66f6c0"
}