@elevasis/ui 2.25.5 → 2.25.6

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 (61) hide show
  1. package/dist/app/index.css +3 -24
  2. package/dist/app/index.d.ts +63 -56
  3. package/dist/app/index.js +3 -2
  4. package/dist/chunk-5RLYII6P.js +314 -0
  5. package/dist/chunk-6U7AIIHF.js +880 -0
  6. package/dist/{chunk-NHHCUECV.js → chunk-7F3IQMLI.js} +1 -1
  7. package/dist/{chunk-N2AP4I5N.js → chunk-ARJPZ66V.js} +39 -757
  8. package/dist/{chunk-IS53MXE4.js → chunk-BDKM56TP.js} +1 -1
  9. package/dist/{chunk-KINQW4JT.js → chunk-C7IBFI5B.js} +1 -1
  10. package/dist/{chunk-5BJXMZN4.js → chunk-CPAJXBTL.js} +9 -5
  11. package/dist/chunk-HAEJ4M54.js +94 -0
  12. package/dist/{chunk-QNCVK3ZF.js → chunk-JXSBOG2R.js} +1 -1
  13. package/dist/{chunk-3KY2GNPE.js → chunk-KNISO652.js} +1 -1
  14. package/dist/{chunk-VMAWXEVG.js → chunk-L7D6KNHV.js} +457 -290
  15. package/dist/{chunk-JMI7L7Y7.js → chunk-LPM7O6XM.js} +2 -233
  16. package/dist/{chunk-FVKLHLF4.js → chunk-QARSVM7Q.js} +1 -1
  17. package/dist/{chunk-F7JDHS2I.js → chunk-SBQ4MYQV.js} +3 -2
  18. package/dist/{chunk-MU4VPAMR.js → chunk-YRKQNPK2.js} +1 -1
  19. package/dist/components/index.css +3 -24
  20. package/dist/components/index.d.ts +11 -2
  21. package/dist/components/index.js +18 -16
  22. package/dist/components/navigation/index.css +3 -24
  23. package/dist/features/auth/index.css +3 -24
  24. package/dist/features/crm/index.css +3 -24
  25. package/dist/features/crm/index.js +5 -4
  26. package/dist/features/dashboard/index.css +3 -24
  27. package/dist/features/dashboard/index.js +5 -4
  28. package/dist/features/delivery/index.css +3 -24
  29. package/dist/features/delivery/index.js +5 -4
  30. package/dist/features/knowledge/index.js +397 -1
  31. package/dist/features/lead-gen/index.css +3 -24
  32. package/dist/features/lead-gen/index.d.ts +158 -151
  33. package/dist/features/lead-gen/index.js +6 -5
  34. package/dist/features/monitoring/index.css +3 -24
  35. package/dist/features/monitoring/index.js +6 -5
  36. package/dist/features/monitoring/requests/index.css +3 -24
  37. package/dist/features/monitoring/requests/index.js +4 -3
  38. package/dist/features/operations/index.css +3 -24
  39. package/dist/features/operations/index.js +9 -7
  40. package/dist/features/settings/index.css +3 -24
  41. package/dist/features/settings/index.js +5 -4
  42. package/dist/hooks/delivery/index.css +3 -24
  43. package/dist/hooks/index.css +3 -24
  44. package/dist/hooks/index.d.ts +14 -3
  45. package/dist/hooks/index.js +4 -3
  46. package/dist/hooks/published.css +3 -24
  47. package/dist/hooks/published.d.ts +14 -3
  48. package/dist/hooks/published.js +4 -3
  49. package/dist/index.css +3 -24
  50. package/dist/index.d.ts +611 -593
  51. package/dist/index.js +4 -3
  52. package/dist/knowledge/index.d.ts +14 -4
  53. package/dist/knowledge/index.js +20 -119
  54. package/dist/organization/index.css +3 -24
  55. package/dist/provider/index.css +3 -24
  56. package/dist/provider/index.d.ts +346 -339
  57. package/dist/provider/index.js +3 -2
  58. package/dist/provider/published.css +3 -24
  59. package/dist/provider/published.d.ts +346 -339
  60. package/dist/provider/published.js +2 -1
  61. package/package.json +33 -33
@@ -2,10 +2,11 @@ export { FeatureShell } from '../chunk-TAIX4NO3.js';
2
2
  import '../chunk-TKAYX2SP.js';
3
3
  import '../chunk-U36X6NZM.js';
4
4
  import '../chunk-NYBEU5TE.js';
5
- export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-JMI7L7Y7.js';
5
+ export { ElevasisCoreProvider, NotificationProvider, useNotificationAdapter } from '../chunk-LPM7O6XM.js';
6
6
  import '../chunk-SZHARWKU.js';
7
7
  export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-V3HUIZJX.js';
8
8
  import '../chunk-3KMDHCAR.js';
9
+ import '../chunk-5RLYII6P.js';
9
10
  import '../chunk-T6INEVX6.js';
10
11
  import '../chunk-2IFYDILW.js';
11
12
  import '../chunk-Q7DJKLEN.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/ui",
3
- "version": "2.25.5",
3
+ "version": "2.25.6",
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",
@@ -11,38 +11,6 @@
11
11
  "dist",
12
12
  "src/**/README.md"
13
13
  ],
14
- "devDependencies": {
15
- "@mantine/charts": "8.2.7",
16
- "@mantine/notifications": "8.2.7",
17
- "@mantine/tiptap": "8.2.7",
18
- "@tiptap/extension-link": "^2.11.7",
19
- "@tiptap/extension-placeholder": "^2.11.7",
20
- "@tiptap/react": "^2.11.7",
21
- "@tiptap/starter-kit": "^2.11.7",
22
- "@mdx-js/mdx": "^3.1.1",
23
- "@types/react": "^19.2.2",
24
- "@types/react-dom": "^19.1.9",
25
- "cytoscape": "^3.33.1",
26
- "globals": "^16.3.0",
27
- "recharts": "^3.2.1",
28
- "rollup": "^4.59.0",
29
- "rollup-plugin-dts": "^6.3.0",
30
- "tsup": "^8.0.0",
31
- "typescript": "5.9.2",
32
- "vite": "^7.0.0",
33
- "@testing-library/react": "^16.3.0",
34
- "@testing-library/jest-dom": "^6.9.1",
35
- "msw": "^2.11.0",
36
- "vitest": "^3.2.4",
37
- "@repo/core": "0.15.1",
38
- "@repo/typescript-config": "0.0.0",
39
- "@repo/eslint-config": "0.0.0"
40
- },
41
- "dependencies": {
42
- "@dagrejs/dagre": "^1.1.4",
43
- "@microsoft/fetch-event-source": "^2.0.1",
44
- "react-json-pretty": "^2.2.0"
45
- },
46
14
  "exports": {
47
15
  "./provider": {
48
16
  "types": "./dist/provider/published.d.ts",
@@ -246,6 +214,38 @@
246
214
  "@testing-library/jest-dom": "^6.9.1",
247
215
  "msw": "^2.11.0"
248
216
  },
217
+ "devDependencies": {
218
+ "@mantine/charts": "8.2.7",
219
+ "@mantine/notifications": "8.2.7",
220
+ "@mantine/tiptap": "8.2.7",
221
+ "@tiptap/extension-link": "^2.11.7",
222
+ "@tiptap/extension-placeholder": "^2.11.7",
223
+ "@tiptap/react": "^2.11.7",
224
+ "@tiptap/starter-kit": "^2.11.7",
225
+ "@mdx-js/mdx": "^3.1.1",
226
+ "@types/react": "^19.2.2",
227
+ "@types/react-dom": "^19.1.9",
228
+ "cytoscape": "^3.33.1",
229
+ "globals": "^16.3.0",
230
+ "recharts": "^3.2.1",
231
+ "rollup": "^4.59.0",
232
+ "rollup-plugin-dts": "^6.3.0",
233
+ "tsup": "^8.0.0",
234
+ "typescript": "5.9.2",
235
+ "vite": "^7.0.0",
236
+ "@testing-library/react": "^16.3.0",
237
+ "@testing-library/jest-dom": "^6.9.1",
238
+ "msw": "^2.11.0",
239
+ "vitest": "^3.2.4",
240
+ "@repo/core": "0.15.1",
241
+ "@repo/typescript-config": "0.0.0",
242
+ "@repo/eslint-config": "0.0.0"
243
+ },
244
+ "dependencies": {
245
+ "@dagrejs/dagre": "^1.1.4",
246
+ "@microsoft/fetch-event-source": "^2.0.1",
247
+ "react-json-pretty": "^2.2.0"
248
+ },
249
249
  "peerDependenciesMeta": {
250
250
  "@mantine/core": {
251
251
  "optional": true