@sudobility/components 2.0.13 → 2.0.15

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 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 M0, ArrowRightIcon as O0, Bars3Icon as D0, BellIcon as z0, BellSlashIcon as W0, ChartBarIcon as B0, CheckCircleIcon as j0, CheckIcon as F0, ChevronDownIcon as _0, ChevronLeftIcon as V0, ChevronRightIcon as H0, ChevronUpIcon as U0, ClockIcon as q0, CodeBracketIcon as G0, Cog6ToothIcon as K0, CreditCardIcon as Y0, DocumentTextIcon as Q0, EnvelopeIcon as X0, ExclamationTriangleIcon as Z0, EyeSlashIcon as J0, GlobeAltIcon as eg, HomeIcon as tg, InboxIcon as rg, InformationCircleIcon as ng, KeyIcon as ag, MegaphoneIcon as og, MinusIcon as ig, PaperAirplaneIcon as sg, PaperClipIcon as lg, PlusIcon as cg, RocketLaunchIcon as dg, ShieldCheckIcon as ug, SparklesIcon as mg, StarIcon as gg, TrashIcon as pg, UserGroupIcon as fg, XMarkIcon as hg } from "@heroicons/react/24/outline";
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 bg, CheckIcon as xg, ExclamationTriangleIcon as vg, StarIcon as wg } from "@heroicons/react/24/solid";
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));
@@ -1940,7 +1940,17 @@ const Ya = (e) => {
1940
1940
  n,
1941
1941
  ":"
1942
1942
  ] }),
1943
- /* @__PURE__ */ i("span", { className: v("font-mono text-sm", c), children: m }),
1943
+ /* @__PURE__ */ i(
1944
+ "span",
1945
+ {
1946
+ className: v(
1947
+ "font-mono text-sm",
1948
+ a === "full" && "break-all",
1949
+ c
1950
+ ),
1951
+ children: m
1952
+ }
1953
+ ),
1944
1954
  /* @__PURE__ */ h("div", { className: "flex items-center gap-1", children: [
1945
1955
  o && /* @__PURE__ */ i(
1946
1956
  "button",
@@ -2028,7 +2038,7 @@ const Ya = (e) => {
2028
2038
  success: Tr,
2029
2039
  warning: Pr,
2030
2040
  error: Ar
2031
- }, Fd = ({ children: e, className: t }) => /* @__PURE__ */ i("div", { className: v("font-medium mb-1", t), children: e }), _d = ({ children: e, className: t }) => /* @__PURE__ */ i("div", { className: v("text-sm", t), children: e }), Vd = ({
2041
+ }, Fd = ({ children: e, className: t }) => /* @__PURE__ */ i("div", { className: v("font-medium mb-1", t), children: e }), _d = ({ children: e, className: t }) => /* @__PURE__ */ i("div", { className: v("text-sm break-words", t), children: e }), Vd = ({
2032
2042
  variant: e = "info",
2033
2043
  title: t,
2034
2044
  description: r,
@@ -2039,9 +2049,9 @@ const Ya = (e) => {
2039
2049
  const s = ro[e], l = n || /* @__PURE__ */ i(s, { className: "h-5 w-5" }), c = typeof T.alert[e] == "function" ? T.alert[e]() : "";
2040
2050
  return /* @__PURE__ */ h("div", { role: "alert", className: v(c, o), children: [
2041
2051
  l && /* @__PURE__ */ i("div", { className: "flex-shrink-0", children: l }),
2042
- /* @__PURE__ */ h("div", { className: "flex-1", children: [
2043
- t && /* @__PURE__ */ i("div", { className: "font-medium mb-1", children: t }),
2044
- r && /* @__PURE__ */ i("div", { className: "text-sm", children: r }),
2052
+ /* @__PURE__ */ h("div", { className: "flex-1 min-w-0", children: [
2053
+ t && /* @__PURE__ */ i("div", { className: "font-medium mb-1 break-words", children: t }),
2054
+ r && /* @__PURE__ */ i("div", { className: "text-sm break-words", children: r }),
2045
2055
  a
2046
2056
  ] })
2047
2057
  ] });
@@ -8359,15 +8369,18 @@ ${e.description}`
8359
8369
  {
8360
8370
  className: "overflow-hidden transition-all duration-300 ease-in-out",
8361
8371
  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__ */ i(
8363
- "button",
8364
- {
8365
- onClick: () => a?.(c.id, n),
8366
- className: `block w-full text-left px-3 py-2 rounded-md text-sm transition-all duration-200 hover:scale-[1.02] ${r === c.id ? "bg-blue-100 dark:bg-blue-900/20 text-blue-700 dark:text-blue-300 shadow-sm" : "text-gray-600 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-800 hover:text-gray-800 dark:hover:text-gray-200"}`,
8367
- children: c.title
8368
- },
8369
- c.id
8370
- )) })
8372
+ children: /* @__PURE__ */ i("div", { ref: o, className: "ml-6 mt-1 mb-1 space-y-1", children: e.map((c) => /* @__PURE__ */ h("div", { className: "relative group", children: [
8373
+ r === c.id && /* @__PURE__ */ i("div", { className: "absolute top-0.5 bottom-0.5 left-1 right-12 bg-blue-500/20 dark:bg-blue-400/20 rounded-lg pointer-events-none" }),
8374
+ r !== c.id && /* @__PURE__ */ i("div", { className: "absolute top-0.5 bottom-0.5 left-1 right-12 bg-blue-500/0 group-hover:bg-blue-500/10 dark:group-hover:bg-blue-400/10 rounded-lg pointer-events-none transition-colors duration-200" }),
8375
+ /* @__PURE__ */ i(
8376
+ "button",
8377
+ {
8378
+ onClick: () => a?.(c.id, n),
8379
+ className: `relative z-10 block w-full text-left pl-4 pr-3 py-2 rounded-md text-sm transition-all duration-200 ${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"}`,
8380
+ children: c.title
8381
+ }
8382
+ )
8383
+ ] }, c.id)) })
8371
8384
  }
8372
8385
  );
8373
8386
  }, Ku = ({
@@ -8387,12 +8400,14 @@ ${e.description}`
8387
8400
  s?.(e);
8388
8401
  }, g = n && n.length > 0;
8389
8402
  return /* @__PURE__ */ h("div", { className: c, children: [
8390
- /* @__PURE__ */ h("div", { className: "flex items-center", children: [
8403
+ /* @__PURE__ */ h("div", { className: "relative flex items-center group", children: [
8404
+ a && !o && /* @__PURE__ */ i("div", { className: "absolute top-2 bottom-2 left-2 right-12 bg-blue-500/20 dark:bg-blue-400/20 rounded-lg pointer-events-none" }),
8405
+ !(a && !o) && /* @__PURE__ */ i("div", { className: "absolute top-2 bottom-2 left-2 right-12 bg-blue-500/0 group-hover:bg-blue-500/10 dark:group-hover:bg-blue-400/10 rounded-lg pointer-events-none transition-colors duration-200" }),
8391
8406
  /* @__PURE__ */ i(
8392
8407
  "button",
8393
8408
  {
8394
8409
  onClick: p,
8395
- className: `flex-1 text-left px-3 py-4 text-base font-medium transition-all duration-200 hover:bg-gray-50 dark:hover:bg-gray-800 ${a && !o ? "bg-blue-50 dark:bg-blue-900/10 text-blue-700 dark:text-blue-300" : "text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-gray-100"}`,
8410
+ className: `relative z-10 flex-1 text-left pl-5 pr-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
8411
  children: t
8397
8412
  }
8398
8413
  ),
@@ -9075,6 +9090,46 @@ const rm = ({ children: e }) => /* @__PURE__ */ i(H, { children: e }), nm = ({ c
9075
9090
  /* @__PURE__ */ i("h1", { className: "text-3xl font-bold text-gray-900 dark:text-white", children: e }),
9076
9091
  t && /* @__PURE__ */ i("p", { className: "mt-2 text-gray-600 dark:text-gray-400", children: t })
9077
9092
  ] }), hm = ({
9093
+ isSelected: e,
9094
+ onClick: t,
9095
+ icon: r,
9096
+ label: n,
9097
+ description: a,
9098
+ className: o = ""
9099
+ }) => /* @__PURE__ */ h(
9100
+ "div",
9101
+ {
9102
+ onClick: t,
9103
+ 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}`,
9104
+ children: [
9105
+ e && /* @__PURE__ */ i("div", { className: "absolute inset-1 bg-blue-500/10 dark:bg-blue-400/10 rounded-lg pointer-events-none" }),
9106
+ /* @__PURE__ */ h("div", { className: "relative z-10 flex items-start w-full", children: [
9107
+ r && /* @__PURE__ */ i(
9108
+ r,
9109
+ {
9110
+ 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"}`
9111
+ }
9112
+ ),
9113
+ /* @__PURE__ */ h("div", { className: "flex-1 min-w-0", children: [
9114
+ /* @__PURE__ */ i(
9115
+ "div",
9116
+ {
9117
+ 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"}`,
9118
+ children: n
9119
+ }
9120
+ ),
9121
+ a && /* @__PURE__ */ i(
9122
+ "div",
9123
+ {
9124
+ className: `text-xs mt-0.5 transition-colors ${e ? "text-blue-500 dark:text-blue-300" : "text-gray-500 dark:text-gray-400"}`,
9125
+ children: a
9126
+ }
9127
+ )
9128
+ ] })
9129
+ ] })
9130
+ ]
9131
+ }
9132
+ ), ym = ({
9078
9133
  masterTitle: e,
9079
9134
  masterSubtitle: t,
9080
9135
  backButtonText: r,
@@ -9249,7 +9304,7 @@ const rm = ({ children: e }) => /* @__PURE__ */ i(H, { children: e }), nm = ({ c
9249
9304
  )
9250
9305
  ] })
9251
9306
  ] });
9252
- }, ym = ({
9307
+ }, bm = ({
9253
9308
  children: e
9254
9309
  }) => (V(() => {
9255
9310
  const t = () => {
@@ -9391,7 +9446,7 @@ const rm = ({ children: e }) => /* @__PURE__ */ i(H, { children: e }), nm = ({ c
9391
9446
  };
9392
9447
  return t(), r(), n(), a(), s(), l(), c(), d(), setTimeout(o, 2e3), () => {
9393
9448
  };
9394
- }, []), /* @__PURE__ */ i(H, { children: e })), bm = () => (V(() => {
9449
+ }, []), /* @__PURE__ */ i(H, { children: e })), xm = () => (V(() => {
9395
9450
  if (typeof window > "u" || typeof document > "u" || !document.documentElement)
9396
9451
  return;
9397
9452
  const e = () => {
@@ -9487,7 +9542,7 @@ const rm = ({ children: e }) => /* @__PURE__ */ i(H, { children: e }), nm = ({ c
9487
9542
  } catch {
9488
9543
  }
9489
9544
  };
9490
- }, []), null), xm = ({
9545
+ }, []), null), vm = ({
9491
9546
  children: e
9492
9547
  }) => /* @__PURE__ */ i(H, { children: e }), Wl = {
9493
9548
  // Static/rarely changing data - longer cache durations
@@ -9619,7 +9674,7 @@ class Fl {
9619
9674
  }
9620
9675
  }
9621
9676
  const _l = new Fl();
9622
- class vm {
9677
+ class wm {
9623
9678
  constructor(t, r = {}) {
9624
9679
  this.requestInterceptors = [], this.responseInterceptors = [], this.baseURL = t, this.defaultHeaders = r;
9625
9680
  }
@@ -9675,7 +9730,7 @@ class vm {
9675
9730
  return this.request(t, { method: "DELETE" });
9676
9731
  }
9677
9732
  }
9678
- const wm = async (e, t = 3, r = 1e3) => {
9733
+ const km = async (e, t = 3, r = 1e3) => {
9679
9734
  let n;
9680
9735
  for (let a = 0; a <= t; a++)
9681
9736
  try {
@@ -9688,7 +9743,7 @@ const wm = async (e, t = 3, r = 1e3) => {
9688
9743
  }
9689
9744
  throw n;
9690
9745
  };
9691
- class km {
9746
+ class Cm {
9692
9747
  constructor() {
9693
9748
  this.abortController = new AbortController();
9694
9749
  }
@@ -9705,7 +9760,7 @@ class km {
9705
9760
  this.abortController.abort();
9706
9761
  }
9707
9762
  }
9708
- const Cm = {
9763
+ const Sm = {
9709
9764
  invalidate: (e) => Se.invalidate(e),
9710
9765
  clear: () => Se.clear(),
9711
9766
  getStats: () => Se.getStats(),
@@ -9749,19 +9804,19 @@ function Ul() {
9749
9804
  function ql() {
9750
9805
  return Hl() ? "localhost" : Vl() ? "wallet-browser" : Ul() ? "network" : "production";
9751
9806
  }
9752
- function Sm() {
9807
+ function Nm() {
9753
9808
  const e = ql();
9754
9809
  return e === "localhost" || e === "wallet-browser";
9755
9810
  }
9756
- function Nm(e) {
9811
+ function Em(e) {
9757
9812
  }
9758
9813
  function Gl() {
9759
9814
  return typeof window < "u";
9760
9815
  }
9761
- function Em() {
9816
+ function Am() {
9762
9817
  return typeof window < "u";
9763
9818
  }
9764
- function Am(e, t) {
9819
+ function Pm(e, t) {
9765
9820
  if (Gl())
9766
9821
  e();
9767
9822
  else
@@ -9833,7 +9888,7 @@ const Kl = {
9833
9888
  "object-src": ["'none'"],
9834
9889
  "base-uri": ["'self'"],
9835
9890
  "form-action": ["'self'"]
9836
- }, Yl = () => Object.entries(Kl).map(([e, t]) => `${e} ${t.join(" ")}`).join("; "), Pm = {
9891
+ }, Yl = () => Object.entries(Kl).map(([e, t]) => `${e} ${t.join(" ")}`).join("; "), Tm = {
9837
9892
  "X-Frame-Options": "DENY",
9838
9893
  "X-Content-Type-Options": "nosniff",
9839
9894
  "X-XSS-Protection": "1; mode=block",
@@ -9844,7 +9899,7 @@ const Kl = {
9844
9899
  "Cross-Origin-Opener-Policy": "same-origin-allow-popups",
9845
9900
  "Cross-Origin-Resource-Policy": "cross-origin",
9846
9901
  "Content-Security-Policy": Yl()
9847
- }, Tm = {
9902
+ }, $m = {
9848
9903
  fonts: "public, max-age=31536000, immutable",
9849
9904
  images: "public, max-age=31536000, immutable",
9850
9905
  js: "public, max-age=31536000, immutable",
@@ -9852,10 +9907,10 @@ const Kl = {
9852
9907
  serviceWorker: "public, max-age=0, must-revalidate",
9853
9908
  manifest: "public, max-age=86400",
9854
9909
  api: "no-cache, no-store, must-revalidate"
9855
- }, $m = () => {
9910
+ }, Lm = () => {
9856
9911
  typeof window < "u" && document.addEventListener("securitypolicyviolation", () => {
9857
9912
  });
9858
- }, Lm = {
9913
+ }, Im = {
9859
9914
  walletConnections: "Always verify wallet signatures and never trust client-side data",
9860
9915
  rpcEndpoints: "Use reputable RPC providers and consider rate limiting",
9861
9916
  contractInteractions: "Validate all smart contract interactions on the backend",
@@ -9873,7 +9928,7 @@ function Ql() {
9873
9928
  qt = e && e < 4 || t && t < 4;
9874
9929
  }
9875
9930
  Ql();
9876
- function Im(e, t, r = {}) {
9931
+ function Rm(e, t, r = {}) {
9877
9932
  const {
9878
9933
  retries: n = 3,
9879
9934
  timeout: a = 1e4,
@@ -10036,7 +10091,7 @@ const ze = class ze {
10036
10091
  };
10037
10092
  ze.routeMap = /* @__PURE__ */ new Map(), ze.routeUsageStats = /* @__PURE__ */ new Map(), ze.currentRoute = "";
10038
10093
  let br = ze;
10039
- const Rm = ({ src: e, alt: t, className: r, placeholder: n, priority: a = "medium" }) => {
10094
+ const Mm = ({ src: e, alt: t, className: r, placeholder: n, priority: a = "medium" }) => {
10040
10095
  const [o, s] = R(!1), [l, c] = R(!1), d = P.useRef(null);
10041
10096
  V(() => {
10042
10097
  if (!d.current) return;
@@ -10074,10 +10129,10 @@ const Rm = ({ src: e, alt: t, className: r, placeholder: n, priority: a = "mediu
10074
10129
  !o && l && /* @__PURE__ */ i("div", { className: "absolute inset-0 bg-gray-200 animate-pulse rounded" })
10075
10130
  ] });
10076
10131
  };
10077
- function Mm() {
10132
+ function Om() {
10078
10133
  ce.clear(), at.clear();
10079
10134
  }
10080
- function Om() {
10135
+ function Dm() {
10081
10136
  return {
10082
10137
  cachedComponents: ce.size,
10083
10138
  preloadQueue: at.size,
@@ -10122,17 +10177,17 @@ const Jl = ({ message: e }) => /* @__PURE__ */ h("div", { className: "flex items
10122
10177
  throw o;
10123
10178
  }), a = ec(t);
10124
10179
  return (o) => /* @__PURE__ */ i(He, { fallback: /* @__PURE__ */ i(a, {}), children: /* @__PURE__ */ i(n, { ...o }) });
10125
- }, Dm = async (e) => {
10180
+ }, zm = async (e) => {
10126
10181
  try {
10127
10182
  await e();
10128
10183
  } catch {
10129
10184
  }
10130
- }, zm = (e) => {
10185
+ }, Wm = (e) => {
10131
10186
  const t = {};
10132
10187
  return Object.entries(e).forEach(([r, n]) => {
10133
10188
  t[r] = tc(n, "skeleton");
10134
10189
  }), t;
10135
- }, Wm = (e) => e, rc = {
10190
+ }, Bm = (e) => e, rc = {
10136
10191
  // Critical routes (preload immediately)
10137
10192
  critical: ["/", "/connect", "/mail"],
10138
10193
  // Secondary routes (preload on idle)
@@ -10171,7 +10226,7 @@ const Jl = ({ message: e }) => /* @__PURE__ */ h("div", { className: "flex items
10171
10226
  };
10172
10227
  We.preloadedComponents = /* @__PURE__ */ new Set(), We.preloadQueue = [], We.isPreloading = !1;
10173
10228
  let xr = We;
10174
- const Bm = () => {
10229
+ const jm = () => {
10175
10230
  "requestIdleCallback" in window && window.requestIdleCallback(() => {
10176
10231
  rc.secondary.forEach((e) => {
10177
10232
  });
@@ -10180,7 +10235,7 @@ const Bm = () => {
10180
10235
  /* @__PURE__ */ i("div", { className: "animate-spin rounded-full h-6 w-6 border-b-2 border-blue-500" }),
10181
10236
  /* @__PURE__ */ i("span", { className: "ml-2 text-sm text-gray-600", children: e })
10182
10237
  ] }), Ve = /* @__PURE__ */ new Map();
10183
- function jm(e, t) {
10238
+ function Fm(e, t) {
10184
10239
  const {
10185
10240
  condition: r,
10186
10241
  fallback: n,
@@ -10225,7 +10280,7 @@ function jm(e, t) {
10225
10280
  };
10226
10281
  return c.displayName = `ConditionalLazy(${l})`, c;
10227
10282
  }
10228
- const Fm = {
10283
+ const _m = {
10229
10284
  // Example: Premium features only for subscribed users
10230
10285
  // PremiumEmailFeatures: createConditionalLazyComponent(
10231
10286
  // () => import('../components/premium/PremiumEmailFeatures'),
@@ -10238,7 +10293,7 @@ const Fm = {
10238
10293
  // priority: 'high'
10239
10294
  // }
10240
10295
  // ),
10241
- }, _m = {
10296
+ }, Vm = {
10242
10297
  // Examples of platform-specific conditional loading
10243
10298
  // These can be implemented as needed for specific platform optimizations
10244
10299
  };
@@ -10258,10 +10313,10 @@ async function nc(e, t, r) {
10258
10313
  }
10259
10314
  throw n;
10260
10315
  }
10261
- function Vm() {
10316
+ function Hm() {
10262
10317
  Ve.clear();
10263
10318
  }
10264
- function Hm() {
10319
+ function Um() {
10265
10320
  return {
10266
10321
  cachedComponents: Ve.size,
10267
10322
  cacheEntries: Array.from(Ve.entries()).map(([e, t]) => ({
@@ -10482,15 +10537,15 @@ class ac {
10482
10537
  }
10483
10538
  }
10484
10539
  let Re = null;
10485
- function Um() {
10540
+ function qm() {
10486
10541
  Re || (Re = new ac(), document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", () => {
10487
10542
  Re?.initializePreloading();
10488
10543
  }) : Re.initializePreloading());
10489
10544
  }
10490
- function qm() {
10545
+ function Gm() {
10491
10546
  return Re?.getPreloadingStats();
10492
10547
  }
10493
- function Gm(e) {
10548
+ function Km(e) {
10494
10549
  const t = {
10495
10550
  // Core AI Classification
10496
10551
  "ai-content-type": e.contentType,
@@ -10561,7 +10616,7 @@ function oc(e) {
10561
10616
  ]
10562
10617
  } : t;
10563
10618
  }
10564
- function Km(e, t) {
10619
+ function Ym(e, t) {
10565
10620
  return t.map((r) => ({
10566
10621
  type: "related-content",
10567
10622
  target: r.url,
@@ -10604,7 +10659,7 @@ function sc(e) {
10604
10659
  ];
10605
10660
  return e.contentType === "governance-page" ? [...t, ...r] : t;
10606
10661
  }
10607
- function Ym(e, t) {
10662
+ function Qm(e, t) {
10608
10663
  return {
10609
10664
  contentClassification: {
10610
10665
  type: e.contentType,
@@ -10630,7 +10685,7 @@ function lc(e) {
10630
10685
  documentation: "TechArticle"
10631
10686
  }[e] || "WebPage";
10632
10687
  }
10633
- function Qm(e) {
10688
+ function Xm(e) {
10634
10689
  return {
10635
10690
  "@context": "https://schema.org",
10636
10691
  "@type": "MonitorAction",
@@ -10652,7 +10707,7 @@ function Qm(e) {
10652
10707
  }
10653
10708
  };
10654
10709
  }
10655
- const Xm = {
10710
+ const Zm = {
10656
10711
  governancePage: {
10657
10712
  contentType: "governance-page",
10658
10713
  primaryTopic: "DAO Governance Communication Platform",
@@ -10788,7 +10843,7 @@ function Rn(e) {
10788
10843
  );
10789
10844
  return a.displayName = `Lazy${e}Provider`, xt.set(t, a), a;
10790
10845
  }
10791
- function Zm({
10846
+ function Jm({
10792
10847
  children: e
10793
10848
  }) {
10794
10849
  const t = In();
@@ -10823,7 +10878,7 @@ const Gt = class Gt {
10823
10878
  };
10824
10879
  Gt.preloadedWallets = /* @__PURE__ */ new Set();
10825
10880
  let ot = Gt;
10826
- function Jm() {
10881
+ function e0() {
10827
10882
  return {
10828
10883
  availableWallets: In(),
10829
10884
  preloadWallet: (n) => {
@@ -10833,7 +10888,7 @@ function Jm() {
10833
10888
  hasWallet: (n) => De.has(n.toLowerCase())
10834
10889
  };
10835
10890
  }
10836
- function e0({
10891
+ function t0({
10837
10892
  walletName: e,
10838
10893
  onConnect: t,
10839
10894
  disabled: r = !1
@@ -10854,7 +10909,7 @@ function e0({
10854
10909
  }
10855
10910
  );
10856
10911
  }
10857
- class t0 {
10912
+ class r0 {
10858
10913
  constructor() {
10859
10914
  this.criticalResources = [], this.observedMetrics = {
10860
10915
  fcp: 0,
@@ -11092,27 +11147,27 @@ const vt = {
11092
11147
  clearEntries: (e) => {
11093
11148
  typeof performance < "u" && (e ? (performance.clearMeasures?.(e), performance.clearMarks?.(e)) : (performance.clearMeasures?.(), performance.clearMarks?.()));
11094
11149
  }
11095
- }, r0 = (e, t = []) => {
11150
+ }, n0 = (e, t = []) => {
11096
11151
  V(() => (vt.mark(`${e}-start`), () => {
11097
11152
  vt.mark(`${e}-end`), vt.measure(e, `${e}-start`, `${e}-end`);
11098
11153
  }), [e, t]);
11099
- }, n0 = (e) => {
11154
+ }, a0 = (e) => {
11100
11155
  const t = q(e);
11101
11156
  return t.current = e, re(
11102
11157
  (...r) => t.current(...r),
11103
11158
  []
11104
11159
  );
11105
- }, a0 = (e, t, r) => {
11160
+ }, o0 = (e, t, r) => {
11106
11161
  const n = q(t), a = q(void 0);
11107
11162
  return $t(() => (r && process.env.NODE_ENV === "development" && t.some(
11108
11163
  (o, s) => o !== n.current[s]
11109
11164
  ), n.current = t, a.current = e(), a.current), [e, r, t]);
11110
- }, it = /* @__PURE__ */ new Map(), o0 = (e) => {
11165
+ }, it = /* @__PURE__ */ new Map(), i0 = (e) => {
11111
11166
  const t = it.get(e) || 0;
11112
11167
  it.set(e, t + 1), V(() => {
11113
11168
  process.env.NODE_ENV;
11114
11169
  });
11115
- }, i0 = () => Object.fromEntries(it), s0 = () => it.clear(), l0 = (e) => P.lazy(e), c0 = (e = 0.1) => {
11170
+ }, s0 = () => Object.fromEntries(it), l0 = () => it.clear(), c0 = (e) => P.lazy(e), d0 = (e = 0.1) => {
11116
11171
  const [t, r] = R(/* @__PURE__ */ new Set()), n = q(null);
11117
11172
  V(() => (n.current = new IntersectionObserver(
11118
11173
  (o) => {
@@ -11131,7 +11186,7 @@ const vt = {
11131
11186
  o && n.current && n.current.observe(o);
11132
11187
  }, []);
11133
11188
  return { loadedImages: t, observeImage: a };
11134
- }, d0 = (e) => {
11189
+ }, u0 = (e) => {
11135
11190
  typeof window < "u" && "requestIdleCallback" in window ? window.requestIdleCallback(() => {
11136
11191
  e().catch(() => {
11137
11192
  });
@@ -11139,19 +11194,19 @@ const vt = {
11139
11194
  e().catch(() => {
11140
11195
  });
11141
11196
  }, 100);
11142
- }, Mn = {}, u0 = (e) => {
11197
+ }, Mn = {}, m0 = (e) => {
11143
11198
  Mn[e.name] = e.value, process.env.NODE_ENV;
11144
- }, m0 = () => Mn, g0 = (e, t = "script") => {
11199
+ }, g0 = () => Mn, p0 = (e, t = "script") => {
11145
11200
  if (typeof document < "u") {
11146
11201
  const r = document.createElement("link");
11147
11202
  r.rel = "prefetch", r.href = e, r.as = t, document.head.appendChild(r);
11148
11203
  }
11149
- }, p0 = (e, t = "script", r) => {
11204
+ }, f0 = (e, t = "script", r) => {
11150
11205
  if (typeof document < "u") {
11151
11206
  const n = document.createElement("link");
11152
11207
  n.rel = "preload", n.href = e, n.as = t, r && (n.crossOrigin = "anonymous"), document.head.appendChild(n);
11153
11208
  }
11154
- }, f0 = (e) => {
11209
+ }, h0 = (e) => {
11155
11210
  const t = q(/* @__PURE__ */ new Set()), r = q(/* @__PURE__ */ new Set()), n = re((o, s) => {
11156
11211
  const l = setTimeout(() => {
11157
11212
  t.current.delete(l), o();
@@ -11193,7 +11248,7 @@ const vt = {
11193
11248
  `CLS (${e.CLS}) exceeds budget (${me.maxCLS})`
11194
11249
  ), t;
11195
11250
  }
11196
- }, h0 = ({
11251
+ }, y0 = ({
11197
11252
  contentType: e,
11198
11253
  aiSummary: t,
11199
11254
  technicalComplexity: r = "intermediate"
@@ -11201,11 +11256,11 @@ const vt = {
11201
11256
  /* @__PURE__ */ i("meta", { name: "ai:content-type", content: e }),
11202
11257
  /* @__PURE__ */ i("meta", { name: "ai:summary", content: t }),
11203
11258
  /* @__PURE__ */ i("meta", { name: "ai:complexity", content: r })
11204
- ] }), y0 = ({
11259
+ ] }), b0 = ({
11205
11260
  children: e,
11206
11261
  className: t,
11207
11262
  ...r
11208
- }) => /* @__PURE__ */ i("main", { className: t, ...r, role: "main", children: e }), b0 = ({
11263
+ }) => /* @__PURE__ */ i("main", { className: t, ...r, role: "main", children: e }), x0 = ({
11209
11264
  children: e
11210
11265
  }) => /* @__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
11266
  const t = Pe(e.audience);
@@ -11366,7 +11421,7 @@ const vt = {
11366
11421
  "Smart contract integration"
11367
11422
  ]
11368
11423
  };
11369
- }, x0 = (e) => ({
11424
+ }, v0 = (e) => ({
11370
11425
  "@context": "https://schema.org",
11371
11426
  "@type": "FAQPage",
11372
11427
  mainEntity: e.map((t) => ({
@@ -11511,7 +11566,7 @@ const vt = {
11511
11566
  "content:expertise": "technical",
11512
11567
  "content:trustworthiness": "verified"
11513
11568
  };
11514
- }, v0 = (e) => ({
11569
+ }, w0 = (e) => ({
11515
11570
  structuredData: {
11516
11571
  product: kr(e),
11517
11572
  article: Cr(e),
@@ -11525,7 +11580,7 @@ const vt = {
11525
11580
  Cr(e),
11526
11581
  Sr(e)
11527
11582
  ]
11528
- }), w0 = {
11583
+ }), k0 = {
11529
11584
  homepage: {
11530
11585
  title: "0xmail.box - Revolutionary Web3 Email Platform | Wallet-Based Authentication",
11531
11586
  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 +11644,7 @@ const vt = {
11589
11644
  readingTime: 8,
11590
11645
  relatedTopics: ["Token economics", "Reward systems", "Referral marketing"]
11591
11646
  }
11592
- }, k0 = (e) => {
11647
+ }, C0 = (e) => {
11593
11648
  const {
11594
11649
  level: t,
11595
11650
  text: r,
@@ -11667,7 +11722,7 @@ const vt = {
11667
11722
  className: t,
11668
11723
  semanticContext: "feature"
11669
11724
  })
11670
- }, C0 = (e) => {
11725
+ }, S0 = (e) => {
11671
11726
  const t = [], r = [], n = e.filter((a) => a.level === 1).length;
11672
11727
  n === 0 ? t.push("Missing H1 tag - every page should have exactly one H1") : n > 1 && t.push(
11673
11728
  `Multiple H1 tags found (${n}) - use only one H1 per page`
@@ -11687,7 +11742,7 @@ const vt = {
11687
11742
  errors: t,
11688
11743
  suggestions: r
11689
11744
  };
11690
- }, S0 = {
11745
+ }, N0 = {
11691
11746
  walletConnection: ie.pageTitle("Connect Your Web3 Wallet"),
11692
11747
  emailBenefits: ie.majorSection("Why Choose Web3 Email?"),
11693
11748
  securityFeature: ie.feature("Secure & Private"),
@@ -11697,7 +11752,7 @@ const vt = {
11697
11752
  setupStep1: ie.step("Connect Your Wallet", 1),
11698
11753
  setupStep2: ie.step("Verify Your Identity", 2),
11699
11754
  setupStep3: ie.step("Access Your Emails", 3)
11700
- }, N0 = [
11755
+ }, E0 = [
11701
11756
  {
11702
11757
  term: "Web3 Email",
11703
11758
  definition: "Email system that uses blockchain wallet addresses as authentication instead of traditional passwords",
@@ -11782,7 +11837,7 @@ const vt = {
11782
11837
  examples: ["Gmail to Web3 email", "Outlook integration"],
11783
11838
  context: "Web2/Web3 bridge ensures compatibility with existing email infrastructure"
11784
11839
  }
11785
- ], E0 = (e) => ({
11840
+ ], A0 = (e) => ({
11786
11841
  // Semantic markup for AI understanding
11787
11842
  "@context": "https://schema.org",
11788
11843
  "@type": "LearningResource",
@@ -11800,7 +11855,7 @@ const vt = {
11800
11855
  keywords: e.concepts,
11801
11856
  applicationExample: e.practicalApplications,
11802
11857
  isRelatedTo: e.relatedConcepts
11803
- }), A0 = (e) => {
11858
+ }), P0 = (e) => {
11804
11859
  const t = {
11805
11860
  nodes: e.map((r) => ({
11806
11861
  id: r.term,
@@ -11825,7 +11880,7 @@ const vt = {
11825
11880
  });
11826
11881
  });
11827
11882
  }), t;
11828
- }, P0 = (e) => {
11883
+ }, T0 = (e) => {
11829
11884
  const t = [];
11830
11885
  return e.examples?.forEach((r) => {
11831
11886
  t.push({
@@ -11845,7 +11900,7 @@ const vt = {
11845
11900
  type: "definition",
11846
11901
  confidence: 1
11847
11902
  }), t;
11848
- }, T0 = (e) => {
11903
+ }, $0 = (e) => {
11849
11904
  const t = [];
11850
11905
  return e.forEach((r) => {
11851
11906
  t.push({
@@ -11870,7 +11925,7 @@ const vt = {
11870
11925
  difficulty: "intermediate"
11871
11926
  });
11872
11927
  }), t;
11873
- }, $0 = {
11928
+ }, L0 = {
11874
11929
  homepage: {
11875
11930
  domain: "Web3 Email Platform",
11876
11931
  category: "Web3 Communication",
@@ -11961,52 +12016,52 @@ const vt = {
11961
12016
  * @author John Qiu Huang
11962
12017
  * @license MIT
11963
12018
  */
11964
- const L0 = {
12019
+ const I0 = {
11965
12020
  utils: {
11966
12021
  cn: v
11967
12022
  }
11968
12023
  };
11969
12024
  export {
11970
- h0 as AIMeta,
11971
- b0 as AITrainingEnhancer,
11972
- $0 as AI_TRAINING_CONFIGS,
12025
+ y0 as AIMeta,
12026
+ x0 as AITrainingEnhancer,
12027
+ L0 as AI_TRAINING_CONFIGS,
11973
12028
  jd as AddressLink,
11974
12029
  Vd as Alert,
11975
12030
  _d as AlertDescription,
11976
12031
  Fd as AlertTitle,
11977
12032
  Ne as AnimatedSection,
11978
- M0 as ArrowLeftIcon,
11979
- O0 as ArrowRightIcon,
11980
- D0 as Bars3Icon,
12033
+ O0 as ArrowLeftIcon,
12034
+ D0 as ArrowRightIcon,
12035
+ z0 as Bars3Icon,
11981
12036
  um as BatchRender,
11982
- z0 as BellIcon,
11983
- W0 as BellSlashIcon,
12037
+ W0 as BellIcon,
12038
+ B0 as BellSlashIcon,
11984
12039
  Lu as BodyText,
11985
12040
  Dl as Breadcrumb,
11986
12041
  Uu as BreadcrumbSection,
11987
12042
  be as Button,
11988
12043
  gm as CTASection,
11989
12044
  Xd as CalloutBox,
11990
- km as CancellableRequest,
12045
+ Cm as CancellableRequest,
11991
12046
  Fr as Card,
11992
12047
  Kd as CardContent,
11993
12048
  Yd as CardFooter,
11994
12049
  Gd as CardHeader,
11995
12050
  To as ChainBadge,
11996
- B0 as ChartBarIcon,
11997
- j0 as CheckCircleIcon,
11998
- bg as CheckCircleIconSolid,
11999
- F0 as CheckIcon,
12000
- xg as CheckIconSolid,
12001
- _0 as ChevronDownIcon,
12002
- V0 as ChevronLeftIcon,
12003
- H0 as ChevronRightIcon,
12004
- U0 as ChevronUpIcon,
12005
- q0 as ClockIcon,
12051
+ j0 as ChartBarIcon,
12052
+ F0 as CheckCircleIcon,
12053
+ xg as CheckCircleIconSolid,
12054
+ _0 as CheckIcon,
12055
+ vg as CheckIconSolid,
12056
+ V0 as ChevronDownIcon,
12057
+ H0 as ChevronLeftIcon,
12058
+ U0 as ChevronRightIcon,
12059
+ q0 as ChevronUpIcon,
12060
+ G0 as ClockIcon,
12006
12061
  qu as CodeBlock,
12007
- G0 as CodeBracketIcon,
12062
+ K0 as CodeBracketIcon,
12008
12063
  Gu as CodeExampleBlock,
12009
- K0 as Cog6ToothIcon,
12064
+ Y0 as Cog6ToothIcon,
12010
12065
  Ku as CollapsibleDocumentationTopic,
12011
12066
  rr as CollapsibleEmailField,
12012
12067
  Zd as ComparisonSection,
@@ -12014,20 +12069,20 @@ export {
12014
12069
  lm as ConditionalRender,
12015
12070
  Du as ConfirmationDialog,
12016
12071
  eu as ContentContainer,
12017
- Y0 as CreditCardIcon,
12018
- Q0 as DocumentTextIcon,
12072
+ Q0 as CreditCardIcon,
12073
+ X0 as DocumentTextIcon,
12019
12074
  tu as Dropdown,
12020
12075
  gu as EmailAccountsList,
12021
12076
  qr as EmailInputField,
12022
12077
  ku as EmailInputGroup,
12023
12078
  Vo as EmptyState,
12024
- X0 as EnvelopeIcon,
12079
+ Z0 as EnvelopeIcon,
12025
12080
  em as ErrorBoundary,
12026
12081
  tm as ErrorBoundaryLazy,
12027
- Z0 as ExclamationTriangleIcon,
12028
- vg as ExclamationTriangleIconSolid,
12082
+ J0 as ExclamationTriangleIcon,
12083
+ wg as ExclamationTriangleIconSolid,
12029
12084
  im as ExpensiveComponent,
12030
- J0 as EyeSlashIcon,
12085
+ eg as EyeSlashIcon,
12031
12086
  Ud as FadeInScale,
12032
12087
  Hd as FadeInUp,
12033
12088
  _u as FeatureBlock,
@@ -12038,55 +12093,56 @@ export {
12038
12093
  Mt as FormFieldGroup,
12039
12094
  Fu as FormSection,
12040
12095
  Wu as FreeEmailBanner,
12041
- eg as GlobeAltIcon,
12096
+ tg as GlobeAltIcon,
12042
12097
  ou as HeroBannerWithBadge,
12043
- tg as HomeIcon,
12098
+ rg as HomeIcon,
12044
12099
  zu as IconContainer,
12045
- rg as InboxIcon,
12100
+ ng as InboxIcon,
12046
12101
  Qd as InfoCard,
12047
12102
  Bu as InfoPanel,
12048
- ng as InformationCircleIcon,
12103
+ ag as InformationCircleIcon,
12049
12104
  vo as Input,
12050
12105
  Bd as KYCLevelCard,
12051
12106
  zd as KYCStatusBadge,
12052
- ag as KeyIcon,
12107
+ og as KeyIcon,
12053
12108
  _r as Label,
12054
12109
  Zu as LanguageSelector,
12055
12110
  cm as LazyComponent,
12056
- Rm as LazyImage,
12111
+ Mm as LazyImage,
12057
12112
  _a as LazyLoadQueue,
12058
- e0 as LazyWalletButton,
12113
+ t0 as LazyWalletButton,
12059
12114
  hd as LazyWrapper,
12060
12115
  jr as LoadPriority,
12061
- bm as LoadingOptimizer,
12116
+ xm as LoadingOptimizer,
12062
12117
  vu as LoadingState,
12063
12118
  Hu as Logo,
12064
- hm as MasterDetailLayout,
12065
- og as MegaphoneIcon,
12119
+ ym as MasterDetailLayout,
12120
+ hm as MasterListItem,
12121
+ ig as MegaphoneIcon,
12066
12122
  iu as MetricsGrid,
12067
- ig as MinusIcon,
12123
+ sg as MinusIcon,
12068
12124
  yl as Modal,
12069
12125
  bl as ModalContent,
12070
12126
  xl as ModalFooter,
12071
12127
  Ou as ModalHeader,
12072
12128
  wu as NoContent,
12073
- vm as OptimizedAPIClient,
12129
+ wm as OptimizedAPIClient,
12074
12130
  mm as OptimizedImage,
12075
- xm as OptimizedRoutePreloader,
12131
+ vm as OptimizedRoutePreloader,
12076
12132
  bu as PageContainer,
12077
12133
  fm as PageHeader,
12078
12134
  Tu as PageTitle,
12079
- sg as PaperAirplaneIcon,
12080
- lg as PaperClipIcon,
12135
+ lg as PaperAirplaneIcon,
12136
+ cg as PaperClipIcon,
12081
12137
  dm as PerformanceBoundary,
12082
- ym as PerformanceOptimizer,
12083
- _m as PlatformSpecificComponents,
12084
- cg as PlusIcon,
12138
+ bm as PerformanceOptimizer,
12139
+ Vm as PlatformSpecificComponents,
12140
+ dg as PlusIcon,
12085
12141
  Va as PriorityLoader,
12086
12142
  su as ProcessSteps,
12087
12143
  Yu as PromotionalBanner,
12088
12144
  lu as PullToRefresh,
12089
- dg as RocketLaunchIcon,
12145
+ ug as RocketLaunchIcon,
12090
12146
  br as RouteBasedLazyLoader,
12091
12147
  rm as SafeAppWrapper,
12092
12148
  xu as Section,
@@ -12105,22 +12161,22 @@ export {
12105
12161
  So as SelectSeparator,
12106
12162
  wt as SelectTrigger,
12107
12163
  ko as SelectValue,
12108
- y0 as SemanticHTML,
12164
+ b0 as SemanticHTML,
12109
12165
  pu as SettingsList,
12110
- ug as ShieldCheckIcon,
12166
+ mg as ShieldCheckIcon,
12111
12167
  Mu as SmartContent,
12112
12168
  Ln as SmartLink,
12113
- Zm as SmartWalletProviders,
12114
- mg as SparklesIcon,
12169
+ Jm as SmartWalletProviders,
12170
+ gg as SparklesIcon,
12115
12171
  tr as Spinner,
12116
12172
  pm as StandardPageLayout,
12117
- gg as StarIcon,
12118
- wg as StarIconSolid,
12173
+ pg as StarIcon,
12174
+ kg as StarIconSolid,
12119
12175
  ju as StatCard,
12120
12176
  mu as StatusBadge,
12121
12177
  Eu as StatusIndicator,
12122
12178
  Ju as StepList,
12123
- Fm as SubscriptionGatedComponents,
12179
+ _m as SubscriptionGatedComponents,
12124
12180
  Wd as SumsubWebSDK,
12125
12181
  No as Switch,
12126
12182
  Au as SystemStatusIndicator,
@@ -12134,105 +12190,105 @@ export {
12134
12190
  Iu as TextLink,
12135
12191
  Qu as TrackedButton,
12136
12192
  Xu as TrackedLink,
12137
- pg as TrashIcon,
12193
+ fg as TrashIcon,
12138
12194
  hu as UseCaseGrid,
12139
- fg as UserGroupIcon,
12195
+ hg as UserGroupIcon,
12140
12196
  sm as VirtualListItem,
12141
- N0 as WEB3_CONCEPTS,
12142
- S0 as WEB3_EMAIL_HEADINGS,
12197
+ E0 as WEB3_CONCEPTS,
12198
+ N0 as WEB3_EMAIL_HEADINGS,
12143
12199
  ie as WEB3_HEADING_PATTERNS,
12144
12200
  Vu as WalletIcon,
12145
12201
  ot as WalletPreloader,
12146
- hg as XMarkIcon,
12202
+ yg as XMarkIcon,
12147
12203
  xd as addResourceHint,
12148
- Xm as aiOptimizationPresets,
12204
+ Zm as aiOptimizationPresets,
12149
12205
  kd as appStorage,
12150
12206
  Ed as autoConnectWalletBrowser,
12151
12207
  Wc as batchDOMUpdates,
12152
12208
  Oe as bundleAnalysis,
12153
12209
  io as buttonVariants,
12154
- Tm as cacheHeaders,
12155
- Cm as cacheUtils,
12210
+ $m as cacheHeaders,
12211
+ Sm as cacheUtils,
12156
12212
  $d as checkPerformanceBudget,
12157
- Mm as clearComponentCache,
12158
- Vm as clearConditionalCache,
12159
- s0 as clearRenderCounts,
12213
+ Om as clearComponentCache,
12214
+ Hm as clearConditionalCache,
12215
+ l0 as clearRenderCounts,
12160
12216
  v as cn,
12161
12217
  v as combineClassNames,
12162
- Am as conditionalCSS,
12218
+ Pm as conditionalCSS,
12163
12219
  Rd as convertFileSize,
12164
12220
  mc as createAIMetaTags,
12165
12221
  Sr as createAIOptimizedSchema,
12166
- Im as createAdvancedLazyComponent,
12222
+ Rm as createAdvancedLazyComponent,
12167
12223
  ud as createBreadcrumb,
12168
12224
  Rc as createCSSVariables,
12169
12225
  Zt as createComparisonData,
12170
12226
  ad as createConditionalImports,
12171
- jm as createConditionalLazyComponent,
12227
+ Fm as createConditionalLazyComponent,
12172
12228
  Jd as createEmailComparisonData,
12173
- x0 as createEnhancedFAQSchema,
12229
+ v0 as createEnhancedFAQSchema,
12174
12230
  dc as createEnhancedOpenGraph,
12175
12231
  uc as createEnhancedTwitterCard,
12176
12232
  Jt as createFeature,
12177
12233
  tc as createLazyComponent,
12178
- l0 as createLazyComponentFactory,
12234
+ c0 as createLazyComponentFactory,
12179
12235
  yd as createLazyRoute,
12180
12236
  Rn as createLazyWalletProvider,
12181
- Wm as createLibraryImports,
12237
+ Bm as createLibraryImports,
12182
12238
  am as createMemoComponent,
12183
12239
  $c as createOptimizedStyles,
12184
12240
  fd as createProgressiveComponent,
12185
12241
  au as createSecurityFeatures,
12186
12242
  od as createSelectiveExports,
12187
12243
  om as createSelectiveMemoComponent,
12188
- k0 as createSemanticHeading,
12244
+ C0 as createSemanticHeading,
12189
12245
  Nd as createSimpleStorage,
12190
12246
  Cr as createTechnicalArticleSchema,
12191
12247
  id as createTreeShakingConfig,
12192
- zm as createUIComponents,
12248
+ Wm as createUIComponents,
12193
12249
  kr as createWeb3ProductSchema,
12194
- t0 as criticalPathOptimizer,
12250
+ r0 as criticalPathOptimizer,
12195
12251
  Kl as cspDirectives,
12196
12252
  Ba as cssOptimization,
12197
12253
  Me as deadCodeElimination,
12198
- L0 as default,
12254
+ I0 as default,
12199
12255
  Ga as defaultPerformanceBudget,
12200
12256
  In as detectAvailableWallets,
12201
12257
  Ha as detectWalletBrowser,
12202
12258
  Ld as exportPerformanceData,
12203
12259
  Id as formatFileSize,
12204
- Gm as generateAIMetaTags,
12205
- E0 as generateAIMetadata,
12206
- Ym as generateAIStructuredData,
12207
- v0 as generateAdvancedSEO,
12260
+ Km as generateAIMetaTags,
12261
+ A0 as generateAIMetadata,
12262
+ Qm as generateAIStructuredData,
12263
+ w0 as generateAdvancedSEO,
12208
12264
  Yl as generateCSP,
12209
- A0 as generateConceptGraph,
12210
- Km as generateContentRelationships,
12265
+ P0 as generateConceptGraph,
12266
+ Ym as generateContentRelationships,
12211
12267
  ic as generateEntityRecognition,
12212
12268
  qc as generateImageSEO,
12213
- Qm as generatePerformanceTrackingSchema,
12269
+ Xm as generatePerformanceTrackingSchema,
12214
12270
  Zc as generatePictureElement,
12215
12271
  rd as generatePlaceholder,
12216
- T0 as generateQAPairs,
12272
+ $0 as generateQAPairs,
12217
12273
  oc as generateSemanticMarkup,
12218
12274
  Kc as generateSizes,
12219
12275
  Yc as generateSocialImageMeta,
12220
12276
  Gc as generateSrcSet,
12221
12277
  sc as generateTopicClustering,
12222
- P0 as generateTrainingExamples,
12278
+ T0 as generateTrainingExamples,
12223
12279
  dd as getActiveNavItem,
12224
- Hm as getConditionalStats,
12280
+ Um as getConditionalStats,
12225
12281
  ql as getEnvironmentType,
12226
- Om as getLazyLoadingStats,
12282
+ Dm as getLazyLoadingStats,
12227
12283
  Xc as getOptimalImageFormat,
12228
12284
  Rt as getPerformanceMonitor,
12229
- qm as getPreloadingStats,
12230
- i0 as getRenderCounts,
12285
+ Gm as getPreloadingStats,
12286
+ s0 as getRenderCounts,
12231
12287
  se as getUINavigationService,
12232
- m0 as getWebVitals,
12233
- Um as initializeAdvancedPreloading,
12288
+ g0 as getWebVitals,
12289
+ qm as initializeAdvancedPreloading,
12234
12290
  Ad as initializePerformanceMonitoring,
12235
- Bm as initializePreloading,
12291
+ jm as initializePreloading,
12236
12292
  jc as inlineCriticalStyles,
12237
12293
  Hl as isLocalhost,
12238
12294
  Ul as isNetworkAccess,
@@ -12241,7 +12297,7 @@ export {
12241
12297
  vd as lazyLoadQueue,
12242
12298
  pd as lazyWithPreload,
12243
12299
  gd as lazyWithRetry,
12244
- Nm as loadCSS,
12300
+ Em as loadCSS,
12245
12301
  Lc as loadCriticalCSS,
12246
12302
  Ic as loadNonCriticalCSS,
12247
12303
  Td as measureAsyncOperation,
@@ -12254,57 +12310,57 @@ export {
12254
12310
  _c as optimizeGrid,
12255
12311
  zc as optimizeWillChange,
12256
12312
  jl as optimizedFetch,
12257
- w0 as pageSEOConfigs,
12313
+ k0 as pageSEOConfigs,
12258
12314
  Md as parseFileSize,
12259
12315
  me as performanceBudget,
12260
12316
  vt as performanceUtils,
12261
12317
  Oa as prefersReducedMotion,
12262
- g0 as prefetchResource,
12263
- Dm as preloadComponent,
12318
+ p0 as prefetchResource,
12319
+ zm as preloadComponent,
12264
12320
  Jc as preloadImage,
12265
- p0 as preloadResource,
12266
- d0 as preloadRoute,
12321
+ f0 as preloadResource,
12322
+ u0 as preloadRoute,
12267
12323
  nd as preserveAspectRatio,
12268
12324
  wd as priorityLoader,
12269
- u0 as reportWebVitals,
12325
+ m0 as reportWebVitals,
12270
12326
  rc as routeConfig,
12271
- Pm as securityHeaders,
12272
- $m as setupCSPReporting,
12327
+ Tm as securityHeaders,
12328
+ Lm as setupCSPReporting,
12273
12329
  Qc as setupLazyLoading,
12274
12330
  ed as setupProgressiveLoading,
12275
- Sm as shouldEnableWallet,
12331
+ Nm as shouldEnableWallet,
12276
12332
  bt as smartLinkVariants,
12277
12333
  za as supportsAVIF,
12278
- Em as supportsCSSImports,
12334
+ Am as supportsCSSImports,
12279
12335
  Da as supportsWebP,
12280
12336
  Cd as themeStorage,
12281
12337
  Ka as useClickOutside,
12282
12338
  Ya as useCodeLoader,
12283
12339
  qa as useComponentPerformance,
12284
12340
  Od as useCopyToClipboard,
12285
- a0 as useDebugMemo,
12341
+ o0 as useDebugMemo,
12286
12342
  bd as useDynamicImport,
12287
- c0 as useImageLazyLoading,
12343
+ d0 as useImageLazyLoading,
12288
12344
  Fa as useLazyLoad,
12289
12345
  Fc as useLazyStyles,
12290
12346
  ld as useLocation,
12291
12347
  Hc as useMediaQuery,
12292
- f0 as useMemoryLeakDetection,
12348
+ h0 as useMemoryLeakDetection,
12293
12349
  Dd as useMultipleCopyToClipboard,
12294
12350
  sd as useNavigation,
12295
12351
  Uc as useOptimizedTheme,
12296
- Jm as useOptimizedWallets,
12297
- r0 as usePerformanceMark,
12352
+ e0 as useOptimizedWallets,
12353
+ n0 as usePerformanceMark,
12298
12354
  Oc as useReducedMotion,
12299
- o0 as useRenderCount,
12355
+ i0 as useRenderCount,
12300
12356
  Mc as useResponsiveStyles,
12301
12357
  cd as useSearchParams,
12302
12358
  Ru as useSmartLinks,
12303
- n0 as useStableCallback,
12359
+ a0 as useStableCallback,
12304
12360
  Wa as utils,
12305
- C0 as validateHeadingStructure,
12361
+ S0 as validateHeadingStructure,
12306
12362
  Sd as walletStorage,
12307
- Lm as web3SecurityNotes,
12363
+ Im as web3SecurityNotes,
12308
12364
  Pd as withPerformanceTracking,
12309
- wm as withRetry
12365
+ km as withRetry
12310
12366
  };