@unlev/exeq 0.4.1 → 0.4.2
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.css +13 -0
- package/dist/index.css.map +1 -1
- 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 +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1704,7 +1704,6 @@ function DesignerView({
|
|
|
1704
1704
|
] }) : null;
|
|
1705
1705
|
return /* @__PURE__ */ jsxs4("div", { className: "designer-layout", children: [
|
|
1706
1706
|
headerPortalRef?.current && headerButtons && createPortal(headerButtons, headerPortalRef.current),
|
|
1707
|
-
!hideHeader && !headerPortalRef && /* @__PURE__ */ jsx4("div", { className: "designer-header", children: /* @__PURE__ */ jsx4("div", { className: "designer-header-right", children: headerButtons }) }),
|
|
1708
1707
|
/* @__PURE__ */ jsxs4("div", { className: "designer-body", children: [
|
|
1709
1708
|
pages.length > 0 && /* @__PURE__ */ jsxs4("div", { className: "designer-palette", children: [
|
|
1710
1709
|
/* @__PURE__ */ jsx4("div", { className: "palette-heading", children: "New Field Role" }),
|
|
@@ -1818,6 +1817,7 @@ function DesignerView({
|
|
|
1818
1817
|
pages.length > 0 && /* @__PURE__ */ jsxs4(Fragment2, { children: [
|
|
1819
1818
|
/* @__PURE__ */ jsx4("div", { className: "panel-resize-handle", onMouseDown: handleResizeStart }),
|
|
1820
1819
|
/* @__PURE__ */ jsxs4("div", { className: "designer-panel", style: { width: panelWidth }, children: [
|
|
1820
|
+
!hideHeader && !headerPortalRef && headerButtons && /* @__PURE__ */ jsx4("div", { className: "designer-panel-actions", children: headerButtons }),
|
|
1821
1821
|
/* @__PURE__ */ jsxs4("div", { className: "designer-panel-header", children: [
|
|
1822
1822
|
/* @__PURE__ */ jsxs4("div", { className: "signer-role-indicator", children: [
|
|
1823
1823
|
/* @__PURE__ */ jsx4("span", { className: "signer-role-indicator-label", children: "Editing as" }),
|