everest-npm-features 0.0.47 → 0.0.48

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 (102) hide show
  1. package/dist/{PlayArrow-Cm8tJN8W.js → PlayArrow-Cnrxi5yr.js} +1 -1
  2. package/dist/assets/styles.css +1 -1
  3. package/dist/assets/styles2.css +1 -1
  4. package/dist/assets/styles3.css +1 -1
  5. package/dist/assets/styles4.css +1 -0
  6. package/dist/{auth-D0r8wtCH.js → auth-C45E0xvK.js} +1 -1
  7. package/dist/{bank-BmV_keEr.js → bank-DIdz4BaB.js} +1 -1
  8. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  9. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  10. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  13. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  14. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  15. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  16. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  17. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  21. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  22. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  23. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  24. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  25. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  26. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  27. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  28. package/dist/components/Shared/FullKyc/edd.js +2 -2
  29. package/dist/components/Shared/FullKyc/index.js +3 -3
  30. package/dist/components/Shared/FullKyc/pep.js +1 -1
  31. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  32. package/dist/components/Shared/FullKyc/userInfo.js +3 -3
  33. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  34. package/dist/components/Wallet/Account/createIban.js +1 -1
  35. package/dist/components/Wallet/Account/iban.js +2 -2
  36. package/dist/components/Wallet/Account/ibanItem.js +1 -1
  37. package/dist/components/Wallet/Account/index.js +3 -3
  38. package/dist/components/Wallet/Account/sendIban.js +2 -2
  39. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  40. package/dist/components/Wallet/Buy/form.js +5 -5
  41. package/dist/components/Wallet/Buy/index.js +6 -6
  42. package/dist/components/Wallet/Deposit/index.js +1 -1
  43. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  45. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  47. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  48. package/dist/components/Wallet/History/index.js +2 -2
  49. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +2 -2
  50. package/dist/components/Wallet/Portfolio/index.js +17 -17
  51. package/dist/components/Wallet/Profile/documents.js +526 -28
  52. package/dist/components/Wallet/Profile/index.js +178 -149
  53. package/dist/components/Wallet/Profile/storage.d.ts +11 -0
  54. package/dist/components/Wallet/Profile/storage.js +267 -0
  55. package/dist/components/Wallet/Receive/index.js +2 -2
  56. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  57. package/dist/components/Wallet/Sell/form.js +5 -5
  58. package/dist/components/Wallet/Sell/index.js +6 -6
  59. package/dist/components/Wallet/Send/index.js +29 -29
  60. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  61. package/dist/components/Wallet/Shared/BankSelect/index.js +4 -4
  62. package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
  63. package/dist/components/Wallet/Shared/addBank.js +2 -2
  64. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  65. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  66. package/dist/components/Wallet/Shared/pin.js +1 -1
  67. package/dist/components/Wallet/SignIn/index.js +2 -2
  68. package/dist/components/Wallet/SignUp/index.js +2 -2
  69. package/dist/components/Wallet/Stake/gems/index.js +1 -1
  70. package/dist/components/Wallet/Stake/id/index.js +1 -1
  71. package/dist/components/Wallet/Stake/index.js +4 -4
  72. package/dist/components/Wallet/Swap/form.js +6 -6
  73. package/dist/components/Wallet/Swap/index.js +5 -5
  74. package/dist/components/Wallet/Withdraw/bankSelect.js +5 -5
  75. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  76. package/dist/components/Wallet/Withdraw/form.js +5 -5
  77. package/dist/components/Wallet/Withdraw/index.js +5 -5
  78. package/dist/{constants-BJhUp96H.js → constants-BSdmHYnc.js} +364 -359
  79. package/dist/{cryptoAssets-Q_UWeuzR.js → cryptoAssets-BdNVnpA_.js} +1 -1
  80. package/dist/hooks/useDialog/index.js +1 -1
  81. package/dist/{index-pCrOsXNC.js → index-BXF4OI74.js} +17 -17
  82. package/dist/{index-Dkjl8hIv.js → index-Be3ndI6s.js} +13 -13
  83. package/dist/{index-Dq5wTY4S.js → index-BlfzmV5M.js} +4 -4
  84. package/dist/{index-BRnTzw1Z.js → index-CRyby3Qm.js} +2 -2
  85. package/dist/{index-B2wXmFh5.js → index-Cvp4wWrB.js} +5 -5
  86. package/dist/{index-DegQ9bTI.js → index-D3OzGVxQ.js} +7 -7
  87. package/dist/{index-MUaN67Ei.js → index-HZ9RrpTC.js} +7 -7
  88. package/dist/{kyc-DLaLS7sp.js → kyc-BQsiHtP6.js} +1 -1
  89. package/dist/main.js +7 -7
  90. package/dist/{order-fWKVFTau.js → order-BKKCskeq.js} +1 -1
  91. package/dist/{stake-CQLutF0z.js → stake-WjG22nIX.js} +1 -1
  92. package/dist/{styles.module-O5VVND5e.js → styles.module-C1sNeKjL.js} +1 -1
  93. package/dist/styles.module-CHPRGltL.js +28 -0
  94. package/dist/{styles.module-CHEBh2ID.js → styles.module-DMd29SPQ.js} +1 -1
  95. package/dist/{styles.module-CUA1zLEJ.js → styles.module-verVx4pE.js} +1 -1
  96. package/dist/util/constants.d.ts +3 -0
  97. package/dist/util/constants.js +83 -80
  98. package/dist/util/functions.js +36 -36
  99. package/dist/{wallet-CuQDBP6a.js → wallet-BXA-R-Ks.js} +1 -1
  100. package/package.json +2 -2
  101. package/dist/assets/documents.css +0 -1
  102. package/dist/documents-RjwlADn2.js +0 -552
@@ -1,109 +1,128 @@
1
- import { jsxs as i, Fragment as k, jsx as e } from "react/jsx-runtime";
2
- import { useState as E, useEffect as M } from "react";
3
- import { u as I, a as U } from "../../../react-redux-B4BZippc.js";
4
- import { ag as O, ah as P, ai as z, aj as Y, c as v, K } from "../../../constants-BJhUp96H.js";
5
- import { a as W } from "../../../index-BQNs1mvn.js";
6
- import { s as a, D as q } from "../../../documents-RjwlADn2.js";
7
- import o from "../Shared/inputField.js";
8
- import { KYC_APROVED_TOOLTIP as Q, KYC_ELITE_TOOLTIP as X, WIDGET_URL as j } from "../../../util/constants.js";
9
- import $ from "../../../hoc/withThemeProvider.js";
1
+ import { jsxs as r, Fragment as U, jsx as e } from "react/jsx-runtime";
2
+ import { useState as Z, useEffect as _ } from "react";
3
+ import { u as W, a as R } from "../../../react-redux-B4BZippc.js";
4
+ import { ag as q, ah as Q, ai as X, aj as j, c as b, K as $ } from "../../../constants-BSdmHYnc.js";
5
+ import { a as J } from "../../../index-BQNs1mvn.js";
6
+ import { s as o } from "../../../styles.module-CHPRGltL.js";
7
+ import l from "../Shared/inputField.js";
8
+ import e2 from "./documents.js";
9
+ import { SYNTHETIC_EURE as t2, KYC_APROVED_TOOLTIP as r2, KYC_ELITE_TOOLTIP as i2, WIDGET_URL as a2 } from "../../../util/constants.js";
10
+ import o2 from "../../../hoc/withThemeProvider.js";
10
11
  import "../../../index-DlQqWbXG.js";
11
- import { AuthInnerContainer as w } from "../Shared/Container/index.js";
12
+ import { AuthInnerContainer as L } from "../Shared/Container/index.js";
12
13
  import "../Shared/appButton.js";
13
14
  import "../Shared/Auth/otpForm.js";
14
- import { useSnackBarContext as J } from "../../../context/snackBarContext.js";
15
+ import { useSnackBarContext as l2 } from "../../../context/snackBarContext.js";
15
16
  import "../../../util/conversions.js";
16
17
  import "../../../index-CAoLi5Qq.js";
17
18
  import "../Shared/pin.js";
18
19
  import "../../../moment-h96o7c8I.js";
19
20
  import "../../Shared/transition.js";
20
- import { M as e2 } from "../../../tooltip-3UvETWtS.js";
21
+ import { M as s2 } from "../../../tooltip-3UvETWtS.js";
21
22
  import "../../../index.esm-BsMAMhYW.js";
22
23
  import "../../../web3-u4qDZYpo.js";
23
24
  import "../../../index-ceeCtFuh.js";
24
25
  import "../../../context/dialogContext.js";
25
- import { G as r } from "../../../Grid-CFe3amXO.js";
26
- import { B as f } from "../../../Box-B0YSYLco.js";
26
+ import n2 from "./storage.js";
27
+ import { G as t } from "../../../Grid-CFe3amXO.js";
28
+ import { B as m } from "../../../Box-B0YSYLco.js";
27
29
  import { T as n } from "../../../Typography-pAaje37G.js";
28
- import { B as c } from "../../../Button-Df4vgU24.js";
29
- import { A as t2 } from "../../../Avatar-1XklXr4O.js";
30
- import { D as r2 } from "../../../Divider-BShhMFf4.js";
31
- import { D as i2, a as a2 } from "../../../DialogContent-BMwlOnbW.js";
32
- const o2 = () => ({
33
- type: O
34
- }), l2 = () => ({
35
- type: P
36
- }), s2 = () => ({
37
- type: z
38
- }), n2 = (C) => ({
39
- type: Y,
40
- payload: C
41
- }), c2 = "data:image/svg+xml,%3csvg%20width='84'%20height='84'%20viewBox='0%200%2084%2084'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_9102_77746)'%3e%3ccircle%20cx='42'%20cy='42'%20r='30'%20fill='url(%23paint0_linear_9102_77746)'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_9102_77746)'%3e%3cg%20filter='url(%23filter2_d_9102_77746)'%3e%3cmask%20id='path-2-inside-1_9102_77746'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M59.1502%2072.3697C65.1424%2072.3697%2070.0001%2067.512%2070.0001%2061.5198C70.0001%2055.5276%2065.1424%2050.6699%2059.1502%2050.6699C53.1579%2050.6699%2048.3003%2055.5276%2048.3003%2061.5198C48.3003%2067.512%2053.1579%2072.3697%2059.1502%2072.3697ZM55.9037%2066.1547C56.3329%2066.5895%2057.0347%2066.5895%2057.464%2066.1548L64.9338%2058.5909C65.3854%2058.1337%2065.3854%2057.3983%2064.9339%2056.941C64.4742%2056.4755%2063.7227%2056.4755%2063.263%2056.941L56.6838%2063.604L54.5835%2061.477C54.1242%2061.0118%2053.3731%2061.0116%2052.9136%2061.4767C52.4619%2061.9338%2052.4618%2062.6691%2052.9133%2063.1263L55.9037%2066.1547Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M59.1502%2072.3697C65.1424%2072.3697%2070.0001%2067.512%2070.0001%2061.5198C70.0001%2055.5276%2065.1424%2050.6699%2059.1502%2050.6699C53.1579%2050.6699%2048.3003%2055.5276%2048.3003%2061.5198C48.3003%2067.512%2053.1579%2072.3697%2059.1502%2072.3697ZM55.9037%2066.1547C56.3329%2066.5895%2057.0347%2066.5895%2057.464%2066.1548L64.9338%2058.5909C65.3854%2058.1337%2065.3854%2057.3983%2064.9339%2056.941C64.4742%2056.4755%2063.7227%2056.4755%2063.263%2056.941L56.6838%2063.604L54.5835%2061.477C54.1242%2061.0118%2053.3731%2061.0116%2052.9136%2061.4767C52.4619%2061.9338%2052.4618%2062.6691%2052.9133%2063.1263L55.9037%2066.1547Z'%20fill='url(%23paint1_linear_9102_77746)'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M57.464%2066.1548L57.1082%2065.8035V65.8035L57.464%2066.1548ZM55.9037%2066.1547L55.5479%2066.5061L55.9037%2066.1547ZM64.9338%2058.5909L65.2896%2058.9423V58.9423L64.9338%2058.5909ZM64.9339%2056.941L65.2897%2056.5897L64.9339%2056.941ZM63.263%2056.941L63.6188%2057.2923H63.6188L63.263%2056.941ZM56.6838%2063.604L56.328%2063.9553L56.6838%2064.3156L57.0396%2063.9553L56.6838%2063.604ZM54.5835%2061.477L54.9393%2061.1257H54.9393L54.5835%2061.477ZM52.9136%2061.4767L52.5579%2061.1252V61.1252L52.9136%2061.4767ZM52.9133%2063.1263L52.5575%2063.4776L52.9133%2063.1263ZM69.5001%2061.5198C69.5001%2067.2359%2064.8663%2071.8697%2059.1502%2071.8697V72.8697C65.4185%2072.8697%2070.5001%2067.7882%2070.5001%2061.5198H69.5001ZM59.1502%2051.1699C64.8663%2051.1699%2069.5001%2055.8037%2069.5001%2061.5198H70.5001C70.5001%2055.2514%2065.4185%2050.1699%2059.1502%2050.1699V51.1699ZM48.8003%2061.5198C48.8003%2055.8037%2053.4341%2051.1699%2059.1502%2051.1699V50.1699C52.8818%2050.1699%2047.8003%2055.2514%2047.8003%2061.5198H48.8003ZM59.1502%2071.8697C53.4341%2071.8697%2048.8003%2067.2359%2048.8003%2061.5198H47.8003C47.8003%2067.7882%2052.8818%2072.8697%2059.1502%2072.8697V71.8697ZM57.1082%2065.8035C56.8747%2066.0399%2056.4929%2066.0399%2056.2594%2065.8034L55.5479%2066.5061C56.1729%2067.139%2057.1947%2067.1391%2057.8198%2066.5061L57.1082%2065.8035ZM64.5781%2058.2396L57.1082%2065.8035L57.8198%2066.5061L65.2896%2058.9423L64.5781%2058.2396ZM64.5781%2057.2923C64.8374%2057.5549%2064.8374%2057.9771%2064.5781%2058.2396L65.2896%2058.9423C65.9335%2058.2903%2065.9335%2057.2417%2065.2897%2056.5897L64.5781%2057.2923ZM63.6188%2057.2923C63.8827%2057.025%2064.3142%2057.025%2064.5781%2057.2923L65.2897%2056.5897C64.6342%2055.9259%2063.5627%2055.9259%2062.9073%2056.5897L63.6188%2057.2923ZM57.0396%2063.9553L63.6188%2057.2923L62.9073%2056.5897L56.328%2063.2527L57.0396%2063.9553ZM54.2278%2061.8283L56.328%2063.9553L57.0396%2063.2527L54.9393%2061.1257L54.2278%2061.8283ZM53.2692%2061.8281C53.533%2061.5612%2053.9641%2061.5613%2054.2278%2061.8283L54.9393%2061.1257C54.2842%2060.4622%2053.2133%2060.462%2052.5579%2061.1252L53.2692%2061.8281ZM53.269%2062.775C53.0099%2062.5125%2053.01%2062.0905%2053.2692%2061.8281L52.5579%2061.1252C51.9138%2061.777%2051.9136%2062.8256%2052.5575%2063.4776L53.269%2062.775ZM56.2594%2065.8034L53.269%2062.775L52.5575%2063.4776L55.5479%2066.5061L56.2594%2065.8034Z'%20fill='url(%23paint2_linear_9102_77746)'%20fill-opacity='0.9'%20mask='url(%23path-2-inside-1_9102_77746)'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_d_9102_77746)'%3e%3cmask%20id='path-4-inside-2_9102_77746'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.195%2023.3138C26.195%2016.5257%2031.727%2011%2038.5128%2011C45.2986%2011%2050.8224%2016.5257%2050.8224%2023.3138C50.8224%2030.1018%2045.2986%2035.6275%2038.5128%2035.6275C31.727%2035.6275%2026.195%2030.1018%2026.195%2023.3138ZM15%2056.8994C15%2046.3756%2023.508%2037.867%2034.0325%2037.867L42.9836%2037.8667C50.7629%2037.8667%2057.4307%2042.5215%2060.385%2049.1966C59.8192%2049.1167%2059.2452%2049.0612%2058.6577%2049.0612C51.8697%2049.0612%2046.344%2054.5936%2046.344%2061.3793C46.344%2063.3939%2046.8415%2065.2915%2047.704%2066.9721H16.1173C15.9701%2066.9717%2015.8244%2066.9423%2015.6886%2066.8857C15.5527%2066.829%2015.4294%2066.7461%2015.3256%2066.6418C15.2219%2066.5374%2015.1397%2066.4136%2015.0838%2066.2774C15.0279%2066.1412%2014.9995%2065.9954%2015%2065.8482V56.8994Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.195%2023.3138C26.195%2016.5257%2031.727%2011%2038.5128%2011C45.2986%2011%2050.8224%2016.5257%2050.8224%2023.3138C50.8224%2030.1018%2045.2986%2035.6275%2038.5128%2035.6275C31.727%2035.6275%2026.195%2030.1018%2026.195%2023.3138ZM15%2056.8994C15%2046.3756%2023.508%2037.867%2034.0325%2037.867L42.9836%2037.8667C50.7629%2037.8667%2057.4307%2042.5215%2060.385%2049.1966C59.8192%2049.1167%2059.2452%2049.0612%2058.6577%2049.0612C51.8697%2049.0612%2046.344%2054.5936%2046.344%2061.3793C46.344%2063.3939%2046.8415%2065.2915%2047.704%2066.9721H16.1173C15.9701%2066.9717%2015.8244%2066.9423%2015.6886%2066.8857C15.5527%2066.829%2015.4294%2066.7461%2015.3256%2066.6418C15.2219%2066.5374%2015.1397%2066.4136%2015.0838%2066.2774C15.0279%2066.1412%2014.9995%2065.9954%2015%2065.8482V56.8994Z'%20fill='url(%23paint3_linear_9102_77746)'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M34.0325%2037.867V38.367H34.0325L34.0325%2037.867ZM42.9836%2037.8667V37.3667H42.9836L42.9836%2037.8667ZM60.385%2049.1966L60.315%2049.6917L61.2066%2049.8177L60.8422%2048.9943L60.385%2049.1966ZM47.704%2066.9721V67.4721H48.5226L48.1488%2066.7438L47.704%2066.9721ZM16.1173%2066.9721L16.1163%2067.4721H16.1173V66.9721ZM15.6886%2066.8857L15.4961%2067.3471L15.4961%2067.3471L15.6886%2066.8857ZM15.3256%2066.6418L15.6802%2066.2892L15.6802%2066.2892L15.3256%2066.6418ZM15.0838%2066.2774L14.6212%2066.4672L15.0838%2066.2774ZM15%2065.8482L15.5%2065.8501V65.8482H15ZM38.5128%2010.5C31.4512%2010.5%2025.695%2016.2493%2025.695%2023.3138H26.695C26.695%2016.8022%2032.0029%2011.5%2038.5128%2011.5V10.5ZM51.3224%2023.3138C51.3224%2016.2498%2045.5749%2010.5%2038.5128%2010.5V11.5C45.0223%2011.5%2050.3224%2016.8017%2050.3224%2023.3138H51.3224ZM38.5128%2036.1275C45.5749%2036.1275%2051.3224%2030.3777%2051.3224%2023.3138H50.3224C50.3224%2029.8258%2045.0223%2035.1275%2038.5128%2035.1275V36.1275ZM25.695%2023.3138C25.695%2030.3782%2031.4512%2036.1275%2038.5128%2036.1275V35.1275C32.0029%2035.1275%2026.695%2029.8253%2026.695%2023.3138H25.695ZM34.0325%2037.367C23.2318%2037.367%2014.5%2046.0994%2014.5%2056.8994H15.5C15.5%2046.6517%2023.7841%2038.367%2034.0325%2038.367V37.367ZM42.9836%2037.3667L34.0325%2037.367L34.0325%2038.367L42.9836%2038.3667L42.9836%2037.3667ZM60.8422%2048.9943C57.8108%2042.1449%2050.9681%2037.3667%2042.9836%2037.3667V38.3667C50.5578%2038.3667%2057.0506%2042.8981%2059.9278%2049.399L60.8422%2048.9943ZM58.6577%2049.5612C59.2141%2049.5612%2059.7634%2049.6137%2060.315%2049.6917L60.4549%2048.7016C59.8751%2048.6196%2059.2762%2048.5612%2058.6577%2048.5612V49.5612ZM46.844%2061.3793C46.844%2054.8695%2052.1461%2049.5612%2058.6577%2049.5612V48.5612C51.5933%2048.5612%2045.844%2054.3178%2045.844%2061.3793H46.844ZM48.1488%2066.7438C47.3207%2065.1301%2046.844%2063.3105%2046.844%2061.3793H45.844C45.844%2063.4774%2046.3623%2065.4528%2047.2591%2067.2004L48.1488%2066.7438ZM16.1173%2067.4721H47.704V66.4721H16.1173V67.4721ZM15.4961%2067.3471C15.6924%2067.429%2015.9032%2067.4716%2016.1163%2067.4721L16.1184%2066.4721C16.0371%2066.4719%2015.9564%2066.4556%2015.8811%2066.4242L15.4961%2067.3471ZM14.9711%2066.9943C15.1212%2067.1453%2015.2996%2067.2652%2015.4961%2067.3471L15.8811%2066.4242C15.8058%2066.3928%2015.7376%2066.347%2015.6802%2066.2892L14.9711%2066.9943ZM14.6212%2066.4672C14.7021%2066.6642%2014.8209%2066.8433%2014.9711%2066.9943L15.6802%2066.2892C15.6228%2066.2315%2015.5773%2066.163%2015.5464%2066.0876L14.6212%2066.4672ZM14.5%2065.8463C14.4992%2066.0593%2014.5404%2066.2702%2014.6212%2066.4672L15.5464%2066.0876C15.5155%2066.0122%2015.4997%2065.9315%2015.5%2065.8501L14.5%2065.8463ZM14.5%2056.8994V65.8482H15.5V56.8994H14.5Z'%20fill='url(%23paint4_linear_9102_77746)'%20fill-opacity='0.9'%20mask='url(%23path-4-inside-2_9102_77746)'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_9102_77746'%20x='0'%20y='0'%20width='84'%20height='84'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_9102_77746'%20x='14'%20y='11'%20width='57'%20height='63.3691'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='1'/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_d_9102_77746'%20x='47.9462'%20y='50.4929'%20width='22.4079'%20height='22.4074'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.17704'/%3e%3cfeGaussianBlur%20stdDeviation='0.17704'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter3_d_9102_77746'%20x='13.9883'%20y='10.4942'%20width='47.4081'%20height='57.996'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.505827'/%3e%3cfeGaussianBlur%20stdDeviation='0.505827'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_9102_77746'%20x1='-6.67925'%20y1='53.3208'%20x2='72'%20y2='27.283'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2335E0F4'/%3e%3cstop%20offset='0.0696'%20stop-color='%2333D7F0'/%3e%3cstop%20offset='0.1854'%20stop-color='%232EBDE4'/%3e%3cstop%20offset='0.333'%20stop-color='%232594D0'/%3e%3cstop%20offset='0.505'%20stop-color='%23195BB6'/%3e%3cstop%20offset='0.6164'%20stop-color='%231132A3'/%3e%3cstop%20offset='1'%20stop-color='%231132A3'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_9102_77746'%20x1='49.3253'%20y1='57.6399'%20x2='68.5953'%20y2='72.3999'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2344DCB7'/%3e%3cstop%20offset='0.42045'%20stop-color='%2335E0F4'/%3e%3cstop%20offset='1'%20stop-color='%2344DCB7'%20stop-opacity='0.02'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_9102_77746'%20x1='78.6986'%20y1='54.7279'%20x2='80.6968'%20y2='74.2386'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_9102_77746'%20x1='17.1438'%20y1='28.9783'%20x2='63.2916'%20y2='57.6396'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2344DCB7'/%3e%3cstop%20offset='0.42045'%20stop-color='%2335E0F4'/%3e%3cstop%20offset='1'%20stop-color='%2344DCB7'%20stop-opacity='0.02'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_9102_77746'%20x1='78.5779'%20y1='21.467'%20x2='84.9004'%20y2='71.5222'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", d2 = ({
42
- gemsUrl: C,
43
- baseUrl: Z,
44
- isEnterPriseWallet: b = !1
30
+ import { B as p } from "../../../Button-Df4vgU24.js";
31
+ import { A as c2 } from "../../../Avatar-1XklXr4O.js";
32
+ import { D as d2 } from "../../../Divider-BShhMFf4.js";
33
+ import { D as p2, a as f2 } from "../../../DialogContent-BMwlOnbW.js";
34
+ const u2 = () => ({
35
+ type: q
36
+ }), m2 = () => ({
37
+ type: Q
38
+ }), h2 = () => ({
39
+ type: X
40
+ }), C2 = (g) => ({
41
+ type: j,
42
+ payload: g
43
+ }), _2 = "data:image/svg+xml,%3csvg%20width='84'%20height='84'%20viewBox='0%200%2084%2084'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_9102_77746)'%3e%3ccircle%20cx='42'%20cy='42'%20r='30'%20fill='url(%23paint0_linear_9102_77746)'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_9102_77746)'%3e%3cg%20filter='url(%23filter2_d_9102_77746)'%3e%3cmask%20id='path-2-inside-1_9102_77746'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M59.1502%2072.3697C65.1424%2072.3697%2070.0001%2067.512%2070.0001%2061.5198C70.0001%2055.5276%2065.1424%2050.6699%2059.1502%2050.6699C53.1579%2050.6699%2048.3003%2055.5276%2048.3003%2061.5198C48.3003%2067.512%2053.1579%2072.3697%2059.1502%2072.3697ZM55.9037%2066.1547C56.3329%2066.5895%2057.0347%2066.5895%2057.464%2066.1548L64.9338%2058.5909C65.3854%2058.1337%2065.3854%2057.3983%2064.9339%2056.941C64.4742%2056.4755%2063.7227%2056.4755%2063.263%2056.941L56.6838%2063.604L54.5835%2061.477C54.1242%2061.0118%2053.3731%2061.0116%2052.9136%2061.4767C52.4619%2061.9338%2052.4618%2062.6691%2052.9133%2063.1263L55.9037%2066.1547Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M59.1502%2072.3697C65.1424%2072.3697%2070.0001%2067.512%2070.0001%2061.5198C70.0001%2055.5276%2065.1424%2050.6699%2059.1502%2050.6699C53.1579%2050.6699%2048.3003%2055.5276%2048.3003%2061.5198C48.3003%2067.512%2053.1579%2072.3697%2059.1502%2072.3697ZM55.9037%2066.1547C56.3329%2066.5895%2057.0347%2066.5895%2057.464%2066.1548L64.9338%2058.5909C65.3854%2058.1337%2065.3854%2057.3983%2064.9339%2056.941C64.4742%2056.4755%2063.7227%2056.4755%2063.263%2056.941L56.6838%2063.604L54.5835%2061.477C54.1242%2061.0118%2053.3731%2061.0116%2052.9136%2061.4767C52.4619%2061.9338%2052.4618%2062.6691%2052.9133%2063.1263L55.9037%2066.1547Z'%20fill='url(%23paint1_linear_9102_77746)'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M57.464%2066.1548L57.1082%2065.8035V65.8035L57.464%2066.1548ZM55.9037%2066.1547L55.5479%2066.5061L55.9037%2066.1547ZM64.9338%2058.5909L65.2896%2058.9423V58.9423L64.9338%2058.5909ZM64.9339%2056.941L65.2897%2056.5897L64.9339%2056.941ZM63.263%2056.941L63.6188%2057.2923H63.6188L63.263%2056.941ZM56.6838%2063.604L56.328%2063.9553L56.6838%2064.3156L57.0396%2063.9553L56.6838%2063.604ZM54.5835%2061.477L54.9393%2061.1257H54.9393L54.5835%2061.477ZM52.9136%2061.4767L52.5579%2061.1252V61.1252L52.9136%2061.4767ZM52.9133%2063.1263L52.5575%2063.4776L52.9133%2063.1263ZM69.5001%2061.5198C69.5001%2067.2359%2064.8663%2071.8697%2059.1502%2071.8697V72.8697C65.4185%2072.8697%2070.5001%2067.7882%2070.5001%2061.5198H69.5001ZM59.1502%2051.1699C64.8663%2051.1699%2069.5001%2055.8037%2069.5001%2061.5198H70.5001C70.5001%2055.2514%2065.4185%2050.1699%2059.1502%2050.1699V51.1699ZM48.8003%2061.5198C48.8003%2055.8037%2053.4341%2051.1699%2059.1502%2051.1699V50.1699C52.8818%2050.1699%2047.8003%2055.2514%2047.8003%2061.5198H48.8003ZM59.1502%2071.8697C53.4341%2071.8697%2048.8003%2067.2359%2048.8003%2061.5198H47.8003C47.8003%2067.7882%2052.8818%2072.8697%2059.1502%2072.8697V71.8697ZM57.1082%2065.8035C56.8747%2066.0399%2056.4929%2066.0399%2056.2594%2065.8034L55.5479%2066.5061C56.1729%2067.139%2057.1947%2067.1391%2057.8198%2066.5061L57.1082%2065.8035ZM64.5781%2058.2396L57.1082%2065.8035L57.8198%2066.5061L65.2896%2058.9423L64.5781%2058.2396ZM64.5781%2057.2923C64.8374%2057.5549%2064.8374%2057.9771%2064.5781%2058.2396L65.2896%2058.9423C65.9335%2058.2903%2065.9335%2057.2417%2065.2897%2056.5897L64.5781%2057.2923ZM63.6188%2057.2923C63.8827%2057.025%2064.3142%2057.025%2064.5781%2057.2923L65.2897%2056.5897C64.6342%2055.9259%2063.5627%2055.9259%2062.9073%2056.5897L63.6188%2057.2923ZM57.0396%2063.9553L63.6188%2057.2923L62.9073%2056.5897L56.328%2063.2527L57.0396%2063.9553ZM54.2278%2061.8283L56.328%2063.9553L57.0396%2063.2527L54.9393%2061.1257L54.2278%2061.8283ZM53.2692%2061.8281C53.533%2061.5612%2053.9641%2061.5613%2054.2278%2061.8283L54.9393%2061.1257C54.2842%2060.4622%2053.2133%2060.462%2052.5579%2061.1252L53.2692%2061.8281ZM53.269%2062.775C53.0099%2062.5125%2053.01%2062.0905%2053.2692%2061.8281L52.5579%2061.1252C51.9138%2061.777%2051.9136%2062.8256%2052.5575%2063.4776L53.269%2062.775ZM56.2594%2065.8034L53.269%2062.775L52.5575%2063.4776L55.5479%2066.5061L56.2594%2065.8034Z'%20fill='url(%23paint2_linear_9102_77746)'%20fill-opacity='0.9'%20mask='url(%23path-2-inside-1_9102_77746)'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_d_9102_77746)'%3e%3cmask%20id='path-4-inside-2_9102_77746'%20fill='white'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.195%2023.3138C26.195%2016.5257%2031.727%2011%2038.5128%2011C45.2986%2011%2050.8224%2016.5257%2050.8224%2023.3138C50.8224%2030.1018%2045.2986%2035.6275%2038.5128%2035.6275C31.727%2035.6275%2026.195%2030.1018%2026.195%2023.3138ZM15%2056.8994C15%2046.3756%2023.508%2037.867%2034.0325%2037.867L42.9836%2037.8667C50.7629%2037.8667%2057.4307%2042.5215%2060.385%2049.1966C59.8192%2049.1167%2059.2452%2049.0612%2058.6577%2049.0612C51.8697%2049.0612%2046.344%2054.5936%2046.344%2061.3793C46.344%2063.3939%2046.8415%2065.2915%2047.704%2066.9721H16.1173C15.9701%2066.9717%2015.8244%2066.9423%2015.6886%2066.8857C15.5527%2066.829%2015.4294%2066.7461%2015.3256%2066.6418C15.2219%2066.5374%2015.1397%2066.4136%2015.0838%2066.2774C15.0279%2066.1412%2014.9995%2065.9954%2015%2065.8482V56.8994Z'/%3e%3c/mask%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M26.195%2023.3138C26.195%2016.5257%2031.727%2011%2038.5128%2011C45.2986%2011%2050.8224%2016.5257%2050.8224%2023.3138C50.8224%2030.1018%2045.2986%2035.6275%2038.5128%2035.6275C31.727%2035.6275%2026.195%2030.1018%2026.195%2023.3138ZM15%2056.8994C15%2046.3756%2023.508%2037.867%2034.0325%2037.867L42.9836%2037.8667C50.7629%2037.8667%2057.4307%2042.5215%2060.385%2049.1966C59.8192%2049.1167%2059.2452%2049.0612%2058.6577%2049.0612C51.8697%2049.0612%2046.344%2054.5936%2046.344%2061.3793C46.344%2063.3939%2046.8415%2065.2915%2047.704%2066.9721H16.1173C15.9701%2066.9717%2015.8244%2066.9423%2015.6886%2066.8857C15.5527%2066.829%2015.4294%2066.7461%2015.3256%2066.6418C15.2219%2066.5374%2015.1397%2066.4136%2015.0838%2066.2774C15.0279%2066.1412%2014.9995%2065.9954%2015%2065.8482V56.8994Z'%20fill='url(%23paint3_linear_9102_77746)'%20shape-rendering='crispEdges'/%3e%3cpath%20d='M34.0325%2037.867V38.367H34.0325L34.0325%2037.867ZM42.9836%2037.8667V37.3667H42.9836L42.9836%2037.8667ZM60.385%2049.1966L60.315%2049.6917L61.2066%2049.8177L60.8422%2048.9943L60.385%2049.1966ZM47.704%2066.9721V67.4721H48.5226L48.1488%2066.7438L47.704%2066.9721ZM16.1173%2066.9721L16.1163%2067.4721H16.1173V66.9721ZM15.6886%2066.8857L15.4961%2067.3471L15.4961%2067.3471L15.6886%2066.8857ZM15.3256%2066.6418L15.6802%2066.2892L15.6802%2066.2892L15.3256%2066.6418ZM15.0838%2066.2774L14.6212%2066.4672L15.0838%2066.2774ZM15%2065.8482L15.5%2065.8501V65.8482H15ZM38.5128%2010.5C31.4512%2010.5%2025.695%2016.2493%2025.695%2023.3138H26.695C26.695%2016.8022%2032.0029%2011.5%2038.5128%2011.5V10.5ZM51.3224%2023.3138C51.3224%2016.2498%2045.5749%2010.5%2038.5128%2010.5V11.5C45.0223%2011.5%2050.3224%2016.8017%2050.3224%2023.3138H51.3224ZM38.5128%2036.1275C45.5749%2036.1275%2051.3224%2030.3777%2051.3224%2023.3138H50.3224C50.3224%2029.8258%2045.0223%2035.1275%2038.5128%2035.1275V36.1275ZM25.695%2023.3138C25.695%2030.3782%2031.4512%2036.1275%2038.5128%2036.1275V35.1275C32.0029%2035.1275%2026.695%2029.8253%2026.695%2023.3138H25.695ZM34.0325%2037.367C23.2318%2037.367%2014.5%2046.0994%2014.5%2056.8994H15.5C15.5%2046.6517%2023.7841%2038.367%2034.0325%2038.367V37.367ZM42.9836%2037.3667L34.0325%2037.367L34.0325%2038.367L42.9836%2038.3667L42.9836%2037.3667ZM60.8422%2048.9943C57.8108%2042.1449%2050.9681%2037.3667%2042.9836%2037.3667V38.3667C50.5578%2038.3667%2057.0506%2042.8981%2059.9278%2049.399L60.8422%2048.9943ZM58.6577%2049.5612C59.2141%2049.5612%2059.7634%2049.6137%2060.315%2049.6917L60.4549%2048.7016C59.8751%2048.6196%2059.2762%2048.5612%2058.6577%2048.5612V49.5612ZM46.844%2061.3793C46.844%2054.8695%2052.1461%2049.5612%2058.6577%2049.5612V48.5612C51.5933%2048.5612%2045.844%2054.3178%2045.844%2061.3793H46.844ZM48.1488%2066.7438C47.3207%2065.1301%2046.844%2063.3105%2046.844%2061.3793H45.844C45.844%2063.4774%2046.3623%2065.4528%2047.2591%2067.2004L48.1488%2066.7438ZM16.1173%2067.4721H47.704V66.4721H16.1173V67.4721ZM15.4961%2067.3471C15.6924%2067.429%2015.9032%2067.4716%2016.1163%2067.4721L16.1184%2066.4721C16.0371%2066.4719%2015.9564%2066.4556%2015.8811%2066.4242L15.4961%2067.3471ZM14.9711%2066.9943C15.1212%2067.1453%2015.2996%2067.2652%2015.4961%2067.3471L15.8811%2066.4242C15.8058%2066.3928%2015.7376%2066.347%2015.6802%2066.2892L14.9711%2066.9943ZM14.6212%2066.4672C14.7021%2066.6642%2014.8209%2066.8433%2014.9711%2066.9943L15.6802%2066.2892C15.6228%2066.2315%2015.5773%2066.163%2015.5464%2066.0876L14.6212%2066.4672ZM14.5%2065.8463C14.4992%2066.0593%2014.5404%2066.2702%2014.6212%2066.4672L15.5464%2066.0876C15.5155%2066.0122%2015.4997%2065.9315%2015.5%2065.8501L14.5%2065.8463ZM14.5%2056.8994V65.8482H15.5V56.8994H14.5Z'%20fill='url(%23paint4_linear_9102_77746)'%20fill-opacity='0.9'%20mask='url(%23path-4-inside-2_9102_77746)'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_9102_77746'%20x='0'%20y='0'%20width='84'%20height='84'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset/%3e%3cfeGaussianBlur%20stdDeviation='6'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_9102_77746'%20x='14'%20y='11'%20width='57'%20height='63.3691'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='1'/%3e%3cfeGaussianBlur%20stdDeviation='0.5'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_d_9102_77746'%20x='47.9462'%20y='50.4929'%20width='22.4079'%20height='22.4074'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.17704'/%3e%3cfeGaussianBlur%20stdDeviation='0.17704'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter3_d_9102_77746'%20x='13.9883'%20y='10.4942'%20width='47.4081'%20height='57.996'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='0.505827'/%3e%3cfeGaussianBlur%20stdDeviation='0.505827'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_9102_77746'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_9102_77746'%20result='shape'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_9102_77746'%20x1='-6.67925'%20y1='53.3208'%20x2='72'%20y2='27.283'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2335E0F4'/%3e%3cstop%20offset='0.0696'%20stop-color='%2333D7F0'/%3e%3cstop%20offset='0.1854'%20stop-color='%232EBDE4'/%3e%3cstop%20offset='0.333'%20stop-color='%232594D0'/%3e%3cstop%20offset='0.505'%20stop-color='%23195BB6'/%3e%3cstop%20offset='0.6164'%20stop-color='%231132A3'/%3e%3cstop%20offset='1'%20stop-color='%231132A3'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_9102_77746'%20x1='49.3253'%20y1='57.6399'%20x2='68.5953'%20y2='72.3999'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2344DCB7'/%3e%3cstop%20offset='0.42045'%20stop-color='%2335E0F4'/%3e%3cstop%20offset='1'%20stop-color='%2344DCB7'%20stop-opacity='0.02'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_9102_77746'%20x1='78.6986'%20y1='54.7279'%20x2='80.6968'%20y2='74.2386'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_9102_77746'%20x1='17.1438'%20y1='28.9783'%20x2='63.2916'%20y2='57.6396'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2344DCB7'/%3e%3cstop%20offset='0.42045'%20stop-color='%2335E0F4'/%3e%3cstop%20offset='1'%20stop-color='%2344DCB7'%20stop-opacity='0.02'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_9102_77746'%20x1='78.5779'%20y1='21.467'%20x2='84.9004'%20y2='71.5222'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", L2 = ({
44
+ gemsUrl: g,
45
+ baseUrl: S,
46
+ isEnterPriseWallet: k = !1
45
47
  }) => {
46
- const { showAlertMessage: d } = J(), u = I(), h = U((l) => l.user).kyc, t = U(W), p = t.residentialAddress, D = t.referralCount, _ = t.referral.code, L = t.twitterInfo.screen_name, { error: g, message: x } = t.twitter, [R, y] = E(!1), [S, B] = E("");
47
- M(() => {
48
- g && d({ message: g });
49
- }, [g]), M(() => {
50
- x && d({ message: x, type: "success" });
51
- }, [x]), M(() => {
52
- u(o2()), u(l2()), u(s2());
48
+ const { showAlertMessage: c } = l2(), h = W(), C = R((a) => a.user).kyc, i = R(J), {
49
+ residentialAddress: f,
50
+ referralCount: D,
51
+ referral: { code: x },
52
+ twitterInfo: { screen_name: y },
53
+ twitter: { error: x2, message: M },
54
+ error: v,
55
+ storagePlans: V,
56
+ purchaseStatus: N,
57
+ userStorage: A
58
+ } = i, [G, w] = Z(!1), [E, B] = Z(""), T = i.tokens, [F, H] = Z(0);
59
+ _(() => {
60
+ const a = T.list, u = a.length;
61
+ for (let d = 0; d < u; d++)
62
+ if (a[d].symbol === t2) {
63
+ H(Number(a[d].balance) / 100);
64
+ break;
65
+ }
66
+ }, [T.list]), _(() => {
67
+ v && c({ message: v });
68
+ }, [v]), _(() => {
69
+ M && c({ message: M, type: "success" });
70
+ }, [M]), _(() => {
71
+ h(u2()), h(m2()), h(h2());
53
72
  }, []);
54
- const V = () => {
55
- navigator.clipboard.writeText(C + "?referer=" + _), d({
73
+ const I = () => {
74
+ navigator.clipboard.writeText(g + "?referer=" + x), c({
56
75
  message: "Gems Referral Link has been copied successfully.",
57
76
  type: "success"
58
77
  });
59
- }, A = () => {
60
- navigator.clipboard.writeText(Z + "/r1/" + _), d({
78
+ }, O = () => {
79
+ navigator.clipboard.writeText(S + "/r1/" + x), c({
61
80
  message: "Verify Me Link has been copied successfully.",
62
81
  type: "success"
63
82
  });
64
- }, G = () => {
65
- navigator.clipboard.writeText(Z + "/signup-referral/" + _), d({
83
+ }, P = () => {
84
+ navigator.clipboard.writeText(S + "/signup-referral/" + x), c({
66
85
  message: "Referral Link has been copied successfully.",
67
86
  type: "success"
68
87
  });
69
- }, N = (l) => {
70
- let m = 0, T = "#", s;
71
- for (s = 0; s < l.length; s += 1)
72
- m = l.charCodeAt(s) + ((m << 5) - m);
88
+ }, z = (a) => {
89
+ let u = 0, d = "#", s;
90
+ for (s = 0; s < a.length; s += 1)
91
+ u = a.charCodeAt(s) + ((u << 5) - u);
73
92
  for (s = 0; s < 3; s += 1) {
74
- const H = m >> s * 8 & 255;
75
- T += `00${H.toString(16)}`.slice(-2);
93
+ const K = u >> s * 8 & 255;
94
+ d += `00${K.toString(16)}`.slice(-2);
76
95
  }
77
- return T;
78
- }, F = (l) => l ? {
96
+ return d;
97
+ }, Y = (a) => a ? {
79
98
  sx: {
80
- bgcolor: N(l)
99
+ bgcolor: z(a)
81
100
  },
82
- children: `${l[0].toUpperCase()}`
101
+ children: `${a[0].toUpperCase()}`
83
102
  } : {
84
103
  sx: {
85
104
  bgcolor: "#16359D"
86
105
  },
87
106
  children: "E"
88
107
  };
89
- return /* @__PURE__ */ i(k, { children: [
90
- /* @__PURE__ */ i(r, { sx: { marginTop: "130px" }, spacing: 2, container: !0, children: [
91
- /* @__PURE__ */ e(r, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ i(w, { children: [
92
- /* @__PURE__ */ i(f, { p: 3, children: [
93
- /* @__PURE__ */ i(r, { container: !0, children: [
94
- /* @__PURE__ */ e(r, { size: { xs: 12, md: 6 }, children: /* @__PURE__ */ e(n, { className: a.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Personal Details" }) }) }),
95
- (h.status === v || h.status === K) && /* @__PURE__ */ e(r, { size: { xs: 12, md: 6 }, className: "text-right", children: /* @__PURE__ */ e(
96
- e2,
108
+ return /* @__PURE__ */ r(U, { children: [
109
+ /* @__PURE__ */ r(t, { sx: { marginTop: "130px" }, spacing: 2, container: !0, children: [
110
+ /* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(L, { children: [
111
+ /* @__PURE__ */ r(m, { p: 3, children: [
112
+ /* @__PURE__ */ r(t, { container: !0, children: [
113
+ /* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, children: /* @__PURE__ */ e(n, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Personal Details" }) }) }),
114
+ (C.status === b || C.status === $) && /* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, className: "text-right", children: /* @__PURE__ */ e(
115
+ s2,
97
116
  {
98
- title: h.status === v ? Q : X,
117
+ title: C.status === b ? r2 : i2,
99
118
  placement: "bottom",
100
- children: /* @__PURE__ */ e(c, { className: a["kyc-approved"], children: h.status === v ? "KYC Approved" : "KYC Elite" })
119
+ children: /* @__PURE__ */ e(p, { className: o["kyc-approved"], children: C.status === b ? "KYC Approved" : "KYC Elite" })
101
120
  }
102
121
  ) })
103
122
  ] }),
104
- /* @__PURE__ */ i(r, { container: !0, children: [
105
- /* @__PURE__ */ e(r, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ i(
106
- f,
123
+ /* @__PURE__ */ r(t, { container: !0, children: [
124
+ /* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(
125
+ m,
107
126
  {
108
127
  mt: 2,
109
128
  sx: {
@@ -111,10 +130,10 @@ const o2 = () => ({
111
130
  alignItems: "center"
112
131
  },
113
132
  children: [
114
- /* @__PURE__ */ e(t2, { ...F(t.email) }),
115
- /* @__PURE__ */ i(f, { ml: 1, children: [
116
- /* @__PURE__ */ e(n, { variant: "body1", component: "span", children: /* @__PURE__ */ e("strong", { children: t.email }) }),
117
- L && /* @__PURE__ */ i(
133
+ /* @__PURE__ */ e(c2, { ...Y(i.email) }),
134
+ /* @__PURE__ */ r(m, { ml: 1, children: [
135
+ /* @__PURE__ */ e(n, { variant: "body1", component: "span", children: /* @__PURE__ */ e("strong", { children: i.email }) }),
136
+ y && /* @__PURE__ */ r(
118
137
  n,
119
138
  {
120
139
  className: "primary-text-color",
@@ -122,7 +141,7 @@ const o2 = () => ({
122
141
  component: "p",
123
142
  children: [
124
143
  "@",
125
- L
144
+ y
126
145
  ]
127
146
  }
128
147
  )
@@ -131,7 +150,7 @@ const o2 = () => ({
131
150
  }
132
151
  ) }),
133
152
  /* @__PURE__ */ e(
134
- r,
153
+ t,
135
154
  {
136
155
  my: 1.5,
137
156
  sx: {
@@ -139,22 +158,22 @@ const o2 = () => ({
139
158
  alignItems: "flex-end"
140
159
  },
141
160
  size: { md: 6, xs: 12 },
142
- children: !b && /* @__PURE__ */ i(r, { container: !0, children: [
143
- /* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(
144
- c,
161
+ children: !k && /* @__PURE__ */ r(t, { container: !0, children: [
162
+ /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ e(
163
+ p,
145
164
  {
146
- className: a["profile-feat-btn"],
165
+ className: o["profile-feat-btn"],
147
166
  variant: "contained",
148
- onClick: A,
167
+ onClick: O,
149
168
  children: "Verify Me Link"
150
169
  }
151
170
  ) }),
152
- L && /* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(
153
- c,
171
+ y && /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ e(
172
+ p,
154
173
  {
155
- className: a["profile-feat-btn"],
174
+ className: o["profile-feat-btn"],
156
175
  variant: "contained",
157
- onClick: () => y(!0),
176
+ onClick: () => w(!0),
158
177
  children: "Post to X.com"
159
178
  }
160
179
  ) })
@@ -163,59 +182,59 @@ const o2 = () => ({
163
182
  )
164
183
  ] })
165
184
  ] }),
166
- /* @__PURE__ */ e(r2, {}),
167
- /* @__PURE__ */ i(f, { p: 3, children: [
185
+ /* @__PURE__ */ e(d2, {}),
186
+ /* @__PURE__ */ r(m, { p: 3, children: [
168
187
  /* @__PURE__ */ e(
169
- o,
188
+ l,
170
189
  {
171
190
  label: "Full name",
172
- value: t.firstName + " " + t.lastName,
191
+ value: i.firstName + " " + i.lastName,
173
192
  disabled: !0
174
193
  }
175
194
  ),
176
- t.gender && /* @__PURE__ */ e(
177
- o,
195
+ i.gender && /* @__PURE__ */ e(
196
+ l,
178
197
  {
179
198
  label: "Gender",
180
- value: t.gender === "M" ? "Male" : "Female",
199
+ value: i.gender === "M" ? "Male" : "Female",
181
200
  disabled: !0
182
201
  }
183
202
  ),
184
- t.email && /* @__PURE__ */ e(
185
- o,
203
+ i.email && /* @__PURE__ */ e(
204
+ l,
186
205
  {
187
206
  label: "Email",
188
- value: t.email,
207
+ value: i.email,
189
208
  disabled: !0
190
209
  }
191
210
  ),
192
211
  /* @__PURE__ */ e(
193
- o,
212
+ l,
194
213
  {
195
214
  label: "Phone",
196
- value: "+" + t.countryCode + " " + t.phoneNumber,
215
+ value: "+" + i.countryCode + " " + i.phoneNumber,
197
216
  disabled: !0
198
217
  }
199
218
  ),
200
- t.birthday && /* @__PURE__ */ e(
201
- o,
219
+ i.birthday && /* @__PURE__ */ e(
220
+ l,
202
221
  {
203
222
  label: "Birthday",
204
- value: t.birthDate,
223
+ value: i.birthDate,
205
224
  disabled: !0
206
225
  }
207
226
  ),
208
- p.street && /* @__PURE__ */ i(k, { children: [
227
+ f.street && /* @__PURE__ */ r(U, { children: [
209
228
  /* @__PURE__ */ e(
210
- o,
229
+ l,
211
230
  {
212
231
  label: "Address Line 1",
213
- value: p.street,
232
+ value: f.street,
214
233
  disabled: !0
215
234
  }
216
235
  ),
217
236
  /* @__PURE__ */ e(
218
- o,
237
+ l,
219
238
  {
220
239
  label: "Address Line 2",
221
240
  value: "",
@@ -224,94 +243,104 @@ const o2 = () => ({
224
243
  }
225
244
  ),
226
245
  /* @__PURE__ */ e(
227
- o,
246
+ l,
228
247
  {
229
248
  label: "City",
230
- value: p.city,
249
+ value: f.city,
231
250
  disabled: !0
232
251
  }
233
252
  ),
234
253
  /* @__PURE__ */ e(
235
- o,
254
+ l,
236
255
  {
237
256
  label: "State/Province",
238
- value: p.state,
257
+ value: f.state,
239
258
  disabled: !0
240
259
  }
241
260
  ),
242
261
  /* @__PURE__ */ e(
243
- o,
262
+ l,
244
263
  {
245
264
  label: "Post Code",
246
- value: p.postcode,
265
+ value: f.postcode,
247
266
  disabled: !0
248
267
  }
249
268
  ),
250
269
  /* @__PURE__ */ e(
251
- o,
270
+ l,
252
271
  {
253
272
  label: "Country",
254
- value: p.country,
273
+ value: f.country,
255
274
  disabled: !0
256
275
  }
257
276
  )
258
277
  ] })
259
278
  ] })
260
279
  ] }) }),
261
- /* @__PURE__ */ i(r, { size: { md: 6, xs: 12 }, children: [
262
- /* @__PURE__ */ e(w, { p: 3, children: /* @__PURE__ */ e(
263
- q,
280
+ /* @__PURE__ */ r(t, { size: { md: 6, xs: 12 }, children: [
281
+ /* @__PURE__ */ e(L, { p: 3, children: /* @__PURE__ */ e(
282
+ e2,
283
+ {
284
+ identityDocs: i.identityDocuments,
285
+ showAlertMessage: c
286
+ }
287
+ ) }),
288
+ /* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ e(
289
+ n2,
264
290
  {
265
- identityDocs: t.identityDocuments,
266
- showAlertMessage: d
291
+ eureBalance: F,
292
+ showAlertMessage: c,
293
+ storagePlans: V,
294
+ purchaseStatus: N,
295
+ userStorage: A
267
296
  }
268
297
  ) }),
269
- !b && /* @__PURE__ */ e(w, { p: 3, mt: 2, children: /* @__PURE__ */ i(r, { spacing: 2, container: !0, children: [
270
- /* @__PURE__ */ e(r, { size: 4, children: /* @__PURE__ */ e(n, { className: a.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Referrals" }) }) }),
271
- /* @__PURE__ */ e(r, { className: "text-right", size: 4, children: /* @__PURE__ */ e(
272
- c,
298
+ !k && /* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ r(t, { spacing: 2, container: !0, children: [
299
+ /* @__PURE__ */ e(t, { size: 4, children: /* @__PURE__ */ e(n, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Referrals" }) }) }),
300
+ /* @__PURE__ */ e(t, { className: "text-right", size: 4, children: /* @__PURE__ */ e(
301
+ p,
273
302
  {
274
- className: a["ref-btn"],
303
+ className: o["ref-btn"],
275
304
  variant: "contained",
276
- onClick: G,
305
+ onClick: P,
277
306
  children: "Sign-up Referral Link"
278
307
  }
279
308
  ) }),
280
- /* @__PURE__ */ e(r, { className: "text-right", size: 4, children: /* @__PURE__ */ e(
281
- c,
309
+ /* @__PURE__ */ e(t, { className: "text-right", size: 4, children: /* @__PURE__ */ e(
310
+ p,
282
311
  {
283
- className: a["ref-btn"],
312
+ className: o["ref-btn"],
284
313
  variant: "contained",
285
- onClick: V,
314
+ onClick: I,
286
315
  children: "GEMS Referral Link"
287
316
  }
288
317
  ) }),
289
- /* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(n, { variant: "body1", children: /* @__PURE__ */ e("strong", { children: "No. of Signup Referrals" }) }) }),
290
- /* @__PURE__ */ e(r, { className: "text-right", size: 6, children: /* @__PURE__ */ e(n, { className: "fw500", variant: "body1", children: D }) })
318
+ /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ e(n, { variant: "body1", children: /* @__PURE__ */ e("strong", { children: "No. of Signup Referrals" }) }) }),
319
+ /* @__PURE__ */ e(t, { className: "text-right", size: 6, children: /* @__PURE__ */ e(n, { className: "fw500", variant: "body1", children: D }) })
291
320
  ] }) })
292
321
  ] })
293
322
  ] }),
294
323
  /* @__PURE__ */ e(
295
- i2,
324
+ p2,
296
325
  {
297
326
  PaperProps: {
298
- className: a["confirm-dialog"],
327
+ className: o["confirm-dialog"],
299
328
  sx: { height: "900px", width: "100%" }
300
329
  },
301
- open: R,
330
+ open: G,
302
331
  fullWidth: !0,
303
- children: /* @__PURE__ */ e(a2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ i(
304
- f,
332
+ children: /* @__PURE__ */ e(f2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ r(
333
+ m,
305
334
  {
306
335
  mt: 4,
307
- className: a["dialog-container"],
336
+ className: o["dialog-container"],
308
337
  sx: { padding: "0px 40px" },
309
338
  children: [
310
- /* @__PURE__ */ e("img", { src: c2, alt: "icon" }),
311
- /* @__PURE__ */ e(n, { className: a["confirm-dialog-title"], children: "Post to X.com" }),
339
+ /* @__PURE__ */ e("img", { src: _2, alt: "icon" }),
340
+ /* @__PURE__ */ e(n, { className: o["confirm-dialog-title"], children: "Post to X.com" }),
312
341
  /* @__PURE__ */ e(n, { children: "You are about to update your X.com profile with the Everest mountain and verified wallet link in your bio, and post a verified wallet announcement (post text below in grey box)." }),
313
- /* @__PURE__ */ i("div", { className: a["tweet-text-parent"], children: [
314
- /* @__PURE__ */ i("div", { className: a["tweet-disable-text"], children: [
342
+ /* @__PURE__ */ r("div", { className: o["tweet-text-parent"], children: [
343
+ /* @__PURE__ */ r("div", { className: o["tweet-disable-text"], children: [
315
344
  "I have a #VerifiedEverWallet with @EverestDotOrg! 🗻",
316
345
  /* @__PURE__ */ e("br", {}),
317
346
  " This proves that I’m a real human, not a bot or deep fake. I can control what info is disclosed to whom and either remain anonymous or verify my real identity. Verify me: <your link>"
@@ -319,26 +348,26 @@ const o2 = () => ({
319
348
  /* @__PURE__ */ e(
320
349
  "textarea",
321
350
  {
322
- value: S,
351
+ value: E,
323
352
  maxLength: 120,
324
- onChange: (l) => B(l.target.value),
325
- className: a["tweet-text-area"],
353
+ onChange: (a) => B(a.target.value),
354
+ className: o["tweet-text-area"],
326
355
  placeholder: "Personal message to include in tweet (optional)",
327
356
  autoFocus: !0
328
357
  }
329
358
  )
330
359
  ] }),
331
- /* @__PURE__ */ e("img", { height: "275", src: j + "/twitter-update.png" }),
360
+ /* @__PURE__ */ e("img", { height: "275", src: a2 + "/twitter-update.png" }),
332
361
  /* @__PURE__ */ e(
333
- c,
362
+ p,
334
363
  {
335
364
  onClick: () => {
336
- u(
337
- n2({
365
+ h(
366
+ C2({
338
367
  share_opt: !0,
339
- tweet_text: S
368
+ tweet_text: E
340
369
  })
341
- ), y(!1), B("");
370
+ ), w(!1), B("");
342
371
  },
343
372
  className: "wallet-btn",
344
373
  variant: "contained",
@@ -347,10 +376,10 @@ const o2 = () => ({
347
376
  }
348
377
  ),
349
378
  /* @__PURE__ */ e(
350
- c,
379
+ p,
351
380
  {
352
381
  onClick: () => {
353
- y(!1);
382
+ w(!1);
354
383
  },
355
384
  className: "sdk-btn-connect-wallet",
356
385
  sx: { marginY: "16px" },
@@ -365,7 +394,7 @@ const o2 = () => ({
365
394
  }
366
395
  )
367
396
  ] });
368
- }, P2 = $(d2);
397
+ }, e0 = o2(L2);
369
398
  export {
370
- P2 as default
399
+ e0 as default
371
400
  };
@@ -0,0 +1,11 @@
1
+ import { SnackBarParams } from '../../../hooks/useSnackBar';
2
+ import { UserStorageData } from 'everest-npm-api';
3
+ interface StorageProps {
4
+ showAlertMessage: (data: SnackBarParams) => void;
5
+ eureBalance: number;
6
+ storagePlans: Storage[];
7
+ purchaseStatus: string;
8
+ userStorage: UserStorageData;
9
+ }
10
+ declare const Storage: ({ showAlertMessage, eureBalance, storagePlans, purchaseStatus, userStorage, }: StorageProps) => import("react/jsx-runtime").JSX.Element;
11
+ export default Storage;