@thecb/components 8.4.13-beta.2 → 8.4.13-beta.4
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 +8 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -8
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/payment-details/PaymentDetails.js +8 -8
- /package/src/components/atoms/icons/{ExternalLinkicon.js → ExternalLinkIcon.js} +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -48246,10 +48246,10 @@ 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"
|
|
@@ -48257,10 +48257,10 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48257
48257
|
justify: "space-between",
|
|
48258
48258
|
align: "start"
|
|
48259
48259
|
}, /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48260
|
-
exactWidth: "
|
|
48260
|
+
exactWidth: "80",
|
|
48261
48261
|
height: "27px"
|
|
48262
48262
|
}), /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48263
|
-
exactWidth: "
|
|
48263
|
+
exactWidth: "60",
|
|
48264
48264
|
height: "27px"
|
|
48265
48265
|
})), /*#__PURE__*/React__default.createElement(Box, {
|
|
48266
48266
|
padding: "4px 0"
|
|
@@ -48268,19 +48268,19 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48268
48268
|
justify: "space-between",
|
|
48269
48269
|
align: "start"
|
|
48270
48270
|
}, /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48271
|
-
exactWidth: "
|
|
48271
|
+
exactWidth: "100",
|
|
48272
48272
|
height: "27px"
|
|
48273
48273
|
}), /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48274
|
-
exactWidth: "
|
|
48274
|
+
exactWidth: "50",
|
|
48275
48275
|
height: "27px"
|
|
48276
48276
|
}))), /*#__PURE__*/React__default.createElement(SolidDivider$1, null), /*#__PURE__*/React__default.createElement(Stack, {
|
|
48277
48277
|
justify: "space-between",
|
|
48278
48278
|
direction: "row"
|
|
48279
48279
|
}, /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48280
|
-
exactWidth: "
|
|
48280
|
+
exactWidth: "55",
|
|
48281
48281
|
height: "30px"
|
|
48282
48282
|
}), /*#__PURE__*/React__default.createElement(LoadingLine, {
|
|
48283
|
-
exactWidth: "
|
|
48283
|
+
exactWidth: "70",
|
|
48284
48284
|
height: "30px"
|
|
48285
48285
|
}))));
|
|
48286
48286
|
};
|