@elevasis/ui 2.42.0 → 2.44.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/dist/api/index.js +3 -3
  2. package/dist/app/index.d.ts +69 -2
  3. package/dist/app/index.js +3 -3
  4. package/dist/auth/index.js +3 -3
  5. package/dist/charts/index.js +3 -3
  6. package/dist/{chunk-3MTAHV5M.js → chunk-B75DHNNJ.js} +226 -74
  7. package/dist/{chunk-MA7YCY7C.js → chunk-NVVAQNKE.js} +1 -1
  8. package/dist/{chunk-EDVZ3AHA.js → chunk-UECAFQKT.js} +1 -1
  9. package/dist/{chunk-YEGMSADG.js → chunk-XDEUR36B.js} +14 -2
  10. package/dist/components/index.d.ts +3 -0
  11. package/dist/components/index.js +3 -3
  12. package/dist/components/navigation/index.js +3 -3
  13. package/dist/features/auth/index.d.ts +3 -0
  14. package/dist/features/auth/index.js +4 -4
  15. package/dist/features/clients/index.d.ts +6 -3
  16. package/dist/features/clients/index.js +80 -19
  17. package/dist/features/crm/index.d.ts +3 -0
  18. package/dist/features/crm/index.js +3 -3
  19. package/dist/features/dashboard/index.js +3 -3
  20. package/dist/features/delivery/index.d.ts +3 -0
  21. package/dist/features/delivery/index.js +3 -3
  22. package/dist/features/knowledge/index.js +3 -3
  23. package/dist/features/lead-gen/index.d.ts +72 -3
  24. package/dist/features/lead-gen/index.js +3 -3
  25. package/dist/features/monitoring/index.js +3 -3
  26. package/dist/features/monitoring/requests/index.js +4 -4
  27. package/dist/features/operations/index.d.ts +66 -2
  28. package/dist/features/operations/index.js +3 -3
  29. package/dist/features/settings/index.d.ts +3 -0
  30. package/dist/features/settings/index.js +3 -3
  31. package/dist/hooks/access/index.js +3 -3
  32. package/dist/hooks/delivery/index.d.ts +3 -0
  33. package/dist/hooks/delivery/index.js +3 -3
  34. package/dist/hooks/index.d.ts +33 -18
  35. package/dist/hooks/index.js +3 -3
  36. package/dist/hooks/published.d.ts +33 -18
  37. package/dist/hooks/published.js +3 -3
  38. package/dist/index.d.ts +99 -20
  39. package/dist/index.js +4 -4
  40. package/dist/initialization/index.d.ts +3 -0
  41. package/dist/knowledge/index.d.ts +96 -7
  42. package/dist/knowledge/index.js +68 -8
  43. package/dist/layout/index.js +3 -3
  44. package/dist/organization/index.js +3 -3
  45. package/dist/profile/index.d.ts +3 -0
  46. package/dist/provider/index.d.ts +69 -2
  47. package/dist/provider/index.js +3 -3
  48. package/dist/provider/published.d.ts +69 -2
  49. package/dist/provider/published.js +3 -3
  50. package/dist/supabase/index.d.ts +6 -0
  51. package/dist/test-utils/index.js +3 -3
  52. package/dist/types/index.d.ts +3 -0
  53. package/dist/utils/index.js +1 -1
  54. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/ui",
3
- "version": "2.42.0",
3
+ "version": "2.44.0",
4
4
  "description": "UI components and platform-aware hooks for building custom frontends on the Elevasis platform",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -269,10 +269,10 @@
269
269
  "typescript": "5.9.2",
270
270
  "vite": "^7.0.0",
271
271
  "vitest": "^3.2.4",
272
- "@elevasis/sdk": "1.30.1",
273
- "@repo/core": "0.39.0",
274
- "@repo/elevasis-core": "1.0.0",
272
+ "@elevasis/sdk": "1.32.0",
275
273
  "@repo/typescript-config": "0.0.0",
274
+ "@repo/core": "0.41.0",
275
+ "@repo/elevasis-core": "1.0.0",
276
276
  "@repo/eslint-config": "0.0.0"
277
277
  },
278
278
  "dependencies": {