@sheerid/jslib 1.144.2 → 1.146.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.
Files changed (61) hide show
  1. package/__tests__/__helpers__/experimental/experimental-renderers.d.ts +21 -0
  2. package/es5/Tmetrix.bundle.js +4 -4
  3. package/es5/messages_ar.bundle.js +4 -4
  4. package/es5/messages_bg.bundle.js +4 -4
  5. package/es5/messages_cs.bundle.js +4 -4
  6. package/es5/messages_da.bundle.js +4 -4
  7. package/es5/messages_de.bundle.js +4 -4
  8. package/es5/messages_el.bundle.js +4 -4
  9. package/es5/messages_en-GB.bundle.js +4 -4
  10. package/es5/messages_es-ES.bundle.js +4 -4
  11. package/es5/messages_es.bundle.js +4 -4
  12. package/es5/messages_fi.bundle.js +4 -4
  13. package/es5/messages_fr-CA.bundle.js +4 -4
  14. package/es5/messages_fr.bundle.js +4 -4
  15. package/es5/messages_ga.bundle.js +4 -4
  16. package/es5/messages_hr.bundle.js +4 -4
  17. package/es5/messages_hu.bundle.js +4 -4
  18. package/es5/messages_id.bundle.js +4 -4
  19. package/es5/messages_it.bundle.js +4 -4
  20. package/es5/messages_iw.bundle.js +4 -4
  21. package/es5/messages_ja.bundle.js +4 -4
  22. package/es5/messages_ko.bundle.js +4 -4
  23. package/es5/messages_lo.bundle.js +4 -4
  24. package/es5/messages_lt.bundle.js +4 -4
  25. package/es5/messages_ms.bundle.js +4 -4
  26. package/es5/messages_nl.bundle.js +4 -4
  27. package/es5/messages_no.bundle.js +4 -4
  28. package/es5/messages_pl.bundle.js +4 -4
  29. package/es5/messages_pt-BR.bundle.js +4 -4
  30. package/es5/messages_pt.bundle.js +4 -4
  31. package/es5/messages_ru.bundle.js +4 -4
  32. package/es5/messages_sk.bundle.js +4 -4
  33. package/es5/messages_sl.bundle.js +4 -4
  34. package/es5/messages_sr.bundle.js +4 -4
  35. package/es5/messages_sv.bundle.js +4 -4
  36. package/es5/messages_th.bundle.js +4 -4
  37. package/es5/messages_tr.bundle.js +4 -4
  38. package/es5/messages_zh-HK.bundle.js +4 -4
  39. package/es5/messages_zh.bundle.js +4 -4
  40. package/localized-messages/en-US.json +1 -0
  41. package/manifest.json +43 -43
  42. package/metrics-preview.js +1 -1
  43. package/metrics-sandbox.js +1 -1
  44. package/metrics.js +1 -1
  45. package/package.json +1 -1
  46. package/sheerid-requestOrg.css +4 -4
  47. package/sheerid-requestOrg.js +12 -12
  48. package/sheerid-requestOrg.js.map +1 -1
  49. package/sheerid-utils.js +5 -5
  50. package/sheerid-utils.js.map +1 -1
  51. package/sheerid.css +4 -4
  52. package/sheerid.js +15 -15
  53. package/sheerid.js.map +1 -1
  54. package/sheerides6.js +256 -215
  55. package/sheerides6.js.map +1 -1
  56. package/src/es5.d.ts +2 -0
  57. package/src/es6.d.ts +1 -1
  58. package/src/lib/GoogleAnalytics/ga.d.ts +11 -11
  59. package/src/lib/types/types.d.ts +1 -0
  60. package/src/lib/utils/stepComponentHelpers/stepComponentHelpers.d.ts +4 -0
  61. package/types-reference.zip +0 -0
package/sheerides6.js CHANGED
@@ -2581,6 +2581,7 @@ var enUSMessages = {
2581
2581
  "defaultMessages.step.docUpload.uploadInfo.licensedProfessional.validDate": "A currently valid date",
2582
2582
  "defaultMessages.step.docUpload.uploadInfo.lowIncome.fullName": "Your full name",
2583
2583
  "defaultMessages.step.docUpload.uploadInfo.lowIncome.validDate": "A valid date of issue (within the last 12 months) or date of expiry (must be valid)",
2584
+ "defaultMessages.step.docUpload.uploadInfo.lowIncome.ebtNumber": "EBT card number",
2584
2585
  "defaultMessages.step.docUpload.uploadInfo.medical.status": "Your medical professional status",
2585
2586
  "defaultMessages.step.docUpload.uploadInfo.medical.validDate": "A currently valid date",
2586
2587
  "defaultMessages.step.docUpload.uploadInfo.military.currentAffiliation": "Your current affiliation with the armed services",
@@ -3457,17 +3458,17 @@ const RequestOrganizationErrorComponent = ({ requestOrganizationService, }) => {
3457
3458
  const { programTheme } = requestOrganizationService;
3458
3459
  const { programId } = requestOrganizationService;
3459
3460
  const logoUrl = programTheme ? getLogoUrl(programTheme) : null;
3460
- return (React.createElement("div", { className: "sid-l-container--extra-wide sid-l-space-btm-lg sid-l-container" },
3461
- React.createElement("div", { className: "sid-logo sid-l-horz-center sid-l-space-top-lg" },
3462
- React.createElement("img", { className: "sid-logo__img", alt: "Logo", src: logoUrl || requestOrganizationConstants.SHEERID_LOGO_URL })),
3463
- React.createElement("div", { className: "sid-l-horz-center" },
3464
- React.createElement("div", { className: "sid-logo sid-l-space-top-lg" },
3465
- React.createElement("img", { className: "sid-logo__icon", alt: "Error", src: "https://assets-resources.sheerid.com/common/images/requestOrganization/circle-exclamation.svg" })),
3466
- React.createElement("div", { className: "sid-title" },
3461
+ return (React.createElement("div", { className: "sid-l-container--extra-wide sid-l-space-btm-lg sid-request-organization-error-container sid-l-container" },
3462
+ React.createElement("div", { className: "sid-logo sid-request-organization-error-sheerid-logo sid-l-horz-center sid-l-space-top-lg" },
3463
+ React.createElement("img", { className: "sid-request-organization-error-logo__sheerid-logo sid-logo__img", alt: "Logo", src: logoUrl || requestOrganizationConstants.SHEERID_LOGO_URL })),
3464
+ React.createElement("div", { className: "sid-request-organization-error-body sid-l-horz-center" },
3465
+ React.createElement("div", { className: "sid-request-organization-error-icon-logo sid-logo sid-l-space-top-lg" },
3466
+ React.createElement("img", { className: "sid-request-organization-error-icon-logo__logo sid-logo__icon", alt: "Error", src: "https://assets-resources.sheerid.com/common/images/requestOrganization/circle-exclamation.svg" })),
3467
+ React.createElement("div", { className: "sid-request-organization-error-title sid-title" },
3467
3468
  React.createElement(FormattedHTMLMessage, { id: "step.error.title", defaultMessage: "An unexpected error occurred" })),
3468
- React.createElement("div", { className: "sid-soft-font-color" },
3469
+ React.createElement("div", { className: "sid-request-organization-error-description sid-soft-font-color" },
3469
3470
  React.createElement(FormattedHTMLMessage, { id: "step.error.description", defaultMessage: "Sorry we are not able to process your request. Please try again later." })),
3470
- React.createElement("div", { className: "sid-soft-font-color" },
3471
+ React.createElement("div", { className: "sid-request-organization-error-feedback sid-soft-font-color" },
3471
3472
  React.createElement(FormattedHTMLMessage, { id: "step.error.seeingProblem", defaultMessage: "DM If you keep seeing this problem <a class='sid-link' href='{feedbackUrl}&pid={programId}' target='_blank' rel='noopener noreferrer'>contact us</a>.", values: {
3472
3473
  programId,
3473
3474
  feedbackUrl: requestOrganizationConstants.FEEDBACK_FORM_URL,
@@ -3931,17 +3932,17 @@ const CustomTextWrapper = ({ dangerouslySetInnerHTML, ...props }) => dangerously
3931
3932
 
3932
3933
  const RequestOrganizationSuccessComponent = ({ requestOrganizationService, }) => {
3933
3934
  const { programTheme } = requestOrganizationService;
3934
- return (React.createElement("div", { className: "sid-l-container--extra-wide sid-l-space-btm-lg sid-l-container" },
3935
- React.createElement("div", { className: "sid-logo sid-l-horz-center sid-l-space-top-lg" },
3936
- React.createElement("img", { className: "sid-logo__img", alt: "Logo", src: programTheme && getLogoUrl(programTheme)
3935
+ return (React.createElement("div", { className: "sid-l-container--extra-wide sid-request-organization-success-container sid-l-space-btm-lg sid-l-container" },
3936
+ React.createElement("div", { className: "sid-logo sid-request-organization-success-logo sid-l-horz-center sid-l-space-top-lg" },
3937
+ React.createElement("img", { className: "sid-request-organization-success-logo__sheerid-logo sid-logo__img", alt: "Logo", src: programTheme && getLogoUrl(programTheme)
3937
3938
  ? getLogoUrl(programTheme)
3938
3939
  : requestOrganizationConstants.SHEERID_LOGO_URL })),
3939
- React.createElement("div", { className: "sid-l-horz-center" },
3940
- React.createElement("div", { className: "sid-logo sid-l-space-top-lg" },
3941
- React.createElement("img", { className: "sid-logo__icon", alt: "Success", src: "https://assets-resources.sheerid.com/common/images/requestOrganization/circle-check.svg" })),
3942
- React.createElement("div", { className: "sid-title" },
3940
+ React.createElement("div", { className: "sid-request-organization-success-body-container sid-l-horz-center" },
3941
+ React.createElement("div", { className: "sid-request-organization-success-icon-logo sid-logo sid-l-space-top-lg" },
3942
+ React.createElement("img", { className: "sid-request-organization-success-icon-logo__logo sid-logo__icon", alt: "Success", src: "https://assets-resources.sheerid.com/common/images/requestOrganization/circle-check.svg" })),
3943
+ React.createElement("div", { className: "sid-request-organization-success-title sid-title" },
3943
3944
  React.createElement(FormattedHTMLMessage, { id: "step.success.title", defaultMessage: "Thank you" })),
3944
- React.createElement("div", { className: "sid-soft-font-color" },
3945
+ React.createElement("div", { className: "sid-request-organization-success-description sid-soft-font-color" },
3945
3946
  React.createElement(FormattedHTMLMessage, { id: "step.success.description", defaultMessage: "Your request to add your educational institution has been received. As a reminder, each request is evaluated by SheerID against the requirements set by this offer. There is no guarantee that your school will be added. The evaluation process can take up to 7 business days." })))));
3946
3947
  };
3947
3948
 
@@ -5004,16 +5005,29 @@ const getStatusLabel = (intl, status, defaultMessages) => {
5004
5005
  }
5005
5006
  return intl.formatHTMLMessage({ id: status, defaultMessage: defaultMessages[status] });
5006
5007
  };
5008
+ // The jslib should not be the owner of this mapping,
5009
+ // DATA-3164 exists to find another way.
5010
+ const countryStatusAllowList = new Map([
5011
+ ["GB", ["ACTIVE_DUTY", "VETERAN", "RESERVIST"]],
5012
+ ]);
5007
5013
  const getAvailableMilitaryStatuses = (verificationService, intl) => {
5008
- const availableStatusesResponse = verificationService.verificationResponse.availableStatuses ||
5014
+ const availableStatusesFromResponse = verificationService.verificationResponse.availableStatuses ||
5009
5015
  (verificationService.previousVerificationResponse &&
5010
5016
  verificationService.previousVerificationResponse
5011
5017
  .availableStatuses);
5012
5018
  const availableStatuses = [];
5013
- if (!availableStatusesResponse) {
5019
+ // The country overrides in this function should be updated with DATA-3164
5020
+ const country = verificationService.viewModel &&
5021
+ verificationService.viewModel.countryChoice &&
5022
+ verificationService.viewModel.countryChoice.value;
5023
+ const countryAllowedStatuses = country && countryStatusAllowList.get(country);
5024
+ const availableStatusesForCountry = countryAllowedStatuses
5025
+ ? availableStatusesFromResponse.filter((status) => countryAllowedStatuses.includes(status))
5026
+ : availableStatusesFromResponse;
5027
+ if (!availableStatusesForCountry) {
5014
5028
  return null;
5015
5029
  }
5016
- availableStatusesResponse.forEach((status) => {
5030
+ availableStatusesForCountry.forEach((status) => {
5017
5031
  availableStatuses.push({
5018
5032
  value: status,
5019
5033
  label: getStatusLabel(intl, status, MilitaryStatusDefaultMessagesEnum),
@@ -5120,6 +5134,13 @@ const getAvailableCountryChoices = (programTheme, intl) => {
5120
5134
  }),
5121
5135
  }));
5122
5136
  };
5137
+ /**
5138
+ * @private
5139
+ */
5140
+ const getSortedCountryChoices = (programTheme, intl, locale) => {
5141
+ const localeAwareSorter = (a, b) => Intl.Collator(locale).compare(a.label, b.label);
5142
+ return getAvailableCountryChoices(programTheme, intl).sort(localeAwareSorter);
5143
+ };
5123
5144
  const getAvailableStateChoices = (programTheme, intl) => {
5124
5145
  const availableStates = getConfiguredStates(programTheme);
5125
5146
  return availableStates.map((stateCode) => ({
@@ -5330,15 +5351,15 @@ const SearchFieldComponent = ({ name, label, value, placeholder, isErrored, onCh
5330
5351
  onKeyDown();
5331
5352
  }
5332
5353
  };
5333
- return (React.createElement("div", { className: "sid-field" },
5354
+ return (React.createElement("div", { className: "sid-request-organization-search-field-container sid-field" },
5334
5355
  React.createElement("label", { htmlFor: `sid-${name}` },
5335
- React.createElement("div", { className: "sid-field__label sid-l-space-btm-sm" }, label)),
5336
- React.createElement("div", { className: "sid-field-search" },
5337
- React.createElement("input", { className: `sid-text-input sid-text-input--required sid-field-search-input
5356
+ React.createElement("div", { className: "sid-field__label sid-request-organization-search-label sid-l-space-btm-sm" }, label)),
5357
+ React.createElement("div", { className: "sid-field-search sid-request-organization-search-field" },
5358
+ React.createElement("input", { className: `sid-text-input sid-request-organization-search-input sid-text-input--required sid-field-search-input
5338
5359
  sid-l-full-width ${isErrored ? "sid-text-input--error" : ""}`, id: `sid-${name}`, name: `sid-${name}`, type: "text", value: value, onChange: (e) => onChange(e.target.value), onKeyDown: (e) => handleOnKeyDown(e), placeholder: placeholder }),
5339
5360
  React.createElement("div", { tabIndex: 0, onClick: () => search(), onKeyUp: () => search(), role: "button" },
5340
- React.createElement("img", { className: "sid-l-search-icon", src: "https://assets-resources.sheerid.com/common/images/requestOrganization/search.svg", alt: "Search" }))),
5341
- isErrored ? (React.createElement("div", { className: "sid-field-error" },
5361
+ React.createElement("img", { className: "sid-l-search-icon sid-request-organization-search-icon", src: "https://assets-resources.sheerid.com/common/images/requestOrganization/search.svg", alt: "Search" }))),
5362
+ isErrored ? (React.createElement("div", { className: "sid-field-error sid-request-organization-field-error" },
5342
5363
  React.createElement("span", null,
5343
5364
  React.createElement(FormattedHTMLMessage, { id: `errorId.${isErrored}`, defaultMessage: "An unexpected error occurred" })))) : null));
5344
5365
  };
@@ -10305,10 +10326,10 @@ const RequestOrganizationSearch = ({ intl }) => {
10305
10326
  searchByOrgDomain();
10306
10327
  }
10307
10328
  }, [viewModel.countryChoice]);
10308
- return (React.createElement("div", { className: "sid-l-container--extra-wide sid-l-space-btm-lg sid-l-container" },
10329
+ return (React.createElement("div", { className: "sid-l-container--extra-wide sid-request-organization-container sid-l-space-btm-lg sid-l-container" },
10309
10330
  React.createElement("div", { className: "sid-logo sid-l-horz-center sid-l-space-top-lg" },
10310
- React.createElement("img", { className: "sid-logo__img", alt: "Logo", src: logoUrl || requestOrganizationConstants.SHEERID_LOGO_URL })),
10311
- React.createElement("div", { className: "sid-logo sid-l-space-top-md" },
10331
+ React.createElement("img", { className: "sid-request-organization-sheerid-logo sid-logo__img", alt: "Logo", src: logoUrl || requestOrganizationConstants.SHEERID_LOGO_URL })),
10332
+ React.createElement("div", { className: "sid-logo sid-request-organization-school-house-logo sid-l-space-top-md" },
10312
10333
  React.createElement("img", { className: "sid-logo__icon", alt: "School House", src: requestOrganizationConstants.SCHOOL_HOUSE_URL })),
10313
10334
  localeChoices.length > 1 ? (React.createElement(ChangeLocaleComponent, { options: localeChoices, value: viewModel.localeChoice || defaultLocaleChoice, isErrored: false, onChange: (localeChoice) => {
10314
10335
  updateRequestOrganizationViewModel({ localeChoice });
@@ -10396,13 +10417,13 @@ const RequestOrganizationSearch = ({ intl }) => {
10396
10417
  React.createElement(EmailComponent, { value: viewModel.email, isErrored: !!viewModel.emailError, onChange: (newValue) => {
10397
10418
  updateRequestOrganizationViewModel({ email: newValue });
10398
10419
  }, explanation: " " })),
10399
- React.createElement("div", { className: "sid-l-space-top-lg" },
10400
- React.createElement("button", { type: "submit", className: "sid-btn sid-btn--dark", onClick: (e) => {
10420
+ React.createElement("div", { className: "sid-l-space-top-lg sid-request-organization-button-container" },
10421
+ React.createElement("button", { type: "submit", className: "sid-btn sid-btn--dark sid-btn__request-organization", onClick: (e) => {
10401
10422
  e.preventDefault();
10402
10423
  submitAddSchoolRequest(canSubmitForm, requestOrganizationService, dispatch);
10403
10424
  } },
10404
10425
  React.createElement(FormattedHTMLMessage, { id: "submit", defaultMessage: "Submit" }))))) : null,
10405
- viewModel.isSearching ? (React.createElement("div", { id: "sid-spinner-container", className: "sid-l-absolute-center" },
10426
+ viewModel.isSearching ? (React.createElement("div", { id: "sid-spinner-container", className: "sid-l-absolute-center sid-spinner-container" },
10406
10427
  React.createElement(LoadingSpinnerComponent, null))) : null));
10407
10428
  };
10408
10429
  const RequestOrganizationSearchComponent = injectIntl(RequestOrganizationSearch);
@@ -12275,11 +12296,11 @@ const RequestOrganizationForm = ({ programId, viewModel, }) => {
12275
12296
  // https://stackoverflow.com/questions/50709625/link-with-target-blank-and-rel-noopener-noreferrer-still-vulnerable
12276
12297
  const LinkExternal = ({ children, ...restProps }) => (React.createElement("a", Object.assign({ target: "_blank", rel: "noopener noreferrer" }, restProps), children));
12277
12298
 
12278
- const RequestOrganizationFormFooterComponent = ({ faqUrl, }) => (React.createElement("div", { className: "sid-footer" },
12279
- React.createElement("div", { className: "sid-footer__powered-by-container--stacked sid-l-horz-center sid-l-space-top-lg" },
12280
- React.createElement("div", { className: "sid-footer__powered-by--stacked sid-l-horz-center" },
12299
+ const RequestOrganizationFormFooterComponent = ({ faqUrl, }) => (React.createElement("div", { className: "sid-request-organization-footer sid-footer" },
12300
+ React.createElement("div", { className: "sid-request-organization-footer-powered-by sid-footer__powered-by-container--stacked sid-l-horz-center sid-l-space-top-lg" },
12301
+ React.createElement("div", { className: "sid-request-organization-footer-powered-by__stacked sid-footer__powered-by--stacked sid-l-horz-center" },
12281
12302
  React.createElement(FormattedHTMLMessage, { id: "poweredBy", defaultMessage: "Verification services powered by SheerID." })),
12282
- React.createElement("div", { className: "sid-l-space-top-sm" },
12303
+ React.createElement("div", { className: "sid-request-organization-faq-container sid-l-space-top-sm" },
12283
12304
  React.createElement(LinkExternal, { className: "sid-faq sid-link", href: faqUrl },
12284
12305
  React.createElement(FormattedHTMLMessage, { id: "faq", defaultMessage: "SheerID Add School Request FAQ" }))))));
12285
12306
 
@@ -14069,16 +14090,21 @@ var isTestValues;
14069
14090
  isTestValues["TRUE"] = "true";
14070
14091
  isTestValues["FALSE"] = "false";
14071
14092
  })(isTestValues || (isTestValues = {}));
14072
- const isTestEmailDomains = ["sheerid.com", "wizeline.com"];
14093
+ const testRequestEmailDomains = ["sheerid.com"];
14073
14094
  // GA admin config needs to correlate with these dimension index numbers:
14074
- const dimensions = {
14075
- verificationId: "dimension1",
14076
- programId: "dimension2",
14077
- jslibVersionActual: "dimension3",
14078
- isTest: "dimension4",
14079
- };
14080
- const recordEvent = (step, label = "") => {
14081
- window.ga("send", "event", events.EVENT_CATEGORY, step, label);
14095
+ var DimensionName;
14096
+ (function (DimensionName) {
14097
+ DimensionName["verificationId"] = "verificationId";
14098
+ DimensionName["programId"] = "programId";
14099
+ DimensionName["jslibVersionActual"] = "jslibVersionActual";
14100
+ DimensionName["testRequest"] = "testRequest";
14101
+ DimensionName["testMode"] = "testMode";
14102
+ })(DimensionName || (DimensionName = {}));
14103
+ const recordEvent = (step, stepAction = "") => {
14104
+ window.gtag("event", events.EVENT_CATEGORY, {
14105
+ step,
14106
+ step_action: stepAction,
14107
+ });
14082
14108
  };
14083
14109
  const recordViewModelChange = (oldState, newState) => {
14084
14110
  try {
@@ -14106,21 +14132,24 @@ const recordVerificationResponse = (verificationResponse) => {
14106
14132
  };
14107
14133
  const setDimension = (dimensionName, value) => {
14108
14134
  try {
14109
- window.ga("set", dimensions[dimensionName], value);
14135
+ window.gtag("set", "user_properties", {
14136
+ [dimensionName]: value,
14137
+ });
14110
14138
  }
14111
14139
  catch (e) {
14112
14140
  logger.warn(`Failed to set ${dimensionName}`, e);
14113
14141
  }
14114
14142
  };
14115
- const setGaDimensionIsTest = (viewModel) => {
14143
+ const setGaDimensionTestRequest = (viewModel) => {
14116
14144
  try {
14117
14145
  const { email } = viewModel;
14118
- if (email && isTestEmailDomains.filter((domain) => email.indexOf(domain) > -1).length > 0) {
14119
- setDimension("isTest", isTestValues.TRUE); // Note that this may override previously-sent `programTheme.isTestMode`
14146
+ if (email &&
14147
+ testRequestEmailDomains.filter((domain) => email.indexOf(domain) > -1).length > 0) {
14148
+ setDimension(DimensionName.testRequest, isTestValues.TRUE);
14120
14149
  }
14121
14150
  }
14122
14151
  catch (e) {
14123
- logger.warn("Error setting isTest dimension", e);
14152
+ logger.warn("Error setting testRequest dimension", e);
14124
14153
  }
14125
14154
  };
14126
14155
 
@@ -14325,7 +14354,7 @@ const createSubmitStep = (dispatch) => async (stepName, viewModel, previousRespo
14325
14354
  scrollToWindowTop();
14326
14355
  await dispatch({ type: "IS_LOADING", isLoading: true, loadingStep: stepName });
14327
14356
  logger.info(`submitting step ${stepName}`, viewModel);
14328
- setGaDimensionIsTest(viewModel);
14357
+ setGaDimensionTestRequest(viewModel);
14329
14358
  const verificationResponse = await VerificationApiClient.submitStep(stepName, previousResponse, viewModel);
14330
14359
  const newViewModel = handleSubmitResponse(verificationResponse, viewModel);
14331
14360
  const promiseVerificationResponse = dispatch({
@@ -14852,7 +14881,7 @@ const getInitialState = () => deepClone(initialState$1);
14852
14881
  const verificationServiceReducer = (state = getInitialState(), action) => {
14853
14882
  switch (action.type) {
14854
14883
  case "PROGRAM_ID":
14855
- setDimension("programId", action.programId);
14884
+ setDimension(DimensionName.programId, action.programId);
14856
14885
  return {
14857
14886
  ...state,
14858
14887
  programId: action.programId,
@@ -14922,7 +14951,7 @@ const verificationServiceReducer = (state = getInitialState(), action) => {
14922
14951
  previousViewModel: action.previousViewModel,
14923
14952
  };
14924
14953
  case "PROGRAM_THEME":
14925
- setDimension("isTest", action.programTheme.isTestMode ? isTestValues.TRUE : isTestValues.FALSE);
14954
+ setDimension(DimensionName.testMode, action.programTheme.isTestMode ? isTestValues.TRUE : isTestValues.FALSE);
14926
14955
  return {
14927
14956
  ...state,
14928
14957
  programTheme: action.programTheme,
@@ -17149,7 +17178,7 @@ const DateInput = ({ onChange, intl, isErrored, isRequired = true, value = "2000
17149
17178
  const day = mode === "date" && (React.createElement(InputTextComponent, { className: `${cssId}__day sid-date__day sid-text-input sid-text-input--required ${isErrored ? "sid-text-input--error" : ""}`, id: `${fieldId}-day`, isErrored: isErrored, min: 1, max: 31, name: `${cssId}-day`, onChange: (e) => updateDay(e.target.value), onBlur: getDate, pattern: "\\d*", placeholder: intl.formatHTMLMessage({ id: "dateTime.day", defaultMessage: "Day" }), hidePlaceholder: false, "aria-label": intl.formatHTMLMessage({ id: "dateTime.day", defaultMessage: "Day" }), "aria-labelledby": cssId, "aria-required": isRequired, refId: `${fieldName}Day`, type: "text", value: dateDay || "" }));
17150
17179
  return (React.createElement("div", { className: `sid-field ${cssId}` },
17151
17180
  React.createElement("div", { className: "sid-l-space-top-md" }),
17152
- React.createElement(FieldLabel, { text: label, htmlForLabel: monthFieldId, id: fieldLabelId, displayClasses: "sid-field__label-with-explanation", isRequired: isRequired },
17181
+ React.createElement(FieldLabel, { text: label, htmlForLabel: monthFieldId, id: fieldLabelId, displayClasses: "sid-used-for-verification-purposes-label sid-field__label-with-explanation", isRequired: isRequired },
17153
17182
  React.createElement(FormattedHTMLMessage, { id: "verificationPurposesOnly", defaultMessage: "Used for verification purposes only" })),
17154
17183
  React.createElement("div", { className: `${cssId}__inputs sid-date__inputs` },
17155
17184
  isDayFirst(locale) ? (React.createElement(React.Fragment, null,
@@ -17329,7 +17358,7 @@ const HowDoesVerifyingWorkComponent = ({ verificationService, initialVisibility
17329
17358
  };
17330
17359
  const handleOnClick = (tooltipIsOpen) => (tooltipIsOpen ? hideTooltip() : showTooltip());
17331
17360
  return (React.createElement("div", { className: "sid-how-verify-works", onMouseEnter: showTooltip, onMouseLeave: hideTooltip },
17332
- React.createElement("a", { href: "#", className: "sid-link", "aria-expanded": tooltipVisibility, onClick: () => handleOnClick(tooltipVisibility), "aria-describedby": tooltipVisibility ? "how-does-verifying-work-tooltip" : null, role: "button" },
17361
+ React.createElement("a", { href: "#", className: "sid-link sid-how-does-verifying-work-hoverable", "aria-expanded": tooltipVisibility, onClick: () => handleOnClick(tooltipVisibility), "aria-describedby": tooltipVisibility ? "how-does-verifying-work-tooltip" : null, role: "button" },
17333
17362
  React.createElement(FormattedHTMLMessage, { id: "howDoesVerifyingWork", defaultMessage: "How does verifying work?" })),
17334
17363
  tooltipVisibility ? (React.createElement("div", { className: "sid-how-verify-works__container" },
17335
17364
  React.createElement("div", { className: "sid-how-verify-works__caret" }),
@@ -17346,7 +17375,8 @@ const BaseCountryComponentWrapper = ({ verificationService, viewModelDraftDecora
17346
17375
  if (nextFocusField) {
17347
17376
  logger.warn("nextFocusField prop is deprecated");
17348
17377
  }
17349
- const countryChoices = getAvailableCountryChoices(verificationService.programTheme, intl);
17378
+ const locale = getSafe(() => viewModel.localeChoice.value, "en-US");
17379
+ const countryChoices = getSortedCountryChoices(verificationService.programTheme, intl, locale);
17350
17380
  const countryQueryParam = getSafe(() => getQueryParam("country").toUpperCase());
17351
17381
  const defaultCountryChoice = getDefaultCountryChoice(countryChoices);
17352
17382
  const { fieldValidationErrors } = verificationService;
@@ -17498,15 +17528,15 @@ const StepStudentPersonalInfo = ({ verificationService, }) => {
17498
17528
  verificationService.updateViewModel(nextState);
17499
17529
  };
17500
17530
  const locale = viewModel.localeChoice.value;
17501
- return (React.createElement("div", { id: "sid-step-student-personal-info", className: "sid-l-container" },
17531
+ return (React.createElement("div", { id: "sid-step-student-personal-info", className: "sid-student-personal-info-container sid-l-container" },
17502
17532
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
17503
- React.createElement("div", { className: "sid-l-horz-center" },
17533
+ React.createElement("div", { className: "sid-student-personal-info-logo-container sid-l-horz-center" },
17504
17534
  React.createElement(LogoComponent, { verificationService: verificationService })),
17505
17535
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17506
17536
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name & Birthdate" })),
17507
17537
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
17508
17538
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your full name and birthdate must match what is on your official school records." })))) : (React.createElement("div", { className: "sid-header" },
17509
- React.createElement("div", { className: "sid-l-horz-center" },
17539
+ React.createElement("div", { className: "sid-student-personal-info-logo-container sid-l-horz-center" },
17510
17540
  React.createElement(LogoComponent, { verificationService: verificationService })),
17511
17541
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17512
17542
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Student-Only Offer", tagName: "h1" })),
@@ -17553,8 +17583,8 @@ const StepStudentPersonalInfo = ({ verificationService, }) => {
17553
17583
  }, viewModel: viewModel }),
17554
17584
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
17555
17585
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
17556
- React.createElement("div", { className: "sid-submit" },
17557
- React.createElement("button", { id: "sid-submit-wrapper__collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectStudentPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
17586
+ React.createElement("div", { className: "sid-student--submit sid-submit" },
17587
+ React.createElement("button", { id: "sid-submit-wrapper__collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectStudentPersonalInfo), type: "submit", className: `sid-btn sid-student-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
17558
17588
  ? "sid-btn--disabled-like"
17559
17589
  : ""}`, "aria-label": "submit", "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
17560
17590
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyStudentStatus", defaultMessage: "Verify My Student Status" })))))),
@@ -17591,15 +17621,15 @@ const StepSeniorPersonalInfo = ({ verificationService }) => {
17591
17621
  });
17592
17622
  verificationService.updateViewModel(nextState);
17593
17623
  };
17594
- return (React.createElement("div", { id: "sid-step-senior-personal-info", className: "sid-l-container" },
17624
+ return (React.createElement("div", { id: "sid-step-senior-personal-info", className: "sid-senior-personal-info-container sid-l-container" },
17595
17625
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
17596
- React.createElement("div", { className: "sid-l-horz-center" },
17626
+ React.createElement("div", { className: "sid-senior-personal-info-logo-container sid-l-horz-center" },
17597
17627
  React.createElement(LogoComponent, { verificationService: verificationService })),
17598
17628
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17599
17629
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name & Birthdate" })),
17600
17630
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
17601
17631
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your full name and birthdate must match what is on your government-issued documents." })))) : (React.createElement("div", { className: "sid-header" },
17602
- React.createElement("div", { className: "sid-l-horz-center" },
17632
+ React.createElement("div", { className: "sid-senior-personal-info-logo-container sid-l-horz-center" },
17603
17633
  React.createElement(LogoComponent, { verificationService: verificationService })),
17604
17634
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17605
17635
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock Your Special Offer", tagName: "h1" })),
@@ -17645,8 +17675,8 @@ const StepSeniorPersonalInfo = ({ verificationService }) => {
17645
17675
  }, viewModel: viewModel }),
17646
17676
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
17647
17677
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
17648
- React.createElement("div", { className: "sid-submit" },
17649
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectSeniorPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
17678
+ React.createElement("div", { className: "sid-senior-submit sid-submit" },
17679
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectSeniorPersonalInfo), type: "submit", className: `sid-btn sid-senior-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
17650
17680
  ? "sid-btn--disabled-like"
17651
17681
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
17652
17682
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyAndContinue", defaultMessage: "Verify and continue" })))))),
@@ -17742,15 +17772,15 @@ const StepAgePersonalInfo = ({ verificationService, intl }) => {
17742
17772
  }
17743
17773
  })();
17744
17774
  }, [viewModel.country]);
17745
- return (React.createElement("div", { id: "sid-step-student-personal-info", className: "sid-l-container" },
17775
+ return (React.createElement("div", { id: "sid-step-student-personal-info", className: "sid-age-personal-info-container sid-l-container" },
17746
17776
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
17747
- React.createElement("div", { className: "sid-l-horz-center" },
17777
+ React.createElement("div", { className: "sid-age-logo-container sid-l-horz-center" },
17748
17778
  React.createElement(LogoComponent, { verificationService: verificationService })),
17749
17779
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17750
17780
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name & Birthdate" })),
17751
17781
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
17752
17782
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your full name and birthdate must match what is on your government-issued documents." })))) : (React.createElement("div", { className: "sid-header" },
17753
- React.createElement("div", { className: "sid-l-horz-center" },
17783
+ React.createElement("div", { className: "sid-age-logo-container sid-l-horz-center" },
17754
17784
  React.createElement(LogoComponent, { verificationService: verificationService })),
17755
17785
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17756
17786
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock Your Special Offer" })),
@@ -17810,8 +17840,8 @@ const StepAgePersonalInfo = ({ verificationService, intl }) => {
17810
17840
  }, viewModel: viewModel }),
17811
17841
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
17812
17842
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
17813
- React.createElement("div", { className: "sid-submit" },
17814
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectAgePersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
17843
+ React.createElement("div", { className: "sid-submit sid-age-personal-info-submit" },
17844
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectAgePersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-age-personal-info-btn sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
17815
17845
  ? "sid-btn--disabled-like"
17816
17846
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
17817
17847
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyAndContinue", defaultMessage: "Verify and continue" })))))),
@@ -17865,15 +17895,15 @@ const StepTeacherPersonalInfo = ({ verificationService, }) => {
17865
17895
  updateTeacherViewModel("fieldsToSkipValidation", []);
17866
17896
  }
17867
17897
  }, [verificationService.programTheme.idCheckAddOnEnabled]);
17868
- return (React.createElement("div", { id: "sid-step-teacher-personal-info", className: "sid-l-container" },
17898
+ return (React.createElement("div", { id: "sid-step-teacher-personal-info", className: "sid-teacher-personal-info-container sid-l-container" },
17869
17899
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
17870
- React.createElement("div", { className: "sid-l-horz-center" },
17900
+ React.createElement("div", { className: "sid-teacher-personal-info-logo-container sid-l-horz-center" },
17871
17901
  React.createElement(LogoComponent, { verificationService: verificationService })),
17872
17902
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17873
17903
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name & Email" })),
17874
17904
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
17875
17905
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your full name and email address must match what is on record with your school." })))) : (React.createElement("div", { className: "sid-header" },
17876
- React.createElement("div", { className: "sid-l-horz-center" },
17906
+ React.createElement("div", { className: "sid-teacher-personal-info-logo-container sid-l-horz-center" },
17877
17907
  React.createElement(LogoComponent, { verificationService: verificationService })),
17878
17908
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17879
17909
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Teaching Staff-Only Offer", tagName: "h1" })),
@@ -17924,8 +17954,8 @@ const StepTeacherPersonalInfo = ({ verificationService, }) => {
17924
17954
  }, viewModel: viewModel }),
17925
17955
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
17926
17956
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
17927
- React.createElement("div", { className: "sid-submit" },
17928
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectTeacherPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
17957
+ React.createElement("div", { className: "sid-teacher-submit sid-submit" },
17958
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectTeacherPersonalInfo), type: "submit", className: `sid-btn sid-teacher-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
17929
17959
  ? "sid-btn--disabled-like"
17930
17960
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
17931
17961
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyTeacherStatus", defaultMessage: "Verify My Teacher Status" })))))),
@@ -17972,15 +18002,15 @@ const StepMemberPersonalInfo = ({ verificationService }) => {
17972
18002
  });
17973
18003
  verificationService.updateViewModel(nextState);
17974
18004
  };
17975
- return (React.createElement("div", { id: "sid-step-member-personal-info", className: "sid-l-container" },
18005
+ return (React.createElement("div", { id: "sid-step-member-personal-info", className: "sid-member-personal-info-container sid-l-container" },
17976
18006
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
17977
- React.createElement("div", { className: "sid-l-horz-center" },
18007
+ React.createElement("div", { className: "sid-member-personal-info-logo-container sid-l-horz-center" },
17978
18008
  React.createElement(LogoComponent, { verificationService: verificationService })),
17979
18009
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17980
18010
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name & Email" })),
17981
18011
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
17982
18012
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your full name and email address must match what is on record with your school." })))) : (React.createElement("div", { className: "sid-header" },
17983
- React.createElement("div", { className: "sid-l-horz-center" },
18013
+ React.createElement("div", { className: "sid-member-personal-info-logo-container sid-l-horz-center" },
17984
18014
  React.createElement(LogoComponent, { verificationService: verificationService })),
17985
18015
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
17986
18016
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Members-Only Offer", tagName: "h1" })),
@@ -18031,8 +18061,8 @@ const StepMemberPersonalInfo = ({ verificationService }) => {
18031
18061
  }, viewModel: viewModel }),
18032
18062
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
18033
18063
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
18034
- React.createElement("div", { className: "sid-submit" },
18035
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectMemberPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18064
+ React.createElement("div", { className: "sid-member-submit sid-submit" },
18065
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectMemberPersonalInfo), type: "submit", className: `sid-btn sid-member-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18036
18066
  ? "sid-btn--disabled-like"
18037
18067
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
18038
18068
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyMembershipStatus", defaultMessage: "Verify My Membership Status" })))))),
@@ -18176,15 +18206,15 @@ const StepActiveMilitaryPersonalInfo = ({ intl, verificationService, }) => {
18176
18206
  }
18177
18207
  // Refs should be reset to ensure the field order isn't affected by the previous step
18178
18208
  resetRefs();
18179
- return (React.createElement("div", { id: "sid-step-active-military-personal-info", className: "sid-l-container" },
18209
+ return (React.createElement("div", { id: "sid-step-active-military-personal-info", className: "sid-active-military-personal-info-container sid-military-personal-info-container sid-l-container" },
18180
18210
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
18181
- React.createElement("div", { className: "sid-l-horz-center" },
18211
+ React.createElement("div", { className: "sid-active-military-personal-info-logo-container sid-military-personal-info-container sid-l-horz-center" },
18182
18212
  React.createElement(LogoComponent, { verificationService: verificationService })),
18183
18213
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18184
18214
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name & Birthdate" })),
18185
18215
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
18186
18216
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "\n Enter your first and last name on the form as it appears on your military document(s).\n Keep in mind that may be your given name." })))) : (React.createElement("div", { className: "sid-header" },
18187
- React.createElement("div", { className: "sid-l-horz-center" },
18217
+ React.createElement("div", { className: "sid-active-military-personal-info-logo-container sid-military-personal-info-container sid-l-horz-center" },
18188
18218
  React.createElement(LogoComponent, { verificationService: verificationService })),
18189
18219
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18190
18220
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Military-Only Offer", tagName: "h1" })),
@@ -18249,8 +18279,8 @@ const StepActiveMilitaryPersonalInfo = ({ intl, verificationService, }) => {
18249
18279
  }, viewModel: viewModel }),
18250
18280
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
18251
18281
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
18252
- React.createElement("div", { className: "sid-submit" },
18253
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectActiveMilitaryPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18282
+ React.createElement("div", { className: "sid-active-military-personal-submit sid-military-submit sid-submit" },
18283
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectActiveMilitaryPersonalInfo), type: "submit", className: `sid-btn sid-active-military-personal-submit-btn sid-military-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18254
18284
  ? "sid-btn--disabled-like"
18255
18285
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
18256
18286
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyMilitaryStatus", defaultMessage: "Verify My Military Status" })))))),
@@ -18287,15 +18317,15 @@ const StepInactiveMilitaryPersonalInfo = ({ intl, verificationService, }) => {
18287
18317
  }
18288
18318
  // Refs should be reset to ensure the field order isn't affected by the previous step
18289
18319
  resetRefs();
18290
- return (React.createElement("div", { id: "sid-step-inactive-military-personal-info", className: "sid-l-container" },
18320
+ return (React.createElement("div", { id: "sid-step-inactive-military-personal-info", className: "sid-inactive-military-personal-info-container sid-military-personal-info-container sid-l-container" },
18291
18321
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
18292
- React.createElement("div", { className: "sid-l-horz-center" },
18322
+ React.createElement("div", { className: "sid-inactive-military-personal-info-logo-container sid-military-personal-info-logo-container sid-l-horz-center" },
18293
18323
  React.createElement(LogoComponent, { verificationService: verificationService })),
18294
18324
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18295
18325
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name & Birthdate" })),
18296
18326
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
18297
18327
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "\n Enter your first and last name on the form as it appears on your military document(s).\n Keep in mind that may be your given name." })))) : (React.createElement("div", { className: "sid-header" },
18298
- React.createElement("div", { className: "sid-l-horz-center" },
18328
+ React.createElement("div", { className: "sid-inactive-military-personal-info-logo-container sid-military-personal-info-logo-container sid-l-horz-center" },
18299
18329
  React.createElement(LogoComponent, { verificationService: verificationService })),
18300
18330
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18301
18331
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Military-Only Offer", tagName: "h1" })),
@@ -18362,8 +18392,8 @@ const StepInactiveMilitaryPersonalInfo = ({ intl, verificationService, }) => {
18362
18392
  }, viewModel: viewModel }),
18363
18393
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
18364
18394
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
18365
- React.createElement("div", { className: "sid-submit" },
18366
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectInactiveMilitaryPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18395
+ React.createElement("div", { className: "sid-inactive-military-submit sid-military-submit sid-submit" },
18396
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectInactiveMilitaryPersonalInfo), type: "submit", className: `sid-btn sid-inactive-military-submit-btn sid-military-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18367
18397
  ? "sid-btn--disabled-like"
18368
18398
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
18369
18399
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyMilitaryStatus", defaultMessage: "Verify My Military Status" })))))),
@@ -18420,15 +18450,15 @@ const StepFirstResponderPersonalInfo = ({ intl, verificationService, }) => {
18420
18450
  delete viewModel.postalCode; // TODO Fixme. Don't side-effect the viewModel
18421
18451
  updateFieldValidationErrorsByFieldId("postalCode", undefined, verificationService);
18422
18452
  }
18423
- return (React.createElement("div", { id: "sid-step-active-first-responder-personal-info", className: "sid-l-container" },
18453
+ return (React.createElement("div", { id: "sid-step-active-first-responder-personal-info", className: "sid-first-responder-personal-info-container sid-l-container" },
18424
18454
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
18425
- React.createElement("div", { className: "sid-l-horz-center" },
18455
+ React.createElement("div", { className: "sid-first-responder-logo-container sid-l-horz-center" },
18426
18456
  React.createElement(LogoComponent, { verificationService: verificationService })),
18427
18457
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18428
18458
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name, Email & Organization" })),
18429
18459
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
18430
18460
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your full name, organization name, and email must match what is on record with your agency." })))) : (React.createElement("div", { className: "sid-header" },
18431
- React.createElement("div", { className: "sid-l-horz-center" },
18461
+ React.createElement("div", { className: "sid-first-responder-logo-container sid-l-horz-center" },
18432
18462
  React.createElement(LogoComponent, { verificationService: verificationService })),
18433
18463
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18434
18464
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this 1st Responder-Only Offer", tagName: "h1" })),
@@ -18486,8 +18516,8 @@ const StepFirstResponderPersonalInfo = ({ intl, verificationService, }) => {
18486
18516
  }, viewModel: viewModel }),
18487
18517
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
18488
18518
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
18489
- React.createElement("div", { className: "sid-submit" },
18490
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectFirstResponderPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18519
+ React.createElement("div", { className: "sid-first-responder-personal-info-submit sid-submit" },
18520
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectFirstResponderPersonalInfo), type: "submit", className: `sid-btn sid-first-responder-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18491
18521
  ? "sid-btn--disabled-like"
18492
18522
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
18493
18523
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyFirstResponderStatus", defaultMessage: "Verify My First Responder Status" })))))),
@@ -18565,15 +18595,15 @@ const StepMedicalProfessionalPersonalInfo = ({ intl, verificationService, }) =>
18565
18595
  }
18566
18596
  })();
18567
18597
  }, [viewModel.country, viewModel.status]);
18568
- return (React.createElement("div", { id: "sid-step-active-medical-professional-personal-info", className: "sid-l-container" },
18598
+ return (React.createElement("div", { id: "sid-step-active-medical-professional-personal-info", className: "sid-medical-personal-info-container sid-l-container" },
18569
18599
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
18570
- React.createElement("div", { className: "sid-l-horz-center" },
18600
+ React.createElement("div", { className: "sid-medical-personal-info-logo-container sid-l-horz-center" },
18571
18601
  React.createElement(LogoComponent, { verificationService: verificationService })),
18572
18602
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18573
18603
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name, Email & Organization" })),
18574
18604
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
18575
18605
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your full name, organization name, and email must match what is on record with your agency." })))) : (React.createElement("div", { className: "sid-header" },
18576
- React.createElement("div", { className: "sid-l-horz-center" },
18606
+ React.createElement("div", { className: "sid-medical-personal-info-logo-container sid-l-horz-center" },
18577
18607
  React.createElement(LogoComponent, { verificationService: verificationService })),
18578
18608
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18579
18609
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Medical Professional-Only Offer", tagName: "h1" })),
@@ -18635,8 +18665,8 @@ const StepMedicalProfessionalPersonalInfo = ({ intl, verificationService, }) =>
18635
18665
  }, viewModel: viewModel }),
18636
18666
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
18637
18667
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
18638
- React.createElement("div", { className: "sid-submit" },
18639
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectMedicalProfessionalPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18668
+ React.createElement("div", { className: "sid-medical-submit sid-submit" },
18669
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectMedicalProfessionalPersonalInfo), type: "submit", className: `sid-btn sid-medical-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18640
18670
  ? "sid-btn--disabled-like"
18641
18671
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
18642
18672
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyMedicalProfessionalStatus", defaultMessage: "Verify My Medical Professional Status" })))))),
@@ -18682,9 +18712,9 @@ const StepEmploymentPersonalInfo = ({ intl, verificationService, }) => {
18682
18712
  });
18683
18713
  verificationService.updateViewModel(nextState);
18684
18714
  };
18685
- return (React.createElement("div", { id: "sid-step-employment-personal-info", className: "sid-l-container" },
18715
+ return (React.createElement("div", { id: "sid-step-employment-personal-info", className: "sid-employment-personal-info-container sid-l-container" },
18686
18716
  React.createElement("div", { className: "sid-header" },
18687
- React.createElement("div", { className: "sid-l-horz-center" },
18717
+ React.createElement("div", { className: "sid-employment-logo-container sid-l-horz-center" },
18688
18718
  React.createElement(LogoComponent, { verificationService: verificationService })),
18689
18719
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18690
18720
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Employment-Only Offer", tagName: "h1" })),
@@ -18758,11 +18788,11 @@ const StepEmploymentPersonalInfo = ({ intl, verificationService, }) => {
18758
18788
  }, viewModel: viewModel }),
18759
18789
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
18760
18790
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
18761
- React.createElement("div", { className: "sid-submit" },
18762
- React.createElement("button", { id: "sid-submit-wrapper__collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectEmployeePersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18791
+ React.createElement("div", { className: "sid-employment-submit sid-submit" },
18792
+ React.createElement("button", { id: "sid-submit-wrapper__collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectEmployeePersonalInfo), type: "submit", className: `sid-btn sid-employment-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18763
18793
  ? "sid-btn--disabled-like"
18764
18794
  : ""}`, "aria-label": "submit", "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
18765
- React.createElement("span", { id: "verify-status-text" },
18795
+ React.createElement("span", { id: "verify-status-text", className: "sid-employment-submit-btn__text" },
18766
18796
  React.createElement(FormattedHTMLMessage, { id: "verifyMyEmploymentStatus", defaultMessage: "Verify My Employment Status" }))))),
18767
18797
  React.createElement(FormFooterComponent, { verificationService: verificationService })));
18768
18798
  };
@@ -18800,15 +18830,15 @@ const StepDriverLicensePersonalInfo = ({ intl, verificationService, }) => {
18800
18830
  };
18801
18831
  // Refs should be reset to ensure the field order isn't affected by the previous step
18802
18832
  resetRefs();
18803
- return (React.createElement("div", { id: "sid-step-driver-license-personal-info", className: "sid-l-container" },
18833
+ return (React.createElement("div", { id: "sid-step-driver-license-personal-info", className: "sid-drivers-license-personal-info-container sid-l-container" },
18804
18834
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
18805
- React.createElement("div", { className: "sid-l-horz-center" },
18835
+ React.createElement("div", { className: "sid-drivers-license-logo-container sid-l-horz-center" },
18806
18836
  React.createElement(LogoComponent, { verificationService: verificationService })),
18807
18837
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18808
18838
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name and other fields" })),
18809
18839
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
18810
18840
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "\n Enter your first and last name on the form as it appears on your official document(s).\n Keep in mind that may be your given name." })))) : (React.createElement("div", { className: "sid-header" },
18811
- React.createElement("div", { className: "sid-l-horz-center" },
18841
+ React.createElement("div", { className: "sid-drivers-license-logo-container sid-l-horz-center" },
18812
18842
  React.createElement(LogoComponent, { verificationService: verificationService })),
18813
18843
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18814
18844
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
@@ -18855,8 +18885,8 @@ const StepDriverLicensePersonalInfo = ({ intl, verificationService, }) => {
18855
18885
  }, viewModel: viewModel }),
18856
18886
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
18857
18887
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
18858
- React.createElement("div", { className: "sid-submit" },
18859
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectDriverLicensePersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18888
+ React.createElement("div", { className: "sid-drivers-license-submit sid-submit" },
18889
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectDriverLicensePersonalInfo), type: "submit", className: `sid-btn sid-drivers-license-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18860
18890
  ? "sid-btn--disabled-like"
18861
18891
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
18862
18892
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyIdentityStatus", defaultMessage: "Verify My Identity" })))))),
@@ -18881,15 +18911,15 @@ const StepGeneralIdentityPersonalInfo = ({ intl, verificationService, }) => {
18881
18911
  };
18882
18912
  // Refs should be reset to ensure the field order isn't affected by the previous step
18883
18913
  resetRefs();
18884
- return (React.createElement("div", { id: "sid-step-general-identity-personal-info", className: "sid-l-container" },
18914
+ return (React.createElement("div", { id: "sid-step-general-identity-personal-info", className: "sid-general-identity-personal-info-container sid-l-container" },
18885
18915
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
18886
- React.createElement("div", { className: "sid-l-horz-center" },
18916
+ React.createElement("div", { className: "sid-general-identity-logo-container sid-l-horz-center" },
18887
18917
  React.createElement(LogoComponent, { verificationService: verificationService })),
18888
18918
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18889
18919
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name and other fields" })),
18890
18920
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
18891
18921
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "\n Enter your first and last name on the form as it appears on your official document(s).\n Keep in mind that may be your given name." })))) : (React.createElement("div", { className: "sid-header" },
18892
- React.createElement("div", { className: "sid-l-horz-center" },
18922
+ React.createElement("div", { className: "sid-general-identity-logo-container sid-l-horz-center" },
18893
18923
  React.createElement(LogoComponent, { verificationService: verificationService })),
18894
18924
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18895
18925
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
@@ -18925,7 +18955,7 @@ const StepGeneralIdentityPersonalInfo = ({ intl, verificationService, }) => {
18925
18955
  updateIdentityViewModel("address1", newValue);
18926
18956
  updateFieldValidationErrorsByFieldId("address1", newValue, verificationService);
18927
18957
  }, value: viewModel.address1, isRequired: true }),
18928
- React.createElement("div", { className: "sid-thirds" },
18958
+ React.createElement("div", { className: "sid-extra-address-inputs sid-thirds" },
18929
18959
  React.createElement(CityComponent, { isErrored: !!fieldValidationErrors.city, errorId: fieldValidationErrors.city, onChange: (newValue) => {
18930
18960
  updateIdentityViewModel("city", newValue);
18931
18961
  updateFieldValidationErrorsByFieldId("city", newValue, verificationService);
@@ -18949,8 +18979,8 @@ const StepGeneralIdentityPersonalInfo = ({ intl, verificationService, }) => {
18949
18979
  }, viewModel: viewModel }),
18950
18980
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
18951
18981
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
18952
- React.createElement("div", { className: "sid-submit" },
18953
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectGeneralIdentityPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18982
+ React.createElement("div", { className: "sid-general-identity-submit sid-submit" },
18983
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectGeneralIdentityPersonalInfo), type: "submit", className: `sid-btn sid-general-identity-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
18954
18984
  ? "sid-btn--disabled-like"
18955
18985
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
18956
18986
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyIdentityStatus", defaultMessage: "Verify My Identity" })))))),
@@ -18975,15 +19005,15 @@ const StepHybridIdentityPersonalInfo = ({ intl, verificationService, }) => {
18975
19005
  };
18976
19006
  // Refs should be reset to ensure the field order isn't affected by the previous step
18977
19007
  resetRefs();
18978
- return (React.createElement("div", { id: "sid-step-hybrid-identity-personal-info", className: "sid-l-container" },
19008
+ return (React.createElement("div", { id: "sid-step-hybrid-identity-personal-info", className: "sid-hybrid-identity-personal-info-container sid-l-container" },
18979
19009
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
18980
- React.createElement("div", { className: "sid-l-horz-center" },
19010
+ React.createElement("div", { className: "sid-hybrid-identity-logo-container sid-l-horz-center" },
18981
19011
  React.createElement(LogoComponent, { verificationService: verificationService })),
18982
19012
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18983
19013
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name and other fields" })),
18984
19014
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
18985
19015
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "\n Enter your first and last name on the form as it appears on your official document(s).\n Keep in mind that may be your given name." })))) : (React.createElement("div", { className: "sid-header" },
18986
- React.createElement("div", { className: "sid-l-horz-center" },
19016
+ React.createElement("div", { className: "sid-hybrid-identity-logo-container sid-l-horz-center" },
18987
19017
  React.createElement(LogoComponent, { verificationService: verificationService })),
18988
19018
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
18989
19019
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
@@ -19047,8 +19077,8 @@ const StepHybridIdentityPersonalInfo = ({ intl, verificationService, }) => {
19047
19077
  }, viewModel: viewModel }),
19048
19078
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
19049
19079
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
19050
- React.createElement("div", { className: "sid-submit" },
19051
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectHybridIdentityPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
19080
+ React.createElement("div", { className: "sid-hybrid-identity-submit sid-submit" },
19081
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectHybridIdentityPersonalInfo), type: "submit", className: `sid-btn sid-hybrid-identity-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
19052
19082
  ? "sid-btn--disabled-like"
19053
19083
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
19054
19084
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyIdentityStatus", defaultMessage: "Verify My Identity" })))))),
@@ -19109,11 +19139,11 @@ const StepLicensedProfessionalPersonalInfo = ({ intl, verificationService, }) =>
19109
19139
  }
19110
19140
  return availableStatuses;
19111
19141
  };
19112
- return (React.createElement("div", { id: "sid-step-licensed-professional-personal-info", className: "sid-l-container" },
19142
+ return (React.createElement("div", { id: "sid-step-licensed-professional-personal-info", className: "sid-licensed-professional-personal-info-container sid-l-container" },
19113
19143
  failedInstantMatch ? (
19114
19144
  // TODO localize this message
19115
19145
  React.createElement("p", null, "Failied instant match")) : (React.createElement("div", { className: "sid-header" },
19116
- React.createElement("div", { className: "sid-l-horz-center" },
19146
+ React.createElement("div", { className: "sid-licensed-professional-logo-container sid-l-horz-center" },
19117
19147
  React.createElement(LogoComponent, { verificationService: verificationService })),
19118
19148
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
19119
19149
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
@@ -19172,8 +19202,8 @@ const StepLicensedProfessionalPersonalInfo = ({ intl, verificationService, }) =>
19172
19202
  }, viewModel: viewModel }),
19173
19203
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
19174
19204
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
19175
- React.createElement("div", { className: "sid-submit" },
19176
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectLicensedProfessionalPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
19205
+ React.createElement("div", { className: "sid-licensed-professional-submit sid-submit" },
19206
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectLicensedProfessionalPersonalInfo), type: "submit", className: `sid-btn sid-licensed-professional-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
19177
19207
  ? "sid-btn--disabled-like"
19178
19208
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
19179
19209
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyLicensedProfessionalStatus", defaultMessage: "Verify My Licensed Professional Status" })))))),
@@ -19196,15 +19226,15 @@ const StepMoverPersonalInfo = ({ verificationService }) => {
19196
19226
  useEffect(() => {
19197
19227
  updateMoverViewModel("statuses", verificationResponse.availableStatuses);
19198
19228
  }, []);
19199
- return (React.createElement("div", { id: "sid-step-mover-personal-info", className: "sid-l-container" },
19229
+ return (React.createElement("div", { id: "sid-step-mover-personal-info", className: "sid-mover-personal-info-container sid-l-container" },
19200
19230
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
19201
- React.createElement("div", { className: "sid-l-horz-center" },
19231
+ React.createElement("div", { className: "sid-mover-personal-info-logo-container sid-l-horz-center" },
19202
19232
  React.createElement(LogoComponent, { verificationService: verificationService })),
19203
19233
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
19204
19234
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your Name & Address" })),
19205
19235
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
19206
19236
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your full name and address must match what is on your official documentation." })))) : (React.createElement("div", { className: "sid-header" },
19207
- React.createElement("div", { className: "sid-l-horz-center" },
19237
+ React.createElement("div", { className: "sid-mover-personal-info-logo-container sid-l-horz-center" },
19208
19238
  React.createElement(LogoComponent, { verificationService: verificationService })),
19209
19239
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
19210
19240
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
@@ -19250,8 +19280,8 @@ const StepMoverPersonalInfo = ({ verificationService }) => {
19250
19280
  }, viewModel: viewModel }),
19251
19281
  React.createElement(ExtraMessage, { verificationService: verificationService, suffix: "CollectAboveSubmit" }),
19252
19282
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
19253
- React.createElement("div", { className: "sid-submit" },
19254
- React.createElement("button", { id: "sid-submit-wrapper__collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectMoverPersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
19283
+ React.createElement("div", { className: "sid-mover-submit sid-submit" },
19284
+ React.createElement("button", { id: "sid-submit-wrapper__collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectMoverPersonalInfo), type: "submit", className: `sid-btn sid-mover-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
19255
19285
  ? "sid-btn--disabled-like"
19256
19286
  : ""}`, "aria-label": "submit", "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
19257
19287
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyMoverStatus", defaultMessage: "Verify My Recent Mover Status" })))))),
@@ -19321,15 +19351,15 @@ const StepLowIncomePersonalInfo = ({ intl, verificationService, }) => {
19321
19351
  setViewModel(updatedViewModel);
19322
19352
  }
19323
19353
  }, [isSelectedStatusSnapBenefits]);
19324
- return (React.createElement("div", { id: "sid-step-low-income-personal-info", className: "sid-l-container" },
19354
+ return (React.createElement("div", { id: "sid-step-low-income-personal-info", className: "sid-low-income-personal-info-container sid-l-container" },
19325
19355
  failedInstantMatch ? (React.createElement("div", { className: "sid-header" },
19326
- React.createElement("div", { className: "sid-l-horz-center" },
19356
+ React.createElement("div", { className: "sid-low-income-logo-container sid-l-horz-center" },
19327
19357
  React.createElement(LogoComponent, { verificationService: verificationService })),
19328
19358
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
19329
19359
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.title", defaultMessage: "Check Your full name & other fields" })),
19330
19360
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-header__subtitle--error" },
19331
19361
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.tryAgain.subtitle", defaultMessage: "Your information must match what is on your government-issued document(s)." })))) : (React.createElement("div", { className: "sid-header" },
19332
- React.createElement("div", { className: "sid-l-horz-center" },
19362
+ React.createElement("div", { className: "sid-low-income-logo-container sid-l-horz-center" },
19333
19363
  React.createElement(LogoComponent, { verificationService: verificationService })),
19334
19364
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
19335
19365
  React.createElement(FormattedHTMLMessage, { id: "step.personalInfo.title", defaultMessage: "Unlock this Special Offer", tagName: "h1" })),
@@ -19373,7 +19403,7 @@ const StepLowIncomePersonalInfo = ({ intl, verificationService, }) => {
19373
19403
  updateLowIncomeViewModel("address1", newValue);
19374
19404
  updateFieldValidationErrorsByFieldId("address1", newValue, verificationService);
19375
19405
  }, value: viewModel.address1, isRequired: true, explanation: React.createElement(FormattedHTMLMessage, { id: "addressExplanation", defaultMessage: "Use your home address" }) }),
19376
- React.createElement("div", { className: "sid-thirds" },
19406
+ React.createElement("div", { className: "sid-address-extra-fields sid-thirds" },
19377
19407
  React.createElement(CityComponent, { isErrored: !!fieldValidationErrors.city, errorId: fieldValidationErrors.city, onChange: (newValue) => {
19378
19408
  updateLowIncomeViewModel("city", newValue);
19379
19409
  updateFieldValidationErrorsByFieldId("city", newValue, verificationService);
@@ -19404,8 +19434,8 @@ const StepLowIncomePersonalInfo = ({ intl, verificationService, }) => {
19404
19434
  updateFieldValidationErrorsByFieldId("marketConsentValue", newValue, verificationService);
19405
19435
  }, viewModel: viewModel }),
19406
19436
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
19407
- React.createElement("div", { className: "sid-submit" },
19408
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectLowIncomePersonalInfo), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
19437
+ React.createElement("div", { className: "sid-low-income-submit sid-submit" },
19438
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectLowIncomePersonalInfo), type: "submit", className: `sid-btn sid-low-income-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
19409
19439
  ? "sid-btn--disabled-like"
19410
19440
  : ""}`, "aria-labelledby": "verify-status-text", ref: (button) => setRef("submitButton", button) },
19411
19441
  React.createElement("span", { id: "verify-status-text" }, failedInstantMatch ? (React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try Again" })) : (React.createElement(FormattedHTMLMessage, { id: "verifyMyLowIncomeStatus", defaultMessage: "Verify Status" })))))),
@@ -19462,17 +19492,17 @@ const SocialSecurity = ({ value, isErrored, onChange, intl, placeholder = "", })
19462
19492
  };
19463
19493
  const SocialSecurityNumber = injectIntl(SocialSecurity);
19464
19494
 
19465
- const Step$1 = ({ useSsn, useDocUpload, verificationService }) => (React.createElement("div", { id: "sid-ssn-choice", className: "sid-l-container sid-l-horz-center" },
19495
+ const Step$1 = ({ useSsn, useDocUpload, verificationService }) => (React.createElement("div", { id: "sid-ssn-choice", className: "sid-ssn-choice-container sid-l-container sid-l-horz-center" },
19466
19496
  React.createElement("div", { className: "sid-header" },
19467
- React.createElement("div", { className: "sid-l-horz-center" },
19497
+ React.createElement("div", { className: "sid-ssn-choice-logo-container sid-l-horz-center" },
19468
19498
  React.createElement(LogoComponent, { verificationService: verificationService })),
19469
19499
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
19470
19500
  React.createElement(FormattedHTMLMessage, { id: "step.collectSocialSecurityNumber.selectOption", defaultMessage: "Select an option" }))),
19471
19501
  React.createElement("div", { className: "sid-ssn-choice__choice1 sid-l-space-top-lg" },
19472
- React.createElement("button", { type: "button", onClick: useSsn, className: "sid-btn sid-btn--light sid-l-full-width sid-use-ssn" },
19502
+ React.createElement("button", { type: "button", onClick: useSsn, className: "sid-btn sid-ssn-choice-one-btn sid-btn--light sid-l-full-width sid-use-ssn" },
19473
19503
  React.createElement(FormattedHTMLMessage, { id: "step.collectSocialSecurityNumber.useSsn", defaultMessage: "Verify using your social security number" }))),
19474
19504
  React.createElement("div", { className: "sid-ssn-choice__choice2 sid-l-space-top-md" },
19475
- React.createElement("button", { type: "button", onClick: useDocUpload, className: "sid-btn sid-btn--light sid-l-full-width sid-use-doc-upload" },
19505
+ React.createElement("button", { type: "button", onClick: useDocUpload, className: "sid-btn sid-ssn-choice-two-btn sid-btn--light sid-l-full-width sid-use-doc-upload" },
19476
19506
  React.createElement(FormattedHTMLMessage, { id: "step.collectSocialSecurityNumber.uploadDoc", defaultMessage: "Upload a document" }))),
19477
19507
  React.createElement("div", { className: "sid-ssn-choice__footer sid-l-space-top-lg" },
19478
19508
  React.createElement(FormFooterComponent, { verificationService: verificationService }))));
@@ -19493,9 +19523,9 @@ const Step = ({ verificationService }) => {
19493
19523
  if (showChoice) {
19494
19524
  return (React.createElement(SsnChoice, { useSsn: () => setShowChoice(false), useDocUpload: doCancelStep, verificationService: verificationService }));
19495
19525
  }
19496
- return (React.createElement("div", { id: "sid-step-social-security", className: "sid-l-container sid-l-horz-center" },
19526
+ return (React.createElement("div", { id: "sid-step-social-security", className: "sid-social-sercurity-number-container sid-l-container sid-l-horz-center" },
19497
19527
  React.createElement("div", { className: "sid-header" },
19498
- React.createElement("div", { className: "sid-l-horz-center" },
19528
+ React.createElement("div", { className: "sid-social-security-number-logo-container sid-l-horz-center" },
19499
19529
  React.createElement(LogoComponent, { verificationService: verificationService })),
19500
19530
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
19501
19531
  React.createElement(FormattedHTMLMessage, { id: "step.collectSocialSecurityNumber.title", defaultMessage: "Enter your social security number" })),
@@ -19506,11 +19536,11 @@ const Step = ({ verificationService }) => {
19506
19536
  updateFieldValidationErrorsByFieldId("socialSecurityNumber", value, verificationService);
19507
19537
  }, isErrored: !!fieldValidationErrors[FieldIdEnum.socialSecurityNumber], placeholder: "000-00-0000" }))),
19508
19538
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
19509
- React.createElement("div", { className: "sid-submit" },
19510
- React.createElement("button", { id: "sid-submit-wrapper__collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectSocialSecurityNumber), type: "submit", className: `sid-btn sid-btn--dark sid-l-full-width ${isSubmittable ? "" : "sid-btn--disabled-like"}`, "aria-label": "submit", ref: (button) => setRef("submitButton", button) },
19539
+ React.createElement("div", { className: "sid-social-security-number-submit sid-submit" },
19540
+ React.createElement("button", { id: "sid-submit-wrapper__collect-info", onClick: () => submitForm(viewModel, verificationService, VerificationStepsEnum.collectSocialSecurityNumber), type: "submit", className: `sid-btn sid-social-security-number-submit-btn sid-btn--dark sid-l-full-width ${isSubmittable ? "" : "sid-btn--disabled-like"}`, "aria-label": "submit", ref: (button) => setRef("submitButton", button) },
19511
19541
  React.createElement(FormattedHTMLMessage, { id: "proceed", defaultMessage: "Proceed" })))),
19512
- React.createElement("div", { className: "sid-form-region sid-l-space-top-md", role: "button", tabIndex: 0, onKeyUp: doCancelStep, onClick: doCancelStep },
19513
- React.createElement("div", { className: "sid-h-link-like" },
19542
+ React.createElement("div", { className: "sid-form-region sid-social-security-number-upload-instead-btn sid-l-space-top-md", role: "button", tabIndex: 0, onKeyUp: doCancelStep, onClick: doCancelStep },
19543
+ React.createElement("div", { className: "sid-social-security-number-upload-instead-text sid-h-link-like" },
19514
19544
  React.createElement(FormattedHTMLMessage, { id: "step.collectSocialSecurityNumber.uploadInstead", defaultMessage: "Upload a document instead" }))),
19515
19545
  React.createElement(FormFooterComponent, { verificationService: verificationService })));
19516
19546
  };
@@ -19537,11 +19567,11 @@ const TryAgainButtonComponent = ({ verificationService }) => {
19537
19567
  verificationService.fetchNewVerificationRequest(programId, currentSegment, undefined, trackingId, forceNewVerificationRequest);
19538
19568
  })();
19539
19569
  }, [verificationService.programId, currentSegment]);
19540
- return (React.createElement("button", { type: "button", className: "sid-btn sid-btn-light", "aria-label": "submit", onClick: fetchNewVerificationRequest, onKeyPress: fetchNewVerificationRequest, tabIndex: 0 },
19570
+ return (React.createElement("button", { type: "button", className: "sid-btn sid-btn-light sid-btn__try-again", "aria-label": "submit", onClick: fetchNewVerificationRequest, onKeyPress: fetchNewVerificationRequest, tabIndex: 0 },
19541
19571
  React.createElement(FormattedHTMLMessage, { id: "tryAgain", defaultMessage: "Try again" })));
19542
19572
  };
19543
19573
 
19544
- const BtnContainer = ({ children }) => (React.createElement("div", { className: "sid-l-space-top-lg sid-l-half-width sid-l-horz-center" }, children));
19574
+ const BtnContainer = ({ children }) => (React.createElement("div", { className: "sid-l-space-top-lg sid-error-button-container sid-l-half-width sid-l-horz-center" }, children));
19545
19575
  const StepError = ({ verificationService, errorId }) => {
19546
19576
  const verificationResponse = verificationService.verificationResponse;
19547
19577
  let errorIds = getSafe(() => verificationResponse.errorIds) || [];
@@ -19552,7 +19582,7 @@ const StepError = ({ verificationService, errorId }) => {
19552
19582
  const firstErrorId = getSafe(() => errorIds[0], "error");
19553
19583
  // defaults
19554
19584
  let errorTitle = { id: "error", defaultMessage: "Error" };
19555
- let logoContainerClass = "sid-l-horz-center";
19585
+ let logoContainerClass = "sid-error-logo-container sid-l-horz-center";
19556
19586
  let button = (React.createElement(BtnContainer, null,
19557
19587
  React.createElement(TryAgainButtonComponent, { verificationService: verificationService })));
19558
19588
  // If there's an overriding title message, use it (UX-160):
@@ -19566,9 +19596,15 @@ const StepError = ({ verificationService, errorId }) => {
19566
19596
  if (getSafe(() => verificationService.messages[`step.error.errorId.${firstErrorId}.buttonText`]) &&
19567
19597
  getSafe(() => verificationResponse.redirectUrl)) {
19568
19598
  button = (React.createElement(BtnContainer, null,
19569
- React.createElement(LinkExternal, { href: verificationResponse.redirectUrl, onClick: () => recordEvent(VerificationStepsEnum.error, verificationResponse.redirectUrl), className: "sid-btn sid-btn-light" },
19599
+ React.createElement(LinkExternal, { href: verificationResponse.redirectUrl, onClick: () => recordEvent(VerificationStepsEnum.error, verificationResponse.redirectUrl), className: "sid-btn sid-error-btn sid-btn-light" },
19570
19600
  React.createElement(FormattedHTMLMessage, { id: `step.error.errorId.${firstErrorId}.buttonText`, defaultMessage: verificationService.messages[`step.error.errorId.${firstErrorId}.buttonText`] }))));
19571
19601
  }
19602
+ else if (errorIds.includes("missingRequiredMetadata")) {
19603
+ // If there is not a button override AND the error is
19604
+ // `missingRequiredMetadata` don't show a button because clicking try again
19605
+ // is useless in that case.
19606
+ button = null;
19607
+ }
19572
19608
  // special cases
19573
19609
  if (errorIds.includes("verificationLimitExceeded")) {
19574
19610
  button = null;
@@ -19577,13 +19613,13 @@ const StepError = ({ verificationService, errorId }) => {
19577
19613
  if (errorIds.includes("unauthorizedAccountStatus")) {
19578
19614
  const faqUrl = getSafe(() => verificationService.programTheme.config.brandInfo.faqUrl);
19579
19615
  button = faqUrl ? (React.createElement(BtnContainer, null,
19580
- React.createElement(LinkExternal, { href: faqUrl, onClick: () => recordEvent(VerificationStepsEnum.error, faqUrl), className: "sid-btn sid-btn-light" },
19616
+ React.createElement(LinkExternal, { href: faqUrl, onClick: () => recordEvent(VerificationStepsEnum.error, faqUrl), className: "sid-btn sid-faq-btn sid-btn-light" },
19581
19617
  React.createElement(FormattedHTMLMessage, { id: "step.error.errorId.unauthorizedAccountStatus.buttonText", defaultMessage: verificationService.messages["step.error.errorId.unauthorizedAccountStatus.buttonText"] })))) : null;
19582
19618
  }
19583
- return (React.createElement("div", { id: "sid-step-error", className: "sid-l-container" },
19619
+ return (React.createElement("div", { id: "sid-step-error", className: "sid-error-container sid-l-container" },
19584
19620
  React.createElement("div", { className: "sid-header sid-l-horz-center" },
19585
19621
  React.createElement("div", { className: logoContainerClass },
19586
- React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/circle-exclamation.svg" }) })),
19622
+ React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-error-logo sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/circle-exclamation.svg" }) })),
19587
19623
  React.createElement("div", { className: "sid-header__title sid-l-horz-center sid-l-space-top-md" },
19588
19624
  React.createElement(FormattedHTMLMessage, Object.assign({}, errorTitle))),
19589
19625
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-l-space-top-md" },
@@ -19593,7 +19629,7 @@ const StepError = ({ verificationService, errorId }) => {
19593
19629
  locale: getLocaleSafely(verificationService.viewModel, verificationResponse).replace("-", "_"),
19594
19630
  } }))))) : null),
19595
19631
  button)),
19596
- React.createElement("div", { className: "sid-footer sid-l-horz-center sid-l-space-top-xl sid-h-small-text" },
19632
+ React.createElement("div", { className: "sid-footer sid-powered-by-container sid-l-horz-center sid-l-space-top-xl sid-h-small-text" },
19597
19633
  React.createElement(PoweredByComponent, { verificationService: verificationService, isCentered: true }))));
19598
19634
  };
19599
19635
  const StepErrorComponent = injectIntl(StepError);
@@ -19639,10 +19675,10 @@ const StepSSOComponent = ({ verificationService }) => {
19639
19675
  if (!viewModel.countryChoice && previousViewModel && previousViewModel.countryChoice) {
19640
19676
  updateViewModel("countryChoice", previousViewModel.countryChoice);
19641
19677
  }
19642
- return (React.createElement("div", { id: "sid-step-sso", className: "sid-l-container" },
19678
+ return (React.createElement("div", { id: "sid-step-sso", className: "sid-sso-container sid-l-container" },
19643
19679
  viewModel.isSSOActive ? (React.createElement("div", { className: "sid-header sid-l-horz-center" },
19644
- React.createElement("div", { className: "sid-l-horz-center" },
19645
- React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/doc-pending.svg" }) })),
19680
+ React.createElement("div", { className: "sid-sso-logo-container sid-l-horz-center" },
19681
+ React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-sso-logo-default sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/doc-pending.svg" }) })),
19646
19682
  React.createElement("div", { className: "sid-header__title sid-l-horz-center sid-l-space-top-md" },
19647
19683
  React.createElement(FormattedHTMLMessage, { id: "step.sso.title", defaultMessage: "Verify using your school credentials" })),
19648
19684
  React.createElement("div", { className: "sid-header__subtitle-one" },
@@ -19650,19 +19686,19 @@ const StepSSOComponent = ({ verificationService }) => {
19650
19686
  React.createElement("div", { className: "sid-l-space-top-xl" }),
19651
19687
  React.createElement("div", { className: "sid-header__subtitle-two sid-h-small-text sid-l-space-top-md" },
19652
19688
  React.createElement(FormattedHTMLMessage, { id: "step.sso.subtitle2", defaultMessage: defaultSubtitle2 }),
19653
- React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
19654
- React.createElement("button", { onClick: cancelSSOStep, type: "submit", className: "sid-btn sid-btn--dark sid-l-full-width", "aria-label": "submit" },
19689
+ React.createElement("div", { className: "sid-form-region sid-cancel-sso-submit sid-submit-wrapper sid-l-space-top-md" },
19690
+ React.createElement("button", { onClick: cancelSSOStep, type: "submit", className: "sid-btn sid-cancel-sso-btn sid-btn--dark sid-l-full-width", "aria-label": "submit" },
19655
19691
  React.createElement(FormattedHTMLMessage, { id: "step.sso.cancel", defaultMessage: "Upload Proof of Enrollment" })))),
19656
19692
  React.createElement("div", { className: "sid-l-space-top-xl" }))) : (React.createElement("div", { className: "sid-header sid-l-horz-center" },
19657
- React.createElement("div", { className: "sid-l-horz-center" },
19658
- React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/sso-step.svg" }) })),
19693
+ React.createElement("div", { className: "sid-sso-logo-container sid-l-horz-center" },
19694
+ React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-sso-logo-default sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/sso-step.svg" }) })),
19659
19695
  React.createElement("div", { className: "sid-header__title sid-l-horz-center sid-l-space-top-md" },
19660
19696
  React.createElement(FormattedHTMLMessage, { id: "step.sso.title", defaultMessage: "Verify using your school credentials" })),
19661
19697
  React.createElement("div", { className: "sid-header__subtitle-one" },
19662
19698
  React.createElement(FormattedHTMLMessage, { id: "step.sso.subtitle", defaultMessage: defaultSubtitle })),
19663
19699
  React.createElement("div", { className: "sid-l-space-top-xl" }),
19664
- React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
19665
- React.createElement("button", { id: "sid-submit-btn-sso", onClick: () => updateViewModelAndOpenLoginTab("isSSOActive", true), type: "submit", className: "sid-btn sid-btn--dark sid-l-full-width", "aria-label": "submit" },
19700
+ React.createElement("div", { className: "sid-form-region sid-sso-submit sid-submit-wrapper sid-l-space-top-md" },
19701
+ React.createElement("button", { id: "sid-submit-btn-sso", onClick: () => updateViewModelAndOpenLoginTab("isSSOActive", true), type: "submit", className: "sid-btn sid-sso-submit-btn sid-btn--dark sid-l-full-width", "aria-label": "submit" },
19666
19702
  React.createElement(FormattedHTMLMessage, { id: "step.sso.login", defaultMessage: "Sign in to my school" }))),
19667
19703
  React.createElement("div", { className: "sid-l-space-top-xl" }))),
19668
19704
  React.createElement(FormFooterComponent, { verificationService: verificationService })));
@@ -19678,10 +19714,10 @@ const StepSuccess = ({ verificationService }) => {
19678
19714
  const showRedirect = Boolean(redirectDestination);
19679
19715
  const rewardCode = verificationService.verificationResponse.rewardCode || "${rewardCode}"; // eslint-disable-line no-template-curly-in-string
19680
19716
  const noCodeType = verificationService.programTheme.config.offerType === "noCode";
19681
- return (React.createElement("div", { id: "sid-step-success", className: "sid-l-container" },
19717
+ return (React.createElement("div", { id: "sid-step-success", className: "sid-success-container sid-l-container" },
19682
19718
  React.createElement("div", { className: "sid-header sid-l-horz-center sid-l-space-top-md" },
19683
- React.createElement("div", { className: "sid-l-horz-center" },
19684
- React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-l-lead-image", alt: "", src: "https://assets-resources.sheerid.com/common/images/2018/icons/circle-check.svg" }) })),
19719
+ React.createElement("div", { className: "sid-success-logo-container sid-l-horz-center" },
19720
+ React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-success-logo-default sid-l-lead-image", alt: "", src: "https://assets-resources.sheerid.com/common/images/2018/icons/circle-check.svg" }) })),
19685
19721
  React.createElement("div", { className: "sid-header__title sid-l-horz-center sid-l-space-top-md", role: "alert", "aria-live": "polite" },
19686
19722
  React.createElement(FormattedHTMLMessage, { id: "step.success.title", defaultMessage: "Success! You've been verified." })),
19687
19723
  React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-l-two-thirds-width" },
@@ -19689,17 +19725,17 @@ const StepSuccess = ({ verificationService }) => {
19689
19725
  It is unique to you and can only be used once.` }))),
19690
19726
  noCodeType ? null : (React.createElement(React.Fragment, null,
19691
19727
  React.createElement("div", { className: "sid-reward-code sid-l-space-top-lg sid-h-jumbo-text sid-l-horz-center" }, rewardCode),
19692
- React.createElement("div", { className: "sid-l-space-top-md sid-h-bold-text sid-l-horz-center" },
19728
+ React.createElement("div", { className: "sid-l-space-top-md sid-copy-to-clipboard-container sid-h-bold-text sid-l-horz-center" },
19693
19729
  React.createElement(CopyToClipboard, { textToCopy: rewardCode, notificationText: React.createElement(FormattedHTMLMessage, { id: "copied", defaultMessage: "Copied" }) },
19694
19730
  React.createElement(FormattedHTMLMessage, { id: "step.success.copyCouponCode", defaultMessage: "Copy Coupon code" }))))),
19695
- React.createElement("div", { className: `sid-footer sid-l-horz-center ${noCodeType ? "sid-l-space-top-md" : "sid-l-space-top-lg"}` },
19731
+ React.createElement("div", { className: `sid-footer sid-success-footer sid-l-horz-center ${noCodeType ? "sid-l-space-top-md" : "sid-l-space-top-lg"}` },
19696
19732
  React.createElement(FormattedHTMLMessage, { id: "step.success.emailNotification", defaultMessage: `
19697
19733
  We have emailed you a copy so you can use your code now or later. Look for the email from verify@sheerid.com
19698
19734
  ` })),
19699
- showRedirect ? (React.createElement("div", { className: "sid-submit sid-l-space-top-md" },
19700
- React.createElement("button", { type: "button", onClick: () => redirect(redirectDestination), className: "sid-btn sid-btn--dark" },
19735
+ showRedirect ? (React.createElement("div", { className: "sid-submit sid-success-submit sid-l-space-top-md" },
19736
+ React.createElement("button", { type: "button", onClick: () => redirect(redirectDestination), className: "sid-btn sid-success-redirect-btn sid-btn--dark" },
19701
19737
  React.createElement(FormattedHTMLMessage, { id: "step.success.redirectButtonText", defaultMessage: "Use code now" })))) : (""),
19702
- React.createElement("div", { className: "sid-footer sid-l-horz-center sid-l-space-top-lg sid-h-small-text" },
19738
+ React.createElement("div", { className: "sid-footer sid-success-verification-only-footer sid-l-horz-center sid-l-space-top-lg sid-h-small-text" },
19703
19739
  React.createElement(FormattedHTMLMessage, { id: "companyName", defaultMessage: "{Company}" }, (companyName) => (React.createElement(FormattedHTMLMessage, { id: "step.success.verificationOnly", defaultMessage: `
19704
19740
  SheerID handles verification only.
19705
19741
  Now that you've been approved, please direct all questions about the
@@ -19748,7 +19784,7 @@ const CountDownComponent = CountDown;
19748
19784
  const defaultSSOSubtitle = "Please sign in to your school's web portal. It will open in a new tab.";
19749
19785
  const defaultSSOSubtitle2 = "Can't sign in to your school?";
19750
19786
  const SSOPending = ({ logo, cancelSSO }) => (React.createElement("div", { className: "sid-header sid-l-horz-center" },
19751
- React.createElement("div", { className: "sid-l-horz-center" }, logo),
19787
+ React.createElement("div", { className: "sid-pending-logo-container sid-l-horz-center" }, logo),
19752
19788
  React.createElement("div", { className: "sid-header__title sid-l-horz-center sid-l-space-top-md" },
19753
19789
  React.createElement(FormattedHTMLMessage, { id: "step.sso.title", defaultMessage: "Verify using your school credentials" })),
19754
19790
  React.createElement("div", { className: "sid-header__subtitle-one" },
@@ -19756,8 +19792,8 @@ const SSOPending = ({ logo, cancelSSO }) => (React.createElement("div", { classN
19756
19792
  React.createElement("div", { className: "sid-l-space-top-xl" }),
19757
19793
  React.createElement("div", { className: "sid-header__subtitle-two sid-h-small-text sid-l-space-top-md" },
19758
19794
  React.createElement(FormattedHTMLMessage, { id: "step.sso.subtitle2", defaultMessage: defaultSSOSubtitle2 }),
19759
- React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
19760
- React.createElement("button", { onClick: cancelSSO, type: "submit", className: "sid-btn sid-btn--dark sid-l-full-width", "aria-label": "submit" },
19795
+ React.createElement("div", { className: "sid-form-region sid-sso-pending-submit sid-submit-wrapper sid-l-space-top-md" },
19796
+ React.createElement("button", { onClick: cancelSSO, type: "submit", className: "sid-btn sid-sso-pending-submit-btn sid-btn--dark sid-l-full-width", "aria-label": "submit" },
19761
19797
  React.createElement(FormattedHTMLMessage, { id: "step.sso.cancel", defaultMessage: "Upload Proof of Enrollment" })))),
19762
19798
  React.createElement("div", { className: "sid-l-space-top-xl" })));
19763
19799
  const SSOPendingComponent = SSOPending;
@@ -19953,7 +19989,7 @@ const StepSMSLoop = ({ intl, verificationService }) => {
19953
19989
  setStepResultMessage(errorResendingSMSMessage);
19954
19990
  }
19955
19991
  };
19956
- return (React.createElement("div", { id: "sid-step-sms-loop", className: "sid-l-container" },
19992
+ return (React.createElement("div", { id: "sid-step-sms-loop", className: "sid-sms-loop-container sid-l-container" },
19957
19993
  React.createElement("div", { className: "sid-header__title sid-l-horz-center" },
19958
19994
  React.createElement(FormattedHTMLMessage, { id: "step.smsLoop.verificationCode", defaultMessage: "Verification Code" })),
19959
19995
  React.createElement("div", { className: "sid-header__subtitle" }, getSafe(() => previousViewModel.phoneNumber) ? (React.createElement(FormattedHTMLMessage, { id: "step.smsLoop.titleWithNumber", defaultMessage: "We've sent an SMS message to the mobile number ending in {number}. Enter your code here.", values: {
@@ -19963,11 +19999,11 @@ const StepSMSLoop = ({ intl, verificationService }) => {
19963
19999
  React.createElement(SMSCodeComponent, { onChange: updateSmsCode, value: viewModel.smsCode, isErrored: isErrored, errorId: verificationService.fieldValidationErrors.smsCode })),
19964
20000
  stepResultMessage && (React.createElement("div", null,
19965
20001
  React.createElement("p", null, stepResultMessage))),
19966
- React.createElement("div", { className: "sid-submit sid-l-space-top-md sid-l-horz-center" },
19967
- React.createElement("button", { id: "sid-submit-sms-code", onClick: submitForm, type: "button", className: "sid-btn sid-btn--dark sid-submit__continue", "aria-label": "submit", disabled: !!(!viewModel.smsCode || viewModel.smsCode.length <= 0 || isAttemptLimitExceeded) },
20002
+ React.createElement("div", { className: "sid-submit sid-sms-loop-submit sid-l-space-top-md sid-l-horz-center" },
20003
+ React.createElement("button", { id: "sid-submit-sms-code", onClick: submitForm, type: "button", className: "sid-btn sid-sms-loop-submit-btn sid-btn--dark sid-submit__continue", "aria-label": "submit", disabled: !!(!viewModel.smsCode || viewModel.smsCode.length <= 0 || isAttemptLimitExceeded) },
19968
20004
  React.createElement(FormattedHTMLMessage, { id: "step.smsLoop.submitButton", defaultMessage: "Submit" })),
19969
20005
  React.createElement("div", { className: "sid-l-space-left-sm" }, "\u00A0"),
19970
- React.createElement("button", { id: "sid-resend-sms-code", onClick: () => resendSmsCode(verificationResponse.verificationId), type: "submit", className: "sid-btn sid-btn--light sid-submit__cancel", "aria-label": "re-send" },
20006
+ React.createElement("button", { id: "sid-resend-sms-code", onClick: () => resendSmsCode(verificationResponse.verificationId), type: "submit", className: "sid-btn sid-resend-sms-code-btn sid-btn--light sid-submit__cancel", "aria-label": "re-send" },
19971
20007
  React.createElement(FormattedHTMLMessage, { id: "step.smsLoop.resendButton", defaultMessage: "Re-send" }))),
19972
20008
  React.createElement("div", { className: "sid-incorrect-number sid-l-horz-center" },
19973
20009
  React.createElement(FormattedHTMLMessage, { id: "step.smsLoop.incorrectNumber.incorrectNumber1", defaultMessage: "Incorrect number? Click" }),
@@ -20034,10 +20070,10 @@ const StepEmailLoop = ({ intl, verificationService }) => {
20034
20070
  const nextState = fn(viewModel, () => { });
20035
20071
  verificationService.submitStep(VerificationStepsEnum.cancelEmailLoop, nextState, verificationService.verificationResponse);
20036
20072
  };
20037
- return (React.createElement("div", { id: "sid-step-email-loop", className: "sid-l-container" },
20073
+ return (React.createElement("div", { id: "sid-step-email-loop", className: "sid-step-email-loop-container sid-l-container" },
20038
20074
  React.createElement("div", { className: "sid-header sid-l-horz-center" },
20039
- React.createElement("div", { className: "sid-l-horz-center" },
20040
- React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/doc-pending.svg" }) })),
20075
+ React.createElement("div", { className: "sid-email-loop-logo-container sid-l-horz-center" },
20076
+ React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-email-loop-logo sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/doc-pending.svg" }) })),
20041
20077
  React.createElement("div", { className: "sid-header__title sid-l-horz-center sid-l-space-top-md" },
20042
20078
  React.createElement(FormattedHTMLMessage, { id: "step.emailLoop.title", defaultMessage: "Check your email" })),
20043
20079
  React.createElement("div", { className: "sid-header__subtitle-one" }, email ? (React.createElement(FormattedHTMLMessage, { id: "step.emailLoop.subtitleWithEmail", defaultMessage: "An email has been sent to {email} with a personalized link to complete the verification process.", values: { email } })) : (React.createElement(FormattedHTMLMessage, { id: "step.emailLoop.subtitleWithoutEmail", defaultMessage: "An email has been sent to your email account with a personalized link to complete the verification process." }))),
@@ -20052,9 +20088,9 @@ const StepEmailLoop = ({ intl, verificationService }) => {
20052
20088
  "\u00A0",
20053
20089
  React.createElement(FormattedHTMLMessage, { id: "step.emailLoop.skipEmail2", defaultMessage: " to proceed." }))),
20054
20090
  canResendEmailLoop && (React.createElement("div", { className: "sid-header__resend-btn sid-l-space-top-md sid-submit sid-l-horz-center" },
20055
- React.createElement("button", { id: "sid-resend-email", onClick: () => resendEmail(verificationId), type: "submit", className: "sid-btn sid-btn--light sid-submit__cancel", "aria-label": "re-send" },
20091
+ React.createElement("button", { id: "sid-resend-email", onClick: () => resendEmail(verificationId), type: "submit", className: "sid-btn sid-btn--light sid-resend-email-btn sid-submit__cancel", "aria-label": "re-send" },
20056
20092
  React.createElement(FormattedHTMLMessage, { id: "step.emailLoop.resendButton", defaultMessage: "Re-send" })))),
20057
- resendMessage && (React.createElement("div", null,
20093
+ resendMessage && (React.createElement("div", { className: "sid-resent-email-loop-email-message" },
20058
20094
  React.createElement("p", null, resendMessage))),
20059
20095
  React.createElement("div", { className: "sid-l-space-top-xl" }))));
20060
20096
  };
@@ -21374,26 +21410,26 @@ const AcceptableUploadsComponent = ({ verificationService }) => {
21374
21410
  nameChanged));
21375
21411
  break;
21376
21412
  case SubSegmentEnum.VETERAN:
21377
- acceptableUploads = (React.createElement("ul", { className: "sid-list" },
21378
- React.createElement("li", { className: "sid-li" },
21413
+ acceptableUploads = (React.createElement("ul", { className: "sid-list sid-acceptable-uploads-list" },
21414
+ React.createElement("li", { className: "sid-li sid-acceptable-uploads-list__li" },
21379
21415
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.acceptableUploads.military.veteran", defaultMessage: "Any document that proves you met the qualifications of military service and were honorably discharged" })),
21380
21416
  nameChanged));
21381
21417
  break;
21382
21418
  case SubSegmentEnum.RESERVIST:
21383
- acceptableUploads = (React.createElement("ul", { className: "sid-list" },
21384
- React.createElement("li", { className: "sid-li" },
21419
+ acceptableUploads = (React.createElement("ul", { className: "sid-list sid-acceptable-uploads-list" },
21420
+ React.createElement("li", { className: "sid-li sid-acceptable-uploads-list__li" },
21385
21421
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.acceptableUploads.military.reservistA", defaultMessage: "Any document that shows you are currently serving in a reserve component of the armed forces" })),
21386
21422
  nameChanged));
21387
21423
  break;
21388
21424
  case SubSegmentEnum.MILITARY_RETIREE:
21389
- acceptableUploads = (React.createElement("ul", { className: "sid-list" },
21390
- React.createElement("li", { className: "sid-li" },
21425
+ acceptableUploads = (React.createElement("ul", { className: "sid-list sid-acceptable-uploads-list" },
21426
+ React.createElement("li", { className: "sid-li sid-acceptable-uploads-list__li" },
21391
21427
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.acceptableUploads.military.retiree", defaultMessage: "Any document that proves you are a retiree from the armed forces" })),
21392
21428
  nameChanged));
21393
21429
  break;
21394
21430
  case SubSegmentEnum.MILITARY_FAMILY:
21395
- acceptableUploads = (React.createElement("ul", { className: "sid-list" },
21396
- React.createElement("li", { className: "sid-li" },
21431
+ acceptableUploads = (React.createElement("ul", { className: "sid-list sid-acceptable-uploads-list" },
21432
+ React.createElement("li", { className: "sid-li sid-acceptable-uploads-list__li" },
21397
21433
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.acceptableUploads.military.dependent", defaultMessage: "Any document that proves you are a Registered Military Dependent" })),
21398
21434
  nameChanged));
21399
21435
  break;
@@ -21457,13 +21493,13 @@ const AcceptableUploadsComponent = ({ verificationService }) => {
21457
21493
  return null;
21458
21494
  }
21459
21495
  return (React.createElement("div", null,
21460
- React.createElement("span", null,
21496
+ React.createElement("span", { className: "sid-acceptable-uploads-examples" },
21461
21497
  React.createElement("strong", null,
21462
21498
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.acceptableUploadExamples", defaultMessage: "Acceptable examples include:" }))),
21463
21499
  acceptableUploads));
21464
21500
  };
21465
21501
 
21466
- const InstructionHeader = ({ id, defaultMessage }) => (React.createElement("span", null,
21502
+ const InstructionHeader = ({ id, defaultMessage }) => (React.createElement("span", { className: "sid-upload-info-examples" },
21467
21503
  React.createElement("strong", null,
21468
21504
  React.createElement(FormattedHTMLMessage, { id: id, defaultMessage: defaultMessage }),
21469
21505
  ":")));
@@ -21584,14 +21620,19 @@ const UploadInfoComponent = ({ verificationService }) => {
21584
21620
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.uploadInfo.licensedProfessional.licenseStatus", defaultMessage: "Your professional license and/or certification status" })),
21585
21621
  React.createElement("li", { className: "sid-upload-info-list__li" },
21586
21622
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.uploadInfo.identity.validDate", defaultMessage: "A currently valid date" })))));
21587
- case SegmentEnum.LOW_INCOME:
21623
+ case SegmentEnum.LOW_INCOME: {
21624
+ const viewModel = verificationService.viewModel;
21625
+ const isEbt = viewModel && viewModel.statuses && viewModel.statuses.includes("SNAP_BENEFITS");
21588
21626
  return (React.createElement("div", null,
21589
21627
  React.createElement(InstructionHeader, { id: "step.docUpload.uploadInstructions", defaultMessage: "Upload an official document that shows" }),
21590
21628
  React.createElement("ul", { className: "sid-upload-info-list" },
21591
21629
  React.createElement("li", { className: "sid-upload-info-list__li" },
21592
21630
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.uploadInfo.fullName", defaultMessage: "Your full name" })),
21593
21631
  React.createElement("li", { className: "sid-upload-info-list__li" },
21594
- React.createElement(FormattedHTMLMessage, { id: "step.docUpload.uploadInfo.lowIncome.validDate", defaultMessage: "The date when the document was issued (should be within the last 12 months) or the expiry date" })))));
21632
+ React.createElement(FormattedHTMLMessage, { id: "step.docUpload.uploadInfo.lowIncome.validDate", defaultMessage: "The date when the document was issued (should be within the last 12 months) or the expiry date" })),
21633
+ isEbt && (React.createElement("li", { className: "sid-upload-info-list__li" },
21634
+ React.createElement(FormattedHTMLMessage, { id: "step.docUpload.uploadInfo.lowIncome.ebtNumber", defaultMessage: "EBT card number" }))))));
21635
+ }
21595
21636
  case SegmentEnum.RECENT_MOVER:
21596
21637
  return (React.createElement("div", null,
21597
21638
  React.createElement(InstructionHeader, { id: "step.docUpload.uploadInstructions", defaultMessage: "Upload an official document that shows" }),
@@ -21706,19 +21747,19 @@ const StepDocUpload = ({ verificationService, intl }) => {
21706
21747
  const nextState = fn(viewModel, () => { });
21707
21748
  verificationService.submitStep(VerificationStepsEnum.cancelDocUpload, nextState, verificationService.verificationResponse);
21708
21749
  };
21709
- return (React.createElement("div", { id: "sid-step-doc-upload", className: "sid-l-container" },
21750
+ return (React.createElement("div", { id: "sid-step-doc-upload", className: "sid-doc-upload-container sid-l-container" },
21710
21751
  React.createElement("div", { className: "sid-header sid-l-horz-center sid-l-space-top-md" },
21711
- React.createElement("div", { className: "sid-l-horz-center" },
21712
- React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/doc-upload2.svg" }) })),
21752
+ React.createElement("div", { className: "sid-l-horz-center sid-doc-upload-logo-container" },
21753
+ React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-l-lead-image sid-doc-upload-logo", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/doc-upload2.svg" }) })),
21713
21754
  React.createElement("div", { className: "sid-header__title sid-l-horz-center sid-l-space-top-md" },
21714
21755
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.title", defaultMessage: "We need more information" })),
21715
21756
  React.createElement(RewardsRemainingComponent, { verificationService: verificationService }),
21716
21757
  rejectionReasons && rejectionReasons.length > 0 ? (React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-l-position" },
21717
- React.createElement("div", null,
21758
+ React.createElement("div", { className: "sid-header__subtitle-doc-upload-rejected" },
21718
21759
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.rejectedSubtitle", defaultMessage: "We were unable to confirm your eligibility due to:" })),
21719
21760
  React.createElement("ul", { className: "sid-upload-rejection-list" }, rejectionReasons.map((rejectionReason) => (React.createElement("li", { key: rejectionReason, className: "sid-upload-rejection-list__li" },
21720
21761
  React.createElement(FormattedHTMLMessage, { id: `step.docUpload.rejectionReasons.${rejectionReason}`, defaultMessage: `${rejectionReason}` }))))))) : (React.createElement("div", { className: "sid-header__subtitle sid-l-horz-center sid-l-position" },
21721
- React.createElement("div", null,
21762
+ React.createElement("div", { className: "sid-header__subtitle-text" },
21722
21763
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.subtitle", defaultMessage: "Documents will be reviewed in {estimatedWaitTime} by staff at SheerID, a trusted partner.", values: {
21723
21764
  estimatedWaitTime: getEstAndMaxReviewTimes(verificationResponse, programTheme, intl).estReviewTime,
21724
21765
  } }),
@@ -21726,10 +21767,10 @@ const StepDocUpload = ({ verificationService, intl }) => {
21726
21767
  React.createElement(HowDoesVerifyingWorkComponent, { verificationService: verificationService }))))),
21727
21768
  currentFileNames.length === 0 ? (React.createElement("div", null,
21728
21769
  React.createElement("div", { className: "sid-upload-info sid-l-space-top-md" },
21729
- React.createElement("div", { className: "sid-l-space-top-sm" },
21770
+ React.createElement("div", { className: "sid-upload-info-list-block sid-l-space-top-sm" },
21730
21771
  React.createElement(UploadInfoComponent, { verificationService: verificationService })),
21731
21772
  getOptions().hideMilitaryFamilyAcceptableUploads &&
21732
- subSegment === SubSegmentEnum.MILITARY_FAMILY ? null : (React.createElement("div", { className: "sid-l-space-top-md" },
21773
+ subSegment === SubSegmentEnum.MILITARY_FAMILY ? null : (React.createElement("div", { className: "sid-acceptable-uploads-list-block sid-l-space-top-md" },
21733
21774
  React.createElement(AcceptableUploadsComponent, { verificationService: verificationService })))),
21734
21775
  React.createElement("div", { className: "sid-upload-wrap sid-l-space-top-sm" },
21735
21776
  React.createElement("div", { className: "sid-dropzone-wrap" },
@@ -21754,16 +21795,16 @@ const StepDocUpload = ({ verificationService, intl }) => {
21754
21795
  React.createElement("input", { type: "file", id: "file", tabIndex: -1, className: "sid-add-more-files__input", "aria-describedby": "sid-add-file", onChange: fileHandler, accept: "image/jpeg,image/gif,image/png,application/pdf,image/bmp,image/gif", ref: (input) => setRef("addFile", input) }),
21755
21796
  React.createElement("img", { className: "sid-add-more-files__image", alt: "add more files", src: "https://assets-resources.sheerid.com/common/images/2018/icons/add-file.svg" }),
21756
21797
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.addFile", defaultMessage: "Add file" })))) : null,
21757
- React.createElement("div", { className: "sid-submit sid-l-space-top-md" },
21758
- React.createElement("button", { id: "sid-submit-doc-upload", onClick: submitForm, type: "submit", className: "sid-btn sid-btn--dark sid-submit__continue", "aria-label": intl.formatHTMLMessage({
21798
+ React.createElement("div", { className: "sid-submit sid-doc-upload-submit sid-l-space-top-md" },
21799
+ React.createElement("button", { id: "sid-submit-doc-upload", onClick: submitForm, type: "submit", className: "sid-btn sid-btn--dark sid-doc-upload-submit-btn sid-submit__continue", "aria-label": intl.formatHTMLMessage({
21759
21800
  id: "step.docUpload.submitButtonLabel",
21760
21801
  defaultMessage: "Continue",
21761
21802
  }), disabled: currentFileNames.length <= 0 },
21762
21803
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.submitButtonLabel", defaultMessage: "Continue" })),
21763
- React.createElement("button", { onClick: removeFilesAndUpdate, type: "button", className: "sid-btn sid-btn--light sid-submit__cancel sid-l-space-left-sm", "aria-label": "cancel", disabled: currentFileNames.length <= 0 },
21804
+ React.createElement("button", { onClick: removeFilesAndUpdate, type: "button", className: "sid-btn sid-btn--light sid-doc-upload-cancel-btn sid-submit__cancel sid-l-space-left-sm", "aria-label": "cancel", disabled: currentFileNames.length <= 0 },
21764
21805
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.cancelButtonLabel", defaultMessage: "Cancel" }))))) : null),
21765
- overrideEnabled && (React.createElement("div", { className: "sid-submit sid-l-horz-center sid-l-space-top-sm" },
21766
- React.createElement("a", { href: "#", className: "sid-link", onClick: () => cancelDocUpload(), role: "button" },
21806
+ overrideEnabled && (React.createElement("div", { className: "sid-submit sid-override-submit sid-l-horz-center sid-l-space-top-sm" },
21807
+ React.createElement("a", { href: "#", className: "sid-link sid-override-link", onClick: () => cancelDocUpload(), role: "button" },
21767
21808
  React.createElement(FormattedHTMLMessage, { id: "step.docUpload.cancelDocUploadLabel", defaultMessage: "Click here if you are unable to verify with a document" })))),
21768
21809
  React.createElement(FormFooterComponent, { verificationService: verificationService })));
21769
21810
  };
@@ -21821,9 +21862,9 @@ const StepOverride = ({ intl, verificationService }) => {
21821
21862
  logger.info("StepOverrideCode submitting form");
21822
21863
  verificationService.submitStep(VerificationStepsEnum.override, viewModel, verificationService.verificationResponse);
21823
21864
  };
21824
- return (React.createElement("div", { id: "sid-step-overrice-code", className: "sid-l-container" },
21825
- React.createElement("div", { className: "sid-l-horz-center" },
21826
- React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/sso-step.svg" }) })),
21865
+ return (React.createElement("div", { id: "sid-step-overrice-code", className: "sid-override-personal-info-container sid-l-container" },
21866
+ React.createElement("div", { className: "sid-override-personal-info-logo-container sid-l-horz-center" },
21867
+ React.createElement(LogoComponent, { verificationService: verificationService, fallbackLogo: React.createElement("img", { className: "sid-override-personal-info-logo-default sid-l-lead-image", alt: "design element", src: "https://assets-resources.sheerid.com/common/images/2018/icons/sso-step.svg" }) })),
21827
21868
  React.createElement("div", { className: "sid-header__title sid-l-horz-center sid-l-space-top-md" },
21828
21869
  React.createElement(FormattedHTMLMessage, { id: "step.override.title", defaultMessage: "Unable to Verify Status" })),
21829
21870
  React.createElement("div", { className: "sid-header__subtitle-one sid-l-horz-center" },
@@ -21837,8 +21878,8 @@ const StepOverride = ({ intl, verificationService }) => {
21837
21878
  stepResultMessage && (React.createElement("div", null,
21838
21879
  React.createElement("p", null, stepResultMessage))),
21839
21880
  React.createElement("div", { className: "sid-form-region sid-submit-wrapper sid-l-space-top-md" },
21840
- React.createElement("div", { className: "sid-submit" },
21841
- React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: submitForm, type: "button", className: `sid-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
21881
+ React.createElement("div", { className: "sid-override-submit sid-submit" },
21882
+ React.createElement("button", { id: "sid-submit-btn-collect-info", onClick: submitForm, type: "button", className: `sid-btn sid-override-submit-btn sid-btn--dark sid-l-full-width ${!isFormFilled(viewModel, verificationService.formValidationOptions)
21842
21883
  ? "sid-btn--disabled-like"
21843
21884
  : ""}`, "aria-label": "submit", disabled: !!(!viewModel.overrideCode ||
21844
21885
  viewModel.overrideCode.length <= 0 ||
@@ -22180,7 +22221,7 @@ const NewVerificationComponent = connect(mapStateToProps, mapDispatchToProps, me
22180
22221
  const store = getStore();
22181
22222
  // This call can take place at any time after the jslib .js file is parsed
22182
22223
  // It only needs to be called once per page-load
22183
- setDimension("jslibVersionActual", getSafe(() => getPublishedVersion(), "?"));
22224
+ setDimension(DimensionName.jslibVersionActual, getSafe(() => getPublishedVersion(), "?"));
22184
22225
  const VerificationForm = React.forwardRef(({ programId, trackingId = undefined }, ref) => {
22185
22226
  addPredefinedHooks(); // keep this as early as possible in the jslib initialization
22186
22227
  store.dispatch({ programId, type: "PROGRAM_ID" });
@@ -22530,5 +22571,5 @@ const collectDeviceProfile = async (verificationId, programId) => {
22530
22571
  includeIPQSDeviceFingerprintScript(programTheme, verificationId);
22531
22572
  };
22532
22573
 
22533
- export { ACCEPTED_DOC_MIME_TYPES, AcceptableUploadsComponent, AddressComponent, BirthDateComponent, BranchOfServiceComponent, ChangeLocaleComponent, CityComponent, CollegeNameComponent, CompanyComponent, CopyToClipboard, CountDownComponent, CountryComponent, CountryComponentWrapper, DEFAULT_LOCALE, DEFAULT_MINIMUM_ORG_SEARCH_VALUE_LENGTH, DEFAULT_PRIVACY_POLICY_URL, DeleteJson, DischargeDateComponent, DriverLicenseNumberComponent, EmailComponent, ExtraMessage, FIRST_RESPONDER_STATUS, FaqLinkComponent, FetchOrganizationsComponent, FieldIdEnum, FieldIds, FieldLabel, FirstNameComponent, FirstResponderOrganizationComponent, FirstResponderStatusComponent, FirstResponderStatusDefaultMessagesEnum, FormFieldCheckbox, FormFieldCustom, FormFieldLayout, FormFieldText, FormFooterComponent, GetEmptyTheme, GetJson, GetResponse, HTTP_REQUEST_TIMEOUT, HookNameEnum, HookNames, HowDoesVerifyingWorkComponent, InputSelectButtonComponent, InputSelectComponent, InputSelectListComponent, InputTextComponent, LICENSED_PROFESSIONAL_STATUS, LOW_INCOME_STATUS, LastNameComponent, LinkExternal, LoadingSpinnerComponent, Locales, LogoComponent, LowIncomeOrganizationComponent, LowIncomeStatusDefaultMessagesEnum, MAX_DOC_UPLOAD_DOCS_ALLOWED, MEDICAL_PROFESSIONAL_STATUS, MILITARY_STATUS, MarketConsentWrapperComponent as MarketConsentWrapper, MedicalProfessionalOrganizationComponent, MedicalProfessionalStatusDefaultMessagesEnum, MedicalStatusComponent, MemberIdComponent, MembershipOrganizationComponent, MilitaryStatusComponent, MilitaryStatusDefaultMessagesEnum, MockSteps, MockStepsEnum, OptInComponent, OptInInputComponent, OrganizationListComponent, OrganizationResultComponent, PhoneNumberComponent, PostFiles, PostJson, PostalCodeComponent, PostalCodeInputComponent, PoweredByComponent, PrivacyPolicyLinkComponent, QUERY_STRING_ERRORID_OVERRIDE, QUERY_STRING_INSTALL_PAGE_URL, QUERY_STRING_REDIRECT_URL_OVERRIDE, QUERY_STRING_REWARD_CODE_OVERRIDE, QUERY_STRING_SEGMENT_OVERRIDE, QUERY_STRING_STEP_OVERRIDE, QUERY_STRING_SUBSEGMENT_OVERRIDE, RECENT_MOVER_STATUS, RequestOrganizationContext, RequestOrganizationErrorComponent, RequestOrganizationForm, RequestOrganizationFormFooterComponent, RequestOrganizationSearchComponent, RequestOrganizationSearchResultComponent, RequestOrganizationSuccessComponent, ReviewPendingComponent, RewardsRemainingComponent, SHEERID, SMSCodeComponent, SSN_STRING_LENGTH, SSOPendingComponent, SearchFieldComponent, SegmentEnum, Segments, SelectButtonComponent, SelectComponent, SelectListComponent, SocialSecurityNumber, SortByLabel, SsnChoice, StateComponent, StateEnum, StateSelectComponent, StatusComponent, StepActiveMilitaryPersonalInfoComponent, StepDriverLicensePersonalInfoComponent, StepGeneralIdentityPersonalInfoComponent, StepHybridIdentityPersonalInfoComponent, StepLowIncomePersonalInfoComponent, StepOverrideComponent, SubSegmentEnum, TeacherSchoolComponent, TryAgainButtonComponent, TryAgainSteps, TypeaheadComponent, UPLOAD_FILE_PREFIX, UploadInfoComponent, VerificationApiClient, VerificationForm, VerificationSteps, VerificationStepsEnum, addFiles, addHook, allMockedResponses, arrayUnique, assertValidConversionRequest, assertValidDatabaseId, assertValidFieldId, assertValidFunction, assertValidHook, assertValidHookName, assertValidHtmlElement, assertValidLocale, assertValidMockStepName, assertValidProgramId, assertValidSegmentName, assertValidTrackingId, assertValidTryAgainStep, assertValidVerificationStepName, blankOrganization, carrierConsentValueValidator, closeTabRef, collectDeviceProfile, conversion, convertByTrackingId, convertByVerificationId, customValidatorExists$1 as customValidatorExists, deepClone, deepMerge, displaySSN, employmentPInfoReqEmpty, ensureMaxMetadataKeyValueLengths, ensureTrailingSlash, fetchExistingVerificationRequest, fetchProgramOrganizations, fetchRequestOrganizations, formatTwoDigitValues, getAddSchoolRequestUrl, getAllEmptyViewModels, getAvailableCountryChoices, getAvailableLocaleChoices, getAvailableLocales, getAvailableMilitaryStatuses, getAvailableStateChoices, getCompanyName, getConfiguredCountries, getConfiguredStates, getCustomValidator, getCustomValidatorFields, getDefaultCountryChoice, getDomainFromUrl, getEmptyViewModel, getEstAndMaxReviewTimes, getEstimatedReviewTime, getExtendedFieldValidationErrorsEmpty, getFaqLink, getFieldDisplayOrderFromRefs, getFieldValidationErrors, getFieldValidationErrorsEmpty, getFingerprint, getFirstErroredFieldId, getHook, getLocaleSafely, getLogoUrl, getMarketConsent, getMaxReviewTime, getMessages, getMetadata, getNewEmailCodeResendUrl, getNewSmsCodeResendUrl, getNewVerificationRequestUrl, getOptions, getOrgSearchCountryTags, getOverriddenMock, getOverridenValidator, getPhoneNumberValidationError, getPrivacyPolicyCompanyName, getPrivacyPolicyUrl, getProgramThemeUrl, getQueryOrOption, getQueryParamsFromUrl, getRefByFieldId, getRefs, getRouteOverride, getSafe, getSheerIdScriptBasePath, getStatusLabel, getTabRef, getTrackingIdFromQueryString, getVerificationIdFromQueryString, getVerificationStatusUrl, handleCountryOnKeyDown, handleEmailOnKeyDown, handleStateChange, hasFailedInstantMatch, howDoesVerifyingWorkMessages, isFormErrored, isFormFilled, isTestEmailDomains, isValidLocale, isValidUsPostalCode, listenToSheerIdFrame, loadInModal, loadInlineIframe, logger, orgToOption, orgsInStatus, overrideComponent, overrideValidator, phoneNumberValidator, populateViewModelFromQueryParams, postVerificationSizeUpdates, postalCodeMatchers, postalCodeValidator, produceDraftViewModel, produceDraftViewModelWithRequiredFields, recordEvent, recordVerificationResponse, recordViewModelChange, refreshStore, registerAdditionalLocales, removeAllFiles, removeCustomValidator, removeFile, requestOrganizationConstants, resetCustomValidators, resetHooks, resetMetadata, resetOptions, resetOverriddenComponents, resetOverriddenValidators, resetRefs, resetStore, resetTabRef, resetViewModel, resolveTrackingId, setCustomValidator, setDimension, setFocus, setGaDimensionIsTest, setMetadata, setOptions, setRef, setTabRef, setViewModel, shouldCollectAddressFields, shouldCollectPostalCode, socialSecurityEmpty, speakToOuterFrame, submitAddSchoolRequest, submitForm, unDisplaySSN, updateFieldValidationErrors, updateFieldValidationErrorsByFieldId, updateMilitaryViewModel, updateViewModelOrganization, usePollingInterval, validateFieldById, validateMetadata };
22574
+ export { ACCEPTED_DOC_MIME_TYPES, AcceptableUploadsComponent, AddressComponent, BirthDateComponent, BranchOfServiceComponent, ChangeLocaleComponent, CityComponent, CollegeNameComponent, CompanyComponent, CopyToClipboard, CountDownComponent, CountryComponent, CountryComponentWrapper, DEFAULT_LOCALE, DEFAULT_MINIMUM_ORG_SEARCH_VALUE_LENGTH, DEFAULT_PRIVACY_POLICY_URL, DeleteJson, DischargeDateComponent, DriverLicenseNumberComponent, EmailComponent, ExtraMessage, FIRST_RESPONDER_STATUS, FaqLinkComponent, FetchOrganizationsComponent, FieldIdEnum, FieldIds, FieldLabel, FirstNameComponent, FirstResponderOrganizationComponent, FirstResponderStatusComponent, FirstResponderStatusDefaultMessagesEnum, FormFieldCheckbox, FormFieldCustom, FormFieldLayout, FormFieldText, FormFooterComponent, GetEmptyTheme, GetJson, GetResponse, HTTP_REQUEST_TIMEOUT, HookNameEnum, HookNames, HowDoesVerifyingWorkComponent, InputSelectButtonComponent, InputSelectComponent, InputSelectListComponent, InputTextComponent, LICENSED_PROFESSIONAL_STATUS, LOW_INCOME_STATUS, LastNameComponent, LinkExternal, LoadingSpinnerComponent, Locales, LogoComponent, LowIncomeOrganizationComponent, LowIncomeStatusDefaultMessagesEnum, MAX_DOC_UPLOAD_DOCS_ALLOWED, MEDICAL_PROFESSIONAL_STATUS, MILITARY_STATUS, MarketConsentWrapperComponent as MarketConsentWrapper, MedicalProfessionalOrganizationComponent, MedicalProfessionalStatusDefaultMessagesEnum, MedicalStatusComponent, MemberIdComponent, MembershipOrganizationComponent, MilitaryStatusComponent, MilitaryStatusDefaultMessagesEnum, MockSteps, MockStepsEnum, OptInComponent, OptInInputComponent, OrganizationListComponent, OrganizationResultComponent, PhoneNumberComponent, PostFiles, PostJson, PostalCodeComponent, PostalCodeInputComponent, PoweredByComponent, PrivacyPolicyLinkComponent, QUERY_STRING_ERRORID_OVERRIDE, QUERY_STRING_INSTALL_PAGE_URL, QUERY_STRING_REDIRECT_URL_OVERRIDE, QUERY_STRING_REWARD_CODE_OVERRIDE, QUERY_STRING_SEGMENT_OVERRIDE, QUERY_STRING_STEP_OVERRIDE, QUERY_STRING_SUBSEGMENT_OVERRIDE, RECENT_MOVER_STATUS, RequestOrganizationContext, RequestOrganizationErrorComponent, RequestOrganizationForm, RequestOrganizationFormFooterComponent, RequestOrganizationSearchComponent, RequestOrganizationSearchResultComponent, RequestOrganizationSuccessComponent, ReviewPendingComponent, RewardsRemainingComponent, SHEERID, SMSCodeComponent, SSN_STRING_LENGTH, SSOPendingComponent, SearchFieldComponent, SegmentEnum, Segments, SelectButtonComponent, SelectComponent, SelectListComponent, SocialSecurityNumber, SortByLabel, SsnChoice, StateComponent, StateEnum, StateSelectComponent, StatusComponent, StepActiveMilitaryPersonalInfoComponent, StepDriverLicensePersonalInfoComponent, StepGeneralIdentityPersonalInfoComponent, StepHybridIdentityPersonalInfoComponent, StepLowIncomePersonalInfoComponent, StepOverrideComponent, SubSegmentEnum, TeacherSchoolComponent, TryAgainButtonComponent, TryAgainSteps, TypeaheadComponent, UPLOAD_FILE_PREFIX, UploadInfoComponent, VerificationApiClient, VerificationForm, VerificationSteps, VerificationStepsEnum, addFiles, addHook, allMockedResponses, arrayUnique, assertValidConversionRequest, assertValidDatabaseId, assertValidFieldId, assertValidFunction, assertValidHook, assertValidHookName, assertValidHtmlElement, assertValidLocale, assertValidMockStepName, assertValidProgramId, assertValidSegmentName, assertValidTrackingId, assertValidTryAgainStep, assertValidVerificationStepName, blankOrganization, carrierConsentValueValidator, closeTabRef, collectDeviceProfile, conversion, convertByTrackingId, convertByVerificationId, customValidatorExists$1 as customValidatorExists, deepClone, deepMerge, displaySSN, employmentPInfoReqEmpty, ensureMaxMetadataKeyValueLengths, ensureTrailingSlash, fetchExistingVerificationRequest, fetchProgramOrganizations, fetchRequestOrganizations, formatTwoDigitValues, getAddSchoolRequestUrl, getAllEmptyViewModels, getAvailableCountryChoices, getAvailableLocaleChoices, getAvailableLocales, getAvailableMilitaryStatuses, getAvailableStateChoices, getCompanyName, getConfiguredCountries, getConfiguredStates, getCustomValidator, getCustomValidatorFields, getDefaultCountryChoice, getDomainFromUrl, getEmptyViewModel, getEstAndMaxReviewTimes, getEstimatedReviewTime, getExtendedFieldValidationErrorsEmpty, getFaqLink, getFieldDisplayOrderFromRefs, getFieldValidationErrors, getFieldValidationErrorsEmpty, getFingerprint, getFirstErroredFieldId, getHook, getLocaleSafely, getLogoUrl, getMarketConsent, getMaxReviewTime, getMessages, getMetadata, getNewEmailCodeResendUrl, getNewSmsCodeResendUrl, getNewVerificationRequestUrl, getOptions, getOrgSearchCountryTags, getOverriddenMock, getOverridenValidator, getPhoneNumberValidationError, getPrivacyPolicyCompanyName, getPrivacyPolicyUrl, getProgramThemeUrl, getQueryOrOption, getQueryParamsFromUrl, getRefByFieldId, getRefs, getRouteOverride, getSafe, getSheerIdScriptBasePath, getStatusLabel, getTabRef, getTrackingIdFromQueryString, getVerificationIdFromQueryString, getVerificationStatusUrl, handleCountryOnKeyDown, handleEmailOnKeyDown, handleStateChange, hasFailedInstantMatch, howDoesVerifyingWorkMessages, isFormErrored, isFormFilled, testRequestEmailDomains as isTestEmailDomains, isValidLocale, isValidUsPostalCode, listenToSheerIdFrame, loadInModal, loadInlineIframe, logger, orgToOption, orgsInStatus, overrideComponent, overrideValidator, phoneNumberValidator, populateViewModelFromQueryParams, postVerificationSizeUpdates, postalCodeMatchers, postalCodeValidator, produceDraftViewModel, produceDraftViewModelWithRequiredFields, recordEvent, recordVerificationResponse, recordViewModelChange, refreshStore, registerAdditionalLocales, removeAllFiles, removeCustomValidator, removeFile, requestOrganizationConstants, resetCustomValidators, resetHooks, resetMetadata, resetOptions, resetOverriddenComponents, resetOverriddenValidators, resetRefs, resetStore, resetTabRef, resetViewModel, resolveTrackingId, setCustomValidator, setDimension, setFocus, setGaDimensionTestRequest as setGaDimensionIsTest, setMetadata, setOptions, setRef, setTabRef, setViewModel, shouldCollectAddressFields, shouldCollectPostalCode, socialSecurityEmpty, speakToOuterFrame, submitAddSchoolRequest, submitForm, unDisplaySSN, updateFieldValidationErrors, updateFieldValidationErrorsByFieldId, updateMilitaryViewModel, updateViewModelOrganization, usePollingInterval, validateFieldById, validateMetadata };
22534
22575
  //# sourceMappingURL=sheerides6.js.map