@unifold/ui-react 0.1.77 → 0.1.79
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.d.mts +17 -1
- package/dist/index.d.ts +17 -1
- package/dist/index.js +634 -450
- package/dist/index.mjs +339 -155
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1794,6 +1794,9 @@ var connectExchange = {
|
|
|
1794
1794
|
transactionBreakdown: "Transaction breakdown",
|
|
1795
1795
|
networkFee: "Network fee",
|
|
1796
1796
|
confirmOrder: "Confirm Order",
|
|
1797
|
+
mfaEnrollmentTitle: "Enable SMS or Authy 2FA",
|
|
1798
|
+
mfaEnrollmentMessage: "Please make sure you enable SMS or Authy 2FA in your Coinbase account. Press Continue after you enable it.",
|
|
1799
|
+
mfaEnrollmentSettingsLink: "Open Coinbase security settings",
|
|
1797
1800
|
termsNoticePrefix: "By clicking on Confirm Order, you agree to our ",
|
|
1798
1801
|
termsNoticeLink: "terms",
|
|
1799
1802
|
termsNoticeSuffix: "."
|
|
@@ -1924,7 +1927,12 @@ var buyWithApplePay = {
|
|
|
1924
1927
|
prefix: "By continuing, you agree to Coinbase's ",
|
|
1925
1928
|
separator: ", ",
|
|
1926
1929
|
lastSeparator: ", and ",
|
|
1927
|
-
suffix: ".
|
|
1930
|
+
suffix: ".",
|
|
1931
|
+
agreements: {
|
|
1932
|
+
guest_checkout_terms: "Terms of Service",
|
|
1933
|
+
user_agreement: "User Agreement",
|
|
1934
|
+
privacy_policy: "Privacy Policy"
|
|
1935
|
+
}
|
|
1928
1936
|
},
|
|
1929
1937
|
errors: {
|
|
1930
1938
|
rateLimited: "Too many attempts. Please wait a few minutes and try again.",
|
|
@@ -2624,6 +2632,9 @@ declare const i18n: {
|
|
|
2624
2632
|
transactionBreakdown: string;
|
|
2625
2633
|
networkFee: string;
|
|
2626
2634
|
confirmOrder: string;
|
|
2635
|
+
mfaEnrollmentTitle: string;
|
|
2636
|
+
mfaEnrollmentMessage: string;
|
|
2637
|
+
mfaEnrollmentSettingsLink: string;
|
|
2627
2638
|
termsNoticePrefix: string;
|
|
2628
2639
|
termsNoticeLink: string;
|
|
2629
2640
|
termsNoticeSuffix: string;
|
|
@@ -2755,6 +2766,11 @@ declare const i18n: {
|
|
|
2755
2766
|
separator: string;
|
|
2756
2767
|
lastSeparator: string;
|
|
2757
2768
|
suffix: string;
|
|
2769
|
+
agreements: {
|
|
2770
|
+
guest_checkout_terms: string;
|
|
2771
|
+
user_agreement: string;
|
|
2772
|
+
privacy_policy: string;
|
|
2773
|
+
};
|
|
2758
2774
|
};
|
|
2759
2775
|
errors: {
|
|
2760
2776
|
rateLimited: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1794,6 +1794,9 @@ var connectExchange = {
|
|
|
1794
1794
|
transactionBreakdown: "Transaction breakdown",
|
|
1795
1795
|
networkFee: "Network fee",
|
|
1796
1796
|
confirmOrder: "Confirm Order",
|
|
1797
|
+
mfaEnrollmentTitle: "Enable SMS or Authy 2FA",
|
|
1798
|
+
mfaEnrollmentMessage: "Please make sure you enable SMS or Authy 2FA in your Coinbase account. Press Continue after you enable it.",
|
|
1799
|
+
mfaEnrollmentSettingsLink: "Open Coinbase security settings",
|
|
1797
1800
|
termsNoticePrefix: "By clicking on Confirm Order, you agree to our ",
|
|
1798
1801
|
termsNoticeLink: "terms",
|
|
1799
1802
|
termsNoticeSuffix: "."
|
|
@@ -1924,7 +1927,12 @@ var buyWithApplePay = {
|
|
|
1924
1927
|
prefix: "By continuing, you agree to Coinbase's ",
|
|
1925
1928
|
separator: ", ",
|
|
1926
1929
|
lastSeparator: ", and ",
|
|
1927
|
-
suffix: ".
|
|
1930
|
+
suffix: ".",
|
|
1931
|
+
agreements: {
|
|
1932
|
+
guest_checkout_terms: "Terms of Service",
|
|
1933
|
+
user_agreement: "User Agreement",
|
|
1934
|
+
privacy_policy: "Privacy Policy"
|
|
1935
|
+
}
|
|
1928
1936
|
},
|
|
1929
1937
|
errors: {
|
|
1930
1938
|
rateLimited: "Too many attempts. Please wait a few minutes and try again.",
|
|
@@ -2624,6 +2632,9 @@ declare const i18n: {
|
|
|
2624
2632
|
transactionBreakdown: string;
|
|
2625
2633
|
networkFee: string;
|
|
2626
2634
|
confirmOrder: string;
|
|
2635
|
+
mfaEnrollmentTitle: string;
|
|
2636
|
+
mfaEnrollmentMessage: string;
|
|
2637
|
+
mfaEnrollmentSettingsLink: string;
|
|
2627
2638
|
termsNoticePrefix: string;
|
|
2628
2639
|
termsNoticeLink: string;
|
|
2629
2640
|
termsNoticeSuffix: string;
|
|
@@ -2755,6 +2766,11 @@ declare const i18n: {
|
|
|
2755
2766
|
separator: string;
|
|
2756
2767
|
lastSeparator: string;
|
|
2757
2768
|
suffix: string;
|
|
2769
|
+
agreements: {
|
|
2770
|
+
guest_checkout_terms: string;
|
|
2771
|
+
user_agreement: string;
|
|
2772
|
+
privacy_policy: string;
|
|
2773
|
+
};
|
|
2758
2774
|
};
|
|
2759
2775
|
errors: {
|
|
2760
2776
|
rateLimited: string;
|