@medusajs/dashboard 2.10.2-snapshot-20250829084652 → 2.11.0-snapshot-20250829134337

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 (38) hide show
  1. package/dist/{add-campaign-promotions-UQVBTTWK.mjs → add-campaign-promotions-U277KTL4.mjs} +3 -3
  2. package/dist/app.css +0 -6
  3. package/dist/app.js +227 -120
  4. package/dist/app.mjs +2 -2
  5. package/dist/{campaign-detail-FIO6336E.mjs → campaign-detail-6454LL3C.mjs} +3 -3
  6. package/dist/{chunk-RQYKGJZ4.mjs → chunk-3VDOFEA6.mjs} +1 -1
  7. package/dist/{chunk-H3JGGHAQ.mjs → chunk-6OHAQHB4.mjs} +1 -1
  8. package/dist/{chunk-D4T3GFML.mjs → chunk-F7LJJHQT.mjs} +7 -0
  9. package/dist/{chunk-G4ARHIQV.mjs → chunk-FLUC3I3N.mjs} +1 -1
  10. package/dist/{chunk-XDYQGXJ3.mjs → chunk-OQXWDAEB.mjs} +2 -1
  11. package/dist/{chunk-SJFXY376.mjs → chunk-TM44KN7J.mjs} +26 -26
  12. package/dist/{chunk-WLTKZNOI.mjs → chunk-YTDRSPOL.mjs} +1 -1
  13. package/dist/{order-create-claim-DBL2BU5Q.mjs → order-create-claim-ATLKY2SH.mjs} +1 -1
  14. package/dist/{order-create-edit-INKNOFBY.mjs → order-create-edit-5LOTLPD6.mjs} +1 -1
  15. package/dist/{order-create-exchange-6E2VLPU3.mjs → order-create-exchange-TOELYZPA.mjs} +1 -1
  16. package/dist/{order-create-refund-HJMKDY6S.mjs → order-create-refund-ZZNAUXIA.mjs} +1 -1
  17. package/dist/{order-create-return-IIEBZOZZ.mjs → order-create-return-2HT4V6UE.mjs} +1 -1
  18. package/dist/{order-detail-BDX6VUSZ.mjs → order-detail-KSLCQEHJ.mjs} +218 -119
  19. package/dist/{order-edit-billing-address-K2SUQK3S.mjs → order-edit-billing-address-5HQFWKN2.mjs} +1 -1
  20. package/dist/{order-edit-email-FSHV32T6.mjs → order-edit-email-2W33H5CV.mjs} +1 -1
  21. package/dist/{order-edit-shipping-address-RV2QZCR5.mjs → order-edit-shipping-address-VE2BJEHO.mjs} +1 -1
  22. package/dist/{order-request-transfer-NJ24WZ26.mjs → order-request-transfer-U52O2EVC.mjs} +1 -1
  23. package/dist/{product-attributes-HQ2HQQSE.mjs → product-attributes-3ILIUH55.mjs} +3 -3
  24. package/dist/{product-create-Q5ZIYMOR.mjs → product-create-3BFYAUDO.mjs} +3 -3
  25. package/dist/{product-detail-YMCONFSY.mjs → product-detail-Y72S2FF3.mjs} +3 -3
  26. package/dist/{product-edit-SRWVIV2Z.mjs → product-edit-SFN7PUQI.mjs} +3 -3
  27. package/dist/{product-media-F74IPY26.mjs → product-media-XWTASBCL.mjs} +2 -2
  28. package/dist/{product-organization-PKNCLB6W.mjs → product-organization-ATBB7J43.mjs} +3 -3
  29. package/dist/{product-shipping-profile-266AXOO6.mjs → product-shipping-profile-VCUZOITH.mjs} +3 -3
  30. package/dist/{promotion-detail-X5XWYLTC.mjs → promotion-detail-EDLXBH4V.mjs} +2 -2
  31. package/dist/{promotion-list-R7J2AWA3.mjs → promotion-list-QT6HW6VF.mjs} +3 -3
  32. package/dist/{reset-password-OIRVPF4I.mjs → reset-password-O3M4BVYH.mjs} +1 -1
  33. package/dist/{tax-region-create-VO65RBTI.mjs → tax-region-create-MXQGPOV2.mjs} +1 -1
  34. package/package.json +9 -9
  35. package/src/i18n/translations/$schema.json +5 -1
  36. package/src/i18n/translations/en.json +2 -1
  37. package/src/routes/orders/order-detail/components/order-summary-section/order-summary-section.tsx +247 -178
  38. package/src/routes/orders/order-detail/constants.ts +7 -0
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-VAIHVNV6.mjs";
10
10
  import {
11
11
  getPromotionStatus
12
- } from "./chunk-G4ARHIQV.mjs";
12
+ } from "./chunk-FLUC3I3N.mjs";
13
13
  import {
14
14
  formatCurrency
15
15
  } from "./chunk-WATKBUHQ.mjs";
@@ -21,7 +21,7 @@ import {
21
21
  } from "./chunk-2RQLKDBF.mjs";
22
22
  import "./chunk-PFKKVLZX.mjs";
23
23
  import "./chunk-4GQOUCX6.mjs";
24
- import "./chunk-XDYQGXJ3.mjs";
24
+ import "./chunk-OQXWDAEB.mjs";
25
25
  import {
26
26
  useExtension
27
27
  } from "./chunk-C5P5PL3E.mjs";
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  usePromotionTableColumns,
3
3
  usePromotionTableQuery
4
- } from "./chunk-WLTKZNOI.mjs";
5
- import "./chunk-G4ARHIQV.mjs";
4
+ } from "./chunk-YTDRSPOL.mjs";
5
+ import "./chunk-FLUC3I3N.mjs";
6
6
  import "./chunk-MSDRGCRR.mjs";
7
7
  import "./chunk-ADOCJB6L.mjs";
8
8
  import "./chunk-LQTHYS2Z.mjs";
@@ -25,7 +25,7 @@ import {
25
25
  import "./chunk-C76H5USB.mjs";
26
26
  import "./chunk-PFKKVLZX.mjs";
27
27
  import "./chunk-4GQOUCX6.mjs";
28
- import "./chunk-XDYQGXJ3.mjs";
28
+ import "./chunk-OQXWDAEB.mjs";
29
29
  import {
30
30
  useExtension
31
31
  } from "./chunk-C5P5PL3E.mjs";
@@ -3,7 +3,7 @@ import "./chunk-EQTBJSBZ.mjs";
3
3
  import "./chunk-4GQOUCX6.mjs";
4
4
  import {
5
5
  i18n
6
- } from "./chunk-XDYQGXJ3.mjs";
6
+ } from "./chunk-OQXWDAEB.mjs";
7
7
  import {
8
8
  Form
9
9
  } from "./chunk-OBQI23QM.mjs";
@@ -25,7 +25,7 @@ import "./chunk-4GQOUCX6.mjs";
25
25
  import "./chunk-DG7J63J2.mjs";
26
26
  import {
27
27
  i18n
28
- } from "./chunk-XDYQGXJ3.mjs";
28
+ } from "./chunk-OQXWDAEB.mjs";
29
29
  import {
30
30
  Form
31
31
  } from "./chunk-OBQI23QM.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/dashboard",
3
- "version": "2.10.2-snapshot-20250829084652",
3
+ "version": "2.11.0-snapshot-20250829134337",
4
4
  "scripts": {
5
5
  "generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
6
6
  "dev": "vite",
@@ -45,10 +45,10 @@
45
45
  "@dnd-kit/utilities": "^3.2.2",
46
46
  "@hookform/error-message": "^2.0.1",
47
47
  "@hookform/resolvers": "3.4.2",
48
- "@medusajs/admin-shared": "2.10.2-snapshot-20250829084652",
49
- "@medusajs/icons": "2.10.2-snapshot-20250829084652",
50
- "@medusajs/js-sdk": "2.10.2-snapshot-20250829084652",
51
- "@medusajs/ui": "4.0.22-snapshot-20250829084652",
48
+ "@medusajs/admin-shared": "2.11.0-snapshot-20250829134337",
49
+ "@medusajs/icons": "2.11.0-snapshot-20250829134337",
50
+ "@medusajs/js-sdk": "2.11.0-snapshot-20250829134337",
51
+ "@medusajs/ui": "4.0.22-snapshot-20250829134337",
52
52
  "@tanstack/react-query": "5.64.2",
53
53
  "@tanstack/react-table": "8.20.5",
54
54
  "@tanstack/react-virtual": "^3.8.3",
@@ -76,10 +76,10 @@
76
76
  "zod": "3.25.76"
77
77
  },
78
78
  "devDependencies": {
79
- "@medusajs/admin-shared": "2.10.2-snapshot-20250829084652",
80
- "@medusajs/admin-vite-plugin": "2.10.2-snapshot-20250829084652",
81
- "@medusajs/types": "2.10.2-snapshot-20250829084652",
82
- "@medusajs/ui-preset": "2.10.2-snapshot-20250829084652",
79
+ "@medusajs/admin-shared": "2.11.0-snapshot-20250829134337",
80
+ "@medusajs/admin-vite-plugin": "2.11.0-snapshot-20250829134337",
81
+ "@medusajs/types": "2.11.0-snapshot-20250829134337",
82
+ "@medusajs/ui-preset": "2.11.0-snapshot-20250829134337",
83
83
  "@types/node": "^20.11.15",
84
84
  "@types/react": "^18.2.79",
85
85
  "@types/react-dom": "^18.2.25",
@@ -3987,6 +3987,9 @@
3987
3987
  },
3988
3988
  "taxTotal": {
3989
3989
  "type": "string"
3990
+ },
3991
+ "totalAfterDiscount": {
3992
+ "type": "string"
3990
3993
  }
3991
3994
  },
3992
3995
  "required": [
@@ -4002,7 +4005,8 @@
4002
4005
  "itemSubtotal",
4003
4006
  "shippingSubtotal",
4004
4007
  "discountSubtotal",
4005
- "taxTotal"
4008
+ "taxTotal",
4009
+ "totalAfterDiscount"
4006
4010
  ],
4007
4011
  "additionalProperties": false
4008
4012
  },
@@ -1067,7 +1067,8 @@
1067
1067
  "itemSubtotal": "Item Subtotal",
1068
1068
  "shippingSubtotal": "Shipping Subtotal",
1069
1069
  "discountSubtotal": "Discount Subtotal",
1070
- "taxTotal": "Tax Total"
1070
+ "taxTotal": "Tax Total",
1071
+ "totalAfterDiscount": "Total After Discount"
1071
1072
  },
1072
1073
  "transfer": {
1073
1074
  "title": "Transfer ownership",