@thecb/components 5.8.2-beta.2 → 5.8.2-beta.5

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
@@ -4878,7 +4878,7 @@ var MUSTARD_YELLOW = "#FFD459";
4878
4878
  var FIRE_YELLOW = "#B34A00"; // ORANGE
4879
4879
 
4880
4880
  var CARROT_ORANGE = "#ED9620";
4881
- var ZEST_ORANGE = "#F47820";
4881
+ var ZEST_ORANGE = "#B84A00";
4882
4882
  var APRICOT_ORANGE = "#FFE8D8"; // RED
4883
4883
 
4884
4884
  var RED = "#FF0000";
@@ -40375,7 +40375,7 @@ var AutopayModal = function AutopayModal(_ref) {
40375
40375
  toggleModal(true);
40376
40376
  },
40377
40377
  dataQa: "Turn off Autopay",
40378
- extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "margin: 0px"
40378
+ extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1; min-width: 165px;"
40379
40379
  });
40380
40380
  }
40381
40381
 
@@ -40492,7 +40492,8 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
40492
40492
  autoPaySchedule = _ref.autoPaySchedule,
40493
40493
  paymentPlanSchedule = _ref.paymentPlanSchedule,
40494
40494
  isPaymentPlan = _ref.isPaymentPlan,
40495
- nextAutopayDate = _ref.nextAutopayDate;
40495
+ nextAutopayDate = _ref.nextAutopayDate,
40496
+ obligationAssocID = _ref.obligationAssocID;
40496
40497
  var planType = isPaymentPlan ? "Payment Plan" : "Autopay";
40497
40498
 
40498
40499
  var _useState = React.useState(false),
@@ -40517,7 +40518,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
40517
40518
  };
40518
40519
 
40519
40520
  var handleDetailsClick = function handleDetailsClick() {
40520
- setDetailedObligation(obligations, config);
40521
+ setDetailedObligation(obligations, config, obligationAssocID);
40521
40522
  navigateToDetailedObligation(detailsSlug);
40522
40523
  };
40523
40524
 
@@ -40647,7 +40648,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
40647
40648
  nowrap: true
40648
40649
  }, autoPayEnabled && /*#__PURE__*/React__default.createElement(Box, {
40649
40650
  padding: "0",
40650
- extraStyles: "flex-grow: 1; min-width: 165px;"
40651
+ extraStyles: "flex-grow: 1;"
40651
40652
  }, /*#__PURE__*/React__default.createElement(AutopayModalModule, {
40652
40653
  autoPayActive: autoPayEnabled,
40653
40654
  autoPaySchedule: autoPaySchedule,
@@ -40800,7 +40801,8 @@ var Obligation = function Obligation(_ref) {
40800
40801
  actions: actions,
40801
40802
  isMobile: isMobile,
40802
40803
  isPaymentPlan: isPaymentPlan,
40803
- nextAutopayDate: nextAutopayDate
40804
+ nextAutopayDate: nextAutopayDate,
40805
+ obligationAssocID: obligationAssocID
40804
40806
  }))), isMobile && /*#__PURE__*/React__default.createElement(PaymentDetailsActions, {
40805
40807
  obligations: obligations,
40806
40808
  autoPayEnabled: autoPayEnabled,
@@ -40814,7 +40816,8 @@ var Obligation = function Obligation(_ref) {
40814
40816
  actions: actions,
40815
40817
  isMobile: isMobile,
40816
40818
  isPaymentPlan: isPaymentPlan,
40817
- nextAutopayDate: nextAutopayDate
40819
+ nextAutopayDate: nextAutopayDate,
40820
+ obligationAssocID: obligationAssocID
40818
40821
  }));
40819
40822
  var inactiveObligation = /*#__PURE__*/React__default.createElement(Box, {
40820
40823
  padding: "0",