@mxenabled/connect-widget 2.8.0 → 2.8.1
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 +11 -1
- 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
|
@@ -80263,7 +80263,17 @@ const Verified = ({ microdeposit, onDone }) => {
|
|
|
80263
80263
|
variant: "contained",
|
|
80264
80264
|
children: __("Continue")
|
|
80265
80265
|
}
|
|
80266
|
-
) })
|
|
80266
|
+
) }),
|
|
80267
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
80268
|
+
AriaLive,
|
|
80269
|
+
{
|
|
80270
|
+
level: "polite",
|
|
80271
|
+
message: __(
|
|
80272
|
+
"Deposits verified. You're almost done setting things up. Continue to your institution."
|
|
80273
|
+
),
|
|
80274
|
+
timeout: 100
|
|
80275
|
+
}
|
|
80276
|
+
)
|
|
80267
80277
|
] });
|
|
80268
80278
|
};
|
|
80269
80279
|
const getStyles$h = (tokens) => ({
|