@gallop.software/studio 1.4.4 → 1.4.5

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.
@@ -457,7 +457,7 @@ function ProgressModal({
457
457
  ] })
458
458
  ] })
459
459
  ] }) : /* @__PURE__ */ jsxs(Fragment, { children: [
460
- /* @__PURE__ */ jsx("p", { css: styles.message, children: progress.status === "cleanup" ? "Cleaning up orphaned files..." : `Processing images...` }),
460
+ /* @__PURE__ */ jsx("p", { css: styles.message, children: progress.status === "cleanup" ? progress.message || "Cleaning up..." : progress.message || "Processing..." }),
461
461
  /* @__PURE__ */ jsxs("div", { css: progressStyles.progressContainer, children: [
462
462
  /* @__PURE__ */ jsx("div", { css: progressStyles.progressBar, children: /* @__PURE__ */ jsx(
463
463
  "div",
@@ -6104,4 +6104,4 @@ export {
6104
6104
  StudioUI,
6105
6105
  StudioUI_default as default
6106
6106
  };
6107
- //# sourceMappingURL=StudioUI-3B4NHBRY.mjs.map
6107
+ //# sourceMappingURL=StudioUI-TP2Y3ZEL.mjs.map