@saasquatch/mint-components 1.8.0-117 → 1.8.0-118

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.
@@ -5124,6 +5124,7 @@ const TaxAndCashMonolith = class {
5124
5124
  loadingErrorAlertHeader: props.loadingErrorAlertHeader,
5125
5125
  loadingErrorAlertDescription: props.loadingErrorAlertDescription,
5126
5126
  taxAndPayoutsDescription: props.taxAndPayoutsDescription,
5127
+ searchForCountryText: props.searchForCountryText,
5127
5128
  formStep: props.formStep,
5128
5129
  };
5129
5130
  }
@@ -824,6 +824,7 @@ export class TaxAndCashMonolith {
824
824
  loadingErrorAlertHeader: props.loadingErrorAlertHeader,
825
825
  loadingErrorAlertDescription: props.loadingErrorAlertDescription,
826
826
  taxAndPayoutsDescription: props.taxAndPayoutsDescription,
827
+ searchForCountryText: props.searchForCountryText,
827
828
  formStep: props.formStep,
828
829
  };
829
830
  }
@@ -5120,6 +5120,7 @@ const TaxAndCashMonolith = class {
5120
5120
  loadingErrorAlertHeader: props.loadingErrorAlertHeader,
5121
5121
  loadingErrorAlertDescription: props.loadingErrorAlertDescription,
5122
5122
  taxAndPayoutsDescription: props.taxAndPayoutsDescription,
5123
+ searchForCountryText: props.searchForCountryText,
5123
5124
  formStep: props.formStep,
5124
5125
  };
5125
5126
  }