UNPKG

@umbraco-ui/uui-input

Version:

Custom element wrapping the native input element. This is a formAssociated element, meaning it can participate in a native HTMLForm. In browsers other then Chrome it may require a polyfill.

47 lines (46 loc) 1.41 kB
{ "name": "@umbraco-ui/uui-input", "version": "1.13.0", "license": "MIT", "keywords": [ "Umbraco", "Custom elements", "Web components", "UI", "Lit", "Input", "Form element" ], "description": "Custom element wrapping the native input element. This is a formAssociated element, meaning it can participate in a native HTMLForm. In browsers other then Chrome it may require a polyfill.", "repository": { "type": "git", "url": "https://github.com/umbraco/Umbraco.UI.git", "directory": "packages/uui-input" }, "bugs": { "url": "https://github.com/umbraco/Umbraco.UI/issues" }, "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "customElements": "custom-elements.json", "files": [ "lib/**/*.d.ts", "lib/**/*.js", "custom-elements.json" ], "dependencies": { "@umbraco-ui/uui-base": "1.13.0" }, "scripts": { "build": "npm run analyze && tsc --build && rollup -c rollup.config.js", "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json", "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json" }, "publishConfig": { "access": "public" }, "homepage": "https://uui.umbraco.com/?path=/story/uui-input", "gitHead": "f57b1fdfea3678b843fbec706cecb3a220f6046f" }