@pretextbook/web-editor 0.0.24 → 0.0.25
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/web-editor.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -80612,7 +80612,7 @@ const KG = ({ onClose: t }) => {
|
|
|
80612
80612
|
className: "pretext-plus-editor__tab-panel",
|
|
80613
80613
|
role: "tabpanel",
|
|
80614
80614
|
"aria-labelledby": f === "editor" ? te : ue,
|
|
80615
|
-
children: /* @__PURE__ */ nn.jsx("div", { style: { height: "
|
|
80615
|
+
children: /* @__PURE__ */ nn.jsx("div", { style: { height: "100%" }, children: f === "editor" ? Xe : ot })
|
|
80616
80616
|
}
|
|
80617
80617
|
)
|
|
80618
80618
|
] }) : Lt = /* @__PURE__ */ nn.jsxs(bw, { orientation: "horizontal", className: "pretext-plus-editor__splitter", children: [
|