everest-npm-features 0.0.1 → 0.0.3

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-D_p2nwO8.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-DDk8JxR-.js +46 -0
  52. package/dist/axios-BEX6n2A7.js +796 -0
  53. package/dist/bank-BvPXd5sM.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 +31 -0
  71. package/dist/components/RocketRamp/Buy/types.d.ts +33 -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-SKm7VF9k.js +3982 -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-7w9u2Oig.js} +123 -122
  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-BhmBCie8.js +796 -0
  189. package/dist/index-C3FYdQkQ.js +4050 -0
  190. package/dist/index-CrajlEO_.js +576 -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-CO4ra5N-.js +27 -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-DHpsHQbJ.js +17 -0
  209. package/dist/store.d.ts +66 -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-CeKqBfJU.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-BtAQ78cv.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
@@ -0,0 +1,329 @@
1
+ import * as m from "react";
2
+ import { P as h } from "./createTheme-F9Dk4FhK.js";
3
+ import { jsx as E } from "react/jsx-runtime";
4
+ function P(r) {
5
+ var e = /* @__PURE__ */ Object.create(null);
6
+ return function(n) {
7
+ return e[n] === void 0 && (e[n] = r(n)), e[n];
8
+ };
9
+ }
10
+ var g = !0;
11
+ function V(r, e, n) {
12
+ var o = "";
13
+ return n.split(" ").forEach(function(t) {
14
+ r[t] !== void 0 ? e.push(r[t] + ";") : o += t + " ";
15
+ }), o;
16
+ }
17
+ var A = function(e, n, o) {
18
+ var t = e.key + "-" + n.name;
19
+ // we only need to add the styles to the registered cache if the
20
+ // class name could be used further down
21
+ // the tree but if it's a string tag, we know it won't
22
+ // so we don't have to add it to registered cache.
23
+ // this improves memory usage since we can avoid storing the whole style string
24
+ (o === !1 || // we need to always store it if we're in compat mode and
25
+ // in node since emotion-server relies on whether a style is in
26
+ // the registered cache to know whether a style is global or not
27
+ // also, note that this check will be dead code eliminated in the browser
28
+ g === !1) && e.registered[t] === void 0 && (e.registered[t] = n.styles);
29
+ }, k = function(e, n, o) {
30
+ A(e, n, o);
31
+ var t = e.key + "-" + n.name;
32
+ if (e.inserted[n.name] === void 0) {
33
+ var s = n;
34
+ do
35
+ e.insert(n === s ? "." + t : "", s, e.sheet, !0), s = s.next;
36
+ while (s !== void 0);
37
+ }
38
+ };
39
+ function I(r) {
40
+ for (var e = 0, n, o = 0, t = r.length; t >= 4; ++o, t -= 4)
41
+ n = r.charCodeAt(o) & 255 | (r.charCodeAt(++o) & 255) << 8 | (r.charCodeAt(++o) & 255) << 16 | (r.charCodeAt(++o) & 255) << 24, n = /* Math.imul(k, m): */
42
+ (n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16), n ^= /* k >>> r: */
43
+ n >>> 24, e = /* Math.imul(k, m): */
44
+ (n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
45
+ (e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16);
46
+ switch (t) {
47
+ case 3:
48
+ e ^= (r.charCodeAt(o + 2) & 255) << 16;
49
+ case 2:
50
+ e ^= (r.charCodeAt(o + 1) & 255) << 8;
51
+ case 1:
52
+ e ^= r.charCodeAt(o) & 255, e = /* Math.imul(h, m): */
53
+ (e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16);
54
+ }
55
+ return e ^= e >>> 13, e = /* Math.imul(h, m): */
56
+ (e & 65535) * 1540483477 + ((e >>> 16) * 59797 << 16), ((e ^ e >>> 15) >>> 0).toString(36);
57
+ }
58
+ var R = {
59
+ animationIterationCount: 1,
60
+ aspectRatio: 1,
61
+ borderImageOutset: 1,
62
+ borderImageSlice: 1,
63
+ borderImageWidth: 1,
64
+ boxFlex: 1,
65
+ boxFlexGroup: 1,
66
+ boxOrdinalGroup: 1,
67
+ columnCount: 1,
68
+ columns: 1,
69
+ flex: 1,
70
+ flexGrow: 1,
71
+ flexPositive: 1,
72
+ flexShrink: 1,
73
+ flexNegative: 1,
74
+ flexOrder: 1,
75
+ gridRow: 1,
76
+ gridRowEnd: 1,
77
+ gridRowSpan: 1,
78
+ gridRowStart: 1,
79
+ gridColumn: 1,
80
+ gridColumnEnd: 1,
81
+ gridColumnSpan: 1,
82
+ gridColumnStart: 1,
83
+ msGridRow: 1,
84
+ msGridRowSpan: 1,
85
+ msGridColumn: 1,
86
+ msGridColumnSpan: 1,
87
+ fontWeight: 1,
88
+ lineHeight: 1,
89
+ opacity: 1,
90
+ order: 1,
91
+ orphans: 1,
92
+ scale: 1,
93
+ tabSize: 1,
94
+ widows: 1,
95
+ zIndex: 1,
96
+ zoom: 1,
97
+ WebkitLineClamp: 1,
98
+ // SVG-related properties
99
+ fillOpacity: 1,
100
+ floodOpacity: 1,
101
+ stopOpacity: 1,
102
+ strokeDasharray: 1,
103
+ strokeDashoffset: 1,
104
+ strokeMiterlimit: 1,
105
+ strokeOpacity: 1,
106
+ strokeWidth: 1
107
+ }, N = !1, _ = /[A-Z]|^ms/g, D = /_EMO_([^_]+?)_([^]*?)_EMO_/g, C = function(e) {
108
+ return e.charCodeAt(1) === 45;
109
+ }, y = function(e) {
110
+ return e != null && typeof e != "boolean";
111
+ }, v = /* @__PURE__ */ P(function(r) {
112
+ return C(r) ? r : r.replace(_, "-$&").toLowerCase();
113
+ }), b = function(e, n) {
114
+ switch (e) {
115
+ case "animation":
116
+ case "animationName":
117
+ if (typeof n == "string")
118
+ return n.replace(D, function(o, t, s) {
119
+ return c = {
120
+ name: t,
121
+ styles: s,
122
+ next: c
123
+ }, t;
124
+ });
125
+ }
126
+ return R[e] !== 1 && !C(e) && typeof n == "number" && n !== 0 ? n + "px" : n;
127
+ }, F = "Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";
128
+ function d(r, e, n) {
129
+ if (n == null)
130
+ return "";
131
+ var o = n;
132
+ if (o.__emotion_styles !== void 0)
133
+ return o;
134
+ switch (typeof n) {
135
+ case "boolean":
136
+ return "";
137
+ case "object": {
138
+ var t = n;
139
+ if (t.anim === 1)
140
+ return c = {
141
+ name: t.name,
142
+ styles: t.styles,
143
+ next: c
144
+ }, t.name;
145
+ var s = n;
146
+ if (s.styles !== void 0) {
147
+ var a = s.next;
148
+ if (a !== void 0)
149
+ for (; a !== void 0; )
150
+ c = {
151
+ name: a.name,
152
+ styles: a.styles,
153
+ next: c
154
+ }, a = a.next;
155
+ var f = s.styles + ";";
156
+ return f;
157
+ }
158
+ return G(r, e, n);
159
+ }
160
+ case "function": {
161
+ if (r !== void 0) {
162
+ var i = c, l = n(r);
163
+ return c = i, d(r, e, l);
164
+ }
165
+ break;
166
+ }
167
+ }
168
+ var u = n;
169
+ if (e == null)
170
+ return u;
171
+ var p = e[u];
172
+ return p !== void 0 ? p : u;
173
+ }
174
+ function G(r, e, n) {
175
+ var o = "";
176
+ if (Array.isArray(n))
177
+ for (var t = 0; t < n.length; t++)
178
+ o += d(r, e, n[t]) + ";";
179
+ else
180
+ for (var s in n) {
181
+ var a = n[s];
182
+ if (typeof a != "object") {
183
+ var f = a;
184
+ e != null && e[f] !== void 0 ? o += s + "{" + e[f] + "}" : y(f) && (o += v(s) + ":" + b(s, f) + ";");
185
+ } else {
186
+ if (s === "NO_COMPONENT_SELECTOR" && N)
187
+ throw new Error(F);
188
+ if (Array.isArray(a) && typeof a[0] == "string" && (e == null || e[a[0]] === void 0))
189
+ for (var i = 0; i < a.length; i++)
190
+ y(a[i]) && (o += v(s) + ":" + b(s, a[i]) + ";");
191
+ else {
192
+ var l = d(r, e, a);
193
+ switch (s) {
194
+ case "animation":
195
+ case "animationName": {
196
+ o += v(s) + ":" + l + ";";
197
+ break;
198
+ }
199
+ default:
200
+ o += s + "{" + l + "}";
201
+ }
202
+ }
203
+ }
204
+ }
205
+ return o;
206
+ }
207
+ var w = /label:\s*([^\s;\n{]+)\s*(;|$)/g, c;
208
+ function K(r, e, n) {
209
+ if (r.length === 1 && typeof r[0] == "object" && r[0] !== null && r[0].styles !== void 0)
210
+ return r[0];
211
+ var o = !0, t = "";
212
+ c = void 0;
213
+ var s = r[0];
214
+ if (s == null || s.raw === void 0)
215
+ o = !1, t += d(n, e, s);
216
+ else {
217
+ var a = s;
218
+ t += a[0];
219
+ }
220
+ for (var f = 1; f < r.length; f++)
221
+ if (t += d(n, e, r[f]), o) {
222
+ var i = s;
223
+ t += i[f];
224
+ }
225
+ w.lastIndex = 0;
226
+ for (var l = "", u; (u = w.exec(t)) !== null; )
227
+ l += "-" + u[1];
228
+ var p = I(t) + l;
229
+ return {
230
+ name: p,
231
+ styles: t,
232
+ next: c
233
+ };
234
+ }
235
+ var j = function(e) {
236
+ return e();
237
+ }, O = m.useInsertionEffect ? m.useInsertionEffect : !1, $ = O || j, B = O || m.useLayoutEffect;
238
+ function x(r, e) {
239
+ const n = {
240
+ ...e
241
+ };
242
+ for (const o in r)
243
+ if (Object.prototype.hasOwnProperty.call(r, o)) {
244
+ const t = o;
245
+ if (t === "components" || t === "slots")
246
+ n[t] = {
247
+ ...r[t],
248
+ ...n[t]
249
+ };
250
+ else if (t === "componentsProps" || t === "slotProps") {
251
+ const s = r[t], a = e[t];
252
+ if (!a)
253
+ n[t] = s || {};
254
+ else if (!s)
255
+ n[t] = a;
256
+ else {
257
+ n[t] = {
258
+ ...a
259
+ };
260
+ for (const f in s)
261
+ if (Object.prototype.hasOwnProperty.call(s, f)) {
262
+ const i = f;
263
+ n[t][i] = x(s[i], a[i]);
264
+ }
265
+ }
266
+ } else n[t] === void 0 && (n[t] = r[t]);
267
+ }
268
+ return n;
269
+ }
270
+ const S = /* @__PURE__ */ m.createContext(void 0);
271
+ function M({
272
+ value: r,
273
+ children: e
274
+ }) {
275
+ return /* @__PURE__ */ E(S.Provider, {
276
+ value: r,
277
+ children: e
278
+ });
279
+ }
280
+ process.env.NODE_ENV !== "production" && (M.propTypes = {
281
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
282
+ // │ These PropTypes are generated from the TypeScript type definitions. │
283
+ // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
284
+ // └─────────────────────────────────────────────────────────────────────┘
285
+ /**
286
+ * @ignore
287
+ */
288
+ children: h.node,
289
+ /**
290
+ * @ignore
291
+ */
292
+ value: h.object
293
+ });
294
+ function W(r) {
295
+ const {
296
+ theme: e,
297
+ name: n,
298
+ props: o
299
+ } = r;
300
+ if (!e || !e.components || !e.components[n])
301
+ return o;
302
+ const t = e.components[n];
303
+ return t.defaultProps ? x(t.defaultProps, o) : !t.styleOverrides && !t.variants ? x(t, o) : o;
304
+ }
305
+ function H({
306
+ props: r,
307
+ name: e
308
+ }) {
309
+ const n = m.useContext(S);
310
+ return W({
311
+ props: r,
312
+ name: e,
313
+ theme: {
314
+ components: n
315
+ }
316
+ });
317
+ }
318
+ export {
319
+ M as D,
320
+ A as a,
321
+ $ as b,
322
+ H as c,
323
+ V as g,
324
+ k as i,
325
+ P as m,
326
+ x as r,
327
+ K as s,
328
+ B as u
329
+ };