everest-npm-features 0.0.1

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 (129) hide show
  1. package/README.md +3 -0
  2. package/dist/ArrowRight-C6tjImpU.js +300 -0
  3. package/dist/Box-wAem3MQD.js +58 -0
  4. package/dist/Button-fWdSk-yh.js +451 -0
  5. package/dist/ButtonBase-SYP7klDp.js +876 -0
  6. package/dist/CircularProgress-DcXA6nAu.js +249 -0
  7. package/dist/Close-CdRA3xUs.js +75 -0
  8. package/dist/Container-CIMHcpEe.js +181 -0
  9. package/dist/ContentCopy-CexUUXuC.js +8 -0
  10. package/dist/DefaultPropsProvider-Y8MI-J-I.js +555 -0
  11. package/dist/DialogContent-JgT9A6nk.js +501 -0
  12. package/dist/FormControl-D4QuPCnV.js +249 -0
  13. package/dist/GlobalStyles-BOnEiMUE.js +23 -0
  14. package/dist/Grid-dtT_MVn3.js +501 -0
  15. package/dist/Grow-B3Swdn2Z.js +215 -0
  16. package/dist/IconButton-CRGy76pJ.js +237 -0
  17. package/dist/Modal-0q_y4zbS.js +1170 -0
  18. package/dist/Select-BNAaKK32.js +4046 -0
  19. package/dist/Slide-BlS6unRJ.js +229 -0
  20. package/dist/TextField-CPZo0_di.js +963 -0
  21. package/dist/TransitionGroupContext-VwpFXTPO.js +43 -0
  22. package/dist/Typography-kyxogyUq.js +256 -0
  23. package/dist/__vite-browser-external-DYxpcVy9-DYxpcVy9.js +4 -0
  24. package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
  25. package/dist/assets/documents.css +1 -0
  26. package/dist/assets/index.css +1 -0
  27. package/dist/assets/index2.css +1 -0
  28. package/dist/assets/keyboard.css +1 -0
  29. package/dist/assets/styles.css +1 -0
  30. package/dist/assets/styles2.css +1 -0
  31. package/dist/assets/tokenRow.css +1 -0
  32. package/dist/assets/withThemeProvider.css +1 -0
  33. package/dist/auth-Cj5FKr_m.js +19 -0
  34. package/dist/axios-xPiQW9EP.js +118114 -0
  35. package/dist/components/Profile/documents.d.ts +6 -0
  36. package/dist/components/Profile/documents.js +24 -0
  37. package/dist/components/Profile/index.d.ts +6 -0
  38. package/dist/components/Profile/index.js +592 -0
  39. package/dist/components/Receive/index.d.ts +2 -0
  40. package/dist/components/Receive/index.js +75 -0
  41. package/dist/components/Send/index.d.ts +6 -0
  42. package/dist/components/Send/index.js +387 -0
  43. package/dist/components/Shared/Keyboard/index.d.ts +1 -0
  44. package/dist/components/Shared/Keyboard/index.js +4 -0
  45. package/dist/components/Shared/Keyboard/keyboard.d.ts +8 -0
  46. package/dist/components/Shared/Keyboard/keyboard.js +152 -0
  47. package/dist/components/Shared/button.d.ts +11 -0
  48. package/dist/components/Shared/button.js +64 -0
  49. package/dist/components/Shared/incode.d.ts +20 -0
  50. package/dist/components/Shared/incode.js +202 -0
  51. package/dist/components/Shared/inputField.d.ts +7 -0
  52. package/dist/components/Shared/inputField.js +48 -0
  53. package/dist/components/Shared/pin.d.ts +9 -0
  54. package/dist/components/Shared/pin.js +96 -0
  55. package/dist/components/Shared/step.d.ts +8 -0
  56. package/dist/components/Shared/step.js +48 -0
  57. package/dist/components/Shared/transition.d.ts +7 -0
  58. package/dist/components/Shared/transition.js +11 -0
  59. package/dist/components/SignIn/index.d.ts +4 -0
  60. package/dist/components/SignIn/index.js +266 -0
  61. package/dist/components/SignIn/types.d.ts +7 -0
  62. package/dist/components/SignIn/types.js +1 -0
  63. package/dist/components/SignUp/biometric.d.ts +3 -0
  64. package/dist/components/SignUp/biometric.js +77 -0
  65. package/dist/components/SignUp/index.d.ts +3 -0
  66. package/dist/components/SignUp/index.js +393 -0
  67. package/dist/components/SignUp/pin.d.ts +3 -0
  68. package/dist/components/SignUp/pin.js +950 -0
  69. package/dist/components/SignUp/privacy.d.ts +2 -0
  70. package/dist/components/SignUp/privacy.js +259 -0
  71. package/dist/components/SignUp/terms.d.ts +2 -0
  72. package/dist/components/SignUp/terms.js +524 -0
  73. package/dist/components/SignUp/types.d.ts +54 -0
  74. package/dist/components/SignUp/types.js +1 -0
  75. package/dist/components/SignUp/userInfo.d.ts +3 -0
  76. package/dist/components/SignUp/userInfo.js +47 -0
  77. package/dist/components/WalletPortfolio/index.d.ts +3 -0
  78. package/dist/components/WalletPortfolio/index.js +557 -0
  79. package/dist/components/WalletPortfolio/tokenRow.d.ts +17 -0
  80. package/dist/components/WalletPortfolio/tokenRow.js +11 -0
  81. package/dist/components/WalletPortfolio/types.d.ts +10 -0
  82. package/dist/components/WalletPortfolio/types.js +1 -0
  83. package/dist/createSimplePaletteValueFilter-CsgjlRAs.js +659 -0
  84. package/dist/createSvgIcon-CAZr4ukt.js +249 -0
  85. package/dist/createTheme-NrBCWesw.js +3386 -0
  86. package/dist/debounce-46wSf_lW.js +15 -0
  87. package/dist/defaultTheme-OIfL8Ia7.js +5 -0
  88. package/dist/dialog-success-BDNJV4Tk.js +4 -0
  89. package/dist/dividerClasses-Z7VLlu5C.js +10 -0
  90. package/dist/documents-CL4Ajr_B.js +569 -0
  91. package/dist/exactProp-C1Lmtwf_.js +13 -0
  92. package/dist/extendSxProp-CuERe1TA.js +37 -0
  93. package/dist/hoc/withThemeProvider.d.ts +6 -0
  94. package/dist/hoc/withThemeProvider.js +635 -0
  95. package/dist/hooks/useDialog/index.d.ts +5 -0
  96. package/dist/hooks/useDialog/index.js +78 -0
  97. package/dist/hooks/useDialog/types.d.ts +14 -0
  98. package/dist/hooks/useDialog/types.js +1 -0
  99. package/dist/hooks/useSnackBar.d.ts +14 -0
  100. package/dist/hooks/useSnackBar.js +968 -0
  101. package/dist/index-CAoLi5Qq.js +827 -0
  102. package/dist/index-Cq3eHOnB.js +22 -0
  103. package/dist/index-DKTkUdik.js +6 -0
  104. package/dist/index-iAyNk1r6.js +72 -0
  105. package/dist/main.d.ts +7 -0
  106. package/dist/main.js +16 -0
  107. package/dist/pin-empty-D9665KFr.js +6 -0
  108. package/dist/react-redux-VW99uJjf.js +5908 -0
  109. package/dist/react-webcam-Cov1TP0q.js +639 -0
  110. package/dist/styled-Da6GnxEE.js +5 -0
  111. package/dist/styles.module-Ctfaq7f2.js +10 -0
  112. package/dist/styles.module-KeND8lCR.js +9 -0
  113. package/dist/tokenRow-Cdd_jFjp.js +206 -0
  114. package/dist/useFormControl-Bo6Tf_xo.js +46 -0
  115. package/dist/useSlot-CURNJ3JC.js +306 -0
  116. package/dist/useTheme-DWRMvRU8.js +9 -0
  117. package/dist/useTheme-nlj1B_-c.js +11 -0
  118. package/dist/useThemeProps-BqWuFW3z.js +40 -0
  119. package/dist/useThemeWithoutDefault-BdYkMk0o.js +12 -0
  120. package/dist/useTimeout-lr7ryrda.js +75 -0
  121. package/dist/util/constants.d.ts +20 -0
  122. package/dist/util/constants.js +23 -0
  123. package/dist/util/conversions.d.ts +9 -0
  124. package/dist/util/conversions.js +22284 -0
  125. package/dist/util/functions.d.ts +15 -0
  126. package/dist/util/functions.js +94 -0
  127. package/dist/utils-_FXWkn40.js +19473 -0
  128. package/dist/wallet-DN7ej6mj.js +273 -0
  129. package/package.json +59 -0
@@ -0,0 +1,43 @@
1
+ import * as u from "react";
2
+ import i from "react";
3
+ function f(t, o) {
4
+ return process.env.NODE_ENV === "production" ? () => null : function(...e) {
5
+ return t(...e) || o(...e);
6
+ };
7
+ }
8
+ function c(t, o) {
9
+ typeof t == "function" ? t(o) : t && (t.current = o);
10
+ }
11
+ function p(...t) {
12
+ return u.useMemo(() => t.every((o) => o == null) ? null : (o) => {
13
+ t.forEach((n) => {
14
+ c(n, o);
15
+ });
16
+ }, t);
17
+ }
18
+ function a(t, o) {
19
+ if (t == null) return {};
20
+ var n = {};
21
+ for (var e in t) if ({}.hasOwnProperty.call(t, e)) {
22
+ if (o.includes(e)) continue;
23
+ n[e] = t[e];
24
+ }
25
+ return n;
26
+ }
27
+ function r(t, o) {
28
+ return r = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(n, e) {
29
+ return n.__proto__ = e, n;
30
+ }, r(t, o);
31
+ }
32
+ function l(t, o) {
33
+ t.prototype = Object.create(o.prototype), t.prototype.constructor = t, r(t, o);
34
+ }
35
+ const _ = i.createContext(null);
36
+ export {
37
+ _ as T,
38
+ l as _,
39
+ a,
40
+ f as c,
41
+ c as s,
42
+ p as u
43
+ };
@@ -0,0 +1,256 @@
1
+ import * as O from "react";
2
+ import { g as j, e as g, P as e } from "./createTheme-NrBCWesw.js";
3
+ import { g as B, s as S, m as w, d as C, u as P, a as W, b as M } from "./createSimplePaletteValueFilter-CsgjlRAs.js";
4
+ import { i as R } from "./index-iAyNk1r6.js";
5
+ import { jsx as N } from "react/jsx-runtime";
6
+ function D(r) {
7
+ return j("MuiTypography", r);
8
+ }
9
+ B("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
10
+ const U = {
11
+ primary: !0,
12
+ secondary: !0,
13
+ error: !0,
14
+ info: !0,
15
+ success: !0,
16
+ warning: !0,
17
+ textPrimary: !0,
18
+ textSecondary: !0,
19
+ textDisabled: !0
20
+ }, A = R(), E = (r) => {
21
+ const {
22
+ align: o,
23
+ gutterBottom: t,
24
+ noWrap: a,
25
+ paragraph: s,
26
+ variant: p,
27
+ classes: i
28
+ } = r, n = {
29
+ root: ["root", p, r.align !== "inherit" && `align${g(o)}`, t && "gutterBottom", a && "noWrap", s && "paragraph"]
30
+ };
31
+ return M(n, D, i);
32
+ }, V = S("span", {
33
+ name: "MuiTypography",
34
+ slot: "Root",
35
+ overridesResolver: (r, o) => {
36
+ const {
37
+ ownerState: t
38
+ } = r;
39
+ return [o.root, t.variant && o[t.variant], t.align !== "inherit" && o[`align${g(t.align)}`], t.noWrap && o.noWrap, t.gutterBottom && o.gutterBottom, t.paragraph && o.paragraph];
40
+ }
41
+ })(w(({
42
+ theme: r
43
+ }) => {
44
+ var o;
45
+ return {
46
+ margin: 0,
47
+ variants: [{
48
+ props: {
49
+ variant: "inherit"
50
+ },
51
+ style: {
52
+ // Some elements, like <button> on Chrome have default font that doesn't inherit, reset this.
53
+ font: "inherit",
54
+ lineHeight: "inherit",
55
+ letterSpacing: "inherit"
56
+ }
57
+ }, ...Object.entries(r.typography).filter(([t, a]) => t !== "inherit" && a && typeof a == "object").map(([t, a]) => ({
58
+ props: {
59
+ variant: t
60
+ },
61
+ style: a
62
+ })), ...Object.entries(r.palette).filter(C()).map(([t]) => ({
63
+ props: {
64
+ color: t
65
+ },
66
+ style: {
67
+ color: (r.vars || r).palette[t].main
68
+ }
69
+ })), ...Object.entries(((o = r.palette) == null ? void 0 : o.text) || {}).filter(([, t]) => typeof t == "string").map(([t]) => ({
70
+ props: {
71
+ color: `text${g(t)}`
72
+ },
73
+ style: {
74
+ color: (r.vars || r).palette.text[t]
75
+ }
76
+ })), {
77
+ props: ({
78
+ ownerState: t
79
+ }) => t.align !== "inherit",
80
+ style: {
81
+ textAlign: "var(--Typography-textAlign)"
82
+ }
83
+ }, {
84
+ props: ({
85
+ ownerState: t
86
+ }) => t.noWrap,
87
+ style: {
88
+ overflow: "hidden",
89
+ textOverflow: "ellipsis",
90
+ whiteSpace: "nowrap"
91
+ }
92
+ }, {
93
+ props: ({
94
+ ownerState: t
95
+ }) => t.gutterBottom,
96
+ style: {
97
+ marginBottom: "0.35em"
98
+ }
99
+ }, {
100
+ props: ({
101
+ ownerState: t
102
+ }) => t.paragraph,
103
+ style: {
104
+ marginBottom: 16
105
+ }
106
+ }]
107
+ };
108
+ })), b = {
109
+ h1: "h1",
110
+ h2: "h2",
111
+ h3: "h3",
112
+ h4: "h4",
113
+ h5: "h5",
114
+ h6: "h6",
115
+ subtitle1: "h6",
116
+ subtitle2: "h6",
117
+ body1: "p",
118
+ body2: "p",
119
+ inherit: "p"
120
+ }, $ = /* @__PURE__ */ O.forwardRef(function(o, t) {
121
+ const {
122
+ color: a,
123
+ ...s
124
+ } = P({
125
+ props: o,
126
+ name: "MuiTypography"
127
+ }), p = !U[a], i = A({
128
+ ...s,
129
+ ...p && {
130
+ color: a
131
+ }
132
+ }), {
133
+ align: n = "inherit",
134
+ className: c,
135
+ component: h,
136
+ gutterBottom: d = !1,
137
+ noWrap: x = !1,
138
+ paragraph: y = !1,
139
+ variant: l = "body1",
140
+ variantMapping: u = b,
141
+ ...m
142
+ } = i, f = {
143
+ ...i,
144
+ align: n,
145
+ color: a,
146
+ className: c,
147
+ component: h,
148
+ gutterBottom: d,
149
+ noWrap: x,
150
+ paragraph: y,
151
+ variant: l,
152
+ variantMapping: u
153
+ }, v = h || (y ? "p" : u[l] || b[l]) || "span", T = E(f);
154
+ return /* @__PURE__ */ N(V, {
155
+ as: v,
156
+ ref: t,
157
+ className: W(T.root, c),
158
+ ...m,
159
+ ownerState: f,
160
+ style: {
161
+ ...n !== "inherit" && {
162
+ "--Typography-textAlign": n
163
+ },
164
+ ...m.style
165
+ }
166
+ });
167
+ });
168
+ process.env.NODE_ENV !== "production" && ($.propTypes = {
169
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
170
+ // │ These PropTypes are generated from the TypeScript type definitions. │
171
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
172
+ // └─────────────────────────────────────────────────────────────────────┘
173
+ /**
174
+ * Set the text-align on the component.
175
+ * @default 'inherit'
176
+ */
177
+ align: e.oneOf(["center", "inherit", "justify", "left", "right"]),
178
+ /**
179
+ * The content of the component.
180
+ */
181
+ children: e.node,
182
+ /**
183
+ * Override or extend the styles applied to the component.
184
+ */
185
+ classes: e.object,
186
+ /**
187
+ * @ignore
188
+ */
189
+ className: e.string,
190
+ /**
191
+ * The color of the component.
192
+ * It supports both default and custom theme colors, which can be added as shown in the
193
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
194
+ */
195
+ color: e.oneOfType([e.oneOf(["primary", "secondary", "success", "error", "info", "warning", "textPrimary", "textSecondary", "textDisabled"]), e.string]),
196
+ /**
197
+ * The component used for the root node.
198
+ * Either a string to use a HTML element or a component.
199
+ */
200
+ component: e.elementType,
201
+ /**
202
+ * If `true`, the text will have a bottom margin.
203
+ * @default false
204
+ */
205
+ gutterBottom: e.bool,
206
+ /**
207
+ * If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
208
+ *
209
+ * Note that text overflow can only happen with block or inline-block level elements
210
+ * (the element needs to have a width in order to overflow).
211
+ * @default false
212
+ */
213
+ noWrap: e.bool,
214
+ /**
215
+ * If `true`, the element will be a paragraph element.
216
+ * @default false
217
+ * @deprecated Use the `component` prop instead. This prop will be removed in v7. See [Migrating from deprecated APIs](https://mui.com/material-ui/migration/migrating-from-deprecated-apis/) for more details.
218
+ */
219
+ paragraph: e.bool,
220
+ /**
221
+ * @ignore
222
+ */
223
+ style: e.object,
224
+ /**
225
+ * The system prop that allows defining system overrides as well as additional CSS styles.
226
+ */
227
+ sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object]),
228
+ /**
229
+ * Applies the theme typography styles.
230
+ * @default 'body1'
231
+ */
232
+ variant: e.oneOfType([e.oneOf(["body1", "body2", "button", "caption", "h1", "h2", "h3", "h4", "h5", "h6", "inherit", "overline", "subtitle1", "subtitle2"]), e.string]),
233
+ /**
234
+ * The component maps the variant prop to a range of different HTML element types.
235
+ * For instance, subtitle1 to `<h6>`.
236
+ * If you wish to change that mapping, you can provide your own.
237
+ * Alternatively, you can use the `component` prop.
238
+ * @default {
239
+ * h1: 'h1',
240
+ * h2: 'h2',
241
+ * h3: 'h3',
242
+ * h4: 'h4',
243
+ * h5: 'h5',
244
+ * h6: 'h6',
245
+ * subtitle1: 'h6',
246
+ * subtitle2: 'h6',
247
+ * body1: 'p',
248
+ * body2: 'p',
249
+ * inherit: 'p',
250
+ * }
251
+ */
252
+ variantMapping: e.object
253
+ });
254
+ export {
255
+ $ as T
256
+ };
@@ -0,0 +1,4 @@
1
+ const e = {};
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,8 @@
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
+ };
@@ -0,0 +1 @@
1
+ ._container_1j7fs_1{display:flex;align-items:center;margin-top:130px}._inner-container_1j7fs_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._heading_1j7fs_27{overflow:hidden;text-overflow:ellipsis;margin-top:5px;color:#16359d}._profile-feat-btn_1j7fs_41{background:linear-gradient(358deg,#c8d4ff -49.02%,#fff 85.25%);border-radius:100px;color:#000;font-weight:700;padding:5px 12px}._ref-btn_1j7fs_65{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._sBtn_1j7fs_89{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #000000;color:#000;font-size:14px;text-transform:none;box-shadow:none}._sBtn_1j7fs_89:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._sBtn_1j7fs_89:hover{border:3px solid #000000;background:#000;color:#fff}._doc-video-box_1j7fs_133{position:relative}._doc-video-box_1j7fs_133:before,._doc-video-box_1j7fs_133:after,._doc-video-box_1j7fs_133>:first-child:before,._doc-video-box_1j7fs_133>:first-child:after{position:absolute;content:" ";width:80px;height:80px;border:4px solid#16359D}._doc-video-box_1j7fs_133:before{top:-20px;left:-20px;border-width:4px 0 0 4px;border-top-left-radius:30px}._doc-video-box_1j7fs_133:after{top:-20px;right:-20px;border-width:4px 4px 0 0;border-top-right-radius:30px}._doc-video-box_1j7fs_133>:first-child:before{bottom:-15px;right:-20px;border-width:0 4px 4px 0;border-bottom-right-radius:30px}._doc-video-box_1j7fs_133>:first-child:after{bottom:-15px;left:-20px;border-width:0 0 4px 4px;border-bottom-left-radius:30px}._image-corner-color_1j7fs_209:before,._image-corner-color_1j7fs_209:after,._image-corner-color_1j7fs_209>:first-child:before,._image-corner-color_1j7fs_209>:first-child:after{border-color:#00b171}._video-box-inner-content_1j7fs_223{max-width:100%;height:auto}._menu-item_1j7fs_233{padding:13px 30px;margin:19px 0;background:#fbfbfb;box-shadow:0 2px 4px #0003;border-radius:7px;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:#16359d}._menu-item_1j7fs_233:hover{color:#fff;background:linear-gradient(89.98deg,#35e0f4 .02%,#33d7f0 6.97%,#2ebde4 18.55%,#2594d0 33.31%,#195bb6 50.5%,#1132a3 61.64%,#1132a3 99.98%)}._remove-icon_1j7fs_289{position:absolute;top:-20px;right:-20px;color:#f44336}._delete-disable_1j7fs_303{background:#16359d;border-radius:100px;color:#fff;font-weight:700;padding:10px 12px}._confirm-edit_1j7fs_319{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%);border-radius:100px;color:#000;font-weight:700;padding:10px 12px}._asset-header_1j7fs_343{display:flex;height:68px;justify-content:flex-start;align-items:center;flex-shrink:0;background:linear-gradient(89.98deg,#35e0f41a .02%,#33d7f01a 6.97%,#2ebde41a 18.55%,#2594d01a 33.31%,#195bb61a 50.5%,#1132a31a 61.64%,#1132a31a 99.98%);box-shadow:0 2px 3px #00000026}._asset-close-btn_1j7fs_381{position:absolute;right:8px;top:12px;color:#000}._dialog-container_1j7fs_395{display:flex;flex-direction:column;align-items:center;text-align:center}._confirm-dialog_1j7fs_409{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)}._confirm-dialog-title_1j7fs_417{color:#16359d;font-weight:700;font-size:28px}._tweet-text-parent_1j7fs_429{padding:2px;border:1px solid #ccc;min-width:300px;max-width:450px;max-height:250px;min-height:200px;overflow:auto;outline:none;resize:both;background:#fff}._tweet-disable-text_1j7fs_455{background-color:#e8e8e8;width:fit-content;padding-left:10px;padding-right:10px;border-radius:10px;height:fit-content}._tweet-text-area_1j7fs_473{width:100%;border:0px solid;outline:none;resize:none;font-size:16px;height:100px}._twitterCancelBtn_1j7fs_491{padding:10px 12px;border-radius:100px;background:#fff;border:3px solid #16359D;color:#16359d;font-size:14px;text-transform:none;box-shadow:none}._twitterCancelBtn_1j7fs_491:disabled{border:3px solid #a6a6a6;color:#a6a6a6}._twitterCancelBtn_1j7fs_491:hover{border:3px solid #16359D;background:#16359d;color:#fff}
@@ -0,0 +1 @@
1
+ ._container_zcbz9_1{display:flex;align-items:center;margin-top:130px}._inner-container_zcbz9_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05));padding:60px 25%}._copy-btn_zcbz9_29{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)!important;border-radius:100px!important;color:#000!important;font-weight:700!important;padding:10px 12px!important}
@@ -0,0 +1 @@
1
+ ._container_uzn46_1{display:flex;align-items:center;margin-top:130px}._inner-container_uzn46_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05));padding:60px 25%}
@@ -0,0 +1 @@
1
+ ._keyboard-btn_i88t5_1{-webkit-user-select:none;user-select:none;height:90px;cursor:pointer}._keyboard-btn_i88t5_1 h4{color:#16359d}._keyboard-btn_i88t5_1 span{color:#c7c7c7}._keyboard-btn_i88t5_1:active,._keyboard-btn_i88t5_1._active_i88t5_29{transform:scale(.98);box-shadow:3px 2px 22px 2px #16359d4d}._keyboard-btn_i88t5_1:active span,._keyboard-btn_i88t5_1._active_i88t5_29 span{font-weight:500;color:#000}._keyboard-btn_i88t5_1:active h4,._keyboard-btn_i88t5_1._active_i88t5_29 h4{font-weight:500;color:#052180}
@@ -0,0 +1 @@
1
+ ._tac_cksld_1{height:500px;overflow:scroll;overflow-x:hidden}._text-field-helper-error_cksld_13{text-align:right!important;color:red!important;margin-bottom:-24px!important}._pin-term-text_cksld_25{cursor:pointer;text-decoration:underline}._modal-content_cksld_35{padding:0!important;height:600px}
@@ -0,0 +1 @@
1
+ ._container_5700e_1{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 40px}._confirm-dialog_5700e_17{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)}._confirm-dialog-title_5700e_25{color:#16359d;font-weight:700;font-size:28px}._btn_5700e_37{padding:16px 10px;border-radius:100px;text-transform:inherit;background:linear-gradient(89.98deg,#35e0f4 .02%,#33d7f0 6.97%,#2ebde4 18.55%,#2594d0 33.31%,#195bb6 50.5%,#1132a3 61.64%,#1132a3 99.98%)}._btn_5700e_37:disabled{background:#e4e4e4;color:#c7c7c7}._cancelBtn_5700e_61{padding:16px 10px;background:transparent;border-radius:100px;text-transform:inherit;color:#16359d;border:3px solid #16359D;position:relative;top:3px}
@@ -0,0 +1 @@
1
+ ._container_boumk_1{display:flex;align-items:center;margin-top:130px}._inner-container_boumk_13{background:#fff;width:100%;border-radius:4px;filter:drop-shadow(0px 2px 15px rgba(0,0,0,.05))}._portfolio-info_boumk_27{background:#f4f4f466;box-shadow:0 2px 15px #0000001a;height:200px;padding:50px!important}._currency-toggle_boumk_41{background:linear-gradient(180deg,#fff -34.21%,#44dcb7 342.37%)!important;border-radius:100px!important;color:#000!important;font-weight:700!important;padding:5px 12px!important}._profile-feat-btn_boumk_65{background:linear-gradient(358deg,#c8d4ff -49.02%,#fff 85.25%)!important;border-radius:100px!important;color:#000!important;font-weight:700!important;padding:5px 12px!important}._text-color_boumk_81{color:#16359d}._dropdown-list-item_boumk_89{vertical-align:-5px;min-width:auto!important;margin-right:10px}._balance-item_boumk_101{padding:13px 30px;margin:19px 0;background:#fbfbfb;box-shadow:0 2px 4px #0003;border-radius:7px;align-items:center}._crdt-links_boumk_119{margin-left:5px;font-size:12px;color:#00f}img{vertical-align:middle;border-style:none}
@@ -0,0 +1 @@
1
+ .fw500{font-weight:500!important}.fs18{font-size:18px!important}.fs16{font-size:16px!important}.fs30{font-size:30px}.wd100{width:100%!important}.text-center{text-align:center!important}.text-right{text-align:right}.flex-right{display:flex;justify-content:flex-end}.font-bold{font-weight:700!important}.font-weight500{font-weight:500}.text-left{text-align:left}.display-block{display:block}.display-none{display:none!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.d-flex{display:flex}.items-center{align-items:center}.text-underline{text-decoration:underline}.flex-center{display:flex;justify-content:center;align-items:center}.content-center{display:flex;flex-direction:column;justify-content:center}.history-detail{width:100%;word-break:break-all;font-family:inherit}.history-detail-head{color:#747474;font-weight:400;margin-bottom:45px;margin-top:15px!important}.history-detail td{height:40px}.history-detail td:nth-child(1){font-weight:700;color:#747474}.width-50percent{width:50%!important}.primary-text-color{color:#a1a1a1!important}.secondary-text-color{color:#16359d}.pin-img{margin-left:20px}.sdk-btn{padding:16px 10px!important;background:linear-gradient(89.98deg,#35e0f4 .02%,#33d7f0 6.97%,#2ebde4 18.55%,#2594d0 33.31%,#195bb6 50.5%,#1132a3 61.64%,#1132a3 99.98%)!important;border-radius:100px!important}.wallet-btn{padding:13px 15px!important;border-radius:100px!important;background:linear-gradient(89.98deg,#35e0f4 .02%,#33d7f0 6.97%,#2ebde4 18.55%,#2594d0 33.31%,#195bb6 50.5%,#1132a3 61.64%,#1132a3 99.98%)!important;box-shadow:0 1px 5px #0000001f,0 2px 2px #00000024,0 3px 1px -2px #0003!important;color:#fff!important;font-size:14px!important;text-transform:none!important}.sdk-theme-btn{padding:16px 10px!important;background:linear-gradient(89.98deg,#35e0f4 .02%,#33d7f0 6.97%,#2ebde4 18.55%,#2594d0 33.31%,#195bb6 50.5%,#1132a3 61.64%,#1132a3 99.98%)!important;border-radius:100px!important}.sdk-theme-btn:disabled,.sdk-btn:disabled,.post-twitter-btn:disabled{background:#e4e4e4!important;color:#c7c7c7!important}.normal-text{text-transform:inherit!important}.text-center{text-align:center}.menu-buttons{position:absolute!important;right:8px;top:8px;color:#16359d!important}.sc-hHOBiw{width:100%!important}.text-center-right{text-align:right!important}@media only screen and (max-width: 600px){.text-center-right{text-align:center!important}.text-mob-right{text-align:right!important}.home-inner-container{padding:20px}.stake-modal-content{padding:40px 10px!important}.stake-container{padding:10px!important}.container-padding{padding:25px}.pin-container{padding:40px;width:270px}.token-image-grid{padding-left:0!important}.modal-token-network{font-size:10px}}
@@ -0,0 +1,19 @@
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
+ };