unifyedx-storybook-new 0.2.62 → 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.
Binary file
Binary file
@@ -2151,19 +2151,18 @@ const wn = {
2151
2151
  save: i,
2152
2152
  cancel: l,
2153
2153
  tertiary: m,
2154
- fullHeight: o = !1,
2155
- // A clearer prop name
2156
- ...u
2154
+ // fullHeight = false,
2155
+ ...o
2157
2156
  }) => {
2158
- const h = H(
2157
+ const u = H(
2159
2158
  "page-layout",
2160
2159
  {
2161
- "page-layout--with-footer": a,
2162
- "page-layout--full-height": o
2160
+ "page-layout--with-footer": a
2161
+ // "page-layout--full-height": fullHeight,
2163
2162
  },
2164
- u.className
2163
+ o.className
2165
2164
  );
2166
- return /* @__PURE__ */ n("div", { className: h, ...u, children: [
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(
@@ -5672,7 +5671,7 @@ const Jl = ({
5672
5671
  categoryName: "",
5673
5672
  links: [],
5674
5673
  order: (w.at(-1)?.order ?? 0) + 1,
5675
- isProtected: !1,
5674
+ protected: !1,
5676
5675
  _class: "com.unifyed.model.Collection"
5677
5676
  }
5678
5677
  ]), N(k), r("");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.2.62",
4
+ "version": "0.2.64",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",