@twick/studio 0.15.16 → 0.15.18
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +14 -14
package/dist/index.js
CHANGED
|
@@ -3679,7 +3679,7 @@ function PropertiesPanelContainer({
|
|
|
3679
3679
|
return /* @__PURE__ */ jsxRuntime.jsxs("aside", { className: "properties-panel", "aria-label": "Element properties inspector", children: [
|
|
3680
3680
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "properties-header", children: [
|
|
3681
3681
|
!selectedElement && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "properties-title", children: "Composition" }),
|
|
3682
|
-
selectedElement && selectedElement.getType() === "caption" && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "properties-title", children: "
|
|
3682
|
+
selectedElement && selectedElement.getType() === "caption" && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "properties-title", children: "Edit from the captions panel" }),
|
|
3683
3683
|
selectedElement && selectedElement.getType() !== "caption" && /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "properties-title", children: title })
|
|
3684
3684
|
] }),
|
|
3685
3685
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "prop-content", children: [
|