everest-npm-features 0.0.1 → 0.0.3

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.
Files changed (250) hide show
  1. package/dist/ArrowDropDown-DRUQbGft.js +8 -0
  2. package/dist/ArrowRight-t-YgAHUn.js +8 -0
  3. package/dist/{Box-wAem3MQD.js → Box-BOgpENcC.js} +11 -11
  4. package/dist/{Button-fWdSk-yh.js → Button-DXdgxFxa.js} +8 -7
  5. package/dist/{ButtonBase-SYP7klDp.js → ButtonBase-AOLUTpPg.js} +204 -211
  6. package/dist/Cancel-BMPJ8ZAg.js +11 -0
  7. package/dist/CardContent-DEA5pnhr.js +141 -0
  8. package/dist/{CircularProgress-DcXA6nAu.js → CircularProgress-BAEiXRSn.js} +31 -30
  9. package/dist/Close-mXCsZSxZ.js +8 -0
  10. package/dist/{Container-CIMHcpEe.js → Container-BOehNoF1.js} +4 -4
  11. package/dist/{ContentCopy-CexUUXuC.js → ContentCopy-HD_Xx6nx.js} +1 -1
  12. package/dist/{createSimplePaletteValueFilter-CsgjlRAs.js → DefaultPropsProvider-DmUB0SYC.js} +54 -69
  13. package/dist/DefaultPropsProvider-tqUom3mB.js +329 -0
  14. package/dist/{DialogContent-JgT9A6nk.js → DialogContent-zttWtNJM.js} +91 -90
  15. package/dist/{Close-CdRA3xUs.js → DialogTitle-BqL8DXBp.js} +16 -21
  16. package/dist/{ArrowRight-C6tjImpU.js → Divider-EGEkrkBH.js} +50 -55
  17. package/dist/{FormControl-D4QuPCnV.js → FormControl-Nd-4LC8N.js} +60 -69
  18. package/dist/FormControlLabel-BMeMEwyK.js +738 -0
  19. package/dist/{GlobalStyles-BOnEiMUE.js → GlobalStyles-CModZHM-.js} +2 -2
  20. package/dist/{Grid-dtT_MVn3.js → Grid-EISqvBSJ.js} +5 -5
  21. package/dist/Grid2-B0mJbwjl.js +374 -0
  22. package/dist/{Grow-B3Swdn2Z.js → Grow-dkRwE_ok.js} +5 -5
  23. package/dist/{IconButton-CRGy76pJ.js → IconButton-DAR3jsEV.js} +12 -11
  24. package/dist/Info-CkE3Gsf2.js +8 -0
  25. package/dist/InputAdornment-DZJP9Njd.js +169 -0
  26. package/dist/ListItemIcon-JAntieDc.js +82 -0
  27. package/dist/{wallet-DN7ej6mj.js → MenuItem-D12FP5Iq.js} +64 -75
  28. package/dist/{Modal-0q_y4zbS.js → Modal-DceAu_d2.js} +324 -397
  29. package/dist/Paper-L8ipwfkc.js +183 -0
  30. package/dist/PlayArrow-D_p2nwO8.js +21 -0
  31. package/dist/Portal-DxdKGEvu.js +86 -0
  32. package/dist/{Select-BNAaKK32.js → Select-DTQDmdn_.js} +39 -33
  33. package/dist/{Slide-BlS6unRJ.js → Slide-CWqC2RDG.js} +4 -3
  34. package/dist/Stack-CkCveRRR.js +174 -0
  35. package/dist/{TextField-CPZo0_di.js → TextField-BqIvz6Zw.js} +23 -21
  36. package/dist/{Typography-kyxogyUq.js → Typography-Dx54MRM5.js} +14 -13
  37. package/dist/_commonjsHelpers-BkfeUUK-.js +28 -0
  38. package/dist/assets/index.css +1 -1
  39. package/dist/assets/index10.css +1 -0
  40. package/dist/assets/index2.css +1 -1
  41. package/dist/assets/index3.css +1 -0
  42. package/dist/assets/index4.css +1 -0
  43. package/dist/assets/index5.css +1 -0
  44. package/dist/assets/index6.css +1 -0
  45. package/dist/assets/index7.css +1 -0
  46. package/dist/assets/index8.css +1 -0
  47. package/dist/assets/index9.css +1 -0
  48. package/dist/assets/{withThemeProvider.css → main.css} +1 -1
  49. package/dist/assets/styles.css +1 -1
  50. package/dist/assets/styles3.css +1 -0
  51. package/dist/auth-DDk8JxR-.js +46 -0
  52. package/dist/axios-BEX6n2A7.js +796 -0
  53. package/dist/bank-BvPXd5sM.js +23 -0
  54. package/dist/components/Account/index.d.ts +4 -0
  55. package/dist/components/Account/index.js +310 -0
  56. package/dist/components/History/index.d.ts +2 -0
  57. package/dist/components/History/index.js +804 -0
  58. package/dist/components/MoveToEthereumOrEverChain/index.d.ts +18 -0
  59. package/dist/components/MoveToEthereumOrEverChain/index.js +345 -0
  60. package/dist/components/Profile/documents.js +19 -14
  61. package/dist/components/Profile/index.js +128 -135
  62. package/dist/components/Receive/index.js +25 -23
  63. package/dist/components/RocketRamp/Buy/cardPayment.d.ts +3 -0
  64. package/dist/components/RocketRamp/Buy/cardPayment.js +17 -0
  65. package/dist/components/RocketRamp/Buy/confirmTransaction.d.ts +3 -0
  66. package/dist/components/RocketRamp/Buy/confirmTransaction.js +16 -0
  67. package/dist/components/RocketRamp/Buy/form.d.ts +3 -0
  68. package/dist/components/RocketRamp/Buy/form.js +26 -0
  69. package/dist/components/RocketRamp/Buy/index.d.ts +6 -0
  70. package/dist/components/RocketRamp/Buy/index.js +31 -0
  71. package/dist/components/RocketRamp/Buy/types.d.ts +33 -0
  72. package/dist/components/RocketRamp/Buy/types.js +1 -0
  73. package/dist/components/RocketRamp/Dashboard/balance.d.ts +9 -0
  74. package/dist/components/RocketRamp/Dashboard/balance.js +75 -0
  75. package/dist/components/RocketRamp/Dashboard/index.d.ts +5 -0
  76. package/dist/components/RocketRamp/Dashboard/index.js +36 -0
  77. package/dist/components/RocketRamp/Dashboard/transaction.d.ts +8 -0
  78. package/dist/components/RocketRamp/Dashboard/transaction.js +28 -0
  79. package/dist/components/RocketRamp/MinimalKyc/index.d.ts +6 -0
  80. package/dist/components/RocketRamp/MinimalKyc/index.js +254 -0
  81. package/dist/components/RocketRamp/Shared/Button/index.d.ts +10 -0
  82. package/dist/components/RocketRamp/Shared/Button/index.js +82 -0
  83. package/dist/components/RocketRamp/Shared/Input/index.d.ts +11 -0
  84. package/dist/components/RocketRamp/Shared/Input/index.js +46 -0
  85. package/dist/components/RocketRamp/Shared/backBtn.d.ts +5 -0
  86. package/dist/components/RocketRamp/Shared/backBtn.js +21 -0
  87. package/dist/components/RocketRamp/Shared/transactionItem.d.ts +7 -0
  88. package/dist/components/RocketRamp/Shared/transactionItem.js +125 -0
  89. package/dist/components/RocketRamp/SignIn/index.d.ts +3 -0
  90. package/dist/components/RocketRamp/SignIn/index.js +82 -0
  91. package/dist/components/RocketRamp/SignIn/loginForm.d.ts +3 -0
  92. package/dist/components/RocketRamp/SignIn/loginForm.js +81 -0
  93. package/dist/components/RocketRamp/SignIn/otpForm.d.ts +3 -0
  94. package/dist/components/RocketRamp/SignIn/otpForm.js +112 -0
  95. package/dist/components/RocketRamp/SignIn/types.d.ts +22 -0
  96. package/dist/components/RocketRamp/SignIn/types.js +1 -0
  97. package/dist/components/RocketRamp/SignUp/email.d.ts +3 -0
  98. package/dist/components/RocketRamp/SignUp/email.js +70 -0
  99. package/dist/components/RocketRamp/SignUp/index.d.ts +3 -0
  100. package/dist/components/RocketRamp/SignUp/index.js +163 -0
  101. package/dist/components/RocketRamp/SignUp/personalInfo.d.ts +3 -0
  102. package/dist/components/RocketRamp/SignUp/personalInfo.js +415 -0
  103. package/dist/components/RocketRamp/SignUp/summary.d.ts +3 -0
  104. package/dist/components/RocketRamp/SignUp/summary.js +57 -0
  105. package/dist/components/RocketRamp/SignUp/types.d.ts +50 -0
  106. package/dist/components/RocketRamp/SignUp/types.js +1 -0
  107. package/dist/components/RocketRamp/SignUp/validateEmail.d.ts +3 -0
  108. package/dist/components/RocketRamp/SignUp/validateEmail.js +99 -0
  109. package/dist/components/RocketRamp/Transactions/index.d.ts +5 -0
  110. package/dist/components/RocketRamp/Transactions/index.js +38 -0
  111. package/dist/components/Send/index.js +62 -51
  112. package/dist/components/Shared/ConnectWallet/index.d.ts +20 -0
  113. package/dist/components/Shared/ConnectWallet/index.js +25364 -0
  114. package/dist/components/Shared/HistoryItem/index.d.ts +5 -0
  115. package/dist/components/Shared/HistoryItem/index.js +120 -0
  116. package/dist/components/Shared/Keyboard/keyboard.js +3 -3
  117. package/dist/components/Shared/TokenModal/index.d.ts +10 -0
  118. package/dist/components/Shared/TokenModal/index.js +104 -0
  119. package/dist/components/Shared/TokenModal/tokenGrid.d.ts +7 -0
  120. package/dist/components/Shared/TokenModal/tokenGrid.js +51 -0
  121. package/dist/components/Shared/addBank.d.ts +2 -0
  122. package/dist/components/Shared/addBank.js +172 -0
  123. package/dist/components/Shared/button.js +1 -1
  124. package/dist/components/Shared/connectPlaidBank.d.ts +2 -0
  125. package/dist/components/Shared/connectPlaidBank.js +57 -0
  126. package/dist/components/Shared/incode.js +34 -32
  127. package/dist/components/Shared/inputField.js +1 -1
  128. package/dist/components/Shared/noData.d.ts +4 -0
  129. package/dist/components/Shared/noData.js +14 -0
  130. package/dist/components/Shared/pin.js +3 -3
  131. package/dist/components/Shared/step.js +2 -2
  132. package/dist/components/Shared/tooltip.d.ts +4 -0
  133. package/dist/components/Shared/tooltip.js +2107 -0
  134. package/dist/components/Shared/transition.js +1 -1
  135. package/dist/components/SignIn/index.js +26 -24
  136. package/dist/components/SignUp/index.js +108 -348
  137. package/dist/components/SignUp/pin.js +116 -844
  138. package/dist/components/SignUp/privacy.js +3 -3
  139. package/dist/components/SignUp/terms.js +3 -3
  140. package/dist/components/SignUp/types.d.ts +0 -1
  141. package/dist/components/SignUp/userInfo.js +4 -4
  142. package/dist/components/Stake/gems/index.d.ts +2 -0
  143. package/dist/components/Stake/gems/index.js +214 -0
  144. package/dist/components/Stake/id/index.d.ts +2 -0
  145. package/dist/components/Stake/id/index.js +233 -0
  146. package/dist/components/Stake/index.d.ts +5 -0
  147. package/dist/components/Stake/index.js +346 -0
  148. package/dist/components/Swap/index.d.ts +2 -0
  149. package/dist/components/Swap/index.js +489 -0
  150. package/dist/components/SwapAndUniSwap/index.d.ts +3 -0
  151. package/dist/components/SwapAndUniSwap/index.js +43 -0
  152. package/dist/components/WalletPortfolio/index.js +191 -263
  153. package/dist/components/WalletPortfolio/tokenRow.js +8 -5
  154. package/dist/constants-SKm7VF9k.js +3982 -0
  155. package/dist/countries-BVn1FubK.js +1925 -0
  156. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  157. package/dist/{createSvgIcon-CAZr4ukt.js → createSvgIcon-jkXneOQN.js} +6 -6
  158. package/dist/{createTheme-NrBCWesw.js → createTheme-F9Dk4FhK.js} +182 -174
  159. package/dist/data/countries.json.d.ts +1925 -0
  160. package/dist/defaultTheme-Bc00Q3Kt.js +5 -0
  161. package/dist/dividerClasses-SUAUDDqL.js +10 -0
  162. package/dist/{documents-CL4Ajr_B.js → documents-7w9u2Oig.js} +123 -122
  163. package/dist/elementTypeAcceptingRef-BufevUW8.js +23 -0
  164. package/dist/emotion-react.browser.esm-CI0uV1W5.js +233 -0
  165. package/dist/{extendSxProp-CuERe1TA.js → extendSxProp-Cm2UBzGf.js} +1 -1
  166. package/dist/generic-token-B_ptO5yb.js +4 -0
  167. package/dist/hoc/withThemeProvider.js +33 -32
  168. package/dist/hooks/useDialog/index.js +4 -4
  169. package/dist/hooks/useSnackBar.js +63 -60
  170. package/dist/icons/buyIcon.d.ts +2 -0
  171. package/dist/icons/buyIcon.js +19 -0
  172. package/dist/icons/canceledBuyIcon.d.ts +2 -0
  173. package/dist/icons/canceledBuyIcon.js +34 -0
  174. package/dist/icons/canceledRedeemIcon.d.ts +2 -0
  175. package/dist/icons/canceledRedeemIcon.js +35 -0
  176. package/dist/icons/failedBuyIcon.d.ts +2 -0
  177. package/dist/icons/failedBuyIcon.js +48 -0
  178. package/dist/icons/failedRedeemIcon.d.ts +2 -0
  179. package/dist/icons/failedRedeemIcon.js +48 -0
  180. package/dist/icons/pendingBuyIcon.d.ts +2 -0
  181. package/dist/icons/pendingBuyIcon.js +38 -0
  182. package/dist/icons/pendingRedeemIcon.d.ts +2 -0
  183. package/dist/icons/pendingRedeemIcon.js +34 -0
  184. package/dist/icons/redeemIcon.d.ts +2 -0
  185. package/dist/icons/redeemIcon.js +19 -0
  186. package/dist/index-B8QKlEgj.js +37095 -0
  187. package/dist/{index-Cq3eHOnB.js → index-BJlsh9ro.js} +1 -1
  188. package/dist/index-BhmBCie8.js +796 -0
  189. package/dist/index-C3FYdQkQ.js +4050 -0
  190. package/dist/index-CrajlEO_.js +576 -0
  191. package/dist/index-TElEjliR.js +9 -0
  192. package/dist/{index-iAyNk1r6.js → index-_kqRfgnc.js} +5 -5
  193. package/dist/index-ceeCtFuh.js +136 -0
  194. package/dist/index.esm-BsMAMhYW.js +237 -0
  195. package/dist/isFocusVisible-CPZqtjv2.js +12 -0
  196. package/dist/isMuiElement-DnSE4qG4.js +13 -0
  197. package/dist/main.d.ts +99 -0
  198. package/dist/main.js +34 -12
  199. package/dist/moment-h96o7c8I.js +2578 -0
  200. package/dist/order-CO4ra5N-.js +27 -0
  201. package/dist/ownerWindow-C-760D__.js +7 -0
  202. package/dist/providers/metaMask.d.ts +6 -0
  203. package/dist/providers/metaMask.js +24 -0
  204. package/dist/react-redux-B4BZippc.js +255 -0
  205. package/dist/react-webcam-B3cXh1XT.js +267 -0
  206. package/dist/resolveComponentProps-BdTgLKBb.js +80 -0
  207. package/dist/rr-primary-logo-CqI24c8v.js +4 -0
  208. package/dist/stake-DHpsHQbJ.js +17 -0
  209. package/dist/store.d.ts +66 -0
  210. package/dist/store.js +1 -0
  211. package/dist/styled-BTIMwpiX.js +5 -0
  212. package/dist/{styles.module-KeND8lCR.js → styles.module-6SB62f3J.js} +1 -1
  213. package/dist/styles.module-O5VVND5e.js +22 -0
  214. package/dist/tokenRow-CgnPD-4U.js +206 -0
  215. package/dist/useControlled-BYdyS7Pn.js +31 -0
  216. package/dist/useFormControl-CfmEP6sW.js +18 -0
  217. package/dist/useSlot-DaP6eodX.js +50 -0
  218. package/dist/useTheme-BghcbbEW.js +9 -0
  219. package/dist/{useTheme-nlj1B_-c.js → useTheme-c0OHvtiA.js} +3 -3
  220. package/dist/{useThemeProps-BqWuFW3z.js → useThemeProps-CV9AmzHf.js} +4 -4
  221. package/dist/{useThemeWithoutDefault-BdYkMk0o.js → useThemeWithoutDefault-D8MaPbCK.js} +1 -1
  222. package/dist/useTimeout-D29bZ7Gz.js +56 -0
  223. package/dist/user-CeKqBfJU.js +24 -0
  224. package/dist/util/constants.d.ts +48 -0
  225. package/dist/util/constants.js +69 -21
  226. package/dist/util/conversions.js +54 -22271
  227. package/dist/util/functions.d.ts +5 -0
  228. package/dist/util/functions.js +81 -24
  229. package/dist/util/regex.d.ts +3 -0
  230. package/dist/util/regex.js +6 -0
  231. package/dist/{utils-_FXWkn40.js → utils-EFg3So7T.js} +163 -168
  232. package/dist/wallet-BtAQ78cv.js +35 -0
  233. package/dist/web3-u4qDZYpo.js +22328 -0
  234. package/package.json +8 -3
  235. package/dist/DefaultPropsProvider-Y8MI-J-I.js +0 -555
  236. package/dist/__vite-browser-external-DYxpcVy9-DYxpcVy9.js +0 -4
  237. package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
  238. package/dist/auth-Cj5FKr_m.js +0 -19
  239. package/dist/axios-xPiQW9EP.js +0 -118114
  240. package/dist/defaultTheme-OIfL8Ia7.js +0 -5
  241. package/dist/dividerClasses-Z7VLlu5C.js +0 -10
  242. package/dist/index-DKTkUdik.js +0 -6
  243. package/dist/react-redux-VW99uJjf.js +0 -5908
  244. package/dist/react-webcam-Cov1TP0q.js +0 -639
  245. package/dist/styled-Da6GnxEE.js +0 -5
  246. package/dist/tokenRow-Cdd_jFjp.js +0 -206
  247. package/dist/useFormControl-Bo6Tf_xo.js +0 -46
  248. package/dist/useSlot-CURNJ3JC.js +0 -306
  249. package/dist/useTheme-DWRMvRU8.js +0 -9
  250. package/dist/useTimeout-lr7ryrda.js +0 -75
@@ -0,0 +1,5 @@
1
+ import { c as e } from "./createTheme-F9Dk4FhK.js";
2
+ const a = e();
3
+ export {
4
+ a as d
5
+ };
@@ -0,0 +1,10 @@
1
+ import { g as t } from "./DefaultPropsProvider-DmUB0SYC.js";
2
+ import { g as e } from "./createTheme-F9Dk4FhK.js";
3
+ function s(i) {
4
+ return e("MuiDivider", i);
5
+ }
6
+ const a = t("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle", "flexItem", "light", "vertical", "withChildren", "withChildrenVertical", "textAlignRight", "textAlignLeft", "wrapper", "wrapperVertical"]);
7
+ export {
8
+ a as d,
9
+ s as g
10
+ };
@@ -1,47 +1,52 @@
1
- import { jsx as e, jsxs as t, Fragment as v } from "react/jsx-runtime";
2
- import { useState as g, useEffect as z, useRef as K } from "react";
3
- import { D as V, A as $ } from "./ArrowRight-C6tjImpU.js";
4
- import { D as J, C as U } from "./Close-CdRA3xUs.js";
5
- import { c as F } from "./createSvgIcon-CAZr4ukt.js";
6
- import re from "./components/Shared/inputField.js";
7
- import M from "./components/Shared/step.js";
8
- import { G as h, W as ie } from "./react-webcam-Cov1TP0q.js";
9
- import ae from "./components/Shared/transition.js";
10
- import { getDocName as ce } from "./util/functions.js";
11
- import { j as se, k as le, l as de, m as me, n as he, D as ue, u as fe, a as pe } from "./react-redux-VW99uJjf.js";
12
- import { b as ge } from "./index-DKTkUdik.js";
13
- import { DELETE_ICON as _e } from "./util/constants.js";
14
- import { useDialog as xe } from "./hooks/useDialog/index.js";
15
- import { B as De } from "./Modal-0q_y4zbS.js";
16
- import { C as I } from "./CircularProgress-DcXA6nAu.js";
17
- import { T as m } from "./Typography-kyxogyUq.js";
18
- import { B as u } from "./Button-fWdSk-yh.js";
19
- import { B as a } from "./Box-wAem3MQD.js";
20
- import { D as A, a as L } from "./DialogContent-JgT9A6nk.js";
21
- import { I as w } from "./IconButton-CRGy76pJ.js";
22
- import './assets/documents.css';const be = () => ({
23
- type: le
24
- }), Ce = (o) => ({
25
- type: me,
26
- payload: o
1
+ import { jsx as e, jsxs as t, Fragment as N } from "react/jsx-runtime";
2
+ import { useState as g, useEffect as U, useRef as Y } from "react";
3
+ import { A as $ } from "./ArrowRight-t-YgAHUn.js";
4
+ import { C as z } from "./Close-mXCsZSxZ.js";
5
+ import { D as oe, C as re } from "./Cancel-BMPJ8ZAg.js";
6
+ import ie from "./components/Shared/inputField.js";
7
+ import L from "./components/Shared/step.js";
8
+ import { W as ae } from "./react-webcam-B3cXh1XT.js";
9
+ import { c as ce } from "./createSvgIcon-jkXneOQN.js";
10
+ import se from "./components/Shared/transition.js";
11
+ import { getDocName as le } from "./util/functions.js";
12
+ import { u as de, a as me } from "./react-redux-B4BZippc.js";
13
+ import { X as he, Y as ue, Z as fe, _ as pe, $ as ge, a0 as _e } from "./constants-SKm7VF9k.js";
14
+ import { e as xe } from "./index-TElEjliR.js";
15
+ import { DELETE_ICON as De } from "./util/constants.js";
16
+ import { useDialog as be } from "./hooks/useDialog/index.js";
17
+ import { B as Ce } from "./Modal-DceAu_d2.js";
18
+ import { C as k } from "./CircularProgress-BAEiXRSn.js";
19
+ import { T as m } from "./Typography-Dx54MRM5.js";
20
+ import { B as u } from "./Button-DXdgxFxa.js";
21
+ import { B as a } from "./Box-BOgpENcC.js";
22
+ import { D as A, a as F } from "./DialogContent-zttWtNJM.js";
23
+ import { D as H } from "./DialogTitle-BqL8DXBp.js";
24
+ import { I as j } from "./IconButton-DAR3jsEV.js";
25
+ import { D as V } from "./Divider-EGEkrkBH.js";
26
+ import { G as h } from "./Grid2-B0mJbwjl.js";
27
+ import './assets/documents.css';const Ne = () => ({
28
+ type: ue
27
29
  }), ve = (o) => ({
28
- type: he,
30
+ type: pe,
29
31
  payload: o
30
- }), Y = () => ({
31
- type: se
32
- }), Ne = (o) => ({
33
- type: ue,
32
+ }), Ee = (o) => ({
33
+ type: ge,
34
34
  payload: o
35
+ }), J = () => ({
36
+ type: he
35
37
  }), Se = (o) => ({
36
- type: de,
38
+ type: _e,
39
+ payload: o
40
+ }), we = (o) => ({
41
+ type: fe,
37
42
  payload: o
38
- }), Ee = "_container_1j7fs_1", je = "_heading_1j7fs_27", we = "_sBtn_1j7fs_89", ye = "_twitterCancelBtn_1j7fs_491", r = {
39
- container: Ee,
43
+ }), je = "_container_1j7fs_1", ye = "_heading_1j7fs_27", Ie = "_sBtn_1j7fs_89", ke = "_twitterCancelBtn_1j7fs_491", r = {
44
+ container: je,
40
45
  "inner-container": "_inner-container_1j7fs_13",
41
- heading: je,
46
+ heading: ye,
42
47
  "profile-feat-btn": "_profile-feat-btn_1j7fs_41",
43
48
  "ref-btn": "_ref-btn_1j7fs_65",
44
- sBtn: we,
49
+ sBtn: Ie,
45
50
  "doc-video-box": "_doc-video-box_1j7fs_133",
46
51
  "image-corner-color": "_image-corner-color_1j7fs_209",
47
52
  "video-box-inner-content": "_video-box-inner-content_1j7fs_223",
@@ -57,12 +62,8 @@ import './assets/documents.css';const be = () => ({
57
62
  "tweet-text-parent": "_tweet-text-parent_1j7fs_429",
58
63
  "tweet-disable-text": "_tweet-disable-text_1j7fs_455",
59
64
  "tweet-text-area": "_tweet-text-area_1j7fs_473",
60
- twitterCancelBtn: ye
61
- }, ke = F(/* @__PURE__ */ e("path", {
62
- d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z"
63
- }), "Delete"), Ie = F(/* @__PURE__ */ e("path", {
64
- d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"
65
- }), "Cancel"), Be = F(/* @__PURE__ */ e("path", {
65
+ twitterCancelBtn: ke
66
+ }, Be = ce(/* @__PURE__ */ e("path", {
66
67
  d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z"
67
68
  }), "ArrowBack"), Te = ({
68
69
  showAlertMessage: o,
@@ -70,10 +71,10 @@ import './assets/documents.css';const be = () => ({
70
71
  setDocumentName: _,
71
72
  setDocumentScreen: f
72
73
  }) => /* @__PURE__ */ t(a, { className: "text-center", children: [
73
- /* @__PURE__ */ e(M, { totalSteps: 2, currentStep: 1 }),
74
+ /* @__PURE__ */ e(L, { totalSteps: 2, currentStep: 1 }),
74
75
  /* @__PURE__ */ e(m, { className: "secondary-text-color", variant: "h5", children: /* @__PURE__ */ e("strong", { children: "Name your document" }) }),
75
76
  /* @__PURE__ */ e(
76
- re,
77
+ ie,
77
78
  {
78
79
  label: "Document Name",
79
80
  value: d,
@@ -104,7 +105,7 @@ import './assets/documents.css';const be = () => ({
104
105
  setDocumentFile: c,
105
106
  setDocumentScreen: i
106
107
  }) => {
107
- const s = K(null), [x, p] = g("Choose File"), D = () => {
108
+ const s = Y(null), [x, p] = g("Choose File"), D = () => {
108
109
  if (!f)
109
110
  return o({ message: "Please provide the document" }), !1;
110
111
  _();
@@ -115,17 +116,17 @@ import './assets/documents.css';const be = () => ({
115
116
  p(l.target.files[0].name);
116
117
  let C = new FileReader();
117
118
  C.onload = (y) => {
118
- var S;
119
- const N = (S = y.target) == null ? void 0 : S.result;
120
- if (typeof N == "string") {
121
- const B = N.split(/[,]/);
119
+ var E;
120
+ const v = (E = y.target) == null ? void 0 : E.result;
121
+ if (typeof v == "string") {
122
+ const B = v.split(/[,]/);
122
123
  c(B[1]);
123
124
  }
124
125
  }, C.readAsDataURL(l.target.files[0]);
125
126
  }
126
127
  };
127
128
  return /* @__PURE__ */ t(a, { className: "text-center", children: [
128
- /* @__PURE__ */ e(M, { totalSteps: 2, currentStep: 2 }),
129
+ /* @__PURE__ */ e(L, { totalSteps: 2, currentStep: 2 }),
129
130
  /* @__PURE__ */ e(m, { className: "fw500", variant: "h6", children: "Uploaded files must be image format (PDF, PNG or JPEG/JPG)" }),
130
131
  /* @__PURE__ */ t(h, { mt: 2, container: !0, spacing: 2, children: [
131
132
  /* @__PURE__ */ e(h, { size: 6, children: /* @__PURE__ */ e(
@@ -161,7 +162,7 @@ import './assets/documents.css';const be = () => ({
161
162
  }
162
163
  ),
163
164
  d ? /* @__PURE__ */ t(a, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
164
- /* @__PURE__ */ e(I, { size: 30, color: "inherit" }),
165
+ /* @__PURE__ */ e(k, { size: 30, color: "inherit" }),
165
166
  /* @__PURE__ */ t(m, { variant: "h5", sx: { fontWeight: "bold" }, children: [
166
167
  "Processing...",
167
168
  /* @__PURE__ */ e("br", {}),
@@ -187,7 +188,7 @@ import './assets/documents.css';const be = () => ({
187
188
  uploadDocument: f,
188
189
  uploadLoader: c
189
190
  }) => {
190
- const i = K(null), s = {
191
+ const i = Y(null), s = {
191
192
  audio: !1,
192
193
  height: {
193
194
  min: 720
@@ -215,8 +216,8 @@ import './assets/documents.css';const be = () => ({
215
216
  f();
216
217
  };
217
218
  return /* @__PURE__ */ t(a, { className: "text-center", children: [
218
- /* @__PURE__ */ e(M, { totalSteps: 2, currentStep: 2 }),
219
- x ? /* @__PURE__ */ t(v, { children: [
219
+ /* @__PURE__ */ e(L, { totalSteps: 2, currentStep: 2 }),
220
+ x ? /* @__PURE__ */ t(N, { children: [
220
221
  /* @__PURE__ */ t(
221
222
  a,
222
223
  {
@@ -235,13 +236,13 @@ import './assets/documents.css';const be = () => ({
235
236
  }
236
237
  ),
237
238
  c ? /* @__PURE__ */ t(a, { mt: 4, sx: { color: "#00B171", textAlign: "center" }, children: [
238
- /* @__PURE__ */ e(I, { size: 30, color: "inherit" }),
239
+ /* @__PURE__ */ e(k, { size: 30, color: "inherit" }),
239
240
  /* @__PURE__ */ t(m, { variant: "h5", sx: { fontWeight: "bold" }, children: [
240
241
  "Processing...",
241
242
  /* @__PURE__ */ e("br", {}),
242
243
  "one moment please"
243
244
  ] })
244
- ] }) : /* @__PURE__ */ t(v, { children: [
245
+ ] }) : /* @__PURE__ */ t(N, { children: [
245
246
  /* @__PURE__ */ e(
246
247
  u,
247
248
  {
@@ -265,11 +266,11 @@ import './assets/documents.css';const be = () => ({
265
266
  }
266
267
  )
267
268
  ] })
268
- ] }) : /* @__PURE__ */ t(v, { children: [
269
+ ] }) : /* @__PURE__ */ t(N, { children: [
269
270
  /* @__PURE__ */ t(a, { className: r["doc-video-box"], children: [
270
271
  /* @__PURE__ */ e("span", {}),
271
272
  /* @__PURE__ */ e(
272
- ie,
273
+ ae,
273
274
  {
274
275
  className: r["video-box-inner-content"],
275
276
  audio: !1,
@@ -295,70 +296,70 @@ import './assets/documents.css';const be = () => ({
295
296
  )
296
297
  ] })
297
298
  ] });
298
- }, nt = ({ showAlertMessage: o, identityDocs: d }) => {
299
- const { openDialog: _, ConfirmDialog: f } = xe(), c = fe(), i = pe(ge), s = i.data, x = i.loader, p = i.message, D = i.error, b = i.preview.front, l = i.preview.back, C = i.preview.loader, y = i.uploadLoader, [N, S] = g(!1), [B, O] = g(!1), [T, E] = g(1), [X, H] = g(!1), [R, Q] = g(""), [k, P] = g("");
300
- z(() => {
299
+ }, ct = ({ showAlertMessage: o, identityDocs: d }) => {
300
+ const { openDialog: _, ConfirmDialog: f } = be(), c = de(), i = me(xe), s = i.data, x = i.loader, p = i.message, D = i.error, b = i.preview.front, l = i.preview.back, C = i.preview.loader, y = i.uploadLoader, [v, E] = g(!1), [B, O] = g(!1), [T, S] = g(1), [X, Q] = g(!1), [R, q] = g(""), [I, P] = g("");
301
+ U(() => {
301
302
  D && o({ message: D });
302
- }, [D]), z(() => {
303
- p && (o({ message: p, type: "success" }), S(!1), W());
303
+ }, [D]), U(() => {
304
+ p && (o({ message: p, type: "success" }), E(!1), W());
304
305
  }, [p]);
305
- const q = () => {
306
+ const G = () => {
306
307
  if (!R)
307
308
  return o({ message: "Please provide the document name" }), !1;
308
- if (!k)
309
+ if (!I)
309
310
  return o({ message: "Please provide the document" }), !1;
310
311
  c(
311
- Se({
312
+ we({
312
313
  filename: R.trim(),
313
- content: k
314
+ content: I
314
315
  })
315
316
  );
316
317
  }, Z = () => {
317
- c(be());
318
+ c(Ne());
318
319
  };
319
- z(() => {
320
+ U(() => {
320
321
  Z();
321
322
  }, []);
322
- const ee = (n) => {
323
- c(Ce(n));
324
- }, te = (n) => {
323
+ const K = (n) => {
325
324
  c(ve(n));
326
- }, ne = (n) => {
325
+ }, ee = (n) => {
326
+ c(Ee(n));
327
+ }, te = (n) => {
327
328
  _({
328
- icon: _e,
329
+ icon: De,
329
330
  height: "450px",
330
331
  title: "Are you sure you want to delete?",
331
332
  message: "This action cannot be undone.",
332
333
  onConfirm: () => {
333
- oe(n);
334
+ ne(n);
334
335
  },
335
336
  cancelButtonShow: !0
336
337
  });
337
- }, oe = (n) => {
338
- c(Ne(n));
339
- }, G = ({ data: n, type: j }) => j === "identity" ? /* @__PURE__ */ e(
338
+ }, ne = (n) => {
339
+ c(Se(n));
340
+ }, M = ({ data: n, type: w }) => w === "identity" ? /* @__PURE__ */ e(
340
341
  a,
341
342
  {
342
343
  className: r["menu-item"],
343
- onClick: () => n.documentId && ee(n.documentId),
344
+ onClick: () => n.documentId && K(n.documentId),
344
345
  children: /* @__PURE__ */ t(h, { container: !0, sx: { width: "100%" }, children: [
345
- /* @__PURE__ */ e(h, { size: 10, className: "content-center", children: /* @__PURE__ */ e(a, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e("p", { className: r.heading, children: /* @__PURE__ */ e("strong", { children: n.documentType && ce(n.documentType) }) }) }) }),
346
+ /* @__PURE__ */ e(h, { size: 10, className: "content-center", children: /* @__PURE__ */ e(a, { sx: { textAlign: "left" }, children: /* @__PURE__ */ e("p", { className: r.heading, children: /* @__PURE__ */ e("strong", { children: n.documentType && le(n.documentType) }) }) }) }),
346
347
  /* @__PURE__ */ e(h, { size: 2, children: /* @__PURE__ */ e(m, { sx: { textAlign: "right" }, children: /* @__PURE__ */ e($, { sx: { fontSize: "30px", color: "#195BB6" } }) }) })
347
348
  ] })
348
349
  }
349
350
  ) : /* @__PURE__ */ t(a, { sx: { position: "relative" }, className: r["menu-item"], children: [
350
- N && /* @__PURE__ */ e(
351
- w,
351
+ v && /* @__PURE__ */ e(
352
+ j,
352
353
  {
353
354
  className: r["remove-icon"],
354
- onClick: () => ne(n.filename),
355
- children: /* @__PURE__ */ e(Ie, {})
355
+ onClick: () => te(n.filename),
356
+ children: /* @__PURE__ */ e(re, {})
356
357
  }
357
358
  ),
358
359
  /* @__PURE__ */ t(
359
360
  h,
360
361
  {
361
- onClick: () => te(n.filename),
362
+ onClick: () => ee(n.filename),
362
363
  container: !0,
363
364
  sx: { width: "100%" },
364
365
  children: [
@@ -368,45 +369,45 @@ import './assets/documents.css';const be = () => ({
368
369
  }
369
370
  )
370
371
  ] }), W = () => {
371
- Q(""), P(""), E(1), H(!1);
372
+ q(""), P(""), S(1), Q(!1);
372
373
  };
373
- return /* @__PURE__ */ t(v, { children: [
374
+ return /* @__PURE__ */ t(N, { children: [
374
375
  /* @__PURE__ */ e(f, {}),
375
376
  /* @__PURE__ */ e(
376
- De,
377
+ Ce,
377
378
  {
378
379
  sx: {
379
380
  color: "#fff",
380
381
  zIndex: (n) => n.zIndex.drawer + 1e3
381
382
  },
382
383
  open: C,
383
- children: /* @__PURE__ */ e(I, { color: "inherit" })
384
+ children: /* @__PURE__ */ e(k, { color: "inherit" })
384
385
  }
385
386
  ),
386
387
  /* @__PURE__ */ e(m, { className: r.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Documents" }) }),
387
388
  s.length > 0 && /* @__PURE__ */ t(
388
389
  u,
389
390
  {
390
- className: `${N ? r["delete-disable"] : r["confirm-edit"]} normal-text`,
391
+ className: `${v ? r["delete-disable"] : r["confirm-edit"]} normal-text`,
391
392
  sx: { mt: 3, mb: 3 },
392
393
  variant: "contained",
393
- onClick: () => S((n) => !n),
394
+ onClick: () => E((n) => !n),
394
395
  children: [
395
- /* @__PURE__ */ e(ke, {}),
396
+ /* @__PURE__ */ e(oe, {}),
396
397
  "Delete"
397
398
  ]
398
399
  }
399
400
  ),
400
- x ? /* @__PURE__ */ e(a, { className: "text-center", mt: 8, children: /* @__PURE__ */ e(I, {}) }) : /* @__PURE__ */ t(v, { children: [
401
- d && d.map((n, j) => /* @__PURE__ */ e(G, { data: n, type: "identity" }, j)),
402
- s && s.map((n, j) => /* @__PURE__ */ e(G, { data: n, type: "normal" }, j)),
401
+ x ? /* @__PURE__ */ e(a, { className: "text-center", mt: 8, children: /* @__PURE__ */ e(k, {}) }) : /* @__PURE__ */ t(N, { children: [
402
+ d && d.map((n, w) => /* @__PURE__ */ e(M, { data: n, type: "identity" }, w)),
403
+ s && s.map((n, w) => /* @__PURE__ */ e(M, { data: n, type: "normal" }, w)),
403
404
  !d && s.length === 0 && /* @__PURE__ */ e(m, { mt: 4, className: "text-center", variant: "h4", children: "No Documents" })
404
405
  ] }),
405
406
  /* @__PURE__ */ e(
406
407
  u,
407
408
  {
408
409
  sx: { mt: 4 },
409
- onClick: () => H(!0),
410
+ onClick: () => Q(!0),
410
411
  className: "wallet-btn",
411
412
  variant: "contained",
412
413
  fullWidth: !0,
@@ -420,8 +421,8 @@ import './assets/documents.css';const be = () => ({
420
421
  fullWidth: !0,
421
422
  onClose: () => O(!1),
422
423
  children: [
423
- /* @__PURE__ */ e(J, { sx: { mt: 1, p: 2, color: "#16359D" }, children: /* @__PURE__ */ e(
424
- w,
424
+ /* @__PURE__ */ e(H, { sx: { mt: 1, p: 2, color: "#16359D" }, children: /* @__PURE__ */ e(
425
+ j,
425
426
  {
426
427
  "aria-label": "close",
427
428
  onClick: () => O(!1),
@@ -431,11 +432,11 @@ import './assets/documents.css';const be = () => ({
431
432
  top: 8,
432
433
  color: "#16359D"
433
434
  },
434
- children: /* @__PURE__ */ e(U, {})
435
+ children: /* @__PURE__ */ e(z, {})
435
436
  }
436
437
  ) }),
437
438
  /* @__PURE__ */ e(V, { sx: { mt: 2 } }),
438
- /* @__PURE__ */ e(L, { children: /* @__PURE__ */ e(a, { children: "Add Document Modal" }) })
439
+ /* @__PURE__ */ e(F, { children: /* @__PURE__ */ e(a, { children: "Add Document Modal" }) })
439
440
  ]
440
441
  }
441
442
  ),
@@ -444,24 +445,24 @@ import './assets/documents.css';const be = () => ({
444
445
  {
445
446
  open: !!b,
446
447
  fullWidth: !0,
447
- onClose: () => c(Y()),
448
+ onClose: () => c(J()),
448
449
  children: [
449
- /* @__PURE__ */ e(J, { sx: { mt: 1, p: 2, color: "#16359D" }, children: /* @__PURE__ */ e(
450
- w,
450
+ /* @__PURE__ */ e(H, { sx: { mt: 1, p: 2, color: "#16359D" }, children: /* @__PURE__ */ e(
451
+ j,
451
452
  {
452
453
  "aria-label": "close",
453
- onClick: () => c(Y()),
454
+ onClick: () => c(J()),
454
455
  sx: {
455
456
  position: "absolute",
456
457
  right: 8,
457
458
  top: 8,
458
459
  color: "#16359D"
459
460
  },
460
- children: /* @__PURE__ */ e(U, {})
461
+ children: /* @__PURE__ */ e(z, {})
461
462
  }
462
463
  ) }),
463
464
  /* @__PURE__ */ e(V, { sx: { mt: 2 } }),
464
- /* @__PURE__ */ e(L, { children: /* @__PURE__ */ t(a, { children: [
465
+ /* @__PURE__ */ e(F, { children: /* @__PURE__ */ t(a, { children: [
465
466
  /* @__PURE__ */ e(m, { variant: "h5", mb: 3, children: "Front Image" }),
466
467
  /* @__PURE__ */ e(
467
468
  "img",
@@ -471,7 +472,7 @@ import './assets/documents.css';const be = () => ({
471
472
  alt: "Front"
472
473
  }
473
474
  ),
474
- l && /* @__PURE__ */ t(v, { children: [
475
+ l && /* @__PURE__ */ t(N, { children: [
475
476
  /* @__PURE__ */ e(m, { variant: "h5", mt: 2, mb: 3, children: "Back Image" }),
476
477
  /* @__PURE__ */ e(
477
478
  "img",
@@ -492,14 +493,14 @@ import './assets/documents.css';const be = () => ({
492
493
  fullWidth: !0,
493
494
  open: X,
494
495
  onClose: W,
495
- TransitionComponent: ae,
496
+ TransitionComponent: se,
496
497
  children: [
497
498
  /* @__PURE__ */ t(a, { className: r["asset-header"], children: [
498
499
  /* @__PURE__ */ e(
499
- w,
500
+ j,
500
501
  {
501
502
  "aria-label": "close",
502
- onClick: () => E(
503
+ onClick: () => S(
503
504
  T - 1 <= 0 ? 1 : T - 1
504
505
  ),
505
506
  sx: { color: "#16359d", ml: "20px" },
@@ -516,33 +517,33 @@ import './assets/documents.css';const be = () => ({
516
517
  }
517
518
  ),
518
519
  /* @__PURE__ */ e(
519
- w,
520
+ j,
520
521
  {
521
522
  "aria-label": "close",
522
523
  onClick: W,
523
524
  className: r["asset-close-btn"],
524
- children: /* @__PURE__ */ e(U, {})
525
+ children: /* @__PURE__ */ e(z, {})
525
526
  }
526
527
  )
527
528
  ] }),
528
- /* @__PURE__ */ e(L, { sx: { padding: "20px 45px" }, dividers: !0, children: {
529
+ /* @__PURE__ */ e(F, { sx: { padding: "20px 45px" }, dividers: !0, children: {
529
530
  1: /* @__PURE__ */ e(
530
531
  Te,
531
532
  {
532
533
  showAlertMessage: o,
533
534
  documentName: R,
534
- setDocumentName: Q,
535
- setDocumentScreen: E
535
+ setDocumentName: q,
536
+ setDocumentScreen: S
536
537
  }
537
538
  ),
538
539
  2: /* @__PURE__ */ e(
539
540
  Re,
540
541
  {
541
542
  showAlertMessage: o,
542
- setDocumentScreen: E,
543
- documentFile: k,
543
+ setDocumentScreen: S,
544
+ documentFile: I,
544
545
  setDocumentFile: P,
545
- uploadDocument: q,
546
+ uploadDocument: G,
546
547
  uploadLoader: y
547
548
  }
548
549
  ),
@@ -550,10 +551,10 @@ import './assets/documents.css';const be = () => ({
550
551
  Pe,
551
552
  {
552
553
  showAlertMessage: o,
553
- setDocumentScreen: E,
554
- documentFile: k,
554
+ setDocumentScreen: S,
555
+ documentFile: I,
555
556
  setDocumentFile: P,
556
- uploadDocument: q,
557
+ uploadDocument: G,
557
558
  uploadLoader: y
558
559
  }
559
560
  )
@@ -564,6 +565,6 @@ import './assets/documents.css';const be = () => ({
564
565
  ] });
565
566
  };
566
567
  export {
567
- nt as D,
568
+ ct as D,
568
569
  r as s
569
570
  };
@@ -0,0 +1,23 @@
1
+ import { P as c } from "./createTheme-F9Dk4FhK.js";
2
+ import { c as l } from "./TransitionGroupContext-VwpFXTPO.js";
3
+ function f(n) {
4
+ const {
5
+ prototype: e = {}
6
+ } = n;
7
+ return !!e.isReactComponent;
8
+ }
9
+ function s(n, e, i, r, p) {
10
+ const t = n[e], a = p || e;
11
+ if (t == null || // When server-side rendering React doesn't warn either.
12
+ // This is not an accurate check for SSR.
13
+ // This is only in place for emotion compat.
14
+ // TODO: Revisit once https://github.com/facebook/react/issues/20047 is resolved.
15
+ typeof window > "u")
16
+ return null;
17
+ let o;
18
+ return typeof t == "function" && !f(t) && (o = "Did you accidentally provide a plain function component instead?"), o !== void 0 ? new Error(`Invalid ${r} \`${a}\` supplied to \`${i}\`. Expected an element type that can hold a ref. ${o} For more information see https://mui.com/r/caveat-with-refs-guide`) : null;
19
+ }
20
+ const d = l(c.elementType, s);
21
+ export {
22
+ d as e
23
+ };