@plyaz/ui 0.6.9 → 0.6.11

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,80 +1,80 @@
1
- import { clsx as Ie } from "clsx";
2
- const ne = "-", Re = (e) => {
3
- const n = Ge(e), {
4
- conflictingClassGroups: s,
5
- conflictingClassGroupModifiers: t
1
+ import { clsx as ye } from "clsx";
2
+ const ne = "-", Ge = (e) => {
3
+ const n = Te(e), {
4
+ conflictingClassGroups: o,
5
+ conflictingClassGroupModifiers: s
6
6
  } = e;
7
7
  return {
8
8
  getClassGroupId: (i) => {
9
- const u = i.split(ne);
10
- return u[0] === "" && u.length !== 1 && u.shift(), xe(u, n) || Pe(i);
9
+ const p = i.split(ne);
10
+ return p[0] === "" && p.length !== 1 && p.shift(), ve(p, n) || Ee(i);
11
11
  },
12
- getConflictingClassGroupIds: (i, u) => {
13
- const p = s[i] || [];
14
- return u && t[i] ? [...p, ...t[i]] : p;
12
+ getConflictingClassGroupIds: (i, p) => {
13
+ const u = o[i] || [];
14
+ return p && s[i] ? [...u, ...s[i]] : u;
15
15
  }
16
16
  };
17
- }, xe = (e, n) => {
17
+ }, ve = (e, n) => {
18
18
  var i;
19
19
  if (e.length === 0)
20
20
  return n.classGroupId;
21
- const s = e[0], t = n.nextPart.get(s), c = t ? xe(e.slice(1), t) : void 0;
22
- if (c)
23
- return c;
21
+ const o = e[0], s = n.nextPart.get(o), l = s ? ve(e.slice(1), s) : void 0;
22
+ if (l)
23
+ return l;
24
24
  if (n.validators.length === 0)
25
25
  return;
26
- const m = e.join(ne);
26
+ const c = e.join(ne);
27
27
  return (i = n.validators.find(({
28
- validator: u
29
- }) => u(m))) == null ? void 0 : i.classGroupId;
30
- }, fe = /^\[(.+)\]$/, Pe = (e) => {
31
- if (fe.test(e)) {
32
- const n = fe.exec(e)[1], s = n == null ? void 0 : n.substring(0, n.indexOf(":"));
33
- if (s)
34
- return "arbitrary.." + s;
28
+ validator: p
29
+ }) => p(c))) == null ? void 0 : i.classGroupId;
30
+ }, ge = /^\[(.+)\]$/, Ee = (e) => {
31
+ if (ge.test(e)) {
32
+ const n = ge.exec(e)[1], o = n == null ? void 0 : n.substring(0, n.indexOf(":"));
33
+ if (o)
34
+ return "arbitrary.." + o;
35
35
  }
36
- }, Ge = (e) => {
36
+ }, Te = (e) => {
37
37
  const {
38
38
  theme: n,
39
- classGroups: s
40
- } = e, t = {
39
+ classGroups: o
40
+ } = e, s = {
41
41
  nextPart: /* @__PURE__ */ new Map(),
42
42
  validators: []
43
43
  };
44
- for (const c in s)
45
- re(s[c], t, c, n);
46
- return t;
47
- }, re = (e, n, s, t) => {
48
- e.forEach((c) => {
49
- if (typeof c == "string") {
50
- const m = c === "" ? n : be(n, c);
51
- m.classGroupId = s;
44
+ for (const l in o)
45
+ re(o[l], s, l, n);
46
+ return s;
47
+ }, re = (e, n, o, s) => {
48
+ e.forEach((l) => {
49
+ if (typeof l == "string") {
50
+ const c = l === "" ? n : fe(n, l);
51
+ c.classGroupId = o;
52
52
  return;
53
53
  }
54
- if (typeof c == "function") {
55
- if (Te(c)) {
56
- re(c(t), n, s, t);
54
+ if (typeof l == "function") {
55
+ if (Ne(l)) {
56
+ re(l(s), n, o, s);
57
57
  return;
58
58
  }
59
59
  n.validators.push({
60
- validator: c,
61
- classGroupId: s
60
+ validator: l,
61
+ classGroupId: o
62
62
  });
63
63
  return;
64
64
  }
65
- Object.entries(c).forEach(([m, i]) => {
66
- re(i, be(n, m), s, t);
65
+ Object.entries(l).forEach(([c, i]) => {
66
+ re(i, fe(n, c), o, s);
67
67
  });
68
68
  });
69
- }, be = (e, n) => {
70
- let s = e;
71
- return n.split(ne).forEach((t) => {
72
- s.nextPart.has(t) || s.nextPart.set(t, {
69
+ }, fe = (e, n) => {
70
+ let o = e;
71
+ return n.split(ne).forEach((s) => {
72
+ o.nextPart.has(s) || o.nextPart.set(s, {
73
73
  nextPart: /* @__PURE__ */ new Map(),
74
74
  validators: []
75
- }), s = s.nextPart.get(t);
76
- }), s;
77
- }, Te = (e) => e.isThemeGetter, Ee = (e) => {
75
+ }), o = o.nextPart.get(s);
76
+ }), o;
77
+ }, Ne = (e) => e.isThemeGetter, Ve = (e) => {
78
78
  if (e < 1)
79
79
  return {
80
80
  get: () => {
@@ -82,55 +82,55 @@ const ne = "-", Re = (e) => {
82
82
  set: () => {
83
83
  }
84
84
  };
85
- let n = 0, s = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
86
- const c = (m, i) => {
87
- s.set(m, i), n++, n > e && (n = 0, t = s, s = /* @__PURE__ */ new Map());
85
+ let n = 0, o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
86
+ const l = (c, i) => {
87
+ o.set(c, i), n++, n > e && (n = 0, s = o, o = /* @__PURE__ */ new Map());
88
88
  };
89
89
  return {
90
- get(m) {
91
- let i = s.get(m);
90
+ get(c) {
91
+ let i = o.get(c);
92
92
  if (i !== void 0)
93
93
  return i;
94
- if ((i = t.get(m)) !== void 0)
95
- return c(m, i), i;
94
+ if ((i = s.get(c)) !== void 0)
95
+ return l(c, i), i;
96
96
  },
97
- set(m, i) {
98
- s.has(m) ? s.set(m, i) : c(m, i);
97
+ set(c, i) {
98
+ o.has(c) ? o.set(c, i) : l(c, i);
99
99
  }
100
100
  };
101
- }, te = "!", se = ":", Le = se.length, Ne = (e) => {
101
+ }, te = "!", se = ":", je = se.length, _e = (e) => {
102
102
  const {
103
103
  prefix: n,
104
- experimentalParseClassName: s
104
+ experimentalParseClassName: o
105
105
  } = e;
106
- let t = (c) => {
107
- const m = [];
108
- let i = 0, u = 0, p = 0, g;
109
- for (let k = 0; k < c.length; k++) {
110
- let y = c[k];
111
- if (i === 0 && u === 0) {
112
- if (y === se) {
113
- m.push(c.slice(p, k)), p = k + Le;
106
+ let s = (l) => {
107
+ const c = [];
108
+ let i = 0, p = 0, u = 0, g;
109
+ for (let y = 0; y < l.length; y++) {
110
+ let v = l[y];
111
+ if (i === 0 && p === 0) {
112
+ if (v === se) {
113
+ c.push(l.slice(u, y)), u = y + je;
114
114
  continue;
115
115
  }
116
- if (y === "/") {
117
- g = k;
116
+ if (v === "/") {
117
+ g = y;
118
118
  continue;
119
119
  }
120
120
  }
121
- y === "[" ? i++ : y === "]" ? i-- : y === "(" ? u++ : y === ")" && u--;
121
+ v === "[" ? i++ : v === "]" ? i-- : v === "(" ? p++ : v === ")" && p--;
122
122
  }
123
- const h = m.length === 0 ? c : c.substring(p), M = Ve(h), O = M !== h, F = g && g > p ? g - p : void 0;
123
+ const f = c.length === 0 ? l : l.substring(u), w = Le(f), z = w !== f, R = g && g > u ? g - u : void 0;
124
124
  return {
125
- modifiers: m,
126
- hasImportantModifier: O,
127
- baseClassName: M,
128
- maybePostfixModifierPosition: F
125
+ modifiers: c,
126
+ hasImportantModifier: z,
127
+ baseClassName: w,
128
+ maybePostfixModifierPosition: R
129
129
  };
130
130
  };
131
131
  if (n) {
132
- const c = n + se, m = t;
133
- t = (i) => i.startsWith(c) ? m(i.substring(c.length)) : {
132
+ const l = n + se, c = s;
133
+ s = (i) => i.startsWith(l) ? c(i.substring(l.length)) : {
134
134
  isExternal: !0,
135
135
  modifiers: [],
136
136
  hasImportantModifier: !1,
@@ -138,122 +138,122 @@ const ne = "-", Re = (e) => {
138
138
  maybePostfixModifierPosition: void 0
139
139
  };
140
140
  }
141
- if (s) {
142
- const c = t;
143
- t = (m) => s({
144
- className: m,
145
- parseClassName: c
141
+ if (o) {
142
+ const l = s;
143
+ s = (c) => o({
144
+ className: c,
145
+ parseClassName: l
146
146
  });
147
147
  }
148
- return t;
149
- }, Ve = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, je = (e) => {
150
- const n = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
151
- return (t) => {
152
- if (t.length <= 1)
153
- return t;
154
- const c = [];
155
- let m = [];
156
- return t.forEach((i) => {
157
- i[0] === "[" || n[i] ? (c.push(...m.sort(), i), m = []) : m.push(i);
158
- }), c.push(...m.sort()), c;
148
+ return s;
149
+ }, Le = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, Oe = (e) => {
150
+ const n = Object.fromEntries(e.orderSensitiveModifiers.map((s) => [s, !0]));
151
+ return (s) => {
152
+ if (s.length <= 1)
153
+ return s;
154
+ const l = [];
155
+ let c = [];
156
+ return s.forEach((i) => {
157
+ i[0] === "[" || n[i] ? (l.push(...c.sort(), i), c = []) : c.push(i);
158
+ }), l.push(...c.sort()), l;
159
159
  };
160
- }, Oe = (e) => ({
161
- cache: Ee(e.cacheSize),
162
- parseClassName: Ne(e),
163
- sortModifiers: je(e),
164
- ...Re(e)
165
- }), Fe = /\s+/, _e = (e, n) => {
160
+ }, Fe = (e) => ({
161
+ cache: Ve(e.cacheSize),
162
+ parseClassName: _e(e),
163
+ sortModifiers: Oe(e),
164
+ ...Ge(e)
165
+ }), Be = /\s+/, Ue = (e, n) => {
166
166
  const {
167
- parseClassName: s,
168
- getClassGroupId: t,
169
- getConflictingClassGroupIds: c,
170
- sortModifiers: m
171
- } = n, i = [], u = e.trim().split(Fe);
172
- let p = "";
173
- for (let g = u.length - 1; g >= 0; g -= 1) {
174
- const h = u[g], {
175
- isExternal: M,
176
- modifiers: O,
177
- hasImportantModifier: F,
178
- baseClassName: k,
179
- maybePostfixModifierPosition: y
180
- } = s(h);
181
- if (M) {
182
- p = h + (p.length > 0 ? " " + p : p);
167
+ parseClassName: o,
168
+ getClassGroupId: s,
169
+ getConflictingClassGroupIds: l,
170
+ sortModifiers: c
171
+ } = n, i = [], p = e.trim().split(Be);
172
+ let u = "";
173
+ for (let g = p.length - 1; g >= 0; g -= 1) {
174
+ const f = p[g], {
175
+ isExternal: w,
176
+ modifiers: z,
177
+ hasImportantModifier: R,
178
+ baseClassName: y,
179
+ maybePostfixModifierPosition: v
180
+ } = o(f);
181
+ if (w) {
182
+ u = f + (u.length > 0 ? " " + u : u);
183
183
  continue;
184
184
  }
185
- let G = !!y, A = t(G ? k.substring(0, y) : k);
186
- if (!A) {
187
- if (!G) {
188
- p = h + (p.length > 0 ? " " + p : p);
185
+ let A = !!v, I = s(A ? y.substring(0, v) : y);
186
+ if (!I) {
187
+ if (!A) {
188
+ u = f + (u.length > 0 ? " " + u : u);
189
189
  continue;
190
190
  }
191
- if (A = t(k), !A) {
192
- p = h + (p.length > 0 ? " " + p : p);
191
+ if (I = s(y), !I) {
192
+ u = f + (u.length > 0 ? " " + u : u);
193
193
  continue;
194
194
  }
195
- G = !1;
195
+ A = !1;
196
196
  }
197
- const $ = m(O).join(":"), _ = F ? $ + te : $, T = _ + A;
198
- if (i.includes(T))
197
+ const W = c(z).join(":"), F = R ? W + te : W, N = F + I;
198
+ if (i.includes(N))
199
199
  continue;
200
- i.push(T);
201
- const E = c(A, G);
202
- for (let I = 0; I < E.length; ++I) {
203
- const B = E[I];
204
- i.push(_ + B);
200
+ i.push(N);
201
+ const V = l(I, A);
202
+ for (let G = 0; G < V.length; ++G) {
203
+ const B = V[G];
204
+ i.push(F + B);
205
205
  }
206
- p = h + (p.length > 0 ? " " + p : p);
206
+ u = f + (u.length > 0 ? " " + u : u);
207
207
  }
208
- return p;
208
+ return u;
209
209
  };
210
- function Be() {
211
- let e = 0, n, s, t = "";
210
+ function We() {
211
+ let e = 0, n, o, s = "";
212
212
  for (; e < arguments.length; )
213
- (n = arguments[e++]) && (s = we(n)) && (t && (t += " "), t += s);
214
- return t;
213
+ (n = arguments[e++]) && (o = ke(n)) && (s && (s += " "), s += o);
214
+ return s;
215
215
  }
216
- const we = (e) => {
216
+ const ke = (e) => {
217
217
  if (typeof e == "string")
218
218
  return e;
219
- let n, s = "";
220
- for (let t = 0; t < e.length; t++)
221
- e[t] && (n = we(e[t])) && (s && (s += " "), s += n);
222
- return s;
219
+ let n, o = "";
220
+ for (let s = 0; s < e.length; s++)
221
+ e[s] && (n = ke(e[s])) && (o && (o += " "), o += n);
222
+ return o;
223
223
  };
224
- function We(e, ...n) {
225
- let s, t, c, m = i;
226
- function i(p) {
227
- const g = n.reduce((h, M) => M(h), e());
228
- return s = Oe(g), t = s.cache.get, c = s.cache.set, m = u, u(p);
224
+ function $e(e, ...n) {
225
+ let o, s, l, c = i;
226
+ function i(u) {
227
+ const g = n.reduce((f, w) => w(f), e());
228
+ return o = Fe(g), s = o.cache.get, l = o.cache.set, c = p, p(u);
229
229
  }
230
- function u(p) {
231
- const g = t(p);
230
+ function p(u) {
231
+ const g = s(u);
232
232
  if (g)
233
233
  return g;
234
- const h = _e(p, s);
235
- return c(p, h), h;
234
+ const f = Ue(u, o);
235
+ return l(u, f), f;
236
236
  }
237
237
  return function() {
238
- return m(Be.apply(null, arguments));
238
+ return c(We.apply(null, arguments));
239
239
  };
240
240
  }
241
- const f = (e) => {
242
- const n = (s) => s[e] || [];
241
+ const b = (e) => {
242
+ const n = (o) => o[e] || [];
243
243
  return n.isThemeGetter = !0, n;
244
- }, ke = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i, $e = /^\d+\/\d+$/, Ue = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qe = /\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$/, He = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Je = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Xe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => $e.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) => Ue.test(e), De = () => !0, Ke = (e) => (
244
+ }, ze = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ae = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Je = /^\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$/, Xe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Ke = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Ye = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _ = (e) => Je.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) => qe.test(e), Ze = () => !0, De = (e) => (
245
245
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
246
246
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
247
247
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
248
- qe.test(e) && !He.test(e)
249
- ), ve = () => !1, Qe = (e) => Je.test(e), Ye = (e) => Xe.test(e), Ze = (e) => !o(e) && !r(e), eo = (e) => V(e, Me, ve), o = (e) => ke.test(e), P = (e) => V(e, Se, Ke), oe = (e) => V(e, no, d), ge = (e) => V(e, ze, ve), oo = (e) => V(e, Ce, Ye), D = (e) => V(e, Ae, Qe), r = (e) => ye.test(e), W = (e) => j(e, Se), ro = (e) => j(e, ao), he = (e) => j(e, ze), to = (e) => j(e, Me), so = (e) => j(e, Ce), K = (e) => j(e, Ae, !0), V = (e, n, s) => {
250
- const t = ke.exec(e);
251
- return t ? t[1] ? n(t[1]) : s(t[2]) : !1;
252
- }, j = (e, n, s = !1) => {
253
- const t = ye.exec(e);
254
- return t ? t[1] ? n(t[1]) : s : !1;
255
- }, ze = (e) => e === "position" || e === "percentage", Ce = (e) => e === "image" || e === "url", Me = (e) => e === "length" || e === "size" || e === "bg-size", Se = (e) => e === "length", no = (e) => e === "number", ao = (e) => e === "family-name", Ae = (e) => e === "shadow", io = () => {
256
- const e = f("color"), n = f("font"), s = f("text"), t = f("font-weight"), c = f("tracking"), m = f("leading"), i = 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"), $ = f("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
248
+ He.test(e) && !Xe.test(e)
249
+ ), Me = () => !1, Qe = (e) => Ke.test(e), eo = (e) => Ye.test(e), oo = (e) => !r(e) && !t(e), ro = (e) => L(e, Pe, Me), r = (e) => ze.test(e), T = (e) => L(e, Re, De), oe = (e) => L(e, io, m), be = (e) => L(e, Ce, Me), to = (e) => L(e, Se, eo), K = (e) => L(e, Ie, Qe), t = (e) => Ae.test(e), U = (e) => O(e, Re), so = (e) => O(e, lo), he = (e) => O(e, Ce), no = (e) => O(e, Pe), ao = (e) => O(e, Se), Y = (e) => O(e, Ie, !0), L = (e, n, o) => {
250
+ const s = ze.exec(e);
251
+ return s ? s[1] ? n(s[1]) : o(s[2]) : !1;
252
+ }, O = (e, n, o = !1) => {
253
+ const s = Ae.exec(e);
254
+ return s ? s[1] ? n(s[1]) : o : !1;
255
+ }, Ce = (e) => e === "position" || e === "percentage", Se = (e) => e === "image" || e === "url", Pe = (e) => e === "length" || e === "size" || e === "bg-size", Re = (e) => e === "length", io = (e) => e === "number", lo = (e) => e === "family-name", Ie = (e) => e === "shadow", co = () => {
256
+ const e = b("color"), n = b("font"), o = b("text"), s = b("font-weight"), l = b("tracking"), c = b("leading"), i = b("breakpoint"), p = b("container"), u = b("spacing"), g = b("radius"), f = b("shadow"), w = b("inset-shadow"), z = b("text-shadow"), R = b("drop-shadow"), y = b("blur"), v = b("perspective"), A = b("aspect"), I = b("ease"), W = b("animate"), F = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], N = () => [
257
257
  "center",
258
258
  "top",
259
259
  "bottom",
@@ -271,51 +271,51 @@ const f = (e) => {
271
271
  "bottom-left",
272
272
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
273
273
  "left-bottom"
274
- ], E = () => [...T(), r, o], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], l = () => [r, o, p], v = () => [N, "full", "auto", ...l()], ae = () => [S, "none", "subgrid", r, o], ie = () => ["auto", {
275
- span: ["full", S, r, o]
276
- }, S, r, o], U = () => [S, "auto", r, o], le = () => ["auto", "min", "max", "fr", r, o], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...l()], R = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], a = () => [e, r, o], ce = () => [...T(), he, ge, {
277
- position: [r, o]
274
+ ], V = () => [...N(), t, r], G = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], d = () => [t, r, u], M = () => [_, "full", "auto", ...d()], ae = () => [P, "none", "subgrid", t, r], ie = () => ["auto", {
275
+ span: ["full", P, t, r]
276
+ }, P, t, r], $ = () => [P, "auto", t, r], le = () => ["auto", "min", "max", "fr", t, r], Z = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], j = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], C = () => ["auto", ...d()], E = () => [_, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...d()], a = () => [e, t, r], ce = () => [...N(), he, be, {
277
+ position: [t, r]
278
278
  }], de = () => ["no-repeat", {
279
279
  repeat: ["", "x", "y", "space", "round"]
280
- }], me = () => ["auto", "cover", "contain", to, eo, {
281
- size: [r, o]
282
- }], Y = () => [ee, W, P], x = () => [
280
+ }], me = () => ["auto", "cover", "contain", no, ro, {
281
+ size: [t, r]
282
+ }], D = () => [ee, U, T], x = () => [
283
283
  // Deprecated since Tailwind CSS v4.0.0
284
284
  "",
285
285
  "none",
286
286
  "full",
287
287
  g,
288
- r,
289
- o
290
- ], w = () => ["", d, W, P], 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 = () => [
288
+ t,
289
+ r
290
+ ], k = () => ["", m, U, T], J = () => ["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, be], pe = () => [
291
291
  // Deprecated since Tailwind CSS v4.0.0
292
292
  "",
293
293
  "none",
294
- k,
295
- r,
296
- o
297
- ], H = () => ["none", d, r, o], J = () => ["none", d, r, o], Z = () => [d, r, o], X = () => [N, "full", ...l()];
294
+ y,
295
+ t,
296
+ r
297
+ ], q = () => ["none", m, t, r], H = () => ["none", m, t, r], Q = () => [m, t, r], X = () => [_, "full", ...d()];
298
298
  return {
299
299
  cacheSize: 500,
300
300
  theme: {
301
301
  animate: ["spin", "ping", "pulse", "bounce"],
302
302
  aspect: ["video"],
303
- blur: [C],
304
- breakpoint: [C],
305
- color: [De],
306
- container: [C],
307
- "drop-shadow": [C],
303
+ blur: [S],
304
+ breakpoint: [S],
305
+ color: [Ze],
306
+ container: [S],
307
+ "drop-shadow": [S],
308
308
  ease: ["in", "out", "in-out"],
309
- font: [Ze],
309
+ font: [oo],
310
310
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
311
- "inset-shadow": [C],
311
+ "inset-shadow": [S],
312
312
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
313
313
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
314
- radius: [C],
315
- shadow: [C],
316
- spacing: ["px", d],
317
- text: [C],
318
- "text-shadow": [C],
314
+ radius: [S],
315
+ shadow: [S],
316
+ spacing: ["px", m],
317
+ text: [S],
318
+ "text-shadow": [S],
319
319
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
320
320
  },
321
321
  classGroups: {
@@ -327,7 +327,7 @@ const f = (e) => {
327
327
  * @see https://tailwindcss.com/docs/aspect-ratio
328
328
  */
329
329
  aspect: [{
330
- aspect: ["auto", "square", N, o, r, G]
330
+ aspect: ["auto", "square", _, r, t, A]
331
331
  }],
332
332
  /**
333
333
  * Container
@@ -340,21 +340,21 @@ const f = (e) => {
340
340
  * @see https://tailwindcss.com/docs/columns
341
341
  */
342
342
  columns: [{
343
- columns: [d, o, r, u]
343
+ columns: [m, r, t, p]
344
344
  }],
345
345
  /**
346
346
  * Break After
347
347
  * @see https://tailwindcss.com/docs/break-after
348
348
  */
349
349
  "break-after": [{
350
- "break-after": _()
350
+ "break-after": F()
351
351
  }],
352
352
  /**
353
353
  * Break Before
354
354
  * @see https://tailwindcss.com/docs/break-before
355
355
  */
356
356
  "break-before": [{
357
- "break-before": _()
357
+ "break-before": F()
358
358
  }],
359
359
  /**
360
360
  * Break Inside
@@ -418,28 +418,28 @@ const f = (e) => {
418
418
  * @see https://tailwindcss.com/docs/object-position
419
419
  */
420
420
  "object-position": [{
421
- object: E()
421
+ object: V()
422
422
  }],
423
423
  /**
424
424
  * Overflow
425
425
  * @see https://tailwindcss.com/docs/overflow
426
426
  */
427
427
  overflow: [{
428
- overflow: I()
428
+ overflow: G()
429
429
  }],
430
430
  /**
431
431
  * Overflow X
432
432
  * @see https://tailwindcss.com/docs/overflow
433
433
  */
434
434
  "overflow-x": [{
435
- "overflow-x": I()
435
+ "overflow-x": G()
436
436
  }],
437
437
  /**
438
438
  * Overflow Y
439
439
  * @see https://tailwindcss.com/docs/overflow
440
440
  */
441
441
  "overflow-y": [{
442
- "overflow-y": I()
442
+ "overflow-y": G()
443
443
  }],
444
444
  /**
445
445
  * Overscroll Behavior
@@ -472,63 +472,63 @@ const f = (e) => {
472
472
  * @see https://tailwindcss.com/docs/top-right-bottom-left
473
473
  */
474
474
  inset: [{
475
- inset: v()
475
+ inset: M()
476
476
  }],
477
477
  /**
478
478
  * Right / Left
479
479
  * @see https://tailwindcss.com/docs/top-right-bottom-left
480
480
  */
481
481
  "inset-x": [{
482
- "inset-x": v()
482
+ "inset-x": M()
483
483
  }],
484
484
  /**
485
485
  * Top / Bottom
486
486
  * @see https://tailwindcss.com/docs/top-right-bottom-left
487
487
  */
488
488
  "inset-y": [{
489
- "inset-y": v()
489
+ "inset-y": M()
490
490
  }],
491
491
  /**
492
492
  * Start
493
493
  * @see https://tailwindcss.com/docs/top-right-bottom-left
494
494
  */
495
495
  start: [{
496
- start: v()
496
+ start: M()
497
497
  }],
498
498
  /**
499
499
  * End
500
500
  * @see https://tailwindcss.com/docs/top-right-bottom-left
501
501
  */
502
502
  end: [{
503
- end: v()
503
+ end: M()
504
504
  }],
505
505
  /**
506
506
  * Top
507
507
  * @see https://tailwindcss.com/docs/top-right-bottom-left
508
508
  */
509
509
  top: [{
510
- top: v()
510
+ top: M()
511
511
  }],
512
512
  /**
513
513
  * Right
514
514
  * @see https://tailwindcss.com/docs/top-right-bottom-left
515
515
  */
516
516
  right: [{
517
- right: v()
517
+ right: M()
518
518
  }],
519
519
  /**
520
520
  * Bottom
521
521
  * @see https://tailwindcss.com/docs/top-right-bottom-left
522
522
  */
523
523
  bottom: [{
524
- bottom: v()
524
+ bottom: M()
525
525
  }],
526
526
  /**
527
527
  * Left
528
528
  * @see https://tailwindcss.com/docs/top-right-bottom-left
529
529
  */
530
530
  left: [{
531
- left: v()
531
+ left: M()
532
532
  }],
533
533
  /**
534
534
  * Visibility
@@ -540,7 +540,7 @@ const f = (e) => {
540
540
  * @see https://tailwindcss.com/docs/z-index
541
541
  */
542
542
  z: [{
543
- z: [S, "auto", r, o]
543
+ z: [P, "auto", t, r]
544
544
  }],
545
545
  // ------------------------
546
546
  // --- Flexbox and Grid ---
@@ -550,7 +550,7 @@ const f = (e) => {
550
550
  * @see https://tailwindcss.com/docs/flex-basis
551
551
  */
552
552
  basis: [{
553
- basis: [N, "full", "auto", u, ...l()]
553
+ basis: [_, "full", "auto", p, ...d()]
554
554
  }],
555
555
  /**
556
556
  * Flex Direction
@@ -571,28 +571,28 @@ const f = (e) => {
571
571
  * @see https://tailwindcss.com/docs/flex
572
572
  */
573
573
  flex: [{
574
- flex: [d, N, "auto", "initial", "none", o]
574
+ flex: [m, _, "auto", "initial", "none", r]
575
575
  }],
576
576
  /**
577
577
  * Flex Grow
578
578
  * @see https://tailwindcss.com/docs/flex-grow
579
579
  */
580
580
  grow: [{
581
- grow: ["", d, r, o]
581
+ grow: ["", m, t, r]
582
582
  }],
583
583
  /**
584
584
  * Flex Shrink
585
585
  * @see https://tailwindcss.com/docs/flex-shrink
586
586
  */
587
587
  shrink: [{
588
- shrink: ["", d, r, o]
588
+ shrink: ["", m, t, r]
589
589
  }],
590
590
  /**
591
591
  * Order
592
592
  * @see https://tailwindcss.com/docs/order
593
593
  */
594
594
  order: [{
595
- order: [S, "first", "last", "none", r, o]
595
+ order: [P, "first", "last", "none", t, r]
596
596
  }],
597
597
  /**
598
598
  * Grid Template Columns
@@ -613,14 +613,14 @@ const f = (e) => {
613
613
  * @see https://tailwindcss.com/docs/grid-column
614
614
  */
615
615
  "col-start": [{
616
- "col-start": U()
616
+ "col-start": $()
617
617
  }],
618
618
  /**
619
619
  * Grid Column End
620
620
  * @see https://tailwindcss.com/docs/grid-column
621
621
  */
622
622
  "col-end": [{
623
- "col-end": U()
623
+ "col-end": $()
624
624
  }],
625
625
  /**
626
626
  * Grid Template Rows
@@ -641,14 +641,14 @@ const f = (e) => {
641
641
  * @see https://tailwindcss.com/docs/grid-row
642
642
  */
643
643
  "row-start": [{
644
- "row-start": U()
644
+ "row-start": $()
645
645
  }],
646
646
  /**
647
647
  * Grid Row End
648
648
  * @see https://tailwindcss.com/docs/grid-row
649
649
  */
650
650
  "row-end": [{
651
- "row-end": U()
651
+ "row-end": $()
652
652
  }],
653
653
  /**
654
654
  * Grid Auto Flow
@@ -676,56 +676,56 @@ const f = (e) => {
676
676
  * @see https://tailwindcss.com/docs/gap
677
677
  */
678
678
  gap: [{
679
- gap: l()
679
+ gap: d()
680
680
  }],
681
681
  /**
682
682
  * Gap X
683
683
  * @see https://tailwindcss.com/docs/gap
684
684
  */
685
685
  "gap-x": [{
686
- "gap-x": l()
686
+ "gap-x": d()
687
687
  }],
688
688
  /**
689
689
  * Gap Y
690
690
  * @see https://tailwindcss.com/docs/gap
691
691
  */
692
692
  "gap-y": [{
693
- "gap-y": l()
693
+ "gap-y": d()
694
694
  }],
695
695
  /**
696
696
  * Justify Content
697
697
  * @see https://tailwindcss.com/docs/justify-content
698
698
  */
699
699
  "justify-content": [{
700
- justify: [...Q(), "normal"]
700
+ justify: [...Z(), "normal"]
701
701
  }],
702
702
  /**
703
703
  * Justify Items
704
704
  * @see https://tailwindcss.com/docs/justify-items
705
705
  */
706
706
  "justify-items": [{
707
- "justify-items": [...L(), "normal"]
707
+ "justify-items": [...j(), "normal"]
708
708
  }],
709
709
  /**
710
710
  * Justify Self
711
711
  * @see https://tailwindcss.com/docs/justify-self
712
712
  */
713
713
  "justify-self": [{
714
- "justify-self": ["auto", ...L()]
714
+ "justify-self": ["auto", ...j()]
715
715
  }],
716
716
  /**
717
717
  * Align Content
718
718
  * @see https://tailwindcss.com/docs/align-content
719
719
  */
720
720
  "align-content": [{
721
- content: ["normal", ...Q()]
721
+ content: ["normal", ...Z()]
722
722
  }],
723
723
  /**
724
724
  * Align Items
725
725
  * @see https://tailwindcss.com/docs/align-items
726
726
  */
727
727
  "align-items": [{
728
- items: [...L(), {
728
+ items: [...j(), {
729
729
  baseline: ["", "last"]
730
730
  }]
731
731
  }],
@@ -734,7 +734,7 @@ const f = (e) => {
734
734
  * @see https://tailwindcss.com/docs/align-self
735
735
  */
736
736
  "align-self": [{
737
- self: ["auto", ...L(), {
737
+ self: ["auto", ...j(), {
738
738
  baseline: ["", "last"]
739
739
  }]
740
740
  }],
@@ -743,21 +743,21 @@ const f = (e) => {
743
743
  * @see https://tailwindcss.com/docs/place-content
744
744
  */
745
745
  "place-content": [{
746
- "place-content": Q()
746
+ "place-content": Z()
747
747
  }],
748
748
  /**
749
749
  * Place Items
750
750
  * @see https://tailwindcss.com/docs/place-items
751
751
  */
752
752
  "place-items": [{
753
- "place-items": [...L(), "baseline"]
753
+ "place-items": [...j(), "baseline"]
754
754
  }],
755
755
  /**
756
756
  * Place Self
757
757
  * @see https://tailwindcss.com/docs/place-self
758
758
  */
759
759
  "place-self": [{
760
- "place-self": ["auto", ...L()]
760
+ "place-self": ["auto", ...j()]
761
761
  }],
762
762
  // Spacing
763
763
  /**
@@ -765,133 +765,133 @@ const f = (e) => {
765
765
  * @see https://tailwindcss.com/docs/padding
766
766
  */
767
767
  p: [{
768
- p: l()
768
+ p: d()
769
769
  }],
770
770
  /**
771
771
  * Padding X
772
772
  * @see https://tailwindcss.com/docs/padding
773
773
  */
774
774
  px: [{
775
- px: l()
775
+ px: d()
776
776
  }],
777
777
  /**
778
778
  * Padding Y
779
779
  * @see https://tailwindcss.com/docs/padding
780
780
  */
781
781
  py: [{
782
- py: l()
782
+ py: d()
783
783
  }],
784
784
  /**
785
785
  * Padding Start
786
786
  * @see https://tailwindcss.com/docs/padding
787
787
  */
788
788
  ps: [{
789
- ps: l()
789
+ ps: d()
790
790
  }],
791
791
  /**
792
792
  * Padding End
793
793
  * @see https://tailwindcss.com/docs/padding
794
794
  */
795
795
  pe: [{
796
- pe: l()
796
+ pe: d()
797
797
  }],
798
798
  /**
799
799
  * Padding Top
800
800
  * @see https://tailwindcss.com/docs/padding
801
801
  */
802
802
  pt: [{
803
- pt: l()
803
+ pt: d()
804
804
  }],
805
805
  /**
806
806
  * Padding Right
807
807
  * @see https://tailwindcss.com/docs/padding
808
808
  */
809
809
  pr: [{
810
- pr: l()
810
+ pr: d()
811
811
  }],
812
812
  /**
813
813
  * Padding Bottom
814
814
  * @see https://tailwindcss.com/docs/padding
815
815
  */
816
816
  pb: [{
817
- pb: l()
817
+ pb: d()
818
818
  }],
819
819
  /**
820
820
  * Padding Left
821
821
  * @see https://tailwindcss.com/docs/padding
822
822
  */
823
823
  pl: [{
824
- pl: l()
824
+ pl: d()
825
825
  }],
826
826
  /**
827
827
  * Margin
828
828
  * @see https://tailwindcss.com/docs/margin
829
829
  */
830
830
  m: [{
831
- m: z()
831
+ m: C()
832
832
  }],
833
833
  /**
834
834
  * Margin X
835
835
  * @see https://tailwindcss.com/docs/margin
836
836
  */
837
837
  mx: [{
838
- mx: z()
838
+ mx: C()
839
839
  }],
840
840
  /**
841
841
  * Margin Y
842
842
  * @see https://tailwindcss.com/docs/margin
843
843
  */
844
844
  my: [{
845
- my: z()
845
+ my: C()
846
846
  }],
847
847
  /**
848
848
  * Margin Start
849
849
  * @see https://tailwindcss.com/docs/margin
850
850
  */
851
851
  ms: [{
852
- ms: z()
852
+ ms: C()
853
853
  }],
854
854
  /**
855
855
  * Margin End
856
856
  * @see https://tailwindcss.com/docs/margin
857
857
  */
858
858
  me: [{
859
- me: z()
859
+ me: C()
860
860
  }],
861
861
  /**
862
862
  * Margin Top
863
863
  * @see https://tailwindcss.com/docs/margin
864
864
  */
865
865
  mt: [{
866
- mt: z()
866
+ mt: C()
867
867
  }],
868
868
  /**
869
869
  * Margin Right
870
870
  * @see https://tailwindcss.com/docs/margin
871
871
  */
872
872
  mr: [{
873
- mr: z()
873
+ mr: C()
874
874
  }],
875
875
  /**
876
876
  * Margin Bottom
877
877
  * @see https://tailwindcss.com/docs/margin
878
878
  */
879
879
  mb: [{
880
- mb: z()
880
+ mb: C()
881
881
  }],
882
882
  /**
883
883
  * Margin Left
884
884
  * @see https://tailwindcss.com/docs/margin
885
885
  */
886
886
  ml: [{
887
- ml: z()
887
+ ml: C()
888
888
  }],
889
889
  /**
890
890
  * Space Between X
891
891
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
892
892
  */
893
893
  "space-x": [{
894
- "space-x": l()
894
+ "space-x": d()
895
895
  }],
896
896
  /**
897
897
  * Space Between X Reverse
@@ -903,7 +903,7 @@ const f = (e) => {
903
903
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
904
904
  */
905
905
  "space-y": [{
906
- "space-y": l()
906
+ "space-y": d()
907
907
  }],
908
908
  /**
909
909
  * Space Between Y Reverse
@@ -918,14 +918,14 @@ const f = (e) => {
918
918
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
919
919
  */
920
920
  size: [{
921
- size: R()
921
+ size: E()
922
922
  }],
923
923
  /**
924
924
  * Width
925
925
  * @see https://tailwindcss.com/docs/width
926
926
  */
927
927
  w: [{
928
- w: [u, "screen", ...R()]
928
+ w: [p, "screen", ...E()]
929
929
  }],
930
930
  /**
931
931
  * Min-Width
@@ -933,11 +933,11 @@ const f = (e) => {
933
933
  */
934
934
  "min-w": [{
935
935
  "min-w": [
936
- u,
936
+ p,
937
937
  "screen",
938
938
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
939
939
  "none",
940
- ...R()
940
+ ...E()
941
941
  ]
942
942
  }],
943
943
  /**
@@ -946,7 +946,7 @@ const f = (e) => {
946
946
  */
947
947
  "max-w": [{
948
948
  "max-w": [
949
- u,
949
+ p,
950
950
  "screen",
951
951
  "none",
952
952
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
@@ -955,7 +955,7 @@ const f = (e) => {
955
955
  {
956
956
  screen: [i]
957
957
  },
958
- ...R()
958
+ ...E()
959
959
  ]
960
960
  }],
961
961
  /**
@@ -963,21 +963,21 @@ const f = (e) => {
963
963
  * @see https://tailwindcss.com/docs/height
964
964
  */
965
965
  h: [{
966
- h: ["screen", "lh", ...R()]
966
+ h: ["screen", "lh", ...E()]
967
967
  }],
968
968
  /**
969
969
  * Min-Height
970
970
  * @see https://tailwindcss.com/docs/min-height
971
971
  */
972
972
  "min-h": [{
973
- "min-h": ["screen", "lh", "none", ...R()]
973
+ "min-h": ["screen", "lh", "none", ...E()]
974
974
  }],
975
975
  /**
976
976
  * Max-Height
977
977
  * @see https://tailwindcss.com/docs/max-height
978
978
  */
979
979
  "max-h": [{
980
- "max-h": ["screen", "lh", ...R()]
980
+ "max-h": ["screen", "lh", ...E()]
981
981
  }],
982
982
  // ------------------
983
983
  // --- Typography ---
@@ -987,7 +987,7 @@ const f = (e) => {
987
987
  * @see https://tailwindcss.com/docs/font-size
988
988
  */
989
989
  "font-size": [{
990
- text: ["base", s, W, P]
990
+ text: ["base", o, U, T]
991
991
  }],
992
992
  /**
993
993
  * Font Smoothing
@@ -1004,21 +1004,21 @@ const f = (e) => {
1004
1004
  * @see https://tailwindcss.com/docs/font-weight
1005
1005
  */
1006
1006
  "font-weight": [{
1007
- font: [t, r, oe]
1007
+ font: [s, t, oe]
1008
1008
  }],
1009
1009
  /**
1010
1010
  * Font Stretch
1011
1011
  * @see https://tailwindcss.com/docs/font-stretch
1012
1012
  */
1013
1013
  "font-stretch": [{
1014
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, o]
1014
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, r]
1015
1015
  }],
1016
1016
  /**
1017
1017
  * Font Family
1018
1018
  * @see https://tailwindcss.com/docs/font-family
1019
1019
  */
1020
1020
  "font-family": [{
1021
- font: [ro, o, n]
1021
+ font: [so, r, n]
1022
1022
  }],
1023
1023
  /**
1024
1024
  * Font Variant Numeric
@@ -1055,14 +1055,14 @@ const f = (e) => {
1055
1055
  * @see https://tailwindcss.com/docs/letter-spacing
1056
1056
  */
1057
1057
  tracking: [{
1058
- tracking: [c, r, o]
1058
+ tracking: [l, t, r]
1059
1059
  }],
1060
1060
  /**
1061
1061
  * Line Clamp
1062
1062
  * @see https://tailwindcss.com/docs/line-clamp
1063
1063
  */
1064
1064
  "line-clamp": [{
1065
- "line-clamp": [d, "none", r, oe]
1065
+ "line-clamp": [m, "none", t, oe]
1066
1066
  }],
1067
1067
  /**
1068
1068
  * Line Height
@@ -1071,8 +1071,8 @@ const f = (e) => {
1071
1071
  leading: [{
1072
1072
  leading: [
1073
1073
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1074
- m,
1075
- ...l()
1074
+ c,
1075
+ ...d()
1076
1076
  ]
1077
1077
  }],
1078
1078
  /**
@@ -1080,7 +1080,7 @@ const f = (e) => {
1080
1080
  * @see https://tailwindcss.com/docs/list-style-image
1081
1081
  */
1082
1082
  "list-image": [{
1083
- "list-image": ["none", r, o]
1083
+ "list-image": ["none", t, r]
1084
1084
  }],
1085
1085
  /**
1086
1086
  * List Style Position
@@ -1094,7 +1094,7 @@ const f = (e) => {
1094
1094
  * @see https://tailwindcss.com/docs/list-style-type
1095
1095
  */
1096
1096
  "list-style-type": [{
1097
- list: ["disc", "decimal", "none", r, o]
1097
+ list: ["disc", "decimal", "none", t, r]
1098
1098
  }],
1099
1099
  /**
1100
1100
  * Text Alignment
@@ -1128,14 +1128,14 @@ const f = (e) => {
1128
1128
  * @see https://tailwindcss.com/docs/text-decoration-style
1129
1129
  */
1130
1130
  "text-decoration-style": [{
1131
- decoration: [...q(), "wavy"]
1131
+ decoration: [...J(), "wavy"]
1132
1132
  }],
1133
1133
  /**
1134
1134
  * Text Decoration Thickness
1135
1135
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1136
1136
  */
1137
1137
  "text-decoration-thickness": [{
1138
- decoration: [d, "from-font", "auto", r, P]
1138
+ decoration: [m, "from-font", "auto", t, T]
1139
1139
  }],
1140
1140
  /**
1141
1141
  * Text Decoration Color
@@ -1149,7 +1149,7 @@ const f = (e) => {
1149
1149
  * @see https://tailwindcss.com/docs/text-underline-offset
1150
1150
  */
1151
1151
  "underline-offset": [{
1152
- "underline-offset": [d, "auto", r, o]
1152
+ "underline-offset": [m, "auto", t, r]
1153
1153
  }],
1154
1154
  /**
1155
1155
  * Text Transform
@@ -1173,14 +1173,14 @@ const f = (e) => {
1173
1173
  * @see https://tailwindcss.com/docs/text-indent
1174
1174
  */
1175
1175
  indent: [{
1176
- indent: l()
1176
+ indent: d()
1177
1177
  }],
1178
1178
  /**
1179
1179
  * Vertical Alignment
1180
1180
  * @see https://tailwindcss.com/docs/vertical-align
1181
1181
  */
1182
1182
  "vertical-align": [{
1183
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", r, o]
1183
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", t, r]
1184
1184
  }],
1185
1185
  /**
1186
1186
  * Whitespace
@@ -1215,7 +1215,7 @@ const f = (e) => {
1215
1215
  * @see https://tailwindcss.com/docs/content
1216
1216
  */
1217
1217
  content: [{
1218
- content: ["none", r, o]
1218
+ content: ["none", t, r]
1219
1219
  }],
1220
1220
  // -------------------
1221
1221
  // --- Backgrounds ---
@@ -1270,10 +1270,10 @@ const f = (e) => {
1270
1270
  bg: ["none", {
1271
1271
  linear: [{
1272
1272
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1273
- }, S, r, o],
1274
- radial: ["", r, o],
1275
- conic: [S, r, o]
1276
- }, so, oo]
1273
+ }, P, t, r],
1274
+ radial: ["", t, r],
1275
+ conic: [P, t, r]
1276
+ }, ao, to]
1277
1277
  }],
1278
1278
  /**
1279
1279
  * Background Color
@@ -1287,21 +1287,21 @@ const f = (e) => {
1287
1287
  * @see https://tailwindcss.com/docs/gradient-color-stops
1288
1288
  */
1289
1289
  "gradient-from-pos": [{
1290
- from: Y()
1290
+ from: D()
1291
1291
  }],
1292
1292
  /**
1293
1293
  * Gradient Color Stops Via Position
1294
1294
  * @see https://tailwindcss.com/docs/gradient-color-stops
1295
1295
  */
1296
1296
  "gradient-via-pos": [{
1297
- via: Y()
1297
+ via: D()
1298
1298
  }],
1299
1299
  /**
1300
1300
  * Gradient Color Stops To Position
1301
1301
  * @see https://tailwindcss.com/docs/gradient-color-stops
1302
1302
  */
1303
1303
  "gradient-to-pos": [{
1304
- to: Y()
1304
+ to: D()
1305
1305
  }],
1306
1306
  /**
1307
1307
  * Gradient Color Stops From
@@ -1437,70 +1437,70 @@ const f = (e) => {
1437
1437
  * @see https://tailwindcss.com/docs/border-width
1438
1438
  */
1439
1439
  "border-w": [{
1440
- border: w()
1440
+ border: k()
1441
1441
  }],
1442
1442
  /**
1443
1443
  * Border Width X
1444
1444
  * @see https://tailwindcss.com/docs/border-width
1445
1445
  */
1446
1446
  "border-w-x": [{
1447
- "border-x": w()
1447
+ "border-x": k()
1448
1448
  }],
1449
1449
  /**
1450
1450
  * Border Width Y
1451
1451
  * @see https://tailwindcss.com/docs/border-width
1452
1452
  */
1453
1453
  "border-w-y": [{
1454
- "border-y": w()
1454
+ "border-y": k()
1455
1455
  }],
1456
1456
  /**
1457
1457
  * Border Width Start
1458
1458
  * @see https://tailwindcss.com/docs/border-width
1459
1459
  */
1460
1460
  "border-w-s": [{
1461
- "border-s": w()
1461
+ "border-s": k()
1462
1462
  }],
1463
1463
  /**
1464
1464
  * Border Width End
1465
1465
  * @see https://tailwindcss.com/docs/border-width
1466
1466
  */
1467
1467
  "border-w-e": [{
1468
- "border-e": w()
1468
+ "border-e": k()
1469
1469
  }],
1470
1470
  /**
1471
1471
  * Border Width Top
1472
1472
  * @see https://tailwindcss.com/docs/border-width
1473
1473
  */
1474
1474
  "border-w-t": [{
1475
- "border-t": w()
1475
+ "border-t": k()
1476
1476
  }],
1477
1477
  /**
1478
1478
  * Border Width Right
1479
1479
  * @see https://tailwindcss.com/docs/border-width
1480
1480
  */
1481
1481
  "border-w-r": [{
1482
- "border-r": w()
1482
+ "border-r": k()
1483
1483
  }],
1484
1484
  /**
1485
1485
  * Border Width Bottom
1486
1486
  * @see https://tailwindcss.com/docs/border-width
1487
1487
  */
1488
1488
  "border-w-b": [{
1489
- "border-b": w()
1489
+ "border-b": k()
1490
1490
  }],
1491
1491
  /**
1492
1492
  * Border Width Left
1493
1493
  * @see https://tailwindcss.com/docs/border-width
1494
1494
  */
1495
1495
  "border-w-l": [{
1496
- "border-l": w()
1496
+ "border-l": k()
1497
1497
  }],
1498
1498
  /**
1499
1499
  * Divide Width X
1500
1500
  * @see https://tailwindcss.com/docs/border-width#between-children
1501
1501
  */
1502
1502
  "divide-x": [{
1503
- "divide-x": w()
1503
+ "divide-x": k()
1504
1504
  }],
1505
1505
  /**
1506
1506
  * Divide Width X Reverse
@@ -1512,7 +1512,7 @@ const f = (e) => {
1512
1512
  * @see https://tailwindcss.com/docs/border-width#between-children
1513
1513
  */
1514
1514
  "divide-y": [{
1515
- "divide-y": w()
1515
+ "divide-y": k()
1516
1516
  }],
1517
1517
  /**
1518
1518
  * Divide Width Y Reverse
@@ -1524,14 +1524,14 @@ const f = (e) => {
1524
1524
  * @see https://tailwindcss.com/docs/border-style
1525
1525
  */
1526
1526
  "border-style": [{
1527
- border: [...q(), "hidden", "none"]
1527
+ border: [...J(), "hidden", "none"]
1528
1528
  }],
1529
1529
  /**
1530
1530
  * Divide Style
1531
1531
  * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1532
1532
  */
1533
1533
  "divide-style": [{
1534
- divide: [...q(), "hidden", "none"]
1534
+ divide: [...J(), "hidden", "none"]
1535
1535
  }],
1536
1536
  /**
1537
1537
  * Border Color
@@ -1608,21 +1608,21 @@ const f = (e) => {
1608
1608
  * @see https://tailwindcss.com/docs/outline-style
1609
1609
  */
1610
1610
  "outline-style": [{
1611
- outline: [...q(), "none", "hidden"]
1611
+ outline: [...J(), "none", "hidden"]
1612
1612
  }],
1613
1613
  /**
1614
1614
  * Outline Offset
1615
1615
  * @see https://tailwindcss.com/docs/outline-offset
1616
1616
  */
1617
1617
  "outline-offset": [{
1618
- "outline-offset": [d, r, o]
1618
+ "outline-offset": [m, t, r]
1619
1619
  }],
1620
1620
  /**
1621
1621
  * Outline Width
1622
1622
  * @see https://tailwindcss.com/docs/outline-width
1623
1623
  */
1624
1624
  "outline-w": [{
1625
- outline: ["", d, W, P]
1625
+ outline: ["", m, U, T]
1626
1626
  }],
1627
1627
  /**
1628
1628
  * Outline Color
@@ -1643,9 +1643,9 @@ const f = (e) => {
1643
1643
  // Deprecated since Tailwind CSS v4.0.0
1644
1644
  "",
1645
1645
  "none",
1646
- h,
1647
- K,
1648
- D
1646
+ f,
1647
+ Y,
1648
+ K
1649
1649
  ]
1650
1650
  }],
1651
1651
  /**
@@ -1660,7 +1660,7 @@ const f = (e) => {
1660
1660
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1661
1661
  */
1662
1662
  "inset-shadow": [{
1663
- "inset-shadow": ["none", M, K, D]
1663
+ "inset-shadow": ["none", w, Y, K]
1664
1664
  }],
1665
1665
  /**
1666
1666
  * Inset Box Shadow Color
@@ -1674,7 +1674,7 @@ const f = (e) => {
1674
1674
  * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1675
1675
  */
1676
1676
  "ring-w": [{
1677
- ring: w()
1677
+ ring: k()
1678
1678
  }],
1679
1679
  /**
1680
1680
  * Ring Width Inset
@@ -1697,7 +1697,7 @@ const f = (e) => {
1697
1697
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1698
1698
  */
1699
1699
  "ring-offset-w": [{
1700
- "ring-offset": [d, P]
1700
+ "ring-offset": [m, T]
1701
1701
  }],
1702
1702
  /**
1703
1703
  * Ring Offset Color
@@ -1713,7 +1713,7 @@ const f = (e) => {
1713
1713
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1714
1714
  */
1715
1715
  "inset-ring-w": [{
1716
- "inset-ring": w()
1716
+ "inset-ring": k()
1717
1717
  }],
1718
1718
  /**
1719
1719
  * Inset Ring Color
@@ -1727,7 +1727,7 @@ const f = (e) => {
1727
1727
  * @see https://tailwindcss.com/docs/text-shadow
1728
1728
  */
1729
1729
  "text-shadow": [{
1730
- "text-shadow": ["none", O, K, D]
1730
+ "text-shadow": ["none", z, Y, K]
1731
1731
  }],
1732
1732
  /**
1733
1733
  * Text Shadow Color
@@ -1741,21 +1741,21 @@ const f = (e) => {
1741
1741
  * @see https://tailwindcss.com/docs/opacity
1742
1742
  */
1743
1743
  opacity: [{
1744
- opacity: [d, r, o]
1744
+ opacity: [m, t, r]
1745
1745
  }],
1746
1746
  /**
1747
1747
  * Mix Blend Mode
1748
1748
  * @see https://tailwindcss.com/docs/mix-blend-mode
1749
1749
  */
1750
1750
  "mix-blend": [{
1751
- "mix-blend": [...pe(), "plus-darker", "plus-lighter"]
1751
+ "mix-blend": [...ue(), "plus-darker", "plus-lighter"]
1752
1752
  }],
1753
1753
  /**
1754
1754
  * Background Blend Mode
1755
1755
  * @see https://tailwindcss.com/docs/background-blend-mode
1756
1756
  */
1757
1757
  "bg-blend": [{
1758
- "bg-blend": pe()
1758
+ "bg-blend": ue()
1759
1759
  }],
1760
1760
  /**
1761
1761
  * Mask Clip
@@ -1776,13 +1776,13 @@ const f = (e) => {
1776
1776
  * @see https://tailwindcss.com/docs/mask-image
1777
1777
  */
1778
1778
  "mask-image-linear-pos": [{
1779
- "mask-linear": [d]
1779
+ "mask-linear": [m]
1780
1780
  }],
1781
1781
  "mask-image-linear-from-pos": [{
1782
- "mask-linear-from": b()
1782
+ "mask-linear-from": h()
1783
1783
  }],
1784
1784
  "mask-image-linear-to-pos": [{
1785
- "mask-linear-to": b()
1785
+ "mask-linear-to": h()
1786
1786
  }],
1787
1787
  "mask-image-linear-from-color": [{
1788
1788
  "mask-linear-from": a()
@@ -1791,10 +1791,10 @@ const f = (e) => {
1791
1791
  "mask-linear-to": a()
1792
1792
  }],
1793
1793
  "mask-image-t-from-pos": [{
1794
- "mask-t-from": b()
1794
+ "mask-t-from": h()
1795
1795
  }],
1796
1796
  "mask-image-t-to-pos": [{
1797
- "mask-t-to": b()
1797
+ "mask-t-to": h()
1798
1798
  }],
1799
1799
  "mask-image-t-from-color": [{
1800
1800
  "mask-t-from": a()
@@ -1803,10 +1803,10 @@ const f = (e) => {
1803
1803
  "mask-t-to": a()
1804
1804
  }],
1805
1805
  "mask-image-r-from-pos": [{
1806
- "mask-r-from": b()
1806
+ "mask-r-from": h()
1807
1807
  }],
1808
1808
  "mask-image-r-to-pos": [{
1809
- "mask-r-to": b()
1809
+ "mask-r-to": h()
1810
1810
  }],
1811
1811
  "mask-image-r-from-color": [{
1812
1812
  "mask-r-from": a()
@@ -1815,10 +1815,10 @@ const f = (e) => {
1815
1815
  "mask-r-to": a()
1816
1816
  }],
1817
1817
  "mask-image-b-from-pos": [{
1818
- "mask-b-from": b()
1818
+ "mask-b-from": h()
1819
1819
  }],
1820
1820
  "mask-image-b-to-pos": [{
1821
- "mask-b-to": b()
1821
+ "mask-b-to": h()
1822
1822
  }],
1823
1823
  "mask-image-b-from-color": [{
1824
1824
  "mask-b-from": a()
@@ -1827,10 +1827,10 @@ const f = (e) => {
1827
1827
  "mask-b-to": a()
1828
1828
  }],
1829
1829
  "mask-image-l-from-pos": [{
1830
- "mask-l-from": b()
1830
+ "mask-l-from": h()
1831
1831
  }],
1832
1832
  "mask-image-l-to-pos": [{
1833
- "mask-l-to": b()
1833
+ "mask-l-to": h()
1834
1834
  }],
1835
1835
  "mask-image-l-from-color": [{
1836
1836
  "mask-l-from": a()
@@ -1839,10 +1839,10 @@ const f = (e) => {
1839
1839
  "mask-l-to": a()
1840
1840
  }],
1841
1841
  "mask-image-x-from-pos": [{
1842
- "mask-x-from": b()
1842
+ "mask-x-from": h()
1843
1843
  }],
1844
1844
  "mask-image-x-to-pos": [{
1845
- "mask-x-to": b()
1845
+ "mask-x-to": h()
1846
1846
  }],
1847
1847
  "mask-image-x-from-color": [{
1848
1848
  "mask-x-from": a()
@@ -1851,10 +1851,10 @@ const f = (e) => {
1851
1851
  "mask-x-to": a()
1852
1852
  }],
1853
1853
  "mask-image-y-from-pos": [{
1854
- "mask-y-from": b()
1854
+ "mask-y-from": h()
1855
1855
  }],
1856
1856
  "mask-image-y-to-pos": [{
1857
- "mask-y-to": b()
1857
+ "mask-y-to": h()
1858
1858
  }],
1859
1859
  "mask-image-y-from-color": [{
1860
1860
  "mask-y-from": a()
@@ -1863,13 +1863,13 @@ const f = (e) => {
1863
1863
  "mask-y-to": a()
1864
1864
  }],
1865
1865
  "mask-image-radial": [{
1866
- "mask-radial": [r, o]
1866
+ "mask-radial": [t, r]
1867
1867
  }],
1868
1868
  "mask-image-radial-from-pos": [{
1869
- "mask-radial-from": b()
1869
+ "mask-radial-from": h()
1870
1870
  }],
1871
1871
  "mask-image-radial-to-pos": [{
1872
- "mask-radial-to": b()
1872
+ "mask-radial-to": h()
1873
1873
  }],
1874
1874
  "mask-image-radial-from-color": [{
1875
1875
  "mask-radial-from": a()
@@ -1887,16 +1887,16 @@ const f = (e) => {
1887
1887
  }]
1888
1888
  }],
1889
1889
  "mask-image-radial-pos": [{
1890
- "mask-radial-at": T()
1890
+ "mask-radial-at": N()
1891
1891
  }],
1892
1892
  "mask-image-conic-pos": [{
1893
- "mask-conic": [d]
1893
+ "mask-conic": [m]
1894
1894
  }],
1895
1895
  "mask-image-conic-from-pos": [{
1896
- "mask-conic-from": b()
1896
+ "mask-conic-from": h()
1897
1897
  }],
1898
1898
  "mask-image-conic-to-pos": [{
1899
- "mask-conic-to": b()
1899
+ "mask-conic-to": h()
1900
1900
  }],
1901
1901
  "mask-image-conic-from-color": [{
1902
1902
  "mask-conic-from": a()
@@ -1951,7 +1951,7 @@ const f = (e) => {
1951
1951
  * @see https://tailwindcss.com/docs/mask-image
1952
1952
  */
1953
1953
  "mask-image": [{
1954
- mask: ["none", r, o]
1954
+ mask: ["none", t, r]
1955
1955
  }],
1956
1956
  // ---------------
1957
1957
  // --- Filters ---
@@ -1965,8 +1965,8 @@ const f = (e) => {
1965
1965
  // Deprecated since Tailwind CSS v3.0.0
1966
1966
  "",
1967
1967
  "none",
1968
- r,
1969
- o
1968
+ t,
1969
+ r
1970
1970
  ]
1971
1971
  }],
1972
1972
  /**
@@ -1974,21 +1974,21 @@ const f = (e) => {
1974
1974
  * @see https://tailwindcss.com/docs/blur
1975
1975
  */
1976
1976
  blur: [{
1977
- blur: ue()
1977
+ blur: pe()
1978
1978
  }],
1979
1979
  /**
1980
1980
  * Brightness
1981
1981
  * @see https://tailwindcss.com/docs/brightness
1982
1982
  */
1983
1983
  brightness: [{
1984
- brightness: [d, r, o]
1984
+ brightness: [m, t, r]
1985
1985
  }],
1986
1986
  /**
1987
1987
  * Contrast
1988
1988
  * @see https://tailwindcss.com/docs/contrast
1989
1989
  */
1990
1990
  contrast: [{
1991
- contrast: [d, r, o]
1991
+ contrast: [m, t, r]
1992
1992
  }],
1993
1993
  /**
1994
1994
  * Drop Shadow
@@ -1999,9 +1999,9 @@ const f = (e) => {
1999
1999
  // Deprecated since Tailwind CSS v4.0.0
2000
2000
  "",
2001
2001
  "none",
2002
- F,
2003
- K,
2004
- D
2002
+ R,
2003
+ Y,
2004
+ K
2005
2005
  ]
2006
2006
  }],
2007
2007
  /**
@@ -2016,35 +2016,35 @@ const f = (e) => {
2016
2016
  * @see https://tailwindcss.com/docs/grayscale
2017
2017
  */
2018
2018
  grayscale: [{
2019
- grayscale: ["", d, r, o]
2019
+ grayscale: ["", m, t, r]
2020
2020
  }],
2021
2021
  /**
2022
2022
  * Hue Rotate
2023
2023
  * @see https://tailwindcss.com/docs/hue-rotate
2024
2024
  */
2025
2025
  "hue-rotate": [{
2026
- "hue-rotate": [d, r, o]
2026
+ "hue-rotate": [m, t, r]
2027
2027
  }],
2028
2028
  /**
2029
2029
  * Invert
2030
2030
  * @see https://tailwindcss.com/docs/invert
2031
2031
  */
2032
2032
  invert: [{
2033
- invert: ["", d, r, o]
2033
+ invert: ["", m, t, r]
2034
2034
  }],
2035
2035
  /**
2036
2036
  * Saturate
2037
2037
  * @see https://tailwindcss.com/docs/saturate
2038
2038
  */
2039
2039
  saturate: [{
2040
- saturate: [d, r, o]
2040
+ saturate: [m, t, r]
2041
2041
  }],
2042
2042
  /**
2043
2043
  * Sepia
2044
2044
  * @see https://tailwindcss.com/docs/sepia
2045
2045
  */
2046
2046
  sepia: [{
2047
- sepia: ["", d, r, o]
2047
+ sepia: ["", m, t, r]
2048
2048
  }],
2049
2049
  /**
2050
2050
  * Backdrop Filter
@@ -2055,8 +2055,8 @@ const f = (e) => {
2055
2055
  // Deprecated since Tailwind CSS v3.0.0
2056
2056
  "",
2057
2057
  "none",
2058
- r,
2059
- o
2058
+ t,
2059
+ r
2060
2060
  ]
2061
2061
  }],
2062
2062
  /**
@@ -2064,63 +2064,63 @@ const f = (e) => {
2064
2064
  * @see https://tailwindcss.com/docs/backdrop-blur
2065
2065
  */
2066
2066
  "backdrop-blur": [{
2067
- "backdrop-blur": ue()
2067
+ "backdrop-blur": pe()
2068
2068
  }],
2069
2069
  /**
2070
2070
  * Backdrop Brightness
2071
2071
  * @see https://tailwindcss.com/docs/backdrop-brightness
2072
2072
  */
2073
2073
  "backdrop-brightness": [{
2074
- "backdrop-brightness": [d, r, o]
2074
+ "backdrop-brightness": [m, t, r]
2075
2075
  }],
2076
2076
  /**
2077
2077
  * Backdrop Contrast
2078
2078
  * @see https://tailwindcss.com/docs/backdrop-contrast
2079
2079
  */
2080
2080
  "backdrop-contrast": [{
2081
- "backdrop-contrast": [d, r, o]
2081
+ "backdrop-contrast": [m, t, r]
2082
2082
  }],
2083
2083
  /**
2084
2084
  * Backdrop Grayscale
2085
2085
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2086
2086
  */
2087
2087
  "backdrop-grayscale": [{
2088
- "backdrop-grayscale": ["", d, r, o]
2088
+ "backdrop-grayscale": ["", m, t, r]
2089
2089
  }],
2090
2090
  /**
2091
2091
  * Backdrop Hue Rotate
2092
2092
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2093
2093
  */
2094
2094
  "backdrop-hue-rotate": [{
2095
- "backdrop-hue-rotate": [d, r, o]
2095
+ "backdrop-hue-rotate": [m, t, r]
2096
2096
  }],
2097
2097
  /**
2098
2098
  * Backdrop Invert
2099
2099
  * @see https://tailwindcss.com/docs/backdrop-invert
2100
2100
  */
2101
2101
  "backdrop-invert": [{
2102
- "backdrop-invert": ["", d, r, o]
2102
+ "backdrop-invert": ["", m, t, r]
2103
2103
  }],
2104
2104
  /**
2105
2105
  * Backdrop Opacity
2106
2106
  * @see https://tailwindcss.com/docs/backdrop-opacity
2107
2107
  */
2108
2108
  "backdrop-opacity": [{
2109
- "backdrop-opacity": [d, r, o]
2109
+ "backdrop-opacity": [m, t, r]
2110
2110
  }],
2111
2111
  /**
2112
2112
  * Backdrop Saturate
2113
2113
  * @see https://tailwindcss.com/docs/backdrop-saturate
2114
2114
  */
2115
2115
  "backdrop-saturate": [{
2116
- "backdrop-saturate": [d, r, o]
2116
+ "backdrop-saturate": [m, t, r]
2117
2117
  }],
2118
2118
  /**
2119
2119
  * Backdrop Sepia
2120
2120
  * @see https://tailwindcss.com/docs/backdrop-sepia
2121
2121
  */
2122
2122
  "backdrop-sepia": [{
2123
- "backdrop-sepia": ["", d, r, o]
2123
+ "backdrop-sepia": ["", m, t, r]
2124
2124
  }],
2125
2125
  // --------------
2126
2126
  // --- Tables ---
@@ -2137,21 +2137,21 @@ const f = (e) => {
2137
2137
  * @see https://tailwindcss.com/docs/border-spacing
2138
2138
  */
2139
2139
  "border-spacing": [{
2140
- "border-spacing": l()
2140
+ "border-spacing": d()
2141
2141
  }],
2142
2142
  /**
2143
2143
  * Border Spacing X
2144
2144
  * @see https://tailwindcss.com/docs/border-spacing
2145
2145
  */
2146
2146
  "border-spacing-x": [{
2147
- "border-spacing-x": l()
2147
+ "border-spacing-x": d()
2148
2148
  }],
2149
2149
  /**
2150
2150
  * Border Spacing Y
2151
2151
  * @see https://tailwindcss.com/docs/border-spacing
2152
2152
  */
2153
2153
  "border-spacing-y": [{
2154
- "border-spacing-y": l()
2154
+ "border-spacing-y": d()
2155
2155
  }],
2156
2156
  /**
2157
2157
  * Table Layout
@@ -2175,7 +2175,7 @@ const f = (e) => {
2175
2175
  * @see https://tailwindcss.com/docs/transition-property
2176
2176
  */
2177
2177
  transition: [{
2178
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", r, o]
2178
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", t, r]
2179
2179
  }],
2180
2180
  /**
2181
2181
  * Transition Behavior
@@ -2189,28 +2189,28 @@ const f = (e) => {
2189
2189
  * @see https://tailwindcss.com/docs/transition-duration
2190
2190
  */
2191
2191
  duration: [{
2192
- duration: [d, "initial", r, o]
2192
+ duration: [m, "initial", t, r]
2193
2193
  }],
2194
2194
  /**
2195
2195
  * Transition Timing Function
2196
2196
  * @see https://tailwindcss.com/docs/transition-timing-function
2197
2197
  */
2198
2198
  ease: [{
2199
- ease: ["linear", "initial", A, r, o]
2199
+ ease: ["linear", "initial", I, t, r]
2200
2200
  }],
2201
2201
  /**
2202
2202
  * Transition Delay
2203
2203
  * @see https://tailwindcss.com/docs/transition-delay
2204
2204
  */
2205
2205
  delay: [{
2206
- delay: [d, r, o]
2206
+ delay: [m, t, r]
2207
2207
  }],
2208
2208
  /**
2209
2209
  * Animation
2210
2210
  * @see https://tailwindcss.com/docs/animation
2211
2211
  */
2212
2212
  animate: [{
2213
- animate: ["none", $, r, o]
2213
+ animate: ["none", W, t, r]
2214
2214
  }],
2215
2215
  // ------------------
2216
2216
  // --- Transforms ---
@@ -2227,70 +2227,70 @@ const f = (e) => {
2227
2227
  * @see https://tailwindcss.com/docs/perspective
2228
2228
  */
2229
2229
  perspective: [{
2230
- perspective: [y, r, o]
2230
+ perspective: [v, t, r]
2231
2231
  }],
2232
2232
  /**
2233
2233
  * Perspective Origin
2234
2234
  * @see https://tailwindcss.com/docs/perspective-origin
2235
2235
  */
2236
2236
  "perspective-origin": [{
2237
- "perspective-origin": E()
2237
+ "perspective-origin": V()
2238
2238
  }],
2239
2239
  /**
2240
2240
  * Rotate
2241
2241
  * @see https://tailwindcss.com/docs/rotate
2242
2242
  */
2243
2243
  rotate: [{
2244
- rotate: H()
2244
+ rotate: q()
2245
2245
  }],
2246
2246
  /**
2247
2247
  * Rotate X
2248
2248
  * @see https://tailwindcss.com/docs/rotate
2249
2249
  */
2250
2250
  "rotate-x": [{
2251
- "rotate-x": H()
2251
+ "rotate-x": q()
2252
2252
  }],
2253
2253
  /**
2254
2254
  * Rotate Y
2255
2255
  * @see https://tailwindcss.com/docs/rotate
2256
2256
  */
2257
2257
  "rotate-y": [{
2258
- "rotate-y": H()
2258
+ "rotate-y": q()
2259
2259
  }],
2260
2260
  /**
2261
2261
  * Rotate Z
2262
2262
  * @see https://tailwindcss.com/docs/rotate
2263
2263
  */
2264
2264
  "rotate-z": [{
2265
- "rotate-z": H()
2265
+ "rotate-z": q()
2266
2266
  }],
2267
2267
  /**
2268
2268
  * Scale
2269
2269
  * @see https://tailwindcss.com/docs/scale
2270
2270
  */
2271
2271
  scale: [{
2272
- scale: J()
2272
+ scale: H()
2273
2273
  }],
2274
2274
  /**
2275
2275
  * Scale X
2276
2276
  * @see https://tailwindcss.com/docs/scale
2277
2277
  */
2278
2278
  "scale-x": [{
2279
- "scale-x": J()
2279
+ "scale-x": H()
2280
2280
  }],
2281
2281
  /**
2282
2282
  * Scale Y
2283
2283
  * @see https://tailwindcss.com/docs/scale
2284
2284
  */
2285
2285
  "scale-y": [{
2286
- "scale-y": J()
2286
+ "scale-y": H()
2287
2287
  }],
2288
2288
  /**
2289
2289
  * Scale Z
2290
2290
  * @see https://tailwindcss.com/docs/scale
2291
2291
  */
2292
2292
  "scale-z": [{
2293
- "scale-z": J()
2293
+ "scale-z": H()
2294
2294
  }],
2295
2295
  /**
2296
2296
  * Scale 3D
@@ -2302,35 +2302,35 @@ const f = (e) => {
2302
2302
  * @see https://tailwindcss.com/docs/skew
2303
2303
  */
2304
2304
  skew: [{
2305
- skew: Z()
2305
+ skew: Q()
2306
2306
  }],
2307
2307
  /**
2308
2308
  * Skew X
2309
2309
  * @see https://tailwindcss.com/docs/skew
2310
2310
  */
2311
2311
  "skew-x": [{
2312
- "skew-x": Z()
2312
+ "skew-x": Q()
2313
2313
  }],
2314
2314
  /**
2315
2315
  * Skew Y
2316
2316
  * @see https://tailwindcss.com/docs/skew
2317
2317
  */
2318
2318
  "skew-y": [{
2319
- "skew-y": Z()
2319
+ "skew-y": Q()
2320
2320
  }],
2321
2321
  /**
2322
2322
  * Transform
2323
2323
  * @see https://tailwindcss.com/docs/transform
2324
2324
  */
2325
2325
  transform: [{
2326
- transform: [r, o, "", "none", "gpu", "cpu"]
2326
+ transform: [t, r, "", "none", "gpu", "cpu"]
2327
2327
  }],
2328
2328
  /**
2329
2329
  * Transform Origin
2330
2330
  * @see https://tailwindcss.com/docs/transform-origin
2331
2331
  */
2332
2332
  "transform-origin": [{
2333
- origin: E()
2333
+ origin: V()
2334
2334
  }],
2335
2335
  /**
2336
2336
  * Transform Style
@@ -2408,7 +2408,7 @@ const f = (e) => {
2408
2408
  * @see https://tailwindcss.com/docs/cursor
2409
2409
  */
2410
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]
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", t, r]
2412
2412
  }],
2413
2413
  /**
2414
2414
  * Field Sizing
@@ -2443,126 +2443,126 @@ const f = (e) => {
2443
2443
  * @see https://tailwindcss.com/docs/scroll-margin
2444
2444
  */
2445
2445
  "scroll-m": [{
2446
- "scroll-m": l()
2446
+ "scroll-m": d()
2447
2447
  }],
2448
2448
  /**
2449
2449
  * Scroll Margin X
2450
2450
  * @see https://tailwindcss.com/docs/scroll-margin
2451
2451
  */
2452
2452
  "scroll-mx": [{
2453
- "scroll-mx": l()
2453
+ "scroll-mx": d()
2454
2454
  }],
2455
2455
  /**
2456
2456
  * Scroll Margin Y
2457
2457
  * @see https://tailwindcss.com/docs/scroll-margin
2458
2458
  */
2459
2459
  "scroll-my": [{
2460
- "scroll-my": l()
2460
+ "scroll-my": d()
2461
2461
  }],
2462
2462
  /**
2463
2463
  * Scroll Margin Start
2464
2464
  * @see https://tailwindcss.com/docs/scroll-margin
2465
2465
  */
2466
2466
  "scroll-ms": [{
2467
- "scroll-ms": l()
2467
+ "scroll-ms": d()
2468
2468
  }],
2469
2469
  /**
2470
2470
  * Scroll Margin End
2471
2471
  * @see https://tailwindcss.com/docs/scroll-margin
2472
2472
  */
2473
2473
  "scroll-me": [{
2474
- "scroll-me": l()
2474
+ "scroll-me": d()
2475
2475
  }],
2476
2476
  /**
2477
2477
  * Scroll Margin Top
2478
2478
  * @see https://tailwindcss.com/docs/scroll-margin
2479
2479
  */
2480
2480
  "scroll-mt": [{
2481
- "scroll-mt": l()
2481
+ "scroll-mt": d()
2482
2482
  }],
2483
2483
  /**
2484
2484
  * Scroll Margin Right
2485
2485
  * @see https://tailwindcss.com/docs/scroll-margin
2486
2486
  */
2487
2487
  "scroll-mr": [{
2488
- "scroll-mr": l()
2488
+ "scroll-mr": d()
2489
2489
  }],
2490
2490
  /**
2491
2491
  * Scroll Margin Bottom
2492
2492
  * @see https://tailwindcss.com/docs/scroll-margin
2493
2493
  */
2494
2494
  "scroll-mb": [{
2495
- "scroll-mb": l()
2495
+ "scroll-mb": d()
2496
2496
  }],
2497
2497
  /**
2498
2498
  * Scroll Margin Left
2499
2499
  * @see https://tailwindcss.com/docs/scroll-margin
2500
2500
  */
2501
2501
  "scroll-ml": [{
2502
- "scroll-ml": l()
2502
+ "scroll-ml": d()
2503
2503
  }],
2504
2504
  /**
2505
2505
  * Scroll Padding
2506
2506
  * @see https://tailwindcss.com/docs/scroll-padding
2507
2507
  */
2508
2508
  "scroll-p": [{
2509
- "scroll-p": l()
2509
+ "scroll-p": d()
2510
2510
  }],
2511
2511
  /**
2512
2512
  * Scroll Padding X
2513
2513
  * @see https://tailwindcss.com/docs/scroll-padding
2514
2514
  */
2515
2515
  "scroll-px": [{
2516
- "scroll-px": l()
2516
+ "scroll-px": d()
2517
2517
  }],
2518
2518
  /**
2519
2519
  * Scroll Padding Y
2520
2520
  * @see https://tailwindcss.com/docs/scroll-padding
2521
2521
  */
2522
2522
  "scroll-py": [{
2523
- "scroll-py": l()
2523
+ "scroll-py": d()
2524
2524
  }],
2525
2525
  /**
2526
2526
  * Scroll Padding Start
2527
2527
  * @see https://tailwindcss.com/docs/scroll-padding
2528
2528
  */
2529
2529
  "scroll-ps": [{
2530
- "scroll-ps": l()
2530
+ "scroll-ps": d()
2531
2531
  }],
2532
2532
  /**
2533
2533
  * Scroll Padding End
2534
2534
  * @see https://tailwindcss.com/docs/scroll-padding
2535
2535
  */
2536
2536
  "scroll-pe": [{
2537
- "scroll-pe": l()
2537
+ "scroll-pe": d()
2538
2538
  }],
2539
2539
  /**
2540
2540
  * Scroll Padding Top
2541
2541
  * @see https://tailwindcss.com/docs/scroll-padding
2542
2542
  */
2543
2543
  "scroll-pt": [{
2544
- "scroll-pt": l()
2544
+ "scroll-pt": d()
2545
2545
  }],
2546
2546
  /**
2547
2547
  * Scroll Padding Right
2548
2548
  * @see https://tailwindcss.com/docs/scroll-padding
2549
2549
  */
2550
2550
  "scroll-pr": [{
2551
- "scroll-pr": l()
2551
+ "scroll-pr": d()
2552
2552
  }],
2553
2553
  /**
2554
2554
  * Scroll Padding Bottom
2555
2555
  * @see https://tailwindcss.com/docs/scroll-padding
2556
2556
  */
2557
2557
  "scroll-pb": [{
2558
- "scroll-pb": l()
2558
+ "scroll-pb": d()
2559
2559
  }],
2560
2560
  /**
2561
2561
  * Scroll Padding Left
2562
2562
  * @see https://tailwindcss.com/docs/scroll-padding
2563
2563
  */
2564
2564
  "scroll-pl": [{
2565
- "scroll-pl": l()
2565
+ "scroll-pl": d()
2566
2566
  }],
2567
2567
  /**
2568
2568
  * Scroll Snap Align
@@ -2630,7 +2630,7 @@ const f = (e) => {
2630
2630
  * @see https://tailwindcss.com/docs/will-change
2631
2631
  */
2632
2632
  "will-change": [{
2633
- "will-change": ["auto", "scroll", "contents", "transform", r, o]
2633
+ "will-change": ["auto", "scroll", "contents", "transform", t, r]
2634
2634
  }],
2635
2635
  // -----------
2636
2636
  // --- SVG ---
@@ -2647,7 +2647,7 @@ const f = (e) => {
2647
2647
  * @see https://tailwindcss.com/docs/stroke-width
2648
2648
  */
2649
2649
  "stroke-w": [{
2650
- stroke: [d, W, P, oe]
2650
+ stroke: [m, U, T, oe]
2651
2651
  }],
2652
2652
  /**
2653
2653
  * Stroke
@@ -2722,10 +2722,171 @@ const f = (e) => {
2722
2722
  },
2723
2723
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2724
2724
  };
2725
- }, lo = /* @__PURE__ */ We(io);
2726
- function mo(...e) {
2727
- return lo(Ie(e));
2725
+ }, mo = /* @__PURE__ */ $e(co);
2726
+ function go(...e) {
2727
+ return mo(ye(e));
2728
2728
  }
2729
+ const xe = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, we = ye, uo = (e, n) => (o) => {
2730
+ var s;
2731
+ if ((n == null ? void 0 : n.variants) == null) return we(e, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
2732
+ const { variants: l, defaultVariants: c } = n, i = Object.keys(l).map((g) => {
2733
+ const f = o == null ? void 0 : o[g], w = c == null ? void 0 : c[g];
2734
+ if (f === null) return null;
2735
+ const z = xe(f) || xe(w);
2736
+ return l[g][z];
2737
+ }), p = o && Object.entries(o).reduce((g, f) => {
2738
+ let [w, z] = f;
2739
+ return z === void 0 || (g[w] = z), g;
2740
+ }, {}), u = n == null || (s = n.compoundVariants) === null || s === void 0 ? void 0 : s.reduce((g, f) => {
2741
+ let { class: w, className: z, ...R } = f;
2742
+ return Object.entries(R).every((y) => {
2743
+ let [v, A] = y;
2744
+ return Array.isArray(A) ? A.includes({
2745
+ ...c,
2746
+ ...p
2747
+ }[v]) : {
2748
+ ...c,
2749
+ ...p
2750
+ }[v] === A;
2751
+ }) ? [
2752
+ ...g,
2753
+ w,
2754
+ z
2755
+ ] : g;
2756
+ }, []);
2757
+ return we(e, i, u, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
2758
+ }, fo = {
2759
+ start: "justify-start",
2760
+ end: "justify-end",
2761
+ center: "justify-center",
2762
+ between: "justify-between",
2763
+ around: "justify-around",
2764
+ evenly: "justify-evenly",
2765
+ stretch: "justify-stretch"
2766
+ }, bo = {
2767
+ start: "items-start",
2768
+ end: "items-end",
2769
+ center: "items-center",
2770
+ baseline: "items-baseline",
2771
+ stretch: "items-stretch"
2772
+ }, ho = {
2773
+ body: "font-general",
2774
+ heading: "font-general",
2775
+ caption: "font-general"
2776
+ }, xo = {
2777
+ xs: "text-xs",
2778
+ sm: "text-sm",
2779
+ base: "text-base",
2780
+ lg: "text-lg",
2781
+ xl: "text-xl",
2782
+ "2xl": "text-2xl",
2783
+ "3xl": "text-3xl",
2784
+ "4xl": "text-4xl",
2785
+ "5xl": "text-5xl",
2786
+ "6xl": "text-6xl",
2787
+ "7xl": "text-7xl",
2788
+ "8xl": "text-8xl",
2789
+ "9xl": "text-9xl"
2790
+ }, wo = {
2791
+ normal: "font-normal",
2792
+ medium: "font-medium",
2793
+ semibold: "font-semibold",
2794
+ bold: "font-bold",
2795
+ light: "font-light"
2796
+ }, yo = {
2797
+ 1: "grid-cols-1",
2798
+ 2: "grid-cols-2",
2799
+ 3: "grid-cols-3",
2800
+ 4: "grid-cols-4",
2801
+ 5: "grid-cols-5",
2802
+ 6: "grid-cols-6",
2803
+ 7: "grid-cols-7",
2804
+ 8: "grid-cols-8",
2805
+ 9: "grid-cols-9"
2806
+ }, vo = {
2807
+ 1: "grid-rows-1",
2808
+ 2: "grid-rows-2",
2809
+ 3: "grid-rows-3",
2810
+ 4: "grid-rows-4",
2811
+ 5: "grid-rows-5",
2812
+ 6: "grid-rows-6",
2813
+ 7: "grid-rows-7",
2814
+ 8: "grid-rows-8",
2815
+ 9: "grid-rows-9"
2816
+ }, ko = {
2817
+ 1: "gap-1",
2818
+ 2: "gap-2",
2819
+ 3: "gap-3",
2820
+ 4: "gap-4",
2821
+ 5: "gap-5",
2822
+ 6: "gap-6",
2823
+ 7: "gap-7",
2824
+ 8: "gap-8",
2825
+ 9: "gap-9"
2826
+ }, zo = uo(
2827
+ "inline-flex justify-center items-center gap-2 disabled:opacity-50 aria-invalid:border-destructive focus-visible:border-ring rounded-md outline-none aria-invalid:ring-destructive/20 focus-visible:ring-[3px] focus-visible:ring-ring/50 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 font-medium text-sm whitespace-nowrap transition-all [&_svg]:pointer-events-none disabled:pointer-events-none shrink-0 [&_svg]:shrink-0",
2828
+ {
2829
+ variants: {
2830
+ variant: {
2831
+ default: `
2832
+ bg-primary text-primary-foreground shadow-xs
2833
+ hover:bg-primary/90
2834
+ `,
2835
+ destructive: `
2836
+ bg-destructive text-white shadow-xs
2837
+ hover:bg-destructive/90
2838
+ focus-visible:ring-destructive/20
2839
+ dark:bg-destructive/60 dark:focus-visible:ring-destructive/40
2840
+ `,
2841
+ outline: `
2842
+ border bg-background shadow-xs
2843
+ hover:bg-accent hover:text-accent-foreground
2844
+ dark:border-input dark:bg-input/30 dark:hover:bg-input/50
2845
+ `,
2846
+ secondary: `
2847
+ bg-secondary text-secondary-foreground shadow-xs
2848
+ hover:bg-secondary/80
2849
+ `,
2850
+ ghost: `
2851
+ hover:bg-accent hover:text-accent-foreground
2852
+ dark:hover:bg-accent/50
2853
+ `,
2854
+ link: `
2855
+ text-primary underline-offset-4
2856
+ hover:underline
2857
+ `
2858
+ },
2859
+ size: {
2860
+ default: `
2861
+ h-9 px-4 py-2
2862
+ has-[>svg]:px-3
2863
+ `,
2864
+ sm: `
2865
+ h-8 gap-1.5 rounded-md px-3
2866
+ has-[>svg]:px-2.5
2867
+ `,
2868
+ lg: `
2869
+ h-10 rounded-md px-6
2870
+ has-[>svg]:px-4
2871
+ `,
2872
+ icon: "size-9"
2873
+ }
2874
+ },
2875
+ defaultVariants: {
2876
+ variant: "default",
2877
+ size: "default"
2878
+ }
2879
+ }
2880
+ );
2729
2881
  export {
2730
- mo as c
2882
+ bo as A,
2883
+ yo as C,
2884
+ ko as G,
2885
+ fo as J,
2886
+ vo as R,
2887
+ xo as S,
2888
+ wo as T,
2889
+ ho as V,
2890
+ zo as b,
2891
+ go as c
2731
2892
  };