@spear-ai/spectral 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,91 +1,92 @@
1
- function xe(e) {
2
- var n, r, o = "";
3
- if (typeof e == "string" || typeof e == "number") o += e;
1
+ "use client";
2
+ function we(e) {
3
+ var t, o, r = "";
4
+ if (typeof e == "string" || typeof e == "number") r += e;
4
5
  else if (typeof e == "object") if (Array.isArray(e)) {
5
- var i = e.length;
6
- for (n = 0; n < i; n++) e[n] && (r = xe(e[n])) && (o && (o += " "), o += r);
7
- } else for (r in e) e[r] && (o && (o += " "), o += r);
8
- return o;
6
+ var a = e.length;
7
+ for (t = 0; t < a; t++) e[t] && (o = we(e[t])) && (r && (r += " "), r += o);
8
+ } else for (o in e) e[o] && (r && (r += " "), r += o);
9
+ return r;
9
10
  }
10
- function Pe() {
11
- for (var e, n, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (n = xe(e)) && (o && (o += " "), o += n);
12
- return o;
11
+ function Ge() {
12
+ for (var e, t, o = 0, r = "", a = arguments.length; o < a; o++) (e = arguments[o]) && (t = we(e)) && (r && (r += " "), r += t);
13
+ return r;
13
14
  }
14
- const ne = "-", Re = (e) => {
15
- const n = Te(e), {
16
- conflictingClassGroups: r,
17
- conflictingClassGroupModifiers: o
15
+ const ne = "-", Ne = (e) => {
16
+ const t = Ve(e), {
17
+ conflictingClassGroups: o,
18
+ conflictingClassGroupModifiers: r
18
19
  } = e;
19
20
  return {
20
21
  getClassGroupId: (l) => {
21
- const u = l.split(ne);
22
- return u[0] === "" && u.length !== 1 && u.shift(), we(u, n) || Ge(l);
22
+ const p = l.split(ne);
23
+ return p[0] === "" && p.length !== 1 && p.shift(), ke(p, t) || Te(l);
23
24
  },
24
- getConflictingClassGroupIds: (l, u) => {
25
- const p = r[l] || [];
26
- return u && o[l] ? [...p, ...o[l]] : p;
25
+ getConflictingClassGroupIds: (l, p) => {
26
+ const u = o[l] || [];
27
+ return p && r[l] ? [...u, ...r[l]] : u;
27
28
  }
28
29
  };
29
- }, we = (e, n) => {
30
+ }, ke = (e, t) => {
30
31
  if (e.length === 0)
31
- return n.classGroupId;
32
- const r = e[0], o = n.nextPart.get(r), i = o ? we(e.slice(1), o) : void 0;
33
- if (i)
34
- return i;
35
- if (n.validators.length === 0)
32
+ return t.classGroupId;
33
+ const o = e[0], r = t.nextPart.get(o), a = r ? ke(e.slice(1), r) : void 0;
34
+ if (a)
35
+ return a;
36
+ if (t.validators.length === 0)
36
37
  return;
37
- const m = e.join(ne);
38
- return n.validators.find(({
38
+ const c = e.join(ne);
39
+ return t.validators.find(({
39
40
  validator: l
40
- }) => l(m))?.classGroupId;
41
- }, fe = /^\[(.+)\]$/, Ge = (e) => {
41
+ }) => l(c))?.classGroupId;
42
+ }, fe = /^\[(.+)\]$/, Te = (e) => {
42
43
  if (fe.test(e)) {
43
- const n = fe.exec(e)[1], r = n?.substring(0, n.indexOf(":"));
44
- if (r)
45
- return "arbitrary.." + r;
44
+ const t = fe.exec(e)[1], o = t?.substring(0, t.indexOf(":"));
45
+ if (o)
46
+ return "arbitrary.." + o;
46
47
  }
47
- }, Te = (e) => {
48
+ }, Ve = (e) => {
48
49
  const {
49
- theme: n,
50
- classGroups: r
51
- } = e, o = {
50
+ theme: t,
51
+ classGroups: o
52
+ } = e, r = {
52
53
  nextPart: /* @__PURE__ */ new Map(),
53
54
  validators: []
54
55
  };
55
- for (const i in r)
56
- re(r[i], o, i, n);
57
- return o;
58
- }, re = (e, n, r, o) => {
59
- e.forEach((i) => {
60
- if (typeof i == "string") {
61
- const m = i === "" ? n : be(n, i);
62
- m.classGroupId = r;
56
+ for (const a in o)
57
+ re(o[a], r, a, t);
58
+ return r;
59
+ }, re = (e, t, o, r) => {
60
+ e.forEach((a) => {
61
+ if (typeof a == "string") {
62
+ const c = a === "" ? t : be(t, a);
63
+ c.classGroupId = o;
63
64
  return;
64
65
  }
65
- if (typeof i == "function") {
66
- if (Ee(i)) {
67
- re(i(o), n, r, o);
66
+ if (typeof a == "function") {
67
+ if (Ee(a)) {
68
+ re(a(r), t, o, r);
68
69
  return;
69
70
  }
70
- n.validators.push({
71
- validator: i,
72
- classGroupId: r
71
+ t.validators.push({
72
+ validator: a,
73
+ classGroupId: o
73
74
  });
74
75
  return;
75
76
  }
76
- Object.entries(i).forEach(([m, l]) => {
77
- re(l, be(n, m), r, o);
77
+ Object.entries(a).forEach(([c, l]) => {
78
+ re(l, be(t, c), o, r);
78
79
  });
79
80
  });
80
- }, be = (e, n) => {
81
- let r = e;
82
- return n.split(ne).forEach((o) => {
83
- r.nextPart.has(o) || r.nextPart.set(o, {
81
+ }, be = (e, t) => {
82
+ let o = e;
83
+ return t.split(ne).forEach((r) => {
84
+ o.nextPart.has(r) || o.nextPart.set(r, {
84
85
  nextPart: /* @__PURE__ */ new Map(),
85
86
  validators: []
86
- }), r = r.nextPart.get(o);
87
- }), r;
88
- }, Ee = (e) => e.isThemeGetter, Ne = (e) => {
87
+ }), o = o.nextPart.get(r);
88
+ }), o;
89
+ }, Ee = (e) => e.isThemeGetter, je = (e) => {
89
90
  if (e < 1)
90
91
  return {
91
92
  get: () => {
@@ -93,55 +94,55 @@ const ne = "-", Re = (e) => {
93
94
  set: () => {
94
95
  }
95
96
  };
96
- let n = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
97
- const i = (m, l) => {
98
- r.set(m, l), n++, n > e && (n = 0, o = r, r = /* @__PURE__ */ new Map());
97
+ let t = 0, o = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map();
98
+ const a = (c, l) => {
99
+ o.set(c, l), t++, t > e && (t = 0, r = o, o = /* @__PURE__ */ new Map());
99
100
  };
100
101
  return {
101
- get(m) {
102
- let l = r.get(m);
102
+ get(c) {
103
+ let l = o.get(c);
103
104
  if (l !== void 0)
104
105
  return l;
105
- if ((l = o.get(m)) !== void 0)
106
- return i(m, l), l;
106
+ if ((l = r.get(c)) !== void 0)
107
+ return a(c, l), l;
107
108
  },
108
- set(m, l) {
109
- r.has(m) ? r.set(m, l) : i(m, l);
109
+ set(c, l) {
110
+ o.has(c) ? o.set(c, l) : a(c, l);
110
111
  }
111
112
  };
112
- }, te = "!", se = ":", Le = se.length, Ve = (e) => {
113
+ }, te = "!", se = ":", Le = se.length, Oe = (e) => {
113
114
  const {
114
- prefix: n,
115
- experimentalParseClassName: r
115
+ prefix: t,
116
+ experimentalParseClassName: o
116
117
  } = e;
117
- let o = (i) => {
118
- const m = [];
119
- let l = 0, u = 0, p = 0, g;
120
- for (let k = 0; k < i.length; k++) {
121
- let y = i[k];
122
- if (l === 0 && u === 0) {
123
- if (y === se) {
124
- m.push(i.slice(p, k)), p = k + Le;
118
+ let r = (a) => {
119
+ const c = [];
120
+ let l = 0, p = 0, u = 0, f;
121
+ for (let w = 0; w < a.length; w++) {
122
+ let k = a[w];
123
+ if (l === 0 && p === 0) {
124
+ if (k === se) {
125
+ c.push(a.slice(u, w)), u = w + Le;
125
126
  continue;
126
127
  }
127
- if (y === "/") {
128
- g = k;
128
+ if (k === "/") {
129
+ f = w;
129
130
  continue;
130
131
  }
131
132
  }
132
- y === "[" ? l++ : y === "]" ? l-- : y === "(" ? u++ : y === ")" && u--;
133
+ k === "[" ? l++ : k === "]" ? l-- : k === "(" ? p++ : k === ")" && p--;
133
134
  }
134
- const h = m.length === 0 ? i : i.substring(p), M = je(h), O = M !== h, F = g && g > p ? g - p : void 0;
135
+ const b = c.length === 0 ? a : a.substring(u), y = _e(b), z = y !== b, I = f && f > u ? f - u : void 0;
135
136
  return {
136
- modifiers: m,
137
- hasImportantModifier: O,
138
- baseClassName: M,
139
- maybePostfixModifierPosition: F
137
+ modifiers: c,
138
+ hasImportantModifier: z,
139
+ baseClassName: y,
140
+ maybePostfixModifierPosition: I
140
141
  };
141
142
  };
142
- if (n) {
143
- const i = n + se, m = o;
144
- o = (l) => l.startsWith(i) ? m(l.substring(i.length)) : {
143
+ if (t) {
144
+ const a = t + se, c = r;
145
+ r = (l) => l.startsWith(a) ? c(l.substring(a.length)) : {
145
146
  isExternal: !0,
146
147
  modifiers: [],
147
148
  hasImportantModifier: !1,
@@ -149,122 +150,122 @@ const ne = "-", Re = (e) => {
149
150
  maybePostfixModifierPosition: void 0
150
151
  };
151
152
  }
152
- if (r) {
153
- const i = o;
154
- o = (m) => r({
155
- className: m,
156
- parseClassName: i
153
+ if (o) {
154
+ const a = r;
155
+ r = (c) => o({
156
+ className: c,
157
+ parseClassName: a
157
158
  });
158
159
  }
159
- return o;
160
- }, je = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, Oe = (e) => {
161
- const n = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
162
- return (o) => {
163
- if (o.length <= 1)
164
- return o;
165
- const i = [];
166
- let m = [];
167
- return o.forEach((l) => {
168
- l[0] === "[" || n[l] ? (i.push(...m.sort(), l), m = []) : m.push(l);
169
- }), i.push(...m.sort()), i;
160
+ return r;
161
+ }, _e = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, Fe = (e) => {
162
+ const t = Object.fromEntries(e.orderSensitiveModifiers.map((r) => [r, !0]));
163
+ return (r) => {
164
+ if (r.length <= 1)
165
+ return r;
166
+ const a = [];
167
+ let c = [];
168
+ return r.forEach((l) => {
169
+ l[0] === "[" || t[l] ? (a.push(...c.sort(), l), c = []) : c.push(l);
170
+ }), a.push(...c.sort()), a;
170
171
  };
171
- }, Fe = (e) => ({
172
- cache: Ne(e.cacheSize),
173
- parseClassName: Ve(e),
174
- sortModifiers: Oe(e),
175
- ...Re(e)
176
- }), _e = /\s+/, Be = (e, n) => {
172
+ }, Be = (e) => ({
173
+ cache: je(e.cacheSize),
174
+ parseClassName: Oe(e),
175
+ sortModifiers: Fe(e),
176
+ ...Ne(e)
177
+ }), We = /\s+/, $e = (e, t) => {
177
178
  const {
178
- parseClassName: r,
179
- getClassGroupId: o,
180
- getConflictingClassGroupIds: i,
181
- sortModifiers: m
182
- } = n, l = [], u = e.trim().split(_e);
183
- let p = "";
184
- for (let g = u.length - 1; g >= 0; g -= 1) {
185
- const h = u[g], {
186
- isExternal: M,
187
- modifiers: O,
188
- hasImportantModifier: F,
189
- baseClassName: k,
190
- maybePostfixModifierPosition: y
191
- } = r(h);
192
- if (M) {
193
- p = h + (p.length > 0 ? " " + p : p);
179
+ parseClassName: o,
180
+ getClassGroupId: r,
181
+ getConflictingClassGroupIds: a,
182
+ sortModifiers: c
183
+ } = t, l = [], p = e.trim().split(We);
184
+ let u = "";
185
+ for (let f = p.length - 1; f >= 0; f -= 1) {
186
+ const b = p[f], {
187
+ isExternal: y,
188
+ modifiers: z,
189
+ hasImportantModifier: I,
190
+ baseClassName: w,
191
+ maybePostfixModifierPosition: k
192
+ } = o(b);
193
+ if (y) {
194
+ u = b + (u.length > 0 ? " " + u : u);
194
195
  continue;
195
196
  }
196
- let G = !!y, A = o(G ? k.substring(0, y) : k);
197
- if (!A) {
198
- if (!G) {
199
- p = h + (p.length > 0 ? " " + p : p);
197
+ let C = !!k, R = r(C ? w.substring(0, k) : w);
198
+ if (!R) {
199
+ if (!C) {
200
+ u = b + (u.length > 0 ? " " + u : u);
200
201
  continue;
201
202
  }
202
- if (A = o(k), !A) {
203
- p = h + (p.length > 0 ? " " + p : p);
203
+ if (R = r(w), !R) {
204
+ u = b + (u.length > 0 ? " " + u : u);
204
205
  continue;
205
206
  }
206
- G = !1;
207
+ C = !1;
207
208
  }
208
- const W = m(O).join(":"), _ = F ? W + te : W, T = _ + A;
209
- if (l.includes(T))
209
+ const $ = c(z).join(":"), F = I ? $ + te : $, V = F + R;
210
+ if (l.includes(V))
210
211
  continue;
211
- l.push(T);
212
- const E = i(A, G);
213
- for (let I = 0; I < E.length; ++I) {
214
- const B = E[I];
215
- l.push(_ + B);
212
+ l.push(V);
213
+ const E = a(R, C);
214
+ for (let G = 0; G < E.length; ++G) {
215
+ const B = E[G];
216
+ l.push(F + B);
216
217
  }
217
- p = h + (p.length > 0 ? " " + p : p);
218
+ u = b + (u.length > 0 ? " " + u : u);
218
219
  }
219
- return p;
220
+ return u;
220
221
  };
221
- function $e() {
222
- let e = 0, n, r, o = "";
222
+ function Ue() {
223
+ let e = 0, t, o, r = "";
223
224
  for (; e < arguments.length; )
224
- (n = arguments[e++]) && (r = ke(n)) && (o && (o += " "), o += r);
225
- return o;
225
+ (t = arguments[e++]) && (o = ve(t)) && (r && (r += " "), r += o);
226
+ return r;
226
227
  }
227
- const ke = (e) => {
228
+ const ve = (e) => {
228
229
  if (typeof e == "string")
229
230
  return e;
230
- let n, r = "";
231
- for (let o = 0; o < e.length; o++)
232
- e[o] && (n = ke(e[o])) && (r && (r += " "), r += n);
233
- return r;
231
+ let t, o = "";
232
+ for (let r = 0; r < e.length; r++)
233
+ e[r] && (t = ve(e[r])) && (o && (o += " "), o += t);
234
+ return o;
234
235
  };
235
- function We(e, ...n) {
236
- let r, o, i, m = l;
237
- function l(p) {
238
- const g = n.reduce((h, M) => M(h), e());
239
- return r = Fe(g), o = r.cache.get, i = r.cache.set, m = u, u(p);
236
+ function qe(e, ...t) {
237
+ let o, r, a, c = l;
238
+ function l(u) {
239
+ const f = t.reduce((b, y) => y(b), e());
240
+ return o = Be(f), r = o.cache.get, a = o.cache.set, c = p, p(u);
240
241
  }
241
- function u(p) {
242
- const g = o(p);
243
- if (g)
244
- return g;
245
- const h = Be(p, r);
246
- return i(p, h), h;
242
+ function p(u) {
243
+ const f = r(u);
244
+ if (f)
245
+ return f;
246
+ const b = $e(u, o);
247
+ return a(u, b), b;
247
248
  }
248
249
  return function() {
249
- return m($e.apply(null, arguments));
250
+ return c(Ue.apply(null, arguments));
250
251
  };
251
252
  }
252
- const f = (e) => {
253
- const n = (r) => r[e] || [];
254
- return n.isThemeGetter = !0, n;
255
- }, ye = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ve = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ue = /^\d+\/\d+$/, qe = /^(\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$/, Je = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Xe = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, De = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => Ue.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), C = (e) => qe.test(e), Ke = () => !0, Qe = (e) => (
253
+ const g = (e) => {
254
+ const t = (o) => o[e] || [];
255
+ return t.isThemeGetter = !0, t;
256
+ }, ze = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ce = /^\((?:(\w[\w-]*):)?(.+)\)$/i, He = /^\d+\/\d+$/, Je = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ke = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Xe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, De = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Qe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => He.test(e), m = (e) => !!e && !Number.isNaN(Number(e)), P = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && m(e.slice(0, -1)), S = (e) => Je.test(e), Ye = () => !0, Ze = (e) => (
256
257
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
257
258
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
258
259
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
259
- He.test(e) && !Je.test(e)
260
- ), ze = () => !1, Ye = (e) => Xe.test(e), Ze = (e) => De.test(e), eo = (e) => !t(e) && !s(e), oo = (e) => V(e, Se, ze), t = (e) => ye.test(e), R = (e) => V(e, Ae, Qe), oe = (e) => V(e, ao, d), ge = (e) => V(e, Ce, ze), ro = (e) => V(e, Me, Ze), D = (e) => V(e, Ie, Ye), s = (e) => ve.test(e), $ = (e) => j(e, Ae), to = (e) => j(e, io), he = (e) => j(e, Ce), so = (e) => j(e, Se), no = (e) => j(e, Me), K = (e) => j(e, Ie, !0), V = (e, n, r) => {
261
- const o = ye.exec(e);
262
- return o ? o[1] ? n(o[1]) : r(o[2]) : !1;
263
- }, j = (e, n, r = !1) => {
264
- const o = ve.exec(e);
265
- return o ? o[1] ? n(o[1]) : r : !1;
266
- }, Ce = (e) => e === "position" || e === "percentage", Me = (e) => e === "image" || e === "url", Se = (e) => e === "length" || e === "size" || e === "bg-size", Ae = (e) => e === "length", ao = (e) => e === "number", io = (e) => e === "family-name", Ie = (e) => e === "shadow", lo = () => {
267
- const e = f("color"), n = f("font"), r = f("text"), o = f("font-weight"), i = f("tracking"), m = f("leading"), l = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), M = f("inset-shadow"), O = f("text-shadow"), F = f("drop-shadow"), k = f("blur"), y = f("perspective"), G = f("aspect"), A = f("ease"), W = f("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
260
+ Ke.test(e) && !Xe.test(e)
261
+ ), Ae = () => !1, eo = (e) => De.test(e), oo = (e) => Qe.test(e), ro = (e) => !s(e) && !n(e), to = (e) => O(e, Pe, Ae), s = (e) => ze.test(e), T = (e) => O(e, Ie, Ze), oe = (e) => O(e, lo, m), ge = (e) => O(e, Me, Ae), so = (e) => O(e, Se, oo), X = (e) => O(e, Re, eo), n = (e) => Ce.test(e), W = (e) => _(e, Ie), no = (e) => _(e, co), he = (e) => _(e, Me), ao = (e) => _(e, Pe), io = (e) => _(e, Se), D = (e) => _(e, Re, !0), O = (e, t, o) => {
262
+ const r = ze.exec(e);
263
+ return r ? r[1] ? t(r[1]) : o(r[2]) : !1;
264
+ }, _ = (e, t, o = !1) => {
265
+ const r = Ce.exec(e);
266
+ return r ? r[1] ? t(r[1]) : o : !1;
267
+ }, Me = (e) => e === "position" || e === "percentage", Se = (e) => e === "image" || e === "url", Pe = (e) => e === "length" || e === "size" || e === "bg-size", Ie = (e) => e === "length", lo = (e) => e === "number", co = (e) => e === "family-name", Re = (e) => e === "shadow", mo = () => {
268
+ const e = g("color"), t = g("font"), o = g("text"), r = g("font-weight"), a = g("tracking"), c = g("leading"), l = g("breakpoint"), p = g("container"), u = 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"), $ = g("animate"), F = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], V = () => [
268
269
  "center",
269
270
  "top",
270
271
  "bottom",
@@ -282,51 +283,51 @@ const f = (e) => {
282
283
  "bottom-left",
283
284
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
284
285
  "left-bottom"
285
- ], E = () => [...T(), s, t], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], c = () => [s, t, p], v = () => [L, "full", "auto", ...c()], ae = () => [S, "none", "subgrid", s, t], ie = () => ["auto", {
286
- span: ["full", S, s, t]
287
- }, S, s, t], U = () => [S, "auto", s, t], le = () => ["auto", "min", "max", "fr", s, t], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], N = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...c()], P = () => [L, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...c()], a = () => [e, s, t], ce = () => [...T(), he, ge, {
288
- position: [s, t]
286
+ ], E = () => [...V(), n, s], G = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], d = () => [n, s, u], A = () => [L, "full", "auto", ...d()], ae = () => [P, "none", "subgrid", n, s], ie = () => ["auto", {
287
+ span: ["full", P, n, s]
288
+ }, 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"], j = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], M = () => ["auto", ...d()], N = () => [L, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...d()], i = () => [e, n, s], ce = () => [...V(), he, ge, {
289
+ position: [n, s]
289
290
  }], de = () => ["no-repeat", {
290
291
  repeat: ["", "x", "y", "space", "round"]
291
- }], me = () => ["auto", "cover", "contain", so, oo, {
292
- size: [s, t]
293
- }], Y = () => [ee, $, R], x = () => [
292
+ }], me = () => ["auto", "cover", "contain", ao, to, {
293
+ size: [n, s]
294
+ }], Y = () => [ee, W, T], x = () => [
294
295
  // Deprecated since Tailwind CSS v4.0.0
295
296
  "",
296
297
  "none",
297
298
  "full",
298
- g,
299
- s,
300
- t
301
- ], w = () => ["", d, $, R], q = () => ["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 = () => [d, ee, he, ge], ue = () => [
299
+ f,
300
+ n,
301
+ s
302
+ ], v = () => ["", m, W, T], 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 = () => [m, ee, he, ge], pe = () => [
302
303
  // Deprecated since Tailwind CSS v4.0.0
303
304
  "",
304
305
  "none",
305
- k,
306
- s,
307
- t
308
- ], H = () => ["none", d, s, t], J = () => ["none", d, s, t], Z = () => [d, s, t], X = () => [L, "full", ...c()];
306
+ w,
307
+ n,
308
+ s
309
+ ], H = () => ["none", m, n, s], J = () => ["none", m, n, s], Z = () => [m, n, s], K = () => [L, "full", ...d()];
309
310
  return {
310
311
  cacheSize: 500,
311
312
  theme: {
312
313
  animate: ["spin", "ping", "pulse", "bounce"],
313
314
  aspect: ["video"],
314
- blur: [C],
315
- breakpoint: [C],
316
- color: [Ke],
317
- container: [C],
318
- "drop-shadow": [C],
315
+ blur: [S],
316
+ breakpoint: [S],
317
+ color: [Ye],
318
+ container: [S],
319
+ "drop-shadow": [S],
319
320
  ease: ["in", "out", "in-out"],
320
- font: [eo],
321
+ font: [ro],
321
322
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
322
- "inset-shadow": [C],
323
+ "inset-shadow": [S],
323
324
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
324
325
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
325
- radius: [C],
326
- shadow: [C],
327
- spacing: ["px", d],
328
- text: [C],
329
- "text-shadow": [C],
326
+ radius: [S],
327
+ shadow: [S],
328
+ spacing: ["px", m],
329
+ text: [S],
330
+ "text-shadow": [S],
330
331
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
331
332
  },
332
333
  classGroups: {
@@ -338,7 +339,7 @@ const f = (e) => {
338
339
  * @see https://tailwindcss.com/docs/aspect-ratio
339
340
  */
340
341
  aspect: [{
341
- aspect: ["auto", "square", L, t, s, G]
342
+ aspect: ["auto", "square", L, s, n, C]
342
343
  }],
343
344
  /**
344
345
  * Container
@@ -351,21 +352,21 @@ const f = (e) => {
351
352
  * @see https://tailwindcss.com/docs/columns
352
353
  */
353
354
  columns: [{
354
- columns: [d, t, s, u]
355
+ columns: [m, s, n, p]
355
356
  }],
356
357
  /**
357
358
  * Break After
358
359
  * @see https://tailwindcss.com/docs/break-after
359
360
  */
360
361
  "break-after": [{
361
- "break-after": _()
362
+ "break-after": F()
362
363
  }],
363
364
  /**
364
365
  * Break Before
365
366
  * @see https://tailwindcss.com/docs/break-before
366
367
  */
367
368
  "break-before": [{
368
- "break-before": _()
369
+ "break-before": F()
369
370
  }],
370
371
  /**
371
372
  * Break Inside
@@ -436,21 +437,21 @@ const f = (e) => {
436
437
  * @see https://tailwindcss.com/docs/overflow
437
438
  */
438
439
  overflow: [{
439
- overflow: I()
440
+ overflow: G()
440
441
  }],
441
442
  /**
442
443
  * Overflow X
443
444
  * @see https://tailwindcss.com/docs/overflow
444
445
  */
445
446
  "overflow-x": [{
446
- "overflow-x": I()
447
+ "overflow-x": G()
447
448
  }],
448
449
  /**
449
450
  * Overflow Y
450
451
  * @see https://tailwindcss.com/docs/overflow
451
452
  */
452
453
  "overflow-y": [{
453
- "overflow-y": I()
454
+ "overflow-y": G()
454
455
  }],
455
456
  /**
456
457
  * Overscroll Behavior
@@ -483,63 +484,63 @@ const f = (e) => {
483
484
  * @see https://tailwindcss.com/docs/top-right-bottom-left
484
485
  */
485
486
  inset: [{
486
- inset: v()
487
+ inset: A()
487
488
  }],
488
489
  /**
489
490
  * Right / Left
490
491
  * @see https://tailwindcss.com/docs/top-right-bottom-left
491
492
  */
492
493
  "inset-x": [{
493
- "inset-x": v()
494
+ "inset-x": A()
494
495
  }],
495
496
  /**
496
497
  * Top / Bottom
497
498
  * @see https://tailwindcss.com/docs/top-right-bottom-left
498
499
  */
499
500
  "inset-y": [{
500
- "inset-y": v()
501
+ "inset-y": A()
501
502
  }],
502
503
  /**
503
504
  * Start
504
505
  * @see https://tailwindcss.com/docs/top-right-bottom-left
505
506
  */
506
507
  start: [{
507
- start: v()
508
+ start: A()
508
509
  }],
509
510
  /**
510
511
  * End
511
512
  * @see https://tailwindcss.com/docs/top-right-bottom-left
512
513
  */
513
514
  end: [{
514
- end: v()
515
+ end: A()
515
516
  }],
516
517
  /**
517
518
  * Top
518
519
  * @see https://tailwindcss.com/docs/top-right-bottom-left
519
520
  */
520
521
  top: [{
521
- top: v()
522
+ top: A()
522
523
  }],
523
524
  /**
524
525
  * Right
525
526
  * @see https://tailwindcss.com/docs/top-right-bottom-left
526
527
  */
527
528
  right: [{
528
- right: v()
529
+ right: A()
529
530
  }],
530
531
  /**
531
532
  * Bottom
532
533
  * @see https://tailwindcss.com/docs/top-right-bottom-left
533
534
  */
534
535
  bottom: [{
535
- bottom: v()
536
+ bottom: A()
536
537
  }],
537
538
  /**
538
539
  * Left
539
540
  * @see https://tailwindcss.com/docs/top-right-bottom-left
540
541
  */
541
542
  left: [{
542
- left: v()
543
+ left: A()
543
544
  }],
544
545
  /**
545
546
  * Visibility
@@ -551,7 +552,7 @@ const f = (e) => {
551
552
  * @see https://tailwindcss.com/docs/z-index
552
553
  */
553
554
  z: [{
554
- z: [S, "auto", s, t]
555
+ z: [P, "auto", n, s]
555
556
  }],
556
557
  // ------------------------
557
558
  // --- Flexbox and Grid ---
@@ -561,7 +562,7 @@ const f = (e) => {
561
562
  * @see https://tailwindcss.com/docs/flex-basis
562
563
  */
563
564
  basis: [{
564
- basis: [L, "full", "auto", u, ...c()]
565
+ basis: [L, "full", "auto", p, ...d()]
565
566
  }],
566
567
  /**
567
568
  * Flex Direction
@@ -582,28 +583,28 @@ const f = (e) => {
582
583
  * @see https://tailwindcss.com/docs/flex
583
584
  */
584
585
  flex: [{
585
- flex: [d, L, "auto", "initial", "none", t]
586
+ flex: [m, L, "auto", "initial", "none", s]
586
587
  }],
587
588
  /**
588
589
  * Flex Grow
589
590
  * @see https://tailwindcss.com/docs/flex-grow
590
591
  */
591
592
  grow: [{
592
- grow: ["", d, s, t]
593
+ grow: ["", m, n, s]
593
594
  }],
594
595
  /**
595
596
  * Flex Shrink
596
597
  * @see https://tailwindcss.com/docs/flex-shrink
597
598
  */
598
599
  shrink: [{
599
- shrink: ["", d, s, t]
600
+ shrink: ["", m, n, s]
600
601
  }],
601
602
  /**
602
603
  * Order
603
604
  * @see https://tailwindcss.com/docs/order
604
605
  */
605
606
  order: [{
606
- order: [S, "first", "last", "none", s, t]
607
+ order: [P, "first", "last", "none", n, s]
607
608
  }],
608
609
  /**
609
610
  * Grid Template Columns
@@ -687,21 +688,21 @@ const f = (e) => {
687
688
  * @see https://tailwindcss.com/docs/gap
688
689
  */
689
690
  gap: [{
690
- gap: c()
691
+ gap: d()
691
692
  }],
692
693
  /**
693
694
  * Gap X
694
695
  * @see https://tailwindcss.com/docs/gap
695
696
  */
696
697
  "gap-x": [{
697
- "gap-x": c()
698
+ "gap-x": d()
698
699
  }],
699
700
  /**
700
701
  * Gap Y
701
702
  * @see https://tailwindcss.com/docs/gap
702
703
  */
703
704
  "gap-y": [{
704
- "gap-y": c()
705
+ "gap-y": d()
705
706
  }],
706
707
  /**
707
708
  * Justify Content
@@ -715,14 +716,14 @@ const f = (e) => {
715
716
  * @see https://tailwindcss.com/docs/justify-items
716
717
  */
717
718
  "justify-items": [{
718
- "justify-items": [...N(), "normal"]
719
+ "justify-items": [...j(), "normal"]
719
720
  }],
720
721
  /**
721
722
  * Justify Self
722
723
  * @see https://tailwindcss.com/docs/justify-self
723
724
  */
724
725
  "justify-self": [{
725
- "justify-self": ["auto", ...N()]
726
+ "justify-self": ["auto", ...j()]
726
727
  }],
727
728
  /**
728
729
  * Align Content
@@ -736,7 +737,7 @@ const f = (e) => {
736
737
  * @see https://tailwindcss.com/docs/align-items
737
738
  */
738
739
  "align-items": [{
739
- items: [...N(), {
740
+ items: [...j(), {
740
741
  baseline: ["", "last"]
741
742
  }]
742
743
  }],
@@ -745,7 +746,7 @@ const f = (e) => {
745
746
  * @see https://tailwindcss.com/docs/align-self
746
747
  */
747
748
  "align-self": [{
748
- self: ["auto", ...N(), {
749
+ self: ["auto", ...j(), {
749
750
  baseline: ["", "last"]
750
751
  }]
751
752
  }],
@@ -761,14 +762,14 @@ const f = (e) => {
761
762
  * @see https://tailwindcss.com/docs/place-items
762
763
  */
763
764
  "place-items": [{
764
- "place-items": [...N(), "baseline"]
765
+ "place-items": [...j(), "baseline"]
765
766
  }],
766
767
  /**
767
768
  * Place Self
768
769
  * @see https://tailwindcss.com/docs/place-self
769
770
  */
770
771
  "place-self": [{
771
- "place-self": ["auto", ...N()]
772
+ "place-self": ["auto", ...j()]
772
773
  }],
773
774
  // Spacing
774
775
  /**
@@ -776,133 +777,133 @@ const f = (e) => {
776
777
  * @see https://tailwindcss.com/docs/padding
777
778
  */
778
779
  p: [{
779
- p: c()
780
+ p: d()
780
781
  }],
781
782
  /**
782
783
  * Padding X
783
784
  * @see https://tailwindcss.com/docs/padding
784
785
  */
785
786
  px: [{
786
- px: c()
787
+ px: d()
787
788
  }],
788
789
  /**
789
790
  * Padding Y
790
791
  * @see https://tailwindcss.com/docs/padding
791
792
  */
792
793
  py: [{
793
- py: c()
794
+ py: d()
794
795
  }],
795
796
  /**
796
797
  * Padding Start
797
798
  * @see https://tailwindcss.com/docs/padding
798
799
  */
799
800
  ps: [{
800
- ps: c()
801
+ ps: d()
801
802
  }],
802
803
  /**
803
804
  * Padding End
804
805
  * @see https://tailwindcss.com/docs/padding
805
806
  */
806
807
  pe: [{
807
- pe: c()
808
+ pe: d()
808
809
  }],
809
810
  /**
810
811
  * Padding Top
811
812
  * @see https://tailwindcss.com/docs/padding
812
813
  */
813
814
  pt: [{
814
- pt: c()
815
+ pt: d()
815
816
  }],
816
817
  /**
817
818
  * Padding Right
818
819
  * @see https://tailwindcss.com/docs/padding
819
820
  */
820
821
  pr: [{
821
- pr: c()
822
+ pr: d()
822
823
  }],
823
824
  /**
824
825
  * Padding Bottom
825
826
  * @see https://tailwindcss.com/docs/padding
826
827
  */
827
828
  pb: [{
828
- pb: c()
829
+ pb: d()
829
830
  }],
830
831
  /**
831
832
  * Padding Left
832
833
  * @see https://tailwindcss.com/docs/padding
833
834
  */
834
835
  pl: [{
835
- pl: c()
836
+ pl: d()
836
837
  }],
837
838
  /**
838
839
  * Margin
839
840
  * @see https://tailwindcss.com/docs/margin
840
841
  */
841
842
  m: [{
842
- m: z()
843
+ m: M()
843
844
  }],
844
845
  /**
845
846
  * Margin X
846
847
  * @see https://tailwindcss.com/docs/margin
847
848
  */
848
849
  mx: [{
849
- mx: z()
850
+ mx: M()
850
851
  }],
851
852
  /**
852
853
  * Margin Y
853
854
  * @see https://tailwindcss.com/docs/margin
854
855
  */
855
856
  my: [{
856
- my: z()
857
+ my: M()
857
858
  }],
858
859
  /**
859
860
  * Margin Start
860
861
  * @see https://tailwindcss.com/docs/margin
861
862
  */
862
863
  ms: [{
863
- ms: z()
864
+ ms: M()
864
865
  }],
865
866
  /**
866
867
  * Margin End
867
868
  * @see https://tailwindcss.com/docs/margin
868
869
  */
869
870
  me: [{
870
- me: z()
871
+ me: M()
871
872
  }],
872
873
  /**
873
874
  * Margin Top
874
875
  * @see https://tailwindcss.com/docs/margin
875
876
  */
876
877
  mt: [{
877
- mt: z()
878
+ mt: M()
878
879
  }],
879
880
  /**
880
881
  * Margin Right
881
882
  * @see https://tailwindcss.com/docs/margin
882
883
  */
883
884
  mr: [{
884
- mr: z()
885
+ mr: M()
885
886
  }],
886
887
  /**
887
888
  * Margin Bottom
888
889
  * @see https://tailwindcss.com/docs/margin
889
890
  */
890
891
  mb: [{
891
- mb: z()
892
+ mb: M()
892
893
  }],
893
894
  /**
894
895
  * Margin Left
895
896
  * @see https://tailwindcss.com/docs/margin
896
897
  */
897
898
  ml: [{
898
- ml: z()
899
+ ml: M()
899
900
  }],
900
901
  /**
901
902
  * Space Between X
902
903
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
903
904
  */
904
905
  "space-x": [{
905
- "space-x": c()
906
+ "space-x": d()
906
907
  }],
907
908
  /**
908
909
  * Space Between X Reverse
@@ -914,7 +915,7 @@ const f = (e) => {
914
915
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
915
916
  */
916
917
  "space-y": [{
917
- "space-y": c()
918
+ "space-y": d()
918
919
  }],
919
920
  /**
920
921
  * Space Between Y Reverse
@@ -929,14 +930,14 @@ const f = (e) => {
929
930
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
930
931
  */
931
932
  size: [{
932
- size: P()
933
+ size: N()
933
934
  }],
934
935
  /**
935
936
  * Width
936
937
  * @see https://tailwindcss.com/docs/width
937
938
  */
938
939
  w: [{
939
- w: [u, "screen", ...P()]
940
+ w: [p, "screen", ...N()]
940
941
  }],
941
942
  /**
942
943
  * Min-Width
@@ -944,11 +945,11 @@ const f = (e) => {
944
945
  */
945
946
  "min-w": [{
946
947
  "min-w": [
947
- u,
948
+ p,
948
949
  "screen",
949
950
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
950
951
  "none",
951
- ...P()
952
+ ...N()
952
953
  ]
953
954
  }],
954
955
  /**
@@ -957,7 +958,7 @@ const f = (e) => {
957
958
  */
958
959
  "max-w": [{
959
960
  "max-w": [
960
- u,
961
+ p,
961
962
  "screen",
962
963
  "none",
963
964
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
@@ -966,7 +967,7 @@ const f = (e) => {
966
967
  {
967
968
  screen: [l]
968
969
  },
969
- ...P()
970
+ ...N()
970
971
  ]
971
972
  }],
972
973
  /**
@@ -974,21 +975,21 @@ const f = (e) => {
974
975
  * @see https://tailwindcss.com/docs/height
975
976
  */
976
977
  h: [{
977
- h: ["screen", "lh", ...P()]
978
+ h: ["screen", "lh", ...N()]
978
979
  }],
979
980
  /**
980
981
  * Min-Height
981
982
  * @see https://tailwindcss.com/docs/min-height
982
983
  */
983
984
  "min-h": [{
984
- "min-h": ["screen", "lh", "none", ...P()]
985
+ "min-h": ["screen", "lh", "none", ...N()]
985
986
  }],
986
987
  /**
987
988
  * Max-Height
988
989
  * @see https://tailwindcss.com/docs/max-height
989
990
  */
990
991
  "max-h": [{
991
- "max-h": ["screen", "lh", ...P()]
992
+ "max-h": ["screen", "lh", ...N()]
992
993
  }],
993
994
  // ------------------
994
995
  // --- Typography ---
@@ -998,7 +999,7 @@ const f = (e) => {
998
999
  * @see https://tailwindcss.com/docs/font-size
999
1000
  */
1000
1001
  "font-size": [{
1001
- text: ["base", r, $, R]
1002
+ text: ["base", o, W, T]
1002
1003
  }],
1003
1004
  /**
1004
1005
  * Font Smoothing
@@ -1015,21 +1016,21 @@ const f = (e) => {
1015
1016
  * @see https://tailwindcss.com/docs/font-weight
1016
1017
  */
1017
1018
  "font-weight": [{
1018
- font: [o, s, oe]
1019
+ font: [r, n, oe]
1019
1020
  }],
1020
1021
  /**
1021
1022
  * Font Stretch
1022
1023
  * @see https://tailwindcss.com/docs/font-stretch
1023
1024
  */
1024
1025
  "font-stretch": [{
1025
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, t]
1026
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, s]
1026
1027
  }],
1027
1028
  /**
1028
1029
  * Font Family
1029
1030
  * @see https://tailwindcss.com/docs/font-family
1030
1031
  */
1031
1032
  "font-family": [{
1032
- font: [to, t, n]
1033
+ font: [no, s, t]
1033
1034
  }],
1034
1035
  /**
1035
1036
  * Font Variant Numeric
@@ -1066,14 +1067,14 @@ const f = (e) => {
1066
1067
  * @see https://tailwindcss.com/docs/letter-spacing
1067
1068
  */
1068
1069
  tracking: [{
1069
- tracking: [i, s, t]
1070
+ tracking: [a, n, s]
1070
1071
  }],
1071
1072
  /**
1072
1073
  * Line Clamp
1073
1074
  * @see https://tailwindcss.com/docs/line-clamp
1074
1075
  */
1075
1076
  "line-clamp": [{
1076
- "line-clamp": [d, "none", s, oe]
1077
+ "line-clamp": [m, "none", n, oe]
1077
1078
  }],
1078
1079
  /**
1079
1080
  * Line Height
@@ -1082,8 +1083,8 @@ const f = (e) => {
1082
1083
  leading: [{
1083
1084
  leading: [
1084
1085
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1085
- m,
1086
- ...c()
1086
+ c,
1087
+ ...d()
1087
1088
  ]
1088
1089
  }],
1089
1090
  /**
@@ -1091,7 +1092,7 @@ const f = (e) => {
1091
1092
  * @see https://tailwindcss.com/docs/list-style-image
1092
1093
  */
1093
1094
  "list-image": [{
1094
- "list-image": ["none", s, t]
1095
+ "list-image": ["none", n, s]
1095
1096
  }],
1096
1097
  /**
1097
1098
  * List Style Position
@@ -1105,7 +1106,7 @@ const f = (e) => {
1105
1106
  * @see https://tailwindcss.com/docs/list-style-type
1106
1107
  */
1107
1108
  "list-style-type": [{
1108
- list: ["disc", "decimal", "none", s, t]
1109
+ list: ["disc", "decimal", "none", n, s]
1109
1110
  }],
1110
1111
  /**
1111
1112
  * Text Alignment
@@ -1120,14 +1121,14 @@ const f = (e) => {
1120
1121
  * @see https://v3.tailwindcss.com/docs/placeholder-color
1121
1122
  */
1122
1123
  "placeholder-color": [{
1123
- placeholder: a()
1124
+ placeholder: i()
1124
1125
  }],
1125
1126
  /**
1126
1127
  * Text Color
1127
1128
  * @see https://tailwindcss.com/docs/text-color
1128
1129
  */
1129
1130
  "text-color": [{
1130
- text: a()
1131
+ text: i()
1131
1132
  }],
1132
1133
  /**
1133
1134
  * Text Decoration
@@ -1146,21 +1147,21 @@ const f = (e) => {
1146
1147
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1147
1148
  */
1148
1149
  "text-decoration-thickness": [{
1149
- decoration: [d, "from-font", "auto", s, R]
1150
+ decoration: [m, "from-font", "auto", n, T]
1150
1151
  }],
1151
1152
  /**
1152
1153
  * Text Decoration Color
1153
1154
  * @see https://tailwindcss.com/docs/text-decoration-color
1154
1155
  */
1155
1156
  "text-decoration-color": [{
1156
- decoration: a()
1157
+ decoration: i()
1157
1158
  }],
1158
1159
  /**
1159
1160
  * Text Underline Offset
1160
1161
  * @see https://tailwindcss.com/docs/text-underline-offset
1161
1162
  */
1162
1163
  "underline-offset": [{
1163
- "underline-offset": [d, "auto", s, t]
1164
+ "underline-offset": [m, "auto", n, s]
1164
1165
  }],
1165
1166
  /**
1166
1167
  * Text Transform
@@ -1184,14 +1185,14 @@ const f = (e) => {
1184
1185
  * @see https://tailwindcss.com/docs/text-indent
1185
1186
  */
1186
1187
  indent: [{
1187
- indent: c()
1188
+ indent: d()
1188
1189
  }],
1189
1190
  /**
1190
1191
  * Vertical Alignment
1191
1192
  * @see https://tailwindcss.com/docs/vertical-align
1192
1193
  */
1193
1194
  "vertical-align": [{
1194
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s, t]
1195
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
1195
1196
  }],
1196
1197
  /**
1197
1198
  * Whitespace
@@ -1226,7 +1227,7 @@ const f = (e) => {
1226
1227
  * @see https://tailwindcss.com/docs/content
1227
1228
  */
1228
1229
  content: [{
1229
- content: ["none", s, t]
1230
+ content: ["none", n, s]
1230
1231
  }],
1231
1232
  // -------------------
1232
1233
  // --- Backgrounds ---
@@ -1281,17 +1282,17 @@ const f = (e) => {
1281
1282
  bg: ["none", {
1282
1283
  linear: [{
1283
1284
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1284
- }, S, s, t],
1285
- radial: ["", s, t],
1286
- conic: [S, s, t]
1287
- }, no, ro]
1285
+ }, P, n, s],
1286
+ radial: ["", n, s],
1287
+ conic: [P, n, s]
1288
+ }, io, so]
1288
1289
  }],
1289
1290
  /**
1290
1291
  * Background Color
1291
1292
  * @see https://tailwindcss.com/docs/background-color
1292
1293
  */
1293
1294
  "bg-color": [{
1294
- bg: a()
1295
+ bg: i()
1295
1296
  }],
1296
1297
  /**
1297
1298
  * Gradient Color Stops From Position
@@ -1319,21 +1320,21 @@ const f = (e) => {
1319
1320
  * @see https://tailwindcss.com/docs/gradient-color-stops
1320
1321
  */
1321
1322
  "gradient-from": [{
1322
- from: a()
1323
+ from: i()
1323
1324
  }],
1324
1325
  /**
1325
1326
  * Gradient Color Stops Via
1326
1327
  * @see https://tailwindcss.com/docs/gradient-color-stops
1327
1328
  */
1328
1329
  "gradient-via": [{
1329
- via: a()
1330
+ via: i()
1330
1331
  }],
1331
1332
  /**
1332
1333
  * Gradient Color Stops To
1333
1334
  * @see https://tailwindcss.com/docs/gradient-color-stops
1334
1335
  */
1335
1336
  "gradient-to": [{
1336
- to: a()
1337
+ to: i()
1337
1338
  }],
1338
1339
  // ---------------
1339
1340
  // --- Borders ---
@@ -1448,70 +1449,70 @@ const f = (e) => {
1448
1449
  * @see https://tailwindcss.com/docs/border-width
1449
1450
  */
1450
1451
  "border-w": [{
1451
- border: w()
1452
+ border: v()
1452
1453
  }],
1453
1454
  /**
1454
1455
  * Border Width X
1455
1456
  * @see https://tailwindcss.com/docs/border-width
1456
1457
  */
1457
1458
  "border-w-x": [{
1458
- "border-x": w()
1459
+ "border-x": v()
1459
1460
  }],
1460
1461
  /**
1461
1462
  * Border Width Y
1462
1463
  * @see https://tailwindcss.com/docs/border-width
1463
1464
  */
1464
1465
  "border-w-y": [{
1465
- "border-y": w()
1466
+ "border-y": v()
1466
1467
  }],
1467
1468
  /**
1468
1469
  * Border Width Start
1469
1470
  * @see https://tailwindcss.com/docs/border-width
1470
1471
  */
1471
1472
  "border-w-s": [{
1472
- "border-s": w()
1473
+ "border-s": v()
1473
1474
  }],
1474
1475
  /**
1475
1476
  * Border Width End
1476
1477
  * @see https://tailwindcss.com/docs/border-width
1477
1478
  */
1478
1479
  "border-w-e": [{
1479
- "border-e": w()
1480
+ "border-e": v()
1480
1481
  }],
1481
1482
  /**
1482
1483
  * Border Width Top
1483
1484
  * @see https://tailwindcss.com/docs/border-width
1484
1485
  */
1485
1486
  "border-w-t": [{
1486
- "border-t": w()
1487
+ "border-t": v()
1487
1488
  }],
1488
1489
  /**
1489
1490
  * Border Width Right
1490
1491
  * @see https://tailwindcss.com/docs/border-width
1491
1492
  */
1492
1493
  "border-w-r": [{
1493
- "border-r": w()
1494
+ "border-r": v()
1494
1495
  }],
1495
1496
  /**
1496
1497
  * Border Width Bottom
1497
1498
  * @see https://tailwindcss.com/docs/border-width
1498
1499
  */
1499
1500
  "border-w-b": [{
1500
- "border-b": w()
1501
+ "border-b": v()
1501
1502
  }],
1502
1503
  /**
1503
1504
  * Border Width Left
1504
1505
  * @see https://tailwindcss.com/docs/border-width
1505
1506
  */
1506
1507
  "border-w-l": [{
1507
- "border-l": w()
1508
+ "border-l": v()
1508
1509
  }],
1509
1510
  /**
1510
1511
  * Divide Width X
1511
1512
  * @see https://tailwindcss.com/docs/border-width#between-children
1512
1513
  */
1513
1514
  "divide-x": [{
1514
- "divide-x": w()
1515
+ "divide-x": v()
1515
1516
  }],
1516
1517
  /**
1517
1518
  * Divide Width X Reverse
@@ -1523,7 +1524,7 @@ const f = (e) => {
1523
1524
  * @see https://tailwindcss.com/docs/border-width#between-children
1524
1525
  */
1525
1526
  "divide-y": [{
1526
- "divide-y": w()
1527
+ "divide-y": v()
1527
1528
  }],
1528
1529
  /**
1529
1530
  * Divide Width Y Reverse
@@ -1549,70 +1550,70 @@ const f = (e) => {
1549
1550
  * @see https://tailwindcss.com/docs/border-color
1550
1551
  */
1551
1552
  "border-color": [{
1552
- border: a()
1553
+ border: i()
1553
1554
  }],
1554
1555
  /**
1555
1556
  * Border Color X
1556
1557
  * @see https://tailwindcss.com/docs/border-color
1557
1558
  */
1558
1559
  "border-color-x": [{
1559
- "border-x": a()
1560
+ "border-x": i()
1560
1561
  }],
1561
1562
  /**
1562
1563
  * Border Color Y
1563
1564
  * @see https://tailwindcss.com/docs/border-color
1564
1565
  */
1565
1566
  "border-color-y": [{
1566
- "border-y": a()
1567
+ "border-y": i()
1567
1568
  }],
1568
1569
  /**
1569
1570
  * Border Color S
1570
1571
  * @see https://tailwindcss.com/docs/border-color
1571
1572
  */
1572
1573
  "border-color-s": [{
1573
- "border-s": a()
1574
+ "border-s": i()
1574
1575
  }],
1575
1576
  /**
1576
1577
  * Border Color E
1577
1578
  * @see https://tailwindcss.com/docs/border-color
1578
1579
  */
1579
1580
  "border-color-e": [{
1580
- "border-e": a()
1581
+ "border-e": i()
1581
1582
  }],
1582
1583
  /**
1583
1584
  * Border Color Top
1584
1585
  * @see https://tailwindcss.com/docs/border-color
1585
1586
  */
1586
1587
  "border-color-t": [{
1587
- "border-t": a()
1588
+ "border-t": i()
1588
1589
  }],
1589
1590
  /**
1590
1591
  * Border Color Right
1591
1592
  * @see https://tailwindcss.com/docs/border-color
1592
1593
  */
1593
1594
  "border-color-r": [{
1594
- "border-r": a()
1595
+ "border-r": i()
1595
1596
  }],
1596
1597
  /**
1597
1598
  * Border Color Bottom
1598
1599
  * @see https://tailwindcss.com/docs/border-color
1599
1600
  */
1600
1601
  "border-color-b": [{
1601
- "border-b": a()
1602
+ "border-b": i()
1602
1603
  }],
1603
1604
  /**
1604
1605
  * Border Color Left
1605
1606
  * @see https://tailwindcss.com/docs/border-color
1606
1607
  */
1607
1608
  "border-color-l": [{
1608
- "border-l": a()
1609
+ "border-l": i()
1609
1610
  }],
1610
1611
  /**
1611
1612
  * Divide Color
1612
1613
  * @see https://tailwindcss.com/docs/divide-color
1613
1614
  */
1614
1615
  "divide-color": [{
1615
- divide: a()
1616
+ divide: i()
1616
1617
  }],
1617
1618
  /**
1618
1619
  * Outline Style
@@ -1626,21 +1627,21 @@ const f = (e) => {
1626
1627
  * @see https://tailwindcss.com/docs/outline-offset
1627
1628
  */
1628
1629
  "outline-offset": [{
1629
- "outline-offset": [d, s, t]
1630
+ "outline-offset": [m, n, s]
1630
1631
  }],
1631
1632
  /**
1632
1633
  * Outline Width
1633
1634
  * @see https://tailwindcss.com/docs/outline-width
1634
1635
  */
1635
1636
  "outline-w": [{
1636
- outline: ["", d, $, R]
1637
+ outline: ["", m, W, T]
1637
1638
  }],
1638
1639
  /**
1639
1640
  * Outline Color
1640
1641
  * @see https://tailwindcss.com/docs/outline-color
1641
1642
  */
1642
1643
  "outline-color": [{
1643
- outline: a()
1644
+ outline: i()
1644
1645
  }],
1645
1646
  // ---------------
1646
1647
  // --- Effects ---
@@ -1654,9 +1655,9 @@ const f = (e) => {
1654
1655
  // Deprecated since Tailwind CSS v4.0.0
1655
1656
  "",
1656
1657
  "none",
1657
- h,
1658
- K,
1659
- D
1658
+ b,
1659
+ D,
1660
+ X
1660
1661
  ]
1661
1662
  }],
1662
1663
  /**
@@ -1664,28 +1665,28 @@ const f = (e) => {
1664
1665
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1665
1666
  */
1666
1667
  "shadow-color": [{
1667
- shadow: a()
1668
+ shadow: i()
1668
1669
  }],
1669
1670
  /**
1670
1671
  * Inset Box Shadow
1671
1672
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1672
1673
  */
1673
1674
  "inset-shadow": [{
1674
- "inset-shadow": ["none", M, K, D]
1675
+ "inset-shadow": ["none", y, D, X]
1675
1676
  }],
1676
1677
  /**
1677
1678
  * Inset Box Shadow Color
1678
1679
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1679
1680
  */
1680
1681
  "inset-shadow-color": [{
1681
- "inset-shadow": a()
1682
+ "inset-shadow": i()
1682
1683
  }],
1683
1684
  /**
1684
1685
  * Ring Width
1685
1686
  * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1686
1687
  */
1687
1688
  "ring-w": [{
1688
- ring: w()
1689
+ ring: v()
1689
1690
  }],
1690
1691
  /**
1691
1692
  * Ring Width Inset
@@ -1699,7 +1700,7 @@ const f = (e) => {
1699
1700
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1700
1701
  */
1701
1702
  "ring-color": [{
1702
- ring: a()
1703
+ ring: i()
1703
1704
  }],
1704
1705
  /**
1705
1706
  * Ring Offset Width
@@ -1708,7 +1709,7 @@ const f = (e) => {
1708
1709
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1709
1710
  */
1710
1711
  "ring-offset-w": [{
1711
- "ring-offset": [d, R]
1712
+ "ring-offset": [m, T]
1712
1713
  }],
1713
1714
  /**
1714
1715
  * Ring Offset Color
@@ -1717,56 +1718,56 @@ const f = (e) => {
1717
1718
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1718
1719
  */
1719
1720
  "ring-offset-color": [{
1720
- "ring-offset": a()
1721
+ "ring-offset": i()
1721
1722
  }],
1722
1723
  /**
1723
1724
  * Inset Ring Width
1724
1725
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1725
1726
  */
1726
1727
  "inset-ring-w": [{
1727
- "inset-ring": w()
1728
+ "inset-ring": v()
1728
1729
  }],
1729
1730
  /**
1730
1731
  * Inset Ring Color
1731
1732
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1732
1733
  */
1733
1734
  "inset-ring-color": [{
1734
- "inset-ring": a()
1735
+ "inset-ring": i()
1735
1736
  }],
1736
1737
  /**
1737
1738
  * Text Shadow
1738
1739
  * @see https://tailwindcss.com/docs/text-shadow
1739
1740
  */
1740
1741
  "text-shadow": [{
1741
- "text-shadow": ["none", O, K, D]
1742
+ "text-shadow": ["none", z, D, X]
1742
1743
  }],
1743
1744
  /**
1744
1745
  * Text Shadow Color
1745
1746
  * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1746
1747
  */
1747
1748
  "text-shadow-color": [{
1748
- "text-shadow": a()
1749
+ "text-shadow": i()
1749
1750
  }],
1750
1751
  /**
1751
1752
  * Opacity
1752
1753
  * @see https://tailwindcss.com/docs/opacity
1753
1754
  */
1754
1755
  opacity: [{
1755
- opacity: [d, s, t]
1756
+ opacity: [m, n, s]
1756
1757
  }],
1757
1758
  /**
1758
1759
  * Mix Blend Mode
1759
1760
  * @see https://tailwindcss.com/docs/mix-blend-mode
1760
1761
  */
1761
1762
  "mix-blend": [{
1762
- "mix-blend": [...pe(), "plus-darker", "plus-lighter"]
1763
+ "mix-blend": [...ue(), "plus-darker", "plus-lighter"]
1763
1764
  }],
1764
1765
  /**
1765
1766
  * Background Blend Mode
1766
1767
  * @see https://tailwindcss.com/docs/background-blend-mode
1767
1768
  */
1768
1769
  "bg-blend": [{
1769
- "bg-blend": pe()
1770
+ "bg-blend": ue()
1770
1771
  }],
1771
1772
  /**
1772
1773
  * Mask Clip
@@ -1787,106 +1788,106 @@ const f = (e) => {
1787
1788
  * @see https://tailwindcss.com/docs/mask-image
1788
1789
  */
1789
1790
  "mask-image-linear-pos": [{
1790
- "mask-linear": [d]
1791
+ "mask-linear": [m]
1791
1792
  }],
1792
1793
  "mask-image-linear-from-pos": [{
1793
- "mask-linear-from": b()
1794
+ "mask-linear-from": h()
1794
1795
  }],
1795
1796
  "mask-image-linear-to-pos": [{
1796
- "mask-linear-to": b()
1797
+ "mask-linear-to": h()
1797
1798
  }],
1798
1799
  "mask-image-linear-from-color": [{
1799
- "mask-linear-from": a()
1800
+ "mask-linear-from": i()
1800
1801
  }],
1801
1802
  "mask-image-linear-to-color": [{
1802
- "mask-linear-to": a()
1803
+ "mask-linear-to": i()
1803
1804
  }],
1804
1805
  "mask-image-t-from-pos": [{
1805
- "mask-t-from": b()
1806
+ "mask-t-from": h()
1806
1807
  }],
1807
1808
  "mask-image-t-to-pos": [{
1808
- "mask-t-to": b()
1809
+ "mask-t-to": h()
1809
1810
  }],
1810
1811
  "mask-image-t-from-color": [{
1811
- "mask-t-from": a()
1812
+ "mask-t-from": i()
1812
1813
  }],
1813
1814
  "mask-image-t-to-color": [{
1814
- "mask-t-to": a()
1815
+ "mask-t-to": i()
1815
1816
  }],
1816
1817
  "mask-image-r-from-pos": [{
1817
- "mask-r-from": b()
1818
+ "mask-r-from": h()
1818
1819
  }],
1819
1820
  "mask-image-r-to-pos": [{
1820
- "mask-r-to": b()
1821
+ "mask-r-to": h()
1821
1822
  }],
1822
1823
  "mask-image-r-from-color": [{
1823
- "mask-r-from": a()
1824
+ "mask-r-from": i()
1824
1825
  }],
1825
1826
  "mask-image-r-to-color": [{
1826
- "mask-r-to": a()
1827
+ "mask-r-to": i()
1827
1828
  }],
1828
1829
  "mask-image-b-from-pos": [{
1829
- "mask-b-from": b()
1830
+ "mask-b-from": h()
1830
1831
  }],
1831
1832
  "mask-image-b-to-pos": [{
1832
- "mask-b-to": b()
1833
+ "mask-b-to": h()
1833
1834
  }],
1834
1835
  "mask-image-b-from-color": [{
1835
- "mask-b-from": a()
1836
+ "mask-b-from": i()
1836
1837
  }],
1837
1838
  "mask-image-b-to-color": [{
1838
- "mask-b-to": a()
1839
+ "mask-b-to": i()
1839
1840
  }],
1840
1841
  "mask-image-l-from-pos": [{
1841
- "mask-l-from": b()
1842
+ "mask-l-from": h()
1842
1843
  }],
1843
1844
  "mask-image-l-to-pos": [{
1844
- "mask-l-to": b()
1845
+ "mask-l-to": h()
1845
1846
  }],
1846
1847
  "mask-image-l-from-color": [{
1847
- "mask-l-from": a()
1848
+ "mask-l-from": i()
1848
1849
  }],
1849
1850
  "mask-image-l-to-color": [{
1850
- "mask-l-to": a()
1851
+ "mask-l-to": i()
1851
1852
  }],
1852
1853
  "mask-image-x-from-pos": [{
1853
- "mask-x-from": b()
1854
+ "mask-x-from": h()
1854
1855
  }],
1855
1856
  "mask-image-x-to-pos": [{
1856
- "mask-x-to": b()
1857
+ "mask-x-to": h()
1857
1858
  }],
1858
1859
  "mask-image-x-from-color": [{
1859
- "mask-x-from": a()
1860
+ "mask-x-from": i()
1860
1861
  }],
1861
1862
  "mask-image-x-to-color": [{
1862
- "mask-x-to": a()
1863
+ "mask-x-to": i()
1863
1864
  }],
1864
1865
  "mask-image-y-from-pos": [{
1865
- "mask-y-from": b()
1866
+ "mask-y-from": h()
1866
1867
  }],
1867
1868
  "mask-image-y-to-pos": [{
1868
- "mask-y-to": b()
1869
+ "mask-y-to": h()
1869
1870
  }],
1870
1871
  "mask-image-y-from-color": [{
1871
- "mask-y-from": a()
1872
+ "mask-y-from": i()
1872
1873
  }],
1873
1874
  "mask-image-y-to-color": [{
1874
- "mask-y-to": a()
1875
+ "mask-y-to": i()
1875
1876
  }],
1876
1877
  "mask-image-radial": [{
1877
- "mask-radial": [s, t]
1878
+ "mask-radial": [n, s]
1878
1879
  }],
1879
1880
  "mask-image-radial-from-pos": [{
1880
- "mask-radial-from": b()
1881
+ "mask-radial-from": h()
1881
1882
  }],
1882
1883
  "mask-image-radial-to-pos": [{
1883
- "mask-radial-to": b()
1884
+ "mask-radial-to": h()
1884
1885
  }],
1885
1886
  "mask-image-radial-from-color": [{
1886
- "mask-radial-from": a()
1887
+ "mask-radial-from": i()
1887
1888
  }],
1888
1889
  "mask-image-radial-to-color": [{
1889
- "mask-radial-to": a()
1890
+ "mask-radial-to": i()
1890
1891
  }],
1891
1892
  "mask-image-radial-shape": [{
1892
1893
  "mask-radial": ["circle", "ellipse"]
@@ -1898,22 +1899,22 @@ const f = (e) => {
1898
1899
  }]
1899
1900
  }],
1900
1901
  "mask-image-radial-pos": [{
1901
- "mask-radial-at": T()
1902
+ "mask-radial-at": V()
1902
1903
  }],
1903
1904
  "mask-image-conic-pos": [{
1904
- "mask-conic": [d]
1905
+ "mask-conic": [m]
1905
1906
  }],
1906
1907
  "mask-image-conic-from-pos": [{
1907
- "mask-conic-from": b()
1908
+ "mask-conic-from": h()
1908
1909
  }],
1909
1910
  "mask-image-conic-to-pos": [{
1910
- "mask-conic-to": b()
1911
+ "mask-conic-to": h()
1911
1912
  }],
1912
1913
  "mask-image-conic-from-color": [{
1913
- "mask-conic-from": a()
1914
+ "mask-conic-from": i()
1914
1915
  }],
1915
1916
  "mask-image-conic-to-color": [{
1916
- "mask-conic-to": a()
1917
+ "mask-conic-to": i()
1917
1918
  }],
1918
1919
  /**
1919
1920
  * Mask Mode
@@ -1962,7 +1963,7 @@ const f = (e) => {
1962
1963
  * @see https://tailwindcss.com/docs/mask-image
1963
1964
  */
1964
1965
  "mask-image": [{
1965
- mask: ["none", s, t]
1966
+ mask: ["none", n, s]
1966
1967
  }],
1967
1968
  // ---------------
1968
1969
  // --- Filters ---
@@ -1976,8 +1977,8 @@ const f = (e) => {
1976
1977
  // Deprecated since Tailwind CSS v3.0.0
1977
1978
  "",
1978
1979
  "none",
1979
- s,
1980
- t
1980
+ n,
1981
+ s
1981
1982
  ]
1982
1983
  }],
1983
1984
  /**
@@ -1985,21 +1986,21 @@ const f = (e) => {
1985
1986
  * @see https://tailwindcss.com/docs/blur
1986
1987
  */
1987
1988
  blur: [{
1988
- blur: ue()
1989
+ blur: pe()
1989
1990
  }],
1990
1991
  /**
1991
1992
  * Brightness
1992
1993
  * @see https://tailwindcss.com/docs/brightness
1993
1994
  */
1994
1995
  brightness: [{
1995
- brightness: [d, s, t]
1996
+ brightness: [m, n, s]
1996
1997
  }],
1997
1998
  /**
1998
1999
  * Contrast
1999
2000
  * @see https://tailwindcss.com/docs/contrast
2000
2001
  */
2001
2002
  contrast: [{
2002
- contrast: [d, s, t]
2003
+ contrast: [m, n, s]
2003
2004
  }],
2004
2005
  /**
2005
2006
  * Drop Shadow
@@ -2010,9 +2011,9 @@ const f = (e) => {
2010
2011
  // Deprecated since Tailwind CSS v4.0.0
2011
2012
  "",
2012
2013
  "none",
2013
- F,
2014
- K,
2015
- D
2014
+ I,
2015
+ D,
2016
+ X
2016
2017
  ]
2017
2018
  }],
2018
2019
  /**
@@ -2020,42 +2021,42 @@ const f = (e) => {
2020
2021
  * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2021
2022
  */
2022
2023
  "drop-shadow-color": [{
2023
- "drop-shadow": a()
2024
+ "drop-shadow": i()
2024
2025
  }],
2025
2026
  /**
2026
2027
  * Grayscale
2027
2028
  * @see https://tailwindcss.com/docs/grayscale
2028
2029
  */
2029
2030
  grayscale: [{
2030
- grayscale: ["", d, s, t]
2031
+ grayscale: ["", m, n, s]
2031
2032
  }],
2032
2033
  /**
2033
2034
  * Hue Rotate
2034
2035
  * @see https://tailwindcss.com/docs/hue-rotate
2035
2036
  */
2036
2037
  "hue-rotate": [{
2037
- "hue-rotate": [d, s, t]
2038
+ "hue-rotate": [m, n, s]
2038
2039
  }],
2039
2040
  /**
2040
2041
  * Invert
2041
2042
  * @see https://tailwindcss.com/docs/invert
2042
2043
  */
2043
2044
  invert: [{
2044
- invert: ["", d, s, t]
2045
+ invert: ["", m, n, s]
2045
2046
  }],
2046
2047
  /**
2047
2048
  * Saturate
2048
2049
  * @see https://tailwindcss.com/docs/saturate
2049
2050
  */
2050
2051
  saturate: [{
2051
- saturate: [d, s, t]
2052
+ saturate: [m, n, s]
2052
2053
  }],
2053
2054
  /**
2054
2055
  * Sepia
2055
2056
  * @see https://tailwindcss.com/docs/sepia
2056
2057
  */
2057
2058
  sepia: [{
2058
- sepia: ["", d, s, t]
2059
+ sepia: ["", m, n, s]
2059
2060
  }],
2060
2061
  /**
2061
2062
  * Backdrop Filter
@@ -2066,8 +2067,8 @@ const f = (e) => {
2066
2067
  // Deprecated since Tailwind CSS v3.0.0
2067
2068
  "",
2068
2069
  "none",
2069
- s,
2070
- t
2070
+ n,
2071
+ s
2071
2072
  ]
2072
2073
  }],
2073
2074
  /**
@@ -2075,63 +2076,63 @@ const f = (e) => {
2075
2076
  * @see https://tailwindcss.com/docs/backdrop-blur
2076
2077
  */
2077
2078
  "backdrop-blur": [{
2078
- "backdrop-blur": ue()
2079
+ "backdrop-blur": pe()
2079
2080
  }],
2080
2081
  /**
2081
2082
  * Backdrop Brightness
2082
2083
  * @see https://tailwindcss.com/docs/backdrop-brightness
2083
2084
  */
2084
2085
  "backdrop-brightness": [{
2085
- "backdrop-brightness": [d, s, t]
2086
+ "backdrop-brightness": [m, n, s]
2086
2087
  }],
2087
2088
  /**
2088
2089
  * Backdrop Contrast
2089
2090
  * @see https://tailwindcss.com/docs/backdrop-contrast
2090
2091
  */
2091
2092
  "backdrop-contrast": [{
2092
- "backdrop-contrast": [d, s, t]
2093
+ "backdrop-contrast": [m, n, s]
2093
2094
  }],
2094
2095
  /**
2095
2096
  * Backdrop Grayscale
2096
2097
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2097
2098
  */
2098
2099
  "backdrop-grayscale": [{
2099
- "backdrop-grayscale": ["", d, s, t]
2100
+ "backdrop-grayscale": ["", m, n, s]
2100
2101
  }],
2101
2102
  /**
2102
2103
  * Backdrop Hue Rotate
2103
2104
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2104
2105
  */
2105
2106
  "backdrop-hue-rotate": [{
2106
- "backdrop-hue-rotate": [d, s, t]
2107
+ "backdrop-hue-rotate": [m, n, s]
2107
2108
  }],
2108
2109
  /**
2109
2110
  * Backdrop Invert
2110
2111
  * @see https://tailwindcss.com/docs/backdrop-invert
2111
2112
  */
2112
2113
  "backdrop-invert": [{
2113
- "backdrop-invert": ["", d, s, t]
2114
+ "backdrop-invert": ["", m, n, s]
2114
2115
  }],
2115
2116
  /**
2116
2117
  * Backdrop Opacity
2117
2118
  * @see https://tailwindcss.com/docs/backdrop-opacity
2118
2119
  */
2119
2120
  "backdrop-opacity": [{
2120
- "backdrop-opacity": [d, s, t]
2121
+ "backdrop-opacity": [m, n, s]
2121
2122
  }],
2122
2123
  /**
2123
2124
  * Backdrop Saturate
2124
2125
  * @see https://tailwindcss.com/docs/backdrop-saturate
2125
2126
  */
2126
2127
  "backdrop-saturate": [{
2127
- "backdrop-saturate": [d, s, t]
2128
+ "backdrop-saturate": [m, n, s]
2128
2129
  }],
2129
2130
  /**
2130
2131
  * Backdrop Sepia
2131
2132
  * @see https://tailwindcss.com/docs/backdrop-sepia
2132
2133
  */
2133
2134
  "backdrop-sepia": [{
2134
- "backdrop-sepia": ["", d, s, t]
2135
+ "backdrop-sepia": ["", m, n, s]
2135
2136
  }],
2136
2137
  // --------------
2137
2138
  // --- Tables ---
@@ -2148,21 +2149,21 @@ const f = (e) => {
2148
2149
  * @see https://tailwindcss.com/docs/border-spacing
2149
2150
  */
2150
2151
  "border-spacing": [{
2151
- "border-spacing": c()
2152
+ "border-spacing": d()
2152
2153
  }],
2153
2154
  /**
2154
2155
  * Border Spacing X
2155
2156
  * @see https://tailwindcss.com/docs/border-spacing
2156
2157
  */
2157
2158
  "border-spacing-x": [{
2158
- "border-spacing-x": c()
2159
+ "border-spacing-x": d()
2159
2160
  }],
2160
2161
  /**
2161
2162
  * Border Spacing Y
2162
2163
  * @see https://tailwindcss.com/docs/border-spacing
2163
2164
  */
2164
2165
  "border-spacing-y": [{
2165
- "border-spacing-y": c()
2166
+ "border-spacing-y": d()
2166
2167
  }],
2167
2168
  /**
2168
2169
  * Table Layout
@@ -2186,7 +2187,7 @@ const f = (e) => {
2186
2187
  * @see https://tailwindcss.com/docs/transition-property
2187
2188
  */
2188
2189
  transition: [{
2189
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s, t]
2190
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
2190
2191
  }],
2191
2192
  /**
2192
2193
  * Transition Behavior
@@ -2200,28 +2201,28 @@ const f = (e) => {
2200
2201
  * @see https://tailwindcss.com/docs/transition-duration
2201
2202
  */
2202
2203
  duration: [{
2203
- duration: [d, "initial", s, t]
2204
+ duration: [m, "initial", n, s]
2204
2205
  }],
2205
2206
  /**
2206
2207
  * Transition Timing Function
2207
2208
  * @see https://tailwindcss.com/docs/transition-timing-function
2208
2209
  */
2209
2210
  ease: [{
2210
- ease: ["linear", "initial", A, s, t]
2211
+ ease: ["linear", "initial", R, n, s]
2211
2212
  }],
2212
2213
  /**
2213
2214
  * Transition Delay
2214
2215
  * @see https://tailwindcss.com/docs/transition-delay
2215
2216
  */
2216
2217
  delay: [{
2217
- delay: [d, s, t]
2218
+ delay: [m, n, s]
2218
2219
  }],
2219
2220
  /**
2220
2221
  * Animation
2221
2222
  * @see https://tailwindcss.com/docs/animation
2222
2223
  */
2223
2224
  animate: [{
2224
- animate: ["none", W, s, t]
2225
+ animate: ["none", $, n, s]
2225
2226
  }],
2226
2227
  // ------------------
2227
2228
  // --- Transforms ---
@@ -2238,7 +2239,7 @@ const f = (e) => {
2238
2239
  * @see https://tailwindcss.com/docs/perspective
2239
2240
  */
2240
2241
  perspective: [{
2241
- perspective: [y, s, t]
2242
+ perspective: [k, n, s]
2242
2243
  }],
2243
2244
  /**
2244
2245
  * Perspective Origin
@@ -2334,7 +2335,7 @@ const f = (e) => {
2334
2335
  * @see https://tailwindcss.com/docs/transform
2335
2336
  */
2336
2337
  transform: [{
2337
- transform: [s, t, "", "none", "gpu", "cpu"]
2338
+ transform: [n, s, "", "none", "gpu", "cpu"]
2338
2339
  }],
2339
2340
  /**
2340
2341
  * Transform Origin
@@ -2355,28 +2356,28 @@ const f = (e) => {
2355
2356
  * @see https://tailwindcss.com/docs/translate
2356
2357
  */
2357
2358
  translate: [{
2358
- translate: X()
2359
+ translate: K()
2359
2360
  }],
2360
2361
  /**
2361
2362
  * Translate X
2362
2363
  * @see https://tailwindcss.com/docs/translate
2363
2364
  */
2364
2365
  "translate-x": [{
2365
- "translate-x": X()
2366
+ "translate-x": K()
2366
2367
  }],
2367
2368
  /**
2368
2369
  * Translate Y
2369
2370
  * @see https://tailwindcss.com/docs/translate
2370
2371
  */
2371
2372
  "translate-y": [{
2372
- "translate-y": X()
2373
+ "translate-y": K()
2373
2374
  }],
2374
2375
  /**
2375
2376
  * Translate Z
2376
2377
  * @see https://tailwindcss.com/docs/translate
2377
2378
  */
2378
2379
  "translate-z": [{
2379
- "translate-z": X()
2380
+ "translate-z": K()
2380
2381
  }],
2381
2382
  /**
2382
2383
  * Translate None
@@ -2391,7 +2392,7 @@ const f = (e) => {
2391
2392
  * @see https://tailwindcss.com/docs/accent-color
2392
2393
  */
2393
2394
  accent: [{
2394
- accent: a()
2395
+ accent: i()
2395
2396
  }],
2396
2397
  /**
2397
2398
  * Appearance
@@ -2405,7 +2406,7 @@ const f = (e) => {
2405
2406
  * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2406
2407
  */
2407
2408
  "caret-color": [{
2408
- caret: a()
2409
+ caret: i()
2409
2410
  }],
2410
2411
  /**
2411
2412
  * Color Scheme
@@ -2419,7 +2420,7 @@ const f = (e) => {
2419
2420
  * @see https://tailwindcss.com/docs/cursor
2420
2421
  */
2421
2422
  cursor: [{
2422
- cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", s, t]
2423
+ 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]
2423
2424
  }],
2424
2425
  /**
2425
2426
  * Field Sizing
@@ -2454,126 +2455,126 @@ const f = (e) => {
2454
2455
  * @see https://tailwindcss.com/docs/scroll-margin
2455
2456
  */
2456
2457
  "scroll-m": [{
2457
- "scroll-m": c()
2458
+ "scroll-m": d()
2458
2459
  }],
2459
2460
  /**
2460
2461
  * Scroll Margin X
2461
2462
  * @see https://tailwindcss.com/docs/scroll-margin
2462
2463
  */
2463
2464
  "scroll-mx": [{
2464
- "scroll-mx": c()
2465
+ "scroll-mx": d()
2465
2466
  }],
2466
2467
  /**
2467
2468
  * Scroll Margin Y
2468
2469
  * @see https://tailwindcss.com/docs/scroll-margin
2469
2470
  */
2470
2471
  "scroll-my": [{
2471
- "scroll-my": c()
2472
+ "scroll-my": d()
2472
2473
  }],
2473
2474
  /**
2474
2475
  * Scroll Margin Start
2475
2476
  * @see https://tailwindcss.com/docs/scroll-margin
2476
2477
  */
2477
2478
  "scroll-ms": [{
2478
- "scroll-ms": c()
2479
+ "scroll-ms": d()
2479
2480
  }],
2480
2481
  /**
2481
2482
  * Scroll Margin End
2482
2483
  * @see https://tailwindcss.com/docs/scroll-margin
2483
2484
  */
2484
2485
  "scroll-me": [{
2485
- "scroll-me": c()
2486
+ "scroll-me": d()
2486
2487
  }],
2487
2488
  /**
2488
2489
  * Scroll Margin Top
2489
2490
  * @see https://tailwindcss.com/docs/scroll-margin
2490
2491
  */
2491
2492
  "scroll-mt": [{
2492
- "scroll-mt": c()
2493
+ "scroll-mt": d()
2493
2494
  }],
2494
2495
  /**
2495
2496
  * Scroll Margin Right
2496
2497
  * @see https://tailwindcss.com/docs/scroll-margin
2497
2498
  */
2498
2499
  "scroll-mr": [{
2499
- "scroll-mr": c()
2500
+ "scroll-mr": d()
2500
2501
  }],
2501
2502
  /**
2502
2503
  * Scroll Margin Bottom
2503
2504
  * @see https://tailwindcss.com/docs/scroll-margin
2504
2505
  */
2505
2506
  "scroll-mb": [{
2506
- "scroll-mb": c()
2507
+ "scroll-mb": d()
2507
2508
  }],
2508
2509
  /**
2509
2510
  * Scroll Margin Left
2510
2511
  * @see https://tailwindcss.com/docs/scroll-margin
2511
2512
  */
2512
2513
  "scroll-ml": [{
2513
- "scroll-ml": c()
2514
+ "scroll-ml": d()
2514
2515
  }],
2515
2516
  /**
2516
2517
  * Scroll Padding
2517
2518
  * @see https://tailwindcss.com/docs/scroll-padding
2518
2519
  */
2519
2520
  "scroll-p": [{
2520
- "scroll-p": c()
2521
+ "scroll-p": d()
2521
2522
  }],
2522
2523
  /**
2523
2524
  * Scroll Padding X
2524
2525
  * @see https://tailwindcss.com/docs/scroll-padding
2525
2526
  */
2526
2527
  "scroll-px": [{
2527
- "scroll-px": c()
2528
+ "scroll-px": d()
2528
2529
  }],
2529
2530
  /**
2530
2531
  * Scroll Padding Y
2531
2532
  * @see https://tailwindcss.com/docs/scroll-padding
2532
2533
  */
2533
2534
  "scroll-py": [{
2534
- "scroll-py": c()
2535
+ "scroll-py": d()
2535
2536
  }],
2536
2537
  /**
2537
2538
  * Scroll Padding Start
2538
2539
  * @see https://tailwindcss.com/docs/scroll-padding
2539
2540
  */
2540
2541
  "scroll-ps": [{
2541
- "scroll-ps": c()
2542
+ "scroll-ps": d()
2542
2543
  }],
2543
2544
  /**
2544
2545
  * Scroll Padding End
2545
2546
  * @see https://tailwindcss.com/docs/scroll-padding
2546
2547
  */
2547
2548
  "scroll-pe": [{
2548
- "scroll-pe": c()
2549
+ "scroll-pe": d()
2549
2550
  }],
2550
2551
  /**
2551
2552
  * Scroll Padding Top
2552
2553
  * @see https://tailwindcss.com/docs/scroll-padding
2553
2554
  */
2554
2555
  "scroll-pt": [{
2555
- "scroll-pt": c()
2556
+ "scroll-pt": d()
2556
2557
  }],
2557
2558
  /**
2558
2559
  * Scroll Padding Right
2559
2560
  * @see https://tailwindcss.com/docs/scroll-padding
2560
2561
  */
2561
2562
  "scroll-pr": [{
2562
- "scroll-pr": c()
2563
+ "scroll-pr": d()
2563
2564
  }],
2564
2565
  /**
2565
2566
  * Scroll Padding Bottom
2566
2567
  * @see https://tailwindcss.com/docs/scroll-padding
2567
2568
  */
2568
2569
  "scroll-pb": [{
2569
- "scroll-pb": c()
2570
+ "scroll-pb": d()
2570
2571
  }],
2571
2572
  /**
2572
2573
  * Scroll Padding Left
2573
2574
  * @see https://tailwindcss.com/docs/scroll-padding
2574
2575
  */
2575
2576
  "scroll-pl": [{
2576
- "scroll-pl": c()
2577
+ "scroll-pl": d()
2577
2578
  }],
2578
2579
  /**
2579
2580
  * Scroll Snap Align
@@ -2641,7 +2642,7 @@ const f = (e) => {
2641
2642
  * @see https://tailwindcss.com/docs/will-change
2642
2643
  */
2643
2644
  "will-change": [{
2644
- "will-change": ["auto", "scroll", "contents", "transform", s, t]
2645
+ "will-change": ["auto", "scroll", "contents", "transform", n, s]
2645
2646
  }],
2646
2647
  // -----------
2647
2648
  // --- SVG ---
@@ -2651,21 +2652,21 @@ const f = (e) => {
2651
2652
  * @see https://tailwindcss.com/docs/fill
2652
2653
  */
2653
2654
  fill: [{
2654
- fill: ["none", ...a()]
2655
+ fill: ["none", ...i()]
2655
2656
  }],
2656
2657
  /**
2657
2658
  * Stroke Width
2658
2659
  * @see https://tailwindcss.com/docs/stroke-width
2659
2660
  */
2660
2661
  "stroke-w": [{
2661
- stroke: [d, $, R, oe]
2662
+ stroke: [m, W, T, oe]
2662
2663
  }],
2663
2664
  /**
2664
2665
  * Stroke
2665
2666
  * @see https://tailwindcss.com/docs/stroke
2666
2667
  */
2667
2668
  stroke: [{
2668
- stroke: ["none", ...a()]
2669
+ stroke: ["none", ...i()]
2669
2670
  }],
2670
2671
  // ---------------------
2671
2672
  // --- Accessibility ---
@@ -2733,15 +2734,38 @@ const f = (e) => {
2733
2734
  },
2734
2735
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2735
2736
  };
2736
- }, co = /* @__PURE__ */ We(lo);
2737
- function mo(...e) {
2738
- return co(Pe(e));
2739
- }
2740
- function po(e) {
2741
- return `${e / 16}rem`;
2742
- }
2737
+ }, uo = /* @__PURE__ */ qe(mo), xe = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ge, po = (e, t) => (o) => {
2738
+ var r;
2739
+ if (t?.variants == null) return ye(e, o?.class, o?.className);
2740
+ const { variants: a, defaultVariants: c } = t, l = Object.keys(a).map((f) => {
2741
+ const b = o?.[f], y = c?.[f];
2742
+ if (b === null) return null;
2743
+ const z = xe(b) || xe(y);
2744
+ return a[f][z];
2745
+ }), p = o && Object.entries(o).reduce((f, b) => {
2746
+ let [y, z] = b;
2747
+ return z === void 0 || (f[y] = z), f;
2748
+ }, {}), u = t == null || (r = t.compoundVariants) === null || r === void 0 ? void 0 : r.reduce((f, b) => {
2749
+ let { class: y, className: z, ...I } = b;
2750
+ return Object.entries(I).every((w) => {
2751
+ let [k, C] = w;
2752
+ return Array.isArray(C) ? C.includes({
2753
+ ...c,
2754
+ ...p
2755
+ }[k]) : {
2756
+ ...c,
2757
+ ...p
2758
+ }[k] === C;
2759
+ }) ? [
2760
+ ...f,
2761
+ y,
2762
+ z
2763
+ ] : f;
2764
+ }, []);
2765
+ return ye(e, l, u, o?.class, o?.className);
2766
+ };
2743
2767
  export {
2744
- Pe as a,
2745
- mo as c,
2746
- po as p
2768
+ po as a,
2769
+ Ge as c,
2770
+ uo as t
2747
2771
  };