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.
- package/dist/ArrowBack-DEJjwfp0.js +8 -0
- package/dist/{PlayArrow-BVDyfxsQ.js → PlayArrow-WUr_Eyo1.js} +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles2.css +1 -1
- package/dist/{auth-DTJdu6mq.js → auth-Cg-RJNB1.js} +1 -1
- package/dist/bank-CPJa0NOE.js +47 -0
- package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
- package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
- package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
- package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
- package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
- package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
- package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
- package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
- package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
- package/dist/components/RocketRamp/Transactions/index.js +2 -2
- package/dist/components/Shared/FullKyc/countryList.js +33 -30
- package/dist/components/Shared/FullKyc/edd.js +3 -3
- package/dist/components/Shared/FullKyc/index.js +11 -10
- package/dist/components/Shared/FullKyc/pep.js +68 -64
- package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
- package/dist/components/Shared/FullKyc/userInfo.js +4 -4
- package/dist/components/Shared/MinimalKyc/index.js +2 -2
- package/dist/components/Shared/Sumsub/index.js +2 -2
- package/dist/components/Wallet/Account/createIban.d.ts +1 -2
- package/dist/components/Wallet/Account/createIban.js +14 -314
- package/dist/components/Wallet/Account/eWallet.js +33 -35
- package/dist/components/Wallet/Account/iban.d.ts +1 -0
- package/dist/components/Wallet/Account/iban.js +75 -54
- package/dist/components/Wallet/Account/ibanItem.js +3 -3
- package/dist/components/Wallet/Account/index.d.ts +1 -0
- package/dist/components/Wallet/Account/index.js +221 -184
- package/dist/components/Wallet/Account/sendIban.js +2 -2
- package/dist/components/Wallet/Buy/confirmTransaction.js +6 -6
- package/dist/components/Wallet/Buy/form.js +5 -5
- package/dist/components/Wallet/Buy/index.js +6 -6
- package/dist/components/Wallet/Deposit/index.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/index.js +4 -4
- package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
- package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
- package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
- package/dist/components/Wallet/History/index.js +2 -2
- package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +96 -95
- package/dist/components/Wallet/Portfolio/dropdown.js +42 -27
- package/dist/components/Wallet/Portfolio/index.js +5 -5
- package/dist/components/Wallet/Profile/documents.js +121 -124
- package/dist/components/Wallet/Profile/index.js +4 -4
- package/dist/components/Wallet/Profile/storage.js +15 -15
- package/dist/components/Wallet/Receive/index.js +3 -3
- package/dist/components/Wallet/Sell/confirmTransaction.js +5 -5
- package/dist/components/Wallet/Sell/form.js +5 -5
- package/dist/components/Wallet/Sell/index.js +6 -6
- package/dist/components/Wallet/Send/index.js +36 -36
- package/dist/components/Wallet/Shared/Auth/otpForm.js +3 -3
- package/dist/components/Wallet/Shared/BankSelect/index.js +4 -4
- package/dist/components/Wallet/Shared/CardCorp/index.js +2 -2
- package/dist/components/Wallet/Shared/Container/index.d.ts +2 -1
- package/dist/components/Wallet/Shared/Container/index.js +19 -18
- package/dist/components/Wallet/Shared/addBank.js +4 -4
- package/dist/components/Wallet/Shared/connectPlaidBank.js +7 -7
- package/dist/components/Wallet/Shared/manualSend.js +4 -4
- package/dist/components/Wallet/SignIn/index.js +3 -3
- package/dist/components/Wallet/SignUp/index.js +3 -3
- package/dist/components/Wallet/Stake/gems/index.js +74 -62
- package/dist/components/Wallet/Stake/id/index.js +69 -65
- package/dist/components/Wallet/Stake/index.js +6 -6
- package/dist/components/Wallet/Swap/form.js +7 -7
- package/dist/components/Wallet/Swap/index.js +5 -5
- package/dist/components/Wallet/Withdraw/bankSelect.js +5 -5
- package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
- package/dist/components/Wallet/Withdraw/form.js +4 -4
- package/dist/components/Wallet/Withdraw/index.js +5 -5
- package/dist/{constants-DrmtdI1J.js → constants-BRS2liAt.js} +216 -214
- package/dist/createIban-DKoCQ4o3.js +573 -0
- package/dist/{cryptoAssets-DyGDknvq.js → cryptoAssets-BD0cJpXM.js} +1 -1
- package/dist/{index-CDwzoHu7.js → index-BUtxhHso.js} +87 -86
- package/dist/{index-3OQ4M69t.js → index-C2weAjLp.js} +70 -69
- package/dist/{index-BQNs1mvn.js → index-CREgBh59.js} +4 -3
- package/dist/{index-ILpK4BCB.js → index-CZhiRUiE.js} +4 -4
- package/dist/{index-CYX3j0V7.js → index-D7Eq-pbC.js} +65 -64
- package/dist/{index-C1WPCgkl.js → index-DX8IEulu.js} +5 -5
- package/dist/{index-CK4kLRAw.js → index-hgn4Pjw3.js} +5 -5
- package/dist/index-oPbOSCUk.js +545 -0
- package/dist/{kyc-ksV3vBP_.js → kyc-C7NviI9l.js} +1 -1
- package/dist/main.js +7 -7
- package/dist/{order-DEp_Lmar.js → order-DBuLYKfx.js} +1 -1
- package/dist/{otpForm-fiNqeB5H.js → otpForm-DhVp5Gvi.js} +2 -2
- package/dist/{stake-Ct7-_aWW.js → stake-DGXpiw_Y.js} +1 -1
- package/dist/styles.module-C99UuHOT.js +22 -0
- package/dist/styles.module-DFoezEqS.js +28 -0
- package/dist/util/constants.d.ts +1 -0
- package/dist/util/constants.js +72 -71
- package/dist/{wallet-CauUBXou.js → wallet-BLx0XKpK.js} +1 -1
- package/package.json +7 -7
- package/dist/bank-C4pmTe--.js +0 -37
- package/dist/index-BBFbUCRZ.js +0 -537
- package/dist/styles.module-C1sNeKjL.js +0 -22
- package/dist/styles.module-CHPRGltL.js +0 -28
package/dist/util/constants.js
CHANGED
|
@@ -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",
|
|
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
|
-
|
|
4
|
-
|
|
3
|
+
S as ARROW_ICON,
|
|
4
|
+
tt as AVALANCHE_NETWORK,
|
|
5
5
|
g as BACK_ARROW,
|
|
6
6
|
c as BACK_BTN_ICON,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
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
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
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
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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
|
-
|
|
70
|
-
|
|
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
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
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
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
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
|
-
|
|
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-
|
|
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.
|
|
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.
|
|
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",
|
package/dist/bank-C4pmTe--.js
DELETED
|
@@ -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
|
-
};
|