laif-ds 0.1.21 → 0.1.23

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