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