@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.esm.js CHANGED
@@ -39539,7 +39539,6 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
39539
39539
  modalOpen: modalOpen,
39540
39540
  navigateToSettings: navigateToSettings,
39541
39541
  deactivatePaymentSchedule: deactivatePaymentSchedule,
39542
- buttonLinkType: true,
39543
39542
  isMobile: isMobile,
39544
39543
  paymentPlanSchedule: paymentPlanSchedule,
39545
39544
  isPaymentPlan: isPaymentPlan,
@@ -39601,8 +39600,8 @@ var Obligation = function Obligation(_ref) {
39601
39600
  isPaymentPlan = _ref.isPaymentPlan,
39602
39601
  nextAutopayDate = _ref.nextAutopayDate,
39603
39602
  obligationAssocID = _ref.obligationAssocID,
39604
- _ref$isActive = _ref.isActive,
39605
- isActive = _ref$isActive === void 0 ? true : _ref$isActive,
39603
+ _ref$inactive = _ref.inactive,
39604
+ inactive = _ref$inactive === void 0 ? false : _ref$inactive,
39606
39605
  _ref$inactiveLookupTi = _ref.inactiveLookupTitle,
39607
39606
  inactiveLookupTitle = _ref$inactiveLookupTi === void 0 ? "" : _ref$inactiveLookupTi,
39608
39607
  _ref$inactiveLookupIn = _ref.inactiveLookupInput,
@@ -39711,7 +39710,8 @@ var Obligation = function Obligation(_ref) {
39711
39710
  padding: "0"
39712
39711
  }, /*#__PURE__*/React.createElement(Cluster, {
39713
39712
  justify: "flex-start",
39714
- align: "center"
39713
+ align: "center",
39714
+ nowrap: true
39715
39715
  }, /*#__PURE__*/React.createElement(IconsModule, {
39716
39716
  icon: config.icon,
39717
39717
  iconDefault: config.iconDefault,
@@ -39747,7 +39747,7 @@ var Obligation = function Obligation(_ref) {
39747
39747
  nextAutopayDate: nextAutopayDate,
39748
39748
  obligationAssocID: obligationAssocID
39749
39749
  }))));
39750
- return isActive ? activeObligation : inactiveObligation;
39750
+ return inactive ? inactiveObligation : activeObligation;
39751
39751
  };
39752
39752
 
39753
39753
  var PartialAmountForm = function PartialAmountForm(_ref) {