@mxenabled/connect-widget 2.19.4 → 2.19.6

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
@@ -83514,7 +83514,7 @@ const RoutingNumber = (props) => {
83514
83514
  routing_number: values.routingNumber,
83515
83515
  reason: resp.blocked_routing_number.reason_name
83516
83516
  });
83517
- if (resp.blocked_routing_number.reason_name === BLOCKED_REASONS.IAV_PREFERRED) {
83517
+ if (resp.blocked_routing_number.reason === BLOCKED_REASONS.IAV_PREFERRED) {
83518
83518
  const loadedInstitutions$ = defer(
83519
83519
  () => api.loadInstitutions({
83520
83520
  routing_number: values.routingNumber,
@@ -87530,7 +87530,7 @@ const getStyles$6 = (tokens, step) => {
87530
87530
  // Our min content width (does not include side margin)
87531
87531
  width: "100%",
87532
87532
  // We want this container to shrink and grow between our min-max
87533
- margin: `0px ${tokens.Spacing.Large}px ${tokens.Spacing.Large}px`
87533
+ margin: `0px ${tokens.Spacing.Large}px`
87534
87534
  }
87535
87535
  };
87536
87536
  };