@gallop.software/studio 0.1.97 → 0.1.98

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.
@@ -2568,7 +2568,8 @@ function StudioToolbar() {
2568
2568
  {
2569
2569
  css: styles5.btn,
2570
2570
  onClick: handleSyncClick,
2571
- disabled: !hasSelection,
2571
+ disabled: !hasSelection || hasCloudOnlySelection,
2572
+ title: hasCloudOnlySelection ? "Selected files are already in the cloud" : void 0,
2572
2573
  children: [
2573
2574
  /* @__PURE__ */ jsx5(CloudIcon, {}),
2574
2575
  "Push CDN"
@@ -5452,4 +5453,4 @@ export {
5452
5453
  StudioUI,
5453
5454
  StudioUI_default as default
5454
5455
  };
5455
- //# sourceMappingURL=StudioUI-3TE62FRZ.mjs.map
5456
+ //# sourceMappingURL=StudioUI-Q3TTI2IQ.mjs.map