everest-npm-features 0.0.47 → 0.0.49

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 (112) hide show
  1. package/dist/{PlayArrow-Cm8tJN8W.js → PlayArrow-C3uVNo4F.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-ClBgT--j.js} +1 -1
  7. package/dist/{bank-BmV_keEr.js → bank-Dz5km1qK.js} +3 -3
  8. package/dist/components/RocketRamp/MinimalKyc/form.js +14 -13
  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 +12 -11
  13. package/dist/components/RocketRamp/Player/Dashboard/index.js +25 -24
  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 +12 -11
  17. package/dist/components/RocketRamp/Player/SignIn/index.js +20 -19
  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 +39 -38
  22. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  23. package/dist/components/RocketRamp/ResetPassword/index.js +21 -20
  24. package/dist/components/RocketRamp/Store/SignUp/index.js +48 -47
  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 +14 -13
  28. package/dist/components/Shared/FullKyc/edd.js +41 -41
  29. package/dist/components/Shared/FullKyc/index.js +11 -10
  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 +4 -4
  33. package/dist/components/Shared/MinimalKyc/index.js +31 -30
  34. package/dist/components/Wallet/Account/createIban.d.ts +2 -0
  35. package/dist/components/Wallet/Account/createIban.js +70 -62
  36. package/dist/components/Wallet/Account/eWallet.d.ts +20 -0
  37. package/dist/components/Wallet/Account/eWallet.js +96 -0
  38. package/dist/components/Wallet/Account/iban.d.ts +2 -0
  39. package/dist/components/Wallet/Account/iban.js +38 -32
  40. package/dist/components/Wallet/Account/ibanItem.d.ts +5 -2
  41. package/dist/components/Wallet/Account/ibanItem.js +233 -76
  42. package/dist/components/Wallet/Account/index.d.ts +2 -0
  43. package/dist/components/Wallet/Account/index.js +164 -143
  44. package/dist/components/Wallet/Account/sendIban.js +3 -3
  45. package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
  46. package/dist/components/Wallet/Buy/form.js +6 -6
  47. package/dist/components/Wallet/Buy/index.js +14 -13
  48. package/dist/components/Wallet/Deposit/index.js +1 -1
  49. package/dist/components/Wallet/EnterpriseKyc/edd.js +9 -9
  50. package/dist/components/Wallet/EnterpriseKyc/index.js +23 -22
  51. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +24 -24
  52. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  53. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  54. package/dist/components/Wallet/History/index.js +25 -24
  55. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +49 -48
  56. package/dist/components/Wallet/Portfolio/index.js +34 -33
  57. package/dist/components/Wallet/Profile/documents.js +527 -28
  58. package/dist/components/Wallet/Profile/index.js +179 -149
  59. package/dist/components/Wallet/Profile/storage.d.ts +11 -0
  60. package/dist/components/Wallet/Profile/storage.js +267 -0
  61. package/dist/components/Wallet/Receive/index.js +22 -21
  62. package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
  63. package/dist/components/Wallet/Sell/form.js +6 -6
  64. package/dist/components/Wallet/Sell/index.js +13 -12
  65. package/dist/components/Wallet/Send/index.js +44 -43
  66. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  67. package/dist/components/Wallet/Shared/BankSelect/index.js +36 -35
  68. package/dist/components/Wallet/Shared/CardCorp/index.d.ts +1 -1
  69. package/dist/components/Wallet/Shared/CardCorp/index.js +16 -16
  70. package/dist/components/Wallet/Shared/addBank.js +39 -38
  71. package/dist/components/Wallet/Shared/connectPlaidBank.js +19 -18
  72. package/dist/components/Wallet/Shared/manualSend.js +7 -6
  73. package/dist/components/Wallet/Shared/pin.js +1 -1
  74. package/dist/components/Wallet/SignIn/index.js +24 -23
  75. package/dist/components/Wallet/SignUp/index.js +22 -21
  76. package/dist/components/Wallet/Stake/gems/index.js +1 -1
  77. package/dist/components/Wallet/Stake/id/index.js +1 -1
  78. package/dist/components/Wallet/Stake/index.js +31 -30
  79. package/dist/components/Wallet/Swap/form.js +9 -8
  80. package/dist/components/Wallet/Swap/index.js +11 -10
  81. package/dist/components/Wallet/Withdraw/bankSelect.js +28 -27
  82. package/dist/components/Wallet/Withdraw/confirmTransaction.js +5 -5
  83. package/dist/components/Wallet/Withdraw/form.js +5 -5
  84. package/dist/components/Wallet/Withdraw/index.js +12 -11
  85. package/dist/{constants-BJhUp96H.js → constants-t7n9qCW3.js} +559 -553
  86. package/dist/{cryptoAssets-Q_UWeuzR.js → cryptoAssets-shEFU26O.js} +1 -1
  87. package/dist/hooks/useDialog/index.js +1 -1
  88. package/dist/hooks/useEverestDispatch.d.ts +6 -0
  89. package/dist/hooks/useEverestDispatch.js +5 -0
  90. package/dist/{index-Dkjl8hIv.js → index-B6MSTmAM.js} +112 -111
  91. package/dist/{index-MUaN67Ei.js → index-C2EjFXaz.js} +88 -87
  92. package/dist/{index-pCrOsXNC.js → index-Cs7bSfT3.js} +29 -28
  93. package/dist/{index-DegQ9bTI.js → index-DFRU-R-5.js} +39 -38
  94. package/dist/{index-BRnTzw1Z.js → index-Da0r8FX2.js} +11 -10
  95. package/dist/{index-Dq5wTY4S.js → index-RDV0mQbt.js} +36 -35
  96. package/dist/{index-B2wXmFh5.js → index-j0zehpzg.js} +41 -40
  97. package/dist/{kyc-DLaLS7sp.js → kyc-D9xahfH9.js} +1 -1
  98. package/dist/main.js +7 -7
  99. package/dist/{order-fWKVFTau.js → order-jqH948WM.js} +29 -25
  100. package/dist/{react-redux-B4BZippc.js → react-redux-C7I9-1M6.js} +2 -2
  101. package/dist/{stake-CQLutF0z.js → stake-Dcq6QpaA.js} +3 -3
  102. package/dist/{styles.module-O5VVND5e.js → styles.module-C1sNeKjL.js} +1 -1
  103. package/dist/styles.module-CHPRGltL.js +28 -0
  104. package/dist/{styles.module-CHEBh2ID.js → styles.module-DMd29SPQ.js} +1 -1
  105. package/dist/{styles.module-CUA1zLEJ.js → styles.module-verVx4pE.js} +1 -1
  106. package/dist/util/constants.d.ts +5 -0
  107. package/dist/util/constants.js +86 -81
  108. package/dist/util/functions.js +36 -36
  109. package/dist/{wallet-CuQDBP6a.js → wallet-DpkUmmq0.js} +1 -1
  110. package/package.json +3 -2
  111. package/dist/assets/documents.css +0 -1
  112. package/dist/documents-RjwlADn2.js +0 -552
@@ -1,109 +1,129 @@
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 R } from "../../../react-redux-C7I9-1M6.js";
4
+ import { ah as W, ai as q, aj as Q, ak as X, c as b, K as j } from "../../../constants-t7n9qCW3.js";
5
+ import { a as $ } from "../../../index-BQNs1mvn.js";
6
+ import { s as o } from "../../../styles.module-CHPRGltL.js";
7
+ import l from "../Shared/inputField.js";
8
+ import J from "./documents.js";
9
+ import { SYNTHETIC_EURE as e2, KYC_APROVED_TOOLTIP as t2, KYC_ELITE_TOOLTIP as r2, WIDGET_URL as i2 } from "../../../util/constants.js";
10
+ import a2 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 o2 } from "../../../context/snackBarContext.js";
16
+ import l2 from "../../../hooks/useEverestDispatch.js";
15
17
  import "../../../util/conversions.js";
16
18
  import "../../../index-CAoLi5Qq.js";
17
19
  import "../Shared/pin.js";
18
20
  import "../../../moment-h96o7c8I.js";
19
21
  import "../../Shared/transition.js";
20
- import { M as e2 } from "../../../tooltip-3UvETWtS.js";
22
+ import { M as s2 } from "../../../tooltip-3UvETWtS.js";
21
23
  import "../../../index.esm-BsMAMhYW.js";
22
24
  import "../../../web3-u4qDZYpo.js";
23
25
  import "../../../index-ceeCtFuh.js";
24
26
  import "../../../context/dialogContext.js";
25
- import { G as r } from "../../../Grid-CFe3amXO.js";
26
- import { B as f } from "../../../Box-B0YSYLco.js";
27
+ import n2 from "./storage.js";
28
+ import { G as t } from "../../../Grid-CFe3amXO.js";
29
+ import { B as m } from "../../../Box-B0YSYLco.js";
27
30
  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
31
+ import { B as p } from "../../../Button-Df4vgU24.js";
32
+ import { A as c2 } from "../../../Avatar-1XklXr4O.js";
33
+ import { D as d2 } from "../../../Divider-BShhMFf4.js";
34
+ import { D as p2, a as f2 } from "../../../DialogContent-BMwlOnbW.js";
35
+ const u2 = () => ({
36
+ type: W
37
+ }), m2 = () => ({
38
+ type: q
39
+ }), h2 = () => ({
40
+ type: Q
41
+ }), C2 = (g) => ({
42
+ type: X,
43
+ payload: g
44
+ }), _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 = ({
45
+ gemsUrl: g,
46
+ baseUrl: S,
47
+ isEnterPriseWallet: k = !1
45
48
  }) => {
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());
49
+ const { showAlertMessage: c } = o2(), h = l2(), C = R((a) => a.user).kyc, i = R($), {
50
+ residentialAddress: f,
51
+ referralCount: D,
52
+ referral: { code: x },
53
+ twitterInfo: { screen_name: y },
54
+ twitter: { error: x2, message: M },
55
+ error: v,
56
+ storagePlans: V,
57
+ purchaseStatus: N,
58
+ userStorage: A
59
+ } = i, [G, w] = Z(!1), [E, B] = Z(""), T = i.tokens, [F, H] = Z(0);
60
+ _(() => {
61
+ const a = T.list, u = a.length;
62
+ for (let d = 0; d < u; d++)
63
+ if (a[d].symbol === e2) {
64
+ H(Number(a[d].balance) / 100);
65
+ break;
66
+ }
67
+ }, [T.list]), _(() => {
68
+ v && c({ message: v });
69
+ }, [v]), _(() => {
70
+ M && c({ message: M, type: "success" });
71
+ }, [M]), _(() => {
72
+ h(u2()), h(m2()), h(h2());
53
73
  }, []);
54
- const V = () => {
55
- navigator.clipboard.writeText(C + "?referer=" + _), d({
74
+ const I = () => {
75
+ navigator.clipboard.writeText(g + "?referer=" + x), c({
56
76
  message: "Gems Referral Link has been copied successfully.",
57
77
  type: "success"
58
78
  });
59
- }, A = () => {
60
- navigator.clipboard.writeText(Z + "/r1/" + _), d({
79
+ }, O = () => {
80
+ navigator.clipboard.writeText(S + "/r1/" + x), c({
61
81
  message: "Verify Me Link has been copied successfully.",
62
82
  type: "success"
63
83
  });
64
- }, G = () => {
65
- navigator.clipboard.writeText(Z + "/signup-referral/" + _), d({
84
+ }, P = () => {
85
+ navigator.clipboard.writeText(S + "/signup-referral/" + x), c({
66
86
  message: "Referral Link has been copied successfully.",
67
87
  type: "success"
68
88
  });
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);
89
+ }, z = (a) => {
90
+ let u = 0, d = "#", s;
91
+ for (s = 0; s < a.length; s += 1)
92
+ u = a.charCodeAt(s) + ((u << 5) - u);
73
93
  for (s = 0; s < 3; s += 1) {
74
- const H = m >> s * 8 & 255;
75
- T += `00${H.toString(16)}`.slice(-2);
94
+ const K = u >> s * 8 & 255;
95
+ d += `00${K.toString(16)}`.slice(-2);
76
96
  }
77
- return T;
78
- }, F = (l) => l ? {
97
+ return d;
98
+ }, Y = (a) => a ? {
79
99
  sx: {
80
- bgcolor: N(l)
100
+ bgcolor: z(a)
81
101
  },
82
- children: `${l[0].toUpperCase()}`
102
+ children: `${a[0].toUpperCase()}`
83
103
  } : {
84
104
  sx: {
85
105
  bgcolor: "#16359D"
86
106
  },
87
107
  children: "E"
88
108
  };
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,
109
+ return /* @__PURE__ */ r(U, { children: [
110
+ /* @__PURE__ */ r(t, { sx: { marginTop: "130px" }, spacing: 2, container: !0, children: [
111
+ /* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(L, { children: [
112
+ /* @__PURE__ */ r(m, { p: 3, children: [
113
+ /* @__PURE__ */ r(t, { container: !0, children: [
114
+ /* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, children: /* @__PURE__ */ e(n, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "Personal Details" }) }) }),
115
+ (C.status === b || C.status === j) && /* @__PURE__ */ e(t, { size: { xs: 12, md: 6 }, className: "text-right", children: /* @__PURE__ */ e(
116
+ s2,
97
117
  {
98
- title: h.status === v ? Q : X,
118
+ title: C.status === b ? t2 : r2,
99
119
  placement: "bottom",
100
- children: /* @__PURE__ */ e(c, { className: a["kyc-approved"], children: h.status === v ? "KYC Approved" : "KYC Elite" })
120
+ children: /* @__PURE__ */ e(p, { className: o["kyc-approved"], children: C.status === b ? "KYC Approved" : "KYC Elite" })
101
121
  }
102
122
  ) })
103
123
  ] }),
104
- /* @__PURE__ */ i(r, { container: !0, children: [
105
- /* @__PURE__ */ e(r, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ i(
106
- f,
124
+ /* @__PURE__ */ r(t, { container: !0, children: [
125
+ /* @__PURE__ */ e(t, { size: { md: 6, xs: 12 }, children: /* @__PURE__ */ r(
126
+ m,
107
127
  {
108
128
  mt: 2,
109
129
  sx: {
@@ -111,10 +131,10 @@ const o2 = () => ({
111
131
  alignItems: "center"
112
132
  },
113
133
  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(
134
+ /* @__PURE__ */ e(c2, { ...Y(i.email) }),
135
+ /* @__PURE__ */ r(m, { ml: 1, children: [
136
+ /* @__PURE__ */ e(n, { variant: "body1", component: "span", children: /* @__PURE__ */ e("strong", { children: i.email }) }),
137
+ y && /* @__PURE__ */ r(
118
138
  n,
119
139
  {
120
140
  className: "primary-text-color",
@@ -122,7 +142,7 @@ const o2 = () => ({
122
142
  component: "p",
123
143
  children: [
124
144
  "@",
125
- L
145
+ y
126
146
  ]
127
147
  }
128
148
  )
@@ -131,7 +151,7 @@ const o2 = () => ({
131
151
  }
132
152
  ) }),
133
153
  /* @__PURE__ */ e(
134
- r,
154
+ t,
135
155
  {
136
156
  my: 1.5,
137
157
  sx: {
@@ -139,22 +159,22 @@ const o2 = () => ({
139
159
  alignItems: "flex-end"
140
160
  },
141
161
  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,
162
+ children: !k && /* @__PURE__ */ r(t, { container: !0, children: [
163
+ /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ e(
164
+ p,
145
165
  {
146
- className: a["profile-feat-btn"],
166
+ className: o["profile-feat-btn"],
147
167
  variant: "contained",
148
- onClick: A,
168
+ onClick: O,
149
169
  children: "Verify Me Link"
150
170
  }
151
171
  ) }),
152
- L && /* @__PURE__ */ e(r, { size: 6, children: /* @__PURE__ */ e(
153
- c,
172
+ y && /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ e(
173
+ p,
154
174
  {
155
- className: a["profile-feat-btn"],
175
+ className: o["profile-feat-btn"],
156
176
  variant: "contained",
157
- onClick: () => y(!0),
177
+ onClick: () => w(!0),
158
178
  children: "Post to X.com"
159
179
  }
160
180
  ) })
@@ -163,59 +183,59 @@ const o2 = () => ({
163
183
  )
164
184
  ] })
165
185
  ] }),
166
- /* @__PURE__ */ e(r2, {}),
167
- /* @__PURE__ */ i(f, { p: 3, children: [
186
+ /* @__PURE__ */ e(d2, {}),
187
+ /* @__PURE__ */ r(m, { p: 3, children: [
168
188
  /* @__PURE__ */ e(
169
- o,
189
+ l,
170
190
  {
171
191
  label: "Full name",
172
- value: t.firstName + " " + t.lastName,
192
+ value: i.firstName + " " + i.lastName,
173
193
  disabled: !0
174
194
  }
175
195
  ),
176
- t.gender && /* @__PURE__ */ e(
177
- o,
196
+ i.gender && /* @__PURE__ */ e(
197
+ l,
178
198
  {
179
199
  label: "Gender",
180
- value: t.gender === "M" ? "Male" : "Female",
200
+ value: i.gender === "M" ? "Male" : "Female",
181
201
  disabled: !0
182
202
  }
183
203
  ),
184
- t.email && /* @__PURE__ */ e(
185
- o,
204
+ i.email && /* @__PURE__ */ e(
205
+ l,
186
206
  {
187
207
  label: "Email",
188
- value: t.email,
208
+ value: i.email,
189
209
  disabled: !0
190
210
  }
191
211
  ),
192
212
  /* @__PURE__ */ e(
193
- o,
213
+ l,
194
214
  {
195
215
  label: "Phone",
196
- value: "+" + t.countryCode + " " + t.phoneNumber,
216
+ value: "+" + i.countryCode + " " + i.phoneNumber,
197
217
  disabled: !0
198
218
  }
199
219
  ),
200
- t.birthday && /* @__PURE__ */ e(
201
- o,
220
+ i.birthday && /* @__PURE__ */ e(
221
+ l,
202
222
  {
203
223
  label: "Birthday",
204
- value: t.birthDate,
224
+ value: i.birthDate,
205
225
  disabled: !0
206
226
  }
207
227
  ),
208
- p.street && /* @__PURE__ */ i(k, { children: [
228
+ f.street && /* @__PURE__ */ r(U, { children: [
209
229
  /* @__PURE__ */ e(
210
- o,
230
+ l,
211
231
  {
212
232
  label: "Address Line 1",
213
- value: p.street,
233
+ value: f.street,
214
234
  disabled: !0
215
235
  }
216
236
  ),
217
237
  /* @__PURE__ */ e(
218
- o,
238
+ l,
219
239
  {
220
240
  label: "Address Line 2",
221
241
  value: "",
@@ -224,94 +244,104 @@ const o2 = () => ({
224
244
  }
225
245
  ),
226
246
  /* @__PURE__ */ e(
227
- o,
247
+ l,
228
248
  {
229
249
  label: "City",
230
- value: p.city,
250
+ value: f.city,
231
251
  disabled: !0
232
252
  }
233
253
  ),
234
254
  /* @__PURE__ */ e(
235
- o,
255
+ l,
236
256
  {
237
257
  label: "State/Province",
238
- value: p.state,
258
+ value: f.state,
239
259
  disabled: !0
240
260
  }
241
261
  ),
242
262
  /* @__PURE__ */ e(
243
- o,
263
+ l,
244
264
  {
245
265
  label: "Post Code",
246
- value: p.postcode,
266
+ value: f.postcode,
247
267
  disabled: !0
248
268
  }
249
269
  ),
250
270
  /* @__PURE__ */ e(
251
- o,
271
+ l,
252
272
  {
253
273
  label: "Country",
254
- value: p.country,
274
+ value: f.country,
255
275
  disabled: !0
256
276
  }
257
277
  )
258
278
  ] })
259
279
  ] })
260
280
  ] }) }),
261
- /* @__PURE__ */ i(r, { size: { md: 6, xs: 12 }, children: [
262
- /* @__PURE__ */ e(w, { p: 3, children: /* @__PURE__ */ e(
263
- q,
281
+ /* @__PURE__ */ r(t, { size: { md: 6, xs: 12 }, children: [
282
+ /* @__PURE__ */ e(L, { p: 3, children: /* @__PURE__ */ e(
283
+ J,
284
+ {
285
+ identityDocs: i.identityDocuments,
286
+ showAlertMessage: c
287
+ }
288
+ ) }),
289
+ /* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ e(
290
+ n2,
264
291
  {
265
- identityDocs: t.identityDocuments,
266
- showAlertMessage: d
292
+ eureBalance: F,
293
+ showAlertMessage: c,
294
+ storagePlans: V,
295
+ purchaseStatus: N,
296
+ userStorage: A
267
297
  }
268
298
  ) }),
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,
299
+ !k && /* @__PURE__ */ e(L, { p: 3, mt: 2, children: /* @__PURE__ */ r(t, { spacing: 2, container: !0, children: [
300
+ /* @__PURE__ */ e(t, { size: 4, children: /* @__PURE__ */ e(n, { className: o.heading, variant: "h6", children: /* @__PURE__ */ e("strong", { children: "My Referrals" }) }) }),
301
+ /* @__PURE__ */ e(t, { className: "text-right", size: 4, children: /* @__PURE__ */ e(
302
+ p,
273
303
  {
274
- className: a["ref-btn"],
304
+ className: o["ref-btn"],
275
305
  variant: "contained",
276
- onClick: G,
306
+ onClick: P,
277
307
  children: "Sign-up Referral Link"
278
308
  }
279
309
  ) }),
280
- /* @__PURE__ */ e(r, { className: "text-right", size: 4, children: /* @__PURE__ */ e(
281
- c,
310
+ /* @__PURE__ */ e(t, { className: "text-right", size: 4, children: /* @__PURE__ */ e(
311
+ p,
282
312
  {
283
- className: a["ref-btn"],
313
+ className: o["ref-btn"],
284
314
  variant: "contained",
285
- onClick: V,
315
+ onClick: I,
286
316
  children: "GEMS Referral Link"
287
317
  }
288
318
  ) }),
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 }) })
319
+ /* @__PURE__ */ e(t, { size: 6, children: /* @__PURE__ */ e(n, { variant: "body1", children: /* @__PURE__ */ e("strong", { children: "No. of Signup Referrals" }) }) }),
320
+ /* @__PURE__ */ e(t, { className: "text-right", size: 6, children: /* @__PURE__ */ e(n, { className: "fw500", variant: "body1", children: D }) })
291
321
  ] }) })
292
322
  ] })
293
323
  ] }),
294
324
  /* @__PURE__ */ e(
295
- i2,
325
+ p2,
296
326
  {
297
327
  PaperProps: {
298
- className: a["confirm-dialog"],
328
+ className: o["confirm-dialog"],
299
329
  sx: { height: "900px", width: "100%" }
300
330
  },
301
- open: R,
331
+ open: G,
302
332
  fullWidth: !0,
303
- children: /* @__PURE__ */ e(a2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ i(
304
- f,
333
+ children: /* @__PURE__ */ e(f2, { sx: { p: 0, height: "600px" }, children: /* @__PURE__ */ r(
334
+ m,
305
335
  {
306
336
  mt: 4,
307
- className: a["dialog-container"],
337
+ className: o["dialog-container"],
308
338
  sx: { padding: "0px 40px" },
309
339
  children: [
310
- /* @__PURE__ */ e("img", { src: c2, alt: "icon" }),
311
- /* @__PURE__ */ e(n, { className: a["confirm-dialog-title"], children: "Post to X.com" }),
340
+ /* @__PURE__ */ e("img", { src: _2, alt: "icon" }),
341
+ /* @__PURE__ */ e(n, { className: o["confirm-dialog-title"], children: "Post to X.com" }),
312
342
  /* @__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: [
343
+ /* @__PURE__ */ r("div", { className: o["tweet-text-parent"], children: [
344
+ /* @__PURE__ */ r("div", { className: o["tweet-disable-text"], children: [
315
345
  "I have a #VerifiedEverWallet with @EverestDotOrg! 🗻",
316
346
  /* @__PURE__ */ e("br", {}),
317
347
  " 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 +349,26 @@ const o2 = () => ({
319
349
  /* @__PURE__ */ e(
320
350
  "textarea",
321
351
  {
322
- value: S,
352
+ value: E,
323
353
  maxLength: 120,
324
- onChange: (l) => B(l.target.value),
325
- className: a["tweet-text-area"],
354
+ onChange: (a) => B(a.target.value),
355
+ className: o["tweet-text-area"],
326
356
  placeholder: "Personal message to include in tweet (optional)",
327
357
  autoFocus: !0
328
358
  }
329
359
  )
330
360
  ] }),
331
- /* @__PURE__ */ e("img", { height: "275", src: j + "/twitter-update.png" }),
361
+ /* @__PURE__ */ e("img", { height: "275", src: i2 + "/twitter-update.png" }),
332
362
  /* @__PURE__ */ e(
333
- c,
363
+ p,
334
364
  {
335
365
  onClick: () => {
336
- u(
337
- n2({
366
+ h(
367
+ C2({
338
368
  share_opt: !0,
339
- tweet_text: S
369
+ tweet_text: E
340
370
  })
341
- ), y(!1), B("");
371
+ ), w(!1), B("");
342
372
  },
343
373
  className: "wallet-btn",
344
374
  variant: "contained",
@@ -347,10 +377,10 @@ const o2 = () => ({
347
377
  }
348
378
  ),
349
379
  /* @__PURE__ */ e(
350
- c,
380
+ p,
351
381
  {
352
382
  onClick: () => {
353
- y(!1);
383
+ w(!1);
354
384
  },
355
385
  className: "sdk-btn-connect-wallet",
356
386
  sx: { marginY: "16px" },
@@ -365,7 +395,7 @@ const o2 = () => ({
365
395
  }
366
396
  )
367
397
  ] });
368
- }, P2 = $(d2);
398
+ }, t0 = a2(L2);
369
399
  export {
370
- P2 as default
400
+ t0 as default
371
401
  };
@@ -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;