@mxenabled/connect-widget 0.0.17 → 0.0.19
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 +8 -39
- 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
|
@@ -56955,9 +56955,7 @@ const OAuthStep = React__default.forwardRef((props, navigationRef) => {
|
|
|
56955
56955
|
if (!isStartingOauth) return () => {
|
|
56956
56956
|
};
|
|
56957
56957
|
let member$;
|
|
56958
|
-
if (
|
|
56959
|
-
member$ = of(member);
|
|
56960
|
-
} else if (pendingOauthMember) {
|
|
56958
|
+
if (pendingOauthMember) {
|
|
56961
56959
|
member$ = of(pendingOauthMember);
|
|
56962
56960
|
} else {
|
|
56963
56961
|
const newMemberStream$ = defer(
|
|
@@ -59646,37 +59644,8 @@ const Connected = ({
|
|
|
59646
59644
|
) }) }),
|
|
59647
59645
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(SlideDown, { children: [
|
|
59648
59646
|
/* @__PURE__ */ jsxRuntimeExports.jsx(x, { component: "h2", "data-test": "connected-header", style: styles.title, children: __("Success") }),
|
|
59649
|
-
appName && /* @__PURE__ */ jsxRuntimeExports.
|
|
59650
|
-
|
|
59651
|
-
component: "p",
|
|
59652
|
-
"data-test": "connected-secondary-text",
|
|
59653
|
-
style: styles.body,
|
|
59654
|
-
// --TR: This string has 2 line breaks and the full string "You have successfully connected {institution} to {appName}"
|
|
59655
|
-
children: __("You have successfully connected")
|
|
59656
|
-
}),
|
|
59657
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(x, {
|
|
59658
|
-
component: "p",
|
|
59659
|
-
"data-test": "connected-secondary-text",
|
|
59660
|
-
style: styles.body,
|
|
59661
|
-
// --TR: This is a part of the connected screen text and is the instutution name
|
|
59662
|
-
children: __("%1 ", institutionName)
|
|
59663
|
-
}),
|
|
59664
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(x, {
|
|
59665
|
-
component: "p",
|
|
59666
|
-
style: { ...styles.body, marginBottom: tokens.Spacing.XLarge },
|
|
59667
|
-
// --TR: This is part of the connected text on the connected screen, the full string is "You have successfully connected {institution} to {appName}"
|
|
59668
|
-
children: __("to %1.", appName)
|
|
59669
|
-
})
|
|
59670
|
-
] }),
|
|
59671
|
-
!appName && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
59672
|
-
x,
|
|
59673
|
-
{
|
|
59674
|
-
component: "p",
|
|
59675
|
-
"data-test": "connected-secondary-text",
|
|
59676
|
-
style: { ...styles.body, marginBottom: tokens.Spacing.XLarge },
|
|
59677
|
-
children: __("You have successfully connected to %1.", institutionName)
|
|
59678
|
-
}
|
|
59679
|
-
)
|
|
59647
|
+
appName && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(x, { component: "p", "data-test": "connected-secondary-text", style: styles.body, children: __("You have successfully connected %1 to %2.", institutionName, appName) }) }),
|
|
59648
|
+
!appName && /* @__PURE__ */ jsxRuntimeExports.jsx(x, { component: "p", "data-test": "connected-secondary-text", style: styles.body, children: __("You have successfully connected to %1.", institutionName) })
|
|
59680
59649
|
] }),
|
|
59681
59650
|
/* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { delay: getNextDelay(), children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
59682
59651
|
Button$1,
|
|
@@ -59718,7 +59687,8 @@ const getStyles$s = (tokens) => {
|
|
|
59718
59687
|
fontSize: tokens.FontSize.Paragraph,
|
|
59719
59688
|
fontWeight: tokens.FontWeight.Regular,
|
|
59720
59689
|
lineHeight: tokens.LineHeight.Paragraph,
|
|
59721
|
-
whiteSpace: "normal"
|
|
59690
|
+
whiteSpace: "normal",
|
|
59691
|
+
marginBottom: tokens.Spacing.XLarge
|
|
59722
59692
|
},
|
|
59723
59693
|
button: {
|
|
59724
59694
|
marginBottom: tokens.Spacing.Small
|
|
@@ -65731,9 +65701,9 @@ const frCa = {
|
|
|
65731
65701
|
"Choose an institution that’s already connected and select accounts to share, or search for a different one.": "Choisissez une institution déjà connectée et sélectionnez les comptes à partager, ou recherchez-en un autre.",
|
|
65732
65702
|
"You have successfully connected to %1": "Vous vous êtes connecté avec succès à %1",
|
|
65733
65703
|
Success: Success$1,
|
|
65734
|
-
"You have successfully connected": "Vous avez réussi à connecter",
|
|
65735
|
-
"to %1.": "à %1.",
|
|
65736
65704
|
"You have successfully connected to %1.": "Vous vous êtes connecté avec succès à %1.",
|
|
65705
|
+
"You have successfully connected %1 to %2.": "Vous avez réussi à connecter %1 à %2",
|
|
65706
|
+
"Go back": "Retourner",
|
|
65737
65707
|
"connect/disclosure/policy/text\u0004By clicking Continue, you agree to the ": "En cliquant sur Continuer, vous acceptez la ",
|
|
65738
65708
|
"connect/disclosure/policy/link\u0004MX Privacy Policy.": "Politique de confidentialité de MX.",
|
|
65739
65709
|
"connect/disclosure/policy/link\u0004MX Privacy Policy": "Politique de confidentialité de MX.",
|
|
@@ -66148,9 +66118,8 @@ const es = {
|
|
|
66148
66118
|
"Choose an institution that’s already connected and select accounts to share, or search for a different one.": "Elija una institución que ya esté conectada y seleccione cuentas para compartir. o buscar uno diferente.",
|
|
66149
66119
|
"You have successfully connected to %1": "Te has conectado correctamente a %1",
|
|
66150
66120
|
Success: Success,
|
|
66151
|
-
"You have successfully connected": "Ha conectado exitosamente",
|
|
66152
|
-
"to %1.": "a %1.",
|
|
66153
66121
|
"You have successfully connected to %1.": "Te has conectado correctamente a %1.",
|
|
66122
|
+
"You have successfully connected %1 to %2.": "\nHas conectado correctamente %1 a %2.",
|
|
66154
66123
|
"connect/disclosure/button\u0004Continue": "Continuar",
|
|
66155
66124
|
"connect/disclosure/policy/text\u0004By clicking Continue, you agree to the ": "Al hacer clic en Continuar, tu aceptas la ",
|
|
66156
66125
|
"connect/disclosure/policy/link\u0004MX Privacy Policy.": "Política de privacidad de Money Experience.",
|