@redbamboo/ui 0.1.1 → 0.2.0
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/components/about-dialog.d.ts +17 -0
- package/dist/components/about-dialog.d.ts.map +1 -0
- package/dist/components/feedback-dialog.d.ts +44 -0
- package/dist/components/feedback-dialog.d.ts.map +1 -0
- package/dist/components/toast.d.ts +34 -0
- package/dist/components/toast.d.ts.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +993 -644
- package/package.json +1 -1
- package/src/components/about-dialog.tsx +120 -0
- package/src/components/feedback-dialog.tsx +310 -0
- package/src/components/toast.tsx +159 -0
- package/src/index.ts +33 -0
package/dist/index.js
CHANGED
|
@@ -2,36 +2,37 @@ import { Button as e } from "@base-ui/react/button";
|
|
|
2
2
|
import { Fragment as t, jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
3
3
|
import { mergeProps as i } from "@base-ui/react/merge-props";
|
|
4
4
|
import { useRender as a } from "@base-ui/react/use-render";
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
5
|
+
import * as o from "react";
|
|
6
|
+
import { useEffect as s } from "react";
|
|
7
|
+
import { Input as c } from "@base-ui/react/input";
|
|
8
|
+
import { Tabs as l } from "@base-ui/react/tabs";
|
|
9
|
+
import { Select as u } from "@base-ui/react/select";
|
|
10
|
+
import { Separator as d } from "@base-ui/react/separator";
|
|
11
|
+
import { Switch as f } from "@base-ui/react/switch";
|
|
12
|
+
import { Slider as p } from "@base-ui/react/slider";
|
|
13
|
+
import { Popover as m } from "@base-ui/react/popover";
|
|
14
|
+
import { Menu as h } from "@base-ui/react/menu";
|
|
15
|
+
import { Collapsible as g } from "@base-ui/react/collapsible";
|
|
16
|
+
import { Tooltip as _ } from "@base-ui/react/tooltip";
|
|
17
|
+
import { ScrollArea as v } from "@base-ui/react/scroll-area";
|
|
18
|
+
import { Dialog as y } from "@base-ui/react/dialog";
|
|
18
19
|
//#region ../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs
|
|
19
|
-
function
|
|
20
|
+
function b(e) {
|
|
20
21
|
var t, n, r = "";
|
|
21
22
|
if (typeof e == "string" || typeof e == "number") r += e;
|
|
22
23
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
23
24
|
var i = e.length;
|
|
24
|
-
for (t = 0; t < i; t++) e[t] && (n =
|
|
25
|
+
for (t = 0; t < i; t++) e[t] && (n = b(e[t])) && (r && (r += " "), r += n);
|
|
25
26
|
} else for (n in e) e[n] && (r && (r += " "), r += n);
|
|
26
27
|
return r;
|
|
27
28
|
}
|
|
28
|
-
function
|
|
29
|
-
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t =
|
|
29
|
+
function x() {
|
|
30
|
+
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = b(e)) && (r && (r += " "), r += t);
|
|
30
31
|
return r;
|
|
31
32
|
}
|
|
32
33
|
//#endregion
|
|
33
34
|
//#region ../../node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs
|
|
34
|
-
var
|
|
35
|
+
var S = (e, t) => {
|
|
35
36
|
let n = Array(e.length + t.length);
|
|
36
37
|
for (let t = 0; t < e.length; t++) n[t] = e[t];
|
|
37
38
|
for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
|
|
@@ -39,48 +40,48 @@ var x = (e, t) => {
|
|
|
39
40
|
}, ee = (e, t) => ({
|
|
40
41
|
classGroupId: e,
|
|
41
42
|
validator: t
|
|
42
|
-
}),
|
|
43
|
+
}), C = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
|
|
43
44
|
nextPart: e,
|
|
44
45
|
validators: t,
|
|
45
46
|
classGroupId: n
|
|
46
|
-
}),
|
|
47
|
+
}), w = "-", te = [], ne = "arbitrary..", T = (e) => {
|
|
47
48
|
let t = E(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
|
|
48
49
|
return {
|
|
49
50
|
getClassGroupId: (e) => {
|
|
50
|
-
if (e.startsWith("[") && e.endsWith("]")) return
|
|
51
|
-
let n = e.split(
|
|
52
|
-
return
|
|
51
|
+
if (e.startsWith("[") && e.endsWith("]")) return ie(e);
|
|
52
|
+
let n = e.split(w);
|
|
53
|
+
return re(n, +(n[0] === "" && n.length > 1), t);
|
|
53
54
|
},
|
|
54
55
|
getConflictingClassGroupIds: (e, t) => {
|
|
55
56
|
if (t) {
|
|
56
57
|
let t = r[e], i = n[e];
|
|
57
|
-
return t ? i ?
|
|
58
|
+
return t ? i ? S(i, t) : t : i || te;
|
|
58
59
|
}
|
|
59
|
-
return n[e] ||
|
|
60
|
+
return n[e] || te;
|
|
60
61
|
}
|
|
61
62
|
};
|
|
62
|
-
},
|
|
63
|
+
}, re = (e, t, n) => {
|
|
63
64
|
if (e.length - t === 0) return n.classGroupId;
|
|
64
65
|
let r = e[t], i = n.nextPart.get(r);
|
|
65
66
|
if (i) {
|
|
66
|
-
let n =
|
|
67
|
+
let n = re(e, t + 1, i);
|
|
67
68
|
if (n) return n;
|
|
68
69
|
}
|
|
69
70
|
let a = n.validators;
|
|
70
71
|
if (a === null) return;
|
|
71
|
-
let o = t === 0 ? e.join(
|
|
72
|
+
let o = t === 0 ? e.join(w) : e.slice(t).join(w), s = a.length;
|
|
72
73
|
for (let e = 0; e < s; e++) {
|
|
73
74
|
let t = a[e];
|
|
74
75
|
if (t.validator(o)) return t.classGroupId;
|
|
75
76
|
}
|
|
76
|
-
},
|
|
77
|
+
}, ie = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
77
78
|
let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
|
|
78
|
-
return r ?
|
|
79
|
+
return r ? ne + r : void 0;
|
|
79
80
|
})(), E = (e) => {
|
|
80
81
|
let { theme: t, classGroups: n } = e;
|
|
81
82
|
return D(n, t);
|
|
82
83
|
}, D = (e, t) => {
|
|
83
|
-
let n =
|
|
84
|
+
let n = C();
|
|
84
85
|
for (let r in e) {
|
|
85
86
|
let i = e[r];
|
|
86
87
|
O(i, n, r, t);
|
|
@@ -94,37 +95,37 @@ var x = (e, t) => {
|
|
|
94
95
|
}
|
|
95
96
|
}, k = (e, t, n, r) => {
|
|
96
97
|
if (typeof e == "string") {
|
|
97
|
-
|
|
98
|
+
A(e, t, n);
|
|
98
99
|
return;
|
|
99
100
|
}
|
|
100
101
|
if (typeof e == "function") {
|
|
101
|
-
|
|
102
|
+
j(e, t, n, r);
|
|
102
103
|
return;
|
|
103
104
|
}
|
|
104
|
-
|
|
105
|
-
},
|
|
106
|
-
let r = e === "" ? t :
|
|
105
|
+
ae(e, t, n, r);
|
|
106
|
+
}, A = (e, t, n) => {
|
|
107
|
+
let r = e === "" ? t : oe(t, e);
|
|
107
108
|
r.classGroupId = n;
|
|
108
|
-
},
|
|
109
|
-
if (
|
|
109
|
+
}, j = (e, t, n, r) => {
|
|
110
|
+
if (se(e)) {
|
|
110
111
|
O(e(r), t, n, r);
|
|
111
112
|
return;
|
|
112
113
|
}
|
|
113
114
|
t.validators === null && (t.validators = []), t.validators.push(ee(n, e));
|
|
114
|
-
},
|
|
115
|
+
}, ae = (e, t, n, r) => {
|
|
115
116
|
let i = Object.entries(e), a = i.length;
|
|
116
117
|
for (let e = 0; e < a; e++) {
|
|
117
118
|
let [a, o] = i[e];
|
|
118
|
-
O(o,
|
|
119
|
+
O(o, oe(t, a), n, r);
|
|
119
120
|
}
|
|
120
|
-
},
|
|
121
|
-
let n = e, r = t.split(
|
|
121
|
+
}, oe = (e, t) => {
|
|
122
|
+
let n = e, r = t.split(w), i = r.length;
|
|
122
123
|
for (let e = 0; e < i; e++) {
|
|
123
124
|
let t = r[e], i = n.nextPart.get(t);
|
|
124
|
-
i || (i =
|
|
125
|
+
i || (i = C(), n.nextPart.set(t, i)), n = i;
|
|
125
126
|
}
|
|
126
127
|
return n;
|
|
127
|
-
},
|
|
128
|
+
}, se = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, ce = (e) => {
|
|
128
129
|
if (e < 1) return {
|
|
129
130
|
get: () => void 0,
|
|
130
131
|
set: () => {}
|
|
@@ -142,13 +143,13 @@ var x = (e, t) => {
|
|
|
142
143
|
e in n ? n[e] = t : i(e, t);
|
|
143
144
|
}
|
|
144
145
|
};
|
|
145
|
-
}, M = "!", N = ":", P = [],
|
|
146
|
+
}, M = "!", N = ":", P = [], le = (e, t, n, r, i) => ({
|
|
146
147
|
modifiers: e,
|
|
147
148
|
hasImportantModifier: t,
|
|
148
149
|
baseClassName: n,
|
|
149
150
|
maybePostfixModifierPosition: r,
|
|
150
151
|
isExternal: i
|
|
151
|
-
}),
|
|
152
|
+
}), F = (e) => {
|
|
152
153
|
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
153
154
|
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
154
155
|
for (let s = 0; s < o; s++) {
|
|
@@ -168,11 +169,11 @@ var x = (e, t) => {
|
|
|
168
169
|
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
169
170
|
s.endsWith(M) ? (c = s.slice(0, -1), l = !0) : s.startsWith(M) && (c = s.slice(1), l = !0);
|
|
170
171
|
let u = a && a > i ? a - i : void 0;
|
|
171
|
-
return
|
|
172
|
+
return le(t, l, c, u);
|
|
172
173
|
};
|
|
173
174
|
if (t) {
|
|
174
175
|
let e = t + N, n = r;
|
|
175
|
-
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) :
|
|
176
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : le(P, !1, t, void 0, !0);
|
|
176
177
|
}
|
|
177
178
|
if (n) {
|
|
178
179
|
let e = r;
|
|
@@ -182,7 +183,7 @@ var x = (e, t) => {
|
|
|
182
183
|
});
|
|
183
184
|
}
|
|
184
185
|
return r;
|
|
185
|
-
},
|
|
186
|
+
}, ue = (e) => {
|
|
186
187
|
let t = /* @__PURE__ */ new Map();
|
|
187
188
|
return e.orderSensitiveModifiers.forEach((e, n) => {
|
|
188
189
|
t.set(e, 1e6 + n);
|
|
@@ -194,11 +195,11 @@ var x = (e, t) => {
|
|
|
194
195
|
}
|
|
195
196
|
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
196
197
|
};
|
|
197
|
-
},
|
|
198
|
-
cache:
|
|
199
|
-
parseClassName:
|
|
200
|
-
sortModifiers:
|
|
201
|
-
...
|
|
198
|
+
}, I = (e) => ({
|
|
199
|
+
cache: ce(e.cacheSize),
|
|
200
|
+
parseClassName: F(e),
|
|
201
|
+
sortModifiers: ue(e),
|
|
202
|
+
...T(e)
|
|
202
203
|
}), L = /\s+/, R = (e, t) => {
|
|
203
204
|
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a } = t, o = [], s = e.trim().split(L), c = "";
|
|
204
205
|
for (let e = s.length - 1; e >= 0; --e) {
|
|
@@ -232,32 +233,32 @@ var x = (e, t) => {
|
|
|
232
233
|
return c;
|
|
233
234
|
}, z = (...e) => {
|
|
234
235
|
let t = 0, n, r, i = "";
|
|
235
|
-
for (; t < e.length;) (n = e[t++]) && (r =
|
|
236
|
+
for (; t < e.length;) (n = e[t++]) && (r = de(n)) && (i && (i += " "), i += r);
|
|
236
237
|
return i;
|
|
237
|
-
},
|
|
238
|
+
}, de = (e) => {
|
|
238
239
|
if (typeof e == "string") return e;
|
|
239
240
|
let t, n = "";
|
|
240
|
-
for (let r = 0; r < e.length; r++) e[r] && (t =
|
|
241
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = de(e[r])) && (n && (n += " "), n += t);
|
|
241
242
|
return n;
|
|
242
|
-
},
|
|
243
|
-
let n, r, i, a, o = (o) => (n =
|
|
243
|
+
}, fe = (e, ...t) => {
|
|
244
|
+
let n, r, i, a, o = (o) => (n = I(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
|
|
244
245
|
let t = r(e);
|
|
245
246
|
if (t) return t;
|
|
246
247
|
let a = R(e, n);
|
|
247
248
|
return i(e, a), a;
|
|
248
249
|
};
|
|
249
250
|
return a = o, (...e) => a(z(...e));
|
|
250
|
-
},
|
|
251
|
-
let t = (t) => t[e] ||
|
|
251
|
+
}, pe = [], B = (e) => {
|
|
252
|
+
let t = (t) => t[e] || pe;
|
|
252
253
|
return t.isThemeGetter = !0, t;
|
|
253
|
-
},
|
|
254
|
-
let r =
|
|
254
|
+
}, me = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, he = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ge = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, _e = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ve = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ye = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, be = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, xe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, V = (e) => ge.test(e), H = (e) => !!e && !Number.isNaN(Number(e)), U = (e) => !!e && Number.isInteger(Number(e)), Se = (e) => e.endsWith("%") && H(e.slice(0, -1)), W = (e) => _e.test(e), Ce = () => !0, we = (e) => ve.test(e) && !ye.test(e), Te = () => !1, Ee = (e) => be.test(e), De = (e) => xe.test(e), Oe = (e) => !G(e) && !q(e), ke = (e) => Y(e, We, Te), G = (e) => me.test(e), K = (e) => Y(e, Ge, we), Ae = (e) => Y(e, Ke, H), je = (e) => Y(e, Je, Ce), Me = (e) => Y(e, qe, Te), Ne = (e) => Y(e, He, Te), Pe = (e) => Y(e, Ue, De), Fe = (e) => Y(e, Ye, Ee), q = (e) => he.test(e), J = (e) => X(e, Ge), Ie = (e) => X(e, qe), Le = (e) => X(e, He), Re = (e) => X(e, We), ze = (e) => X(e, Ue), Be = (e) => X(e, Ye, !0), Ve = (e) => X(e, Je, !0), Y = (e, t, n) => {
|
|
255
|
+
let r = me.exec(e);
|
|
255
256
|
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
256
|
-
},
|
|
257
|
-
let r =
|
|
257
|
+
}, X = (e, t, n = !1) => {
|
|
258
|
+
let r = he.exec(e);
|
|
258
259
|
return r ? r[1] ? t(r[1]) : n : !1;
|
|
259
|
-
},
|
|
260
|
-
let e =
|
|
260
|
+
}, He = (e) => e === "position" || e === "percentage", Ue = (e) => e === "image" || e === "url", We = (e) => e === "length" || e === "size" || e === "bg-size", Ge = (e) => e === "length", Ke = (e) => e === "number", qe = (e) => e === "family-name", Je = (e) => e === "number" || e === "weight", Ye = (e) => e === "shadow", Xe = /* @__PURE__ */ fe(() => {
|
|
261
|
+
let e = B("color"), t = B("font"), n = B("text"), r = B("font-weight"), i = B("tracking"), a = B("leading"), o = B("breakpoint"), s = B("container"), c = B("spacing"), l = B("radius"), u = B("shadow"), d = B("inset-shadow"), f = B("text-shadow"), p = B("drop-shadow"), m = B("blur"), h = B("perspective"), g = B("aspect"), _ = B("ease"), v = B("animate"), y = () => [
|
|
261
262
|
"auto",
|
|
262
263
|
"avoid",
|
|
263
264
|
"all",
|
|
@@ -282,57 +283,57 @@ var x = (e, t) => {
|
|
|
282
283
|
"left-bottom"
|
|
283
284
|
], x = () => [
|
|
284
285
|
...b(),
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
],
|
|
286
|
+
q,
|
|
287
|
+
G
|
|
288
|
+
], S = () => [
|
|
288
289
|
"auto",
|
|
289
290
|
"hidden",
|
|
290
291
|
"clip",
|
|
291
292
|
"visible",
|
|
292
293
|
"scroll"
|
|
293
|
-
],
|
|
294
|
+
], ee = () => [
|
|
294
295
|
"auto",
|
|
295
296
|
"contain",
|
|
296
297
|
"none"
|
|
297
298
|
], C = () => [
|
|
298
|
-
|
|
299
|
-
|
|
299
|
+
q,
|
|
300
|
+
G,
|
|
300
301
|
c
|
|
301
302
|
], w = () => [
|
|
302
|
-
|
|
303
|
+
V,
|
|
303
304
|
"full",
|
|
304
305
|
"auto",
|
|
305
306
|
...C()
|
|
306
307
|
], te = () => [
|
|
307
|
-
|
|
308
|
+
U,
|
|
308
309
|
"none",
|
|
309
310
|
"subgrid",
|
|
310
|
-
|
|
311
|
-
|
|
311
|
+
q,
|
|
312
|
+
G
|
|
312
313
|
], ne = () => [
|
|
313
314
|
"auto",
|
|
314
315
|
{ span: [
|
|
315
316
|
"full",
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
317
|
+
U,
|
|
318
|
+
q,
|
|
319
|
+
G
|
|
319
320
|
] },
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
U,
|
|
322
|
+
q,
|
|
323
|
+
G
|
|
323
324
|
], T = () => [
|
|
324
|
-
|
|
325
|
+
U,
|
|
325
326
|
"auto",
|
|
326
|
-
|
|
327
|
-
|
|
327
|
+
q,
|
|
328
|
+
G
|
|
328
329
|
], re = () => [
|
|
329
330
|
"auto",
|
|
330
331
|
"min",
|
|
331
332
|
"max",
|
|
332
333
|
"fr",
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
],
|
|
334
|
+
q,
|
|
335
|
+
G
|
|
336
|
+
], ie = () => [
|
|
336
337
|
"start",
|
|
337
338
|
"end",
|
|
338
339
|
"center",
|
|
@@ -343,15 +344,15 @@ var x = (e, t) => {
|
|
|
343
344
|
"baseline",
|
|
344
345
|
"center-safe",
|
|
345
346
|
"end-safe"
|
|
346
|
-
],
|
|
347
|
+
], E = () => [
|
|
347
348
|
"start",
|
|
348
349
|
"end",
|
|
349
350
|
"center",
|
|
350
351
|
"stretch",
|
|
351
352
|
"center-safe",
|
|
352
353
|
"end-safe"
|
|
353
|
-
],
|
|
354
|
-
|
|
354
|
+
], D = () => ["auto", ...C()], O = () => [
|
|
355
|
+
V,
|
|
355
356
|
"auto",
|
|
356
357
|
"full",
|
|
357
358
|
"dvw",
|
|
@@ -364,8 +365,8 @@ var x = (e, t) => {
|
|
|
364
365
|
"max",
|
|
365
366
|
"fit",
|
|
366
367
|
...C()
|
|
367
|
-
],
|
|
368
|
-
|
|
368
|
+
], k = () => [
|
|
369
|
+
V,
|
|
369
370
|
"screen",
|
|
370
371
|
"full",
|
|
371
372
|
"dvw",
|
|
@@ -376,7 +377,7 @@ var x = (e, t) => {
|
|
|
376
377
|
"fit",
|
|
377
378
|
...C()
|
|
378
379
|
], A = () => [
|
|
379
|
-
|
|
380
|
+
V,
|
|
380
381
|
"screen",
|
|
381
382
|
"full",
|
|
382
383
|
"lh",
|
|
@@ -389,13 +390,13 @@ var x = (e, t) => {
|
|
|
389
390
|
...C()
|
|
390
391
|
], j = () => [
|
|
391
392
|
e,
|
|
392
|
-
|
|
393
|
-
|
|
393
|
+
q,
|
|
394
|
+
G
|
|
394
395
|
], ae = () => [
|
|
395
396
|
...b(),
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
{ position: [
|
|
397
|
+
Le,
|
|
398
|
+
Ne,
|
|
399
|
+
{ position: [q, G] }
|
|
399
400
|
], oe = () => ["no-repeat", { repeat: [
|
|
400
401
|
"",
|
|
401
402
|
"x",
|
|
@@ -406,31 +407,31 @@ var x = (e, t) => {
|
|
|
406
407
|
"auto",
|
|
407
408
|
"cover",
|
|
408
409
|
"contain",
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
{ size: [
|
|
410
|
+
Re,
|
|
411
|
+
ke,
|
|
412
|
+
{ size: [q, G] }
|
|
413
|
+
], ce = () => [
|
|
414
|
+
Se,
|
|
415
|
+
J,
|
|
416
|
+
K
|
|
412
417
|
], M = () => [
|
|
413
|
-
be,
|
|
414
|
-
Y,
|
|
415
|
-
q
|
|
416
|
-
], N = () => [
|
|
417
418
|
"",
|
|
418
419
|
"none",
|
|
419
420
|
"full",
|
|
420
421
|
l,
|
|
422
|
+
q,
|
|
423
|
+
G
|
|
424
|
+
], N = () => [
|
|
425
|
+
"",
|
|
426
|
+
H,
|
|
421
427
|
J,
|
|
422
428
|
K
|
|
423
429
|
], P = () => [
|
|
424
|
-
"",
|
|
425
|
-
U,
|
|
426
|
-
Y,
|
|
427
|
-
q
|
|
428
|
-
], F = () => [
|
|
429
430
|
"solid",
|
|
430
431
|
"dashed",
|
|
431
432
|
"dotted",
|
|
432
433
|
"double"
|
|
433
|
-
],
|
|
434
|
+
], le = () => [
|
|
434
435
|
"normal",
|
|
435
436
|
"multiply",
|
|
436
437
|
"screen",
|
|
@@ -447,33 +448,33 @@ var x = (e, t) => {
|
|
|
447
448
|
"saturation",
|
|
448
449
|
"color",
|
|
449
450
|
"luminosity"
|
|
450
|
-
],
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
],
|
|
451
|
+
], F = () => [
|
|
452
|
+
H,
|
|
453
|
+
Se,
|
|
454
|
+
Le,
|
|
455
|
+
Ne
|
|
456
|
+
], ue = () => [
|
|
456
457
|
"",
|
|
457
458
|
"none",
|
|
458
459
|
m,
|
|
459
|
-
|
|
460
|
-
|
|
460
|
+
q,
|
|
461
|
+
G
|
|
462
|
+
], I = () => [
|
|
463
|
+
"none",
|
|
464
|
+
H,
|
|
465
|
+
q,
|
|
466
|
+
G
|
|
461
467
|
], L = () => [
|
|
462
468
|
"none",
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
469
|
+
H,
|
|
470
|
+
q,
|
|
471
|
+
G
|
|
466
472
|
], R = () => [
|
|
467
|
-
"none",
|
|
468
|
-
U,
|
|
469
|
-
J,
|
|
470
|
-
K
|
|
471
|
-
], z = () => [
|
|
472
|
-
U,
|
|
473
|
-
J,
|
|
474
|
-
K
|
|
475
|
-
], B = () => [
|
|
476
473
|
H,
|
|
474
|
+
q,
|
|
475
|
+
G
|
|
476
|
+
], z = () => [
|
|
477
|
+
V,
|
|
477
478
|
"full",
|
|
478
479
|
...C()
|
|
479
480
|
];
|
|
@@ -487,17 +488,17 @@ var x = (e, t) => {
|
|
|
487
488
|
"bounce"
|
|
488
489
|
],
|
|
489
490
|
aspect: ["video"],
|
|
490
|
-
blur: [
|
|
491
|
-
breakpoint: [
|
|
492
|
-
color: [
|
|
493
|
-
container: [
|
|
494
|
-
"drop-shadow": [
|
|
491
|
+
blur: [W],
|
|
492
|
+
breakpoint: [W],
|
|
493
|
+
color: [Ce],
|
|
494
|
+
container: [W],
|
|
495
|
+
"drop-shadow": [W],
|
|
495
496
|
ease: [
|
|
496
497
|
"in",
|
|
497
498
|
"out",
|
|
498
499
|
"in-out"
|
|
499
500
|
],
|
|
500
|
-
font: [
|
|
501
|
+
font: [Oe],
|
|
501
502
|
"font-weight": [
|
|
502
503
|
"thin",
|
|
503
504
|
"extralight",
|
|
@@ -509,7 +510,7 @@ var x = (e, t) => {
|
|
|
509
510
|
"extrabold",
|
|
510
511
|
"black"
|
|
511
512
|
],
|
|
512
|
-
"inset-shadow": [
|
|
513
|
+
"inset-shadow": [W],
|
|
513
514
|
leading: [
|
|
514
515
|
"none",
|
|
515
516
|
"tight",
|
|
@@ -526,11 +527,11 @@ var x = (e, t) => {
|
|
|
526
527
|
"distant",
|
|
527
528
|
"none"
|
|
528
529
|
],
|
|
529
|
-
radius: [
|
|
530
|
-
shadow: [
|
|
531
|
-
spacing: ["px",
|
|
532
|
-
text: [
|
|
533
|
-
"text-shadow": [
|
|
530
|
+
radius: [W],
|
|
531
|
+
shadow: [W],
|
|
532
|
+
spacing: ["px", H],
|
|
533
|
+
text: [W],
|
|
534
|
+
"text-shadow": [W],
|
|
534
535
|
tracking: [
|
|
535
536
|
"tighter",
|
|
536
537
|
"tight",
|
|
@@ -544,16 +545,16 @@ var x = (e, t) => {
|
|
|
544
545
|
aspect: [{ aspect: [
|
|
545
546
|
"auto",
|
|
546
547
|
"square",
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
548
|
+
V,
|
|
549
|
+
G,
|
|
550
|
+
q,
|
|
550
551
|
g
|
|
551
552
|
] }],
|
|
552
553
|
container: ["container"],
|
|
553
554
|
columns: [{ columns: [
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
555
|
+
H,
|
|
556
|
+
G,
|
|
557
|
+
q,
|
|
557
558
|
s
|
|
558
559
|
] }],
|
|
559
560
|
"break-after": [{ "break-after": y() }],
|
|
@@ -614,12 +615,12 @@ var x = (e, t) => {
|
|
|
614
615
|
"scale-down"
|
|
615
616
|
] }],
|
|
616
617
|
"object-position": [{ object: x() }],
|
|
617
|
-
overflow: [{ overflow:
|
|
618
|
-
"overflow-x": [{ "overflow-x":
|
|
619
|
-
"overflow-y": [{ "overflow-y":
|
|
620
|
-
overscroll: [{ overscroll:
|
|
621
|
-
"overscroll-x": [{ "overscroll-x":
|
|
622
|
-
"overscroll-y": [{ "overscroll-y":
|
|
618
|
+
overflow: [{ overflow: S() }],
|
|
619
|
+
"overflow-x": [{ "overflow-x": S() }],
|
|
620
|
+
"overflow-y": [{ "overflow-y": S() }],
|
|
621
|
+
overscroll: [{ overscroll: ee() }],
|
|
622
|
+
"overscroll-x": [{ "overscroll-x": ee() }],
|
|
623
|
+
"overscroll-y": [{ "overscroll-y": ee() }],
|
|
623
624
|
position: [
|
|
624
625
|
"static",
|
|
625
626
|
"fixed",
|
|
@@ -650,13 +651,13 @@ var x = (e, t) => {
|
|
|
650
651
|
"collapse"
|
|
651
652
|
],
|
|
652
653
|
z: [{ z: [
|
|
653
|
-
|
|
654
|
+
U,
|
|
654
655
|
"auto",
|
|
655
|
-
|
|
656
|
-
|
|
656
|
+
q,
|
|
657
|
+
G
|
|
657
658
|
] }],
|
|
658
659
|
basis: [{ basis: [
|
|
659
|
-
|
|
660
|
+
V,
|
|
660
661
|
"full",
|
|
661
662
|
"auto",
|
|
662
663
|
s,
|
|
@@ -674,32 +675,32 @@ var x = (e, t) => {
|
|
|
674
675
|
"wrap-reverse"
|
|
675
676
|
] }],
|
|
676
677
|
flex: [{ flex: [
|
|
677
|
-
U,
|
|
678
678
|
H,
|
|
679
|
+
V,
|
|
679
680
|
"auto",
|
|
680
681
|
"initial",
|
|
681
682
|
"none",
|
|
682
|
-
|
|
683
|
+
G
|
|
683
684
|
] }],
|
|
684
685
|
grow: [{ grow: [
|
|
685
686
|
"",
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
687
|
+
H,
|
|
688
|
+
q,
|
|
689
|
+
G
|
|
689
690
|
] }],
|
|
690
691
|
shrink: [{ shrink: [
|
|
691
692
|
"",
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
693
|
+
H,
|
|
694
|
+
q,
|
|
695
|
+
G
|
|
695
696
|
] }],
|
|
696
697
|
order: [{ order: [
|
|
697
|
-
|
|
698
|
+
U,
|
|
698
699
|
"first",
|
|
699
700
|
"last",
|
|
700
701
|
"none",
|
|
701
|
-
|
|
702
|
-
|
|
702
|
+
q,
|
|
703
|
+
G
|
|
703
704
|
] }],
|
|
704
705
|
"grid-cols": [{ "grid-cols": te() }],
|
|
705
706
|
"col-start-end": [{ col: ne() }],
|
|
@@ -721,19 +722,19 @@ var x = (e, t) => {
|
|
|
721
722
|
gap: [{ gap: C() }],
|
|
722
723
|
"gap-x": [{ "gap-x": C() }],
|
|
723
724
|
"gap-y": [{ "gap-y": C() }],
|
|
724
|
-
"justify-content": [{ justify: [...
|
|
725
|
-
"justify-items": [{ "justify-items": [...
|
|
726
|
-
"justify-self": [{ "justify-self": ["auto", ...
|
|
727
|
-
"align-content": [{ content: ["normal", ...
|
|
728
|
-
"align-items": [{ items: [...
|
|
725
|
+
"justify-content": [{ justify: [...ie(), "normal"] }],
|
|
726
|
+
"justify-items": [{ "justify-items": [...E(), "normal"] }],
|
|
727
|
+
"justify-self": [{ "justify-self": ["auto", ...E()] }],
|
|
728
|
+
"align-content": [{ content: ["normal", ...ie()] }],
|
|
729
|
+
"align-items": [{ items: [...E(), { baseline: ["", "last"] }] }],
|
|
729
730
|
"align-self": [{ self: [
|
|
730
731
|
"auto",
|
|
731
|
-
...
|
|
732
|
+
...E(),
|
|
732
733
|
{ baseline: ["", "last"] }
|
|
733
734
|
] }],
|
|
734
|
-
"place-content": [{ "place-content":
|
|
735
|
-
"place-items": [{ "place-items": [...
|
|
736
|
-
"place-self": [{ "place-self": ["auto", ...
|
|
735
|
+
"place-content": [{ "place-content": ie() }],
|
|
736
|
+
"place-items": [{ "place-items": [...E(), "baseline"] }],
|
|
737
|
+
"place-self": [{ "place-self": ["auto", ...E()] }],
|
|
737
738
|
p: [{ p: C() }],
|
|
738
739
|
px: [{ px: C() }],
|
|
739
740
|
py: [{ py: C() }],
|
|
@@ -745,38 +746,38 @@ var x = (e, t) => {
|
|
|
745
746
|
pr: [{ pr: C() }],
|
|
746
747
|
pb: [{ pb: C() }],
|
|
747
748
|
pl: [{ pl: C() }],
|
|
748
|
-
m: [{ m:
|
|
749
|
-
mx: [{ mx:
|
|
750
|
-
my: [{ my:
|
|
751
|
-
ms: [{ ms:
|
|
752
|
-
me: [{ me:
|
|
753
|
-
mbs: [{ mbs:
|
|
754
|
-
mbe: [{ mbe:
|
|
755
|
-
mt: [{ mt:
|
|
756
|
-
mr: [{ mr:
|
|
757
|
-
mb: [{ mb:
|
|
758
|
-
ml: [{ ml:
|
|
749
|
+
m: [{ m: D() }],
|
|
750
|
+
mx: [{ mx: D() }],
|
|
751
|
+
my: [{ my: D() }],
|
|
752
|
+
ms: [{ ms: D() }],
|
|
753
|
+
me: [{ me: D() }],
|
|
754
|
+
mbs: [{ mbs: D() }],
|
|
755
|
+
mbe: [{ mbe: D() }],
|
|
756
|
+
mt: [{ mt: D() }],
|
|
757
|
+
mr: [{ mr: D() }],
|
|
758
|
+
mb: [{ mb: D() }],
|
|
759
|
+
ml: [{ ml: D() }],
|
|
759
760
|
"space-x": [{ "space-x": C() }],
|
|
760
761
|
"space-x-reverse": ["space-x-reverse"],
|
|
761
762
|
"space-y": [{ "space-y": C() }],
|
|
762
763
|
"space-y-reverse": ["space-y-reverse"],
|
|
763
|
-
size: [{ size:
|
|
764
|
-
"inline-size": [{ inline: ["auto", ...
|
|
765
|
-
"min-inline-size": [{ "min-inline": ["auto", ...
|
|
766
|
-
"max-inline-size": [{ "max-inline": ["none", ...
|
|
764
|
+
size: [{ size: O() }],
|
|
765
|
+
"inline-size": [{ inline: ["auto", ...k()] }],
|
|
766
|
+
"min-inline-size": [{ "min-inline": ["auto", ...k()] }],
|
|
767
|
+
"max-inline-size": [{ "max-inline": ["none", ...k()] }],
|
|
767
768
|
"block-size": [{ block: ["auto", ...A()] }],
|
|
768
769
|
"min-block-size": [{ "min-block": ["auto", ...A()] }],
|
|
769
770
|
"max-block-size": [{ "max-block": ["none", ...A()] }],
|
|
770
771
|
w: [{ w: [
|
|
771
772
|
s,
|
|
772
773
|
"screen",
|
|
773
|
-
...
|
|
774
|
+
...O()
|
|
774
775
|
] }],
|
|
775
776
|
"min-w": [{ "min-w": [
|
|
776
777
|
s,
|
|
777
778
|
"screen",
|
|
778
779
|
"none",
|
|
779
|
-
...
|
|
780
|
+
...O()
|
|
780
781
|
] }],
|
|
781
782
|
"max-w": [{ "max-w": [
|
|
782
783
|
s,
|
|
@@ -784,36 +785,36 @@ var x = (e, t) => {
|
|
|
784
785
|
"none",
|
|
785
786
|
"prose",
|
|
786
787
|
{ screen: [o] },
|
|
787
|
-
...
|
|
788
|
+
...O()
|
|
788
789
|
] }],
|
|
789
790
|
h: [{ h: [
|
|
790
791
|
"screen",
|
|
791
792
|
"lh",
|
|
792
|
-
...
|
|
793
|
+
...O()
|
|
793
794
|
] }],
|
|
794
795
|
"min-h": [{ "min-h": [
|
|
795
796
|
"screen",
|
|
796
797
|
"lh",
|
|
797
798
|
"none",
|
|
798
|
-
...
|
|
799
|
+
...O()
|
|
799
800
|
] }],
|
|
800
801
|
"max-h": [{ "max-h": [
|
|
801
802
|
"screen",
|
|
802
803
|
"lh",
|
|
803
|
-
...
|
|
804
|
+
...O()
|
|
804
805
|
] }],
|
|
805
806
|
"font-size": [{ text: [
|
|
806
807
|
"base",
|
|
807
808
|
n,
|
|
808
|
-
|
|
809
|
-
|
|
809
|
+
J,
|
|
810
|
+
K
|
|
810
811
|
] }],
|
|
811
812
|
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
812
813
|
"font-style": ["italic", "not-italic"],
|
|
813
814
|
"font-weight": [{ font: [
|
|
814
815
|
r,
|
|
815
|
-
|
|
816
|
-
|
|
816
|
+
Ve,
|
|
817
|
+
je
|
|
817
818
|
] }],
|
|
818
819
|
"font-stretch": [{ "font-stretch": [
|
|
819
820
|
"ultra-condensed",
|
|
@@ -825,15 +826,15 @@ var x = (e, t) => {
|
|
|
825
826
|
"expanded",
|
|
826
827
|
"extra-expanded",
|
|
827
828
|
"ultra-expanded",
|
|
828
|
-
|
|
829
|
-
|
|
829
|
+
Se,
|
|
830
|
+
G
|
|
830
831
|
] }],
|
|
831
832
|
"font-family": [{ font: [
|
|
832
|
-
|
|
833
|
-
|
|
833
|
+
Ie,
|
|
834
|
+
Me,
|
|
834
835
|
t
|
|
835
836
|
] }],
|
|
836
|
-
"font-features": [{ "font-features": [
|
|
837
|
+
"font-features": [{ "font-features": [G] }],
|
|
837
838
|
"fvn-normal": ["normal-nums"],
|
|
838
839
|
"fvn-ordinal": ["ordinal"],
|
|
839
840
|
"fvn-slashed-zero": ["slashed-zero"],
|
|
@@ -842,28 +843,28 @@ var x = (e, t) => {
|
|
|
842
843
|
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
843
844
|
tracking: [{ tracking: [
|
|
844
845
|
i,
|
|
845
|
-
|
|
846
|
-
|
|
846
|
+
q,
|
|
847
|
+
G
|
|
847
848
|
] }],
|
|
848
849
|
"line-clamp": [{ "line-clamp": [
|
|
849
|
-
|
|
850
|
+
H,
|
|
850
851
|
"none",
|
|
851
|
-
|
|
852
|
-
|
|
852
|
+
q,
|
|
853
|
+
Ae
|
|
853
854
|
] }],
|
|
854
855
|
leading: [{ leading: [a, ...C()] }],
|
|
855
856
|
"list-image": [{ "list-image": [
|
|
856
857
|
"none",
|
|
857
|
-
|
|
858
|
-
|
|
858
|
+
q,
|
|
859
|
+
G
|
|
859
860
|
] }],
|
|
860
861
|
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
861
862
|
"list-style-type": [{ list: [
|
|
862
863
|
"disc",
|
|
863
864
|
"decimal",
|
|
864
865
|
"none",
|
|
865
|
-
|
|
866
|
-
|
|
866
|
+
q,
|
|
867
|
+
G
|
|
867
868
|
] }],
|
|
868
869
|
"text-alignment": [{ text: [
|
|
869
870
|
"left",
|
|
@@ -881,20 +882,20 @@ var x = (e, t) => {
|
|
|
881
882
|
"line-through",
|
|
882
883
|
"no-underline"
|
|
883
884
|
],
|
|
884
|
-
"text-decoration-style": [{ decoration: [...
|
|
885
|
+
"text-decoration-style": [{ decoration: [...P(), "wavy"] }],
|
|
885
886
|
"text-decoration-thickness": [{ decoration: [
|
|
886
|
-
|
|
887
|
+
H,
|
|
887
888
|
"from-font",
|
|
888
889
|
"auto",
|
|
889
|
-
|
|
890
|
-
|
|
890
|
+
q,
|
|
891
|
+
K
|
|
891
892
|
] }],
|
|
892
893
|
"text-decoration-color": [{ decoration: j() }],
|
|
893
894
|
"underline-offset": [{ "underline-offset": [
|
|
894
|
-
|
|
895
|
+
H,
|
|
895
896
|
"auto",
|
|
896
|
-
|
|
897
|
-
|
|
897
|
+
q,
|
|
898
|
+
G
|
|
898
899
|
] }],
|
|
899
900
|
"text-transform": [
|
|
900
901
|
"uppercase",
|
|
@@ -923,8 +924,8 @@ var x = (e, t) => {
|
|
|
923
924
|
"text-bottom",
|
|
924
925
|
"sub",
|
|
925
926
|
"super",
|
|
926
|
-
|
|
927
|
-
|
|
927
|
+
q,
|
|
928
|
+
G
|
|
928
929
|
] }],
|
|
929
930
|
whitespace: [{ whitespace: [
|
|
930
931
|
"normal",
|
|
@@ -952,8 +953,8 @@ var x = (e, t) => {
|
|
|
952
953
|
] }],
|
|
953
954
|
content: [{ content: [
|
|
954
955
|
"none",
|
|
955
|
-
|
|
956
|
-
|
|
956
|
+
q,
|
|
957
|
+
G
|
|
957
958
|
] }],
|
|
958
959
|
"bg-attachment": [{ bg: [
|
|
959
960
|
"fixed",
|
|
@@ -988,68 +989,68 @@ var x = (e, t) => {
|
|
|
988
989
|
"l",
|
|
989
990
|
"tl"
|
|
990
991
|
] },
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
992
|
+
U,
|
|
993
|
+
q,
|
|
994
|
+
G
|
|
994
995
|
],
|
|
995
996
|
radial: [
|
|
996
997
|
"",
|
|
997
|
-
|
|
998
|
-
|
|
998
|
+
q,
|
|
999
|
+
G
|
|
999
1000
|
],
|
|
1000
1001
|
conic: [
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1002
|
+
U,
|
|
1003
|
+
q,
|
|
1004
|
+
G
|
|
1004
1005
|
]
|
|
1005
1006
|
},
|
|
1006
|
-
|
|
1007
|
-
|
|
1007
|
+
ze,
|
|
1008
|
+
Pe
|
|
1008
1009
|
] }],
|
|
1009
1010
|
"bg-color": [{ bg: j() }],
|
|
1010
|
-
"gradient-from-pos": [{ from:
|
|
1011
|
-
"gradient-via-pos": [{ via:
|
|
1012
|
-
"gradient-to-pos": [{ to:
|
|
1011
|
+
"gradient-from-pos": [{ from: ce() }],
|
|
1012
|
+
"gradient-via-pos": [{ via: ce() }],
|
|
1013
|
+
"gradient-to-pos": [{ to: ce() }],
|
|
1013
1014
|
"gradient-from": [{ from: j() }],
|
|
1014
1015
|
"gradient-via": [{ via: j() }],
|
|
1015
1016
|
"gradient-to": [{ to: j() }],
|
|
1016
|
-
rounded: [{ rounded:
|
|
1017
|
-
"rounded-s": [{ "rounded-s":
|
|
1018
|
-
"rounded-e": [{ "rounded-e":
|
|
1019
|
-
"rounded-t": [{ "rounded-t":
|
|
1020
|
-
"rounded-r": [{ "rounded-r":
|
|
1021
|
-
"rounded-b": [{ "rounded-b":
|
|
1022
|
-
"rounded-l": [{ "rounded-l":
|
|
1023
|
-
"rounded-ss": [{ "rounded-ss":
|
|
1024
|
-
"rounded-se": [{ "rounded-se":
|
|
1025
|
-
"rounded-ee": [{ "rounded-ee":
|
|
1026
|
-
"rounded-es": [{ "rounded-es":
|
|
1027
|
-
"rounded-tl": [{ "rounded-tl":
|
|
1028
|
-
"rounded-tr": [{ "rounded-tr":
|
|
1029
|
-
"rounded-br": [{ "rounded-br":
|
|
1030
|
-
"rounded-bl": [{ "rounded-bl":
|
|
1031
|
-
"border-w": [{ border:
|
|
1032
|
-
"border-w-x": [{ "border-x":
|
|
1033
|
-
"border-w-y": [{ "border-y":
|
|
1034
|
-
"border-w-s": [{ "border-s":
|
|
1035
|
-
"border-w-e": [{ "border-e":
|
|
1036
|
-
"border-w-bs": [{ "border-bs":
|
|
1037
|
-
"border-w-be": [{ "border-be":
|
|
1038
|
-
"border-w-t": [{ "border-t":
|
|
1039
|
-
"border-w-r": [{ "border-r":
|
|
1040
|
-
"border-w-b": [{ "border-b":
|
|
1041
|
-
"border-w-l": [{ "border-l":
|
|
1042
|
-
"divide-x": [{ "divide-x":
|
|
1017
|
+
rounded: [{ rounded: M() }],
|
|
1018
|
+
"rounded-s": [{ "rounded-s": M() }],
|
|
1019
|
+
"rounded-e": [{ "rounded-e": M() }],
|
|
1020
|
+
"rounded-t": [{ "rounded-t": M() }],
|
|
1021
|
+
"rounded-r": [{ "rounded-r": M() }],
|
|
1022
|
+
"rounded-b": [{ "rounded-b": M() }],
|
|
1023
|
+
"rounded-l": [{ "rounded-l": M() }],
|
|
1024
|
+
"rounded-ss": [{ "rounded-ss": M() }],
|
|
1025
|
+
"rounded-se": [{ "rounded-se": M() }],
|
|
1026
|
+
"rounded-ee": [{ "rounded-ee": M() }],
|
|
1027
|
+
"rounded-es": [{ "rounded-es": M() }],
|
|
1028
|
+
"rounded-tl": [{ "rounded-tl": M() }],
|
|
1029
|
+
"rounded-tr": [{ "rounded-tr": M() }],
|
|
1030
|
+
"rounded-br": [{ "rounded-br": M() }],
|
|
1031
|
+
"rounded-bl": [{ "rounded-bl": M() }],
|
|
1032
|
+
"border-w": [{ border: N() }],
|
|
1033
|
+
"border-w-x": [{ "border-x": N() }],
|
|
1034
|
+
"border-w-y": [{ "border-y": N() }],
|
|
1035
|
+
"border-w-s": [{ "border-s": N() }],
|
|
1036
|
+
"border-w-e": [{ "border-e": N() }],
|
|
1037
|
+
"border-w-bs": [{ "border-bs": N() }],
|
|
1038
|
+
"border-w-be": [{ "border-be": N() }],
|
|
1039
|
+
"border-w-t": [{ "border-t": N() }],
|
|
1040
|
+
"border-w-r": [{ "border-r": N() }],
|
|
1041
|
+
"border-w-b": [{ "border-b": N() }],
|
|
1042
|
+
"border-w-l": [{ "border-l": N() }],
|
|
1043
|
+
"divide-x": [{ "divide-x": N() }],
|
|
1043
1044
|
"divide-x-reverse": ["divide-x-reverse"],
|
|
1044
|
-
"divide-y": [{ "divide-y":
|
|
1045
|
+
"divide-y": [{ "divide-y": N() }],
|
|
1045
1046
|
"divide-y-reverse": ["divide-y-reverse"],
|
|
1046
1047
|
"border-style": [{ border: [
|
|
1047
|
-
...
|
|
1048
|
+
...P(),
|
|
1048
1049
|
"hidden",
|
|
1049
1050
|
"none"
|
|
1050
1051
|
] }],
|
|
1051
1052
|
"divide-style": [{ divide: [
|
|
1052
|
-
...
|
|
1053
|
+
...P(),
|
|
1053
1054
|
"hidden",
|
|
1054
1055
|
"none"
|
|
1055
1056
|
] }],
|
|
@@ -1066,62 +1067,62 @@ var x = (e, t) => {
|
|
|
1066
1067
|
"border-color-l": [{ "border-l": j() }],
|
|
1067
1068
|
"divide-color": [{ divide: j() }],
|
|
1068
1069
|
"outline-style": [{ outline: [
|
|
1069
|
-
...
|
|
1070
|
+
...P(),
|
|
1070
1071
|
"none",
|
|
1071
1072
|
"hidden"
|
|
1072
1073
|
] }],
|
|
1073
1074
|
"outline-offset": [{ "outline-offset": [
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1075
|
+
H,
|
|
1076
|
+
q,
|
|
1077
|
+
G
|
|
1077
1078
|
] }],
|
|
1078
1079
|
"outline-w": [{ outline: [
|
|
1079
1080
|
"",
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1081
|
+
H,
|
|
1082
|
+
J,
|
|
1083
|
+
K
|
|
1083
1084
|
] }],
|
|
1084
1085
|
"outline-color": [{ outline: j() }],
|
|
1085
1086
|
shadow: [{ shadow: [
|
|
1086
1087
|
"",
|
|
1087
1088
|
"none",
|
|
1088
1089
|
u,
|
|
1089
|
-
|
|
1090
|
-
|
|
1090
|
+
Be,
|
|
1091
|
+
Fe
|
|
1091
1092
|
] }],
|
|
1092
1093
|
"shadow-color": [{ shadow: j() }],
|
|
1093
1094
|
"inset-shadow": [{ "inset-shadow": [
|
|
1094
1095
|
"none",
|
|
1095
1096
|
d,
|
|
1096
|
-
|
|
1097
|
-
|
|
1097
|
+
Be,
|
|
1098
|
+
Fe
|
|
1098
1099
|
] }],
|
|
1099
1100
|
"inset-shadow-color": [{ "inset-shadow": j() }],
|
|
1100
|
-
"ring-w": [{ ring:
|
|
1101
|
+
"ring-w": [{ ring: N() }],
|
|
1101
1102
|
"ring-w-inset": ["ring-inset"],
|
|
1102
1103
|
"ring-color": [{ ring: j() }],
|
|
1103
|
-
"ring-offset-w": [{ "ring-offset": [
|
|
1104
|
+
"ring-offset-w": [{ "ring-offset": [H, K] }],
|
|
1104
1105
|
"ring-offset-color": [{ "ring-offset": j() }],
|
|
1105
|
-
"inset-ring-w": [{ "inset-ring":
|
|
1106
|
+
"inset-ring-w": [{ "inset-ring": N() }],
|
|
1106
1107
|
"inset-ring-color": [{ "inset-ring": j() }],
|
|
1107
1108
|
"text-shadow": [{ "text-shadow": [
|
|
1108
1109
|
"none",
|
|
1109
1110
|
f,
|
|
1110
|
-
|
|
1111
|
-
|
|
1111
|
+
Be,
|
|
1112
|
+
Fe
|
|
1112
1113
|
] }],
|
|
1113
1114
|
"text-shadow-color": [{ "text-shadow": j() }],
|
|
1114
1115
|
opacity: [{ opacity: [
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1116
|
+
H,
|
|
1117
|
+
q,
|
|
1118
|
+
G
|
|
1118
1119
|
] }],
|
|
1119
1120
|
"mix-blend": [{ "mix-blend": [
|
|
1120
|
-
...
|
|
1121
|
+
...le(),
|
|
1121
1122
|
"plus-darker",
|
|
1122
1123
|
"plus-lighter"
|
|
1123
1124
|
] }],
|
|
1124
|
-
"bg-blend": [{ "bg-blend":
|
|
1125
|
+
"bg-blend": [{ "bg-blend": le() }],
|
|
1125
1126
|
"mask-clip": [{ "mask-clip": [
|
|
1126
1127
|
"border",
|
|
1127
1128
|
"padding",
|
|
@@ -1136,38 +1137,38 @@ var x = (e, t) => {
|
|
|
1136
1137
|
"intersect",
|
|
1137
1138
|
"exclude"
|
|
1138
1139
|
] }],
|
|
1139
|
-
"mask-image-linear-pos": [{ "mask-linear": [
|
|
1140
|
-
"mask-image-linear-from-pos": [{ "mask-linear-from":
|
|
1141
|
-
"mask-image-linear-to-pos": [{ "mask-linear-to":
|
|
1140
|
+
"mask-image-linear-pos": [{ "mask-linear": [H] }],
|
|
1141
|
+
"mask-image-linear-from-pos": [{ "mask-linear-from": F() }],
|
|
1142
|
+
"mask-image-linear-to-pos": [{ "mask-linear-to": F() }],
|
|
1142
1143
|
"mask-image-linear-from-color": [{ "mask-linear-from": j() }],
|
|
1143
1144
|
"mask-image-linear-to-color": [{ "mask-linear-to": j() }],
|
|
1144
|
-
"mask-image-t-from-pos": [{ "mask-t-from":
|
|
1145
|
-
"mask-image-t-to-pos": [{ "mask-t-to":
|
|
1145
|
+
"mask-image-t-from-pos": [{ "mask-t-from": F() }],
|
|
1146
|
+
"mask-image-t-to-pos": [{ "mask-t-to": F() }],
|
|
1146
1147
|
"mask-image-t-from-color": [{ "mask-t-from": j() }],
|
|
1147
1148
|
"mask-image-t-to-color": [{ "mask-t-to": j() }],
|
|
1148
|
-
"mask-image-r-from-pos": [{ "mask-r-from":
|
|
1149
|
-
"mask-image-r-to-pos": [{ "mask-r-to":
|
|
1149
|
+
"mask-image-r-from-pos": [{ "mask-r-from": F() }],
|
|
1150
|
+
"mask-image-r-to-pos": [{ "mask-r-to": F() }],
|
|
1150
1151
|
"mask-image-r-from-color": [{ "mask-r-from": j() }],
|
|
1151
1152
|
"mask-image-r-to-color": [{ "mask-r-to": j() }],
|
|
1152
|
-
"mask-image-b-from-pos": [{ "mask-b-from":
|
|
1153
|
-
"mask-image-b-to-pos": [{ "mask-b-to":
|
|
1153
|
+
"mask-image-b-from-pos": [{ "mask-b-from": F() }],
|
|
1154
|
+
"mask-image-b-to-pos": [{ "mask-b-to": F() }],
|
|
1154
1155
|
"mask-image-b-from-color": [{ "mask-b-from": j() }],
|
|
1155
1156
|
"mask-image-b-to-color": [{ "mask-b-to": j() }],
|
|
1156
|
-
"mask-image-l-from-pos": [{ "mask-l-from":
|
|
1157
|
-
"mask-image-l-to-pos": [{ "mask-l-to":
|
|
1157
|
+
"mask-image-l-from-pos": [{ "mask-l-from": F() }],
|
|
1158
|
+
"mask-image-l-to-pos": [{ "mask-l-to": F() }],
|
|
1158
1159
|
"mask-image-l-from-color": [{ "mask-l-from": j() }],
|
|
1159
1160
|
"mask-image-l-to-color": [{ "mask-l-to": j() }],
|
|
1160
|
-
"mask-image-x-from-pos": [{ "mask-x-from":
|
|
1161
|
-
"mask-image-x-to-pos": [{ "mask-x-to":
|
|
1161
|
+
"mask-image-x-from-pos": [{ "mask-x-from": F() }],
|
|
1162
|
+
"mask-image-x-to-pos": [{ "mask-x-to": F() }],
|
|
1162
1163
|
"mask-image-x-from-color": [{ "mask-x-from": j() }],
|
|
1163
1164
|
"mask-image-x-to-color": [{ "mask-x-to": j() }],
|
|
1164
|
-
"mask-image-y-from-pos": [{ "mask-y-from":
|
|
1165
|
-
"mask-image-y-to-pos": [{ "mask-y-to":
|
|
1165
|
+
"mask-image-y-from-pos": [{ "mask-y-from": F() }],
|
|
1166
|
+
"mask-image-y-to-pos": [{ "mask-y-to": F() }],
|
|
1166
1167
|
"mask-image-y-from-color": [{ "mask-y-from": j() }],
|
|
1167
1168
|
"mask-image-y-to-color": [{ "mask-y-to": j() }],
|
|
1168
|
-
"mask-image-radial": [{ "mask-radial": [
|
|
1169
|
-
"mask-image-radial-from-pos": [{ "mask-radial-from":
|
|
1170
|
-
"mask-image-radial-to-pos": [{ "mask-radial-to":
|
|
1169
|
+
"mask-image-radial": [{ "mask-radial": [q, G] }],
|
|
1170
|
+
"mask-image-radial-from-pos": [{ "mask-radial-from": F() }],
|
|
1171
|
+
"mask-image-radial-to-pos": [{ "mask-radial-to": F() }],
|
|
1171
1172
|
"mask-image-radial-from-color": [{ "mask-radial-from": j() }],
|
|
1172
1173
|
"mask-image-radial-to-color": [{ "mask-radial-to": j() }],
|
|
1173
1174
|
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
@@ -1176,9 +1177,9 @@ var x = (e, t) => {
|
|
|
1176
1177
|
farthest: ["side", "corner"]
|
|
1177
1178
|
}] }],
|
|
1178
1179
|
"mask-image-radial-pos": [{ "mask-radial-at": b() }],
|
|
1179
|
-
"mask-image-conic-pos": [{ "mask-conic": [
|
|
1180
|
-
"mask-image-conic-from-pos": [{ "mask-conic-from":
|
|
1181
|
-
"mask-image-conic-to-pos": [{ "mask-conic-to":
|
|
1180
|
+
"mask-image-conic-pos": [{ "mask-conic": [H] }],
|
|
1181
|
+
"mask-image-conic-from-pos": [{ "mask-conic-from": F() }],
|
|
1182
|
+
"mask-image-conic-to-pos": [{ "mask-conic-to": F() }],
|
|
1182
1183
|
"mask-image-conic-from-color": [{ "mask-conic-from": j() }],
|
|
1183
1184
|
"mask-image-conic-to-color": [{ "mask-conic-to": j() }],
|
|
1184
1185
|
"mask-mode": [{ mask: [
|
|
@@ -1200,111 +1201,111 @@ var x = (e, t) => {
|
|
|
1200
1201
|
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1201
1202
|
"mask-image": [{ mask: [
|
|
1202
1203
|
"none",
|
|
1203
|
-
|
|
1204
|
-
|
|
1204
|
+
q,
|
|
1205
|
+
G
|
|
1205
1206
|
] }],
|
|
1206
1207
|
filter: [{ filter: [
|
|
1207
1208
|
"",
|
|
1208
1209
|
"none",
|
|
1209
|
-
|
|
1210
|
-
|
|
1210
|
+
q,
|
|
1211
|
+
G
|
|
1211
1212
|
] }],
|
|
1212
|
-
blur: [{ blur:
|
|
1213
|
+
blur: [{ blur: ue() }],
|
|
1213
1214
|
brightness: [{ brightness: [
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1215
|
+
H,
|
|
1216
|
+
q,
|
|
1217
|
+
G
|
|
1217
1218
|
] }],
|
|
1218
1219
|
contrast: [{ contrast: [
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1220
|
+
H,
|
|
1221
|
+
q,
|
|
1222
|
+
G
|
|
1222
1223
|
] }],
|
|
1223
1224
|
"drop-shadow": [{ "drop-shadow": [
|
|
1224
1225
|
"",
|
|
1225
1226
|
"none",
|
|
1226
1227
|
p,
|
|
1227
|
-
|
|
1228
|
-
|
|
1228
|
+
Be,
|
|
1229
|
+
Fe
|
|
1229
1230
|
] }],
|
|
1230
1231
|
"drop-shadow-color": [{ "drop-shadow": j() }],
|
|
1231
1232
|
grayscale: [{ grayscale: [
|
|
1232
1233
|
"",
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1234
|
+
H,
|
|
1235
|
+
q,
|
|
1236
|
+
G
|
|
1236
1237
|
] }],
|
|
1237
1238
|
"hue-rotate": [{ "hue-rotate": [
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1239
|
+
H,
|
|
1240
|
+
q,
|
|
1241
|
+
G
|
|
1241
1242
|
] }],
|
|
1242
1243
|
invert: [{ invert: [
|
|
1243
1244
|
"",
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1245
|
+
H,
|
|
1246
|
+
q,
|
|
1247
|
+
G
|
|
1247
1248
|
] }],
|
|
1248
1249
|
saturate: [{ saturate: [
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1250
|
+
H,
|
|
1251
|
+
q,
|
|
1252
|
+
G
|
|
1252
1253
|
] }],
|
|
1253
1254
|
sepia: [{ sepia: [
|
|
1254
1255
|
"",
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1256
|
+
H,
|
|
1257
|
+
q,
|
|
1258
|
+
G
|
|
1258
1259
|
] }],
|
|
1259
1260
|
"backdrop-filter": [{ "backdrop-filter": [
|
|
1260
1261
|
"",
|
|
1261
1262
|
"none",
|
|
1262
|
-
|
|
1263
|
-
|
|
1263
|
+
q,
|
|
1264
|
+
G
|
|
1264
1265
|
] }],
|
|
1265
|
-
"backdrop-blur": [{ "backdrop-blur":
|
|
1266
|
+
"backdrop-blur": [{ "backdrop-blur": ue() }],
|
|
1266
1267
|
"backdrop-brightness": [{ "backdrop-brightness": [
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1268
|
+
H,
|
|
1269
|
+
q,
|
|
1270
|
+
G
|
|
1270
1271
|
] }],
|
|
1271
1272
|
"backdrop-contrast": [{ "backdrop-contrast": [
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1273
|
+
H,
|
|
1274
|
+
q,
|
|
1275
|
+
G
|
|
1275
1276
|
] }],
|
|
1276
1277
|
"backdrop-grayscale": [{ "backdrop-grayscale": [
|
|
1277
1278
|
"",
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1279
|
+
H,
|
|
1280
|
+
q,
|
|
1281
|
+
G
|
|
1281
1282
|
] }],
|
|
1282
1283
|
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1284
|
+
H,
|
|
1285
|
+
q,
|
|
1286
|
+
G
|
|
1286
1287
|
] }],
|
|
1287
1288
|
"backdrop-invert": [{ "backdrop-invert": [
|
|
1288
1289
|
"",
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1290
|
+
H,
|
|
1291
|
+
q,
|
|
1292
|
+
G
|
|
1292
1293
|
] }],
|
|
1293
1294
|
"backdrop-opacity": [{ "backdrop-opacity": [
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1295
|
+
H,
|
|
1296
|
+
q,
|
|
1297
|
+
G
|
|
1297
1298
|
] }],
|
|
1298
1299
|
"backdrop-saturate": [{ "backdrop-saturate": [
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1300
|
+
H,
|
|
1301
|
+
q,
|
|
1302
|
+
G
|
|
1302
1303
|
] }],
|
|
1303
1304
|
"backdrop-sepia": [{ "backdrop-sepia": [
|
|
1304
1305
|
"",
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1306
|
+
H,
|
|
1307
|
+
q,
|
|
1308
|
+
G
|
|
1308
1309
|
] }],
|
|
1309
1310
|
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1310
1311
|
"border-spacing": [{ "border-spacing": C() }],
|
|
@@ -1320,56 +1321,56 @@ var x = (e, t) => {
|
|
|
1320
1321
|
"shadow",
|
|
1321
1322
|
"transform",
|
|
1322
1323
|
"none",
|
|
1323
|
-
|
|
1324
|
-
|
|
1324
|
+
q,
|
|
1325
|
+
G
|
|
1325
1326
|
] }],
|
|
1326
1327
|
"transition-behavior": [{ transition: ["normal", "discrete"] }],
|
|
1327
1328
|
duration: [{ duration: [
|
|
1328
|
-
|
|
1329
|
+
H,
|
|
1329
1330
|
"initial",
|
|
1330
|
-
|
|
1331
|
-
|
|
1331
|
+
q,
|
|
1332
|
+
G
|
|
1332
1333
|
] }],
|
|
1333
1334
|
ease: [{ ease: [
|
|
1334
1335
|
"linear",
|
|
1335
1336
|
"initial",
|
|
1336
1337
|
_,
|
|
1337
|
-
|
|
1338
|
-
|
|
1338
|
+
q,
|
|
1339
|
+
G
|
|
1339
1340
|
] }],
|
|
1340
1341
|
delay: [{ delay: [
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1342
|
+
H,
|
|
1343
|
+
q,
|
|
1344
|
+
G
|
|
1344
1345
|
] }],
|
|
1345
1346
|
animate: [{ animate: [
|
|
1346
1347
|
"none",
|
|
1347
1348
|
v,
|
|
1348
|
-
|
|
1349
|
-
|
|
1349
|
+
q,
|
|
1350
|
+
G
|
|
1350
1351
|
] }],
|
|
1351
1352
|
backface: [{ backface: ["hidden", "visible"] }],
|
|
1352
1353
|
perspective: [{ perspective: [
|
|
1353
1354
|
h,
|
|
1354
|
-
|
|
1355
|
-
|
|
1355
|
+
q,
|
|
1356
|
+
G
|
|
1356
1357
|
] }],
|
|
1357
1358
|
"perspective-origin": [{ "perspective-origin": x() }],
|
|
1358
|
-
rotate: [{ rotate:
|
|
1359
|
-
"rotate-x": [{ "rotate-x":
|
|
1360
|
-
"rotate-y": [{ "rotate-y":
|
|
1361
|
-
"rotate-z": [{ "rotate-z":
|
|
1362
|
-
scale: [{ scale:
|
|
1363
|
-
"scale-x": [{ "scale-x":
|
|
1364
|
-
"scale-y": [{ "scale-y":
|
|
1365
|
-
"scale-z": [{ "scale-z":
|
|
1359
|
+
rotate: [{ rotate: I() }],
|
|
1360
|
+
"rotate-x": [{ "rotate-x": I() }],
|
|
1361
|
+
"rotate-y": [{ "rotate-y": I() }],
|
|
1362
|
+
"rotate-z": [{ "rotate-z": I() }],
|
|
1363
|
+
scale: [{ scale: L() }],
|
|
1364
|
+
"scale-x": [{ "scale-x": L() }],
|
|
1365
|
+
"scale-y": [{ "scale-y": L() }],
|
|
1366
|
+
"scale-z": [{ "scale-z": L() }],
|
|
1366
1367
|
"scale-3d": ["scale-3d"],
|
|
1367
|
-
skew: [{ skew:
|
|
1368
|
-
"skew-x": [{ "skew-x":
|
|
1369
|
-
"skew-y": [{ "skew-y":
|
|
1368
|
+
skew: [{ skew: R() }],
|
|
1369
|
+
"skew-x": [{ "skew-x": R() }],
|
|
1370
|
+
"skew-y": [{ "skew-y": R() }],
|
|
1370
1371
|
transform: [{ transform: [
|
|
1371
|
-
|
|
1372
|
-
|
|
1372
|
+
q,
|
|
1373
|
+
G,
|
|
1373
1374
|
"",
|
|
1374
1375
|
"none",
|
|
1375
1376
|
"gpu",
|
|
@@ -1377,10 +1378,10 @@ var x = (e, t) => {
|
|
|
1377
1378
|
] }],
|
|
1378
1379
|
"transform-origin": [{ origin: x() }],
|
|
1379
1380
|
"transform-style": [{ transform: ["3d", "flat"] }],
|
|
1380
|
-
translate: [{ translate:
|
|
1381
|
-
"translate-x": [{ "translate-x":
|
|
1382
|
-
"translate-y": [{ "translate-y":
|
|
1383
|
-
"translate-z": [{ "translate-z":
|
|
1381
|
+
translate: [{ translate: z() }],
|
|
1382
|
+
"translate-x": [{ "translate-x": z() }],
|
|
1383
|
+
"translate-y": [{ "translate-y": z() }],
|
|
1384
|
+
"translate-z": [{ "translate-z": z() }],
|
|
1384
1385
|
"translate-none": ["translate-none"],
|
|
1385
1386
|
accent: [{ accent: j() }],
|
|
1386
1387
|
appearance: [{ appearance: ["none", "auto"] }],
|
|
@@ -1430,8 +1431,8 @@ var x = (e, t) => {
|
|
|
1430
1431
|
"nwse-resize",
|
|
1431
1432
|
"zoom-in",
|
|
1432
1433
|
"zoom-out",
|
|
1433
|
-
|
|
1434
|
-
|
|
1434
|
+
q,
|
|
1435
|
+
G
|
|
1435
1436
|
] }],
|
|
1436
1437
|
"field-sizing": [{ "field-sizing": ["fixed", "content"] }],
|
|
1437
1438
|
"pointer-events": [{ "pointer-events": ["auto", "none"] }],
|
|
@@ -1505,15 +1506,15 @@ var x = (e, t) => {
|
|
|
1505
1506
|
"scroll",
|
|
1506
1507
|
"contents",
|
|
1507
1508
|
"transform",
|
|
1508
|
-
|
|
1509
|
-
|
|
1509
|
+
q,
|
|
1510
|
+
G
|
|
1510
1511
|
] }],
|
|
1511
1512
|
fill: [{ fill: ["none", ...j()] }],
|
|
1512
1513
|
"stroke-w": [{ stroke: [
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1514
|
+
H,
|
|
1515
|
+
J,
|
|
1516
|
+
K,
|
|
1517
|
+
Ae
|
|
1517
1518
|
] }],
|
|
1518
1519
|
stroke: [{ stroke: ["none", ...j()] }],
|
|
1519
1520
|
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
@@ -1702,23 +1703,23 @@ var x = (e, t) => {
|
|
|
1702
1703
|
});
|
|
1703
1704
|
//#endregion
|
|
1704
1705
|
//#region src/utils.ts
|
|
1705
|
-
function
|
|
1706
|
-
return
|
|
1706
|
+
function Z(...e) {
|
|
1707
|
+
return Xe(x(e));
|
|
1707
1708
|
}
|
|
1708
1709
|
//#endregion
|
|
1709
1710
|
//#region ../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs
|
|
1710
|
-
var
|
|
1711
|
-
if (t?.variants == null) return
|
|
1711
|
+
var Ze = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Qe = x, $e = (e, t) => (n) => {
|
|
1712
|
+
if (t?.variants == null) return Qe(e, n?.class, n?.className);
|
|
1712
1713
|
let { variants: r, defaultVariants: i } = t, a = Object.keys(r).map((e) => {
|
|
1713
1714
|
let t = n?.[e], a = i?.[e];
|
|
1714
1715
|
if (t === null) return null;
|
|
1715
|
-
let o =
|
|
1716
|
+
let o = Ze(t) || Ze(a);
|
|
1716
1717
|
return r[e][o];
|
|
1717
1718
|
}), o = n && Object.entries(n).reduce((e, t) => {
|
|
1718
1719
|
let [n, r] = t;
|
|
1719
1720
|
return r === void 0 || (e[n] = r), e;
|
|
1720
1721
|
}, {});
|
|
1721
|
-
return
|
|
1722
|
+
return Qe(e, a, t?.compoundVariants?.reduce((e, t) => {
|
|
1722
1723
|
let { class: n, className: r, ...a } = t;
|
|
1723
1724
|
return Object.entries(a).every((e) => {
|
|
1724
1725
|
let [t, n] = e;
|
|
@@ -1735,7 +1736,7 @@ var Ye = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Xe = b, Ze =
|
|
|
1735
1736
|
r
|
|
1736
1737
|
] : e;
|
|
1737
1738
|
}, []), n?.class, n?.className);
|
|
1738
|
-
},
|
|
1739
|
+
}, et = $e("group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", {
|
|
1739
1740
|
variants: {
|
|
1740
1741
|
variant: {
|
|
1741
1742
|
default: "bg-primary text-primary-foreground [a]:hover:bg-primary/80",
|
|
@@ -1761,10 +1762,10 @@ var Ye = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Xe = b, Ze =
|
|
|
1761
1762
|
size: "default"
|
|
1762
1763
|
}
|
|
1763
1764
|
});
|
|
1764
|
-
function
|
|
1765
|
+
function Q({ className: t, variant: r = "default", size: i = "default", ...a }) {
|
|
1765
1766
|
return /* @__PURE__ */ n(e, {
|
|
1766
1767
|
"data-slot": "button",
|
|
1767
|
-
className:
|
|
1768
|
+
className: Z(et({
|
|
1768
1769
|
variant: r,
|
|
1769
1770
|
size: i,
|
|
1770
1771
|
className: t
|
|
@@ -1774,7 +1775,7 @@ function $e({ className: t, variant: r = "default", size: i = "default", ...a })
|
|
|
1774
1775
|
}
|
|
1775
1776
|
//#endregion
|
|
1776
1777
|
//#region src/components/badge.tsx
|
|
1777
|
-
var
|
|
1778
|
+
var tt = $e("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-4xl border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-all focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3!", {
|
|
1778
1779
|
variants: { variant: {
|
|
1779
1780
|
default: "bg-primary text-primary-foreground [a]:hover:bg-primary/80",
|
|
1780
1781
|
secondary: "bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",
|
|
@@ -1785,10 +1786,10 @@ var et = Ze("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-cen
|
|
|
1785
1786
|
} },
|
|
1786
1787
|
defaultVariants: { variant: "default" }
|
|
1787
1788
|
});
|
|
1788
|
-
function
|
|
1789
|
+
function nt({ className: e, variant: t = "default", render: n, ...r }) {
|
|
1789
1790
|
return a({
|
|
1790
1791
|
defaultTagName: "span",
|
|
1791
|
-
props: i({ className:
|
|
1792
|
+
props: i({ className: Z(tt({ variant: t }), e) }, r),
|
|
1792
1793
|
render: n,
|
|
1793
1794
|
state: {
|
|
1794
1795
|
slot: "badge",
|
|
@@ -1798,205 +1799,205 @@ function tt({ className: e, variant: t = "default", render: n, ...r }) {
|
|
|
1798
1799
|
}
|
|
1799
1800
|
//#endregion
|
|
1800
1801
|
//#region src/components/card.tsx
|
|
1801
|
-
function
|
|
1802
|
+
function rt({ className: e, size: t = "default", ...r }) {
|
|
1802
1803
|
return /* @__PURE__ */ n("div", {
|
|
1803
1804
|
"data-slot": "card",
|
|
1804
1805
|
"data-size": t,
|
|
1805
|
-
className:
|
|
1806
|
+
className: Z("group/card flex flex-col gap-4 overflow-hidden rounded-xl bg-card py-4 text-sm text-card-foreground ring-1 ring-foreground/10 has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:gap-3 data-[size=sm]:py-3 data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl", e),
|
|
1806
1807
|
...r
|
|
1807
1808
|
});
|
|
1808
1809
|
}
|
|
1809
|
-
function
|
|
1810
|
+
function it({ className: e, ...t }) {
|
|
1810
1811
|
return /* @__PURE__ */ n("div", {
|
|
1811
1812
|
"data-slot": "card-header",
|
|
1812
|
-
className:
|
|
1813
|
+
className: Z("group/card-header @container/card-header grid auto-rows-min items-start gap-1 rounded-t-xl px-4 group-data-[size=sm]/card:px-3 has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto] [.border-b]:pb-4 group-data-[size=sm]/card:[.border-b]:pb-3", e),
|
|
1813
1814
|
...t
|
|
1814
1815
|
});
|
|
1815
1816
|
}
|
|
1816
|
-
function
|
|
1817
|
+
function at({ className: e, ...t }) {
|
|
1817
1818
|
return /* @__PURE__ */ n("div", {
|
|
1818
1819
|
"data-slot": "card-title",
|
|
1819
|
-
className:
|
|
1820
|
+
className: Z("font-heading text-base leading-snug font-medium group-data-[size=sm]/card:text-sm", e),
|
|
1820
1821
|
...t
|
|
1821
1822
|
});
|
|
1822
1823
|
}
|
|
1823
|
-
function
|
|
1824
|
+
function ot({ className: e, ...t }) {
|
|
1824
1825
|
return /* @__PURE__ */ n("div", {
|
|
1825
1826
|
"data-slot": "card-description",
|
|
1826
|
-
className:
|
|
1827
|
+
className: Z("text-sm text-muted-foreground", e),
|
|
1827
1828
|
...t
|
|
1828
1829
|
});
|
|
1829
1830
|
}
|
|
1830
|
-
function
|
|
1831
|
+
function st({ className: e, ...t }) {
|
|
1831
1832
|
return /* @__PURE__ */ n("div", {
|
|
1832
1833
|
"data-slot": "card-action",
|
|
1833
|
-
className:
|
|
1834
|
+
className: Z("col-start-2 row-span-2 row-start-1 self-start justify-self-end", e),
|
|
1834
1835
|
...t
|
|
1835
1836
|
});
|
|
1836
1837
|
}
|
|
1837
|
-
function
|
|
1838
|
+
function ct({ className: e, ...t }) {
|
|
1838
1839
|
return /* @__PURE__ */ n("div", {
|
|
1839
1840
|
"data-slot": "card-content",
|
|
1840
|
-
className:
|
|
1841
|
+
className: Z("px-4 group-data-[size=sm]/card:px-3", e),
|
|
1841
1842
|
...t
|
|
1842
1843
|
});
|
|
1843
1844
|
}
|
|
1844
|
-
function
|
|
1845
|
+
function lt({ className: e, ...t }) {
|
|
1845
1846
|
return /* @__PURE__ */ n("div", {
|
|
1846
1847
|
"data-slot": "card-footer",
|
|
1847
|
-
className:
|
|
1848
|
+
className: Z("flex items-center rounded-b-xl border-t bg-muted/50 p-4 group-data-[size=sm]/card:p-3", e),
|
|
1848
1849
|
...t
|
|
1849
1850
|
});
|
|
1850
1851
|
}
|
|
1851
1852
|
//#endregion
|
|
1852
1853
|
//#region src/components/input.tsx
|
|
1853
|
-
function
|
|
1854
|
-
return /* @__PURE__ */ n(
|
|
1854
|
+
function ut({ className: e, type: t, ...r }) {
|
|
1855
|
+
return /* @__PURE__ */ n(c, {
|
|
1855
1856
|
type: t,
|
|
1856
1857
|
"data-slot": "input",
|
|
1857
|
-
className:
|
|
1858
|
+
className: Z("h-8 w-full min-w-0 rounded-lg border border-input bg-transparent px-2.5 py-1 text-base transition-colors outline-none file:inline-flex file:h-6 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-input/50 disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 md:text-sm dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40", e),
|
|
1858
1859
|
...r
|
|
1859
1860
|
});
|
|
1860
1861
|
}
|
|
1861
1862
|
//#endregion
|
|
1862
1863
|
//#region src/components/label.tsx
|
|
1863
|
-
function
|
|
1864
|
+
function dt({ className: e, ...t }) {
|
|
1864
1865
|
return /* @__PURE__ */ n("label", {
|
|
1865
1866
|
"data-slot": "label",
|
|
1866
|
-
className:
|
|
1867
|
+
className: Z("flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50", e),
|
|
1867
1868
|
...t
|
|
1868
1869
|
});
|
|
1869
1870
|
}
|
|
1870
1871
|
//#endregion
|
|
1871
1872
|
//#region src/components/tabs.tsx
|
|
1872
|
-
function
|
|
1873
|
-
return /* @__PURE__ */ n(
|
|
1873
|
+
function ft({ className: e, orientation: t = "horizontal", ...r }) {
|
|
1874
|
+
return /* @__PURE__ */ n(l.Root, {
|
|
1874
1875
|
"data-slot": "tabs",
|
|
1875
1876
|
"data-orientation": t,
|
|
1876
|
-
className:
|
|
1877
|
+
className: Z("group/tabs flex gap-2 data-horizontal:flex-col", e),
|
|
1877
1878
|
...r
|
|
1878
1879
|
});
|
|
1879
1880
|
}
|
|
1880
|
-
var
|
|
1881
|
+
var pt = $e("group/tabs-list inline-flex w-fit items-center justify-center rounded-lg p-[3px] text-muted-foreground group-data-horizontal/tabs:h-8 group-data-vertical/tabs:h-fit group-data-vertical/tabs:flex-col data-[variant=line]:rounded-none", {
|
|
1881
1882
|
variants: { variant: {
|
|
1882
1883
|
default: "bg-muted",
|
|
1883
1884
|
line: "gap-1 bg-transparent"
|
|
1884
1885
|
} },
|
|
1885
1886
|
defaultVariants: { variant: "default" }
|
|
1886
1887
|
});
|
|
1887
|
-
function
|
|
1888
|
-
return /* @__PURE__ */ n(
|
|
1888
|
+
function mt({ className: e, variant: t = "default", ...r }) {
|
|
1889
|
+
return /* @__PURE__ */ n(l.List, {
|
|
1889
1890
|
"data-slot": "tabs-list",
|
|
1890
1891
|
"data-variant": t,
|
|
1891
|
-
className:
|
|
1892
|
+
className: Z(pt({ variant: t }), e),
|
|
1892
1893
|
...r
|
|
1893
1894
|
});
|
|
1894
1895
|
}
|
|
1895
|
-
function
|
|
1896
|
-
return /* @__PURE__ */ n(
|
|
1896
|
+
function ht({ className: e, ...t }) {
|
|
1897
|
+
return /* @__PURE__ */ n(l.Tab, {
|
|
1897
1898
|
"data-slot": "tabs-trigger",
|
|
1898
|
-
className:
|
|
1899
|
+
className: Z("relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-1.5 py-0.5 text-sm font-medium whitespace-nowrap text-foreground/60 transition-all group-data-vertical/tabs:w-full group-data-vertical/tabs:justify-start hover:text-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 focus-visible:outline-ring disabled:pointer-events-none disabled:opacity-50 has-data-[icon=inline-end]:pr-1 has-data-[icon=inline-start]:pl-1 aria-disabled:pointer-events-none aria-disabled:opacity-50 dark:text-muted-foreground dark:hover:text-foreground group-data-[variant=default]/tabs-list:data-active:shadow-sm group-data-[variant=line]/tabs-list:data-active:shadow-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", "group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-active:bg-transparent dark:group-data-[variant=line]/tabs-list:data-active:border-transparent dark:group-data-[variant=line]/tabs-list:data-active:bg-transparent", "data-active:bg-background data-active:text-foreground dark:data-active:border-input dark:data-active:bg-input/30 dark:data-active:text-foreground", "after:absolute after:bg-foreground after:opacity-0 after:transition-opacity group-data-horizontal/tabs:after:inset-x-0 group-data-horizontal/tabs:after:bottom-[-5px] group-data-horizontal/tabs:after:h-0.5 group-data-vertical/tabs:after:inset-y-0 group-data-vertical/tabs:after:-right-1 group-data-vertical/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-active:after:opacity-100", e),
|
|
1899
1900
|
...t
|
|
1900
1901
|
});
|
|
1901
1902
|
}
|
|
1902
|
-
function
|
|
1903
|
-
return /* @__PURE__ */ n(
|
|
1903
|
+
function gt({ className: e, ...t }) {
|
|
1904
|
+
return /* @__PURE__ */ n(l.Panel, {
|
|
1904
1905
|
"data-slot": "tabs-content",
|
|
1905
|
-
className:
|
|
1906
|
+
className: Z("flex-1 text-sm outline-none", e),
|
|
1906
1907
|
...t
|
|
1907
1908
|
});
|
|
1908
1909
|
}
|
|
1909
1910
|
//#endregion
|
|
1910
1911
|
//#region src/components/select.tsx
|
|
1911
|
-
function
|
|
1912
|
-
return /* @__PURE__ */ n(
|
|
1912
|
+
function _t({ ...e }) {
|
|
1913
|
+
return /* @__PURE__ */ n(u.Root, {
|
|
1913
1914
|
"data-slot": "select",
|
|
1914
1915
|
...e
|
|
1915
1916
|
});
|
|
1916
1917
|
}
|
|
1917
|
-
function
|
|
1918
|
-
return /* @__PURE__ */ n(
|
|
1918
|
+
function vt({ ...e }) {
|
|
1919
|
+
return /* @__PURE__ */ n(u.Value, {
|
|
1919
1920
|
"data-slot": "select-value",
|
|
1920
1921
|
...e
|
|
1921
1922
|
});
|
|
1922
1923
|
}
|
|
1923
|
-
function
|
|
1924
|
-
return /* @__PURE__ */ r(
|
|
1924
|
+
function yt({ className: e, size: t = "default", children: i, ...a }) {
|
|
1925
|
+
return /* @__PURE__ */ r(u.Trigger, {
|
|
1925
1926
|
"data-slot": "select-trigger",
|
|
1926
1927
|
"data-size": t,
|
|
1927
|
-
className:
|
|
1928
|
+
className: Z("flex w-fit items-center justify-between gap-1.5 rounded-lg border border-input bg-transparent py-2 pr-2 pl-2.5 text-sm whitespace-nowrap transition-colors outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 data-placeholder:text-muted-foreground data-[size=default]:h-8 data-[size=sm]:h-7 data-[size=sm]:rounded-[min(var(--radius-md),10px)] dark:bg-input/30 dark:hover:bg-input/50 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", e),
|
|
1928
1929
|
...a,
|
|
1929
|
-
children: [i, /* @__PURE__ */ n(
|
|
1930
|
+
children: [i, /* @__PURE__ */ n(u.Icon, {
|
|
1930
1931
|
"data-slot": "select-icon",
|
|
1931
1932
|
children: /* @__PURE__ */ n("i", { className: "fa-solid fa-chevron-down pointer-events-none size-4 text-muted-foreground" })
|
|
1932
1933
|
})]
|
|
1933
1934
|
});
|
|
1934
1935
|
}
|
|
1935
|
-
function
|
|
1936
|
-
return /* @__PURE__ */ n(
|
|
1936
|
+
function bt({ className: e, children: t, side: r = "bottom", align: i = "start", ...a }) {
|
|
1937
|
+
return /* @__PURE__ */ n(u.Portal, { children: /* @__PURE__ */ n(u.Positioner, {
|
|
1937
1938
|
align: i,
|
|
1938
1939
|
side: r,
|
|
1939
1940
|
sideOffset: 4,
|
|
1940
1941
|
className: "z-50",
|
|
1941
|
-
children: /* @__PURE__ */ n(
|
|
1942
|
+
children: /* @__PURE__ */ n(u.Popup, {
|
|
1942
1943
|
"data-slot": "select-content",
|
|
1943
|
-
className:
|
|
1944
|
+
className: Z("min-w-36 origin-(--transform-origin) overflow-y-auto rounded-lg bg-popover p-1 text-popover-foreground shadow-md ring-1 ring-foreground/10 duration-100 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", e),
|
|
1944
1945
|
...a,
|
|
1945
1946
|
children: t
|
|
1946
1947
|
})
|
|
1947
1948
|
}) });
|
|
1948
1949
|
}
|
|
1949
|
-
function
|
|
1950
|
-
return /* @__PURE__ */ r(
|
|
1950
|
+
function xt({ className: e, children: t, ...i }) {
|
|
1951
|
+
return /* @__PURE__ */ r(u.Item, {
|
|
1951
1952
|
"data-slot": "select-item",
|
|
1952
|
-
className:
|
|
1953
|
+
className: Z("relative flex w-full cursor-default items-center gap-1.5 rounded-md py-1 pr-8 pl-1.5 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", e),
|
|
1953
1954
|
...i,
|
|
1954
1955
|
children: [/* @__PURE__ */ n("span", {
|
|
1955
1956
|
className: "pointer-events-none absolute right-2 flex size-4 items-center justify-center",
|
|
1956
|
-
children: /* @__PURE__ */ n(
|
|
1957
|
-
}), /* @__PURE__ */ n(
|
|
1957
|
+
children: /* @__PURE__ */ n(u.ItemIndicator, { children: /* @__PURE__ */ n("i", { className: "fa-solid fa-check pointer-events-none" }) })
|
|
1958
|
+
}), /* @__PURE__ */ n(u.ItemText, { children: t })]
|
|
1958
1959
|
});
|
|
1959
1960
|
}
|
|
1960
|
-
function
|
|
1961
|
+
function St({ className: e, ...t }) {
|
|
1961
1962
|
return /* @__PURE__ */ n("div", {
|
|
1962
1963
|
"data-slot": "select-separator",
|
|
1963
|
-
className:
|
|
1964
|
+
className: Z("pointer-events-none -mx-1 my-1 h-px bg-border", e),
|
|
1964
1965
|
...t
|
|
1965
1966
|
});
|
|
1966
1967
|
}
|
|
1967
|
-
function
|
|
1968
|
+
function Ct({ className: e, ...t }) {
|
|
1968
1969
|
return /* @__PURE__ */ n("div", {
|
|
1969
1970
|
"data-slot": "select-label",
|
|
1970
|
-
className:
|
|
1971
|
+
className: Z("px-1.5 py-1 text-xs text-muted-foreground", e),
|
|
1971
1972
|
...t
|
|
1972
1973
|
});
|
|
1973
1974
|
}
|
|
1974
|
-
function
|
|
1975
|
-
return /* @__PURE__ */ n(
|
|
1975
|
+
function wt({ className: e, ...t }) {
|
|
1976
|
+
return /* @__PURE__ */ n(u.Group, {
|
|
1976
1977
|
"data-slot": "select-group",
|
|
1977
|
-
className:
|
|
1978
|
+
className: Z("scroll-my-1 p-1", e),
|
|
1978
1979
|
...t
|
|
1979
1980
|
});
|
|
1980
1981
|
}
|
|
1981
1982
|
//#endregion
|
|
1982
1983
|
//#region src/components/separator.tsx
|
|
1983
|
-
function
|
|
1984
|
-
return /* @__PURE__ */ n(
|
|
1984
|
+
function Tt({ className: e, orientation: t = "horizontal", ...r }) {
|
|
1985
|
+
return /* @__PURE__ */ n(d, {
|
|
1985
1986
|
"data-slot": "separator",
|
|
1986
1987
|
orientation: t,
|
|
1987
|
-
className:
|
|
1988
|
+
className: Z("shrink-0 bg-border data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch", e),
|
|
1988
1989
|
...r
|
|
1989
1990
|
});
|
|
1990
1991
|
}
|
|
1991
1992
|
//#endregion
|
|
1992
1993
|
//#region src/components/switch.tsx
|
|
1993
|
-
function
|
|
1994
|
-
return /* @__PURE__ */ n(
|
|
1994
|
+
function Et({ className: e, size: t = "default", ...r }) {
|
|
1995
|
+
return /* @__PURE__ */ n(f.Root, {
|
|
1995
1996
|
"data-slot": "switch",
|
|
1996
1997
|
"data-size": t,
|
|
1997
|
-
className:
|
|
1998
|
+
className: Z("peer group/switch relative inline-flex shrink-0 items-center rounded-full border border-transparent transition-all outline-none after:absolute after:-inset-x-3 after:-inset-y-2 focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 data-[size=default]:h-[18.4px] data-[size=default]:w-[32px] data-[size=sm]:h-[14px] data-[size=sm]:w-[24px] dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 data-checked:bg-primary data-unchecked:bg-input dark:data-unchecked:bg-input/80 data-disabled:cursor-not-allowed data-disabled:opacity-50", e),
|
|
1998
1999
|
...r,
|
|
1999
|
-
children: /* @__PURE__ */ n(
|
|
2000
|
+
children: /* @__PURE__ */ n(f.Thumb, {
|
|
2000
2001
|
"data-slot": "switch-thumb",
|
|
2001
2002
|
className: "pointer-events-none block rounded-full bg-background ring-0 transition-transform group-data-[size=default]/switch:size-4 group-data-[size=sm]/switch:size-3 group-data-[size=default]/switch:data-checked:translate-x-[calc(100%-2px)] group-data-[size=sm]/switch:data-checked:translate-x-[calc(100%-2px)] dark:data-checked:bg-primary-foreground group-data-[size=default]/switch:data-unchecked:translate-x-0 group-data-[size=sm]/switch:data-unchecked:translate-x-0 dark:data-unchecked:bg-foreground"
|
|
2002
2003
|
})
|
|
@@ -2004,23 +2005,23 @@ function Tt({ className: e, size: t = "default", ...r }) {
|
|
|
2004
2005
|
}
|
|
2005
2006
|
//#endregion
|
|
2006
2007
|
//#region src/components/slider.tsx
|
|
2007
|
-
function
|
|
2008
|
-
return /* @__PURE__ */ n(
|
|
2008
|
+
function Dt({ className: e, defaultValue: t, value: i, ...a }) {
|
|
2009
|
+
return /* @__PURE__ */ n(p.Root, {
|
|
2009
2010
|
"data-slot": "slider",
|
|
2010
2011
|
defaultValue: t,
|
|
2011
2012
|
value: i,
|
|
2012
|
-
className:
|
|
2013
|
+
className: Z("relative flex w-full touch-none items-center select-none data-disabled:opacity-50", e),
|
|
2013
2014
|
...a,
|
|
2014
|
-
children: /* @__PURE__ */ n(
|
|
2015
|
+
children: /* @__PURE__ */ n(p.Control, {
|
|
2015
2016
|
"data-slot": "slider-control",
|
|
2016
2017
|
className: "flex w-full items-center",
|
|
2017
|
-
children: /* @__PURE__ */ r(
|
|
2018
|
+
children: /* @__PURE__ */ r(p.Track, {
|
|
2018
2019
|
"data-slot": "slider-track",
|
|
2019
2020
|
className: "relative h-1 w-full grow overflow-hidden rounded-full bg-muted",
|
|
2020
|
-
children: [/* @__PURE__ */ n(
|
|
2021
|
+
children: [/* @__PURE__ */ n(p.Indicator, {
|
|
2021
2022
|
"data-slot": "slider-indicator",
|
|
2022
2023
|
className: "absolute h-full bg-primary"
|
|
2023
|
-
}), /* @__PURE__ */ n(
|
|
2024
|
+
}), /* @__PURE__ */ n(p.Thumb, {
|
|
2024
2025
|
"data-slot": "slider-thumb",
|
|
2025
2026
|
className: "relative block size-3 shrink-0 rounded-full border border-ring bg-white ring-ring/50 transition-[color,box-shadow] select-none after:absolute after:-inset-2 hover:ring-3 focus-visible:ring-3 focus-visible:outline-hidden active:ring-3 disabled:pointer-events-none disabled:opacity-50"
|
|
2026
2027
|
})]
|
|
@@ -2030,263 +2031,263 @@ function Et({ className: e, defaultValue: t, value: i, ...a }) {
|
|
|
2030
2031
|
}
|
|
2031
2032
|
//#endregion
|
|
2032
2033
|
//#region src/components/popover.tsx
|
|
2033
|
-
function
|
|
2034
|
-
return /* @__PURE__ */ n(
|
|
2034
|
+
function Ot({ ...e }) {
|
|
2035
|
+
return /* @__PURE__ */ n(m.Root, {
|
|
2035
2036
|
"data-slot": "popover",
|
|
2036
2037
|
...e
|
|
2037
2038
|
});
|
|
2038
2039
|
}
|
|
2039
|
-
function
|
|
2040
|
-
return /* @__PURE__ */ n(
|
|
2040
|
+
function kt({ ...e }) {
|
|
2041
|
+
return /* @__PURE__ */ n(m.Trigger, {
|
|
2041
2042
|
"data-slot": "popover-trigger",
|
|
2042
2043
|
...e
|
|
2043
2044
|
});
|
|
2044
2045
|
}
|
|
2045
|
-
function
|
|
2046
|
-
return /* @__PURE__ */ n(
|
|
2046
|
+
function At({ className: e, side: t = "bottom", sideOffset: r = 4, align: i = "center", children: a, ...o }) {
|
|
2047
|
+
return /* @__PURE__ */ n(m.Portal, { children: /* @__PURE__ */ n(m.Positioner, {
|
|
2047
2048
|
align: i,
|
|
2048
2049
|
side: t,
|
|
2049
2050
|
sideOffset: r,
|
|
2050
2051
|
className: "z-50",
|
|
2051
|
-
children: /* @__PURE__ */ n(
|
|
2052
|
+
children: /* @__PURE__ */ n(m.Popup, {
|
|
2052
2053
|
"data-slot": "popover-content",
|
|
2053
|
-
className:
|
|
2054
|
+
className: Z("flex w-72 origin-(--transform-origin) flex-col gap-2.5 rounded-lg bg-popover p-2.5 text-sm text-popover-foreground shadow-md ring-1 ring-foreground/10 outline-hidden duration-100 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", e),
|
|
2054
2055
|
...o,
|
|
2055
2056
|
children: a
|
|
2056
2057
|
})
|
|
2057
2058
|
}) });
|
|
2058
2059
|
}
|
|
2059
|
-
function
|
|
2060
|
+
function jt({ className: e, ...t }) {
|
|
2060
2061
|
return /* @__PURE__ */ n("div", {
|
|
2061
2062
|
"data-slot": "popover-header",
|
|
2062
|
-
className:
|
|
2063
|
+
className: Z("flex flex-col gap-0.5 text-sm", e),
|
|
2063
2064
|
...t
|
|
2064
2065
|
});
|
|
2065
2066
|
}
|
|
2066
|
-
function
|
|
2067
|
+
function Mt({ className: e, ...t }) {
|
|
2067
2068
|
return /* @__PURE__ */ n("div", {
|
|
2068
2069
|
"data-slot": "popover-title",
|
|
2069
|
-
className:
|
|
2070
|
+
className: Z("font-heading font-medium", e),
|
|
2070
2071
|
...t
|
|
2071
2072
|
});
|
|
2072
2073
|
}
|
|
2073
|
-
function
|
|
2074
|
+
function Nt({ className: e, ...t }) {
|
|
2074
2075
|
return /* @__PURE__ */ n("p", {
|
|
2075
2076
|
"data-slot": "popover-description",
|
|
2076
|
-
className:
|
|
2077
|
+
className: Z("text-muted-foreground", e),
|
|
2077
2078
|
...t
|
|
2078
2079
|
});
|
|
2079
2080
|
}
|
|
2080
2081
|
//#endregion
|
|
2081
2082
|
//#region src/components/dropdown-menu.tsx
|
|
2082
|
-
function
|
|
2083
|
-
return /* @__PURE__ */ n(
|
|
2083
|
+
function Pt({ ...e }) {
|
|
2084
|
+
return /* @__PURE__ */ n(h.Root, {
|
|
2084
2085
|
"data-slot": "dropdown-menu",
|
|
2085
2086
|
...e
|
|
2086
2087
|
});
|
|
2087
2088
|
}
|
|
2088
|
-
function
|
|
2089
|
-
return /* @__PURE__ */ n(
|
|
2089
|
+
function Ft({ ...e }) {
|
|
2090
|
+
return /* @__PURE__ */ n(h.Trigger, {
|
|
2090
2091
|
"data-slot": "dropdown-menu-trigger",
|
|
2091
2092
|
...e
|
|
2092
2093
|
});
|
|
2093
2094
|
}
|
|
2094
|
-
function
|
|
2095
|
-
return /* @__PURE__ */ n(
|
|
2095
|
+
function It({ className: e, sideOffset: t = 4, side: r, align: i, ...a }) {
|
|
2096
|
+
return /* @__PURE__ */ n(h.Portal, { children: /* @__PURE__ */ n(h.Positioner, {
|
|
2096
2097
|
sideOffset: t,
|
|
2097
2098
|
side: r,
|
|
2098
2099
|
align: i,
|
|
2099
2100
|
className: "z-50",
|
|
2100
|
-
children: /* @__PURE__ */ n(
|
|
2101
|
+
children: /* @__PURE__ */ n(h.Popup, {
|
|
2101
2102
|
"data-slot": "dropdown-menu-content",
|
|
2102
|
-
className:
|
|
2103
|
+
className: Z("min-w-[8rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md duration-100 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", e),
|
|
2103
2104
|
...a
|
|
2104
2105
|
})
|
|
2105
2106
|
}) });
|
|
2106
2107
|
}
|
|
2107
|
-
function
|
|
2108
|
-
return /* @__PURE__ */ n(
|
|
2108
|
+
function Lt({ ...e }) {
|
|
2109
|
+
return /* @__PURE__ */ n(h.Group, {
|
|
2109
2110
|
"data-slot": "dropdown-menu-group",
|
|
2110
2111
|
...e
|
|
2111
2112
|
});
|
|
2112
2113
|
}
|
|
2113
|
-
function
|
|
2114
|
-
return /* @__PURE__ */ n(
|
|
2114
|
+
function Rt({ className: e, inset: t, variant: r = "default", ...i }) {
|
|
2115
|
+
return /* @__PURE__ */ n(h.Item, {
|
|
2115
2116
|
"data-slot": "dropdown-menu-item",
|
|
2116
2117
|
"data-inset": t,
|
|
2117
2118
|
"data-variant": r,
|
|
2118
|
-
className:
|
|
2119
|
+
className: Z("relative flex cursor-pointer select-none items-center gap-2 rounded-md px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", t && "pl-8", r === "destructive" && "text-destructive focus:bg-destructive/10 focus:text-destructive", e),
|
|
2119
2120
|
...i
|
|
2120
2121
|
});
|
|
2121
2122
|
}
|
|
2122
|
-
function
|
|
2123
|
-
return /* @__PURE__ */ r(
|
|
2123
|
+
function zt({ className: e, children: t, checked: i, ...a }) {
|
|
2124
|
+
return /* @__PURE__ */ r(h.CheckboxItem, {
|
|
2124
2125
|
"data-slot": "dropdown-menu-checkbox-item",
|
|
2125
|
-
className:
|
|
2126
|
+
className: Z("relative flex cursor-pointer select-none items-center gap-2 rounded-md py-1.5 pr-2 pl-8 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", e),
|
|
2126
2127
|
checked: i,
|
|
2127
2128
|
...a,
|
|
2128
2129
|
children: [/* @__PURE__ */ n("span", {
|
|
2129
2130
|
className: "pointer-events-none absolute left-2 flex size-4 items-center justify-center",
|
|
2130
|
-
children: /* @__PURE__ */ n(
|
|
2131
|
+
children: /* @__PURE__ */ n(h.CheckboxItemIndicator, { children: /* @__PURE__ */ n("i", { className: "fa-solid fa-check size-4" }) })
|
|
2131
2132
|
}), t]
|
|
2132
2133
|
});
|
|
2133
2134
|
}
|
|
2134
|
-
function
|
|
2135
|
-
return /* @__PURE__ */ n(
|
|
2135
|
+
function Bt({ ...e }) {
|
|
2136
|
+
return /* @__PURE__ */ n(h.RadioGroup, {
|
|
2136
2137
|
"data-slot": "dropdown-menu-radio-group",
|
|
2137
2138
|
...e
|
|
2138
2139
|
});
|
|
2139
2140
|
}
|
|
2140
|
-
function
|
|
2141
|
-
return /* @__PURE__ */ r(
|
|
2141
|
+
function Vt({ className: e, children: t, ...i }) {
|
|
2142
|
+
return /* @__PURE__ */ r(h.RadioItem, {
|
|
2142
2143
|
"data-slot": "dropdown-menu-radio-item",
|
|
2143
|
-
className:
|
|
2144
|
+
className: Z("relative flex cursor-pointer select-none items-center gap-2 rounded-md py-1.5 pr-2 pl-8 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", e),
|
|
2144
2145
|
...i,
|
|
2145
2146
|
children: [/* @__PURE__ */ n("span", {
|
|
2146
2147
|
className: "pointer-events-none absolute left-2 flex size-4 items-center justify-center",
|
|
2147
|
-
children: /* @__PURE__ */ n(
|
|
2148
|
+
children: /* @__PURE__ */ n(h.RadioItemIndicator, { children: /* @__PURE__ */ n("i", { className: "fa-solid fa-circle size-2" }) })
|
|
2148
2149
|
}), t]
|
|
2149
2150
|
});
|
|
2150
2151
|
}
|
|
2151
|
-
function
|
|
2152
|
-
return /* @__PURE__ */ n(
|
|
2152
|
+
function Ht({ className: e, inset: t, ...r }) {
|
|
2153
|
+
return /* @__PURE__ */ n(h.GroupLabel, {
|
|
2153
2154
|
"data-slot": "dropdown-menu-label",
|
|
2154
2155
|
"data-inset": t,
|
|
2155
|
-
className:
|
|
2156
|
+
className: Z("px-2 py-1.5 text-xs font-medium text-muted-foreground", t && "pl-8", e),
|
|
2156
2157
|
...r
|
|
2157
2158
|
});
|
|
2158
2159
|
}
|
|
2159
|
-
function
|
|
2160
|
-
return /* @__PURE__ */ n(
|
|
2160
|
+
function Ut({ className: e, ...t }) {
|
|
2161
|
+
return /* @__PURE__ */ n(h.Separator, {
|
|
2161
2162
|
"data-slot": "dropdown-menu-separator",
|
|
2162
|
-
className:
|
|
2163
|
+
className: Z("-mx-1 my-1 h-px bg-border", e),
|
|
2163
2164
|
...t
|
|
2164
2165
|
});
|
|
2165
2166
|
}
|
|
2166
|
-
function
|
|
2167
|
+
function Wt({ className: e, ...t }) {
|
|
2167
2168
|
return /* @__PURE__ */ n("span", {
|
|
2168
2169
|
"data-slot": "dropdown-menu-shortcut",
|
|
2169
|
-
className:
|
|
2170
|
+
className: Z("ml-auto text-xs tracking-widest text-muted-foreground", e),
|
|
2170
2171
|
...t
|
|
2171
2172
|
});
|
|
2172
2173
|
}
|
|
2173
|
-
function
|
|
2174
|
-
return /* @__PURE__ */ n(
|
|
2174
|
+
function Gt({ ...e }) {
|
|
2175
|
+
return /* @__PURE__ */ n(h.Root, {
|
|
2175
2176
|
"data-slot": "dropdown-menu-sub",
|
|
2176
2177
|
...e
|
|
2177
2178
|
});
|
|
2178
2179
|
}
|
|
2179
|
-
function
|
|
2180
|
-
return /* @__PURE__ */ r(
|
|
2180
|
+
function Kt({ className: e, inset: t, children: i, ...a }) {
|
|
2181
|
+
return /* @__PURE__ */ r(h.SubmenuTrigger, {
|
|
2181
2182
|
"data-slot": "dropdown-menu-sub-trigger",
|
|
2182
2183
|
"data-inset": t,
|
|
2183
|
-
className:
|
|
2184
|
+
className: Z("flex cursor-pointer select-none items-center gap-2 rounded-md px-2 py-1.5 text-sm outline-none focus:bg-accent data-[popup-open]:bg-accent [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", t && "pl-8", e),
|
|
2184
2185
|
...a,
|
|
2185
2186
|
children: [i, /* @__PURE__ */ n("i", { className: "fa-solid fa-chevron-right ml-auto size-4" })]
|
|
2186
2187
|
});
|
|
2187
2188
|
}
|
|
2188
|
-
function
|
|
2189
|
-
return /* @__PURE__ */ n(
|
|
2189
|
+
function qt({ className: e, ...t }) {
|
|
2190
|
+
return /* @__PURE__ */ n(h.Portal, { children: /* @__PURE__ */ n(h.Positioner, {
|
|
2190
2191
|
className: "z-50",
|
|
2191
|
-
children: /* @__PURE__ */ n(
|
|
2192
|
+
children: /* @__PURE__ */ n(h.Popup, {
|
|
2192
2193
|
"data-slot": "dropdown-menu-sub-content",
|
|
2193
|
-
className:
|
|
2194
|
+
className: Z("min-w-[8rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-lg duration-100 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", e),
|
|
2194
2195
|
...t
|
|
2195
2196
|
})
|
|
2196
2197
|
}) });
|
|
2197
2198
|
}
|
|
2198
2199
|
//#endregion
|
|
2199
2200
|
//#region src/components/collapsible.tsx
|
|
2200
|
-
function
|
|
2201
|
-
return /* @__PURE__ */ n(
|
|
2201
|
+
function Jt({ ...e }) {
|
|
2202
|
+
return /* @__PURE__ */ n(g.Root, {
|
|
2202
2203
|
"data-slot": "collapsible",
|
|
2203
2204
|
...e
|
|
2204
2205
|
});
|
|
2205
2206
|
}
|
|
2206
|
-
function
|
|
2207
|
-
return /* @__PURE__ */ n(
|
|
2207
|
+
function Yt({ ...e }) {
|
|
2208
|
+
return /* @__PURE__ */ n(g.Trigger, {
|
|
2208
2209
|
"data-slot": "collapsible-trigger",
|
|
2209
2210
|
...e
|
|
2210
2211
|
});
|
|
2211
2212
|
}
|
|
2212
|
-
function
|
|
2213
|
-
return /* @__PURE__ */ n(
|
|
2213
|
+
function Xt({ ...e }) {
|
|
2214
|
+
return /* @__PURE__ */ n(g.Panel, {
|
|
2214
2215
|
"data-slot": "collapsible-content",
|
|
2215
2216
|
...e
|
|
2216
2217
|
});
|
|
2217
2218
|
}
|
|
2218
2219
|
//#endregion
|
|
2219
2220
|
//#region src/components/table.tsx
|
|
2220
|
-
function
|
|
2221
|
+
function Zt({ className: e, ...t }) {
|
|
2221
2222
|
return /* @__PURE__ */ n("div", {
|
|
2222
2223
|
"data-slot": "table-container",
|
|
2223
2224
|
className: "relative w-full overflow-x-auto",
|
|
2224
2225
|
children: /* @__PURE__ */ n("table", {
|
|
2225
2226
|
"data-slot": "table",
|
|
2226
|
-
className:
|
|
2227
|
+
className: Z("w-full caption-bottom text-sm", e),
|
|
2227
2228
|
...t
|
|
2228
2229
|
})
|
|
2229
2230
|
});
|
|
2230
2231
|
}
|
|
2231
|
-
function
|
|
2232
|
+
function Qt({ className: e, ...t }) {
|
|
2232
2233
|
return /* @__PURE__ */ n("thead", {
|
|
2233
2234
|
"data-slot": "table-header",
|
|
2234
|
-
className:
|
|
2235
|
+
className: Z("[&_tr]:border-b", e),
|
|
2235
2236
|
...t
|
|
2236
2237
|
});
|
|
2237
2238
|
}
|
|
2238
|
-
function
|
|
2239
|
+
function $t({ className: e, ...t }) {
|
|
2239
2240
|
return /* @__PURE__ */ n("tbody", {
|
|
2240
2241
|
"data-slot": "table-body",
|
|
2241
|
-
className:
|
|
2242
|
+
className: Z("[&_tr:last-child]:border-0", e),
|
|
2242
2243
|
...t
|
|
2243
2244
|
});
|
|
2244
2245
|
}
|
|
2245
|
-
function
|
|
2246
|
+
function en({ className: e, ...t }) {
|
|
2246
2247
|
return /* @__PURE__ */ n("tfoot", {
|
|
2247
2248
|
"data-slot": "table-footer",
|
|
2248
|
-
className:
|
|
2249
|
+
className: Z("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0", e),
|
|
2249
2250
|
...t
|
|
2250
2251
|
});
|
|
2251
2252
|
}
|
|
2252
|
-
function
|
|
2253
|
+
function tn({ className: e, ...t }) {
|
|
2253
2254
|
return /* @__PURE__ */ n("tr", {
|
|
2254
2255
|
"data-slot": "table-row",
|
|
2255
|
-
className:
|
|
2256
|
+
className: Z("border-b transition-colors hover:bg-muted/50 has-aria-expanded:bg-muted/50 data-[state=selected]:bg-muted", e),
|
|
2256
2257
|
...t
|
|
2257
2258
|
});
|
|
2258
2259
|
}
|
|
2259
|
-
function
|
|
2260
|
+
function nn({ className: e, ...t }) {
|
|
2260
2261
|
return /* @__PURE__ */ n("th", {
|
|
2261
2262
|
"data-slot": "table-head",
|
|
2262
|
-
className:
|
|
2263
|
+
className: Z("h-10 px-2 text-left align-middle font-medium whitespace-nowrap text-foreground [&:has([role=checkbox])]:pr-0", e),
|
|
2263
2264
|
...t
|
|
2264
2265
|
});
|
|
2265
2266
|
}
|
|
2266
|
-
function
|
|
2267
|
+
function rn({ className: e, ...t }) {
|
|
2267
2268
|
return /* @__PURE__ */ n("td", {
|
|
2268
2269
|
"data-slot": "table-cell",
|
|
2269
|
-
className:
|
|
2270
|
+
className: Z("p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0", e),
|
|
2270
2271
|
...t
|
|
2271
2272
|
});
|
|
2272
2273
|
}
|
|
2273
|
-
function
|
|
2274
|
+
function an({ className: e, ...t }) {
|
|
2274
2275
|
return /* @__PURE__ */ n("caption", {
|
|
2275
2276
|
"data-slot": "table-caption",
|
|
2276
|
-
className:
|
|
2277
|
+
className: Z("mt-4 text-sm text-muted-foreground", e),
|
|
2277
2278
|
...t
|
|
2278
2279
|
});
|
|
2279
2280
|
}
|
|
2280
2281
|
//#endregion
|
|
2281
2282
|
//#region src/components/modal.tsx
|
|
2282
|
-
var
|
|
2283
|
+
var on = {
|
|
2283
2284
|
sm: "max-w-lg",
|
|
2284
2285
|
md: "max-w-xl",
|
|
2285
2286
|
lg: "max-w-2xl",
|
|
2286
2287
|
xl: "max-w-3xl"
|
|
2287
2288
|
};
|
|
2288
|
-
function
|
|
2289
|
-
return
|
|
2289
|
+
function sn({ dataModal: e, ariaLabel: t, onClose: r, size: i = "xl", dataAttrs: a, children: o }) {
|
|
2290
|
+
return s(() => {
|
|
2290
2291
|
let e = (e) => {
|
|
2291
2292
|
e.key === "Escape" && r();
|
|
2292
2293
|
};
|
|
@@ -2301,14 +2302,14 @@ function on({ dataModal: e, ariaLabel: t, onClose: r, size: i = "xl", dataAttrs:
|
|
|
2301
2302
|
"data-modal": e,
|
|
2302
2303
|
"aria-label": t,
|
|
2303
2304
|
...a,
|
|
2304
|
-
children: /* @__PURE__ */ n(
|
|
2305
|
-
className:
|
|
2306
|
-
children:
|
|
2305
|
+
children: /* @__PURE__ */ n(rt, {
|
|
2306
|
+
className: Z("w-full mx-4 max-h-[90vh] overflow-y-auto animate-in fade-in zoom-in-98 slide-in-from-bottom-8 duration-200", on[i]),
|
|
2307
|
+
children: o
|
|
2307
2308
|
})
|
|
2308
2309
|
});
|
|
2309
2310
|
}
|
|
2310
|
-
function
|
|
2311
|
-
return /* @__PURE__ */ n(
|
|
2311
|
+
function cn({ icon: e, title: t, badges: i, subtitle: a, onClose: o, closeLabel: s }) {
|
|
2312
|
+
return /* @__PURE__ */ n(it, {
|
|
2312
2313
|
className: "pb-3",
|
|
2313
2314
|
children: /* @__PURE__ */ r("div", {
|
|
2314
2315
|
className: "flex items-center justify-between",
|
|
@@ -2321,7 +2322,7 @@ function sn({ icon: e, title: t, badges: i, subtitle: a, onClose: o, closeLabel:
|
|
|
2321
2322
|
className: "text-xs text-muted-foreground mt-0.5",
|
|
2322
2323
|
children: a
|
|
2323
2324
|
})] })]
|
|
2324
|
-
}), /* @__PURE__ */ n(
|
|
2325
|
+
}), /* @__PURE__ */ n(Q, {
|
|
2325
2326
|
variant: "ghost",
|
|
2326
2327
|
size: "icon-xs",
|
|
2327
2328
|
onClick: o,
|
|
@@ -2331,7 +2332,7 @@ function sn({ icon: e, title: t, badges: i, subtitle: a, onClose: o, closeLabel:
|
|
|
2331
2332
|
})
|
|
2332
2333
|
});
|
|
2333
2334
|
}
|
|
2334
|
-
function
|
|
2335
|
+
function ln({ section: e, heading: t, ariaLabel: i, dataAttrs: a, children: o }) {
|
|
2335
2336
|
return /* @__PURE__ */ r("div", {
|
|
2336
2337
|
"data-section": e,
|
|
2337
2338
|
"aria-label": i,
|
|
@@ -2342,75 +2343,75 @@ function cn({ section: e, heading: t, ariaLabel: i, dataAttrs: a, children: o })
|
|
|
2342
2343
|
}), o]
|
|
2343
2344
|
});
|
|
2344
2345
|
}
|
|
2345
|
-
function
|
|
2346
|
+
function un({ children: e, align: t }) {
|
|
2346
2347
|
return /* @__PURE__ */ n("div", {
|
|
2347
|
-
className:
|
|
2348
|
+
className: Z("flex items-center gap-2 pt-4 mt-2 border-t border-border/50", t === "end" && "justify-end", t === "between" && "justify-between"),
|
|
2348
2349
|
"data-section": "actions",
|
|
2349
2350
|
children: e
|
|
2350
2351
|
});
|
|
2351
2352
|
}
|
|
2352
2353
|
//#endregion
|
|
2353
2354
|
//#region src/components/tooltip.tsx
|
|
2354
|
-
function
|
|
2355
|
-
return /* @__PURE__ */ n(
|
|
2355
|
+
function dn({ delay: e = 0, ...t }) {
|
|
2356
|
+
return /* @__PURE__ */ n(_.Provider, {
|
|
2356
2357
|
"data-slot": "tooltip-provider",
|
|
2357
2358
|
delay: e,
|
|
2358
2359
|
...t
|
|
2359
2360
|
});
|
|
2360
2361
|
}
|
|
2361
|
-
function
|
|
2362
|
-
return /* @__PURE__ */ n(
|
|
2362
|
+
function fn({ ...e }) {
|
|
2363
|
+
return /* @__PURE__ */ n(_.Root, {
|
|
2363
2364
|
"data-slot": "tooltip",
|
|
2364
2365
|
...e
|
|
2365
2366
|
});
|
|
2366
2367
|
}
|
|
2367
|
-
function
|
|
2368
|
-
return /* @__PURE__ */ n(
|
|
2368
|
+
function pn({ ...e }) {
|
|
2369
|
+
return /* @__PURE__ */ n(_.Trigger, {
|
|
2369
2370
|
"data-slot": "tooltip-trigger",
|
|
2370
2371
|
...e
|
|
2371
2372
|
});
|
|
2372
2373
|
}
|
|
2373
|
-
function
|
|
2374
|
-
return /* @__PURE__ */ n(
|
|
2374
|
+
function mn({ className: e, side: t = "top", sideOffset: i = 4, align: a = "center", alignOffset: o = 0, children: s, ...c }) {
|
|
2375
|
+
return /* @__PURE__ */ n(_.Portal, { children: /* @__PURE__ */ n(_.Positioner, {
|
|
2375
2376
|
align: a,
|
|
2376
2377
|
alignOffset: o,
|
|
2377
2378
|
side: t,
|
|
2378
2379
|
sideOffset: i,
|
|
2379
2380
|
className: "isolate z-50",
|
|
2380
|
-
children: /* @__PURE__ */ r(
|
|
2381
|
+
children: /* @__PURE__ */ r(_.Popup, {
|
|
2381
2382
|
"data-slot": "tooltip-content",
|
|
2382
|
-
className:
|
|
2383
|
+
className: Z("z-50 inline-flex w-fit max-w-xs origin-(--transform-origin) items-center gap-1.5 rounded-md bg-foreground px-3 py-1.5 text-xs text-background has-data-[slot=kbd]:pr-1.5 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 **:data-[slot=kbd]:relative **:data-[slot=kbd]:isolate **:data-[slot=kbd]:z-50 **:data-[slot=kbd]:rounded-sm data-[state=delayed-open]:animate-in data-[state=delayed-open]:fade-in-0 data-[state=delayed-open]:zoom-in-95 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", e),
|
|
2383
2384
|
...c,
|
|
2384
|
-
children: [s, /* @__PURE__ */ n(
|
|
2385
|
+
children: [s, /* @__PURE__ */ n(_.Arrow, { className: "z-50 size-2.5 translate-y-[calc(-50%-2px)] rotate-45 rounded-[2px] bg-foreground fill-foreground data-[side=bottom]:top-1 data-[side=inline-end]:top-1/2! data-[side=inline-end]:-left-1 data-[side=inline-end]:-translate-y-1/2 data-[side=inline-start]:top-1/2! data-[side=inline-start]:-right-1 data-[side=inline-start]:-translate-y-1/2 data-[side=left]:top-1/2! data-[side=left]:-right-1 data-[side=left]:-translate-y-1/2 data-[side=right]:top-1/2! data-[side=right]:-left-1 data-[side=right]:-translate-y-1/2 data-[side=top]:-bottom-2.5" })]
|
|
2385
2386
|
})
|
|
2386
2387
|
}) });
|
|
2387
2388
|
}
|
|
2388
2389
|
//#endregion
|
|
2389
2390
|
//#region src/components/scroll-area.tsx
|
|
2390
|
-
function
|
|
2391
|
-
return /* @__PURE__ */ r(
|
|
2391
|
+
function hn({ className: e, children: t, ...i }) {
|
|
2392
|
+
return /* @__PURE__ */ r(v.Root, {
|
|
2392
2393
|
"data-slot": "scroll-area",
|
|
2393
|
-
className:
|
|
2394
|
+
className: Z("relative", e),
|
|
2394
2395
|
...i,
|
|
2395
2396
|
children: [
|
|
2396
|
-
/* @__PURE__ */ n(
|
|
2397
|
+
/* @__PURE__ */ n(v.Viewport, {
|
|
2397
2398
|
"data-slot": "scroll-area-viewport",
|
|
2398
2399
|
className: "size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1",
|
|
2399
2400
|
children: t
|
|
2400
2401
|
}),
|
|
2401
|
-
/* @__PURE__ */ n(
|
|
2402
|
-
/* @__PURE__ */ n(
|
|
2402
|
+
/* @__PURE__ */ n(gn, {}),
|
|
2403
|
+
/* @__PURE__ */ n(v.Corner, {})
|
|
2403
2404
|
]
|
|
2404
2405
|
});
|
|
2405
2406
|
}
|
|
2406
|
-
function
|
|
2407
|
-
return /* @__PURE__ */ n(
|
|
2407
|
+
function gn({ className: e, orientation: t = "vertical", ...r }) {
|
|
2408
|
+
return /* @__PURE__ */ n(v.Scrollbar, {
|
|
2408
2409
|
"data-slot": "scroll-area-scrollbar",
|
|
2409
2410
|
"data-orientation": t,
|
|
2410
2411
|
orientation: t,
|
|
2411
|
-
className:
|
|
2412
|
+
className: Z("flex touch-none p-px transition-colors select-none data-horizontal:h-2.5 data-horizontal:flex-col data-horizontal:border-t data-horizontal:border-t-transparent data-vertical:h-full data-vertical:w-2.5 data-vertical:border-l data-vertical:border-l-transparent", e),
|
|
2412
2413
|
...r,
|
|
2413
|
-
children: /* @__PURE__ */ n(
|
|
2414
|
+
children: /* @__PURE__ */ n(v.Thumb, {
|
|
2414
2415
|
"data-slot": "scroll-area-thumb",
|
|
2415
2416
|
className: "relative flex-1 rounded-full bg-border"
|
|
2416
2417
|
})
|
|
@@ -2418,45 +2419,45 @@ function hn({ className: e, orientation: t = "vertical", ...r }) {
|
|
|
2418
2419
|
}
|
|
2419
2420
|
//#endregion
|
|
2420
2421
|
//#region src/components/dialog.tsx
|
|
2421
|
-
function
|
|
2422
|
-
return /* @__PURE__ */ n(
|
|
2422
|
+
function _n({ ...e }) {
|
|
2423
|
+
return /* @__PURE__ */ n(y.Root, {
|
|
2423
2424
|
"data-slot": "dialog",
|
|
2424
2425
|
...e
|
|
2425
2426
|
});
|
|
2426
2427
|
}
|
|
2427
|
-
function
|
|
2428
|
-
return /* @__PURE__ */ n(
|
|
2428
|
+
function vn({ ...e }) {
|
|
2429
|
+
return /* @__PURE__ */ n(y.Trigger, {
|
|
2429
2430
|
"data-slot": "dialog-trigger",
|
|
2430
2431
|
...e
|
|
2431
2432
|
});
|
|
2432
2433
|
}
|
|
2433
|
-
function
|
|
2434
|
-
return /* @__PURE__ */ n(
|
|
2434
|
+
function yn({ ...e }) {
|
|
2435
|
+
return /* @__PURE__ */ n(y.Portal, {
|
|
2435
2436
|
"data-slot": "dialog-portal",
|
|
2436
2437
|
...e
|
|
2437
2438
|
});
|
|
2438
2439
|
}
|
|
2439
|
-
function
|
|
2440
|
-
return /* @__PURE__ */ n(
|
|
2440
|
+
function bn({ ...e }) {
|
|
2441
|
+
return /* @__PURE__ */ n(y.Close, {
|
|
2441
2442
|
"data-slot": "dialog-close",
|
|
2442
2443
|
...e
|
|
2443
2444
|
});
|
|
2444
2445
|
}
|
|
2445
|
-
function
|
|
2446
|
-
return /* @__PURE__ */ n(
|
|
2446
|
+
function xn({ className: e, ...t }) {
|
|
2447
|
+
return /* @__PURE__ */ n(y.Backdrop, {
|
|
2447
2448
|
"data-slot": "dialog-overlay",
|
|
2448
|
-
className:
|
|
2449
|
+
className: Z("fixed inset-0 isolate z-50 bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0", e),
|
|
2449
2450
|
...t
|
|
2450
2451
|
});
|
|
2451
2452
|
}
|
|
2452
|
-
function
|
|
2453
|
-
return /* @__PURE__ */ r(
|
|
2453
|
+
function Sn({ className: e, children: t, showCloseButton: i = !0, ...a }) {
|
|
2454
|
+
return /* @__PURE__ */ r(yn, { children: [/* @__PURE__ */ n(xn, {}), /* @__PURE__ */ r(y.Popup, {
|
|
2454
2455
|
"data-slot": "dialog-content",
|
|
2455
|
-
className:
|
|
2456
|
+
className: Z("fixed top-1/2 left-1/2 z-50 grid w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 gap-4 rounded-xl bg-popover p-5 text-sm text-popover-foreground ring-1 ring-foreground/10 duration-100 outline-none sm:max-w-md data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95", e),
|
|
2456
2457
|
...a,
|
|
2457
|
-
children: [t, i && /* @__PURE__ */ r(
|
|
2458
|
+
children: [t, i && /* @__PURE__ */ r(y.Close, {
|
|
2458
2459
|
"data-slot": "dialog-close",
|
|
2459
|
-
render: /* @__PURE__ */ n(
|
|
2460
|
+
render: /* @__PURE__ */ n(Q, {
|
|
2460
2461
|
variant: "ghost",
|
|
2461
2462
|
className: "absolute top-2 right-2",
|
|
2462
2463
|
size: "icon-sm"
|
|
@@ -2468,35 +2469,35 @@ function xn({ className: e, children: t, showCloseButton: i = !0, ...a }) {
|
|
|
2468
2469
|
})]
|
|
2469
2470
|
})] });
|
|
2470
2471
|
}
|
|
2471
|
-
function
|
|
2472
|
+
function Cn({ className: e, ...t }) {
|
|
2472
2473
|
return /* @__PURE__ */ n("div", {
|
|
2473
2474
|
"data-slot": "dialog-header",
|
|
2474
|
-
className:
|
|
2475
|
+
className: Z("flex flex-col gap-2", e),
|
|
2475
2476
|
...t
|
|
2476
2477
|
});
|
|
2477
2478
|
}
|
|
2478
|
-
function
|
|
2479
|
+
function wn({ className: e, showCloseButton: t = !1, children: i, ...a }) {
|
|
2479
2480
|
return /* @__PURE__ */ r("div", {
|
|
2480
2481
|
"data-slot": "dialog-footer",
|
|
2481
|
-
className:
|
|
2482
|
+
className: Z("-mx-4 -mb-4 flex flex-col-reverse gap-2 rounded-b-xl border-t bg-muted/50 p-4 sm:flex-row sm:justify-end", e),
|
|
2482
2483
|
...a,
|
|
2483
|
-
children: [i, t && /* @__PURE__ */ n(
|
|
2484
|
-
render: /* @__PURE__ */ n(
|
|
2484
|
+
children: [i, t && /* @__PURE__ */ n(y.Close, {
|
|
2485
|
+
render: /* @__PURE__ */ n(Q, { variant: "outline" }),
|
|
2485
2486
|
children: "Close"
|
|
2486
2487
|
})]
|
|
2487
2488
|
});
|
|
2488
2489
|
}
|
|
2489
|
-
function
|
|
2490
|
-
return /* @__PURE__ */ n(
|
|
2490
|
+
function Tn({ className: e, ...t }) {
|
|
2491
|
+
return /* @__PURE__ */ n(y.Title, {
|
|
2491
2492
|
"data-slot": "dialog-title",
|
|
2492
|
-
className:
|
|
2493
|
+
className: Z("font-heading text-base leading-none font-medium", e),
|
|
2493
2494
|
...t
|
|
2494
2495
|
});
|
|
2495
2496
|
}
|
|
2496
|
-
function
|
|
2497
|
-
return /* @__PURE__ */ n(
|
|
2497
|
+
function En({ className: e, ...t }) {
|
|
2498
|
+
return /* @__PURE__ */ n(y.Description, {
|
|
2498
2499
|
"data-slot": "dialog-description",
|
|
2499
|
-
className:
|
|
2500
|
+
className: Z("text-sm text-muted-foreground *:[a]:underline *:[a]:underline-offset-3 *:[a]:hover:text-foreground", e),
|
|
2500
2501
|
...t
|
|
2501
2502
|
});
|
|
2502
2503
|
}
|
|
@@ -2510,7 +2511,7 @@ var $ = {
|
|
|
2510
2511
|
null: "#569CD6",
|
|
2511
2512
|
punct: "#6B6F77"
|
|
2512
2513
|
};
|
|
2513
|
-
function
|
|
2514
|
+
function Dn({ json: e }) {
|
|
2514
2515
|
let t;
|
|
2515
2516
|
try {
|
|
2516
2517
|
t = JSON.parse(e);
|
|
@@ -2522,10 +2523,10 @@ function En({ json: e }) {
|
|
|
2522
2523
|
}
|
|
2523
2524
|
return /* @__PURE__ */ n("pre", {
|
|
2524
2525
|
className: "text-xs font-mono whitespace-pre-wrap break-all",
|
|
2525
|
-
children:
|
|
2526
|
+
children: On(t, 0)
|
|
2526
2527
|
});
|
|
2527
2528
|
}
|
|
2528
|
-
function
|
|
2529
|
+
function On(e, i) {
|
|
2529
2530
|
if (e === null) return /* @__PURE__ */ n("span", {
|
|
2530
2531
|
style: { color: $.null },
|
|
2531
2532
|
children: "null"
|
|
@@ -2542,7 +2543,7 @@ function Dn(e, i) {
|
|
|
2542
2543
|
style: { color: $.string },
|
|
2543
2544
|
children: [
|
|
2544
2545
|
"\"",
|
|
2545
|
-
|
|
2546
|
+
kn(e),
|
|
2546
2547
|
"\""
|
|
2547
2548
|
]
|
|
2548
2549
|
});
|
|
@@ -2558,7 +2559,7 @@ function Dn(e, i) {
|
|
|
2558
2559
|
"\n",
|
|
2559
2560
|
e.map((t, a) => /* @__PURE__ */ r("span", { children: [
|
|
2560
2561
|
o,
|
|
2561
|
-
|
|
2562
|
+
On(t, i + 1),
|
|
2562
2563
|
a < e.length - 1 && /* @__PURE__ */ n("span", {
|
|
2563
2564
|
style: { color: $.punct },
|
|
2564
2565
|
children: ","
|
|
@@ -2596,7 +2597,7 @@ function Dn(e, i) {
|
|
|
2596
2597
|
style: { color: $.punct },
|
|
2597
2598
|
children: ": "
|
|
2598
2599
|
}),
|
|
2599
|
-
|
|
2600
|
+
On(t, i + 1),
|
|
2600
2601
|
a < s.length - 1 && /* @__PURE__ */ n("span", {
|
|
2601
2602
|
style: { color: $.punct },
|
|
2602
2603
|
children: ","
|
|
@@ -2612,37 +2613,385 @@ function Dn(e, i) {
|
|
|
2612
2613
|
}
|
|
2613
2614
|
return String(e);
|
|
2614
2615
|
}
|
|
2615
|
-
function
|
|
2616
|
+
function kn(e) {
|
|
2616
2617
|
return e.replace(/\\/g, "\\\\").replace(/"/g, "\\\"").replace(/\n/g, "\\n").replace(/\t/g, "\\t");
|
|
2617
2618
|
}
|
|
2618
2619
|
//#endregion
|
|
2620
|
+
//#region src/components/about-dialog.tsx
|
|
2621
|
+
function An(e) {
|
|
2622
|
+
return e.startsWith("v") ? e : `v${e}`;
|
|
2623
|
+
}
|
|
2624
|
+
function jn({ app: e, appGitHub: t, companyGitHub: i, latestVersion: a, open: o, onOpenChange: s }) {
|
|
2625
|
+
let c = a && a !== e.version;
|
|
2626
|
+
return /* @__PURE__ */ n(_n, {
|
|
2627
|
+
open: o,
|
|
2628
|
+
onOpenChange: s,
|
|
2629
|
+
children: /* @__PURE__ */ r(Sn, {
|
|
2630
|
+
"data-slot": "about-dialog",
|
|
2631
|
+
children: [
|
|
2632
|
+
/* @__PURE__ */ r(Cn, { children: [/* @__PURE__ */ r("div", {
|
|
2633
|
+
className: "flex items-center gap-3",
|
|
2634
|
+
children: [e.icon && /* @__PURE__ */ n("div", {
|
|
2635
|
+
className: "flex size-10 items-center justify-center rounded-lg bg-primary/10",
|
|
2636
|
+
children: /* @__PURE__ */ n("i", { className: Z(e.icon, "text-lg text-primary") })
|
|
2637
|
+
}), /* @__PURE__ */ r("div", { children: [/* @__PURE__ */ n(Tn, { children: e.name }), /* @__PURE__ */ n(nt, {
|
|
2638
|
+
variant: "secondary",
|
|
2639
|
+
className: "mt-1.5 text-[0.7rem]",
|
|
2640
|
+
children: An(e.version)
|
|
2641
|
+
})] })]
|
|
2642
|
+
}), e.description && /* @__PURE__ */ n(En, { children: e.description })] }),
|
|
2643
|
+
c && /* @__PURE__ */ r("div", {
|
|
2644
|
+
className: "flex items-center gap-2 rounded-lg border border-accent-teal/30 bg-accent-teal/5 px-3 py-2 text-sm text-accent-teal",
|
|
2645
|
+
children: [/* @__PURE__ */ n("i", { className: "fa-solid fa-circle-up text-xs" }), /* @__PURE__ */ r("span", { children: [
|
|
2646
|
+
"Version ",
|
|
2647
|
+
/* @__PURE__ */ n("strong", { children: An(a) }),
|
|
2648
|
+
" available"
|
|
2649
|
+
] })]
|
|
2650
|
+
}),
|
|
2651
|
+
/* @__PURE__ */ n(Tt, {}),
|
|
2652
|
+
/* @__PURE__ */ r("div", {
|
|
2653
|
+
className: "space-y-3",
|
|
2654
|
+
children: [/* @__PURE__ */ r("div", { children: [/* @__PURE__ */ n("p", {
|
|
2655
|
+
className: "text-sm font-medium",
|
|
2656
|
+
children: "RedBamboo Interactive"
|
|
2657
|
+
}), /* @__PURE__ */ n("p", {
|
|
2658
|
+
className: "text-xs text-muted-foreground",
|
|
2659
|
+
children: "Open-source tools for creators and developers"
|
|
2660
|
+
})] }), (t || i) && /* @__PURE__ */ r("div", {
|
|
2661
|
+
className: "flex flex-col gap-1.5",
|
|
2662
|
+
children: [t && /* @__PURE__ */ r("a", {
|
|
2663
|
+
href: t,
|
|
2664
|
+
target: "_blank",
|
|
2665
|
+
rel: "noopener noreferrer",
|
|
2666
|
+
className: "inline-flex items-center gap-2 text-sm text-muted-foreground transition-colors hover:text-foreground",
|
|
2667
|
+
children: [/* @__PURE__ */ n("i", { className: "fa-brands fa-github" }), e.name]
|
|
2668
|
+
}), i && /* @__PURE__ */ r("a", {
|
|
2669
|
+
href: i,
|
|
2670
|
+
target: "_blank",
|
|
2671
|
+
rel: "noopener noreferrer",
|
|
2672
|
+
className: "inline-flex items-center gap-2 text-sm text-muted-foreground transition-colors hover:text-foreground",
|
|
2673
|
+
children: [/* @__PURE__ */ n("i", { className: "fa-brands fa-github" }), "RedBamboo Interactive"]
|
|
2674
|
+
})]
|
|
2675
|
+
})]
|
|
2676
|
+
}),
|
|
2677
|
+
/* @__PURE__ */ n(wn, {
|
|
2678
|
+
showCloseButton: !0,
|
|
2679
|
+
children: /* @__PURE__ */ n("p", {
|
|
2680
|
+
className: "mr-auto text-xs text-muted-foreground",
|
|
2681
|
+
children: "MIT License"
|
|
2682
|
+
})
|
|
2683
|
+
})
|
|
2684
|
+
]
|
|
2685
|
+
})
|
|
2686
|
+
});
|
|
2687
|
+
}
|
|
2688
|
+
//#endregion
|
|
2619
2689
|
//#region src/components/app-header.tsx
|
|
2620
|
-
function
|
|
2690
|
+
function Mn({ icon: e, nameParts: t, accentClass: i = "text-primary" }) {
|
|
2621
2691
|
let a = (t[0] + t[1]).split(""), o = t[0].length;
|
|
2622
2692
|
return /* @__PURE__ */ r("div", {
|
|
2623
|
-
className:
|
|
2693
|
+
className: Z("app-header-brand flex items-center gap-2 cursor-default select-none", i),
|
|
2624
2694
|
children: [/* @__PURE__ */ r("div", {
|
|
2625
2695
|
className: "app-header-brand__icon relative w-6 h-6 rounded flex items-center justify-center",
|
|
2626
|
-
children: [/* @__PURE__ */ n("div", { className: "app-header-brand__bg absolute inset-0 rounded" }), /* @__PURE__ */ n("i", { className:
|
|
2696
|
+
children: [/* @__PURE__ */ n("div", { className: "app-header-brand__bg absolute inset-0 rounded" }), /* @__PURE__ */ n("i", { className: Z(e, "app-header-brand__i relative z-10 text-xs") })]
|
|
2627
2697
|
}), /* @__PURE__ */ n("span", {
|
|
2628
2698
|
className: "app-header-brand__text text-sm font-semibold",
|
|
2629
2699
|
children: a.map((e, t) => /* @__PURE__ */ n("span", {
|
|
2630
|
-
className:
|
|
2700
|
+
className: Z("app-header-brand__letter inline-block", t < o ? "text-muted-foreground" : "text-current"),
|
|
2631
2701
|
style: { "--letter-i": t },
|
|
2632
2702
|
children: e
|
|
2633
2703
|
}, t))
|
|
2634
2704
|
})]
|
|
2635
2705
|
});
|
|
2636
2706
|
}
|
|
2637
|
-
function
|
|
2707
|
+
function Nn({ brand: e, children: t, className: i }) {
|
|
2638
2708
|
return /* @__PURE__ */ r("header", {
|
|
2639
|
-
className:
|
|
2709
|
+
className: Z("shrink-0 flex items-center gap-3 px-4 py-2 border-b border-border/60", i),
|
|
2640
2710
|
children: [
|
|
2641
|
-
/* @__PURE__ */ n(
|
|
2711
|
+
/* @__PURE__ */ n(Mn, { ...e }),
|
|
2642
2712
|
/* @__PURE__ */ n("span", { className: "flex-1" }),
|
|
2643
2713
|
t
|
|
2644
2714
|
]
|
|
2645
2715
|
});
|
|
2646
2716
|
}
|
|
2647
2717
|
//#endregion
|
|
2648
|
-
|
|
2718
|
+
//#region src/components/toast.tsx
|
|
2719
|
+
var Pn = o.createContext(null);
|
|
2720
|
+
function Fn() {
|
|
2721
|
+
let e = o.useContext(Pn);
|
|
2722
|
+
if (!e) throw Error("useToast must be used within a ToastProvider");
|
|
2723
|
+
return e;
|
|
2724
|
+
}
|
|
2725
|
+
var In = 0;
|
|
2726
|
+
function Ln({ children: e }) {
|
|
2727
|
+
let [t, i] = o.useState([]), a = o.useRef(/* @__PURE__ */ new Map());
|
|
2728
|
+
function s(e, t) {
|
|
2729
|
+
let n = a.current.get(e);
|
|
2730
|
+
n && clearTimeout(n);
|
|
2731
|
+
let r = setTimeout(() => {
|
|
2732
|
+
i((t) => t.filter((t) => t.id !== e)), a.current.delete(e);
|
|
2733
|
+
}, t);
|
|
2734
|
+
a.current.set(e, r);
|
|
2735
|
+
}
|
|
2736
|
+
let c = o.useCallback((e) => {
|
|
2737
|
+
let t = `toast-${++In}`, n = {
|
|
2738
|
+
...e,
|
|
2739
|
+
id: t
|
|
2740
|
+
};
|
|
2741
|
+
return i((e) => [...e, n]), e.variant !== "loading" && s(t, e.duration ?? 5e3), t;
|
|
2742
|
+
}, []), l = o.useCallback((e, t) => {
|
|
2743
|
+
i((n) => n.map((n) => n.id === e ? {
|
|
2744
|
+
...n,
|
|
2745
|
+
...t
|
|
2746
|
+
} : n)), t.variant && t.variant !== "loading" && s(e, t.duration ?? 5e3);
|
|
2747
|
+
}, []), u = o.useCallback((e) => {
|
|
2748
|
+
i((t) => t.filter((t) => t.id !== e));
|
|
2749
|
+
let t = a.current.get(e);
|
|
2750
|
+
t && (clearTimeout(t), a.current.delete(e));
|
|
2751
|
+
}, []);
|
|
2752
|
+
o.useEffect(() => () => {
|
|
2753
|
+
a.current.forEach((e) => clearTimeout(e));
|
|
2754
|
+
}, []);
|
|
2755
|
+
let d = o.useMemo(() => ({
|
|
2756
|
+
toast: c,
|
|
2757
|
+
update: l,
|
|
2758
|
+
dismiss: u
|
|
2759
|
+
}), [
|
|
2760
|
+
c,
|
|
2761
|
+
l,
|
|
2762
|
+
u
|
|
2763
|
+
]);
|
|
2764
|
+
return /* @__PURE__ */ r(Pn.Provider, {
|
|
2765
|
+
value: d,
|
|
2766
|
+
children: [e, /* @__PURE__ */ n(Bn, {
|
|
2767
|
+
toasts: t,
|
|
2768
|
+
onDismiss: u
|
|
2769
|
+
})]
|
|
2770
|
+
});
|
|
2771
|
+
}
|
|
2772
|
+
var Rn = {
|
|
2773
|
+
default: "fa-solid fa-circle-info",
|
|
2774
|
+
success: "fa-solid fa-check",
|
|
2775
|
+
error: "fa-solid fa-triangle-exclamation",
|
|
2776
|
+
loading: "fa-solid fa-spinner fa-spin"
|
|
2777
|
+
}, zn = {
|
|
2778
|
+
default: "text-primary",
|
|
2779
|
+
success: "text-green-500",
|
|
2780
|
+
error: "text-destructive",
|
|
2781
|
+
loading: "text-primary"
|
|
2782
|
+
};
|
|
2783
|
+
function Bn({ toasts: e, onDismiss: t }) {
|
|
2784
|
+
return e.length === 0 ? null : /* @__PURE__ */ n("div", {
|
|
2785
|
+
"data-slot": "toaster",
|
|
2786
|
+
className: "fixed bottom-4 right-4 z-[100] flex flex-col gap-2 max-w-sm",
|
|
2787
|
+
children: e.map((e) => /* @__PURE__ */ r("div", {
|
|
2788
|
+
"data-slot": "toast",
|
|
2789
|
+
"data-variant": e.variant,
|
|
2790
|
+
className: "flex items-start gap-3 rounded-lg border border-border bg-popover px-4 py-3 shadow-lg shadow-black/20 animate-in slide-in-from-right-full fade-in duration-200",
|
|
2791
|
+
children: [
|
|
2792
|
+
/* @__PURE__ */ n("i", { className: Z(Rn[e.variant], zn[e.variant], "mt-0.5 text-sm") }),
|
|
2793
|
+
/* @__PURE__ */ r("div", {
|
|
2794
|
+
className: "flex-1 min-w-0",
|
|
2795
|
+
children: [
|
|
2796
|
+
/* @__PURE__ */ n("p", {
|
|
2797
|
+
className: "text-sm font-medium text-foreground",
|
|
2798
|
+
children: e.title
|
|
2799
|
+
}),
|
|
2800
|
+
e.description && /* @__PURE__ */ n("p", {
|
|
2801
|
+
className: "mt-0.5 text-xs text-muted-foreground",
|
|
2802
|
+
children: e.description
|
|
2803
|
+
}),
|
|
2804
|
+
e.action && /* @__PURE__ */ n("button", {
|
|
2805
|
+
onClick: e.action.onClick,
|
|
2806
|
+
className: "mt-1.5 text-xs font-medium text-primary hover:underline",
|
|
2807
|
+
children: e.action.label
|
|
2808
|
+
})
|
|
2809
|
+
]
|
|
2810
|
+
}),
|
|
2811
|
+
/* @__PURE__ */ n("button", {
|
|
2812
|
+
onClick: () => t(e.id),
|
|
2813
|
+
className: "text-muted-foreground hover:text-foreground transition-colors text-xs p-0.5",
|
|
2814
|
+
children: /* @__PURE__ */ n("i", { className: "fa-solid fa-xmark" })
|
|
2815
|
+
})
|
|
2816
|
+
]
|
|
2817
|
+
}, e.id))
|
|
2818
|
+
});
|
|
2819
|
+
}
|
|
2820
|
+
//#endregion
|
|
2821
|
+
//#region src/components/feedback-dialog.tsx
|
|
2822
|
+
function Vn(e) {
|
|
2823
|
+
return e.includes("Firefox/") ? `Firefox ${e.match(/Firefox\/([\d.]+)/)?.[1] ?? ""}` : e.includes("Edg/") ? `Edge ${e.match(/Edg\/([\d.]+)/)?.[1] ?? ""}` : e.includes("Chrome/") ? `Chrome ${e.match(/Chrome\/([\d.]+)/)?.[1] ?? ""}` : e.includes("Safari/") && !e.includes("Chrome") ? `Safari ${e.match(/Version\/([\d.]+)/)?.[1] ?? ""}` : e.slice(0, 50);
|
|
2824
|
+
}
|
|
2825
|
+
function Hn(e) {
|
|
2826
|
+
return e.includes("Windows NT 10.0") ? "Windows 10/11" : e.includes("Windows NT") ? "Windows" : e.includes("Mac OS X") ? `macOS ${e.match(/Mac OS X ([\d_]+)/)?.[1]?.replace(/_/g, ".") ?? ""}` : e.includes("Linux") ? "Linux" : e.includes("Android") ? "Android" : e.includes("iOS") || e.includes("iPhone") ? "iOS" : "Unknown";
|
|
2827
|
+
}
|
|
2828
|
+
function Un(e) {
|
|
2829
|
+
let t = typeof navigator < "u" ? navigator.userAgent : "unknown";
|
|
2830
|
+
return {
|
|
2831
|
+
appName: e.name,
|
|
2832
|
+
appVersion: e.version,
|
|
2833
|
+
browser: Vn(t),
|
|
2834
|
+
os: Hn(t),
|
|
2835
|
+
screenResolution: typeof screen < "u" ? `${screen.width}x${screen.height}` : "unknown",
|
|
2836
|
+
currentUrl: typeof location < "u" ? location.href : "unknown",
|
|
2837
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
2838
|
+
colorScheme: typeof document < "u" ? document.documentElement.classList.contains("dark") ? "dark" : "light" : "unknown"
|
|
2839
|
+
};
|
|
2840
|
+
}
|
|
2841
|
+
var Wn = [
|
|
2842
|
+
{
|
|
2843
|
+
value: "bug",
|
|
2844
|
+
label: "Bug",
|
|
2845
|
+
icon: "fa-solid fa-bug"
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
value: "feature",
|
|
2849
|
+
label: "Feature",
|
|
2850
|
+
icon: "fa-solid fa-lightbulb"
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
value: "suggestion",
|
|
2854
|
+
label: "Suggestion",
|
|
2855
|
+
icon: "fa-solid fa-comment"
|
|
2856
|
+
}
|
|
2857
|
+
];
|
|
2858
|
+
function Gn({ onClick: e, className: t, variant: i = "button" }) {
|
|
2859
|
+
return i === "menu-item" ? /* @__PURE__ */ r("button", {
|
|
2860
|
+
type: "button",
|
|
2861
|
+
"data-slot": "feedback-button",
|
|
2862
|
+
onClick: e,
|
|
2863
|
+
className: Z("relative flex w-full cursor-pointer select-none items-center gap-2 rounded-md px-2 py-1.5 text-sm outline-none transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground", t),
|
|
2864
|
+
children: [/* @__PURE__ */ n("i", { className: "fa-solid fa-message size-4 text-center" }), "Send Feedback"]
|
|
2865
|
+
}) : /* @__PURE__ */ r(Q, {
|
|
2866
|
+
variant: "ghost",
|
|
2867
|
+
size: "sm",
|
|
2868
|
+
"data-slot": "feedback-button",
|
|
2869
|
+
onClick: e,
|
|
2870
|
+
className: t,
|
|
2871
|
+
children: [/* @__PURE__ */ n("i", { className: "fa-solid fa-message" }), "Send Feedback"]
|
|
2872
|
+
});
|
|
2873
|
+
}
|
|
2874
|
+
function Kn({ app: e, customMetadata: t, onSubmit: i, open: a, onOpenChange: s }) {
|
|
2875
|
+
let [c, l] = o.useState("bug"), [u, d] = o.useState(""), [f, p] = o.useState(!1), m = o.useMemo(() => Un(e), [e, a]);
|
|
2876
|
+
o.useEffect(() => {
|
|
2877
|
+
a && (l("bug"), d(""), p(!1));
|
|
2878
|
+
}, [a]);
|
|
2879
|
+
let h = u.trim().length > 0;
|
|
2880
|
+
function g(e) {
|
|
2881
|
+
e.preventDefault(), h && (i({
|
|
2882
|
+
category: c,
|
|
2883
|
+
description: u.trim(),
|
|
2884
|
+
systemInfo: m,
|
|
2885
|
+
customMetadata: t
|
|
2886
|
+
}), s(!1));
|
|
2887
|
+
}
|
|
2888
|
+
return /* @__PURE__ */ n(_n, {
|
|
2889
|
+
open: a,
|
|
2890
|
+
onOpenChange: s,
|
|
2891
|
+
children: /* @__PURE__ */ r(Sn, {
|
|
2892
|
+
"data-slot": "feedback-dialog",
|
|
2893
|
+
className: "sm:max-w-md",
|
|
2894
|
+
children: [/* @__PURE__ */ n(Cn, { children: /* @__PURE__ */ r("div", {
|
|
2895
|
+
className: "flex items-center gap-3",
|
|
2896
|
+
children: [/* @__PURE__ */ n("div", {
|
|
2897
|
+
className: "flex size-10 items-center justify-center rounded-lg bg-primary/10",
|
|
2898
|
+
children: /* @__PURE__ */ n("i", { className: "fa-solid fa-message text-lg text-primary" })
|
|
2899
|
+
}), /* @__PURE__ */ r("div", { children: [/* @__PURE__ */ n(Tn, { children: "Send Feedback" }), /* @__PURE__ */ r(En, { children: ["Help us improve ", e.name] })] })]
|
|
2900
|
+
}) }), /* @__PURE__ */ r("form", {
|
|
2901
|
+
onSubmit: g,
|
|
2902
|
+
"data-slot": "feedback-form",
|
|
2903
|
+
className: "space-y-4",
|
|
2904
|
+
children: [
|
|
2905
|
+
/* @__PURE__ */ r("div", {
|
|
2906
|
+
className: "space-y-2",
|
|
2907
|
+
children: [/* @__PURE__ */ n(dt, { children: "Category" }), /* @__PURE__ */ n("div", {
|
|
2908
|
+
"data-slot": "feedback-category",
|
|
2909
|
+
className: "flex gap-2",
|
|
2910
|
+
children: Wn.map((e) => /* @__PURE__ */ r("button", {
|
|
2911
|
+
type: "button",
|
|
2912
|
+
onClick: () => l(e.value),
|
|
2913
|
+
className: Z("flex flex-1 items-center justify-center gap-2 rounded-lg border px-3 py-2 text-xs font-medium transition-colors", c === e.value ? "border-primary bg-primary/10 text-primary" : "border-border text-muted-foreground hover:border-primary/50 hover:text-foreground"),
|
|
2914
|
+
children: [/* @__PURE__ */ n("i", { className: Z(e.icon, "text-[10px]") }), e.label]
|
|
2915
|
+
}, e.value))
|
|
2916
|
+
})]
|
|
2917
|
+
}),
|
|
2918
|
+
/* @__PURE__ */ r("div", {
|
|
2919
|
+
className: "space-y-2",
|
|
2920
|
+
children: [/* @__PURE__ */ n(dt, {
|
|
2921
|
+
htmlFor: "feedback-description",
|
|
2922
|
+
children: "What's on your mind?"
|
|
2923
|
+
}), /* @__PURE__ */ n("textarea", {
|
|
2924
|
+
id: "feedback-description",
|
|
2925
|
+
"data-slot": "feedback-description",
|
|
2926
|
+
className: "w-full min-h-[120px] rounded-lg border border-input bg-transparent px-2.5 py-2 text-sm transition-colors outline-none resize-y placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 dark:bg-input/30",
|
|
2927
|
+
placeholder: c === "bug" ? "Describe the issue you encountered..." : c === "feature" ? "Describe the feature you'd like to see..." : "Share your suggestion...",
|
|
2928
|
+
value: u,
|
|
2929
|
+
onChange: (e) => d(e.target.value),
|
|
2930
|
+
required: !0
|
|
2931
|
+
})]
|
|
2932
|
+
}),
|
|
2933
|
+
/* @__PURE__ */ n(Tt, {}),
|
|
2934
|
+
/* @__PURE__ */ r(Jt, {
|
|
2935
|
+
open: f,
|
|
2936
|
+
onOpenChange: p,
|
|
2937
|
+
children: [/* @__PURE__ */ r(Yt, {
|
|
2938
|
+
className: "flex w-full cursor-pointer items-center gap-2 text-xs text-muted-foreground transition-colors hover:text-foreground",
|
|
2939
|
+
children: [/* @__PURE__ */ n("i", { className: Z("fa-solid fa-chevron-right text-[10px] transition-transform", f && "rotate-90") }), "System info included with submission"]
|
|
2940
|
+
}), /* @__PURE__ */ n(Xt, { children: /* @__PURE__ */ r("div", {
|
|
2941
|
+
"data-slot": "feedback-system-info",
|
|
2942
|
+
className: "mt-2 grid grid-cols-[auto_1fr] gap-x-4 gap-y-1 rounded-lg border border-border/50 bg-muted/30 px-3 py-2 text-xs text-muted-foreground",
|
|
2943
|
+
children: [
|
|
2944
|
+
/* @__PURE__ */ n("span", {
|
|
2945
|
+
className: "font-medium",
|
|
2946
|
+
children: "App"
|
|
2947
|
+
}),
|
|
2948
|
+
/* @__PURE__ */ r("span", { children: [
|
|
2949
|
+
m.appName,
|
|
2950
|
+
" v",
|
|
2951
|
+
m.appVersion
|
|
2952
|
+
] }),
|
|
2953
|
+
/* @__PURE__ */ n("span", {
|
|
2954
|
+
className: "font-medium",
|
|
2955
|
+
children: "Browser"
|
|
2956
|
+
}),
|
|
2957
|
+
/* @__PURE__ */ n("span", { children: m.browser }),
|
|
2958
|
+
/* @__PURE__ */ n("span", {
|
|
2959
|
+
className: "font-medium",
|
|
2960
|
+
children: "OS"
|
|
2961
|
+
}),
|
|
2962
|
+
/* @__PURE__ */ n("span", { children: m.os }),
|
|
2963
|
+
/* @__PURE__ */ n("span", {
|
|
2964
|
+
className: "font-medium",
|
|
2965
|
+
children: "Screen"
|
|
2966
|
+
}),
|
|
2967
|
+
/* @__PURE__ */ n("span", { children: m.screenResolution }),
|
|
2968
|
+
/* @__PURE__ */ n("span", {
|
|
2969
|
+
className: "font-medium",
|
|
2970
|
+
children: "Theme"
|
|
2971
|
+
}),
|
|
2972
|
+
/* @__PURE__ */ n("span", { children: m.colorScheme }),
|
|
2973
|
+
t && Object.entries(t).map(([e, t]) => /* @__PURE__ */ r(o.Fragment, { children: [/* @__PURE__ */ n("span", {
|
|
2974
|
+
className: "font-medium",
|
|
2975
|
+
children: e
|
|
2976
|
+
}), /* @__PURE__ */ n("span", { children: t })] }, e))
|
|
2977
|
+
]
|
|
2978
|
+
}) })]
|
|
2979
|
+
}),
|
|
2980
|
+
/* @__PURE__ */ r(wn, { children: [/* @__PURE__ */ n(Q, {
|
|
2981
|
+
type: "button",
|
|
2982
|
+
variant: "outline",
|
|
2983
|
+
onClick: () => s(!1),
|
|
2984
|
+
children: "Cancel"
|
|
2985
|
+
}), /* @__PURE__ */ r(Q, {
|
|
2986
|
+
type: "submit",
|
|
2987
|
+
"data-slot": "feedback-submit",
|
|
2988
|
+
disabled: !h,
|
|
2989
|
+
children: [/* @__PURE__ */ n("i", { className: "fa-solid fa-paper-plane" }), "Send"]
|
|
2990
|
+
})] })
|
|
2991
|
+
]
|
|
2992
|
+
})]
|
|
2993
|
+
})
|
|
2994
|
+
});
|
|
2995
|
+
}
|
|
2996
|
+
//#endregion
|
|
2997
|
+
export { jn as AboutDialog, Nn as AppHeader, Mn as AppHeaderBrand, nt as Badge, Q as Button, rt as Card, st as CardAction, ct as CardContent, ot as CardDescription, lt as CardFooter, it as CardHeader, at as CardTitle, Jt as Collapsible, Xt as CollapsibleContent, Yt as CollapsibleTrigger, _n as Dialog, bn as DialogClose, Sn as DialogContent, En as DialogDescription, wn as DialogFooter, Cn as DialogHeader, xn as DialogOverlay, yn as DialogPortal, Tn as DialogTitle, vn as DialogTrigger, Pt as DropdownMenu, zt as DropdownMenuCheckboxItem, It as DropdownMenuContent, Lt as DropdownMenuGroup, Rt as DropdownMenuItem, Ht as DropdownMenuLabel, Bt as DropdownMenuRadioGroup, Vt as DropdownMenuRadioItem, Ut as DropdownMenuSeparator, Wt as DropdownMenuShortcut, Gt as DropdownMenuSub, qt as DropdownMenuSubContent, Kt as DropdownMenuSubTrigger, Ft as DropdownMenuTrigger, Gn as FeedbackButton, Kn as FeedbackDialog, ut as Input, Dn as JsonHighlight, dt as Label, sn as ModalBase, un as ModalFooter, cn as ModalHeader, ln as ModalSection, Ot as Popover, At as PopoverContent, Nt as PopoverDescription, jt as PopoverHeader, Mt as PopoverTitle, kt as PopoverTrigger, hn as ScrollArea, gn as ScrollBar, _t as Select, bt as SelectContent, wt as SelectGroup, xt as SelectItem, Ct as SelectLabel, St as SelectSeparator, yt as SelectTrigger, vt as SelectValue, Tt as Separator, Dt as Slider, Et as Switch, Zt as Table, $t as TableBody, an as TableCaption, rn as TableCell, en as TableFooter, nn as TableHead, Qt as TableHeader, tn as TableRow, ft as Tabs, gt as TabsContent, mt as TabsList, ht as TabsTrigger, Ln as ToastProvider, fn as Tooltip, mn as TooltipContent, dn as TooltipProvider, pn as TooltipTrigger, tt as badgeVariants, et as buttonVariants, Z as cn, Un as collectSystemInfo, pt as tabsListVariants, Fn as useToast };
|