@devtable/dashboard 10.14.0 → 10.14.1

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.
@@ -1164,7 +1164,7 @@ class oa {
1164
1164
  }), this.instanceRegistry.clear(), this.factoryRegistry.clear();
1165
1165
  }
1166
1166
  }
1167
- const sc = "10.14.0", hf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1167
+ const sc = "10.14.1", hf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1168
1168
  __proto__: null,
1169
1169
  version: sc
1170
1170
  }, Symbol.toStringTag, { value: "Module" }));
@@ -24080,7 +24080,9 @@ const kD = D(({
24080
24080
  padding: "0 !important"
24081
24081
  },
24082
24082
  content: {
24083
- border: "1px solid #efefef"
24083
+ border: "1px solid #efefef",
24084
+ maxHeight: "unset !important",
24085
+ overflow: "hidden"
24084
24086
  },
24085
24087
  body: {
24086
24088
  maxHeight: r.height,
@@ -24319,7 +24321,9 @@ const LD = D(({
24319
24321
  return /* @__PURE__ */ i(ki.Provider, { value: {
24320
24322
  viewPanelInFullScreen: o,
24321
24323
  inFullScreen: s
24322
- }, children: /* @__PURE__ */ u(V, { className: "dashboard-view", "data-enable-scrollbar": !0, children: [
24324
+ }, children: /* @__PURE__ */ u(V, { className: "dashboard-view", "data-enable-scrollbar": !0, sx: {
24325
+ height: t.type === Z.Modal ? "0 !important" : "100%"
24326
+ }, children: [
24323
24327
  s && /* @__PURE__ */ i(bD, { view: t, panel: l, exitFullScreen: a }),
24324
24328
  /* @__PURE__ */ i(zD, { view: t, children: /* @__PURE__ */ u(V, { sx: {
24325
24329
  position: "relative"