@thecb/components 5.8.0 → 5.8.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
@@ -39547,7 +39547,6 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
39547
39547
  modalOpen: modalOpen,
39548
39548
  navigateToSettings: navigateToSettings,
39549
39549
  deactivatePaymentSchedule: deactivatePaymentSchedule,
39550
- buttonLinkType: true,
39551
39550
  isMobile: isMobile,
39552
39551
  paymentPlanSchedule: paymentPlanSchedule,
39553
39552
  isPaymentPlan: isPaymentPlan,
@@ -39609,8 +39608,8 @@ var Obligation = function Obligation(_ref) {
39609
39608
  isPaymentPlan = _ref.isPaymentPlan,
39610
39609
  nextAutopayDate = _ref.nextAutopayDate,
39611
39610
  obligationAssocID = _ref.obligationAssocID,
39612
- _ref$isActive = _ref.isActive,
39613
- isActive = _ref$isActive === void 0 ? true : _ref$isActive,
39611
+ _ref$inactive = _ref.inactive,
39612
+ inactive = _ref$inactive === void 0 ? false : _ref$inactive,
39614
39613
  _ref$inactiveLookupTi = _ref.inactiveLookupTitle,
39615
39614
  inactiveLookupTitle = _ref$inactiveLookupTi === void 0 ? "" : _ref$inactiveLookupTi,
39616
39615
  _ref$inactiveLookupIn = _ref.inactiveLookupInput,
@@ -39719,7 +39718,8 @@ var Obligation = function Obligation(_ref) {
39719
39718
  padding: "0"
39720
39719
  }, /*#__PURE__*/React__default.createElement(Cluster, {
39721
39720
  justify: "flex-start",
39722
- align: "center"
39721
+ align: "center",
39722
+ nowrap: true
39723
39723
  }, /*#__PURE__*/React__default.createElement(IconsModule, {
39724
39724
  icon: config.icon,
39725
39725
  iconDefault: config.iconDefault,
@@ -39755,7 +39755,7 @@ var Obligation = function Obligation(_ref) {
39755
39755
  nextAutopayDate: nextAutopayDate,
39756
39756
  obligationAssocID: obligationAssocID
39757
39757
  }))));
39758
- return isActive ? activeObligation : inactiveObligation;
39758
+ return inactive ? inactiveObligation : activeObligation;
39759
39759
  };
39760
39760
 
39761
39761
  var PartialAmountForm = function PartialAmountForm(_ref) {