@sudobility/components 5.0.47 → 5.0.49
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.js +152 -133
- package/dist/ui/select.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { clsx as pr } from "clsx";
|
|
2
2
|
import { twMerge as yr } from "tailwind-merge";
|
|
3
3
|
import { jsx as a, jsxs as h, Fragment as O } from "react/jsx-runtime";
|
|
4
|
-
import * as
|
|
4
|
+
import * as H from "react";
|
|
5
5
|
import D, { useState as I, useRef as B, useEffect as A, useCallback as R, createContext as Re, useMemo as ee, useContext as je, useLayoutEffect as xr, Component as Bt, memo as Le, lazy as se, Suspense as Ee } from "react";
|
|
6
6
|
import { cva as G } from "class-variance-authority";
|
|
7
7
|
import { textVariants as $, variants as j, getStatusIndicatorColor as de, getSectionBadgeColors as vr, getCardVariantColors as wr, ui as kr } from "@sudobility/design";
|
|
8
8
|
import { createPortal as et } from "react-dom";
|
|
9
9
|
import { ExclamationCircleIcon as Ge, CheckCircleIcon as Fe, InformationCircleIcon as me, XCircleIcon as tt, BellAlertIcon as Nr, ExclamationTriangleIcon as rt, MinusIcon as bt, PlusIcon as pt, MagnifyingGlassIcon as Cr, XMarkIcon as We, CalendarIcon as Sr, CloudArrowUpIcon as Lr, DocumentIcon as Rt, Cog6ToothIcon as yt, CurrencyDollarIcon as Er, AdjustmentsHorizontalIcon as Mr, LinkIcon as Ir, FunnelIcon as Tr, ChatBubbleLeftRightIcon as Ar, ShieldCheckIcon as zr, ArrowRightIcon as jt, ArrowTopRightOnSquareIcon as $e, ChevronLeftIcon as $r, ChevronRightIcon as at, TrashIcon as Ur, PhotoIcon as xt, ArrowPathIcon as Pr, CheckIcon as Dr, ClipboardDocumentIcon as Br, EnvelopeIcon as Rr, LanguageIcon as jr } from "@heroicons/react/24/outline";
|
|
10
|
-
import { ArrowLeftIcon as Pm, ArrowRightIcon as Dm, Bars3Icon as Bm, BellIcon as Rm, BellSlashIcon as jm, ChartBarIcon as Fm, CheckCircleIcon as Wm, CheckIcon as Om, ChevronDownIcon as Vm, ChevronLeftIcon as
|
|
10
|
+
import { ArrowLeftIcon as Pm, ArrowRightIcon as Dm, Bars3Icon as Bm, BellIcon as Rm, BellSlashIcon as jm, ChartBarIcon as Fm, CheckCircleIcon as Wm, CheckIcon as Om, ChevronDownIcon as Vm, ChevronLeftIcon as Hm, ChevronRightIcon as _m, ChevronUpIcon as qm, ClockIcon as Km, CodeBracketIcon as Gm, Cog6ToothIcon as Ym, CreditCardIcon as Qm, DocumentTextIcon as Jm, EnvelopeIcon as Xm, ExclamationTriangleIcon as Zm, EyeSlashIcon as eh, GlobeAltIcon as th, HomeIcon as rh, InboxIcon as ah, InformationCircleIcon as nh, KeyIcon as oh, MegaphoneIcon as sh, MinusIcon as lh, PaperAirplaneIcon as ih, PaperClipIcon as ch, PlusIcon as dh, RocketLaunchIcon as uh, ShieldCheckIcon as gh, SparklesIcon as mh, StarIcon as hh, TrashIcon as fh, UserGroupIcon as bh, XMarkIcon as ph } from "@heroicons/react/24/outline";
|
|
11
11
|
import { XMarkIcon as Fr, MinusIcon as Wr, CheckIcon as Or } from "@heroicons/react/24/solid";
|
|
12
12
|
import { CheckCircleIcon as xh, CheckIcon as vh, ExclamationTriangleIcon as wh, StarIcon as kh } from "@heroicons/react/24/solid";
|
|
13
13
|
import { ChainType as vt, InfoType as ue } from "@sudobility/types";
|
|
14
14
|
import { Root as Ft, Thumb as Vr } from "@radix-ui/react-switch";
|
|
15
15
|
import * as _ from "@radix-ui/react-select";
|
|
16
|
-
import { ChevronDownIcon as nt, ChevronUpIcon as
|
|
16
|
+
import { ChevronDownIcon as nt, ChevronUpIcon as Hr, CheckIcon as _r } from "@heroicons/react/20/solid";
|
|
17
17
|
import { Root as Wt } from "@radix-ui/react-label";
|
|
18
18
|
import { Slot as qr } from "@radix-ui/react-slot";
|
|
19
19
|
import { Link as Me, useParams as Oe, useNavigate as ot, useLocation as Ot, Outlet as Kr } from "react-router-dom";
|
|
20
|
-
import { Root as Gr, List as Vt, Trigger as
|
|
20
|
+
import { Root as Gr, List as Vt, Trigger as Ht, Content as _t } from "@radix-ui/react-tabs";
|
|
21
21
|
import { useTranslation as Ve } from "react-i18next";
|
|
22
22
|
import { onCLS as Yr, onINP as Qr, onFCP as Jr, onLCP as Xr, onTTFB as Zr } from "web-vitals";
|
|
23
23
|
function u(...t) {
|
|
@@ -1473,7 +1473,7 @@ const ea = ({
|
|
|
1473
1473
|
color: "default",
|
|
1474
1474
|
align: "left"
|
|
1475
1475
|
}
|
|
1476
|
-
}),
|
|
1476
|
+
}), Hs = ({
|
|
1477
1477
|
children: t,
|
|
1478
1478
|
variant: e = "body",
|
|
1479
1479
|
color: r = "default",
|
|
@@ -1501,7 +1501,7 @@ const ea = ({
|
|
|
1501
1501
|
variant: "default",
|
|
1502
1502
|
external: !1
|
|
1503
1503
|
}
|
|
1504
|
-
}),
|
|
1504
|
+
}), _s = ({
|
|
1505
1505
|
children: t,
|
|
1506
1506
|
href: e,
|
|
1507
1507
|
variant: r = "default",
|
|
@@ -2480,7 +2480,7 @@ function ha({
|
|
|
2480
2480
|
"div",
|
|
2481
2481
|
{
|
|
2482
2482
|
className: `
|
|
2483
|
-
flex items-center gap-3 px-4 py-3 rounded-lg border shadow-lg
|
|
2483
|
+
flex items-center gap-3 px-4 py-3 rounded-lg border shadow-lg pointer-events-auto cursor-default
|
|
2484
2484
|
transition-all duration-200 ease-out
|
|
2485
2485
|
${c.container}
|
|
2486
2486
|
${r && !o ? "opacity-100 translate-x-0" : "opacity-0 translate-x-4"}
|
|
@@ -2540,7 +2540,7 @@ function gl({
|
|
|
2540
2540
|
return t.length === 0 ? null : /* @__PURE__ */ a(
|
|
2541
2541
|
"div",
|
|
2542
2542
|
{
|
|
2543
|
-
className: `fixed z-
|
|
2543
|
+
className: `fixed z-[9999999] flex flex-col gap-2 max-w-sm w-full pointer-events-none ${fa[r]}`,
|
|
2544
2544
|
"aria-label": "Notifications",
|
|
2545
2545
|
children: t.map((n) => /* @__PURE__ */ a(ha, { toast: n, onDismiss: e }, n.id))
|
|
2546
2546
|
}
|
|
@@ -2847,7 +2847,7 @@ const hl = ({
|
|
|
2847
2847
|
"aria-label": "UstatusUpipeline",
|
|
2848
2848
|
children: e || "UstatusUpipeline Component"
|
|
2849
2849
|
}
|
|
2850
|
-
), lt =
|
|
2850
|
+
), lt = H.forwardRef(
|
|
2851
2851
|
({
|
|
2852
2852
|
className: t,
|
|
2853
2853
|
type: e,
|
|
@@ -3912,7 +3912,7 @@ const va = ({
|
|
|
3912
3912
|
),
|
|
3913
3913
|
x && /* @__PURE__ */ a("span", { className: "mt-1 text-sm text-red-600 dark:text-red-400", children: x })
|
|
3914
3914
|
] });
|
|
3915
|
-
}, ka =
|
|
3915
|
+
}, ka = H.forwardRef(
|
|
3916
3916
|
({
|
|
3917
3917
|
className: t,
|
|
3918
3918
|
onTrack: e,
|
|
@@ -4091,7 +4091,7 @@ const Il = ({
|
|
|
4091
4091
|
}), n?.(i);
|
|
4092
4092
|
};
|
|
4093
4093
|
return /* @__PURE__ */ a(_.Root, { onValueChange: l, ...s, children: o });
|
|
4094
|
-
}, Tl = _.Group, Na = _.Value, Ye =
|
|
4094
|
+
}, Tl = _.Group, Na = _.Value, Ye = H.forwardRef(({ className: t, children: e, ...r }, n) => /* @__PURE__ */ h(
|
|
4095
4095
|
_.Trigger,
|
|
4096
4096
|
{
|
|
4097
4097
|
ref: n,
|
|
@@ -4107,7 +4107,7 @@ const Il = ({
|
|
|
4107
4107
|
}
|
|
4108
4108
|
));
|
|
4109
4109
|
Ye.displayName = _.Trigger.displayName;
|
|
4110
|
-
const Gt =
|
|
4110
|
+
const Gt = H.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
4111
4111
|
_.ScrollUpButton,
|
|
4112
4112
|
{
|
|
4113
4113
|
ref: r,
|
|
@@ -4116,11 +4116,11 @@ const Gt = q.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
|
4116
4116
|
t
|
|
4117
4117
|
),
|
|
4118
4118
|
...e,
|
|
4119
|
-
children: /* @__PURE__ */ a(
|
|
4119
|
+
children: /* @__PURE__ */ a(Hr, { className: "h-4 w-4" })
|
|
4120
4120
|
}
|
|
4121
4121
|
));
|
|
4122
4122
|
Gt.displayName = _.ScrollUpButton.displayName;
|
|
4123
|
-
const Yt =
|
|
4123
|
+
const Yt = H.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
4124
4124
|
_.ScrollDownButton,
|
|
4125
4125
|
{
|
|
4126
4126
|
ref: r,
|
|
@@ -4133,36 +4133,55 @@ const Yt = q.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
|
4133
4133
|
}
|
|
4134
4134
|
));
|
|
4135
4135
|
Yt.displayName = _.ScrollDownButton.displayName;
|
|
4136
|
-
const Qe =
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4136
|
+
const Qe = H.forwardRef(({ className: t, children: e, position: r = "popper", side: n, ...o }, s) => {
|
|
4137
|
+
const l = H.useRef(null), [i, d] = H.useState("bottom"), c = H.useCallback(
|
|
4138
|
+
(g) => {
|
|
4139
|
+
l.current = g, typeof s == "function" ? s(g) : s && (s.current = g);
|
|
4140
|
+
},
|
|
4141
|
+
[s]
|
|
4142
|
+
);
|
|
4143
|
+
return H.useLayoutEffect(() => {
|
|
4144
|
+
if (n || !l.current) return;
|
|
4145
|
+
const g = document.querySelector(
|
|
4146
|
+
'[role="combobox"][data-state="open"]'
|
|
4147
|
+
);
|
|
4148
|
+
if (!g) return;
|
|
4149
|
+
const m = g.getBoundingClientRect(), y = l.current.scrollHeight, b = window.innerHeight - m.bottom, f = m.top;
|
|
4150
|
+
d(
|
|
4151
|
+
b < y && f > b ? "top" : "bottom"
|
|
4152
|
+
);
|
|
4153
|
+
}, []), /* @__PURE__ */ a(_.Portal, { children: /* @__PURE__ */ h(
|
|
4154
|
+
_.Content,
|
|
4155
|
+
{
|
|
4156
|
+
ref: c,
|
|
4157
|
+
className: u(
|
|
4158
|
+
j.overlays.dropdown.menu(),
|
|
4159
|
+
"z-[1000000] max-h-96 overflow-hidden data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
4160
|
+
r === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1 w-[var(--radix-select-trigger-width)]",
|
|
4161
|
+
t
|
|
4159
4162
|
),
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4163
|
+
position: r,
|
|
4164
|
+
side: n ?? i,
|
|
4165
|
+
...o,
|
|
4166
|
+
children: [
|
|
4167
|
+
/* @__PURE__ */ a(Gt, {}),
|
|
4168
|
+
/* @__PURE__ */ a(
|
|
4169
|
+
_.Viewport,
|
|
4170
|
+
{
|
|
4171
|
+
className: u(
|
|
4172
|
+
j.overlays.dropdown.itemContainer(),
|
|
4173
|
+
r === "popper" && "h-[var(--radix-select-trigger-height)] w-full"
|
|
4174
|
+
),
|
|
4175
|
+
children: e
|
|
4176
|
+
}
|
|
4177
|
+
),
|
|
4178
|
+
/* @__PURE__ */ a(Yt, {})
|
|
4179
|
+
]
|
|
4180
|
+
}
|
|
4181
|
+
) });
|
|
4182
|
+
});
|
|
4164
4183
|
Qe.displayName = _.Content.displayName;
|
|
4165
|
-
const Ca =
|
|
4184
|
+
const Ca = H.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
4166
4185
|
_.Label,
|
|
4167
4186
|
{
|
|
4168
4187
|
ref: r,
|
|
@@ -4171,7 +4190,7 @@ const Ca = q.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
|
4171
4190
|
}
|
|
4172
4191
|
));
|
|
4173
4192
|
Ca.displayName = _.Label.displayName;
|
|
4174
|
-
const Je =
|
|
4193
|
+
const Je = H.forwardRef(({ className: t, children: e, ...r }, n) => /* @__PURE__ */ h(
|
|
4175
4194
|
_.Item,
|
|
4176
4195
|
{
|
|
4177
4196
|
ref: n,
|
|
@@ -4183,12 +4202,12 @@ const Je = q.forwardRef(({ className: t, children: e, ...r }, n) => /* @__PURE__
|
|
|
4183
4202
|
...r,
|
|
4184
4203
|
children: [
|
|
4185
4204
|
/* @__PURE__ */ a(_.ItemText, { children: e }),
|
|
4186
|
-
/* @__PURE__ */ a("span", { className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ a(_.ItemIndicator, { children: /* @__PURE__ */ a(
|
|
4205
|
+
/* @__PURE__ */ a("span", { className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ a(_.ItemIndicator, { children: /* @__PURE__ */ a(_r, { className: "h-4 w-4" }) }) })
|
|
4187
4206
|
]
|
|
4188
4207
|
}
|
|
4189
4208
|
));
|
|
4190
4209
|
Je.displayName = _.Item.displayName;
|
|
4191
|
-
const Sa =
|
|
4210
|
+
const Sa = H.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
4192
4211
|
_.Separator,
|
|
4193
4212
|
{
|
|
4194
4213
|
ref: r,
|
|
@@ -5314,7 +5333,7 @@ const jl = ({
|
|
|
5314
5333
|
] });
|
|
5315
5334
|
}, La = G(
|
|
5316
5335
|
`${$.label.default()} peer-disabled:cursor-not-allowed peer-disabled:opacity-70`
|
|
5317
|
-
), Qt =
|
|
5336
|
+
), Qt = H.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(Wt, { ref: r, className: u(La(), t), ...e }));
|
|
5318
5337
|
Qt.displayName = Wt.displayName;
|
|
5319
5338
|
const Wl = ({
|
|
5320
5339
|
id: t,
|
|
@@ -5491,7 +5510,7 @@ const Wl = ({
|
|
|
5491
5510
|
}
|
|
5492
5511
|
)
|
|
5493
5512
|
}
|
|
5494
|
-
),
|
|
5513
|
+
), Hl = ({
|
|
5495
5514
|
label: t,
|
|
5496
5515
|
value: e,
|
|
5497
5516
|
onChange: r,
|
|
@@ -5538,7 +5557,7 @@ const Wl = ({
|
|
|
5538
5557
|
}
|
|
5539
5558
|
)
|
|
5540
5559
|
}
|
|
5541
|
-
),
|
|
5560
|
+
), _l = ({
|
|
5542
5561
|
successMessage: t,
|
|
5543
5562
|
errorMessage: e,
|
|
5544
5563
|
successTitle: r = "Success",
|
|
@@ -5630,7 +5649,7 @@ const Wl = ({
|
|
|
5630
5649
|
size: "default",
|
|
5631
5650
|
animation: "hover"
|
|
5632
5651
|
}
|
|
5633
|
-
}), te =
|
|
5652
|
+
}), te = H.forwardRef(
|
|
5634
5653
|
({
|
|
5635
5654
|
className: t,
|
|
5636
5655
|
variant: e,
|
|
@@ -8424,7 +8443,7 @@ const zi = ({
|
|
|
8424
8443
|
"aria-label": "UrevealUonUscroll",
|
|
8425
8444
|
children: e || "UrevealUonUscroll Component"
|
|
8426
8445
|
}
|
|
8427
|
-
),
|
|
8446
|
+
), Ha = {
|
|
8428
8447
|
sm: {
|
|
8429
8448
|
container: "px-6 py-3",
|
|
8430
8449
|
icon: "h-5 w-5 mr-2",
|
|
@@ -8447,7 +8466,7 @@ const zi = ({
|
|
|
8447
8466
|
size: n = "md",
|
|
8448
8467
|
className: o
|
|
8449
8468
|
}) => {
|
|
8450
|
-
const { container: s, icon: l } = vr(r), i =
|
|
8469
|
+
const { container: s, icon: l } = vr(r), i = Ha[n];
|
|
8451
8470
|
return /* @__PURE__ */ h(
|
|
8452
8471
|
"div",
|
|
8453
8472
|
{
|
|
@@ -8507,7 +8526,7 @@ const zi = ({
|
|
|
8507
8526
|
] })
|
|
8508
8527
|
] })
|
|
8509
8528
|
}
|
|
8510
|
-
),
|
|
8529
|
+
), _a = (t) => {
|
|
8511
8530
|
switch (t) {
|
|
8512
8531
|
case "cog":
|
|
8513
8532
|
return yt;
|
|
@@ -8540,7 +8559,7 @@ const zi = ({
|
|
|
8540
8559
|
className: u("space-y-1", n),
|
|
8541
8560
|
"aria-label": "Settings navigation",
|
|
8542
8561
|
children: /* @__PURE__ */ a("ul", { className: "space-y-1", role: "list", children: t.map((o) => {
|
|
8543
|
-
const s =
|
|
8562
|
+
const s = _a(o.icon), l = e === o.id;
|
|
8544
8563
|
return /* @__PURE__ */ a("li", { children: /* @__PURE__ */ a(
|
|
8545
8564
|
"button",
|
|
8546
8565
|
{
|
|
@@ -8588,7 +8607,7 @@ const zi = ({
|
|
|
8588
8607
|
"aria-label": "UskipUnavigation",
|
|
8589
8608
|
children: e || "UskipUnavigation Component"
|
|
8590
8609
|
}
|
|
8591
|
-
),
|
|
8610
|
+
), Hi = ({
|
|
8592
8611
|
className: t,
|
|
8593
8612
|
children: e,
|
|
8594
8613
|
disabled: r = !1,
|
|
@@ -8610,7 +8629,7 @@ const zi = ({
|
|
|
8610
8629
|
"aria-label": "UsortUdropdown",
|
|
8611
8630
|
children: e || "UsortUdropdown Component"
|
|
8612
8631
|
}
|
|
8613
|
-
),
|
|
8632
|
+
), _i = ({
|
|
8614
8633
|
className: t,
|
|
8615
8634
|
children: e,
|
|
8616
8635
|
disabled: r = !1,
|
|
@@ -8786,7 +8805,7 @@ const zi = ({
|
|
|
8786
8805
|
))
|
|
8787
8806
|
}
|
|
8788
8807
|
);
|
|
8789
|
-
},
|
|
8808
|
+
}, He = G(
|
|
8790
8809
|
"transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 rounded-sm",
|
|
8791
8810
|
{
|
|
8792
8811
|
variants: {
|
|
@@ -8813,7 +8832,7 @@ const zi = ({
|
|
|
8813
8832
|
size: "default"
|
|
8814
8833
|
}
|
|
8815
8834
|
}
|
|
8816
|
-
), Jt =
|
|
8835
|
+
), Jt = H.forwardRef(
|
|
8817
8836
|
({
|
|
8818
8837
|
className: t,
|
|
8819
8838
|
variant: e,
|
|
@@ -8841,7 +8860,7 @@ const zi = ({
|
|
|
8841
8860
|
"a",
|
|
8842
8861
|
{
|
|
8843
8862
|
className: u(
|
|
8844
|
-
|
|
8863
|
+
He({
|
|
8845
8864
|
variant: e === "subtle" ? "external" : e,
|
|
8846
8865
|
size: r,
|
|
8847
8866
|
className: t
|
|
@@ -8858,7 +8877,7 @@ const zi = ({
|
|
|
8858
8877
|
) : /* @__PURE__ */ a(
|
|
8859
8878
|
Me,
|
|
8860
8879
|
{
|
|
8861
|
-
className: u(
|
|
8880
|
+
className: u(He({ variant: e, size: r, className: t })),
|
|
8862
8881
|
to: b,
|
|
8863
8882
|
ref: y,
|
|
8864
8883
|
onClick: p,
|
|
@@ -8868,7 +8887,7 @@ const zi = ({
|
|
|
8868
8887
|
) : /* @__PURE__ */ a(
|
|
8869
8888
|
"span",
|
|
8870
8889
|
{
|
|
8871
|
-
className: u(
|
|
8890
|
+
className: u(He({ variant: e, size: r, className: t })),
|
|
8872
8891
|
onClick: p,
|
|
8873
8892
|
...m,
|
|
8874
8893
|
children: l
|
|
@@ -8877,7 +8896,7 @@ const zi = ({
|
|
|
8877
8896
|
}
|
|
8878
8897
|
);
|
|
8879
8898
|
Jt.displayName = "SmartLink";
|
|
8880
|
-
const Yi = (t, e) =>
|
|
8899
|
+
const Yi = (t, e) => H.useMemo(() => {
|
|
8881
8900
|
let r = t;
|
|
8882
8901
|
return Object.entries(e).forEach(([n, o]) => {
|
|
8883
8902
|
const s = new RegExp(
|
|
@@ -8938,7 +8957,7 @@ const Yi = (t, e) => q.useMemo(() => {
|
|
|
8938
8957
|
className: r,
|
|
8939
8958
|
variant: n = "subtle"
|
|
8940
8959
|
}) => {
|
|
8941
|
-
const o =
|
|
8960
|
+
const o = H.useMemo(() => {
|
|
8942
8961
|
if (!t || typeof t != "string")
|
|
8943
8962
|
return t || "";
|
|
8944
8963
|
let l = t;
|
|
@@ -9192,7 +9211,7 @@ const tc = ({
|
|
|
9192
9211
|
children: n.label
|
|
9193
9212
|
}
|
|
9194
9213
|
)
|
|
9195
|
-
] }, o)) }), Ya =
|
|
9214
|
+
] }, o)) }), Ya = H.forwardRef(
|
|
9196
9215
|
({
|
|
9197
9216
|
onTrack: t,
|
|
9198
9217
|
trackingLabel: e,
|
|
@@ -9209,7 +9228,7 @@ const tc = ({
|
|
|
9209
9228
|
}, ...s, children: o })
|
|
9210
9229
|
);
|
|
9211
9230
|
Ya.displayName = "Tabs";
|
|
9212
|
-
const Qa =
|
|
9231
|
+
const Qa = H.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
9213
9232
|
Vt,
|
|
9214
9233
|
{
|
|
9215
9234
|
ref: r,
|
|
@@ -9218,24 +9237,24 @@ const Qa = q.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
|
9218
9237
|
}
|
|
9219
9238
|
));
|
|
9220
9239
|
Qa.displayName = Vt.displayName;
|
|
9221
|
-
const Ja =
|
|
9222
|
-
|
|
9240
|
+
const Ja = H.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
9241
|
+
Ht,
|
|
9223
9242
|
{
|
|
9224
9243
|
ref: r,
|
|
9225
9244
|
className: u(j.navigation.tabs.trigger(), t),
|
|
9226
9245
|
...e
|
|
9227
9246
|
}
|
|
9228
9247
|
));
|
|
9229
|
-
Ja.displayName =
|
|
9230
|
-
const Xa =
|
|
9231
|
-
|
|
9248
|
+
Ja.displayName = Ht.displayName;
|
|
9249
|
+
const Xa = H.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ a(
|
|
9250
|
+
_t,
|
|
9232
9251
|
{
|
|
9233
9252
|
ref: r,
|
|
9234
9253
|
className: u(j.navigation.tabs.content(), t),
|
|
9235
9254
|
...e
|
|
9236
9255
|
}
|
|
9237
9256
|
));
|
|
9238
|
-
Xa.displayName =
|
|
9257
|
+
Xa.displayName = _t.displayName;
|
|
9239
9258
|
const ac = ({
|
|
9240
9259
|
items: t,
|
|
9241
9260
|
orientation: e = "horizontal",
|
|
@@ -11620,7 +11639,7 @@ const Sc = ({
|
|
|
11620
11639
|
"aria-label": "UradarUchart",
|
|
11621
11640
|
children: e || "UradarUchart Component"
|
|
11622
11641
|
}
|
|
11623
|
-
),
|
|
11642
|
+
), Hc = ({
|
|
11624
11643
|
className: t,
|
|
11625
11644
|
children: e,
|
|
11626
11645
|
disabled: r = !1,
|
|
@@ -11642,7 +11661,7 @@ const Sc = ({
|
|
|
11642
11661
|
"aria-label": "UbubbleUchart",
|
|
11643
11662
|
children: e || "UbubbleUchart Component"
|
|
11644
11663
|
}
|
|
11645
|
-
),
|
|
11664
|
+
), _c = ({
|
|
11646
11665
|
className: t,
|
|
11647
11666
|
children: e,
|
|
11648
11667
|
disabled: r = !1,
|
|
@@ -14818,7 +14837,7 @@ const Sc = ({
|
|
|
14818
14837
|
"aria-label": "UradialUmenu",
|
|
14819
14838
|
children: e || "UradialUmenu Component"
|
|
14820
14839
|
}
|
|
14821
|
-
),
|
|
14840
|
+
), Hd = ({
|
|
14822
14841
|
children: t,
|
|
14823
14842
|
onRefresh: e,
|
|
14824
14843
|
disabled: r = !1,
|
|
@@ -15193,7 +15212,7 @@ const Sc = ({
|
|
|
15193
15212
|
s < t.length - 1 && /* @__PURE__ */ a("li", { children: /* @__PURE__ */ a("span", { className: "text-gray-400 dark:text-gray-500", children: "/" }) })
|
|
15194
15213
|
] }, s)) }) }),
|
|
15195
15214
|
e && /* @__PURE__ */ a(ln, { shareConfig: e })
|
|
15196
|
-
] }),
|
|
15215
|
+
] }), _d = rr, ar = {
|
|
15197
15216
|
standard: "max-w-7xl mx-auto px-4",
|
|
15198
15217
|
wide: "max-w-[1920px] mx-auto px-4",
|
|
15199
15218
|
full: "w-full px-4"
|
|
@@ -17112,7 +17131,7 @@ const $0 = ({
|
|
|
17112
17131
|
}) => /* @__PURE__ */ h("span", { className: u("text-gray-500", e), children: [
|
|
17113
17132
|
"v",
|
|
17114
17133
|
t
|
|
17115
|
-
] }),
|
|
17134
|
+
] }), H0 = ({
|
|
17116
17135
|
year: t,
|
|
17117
17136
|
companyName: e,
|
|
17118
17137
|
rightsText: r,
|
|
@@ -17134,7 +17153,7 @@ const $0 = ({
|
|
|
17134
17153
|
"aria-label": e,
|
|
17135
17154
|
children: r
|
|
17136
17155
|
}
|
|
17137
|
-
) }),
|
|
17156
|
+
) }), _0 = ({
|
|
17138
17157
|
twitterUrl: t,
|
|
17139
17158
|
redditUrl: e,
|
|
17140
17159
|
discordUrl: r,
|
|
@@ -18645,7 +18664,7 @@ const hu = {
|
|
|
18645
18664
|
}, 100);
|
|
18646
18665
|
}
|
|
18647
18666
|
};
|
|
18648
|
-
function
|
|
18667
|
+
function Hn() {
|
|
18649
18668
|
if (typeof window > "u") return !1;
|
|
18650
18669
|
const t = window.navigator.userAgent.toLowerCase();
|
|
18651
18670
|
return [
|
|
@@ -18661,7 +18680,7 @@ function _n() {
|
|
|
18661
18680
|
"okx"
|
|
18662
18681
|
].some((r) => t.includes(r));
|
|
18663
18682
|
}
|
|
18664
|
-
function
|
|
18683
|
+
function _n() {
|
|
18665
18684
|
return typeof window > "u" ? !1 : window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1";
|
|
18666
18685
|
}
|
|
18667
18686
|
function qn() {
|
|
@@ -18670,7 +18689,7 @@ function qn() {
|
|
|
18670
18689
|
return /^\d+\.\d+\.\d+\.\d+$/.test(t);
|
|
18671
18690
|
}
|
|
18672
18691
|
function Kn() {
|
|
18673
|
-
return
|
|
18692
|
+
return _n() ? "localhost" : Hn() ? "wallet-browser" : qn() ? "network" : "production";
|
|
18674
18693
|
}
|
|
18675
18694
|
function fu() {
|
|
18676
18695
|
const t = Kn();
|
|
@@ -19672,7 +19691,7 @@ const Vu = {
|
|
|
19672
19691
|
}) => /* @__PURE__ */ h("div", { className: `flex items-center justify-center p-4 ${e || ""}`, children: [
|
|
19673
19692
|
/* @__PURE__ */ a("div", { className: "animate-spin rounded-full h-6 w-6 border-b-2 border-blue-500" }),
|
|
19674
19693
|
/* @__PURE__ */ a("span", { className: "ml-2 text-sm text-gray-600", children: t })
|
|
19675
|
-
] }),
|
|
19694
|
+
] }), _e = /* @__PURE__ */ new Map(), ye = /* @__PURE__ */ new Set();
|
|
19676
19695
|
function mr() {
|
|
19677
19696
|
const t = [];
|
|
19678
19697
|
return !!window.ethereum?.isMetaMask && (ye.add("metamask"), t.push({
|
|
@@ -19695,8 +19714,8 @@ function mr() {
|
|
|
19695
19714
|
}
|
|
19696
19715
|
function hr(t) {
|
|
19697
19716
|
const e = `wallet-${t.toLowerCase()}`;
|
|
19698
|
-
if (
|
|
19699
|
-
return
|
|
19717
|
+
if (_e.has(e))
|
|
19718
|
+
return _e.get(e);
|
|
19700
19719
|
const n = se(() => Promise.resolve({
|
|
19701
19720
|
default: () => D.createElement("div", {}, `${t} Provider Placeholder`)
|
|
19702
19721
|
})), o = (s) => /* @__PURE__ */ a(
|
|
@@ -19712,9 +19731,9 @@ function hr(t) {
|
|
|
19712
19731
|
children: /* @__PURE__ */ a(n, { ...s })
|
|
19713
19732
|
}
|
|
19714
19733
|
);
|
|
19715
|
-
return o.displayName = `Lazy${t}Provider`,
|
|
19734
|
+
return o.displayName = `Lazy${t}Provider`, _e.set(e, o), o;
|
|
19716
19735
|
}
|
|
19717
|
-
function
|
|
19736
|
+
function Hu({
|
|
19718
19737
|
children: t
|
|
19719
19738
|
}) {
|
|
19720
19739
|
const e = mr();
|
|
@@ -19749,7 +19768,7 @@ const ft = class ft {
|
|
|
19749
19768
|
};
|
|
19750
19769
|
ft.preloadedWallets = /* @__PURE__ */ new Set();
|
|
19751
19770
|
let De = ft;
|
|
19752
|
-
function
|
|
19771
|
+
function _u() {
|
|
19753
19772
|
return {
|
|
19754
19773
|
availableWallets: mr(),
|
|
19755
19774
|
preloadWallet: (n) => {
|
|
@@ -20573,7 +20592,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20573
20592
|
poor: "text-red-500",
|
|
20574
20593
|
unknown: "text-gray-400",
|
|
20575
20594
|
neutral: "text-gray-300"
|
|
20576
|
-
},
|
|
20595
|
+
}, q = ({
|
|
20577
20596
|
label: t,
|
|
20578
20597
|
value: e,
|
|
20579
20598
|
unit: r = "",
|
|
@@ -20693,7 +20712,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20693
20712
|
/* @__PURE__ */ a("h3", { className: "font-semibold text-yellow-400 mb-2 text-xs", children: "Web Vitals" }),
|
|
20694
20713
|
/* @__PURE__ */ h("div", { className: "space-y-1.5", children: [
|
|
20695
20714
|
/* @__PURE__ */ a(
|
|
20696
|
-
|
|
20715
|
+
q,
|
|
20697
20716
|
{
|
|
20698
20717
|
label: "LCP",
|
|
20699
20718
|
value: r(t.lcp),
|
|
@@ -20703,7 +20722,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20703
20722
|
}
|
|
20704
20723
|
),
|
|
20705
20724
|
/* @__PURE__ */ a(
|
|
20706
|
-
|
|
20725
|
+
q,
|
|
20707
20726
|
{
|
|
20708
20727
|
label: "FID",
|
|
20709
20728
|
value: r(t.fid),
|
|
@@ -20713,7 +20732,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20713
20732
|
}
|
|
20714
20733
|
),
|
|
20715
20734
|
/* @__PURE__ */ a(
|
|
20716
|
-
|
|
20735
|
+
q,
|
|
20717
20736
|
{
|
|
20718
20737
|
label: "CLS",
|
|
20719
20738
|
value: r(t.cls, 3),
|
|
@@ -20722,7 +20741,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20722
20741
|
}
|
|
20723
20742
|
),
|
|
20724
20743
|
/* @__PURE__ */ a(
|
|
20725
|
-
|
|
20744
|
+
q,
|
|
20726
20745
|
{
|
|
20727
20746
|
label: "FCP",
|
|
20728
20747
|
value: r(t.fcp),
|
|
@@ -20732,7 +20751,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20732
20751
|
}
|
|
20733
20752
|
),
|
|
20734
20753
|
/* @__PURE__ */ a(
|
|
20735
|
-
|
|
20754
|
+
q,
|
|
20736
20755
|
{
|
|
20737
20756
|
label: "TTFB",
|
|
20738
20757
|
value: r(t.ttfb),
|
|
@@ -20742,7 +20761,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20742
20761
|
}
|
|
20743
20762
|
),
|
|
20744
20763
|
t.inp !== void 0 && /* @__PURE__ */ a(
|
|
20745
|
-
|
|
20764
|
+
q,
|
|
20746
20765
|
{
|
|
20747
20766
|
label: "INP",
|
|
20748
20767
|
value: r(t.inp),
|
|
@@ -20798,7 +20817,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20798
20817
|
/* @__PURE__ */ a("h3", { className: "font-semibold text-blue-400 mb-2 text-xs", children: "Bundle Performance" }),
|
|
20799
20818
|
/* @__PURE__ */ h("div", { className: "space-y-1.5", children: [
|
|
20800
20819
|
/* @__PURE__ */ a(
|
|
20801
|
-
|
|
20820
|
+
q,
|
|
20802
20821
|
{
|
|
20803
20822
|
label: "JS Load",
|
|
20804
20823
|
value: r(t.jsLoadTime),
|
|
@@ -20807,7 +20826,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20807
20826
|
}
|
|
20808
20827
|
),
|
|
20809
20828
|
/* @__PURE__ */ a(
|
|
20810
|
-
|
|
20829
|
+
q,
|
|
20811
20830
|
{
|
|
20812
20831
|
label: "CSS Load",
|
|
20813
20832
|
value: r(t.cssLoadTime),
|
|
@@ -20816,7 +20835,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20816
20835
|
}
|
|
20817
20836
|
),
|
|
20818
20837
|
/* @__PURE__ */ a(
|
|
20819
|
-
|
|
20838
|
+
q,
|
|
20820
20839
|
{
|
|
20821
20840
|
label: "JS Files",
|
|
20822
20841
|
value: t.jsCount ?? "N/A",
|
|
@@ -20824,7 +20843,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20824
20843
|
}
|
|
20825
20844
|
),
|
|
20826
20845
|
/* @__PURE__ */ a(
|
|
20827
|
-
|
|
20846
|
+
q,
|
|
20828
20847
|
{
|
|
20829
20848
|
label: "Transfer Size",
|
|
20830
20849
|
value: Uo(t.totalTransferSize),
|
|
@@ -20841,9 +20860,9 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20841
20860
|
return t.callCount === 0 ? null : /* @__PURE__ */ h("div", { className: u("space-y-1", e), children: [
|
|
20842
20861
|
/* @__PURE__ */ a("h3", { className: "font-semibold text-purple-400 mb-2 text-xs", children: "API Calls" }),
|
|
20843
20862
|
/* @__PURE__ */ h("div", { className: "space-y-1.5", children: [
|
|
20844
|
-
/* @__PURE__ */ a(
|
|
20863
|
+
/* @__PURE__ */ a(q, { label: "Count", value: t.callCount, rating: "neutral" }),
|
|
20845
20864
|
/* @__PURE__ */ a(
|
|
20846
|
-
|
|
20865
|
+
q,
|
|
20847
20866
|
{
|
|
20848
20867
|
label: "Total Time",
|
|
20849
20868
|
value: r(t.totalTime),
|
|
@@ -20852,7 +20871,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20852
20871
|
}
|
|
20853
20872
|
),
|
|
20854
20873
|
/* @__PURE__ */ a(
|
|
20855
|
-
|
|
20874
|
+
q,
|
|
20856
20875
|
{
|
|
20857
20876
|
label: "Avg Time",
|
|
20858
20877
|
value: r(t.averageTime),
|
|
@@ -20861,7 +20880,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20861
20880
|
}
|
|
20862
20881
|
),
|
|
20863
20882
|
t.slowestCall !== void 0 && /* @__PURE__ */ a(
|
|
20864
|
-
|
|
20883
|
+
q,
|
|
20865
20884
|
{
|
|
20866
20885
|
label: "Slowest",
|
|
20867
20886
|
value: r(t.slowestCall),
|
|
@@ -20869,7 +20888,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20869
20888
|
rating: t.slowestCall > 1e3 ? "poor" : "neutral"
|
|
20870
20889
|
}
|
|
20871
20890
|
),
|
|
20872
|
-
t.failedCalls > 0 && /* @__PURE__ */ a(
|
|
20891
|
+
t.failedCalls > 0 && /* @__PURE__ */ a(q, { label: "Failed", value: t.failedCalls, rating: "poor" })
|
|
20873
20892
|
] })
|
|
20874
20893
|
] });
|
|
20875
20894
|
}, Ut = (t) => t === void 0 ? "N/A" : (t / (1024 * 1024)).toFixed(1), Pt = (t, e) => {
|
|
@@ -20904,7 +20923,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20904
20923
|
/* @__PURE__ */ a("h3", { className: "font-semibold text-cyan-400 mb-2 text-xs", children: "Memory" }),
|
|
20905
20924
|
/* @__PURE__ */ h("div", { className: "space-y-1.5", children: [
|
|
20906
20925
|
/* @__PURE__ */ a(
|
|
20907
|
-
|
|
20926
|
+
q,
|
|
20908
20927
|
{
|
|
20909
20928
|
label: "Used Heap",
|
|
20910
20929
|
value: Ut(r.usedJSHeapSize),
|
|
@@ -20916,7 +20935,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20916
20935
|
}
|
|
20917
20936
|
),
|
|
20918
20937
|
/* @__PURE__ */ a(
|
|
20919
|
-
|
|
20938
|
+
q,
|
|
20920
20939
|
{
|
|
20921
20940
|
label: "Total Heap",
|
|
20922
20941
|
value: Ut(r.totalJSHeapSize),
|
|
@@ -20925,7 +20944,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20925
20944
|
}
|
|
20926
20945
|
),
|
|
20927
20946
|
/* @__PURE__ */ a(
|
|
20928
|
-
|
|
20947
|
+
q,
|
|
20929
20948
|
{
|
|
20930
20949
|
label: "Usage",
|
|
20931
20950
|
value: l,
|
|
@@ -20953,7 +20972,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20953
20972
|
}) => r.length === 0 ? null : /* @__PURE__ */ h("div", { className: u("space-y-1", n), children: [
|
|
20954
20973
|
/* @__PURE__ */ a("h3", { className: u("font-semibold mb-2 text-xs", e), children: t }),
|
|
20955
20974
|
/* @__PURE__ */ a("div", { className: "space-y-1.5", children: r.map((o) => /* @__PURE__ */ a(
|
|
20956
|
-
|
|
20975
|
+
q,
|
|
20957
20976
|
{
|
|
20958
20977
|
label: o.label,
|
|
20959
20978
|
value: o.value,
|
|
@@ -21080,7 +21099,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
21080
21099
|
"bottom-left": "bottom-4 left-4",
|
|
21081
21100
|
"top-right": "top-4 right-4",
|
|
21082
21101
|
"top-left": "top-4 left-4"
|
|
21083
|
-
},
|
|
21102
|
+
}, Ho = [
|
|
21084
21103
|
"webVitals",
|
|
21085
21104
|
"bundle",
|
|
21086
21105
|
"api",
|
|
@@ -21091,7 +21110,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
21091
21110
|
defaultVisible: r = !0,
|
|
21092
21111
|
position: n = "bottom-right",
|
|
21093
21112
|
draggable: o = !0,
|
|
21094
|
-
sections: s =
|
|
21113
|
+
sections: s = Ho,
|
|
21095
21114
|
customMetrics: l = [],
|
|
21096
21115
|
customSectionTitle: i = "Custom Metrics",
|
|
21097
21116
|
apiPatterns: d,
|
|
@@ -21496,14 +21515,14 @@ const Sg = (t) => {
|
|
|
21496
21515
|
return Object.entries(t).forEach(([r, n]) => {
|
|
21497
21516
|
e[`--${r}`] = typeof n == "number" ? `${n}px` : n;
|
|
21498
21517
|
}), e;
|
|
21499
|
-
},
|
|
21518
|
+
}, _o = {
|
|
21500
21519
|
xs: 475,
|
|
21501
21520
|
sm: 640,
|
|
21502
21521
|
md: 768,
|
|
21503
21522
|
lg: 1024,
|
|
21504
21523
|
xl: 1280,
|
|
21505
21524
|
"2xl": 1536
|
|
21506
|
-
}, zg = (t, e =
|
|
21525
|
+
}, zg = (t, e = _o) => {
|
|
21507
21526
|
const [r, n] = D.useState("base");
|
|
21508
21527
|
return D.useEffect(() => {
|
|
21509
21528
|
const o = () => {
|
|
@@ -21595,14 +21614,14 @@ const Sg = (t) => {
|
|
|
21595
21614
|
o.removeEventListener ? o.removeEventListener("change", s) : o.removeListener(s);
|
|
21596
21615
|
};
|
|
21597
21616
|
}, []), r === "dark" ? e : t;
|
|
21598
|
-
},
|
|
21617
|
+
}, Hg = (t) => {
|
|
21599
21618
|
const e = {
|
|
21600
21619
|
src: t.src,
|
|
21601
21620
|
alt: t.alt,
|
|
21602
21621
|
loading: t.loading || "lazy"
|
|
21603
21622
|
};
|
|
21604
21623
|
return t.title && (e.title = t.title), t.width && (e.width = t.width), t.height && (e.height = t.height), t.sizes && (e.sizes = t.sizes), t.srcSet && (e.srcSet = t.srcSet), e.itemProp = "image", e;
|
|
21605
|
-
},
|
|
21624
|
+
}, _g = (t, e = [320, 640, 768, 1024, 1280, 1920]) => e.map((r) => `${t.replace(/\{width\}/g, r.toString())} ${r}w`).join(", "), qg = (t) => t.map((e) => e.maxWidth ? `(max-width: ${e.maxWidth}px) ${e.size}` : e.size).join(", "), Kg = (t, e = "openGraph") => {
|
|
21606
21625
|
const r = {};
|
|
21607
21626
|
return e === "openGraph" ? (r["og:image"] = t.url, t.width && (r["og:image:width"] = t.width.toString()), t.height && (r["og:image:height"] = t.height.toString()), t.alt && (r["og:image:alt"] = t.alt), t.type && (r["og:image:type"] = t.type)) : (r["twitter:image"] = t.url, t.alt && (r["twitter:image:alt"] = t.alt)), r;
|
|
21608
21627
|
}, Gg = (t = 'img[loading="lazy"]') => {
|
|
@@ -22531,10 +22550,10 @@ export {
|
|
|
22531
22550
|
Rm as BellIcon,
|
|
22532
22551
|
jm as BellSlashIcon,
|
|
22533
22552
|
Ys as Blockquote,
|
|
22534
|
-
|
|
22553
|
+
Hs as BodyText,
|
|
22535
22554
|
Us as BorderAccent,
|
|
22536
22555
|
ea as Box,
|
|
22537
|
-
|
|
22556
|
+
_d as Breadcrumb,
|
|
22538
22557
|
rc as BreadcrumbNav,
|
|
22539
22558
|
qd as BreadcrumbSection,
|
|
22540
22559
|
Po as BundleSection,
|
|
@@ -22558,8 +22577,8 @@ export {
|
|
|
22558
22577
|
vh as CheckIconSolid,
|
|
22559
22578
|
Ml as Checkbox,
|
|
22560
22579
|
Vm as ChevronDownIcon,
|
|
22561
|
-
|
|
22562
|
-
|
|
22580
|
+
Hm as ChevronLeftIcon,
|
|
22581
|
+
_m as ChevronRightIcon,
|
|
22563
22582
|
qm as ChevronUpIcon,
|
|
22564
22583
|
Km as ClockIcon,
|
|
22565
22584
|
qs as Code,
|
|
@@ -22625,13 +22644,13 @@ export {
|
|
|
22625
22644
|
F0 as FooterCompact,
|
|
22626
22645
|
W0 as FooterCompactLeft,
|
|
22627
22646
|
O0 as FooterCompactRight,
|
|
22628
|
-
|
|
22647
|
+
H0 as FooterCopyright,
|
|
22629
22648
|
U0 as FooterGrid,
|
|
22630
22649
|
B0 as FooterLink,
|
|
22631
22650
|
D0 as FooterLinkSection,
|
|
22632
|
-
|
|
22651
|
+
_0 as FooterSocialLinks,
|
|
22633
22652
|
V0 as FooterVersion,
|
|
22634
|
-
|
|
22653
|
+
_l as FormAlerts,
|
|
22635
22654
|
Wl as FormField,
|
|
22636
22655
|
ct as FormFieldGroup,
|
|
22637
22656
|
Si as FormSection,
|
|
@@ -22696,7 +22715,7 @@ export {
|
|
|
22696
22715
|
sh as MegaphoneIcon,
|
|
22697
22716
|
Ro as MemorySection,
|
|
22698
22717
|
Fl as MentionInput,
|
|
22699
|
-
|
|
22718
|
+
q as MetricRow,
|
|
22700
22719
|
lh as MinusIcon,
|
|
22701
22720
|
Zt as Modal,
|
|
22702
22721
|
er as ModalContent,
|
|
@@ -22741,7 +22760,7 @@ export {
|
|
|
22741
22760
|
rd as ProgressCircle,
|
|
22742
22761
|
Yd as PromotionalBanner,
|
|
22743
22762
|
x0 as ProtectedRoute,
|
|
22744
|
-
|
|
22763
|
+
Hd as PullToRefresh,
|
|
22745
22764
|
Nd as QRCodeDisplay,
|
|
22746
22765
|
Ri as QuickActions,
|
|
22747
22766
|
fi as QuizBuilder,
|
|
@@ -22766,7 +22785,7 @@ export {
|
|
|
22766
22785
|
s0 as SecurityProvider,
|
|
22767
22786
|
kt as Select,
|
|
22768
22787
|
Qe as SelectContent,
|
|
22769
|
-
|
|
22788
|
+
Hl as SelectField,
|
|
22770
22789
|
Tl as SelectGroup,
|
|
22771
22790
|
Je as SelectItem,
|
|
22772
22791
|
Ca as SelectLabel,
|
|
@@ -22787,7 +22806,7 @@ export {
|
|
|
22787
22806
|
Bl as SliderInput,
|
|
22788
22807
|
Qi as SmartContent,
|
|
22789
22808
|
Jt as SmartLink,
|
|
22790
|
-
|
|
22809
|
+
Hu as SmartWalletProviders,
|
|
22791
22810
|
Ms as Spacer,
|
|
22792
22811
|
mh as SparklesIcon,
|
|
22793
22812
|
Gc as Sparkline,
|
|
@@ -22819,7 +22838,7 @@ export {
|
|
|
22819
22838
|
Vl as TextAreaField,
|
|
22820
22839
|
Ol as TextField,
|
|
22821
22840
|
Ad as TextInputModal,
|
|
22822
|
-
|
|
22841
|
+
_s as TextLink,
|
|
22823
22842
|
Q as Theme,
|
|
22824
22843
|
cr as ThemeContext,
|
|
22825
22844
|
k0 as ThemeProvider,
|
|
@@ -22857,7 +22876,7 @@ export {
|
|
|
22857
22876
|
bd as UaudioUwaveform,
|
|
22858
22877
|
Uc as UavatarUgroup,
|
|
22859
22878
|
yl as UbadgeUdesigner,
|
|
22860
|
-
|
|
22879
|
+
Hc as UbubbleUchart,
|
|
22861
22880
|
pc as UcellUeditor,
|
|
22862
22881
|
ni as UcodeUhighlighter,
|
|
22863
22882
|
bc as UcolumnUresize,
|
|
@@ -22894,12 +22913,12 @@ export {
|
|
|
22894
22913
|
Rs as UresizableUpanels,
|
|
22895
22914
|
ji as UrevealUonUscroll,
|
|
22896
22915
|
Kc as UsankeyUdiagram,
|
|
22897
|
-
|
|
22916
|
+
_c as UscatterUplot,
|
|
22898
22917
|
gi as UschemaUvalidator,
|
|
22899
22918
|
Js as UscreenUreaderUtext,
|
|
22900
22919
|
bh as UserGroupIcon,
|
|
22901
22920
|
Vi as UskipUnavigation,
|
|
22902
|
-
|
|
22921
|
+
Hi as UsortUdropdown,
|
|
22903
22922
|
Dd as UsortableUgrid,
|
|
22904
22923
|
fc as UspreadsheetUgrid,
|
|
22905
22924
|
kl as UstatusUpipeline,
|
|
@@ -22909,7 +22928,7 @@ export {
|
|
|
22909
22928
|
Ql as UtimeUslotUpicker,
|
|
22910
22929
|
qc as UtreeUmap,
|
|
22911
22930
|
kc as UuserUtable,
|
|
22912
|
-
|
|
22931
|
+
_i as UversionUbadge,
|
|
22913
22932
|
md as UvideoUcall,
|
|
22914
22933
|
ud as UvideoUthumbnail,
|
|
22915
22934
|
yd as UvoiceUrecorder,
|
|
@@ -22979,14 +22998,14 @@ export {
|
|
|
22979
22998
|
gr as generateCSPDirectives,
|
|
22980
22999
|
Fu as generateContentRelationships,
|
|
22981
23000
|
lo as generateEntityRecognition,
|
|
22982
|
-
|
|
23001
|
+
Hg as generateImageSEO,
|
|
22983
23002
|
Ou as generatePerformanceTrackingSchema,
|
|
22984
23003
|
Qg as generatePictureElement,
|
|
22985
23004
|
em as generatePlaceholder,
|
|
22986
23005
|
so as generateSemanticMarkup,
|
|
22987
23006
|
qg as generateSizes,
|
|
22988
23007
|
Kg as generateSocialImageMeta,
|
|
22989
|
-
|
|
23008
|
+
_g as generateSrcSet,
|
|
22990
23009
|
io as generateTopicClustering,
|
|
22991
23010
|
Du as getConditionalStats,
|
|
22992
23011
|
Kn as getEnvironmentType,
|
|
@@ -23010,13 +23029,13 @@ export {
|
|
|
23010
23029
|
Rg as inlineCriticalStyles,
|
|
23011
23030
|
Cm as isAuthError,
|
|
23012
23031
|
Sm as isForbiddenError,
|
|
23013
|
-
|
|
23032
|
+
_n as isLocalhost,
|
|
23014
23033
|
qn as isNetworkAccess,
|
|
23015
23034
|
Lm as isNotFoundError,
|
|
23016
23035
|
ec as isPreloaded,
|
|
23017
23036
|
Nm as isRateLimitError,
|
|
23018
23037
|
km as isServerError,
|
|
23019
|
-
|
|
23038
|
+
Hn as isWalletBrowser,
|
|
23020
23039
|
Gn as isWebEnvironment,
|
|
23021
23040
|
fm as lazyLoadQueue,
|
|
23022
23041
|
cm as lazyWithPreload,
|
|
@@ -23061,7 +23080,7 @@ export {
|
|
|
23061
23080
|
Gg as setupLazyLoading,
|
|
23062
23081
|
Xg as setupProgressiveLoading,
|
|
23063
23082
|
fu as shouldEnableWallet,
|
|
23064
|
-
|
|
23083
|
+
He as smartLinkVariants,
|
|
23065
23084
|
as as stripLanguagePrefix,
|
|
23066
23085
|
Go as supportsAVIF,
|
|
23067
23086
|
pu as supportsCSSImports,
|
|
@@ -23091,7 +23110,7 @@ export {
|
|
|
23091
23110
|
kg as useMultipleCopyToClipboard,
|
|
23092
23111
|
om as useNavigation,
|
|
23093
23112
|
Vg as useOptimizedTheme,
|
|
23094
|
-
|
|
23113
|
+
_u as useOptimizedWallets,
|
|
23095
23114
|
Gu as usePerformanceMark,
|
|
23096
23115
|
$g as useReducedMotion,
|
|
23097
23116
|
Ju as useRenderCount,
|
package/dist/ui/select.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../src/ui/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAS1D,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,uBAAuB;IACvB,MAAM,EAAE,QAAQ,CAAC;IACjB,yCAAyC;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iCAAiC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,WAAY,SAAQ,eAAe,CAAC,WAAW;IAC9D,0DAA0D;IAC1D,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC7C,gCAAgC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,0CAA0C;IAC1C,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAwBjC,CAAC;AAEF,QAAA,MAAM,WAAW,yGAAwB,CAAC;AAE1C,QAAA,MAAM,WAAW,0GAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,oKAiBjB,CAAC;AAGH,QAAA,MAAM,oBAAoB,qKAcxB,CAAC;AAGH,QAAA,MAAM,sBAAsB,uKAc1B,CAAC;AAIH,QAAA,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../src/ui/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAS1D,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,uBAAuB;IACvB,MAAM,EAAE,QAAQ,CAAC;IACjB,yCAAyC;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iCAAiC;IACjC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,WAAY,SAAQ,eAAe,CAAC,WAAW;IAC9D,0DAA0D;IAC1D,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC7C,gCAAgC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,0CAA0C;IAC1C,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAwBjC,CAAC;AAEF,QAAA,MAAM,WAAW,yGAAwB,CAAC;AAE1C,QAAA,MAAM,WAAW,0GAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,oKAiBjB,CAAC;AAGH,QAAA,MAAM,oBAAoB,qKAcxB,CAAC;AAGH,QAAA,MAAM,sBAAsB,uKAc1B,CAAC;AAIH,QAAA,MAAM,aAAa,8JAiEjB,CAAC;AAGH,QAAA,MAAM,WAAW,4JASf,CAAC;AAGH,QAAA,MAAM,UAAU,2JAqBd,CAAC;AAGH,QAAA,MAAM,eAAe,gKASnB,CAAC;AAGH,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,CAAC"}
|