@gallop.software/studio 0.1.112 → 0.1.113
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-BKY73ZNB.js → StudioUI-HFZJ2YUQ.js} +2 -2
- package/dist/{StudioUI-BKY73ZNB.js.map → StudioUI-HFZJ2YUQ.js.map} +1 -1
- package/dist/{StudioUI-QQCWT4QM.mjs → StudioUI-LGRI3HCE.mjs} +2 -2
- package/dist/{StudioUI-QQCWT4QM.mjs.map → StudioUI-LGRI3HCE.mjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -4678,7 +4678,7 @@ function StudioDetailView() {
|
|
|
4678
4678
|
onClick: () => setShowMoveModal(true),
|
|
4679
4679
|
disabled: moving,
|
|
4680
4680
|
children: [
|
|
4681
|
-
/* @__PURE__ */ jsx8("svg", { css: styles8.actionIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx8("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "
|
|
4681
|
+
/* @__PURE__ */ jsx8("svg", { css: styles8.actionIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx8("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4" }) }),
|
|
4682
4682
|
moving ? "Moving..." : "Move"
|
|
4683
4683
|
]
|
|
4684
4684
|
}
|
|
@@ -5682,4 +5682,4 @@ export {
|
|
|
5682
5682
|
StudioUI,
|
|
5683
5683
|
StudioUI_default as default
|
|
5684
5684
|
};
|
|
5685
|
-
//# sourceMappingURL=StudioUI-
|
|
5685
|
+
//# sourceMappingURL=StudioUI-LGRI3HCE.mjs.map
|