semaphor 0.0.129 → 0.0.130

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 (33) hide show
  1. package/dist/chunks/dashboard-controls-BMLlOkS9.js +1539 -0
  2. package/dist/chunks/dashboard-controls-BdQcYRkf.js +26 -0
  3. package/dist/chunks/dashboard-export-dialog-BpNaUA5x.js +6 -0
  4. package/dist/chunks/dashboard-export-dialog-CbMcLZvW.js +602 -0
  5. package/dist/chunks/dashboard-json-DD-d9gYu.js +66 -0
  6. package/dist/chunks/dashboard-json-DgQozDAv.js +1 -0
  7. package/dist/chunks/edit-dashboard-visual-CR3NqJ7m.js +200 -0
  8. package/dist/chunks/edit-dashboard-visual-CRMhXxdG.js +15517 -0
  9. package/dist/chunks/editor-action-buttons-CNQtSzD5.js +270 -0
  10. package/dist/chunks/editor-action-buttons-DYrSZQhJ.js +6 -0
  11. package/dist/chunks/index-CReqnEJI.js +1081 -0
  12. package/dist/chunks/{index-CE57mw6l.js → index-QdSI9E0a.js} +82751 -68873
  13. package/dist/chunks/resource-management-panel-CBXn6QHi.js +895 -0
  14. package/dist/chunks/resource-management-panel-CXSx9QhW.js +6 -0
  15. package/dist/chunks/use-click-outside-B9T3lmcw.js +1 -0
  16. package/dist/chunks/use-click-outside-CMeO_QFI.js +16 -0
  17. package/dist/chunks/use-visual-utils-BDuNB0Iz.js +1 -0
  18. package/dist/chunks/use-visual-utils-BnCl386t.js +331 -0
  19. package/dist/dashboard/index.cjs +1 -1
  20. package/dist/dashboard/index.js +1 -1
  21. package/dist/index.cjs +2 -2
  22. package/dist/index.js +138 -161
  23. package/dist/style.css +1 -1
  24. package/dist/surfboard/index.cjs +1 -1
  25. package/dist/surfboard/index.js +4 -4
  26. package/dist/types/dashboard.d.ts +500 -16
  27. package/dist/types/main.d.ts +882 -82
  28. package/dist/types/surfboard.d.ts +500 -16
  29. package/dist/types/types.d.ts +500 -16
  30. package/package.json +11 -7
  31. package/dist/chunks/dashboard-plus-BZ8k_sGe.js +0 -280
  32. package/dist/chunks/dashboard-plus-qMRXHdYf.js +0 -20761
  33. package/dist/chunks/index-Bo0bvCRT.js +0 -975
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.129",
8
+ "version": "0.0.130",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",
@@ -23,19 +23,19 @@
23
23
  "types": "dist/types/main.d.ts",
24
24
  "exports": {
25
25
  ".": {
26
+ "types": "./dist/types/main.d.ts",
26
27
  "import": "./dist/index.js",
27
- "require": "./dist/index.cjs",
28
- "types": "./dist/types/main.d.ts"
28
+ "require": "./dist/index.cjs"
29
29
  },
30
30
  "./dashboard": {
31
+ "types": "./dist/types/dashboard.d.ts",
31
32
  "import": "./dist/dashboard/index.js",
32
- "require": "./dist/dashboard/index.cjs",
33
- "types": "./dist/types/dashboard.d.ts"
33
+ "require": "./dist/dashboard/index.cjs"
34
34
  },
35
35
  "./surfboard": {
36
+ "types": "./dist/types/surfboard.d.ts",
36
37
  "import": "./dist/surfboard/index.js",
37
- "require": "./dist/surfboard/index.cjs",
38
- "types": "./dist/types/surfboard.d.ts"
38
+ "require": "./dist/surfboard/index.cjs"
39
39
  },
40
40
  "./style.css": "./dist/style.css"
41
41
  },
@@ -73,16 +73,20 @@
73
73
  "@tailwindcss/container-queries": "^0.1.1",
74
74
  "@tanstack/react-query": "^5.62.15",
75
75
  "@tanstack/react-table": "^8.11.7",
76
+ "@tanstack/react-virtual": "^3.13.12",
76
77
  "ai": "^5.0.7",
77
78
  "chart.js": "^4.4.1",
78
79
  "chartjs-chart-funnel": "^4.2.4",
79
80
  "chartjs-chart-geo": "^4.3.4",
81
+ "chartjs-chart-matrix": "^3.0.0",
82
+ "chartjs-chart-treemap": "^3.1.0",
80
83
  "chartjs-plugin-datalabels": "^2.2.0",
81
84
  "class-variance-authority": "^0.7.0",
82
85
  "clsx": "^2.0.0",
83
86
  "cmdk": "^1.1.1",
84
87
  "date-fns": "^3.6.0",
85
88
  "date-fns-tz": "^3.2.0",
89
+ "fast-deep-equal": "^3.1.3",
86
90
  "immer": "^10.0.3",
87
91
  "jwt-decode": "^4.0.0",
88
92
  "lodash.merge": "^4.6.2",