UNPKG

@acusti/input-text

Version:

React component that renders a semi-controlled input with multiLine and selectTextOnFocus support

59 lines (58 loc) 1.73 kB
{ "name": "@acusti/input-text", "version": "2.1.1", "type": "module", "sideEffects": false, "exports": "./dist/InputText.js", "main": "./dist/InputText.js", "types": "./dist/InputText.d.ts", "files": [ "dist" ], "description": "React component that renders a semi-controlled input with multiLine and selectTextOnFocus support", "keywords": [ "react", "react-component", "form", "input", "input-text", "textarea", "ssr", "typescript", "ts" ], "scripts": { "test": "vitest", "build": "vite build" }, "repository": { "type": "git", "url": "https://github.com/acusti/uikit.git", "directory": "packages/input-text" }, "author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)", "license": "Unlicense", "bugs": { "url": "https://github.com/acusti/uikit/issues" }, "homepage": "https://github.com/acusti/uikit/tree/main/packages/input-text#readme", "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.1.8", "@vitejs/plugin-react": "^4.6.0", "babel-plugin-react-compiler": "rc", "happy-dom": "^18.0.1", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "5.8.3", "unplugin-dts": "^1.0.0-beta.2", "vite": "^7.0.0-0", "vitest": "^3.2.4" }, "peerDependencies": { "react": "^19 || ~0.0.0-experimental < 0.0.0-f", "react-dom": "^19 || ~0.0.0-experimental < 0.0.0-f" } }