uilint-react 0.2.154 → 0.2.155
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/{SchemaPanel-DytoQP4u.js → SchemaPanel-Dxk51yG7.js} +2 -2
- package/dist/{SchemaPanel-DytoQP4u.js.map → SchemaPanel-Dxk51yG7.js.map} +1 -1
- package/dist/devtools.js +23 -23
- package/dist/devtools.js.map +1 -1
- package/dist/{index-C1yEruRl.js → index-BP-Af4EN.js} +662 -677
- package/dist/{index-C1yEruRl.js.map → index-BP-Af4EN.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/ui/components/HierarchicalTiles/Tile.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -59,7 +59,7 @@ function Yu() {
|
|
|
59
59
|
return E.displayName || "Context";
|
|
60
60
|
case x:
|
|
61
61
|
return (E._context.displayName || "Context") + ".Consumer";
|
|
62
|
-
case
|
|
62
|
+
case P:
|
|
63
63
|
var K = E.render;
|
|
64
64
|
return E = E.displayName, E || (E = K.displayName || K.name || "", E = E !== "" ? "ForwardRef(" + E + ")" : "ForwardRef"), E;
|
|
65
65
|
case v:
|
|
@@ -223,7 +223,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
223
223
|
function p(E) {
|
|
224
224
|
return typeof E == "object" && E !== null && E.$$typeof === g;
|
|
225
225
|
}
|
|
226
|
-
var h = se, g = /* @__PURE__ */ Symbol.for("react.transitional.element"), m = /* @__PURE__ */ Symbol.for("react.portal"), b = /* @__PURE__ */ Symbol.for("react.fragment"), y = /* @__PURE__ */ Symbol.for("react.strict_mode"), w = /* @__PURE__ */ Symbol.for("react.profiler"), x = /* @__PURE__ */ Symbol.for("react.consumer"), k = /* @__PURE__ */ Symbol.for("react.context"),
|
|
226
|
+
var h = se, g = /* @__PURE__ */ Symbol.for("react.transitional.element"), m = /* @__PURE__ */ Symbol.for("react.portal"), b = /* @__PURE__ */ Symbol.for("react.fragment"), y = /* @__PURE__ */ Symbol.for("react.strict_mode"), w = /* @__PURE__ */ Symbol.for("react.profiler"), x = /* @__PURE__ */ Symbol.for("react.consumer"), k = /* @__PURE__ */ Symbol.for("react.context"), P = /* @__PURE__ */ Symbol.for("react.forward_ref"), M = /* @__PURE__ */ Symbol.for("react.suspense"), S = /* @__PURE__ */ Symbol.for("react.suspense_list"), v = /* @__PURE__ */ Symbol.for("react.memo"), I = /* @__PURE__ */ Symbol.for("react.lazy"), W = /* @__PURE__ */ Symbol.for("react.activity"), Q = /* @__PURE__ */ Symbol.for("react.client.reference"), X = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ue = Object.prototype.hasOwnProperty, R = Array.isArray, U = console.createTask ? console.createTask : function() {
|
|
227
227
|
return null;
|
|
228
228
|
};
|
|
229
229
|
h = {
|
|
@@ -978,7 +978,7 @@ function kd(e) {
|
|
|
978
978
|
n[o.severity]++;
|
|
979
979
|
return n;
|
|
980
980
|
}
|
|
981
|
-
const
|
|
981
|
+
const Ti = (e) => {
|
|
982
982
|
let t;
|
|
983
983
|
const n = /* @__PURE__ */ new Set(), r = (c, d) => {
|
|
984
984
|
const f = typeof c == "function" ? c(t) : c;
|
|
@@ -988,7 +988,7 @@ const Pi = (e) => {
|
|
|
988
988
|
}
|
|
989
989
|
}, o = () => t, a = { setState: r, getState: o, getInitialState: () => l, subscribe: (c) => (n.add(c), () => n.delete(c)) }, l = t = e(r, o, a);
|
|
990
990
|
return a;
|
|
991
|
-
}, Sd = ((e) => e ?
|
|
991
|
+
}, Sd = ((e) => e ? Ti(e) : Ti), Cd = (e) => e;
|
|
992
992
|
function Ed(e, t = Cd) {
|
|
993
993
|
const n = se.useSyncExternalStore(
|
|
994
994
|
e.subscribe,
|
|
@@ -997,10 +997,10 @@ function Ed(e, t = Cd) {
|
|
|
997
997
|
);
|
|
998
998
|
return se.useDebugValue(n), n;
|
|
999
999
|
}
|
|
1000
|
-
const
|
|
1000
|
+
const Pi = (e) => {
|
|
1001
1001
|
const t = Sd(e), n = (r) => Ed(t, r);
|
|
1002
1002
|
return Object.assign(n, t), n;
|
|
1003
|
-
},
|
|
1003
|
+
}, Td = ((e) => e ? Pi(e) : Pi), Pd = (e, t) => ({
|
|
1004
1004
|
// ============ State ============
|
|
1005
1005
|
activeDrag: null,
|
|
1006
1006
|
// ============ Actions ============
|
|
@@ -1607,7 +1607,7 @@ const Fd = () => ({
|
|
|
1607
1607
|
function zd(e = {}) {
|
|
1608
1608
|
const t = e.websocket ?? Fd(), n = e.domObserver ?? _d();
|
|
1609
1609
|
let r;
|
|
1610
|
-
const o =
|
|
1610
|
+
const o = Td()((a, l) => {
|
|
1611
1611
|
r = {
|
|
1612
1612
|
websocket: {
|
|
1613
1613
|
get isConnected() {
|
|
@@ -1659,7 +1659,7 @@ function zd(e = {}) {
|
|
|
1659
1659
|
getInitialState: () => l(),
|
|
1660
1660
|
subscribe: () => () => {
|
|
1661
1661
|
}
|
|
1662
|
-
}), f =
|
|
1662
|
+
}), f = Pd(a, l);
|
|
1663
1663
|
return {
|
|
1664
1664
|
// Core slice state and actions
|
|
1665
1665
|
...d,
|
|
@@ -1753,7 +1753,7 @@ function $a(e) {
|
|
|
1753
1753
|
const t = zd(e);
|
|
1754
1754
|
return Xe = t.store, kt = t.services, Xe;
|
|
1755
1755
|
}
|
|
1756
|
-
function
|
|
1756
|
+
function T(e) {
|
|
1757
1757
|
return Xe || $a(), e ? Xe(e) : Xe();
|
|
1758
1758
|
}
|
|
1759
1759
|
function Ai(e, t, n) {
|
|
@@ -2025,11 +2025,11 @@ function Ud({ rect: e, issues: t, isHovered: n, isSelected: r, isEmphasized: o,
|
|
|
2025
2025
|
);
|
|
2026
2026
|
}
|
|
2027
2027
|
function Gd() {
|
|
2028
|
-
const e =
|
|
2028
|
+
const e = T((x) => x.altKeyHeld), t = T((x) => x.openInspectorPanel), n = T((x) => x.expandRule), r = T((x) => x.expandFileInRule), o = T((x) => x.selectIssue), i = T((x) => x.hoveredElementId), s = T((x) => x.setHoveredElementId), a = T((x) => x.inspector.selectedIssueId), l = T(Co), c = T(id), d = T(sd), f = T(ad), p = T(ld), h = $d(l), g = B(() => Array.from(h.entries()), [h]), m = (x) => {
|
|
2029
2029
|
const k = l.get(x) || [];
|
|
2030
2030
|
if (k.length > 0) {
|
|
2031
|
-
const
|
|
2032
|
-
n(
|
|
2031
|
+
const P = k[0];
|
|
2032
|
+
n(P.ruleId), r(P.filePath), o(P.id);
|
|
2033
2033
|
}
|
|
2034
2034
|
t();
|
|
2035
2035
|
}, b = (x, k) => {
|
|
@@ -2037,7 +2037,7 @@ function Gd() {
|
|
|
2037
2037
|
}, y = B(() => {
|
|
2038
2038
|
if (!a) return null;
|
|
2039
2039
|
for (const [x, k] of l.entries())
|
|
2040
|
-
if (k.some((
|
|
2040
|
+
if (k.some((P) => P.id === a))
|
|
2041
2041
|
return x;
|
|
2042
2042
|
return null;
|
|
2043
2043
|
}, [a, l]);
|
|
@@ -2057,7 +2057,7 @@ function Gd() {
|
|
|
2057
2057
|
pointerEvents: "none",
|
|
2058
2058
|
zIndex: 99990
|
|
2059
2059
|
},
|
|
2060
|
-
children: g.map(([x, { rect: k }],
|
|
2060
|
+
children: g.map(([x, { rect: k }], P) => {
|
|
2061
2061
|
const M = l.get(x) || [];
|
|
2062
2062
|
if (M.length === 0) return null;
|
|
2063
2063
|
const S = !d || c.has(x), v = p && f.has(x);
|
|
@@ -2073,7 +2073,7 @@ function Gd() {
|
|
|
2073
2073
|
isPreviewed: v,
|
|
2074
2074
|
hasActiveSelection: d,
|
|
2075
2075
|
hasActivePreview: p,
|
|
2076
|
-
previewStaggerIndex:
|
|
2076
|
+
previewStaggerIndex: P,
|
|
2077
2077
|
showDetails: e,
|
|
2078
2078
|
onBadgeClick: () => m(x),
|
|
2079
2079
|
onBadgeHover: (I) => b(x, I)
|
|
@@ -2086,8 +2086,8 @@ function Gd() {
|
|
|
2086
2086
|
w
|
|
2087
2087
|
);
|
|
2088
2088
|
}
|
|
2089
|
-
const
|
|
2090
|
-
function
|
|
2089
|
+
const To = vt({});
|
|
2090
|
+
function Po(e) {
|
|
2091
2091
|
const t = oe(null);
|
|
2092
2092
|
return t.current === null && (t.current = e()), t.current;
|
|
2093
2093
|
}
|
|
@@ -2151,7 +2151,7 @@ class Ro {
|
|
|
2151
2151
|
this.subscriptions.length = 0;
|
|
2152
2152
|
}
|
|
2153
2153
|
}
|
|
2154
|
-
const De = /* @__NO_SIDE_EFFECTS__ */ (e) => e * 1e3,
|
|
2154
|
+
const De = /* @__NO_SIDE_EFFECTS__ */ (e) => e * 1e3, Te = /* @__NO_SIDE_EFFECTS__ */ (e) => e / 1e3;
|
|
2155
2155
|
function Ya(e, t) {
|
|
2156
2156
|
return t ? e * (1e3 / t) : 0;
|
|
2157
2157
|
}
|
|
@@ -2193,7 +2193,7 @@ const Za = (e) => (t) => t <= 0.5 ? e(2 * t) / 2 : (2 - e(2 * (1 - t))) / 2, Ja
|
|
|
2193
2193
|
} else if (ef(e))
|
|
2194
2194
|
return $e(ji[e] !== void 0, `Invalid easing type '${e}'`, "invalid-easing-type"), ji[e];
|
|
2195
2195
|
return e;
|
|
2196
|
-
},
|
|
2196
|
+
}, Tn = [
|
|
2197
2197
|
"setup",
|
|
2198
2198
|
// Compute
|
|
2199
2199
|
"read",
|
|
@@ -2256,18 +2256,18 @@ function sl(e, t) {
|
|
|
2256
2256
|
delta: 0,
|
|
2257
2257
|
timestamp: 0,
|
|
2258
2258
|
isProcessing: !1
|
|
2259
|
-
}, i = () => n = !0, s =
|
|
2259
|
+
}, i = () => n = !0, s = Tn.reduce((x, k) => (x[k] = tf(i), x), {}), { setup: a, read: l, resolveKeyframes: c, preUpdate: d, update: f, preRender: p, render: h, postRender: g } = s, m = () => {
|
|
2260
2260
|
const x = Be.useManualTiming ? o.timestamp : performance.now();
|
|
2261
2261
|
n = !1, Be.useManualTiming || (o.delta = r ? 1e3 / 60 : Math.max(Math.min(x - o.timestamp, nf), 1)), o.timestamp = x, o.isProcessing = !0, a.process(o), l.process(o), c.process(o), d.process(o), f.process(o), p.process(o), h.process(o), g.process(o), o.isProcessing = !1, n && t && (r = !1, e(m));
|
|
2262
2262
|
}, b = () => {
|
|
2263
2263
|
n = !0, r = !0, o.isProcessing || e(m);
|
|
2264
2264
|
};
|
|
2265
|
-
return { schedule:
|
|
2266
|
-
const
|
|
2267
|
-
return x[k] = (M, S = !1, v = !1) => (n || b(),
|
|
2265
|
+
return { schedule: Tn.reduce((x, k) => {
|
|
2266
|
+
const P = s[k];
|
|
2267
|
+
return x[k] = (M, S = !1, v = !1) => (n || b(), P.schedule(M, S, v)), x;
|
|
2268
2268
|
}, {}), cancel: (x) => {
|
|
2269
|
-
for (let k = 0; k <
|
|
2270
|
-
s[
|
|
2269
|
+
for (let k = 0; k < Tn.length; k++)
|
|
2270
|
+
s[Tn[k]].cancel(x);
|
|
2271
2271
|
}, state: o, steps: s };
|
|
2272
2272
|
}
|
|
2273
2273
|
const { schedule: ae, cancel: tt, state: xe, steps: pr } = /* @__PURE__ */ sl(typeof requestAnimationFrame < "u" ? requestAnimationFrame : Ae, !0);
|
|
@@ -2291,7 +2291,7 @@ const _t = {
|
|
|
2291
2291
|
}, an = {
|
|
2292
2292
|
..._t,
|
|
2293
2293
|
transform: (e) => _e(0, 1, e)
|
|
2294
|
-
},
|
|
2294
|
+
}, Pn = {
|
|
2295
2295
|
..._t,
|
|
2296
2296
|
default: 1
|
|
2297
2297
|
}, tn = (e) => Math.round(e * 1e5) / 1e5, Fo = /-?(?:\d+(?:\.\d+)?|\.\d+)/gu;
|
|
@@ -2437,7 +2437,7 @@ function Cf(e, t) {
|
|
|
2437
2437
|
return (n) => ce(e, t, n);
|
|
2438
2438
|
}
|
|
2439
2439
|
function zo(e) {
|
|
2440
|
-
return typeof e == "number" ? Cf : typeof e == "string" ? Do(e) ? Bn : pe.test(e) ? Fi :
|
|
2440
|
+
return typeof e == "number" ? Cf : typeof e == "string" ? Do(e) ? Bn : pe.test(e) ? Fi : Pf : Array.isArray(e) ? hl : typeof e == "object" ? pe.test(e) ? Fi : Ef : Bn;
|
|
2441
2441
|
}
|
|
2442
2442
|
function hl(e, t) {
|
|
2443
2443
|
const n = [...e], r = n.length, o = e.map((i, s) => zo(i)(i, t[s]));
|
|
@@ -2457,7 +2457,7 @@ function Ef(e, t) {
|
|
|
2457
2457
|
return n;
|
|
2458
2458
|
};
|
|
2459
2459
|
}
|
|
2460
|
-
function
|
|
2460
|
+
function Tf(e, t) {
|
|
2461
2461
|
const n = [], r = { color: 0, var: 0, number: 0 };
|
|
2462
2462
|
for (let o = 0; o < t.values.length; o++) {
|
|
2463
2463
|
const i = t.types[o], s = e.indexes[i][r[i]], a = e.values[s] ?? 0;
|
|
@@ -2465,9 +2465,9 @@ function Pf(e, t) {
|
|
|
2465
2465
|
}
|
|
2466
2466
|
return n;
|
|
2467
2467
|
}
|
|
2468
|
-
const
|
|
2468
|
+
const Pf = (e, t) => {
|
|
2469
2469
|
const n = nt.createTransformer(t), r = ln(e), o = ln(t);
|
|
2470
|
-
return r.indexes.var.length === o.indexes.var.length && r.indexes.color.length === o.indexes.color.length && r.indexes.number.length >= o.indexes.number.length ? $r.has(e) && !o.values.length || $r.has(t) && !r.values.length ? Sf(e, t) : hn(hl(
|
|
2470
|
+
return r.indexes.var.length === o.indexes.var.length && r.indexes.color.length === o.indexes.color.length && r.indexes.number.length >= o.indexes.number.length ? $r.has(e) && !o.values.length || $r.has(t) && !r.values.length ? Sf(e, t) : hn(hl(Tf(r, o), o.values), n) : (Ft(!0, `Complex values '${e}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`, "complex-values-different"), Bn(e, t));
|
|
2471
2471
|
};
|
|
2472
2472
|
function gl(e, t, n) {
|
|
2473
2473
|
return typeof e == "number" && typeof t == "number" && typeof n == "number" ? ce(e, t, n) : zo(e)(e, t);
|
|
@@ -2503,7 +2503,7 @@ function If(e, t = 100, n) {
|
|
|
2503
2503
|
return {
|
|
2504
2504
|
type: "keyframes",
|
|
2505
2505
|
ease: (i) => r.next(o * i).value / t,
|
|
2506
|
-
duration: /* @__PURE__ */
|
|
2506
|
+
duration: /* @__PURE__ */ Te(o)
|
|
2507
2507
|
};
|
|
2508
2508
|
}
|
|
2509
2509
|
const jf = 5;
|
|
@@ -2544,7 +2544,7 @@ function Rf({ duration: e = le.duration, bounce: t = le.bounce, velocity: n = le
|
|
|
2544
2544
|
let o, i;
|
|
2545
2545
|
Ft(e <= /* @__PURE__ */ De(le.maxDuration), "Spring duration must be 10 seconds or less", "spring-duration-limit");
|
|
2546
2546
|
let s = 1 - t;
|
|
2547
|
-
s = _e(le.minDamping, le.maxDamping, s), e = _e(le.minDuration, le.maxDuration, /* @__PURE__ */
|
|
2547
|
+
s = _e(le.minDamping, le.maxDamping, s), e = _e(le.minDuration, le.maxDuration, /* @__PURE__ */ Te(e)), s < 1 ? (o = (c) => {
|
|
2548
2548
|
const d = c * s, f = d * e, p = d - n, h = Br(c, s), g = Math.exp(-f);
|
|
2549
2549
|
return br - p / h * g;
|
|
2550
2550
|
}, i = (c) => {
|
|
@@ -2624,42 +2624,42 @@ function Hn(e = le.visualDuration, t = le.bounce) {
|
|
|
2624
2624
|
let { restSpeed: r, restDelta: o } = n;
|
|
2625
2625
|
const i = n.keyframes[0], s = n.keyframes[n.keyframes.length - 1], a = { done: !1, value: i }, { stiffness: l, damping: c, mass: d, duration: f, velocity: p, isResolvedFromDuration: h } = Ff({
|
|
2626
2626
|
...n,
|
|
2627
|
-
velocity: -/* @__PURE__ */
|
|
2628
|
-
}), g = p || 0, m = c / (2 * Math.sqrt(l * d)), b = s - i, y = /* @__PURE__ */
|
|
2627
|
+
velocity: -/* @__PURE__ */ Te(n.velocity || 0)
|
|
2628
|
+
}), g = p || 0, m = c / (2 * Math.sqrt(l * d)), b = s - i, y = /* @__PURE__ */ Te(Math.sqrt(l / d)), w = Math.abs(b) < 5;
|
|
2629
2629
|
r || (r = w ? le.restSpeed.granular : le.restSpeed.default), o || (o = w ? le.restDelta.granular : le.restDelta.default);
|
|
2630
2630
|
let x;
|
|
2631
2631
|
if (m < 1) {
|
|
2632
|
-
const
|
|
2632
|
+
const P = Br(y, m);
|
|
2633
2633
|
x = (M) => {
|
|
2634
2634
|
const S = Math.exp(-m * y * M);
|
|
2635
|
-
return s - S * ((g + m * y * b) /
|
|
2635
|
+
return s - S * ((g + m * y * b) / P * Math.sin(P * M) + b * Math.cos(P * M));
|
|
2636
2636
|
};
|
|
2637
2637
|
} else if (m === 1)
|
|
2638
|
-
x = (
|
|
2638
|
+
x = (P) => s - Math.exp(-y * P) * (b + (g + y * b) * P);
|
|
2639
2639
|
else {
|
|
2640
|
-
const
|
|
2640
|
+
const P = y * Math.sqrt(m * m - 1);
|
|
2641
2641
|
x = (M) => {
|
|
2642
|
-
const S = Math.exp(-m * y * M), v = Math.min(
|
|
2643
|
-
return s - S * ((g + m * y * b) * Math.sinh(v) +
|
|
2642
|
+
const S = Math.exp(-m * y * M), v = Math.min(P * M, 300);
|
|
2643
|
+
return s - S * ((g + m * y * b) * Math.sinh(v) + P * b * Math.cosh(v)) / P;
|
|
2644
2644
|
};
|
|
2645
2645
|
}
|
|
2646
2646
|
const k = {
|
|
2647
2647
|
calculatedDuration: h && f || null,
|
|
2648
|
-
next: (
|
|
2649
|
-
const M = x(
|
|
2648
|
+
next: (P) => {
|
|
2649
|
+
const M = x(P);
|
|
2650
2650
|
if (h)
|
|
2651
|
-
a.done =
|
|
2651
|
+
a.done = P >= f;
|
|
2652
2652
|
else {
|
|
2653
|
-
let S =
|
|
2654
|
-
m < 1 && (S =
|
|
2653
|
+
let S = P === 0 ? g : 0;
|
|
2654
|
+
m < 1 && (S = P === 0 ? /* @__PURE__ */ De(g) : bl(x, P, M));
|
|
2655
2655
|
const v = Math.abs(S) <= r, I = Math.abs(s - M) <= o;
|
|
2656
2656
|
a.done = v && I;
|
|
2657
2657
|
}
|
|
2658
2658
|
return a.value = a.done ? s : M, a;
|
|
2659
2659
|
},
|
|
2660
2660
|
toString: () => {
|
|
2661
|
-
const
|
|
2662
|
-
return
|
|
2661
|
+
const P = Math.min(Oo(k), Wn), M = ml((S) => k.next(P * S).value, P, 30);
|
|
2662
|
+
return P + "ms " + M;
|
|
2663
2663
|
},
|
|
2664
2664
|
toTransition: () => {
|
|
2665
2665
|
}
|
|
@@ -2682,9 +2682,9 @@ function Wr({ keyframes: e, velocity: t = 0, power: n = 0.8, timeConstant: r = 3
|
|
|
2682
2682
|
const I = w(v), W = x(v);
|
|
2683
2683
|
p.done = Math.abs(I) <= c, p.value = p.done ? y : W;
|
|
2684
2684
|
};
|
|
2685
|
-
let
|
|
2685
|
+
let P, M;
|
|
2686
2686
|
const S = (v) => {
|
|
2687
|
-
h(p.value) && (
|
|
2687
|
+
h(p.value) && (P = v, M = Hn({
|
|
2688
2688
|
keyframes: [p.value, g(p.value)],
|
|
2689
2689
|
velocity: bl(x, v, p.value),
|
|
2690
2690
|
// TODO: This should be passing * 1000
|
|
@@ -2698,7 +2698,7 @@ function Wr({ keyframes: e, velocity: t = 0, power: n = 0.8, timeConstant: r = 3
|
|
|
2698
2698
|
calculatedDuration: null,
|
|
2699
2699
|
next: (v) => {
|
|
2700
2700
|
let I = !1;
|
|
2701
|
-
return !M &&
|
|
2701
|
+
return !M && P === void 0 && (I = !0, k(v), S(v)), P !== void 0 && v >= P ? M.next(v - P) : (!I && k(v), p);
|
|
2702
2702
|
}
|
|
2703
2703
|
};
|
|
2704
2704
|
}
|
|
@@ -2849,12 +2849,12 @@ class Bo extends $o {
|
|
|
2849
2849
|
let I = Math.floor(v), W = v % 1;
|
|
2850
2850
|
!W && v >= 1 && (W = 1), W === 1 && I--, I = Math.min(I, f + 1), I % 2 && (p === "reverse" ? (W = 1 - W, h && (W -= h / a)) : p === "mirror" && (k = s)), x = _e(0, 1, W) * a;
|
|
2851
2851
|
}
|
|
2852
|
-
const
|
|
2853
|
-
i && (
|
|
2854
|
-
let { done: M } =
|
|
2852
|
+
const P = w ? { done: !1, value: d[0] } : k.next(x);
|
|
2853
|
+
i && (P.value = i(P.value));
|
|
2854
|
+
let { done: M } = P;
|
|
2855
2855
|
!w && l !== null && (M = this.playbackSpeed >= 0 ? this.currentTime >= o : this.currentTime <= 0);
|
|
2856
2856
|
const S = this.holdTime === null && (this.state === "finished" || this.state === "running" && M);
|
|
2857
|
-
return S && g !== Wr && (
|
|
2857
|
+
return S && g !== Wr && (P.value = Vo(d, this.options, b, this.speed)), m && m(P.value), S && this.finish(), P;
|
|
2858
2858
|
}
|
|
2859
2859
|
/**
|
|
2860
2860
|
* Allows the returned animation to be awaited or promise-chained. Currently
|
|
@@ -2865,14 +2865,14 @@ class Bo extends $o {
|
|
|
2865
2865
|
return this.finished.then(t, n);
|
|
2866
2866
|
}
|
|
2867
2867
|
get duration() {
|
|
2868
|
-
return /* @__PURE__ */
|
|
2868
|
+
return /* @__PURE__ */ Te(this.calculatedDuration);
|
|
2869
2869
|
}
|
|
2870
2870
|
get iterationDuration() {
|
|
2871
2871
|
const { delay: t = 0 } = this.options || {};
|
|
2872
|
-
return this.duration + /* @__PURE__ */
|
|
2872
|
+
return this.duration + /* @__PURE__ */ Te(t);
|
|
2873
2873
|
}
|
|
2874
2874
|
get time() {
|
|
2875
|
-
return /* @__PURE__ */
|
|
2875
|
+
return /* @__PURE__ */ Te(this.currentTime);
|
|
2876
2876
|
}
|
|
2877
2877
|
set time(t) {
|
|
2878
2878
|
t = /* @__PURE__ */ De(t), this.currentTime = t, this.startTime === null || this.holdTime !== null || this.playbackSpeed === 0 ? this.holdTime = t : this.driver && (this.startTime = this.driver.now() - t / this.playbackSpeed), this.driver?.start(!1);
|
|
@@ -2883,7 +2883,7 @@ class Bo extends $o {
|
|
|
2883
2883
|
set speed(t) {
|
|
2884
2884
|
this.updateTime(ke.now());
|
|
2885
2885
|
const n = this.playbackSpeed !== t;
|
|
2886
|
-
this.playbackSpeed = t, n && (this.time = /* @__PURE__ */
|
|
2886
|
+
this.playbackSpeed = t, n && (this.time = /* @__PURE__ */ Te(this.currentTime));
|
|
2887
2887
|
}
|
|
2888
2888
|
play() {
|
|
2889
2889
|
if (this.isStopped)
|
|
@@ -3197,14 +3197,14 @@ class lp extends $o {
|
|
|
3197
3197
|
}
|
|
3198
3198
|
get duration() {
|
|
3199
3199
|
const t = this.animation.effect?.getComputedTiming?.().duration || 0;
|
|
3200
|
-
return /* @__PURE__ */
|
|
3200
|
+
return /* @__PURE__ */ Te(Number(t));
|
|
3201
3201
|
}
|
|
3202
3202
|
get iterationDuration() {
|
|
3203
3203
|
const { delay: t = 0 } = this.options || {};
|
|
3204
|
-
return this.duration + /* @__PURE__ */
|
|
3204
|
+
return this.duration + /* @__PURE__ */ Te(t);
|
|
3205
3205
|
}
|
|
3206
3206
|
get time() {
|
|
3207
|
-
return /* @__PURE__ */
|
|
3207
|
+
return /* @__PURE__ */ Te(Number(this.animation.currentTime) || 0);
|
|
3208
3208
|
}
|
|
3209
3209
|
set time(t) {
|
|
3210
3210
|
this.manualStartTime = null, this.finishedTime = null, this.animation.currentTime = /* @__PURE__ */ De(t);
|
|
@@ -3445,8 +3445,8 @@ const kp = {
|
|
|
3445
3445
|
type: "keyframes",
|
|
3446
3446
|
ease: [0.25, 0.1, 0.35, 1],
|
|
3447
3447
|
duration: 0.3
|
|
3448
|
-
},
|
|
3449
|
-
function
|
|
3448
|
+
}, Tp = (e, { keyframes: t }) => t.length > 2 ? Cp : Ot.has(e) ? e.startsWith("scale") ? Sp(t[1]) : kp : Ep;
|
|
3449
|
+
function Pp({ when: e, delay: t, delayChildren: n, staggerChildren: r, staggerDirection: o, repeat: i, repeatType: s, repeatDelay: a, from: l, elapsed: c, ...d }) {
|
|
3450
3450
|
return !!Object.keys(d).length;
|
|
3451
3451
|
}
|
|
3452
3452
|
const Ap = (e) => e !== null;
|
|
@@ -3454,7 +3454,7 @@ function Ip(e, { repeat: t, repeatType: n = "loop" }, r) {
|
|
|
3454
3454
|
const o = e.filter(Ap), i = t && n !== "loop" && t % 2 === 1 ? 0 : o.length - 1;
|
|
3455
3455
|
return o[i];
|
|
3456
3456
|
}
|
|
3457
|
-
function
|
|
3457
|
+
function Tl(e, t, n, r = 0, o = 1) {
|
|
3458
3458
|
const i = Array.from(e).sort((c, d) => c.sortNodePosition(d)).indexOf(t), s = e.size, a = (s - 1) * r;
|
|
3459
3459
|
return typeof n == "function" ? n(i, s) : o === 1 ? i * r : a - i * r;
|
|
3460
3460
|
}
|
|
@@ -3478,7 +3478,7 @@ const Uo = (e, t, n, r = {}, o, i) => (s) => {
|
|
|
3478
3478
|
motionValue: t,
|
|
3479
3479
|
element: i ? void 0 : o
|
|
3480
3480
|
};
|
|
3481
|
-
|
|
3481
|
+
Pp(a) || Object.assign(d, Tp(e, d)), d.duration && (d.duration = /* @__PURE__ */ De(d.duration)), d.repeatDelay && (d.repeatDelay = /* @__PURE__ */ De(d.repeatDelay)), d.from !== void 0 && (d.keyframes[0] = d.from);
|
|
3482
3482
|
let f = !1;
|
|
3483
3483
|
if ((d.type === !1 || d.duration === 0 && !d.repeatDelay) && (Zr(d), d.delay === 0 && (f = !0)), (Be.instantAnimations || Be.skipAnimations) && (f = !0, Zr(d), d.delay = 0), d.allowFlatten = !a.type && !a.ease, f && !i && t.get() !== void 0) {
|
|
3484
3484
|
const p = Ip(d.keyframes, a);
|
|
@@ -3490,7 +3490,7 @@ const Uo = (e, t, n, r = {}, o, i) => (s) => {
|
|
|
3490
3490
|
}
|
|
3491
3491
|
}
|
|
3492
3492
|
return a.isSync ? new Bo(d) : new xp(d);
|
|
3493
|
-
},
|
|
3493
|
+
}, Pl = /* @__PURE__ */ new Set([
|
|
3494
3494
|
"width",
|
|
3495
3495
|
"height",
|
|
3496
3496
|
"top",
|
|
@@ -3784,7 +3784,7 @@ function jl(e, t, { delay: n = 0, transitionOverride: r, type: o } = {}) {
|
|
|
3784
3784
|
w !== null && (h.startTime = w, m = !0);
|
|
3785
3785
|
}
|
|
3786
3786
|
}
|
|
3787
|
-
Qr(e, d), f.start(Uo(d, f, p, e.shouldReduceMotion &&
|
|
3787
|
+
Qr(e, d), f.start(Uo(d, f, p, e.shouldReduceMotion && Pl.has(d) ? { type: !1 } : h, e, m));
|
|
3788
3788
|
const b = f.animation;
|
|
3789
3789
|
b && l.push(b);
|
|
3790
3790
|
}
|
|
@@ -3813,7 +3813,7 @@ function zp(e, t, n = 0, r = 0, o = 0, i = 1, s) {
|
|
|
3813
3813
|
for (const l of e.variantChildren)
|
|
3814
3814
|
l.notify("AnimationStart", t), a.push(eo(l, t, {
|
|
3815
3815
|
...s,
|
|
3816
|
-
delay: n + (typeof r == "function" ? 0 : r) +
|
|
3816
|
+
delay: n + (typeof r == "function" ? 0 : r) + Tl(e.variantChildren, l, r, o, i)
|
|
3817
3817
|
}).then(() => l.notify("AnimationComplete", t)));
|
|
3818
3818
|
return Promise.all(a);
|
|
3819
3819
|
}
|
|
@@ -3866,10 +3866,10 @@ const Hp = /\b([a-z-]*)\(.*?\)/gu, to = {
|
|
|
3866
3866
|
rotateX: Ke,
|
|
3867
3867
|
rotateY: Ke,
|
|
3868
3868
|
rotateZ: Ke,
|
|
3869
|
-
scale:
|
|
3870
|
-
scaleX:
|
|
3871
|
-
scaleY:
|
|
3872
|
-
scaleZ:
|
|
3869
|
+
scale: Pn,
|
|
3870
|
+
scaleX: Pn,
|
|
3871
|
+
scaleY: Pn,
|
|
3872
|
+
scaleZ: Pn,
|
|
3873
3873
|
skew: Ke,
|
|
3874
3874
|
skewX: Ke,
|
|
3875
3875
|
skewY: Ke,
|
|
@@ -3995,7 +3995,7 @@ class Yp extends Wo {
|
|
|
3995
3995
|
p !== void 0 && (t[d] = p), d === t.length - 1 && (this.finalKeyframe = f);
|
|
3996
3996
|
}
|
|
3997
3997
|
}
|
|
3998
|
-
if (this.resolveNoneKeyframes(), !
|
|
3998
|
+
if (this.resolveNoneKeyframes(), !Pl.has(r) || t.length !== 2)
|
|
3999
3999
|
return;
|
|
4000
4000
|
const [o, i] = t, s = Gi(o), a = Gi(i), l = Mi(o), c = Mi(i);
|
|
4001
4001
|
if (l !== c && Ze[r]) {
|
|
@@ -4520,21 +4520,21 @@ function ph(e, t, n, r = !1) {
|
|
|
4520
4520
|
for (let a = 0; a < o; a++) {
|
|
4521
4521
|
i = n[a], s = i.projectionDelta;
|
|
4522
4522
|
const { visualElement: l } = i.options;
|
|
4523
|
-
l && l.props.style && l.props.style.display === "contents" || (r && i.options.layoutScroll && i.scroll && i !== i.root &&
|
|
4523
|
+
l && l.props.style && l.props.style.display === "contents" || (r && i.options.layoutScroll && i.scroll && i !== i.root && Pt(e, {
|
|
4524
4524
|
x: -i.scroll.offset.x,
|
|
4525
4525
|
y: -i.scroll.offset.y
|
|
4526
|
-
}), s && (t.x *= s.x.scale, t.y *= s.y.scale, ql(e, s)), r && dt(i.latestValues) &&
|
|
4526
|
+
}), s && (t.x *= s.x.scale, t.y *= s.y.scale, ql(e, s)), r && dt(i.latestValues) && Pt(e, i.latestValues));
|
|
4527
4527
|
}
|
|
4528
4528
|
t.x < rs && t.x > ns && (t.x = 1), t.y < rs && t.y > ns && (t.y = 1);
|
|
4529
4529
|
}
|
|
4530
|
-
function
|
|
4530
|
+
function Tt(e, t) {
|
|
4531
4531
|
e.min = e.min + t, e.max = e.max + t;
|
|
4532
4532
|
}
|
|
4533
4533
|
function os(e, t, n, r, o = 0.5) {
|
|
4534
4534
|
const i = ce(e.min, e.max, o);
|
|
4535
4535
|
oo(e, t, n, i, r);
|
|
4536
4536
|
}
|
|
4537
|
-
function
|
|
4537
|
+
function Pt(e, t) {
|
|
4538
4538
|
os(e.x, t.x, t.scaleX, t.scale, t.originX), os(e.y, t.y, t.scaleY, t.scale, t.originY);
|
|
4539
4539
|
}
|
|
4540
4540
|
function Yl(e, t) {
|
|
@@ -4542,7 +4542,7 @@ function Yl(e, t) {
|
|
|
4542
4542
|
}
|
|
4543
4543
|
function hh(e, t, n) {
|
|
4544
4544
|
const r = Yl(e, n), { scroll: o } = t;
|
|
4545
|
-
return o && (
|
|
4545
|
+
return o && (Tt(r.x, o.offset.x), Tt(r.y, o.offset.y)), r;
|
|
4546
4546
|
}
|
|
4547
4547
|
const gh = {
|
|
4548
4548
|
x: "translateX",
|
|
@@ -4756,7 +4756,7 @@ function tc(e, t, n) {
|
|
|
4756
4756
|
}
|
|
4757
4757
|
return r;
|
|
4758
4758
|
}
|
|
4759
|
-
class
|
|
4759
|
+
class Th extends Ul {
|
|
4760
4760
|
constructor() {
|
|
4761
4761
|
super(...arguments), this.type = "svg", this.isSVGTag = !1, this.measureInstanceViewportBox = me;
|
|
4762
4762
|
}
|
|
@@ -4783,7 +4783,7 @@ class Ph extends Ul {
|
|
|
4783
4783
|
this.isSVGTag = ec(t.tagName), super.mount(t);
|
|
4784
4784
|
}
|
|
4785
4785
|
}
|
|
4786
|
-
const
|
|
4786
|
+
const Ph = Jo.length;
|
|
4787
4787
|
function nc(e) {
|
|
4788
4788
|
if (!e)
|
|
4789
4789
|
return;
|
|
@@ -4792,7 +4792,7 @@ function nc(e) {
|
|
|
4792
4792
|
return e.props.initial !== void 0 && (n.initial = e.props.initial), n;
|
|
4793
4793
|
}
|
|
4794
4794
|
const t = {};
|
|
4795
|
-
for (let n = 0; n <
|
|
4795
|
+
for (let n = 0; n < Ph; n++) {
|
|
4796
4796
|
const r = Jo[n], o = e.props[r];
|
|
4797
4797
|
(cn(o) || o === !1) && (t[r] = o);
|
|
4798
4798
|
}
|
|
@@ -4830,11 +4830,11 @@ function Rh(e) {
|
|
|
4830
4830
|
const { props: c } = e, d = nc(e.parent) || {}, f = [], p = /* @__PURE__ */ new Set();
|
|
4831
4831
|
let h = {}, g = 1 / 0;
|
|
4832
4832
|
for (let b = 0; b < Ih; b++) {
|
|
4833
|
-
const y = Ah[b], w = n[y], x = c[y] !== void 0 ? c[y] : d[y], k = cn(x),
|
|
4834
|
-
|
|
4833
|
+
const y = Ah[b], w = n[y], x = c[y] !== void 0 ? c[y] : d[y], k = cn(x), P = y === l ? w.isActive : null;
|
|
4834
|
+
P === !1 && (g = b);
|
|
4835
4835
|
let M = x === d[y] && x !== c[y] && k;
|
|
4836
4836
|
if (M && r && e.manuallyAnimateOnMount && (M = !1), w.protectedKeys = { ...h }, // If it isn't active and hasn't *just* been set as inactive
|
|
4837
|
-
!w.isActive &&
|
|
4837
|
+
!w.isActive && P === null || // If we didn't and don't have any defined prop for this animation type
|
|
4838
4838
|
!x && !w.prevProp || // Or if the prop doesn't define an animation
|
|
4839
4839
|
or(x) || typeof x == "boolean")
|
|
4840
4840
|
continue;
|
|
@@ -4844,7 +4844,7 @@ function Rh(e) {
|
|
|
4844
4844
|
b > g && k, I = !1;
|
|
4845
4845
|
const W = Array.isArray(x) ? x : [x];
|
|
4846
4846
|
let Q = W.reduce(o(y), {});
|
|
4847
|
-
|
|
4847
|
+
P === !1 && (Q = {});
|
|
4848
4848
|
const { prevResolvedValues: X = {} } = w, ue = {
|
|
4849
4849
|
...X,
|
|
4850
4850
|
...Q
|
|
@@ -4868,7 +4868,7 @@ function Rh(e) {
|
|
|
4868
4868
|
const { parent: re } = e, de = At(re, O);
|
|
4869
4869
|
if (re.enteringChildren && de) {
|
|
4870
4870
|
const { delayChildren: E } = de.transition || {};
|
|
4871
|
-
N.delay =
|
|
4871
|
+
N.delay = Tl(re.enteringChildren, e, E);
|
|
4872
4872
|
}
|
|
4873
4873
|
}
|
|
4874
4874
|
return {
|
|
@@ -5339,7 +5339,7 @@ function dc({ attachResizeListener: e, defaultParent: t, measureScroll: n, check
|
|
|
5339
5339
|
const a = s.measureViewportBox();
|
|
5340
5340
|
if (!(this.scroll?.wasRoot || this.path.some(gg))) {
|
|
5341
5341
|
const { scroll: c } = this.root;
|
|
5342
|
-
c && (
|
|
5342
|
+
c && (Tt(a.x, c.offset.x), Tt(a.y, c.offset.y));
|
|
5343
5343
|
}
|
|
5344
5344
|
return a;
|
|
5345
5345
|
}
|
|
@@ -5349,7 +5349,7 @@ function dc({ attachResizeListener: e, defaultParent: t, measureScroll: n, check
|
|
|
5349
5349
|
return a;
|
|
5350
5350
|
for (let l = 0; l < this.path.length; l++) {
|
|
5351
5351
|
const c = this.path[l], { scroll: d, options: f } = c;
|
|
5352
|
-
c !== this.root && d && f.layoutScroll && (d.wasRoot && je(a, s),
|
|
5352
|
+
c !== this.root && d && f.layoutScroll && (d.wasRoot && je(a, s), Tt(a.x, d.offset.x), Tt(a.y, d.offset.y));
|
|
5353
5353
|
}
|
|
5354
5354
|
return a;
|
|
5355
5355
|
}
|
|
@@ -5358,12 +5358,12 @@ function dc({ attachResizeListener: e, defaultParent: t, measureScroll: n, check
|
|
|
5358
5358
|
je(l, s);
|
|
5359
5359
|
for (let c = 0; c < this.path.length; c++) {
|
|
5360
5360
|
const d = this.path[c];
|
|
5361
|
-
!a && d.options.layoutScroll && d.scroll && d !== d.root &&
|
|
5361
|
+
!a && d.options.layoutScroll && d.scroll && d !== d.root && Pt(l, {
|
|
5362
5362
|
x: -d.scroll.offset.x,
|
|
5363
5363
|
y: -d.scroll.offset.y
|
|
5364
|
-
}), dt(d.latestValues) &&
|
|
5364
|
+
}), dt(d.latestValues) && Pt(l, d.latestValues);
|
|
5365
5365
|
}
|
|
5366
|
-
return dt(this.latestValues) &&
|
|
5366
|
+
return dt(this.latestValues) && Pt(l, this.latestValues), l;
|
|
5367
5367
|
}
|
|
5368
5368
|
removeTransform(s) {
|
|
5369
5369
|
const a = me();
|
|
@@ -5461,8 +5461,8 @@ function dc({ attachResizeListener: e, defaultParent: t, measureScroll: n, check
|
|
|
5461
5461
|
this.animationProgress = 0;
|
|
5462
5462
|
let x;
|
|
5463
5463
|
this.mixTargetDelta = (k) => {
|
|
5464
|
-
const
|
|
5465
|
-
|
|
5464
|
+
const P = k / 1e3;
|
|
5465
|
+
Ts(f.x, s.x, P), Ts(f.y, s.y, P), this.setTargetDelta(f), this.relativeTarget && this.relativeTargetOrigin && this.layout && this.relativeParent && this.relativeParent.layout && (Kn(p, this.layout.layoutBox, this.relativeParent.layout.layoutBox), dg(this.relativeTarget, this.relativeTargetOrigin, p, P), x && Bh(this.relativeTarget, x) && (this.isProjectionDirty = !1), x || (x = me()), je(x, this.relativeTarget)), m && (this.animationValues = d, Uh(d, c, this.latestValues, P, w, y)), this.root.scheduleUpdateProjection(), this.scheduleRender(), this.animationProgress = P;
|
|
5466
5466
|
}, this.mixTargetDelta(this.options.layoutRoot ? 1e3 : 0);
|
|
5467
5467
|
}
|
|
5468
5468
|
startAnimation(s) {
|
|
@@ -5501,7 +5501,7 @@ function dc({ attachResizeListener: e, defaultParent: t, measureScroll: n, check
|
|
|
5501
5501
|
const p = Se(this.layout.layoutBox.y);
|
|
5502
5502
|
l.y.min = s.target.y.min, l.y.max = l.y.min + p;
|
|
5503
5503
|
}
|
|
5504
|
-
je(a, l),
|
|
5504
|
+
je(a, l), Pt(a, d), nn(this.projectionDeltaWithTransform, this.layoutCorrected, a, d);
|
|
5505
5505
|
}
|
|
5506
5506
|
}
|
|
5507
5507
|
registerSharedNode(s, a) {
|
|
@@ -5680,14 +5680,14 @@ function cg(e) {
|
|
|
5680
5680
|
function ug(e) {
|
|
5681
5681
|
e.removeLeadSnapshot();
|
|
5682
5682
|
}
|
|
5683
|
-
function
|
|
5683
|
+
function Ts(e, t, n) {
|
|
5684
5684
|
e.translate = ce(t.translate, 0, n), e.scale = ce(t.scale, 1, n), e.origin = t.origin, e.originPoint = t.originPoint;
|
|
5685
5685
|
}
|
|
5686
|
-
function
|
|
5686
|
+
function Ps(e, t, n, r) {
|
|
5687
5687
|
e.min = ce(t.min, n.min, r), e.max = ce(t.max, n.max, r);
|
|
5688
5688
|
}
|
|
5689
5689
|
function dg(e, t, n, r) {
|
|
5690
|
-
|
|
5690
|
+
Ps(e.x, t.x, n.x, r), Ps(e.y, t.y, n.y, r);
|
|
5691
5691
|
}
|
|
5692
5692
|
function fg(e) {
|
|
5693
5693
|
return e.animationValues && e.animationValues.opacityExit !== void 0;
|
|
@@ -5811,7 +5811,7 @@ function yg({ children: e, isPresent: t, anchorX: n, root: r }) {
|
|
|
5811
5811
|
}, [t]), u.jsx(vg, { isPresent: t, childRef: i, sizeRef: s, children: ee.cloneElement(e, { ref: c }) });
|
|
5812
5812
|
}
|
|
5813
5813
|
const wg = ({ children: e, initial: t, isPresent: n, onExitComplete: r, custom: o, presenceAffectsLayout: i, mode: s, anchorX: a, root: l }) => {
|
|
5814
|
-
const c =
|
|
5814
|
+
const c = Po(kg), d = wo();
|
|
5815
5815
|
let f = !0, p = B(() => (f = !1, {
|
|
5816
5816
|
id: d,
|
|
5817
5817
|
initial: t,
|
|
@@ -5855,7 +5855,7 @@ function Ms(e) {
|
|
|
5855
5855
|
}), t;
|
|
5856
5856
|
}
|
|
5857
5857
|
const be = ({ children: e, custom: t, initial: n = !0, onExitComplete: r, presenceAffectsLayout: o = !0, mode: i = "sync", propagate: s = !1, anchorX: a = "left", root: l }) => {
|
|
5858
|
-
const [c, d] = hc(s), f = B(() => Ms(e), [e]), p = s && !c ? [] : f.map(An), h = oe(!0), g = oe(f), m =
|
|
5858
|
+
const [c, d] = hc(s), f = B(() => Ms(e), [e]), p = s && !c ? [] : f.map(An), h = oe(!0), g = oe(f), m = Po(() => /* @__PURE__ */ new Map()), b = oe(/* @__PURE__ */ new Set()), [y, w] = Z(f), [x, k] = Z(f);
|
|
5859
5859
|
Ua(() => {
|
|
5860
5860
|
h.current = !1, g.current = f;
|
|
5861
5861
|
for (let S = 0; S < x.length; S++) {
|
|
@@ -5863,17 +5863,17 @@ const be = ({ children: e, custom: t, initial: n = !0, onExitComplete: r, presen
|
|
|
5863
5863
|
p.includes(v) ? (m.delete(v), b.current.delete(v)) : m.get(v) !== !0 && m.set(v, !1);
|
|
5864
5864
|
}
|
|
5865
5865
|
}, [x, p.length, p.join("-")]);
|
|
5866
|
-
const
|
|
5866
|
+
const P = [];
|
|
5867
5867
|
if (f !== y) {
|
|
5868
5868
|
let S = [...f];
|
|
5869
5869
|
for (let v = 0; v < x.length; v++) {
|
|
5870
5870
|
const I = x[v], W = An(I);
|
|
5871
|
-
p.includes(W) || (S.splice(v, 0, I),
|
|
5871
|
+
p.includes(W) || (S.splice(v, 0, I), P.push(I));
|
|
5872
5872
|
}
|
|
5873
|
-
return i === "wait" &&
|
|
5873
|
+
return i === "wait" && P.length && (S = P), k(Ms(S)), w(f), null;
|
|
5874
5874
|
}
|
|
5875
5875
|
process.env.NODE_ENV !== "production" && i === "wait" && x.length > 1 && console.warn(`You're attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.`);
|
|
5876
|
-
const { forceRender: M } = ye(
|
|
5876
|
+
const { forceRender: M } = ye(To);
|
|
5877
5877
|
return u.jsx(u.Fragment, { children: x.map((S) => {
|
|
5878
5878
|
const v = An(S), I = s && !c ? !1 : f === x || p.includes(v), W = () => {
|
|
5879
5879
|
if (b.current.has(v))
|
|
@@ -5968,14 +5968,14 @@ function qn(e) {
|
|
|
5968
5968
|
return e.startsWith("while") || e.startsWith("drag") && e !== "draggable" || e.startsWith("layout") || e.startsWith("onTap") || e.startsWith("onPan") || e.startsWith("onLayout") || Eg.has(e);
|
|
5969
5969
|
}
|
|
5970
5970
|
let bc = (e) => !qn(e);
|
|
5971
|
-
function
|
|
5971
|
+
function Tg(e) {
|
|
5972
5972
|
typeof e == "function" && (bc = (t) => t.startsWith("on") ? !qn(t) : e(t));
|
|
5973
5973
|
}
|
|
5974
5974
|
try {
|
|
5975
|
-
|
|
5975
|
+
Tg(require("@emotion/is-prop-valid").default);
|
|
5976
5976
|
} catch {
|
|
5977
5977
|
}
|
|
5978
|
-
function
|
|
5978
|
+
function Pg(e, t, n) {
|
|
5979
5979
|
const r = {};
|
|
5980
5980
|
for (const o in e)
|
|
5981
5981
|
o === "values" && typeof e.values == "object" || (bc(o) || n === !0 && qn(o) || !t && !qn(o) || // If trying to use native HTML drag events, forward drag listeners
|
|
@@ -6090,7 +6090,7 @@ function ri(e) {
|
|
|
6090
6090
|
);
|
|
6091
6091
|
}
|
|
6092
6092
|
function Dg(e, t, n, { latestValues: r }, o, i = !1, s) {
|
|
6093
|
-
const l = (s ?? ri(e) ? Ng : Mg)(t, r, o, e), c =
|
|
6093
|
+
const l = (s ?? ri(e) ? Ng : Mg)(t, r, o, e), c = Pg(t, typeof e == "string", i), d = e !== za ? { ...c, ...l, ref: n } : {}, { children: f } = t, p = B(() => we(f) ? f.get() : f, [f]);
|
|
6094
6094
|
return jt(e, {
|
|
6095
6095
|
...d,
|
|
6096
6096
|
children: p
|
|
@@ -6135,7 +6135,7 @@ function _g(e, t, n, r) {
|
|
|
6135
6135
|
}
|
|
6136
6136
|
const yc = (e) => (t, n) => {
|
|
6137
6137
|
const r = ye(sr), o = ye(rr), i = () => Fg(e, t, r, o);
|
|
6138
|
-
return n ? i() :
|
|
6138
|
+
return n ? i() : Po(i);
|
|
6139
6139
|
}, zg = /* @__PURE__ */ yc({
|
|
6140
6140
|
scrapeMotionValuesFromProps: ei,
|
|
6141
6141
|
createRenderState: ni
|
|
@@ -6237,7 +6237,7 @@ function Cr(e, { forwardMotionProps: t = !1, type: n } = {}, r, o) {
|
|
|
6237
6237
|
return l[Vg] = e, l;
|
|
6238
6238
|
}
|
|
6239
6239
|
function Hg({ layoutId: e }) {
|
|
6240
|
-
const t = ye(
|
|
6240
|
+
const t = ye(To).id;
|
|
6241
6241
|
return t && e !== void 0 ? t + "-" + e : e;
|
|
6242
6242
|
}
|
|
6243
6243
|
function Ug(e, t) {
|
|
@@ -6270,7 +6270,7 @@ function Kg(e, t) {
|
|
|
6270
6270
|
get: (i, s) => s === "create" ? r : (n.has(s) || n.set(s, Cr(s, void 0, e, t)), n.get(s))
|
|
6271
6271
|
});
|
|
6272
6272
|
}
|
|
6273
|
-
const qg = (e, t) => t.isSVG ?? ri(e) ? new
|
|
6273
|
+
const qg = (e, t) => t.isSVG ?? ri(e) ? new Th(t) : new yh(t, {
|
|
6274
6274
|
allowProjection: e !== za
|
|
6275
6275
|
});
|
|
6276
6276
|
class Yg extends it {
|
|
@@ -6358,7 +6358,7 @@ class Cc {
|
|
|
6358
6358
|
}, this.updatePoint = () => {
|
|
6359
6359
|
if (!(this.lastMoveEvent && this.lastMoveEventInfo))
|
|
6360
6360
|
return;
|
|
6361
|
-
const h =
|
|
6361
|
+
const h = Tr(this.lastMoveEventInfo, this.history), g = this.startEvent !== null, m = em(h.offset, { x: 0, y: 0 }) >= this.distanceThreshold;
|
|
6362
6362
|
if (!g && !m)
|
|
6363
6363
|
return;
|
|
6364
6364
|
const { point: b } = h, { timestamp: y } = xe;
|
|
@@ -6372,7 +6372,7 @@ class Cc {
|
|
|
6372
6372
|
const { onEnd: m, onSessionEnd: b, resumeAnimation: y } = this.handlers;
|
|
6373
6373
|
if ((this.dragSnapToOrigin || !this.startEvent) && y && y(), !(this.lastMoveEvent && this.lastMoveEventInfo))
|
|
6374
6374
|
return;
|
|
6375
|
-
const w =
|
|
6375
|
+
const w = Tr(h.type === "pointercancel" ? this.lastMoveEventInfo : Er(g, this.transformPagePoint), this.history);
|
|
6376
6376
|
this.startEvent && m && m(h, w), b && b(h, w);
|
|
6377
6377
|
}, !Xo(t))
|
|
6378
6378
|
return;
|
|
@@ -6380,7 +6380,7 @@ class Cc {
|
|
|
6380
6380
|
const l = bn(t), c = Er(l, this.transformPagePoint), { point: d } = c, { timestamp: f } = xe;
|
|
6381
6381
|
this.history = [{ ...d, timestamp: f }];
|
|
6382
6382
|
const { onSessionStart: p } = n;
|
|
6383
|
-
p && p(t,
|
|
6383
|
+
p && p(t, Tr(c, this.history)), this.removeListeners = hn(rn(this.contextWindow, "pointermove", this.handlePointerMove), rn(this.contextWindow, "pointerup", this.handlePointerUp), rn(this.contextWindow, "pointercancel", this.handlePointerUp)), a && this.startScrollTracking(a);
|
|
6384
6384
|
}
|
|
6385
6385
|
/**
|
|
6386
6386
|
* Start tracking scroll on ancestors and window.
|
|
@@ -6437,7 +6437,7 @@ function Er(e, t) {
|
|
|
6437
6437
|
function zs(e, t) {
|
|
6438
6438
|
return { x: e.x - t.x, y: e.y - t.y };
|
|
6439
6439
|
}
|
|
6440
|
-
function
|
|
6440
|
+
function Tr({ point: e }, t) {
|
|
6441
6441
|
return {
|
|
6442
6442
|
point: e,
|
|
6443
6443
|
delta: zs(e, Ec(t)),
|
|
@@ -6460,7 +6460,7 @@ function nm(e, t) {
|
|
|
6460
6460
|
n--;
|
|
6461
6461
|
if (!r)
|
|
6462
6462
|
return { x: 0, y: 0 };
|
|
6463
|
-
const i = /* @__PURE__ */
|
|
6463
|
+
const i = /* @__PURE__ */ Te(o.timestamp - r.timestamp);
|
|
6464
6464
|
if (i === 0)
|
|
6465
6465
|
return { x: 0, y: 0 };
|
|
6466
6466
|
const s = {
|
|
@@ -6805,7 +6805,7 @@ class pm extends it {
|
|
|
6805
6805
|
this.removePointerDownListener(), this.session && this.session.end();
|
|
6806
6806
|
}
|
|
6807
6807
|
}
|
|
6808
|
-
let
|
|
6808
|
+
let Pr = !1;
|
|
6809
6809
|
class hm extends Wu {
|
|
6810
6810
|
/**
|
|
6811
6811
|
* This only mounts projection nodes for components that
|
|
@@ -6814,7 +6814,7 @@ class hm extends Wu {
|
|
|
6814
6814
|
*/
|
|
6815
6815
|
componentDidMount() {
|
|
6816
6816
|
const { visualElement: t, layoutGroup: n, switchLayoutGroup: r, layoutId: o } = this.props, { projection: i } = t;
|
|
6817
|
-
i && (n.group && n.group.add(i), r && r.register && o && r.register(i),
|
|
6817
|
+
i && (n.group && n.group.add(i), r && r.register && o && r.register(i), Pr && i.root.didUpdate(), i.addEventListener("animationComplete", () => {
|
|
6818
6818
|
this.safeToRemove();
|
|
6819
6819
|
}), i.setOptions({
|
|
6820
6820
|
...i.options,
|
|
@@ -6823,7 +6823,7 @@ class hm extends Wu {
|
|
|
6823
6823
|
}
|
|
6824
6824
|
getSnapshotBeforeUpdate(t) {
|
|
6825
6825
|
const { layoutDependency: n, visualElement: r, drag: o, isPresent: i } = this.props, { projection: s } = r;
|
|
6826
|
-
return s && (s.isPresent = i,
|
|
6826
|
+
return s && (s.isPresent = i, Pr = !0, o || t.layoutDependency !== n || n === void 0 || t.isPresent !== i ? s.willUpdate() : this.safeToRemove(), t.isPresent !== i && (i ? s.promote() : s.relegate() || ae.postRender(() => {
|
|
6827
6827
|
const a = s.getStack();
|
|
6828
6828
|
(!a || !a.members.length) && this.safeToRemove();
|
|
6829
6829
|
}))), null;
|
|
@@ -6836,7 +6836,7 @@ class hm extends Wu {
|
|
|
6836
6836
|
}
|
|
6837
6837
|
componentWillUnmount() {
|
|
6838
6838
|
const { visualElement: t, layoutGroup: n, switchLayoutGroup: r } = this.props, { projection: o } = t;
|
|
6839
|
-
|
|
6839
|
+
Pr = !0, o && (o.scheduleCheckAfterUnmount(), n && n.group && n.group.remove(o), r && r.deregister && r.deregister(o));
|
|
6840
6840
|
}
|
|
6841
6841
|
safeToRemove() {
|
|
6842
6842
|
const { safeToRemove: t } = this.props;
|
|
@@ -6846,8 +6846,8 @@ class hm extends Wu {
|
|
|
6846
6846
|
return null;
|
|
6847
6847
|
}
|
|
6848
6848
|
}
|
|
6849
|
-
function
|
|
6850
|
-
const [t, n] = hc(), r = ye(
|
|
6849
|
+
function Tc(e) {
|
|
6850
|
+
const [t, n] = hc(), r = ye(To);
|
|
6851
6851
|
return u.jsx(hm, { ...e, layoutGroup: r, switchLayoutGroup: ye(wc), isPresent: t, safeToRemove: n });
|
|
6852
6852
|
}
|
|
6853
6853
|
const gm = {
|
|
@@ -6857,7 +6857,7 @@ const gm = {
|
|
|
6857
6857
|
drag: {
|
|
6858
6858
|
Feature: fm,
|
|
6859
6859
|
ProjectionNode: pc,
|
|
6860
|
-
MeasureLayout:
|
|
6860
|
+
MeasureLayout: Tc
|
|
6861
6861
|
}
|
|
6862
6862
|
};
|
|
6863
6863
|
function Hs(e, t, n) {
|
|
@@ -6969,7 +6969,7 @@ class Cm extends it {
|
|
|
6969
6969
|
function Em({ viewport: e = {} }, { viewport: t = {} } = {}) {
|
|
6970
6970
|
return (n) => e[n] !== t[n];
|
|
6971
6971
|
}
|
|
6972
|
-
const
|
|
6972
|
+
const Tm = {
|
|
6973
6973
|
inView: {
|
|
6974
6974
|
Feature: Cm
|
|
6975
6975
|
},
|
|
@@ -6982,16 +6982,16 @@ const Pm = {
|
|
|
6982
6982
|
hover: {
|
|
6983
6983
|
Feature: mm
|
|
6984
6984
|
}
|
|
6985
|
-
},
|
|
6985
|
+
}, Pm = {
|
|
6986
6986
|
layout: {
|
|
6987
6987
|
ProjectionNode: pc,
|
|
6988
|
-
MeasureLayout:
|
|
6988
|
+
MeasureLayout: Tc
|
|
6989
6989
|
}
|
|
6990
6990
|
}, Am = {
|
|
6991
6991
|
...Jg,
|
|
6992
|
-
...
|
|
6992
|
+
...Tm,
|
|
6993
6993
|
...gm,
|
|
6994
|
-
...
|
|
6994
|
+
...Pm
|
|
6995
6995
|
}, L = /* @__PURE__ */ Kg(Am, qg);
|
|
6996
6996
|
const Im = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), jm = (e) => e.replace(
|
|
6997
6997
|
/^([A-Z])|[\s-_]+(\w)/g,
|
|
@@ -6999,7 +6999,7 @@ const Im = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), jm = (
|
|
|
6999
6999
|
), Gs = (e) => {
|
|
7000
7000
|
const t = jm(e);
|
|
7001
7001
|
return t.charAt(0).toUpperCase() + t.slice(1);
|
|
7002
|
-
},
|
|
7002
|
+
}, Pc = (...e) => e.filter((t, n, r) => !!t && t.trim() !== "" && r.indexOf(t) === n).join(" ").trim(), Rm = (e) => {
|
|
7003
7003
|
for (const t in e)
|
|
7004
7004
|
if (t.startsWith("aria-") || t === "role" || t === "title")
|
|
7005
7005
|
return !0;
|
|
@@ -7034,7 +7034,7 @@ const Nm = So(
|
|
|
7034
7034
|
height: t,
|
|
7035
7035
|
stroke: e,
|
|
7036
7036
|
strokeWidth: r ? Number(n) * 24 / Number(t) : n,
|
|
7037
|
-
className:
|
|
7037
|
+
className: Pc("lucide", o),
|
|
7038
7038
|
...!i && !Rm(a) && { "aria-hidden": "true" },
|
|
7039
7039
|
...a
|
|
7040
7040
|
},
|
|
@@ -7049,7 +7049,7 @@ const H = (e, t) => {
|
|
|
7049
7049
|
({ className: r, ...o }, i) => jt(Nm, {
|
|
7050
7050
|
ref: i,
|
|
7051
7051
|
iconNode: t,
|
|
7052
|
-
className:
|
|
7052
|
+
className: Pc(
|
|
7053
7053
|
`lucide-${Im(Gs(e))}`,
|
|
7054
7054
|
`lucide-${e}`,
|
|
7055
7055
|
r
|
|
@@ -7228,7 +7228,7 @@ const C0 = [
|
|
|
7228
7228
|
}
|
|
7229
7229
|
]
|
|
7230
7230
|
], E0 = H("folder", C0);
|
|
7231
|
-
const
|
|
7231
|
+
const T0 = [
|
|
7232
7232
|
[
|
|
7233
7233
|
"path",
|
|
7234
7234
|
{
|
|
@@ -7236,13 +7236,13 @@ const P0 = [
|
|
|
7236
7236
|
key: "sc7q7i"
|
|
7237
7237
|
}
|
|
7238
7238
|
]
|
|
7239
|
-
], Mc = H("funnel",
|
|
7240
|
-
const
|
|
7239
|
+
], Mc = H("funnel", T0);
|
|
7240
|
+
const P0 = [
|
|
7241
7241
|
["line", { x1: "6", x2: "6", y1: "3", y2: "15", key: "17qcm7" }],
|
|
7242
7242
|
["circle", { cx: "18", cy: "6", r: "3", key: "1h7g24" }],
|
|
7243
7243
|
["circle", { cx: "6", cy: "18", r: "3", key: "fqmcym" }],
|
|
7244
7244
|
["path", { d: "M18 9a9 9 0 0 1-9 9", key: "n2h4wq" }]
|
|
7245
|
-
], A0 = H("git-branch",
|
|
7245
|
+
], A0 = H("git-branch", P0);
|
|
7246
7246
|
const I0 = [
|
|
7247
7247
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
7248
7248
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
@@ -7497,17 +7497,17 @@ const mb = (e, t) => {
|
|
|
7497
7497
|
Eb(e, t, n, r);
|
|
7498
7498
|
return;
|
|
7499
7499
|
}
|
|
7500
|
-
|
|
7500
|
+
Tb(e, t, n, r);
|
|
7501
7501
|
}, Cb = (e, t, n) => {
|
|
7502
7502
|
const r = e === "" ? t : Oc(t, e);
|
|
7503
7503
|
r.classGroupId = n;
|
|
7504
7504
|
}, Eb = (e, t, n, r) => {
|
|
7505
|
-
if (
|
|
7505
|
+
if (Pb(e)) {
|
|
7506
7506
|
si(e(r), t, n, r);
|
|
7507
7507
|
return;
|
|
7508
7508
|
}
|
|
7509
7509
|
t.validators === null && (t.validators = []), t.validators.push(bb(n, e));
|
|
7510
|
-
},
|
|
7510
|
+
}, Tb = (e, t, n, r) => {
|
|
7511
7511
|
const o = Object.entries(e), i = o.length;
|
|
7512
7512
|
for (let s = 0; s < i; s++) {
|
|
7513
7513
|
const [a, l] = o[s];
|
|
@@ -7522,7 +7522,7 @@ const mb = (e, t) => {
|
|
|
7522
7522
|
a || (a = _c(), n.nextPart.set(s, a)), n = a;
|
|
7523
7523
|
}
|
|
7524
7524
|
return n;
|
|
7525
|
-
},
|
|
7525
|
+
}, Pb = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Ab = (e) => {
|
|
7526
7526
|
if (e < 1)
|
|
7527
7527
|
return {
|
|
7528
7528
|
get: () => {
|
|
@@ -7653,9 +7653,9 @@ const mb = (e, t) => {
|
|
|
7653
7653
|
if (s.indexOf(k) > -1)
|
|
7654
7654
|
continue;
|
|
7655
7655
|
s.push(k);
|
|
7656
|
-
const
|
|
7657
|
-
for (let M = 0; M <
|
|
7658
|
-
const S =
|
|
7656
|
+
const P = o(y, b);
|
|
7657
|
+
for (let M = 0; M < P.length; ++M) {
|
|
7658
|
+
const S = P[M];
|
|
7659
7659
|
s.push(x + S);
|
|
7660
7660
|
}
|
|
7661
7661
|
l = d + (l.length > 0 ? " " + l : l);
|
|
@@ -7719,7 +7719,7 @@ const mb = (e, t) => {
|
|
|
7719
7719
|
"bottom-left",
|
|
7720
7720
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
7721
7721
|
"left-bottom"
|
|
7722
|
-
],
|
|
7722
|
+
], P = () => [...k(), z, _], M = () => ["auto", "hidden", "clip", "visible", "scroll"], S = () => ["auto", "contain", "none"], v = () => [z, _, l], I = () => [yt, "full", "auto", ...v()], W = () => [Ge, "none", "subgrid", z, _], Q = () => ["auto", {
|
|
7723
7723
|
span: ["full", Ge, z, _]
|
|
7724
7724
|
}, Ge, z, _], X = () => [Ge, "auto", z, _], ue = () => ["auto", "min", "max", "fr", z, _], R = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], U = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...v()], O = () => [yt, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...v()], N = () => [e, z, _], re = () => [...k(), Zs, Xs, {
|
|
7725
7725
|
position: [z, _]
|
|
@@ -7866,7 +7866,7 @@ const mb = (e, t) => {
|
|
|
7866
7866
|
* @see https://tailwindcss.com/docs/object-position
|
|
7867
7867
|
*/
|
|
7868
7868
|
"object-position": [{
|
|
7869
|
-
object:
|
|
7869
|
+
object: P()
|
|
7870
7870
|
}],
|
|
7871
7871
|
/**
|
|
7872
7872
|
* Overflow
|
|
@@ -9682,7 +9682,7 @@ const mb = (e, t) => {
|
|
|
9682
9682
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
9683
9683
|
*/
|
|
9684
9684
|
"perspective-origin": [{
|
|
9685
|
-
"perspective-origin":
|
|
9685
|
+
"perspective-origin": P()
|
|
9686
9686
|
}],
|
|
9687
9687
|
/**
|
|
9688
9688
|
* Rotate
|
|
@@ -9778,7 +9778,7 @@ const mb = (e, t) => {
|
|
|
9778
9778
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
9779
9779
|
*/
|
|
9780
9780
|
"transform-origin": [{
|
|
9781
|
-
origin:
|
|
9781
|
+
origin: P()
|
|
9782
9782
|
}],
|
|
9783
9783
|
/**
|
|
9784
9784
|
* Transform Style
|
|
@@ -10175,7 +10175,7 @@ function C(...e) {
|
|
|
10175
10175
|
return rx(Fc(e));
|
|
10176
10176
|
}
|
|
10177
10177
|
function ox() {
|
|
10178
|
-
const e =
|
|
10178
|
+
const e = T(Co), t = T(
|
|
10179
10179
|
(o) => o.plugins?.eslint?.disabledRules
|
|
10180
10180
|
);
|
|
10181
10181
|
return B(() => he.getAllSearchItems(), [e, t]);
|
|
@@ -10510,7 +10510,7 @@ function Cx(e, t, n, {
|
|
|
10510
10510
|
}
|
|
10511
10511
|
g = -1;
|
|
10512
10512
|
let w = [], x = 1, k = d + f;
|
|
10513
|
-
const
|
|
10513
|
+
const P = 1 << d - 1;
|
|
10514
10514
|
for (let S = 0; S < d; S += 1) {
|
|
10515
10515
|
let v = 0, I = k;
|
|
10516
10516
|
for (; v < I; )
|
|
@@ -10526,7 +10526,7 @@ function Cx(e, t, n, {
|
|
|
10526
10526
|
X[Q + 1] = (1 << S) - 1;
|
|
10527
10527
|
for (let R = Q; R >= W; R -= 1) {
|
|
10528
10528
|
let U = R - 1, A = n[e.charAt(U)];
|
|
10529
|
-
if (m && (b[U] = +!!A), X[R] = (X[R + 1] << 1 | 1) & A, S && (X[R] |= (w[R + 1] | w[R]) << 1 | 1 | w[R + 1]), X[R] &
|
|
10529
|
+
if (m && (b[U] = +!!A), X[R] = (X[R + 1] << 1 | 1) & A, S && (X[R] |= (w[R + 1] | w[R]) << 1 | 1 | w[R + 1]), X[R] & P && (x = Mn(t, {
|
|
10530
10530
|
errors: S,
|
|
10531
10531
|
currentLocation: U,
|
|
10532
10532
|
expectedLocation: p,
|
|
@@ -10665,7 +10665,7 @@ function ea(e, t) {
|
|
|
10665
10665
|
const n = e.match(t);
|
|
10666
10666
|
return n ? n[1] : null;
|
|
10667
10667
|
}
|
|
10668
|
-
class
|
|
10668
|
+
class Tx extends at {
|
|
10669
10669
|
constructor(t) {
|
|
10670
10670
|
super(t);
|
|
10671
10671
|
}
|
|
@@ -10687,7 +10687,7 @@ class Px extends at {
|
|
|
10687
10687
|
};
|
|
10688
10688
|
}
|
|
10689
10689
|
}
|
|
10690
|
-
class
|
|
10690
|
+
class Px extends at {
|
|
10691
10691
|
constructor(t) {
|
|
10692
10692
|
super(t);
|
|
10693
10693
|
}
|
|
@@ -10861,13 +10861,13 @@ class nu extends at {
|
|
|
10861
10861
|
}
|
|
10862
10862
|
}
|
|
10863
10863
|
const uo = [
|
|
10864
|
-
|
|
10864
|
+
Tx,
|
|
10865
10865
|
nu,
|
|
10866
10866
|
Ax,
|
|
10867
10867
|
Ix,
|
|
10868
10868
|
Rx,
|
|
10869
10869
|
jx,
|
|
10870
|
-
|
|
10870
|
+
Px,
|
|
10871
10871
|
tu
|
|
10872
10872
|
], ta = uo.length, Mx = / +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/, Nx = "|";
|
|
10873
10873
|
function Lx(e, t = {}) {
|
|
@@ -11507,7 +11507,7 @@ function Lt({
|
|
|
11507
11507
|
}
|
|
11508
11508
|
);
|
|
11509
11509
|
}
|
|
11510
|
-
function
|
|
11510
|
+
function Uk({
|
|
11511
11511
|
children: e,
|
|
11512
11512
|
isSelected: t = !1,
|
|
11513
11513
|
className: n,
|
|
@@ -11541,7 +11541,7 @@ function Gk({
|
|
|
11541
11541
|
}
|
|
11542
11542
|
);
|
|
11543
11543
|
}
|
|
11544
|
-
function
|
|
11544
|
+
function Gk({
|
|
11545
11545
|
count: e,
|
|
11546
11546
|
isError: t = !1,
|
|
11547
11547
|
zeroIsSuccess: n = !0,
|
|
@@ -12335,7 +12335,7 @@ function du({
|
|
|
12335
12335
|
const b = l.current.getBoundingClientRect(), w = c.current?.getBoundingClientRect();
|
|
12336
12336
|
let x = 0, k = 0;
|
|
12337
12337
|
h(a === "trigger" ? b.width : typeof a == "number" ? a : void 0);
|
|
12338
|
-
const
|
|
12338
|
+
const P = w?.width || p || 200, M = w?.height || 200, S = 8;
|
|
12339
12339
|
switch (o) {
|
|
12340
12340
|
case "top":
|
|
12341
12341
|
x = b.top - M - S;
|
|
@@ -12344,7 +12344,7 @@ function du({
|
|
|
12344
12344
|
x = b.bottom + S;
|
|
12345
12345
|
break;
|
|
12346
12346
|
case "left":
|
|
12347
|
-
k = b.left -
|
|
12347
|
+
k = b.left - P - S, x = b.top;
|
|
12348
12348
|
break;
|
|
12349
12349
|
case "right":
|
|
12350
12350
|
k = b.right + S, x = b.top;
|
|
@@ -12356,10 +12356,10 @@ function du({
|
|
|
12356
12356
|
k = b.left;
|
|
12357
12357
|
break;
|
|
12358
12358
|
case "center":
|
|
12359
|
-
k = b.left + (b.width -
|
|
12359
|
+
k = b.left + (b.width - P) / 2;
|
|
12360
12360
|
break;
|
|
12361
12361
|
case "end":
|
|
12362
|
-
k = b.right -
|
|
12362
|
+
k = b.right - P;
|
|
12363
12363
|
break;
|
|
12364
12364
|
}
|
|
12365
12365
|
if (o === "left" || o === "right")
|
|
@@ -12375,7 +12375,7 @@ function du({
|
|
|
12375
12375
|
break;
|
|
12376
12376
|
}
|
|
12377
12377
|
const v = 16, I = window.innerWidth, W = window.innerHeight;
|
|
12378
|
-
k < v ? k = v : k +
|
|
12378
|
+
k < v ? k = v : k + P > I - v && (k = I - P - v), x < v ? x = v : x + M > W - v && (x = W - M - v), f({ top: x, left: k });
|
|
12379
12379
|
}, [e, o, i, a, p]);
|
|
12380
12380
|
ne(() => {
|
|
12381
12381
|
if (!e) return;
|
|
@@ -12467,10 +12467,10 @@ const Cv = ze(
|
|
|
12467
12467
|
size: "large"
|
|
12468
12468
|
}
|
|
12469
12469
|
}
|
|
12470
|
-
),
|
|
12470
|
+
), Tv = {
|
|
12471
12471
|
default: { scale: 1, opacity: 0.35 },
|
|
12472
12472
|
focused: { scale: 1, opacity: 0.5 }
|
|
12473
|
-
},
|
|
12473
|
+
}, Pv = {
|
|
12474
12474
|
initial: { opacity: 0, scale: 0.8 },
|
|
12475
12475
|
animate: { opacity: 1, scale: 1 },
|
|
12476
12476
|
exit: { opacity: 0, scale: 0.8 }
|
|
@@ -12488,7 +12488,7 @@ function Iv({
|
|
|
12488
12488
|
size: i,
|
|
12489
12489
|
className: s
|
|
12490
12490
|
}) {
|
|
12491
|
-
const a = oe(null), [l, c] = Z(!1), d =
|
|
12491
|
+
const a = oe(null), [l, c] = Z(!1), d = T((p) => p.mobile.isMobile);
|
|
12492
12492
|
ne(() => {
|
|
12493
12493
|
if (!o) return;
|
|
12494
12494
|
const p = setTimeout(() => {
|
|
@@ -12512,7 +12512,7 @@ function Iv({
|
|
|
12512
12512
|
/* @__PURE__ */ u.jsx(
|
|
12513
12513
|
L.div,
|
|
12514
12514
|
{
|
|
12515
|
-
variants:
|
|
12515
|
+
variants: Tv,
|
|
12516
12516
|
animate: f,
|
|
12517
12517
|
transition: { duration: 0.15, ease: Nr },
|
|
12518
12518
|
className: "flex items-center justify-center shrink-0",
|
|
@@ -12541,7 +12541,7 @@ function Iv({
|
|
|
12541
12541
|
/* @__PURE__ */ u.jsx(be, { mode: "wait", children: e ? /* @__PURE__ */ u.jsx(
|
|
12542
12542
|
L.div,
|
|
12543
12543
|
{
|
|
12544
|
-
variants:
|
|
12544
|
+
variants: Pv,
|
|
12545
12545
|
initial: "initial",
|
|
12546
12546
|
animate: "animate",
|
|
12547
12547
|
exit: "exit",
|
|
@@ -12812,7 +12812,7 @@ function zv({ onClick: e }) {
|
|
|
12812
12812
|
);
|
|
12813
12813
|
}
|
|
12814
12814
|
function Ov({ variant: e }) {
|
|
12815
|
-
const t =
|
|
12815
|
+
const t = T((o) => o.retryConnection), n = T((o) => o.connectionStatus), r = se.useMemo(() => {
|
|
12816
12816
|
switch (e) {
|
|
12817
12817
|
case "disconnected":
|
|
12818
12818
|
return {
|
|
@@ -12873,9 +12873,9 @@ const Vv = {
|
|
|
12873
12873
|
ease: [0.32, 0.72, 0, 1]
|
|
12874
12874
|
};
|
|
12875
12875
|
function $v() {
|
|
12876
|
-
const e =
|
|
12876
|
+
const e = T((A) => A.commandPalette.open), t = T((A) => A.commandPalette.query), n = T((A) => A.commandPalette.selectedItemId), r = T((A) => A.commandPalette.selectedIndex), o = T((A) => A.commandPalette.previewFocused), i = T((A) => A.commandPalette.mobileView), s = T((A) => A.closeCommandPalette), a = T((A) => A.setCommandPaletteQuery), l = T((A) => A.setCommandPaletteSelectedItem), c = T((A) => A.toggleCommandPalettePreviewFocus), d = T((A) => A.pushToPreview), f = T((A) => A.popToList), p = T((A) => A.openInspectorPanel), h = T((A) => A.expandRule), g = T((A) => A.expandFileInRule), m = T((A) => A.mobile.isMobile), b = T((A) => A.setHeatmapPreview), y = T((A) => A.clearHeatmapPreview), w = T((A) => A.wsConnected), x = T((A) => A.connectionStatus), k = T(
|
|
12877
12877
|
(A) => A.plugins?.eslint?.scanStatus
|
|
12878
|
-
),
|
|
12878
|
+
), P = B(() => x.mode === "websocket" && !w || x.mode === "static" && k === "error", [x.mode, w, k]), M = B(() => x.mode === "static" && k === "error" ? "manifest-error" : "disconnected", [x.mode, k]), S = ox(), { grouped: v, flatItems: I } = Gx(S, t), W = B(() => n ? I.find((A) => A.id === n) ?? I[0] ?? null : I[0] ?? null, [n, I]);
|
|
12879
12879
|
ne(() => {
|
|
12880
12880
|
if (!e || m) {
|
|
12881
12881
|
y();
|
|
@@ -13008,7 +13008,7 @@ function $v() {
|
|
|
13008
13008
|
size: m ? "default" : "large"
|
|
13009
13009
|
}
|
|
13010
13010
|
),
|
|
13011
|
-
|
|
13011
|
+
P ? /* @__PURE__ */ u.jsx("div", { className: "py-8 px-6", children: /* @__PURE__ */ u.jsx(Ov, { variant: M }) }) : m ? (
|
|
13012
13012
|
/* Mobile: push navigation between list and preview */
|
|
13013
13013
|
/* @__PURE__ */ u.jsx("div", { className: "flex-1 min-h-0 overflow-hidden relative", children: /* @__PURE__ */ u.jsx(be, { mode: "sync", initial: !1, children: i === "list" ? /* @__PURE__ */ u.jsx(
|
|
13014
13014
|
L.div,
|
|
@@ -13141,21 +13141,7 @@ function Hv({ isHovered: e }) {
|
|
|
13141
13141
|
}
|
|
13142
13142
|
);
|
|
13143
13143
|
}
|
|
13144
|
-
function Uv({
|
|
13145
|
-
if (!e) return null;
|
|
13146
|
-
const t = e === "rule" ? "var(--color-tile-rule)" : "var(--color-tile-file)";
|
|
13147
|
-
return /* @__PURE__ */ u.jsx(
|
|
13148
|
-
"div",
|
|
13149
|
-
{
|
|
13150
|
-
className: "absolute top-0 right-0 w-20 h-20 pointer-events-none rounded-tr-2xl",
|
|
13151
|
-
style: {
|
|
13152
|
-
background: `radial-gradient(circle at top right, ${t} 0%, transparent 70%)`,
|
|
13153
|
-
opacity: 0.25
|
|
13154
|
-
}
|
|
13155
|
-
}
|
|
13156
|
-
);
|
|
13157
|
-
}
|
|
13158
|
-
function Gv({ tags: e, maxTags: t }) {
|
|
13144
|
+
function Uv({ tags: e, maxTags: t }) {
|
|
13159
13145
|
const n = e.slice(0, t);
|
|
13160
13146
|
return /* @__PURE__ */ u.jsx(
|
|
13161
13147
|
L.div,
|
|
@@ -13179,11 +13165,11 @@ function Gv({ tags: e, maxTags: t }) {
|
|
|
13179
13165
|
}
|
|
13180
13166
|
);
|
|
13181
13167
|
}
|
|
13182
|
-
function
|
|
13168
|
+
function Gv(e, t) {
|
|
13183
13169
|
const n = e === 1 ? "issue" : "issues";
|
|
13184
13170
|
return t !== void 0 && t > 0 ? { count: e, suffix: `${n} in ${t} ${t === 1 ? "file" : "files"}` } : { count: e, suffix: n };
|
|
13185
13171
|
}
|
|
13186
|
-
function
|
|
13172
|
+
function Kv(e) {
|
|
13187
13173
|
switch (e) {
|
|
13188
13174
|
case "xl":
|
|
13189
13175
|
return "text-2xl";
|
|
@@ -13199,7 +13185,7 @@ function qv(e) {
|
|
|
13199
13185
|
return "text-lg";
|
|
13200
13186
|
}
|
|
13201
13187
|
}
|
|
13202
|
-
function
|
|
13188
|
+
function qv(e) {
|
|
13203
13189
|
switch (e) {
|
|
13204
13190
|
case "xl":
|
|
13205
13191
|
return "text-base";
|
|
@@ -13215,7 +13201,7 @@ function Yv(e) {
|
|
|
13215
13201
|
return "text-sm";
|
|
13216
13202
|
}
|
|
13217
13203
|
}
|
|
13218
|
-
const
|
|
13204
|
+
const Yv = 32;
|
|
13219
13205
|
function fu({
|
|
13220
13206
|
id: e,
|
|
13221
13207
|
label: t,
|
|
@@ -13241,14 +13227,14 @@ function fu({
|
|
|
13241
13227
|
return;
|
|
13242
13228
|
}
|
|
13243
13229
|
const R = Q.clientHeight, U = X.offsetHeight, A = ue.offsetHeight, O = R - U - A;
|
|
13244
|
-
y(O >=
|
|
13230
|
+
y(O >= Yv);
|
|
13245
13231
|
}, [w, a, t, n, o, i]);
|
|
13246
13232
|
const x = (Q) => {
|
|
13247
13233
|
Q.stopPropagation(), d?.();
|
|
13248
|
-
}, k = B(() => a === "xl" ? 16 : a === "lg" || a === "md" ? 14 : a === "sm" ? 12 : 10, [a]), { count:
|
|
13234
|
+
}, k = B(() => a === "xl" ? 16 : a === "lg" || a === "md" ? 14 : a === "sm" ? 12 : 10, [a]), { count: P, suffix: M } = Gv(
|
|
13249
13235
|
o,
|
|
13250
13236
|
i
|
|
13251
|
-
), S =
|
|
13237
|
+
), S = Kv(a), v = qv(a), I = a === "xs" ? "text-[10px]" : "text-xs", W = a === "xl" ? 3 : a === "lg" ? 2 : 1;
|
|
13252
13238
|
return /* @__PURE__ */ u.jsxs(
|
|
13253
13239
|
L.div,
|
|
13254
13240
|
{
|
|
@@ -13306,7 +13292,7 @@ function fu({
|
|
|
13306
13292
|
}
|
|
13307
13293
|
)
|
|
13308
13294
|
] }),
|
|
13309
|
-
b && s && s.length > 0 && /* @__PURE__ */ u.jsx(
|
|
13295
|
+
b && s && s.length > 0 && /* @__PURE__ */ u.jsx(Uv, { tags: s, maxTags: W }),
|
|
13310
13296
|
/* @__PURE__ */ u.jsxs(
|
|
13311
13297
|
"div",
|
|
13312
13298
|
{
|
|
@@ -13316,19 +13302,18 @@ function fu({
|
|
|
13316
13302
|
v
|
|
13317
13303
|
),
|
|
13318
13304
|
children: [
|
|
13319
|
-
/* @__PURE__ */ u.jsx("span", { className: C("font-light text-foreground", S), children:
|
|
13305
|
+
/* @__PURE__ */ u.jsx("span", { className: C("font-light text-foreground", S), children: P }),
|
|
13320
13306
|
/* @__PURE__ */ u.jsx("span", { className: "font-normal text-muted-foreground/60", children: M })
|
|
13321
13307
|
]
|
|
13322
13308
|
}
|
|
13323
13309
|
)
|
|
13324
13310
|
] }),
|
|
13325
|
-
/* @__PURE__ */ u.jsx(Hv, { isHovered: f })
|
|
13326
|
-
/* @__PURE__ */ u.jsx(Uv, { tileType: r })
|
|
13311
|
+
/* @__PURE__ */ u.jsx(Hv, { isHovered: f })
|
|
13327
13312
|
]
|
|
13328
13313
|
}
|
|
13329
13314
|
);
|
|
13330
13315
|
}
|
|
13331
|
-
const pu = { top: 0, right: 0, bottom: 0, left: 0 },
|
|
13316
|
+
const pu = { top: 0, right: 0, bottom: 0, left: 0 }, Xv = {
|
|
13332
13317
|
availableWidth: 416,
|
|
13333
13318
|
gap: 12,
|
|
13334
13319
|
minTileWidth: 100,
|
|
@@ -13343,14 +13328,14 @@ const pu = { top: 0, right: 0, bottom: 0, left: 0 }, Zv = {
|
|
|
13343
13328
|
function ha(e, t, n) {
|
|
13344
13329
|
return Math.max(t, Math.min(n, e));
|
|
13345
13330
|
}
|
|
13346
|
-
function
|
|
13331
|
+
function Zv(e, t, n) {
|
|
13347
13332
|
const r = Math.max(0, e.count), o = Math.max(1, t), i = o > 1 ? Math.log1p(r) / Math.log1p(o) : 1, s = n.minArea + i * (n.maxArea - n.minArea), a = e.label?.length ?? 0, l = e.subtitle?.length ?? 0, c = Math.max(a, l);
|
|
13348
13333
|
let d;
|
|
13349
13334
|
c <= 10 ? d = 1 : c <= 20 ? d = 1.5 : d = 2 + Math.min(1, (c - 20) / 20);
|
|
13350
13335
|
let f = Math.sqrt(s * d), p = Math.sqrt(s / d);
|
|
13351
13336
|
return f = ha(f, n.minTileWidth, n.maxTileWidth), p = ha(p, n.minTileHeight, n.maxTileHeight), { width: Math.round(f), height: Math.round(p) };
|
|
13352
13337
|
}
|
|
13353
|
-
function
|
|
13338
|
+
function Jv(e, t, n, r, o) {
|
|
13354
13339
|
let i = 0, s = 1 / 0, a = 0;
|
|
13355
13340
|
for (let l = 0; l < e.length; l++) {
|
|
13356
13341
|
const c = e[l];
|
|
@@ -13362,7 +13347,7 @@ function Qv(e, t, n, r, o) {
|
|
|
13362
13347
|
}
|
|
13363
13348
|
return s === 1 / 0 ? { x: 0, y: 0, skylineIndex: 0 } : { x: i, y: s, skylineIndex: a };
|
|
13364
13349
|
}
|
|
13365
|
-
function
|
|
13350
|
+
function Qv(e, t, n, r, o, i) {
|
|
13366
13351
|
const s = n + o + i, a = t + r + i, l = [];
|
|
13367
13352
|
for (let d = 0; d < e.length; d++) {
|
|
13368
13353
|
const f = e[d], p = f.x + f.width;
|
|
@@ -13400,13 +13385,13 @@ function ey(e, t, n, r, o, i) {
|
|
|
13400
13385
|
}
|
|
13401
13386
|
return c;
|
|
13402
13387
|
}
|
|
13403
|
-
function
|
|
13388
|
+
function ey(e, t, n) {
|
|
13404
13389
|
if (e.length === 0) return [];
|
|
13405
13390
|
const r = [...e].sort((s, a) => a.height - s.height);
|
|
13406
13391
|
let o = [{ x: 0, y: 0, width: t }];
|
|
13407
13392
|
const i = [];
|
|
13408
13393
|
for (const s of r) {
|
|
13409
|
-
const a =
|
|
13394
|
+
const a = Jv(
|
|
13410
13395
|
o,
|
|
13411
13396
|
s.width,
|
|
13412
13397
|
s.height,
|
|
@@ -13419,7 +13404,7 @@ function ty(e, t, n) {
|
|
|
13419
13404
|
y: a.y,
|
|
13420
13405
|
width: s.width,
|
|
13421
13406
|
height: s.height
|
|
13422
|
-
}), o =
|
|
13407
|
+
}), o = Qv(
|
|
13423
13408
|
o,
|
|
13424
13409
|
a.x,
|
|
13425
13410
|
a.y,
|
|
@@ -13430,7 +13415,7 @@ function ty(e, t, n) {
|
|
|
13430
13415
|
}
|
|
13431
13416
|
return i;
|
|
13432
13417
|
}
|
|
13433
|
-
function
|
|
13418
|
+
function ty(e, t) {
|
|
13434
13419
|
const n = e * t;
|
|
13435
13420
|
return n <= 12e3 ? "xs" : n <= 18e3 ? "sm" : n <= 28e3 ? "md" : n <= 42e3 ? "lg" : "xl";
|
|
13436
13421
|
}
|
|
@@ -13448,20 +13433,20 @@ function pn(e, t = {}) {
|
|
|
13448
13433
|
totalHeight: n.top + n.bottom
|
|
13449
13434
|
};
|
|
13450
13435
|
const r = {
|
|
13451
|
-
...
|
|
13436
|
+
...Xv,
|
|
13452
13437
|
...t
|
|
13453
13438
|
}, { availableWidth: o, gap: i } = r, { top: s, left: a, bottom: l } = n, c = e.reduce((w, x) => w + x.count, 0), d = e.map((w, x) => {
|
|
13454
|
-
const k =
|
|
13439
|
+
const k = Zv(w, c, r);
|
|
13455
13440
|
return {
|
|
13456
13441
|
id: w.id,
|
|
13457
13442
|
width: k.width,
|
|
13458
13443
|
height: k.height,
|
|
13459
13444
|
originalIndex: x
|
|
13460
13445
|
};
|
|
13461
|
-
}), f =
|
|
13446
|
+
}), f = ey(d, o, i), p = /* @__PURE__ */ new Map();
|
|
13462
13447
|
let h = 0;
|
|
13463
13448
|
for (const w of f) {
|
|
13464
|
-
const x =
|
|
13449
|
+
const x = ty(w.height, w.width);
|
|
13465
13450
|
p.set(w.id, {
|
|
13466
13451
|
id: w.id,
|
|
13467
13452
|
row: 0,
|
|
@@ -13493,9 +13478,9 @@ const wt = {
|
|
|
13493
13478
|
availableWidth: 532,
|
|
13494
13479
|
gap: 14,
|
|
13495
13480
|
padding: { top: 20, right: 24, bottom: 20, left: 24 }
|
|
13496
|
-
},
|
|
13497
|
-
function
|
|
13498
|
-
const { items: t, expandedId: n, children: r } = e, o =
|
|
13481
|
+
}, ny = 52, hu = 12, ry = 10;
|
|
13482
|
+
function oy(e) {
|
|
13483
|
+
const { items: t, expandedId: n, children: r } = e, o = iy(e.config);
|
|
13499
13484
|
if (t.length === 0)
|
|
13500
13485
|
return {
|
|
13501
13486
|
positions: /* @__PURE__ */ new Map(),
|
|
@@ -13547,7 +13532,7 @@ function iy(e) {
|
|
|
13547
13532
|
childrenHeight: 0
|
|
13548
13533
|
};
|
|
13549
13534
|
}
|
|
13550
|
-
const a =
|
|
13535
|
+
const a = sy(r, o), l = e.extraExpandedHeight ?? 0, c = ny + a.totalHeight + hu * 2 + l, d = s.y, f = [], p = [];
|
|
13551
13536
|
for (const y of t) {
|
|
13552
13537
|
if (y.id === n) continue;
|
|
13553
13538
|
const w = i.tiles.get(y.id);
|
|
@@ -13606,7 +13591,7 @@ function iy(e) {
|
|
|
13606
13591
|
childrenHeight: a.totalHeight
|
|
13607
13592
|
};
|
|
13608
13593
|
}
|
|
13609
|
-
function
|
|
13594
|
+
function iy(e) {
|
|
13610
13595
|
return {
|
|
13611
13596
|
availableWidth: e?.availableWidth ?? wt.availableWidth,
|
|
13612
13597
|
gap: e?.gap ?? wt.gap,
|
|
@@ -13618,13 +13603,13 @@ function sy(e) {
|
|
|
13618
13603
|
}
|
|
13619
13604
|
};
|
|
13620
13605
|
}
|
|
13621
|
-
function
|
|
13606
|
+
function sy(e, t) {
|
|
13622
13607
|
if (e.length === 0)
|
|
13623
13608
|
return { totalHeight: 0 };
|
|
13624
13609
|
const n = t.availableWidth - hu * 2;
|
|
13625
13610
|
return { totalHeight: pn(e, {
|
|
13626
13611
|
availableWidth: n,
|
|
13627
|
-
gap:
|
|
13612
|
+
gap: ry,
|
|
13628
13613
|
padding: { top: 0, right: 0, bottom: 0, left: 0 }
|
|
13629
13614
|
}).totalHeight };
|
|
13630
13615
|
}
|
|
@@ -13639,7 +13624,7 @@ const bt = [0.32, 0.72, 0, 1], rt = {
|
|
|
13639
13624
|
staggerChild: 0.04,
|
|
13640
13625
|
/** Delay before children start animating */
|
|
13641
13626
|
childrenDelay: 0.15
|
|
13642
|
-
},
|
|
13627
|
+
}, ay = {
|
|
13643
13628
|
hidden: {},
|
|
13644
13629
|
visible: {
|
|
13645
13630
|
transition: {
|
|
@@ -13653,7 +13638,7 @@ const bt = [0.32, 0.72, 0, 1], rt = {
|
|
|
13653
13638
|
staggerDirection: -1
|
|
13654
13639
|
}
|
|
13655
13640
|
}
|
|
13656
|
-
},
|
|
13641
|
+
}, ly = {
|
|
13657
13642
|
hidden: {
|
|
13658
13643
|
opacity: 0,
|
|
13659
13644
|
x: -12
|
|
@@ -13666,10 +13651,10 @@ const bt = [0.32, 0.72, 0, 1], rt = {
|
|
|
13666
13651
|
opacity: 0,
|
|
13667
13652
|
x: -12
|
|
13668
13653
|
}
|
|
13669
|
-
},
|
|
13654
|
+
}, cy = {
|
|
13670
13655
|
duration: rt.standard,
|
|
13671
13656
|
ease: bt
|
|
13672
|
-
},
|
|
13657
|
+
}, uy = {
|
|
13673
13658
|
rest: {
|
|
13674
13659
|
x: 0
|
|
13675
13660
|
},
|
|
@@ -13680,11 +13665,11 @@ const bt = [0.32, 0.72, 0, 1], rt = {
|
|
|
13680
13665
|
x: -6,
|
|
13681
13666
|
scale: 0.95
|
|
13682
13667
|
}
|
|
13683
|
-
},
|
|
13668
|
+
}, dy = {
|
|
13684
13669
|
duration: rt.micro,
|
|
13685
13670
|
ease: bt
|
|
13686
|
-
},
|
|
13687
|
-
function
|
|
13671
|
+
}, fy = { top: 20, right: 24, bottom: 20, left: 24 }, py = 532, hy = 14;
|
|
13672
|
+
function gy() {
|
|
13688
13673
|
return /* @__PURE__ */ u.jsxs(
|
|
13689
13674
|
L.div,
|
|
13690
13675
|
{
|
|
@@ -13725,15 +13710,15 @@ function mu({
|
|
|
13725
13710
|
onTileClick: t,
|
|
13726
13711
|
onOpenInInspector: n,
|
|
13727
13712
|
selectedIndex: r,
|
|
13728
|
-
availableWidth: o =
|
|
13729
|
-
padding: i =
|
|
13713
|
+
availableWidth: o = py,
|
|
13714
|
+
padding: i = fy
|
|
13730
13715
|
}) {
|
|
13731
13716
|
if (e.length === 0)
|
|
13732
|
-
return /* @__PURE__ */ u.jsx(
|
|
13717
|
+
return /* @__PURE__ */ u.jsx(gy, {});
|
|
13733
13718
|
const { layout: s, sortedItems: a, itemIndexMap: l } = se.useMemo(() => {
|
|
13734
13719
|
const c = pn(e, {
|
|
13735
13720
|
availableWidth: o,
|
|
13736
|
-
gap:
|
|
13721
|
+
gap: hy,
|
|
13737
13722
|
padding: i
|
|
13738
13723
|
}), d = [...e].sort((p, h) => {
|
|
13739
13724
|
const g = c.tiles.get(p.id), m = c.tiles.get(h.id), b = (g?.y ?? 0) - (m?.y ?? 0);
|
|
@@ -13794,14 +13779,14 @@ function mu({
|
|
|
13794
13779
|
}
|
|
13795
13780
|
);
|
|
13796
13781
|
}
|
|
13797
|
-
const
|
|
13782
|
+
const my = "block text-xs text-muted-foreground/70 uppercase tracking-wider mb-1.5", ur = C(
|
|
13798
13783
|
"w-full px-3 py-2 text-sm rounded-md",
|
|
13799
13784
|
"bg-foreground/[0.02] border border-foreground/[0.06]",
|
|
13800
13785
|
"text-foreground placeholder:text-muted-foreground/40",
|
|
13801
13786
|
"focus:outline-none focus:border-foreground/[0.12]",
|
|
13802
13787
|
"transition-colors duration-100",
|
|
13803
13788
|
"disabled:opacity-50 disabled:cursor-not-allowed"
|
|
13804
|
-
),
|
|
13789
|
+
), by = "text-xs text-muted-foreground/50 mt-1.5";
|
|
13805
13790
|
function ga({
|
|
13806
13791
|
schema: e,
|
|
13807
13792
|
value: t,
|
|
@@ -13826,7 +13811,7 @@ function ga({
|
|
|
13826
13811
|
}
|
|
13827
13812
|
);
|
|
13828
13813
|
}
|
|
13829
|
-
function
|
|
13814
|
+
function xy({
|
|
13830
13815
|
schema: e,
|
|
13831
13816
|
value: t,
|
|
13832
13817
|
onChange: n,
|
|
@@ -13873,7 +13858,7 @@ function vy({
|
|
|
13873
13858
|
}
|
|
13874
13859
|
);
|
|
13875
13860
|
}
|
|
13876
|
-
function
|
|
13861
|
+
function vy({
|
|
13877
13862
|
schema: e,
|
|
13878
13863
|
value: t,
|
|
13879
13864
|
onChange: n,
|
|
@@ -13940,7 +13925,7 @@ function yy({
|
|
|
13940
13925
|
)
|
|
13941
13926
|
] });
|
|
13942
13927
|
}
|
|
13943
|
-
function
|
|
13928
|
+
function yy({
|
|
13944
13929
|
schema: e,
|
|
13945
13930
|
value: t,
|
|
13946
13931
|
onChange: n,
|
|
@@ -14020,7 +14005,7 @@ function wy({
|
|
|
14020
14005
|
) })
|
|
14021
14006
|
] });
|
|
14022
14007
|
}
|
|
14023
|
-
function
|
|
14008
|
+
function wy({
|
|
14024
14009
|
schema: e,
|
|
14025
14010
|
value: t,
|
|
14026
14011
|
onChange: n,
|
|
@@ -14055,7 +14040,7 @@ function ky({
|
|
|
14055
14040
|
);
|
|
14056
14041
|
}) });
|
|
14057
14042
|
}
|
|
14058
|
-
function
|
|
14043
|
+
function ky({
|
|
14059
14044
|
schema: e,
|
|
14060
14045
|
value: t,
|
|
14061
14046
|
onChange: n,
|
|
@@ -14080,7 +14065,7 @@ function Sy({
|
|
|
14080
14065
|
}
|
|
14081
14066
|
);
|
|
14082
14067
|
}
|
|
14083
|
-
function
|
|
14068
|
+
function Sy({
|
|
14084
14069
|
schema: e,
|
|
14085
14070
|
value: t,
|
|
14086
14071
|
onChange: n,
|
|
@@ -14092,26 +14077,26 @@ function Cy({
|
|
|
14092
14077
|
case "text":
|
|
14093
14078
|
return /* @__PURE__ */ u.jsx(ga, { schema: e, value: t, onChange: n, disabled: r });
|
|
14094
14079
|
case "number":
|
|
14095
|
-
return /* @__PURE__ */ u.jsx(
|
|
14080
|
+
return /* @__PURE__ */ u.jsx(xy, { schema: e, value: t, onChange: n, disabled: r });
|
|
14096
14081
|
case "boolean":
|
|
14097
|
-
return /* @__PURE__ */ u.jsx(
|
|
14082
|
+
return /* @__PURE__ */ u.jsx(vy, { schema: e, value: t, onChange: n, disabled: r });
|
|
14098
14083
|
case "select":
|
|
14099
|
-
return /* @__PURE__ */ u.jsx(
|
|
14084
|
+
return /* @__PURE__ */ u.jsx(yy, { schema: e, value: t, onChange: n, disabled: r });
|
|
14100
14085
|
case "multiselect":
|
|
14101
|
-
return /* @__PURE__ */ u.jsx(
|
|
14086
|
+
return /* @__PURE__ */ u.jsx(wy, { schema: e, value: t, onChange: n, disabled: r });
|
|
14102
14087
|
case "array":
|
|
14103
|
-
return /* @__PURE__ */ u.jsx(
|
|
14088
|
+
return /* @__PURE__ */ u.jsx(ky, { schema: e, value: t, onChange: n, disabled: r });
|
|
14104
14089
|
default:
|
|
14105
14090
|
return /* @__PURE__ */ u.jsx(ga, { schema: e, value: t, onChange: n, disabled: r });
|
|
14106
14091
|
}
|
|
14107
14092
|
};
|
|
14108
14093
|
return /* @__PURE__ */ u.jsxs("div", { className: C("mb-4", o), children: [
|
|
14109
|
-
/* @__PURE__ */ u.jsx("label", { className:
|
|
14094
|
+
/* @__PURE__ */ u.jsx("label", { className: my, children: e.label }),
|
|
14110
14095
|
i(),
|
|
14111
|
-
e.description && /* @__PURE__ */ u.jsx("p", { className:
|
|
14096
|
+
e.description && /* @__PURE__ */ u.jsx("p", { className: by, children: e.description })
|
|
14112
14097
|
] });
|
|
14113
14098
|
}
|
|
14114
|
-
function
|
|
14099
|
+
function Cy({
|
|
14115
14100
|
optionSchema: e,
|
|
14116
14101
|
currentOptions: t,
|
|
14117
14102
|
defaultOptions: n,
|
|
@@ -14163,7 +14148,7 @@ function Ey({
|
|
|
14163
14148
|
)
|
|
14164
14149
|
] }),
|
|
14165
14150
|
/* @__PURE__ */ u.jsx("div", { className: C(i && "opacity-50 pointer-events-none"), children: a.map((d) => /* @__PURE__ */ u.jsx(
|
|
14166
|
-
|
|
14151
|
+
Sy,
|
|
14167
14152
|
{
|
|
14168
14153
|
schema: d,
|
|
14169
14154
|
value: l(d),
|
|
@@ -14245,7 +14230,7 @@ function bu({
|
|
|
14245
14230
|
] })
|
|
14246
14231
|
] }),
|
|
14247
14232
|
r && r.fields && r.fields.length > 0 ? /* @__PURE__ */ u.jsx(
|
|
14248
|
-
|
|
14233
|
+
Cy,
|
|
14249
14234
|
{
|
|
14250
14235
|
ruleId: e,
|
|
14251
14236
|
optionSchema: r,
|
|
@@ -14259,7 +14244,7 @@ function bu({
|
|
|
14259
14244
|
) : /* @__PURE__ */ u.jsx("div", { className: "text-xs text-muted-foreground/50 italic", children: "No additional options for this rule" })
|
|
14260
14245
|
] });
|
|
14261
14246
|
}
|
|
14262
|
-
function
|
|
14247
|
+
function Ey({
|
|
14263
14248
|
ruleFilter: e,
|
|
14264
14249
|
description: t,
|
|
14265
14250
|
category: n,
|
|
@@ -14283,7 +14268,7 @@ function Py({
|
|
|
14283
14268
|
showIgnored: w = !1,
|
|
14284
14269
|
onToggleShowIgnored: x
|
|
14285
14270
|
}) {
|
|
14286
|
-
const [k,
|
|
14271
|
+
const [k, P] = Z(!1), [M, S] = Z(!1), v = e.id.includes("/") ? e.id.split("/")[0] : null, I = $(
|
|
14287
14272
|
(X) => {
|
|
14288
14273
|
d?.(X);
|
|
14289
14274
|
},
|
|
@@ -14348,7 +14333,7 @@ function Py({
|
|
|
14348
14333
|
"button",
|
|
14349
14334
|
{
|
|
14350
14335
|
type: "button",
|
|
14351
|
-
onClick: () =>
|
|
14336
|
+
onClick: () => P(!k),
|
|
14352
14337
|
className: C(
|
|
14353
14338
|
"px-2 py-1 rounded",
|
|
14354
14339
|
"text-[11px] text-muted-foreground/60 hover:text-foreground/80",
|
|
@@ -14450,8 +14435,8 @@ function Py({
|
|
|
14450
14435
|
}
|
|
14451
14436
|
);
|
|
14452
14437
|
}
|
|
14453
|
-
const xu = 9234, ma = `ws://localhost:${xu}`, qe = 10, Ty = 1e3,
|
|
14454
|
-
class
|
|
14438
|
+
const xu = 9234, ma = `ws://localhost:${xu}`, qe = 10, Ty = 1e3, Py = 1e4, ba = xu, Ay = 10, Iy = 500;
|
|
14439
|
+
class jy {
|
|
14455
14440
|
/**
|
|
14456
14441
|
* Create a new WebSocket service instance
|
|
14457
14442
|
* @param options - Optional dependency injection options for testing
|
|
@@ -14635,7 +14620,7 @@ class Ry {
|
|
|
14635
14620
|
this.reconnectTimeout && this._clearTimeout(this.reconnectTimeout);
|
|
14636
14621
|
const t = Math.min(
|
|
14637
14622
|
Ty * Math.pow(2, this._reconnectAttempts),
|
|
14638
|
-
|
|
14623
|
+
Py
|
|
14639
14624
|
);
|
|
14640
14625
|
this._reconnectAttempts++, this.notifyReconnectAttempt(), V(
|
|
14641
14626
|
`[WebSocket] Reconnecting in ${t}ms (attempt ${this._reconnectAttempts}/${qe})`
|
|
@@ -14644,10 +14629,10 @@ class Ry {
|
|
|
14644
14629
|
}, t);
|
|
14645
14630
|
}
|
|
14646
14631
|
}
|
|
14647
|
-
async function
|
|
14632
|
+
async function Ry(e, t) {
|
|
14648
14633
|
const n = new AbortController(), r = globalThis.setTimeout(
|
|
14649
14634
|
() => n.abort(),
|
|
14650
|
-
|
|
14635
|
+
Iy
|
|
14651
14636
|
);
|
|
14652
14637
|
try {
|
|
14653
14638
|
const o = t ? `?probe=${encodeURIComponent(t)}` : "", i = await fetch(`http://localhost:${e}/_uilint/info${o}`, {
|
|
@@ -14660,7 +14645,7 @@ async function My(e, t) {
|
|
|
14660
14645
|
globalThis.clearTimeout(r);
|
|
14661
14646
|
}
|
|
14662
14647
|
}
|
|
14663
|
-
function
|
|
14648
|
+
function My() {
|
|
14664
14649
|
if (typeof document > "u") return null;
|
|
14665
14650
|
const e = document.querySelector("[data-loc]");
|
|
14666
14651
|
if (!e) return null;
|
|
@@ -14669,12 +14654,12 @@ function Ny() {
|
|
|
14669
14654
|
const n = t.split(":");
|
|
14670
14655
|
return n.length >= 3 ? n.slice(0, -2).join(":") : t;
|
|
14671
14656
|
}
|
|
14672
|
-
async function
|
|
14657
|
+
async function Ny() {
|
|
14673
14658
|
if (typeof window > "u") return null;
|
|
14674
|
-
const e =
|
|
14675
|
-
{ length:
|
|
14659
|
+
const e = My(), t = Array.from(
|
|
14660
|
+
{ length: Ay },
|
|
14676
14661
|
(o, i) => ba + i
|
|
14677
|
-
), r = (await Promise.all(t.map((o) =>
|
|
14662
|
+
), r = (await Promise.all(t.map((o) => Ry(o, e)))).filter(
|
|
14678
14663
|
(o) => o !== null
|
|
14679
14664
|
);
|
|
14680
14665
|
if (r.length === 0) return null;
|
|
@@ -14685,10 +14670,10 @@ async function Ly() {
|
|
|
14685
14670
|
}
|
|
14686
14671
|
return r.find((o) => o.port === ba) ?? r[0];
|
|
14687
14672
|
}
|
|
14688
|
-
const
|
|
14673
|
+
const Pe = new jy(), Ly = 300 * 1e3, Qn = /* @__PURE__ */ new Map(), mo = /* @__PURE__ */ new Map();
|
|
14689
14674
|
function vu(e) {
|
|
14690
14675
|
const t = Qn.get(e);
|
|
14691
|
-
return t ? Date.now() - t.fetchedAt >
|
|
14676
|
+
return t ? Date.now() - t.fetchedAt > Ly ? (Qn.delete(e), null) : t : null;
|
|
14692
14677
|
}
|
|
14693
14678
|
function er(e, t, n, r) {
|
|
14694
14679
|
const o = {
|
|
@@ -14713,15 +14698,15 @@ function Nn(e, t, n = 5, r = 5) {
|
|
|
14713
14698
|
relativePath: e.relativePath
|
|
14714
14699
|
};
|
|
14715
14700
|
}
|
|
14716
|
-
function
|
|
14701
|
+
function Dy(e) {
|
|
14717
14702
|
return mo.get(e);
|
|
14718
14703
|
}
|
|
14719
|
-
function
|
|
14704
|
+
function Fy(e, t) {
|
|
14720
14705
|
mo.set(e, t), t.finally(() => {
|
|
14721
14706
|
mo.delete(e);
|
|
14722
14707
|
});
|
|
14723
14708
|
}
|
|
14724
|
-
function
|
|
14709
|
+
function _y(e) {
|
|
14725
14710
|
const {
|
|
14726
14711
|
manifestUrl: t,
|
|
14727
14712
|
retries: n = 3,
|
|
@@ -14802,10 +14787,10 @@ function zy(e) {
|
|
|
14802
14787
|
};
|
|
14803
14788
|
}
|
|
14804
14789
|
let xa = null;
|
|
14805
|
-
function
|
|
14806
|
-
return xa =
|
|
14790
|
+
function zy(e) {
|
|
14791
|
+
return xa = _y(e), xa;
|
|
14807
14792
|
}
|
|
14808
|
-
function
|
|
14793
|
+
function Oy(e, t) {
|
|
14809
14794
|
const { filePath: n } = Ba(e.dataLoc), r = e.ruleId || "unknown", o = t.find((a) => a.id === r), s = (o?.currentSeverity ?? o?.defaultSeverity ?? "warn") === "error" ? "error" : "warning";
|
|
14810
14795
|
return {
|
|
14811
14796
|
id: Wa("eslint", r, e.dataLoc, e.line),
|
|
@@ -14819,7 +14804,7 @@ function Vy(e, t) {
|
|
|
14819
14804
|
column: e.column
|
|
14820
14805
|
};
|
|
14821
14806
|
}
|
|
14822
|
-
function
|
|
14807
|
+
function Vy(e) {
|
|
14823
14808
|
return {
|
|
14824
14809
|
id: e.id,
|
|
14825
14810
|
name: e.name,
|
|
@@ -14830,7 +14815,7 @@ function $y(e) {
|
|
|
14830
14815
|
docs: e.docs
|
|
14831
14816
|
};
|
|
14832
14817
|
}
|
|
14833
|
-
function
|
|
14818
|
+
function $y(e, t) {
|
|
14834
14819
|
V(
|
|
14835
14820
|
"[ESLint Plugin] Processing manifest:",
|
|
14836
14821
|
t.summary.totalIssues,
|
|
@@ -14841,10 +14826,10 @@ function By(e, t) {
|
|
|
14841
14826
|
const n = /* @__PURE__ */ new Map();
|
|
14842
14827
|
for (const i of t.files)
|
|
14843
14828
|
for (const s of i.issues) {
|
|
14844
|
-
const a =
|
|
14829
|
+
const a = Oy(s, t.rules), l = n.get(a.dataLoc) || [];
|
|
14845
14830
|
n.set(a.dataLoc, [...l, a]);
|
|
14846
14831
|
}
|
|
14847
|
-
const r = t.rules.map(
|
|
14832
|
+
const r = t.rules.map(Vy), o = /* @__PURE__ */ new Map();
|
|
14848
14833
|
for (const i of t.rules)
|
|
14849
14834
|
o.set(i.id, {
|
|
14850
14835
|
severity: i.currentSeverity ?? i.defaultSeverity
|
|
@@ -14882,7 +14867,7 @@ function li(e) {
|
|
|
14882
14867
|
}
|
|
14883
14868
|
let Ne = null;
|
|
14884
14869
|
function wu(e) {
|
|
14885
|
-
const t =
|
|
14870
|
+
const t = zy({ manifestUrl: e });
|
|
14886
14871
|
Ne = {
|
|
14887
14872
|
mode: "static",
|
|
14888
14873
|
manifestUrl: e,
|
|
@@ -14896,13 +14881,13 @@ function dr() {
|
|
|
14896
14881
|
function ku() {
|
|
14897
14882
|
Ne = null;
|
|
14898
14883
|
}
|
|
14899
|
-
function
|
|
14884
|
+
function By(e) {
|
|
14900
14885
|
if (!Ne)
|
|
14901
14886
|
return ie("[ESLint Plugin] Static mode not configured"), () => {
|
|
14902
14887
|
};
|
|
14903
14888
|
const { fetcher: t } = Ne;
|
|
14904
14889
|
V("[ESLint Plugin] Initializing in static mode..."), e.setState({ scanStatus: "scanning" }), t.fetch().then(({ manifest: r }) => {
|
|
14905
|
-
Ne.manifest = r,
|
|
14890
|
+
Ne.manifest = r, $y(e, r);
|
|
14906
14891
|
}).catch((r) => {
|
|
14907
14892
|
ie("[ESLint Plugin] Failed to fetch manifest:", r), e.setState({ scanStatus: "error" });
|
|
14908
14893
|
});
|
|
@@ -14916,7 +14901,7 @@ function Wy(e) {
|
|
|
14916
14901
|
n(), V("[ESLint Plugin] Static mode disposed");
|
|
14917
14902
|
};
|
|
14918
14903
|
}
|
|
14919
|
-
function
|
|
14904
|
+
function Wy() {
|
|
14920
14905
|
if (!Ne?.manifest) return null;
|
|
14921
14906
|
const { manifest: e } = Ne;
|
|
14922
14907
|
return {
|
|
@@ -14927,11 +14912,11 @@ function Hy() {
|
|
|
14927
14912
|
};
|
|
14928
14913
|
}
|
|
14929
14914
|
const Dr = /* @__PURE__ */ new Map();
|
|
14930
|
-
function
|
|
14915
|
+
function Hy({
|
|
14931
14916
|
filePath: e,
|
|
14932
14917
|
enabled: t = !0
|
|
14933
14918
|
}) {
|
|
14934
|
-
const [n, r] = Z(null), [o, i] = Z(!1), [s, a] = Z(null), l =
|
|
14919
|
+
const [n, r] = Z(null), [o, i] = Z(!1), [s, a] = Z(null), l = T((f) => f.wsConnected), c = oe(null), d = $(() => {
|
|
14935
14920
|
if (!t || !e)
|
|
14936
14921
|
return;
|
|
14937
14922
|
const f = vu(e);
|
|
@@ -14966,7 +14951,7 @@ function Uy({
|
|
|
14966
14951
|
const h = `source-full-${e}-${Date.now()}`;
|
|
14967
14952
|
c.current = h;
|
|
14968
14953
|
const g = new Promise((m) => {
|
|
14969
|
-
const b =
|
|
14954
|
+
const b = Pe.on(
|
|
14970
14955
|
"source:result",
|
|
14971
14956
|
(w) => {
|
|
14972
14957
|
if (w.filePath === e) {
|
|
@@ -14979,13 +14964,13 @@ function Uy({
|
|
|
14979
14964
|
b(), y(), m(x);
|
|
14980
14965
|
}
|
|
14981
14966
|
}
|
|
14982
|
-
), y =
|
|
14967
|
+
), y = Pe.on(
|
|
14983
14968
|
"source:error",
|
|
14984
14969
|
(w) => {
|
|
14985
14970
|
w.filePath === e && (a(w.error), b(), y(), m(null));
|
|
14986
14971
|
}
|
|
14987
14972
|
);
|
|
14988
|
-
|
|
14973
|
+
Pe.send({
|
|
14989
14974
|
type: "source:fetch",
|
|
14990
14975
|
filePath: e,
|
|
14991
14976
|
requestId: h
|
|
@@ -15001,7 +14986,7 @@ function Uy({
|
|
|
15001
14986
|
}, [e, t, l]);
|
|
15002
14987
|
return ne(() => {
|
|
15003
14988
|
d();
|
|
15004
|
-
}, [d]), ne(() => e ?
|
|
14989
|
+
}, [d]), ne(() => e ? Pe.on(
|
|
15005
14990
|
"file:changed",
|
|
15006
14991
|
(p) => {
|
|
15007
14992
|
(p.filePath === e || p.filePath.endsWith(e) || e.endsWith(p.filePath)) && (yu(e), r(null), t && d());
|
|
@@ -15015,7 +15000,7 @@ function Uy({
|
|
|
15015
15000
|
refetch: d
|
|
15016
15001
|
};
|
|
15017
15002
|
}
|
|
15018
|
-
function
|
|
15003
|
+
function Uy(e) {
|
|
15019
15004
|
switch (e) {
|
|
15020
15005
|
case "error":
|
|
15021
15006
|
return {
|
|
@@ -15037,14 +15022,14 @@ function Gy(e) {
|
|
|
15037
15022
|
};
|
|
15038
15023
|
}
|
|
15039
15024
|
}
|
|
15040
|
-
function
|
|
15025
|
+
function Gy({
|
|
15041
15026
|
issue: e,
|
|
15042
15027
|
isSelected: t,
|
|
15043
15028
|
onSelect: n,
|
|
15044
15029
|
gutterWidth: r = 40,
|
|
15045
15030
|
className: o
|
|
15046
15031
|
}) {
|
|
15047
|
-
const i = oe(null), s =
|
|
15032
|
+
const i = oe(null), s = Uy(e.severity);
|
|
15048
15033
|
return et(() => {
|
|
15049
15034
|
t && i.current?.scrollIntoView && i.current.scrollIntoView({ block: "nearest", behavior: "smooth" });
|
|
15050
15035
|
}, [t]), /* @__PURE__ */ u.jsxs(
|
|
@@ -15104,7 +15089,7 @@ function Ky({
|
|
|
15104
15089
|
}
|
|
15105
15090
|
);
|
|
15106
15091
|
}
|
|
15107
|
-
function
|
|
15092
|
+
function Ky(e) {
|
|
15108
15093
|
switch (e) {
|
|
15109
15094
|
case "error":
|
|
15110
15095
|
return "bg-error/60";
|
|
@@ -15114,7 +15099,7 @@ function qy(e) {
|
|
|
15114
15099
|
return "bg-info/60";
|
|
15115
15100
|
}
|
|
15116
15101
|
}
|
|
15117
|
-
function
|
|
15102
|
+
function qy({
|
|
15118
15103
|
issue: e,
|
|
15119
15104
|
firstLine: t,
|
|
15120
15105
|
isSelected: n,
|
|
@@ -15159,7 +15144,7 @@ function Yy({
|
|
|
15159
15144
|
{
|
|
15160
15145
|
className: C(
|
|
15161
15146
|
"w-1 h-1 rounded-full flex-shrink-0",
|
|
15162
|
-
|
|
15147
|
+
Ky(e.severity)
|
|
15163
15148
|
)
|
|
15164
15149
|
}
|
|
15165
15150
|
),
|
|
@@ -15171,7 +15156,7 @@ function Yy({
|
|
|
15171
15156
|
}
|
|
15172
15157
|
);
|
|
15173
15158
|
}
|
|
15174
|
-
function
|
|
15159
|
+
function Yy(e) {
|
|
15175
15160
|
switch (e) {
|
|
15176
15161
|
case "error":
|
|
15177
15162
|
return "bg-error/80";
|
|
@@ -15181,7 +15166,7 @@ function Xy(e) {
|
|
|
15181
15166
|
return "bg-info/80";
|
|
15182
15167
|
}
|
|
15183
15168
|
}
|
|
15184
|
-
function
|
|
15169
|
+
function Xy(e) {
|
|
15185
15170
|
switch (e) {
|
|
15186
15171
|
case "error":
|
|
15187
15172
|
return "hover:bg-error/10";
|
|
@@ -15191,7 +15176,7 @@ function Zy(e) {
|
|
|
15191
15176
|
return "hover:bg-info/10";
|
|
15192
15177
|
}
|
|
15193
15178
|
}
|
|
15194
|
-
function
|
|
15179
|
+
function Zy(e) {
|
|
15195
15180
|
switch (e) {
|
|
15196
15181
|
case "error":
|
|
15197
15182
|
return "border-error/30";
|
|
@@ -15201,7 +15186,7 @@ function Jy(e) {
|
|
|
15201
15186
|
return "border-info/30";
|
|
15202
15187
|
}
|
|
15203
15188
|
}
|
|
15204
|
-
function
|
|
15189
|
+
function Jy({
|
|
15205
15190
|
issue: e,
|
|
15206
15191
|
onSelect: t,
|
|
15207
15192
|
gutterWidth: n = 40,
|
|
@@ -15240,8 +15225,8 @@ function Qy({
|
|
|
15240
15225
|
"rounded-full",
|
|
15241
15226
|
"border",
|
|
15242
15227
|
"bg-foreground/[0.02]",
|
|
15243
|
-
Jy(e.severity),
|
|
15244
15228
|
Zy(e.severity),
|
|
15229
|
+
Xy(e.severity),
|
|
15245
15230
|
"cursor-pointer",
|
|
15246
15231
|
"transition-colors duration-100",
|
|
15247
15232
|
"focus:outline-none focus:ring-1 focus:ring-foreground/20",
|
|
@@ -15255,7 +15240,7 @@ function Qy({
|
|
|
15255
15240
|
{
|
|
15256
15241
|
className: C(
|
|
15257
15242
|
"w-1.5 h-1.5 rounded-full flex-shrink-0",
|
|
15258
|
-
|
|
15243
|
+
Yy(e.severity)
|
|
15259
15244
|
)
|
|
15260
15245
|
}
|
|
15261
15246
|
),
|
|
@@ -15290,7 +15275,7 @@ function Qy({
|
|
|
15290
15275
|
}
|
|
15291
15276
|
);
|
|
15292
15277
|
}
|
|
15293
|
-
function
|
|
15278
|
+
function Qy(e, t, n = 2) {
|
|
15294
15279
|
if (e.length === 0)
|
|
15295
15280
|
return t > 0 ? {
|
|
15296
15281
|
regions: [],
|
|
@@ -15344,7 +15329,7 @@ function ew(e, t, n = 2) {
|
|
|
15344
15329
|
}
|
|
15345
15330
|
return { regions: i, gaps: s };
|
|
15346
15331
|
}
|
|
15347
|
-
function
|
|
15332
|
+
function ew(e, t) {
|
|
15348
15333
|
const n = e.gaps.findIndex((s) => s.id === t);
|
|
15349
15334
|
if (n === -1)
|
|
15350
15335
|
return e;
|
|
@@ -15391,10 +15376,10 @@ function tw(e, t) {
|
|
|
15391
15376
|
}
|
|
15392
15377
|
return { regions: o, gaps: i };
|
|
15393
15378
|
}
|
|
15394
|
-
function
|
|
15379
|
+
function tw(e, t) {
|
|
15395
15380
|
return e.filter((n) => n.line === t);
|
|
15396
15381
|
}
|
|
15397
|
-
function
|
|
15382
|
+
function nw(e) {
|
|
15398
15383
|
if (e.length === 0) return null;
|
|
15399
15384
|
const t = {
|
|
15400
15385
|
error: 0,
|
|
@@ -15405,7 +15390,7 @@ function rw(e) {
|
|
|
15405
15390
|
(r, o) => t[r.severity] - t[o.severity]
|
|
15406
15391
|
)[0].severity;
|
|
15407
15392
|
}
|
|
15408
|
-
function
|
|
15393
|
+
function rw(e, t) {
|
|
15409
15394
|
if (!t) return "";
|
|
15410
15395
|
switch (e) {
|
|
15411
15396
|
case "error":
|
|
@@ -15418,7 +15403,7 @@ function ow(e, t) {
|
|
|
15418
15403
|
return "";
|
|
15419
15404
|
}
|
|
15420
15405
|
}
|
|
15421
|
-
function
|
|
15406
|
+
function ow(e, t) {
|
|
15422
15407
|
if (!t) return "border-l border-l-transparent";
|
|
15423
15408
|
switch (e) {
|
|
15424
15409
|
case "error":
|
|
@@ -15431,7 +15416,7 @@ function iw(e, t) {
|
|
|
15431
15416
|
return "border-l border-l-transparent";
|
|
15432
15417
|
}
|
|
15433
15418
|
}
|
|
15434
|
-
function
|
|
15419
|
+
function iw({
|
|
15435
15420
|
lines: e,
|
|
15436
15421
|
startLine: t,
|
|
15437
15422
|
issues: n,
|
|
@@ -15450,15 +15435,15 @@ function sw({
|
|
|
15450
15435
|
a
|
|
15451
15436
|
),
|
|
15452
15437
|
children: e.map((l, c) => {
|
|
15453
|
-
const d = t + c, f =
|
|
15438
|
+
const d = t + c, f = tw(n, d), p = f.length > 0, h = nw(f);
|
|
15454
15439
|
return /* @__PURE__ */ u.jsxs("div", { className: "group", children: [
|
|
15455
15440
|
/* @__PURE__ */ u.jsxs(
|
|
15456
15441
|
"div",
|
|
15457
15442
|
{
|
|
15458
15443
|
className: C(
|
|
15459
15444
|
"flex",
|
|
15460
|
-
|
|
15461
|
-
|
|
15445
|
+
rw(h, p),
|
|
15446
|
+
ow(h, p)
|
|
15462
15447
|
),
|
|
15463
15448
|
children: [
|
|
15464
15449
|
/* @__PURE__ */ u.jsx(
|
|
@@ -15494,7 +15479,7 @@ function sw({
|
|
|
15494
15479
|
const m = r === g.id;
|
|
15495
15480
|
if (r !== null && !m)
|
|
15496
15481
|
return /* @__PURE__ */ u.jsx(
|
|
15497
|
-
|
|
15482
|
+
Jy,
|
|
15498
15483
|
{
|
|
15499
15484
|
issue: g,
|
|
15500
15485
|
onSelect: () => o(g.id),
|
|
@@ -15504,7 +15489,7 @@ function sw({
|
|
|
15504
15489
|
);
|
|
15505
15490
|
const y = s?.get(g.message);
|
|
15506
15491
|
return !y || y === d ? /* @__PURE__ */ u.jsx(
|
|
15507
|
-
|
|
15492
|
+
Gy,
|
|
15508
15493
|
{
|
|
15509
15494
|
issue: g,
|
|
15510
15495
|
isSelected: m,
|
|
@@ -15513,7 +15498,7 @@ function sw({
|
|
|
15513
15498
|
},
|
|
15514
15499
|
g.id
|
|
15515
15500
|
) : /* @__PURE__ */ u.jsx(
|
|
15516
|
-
|
|
15501
|
+
qy,
|
|
15517
15502
|
{
|
|
15518
15503
|
issue: g,
|
|
15519
15504
|
firstLine: y,
|
|
@@ -15529,7 +15514,7 @@ function sw({
|
|
|
15529
15514
|
}
|
|
15530
15515
|
);
|
|
15531
15516
|
}
|
|
15532
|
-
function
|
|
15517
|
+
function sw({
|
|
15533
15518
|
startLine: e,
|
|
15534
15519
|
endLine: t,
|
|
15535
15520
|
lineCount: n,
|
|
@@ -15590,29 +15575,29 @@ function aw({
|
|
|
15590
15575
|
}
|
|
15591
15576
|
);
|
|
15592
15577
|
}
|
|
15593
|
-
const
|
|
15578
|
+
const aw = 2, lw = 32, cw = 8, uw = 16;
|
|
15594
15579
|
function ci({
|
|
15595
15580
|
filePath: e,
|
|
15596
15581
|
issues: t,
|
|
15597
|
-
contextLines: n =
|
|
15582
|
+
contextLines: n = aw,
|
|
15598
15583
|
selectedIssueId: r,
|
|
15599
15584
|
onIssueSelect: o,
|
|
15600
15585
|
enabled: i = !0,
|
|
15601
15586
|
className: s
|
|
15602
15587
|
}) {
|
|
15603
|
-
const { lines: a, totalLines: l, isLoading: c, error: d } =
|
|
15588
|
+
const { lines: a, totalLines: l, isLoading: c, error: d } = Hy({
|
|
15604
15589
|
filePath: e,
|
|
15605
15590
|
enabled: i
|
|
15606
|
-
}), [f, p] = Z(/* @__PURE__ */ new Set()), h = B(() => l === 0 ? { regions: [], gaps: [] } :
|
|
15591
|
+
}), [f, p] = Z(/* @__PURE__ */ new Set()), h = B(() => l === 0 ? { regions: [], gaps: [] } : Qy(t, l, n), [t, l, n]), g = B(() => {
|
|
15607
15592
|
let S = h;
|
|
15608
15593
|
for (const v of f)
|
|
15609
|
-
S =
|
|
15594
|
+
S = ew(S, v);
|
|
15610
15595
|
return S;
|
|
15611
15596
|
}, [h, f, l]), m = $((S) => {
|
|
15612
15597
|
p((v) => /* @__PURE__ */ new Set([...v, S]));
|
|
15613
15598
|
}, []), b = B(() => {
|
|
15614
15599
|
const S = Math.max(3, String(l).length);
|
|
15615
|
-
return Math.max(
|
|
15600
|
+
return Math.max(lw, S * cw + uw);
|
|
15616
15601
|
}, [l]), y = B(() => {
|
|
15617
15602
|
const S = /* @__PURE__ */ new Map(), v = [...t].sort((I, W) => I.line - W.line);
|
|
15618
15603
|
for (const I of v)
|
|
@@ -15632,14 +15617,14 @@ function ci({
|
|
|
15632
15617
|
if (l === 0)
|
|
15633
15618
|
return /* @__PURE__ */ u.jsx("div", { className: C("py-6 text-center", s), children: /* @__PURE__ */ u.jsx("div", { className: "text-xs text-muted-foreground/60", children: "Source not available" }) });
|
|
15634
15619
|
const x = [];
|
|
15635
|
-
let k = 0,
|
|
15620
|
+
let k = 0, P = 0;
|
|
15636
15621
|
const M = [...g.gaps].sort((S, v) => S.startLine - v.startLine);
|
|
15637
|
-
for (; k < M.length ||
|
|
15638
|
-
const S = M[k], v = g.regions[
|
|
15622
|
+
for (; k < M.length || P < g.regions.length; ) {
|
|
15623
|
+
const S = M[k], v = g.regions[P];
|
|
15639
15624
|
if (S && (!v || S.startLine < v.startLine) && S)
|
|
15640
15625
|
x.push(
|
|
15641
15626
|
/* @__PURE__ */ u.jsx(
|
|
15642
|
-
|
|
15627
|
+
sw,
|
|
15643
15628
|
{
|
|
15644
15629
|
startLine: S.startLine,
|
|
15645
15630
|
endLine: S.endLine,
|
|
@@ -15657,7 +15642,7 @@ function ci({
|
|
|
15657
15642
|
);
|
|
15658
15643
|
x.push(
|
|
15659
15644
|
/* @__PURE__ */ u.jsx(
|
|
15660
|
-
|
|
15645
|
+
iw,
|
|
15661
15646
|
{
|
|
15662
15647
|
lines: W,
|
|
15663
15648
|
startLine: v.startLine,
|
|
@@ -15669,7 +15654,7 @@ function ci({
|
|
|
15669
15654
|
},
|
|
15670
15655
|
`region-${v.startLine}-${v.endLine}`
|
|
15671
15656
|
)
|
|
15672
|
-
),
|
|
15657
|
+
), P++;
|
|
15673
15658
|
}
|
|
15674
15659
|
}
|
|
15675
15660
|
return /* @__PURE__ */ u.jsx(
|
|
@@ -15684,7 +15669,7 @@ function ci({
|
|
|
15684
15669
|
}
|
|
15685
15670
|
);
|
|
15686
15671
|
}
|
|
15687
|
-
function
|
|
15672
|
+
function dw({ severity: e }) {
|
|
15688
15673
|
switch (e) {
|
|
15689
15674
|
case "error":
|
|
15690
15675
|
return /* @__PURE__ */ u.jsx(vn, { size: 14, className: "text-error flex-shrink-0" });
|
|
@@ -15694,7 +15679,7 @@ function fw({ severity: e }) {
|
|
|
15694
15679
|
return /* @__PURE__ */ u.jsx(He, { size: 14, className: "text-info flex-shrink-0" });
|
|
15695
15680
|
}
|
|
15696
15681
|
}
|
|
15697
|
-
function
|
|
15682
|
+
function fw({
|
|
15698
15683
|
issue: e,
|
|
15699
15684
|
isSelected: t,
|
|
15700
15685
|
onClick: n,
|
|
@@ -15720,7 +15705,7 @@ function pw({
|
|
|
15720
15705
|
t && "bg-foreground/[0.05]"
|
|
15721
15706
|
),
|
|
15722
15707
|
children: [
|
|
15723
|
-
/* @__PURE__ */ u.jsx(
|
|
15708
|
+
/* @__PURE__ */ u.jsx(dw, { severity: e.severity }),
|
|
15724
15709
|
/* @__PURE__ */ u.jsx("span", { className: "flex-shrink-0 text-[11px] font-mono text-muted-foreground/60 tabular-nums w-8", children: e.line }),
|
|
15725
15710
|
/* @__PURE__ */ u.jsx("span", { className: "flex-1 min-w-0 text-xs text-foreground/70 truncate", children: e.message }),
|
|
15726
15711
|
/* @__PURE__ */ u.jsx(Vt, { size: 12, className: "flex-shrink-0 text-muted-foreground/30 opacity-0 group-hover:opacity-100 transition-opacity" })
|
|
@@ -15728,7 +15713,7 @@ function pw({
|
|
|
15728
15713
|
}
|
|
15729
15714
|
);
|
|
15730
15715
|
}
|
|
15731
|
-
function
|
|
15716
|
+
function pw({
|
|
15732
15717
|
issues: e,
|
|
15733
15718
|
selectedIssueId: t,
|
|
15734
15719
|
onIssueClick: n,
|
|
@@ -15757,7 +15742,7 @@ function hw({
|
|
|
15757
15742
|
),
|
|
15758
15743
|
children: [
|
|
15759
15744
|
/* @__PURE__ */ u.jsx("div", { className: "flex-1", children: i.map((a, l) => /* @__PURE__ */ u.jsx(
|
|
15760
|
-
|
|
15745
|
+
fw,
|
|
15761
15746
|
{
|
|
15762
15747
|
issue: a,
|
|
15763
15748
|
isSelected: t === a.id,
|
|
@@ -15788,7 +15773,7 @@ function hw({
|
|
|
15788
15773
|
}
|
|
15789
15774
|
);
|
|
15790
15775
|
}
|
|
15791
|
-
const
|
|
15776
|
+
const hw = {
|
|
15792
15777
|
common: {
|
|
15793
15778
|
bg: "bg-transparent",
|
|
15794
15779
|
border: "border-l-transparent",
|
|
@@ -15836,7 +15821,7 @@ function va({
|
|
|
15836
15821
|
className: "overflow-auto text-xs font-mono leading-relaxed",
|
|
15837
15822
|
style: { maxHeight: n },
|
|
15838
15823
|
children: e.map((s, a) => {
|
|
15839
|
-
const l =
|
|
15824
|
+
const l = hw[s.type];
|
|
15840
15825
|
return /* @__PURE__ */ u.jsxs(
|
|
15841
15826
|
"div",
|
|
15842
15827
|
{
|
|
@@ -15871,7 +15856,7 @@ function va({
|
|
|
15871
15856
|
}
|
|
15872
15857
|
);
|
|
15873
15858
|
}
|
|
15874
|
-
function
|
|
15859
|
+
function gw(e, t) {
|
|
15875
15860
|
const n = e.length, r = t.length, o = Array.from(
|
|
15876
15861
|
{ length: n + 1 },
|
|
15877
15862
|
() => new Array(r + 1).fill(0)
|
|
@@ -15881,7 +15866,7 @@ function mw(e, t) {
|
|
|
15881
15866
|
e[i - 1].trim() === t[s - 1].trim() ? o[i][s] = o[i - 1][s - 1] + 1 : o[i][s] = Math.max(o[i - 1][s], o[i][s - 1]);
|
|
15882
15867
|
return o;
|
|
15883
15868
|
}
|
|
15884
|
-
function
|
|
15869
|
+
function mw(e, t, n, r, o) {
|
|
15885
15870
|
const i = [], s = [];
|
|
15886
15871
|
let a = t.length, l = n.length;
|
|
15887
15872
|
const c = [];
|
|
@@ -15912,11 +15897,11 @@ function bw(e, t, n, r, o) {
|
|
|
15912
15897
|
});
|
|
15913
15898
|
return { sourceLines: i, targetLines: s };
|
|
15914
15899
|
}
|
|
15915
|
-
function
|
|
15900
|
+
function bw(e, t, n = 1, r = 1) {
|
|
15916
15901
|
const o = e === "" ? [] : e.split(`
|
|
15917
15902
|
`), i = t === "" ? [] : t.split(`
|
|
15918
|
-
`), s =
|
|
15919
|
-
return
|
|
15903
|
+
`), s = gw(o, i);
|
|
15904
|
+
return mw(s, o, i, n, r);
|
|
15920
15905
|
}
|
|
15921
15906
|
function ya(e) {
|
|
15922
15907
|
if (typeof e != "string") return null;
|
|
@@ -15935,17 +15920,17 @@ function wa(e) {
|
|
|
15935
15920
|
const t = e.split("/");
|
|
15936
15921
|
return t[t.length - 1] || e;
|
|
15937
15922
|
}
|
|
15938
|
-
function
|
|
15923
|
+
function xw(e) {
|
|
15939
15924
|
return e >= 90 ? "error" : e >= 80 ? "warning" : "info";
|
|
15940
15925
|
}
|
|
15941
|
-
function
|
|
15926
|
+
function vw({
|
|
15942
15927
|
issue: e,
|
|
15943
15928
|
onIgnore: t,
|
|
15944
15929
|
isIgnored: n = !1,
|
|
15945
15930
|
className: r
|
|
15946
15931
|
}) {
|
|
15947
15932
|
const [o, i] = Z("stacked"), s = e.metadata ?? {}, a = s.sourceCode || "", l = s.targetCode || "", c = s.sourceName || "(anonymous)", d = s.targetName || "(anonymous)", f = parseInt(s.similarity || "0", 10), p = s.kind || "code", h = ya(s.sourceLocation), g = ya(s.targetLocation), m = B(
|
|
15948
|
-
() =>
|
|
15933
|
+
() => bw(
|
|
15949
15934
|
a,
|
|
15950
15935
|
l,
|
|
15951
15936
|
h?.startLine ?? 1,
|
|
@@ -15968,7 +15953,7 @@ function yw({
|
|
|
15968
15953
|
/* @__PURE__ */ u.jsxs(
|
|
15969
15954
|
Lt,
|
|
15970
15955
|
{
|
|
15971
|
-
variant:
|
|
15956
|
+
variant: xw(f),
|
|
15972
15957
|
size: "sm",
|
|
15973
15958
|
disableAnimation: !0,
|
|
15974
15959
|
children: [
|
|
@@ -16113,13 +16098,13 @@ function ka({
|
|
|
16113
16098
|
function bo(e) {
|
|
16114
16099
|
return parseInt(e.metadata?.similarity || "0", 10);
|
|
16115
16100
|
}
|
|
16116
|
-
function
|
|
16101
|
+
function yw(e) {
|
|
16117
16102
|
return e.metadata?.targetName || "(anonymous)";
|
|
16118
16103
|
}
|
|
16119
|
-
function
|
|
16104
|
+
function ww(e) {
|
|
16120
16105
|
return e.metadata?.sourceName || "(anonymous)";
|
|
16121
16106
|
}
|
|
16122
|
-
function
|
|
16107
|
+
function kw(e) {
|
|
16123
16108
|
try {
|
|
16124
16109
|
const t = JSON.parse(e.metadata?.targetLocation || "{}"), n = t.filePath;
|
|
16125
16110
|
if (!n) return null;
|
|
@@ -16129,10 +16114,10 @@ function Sw(e) {
|
|
|
16129
16114
|
return null;
|
|
16130
16115
|
}
|
|
16131
16116
|
}
|
|
16132
|
-
function
|
|
16117
|
+
function Sw(e) {
|
|
16133
16118
|
return e >= 90 ? "text-error" : e >= 80 ? "text-warning" : "text-info";
|
|
16134
16119
|
}
|
|
16135
|
-
function
|
|
16120
|
+
function Cw({
|
|
16136
16121
|
issue: e,
|
|
16137
16122
|
isExpanded: t,
|
|
16138
16123
|
isIgnored: n,
|
|
@@ -16140,7 +16125,7 @@ function Ew({
|
|
|
16140
16125
|
onIgnore: o,
|
|
16141
16126
|
index: i
|
|
16142
16127
|
}) {
|
|
16143
|
-
const s = bo(e), a =
|
|
16128
|
+
const s = bo(e), a = ww(e), l = yw(e), c = kw(e);
|
|
16144
16129
|
return /* @__PURE__ */ u.jsxs(
|
|
16145
16130
|
L.div,
|
|
16146
16131
|
{
|
|
@@ -16179,7 +16164,7 @@ function Ew({
|
|
|
16179
16164
|
{
|
|
16180
16165
|
className: C(
|
|
16181
16166
|
"text-xs font-semibold tabular-nums shrink-0",
|
|
16182
|
-
|
|
16167
|
+
Sw(s)
|
|
16183
16168
|
),
|
|
16184
16169
|
children: [
|
|
16185
16170
|
s,
|
|
@@ -16206,7 +16191,7 @@ function Ew({
|
|
|
16206
16191
|
transition: { duration: 0.2 },
|
|
16207
16192
|
className: "overflow-hidden",
|
|
16208
16193
|
children: /* @__PURE__ */ u.jsx("div", { className: "px-3 pb-3 pt-1 border-t border-foreground/[0.04]", children: /* @__PURE__ */ u.jsx(
|
|
16209
|
-
|
|
16194
|
+
vw,
|
|
16210
16195
|
{
|
|
16211
16196
|
issue: e,
|
|
16212
16197
|
onIgnore: o,
|
|
@@ -16219,7 +16204,7 @@ function Ew({
|
|
|
16219
16204
|
}
|
|
16220
16205
|
);
|
|
16221
16206
|
}
|
|
16222
|
-
function
|
|
16207
|
+
function Ew({
|
|
16223
16208
|
issues: e,
|
|
16224
16209
|
selectedIssueId: t,
|
|
16225
16210
|
onIssueClick: n,
|
|
@@ -16260,7 +16245,7 @@ function Pw({
|
|
|
16260
16245
|
] })
|
|
16261
16246
|
] }),
|
|
16262
16247
|
d.map((h, g) => /* @__PURE__ */ u.jsx(
|
|
16263
|
-
|
|
16248
|
+
Cw,
|
|
16264
16249
|
{
|
|
16265
16250
|
issue: h,
|
|
16266
16251
|
isExpanded: a === h.id,
|
|
@@ -16366,7 +16351,7 @@ function Tw(e, t) {
|
|
|
16366
16351
|
const n = e === 1 ? "issue" : "issues";
|
|
16367
16352
|
return t !== void 0 && t > 0 ? `${e} ${n} in ${t} ${t === 1 ? "file" : "files"}` : `${e} ${n}`;
|
|
16368
16353
|
}
|
|
16369
|
-
function
|
|
16354
|
+
function Pw({
|
|
16370
16355
|
label: e,
|
|
16371
16356
|
subtitle: t,
|
|
16372
16357
|
tileType: n,
|
|
@@ -16379,11 +16364,11 @@ function Aw({
|
|
|
16379
16364
|
return /* @__PURE__ */ u.jsx(
|
|
16380
16365
|
L.div,
|
|
16381
16366
|
{
|
|
16382
|
-
variants:
|
|
16367
|
+
variants: ly,
|
|
16383
16368
|
initial: "hidden",
|
|
16384
16369
|
animate: "visible",
|
|
16385
16370
|
exit: "exit",
|
|
16386
|
-
transition:
|
|
16371
|
+
transition: cy,
|
|
16387
16372
|
className: C(
|
|
16388
16373
|
"flex items-center justify-between gap-2 px-3 py-2",
|
|
16389
16374
|
"border-b border-foreground/[0.04]",
|
|
@@ -16394,11 +16379,11 @@ function Aw({
|
|
|
16394
16379
|
L.button,
|
|
16395
16380
|
{
|
|
16396
16381
|
onClick: i,
|
|
16397
|
-
variants:
|
|
16382
|
+
variants: uy,
|
|
16398
16383
|
initial: "rest",
|
|
16399
16384
|
whileHover: "hover",
|
|
16400
16385
|
whileTap: "tap",
|
|
16401
|
-
transition:
|
|
16386
|
+
transition: dy,
|
|
16402
16387
|
className: C(
|
|
16403
16388
|
"flex items-center justify-center",
|
|
16404
16389
|
"w-6 h-6 rounded-md",
|
|
@@ -16452,8 +16437,8 @@ function Aw({
|
|
|
16452
16437
|
}
|
|
16453
16438
|
);
|
|
16454
16439
|
}
|
|
16455
|
-
const
|
|
16456
|
-
function
|
|
16440
|
+
const Aw = 14, Iw = { top: 0, right: 0, bottom: 0, left: 0 }, Ca = 12;
|
|
16441
|
+
function jw({
|
|
16457
16442
|
item: e,
|
|
16458
16443
|
children: t,
|
|
16459
16444
|
childrenHeight: n,
|
|
@@ -16479,7 +16464,7 @@ function Rw({
|
|
|
16479
16464
|
),
|
|
16480
16465
|
children: [
|
|
16481
16466
|
/* @__PURE__ */ u.jsx(
|
|
16482
|
-
|
|
16467
|
+
Pw,
|
|
16483
16468
|
{
|
|
16484
16469
|
label: e.label,
|
|
16485
16470
|
subtitle: e.subtitle,
|
|
@@ -16492,7 +16477,7 @@ function Rw({
|
|
|
16492
16477
|
/* @__PURE__ */ u.jsx(
|
|
16493
16478
|
L.div,
|
|
16494
16479
|
{
|
|
16495
|
-
variants:
|
|
16480
|
+
variants: ay,
|
|
16496
16481
|
initial: "hidden",
|
|
16497
16482
|
animate: "visible",
|
|
16498
16483
|
exit: "exit",
|
|
@@ -16514,7 +16499,7 @@ function Rw({
|
|
|
16514
16499
|
}
|
|
16515
16500
|
);
|
|
16516
16501
|
}
|
|
16517
|
-
function
|
|
16502
|
+
function Rw({
|
|
16518
16503
|
items: e,
|
|
16519
16504
|
expandedId: t,
|
|
16520
16505
|
expandedChildren: n,
|
|
@@ -16523,8 +16508,8 @@ function Mw({
|
|
|
16523
16508
|
onBack: i,
|
|
16524
16509
|
availableWidth: s,
|
|
16525
16510
|
selectedIndex: a = -1,
|
|
16526
|
-
gap: l =
|
|
16527
|
-
padding: c =
|
|
16511
|
+
gap: l = Aw,
|
|
16512
|
+
padding: c = Iw,
|
|
16528
16513
|
extraExpandedHeight: d = 0,
|
|
16529
16514
|
renderExpandedContent: f
|
|
16530
16515
|
}) {
|
|
@@ -16538,7 +16523,7 @@ function Mw({
|
|
|
16538
16523
|
), g = B(
|
|
16539
16524
|
() => n.map((k) => ({ id: k.id, count: k.count })),
|
|
16540
16525
|
[n]
|
|
16541
|
-
), m = B(() =>
|
|
16526
|
+
), m = B(() => oy({
|
|
16542
16527
|
items: h,
|
|
16543
16528
|
expandedId: t,
|
|
16544
16529
|
children: g,
|
|
@@ -16558,10 +16543,10 @@ function Mw({
|
|
|
16558
16543
|
() => e.find((k) => k.id === t) || null,
|
|
16559
16544
|
[e, t]
|
|
16560
16545
|
);
|
|
16561
|
-
return /* @__PURE__ */ u.jsx("div", { className: "relative", style: { height: y, minHeight: 200 }, children: /* @__PURE__ */ u.jsx(be, { mode: "popLayout", children: e.map((k,
|
|
16546
|
+
return /* @__PURE__ */ u.jsx("div", { className: "relative", style: { height: y, minHeight: 200 }, children: /* @__PURE__ */ u.jsx(be, { mode: "popLayout", children: e.map((k, P) => {
|
|
16562
16547
|
const M = b.get(k.id), S = p.tiles.get(k.id);
|
|
16563
16548
|
if (!M || !S) return null;
|
|
16564
|
-
const v = w.get(k.id) ??
|
|
16549
|
+
const v = w.get(k.id) ?? P, I = k.id === t, W = v === a;
|
|
16565
16550
|
return I && x ? /* @__PURE__ */ u.jsx(
|
|
16566
16551
|
L.div,
|
|
16567
16552
|
{
|
|
@@ -16577,7 +16562,7 @@ function Mw({
|
|
|
16577
16562
|
m.childrenHeight,
|
|
16578
16563
|
s
|
|
16579
16564
|
) : /* @__PURE__ */ u.jsx(
|
|
16580
|
-
|
|
16565
|
+
jw,
|
|
16581
16566
|
{
|
|
16582
16567
|
item: k,
|
|
16583
16568
|
children: n,
|
|
@@ -16604,7 +16589,7 @@ function Mw({
|
|
|
16604
16589
|
transition: {
|
|
16605
16590
|
duration: rt.standard,
|
|
16606
16591
|
ease: bt,
|
|
16607
|
-
delay: Math.min(
|
|
16592
|
+
delay: Math.min(P * 0.02, 0.15)
|
|
16608
16593
|
},
|
|
16609
16594
|
children: /* @__PURE__ */ u.jsx(
|
|
16610
16595
|
fu,
|
|
@@ -16626,17 +16611,17 @@ function Mw({
|
|
|
16626
16611
|
);
|
|
16627
16612
|
}) }) });
|
|
16628
16613
|
}
|
|
16629
|
-
function
|
|
16614
|
+
function Mw(e, t) {
|
|
16630
16615
|
return `${e} ${e === 1 ? "issue" : "issues"} in ${t} ${t === 1 ? "file" : "files"}`;
|
|
16631
16616
|
}
|
|
16632
|
-
function
|
|
16617
|
+
function Nw(e) {
|
|
16633
16618
|
return e.includes("/") && e.split("/").pop() || e;
|
|
16634
16619
|
}
|
|
16635
|
-
function
|
|
16620
|
+
function Lw(e) {
|
|
16636
16621
|
const t = /* @__PURE__ */ new Map();
|
|
16637
16622
|
for (const r of e)
|
|
16638
16623
|
for (const o of r.issues) {
|
|
16639
|
-
const i = o.ruleId || "unknown", s =
|
|
16624
|
+
const i = o.ruleId || "unknown", s = Nw(i);
|
|
16640
16625
|
t.has(i) || t.set(i, {
|
|
16641
16626
|
ruleId: i,
|
|
16642
16627
|
ruleName: s,
|
|
@@ -16671,7 +16656,7 @@ function Dw(e) {
|
|
|
16671
16656
|
return {
|
|
16672
16657
|
id: r.ruleId,
|
|
16673
16658
|
label: r.ruleName,
|
|
16674
|
-
subtitle:
|
|
16659
|
+
subtitle: Mw(r.totalCount, r.files.size),
|
|
16675
16660
|
count: r.totalCount,
|
|
16676
16661
|
previewMessages: i,
|
|
16677
16662
|
fileCount: r.files.size,
|
|
@@ -16686,7 +16671,7 @@ function Dw(e) {
|
|
|
16686
16671
|
};
|
|
16687
16672
|
});
|
|
16688
16673
|
}
|
|
16689
|
-
function
|
|
16674
|
+
function Dw(e) {
|
|
16690
16675
|
return e.data.files.sort((t, n) => {
|
|
16691
16676
|
const r = { error: 0, warning: 1, info: 2 }, o = t.severityCounts.error > 0 ? "error" : t.severityCounts.warning > 0 ? "warning" : "info", i = n.severityCounts.error > 0 ? "error" : n.severityCounts.warning > 0 ? "warning" : "info", s = r[o] - r[i];
|
|
16692
16677
|
return s !== 0 ? s : n.issueCount - t.issueCount;
|
|
@@ -16701,7 +16686,7 @@ function Fw(e) {
|
|
|
16701
16686
|
isLeaf: !0
|
|
16702
16687
|
}));
|
|
16703
16688
|
}
|
|
16704
|
-
function
|
|
16689
|
+
function Fw(e, t) {
|
|
16705
16690
|
return {
|
|
16706
16691
|
id: e.id,
|
|
16707
16692
|
label: e.label,
|
|
@@ -16720,7 +16705,7 @@ function _w(e, t) {
|
|
|
16720
16705
|
data: e.data
|
|
16721
16706
|
};
|
|
16722
16707
|
}
|
|
16723
|
-
function
|
|
16708
|
+
function _w(e) {
|
|
16724
16709
|
return {
|
|
16725
16710
|
id: e.id,
|
|
16726
16711
|
label: e.label,
|
|
@@ -16731,22 +16716,22 @@ function zw(e) {
|
|
|
16731
16716
|
data: e.data
|
|
16732
16717
|
};
|
|
16733
16718
|
}
|
|
16734
|
-
function
|
|
16719
|
+
function zw() {
|
|
16735
16720
|
return /* @__PURE__ */ u.jsxs("div", { className: "flex flex-col items-center justify-center py-12 px-4 text-center", children: [
|
|
16736
16721
|
/* @__PURE__ */ u.jsx("div", { className: "text-4xl mb-4 opacity-30", children: "✨" }),
|
|
16737
16722
|
/* @__PURE__ */ u.jsx("h3", { className: "text-lg font-medium text-foreground/80 mb-2", children: "No issues found" }),
|
|
16738
16723
|
/* @__PURE__ */ u.jsx("p", { className: "text-sm text-muted-foreground/60 max-w-xs", children: "Great job! Your code looks clean." })
|
|
16739
16724
|
] });
|
|
16740
16725
|
}
|
|
16741
|
-
const Ea = 34,
|
|
16742
|
-
function
|
|
16743
|
-
const t = oe(null), n =
|
|
16726
|
+
const Ea = 34, Ta = 40, Ow = 300;
|
|
16727
|
+
function Vw({ className: e }) {
|
|
16728
|
+
const t = oe(null), n = T(hd), r = T((j) => j.inspector.expandedRuleId), o = T((j) => j.inspector.expandedFilePath), i = T((j) => j.inspector.selectedIssueId), s = T((j) => j.inspector.showFullSource), a = T((j) => j.inspector.layoutAvailableWidth), l = T(
|
|
16744
16729
|
(j) => j.plugins?.eslint?.availableRules
|
|
16745
|
-
), c =
|
|
16730
|
+
), c = T((j) => j.expandRule), d = T((j) => j.collapseRule), f = T((j) => j.expandFileInRule), p = T((j) => j.collapseFileInRule), h = T((j) => j.selectIssue), g = T((j) => j.showFullSourceView), m = B(() => Lw(n), [n]), b = B(
|
|
16746
16731
|
() => m.find((j) => j.id === r) || null,
|
|
16747
16732
|
[m, r]
|
|
16748
16733
|
), y = B(
|
|
16749
|
-
() => b ?
|
|
16734
|
+
() => b ? Dw(b) : [],
|
|
16750
16735
|
[b]
|
|
16751
16736
|
), w = B(
|
|
16752
16737
|
() => y.find((j) => j.data.filePath === o) || null,
|
|
@@ -16757,10 +16742,10 @@ function $w({ className: e }) {
|
|
|
16757
16742
|
j.set(D.id, D);
|
|
16758
16743
|
return j;
|
|
16759
16744
|
}, [l]), k = B(
|
|
16760
|
-
() => m.map((j) =>
|
|
16745
|
+
() => m.map((j) => Fw(j, x.get(j.id))),
|
|
16761
16746
|
[m, x]
|
|
16762
|
-
),
|
|
16763
|
-
() => y.map(
|
|
16747
|
+
), P = B(
|
|
16748
|
+
() => y.map(_w),
|
|
16764
16749
|
[y]
|
|
16765
16750
|
), M = B(() => !o || !w || !b ? [] : w.data.issues.map((j) => ({
|
|
16766
16751
|
...j,
|
|
@@ -16796,15 +16781,15 @@ function $w({ className: e }) {
|
|
|
16796
16781
|
h(i === j ? null : j);
|
|
16797
16782
|
},
|
|
16798
16783
|
[i, h]
|
|
16799
|
-
), v =
|
|
16784
|
+
), v = T((j) => {
|
|
16800
16785
|
if (!r) return null;
|
|
16801
16786
|
const D = j.plugins?.eslint;
|
|
16802
16787
|
return D?.ruleConfigs ? D.ruleConfigs.get(r) : null;
|
|
16803
|
-
}), I =
|
|
16788
|
+
}), I = T((j) => {
|
|
16804
16789
|
if (!r) return null;
|
|
16805
16790
|
const D = j.plugins?.eslint;
|
|
16806
16791
|
return D?.availableRules ? D.availableRules.find((fe) => fe.id === r) : null;
|
|
16807
|
-
}), W =
|
|
16792
|
+
}), W = T((j) => {
|
|
16808
16793
|
if (!r) return !1;
|
|
16809
16794
|
const D = j.plugins?.eslint;
|
|
16810
16795
|
return D?.ruleConfigUpdating ? D.ruleConfigUpdating.get(r) ?? !1 : !1;
|
|
@@ -16826,7 +16811,7 @@ function $w({ className: e }) {
|
|
|
16826
16811
|
if (!r || !I?.defaultOptions) return;
|
|
16827
16812
|
const j = Array.isArray(I.defaultOptions) ? I.defaultOptions[0] ?? {} : I.defaultOptions ?? {};
|
|
16828
16813
|
he.setRuleConfig(r, j);
|
|
16829
|
-
}, [r, I?.defaultOptions]), R = B(() => v?.severity ? v.severity : "warn", [v?.severity]), U = B(() => I?.defaultOptions ? Array.isArray(I.defaultOptions) ? I.defaultOptions[0] ?? {} : I.defaultOptions ?? {} : {}, [I?.defaultOptions]), A = B(() => r ? he.getRuleContribution(r)?.contentRenderer ?? null : null, [r]), O =
|
|
16814
|
+
}, [r, I?.defaultOptions]), R = B(() => v?.severity ? v.severity : "warn", [v?.severity]), U = B(() => I?.defaultOptions ? Array.isArray(I.defaultOptions) ? I.defaultOptions[0] ?? {} : I.defaultOptions ?? {} : {}, [I?.defaultOptions]), A = B(() => r ? he.getRuleContribution(r)?.contentRenderer ?? null : null, [r]), O = T((j) => j.ignoredIssueIds), N = T((j) => j.showIgnoredIssues), re = T((j) => j.addIgnoredIssue), de = T((j) => j.removeIgnoredIssue), E = T((j) => j.toggleShowIgnoredIssues), K = $(
|
|
16830
16815
|
(j) => {
|
|
16831
16816
|
O.has(j) ? de(j) : re(j);
|
|
16832
16817
|
},
|
|
@@ -16840,7 +16825,7 @@ function $w({ className: e }) {
|
|
|
16840
16825
|
for (const ve of fe.issues)
|
|
16841
16826
|
O.has(ve.id) && D++;
|
|
16842
16827
|
return D;
|
|
16843
|
-
}, [r, m, O]), J = o ? Ea +
|
|
16828
|
+
}, [r, m, O]), J = o ? Ea + Ta + Ow : Ea + Ta, Ie = $(
|
|
16844
16829
|
(j, D, fe, ve) => {
|
|
16845
16830
|
const Ue = o !== null;
|
|
16846
16831
|
return /* @__PURE__ */ u.jsxs(
|
|
@@ -16873,12 +16858,12 @@ function $w({ className: e }) {
|
|
|
16873
16858
|
),
|
|
16874
16859
|
/* @__PURE__ */ u.jsxs("div", { className: "flex-1 flex flex-col overflow-hidden", children: [
|
|
16875
16860
|
/* @__PURE__ */ u.jsx(
|
|
16876
|
-
|
|
16861
|
+
Ey,
|
|
16877
16862
|
{
|
|
16878
16863
|
ruleFilter: { type: "rule", id: j.id, label: j.label },
|
|
16879
|
-
description: I?.description ??
|
|
16880
|
-
category: I?.category ??
|
|
16881
|
-
docsUrl: I?.docs ??
|
|
16864
|
+
description: I?.description ?? $w(j.id),
|
|
16865
|
+
category: I?.category ?? Bw(j.id),
|
|
16866
|
+
docsUrl: I?.docs ?? Ww(j.id),
|
|
16882
16867
|
onClear: d,
|
|
16883
16868
|
showCloseButton: !1,
|
|
16884
16869
|
highestSeverity: b?.data.highestSeverity,
|
|
@@ -16899,7 +16884,7 @@ function $w({ className: e }) {
|
|
|
16899
16884
|
Ue ? A === "duplicate-comparison" ? (
|
|
16900
16885
|
/* Custom duplicate comparison view */
|
|
16901
16886
|
/* @__PURE__ */ u.jsx("div", { className: "flex-1 overflow-auto", children: /* @__PURE__ */ u.jsx(
|
|
16902
|
-
|
|
16887
|
+
Ew,
|
|
16903
16888
|
{
|
|
16904
16889
|
issues: M,
|
|
16905
16890
|
selectedIssueId: i,
|
|
@@ -16927,7 +16912,7 @@ function $w({ className: e }) {
|
|
|
16927
16912
|
) : (
|
|
16928
16913
|
/* Issue summary view - when file is expanded but not showing full source */
|
|
16929
16914
|
/* @__PURE__ */ u.jsx("div", { className: "flex-1 overflow-auto", children: /* @__PURE__ */ u.jsx(
|
|
16930
|
-
|
|
16915
|
+
pw,
|
|
16931
16916
|
{
|
|
16932
16917
|
issues: M,
|
|
16933
16918
|
selectedIssueId: i,
|
|
@@ -16986,12 +16971,12 @@ function $w({ className: e }) {
|
|
|
16986
16971
|
E
|
|
16987
16972
|
]
|
|
16988
16973
|
);
|
|
16989
|
-
return /* @__PURE__ */ u.jsx("div", { className: C("flex flex-col h-full", e), children: /* @__PURE__ */ u.jsx("div", { ref: t, className: "flex-1 p-4 overflow-auto", children: n.length === 0 ? /* @__PURE__ */ u.jsx(
|
|
16990
|
-
|
|
16974
|
+
return /* @__PURE__ */ u.jsx("div", { className: C("flex flex-col h-full", e), children: /* @__PURE__ */ u.jsx("div", { ref: t, className: "flex-1 p-4 overflow-auto", children: n.length === 0 ? /* @__PURE__ */ u.jsx(zw, {}) : /* @__PURE__ */ u.jsx(
|
|
16975
|
+
Rw,
|
|
16991
16976
|
{
|
|
16992
16977
|
items: k,
|
|
16993
16978
|
expandedId: r,
|
|
16994
|
-
expandedChildren:
|
|
16979
|
+
expandedChildren: P,
|
|
16995
16980
|
onTileClick: (j) => c(j.id),
|
|
16996
16981
|
onExpandedChildClick: (j) => {
|
|
16997
16982
|
const D = y.find((fe) => fe.id === j.id);
|
|
@@ -17005,7 +16990,7 @@ function $w({ className: e }) {
|
|
|
17005
16990
|
}
|
|
17006
16991
|
) }) });
|
|
17007
16992
|
}
|
|
17008
|
-
function
|
|
16993
|
+
function $w(e) {
|
|
17009
16994
|
return {
|
|
17010
16995
|
"no-unused-vars": "Disallow variables that are declared but never used in the code.",
|
|
17011
16996
|
"@typescript-eslint/no-unused-vars": "Disallow variables that are declared but never used in the code.",
|
|
@@ -17016,20 +17001,20 @@ function Bw(e) {
|
|
|
17016
17001
|
"@typescript-eslint/no-explicit-any": "Disallow the any type to encourage more precise typing."
|
|
17017
17002
|
}[e];
|
|
17018
17003
|
}
|
|
17019
|
-
function
|
|
17004
|
+
function Bw(e) {
|
|
17020
17005
|
return e.startsWith("@typescript-eslint/") ? "TypeScript" : e.startsWith("react-hooks/") ? "React Hooks" : e.startsWith("react/") ? "React" : "ESLint";
|
|
17021
17006
|
}
|
|
17022
|
-
function
|
|
17007
|
+
function Ww(e) {
|
|
17023
17008
|
return e.startsWith("@typescript-eslint/") ? `https://typescript-eslint.io/rules/${e.replace("@typescript-eslint/", "")}` : e.startsWith("react-hooks/") ? "https://reactjs.org/docs/hooks-rules.html" : e.startsWith("react/") ? `https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/${e.replace("react/", "")}.md` : `https://eslint.org/docs/latest/rules/${e}`;
|
|
17024
17009
|
}
|
|
17025
|
-
function
|
|
17010
|
+
function Hw({
|
|
17026
17011
|
filePath: e,
|
|
17027
17012
|
line: t,
|
|
17028
17013
|
contextAbove: n = 5,
|
|
17029
17014
|
contextBelow: r = 5,
|
|
17030
17015
|
enabled: o = !0
|
|
17031
17016
|
}) {
|
|
17032
|
-
const [i, s] = Z(null), [a, l] = Z(!1), [c, d] = Z(null), f =
|
|
17017
|
+
const [i, s] = Z(null), [a, l] = Z(!1), [c, d] = Z(null), f = T((g) => g.wsConnected), p = oe(null), h = $(() => {
|
|
17033
17018
|
if (!o || !e)
|
|
17034
17019
|
return;
|
|
17035
17020
|
const g = vu(e);
|
|
@@ -17053,7 +17038,7 @@ function Uw({
|
|
|
17053
17038
|
}
|
|
17054
17039
|
if (!f)
|
|
17055
17040
|
return;
|
|
17056
|
-
const m =
|
|
17041
|
+
const m = Dy(e);
|
|
17057
17042
|
if (m) {
|
|
17058
17043
|
l(!0), m.then((w) => {
|
|
17059
17044
|
w && (s(Nn(w, t, n, r)), d(null)), l(!1);
|
|
@@ -17064,26 +17049,26 @@ function Uw({
|
|
|
17064
17049
|
const b = `source-${e}-${Date.now()}`;
|
|
17065
17050
|
p.current = b;
|
|
17066
17051
|
const y = new Promise((w) => {
|
|
17067
|
-
const x =
|
|
17052
|
+
const x = Pe.on(
|
|
17068
17053
|
"source:result",
|
|
17069
|
-
(
|
|
17070
|
-
if (
|
|
17054
|
+
(P) => {
|
|
17055
|
+
if (P.filePath === e) {
|
|
17071
17056
|
const M = er(
|
|
17072
|
-
|
|
17073
|
-
|
|
17074
|
-
|
|
17075
|
-
|
|
17057
|
+
P.filePath,
|
|
17058
|
+
P.content,
|
|
17059
|
+
P.totalLines,
|
|
17060
|
+
P.relativePath
|
|
17076
17061
|
);
|
|
17077
17062
|
x(), k(), w(M);
|
|
17078
17063
|
}
|
|
17079
17064
|
}
|
|
17080
|
-
), k =
|
|
17065
|
+
), k = Pe.on(
|
|
17081
17066
|
"source:error",
|
|
17082
|
-
(
|
|
17083
|
-
|
|
17067
|
+
(P) => {
|
|
17068
|
+
P.filePath === e && (d(P.error), x(), k(), w(null));
|
|
17084
17069
|
}
|
|
17085
17070
|
);
|
|
17086
|
-
|
|
17071
|
+
Pe.send({
|
|
17087
17072
|
type: "source:fetch",
|
|
17088
17073
|
filePath: e,
|
|
17089
17074
|
requestId: b
|
|
@@ -17091,49 +17076,49 @@ function Uw({
|
|
|
17091
17076
|
x(), k(), w(null);
|
|
17092
17077
|
}, 1e4);
|
|
17093
17078
|
});
|
|
17094
|
-
|
|
17079
|
+
Fy(e, y), y.then((w) => {
|
|
17095
17080
|
w && s(Nn(w, t, n, r)), l(!1);
|
|
17096
17081
|
});
|
|
17097
17082
|
}, [e, t, n, r, o, f]);
|
|
17098
17083
|
return ne(() => {
|
|
17099
17084
|
h();
|
|
17100
|
-
}, [h]), ne(() => e ?
|
|
17085
|
+
}, [h]), ne(() => e ? Pe.on(
|
|
17101
17086
|
"file:changed",
|
|
17102
17087
|
(m) => {
|
|
17103
17088
|
(m.filePath === e || m.filePath.endsWith(e) || e.endsWith(m.filePath)) && (yu(e), o && h());
|
|
17104
17089
|
}
|
|
17105
17090
|
) : void 0, [e, o, h]), { context: i, isLoading: a, error: c, refetch: h };
|
|
17106
17091
|
}
|
|
17107
|
-
function
|
|
17092
|
+
function Uw(e) {
|
|
17108
17093
|
const t = e.match(/^[\t ]+/);
|
|
17109
17094
|
return t ? t[0] : "";
|
|
17110
17095
|
}
|
|
17111
|
-
function
|
|
17096
|
+
function Gw(e) {
|
|
17112
17097
|
if (!e.length) return { lines: e, removed: 0 };
|
|
17113
17098
|
const t = e.filter((r) => r.trim().length > 0);
|
|
17114
17099
|
if (!t.length) return { lines: e, removed: 0 };
|
|
17115
17100
|
let n = 1 / 0;
|
|
17116
17101
|
for (const r of t)
|
|
17117
|
-
if (n = Math.min(n,
|
|
17102
|
+
if (n = Math.min(n, Uw(r).length), n === 0) break;
|
|
17118
17103
|
return !Number.isFinite(n) || n <= 0 ? { lines: e, removed: 0 } : {
|
|
17119
17104
|
removed: n,
|
|
17120
17105
|
lines: e.map((r) => r.length >= n ? r.slice(n) : "")
|
|
17121
17106
|
};
|
|
17122
17107
|
}
|
|
17123
|
-
function
|
|
17108
|
+
function Kw({
|
|
17124
17109
|
filePath: e,
|
|
17125
17110
|
line: t,
|
|
17126
17111
|
column: n,
|
|
17127
17112
|
contextLines: r = 5,
|
|
17128
17113
|
defaultExpanded: o = !0
|
|
17129
17114
|
}) {
|
|
17130
|
-
const [i, s] = Z(o), { context: a, isLoading: l, error: c } =
|
|
17115
|
+
const [i, s] = Z(o), { context: a, isLoading: l, error: c } = Hw({
|
|
17131
17116
|
filePath: e,
|
|
17132
17117
|
line: t,
|
|
17133
17118
|
contextAbove: r,
|
|
17134
17119
|
contextBelow: r,
|
|
17135
17120
|
enabled: i
|
|
17136
|
-
}), d = a ?
|
|
17121
|
+
}), d = a ? Gw(a.lines) : null, f = a ? a.startLine + a.lines.length - 1 : 0, p = Math.max(3, String(f).length) * 8 + 16;
|
|
17137
17122
|
return /* @__PURE__ */ u.jsxs("div", { className: "bg-background rounded-lg overflow-hidden border border-border", children: [
|
|
17138
17123
|
/* @__PURE__ */ u.jsxs(
|
|
17139
17124
|
"button",
|
|
@@ -17199,11 +17184,11 @@ function qw({
|
|
|
17199
17184
|
] })
|
|
17200
17185
|
] });
|
|
17201
17186
|
}
|
|
17202
|
-
function
|
|
17187
|
+
function qw(e) {
|
|
17203
17188
|
const t = e.split("/");
|
|
17204
17189
|
return t[t.length - 1] || e;
|
|
17205
17190
|
}
|
|
17206
|
-
function
|
|
17191
|
+
function Yw({ issue: e }) {
|
|
17207
17192
|
const t = e.severity === "error" ? ar : e.severity === "warning" ? st : He;
|
|
17208
17193
|
return /* @__PURE__ */ u.jsxs("div", { className: "p-4 flex flex-col gap-4", children: [
|
|
17209
17194
|
/* @__PURE__ */ u.jsxs("div", { className: "flex items-start gap-2.5", children: [
|
|
@@ -17242,7 +17227,7 @@ function Xw({ issue: e }) {
|
|
|
17242
17227
|
] })
|
|
17243
17228
|
] }),
|
|
17244
17229
|
/* @__PURE__ */ u.jsx(
|
|
17245
|
-
|
|
17230
|
+
Kw,
|
|
17246
17231
|
{
|
|
17247
17232
|
filePath: e.filePath,
|
|
17248
17233
|
line: e.line,
|
|
@@ -17252,7 +17237,7 @@ function Xw({ issue: e }) {
|
|
|
17252
17237
|
),
|
|
17253
17238
|
/* @__PURE__ */ u.jsxs("div", { className: "flex flex-wrap gap-y-1 gap-x-3 text-[11px] text-text-muted font-mono", children: [
|
|
17254
17239
|
/* @__PURE__ */ u.jsxs("span", { title: e.filePath, children: [
|
|
17255
|
-
|
|
17240
|
+
qw(e.filePath),
|
|
17256
17241
|
":",
|
|
17257
17242
|
e.line,
|
|
17258
17243
|
e.column ? `:${e.column}` : ""
|
|
@@ -17262,8 +17247,8 @@ function Xw({ issue: e }) {
|
|
|
17262
17247
|
] })
|
|
17263
17248
|
] });
|
|
17264
17249
|
}
|
|
17265
|
-
function
|
|
17266
|
-
const e =
|
|
17250
|
+
function Xw() {
|
|
17251
|
+
const e = T(vd), t = T(yd), n = T(Co), r = T(wd), o = T(kd), i = $(
|
|
17267
17252
|
(s) => n.get(s) || [],
|
|
17268
17253
|
[n]
|
|
17269
17254
|
);
|
|
@@ -17276,8 +17261,8 @@ function Zw() {
|
|
|
17276
17261
|
countBySeverity: o
|
|
17277
17262
|
};
|
|
17278
17263
|
}
|
|
17279
|
-
function
|
|
17280
|
-
const { getIssuesForDataLoc: n } =
|
|
17264
|
+
function Zw({ dataLoc: e, onSelectIssue: t }) {
|
|
17265
|
+
const { getIssuesForDataLoc: n } = Xw(), r = n(e);
|
|
17281
17266
|
return r.length === 0 ? /* @__PURE__ */ u.jsx("div", { className: "p-4 text-center text-text-muted", children: "No issues for this element" }) : /* @__PURE__ */ u.jsxs("div", { className: "p-4", children: [
|
|
17282
17267
|
/* @__PURE__ */ u.jsxs("div", { className: "text-sm font-semibold text-text-primary mb-3", children: [
|
|
17283
17268
|
r.length,
|
|
@@ -17318,7 +17303,7 @@ function Jw({ dataLoc: e, onSelectIssue: t }) {
|
|
|
17318
17303
|
/* @__PURE__ */ u.jsx("div", { className: "mt-3 text-[11px] text-text-disabled break-all", children: e })
|
|
17319
17304
|
] });
|
|
17320
17305
|
}
|
|
17321
|
-
function
|
|
17306
|
+
function Pa({
|
|
17322
17307
|
direction: e,
|
|
17323
17308
|
onResize: t,
|
|
17324
17309
|
onResizeStart: n,
|
|
@@ -17389,10 +17374,10 @@ function Ta({
|
|
|
17389
17374
|
);
|
|
17390
17375
|
}
|
|
17391
17376
|
const Aa = 320, Ia = 800, Ln = 450, ja = 500;
|
|
17392
|
-
function
|
|
17393
|
-
const e =
|
|
17377
|
+
function Jw() {
|
|
17378
|
+
const e = T((R) => R.inspector.open), t = T((R) => R.inspector.panelId), n = T((R) => R.inspector.data), r = T((R) => R.inspector.docked), o = T((R) => R.inspector.width), i = T((R) => R.inspector.floatingPosition), s = T((R) => R.inspector.floatingSize), a = T((R) => R.closeInspector), l = T((R) => R.openInspector), c = T((R) => R.toggleInspectorDocked), d = T((R) => R.setInspectorWidth), f = T((R) => R.setInspectorFloatingPosition), p = T((R) => R.setInspectorFloatingSize), [h, g] = Z(!1), m = T((R) => R.mobile.isMobile), b = T((R) => R.activeDrag), y = T((R) => R.startDrag), w = b?.type === "inspector-floating", x = B(() => he.getAllInspectorPanels(), []), k = $((R) => {
|
|
17394
17379
|
l("issue", { issue: R });
|
|
17395
|
-
}, [l]), { content:
|
|
17380
|
+
}, [l]), { content: P, title: M } = B(() => {
|
|
17396
17381
|
let R = null, U = "Issues";
|
|
17397
17382
|
const A = x.find((O) => O.id === t);
|
|
17398
17383
|
if (A) {
|
|
@@ -17404,14 +17389,14 @@ function Qw() {
|
|
|
17404
17389
|
const re = Mt(), de = N.inspectorPanel;
|
|
17405
17390
|
U = "Issue Details", R = re ? /* @__PURE__ */ u.jsx(de, { data: n, services: re }) : /* @__PURE__ */ u.jsx("div", { className: "p-4 text-text-muted text-center", children: "Loading..." });
|
|
17406
17391
|
} else
|
|
17407
|
-
U = "Issue Details", R = /* @__PURE__ */ u.jsx(
|
|
17392
|
+
U = "Issue Details", R = /* @__PURE__ */ u.jsx(Yw, { issue: O });
|
|
17408
17393
|
} else t === "element" && n?.dataLoc ? (U = "Element Issues", R = /* @__PURE__ */ u.jsx(
|
|
17409
|
-
|
|
17394
|
+
Zw,
|
|
17410
17395
|
{
|
|
17411
17396
|
dataLoc: n.dataLoc,
|
|
17412
17397
|
onSelectIssue: k
|
|
17413
17398
|
}
|
|
17414
|
-
)) : (U = "Issues", R = /* @__PURE__ */ u.jsx(
|
|
17399
|
+
)) : (U = "Issues", R = /* @__PURE__ */ u.jsx(Vw, {}));
|
|
17415
17400
|
return { content: R, title: U };
|
|
17416
17401
|
}, [t, n, x, k]);
|
|
17417
17402
|
ne(() => {
|
|
@@ -17534,14 +17519,14 @@ function Qw() {
|
|
|
17534
17519
|
},
|
|
17535
17520
|
children: [
|
|
17536
17521
|
/* @__PURE__ */ u.jsx(
|
|
17537
|
-
|
|
17522
|
+
Pa,
|
|
17538
17523
|
{
|
|
17539
17524
|
direction: "horizontal",
|
|
17540
17525
|
onResize: (R) => S(R)
|
|
17541
17526
|
}
|
|
17542
17527
|
),
|
|
17543
17528
|
/* @__PURE__ */ u.jsx(X, {}),
|
|
17544
|
-
/* @__PURE__ */ u.jsx("div", { className: "flex-1 overflow-y-auto", children:
|
|
17529
|
+
/* @__PURE__ */ u.jsx("div", { className: "flex-1 overflow-y-auto", children: P })
|
|
17545
17530
|
]
|
|
17546
17531
|
},
|
|
17547
17532
|
"docked"
|
|
@@ -17595,11 +17580,11 @@ function Qw() {
|
|
|
17595
17580
|
style: {
|
|
17596
17581
|
paddingBottom: m ? "env(safe-area-inset-bottom, 0px)" : void 0
|
|
17597
17582
|
},
|
|
17598
|
-
children:
|
|
17583
|
+
children: P
|
|
17599
17584
|
}
|
|
17600
17585
|
),
|
|
17601
17586
|
!m && /* @__PURE__ */ u.jsx(
|
|
17602
|
-
|
|
17587
|
+
Pa,
|
|
17603
17588
|
{
|
|
17604
17589
|
direction: "corner",
|
|
17605
17590
|
onResize: v
|
|
@@ -17613,7 +17598,7 @@ function Qw() {
|
|
|
17613
17598
|
Q
|
|
17614
17599
|
);
|
|
17615
17600
|
}
|
|
17616
|
-
function
|
|
17601
|
+
function Qw({ group: e, isMobile: t, disabled: n }) {
|
|
17617
17602
|
const [r, o] = Z(!1), i = t ? 44 : 36, s = $(() => {
|
|
17618
17603
|
o((c) => !c);
|
|
17619
17604
|
}, []), a = $(
|
|
@@ -17715,7 +17700,7 @@ function e1({ group: e, isMobile: t, disabled: n }) {
|
|
|
17715
17700
|
}
|
|
17716
17701
|
),
|
|
17717
17702
|
/* @__PURE__ */ u.jsx(
|
|
17718
|
-
|
|
17703
|
+
e1,
|
|
17719
17704
|
{
|
|
17720
17705
|
actions: e.actions,
|
|
17721
17706
|
onAction: a,
|
|
@@ -17727,7 +17712,7 @@ function e1({ group: e, isMobile: t, disabled: n }) {
|
|
|
17727
17712
|
)
|
|
17728
17713
|
] });
|
|
17729
17714
|
}
|
|
17730
|
-
function
|
|
17715
|
+
function e1({ actions: e, onAction: t, buttonSize: n }) {
|
|
17731
17716
|
return /* @__PURE__ */ u.jsx(
|
|
17732
17717
|
L.div,
|
|
17733
17718
|
{
|
|
@@ -17807,17 +17792,17 @@ function t1({ actions: e, onAction: t, buttonSize: n }) {
|
|
|
17807
17792
|
}
|
|
17808
17793
|
);
|
|
17809
17794
|
}
|
|
17810
|
-
function
|
|
17811
|
-
const e =
|
|
17812
|
-
|
|
17813
|
-
const r = he.getAllToolbarActionGroups(), o =
|
|
17795
|
+
function t1() {
|
|
17796
|
+
const e = T((a) => a.mobile.isMobile), t = T((a) => a.inspector.open), n = T((a) => a.commandPalette.open);
|
|
17797
|
+
T((a) => a.plugins);
|
|
17798
|
+
const r = he.getAllToolbarActionGroups(), o = T((a) => a), i = r.filter((a) => a.isVisible ? a.isVisible(o) : !0);
|
|
17814
17799
|
if (process.env.NODE_ENV === "development" && r.length > 0 && console.debug(
|
|
17815
17800
|
`[PluginToolbar] ${r.length} group(s) registered, ${i.length} visible`
|
|
17816
17801
|
), t || n || r.length === 0)
|
|
17817
17802
|
return null;
|
|
17818
17803
|
const s = new Set(i.map((a) => a.id));
|
|
17819
17804
|
return /* @__PURE__ */ u.jsx(u.Fragment, { children: r.map((a) => /* @__PURE__ */ u.jsx(
|
|
17820
|
-
|
|
17805
|
+
Qw,
|
|
17821
17806
|
{
|
|
17822
17807
|
group: a,
|
|
17823
17808
|
isMobile: e,
|
|
@@ -17826,19 +17811,19 @@ function n1() {
|
|
|
17826
17811
|
a.id
|
|
17827
17812
|
)) });
|
|
17828
17813
|
}
|
|
17829
|
-
function
|
|
17814
|
+
function n1(e) {
|
|
17830
17815
|
return e.map((t) => {
|
|
17831
17816
|
const n = `${t.pluginId}: ${t.operationName}`;
|
|
17832
17817
|
return t.current != null && t.total != null ? `${n} (${t.current}/${t.total})` : t.message ? `${n} — ${t.message}` : n;
|
|
17833
17818
|
}).join(`
|
|
17834
17819
|
`);
|
|
17835
17820
|
}
|
|
17836
|
-
function
|
|
17837
|
-
const e =
|
|
17821
|
+
function r1() {
|
|
17822
|
+
const e = T((i) => i.activePluginOperations), t = T((i) => i.mobile.isMobile), n = Object.values(e).filter(
|
|
17838
17823
|
(i) => i.status === "active"
|
|
17839
17824
|
);
|
|
17840
17825
|
if (n.length === 0) return null;
|
|
17841
|
-
const r = t ? 44 : 36, o =
|
|
17826
|
+
const r = t ? 44 : 36, o = n1(n);
|
|
17842
17827
|
return /* @__PURE__ */ u.jsxs(
|
|
17843
17828
|
"div",
|
|
17844
17829
|
{
|
|
@@ -17865,14 +17850,14 @@ function o1() {
|
|
|
17865
17850
|
}
|
|
17866
17851
|
);
|
|
17867
17852
|
}
|
|
17868
|
-
function
|
|
17853
|
+
function o1() {
|
|
17869
17854
|
return typeof navigator > "u" ? !1 : navigator.platform.toUpperCase().indexOf("MAC") >= 0;
|
|
17870
17855
|
}
|
|
17871
|
-
function
|
|
17872
|
-
const e =
|
|
17856
|
+
function i1() {
|
|
17857
|
+
const e = T((h) => h.inspector.open), t = T((h) => h.commandPalette.open), n = T((h) => h.openInspectorPanel), r = T((h) => h.openCommandPalette), o = T((h) => h.mobile.isMobile), i = T((h) => h.mobile.isTouchDevice), s = T((h) => h.wsConnected), a = T((h) => h.connectionStatus.mode), l = document.getElementById("uilint-portal") || document.body;
|
|
17873
17858
|
if (e || t)
|
|
17874
17859
|
return null;
|
|
17875
|
-
const c = o ? 44 : 36, d =
|
|
17860
|
+
const c = o ? 44 : 36, d = o1() ? "⌘" : "Ctrl+", f = !i, p = a === "websocket" && !s;
|
|
17876
17861
|
return ot(
|
|
17877
17862
|
/* @__PURE__ */ u.jsx(be, { children: /* @__PURE__ */ u.jsxs(
|
|
17878
17863
|
L.div,
|
|
@@ -17891,8 +17876,8 @@ function s1() {
|
|
|
17891
17876
|
pointerEvents: "auto"
|
|
17892
17877
|
},
|
|
17893
17878
|
children: [
|
|
17894
|
-
/* @__PURE__ */ u.jsx(
|
|
17895
|
-
/* @__PURE__ */ u.jsx(
|
|
17879
|
+
/* @__PURE__ */ u.jsx(t1, {}),
|
|
17880
|
+
/* @__PURE__ */ u.jsx(r1, {}),
|
|
17896
17881
|
f && /* @__PURE__ */ u.jsxs(
|
|
17897
17882
|
L.div,
|
|
17898
17883
|
{
|
|
@@ -18009,13 +17994,13 @@ function s1() {
|
|
|
18009
17994
|
l
|
|
18010
17995
|
);
|
|
18011
17996
|
}
|
|
18012
|
-
const Ra = 10,
|
|
17997
|
+
const Ra = 10, s1 = {
|
|
18013
17998
|
isSelecting: !1,
|
|
18014
17999
|
startPoint: null,
|
|
18015
18000
|
currentPoint: null,
|
|
18016
18001
|
mounted: !1
|
|
18017
18002
|
};
|
|
18018
|
-
function
|
|
18003
|
+
function a1(e, t) {
|
|
18019
18004
|
switch (t.type) {
|
|
18020
18005
|
case "MOUNT":
|
|
18021
18006
|
return { ...e, mounted: !0 };
|
|
@@ -18048,12 +18033,12 @@ const Re = {
|
|
|
18048
18033
|
fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',
|
|
18049
18034
|
fontMono: '"SF Mono", Monaco, "Cascadia Code", monospace'
|
|
18050
18035
|
};
|
|
18051
|
-
function
|
|
18036
|
+
function l1({
|
|
18052
18037
|
active: e,
|
|
18053
18038
|
onRegionSelected: t,
|
|
18054
18039
|
onCancel: n
|
|
18055
18040
|
}) {
|
|
18056
|
-
const [r, o] = Hu(
|
|
18041
|
+
const [r, o] = Hu(a1, s1), { isSelecting: i, startPoint: s, currentPoint: a, mounted: l } = r;
|
|
18057
18042
|
ne(() => {
|
|
18058
18043
|
o({ type: "MOUNT" });
|
|
18059
18044
|
}, []);
|
|
@@ -18207,18 +18192,18 @@ function c1({
|
|
|
18207
18192
|
return ot(m, g);
|
|
18208
18193
|
}
|
|
18209
18194
|
let xo = !1;
|
|
18210
|
-
function
|
|
18195
|
+
function c1() {
|
|
18211
18196
|
if (typeof document > "u") return;
|
|
18212
18197
|
let e = document.getElementById("uilint-portal");
|
|
18213
18198
|
return e || (e = document.createElement("div"), e.id = "uilint-portal", e.style.cssText = "position: fixed; top: 0; left: 0; z-index: 99990; pointer-events: none;", document.body.appendChild(e), xo = !0), e;
|
|
18214
18199
|
}
|
|
18215
|
-
function
|
|
18200
|
+
function u1() {
|
|
18216
18201
|
if (!xo) return;
|
|
18217
18202
|
const e = document.getElementById("uilint-portal");
|
|
18218
18203
|
e && (e.remove(), xo = !1);
|
|
18219
18204
|
}
|
|
18220
|
-
function
|
|
18221
|
-
const t =
|
|
18205
|
+
function d1({ enabled: e = !0 }) {
|
|
18206
|
+
const t = T((a) => a.overlayInteraction), n = T((a) => a.completeOverlayInteraction), r = T((a) => a.cancelOverlayInteraction), o = t?.type === "region-select", i = $(
|
|
18222
18207
|
(a) => {
|
|
18223
18208
|
n(a);
|
|
18224
18209
|
},
|
|
@@ -18226,15 +18211,15 @@ function f1({ enabled: e = !0 }) {
|
|
|
18226
18211
|
), s = $(() => {
|
|
18227
18212
|
r();
|
|
18228
18213
|
}, [r]);
|
|
18229
|
-
return ne(() => (e &&
|
|
18230
|
-
|
|
18214
|
+
return ne(() => (e && c1(), () => {
|
|
18215
|
+
u1();
|
|
18231
18216
|
}), [e]), e ? /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
|
|
18232
|
-
/* @__PURE__ */ u.jsx(
|
|
18217
|
+
/* @__PURE__ */ u.jsx(i1, {}),
|
|
18233
18218
|
/* @__PURE__ */ u.jsx(Gd, {}),
|
|
18234
18219
|
/* @__PURE__ */ u.jsx($v, {}),
|
|
18235
|
-
/* @__PURE__ */ u.jsx(
|
|
18220
|
+
/* @__PURE__ */ u.jsx(Jw, {}),
|
|
18236
18221
|
/* @__PURE__ */ u.jsx(
|
|
18237
|
-
|
|
18222
|
+
l1,
|
|
18238
18223
|
{
|
|
18239
18224
|
active: o,
|
|
18240
18225
|
onRegionSelected: i,
|
|
@@ -18243,7 +18228,7 @@ function f1({ enabled: e = !0 }) {
|
|
|
18243
18228
|
)
|
|
18244
18229
|
] }) : null;
|
|
18245
18230
|
}
|
|
18246
|
-
const
|
|
18231
|
+
const Kk = [
|
|
18247
18232
|
"#3B82F6",
|
|
18248
18233
|
// blue
|
|
18249
18234
|
"#8B5CF6",
|
|
@@ -18268,7 +18253,7 @@ const qk = [
|
|
|
18268
18253
|
// teal
|
|
18269
18254
|
"#A855F7"
|
|
18270
18255
|
// purple
|
|
18271
|
-
],
|
|
18256
|
+
], qk = {
|
|
18272
18257
|
hideNodeModules: !0,
|
|
18273
18258
|
autoScanEnabled: !1
|
|
18274
18259
|
}, Qe = "data-loc", Ma = [
|
|
@@ -18284,7 +18269,7 @@ const qk = [
|
|
|
18284
18269
|
"#F97316",
|
|
18285
18270
|
"#14B8A6",
|
|
18286
18271
|
"#A855F7"
|
|
18287
|
-
],
|
|
18272
|
+
], f1 = /* @__PURE__ */ new Set([
|
|
18288
18273
|
"SCRIPT",
|
|
18289
18274
|
"STYLE",
|
|
18290
18275
|
"SVG",
|
|
@@ -18294,7 +18279,7 @@ const qk = [
|
|
|
18294
18279
|
"META",
|
|
18295
18280
|
"LINK"
|
|
18296
18281
|
]);
|
|
18297
|
-
function
|
|
18282
|
+
function p1(e) {
|
|
18298
18283
|
let t = e.getAttribute(Qe);
|
|
18299
18284
|
if (!t) return null;
|
|
18300
18285
|
if (t.startsWith("loc:")) {
|
|
@@ -18314,28 +18299,28 @@ function h1(e) {
|
|
|
18314
18299
|
}
|
|
18315
18300
|
return null;
|
|
18316
18301
|
}
|
|
18317
|
-
function
|
|
18302
|
+
function h1(e) {
|
|
18318
18303
|
return e.includes("node_modules");
|
|
18319
18304
|
}
|
|
18320
|
-
function
|
|
18305
|
+
function g1(e) {
|
|
18321
18306
|
const t = e.split("/");
|
|
18322
18307
|
return t[t.length - 1] || e;
|
|
18323
18308
|
}
|
|
18324
|
-
function
|
|
18325
|
-
if (
|
|
18309
|
+
function m1(e) {
|
|
18310
|
+
if (f1.has(e.tagName.toUpperCase()) || e.hasAttribute("data-ui-lint") || e.getAttribute("aria-hidden") === "true") return !0;
|
|
18326
18311
|
const t = window.getComputedStyle(e);
|
|
18327
18312
|
if (t.display === "none" || t.visibility === "hidden") return !0;
|
|
18328
18313
|
const n = e.getBoundingClientRect();
|
|
18329
18314
|
return n.width === 0 || n.height === 0;
|
|
18330
18315
|
}
|
|
18331
|
-
function
|
|
18316
|
+
function Yk(e = document.body, t = !0) {
|
|
18332
18317
|
const n = [], r = /* @__PURE__ */ new Map();
|
|
18333
|
-
|
|
18318
|
+
b1();
|
|
18334
18319
|
const o = e.querySelectorAll(`[${Qe}]`);
|
|
18335
18320
|
for (const i of o) {
|
|
18336
|
-
if (
|
|
18337
|
-
const s =
|
|
18338
|
-
if (!s || t &&
|
|
18321
|
+
if (m1(i)) continue;
|
|
18322
|
+
const s = p1(i);
|
|
18323
|
+
if (!s || t && h1(s.fileName))
|
|
18339
18324
|
continue;
|
|
18340
18325
|
let a = i.getAttribute(Qe);
|
|
18341
18326
|
if (a.startsWith("loc:")) {
|
|
@@ -18357,7 +18342,7 @@ function Xk(e = document.body, t = !0) {
|
|
|
18357
18342
|
}
|
|
18358
18343
|
return n;
|
|
18359
18344
|
}
|
|
18360
|
-
function
|
|
18345
|
+
function Xk(e) {
|
|
18361
18346
|
const t = /* @__PURE__ */ new Map();
|
|
18362
18347
|
for (const o of e) {
|
|
18363
18348
|
if (!o.source) continue;
|
|
@@ -18369,13 +18354,13 @@ function Zk(e) {
|
|
|
18369
18354
|
for (const [o, i] of t)
|
|
18370
18355
|
n.push({
|
|
18371
18356
|
path: o,
|
|
18372
|
-
displayName:
|
|
18357
|
+
displayName: g1(o),
|
|
18373
18358
|
color: Ma[r % Ma.length],
|
|
18374
18359
|
elements: i
|
|
18375
18360
|
}), r++;
|
|
18376
18361
|
return n.sort((o, i) => i.elements.length - o.elements.length), n;
|
|
18377
18362
|
}
|
|
18378
|
-
function
|
|
18363
|
+
function b1() {
|
|
18379
18364
|
document.querySelectorAll(`[${Qe}]`).forEach((t) => {
|
|
18380
18365
|
const n = t.getAttribute(Qe);
|
|
18381
18366
|
if (n && n.startsWith("loc:")) {
|
|
@@ -18385,16 +18370,16 @@ function x1() {
|
|
|
18385
18370
|
}
|
|
18386
18371
|
});
|
|
18387
18372
|
}
|
|
18388
|
-
function
|
|
18373
|
+
function Zk(e) {
|
|
18389
18374
|
return document.querySelector(`[${Qe}="${e}"]`);
|
|
18390
18375
|
}
|
|
18391
|
-
function
|
|
18376
|
+
function Jk(e) {
|
|
18392
18377
|
return e.map((t) => ({
|
|
18393
18378
|
...t,
|
|
18394
18379
|
rect: t.element.getBoundingClientRect()
|
|
18395
18380
|
}));
|
|
18396
18381
|
}
|
|
18397
|
-
function
|
|
18382
|
+
function Qk(e, t = "cursor", n) {
|
|
18398
18383
|
const { fileName: r, lineNumber: o, columnNumber: i } = e, s = i ?? 1;
|
|
18399
18384
|
let a = r;
|
|
18400
18385
|
return n && !r.startsWith("/") && (a = `${n.endsWith("/") ? n.slice(0, -1) : n}/${r}`), t === "cursor" ? `cursor://file/${encodeURIComponent(
|
|
@@ -18403,7 +18388,7 @@ function e2(e, t = "cursor", n) {
|
|
|
18403
18388
|
a
|
|
18404
18389
|
)}:${o}:${s}`;
|
|
18405
18390
|
}
|
|
18406
|
-
const Dt = /* @__PURE__ */ new Map(), ui = 300 * 1e3,
|
|
18391
|
+
const Dt = /* @__PURE__ */ new Map(), ui = 300 * 1e3, x1 = "/api/.uilint/source";
|
|
18407
18392
|
async function Cu(e) {
|
|
18408
18393
|
const t = Dt.get(e);
|
|
18409
18394
|
if (t && Date.now() - t.fetchedAt < ui)
|
|
@@ -18413,7 +18398,7 @@ async function Cu(e) {
|
|
|
18413
18398
|
};
|
|
18414
18399
|
try {
|
|
18415
18400
|
const n = await fetch(
|
|
18416
|
-
`${
|
|
18401
|
+
`${x1}?path=${encodeURIComponent(e)}`
|
|
18417
18402
|
);
|
|
18418
18403
|
if (!n.ok)
|
|
18419
18404
|
return te(`[UILint] Failed to fetch source: ${n.statusText}`), null;
|
|
@@ -18426,7 +18411,7 @@ async function Cu(e) {
|
|
|
18426
18411
|
return ie("[UILint] Error fetching source:", n), null;
|
|
18427
18412
|
}
|
|
18428
18413
|
}
|
|
18429
|
-
async function
|
|
18414
|
+
async function e2(e, t = 5) {
|
|
18430
18415
|
const n = await Cu(e.fileName);
|
|
18431
18416
|
if (!n) return null;
|
|
18432
18417
|
const r = n.content.split(`
|
|
@@ -18439,17 +18424,17 @@ async function t2(e, t = 5) {
|
|
|
18439
18424
|
relativePath: n.relativePath
|
|
18440
18425
|
};
|
|
18441
18426
|
}
|
|
18442
|
-
function
|
|
18427
|
+
function t2() {
|
|
18443
18428
|
Dt.clear();
|
|
18444
18429
|
}
|
|
18445
|
-
function
|
|
18430
|
+
function n2(e) {
|
|
18446
18431
|
const t = Dt.get(e);
|
|
18447
18432
|
return t ? Date.now() - t.fetchedAt >= ui ? (Dt.delete(e), null) : {
|
|
18448
18433
|
content: t.content,
|
|
18449
18434
|
relativePath: t.relativePath
|
|
18450
18435
|
} : null;
|
|
18451
18436
|
}
|
|
18452
|
-
async function
|
|
18437
|
+
async function r2(e) {
|
|
18453
18438
|
const t = [...new Set(e)].filter((r) => {
|
|
18454
18439
|
const o = Dt.get(r);
|
|
18455
18440
|
return !o || Date.now() - o.fetchedAt >= ui;
|
|
@@ -18459,7 +18444,7 @@ async function o2(e) {
|
|
|
18459
18444
|
await Promise.all(o.map(Cu));
|
|
18460
18445
|
}
|
|
18461
18446
|
}
|
|
18462
|
-
const tr = "data-elements",
|
|
18447
|
+
const tr = "data-elements", v1 = /* @__PURE__ */ new Set(["SCRIPT", "STYLE", "SVG", "NOSCRIPT", "TEMPLATE"]), y1 = /* @__PURE__ */ new Set([
|
|
18463
18448
|
"HEADER",
|
|
18464
18449
|
"NAV",
|
|
18465
18450
|
"MAIN",
|
|
@@ -18474,17 +18459,17 @@ const tr = "data-elements", y1 = /* @__PURE__ */ new Set(["SCRIPT", "STYLE", "SV
|
|
|
18474
18459
|
link: /\b(link)\b/i
|
|
18475
18460
|
};
|
|
18476
18461
|
let Eu = 0;
|
|
18477
|
-
function
|
|
18462
|
+
function w1() {
|
|
18478
18463
|
document.querySelectorAll(`[${tr}]`).forEach((t) => t.removeAttribute(tr)), Eu = 0;
|
|
18479
18464
|
}
|
|
18480
|
-
function
|
|
18465
|
+
function k1() {
|
|
18481
18466
|
return `el-${++Eu}`;
|
|
18482
18467
|
}
|
|
18483
|
-
function
|
|
18468
|
+
function S1(e, t = 50) {
|
|
18484
18469
|
const n = e.trim().replace(/\s+/g, " ");
|
|
18485
18470
|
return n.length <= t ? n : n.slice(0, t - 3) + "...";
|
|
18486
18471
|
}
|
|
18487
|
-
function
|
|
18472
|
+
function C1(e, t) {
|
|
18488
18473
|
const n = e.getAttribute("role");
|
|
18489
18474
|
if (n) {
|
|
18490
18475
|
if (n === "button") return "button";
|
|
@@ -18512,12 +18497,12 @@ function E1(e, t) {
|
|
|
18512
18497
|
if (Dn.input.test(i)) return "input";
|
|
18513
18498
|
if (Dn.link.test(i)) return "link";
|
|
18514
18499
|
}
|
|
18515
|
-
if (
|
|
18500
|
+
if (E1(e, t)) return "card";
|
|
18516
18501
|
if (T1(t)) return "container";
|
|
18517
18502
|
const s = e.textContent?.trim() || "";
|
|
18518
18503
|
return s.length > 0 && s.length < 200 ? "text" : "other";
|
|
18519
18504
|
}
|
|
18520
|
-
function
|
|
18505
|
+
function E1(e, t) {
|
|
18521
18506
|
if (e.children.length === 0) return !1;
|
|
18522
18507
|
const n = t.boxShadow && t.boxShadow !== "none", r = t.backgroundColor && t.backgroundColor !== "transparent" && t.backgroundColor !== "rgba(0, 0, 0, 0)", o = t.border && t.border !== "none" && !t.border.includes("0px"), i = t.borderRadius && t.borderRadius !== "0px";
|
|
18523
18508
|
return !!(n || (r || o) && i);
|
|
@@ -18534,16 +18519,16 @@ function T1(e) {
|
|
|
18534
18519
|
}
|
|
18535
18520
|
return !1;
|
|
18536
18521
|
}
|
|
18537
|
-
function
|
|
18522
|
+
function P1(e) {
|
|
18538
18523
|
const t = [];
|
|
18539
18524
|
let n = e.parentElement;
|
|
18540
18525
|
for (; n && t.length < 3; ) {
|
|
18541
18526
|
const r = n.tagName.toUpperCase();
|
|
18542
|
-
|
|
18527
|
+
y1.has(r) && t.unshift(r.toLowerCase()), n = n.parentElement;
|
|
18543
18528
|
}
|
|
18544
18529
|
return t.join(" > ") || "root";
|
|
18545
18530
|
}
|
|
18546
|
-
function
|
|
18531
|
+
function A1(e) {
|
|
18547
18532
|
return {
|
|
18548
18533
|
fontSize: e.fontSize || void 0,
|
|
18549
18534
|
fontWeight: e.fontWeight || void 0,
|
|
@@ -18556,34 +18541,34 @@ function I1(e) {
|
|
|
18556
18541
|
gap: e.gap === "normal" || e.gap === "0px" ? void 0 : e.gap || void 0
|
|
18557
18542
|
};
|
|
18558
18543
|
}
|
|
18559
|
-
function
|
|
18560
|
-
if (
|
|
18544
|
+
function Tu(e) {
|
|
18545
|
+
if (v1.has(e.tagName.toUpperCase()) || e.hasAttribute("data-ui-lint-ignore") || e.getAttribute("aria-hidden") === "true") return !0;
|
|
18561
18546
|
const t = window.getComputedStyle(e);
|
|
18562
18547
|
return t.display === "none" || t.visibility === "hidden";
|
|
18563
18548
|
}
|
|
18564
|
-
function
|
|
18565
|
-
if (
|
|
18566
|
-
const t = window.getComputedStyle(e), n =
|
|
18549
|
+
function I1(e) {
|
|
18550
|
+
if (Tu(e)) return null;
|
|
18551
|
+
const t = window.getComputedStyle(e), n = C1(e, t);
|
|
18567
18552
|
if (n === "other") return null;
|
|
18568
|
-
const r =
|
|
18553
|
+
const r = k1();
|
|
18569
18554
|
e.setAttribute(tr, r);
|
|
18570
18555
|
const o = e.getBoundingClientRect(), i = e.textContent?.trim().slice(0, 100) || e.getAttribute("aria-label") || "";
|
|
18571
18556
|
return {
|
|
18572
18557
|
id: r,
|
|
18573
18558
|
tag: e.tagName.toLowerCase(),
|
|
18574
18559
|
role: n,
|
|
18575
|
-
text:
|
|
18560
|
+
text: S1(i),
|
|
18576
18561
|
component: e.getAttribute("data-ui-component") || void 0,
|
|
18577
|
-
context:
|
|
18578
|
-
styles:
|
|
18562
|
+
context: P1(e),
|
|
18563
|
+
styles: A1(t),
|
|
18579
18564
|
rect: {
|
|
18580
18565
|
width: Math.round(o.width),
|
|
18581
18566
|
height: Math.round(o.height)
|
|
18582
18567
|
}
|
|
18583
18568
|
};
|
|
18584
18569
|
}
|
|
18585
|
-
function
|
|
18586
|
-
|
|
18570
|
+
function o2(e) {
|
|
18571
|
+
w1();
|
|
18587
18572
|
const t = e || document.body, n = {
|
|
18588
18573
|
buttons: [],
|
|
18589
18574
|
headings: [],
|
|
@@ -18595,13 +18580,13 @@ function i2(e) {
|
|
|
18595
18580
|
t,
|
|
18596
18581
|
NodeFilter.SHOW_ELEMENT,
|
|
18597
18582
|
{
|
|
18598
|
-
acceptNode: (i) =>
|
|
18583
|
+
acceptNode: (i) => Tu(i) ? NodeFilter.FILTER_REJECT : NodeFilter.FILTER_ACCEPT
|
|
18599
18584
|
}
|
|
18600
18585
|
);
|
|
18601
18586
|
let o = r.currentNode;
|
|
18602
18587
|
for (; o; ) {
|
|
18603
18588
|
if (o instanceof Element) {
|
|
18604
|
-
const i =
|
|
18589
|
+
const i = I1(o);
|
|
18605
18590
|
if (i)
|
|
18606
18591
|
switch (i.role) {
|
|
18607
18592
|
case "button":
|
|
@@ -18628,19 +18613,19 @@ function i2(e) {
|
|
|
18628
18613
|
}
|
|
18629
18614
|
return n;
|
|
18630
18615
|
}
|
|
18631
|
-
function
|
|
18616
|
+
function Pu(e) {
|
|
18632
18617
|
return document.querySelector(`[${tr}="${e}"]`);
|
|
18633
18618
|
}
|
|
18634
|
-
function
|
|
18619
|
+
function j1() {
|
|
18635
18620
|
if (typeof document > "u")
|
|
18636
18621
|
throw new Error("getUILintPortalHost() called outside of a DOM environment");
|
|
18637
18622
|
return document.querySelector(".uilint-devtool-root") ?? document.body;
|
|
18638
18623
|
}
|
|
18639
|
-
const gt = "#3b82f6",
|
|
18640
|
-
function
|
|
18624
|
+
const gt = "#3b82f6", R1 = 14, M1 = 22, N1 = 2, L1 = 3, Zt = 2;
|
|
18625
|
+
function D1(e, t = !1) {
|
|
18641
18626
|
const n = [];
|
|
18642
18627
|
return e.forEach((r, o) => {
|
|
18643
|
-
const i =
|
|
18628
|
+
const i = Pu(r);
|
|
18644
18629
|
if (!i) return;
|
|
18645
18630
|
const s = i.getBoundingClientRect();
|
|
18646
18631
|
n.push({
|
|
@@ -18655,14 +18640,14 @@ function F1(e, t = !1) {
|
|
|
18655
18640
|
});
|
|
18656
18641
|
}), n;
|
|
18657
18642
|
}
|
|
18658
|
-
function
|
|
18643
|
+
function F1(e) {
|
|
18659
18644
|
const t = /* @__PURE__ */ new Set();
|
|
18660
18645
|
return e.forEach((n) => {
|
|
18661
18646
|
n.elementIds.forEach((r) => t.add(r));
|
|
18662
18647
|
}), t;
|
|
18663
18648
|
}
|
|
18664
|
-
function
|
|
18665
|
-
const [t, n] = Z(!1), r = t ?
|
|
18649
|
+
function _1({ rect: e }) {
|
|
18650
|
+
const [t, n] = Z(!1), r = t ? M1 : R1, o = t ? L1 : N1, i = t ? 10 : 6;
|
|
18666
18651
|
return /* @__PURE__ */ u.jsxs(
|
|
18667
18652
|
"div",
|
|
18668
18653
|
{
|
|
@@ -18717,7 +18702,7 @@ function z1({ rect: e }) {
|
|
|
18717
18702
|
}
|
|
18718
18703
|
);
|
|
18719
18704
|
}
|
|
18720
|
-
function
|
|
18705
|
+
function z1({
|
|
18721
18706
|
rect: e,
|
|
18722
18707
|
badgeNumber: t
|
|
18723
18708
|
}) {
|
|
@@ -18767,7 +18752,7 @@ function O1({
|
|
|
18767
18752
|
)
|
|
18768
18753
|
] });
|
|
18769
18754
|
}
|
|
18770
|
-
function
|
|
18755
|
+
function i2({
|
|
18771
18756
|
violations: e,
|
|
18772
18757
|
selectedViolation: t,
|
|
18773
18758
|
lockedViolation: n
|
|
@@ -18779,9 +18764,9 @@ function s2({
|
|
|
18779
18764
|
o([]);
|
|
18780
18765
|
return;
|
|
18781
18766
|
}
|
|
18782
|
-
const h =
|
|
18767
|
+
const h = F1(e), g = [];
|
|
18783
18768
|
h.forEach((m) => {
|
|
18784
|
-
const b =
|
|
18769
|
+
const b = Pu(m);
|
|
18785
18770
|
if (!b) return;
|
|
18786
18771
|
const y = b.getBoundingClientRect();
|
|
18787
18772
|
g.push({
|
|
@@ -18799,7 +18784,7 @@ function s2({
|
|
|
18799
18784
|
s([]);
|
|
18800
18785
|
return;
|
|
18801
18786
|
}
|
|
18802
|
-
const h =
|
|
18787
|
+
const h = D1(c.elementIds, !0);
|
|
18803
18788
|
s(h);
|
|
18804
18789
|
}, [c]);
|
|
18805
18790
|
if (ne(() => (l(!0), () => l(!1)), []), ne(() => {
|
|
@@ -18812,16 +18797,16 @@ function s2({
|
|
|
18812
18797
|
};
|
|
18813
18798
|
}, [d, f]), !a || e.length === 0) return null;
|
|
18814
18799
|
const p = /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
|
|
18815
|
-
!c && r.map((h) => /* @__PURE__ */ u.jsx(
|
|
18816
|
-
c && i.map((h) => /* @__PURE__ */ u.jsx(
|
|
18800
|
+
!c && r.map((h) => /* @__PURE__ */ u.jsx(_1, { rect: h.rect }, h.id)),
|
|
18801
|
+
c && i.map((h) => /* @__PURE__ */ u.jsx(z1, { rect: h.rect, badgeNumber: h.badgeNumber }, h.id))
|
|
18817
18802
|
] });
|
|
18818
|
-
return ot(p,
|
|
18803
|
+
return ot(p, j1());
|
|
18819
18804
|
}
|
|
18820
|
-
const Fn = "data-loc",
|
|
18821
|
-
function
|
|
18805
|
+
const Fn = "data-loc", O1 = 100;
|
|
18806
|
+
function V1(e, t) {
|
|
18822
18807
|
return `loc:${e}#${t}`;
|
|
18823
18808
|
}
|
|
18824
|
-
function
|
|
18809
|
+
function $1(e) {
|
|
18825
18810
|
if (!e)
|
|
18826
18811
|
return null;
|
|
18827
18812
|
let t = e;
|
|
@@ -18832,10 +18817,10 @@ function B1(e) {
|
|
|
18832
18817
|
}
|
|
18833
18818
|
return t || null;
|
|
18834
18819
|
}
|
|
18835
|
-
function
|
|
18820
|
+
function B1(e, t) {
|
|
18836
18821
|
return t && e.includes("node_modules");
|
|
18837
18822
|
}
|
|
18838
|
-
class
|
|
18823
|
+
class W1 {
|
|
18839
18824
|
// ---------------------------------------------------------------------------
|
|
18840
18825
|
// Private State
|
|
18841
18826
|
// ---------------------------------------------------------------------------
|
|
@@ -18948,7 +18933,7 @@ class H1 {
|
|
|
18948
18933
|
debouncedReconcile() {
|
|
18949
18934
|
this.reconcileTimeout && clearTimeout(this.reconcileTimeout), this.reconcileTimeout = setTimeout(() => {
|
|
18950
18935
|
this.reconcile(), this.reconcileTimeout = null;
|
|
18951
|
-
},
|
|
18936
|
+
}, O1);
|
|
18952
18937
|
}
|
|
18953
18938
|
/**
|
|
18954
18939
|
* Full reconciliation: scan DOM, diff with known elements, emit events
|
|
@@ -18994,12 +18979,12 @@ class H1 {
|
|
|
18994
18979
|
for (const i of o) {
|
|
18995
18980
|
if (this.isInsideUILintUI(i))
|
|
18996
18981
|
continue;
|
|
18997
|
-
const s = i.getAttribute(Fn), a =
|
|
18998
|
-
if (!a ||
|
|
18982
|
+
const s = i.getAttribute(Fn), a = $1(s ?? "");
|
|
18983
|
+
if (!a || B1(a, this.hideNodeModules))
|
|
18999
18984
|
continue;
|
|
19000
18985
|
const l = (r.get(a) ?? 0) + 1;
|
|
19001
18986
|
r.set(a, l);
|
|
19002
|
-
const c =
|
|
18987
|
+
const c = V1(a, l);
|
|
19003
18988
|
n.push({
|
|
19004
18989
|
id: c,
|
|
19005
18990
|
dataLoc: a,
|
|
@@ -19017,7 +19002,7 @@ class H1 {
|
|
|
19017
19002
|
return t.closest("[data-ui-lint]") !== null;
|
|
19018
19003
|
}
|
|
19019
19004
|
}
|
|
19020
|
-
const Jt = new
|
|
19005
|
+
const Jt = new W1(), H1 = {
|
|
19021
19006
|
// UI Navigation
|
|
19022
19007
|
target: cb,
|
|
19023
19008
|
link: D0,
|
|
@@ -19068,13 +19053,13 @@ const Jt = new H1(), U1 = {
|
|
|
19068
19053
|
clock: l0
|
|
19069
19054
|
};
|
|
19070
19055
|
function fr(e) {
|
|
19071
|
-
return
|
|
19056
|
+
return H1[e] ?? He;
|
|
19072
19057
|
}
|
|
19073
19058
|
const Au = /* @__PURE__ */ new Map();
|
|
19074
|
-
function
|
|
19059
|
+
function U1(e, t) {
|
|
19075
19060
|
Au.set(e, t);
|
|
19076
19061
|
}
|
|
19077
|
-
async function
|
|
19062
|
+
async function G1(e, t) {
|
|
19078
19063
|
const n = Au.get(e);
|
|
19079
19064
|
return n ? n(t) : { success: !1, error: `Unknown browser action: ${e}` };
|
|
19080
19065
|
}
|
|
@@ -19092,9 +19077,9 @@ function It(e, t, n) {
|
|
|
19092
19077
|
},
|
|
19093
19078
|
websocket: e.websocket,
|
|
19094
19079
|
getCurrentRoute: () => window.location.pathname,
|
|
19095
|
-
requestBrowserAction: async (r, o) =>
|
|
19080
|
+
requestBrowserAction: async (r, o) => G1(r, o),
|
|
19096
19081
|
registerBrowserAction: (r, o) => {
|
|
19097
|
-
|
|
19082
|
+
U1(r, o);
|
|
19098
19083
|
},
|
|
19099
19084
|
openInEditor: (r) => {
|
|
19100
19085
|
const [o, i] = r.split(":"), s = `vscode://file/${o}:${i}`;
|
|
@@ -19171,7 +19156,7 @@ function nr(e, t) {
|
|
|
19171
19156
|
}
|
|
19172
19157
|
return !0;
|
|
19173
19158
|
}
|
|
19174
|
-
function
|
|
19159
|
+
function K1(e, t, n) {
|
|
19175
19160
|
return {
|
|
19176
19161
|
id: e.id,
|
|
19177
19162
|
title: e.title,
|
|
@@ -19191,7 +19176,7 @@ function q1(e, t, n) {
|
|
|
19191
19176
|
}
|
|
19192
19177
|
};
|
|
19193
19178
|
}
|
|
19194
|
-
function
|
|
19179
|
+
function q1(e, t, n) {
|
|
19195
19180
|
return {
|
|
19196
19181
|
id: e.id,
|
|
19197
19182
|
icon: se.createElement(fr(e.icon), { size: 16 }),
|
|
@@ -19210,7 +19195,7 @@ function Y1(e, t, n) {
|
|
|
19210
19195
|
}
|
|
19211
19196
|
};
|
|
19212
19197
|
}
|
|
19213
|
-
function
|
|
19198
|
+
function Y1(e, t, n) {
|
|
19214
19199
|
return {
|
|
19215
19200
|
id: e.id,
|
|
19216
19201
|
icon: se.createElement(fr(e.icon), { size: 16 }),
|
|
@@ -19221,7 +19206,7 @@ function X1(e, t, n) {
|
|
|
19221
19206
|
return nr(e.isVisible, o);
|
|
19222
19207
|
} : void 0,
|
|
19223
19208
|
actions: e.actions.map(
|
|
19224
|
-
(r) =>
|
|
19209
|
+
(r) => q1(r, t, n)
|
|
19225
19210
|
)
|
|
19226
19211
|
};
|
|
19227
19212
|
}
|
|
@@ -19248,7 +19233,7 @@ function di(e, t, n) {
|
|
|
19248
19233
|
}
|
|
19249
19234
|
return n[e.type](t, r);
|
|
19250
19235
|
}
|
|
19251
|
-
function
|
|
19236
|
+
function X1(e) {
|
|
19252
19237
|
const t = e.id, n = e.actions;
|
|
19253
19238
|
return {
|
|
19254
19239
|
// Metadata
|
|
@@ -19271,11 +19256,11 @@ function Z1(e) {
|
|
|
19271
19256
|
},
|
|
19272
19257
|
// Commands
|
|
19273
19258
|
commands: e.commands?.map(
|
|
19274
|
-
(o) =>
|
|
19259
|
+
(o) => K1(o, t, n)
|
|
19275
19260
|
),
|
|
19276
19261
|
// Toolbar
|
|
19277
19262
|
toolbarActionGroups: e.toolbarGroups?.map(
|
|
19278
|
-
(o) =>
|
|
19263
|
+
(o) => Y1(o, t, n)
|
|
19279
19264
|
),
|
|
19280
19265
|
// Inspector panels (schema-based, rendered by SchemaPanel)
|
|
19281
19266
|
inspectorPanels: e.panels?.map((o) => ({
|
|
@@ -19283,7 +19268,7 @@ function Z1(e) {
|
|
|
19283
19268
|
title: typeof o.title == "string" ? o.title : o.title.binding,
|
|
19284
19269
|
priority: o.priority,
|
|
19285
19270
|
component: se.lazy(
|
|
19286
|
-
() => import("./SchemaPanel-
|
|
19271
|
+
() => import("./SchemaPanel-Dxk51yG7.js").then((i) => ({
|
|
19287
19272
|
default: (s) => {
|
|
19288
19273
|
const l = s.services.getState().plugins?.[t] ?? {}, c = (f, p) => {
|
|
19289
19274
|
const h = It(s.services, t, n);
|
|
@@ -19341,25 +19326,25 @@ function Z1(e) {
|
|
|
19341
19326
|
} : void 0
|
|
19342
19327
|
};
|
|
19343
19328
|
}
|
|
19344
|
-
const
|
|
19329
|
+
const Z1 = [
|
|
19345
19330
|
{
|
|
19346
19331
|
id: "eslint",
|
|
19347
19332
|
name: "ESLint Analysis",
|
|
19348
|
-
load: () => Promise.resolve().then(() =>
|
|
19333
|
+
load: () => Promise.resolve().then(() => Ik),
|
|
19349
19334
|
enabled: !0
|
|
19350
19335
|
}
|
|
19351
19336
|
], Iu = [];
|
|
19352
|
-
function
|
|
19337
|
+
function s2(e) {
|
|
19353
19338
|
Iu.push(e);
|
|
19354
19339
|
}
|
|
19355
|
-
async function
|
|
19340
|
+
async function J1(e) {
|
|
19356
19341
|
try {
|
|
19357
19342
|
return (await e.load()).default;
|
|
19358
19343
|
} catch (t) {
|
|
19359
19344
|
return ie(`Failed to load plugin "${e.id}":`, t), null;
|
|
19360
19345
|
}
|
|
19361
19346
|
}
|
|
19362
|
-
async function
|
|
19347
|
+
async function Q1() {
|
|
19363
19348
|
const e = Iu.map(async (r) => {
|
|
19364
19349
|
try {
|
|
19365
19350
|
await r();
|
|
@@ -19373,22 +19358,22 @@ async function ek() {
|
|
|
19373
19358
|
const n = [];
|
|
19374
19359
|
for (const r of t)
|
|
19375
19360
|
try {
|
|
19376
|
-
const o =
|
|
19361
|
+
const o = X1(r);
|
|
19377
19362
|
n.push(o), V(`[Loader] Adapted plugin: ${r.id}`);
|
|
19378
19363
|
} catch (o) {
|
|
19379
19364
|
ie(`[Loader] Failed to adapt plugin "${r.id}":`, o);
|
|
19380
19365
|
}
|
|
19381
19366
|
return n;
|
|
19382
19367
|
}
|
|
19383
|
-
async function
|
|
19384
|
-
const n = [], r = await
|
|
19368
|
+
async function ek(e = Z1, t) {
|
|
19369
|
+
const n = [], r = await Q1();
|
|
19385
19370
|
n.push(...r);
|
|
19386
19371
|
const o = e.filter((l) => l.enabled);
|
|
19387
19372
|
o.length + r.length;
|
|
19388
|
-
const i = o.map(async (l, c) => await
|
|
19373
|
+
const i = o.map(async (l, c) => await J1(l)), a = (await Promise.all(i)).filter((l) => l ? l.id ? !0 : (te("Plugin missing id, skipping:", l), !1) : !1);
|
|
19389
19374
|
return n.push(...a), Eo(n);
|
|
19390
19375
|
}
|
|
19391
|
-
const
|
|
19376
|
+
const tk = {
|
|
19392
19377
|
id: "eslint:toggle-scan",
|
|
19393
19378
|
title: "Toggle ESLint Scan",
|
|
19394
19379
|
keywords: ["eslint", "scan", "toggle", "enable", "disable", "start", "stop"],
|
|
@@ -19405,7 +19390,7 @@ const nk = {
|
|
|
19405
19390
|
n.scanStatus === "scanning" ? n.stopScanning() : n.startScanning(), e.closeCommandPalette();
|
|
19406
19391
|
},
|
|
19407
19392
|
isAvailable: (e) => e.wsConnected === !0
|
|
19408
|
-
},
|
|
19393
|
+
}, nk = {
|
|
19409
19394
|
id: "eslint:open-fixes",
|
|
19410
19395
|
title: "Fix All Issues",
|
|
19411
19396
|
keywords: ["eslint", "fix", "fixes", "autofix", "repair", "issues"],
|
|
@@ -19419,7 +19404,7 @@ const nk = {
|
|
|
19419
19404
|
const n = e.plugins?.eslint;
|
|
19420
19405
|
return n?.scanStatus !== "scanning" || !n?.issues ? !1 : n.issues.size > 0;
|
|
19421
19406
|
}
|
|
19422
|
-
},
|
|
19407
|
+
}, rk = {
|
|
19423
19408
|
id: "eslint:start-scan",
|
|
19424
19409
|
title: "Start ESLint Scan",
|
|
19425
19410
|
keywords: ["eslint", "scan", "start", "analyze", "lint", "check"],
|
|
@@ -19438,7 +19423,7 @@ const nk = {
|
|
|
19438
19423
|
const t = e;
|
|
19439
19424
|
return t.wsConnected === !0 && t.plugins?.eslint?.scanStatus !== "scanning";
|
|
19440
19425
|
}
|
|
19441
|
-
},
|
|
19426
|
+
}, ok = {
|
|
19442
19427
|
id: "eslint:stop-scan",
|
|
19443
19428
|
title: "Stop ESLint Scan",
|
|
19444
19429
|
keywords: ["eslint", "scan", "stop", "disable", "off"],
|
|
@@ -19454,7 +19439,7 @@ const nk = {
|
|
|
19454
19439
|
n.stopScanning(), e.closeCommandPalette();
|
|
19455
19440
|
},
|
|
19456
19441
|
isAvailable: (e) => e.plugins?.eslint?.scanStatus === "scanning"
|
|
19457
|
-
},
|
|
19442
|
+
}, ik = {
|
|
19458
19443
|
id: "eslint:clear-rescan",
|
|
19459
19444
|
title: "Clear & Rescan",
|
|
19460
19445
|
keywords: ["eslint", "cache", "clear", "refresh", "reset", "rescan"],
|
|
@@ -19471,13 +19456,13 @@ const nk = {
|
|
|
19471
19456
|
},
|
|
19472
19457
|
isAvailable: (e) => e.wsConnected === !0
|
|
19473
19458
|
}, vo = [
|
|
19474
|
-
|
|
19475
|
-
ok,
|
|
19476
|
-
ik,
|
|
19459
|
+
tk,
|
|
19477
19460
|
rk,
|
|
19478
|
-
|
|
19461
|
+
ok,
|
|
19462
|
+
nk,
|
|
19463
|
+
ik
|
|
19479
19464
|
];
|
|
19480
|
-
function
|
|
19465
|
+
function sk(e) {
|
|
19481
19466
|
return e === "scanning";
|
|
19482
19467
|
}
|
|
19483
19468
|
const ju = {
|
|
@@ -19544,10 +19529,10 @@ function Mu(e, t, n) {
|
|
|
19544
19529
|
}
|
|
19545
19530
|
};
|
|
19546
19531
|
}
|
|
19547
|
-
function
|
|
19532
|
+
function ak(e, t) {
|
|
19548
19533
|
return t.size === 0 ? e : e.filter((n) => !t.has(n.ruleId));
|
|
19549
19534
|
}
|
|
19550
|
-
function
|
|
19535
|
+
function lk(e) {
|
|
19551
19536
|
if (!e)
|
|
19552
19537
|
return null;
|
|
19553
19538
|
const t = e.lastIndexOf(":");
|
|
@@ -19562,12 +19547,12 @@ function ck(e) {
|
|
|
19562
19547
|
function Nu(e) {
|
|
19563
19548
|
const t = /* @__PURE__ */ new Set();
|
|
19564
19549
|
for (const n of e) {
|
|
19565
|
-
const r =
|
|
19550
|
+
const r = lk(n);
|
|
19566
19551
|
r && t.add(r);
|
|
19567
19552
|
}
|
|
19568
19553
|
return t;
|
|
19569
19554
|
}
|
|
19570
|
-
function
|
|
19555
|
+
function ck({
|
|
19571
19556
|
value: e,
|
|
19572
19557
|
onChange: t,
|
|
19573
19558
|
disabled: n
|
|
@@ -19598,17 +19583,17 @@ function uk({
|
|
|
19598
19583
|
o.value
|
|
19599
19584
|
)) });
|
|
19600
19585
|
}
|
|
19601
|
-
function
|
|
19602
|
-
const t = e?.ruleId, n =
|
|
19586
|
+
function uk({ data: e }) {
|
|
19587
|
+
const t = e?.ruleId, n = T((l) => {
|
|
19603
19588
|
const c = l.plugins?.eslint;
|
|
19604
19589
|
return !c?.availableRules || !t ? null : c.availableRules.find((d) => d.id === t);
|
|
19605
|
-
}), r =
|
|
19590
|
+
}), r = T((l) => {
|
|
19606
19591
|
const c = l.plugins?.eslint;
|
|
19607
19592
|
return c?.ruleConfigs ? c.ruleConfigs.get(t || "") : null;
|
|
19608
|
-
}), o =
|
|
19593
|
+
}), o = T((l) => {
|
|
19609
19594
|
const c = l.plugins?.eslint;
|
|
19610
19595
|
return c?.ruleConfigUpdating ? c.ruleConfigUpdating.get(t || "") ?? !1 : !1;
|
|
19611
|
-
}), i =
|
|
19596
|
+
}), i = T((l) => {
|
|
19612
19597
|
const c = l.plugins?.eslint;
|
|
19613
19598
|
if (!c?.issues) return 0;
|
|
19614
19599
|
let d = 0;
|
|
@@ -19726,7 +19711,7 @@ function dk({ data: e }) {
|
|
|
19726
19711
|
}
|
|
19727
19712
|
),
|
|
19728
19713
|
/* @__PURE__ */ u.jsx(
|
|
19729
|
-
|
|
19714
|
+
ck,
|
|
19730
19715
|
{
|
|
19731
19716
|
value: a,
|
|
19732
19717
|
onChange: s,
|
|
@@ -19761,7 +19746,7 @@ function xt(e) {
|
|
|
19761
19746
|
n.severity === "error" ? t.error++ : n.severity === "warning" ? t.warning++ : n.severity === "info" && t.info++;
|
|
19762
19747
|
return t;
|
|
19763
19748
|
}
|
|
19764
|
-
function
|
|
19749
|
+
function dk(e, t = []) {
|
|
19765
19750
|
const n = /* @__PURE__ */ new Map();
|
|
19766
19751
|
for (const i of e) {
|
|
19767
19752
|
const s = i.ruleId, a = n.get(s) || [];
|
|
@@ -19824,7 +19809,7 @@ function Lu(e, t) {
|
|
|
19824
19809
|
return a !== l ? l - a : s.count - i.count;
|
|
19825
19810
|
}), o;
|
|
19826
19811
|
}
|
|
19827
|
-
function
|
|
19812
|
+
function fk(e) {
|
|
19828
19813
|
const t = /* @__PURE__ */ new Map();
|
|
19829
19814
|
for (const r of e) {
|
|
19830
19815
|
const o = r.filePath, i = t.get(o) || [];
|
|
@@ -19854,16 +19839,16 @@ function pk(e) {
|
|
|
19854
19839
|
return i !== s ? s - i : o.count - r.count;
|
|
19855
19840
|
}), n;
|
|
19856
19841
|
}
|
|
19857
|
-
function
|
|
19842
|
+
function pk(e, t = []) {
|
|
19858
19843
|
if (e.length === 0)
|
|
19859
19844
|
return [];
|
|
19860
|
-
const n =
|
|
19845
|
+
const n = hk(e, t), r = fk(e), o = [...n, ...r];
|
|
19861
19846
|
return o.sort((i, s) => {
|
|
19862
19847
|
const a = i.severityCounts?.error ?? 0, l = s.severityCounts?.error ?? 0;
|
|
19863
19848
|
return a !== l ? l - a : s.count - i.count;
|
|
19864
19849
|
}), o;
|
|
19865
19850
|
}
|
|
19866
|
-
function
|
|
19851
|
+
function hk(e, t = []) {
|
|
19867
19852
|
const n = /* @__PURE__ */ new Map();
|
|
19868
19853
|
for (const i of e) {
|
|
19869
19854
|
const s = i.ruleId, a = n.get(s) || [];
|
|
@@ -19917,7 +19902,7 @@ function Du(e, t) {
|
|
|
19917
19902
|
if (n.length === 0)
|
|
19918
19903
|
return [];
|
|
19919
19904
|
const r = fi(e);
|
|
19920
|
-
return
|
|
19905
|
+
return pk(n, r);
|
|
19921
19906
|
}
|
|
19922
19907
|
function Fu(e) {
|
|
19923
19908
|
const t = e.metadata ?? {};
|
|
@@ -19974,7 +19959,7 @@ function zu(e) {
|
|
|
19974
19959
|
data: {}
|
|
19975
19960
|
};
|
|
19976
19961
|
}
|
|
19977
|
-
function
|
|
19962
|
+
function gk(e, t, n) {
|
|
19978
19963
|
let r = e.filter((o) => o.filePath === t);
|
|
19979
19964
|
return n && (r = r.filter((o) => o.ruleId === n)), r.sort((o, i) => o.line - i.line), r.map((o) => ({
|
|
19980
19965
|
id: `issue:${o.id}`,
|
|
@@ -20000,7 +19985,7 @@ function mk(e, t, n) {
|
|
|
20000
19985
|
}
|
|
20001
19986
|
}));
|
|
20002
19987
|
}
|
|
20003
|
-
function
|
|
19988
|
+
function mk(e, t) {
|
|
20004
19989
|
const n = e.metadata ?? {}, r = yn(t);
|
|
20005
19990
|
if (r.length !== 0) {
|
|
20006
19991
|
if (n.isRule) {
|
|
@@ -20009,16 +19994,16 @@ function bk(e, t) {
|
|
|
20009
19994
|
}
|
|
20010
19995
|
if (n.isFile) {
|
|
20011
19996
|
const o = n.filePath, i = n.ruleId;
|
|
20012
|
-
return
|
|
19997
|
+
return gk(r, o, i);
|
|
20013
19998
|
}
|
|
20014
19999
|
n.isIssue;
|
|
20015
20000
|
}
|
|
20016
20001
|
}
|
|
20017
|
-
function
|
|
20002
|
+
function bk(e) {
|
|
20018
20003
|
const t = e.metadata ?? {};
|
|
20019
20004
|
return !!(t.isRule || t.isFile);
|
|
20020
20005
|
}
|
|
20021
|
-
function
|
|
20006
|
+
function xk({ severity: e }) {
|
|
20022
20007
|
switch (e) {
|
|
20023
20008
|
case "error":
|
|
20024
20009
|
return /* @__PURE__ */ u.jsx(vn, { size: 13, className: "text-error flex-shrink-0" });
|
|
@@ -20028,7 +20013,7 @@ function vk({ severity: e }) {
|
|
|
20028
20013
|
return /* @__PURE__ */ u.jsx(He, { size: 13, className: "text-info flex-shrink-0" });
|
|
20029
20014
|
}
|
|
20030
20015
|
}
|
|
20031
|
-
function
|
|
20016
|
+
function vk({ severity: e }) {
|
|
20032
20017
|
const t = e === "error" ? "text-error bg-error/10" : e === "warning" ? "text-warning bg-warning/10" : "text-info bg-info/10";
|
|
20033
20018
|
return /* @__PURE__ */ u.jsx(
|
|
20034
20019
|
"span",
|
|
@@ -20041,7 +20026,7 @@ function yk({ severity: e }) {
|
|
|
20041
20026
|
}
|
|
20042
20027
|
);
|
|
20043
20028
|
}
|
|
20044
|
-
function
|
|
20029
|
+
function yk(e, t, n) {
|
|
20045
20030
|
const r = [], o = e?.category;
|
|
20046
20031
|
o && o !== "static" && r.push({ label: o, accent: !0 });
|
|
20047
20032
|
const i = e?.defaultSeverity;
|
|
@@ -20057,7 +20042,7 @@ function wk(e, t, n) {
|
|
|
20057
20042
|
}
|
|
20058
20043
|
return r;
|
|
20059
20044
|
}
|
|
20060
|
-
function
|
|
20045
|
+
function wk({
|
|
20061
20046
|
ruleId: e,
|
|
20062
20047
|
currentSeverity: t,
|
|
20063
20048
|
ruleMeta: n,
|
|
@@ -20069,7 +20054,7 @@ function kk({
|
|
|
20069
20054
|
isUpdating: l
|
|
20070
20055
|
}) {
|
|
20071
20056
|
const [c, d] = Z(!1), f = B(
|
|
20072
|
-
() =>
|
|
20057
|
+
() => yk(n, t, r),
|
|
20073
20058
|
[n, t, r]
|
|
20074
20059
|
), p = [
|
|
20075
20060
|
{ value: "off", label: "Off", dot: "bg-muted-foreground/30" },
|
|
@@ -20160,7 +20145,7 @@ function kk({
|
|
|
20160
20145
|
)
|
|
20161
20146
|
] });
|
|
20162
20147
|
}
|
|
20163
|
-
function
|
|
20148
|
+
function kk({
|
|
20164
20149
|
filePath: e,
|
|
20165
20150
|
issues: t,
|
|
20166
20151
|
defaultExpanded: n,
|
|
@@ -20206,7 +20191,7 @@ function Sk({
|
|
|
20206
20191
|
"cursor-pointer"
|
|
20207
20192
|
),
|
|
20208
20193
|
children: [
|
|
20209
|
-
/* @__PURE__ */ u.jsx(
|
|
20194
|
+
/* @__PURE__ */ u.jsx(xk, { severity: l.severity }),
|
|
20210
20195
|
/* @__PURE__ */ u.jsx("span", { className: "text-[11px] font-mono text-muted-foreground/50 tabular-nums w-7 flex-shrink-0", children: l.line }),
|
|
20211
20196
|
/* @__PURE__ */ u.jsx("span", { className: "text-[11px] text-foreground/60 truncate", children: l.message })
|
|
20212
20197
|
]
|
|
@@ -20217,7 +20202,7 @@ function Sk({
|
|
|
20217
20202
|
)
|
|
20218
20203
|
] });
|
|
20219
20204
|
}
|
|
20220
|
-
function
|
|
20205
|
+
function Sk({ ruleId: e, services: t }) {
|
|
20221
20206
|
const n = yn(t), r = fi(t), [o, i] = Z(null), [s, a] = Z(null);
|
|
20222
20207
|
ne(() => {
|
|
20223
20208
|
i(null), a(null);
|
|
@@ -20240,7 +20225,7 @@ function Ck({ ruleId: e, services: t }) {
|
|
|
20240
20225
|
}, [c]), f = B(
|
|
20241
20226
|
() => o ? c.filter((S) => S.filePath === o) : [],
|
|
20242
20227
|
[c, o]
|
|
20243
|
-
), p =
|
|
20228
|
+
), p = T((S) => S.plugins?.eslint?.ruleConfigs?.get(e)), h = T((S) => S.plugins?.eslint?.ruleConfigUpdating?.get(e) ?? !1), g = B(() => p?.severity ?? l?.defaultSeverity ?? "warn", [p?.severity, l?.defaultSeverity]), m = B(() => l?.defaultOptions ? Array.isArray(l.defaultOptions) ? l.defaultOptions[0] ?? {} : l.defaultOptions ?? {} : {}, [l?.defaultOptions]), b = $(
|
|
20244
20229
|
(S) => {
|
|
20245
20230
|
const v = S === "warn" ? "warning" : S;
|
|
20246
20231
|
he.setRuleSeverity(e, v);
|
|
@@ -20260,14 +20245,14 @@ function Ck({ ruleId: e, services: t }) {
|
|
|
20260
20245
|
i(S), a(v);
|
|
20261
20246
|
}, []), k = $(() => {
|
|
20262
20247
|
i(null), a(null);
|
|
20263
|
-
}, []),
|
|
20248
|
+
}, []), P = e.includes("/") ? e.split("/").pop() : e, M = c.some((S) => S.severity === "error") ? "error" : c.some((S) => S.severity === "warning") ? "warning" : "info";
|
|
20264
20249
|
if (o) {
|
|
20265
20250
|
const S = o.split("/").pop() || o;
|
|
20266
20251
|
return /* @__PURE__ */ u.jsxs("div", { className: "flex flex-col h-full", children: [
|
|
20267
20252
|
/* @__PURE__ */ u.jsx(
|
|
20268
20253
|
Su,
|
|
20269
20254
|
{
|
|
20270
|
-
expandedRuleName: l?.name ||
|
|
20255
|
+
expandedRuleName: l?.name || P,
|
|
20271
20256
|
expandedFileName: S,
|
|
20272
20257
|
onCollapseToRoot: k,
|
|
20273
20258
|
onCollapseFile: k,
|
|
@@ -20289,8 +20274,8 @@ function Ck({ ruleId: e, services: t }) {
|
|
|
20289
20274
|
return /* @__PURE__ */ u.jsxs("div", { className: "flex flex-col h-full", children: [
|
|
20290
20275
|
/* @__PURE__ */ u.jsxs("div", { className: "px-4 pt-4 pb-3 border-b border-foreground/[0.06]", children: [
|
|
20291
20276
|
/* @__PURE__ */ u.jsxs("div", { className: "flex items-center gap-2 mb-1.5", children: [
|
|
20292
|
-
/* @__PURE__ */ u.jsx("h3", { className: "text-sm font-semibold text-foreground/90 truncate", children: l?.name ||
|
|
20293
|
-
c.length > 0 && /* @__PURE__ */ u.jsx(
|
|
20277
|
+
/* @__PURE__ */ u.jsx("h3", { className: "text-sm font-semibold text-foreground/90 truncate", children: l?.name || P }),
|
|
20278
|
+
c.length > 0 && /* @__PURE__ */ u.jsx(vk, { severity: M })
|
|
20294
20279
|
] }),
|
|
20295
20280
|
l?.description && /* @__PURE__ */ u.jsx("p", { className: "text-xs text-muted-foreground/70 leading-relaxed line-clamp-2", children: l.description }),
|
|
20296
20281
|
/* @__PURE__ */ u.jsxs("div", { className: "flex items-center gap-3 mt-2 text-[10px] text-muted-foreground/50", children: [
|
|
@@ -20307,7 +20292,7 @@ function Ck({ ruleId: e, services: t }) {
|
|
|
20307
20292
|
] })
|
|
20308
20293
|
] }),
|
|
20309
20294
|
/* @__PURE__ */ u.jsx(
|
|
20310
|
-
|
|
20295
|
+
wk,
|
|
20311
20296
|
{
|
|
20312
20297
|
ruleId: e,
|
|
20313
20298
|
currentSeverity: g,
|
|
@@ -20321,7 +20306,7 @@ function Ck({ ruleId: e, services: t }) {
|
|
|
20321
20306
|
}
|
|
20322
20307
|
),
|
|
20323
20308
|
/* @__PURE__ */ u.jsx("div", { className: "flex-1 overflow-y-auto", children: d.length > 0 ? d.map(([S, v], I) => /* @__PURE__ */ u.jsx(
|
|
20324
|
-
|
|
20309
|
+
kk,
|
|
20325
20310
|
{
|
|
20326
20311
|
filePath: S,
|
|
20327
20312
|
issues: v,
|
|
@@ -20332,7 +20317,7 @@ function Ck({ ruleId: e, services: t }) {
|
|
|
20332
20317
|
)) : /* @__PURE__ */ u.jsx("div", { className: "flex items-center justify-center py-12 text-xs text-muted-foreground/50", children: "No issues found for this rule" }) })
|
|
20333
20318
|
] });
|
|
20334
20319
|
}
|
|
20335
|
-
function
|
|
20320
|
+
function Ck({ filePath: e, services: t }) {
|
|
20336
20321
|
const [n, r] = Z(null), o = yn(t), i = B(
|
|
20337
20322
|
() => o.filter((f) => f.filePath === e),
|
|
20338
20323
|
[o, e]
|
|
@@ -20373,7 +20358,7 @@ function Ek({ filePath: e, services: t }) {
|
|
|
20373
20358
|
) : /* @__PURE__ */ u.jsx("div", { className: "flex items-center justify-center py-12 text-xs text-muted-foreground/50", children: "No issues in this file" }) })
|
|
20374
20359
|
] });
|
|
20375
20360
|
}
|
|
20376
|
-
function
|
|
20361
|
+
function Ek(e) {
|
|
20377
20362
|
const t = yn(e), n = fi(e), r = [], o = /* @__PURE__ */ new Map();
|
|
20378
20363
|
for (const a of t) {
|
|
20379
20364
|
const l = o.get(a.ruleId) || [];
|
|
@@ -20452,18 +20437,18 @@ function Tk(e, t) {
|
|
|
20452
20437
|
if (n === "rule") {
|
|
20453
20438
|
const r = e.metadata?.ruleId;
|
|
20454
20439
|
return {
|
|
20455
|
-
element: jt(
|
|
20440
|
+
element: jt(Sk, { ruleId: r, services: t })
|
|
20456
20441
|
};
|
|
20457
20442
|
}
|
|
20458
20443
|
if (n === "file") {
|
|
20459
20444
|
const r = e.metadata?.filePath;
|
|
20460
20445
|
return {
|
|
20461
|
-
element: jt(
|
|
20446
|
+
element: jt(Ck, { filePath: r, services: t })
|
|
20462
20447
|
};
|
|
20463
20448
|
}
|
|
20464
20449
|
return null;
|
|
20465
20450
|
}
|
|
20466
|
-
const
|
|
20451
|
+
const Pk = {
|
|
20467
20452
|
eslint: {
|
|
20468
20453
|
onPageLoad: !1,
|
|
20469
20454
|
onFileChange: !0
|
|
@@ -20520,7 +20505,7 @@ const Ak = {
|
|
|
20520
20505
|
{
|
|
20521
20506
|
id: "eslint-rule",
|
|
20522
20507
|
title: ({ data: e }) => e?.ruleId ? `Rule: ${e.ruleId}` : "Rule Details",
|
|
20523
|
-
component:
|
|
20508
|
+
component: uk,
|
|
20524
20509
|
priority: 10
|
|
20525
20510
|
}
|
|
20526
20511
|
],
|
|
@@ -20533,13 +20518,13 @@ const Ak = {
|
|
|
20533
20518
|
isTerminal: _u,
|
|
20534
20519
|
getInspectorData: zu,
|
|
20535
20520
|
// Expandable tile support
|
|
20536
|
-
getChildItems:
|
|
20537
|
-
canExpand:
|
|
20521
|
+
getChildItems: mk,
|
|
20522
|
+
canExpand: bk
|
|
20538
20523
|
},
|
|
20539
20524
|
/**
|
|
20540
20525
|
* Search items for the two-panel command palette
|
|
20541
20526
|
*/
|
|
20542
|
-
getSearchItems:
|
|
20527
|
+
getSearchItems: Ek,
|
|
20543
20528
|
/**
|
|
20544
20529
|
* Preview panel for search items in the command palette
|
|
20545
20530
|
*/
|
|
@@ -20664,7 +20649,7 @@ const Ak = {
|
|
|
20664
20649
|
*/
|
|
20665
20650
|
initialize: (e) => {
|
|
20666
20651
|
if (V("[ESLint Plugin] Initializing..."), dr())
|
|
20667
|
-
return V("[ESLint Plugin] Running in STATIC mode (manifest-based)"),
|
|
20652
|
+
return V("[ESLint Plugin] Running in STATIC mode (manifest-based)"), By(e);
|
|
20668
20653
|
V("[ESLint Plugin] Running in WEBSOCKET mode");
|
|
20669
20654
|
const t = [];
|
|
20670
20655
|
for (const r of Na) {
|
|
@@ -20675,7 +20660,7 @@ const Ak = {
|
|
|
20675
20660
|
}
|
|
20676
20661
|
V("[ESLint Plugin] Subscribed to", Na.length, "message types");
|
|
20677
20662
|
const n = e.domObserver.onElementsAdded((r) => {
|
|
20678
|
-
|
|
20663
|
+
Ak(e, r);
|
|
20679
20664
|
});
|
|
20680
20665
|
return t.push(n), V("[ESLint Plugin] Subscribed to DOM observer"), () => {
|
|
20681
20666
|
V("[ESLint Plugin] Disposing..."), t.forEach((r) => r());
|
|
@@ -20704,7 +20689,7 @@ function La(e) {
|
|
|
20704
20689
|
}
|
|
20705
20690
|
e.setState({ requestedFiles: o }), V("[ESLint Plugin] Re-requested linting for", r.size, "files after config change");
|
|
20706
20691
|
}
|
|
20707
|
-
function
|
|
20692
|
+
function Ak(e, t) {
|
|
20708
20693
|
const n = e.getState();
|
|
20709
20694
|
if (V("[ESLint Plugin] handleElementsAdded called with", t.length, "elements"), V("[ESLint Plugin] State check - scanStatus:", n?.scanStatus, "wsConnected:", e.websocket.isConnected), n.scanStatus !== "scanning") {
|
|
20710
20695
|
V("[ESLint Plugin] Scanning not active (status:", n.scanStatus, "), skipping lint requests");
|
|
@@ -20834,12 +20819,12 @@ function Ou(e, t) {
|
|
|
20834
20819
|
}
|
|
20835
20820
|
}
|
|
20836
20821
|
}
|
|
20837
|
-
const
|
|
20822
|
+
const Ik = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20838
20823
|
__proto__: null,
|
|
20839
|
-
DEFAULT_AUTO_SCAN_SETTINGS:
|
|
20824
|
+
DEFAULT_AUTO_SCAN_SETTINGS: Pk,
|
|
20840
20825
|
_handleWebSocketMessageForTesting: Ou,
|
|
20841
20826
|
aggregateByFile: Lu,
|
|
20842
|
-
aggregateByRule:
|
|
20827
|
+
aggregateByRule: dk,
|
|
20843
20828
|
clearStaticMode: ku,
|
|
20844
20829
|
configureStaticMode: wu,
|
|
20845
20830
|
countSeverities: xt,
|
|
@@ -20849,17 +20834,17 @@ const jk = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20849
20834
|
default: yo,
|
|
20850
20835
|
eslintCommands: vo,
|
|
20851
20836
|
eslintPlugin: yo,
|
|
20852
|
-
filterByDisabledRules:
|
|
20837
|
+
filterByDisabledRules: ak,
|
|
20853
20838
|
getEslintInspectorData: zu,
|
|
20854
20839
|
getEslintTileItems: Du,
|
|
20855
20840
|
getFileSource: li,
|
|
20856
|
-
getManifestMetadata:
|
|
20841
|
+
getManifestMetadata: Wy,
|
|
20857
20842
|
initialESLintState: ju,
|
|
20858
20843
|
isEslintTileTerminal: _u,
|
|
20859
|
-
isScanning:
|
|
20844
|
+
isScanning: sk,
|
|
20860
20845
|
isStaticMode: dr
|
|
20861
20846
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
20862
|
-
function
|
|
20847
|
+
function jk(e) {
|
|
20863
20848
|
const t = /* @__PURE__ */ new Map();
|
|
20864
20849
|
for (const n of e) {
|
|
20865
20850
|
const r = n.filePath || "unknown", o = t.get(r) || [];
|
|
@@ -20872,7 +20857,7 @@ function Rk(e) {
|
|
|
20872
20857
|
);
|
|
20873
20858
|
return t;
|
|
20874
20859
|
}
|
|
20875
|
-
function
|
|
20860
|
+
function Rk(e, t, n) {
|
|
20876
20861
|
const r = Array.from(e.values()).reduce(
|
|
20877
20862
|
(s, a) => s + a.length,
|
|
20878
20863
|
0
|
|
@@ -20903,7 +20888,7 @@ function Mk(e, t, n) {
|
|
|
20903
20888
|
return i.join(`
|
|
20904
20889
|
`);
|
|
20905
20890
|
}
|
|
20906
|
-
function
|
|
20891
|
+
function Mk({ text: e, onCopy: t }) {
|
|
20907
20892
|
const [n, r] = Z(!1), o = $(async () => {
|
|
20908
20893
|
try {
|
|
20909
20894
|
await navigator.clipboard.writeText(e), r(!0), t(), setTimeout(() => r(!1), 2e3);
|
|
@@ -20932,9 +20917,9 @@ function Nk({ text: e, onCopy: t }) {
|
|
|
20932
20917
|
}
|
|
20933
20918
|
);
|
|
20934
20919
|
}
|
|
20935
|
-
function
|
|
20936
|
-
const t = e?.issues || [], n = e?.workspaceRoot || null, r = e?.hookAvailable || !1, o = B(() =>
|
|
20937
|
-
() =>
|
|
20920
|
+
function Nk({ data: e }) {
|
|
20921
|
+
const t = e?.issues || [], n = e?.workspaceRoot || null, r = e?.hookAvailable || !1, o = B(() => jk(t), [t]), i = B(
|
|
20922
|
+
() => Rk(o, n, r),
|
|
20938
20923
|
[o, n, r]
|
|
20939
20924
|
), s = t.length, a = o.size;
|
|
20940
20925
|
return /* @__PURE__ */ u.jsxs("div", { className: "flex flex-col h-full", children: [
|
|
@@ -20965,7 +20950,7 @@ function Lk({ data: e }) {
|
|
|
20965
20950
|
}
|
|
20966
20951
|
)
|
|
20967
20952
|
] }),
|
|
20968
|
-
s > 0 && /* @__PURE__ */ u.jsx(
|
|
20953
|
+
s > 0 && /* @__PURE__ */ u.jsx(Mk, { text: i, onCopy: () => {
|
|
20969
20954
|
} })
|
|
20970
20955
|
] })
|
|
20971
20956
|
}
|
|
@@ -21020,7 +21005,7 @@ const pi = se.createElement(
|
|
|
21020
21005
|
se.createElement("line", { x1: "8", y1: "12", x2: "16", y2: "12" }),
|
|
21021
21006
|
se.createElement("line", { x1: "8", y1: "16", x2: "14", y2: "16" })
|
|
21022
21007
|
);
|
|
21023
|
-
function
|
|
21008
|
+
function Lk(e) {
|
|
21024
21009
|
const n = e.getState().plugins?.eslint;
|
|
21025
21010
|
if (!n?.issues)
|
|
21026
21011
|
return { issues: [], workspaceRoot: null, hookAvailable: !1 };
|
|
@@ -21034,7 +21019,7 @@ function Dk(e) {
|
|
|
21034
21019
|
hookAvailable: o
|
|
21035
21020
|
};
|
|
21036
21021
|
}
|
|
21037
|
-
const
|
|
21022
|
+
const Dk = {
|
|
21038
21023
|
id: "fix-prompt:generate",
|
|
21039
21024
|
icon: pi,
|
|
21040
21025
|
tooltip: "Generate Fix Prompt",
|
|
@@ -21049,7 +21034,7 @@ const Fk = {
|
|
|
21049
21034
|
return !1;
|
|
21050
21035
|
},
|
|
21051
21036
|
onClick: (e) => {
|
|
21052
|
-
const { issues: t, workspaceRoot: n, hookAvailable: r } =
|
|
21037
|
+
const { issues: t, workspaceRoot: n, hookAvailable: r } = Lk(e), o = e.getState();
|
|
21053
21038
|
e.setState({
|
|
21054
21039
|
inspector: {
|
|
21055
21040
|
...o.inspector,
|
|
@@ -21059,13 +21044,13 @@ const Fk = {
|
|
|
21059
21044
|
}
|
|
21060
21045
|
});
|
|
21061
21046
|
}
|
|
21062
|
-
},
|
|
21047
|
+
}, Fk = {
|
|
21063
21048
|
id: "fix-prompt",
|
|
21064
21049
|
title: "Fix Prompt",
|
|
21065
21050
|
icon: pi,
|
|
21066
|
-
component:
|
|
21051
|
+
component: Nk,
|
|
21067
21052
|
priority: 10
|
|
21068
|
-
},
|
|
21053
|
+
}, _k = {
|
|
21069
21054
|
id: "fix-prompt",
|
|
21070
21055
|
name: "Fix Prompt Generator",
|
|
21071
21056
|
version: "1.0.0",
|
|
@@ -21080,11 +21065,11 @@ const Fk = {
|
|
|
21080
21065
|
/**
|
|
21081
21066
|
* Toolbar actions contributed by this plugin
|
|
21082
21067
|
*/
|
|
21083
|
-
toolbarActions: [
|
|
21068
|
+
toolbarActions: [Dk],
|
|
21084
21069
|
/**
|
|
21085
21070
|
* Inspector panels contributed by this plugin
|
|
21086
21071
|
*/
|
|
21087
|
-
inspectorPanels: [
|
|
21072
|
+
inspectorPanels: [Fk],
|
|
21088
21073
|
/**
|
|
21089
21074
|
* No custom state slice needed - this plugin only reads from ESLint plugin state
|
|
21090
21075
|
*/
|
|
@@ -21095,18 +21080,18 @@ const Fk = {
|
|
|
21095
21080
|
initialize: void 0
|
|
21096
21081
|
};
|
|
21097
21082
|
let Da = !1;
|
|
21098
|
-
function
|
|
21083
|
+
function zk(e) {
|
|
21099
21084
|
if (typeof document > "u" || Da) return;
|
|
21100
21085
|
const t = document.createElement("style");
|
|
21101
21086
|
t.setAttribute("data-uilint-devtools-styles", "true"), t.textContent = e, document.head.appendChild(t), Da = !0;
|
|
21102
21087
|
}
|
|
21103
|
-
const Vk = `@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-300:oklch(80.8% .114 19.571);--color-red-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-red-900:oklch(39.6% .141 25.723);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-700:oklch(55.5% .163 48.998);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-700:oklch(50.8% .118 165.612);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-700:oklch(48.8% .243 264.376);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-zinc-50:oklch(98.5% 0 0);--color-zinc-100:oklch(96.7% .001 286.375);--color-zinc-200:oklch(92% .004 286.32);--color-zinc-300:oklch(87.1% .006 286.286);--color-zinc-400:oklch(70.5% .015 286.067);--color-zinc-500:oklch(55.2% .016 285.938);--color-zinc-700:oklch(37% .013 285.805);--color-zinc-800:oklch(27.4% .006 286.033);--color-zinc-900:oklch(21% .006 285.885);--color-zinc-950:oklch(14.1% .005 285.823);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-extralight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-md:12px;--blur-lg:16px;--blur-xl:24px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-tile-rule:var(--uilint-tile-rule);--color-tile-file:var(--uilint-tile-file)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components{.dev-tool-root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}}@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.-top-1{top:calc(var(--spacing)*-1)}.top-0{top:calc(var(--spacing)*0)}.top-2{top:calc(var(--spacing)*2)}.top-2\\.5{top:calc(var(--spacing)*2.5)}.top-3{top:calc(var(--spacing)*3)}.top-full{top:100%}.-right-1{right:calc(var(--spacing)*-1)}.right-0{right:calc(var(--spacing)*0)}.-bottom-1{bottom:calc(var(--spacing)*-1)}.left-0{left:calc(var(--spacing)*0)}.left-3{left:calc(var(--spacing)*3)}.left-4{left:calc(var(--spacing)*4)}.isolate{isolation:isolate}.z-10{z-index:10}.z-50{z-index:50}.z-90{z-index:90}.z-\\[99997\\]{z-index:99997}.z-\\[99998\\]{z-index:99998}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-0{margin-inline:calc(var(--spacing)*0)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.my-0\\.5{margin-block:calc(var(--spacing)*.5)}.my-1{margin-block:calc(var(--spacing)*1)}.-mt-0\\.5{margin-top:calc(var(--spacing)*-.5)}.mt-0\\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-2\\.5{margin-top:calc(var(--spacing)*2.5)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-auto{margin-top:auto}.-mr-0\\.5{margin-right:calc(var(--spacing)*-.5)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-0\\.5{margin-bottom:calc(var(--spacing)*.5)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-none{-webkit-line-clamp:unset;-webkit-box-orient:horizontal;display:block;overflow:visible}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.size-full{width:100%;height:100%}.h-1{height:calc(var(--spacing)*1)}.h-1\\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\\.5{height:calc(var(--spacing)*2.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-20{height:calc(var(--spacing)*20)}.h-\\[18px\\]{height:18px}.h-\\[200px\\]{height:200px}.h-\\[var\\(--uilint-icon-button-size\\)\\]{height:var(--uilint-icon-button-size)}.h-\\[var\\(--uilint-icon-button-size-lg\\)\\]{height:var(--uilint-icon-button-size-lg)}.h-\\[var\\(--uilint-icon-button-size-sm\\)\\]{height:var(--uilint-icon-button-size-sm)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-\\[2\\.25rem\\]{max-height:2.25rem}.max-h-\\[100px\\]{max-height:100px}.max-h-\\[520px\\]{max-height:520px}.max-h-full{max-height:100%}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-4{min-height:calc(var(--spacing)*4)}.min-h-5{min-height:calc(var(--spacing)*5)}.min-h-6{min-height:calc(var(--spacing)*6)}.min-h-\\[44px\\]{min-height:44px}.min-h-\\[220px\\]{min-height:220px}.min-h-\\[260px\\]{min-height:260px}.w-1{width:calc(var(--spacing)*1)}.w-1\\.5{width:calc(var(--spacing)*1.5)}.w-2{width:calc(var(--spacing)*2)}.w-2\\.5{width:calc(var(--spacing)*2.5)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-10{width:calc(var(--spacing)*10)}.w-12{width:calc(var(--spacing)*12)}.w-20{width:calc(var(--spacing)*20)}.w-\\[30\\%\\]{width:30%}.w-\\[340px\\]{width:340px}.w-\\[364px\\]{width:364px}.w-\\[860px\\]{width:860px}.w-\\[var\\(--uilint-icon-button-size\\)\\]{width:var(--uilint-icon-button-size)}.w-\\[var\\(--uilint-icon-button-size-lg\\)\\]{width:var(--uilint-icon-button-size-lg)}.w-\\[var\\(--uilint-icon-button-size-sm\\)\\]{width:var(--uilint-icon-button-size-sm)}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.max-w-\\[120px\\]{max-width:120px}.max-w-\\[140px\\]{max-width:140px}.max-w-\\[320px\\]{max-width:320px}.max-w-\\[580px\\]{max-width:580px}.max-w-\\[calc\\(100\\%-1rem\\)\\]{max-width:calc(100% - 1rem)}.max-w-full{max-width:100%}.max-w-sm{max-width:var(--container-sm)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-4{min-width:calc(var(--spacing)*4)}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-6{min-width:calc(var(--spacing)*6)}.min-w-\\[18px\\]{min-width:18px}.min-w-\\[44px\\]{min-width:44px}.min-w-\\[80px\\]{min-width:80px}.min-w-\\[120px\\]{min-width:120px}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-center{transform-origin:50%}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize{resize:both}.resize-none{resize:none}.appearance-none{appearance:none}.columns-2{columns:2}.break-inside-avoid{break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-0\\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-1\\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-3{column-gap:calc(var(--spacing)*3)}.gap-y-1{row-gap:calc(var(--spacing)*1)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.\\[border-radius\\:var\\(--uilint-card-radius\\)\\]{border-radius:var(--uilint-card-radius)}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\\[0\\.8rem\\]{border-radius:.8rem}.rounded-\\[10px\\]{border-radius:10px}.rounded-\\[20px\\]{border-radius:20px}.rounded-\\[calc\\(var\\(--uilint-icon-button-radius\\)\\+2px\\)\\]{border-radius:calc(var(--uilint-icon-button-radius) + 2px)}.rounded-\\[calc\\(var\\(--uilint-icon-button-radius\\)-2px\\)\\]{border-radius:calc(var(--uilint-icon-button-radius) - 2px)}.rounded-\\[calc\\(var\\(--uilint-input-radius\\)\\+2px\\)\\]{border-radius:calc(var(--uilint-input-radius) + 2px)}.rounded-\\[calc\\(var\\(--uilint-input-radius\\)-2px\\)\\]{border-radius:calc(var(--uilint-input-radius) - 2px)}.rounded-\\[inherit\\]{border-radius:inherit}.rounded-\\[var\\(--uilint-button-radius\\)\\]{border-radius:var(--uilint-button-radius)}.rounded-\\[var\\(--uilint-icon-button-radius\\)\\]{border-radius:var(--uilint-icon-button-radius)}.rounded-\\[var\\(--uilint-input-radius\\)\\]{border-radius:var(--uilint-input-radius)}.rounded-\\[var\\(--uilint-radius\\,12px\\)\\]{border-radius:var(--uilint-radius,12px)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--uilint-radius-lg)}.rounded-md{border-radius:var(--uilint-radius)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--uilint-radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-tr-2xl{border-top-right-radius:var(--radius-2xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-l-\\[3px\\]{border-left-style:var(--tw-border-style);border-left-width:3px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-\\[var\\(--uilint-error\\)\\]{border-color:var(--uilint-error)}.border-\\[var\\(--uilint-glass-border\\)\\]{border-color:var(--uilint-glass-border)}.border-\\[var\\(--uilint-input-border\\)\\]{border-color:var(--uilint-input-border)}.border-\\[var\\(--uilint-kbd-border\\,rgba\\(0\\,0\\,0\\,0\\.1\\)\\)\\]{border-color:var(--uilint-kbd-border,#0000001a)}.border-\\[var\\(--uilint-kbd-border-subtle\\,transparent\\)\\]{border-color:var(--uilint-kbd-border-subtle,transparent)}.border-accent,.border-accent\\/30{border-color:var(--uilint-accent)}@supports (color:color-mix(in lab,red,red)){.border-accent\\/30{border-color:color-mix(in oklab,var(--uilint-accent)30%,transparent)}}.border-border{border-color:var(--uilint-border)}.border-current\\/20{border-color:currentColor}@supports (color:color-mix(in lab,red,red)){.border-current\\/20{border-color:color-mix(in oklab,currentcolor 20%,transparent)}}.border-error,.border-error\\/20{border-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.border-error\\/20{border-color:color-mix(in oklab,var(--uilint-error)20%,transparent)}}.border-error\\/30{border-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.border-error\\/30{border-color:color-mix(in oklab,var(--uilint-error)30%,transparent)}}.border-error\\/50{border-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.border-error\\/50{border-color:color-mix(in oklab,var(--uilint-error)50%,transparent)}}.border-foreground\\/10{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/10{border-color:color-mix(in oklab,var(--uilint-foreground)10%,transparent)}}.border-foreground\\/12{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/12{border-color:color-mix(in oklab,var(--uilint-foreground)12%,transparent)}}.border-foreground\\/15{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/15{border-color:color-mix(in oklab,var(--uilint-foreground)15%,transparent)}}.border-foreground\\/\\[0\\.1\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.1\\]{border-color:color-mix(in oklab,var(--uilint-foreground)10%,transparent)}}.border-foreground\\/\\[0\\.02\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.02\\]{border-color:color-mix(in oklab,var(--uilint-foreground)2%,transparent)}}.border-foreground\\/\\[0\\.03\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.03\\]{border-color:color-mix(in oklab,var(--uilint-foreground)3%,transparent)}}.border-foreground\\/\\[0\\.04\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.04\\]{border-color:color-mix(in oklab,var(--uilint-foreground)4%,transparent)}}.border-foreground\\/\\[0\\.05\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.05\\]{border-color:color-mix(in oklab,var(--uilint-foreground)5%,transparent)}}.border-foreground\\/\\[0\\.06\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.06\\]{border-color:color-mix(in oklab,var(--uilint-foreground)6%,transparent)}}.border-foreground\\/\\[0\\.08\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.08\\]{border-color:color-mix(in oklab,var(--uilint-foreground)8%,transparent)}}.border-foreground\\/\\[0\\.12\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.12\\]{border-color:color-mix(in oklab,var(--uilint-foreground)12%,transparent)}}.border-glass-border{border-color:var(--uilint-glass-border)}.border-info,.border-info\\/20{border-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.border-info\\/20{border-color:color-mix(in oklab,var(--uilint-info)20%,transparent)}}.border-info\\/30{border-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.border-info\\/30{border-color:color-mix(in oklab,var(--uilint-info)30%,transparent)}}.border-muted-foreground\\/30{border-color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.border-muted-foreground\\/30{border-color:color-mix(in oklab,var(--uilint-text-muted)30%,transparent)}}.border-purple-500\\/10{border-color:#ac4bff1a}@supports (color:color-mix(in lab,red,red)){.border-purple-500\\/10{border-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}}.border-transparent{border-color:#0000}.border-warning,.border-warning\\/20{border-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\\/20{border-color:color-mix(in oklab,var(--uilint-warning)20%,transparent)}}.border-warning\\/30{border-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\\/30{border-color:color-mix(in oklab,var(--uilint-warning)30%,transparent)}}.border-white\\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.border-zinc-200{border-color:var(--color-zinc-200)}.border-zinc-950\\/10{border-color:#09090b1a}@supports (color:color-mix(in lab,red,red)){.border-zinc-950\\/10{border-color:color-mix(in oklab,var(--color-zinc-950)10%,transparent)}}.border-t-muted-foreground{border-top-color:var(--uilint-text-muted)}.border-t-transparent{border-top-color:#0000}.border-l-error\\/50{border-left-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.border-l-error\\/50{border-left-color:color-mix(in oklab,var(--uilint-error)50%,transparent)}}.border-l-foreground\\/20{border-left-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-l-foreground\\/20{border-left-color:color-mix(in oklab,var(--uilint-foreground)20%,transparent)}}.border-l-info,.border-l-info\\/50{border-left-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.border-l-info\\/50{border-left-color:color-mix(in oklab,var(--uilint-info)50%,transparent)}}.border-l-transparent{border-left-color:#0000}.border-l-warning,.border-l-warning\\/50{border-left-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.border-l-warning\\/50{border-left-color:color-mix(in oklab,var(--uilint-warning)50%,transparent)}}.bg-\\[rgba\\(128\\,128\\,128\\,0\\.15\\)\\]{background-color:#80808026}.bg-\\[var\\(--uilint-button-default-bg\\)\\]{background-color:var(--uilint-button-default-bg)}.bg-\\[var\\(--uilint-button-destructive-bg\\)\\]{background-color:var(--uilint-button-destructive-bg)}.bg-\\[var\\(--uilint-button-ghost-bg\\)\\]{background-color:var(--uilint-button-ghost-bg)}.bg-\\[var\\(--uilint-button-glass-bg\\)\\]{background-color:var(--uilint-button-glass-bg)}.bg-\\[var\\(--uilint-button-outline-bg\\)\\]{background-color:var(--uilint-button-outline-bg)}.bg-\\[var\\(--uilint-button-secondary-bg\\)\\]{background-color:var(--uilint-button-secondary-bg)}.bg-\\[var\\(--uilint-glass\\)\\]{background-color:var(--uilint-glass)}.bg-\\[var\\(--uilint-glass-medium\\)\\]{background-color:var(--uilint-glass-medium)}.bg-\\[var\\(--uilint-hover\\)\\]{background-color:var(--uilint-hover)}.bg-\\[var\\(--uilint-input-bg\\)\\]{background-color:var(--uilint-input-bg)}.bg-\\[var\\(--uilint-kbd-background\\,linear-gradient\\(180deg\\,\\#ffffff_0\\%\\,\\#f3f4f6_100\\%\\)\\)\\]{background-color:var(--uilint-kbd-background,linear-gradient(180deg,#fff 0%,#f3f4f6 100%))}.bg-\\[var\\(--uilint-kbd-background-subtle\\,rgba\\(0\\,0\\,0\\,0\\.04\\)\\)\\]{background-color:var(--uilint-kbd-background-subtle,#0000000a)}.bg-accent,.bg-accent\\/10{background-color:var(--uilint-accent)}@supports (color:color-mix(in lab,red,red)){.bg-accent\\/10{background-color:color-mix(in oklab,var(--uilint-accent)10%,transparent)}}.bg-accent\\/15{background-color:var(--uilint-accent)}@supports (color:color-mix(in lab,red,red)){.bg-accent\\/15{background-color:color-mix(in oklab,var(--uilint-accent)15%,transparent)}}.bg-amber-500\\/20{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\\/20{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.bg-background,.bg-background\\/40{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/40{background-color:color-mix(in oklab,var(--uilint-background)40%,transparent)}}.bg-background\\/50{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/50{background-color:color-mix(in oklab,var(--uilint-background)50%,transparent)}}.bg-background\\/60{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/60{background-color:color-mix(in oklab,var(--uilint-background)60%,transparent)}}.bg-background\\/80{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/80{background-color:color-mix(in oklab,var(--uilint-background)80%,transparent)}}.bg-background\\/95{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/95{background-color:color-mix(in oklab,var(--uilint-background)95%,transparent)}}.bg-blue-300\\/20{background-color:#90c5ff33}@supports (color:color-mix(in lab,red,red)){.bg-blue-300\\/20{background-color:color-mix(in oklab,var(--color-blue-300)20%,transparent)}}.bg-emerald-500\\/20{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\\/20{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.bg-error{background-color:var(--uilint-error)}.bg-error-bg{background-color:var(--uilint-error-bg)}.bg-error\\/10{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/10{background-color:color-mix(in oklab,var(--uilint-error)10%,transparent)}}.bg-error\\/60{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/60{background-color:color-mix(in oklab,var(--uilint-error)60%,transparent)}}.bg-error\\/70{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/70{background-color:color-mix(in oklab,var(--uilint-error)70%,transparent)}}.bg-error\\/80{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/80{background-color:color-mix(in oklab,var(--uilint-error)80%,transparent)}}.bg-error\\/\\[0\\.04\\]{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/\\[0\\.04\\]{background-color:color-mix(in oklab,var(--uilint-error)4%,transparent)}}.bg-error\\/\\[0\\.06\\]{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--uilint-error)6%,transparent)}}.bg-foreground,.bg-foreground\\/\\[0\\.01\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.01\\]{background-color:color-mix(in oklab,var(--uilint-foreground)1%,transparent)}}.bg-foreground\\/\\[0\\.02\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.02\\]{background-color:color-mix(in oklab,var(--uilint-foreground)2%,transparent)}}.bg-foreground\\/\\[0\\.03\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.03\\]{background-color:color-mix(in oklab,var(--uilint-foreground)3%,transparent)}}.bg-foreground\\/\\[0\\.04\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.04\\]{background-color:color-mix(in oklab,var(--uilint-foreground)4%,transparent)}}.bg-foreground\\/\\[0\\.05\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.05\\]{background-color:color-mix(in oklab,var(--uilint-foreground)5%,transparent)}}.bg-foreground\\/\\[0\\.06\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--uilint-foreground)6%,transparent)}}.bg-foreground\\/\\[0\\.08\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.08\\]{background-color:color-mix(in oklab,var(--uilint-foreground)8%,transparent)}}.bg-glass-medium{background-color:var(--uilint-glass-medium)}.bg-info{background-color:var(--uilint-info)}.bg-info-bg{background-color:var(--uilint-info-bg)}.bg-info\\/10{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/10{background-color:color-mix(in oklab,var(--uilint-info)10%,transparent)}}.bg-info\\/60{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/60{background-color:color-mix(in oklab,var(--uilint-info)60%,transparent)}}.bg-info\\/70{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/70{background-color:color-mix(in oklab,var(--uilint-info)70%,transparent)}}.bg-info\\/80{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/80{background-color:color-mix(in oklab,var(--uilint-info)80%,transparent)}}.bg-info\\/\\[0\\.04\\]{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/\\[0\\.04\\]{background-color:color-mix(in oklab,var(--uilint-info)4%,transparent)}}.bg-info\\/\\[0\\.06\\]{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--uilint-info)6%,transparent)}}.bg-muted-foreground\\/20{background-color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted-foreground\\/20{background-color:color-mix(in oklab,var(--uilint-text-muted)20%,transparent)}}.bg-muted-foreground\\/30{background-color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted-foreground\\/30{background-color:color-mix(in oklab,var(--uilint-text-muted)30%,transparent)}}.bg-muted-foreground\\/50{background-color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted-foreground\\/50{background-color:color-mix(in oklab,var(--uilint-text-muted)50%,transparent)}}.bg-purple-500\\/\\[0\\.06\\]{background-color:#ac4bff0f}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--color-purple-500)6%,transparent)}}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.bg-red-500\\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.bg-success{background-color:var(--uilint-success)}.bg-success-bg{background-color:var(--uilint-success-bg)}.bg-success\\/20{background-color:var(--uilint-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\\/20{background-color:color-mix(in oklab,var(--uilint-success)20%,transparent)}}.bg-success\\/70{background-color:var(--uilint-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\\/70{background-color:color-mix(in oklab,var(--uilint-success)70%,transparent)}}.bg-surface{background-color:var(--uilint-surface)}.bg-surface-elevated{background-color:var(--uilint-surface-elevated)}.bg-surface\\/95{background-color:var(--uilint-surface)}@supports (color:color-mix(in lab,red,red)){.bg-surface\\/95{background-color:color-mix(in oklab,var(--uilint-surface)95%,transparent)}}.bg-transparent{background-color:#0000}.bg-warning{background-color:var(--uilint-warning)}.bg-warning-bg{background-color:var(--uilint-warning-bg)}.bg-warning\\/10{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/10{background-color:color-mix(in oklab,var(--uilint-warning)10%,transparent)}}.bg-warning\\/60{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/60{background-color:color-mix(in oklab,var(--uilint-warning)60%,transparent)}}.bg-warning\\/70{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/70{background-color:color-mix(in oklab,var(--uilint-warning)70%,transparent)}}.bg-warning\\/80{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/80{background-color:color-mix(in oklab,var(--uilint-warning)80%,transparent)}}.bg-warning\\/\\[0\\.04\\]{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/\\[0\\.04\\]{background-color:color-mix(in oklab,var(--uilint-warning)4%,transparent)}}.bg-warning\\/\\[0\\.06\\]{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--uilint-warning)6%,transparent)}}.bg-white{background-color:var(--color-white)}.bg-zinc-100{background-color:var(--color-zinc-100)}.bg-zinc-100\\/50{background-color:#f4f4f580}@supports (color:color-mix(in lab,red,red)){.bg-zinc-100\\/50{background-color:color-mix(in oklab,var(--color-zinc-100)50%,transparent)}}.bg-zinc-200{background-color:var(--color-zinc-200)}.bg-zinc-900{background-color:var(--color-zinc-900)}.bg-linear-to-br{--tw-gradient-position:to bottom right}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-br{--tw-gradient-position:to bottom right in oklab}}.bg-linear-to-br{background-image:linear-gradient(var(--tw-gradient-stops))}.from-foreground\\/2{--tw-gradient-from:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.from-foreground\\/2{--tw-gradient-from:color-mix(in oklab,var(--uilint-foreground)2%,transparent)}}.from-foreground\\/2{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing)*0)}.p-0\\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-7{padding:calc(var(--spacing)*7)}.p-8{padding:calc(var(--spacing)*8)}.p-\\[1px\\],.p-px{padding:1px}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-12{padding-block:calc(var(--spacing)*12)}.py-14{padding-block:calc(var(--spacing)*14)}.py-16{padding-block:calc(var(--spacing)*16)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-0\\.5{padding-top:calc(var(--spacing)*.5)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-1\\.5{padding-top:calc(var(--spacing)*1.5)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-14{padding-top:calc(var(--spacing)*14)}.pt-\\[100px\\]{padding-top:100px}.pt-\\[env\\(safe-area-inset-top\\,0px\\)\\]{padding-top:env(safe-area-inset-top,0px)}.pr-1\\.25{padding-right:calc(var(--spacing)*1.25)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pb-0{padding-bottom:calc(var(--spacing)*0)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-1\\.5{padding-bottom:calc(var(--spacing)*1.5)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-\\[env\\(safe-area-inset-bottom\\,0px\\)\\]{padding-bottom:env(safe-area-inset-bottom,0px)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-9{padding-left:calc(var(--spacing)*9)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-\\[-apple-system\\,BlinkMacSystemFont\\,\\'SF_Pro_Text\\'\\,\\'Segoe_UI\\'\\,sans-serif\\]{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[9px\\]{font-size:9px}.text-\\[10px\\]{font-size:10px}.text-\\[11px\\]{font-size:11px}.text-\\[13px\\]{font-size:13px}.text-\\[15px\\]{font-size:15px}.text-\\[17px\\]{font-size:17px}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extralight{--tw-font-weight:var(--font-weight-extralight);font-weight:var(--font-weight-extralight)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.\\[color\\:var\\(--uilint-text-primary\\)\\]{color:var(--uilint-text-primary)}.\\[color\\:var\\(--uilint-text-secondary\\)\\]{color:var(--uilint-text-secondary)}.text-\\[var\\(--uilint-button-default-text\\)\\]{color:var(--uilint-button-default-text)}.text-\\[var\\(--uilint-button-destructive-text\\)\\]{color:var(--uilint-button-destructive-text)}.text-\\[var\\(--uilint-button-ghost-text\\)\\]{color:var(--uilint-button-ghost-text)}.text-\\[var\\(--uilint-button-glass-text\\)\\]{color:var(--uilint-button-glass-text)}.text-\\[var\\(--uilint-button-outline-text\\)\\]{color:var(--uilint-button-outline-text)}.text-\\[var\\(--uilint-button-secondary-text\\)\\]{color:var(--uilint-button-secondary-text)}.text-\\[var\\(--uilint-kbd-text\\,\\#6b7280\\)\\]{color:var(--uilint-kbd-text,#6b7280)}.text-\\[var\\(--uilint-kbd-text-subtle\\,\\#9ca3af\\)\\]{color:var(--uilint-kbd-text-subtle,#9ca3af)}.text-\\[var\\(--uilint-text-muted\\)\\]{color:var(--uilint-text-muted)}.text-\\[var\\(--uilint-text-primary\\)\\]{color:var(--uilint-text-primary)}.text-\\[var\\(--uilint-text-secondary\\)\\]{color:var(--uilint-text-secondary)}.text-accent{color:var(--uilint-accent)}.text-accent-foreground{color:var(--uilint-accent-foreground)}.text-amber-700{color:var(--color-amber-700)}.text-blue-700{color:var(--color-blue-700)}.text-emerald-700{color:var(--color-emerald-700)}.text-error,.text-error\\/80{color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.text-error\\/80{color:color-mix(in oklab,var(--uilint-error)80%,transparent)}}.text-foreground,.text-foreground\\/50{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/50{color:color-mix(in oklab,var(--uilint-foreground)50%,transparent)}}.text-foreground\\/60{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/60{color:color-mix(in oklab,var(--uilint-foreground)60%,transparent)}}.text-foreground\\/70{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/70{color:color-mix(in oklab,var(--uilint-foreground)70%,transparent)}}.text-foreground\\/80{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/80{color:color-mix(in oklab,var(--uilint-foreground)80%,transparent)}}.text-foreground\\/85{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/85{color:color-mix(in oklab,var(--uilint-foreground)85%,transparent)}}.text-foreground\\/90{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/90{color:color-mix(in oklab,var(--uilint-foreground)90%,transparent)}}.text-info,.text-info\\/80{color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.text-info\\/80{color:color-mix(in oklab,var(--uilint-info)80%,transparent)}}.text-muted-foreground,.text-muted-foreground\\/30{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/30{color:color-mix(in oklab,var(--uilint-text-muted)30%,transparent)}}.text-muted-foreground\\/40{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/40{color:color-mix(in oklab,var(--uilint-text-muted)40%,transparent)}}.text-muted-foreground\\/50{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/50{color:color-mix(in oklab,var(--uilint-text-muted)50%,transparent)}}.text-muted-foreground\\/60{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/60{color:color-mix(in oklab,var(--uilint-text-muted)60%,transparent)}}.text-muted-foreground\\/70{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/70{color:color-mix(in oklab,var(--uilint-text-muted)70%,transparent)}}.text-purple-500\\/70{color:#ac4bffb3}@supports (color:color-mix(in lab,red,red)){.text-purple-500\\/70{color:color-mix(in oklab,var(--color-purple-500)70%,transparent)}}.text-red-700{color:var(--color-red-700)}.text-success{color:var(--uilint-success)}.text-text-disabled{color:var(--uilint-text-disabled)}.text-text-muted{color:var(--uilint-text-muted)}.text-text-primary{color:var(--uilint-text-primary)}.text-text-secondary{color:var(--uilint-text-secondary)}.text-warning,.text-warning\\/80{color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.text-warning\\/80{color:color-mix(in oklab,var(--uilint-warning)80%,transparent)}}.text-white{color:var(--color-white)}.text-zinc-50{color:var(--color-zinc-50)}.text-zinc-500{color:var(--color-zinc-500)}.text-zinc-900{color:var(--color-zinc-900)}.text-zinc-950{color:var(--color-zinc-950)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[0_0_0_1px_rgba\\(0\\,0\\,0\\,0\\.08\\)\\,0px_2px_2px_rgba\\(0\\,0\\,0\\,0\\.04\\)\\,0px_8px_16px_-4px_rgba\\(0\\,0\\,0\\,0\\.04\\)\\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,#00000014),0px 2px 2px var(--tw-shadow-color,#0000000a),0px 8px 16px -4px var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[0px_1px_1px_0px_hsla\\(0\\,0\\%\\,0\\%\\,0\\.02\\)_inset\\,0px_1px_1px_0px_hsla\\(0\\,0\\%\\,0\\%\\,0\\.02\\)_inset\\,0px_0px_0px_1px_rgba\\(255\\,255\\,255\\,0\\.25\\)\\]{--tw-shadow:0px 1px 1px 0px var(--tw-shadow-color,#00000005)inset,0px 1px 1px 0px var(--tw-shadow-color,#00000005)inset,0px 0px 0px 1px var(--tw-shadow-color,#ffffff40);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[0px_1px_1px_0px_rgba\\(0\\,0\\,0\\,0\\.05\\)\\,0px_1px_1px_0px_rgba\\(255\\,252\\,240\\,0\\.5\\)_inset\\,0px_0px_0px_1px_hsla\\(0\\,0\\%\\,100\\%\\,0\\.1\\)_inset\\,0px_0px_1px_0px_rgba\\(28\\,27\\,26\\,0\\.5\\)\\]{--tw-shadow:0px 1px 1px 0px var(--tw-shadow-color,#0000000d),0px 1px 1px 0px var(--tw-shadow-color,#fffcf080)inset,0px 0px 0px 1px var(--tw-shadow-color,#ffffff1a)inset,0px 0px 1px 0px var(--tw-shadow-color,#1c1b1a80);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[inset_0_0_1px_1px_hsl\\(var\\(--border\\)\\/0\\.3\\)\\]{--tw-shadow:inset 0 0 1px 1px var(--tw-shadow-color,hsl(var(--border)/.3));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[var\\(--uilint-button-shadow\\)\\]{--tw-shadow:var(--uilint-button-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[var\\(--uilint-kbd-shadow\\,0_1px_0_rgba\\(0\\,0\\,0\\,0\\.08\\)\\)\\]{--tw-shadow:var(--uilint-kbd-shadow,0 1px 0 #00000014);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:var(--uilint-shadow-lg);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:var(--uilint-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:var(--uilint-card-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring,.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.\\[box-shadow\\:var\\(--uilint-card-elevated-shadow\\)\\]{box-shadow:var(--uilint-card-elevated-shadow)}.\\[box-shadow\\:var\\(--uilint-card-shadow\\)\\]{box-shadow:var(--uilint-card-shadow)}.shadow-black\\/10{--tw-shadow-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.shadow-black\\/10{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-black)10%,transparent)var(--tw-shadow-alpha),transparent)}}.ring-foreground\\/20{--tw-ring-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.ring-foreground\\/20{--tw-ring-color:color-mix(in oklab,var(--uilint-foreground)20%,transparent)}}.ring-zinc-200\\/50{--tw-ring-color:#e4e4e780}@supports (color:color-mix(in lab,red,red)){.ring-zinc-200\\/50{--tw-ring-color:color-mix(in oklab,var(--color-zinc-200)50%,transparent)}}.ring-offset-white{--tw-ring-offset-color:var(--color-white)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-lg{--tw-blur:blur(var(--blur-lg));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-md{--tw-blur:blur(var(--blur-md));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-sm{--tw-blur:blur(var(--blur-sm));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-\\[1px\\]{--tw-backdrop-blur:blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-\\[var\\(--uilint-glass-blur-medium\\)\\]{--tw-backdrop-blur:blur(var(--uilint-glass-blur-medium));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-md{--tw-backdrop-blur:blur(var(--blur-md));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.\\[backdrop-filter\\:blur\\(var\\(--uilint-glass-blur-medium\\)\\)\\]{-webkit-backdrop-filter:blur(var(--uilint-glass-blur-medium));backdrop-filter:blur(var(--uilint-glass-blur-medium))}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[colors\\]{transition-property:colors;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[scale\\]{transition-property:scale;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[width\\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-75{--tw-duration:75ms;transition-duration:75ms}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.\\[-ms-overflow-style\\:none\\]{-ms-overflow-style:none}.\\[-webkit-overflow-scrolling\\:touch\\]{-webkit-overflow-scrolling:touch}.\\[background\\:var\\(--uilint-card-bg\\)\\]{background:var(--uilint-card-bg)}.\\[background\\:var\\(--uilint-card-elevated-bg\\)\\]{background:var(--uilint-card-elevated-bg)}.\\[background\\:var\\(--uilint-card-glass-bg\\)\\]{background:var(--uilint-card-glass-bg)}.\\[border-top\\:1px_solid_var\\(--uilint-card-border\\)\\]{border-top:1px solid var(--uilint-card-border)}.\\[border\\:1px_solid_var\\(--uilint-card-border\\)\\]{border:1px solid var(--uilint-card-border)}.\\[border\\:1px_solid_var\\(--uilint-card-glass-border\\)\\]{border:1px solid var(--uilint-card-glass-border)}.\\[scrollbar-width\\:thin\\]{scrollbar-width:thin}@media(hover:hover){.group-hover\\:text-muted-foreground\\/60:is(:where(.group):hover *){color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.group-hover\\:text-muted-foreground\\/60:is(:where(.group):hover *){color:color-mix(in oklab,var(--uilint-text-muted)60%,transparent)}}.group-hover\\:opacity-100:is(:where(.group):hover *){opacity:1}}.file\\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.placeholder\\:text-\\[var\\(--uilint-input-placeholder\\)\\]::placeholder{color:var(--uilint-input-placeholder)}.placeholder\\:text-muted-foreground\\/40::placeholder{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.placeholder\\:text-muted-foreground\\/40::placeholder{color:color-mix(in oklab,var(--uilint-text-muted)40%,transparent)}}.before\\:absolute:before{content:var(--tw-content);position:absolute}.before\\:inset-x-0:before{content:var(--tw-content);inset-inline:calc(var(--spacing)*0)}.before\\:inset-y-0:before{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.before\\:top-0:before{content:var(--tw-content);top:calc(var(--spacing)*0)}.before\\:left-0:before{content:var(--tw-content);left:calc(var(--spacing)*0)}.before\\:h-\\(--top-fade-height\\):before{content:var(--tw-content);height:var(--top-fade-height)}.before\\:h-px:before{content:var(--tw-content);height:1px}.before\\:w-\\(--left-fade-width\\):before{content:var(--tw-content);width:var(--left-fade-width)}.before\\:bg-gradient-to-b:before{content:var(--tw-content);--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.before\\:bg-gradient-to-r:before{content:var(--tw-content);--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.before\\:from-background:before{content:var(--tw-content);--tw-gradient-from:var(--uilint-background);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.before\\:to-transparent:before{content:var(--tw-content);--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.before\\:opacity-0:before{content:var(--tw-content);opacity:0}.before\\:opacity-100:before{content:var(--tw-content);opacity:1}.before\\:transition-\\[height\\,opacity\\]:before{content:var(--tw-content);transition-property:height,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.before\\:transition-\\[width\\,opacity\\]:before{content:var(--tw-content);transition-property:width,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.before\\:duration-300:before{content:var(--tw-content);--tw-duration:.3s;transition-duration:.3s}.before\\:\\[background\\:var\\(--uilint-glass-highlight\\)\\]:before{content:var(--tw-content);background:var(--uilint-glass-highlight)}.after\\:absolute:after{content:var(--tw-content);position:absolute}.after\\:inset-x-0:after{content:var(--tw-content);inset-inline:calc(var(--spacing)*0)}.after\\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.after\\:right-0:after{content:var(--tw-content);right:calc(var(--spacing)*0)}.after\\:bottom-0:after{content:var(--tw-content);bottom:calc(var(--spacing)*0)}.after\\:h-\\(--bottom-fade-height\\):after{content:var(--tw-content);height:var(--bottom-fade-height)}.after\\:w-\\(--right-fade-width\\):after{content:var(--tw-content);width:var(--right-fade-width)}.after\\:bg-gradient-to-l:after{content:var(--tw-content);--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.after\\:bg-gradient-to-t:after{content:var(--tw-content);--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.after\\:from-background:after{content:var(--tw-content);--tw-gradient-from:var(--uilint-background);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.after\\:to-transparent:after{content:var(--tw-content);--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.after\\:opacity-0:after{content:var(--tw-content);opacity:0}.after\\:opacity-100:after{content:var(--tw-content);opacity:1}.after\\:transition-\\[height\\,opacity\\]:after{content:var(--tw-content);transition-property:height,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.after\\:transition-\\[width\\,opacity\\]:after{content:var(--tw-content);transition-property:width,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.after\\:duration-300:after{content:var(--tw-content);--tw-duration:.3s;transition-duration:.3s}.last\\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media(hover:hover){.hover\\:border-foreground\\/\\[0\\.08\\]:hover{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:border-foreground\\/\\[0\\.08\\]:hover{border-color:color-mix(in oklab,var(--uilint-foreground)8%,transparent)}}.hover\\:bg-\\[var\\(--uilint-active\\)\\]:hover{background-color:var(--uilint-active)}.hover\\:bg-\\[var\\(--uilint-button-destructive-bg\\)\\]\\/90:hover{background-color:var(--uilint-button-destructive-bg)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-\\[var\\(--uilint-button-destructive-bg\\)\\]\\/90:hover{background-color:color-mix(in oklab,var(--uilint-button-destructive-bg)90%,transparent)}}.hover\\:bg-\\[var\\(--uilint-button-ghost-text\\)\\]\\/10:hover{background-color:var(--uilint-button-ghost-text)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-\\[var\\(--uilint-button-ghost-text\\)\\]\\/10:hover{background-color:color-mix(in oklab,var(--uilint-button-ghost-text)10%,transparent)}}.hover\\:bg-\\[var\\(--uilint-button-outline-text\\)\\]\\/10:hover{background-color:var(--uilint-button-outline-text)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-\\[var\\(--uilint-button-outline-text\\)\\]\\/10:hover{background-color:color-mix(in oklab,var(--uilint-button-outline-text)10%,transparent)}}.hover\\:bg-\\[var\\(--uilint-button-secondary-bg\\)\\]\\/80:hover{background-color:var(--uilint-button-secondary-bg)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-\\[var\\(--uilint-button-secondary-bg\\)\\]\\/80:hover{background-color:color-mix(in oklab,var(--uilint-button-secondary-bg)80%,transparent)}}.hover\\:bg-\\[var\\(--uilint-glass-medium\\)\\]:hover{background-color:var(--uilint-glass-medium)}.hover\\:bg-\\[var\\(--uilint-hover\\)\\]:hover{background-color:var(--uilint-hover)}.hover\\:bg-error\\/10:hover{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-error\\/10:hover{background-color:color-mix(in oklab,var(--uilint-error)10%,transparent)}}.hover\\:bg-foreground\\/6:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/6:hover{background-color:color-mix(in oklab,var(--uilint-foreground)6%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.02\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.02\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)2%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.03\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.03\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)3%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.04\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.04\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)4%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.05\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.05\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)5%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.06\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.06\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)6%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.08\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.08\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)8%,transparent)}}.hover\\:bg-info\\/10:hover{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-info\\/10:hover{background-color:color-mix(in oklab,var(--uilint-info)10%,transparent)}}.hover\\:bg-red-500\\/80:hover{background-color:#fb2c36cc}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-red-500\\/80:hover{background-color:color-mix(in oklab,var(--color-red-500)80%,transparent)}}.hover\\:bg-red-500\\/90:hover{background-color:#fb2c36e6}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-red-500\\/90:hover{background-color:color-mix(in oklab,var(--color-red-500)90%,transparent)}}.hover\\:bg-warning\\/10:hover{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-warning\\/10:hover{background-color:color-mix(in oklab,var(--uilint-warning)10%,transparent)}}.hover\\:bg-white\\/30:hover{background-color:#ffffff4d}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-white\\/30:hover{background-color:color-mix(in oklab,var(--color-white)30%,transparent)}}.hover\\:bg-zinc-100:hover{background-color:var(--color-zinc-100)}.hover\\:bg-zinc-100\\/60:hover{background-color:#f4f4f599}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-zinc-100\\/60:hover{background-color:color-mix(in oklab,var(--color-zinc-100)60%,transparent)}}.hover\\:bg-zinc-100\\/80:hover{background-color:#f4f4f5cc}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-zinc-100\\/80:hover{background-color:color-mix(in oklab,var(--color-zinc-100)80%,transparent)}}.hover\\:bg-zinc-900\\/80:hover{background-color:#18181bcc}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-zinc-900\\/80:hover{background-color:color-mix(in oklab,var(--color-zinc-900)80%,transparent)}}.hover\\:bg-zinc-900\\/90:hover{background-color:#18181be6}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-zinc-900\\/90:hover{background-color:color-mix(in oklab,var(--color-zinc-900)90%,transparent)}}.hover\\:text-\\[var\\(--uilint-text-primary\\)\\]:hover{color:var(--uilint-text-primary)}.hover\\:text-\\[var\\(--uilint-text-secondary\\)\\]:hover{color:var(--uilint-text-secondary)}.hover\\:text-foreground:hover,.hover\\:text-foreground\\/70:hover{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-foreground\\/70:hover{color:color-mix(in oklab,var(--uilint-foreground)70%,transparent)}}.hover\\:text-foreground\\/80:hover{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-foreground\\/80:hover{color:color-mix(in oklab,var(--uilint-foreground)80%,transparent)}}.hover\\:text-muted-foreground:hover,.hover\\:text-muted-foreground\\/70:hover{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-muted-foreground\\/70:hover{color:color-mix(in oklab,var(--uilint-text-muted)70%,transparent)}}.hover\\:text-muted-foreground\\/80:hover{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-muted-foreground\\/80:hover{color:color-mix(in oklab,var(--uilint-text-muted)80%,transparent)}}.hover\\:text-zinc-800:hover{color:var(--color-zinc-800)}.hover\\:text-zinc-900:hover{color:var(--color-zinc-900)}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:opacity-100:hover{opacity:1}.hover\\:shadow-\\[var\\(--uilint-button-shadow-hover\\)\\]:hover{--tw-shadow:var(--uilint-button-shadow-hover);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\\:brightness-\\[0\\.97\\]:hover{--tw-brightness:brightness(.97);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}.focus\\:border-\\[var\\(--uilint-error\\)\\]:focus{border-color:var(--uilint-error)}.focus\\:border-\\[var\\(--uilint-input-border-focus\\)\\]:focus{border-color:var(--uilint-input-border-focus)}.focus\\:border-error:focus{border-color:var(--uilint-error)}.focus\\:border-foreground\\/\\[0\\.12\\]:focus{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.focus\\:border-foreground\\/\\[0\\.12\\]:focus{border-color:color-mix(in oklab,var(--uilint-foreground)12%,transparent)}}.focus\\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-foreground\\/20:focus{--tw-ring-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.focus\\:ring-foreground\\/20:focus{--tw-ring-color:color-mix(in oklab,var(--uilint-foreground)20%,transparent)}}.focus\\:ring-zinc-950:focus{--tw-ring-color:var(--color-zinc-950)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-\\[var\\(--uilint-button-default-bg\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-default-bg)}.focus-visible\\:ring-\\[var\\(--uilint-button-destructive-bg\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-destructive-bg)}.focus-visible\\:ring-\\[var\\(--uilint-button-ghost-text\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-ghost-text)}.focus-visible\\:ring-\\[var\\(--uilint-button-outline-text\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-outline-text)}.focus-visible\\:ring-\\[var\\(--uilint-button-secondary-bg\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-secondary-bg)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color:var(--uilint-border-focus)}.focus-visible\\:ring-white\\/50:focus-visible{--tw-ring-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.focus-visible\\:ring-white\\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.focus-visible\\:ring-zinc-950:focus-visible{--tw-ring-color:var(--color-zinc-950)}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\\:scale-x-98:active{--tw-scale-x:98%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\\:scale-y-95:active{--tw-scale-y:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\\:scale-\\[0\\.98\\]:active{scale:.98}.active\\:bg-zinc-100\\/70:active{background-color:#f4f4f5b3}@supports (color:color-mix(in lab,red,red)){.active\\:bg-zinc-100\\/70:active{background-color:color-mix(in oklab,var(--color-zinc-100)70%,transparent)}}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-40:disabled{opacity:.4}.disabled\\:opacity-50:disabled{opacity:.5}@media(min-width:40rem){.sm\\:inline{display:inline}.sm\\:h-5{height:calc(var(--spacing)*5)}.sm\\:min-h-0{min-height:calc(var(--spacing)*0)}.sm\\:w-5{width:calc(var(--spacing)*5)}.sm\\:max-w-\\[calc\\(100\\%-2rem\\)\\]{max-width:calc(100% - 2rem)}.sm\\:max-w-lg{max-width:var(--container-lg)}.sm\\:columns-3{columns:3}.sm\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\\:rounded-lg{border-radius:var(--uilint-radius-lg)}.sm\\:rounded-xl{border-radius:var(--radius-xl)}.sm\\:p-1\\.5{padding:calc(var(--spacing)*1.5)}.sm\\:p-3{padding:calc(var(--spacing)*3)}.sm\\:px-0{padding-inline:calc(var(--spacing)*0)}.sm\\:px-2{padding-inline:calc(var(--spacing)*2)}.sm\\:px-4{padding-inline:calc(var(--spacing)*4)}.sm\\:py-4{padding-block:calc(var(--spacing)*4)}.sm\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\\:shadow-\\[inset_0_0_2px_1px_hsl\\(var\\(--border\\)\\/0\\.3\\)\\]{--tw-shadow:inset 0 0 2px 1px var(--tw-shadow-color,hsl(var(--border)/.3));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media(min-width:48rem){.md\\:max-w-\\[calc\\(100\\%-4rem\\)\\]{max-width:calc(100% - 4rem)}.md\\:rounded-3xl{border-radius:var(--radius-3xl)}.md\\:rounded-\\[2rem\\]{border-radius:2rem}.md\\:p-2{padding:calc(var(--spacing)*2)}.md\\:p-4{padding:calc(var(--spacing)*4)}}@media(prefers-color-scheme:dark){.dark\\:border-purple-400\\/10{border-color:#c07eff1a}@supports (color:color-mix(in lab,red,red)){.dark\\:border-purple-400\\/10{border-color:color-mix(in oklab,var(--color-purple-400)10%,transparent)}}.dark\\:border-zinc-50\\/10{border-color:#fafafa1a}@supports (color:color-mix(in lab,red,red)){.dark\\:border-zinc-50\\/10{border-color:color-mix(in oklab,var(--color-zinc-50)10%,transparent)}}.dark\\:border-zinc-800{border-color:var(--color-zinc-800)}.dark\\:bg-amber-500\\/25{background-color:#f99c0040}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-amber-500\\/25{background-color:color-mix(in oklab,var(--color-amber-500)25%,transparent)}}.dark\\:bg-blue-500\\/20{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-blue-500\\/20{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.dark\\:bg-emerald-500\\/25{background-color:#00bb7f40}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-emerald-500\\/25{background-color:color-mix(in oklab,var(--color-emerald-500)25%,transparent)}}.dark\\:bg-purple-400\\/\\[0\\.06\\]{background-color:#c07eff0f}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-purple-400\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--color-purple-400)6%,transparent)}}.dark\\:bg-red-500\\/25{background-color:#fb2c3640}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-red-500\\/25{background-color:color-mix(in oklab,var(--color-red-500)25%,transparent)}}.dark\\:bg-red-900{background-color:var(--color-red-900)}.dark\\:bg-zinc-50{background-color:var(--color-zinc-50)}.dark\\:bg-zinc-100{background-color:var(--color-zinc-100)}.dark\\:bg-zinc-700{background-color:var(--color-zinc-700)}.dark\\:bg-zinc-800{background-color:var(--color-zinc-800)}.dark\\:bg-zinc-800\\/50{background-color:#27272a80}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-zinc-800\\/50{background-color:color-mix(in oklab,var(--color-zinc-800)50%,transparent)}}.dark\\:bg-zinc-950{background-color:var(--color-zinc-950)}.dark\\:text-amber-300{color:var(--color-amber-300)}.dark\\:text-blue-400{color:var(--color-blue-400)}.dark\\:text-emerald-300{color:var(--color-emerald-300)}.dark\\:text-purple-400\\/70{color:#c07effb3}@supports (color:color-mix(in lab,red,red)){.dark\\:text-purple-400\\/70{color:color-mix(in oklab,var(--color-purple-400)70%,transparent)}}.dark\\:text-red-300{color:var(--color-red-300)}.dark\\:text-zinc-50{color:var(--color-zinc-50)}.dark\\:text-zinc-100{color:var(--color-zinc-100)}.dark\\:text-zinc-400{color:var(--color-zinc-400)}.dark\\:text-zinc-900{color:var(--color-zinc-900)}.dark\\:shadow-\\[0_0_0_1px_rgba\\(255\\,252\\,240\\,0\\.08\\)\\,0px_2px_2px_rgba\\(0\\,0\\,0\\,0\\.2\\)\\,0px_8px_16px_-4px_rgba\\(0\\,0\\,0\\,0\\.3\\)\\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,#fffcf014),0px 2px 2px var(--tw-shadow-color,#0003),0px 8px 16px -4px var(--tw-shadow-color,#0000004d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\\:shadow-\\[0px_1px_1px_0px_hsla\\(0\\,0\\%\\,100\\%\\,0\\.02\\)_inset\\,0px_1px_1px_0px_rgba\\(255\\,255\\,255\\,0\\.05\\)_inset\\,0px_0px_0px_1px_hsla\\(0\\,0\\%\\,100\\%\\,0\\.05\\)_inset\\,0px_0px_1px_0px_rgba\\(0\\,0\\,0\\,0\\.25\\)\\]{--tw-shadow:0px 1px 1px 0px var(--tw-shadow-color,#ffffff05)inset,0px 1px 1px 0px var(--tw-shadow-color,#ffffff0d)inset,0px 0px 0px 1px var(--tw-shadow-color,#ffffff0d)inset,0px 0px 1px 0px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\\:shadow-\\[0px_1px_1px_0px_rgba\\(0\\,0\\,0\\,0\\.2\\)\\,0px_1px_1px_0px_rgba\\(255\\,255\\,255\\,0\\.05\\)_inset\\,0px_0px_0px_1px_hsla\\(0\\,0\\%\\,100\\%\\,0\\.05\\)_inset\\,0px_0px_1px_0px_rgba\\(0\\,0\\,0\\,0\\.8\\)\\]{--tw-shadow:0px 1px 1px 0px var(--tw-shadow-color,#0003),0px 1px 1px 0px var(--tw-shadow-color,#ffffff0d)inset,0px 0px 0px 1px var(--tw-shadow-color,#ffffff0d)inset,0px 0px 1px 0px var(--tw-shadow-color,#000c);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\\:shadow-\\[inset_0_0_1px_1px_hsl\\(var\\(--border\\)\\/0\\.5\\)\\]{--tw-shadow:inset 0 0 1px 1px var(--tw-shadow-color,hsl(var(--border)/.5));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\\:ring-zinc-800\\/50{--tw-ring-color:#27272a80}@supports (color:color-mix(in lab,red,red)){.dark\\:ring-zinc-800\\/50{--tw-ring-color:color-mix(in oklab,var(--color-zinc-800)50%,transparent)}}.dark\\:ring-offset-zinc-950{--tw-ring-offset-color:var(--color-zinc-950)}@media(hover:hover){.dark\\:dark\\:hover\\:bg-zinc-800\\/50:hover{background-color:#27272a80}@supports (color:color-mix(in lab,red,red)){.dark\\:dark\\:hover\\:bg-zinc-800\\/50:hover{background-color:color-mix(in oklab,var(--color-zinc-800)50%,transparent)}}}@media(hover:hover){.dark\\:hover\\:bg-red-900\\/80:hover{background-color:#82181acc}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-red-900\\/80:hover{background-color:color-mix(in oklab,var(--color-red-900)80%,transparent)}}.dark\\:hover\\:bg-red-900\\/90:hover{background-color:#82181ae6}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-red-900\\/90:hover{background-color:color-mix(in oklab,var(--color-red-900)90%,transparent)}}.dark\\:hover\\:bg-zinc-50\\/80:hover{background-color:#fafafacc}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-50\\/80:hover{background-color:color-mix(in oklab,var(--color-zinc-50)80%,transparent)}}.dark\\:hover\\:bg-zinc-50\\/90:hover{background-color:#fafafae6}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-50\\/90:hover{background-color:color-mix(in oklab,var(--color-zinc-50)90%,transparent)}}.dark\\:hover\\:bg-zinc-100\\/50:hover{background-color:#f4f4f580}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-100\\/50:hover{background-color:color-mix(in oklab,var(--color-zinc-100)50%,transparent)}}.dark\\:hover\\:bg-zinc-700:hover{background-color:var(--color-zinc-700)}.dark\\:hover\\:bg-zinc-800:hover{background-color:var(--color-zinc-800)}.dark\\:hover\\:bg-zinc-800\\/60:hover{background-color:#27272a99}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-800\\/60:hover{background-color:color-mix(in oklab,var(--color-zinc-800)60%,transparent)}}.dark\\:hover\\:bg-zinc-800\\/80:hover{background-color:#27272acc}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-800\\/80:hover{background-color:color-mix(in oklab,var(--color-zinc-800)80%,transparent)}}.dark\\:hover\\:text-zinc-50:hover{color:var(--color-zinc-50)}}.dark\\:focus\\:ring-zinc-300:focus,.dark\\:focus-visible\\:ring-zinc-300:focus-visible{--tw-ring-color:var(--color-zinc-300)}.dark\\:active\\:bg-zinc-800\\/70:active{background-color:#27272ab3}@supports (color:color-mix(in lab,red,red)){.dark\\:active\\:bg-zinc-800\\/70:active{background-color:color-mix(in oklab,var(--color-zinc-800)70%,transparent)}}@media(min-width:40rem){.dark\\:sm\\:shadow-\\[inset_0_0_2px_1px_hsl\\(var\\(--border\\)\\/0\\.5\\)\\]{--tw-shadow:inset 0 0 2px 1px var(--tw-shadow-color,hsl(var(--border)/.5));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:size-4 svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\\[\\&_svg\\]\\:h-4 svg{height:calc(var(--spacing)*4)}.\\[\\&_svg\\]\\:h-5 svg{height:calc(var(--spacing)*5)}.\\[\\&_svg\\]\\:h-\\[18px\\] svg{height:18px}.\\[\\&_svg\\]\\:w-4 svg{width:calc(var(--spacing)*4)}.\\[\\&_svg\\]\\:w-5 svg{width:calc(var(--spacing)*5)}.\\[\\&_svg\\]\\:w-\\[18px\\] svg{width:18px}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\:not\\(\\[class\\*\\=size-\\]\\)\\]\\:size-3 svg:not([class*=size-]){width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\\[\\&\\:\\:-webkit-scrollbar\\]\\:h-1::-webkit-scrollbar{height:calc(var(--spacing)*1)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:rounded-full::-webkit-scrollbar-thumb{border-radius:3.40282e38px}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:bg-foreground\\/10::-webkit-scrollbar-thumb{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:bg-foreground\\/10::-webkit-scrollbar-thumb{background-color:color-mix(in oklab,var(--uilint-foreground)10%,transparent)}}.\\[\\&\\:\\:-webkit-scrollbar-track\\]\\:bg-transparent::-webkit-scrollbar-track{background-color:#0000}.\\[\\&\\>div\\]\\:\\!block>div{display:block!important}[data-slot=tooltip-content] .\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-white\\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-white\\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}[data-slot=tooltip-content] .\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:text-white{color:var(--color-white)}@media(prefers-color-scheme:dark){[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-white\\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-white\\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-zinc-950\\/20{background-color:#09090b33}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-zinc-950\\/20{background-color:color-mix(in oklab,var(--color-zinc-950)20%,transparent)}}[data-slot=tooltip-content] .dark\\:dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-zinc-950\\/10{background-color:#09090b1a}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .dark\\:dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-zinc-950\\/10{background-color:color-mix(in oklab,var(--color-zinc-950)10%,transparent)}}[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:text-zinc-950{color:var(--color-zinc-950)}}}:root{--uilint-tile-rule:oklch(65% .15 259);--uilint-tile-file:oklch(68% .14 142);--uilint-background:oklch(98.5% .002 265);--uilint-background-elevated:oklch(96.7% .003 265);--uilint-foreground:oklch(14.1% .005 265);--uilint-surface:oklch(98.5% .002 265);--uilint-surface-elevated:oklch(96.7% .003 265);--uilint-text-primary:oklch(14.1% .005 265);--uilint-text-secondary:oklch(37% .013 265);--uilint-text-muted:oklch(55.2% .016 265);--uilint-text-disabled:oklch(70.5% .015 265);--uilint-hover:oklch(55.2% .016 265/.12);--uilint-active:oklch(44.2% .017 265/.16);--uilint-border:oklch(92% .004 265);--uilint-border-focus:oklch(55.2% .016 265);--uilint-accent:oklch(44.2% .017 265);--uilint-accent-foreground:oklch(98.5% .002 265);--uilint-success:oklch(72.3% .191 142.5);--uilint-success-bg:oklch(72.3% .191 142.5/.15);--uilint-warning:oklch(82% .165 80);--uilint-warning-bg:oklch(82% .165 80/.15);--uilint-error:oklch(72% .17 25);--uilint-error-bg:oklch(72% .17 25/.15);--uilint-info:oklch(62.3% .214 259);--uilint-info-bg:oklch(62.3% .214 259/.15);--uilint-shadow:0 4px 20px oklch(14.1% .005 265/.12);--uilint-shadow-lg:0 8px 32px oklch(14.1% .005 265/.18);--uilint-backdrop:oklch(98.5% .002 265/.92);--uilint-glass:oklch(99% .002 265/.7);--uilint-glass-border:oklch(100% .002 265/.25);--uilint-glass-highlight:oklch(100% 0 0/.4);--uilint-glass-blur-light:8px;--uilint-glass-blur-medium:16px;--uilint-glass-blur-heavy:24px;--uilint-glass-light:oklch(99% .002 265/.5);--uilint-glass-medium:oklch(99% .002 265/.7);--uilint-glass-heavy:oklch(99% .002 265/.85);--uilint-kbd-background:linear-gradient(180deg,oklch(100% 0 0) 0%,oklch(96.7% .003 265) 100%);--uilint-kbd-border:oklch(0% 0 0/.1);--uilint-kbd-shadow:0 1px 0 oklch(0% 0 0/.08);--uilint-kbd-text:oklch(44.2% .017 265);--uilint-badge-radius:6px;--uilint-button-radius:8px;--uilint-button-shadow:0 1px 2px oklch(0% 0 0/.05);--uilint-button-shadow-hover:0 2px 4px oklch(0% 0 0/.1);--uilint-button-default-bg:var(--uilint-accent);--uilint-button-default-text:var(--uilint-accent-foreground);--uilint-button-default-border:transparent;--uilint-button-secondary-bg:oklch(96.7% .003 265);--uilint-button-secondary-text:var(--uilint-text-primary);--uilint-button-secondary-border:var(--uilint-border);--uilint-button-ghost-bg:transparent;--uilint-button-ghost-text:var(--uilint-text-secondary);--uilint-button-ghost-border:transparent;--uilint-button-destructive-bg:var(--uilint-error);--uilint-button-destructive-text:oklch(100% 0 0);--uilint-button-destructive-border:transparent;--uilint-button-outline-bg:transparent;--uilint-button-outline-text:var(--uilint-text-primary);--uilint-button-outline-border:var(--uilint-border);--uilint-button-glass-bg:var(--uilint-glass-medium);--uilint-button-glass-text:var(--uilint-text-primary);--uilint-button-glass-border:var(--uilint-glass-border);--uilint-input-bg:oklch(100% 0 0/.6);--uilint-input-border:var(--uilint-border);--uilint-input-border-focus:var(--uilint-border-focus);--uilint-input-placeholder:var(--uilint-text-muted);--uilint-input-radius:8px;--uilint-input-ring:oklch(55.2% .016 265/.25);--uilint-card-bg:var(--uilint-surface);--uilint-card-border:var(--uilint-border);--uilint-card-radius:12px;--uilint-card-shadow:0 1px 3px oklch(0% 0 0/.04);--uilint-card-shadow-hover:0 4px 12px oklch(0% 0 0/.08);--uilint-card-elevated-bg:var(--uilint-surface-elevated);--uilint-card-elevated-shadow:0 4px 16px oklch(0% 0 0/.1);--uilint-card-glass-bg:var(--uilint-glass-medium);--uilint-card-glass-border:var(--uilint-glass-border);--uilint-icon-button-size:32px;--uilint-icon-button-size-sm:28px;--uilint-icon-button-size-lg:40px;--uilint-icon-button-radius:8px;--uilint-scrollbar-track:oklch(92% .004 265);--uilint-scrollbar-thumb:oklch(70.5% .015 265);--uilint-scrollbar-thumb-hover:oklch(55.2% .016 265);--uilint-radius:12px;--uilint-radius-sm:8px;--uilint-radius-lg:16px;--uilint-transition-fast:.1s ease;--uilint-transition-normal:.15s ease;--uilint-transition-slow:.25s ease;color-scheme:light}.dev-tool-root{color-scheme:light}.dark,.dark .dev-tool-root,.dev-tool-root.dark,.dev-tool-root[data-theme=dark]{--uilint-background:oklch(14.1% .005 265);--uilint-background-elevated:oklch(21% .006 265);--uilint-foreground:oklch(98.5% .002 265);--uilint-surface:oklch(14.1% .005 265);--uilint-surface-elevated:oklch(21% .006 265);--uilint-text-primary:oklch(98.5% .002 265);--uilint-text-secondary:oklch(87% .006 265);--uilint-text-muted:oklch(70.5% .015 265);--uilint-text-disabled:oklch(44.2% .017 265);--uilint-hover:oklch(70.5% .015 265/.12);--uilint-active:oklch(70.5% .015 265/.18);--uilint-border:oklch(98.5% .002 265/.12);--uilint-border-focus:oklch(70.5% .015 265);--uilint-accent:oklch(70.5% .015 265);--uilint-accent-foreground:oklch(14.1% .005 265);--uilint-success:oklch(72.3% .191 142.5);--uilint-success-bg:oklch(72.3% .191 142.5/.2);--uilint-warning:oklch(82% .165 80);--uilint-warning-bg:oklch(82% .165 80/.2);--uilint-error:oklch(72% .17 25);--uilint-error-bg:oklch(72% .17 25/.2);--uilint-info:oklch(62.3% .214 259);--uilint-info-bg:oklch(62.3% .214 259/.2);--uilint-shadow:0 4px 20px oklch(0% 0 0/.4);--uilint-shadow-lg:0 8px 32px oklch(0% 0 0/.5);--uilint-backdrop:oklch(14.1% .005 265/.92);--uilint-glass:oklch(21% .006 265/.7);--uilint-glass-border:oklch(100% .002 265/.12);--uilint-glass-highlight:oklch(100% 0 0/.1);--uilint-glass-light:oklch(23% .006 265/.5);--uilint-glass-medium:oklch(21% .006 265/.7);--uilint-glass-heavy:oklch(18% .005 265/.85);--uilint-kbd-background:linear-gradient(180deg,oklch(27.4% .006 265) 0%,oklch(21% .006 265) 100%);--uilint-kbd-border:oklch(100% 0 0/.1);--uilint-kbd-shadow:0 1px 0 oklch(0% 0 0/.2);--uilint-kbd-text:oklch(70.5% .015 265);--uilint-button-default-bg:var(--uilint-accent);--uilint-button-default-text:var(--uilint-accent-foreground);--uilint-button-default-border:transparent;--uilint-button-secondary-bg:oklch(27.4% .006 265);--uilint-button-secondary-text:var(--uilint-text-primary);--uilint-button-secondary-border:var(--uilint-border);--uilint-button-ghost-bg:transparent;--uilint-button-ghost-text:var(--uilint-text-secondary);--uilint-button-ghost-border:transparent;--uilint-button-destructive-bg:var(--uilint-error);--uilint-button-destructive-text:oklch(100% 0 0);--uilint-button-destructive-border:transparent;--uilint-button-outline-bg:transparent;--uilint-button-outline-text:var(--uilint-text-primary);--uilint-button-outline-border:var(--uilint-border);--uilint-button-glass-bg:var(--uilint-glass-medium);--uilint-button-glass-text:var(--uilint-text-primary);--uilint-button-glass-border:var(--uilint-glass-border);--uilint-input-bg:oklch(23% .006 265/.6);--uilint-input-border:var(--uilint-border);--uilint-input-border-focus:var(--uilint-border-focus);--uilint-input-placeholder:var(--uilint-text-muted);--uilint-input-ring:oklch(70.5% .015 265/.25);--uilint-card-bg:var(--uilint-surface);--uilint-card-border:var(--uilint-border);--uilint-card-shadow:0 1px 3px oklch(0% 0 0/.2);--uilint-card-shadow-hover:0 4px 12px oklch(0% 0 0/.3);--uilint-card-elevated-bg:var(--uilint-surface-elevated);--uilint-card-elevated-shadow:0 4px 16px oklch(0% 0 0/.4);--uilint-card-glass-bg:var(--uilint-glass-medium);--uilint-card-glass-border:var(--uilint-glass-border);--uilint-scrollbar-track:oklch(21% .006 265);--uilint-scrollbar-thumb:oklch(37% .013 265);--uilint-scrollbar-thumb-hover:oklch(44.2% .017 265);color-scheme:dark}@media(prefers-color-scheme:dark){:root:not(.light) .dev-tool-root:not(.light):not([data-theme=light]),.dev-tool-root:not(.light):not([data-theme=light]){--uilint-background:oklch(14.1% .005 265);--uilint-background-elevated:oklch(21% .006 265);--uilint-foreground:oklch(98.5% .002 265);--uilint-surface:oklch(14.1% .005 265);--uilint-surface-elevated:oklch(21% .006 265);--uilint-text-primary:oklch(98.5% .002 265);--uilint-text-secondary:oklch(87% .006 265);--uilint-text-muted:oklch(70.5% .015 265);--uilint-text-disabled:oklch(44.2% .017 265);--uilint-hover:oklch(70.5% .015 265/.12);--uilint-active:oklch(70.5% .015 265/.18);--uilint-border:oklch(98.5% .002 265/.12);--uilint-border-focus:oklch(70.5% .015 265);--uilint-accent:oklch(70.5% .015 265);--uilint-accent-foreground:oklch(14.1% .005 265);--uilint-success:oklch(72.3% .191 142.5);--uilint-success-bg:oklch(72.3% .191 142.5/.2);--uilint-warning:oklch(82% .165 80);--uilint-warning-bg:oklch(82% .165 80/.2);--uilint-error:oklch(72% .17 25);--uilint-error-bg:oklch(72% .17 25/.2);--uilint-shadow:0 4px 20px oklch(0% 0 0/.4);--uilint-backdrop:oklch(14.1% .005 265/.92);--uilint-glass:oklch(21% .006 265/.7);--uilint-glass-border:oklch(100% .002 265/.12);--uilint-scrollbar-track:oklch(21% .006 265);--uilint-scrollbar-thumb:oklch(37% .013 265);--uilint-scrollbar-thumb-hover:oklch(44.2% .017 265);color-scheme:dark}}.light,.light .dev-tool-root,.dev-tool-root.light,.dev-tool-root[data-theme=light]{--uilint-background:oklch(98.5% .002 265);--uilint-background-elevated:oklch(96.7% .003 265);--uilint-foreground:oklch(14.1% .005 265);--uilint-surface:oklch(98.5% .002 265);--uilint-surface-elevated:oklch(96.7% .003 265);--uilint-text-primary:oklch(14.1% .005 265);--uilint-text-secondary:oklch(37% .013 265);--uilint-text-muted:oklch(55.2% .016 265);--uilint-text-disabled:oklch(70.5% .015 265);--uilint-hover:oklch(55.2% .016 265/.12);--uilint-active:oklch(44.2% .017 265/.16);--uilint-border:oklch(92% .004 265);--uilint-border-focus:oklch(55.2% .016 265);--uilint-accent:oklch(44.2% .017 265);--uilint-accent-foreground:oklch(98.5% .002 265);--uilint-success:oklch(72.3% .191 142.5);--uilint-success-bg:oklch(72.3% .191 142.5/.15);--uilint-warning:oklch(82% .165 80);--uilint-warning-bg:oklch(82% .165 80/.15);--uilint-error:oklch(72% .17 25);--uilint-error-bg:oklch(72% .17 25/.15);--uilint-shadow:0 4px 20px oklch(14.1% .005 265/.12);--uilint-backdrop:oklch(98.5% .002 265/.92);--uilint-glass:oklch(99% .002 265/.7);--uilint-glass-border:oklch(100% .002 265/.25);--uilint-scrollbar-track:oklch(92% .004 265);--uilint-scrollbar-thumb:oklch(70.5% .015 265);--uilint-scrollbar-thumb-hover:oklch(55.2% .016 265);color-scheme:light}@keyframes uilint-fade-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes uilint-fade-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes uilint-pulse{0%,to{box-shadow:0 0 6px 2px var(--uilint-pulse-color,#ffa50066)}50%{box-shadow:0 0 16px 6px var(--uilint-pulse-color,#ffa50099)}}@keyframes uilint-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes uilint-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes uilint-popover-appear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-ui-lint] *{scrollbar-width:thin;scrollbar-color:var(--uilint-scrollbar-thumb)var(--uilint-scrollbar-track)}[data-ui-lint] ::-webkit-scrollbar{width:8px;height:8px}[data-ui-lint] ::-webkit-scrollbar-track{background:var(--uilint-scrollbar-track);border-radius:4px}[data-ui-lint] ::-webkit-scrollbar-thumb{background:var(--uilint-scrollbar-thumb);border-radius:4px}[data-ui-lint] ::-webkit-scrollbar-thumb:hover{background:var(--uilint-scrollbar-thumb-hover)}@media(max-width:767px){.dev-tool-root{--uilint-radius:16px}}.safe-area-padding-top{padding-top:env(safe-area-inset-top,0px)}.safe-area-padding-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}.safe-area-padding-left{padding-left:env(safe-area-inset-left,0px)}.safe-area-padding-right{padding-right:env(safe-area-inset-right,0px)}@keyframes uilint-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes uilint-sheet-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media(pointer:coarse){.dev-tool-root button:focus-visible,.dev-tool-root [role=button]:focus-visible{outline-offset:2px}}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}`;
|
|
21088
|
+
const Ok = `@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-300:oklch(80.8% .114 19.571);--color-red-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-red-900:oklch(39.6% .141 25.723);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-700:oklch(55.5% .163 48.998);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-700:oklch(50.8% .118 165.612);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-700:oklch(48.8% .243 264.376);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-zinc-50:oklch(98.5% 0 0);--color-zinc-100:oklch(96.7% .001 286.375);--color-zinc-200:oklch(92% .004 286.32);--color-zinc-300:oklch(87.1% .006 286.286);--color-zinc-400:oklch(70.5% .015 286.067);--color-zinc-500:oklch(55.2% .016 285.938);--color-zinc-700:oklch(37% .013 285.805);--color-zinc-800:oklch(27.4% .006 286.033);--color-zinc-900:oklch(21% .006 285.885);--color-zinc-950:oklch(14.1% .005 285.823);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-extralight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wider:.05em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--blur-md:12px;--blur-lg:16px;--blur-xl:24px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components{.dev-tool-root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}}@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-y-0{inset-block:calc(var(--spacing)*0)}.-top-1{top:calc(var(--spacing)*-1)}.top-0{top:calc(var(--spacing)*0)}.top-2{top:calc(var(--spacing)*2)}.top-2\\.5{top:calc(var(--spacing)*2.5)}.top-3{top:calc(var(--spacing)*3)}.top-full{top:100%}.-right-1{right:calc(var(--spacing)*-1)}.right-0{right:calc(var(--spacing)*0)}.-bottom-1{bottom:calc(var(--spacing)*-1)}.left-0{left:calc(var(--spacing)*0)}.left-3{left:calc(var(--spacing)*3)}.left-4{left:calc(var(--spacing)*4)}.isolate{isolation:isolate}.z-10{z-index:10}.z-50{z-index:50}.z-90{z-index:90}.z-\\[99997\\]{z-index:99997}.z-\\[99998\\]{z-index:99998}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.mx-0{margin-inline:calc(var(--spacing)*0)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-auto{margin-inline:auto}.my-0\\.5{margin-block:calc(var(--spacing)*.5)}.my-1{margin-block:calc(var(--spacing)*1)}.-mt-0\\.5{margin-top:calc(var(--spacing)*-.5)}.mt-0\\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-2\\.5{margin-top:calc(var(--spacing)*2.5)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-auto{margin-top:auto}.-mr-0\\.5{margin-right:calc(var(--spacing)*-.5)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-0\\.5{margin-bottom:calc(var(--spacing)*.5)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-auto{margin-left:auto}.box-border{box-sizing:border-box}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-none{-webkit-line-clamp:unset;-webkit-box-orient:horizontal;display:block;overflow:visible}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.size-full{width:100%;height:100%}.h-1{height:calc(var(--spacing)*1)}.h-1\\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\\.5{height:calc(var(--spacing)*2.5)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-\\[18px\\]{height:18px}.h-\\[200px\\]{height:200px}.h-\\[var\\(--uilint-icon-button-size\\)\\]{height:var(--uilint-icon-button-size)}.h-\\[var\\(--uilint-icon-button-size-lg\\)\\]{height:var(--uilint-icon-button-size-lg)}.h-\\[var\\(--uilint-icon-button-size-sm\\)\\]{height:var(--uilint-icon-button-size-sm)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-\\[2\\.25rem\\]{max-height:2.25rem}.max-h-\\[100px\\]{max-height:100px}.max-h-\\[520px\\]{max-height:520px}.max-h-full{max-height:100%}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-4{min-height:calc(var(--spacing)*4)}.min-h-5{min-height:calc(var(--spacing)*5)}.min-h-6{min-height:calc(var(--spacing)*6)}.min-h-\\[44px\\]{min-height:44px}.min-h-\\[220px\\]{min-height:220px}.min-h-\\[260px\\]{min-height:260px}.w-1{width:calc(var(--spacing)*1)}.w-1\\.5{width:calc(var(--spacing)*1.5)}.w-2{width:calc(var(--spacing)*2)}.w-2\\.5{width:calc(var(--spacing)*2.5)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-10{width:calc(var(--spacing)*10)}.w-12{width:calc(var(--spacing)*12)}.w-\\[30\\%\\]{width:30%}.w-\\[340px\\]{width:340px}.w-\\[364px\\]{width:364px}.w-\\[860px\\]{width:860px}.w-\\[var\\(--uilint-icon-button-size\\)\\]{width:var(--uilint-icon-button-size)}.w-\\[var\\(--uilint-icon-button-size-lg\\)\\]{width:var(--uilint-icon-button-size-lg)}.w-\\[var\\(--uilint-icon-button-size-sm\\)\\]{width:var(--uilint-icon-button-size-sm)}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.max-w-\\[120px\\]{max-width:120px}.max-w-\\[140px\\]{max-width:140px}.max-w-\\[320px\\]{max-width:320px}.max-w-\\[580px\\]{max-width:580px}.max-w-\\[calc\\(100\\%-1rem\\)\\]{max-width:calc(100% - 1rem)}.max-w-full{max-width:100%}.max-w-sm{max-width:var(--container-sm)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-4{min-width:calc(var(--spacing)*4)}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-6{min-width:calc(var(--spacing)*6)}.min-w-\\[18px\\]{min-width:18px}.min-w-\\[44px\\]{min-width:44px}.min-w-\\[80px\\]{min-width:80px}.min-w-\\[120px\\]{min-width:120px}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-center{transform-origin:50%}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize{resize:both}.resize-none{resize:none}.appearance-none{appearance:none}.columns-2{columns:2}.break-inside-avoid{break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-0\\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-1\\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-3{column-gap:calc(var(--spacing)*3)}.gap-y-1{row-gap:calc(var(--spacing)*1)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.\\[border-radius\\:var\\(--uilint-card-radius\\)\\]{border-radius:var(--uilint-card-radius)}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\\[0\\.8rem\\]{border-radius:.8rem}.rounded-\\[10px\\]{border-radius:10px}.rounded-\\[20px\\]{border-radius:20px}.rounded-\\[calc\\(var\\(--uilint-icon-button-radius\\)\\+2px\\)\\]{border-radius:calc(var(--uilint-icon-button-radius) + 2px)}.rounded-\\[calc\\(var\\(--uilint-icon-button-radius\\)-2px\\)\\]{border-radius:calc(var(--uilint-icon-button-radius) - 2px)}.rounded-\\[calc\\(var\\(--uilint-input-radius\\)\\+2px\\)\\]{border-radius:calc(var(--uilint-input-radius) + 2px)}.rounded-\\[calc\\(var\\(--uilint-input-radius\\)-2px\\)\\]{border-radius:calc(var(--uilint-input-radius) - 2px)}.rounded-\\[inherit\\]{border-radius:inherit}.rounded-\\[var\\(--uilint-button-radius\\)\\]{border-radius:var(--uilint-button-radius)}.rounded-\\[var\\(--uilint-icon-button-radius\\)\\]{border-radius:var(--uilint-icon-button-radius)}.rounded-\\[var\\(--uilint-input-radius\\)\\]{border-radius:var(--uilint-input-radius)}.rounded-\\[var\\(--uilint-radius\\,12px\\)\\]{border-radius:var(--uilint-radius,12px)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--uilint-radius-lg)}.rounded-md{border-radius:var(--uilint-radius)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--uilint-radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-l-\\[3px\\]{border-left-style:var(--tw-border-style);border-left-width:3px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-\\[var\\(--uilint-error\\)\\]{border-color:var(--uilint-error)}.border-\\[var\\(--uilint-glass-border\\)\\]{border-color:var(--uilint-glass-border)}.border-\\[var\\(--uilint-input-border\\)\\]{border-color:var(--uilint-input-border)}.border-\\[var\\(--uilint-kbd-border\\,rgba\\(0\\,0\\,0\\,0\\.1\\)\\)\\]{border-color:var(--uilint-kbd-border,#0000001a)}.border-\\[var\\(--uilint-kbd-border-subtle\\,transparent\\)\\]{border-color:var(--uilint-kbd-border-subtle,transparent)}.border-accent,.border-accent\\/30{border-color:var(--uilint-accent)}@supports (color:color-mix(in lab,red,red)){.border-accent\\/30{border-color:color-mix(in oklab,var(--uilint-accent)30%,transparent)}}.border-border{border-color:var(--uilint-border)}.border-current\\/20{border-color:currentColor}@supports (color:color-mix(in lab,red,red)){.border-current\\/20{border-color:color-mix(in oklab,currentcolor 20%,transparent)}}.border-error,.border-error\\/20{border-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.border-error\\/20{border-color:color-mix(in oklab,var(--uilint-error)20%,transparent)}}.border-error\\/30{border-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.border-error\\/30{border-color:color-mix(in oklab,var(--uilint-error)30%,transparent)}}.border-error\\/50{border-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.border-error\\/50{border-color:color-mix(in oklab,var(--uilint-error)50%,transparent)}}.border-foreground\\/10{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/10{border-color:color-mix(in oklab,var(--uilint-foreground)10%,transparent)}}.border-foreground\\/12{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/12{border-color:color-mix(in oklab,var(--uilint-foreground)12%,transparent)}}.border-foreground\\/15{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/15{border-color:color-mix(in oklab,var(--uilint-foreground)15%,transparent)}}.border-foreground\\/\\[0\\.1\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.1\\]{border-color:color-mix(in oklab,var(--uilint-foreground)10%,transparent)}}.border-foreground\\/\\[0\\.02\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.02\\]{border-color:color-mix(in oklab,var(--uilint-foreground)2%,transparent)}}.border-foreground\\/\\[0\\.03\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.03\\]{border-color:color-mix(in oklab,var(--uilint-foreground)3%,transparent)}}.border-foreground\\/\\[0\\.04\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.04\\]{border-color:color-mix(in oklab,var(--uilint-foreground)4%,transparent)}}.border-foreground\\/\\[0\\.05\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.05\\]{border-color:color-mix(in oklab,var(--uilint-foreground)5%,transparent)}}.border-foreground\\/\\[0\\.06\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.06\\]{border-color:color-mix(in oklab,var(--uilint-foreground)6%,transparent)}}.border-foreground\\/\\[0\\.08\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.08\\]{border-color:color-mix(in oklab,var(--uilint-foreground)8%,transparent)}}.border-foreground\\/\\[0\\.12\\]{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\\/\\[0\\.12\\]{border-color:color-mix(in oklab,var(--uilint-foreground)12%,transparent)}}.border-glass-border{border-color:var(--uilint-glass-border)}.border-info,.border-info\\/20{border-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.border-info\\/20{border-color:color-mix(in oklab,var(--uilint-info)20%,transparent)}}.border-info\\/30{border-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.border-info\\/30{border-color:color-mix(in oklab,var(--uilint-info)30%,transparent)}}.border-muted-foreground\\/30{border-color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.border-muted-foreground\\/30{border-color:color-mix(in oklab,var(--uilint-text-muted)30%,transparent)}}.border-purple-500\\/10{border-color:#ac4bff1a}@supports (color:color-mix(in lab,red,red)){.border-purple-500\\/10{border-color:color-mix(in oklab,var(--color-purple-500)10%,transparent)}}.border-transparent{border-color:#0000}.border-warning,.border-warning\\/20{border-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\\/20{border-color:color-mix(in oklab,var(--uilint-warning)20%,transparent)}}.border-warning\\/30{border-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.border-warning\\/30{border-color:color-mix(in oklab,var(--uilint-warning)30%,transparent)}}.border-white\\/20{border-color:#fff3}@supports (color:color-mix(in lab,red,red)){.border-white\\/20{border-color:color-mix(in oklab,var(--color-white)20%,transparent)}}.border-zinc-200{border-color:var(--color-zinc-200)}.border-zinc-950\\/10{border-color:#09090b1a}@supports (color:color-mix(in lab,red,red)){.border-zinc-950\\/10{border-color:color-mix(in oklab,var(--color-zinc-950)10%,transparent)}}.border-t-muted-foreground{border-top-color:var(--uilint-text-muted)}.border-t-transparent{border-top-color:#0000}.border-l-error\\/50{border-left-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.border-l-error\\/50{border-left-color:color-mix(in oklab,var(--uilint-error)50%,transparent)}}.border-l-foreground\\/20{border-left-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.border-l-foreground\\/20{border-left-color:color-mix(in oklab,var(--uilint-foreground)20%,transparent)}}.border-l-info,.border-l-info\\/50{border-left-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.border-l-info\\/50{border-left-color:color-mix(in oklab,var(--uilint-info)50%,transparent)}}.border-l-transparent{border-left-color:#0000}.border-l-warning,.border-l-warning\\/50{border-left-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.border-l-warning\\/50{border-left-color:color-mix(in oklab,var(--uilint-warning)50%,transparent)}}.bg-\\[rgba\\(128\\,128\\,128\\,0\\.15\\)\\]{background-color:#80808026}.bg-\\[var\\(--uilint-button-default-bg\\)\\]{background-color:var(--uilint-button-default-bg)}.bg-\\[var\\(--uilint-button-destructive-bg\\)\\]{background-color:var(--uilint-button-destructive-bg)}.bg-\\[var\\(--uilint-button-ghost-bg\\)\\]{background-color:var(--uilint-button-ghost-bg)}.bg-\\[var\\(--uilint-button-glass-bg\\)\\]{background-color:var(--uilint-button-glass-bg)}.bg-\\[var\\(--uilint-button-outline-bg\\)\\]{background-color:var(--uilint-button-outline-bg)}.bg-\\[var\\(--uilint-button-secondary-bg\\)\\]{background-color:var(--uilint-button-secondary-bg)}.bg-\\[var\\(--uilint-glass\\)\\]{background-color:var(--uilint-glass)}.bg-\\[var\\(--uilint-glass-medium\\)\\]{background-color:var(--uilint-glass-medium)}.bg-\\[var\\(--uilint-hover\\)\\]{background-color:var(--uilint-hover)}.bg-\\[var\\(--uilint-input-bg\\)\\]{background-color:var(--uilint-input-bg)}.bg-\\[var\\(--uilint-kbd-background\\,linear-gradient\\(180deg\\,\\#ffffff_0\\%\\,\\#f3f4f6_100\\%\\)\\)\\]{background-color:var(--uilint-kbd-background,linear-gradient(180deg,#fff 0%,#f3f4f6 100%))}.bg-\\[var\\(--uilint-kbd-background-subtle\\,rgba\\(0\\,0\\,0\\,0\\.04\\)\\)\\]{background-color:var(--uilint-kbd-background-subtle,#0000000a)}.bg-accent,.bg-accent\\/10{background-color:var(--uilint-accent)}@supports (color:color-mix(in lab,red,red)){.bg-accent\\/10{background-color:color-mix(in oklab,var(--uilint-accent)10%,transparent)}}.bg-accent\\/15{background-color:var(--uilint-accent)}@supports (color:color-mix(in lab,red,red)){.bg-accent\\/15{background-color:color-mix(in oklab,var(--uilint-accent)15%,transparent)}}.bg-amber-500\\/20{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\\/20{background-color:color-mix(in oklab,var(--color-amber-500)20%,transparent)}}.bg-background,.bg-background\\/40{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/40{background-color:color-mix(in oklab,var(--uilint-background)40%,transparent)}}.bg-background\\/50{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/50{background-color:color-mix(in oklab,var(--uilint-background)50%,transparent)}}.bg-background\\/60{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/60{background-color:color-mix(in oklab,var(--uilint-background)60%,transparent)}}.bg-background\\/80{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/80{background-color:color-mix(in oklab,var(--uilint-background)80%,transparent)}}.bg-background\\/95{background-color:var(--uilint-background)}@supports (color:color-mix(in lab,red,red)){.bg-background\\/95{background-color:color-mix(in oklab,var(--uilint-background)95%,transparent)}}.bg-blue-300\\/20{background-color:#90c5ff33}@supports (color:color-mix(in lab,red,red)){.bg-blue-300\\/20{background-color:color-mix(in oklab,var(--color-blue-300)20%,transparent)}}.bg-emerald-500\\/20{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\\/20{background-color:color-mix(in oklab,var(--color-emerald-500)20%,transparent)}}.bg-error{background-color:var(--uilint-error)}.bg-error-bg{background-color:var(--uilint-error-bg)}.bg-error\\/10{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/10{background-color:color-mix(in oklab,var(--uilint-error)10%,transparent)}}.bg-error\\/60{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/60{background-color:color-mix(in oklab,var(--uilint-error)60%,transparent)}}.bg-error\\/70{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/70{background-color:color-mix(in oklab,var(--uilint-error)70%,transparent)}}.bg-error\\/80{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/80{background-color:color-mix(in oklab,var(--uilint-error)80%,transparent)}}.bg-error\\/\\[0\\.04\\]{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/\\[0\\.04\\]{background-color:color-mix(in oklab,var(--uilint-error)4%,transparent)}}.bg-error\\/\\[0\\.06\\]{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.bg-error\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--uilint-error)6%,transparent)}}.bg-foreground,.bg-foreground\\/\\[0\\.01\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.01\\]{background-color:color-mix(in oklab,var(--uilint-foreground)1%,transparent)}}.bg-foreground\\/\\[0\\.02\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.02\\]{background-color:color-mix(in oklab,var(--uilint-foreground)2%,transparent)}}.bg-foreground\\/\\[0\\.03\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.03\\]{background-color:color-mix(in oklab,var(--uilint-foreground)3%,transparent)}}.bg-foreground\\/\\[0\\.04\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.04\\]{background-color:color-mix(in oklab,var(--uilint-foreground)4%,transparent)}}.bg-foreground\\/\\[0\\.05\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.05\\]{background-color:color-mix(in oklab,var(--uilint-foreground)5%,transparent)}}.bg-foreground\\/\\[0\\.06\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--uilint-foreground)6%,transparent)}}.bg-foreground\\/\\[0\\.08\\]{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\\/\\[0\\.08\\]{background-color:color-mix(in oklab,var(--uilint-foreground)8%,transparent)}}.bg-glass-medium{background-color:var(--uilint-glass-medium)}.bg-info{background-color:var(--uilint-info)}.bg-info-bg{background-color:var(--uilint-info-bg)}.bg-info\\/10{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/10{background-color:color-mix(in oklab,var(--uilint-info)10%,transparent)}}.bg-info\\/60{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/60{background-color:color-mix(in oklab,var(--uilint-info)60%,transparent)}}.bg-info\\/70{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/70{background-color:color-mix(in oklab,var(--uilint-info)70%,transparent)}}.bg-info\\/80{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/80{background-color:color-mix(in oklab,var(--uilint-info)80%,transparent)}}.bg-info\\/\\[0\\.04\\]{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/\\[0\\.04\\]{background-color:color-mix(in oklab,var(--uilint-info)4%,transparent)}}.bg-info\\/\\[0\\.06\\]{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.bg-info\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--uilint-info)6%,transparent)}}.bg-muted-foreground\\/20{background-color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted-foreground\\/20{background-color:color-mix(in oklab,var(--uilint-text-muted)20%,transparent)}}.bg-muted-foreground\\/30{background-color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted-foreground\\/30{background-color:color-mix(in oklab,var(--uilint-text-muted)30%,transparent)}}.bg-muted-foreground\\/50{background-color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted-foreground\\/50{background-color:color-mix(in oklab,var(--uilint-text-muted)50%,transparent)}}.bg-purple-500\\/\\[0\\.06\\]{background-color:#ac4bff0f}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--color-purple-500)6%,transparent)}}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.bg-red-500\\/20{background-color:color-mix(in oklab,var(--color-red-500)20%,transparent)}}.bg-success{background-color:var(--uilint-success)}.bg-success-bg{background-color:var(--uilint-success-bg)}.bg-success\\/20{background-color:var(--uilint-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\\/20{background-color:color-mix(in oklab,var(--uilint-success)20%,transparent)}}.bg-success\\/70{background-color:var(--uilint-success)}@supports (color:color-mix(in lab,red,red)){.bg-success\\/70{background-color:color-mix(in oklab,var(--uilint-success)70%,transparent)}}.bg-surface{background-color:var(--uilint-surface)}.bg-surface-elevated{background-color:var(--uilint-surface-elevated)}.bg-surface\\/95{background-color:var(--uilint-surface)}@supports (color:color-mix(in lab,red,red)){.bg-surface\\/95{background-color:color-mix(in oklab,var(--uilint-surface)95%,transparent)}}.bg-transparent{background-color:#0000}.bg-warning{background-color:var(--uilint-warning)}.bg-warning-bg{background-color:var(--uilint-warning-bg)}.bg-warning\\/10{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/10{background-color:color-mix(in oklab,var(--uilint-warning)10%,transparent)}}.bg-warning\\/60{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/60{background-color:color-mix(in oklab,var(--uilint-warning)60%,transparent)}}.bg-warning\\/70{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/70{background-color:color-mix(in oklab,var(--uilint-warning)70%,transparent)}}.bg-warning\\/80{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/80{background-color:color-mix(in oklab,var(--uilint-warning)80%,transparent)}}.bg-warning\\/\\[0\\.04\\]{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/\\[0\\.04\\]{background-color:color-mix(in oklab,var(--uilint-warning)4%,transparent)}}.bg-warning\\/\\[0\\.06\\]{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.bg-warning\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--uilint-warning)6%,transparent)}}.bg-white{background-color:var(--color-white)}.bg-zinc-100{background-color:var(--color-zinc-100)}.bg-zinc-100\\/50{background-color:#f4f4f580}@supports (color:color-mix(in lab,red,red)){.bg-zinc-100\\/50{background-color:color-mix(in oklab,var(--color-zinc-100)50%,transparent)}}.bg-zinc-200{background-color:var(--color-zinc-200)}.bg-zinc-900{background-color:var(--color-zinc-900)}.bg-linear-to-br{--tw-gradient-position:to bottom right}@supports (background-image:linear-gradient(in lab,red,red)){.bg-linear-to-br{--tw-gradient-position:to bottom right in oklab}}.bg-linear-to-br{background-image:linear-gradient(var(--tw-gradient-stops))}.from-foreground\\/2{--tw-gradient-from:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.from-foreground\\/2{--tw-gradient-from:color-mix(in oklab,var(--uilint-foreground)2%,transparent)}}.from-foreground\\/2{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0{padding:calc(var(--spacing)*0)}.p-0\\.5{padding:calc(var(--spacing)*.5)}.p-1{padding:calc(var(--spacing)*1)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-7{padding:calc(var(--spacing)*7)}.p-8{padding:calc(var(--spacing)*8)}.p-\\[1px\\],.p-px{padding:1px}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-12{padding-block:calc(var(--spacing)*12)}.py-14{padding-block:calc(var(--spacing)*14)}.py-16{padding-block:calc(var(--spacing)*16)}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-0\\.5{padding-top:calc(var(--spacing)*.5)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-1\\.5{padding-top:calc(var(--spacing)*1.5)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-14{padding-top:calc(var(--spacing)*14)}.pt-\\[100px\\]{padding-top:100px}.pt-\\[env\\(safe-area-inset-top\\,0px\\)\\]{padding-top:env(safe-area-inset-top,0px)}.pr-1\\.25{padding-right:calc(var(--spacing)*1.25)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pb-0{padding-bottom:calc(var(--spacing)*0)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-1\\.5{padding-bottom:calc(var(--spacing)*1.5)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-\\[env\\(safe-area-inset-bottom\\,0px\\)\\]{padding-bottom:env(safe-area-inset-bottom,0px)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-9{padding-left:calc(var(--spacing)*9)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-\\[-apple-system\\,BlinkMacSystemFont\\,\\'SF_Pro_Text\\'\\,\\'Segoe_UI\\'\\,sans-serif\\]{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[9px\\]{font-size:9px}.text-\\[10px\\]{font-size:10px}.text-\\[11px\\]{font-size:11px}.text-\\[13px\\]{font-size:13px}.text-\\[15px\\]{font-size:15px}.text-\\[17px\\]{font-size:17px}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extralight{--tw-font-weight:var(--font-weight-extralight);font-weight:var(--font-weight-extralight)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.\\[color\\:var\\(--uilint-text-primary\\)\\]{color:var(--uilint-text-primary)}.\\[color\\:var\\(--uilint-text-secondary\\)\\]{color:var(--uilint-text-secondary)}.text-\\[var\\(--uilint-button-default-text\\)\\]{color:var(--uilint-button-default-text)}.text-\\[var\\(--uilint-button-destructive-text\\)\\]{color:var(--uilint-button-destructive-text)}.text-\\[var\\(--uilint-button-ghost-text\\)\\]{color:var(--uilint-button-ghost-text)}.text-\\[var\\(--uilint-button-glass-text\\)\\]{color:var(--uilint-button-glass-text)}.text-\\[var\\(--uilint-button-outline-text\\)\\]{color:var(--uilint-button-outline-text)}.text-\\[var\\(--uilint-button-secondary-text\\)\\]{color:var(--uilint-button-secondary-text)}.text-\\[var\\(--uilint-kbd-text\\,\\#6b7280\\)\\]{color:var(--uilint-kbd-text,#6b7280)}.text-\\[var\\(--uilint-kbd-text-subtle\\,\\#9ca3af\\)\\]{color:var(--uilint-kbd-text-subtle,#9ca3af)}.text-\\[var\\(--uilint-text-muted\\)\\]{color:var(--uilint-text-muted)}.text-\\[var\\(--uilint-text-primary\\)\\]{color:var(--uilint-text-primary)}.text-\\[var\\(--uilint-text-secondary\\)\\]{color:var(--uilint-text-secondary)}.text-accent{color:var(--uilint-accent)}.text-accent-foreground{color:var(--uilint-accent-foreground)}.text-amber-700{color:var(--color-amber-700)}.text-blue-700{color:var(--color-blue-700)}.text-emerald-700{color:var(--color-emerald-700)}.text-error,.text-error\\/80{color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.text-error\\/80{color:color-mix(in oklab,var(--uilint-error)80%,transparent)}}.text-foreground,.text-foreground\\/50{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/50{color:color-mix(in oklab,var(--uilint-foreground)50%,transparent)}}.text-foreground\\/60{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/60{color:color-mix(in oklab,var(--uilint-foreground)60%,transparent)}}.text-foreground\\/70{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/70{color:color-mix(in oklab,var(--uilint-foreground)70%,transparent)}}.text-foreground\\/80{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/80{color:color-mix(in oklab,var(--uilint-foreground)80%,transparent)}}.text-foreground\\/85{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/85{color:color-mix(in oklab,var(--uilint-foreground)85%,transparent)}}.text-foreground\\/90{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\\/90{color:color-mix(in oklab,var(--uilint-foreground)90%,transparent)}}.text-info,.text-info\\/80{color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.text-info\\/80{color:color-mix(in oklab,var(--uilint-info)80%,transparent)}}.text-muted-foreground,.text-muted-foreground\\/30{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/30{color:color-mix(in oklab,var(--uilint-text-muted)30%,transparent)}}.text-muted-foreground\\/40{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/40{color:color-mix(in oklab,var(--uilint-text-muted)40%,transparent)}}.text-muted-foreground\\/50{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/50{color:color-mix(in oklab,var(--uilint-text-muted)50%,transparent)}}.text-muted-foreground\\/60{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/60{color:color-mix(in oklab,var(--uilint-text-muted)60%,transparent)}}.text-muted-foreground\\/70{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.text-muted-foreground\\/70{color:color-mix(in oklab,var(--uilint-text-muted)70%,transparent)}}.text-purple-500\\/70{color:#ac4bffb3}@supports (color:color-mix(in lab,red,red)){.text-purple-500\\/70{color:color-mix(in oklab,var(--color-purple-500)70%,transparent)}}.text-red-700{color:var(--color-red-700)}.text-success{color:var(--uilint-success)}.text-text-disabled{color:var(--uilint-text-disabled)}.text-text-muted{color:var(--uilint-text-muted)}.text-text-primary{color:var(--uilint-text-primary)}.text-text-secondary{color:var(--uilint-text-secondary)}.text-warning,.text-warning\\/80{color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.text-warning\\/80{color:color-mix(in oklab,var(--uilint-warning)80%,transparent)}}.text-white{color:var(--color-white)}.text-zinc-50{color:var(--color-zinc-50)}.text-zinc-500{color:var(--color-zinc-500)}.text-zinc-900{color:var(--color-zinc-900)}.text-zinc-950{color:var(--color-zinc-950)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[0_0_0_1px_rgba\\(0\\,0\\,0\\,0\\.08\\)\\,0px_2px_2px_rgba\\(0\\,0\\,0\\,0\\.04\\)\\,0px_8px_16px_-4px_rgba\\(0\\,0\\,0\\,0\\.04\\)\\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,#00000014),0px 2px 2px var(--tw-shadow-color,#0000000a),0px 8px 16px -4px var(--tw-shadow-color,#0000000a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[0px_1px_1px_0px_hsla\\(0\\,0\\%\\,0\\%\\,0\\.02\\)_inset\\,0px_1px_1px_0px_hsla\\(0\\,0\\%\\,0\\%\\,0\\.02\\)_inset\\,0px_0px_0px_1px_rgba\\(255\\,255\\,255\\,0\\.25\\)\\]{--tw-shadow:0px 1px 1px 0px var(--tw-shadow-color,#00000005)inset,0px 1px 1px 0px var(--tw-shadow-color,#00000005)inset,0px 0px 0px 1px var(--tw-shadow-color,#ffffff40);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[0px_1px_1px_0px_rgba\\(0\\,0\\,0\\,0\\.05\\)\\,0px_1px_1px_0px_rgba\\(255\\,252\\,240\\,0\\.5\\)_inset\\,0px_0px_0px_1px_hsla\\(0\\,0\\%\\,100\\%\\,0\\.1\\)_inset\\,0px_0px_1px_0px_rgba\\(28\\,27\\,26\\,0\\.5\\)\\]{--tw-shadow:0px 1px 1px 0px var(--tw-shadow-color,#0000000d),0px 1px 1px 0px var(--tw-shadow-color,#fffcf080)inset,0px 0px 0px 1px var(--tw-shadow-color,#ffffff1a)inset,0px 0px 1px 0px var(--tw-shadow-color,#1c1b1a80);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[inset_0_0_1px_1px_hsl\\(var\\(--border\\)\\/0\\.3\\)\\]{--tw-shadow:inset 0 0 1px 1px var(--tw-shadow-color,hsl(var(--border)/.3));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[var\\(--uilint-button-shadow\\)\\]{--tw-shadow:var(--uilint-button-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\\[var\\(--uilint-kbd-shadow\\,0_1px_0_rgba\\(0\\,0\\,0\\,0\\.08\\)\\)\\]{--tw-shadow:var(--uilint-kbd-shadow,0 1px 0 #00000014);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:var(--uilint-shadow-lg);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:var(--uilint-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:var(--uilint-card-shadow);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring,.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.\\[box-shadow\\:var\\(--uilint-card-elevated-shadow\\)\\]{box-shadow:var(--uilint-card-elevated-shadow)}.\\[box-shadow\\:var\\(--uilint-card-shadow\\)\\]{box-shadow:var(--uilint-card-shadow)}.shadow-black\\/10{--tw-shadow-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.shadow-black\\/10{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-black)10%,transparent)var(--tw-shadow-alpha),transparent)}}.ring-foreground\\/20{--tw-ring-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.ring-foreground\\/20{--tw-ring-color:color-mix(in oklab,var(--uilint-foreground)20%,transparent)}}.ring-zinc-200\\/50{--tw-ring-color:#e4e4e780}@supports (color:color-mix(in lab,red,red)){.ring-zinc-200\\/50{--tw-ring-color:color-mix(in oklab,var(--color-zinc-200)50%,transparent)}}.ring-offset-white{--tw-ring-offset-color:var(--color-white)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-lg{--tw-blur:blur(var(--blur-lg));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-md{--tw-blur:blur(var(--blur-md));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-sm{--tw-blur:blur(var(--blur-sm));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-\\[1px\\]{--tw-backdrop-blur:blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-\\[var\\(--uilint-glass-blur-medium\\)\\]{--tw-backdrop-blur:blur(var(--uilint-glass-blur-medium));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-md{--tw-backdrop-blur:blur(var(--blur-md));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xl{--tw-backdrop-blur:blur(var(--blur-xl));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.\\[backdrop-filter\\:blur\\(var\\(--uilint-glass-blur-medium\\)\\)\\]{-webkit-backdrop-filter:blur(var(--uilint-glass-blur-medium));backdrop-filter:blur(var(--uilint-glass-blur-medium))}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[colors\\]{transition-property:colors;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[scale\\]{transition-property:scale;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\\[width\\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-75{--tw-duration:75ms;transition-duration:75ms}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.\\[-ms-overflow-style\\:none\\]{-ms-overflow-style:none}.\\[-webkit-overflow-scrolling\\:touch\\]{-webkit-overflow-scrolling:touch}.\\[background\\:var\\(--uilint-card-bg\\)\\]{background:var(--uilint-card-bg)}.\\[background\\:var\\(--uilint-card-elevated-bg\\)\\]{background:var(--uilint-card-elevated-bg)}.\\[background\\:var\\(--uilint-card-glass-bg\\)\\]{background:var(--uilint-card-glass-bg)}.\\[border-top\\:1px_solid_var\\(--uilint-card-border\\)\\]{border-top:1px solid var(--uilint-card-border)}.\\[border\\:1px_solid_var\\(--uilint-card-border\\)\\]{border:1px solid var(--uilint-card-border)}.\\[border\\:1px_solid_var\\(--uilint-card-glass-border\\)\\]{border:1px solid var(--uilint-card-glass-border)}.\\[scrollbar-width\\:thin\\]{scrollbar-width:thin}@media(hover:hover){.group-hover\\:text-muted-foreground\\/60:is(:where(.group):hover *){color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.group-hover\\:text-muted-foreground\\/60:is(:where(.group):hover *){color:color-mix(in oklab,var(--uilint-text-muted)60%,transparent)}}.group-hover\\:opacity-100:is(:where(.group):hover *){opacity:1}}.file\\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\\:bg-transparent::file-selector-button{background-color:#0000}.file\\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.placeholder\\:text-\\[var\\(--uilint-input-placeholder\\)\\]::placeholder{color:var(--uilint-input-placeholder)}.placeholder\\:text-muted-foreground\\/40::placeholder{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.placeholder\\:text-muted-foreground\\/40::placeholder{color:color-mix(in oklab,var(--uilint-text-muted)40%,transparent)}}.before\\:absolute:before{content:var(--tw-content);position:absolute}.before\\:inset-x-0:before{content:var(--tw-content);inset-inline:calc(var(--spacing)*0)}.before\\:inset-y-0:before{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.before\\:top-0:before{content:var(--tw-content);top:calc(var(--spacing)*0)}.before\\:left-0:before{content:var(--tw-content);left:calc(var(--spacing)*0)}.before\\:h-\\(--top-fade-height\\):before{content:var(--tw-content);height:var(--top-fade-height)}.before\\:h-px:before{content:var(--tw-content);height:1px}.before\\:w-\\(--left-fade-width\\):before{content:var(--tw-content);width:var(--left-fade-width)}.before\\:bg-gradient-to-b:before{content:var(--tw-content);--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.before\\:bg-gradient-to-r:before{content:var(--tw-content);--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.before\\:from-background:before{content:var(--tw-content);--tw-gradient-from:var(--uilint-background);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.before\\:to-transparent:before{content:var(--tw-content);--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.before\\:opacity-0:before{content:var(--tw-content);opacity:0}.before\\:opacity-100:before{content:var(--tw-content);opacity:1}.before\\:transition-\\[height\\,opacity\\]:before{content:var(--tw-content);transition-property:height,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.before\\:transition-\\[width\\,opacity\\]:before{content:var(--tw-content);transition-property:width,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.before\\:duration-300:before{content:var(--tw-content);--tw-duration:.3s;transition-duration:.3s}.before\\:\\[background\\:var\\(--uilint-glass-highlight\\)\\]:before{content:var(--tw-content);background:var(--uilint-glass-highlight)}.after\\:absolute:after{content:var(--tw-content);position:absolute}.after\\:inset-x-0:after{content:var(--tw-content);inset-inline:calc(var(--spacing)*0)}.after\\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.after\\:right-0:after{content:var(--tw-content);right:calc(var(--spacing)*0)}.after\\:bottom-0:after{content:var(--tw-content);bottom:calc(var(--spacing)*0)}.after\\:h-\\(--bottom-fade-height\\):after{content:var(--tw-content);height:var(--bottom-fade-height)}.after\\:w-\\(--right-fade-width\\):after{content:var(--tw-content);width:var(--right-fade-width)}.after\\:bg-gradient-to-l:after{content:var(--tw-content);--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.after\\:bg-gradient-to-t:after{content:var(--tw-content);--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.after\\:from-background:after{content:var(--tw-content);--tw-gradient-from:var(--uilint-background);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.after\\:to-transparent:after{content:var(--tw-content);--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.after\\:opacity-0:after{content:var(--tw-content);opacity:0}.after\\:opacity-100:after{content:var(--tw-content);opacity:1}.after\\:transition-\\[height\\,opacity\\]:after{content:var(--tw-content);transition-property:height,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.after\\:transition-\\[width\\,opacity\\]:after{content:var(--tw-content);transition-property:width,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.after\\:duration-300:after{content:var(--tw-content);--tw-duration:.3s;transition-duration:.3s}.last\\:border-b-0:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media(hover:hover){.hover\\:border-foreground\\/\\[0\\.08\\]:hover{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:border-foreground\\/\\[0\\.08\\]:hover{border-color:color-mix(in oklab,var(--uilint-foreground)8%,transparent)}}.hover\\:bg-\\[var\\(--uilint-active\\)\\]:hover{background-color:var(--uilint-active)}.hover\\:bg-\\[var\\(--uilint-button-destructive-bg\\)\\]\\/90:hover{background-color:var(--uilint-button-destructive-bg)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-\\[var\\(--uilint-button-destructive-bg\\)\\]\\/90:hover{background-color:color-mix(in oklab,var(--uilint-button-destructive-bg)90%,transparent)}}.hover\\:bg-\\[var\\(--uilint-button-ghost-text\\)\\]\\/10:hover{background-color:var(--uilint-button-ghost-text)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-\\[var\\(--uilint-button-ghost-text\\)\\]\\/10:hover{background-color:color-mix(in oklab,var(--uilint-button-ghost-text)10%,transparent)}}.hover\\:bg-\\[var\\(--uilint-button-outline-text\\)\\]\\/10:hover{background-color:var(--uilint-button-outline-text)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-\\[var\\(--uilint-button-outline-text\\)\\]\\/10:hover{background-color:color-mix(in oklab,var(--uilint-button-outline-text)10%,transparent)}}.hover\\:bg-\\[var\\(--uilint-button-secondary-bg\\)\\]\\/80:hover{background-color:var(--uilint-button-secondary-bg)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-\\[var\\(--uilint-button-secondary-bg\\)\\]\\/80:hover{background-color:color-mix(in oklab,var(--uilint-button-secondary-bg)80%,transparent)}}.hover\\:bg-\\[var\\(--uilint-glass-medium\\)\\]:hover{background-color:var(--uilint-glass-medium)}.hover\\:bg-\\[var\\(--uilint-hover\\)\\]:hover{background-color:var(--uilint-hover)}.hover\\:bg-error\\/10:hover{background-color:var(--uilint-error)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-error\\/10:hover{background-color:color-mix(in oklab,var(--uilint-error)10%,transparent)}}.hover\\:bg-foreground\\/6:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/6:hover{background-color:color-mix(in oklab,var(--uilint-foreground)6%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.02\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.02\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)2%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.03\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.03\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)3%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.04\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.04\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)4%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.05\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.05\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)5%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.06\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.06\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)6%,transparent)}}.hover\\:bg-foreground\\/\\[0\\.08\\]:hover{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-foreground\\/\\[0\\.08\\]:hover{background-color:color-mix(in oklab,var(--uilint-foreground)8%,transparent)}}.hover\\:bg-info\\/10:hover{background-color:var(--uilint-info)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-info\\/10:hover{background-color:color-mix(in oklab,var(--uilint-info)10%,transparent)}}.hover\\:bg-red-500\\/80:hover{background-color:#fb2c36cc}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-red-500\\/80:hover{background-color:color-mix(in oklab,var(--color-red-500)80%,transparent)}}.hover\\:bg-red-500\\/90:hover{background-color:#fb2c36e6}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-red-500\\/90:hover{background-color:color-mix(in oklab,var(--color-red-500)90%,transparent)}}.hover\\:bg-warning\\/10:hover{background-color:var(--uilint-warning)}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-warning\\/10:hover{background-color:color-mix(in oklab,var(--uilint-warning)10%,transparent)}}.hover\\:bg-white\\/30:hover{background-color:#ffffff4d}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-white\\/30:hover{background-color:color-mix(in oklab,var(--color-white)30%,transparent)}}.hover\\:bg-zinc-100:hover{background-color:var(--color-zinc-100)}.hover\\:bg-zinc-100\\/60:hover{background-color:#f4f4f599}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-zinc-100\\/60:hover{background-color:color-mix(in oklab,var(--color-zinc-100)60%,transparent)}}.hover\\:bg-zinc-100\\/80:hover{background-color:#f4f4f5cc}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-zinc-100\\/80:hover{background-color:color-mix(in oklab,var(--color-zinc-100)80%,transparent)}}.hover\\:bg-zinc-900\\/80:hover{background-color:#18181bcc}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-zinc-900\\/80:hover{background-color:color-mix(in oklab,var(--color-zinc-900)80%,transparent)}}.hover\\:bg-zinc-900\\/90:hover{background-color:#18181be6}@supports (color:color-mix(in lab,red,red)){.hover\\:bg-zinc-900\\/90:hover{background-color:color-mix(in oklab,var(--color-zinc-900)90%,transparent)}}.hover\\:text-\\[var\\(--uilint-text-primary\\)\\]:hover{color:var(--uilint-text-primary)}.hover\\:text-\\[var\\(--uilint-text-secondary\\)\\]:hover{color:var(--uilint-text-secondary)}.hover\\:text-foreground:hover,.hover\\:text-foreground\\/70:hover{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-foreground\\/70:hover{color:color-mix(in oklab,var(--uilint-foreground)70%,transparent)}}.hover\\:text-foreground\\/80:hover{color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-foreground\\/80:hover{color:color-mix(in oklab,var(--uilint-foreground)80%,transparent)}}.hover\\:text-muted-foreground:hover,.hover\\:text-muted-foreground\\/70:hover{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-muted-foreground\\/70:hover{color:color-mix(in oklab,var(--uilint-text-muted)70%,transparent)}}.hover\\:text-muted-foreground\\/80:hover{color:var(--uilint-text-muted)}@supports (color:color-mix(in lab,red,red)){.hover\\:text-muted-foreground\\/80:hover{color:color-mix(in oklab,var(--uilint-text-muted)80%,transparent)}}.hover\\:text-zinc-800:hover{color:var(--color-zinc-800)}.hover\\:text-zinc-900:hover{color:var(--color-zinc-900)}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:opacity-100:hover{opacity:1}.hover\\:shadow-\\[var\\(--uilint-button-shadow-hover\\)\\]:hover{--tw-shadow:var(--uilint-button-shadow-hover);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\\:brightness-\\[0\\.97\\]:hover{--tw-brightness:brightness(.97);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}.focus\\:border-\\[var\\(--uilint-error\\)\\]:focus{border-color:var(--uilint-error)}.focus\\:border-\\[var\\(--uilint-input-border-focus\\)\\]:focus{border-color:var(--uilint-input-border-focus)}.focus\\:border-error:focus{border-color:var(--uilint-error)}.focus\\:border-foreground\\/\\[0\\.12\\]:focus{border-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.focus\\:border-foreground\\/\\[0\\.12\\]:focus{border-color:color-mix(in oklab,var(--uilint-foreground)12%,transparent)}}.focus\\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:ring-foreground\\/20:focus{--tw-ring-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.focus\\:ring-foreground\\/20:focus{--tw-ring-color:color-mix(in oklab,var(--uilint-foreground)20%,transparent)}}.focus\\:ring-zinc-950:focus{--tw-ring-color:var(--color-zinc-950)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\\:ring-\\[var\\(--uilint-button-default-bg\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-default-bg)}.focus-visible\\:ring-\\[var\\(--uilint-button-destructive-bg\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-destructive-bg)}.focus-visible\\:ring-\\[var\\(--uilint-button-ghost-text\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-ghost-text)}.focus-visible\\:ring-\\[var\\(--uilint-button-outline-text\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-outline-text)}.focus-visible\\:ring-\\[var\\(--uilint-button-secondary-bg\\)\\]:focus-visible{--tw-ring-color:var(--uilint-button-secondary-bg)}.focus-visible\\:ring-ring:focus-visible{--tw-ring-color:var(--uilint-border-focus)}.focus-visible\\:ring-white\\/50:focus-visible{--tw-ring-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.focus-visible\\:ring-white\\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.focus-visible\\:ring-zinc-950:focus-visible{--tw-ring-color:var(--color-zinc-950)}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\\:scale-x-98:active{--tw-scale-x:98%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\\:scale-y-95:active{--tw-scale-y:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\\:scale-\\[0\\.98\\]:active{scale:.98}.active\\:bg-zinc-100\\/70:active{background-color:#f4f4f5b3}@supports (color:color-mix(in lab,red,red)){.active\\:bg-zinc-100\\/70:active{background-color:color-mix(in oklab,var(--color-zinc-100)70%,transparent)}}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-40:disabled{opacity:.4}.disabled\\:opacity-50:disabled{opacity:.5}@media(min-width:40rem){.sm\\:inline{display:inline}.sm\\:h-5{height:calc(var(--spacing)*5)}.sm\\:min-h-0{min-height:calc(var(--spacing)*0)}.sm\\:w-5{width:calc(var(--spacing)*5)}.sm\\:max-w-\\[calc\\(100\\%-2rem\\)\\]{max-width:calc(100% - 2rem)}.sm\\:max-w-lg{max-width:var(--container-lg)}.sm\\:columns-3{columns:3}.sm\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\\:rounded-lg{border-radius:var(--uilint-radius-lg)}.sm\\:rounded-xl{border-radius:var(--radius-xl)}.sm\\:p-1\\.5{padding:calc(var(--spacing)*1.5)}.sm\\:p-3{padding:calc(var(--spacing)*3)}.sm\\:px-0{padding-inline:calc(var(--spacing)*0)}.sm\\:px-2{padding-inline:calc(var(--spacing)*2)}.sm\\:px-4{padding-inline:calc(var(--spacing)*4)}.sm\\:py-4{padding-block:calc(var(--spacing)*4)}.sm\\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\\:shadow-\\[inset_0_0_2px_1px_hsl\\(var\\(--border\\)\\/0\\.3\\)\\]{--tw-shadow:inset 0 0 2px 1px var(--tw-shadow-color,hsl(var(--border)/.3));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media(min-width:48rem){.md\\:max-w-\\[calc\\(100\\%-4rem\\)\\]{max-width:calc(100% - 4rem)}.md\\:rounded-3xl{border-radius:var(--radius-3xl)}.md\\:rounded-\\[2rem\\]{border-radius:2rem}.md\\:p-2{padding:calc(var(--spacing)*2)}.md\\:p-4{padding:calc(var(--spacing)*4)}}@media(prefers-color-scheme:dark){.dark\\:border-purple-400\\/10{border-color:#c07eff1a}@supports (color:color-mix(in lab,red,red)){.dark\\:border-purple-400\\/10{border-color:color-mix(in oklab,var(--color-purple-400)10%,transparent)}}.dark\\:border-zinc-50\\/10{border-color:#fafafa1a}@supports (color:color-mix(in lab,red,red)){.dark\\:border-zinc-50\\/10{border-color:color-mix(in oklab,var(--color-zinc-50)10%,transparent)}}.dark\\:border-zinc-800{border-color:var(--color-zinc-800)}.dark\\:bg-amber-500\\/25{background-color:#f99c0040}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-amber-500\\/25{background-color:color-mix(in oklab,var(--color-amber-500)25%,transparent)}}.dark\\:bg-blue-500\\/20{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-blue-500\\/20{background-color:color-mix(in oklab,var(--color-blue-500)20%,transparent)}}.dark\\:bg-emerald-500\\/25{background-color:#00bb7f40}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-emerald-500\\/25{background-color:color-mix(in oklab,var(--color-emerald-500)25%,transparent)}}.dark\\:bg-purple-400\\/\\[0\\.06\\]{background-color:#c07eff0f}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-purple-400\\/\\[0\\.06\\]{background-color:color-mix(in oklab,var(--color-purple-400)6%,transparent)}}.dark\\:bg-red-500\\/25{background-color:#fb2c3640}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-red-500\\/25{background-color:color-mix(in oklab,var(--color-red-500)25%,transparent)}}.dark\\:bg-red-900{background-color:var(--color-red-900)}.dark\\:bg-zinc-50{background-color:var(--color-zinc-50)}.dark\\:bg-zinc-100{background-color:var(--color-zinc-100)}.dark\\:bg-zinc-700{background-color:var(--color-zinc-700)}.dark\\:bg-zinc-800{background-color:var(--color-zinc-800)}.dark\\:bg-zinc-800\\/50{background-color:#27272a80}@supports (color:color-mix(in lab,red,red)){.dark\\:bg-zinc-800\\/50{background-color:color-mix(in oklab,var(--color-zinc-800)50%,transparent)}}.dark\\:bg-zinc-950{background-color:var(--color-zinc-950)}.dark\\:text-amber-300{color:var(--color-amber-300)}.dark\\:text-blue-400{color:var(--color-blue-400)}.dark\\:text-emerald-300{color:var(--color-emerald-300)}.dark\\:text-purple-400\\/70{color:#c07effb3}@supports (color:color-mix(in lab,red,red)){.dark\\:text-purple-400\\/70{color:color-mix(in oklab,var(--color-purple-400)70%,transparent)}}.dark\\:text-red-300{color:var(--color-red-300)}.dark\\:text-zinc-50{color:var(--color-zinc-50)}.dark\\:text-zinc-100{color:var(--color-zinc-100)}.dark\\:text-zinc-400{color:var(--color-zinc-400)}.dark\\:text-zinc-900{color:var(--color-zinc-900)}.dark\\:shadow-\\[0_0_0_1px_rgba\\(255\\,252\\,240\\,0\\.08\\)\\,0px_2px_2px_rgba\\(0\\,0\\,0\\,0\\.2\\)\\,0px_8px_16px_-4px_rgba\\(0\\,0\\,0\\,0\\.3\\)\\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,#fffcf014),0px 2px 2px var(--tw-shadow-color,#0003),0px 8px 16px -4px var(--tw-shadow-color,#0000004d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\\:shadow-\\[0px_1px_1px_0px_hsla\\(0\\,0\\%\\,100\\%\\,0\\.02\\)_inset\\,0px_1px_1px_0px_rgba\\(255\\,255\\,255\\,0\\.05\\)_inset\\,0px_0px_0px_1px_hsla\\(0\\,0\\%\\,100\\%\\,0\\.05\\)_inset\\,0px_0px_1px_0px_rgba\\(0\\,0\\,0\\,0\\.25\\)\\]{--tw-shadow:0px 1px 1px 0px var(--tw-shadow-color,#ffffff05)inset,0px 1px 1px 0px var(--tw-shadow-color,#ffffff0d)inset,0px 0px 0px 1px var(--tw-shadow-color,#ffffff0d)inset,0px 0px 1px 0px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\\:shadow-\\[0px_1px_1px_0px_rgba\\(0\\,0\\,0\\,0\\.2\\)\\,0px_1px_1px_0px_rgba\\(255\\,255\\,255\\,0\\.05\\)_inset\\,0px_0px_0px_1px_hsla\\(0\\,0\\%\\,100\\%\\,0\\.05\\)_inset\\,0px_0px_1px_0px_rgba\\(0\\,0\\,0\\,0\\.8\\)\\]{--tw-shadow:0px 1px 1px 0px var(--tw-shadow-color,#0003),0px 1px 1px 0px var(--tw-shadow-color,#ffffff0d)inset,0px 0px 0px 1px var(--tw-shadow-color,#ffffff0d)inset,0px 0px 1px 0px var(--tw-shadow-color,#000c);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\\:shadow-\\[inset_0_0_1px_1px_hsl\\(var\\(--border\\)\\/0\\.5\\)\\]{--tw-shadow:inset 0 0 1px 1px var(--tw-shadow-color,hsl(var(--border)/.5));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dark\\:ring-zinc-800\\/50{--tw-ring-color:#27272a80}@supports (color:color-mix(in lab,red,red)){.dark\\:ring-zinc-800\\/50{--tw-ring-color:color-mix(in oklab,var(--color-zinc-800)50%,transparent)}}.dark\\:ring-offset-zinc-950{--tw-ring-offset-color:var(--color-zinc-950)}@media(hover:hover){.dark\\:dark\\:hover\\:bg-zinc-800\\/50:hover{background-color:#27272a80}@supports (color:color-mix(in lab,red,red)){.dark\\:dark\\:hover\\:bg-zinc-800\\/50:hover{background-color:color-mix(in oklab,var(--color-zinc-800)50%,transparent)}}}@media(hover:hover){.dark\\:hover\\:bg-red-900\\/80:hover{background-color:#82181acc}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-red-900\\/80:hover{background-color:color-mix(in oklab,var(--color-red-900)80%,transparent)}}.dark\\:hover\\:bg-red-900\\/90:hover{background-color:#82181ae6}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-red-900\\/90:hover{background-color:color-mix(in oklab,var(--color-red-900)90%,transparent)}}.dark\\:hover\\:bg-zinc-50\\/80:hover{background-color:#fafafacc}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-50\\/80:hover{background-color:color-mix(in oklab,var(--color-zinc-50)80%,transparent)}}.dark\\:hover\\:bg-zinc-50\\/90:hover{background-color:#fafafae6}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-50\\/90:hover{background-color:color-mix(in oklab,var(--color-zinc-50)90%,transparent)}}.dark\\:hover\\:bg-zinc-100\\/50:hover{background-color:#f4f4f580}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-100\\/50:hover{background-color:color-mix(in oklab,var(--color-zinc-100)50%,transparent)}}.dark\\:hover\\:bg-zinc-700:hover{background-color:var(--color-zinc-700)}.dark\\:hover\\:bg-zinc-800:hover{background-color:var(--color-zinc-800)}.dark\\:hover\\:bg-zinc-800\\/60:hover{background-color:#27272a99}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-800\\/60:hover{background-color:color-mix(in oklab,var(--color-zinc-800)60%,transparent)}}.dark\\:hover\\:bg-zinc-800\\/80:hover{background-color:#27272acc}@supports (color:color-mix(in lab,red,red)){.dark\\:hover\\:bg-zinc-800\\/80:hover{background-color:color-mix(in oklab,var(--color-zinc-800)80%,transparent)}}.dark\\:hover\\:text-zinc-50:hover{color:var(--color-zinc-50)}}.dark\\:focus\\:ring-zinc-300:focus,.dark\\:focus-visible\\:ring-zinc-300:focus-visible{--tw-ring-color:var(--color-zinc-300)}.dark\\:active\\:bg-zinc-800\\/70:active{background-color:#27272ab3}@supports (color:color-mix(in lab,red,red)){.dark\\:active\\:bg-zinc-800\\/70:active{background-color:color-mix(in oklab,var(--color-zinc-800)70%,transparent)}}@media(min-width:40rem){.dark\\:sm\\:shadow-\\[inset_0_0_2px_1px_hsl\\(var\\(--border\\)\\/0\\.5\\)\\]{--tw-shadow:inset 0 0 2px 1px var(--tw-shadow-color,hsl(var(--border)/.5));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:size-4 svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\\[\\&_svg\\]\\:h-4 svg{height:calc(var(--spacing)*4)}.\\[\\&_svg\\]\\:h-5 svg{height:calc(var(--spacing)*5)}.\\[\\&_svg\\]\\:h-\\[18px\\] svg{height:18px}.\\[\\&_svg\\]\\:w-4 svg{width:calc(var(--spacing)*4)}.\\[\\&_svg\\]\\:w-5 svg{width:calc(var(--spacing)*5)}.\\[\\&_svg\\]\\:w-\\[18px\\] svg{width:18px}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\:not\\(\\[class\\*\\=size-\\]\\)\\]\\:size-3 svg:not([class*=size-]){width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\\[\\&\\:\\:-webkit-scrollbar\\]\\:h-1::-webkit-scrollbar{height:calc(var(--spacing)*1)}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:rounded-full::-webkit-scrollbar-thumb{border-radius:3.40282e38px}.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:bg-foreground\\/10::-webkit-scrollbar-thumb{background-color:var(--uilint-foreground)}@supports (color:color-mix(in lab,red,red)){.\\[\\&\\:\\:-webkit-scrollbar-thumb\\]\\:bg-foreground\\/10::-webkit-scrollbar-thumb{background-color:color-mix(in oklab,var(--uilint-foreground)10%,transparent)}}.\\[\\&\\:\\:-webkit-scrollbar-track\\]\\:bg-transparent::-webkit-scrollbar-track{background-color:#0000}.\\[\\&\\>div\\]\\:\\!block>div{display:block!important}[data-slot=tooltip-content] .\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-white\\/20{background-color:#fff3}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-white\\/20{background-color:color-mix(in oklab,var(--color-white)20%,transparent)}}[data-slot=tooltip-content] .\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:text-white{color:var(--color-white)}@media(prefers-color-scheme:dark){[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-white\\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-white\\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-zinc-950\\/20{background-color:#09090b33}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-zinc-950\\/20{background-color:color-mix(in oklab,var(--color-zinc-950)20%,transparent)}}[data-slot=tooltip-content] .dark\\:dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-zinc-950\\/10{background-color:#09090b1a}@supports (color:color-mix(in lab,red,red)){[data-slot=tooltip-content] .dark\\:dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:bg-zinc-950\\/10{background-color:color-mix(in oklab,var(--color-zinc-950)10%,transparent)}}[data-slot=tooltip-content] .dark\\:\\[\\[data-slot\\=tooltip-content\\]_\\&\\]\\:text-zinc-950{color:var(--color-zinc-950)}}}:root{--uilint-tile-rule:oklch(65% .15 259);--uilint-tile-file:oklch(68% .14 142);--uilint-background:oklch(98.5% .002 265);--uilint-background-elevated:oklch(96.7% .003 265);--uilint-foreground:oklch(14.1% .005 265);--uilint-surface:oklch(98.5% .002 265);--uilint-surface-elevated:oklch(96.7% .003 265);--uilint-text-primary:oklch(14.1% .005 265);--uilint-text-secondary:oklch(37% .013 265);--uilint-text-muted:oklch(55.2% .016 265);--uilint-text-disabled:oklch(70.5% .015 265);--uilint-hover:oklch(55.2% .016 265/.12);--uilint-active:oklch(44.2% .017 265/.16);--uilint-border:oklch(92% .004 265);--uilint-border-focus:oklch(55.2% .016 265);--uilint-accent:oklch(44.2% .017 265);--uilint-accent-foreground:oklch(98.5% .002 265);--uilint-success:oklch(72.3% .191 142.5);--uilint-success-bg:oklch(72.3% .191 142.5/.15);--uilint-warning:oklch(82% .165 80);--uilint-warning-bg:oklch(82% .165 80/.15);--uilint-error:oklch(72% .17 25);--uilint-error-bg:oklch(72% .17 25/.15);--uilint-info:oklch(62.3% .214 259);--uilint-info-bg:oklch(62.3% .214 259/.15);--uilint-shadow:0 4px 20px oklch(14.1% .005 265/.12);--uilint-shadow-lg:0 8px 32px oklch(14.1% .005 265/.18);--uilint-backdrop:oklch(98.5% .002 265/.92);--uilint-glass:oklch(99% .002 265/.7);--uilint-glass-border:oklch(100% .002 265/.25);--uilint-glass-highlight:oklch(100% 0 0/.4);--uilint-glass-blur-light:8px;--uilint-glass-blur-medium:16px;--uilint-glass-blur-heavy:24px;--uilint-glass-light:oklch(99% .002 265/.5);--uilint-glass-medium:oklch(99% .002 265/.7);--uilint-glass-heavy:oklch(99% .002 265/.85);--uilint-kbd-background:linear-gradient(180deg,oklch(100% 0 0) 0%,oklch(96.7% .003 265) 100%);--uilint-kbd-border:oklch(0% 0 0/.1);--uilint-kbd-shadow:0 1px 0 oklch(0% 0 0/.08);--uilint-kbd-text:oklch(44.2% .017 265);--uilint-badge-radius:6px;--uilint-button-radius:8px;--uilint-button-shadow:0 1px 2px oklch(0% 0 0/.05);--uilint-button-shadow-hover:0 2px 4px oklch(0% 0 0/.1);--uilint-button-default-bg:var(--uilint-accent);--uilint-button-default-text:var(--uilint-accent-foreground);--uilint-button-default-border:transparent;--uilint-button-secondary-bg:oklch(96.7% .003 265);--uilint-button-secondary-text:var(--uilint-text-primary);--uilint-button-secondary-border:var(--uilint-border);--uilint-button-ghost-bg:transparent;--uilint-button-ghost-text:var(--uilint-text-secondary);--uilint-button-ghost-border:transparent;--uilint-button-destructive-bg:var(--uilint-error);--uilint-button-destructive-text:oklch(100% 0 0);--uilint-button-destructive-border:transparent;--uilint-button-outline-bg:transparent;--uilint-button-outline-text:var(--uilint-text-primary);--uilint-button-outline-border:var(--uilint-border);--uilint-button-glass-bg:var(--uilint-glass-medium);--uilint-button-glass-text:var(--uilint-text-primary);--uilint-button-glass-border:var(--uilint-glass-border);--uilint-input-bg:oklch(100% 0 0/.6);--uilint-input-border:var(--uilint-border);--uilint-input-border-focus:var(--uilint-border-focus);--uilint-input-placeholder:var(--uilint-text-muted);--uilint-input-radius:8px;--uilint-input-ring:oklch(55.2% .016 265/.25);--uilint-card-bg:var(--uilint-surface);--uilint-card-border:var(--uilint-border);--uilint-card-radius:12px;--uilint-card-shadow:0 1px 3px oklch(0% 0 0/.04);--uilint-card-shadow-hover:0 4px 12px oklch(0% 0 0/.08);--uilint-card-elevated-bg:var(--uilint-surface-elevated);--uilint-card-elevated-shadow:0 4px 16px oklch(0% 0 0/.1);--uilint-card-glass-bg:var(--uilint-glass-medium);--uilint-card-glass-border:var(--uilint-glass-border);--uilint-icon-button-size:32px;--uilint-icon-button-size-sm:28px;--uilint-icon-button-size-lg:40px;--uilint-icon-button-radius:8px;--uilint-scrollbar-track:oklch(92% .004 265);--uilint-scrollbar-thumb:oklch(70.5% .015 265);--uilint-scrollbar-thumb-hover:oklch(55.2% .016 265);--uilint-radius:12px;--uilint-radius-sm:8px;--uilint-radius-lg:16px;--uilint-transition-fast:.1s ease;--uilint-transition-normal:.15s ease;--uilint-transition-slow:.25s ease;color-scheme:light}.dev-tool-root{color-scheme:light}.dark,.dark .dev-tool-root,.dev-tool-root.dark,.dev-tool-root[data-theme=dark]{--uilint-background:oklch(14.1% .005 265);--uilint-background-elevated:oklch(21% .006 265);--uilint-foreground:oklch(98.5% .002 265);--uilint-surface:oklch(14.1% .005 265);--uilint-surface-elevated:oklch(21% .006 265);--uilint-text-primary:oklch(98.5% .002 265);--uilint-text-secondary:oklch(87% .006 265);--uilint-text-muted:oklch(70.5% .015 265);--uilint-text-disabled:oklch(44.2% .017 265);--uilint-hover:oklch(70.5% .015 265/.12);--uilint-active:oklch(70.5% .015 265/.18);--uilint-border:oklch(98.5% .002 265/.12);--uilint-border-focus:oklch(70.5% .015 265);--uilint-accent:oklch(70.5% .015 265);--uilint-accent-foreground:oklch(14.1% .005 265);--uilint-success:oklch(72.3% .191 142.5);--uilint-success-bg:oklch(72.3% .191 142.5/.2);--uilint-warning:oklch(82% .165 80);--uilint-warning-bg:oklch(82% .165 80/.2);--uilint-error:oklch(72% .17 25);--uilint-error-bg:oklch(72% .17 25/.2);--uilint-info:oklch(62.3% .214 259);--uilint-info-bg:oklch(62.3% .214 259/.2);--uilint-shadow:0 4px 20px oklch(0% 0 0/.4);--uilint-shadow-lg:0 8px 32px oklch(0% 0 0/.5);--uilint-backdrop:oklch(14.1% .005 265/.92);--uilint-glass:oklch(21% .006 265/.7);--uilint-glass-border:oklch(100% .002 265/.12);--uilint-glass-highlight:oklch(100% 0 0/.1);--uilint-glass-light:oklch(23% .006 265/.5);--uilint-glass-medium:oklch(21% .006 265/.7);--uilint-glass-heavy:oklch(18% .005 265/.85);--uilint-kbd-background:linear-gradient(180deg,oklch(27.4% .006 265) 0%,oklch(21% .006 265) 100%);--uilint-kbd-border:oklch(100% 0 0/.1);--uilint-kbd-shadow:0 1px 0 oklch(0% 0 0/.2);--uilint-kbd-text:oklch(70.5% .015 265);--uilint-button-default-bg:var(--uilint-accent);--uilint-button-default-text:var(--uilint-accent-foreground);--uilint-button-default-border:transparent;--uilint-button-secondary-bg:oklch(27.4% .006 265);--uilint-button-secondary-text:var(--uilint-text-primary);--uilint-button-secondary-border:var(--uilint-border);--uilint-button-ghost-bg:transparent;--uilint-button-ghost-text:var(--uilint-text-secondary);--uilint-button-ghost-border:transparent;--uilint-button-destructive-bg:var(--uilint-error);--uilint-button-destructive-text:oklch(100% 0 0);--uilint-button-destructive-border:transparent;--uilint-button-outline-bg:transparent;--uilint-button-outline-text:var(--uilint-text-primary);--uilint-button-outline-border:var(--uilint-border);--uilint-button-glass-bg:var(--uilint-glass-medium);--uilint-button-glass-text:var(--uilint-text-primary);--uilint-button-glass-border:var(--uilint-glass-border);--uilint-input-bg:oklch(23% .006 265/.6);--uilint-input-border:var(--uilint-border);--uilint-input-border-focus:var(--uilint-border-focus);--uilint-input-placeholder:var(--uilint-text-muted);--uilint-input-ring:oklch(70.5% .015 265/.25);--uilint-card-bg:var(--uilint-surface);--uilint-card-border:var(--uilint-border);--uilint-card-shadow:0 1px 3px oklch(0% 0 0/.2);--uilint-card-shadow-hover:0 4px 12px oklch(0% 0 0/.3);--uilint-card-elevated-bg:var(--uilint-surface-elevated);--uilint-card-elevated-shadow:0 4px 16px oklch(0% 0 0/.4);--uilint-card-glass-bg:var(--uilint-glass-medium);--uilint-card-glass-border:var(--uilint-glass-border);--uilint-scrollbar-track:oklch(21% .006 265);--uilint-scrollbar-thumb:oklch(37% .013 265);--uilint-scrollbar-thumb-hover:oklch(44.2% .017 265);color-scheme:dark}@media(prefers-color-scheme:dark){:root:not(.light) .dev-tool-root:not(.light):not([data-theme=light]),.dev-tool-root:not(.light):not([data-theme=light]){--uilint-background:oklch(14.1% .005 265);--uilint-background-elevated:oklch(21% .006 265);--uilint-foreground:oklch(98.5% .002 265);--uilint-surface:oklch(14.1% .005 265);--uilint-surface-elevated:oklch(21% .006 265);--uilint-text-primary:oklch(98.5% .002 265);--uilint-text-secondary:oklch(87% .006 265);--uilint-text-muted:oklch(70.5% .015 265);--uilint-text-disabled:oklch(44.2% .017 265);--uilint-hover:oklch(70.5% .015 265/.12);--uilint-active:oklch(70.5% .015 265/.18);--uilint-border:oklch(98.5% .002 265/.12);--uilint-border-focus:oklch(70.5% .015 265);--uilint-accent:oklch(70.5% .015 265);--uilint-accent-foreground:oklch(14.1% .005 265);--uilint-success:oklch(72.3% .191 142.5);--uilint-success-bg:oklch(72.3% .191 142.5/.2);--uilint-warning:oklch(82% .165 80);--uilint-warning-bg:oklch(82% .165 80/.2);--uilint-error:oklch(72% .17 25);--uilint-error-bg:oklch(72% .17 25/.2);--uilint-shadow:0 4px 20px oklch(0% 0 0/.4);--uilint-backdrop:oklch(14.1% .005 265/.92);--uilint-glass:oklch(21% .006 265/.7);--uilint-glass-border:oklch(100% .002 265/.12);--uilint-scrollbar-track:oklch(21% .006 265);--uilint-scrollbar-thumb:oklch(37% .013 265);--uilint-scrollbar-thumb-hover:oklch(44.2% .017 265);color-scheme:dark}}.light,.light .dev-tool-root,.dev-tool-root.light,.dev-tool-root[data-theme=light]{--uilint-background:oklch(98.5% .002 265);--uilint-background-elevated:oklch(96.7% .003 265);--uilint-foreground:oklch(14.1% .005 265);--uilint-surface:oklch(98.5% .002 265);--uilint-surface-elevated:oklch(96.7% .003 265);--uilint-text-primary:oklch(14.1% .005 265);--uilint-text-secondary:oklch(37% .013 265);--uilint-text-muted:oklch(55.2% .016 265);--uilint-text-disabled:oklch(70.5% .015 265);--uilint-hover:oklch(55.2% .016 265/.12);--uilint-active:oklch(44.2% .017 265/.16);--uilint-border:oklch(92% .004 265);--uilint-border-focus:oklch(55.2% .016 265);--uilint-accent:oklch(44.2% .017 265);--uilint-accent-foreground:oklch(98.5% .002 265);--uilint-success:oklch(72.3% .191 142.5);--uilint-success-bg:oklch(72.3% .191 142.5/.15);--uilint-warning:oklch(82% .165 80);--uilint-warning-bg:oklch(82% .165 80/.15);--uilint-error:oklch(72% .17 25);--uilint-error-bg:oklch(72% .17 25/.15);--uilint-shadow:0 4px 20px oklch(14.1% .005 265/.12);--uilint-backdrop:oklch(98.5% .002 265/.92);--uilint-glass:oklch(99% .002 265/.7);--uilint-glass-border:oklch(100% .002 265/.25);--uilint-scrollbar-track:oklch(92% .004 265);--uilint-scrollbar-thumb:oklch(70.5% .015 265);--uilint-scrollbar-thumb-hover:oklch(55.2% .016 265);color-scheme:light}@keyframes uilint-fade-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes uilint-fade-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes uilint-pulse{0%,to{box-shadow:0 0 6px 2px var(--uilint-pulse-color,#ffa50066)}50%{box-shadow:0 0 16px 6px var(--uilint-pulse-color,#ffa50099)}}@keyframes uilint-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes uilint-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes uilint-popover-appear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-ui-lint] *{scrollbar-width:thin;scrollbar-color:var(--uilint-scrollbar-thumb)var(--uilint-scrollbar-track)}[data-ui-lint] ::-webkit-scrollbar{width:8px;height:8px}[data-ui-lint] ::-webkit-scrollbar-track{background:var(--uilint-scrollbar-track);border-radius:4px}[data-ui-lint] ::-webkit-scrollbar-thumb{background:var(--uilint-scrollbar-thumb);border-radius:4px}[data-ui-lint] ::-webkit-scrollbar-thumb:hover{background:var(--uilint-scrollbar-thumb-hover)}@media(max-width:767px){.dev-tool-root{--uilint-radius:16px}}.safe-area-padding-top{padding-top:env(safe-area-inset-top,0px)}.safe-area-padding-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}.safe-area-padding-left{padding-left:env(safe-area-inset-left,0px)}.safe-area-padding-right{padding-right:env(safe-area-inset-right,0px)}@keyframes uilint-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes uilint-sheet-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media(pointer:coarse){.dev-tool-root button:focus-visible,.dev-tool-root [role=button]:focus-visible{outline-offset:2px}}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}`;
|
|
21104
21089
|
let _r = !1;
|
|
21105
21090
|
const Fa = "uilint-devtool-root";
|
|
21106
21091
|
function _a() {
|
|
21107
21092
|
return typeof window < "u";
|
|
21108
21093
|
}
|
|
21109
|
-
function
|
|
21094
|
+
function a2({
|
|
21110
21095
|
enabled: e = !0,
|
|
21111
21096
|
mode: t = "websocket",
|
|
21112
21097
|
manifestUrl: n
|
|
@@ -21116,7 +21101,7 @@ function l2({
|
|
|
21116
21101
|
o(!0);
|
|
21117
21102
|
}, []), ne(() => {
|
|
21118
21103
|
if (!_a() || !e) return;
|
|
21119
|
-
Ok
|
|
21104
|
+
zk(Ok);
|
|
21120
21105
|
const c = document.querySelector(
|
|
21121
21106
|
`.${Fa}`
|
|
21122
21107
|
);
|
|
@@ -21134,14 +21119,14 @@ function l2({
|
|
|
21134
21119
|
const d = t === "static" && n;
|
|
21135
21120
|
async function f() {
|
|
21136
21121
|
if (d ? (V("[DevTool] Configuring static mode with manifest:", n), wu(n)) : ku(), !_r) {
|
|
21137
|
-
he.register(yo), he.register(
|
|
21138
|
-
const h = await
|
|
21122
|
+
he.register(yo), he.register(_k);
|
|
21123
|
+
const h = await ek([]);
|
|
21139
21124
|
for (const g of h)
|
|
21140
21125
|
he.register(g);
|
|
21141
21126
|
V(
|
|
21142
21127
|
`[DevTool] Loaded ${h.length} external plugin(s):`,
|
|
21143
21128
|
h.map((g) => g.id).join(", ")
|
|
21144
|
-
), await Od({ websocket:
|
|
21129
|
+
), await Od({ websocket: Pe, domObserver: Jt }), _r = !0, V("[DevTool] Plugins initialized in", d ? "static" : "websocket", "mode");
|
|
21145
21130
|
}
|
|
21146
21131
|
const p = Vd();
|
|
21147
21132
|
if (p && p.getState().setConnectionStatus({
|
|
@@ -21150,8 +21135,8 @@ function l2({
|
|
|
21150
21135
|
}), s(!0), d)
|
|
21151
21136
|
V("[DevTool] Static mode: starting DOM observer"), Jt.start();
|
|
21152
21137
|
else {
|
|
21153
|
-
const h = await
|
|
21154
|
-
h && V(`[DevTool] Discovered server on port ${h.port}`),
|
|
21138
|
+
const h = await Ny(), g = h ? `ws://localhost:${h.port}` : void 0;
|
|
21139
|
+
h && V(`[DevTool] Discovered server on port ${h.port}`), Pe.connect(g), c = Pe.onConnectionChange((m) => {
|
|
21155
21140
|
m ? (V("[DevTool] WebSocket connected, starting DOM observer"), Jt.start()) : (V(
|
|
21156
21141
|
"[DevTool] WebSocket disconnected, stopping DOM observer"
|
|
21157
21142
|
), Jt.stop());
|
|
@@ -21159,34 +21144,34 @@ function l2({
|
|
|
21159
21144
|
}
|
|
21160
21145
|
}
|
|
21161
21146
|
return f(), () => {
|
|
21162
|
-
c?.(), d ||
|
|
21147
|
+
c?.(), d || Pe.disconnect(), Jt.stop();
|
|
21163
21148
|
};
|
|
21164
|
-
}, [e, r, t, n]), !e || !r || !i ? null : /* @__PURE__ */ u.jsx(
|
|
21149
|
+
}, [e, r, t, n]), !e || !r || !i ? null : /* @__PURE__ */ u.jsx(d1, { enabled: e });
|
|
21165
21150
|
}
|
|
21166
21151
|
export {
|
|
21167
21152
|
Cu as A,
|
|
21168
21153
|
Lt as B,
|
|
21169
|
-
|
|
21170
|
-
|
|
21171
|
-
|
|
21172
|
-
|
|
21173
|
-
|
|
21174
|
-
|
|
21175
|
-
|
|
21176
|
-
|
|
21154
|
+
Gk as C,
|
|
21155
|
+
e2 as D,
|
|
21156
|
+
t2 as E,
|
|
21157
|
+
n2 as F,
|
|
21158
|
+
r2 as G,
|
|
21159
|
+
Kk as H,
|
|
21160
|
+
Jw as I,
|
|
21161
|
+
qk as J,
|
|
21177
21162
|
Qe as K,
|
|
21178
|
-
|
|
21179
|
-
|
|
21180
|
-
|
|
21181
|
-
|
|
21182
|
-
|
|
21183
|
-
|
|
21163
|
+
o2 as L,
|
|
21164
|
+
w1 as M,
|
|
21165
|
+
Pu as N,
|
|
21166
|
+
i2 as O,
|
|
21167
|
+
a2 as P,
|
|
21168
|
+
s2 as Q,
|
|
21184
21169
|
wu as R,
|
|
21185
21170
|
dr as S,
|
|
21186
21171
|
ku as T,
|
|
21187
|
-
|
|
21188
|
-
|
|
21189
|
-
|
|
21172
|
+
d1 as U,
|
|
21173
|
+
Wy as V,
|
|
21174
|
+
Uk as a,
|
|
21190
21175
|
cv as b,
|
|
21191
21176
|
C as c,
|
|
21192
21177
|
cu as d,
|
|
@@ -21200,17 +21185,17 @@ export {
|
|
|
21200
21185
|
Wa as l,
|
|
21201
21186
|
Wd as m,
|
|
21202
21187
|
Hd as n,
|
|
21203
|
-
|
|
21188
|
+
Yk as o,
|
|
21204
21189
|
Ba as p,
|
|
21205
|
-
|
|
21206
|
-
|
|
21190
|
+
Xk as q,
|
|
21191
|
+
b1 as r,
|
|
21207
21192
|
Bd as s,
|
|
21208
|
-
|
|
21209
|
-
|
|
21210
|
-
|
|
21211
|
-
|
|
21212
|
-
|
|
21213
|
-
|
|
21214
|
-
|
|
21193
|
+
Zk as t,
|
|
21194
|
+
Xw as u,
|
|
21195
|
+
Jk as v,
|
|
21196
|
+
Qk as w,
|
|
21197
|
+
h1 as x,
|
|
21198
|
+
g1 as y,
|
|
21199
|
+
p1 as z
|
|
21215
21200
|
};
|
|
21216
|
-
//# sourceMappingURL=index-
|
|
21201
|
+
//# sourceMappingURL=index-BP-Af4EN.js.map
|