@thecb/components 7.12.2-beta.3 → 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.cjs.js CHANGED
@@ -46997,7 +46997,9 @@ var LoadingDetails = function LoadingDetails() {
46997
46997
  }, /*#__PURE__*/React__default.createElement(Center, {
46998
46998
  intrinsic: true
46999
46999
  }, /*#__PURE__*/React__default.createElement(Box, {
47000
- padding: "0"
47000
+ padding: "0",
47001
+ minHeight: "100px",
47002
+ minWidth: "100px"
47001
47003
  }, /*#__PURE__*/React__default.createElement(Spinner$2, {
47002
47004
  size: "100"
47003
47005
  })))));