everest-npm-features 0.0.62 → 0.0.64

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 (109) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-WUr_Eyo1.js} +1 -1
  3. package/dist/assets/styles.css +1 -1
  4. package/dist/assets/styles2.css +1 -1
  5. package/dist/{auth-DTJdu6mq.js → auth-Cg-RJNB1.js} +1 -1
  6. package/dist/bank-CPJa0NOE.js +47 -0
  7. package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
  8. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  9. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  10. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  11. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  12. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  13. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  14. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  15. package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
  16. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  21. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  22. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  23. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  24. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  25. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  26. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  27. package/dist/components/Shared/FullKyc/countryList.js +33 -30
  28. package/dist/components/Shared/FullKyc/edd.js +3 -3
  29. package/dist/components/Shared/FullKyc/index.js +11 -10
  30. package/dist/components/Shared/FullKyc/pep.js +68 -64
  31. package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
  32. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  33. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  34. package/dist/components/Shared/Sumsub/index.js +2 -2
  35. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  36. package/dist/components/Wallet/Account/createIban.js +14 -314
  37. package/dist/components/Wallet/Account/eWallet.js +33 -35
  38. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  39. package/dist/components/Wallet/Account/iban.js +75 -54
  40. package/dist/components/Wallet/Account/ibanItem.js +3 -3
  41. package/dist/components/Wallet/Account/index.d.ts +1 -0
  42. package/dist/components/Wallet/Account/index.js +221 -184
  43. package/dist/components/Wallet/Account/sendIban.js +2 -2
  44. package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
  45. package/dist/components/Wallet/Buy/form.js +5 -5
  46. package/dist/components/Wallet/Buy/index.js +6 -6
  47. package/dist/components/Wallet/Deposit/index.js +2 -2
  48. package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
  49. package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
  50. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
  51. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
  52. package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
  53. package/dist/components/Wallet/History/index.js +2 -2
  54. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
  55. package/dist/components/Wallet/Portfolio/dropdown.js +42 -27
  56. package/dist/components/Wallet/Portfolio/index.js +5 -5
  57. package/dist/components/Wallet/Profile/documents.js +121 -124
  58. package/dist/components/Wallet/Profile/index.js +4 -4
  59. package/dist/components/Wallet/Profile/storage.js +15 -15
  60. package/dist/components/Wallet/Receive/index.js +3 -3
  61. package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
  62. package/dist/components/Wallet/Sell/form.js +5 -5
  63. package/dist/components/Wallet/Sell/index.js +6 -6
  64. package/dist/components/Wallet/Send/index.js +36 -36
  65. package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
  66. package/dist/components/Wallet/Shared/BankSelect/index.js +4 -4
  67. package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
  68. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  69. package/dist/components/Wallet/Shared/Container/index.js +19 -18
  70. package/dist/components/Wallet/Shared/addBank.js +4 -4
  71. package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
  72. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  73. package/dist/components/Wallet/SignIn/index.js +3 -3
  74. package/dist/components/Wallet/SignUp/index.js +3 -3
  75. package/dist/components/Wallet/Stake/gems/index.js +74 -62
  76. package/dist/components/Wallet/Stake/id/index.js +69 -65
  77. package/dist/components/Wallet/Stake/index.js +6 -6
  78. package/dist/components/Wallet/Swap/form.js +7 -7
  79. package/dist/components/Wallet/Swap/index.js +5 -5
  80. package/dist/components/Wallet/Withdraw/bankSelect.js +5 -5
  81. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  82. package/dist/components/Wallet/Withdraw/form.js +4 -4
  83. package/dist/components/Wallet/Withdraw/index.js +5 -5
  84. package/dist/{constants-DrmtdI1J.js → constants-BRS2liAt.js} +216 -214
  85. package/dist/createIban-DKoCQ4o3.js +573 -0
  86. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-BD0cJpXM.js} +1 -1
  87. package/dist/{index-CDwzoHu7.js → index-BUtxhHso.js} +87 -86
  88. package/dist/{index-3OQ4M69t.js → index-C2weAjLp.js} +70 -69
  89. package/dist/{index-BQNs1mvn.js → index-CREgBh59.js} +4 -3
  90. package/dist/{index-ILpK4BCB.js → index-CZhiRUiE.js} +4 -4
  91. package/dist/{index-CYX3j0V7.js → index-D7Eq-pbC.js} +65 -64
  92. package/dist/{index-C1WPCgkl.js → index-DX8IEulu.js} +5 -5
  93. package/dist/{index-CK4kLRAw.js → index-hgn4Pjw3.js} +5 -5
  94. package/dist/index-oPbOSCUk.js +545 -0
  95. package/dist/{kyc-ksV3vBP_.js → kyc-C7NviI9l.js} +1 -1
  96. package/dist/main.js +7 -7
  97. package/dist/{order-DEp_Lmar.js → order-DBuLYKfx.js} +1 -1
  98. package/dist/{otpForm-fiNqeB5H.js → otpForm-DhVp5Gvi.js} +2 -2
  99. package/dist/{stake-Ct7-_aWW.js → stake-DGXpiw_Y.js} +1 -1
  100. package/dist/styles.module-C99UuHOT.js +22 -0
  101. package/dist/styles.module-DFoezEqS.js +28 -0
  102. package/dist/util/constants.d.ts +1 -0
  103. package/dist/util/constants.js +72 -71
  104. package/dist/{wallet-CauUBXou.js → wallet-BLx0XKpK.js} +1 -1
  105. package/package.json +7 -7
  106. package/dist/bank-C4pmTe--.js +0 -37
  107. package/dist/index-BBFbUCRZ.js +0 -537
  108. package/dist/styles.module-C1sNeKjL.js +0 -22
  109. package/dist/styles.module-CHPRGltL.js +0 -28
@@ -1,16 +1,17 @@
1
- const _ = "https://static-assets.everest.org", E = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", e = t + "/sell-withdraw.png", c = t + "/back-btn.png", T = t + "/delete.png", A = n + "/history-buy.svg", a = n + "/history-sell.svg", I = n + "/history-swap.svg", O = t + "/wallet-icon.png", N = t + "/stake-id.png", S = s + "/stake-gem.png", R = n + "/swap-receive-down-arrow.svg", r = t + "/sepa-payment.png", i = t + "/sepa-payment-selected.png", P = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", C = t + "/sepa.png", D = t + "/visa.png", d = t + "/dialog-error.png", Y = t + "/dialog-success.png", p = n + "/expand-down-arrow.svg", M = n + "/expand-right-arrow.svg", g = n + "/back-arrow.svg", l = n + "/right-arrow.svg", K = n + "/radio-button.svg", U = n + "/radio-button-selected.svg", B = n + "/sepa.png", u = n + "/sepa-selected.png", h = n + "/visa.png", v = n + "/visa-selected.png", W = t + "/cloud-icon.png", y = t + "/storage-success.png", m = "railsbank", w = "open_payd", G = "checkout", V = "trustpayments", b = "paysafe", k = "cardcorp", H = "plaid", F = "$", f = "€", $ = "USD", X = "EUR", x = "GBP", j = "Binance", z = "Polygon", Z = "EverChain", q = "IDChain", J = "Ethereum", Q = "Avalanche", tt = "USD.c", nt = "EUR.c", _t = "EURE.c", st = "GBP.c", ot = "BTC.c", Et = "GEMS.c", et = "ID", ct = "GEMS", Tt = "USDR.c", At = "fiat_to_token", at = "fiat_to_everid", It = "token_to_fiat", Ot = "token_to_token", Nt = "withdraw", St = "iban_creation", Rt = "bank_transfer", rt = "bank_deposit", it = "Created", Pt = "In Process", Lt = "Completed", Ct = "Failed", Dt = "Awaiting Approved", dt = "Rejected", Yt = "ID", pt = "GEMS", Mt = 90, gt = 3, lt = 180, Kt = 8, Ut = 365, Bt = 18, ut = 365, ht = 20, vt = "Linked Wallets make transactions easier, automating the signing process during Sell, Swap, Stake, Send and Remit transactions because you have backed up your Private Key with Everest.", Wt = "Connected Wallets are those that you have demonstrated you control, but you must manually move tokens as the system can not do so without the Private Key.", yt = "The rate shown here is an estimate and the rate you receive will be determined at the time when your payment is settled. The time taken for your payment to settle can vary depending on currency and payment method.", mt = 300, wt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", Gt = "_rr", Vt = "credit_debit_card", bt = "sepa_bank_transfer", kt = "player", Ht = "store", Ft = "login_screen", ft = "register_screen", $t = "Individual", Xt = "Organization", xt = "Over $100,000", jt = "Over $1,000 & Under $100,000", zt = "Under $1,000", Zt = "Declined", qt = "You are allowed to transact up to $10,000", Jt = "You are allowed to transact more than $10,000", Qt = "eWallet", tn = "Virtual IBAN", nn = "incode", o = "sumsub", _n = o;
1
+ const _ = "https://static-assets.everest.org", E = _ + "/web/widget", n = _ + "/web/enterprise", s = _ + "/web/wallet/images", t = s + "/new", e = t + "/sell-withdraw.png", c = t + "/back-btn.png", T = t + "/delete.png", A = n + "/history-buy.svg", a = n + "/history-sell.svg", I = n + "/history-swap.svg", O = t + "/wallet-icon.png", N = t + "/stake-id.png", R = s + "/stake-gem.png", S = n + "/swap-receive-down-arrow.svg", r = t + "/sepa-payment.png", i = t + "/sepa-payment-selected.png", P = t + "/visa-payment.png", L = t + "/visa-payment-selected.png", C = t + "/sepa.png", D = t + "/visa.png", d = t + "/dialog-error.png", Y = t + "/dialog-success.png", p = n + "/expand-down-arrow.svg", M = n + "/expand-right-arrow.svg", g = n + "/back-arrow.svg", l = n + "/right-arrow.svg", K = n + "/radio-button.svg", U = n + "/radio-button-selected.svg", B = n + "/sepa.png", u = n + "/sepa-selected.png", h = n + "/visa.png", v = n + "/visa-selected.png", W = t + "/cloud-icon.png", y = t + "/storage-success.png", m = "vortex", V = "railsbank", w = "open_payd", G = "checkout", b = "trustpayments", k = "paysafe", H = "cardcorp", F = "plaid", f = "$", X = "€", $ = "USD", x = "EUR", j = "GBP", z = "Binance", Z = "Polygon", q = "EverChain", J = "IDChain", Q = "Ethereum", tt = "Avalanche", nt = "USD.c", _t = "EUR.c", st = "EURE.c", ot = "GBP.c", Et = "BTC.c", et = "GEMS.c", ct = "ID", Tt = "GEMS", At = "USDR.c", at = "fiat_to_token", It = "fiat_to_everid", Ot = "token_to_fiat", Nt = "token_to_token", Rt = "withdraw", St = "iban_creation", rt = "bank_transfer", it = "bank_deposit", Pt = "Created", Lt = "In Process", Ct = "Completed", Dt = "Failed", dt = "Awaiting Approved", Yt = "Rejected", pt = "ID", Mt = "GEMS", gt = 90, lt = 3, Kt = 180, Ut = 8, Bt = 365, ut = 18, ht = 365, vt = 20, Wt = "Linked Wallets make transactions easier, automating the signing process during Sell, Swap, Stake, Send and Remit transactions because you have backed up your Private Key with Everest.", yt = "Connected Wallets are those that you have demonstrated you control, but you must manually move tokens as the system can not do so without the Private Key.", mt = "The rate shown here is an estimate and the rate you receive will be determined at the time when your payment is settled. The time taken for your payment to settle can vary depending on currency and payment method.", Vt = 300, wt = "username can only contain letters, numbers, underscores & cannot exceed more than 13 characters", Gt = "_rr", bt = "credit_debit_card", kt = "sepa_bank_transfer", Ht = "player", Ft = "store", ft = "login_screen", Xt = "register_screen", $t = "Individual", xt = "Organization", jt = "Over $100,000", zt = "Over $1,000 & Under $100,000", Zt = "Under $1,000", qt = "Declined", Jt = "You are allowed to transact up to $10,000", Qt = "You are allowed to transact more than $10,000", tn = "eWallet", nn = "Virtual IBAN", _n = "incode", o = "sumsub", sn = o;
2
2
  export {
3
- R as ARROW_ICON,
4
- Q as AVALANCHE_NETWORK,
3
+ S as ARROW_ICON,
4
+ tt as AVALANCHE_NETWORK,
5
5
  g as BACK_ARROW,
6
6
  c as BACK_BTN_ICON,
7
- rt as BANK_DEPOSIT,
8
- Rt as BANK_TRANSFER,
9
- j as BINANCE_NETWORK,
10
- ot as BTC_TOKEN_SYMBOL,
11
- Zt as CARD_PAYMENT_DECLINE,
7
+ it as BANK_DEPOSIT,
8
+ rt as BANK_TRANSFER,
9
+ z as BINANCE_NETWORK,
10
+ m as BRAND_VORTEX_ID,
11
+ Et as BTC_TOKEN_SYMBOL,
12
+ qt as CARD_PAYMENT_DECLINE,
12
13
  W as CLOUD_ICON,
13
- Wt as CONNECTED_WALLET_TOOLTIP,
14
+ yt as CONNECTED_WALLET_TOOLTIP,
14
15
  T as DELETE_ICON,
15
16
  d as DIALOG_ERROR_ICON,
16
17
  Y as DIALOG_SUCCESS_ICON,
@@ -18,91 +19,91 @@ export {
18
19
  u as ENT_SEPA_PAYMENT_ACTIVE,
19
20
  h as ENT_VISA_PAYMENT,
20
21
  v as ENT_VISA_PAYMENT_ACTIVE,
21
- yt as ESTIMATE_TOOLTIP_TEXT,
22
- J as ETHEREUM_NETWORK,
23
- X as EURO_ISO3,
24
- f as EURO_SIGN,
25
- Z as EVER_CHAIN_NETWORK,
26
- Qt as FEATURE_EWALLET,
27
- tn as FEATURE_VIRTUAL_IBAN,
28
- at as FIAT_TO_EVER_ID,
29
- At as FIAT_TO_TOKEN,
30
- Nt as FIAT_WITHDRAW,
31
- x as GBP_ISO3,
32
- pt as GEMS_STAKE,
33
- ct as GEMS_TOKEN_SYMBOL,
34
- Et as GEM_SYNTHETIC_TOKEN_SYMBOL,
22
+ mt as ESTIMATE_TOOLTIP_TEXT,
23
+ Q as ETHEREUM_NETWORK,
24
+ x as EURO_ISO3,
25
+ X as EURO_SIGN,
26
+ q as EVER_CHAIN_NETWORK,
27
+ tn as FEATURE_EWALLET,
28
+ nn as FEATURE_VIRTUAL_IBAN,
29
+ It as FIAT_TO_EVER_ID,
30
+ at as FIAT_TO_TOKEN,
31
+ Rt as FIAT_WITHDRAW,
32
+ j as GBP_ISO3,
33
+ Mt as GEMS_STAKE,
34
+ Tt as GEMS_TOKEN_SYMBOL,
35
+ et as GEM_SYNTHETIC_TOKEN_SYMBOL,
35
36
  A as HISTORY_BUY_ICON,
36
37
  a as HISTORY_SELL_ICON,
37
38
  I as HISTORY_SWAP_ICON,
38
39
  St as IBAN_CREATION,
39
- q as ID_CHAIN_NETWORK,
40
- Yt as ID_STAKE,
41
- et as ID_TOKEN_SYMBOL,
40
+ J as ID_CHAIN_NETWORK,
41
+ pt as ID_STAKE,
42
+ ct as ID_TOKEN_SYMBOL,
42
43
  $t as INDIVIDUAL_KYC_TYPE,
43
- qt as KYC_APROVED_TOOLTIP,
44
- jt as KYC_BETWEEN_TRANSATION,
45
- Jt as KYC_ELITE_TOOLTIP,
46
- xt as KYC_OVER_TRANSATION,
47
- _n as KYC_PROVIDER,
48
- nn as KYC_PROVIDER_INCODE,
44
+ Jt as KYC_APROVED_TOOLTIP,
45
+ zt as KYC_BETWEEN_TRANSATION,
46
+ Qt as KYC_ELITE_TOOLTIP,
47
+ jt as KYC_OVER_TRANSATION,
48
+ sn as KYC_PROVIDER,
49
+ _n as KYC_PROVIDER_INCODE,
49
50
  o as KYC_PROVIDER_SUMSUB,
50
- zt as KYC_UNDER_TRANSATION,
51
- vt as LINKED_WALLET_TOOLTIP,
52
- Ft as LOGIN_SCREEN,
53
- Xt as ORGANIZATION_KYC_TYPE,
54
- bt as PAYMENT_BANK,
55
- Vt as PAYMENT_CARD,
56
- k as PAYMENT_PROVIDER_CARDCORP,
51
+ Zt as KYC_UNDER_TRANSATION,
52
+ Wt as LINKED_WALLET_TOOLTIP,
53
+ ft as LOGIN_SCREEN,
54
+ xt as ORGANIZATION_KYC_TYPE,
55
+ kt as PAYMENT_BANK,
56
+ bt as PAYMENT_CARD,
57
+ H as PAYMENT_PROVIDER_CARDCORP,
57
58
  G as PAYMENT_PROVIDER_CHECKOUT,
58
59
  w as PAYMENT_PROVIDER_OPENPAYD,
59
- b as PAYMENT_PROVIDER_PAYSAFE,
60
- H as PAYMENT_PROVIDER_PLAID,
61
- m as PAYMENT_PROVIDER_RAILSBANK,
62
- V as PAYMENT_PROVIDER_TRUST_PAYMENTS,
63
- kt as PLAYER_WEBSITE,
64
- z as POLYGON_NETWORK,
60
+ k as PAYMENT_PROVIDER_PAYSAFE,
61
+ F as PAYMENT_PROVIDER_PLAID,
62
+ V as PAYMENT_PROVIDER_RAILSBANK,
63
+ b as PAYMENT_PROVIDER_TRUST_PAYMENTS,
64
+ Ht as PLAYER_WEBSITE,
65
+ Z as POLYGON_NETWORK,
65
66
  p as PORTFOLIO_TOKEN_DOWN_ARROW,
66
67
  M as PORTFOLIO_TOKEN_RIGHT_ARROW,
67
68
  K as RADIO_BUTTON,
68
69
  U as RADIO_BUTTON_SELECTED,
69
- ft as REGISTER_SCREEN,
70
- mt as RESEND_EMAIL_TIMER,
70
+ Xt as REGISTER_SCREEN,
71
+ Vt as RESEND_EMAIL_TIMER,
71
72
  l as RIGHT_ARROW,
72
73
  e as SELL_WITHDRAW_ICON,
73
74
  C as SEPA_ICON,
74
75
  r as SEPA_PAYMENT,
75
76
  i as SEPA_PAYMENT_ACTIVE,
76
- S as STAKE_GEM_ICON,
77
- ht as STAKE_GEM_MAX_APY,
78
- ut as STAKE_GEM_MAX_DAYS,
77
+ R as STAKE_GEM_ICON,
78
+ vt as STAKE_GEM_MAX_APY,
79
+ ht as STAKE_GEM_MAX_DAYS,
79
80
  N as STAKE_ID_ICON,
80
- Bt as STAKE_ID_MAX_APY,
81
- Ut as STAKE_ID_MAX_DAYS,
82
- Kt as STAKE_ID_MID_APY,
83
- lt as STAKE_ID_MID_DAYS,
84
- gt as STAKE_ID_MIN_APY,
85
- Mt as STAKE_ID_MIN_DAYS,
81
+ ut as STAKE_ID_MAX_APY,
82
+ Bt as STAKE_ID_MAX_DAYS,
83
+ Ut as STAKE_ID_MID_APY,
84
+ Kt as STAKE_ID_MID_DAYS,
85
+ lt as STAKE_ID_MIN_APY,
86
+ gt as STAKE_ID_MIN_DAYS,
86
87
  _ as STATIC_ASSETS_BASE_URL,
87
88
  y as STORAGE_SUCCESS,
88
- Ht as STORE_WEBSITE,
89
- nt as SYNTHETIC_EUR,
90
- _t as SYNTHETIC_EURE,
91
- st as SYNTHETIC_GBP,
92
- tt as SYNTHETIC_USD,
93
- It as TOKEN_TO_FIAT,
94
- Ot as TOKEN_TO_TOKEN,
95
- Lt as TS_COMPLETE_LABEL,
96
- it as TS_CREATED_LABEL,
97
- Ct as TS_FAIL_LABEL,
98
- dt as TS_NOT_APPROVAL_LABEL,
99
- Pt as TS_PENDING_LABEL,
100
- Dt as TS_WAIT_APPROVAL_LABEL,
101
- Tt as USDR_TOKEN_SYMBOL,
89
+ Ft as STORE_WEBSITE,
90
+ _t as SYNTHETIC_EUR,
91
+ st as SYNTHETIC_EURE,
92
+ ot as SYNTHETIC_GBP,
93
+ nt as SYNTHETIC_USD,
94
+ Ot as TOKEN_TO_FIAT,
95
+ Nt as TOKEN_TO_TOKEN,
96
+ Ct as TS_COMPLETE_LABEL,
97
+ Pt as TS_CREATED_LABEL,
98
+ Dt as TS_FAIL_LABEL,
99
+ Yt as TS_NOT_APPROVAL_LABEL,
100
+ Lt as TS_PENDING_LABEL,
101
+ dt as TS_WAIT_APPROVAL_LABEL,
102
+ At as USDR_TOKEN_SYMBOL,
102
103
  Gt as USERNAME_SUFFIX,
103
104
  wt as USERNAME_TOOLTIP,
104
105
  $ as US_DOLLAR_ISO3,
105
- F as US_DOLLAR_SIGN,
106
+ f as US_DOLLAR_SIGN,
106
107
  D as VISA_ICON,
107
108
  P as VISA_PAYMENT,
108
109
  L as VISA_PAYMENT_ACTIVE,
@@ -1,4 +1,4 @@
1
- import { F as a, U as e, p as t, q as E, r as T, s as A, t as _, u as o, v as S, w as l } from "./constants-DrmtdI1J.js";
1
+ import { F as a, U as e, p as t, q as E, r as T, s as A, t as _, u as o, v as S, w as l } from "./constants-BRS2liAt.js";
2
2
  const L = () => ({
3
3
  type: e
4
4
  }), d = () => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everest-npm-features",
3
- "version": "0.0.62",
3
+ "version": "0.0.64",
4
4
  "description": "Everest frontend features library.",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -18,22 +18,22 @@
18
18
  "preview": "vite preview"
19
19
  },
20
20
  "peerDependencies": {
21
+ "@emotion/react": "^11.14.0",
22
+ "@emotion/styled": "^11.14.1",
23
+ "@mui/icons-material": "^7.2.0",
24
+ "@mui/material": "^7.2.0",
21
25
  "@types/react": ">=18 <20",
22
26
  "@types/react-dom": ">=18 <20",
23
27
  "react": ">=18 <21",
24
28
  "react-dom": ">=18 <21",
25
- "react-redux": "^9.1.2",
26
- "@emotion/react": "^11.14.0",
27
- "@emotion/styled": "^11.14.1",
28
- "@mui/icons-material": "^7.2.0",
29
- "@mui/material": "^7.2.0"
29
+ "react-redux": "^9.1.2"
30
30
  },
31
31
  "dependencies": {
32
32
  "@coinbase/wallet-sdk": "^4.1.0",
33
33
  "@metamask/sdk-react": "^0.29.2",
34
34
  "@sumsub/websdk-react": "^2.5.0",
35
35
  "@walletconnect/ethereum-provider": "^2.17.1",
36
- "everest-npm-api": "^0.0.43",
36
+ "everest-npm-api": "^0.0.44",
37
37
  "frames-react": "^1.2.2",
38
38
  "moment": "^2.30.1",
39
39
  "mui-one-time-password-input": "^5.0.0",
@@ -1,37 +0,0 @@
1
- import { T as e, W as s, X as t, Y as E, Z as R, _ as o, $ as p, a0 as _, a1 as T } from "./constants-DrmtdI1J.js";
2
- const y = () => ({
3
- type: e
4
- }), d = (a) => ({
5
- type: E,
6
- payload: a
7
- }), A = (a) => ({
8
- type: T,
9
- payload: a
10
- }), c = (a) => ({
11
- type: s,
12
- payload: a
13
- }), u = () => ({
14
- type: o
15
- }), I = (a) => ({
16
- type: t,
17
- payload: a
18
- }), S = () => ({
19
- type: p
20
- }), l = (a) => ({
21
- type: _,
22
- payload: a
23
- }), B = (a) => ({
24
- type: R,
25
- payload: a
26
- });
27
- export {
28
- d as a,
29
- I as b,
30
- S as c,
31
- l as d,
32
- A as e,
33
- u as f,
34
- c as p,
35
- B as s,
36
- y as u
37
- };