@donotdev/core 0.0.45 → 0.1.0

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 (54) hide show
  1. package/LICENSE.md +3 -3
  2. package/empty.cjs +2 -2
  3. package/empty.js +5 -2
  4. package/functions/index.d.ts +11 -11
  5. package/functions/index.js +7 -7
  6. package/index.d.ts +1125 -841
  7. package/index.js +37 -37
  8. package/next/index.d.ts +51 -18
  9. package/next/index.js +69 -59
  10. package/package.json +2 -2
  11. package/server.d.ts +718 -590
  12. package/server.js +1 -1
  13. package/vite/index.d.ts +57 -24
  14. package/vite/index.js +92 -76
  15. package/i18n/locales/lazy/entityFormTemplate_ar.json +0 -85
  16. package/i18n/locales/lazy/entityFormTemplate_da.json +0 -85
  17. package/i18n/locales/lazy/entityFormTemplate_de.json +0 -85
  18. package/i18n/locales/lazy/entityFormTemplate_en.json +0 -85
  19. package/i18n/locales/lazy/entityFormTemplate_es.json +0 -85
  20. package/i18n/locales/lazy/entityFormTemplate_fr.json +0 -85
  21. package/i18n/locales/lazy/entityFormTemplate_it.json +0 -85
  22. package/i18n/locales/lazy/entityFormTemplate_ja.json +0 -85
  23. package/i18n/locales/lazy/entityFormTemplate_ko.json +0 -85
  24. package/i18n/locales/lazy/entityFormTemplate_nl.json +0 -85
  25. package/i18n/locales/lazy/loginTemplate_ar.json +0 -26
  26. package/i18n/locales/lazy/loginTemplate_da.json +0 -21
  27. package/i18n/locales/lazy/loginTemplate_de.json +0 -26
  28. package/i18n/locales/lazy/loginTemplate_en.json +0 -26
  29. package/i18n/locales/lazy/loginTemplate_es.json +0 -26
  30. package/i18n/locales/lazy/loginTemplate_fr.json +0 -26
  31. package/i18n/locales/lazy/loginTemplate_it.json +0 -26
  32. package/i18n/locales/lazy/loginTemplate_ja.json +0 -26
  33. package/i18n/locales/lazy/loginTemplate_ko.json +0 -26
  34. package/i18n/locales/lazy/loginTemplate_nl.json +0 -21
  35. package/i18n/locales/lazy/profileDBTemplate_ar.json +0 -73
  36. package/i18n/locales/lazy/profileDBTemplate_da.json +0 -73
  37. package/i18n/locales/lazy/profileDBTemplate_de.json +0 -73
  38. package/i18n/locales/lazy/profileDBTemplate_en.json +0 -73
  39. package/i18n/locales/lazy/profileDBTemplate_es.json +0 -73
  40. package/i18n/locales/lazy/profileDBTemplate_fr.json +0 -73
  41. package/i18n/locales/lazy/profileDBTemplate_it.json +0 -73
  42. package/i18n/locales/lazy/profileDBTemplate_ja.json +0 -73
  43. package/i18n/locales/lazy/profileDBTemplate_ko.json +0 -73
  44. package/i18n/locales/lazy/profileDBTemplate_nl.json +0 -73
  45. package/i18n/locales/lazy/profileTemplate_ar.json +0 -85
  46. package/i18n/locales/lazy/profileTemplate_da.json +0 -85
  47. package/i18n/locales/lazy/profileTemplate_de.json +0 -85
  48. package/i18n/locales/lazy/profileTemplate_en.json +0 -85
  49. package/i18n/locales/lazy/profileTemplate_es.json +0 -85
  50. package/i18n/locales/lazy/profileTemplate_fr.json +0 -85
  51. package/i18n/locales/lazy/profileTemplate_it.json +0 -85
  52. package/i18n/locales/lazy/profileTemplate_ja.json +0 -85
  53. package/i18n/locales/lazy/profileTemplate_ko.json +0 -85
  54. package/i18n/locales/lazy/profileTemplate_nl.json +0 -85
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donotdev/core",
3
- "version": "0.0.45",
3
+ "version": "0.1.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -52,7 +52,7 @@
52
52
  ],
53
53
  "sideEffects": false,
54
54
  "peerDependencies": {
55
- "@donotdev/components": "^0.0.32",
55
+ "@donotdev/components": "^0.1.0",
56
56
  "lucide-react": "^0.575.0",
57
57
  "react": "^19.2.4",
58
58
  "react-dom": "^19.2.4",