@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.
Files changed (72) hide show
  1. package/dist/{hook-forms/index → example}/hook-forms/index.d.ts +2 -0
  2. package/dist/example/index.cjs.js.map +1 -0
  3. package/dist/example/index.es.js.map +1 -0
  4. package/dist/example/mui/index.d.ts +1 -0
  5. package/dist/{index → hook-forms}/hook-forms/index.d.ts +2 -0
  6. package/dist/hook-forms/{index/index.cjs.js → index.cjs.js} +2780 -21
  7. package/dist/hook-forms/index.cjs.js.map +1 -0
  8. package/dist/hook-forms/{index/index.es.js → index.es.js} +2779 -22
  9. package/dist/hook-forms/index.es.js.map +1 -0
  10. package/dist/hook-forms/mui/index.d.ts +1 -0
  11. package/dist/{index/index.cjs.js → index.cjs.js} +2780 -21
  12. package/dist/index.cjs.js.map +1 -0
  13. package/dist/{index/index.es.js → index.es.js} +2779 -22
  14. package/dist/index.es.js.map +1 -0
  15. package/dist/mui/example/simple.d.ts +4 -0
  16. package/dist/mui/hook-forms/form-provider.d.ts +8 -0
  17. package/dist/{example/index → mui}/hook-forms/index.d.ts +2 -0
  18. package/dist/mui/hook-forms/rhf-autocomplete.d.ts +11 -0
  19. package/dist/mui/hook-forms/rhf-checkbox.d.ts +19 -0
  20. package/dist/mui/hook-forms/rhf-radio-group.d.ts +13 -0
  21. package/dist/mui/hook-forms/rhf-select.d.ts +11 -0
  22. package/dist/mui/hook-forms/rhf-slider.d.ts +7 -0
  23. package/dist/mui/hook-forms/rhf-switch.d.ts +7 -0
  24. package/dist/mui/hook-forms/rhf-text-field.d.ts +6 -0
  25. package/dist/mui/index.cjs.js +54943 -0
  26. package/dist/mui/index.cjs.js.map +1 -0
  27. package/dist/mui/index.d.ts +2 -0
  28. package/dist/mui/index.es.js +54463 -0
  29. package/dist/mui/index.es.js.map +1 -0
  30. package/dist/mui/mui/index.d.ts +1 -0
  31. package/package.json +26 -2
  32. package/dist/example/index/index.cjs.js.map +0 -1
  33. package/dist/example/index/index.es.js.map +0 -1
  34. package/dist/hook-forms/index/index.cjs.js.map +0 -1
  35. package/dist/hook-forms/index/index.es.js.map +0 -1
  36. package/dist/index/index.cjs.js.map +0 -1
  37. package/dist/index/index.es.js.map +0 -1
  38. /package/dist/example/{index/example → example}/index.d.ts +0 -0
  39. /package/dist/example/{index/example → example}/simple.d.ts +0 -0
  40. /package/dist/example/{index/hook-forms → hook-forms}/form-provider.d.ts +0 -0
  41. /package/dist/example/{index/hook-forms → hook-forms}/rhf-autocomplete.d.ts +0 -0
  42. /package/dist/example/{index/hook-forms → hook-forms}/rhf-checkbox.d.ts +0 -0
  43. /package/dist/example/{index/hook-forms → hook-forms}/rhf-radio-group.d.ts +0 -0
  44. /package/dist/example/{index/hook-forms → hook-forms}/rhf-select.d.ts +0 -0
  45. /package/dist/example/{index/hook-forms → hook-forms}/rhf-slider.d.ts +0 -0
  46. /package/dist/example/{index/hook-forms → hook-forms}/rhf-switch.d.ts +0 -0
  47. /package/dist/example/{index/hook-forms → hook-forms}/rhf-text-field.d.ts +0 -0
  48. /package/dist/example/{index/index.cjs.js → index.cjs.js} +0 -0
  49. /package/dist/example/{index/index.d.ts → index.d.ts} +0 -0
  50. /package/dist/example/{index/index.es.js → index.es.js} +0 -0
  51. /package/dist/{hook-forms/index/example → example}/simple.d.ts +0 -0
  52. /package/dist/hook-forms/{index/example → example}/index.d.ts +0 -0
  53. /package/dist/{index → hook-forms}/example/simple.d.ts +0 -0
  54. /package/dist/hook-forms/{index/hook-forms/form-provider.d.ts → form-provider.d.ts} +0 -0
  55. /package/dist/{index → hook-forms}/hook-forms/form-provider.d.ts +0 -0
  56. /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-autocomplete.d.ts +0 -0
  57. /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-checkbox.d.ts +0 -0
  58. /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-radio-group.d.ts +0 -0
  59. /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-select.d.ts +0 -0
  60. /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-slider.d.ts +0 -0
  61. /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-switch.d.ts +0 -0
  62. /package/dist/hook-forms/{index/hook-forms → hook-forms}/rhf-text-field.d.ts +0 -0
  63. /package/dist/hook-forms/{index/index.d.ts → index.d.ts} +0 -0
  64. /package/dist/{index/hook-forms → hook-forms}/rhf-autocomplete.d.ts +0 -0
  65. /package/dist/{index/hook-forms → hook-forms}/rhf-checkbox.d.ts +0 -0
  66. /package/dist/{index/hook-forms → hook-forms}/rhf-radio-group.d.ts +0 -0
  67. /package/dist/{index/hook-forms → hook-forms}/rhf-select.d.ts +0 -0
  68. /package/dist/{index/hook-forms → hook-forms}/rhf-slider.d.ts +0 -0
  69. /package/dist/{index/hook-forms → hook-forms}/rhf-switch.d.ts +0 -0
  70. /package/dist/{index/hook-forms → hook-forms}/rhf-text-field.d.ts +0 -0
  71. /package/dist/{index/index.d.ts → index.d.ts} +0 -0
  72. /package/dist/{index → mui}/example/index.d.ts +0 -0
@@ -0,0 +1,2 @@
1
+ export * from "./example";
2
+ export * from "./hook-forms";