@thecb/components 5.11.0 → 5.11.1-beta.0

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 CHANGED
@@ -40230,7 +40230,8 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
40230
40230
  align: "center"
40231
40231
  }, /*#__PURE__*/React__default.createElement(Cluster, {
40232
40232
  padding: "0",
40233
- align: "center"
40233
+ align: "center",
40234
+ extraStyles: "font-size: 14px;"
40234
40235
  }, /*#__PURE__*/React__default.createElement(Box, {
40235
40236
  padding: "0"
40236
40237
  }, t.voidText), /*#__PURE__*/React__default.createElement(ButtonWithAction, {
@@ -40240,8 +40241,8 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
40240
40241
  },
40241
40242
  text: "Void",
40242
40243
  padding: "0",
40243
- extraStyles: "\n min-width: 75px; \n margin: 0px;\n min-height: 0px;\n ",
40244
- textExtraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, "; font-size: 16px;")
40244
+ extraStyles: "\n min-width: 65px; \n margin: 0px;\n min-height: 0px;\n ",
40245
+ textExtraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, "; font-size: 14px;")
40245
40246
  })), /*#__PURE__*/React__default.createElement(Box, {
40246
40247
  padding: "0",
40247
40248
  key: t.id
@@ -40249,7 +40250,7 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
40249
40250
  }), /*#__PURE__*/React__default.createElement(Box, {
40250
40251
  padding: "16px 0px"
40251
40252
  }, /*#__PURE__*/React__default.createElement(SolidDivider$1, null)), /*#__PURE__*/React__default.createElement(LabeledAmount$1, {
40252
- extraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, ";"),
40253
+ extraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, "; font-size: 14px;"),
40253
40254
  label: "Amount paid",
40254
40255
  amount: displayCurrency(voidableAmountPaid)
40255
40256
  })), !hasVoidablePaymentsSection && !!lineItemElems.length && /*#__PURE__*/React__default.createElement(SolidDivider$1, null) // avoids duplicate dividers -> case of voidable payment section, that acts as divider