@thecb/components 8.4.13-beta.1 → 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:
|
|
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,8 +48253,9 @@ 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(
|
|
48257
|
-
|
|
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"
|
|
@@ -48263,8 +48264,9 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48263
48264
|
height: "27px"
|
|
48264
48265
|
})), /*#__PURE__*/React__default.createElement(Box, {
|
|
48265
48266
|
padding: "4px 0"
|
|
48266
|
-
}), /*#__PURE__*/React__default.createElement(
|
|
48267
|
-
|
|
48267
|
+
}), /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48268
|
+
justify: "space-between",
|
|
48269
|
+
align: "start"
|
|
48268
48270
|
}, /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48269
48271
|
exactWidth: "160px",
|
|
48270
48272
|
height: "27px"
|
|
@@ -48272,6 +48274,7 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48272
48274
|
exactWidth: "50px",
|
|
48273
48275
|
height: "27px"
|
|
48274
48276
|
}))), /*#__PURE__*/React__default.createElement(SolidDivider$1, null), /*#__PURE__*/React__default.createElement(Stack, {
|
|
48277
|
+
justify: "space-between",
|
|
48275
48278
|
direction: "row"
|
|
48276
48279
|
}, /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48277
48280
|
exactWidth: "100px",
|