@sharpnr/ui 0.0.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.
@@ -0,0 +1,2079 @@
1
+ import * as e from "react";
2
+ //#region \0rolldown/runtime.js
3
+ var t = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), n = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
4
+ if (typeof require < "u") return require.apply(this, arguments);
5
+ throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
6
+ });
7
+ //#endregion
8
+ //#region node_modules/clsx/dist/clsx.mjs
9
+ function r(e) {
10
+ var t, n, i = "";
11
+ if (typeof e == "string" || typeof e == "number") i += e;
12
+ else if (typeof e == "object") if (Array.isArray(e)) {
13
+ var a = e.length;
14
+ for (t = 0; t < a; t++) e[t] && (n = r(e[t])) && (i && (i += " "), i += n);
15
+ } else for (n in e) e[n] && (i && (i += " "), i += n);
16
+ return i;
17
+ }
18
+ function i() {
19
+ for (var e, t, n = 0, i = "", a = arguments.length; n < a; n++) (e = arguments[n]) && (t = r(e)) && (i && (i += " "), i += t);
20
+ return i;
21
+ }
22
+ //#endregion
23
+ //#region node_modules/class-variance-authority/dist/index.mjs
24
+ var a = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, o = i, s = (e, t) => (n) => {
25
+ if (t?.variants == null) return o(e, n?.class, n?.className);
26
+ let { variants: r, defaultVariants: i } = t, s = Object.keys(r).map((e) => {
27
+ let t = n?.[e], o = i?.[e];
28
+ if (t === null) return null;
29
+ let s = a(t) || a(o);
30
+ return r[e][s];
31
+ }), c = n && Object.entries(n).reduce((e, t) => {
32
+ let [n, r] = t;
33
+ return r === void 0 || (e[n] = r), e;
34
+ }, {});
35
+ return o(e, s, t?.compoundVariants?.reduce((e, t) => {
36
+ let { class: n, className: r, ...a } = t;
37
+ return Object.entries(a).every((e) => {
38
+ let [t, n] = e;
39
+ return Array.isArray(n) ? n.includes({
40
+ ...i,
41
+ ...c
42
+ }[t]) : {
43
+ ...i,
44
+ ...c
45
+ }[t] === n;
46
+ }) ? [
47
+ ...e,
48
+ n,
49
+ r
50
+ ] : e;
51
+ }, []), n?.class, n?.className);
52
+ };
53
+ //#endregion
54
+ //#region node_modules/@radix-ui/react-compose-refs/dist/index.mjs
55
+ function c(e, t) {
56
+ if (typeof e == "function") return e(t);
57
+ e != null && (e.current = t);
58
+ }
59
+ function l(...e) {
60
+ return (t) => {
61
+ let n = !1, r = e.map((e) => {
62
+ let r = c(e, t);
63
+ return !n && typeof r == "function" && (n = !0), r;
64
+ });
65
+ if (n) return () => {
66
+ for (let t = 0; t < r.length; t++) {
67
+ let n = r[t];
68
+ typeof n == "function" ? n() : c(e[t], null);
69
+ }
70
+ };
71
+ };
72
+ }
73
+ //#endregion
74
+ //#region node_modules/react/cjs/react-jsx-runtime.production.js
75
+ var u = /* @__PURE__ */ t(((e) => {
76
+ var t = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
77
+ function r(e, n, r) {
78
+ var i = null;
79
+ if (r !== void 0 && (i = "" + r), n.key !== void 0 && (i = "" + n.key), "key" in n) for (var a in r = {}, n) a !== "key" && (r[a] = n[a]);
80
+ else r = n;
81
+ return n = r.ref, {
82
+ $$typeof: t,
83
+ type: e,
84
+ key: i,
85
+ ref: n === void 0 ? null : n,
86
+ props: r
87
+ };
88
+ }
89
+ e.Fragment = n, e.jsx = r, e.jsxs = r;
90
+ })), d = /* @__PURE__ */ t(((e) => {
91
+ process.env.NODE_ENV !== "production" && (function() {
92
+ function t(e) {
93
+ if (e == null) return null;
94
+ if (typeof e == "function") return e.$$typeof === te ? null : e.displayName || e.name || null;
95
+ if (typeof e == "string") return e;
96
+ switch (e) {
97
+ case v: return "Fragment";
98
+ case b: return "Profiler";
99
+ case y: return "StrictMode";
100
+ case w: return "Suspense";
101
+ case T: return "SuspenseList";
102
+ case D: return "Activity";
103
+ }
104
+ if (typeof e == "object") switch (typeof e.tag == "number" && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), e.$$typeof) {
105
+ case _: return "Portal";
106
+ case S: return e.displayName || "Context";
107
+ case x: return (e._context.displayName || "Context") + ".Consumer";
108
+ case C:
109
+ var n = e.render;
110
+ return e = e.displayName, e ||= (e = n.displayName || n.name || "", e === "" ? "ForwardRef" : "ForwardRef(" + e + ")"), e;
111
+ case ee: return n = e.displayName || null, n === null ? t(e.type) || "Memo" : n;
112
+ case E:
113
+ n = e._payload, e = e._init;
114
+ try {
115
+ return t(e(n));
116
+ } catch {}
117
+ }
118
+ return null;
119
+ }
120
+ function r(e) {
121
+ return "" + e;
122
+ }
123
+ function i(e) {
124
+ try {
125
+ r(e);
126
+ var t = !1;
127
+ } catch {
128
+ t = !0;
129
+ }
130
+ if (t) {
131
+ t = console;
132
+ var n = t.error, i = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
133
+ return n.call(t, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", i), r(e);
134
+ }
135
+ }
136
+ function a(e) {
137
+ if (e === v) return "<>";
138
+ if (typeof e == "object" && e && e.$$typeof === E) return "<...>";
139
+ try {
140
+ var n = t(e);
141
+ return n ? "<" + n + ">" : "<...>";
142
+ } catch {
143
+ return "<...>";
144
+ }
145
+ }
146
+ function o() {
147
+ var e = O.A;
148
+ return e === null ? null : e.getOwner();
149
+ }
150
+ function s() {
151
+ return Error("react-stack-top-frame");
152
+ }
153
+ function c(e) {
154
+ if (k.call(e, "key")) {
155
+ var t = Object.getOwnPropertyDescriptor(e, "key").get;
156
+ if (t && t.isReactWarning) return !1;
157
+ }
158
+ return e.key !== void 0;
159
+ }
160
+ function l(e, t) {
161
+ function n() {
162
+ M || (M = !0, console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)", t));
163
+ }
164
+ n.isReactWarning = !0, Object.defineProperty(e, "key", {
165
+ get: n,
166
+ configurable: !0
167
+ });
168
+ }
169
+ function u() {
170
+ var e = t(this.type);
171
+ return N[e] || (N[e] = !0, console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")), e = this.props.ref, e === void 0 ? null : e;
172
+ }
173
+ function d(e, t, n, r, i, a) {
174
+ var o = n.ref;
175
+ return e = {
176
+ $$typeof: g,
177
+ type: e,
178
+ key: t,
179
+ props: n,
180
+ _owner: r
181
+ }, (o === void 0 ? null : o) === null ? Object.defineProperty(e, "ref", {
182
+ enumerable: !1,
183
+ value: null
184
+ }) : Object.defineProperty(e, "ref", {
185
+ enumerable: !1,
186
+ get: u
187
+ }), e._store = {}, Object.defineProperty(e._store, "validated", {
188
+ configurable: !1,
189
+ enumerable: !1,
190
+ writable: !0,
191
+ value: 0
192
+ }), Object.defineProperty(e, "_debugInfo", {
193
+ configurable: !1,
194
+ enumerable: !1,
195
+ writable: !0,
196
+ value: null
197
+ }), Object.defineProperty(e, "_debugStack", {
198
+ configurable: !1,
199
+ enumerable: !1,
200
+ writable: !0,
201
+ value: i
202
+ }), Object.defineProperty(e, "_debugTask", {
203
+ configurable: !1,
204
+ enumerable: !1,
205
+ writable: !0,
206
+ value: a
207
+ }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
208
+ }
209
+ function f(e, n, r, a, s, u) {
210
+ var f = n.children;
211
+ if (f !== void 0) if (a) if (A(f)) {
212
+ for (a = 0; a < f.length; a++) p(f[a]);
213
+ Object.freeze && Object.freeze(f);
214
+ } else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
215
+ else p(f);
216
+ if (k.call(n, "key")) {
217
+ f = t(e);
218
+ var m = Object.keys(n).filter(function(e) {
219
+ return e !== "key";
220
+ });
221
+ a = 0 < m.length ? "{key: someKey, " + m.join(": ..., ") + ": ...}" : "{key: someKey}", I[f + a] || (m = 0 < m.length ? "{" + m.join(": ..., ") + ": ...}" : "{}", console.error("A props object containing a \"key\" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />", a, f, m, f), I[f + a] = !0);
222
+ }
223
+ if (f = null, r !== void 0 && (i(r), f = "" + r), c(n) && (i(n.key), f = "" + n.key), "key" in n) for (var h in r = {}, n) h !== "key" && (r[h] = n[h]);
224
+ else r = n;
225
+ return f && l(r, typeof e == "function" ? e.displayName || e.name || "Unknown" : e), d(e, f, r, o(), s, u);
226
+ }
227
+ function p(e) {
228
+ m(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e && e.$$typeof === E && (e._payload.status === "fulfilled" ? m(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
229
+ }
230
+ function m(e) {
231
+ return typeof e == "object" && !!e && e.$$typeof === g;
232
+ }
233
+ var h = n("react"), g = Symbol.for("react.transitional.element"), _ = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), b = Symbol.for("react.profiler"), x = Symbol.for("react.consumer"), S = Symbol.for("react.context"), C = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), T = Symbol.for("react.suspense_list"), ee = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), D = Symbol.for("react.activity"), te = Symbol.for("react.client.reference"), O = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, k = Object.prototype.hasOwnProperty, A = Array.isArray, j = console.createTask ? console.createTask : function() {
234
+ return null;
235
+ };
236
+ h = { react_stack_bottom_frame: function(e) {
237
+ return e();
238
+ } };
239
+ var M, N = {}, P = h.react_stack_bottom_frame.bind(h, s)(), F = j(a(s)), I = {};
240
+ e.Fragment = v, e.jsx = function(e, t, n) {
241
+ var r = 1e4 > O.recentlyCreatedOwnerStacks++;
242
+ return f(e, t, n, !1, r ? Error("react-stack-top-frame") : P, r ? j(a(e)) : F);
243
+ }, e.jsxs = function(e, t, n) {
244
+ var r = 1e4 > O.recentlyCreatedOwnerStacks++;
245
+ return f(e, t, n, !0, r ? Error("react-stack-top-frame") : P, r ? j(a(e)) : F);
246
+ };
247
+ })();
248
+ })), f = (/* @__PURE__ */ t(((e, t) => {
249
+ process.env.NODE_ENV === "production" ? t.exports = u() : t.exports = d();
250
+ })))();
251
+ /* @__NO_SIDE_EFFECTS__ */
252
+ function p(t) {
253
+ let n = /* @__PURE__ */ h(t), r = e.forwardRef((t, r) => {
254
+ let { children: i, ...a } = t, o = e.Children.toArray(i), s = o.find(_);
255
+ if (s) {
256
+ let t = s.props.children, i = o.map((n) => n === s ? e.Children.count(t) > 1 ? e.Children.only(null) : e.isValidElement(t) ? t.props.children : null : n);
257
+ return /* @__PURE__ */ (0, f.jsx)(n, {
258
+ ...a,
259
+ ref: r,
260
+ children: e.isValidElement(t) ? e.cloneElement(t, void 0, i) : null
261
+ });
262
+ }
263
+ return /* @__PURE__ */ (0, f.jsx)(n, {
264
+ ...a,
265
+ ref: r,
266
+ children: i
267
+ });
268
+ });
269
+ return r.displayName = `${t}.Slot`, r;
270
+ }
271
+ var m = /* @__PURE__ */ p("Slot");
272
+ /* @__NO_SIDE_EFFECTS__ */
273
+ function h(t) {
274
+ let n = e.forwardRef((t, n) => {
275
+ let { children: r, ...i } = t;
276
+ if (e.isValidElement(r)) {
277
+ let t = y(r), a = v(i, r.props);
278
+ return r.type !== e.Fragment && (a.ref = n ? l(n, t) : t), e.cloneElement(r, a);
279
+ }
280
+ return e.Children.count(r) > 1 ? e.Children.only(null) : null;
281
+ });
282
+ return n.displayName = `${t}.SlotClone`, n;
283
+ }
284
+ var g = Symbol("radix.slottable");
285
+ function _(t) {
286
+ return e.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId === g;
287
+ }
288
+ function v(e, t) {
289
+ let n = { ...t };
290
+ for (let r in t) {
291
+ let i = e[r], a = t[r];
292
+ /^on[A-Z]/.test(r) ? i && a ? n[r] = (...e) => {
293
+ let t = a(...e);
294
+ return i(...e), t;
295
+ } : i && (n[r] = i) : r === "style" ? n[r] = {
296
+ ...i,
297
+ ...a
298
+ } : r === "className" && (n[r] = [i, a].filter(Boolean).join(" "));
299
+ }
300
+ return {
301
+ ...e,
302
+ ...n
303
+ };
304
+ }
305
+ function y(e) {
306
+ let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
307
+ return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
308
+ }
309
+ //#endregion
310
+ //#region node_modules/tailwind-merge/dist/bundle-mjs.mjs
311
+ var b = (e, t) => {
312
+ let n = Array(e.length + t.length);
313
+ for (let t = 0; t < e.length; t++) n[t] = e[t];
314
+ for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
315
+ return n;
316
+ }, x = (e, t) => ({
317
+ classGroupId: e,
318
+ validator: t
319
+ }), S = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
320
+ nextPart: e,
321
+ validators: t,
322
+ classGroupId: n
323
+ }), C = "-", w = [], T = "arbitrary..", ee = (e) => {
324
+ let t = te(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
325
+ return {
326
+ getClassGroupId: (e) => {
327
+ if (e.startsWith("[") && e.endsWith("]")) return D(e);
328
+ let n = e.split(C);
329
+ return E(n, +(n[0] === "" && n.length > 1), t);
330
+ },
331
+ getConflictingClassGroupIds: (e, t) => {
332
+ if (t) {
333
+ let t = r[e], i = n[e];
334
+ return t ? i ? b(i, t) : t : i || w;
335
+ }
336
+ return n[e] || w;
337
+ }
338
+ };
339
+ }, E = (e, t, n) => {
340
+ if (e.length - t === 0) return n.classGroupId;
341
+ let r = e[t], i = n.nextPart.get(r);
342
+ if (i) {
343
+ let n = E(e, t + 1, i);
344
+ if (n) return n;
345
+ }
346
+ let a = n.validators;
347
+ if (a === null) return;
348
+ let o = t === 0 ? e.join(C) : e.slice(t).join(C), s = a.length;
349
+ for (let e = 0; e < s; e++) {
350
+ let t = a[e];
351
+ if (t.validator(o)) return t.classGroupId;
352
+ }
353
+ }, D = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
354
+ let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
355
+ return r ? T + r : void 0;
356
+ })(), te = (e) => {
357
+ let { theme: t, classGroups: n } = e;
358
+ return O(n, t);
359
+ }, O = (e, t) => {
360
+ let n = S();
361
+ for (let r in e) {
362
+ let i = e[r];
363
+ k(i, n, r, t);
364
+ }
365
+ return n;
366
+ }, k = (e, t, n, r) => {
367
+ let i = e.length;
368
+ for (let a = 0; a < i; a++) {
369
+ let i = e[a];
370
+ A(i, t, n, r);
371
+ }
372
+ }, A = (e, t, n, r) => {
373
+ if (typeof e == "string") {
374
+ j(e, t, n);
375
+ return;
376
+ }
377
+ if (typeof e == "function") {
378
+ M(e, t, n, r);
379
+ return;
380
+ }
381
+ N(e, t, n, r);
382
+ }, j = (e, t, n) => {
383
+ let r = e === "" ? t : P(t, e);
384
+ r.classGroupId = n;
385
+ }, M = (e, t, n, r) => {
386
+ if (F(e)) {
387
+ k(e(r), t, n, r);
388
+ return;
389
+ }
390
+ t.validators === null && (t.validators = []), t.validators.push(x(n, e));
391
+ }, N = (e, t, n, r) => {
392
+ let i = Object.entries(e), a = i.length;
393
+ for (let e = 0; e < a; e++) {
394
+ let [a, o] = i[e];
395
+ k(o, P(t, a), n, r);
396
+ }
397
+ }, P = (e, t) => {
398
+ let n = e, r = t.split(C), i = r.length;
399
+ for (let e = 0; e < i; e++) {
400
+ let t = r[e], i = n.nextPart.get(t);
401
+ i || (i = S(), n.nextPart.set(t, i)), n = i;
402
+ }
403
+ return n;
404
+ }, F = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, I = (e) => {
405
+ if (e < 1) return {
406
+ get: () => void 0,
407
+ set: () => {}
408
+ };
409
+ let t = 0, n = Object.create(null), r = Object.create(null), i = (i, a) => {
410
+ n[i] = a, t++, t > e && (t = 0, r = n, n = Object.create(null));
411
+ };
412
+ return {
413
+ get(e) {
414
+ let t = n[e];
415
+ if (t !== void 0) return t;
416
+ if ((t = r[e]) !== void 0) return i(e, t), t;
417
+ },
418
+ set(e, t) {
419
+ e in n ? n[e] = t : i(e, t);
420
+ }
421
+ };
422
+ }, L = "!", R = ":", z = [], B = (e, t, n, r, i) => ({
423
+ modifiers: e,
424
+ hasImportantModifier: t,
425
+ baseClassName: n,
426
+ maybePostfixModifierPosition: r,
427
+ isExternal: i
428
+ }), V = (e) => {
429
+ let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
430
+ let t = [], n = 0, r = 0, i = 0, a, o = e.length;
431
+ for (let s = 0; s < o; s++) {
432
+ let o = e[s];
433
+ if (n === 0 && r === 0) {
434
+ if (o === R) {
435
+ t.push(e.slice(i, s)), i = s + 1;
436
+ continue;
437
+ }
438
+ if (o === "/") {
439
+ a = s;
440
+ continue;
441
+ }
442
+ }
443
+ o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
444
+ }
445
+ let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
446
+ s.endsWith(L) ? (c = s.slice(0, -1), l = !0) : s.startsWith(L) && (c = s.slice(1), l = !0);
447
+ let u = a && a > i ? a - i : void 0;
448
+ return B(t, l, c, u);
449
+ };
450
+ if (t) {
451
+ let e = t + R, n = r;
452
+ r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : B(z, !1, t, void 0, !0);
453
+ }
454
+ if (n) {
455
+ let e = r;
456
+ r = (t) => n({
457
+ className: t,
458
+ parseClassName: e
459
+ });
460
+ }
461
+ return r;
462
+ }, ne = (e) => {
463
+ let t = /* @__PURE__ */ new Map();
464
+ return e.orderSensitiveModifiers.forEach((e, n) => {
465
+ t.set(e, 1e6 + n);
466
+ }), (e) => {
467
+ let n = [], r = [];
468
+ for (let i = 0; i < e.length; i++) {
469
+ let a = e[i], o = a[0] === "[", s = t.has(a);
470
+ o || s ? (r.length > 0 && (r.sort(), n.push(...r), r = []), n.push(a)) : r.push(a);
471
+ }
472
+ return r.length > 0 && (r.sort(), n.push(...r)), n;
473
+ };
474
+ }, H = (e) => ({
475
+ cache: I(e.cacheSize),
476
+ parseClassName: V(e),
477
+ sortModifiers: ne(e),
478
+ postfixLookupClassGroupIds: re(e),
479
+ ...ee(e)
480
+ }), re = (e) => {
481
+ let t = Object.create(null), n = e.postfixLookupClassGroups;
482
+ if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
483
+ return t;
484
+ }, ie = /\s+/, ae = (e, t) => {
485
+ let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(ie), l = "";
486
+ for (let e = c.length - 1; e >= 0; --e) {
487
+ let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
488
+ if (u) {
489
+ l = t + (l.length > 0 ? " " + l : l);
490
+ continue;
491
+ }
492
+ let h = !!m, g;
493
+ if (h) {
494
+ g = r(p.substring(0, m));
495
+ let e = g && o[g] ? r(p) : void 0;
496
+ e && e !== g && (g = e, h = !1);
497
+ } else g = r(p);
498
+ if (!g) {
499
+ if (!h) {
500
+ l = t + (l.length > 0 ? " " + l : l);
501
+ continue;
502
+ }
503
+ if (g = r(p), !g) {
504
+ l = t + (l.length > 0 ? " " + l : l);
505
+ continue;
506
+ }
507
+ h = !1;
508
+ }
509
+ let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), v = f ? _ + L : _, y = v + g;
510
+ if (s.indexOf(y) > -1) continue;
511
+ s.push(y);
512
+ let b = i(g, h);
513
+ for (let e = 0; e < b.length; ++e) {
514
+ let t = b[e];
515
+ s.push(v + t);
516
+ }
517
+ l = t + (l.length > 0 ? " " + l : l);
518
+ }
519
+ return l;
520
+ }, oe = (...e) => {
521
+ let t = 0, n, r, i = "";
522
+ for (; t < e.length;) (n = e[t++]) && (r = U(n)) && (i && (i += " "), i += r);
523
+ return i;
524
+ }, U = (e) => {
525
+ if (typeof e == "string") return e;
526
+ let t, n = "";
527
+ for (let r = 0; r < e.length; r++) e[r] && (t = U(e[r])) && (n && (n += " "), n += t);
528
+ return n;
529
+ }, se = (e, ...t) => {
530
+ let n, r, i, a, o = (o) => (n = H(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
531
+ let t = r(e);
532
+ if (t) return t;
533
+ let a = ae(e, n);
534
+ return i(e, a), a;
535
+ };
536
+ return a = o, (...e) => a(oe(...e));
537
+ }, ce = [], W = (e) => {
538
+ let t = (t) => t[e] || ce;
539
+ return t.isThemeGetter = !0, t;
540
+ }, le = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ue = /^\((?:(\w[\w-]*):)?(.+)\)$/i, de = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, fe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, pe = /\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$/, me = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, he = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ge = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, G = (e) => de.test(e), K = (e) => !!e && !Number.isNaN(Number(e)), q = (e) => !!e && Number.isInteger(Number(e)), _e = (e) => e.endsWith("%") && K(e.slice(0, -1)), J = (e) => fe.test(e), ve = () => !0, ye = (e) => pe.test(e) && !me.test(e), be = () => !1, xe = (e) => he.test(e), Se = (e) => ge.test(e), Ce = (e) => !Y(e) && !Z(e), we = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), Te = (e) => Q(e, Ve, be), Y = (e) => le.test(e), X = (e) => Q(e, He, ye), Ee = (e) => Q(e, Ue, K), De = (e) => Q(e, Ge, ve), Oe = (e) => Q(e, We, be), ke = (e) => Q(e, ze, be), Ae = (e) => Q(e, Be, Se), je = (e) => Q(e, Ke, xe), Z = (e) => ue.test(e), Me = (e) => $(e, He), Ne = (e) => $(e, We), Pe = (e) => $(e, ze), Fe = (e) => $(e, Ve), Ie = (e) => $(e, Be), Le = (e) => $(e, Ke, !0), Re = (e) => $(e, Ge, !0), Q = (e, t, n) => {
541
+ let r = le.exec(e);
542
+ return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
543
+ }, $ = (e, t, n = !1) => {
544
+ let r = ue.exec(e);
545
+ return r ? r[1] ? t(r[1]) : n : !1;
546
+ }, ze = (e) => e === "position" || e === "percentage", Be = (e) => e === "image" || e === "url", Ve = (e) => e === "length" || e === "size" || e === "bg-size", He = (e) => e === "length", Ue = (e) => e === "number", We = (e) => e === "family-name", Ge = (e) => e === "number" || e === "weight", Ke = (e) => e === "shadow", qe = /* @__PURE__ */ se(() => {
547
+ let e = W("color"), t = W("font"), n = W("text"), r = W("font-weight"), i = W("tracking"), a = W("leading"), o = W("breakpoint"), s = W("container"), c = W("spacing"), l = W("radius"), u = W("shadow"), d = W("inset-shadow"), f = W("text-shadow"), p = W("drop-shadow"), m = W("blur"), h = W("perspective"), g = W("aspect"), _ = W("ease"), v = W("animate"), y = () => [
548
+ "auto",
549
+ "avoid",
550
+ "all",
551
+ "avoid-page",
552
+ "page",
553
+ "left",
554
+ "right",
555
+ "column"
556
+ ], b = () => [
557
+ "center",
558
+ "top",
559
+ "bottom",
560
+ "left",
561
+ "right",
562
+ "top-left",
563
+ "left-top",
564
+ "top-right",
565
+ "right-top",
566
+ "bottom-right",
567
+ "right-bottom",
568
+ "bottom-left",
569
+ "left-bottom"
570
+ ], x = () => [
571
+ ...b(),
572
+ Z,
573
+ Y
574
+ ], S = () => [
575
+ "auto",
576
+ "hidden",
577
+ "clip",
578
+ "visible",
579
+ "scroll"
580
+ ], C = () => [
581
+ "auto",
582
+ "contain",
583
+ "none"
584
+ ], w = () => [
585
+ Z,
586
+ Y,
587
+ c
588
+ ], T = () => [
589
+ G,
590
+ "full",
591
+ "auto",
592
+ ...w()
593
+ ], ee = () => [
594
+ q,
595
+ "none",
596
+ "subgrid",
597
+ Z,
598
+ Y
599
+ ], E = () => [
600
+ "auto",
601
+ { span: [
602
+ "full",
603
+ q,
604
+ Z,
605
+ Y
606
+ ] },
607
+ q,
608
+ Z,
609
+ Y
610
+ ], D = () => [
611
+ q,
612
+ "auto",
613
+ Z,
614
+ Y
615
+ ], te = () => [
616
+ "auto",
617
+ "min",
618
+ "max",
619
+ "fr",
620
+ Z,
621
+ Y
622
+ ], O = () => [
623
+ "start",
624
+ "end",
625
+ "center",
626
+ "between",
627
+ "around",
628
+ "evenly",
629
+ "stretch",
630
+ "baseline",
631
+ "center-safe",
632
+ "end-safe"
633
+ ], k = () => [
634
+ "start",
635
+ "end",
636
+ "center",
637
+ "stretch",
638
+ "center-safe",
639
+ "end-safe"
640
+ ], A = () => ["auto", ...w()], j = () => [
641
+ G,
642
+ "auto",
643
+ "full",
644
+ "dvw",
645
+ "dvh",
646
+ "lvw",
647
+ "lvh",
648
+ "svw",
649
+ "svh",
650
+ "min",
651
+ "max",
652
+ "fit",
653
+ ...w()
654
+ ], M = () => [
655
+ G,
656
+ "screen",
657
+ "full",
658
+ "dvw",
659
+ "lvw",
660
+ "svw",
661
+ "min",
662
+ "max",
663
+ "fit",
664
+ ...w()
665
+ ], N = () => [
666
+ G,
667
+ "screen",
668
+ "full",
669
+ "lh",
670
+ "dvh",
671
+ "lvh",
672
+ "svh",
673
+ "min",
674
+ "max",
675
+ "fit",
676
+ ...w()
677
+ ], P = () => [
678
+ e,
679
+ Z,
680
+ Y
681
+ ], F = () => [
682
+ ...b(),
683
+ Pe,
684
+ ke,
685
+ { position: [Z, Y] }
686
+ ], I = () => ["no-repeat", { repeat: [
687
+ "",
688
+ "x",
689
+ "y",
690
+ "space",
691
+ "round"
692
+ ] }], L = () => [
693
+ "auto",
694
+ "cover",
695
+ "contain",
696
+ Fe,
697
+ Te,
698
+ { size: [Z, Y] }
699
+ ], R = () => [
700
+ _e,
701
+ Me,
702
+ X
703
+ ], z = () => [
704
+ "",
705
+ "none",
706
+ "full",
707
+ l,
708
+ Z,
709
+ Y
710
+ ], B = () => [
711
+ "",
712
+ K,
713
+ Me,
714
+ X
715
+ ], V = () => [
716
+ "solid",
717
+ "dashed",
718
+ "dotted",
719
+ "double"
720
+ ], ne = () => [
721
+ "normal",
722
+ "multiply",
723
+ "screen",
724
+ "overlay",
725
+ "darken",
726
+ "lighten",
727
+ "color-dodge",
728
+ "color-burn",
729
+ "hard-light",
730
+ "soft-light",
731
+ "difference",
732
+ "exclusion",
733
+ "hue",
734
+ "saturation",
735
+ "color",
736
+ "luminosity"
737
+ ], H = () => [
738
+ K,
739
+ _e,
740
+ Pe,
741
+ ke
742
+ ], re = () => [
743
+ "",
744
+ "none",
745
+ m,
746
+ Z,
747
+ Y
748
+ ], ie = () => [
749
+ "none",
750
+ K,
751
+ Z,
752
+ Y
753
+ ], ae = () => [
754
+ "none",
755
+ K,
756
+ Z,
757
+ Y
758
+ ], oe = () => [
759
+ K,
760
+ Z,
761
+ Y
762
+ ], U = () => [
763
+ G,
764
+ "full",
765
+ ...w()
766
+ ];
767
+ return {
768
+ cacheSize: 500,
769
+ theme: {
770
+ animate: [
771
+ "spin",
772
+ "ping",
773
+ "pulse",
774
+ "bounce"
775
+ ],
776
+ aspect: ["video"],
777
+ blur: [J],
778
+ breakpoint: [J],
779
+ color: [ve],
780
+ container: [J],
781
+ "drop-shadow": [J],
782
+ ease: [
783
+ "in",
784
+ "out",
785
+ "in-out"
786
+ ],
787
+ font: [Ce],
788
+ "font-weight": [
789
+ "thin",
790
+ "extralight",
791
+ "light",
792
+ "normal",
793
+ "medium",
794
+ "semibold",
795
+ "bold",
796
+ "extrabold",
797
+ "black"
798
+ ],
799
+ "inset-shadow": [J],
800
+ leading: [
801
+ "none",
802
+ "tight",
803
+ "snug",
804
+ "normal",
805
+ "relaxed",
806
+ "loose"
807
+ ],
808
+ perspective: [
809
+ "dramatic",
810
+ "near",
811
+ "normal",
812
+ "midrange",
813
+ "distant",
814
+ "none"
815
+ ],
816
+ radius: [J],
817
+ shadow: [J],
818
+ spacing: ["px", K],
819
+ text: [J],
820
+ "text-shadow": [J],
821
+ tracking: [
822
+ "tighter",
823
+ "tight",
824
+ "normal",
825
+ "wide",
826
+ "wider",
827
+ "widest"
828
+ ]
829
+ },
830
+ classGroups: {
831
+ aspect: [{ aspect: [
832
+ "auto",
833
+ "square",
834
+ G,
835
+ Y,
836
+ Z,
837
+ g
838
+ ] }],
839
+ container: ["container"],
840
+ "container-type": [{ "@container": [
841
+ "",
842
+ "normal",
843
+ "size",
844
+ Z,
845
+ Y
846
+ ] }],
847
+ "container-named": [we],
848
+ columns: [{ columns: [
849
+ K,
850
+ Y,
851
+ Z,
852
+ s
853
+ ] }],
854
+ "break-after": [{ "break-after": y() }],
855
+ "break-before": [{ "break-before": y() }],
856
+ "break-inside": [{ "break-inside": [
857
+ "auto",
858
+ "avoid",
859
+ "avoid-page",
860
+ "avoid-column"
861
+ ] }],
862
+ "box-decoration": [{ "box-decoration": ["slice", "clone"] }],
863
+ box: [{ box: ["border", "content"] }],
864
+ display: [
865
+ "block",
866
+ "inline-block",
867
+ "inline",
868
+ "flex",
869
+ "inline-flex",
870
+ "table",
871
+ "inline-table",
872
+ "table-caption",
873
+ "table-cell",
874
+ "table-column",
875
+ "table-column-group",
876
+ "table-footer-group",
877
+ "table-header-group",
878
+ "table-row-group",
879
+ "table-row",
880
+ "flow-root",
881
+ "grid",
882
+ "inline-grid",
883
+ "contents",
884
+ "list-item",
885
+ "hidden"
886
+ ],
887
+ sr: ["sr-only", "not-sr-only"],
888
+ float: [{ float: [
889
+ "right",
890
+ "left",
891
+ "none",
892
+ "start",
893
+ "end"
894
+ ] }],
895
+ clear: [{ clear: [
896
+ "left",
897
+ "right",
898
+ "both",
899
+ "none",
900
+ "start",
901
+ "end"
902
+ ] }],
903
+ isolation: ["isolate", "isolation-auto"],
904
+ "object-fit": [{ object: [
905
+ "contain",
906
+ "cover",
907
+ "fill",
908
+ "none",
909
+ "scale-down"
910
+ ] }],
911
+ "object-position": [{ object: x() }],
912
+ overflow: [{ overflow: S() }],
913
+ "overflow-x": [{ "overflow-x": S() }],
914
+ "overflow-y": [{ "overflow-y": S() }],
915
+ overscroll: [{ overscroll: C() }],
916
+ "overscroll-x": [{ "overscroll-x": C() }],
917
+ "overscroll-y": [{ "overscroll-y": C() }],
918
+ position: [
919
+ "static",
920
+ "fixed",
921
+ "absolute",
922
+ "relative",
923
+ "sticky"
924
+ ],
925
+ inset: [{ inset: T() }],
926
+ "inset-x": [{ "inset-x": T() }],
927
+ "inset-y": [{ "inset-y": T() }],
928
+ start: [{
929
+ "inset-s": T(),
930
+ start: T()
931
+ }],
932
+ end: [{
933
+ "inset-e": T(),
934
+ end: T()
935
+ }],
936
+ "inset-bs": [{ "inset-bs": T() }],
937
+ "inset-be": [{ "inset-be": T() }],
938
+ top: [{ top: T() }],
939
+ right: [{ right: T() }],
940
+ bottom: [{ bottom: T() }],
941
+ left: [{ left: T() }],
942
+ visibility: [
943
+ "visible",
944
+ "invisible",
945
+ "collapse"
946
+ ],
947
+ z: [{ z: [
948
+ q,
949
+ "auto",
950
+ Z,
951
+ Y
952
+ ] }],
953
+ basis: [{ basis: [
954
+ G,
955
+ "full",
956
+ "auto",
957
+ s,
958
+ ...w()
959
+ ] }],
960
+ "flex-direction": [{ flex: [
961
+ "row",
962
+ "row-reverse",
963
+ "col",
964
+ "col-reverse"
965
+ ] }],
966
+ "flex-wrap": [{ flex: [
967
+ "nowrap",
968
+ "wrap",
969
+ "wrap-reverse"
970
+ ] }],
971
+ flex: [{ flex: [
972
+ K,
973
+ G,
974
+ "auto",
975
+ "initial",
976
+ "none",
977
+ Y
978
+ ] }],
979
+ grow: [{ grow: [
980
+ "",
981
+ K,
982
+ Z,
983
+ Y
984
+ ] }],
985
+ shrink: [{ shrink: [
986
+ "",
987
+ K,
988
+ Z,
989
+ Y
990
+ ] }],
991
+ order: [{ order: [
992
+ q,
993
+ "first",
994
+ "last",
995
+ "none",
996
+ Z,
997
+ Y
998
+ ] }],
999
+ "grid-cols": [{ "grid-cols": ee() }],
1000
+ "col-start-end": [{ col: E() }],
1001
+ "col-start": [{ "col-start": D() }],
1002
+ "col-end": [{ "col-end": D() }],
1003
+ "grid-rows": [{ "grid-rows": ee() }],
1004
+ "row-start-end": [{ row: E() }],
1005
+ "row-start": [{ "row-start": D() }],
1006
+ "row-end": [{ "row-end": D() }],
1007
+ "grid-flow": [{ "grid-flow": [
1008
+ "row",
1009
+ "col",
1010
+ "dense",
1011
+ "row-dense",
1012
+ "col-dense"
1013
+ ] }],
1014
+ "auto-cols": [{ "auto-cols": te() }],
1015
+ "auto-rows": [{ "auto-rows": te() }],
1016
+ gap: [{ gap: w() }],
1017
+ "gap-x": [{ "gap-x": w() }],
1018
+ "gap-y": [{ "gap-y": w() }],
1019
+ "justify-content": [{ justify: [...O(), "normal"] }],
1020
+ "justify-items": [{ "justify-items": [...k(), "normal"] }],
1021
+ "justify-self": [{ "justify-self": ["auto", ...k()] }],
1022
+ "align-content": [{ content: ["normal", ...O()] }],
1023
+ "align-items": [{ items: [...k(), { baseline: ["", "last"] }] }],
1024
+ "align-self": [{ self: [
1025
+ "auto",
1026
+ ...k(),
1027
+ { baseline: ["", "last"] }
1028
+ ] }],
1029
+ "place-content": [{ "place-content": O() }],
1030
+ "place-items": [{ "place-items": [...k(), "baseline"] }],
1031
+ "place-self": [{ "place-self": ["auto", ...k()] }],
1032
+ p: [{ p: w() }],
1033
+ px: [{ px: w() }],
1034
+ py: [{ py: w() }],
1035
+ ps: [{ ps: w() }],
1036
+ pe: [{ pe: w() }],
1037
+ pbs: [{ pbs: w() }],
1038
+ pbe: [{ pbe: w() }],
1039
+ pt: [{ pt: w() }],
1040
+ pr: [{ pr: w() }],
1041
+ pb: [{ pb: w() }],
1042
+ pl: [{ pl: w() }],
1043
+ m: [{ m: A() }],
1044
+ mx: [{ mx: A() }],
1045
+ my: [{ my: A() }],
1046
+ ms: [{ ms: A() }],
1047
+ me: [{ me: A() }],
1048
+ mbs: [{ mbs: A() }],
1049
+ mbe: [{ mbe: A() }],
1050
+ mt: [{ mt: A() }],
1051
+ mr: [{ mr: A() }],
1052
+ mb: [{ mb: A() }],
1053
+ ml: [{ ml: A() }],
1054
+ "space-x": [{ "space-x": w() }],
1055
+ "space-x-reverse": ["space-x-reverse"],
1056
+ "space-y": [{ "space-y": w() }],
1057
+ "space-y-reverse": ["space-y-reverse"],
1058
+ size: [{ size: j() }],
1059
+ "inline-size": [{ inline: ["auto", ...M()] }],
1060
+ "min-inline-size": [{ "min-inline": ["auto", ...M()] }],
1061
+ "max-inline-size": [{ "max-inline": ["none", ...M()] }],
1062
+ "block-size": [{ block: ["auto", ...N()] }],
1063
+ "min-block-size": [{ "min-block": ["auto", ...N()] }],
1064
+ "max-block-size": [{ "max-block": ["none", ...N()] }],
1065
+ w: [{ w: [
1066
+ s,
1067
+ "screen",
1068
+ ...j()
1069
+ ] }],
1070
+ "min-w": [{ "min-w": [
1071
+ s,
1072
+ "screen",
1073
+ "none",
1074
+ ...j()
1075
+ ] }],
1076
+ "max-w": [{ "max-w": [
1077
+ s,
1078
+ "screen",
1079
+ "none",
1080
+ "prose",
1081
+ { screen: [o] },
1082
+ ...j()
1083
+ ] }],
1084
+ h: [{ h: [
1085
+ "screen",
1086
+ "lh",
1087
+ ...j()
1088
+ ] }],
1089
+ "min-h": [{ "min-h": [
1090
+ "screen",
1091
+ "lh",
1092
+ "none",
1093
+ ...j()
1094
+ ] }],
1095
+ "max-h": [{ "max-h": [
1096
+ "screen",
1097
+ "lh",
1098
+ ...j()
1099
+ ] }],
1100
+ "font-size": [{ text: [
1101
+ "base",
1102
+ n,
1103
+ Me,
1104
+ X
1105
+ ] }],
1106
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
1107
+ "font-style": ["italic", "not-italic"],
1108
+ "font-weight": [{ font: [
1109
+ r,
1110
+ Re,
1111
+ De
1112
+ ] }],
1113
+ "font-stretch": [{ "font-stretch": [
1114
+ "ultra-condensed",
1115
+ "extra-condensed",
1116
+ "condensed",
1117
+ "semi-condensed",
1118
+ "normal",
1119
+ "semi-expanded",
1120
+ "expanded",
1121
+ "extra-expanded",
1122
+ "ultra-expanded",
1123
+ _e,
1124
+ Y
1125
+ ] }],
1126
+ "font-family": [{ font: [
1127
+ Ne,
1128
+ Oe,
1129
+ t
1130
+ ] }],
1131
+ "font-features": [{ "font-features": [Y] }],
1132
+ "fvn-normal": ["normal-nums"],
1133
+ "fvn-ordinal": ["ordinal"],
1134
+ "fvn-slashed-zero": ["slashed-zero"],
1135
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
1136
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
1137
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1138
+ tracking: [{ tracking: [
1139
+ i,
1140
+ Z,
1141
+ Y
1142
+ ] }],
1143
+ "line-clamp": [{ "line-clamp": [
1144
+ K,
1145
+ "none",
1146
+ Z,
1147
+ Ee
1148
+ ] }],
1149
+ leading: [{ leading: [a, ...w()] }],
1150
+ "list-image": [{ "list-image": [
1151
+ "none",
1152
+ Z,
1153
+ Y
1154
+ ] }],
1155
+ "list-style-position": [{ list: ["inside", "outside"] }],
1156
+ "list-style-type": [{ list: [
1157
+ "disc",
1158
+ "decimal",
1159
+ "none",
1160
+ Z,
1161
+ Y
1162
+ ] }],
1163
+ "text-alignment": [{ text: [
1164
+ "left",
1165
+ "center",
1166
+ "right",
1167
+ "justify",
1168
+ "start",
1169
+ "end"
1170
+ ] }],
1171
+ "placeholder-color": [{ placeholder: P() }],
1172
+ "text-color": [{ text: P() }],
1173
+ "text-decoration": [
1174
+ "underline",
1175
+ "overline",
1176
+ "line-through",
1177
+ "no-underline"
1178
+ ],
1179
+ "text-decoration-style": [{ decoration: [...V(), "wavy"] }],
1180
+ "text-decoration-thickness": [{ decoration: [
1181
+ K,
1182
+ "from-font",
1183
+ "auto",
1184
+ Z,
1185
+ X
1186
+ ] }],
1187
+ "text-decoration-color": [{ decoration: P() }],
1188
+ "underline-offset": [{ "underline-offset": [
1189
+ K,
1190
+ "auto",
1191
+ Z,
1192
+ Y
1193
+ ] }],
1194
+ "text-transform": [
1195
+ "uppercase",
1196
+ "lowercase",
1197
+ "capitalize",
1198
+ "normal-case"
1199
+ ],
1200
+ "text-overflow": [
1201
+ "truncate",
1202
+ "text-ellipsis",
1203
+ "text-clip"
1204
+ ],
1205
+ "text-wrap": [{ text: [
1206
+ "wrap",
1207
+ "nowrap",
1208
+ "balance",
1209
+ "pretty"
1210
+ ] }],
1211
+ indent: [{ indent: w() }],
1212
+ "tab-size": [{ tab: [
1213
+ q,
1214
+ Z,
1215
+ Y
1216
+ ] }],
1217
+ "vertical-align": [{ align: [
1218
+ "baseline",
1219
+ "top",
1220
+ "middle",
1221
+ "bottom",
1222
+ "text-top",
1223
+ "text-bottom",
1224
+ "sub",
1225
+ "super",
1226
+ Z,
1227
+ Y
1228
+ ] }],
1229
+ whitespace: [{ whitespace: [
1230
+ "normal",
1231
+ "nowrap",
1232
+ "pre",
1233
+ "pre-line",
1234
+ "pre-wrap",
1235
+ "break-spaces"
1236
+ ] }],
1237
+ break: [{ break: [
1238
+ "normal",
1239
+ "words",
1240
+ "all",
1241
+ "keep"
1242
+ ] }],
1243
+ wrap: [{ wrap: [
1244
+ "break-word",
1245
+ "anywhere",
1246
+ "normal"
1247
+ ] }],
1248
+ hyphens: [{ hyphens: [
1249
+ "none",
1250
+ "manual",
1251
+ "auto"
1252
+ ] }],
1253
+ content: [{ content: [
1254
+ "none",
1255
+ Z,
1256
+ Y
1257
+ ] }],
1258
+ "bg-attachment": [{ bg: [
1259
+ "fixed",
1260
+ "local",
1261
+ "scroll"
1262
+ ] }],
1263
+ "bg-clip": [{ "bg-clip": [
1264
+ "border",
1265
+ "padding",
1266
+ "content",
1267
+ "text"
1268
+ ] }],
1269
+ "bg-origin": [{ "bg-origin": [
1270
+ "border",
1271
+ "padding",
1272
+ "content"
1273
+ ] }],
1274
+ "bg-position": [{ bg: F() }],
1275
+ "bg-repeat": [{ bg: I() }],
1276
+ "bg-size": [{ bg: L() }],
1277
+ "bg-image": [{ bg: [
1278
+ "none",
1279
+ {
1280
+ linear: [
1281
+ { to: [
1282
+ "t",
1283
+ "tr",
1284
+ "r",
1285
+ "br",
1286
+ "b",
1287
+ "bl",
1288
+ "l",
1289
+ "tl"
1290
+ ] },
1291
+ q,
1292
+ Z,
1293
+ Y
1294
+ ],
1295
+ radial: [
1296
+ "",
1297
+ Z,
1298
+ Y
1299
+ ],
1300
+ conic: [
1301
+ q,
1302
+ Z,
1303
+ Y
1304
+ ]
1305
+ },
1306
+ Ie,
1307
+ Ae
1308
+ ] }],
1309
+ "bg-color": [{ bg: P() }],
1310
+ "gradient-from-pos": [{ from: R() }],
1311
+ "gradient-via-pos": [{ via: R() }],
1312
+ "gradient-to-pos": [{ to: R() }],
1313
+ "gradient-from": [{ from: P() }],
1314
+ "gradient-via": [{ via: P() }],
1315
+ "gradient-to": [{ to: P() }],
1316
+ rounded: [{ rounded: z() }],
1317
+ "rounded-s": [{ "rounded-s": z() }],
1318
+ "rounded-e": [{ "rounded-e": z() }],
1319
+ "rounded-t": [{ "rounded-t": z() }],
1320
+ "rounded-r": [{ "rounded-r": z() }],
1321
+ "rounded-b": [{ "rounded-b": z() }],
1322
+ "rounded-l": [{ "rounded-l": z() }],
1323
+ "rounded-ss": [{ "rounded-ss": z() }],
1324
+ "rounded-se": [{ "rounded-se": z() }],
1325
+ "rounded-ee": [{ "rounded-ee": z() }],
1326
+ "rounded-es": [{ "rounded-es": z() }],
1327
+ "rounded-tl": [{ "rounded-tl": z() }],
1328
+ "rounded-tr": [{ "rounded-tr": z() }],
1329
+ "rounded-br": [{ "rounded-br": z() }],
1330
+ "rounded-bl": [{ "rounded-bl": z() }],
1331
+ "border-w": [{ border: B() }],
1332
+ "border-w-x": [{ "border-x": B() }],
1333
+ "border-w-y": [{ "border-y": B() }],
1334
+ "border-w-s": [{ "border-s": B() }],
1335
+ "border-w-e": [{ "border-e": B() }],
1336
+ "border-w-bs": [{ "border-bs": B() }],
1337
+ "border-w-be": [{ "border-be": B() }],
1338
+ "border-w-t": [{ "border-t": B() }],
1339
+ "border-w-r": [{ "border-r": B() }],
1340
+ "border-w-b": [{ "border-b": B() }],
1341
+ "border-w-l": [{ "border-l": B() }],
1342
+ "divide-x": [{ "divide-x": B() }],
1343
+ "divide-x-reverse": ["divide-x-reverse"],
1344
+ "divide-y": [{ "divide-y": B() }],
1345
+ "divide-y-reverse": ["divide-y-reverse"],
1346
+ "border-style": [{ border: [
1347
+ ...V(),
1348
+ "hidden",
1349
+ "none"
1350
+ ] }],
1351
+ "divide-style": [{ divide: [
1352
+ ...V(),
1353
+ "hidden",
1354
+ "none"
1355
+ ] }],
1356
+ "border-color": [{ border: P() }],
1357
+ "border-color-x": [{ "border-x": P() }],
1358
+ "border-color-y": [{ "border-y": P() }],
1359
+ "border-color-s": [{ "border-s": P() }],
1360
+ "border-color-e": [{ "border-e": P() }],
1361
+ "border-color-bs": [{ "border-bs": P() }],
1362
+ "border-color-be": [{ "border-be": P() }],
1363
+ "border-color-t": [{ "border-t": P() }],
1364
+ "border-color-r": [{ "border-r": P() }],
1365
+ "border-color-b": [{ "border-b": P() }],
1366
+ "border-color-l": [{ "border-l": P() }],
1367
+ "divide-color": [{ divide: P() }],
1368
+ "outline-style": [{ outline: [
1369
+ ...V(),
1370
+ "none",
1371
+ "hidden"
1372
+ ] }],
1373
+ "outline-offset": [{ "outline-offset": [
1374
+ K,
1375
+ Z,
1376
+ Y
1377
+ ] }],
1378
+ "outline-w": [{ outline: [
1379
+ "",
1380
+ K,
1381
+ Me,
1382
+ X
1383
+ ] }],
1384
+ "outline-color": [{ outline: P() }],
1385
+ shadow: [{ shadow: [
1386
+ "",
1387
+ "none",
1388
+ u,
1389
+ Le,
1390
+ je
1391
+ ] }],
1392
+ "shadow-color": [{ shadow: P() }],
1393
+ "inset-shadow": [{ "inset-shadow": [
1394
+ "none",
1395
+ d,
1396
+ Le,
1397
+ je
1398
+ ] }],
1399
+ "inset-shadow-color": [{ "inset-shadow": P() }],
1400
+ "ring-w": [{ ring: B() }],
1401
+ "ring-w-inset": ["ring-inset"],
1402
+ "ring-color": [{ ring: P() }],
1403
+ "ring-offset-w": [{ "ring-offset": [K, X] }],
1404
+ "ring-offset-color": [{ "ring-offset": P() }],
1405
+ "inset-ring-w": [{ "inset-ring": B() }],
1406
+ "inset-ring-color": [{ "inset-ring": P() }],
1407
+ "text-shadow": [{ "text-shadow": [
1408
+ "none",
1409
+ f,
1410
+ Le,
1411
+ je
1412
+ ] }],
1413
+ "text-shadow-color": [{ "text-shadow": P() }],
1414
+ opacity: [{ opacity: [
1415
+ K,
1416
+ Z,
1417
+ Y
1418
+ ] }],
1419
+ "mix-blend": [{ "mix-blend": [
1420
+ ...ne(),
1421
+ "plus-darker",
1422
+ "plus-lighter"
1423
+ ] }],
1424
+ "bg-blend": [{ "bg-blend": ne() }],
1425
+ "mask-clip": [{ "mask-clip": [
1426
+ "border",
1427
+ "padding",
1428
+ "content",
1429
+ "fill",
1430
+ "stroke",
1431
+ "view"
1432
+ ] }, "mask-no-clip"],
1433
+ "mask-composite": [{ mask: [
1434
+ "add",
1435
+ "subtract",
1436
+ "intersect",
1437
+ "exclude"
1438
+ ] }],
1439
+ "mask-image-linear-pos": [{ "mask-linear": [K] }],
1440
+ "mask-image-linear-from-pos": [{ "mask-linear-from": H() }],
1441
+ "mask-image-linear-to-pos": [{ "mask-linear-to": H() }],
1442
+ "mask-image-linear-from-color": [{ "mask-linear-from": P() }],
1443
+ "mask-image-linear-to-color": [{ "mask-linear-to": P() }],
1444
+ "mask-image-t-from-pos": [{ "mask-t-from": H() }],
1445
+ "mask-image-t-to-pos": [{ "mask-t-to": H() }],
1446
+ "mask-image-t-from-color": [{ "mask-t-from": P() }],
1447
+ "mask-image-t-to-color": [{ "mask-t-to": P() }],
1448
+ "mask-image-r-from-pos": [{ "mask-r-from": H() }],
1449
+ "mask-image-r-to-pos": [{ "mask-r-to": H() }],
1450
+ "mask-image-r-from-color": [{ "mask-r-from": P() }],
1451
+ "mask-image-r-to-color": [{ "mask-r-to": P() }],
1452
+ "mask-image-b-from-pos": [{ "mask-b-from": H() }],
1453
+ "mask-image-b-to-pos": [{ "mask-b-to": H() }],
1454
+ "mask-image-b-from-color": [{ "mask-b-from": P() }],
1455
+ "mask-image-b-to-color": [{ "mask-b-to": P() }],
1456
+ "mask-image-l-from-pos": [{ "mask-l-from": H() }],
1457
+ "mask-image-l-to-pos": [{ "mask-l-to": H() }],
1458
+ "mask-image-l-from-color": [{ "mask-l-from": P() }],
1459
+ "mask-image-l-to-color": [{ "mask-l-to": P() }],
1460
+ "mask-image-x-from-pos": [{ "mask-x-from": H() }],
1461
+ "mask-image-x-to-pos": [{ "mask-x-to": H() }],
1462
+ "mask-image-x-from-color": [{ "mask-x-from": P() }],
1463
+ "mask-image-x-to-color": [{ "mask-x-to": P() }],
1464
+ "mask-image-y-from-pos": [{ "mask-y-from": H() }],
1465
+ "mask-image-y-to-pos": [{ "mask-y-to": H() }],
1466
+ "mask-image-y-from-color": [{ "mask-y-from": P() }],
1467
+ "mask-image-y-to-color": [{ "mask-y-to": P() }],
1468
+ "mask-image-radial": [{ "mask-radial": [Z, Y] }],
1469
+ "mask-image-radial-from-pos": [{ "mask-radial-from": H() }],
1470
+ "mask-image-radial-to-pos": [{ "mask-radial-to": H() }],
1471
+ "mask-image-radial-from-color": [{ "mask-radial-from": P() }],
1472
+ "mask-image-radial-to-color": [{ "mask-radial-to": P() }],
1473
+ "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
1474
+ "mask-image-radial-size": [{ "mask-radial": [{
1475
+ closest: ["side", "corner"],
1476
+ farthest: ["side", "corner"]
1477
+ }] }],
1478
+ "mask-image-radial-pos": [{ "mask-radial-at": b() }],
1479
+ "mask-image-conic-pos": [{ "mask-conic": [K] }],
1480
+ "mask-image-conic-from-pos": [{ "mask-conic-from": H() }],
1481
+ "mask-image-conic-to-pos": [{ "mask-conic-to": H() }],
1482
+ "mask-image-conic-from-color": [{ "mask-conic-from": P() }],
1483
+ "mask-image-conic-to-color": [{ "mask-conic-to": P() }],
1484
+ "mask-mode": [{ mask: [
1485
+ "alpha",
1486
+ "luminance",
1487
+ "match"
1488
+ ] }],
1489
+ "mask-origin": [{ "mask-origin": [
1490
+ "border",
1491
+ "padding",
1492
+ "content",
1493
+ "fill",
1494
+ "stroke",
1495
+ "view"
1496
+ ] }],
1497
+ "mask-position": [{ mask: F() }],
1498
+ "mask-repeat": [{ mask: I() }],
1499
+ "mask-size": [{ mask: L() }],
1500
+ "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
1501
+ "mask-image": [{ mask: [
1502
+ "none",
1503
+ Z,
1504
+ Y
1505
+ ] }],
1506
+ filter: [{ filter: [
1507
+ "",
1508
+ "none",
1509
+ Z,
1510
+ Y
1511
+ ] }],
1512
+ blur: [{ blur: re() }],
1513
+ brightness: [{ brightness: [
1514
+ K,
1515
+ Z,
1516
+ Y
1517
+ ] }],
1518
+ contrast: [{ contrast: [
1519
+ K,
1520
+ Z,
1521
+ Y
1522
+ ] }],
1523
+ "drop-shadow": [{ "drop-shadow": [
1524
+ "",
1525
+ "none",
1526
+ p,
1527
+ Le,
1528
+ je
1529
+ ] }],
1530
+ "drop-shadow-color": [{ "drop-shadow": P() }],
1531
+ grayscale: [{ grayscale: [
1532
+ "",
1533
+ K,
1534
+ Z,
1535
+ Y
1536
+ ] }],
1537
+ "hue-rotate": [{ "hue-rotate": [
1538
+ K,
1539
+ Z,
1540
+ Y
1541
+ ] }],
1542
+ invert: [{ invert: [
1543
+ "",
1544
+ K,
1545
+ Z,
1546
+ Y
1547
+ ] }],
1548
+ saturate: [{ saturate: [
1549
+ K,
1550
+ Z,
1551
+ Y
1552
+ ] }],
1553
+ sepia: [{ sepia: [
1554
+ "",
1555
+ K,
1556
+ Z,
1557
+ Y
1558
+ ] }],
1559
+ "backdrop-filter": [{ "backdrop-filter": [
1560
+ "",
1561
+ "none",
1562
+ Z,
1563
+ Y
1564
+ ] }],
1565
+ "backdrop-blur": [{ "backdrop-blur": re() }],
1566
+ "backdrop-brightness": [{ "backdrop-brightness": [
1567
+ K,
1568
+ Z,
1569
+ Y
1570
+ ] }],
1571
+ "backdrop-contrast": [{ "backdrop-contrast": [
1572
+ K,
1573
+ Z,
1574
+ Y
1575
+ ] }],
1576
+ "backdrop-grayscale": [{ "backdrop-grayscale": [
1577
+ "",
1578
+ K,
1579
+ Z,
1580
+ Y
1581
+ ] }],
1582
+ "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
1583
+ K,
1584
+ Z,
1585
+ Y
1586
+ ] }],
1587
+ "backdrop-invert": [{ "backdrop-invert": [
1588
+ "",
1589
+ K,
1590
+ Z,
1591
+ Y
1592
+ ] }],
1593
+ "backdrop-opacity": [{ "backdrop-opacity": [
1594
+ K,
1595
+ Z,
1596
+ Y
1597
+ ] }],
1598
+ "backdrop-saturate": [{ "backdrop-saturate": [
1599
+ K,
1600
+ Z,
1601
+ Y
1602
+ ] }],
1603
+ "backdrop-sepia": [{ "backdrop-sepia": [
1604
+ "",
1605
+ K,
1606
+ Z,
1607
+ Y
1608
+ ] }],
1609
+ "border-collapse": [{ border: ["collapse", "separate"] }],
1610
+ "border-spacing": [{ "border-spacing": w() }],
1611
+ "border-spacing-x": [{ "border-spacing-x": w() }],
1612
+ "border-spacing-y": [{ "border-spacing-y": w() }],
1613
+ "table-layout": [{ table: ["auto", "fixed"] }],
1614
+ caption: [{ caption: ["top", "bottom"] }],
1615
+ transition: [{ transition: [
1616
+ "",
1617
+ "all",
1618
+ "colors",
1619
+ "opacity",
1620
+ "shadow",
1621
+ "transform",
1622
+ "none",
1623
+ Z,
1624
+ Y
1625
+ ] }],
1626
+ "transition-behavior": [{ transition: ["normal", "discrete"] }],
1627
+ duration: [{ duration: [
1628
+ K,
1629
+ "initial",
1630
+ Z,
1631
+ Y
1632
+ ] }],
1633
+ ease: [{ ease: [
1634
+ "linear",
1635
+ "initial",
1636
+ _,
1637
+ Z,
1638
+ Y
1639
+ ] }],
1640
+ delay: [{ delay: [
1641
+ K,
1642
+ Z,
1643
+ Y
1644
+ ] }],
1645
+ animate: [{ animate: [
1646
+ "none",
1647
+ v,
1648
+ Z,
1649
+ Y
1650
+ ] }],
1651
+ backface: [{ backface: ["hidden", "visible"] }],
1652
+ perspective: [{ perspective: [
1653
+ h,
1654
+ Z,
1655
+ Y
1656
+ ] }],
1657
+ "perspective-origin": [{ "perspective-origin": x() }],
1658
+ rotate: [{ rotate: ie() }],
1659
+ "rotate-x": [{ "rotate-x": ie() }],
1660
+ "rotate-y": [{ "rotate-y": ie() }],
1661
+ "rotate-z": [{ "rotate-z": ie() }],
1662
+ scale: [{ scale: ae() }],
1663
+ "scale-x": [{ "scale-x": ae() }],
1664
+ "scale-y": [{ "scale-y": ae() }],
1665
+ "scale-z": [{ "scale-z": ae() }],
1666
+ "scale-3d": ["scale-3d"],
1667
+ skew: [{ skew: oe() }],
1668
+ "skew-x": [{ "skew-x": oe() }],
1669
+ "skew-y": [{ "skew-y": oe() }],
1670
+ transform: [{ transform: [
1671
+ Z,
1672
+ Y,
1673
+ "",
1674
+ "none",
1675
+ "gpu",
1676
+ "cpu"
1677
+ ] }],
1678
+ "transform-origin": [{ origin: x() }],
1679
+ "transform-style": [{ transform: ["3d", "flat"] }],
1680
+ translate: [{ translate: U() }],
1681
+ "translate-x": [{ "translate-x": U() }],
1682
+ "translate-y": [{ "translate-y": U() }],
1683
+ "translate-z": [{ "translate-z": U() }],
1684
+ "translate-none": ["translate-none"],
1685
+ zoom: [{ zoom: [
1686
+ q,
1687
+ Z,
1688
+ Y
1689
+ ] }],
1690
+ accent: [{ accent: P() }],
1691
+ appearance: [{ appearance: ["none", "auto"] }],
1692
+ "caret-color": [{ caret: P() }],
1693
+ "color-scheme": [{ scheme: [
1694
+ "normal",
1695
+ "dark",
1696
+ "light",
1697
+ "light-dark",
1698
+ "only-dark",
1699
+ "only-light"
1700
+ ] }],
1701
+ cursor: [{ cursor: [
1702
+ "auto",
1703
+ "default",
1704
+ "pointer",
1705
+ "wait",
1706
+ "text",
1707
+ "move",
1708
+ "help",
1709
+ "not-allowed",
1710
+ "none",
1711
+ "context-menu",
1712
+ "progress",
1713
+ "cell",
1714
+ "crosshair",
1715
+ "vertical-text",
1716
+ "alias",
1717
+ "copy",
1718
+ "no-drop",
1719
+ "grab",
1720
+ "grabbing",
1721
+ "all-scroll",
1722
+ "col-resize",
1723
+ "row-resize",
1724
+ "n-resize",
1725
+ "e-resize",
1726
+ "s-resize",
1727
+ "w-resize",
1728
+ "ne-resize",
1729
+ "nw-resize",
1730
+ "se-resize",
1731
+ "sw-resize",
1732
+ "ew-resize",
1733
+ "ns-resize",
1734
+ "nesw-resize",
1735
+ "nwse-resize",
1736
+ "zoom-in",
1737
+ "zoom-out",
1738
+ Z,
1739
+ Y
1740
+ ] }],
1741
+ "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
1742
+ "pointer-events": [{ "pointer-events": ["auto", "none"] }],
1743
+ resize: [{ resize: [
1744
+ "none",
1745
+ "",
1746
+ "y",
1747
+ "x"
1748
+ ] }],
1749
+ "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
1750
+ "scrollbar-thumb-color": [{ "scrollbar-thumb": P() }],
1751
+ "scrollbar-track-color": [{ "scrollbar-track": P() }],
1752
+ "scrollbar-gutter": [{ "scrollbar-gutter": [
1753
+ "auto",
1754
+ "stable",
1755
+ "both"
1756
+ ] }],
1757
+ "scrollbar-w": [{ scrollbar: [
1758
+ "auto",
1759
+ "thin",
1760
+ "none"
1761
+ ] }],
1762
+ "scroll-m": [{ "scroll-m": w() }],
1763
+ "scroll-mx": [{ "scroll-mx": w() }],
1764
+ "scroll-my": [{ "scroll-my": w() }],
1765
+ "scroll-ms": [{ "scroll-ms": w() }],
1766
+ "scroll-me": [{ "scroll-me": w() }],
1767
+ "scroll-mbs": [{ "scroll-mbs": w() }],
1768
+ "scroll-mbe": [{ "scroll-mbe": w() }],
1769
+ "scroll-mt": [{ "scroll-mt": w() }],
1770
+ "scroll-mr": [{ "scroll-mr": w() }],
1771
+ "scroll-mb": [{ "scroll-mb": w() }],
1772
+ "scroll-ml": [{ "scroll-ml": w() }],
1773
+ "scroll-p": [{ "scroll-p": w() }],
1774
+ "scroll-px": [{ "scroll-px": w() }],
1775
+ "scroll-py": [{ "scroll-py": w() }],
1776
+ "scroll-ps": [{ "scroll-ps": w() }],
1777
+ "scroll-pe": [{ "scroll-pe": w() }],
1778
+ "scroll-pbs": [{ "scroll-pbs": w() }],
1779
+ "scroll-pbe": [{ "scroll-pbe": w() }],
1780
+ "scroll-pt": [{ "scroll-pt": w() }],
1781
+ "scroll-pr": [{ "scroll-pr": w() }],
1782
+ "scroll-pb": [{ "scroll-pb": w() }],
1783
+ "scroll-pl": [{ "scroll-pl": w() }],
1784
+ "snap-align": [{ snap: [
1785
+ "start",
1786
+ "end",
1787
+ "center",
1788
+ "align-none"
1789
+ ] }],
1790
+ "snap-stop": [{ snap: ["normal", "always"] }],
1791
+ "snap-type": [{ snap: [
1792
+ "none",
1793
+ "x",
1794
+ "y",
1795
+ "both"
1796
+ ] }],
1797
+ "snap-strictness": [{ snap: ["mandatory", "proximity"] }],
1798
+ touch: [{ touch: [
1799
+ "auto",
1800
+ "none",
1801
+ "manipulation"
1802
+ ] }],
1803
+ "touch-x": [{ "touch-pan": [
1804
+ "x",
1805
+ "left",
1806
+ "right"
1807
+ ] }],
1808
+ "touch-y": [{ "touch-pan": [
1809
+ "y",
1810
+ "up",
1811
+ "down"
1812
+ ] }],
1813
+ "touch-pz": ["touch-pinch-zoom"],
1814
+ select: [{ select: [
1815
+ "none",
1816
+ "text",
1817
+ "all",
1818
+ "auto"
1819
+ ] }],
1820
+ "will-change": [{ "will-change": [
1821
+ "auto",
1822
+ "scroll",
1823
+ "contents",
1824
+ "transform",
1825
+ Z,
1826
+ Y
1827
+ ] }],
1828
+ fill: [{ fill: ["none", ...P()] }],
1829
+ "stroke-w": [{ stroke: [
1830
+ K,
1831
+ Me,
1832
+ X,
1833
+ Ee
1834
+ ] }],
1835
+ stroke: [{ stroke: ["none", ...P()] }],
1836
+ "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
1837
+ },
1838
+ conflictingClassGroups: {
1839
+ "container-named": ["container-type"],
1840
+ overflow: ["overflow-x", "overflow-y"],
1841
+ overscroll: ["overscroll-x", "overscroll-y"],
1842
+ inset: [
1843
+ "inset-x",
1844
+ "inset-y",
1845
+ "inset-bs",
1846
+ "inset-be",
1847
+ "start",
1848
+ "end",
1849
+ "top",
1850
+ "right",
1851
+ "bottom",
1852
+ "left"
1853
+ ],
1854
+ "inset-x": ["right", "left"],
1855
+ "inset-y": ["top", "bottom"],
1856
+ flex: [
1857
+ "basis",
1858
+ "grow",
1859
+ "shrink"
1860
+ ],
1861
+ gap: ["gap-x", "gap-y"],
1862
+ p: [
1863
+ "px",
1864
+ "py",
1865
+ "ps",
1866
+ "pe",
1867
+ "pbs",
1868
+ "pbe",
1869
+ "pt",
1870
+ "pr",
1871
+ "pb",
1872
+ "pl"
1873
+ ],
1874
+ px: ["pr", "pl"],
1875
+ py: ["pt", "pb"],
1876
+ m: [
1877
+ "mx",
1878
+ "my",
1879
+ "ms",
1880
+ "me",
1881
+ "mbs",
1882
+ "mbe",
1883
+ "mt",
1884
+ "mr",
1885
+ "mb",
1886
+ "ml"
1887
+ ],
1888
+ mx: ["mr", "ml"],
1889
+ my: ["mt", "mb"],
1890
+ size: ["w", "h"],
1891
+ "font-size": ["leading"],
1892
+ "fvn-normal": [
1893
+ "fvn-ordinal",
1894
+ "fvn-slashed-zero",
1895
+ "fvn-figure",
1896
+ "fvn-spacing",
1897
+ "fvn-fraction"
1898
+ ],
1899
+ "fvn-ordinal": ["fvn-normal"],
1900
+ "fvn-slashed-zero": ["fvn-normal"],
1901
+ "fvn-figure": ["fvn-normal"],
1902
+ "fvn-spacing": ["fvn-normal"],
1903
+ "fvn-fraction": ["fvn-normal"],
1904
+ "line-clamp": ["display", "overflow"],
1905
+ rounded: [
1906
+ "rounded-s",
1907
+ "rounded-e",
1908
+ "rounded-t",
1909
+ "rounded-r",
1910
+ "rounded-b",
1911
+ "rounded-l",
1912
+ "rounded-ss",
1913
+ "rounded-se",
1914
+ "rounded-ee",
1915
+ "rounded-es",
1916
+ "rounded-tl",
1917
+ "rounded-tr",
1918
+ "rounded-br",
1919
+ "rounded-bl"
1920
+ ],
1921
+ "rounded-s": ["rounded-ss", "rounded-es"],
1922
+ "rounded-e": ["rounded-se", "rounded-ee"],
1923
+ "rounded-t": ["rounded-tl", "rounded-tr"],
1924
+ "rounded-r": ["rounded-tr", "rounded-br"],
1925
+ "rounded-b": ["rounded-br", "rounded-bl"],
1926
+ "rounded-l": ["rounded-tl", "rounded-bl"],
1927
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
1928
+ "border-w": [
1929
+ "border-w-x",
1930
+ "border-w-y",
1931
+ "border-w-s",
1932
+ "border-w-e",
1933
+ "border-w-bs",
1934
+ "border-w-be",
1935
+ "border-w-t",
1936
+ "border-w-r",
1937
+ "border-w-b",
1938
+ "border-w-l"
1939
+ ],
1940
+ "border-w-x": ["border-w-r", "border-w-l"],
1941
+ "border-w-y": ["border-w-t", "border-w-b"],
1942
+ "border-color": [
1943
+ "border-color-x",
1944
+ "border-color-y",
1945
+ "border-color-s",
1946
+ "border-color-e",
1947
+ "border-color-bs",
1948
+ "border-color-be",
1949
+ "border-color-t",
1950
+ "border-color-r",
1951
+ "border-color-b",
1952
+ "border-color-l"
1953
+ ],
1954
+ "border-color-x": ["border-color-r", "border-color-l"],
1955
+ "border-color-y": ["border-color-t", "border-color-b"],
1956
+ translate: [
1957
+ "translate-x",
1958
+ "translate-y",
1959
+ "translate-none"
1960
+ ],
1961
+ "translate-none": [
1962
+ "translate",
1963
+ "translate-x",
1964
+ "translate-y",
1965
+ "translate-z"
1966
+ ],
1967
+ "scroll-m": [
1968
+ "scroll-mx",
1969
+ "scroll-my",
1970
+ "scroll-ms",
1971
+ "scroll-me",
1972
+ "scroll-mbs",
1973
+ "scroll-mbe",
1974
+ "scroll-mt",
1975
+ "scroll-mr",
1976
+ "scroll-mb",
1977
+ "scroll-ml"
1978
+ ],
1979
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
1980
+ "scroll-my": ["scroll-mt", "scroll-mb"],
1981
+ "scroll-p": [
1982
+ "scroll-px",
1983
+ "scroll-py",
1984
+ "scroll-ps",
1985
+ "scroll-pe",
1986
+ "scroll-pbs",
1987
+ "scroll-pbe",
1988
+ "scroll-pt",
1989
+ "scroll-pr",
1990
+ "scroll-pb",
1991
+ "scroll-pl"
1992
+ ],
1993
+ "scroll-px": ["scroll-pr", "scroll-pl"],
1994
+ "scroll-py": ["scroll-pt", "scroll-pb"],
1995
+ touch: [
1996
+ "touch-x",
1997
+ "touch-y",
1998
+ "touch-pz"
1999
+ ],
2000
+ "touch-x": ["touch"],
2001
+ "touch-y": ["touch"],
2002
+ "touch-pz": ["touch"]
2003
+ },
2004
+ conflictingClassGroupModifiers: { "font-size": ["leading"] },
2005
+ postfixLookupClassGroups: ["container-type"],
2006
+ orderSensitiveModifiers: [
2007
+ "*",
2008
+ "**",
2009
+ "after",
2010
+ "backdrop",
2011
+ "before",
2012
+ "details-content",
2013
+ "file",
2014
+ "first-letter",
2015
+ "first-line",
2016
+ "marker",
2017
+ "placeholder",
2018
+ "selection"
2019
+ ]
2020
+ };
2021
+ });
2022
+ //#endregion
2023
+ //#region src/lib/utils.ts
2024
+ function Je(...e) {
2025
+ return qe(i(e));
2026
+ }
2027
+ //#endregion
2028
+ //#region src/components/ui/button.tsx
2029
+ var Ye = s("group/button inline-flex shrink-0 items-center justify-center rounded-md 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", {
2030
+ variants: {
2031
+ variant: {
2032
+ default: "bg-primary text-primary-foreground hover:bg-primary/80",
2033
+ outline: "border-border bg-background shadow-xs hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50",
2034
+ secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80 aria-expanded:bg-secondary aria-expanded:text-secondary-foreground",
2035
+ ghost: "hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:hover:bg-muted/50",
2036
+ destructive: "bg-destructive/10 text-destructive hover:bg-destructive/20 focus-visible:border-destructive/40 focus-visible:ring-destructive/20 dark:bg-destructive/20 dark:hover:bg-destructive/30 dark:focus-visible:ring-destructive/40",
2037
+ link: "text-primary underline-offset-4 hover:underline"
2038
+ },
2039
+ size: {
2040
+ default: "h-9 gap-1.5 px-2.5 in-data-[slot=button-group]:rounded-md has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2",
2041
+ xs: "h-6 gap-1 rounded-[min(var(--radius-md),8px)] px-2 text-xs in-data-[slot=button-group]:rounded-md has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3",
2042
+ sm: "h-8 gap-1 rounded-[min(var(--radius-md),10px)] px-2.5 in-data-[slot=button-group]:rounded-md has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5",
2043
+ lg: "h-10 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2",
2044
+ icon: "size-9",
2045
+ "icon-xs": "size-6 rounded-[min(var(--radius-md),8px)] in-data-[slot=button-group]:rounded-md [&_svg:not([class*='size-'])]:size-3",
2046
+ "icon-sm": "size-8 rounded-[min(var(--radius-md),10px)] in-data-[slot=button-group]:rounded-md",
2047
+ "icon-lg": "size-10"
2048
+ }
2049
+ },
2050
+ defaultVariants: {
2051
+ variant: "default",
2052
+ size: "default"
2053
+ }
2054
+ });
2055
+ function Xe({ className: e, variant: t = "default", size: n = "default", asChild: r = !1, ...i }) {
2056
+ return /* @__PURE__ */ (0, f.jsx)(r ? m : "button", {
2057
+ "data-slot": "button",
2058
+ "data-variant": t,
2059
+ "data-size": n,
2060
+ className: Je(Ye({
2061
+ variant: t,
2062
+ size: n,
2063
+ className: e
2064
+ })),
2065
+ ...i
2066
+ });
2067
+ }
2068
+ //#endregion
2069
+ //#region src/components/ui/input.tsx
2070
+ function Ze({ className: e, type: t, ...n }) {
2071
+ return /* @__PURE__ */ (0, f.jsx)("input", {
2072
+ type: t,
2073
+ "data-slot": "input",
2074
+ className: Je("h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-2.5 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 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:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 md:text-sm dark:bg-input/30 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40", e),
2075
+ ...n
2076
+ });
2077
+ }
2078
+ //#endregion
2079
+ export { Xe as Button, Ze as Input, Je as cn };