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