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