UNPKG

@spark-web/password-input

Version:

--- title: Password Input storybookPath: forms-passwordinput--default isExperimentalPackage: true ---

40 lines (39 loc) 1 kB
{ "name": "@spark-web/password-input", "version": "6.0.0", "homepage": "https://github.com/brighte-labs/spark-web#readme", "repository": { "type": "git", "url": "https://github.com/brighte-labs/spark-web.git", "directory": "packages/password-input" }, "main": "dist/spark-web-password-input.cjs.js", "module": "dist/spark-web-password-input.esm.js", "files": [ "CHANGELOG.md", "dist", "README.md" ], "dependencies": { "@babel/runtime": "^7.25.0", "@emotion/react": "^11.14.0", "@spark-web/a11y": "^5.3.0", "@spark-web/box": "^6.0.0", "@spark-web/button": "^5.6.0", "@spark-web/icon": "^5.1.0", "@spark-web/text-input": "^6.0.0", "@spark-web/theme": "^5.13.0" }, "devDependencies": { "@spark-web/field": "^5.3.0", "@types/react": "^19.1.0", "react": "^19.1.0" }, "peerDependencies": { "@spark-web/field": "^5.3.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "engines": { "node": ">=14" } }