@thecb/components 9.0.0-beta.10 → 9.0.0-beta.11
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
|
@@ -48255,22 +48255,57 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
|
|
|
48255
48255
|
var LoadingDetails = function LoadingDetails() {
|
|
48256
48256
|
return /*#__PURE__*/React.createElement(Box, {
|
|
48257
48257
|
padding: "0",
|
|
48258
|
-
background: GRECIAN_GREY,
|
|
48259
|
-
borderRadius: "4px",
|
|
48260
48258
|
minHeight: "196px"
|
|
48261
|
-
}, /*#__PURE__*/React.createElement(Cover, {
|
|
48262
|
-
minHeight: "196px",
|
|
48263
|
-
singleChild: true,
|
|
48264
|
-
fillCenter: true
|
|
48265
|
-
}, /*#__PURE__*/React.createElement(Center, {
|
|
48266
|
-
intrinsic: true
|
|
48267
48259
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
48268
48260
|
padding: "0",
|
|
48269
|
-
extraStyles: "
|
|
48261
|
+
extraStyles: "position: absolute;\n height: 200px;\n width: 100%;\n display: flex;\n justify-content: center;\n align-items: center;"
|
|
48270
48262
|
}, /*#__PURE__*/React.createElement(Spinner$2, {
|
|
48271
48263
|
size: "100",
|
|
48272
48264
|
centerSpinner: true
|
|
48273
|
-
}))
|
|
48265
|
+
})), /*#__PURE__*/React.createElement(Stack, {
|
|
48266
|
+
childGap: "16px"
|
|
48267
|
+
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
48268
|
+
nowrap: true,
|
|
48269
|
+
justify: "space-between",
|
|
48270
|
+
align: "start"
|
|
48271
|
+
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48272
|
+
exactWidth: "110",
|
|
48273
|
+
height: "27px"
|
|
48274
|
+
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48275
|
+
exactWidth: "60",
|
|
48276
|
+
height: "27px"
|
|
48277
|
+
})), /*#__PURE__*/React.createElement(SolidDivider$1, null), /*#__PURE__*/React.createElement(Box, {
|
|
48278
|
+
padding: "0.5rem 0"
|
|
48279
|
+
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
48280
|
+
justify: "space-between",
|
|
48281
|
+
align: "start"
|
|
48282
|
+
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48283
|
+
exactWidth: "80",
|
|
48284
|
+
height: "27px"
|
|
48285
|
+
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48286
|
+
exactWidth: "60",
|
|
48287
|
+
height: "27px"
|
|
48288
|
+
})), /*#__PURE__*/React.createElement(Box, {
|
|
48289
|
+
padding: "4px 0"
|
|
48290
|
+
}), /*#__PURE__*/React.createElement(Cluster, {
|
|
48291
|
+
justify: "space-between",
|
|
48292
|
+
align: "start"
|
|
48293
|
+
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48294
|
+
exactWidth: "100",
|
|
48295
|
+
height: "27px"
|
|
48296
|
+
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48297
|
+
exactWidth: "50",
|
|
48298
|
+
height: "27px"
|
|
48299
|
+
}))), /*#__PURE__*/React.createElement(SolidDivider$1, null), /*#__PURE__*/React.createElement(Stack, {
|
|
48300
|
+
justify: "space-between",
|
|
48301
|
+
direction: "row"
|
|
48302
|
+
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48303
|
+
exactWidth: "55",
|
|
48304
|
+
height: "30px"
|
|
48305
|
+
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48306
|
+
exactWidth: "70",
|
|
48307
|
+
height: "30px"
|
|
48308
|
+
}))));
|
|
48274
48309
|
};
|
|
48275
48310
|
|
|
48276
48311
|
var ErrorDetails = function ErrorDetails() {
|