@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.
- package/dist/app.css +0 -10
- package/dist/app.js +373 -483
- package/dist/app.mjs +1 -1
- package/dist/{chunk-VFF5WB7C.mjs → chunk-FJR3D6EM.mjs} +10 -14
- package/dist/en.json +1 -1
- package/dist/{product-attributes-MXDPSOWM.mjs → product-attributes-S535VXSC.mjs} +1 -1
- package/dist/{product-create-3O34JJLS.mjs → product-create-DKBLOS3M.mjs} +1 -1
- package/dist/{product-detail-SYTLG5D3.mjs → product-detail-D2PJ64Q3.mjs} +1 -1
- package/dist/{product-edit-W72S22NM.mjs → product-edit-K6CAQD5H.mjs} +1 -1
- package/dist/{product-organization-SVXTCWIF.mjs → product-organization-IQFN54D2.mjs} +1 -1
- package/dist/{chunk-IKTGFXWR.mjs → store-add-locales-I4GX3KAY.mjs} +66 -1
- package/dist/{translation-list-FK7XYLHX.mjs → translation-list-KSM4QA3K.mjs} +109 -182
- package/package.json +9 -9
- package/src/dashboard-app/routes/get-route.map.tsx +0 -4
- package/src/i18n/translations/en.json +1 -1
- package/src/i18n/translations/es.json +1 -1
- package/src/routes/translations/translation-list/components/active-locales-section/active-locales-section.tsx +16 -41
- package/src/routes/translations/translation-list/components/translation-list-section/translation-list-section.tsx +1 -5
- package/src/routes/translations/translation-list/components/translations-completion-section/translations-completion-section.tsx +103 -144
- package/dist/add-locales-GGNZCABB.mjs +0 -81
- package/dist/store-add-locales-GWCGIXHU.mjs +0 -81
- package/src/routes/translations/add-locales/add-locales.tsx +0 -29
- 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;
|