@medusajs/dashboard 2.10.4-preview-20250924031247 → 2.10.4-preview-20250924090158

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/{add-campaign-promotions-BWIP24MA.mjs → add-campaign-promotions-62IIOR5K.mjs} +3 -3
  2. package/dist/{api-key-management-detail-WGWZQCFC.mjs → api-key-management-detail-TEW653QF.mjs} +1 -1
  3. package/dist/{api-key-management-sales-channels-H5TVIHTV.mjs → api-key-management-sales-channels-ESGRJKDT.mjs} +1 -1
  4. package/dist/app.css +0 -3
  5. package/dist/app.js +3490 -3464
  6. package/dist/app.mjs +2 -2
  7. package/dist/{campaign-detail-EJD7LQCW.mjs → campaign-detail-XYLU3HF4.mjs} +3 -3
  8. package/dist/{chunk-2252SSK6.mjs → chunk-6W7OL4TX.mjs} +1 -1
  9. package/dist/{chunk-OQPVQGSH.mjs → chunk-7GBCLBMX.mjs} +24 -11
  10. package/dist/{chunk-YPSSUJUZ.mjs → chunk-HEBATBOH.mjs} +6 -2
  11. package/dist/{chunk-U2FXUMKA.mjs → chunk-NDNUJ2UK.mjs} +1 -1
  12. package/dist/{chunk-CAZKNJTG.mjs → chunk-NKM6CHK6.mjs} +30 -30
  13. package/dist/{chunk-WP5CXGGO.mjs → chunk-TWP4GTKM.mjs} +1 -1
  14. package/dist/{chunk-V53HAFWH.mjs → chunk-UOEALCPZ.mjs} +1 -1
  15. package/dist/{chunk-6RWF7BPW.mjs → chunk-V6JXTITD.mjs} +1 -1
  16. package/dist/{customer-group-list-UTC5ZCJZ.mjs → customer-group-list-6XY7YF5E.mjs} +1 -1
  17. package/dist/{inventory-detail-BO5E7KXO.mjs → inventory-detail-WI5T47QL.mjs} +1 -1
  18. package/dist/{location-edit-RNGPJ26L.mjs → location-edit-X6JBEWIF.mjs} +1 -1
  19. package/dist/location-list-VNEYHAKV.mjs +323 -0
  20. package/dist/{location-sales-channels-NSXV65ZM.mjs → location-sales-channels-HVZHZMBY.mjs} +1 -1
  21. package/dist/{order-detail-6XQLJ5TU.mjs → order-detail-CNQ7HP32.mjs} +30 -22
  22. package/dist/{order-list-OTPVQKU6.mjs → order-list-YWPAJ7FR.mjs} +2 -2
  23. package/dist/{product-attributes-5PLACMXK.mjs → product-attributes-6ELSX5OH.mjs} +3 -3
  24. package/dist/{product-create-6FMLIS5X.mjs → product-create-6NWXJ7AY.mjs} +4 -4
  25. package/dist/{product-detail-2BJJMCCO.mjs → product-detail-G53SUBEP.mjs} +4 -4
  26. package/dist/{product-edit-N5P7RVNS.mjs → product-edit-ZYUXMIZP.mjs} +3 -3
  27. package/dist/{product-list-EUQX3NBE.mjs → product-list-R6IDCNRV.mjs} +2 -2
  28. package/dist/{product-media-XJGAON6B.mjs → product-media-AKHSFDJQ.mjs} +2 -2
  29. package/dist/{product-organization-FB6BVKKL.mjs → product-organization-J2UYHJ6I.mjs} +3 -3
  30. package/dist/{product-sales-channels-QBQDLU7Z.mjs → product-sales-channels-UX7AOJIF.mjs} +1 -1
  31. package/dist/{product-shipping-profile-UZQSV54B.mjs → product-shipping-profile-FN7L2V4X.mjs} +3 -3
  32. package/dist/{promotion-detail-VB5GZDCC.mjs → promotion-detail-RISSMGU5.mjs} +112 -63
  33. package/dist/{promotion-list-NAUTWXNU.mjs → promotion-list-UPVSOD6R.mjs} +3 -3
  34. package/dist/{refund-reason-list-VBHGRLJJ.mjs → refund-reason-list-RGRFZ5DU.mjs} +9 -4
  35. package/dist/{reset-password-ZCKXQZNQ.mjs → reset-password-AYCPBCKE.mjs} +1 -1
  36. package/dist/{sales-channel-list-R4HT6A7P.mjs → sales-channel-list-KNLMJ67Q.mjs} +1 -1
  37. package/dist/{tax-region-create-2GDG36NQ.mjs → tax-region-create-SP46RW2E.mjs} +1 -1
  38. package/dist/{user-list-TPBPZ7KJ.mjs → user-list-G4H2RSDX.mjs} +1 -1
  39. package/package.json +9 -9
  40. package/src/components/data-table/data-table.tsx +64 -46
  41. package/src/i18n/translations/$schema.json +19 -2
  42. package/src/i18n/translations/en.json +6 -2
  43. package/src/routes/locations/location-edit/components/edit-location-form/edit-location-form.tsx +1 -1
  44. package/src/routes/locations/location-list/index.ts +0 -1
  45. package/src/routes/locations/location-list/location-list.tsx +52 -14
  46. package/src/routes/locations/location-list/use-location-list-table-columns.tsx +185 -0
  47. package/src/routes/locations/location-list/use-location-list-table-query.tsx +22 -0
  48. package/src/routes/orders/order-detail/components/order-activity-section/order-timeline.tsx +13 -5
  49. package/src/routes/refund-reasons/refund-reason-list/components/refund-reason-list-table/refund-reason-list-table.tsx +12 -4
  50. package/dist/chunk-BKJC5BGQ.mjs +0 -53
  51. package/dist/location-list-NKIOBHG4.mjs +0 -298
  52. package/src/routes/locations/location-list/components/location-list-header/index.ts +0 -1
  53. package/src/routes/locations/location-list/components/location-list-header/location-list-header.tsx +0 -21
  54. package/src/routes/locations/location-list/loader.ts +0 -36
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  usePromotionTableColumns,
3
3
  usePromotionTableQuery
4
- } from "./chunk-V53HAFWH.mjs";
5
- import "./chunk-2252SSK6.mjs";
4
+ } from "./chunk-UOEALCPZ.mjs";
5
+ import "./chunk-6W7OL4TX.mjs";
6
6
  import "./chunk-MSDRGCRR.mjs";
7
7
  import "./chunk-ADOCJB6L.mjs";
8
8
  import "./chunk-LQTHYS2Z.mjs";
@@ -30,7 +30,7 @@ import {
30
30
  useRouteModal
31
31
  } from "./chunk-4TC5YS65.mjs";
32
32
  import "./chunk-4GQOUCX6.mjs";
33
- import "./chunk-YPSSUJUZ.mjs";
33
+ import "./chunk-HEBATBOH.mjs";
34
34
  import "./chunk-LPEUYMRK.mjs";
35
35
  import "./chunk-OC7BQLYI.mjs";
36
36
  import "./chunk-S4DMV3ZT.mjs";
@@ -19,7 +19,7 @@ import "./chunk-2D44OO7A.mjs";
19
19
  import "./chunk-Q33G337Z.mjs";
20
20
  import {
21
21
  DataTable
22
- } from "./chunk-OQPVQGSH.mjs";
22
+ } from "./chunk-7GBCLBMX.mjs";
23
23
  import "./chunk-C76H5USB.mjs";
24
24
  import {
25
25
  useDate
@@ -11,7 +11,7 @@ import "./chunk-2D44OO7A.mjs";
11
11
  import "./chunk-Q33G337Z.mjs";
12
12
  import {
13
13
  DataTable
14
- } from "./chunk-OQPVQGSH.mjs";
14
+ } from "./chunk-7GBCLBMX.mjs";
15
15
  import "./chunk-C76H5USB.mjs";
16
16
  import "./chunk-PFKKVLZX.mjs";
17
17
  import "./chunk-IUCDCPJU.mjs";
package/dist/app.css CHANGED
@@ -4971,9 +4971,6 @@ video {
4971
4971
  }
4972
4972
  }
4973
4973
  @media (min-width: 1024px) {
4974
- .lg\:col-span-2 {
4975
- grid-column: span 2 / span 2;
4976
- }
4977
4974
  .lg\:block {
4978
4975
  display: block;
4979
4976
  }