@devtable/dashboard 10.61.1 → 10.61.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/dashboard.es.js
CHANGED
|
@@ -1713,7 +1713,7 @@ class Ei {
|
|
|
1713
1713
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
1714
1714
|
}
|
|
1715
1715
|
}
|
|
1716
|
-
const sc = "10.61.
|
|
1716
|
+
const sc = "10.61.2", Rm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1717
1717
|
__proto__: null,
|
|
1718
1718
|
version: sc
|
|
1719
1719
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -26172,7 +26172,7 @@ const EI = k(({
|
|
|
26172
26172
|
downloadScreenshot: i
|
|
26173
26173
|
} = Co(t);
|
|
26174
26174
|
return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
26175
|
-
/* @__PURE__ */ r.jsx(z, { ref: s, pt: 10, sx: n, children: e }),
|
|
26175
|
+
/* @__PURE__ */ r.jsx(z, { ref: s, pt: 10, pb: 10, sx: n, children: e }),
|
|
26176
26176
|
/* @__PURE__ */ r.jsx(EI, { downloadScreenShot: i })
|
|
26177
26177
|
] });
|
|
26178
26178
|
}), mu = k(({
|
|
@@ -26211,7 +26211,8 @@ const EI = k(({
|
|
|
26211
26211
|
body: {
|
|
26212
26212
|
maxHeight: s.height,
|
|
26213
26213
|
overflow: "auto",
|
|
26214
|
-
position: "relative"
|
|
26214
|
+
position: "relative",
|
|
26215
|
+
paddingBottom: 10
|
|
26215
26216
|
},
|
|
26216
26217
|
header: {
|
|
26217
26218
|
padding: 0
|
|
@@ -26236,7 +26237,7 @@ const EI = k(({
|
|
|
26236
26237
|
overflow: n.orientation === "horizontal" ? "hidden" : "auto"
|
|
26237
26238
|
},
|
|
26238
26239
|
panel: {
|
|
26239
|
-
padding: n.orientation === "horizontal" ? "0px 0px
|
|
26240
|
+
padding: n.orientation === "horizontal" ? "0px 0px 36px" : "0",
|
|
26240
26241
|
height: "100%",
|
|
26241
26242
|
overflow: "auto"
|
|
26242
26243
|
}
|