@gallop.software/studio 0.1.32 → 0.1.33
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-2IP3FGZK.js → StudioUI-ENXMD4OM.js} +3 -3
- package/dist/{StudioUI-2IP3FGZK.js.map → StudioUI-ENXMD4OM.js.map} +1 -1
- package/dist/{StudioUI-ASPZ6M7Z.mjs → StudioUI-IIVOARWK.mjs} +3 -3
- package/dist/StudioUI-IIVOARWK.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/StudioUI-ASPZ6M7Z.mjs.map +0 -1
|
@@ -1271,7 +1271,7 @@ function StudioFileGrid() {
|
|
|
1271
1271
|
children: [
|
|
1272
1272
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { css: styles3.content, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles3.parentIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3 10h10a8 8 0 018 8v2M3 10l6 6m-6-6l6-6" }) }) }),
|
|
1273
1273
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles3.label, children: [
|
|
1274
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { css: styles3.name,
|
|
1274
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { css: styles3.name, children: getParentPath(currentPath) }),
|
|
1275
1275
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { css: styles3.size, children: "Parent folder" })
|
|
1276
1276
|
] })
|
|
1277
1277
|
]
|
|
@@ -1641,7 +1641,7 @@ function StudioFileList() {
|
|
|
1641
1641
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { css: styles4.td }),
|
|
1642
1642
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { css: styles4.td, children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { css: styles4.nameCell, children: [
|
|
1643
1643
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles4.parentIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M3 10h10a8 8 0 018 8v2M3 10l6 6m-6-6l6-6" }) }),
|
|
1644
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles4.name,
|
|
1644
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { css: styles4.name, children: getParentPath2(currentPath) })
|
|
1645
1645
|
] }) }),
|
|
1646
1646
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { css: [styles4.td, styles4.meta], children: "--" }),
|
|
1647
1647
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { css: [styles4.td, styles4.meta], children: "Parent folder" }),
|
|
@@ -2537,4 +2537,4 @@ var StudioUI_default = StudioUI;
|
|
|
2537
2537
|
|
|
2538
2538
|
|
|
2539
2539
|
exports.StudioUI = StudioUI; exports.default = StudioUI_default;
|
|
2540
|
-
//# sourceMappingURL=StudioUI-
|
|
2540
|
+
//# sourceMappingURL=StudioUI-ENXMD4OM.js.map
|