@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.esm.js
CHANGED
|
@@ -48227,7 +48227,7 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48227
48227
|
minHeight: "196px"
|
|
48228
48228
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
48229
48229
|
padding: "0",
|
|
48230
|
-
extraStyles: "position: absolute;\n height:
|
|
48230
|
+
extraStyles: "position: absolute;\n height: 200px;\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;"
|
|
48231
48231
|
}, /*#__PURE__*/React.createElement(Spinner$2, {
|
|
48232
48232
|
size: "100",
|
|
48233
48233
|
centerSpinner: true
|
|
@@ -48245,15 +48245,28 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48245
48245
|
height: "27px"
|
|
48246
48246
|
})), /*#__PURE__*/React.createElement(SolidDivider$1, null), /*#__PURE__*/React.createElement(Box, {
|
|
48247
48247
|
padding: "0.5rem 0"
|
|
48248
|
-
}, /*#__PURE__*/React.createElement(
|
|
48249
|
-
|
|
48248
|
+
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
48249
|
+
justify: "space-between",
|
|
48250
|
+
align: "start"
|
|
48250
48251
|
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48251
48252
|
exactWidth: "80px",
|
|
48252
48253
|
height: "27px"
|
|
48253
48254
|
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48254
48255
|
exactWidth: "60px",
|
|
48255
48256
|
height: "27px"
|
|
48257
|
+
})), /*#__PURE__*/React.createElement(Box, {
|
|
48258
|
+
padding: "4px 0"
|
|
48259
|
+
}), /*#__PURE__*/React.createElement(Cluster, {
|
|
48260
|
+
justify: "space-between",
|
|
48261
|
+
align: "start"
|
|
48262
|
+
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48263
|
+
exactWidth: "160px",
|
|
48264
|
+
height: "27px"
|
|
48265
|
+
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48266
|
+
exactWidth: "50px",
|
|
48267
|
+
height: "27px"
|
|
48256
48268
|
}))), /*#__PURE__*/React.createElement(SolidDivider$1, null), /*#__PURE__*/React.createElement(Stack, {
|
|
48269
|
+
justify: "space-between",
|
|
48257
48270
|
direction: "row"
|
|
48258
48271
|
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48259
48272
|
exactWidth: "100px",
|