@me1a/ui 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{hook-forms/index → example}/hook-forms/index.d.ts +2 -0
- package/dist/example/index.cjs.js.map +1 -0
- package/dist/example/index.es.js.map +1 -0
- package/dist/example/mui/index.d.ts +1 -0
- package/dist/{index → hook-forms}/hook-forms/index.d.ts +2 -0
- package/dist/hook-forms/{index/index.cjs.js → index.cjs.js} +2780 -21
- package/dist/hook-forms/index.cjs.js.map +1 -0
- package/dist/hook-forms/{index/index.es.js → index.es.js} +2779 -22
- package/dist/hook-forms/index.es.js.map +1 -0
- package/dist/hook-forms/mui/index.d.ts +1 -0
- package/dist/{index/index.cjs.js → index.cjs.js} +2780 -21
- package/dist/index.cjs.js.map +1 -0
- package/dist/{index/index.es.js → index.es.js} +2779 -22
- package/dist/index.es.js.map +1 -0
- package/dist/mui/example/simple.d.ts +4 -0
- package/dist/mui/hook-forms/form-provider.d.ts +8 -0
- package/dist/{example/index → mui}/hook-forms/index.d.ts +2 -0
- package/dist/mui/hook-forms/rhf-autocomplete.d.ts +11 -0
- package/dist/mui/hook-forms/rhf-checkbox.d.ts +19 -0
- package/dist/mui/hook-forms/rhf-radio-group.d.ts +13 -0
- package/dist/mui/hook-forms/rhf-select.d.ts +11 -0
- package/dist/mui/hook-forms/rhf-slider.d.ts +7 -0
- package/dist/mui/hook-forms/rhf-switch.d.ts +7 -0
- package/dist/mui/hook-forms/rhf-text-field.d.ts +6 -0
- package/dist/mui/index.cjs.js +54943 -0
- package/dist/mui/index.cjs.js.map +1 -0
- package/dist/mui/index.d.ts +2 -0
- package/dist/mui/index.es.js +54463 -0
- package/dist/mui/index.es.js.map +1 -0
- package/dist/mui/mui/index.d.ts +1 -0
- package/package.json +26 -2
- package/dist/example/index/index.cjs.js.map +0 -1
- package/dist/example/index/index.es.js.map +0 -1
- package/dist/hook-forms/index/index.cjs.js.map +0 -1
- package/dist/hook-forms/index/index.es.js.map +0 -1
- package/dist/index/index.cjs.js.map +0 -1
- package/dist/index/index.es.js.map +0 -1
- /package/dist/example/{index/example → example}/index.d.ts +0 -0
- /package/dist/example/{index/example → example}/simple.d.ts +0 -0
- /package/dist/example/{index/hook-forms → hook-forms}/form-provider.d.ts +0 -0
- /package/dist/example/{index/hook-forms → hook-forms}/rhf-autocomplete.d.ts +0 -0
- /package/dist/example/{index/hook-forms → hook-forms}/rhf-checkbox.d.ts +0 -0
- /package/dist/example/{index/hook-forms → hook-forms}/rhf-radio-group.d.ts +0 -0
- /package/dist/example/{index/hook-forms → hook-forms}/rhf-select.d.ts +0 -0
- /package/dist/example/{index/hook-forms → hook-forms}/rhf-slider.d.ts +0 -0
- /package/dist/example/{index/hook-forms → hook-forms}/rhf-switch.d.ts +0 -0
- /package/dist/example/{index/hook-forms → hook-forms}/rhf-text-field.d.ts +0 -0
- /package/dist/example/{index/index.cjs.js → index.cjs.js} +0 -0
- /package/dist/example/{index/index.d.ts → index.d.ts} +0 -0
- /package/dist/example/{index/index.es.js → index.es.js} +0 -0
- /package/dist/{hook-forms/index/example → example}/simple.d.ts +0 -0
- /package/dist/hook-forms/{index/example → example}/index.d.ts +0 -0
- /package/dist/{index → hook-forms}/example/simple.d.ts +0 -0
- /package/dist/hook-forms/{index/hook-forms/form-provider.d.ts → form-provider.d.ts} +0 -0
- /package/dist/{index → hook-forms}/hook-forms/form-provider.d.ts +0 -0
- /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-autocomplete.d.ts +0 -0
- /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-checkbox.d.ts +0 -0
- /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-radio-group.d.ts +0 -0
- /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-select.d.ts +0 -0
- /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-slider.d.ts +0 -0
- /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-switch.d.ts +0 -0
- /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-text-field.d.ts +0 -0
- /package/dist/hook-forms/{index/index.d.ts → index.d.ts} +0 -0
- /package/dist/{index/hook-forms → hook-forms}/rhf-autocomplete.d.ts +0 -0
- /package/dist/{index/hook-forms → hook-forms}/rhf-checkbox.d.ts +0 -0
- /package/dist/{index/hook-forms → hook-forms}/rhf-radio-group.d.ts +0 -0
- /package/dist/{index/hook-forms → hook-forms}/rhf-select.d.ts +0 -0
- /package/dist/{index/hook-forms → hook-forms}/rhf-slider.d.ts +0 -0
- /package/dist/{index/hook-forms → hook-forms}/rhf-switch.d.ts +0 -0
- /package/dist/{index/hook-forms → hook-forms}/rhf-text-field.d.ts +0 -0
- /package/dist/{index/index.d.ts → index.d.ts} +0 -0
- /package/dist/{index → mui}/example/index.d.ts +0 -0