@sudobility/components 2.0.13 → 2.0.14
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/index.esm.js +233 -189
- package/dist/index.umd.js +6 -6
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5,7 +5,7 @@ import P, { lazy as ve, Suspense as He, useEffect as V, useState as R, useCallba
|
|
|
5
5
|
import { jsx as i, Fragment as H, jsxs as h } from "react/jsx-runtime";
|
|
6
6
|
import { onCLS as qn, onINP as Gn, onFCP as Kn, onLCP as Yn, onTTFB as Qn } from "web-vitals";
|
|
7
7
|
import { XCircleIcon as Ar, ExclamationTriangleIcon as Pr, CheckCircleIcon as Tr, InformationCircleIcon as Je, ArrowPathIcon as Xn, ChevronRightIcon as Lt, Cog6ToothIcon as Qt, CurrencyDollarIcon as Zn, AdjustmentsHorizontalIcon as Jn, LinkIcon as ea, FunnelIcon as ta, ChatBubbleLeftRightIcon as ra, ShieldCheckIcon as na, ArrowRightIcon as $r, ChevronUpIcon as aa, ChevronDownIcon as oa, ExclamationCircleIcon as ia, XMarkIcon as sa, CheckIcon as Lr, ClipboardDocumentIcon as la, ClipboardIcon as ca, EnvelopeIcon as da, LanguageIcon as ua } from "@heroicons/react/24/outline";
|
|
8
|
-
import { ArrowLeftIcon as
|
|
8
|
+
import { ArrowLeftIcon as O0, ArrowRightIcon as D0, Bars3Icon as z0, BellIcon as W0, BellSlashIcon as B0, ChartBarIcon as j0, CheckCircleIcon as F0, CheckIcon as _0, ChevronDownIcon as V0, ChevronLeftIcon as H0, ChevronRightIcon as U0, ChevronUpIcon as q0, ClockIcon as G0, CodeBracketIcon as K0, Cog6ToothIcon as Y0, CreditCardIcon as Q0, DocumentTextIcon as X0, EnvelopeIcon as Z0, ExclamationTriangleIcon as J0, EyeSlashIcon as eg, GlobeAltIcon as tg, HomeIcon as rg, InboxIcon as ng, InformationCircleIcon as ag, KeyIcon as og, MegaphoneIcon as ig, MinusIcon as sg, PaperAirplaneIcon as lg, PaperClipIcon as cg, PlusIcon as dg, RocketLaunchIcon as ug, ShieldCheckIcon as mg, SparklesIcon as gg, StarIcon as pg, TrashIcon as fg, UserGroupIcon as hg, XMarkIcon as yg } from "@heroicons/react/24/outline";
|
|
9
9
|
import { Slot as ma, createSlot as ga, createSlottable as pa } from "@radix-ui/react-slot";
|
|
10
10
|
import { cva as F } from "class-variance-authority";
|
|
11
11
|
import { Root as Ir } from "@radix-ui/react-label";
|
|
@@ -18,7 +18,7 @@ import xa, { createPortal as va } from "react-dom";
|
|
|
18
18
|
import { Link as st } from "react-router-dom";
|
|
19
19
|
import { TwitterIcon as wa, TwitterShareButton as ka, FacebookIcon as Ca, FacebookShareButton as Sa, LinkedinIcon as Na, LinkedinShareButton as Ea, RedditIcon as Aa, RedditShareButton as Pa, TelegramIcon as Ta, TelegramShareButton as $a, WhatsappIcon as La, WhatsappShareButton as Ia } from "react-share";
|
|
20
20
|
import { useTranslation as Br } from "react-i18next";
|
|
21
|
-
import { CheckCircleIcon as
|
|
21
|
+
import { CheckCircleIcon as xg, CheckIcon as vg, ExclamationTriangleIcon as wg, StarIcon as kg } from "@heroicons/react/24/solid";
|
|
22
22
|
import { Helmet as Ra } from "react-helmet-async";
|
|
23
23
|
function v(...e) {
|
|
24
24
|
return Un(Hn(e));
|
|
@@ -8359,15 +8359,17 @@ ${e.description}`
|
|
|
8359
8359
|
{
|
|
8360
8360
|
className: "overflow-hidden transition-all duration-300 ease-in-out",
|
|
8361
8361
|
style: { height: s !== void 0 ? `${s}px` : "auto" },
|
|
8362
|
-
children: /* @__PURE__ */ i("div", { ref: o, className: "ml-6 mt-2 space-y-1", children: e.map((c) => /* @__PURE__ */
|
|
8363
|
-
"
|
|
8364
|
-
|
|
8365
|
-
|
|
8366
|
-
|
|
8367
|
-
|
|
8368
|
-
|
|
8369
|
-
|
|
8370
|
-
|
|
8362
|
+
children: /* @__PURE__ */ i("div", { ref: o, className: "ml-6 mt-2 space-y-1", children: e.map((c) => /* @__PURE__ */ h("div", { className: "relative", children: [
|
|
8363
|
+
r === c.id && /* @__PURE__ */ i("div", { className: "absolute top-0 bottom-0 left-0 right-4 bg-blue-500/20 dark:bg-blue-400/20 rounded-lg pointer-events-none border-2 border-blue-500/30 dark:border-blue-400/30" }),
|
|
8364
|
+
/* @__PURE__ */ i(
|
|
8365
|
+
"button",
|
|
8366
|
+
{
|
|
8367
|
+
onClick: () => a?.(c.id, n),
|
|
8368
|
+
className: `relative z-10 block w-full text-left px-3 py-2 rounded-md text-sm transition-all duration-200 hover:scale-[1.02] ${r === c.id ? "text-blue-700 dark:text-blue-300" : "text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-gray-200"}`,
|
|
8369
|
+
children: c.title
|
|
8370
|
+
}
|
|
8371
|
+
)
|
|
8372
|
+
] }, c.id)) })
|
|
8371
8373
|
}
|
|
8372
8374
|
);
|
|
8373
8375
|
}, Ku = ({
|
|
@@ -8387,12 +8389,13 @@ ${e.description}`
|
|
|
8387
8389
|
s?.(e);
|
|
8388
8390
|
}, g = n && n.length > 0;
|
|
8389
8391
|
return /* @__PURE__ */ h("div", { className: c, children: [
|
|
8390
|
-
/* @__PURE__ */ h("div", { className: "flex items-center", children: [
|
|
8392
|
+
/* @__PURE__ */ h("div", { className: "relative flex items-center", children: [
|
|
8393
|
+
a && !o && /* @__PURE__ */ i("div", { className: "absolute top-1 bottom-1 left-3 right-4 bg-blue-500/20 dark:bg-blue-400/20 rounded-lg pointer-events-none border-2 border-blue-500/30 dark:border-blue-400/30" }),
|
|
8391
8394
|
/* @__PURE__ */ i(
|
|
8392
8395
|
"button",
|
|
8393
8396
|
{
|
|
8394
8397
|
onClick: p,
|
|
8395
|
-
className: `flex-1 text-left px-3 py-4 text-base font-medium transition-all duration-200
|
|
8398
|
+
className: `relative z-10 flex-1 text-left px-3 py-4 text-base font-medium transition-all duration-200 ${a && !o ? "text-blue-700 dark:text-blue-300" : "text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-gray-100"}`,
|
|
8396
8399
|
children: t
|
|
8397
8400
|
}
|
|
8398
8401
|
),
|
|
@@ -9075,6 +9078,46 @@ const rm = ({ children: e }) => /* @__PURE__ */ i(H, { children: e }), nm = ({ c
|
|
|
9075
9078
|
/* @__PURE__ */ i("h1", { className: "text-3xl font-bold text-gray-900 dark:text-white", children: e }),
|
|
9076
9079
|
t && /* @__PURE__ */ i("p", { className: "mt-2 text-gray-600 dark:text-gray-400", children: t })
|
|
9077
9080
|
] }), hm = ({
|
|
9081
|
+
isSelected: e,
|
|
9082
|
+
onClick: t,
|
|
9083
|
+
icon: r,
|
|
9084
|
+
label: n,
|
|
9085
|
+
description: a,
|
|
9086
|
+
className: o = ""
|
|
9087
|
+
}) => /* @__PURE__ */ h(
|
|
9088
|
+
"div",
|
|
9089
|
+
{
|
|
9090
|
+
onClick: t,
|
|
9091
|
+
className: `relative flex items-start p-4 cursor-pointer transition-all border-b border-gray-200 dark:border-gray-700 last:border-b-0 group ${o}`,
|
|
9092
|
+
children: [
|
|
9093
|
+
e && /* @__PURE__ */ i("div", { className: "absolute inset-1 bg-blue-500/10 dark:bg-blue-400/10 rounded-lg pointer-events-none" }),
|
|
9094
|
+
/* @__PURE__ */ h("div", { className: "relative z-10 flex items-start w-full", children: [
|
|
9095
|
+
r && /* @__PURE__ */ i(
|
|
9096
|
+
r,
|
|
9097
|
+
{
|
|
9098
|
+
className: `h-5 w-5 mt-0.5 mr-3 flex-shrink-0 transition-colors ${e ? "text-blue-600 dark:text-blue-400" : "text-gray-500 dark:text-gray-400 group-hover:text-gray-700 dark:group-hover:text-gray-300"}`
|
|
9099
|
+
}
|
|
9100
|
+
),
|
|
9101
|
+
/* @__PURE__ */ h("div", { className: "flex-1 min-w-0", children: [
|
|
9102
|
+
/* @__PURE__ */ i(
|
|
9103
|
+
"div",
|
|
9104
|
+
{
|
|
9105
|
+
className: `font-medium transition-colors ${e ? "text-blue-600 dark:text-blue-400" : "text-gray-900 dark:text-gray-100 group-hover:text-gray-700 dark:group-hover:text-gray-300"}`,
|
|
9106
|
+
children: n
|
|
9107
|
+
}
|
|
9108
|
+
),
|
|
9109
|
+
a && /* @__PURE__ */ i(
|
|
9110
|
+
"div",
|
|
9111
|
+
{
|
|
9112
|
+
className: `text-xs mt-0.5 transition-colors ${e ? "text-blue-500 dark:text-blue-300" : "text-gray-500 dark:text-gray-400"}`,
|
|
9113
|
+
children: a
|
|
9114
|
+
}
|
|
9115
|
+
)
|
|
9116
|
+
] })
|
|
9117
|
+
] })
|
|
9118
|
+
]
|
|
9119
|
+
}
|
|
9120
|
+
), ym = ({
|
|
9078
9121
|
masterTitle: e,
|
|
9079
9122
|
masterSubtitle: t,
|
|
9080
9123
|
backButtonText: r,
|
|
@@ -9249,7 +9292,7 @@ const rm = ({ children: e }) => /* @__PURE__ */ i(H, { children: e }), nm = ({ c
|
|
|
9249
9292
|
)
|
|
9250
9293
|
] })
|
|
9251
9294
|
] });
|
|
9252
|
-
},
|
|
9295
|
+
}, bm = ({
|
|
9253
9296
|
children: e
|
|
9254
9297
|
}) => (V(() => {
|
|
9255
9298
|
const t = () => {
|
|
@@ -9391,7 +9434,7 @@ const rm = ({ children: e }) => /* @__PURE__ */ i(H, { children: e }), nm = ({ c
|
|
|
9391
9434
|
};
|
|
9392
9435
|
return t(), r(), n(), a(), s(), l(), c(), d(), setTimeout(o, 2e3), () => {
|
|
9393
9436
|
};
|
|
9394
|
-
}, []), /* @__PURE__ */ i(H, { children: e })),
|
|
9437
|
+
}, []), /* @__PURE__ */ i(H, { children: e })), xm = () => (V(() => {
|
|
9395
9438
|
if (typeof window > "u" || typeof document > "u" || !document.documentElement)
|
|
9396
9439
|
return;
|
|
9397
9440
|
const e = () => {
|
|
@@ -9487,7 +9530,7 @@ const rm = ({ children: e }) => /* @__PURE__ */ i(H, { children: e }), nm = ({ c
|
|
|
9487
9530
|
} catch {
|
|
9488
9531
|
}
|
|
9489
9532
|
};
|
|
9490
|
-
}, []), null),
|
|
9533
|
+
}, []), null), vm = ({
|
|
9491
9534
|
children: e
|
|
9492
9535
|
}) => /* @__PURE__ */ i(H, { children: e }), Wl = {
|
|
9493
9536
|
// Static/rarely changing data - longer cache durations
|
|
@@ -9619,7 +9662,7 @@ class Fl {
|
|
|
9619
9662
|
}
|
|
9620
9663
|
}
|
|
9621
9664
|
const _l = new Fl();
|
|
9622
|
-
class
|
|
9665
|
+
class wm {
|
|
9623
9666
|
constructor(t, r = {}) {
|
|
9624
9667
|
this.requestInterceptors = [], this.responseInterceptors = [], this.baseURL = t, this.defaultHeaders = r;
|
|
9625
9668
|
}
|
|
@@ -9675,7 +9718,7 @@ class vm {
|
|
|
9675
9718
|
return this.request(t, { method: "DELETE" });
|
|
9676
9719
|
}
|
|
9677
9720
|
}
|
|
9678
|
-
const
|
|
9721
|
+
const km = async (e, t = 3, r = 1e3) => {
|
|
9679
9722
|
let n;
|
|
9680
9723
|
for (let a = 0; a <= t; a++)
|
|
9681
9724
|
try {
|
|
@@ -9688,7 +9731,7 @@ const wm = async (e, t = 3, r = 1e3) => {
|
|
|
9688
9731
|
}
|
|
9689
9732
|
throw n;
|
|
9690
9733
|
};
|
|
9691
|
-
class
|
|
9734
|
+
class Cm {
|
|
9692
9735
|
constructor() {
|
|
9693
9736
|
this.abortController = new AbortController();
|
|
9694
9737
|
}
|
|
@@ -9705,7 +9748,7 @@ class km {
|
|
|
9705
9748
|
this.abortController.abort();
|
|
9706
9749
|
}
|
|
9707
9750
|
}
|
|
9708
|
-
const
|
|
9751
|
+
const Sm = {
|
|
9709
9752
|
invalidate: (e) => Se.invalidate(e),
|
|
9710
9753
|
clear: () => Se.clear(),
|
|
9711
9754
|
getStats: () => Se.getStats(),
|
|
@@ -9749,19 +9792,19 @@ function Ul() {
|
|
|
9749
9792
|
function ql() {
|
|
9750
9793
|
return Hl() ? "localhost" : Vl() ? "wallet-browser" : Ul() ? "network" : "production";
|
|
9751
9794
|
}
|
|
9752
|
-
function
|
|
9795
|
+
function Nm() {
|
|
9753
9796
|
const e = ql();
|
|
9754
9797
|
return e === "localhost" || e === "wallet-browser";
|
|
9755
9798
|
}
|
|
9756
|
-
function
|
|
9799
|
+
function Em(e) {
|
|
9757
9800
|
}
|
|
9758
9801
|
function Gl() {
|
|
9759
9802
|
return typeof window < "u";
|
|
9760
9803
|
}
|
|
9761
|
-
function
|
|
9804
|
+
function Am() {
|
|
9762
9805
|
return typeof window < "u";
|
|
9763
9806
|
}
|
|
9764
|
-
function
|
|
9807
|
+
function Pm(e, t) {
|
|
9765
9808
|
if (Gl())
|
|
9766
9809
|
e();
|
|
9767
9810
|
else
|
|
@@ -9833,7 +9876,7 @@ const Kl = {
|
|
|
9833
9876
|
"object-src": ["'none'"],
|
|
9834
9877
|
"base-uri": ["'self'"],
|
|
9835
9878
|
"form-action": ["'self'"]
|
|
9836
|
-
}, Yl = () => Object.entries(Kl).map(([e, t]) => `${e} ${t.join(" ")}`).join("; "),
|
|
9879
|
+
}, Yl = () => Object.entries(Kl).map(([e, t]) => `${e} ${t.join(" ")}`).join("; "), Tm = {
|
|
9837
9880
|
"X-Frame-Options": "DENY",
|
|
9838
9881
|
"X-Content-Type-Options": "nosniff",
|
|
9839
9882
|
"X-XSS-Protection": "1; mode=block",
|
|
@@ -9844,7 +9887,7 @@ const Kl = {
|
|
|
9844
9887
|
"Cross-Origin-Opener-Policy": "same-origin-allow-popups",
|
|
9845
9888
|
"Cross-Origin-Resource-Policy": "cross-origin",
|
|
9846
9889
|
"Content-Security-Policy": Yl()
|
|
9847
|
-
},
|
|
9890
|
+
}, $m = {
|
|
9848
9891
|
fonts: "public, max-age=31536000, immutable",
|
|
9849
9892
|
images: "public, max-age=31536000, immutable",
|
|
9850
9893
|
js: "public, max-age=31536000, immutable",
|
|
@@ -9852,10 +9895,10 @@ const Kl = {
|
|
|
9852
9895
|
serviceWorker: "public, max-age=0, must-revalidate",
|
|
9853
9896
|
manifest: "public, max-age=86400",
|
|
9854
9897
|
api: "no-cache, no-store, must-revalidate"
|
|
9855
|
-
},
|
|
9898
|
+
}, Lm = () => {
|
|
9856
9899
|
typeof window < "u" && document.addEventListener("securitypolicyviolation", () => {
|
|
9857
9900
|
});
|
|
9858
|
-
},
|
|
9901
|
+
}, Im = {
|
|
9859
9902
|
walletConnections: "Always verify wallet signatures and never trust client-side data",
|
|
9860
9903
|
rpcEndpoints: "Use reputable RPC providers and consider rate limiting",
|
|
9861
9904
|
contractInteractions: "Validate all smart contract interactions on the backend",
|
|
@@ -9873,7 +9916,7 @@ function Ql() {
|
|
|
9873
9916
|
qt = e && e < 4 || t && t < 4;
|
|
9874
9917
|
}
|
|
9875
9918
|
Ql();
|
|
9876
|
-
function
|
|
9919
|
+
function Rm(e, t, r = {}) {
|
|
9877
9920
|
const {
|
|
9878
9921
|
retries: n = 3,
|
|
9879
9922
|
timeout: a = 1e4,
|
|
@@ -10036,7 +10079,7 @@ const ze = class ze {
|
|
|
10036
10079
|
};
|
|
10037
10080
|
ze.routeMap = /* @__PURE__ */ new Map(), ze.routeUsageStats = /* @__PURE__ */ new Map(), ze.currentRoute = "";
|
|
10038
10081
|
let br = ze;
|
|
10039
|
-
const
|
|
10082
|
+
const Mm = ({ src: e, alt: t, className: r, placeholder: n, priority: a = "medium" }) => {
|
|
10040
10083
|
const [o, s] = R(!1), [l, c] = R(!1), d = P.useRef(null);
|
|
10041
10084
|
V(() => {
|
|
10042
10085
|
if (!d.current) return;
|
|
@@ -10074,10 +10117,10 @@ const Rm = ({ src: e, alt: t, className: r, placeholder: n, priority: a = "mediu
|
|
|
10074
10117
|
!o && l && /* @__PURE__ */ i("div", { className: "absolute inset-0 bg-gray-200 animate-pulse rounded" })
|
|
10075
10118
|
] });
|
|
10076
10119
|
};
|
|
10077
|
-
function
|
|
10120
|
+
function Om() {
|
|
10078
10121
|
ce.clear(), at.clear();
|
|
10079
10122
|
}
|
|
10080
|
-
function
|
|
10123
|
+
function Dm() {
|
|
10081
10124
|
return {
|
|
10082
10125
|
cachedComponents: ce.size,
|
|
10083
10126
|
preloadQueue: at.size,
|
|
@@ -10122,17 +10165,17 @@ const Jl = ({ message: e }) => /* @__PURE__ */ h("div", { className: "flex items
|
|
|
10122
10165
|
throw o;
|
|
10123
10166
|
}), a = ec(t);
|
|
10124
10167
|
return (o) => /* @__PURE__ */ i(He, { fallback: /* @__PURE__ */ i(a, {}), children: /* @__PURE__ */ i(n, { ...o }) });
|
|
10125
|
-
},
|
|
10168
|
+
}, zm = async (e) => {
|
|
10126
10169
|
try {
|
|
10127
10170
|
await e();
|
|
10128
10171
|
} catch {
|
|
10129
10172
|
}
|
|
10130
|
-
},
|
|
10173
|
+
}, Wm = (e) => {
|
|
10131
10174
|
const t = {};
|
|
10132
10175
|
return Object.entries(e).forEach(([r, n]) => {
|
|
10133
10176
|
t[r] = tc(n, "skeleton");
|
|
10134
10177
|
}), t;
|
|
10135
|
-
},
|
|
10178
|
+
}, Bm = (e) => e, rc = {
|
|
10136
10179
|
// Critical routes (preload immediately)
|
|
10137
10180
|
critical: ["/", "/connect", "/mail"],
|
|
10138
10181
|
// Secondary routes (preload on idle)
|
|
@@ -10171,7 +10214,7 @@ const Jl = ({ message: e }) => /* @__PURE__ */ h("div", { className: "flex items
|
|
|
10171
10214
|
};
|
|
10172
10215
|
We.preloadedComponents = /* @__PURE__ */ new Set(), We.preloadQueue = [], We.isPreloading = !1;
|
|
10173
10216
|
let xr = We;
|
|
10174
|
-
const
|
|
10217
|
+
const jm = () => {
|
|
10175
10218
|
"requestIdleCallback" in window && window.requestIdleCallback(() => {
|
|
10176
10219
|
rc.secondary.forEach((e) => {
|
|
10177
10220
|
});
|
|
@@ -10180,7 +10223,7 @@ const Bm = () => {
|
|
|
10180
10223
|
/* @__PURE__ */ i("div", { className: "animate-spin rounded-full h-6 w-6 border-b-2 border-blue-500" }),
|
|
10181
10224
|
/* @__PURE__ */ i("span", { className: "ml-2 text-sm text-gray-600", children: e })
|
|
10182
10225
|
] }), Ve = /* @__PURE__ */ new Map();
|
|
10183
|
-
function
|
|
10226
|
+
function Fm(e, t) {
|
|
10184
10227
|
const {
|
|
10185
10228
|
condition: r,
|
|
10186
10229
|
fallback: n,
|
|
@@ -10225,7 +10268,7 @@ function jm(e, t) {
|
|
|
10225
10268
|
};
|
|
10226
10269
|
return c.displayName = `ConditionalLazy(${l})`, c;
|
|
10227
10270
|
}
|
|
10228
|
-
const
|
|
10271
|
+
const _m = {
|
|
10229
10272
|
// Example: Premium features only for subscribed users
|
|
10230
10273
|
// PremiumEmailFeatures: createConditionalLazyComponent(
|
|
10231
10274
|
// () => import('../components/premium/PremiumEmailFeatures'),
|
|
@@ -10238,7 +10281,7 @@ const Fm = {
|
|
|
10238
10281
|
// priority: 'high'
|
|
10239
10282
|
// }
|
|
10240
10283
|
// ),
|
|
10241
|
-
},
|
|
10284
|
+
}, Vm = {
|
|
10242
10285
|
// Examples of platform-specific conditional loading
|
|
10243
10286
|
// These can be implemented as needed for specific platform optimizations
|
|
10244
10287
|
};
|
|
@@ -10258,10 +10301,10 @@ async function nc(e, t, r) {
|
|
|
10258
10301
|
}
|
|
10259
10302
|
throw n;
|
|
10260
10303
|
}
|
|
10261
|
-
function
|
|
10304
|
+
function Hm() {
|
|
10262
10305
|
Ve.clear();
|
|
10263
10306
|
}
|
|
10264
|
-
function
|
|
10307
|
+
function Um() {
|
|
10265
10308
|
return {
|
|
10266
10309
|
cachedComponents: Ve.size,
|
|
10267
10310
|
cacheEntries: Array.from(Ve.entries()).map(([e, t]) => ({
|
|
@@ -10482,15 +10525,15 @@ class ac {
|
|
|
10482
10525
|
}
|
|
10483
10526
|
}
|
|
10484
10527
|
let Re = null;
|
|
10485
|
-
function
|
|
10528
|
+
function qm() {
|
|
10486
10529
|
Re || (Re = new ac(), document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => {
|
|
10487
10530
|
Re?.initializePreloading();
|
|
10488
10531
|
}) : Re.initializePreloading());
|
|
10489
10532
|
}
|
|
10490
|
-
function
|
|
10533
|
+
function Gm() {
|
|
10491
10534
|
return Re?.getPreloadingStats();
|
|
10492
10535
|
}
|
|
10493
|
-
function
|
|
10536
|
+
function Km(e) {
|
|
10494
10537
|
const t = {
|
|
10495
10538
|
// Core AI Classification
|
|
10496
10539
|
"ai-content-type": e.contentType,
|
|
@@ -10561,7 +10604,7 @@ function oc(e) {
|
|
|
10561
10604
|
]
|
|
10562
10605
|
} : t;
|
|
10563
10606
|
}
|
|
10564
|
-
function
|
|
10607
|
+
function Ym(e, t) {
|
|
10565
10608
|
return t.map((r) => ({
|
|
10566
10609
|
type: "related-content",
|
|
10567
10610
|
target: r.url,
|
|
@@ -10604,7 +10647,7 @@ function sc(e) {
|
|
|
10604
10647
|
];
|
|
10605
10648
|
return e.contentType === "governance-page" ? [...t, ...r] : t;
|
|
10606
10649
|
}
|
|
10607
|
-
function
|
|
10650
|
+
function Qm(e, t) {
|
|
10608
10651
|
return {
|
|
10609
10652
|
contentClassification: {
|
|
10610
10653
|
type: e.contentType,
|
|
@@ -10630,7 +10673,7 @@ function lc(e) {
|
|
|
10630
10673
|
documentation: "TechArticle"
|
|
10631
10674
|
}[e] || "WebPage";
|
|
10632
10675
|
}
|
|
10633
|
-
function
|
|
10676
|
+
function Xm(e) {
|
|
10634
10677
|
return {
|
|
10635
10678
|
"@context": "https://schema.org",
|
|
10636
10679
|
"@type": "MonitorAction",
|
|
@@ -10652,7 +10695,7 @@ function Qm(e) {
|
|
|
10652
10695
|
}
|
|
10653
10696
|
};
|
|
10654
10697
|
}
|
|
10655
|
-
const
|
|
10698
|
+
const Zm = {
|
|
10656
10699
|
governancePage: {
|
|
10657
10700
|
contentType: "governance-page",
|
|
10658
10701
|
primaryTopic: "DAO Governance Communication Platform",
|
|
@@ -10788,7 +10831,7 @@ function Rn(e) {
|
|
|
10788
10831
|
);
|
|
10789
10832
|
return a.displayName = `Lazy${e}Provider`, xt.set(t, a), a;
|
|
10790
10833
|
}
|
|
10791
|
-
function
|
|
10834
|
+
function Jm({
|
|
10792
10835
|
children: e
|
|
10793
10836
|
}) {
|
|
10794
10837
|
const t = In();
|
|
@@ -10823,7 +10866,7 @@ const Gt = class Gt {
|
|
|
10823
10866
|
};
|
|
10824
10867
|
Gt.preloadedWallets = /* @__PURE__ */ new Set();
|
|
10825
10868
|
let ot = Gt;
|
|
10826
|
-
function
|
|
10869
|
+
function e0() {
|
|
10827
10870
|
return {
|
|
10828
10871
|
availableWallets: In(),
|
|
10829
10872
|
preloadWallet: (n) => {
|
|
@@ -10833,7 +10876,7 @@ function Jm() {
|
|
|
10833
10876
|
hasWallet: (n) => De.has(n.toLowerCase())
|
|
10834
10877
|
};
|
|
10835
10878
|
}
|
|
10836
|
-
function
|
|
10879
|
+
function t0({
|
|
10837
10880
|
walletName: e,
|
|
10838
10881
|
onConnect: t,
|
|
10839
10882
|
disabled: r = !1
|
|
@@ -10854,7 +10897,7 @@ function e0({
|
|
|
10854
10897
|
}
|
|
10855
10898
|
);
|
|
10856
10899
|
}
|
|
10857
|
-
class
|
|
10900
|
+
class r0 {
|
|
10858
10901
|
constructor() {
|
|
10859
10902
|
this.criticalResources = [], this.observedMetrics = {
|
|
10860
10903
|
fcp: 0,
|
|
@@ -11092,27 +11135,27 @@ const vt = {
|
|
|
11092
11135
|
clearEntries: (e) => {
|
|
11093
11136
|
typeof performance < "u" && (e ? (performance.clearMeasures?.(e), performance.clearMarks?.(e)) : (performance.clearMeasures?.(), performance.clearMarks?.()));
|
|
11094
11137
|
}
|
|
11095
|
-
},
|
|
11138
|
+
}, n0 = (e, t = []) => {
|
|
11096
11139
|
V(() => (vt.mark(`${e}-start`), () => {
|
|
11097
11140
|
vt.mark(`${e}-end`), vt.measure(e, `${e}-start`, `${e}-end`);
|
|
11098
11141
|
}), [e, t]);
|
|
11099
|
-
},
|
|
11142
|
+
}, a0 = (e) => {
|
|
11100
11143
|
const t = q(e);
|
|
11101
11144
|
return t.current = e, re(
|
|
11102
11145
|
(...r) => t.current(...r),
|
|
11103
11146
|
[]
|
|
11104
11147
|
);
|
|
11105
|
-
},
|
|
11148
|
+
}, o0 = (e, t, r) => {
|
|
11106
11149
|
const n = q(t), a = q(void 0);
|
|
11107
11150
|
return $t(() => (r && process.env.NODE_ENV === "development" && t.some(
|
|
11108
11151
|
(o, s) => o !== n.current[s]
|
|
11109
11152
|
), n.current = t, a.current = e(), a.current), [e, r, t]);
|
|
11110
|
-
}, it = /* @__PURE__ */ new Map(),
|
|
11153
|
+
}, it = /* @__PURE__ */ new Map(), i0 = (e) => {
|
|
11111
11154
|
const t = it.get(e) || 0;
|
|
11112
11155
|
it.set(e, t + 1), V(() => {
|
|
11113
11156
|
process.env.NODE_ENV;
|
|
11114
11157
|
});
|
|
11115
|
-
},
|
|
11158
|
+
}, s0 = () => Object.fromEntries(it), l0 = () => it.clear(), c0 = (e) => P.lazy(e), d0 = (e = 0.1) => {
|
|
11116
11159
|
const [t, r] = R(/* @__PURE__ */ new Set()), n = q(null);
|
|
11117
11160
|
V(() => (n.current = new IntersectionObserver(
|
|
11118
11161
|
(o) => {
|
|
@@ -11131,7 +11174,7 @@ const vt = {
|
|
|
11131
11174
|
o && n.current && n.current.observe(o);
|
|
11132
11175
|
}, []);
|
|
11133
11176
|
return { loadedImages: t, observeImage: a };
|
|
11134
|
-
},
|
|
11177
|
+
}, u0 = (e) => {
|
|
11135
11178
|
typeof window < "u" && "requestIdleCallback" in window ? window.requestIdleCallback(() => {
|
|
11136
11179
|
e().catch(() => {
|
|
11137
11180
|
});
|
|
@@ -11139,19 +11182,19 @@ const vt = {
|
|
|
11139
11182
|
e().catch(() => {
|
|
11140
11183
|
});
|
|
11141
11184
|
}, 100);
|
|
11142
|
-
}, Mn = {},
|
|
11185
|
+
}, Mn = {}, m0 = (e) => {
|
|
11143
11186
|
Mn[e.name] = e.value, process.env.NODE_ENV;
|
|
11144
|
-
},
|
|
11187
|
+
}, g0 = () => Mn, p0 = (e, t = "script") => {
|
|
11145
11188
|
if (typeof document < "u") {
|
|
11146
11189
|
const r = document.createElement("link");
|
|
11147
11190
|
r.rel = "prefetch", r.href = e, r.as = t, document.head.appendChild(r);
|
|
11148
11191
|
}
|
|
11149
|
-
},
|
|
11192
|
+
}, f0 = (e, t = "script", r) => {
|
|
11150
11193
|
if (typeof document < "u") {
|
|
11151
11194
|
const n = document.createElement("link");
|
|
11152
11195
|
n.rel = "preload", n.href = e, n.as = t, r && (n.crossOrigin = "anonymous"), document.head.appendChild(n);
|
|
11153
11196
|
}
|
|
11154
|
-
},
|
|
11197
|
+
}, h0 = (e) => {
|
|
11155
11198
|
const t = q(/* @__PURE__ */ new Set()), r = q(/* @__PURE__ */ new Set()), n = re((o, s) => {
|
|
11156
11199
|
const l = setTimeout(() => {
|
|
11157
11200
|
t.current.delete(l), o();
|
|
@@ -11193,7 +11236,7 @@ const vt = {
|
|
|
11193
11236
|
`CLS (${e.CLS}) exceeds budget (${me.maxCLS})`
|
|
11194
11237
|
), t;
|
|
11195
11238
|
}
|
|
11196
|
-
},
|
|
11239
|
+
}, y0 = ({
|
|
11197
11240
|
contentType: e,
|
|
11198
11241
|
aiSummary: t,
|
|
11199
11242
|
technicalComplexity: r = "intermediate"
|
|
@@ -11201,11 +11244,11 @@ const vt = {
|
|
|
11201
11244
|
/* @__PURE__ */ i("meta", { name: "ai:content-type", content: e }),
|
|
11202
11245
|
/* @__PURE__ */ i("meta", { name: "ai:summary", content: t }),
|
|
11203
11246
|
/* @__PURE__ */ i("meta", { name: "ai:complexity", content: r })
|
|
11204
|
-
] }),
|
|
11247
|
+
] }), b0 = ({
|
|
11205
11248
|
children: e,
|
|
11206
11249
|
className: t,
|
|
11207
11250
|
...r
|
|
11208
|
-
}) => /* @__PURE__ */ i("main", { className: t, ...r, role: "main", children: e }),
|
|
11251
|
+
}) => /* @__PURE__ */ i("main", { className: t, ...r, role: "main", children: e }), x0 = ({
|
|
11209
11252
|
children: e
|
|
11210
11253
|
}) => /* @__PURE__ */ i(H, { children: e }), Pe = (e) => Array.isArray(e) ? e : typeof e == "string" ? e.split(",").map((t) => t.trim()).filter(Boolean) : [], kr = (e) => {
|
|
11211
11254
|
const t = Pe(e.audience);
|
|
@@ -11366,7 +11409,7 @@ const vt = {
|
|
|
11366
11409
|
"Smart contract integration"
|
|
11367
11410
|
]
|
|
11368
11411
|
};
|
|
11369
|
-
},
|
|
11412
|
+
}, v0 = (e) => ({
|
|
11370
11413
|
"@context": "https://schema.org",
|
|
11371
11414
|
"@type": "FAQPage",
|
|
11372
11415
|
mainEntity: e.map((t) => ({
|
|
@@ -11511,7 +11554,7 @@ const vt = {
|
|
|
11511
11554
|
"content:expertise": "technical",
|
|
11512
11555
|
"content:trustworthiness": "verified"
|
|
11513
11556
|
};
|
|
11514
|
-
},
|
|
11557
|
+
}, w0 = (e) => ({
|
|
11515
11558
|
structuredData: {
|
|
11516
11559
|
product: kr(e),
|
|
11517
11560
|
article: Cr(e),
|
|
@@ -11525,7 +11568,7 @@ const vt = {
|
|
|
11525
11568
|
Cr(e),
|
|
11526
11569
|
Sr(e)
|
|
11527
11570
|
]
|
|
11528
|
-
}),
|
|
11571
|
+
}), k0 = {
|
|
11529
11572
|
homepage: {
|
|
11530
11573
|
title: "0xmail.box - Revolutionary Web3 Email Platform | Wallet-Based Authentication",
|
|
11531
11574
|
description: "Transform your email experience with 0xmail.box - the first Web3 email platform using wallet authentication. No passwords, enhanced security, ENS/SNS domain support, and smart contract integration.",
|
|
@@ -11589,7 +11632,7 @@ const vt = {
|
|
|
11589
11632
|
readingTime: 8,
|
|
11590
11633
|
relatedTopics: ["Token economics", "Reward systems", "Referral marketing"]
|
|
11591
11634
|
}
|
|
11592
|
-
},
|
|
11635
|
+
}, C0 = (e) => {
|
|
11593
11636
|
const {
|
|
11594
11637
|
level: t,
|
|
11595
11638
|
text: r,
|
|
@@ -11667,7 +11710,7 @@ const vt = {
|
|
|
11667
11710
|
className: t,
|
|
11668
11711
|
semanticContext: "feature"
|
|
11669
11712
|
})
|
|
11670
|
-
},
|
|
11713
|
+
}, S0 = (e) => {
|
|
11671
11714
|
const t = [], r = [], n = e.filter((a) => a.level === 1).length;
|
|
11672
11715
|
n === 0 ? t.push("Missing H1 tag - every page should have exactly one H1") : n > 1 && t.push(
|
|
11673
11716
|
`Multiple H1 tags found (${n}) - use only one H1 per page`
|
|
@@ -11687,7 +11730,7 @@ const vt = {
|
|
|
11687
11730
|
errors: t,
|
|
11688
11731
|
suggestions: r
|
|
11689
11732
|
};
|
|
11690
|
-
},
|
|
11733
|
+
}, N0 = {
|
|
11691
11734
|
walletConnection: ie.pageTitle("Connect Your Web3 Wallet"),
|
|
11692
11735
|
emailBenefits: ie.majorSection("Why Choose Web3 Email?"),
|
|
11693
11736
|
securityFeature: ie.feature("Secure & Private"),
|
|
@@ -11697,7 +11740,7 @@ const vt = {
|
|
|
11697
11740
|
setupStep1: ie.step("Connect Your Wallet", 1),
|
|
11698
11741
|
setupStep2: ie.step("Verify Your Identity", 2),
|
|
11699
11742
|
setupStep3: ie.step("Access Your Emails", 3)
|
|
11700
|
-
},
|
|
11743
|
+
}, E0 = [
|
|
11701
11744
|
{
|
|
11702
11745
|
term: "Web3 Email",
|
|
11703
11746
|
definition: "Email system that uses blockchain wallet addresses as authentication instead of traditional passwords",
|
|
@@ -11782,7 +11825,7 @@ const vt = {
|
|
|
11782
11825
|
examples: ["Gmail to Web3 email", "Outlook integration"],
|
|
11783
11826
|
context: "Web2/Web3 bridge ensures compatibility with existing email infrastructure"
|
|
11784
11827
|
}
|
|
11785
|
-
],
|
|
11828
|
+
], A0 = (e) => ({
|
|
11786
11829
|
// Semantic markup for AI understanding
|
|
11787
11830
|
"@context": "https://schema.org",
|
|
11788
11831
|
"@type": "LearningResource",
|
|
@@ -11800,7 +11843,7 @@ const vt = {
|
|
|
11800
11843
|
keywords: e.concepts,
|
|
11801
11844
|
applicationExample: e.practicalApplications,
|
|
11802
11845
|
isRelatedTo: e.relatedConcepts
|
|
11803
|
-
}),
|
|
11846
|
+
}), P0 = (e) => {
|
|
11804
11847
|
const t = {
|
|
11805
11848
|
nodes: e.map((r) => ({
|
|
11806
11849
|
id: r.term,
|
|
@@ -11825,7 +11868,7 @@ const vt = {
|
|
|
11825
11868
|
});
|
|
11826
11869
|
});
|
|
11827
11870
|
}), t;
|
|
11828
|
-
},
|
|
11871
|
+
}, T0 = (e) => {
|
|
11829
11872
|
const t = [];
|
|
11830
11873
|
return e.examples?.forEach((r) => {
|
|
11831
11874
|
t.push({
|
|
@@ -11845,7 +11888,7 @@ const vt = {
|
|
|
11845
11888
|
type: "definition",
|
|
11846
11889
|
confidence: 1
|
|
11847
11890
|
}), t;
|
|
11848
|
-
},
|
|
11891
|
+
}, $0 = (e) => {
|
|
11849
11892
|
const t = [];
|
|
11850
11893
|
return e.forEach((r) => {
|
|
11851
11894
|
t.push({
|
|
@@ -11870,7 +11913,7 @@ const vt = {
|
|
|
11870
11913
|
difficulty: "intermediate"
|
|
11871
11914
|
});
|
|
11872
11915
|
}), t;
|
|
11873
|
-
},
|
|
11916
|
+
}, L0 = {
|
|
11874
11917
|
homepage: {
|
|
11875
11918
|
domain: "Web3 Email Platform",
|
|
11876
11919
|
category: "Web3 Communication",
|
|
@@ -11961,52 +12004,52 @@ const vt = {
|
|
|
11961
12004
|
* @author John Qiu Huang
|
|
11962
12005
|
* @license MIT
|
|
11963
12006
|
*/
|
|
11964
|
-
const
|
|
12007
|
+
const I0 = {
|
|
11965
12008
|
utils: {
|
|
11966
12009
|
cn: v
|
|
11967
12010
|
}
|
|
11968
12011
|
};
|
|
11969
12012
|
export {
|
|
11970
|
-
|
|
11971
|
-
|
|
11972
|
-
|
|
12013
|
+
y0 as AIMeta,
|
|
12014
|
+
x0 as AITrainingEnhancer,
|
|
12015
|
+
L0 as AI_TRAINING_CONFIGS,
|
|
11973
12016
|
jd as AddressLink,
|
|
11974
12017
|
Vd as Alert,
|
|
11975
12018
|
_d as AlertDescription,
|
|
11976
12019
|
Fd as AlertTitle,
|
|
11977
12020
|
Ne as AnimatedSection,
|
|
11978
|
-
|
|
11979
|
-
|
|
11980
|
-
|
|
12021
|
+
O0 as ArrowLeftIcon,
|
|
12022
|
+
D0 as ArrowRightIcon,
|
|
12023
|
+
z0 as Bars3Icon,
|
|
11981
12024
|
um as BatchRender,
|
|
11982
|
-
|
|
11983
|
-
|
|
12025
|
+
W0 as BellIcon,
|
|
12026
|
+
B0 as BellSlashIcon,
|
|
11984
12027
|
Lu as BodyText,
|
|
11985
12028
|
Dl as Breadcrumb,
|
|
11986
12029
|
Uu as BreadcrumbSection,
|
|
11987
12030
|
be as Button,
|
|
11988
12031
|
gm as CTASection,
|
|
11989
12032
|
Xd as CalloutBox,
|
|
11990
|
-
|
|
12033
|
+
Cm as CancellableRequest,
|
|
11991
12034
|
Fr as Card,
|
|
11992
12035
|
Kd as CardContent,
|
|
11993
12036
|
Yd as CardFooter,
|
|
11994
12037
|
Gd as CardHeader,
|
|
11995
12038
|
To as ChainBadge,
|
|
11996
|
-
|
|
11997
|
-
|
|
11998
|
-
|
|
11999
|
-
|
|
12000
|
-
|
|
12001
|
-
|
|
12002
|
-
|
|
12003
|
-
|
|
12004
|
-
|
|
12005
|
-
|
|
12039
|
+
j0 as ChartBarIcon,
|
|
12040
|
+
F0 as CheckCircleIcon,
|
|
12041
|
+
xg as CheckCircleIconSolid,
|
|
12042
|
+
_0 as CheckIcon,
|
|
12043
|
+
vg as CheckIconSolid,
|
|
12044
|
+
V0 as ChevronDownIcon,
|
|
12045
|
+
H0 as ChevronLeftIcon,
|
|
12046
|
+
U0 as ChevronRightIcon,
|
|
12047
|
+
q0 as ChevronUpIcon,
|
|
12048
|
+
G0 as ClockIcon,
|
|
12006
12049
|
qu as CodeBlock,
|
|
12007
|
-
|
|
12050
|
+
K0 as CodeBracketIcon,
|
|
12008
12051
|
Gu as CodeExampleBlock,
|
|
12009
|
-
|
|
12052
|
+
Y0 as Cog6ToothIcon,
|
|
12010
12053
|
Ku as CollapsibleDocumentationTopic,
|
|
12011
12054
|
rr as CollapsibleEmailField,
|
|
12012
12055
|
Zd as ComparisonSection,
|
|
@@ -12014,20 +12057,20 @@ export {
|
|
|
12014
12057
|
lm as ConditionalRender,
|
|
12015
12058
|
Du as ConfirmationDialog,
|
|
12016
12059
|
eu as ContentContainer,
|
|
12017
|
-
|
|
12018
|
-
|
|
12060
|
+
Q0 as CreditCardIcon,
|
|
12061
|
+
X0 as DocumentTextIcon,
|
|
12019
12062
|
tu as Dropdown,
|
|
12020
12063
|
gu as EmailAccountsList,
|
|
12021
12064
|
qr as EmailInputField,
|
|
12022
12065
|
ku as EmailInputGroup,
|
|
12023
12066
|
Vo as EmptyState,
|
|
12024
|
-
|
|
12067
|
+
Z0 as EnvelopeIcon,
|
|
12025
12068
|
em as ErrorBoundary,
|
|
12026
12069
|
tm as ErrorBoundaryLazy,
|
|
12027
|
-
|
|
12028
|
-
|
|
12070
|
+
J0 as ExclamationTriangleIcon,
|
|
12071
|
+
wg as ExclamationTriangleIconSolid,
|
|
12029
12072
|
im as ExpensiveComponent,
|
|
12030
|
-
|
|
12073
|
+
eg as EyeSlashIcon,
|
|
12031
12074
|
Ud as FadeInScale,
|
|
12032
12075
|
Hd as FadeInUp,
|
|
12033
12076
|
_u as FeatureBlock,
|
|
@@ -12038,55 +12081,56 @@ export {
|
|
|
12038
12081
|
Mt as FormFieldGroup,
|
|
12039
12082
|
Fu as FormSection,
|
|
12040
12083
|
Wu as FreeEmailBanner,
|
|
12041
|
-
|
|
12084
|
+
tg as GlobeAltIcon,
|
|
12042
12085
|
ou as HeroBannerWithBadge,
|
|
12043
|
-
|
|
12086
|
+
rg as HomeIcon,
|
|
12044
12087
|
zu as IconContainer,
|
|
12045
|
-
|
|
12088
|
+
ng as InboxIcon,
|
|
12046
12089
|
Qd as InfoCard,
|
|
12047
12090
|
Bu as InfoPanel,
|
|
12048
|
-
|
|
12091
|
+
ag as InformationCircleIcon,
|
|
12049
12092
|
vo as Input,
|
|
12050
12093
|
Bd as KYCLevelCard,
|
|
12051
12094
|
zd as KYCStatusBadge,
|
|
12052
|
-
|
|
12095
|
+
og as KeyIcon,
|
|
12053
12096
|
_r as Label,
|
|
12054
12097
|
Zu as LanguageSelector,
|
|
12055
12098
|
cm as LazyComponent,
|
|
12056
|
-
|
|
12099
|
+
Mm as LazyImage,
|
|
12057
12100
|
_a as LazyLoadQueue,
|
|
12058
|
-
|
|
12101
|
+
t0 as LazyWalletButton,
|
|
12059
12102
|
hd as LazyWrapper,
|
|
12060
12103
|
jr as LoadPriority,
|
|
12061
|
-
|
|
12104
|
+
xm as LoadingOptimizer,
|
|
12062
12105
|
vu as LoadingState,
|
|
12063
12106
|
Hu as Logo,
|
|
12064
|
-
|
|
12065
|
-
|
|
12107
|
+
ym as MasterDetailLayout,
|
|
12108
|
+
hm as MasterListItem,
|
|
12109
|
+
ig as MegaphoneIcon,
|
|
12066
12110
|
iu as MetricsGrid,
|
|
12067
|
-
|
|
12111
|
+
sg as MinusIcon,
|
|
12068
12112
|
yl as Modal,
|
|
12069
12113
|
bl as ModalContent,
|
|
12070
12114
|
xl as ModalFooter,
|
|
12071
12115
|
Ou as ModalHeader,
|
|
12072
12116
|
wu as NoContent,
|
|
12073
|
-
|
|
12117
|
+
wm as OptimizedAPIClient,
|
|
12074
12118
|
mm as OptimizedImage,
|
|
12075
|
-
|
|
12119
|
+
vm as OptimizedRoutePreloader,
|
|
12076
12120
|
bu as PageContainer,
|
|
12077
12121
|
fm as PageHeader,
|
|
12078
12122
|
Tu as PageTitle,
|
|
12079
|
-
|
|
12080
|
-
|
|
12123
|
+
lg as PaperAirplaneIcon,
|
|
12124
|
+
cg as PaperClipIcon,
|
|
12081
12125
|
dm as PerformanceBoundary,
|
|
12082
|
-
|
|
12083
|
-
|
|
12084
|
-
|
|
12126
|
+
bm as PerformanceOptimizer,
|
|
12127
|
+
Vm as PlatformSpecificComponents,
|
|
12128
|
+
dg as PlusIcon,
|
|
12085
12129
|
Va as PriorityLoader,
|
|
12086
12130
|
su as ProcessSteps,
|
|
12087
12131
|
Yu as PromotionalBanner,
|
|
12088
12132
|
lu as PullToRefresh,
|
|
12089
|
-
|
|
12133
|
+
ug as RocketLaunchIcon,
|
|
12090
12134
|
br as RouteBasedLazyLoader,
|
|
12091
12135
|
rm as SafeAppWrapper,
|
|
12092
12136
|
xu as Section,
|
|
@@ -12105,22 +12149,22 @@ export {
|
|
|
12105
12149
|
So as SelectSeparator,
|
|
12106
12150
|
wt as SelectTrigger,
|
|
12107
12151
|
ko as SelectValue,
|
|
12108
|
-
|
|
12152
|
+
b0 as SemanticHTML,
|
|
12109
12153
|
pu as SettingsList,
|
|
12110
|
-
|
|
12154
|
+
mg as ShieldCheckIcon,
|
|
12111
12155
|
Mu as SmartContent,
|
|
12112
12156
|
Ln as SmartLink,
|
|
12113
|
-
|
|
12114
|
-
|
|
12157
|
+
Jm as SmartWalletProviders,
|
|
12158
|
+
gg as SparklesIcon,
|
|
12115
12159
|
tr as Spinner,
|
|
12116
12160
|
pm as StandardPageLayout,
|
|
12117
|
-
|
|
12118
|
-
|
|
12161
|
+
pg as StarIcon,
|
|
12162
|
+
kg as StarIconSolid,
|
|
12119
12163
|
ju as StatCard,
|
|
12120
12164
|
mu as StatusBadge,
|
|
12121
12165
|
Eu as StatusIndicator,
|
|
12122
12166
|
Ju as StepList,
|
|
12123
|
-
|
|
12167
|
+
_m as SubscriptionGatedComponents,
|
|
12124
12168
|
Wd as SumsubWebSDK,
|
|
12125
12169
|
No as Switch,
|
|
12126
12170
|
Au as SystemStatusIndicator,
|
|
@@ -12134,105 +12178,105 @@ export {
|
|
|
12134
12178
|
Iu as TextLink,
|
|
12135
12179
|
Qu as TrackedButton,
|
|
12136
12180
|
Xu as TrackedLink,
|
|
12137
|
-
|
|
12181
|
+
fg as TrashIcon,
|
|
12138
12182
|
hu as UseCaseGrid,
|
|
12139
|
-
|
|
12183
|
+
hg as UserGroupIcon,
|
|
12140
12184
|
sm as VirtualListItem,
|
|
12141
|
-
|
|
12142
|
-
|
|
12185
|
+
E0 as WEB3_CONCEPTS,
|
|
12186
|
+
N0 as WEB3_EMAIL_HEADINGS,
|
|
12143
12187
|
ie as WEB3_HEADING_PATTERNS,
|
|
12144
12188
|
Vu as WalletIcon,
|
|
12145
12189
|
ot as WalletPreloader,
|
|
12146
|
-
|
|
12190
|
+
yg as XMarkIcon,
|
|
12147
12191
|
xd as addResourceHint,
|
|
12148
|
-
|
|
12192
|
+
Zm as aiOptimizationPresets,
|
|
12149
12193
|
kd as appStorage,
|
|
12150
12194
|
Ed as autoConnectWalletBrowser,
|
|
12151
12195
|
Wc as batchDOMUpdates,
|
|
12152
12196
|
Oe as bundleAnalysis,
|
|
12153
12197
|
io as buttonVariants,
|
|
12154
|
-
|
|
12155
|
-
|
|
12198
|
+
$m as cacheHeaders,
|
|
12199
|
+
Sm as cacheUtils,
|
|
12156
12200
|
$d as checkPerformanceBudget,
|
|
12157
|
-
|
|
12158
|
-
|
|
12159
|
-
|
|
12201
|
+
Om as clearComponentCache,
|
|
12202
|
+
Hm as clearConditionalCache,
|
|
12203
|
+
l0 as clearRenderCounts,
|
|
12160
12204
|
v as cn,
|
|
12161
12205
|
v as combineClassNames,
|
|
12162
|
-
|
|
12206
|
+
Pm as conditionalCSS,
|
|
12163
12207
|
Rd as convertFileSize,
|
|
12164
12208
|
mc as createAIMetaTags,
|
|
12165
12209
|
Sr as createAIOptimizedSchema,
|
|
12166
|
-
|
|
12210
|
+
Rm as createAdvancedLazyComponent,
|
|
12167
12211
|
ud as createBreadcrumb,
|
|
12168
12212
|
Rc as createCSSVariables,
|
|
12169
12213
|
Zt as createComparisonData,
|
|
12170
12214
|
ad as createConditionalImports,
|
|
12171
|
-
|
|
12215
|
+
Fm as createConditionalLazyComponent,
|
|
12172
12216
|
Jd as createEmailComparisonData,
|
|
12173
|
-
|
|
12217
|
+
v0 as createEnhancedFAQSchema,
|
|
12174
12218
|
dc as createEnhancedOpenGraph,
|
|
12175
12219
|
uc as createEnhancedTwitterCard,
|
|
12176
12220
|
Jt as createFeature,
|
|
12177
12221
|
tc as createLazyComponent,
|
|
12178
|
-
|
|
12222
|
+
c0 as createLazyComponentFactory,
|
|
12179
12223
|
yd as createLazyRoute,
|
|
12180
12224
|
Rn as createLazyWalletProvider,
|
|
12181
|
-
|
|
12225
|
+
Bm as createLibraryImports,
|
|
12182
12226
|
am as createMemoComponent,
|
|
12183
12227
|
$c as createOptimizedStyles,
|
|
12184
12228
|
fd as createProgressiveComponent,
|
|
12185
12229
|
au as createSecurityFeatures,
|
|
12186
12230
|
od as createSelectiveExports,
|
|
12187
12231
|
om as createSelectiveMemoComponent,
|
|
12188
|
-
|
|
12232
|
+
C0 as createSemanticHeading,
|
|
12189
12233
|
Nd as createSimpleStorage,
|
|
12190
12234
|
Cr as createTechnicalArticleSchema,
|
|
12191
12235
|
id as createTreeShakingConfig,
|
|
12192
|
-
|
|
12236
|
+
Wm as createUIComponents,
|
|
12193
12237
|
kr as createWeb3ProductSchema,
|
|
12194
|
-
|
|
12238
|
+
r0 as criticalPathOptimizer,
|
|
12195
12239
|
Kl as cspDirectives,
|
|
12196
12240
|
Ba as cssOptimization,
|
|
12197
12241
|
Me as deadCodeElimination,
|
|
12198
|
-
|
|
12242
|
+
I0 as default,
|
|
12199
12243
|
Ga as defaultPerformanceBudget,
|
|
12200
12244
|
In as detectAvailableWallets,
|
|
12201
12245
|
Ha as detectWalletBrowser,
|
|
12202
12246
|
Ld as exportPerformanceData,
|
|
12203
12247
|
Id as formatFileSize,
|
|
12204
|
-
|
|
12205
|
-
|
|
12206
|
-
|
|
12207
|
-
|
|
12248
|
+
Km as generateAIMetaTags,
|
|
12249
|
+
A0 as generateAIMetadata,
|
|
12250
|
+
Qm as generateAIStructuredData,
|
|
12251
|
+
w0 as generateAdvancedSEO,
|
|
12208
12252
|
Yl as generateCSP,
|
|
12209
|
-
|
|
12210
|
-
|
|
12253
|
+
P0 as generateConceptGraph,
|
|
12254
|
+
Ym as generateContentRelationships,
|
|
12211
12255
|
ic as generateEntityRecognition,
|
|
12212
12256
|
qc as generateImageSEO,
|
|
12213
|
-
|
|
12257
|
+
Xm as generatePerformanceTrackingSchema,
|
|
12214
12258
|
Zc as generatePictureElement,
|
|
12215
12259
|
rd as generatePlaceholder,
|
|
12216
|
-
|
|
12260
|
+
$0 as generateQAPairs,
|
|
12217
12261
|
oc as generateSemanticMarkup,
|
|
12218
12262
|
Kc as generateSizes,
|
|
12219
12263
|
Yc as generateSocialImageMeta,
|
|
12220
12264
|
Gc as generateSrcSet,
|
|
12221
12265
|
sc as generateTopicClustering,
|
|
12222
|
-
|
|
12266
|
+
T0 as generateTrainingExamples,
|
|
12223
12267
|
dd as getActiveNavItem,
|
|
12224
|
-
|
|
12268
|
+
Um as getConditionalStats,
|
|
12225
12269
|
ql as getEnvironmentType,
|
|
12226
|
-
|
|
12270
|
+
Dm as getLazyLoadingStats,
|
|
12227
12271
|
Xc as getOptimalImageFormat,
|
|
12228
12272
|
Rt as getPerformanceMonitor,
|
|
12229
|
-
|
|
12230
|
-
|
|
12273
|
+
Gm as getPreloadingStats,
|
|
12274
|
+
s0 as getRenderCounts,
|
|
12231
12275
|
se as getUINavigationService,
|
|
12232
|
-
|
|
12233
|
-
|
|
12276
|
+
g0 as getWebVitals,
|
|
12277
|
+
qm as initializeAdvancedPreloading,
|
|
12234
12278
|
Ad as initializePerformanceMonitoring,
|
|
12235
|
-
|
|
12279
|
+
jm as initializePreloading,
|
|
12236
12280
|
jc as inlineCriticalStyles,
|
|
12237
12281
|
Hl as isLocalhost,
|
|
12238
12282
|
Ul as isNetworkAccess,
|
|
@@ -12241,7 +12285,7 @@ export {
|
|
|
12241
12285
|
vd as lazyLoadQueue,
|
|
12242
12286
|
pd as lazyWithPreload,
|
|
12243
12287
|
gd as lazyWithRetry,
|
|
12244
|
-
|
|
12288
|
+
Em as loadCSS,
|
|
12245
12289
|
Lc as loadCriticalCSS,
|
|
12246
12290
|
Ic as loadNonCriticalCSS,
|
|
12247
12291
|
Td as measureAsyncOperation,
|
|
@@ -12254,57 +12298,57 @@ export {
|
|
|
12254
12298
|
_c as optimizeGrid,
|
|
12255
12299
|
zc as optimizeWillChange,
|
|
12256
12300
|
jl as optimizedFetch,
|
|
12257
|
-
|
|
12301
|
+
k0 as pageSEOConfigs,
|
|
12258
12302
|
Md as parseFileSize,
|
|
12259
12303
|
me as performanceBudget,
|
|
12260
12304
|
vt as performanceUtils,
|
|
12261
12305
|
Oa as prefersReducedMotion,
|
|
12262
|
-
|
|
12263
|
-
|
|
12306
|
+
p0 as prefetchResource,
|
|
12307
|
+
zm as preloadComponent,
|
|
12264
12308
|
Jc as preloadImage,
|
|
12265
|
-
|
|
12266
|
-
|
|
12309
|
+
f0 as preloadResource,
|
|
12310
|
+
u0 as preloadRoute,
|
|
12267
12311
|
nd as preserveAspectRatio,
|
|
12268
12312
|
wd as priorityLoader,
|
|
12269
|
-
|
|
12313
|
+
m0 as reportWebVitals,
|
|
12270
12314
|
rc as routeConfig,
|
|
12271
|
-
|
|
12272
|
-
|
|
12315
|
+
Tm as securityHeaders,
|
|
12316
|
+
Lm as setupCSPReporting,
|
|
12273
12317
|
Qc as setupLazyLoading,
|
|
12274
12318
|
ed as setupProgressiveLoading,
|
|
12275
|
-
|
|
12319
|
+
Nm as shouldEnableWallet,
|
|
12276
12320
|
bt as smartLinkVariants,
|
|
12277
12321
|
za as supportsAVIF,
|
|
12278
|
-
|
|
12322
|
+
Am as supportsCSSImports,
|
|
12279
12323
|
Da as supportsWebP,
|
|
12280
12324
|
Cd as themeStorage,
|
|
12281
12325
|
Ka as useClickOutside,
|
|
12282
12326
|
Ya as useCodeLoader,
|
|
12283
12327
|
qa as useComponentPerformance,
|
|
12284
12328
|
Od as useCopyToClipboard,
|
|
12285
|
-
|
|
12329
|
+
o0 as useDebugMemo,
|
|
12286
12330
|
bd as useDynamicImport,
|
|
12287
|
-
|
|
12331
|
+
d0 as useImageLazyLoading,
|
|
12288
12332
|
Fa as useLazyLoad,
|
|
12289
12333
|
Fc as useLazyStyles,
|
|
12290
12334
|
ld as useLocation,
|
|
12291
12335
|
Hc as useMediaQuery,
|
|
12292
|
-
|
|
12336
|
+
h0 as useMemoryLeakDetection,
|
|
12293
12337
|
Dd as useMultipleCopyToClipboard,
|
|
12294
12338
|
sd as useNavigation,
|
|
12295
12339
|
Uc as useOptimizedTheme,
|
|
12296
|
-
|
|
12297
|
-
|
|
12340
|
+
e0 as useOptimizedWallets,
|
|
12341
|
+
n0 as usePerformanceMark,
|
|
12298
12342
|
Oc as useReducedMotion,
|
|
12299
|
-
|
|
12343
|
+
i0 as useRenderCount,
|
|
12300
12344
|
Mc as useResponsiveStyles,
|
|
12301
12345
|
cd as useSearchParams,
|
|
12302
12346
|
Ru as useSmartLinks,
|
|
12303
|
-
|
|
12347
|
+
a0 as useStableCallback,
|
|
12304
12348
|
Wa as utils,
|
|
12305
|
-
|
|
12349
|
+
S0 as validateHeadingStructure,
|
|
12306
12350
|
Sd as walletStorage,
|
|
12307
|
-
|
|
12351
|
+
Im as web3SecurityNotes,
|
|
12308
12352
|
Pd as withPerformanceTracking,
|
|
12309
|
-
|
|
12353
|
+
km as withRetry
|
|
12310
12354
|
};
|