@thecb/components 8.4.13-beta.0 → 8.4.13-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
@@ -48235,7 +48235,7 @@ var LoadingDetails = function LoadingDetails() {
48235
48235
  minHeight: "196px"
48236
48236
  }, /*#__PURE__*/React__default.createElement(Box, {
48237
48237
  padding: "0",
48238
- extraStyles: "position: absolute;\n height: 238px;\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;"
48238
+ extraStyles: "position: absolute;\n height: 200px;\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;"
48239
48239
  }, /*#__PURE__*/React__default.createElement(Spinner$2, {
48240
48240
  size: "100",
48241
48241
  centerSpinner: true
@@ -48253,15 +48253,28 @@ var LoadingDetails = function LoadingDetails() {
48253
48253
  height: "27px"
48254
48254
  })), /*#__PURE__*/React__default.createElement(SolidDivider$1, null), /*#__PURE__*/React__default.createElement(Box, {
48255
48255
  padding: "0.5rem 0"
48256
- }, /*#__PURE__*/React__default.createElement(Stack, {
48257
- direction: "row"
48256
+ }, /*#__PURE__*/React__default.createElement(Cluster, {
48257
+ justify: "space-between",
48258
+ align: "start"
48258
48259
  }, /*#__PURE__*/React__default.createElement(LoadingLine, {
48259
48260
  exactWidth: "80px",
48260
48261
  height: "27px"
48261
48262
  }), /*#__PURE__*/React__default.createElement(LoadingLine, {
48262
48263
  exactWidth: "60px",
48263
48264
  height: "27px"
48265
+ })), /*#__PURE__*/React__default.createElement(Box, {
48266
+ padding: "4px 0"
48267
+ }), /*#__PURE__*/React__default.createElement(Cluster, {
48268
+ justify: "space-between",
48269
+ align: "start"
48270
+ }, /*#__PURE__*/React__default.createElement(LoadingLine, {
48271
+ exactWidth: "160px",
48272
+ height: "27px"
48273
+ }), /*#__PURE__*/React__default.createElement(LoadingLine, {
48274
+ exactWidth: "50px",
48275
+ height: "27px"
48264
48276
  }))), /*#__PURE__*/React__default.createElement(SolidDivider$1, null), /*#__PURE__*/React__default.createElement(Stack, {
48277
+ justify: "space-between",
48265
48278
  direction: "row"
48266
48279
  }, /*#__PURE__*/React__default.createElement(LoadingLine, {
48267
48280
  exactWidth: "100px",