@thecb/components 7.12.2-beta.2 → 7.12.2-beta.4
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.cjs.js
CHANGED
|
@@ -46991,12 +46991,15 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
46991
46991
|
borderRadius: "4px",
|
|
46992
46992
|
minHeight: "196px"
|
|
46993
46993
|
}, /*#__PURE__*/React__default.createElement(Cover, {
|
|
46994
|
-
minHeight: "
|
|
46995
|
-
singleChild: true
|
|
46994
|
+
minHeight: "196px",
|
|
46995
|
+
singleChild: true,
|
|
46996
|
+
fillCenter: true
|
|
46996
46997
|
}, /*#__PURE__*/React__default.createElement(Center, {
|
|
46997
46998
|
intrinsic: true
|
|
46998
46999
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
46999
|
-
padding: "0"
|
|
47000
|
+
padding: "0",
|
|
47001
|
+
minHeight: "100px",
|
|
47002
|
+
minWidth: "100px"
|
|
47000
47003
|
}, /*#__PURE__*/React__default.createElement(Spinner$2, {
|
|
47001
47004
|
size: "100"
|
|
47002
47005
|
})))));
|