@medusajs/dashboard 2.12.3-preview-20251217123836 → 2.12.3-snapshot-20251217081413

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 (23) hide show
  1. package/dist/app.css +0 -10
  2. package/dist/app.js +373 -483
  3. package/dist/app.mjs +1 -1
  4. package/dist/{chunk-VFF5WB7C.mjs → chunk-FJR3D6EM.mjs} +10 -14
  5. package/dist/en.json +1 -1
  6. package/dist/{product-attributes-MXDPSOWM.mjs → product-attributes-S535VXSC.mjs} +1 -1
  7. package/dist/{product-create-3O34JJLS.mjs → product-create-DKBLOS3M.mjs} +1 -1
  8. package/dist/{product-detail-SYTLG5D3.mjs → product-detail-D2PJ64Q3.mjs} +1 -1
  9. package/dist/{product-edit-W72S22NM.mjs → product-edit-K6CAQD5H.mjs} +1 -1
  10. package/dist/{product-organization-SVXTCWIF.mjs → product-organization-IQFN54D2.mjs} +1 -1
  11. package/dist/{chunk-IKTGFXWR.mjs → store-add-locales-I4GX3KAY.mjs} +66 -1
  12. package/dist/{translation-list-FK7XYLHX.mjs → translation-list-KSM4QA3K.mjs} +109 -182
  13. package/package.json +9 -9
  14. package/src/dashboard-app/routes/get-route.map.tsx +0 -4
  15. package/src/i18n/translations/en.json +1 -1
  16. package/src/i18n/translations/es.json +1 -1
  17. package/src/routes/translations/translation-list/components/active-locales-section/active-locales-section.tsx +16 -41
  18. package/src/routes/translations/translation-list/components/translation-list-section/translation-list-section.tsx +1 -5
  19. package/src/routes/translations/translation-list/components/translations-completion-section/translations-completion-section.tsx +103 -144
  20. package/dist/add-locales-GGNZCABB.mjs +0 -81
  21. package/dist/store-add-locales-GWCGIXHU.mjs +0 -81
  22. package/src/routes/translations/add-locales/add-locales.tsx +0 -29
  23. package/src/routes/translations/add-locales/index.tsx +0 -1
package/dist/app.css CHANGED
@@ -2055,9 +2055,6 @@ video {
2055
2055
  .min-w-\[120px\] {
2056
2056
  min-width: 120px;
2057
2057
  }
2058
- .min-w-\[150px\] {
2059
- min-width: 150px;
2060
- }
2061
2058
  .min-w-\[200px\] {
2062
2059
  min-width: 200px;
2063
2060
  }
@@ -2175,9 +2172,6 @@ video {
2175
2172
  .max-w-\[90\%\] {
2176
2173
  max-width: 90%;
2177
2174
  }
2178
- .max-w-\[96px\] {
2179
- max-width: 96px;
2180
- }
2181
2175
  .max-w-\[calc\(20px\+24px\+24px\)\] {
2182
2176
  max-width: calc(20px + 24px + 24px);
2183
2177
  }
@@ -3137,10 +3131,6 @@ video {
3137
3131
  padding-left: 2rem;
3138
3132
  padding-right: 2rem;
3139
3133
  }
3140
- .px-\[19px\] {
3141
- padding-left: 19px;
3142
- padding-right: 19px;
3143
- }
3144
3134
  .px-\[5px\] {
3145
3135
  padding-left: 5px;
3146
3136
  padding-right: 5px;