bhl-forms 0.4.17 → 0.4.18

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.
@@ -20122,6 +20122,8 @@ var preStepFunc = (formNode) => (stepNode) => {
20122
20122
  return ["longTermDisabilityCrossSellQuestions", "firstAndLast", "contactInfo"];
20123
20123
  } else if (cross_sells.includes("Social Security Disability and Insurance")) {
20124
20124
  return ["ssdiCrossSellQuestions", "firstAndLast", "contactInfo"];
20125
+ } else if (cross_sells.includes("Bankruptcy")) {
20126
+ return ["bankruptcyCrossSellQuestions", "firstAndLast", "contactInfo"];
20125
20127
  } else if (cross_sells.includes("Power of Attorney")) {
20126
20128
  return ["powerOfAttorneyCrossSellQuestions", "firstAndLast", "contactInfo"];
20127
20129
  } else if (cross_sells.includes("Wills and Trusts")) {