@easy-ui-react/easy-ui-react 1.4.0 → 1.4.1

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