unifyedx-storybook-new 0.2.63 → 0.2.64
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/unifyedx-storybook-new.css +1 -1
- package/dist/unifyedx-storybook-new.css.br +0 -0
- package/dist/unifyedx-storybook-new.css.gz +0 -0
- package/dist/unifyedx-storybook-new.es.js +7 -8
- package/dist/unifyedx-storybook-new.es.js.br +0 -0
- package/dist/unifyedx-storybook-new.es.js.gz +0 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
@@ -2151,19 +2151,18 @@ const wn = {
|
|
|
2151
2151
|
save: i,
|
|
2152
2152
|
cancel: l,
|
|
2153
2153
|
tertiary: m,
|
|
2154
|
-
fullHeight
|
|
2155
|
-
|
|
2156
|
-
...u
|
|
2154
|
+
// fullHeight = false,
|
|
2155
|
+
...o
|
|
2157
2156
|
}) => {
|
|
2158
|
-
const
|
|
2157
|
+
const u = H(
|
|
2159
2158
|
"page-layout",
|
|
2160
2159
|
{
|
|
2161
|
-
"page-layout--with-footer": a
|
|
2162
|
-
"page-layout--full-height":
|
|
2160
|
+
"page-layout--with-footer": a
|
|
2161
|
+
// "page-layout--full-height": fullHeight,
|
|
2163
2162
|
},
|
|
2164
|
-
|
|
2163
|
+
o.className
|
|
2165
2164
|
);
|
|
2166
|
-
return /* @__PURE__ */ n("div", { className:
|
|
2165
|
+
return /* @__PURE__ */ n("div", { className: u, ...o, children: [
|
|
2167
2166
|
/* @__PURE__ */ e("div", { className: "page-layout-content", children: t }),
|
|
2168
2167
|
a && /* @__PURE__ */ e("footer", { className: "page-layout-footer", children: s || /* @__PURE__ */ n("div", { className: "footer-actions", children: [
|
|
2169
2168
|
m?.show && /* @__PURE__ */ e(
|
|
Binary file
|
|
Binary file
|