@thecb/components 3.1.3 → 3.1.4-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
@@ -34971,14 +34971,7 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
34971
34971
  onKeyDown: function onKeyDown(e) {
34972
34972
  return e.key === "Enter" && handleSubmit(e);
34973
34973
  }
34974
- })), !!(fees === null || fees === void 0 ? void 0 : fees.value) && /*#__PURE__*/React__default.createElement(Alert$1, {
34975
- heading: "Processing Fee",
34976
- text: "There is a processing fee of ".concat(fees.type === "FLAT" ? "".concat(displayCurrency(fees.value)) : "".concat(fees.value * 100, "%"), " ").concat(R.ifElse(R.isNil, R.always(""), function (a) {
34977
- return "with a minimum of ".concat(displayCurrency(a), " ");
34978
- })(fees.minimumInCents), " on all card payments."),
34979
- variant: "info",
34980
- showQuitLink: false
34981
- })));
34974
+ }))));
34982
34975
  };
34983
34976
 
34984
34977
  var formConfig$7 = {