@thecb/components 8.4.13-beta.2 → 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 +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.esm.js
CHANGED
|
@@ -48238,10 +48238,10 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48238
48238
|
justify: "space-between",
|
|
48239
48239
|
align: "start"
|
|
48240
48240
|
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48241
|
-
exactWidth: "
|
|
48241
|
+
exactWidth: "110",
|
|
48242
48242
|
height: "27px"
|
|
48243
48243
|
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48244
|
-
exactWidth: "
|
|
48244
|
+
exactWidth: "60",
|
|
48245
48245
|
height: "27px"
|
|
48246
48246
|
})), /*#__PURE__*/React.createElement(SolidDivider$1, null), /*#__PURE__*/React.createElement(Box, {
|
|
48247
48247
|
padding: "0.5rem 0"
|
|
@@ -48249,10 +48249,10 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48249
48249
|
justify: "space-between",
|
|
48250
48250
|
align: "start"
|
|
48251
48251
|
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48252
|
-
exactWidth: "
|
|
48252
|
+
exactWidth: "80",
|
|
48253
48253
|
height: "27px"
|
|
48254
48254
|
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48255
|
-
exactWidth: "
|
|
48255
|
+
exactWidth: "60",
|
|
48256
48256
|
height: "27px"
|
|
48257
48257
|
})), /*#__PURE__*/React.createElement(Box, {
|
|
48258
48258
|
padding: "4px 0"
|
|
@@ -48260,19 +48260,19 @@ var LoadingDetails = function LoadingDetails() {
|
|
|
48260
48260
|
justify: "space-between",
|
|
48261
48261
|
align: "start"
|
|
48262
48262
|
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48263
|
-
exactWidth: "
|
|
48263
|
+
exactWidth: "160",
|
|
48264
48264
|
height: "27px"
|
|
48265
48265
|
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48266
|
-
exactWidth: "
|
|
48266
|
+
exactWidth: "50",
|
|
48267
48267
|
height: "27px"
|
|
48268
48268
|
}))), /*#__PURE__*/React.createElement(SolidDivider$1, null), /*#__PURE__*/React.createElement(Stack, {
|
|
48269
48269
|
justify: "space-between",
|
|
48270
48270
|
direction: "row"
|
|
48271
48271
|
}, /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48272
|
-
exactWidth: "
|
|
48272
|
+
exactWidth: "100",
|
|
48273
48273
|
height: "30px"
|
|
48274
48274
|
}), /*#__PURE__*/React.createElement(LoadingLine, {
|
|
48275
|
-
exactWidth: "
|
|
48275
|
+
exactWidth: "70",
|
|
48276
48276
|
height: "30px"
|
|
48277
48277
|
}))));
|
|
48278
48278
|
};
|