@deenruv/admin-dashboard 1.0.16 → 1.0.17-dev.5

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 (48) hide show
  1. package/dist/DeenruvAdminPanel.js +4 -4
  2. package/dist/components/GlobalSearch.js +5 -5
  3. package/dist/components/Menu/ActiveAdmins.js +1 -1
  4. package/dist/components/Menu/ChannelSwitcher.js +1 -1
  5. package/dist/components/Menu/LanguagesDropdown.js +1 -1
  6. package/dist/components/Menu/Navigation.js +4 -4
  7. package/dist/components/Menu/NavigationFooter.js +2 -2
  8. package/dist/components/Menu/Notifications.js +1 -1
  9. package/dist/components/Menu/index.js +12 -14
  10. package/dist/index.css +54 -44
  11. package/dist/locales/en/collections.json +7 -0
  12. package/dist/locales/en/common.json +1 -0
  13. package/dist/locales/en/orders.json +8 -0
  14. package/dist/locales/en/products.json +14 -2
  15. package/dist/locales/en/promotions.json +4 -0
  16. package/dist/locales/pl/collections.json +7 -0
  17. package/dist/locales/pl/common.json +1 -0
  18. package/dist/locales/pl/orders.json +8 -0
  19. package/dist/locales/pl/products.json +14 -2
  20. package/dist/locales/pl/promotions.json +4 -0
  21. package/dist/pages/Root.js +1 -1
  22. package/dist/pages/collections/Detail.js +20 -5
  23. package/dist/pages/collections/_components/CollectionDetailView.js +15 -2
  24. package/dist/pages/collections/_components/FiltersCard.js +51 -11
  25. package/dist/pages/customers/_components/PersonalDataCard.js +2 -1
  26. package/dist/pages/extensions/Extensions.js +3 -7
  27. package/dist/pages/orders/Detail.js +38 -5
  28. package/dist/pages/orders/List.js +1 -16
  29. package/dist/pages/orders/_components/CancelAndRefundDialog.js +1 -2
  30. package/dist/pages/orders/_components/OrderLineCustomFields.js +1 -1
  31. package/dist/pages/orders/_components/ProductsTable.js +1 -2
  32. package/dist/pages/orders/_components/RefundPaymentCard.js +1 -2
  33. package/dist/pages/products/Detail.js +58 -4
  34. package/dist/pages/products/_components/AssetsCard.js +15 -2
  35. package/dist/pages/products/_components/OptionsCard.js +7 -5
  36. package/dist/pages/products/_components/PriceCard.js +21 -8
  37. package/dist/pages/products/_components/ProductDetailView.js +7 -3
  38. package/dist/pages/products/_components/Variant.js +40 -19
  39. package/dist/pages/products/_components/VariantsTab.js +1 -1
  40. package/dist/pages/promotions/Detail.js +34 -3
  41. package/dist/pages/promotions/_components/EnabledCard.js +2 -2
  42. package/dist/pages/promotions/_components/PromotionDetailSidebar.js +2 -1
  43. package/dist/pages/roles/_components/PermissionsTable.js +0 -1
  44. package/dist/pages/shipping-methods/Detail.js +9 -5
  45. package/dist/pages/shipping-methods/_components/CalculatorCard.js +27 -11
  46. package/dist/pages/shipping-methods/_components/CheckerCard.js +28 -12
  47. package/dist/version.js +1 -1
  48. package/package.json +68 -68
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deenruv/admin-dashboard",
3
- "version": "1.0.16",
3
+ "version": "1.0.17-dev.5",
4
4
  "main": "dist/index.js",
5
5
  "style": "dist/index.css",
6
6
  "types": "dist/index.d.ts",
@@ -13,96 +13,96 @@
13
13
  "@dnd-kit/modifiers": "^9.0.0",
14
14
  "@dnd-kit/sortable": "^10.0.0",
15
15
  "@dnd-kit/utilities": "^3.2.2",
16
- "@hookform/resolvers": "^5.2.2",
17
- "@radix-ui/react-accordion": "^1.2.12",
18
- "@radix-ui/react-alert-dialog": "^1.1.15",
19
- "@radix-ui/react-aspect-ratio": "^1.1.8",
20
- "@radix-ui/react-checkbox": "^1.3.3",
21
- "@radix-ui/react-dialog": "^1.1.15",
22
- "@radix-ui/react-dropdown-menu": "^2.1.16",
23
- "@radix-ui/react-hover-card": "^1.1.15",
16
+ "@hookform/resolvers": "^5.4.0",
17
+ "@radix-ui/react-accordion": "^1.2.14",
18
+ "@radix-ui/react-alert-dialog": "^1.1.17",
19
+ "@radix-ui/react-aspect-ratio": "^1.1.10",
20
+ "@radix-ui/react-checkbox": "^1.3.5",
21
+ "@radix-ui/react-dialog": "^1.1.17",
22
+ "@radix-ui/react-dropdown-menu": "^2.1.18",
23
+ "@radix-ui/react-hover-card": "^1.1.17",
24
24
  "@radix-ui/react-icons": "^1.3.2",
25
- "@radix-ui/react-label": "^2.1.8",
26
- "@radix-ui/react-popover": "^1.1.15",
27
- "@radix-ui/react-radio-group": "^1.3.8",
28
- "@radix-ui/react-scroll-area": "^1.2.10",
29
- "@radix-ui/react-select": "^2.2.6",
30
- "@radix-ui/react-separator": "^1.1.8",
31
- "@radix-ui/react-slot": "^1.2.4",
32
- "@radix-ui/react-switch": "^1.2.6",
33
- "@radix-ui/react-tabs": "^1.1.13",
34
- "@radix-ui/react-toast": "^1.2.15",
35
- "@radix-ui/react-toggle": "^1.1.10",
36
- "@radix-ui/react-toggle-group": "^1.1.11",
37
- "@radix-ui/react-tooltip": "^1.2.8",
25
+ "@radix-ui/react-label": "^2.1.10",
26
+ "@radix-ui/react-popover": "^1.1.17",
27
+ "@radix-ui/react-radio-group": "^1.4.1",
28
+ "@radix-ui/react-scroll-area": "^1.2.12",
29
+ "@radix-ui/react-select": "^2.3.1",
30
+ "@radix-ui/react-separator": "^1.1.10",
31
+ "@radix-ui/react-slot": "^1.3.0",
32
+ "@radix-ui/react-switch": "^1.3.1",
33
+ "@radix-ui/react-tabs": "^1.1.15",
34
+ "@radix-ui/react-toast": "^1.2.17",
35
+ "@radix-ui/react-toggle": "^1.1.12",
36
+ "@radix-ui/react-toggle-group": "^1.1.13",
37
+ "@radix-ui/react-tooltip": "^1.2.10",
38
38
  "@tanstack/react-table": "^8.21.3",
39
- "@tiptap/extension-document": "^3.19.0",
40
- "@tiptap/extension-heading": "^3.19.0",
41
- "@tiptap/extension-paragraph": "^3.19.0",
42
- "@tiptap/extension-text": "^3.19.0",
43
- "@tiptap/pm": "^3.19.0",
44
- "@tiptap/react": "^3.19.0",
45
- "@tiptap/starter-kit": "^3.19.0",
39
+ "@tiptap/extension-document": "^3.27.1",
40
+ "@tiptap/extension-heading": "^3.27.1",
41
+ "@tiptap/extension-paragraph": "^3.27.1",
42
+ "@tiptap/extension-text": "^3.27.1",
43
+ "@tiptap/pm": "^3.27.1",
44
+ "@tiptap/react": "^3.27.1",
45
+ "@tiptap/starter-kit": "^3.27.1",
46
46
  "class-variance-authority": "^0.7.1",
47
47
  "clsx": "^2.1.1",
48
48
  "cmdk": "^1.1.1",
49
49
  "compression": "^1.8.1",
50
- "date-fns": "^4.1.0",
50
+ "date-fns": "^4.4.0",
51
51
  "express": "^5.2.1",
52
- "framer-motion": "^12.34.0",
53
- "i18next": "^25.8.4",
54
- "i18next-browser-languagedetector": "^8.2.0",
52
+ "framer-motion": "^12.40.0",
53
+ "i18next": "^26.3.1",
54
+ "i18next-browser-languagedetector": "^8.2.1",
55
55
  "localforage": "^1.10.0",
56
- "lucide-react": "^0.563.0",
57
- "match-sorter": "^8.2.0",
56
+ "lucide-react": "^1.21.0",
57
+ "match-sorter": "^8.3.0",
58
58
  "next-themes": "^0.4.6",
59
- "react": "^19.2.4",
59
+ "react": "^19.2.7",
60
60
  "react-color": "^2.19.3",
61
- "react-day-picker": "^9.13.1",
62
- "react-dom": "^19.2.4",
63
- "react-hook-form": "^7.71.1",
64
- "react-i18next": "^16.5.4",
65
- "react-is": "^19.2.4",
66
- "react-resizable-panels": "^3.0.6",
67
- "react-router": "^7.13.0",
68
- "recharts": "^3.7.0",
69
- "rimraf": "^6.1.2",
61
+ "react-day-picker": "^10.0.1",
62
+ "react-dom": "^19.2.7",
63
+ "react-hook-form": "^7.80.0",
64
+ "react-i18next": "^17.0.8",
65
+ "react-is": "^19.2.7",
66
+ "react-resizable-panels": "^4.11.2",
67
+ "react-router": "^8.0.1",
68
+ "recharts": "^3.8.1",
69
+ "rimraf": "^6.1.3",
70
70
  "sirv": "^3.0.2",
71
71
  "socket.io-client": "^4.8.3",
72
72
  "sonner": "^2.0.7",
73
73
  "sort-by": "^1.2.0",
74
- "tailwind-merge": "^3.4.0",
75
- "ts-patch": "^3.3.0",
76
- "typescript-transform-paths": "^3.5.6",
77
- "use-debounce": "^10.1.0",
78
- "uuid": "^13.0.0",
74
+ "tailwind-merge": "^3.6.0",
75
+ "ts-patch": "^4.0.1",
76
+ "typescript-transform-paths": "^4.0.0",
77
+ "use-debounce": "^10.1.1",
78
+ "uuid": "^14.0.1",
79
79
  "vaul": "^1.1.2",
80
80
  "yup": "^1.7.1",
81
- "zod": "^4.3.6",
82
- "zustand": "^5.0.11",
83
- "@deenruv/admin-dashboard": "1.0.16",
84
- "@deenruv/admin-types": "1.0.16",
85
- "@deenruv/deenruv-examples-plugin": "1.0.16",
86
- "@deenruv/react-ui-devkit": "1.0.16"
81
+ "zod": "^4.4.3",
82
+ "zustand": "^5.0.14",
83
+ "@deenruv/admin-dashboard": "1.0.17-dev.5",
84
+ "@deenruv/react-ui-devkit": "1.0.17-dev.5",
85
+ "@deenruv/deenruv-examples-plugin": "1.0.17-dev.5",
86
+ "@deenruv/admin-types": "1.0.17-dev.5"
87
87
  },
88
88
  "devDependencies": {
89
- "@tailwindcss/typography": "^0.5.19",
89
+ "@tailwindcss/typography": "^0.5.20",
90
90
  "@types/express": "^5.0.6",
91
- "@types/react": "^19.2.13",
91
+ "@types/react": "^19.2.17",
92
92
  "@types/react-color": "^3.0.13",
93
93
  "@types/react-dom": "^19.2.3",
94
94
  "@types/uuid": "^11.0.0",
95
- "@vitejs/plugin-react-swc": "^4.2.3",
96
- "eslint": "^9.30.1",
97
- "graphql-zeus": "^7.1.9",
98
- "i18next-resources-for-ts": "^2.0.0",
99
- "tailwindcss": "^4.1.18",
100
- "tsx": "^4.21.0",
95
+ "@vitejs/plugin-react-swc": "^4.3.1",
96
+ "eslint": "^9.39.4",
97
+ "graphql-zeus": "^7.2.1",
98
+ "i18next-resources-for-ts": "^2.1.0",
99
+ "tailwindcss": "^4.3.1",
100
+ "tsx": "^4.22.4",
101
101
  "tw-animate-css": "^1.4.0",
102
- "typescript": "~5.9.3",
103
- "vite": "^7.3.1",
104
- "vite-plugin-i18next-loader": "^3.1.3",
105
- "vite-tsconfig-paths": "^6.1.0"
102
+ "typescript": "~6.0.3",
103
+ "vite": "^8.0.16",
104
+ "vite-plugin-i18next-loader": "^4.0.1",
105
+ "vite-tsconfig-paths": "^6.1.1"
106
106
  },
107
107
  "scripts": {
108
108
  "watch": "tspc --watch",