@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.esm.js
CHANGED
|
@@ -46983,12 +46983,15 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
46983
46983
|
borderRadius: "4px",
|
|
46984
46984
|
minHeight: "196px"
|
|
46985
46985
|
}, /*#__PURE__*/React.createElement(Cover, {
|
|
46986
|
-
minHeight: "
|
|
46987
|
-
singleChild: true
|
|
46986
|
+
minHeight: "196px",
|
|
46987
|
+
singleChild: true,
|
|
46988
|
+
fillCenter: true
|
|
46988
46989
|
}, /*#__PURE__*/React.createElement(Center, {
|
|
46989
46990
|
intrinsic: true
|
|
46990
46991
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
46991
|
-
padding: "0"
|
|
46992
|
+
padding: "0",
|
|
46993
|
+
minHeight: "100px",
|
|
46994
|
+
minWidth: "100px"
|
|
46992
46995
|
}, /*#__PURE__*/React.createElement(Spinner$2, {
|
|
46993
46996
|
size: "100"
|
|
46994
46997
|
})))));
|