{"_id":"@cardboardrobots/form","_rev":"1-56a4449fb97ceb576629eec9f5d316bb","name":"@cardboardrobots/form","dist-tags":{"latest":"0.0.0-rc1"},"versions":{"0.0.0-rc0":{"name":"@cardboardrobots/form","version":"0.0.0-rc0","author":"","license":"MIT","_id":"@cardboardrobots/form@0.0.0-rc0","maintainers":[{"name":"sjohnsonaz","email":"sjohnson@sjohnsonaz.com"},{"name":"chansenaz","email":"christopher.joe.hansen@gmail.com"}],"dist":{"shasum":"88a9b4c8df30140d0e2d3bd31992afc84237b786","tarball":"https://registry.npmjs.org/@cardboardrobots/form/-/form-0.0.0-rc0.tgz","fileCount":24,"integrity":"sha512-n4bqU21St/T+4CykYrC24pSwQFeKV3btfPXUASyG6JehTsV9F5b6ys9IKp/Vf/4fSvv+XLAM9qMnO4xWqeYwpQ==","signatures":[{"sig":"MEUCICf2HrDGWCyPspJnKy/bFz9Je/9AGrAeyXPaxBlqqbo2AiEAoLxQ2v+hD4TlG6S/Jh4oPxBlJp63WckXQYSAoH4eCWE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38692},"jest":{"preset":"ts-jest","testPathIgnorePatterns":["<rootDir>/dist/"]},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"2b55b52080e226e9062be1c8a339290cd9d6fc82","scripts":{"test":"jest","build":"tsc --build","clean":"tsc --build --clean","prepublishOnly":"npm run clean && npm run build"},"_npmUser":{"name":"sjohnsonaz","email":"sjohnson@sjohnsonaz.com"},"_npmVersion":"10.8.1","description":"Forms for `react-hook-form` and `@mui/material`.","directories":{},"_nodeVersion":"22.1.0","dependencies":{"@mui/material":"^6.1.7","react-hook-form":"^7.53.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","ts-jest":"^29.2.5","typescript":"^5.6.3","@types/jest":"^29.5.14","@types/react":"^18.3.12","@types/react-dom":"^18.3.1"},"peerDependencies":{"react":"^18.3.1","react-dom":"^18.3.1"},"_npmOperationalInternal":{"tmp":"tmp/form_0.0.0-rc0_1731564704314_0.462755572571252","host":"s3://npm-registry-packages"}},"0.0.0-rc1":{"name":"@cardboardrobots/form","version":"0.0.0-rc1","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"tsc --build","clean":"tsc --build --clean","test":"jest","prepublishOnly":"npm run clean && npm run build"},"type":"module","author":"","license":"MIT","description":"Forms for `react-hook-form` and `@mui/material`.","dependencies":{"@mui/material":"^6.1.7","react-hook-form":"^7.53.2"},"devDependencies":{"@types/jest":"^29.5.14","@types/react":"^18.3.12","@types/react-dom":"^18.3.1","jest":"^29.7.0","ts-jest":"^29.2.5","typescript":"^5.6.3"},"peerDependencies":{"react":"^18.3.1","react-dom":"^18.3.1"},"jest":{"preset":"ts-jest","testPathIgnorePatterns":["<rootDir>/dist/"]},"_id":"@cardboardrobots/form@0.0.0-rc1","gitHead":"a056a3f86f6da2a11ef682f0158247578b961844","_nodeVersion":"22.1.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-KYkDQ3dz12G6YhliY3og/TIhfu0fv7amQYqeawp4s9KQMxcTgkfDe05oTBW8kl6e/yyOYyAqP4rgW4WJ4D20cQ==","shasum":"815b06985e303dce050a218d50ac593c782de3e1","tarball":"https://registry.npmjs.org/@cardboardrobots/form/-/form-0.0.0-rc1.tgz","fileCount":24,"unpackedSize":34840,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGJdG7zeuPXv7Fv3Z43oD15S8Y8rTWcSl3GvTAm4wzZFAiEAh39fYGy41lvV0MGC6EaE4ssvfmDqYE/wPcFlGvICEcQ="}]},"_npmUser":{"name":"sjohnsonaz","email":"sjohnson@sjohnsonaz.com"},"directories":{},"maintainers":[{"name":"sjohnsonaz","email":"sjohnson@sjohnsonaz.com"},{"name":"chansenaz","email":"christopher.joe.hansen@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/form_0.0.0-rc1_1731636316098_0.41879193745403187"},"_hasShrinkwrap":false}},"time":{"created":"2024-11-14T06:11:44.213Z","modified":"2024-11-15T02:05:16.514Z","0.0.0-rc0":"2024-11-14T06:11:44.494Z","0.0.0-rc1":"2024-11-15T02:05:16.290Z"},"license":"MIT","description":"Forms for `react-hook-form` and `@mui/material`.","maintainers":[{"name":"sjohnsonaz","email":"sjohnson@sjohnsonaz.com"},{"name":"chansenaz","email":"christopher.joe.hansen@gmail.com"}],"readme":"Forms for `react-hook-form` and `@mui/material`.\n\n```typescript\nimport { FormInput } from \"@cardboardrobots/form\";\nimport { useForm } from \"react-hook-form\";\n\nconst Form = () => {\n  const { control } = useForm({\n    defaultValues: {\n      name: \"name\",\n    },\n  });\n\n  return <FormInput control={control} name=\"name\" label=\"First name\" />;\n};\n```\n","readmeFilename":"Readme.md"}