@thecb/components 8.4.13-beta.1 → 8.4.13-beta.3
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 +16 -13
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +16 -13
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/payment-details/PaymentDetails.js +14 -14
- /package/src/components/atoms/icons/{ExternalLinkicon.js → ExternalLinkIcon.js} +0 -0
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
|
|
@@ -48246,38 +48246,41 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48246
48246
|
justify: "space-between",
|
|
48247
48247
|
align: "start"
|
|
48248
48248
|
}, /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48249
|
-
exactWidth: "
|
|
48249
|
+
exactWidth: "110",
|
|
48250
48250
|
height: "27px"
|
|
48251
48251
|
}), /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48252
|
-
exactWidth: "
|
|
48252
|
+
exactWidth: "60",
|
|
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
|
-
exactWidth: "
|
|
48260
|
+
exactWidth: "80",
|
|
48260
48261
|
height: "27px"
|
|
48261
48262
|
}), /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48262
|
-
exactWidth: "
|
|
48263
|
+
exactWidth: "60",
|
|
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
|
-
exactWidth: "
|
|
48271
|
+
exactWidth: "160",
|
|
48270
48272
|
height: "27px"
|
|
48271
48273
|
}), /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48272
|
-
exactWidth: "
|
|
48274
|
+
exactWidth: "50",
|
|
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
|
-
exactWidth: "
|
|
48280
|
+
exactWidth: "100",
|
|
48278
48281
|
height: "30px"
|
|
48279
48282
|
}), /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48280
|
-
exactWidth: "
|
|
48283
|
+
exactWidth: "70",
|
|
48281
48284
|
height: "30px"
|
|
48282
48285
|
}))));
|
|
48283
48286
|
};
|