everest-npm-features 0.0.62 → 0.0.63

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 (100) hide show
  1. package/dist/ArrowBack-DEJjwfp0.js +8 -0
  2. package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-71FP5PzJ.js} +5 -5
  3. package/dist/assets/styles.css +1 -1
  4. package/dist/{auth-DTJdu6mq.js → auth-BBeOw4mt.js} +1 -1
  5. package/dist/{bank-C4pmTe--.js → bank-HVb0GFsa.js} +1 -1
  6. package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  8. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  9. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  10. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  11. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  12. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  13. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  14. package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
  15. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  20. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  21. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  23. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  24. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  25. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  26. package/dist/components/Shared/FullKyc/edd.js +3 -3
  27. package/dist/components/Shared/FullKyc/index.js +4 -4
  28. package/dist/components/Shared/FullKyc/pep.js +1 -1
  29. package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
  30. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  31. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  32. package/dist/components/Shared/Sumsub/index.js +2 -2
  33. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  34. package/dist/components/Wallet/Account/createIban.js +322 -97
  35. package/dist/components/Wallet/Account/eWallet.js +35 -37
  36. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  37. package/dist/components/Wallet/Account/iban.js +42 -42
  38. package/dist/components/Wallet/Account/ibanItem.js +3 -3
  39. package/dist/components/Wallet/Account/index.d.ts +1 -0
  40. package/dist/components/Wallet/Account/index.js +113 -111
  41. package/dist/components/Wallet/Account/sendIban.js +2 -2
  42. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  43. package/dist/components/Wallet/Buy/form.js +4 -4
  44. package/dist/components/Wallet/Buy/index.js +6 -6
  45. package/dist/components/Wallet/Deposit/index.js +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
  47. package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
  48. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
  49. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
  50. package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
  51. package/dist/components/Wallet/History/index.js +2 -2
  52. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
  53. package/dist/components/Wallet/Portfolio/index.js +5 -5
  54. package/dist/components/Wallet/Profile/documents.js +128 -131
  55. package/dist/components/Wallet/Profile/index.js +5 -5
  56. package/dist/components/Wallet/Profile/storage.js +2 -2
  57. package/dist/components/Wallet/Receive/index.js +2 -2
  58. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  59. package/dist/components/Wallet/Sell/form.js +4 -4
  60. package/dist/components/Wallet/Sell/index.js +6 -6
  61. package/dist/components/Wallet/Send/index.js +3 -3
  62. package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
  63. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  64. package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
  65. package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
  66. package/dist/components/Wallet/Shared/Container/index.js +19 -18
  67. package/dist/components/Wallet/Shared/addBank.js +3 -3
  68. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  69. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  70. package/dist/components/Wallet/SignIn/index.js +3 -3
  71. package/dist/components/Wallet/SignUp/index.js +3 -3
  72. package/dist/components/Wallet/Stake/gems/index.js +61 -52
  73. package/dist/components/Wallet/Stake/id/index.js +67 -66
  74. package/dist/components/Wallet/Stake/index.js +4 -4
  75. package/dist/components/Wallet/Swap/form.js +6 -6
  76. package/dist/components/Wallet/Swap/index.js +5 -5
  77. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  78. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  79. package/dist/components/Wallet/Withdraw/form.js +4 -4
  80. package/dist/components/Wallet/Withdraw/index.js +5 -5
  81. package/dist/{constants-DrmtdI1J.js → constants-DX0YBtP2.js} +19 -19
  82. package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-B8rAI7pp.js} +1 -1
  83. package/dist/{index-3OQ4M69t.js → index-B4XvACQN.js} +7 -7
  84. package/dist/{index-BBFbUCRZ.js → index-CTPMPwYK.js} +102 -106
  85. package/dist/{index-C1WPCgkl.js → index-DkiQ8pRO.js} +51 -51
  86. package/dist/{index-CYX3j0V7.js → index-DuWW5roi.js} +7 -7
  87. package/dist/{index-CDwzoHu7.js → index-JY6-UKlX.js} +6 -6
  88. package/dist/{index-ILpK4BCB.js → index-_fiTunwZ.js} +4 -4
  89. package/dist/{index-CK4kLRAw.js → index-bK14vCZw.js} +5 -5
  90. package/dist/{kyc-ksV3vBP_.js → kyc-BNMPoeHt.js} +1 -1
  91. package/dist/main.js +7 -7
  92. package/dist/{order-DEp_Lmar.js → order-BXeCIvqC.js} +1 -1
  93. package/dist/{otpForm-fiNqeB5H.js → otpForm-DeeegaX2.js} +2 -2
  94. package/dist/{stake-Ct7-_aWW.js → stake-BO2TYVJ7.js} +1 -1
  95. package/dist/styles.module-DFoezEqS.js +28 -0
  96. package/dist/util/constants.d.ts +1 -0
  97. package/dist/util/constants.js +72 -71
  98. package/dist/{wallet-CauUBXou.js → wallet-BPXOp8UG.js} +1 -1
  99. package/package.json +1 -1
  100. 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-DX0YBtP2.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.63",
4
4
  "description": "Everest frontend features library.",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -1,28 +0,0 @@
1
- import './assets/styles.css';const e = "_container_2oghf_1", t = "_heading_2oghf_27", o = "_sBtn_2oghf_73", _ = "_twitterCancelBtn_2oghf_427", n = {
2
- container: e,
3
- "inner-container": "_inner-container_2oghf_13",
4
- heading: t,
5
- "profile-feat-btn": "_profile-feat-btn_2oghf_41",
6
- "ref-btn": "_ref-btn_2oghf_57",
7
- sBtn: o,
8
- "doc-video-box": "_doc-video-box_2oghf_117",
9
- "image-corner-color": "_image-corner-color_2oghf_193",
10
- "video-box-inner-content": "_video-box-inner-content_2oghf_207",
11
- "menu-item": "_menu-item_2oghf_217",
12
- "remove-icon": "_remove-icon_2oghf_233",
13
- "delete-disable": "_delete-disable_2oghf_247",
14
- "confirm-edit": "_confirm-edit_2oghf_263",
15
- "asset-header": "_asset-header_2oghf_279",
16
- "asset-close-btn": "_asset-close-btn_2oghf_317",
17
- "dialog-container": "_dialog-container_2oghf_331",
18
- "confirm-dialog": "_confirm-dialog_2oghf_345",
19
- "confirm-dialog-title": "_confirm-dialog-title_2oghf_353",
20
- "tweet-text-parent": "_tweet-text-parent_2oghf_365",
21
- "tweet-disable-text": "_tweet-disable-text_2oghf_391",
22
- "tweet-text-area": "_tweet-text-area_2oghf_409",
23
- twitterCancelBtn: _,
24
- "kyc-approved": "_kyc-approved_2oghf_471"
25
- };
26
- export {
27
- n as s
28
- };