@gallop.software/studio 0.1.103 → 0.1.104

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.
@@ -4005,6 +4005,26 @@ var styles8 = {
4005
4005
  height: 20px;
4006
4006
  color: ${_chunkUFCWGUAGjs.colors.textSecondary};
4007
4007
  `,
4008
+ statusIcon: _react3.css`
4009
+ display: flex;
4010
+ align-items: center;
4011
+ justify-content: center;
4012
+ padding: 8px;
4013
+ background: ${_chunkUFCWGUAGjs.colors.surface};
4014
+ border: 1px solid ${_chunkUFCWGUAGjs.colors.border};
4015
+ border-radius: 8px;
4016
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
4017
+ `,
4018
+ cloudIcon: _react3.css`
4019
+ width: 20px;
4020
+ height: 20px;
4021
+ color: #f59e0b;
4022
+ `,
4023
+ globeIcon: _react3.css`
4024
+ width: 20px;
4025
+ height: 20px;
4026
+ color: #ef4444;
4027
+ `,
4008
4028
  tooltip: _react3.css`
4009
4029
  position: absolute;
4010
4030
  right: 100%;
@@ -4446,6 +4466,8 @@ function StudioDetailView() {
4446
4466
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { css: styles8.overlay, onClick: handleClose, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles8.container, onClick: (e) => e.stopPropagation(), children: [
4447
4467
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles8.main, children: [
4448
4468
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles8.headerButtons, children: [
4469
+ focusedItem.cdnPushed && !focusedItem.isRemote && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles8.statusIcon, title: "Pushed to CDN", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles8.cloudIcon, fill: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { d: "M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96z" }) }) }),
4470
+ focusedItem.isRemote && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles8.statusIcon, title: "Remote image", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles8.globeIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9" }) }) }),
4449
4471
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "button", { css: styles8.copyBtn, onClick: handleCopyPath, title: "Copy file path", children: [
4450
4472
  showCopied && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles8.tooltip, children: "Copied!" }),
4451
4473
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles8.copyIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" }) })
@@ -5501,4 +5523,4 @@ var StudioUI_default = StudioUI;
5501
5523
 
5502
5524
 
5503
5525
  exports.StudioUI = StudioUI; exports.default = StudioUI_default;
5504
- //# sourceMappingURL=StudioUI-6E2PX6JY.js.map
5526
+ //# sourceMappingURL=StudioUI-TFACV5Y5.js.map