@gallop.software/studio 0.1.91 → 0.1.92
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/{StudioUI-NNOVWAOQ.mjs → StudioUI-7VQHCHFQ.mjs} +1 -7
- package/dist/StudioUI-7VQHCHFQ.mjs.map +1 -0
- package/dist/{StudioUI-4376LEHU.js → StudioUI-VRSG32E3.js} +1 -7
- package/dist/StudioUI-VRSG32E3.js.map +1 -0
- package/dist/{chunk-63EAAMA3.mjs → chunk-DTVEVFQ2.mjs} +1 -1
- package/dist/chunk-DTVEVFQ2.mjs.map +1 -0
- package/dist/{chunk-RURSHIQJ.js → chunk-L36EH3PM.js} +1 -1
- package/dist/chunk-L36EH3PM.js.map +1 -0
- package/dist/handlers/index.d.mts +1 -1
- package/dist/handlers/index.d.ts +1 -1
- package/dist/handlers/index.js +54 -31
- package/dist/handlers/index.js.map +1 -1
- package/dist/handlers/index.mjs +35 -12
- package/dist/handlers/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{types-DuX-sfUL.d.mts → types-C4hCz2w8.d.mts} +2 -0
- package/dist/{types-DuX-sfUL.d.ts → types-C4hCz2w8.d.ts} +2 -0
- package/package.json +1 -1
- package/dist/StudioUI-4376LEHU.js.map +0 -1
- package/dist/StudioUI-NNOVWAOQ.mjs.map +0 -1
- package/dist/chunk-63EAAMA3.mjs.map +0 -1
- package/dist/chunk-RURSHIQJ.js.map +0 -1
|
@@ -365,11 +365,6 @@ function ProgressModal({
|
|
|
365
365
|
progress.alreadyProcessed,
|
|
366
366
|
" already processed."
|
|
367
367
|
] }) : null,
|
|
368
|
-
progress.pushedToCloud !== void 0 && progress.pushedToCloud > 0 ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
369
|
-
" ",
|
|
370
|
-
progress.pushedToCloud,
|
|
371
|
-
" pushed to CDN."
|
|
372
|
-
] }) : null,
|
|
373
368
|
progress.orphansRemoved !== void 0 && progress.orphansRemoved > 0 ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
374
369
|
" Removed ",
|
|
375
370
|
progress.orphansRemoved,
|
|
@@ -1631,7 +1626,6 @@ function StudioToolbar() {
|
|
|
1631
1626
|
status: "complete",
|
|
1632
1627
|
processed: data.processed,
|
|
1633
1628
|
alreadyProcessed: data.alreadyProcessed,
|
|
1634
|
-
pushedToCloud: data.pushedToCloud,
|
|
1635
1629
|
orphansRemoved: data.orphansRemoved,
|
|
1636
1630
|
errors: data.errors
|
|
1637
1631
|
});
|
|
@@ -4898,4 +4892,4 @@ export {
|
|
|
4898
4892
|
StudioUI,
|
|
4899
4893
|
StudioUI_default as default
|
|
4900
4894
|
};
|
|
4901
|
-
//# sourceMappingURL=StudioUI-
|
|
4895
|
+
//# sourceMappingURL=StudioUI-7VQHCHFQ.mjs.map
|