everest-npm-features 0.0.1 → 0.0.2

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 (250) hide show
  1. package/dist/ArrowDropDown-DRUQbGft.js +8 -0
  2. package/dist/ArrowRight-t-YgAHUn.js +8 -0
  3. package/dist/{Box-wAem3MQD.js → Box-BOgpENcC.js} +11 -11
  4. package/dist/{Button-fWdSk-yh.js → Button-DXdgxFxa.js} +8 -7
  5. package/dist/{ButtonBase-SYP7klDp.js → ButtonBase-AOLUTpPg.js} +204 -211
  6. package/dist/Cancel-BMPJ8ZAg.js +11 -0
  7. package/dist/CardContent-DEA5pnhr.js +141 -0
  8. package/dist/{CircularProgress-DcXA6nAu.js → CircularProgress-BAEiXRSn.js} +31 -30
  9. package/dist/Close-mXCsZSxZ.js +8 -0
  10. package/dist/{Container-CIMHcpEe.js → Container-BOehNoF1.js} +4 -4
  11. package/dist/{ContentCopy-CexUUXuC.js → ContentCopy-HD_Xx6nx.js} +1 -1
  12. package/dist/{createSimplePaletteValueFilter-CsgjlRAs.js → DefaultPropsProvider-DmUB0SYC.js} +54 -69
  13. package/dist/DefaultPropsProvider-tqUom3mB.js +329 -0
  14. package/dist/{DialogContent-JgT9A6nk.js → DialogContent-zttWtNJM.js} +91 -90
  15. package/dist/{Close-CdRA3xUs.js → DialogTitle-BqL8DXBp.js} +16 -21
  16. package/dist/{ArrowRight-C6tjImpU.js → Divider-EGEkrkBH.js} +50 -55
  17. package/dist/{FormControl-D4QuPCnV.js → FormControl-Nd-4LC8N.js} +60 -69
  18. package/dist/FormControlLabel-BMeMEwyK.js +738 -0
  19. package/dist/{GlobalStyles-BOnEiMUE.js → GlobalStyles-CModZHM-.js} +2 -2
  20. package/dist/{Grid-dtT_MVn3.js → Grid-EISqvBSJ.js} +5 -5
  21. package/dist/Grid2-B0mJbwjl.js +374 -0
  22. package/dist/{Grow-B3Swdn2Z.js → Grow-dkRwE_ok.js} +5 -5
  23. package/dist/{IconButton-CRGy76pJ.js → IconButton-DAR3jsEV.js} +12 -11
  24. package/dist/Info-CkE3Gsf2.js +8 -0
  25. package/dist/InputAdornment-DZJP9Njd.js +169 -0
  26. package/dist/ListItemIcon-JAntieDc.js +82 -0
  27. package/dist/{wallet-DN7ej6mj.js → MenuItem-D12FP5Iq.js} +64 -75
  28. package/dist/{Modal-0q_y4zbS.js → Modal-DceAu_d2.js} +324 -397
  29. package/dist/Paper-L8ipwfkc.js +183 -0
  30. package/dist/PlayArrow-D98xCL5M.js +21 -0
  31. package/dist/Portal-DxdKGEvu.js +86 -0
  32. package/dist/{Select-BNAaKK32.js → Select-DTQDmdn_.js} +39 -33
  33. package/dist/{Slide-BlS6unRJ.js → Slide-CWqC2RDG.js} +4 -3
  34. package/dist/Stack-CkCveRRR.js +174 -0
  35. package/dist/{TextField-CPZo0_di.js → TextField-BqIvz6Zw.js} +23 -21
  36. package/dist/{Typography-kyxogyUq.js → Typography-Dx54MRM5.js} +14 -13
  37. package/dist/_commonjsHelpers-BkfeUUK-.js +28 -0
  38. package/dist/assets/index.css +1 -1
  39. package/dist/assets/index10.css +1 -0
  40. package/dist/assets/index2.css +1 -1
  41. package/dist/assets/index3.css +1 -0
  42. package/dist/assets/index4.css +1 -0
  43. package/dist/assets/index5.css +1 -0
  44. package/dist/assets/index6.css +1 -0
  45. package/dist/assets/index7.css +1 -0
  46. package/dist/assets/index8.css +1 -0
  47. package/dist/assets/index9.css +1 -0
  48. package/dist/assets/{withThemeProvider.css → main.css} +1 -1
  49. package/dist/assets/styles.css +1 -1
  50. package/dist/assets/styles3.css +1 -0
  51. package/dist/auth-AwdxCQXF.js +46 -0
  52. package/dist/axios-BEX6n2A7.js +796 -0
  53. package/dist/bank-D2rGgUDP.js +23 -0
  54. package/dist/components/Account/index.d.ts +4 -0
  55. package/dist/components/Account/index.js +310 -0
  56. package/dist/components/History/index.d.ts +2 -0
  57. package/dist/components/History/index.js +804 -0
  58. package/dist/components/MoveToEthereumOrEverChain/index.d.ts +18 -0
  59. package/dist/components/MoveToEthereumOrEverChain/index.js +345 -0
  60. package/dist/components/Profile/documents.js +19 -14
  61. package/dist/components/Profile/index.js +128 -135
  62. package/dist/components/Receive/index.js +25 -23
  63. package/dist/components/RocketRamp/Buy/cardPayment.d.ts +3 -0
  64. package/dist/components/RocketRamp/Buy/cardPayment.js +17 -0
  65. package/dist/components/RocketRamp/Buy/confirmTransaction.d.ts +3 -0
  66. package/dist/components/RocketRamp/Buy/confirmTransaction.js +16 -0
  67. package/dist/components/RocketRamp/Buy/form.d.ts +3 -0
  68. package/dist/components/RocketRamp/Buy/form.js +26 -0
  69. package/dist/components/RocketRamp/Buy/index.d.ts +6 -0
  70. package/dist/components/RocketRamp/Buy/index.js +29 -0
  71. package/dist/components/RocketRamp/Buy/types.d.ts +32 -0
  72. package/dist/components/RocketRamp/Buy/types.js +1 -0
  73. package/dist/components/RocketRamp/Dashboard/balance.d.ts +9 -0
  74. package/dist/components/RocketRamp/Dashboard/balance.js +75 -0
  75. package/dist/components/RocketRamp/Dashboard/index.d.ts +5 -0
  76. package/dist/components/RocketRamp/Dashboard/index.js +36 -0
  77. package/dist/components/RocketRamp/Dashboard/transaction.d.ts +8 -0
  78. package/dist/components/RocketRamp/Dashboard/transaction.js +28 -0
  79. package/dist/components/RocketRamp/MinimalKyc/index.d.ts +6 -0
  80. package/dist/components/RocketRamp/MinimalKyc/index.js +254 -0
  81. package/dist/components/RocketRamp/Shared/Button/index.d.ts +10 -0
  82. package/dist/components/RocketRamp/Shared/Button/index.js +82 -0
  83. package/dist/components/RocketRamp/Shared/Input/index.d.ts +11 -0
  84. package/dist/components/RocketRamp/Shared/Input/index.js +46 -0
  85. package/dist/components/RocketRamp/Shared/backBtn.d.ts +5 -0
  86. package/dist/components/RocketRamp/Shared/backBtn.js +21 -0
  87. package/dist/components/RocketRamp/Shared/transactionItem.d.ts +7 -0
  88. package/dist/components/RocketRamp/Shared/transactionItem.js +125 -0
  89. package/dist/components/RocketRamp/SignIn/index.d.ts +3 -0
  90. package/dist/components/RocketRamp/SignIn/index.js +82 -0
  91. package/dist/components/RocketRamp/SignIn/loginForm.d.ts +3 -0
  92. package/dist/components/RocketRamp/SignIn/loginForm.js +81 -0
  93. package/dist/components/RocketRamp/SignIn/otpForm.d.ts +3 -0
  94. package/dist/components/RocketRamp/SignIn/otpForm.js +112 -0
  95. package/dist/components/RocketRamp/SignIn/types.d.ts +22 -0
  96. package/dist/components/RocketRamp/SignIn/types.js +1 -0
  97. package/dist/components/RocketRamp/SignUp/email.d.ts +3 -0
  98. package/dist/components/RocketRamp/SignUp/email.js +70 -0
  99. package/dist/components/RocketRamp/SignUp/index.d.ts +3 -0
  100. package/dist/components/RocketRamp/SignUp/index.js +163 -0
  101. package/dist/components/RocketRamp/SignUp/personalInfo.d.ts +3 -0
  102. package/dist/components/RocketRamp/SignUp/personalInfo.js +415 -0
  103. package/dist/components/RocketRamp/SignUp/summary.d.ts +3 -0
  104. package/dist/components/RocketRamp/SignUp/summary.js +57 -0
  105. package/dist/components/RocketRamp/SignUp/types.d.ts +50 -0
  106. package/dist/components/RocketRamp/SignUp/types.js +1 -0
  107. package/dist/components/RocketRamp/SignUp/validateEmail.d.ts +3 -0
  108. package/dist/components/RocketRamp/SignUp/validateEmail.js +99 -0
  109. package/dist/components/RocketRamp/Transactions/index.d.ts +5 -0
  110. package/dist/components/RocketRamp/Transactions/index.js +38 -0
  111. package/dist/components/Send/index.js +62 -51
  112. package/dist/components/Shared/ConnectWallet/index.d.ts +20 -0
  113. package/dist/components/Shared/ConnectWallet/index.js +25364 -0
  114. package/dist/components/Shared/HistoryItem/index.d.ts +5 -0
  115. package/dist/components/Shared/HistoryItem/index.js +120 -0
  116. package/dist/components/Shared/Keyboard/keyboard.js +3 -3
  117. package/dist/components/Shared/TokenModal/index.d.ts +10 -0
  118. package/dist/components/Shared/TokenModal/index.js +104 -0
  119. package/dist/components/Shared/TokenModal/tokenGrid.d.ts +7 -0
  120. package/dist/components/Shared/TokenModal/tokenGrid.js +51 -0
  121. package/dist/components/Shared/addBank.d.ts +2 -0
  122. package/dist/components/Shared/addBank.js +172 -0
  123. package/dist/components/Shared/button.js +1 -1
  124. package/dist/components/Shared/connectPlaidBank.d.ts +2 -0
  125. package/dist/components/Shared/connectPlaidBank.js +57 -0
  126. package/dist/components/Shared/incode.js +34 -32
  127. package/dist/components/Shared/inputField.js +1 -1
  128. package/dist/components/Shared/noData.d.ts +4 -0
  129. package/dist/components/Shared/noData.js +14 -0
  130. package/dist/components/Shared/pin.js +3 -3
  131. package/dist/components/Shared/step.js +2 -2
  132. package/dist/components/Shared/tooltip.d.ts +4 -0
  133. package/dist/components/Shared/tooltip.js +2107 -0
  134. package/dist/components/Shared/transition.js +1 -1
  135. package/dist/components/SignIn/index.js +26 -24
  136. package/dist/components/SignUp/index.js +108 -348
  137. package/dist/components/SignUp/pin.js +116 -844
  138. package/dist/components/SignUp/privacy.js +3 -3
  139. package/dist/components/SignUp/terms.js +3 -3
  140. package/dist/components/SignUp/types.d.ts +0 -1
  141. package/dist/components/SignUp/userInfo.js +4 -4
  142. package/dist/components/Stake/gems/index.d.ts +2 -0
  143. package/dist/components/Stake/gems/index.js +214 -0
  144. package/dist/components/Stake/id/index.d.ts +2 -0
  145. package/dist/components/Stake/id/index.js +233 -0
  146. package/dist/components/Stake/index.d.ts +5 -0
  147. package/dist/components/Stake/index.js +346 -0
  148. package/dist/components/Swap/index.d.ts +2 -0
  149. package/dist/components/Swap/index.js +489 -0
  150. package/dist/components/SwapAndUniSwap/index.d.ts +3 -0
  151. package/dist/components/SwapAndUniSwap/index.js +43 -0
  152. package/dist/components/WalletPortfolio/index.js +191 -263
  153. package/dist/components/WalletPortfolio/tokenRow.js +8 -5
  154. package/dist/constants-d3SWzaRo.js +3981 -0
  155. package/dist/countries-BVn1FubK.js +1925 -0
  156. package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
  157. package/dist/{createSvgIcon-CAZr4ukt.js → createSvgIcon-jkXneOQN.js} +6 -6
  158. package/dist/{createTheme-NrBCWesw.js → createTheme-F9Dk4FhK.js} +182 -174
  159. package/dist/data/countries.json.d.ts +1925 -0
  160. package/dist/defaultTheme-Bc00Q3Kt.js +5 -0
  161. package/dist/dividerClasses-SUAUDDqL.js +10 -0
  162. package/dist/{documents-CL4Ajr_B.js → documents-2UqIXbDq.js} +130 -129
  163. package/dist/elementTypeAcceptingRef-BufevUW8.js +23 -0
  164. package/dist/emotion-react.browser.esm-CI0uV1W5.js +233 -0
  165. package/dist/{extendSxProp-CuERe1TA.js → extendSxProp-Cm2UBzGf.js} +1 -1
  166. package/dist/generic-token-B_ptO5yb.js +4 -0
  167. package/dist/hoc/withThemeProvider.js +33 -32
  168. package/dist/hooks/useDialog/index.js +4 -4
  169. package/dist/hooks/useSnackBar.js +63 -60
  170. package/dist/icons/buyIcon.d.ts +2 -0
  171. package/dist/icons/buyIcon.js +19 -0
  172. package/dist/icons/canceledBuyIcon.d.ts +2 -0
  173. package/dist/icons/canceledBuyIcon.js +34 -0
  174. package/dist/icons/canceledRedeemIcon.d.ts +2 -0
  175. package/dist/icons/canceledRedeemIcon.js +35 -0
  176. package/dist/icons/failedBuyIcon.d.ts +2 -0
  177. package/dist/icons/failedBuyIcon.js +48 -0
  178. package/dist/icons/failedRedeemIcon.d.ts +2 -0
  179. package/dist/icons/failedRedeemIcon.js +48 -0
  180. package/dist/icons/pendingBuyIcon.d.ts +2 -0
  181. package/dist/icons/pendingBuyIcon.js +38 -0
  182. package/dist/icons/pendingRedeemIcon.d.ts +2 -0
  183. package/dist/icons/pendingRedeemIcon.js +34 -0
  184. package/dist/icons/redeemIcon.d.ts +2 -0
  185. package/dist/icons/redeemIcon.js +19 -0
  186. package/dist/index-B8QKlEgj.js +37095 -0
  187. package/dist/{index-Cq3eHOnB.js → index-BJlsh9ro.js} +1 -1
  188. package/dist/index-C3FYdQkQ.js +4050 -0
  189. package/dist/index-CrajlEO_.js +576 -0
  190. package/dist/index-DxLB0ZV1.js +760 -0
  191. package/dist/index-TElEjliR.js +9 -0
  192. package/dist/{index-iAyNk1r6.js → index-_kqRfgnc.js} +5 -5
  193. package/dist/index-ceeCtFuh.js +136 -0
  194. package/dist/index.esm-BsMAMhYW.js +237 -0
  195. package/dist/isFocusVisible-CPZqtjv2.js +12 -0
  196. package/dist/isMuiElement-DnSE4qG4.js +13 -0
  197. package/dist/main.d.ts +99 -0
  198. package/dist/main.js +34 -12
  199. package/dist/moment-h96o7c8I.js +2578 -0
  200. package/dist/order-Cry6kuj8.js +23 -0
  201. package/dist/ownerWindow-C-760D__.js +7 -0
  202. package/dist/providers/metaMask.d.ts +6 -0
  203. package/dist/providers/metaMask.js +24 -0
  204. package/dist/react-redux-B4BZippc.js +255 -0
  205. package/dist/react-webcam-B3cXh1XT.js +267 -0
  206. package/dist/resolveComponentProps-BdTgLKBb.js +80 -0
  207. package/dist/rr-primary-logo-CqI24c8v.js +4 -0
  208. package/dist/stake-Q_O90kTv.js +17 -0
  209. package/dist/store.d.ts +65 -0
  210. package/dist/store.js +1 -0
  211. package/dist/styled-BTIMwpiX.js +5 -0
  212. package/dist/{styles.module-KeND8lCR.js → styles.module-6SB62f3J.js} +1 -1
  213. package/dist/styles.module-O5VVND5e.js +22 -0
  214. package/dist/tokenRow-CgnPD-4U.js +206 -0
  215. package/dist/useControlled-BYdyS7Pn.js +31 -0
  216. package/dist/useFormControl-CfmEP6sW.js +18 -0
  217. package/dist/useSlot-DaP6eodX.js +50 -0
  218. package/dist/useTheme-BghcbbEW.js +9 -0
  219. package/dist/{useTheme-nlj1B_-c.js → useTheme-c0OHvtiA.js} +3 -3
  220. package/dist/{useThemeProps-BqWuFW3z.js → useThemeProps-CV9AmzHf.js} +4 -4
  221. package/dist/{useThemeWithoutDefault-BdYkMk0o.js → useThemeWithoutDefault-D8MaPbCK.js} +1 -1
  222. package/dist/useTimeout-D29bZ7Gz.js +56 -0
  223. package/dist/user-Dzur3Cro.js +24 -0
  224. package/dist/util/constants.d.ts +48 -0
  225. package/dist/util/constants.js +69 -21
  226. package/dist/util/conversions.js +54 -22271
  227. package/dist/util/functions.d.ts +5 -0
  228. package/dist/util/functions.js +81 -24
  229. package/dist/util/regex.d.ts +3 -0
  230. package/dist/util/regex.js +6 -0
  231. package/dist/{utils-_FXWkn40.js → utils-EFg3So7T.js} +163 -168
  232. package/dist/wallet-Dw896DF7.js +35 -0
  233. package/dist/web3-u4qDZYpo.js +22328 -0
  234. package/package.json +8 -3
  235. package/dist/DefaultPropsProvider-Y8MI-J-I.js +0 -555
  236. package/dist/__vite-browser-external-DYxpcVy9-DYxpcVy9.js +0 -4
  237. package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
  238. package/dist/auth-Cj5FKr_m.js +0 -19
  239. package/dist/axios-xPiQW9EP.js +0 -118114
  240. package/dist/defaultTheme-OIfL8Ia7.js +0 -5
  241. package/dist/dividerClasses-Z7VLlu5C.js +0 -10
  242. package/dist/index-DKTkUdik.js +0 -6
  243. package/dist/react-redux-VW99uJjf.js +0 -5908
  244. package/dist/react-webcam-Cov1TP0q.js +0 -639
  245. package/dist/styled-Da6GnxEE.js +0 -5
  246. package/dist/tokenRow-Cdd_jFjp.js +0 -206
  247. package/dist/useFormControl-Bo6Tf_xo.js +0 -46
  248. package/dist/useSlot-CURNJ3JC.js +0 -306
  249. package/dist/useTheme-DWRMvRU8.js +0 -9
  250. package/dist/useTimeout-lr7ryrda.js +0 -75
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "everest-npm-features",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Everest frontend features library.",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -14,7 +14,6 @@
14
14
  "scripts": {
15
15
  "dev": "vite",
16
16
  "build": "tsc -b && vite build",
17
- "prepublishOnly": "npm run build",
18
17
  "lint": "eslint .",
19
18
  "preview": "vite preview"
20
19
  },
@@ -24,13 +23,19 @@
24
23
  "react-redux": "^9.1.2"
25
24
  },
26
25
  "dependencies": {
26
+ "@coinbase/wallet-sdk": "^4.1.0",
27
27
  "@emotion/react": "^11.13.3",
28
28
  "@emotion/styled": "^11.13.0",
29
- "@incodetech/welcome": "^1.74.0",
29
+ "@incodetech/welcome": "^1.78.0",
30
+ "@metamask/sdk-react": "^0.29.2",
30
31
  "@mui/icons-material": "^6.0.2",
31
32
  "@mui/material": "^6.0.2",
33
+ "@walletconnect/ethereum-provider": "^2.17.1",
32
34
  "everest-npm-api": "file:../everest-npm-api",
35
+ "frames-react": "^1.2.2",
36
+ "moment": "^2.30.1",
33
37
  "qrcode.react": "^4.0.1",
38
+ "react-plaid-link": "^3.6.0",
34
39
  "react-webcam": "^7.2.0",
35
40
  "uuid": "^10.0.0",
36
41
  "web3": "^4.13.0"
@@ -1,555 +0,0 @@
1
- import { w as xe, a as be, P as D } from "./createTheme-NrBCWesw.js";
2
- import * as C from "react";
3
- import { jsx as Ce } from "react/jsx-runtime";
4
- function _e(r) {
5
- var e = /* @__PURE__ */ Object.create(null);
6
- return function(t) {
7
- return e[t] === void 0 && (e[t] = r(t)), e[t];
8
- };
9
- }
10
- var O = { exports: {} }, c = {};
11
- /** @license React v16.13.1
12
- * react-is.production.min.js
13
- *
14
- * Copyright (c) Facebook, Inc. and its affiliates.
15
- *
16
- * This source code is licensed under the MIT license found in the
17
- * LICENSE file in the root directory of this source tree.
18
- */
19
- var L;
20
- function he() {
21
- if (L) return c;
22
- L = 1;
23
- var r = typeof Symbol == "function" && Symbol.for, e = r ? Symbol.for("react.element") : 60103, t = r ? Symbol.for("react.portal") : 60106, a = r ? Symbol.for("react.fragment") : 60107, n = r ? Symbol.for("react.strict_mode") : 60108, f = r ? Symbol.for("react.profiler") : 60114, i = r ? Symbol.for("react.provider") : 60109, l = r ? Symbol.for("react.context") : 60110, m = r ? Symbol.for("react.async_mode") : 60111, d = r ? Symbol.for("react.concurrent_mode") : 60111, y = r ? Symbol.for("react.forward_ref") : 60112, E = r ? Symbol.for("react.suspense") : 60113, T = r ? Symbol.for("react.suspense_list") : 60120, x = r ? Symbol.for("react.memo") : 60115, b = r ? Symbol.for("react.lazy") : 60116, P = r ? Symbol.for("react.block") : 60121, A = r ? Symbol.for("react.fundamental") : 60117, w = r ? Symbol.for("react.responder") : 60118, $ = r ? Symbol.for("react.scope") : 60119;
24
- function v(o) {
25
- if (typeof o == "object" && o !== null) {
26
- var _ = o.$$typeof;
27
- switch (_) {
28
- case e:
29
- switch (o = o.type, o) {
30
- case m:
31
- case d:
32
- case a:
33
- case f:
34
- case n:
35
- case E:
36
- return o;
37
- default:
38
- switch (o = o && o.$$typeof, o) {
39
- case l:
40
- case y:
41
- case b:
42
- case x:
43
- case i:
44
- return o;
45
- default:
46
- return _;
47
- }
48
- }
49
- case t:
50
- return _;
51
- }
52
- }
53
- }
54
- function p(o) {
55
- return v(o) === d;
56
- }
57
- return c.AsyncMode = m, c.ConcurrentMode = d, c.ContextConsumer = l, c.ContextProvider = i, c.Element = e, c.ForwardRef = y, c.Fragment = a, c.Lazy = b, c.Memo = x, c.Portal = t, c.Profiler = f, c.StrictMode = n, c.Suspense = E, c.isAsyncMode = function(o) {
58
- return p(o) || v(o) === m;
59
- }, c.isConcurrentMode = p, c.isContextConsumer = function(o) {
60
- return v(o) === l;
61
- }, c.isContextProvider = function(o) {
62
- return v(o) === i;
63
- }, c.isElement = function(o) {
64
- return typeof o == "object" && o !== null && o.$$typeof === e;
65
- }, c.isForwardRef = function(o) {
66
- return v(o) === y;
67
- }, c.isFragment = function(o) {
68
- return v(o) === a;
69
- }, c.isLazy = function(o) {
70
- return v(o) === b;
71
- }, c.isMemo = function(o) {
72
- return v(o) === x;
73
- }, c.isPortal = function(o) {
74
- return v(o) === t;
75
- }, c.isProfiler = function(o) {
76
- return v(o) === f;
77
- }, c.isStrictMode = function(o) {
78
- return v(o) === n;
79
- }, c.isSuspense = function(o) {
80
- return v(o) === E;
81
- }, c.isValidElementType = function(o) {
82
- return typeof o == "string" || typeof o == "function" || o === a || o === d || o === f || o === n || o === E || o === T || typeof o == "object" && o !== null && (o.$$typeof === b || o.$$typeof === x || o.$$typeof === i || o.$$typeof === l || o.$$typeof === y || o.$$typeof === A || o.$$typeof === w || o.$$typeof === $ || o.$$typeof === P);
83
- }, c.typeOf = v, c;
84
- }
85
- var u = {};
86
- /** @license React v16.13.1
87
- * react-is.development.js
88
- *
89
- * Copyright (c) Facebook, Inc. and its affiliates.
90
- *
91
- * This source code is licensed under the MIT license found in the
92
- * LICENSE file in the root directory of this source tree.
93
- */
94
- var V;
95
- function Re() {
96
- return V || (V = 1, process.env.NODE_ENV !== "production" && function() {
97
- var r = typeof Symbol == "function" && Symbol.for, e = r ? Symbol.for("react.element") : 60103, t = r ? Symbol.for("react.portal") : 60106, a = r ? Symbol.for("react.fragment") : 60107, n = r ? Symbol.for("react.strict_mode") : 60108, f = r ? Symbol.for("react.profiler") : 60114, i = r ? Symbol.for("react.provider") : 60109, l = r ? Symbol.for("react.context") : 60110, m = r ? Symbol.for("react.async_mode") : 60111, d = r ? Symbol.for("react.concurrent_mode") : 60111, y = r ? Symbol.for("react.forward_ref") : 60112, E = r ? Symbol.for("react.suspense") : 60113, T = r ? Symbol.for("react.suspense_list") : 60120, x = r ? Symbol.for("react.memo") : 60115, b = r ? Symbol.for("react.lazy") : 60116, P = r ? Symbol.for("react.block") : 60121, A = r ? Symbol.for("react.fundamental") : 60117, w = r ? Symbol.for("react.responder") : 60118, $ = r ? Symbol.for("react.scope") : 60119;
98
- function v(s) {
99
- return typeof s == "string" || typeof s == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
100
- s === a || s === d || s === f || s === n || s === E || s === T || typeof s == "object" && s !== null && (s.$$typeof === b || s.$$typeof === x || s.$$typeof === i || s.$$typeof === l || s.$$typeof === y || s.$$typeof === A || s.$$typeof === w || s.$$typeof === $ || s.$$typeof === P);
101
- }
102
- function p(s) {
103
- if (typeof s == "object" && s !== null) {
104
- var M = s.$$typeof;
105
- switch (M) {
106
- case e:
107
- var R = s.type;
108
- switch (R) {
109
- case m:
110
- case d:
111
- case a:
112
- case f:
113
- case n:
114
- case E:
115
- return R;
116
- default:
117
- var Y = R && R.$$typeof;
118
- switch (Y) {
119
- case l:
120
- case y:
121
- case b:
122
- case x:
123
- case i:
124
- return Y;
125
- default:
126
- return M;
127
- }
128
- }
129
- case t:
130
- return M;
131
- }
132
- }
133
- }
134
- var o = m, _ = d, H = l, X = i, J = e, Q = y, ee = a, re = b, te = x, ne = t, oe = f, ae = n, se = E, N = !1;
135
- function fe(s) {
136
- return N || (N = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), F(s) || p(s) === m;
137
- }
138
- function F(s) {
139
- return p(s) === d;
140
- }
141
- function ie(s) {
142
- return p(s) === l;
143
- }
144
- function ce(s) {
145
- return p(s) === i;
146
- }
147
- function ue(s) {
148
- return typeof s == "object" && s !== null && s.$$typeof === e;
149
- }
150
- function le(s) {
151
- return p(s) === y;
152
- }
153
- function me(s) {
154
- return p(s) === a;
155
- }
156
- function de(s) {
157
- return p(s) === b;
158
- }
159
- function ye(s) {
160
- return p(s) === x;
161
- }
162
- function pe(s) {
163
- return p(s) === t;
164
- }
165
- function ve(s) {
166
- return p(s) === f;
167
- }
168
- function Ee(s) {
169
- return p(s) === n;
170
- }
171
- function Se(s) {
172
- return p(s) === E;
173
- }
174
- u.AsyncMode = o, u.ConcurrentMode = _, u.ContextConsumer = H, u.ContextProvider = X, u.Element = J, u.ForwardRef = Q, u.Fragment = ee, u.Lazy = re, u.Memo = te, u.Portal = ne, u.Profiler = oe, u.StrictMode = ae, u.Suspense = se, u.isAsyncMode = fe, u.isConcurrentMode = F, u.isContextConsumer = ie, u.isContextProvider = ce, u.isElement = ue, u.isForwardRef = le, u.isFragment = me, u.isLazy = de, u.isMemo = ye, u.isPortal = pe, u.isProfiler = ve, u.isStrictMode = Ee, u.isSuspense = Se, u.isValidElementType = v, u.typeOf = p;
175
- }()), u;
176
- }
177
- process.env.NODE_ENV === "production" ? O.exports = he() : O.exports = Re();
178
- var Te = O.exports, j = Te, Pe = {
179
- $$typeof: !0,
180
- render: !0,
181
- defaultProps: !0,
182
- displayName: !0,
183
- propTypes: !0
184
- }, Ae = {
185
- $$typeof: !0,
186
- compare: !0,
187
- defaultProps: !0,
188
- displayName: !0,
189
- propTypes: !0,
190
- type: !0
191
- }, q = {};
192
- q[j.ForwardRef] = Pe;
193
- q[j.Memo] = Ae;
194
- var we = !0;
195
- function je(r, e, t) {
196
- var a = "";
197
- return t.split(" ").forEach(function(n) {
198
- r[n] !== void 0 ? e.push(r[n] + ";") : a += n + " ";
199
- }), a;
200
- }
201
- var $e = function(e, t, a) {
202
- var n = e.key + "-" + t.name;
203
- // we only need to add the styles to the registered cache if the
204
- // class name could be used further down
205
- // the tree but if it's a string tag, we know it won't
206
- // so we don't have to add it to registered cache.
207
- // this improves memory usage since we can avoid storing the whole style string
208
- (a === !1 || // we need to always store it if we're in compat mode and
209
- // in node since emotion-server relies on whether a style is in
210
- // the registered cache to know whether a style is global or not
211
- // also, note that this check will be dead code eliminated in the browser
212
- we === !1) && e.registered[n] === void 0 && (e.registered[n] = t.styles);
213
- }, Me = function(e, t, a) {
214
- $e(e, t, a);
215
- var n = e.key + "-" + t.name;
216
- if (e.inserted[t.name] === void 0) {
217
- var f = t;
218
- do
219
- e.insert(t === f ? "." + n : "", f, e.sheet, !0), f = f.next;
220
- while (f !== void 0);
221
- }
222
- };
223
- function ge(r) {
224
- for (var e = 0, t, a = 0, n = r.length; n >= 4; ++a, n -= 4)
225
- t = r.charCodeAt(a) & 255 | (r.charCodeAt(++a) & 255) << 8 | (r.charCodeAt(++a) & 255) << 16 | (r.charCodeAt(++a) & 255) << 24, t = /* Math.imul(k, m): */
226
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), t ^= /* k >>> r: */
227
- t >>> 24, e = /* Math.imul(k, m): */
228
- (t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
229
- (e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16);
230
- switch (n) {
231
- case 3:
232
- e ^= (r.charCodeAt(a + 2) & 255) << 16;
233
- case 2:
234
- e ^= (r.charCodeAt(a + 1) & 255) << 8;
235
- case 1:
236
- e ^= r.charCodeAt(a) & 255, e = /* Math.imul(h, m): */
237
- (e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16);
238
- }
239
- return e ^= e >>> 13, e = /* Math.imul(h, m): */
240
- (e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16), ((e ^ e >>> 15) >>> 0).toString(36);
241
- }
242
- var Oe = {
243
- animationIterationCount: 1,
244
- aspectRatio: 1,
245
- borderImageOutset: 1,
246
- borderImageSlice: 1,
247
- borderImageWidth: 1,
248
- boxFlex: 1,
249
- boxFlexGroup: 1,
250
- boxOrdinalGroup: 1,
251
- columnCount: 1,
252
- columns: 1,
253
- flex: 1,
254
- flexGrow: 1,
255
- flexPositive: 1,
256
- flexShrink: 1,
257
- flexNegative: 1,
258
- flexOrder: 1,
259
- gridRow: 1,
260
- gridRowEnd: 1,
261
- gridRowSpan: 1,
262
- gridRowStart: 1,
263
- gridColumn: 1,
264
- gridColumnEnd: 1,
265
- gridColumnSpan: 1,
266
- gridColumnStart: 1,
267
- msGridRow: 1,
268
- msGridRowSpan: 1,
269
- msGridColumn: 1,
270
- msGridColumnSpan: 1,
271
- fontWeight: 1,
272
- lineHeight: 1,
273
- opacity: 1,
274
- order: 1,
275
- orphans: 1,
276
- scale: 1,
277
- tabSize: 1,
278
- widows: 1,
279
- zIndex: 1,
280
- zoom: 1,
281
- WebkitLineClamp: 1,
282
- // SVG-related properties
283
- fillOpacity: 1,
284
- floodOpacity: 1,
285
- stopOpacity: 1,
286
- strokeDasharray: 1,
287
- strokeDashoffset: 1,
288
- strokeMiterlimit: 1,
289
- strokeOpacity: 1,
290
- strokeWidth: 1
291
- }, Ie = !1, Ne = /[A-Z]|^ms/g, Fe = /_EMO_([^_]+?)_([^]*?)_EMO_/g, U = function(e) {
292
- return e.charCodeAt(1) === 45;
293
- }, k = function(e) {
294
- return e != null && typeof e != "boolean";
295
- }, g = /* @__PURE__ */ _e(function(r) {
296
- return U(r) ? r : r.replace(Ne, "-$&").toLowerCase();
297
- }), G = function(e, t) {
298
- switch (e) {
299
- case "animation":
300
- case "animationName":
301
- if (typeof t == "string")
302
- return t.replace(Fe, function(a, n, f) {
303
- return S = {
304
- name: n,
305
- styles: f,
306
- next: S
307
- }, n;
308
- });
309
- }
310
- return Oe[e] !== 1 && !U(e) && typeof t == "number" && t !== 0 ? t + "px" : t;
311
- }, Ye = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
312
- function h(r, e, t) {
313
- if (t == null)
314
- return "";
315
- var a = t;
316
- if (a.__emotion_styles !== void 0)
317
- return a;
318
- switch (typeof t) {
319
- case "boolean":
320
- return "";
321
- case "object": {
322
- var n = t;
323
- if (n.anim === 1)
324
- return S = {
325
- name: n.name,
326
- styles: n.styles,
327
- next: S
328
- }, n.name;
329
- var f = t;
330
- if (f.styles !== void 0) {
331
- var i = f.next;
332
- if (i !== void 0)
333
- for (; i !== void 0; )
334
- S = {
335
- name: i.name,
336
- styles: i.styles,
337
- next: S
338
- }, i = i.next;
339
- var l = f.styles + ";";
340
- return l;
341
- }
342
- return De(r, e, t);
343
- }
344
- case "function": {
345
- if (r !== void 0) {
346
- var m = S, d = t(r);
347
- return S = m, h(r, e, d);
348
- }
349
- break;
350
- }
351
- }
352
- var y = t;
353
- if (e == null)
354
- return y;
355
- var E = e[y];
356
- return E !== void 0 ? E : y;
357
- }
358
- function De(r, e, t) {
359
- var a = "";
360
- if (Array.isArray(t))
361
- for (var n = 0; n < t.length; n++)
362
- a += h(r, e, t[n]) + ";";
363
- else
364
- for (var f in t) {
365
- var i = t[f];
366
- if (typeof i != "object") {
367
- var l = i;
368
- e != null && e[l] !== void 0 ? a += f + "{" + e[l] + "}" : k(l) && (a += g(f) + ":" + G(f, l) + ";");
369
- } else {
370
- if (f === "NO_COMPONENT_SELECTOR" && Ie)
371
- throw new Error(Ye);
372
- if (Array.isArray(i) && typeof i[0] == "string" && (e == null || e[i[0]] === void 0))
373
- for (var m = 0; m < i.length; m++)
374
- k(i[m]) && (a += g(f) + ":" + G(f, i[m]) + ";");
375
- else {
376
- var d = h(r, e, i);
377
- switch (f) {
378
- case "animation":
379
- case "animationName": {
380
- a += g(f) + ":" + d + ";";
381
- break;
382
- }
383
- default:
384
- a += f + "{" + d + "}";
385
- }
386
- }
387
- }
388
- }
389
- return a;
390
- }
391
- var W = /label:\s*([^\s;\n{]+)\s*(;|$)/g, S;
392
- function K(r, e, t) {
393
- if (r.length === 1 && typeof r[0] == "object" && r[0] !== null && r[0].styles !== void 0)
394
- return r[0];
395
- var a = !0, n = "";
396
- S = void 0;
397
- var f = r[0];
398
- if (f == null || f.raw === void 0)
399
- a = !1, n += h(t, e, f);
400
- else {
401
- var i = f;
402
- n += i[0];
403
- }
404
- for (var l = 1; l < r.length; l++)
405
- if (n += h(t, e, r[l]), a) {
406
- var m = f;
407
- n += m[l];
408
- }
409
- W.lastIndex = 0;
410
- for (var d = "", y; (y = W.exec(n)) !== null; )
411
- d += "-" + y[1];
412
- var E = ge(n) + d;
413
- return {
414
- name: E,
415
- styles: n,
416
- next: S
417
- };
418
- }
419
- var Le = function(e) {
420
- return e();
421
- }, B = C.useInsertionEffect ? C.useInsertionEffect : !1, qe = B || Le, z = B || C.useLayoutEffect, Ue = /* @__PURE__ */ xe(function(r, e) {
422
- var t = r.styles, a = K([t], void 0, C.useContext(be)), n = C.useRef();
423
- return z(function() {
424
- var f = e.key + "-global", i = new e.sheet.constructor({
425
- key: f,
426
- nonce: e.sheet.nonce,
427
- container: e.sheet.container,
428
- speedy: e.sheet.isSpeedy
429
- }), l = !1, m = document.querySelector('style[data-emotion="' + f + " " + a.name + '"]');
430
- return e.sheet.tags.length && (i.before = e.sheet.tags[0]), m !== null && (l = !0, m.setAttribute("data-emotion", f), i.hydrate([m])), n.current = [i, l], function() {
431
- i.flush();
432
- };
433
- }, [e]), z(function() {
434
- var f = n.current, i = f[0], l = f[1];
435
- if (l) {
436
- f[1] = !1;
437
- return;
438
- }
439
- if (a.next !== void 0 && Me(e, a.next, !0), i.tags.length) {
440
- var m = i.tags[i.tags.length - 1].nextElementSibling;
441
- i.before = m, i.flush();
442
- }
443
- e.insert("", a, i, !1);
444
- }, [e, a.name]), null;
445
- });
446
- function Ve() {
447
- for (var r = arguments.length, e = new Array(r), t = 0; t < r; t++)
448
- e[t] = arguments[t];
449
- return K(e);
450
- }
451
- var Ke = function() {
452
- var e = Ve.apply(void 0, arguments), t = "animation-" + e.name;
453
- return {
454
- name: t,
455
- styles: "@keyframes " + t + "{" + e.styles + "}",
456
- anim: 1,
457
- toString: function() {
458
- return "_EMO_" + this.name + "_" + this.styles + "_EMO_";
459
- }
460
- };
461
- };
462
- function I(r, e) {
463
- const t = {
464
- ...e
465
- };
466
- for (const a in r)
467
- if (Object.prototype.hasOwnProperty.call(r, a)) {
468
- const n = a;
469
- if (n === "components" || n === "slots")
470
- t[n] = {
471
- ...r[n],
472
- ...t[n]
473
- };
474
- else if (n === "componentsProps" || n === "slotProps") {
475
- const f = r[n], i = e[n];
476
- if (!i)
477
- t[n] = f || {};
478
- else if (!f)
479
- t[n] = i;
480
- else {
481
- t[n] = {
482
- ...i
483
- };
484
- for (const l in f)
485
- if (Object.prototype.hasOwnProperty.call(f, l)) {
486
- const m = l;
487
- t[n][m] = I(f[m], i[m]);
488
- }
489
- }
490
- } else t[n] === void 0 && (t[n] = r[n]);
491
- }
492
- return t;
493
- }
494
- const Z = /* @__PURE__ */ C.createContext(void 0);
495
- function ke({
496
- value: r,
497
- children: e
498
- }) {
499
- return /* @__PURE__ */ Ce(Z.Provider, {
500
- value: r,
501
- children: e
502
- });
503
- }
504
- process.env.NODE_ENV !== "production" && (ke.propTypes = {
505
- // ┌────────────────────────────── Warning ──────────────────────────────┐
506
- // │ These PropTypes are generated from the TypeScript type definitions. │
507
- // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
508
- // └─────────────────────────────────────────────────────────────────────┘
509
- /**
510
- * @ignore
511
- */
512
- children: D.node,
513
- /**
514
- * @ignore
515
- */
516
- value: D.object
517
- });
518
- function Ge(r) {
519
- const {
520
- theme: e,
521
- name: t,
522
- props: a
523
- } = r;
524
- if (!e || !e.components || !e.components[t])
525
- return a;
526
- const n = e.components[t];
527
- return n.defaultProps ? I(n.defaultProps, a) : !n.styleOverrides && !n.variants ? I(n, a) : a;
528
- }
529
- function Be({
530
- props: r,
531
- name: e
532
- }) {
533
- const t = C.useContext(Z);
534
- return Ge({
535
- props: r,
536
- name: e,
537
- theme: {
538
- components: t
539
- }
540
- });
541
- }
542
- export {
543
- ke as D,
544
- Ue as G,
545
- $e as a,
546
- Be as b,
547
- Ve as c,
548
- je as g,
549
- Me as i,
550
- Ke as k,
551
- _e as m,
552
- I as r,
553
- K as s,
554
- qe as u
555
- };
@@ -1,4 +0,0 @@
1
- const e = {};
2
- export {
3
- e as default
4
- };
@@ -1,8 +0,0 @@
1
- var o = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
- function l(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
5
- export {
6
- o as c,
7
- l as g
8
- };
@@ -1,19 +0,0 @@
1
- import { L as a, R as e, P as t, S as R } from "./react-redux-VW99uJjf.js";
2
- const E = (s) => ({
3
- type: a,
4
- payload: s
5
- }), p = (s) => ({
6
- type: e,
7
- payload: s
8
- }), r = (s) => ({
9
- type: t,
10
- payload: s
11
- }), S = () => ({
12
- type: R
13
- });
14
- export {
15
- r as a,
16
- E as l,
17
- p as r,
18
- S as s
19
- };