yummies 5.8.0 → 5.9.0

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