@sudobility/components 5.0.46 → 5.0.48
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 +168 -135
- package/dist/layout/MasterDetailLayout.d.ts.map +1 -1
- 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",
|
|
@@ -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,
|
|
@@ -17323,14 +17342,21 @@ const $0 = ({
|
|
|
17323
17342
|
transition: `opacity ${C}ms ease-in-out, transform ${C}ms ease-in-out`
|
|
17324
17343
|
} : {};
|
|
17325
17344
|
return /* @__PURE__ */ h("div", { className: "w-full flex-1 min-h-0 flex flex-col", children: [
|
|
17326
|
-
l && /* @__PURE__ */ a(
|
|
17345
|
+
l && /* @__PURE__ */ a(
|
|
17346
|
+
"div",
|
|
17347
|
+
{
|
|
17348
|
+
className: "hidden md:block flex-shrink-0",
|
|
17349
|
+
style: { marginBottom: "1.5rem" },
|
|
17350
|
+
children: l
|
|
17351
|
+
}
|
|
17352
|
+
),
|
|
17327
17353
|
/* @__PURE__ */ h("div", { className: "flex-1 min-h-0 flex flex-col", children: [
|
|
17328
17354
|
/* @__PURE__ */ h(
|
|
17329
17355
|
"div",
|
|
17330
17356
|
{
|
|
17331
17357
|
className: `md:hidden ${d === "navigation" ? "block" : "hidden"} flex-1 overflow-y-auto`,
|
|
17332
17358
|
children: [
|
|
17333
|
-
l && /* @__PURE__ */ a("div", {
|
|
17359
|
+
l && /* @__PURE__ */ a("div", { style: { marginBottom: "1rem" }, children: l }),
|
|
17334
17360
|
/* @__PURE__ */ h(
|
|
17335
17361
|
"div",
|
|
17336
17362
|
{
|
|
@@ -17380,7 +17406,7 @@ const $0 = ({
|
|
|
17380
17406
|
),
|
|
17381
17407
|
o
|
|
17382
17408
|
] }),
|
|
17383
|
-
i && /* @__PURE__ */ a("div", {
|
|
17409
|
+
i && /* @__PURE__ */ a("div", { style: { marginTop: "1.5rem" }, children: i })
|
|
17384
17410
|
]
|
|
17385
17411
|
}
|
|
17386
17412
|
)
|
|
@@ -17437,7 +17463,14 @@ const $0 = ({
|
|
|
17437
17463
|
}
|
|
17438
17464
|
)
|
|
17439
17465
|
] }),
|
|
17440
|
-
i && /* @__PURE__ */ a(
|
|
17466
|
+
i && /* @__PURE__ */ a(
|
|
17467
|
+
"div",
|
|
17468
|
+
{
|
|
17469
|
+
className: "hidden md:block flex-shrink-0",
|
|
17470
|
+
style: { marginTop: "1.5rem" },
|
|
17471
|
+
children: i
|
|
17472
|
+
}
|
|
17473
|
+
)
|
|
17441
17474
|
] });
|
|
17442
17475
|
}, G0 = ({
|
|
17443
17476
|
children: t,
|
|
@@ -18631,7 +18664,7 @@ const hu = {
|
|
|
18631
18664
|
}, 100);
|
|
18632
18665
|
}
|
|
18633
18666
|
};
|
|
18634
|
-
function
|
|
18667
|
+
function Hn() {
|
|
18635
18668
|
if (typeof window > "u") return !1;
|
|
18636
18669
|
const t = window.navigator.userAgent.toLowerCase();
|
|
18637
18670
|
return [
|
|
@@ -18647,7 +18680,7 @@ function _n() {
|
|
|
18647
18680
|
"okx"
|
|
18648
18681
|
].some((r) => t.includes(r));
|
|
18649
18682
|
}
|
|
18650
|
-
function
|
|
18683
|
+
function _n() {
|
|
18651
18684
|
return typeof window > "u" ? !1 : window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1";
|
|
18652
18685
|
}
|
|
18653
18686
|
function qn() {
|
|
@@ -18656,7 +18689,7 @@ function qn() {
|
|
|
18656
18689
|
return /^\d+\.\d+\.\d+\.\d+$/.test(t);
|
|
18657
18690
|
}
|
|
18658
18691
|
function Kn() {
|
|
18659
|
-
return
|
|
18692
|
+
return _n() ? "localhost" : Hn() ? "wallet-browser" : qn() ? "network" : "production";
|
|
18660
18693
|
}
|
|
18661
18694
|
function fu() {
|
|
18662
18695
|
const t = Kn();
|
|
@@ -19658,7 +19691,7 @@ const Vu = {
|
|
|
19658
19691
|
}) => /* @__PURE__ */ h("div", { className: `flex items-center justify-center p-4 ${e || ""}`, children: [
|
|
19659
19692
|
/* @__PURE__ */ a("div", { className: "animate-spin rounded-full h-6 w-6 border-b-2 border-blue-500" }),
|
|
19660
19693
|
/* @__PURE__ */ a("span", { className: "ml-2 text-sm text-gray-600", children: t })
|
|
19661
|
-
] }),
|
|
19694
|
+
] }), _e = /* @__PURE__ */ new Map(), ye = /* @__PURE__ */ new Set();
|
|
19662
19695
|
function mr() {
|
|
19663
19696
|
const t = [];
|
|
19664
19697
|
return !!window.ethereum?.isMetaMask && (ye.add("metamask"), t.push({
|
|
@@ -19681,8 +19714,8 @@ function mr() {
|
|
|
19681
19714
|
}
|
|
19682
19715
|
function hr(t) {
|
|
19683
19716
|
const e = `wallet-${t.toLowerCase()}`;
|
|
19684
|
-
if (
|
|
19685
|
-
return
|
|
19717
|
+
if (_e.has(e))
|
|
19718
|
+
return _e.get(e);
|
|
19686
19719
|
const n = se(() => Promise.resolve({
|
|
19687
19720
|
default: () => D.createElement("div", {}, `${t} Provider Placeholder`)
|
|
19688
19721
|
})), o = (s) => /* @__PURE__ */ a(
|
|
@@ -19698,9 +19731,9 @@ function hr(t) {
|
|
|
19698
19731
|
children: /* @__PURE__ */ a(n, { ...s })
|
|
19699
19732
|
}
|
|
19700
19733
|
);
|
|
19701
|
-
return o.displayName = `Lazy${t}Provider`,
|
|
19734
|
+
return o.displayName = `Lazy${t}Provider`, _e.set(e, o), o;
|
|
19702
19735
|
}
|
|
19703
|
-
function
|
|
19736
|
+
function Hu({
|
|
19704
19737
|
children: t
|
|
19705
19738
|
}) {
|
|
19706
19739
|
const e = mr();
|
|
@@ -19735,7 +19768,7 @@ const ft = class ft {
|
|
|
19735
19768
|
};
|
|
19736
19769
|
ft.preloadedWallets = /* @__PURE__ */ new Set();
|
|
19737
19770
|
let De = ft;
|
|
19738
|
-
function
|
|
19771
|
+
function _u() {
|
|
19739
19772
|
return {
|
|
19740
19773
|
availableWallets: mr(),
|
|
19741
19774
|
preloadWallet: (n) => {
|
|
@@ -20559,7 +20592,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20559
20592
|
poor: "text-red-500",
|
|
20560
20593
|
unknown: "text-gray-400",
|
|
20561
20594
|
neutral: "text-gray-300"
|
|
20562
|
-
},
|
|
20595
|
+
}, q = ({
|
|
20563
20596
|
label: t,
|
|
20564
20597
|
value: e,
|
|
20565
20598
|
unit: r = "",
|
|
@@ -20679,7 +20712,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20679
20712
|
/* @__PURE__ */ a("h3", { className: "font-semibold text-yellow-400 mb-2 text-xs", children: "Web Vitals" }),
|
|
20680
20713
|
/* @__PURE__ */ h("div", { className: "space-y-1.5", children: [
|
|
20681
20714
|
/* @__PURE__ */ a(
|
|
20682
|
-
|
|
20715
|
+
q,
|
|
20683
20716
|
{
|
|
20684
20717
|
label: "LCP",
|
|
20685
20718
|
value: r(t.lcp),
|
|
@@ -20689,7 +20722,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20689
20722
|
}
|
|
20690
20723
|
),
|
|
20691
20724
|
/* @__PURE__ */ a(
|
|
20692
|
-
|
|
20725
|
+
q,
|
|
20693
20726
|
{
|
|
20694
20727
|
label: "FID",
|
|
20695
20728
|
value: r(t.fid),
|
|
@@ -20699,7 +20732,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20699
20732
|
}
|
|
20700
20733
|
),
|
|
20701
20734
|
/* @__PURE__ */ a(
|
|
20702
|
-
|
|
20735
|
+
q,
|
|
20703
20736
|
{
|
|
20704
20737
|
label: "CLS",
|
|
20705
20738
|
value: r(t.cls, 3),
|
|
@@ -20708,7 +20741,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20708
20741
|
}
|
|
20709
20742
|
),
|
|
20710
20743
|
/* @__PURE__ */ a(
|
|
20711
|
-
|
|
20744
|
+
q,
|
|
20712
20745
|
{
|
|
20713
20746
|
label: "FCP",
|
|
20714
20747
|
value: r(t.fcp),
|
|
@@ -20718,7 +20751,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20718
20751
|
}
|
|
20719
20752
|
),
|
|
20720
20753
|
/* @__PURE__ */ a(
|
|
20721
|
-
|
|
20754
|
+
q,
|
|
20722
20755
|
{
|
|
20723
20756
|
label: "TTFB",
|
|
20724
20757
|
value: r(t.ttfb),
|
|
@@ -20728,7 +20761,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20728
20761
|
}
|
|
20729
20762
|
),
|
|
20730
20763
|
t.inp !== void 0 && /* @__PURE__ */ a(
|
|
20731
|
-
|
|
20764
|
+
q,
|
|
20732
20765
|
{
|
|
20733
20766
|
label: "INP",
|
|
20734
20767
|
value: r(t.inp),
|
|
@@ -20784,7 +20817,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20784
20817
|
/* @__PURE__ */ a("h3", { className: "font-semibold text-blue-400 mb-2 text-xs", children: "Bundle Performance" }),
|
|
20785
20818
|
/* @__PURE__ */ h("div", { className: "space-y-1.5", children: [
|
|
20786
20819
|
/* @__PURE__ */ a(
|
|
20787
|
-
|
|
20820
|
+
q,
|
|
20788
20821
|
{
|
|
20789
20822
|
label: "JS Load",
|
|
20790
20823
|
value: r(t.jsLoadTime),
|
|
@@ -20793,7 +20826,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20793
20826
|
}
|
|
20794
20827
|
),
|
|
20795
20828
|
/* @__PURE__ */ a(
|
|
20796
|
-
|
|
20829
|
+
q,
|
|
20797
20830
|
{
|
|
20798
20831
|
label: "CSS Load",
|
|
20799
20832
|
value: r(t.cssLoadTime),
|
|
@@ -20802,7 +20835,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20802
20835
|
}
|
|
20803
20836
|
),
|
|
20804
20837
|
/* @__PURE__ */ a(
|
|
20805
|
-
|
|
20838
|
+
q,
|
|
20806
20839
|
{
|
|
20807
20840
|
label: "JS Files",
|
|
20808
20841
|
value: t.jsCount ?? "N/A",
|
|
@@ -20810,7 +20843,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20810
20843
|
}
|
|
20811
20844
|
),
|
|
20812
20845
|
/* @__PURE__ */ a(
|
|
20813
|
-
|
|
20846
|
+
q,
|
|
20814
20847
|
{
|
|
20815
20848
|
label: "Transfer Size",
|
|
20816
20849
|
value: Uo(t.totalTransferSize),
|
|
@@ -20827,9 +20860,9 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20827
20860
|
return t.callCount === 0 ? null : /* @__PURE__ */ h("div", { className: u("space-y-1", e), children: [
|
|
20828
20861
|
/* @__PURE__ */ a("h3", { className: "font-semibold text-purple-400 mb-2 text-xs", children: "API Calls" }),
|
|
20829
20862
|
/* @__PURE__ */ h("div", { className: "space-y-1.5", children: [
|
|
20830
|
-
/* @__PURE__ */ a(
|
|
20863
|
+
/* @__PURE__ */ a(q, { label: "Count", value: t.callCount, rating: "neutral" }),
|
|
20831
20864
|
/* @__PURE__ */ a(
|
|
20832
|
-
|
|
20865
|
+
q,
|
|
20833
20866
|
{
|
|
20834
20867
|
label: "Total Time",
|
|
20835
20868
|
value: r(t.totalTime),
|
|
@@ -20838,7 +20871,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20838
20871
|
}
|
|
20839
20872
|
),
|
|
20840
20873
|
/* @__PURE__ */ a(
|
|
20841
|
-
|
|
20874
|
+
q,
|
|
20842
20875
|
{
|
|
20843
20876
|
label: "Avg Time",
|
|
20844
20877
|
value: r(t.averageTime),
|
|
@@ -20847,7 +20880,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20847
20880
|
}
|
|
20848
20881
|
),
|
|
20849
20882
|
t.slowestCall !== void 0 && /* @__PURE__ */ a(
|
|
20850
|
-
|
|
20883
|
+
q,
|
|
20851
20884
|
{
|
|
20852
20885
|
label: "Slowest",
|
|
20853
20886
|
value: r(t.slowestCall),
|
|
@@ -20855,7 +20888,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20855
20888
|
rating: t.slowestCall > 1e3 ? "poor" : "neutral"
|
|
20856
20889
|
}
|
|
20857
20890
|
),
|
|
20858
|
-
t.failedCalls > 0 && /* @__PURE__ */ a(
|
|
20891
|
+
t.failedCalls > 0 && /* @__PURE__ */ a(q, { label: "Failed", value: t.failedCalls, rating: "poor" })
|
|
20859
20892
|
] })
|
|
20860
20893
|
] });
|
|
20861
20894
|
}, Ut = (t) => t === void 0 ? "N/A" : (t / (1024 * 1024)).toFixed(1), Pt = (t, e) => {
|
|
@@ -20890,7 +20923,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20890
20923
|
/* @__PURE__ */ a("h3", { className: "font-semibold text-cyan-400 mb-2 text-xs", children: "Memory" }),
|
|
20891
20924
|
/* @__PURE__ */ h("div", { className: "space-y-1.5", children: [
|
|
20892
20925
|
/* @__PURE__ */ a(
|
|
20893
|
-
|
|
20926
|
+
q,
|
|
20894
20927
|
{
|
|
20895
20928
|
label: "Used Heap",
|
|
20896
20929
|
value: Ut(r.usedJSHeapSize),
|
|
@@ -20902,7 +20935,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20902
20935
|
}
|
|
20903
20936
|
),
|
|
20904
20937
|
/* @__PURE__ */ a(
|
|
20905
|
-
|
|
20938
|
+
q,
|
|
20906
20939
|
{
|
|
20907
20940
|
label: "Total Heap",
|
|
20908
20941
|
value: Ut(r.totalJSHeapSize),
|
|
@@ -20911,7 +20944,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20911
20944
|
}
|
|
20912
20945
|
),
|
|
20913
20946
|
/* @__PURE__ */ a(
|
|
20914
|
-
|
|
20947
|
+
q,
|
|
20915
20948
|
{
|
|
20916
20949
|
label: "Usage",
|
|
20917
20950
|
value: l,
|
|
@@ -20939,7 +20972,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
20939
20972
|
}) => r.length === 0 ? null : /* @__PURE__ */ h("div", { className: u("space-y-1", n), children: [
|
|
20940
20973
|
/* @__PURE__ */ a("h3", { className: u("font-semibold mb-2 text-xs", e), children: t }),
|
|
20941
20974
|
/* @__PURE__ */ a("div", { className: "space-y-1.5", children: r.map((o) => /* @__PURE__ */ a(
|
|
20942
|
-
|
|
20975
|
+
q,
|
|
20943
20976
|
{
|
|
20944
20977
|
label: o.label,
|
|
20945
20978
|
value: o.value,
|
|
@@ -21066,7 +21099,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
21066
21099
|
"bottom-left": "bottom-4 left-4",
|
|
21067
21100
|
"top-right": "top-4 right-4",
|
|
21068
21101
|
"top-left": "top-4 left-4"
|
|
21069
|
-
},
|
|
21102
|
+
}, Ho = [
|
|
21070
21103
|
"webVitals",
|
|
21071
21104
|
"bundle",
|
|
21072
21105
|
"api",
|
|
@@ -21077,7 +21110,7 @@ const No = ({ direction: t, className: e }) => /* @__PURE__ */ a(
|
|
|
21077
21110
|
defaultVisible: r = !0,
|
|
21078
21111
|
position: n = "bottom-right",
|
|
21079
21112
|
draggable: o = !0,
|
|
21080
|
-
sections: s =
|
|
21113
|
+
sections: s = Ho,
|
|
21081
21114
|
customMetrics: l = [],
|
|
21082
21115
|
customSectionTitle: i = "Custom Metrics",
|
|
21083
21116
|
apiPatterns: d,
|
|
@@ -21482,14 +21515,14 @@ const Sg = (t) => {
|
|
|
21482
21515
|
return Object.entries(t).forEach(([r, n]) => {
|
|
21483
21516
|
e[`--${r}`] = typeof n == "number" ? `${n}px` : n;
|
|
21484
21517
|
}), e;
|
|
21485
|
-
},
|
|
21518
|
+
}, _o = {
|
|
21486
21519
|
xs: 475,
|
|
21487
21520
|
sm: 640,
|
|
21488
21521
|
md: 768,
|
|
21489
21522
|
lg: 1024,
|
|
21490
21523
|
xl: 1280,
|
|
21491
21524
|
"2xl": 1536
|
|
21492
|
-
}, zg = (t, e =
|
|
21525
|
+
}, zg = (t, e = _o) => {
|
|
21493
21526
|
const [r, n] = D.useState("base");
|
|
21494
21527
|
return D.useEffect(() => {
|
|
21495
21528
|
const o = () => {
|
|
@@ -21581,14 +21614,14 @@ const Sg = (t) => {
|
|
|
21581
21614
|
o.removeEventListener ? o.removeEventListener("change", s) : o.removeListener(s);
|
|
21582
21615
|
};
|
|
21583
21616
|
}, []), r === "dark" ? e : t;
|
|
21584
|
-
},
|
|
21617
|
+
}, Hg = (t) => {
|
|
21585
21618
|
const e = {
|
|
21586
21619
|
src: t.src,
|
|
21587
21620
|
alt: t.alt,
|
|
21588
21621
|
loading: t.loading || "lazy"
|
|
21589
21622
|
};
|
|
21590
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;
|
|
21591
|
-
},
|
|
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") => {
|
|
21592
21625
|
const r = {};
|
|
21593
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;
|
|
21594
21627
|
}, Gg = (t = 'img[loading="lazy"]') => {
|
|
@@ -22517,10 +22550,10 @@ export {
|
|
|
22517
22550
|
Rm as BellIcon,
|
|
22518
22551
|
jm as BellSlashIcon,
|
|
22519
22552
|
Ys as Blockquote,
|
|
22520
|
-
|
|
22553
|
+
Hs as BodyText,
|
|
22521
22554
|
Us as BorderAccent,
|
|
22522
22555
|
ea as Box,
|
|
22523
|
-
|
|
22556
|
+
_d as Breadcrumb,
|
|
22524
22557
|
rc as BreadcrumbNav,
|
|
22525
22558
|
qd as BreadcrumbSection,
|
|
22526
22559
|
Po as BundleSection,
|
|
@@ -22544,8 +22577,8 @@ export {
|
|
|
22544
22577
|
vh as CheckIconSolid,
|
|
22545
22578
|
Ml as Checkbox,
|
|
22546
22579
|
Vm as ChevronDownIcon,
|
|
22547
|
-
|
|
22548
|
-
|
|
22580
|
+
Hm as ChevronLeftIcon,
|
|
22581
|
+
_m as ChevronRightIcon,
|
|
22549
22582
|
qm as ChevronUpIcon,
|
|
22550
22583
|
Km as ClockIcon,
|
|
22551
22584
|
qs as Code,
|
|
@@ -22611,13 +22644,13 @@ export {
|
|
|
22611
22644
|
F0 as FooterCompact,
|
|
22612
22645
|
W0 as FooterCompactLeft,
|
|
22613
22646
|
O0 as FooterCompactRight,
|
|
22614
|
-
|
|
22647
|
+
H0 as FooterCopyright,
|
|
22615
22648
|
U0 as FooterGrid,
|
|
22616
22649
|
B0 as FooterLink,
|
|
22617
22650
|
D0 as FooterLinkSection,
|
|
22618
|
-
|
|
22651
|
+
_0 as FooterSocialLinks,
|
|
22619
22652
|
V0 as FooterVersion,
|
|
22620
|
-
|
|
22653
|
+
_l as FormAlerts,
|
|
22621
22654
|
Wl as FormField,
|
|
22622
22655
|
ct as FormFieldGroup,
|
|
22623
22656
|
Si as FormSection,
|
|
@@ -22682,7 +22715,7 @@ export {
|
|
|
22682
22715
|
sh as MegaphoneIcon,
|
|
22683
22716
|
Ro as MemorySection,
|
|
22684
22717
|
Fl as MentionInput,
|
|
22685
|
-
|
|
22718
|
+
q as MetricRow,
|
|
22686
22719
|
lh as MinusIcon,
|
|
22687
22720
|
Zt as Modal,
|
|
22688
22721
|
er as ModalContent,
|
|
@@ -22727,7 +22760,7 @@ export {
|
|
|
22727
22760
|
rd as ProgressCircle,
|
|
22728
22761
|
Yd as PromotionalBanner,
|
|
22729
22762
|
x0 as ProtectedRoute,
|
|
22730
|
-
|
|
22763
|
+
Hd as PullToRefresh,
|
|
22731
22764
|
Nd as QRCodeDisplay,
|
|
22732
22765
|
Ri as QuickActions,
|
|
22733
22766
|
fi as QuizBuilder,
|
|
@@ -22752,7 +22785,7 @@ export {
|
|
|
22752
22785
|
s0 as SecurityProvider,
|
|
22753
22786
|
kt as Select,
|
|
22754
22787
|
Qe as SelectContent,
|
|
22755
|
-
|
|
22788
|
+
Hl as SelectField,
|
|
22756
22789
|
Tl as SelectGroup,
|
|
22757
22790
|
Je as SelectItem,
|
|
22758
22791
|
Ca as SelectLabel,
|
|
@@ -22773,7 +22806,7 @@ export {
|
|
|
22773
22806
|
Bl as SliderInput,
|
|
22774
22807
|
Qi as SmartContent,
|
|
22775
22808
|
Jt as SmartLink,
|
|
22776
|
-
|
|
22809
|
+
Hu as SmartWalletProviders,
|
|
22777
22810
|
Ms as Spacer,
|
|
22778
22811
|
mh as SparklesIcon,
|
|
22779
22812
|
Gc as Sparkline,
|
|
@@ -22805,7 +22838,7 @@ export {
|
|
|
22805
22838
|
Vl as TextAreaField,
|
|
22806
22839
|
Ol as TextField,
|
|
22807
22840
|
Ad as TextInputModal,
|
|
22808
|
-
|
|
22841
|
+
_s as TextLink,
|
|
22809
22842
|
Q as Theme,
|
|
22810
22843
|
cr as ThemeContext,
|
|
22811
22844
|
k0 as ThemeProvider,
|
|
@@ -22843,7 +22876,7 @@ export {
|
|
|
22843
22876
|
bd as UaudioUwaveform,
|
|
22844
22877
|
Uc as UavatarUgroup,
|
|
22845
22878
|
yl as UbadgeUdesigner,
|
|
22846
|
-
|
|
22879
|
+
Hc as UbubbleUchart,
|
|
22847
22880
|
pc as UcellUeditor,
|
|
22848
22881
|
ni as UcodeUhighlighter,
|
|
22849
22882
|
bc as UcolumnUresize,
|
|
@@ -22880,12 +22913,12 @@ export {
|
|
|
22880
22913
|
Rs as UresizableUpanels,
|
|
22881
22914
|
ji as UrevealUonUscroll,
|
|
22882
22915
|
Kc as UsankeyUdiagram,
|
|
22883
|
-
|
|
22916
|
+
_c as UscatterUplot,
|
|
22884
22917
|
gi as UschemaUvalidator,
|
|
22885
22918
|
Js as UscreenUreaderUtext,
|
|
22886
22919
|
bh as UserGroupIcon,
|
|
22887
22920
|
Vi as UskipUnavigation,
|
|
22888
|
-
|
|
22921
|
+
Hi as UsortUdropdown,
|
|
22889
22922
|
Dd as UsortableUgrid,
|
|
22890
22923
|
fc as UspreadsheetUgrid,
|
|
22891
22924
|
kl as UstatusUpipeline,
|
|
@@ -22895,7 +22928,7 @@ export {
|
|
|
22895
22928
|
Ql as UtimeUslotUpicker,
|
|
22896
22929
|
qc as UtreeUmap,
|
|
22897
22930
|
kc as UuserUtable,
|
|
22898
|
-
|
|
22931
|
+
_i as UversionUbadge,
|
|
22899
22932
|
md as UvideoUcall,
|
|
22900
22933
|
ud as UvideoUthumbnail,
|
|
22901
22934
|
yd as UvoiceUrecorder,
|
|
@@ -22965,14 +22998,14 @@ export {
|
|
|
22965
22998
|
gr as generateCSPDirectives,
|
|
22966
22999
|
Fu as generateContentRelationships,
|
|
22967
23000
|
lo as generateEntityRecognition,
|
|
22968
|
-
|
|
23001
|
+
Hg as generateImageSEO,
|
|
22969
23002
|
Ou as generatePerformanceTrackingSchema,
|
|
22970
23003
|
Qg as generatePictureElement,
|
|
22971
23004
|
em as generatePlaceholder,
|
|
22972
23005
|
so as generateSemanticMarkup,
|
|
22973
23006
|
qg as generateSizes,
|
|
22974
23007
|
Kg as generateSocialImageMeta,
|
|
22975
|
-
|
|
23008
|
+
_g as generateSrcSet,
|
|
22976
23009
|
io as generateTopicClustering,
|
|
22977
23010
|
Du as getConditionalStats,
|
|
22978
23011
|
Kn as getEnvironmentType,
|
|
@@ -22996,13 +23029,13 @@ export {
|
|
|
22996
23029
|
Rg as inlineCriticalStyles,
|
|
22997
23030
|
Cm as isAuthError,
|
|
22998
23031
|
Sm as isForbiddenError,
|
|
22999
|
-
|
|
23032
|
+
_n as isLocalhost,
|
|
23000
23033
|
qn as isNetworkAccess,
|
|
23001
23034
|
Lm as isNotFoundError,
|
|
23002
23035
|
ec as isPreloaded,
|
|
23003
23036
|
Nm as isRateLimitError,
|
|
23004
23037
|
km as isServerError,
|
|
23005
|
-
|
|
23038
|
+
Hn as isWalletBrowser,
|
|
23006
23039
|
Gn as isWebEnvironment,
|
|
23007
23040
|
fm as lazyLoadQueue,
|
|
23008
23041
|
cm as lazyWithPreload,
|
|
@@ -23047,7 +23080,7 @@ export {
|
|
|
23047
23080
|
Gg as setupLazyLoading,
|
|
23048
23081
|
Xg as setupProgressiveLoading,
|
|
23049
23082
|
fu as shouldEnableWallet,
|
|
23050
|
-
|
|
23083
|
+
He as smartLinkVariants,
|
|
23051
23084
|
as as stripLanguagePrefix,
|
|
23052
23085
|
Go as supportsAVIF,
|
|
23053
23086
|
pu as supportsCSSImports,
|
|
@@ -23077,7 +23110,7 @@ export {
|
|
|
23077
23110
|
kg as useMultipleCopyToClipboard,
|
|
23078
23111
|
om as useNavigation,
|
|
23079
23112
|
Vg as useOptimizedTheme,
|
|
23080
|
-
|
|
23113
|
+
_u as useOptimizedWallets,
|
|
23081
23114
|
Gu as usePerformanceMark,
|
|
23082
23115
|
$g as useReducedMotion,
|
|
23083
23116
|
Ju as useRenderCount,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MasterDetailLayout.d.ts","sourceRoot":"","sources":["../../src/layout/MasterDetailLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAA+B,MAAM,OAAO,CAAC;AAGtE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC,8CAA8C;IAC9C,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnD,sBAAsB;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsDxD,CAAC;AAEF,MAAM,WAAW,uBAAuB;IACtC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uFAAuF;IACvF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qFAAqF;IACrF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qFAAqF;IACrF,aAAa,EAAE,SAAS,CAAC;IACzB,mFAAmF;IACnF,aAAa,EAAE,SAAS,CAAC;IACzB,mFAAmF;IACnF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8EAA8E;IAC9E,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,oFAAoF;IACpF,UAAU,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACtC,sEAAsE;IACtE,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,8CAA8C;IAC9C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8CAA8C;IAC9C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oCAAoC;IACpC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,4DAA4D;IAC5D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kEAAkE;IAClE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8EAA8E;IAC9E,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4EAA4E;IAC5E,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,wDAAwD;IACxD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,wEAAwE;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,YAAY,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACpC,iBAAiB,EAAE,CAAC,eAAe,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;KAC1D,GAAG,IAAI,CAAC,CAAC;CACX;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,
|
|
1
|
+
{"version":3,"file":"MasterDetailLayout.d.ts","sourceRoot":"","sources":["../../src/layout/MasterDetailLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAA+B,MAAM,OAAO,CAAC;AAGtE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC,8CAA8C;IAC9C,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnD,sBAAsB;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsDxD,CAAC;AAEF,MAAM,WAAW,uBAAuB;IACtC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uFAAuF;IACvF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qFAAqF;IACrF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qFAAqF;IACrF,aAAa,EAAE,SAAS,CAAC;IACzB,mFAAmF;IACnF,aAAa,EAAE,SAAS,CAAC;IACzB,mFAAmF;IACnF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8EAA8E;IAC9E,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,oFAAoF;IACpF,UAAU,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IACtC,sEAAsE;IACtE,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,8CAA8C;IAC9C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8CAA8C;IAC9C,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oCAAoC;IACpC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,4DAA4D;IAC5D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kEAAkE;IAClE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8EAA8E;IAC9E,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4EAA4E;IAC5E,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,yEAAyE;IACzE,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,wDAAwD;IACxD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,wEAAwE;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,+CAA+C;IAC/C,YAAY,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACpC,iBAAiB,EAAE,CAAC,eAAe,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;KAC1D,GAAG,IAAI,CAAC,CAAC;CACX;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAoRhE,CAAC"}
|
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"}
|