@mxenabled/connect-widget 0.15.4 → 0.15.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 +6 -2
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -75467,8 +75467,10 @@ const VerifyExistingMember = (props) => {
|
|
|
75467
75467
|
[dispatch, institutions]
|
|
75468
75468
|
);
|
|
75469
75469
|
useEffect(() => {
|
|
75470
|
-
|
|
75471
|
-
|
|
75470
|
+
if (!loading) {
|
|
75471
|
+
focusElement(document.getElementById("connect-select-institution"));
|
|
75472
|
+
}
|
|
75473
|
+
}, [loading]);
|
|
75472
75474
|
useEffect(() => {
|
|
75473
75475
|
const fetchInstitutionsProgressively = async () => {
|
|
75474
75476
|
setLoading(true);
|
|
@@ -75533,6 +75535,7 @@ const VerifyExistingMember = (props) => {
|
|
|
75533
75535
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
75534
75536
|
x,
|
|
75535
75537
|
{
|
|
75538
|
+
component: "p",
|
|
75536
75539
|
"data-test": "verify-existing-member-text",
|
|
75537
75540
|
sx: { marginBottom: tokens.Spacing.Large },
|
|
75538
75541
|
truncate: false,
|
|
@@ -75542,6 +75545,7 @@ const VerifyExistingMember = (props) => {
|
|
|
75542
75545
|
)
|
|
75543
75546
|
}
|
|
75544
75547
|
),
|
|
75548
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
|
|
75545
75549
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
75546
75550
|
x,
|
|
75547
75551
|
{
|