@thecb/components 5.10.7 → 5.11.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
|
@@ -40222,7 +40222,8 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
|
|
|
40222
40222
|
align: "center"
|
|
40223
40223
|
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
40224
40224
|
padding: "0",
|
|
40225
|
-
align: "center"
|
|
40225
|
+
align: "center",
|
|
40226
|
+
extraStyles: "font-size: 14px;"
|
|
40226
40227
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
40227
40228
|
padding: "0"
|
|
40228
40229
|
}, t.voidText), /*#__PURE__*/React.createElement(ButtonWithAction, {
|
|
@@ -40232,8 +40233,8 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
|
|
|
40232
40233
|
},
|
|
40233
40234
|
text: "Void",
|
|
40234
40235
|
padding: "0",
|
|
40235
|
-
extraStyles: "\n min-width:
|
|
40236
|
-
textExtraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, "; font-size:
|
|
40236
|
+
extraStyles: "\n min-width: 65px; \n margin: 0px;\n min-height: 0px;\n ",
|
|
40237
|
+
textExtraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, "; font-size: 14px;")
|
|
40237
40238
|
})), /*#__PURE__*/React.createElement(Box, {
|
|
40238
40239
|
padding: "0",
|
|
40239
40240
|
key: t.id
|
|
@@ -40241,7 +40242,7 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
|
|
|
40241
40242
|
}), /*#__PURE__*/React.createElement(Box, {
|
|
40242
40243
|
padding: "16px 0px"
|
|
40243
40244
|
}, /*#__PURE__*/React.createElement(SolidDivider$1, null)), /*#__PURE__*/React.createElement(LabeledAmount$1, {
|
|
40244
|
-
extraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, ";"),
|
|
40245
|
+
extraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, "; font-size: 14px;"),
|
|
40245
40246
|
label: "Amount paid",
|
|
40246
40247
|
amount: displayCurrency(voidableAmountPaid)
|
|
40247
40248
|
})), !hasVoidablePaymentsSection && !!lineItemElems.length && /*#__PURE__*/React.createElement(SolidDivider$1, null) // avoids duplicate dividers -> case of voidable payment section, that acts as divider
|