@queuedash/ui 2.1.1 → 3.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/dist/main.js +56 -64
  2. package/dist/main.mjs +15983 -14247
  3. package/dist/src/App.d.ts +1 -2
  4. package/dist/src/App.d.ts.map +1 -0
  5. package/dist/src/components/ActionMenu.d.ts +1 -2
  6. package/dist/src/components/ActionMenu.d.ts.map +1 -0
  7. package/dist/src/components/AddJobModal.d.ts +1 -2
  8. package/dist/src/components/AddJobModal.d.ts.map +1 -0
  9. package/dist/src/components/Alert.d.ts +1 -1
  10. package/dist/src/components/Alert.d.ts.map +1 -0
  11. package/dist/src/components/Button.d.ts +1 -1
  12. package/dist/src/components/Button.d.ts.map +1 -0
  13. package/dist/src/components/Checkbox.d.ts +1 -2
  14. package/dist/src/components/Checkbox.d.ts.map +1 -0
  15. package/dist/src/components/ErrorCard.d.ts +1 -2
  16. package/dist/src/components/ErrorCard.d.ts.map +1 -0
  17. package/dist/src/components/JobActionMenu.d.ts +1 -2
  18. package/dist/src/components/JobActionMenu.d.ts.map +1 -0
  19. package/dist/src/components/JobModal.d.ts +1 -2
  20. package/dist/src/components/JobModal.d.ts.map +1 -0
  21. package/dist/src/components/JobOptionTag.d.ts +1 -2
  22. package/dist/src/components/JobOptionTag.d.ts.map +1 -0
  23. package/dist/src/components/JobTable.d.ts +1 -2
  24. package/dist/src/components/JobTable.d.ts.map +1 -0
  25. package/dist/src/components/JobTableRow.d.ts +1 -1
  26. package/dist/src/components/JobTableRow.d.ts.map +1 -0
  27. package/dist/src/components/JobTableSkeleton.d.ts +1 -2
  28. package/dist/src/components/JobTableSkeleton.d.ts.map +1 -0
  29. package/dist/src/components/Layout.d.ts.map +1 -0
  30. package/dist/src/components/QueueActionMenu.d.ts +1 -2
  31. package/dist/src/components/QueueActionMenu.d.ts.map +1 -0
  32. package/dist/src/components/QueueStatusTabs.d.ts +1 -2
  33. package/dist/src/components/QueueStatusTabs.d.ts.map +1 -0
  34. package/dist/src/components/Skeleton.d.ts +1 -2
  35. package/dist/src/components/Skeleton.d.ts.map +1 -0
  36. package/dist/src/components/ThemeSwitcher.d.ts +1 -2
  37. package/dist/src/components/ThemeSwitcher.d.ts.map +1 -0
  38. package/dist/src/components/Toast.d.ts +1 -2
  39. package/dist/src/components/Toast.d.ts.map +1 -0
  40. package/dist/src/components/Tooltip.d.ts +1 -1
  41. package/dist/src/components/Tooltip.d.ts.map +1 -0
  42. package/dist/src/main.d.ts.map +1 -0
  43. package/dist/src/pages/HomePage.d.ts +1 -2
  44. package/dist/src/pages/HomePage.d.ts.map +1 -0
  45. package/dist/src/pages/QueuePage.d.ts +2 -2
  46. package/dist/src/pages/QueuePage.d.ts.map +1 -0
  47. package/dist/src/utils/config.d.ts.map +1 -0
  48. package/dist/src/utils/trpc.d.ts +483 -828
  49. package/dist/src/utils/trpc.d.ts.map +1 -0
  50. package/dist/styles.css +317 -310
  51. package/dist/tsconfig.tsbuildinfo +1 -1
  52. package/dist/vite.config.d.ts +1 -1
  53. package/dist/vite.config.d.ts.map +1 -0
  54. package/package.json +45 -45
@@ -1,3 +1,3 @@
1
- declare const _default: import("vite").UserConfigExport;
1
+ declare const _default: import("vite").UserConfig;
2
2
  export default _default;
3
3
  //# sourceMappingURL=vite.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../vite.config.ts"],"names":[],"mappings":";AAMA,wBA4BG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@queuedash/ui",
3
- "version": "2.1.1",
3
+ "version": "3.1.0",
4
4
  "description": "A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue",
5
5
  "main": "./dist/main.js",
6
6
  "module": "./dist/main.mjs",
@@ -16,54 +16,54 @@
16
16
  "dashboard"
17
17
  ],
18
18
  "dependencies": {
19
- "@monaco-editor/react": "^4.4.6",
20
- "@queuedash/api": "^2.1.1",
21
- "@radix-ui/react-alert-dialog": "^1.0.2",
22
- "@radix-ui/react-checkbox": "^1.0.2",
23
- "@radix-ui/react-dialog": "^1.0.2",
24
- "@radix-ui/react-dropdown-menu": "^2.0.3",
25
- "@radix-ui/react-icons": "^1.2.0",
26
- "@radix-ui/react-progress": "^1.0.1",
27
- "@radix-ui/react-toast": "^1.1.2",
28
- "@radix-ui/react-toggle-group": "^1.0.2",
29
- "@radix-ui/react-tooltip": "^1.0.4",
30
- "@tanstack/react-query": "^4.24.10",
31
- "@tanstack/react-table": "^8.7.9",
32
- "@trpc/client": "^10.14.0",
33
- "@trpc/react-query": "^10.14.0",
34
- "@trpc/server": "^10.14.0",
35
- "clsx": "^1.2.1",
36
- "date-fns": "^2.29.3",
37
- "monaco-editor": "^0.35.0",
38
- "react-intersection-observer": "^9.4.3",
39
- "react-json-tree": "^0.17.0",
40
- "react-router-dom": "^6.8.2",
41
- "zod": "^3.20.6"
19
+ "@monaco-editor/react": "^4.6.0",
20
+ "@radix-ui/react-alert-dialog": "^1.1.2",
21
+ "@radix-ui/react-checkbox": "^1.1.2",
22
+ "@radix-ui/react-dialog": "^1.1.2",
23
+ "@radix-ui/react-dropdown-menu": "^2.1.2",
24
+ "@radix-ui/react-icons": "^1.3.2",
25
+ "@radix-ui/react-progress": "^1.1.0",
26
+ "@radix-ui/react-toast": "^1.2.2",
27
+ "@radix-ui/react-toggle-group": "^1.1.0",
28
+ "@radix-ui/react-tooltip": "^1.1.4",
29
+ "@tanstack/react-query": "^5.62.3",
30
+ "@tanstack/react-table": "^8.20.5",
31
+ "@trpc/client": "^11.0.0-rc.660",
32
+ "@trpc/react-query": "^11.0.0-rc.660",
33
+ "@trpc/server": "^11.0.0-rc.660",
34
+ "clsx": "^2.1.1",
35
+ "date-fns": "^4.1.0",
36
+ "monaco-editor": "^0.52.0",
37
+ "react-intersection-observer": "^9.13.1",
38
+ "react-json-tree": "^0.19.0",
39
+ "react-router-dom": "^7.0.2",
40
+ "zod": "^3.23.8",
41
+ "@queuedash/api": "3.1.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@rollup/plugin-typescript": "^10.0.1",
45
- "@types/react": "^18.0.28",
46
- "@types/react-dom": "^18.0.11",
47
- "@typescript-eslint/eslint-plugin": "^5.54.0",
48
- "@typescript-eslint/parser": "^5.54.0",
49
- "@vitejs/plugin-react": "^3.1.0",
50
- "autoprefixer": "^10.4.13",
51
- "eslint": "^8.35.0",
52
- "eslint-config-prettier": "^8.6.0",
53
- "eslint-plugin-tailwindcss": "^3.10.1",
54
- "postcss": "^8.4.21",
55
- "prettier": "^2.8.4",
56
- "react": "^18.2.0",
57
- "react-dom": "^18.2.0",
58
- "rollup-plugin-typescript-paths": "^1.4.0",
59
- "tailwindcss": "^3.2.7",
60
- "tailwindcss-radix": "^2.8.0",
61
- "typescript": "^5.2.0",
62
- "vite": "^4.1.4"
44
+ "@rollup/plugin-typescript": "^12.1.1",
45
+ "@types/react": "^19.0.1",
46
+ "@types/react-dom": "^19.0.1",
47
+ "@typescript-eslint/eslint-plugin": "^8.17.0",
48
+ "@typescript-eslint/parser": "^8.17.0",
49
+ "@vitejs/plugin-react": "^4.3.4",
50
+ "autoprefixer": "^10.4.20",
51
+ "eslint": "^9.16.0",
52
+ "eslint-config-prettier": "^9.1.0",
53
+ "eslint-plugin-tailwindcss": "^3.17.5",
54
+ "postcss": "^8.4.49",
55
+ "prettier": "^3.4.2",
56
+ "react": "^19.0.0",
57
+ "react-dom": "^19.0.0",
58
+ "rollup-plugin-typescript-paths": "^1.5.0",
59
+ "tailwindcss": "^3.4.16",
60
+ "tailwindcss-radix": "^3.0.5",
61
+ "typescript": "^5.7.2",
62
+ "vite": "^5.4.11"
63
63
  },
64
64
  "peerDependencies": {
65
- "react": "^18.2.0",
66
- "react-dom": "^18.2.0"
65
+ "react": ">=18.0.0 <20.0.0",
66
+ "react-dom": ">=18.0.0 <20.0.0"
67
67
  },
68
68
  "license": "MIT",
69
69
  "scripts": {