@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.esm.js CHANGED
@@ -46981,7 +46981,14 @@ var LoadingDetails = function LoadingDetails() {
46981
46981
  padding: "0",
46982
46982
  background: GHOST_GREY,
46983
46983
  borderRadius: "4px"
46984
- }, /*#__PURE__*/React.createElement(Spinner$2, null));
46984
+ }, /*#__PURE__*/React.createElement(Cover, {
46985
+ minHeight: "100%",
46986
+ singleChild: true
46987
+ }, /*#__PURE__*/React.createElement(Center, {
46988
+ intrinsic: true
46989
+ }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Spinner$2, {
46990
+ size: "100"
46991
+ })))));
46985
46992
  };
46986
46993
 
46987
46994
  var ErrorDetails = function ErrorDetails() {