@mxenabled/connect-widget 0.20.3 → 0.20.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -9605,12 +9605,12 @@ const connect = createReducer(defaultState$1, {
9605
9605
  [ActionTypes$2.ACCEPT_DISCLOSURE]: acceptDisclosure,
9606
9606
  [ActionTypes$2.CREATE_MEMBER_SUCCESS]: createMemberSuccess,
9607
9607
  [ActionTypes$2.CONNECT_COMPLETE]: connectComplete,
9608
- [ActionTypes$2.GO_BACK_CREDENTIALS]: goBackSearchOrVerify,
9608
+ [ActionTypes$2.GO_BACK_CREDENTIALS]: connectGoBack,
9609
9609
  [ActionTypes$2.GO_BACK_CONSENT]: goBackSearchOrVerify,
9610
9610
  [ActionTypes$2.GO_BACK_POST_MESSAGE]: goBackSearchOrVerify,
9611
9611
  [ActionTypes$2.EXIT_MICRODEPOSITS]: exitMicrodeposits,
9612
9612
  [ActionTypes$2.FINISH_MICRODEPOSITS]: finishMicrodeposits,
9613
- [ActionTypes$2.GO_BACK_OAUTH]: goBackSearchOrVerify,
9613
+ [ActionTypes$2.GO_BACK_OAUTH]: connectGoBack,
9614
9614
  [ActionTypes$2.DELETE_MEMBER_SUCCESS]: deleteMemberSuccess,
9615
9615
  [ActionTypes$2.STEP_TO_DELETE_MEMBER_SUCCESS]: stepToDeleteMemberSuccess,
9616
9616
  [ActionTypes$2.DELETE_MEMBER_SUCCESS_RESET]: deleteMemberSuccessReset,
@@ -62660,7 +62660,8 @@ const InstitutionGridTile = (props) => {
62660
62660
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "iconTile " + dist.css(styles.iconTile), style: styles.iconTile, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
62661
62661
  De,
62662
62662
  {
62663
- alt: "",
62663
+ alt: `${institution.name} logo`,
62664
+ "aria-hidden": true,
62664
62665
  institutionGuid: institution.guid,
62665
62666
  logoUrl: institution.logo_url,
62666
62667
  size: containerWidth - 24
@@ -62903,7 +62904,8 @@ const InstitutionTile = (props) => {
62903
62904
  startIcon: /* @__PURE__ */ jsxRuntimeExports.jsx(
62904
62905
  De,
62905
62906
  {
62906
- alt: "",
62907
+ alt: `${institution.name} logo`,
62908
+ "aria-hidden": true,
62907
62909
  institutionGuid: institution.guid,
62908
62910
  logoUrl: institution.logo_url,
62909
62911
  size
@@ -79752,7 +79754,7 @@ const Connect$2 = ({
79752
79754
  dispatch(handleGoBackWithSideEffects());
79753
79755
  } else {
79754
79756
  postMessageFunctions.onPostMessage(POST_MESSAGES.BACK_TO_SEARCH, {});
79755
- dispatch({ type: ActionTypes$2.GO_BACK_CREDENTIALS, payload: initialConfig });
79757
+ dispatch({ type: ActionTypes$2.GO_BACK_CREDENTIALS });
79756
79758
  }
79757
79759
  };
79758
79760
  const _handleOAuthGoBack = () => {
@@ -79763,7 +79765,7 @@ const Connect$2 = ({
79763
79765
  dispatch(handleGoBackWithSideEffects());
79764
79766
  } else {
79765
79767
  postMessageFunctions.onPostMessage(POST_MESSAGES.BACK_TO_SEARCH, {});
79766
- dispatch({ type: ActionTypes$2.GO_BACK_OAUTH, payload: initialConfig });
79768
+ dispatch({ type: ActionTypes$2.GO_BACK_OAUTH });
79767
79769
  }
79768
79770
  };
79769
79771
  const _handleStepDOMChange = useCallback((ref) => {