@mcurros2/microm 1.1.217-0 → 1.1.218-0
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.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7974,6 +7974,9 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
|
|
|
7974
7974
|
pos: "relative",
|
|
7975
7975
|
mt: "sm",
|
|
7976
7976
|
mb: "sm",
|
|
7977
|
+
style: {
|
|
7978
|
+
height: "100%"
|
|
7979
|
+
},
|
|
7977
7980
|
children: [
|
|
7978
7981
|
isLoading && /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $lFsp3.FakeProgressBar), {
|
|
7979
7982
|
pos: "absolute",
|
|
@@ -8140,7 +8143,8 @@ const $7df4688f2cefba32$export$ef2184bd89960b14 = /*#__PURE__*/ (0, $b4te3$react
|
|
|
8140
8143
|
]);
|
|
8141
8144
|
return /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Paper), {
|
|
8142
8145
|
style: {
|
|
8143
|
-
borderRadius: "unset"
|
|
8146
|
+
borderRadius: "unset",
|
|
8147
|
+
height: "100%"
|
|
8144
8148
|
},
|
|
8145
8149
|
children: [
|
|
8146
8150
|
/*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)("div", {
|