@spectrum-web-components/textfield
Version:
`sp-textfield` components are text boxes that allow users to input custom text entries with a keyboard. Various decorations can be displayed around the field to communicate the entry requirements.
65 lines (64 loc) • 1.88 kB
JSON
{
"name": "@spectrum-web-components/textfield",
"version": "0.10.1",
"publishConfig": {
"access": "public"
},
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-web-components.git",
"directory": "packages/textfield"
},
"author": "",
"homepage": "https://adobe.github.io/spectrum-web-components/components/textfield",
"bugs": {
"url": "https://github.com/adobe/spectrum-web-components/issues"
},
"main": "./src/index.js",
"module": "./src/index.js",
"type": "module",
"exports": {
".": "./src/index.js",
"./src/*": "./src/*",
"./package.json": "./package.json",
"./sp-textfield": "./sp-textfield.js",
"./sp-textfield.js": "./sp-textfield.js"
},
"scripts": {
"test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
},
"files": [
"**/*.d.ts",
"**/*.js",
"**/*.js.map",
"custom-elements.json",
"!stories/",
"!test/"
],
"keywords": [
"spectrum css",
"web components",
"lit-element",
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.5.1",
"@spectrum-web-components/help-text": "^0.1.0",
"@spectrum-web-components/icon": "^0.11.1",
"@spectrum-web-components/icons-ui": "^0.8.1",
"@spectrum-web-components/icons-workflow": "^0.8.1",
"@spectrum-web-components/shared": "^0.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@spectrum-css/textfield": "^3.1.1"
},
"types": "./src/index.d.ts",
"customElements": "custom-elements.json",
"sideEffects": [
"./sp-*.js"
],
"gitHead": "df3f333ee26a45f9fc247716b6e8ef051dca630b"
}