UNPKG

@spectrum-css/textfield

Version:

The Spectrum CSS textfield component

68 lines (67 loc) 1.72 kB
{ "name": "@spectrum-css/textfield", "version": "8.1.1", "description": "The Spectrum CSS textfield component", "license": "Apache-2.0", "author": "Adobe", "homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-text-field--docs", "repository": { "type": "git", "url": "https://github.com/adobe/spectrum-css.git", "directory": "components/textfield" }, "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/helptext": ">=7.0.0 <8.0.0", "@spectrum-css/tokens": ">=16.0.0 <17.0.0" }, "peerDependenciesMeta": { "@spectrum-css/helptext": { "optional": true }, "@spectrum-css/tokens": { "optional": true } }, "devDependencies": { "@spectrum-css/helptext": "7.1.0", "@spectrum-css/tokens": "16.0.1" }, "keywords": [ "design-system", "spectrum", "spectrum-css", "adobe", "adobe-spectrum", "component", "css" ], "publishConfig": { "access": "public" }, "spectrum": [ { "guidelines": "https://spectrum.adobe.com/page/text-field", "rootClass": "spectrum-Textfield", "swc": "https://opensource.adobe.com/spectrum-web-components/components/textfield/" }, { "guidelines": "https://spectrum.adobe.com/page/text-area", "rootClass": "spectrum-Textfield--multiline", "swc": "https://opensource.adobe.com/spectrum-web-components/components/textarea/" } ] }