denwa-web-shared 1.0.7 → 1.0.9

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.
@@ -1,3065 +0,0 @@
1
- import je from "react";
2
- const yr = {
3
- seconds: {
4
- minutes10: 600
5
- },
6
- milliseconds: {
7
- milliseconds100: 100,
8
- milliseconds200: 200,
9
- milliseconds500: 500,
10
- seconds1: 1e3,
11
- seconds2: 2e3,
12
- seconds5: 5e3,
13
- minutes1: 6e4
14
- }
15
- }, vr = {
16
- VIEW_PORT: {
17
- EXTRA_SMALL: 280,
18
- SMALL: 320,
19
- SMALL_MOBILE: 380,
20
- MOBILE: 450,
21
- MEDIUM: 500,
22
- EXTRA_MEDIUM: 600,
23
- TABLET: 768,
24
- LAPTOP: 1024,
25
- LAPTOP_BIG: 1200,
26
- BIG: 1440,
27
- VERY_BIG: 1920
28
- },
29
- OFFSET: {
30
- 1: 8,
31
- 2: 16,
32
- 3: 24,
33
- 4: 32,
34
- 5: 40,
35
- 6: 48,
36
- 7: 56,
37
- 8: 64
38
- }
39
- };
40
- function Re(e) {
41
- var a, t, o = "";
42
- if (typeof e == "string" || typeof e == "number") o += e;
43
- else if (typeof e == "object") if (Array.isArray(e)) {
44
- var i = e.length;
45
- for (a = 0; a < i; a++) e[a] && (t = Re(e[a])) && (o && (o += " "), o += t);
46
- } else for (t in e) e[t] && (o && (o += " "), o += t);
47
- return o;
48
- }
49
- function Ne() {
50
- for (var e, a, t = 0, o = "", i = arguments.length; t < i; t++) (e = arguments[t]) && (a = Re(e)) && (o && (o += " "), o += a);
51
- return o;
52
- }
53
- const ge = "-", Ge = (e) => {
54
- const a = Fe(e), {
55
- conflictingClassGroups: t,
56
- conflictingClassGroupModifiers: o
57
- } = e;
58
- return {
59
- getClassGroupId: (c) => {
60
- const g = c.split(ge);
61
- return g[0] === "" && g.length !== 1 && g.shift(), Te(g, a) || Le(c);
62
- },
63
- getConflictingClassGroupIds: (c, g) => {
64
- const p = t[c] || [];
65
- return g && o[c] ? [...p, ...o[c]] : p;
66
- }
67
- };
68
- }, Te = (e, a) => {
69
- var c;
70
- if (e.length === 0)
71
- return a.classGroupId;
72
- const t = e[0], o = a.nextPart.get(t), i = o ? Te(e.slice(1), o) : void 0;
73
- if (i)
74
- return i;
75
- if (a.validators.length === 0)
76
- return;
77
- const d = e.join(ge);
78
- return (c = a.validators.find(({
79
- validator: g
80
- }) => g(d))) == null ? void 0 : c.classGroupId;
81
- }, he = /^\[(.+)\]$/, Le = (e) => {
82
- if (he.test(e)) {
83
- const a = he.exec(e)[1], t = a == null ? void 0 : a.substring(0, a.indexOf(":"));
84
- if (t)
85
- return "arbitrary.." + t;
86
- }
87
- }, Fe = (e) => {
88
- const {
89
- theme: a,
90
- classGroups: t
91
- } = e, o = {
92
- nextPart: /* @__PURE__ */ new Map(),
93
- validators: []
94
- };
95
- for (const i in t)
96
- fe(t[i], o, i, a);
97
- return o;
98
- }, fe = (e, a, t, o) => {
99
- e.forEach((i) => {
100
- if (typeof i == "string") {
101
- const d = i === "" ? a : ke(a, i);
102
- d.classGroupId = t;
103
- return;
104
- }
105
- if (typeof i == "function") {
106
- if (Ve(i)) {
107
- fe(i(o), a, t, o);
108
- return;
109
- }
110
- a.validators.push({
111
- validator: i,
112
- classGroupId: t
113
- });
114
- return;
115
- }
116
- Object.entries(i).forEach(([d, c]) => {
117
- fe(c, ke(a, d), t, o);
118
- });
119
- });
120
- }, ke = (e, a) => {
121
- let t = e;
122
- return a.split(ge).forEach((o) => {
123
- t.nextPart.has(o) || t.nextPart.set(o, {
124
- nextPart: /* @__PURE__ */ new Map(),
125
- validators: []
126
- }), t = t.nextPart.get(o);
127
- }), t;
128
- }, Ve = (e) => e.isThemeGetter, $e = (e) => {
129
- if (e < 1)
130
- return {
131
- get: () => {
132
- },
133
- set: () => {
134
- }
135
- };
136
- let a = 0, t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
137
- const i = (d, c) => {
138
- t.set(d, c), a++, a > e && (a = 0, o = t, t = /* @__PURE__ */ new Map());
139
- };
140
- return {
141
- get(d) {
142
- let c = t.get(d);
143
- if (c !== void 0)
144
- return c;
145
- if ((c = o.get(d)) !== void 0)
146
- return i(d, c), c;
147
- },
148
- set(d, c) {
149
- t.has(d) ? t.set(d, c) : i(d, c);
150
- }
151
- };
152
- }, pe = "!", be = ":", Ye = be.length, We = (e) => {
153
- const {
154
- prefix: a,
155
- experimentalParseClassName: t
156
- } = e;
157
- let o = (i) => {
158
- const d = [];
159
- let c = 0, g = 0, p = 0, E;
160
- for (let A = 0; A < i.length; A++) {
161
- let R = i[A];
162
- if (c === 0 && g === 0) {
163
- if (R === be) {
164
- d.push(i.slice(p, A)), p = A + Ye;
165
- continue;
166
- }
167
- if (R === "/") {
168
- E = A;
169
- continue;
170
- }
171
- }
172
- R === "[" ? c++ : R === "]" ? c-- : R === "(" ? g++ : R === ")" && g--;
173
- }
174
- const v = d.length === 0 ? i : i.substring(p), _ = Ue(v), C = _ !== v, G = E && E > p ? E - p : void 0;
175
- return {
176
- modifiers: d,
177
- hasImportantModifier: C,
178
- baseClassName: _,
179
- maybePostfixModifierPosition: G
180
- };
181
- };
182
- if (a) {
183
- const i = a + be, d = o;
184
- o = (c) => c.startsWith(i) ? d(c.substring(i.length)) : {
185
- isExternal: !0,
186
- modifiers: [],
187
- hasImportantModifier: !1,
188
- baseClassName: c,
189
- maybePostfixModifierPosition: void 0
190
- };
191
- }
192
- if (t) {
193
- const i = o;
194
- o = (d) => t({
195
- className: d,
196
- parseClassName: i
197
- });
198
- }
199
- return o;
200
- }, Ue = (e) => e.endsWith(pe) ? e.substring(0, e.length - 1) : e.startsWith(pe) ? e.substring(1) : e, Be = (e) => {
201
- const a = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
202
- return (o) => {
203
- if (o.length <= 1)
204
- return o;
205
- const i = [];
206
- let d = [];
207
- return o.forEach((c) => {
208
- c[0] === "[" || a[c] ? (i.push(...d.sort(), c), d = []) : d.push(c);
209
- }), i.push(...d.sort()), i;
210
- };
211
- }, De = (e) => ({
212
- cache: $e(e.cacheSize),
213
- parseClassName: We(e),
214
- sortModifiers: Be(e),
215
- ...Ge(e)
216
- }), qe = /\s+/, Je = (e, a) => {
217
- const {
218
- parseClassName: t,
219
- getClassGroupId: o,
220
- getConflictingClassGroupIds: i,
221
- sortModifiers: d
222
- } = a, c = [], g = e.trim().split(qe);
223
- let p = "";
224
- for (let E = g.length - 1; E >= 0; E -= 1) {
225
- const v = g[E], {
226
- isExternal: _,
227
- modifiers: C,
228
- hasImportantModifier: G,
229
- baseClassName: A,
230
- maybePostfixModifierPosition: R
231
- } = t(v);
232
- if (_) {
233
- p = v + (p.length > 0 ? " " + p : p);
234
- continue;
235
- }
236
- let L = !!R, O = o(L ? A.substring(0, R) : A);
237
- if (!O) {
238
- if (!L) {
239
- p = v + (p.length > 0 ? " " + p : p);
240
- continue;
241
- }
242
- if (O = o(A), !O) {
243
- p = v + (p.length > 0 ? " " + p : p);
244
- continue;
245
- }
246
- L = !1;
247
- }
248
- const J = d(C).join(":"), W = G ? J + pe : J, F = W + O;
249
- if (c.includes(F))
250
- continue;
251
- c.push(F);
252
- const V = i(O, L);
253
- for (let I = 0; I < V.length; ++I) {
254
- const U = V[I];
255
- c.push(W + U);
256
- }
257
- p = v + (p.length > 0 ? " " + p : p);
258
- }
259
- return p;
260
- };
261
- function Xe() {
262
- let e = 0, a, t, o = "";
263
- for (; e < arguments.length; )
264
- (a = arguments[e++]) && (t = Ae(a)) && (o && (o += " "), o += t);
265
- return o;
266
- }
267
- const Ae = (e) => {
268
- if (typeof e == "string")
269
- return e;
270
- let a, t = "";
271
- for (let o = 0; o < e.length; o++)
272
- e[o] && (a = Ae(e[o])) && (t && (t += " "), t += a);
273
- return t;
274
- };
275
- function He(e, ...a) {
276
- let t, o, i, d = c;
277
- function c(p) {
278
- const E = a.reduce((v, _) => _(v), e());
279
- return t = De(E), o = t.cache.get, i = t.cache.set, d = g, g(p);
280
- }
281
- function g(p) {
282
- const E = o(p);
283
- if (E)
284
- return E;
285
- const v = Je(p, t);
286
- return i(p, v), v;
287
- }
288
- return function() {
289
- return d(Xe.apply(null, arguments));
290
- };
291
- }
292
- const y = (e) => {
293
- const a = (t) => t[e] || [];
294
- return a.isThemeGetter = !0, a;
295
- }, Se = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, _e = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ze = /^\d+\/\d+$/, Qe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ke = /\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$/, er = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, rr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, or = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Z = (e) => Ze.test(e), f = (e) => !!e && !Number.isNaN(Number(e)), Y = (e) => !!e && Number.isInteger(Number(e)), ue = (e) => e.endsWith("%") && f(e.slice(0, -1)), N = (e) => Qe.test(e), tr = () => !0, nr = (e) => (
296
- // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
297
- // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
298
- // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
299
- Ke.test(e) && !er.test(e)
300
- ), Pe = () => !1, sr = (e) => rr.test(e), ar = (e) => or.test(e), ir = (e) => !n(e) && !s(e), lr = (e) => Q(e, Me, Pe), n = (e) => Se.test(e), q = (e) => Q(e, Oe, nr), me = (e) => Q(e, fr, f), xe = (e) => Q(e, ze, Pe), cr = (e) => Q(e, Ce, ar), le = (e) => Q(e, Ie, sr), s = (e) => _e.test(e), oe = (e) => K(e, Oe), dr = (e) => K(e, pr), we = (e) => K(e, ze), ur = (e) => K(e, Me), mr = (e) => K(e, Ce), ce = (e) => K(e, Ie, !0), Q = (e, a, t) => {
301
- const o = Se.exec(e);
302
- return o ? o[1] ? a(o[1]) : t(o[2]) : !1;
303
- }, K = (e, a, t = !1) => {
304
- const o = _e.exec(e);
305
- return o ? o[1] ? a(o[1]) : t : !1;
306
- }, ze = (e) => e === "position" || e === "percentage", Ce = (e) => e === "image" || e === "url", Me = (e) => e === "length" || e === "size" || e === "bg-size", Oe = (e) => e === "length", fr = (e) => e === "number", pr = (e) => e === "family-name", Ie = (e) => e === "shadow", br = () => {
307
- const e = y("color"), a = y("font"), t = y("text"), o = y("font-weight"), i = y("tracking"), d = y("leading"), c = y("breakpoint"), g = y("container"), p = y("spacing"), E = y("radius"), v = y("shadow"), _ = y("inset-shadow"), C = y("text-shadow"), G = y("drop-shadow"), A = y("blur"), R = y("perspective"), L = y("aspect"), O = y("ease"), J = y("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [
308
- "center",
309
- "top",
310
- "bottom",
311
- "left",
312
- "right",
313
- "top-left",
314
- // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
315
- "left-top",
316
- "top-right",
317
- // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
318
- "right-top",
319
- "bottom-right",
320
- // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
321
- "right-bottom",
322
- "bottom-left",
323
- // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
324
- "left-bottom"
325
- ], V = () => [...F(), s, n], I = () => ["auto", "hidden", "clip", "visible", "scroll"], U = () => ["auto", "contain", "none"], u = () => [s, n, p], P = () => [Z, "full", "auto", ...u()], se = () => [Y, "none", "subgrid", s, n], X = () => ["auto", {
326
- span: ["full", Y, s, n]
327
- }, Y, s, n], B = () => [Y, "auto", s, n], ae = () => ["auto", "min", "max", "fr", s, n], D = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], j = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], S = () => ["auto", ...u()], M = () => [Z, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...u()], l = () => [e, s, n], ee = () => [...F(), we, xe, {
328
- position: [s, n]
329
- }], r = () => ["no-repeat", {
330
- repeat: ["", "x", "y", "space", "round"]
331
- }], m = () => ["auto", "cover", "contain", ur, lr, {
332
- size: [s, n]
333
- }], h = () => [ue, oe, q], b = () => [
334
- // Deprecated since Tailwind CSS v4.0.0
335
- "",
336
- "none",
337
- "full",
338
- E,
339
- s,
340
- n
341
- ], k = () => ["", f, oe, q], T = () => ["solid", "dashed", "dotted", "double"], H = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], x = () => [f, ue, we, xe], w = () => [
342
- // Deprecated since Tailwind CSS v4.0.0
343
- "",
344
- "none",
345
- A,
346
- s,
347
- n
348
- ], z = () => ["none", f, s, n], $ = () => ["none", f, s, n], re = () => [f, s, n], ie = () => [Z, "full", ...u()];
349
- return {
350
- cacheSize: 500,
351
- theme: {
352
- animate: ["spin", "ping", "pulse", "bounce"],
353
- aspect: ["video"],
354
- blur: [N],
355
- breakpoint: [N],
356
- color: [tr],
357
- container: [N],
358
- "drop-shadow": [N],
359
- ease: ["in", "out", "in-out"],
360
- font: [ir],
361
- "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
362
- "inset-shadow": [N],
363
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
364
- perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
365
- radius: [N],
366
- shadow: [N],
367
- spacing: ["px", f],
368
- text: [N],
369
- "text-shadow": [N],
370
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
371
- },
372
- classGroups: {
373
- // --------------
374
- // --- Layout ---
375
- // --------------
376
- /**
377
- * Aspect Ratio
378
- * @see https://tailwindcss.com/docs/aspect-ratio
379
- */
380
- aspect: [{
381
- aspect: ["auto", "square", Z, n, s, L]
382
- }],
383
- /**
384
- * Container
385
- * @see https://tailwindcss.com/docs/container
386
- * @deprecated since Tailwind CSS v4.0.0
387
- */
388
- container: ["container"],
389
- /**
390
- * Columns
391
- * @see https://tailwindcss.com/docs/columns
392
- */
393
- columns: [{
394
- columns: [f, n, s, g]
395
- }],
396
- /**
397
- * Break After
398
- * @see https://tailwindcss.com/docs/break-after
399
- */
400
- "break-after": [{
401
- "break-after": W()
402
- }],
403
- /**
404
- * Break Before
405
- * @see https://tailwindcss.com/docs/break-before
406
- */
407
- "break-before": [{
408
- "break-before": W()
409
- }],
410
- /**
411
- * Break Inside
412
- * @see https://tailwindcss.com/docs/break-inside
413
- */
414
- "break-inside": [{
415
- "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
416
- }],
417
- /**
418
- * Box Decoration Break
419
- * @see https://tailwindcss.com/docs/box-decoration-break
420
- */
421
- "box-decoration": [{
422
- "box-decoration": ["slice", "clone"]
423
- }],
424
- /**
425
- * Box Sizing
426
- * @see https://tailwindcss.com/docs/box-sizing
427
- */
428
- box: [{
429
- box: ["border", "content"]
430
- }],
431
- /**
432
- * Display
433
- * @see https://tailwindcss.com/docs/display
434
- */
435
- display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
436
- /**
437
- * Screen Reader Only
438
- * @see https://tailwindcss.com/docs/display#screen-reader-only
439
- */
440
- sr: ["sr-only", "not-sr-only"],
441
- /**
442
- * Floats
443
- * @see https://tailwindcss.com/docs/float
444
- */
445
- float: [{
446
- float: ["right", "left", "none", "start", "end"]
447
- }],
448
- /**
449
- * Clear
450
- * @see https://tailwindcss.com/docs/clear
451
- */
452
- clear: [{
453
- clear: ["left", "right", "both", "none", "start", "end"]
454
- }],
455
- /**
456
- * Isolation
457
- * @see https://tailwindcss.com/docs/isolation
458
- */
459
- isolation: ["isolate", "isolation-auto"],
460
- /**
461
- * Object Fit
462
- * @see https://tailwindcss.com/docs/object-fit
463
- */
464
- "object-fit": [{
465
- object: ["contain", "cover", "fill", "none", "scale-down"]
466
- }],
467
- /**
468
- * Object Position
469
- * @see https://tailwindcss.com/docs/object-position
470
- */
471
- "object-position": [{
472
- object: V()
473
- }],
474
- /**
475
- * Overflow
476
- * @see https://tailwindcss.com/docs/overflow
477
- */
478
- overflow: [{
479
- overflow: I()
480
- }],
481
- /**
482
- * Overflow X
483
- * @see https://tailwindcss.com/docs/overflow
484
- */
485
- "overflow-x": [{
486
- "overflow-x": I()
487
- }],
488
- /**
489
- * Overflow Y
490
- * @see https://tailwindcss.com/docs/overflow
491
- */
492
- "overflow-y": [{
493
- "overflow-y": I()
494
- }],
495
- /**
496
- * Overscroll Behavior
497
- * @see https://tailwindcss.com/docs/overscroll-behavior
498
- */
499
- overscroll: [{
500
- overscroll: U()
501
- }],
502
- /**
503
- * Overscroll Behavior X
504
- * @see https://tailwindcss.com/docs/overscroll-behavior
505
- */
506
- "overscroll-x": [{
507
- "overscroll-x": U()
508
- }],
509
- /**
510
- * Overscroll Behavior Y
511
- * @see https://tailwindcss.com/docs/overscroll-behavior
512
- */
513
- "overscroll-y": [{
514
- "overscroll-y": U()
515
- }],
516
- /**
517
- * Position
518
- * @see https://tailwindcss.com/docs/position
519
- */
520
- position: ["static", "fixed", "absolute", "relative", "sticky"],
521
- /**
522
- * Top / Right / Bottom / Left
523
- * @see https://tailwindcss.com/docs/top-right-bottom-left
524
- */
525
- inset: [{
526
- inset: P()
527
- }],
528
- /**
529
- * Right / Left
530
- * @see https://tailwindcss.com/docs/top-right-bottom-left
531
- */
532
- "inset-x": [{
533
- "inset-x": P()
534
- }],
535
- /**
536
- * Top / Bottom
537
- * @see https://tailwindcss.com/docs/top-right-bottom-left
538
- */
539
- "inset-y": [{
540
- "inset-y": P()
541
- }],
542
- /**
543
- * Start
544
- * @see https://tailwindcss.com/docs/top-right-bottom-left
545
- */
546
- start: [{
547
- start: P()
548
- }],
549
- /**
550
- * End
551
- * @see https://tailwindcss.com/docs/top-right-bottom-left
552
- */
553
- end: [{
554
- end: P()
555
- }],
556
- /**
557
- * Top
558
- * @see https://tailwindcss.com/docs/top-right-bottom-left
559
- */
560
- top: [{
561
- top: P()
562
- }],
563
- /**
564
- * Right
565
- * @see https://tailwindcss.com/docs/top-right-bottom-left
566
- */
567
- right: [{
568
- right: P()
569
- }],
570
- /**
571
- * Bottom
572
- * @see https://tailwindcss.com/docs/top-right-bottom-left
573
- */
574
- bottom: [{
575
- bottom: P()
576
- }],
577
- /**
578
- * Left
579
- * @see https://tailwindcss.com/docs/top-right-bottom-left
580
- */
581
- left: [{
582
- left: P()
583
- }],
584
- /**
585
- * Visibility
586
- * @see https://tailwindcss.com/docs/visibility
587
- */
588
- visibility: ["visible", "invisible", "collapse"],
589
- /**
590
- * Z-Index
591
- * @see https://tailwindcss.com/docs/z-index
592
- */
593
- z: [{
594
- z: [Y, "auto", s, n]
595
- }],
596
- // ------------------------
597
- // --- Flexbox and Grid ---
598
- // ------------------------
599
- /**
600
- * Flex Basis
601
- * @see https://tailwindcss.com/docs/flex-basis
602
- */
603
- basis: [{
604
- basis: [Z, "full", "auto", g, ...u()]
605
- }],
606
- /**
607
- * Flex Direction
608
- * @see https://tailwindcss.com/docs/flex-direction
609
- */
610
- "flex-direction": [{
611
- flex: ["row", "row-reverse", "col", "col-reverse"]
612
- }],
613
- /**
614
- * Flex Wrap
615
- * @see https://tailwindcss.com/docs/flex-wrap
616
- */
617
- "flex-wrap": [{
618
- flex: ["nowrap", "wrap", "wrap-reverse"]
619
- }],
620
- /**
621
- * Flex
622
- * @see https://tailwindcss.com/docs/flex
623
- */
624
- flex: [{
625
- flex: [f, Z, "auto", "initial", "none", n]
626
- }],
627
- /**
628
- * Flex Grow
629
- * @see https://tailwindcss.com/docs/flex-grow
630
- */
631
- grow: [{
632
- grow: ["", f, s, n]
633
- }],
634
- /**
635
- * Flex Shrink
636
- * @see https://tailwindcss.com/docs/flex-shrink
637
- */
638
- shrink: [{
639
- shrink: ["", f, s, n]
640
- }],
641
- /**
642
- * Order
643
- * @see https://tailwindcss.com/docs/order
644
- */
645
- order: [{
646
- order: [Y, "first", "last", "none", s, n]
647
- }],
648
- /**
649
- * Grid Template Columns
650
- * @see https://tailwindcss.com/docs/grid-template-columns
651
- */
652
- "grid-cols": [{
653
- "grid-cols": se()
654
- }],
655
- /**
656
- * Grid Column Start / End
657
- * @see https://tailwindcss.com/docs/grid-column
658
- */
659
- "col-start-end": [{
660
- col: X()
661
- }],
662
- /**
663
- * Grid Column Start
664
- * @see https://tailwindcss.com/docs/grid-column
665
- */
666
- "col-start": [{
667
- "col-start": B()
668
- }],
669
- /**
670
- * Grid Column End
671
- * @see https://tailwindcss.com/docs/grid-column
672
- */
673
- "col-end": [{
674
- "col-end": B()
675
- }],
676
- /**
677
- * Grid Template Rows
678
- * @see https://tailwindcss.com/docs/grid-template-rows
679
- */
680
- "grid-rows": [{
681
- "grid-rows": se()
682
- }],
683
- /**
684
- * Grid Row Start / End
685
- * @see https://tailwindcss.com/docs/grid-row
686
- */
687
- "row-start-end": [{
688
- row: X()
689
- }],
690
- /**
691
- * Grid Row Start
692
- * @see https://tailwindcss.com/docs/grid-row
693
- */
694
- "row-start": [{
695
- "row-start": B()
696
- }],
697
- /**
698
- * Grid Row End
699
- * @see https://tailwindcss.com/docs/grid-row
700
- */
701
- "row-end": [{
702
- "row-end": B()
703
- }],
704
- /**
705
- * Grid Auto Flow
706
- * @see https://tailwindcss.com/docs/grid-auto-flow
707
- */
708
- "grid-flow": [{
709
- "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
710
- }],
711
- /**
712
- * Grid Auto Columns
713
- * @see https://tailwindcss.com/docs/grid-auto-columns
714
- */
715
- "auto-cols": [{
716
- "auto-cols": ae()
717
- }],
718
- /**
719
- * Grid Auto Rows
720
- * @see https://tailwindcss.com/docs/grid-auto-rows
721
- */
722
- "auto-rows": [{
723
- "auto-rows": ae()
724
- }],
725
- /**
726
- * Gap
727
- * @see https://tailwindcss.com/docs/gap
728
- */
729
- gap: [{
730
- gap: u()
731
- }],
732
- /**
733
- * Gap X
734
- * @see https://tailwindcss.com/docs/gap
735
- */
736
- "gap-x": [{
737
- "gap-x": u()
738
- }],
739
- /**
740
- * Gap Y
741
- * @see https://tailwindcss.com/docs/gap
742
- */
743
- "gap-y": [{
744
- "gap-y": u()
745
- }],
746
- /**
747
- * Justify Content
748
- * @see https://tailwindcss.com/docs/justify-content
749
- */
750
- "justify-content": [{
751
- justify: [...D(), "normal"]
752
- }],
753
- /**
754
- * Justify Items
755
- * @see https://tailwindcss.com/docs/justify-items
756
- */
757
- "justify-items": [{
758
- "justify-items": [...j(), "normal"]
759
- }],
760
- /**
761
- * Justify Self
762
- * @see https://tailwindcss.com/docs/justify-self
763
- */
764
- "justify-self": [{
765
- "justify-self": ["auto", ...j()]
766
- }],
767
- /**
768
- * Align Content
769
- * @see https://tailwindcss.com/docs/align-content
770
- */
771
- "align-content": [{
772
- content: ["normal", ...D()]
773
- }],
774
- /**
775
- * Align Items
776
- * @see https://tailwindcss.com/docs/align-items
777
- */
778
- "align-items": [{
779
- items: [...j(), {
780
- baseline: ["", "last"]
781
- }]
782
- }],
783
- /**
784
- * Align Self
785
- * @see https://tailwindcss.com/docs/align-self
786
- */
787
- "align-self": [{
788
- self: ["auto", ...j(), {
789
- baseline: ["", "last"]
790
- }]
791
- }],
792
- /**
793
- * Place Content
794
- * @see https://tailwindcss.com/docs/place-content
795
- */
796
- "place-content": [{
797
- "place-content": D()
798
- }],
799
- /**
800
- * Place Items
801
- * @see https://tailwindcss.com/docs/place-items
802
- */
803
- "place-items": [{
804
- "place-items": [...j(), "baseline"]
805
- }],
806
- /**
807
- * Place Self
808
- * @see https://tailwindcss.com/docs/place-self
809
- */
810
- "place-self": [{
811
- "place-self": ["auto", ...j()]
812
- }],
813
- // Spacing
814
- /**
815
- * Padding
816
- * @see https://tailwindcss.com/docs/padding
817
- */
818
- p: [{
819
- p: u()
820
- }],
821
- /**
822
- * Padding X
823
- * @see https://tailwindcss.com/docs/padding
824
- */
825
- px: [{
826
- px: u()
827
- }],
828
- /**
829
- * Padding Y
830
- * @see https://tailwindcss.com/docs/padding
831
- */
832
- py: [{
833
- py: u()
834
- }],
835
- /**
836
- * Padding Start
837
- * @see https://tailwindcss.com/docs/padding
838
- */
839
- ps: [{
840
- ps: u()
841
- }],
842
- /**
843
- * Padding End
844
- * @see https://tailwindcss.com/docs/padding
845
- */
846
- pe: [{
847
- pe: u()
848
- }],
849
- /**
850
- * Padding Top
851
- * @see https://tailwindcss.com/docs/padding
852
- */
853
- pt: [{
854
- pt: u()
855
- }],
856
- /**
857
- * Padding Right
858
- * @see https://tailwindcss.com/docs/padding
859
- */
860
- pr: [{
861
- pr: u()
862
- }],
863
- /**
864
- * Padding Bottom
865
- * @see https://tailwindcss.com/docs/padding
866
- */
867
- pb: [{
868
- pb: u()
869
- }],
870
- /**
871
- * Padding Left
872
- * @see https://tailwindcss.com/docs/padding
873
- */
874
- pl: [{
875
- pl: u()
876
- }],
877
- /**
878
- * Margin
879
- * @see https://tailwindcss.com/docs/margin
880
- */
881
- m: [{
882
- m: S()
883
- }],
884
- /**
885
- * Margin X
886
- * @see https://tailwindcss.com/docs/margin
887
- */
888
- mx: [{
889
- mx: S()
890
- }],
891
- /**
892
- * Margin Y
893
- * @see https://tailwindcss.com/docs/margin
894
- */
895
- my: [{
896
- my: S()
897
- }],
898
- /**
899
- * Margin Start
900
- * @see https://tailwindcss.com/docs/margin
901
- */
902
- ms: [{
903
- ms: S()
904
- }],
905
- /**
906
- * Margin End
907
- * @see https://tailwindcss.com/docs/margin
908
- */
909
- me: [{
910
- me: S()
911
- }],
912
- /**
913
- * Margin Top
914
- * @see https://tailwindcss.com/docs/margin
915
- */
916
- mt: [{
917
- mt: S()
918
- }],
919
- /**
920
- * Margin Right
921
- * @see https://tailwindcss.com/docs/margin
922
- */
923
- mr: [{
924
- mr: S()
925
- }],
926
- /**
927
- * Margin Bottom
928
- * @see https://tailwindcss.com/docs/margin
929
- */
930
- mb: [{
931
- mb: S()
932
- }],
933
- /**
934
- * Margin Left
935
- * @see https://tailwindcss.com/docs/margin
936
- */
937
- ml: [{
938
- ml: S()
939
- }],
940
- /**
941
- * Space Between X
942
- * @see https://tailwindcss.com/docs/margin#adding-space-between-children
943
- */
944
- "space-x": [{
945
- "space-x": u()
946
- }],
947
- /**
948
- * Space Between X Reverse
949
- * @see https://tailwindcss.com/docs/margin#adding-space-between-children
950
- */
951
- "space-x-reverse": ["space-x-reverse"],
952
- /**
953
- * Space Between Y
954
- * @see https://tailwindcss.com/docs/margin#adding-space-between-children
955
- */
956
- "space-y": [{
957
- "space-y": u()
958
- }],
959
- /**
960
- * Space Between Y Reverse
961
- * @see https://tailwindcss.com/docs/margin#adding-space-between-children
962
- */
963
- "space-y-reverse": ["space-y-reverse"],
964
- // --------------
965
- // --- Sizing ---
966
- // --------------
967
- /**
968
- * Size
969
- * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
970
- */
971
- size: [{
972
- size: M()
973
- }],
974
- /**
975
- * Width
976
- * @see https://tailwindcss.com/docs/width
977
- */
978
- w: [{
979
- w: [g, "screen", ...M()]
980
- }],
981
- /**
982
- * Min-Width
983
- * @see https://tailwindcss.com/docs/min-width
984
- */
985
- "min-w": [{
986
- "min-w": [
987
- g,
988
- "screen",
989
- /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
990
- "none",
991
- ...M()
992
- ]
993
- }],
994
- /**
995
- * Max-Width
996
- * @see https://tailwindcss.com/docs/max-width
997
- */
998
- "max-w": [{
999
- "max-w": [
1000
- g,
1001
- "screen",
1002
- "none",
1003
- /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1004
- "prose",
1005
- /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1006
- {
1007
- screen: [c]
1008
- },
1009
- ...M()
1010
- ]
1011
- }],
1012
- /**
1013
- * Height
1014
- * @see https://tailwindcss.com/docs/height
1015
- */
1016
- h: [{
1017
- h: ["screen", "lh", ...M()]
1018
- }],
1019
- /**
1020
- * Min-Height
1021
- * @see https://tailwindcss.com/docs/min-height
1022
- */
1023
- "min-h": [{
1024
- "min-h": ["screen", "lh", "none", ...M()]
1025
- }],
1026
- /**
1027
- * Max-Height
1028
- * @see https://tailwindcss.com/docs/max-height
1029
- */
1030
- "max-h": [{
1031
- "max-h": ["screen", "lh", ...M()]
1032
- }],
1033
- // ------------------
1034
- // --- Typography ---
1035
- // ------------------
1036
- /**
1037
- * Font Size
1038
- * @see https://tailwindcss.com/docs/font-size
1039
- */
1040
- "font-size": [{
1041
- text: ["base", t, oe, q]
1042
- }],
1043
- /**
1044
- * Font Smoothing
1045
- * @see https://tailwindcss.com/docs/font-smoothing
1046
- */
1047
- "font-smoothing": ["antialiased", "subpixel-antialiased"],
1048
- /**
1049
- * Font Style
1050
- * @see https://tailwindcss.com/docs/font-style
1051
- */
1052
- "font-style": ["italic", "not-italic"],
1053
- /**
1054
- * Font Weight
1055
- * @see https://tailwindcss.com/docs/font-weight
1056
- */
1057
- "font-weight": [{
1058
- font: [o, s, me]
1059
- }],
1060
- /**
1061
- * Font Stretch
1062
- * @see https://tailwindcss.com/docs/font-stretch
1063
- */
1064
- "font-stretch": [{
1065
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ue, n]
1066
- }],
1067
- /**
1068
- * Font Family
1069
- * @see https://tailwindcss.com/docs/font-family
1070
- */
1071
- "font-family": [{
1072
- font: [dr, n, a]
1073
- }],
1074
- /**
1075
- * Font Variant Numeric
1076
- * @see https://tailwindcss.com/docs/font-variant-numeric
1077
- */
1078
- "fvn-normal": ["normal-nums"],
1079
- /**
1080
- * Font Variant Numeric
1081
- * @see https://tailwindcss.com/docs/font-variant-numeric
1082
- */
1083
- "fvn-ordinal": ["ordinal"],
1084
- /**
1085
- * Font Variant Numeric
1086
- * @see https://tailwindcss.com/docs/font-variant-numeric
1087
- */
1088
- "fvn-slashed-zero": ["slashed-zero"],
1089
- /**
1090
- * Font Variant Numeric
1091
- * @see https://tailwindcss.com/docs/font-variant-numeric
1092
- */
1093
- "fvn-figure": ["lining-nums", "oldstyle-nums"],
1094
- /**
1095
- * Font Variant Numeric
1096
- * @see https://tailwindcss.com/docs/font-variant-numeric
1097
- */
1098
- "fvn-spacing": ["proportional-nums", "tabular-nums"],
1099
- /**
1100
- * Font Variant Numeric
1101
- * @see https://tailwindcss.com/docs/font-variant-numeric
1102
- */
1103
- "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1104
- /**
1105
- * Letter Spacing
1106
- * @see https://tailwindcss.com/docs/letter-spacing
1107
- */
1108
- tracking: [{
1109
- tracking: [i, s, n]
1110
- }],
1111
- /**
1112
- * Line Clamp
1113
- * @see https://tailwindcss.com/docs/line-clamp
1114
- */
1115
- "line-clamp": [{
1116
- "line-clamp": [f, "none", s, me]
1117
- }],
1118
- /**
1119
- * Line Height
1120
- * @see https://tailwindcss.com/docs/line-height
1121
- */
1122
- leading: [{
1123
- leading: [
1124
- /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1125
- d,
1126
- ...u()
1127
- ]
1128
- }],
1129
- /**
1130
- * List Style Image
1131
- * @see https://tailwindcss.com/docs/list-style-image
1132
- */
1133
- "list-image": [{
1134
- "list-image": ["none", s, n]
1135
- }],
1136
- /**
1137
- * List Style Position
1138
- * @see https://tailwindcss.com/docs/list-style-position
1139
- */
1140
- "list-style-position": [{
1141
- list: ["inside", "outside"]
1142
- }],
1143
- /**
1144
- * List Style Type
1145
- * @see https://tailwindcss.com/docs/list-style-type
1146
- */
1147
- "list-style-type": [{
1148
- list: ["disc", "decimal", "none", s, n]
1149
- }],
1150
- /**
1151
- * Text Alignment
1152
- * @see https://tailwindcss.com/docs/text-align
1153
- */
1154
- "text-alignment": [{
1155
- text: ["left", "center", "right", "justify", "start", "end"]
1156
- }],
1157
- /**
1158
- * Placeholder Color
1159
- * @deprecated since Tailwind CSS v3.0.0
1160
- * @see https://v3.tailwindcss.com/docs/placeholder-color
1161
- */
1162
- "placeholder-color": [{
1163
- placeholder: l()
1164
- }],
1165
- /**
1166
- * Text Color
1167
- * @see https://tailwindcss.com/docs/text-color
1168
- */
1169
- "text-color": [{
1170
- text: l()
1171
- }],
1172
- /**
1173
- * Text Decoration
1174
- * @see https://tailwindcss.com/docs/text-decoration
1175
- */
1176
- "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1177
- /**
1178
- * Text Decoration Style
1179
- * @see https://tailwindcss.com/docs/text-decoration-style
1180
- */
1181
- "text-decoration-style": [{
1182
- decoration: [...T(), "wavy"]
1183
- }],
1184
- /**
1185
- * Text Decoration Thickness
1186
- * @see https://tailwindcss.com/docs/text-decoration-thickness
1187
- */
1188
- "text-decoration-thickness": [{
1189
- decoration: [f, "from-font", "auto", s, q]
1190
- }],
1191
- /**
1192
- * Text Decoration Color
1193
- * @see https://tailwindcss.com/docs/text-decoration-color
1194
- */
1195
- "text-decoration-color": [{
1196
- decoration: l()
1197
- }],
1198
- /**
1199
- * Text Underline Offset
1200
- * @see https://tailwindcss.com/docs/text-underline-offset
1201
- */
1202
- "underline-offset": [{
1203
- "underline-offset": [f, "auto", s, n]
1204
- }],
1205
- /**
1206
- * Text Transform
1207
- * @see https://tailwindcss.com/docs/text-transform
1208
- */
1209
- "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1210
- /**
1211
- * Text Overflow
1212
- * @see https://tailwindcss.com/docs/text-overflow
1213
- */
1214
- "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1215
- /**
1216
- * Text Wrap
1217
- * @see https://tailwindcss.com/docs/text-wrap
1218
- */
1219
- "text-wrap": [{
1220
- text: ["wrap", "nowrap", "balance", "pretty"]
1221
- }],
1222
- /**
1223
- * Text Indent
1224
- * @see https://tailwindcss.com/docs/text-indent
1225
- */
1226
- indent: [{
1227
- indent: u()
1228
- }],
1229
- /**
1230
- * Vertical Alignment
1231
- * @see https://tailwindcss.com/docs/vertical-align
1232
- */
1233
- "vertical-align": [{
1234
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s, n]
1235
- }],
1236
- /**
1237
- * Whitespace
1238
- * @see https://tailwindcss.com/docs/whitespace
1239
- */
1240
- whitespace: [{
1241
- whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1242
- }],
1243
- /**
1244
- * Word Break
1245
- * @see https://tailwindcss.com/docs/word-break
1246
- */
1247
- break: [{
1248
- break: ["normal", "words", "all", "keep"]
1249
- }],
1250
- /**
1251
- * Overflow Wrap
1252
- * @see https://tailwindcss.com/docs/overflow-wrap
1253
- */
1254
- wrap: [{
1255
- wrap: ["break-word", "anywhere", "normal"]
1256
- }],
1257
- /**
1258
- * Hyphens
1259
- * @see https://tailwindcss.com/docs/hyphens
1260
- */
1261
- hyphens: [{
1262
- hyphens: ["none", "manual", "auto"]
1263
- }],
1264
- /**
1265
- * Content
1266
- * @see https://tailwindcss.com/docs/content
1267
- */
1268
- content: [{
1269
- content: ["none", s, n]
1270
- }],
1271
- // -------------------
1272
- // --- Backgrounds ---
1273
- // -------------------
1274
- /**
1275
- * Background Attachment
1276
- * @see https://tailwindcss.com/docs/background-attachment
1277
- */
1278
- "bg-attachment": [{
1279
- bg: ["fixed", "local", "scroll"]
1280
- }],
1281
- /**
1282
- * Background Clip
1283
- * @see https://tailwindcss.com/docs/background-clip
1284
- */
1285
- "bg-clip": [{
1286
- "bg-clip": ["border", "padding", "content", "text"]
1287
- }],
1288
- /**
1289
- * Background Origin
1290
- * @see https://tailwindcss.com/docs/background-origin
1291
- */
1292
- "bg-origin": [{
1293
- "bg-origin": ["border", "padding", "content"]
1294
- }],
1295
- /**
1296
- * Background Position
1297
- * @see https://tailwindcss.com/docs/background-position
1298
- */
1299
- "bg-position": [{
1300
- bg: ee()
1301
- }],
1302
- /**
1303
- * Background Repeat
1304
- * @see https://tailwindcss.com/docs/background-repeat
1305
- */
1306
- "bg-repeat": [{
1307
- bg: r()
1308
- }],
1309
- /**
1310
- * Background Size
1311
- * @see https://tailwindcss.com/docs/background-size
1312
- */
1313
- "bg-size": [{
1314
- bg: m()
1315
- }],
1316
- /**
1317
- * Background Image
1318
- * @see https://tailwindcss.com/docs/background-image
1319
- */
1320
- "bg-image": [{
1321
- bg: ["none", {
1322
- linear: [{
1323
- to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1324
- }, Y, s, n],
1325
- radial: ["", s, n],
1326
- conic: [Y, s, n]
1327
- }, mr, cr]
1328
- }],
1329
- /**
1330
- * Background Color
1331
- * @see https://tailwindcss.com/docs/background-color
1332
- */
1333
- "bg-color": [{
1334
- bg: l()
1335
- }],
1336
- /**
1337
- * Gradient Color Stops From Position
1338
- * @see https://tailwindcss.com/docs/gradient-color-stops
1339
- */
1340
- "gradient-from-pos": [{
1341
- from: h()
1342
- }],
1343
- /**
1344
- * Gradient Color Stops Via Position
1345
- * @see https://tailwindcss.com/docs/gradient-color-stops
1346
- */
1347
- "gradient-via-pos": [{
1348
- via: h()
1349
- }],
1350
- /**
1351
- * Gradient Color Stops To Position
1352
- * @see https://tailwindcss.com/docs/gradient-color-stops
1353
- */
1354
- "gradient-to-pos": [{
1355
- to: h()
1356
- }],
1357
- /**
1358
- * Gradient Color Stops From
1359
- * @see https://tailwindcss.com/docs/gradient-color-stops
1360
- */
1361
- "gradient-from": [{
1362
- from: l()
1363
- }],
1364
- /**
1365
- * Gradient Color Stops Via
1366
- * @see https://tailwindcss.com/docs/gradient-color-stops
1367
- */
1368
- "gradient-via": [{
1369
- via: l()
1370
- }],
1371
- /**
1372
- * Gradient Color Stops To
1373
- * @see https://tailwindcss.com/docs/gradient-color-stops
1374
- */
1375
- "gradient-to": [{
1376
- to: l()
1377
- }],
1378
- // ---------------
1379
- // --- Borders ---
1380
- // ---------------
1381
- /**
1382
- * Border Radius
1383
- * @see https://tailwindcss.com/docs/border-radius
1384
- */
1385
- rounded: [{
1386
- rounded: b()
1387
- }],
1388
- /**
1389
- * Border Radius Start
1390
- * @see https://tailwindcss.com/docs/border-radius
1391
- */
1392
- "rounded-s": [{
1393
- "rounded-s": b()
1394
- }],
1395
- /**
1396
- * Border Radius End
1397
- * @see https://tailwindcss.com/docs/border-radius
1398
- */
1399
- "rounded-e": [{
1400
- "rounded-e": b()
1401
- }],
1402
- /**
1403
- * Border Radius Top
1404
- * @see https://tailwindcss.com/docs/border-radius
1405
- */
1406
- "rounded-t": [{
1407
- "rounded-t": b()
1408
- }],
1409
- /**
1410
- * Border Radius Right
1411
- * @see https://tailwindcss.com/docs/border-radius
1412
- */
1413
- "rounded-r": [{
1414
- "rounded-r": b()
1415
- }],
1416
- /**
1417
- * Border Radius Bottom
1418
- * @see https://tailwindcss.com/docs/border-radius
1419
- */
1420
- "rounded-b": [{
1421
- "rounded-b": b()
1422
- }],
1423
- /**
1424
- * Border Radius Left
1425
- * @see https://tailwindcss.com/docs/border-radius
1426
- */
1427
- "rounded-l": [{
1428
- "rounded-l": b()
1429
- }],
1430
- /**
1431
- * Border Radius Start Start
1432
- * @see https://tailwindcss.com/docs/border-radius
1433
- */
1434
- "rounded-ss": [{
1435
- "rounded-ss": b()
1436
- }],
1437
- /**
1438
- * Border Radius Start End
1439
- * @see https://tailwindcss.com/docs/border-radius
1440
- */
1441
- "rounded-se": [{
1442
- "rounded-se": b()
1443
- }],
1444
- /**
1445
- * Border Radius End End
1446
- * @see https://tailwindcss.com/docs/border-radius
1447
- */
1448
- "rounded-ee": [{
1449
- "rounded-ee": b()
1450
- }],
1451
- /**
1452
- * Border Radius End Start
1453
- * @see https://tailwindcss.com/docs/border-radius
1454
- */
1455
- "rounded-es": [{
1456
- "rounded-es": b()
1457
- }],
1458
- /**
1459
- * Border Radius Top Left
1460
- * @see https://tailwindcss.com/docs/border-radius
1461
- */
1462
- "rounded-tl": [{
1463
- "rounded-tl": b()
1464
- }],
1465
- /**
1466
- * Border Radius Top Right
1467
- * @see https://tailwindcss.com/docs/border-radius
1468
- */
1469
- "rounded-tr": [{
1470
- "rounded-tr": b()
1471
- }],
1472
- /**
1473
- * Border Radius Bottom Right
1474
- * @see https://tailwindcss.com/docs/border-radius
1475
- */
1476
- "rounded-br": [{
1477
- "rounded-br": b()
1478
- }],
1479
- /**
1480
- * Border Radius Bottom Left
1481
- * @see https://tailwindcss.com/docs/border-radius
1482
- */
1483
- "rounded-bl": [{
1484
- "rounded-bl": b()
1485
- }],
1486
- /**
1487
- * Border Width
1488
- * @see https://tailwindcss.com/docs/border-width
1489
- */
1490
- "border-w": [{
1491
- border: k()
1492
- }],
1493
- /**
1494
- * Border Width X
1495
- * @see https://tailwindcss.com/docs/border-width
1496
- */
1497
- "border-w-x": [{
1498
- "border-x": k()
1499
- }],
1500
- /**
1501
- * Border Width Y
1502
- * @see https://tailwindcss.com/docs/border-width
1503
- */
1504
- "border-w-y": [{
1505
- "border-y": k()
1506
- }],
1507
- /**
1508
- * Border Width Start
1509
- * @see https://tailwindcss.com/docs/border-width
1510
- */
1511
- "border-w-s": [{
1512
- "border-s": k()
1513
- }],
1514
- /**
1515
- * Border Width End
1516
- * @see https://tailwindcss.com/docs/border-width
1517
- */
1518
- "border-w-e": [{
1519
- "border-e": k()
1520
- }],
1521
- /**
1522
- * Border Width Top
1523
- * @see https://tailwindcss.com/docs/border-width
1524
- */
1525
- "border-w-t": [{
1526
- "border-t": k()
1527
- }],
1528
- /**
1529
- * Border Width Right
1530
- * @see https://tailwindcss.com/docs/border-width
1531
- */
1532
- "border-w-r": [{
1533
- "border-r": k()
1534
- }],
1535
- /**
1536
- * Border Width Bottom
1537
- * @see https://tailwindcss.com/docs/border-width
1538
- */
1539
- "border-w-b": [{
1540
- "border-b": k()
1541
- }],
1542
- /**
1543
- * Border Width Left
1544
- * @see https://tailwindcss.com/docs/border-width
1545
- */
1546
- "border-w-l": [{
1547
- "border-l": k()
1548
- }],
1549
- /**
1550
- * Divide Width X
1551
- * @see https://tailwindcss.com/docs/border-width#between-children
1552
- */
1553
- "divide-x": [{
1554
- "divide-x": k()
1555
- }],
1556
- /**
1557
- * Divide Width X Reverse
1558
- * @see https://tailwindcss.com/docs/border-width#between-children
1559
- */
1560
- "divide-x-reverse": ["divide-x-reverse"],
1561
- /**
1562
- * Divide Width Y
1563
- * @see https://tailwindcss.com/docs/border-width#between-children
1564
- */
1565
- "divide-y": [{
1566
- "divide-y": k()
1567
- }],
1568
- /**
1569
- * Divide Width Y Reverse
1570
- * @see https://tailwindcss.com/docs/border-width#between-children
1571
- */
1572
- "divide-y-reverse": ["divide-y-reverse"],
1573
- /**
1574
- * Border Style
1575
- * @see https://tailwindcss.com/docs/border-style
1576
- */
1577
- "border-style": [{
1578
- border: [...T(), "hidden", "none"]
1579
- }],
1580
- /**
1581
- * Divide Style
1582
- * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1583
- */
1584
- "divide-style": [{
1585
- divide: [...T(), "hidden", "none"]
1586
- }],
1587
- /**
1588
- * Border Color
1589
- * @see https://tailwindcss.com/docs/border-color
1590
- */
1591
- "border-color": [{
1592
- border: l()
1593
- }],
1594
- /**
1595
- * Border Color X
1596
- * @see https://tailwindcss.com/docs/border-color
1597
- */
1598
- "border-color-x": [{
1599
- "border-x": l()
1600
- }],
1601
- /**
1602
- * Border Color Y
1603
- * @see https://tailwindcss.com/docs/border-color
1604
- */
1605
- "border-color-y": [{
1606
- "border-y": l()
1607
- }],
1608
- /**
1609
- * Border Color S
1610
- * @see https://tailwindcss.com/docs/border-color
1611
- */
1612
- "border-color-s": [{
1613
- "border-s": l()
1614
- }],
1615
- /**
1616
- * Border Color E
1617
- * @see https://tailwindcss.com/docs/border-color
1618
- */
1619
- "border-color-e": [{
1620
- "border-e": l()
1621
- }],
1622
- /**
1623
- * Border Color Top
1624
- * @see https://tailwindcss.com/docs/border-color
1625
- */
1626
- "border-color-t": [{
1627
- "border-t": l()
1628
- }],
1629
- /**
1630
- * Border Color Right
1631
- * @see https://tailwindcss.com/docs/border-color
1632
- */
1633
- "border-color-r": [{
1634
- "border-r": l()
1635
- }],
1636
- /**
1637
- * Border Color Bottom
1638
- * @see https://tailwindcss.com/docs/border-color
1639
- */
1640
- "border-color-b": [{
1641
- "border-b": l()
1642
- }],
1643
- /**
1644
- * Border Color Left
1645
- * @see https://tailwindcss.com/docs/border-color
1646
- */
1647
- "border-color-l": [{
1648
- "border-l": l()
1649
- }],
1650
- /**
1651
- * Divide Color
1652
- * @see https://tailwindcss.com/docs/divide-color
1653
- */
1654
- "divide-color": [{
1655
- divide: l()
1656
- }],
1657
- /**
1658
- * Outline Style
1659
- * @see https://tailwindcss.com/docs/outline-style
1660
- */
1661
- "outline-style": [{
1662
- outline: [...T(), "none", "hidden"]
1663
- }],
1664
- /**
1665
- * Outline Offset
1666
- * @see https://tailwindcss.com/docs/outline-offset
1667
- */
1668
- "outline-offset": [{
1669
- "outline-offset": [f, s, n]
1670
- }],
1671
- /**
1672
- * Outline Width
1673
- * @see https://tailwindcss.com/docs/outline-width
1674
- */
1675
- "outline-w": [{
1676
- outline: ["", f, oe, q]
1677
- }],
1678
- /**
1679
- * Outline Color
1680
- * @see https://tailwindcss.com/docs/outline-color
1681
- */
1682
- "outline-color": [{
1683
- outline: l()
1684
- }],
1685
- // ---------------
1686
- // --- Effects ---
1687
- // ---------------
1688
- /**
1689
- * Box Shadow
1690
- * @see https://tailwindcss.com/docs/box-shadow
1691
- */
1692
- shadow: [{
1693
- shadow: [
1694
- // Deprecated since Tailwind CSS v4.0.0
1695
- "",
1696
- "none",
1697
- v,
1698
- ce,
1699
- le
1700
- ]
1701
- }],
1702
- /**
1703
- * Box Shadow Color
1704
- * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1705
- */
1706
- "shadow-color": [{
1707
- shadow: l()
1708
- }],
1709
- /**
1710
- * Inset Box Shadow
1711
- * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1712
- */
1713
- "inset-shadow": [{
1714
- "inset-shadow": ["none", _, ce, le]
1715
- }],
1716
- /**
1717
- * Inset Box Shadow Color
1718
- * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1719
- */
1720
- "inset-shadow-color": [{
1721
- "inset-shadow": l()
1722
- }],
1723
- /**
1724
- * Ring Width
1725
- * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1726
- */
1727
- "ring-w": [{
1728
- ring: k()
1729
- }],
1730
- /**
1731
- * Ring Width Inset
1732
- * @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
1733
- * @deprecated since Tailwind CSS v4.0.0
1734
- * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1735
- */
1736
- "ring-w-inset": ["ring-inset"],
1737
- /**
1738
- * Ring Color
1739
- * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1740
- */
1741
- "ring-color": [{
1742
- ring: l()
1743
- }],
1744
- /**
1745
- * Ring Offset Width
1746
- * @see https://v3.tailwindcss.com/docs/ring-offset-width
1747
- * @deprecated since Tailwind CSS v4.0.0
1748
- * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1749
- */
1750
- "ring-offset-w": [{
1751
- "ring-offset": [f, q]
1752
- }],
1753
- /**
1754
- * Ring Offset Color
1755
- * @see https://v3.tailwindcss.com/docs/ring-offset-color
1756
- * @deprecated since Tailwind CSS v4.0.0
1757
- * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1758
- */
1759
- "ring-offset-color": [{
1760
- "ring-offset": l()
1761
- }],
1762
- /**
1763
- * Inset Ring Width
1764
- * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1765
- */
1766
- "inset-ring-w": [{
1767
- "inset-ring": k()
1768
- }],
1769
- /**
1770
- * Inset Ring Color
1771
- * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1772
- */
1773
- "inset-ring-color": [{
1774
- "inset-ring": l()
1775
- }],
1776
- /**
1777
- * Text Shadow
1778
- * @see https://tailwindcss.com/docs/text-shadow
1779
- */
1780
- "text-shadow": [{
1781
- "text-shadow": ["none", C, ce, le]
1782
- }],
1783
- /**
1784
- * Text Shadow Color
1785
- * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1786
- */
1787
- "text-shadow-color": [{
1788
- "text-shadow": l()
1789
- }],
1790
- /**
1791
- * Opacity
1792
- * @see https://tailwindcss.com/docs/opacity
1793
- */
1794
- opacity: [{
1795
- opacity: [f, s, n]
1796
- }],
1797
- /**
1798
- * Mix Blend Mode
1799
- * @see https://tailwindcss.com/docs/mix-blend-mode
1800
- */
1801
- "mix-blend": [{
1802
- "mix-blend": [...H(), "plus-darker", "plus-lighter"]
1803
- }],
1804
- /**
1805
- * Background Blend Mode
1806
- * @see https://tailwindcss.com/docs/background-blend-mode
1807
- */
1808
- "bg-blend": [{
1809
- "bg-blend": H()
1810
- }],
1811
- /**
1812
- * Mask Clip
1813
- * @see https://tailwindcss.com/docs/mask-clip
1814
- */
1815
- "mask-clip": [{
1816
- "mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
1817
- }, "mask-no-clip"],
1818
- /**
1819
- * Mask Composite
1820
- * @see https://tailwindcss.com/docs/mask-composite
1821
- */
1822
- "mask-composite": [{
1823
- mask: ["add", "subtract", "intersect", "exclude"]
1824
- }],
1825
- /**
1826
- * Mask Image
1827
- * @see https://tailwindcss.com/docs/mask-image
1828
- */
1829
- "mask-image-linear-pos": [{
1830
- "mask-linear": [f]
1831
- }],
1832
- "mask-image-linear-from-pos": [{
1833
- "mask-linear-from": x()
1834
- }],
1835
- "mask-image-linear-to-pos": [{
1836
- "mask-linear-to": x()
1837
- }],
1838
- "mask-image-linear-from-color": [{
1839
- "mask-linear-from": l()
1840
- }],
1841
- "mask-image-linear-to-color": [{
1842
- "mask-linear-to": l()
1843
- }],
1844
- "mask-image-t-from-pos": [{
1845
- "mask-t-from": x()
1846
- }],
1847
- "mask-image-t-to-pos": [{
1848
- "mask-t-to": x()
1849
- }],
1850
- "mask-image-t-from-color": [{
1851
- "mask-t-from": l()
1852
- }],
1853
- "mask-image-t-to-color": [{
1854
- "mask-t-to": l()
1855
- }],
1856
- "mask-image-r-from-pos": [{
1857
- "mask-r-from": x()
1858
- }],
1859
- "mask-image-r-to-pos": [{
1860
- "mask-r-to": x()
1861
- }],
1862
- "mask-image-r-from-color": [{
1863
- "mask-r-from": l()
1864
- }],
1865
- "mask-image-r-to-color": [{
1866
- "mask-r-to": l()
1867
- }],
1868
- "mask-image-b-from-pos": [{
1869
- "mask-b-from": x()
1870
- }],
1871
- "mask-image-b-to-pos": [{
1872
- "mask-b-to": x()
1873
- }],
1874
- "mask-image-b-from-color": [{
1875
- "mask-b-from": l()
1876
- }],
1877
- "mask-image-b-to-color": [{
1878
- "mask-b-to": l()
1879
- }],
1880
- "mask-image-l-from-pos": [{
1881
- "mask-l-from": x()
1882
- }],
1883
- "mask-image-l-to-pos": [{
1884
- "mask-l-to": x()
1885
- }],
1886
- "mask-image-l-from-color": [{
1887
- "mask-l-from": l()
1888
- }],
1889
- "mask-image-l-to-color": [{
1890
- "mask-l-to": l()
1891
- }],
1892
- "mask-image-x-from-pos": [{
1893
- "mask-x-from": x()
1894
- }],
1895
- "mask-image-x-to-pos": [{
1896
- "mask-x-to": x()
1897
- }],
1898
- "mask-image-x-from-color": [{
1899
- "mask-x-from": l()
1900
- }],
1901
- "mask-image-x-to-color": [{
1902
- "mask-x-to": l()
1903
- }],
1904
- "mask-image-y-from-pos": [{
1905
- "mask-y-from": x()
1906
- }],
1907
- "mask-image-y-to-pos": [{
1908
- "mask-y-to": x()
1909
- }],
1910
- "mask-image-y-from-color": [{
1911
- "mask-y-from": l()
1912
- }],
1913
- "mask-image-y-to-color": [{
1914
- "mask-y-to": l()
1915
- }],
1916
- "mask-image-radial": [{
1917
- "mask-radial": [s, n]
1918
- }],
1919
- "mask-image-radial-from-pos": [{
1920
- "mask-radial-from": x()
1921
- }],
1922
- "mask-image-radial-to-pos": [{
1923
- "mask-radial-to": x()
1924
- }],
1925
- "mask-image-radial-from-color": [{
1926
- "mask-radial-from": l()
1927
- }],
1928
- "mask-image-radial-to-color": [{
1929
- "mask-radial-to": l()
1930
- }],
1931
- "mask-image-radial-shape": [{
1932
- "mask-radial": ["circle", "ellipse"]
1933
- }],
1934
- "mask-image-radial-size": [{
1935
- "mask-radial": [{
1936
- closest: ["side", "corner"],
1937
- farthest: ["side", "corner"]
1938
- }]
1939
- }],
1940
- "mask-image-radial-pos": [{
1941
- "mask-radial-at": F()
1942
- }],
1943
- "mask-image-conic-pos": [{
1944
- "mask-conic": [f]
1945
- }],
1946
- "mask-image-conic-from-pos": [{
1947
- "mask-conic-from": x()
1948
- }],
1949
- "mask-image-conic-to-pos": [{
1950
- "mask-conic-to": x()
1951
- }],
1952
- "mask-image-conic-from-color": [{
1953
- "mask-conic-from": l()
1954
- }],
1955
- "mask-image-conic-to-color": [{
1956
- "mask-conic-to": l()
1957
- }],
1958
- /**
1959
- * Mask Mode
1960
- * @see https://tailwindcss.com/docs/mask-mode
1961
- */
1962
- "mask-mode": [{
1963
- mask: ["alpha", "luminance", "match"]
1964
- }],
1965
- /**
1966
- * Mask Origin
1967
- * @see https://tailwindcss.com/docs/mask-origin
1968
- */
1969
- "mask-origin": [{
1970
- "mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
1971
- }],
1972
- /**
1973
- * Mask Position
1974
- * @see https://tailwindcss.com/docs/mask-position
1975
- */
1976
- "mask-position": [{
1977
- mask: ee()
1978
- }],
1979
- /**
1980
- * Mask Repeat
1981
- * @see https://tailwindcss.com/docs/mask-repeat
1982
- */
1983
- "mask-repeat": [{
1984
- mask: r()
1985
- }],
1986
- /**
1987
- * Mask Size
1988
- * @see https://tailwindcss.com/docs/mask-size
1989
- */
1990
- "mask-size": [{
1991
- mask: m()
1992
- }],
1993
- /**
1994
- * Mask Type
1995
- * @see https://tailwindcss.com/docs/mask-type
1996
- */
1997
- "mask-type": [{
1998
- "mask-type": ["alpha", "luminance"]
1999
- }],
2000
- /**
2001
- * Mask Image
2002
- * @see https://tailwindcss.com/docs/mask-image
2003
- */
2004
- "mask-image": [{
2005
- mask: ["none", s, n]
2006
- }],
2007
- // ---------------
2008
- // --- Filters ---
2009
- // ---------------
2010
- /**
2011
- * Filter
2012
- * @see https://tailwindcss.com/docs/filter
2013
- */
2014
- filter: [{
2015
- filter: [
2016
- // Deprecated since Tailwind CSS v3.0.0
2017
- "",
2018
- "none",
2019
- s,
2020
- n
2021
- ]
2022
- }],
2023
- /**
2024
- * Blur
2025
- * @see https://tailwindcss.com/docs/blur
2026
- */
2027
- blur: [{
2028
- blur: w()
2029
- }],
2030
- /**
2031
- * Brightness
2032
- * @see https://tailwindcss.com/docs/brightness
2033
- */
2034
- brightness: [{
2035
- brightness: [f, s, n]
2036
- }],
2037
- /**
2038
- * Contrast
2039
- * @see https://tailwindcss.com/docs/contrast
2040
- */
2041
- contrast: [{
2042
- contrast: [f, s, n]
2043
- }],
2044
- /**
2045
- * Drop Shadow
2046
- * @see https://tailwindcss.com/docs/drop-shadow
2047
- */
2048
- "drop-shadow": [{
2049
- "drop-shadow": [
2050
- // Deprecated since Tailwind CSS v4.0.0
2051
- "",
2052
- "none",
2053
- G,
2054
- ce,
2055
- le
2056
- ]
2057
- }],
2058
- /**
2059
- * Drop Shadow Color
2060
- * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2061
- */
2062
- "drop-shadow-color": [{
2063
- "drop-shadow": l()
2064
- }],
2065
- /**
2066
- * Grayscale
2067
- * @see https://tailwindcss.com/docs/grayscale
2068
- */
2069
- grayscale: [{
2070
- grayscale: ["", f, s, n]
2071
- }],
2072
- /**
2073
- * Hue Rotate
2074
- * @see https://tailwindcss.com/docs/hue-rotate
2075
- */
2076
- "hue-rotate": [{
2077
- "hue-rotate": [f, s, n]
2078
- }],
2079
- /**
2080
- * Invert
2081
- * @see https://tailwindcss.com/docs/invert
2082
- */
2083
- invert: [{
2084
- invert: ["", f, s, n]
2085
- }],
2086
- /**
2087
- * Saturate
2088
- * @see https://tailwindcss.com/docs/saturate
2089
- */
2090
- saturate: [{
2091
- saturate: [f, s, n]
2092
- }],
2093
- /**
2094
- * Sepia
2095
- * @see https://tailwindcss.com/docs/sepia
2096
- */
2097
- sepia: [{
2098
- sepia: ["", f, s, n]
2099
- }],
2100
- /**
2101
- * Backdrop Filter
2102
- * @see https://tailwindcss.com/docs/backdrop-filter
2103
- */
2104
- "backdrop-filter": [{
2105
- "backdrop-filter": [
2106
- // Deprecated since Tailwind CSS v3.0.0
2107
- "",
2108
- "none",
2109
- s,
2110
- n
2111
- ]
2112
- }],
2113
- /**
2114
- * Backdrop Blur
2115
- * @see https://tailwindcss.com/docs/backdrop-blur
2116
- */
2117
- "backdrop-blur": [{
2118
- "backdrop-blur": w()
2119
- }],
2120
- /**
2121
- * Backdrop Brightness
2122
- * @see https://tailwindcss.com/docs/backdrop-brightness
2123
- */
2124
- "backdrop-brightness": [{
2125
- "backdrop-brightness": [f, s, n]
2126
- }],
2127
- /**
2128
- * Backdrop Contrast
2129
- * @see https://tailwindcss.com/docs/backdrop-contrast
2130
- */
2131
- "backdrop-contrast": [{
2132
- "backdrop-contrast": [f, s, n]
2133
- }],
2134
- /**
2135
- * Backdrop Grayscale
2136
- * @see https://tailwindcss.com/docs/backdrop-grayscale
2137
- */
2138
- "backdrop-grayscale": [{
2139
- "backdrop-grayscale": ["", f, s, n]
2140
- }],
2141
- /**
2142
- * Backdrop Hue Rotate
2143
- * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2144
- */
2145
- "backdrop-hue-rotate": [{
2146
- "backdrop-hue-rotate": [f, s, n]
2147
- }],
2148
- /**
2149
- * Backdrop Invert
2150
- * @see https://tailwindcss.com/docs/backdrop-invert
2151
- */
2152
- "backdrop-invert": [{
2153
- "backdrop-invert": ["", f, s, n]
2154
- }],
2155
- /**
2156
- * Backdrop Opacity
2157
- * @see https://tailwindcss.com/docs/backdrop-opacity
2158
- */
2159
- "backdrop-opacity": [{
2160
- "backdrop-opacity": [f, s, n]
2161
- }],
2162
- /**
2163
- * Backdrop Saturate
2164
- * @see https://tailwindcss.com/docs/backdrop-saturate
2165
- */
2166
- "backdrop-saturate": [{
2167
- "backdrop-saturate": [f, s, n]
2168
- }],
2169
- /**
2170
- * Backdrop Sepia
2171
- * @see https://tailwindcss.com/docs/backdrop-sepia
2172
- */
2173
- "backdrop-sepia": [{
2174
- "backdrop-sepia": ["", f, s, n]
2175
- }],
2176
- // --------------
2177
- // --- Tables ---
2178
- // --------------
2179
- /**
2180
- * Border Collapse
2181
- * @see https://tailwindcss.com/docs/border-collapse
2182
- */
2183
- "border-collapse": [{
2184
- border: ["collapse", "separate"]
2185
- }],
2186
- /**
2187
- * Border Spacing
2188
- * @see https://tailwindcss.com/docs/border-spacing
2189
- */
2190
- "border-spacing": [{
2191
- "border-spacing": u()
2192
- }],
2193
- /**
2194
- * Border Spacing X
2195
- * @see https://tailwindcss.com/docs/border-spacing
2196
- */
2197
- "border-spacing-x": [{
2198
- "border-spacing-x": u()
2199
- }],
2200
- /**
2201
- * Border Spacing Y
2202
- * @see https://tailwindcss.com/docs/border-spacing
2203
- */
2204
- "border-spacing-y": [{
2205
- "border-spacing-y": u()
2206
- }],
2207
- /**
2208
- * Table Layout
2209
- * @see https://tailwindcss.com/docs/table-layout
2210
- */
2211
- "table-layout": [{
2212
- table: ["auto", "fixed"]
2213
- }],
2214
- /**
2215
- * Caption Side
2216
- * @see https://tailwindcss.com/docs/caption-side
2217
- */
2218
- caption: [{
2219
- caption: ["top", "bottom"]
2220
- }],
2221
- // ---------------------------------
2222
- // --- Transitions and Animation ---
2223
- // ---------------------------------
2224
- /**
2225
- * Transition Property
2226
- * @see https://tailwindcss.com/docs/transition-property
2227
- */
2228
- transition: [{
2229
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s, n]
2230
- }],
2231
- /**
2232
- * Transition Behavior
2233
- * @see https://tailwindcss.com/docs/transition-behavior
2234
- */
2235
- "transition-behavior": [{
2236
- transition: ["normal", "discrete"]
2237
- }],
2238
- /**
2239
- * Transition Duration
2240
- * @see https://tailwindcss.com/docs/transition-duration
2241
- */
2242
- duration: [{
2243
- duration: [f, "initial", s, n]
2244
- }],
2245
- /**
2246
- * Transition Timing Function
2247
- * @see https://tailwindcss.com/docs/transition-timing-function
2248
- */
2249
- ease: [{
2250
- ease: ["linear", "initial", O, s, n]
2251
- }],
2252
- /**
2253
- * Transition Delay
2254
- * @see https://tailwindcss.com/docs/transition-delay
2255
- */
2256
- delay: [{
2257
- delay: [f, s, n]
2258
- }],
2259
- /**
2260
- * Animation
2261
- * @see https://tailwindcss.com/docs/animation
2262
- */
2263
- animate: [{
2264
- animate: ["none", J, s, n]
2265
- }],
2266
- // ------------------
2267
- // --- Transforms ---
2268
- // ------------------
2269
- /**
2270
- * Backface Visibility
2271
- * @see https://tailwindcss.com/docs/backface-visibility
2272
- */
2273
- backface: [{
2274
- backface: ["hidden", "visible"]
2275
- }],
2276
- /**
2277
- * Perspective
2278
- * @see https://tailwindcss.com/docs/perspective
2279
- */
2280
- perspective: [{
2281
- perspective: [R, s, n]
2282
- }],
2283
- /**
2284
- * Perspective Origin
2285
- * @see https://tailwindcss.com/docs/perspective-origin
2286
- */
2287
- "perspective-origin": [{
2288
- "perspective-origin": V()
2289
- }],
2290
- /**
2291
- * Rotate
2292
- * @see https://tailwindcss.com/docs/rotate
2293
- */
2294
- rotate: [{
2295
- rotate: z()
2296
- }],
2297
- /**
2298
- * Rotate X
2299
- * @see https://tailwindcss.com/docs/rotate
2300
- */
2301
- "rotate-x": [{
2302
- "rotate-x": z()
2303
- }],
2304
- /**
2305
- * Rotate Y
2306
- * @see https://tailwindcss.com/docs/rotate
2307
- */
2308
- "rotate-y": [{
2309
- "rotate-y": z()
2310
- }],
2311
- /**
2312
- * Rotate Z
2313
- * @see https://tailwindcss.com/docs/rotate
2314
- */
2315
- "rotate-z": [{
2316
- "rotate-z": z()
2317
- }],
2318
- /**
2319
- * Scale
2320
- * @see https://tailwindcss.com/docs/scale
2321
- */
2322
- scale: [{
2323
- scale: $()
2324
- }],
2325
- /**
2326
- * Scale X
2327
- * @see https://tailwindcss.com/docs/scale
2328
- */
2329
- "scale-x": [{
2330
- "scale-x": $()
2331
- }],
2332
- /**
2333
- * Scale Y
2334
- * @see https://tailwindcss.com/docs/scale
2335
- */
2336
- "scale-y": [{
2337
- "scale-y": $()
2338
- }],
2339
- /**
2340
- * Scale Z
2341
- * @see https://tailwindcss.com/docs/scale
2342
- */
2343
- "scale-z": [{
2344
- "scale-z": $()
2345
- }],
2346
- /**
2347
- * Scale 3D
2348
- * @see https://tailwindcss.com/docs/scale
2349
- */
2350
- "scale-3d": ["scale-3d"],
2351
- /**
2352
- * Skew
2353
- * @see https://tailwindcss.com/docs/skew
2354
- */
2355
- skew: [{
2356
- skew: re()
2357
- }],
2358
- /**
2359
- * Skew X
2360
- * @see https://tailwindcss.com/docs/skew
2361
- */
2362
- "skew-x": [{
2363
- "skew-x": re()
2364
- }],
2365
- /**
2366
- * Skew Y
2367
- * @see https://tailwindcss.com/docs/skew
2368
- */
2369
- "skew-y": [{
2370
- "skew-y": re()
2371
- }],
2372
- /**
2373
- * Transform
2374
- * @see https://tailwindcss.com/docs/transform
2375
- */
2376
- transform: [{
2377
- transform: [s, n, "", "none", "gpu", "cpu"]
2378
- }],
2379
- /**
2380
- * Transform Origin
2381
- * @see https://tailwindcss.com/docs/transform-origin
2382
- */
2383
- "transform-origin": [{
2384
- origin: V()
2385
- }],
2386
- /**
2387
- * Transform Style
2388
- * @see https://tailwindcss.com/docs/transform-style
2389
- */
2390
- "transform-style": [{
2391
- transform: ["3d", "flat"]
2392
- }],
2393
- /**
2394
- * Translate
2395
- * @see https://tailwindcss.com/docs/translate
2396
- */
2397
- translate: [{
2398
- translate: ie()
2399
- }],
2400
- /**
2401
- * Translate X
2402
- * @see https://tailwindcss.com/docs/translate
2403
- */
2404
- "translate-x": [{
2405
- "translate-x": ie()
2406
- }],
2407
- /**
2408
- * Translate Y
2409
- * @see https://tailwindcss.com/docs/translate
2410
- */
2411
- "translate-y": [{
2412
- "translate-y": ie()
2413
- }],
2414
- /**
2415
- * Translate Z
2416
- * @see https://tailwindcss.com/docs/translate
2417
- */
2418
- "translate-z": [{
2419
- "translate-z": ie()
2420
- }],
2421
- /**
2422
- * Translate None
2423
- * @see https://tailwindcss.com/docs/translate
2424
- */
2425
- "translate-none": ["translate-none"],
2426
- // ---------------------
2427
- // --- Interactivity ---
2428
- // ---------------------
2429
- /**
2430
- * Accent Color
2431
- * @see https://tailwindcss.com/docs/accent-color
2432
- */
2433
- accent: [{
2434
- accent: l()
2435
- }],
2436
- /**
2437
- * Appearance
2438
- * @see https://tailwindcss.com/docs/appearance
2439
- */
2440
- appearance: [{
2441
- appearance: ["none", "auto"]
2442
- }],
2443
- /**
2444
- * Caret Color
2445
- * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2446
- */
2447
- "caret-color": [{
2448
- caret: l()
2449
- }],
2450
- /**
2451
- * Color Scheme
2452
- * @see https://tailwindcss.com/docs/color-scheme
2453
- */
2454
- "color-scheme": [{
2455
- scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
2456
- }],
2457
- /**
2458
- * Cursor
2459
- * @see https://tailwindcss.com/docs/cursor
2460
- */
2461
- cursor: [{
2462
- cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", s, n]
2463
- }],
2464
- /**
2465
- * Field Sizing
2466
- * @see https://tailwindcss.com/docs/field-sizing
2467
- */
2468
- "field-sizing": [{
2469
- "field-sizing": ["fixed", "content"]
2470
- }],
2471
- /**
2472
- * Pointer Events
2473
- * @see https://tailwindcss.com/docs/pointer-events
2474
- */
2475
- "pointer-events": [{
2476
- "pointer-events": ["auto", "none"]
2477
- }],
2478
- /**
2479
- * Resize
2480
- * @see https://tailwindcss.com/docs/resize
2481
- */
2482
- resize: [{
2483
- resize: ["none", "", "y", "x"]
2484
- }],
2485
- /**
2486
- * Scroll Behavior
2487
- * @see https://tailwindcss.com/docs/scroll-behavior
2488
- */
2489
- "scroll-behavior": [{
2490
- scroll: ["auto", "smooth"]
2491
- }],
2492
- /**
2493
- * Scroll Margin
2494
- * @see https://tailwindcss.com/docs/scroll-margin
2495
- */
2496
- "scroll-m": [{
2497
- "scroll-m": u()
2498
- }],
2499
- /**
2500
- * Scroll Margin X
2501
- * @see https://tailwindcss.com/docs/scroll-margin
2502
- */
2503
- "scroll-mx": [{
2504
- "scroll-mx": u()
2505
- }],
2506
- /**
2507
- * Scroll Margin Y
2508
- * @see https://tailwindcss.com/docs/scroll-margin
2509
- */
2510
- "scroll-my": [{
2511
- "scroll-my": u()
2512
- }],
2513
- /**
2514
- * Scroll Margin Start
2515
- * @see https://tailwindcss.com/docs/scroll-margin
2516
- */
2517
- "scroll-ms": [{
2518
- "scroll-ms": u()
2519
- }],
2520
- /**
2521
- * Scroll Margin End
2522
- * @see https://tailwindcss.com/docs/scroll-margin
2523
- */
2524
- "scroll-me": [{
2525
- "scroll-me": u()
2526
- }],
2527
- /**
2528
- * Scroll Margin Top
2529
- * @see https://tailwindcss.com/docs/scroll-margin
2530
- */
2531
- "scroll-mt": [{
2532
- "scroll-mt": u()
2533
- }],
2534
- /**
2535
- * Scroll Margin Right
2536
- * @see https://tailwindcss.com/docs/scroll-margin
2537
- */
2538
- "scroll-mr": [{
2539
- "scroll-mr": u()
2540
- }],
2541
- /**
2542
- * Scroll Margin Bottom
2543
- * @see https://tailwindcss.com/docs/scroll-margin
2544
- */
2545
- "scroll-mb": [{
2546
- "scroll-mb": u()
2547
- }],
2548
- /**
2549
- * Scroll Margin Left
2550
- * @see https://tailwindcss.com/docs/scroll-margin
2551
- */
2552
- "scroll-ml": [{
2553
- "scroll-ml": u()
2554
- }],
2555
- /**
2556
- * Scroll Padding
2557
- * @see https://tailwindcss.com/docs/scroll-padding
2558
- */
2559
- "scroll-p": [{
2560
- "scroll-p": u()
2561
- }],
2562
- /**
2563
- * Scroll Padding X
2564
- * @see https://tailwindcss.com/docs/scroll-padding
2565
- */
2566
- "scroll-px": [{
2567
- "scroll-px": u()
2568
- }],
2569
- /**
2570
- * Scroll Padding Y
2571
- * @see https://tailwindcss.com/docs/scroll-padding
2572
- */
2573
- "scroll-py": [{
2574
- "scroll-py": u()
2575
- }],
2576
- /**
2577
- * Scroll Padding Start
2578
- * @see https://tailwindcss.com/docs/scroll-padding
2579
- */
2580
- "scroll-ps": [{
2581
- "scroll-ps": u()
2582
- }],
2583
- /**
2584
- * Scroll Padding End
2585
- * @see https://tailwindcss.com/docs/scroll-padding
2586
- */
2587
- "scroll-pe": [{
2588
- "scroll-pe": u()
2589
- }],
2590
- /**
2591
- * Scroll Padding Top
2592
- * @see https://tailwindcss.com/docs/scroll-padding
2593
- */
2594
- "scroll-pt": [{
2595
- "scroll-pt": u()
2596
- }],
2597
- /**
2598
- * Scroll Padding Right
2599
- * @see https://tailwindcss.com/docs/scroll-padding
2600
- */
2601
- "scroll-pr": [{
2602
- "scroll-pr": u()
2603
- }],
2604
- /**
2605
- * Scroll Padding Bottom
2606
- * @see https://tailwindcss.com/docs/scroll-padding
2607
- */
2608
- "scroll-pb": [{
2609
- "scroll-pb": u()
2610
- }],
2611
- /**
2612
- * Scroll Padding Left
2613
- * @see https://tailwindcss.com/docs/scroll-padding
2614
- */
2615
- "scroll-pl": [{
2616
- "scroll-pl": u()
2617
- }],
2618
- /**
2619
- * Scroll Snap Align
2620
- * @see https://tailwindcss.com/docs/scroll-snap-align
2621
- */
2622
- "snap-align": [{
2623
- snap: ["start", "end", "center", "align-none"]
2624
- }],
2625
- /**
2626
- * Scroll Snap Stop
2627
- * @see https://tailwindcss.com/docs/scroll-snap-stop
2628
- */
2629
- "snap-stop": [{
2630
- snap: ["normal", "always"]
2631
- }],
2632
- /**
2633
- * Scroll Snap Type
2634
- * @see https://tailwindcss.com/docs/scroll-snap-type
2635
- */
2636
- "snap-type": [{
2637
- snap: ["none", "x", "y", "both"]
2638
- }],
2639
- /**
2640
- * Scroll Snap Type Strictness
2641
- * @see https://tailwindcss.com/docs/scroll-snap-type
2642
- */
2643
- "snap-strictness": [{
2644
- snap: ["mandatory", "proximity"]
2645
- }],
2646
- /**
2647
- * Touch Action
2648
- * @see https://tailwindcss.com/docs/touch-action
2649
- */
2650
- touch: [{
2651
- touch: ["auto", "none", "manipulation"]
2652
- }],
2653
- /**
2654
- * Touch Action X
2655
- * @see https://tailwindcss.com/docs/touch-action
2656
- */
2657
- "touch-x": [{
2658
- "touch-pan": ["x", "left", "right"]
2659
- }],
2660
- /**
2661
- * Touch Action Y
2662
- * @see https://tailwindcss.com/docs/touch-action
2663
- */
2664
- "touch-y": [{
2665
- "touch-pan": ["y", "up", "down"]
2666
- }],
2667
- /**
2668
- * Touch Action Pinch Zoom
2669
- * @see https://tailwindcss.com/docs/touch-action
2670
- */
2671
- "touch-pz": ["touch-pinch-zoom"],
2672
- /**
2673
- * User Select
2674
- * @see https://tailwindcss.com/docs/user-select
2675
- */
2676
- select: [{
2677
- select: ["none", "text", "all", "auto"]
2678
- }],
2679
- /**
2680
- * Will Change
2681
- * @see https://tailwindcss.com/docs/will-change
2682
- */
2683
- "will-change": [{
2684
- "will-change": ["auto", "scroll", "contents", "transform", s, n]
2685
- }],
2686
- // -----------
2687
- // --- SVG ---
2688
- // -----------
2689
- /**
2690
- * Fill
2691
- * @see https://tailwindcss.com/docs/fill
2692
- */
2693
- fill: [{
2694
- fill: ["none", ...l()]
2695
- }],
2696
- /**
2697
- * Stroke Width
2698
- * @see https://tailwindcss.com/docs/stroke-width
2699
- */
2700
- "stroke-w": [{
2701
- stroke: [f, oe, q, me]
2702
- }],
2703
- /**
2704
- * Stroke
2705
- * @see https://tailwindcss.com/docs/stroke
2706
- */
2707
- stroke: [{
2708
- stroke: ["none", ...l()]
2709
- }],
2710
- // ---------------------
2711
- // --- Accessibility ---
2712
- // ---------------------
2713
- /**
2714
- * Forced Color Adjust
2715
- * @see https://tailwindcss.com/docs/forced-color-adjust
2716
- */
2717
- "forced-color-adjust": [{
2718
- "forced-color-adjust": ["auto", "none"]
2719
- }]
2720
- },
2721
- conflictingClassGroups: {
2722
- overflow: ["overflow-x", "overflow-y"],
2723
- overscroll: ["overscroll-x", "overscroll-y"],
2724
- inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2725
- "inset-x": ["right", "left"],
2726
- "inset-y": ["top", "bottom"],
2727
- flex: ["basis", "grow", "shrink"],
2728
- gap: ["gap-x", "gap-y"],
2729
- p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2730
- px: ["pr", "pl"],
2731
- py: ["pt", "pb"],
2732
- m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2733
- mx: ["mr", "ml"],
2734
- my: ["mt", "mb"],
2735
- size: ["w", "h"],
2736
- "font-size": ["leading"],
2737
- "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2738
- "fvn-ordinal": ["fvn-normal"],
2739
- "fvn-slashed-zero": ["fvn-normal"],
2740
- "fvn-figure": ["fvn-normal"],
2741
- "fvn-spacing": ["fvn-normal"],
2742
- "fvn-fraction": ["fvn-normal"],
2743
- "line-clamp": ["display", "overflow"],
2744
- rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
2745
- "rounded-s": ["rounded-ss", "rounded-es"],
2746
- "rounded-e": ["rounded-se", "rounded-ee"],
2747
- "rounded-t": ["rounded-tl", "rounded-tr"],
2748
- "rounded-r": ["rounded-tr", "rounded-br"],
2749
- "rounded-b": ["rounded-br", "rounded-bl"],
2750
- "rounded-l": ["rounded-tl", "rounded-bl"],
2751
- "border-spacing": ["border-spacing-x", "border-spacing-y"],
2752
- "border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2753
- "border-w-x": ["border-w-r", "border-w-l"],
2754
- "border-w-y": ["border-w-t", "border-w-b"],
2755
- "border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2756
- "border-color-x": ["border-color-r", "border-color-l"],
2757
- "border-color-y": ["border-color-t", "border-color-b"],
2758
- translate: ["translate-x", "translate-y", "translate-none"],
2759
- "translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
2760
- "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2761
- "scroll-mx": ["scroll-mr", "scroll-ml"],
2762
- "scroll-my": ["scroll-mt", "scroll-mb"],
2763
- "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2764
- "scroll-px": ["scroll-pr", "scroll-pl"],
2765
- "scroll-py": ["scroll-pt", "scroll-pb"],
2766
- touch: ["touch-x", "touch-y", "touch-pz"],
2767
- "touch-x": ["touch"],
2768
- "touch-y": ["touch"],
2769
- "touch-pz": ["touch"]
2770
- },
2771
- conflictingClassGroupModifiers: {
2772
- "font-size": ["leading"]
2773
- },
2774
- orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2775
- };
2776
- }, gr = /* @__PURE__ */ He(br);
2777
- function Er(...e) {
2778
- return gr(Ne(e));
2779
- }
2780
- var de = { exports: {} }, te = {};
2781
- /**
2782
- * @license React
2783
- * react-jsx-runtime.production.js
2784
- *
2785
- * Copyright (c) Meta Platforms, Inc. and affiliates.
2786
- *
2787
- * This source code is licensed under the MIT license found in the
2788
- * LICENSE file in the root directory of this source tree.
2789
- */
2790
- var ye;
2791
- function hr() {
2792
- if (ye) return te;
2793
- ye = 1;
2794
- var e = Symbol.for("react.transitional.element"), a = Symbol.for("react.fragment");
2795
- function t(o, i, d) {
2796
- var c = null;
2797
- if (d !== void 0 && (c = "" + d), i.key !== void 0 && (c = "" + i.key), "key" in i) {
2798
- d = {};
2799
- for (var g in i)
2800
- g !== "key" && (d[g] = i[g]);
2801
- } else d = i;
2802
- return i = d.ref, {
2803
- $$typeof: e,
2804
- type: o,
2805
- key: c,
2806
- ref: i !== void 0 ? i : null,
2807
- props: d
2808
- };
2809
- }
2810
- return te.Fragment = a, te.jsx = t, te.jsxs = t, te;
2811
- }
2812
- var ne = {};
2813
- /**
2814
- * @license React
2815
- * react-jsx-runtime.development.js
2816
- *
2817
- * Copyright (c) Meta Platforms, Inc. and affiliates.
2818
- *
2819
- * This source code is licensed under the MIT license found in the
2820
- * LICENSE file in the root directory of this source tree.
2821
- */
2822
- var ve;
2823
- function kr() {
2824
- return ve || (ve = 1, process.env.NODE_ENV !== "production" && (function() {
2825
- function e(r) {
2826
- if (r == null) return null;
2827
- if (typeof r == "function")
2828
- return r.$$typeof === se ? null : r.displayName || r.name || null;
2829
- if (typeof r == "string") return r;
2830
- switch (r) {
2831
- case R:
2832
- return "Fragment";
2833
- case O:
2834
- return "Profiler";
2835
- case L:
2836
- return "StrictMode";
2837
- case V:
2838
- return "Suspense";
2839
- case I:
2840
- return "SuspenseList";
2841
- case P:
2842
- return "Activity";
2843
- }
2844
- if (typeof r == "object")
2845
- switch (typeof r.tag == "number" && console.error(
2846
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
2847
- ), r.$$typeof) {
2848
- case A:
2849
- return "Portal";
2850
- case W:
2851
- return (r.displayName || "Context") + ".Provider";
2852
- case J:
2853
- return (r._context.displayName || "Context") + ".Consumer";
2854
- case F:
2855
- var m = r.render;
2856
- return r = r.displayName, r || (r = m.displayName || m.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
2857
- case U:
2858
- return m = r.displayName || null, m !== null ? m : e(r.type) || "Memo";
2859
- case u:
2860
- m = r._payload, r = r._init;
2861
- try {
2862
- return e(r(m));
2863
- } catch {
2864
- }
2865
- }
2866
- return null;
2867
- }
2868
- function a(r) {
2869
- return "" + r;
2870
- }
2871
- function t(r) {
2872
- try {
2873
- a(r);
2874
- var m = !1;
2875
- } catch {
2876
- m = !0;
2877
- }
2878
- if (m) {
2879
- m = console;
2880
- var h = m.error, b = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
2881
- return h.call(
2882
- m,
2883
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
2884
- b
2885
- ), a(r);
2886
- }
2887
- }
2888
- function o(r) {
2889
- if (r === R) return "<>";
2890
- if (typeof r == "object" && r !== null && r.$$typeof === u)
2891
- return "<...>";
2892
- try {
2893
- var m = e(r);
2894
- return m ? "<" + m + ">" : "<...>";
2895
- } catch {
2896
- return "<...>";
2897
- }
2898
- }
2899
- function i() {
2900
- var r = X.A;
2901
- return r === null ? null : r.getOwner();
2902
- }
2903
- function d() {
2904
- return Error("react-stack-top-frame");
2905
- }
2906
- function c(r) {
2907
- if (B.call(r, "key")) {
2908
- var m = Object.getOwnPropertyDescriptor(r, "key").get;
2909
- if (m && m.isReactWarning) return !1;
2910
- }
2911
- return r.key !== void 0;
2912
- }
2913
- function g(r, m) {
2914
- function h() {
2915
- j || (j = !0, console.error(
2916
- "%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)",
2917
- m
2918
- ));
2919
- }
2920
- h.isReactWarning = !0, Object.defineProperty(r, "key", {
2921
- get: h,
2922
- configurable: !0
2923
- });
2924
- }
2925
- function p() {
2926
- var r = e(this.type);
2927
- return S[r] || (S[r] = !0, console.error(
2928
- "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."
2929
- )), r = this.props.ref, r !== void 0 ? r : null;
2930
- }
2931
- function E(r, m, h, b, k, T, H, x) {
2932
- return h = T.ref, r = {
2933
- $$typeof: G,
2934
- type: r,
2935
- key: m,
2936
- props: T,
2937
- _owner: k
2938
- }, (h !== void 0 ? h : null) !== null ? Object.defineProperty(r, "ref", {
2939
- enumerable: !1,
2940
- get: p
2941
- }) : Object.defineProperty(r, "ref", { enumerable: !1, value: null }), r._store = {}, Object.defineProperty(r._store, "validated", {
2942
- configurable: !1,
2943
- enumerable: !1,
2944
- writable: !0,
2945
- value: 0
2946
- }), Object.defineProperty(r, "_debugInfo", {
2947
- configurable: !1,
2948
- enumerable: !1,
2949
- writable: !0,
2950
- value: null
2951
- }), Object.defineProperty(r, "_debugStack", {
2952
- configurable: !1,
2953
- enumerable: !1,
2954
- writable: !0,
2955
- value: H
2956
- }), Object.defineProperty(r, "_debugTask", {
2957
- configurable: !1,
2958
- enumerable: !1,
2959
- writable: !0,
2960
- value: x
2961
- }), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
2962
- }
2963
- function v(r, m, h, b, k, T, H, x) {
2964
- var w = m.children;
2965
- if (w !== void 0)
2966
- if (b)
2967
- if (ae(w)) {
2968
- for (b = 0; b < w.length; b++)
2969
- _(w[b]);
2970
- Object.freeze && Object.freeze(w);
2971
- } else
2972
- console.error(
2973
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
2974
- );
2975
- else _(w);
2976
- if (B.call(m, "key")) {
2977
- w = e(r);
2978
- var z = Object.keys(m).filter(function(re) {
2979
- return re !== "key";
2980
- });
2981
- b = 0 < z.length ? "{key: someKey, " + z.join(": ..., ") + ": ...}" : "{key: someKey}", ee[w + b] || (z = 0 < z.length ? "{" + z.join(": ..., ") + ": ...}" : "{}", console.error(
2982
- `A props object containing a "key" prop is being spread into JSX:
2983
- let props = %s;
2984
- <%s {...props} />
2985
- React keys must be passed directly to JSX without using spread:
2986
- let props = %s;
2987
- <%s key={someKey} {...props} />`,
2988
- b,
2989
- w,
2990
- z,
2991
- w
2992
- ), ee[w + b] = !0);
2993
- }
2994
- if (w = null, h !== void 0 && (t(h), w = "" + h), c(m) && (t(m.key), w = "" + m.key), "key" in m) {
2995
- h = {};
2996
- for (var $ in m)
2997
- $ !== "key" && (h[$] = m[$]);
2998
- } else h = m;
2999
- return w && g(
3000
- h,
3001
- typeof r == "function" ? r.displayName || r.name || "Unknown" : r
3002
- ), E(
3003
- r,
3004
- w,
3005
- T,
3006
- k,
3007
- i(),
3008
- h,
3009
- H,
3010
- x
3011
- );
3012
- }
3013
- function _(r) {
3014
- typeof r == "object" && r !== null && r.$$typeof === G && r._store && (r._store.validated = 1);
3015
- }
3016
- var C = je, G = Symbol.for("react.transitional.element"), A = Symbol.for("react.portal"), R = Symbol.for("react.fragment"), L = Symbol.for("react.strict_mode"), O = Symbol.for("react.profiler"), J = Symbol.for("react.consumer"), W = Symbol.for("react.context"), F = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), I = Symbol.for("react.suspense_list"), U = Symbol.for("react.memo"), u = Symbol.for("react.lazy"), P = Symbol.for("react.activity"), se = Symbol.for("react.client.reference"), X = C.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, B = Object.prototype.hasOwnProperty, ae = Array.isArray, D = console.createTask ? console.createTask : function() {
3017
- return null;
3018
- };
3019
- C = {
3020
- react_stack_bottom_frame: function(r) {
3021
- return r();
3022
- }
3023
- };
3024
- var j, S = {}, M = C.react_stack_bottom_frame.bind(
3025
- C,
3026
- d
3027
- )(), l = D(o(d)), ee = {};
3028
- ne.Fragment = R, ne.jsx = function(r, m, h, b, k) {
3029
- var T = 1e4 > X.recentlyCreatedOwnerStacks++;
3030
- return v(
3031
- r,
3032
- m,
3033
- h,
3034
- !1,
3035
- b,
3036
- k,
3037
- T ? Error("react-stack-top-frame") : M,
3038
- T ? D(o(r)) : l
3039
- );
3040
- }, ne.jsxs = function(r, m, h, b, k) {
3041
- var T = 1e4 > X.recentlyCreatedOwnerStacks++;
3042
- return v(
3043
- r,
3044
- m,
3045
- h,
3046
- !0,
3047
- b,
3048
- k,
3049
- T ? Error("react-stack-top-frame") : M,
3050
- T ? D(o(r)) : l
3051
- );
3052
- };
3053
- })()), ne;
3054
- }
3055
- var Ee;
3056
- function xr() {
3057
- return Ee || (Ee = 1, process.env.NODE_ENV === "production" ? de.exports = hr() : de.exports = kr()), de.exports;
3058
- }
3059
- var Rr = xr();
3060
- export {
3061
- yr as T,
3062
- vr as a,
3063
- Er as c,
3064
- Rr as j
3065
- };