everest-npm-features 0.0.1 → 0.0.2
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/ArrowDropDown-DRUQbGft.js +8 -0
- package/dist/ArrowRight-t-YgAHUn.js +8 -0
- package/dist/{Box-wAem3MQD.js → Box-BOgpENcC.js} +11 -11
- package/dist/{Button-fWdSk-yh.js → Button-DXdgxFxa.js} +8 -7
- package/dist/{ButtonBase-SYP7klDp.js → ButtonBase-AOLUTpPg.js} +204 -211
- package/dist/Cancel-BMPJ8ZAg.js +11 -0
- package/dist/CardContent-DEA5pnhr.js +141 -0
- package/dist/{CircularProgress-DcXA6nAu.js → CircularProgress-BAEiXRSn.js} +31 -30
- package/dist/Close-mXCsZSxZ.js +8 -0
- package/dist/{Container-CIMHcpEe.js → Container-BOehNoF1.js} +4 -4
- package/dist/{ContentCopy-CexUUXuC.js → ContentCopy-HD_Xx6nx.js} +1 -1
- package/dist/{createSimplePaletteValueFilter-CsgjlRAs.js → DefaultPropsProvider-DmUB0SYC.js} +54 -69
- package/dist/DefaultPropsProvider-tqUom3mB.js +329 -0
- package/dist/{DialogContent-JgT9A6nk.js → DialogContent-zttWtNJM.js} +91 -90
- package/dist/{Close-CdRA3xUs.js → DialogTitle-BqL8DXBp.js} +16 -21
- package/dist/{ArrowRight-C6tjImpU.js → Divider-EGEkrkBH.js} +50 -55
- package/dist/{FormControl-D4QuPCnV.js → FormControl-Nd-4LC8N.js} +60 -69
- package/dist/FormControlLabel-BMeMEwyK.js +738 -0
- package/dist/{GlobalStyles-BOnEiMUE.js → GlobalStyles-CModZHM-.js} +2 -2
- package/dist/{Grid-dtT_MVn3.js → Grid-EISqvBSJ.js} +5 -5
- package/dist/Grid2-B0mJbwjl.js +374 -0
- package/dist/{Grow-B3Swdn2Z.js → Grow-dkRwE_ok.js} +5 -5
- package/dist/{IconButton-CRGy76pJ.js → IconButton-DAR3jsEV.js} +12 -11
- package/dist/Info-CkE3Gsf2.js +8 -0
- package/dist/InputAdornment-DZJP9Njd.js +169 -0
- package/dist/ListItemIcon-JAntieDc.js +82 -0
- package/dist/{wallet-DN7ej6mj.js → MenuItem-D12FP5Iq.js} +64 -75
- package/dist/{Modal-0q_y4zbS.js → Modal-DceAu_d2.js} +324 -397
- package/dist/Paper-L8ipwfkc.js +183 -0
- package/dist/PlayArrow-D98xCL5M.js +21 -0
- package/dist/Portal-DxdKGEvu.js +86 -0
- package/dist/{Select-BNAaKK32.js → Select-DTQDmdn_.js} +39 -33
- package/dist/{Slide-BlS6unRJ.js → Slide-CWqC2RDG.js} +4 -3
- package/dist/Stack-CkCveRRR.js +174 -0
- package/dist/{TextField-CPZo0_di.js → TextField-BqIvz6Zw.js} +23 -21
- package/dist/{Typography-kyxogyUq.js → Typography-Dx54MRM5.js} +14 -13
- package/dist/_commonjsHelpers-BkfeUUK-.js +28 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/index10.css +1 -0
- package/dist/assets/index2.css +1 -1
- package/dist/assets/index3.css +1 -0
- package/dist/assets/index4.css +1 -0
- package/dist/assets/index5.css +1 -0
- package/dist/assets/index6.css +1 -0
- package/dist/assets/index7.css +1 -0
- package/dist/assets/index8.css +1 -0
- package/dist/assets/index9.css +1 -0
- package/dist/assets/{withThemeProvider.css → main.css} +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles3.css +1 -0
- package/dist/auth-AwdxCQXF.js +46 -0
- package/dist/axios-BEX6n2A7.js +796 -0
- package/dist/bank-D2rGgUDP.js +23 -0
- package/dist/components/Account/index.d.ts +4 -0
- package/dist/components/Account/index.js +310 -0
- package/dist/components/History/index.d.ts +2 -0
- package/dist/components/History/index.js +804 -0
- package/dist/components/MoveToEthereumOrEverChain/index.d.ts +18 -0
- package/dist/components/MoveToEthereumOrEverChain/index.js +345 -0
- package/dist/components/Profile/documents.js +19 -14
- package/dist/components/Profile/index.js +128 -135
- package/dist/components/Receive/index.js +25 -23
- package/dist/components/RocketRamp/Buy/cardPayment.d.ts +3 -0
- package/dist/components/RocketRamp/Buy/cardPayment.js +17 -0
- package/dist/components/RocketRamp/Buy/confirmTransaction.d.ts +3 -0
- package/dist/components/RocketRamp/Buy/confirmTransaction.js +16 -0
- package/dist/components/RocketRamp/Buy/form.d.ts +3 -0
- package/dist/components/RocketRamp/Buy/form.js +26 -0
- package/dist/components/RocketRamp/Buy/index.d.ts +6 -0
- package/dist/components/RocketRamp/Buy/index.js +29 -0
- package/dist/components/RocketRamp/Buy/types.d.ts +32 -0
- package/dist/components/RocketRamp/Buy/types.js +1 -0
- package/dist/components/RocketRamp/Dashboard/balance.d.ts +9 -0
- package/dist/components/RocketRamp/Dashboard/balance.js +75 -0
- package/dist/components/RocketRamp/Dashboard/index.d.ts +5 -0
- package/dist/components/RocketRamp/Dashboard/index.js +36 -0
- package/dist/components/RocketRamp/Dashboard/transaction.d.ts +8 -0
- package/dist/components/RocketRamp/Dashboard/transaction.js +28 -0
- package/dist/components/RocketRamp/MinimalKyc/index.d.ts +6 -0
- package/dist/components/RocketRamp/MinimalKyc/index.js +254 -0
- package/dist/components/RocketRamp/Shared/Button/index.d.ts +10 -0
- package/dist/components/RocketRamp/Shared/Button/index.js +82 -0
- package/dist/components/RocketRamp/Shared/Input/index.d.ts +11 -0
- package/dist/components/RocketRamp/Shared/Input/index.js +46 -0
- package/dist/components/RocketRamp/Shared/backBtn.d.ts +5 -0
- package/dist/components/RocketRamp/Shared/backBtn.js +21 -0
- package/dist/components/RocketRamp/Shared/transactionItem.d.ts +7 -0
- package/dist/components/RocketRamp/Shared/transactionItem.js +125 -0
- package/dist/components/RocketRamp/SignIn/index.d.ts +3 -0
- package/dist/components/RocketRamp/SignIn/index.js +82 -0
- package/dist/components/RocketRamp/SignIn/loginForm.d.ts +3 -0
- package/dist/components/RocketRamp/SignIn/loginForm.js +81 -0
- package/dist/components/RocketRamp/SignIn/otpForm.d.ts +3 -0
- package/dist/components/RocketRamp/SignIn/otpForm.js +112 -0
- package/dist/components/RocketRamp/SignIn/types.d.ts +22 -0
- package/dist/components/RocketRamp/SignIn/types.js +1 -0
- package/dist/components/RocketRamp/SignUp/email.d.ts +3 -0
- package/dist/components/RocketRamp/SignUp/email.js +70 -0
- package/dist/components/RocketRamp/SignUp/index.d.ts +3 -0
- package/dist/components/RocketRamp/SignUp/index.js +163 -0
- package/dist/components/RocketRamp/SignUp/personalInfo.d.ts +3 -0
- package/dist/components/RocketRamp/SignUp/personalInfo.js +415 -0
- package/dist/components/RocketRamp/SignUp/summary.d.ts +3 -0
- package/dist/components/RocketRamp/SignUp/summary.js +57 -0
- package/dist/components/RocketRamp/SignUp/types.d.ts +50 -0
- package/dist/components/RocketRamp/SignUp/types.js +1 -0
- package/dist/components/RocketRamp/SignUp/validateEmail.d.ts +3 -0
- package/dist/components/RocketRamp/SignUp/validateEmail.js +99 -0
- package/dist/components/RocketRamp/Transactions/index.d.ts +5 -0
- package/dist/components/RocketRamp/Transactions/index.js +38 -0
- package/dist/components/Send/index.js +62 -51
- package/dist/components/Shared/ConnectWallet/index.d.ts +20 -0
- package/dist/components/Shared/ConnectWallet/index.js +25364 -0
- package/dist/components/Shared/HistoryItem/index.d.ts +5 -0
- package/dist/components/Shared/HistoryItem/index.js +120 -0
- package/dist/components/Shared/Keyboard/keyboard.js +3 -3
- package/dist/components/Shared/TokenModal/index.d.ts +10 -0
- package/dist/components/Shared/TokenModal/index.js +104 -0
- package/dist/components/Shared/TokenModal/tokenGrid.d.ts +7 -0
- package/dist/components/Shared/TokenModal/tokenGrid.js +51 -0
- package/dist/components/Shared/addBank.d.ts +2 -0
- package/dist/components/Shared/addBank.js +172 -0
- package/dist/components/Shared/button.js +1 -1
- package/dist/components/Shared/connectPlaidBank.d.ts +2 -0
- package/dist/components/Shared/connectPlaidBank.js +57 -0
- package/dist/components/Shared/incode.js +34 -32
- package/dist/components/Shared/inputField.js +1 -1
- package/dist/components/Shared/noData.d.ts +4 -0
- package/dist/components/Shared/noData.js +14 -0
- package/dist/components/Shared/pin.js +3 -3
- package/dist/components/Shared/step.js +2 -2
- package/dist/components/Shared/tooltip.d.ts +4 -0
- package/dist/components/Shared/tooltip.js +2107 -0
- package/dist/components/Shared/transition.js +1 -1
- package/dist/components/SignIn/index.js +26 -24
- package/dist/components/SignUp/index.js +108 -348
- package/dist/components/SignUp/pin.js +116 -844
- package/dist/components/SignUp/privacy.js +3 -3
- package/dist/components/SignUp/terms.js +3 -3
- package/dist/components/SignUp/types.d.ts +0 -1
- package/dist/components/SignUp/userInfo.js +4 -4
- package/dist/components/Stake/gems/index.d.ts +2 -0
- package/dist/components/Stake/gems/index.js +214 -0
- package/dist/components/Stake/id/index.d.ts +2 -0
- package/dist/components/Stake/id/index.js +233 -0
- package/dist/components/Stake/index.d.ts +5 -0
- package/dist/components/Stake/index.js +346 -0
- package/dist/components/Swap/index.d.ts +2 -0
- package/dist/components/Swap/index.js +489 -0
- package/dist/components/SwapAndUniSwap/index.d.ts +3 -0
- package/dist/components/SwapAndUniSwap/index.js +43 -0
- package/dist/components/WalletPortfolio/index.js +191 -263
- package/dist/components/WalletPortfolio/tokenRow.js +8 -5
- package/dist/constants-d3SWzaRo.js +3981 -0
- package/dist/countries-BVn1FubK.js +1925 -0
- package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
- package/dist/{createSvgIcon-CAZr4ukt.js → createSvgIcon-jkXneOQN.js} +6 -6
- package/dist/{createTheme-NrBCWesw.js → createTheme-F9Dk4FhK.js} +182 -174
- package/dist/data/countries.json.d.ts +1925 -0
- package/dist/defaultTheme-Bc00Q3Kt.js +5 -0
- package/dist/dividerClasses-SUAUDDqL.js +10 -0
- package/dist/{documents-CL4Ajr_B.js → documents-2UqIXbDq.js} +130 -129
- package/dist/elementTypeAcceptingRef-BufevUW8.js +23 -0
- package/dist/emotion-react.browser.esm-CI0uV1W5.js +233 -0
- package/dist/{extendSxProp-CuERe1TA.js → extendSxProp-Cm2UBzGf.js} +1 -1
- package/dist/generic-token-B_ptO5yb.js +4 -0
- package/dist/hoc/withThemeProvider.js +33 -32
- package/dist/hooks/useDialog/index.js +4 -4
- package/dist/hooks/useSnackBar.js +63 -60
- package/dist/icons/buyIcon.d.ts +2 -0
- package/dist/icons/buyIcon.js +19 -0
- package/dist/icons/canceledBuyIcon.d.ts +2 -0
- package/dist/icons/canceledBuyIcon.js +34 -0
- package/dist/icons/canceledRedeemIcon.d.ts +2 -0
- package/dist/icons/canceledRedeemIcon.js +35 -0
- package/dist/icons/failedBuyIcon.d.ts +2 -0
- package/dist/icons/failedBuyIcon.js +48 -0
- package/dist/icons/failedRedeemIcon.d.ts +2 -0
- package/dist/icons/failedRedeemIcon.js +48 -0
- package/dist/icons/pendingBuyIcon.d.ts +2 -0
- package/dist/icons/pendingBuyIcon.js +38 -0
- package/dist/icons/pendingRedeemIcon.d.ts +2 -0
- package/dist/icons/pendingRedeemIcon.js +34 -0
- package/dist/icons/redeemIcon.d.ts +2 -0
- package/dist/icons/redeemIcon.js +19 -0
- package/dist/index-B8QKlEgj.js +37095 -0
- package/dist/{index-Cq3eHOnB.js → index-BJlsh9ro.js} +1 -1
- package/dist/index-C3FYdQkQ.js +4050 -0
- package/dist/index-CrajlEO_.js +576 -0
- package/dist/index-DxLB0ZV1.js +760 -0
- package/dist/index-TElEjliR.js +9 -0
- package/dist/{index-iAyNk1r6.js → index-_kqRfgnc.js} +5 -5
- package/dist/index-ceeCtFuh.js +136 -0
- package/dist/index.esm-BsMAMhYW.js +237 -0
- package/dist/isFocusVisible-CPZqtjv2.js +12 -0
- package/dist/isMuiElement-DnSE4qG4.js +13 -0
- package/dist/main.d.ts +99 -0
- package/dist/main.js +34 -12
- package/dist/moment-h96o7c8I.js +2578 -0
- package/dist/order-Cry6kuj8.js +23 -0
- package/dist/ownerWindow-C-760D__.js +7 -0
- package/dist/providers/metaMask.d.ts +6 -0
- package/dist/providers/metaMask.js +24 -0
- package/dist/react-redux-B4BZippc.js +255 -0
- package/dist/react-webcam-B3cXh1XT.js +267 -0
- package/dist/resolveComponentProps-BdTgLKBb.js +80 -0
- package/dist/rr-primary-logo-CqI24c8v.js +4 -0
- package/dist/stake-Q_O90kTv.js +17 -0
- package/dist/store.d.ts +65 -0
- package/dist/store.js +1 -0
- package/dist/styled-BTIMwpiX.js +5 -0
- package/dist/{styles.module-KeND8lCR.js → styles.module-6SB62f3J.js} +1 -1
- package/dist/styles.module-O5VVND5e.js +22 -0
- package/dist/tokenRow-CgnPD-4U.js +206 -0
- package/dist/useControlled-BYdyS7Pn.js +31 -0
- package/dist/useFormControl-CfmEP6sW.js +18 -0
- package/dist/useSlot-DaP6eodX.js +50 -0
- package/dist/useTheme-BghcbbEW.js +9 -0
- package/dist/{useTheme-nlj1B_-c.js → useTheme-c0OHvtiA.js} +3 -3
- package/dist/{useThemeProps-BqWuFW3z.js → useThemeProps-CV9AmzHf.js} +4 -4
- package/dist/{useThemeWithoutDefault-BdYkMk0o.js → useThemeWithoutDefault-D8MaPbCK.js} +1 -1
- package/dist/useTimeout-D29bZ7Gz.js +56 -0
- package/dist/user-Dzur3Cro.js +24 -0
- package/dist/util/constants.d.ts +48 -0
- package/dist/util/constants.js +69 -21
- package/dist/util/conversions.js +54 -22271
- package/dist/util/functions.d.ts +5 -0
- package/dist/util/functions.js +81 -24
- package/dist/util/regex.d.ts +3 -0
- package/dist/util/regex.js +6 -0
- package/dist/{utils-_FXWkn40.js → utils-EFg3So7T.js} +163 -168
- package/dist/wallet-Dw896DF7.js +35 -0
- package/dist/web3-u4qDZYpo.js +22328 -0
- package/package.json +8 -3
- package/dist/DefaultPropsProvider-Y8MI-J-I.js +0 -555
- package/dist/__vite-browser-external-DYxpcVy9-DYxpcVy9.js +0 -4
- package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/auth-Cj5FKr_m.js +0 -19
- package/dist/axios-xPiQW9EP.js +0 -118114
- package/dist/defaultTheme-OIfL8Ia7.js +0 -5
- package/dist/dividerClasses-Z7VLlu5C.js +0 -10
- package/dist/index-DKTkUdik.js +0 -6
- package/dist/react-redux-VW99uJjf.js +0 -5908
- package/dist/react-webcam-Cov1TP0q.js +0 -639
- package/dist/styled-Da6GnxEE.js +0 -5
- package/dist/tokenRow-Cdd_jFjp.js +0 -206
- package/dist/useFormControl-Bo6Tf_xo.js +0 -46
- package/dist/useSlot-CURNJ3JC.js +0 -306
- package/dist/useTheme-DWRMvRU8.js +0 -9
- package/dist/useTimeout-lr7ryrda.js +0 -75
|
@@ -1,41 +1,43 @@
|
|
|
1
1
|
import { jsxs as h, Fragment as Y, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useState as l, useEffect as b } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { g as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
import { create as q } from "@incodetech/welcome";
|
|
4
|
+
import { g as Q } from "../../_commonjsHelpers-BkfeUUK-.js";
|
|
5
|
+
import { a as V } from "../../axios-BEX6n2A7.js";
|
|
6
|
+
import { C as Z } from "../../Close-mXCsZSxZ.js";
|
|
7
|
+
import { B as A } from "../../Modal-DceAu_d2.js";
|
|
8
|
+
import { C as B } from "../../CircularProgress-BAEiXRSn.js";
|
|
9
|
+
import { B as K } from "../../Button-DXdgxFxa.js";
|
|
10
|
+
import { D as H, a as ee } from "../../DialogContent-zttWtNJM.js";
|
|
11
|
+
import { D as te } from "../../DialogTitle-BqL8DXBp.js";
|
|
12
|
+
import { I as oe } from "../../IconButton-DAR3jsEV.js";
|
|
13
|
+
import { T as E } from "../../Typography-Dx54MRM5.js";
|
|
14
|
+
import { B as ne } from "../../Box-BOgpENcC.js";
|
|
15
|
+
var se = V;
|
|
16
|
+
const re = /* @__PURE__ */ Q(se), ye = () => {
|
|
15
17
|
const n = document.getElementById("launchInCode");
|
|
16
18
|
n && n.click();
|
|
17
|
-
},
|
|
19
|
+
}, ke = async (n, a, m) => {
|
|
18
20
|
try {
|
|
19
|
-
return r = await w(n, a), await r.ocrData({ token:
|
|
21
|
+
return r = await w(n, a), await r.ocrData({ token: m });
|
|
20
22
|
} catch (s) {
|
|
21
23
|
throw console.dir(s), s;
|
|
22
24
|
}
|
|
23
25
|
}, w = async (n, a) => {
|
|
24
|
-
const s =
|
|
26
|
+
const s = q({
|
|
25
27
|
apiURL: n,
|
|
26
28
|
apiKey: a
|
|
27
29
|
});
|
|
28
30
|
return await s.warmup(), s;
|
|
29
31
|
};
|
|
30
32
|
let r, p, d;
|
|
31
|
-
const
|
|
33
|
+
const Ce = ({
|
|
32
34
|
incodeApiUrl: n,
|
|
33
35
|
incodeApiKey: a,
|
|
34
|
-
incodeOnBoardingUrl:
|
|
36
|
+
incodeOnBoardingUrl: m,
|
|
35
37
|
uuid: s,
|
|
36
38
|
autoStart: F = !1,
|
|
37
39
|
showBtn: $ = !1,
|
|
38
|
-
flow:
|
|
40
|
+
flow: f = "kyc",
|
|
39
41
|
buttonText: L = "KYC",
|
|
40
42
|
configurationId: I,
|
|
41
43
|
successHandler: g,
|
|
@@ -50,7 +52,7 @@ const ye = ({
|
|
|
50
52
|
if (r.isDesktop())
|
|
51
53
|
z();
|
|
52
54
|
else {
|
|
53
|
-
const e = `${
|
|
55
|
+
const e = `${m}${t.clientId}/${t.flowType}/${I}?interviewId=${t.interviewId}&isRedirect=true${t.uuid ? `&externalId=${t.uuid}` : ""}`;
|
|
54
56
|
P(e), window.open(e, "_blank"), k(!0), G();
|
|
55
57
|
}
|
|
56
58
|
i(!1);
|
|
@@ -60,7 +62,7 @@ const ye = ({
|
|
|
60
62
|
}), []);
|
|
61
63
|
const _ = async () => {
|
|
62
64
|
let e = {}, c = null;
|
|
63
|
-
if (
|
|
65
|
+
if (f === "register") {
|
|
64
66
|
c = s;
|
|
65
67
|
let S = ["INF"];
|
|
66
68
|
y && S.push(y);
|
|
@@ -82,19 +84,19 @@ const ye = ({
|
|
|
82
84
|
session: t
|
|
83
85
|
});
|
|
84
86
|
}, v = async () => {
|
|
85
|
-
if (
|
|
87
|
+
if (f === "kyc") {
|
|
86
88
|
const e = await r.ocrData({ token: t.token });
|
|
87
89
|
g(e);
|
|
88
90
|
} else
|
|
89
91
|
i(!0), (await r.processFace({ token: t.token })).existingUser ? u() : g({ token: t.token, uuid: s }), i(!1);
|
|
90
92
|
}, D = () => {
|
|
91
|
-
|
|
93
|
+
f === "login" ? J() : W();
|
|
92
94
|
}, W = async () => {
|
|
93
95
|
i(!0), p = document.getElementById("incode-container");
|
|
94
96
|
try {
|
|
95
97
|
r = await w(n, a);
|
|
96
98
|
const e = await _();
|
|
97
|
-
|
|
99
|
+
f === "register" && (e.uuid = s), U(e);
|
|
98
100
|
} catch (e) {
|
|
99
101
|
throw console.dir(e), e;
|
|
100
102
|
}
|
|
@@ -132,7 +134,7 @@ const ye = ({
|
|
|
132
134
|
};
|
|
133
135
|
return /* @__PURE__ */ h(Y, { children: [
|
|
134
136
|
/* @__PURE__ */ o(
|
|
135
|
-
|
|
137
|
+
A,
|
|
136
138
|
{
|
|
137
139
|
sx: { color: "#fff", zIndex: (e) => e.zIndex.drawer + 1 },
|
|
138
140
|
open: M,
|
|
@@ -147,7 +149,7 @@ const ye = ({
|
|
|
147
149
|
}
|
|
148
150
|
),
|
|
149
151
|
/* @__PURE__ */ o(
|
|
150
|
-
|
|
152
|
+
K,
|
|
151
153
|
{
|
|
152
154
|
id: "launchInCode",
|
|
153
155
|
onClick: D,
|
|
@@ -156,7 +158,7 @@ const ye = ({
|
|
|
156
158
|
}
|
|
157
159
|
),
|
|
158
160
|
/* @__PURE__ */ h(
|
|
159
|
-
|
|
161
|
+
H,
|
|
160
162
|
{
|
|
161
163
|
open: T,
|
|
162
164
|
fullWidth: !0,
|
|
@@ -168,7 +170,7 @@ const ye = ({
|
|
|
168
170
|
}
|
|
169
171
|
},
|
|
170
172
|
children: [
|
|
171
|
-
N && /* @__PURE__ */ o(
|
|
173
|
+
N && /* @__PURE__ */ o(te, { children: /* @__PURE__ */ o(
|
|
172
174
|
oe,
|
|
173
175
|
{
|
|
174
176
|
"aria-label": "close",
|
|
@@ -176,10 +178,10 @@ const ye = ({
|
|
|
176
178
|
k(!1), x && x();
|
|
177
179
|
},
|
|
178
180
|
className: "menu-buttons",
|
|
179
|
-
children: /* @__PURE__ */ o(
|
|
181
|
+
children: /* @__PURE__ */ o(Z, {})
|
|
180
182
|
}
|
|
181
183
|
) }),
|
|
182
|
-
/* @__PURE__ */ h(
|
|
184
|
+
/* @__PURE__ */ h(ee, { sx: { mt: 2 }, children: [
|
|
183
185
|
/* @__PURE__ */ o(E, { variant: "h5", className: "text-center", children: /* @__PURE__ */ o("strong", { children: "Session in progress" }) }),
|
|
184
186
|
/* @__PURE__ */ h(E, { sx: { mt: 2 }, variant: "h6", className: "text-center fw500", children: [
|
|
185
187
|
"Please complete the process on the newly opened URL. If the URL did not open,",
|
|
@@ -196,7 +198,7 @@ const ye = ({
|
|
|
196
198
|
] });
|
|
197
199
|
};
|
|
198
200
|
export {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
201
|
+
Ce as default,
|
|
202
|
+
ke as getOcrData,
|
|
203
|
+
ye as launchInCode
|
|
202
204
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { B as t } from "../../Box-BOgpENcC.js";
|
|
3
|
+
import { T as a } from "../../Typography-Dx54MRM5.js";
|
|
4
|
+
const m = ({ text: o }) => /* @__PURE__ */ r(
|
|
5
|
+
t,
|
|
6
|
+
{
|
|
7
|
+
className: "text-center",
|
|
8
|
+
sx: { py: 4, background: "#E0E0E0", color: "#BDBDBD" },
|
|
9
|
+
children: /* @__PURE__ */ r(a, { children: o })
|
|
10
|
+
}
|
|
11
|
+
);
|
|
12
|
+
export {
|
|
13
|
+
m as default
|
|
14
|
+
};
|
|
@@ -3,9 +3,9 @@ import h, { useState as p, useEffect as P } from "react";
|
|
|
3
3
|
import { P as x, a as b, b as y } from "../../pin-empty-D9665KFr.js";
|
|
4
4
|
import C from "./Keyboard/keyboard.js";
|
|
5
5
|
import { s as d } from "../../styles.module-Ctfaq7f2.js";
|
|
6
|
-
import { B as l } from "../../Box-
|
|
7
|
-
import { T as c } from "../../Typography-
|
|
8
|
-
import { B as f } from "../../Button-
|
|
6
|
+
import { B as l } from "../../Box-BOgpENcC.js";
|
|
7
|
+
import { T as c } from "../../Typography-Dx54MRM5.js";
|
|
8
|
+
import { B as f } from "../../Button-DXdgxFxa.js";
|
|
9
9
|
const a = (t, o, n) => n && t.length === 0 ? x : t.length >= o ? b : y, w = h.forwardRef((t, o) => {
|
|
10
10
|
const [n, s] = p(""), i = t.error;
|
|
11
11
|
P(() => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { WIDGET_URL as g } from "../../util/constants.js";
|
|
3
|
-
import { B as m } from "../../Box-
|
|
4
|
-
import { T as p } from "../../Typography-
|
|
3
|
+
import { B as m } from "../../Box-BOgpENcC.js";
|
|
4
|
+
import { T as p } from "../../Typography-Dx54MRM5.js";
|
|
5
5
|
const C = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAICAYAAABUHMdEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgB3ZRRDcJAEERnTsFJwAFYwAAXlLQooCjo4QAUlCqgOEFCFdywR0KChb33szOfL5sM8WM+dZB28MUKYcYxL7UQUx8R+LTsTeQPXZDyQPvIYO0M7xTtg52EFgjcVpmIJlA0Gd7QAuQSUMrV4huekTIO44vfMvUb27XO9JwtGldQD6TxXtsHrq4iCFUaOmoAAAAASUVORK5CYII=", U = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAICAYAAABd92c+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgB3ZWxEcMgDEUlFbRhhIyQlECViZIRMkK8QTbICLlU0JERPIJLaMCSzx4CvQLxy3efQwg7KaV77/0CA4OICztMzrl5yzlnW2v9ji52wB4ieAsh/KmU8tAiJnB7log+252fY9Ykd9BauxKLWVAIN3jiBukN+pi99z8yxkwSQBFc2FMmyhFjPHONw68C+Sl5vKQ1ySsWdEL2ewPIfQAAAABJRU5ErkJggg==", Q = ({
|
|
6
6
|
totalSteps: i = 1,
|
|
7
7
|
currentStep: A = 1,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { TooltipProps } from '@mui/material/Tooltip';
|
|
3
|
+
declare const MuiTooltip: import('@emotion/styled').StyledComponent<Omit<TooltipProps, "ref"> & React.RefAttributes<HTMLDivElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
+
export default MuiTooltip;
|