@nationaldesignstudio/react 0.0.1 → 0.0.3

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.
package/dist/index.js CHANGED
@@ -1,229 +1,229 @@
1
- import { jsx as se } from "react/jsx-runtime";
2
- import * as k from "react";
3
- function ge(e, r) {
1
+ import { jsx as b, jsxs as ce } from "react/jsx-runtime";
2
+ import * as g from "react";
3
+ function xe(e, t) {
4
4
  if (typeof e == "function")
5
- return e(r);
6
- e != null && (e.current = r);
5
+ return e(t);
6
+ e != null && (e.current = t);
7
7
  }
8
- function _e(...e) {
9
- return (r) => {
10
- let o = !1;
11
- const t = e.map((n) => {
12
- const s = ge(n, r);
13
- return !o && typeof s == "function" && (o = !0), s;
8
+ function We(...e) {
9
+ return (t) => {
10
+ let r = !1;
11
+ const o = e.map((a) => {
12
+ const n = xe(a, t);
13
+ return !r && typeof n == "function" && (r = !0), n;
14
14
  });
15
- if (o)
15
+ if (r)
16
16
  return () => {
17
- for (let n = 0; n < t.length; n++) {
18
- const s = t[n];
19
- typeof s == "function" ? s() : ge(e[n], null);
17
+ for (let a = 0; a < o.length; a++) {
18
+ const n = o[a];
19
+ typeof n == "function" ? n() : xe(e[a], null);
20
20
  }
21
21
  };
22
22
  };
23
23
  }
24
- var We = Symbol.for("react.lazy"), K = k[" use ".trim().toString()];
25
- function Fe(e) {
24
+ var $e = Symbol.for("react.lazy"), ee = g[" use ".trim().toString()];
25
+ function De(e) {
26
26
  return typeof e == "object" && e !== null && "then" in e;
27
27
  }
28
- function ze(e) {
29
- return e != null && typeof e == "object" && "$$typeof" in e && e.$$typeof === We && "_payload" in e && Fe(e._payload);
28
+ function Ae(e) {
29
+ return e != null && typeof e == "object" && "$$typeof" in e && e.$$typeof === $e && "_payload" in e && De(e._payload);
30
30
  }
31
31
  // @__NO_SIDE_EFFECTS__
32
- function Be(e) {
33
- const r = /* @__PURE__ */ De(e), o = k.forwardRef((t, n) => {
34
- let { children: s, ...l } = t;
35
- ze(s) && typeof K == "function" && (s = K(s._payload));
36
- const m = k.Children.toArray(s), c = m.find(Ye);
32
+ function Ue(e) {
33
+ const t = /* @__PURE__ */ Ze(e), r = g.forwardRef((o, a) => {
34
+ let { children: n, ...s } = o;
35
+ Ae(n) && typeof ee == "function" && (n = ee(n._payload));
36
+ const p = g.Children.toArray(n), c = p.find(Qe);
37
37
  if (c) {
38
- const u = c.props.children, b = m.map((g) => g === c ? k.Children.count(u) > 1 ? k.Children.only(null) : k.isValidElement(u) ? u.props.children : null : g);
39
- return /* @__PURE__ */ se(r, { ...l, ref: n, children: k.isValidElement(u) ? k.cloneElement(u, void 0, b) : null });
38
+ const m = c.props.children, h = p.map((v) => v === c ? g.Children.count(m) > 1 ? g.Children.only(null) : g.isValidElement(m) ? m.props.children : null : v);
39
+ return /* @__PURE__ */ b(t, { ...s, ref: a, children: g.isValidElement(m) ? g.cloneElement(m, void 0, h) : null });
40
40
  }
41
- return /* @__PURE__ */ se(r, { ...l, ref: n, children: s });
41
+ return /* @__PURE__ */ b(t, { ...s, ref: a, children: n });
42
42
  });
43
- return o.displayName = `${e}.Slot`, o;
43
+ return r.displayName = `${e}.Slot`, r;
44
44
  }
45
- var $e = /* @__PURE__ */ Be("Slot");
45
+ var te = /* @__PURE__ */ Ue("Slot");
46
46
  // @__NO_SIDE_EFFECTS__
47
- function De(e) {
48
- const r = k.forwardRef((o, t) => {
49
- let { children: n, ...s } = o;
50
- if (ze(n) && typeof K == "function" && (n = K(n._payload)), k.isValidElement(n)) {
51
- const l = He(n), m = qe(s, n.props);
52
- return n.type !== k.Fragment && (m.ref = t ? _e(t, l) : l), k.cloneElement(n, m);
47
+ function Ze(e) {
48
+ const t = g.forwardRef((r, o) => {
49
+ let { children: a, ...n } = r;
50
+ if (Ae(a) && typeof ee == "function" && (a = ee(a._payload)), g.isValidElement(a)) {
51
+ const s = Xe(a), p = qe(n, a.props);
52
+ return a.type !== g.Fragment && (p.ref = o ? We(o, s) : s), g.cloneElement(a, p);
53
53
  }
54
- return k.Children.count(n) > 1 ? k.Children.only(null) : null;
54
+ return g.Children.count(a) > 1 ? g.Children.only(null) : null;
55
55
  });
56
- return r.displayName = `${e}.SlotClone`, r;
56
+ return t.displayName = `${e}.SlotClone`, t;
57
57
  }
58
- var Ue = Symbol("radix.slottable");
59
- function Ye(e) {
60
- return k.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === Ue;
58
+ var Ye = Symbol("radix.slottable");
59
+ function Qe(e) {
60
+ return g.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === Ye;
61
61
  }
62
- function qe(e, r) {
63
- const o = { ...r };
64
- for (const t in r) {
65
- const n = e[t], s = r[t];
66
- /^on[A-Z]/.test(t) ? n && s ? o[t] = (...m) => {
67
- const c = s(...m);
68
- return n(...m), c;
69
- } : n && (o[t] = n) : t === "style" ? o[t] = { ...n, ...s } : t === "className" && (o[t] = [n, s].filter(Boolean).join(" "));
62
+ function qe(e, t) {
63
+ const r = { ...t };
64
+ for (const o in t) {
65
+ const a = e[o], n = t[o];
66
+ /^on[A-Z]/.test(o) ? a && n ? r[o] = (...p) => {
67
+ const c = n(...p);
68
+ return a(...p), c;
69
+ } : a && (r[o] = a) : o === "style" ? r[o] = { ...a, ...n } : o === "className" && (r[o] = [a, n].filter(Boolean).join(" "));
70
70
  }
71
- return { ...e, ...o };
71
+ return { ...e, ...r };
72
72
  }
73
- function He(e) {
74
- let r = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, o = r && "isReactWarning" in r && r.isReactWarning;
75
- return o ? e.ref : (r = Object.getOwnPropertyDescriptor(e, "ref")?.get, o = r && "isReactWarning" in r && r.isReactWarning, o ? e.props.ref : e.props.ref || e.ref);
73
+ function Xe(e) {
74
+ let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, r = t && "isReactWarning" in t && t.isReactWarning;
75
+ return r ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, r = t && "isReactWarning" in t && t.isReactWarning, r ? e.props.ref : e.props.ref || e.ref);
76
76
  }
77
- function Se(e) {
78
- var r, o, t = "";
79
- if (typeof e == "string" || typeof e == "number") t += e;
77
+ function Ve(e) {
78
+ var t, r, o = "";
79
+ if (typeof e == "string" || typeof e == "number") o += e;
80
80
  else if (typeof e == "object") if (Array.isArray(e)) {
81
- var n = e.length;
82
- for (r = 0; r < n; r++) e[r] && (o = Se(e[r])) && (t && (t += " "), t += o);
83
- } else for (o in e) e[o] && (t && (t += " "), t += o);
84
- return t;
81
+ var a = e.length;
82
+ for (t = 0; t < a; t++) e[t] && (r = Ve(e[t])) && (o && (o += " "), o += r);
83
+ } else for (r in e) e[r] && (o && (o += " "), o += r);
84
+ return o;
85
85
  }
86
- function Ae() {
87
- for (var e, r, o = 0, t = "", n = arguments.length; o < n; o++) (e = arguments[o]) && (r = Se(e)) && (t && (t += " "), t += r);
88
- return t;
86
+ function Pe() {
87
+ for (var e, t, r = 0, o = "", a = arguments.length; r < a; r++) (e = arguments[r]) && (t = Ve(e)) && (o && (o += " "), o += t);
88
+ return o;
89
89
  }
90
- const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, Xe = (e, r) => (o) => {
91
- var t;
92
- if (r?.variants == null) return ye(e, o?.class, o?.className);
93
- const { variants: n, defaultVariants: s } = r, l = Object.keys(n).map((u) => {
94
- const b = o?.[u], g = s?.[u];
95
- if (b === null) return null;
96
- const x = he(b) || he(g);
97
- return n[u][x];
98
- }), m = o && Object.entries(o).reduce((u, b) => {
99
- let [g, x] = b;
100
- return x === void 0 || (u[g] = x), u;
101
- }, {}), c = r == null || (t = r.compoundVariants) === null || t === void 0 ? void 0 : t.reduce((u, b) => {
102
- let { class: g, className: x, ...S } = b;
90
+ const we = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ke = Pe, de = (e, t) => (r) => {
91
+ var o;
92
+ if (t?.variants == null) return ke(e, r?.class, r?.className);
93
+ const { variants: a, defaultVariants: n } = t, s = Object.keys(a).map((m) => {
94
+ const h = r?.[m], v = n?.[m];
95
+ if (h === null) return null;
96
+ const k = we(h) || we(v);
97
+ return a[m][k];
98
+ }), p = r && Object.entries(r).reduce((m, h) => {
99
+ let [v, k] = h;
100
+ return k === void 0 || (m[v] = k), m;
101
+ }, {}), c = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((m, h) => {
102
+ let { class: v, className: k, ...S } = h;
103
103
  return Object.entries(S).every((A) => {
104
- let [C, w] = A;
105
- return Array.isArray(w) ? w.includes({
106
- ...s,
107
- ...m
108
- }[C]) : {
109
- ...s,
110
- ...m
111
- }[C] === w;
104
+ let [z, C] = A;
105
+ return Array.isArray(C) ? C.includes({
106
+ ...n,
107
+ ...p
108
+ }[z]) : {
109
+ ...n,
110
+ ...p
111
+ }[z] === C;
112
112
  }) ? [
113
- ...u,
114
- g,
115
- x
116
- ] : u;
113
+ ...m,
114
+ v,
115
+ k
116
+ ] : m;
117
117
  }, []);
118
- return ye(e, l, c, o?.class, o?.className);
119
- }, Ze = (e, r) => {
120
- const o = new Array(e.length + r.length);
121
- for (let t = 0; t < e.length; t++)
122
- o[t] = e[t];
123
- for (let t = 0; t < r.length; t++)
124
- o[e.length + t] = r[t];
125
- return o;
126
- }, Je = (e, r) => ({
118
+ return ke(e, s, c, r?.class, r?.className);
119
+ }, Je = (e, t) => {
120
+ const r = new Array(e.length + t.length);
121
+ for (let o = 0; o < e.length; o++)
122
+ r[o] = e[o];
123
+ for (let o = 0; o < t.length; o++)
124
+ r[e.length + o] = t[o];
125
+ return r;
126
+ }, Ke = (e, t) => ({
127
127
  classGroupId: e,
128
- validator: r
129
- }), Re = (e = /* @__PURE__ */ new Map(), r = null, o) => ({
128
+ validator: t
129
+ }), Ie = (e = /* @__PURE__ */ new Map(), t = null, r) => ({
130
130
  nextPart: e,
131
- validators: r,
132
- classGroupId: o
133
- }), Q = "-", xe = [], Ke = "arbitrary..", Qe = (e) => {
134
- const r = oo(e), {
135
- conflictingClassGroups: o,
136
- conflictingClassGroupModifiers: t
131
+ validators: t,
132
+ classGroupId: r
133
+ }), re = "-", Ce = [], er = "arbitrary..", rr = (e) => {
134
+ const t = or(e), {
135
+ conflictingClassGroups: r,
136
+ conflictingClassGroupModifiers: o
137
137
  } = e;
138
138
  return {
139
- getClassGroupId: (l) => {
140
- if (l.startsWith("[") && l.endsWith("]"))
141
- return eo(l);
142
- const m = l.split(Q), c = m[0] === "" && m.length > 1 ? 1 : 0;
143
- return Pe(m, c, r);
139
+ getClassGroupId: (s) => {
140
+ if (s.startsWith("[") && s.endsWith("]"))
141
+ return tr(s);
142
+ const p = s.split(re), c = p[0] === "" && p.length > 1 ? 1 : 0;
143
+ return Me(p, c, t);
144
144
  },
145
- getConflictingClassGroupIds: (l, m) => {
146
- if (m) {
147
- const c = t[l], u = o[l];
148
- return c ? u ? Ze(u, c) : c : u || xe;
145
+ getConflictingClassGroupIds: (s, p) => {
146
+ if (p) {
147
+ const c = o[s], m = r[s];
148
+ return c ? m ? Je(m, c) : c : m || Ce;
149
149
  }
150
- return o[l] || xe;
150
+ return r[s] || Ce;
151
151
  }
152
152
  };
153
- }, Pe = (e, r, o) => {
154
- if (e.length - r === 0)
155
- return o.classGroupId;
156
- const n = e[r], s = o.nextPart.get(n);
157
- if (s) {
158
- const u = Pe(e, r + 1, s);
159
- if (u) return u;
153
+ }, Me = (e, t, r) => {
154
+ if (e.length - t === 0)
155
+ return r.classGroupId;
156
+ const a = e[t], n = r.nextPart.get(a);
157
+ if (n) {
158
+ const m = Me(e, t + 1, n);
159
+ if (m) return m;
160
160
  }
161
- const l = o.validators;
162
- if (l === null)
161
+ const s = r.validators;
162
+ if (s === null)
163
163
  return;
164
- const m = r === 0 ? e.join(Q) : e.slice(r).join(Q), c = l.length;
165
- for (let u = 0; u < c; u++) {
166
- const b = l[u];
167
- if (b.validator(m))
168
- return b.classGroupId;
164
+ const p = t === 0 ? e.join(re) : e.slice(t).join(re), c = s.length;
165
+ for (let m = 0; m < c; m++) {
166
+ const h = s[m];
167
+ if (h.validator(p))
168
+ return h.classGroupId;
169
169
  }
170
- }, eo = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
171
- const r = e.slice(1, -1), o = r.indexOf(":"), t = r.slice(0, o);
172
- return t ? Ke + t : void 0;
173
- })(), oo = (e) => {
170
+ }, tr = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
171
+ const t = e.slice(1, -1), r = t.indexOf(":"), o = t.slice(0, r);
172
+ return o ? er + o : void 0;
173
+ })(), or = (e) => {
174
174
  const {
175
- theme: r,
176
- classGroups: o
175
+ theme: t,
176
+ classGroups: r
177
177
  } = e;
178
- return to(o, r);
179
- }, to = (e, r) => {
180
- const o = Re();
181
- for (const t in e) {
182
- const n = e[t];
183
- ie(n, o, t, r);
178
+ return ar(r, t);
179
+ }, ar = (e, t) => {
180
+ const r = Ie();
181
+ for (const o in e) {
182
+ const a = e[o];
183
+ pe(a, r, o, t);
184
184
  }
185
- return o;
186
- }, ie = (e, r, o, t) => {
187
- const n = e.length;
188
- for (let s = 0; s < n; s++) {
189
- const l = e[s];
190
- ro(l, r, o, t);
185
+ return r;
186
+ }, pe = (e, t, r, o) => {
187
+ const a = e.length;
188
+ for (let n = 0; n < a; n++) {
189
+ const s = e[n];
190
+ nr(s, t, r, o);
191
191
  }
192
- }, ro = (e, r, o, t) => {
192
+ }, nr = (e, t, r, o) => {
193
193
  if (typeof e == "string") {
194
- no(e, r, o);
194
+ sr(e, t, r);
195
195
  return;
196
196
  }
197
197
  if (typeof e == "function") {
198
- so(e, r, o, t);
198
+ ir(e, t, r, o);
199
199
  return;
200
200
  }
201
- ao(e, r, o, t);
202
- }, no = (e, r, o) => {
203
- const t = e === "" ? r : Ie(r, e);
204
- t.classGroupId = o;
205
- }, so = (e, r, o, t) => {
206
- if (io(e)) {
207
- ie(e(t), r, o, t);
201
+ lr(e, t, r, o);
202
+ }, sr = (e, t, r) => {
203
+ const o = e === "" ? t : Oe(t, e);
204
+ o.classGroupId = r;
205
+ }, ir = (e, t, r, o) => {
206
+ if (cr(e)) {
207
+ pe(e(o), t, r, o);
208
208
  return;
209
209
  }
210
- r.validators === null && (r.validators = []), r.validators.push(Je(o, e));
211
- }, ao = (e, r, o, t) => {
212
- const n = Object.entries(e), s = n.length;
213
- for (let l = 0; l < s; l++) {
214
- const [m, c] = n[l];
215
- ie(c, Ie(r, m), o, t);
216
- }
217
- }, Ie = (e, r) => {
218
- let o = e;
219
- const t = r.split(Q), n = t.length;
210
+ t.validators === null && (t.validators = []), t.validators.push(Ke(r, e));
211
+ }, lr = (e, t, r, o) => {
212
+ const a = Object.entries(e), n = a.length;
220
213
  for (let s = 0; s < n; s++) {
221
- const l = t[s];
222
- let m = o.nextPart.get(l);
223
- m || (m = Re(), o.nextPart.set(l, m)), o = m;
214
+ const [p, c] = a[s];
215
+ pe(c, Oe(t, p), r, o);
224
216
  }
225
- return o;
226
- }, io = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, lo = (e) => {
217
+ }, Oe = (e, t) => {
218
+ let r = e;
219
+ const o = t.split(re), a = o.length;
220
+ for (let n = 0; n < a; n++) {
221
+ const s = o[n];
222
+ let p = r.nextPart.get(s);
223
+ p || (p = Ie(), r.nextPart.set(s, p)), r = p;
224
+ }
225
+ return r;
226
+ }, cr = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, dr = (e) => {
227
227
  if (e < 1)
228
228
  return {
229
229
  get: () => {
@@ -231,178 +231,178 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
231
231
  set: () => {
232
232
  }
233
233
  };
234
- let r = 0, o = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null);
235
- const n = (s, l) => {
236
- o[s] = l, r++, r > e && (r = 0, t = o, o = /* @__PURE__ */ Object.create(null));
234
+ let t = 0, r = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
235
+ const a = (n, s) => {
236
+ r[n] = s, t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ Object.create(null));
237
237
  };
238
238
  return {
239
- get(s) {
240
- let l = o[s];
241
- if (l !== void 0)
242
- return l;
243
- if ((l = t[s]) !== void 0)
244
- return n(s, l), l;
239
+ get(n) {
240
+ let s = r[n];
241
+ if (s !== void 0)
242
+ return s;
243
+ if ((s = o[n]) !== void 0)
244
+ return a(n, s), s;
245
245
  },
246
- set(s, l) {
247
- s in o ? o[s] = l : n(s, l);
246
+ set(n, s) {
247
+ n in r ? r[n] = s : a(n, s);
248
248
  }
249
249
  };
250
- }, ae = "!", we = ":", co = [], ke = (e, r, o, t, n) => ({
250
+ }, le = "!", Ne = ":", pr = [], ze = (e, t, r, o, a) => ({
251
251
  modifiers: e,
252
- hasImportantModifier: r,
253
- baseClassName: o,
254
- maybePostfixModifierPosition: t,
255
- isExternal: n
256
- }), mo = (e) => {
252
+ hasImportantModifier: t,
253
+ baseClassName: r,
254
+ maybePostfixModifierPosition: o,
255
+ isExternal: a
256
+ }), mr = (e) => {
257
257
  const {
258
- prefix: r,
259
- experimentalParseClassName: o
258
+ prefix: t,
259
+ experimentalParseClassName: r
260
260
  } = e;
261
- let t = (n) => {
262
- const s = [];
263
- let l = 0, m = 0, c = 0, u;
264
- const b = n.length;
265
- for (let C = 0; C < b; C++) {
266
- const w = n[C];
267
- if (l === 0 && m === 0) {
268
- if (w === we) {
269
- s.push(n.slice(c, C)), c = C + 1;
261
+ let o = (a) => {
262
+ const n = [];
263
+ let s = 0, p = 0, c = 0, m;
264
+ const h = a.length;
265
+ for (let z = 0; z < h; z++) {
266
+ const C = a[z];
267
+ if (s === 0 && p === 0) {
268
+ if (C === Ne) {
269
+ n.push(a.slice(c, z)), c = z + 1;
270
270
  continue;
271
271
  }
272
- if (w === "/") {
273
- u = C;
272
+ if (C === "/") {
273
+ m = z;
274
274
  continue;
275
275
  }
276
276
  }
277
- w === "[" ? l++ : w === "]" ? l-- : w === "(" ? m++ : w === ")" && m--;
277
+ C === "[" ? s++ : C === "]" ? s-- : C === "(" ? p++ : C === ")" && p--;
278
278
  }
279
- const g = s.length === 0 ? n : n.slice(c);
280
- let x = g, S = !1;
281
- g.endsWith(ae) ? (x = g.slice(0, -1), S = !0) : (
279
+ const v = n.length === 0 ? a : a.slice(c);
280
+ let k = v, S = !1;
281
+ v.endsWith(le) ? (k = v.slice(0, -1), S = !0) : (
282
282
  /**
283
283
  * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
284
284
  * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
285
285
  */
286
- g.startsWith(ae) && (x = g.slice(1), S = !0)
286
+ v.startsWith(le) && (k = v.slice(1), S = !0)
287
287
  );
288
- const A = u && u > c ? u - c : void 0;
289
- return ke(s, S, x, A);
288
+ const A = m && m > c ? m - c : void 0;
289
+ return ze(n, S, k, A);
290
290
  };
291
- if (r) {
292
- const n = r + we, s = t;
293
- t = (l) => l.startsWith(n) ? s(l.slice(n.length)) : ke(co, !1, l, void 0, !0);
291
+ if (t) {
292
+ const a = t + Ne, n = o;
293
+ o = (s) => s.startsWith(a) ? n(s.slice(a.length)) : ze(pr, !1, s, void 0, !0);
294
294
  }
295
- if (o) {
296
- const n = t;
297
- t = (s) => o({
298
- className: s,
299
- parseClassName: n
295
+ if (r) {
296
+ const a = o;
297
+ o = (n) => r({
298
+ className: n,
299
+ parseClassName: a
300
300
  });
301
301
  }
302
- return t;
303
- }, uo = (e) => {
304
- const r = /* @__PURE__ */ new Map();
305
- return e.orderSensitiveModifiers.forEach((o, t) => {
306
- r.set(o, 1e6 + t);
307
- }), (o) => {
308
- const t = [];
309
- let n = [];
310
- for (let s = 0; s < o.length; s++) {
311
- const l = o[s], m = l[0] === "[", c = r.has(l);
312
- m || c ? (n.length > 0 && (n.sort(), t.push(...n), n = []), t.push(l)) : n.push(l);
302
+ return o;
303
+ }, ur = (e) => {
304
+ const t = /* @__PURE__ */ new Map();
305
+ return e.orderSensitiveModifiers.forEach((r, o) => {
306
+ t.set(r, 1e6 + o);
307
+ }), (r) => {
308
+ const o = [];
309
+ let a = [];
310
+ for (let n = 0; n < r.length; n++) {
311
+ const s = r[n], p = s[0] === "[", c = t.has(s);
312
+ p || c ? (a.length > 0 && (a.sort(), o.push(...a), a = []), o.push(s)) : a.push(s);
313
313
  }
314
- return n.length > 0 && (n.sort(), t.push(...n)), t;
314
+ return a.length > 0 && (a.sort(), o.push(...a)), o;
315
315
  };
316
- }, po = (e) => ({
317
- cache: lo(e.cacheSize),
318
- parseClassName: mo(e),
319
- sortModifiers: uo(e),
320
- ...Qe(e)
321
- }), fo = /\s+/, bo = (e, r) => {
316
+ }, fr = (e) => ({
317
+ cache: dr(e.cacheSize),
318
+ parseClassName: mr(e),
319
+ sortModifiers: ur(e),
320
+ ...rr(e)
321
+ }), gr = /\s+/, br = (e, t) => {
322
322
  const {
323
- parseClassName: o,
324
- getClassGroupId: t,
325
- getConflictingClassGroupIds: n,
326
- sortModifiers: s
327
- } = r, l = [], m = e.trim().split(fo);
323
+ parseClassName: r,
324
+ getClassGroupId: o,
325
+ getConflictingClassGroupIds: a,
326
+ sortModifiers: n
327
+ } = t, s = [], p = e.trim().split(gr);
328
328
  let c = "";
329
- for (let u = m.length - 1; u >= 0; u -= 1) {
330
- const b = m[u], {
331
- isExternal: g,
332
- modifiers: x,
329
+ for (let m = p.length - 1; m >= 0; m -= 1) {
330
+ const h = p[m], {
331
+ isExternal: v,
332
+ modifiers: k,
333
333
  hasImportantModifier: S,
334
334
  baseClassName: A,
335
- maybePostfixModifierPosition: C
336
- } = o(b);
337
- if (g) {
338
- c = b + (c.length > 0 ? " " + c : c);
335
+ maybePostfixModifierPosition: z
336
+ } = r(h);
337
+ if (v) {
338
+ c = h + (c.length > 0 ? " " + c : c);
339
339
  continue;
340
340
  }
341
- let w = !!C, O = t(w ? A.substring(0, C) : A);
341
+ let C = !!z, O = o(C ? A.substring(0, z) : A);
342
342
  if (!O) {
343
- if (!w) {
344
- c = b + (c.length > 0 ? " " + c : c);
343
+ if (!C) {
344
+ c = h + (c.length > 0 ? " " + c : c);
345
345
  continue;
346
346
  }
347
- if (O = t(A), !O) {
348
- c = b + (c.length > 0 ? " " + c : c);
347
+ if (O = o(A), !O) {
348
+ c = h + (c.length > 0 ? " " + c : c);
349
349
  continue;
350
350
  }
351
- w = !1;
351
+ C = !1;
352
352
  }
353
- const D = x.length === 0 ? "" : x.length === 1 ? x[0] : s(x).join(":"), F = S ? D + ae : D, j = F + O;
354
- if (l.indexOf(j) > -1)
353
+ const U = k.length === 0 ? "" : k.length === 1 ? k[0] : n(k).join(":"), W = S ? U + le : U, G = W + O;
354
+ if (s.indexOf(G) > -1)
355
355
  continue;
356
- l.push(j);
357
- const N = n(O, w);
358
- for (let T = 0; T < N.length; ++T) {
359
- const B = N[T];
360
- l.push(F + B);
356
+ s.push(G);
357
+ const L = a(O, C);
358
+ for (let j = 0; j < L.length; ++j) {
359
+ const $ = L[j];
360
+ s.push(W + $);
361
361
  }
362
- c = b + (c.length > 0 ? " " + c : c);
362
+ c = h + (c.length > 0 ? " " + c : c);
363
363
  }
364
364
  return c;
365
- }, go = (...e) => {
366
- let r = 0, o, t, n = "";
367
- for (; r < e.length; )
368
- (o = e[r++]) && (t = Me(o)) && (n && (n += " "), n += t);
369
- return n;
370
- }, Me = (e) => {
365
+ }, hr = (...e) => {
366
+ let t = 0, r, o, a = "";
367
+ for (; t < e.length; )
368
+ (r = e[t++]) && (o = je(r)) && (a && (a += " "), a += o);
369
+ return a;
370
+ }, je = (e) => {
371
371
  if (typeof e == "string")
372
372
  return e;
373
- let r, o = "";
374
- for (let t = 0; t < e.length; t++)
375
- e[t] && (r = Me(e[t])) && (o && (o += " "), o += r);
376
- return o;
377
- }, ho = (e, ...r) => {
378
- let o, t, n, s;
379
- const l = (c) => {
380
- const u = r.reduce((b, g) => g(b), e());
381
- return o = po(u), t = o.cache.get, n = o.cache.set, s = m, m(c);
382
- }, m = (c) => {
383
- const u = t(c);
384
- if (u)
385
- return u;
386
- const b = bo(c, o);
387
- return n(c, b), b;
373
+ let t, r = "";
374
+ for (let o = 0; o < e.length; o++)
375
+ e[o] && (t = je(e[o])) && (r && (r += " "), r += t);
376
+ return r;
377
+ }, yr = (e, ...t) => {
378
+ let r, o, a, n;
379
+ const s = (c) => {
380
+ const m = t.reduce((h, v) => v(h), e());
381
+ return r = fr(m), o = r.cache.get, a = r.cache.set, n = p, p(c);
382
+ }, p = (c) => {
383
+ const m = o(c);
384
+ if (m)
385
+ return m;
386
+ const h = br(c, r);
387
+ return a(c, h), h;
388
388
  };
389
- return s = l, (...c) => s(go(...c));
390
- }, yo = [], h = (e) => {
391
- const r = (o) => o[e] || yo;
392
- return r.isThemeGetter = !0, r;
393
- }, Oe = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Te = /^\((?:(\w[\w-]*):)?(.+)\)$/i, xo = /^\d+\/\d+$/, wo = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ko = /\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$/, vo = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Co = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, zo = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => xo.test(e), f = (e) => !!e && !Number.isNaN(Number(e)), M = (e) => !!e && Number.isInteger(Number(e)), re = (e) => e.endsWith("%") && f(e.slice(0, -1)), I = (e) => wo.test(e), So = () => !0, Ao = (e) => (
389
+ return n = s, (...c) => n(hr(...c));
390
+ }, vr = [], x = (e) => {
391
+ const t = (r) => r[e] || vr;
392
+ return t.isThemeGetter = !0, t;
393
+ }, Te = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ee = /^\((?:(\w[\w-]*):)?(.+)\)$/i, xr = /^\d+\/\d+$/, wr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, kr = /\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$/, Cr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Nr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, zr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _ = (e) => xr.test(e), f = (e) => !!e && !Number.isNaN(Number(e)), M = (e) => !!e && Number.isInteger(Number(e)), se = (e) => e.endsWith("%") && f(e.slice(0, -1)), I = (e) => wr.test(e), Rr = () => !0, Sr = (e) => (
394
394
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
395
395
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
396
396
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
397
- ko.test(e) && !vo.test(e)
398
- ), Ee = () => !1, Ro = (e) => Co.test(e), Po = (e) => zo.test(e), Io = (e) => !a(e) && !i(e), Mo = (e) => _(e, Ne, Ee), a = (e) => Oe.test(e), V = (e) => _(e, Ge, Ao), ne = (e) => _(e, jo, f), ve = (e) => _(e, Ve, Ee), Oo = (e) => _(e, je, Po), Z = (e) => _(e, Le, Ro), i = (e) => Te.test(e), $ = (e) => W(e, Ge), To = (e) => W(e, No), Ce = (e) => W(e, Ve), Eo = (e) => W(e, Ne), Vo = (e) => W(e, je), J = (e) => W(e, Le, !0), _ = (e, r, o) => {
399
- const t = Oe.exec(e);
400
- return t ? t[1] ? r(t[1]) : o(t[2]) : !1;
401
- }, W = (e, r, o = !1) => {
402
- const t = Te.exec(e);
403
- return t ? t[1] ? r(t[1]) : o : !1;
404
- }, Ve = (e) => e === "position" || e === "percentage", je = (e) => e === "image" || e === "url", Ne = (e) => e === "length" || e === "size" || e === "bg-size", Ge = (e) => e === "length", jo = (e) => e === "number", No = (e) => e === "family-name", Le = (e) => e === "shadow", Go = () => {
405
- const e = h("color"), r = h("font"), o = h("text"), t = h("font-weight"), n = h("tracking"), s = h("leading"), l = h("breakpoint"), m = h("container"), c = h("spacing"), u = h("radius"), b = h("shadow"), g = h("inset-shadow"), x = h("text-shadow"), S = h("drop-shadow"), A = h("blur"), C = h("perspective"), w = h("aspect"), O = h("ease"), D = h("animate"), F = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [
397
+ kr.test(e) && !Cr.test(e)
398
+ ), Ge = () => !1, Ar = (e) => Nr.test(e), Vr = (e) => zr.test(e), Pr = (e) => !i(e) && !l(e), Ir = (e) => H(e, _e, Ge), i = (e) => Te.test(e), E = (e) => H(e, He, Sr), ie = (e) => H(e, Er, f), Re = (e) => H(e, Le, Ge), Mr = (e) => H(e, Be, Vr), J = (e) => H(e, Fe, Ar), l = (e) => Ee.test(e), D = (e) => F(e, He), Or = (e) => F(e, Gr), Se = (e) => F(e, Le), jr = (e) => F(e, _e), Tr = (e) => F(e, Be), K = (e) => F(e, Fe, !0), H = (e, t, r) => {
399
+ const o = Te.exec(e);
400
+ return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
401
+ }, F = (e, t, r = !1) => {
402
+ const o = Ee.exec(e);
403
+ return o ? o[1] ? t(o[1]) : r : !1;
404
+ }, Le = (e) => e === "position" || e === "percentage", Be = (e) => e === "image" || e === "url", _e = (e) => e === "length" || e === "size" || e === "bg-size", He = (e) => e === "length", Er = (e) => e === "number", Gr = (e) => e === "family-name", Fe = (e) => e === "shadow", Lr = () => {
405
+ const e = x("color"), t = x("font"), r = x("text"), o = x("font-weight"), a = x("tracking"), n = x("leading"), s = x("breakpoint"), p = x("container"), c = x("spacing"), m = x("radius"), h = x("shadow"), v = x("inset-shadow"), k = x("text-shadow"), S = x("drop-shadow"), A = x("blur"), z = x("perspective"), C = x("aspect"), O = x("ease"), U = x("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], G = () => [
406
406
  "center",
407
407
  "top",
408
408
  "bottom",
@@ -420,30 +420,30 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
420
420
  "bottom-left",
421
421
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
422
422
  "left-bottom"
423
- ], N = () => [...j(), i, a], T = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], p = () => [i, a, c], R = () => [L, "full", "auto", ...p()], le = () => [M, "none", "subgrid", i, a], ce = () => ["auto", {
424
- span: ["full", M, i, a]
425
- }, M, i, a], U = () => [M, "auto", i, a], de = () => ["auto", "min", "max", "fr", i, a], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], G = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], P = () => ["auto", ...p()], E = () => [L, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...p()], d = () => [e, i, a], me = () => [...j(), Ce, ve, {
426
- position: [i, a]
427
- }], ue = () => ["no-repeat", {
423
+ ], L = () => [...G(), l, i], j = () => ["auto", "hidden", "clip", "visible", "scroll"], $ = () => ["auto", "contain", "none"], u = () => [l, i, c], V = () => [_, "full", "auto", ...u()], me = () => [M, "none", "subgrid", l, i], ue = () => ["auto", {
424
+ span: ["full", M, l, i]
425
+ }, M, l, i], Z = () => [M, "auto", l, i], fe = () => ["auto", "min", "max", "fr", l, i], oe = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], B = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], P = () => ["auto", ...u()], T = () => [_, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...u()], d = () => [e, l, i], ge = () => [...G(), Se, Re, {
426
+ position: [l, i]
427
+ }], be = () => ["no-repeat", {
428
428
  repeat: ["", "x", "y", "space", "round"]
429
- }], pe = () => ["auto", "cover", "contain", Eo, Mo, {
430
- size: [i, a]
431
- }], oe = () => [re, $, V], v = () => [
429
+ }], he = () => ["auto", "cover", "contain", jr, Ir, {
430
+ size: [l, i]
431
+ }], ae = () => [se, D, E], N = () => [
432
432
  // Deprecated since Tailwind CSS v4.0.0
433
433
  "",
434
434
  "none",
435
435
  "full",
436
- u,
437
- i,
438
- a
439
- ], z = () => ["", f, $, V], Y = () => ["solid", "dashed", "dotted", "double"], fe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], y = () => [f, re, Ce, ve], be = () => [
436
+ m,
437
+ l,
438
+ i
439
+ ], R = () => ["", f, D, E], Y = () => ["solid", "dashed", "dotted", "double"], ye = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], w = () => [f, se, Se, Re], ve = () => [
440
440
  // Deprecated since Tailwind CSS v4.0.0
441
441
  "",
442
442
  "none",
443
443
  A,
444
- i,
445
- a
446
- ], q = () => ["none", f, i, a], H = () => ["none", f, i, a], te = () => [f, i, a], X = () => [L, "full", ...p()];
444
+ l,
445
+ i
446
+ ], Q = () => ["none", f, l, i], q = () => ["none", f, l, i], ne = () => [f, l, i], X = () => [_, "full", ...u()];
447
447
  return {
448
448
  cacheSize: 500,
449
449
  theme: {
@@ -451,11 +451,11 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
451
451
  aspect: ["video"],
452
452
  blur: [I],
453
453
  breakpoint: [I],
454
- color: [So],
454
+ color: [Rr],
455
455
  container: [I],
456
456
  "drop-shadow": [I],
457
457
  ease: ["in", "out", "in-out"],
458
- font: [Io],
458
+ font: [Pr],
459
459
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
460
460
  "inset-shadow": [I],
461
461
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
@@ -476,7 +476,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
476
476
  * @see https://tailwindcss.com/docs/aspect-ratio
477
477
  */
478
478
  aspect: [{
479
- aspect: ["auto", "square", L, a, i, w]
479
+ aspect: ["auto", "square", _, i, l, C]
480
480
  }],
481
481
  /**
482
482
  * Container
@@ -489,21 +489,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
489
489
  * @see https://tailwindcss.com/docs/columns
490
490
  */
491
491
  columns: [{
492
- columns: [f, a, i, m]
492
+ columns: [f, i, l, p]
493
493
  }],
494
494
  /**
495
495
  * Break After
496
496
  * @see https://tailwindcss.com/docs/break-after
497
497
  */
498
498
  "break-after": [{
499
- "break-after": F()
499
+ "break-after": W()
500
500
  }],
501
501
  /**
502
502
  * Break Before
503
503
  * @see https://tailwindcss.com/docs/break-before
504
504
  */
505
505
  "break-before": [{
506
- "break-before": F()
506
+ "break-before": W()
507
507
  }],
508
508
  /**
509
509
  * Break Inside
@@ -567,49 +567,49 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
567
567
  * @see https://tailwindcss.com/docs/object-position
568
568
  */
569
569
  "object-position": [{
570
- object: N()
570
+ object: L()
571
571
  }],
572
572
  /**
573
573
  * Overflow
574
574
  * @see https://tailwindcss.com/docs/overflow
575
575
  */
576
576
  overflow: [{
577
- overflow: T()
577
+ overflow: j()
578
578
  }],
579
579
  /**
580
580
  * Overflow X
581
581
  * @see https://tailwindcss.com/docs/overflow
582
582
  */
583
583
  "overflow-x": [{
584
- "overflow-x": T()
584
+ "overflow-x": j()
585
585
  }],
586
586
  /**
587
587
  * Overflow Y
588
588
  * @see https://tailwindcss.com/docs/overflow
589
589
  */
590
590
  "overflow-y": [{
591
- "overflow-y": T()
591
+ "overflow-y": j()
592
592
  }],
593
593
  /**
594
594
  * Overscroll Behavior
595
595
  * @see https://tailwindcss.com/docs/overscroll-behavior
596
596
  */
597
597
  overscroll: [{
598
- overscroll: B()
598
+ overscroll: $()
599
599
  }],
600
600
  /**
601
601
  * Overscroll Behavior X
602
602
  * @see https://tailwindcss.com/docs/overscroll-behavior
603
603
  */
604
604
  "overscroll-x": [{
605
- "overscroll-x": B()
605
+ "overscroll-x": $()
606
606
  }],
607
607
  /**
608
608
  * Overscroll Behavior Y
609
609
  * @see https://tailwindcss.com/docs/overscroll-behavior
610
610
  */
611
611
  "overscroll-y": [{
612
- "overscroll-y": B()
612
+ "overscroll-y": $()
613
613
  }],
614
614
  /**
615
615
  * Position
@@ -621,63 +621,63 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
621
621
  * @see https://tailwindcss.com/docs/top-right-bottom-left
622
622
  */
623
623
  inset: [{
624
- inset: R()
624
+ inset: V()
625
625
  }],
626
626
  /**
627
627
  * Right / Left
628
628
  * @see https://tailwindcss.com/docs/top-right-bottom-left
629
629
  */
630
630
  "inset-x": [{
631
- "inset-x": R()
631
+ "inset-x": V()
632
632
  }],
633
633
  /**
634
634
  * Top / Bottom
635
635
  * @see https://tailwindcss.com/docs/top-right-bottom-left
636
636
  */
637
637
  "inset-y": [{
638
- "inset-y": R()
638
+ "inset-y": V()
639
639
  }],
640
640
  /**
641
641
  * Start
642
642
  * @see https://tailwindcss.com/docs/top-right-bottom-left
643
643
  */
644
644
  start: [{
645
- start: R()
645
+ start: V()
646
646
  }],
647
647
  /**
648
648
  * End
649
649
  * @see https://tailwindcss.com/docs/top-right-bottom-left
650
650
  */
651
651
  end: [{
652
- end: R()
652
+ end: V()
653
653
  }],
654
654
  /**
655
655
  * Top
656
656
  * @see https://tailwindcss.com/docs/top-right-bottom-left
657
657
  */
658
658
  top: [{
659
- top: R()
659
+ top: V()
660
660
  }],
661
661
  /**
662
662
  * Right
663
663
  * @see https://tailwindcss.com/docs/top-right-bottom-left
664
664
  */
665
665
  right: [{
666
- right: R()
666
+ right: V()
667
667
  }],
668
668
  /**
669
669
  * Bottom
670
670
  * @see https://tailwindcss.com/docs/top-right-bottom-left
671
671
  */
672
672
  bottom: [{
673
- bottom: R()
673
+ bottom: V()
674
674
  }],
675
675
  /**
676
676
  * Left
677
677
  * @see https://tailwindcss.com/docs/top-right-bottom-left
678
678
  */
679
679
  left: [{
680
- left: R()
680
+ left: V()
681
681
  }],
682
682
  /**
683
683
  * Visibility
@@ -689,7 +689,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
689
689
  * @see https://tailwindcss.com/docs/z-index
690
690
  */
691
691
  z: [{
692
- z: [M, "auto", i, a]
692
+ z: [M, "auto", l, i]
693
693
  }],
694
694
  // ------------------------
695
695
  // --- Flexbox and Grid ---
@@ -699,7 +699,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
699
699
  * @see https://tailwindcss.com/docs/flex-basis
700
700
  */
701
701
  basis: [{
702
- basis: [L, "full", "auto", m, ...p()]
702
+ basis: [_, "full", "auto", p, ...u()]
703
703
  }],
704
704
  /**
705
705
  * Flex Direction
@@ -720,84 +720,84 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
720
720
  * @see https://tailwindcss.com/docs/flex
721
721
  */
722
722
  flex: [{
723
- flex: [f, L, "auto", "initial", "none", a]
723
+ flex: [f, _, "auto", "initial", "none", i]
724
724
  }],
725
725
  /**
726
726
  * Flex Grow
727
727
  * @see https://tailwindcss.com/docs/flex-grow
728
728
  */
729
729
  grow: [{
730
- grow: ["", f, i, a]
730
+ grow: ["", f, l, i]
731
731
  }],
732
732
  /**
733
733
  * Flex Shrink
734
734
  * @see https://tailwindcss.com/docs/flex-shrink
735
735
  */
736
736
  shrink: [{
737
- shrink: ["", f, i, a]
737
+ shrink: ["", f, l, i]
738
738
  }],
739
739
  /**
740
740
  * Order
741
741
  * @see https://tailwindcss.com/docs/order
742
742
  */
743
743
  order: [{
744
- order: [M, "first", "last", "none", i, a]
744
+ order: [M, "first", "last", "none", l, i]
745
745
  }],
746
746
  /**
747
747
  * Grid Template Columns
748
748
  * @see https://tailwindcss.com/docs/grid-template-columns
749
749
  */
750
750
  "grid-cols": [{
751
- "grid-cols": le()
751
+ "grid-cols": me()
752
752
  }],
753
753
  /**
754
754
  * Grid Column Start / End
755
755
  * @see https://tailwindcss.com/docs/grid-column
756
756
  */
757
757
  "col-start-end": [{
758
- col: ce()
758
+ col: ue()
759
759
  }],
760
760
  /**
761
761
  * Grid Column Start
762
762
  * @see https://tailwindcss.com/docs/grid-column
763
763
  */
764
764
  "col-start": [{
765
- "col-start": U()
765
+ "col-start": Z()
766
766
  }],
767
767
  /**
768
768
  * Grid Column End
769
769
  * @see https://tailwindcss.com/docs/grid-column
770
770
  */
771
771
  "col-end": [{
772
- "col-end": U()
772
+ "col-end": Z()
773
773
  }],
774
774
  /**
775
775
  * Grid Template Rows
776
776
  * @see https://tailwindcss.com/docs/grid-template-rows
777
777
  */
778
778
  "grid-rows": [{
779
- "grid-rows": le()
779
+ "grid-rows": me()
780
780
  }],
781
781
  /**
782
782
  * Grid Row Start / End
783
783
  * @see https://tailwindcss.com/docs/grid-row
784
784
  */
785
785
  "row-start-end": [{
786
- row: ce()
786
+ row: ue()
787
787
  }],
788
788
  /**
789
789
  * Grid Row Start
790
790
  * @see https://tailwindcss.com/docs/grid-row
791
791
  */
792
792
  "row-start": [{
793
- "row-start": U()
793
+ "row-start": Z()
794
794
  }],
795
795
  /**
796
796
  * Grid Row End
797
797
  * @see https://tailwindcss.com/docs/grid-row
798
798
  */
799
799
  "row-end": [{
800
- "row-end": U()
800
+ "row-end": Z()
801
801
  }],
802
802
  /**
803
803
  * Grid Auto Flow
@@ -811,70 +811,70 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
811
811
  * @see https://tailwindcss.com/docs/grid-auto-columns
812
812
  */
813
813
  "auto-cols": [{
814
- "auto-cols": de()
814
+ "auto-cols": fe()
815
815
  }],
816
816
  /**
817
817
  * Grid Auto Rows
818
818
  * @see https://tailwindcss.com/docs/grid-auto-rows
819
819
  */
820
820
  "auto-rows": [{
821
- "auto-rows": de()
821
+ "auto-rows": fe()
822
822
  }],
823
823
  /**
824
824
  * Gap
825
825
  * @see https://tailwindcss.com/docs/gap
826
826
  */
827
827
  gap: [{
828
- gap: p()
828
+ gap: u()
829
829
  }],
830
830
  /**
831
831
  * Gap X
832
832
  * @see https://tailwindcss.com/docs/gap
833
833
  */
834
834
  "gap-x": [{
835
- "gap-x": p()
835
+ "gap-x": u()
836
836
  }],
837
837
  /**
838
838
  * Gap Y
839
839
  * @see https://tailwindcss.com/docs/gap
840
840
  */
841
841
  "gap-y": [{
842
- "gap-y": p()
842
+ "gap-y": u()
843
843
  }],
844
844
  /**
845
845
  * Justify Content
846
846
  * @see https://tailwindcss.com/docs/justify-content
847
847
  */
848
848
  "justify-content": [{
849
- justify: [...ee(), "normal"]
849
+ justify: [...oe(), "normal"]
850
850
  }],
851
851
  /**
852
852
  * Justify Items
853
853
  * @see https://tailwindcss.com/docs/justify-items
854
854
  */
855
855
  "justify-items": [{
856
- "justify-items": [...G(), "normal"]
856
+ "justify-items": [...B(), "normal"]
857
857
  }],
858
858
  /**
859
859
  * Justify Self
860
860
  * @see https://tailwindcss.com/docs/justify-self
861
861
  */
862
862
  "justify-self": [{
863
- "justify-self": ["auto", ...G()]
863
+ "justify-self": ["auto", ...B()]
864
864
  }],
865
865
  /**
866
866
  * Align Content
867
867
  * @see https://tailwindcss.com/docs/align-content
868
868
  */
869
869
  "align-content": [{
870
- content: ["normal", ...ee()]
870
+ content: ["normal", ...oe()]
871
871
  }],
872
872
  /**
873
873
  * Align Items
874
874
  * @see https://tailwindcss.com/docs/align-items
875
875
  */
876
876
  "align-items": [{
877
- items: [...G(), {
877
+ items: [...B(), {
878
878
  baseline: ["", "last"]
879
879
  }]
880
880
  }],
@@ -883,7 +883,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
883
883
  * @see https://tailwindcss.com/docs/align-self
884
884
  */
885
885
  "align-self": [{
886
- self: ["auto", ...G(), {
886
+ self: ["auto", ...B(), {
887
887
  baseline: ["", "last"]
888
888
  }]
889
889
  }],
@@ -892,21 +892,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
892
892
  * @see https://tailwindcss.com/docs/place-content
893
893
  */
894
894
  "place-content": [{
895
- "place-content": ee()
895
+ "place-content": oe()
896
896
  }],
897
897
  /**
898
898
  * Place Items
899
899
  * @see https://tailwindcss.com/docs/place-items
900
900
  */
901
901
  "place-items": [{
902
- "place-items": [...G(), "baseline"]
902
+ "place-items": [...B(), "baseline"]
903
903
  }],
904
904
  /**
905
905
  * Place Self
906
906
  * @see https://tailwindcss.com/docs/place-self
907
907
  */
908
908
  "place-self": [{
909
- "place-self": ["auto", ...G()]
909
+ "place-self": ["auto", ...B()]
910
910
  }],
911
911
  // Spacing
912
912
  /**
@@ -914,63 +914,63 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
914
914
  * @see https://tailwindcss.com/docs/padding
915
915
  */
916
916
  p: [{
917
- p: p()
917
+ p: u()
918
918
  }],
919
919
  /**
920
920
  * Padding X
921
921
  * @see https://tailwindcss.com/docs/padding
922
922
  */
923
923
  px: [{
924
- px: p()
924
+ px: u()
925
925
  }],
926
926
  /**
927
927
  * Padding Y
928
928
  * @see https://tailwindcss.com/docs/padding
929
929
  */
930
930
  py: [{
931
- py: p()
931
+ py: u()
932
932
  }],
933
933
  /**
934
934
  * Padding Start
935
935
  * @see https://tailwindcss.com/docs/padding
936
936
  */
937
937
  ps: [{
938
- ps: p()
938
+ ps: u()
939
939
  }],
940
940
  /**
941
941
  * Padding End
942
942
  * @see https://tailwindcss.com/docs/padding
943
943
  */
944
944
  pe: [{
945
- pe: p()
945
+ pe: u()
946
946
  }],
947
947
  /**
948
948
  * Padding Top
949
949
  * @see https://tailwindcss.com/docs/padding
950
950
  */
951
951
  pt: [{
952
- pt: p()
952
+ pt: u()
953
953
  }],
954
954
  /**
955
955
  * Padding Right
956
956
  * @see https://tailwindcss.com/docs/padding
957
957
  */
958
958
  pr: [{
959
- pr: p()
959
+ pr: u()
960
960
  }],
961
961
  /**
962
962
  * Padding Bottom
963
963
  * @see https://tailwindcss.com/docs/padding
964
964
  */
965
965
  pb: [{
966
- pb: p()
966
+ pb: u()
967
967
  }],
968
968
  /**
969
969
  * Padding Left
970
970
  * @see https://tailwindcss.com/docs/padding
971
971
  */
972
972
  pl: [{
973
- pl: p()
973
+ pl: u()
974
974
  }],
975
975
  /**
976
976
  * Margin
@@ -1040,7 +1040,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1040
1040
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1041
1041
  */
1042
1042
  "space-x": [{
1043
- "space-x": p()
1043
+ "space-x": u()
1044
1044
  }],
1045
1045
  /**
1046
1046
  * Space Between X Reverse
@@ -1052,7 +1052,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1052
1052
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1053
1053
  */
1054
1054
  "space-y": [{
1055
- "space-y": p()
1055
+ "space-y": u()
1056
1056
  }],
1057
1057
  /**
1058
1058
  * Space Between Y Reverse
@@ -1067,14 +1067,14 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1067
1067
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
1068
1068
  */
1069
1069
  size: [{
1070
- size: E()
1070
+ size: T()
1071
1071
  }],
1072
1072
  /**
1073
1073
  * Width
1074
1074
  * @see https://tailwindcss.com/docs/width
1075
1075
  */
1076
1076
  w: [{
1077
- w: [m, "screen", ...E()]
1077
+ w: [p, "screen", ...T()]
1078
1078
  }],
1079
1079
  /**
1080
1080
  * Min-Width
@@ -1082,11 +1082,11 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1082
1082
  */
1083
1083
  "min-w": [{
1084
1084
  "min-w": [
1085
- m,
1085
+ p,
1086
1086
  "screen",
1087
1087
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1088
1088
  "none",
1089
- ...E()
1089
+ ...T()
1090
1090
  ]
1091
1091
  }],
1092
1092
  /**
@@ -1095,16 +1095,16 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1095
1095
  */
1096
1096
  "max-w": [{
1097
1097
  "max-w": [
1098
- m,
1098
+ p,
1099
1099
  "screen",
1100
1100
  "none",
1101
1101
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1102
1102
  "prose",
1103
1103
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1104
1104
  {
1105
- screen: [l]
1105
+ screen: [s]
1106
1106
  },
1107
- ...E()
1107
+ ...T()
1108
1108
  ]
1109
1109
  }],
1110
1110
  /**
@@ -1112,21 +1112,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1112
1112
  * @see https://tailwindcss.com/docs/height
1113
1113
  */
1114
1114
  h: [{
1115
- h: ["screen", "lh", ...E()]
1115
+ h: ["screen", "lh", ...T()]
1116
1116
  }],
1117
1117
  /**
1118
1118
  * Min-Height
1119
1119
  * @see https://tailwindcss.com/docs/min-height
1120
1120
  */
1121
1121
  "min-h": [{
1122
- "min-h": ["screen", "lh", "none", ...E()]
1122
+ "min-h": ["screen", "lh", "none", ...T()]
1123
1123
  }],
1124
1124
  /**
1125
1125
  * Max-Height
1126
1126
  * @see https://tailwindcss.com/docs/max-height
1127
1127
  */
1128
1128
  "max-h": [{
1129
- "max-h": ["screen", "lh", ...E()]
1129
+ "max-h": ["screen", "lh", ...T()]
1130
1130
  }],
1131
1131
  // ------------------
1132
1132
  // --- Typography ---
@@ -1136,7 +1136,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1136
1136
  * @see https://tailwindcss.com/docs/font-size
1137
1137
  */
1138
1138
  "font-size": [{
1139
- text: ["base", o, $, V]
1139
+ text: ["base", r, D, E]
1140
1140
  }],
1141
1141
  /**
1142
1142
  * Font Smoothing
@@ -1153,21 +1153,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1153
1153
  * @see https://tailwindcss.com/docs/font-weight
1154
1154
  */
1155
1155
  "font-weight": [{
1156
- font: [t, i, ne]
1156
+ font: [o, l, ie]
1157
1157
  }],
1158
1158
  /**
1159
1159
  * Font Stretch
1160
1160
  * @see https://tailwindcss.com/docs/font-stretch
1161
1161
  */
1162
1162
  "font-stretch": [{
1163
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", re, a]
1163
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", se, i]
1164
1164
  }],
1165
1165
  /**
1166
1166
  * Font Family
1167
1167
  * @see https://tailwindcss.com/docs/font-family
1168
1168
  */
1169
1169
  "font-family": [{
1170
- font: [To, a, r]
1170
+ font: [Or, i, t]
1171
1171
  }],
1172
1172
  /**
1173
1173
  * Font Variant Numeric
@@ -1204,14 +1204,14 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1204
1204
  * @see https://tailwindcss.com/docs/letter-spacing
1205
1205
  */
1206
1206
  tracking: [{
1207
- tracking: [n, i, a]
1207
+ tracking: [a, l, i]
1208
1208
  }],
1209
1209
  /**
1210
1210
  * Line Clamp
1211
1211
  * @see https://tailwindcss.com/docs/line-clamp
1212
1212
  */
1213
1213
  "line-clamp": [{
1214
- "line-clamp": [f, "none", i, ne]
1214
+ "line-clamp": [f, "none", l, ie]
1215
1215
  }],
1216
1216
  /**
1217
1217
  * Line Height
@@ -1220,8 +1220,8 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1220
1220
  leading: [{
1221
1221
  leading: [
1222
1222
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1223
- s,
1224
- ...p()
1223
+ n,
1224
+ ...u()
1225
1225
  ]
1226
1226
  }],
1227
1227
  /**
@@ -1229,7 +1229,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1229
1229
  * @see https://tailwindcss.com/docs/list-style-image
1230
1230
  */
1231
1231
  "list-image": [{
1232
- "list-image": ["none", i, a]
1232
+ "list-image": ["none", l, i]
1233
1233
  }],
1234
1234
  /**
1235
1235
  * List Style Position
@@ -1243,7 +1243,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1243
1243
  * @see https://tailwindcss.com/docs/list-style-type
1244
1244
  */
1245
1245
  "list-style-type": [{
1246
- list: ["disc", "decimal", "none", i, a]
1246
+ list: ["disc", "decimal", "none", l, i]
1247
1247
  }],
1248
1248
  /**
1249
1249
  * Text Alignment
@@ -1284,7 +1284,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1284
1284
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1285
1285
  */
1286
1286
  "text-decoration-thickness": [{
1287
- decoration: [f, "from-font", "auto", i, V]
1287
+ decoration: [f, "from-font", "auto", l, E]
1288
1288
  }],
1289
1289
  /**
1290
1290
  * Text Decoration Color
@@ -1298,7 +1298,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1298
1298
  * @see https://tailwindcss.com/docs/text-underline-offset
1299
1299
  */
1300
1300
  "underline-offset": [{
1301
- "underline-offset": [f, "auto", i, a]
1301
+ "underline-offset": [f, "auto", l, i]
1302
1302
  }],
1303
1303
  /**
1304
1304
  * Text Transform
@@ -1322,14 +1322,14 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1322
1322
  * @see https://tailwindcss.com/docs/text-indent
1323
1323
  */
1324
1324
  indent: [{
1325
- indent: p()
1325
+ indent: u()
1326
1326
  }],
1327
1327
  /**
1328
1328
  * Vertical Alignment
1329
1329
  * @see https://tailwindcss.com/docs/vertical-align
1330
1330
  */
1331
1331
  "vertical-align": [{
1332
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", i, a]
1332
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l, i]
1333
1333
  }],
1334
1334
  /**
1335
1335
  * Whitespace
@@ -1364,7 +1364,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1364
1364
  * @see https://tailwindcss.com/docs/content
1365
1365
  */
1366
1366
  content: [{
1367
- content: ["none", i, a]
1367
+ content: ["none", l, i]
1368
1368
  }],
1369
1369
  // -------------------
1370
1370
  // --- Backgrounds ---
@@ -1395,21 +1395,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1395
1395
  * @see https://tailwindcss.com/docs/background-position
1396
1396
  */
1397
1397
  "bg-position": [{
1398
- bg: me()
1398
+ bg: ge()
1399
1399
  }],
1400
1400
  /**
1401
1401
  * Background Repeat
1402
1402
  * @see https://tailwindcss.com/docs/background-repeat
1403
1403
  */
1404
1404
  "bg-repeat": [{
1405
- bg: ue()
1405
+ bg: be()
1406
1406
  }],
1407
1407
  /**
1408
1408
  * Background Size
1409
1409
  * @see https://tailwindcss.com/docs/background-size
1410
1410
  */
1411
1411
  "bg-size": [{
1412
- bg: pe()
1412
+ bg: he()
1413
1413
  }],
1414
1414
  /**
1415
1415
  * Background Image
@@ -1419,10 +1419,10 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1419
1419
  bg: ["none", {
1420
1420
  linear: [{
1421
1421
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1422
- }, M, i, a],
1423
- radial: ["", i, a],
1424
- conic: [M, i, a]
1425
- }, Vo, Oo]
1422
+ }, M, l, i],
1423
+ radial: ["", l, i],
1424
+ conic: [M, l, i]
1425
+ }, Tr, Mr]
1426
1426
  }],
1427
1427
  /**
1428
1428
  * Background Color
@@ -1436,21 +1436,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1436
1436
  * @see https://tailwindcss.com/docs/gradient-color-stops
1437
1437
  */
1438
1438
  "gradient-from-pos": [{
1439
- from: oe()
1439
+ from: ae()
1440
1440
  }],
1441
1441
  /**
1442
1442
  * Gradient Color Stops Via Position
1443
1443
  * @see https://tailwindcss.com/docs/gradient-color-stops
1444
1444
  */
1445
1445
  "gradient-via-pos": [{
1446
- via: oe()
1446
+ via: ae()
1447
1447
  }],
1448
1448
  /**
1449
1449
  * Gradient Color Stops To Position
1450
1450
  * @see https://tailwindcss.com/docs/gradient-color-stops
1451
1451
  */
1452
1452
  "gradient-to-pos": [{
1453
- to: oe()
1453
+ to: ae()
1454
1454
  }],
1455
1455
  /**
1456
1456
  * Gradient Color Stops From
@@ -1481,175 +1481,175 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1481
1481
  * @see https://tailwindcss.com/docs/border-radius
1482
1482
  */
1483
1483
  rounded: [{
1484
- rounded: v()
1484
+ rounded: N()
1485
1485
  }],
1486
1486
  /**
1487
1487
  * Border Radius Start
1488
1488
  * @see https://tailwindcss.com/docs/border-radius
1489
1489
  */
1490
1490
  "rounded-s": [{
1491
- "rounded-s": v()
1491
+ "rounded-s": N()
1492
1492
  }],
1493
1493
  /**
1494
1494
  * Border Radius End
1495
1495
  * @see https://tailwindcss.com/docs/border-radius
1496
1496
  */
1497
1497
  "rounded-e": [{
1498
- "rounded-e": v()
1498
+ "rounded-e": N()
1499
1499
  }],
1500
1500
  /**
1501
1501
  * Border Radius Top
1502
1502
  * @see https://tailwindcss.com/docs/border-radius
1503
1503
  */
1504
1504
  "rounded-t": [{
1505
- "rounded-t": v()
1505
+ "rounded-t": N()
1506
1506
  }],
1507
1507
  /**
1508
1508
  * Border Radius Right
1509
1509
  * @see https://tailwindcss.com/docs/border-radius
1510
1510
  */
1511
1511
  "rounded-r": [{
1512
- "rounded-r": v()
1512
+ "rounded-r": N()
1513
1513
  }],
1514
1514
  /**
1515
1515
  * Border Radius Bottom
1516
1516
  * @see https://tailwindcss.com/docs/border-radius
1517
1517
  */
1518
1518
  "rounded-b": [{
1519
- "rounded-b": v()
1519
+ "rounded-b": N()
1520
1520
  }],
1521
1521
  /**
1522
1522
  * Border Radius Left
1523
1523
  * @see https://tailwindcss.com/docs/border-radius
1524
1524
  */
1525
1525
  "rounded-l": [{
1526
- "rounded-l": v()
1526
+ "rounded-l": N()
1527
1527
  }],
1528
1528
  /**
1529
1529
  * Border Radius Start Start
1530
1530
  * @see https://tailwindcss.com/docs/border-radius
1531
1531
  */
1532
1532
  "rounded-ss": [{
1533
- "rounded-ss": v()
1533
+ "rounded-ss": N()
1534
1534
  }],
1535
1535
  /**
1536
1536
  * Border Radius Start End
1537
1537
  * @see https://tailwindcss.com/docs/border-radius
1538
1538
  */
1539
1539
  "rounded-se": [{
1540
- "rounded-se": v()
1540
+ "rounded-se": N()
1541
1541
  }],
1542
1542
  /**
1543
1543
  * Border Radius End End
1544
1544
  * @see https://tailwindcss.com/docs/border-radius
1545
1545
  */
1546
1546
  "rounded-ee": [{
1547
- "rounded-ee": v()
1547
+ "rounded-ee": N()
1548
1548
  }],
1549
1549
  /**
1550
1550
  * Border Radius End Start
1551
1551
  * @see https://tailwindcss.com/docs/border-radius
1552
1552
  */
1553
1553
  "rounded-es": [{
1554
- "rounded-es": v()
1554
+ "rounded-es": N()
1555
1555
  }],
1556
1556
  /**
1557
1557
  * Border Radius Top Left
1558
1558
  * @see https://tailwindcss.com/docs/border-radius
1559
1559
  */
1560
1560
  "rounded-tl": [{
1561
- "rounded-tl": v()
1561
+ "rounded-tl": N()
1562
1562
  }],
1563
1563
  /**
1564
1564
  * Border Radius Top Right
1565
1565
  * @see https://tailwindcss.com/docs/border-radius
1566
1566
  */
1567
1567
  "rounded-tr": [{
1568
- "rounded-tr": v()
1568
+ "rounded-tr": N()
1569
1569
  }],
1570
1570
  /**
1571
1571
  * Border Radius Bottom Right
1572
1572
  * @see https://tailwindcss.com/docs/border-radius
1573
1573
  */
1574
1574
  "rounded-br": [{
1575
- "rounded-br": v()
1575
+ "rounded-br": N()
1576
1576
  }],
1577
1577
  /**
1578
1578
  * Border Radius Bottom Left
1579
1579
  * @see https://tailwindcss.com/docs/border-radius
1580
1580
  */
1581
1581
  "rounded-bl": [{
1582
- "rounded-bl": v()
1582
+ "rounded-bl": N()
1583
1583
  }],
1584
1584
  /**
1585
1585
  * Border Width
1586
1586
  * @see https://tailwindcss.com/docs/border-width
1587
1587
  */
1588
1588
  "border-w": [{
1589
- border: z()
1589
+ border: R()
1590
1590
  }],
1591
1591
  /**
1592
1592
  * Border Width X
1593
1593
  * @see https://tailwindcss.com/docs/border-width
1594
1594
  */
1595
1595
  "border-w-x": [{
1596
- "border-x": z()
1596
+ "border-x": R()
1597
1597
  }],
1598
1598
  /**
1599
1599
  * Border Width Y
1600
1600
  * @see https://tailwindcss.com/docs/border-width
1601
1601
  */
1602
1602
  "border-w-y": [{
1603
- "border-y": z()
1603
+ "border-y": R()
1604
1604
  }],
1605
1605
  /**
1606
1606
  * Border Width Start
1607
1607
  * @see https://tailwindcss.com/docs/border-width
1608
1608
  */
1609
1609
  "border-w-s": [{
1610
- "border-s": z()
1610
+ "border-s": R()
1611
1611
  }],
1612
1612
  /**
1613
1613
  * Border Width End
1614
1614
  * @see https://tailwindcss.com/docs/border-width
1615
1615
  */
1616
1616
  "border-w-e": [{
1617
- "border-e": z()
1617
+ "border-e": R()
1618
1618
  }],
1619
1619
  /**
1620
1620
  * Border Width Top
1621
1621
  * @see https://tailwindcss.com/docs/border-width
1622
1622
  */
1623
1623
  "border-w-t": [{
1624
- "border-t": z()
1624
+ "border-t": R()
1625
1625
  }],
1626
1626
  /**
1627
1627
  * Border Width Right
1628
1628
  * @see https://tailwindcss.com/docs/border-width
1629
1629
  */
1630
1630
  "border-w-r": [{
1631
- "border-r": z()
1631
+ "border-r": R()
1632
1632
  }],
1633
1633
  /**
1634
1634
  * Border Width Bottom
1635
1635
  * @see https://tailwindcss.com/docs/border-width
1636
1636
  */
1637
1637
  "border-w-b": [{
1638
- "border-b": z()
1638
+ "border-b": R()
1639
1639
  }],
1640
1640
  /**
1641
1641
  * Border Width Left
1642
1642
  * @see https://tailwindcss.com/docs/border-width
1643
1643
  */
1644
1644
  "border-w-l": [{
1645
- "border-l": z()
1645
+ "border-l": R()
1646
1646
  }],
1647
1647
  /**
1648
1648
  * Divide Width X
1649
1649
  * @see https://tailwindcss.com/docs/border-width#between-children
1650
1650
  */
1651
1651
  "divide-x": [{
1652
- "divide-x": z()
1652
+ "divide-x": R()
1653
1653
  }],
1654
1654
  /**
1655
1655
  * Divide Width X Reverse
@@ -1661,7 +1661,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1661
1661
  * @see https://tailwindcss.com/docs/border-width#between-children
1662
1662
  */
1663
1663
  "divide-y": [{
1664
- "divide-y": z()
1664
+ "divide-y": R()
1665
1665
  }],
1666
1666
  /**
1667
1667
  * Divide Width Y Reverse
@@ -1764,14 +1764,14 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1764
1764
  * @see https://tailwindcss.com/docs/outline-offset
1765
1765
  */
1766
1766
  "outline-offset": [{
1767
- "outline-offset": [f, i, a]
1767
+ "outline-offset": [f, l, i]
1768
1768
  }],
1769
1769
  /**
1770
1770
  * Outline Width
1771
1771
  * @see https://tailwindcss.com/docs/outline-width
1772
1772
  */
1773
1773
  "outline-w": [{
1774
- outline: ["", f, $, V]
1774
+ outline: ["", f, D, E]
1775
1775
  }],
1776
1776
  /**
1777
1777
  * Outline Color
@@ -1792,9 +1792,9 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1792
1792
  // Deprecated since Tailwind CSS v4.0.0
1793
1793
  "",
1794
1794
  "none",
1795
- b,
1796
- J,
1797
- Z
1795
+ h,
1796
+ K,
1797
+ J
1798
1798
  ]
1799
1799
  }],
1800
1800
  /**
@@ -1809,7 +1809,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1809
1809
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1810
1810
  */
1811
1811
  "inset-shadow": [{
1812
- "inset-shadow": ["none", g, J, Z]
1812
+ "inset-shadow": ["none", v, K, J]
1813
1813
  }],
1814
1814
  /**
1815
1815
  * Inset Box Shadow Color
@@ -1823,7 +1823,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1823
1823
  * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1824
1824
  */
1825
1825
  "ring-w": [{
1826
- ring: z()
1826
+ ring: R()
1827
1827
  }],
1828
1828
  /**
1829
1829
  * Ring Width Inset
@@ -1846,7 +1846,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1846
1846
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1847
1847
  */
1848
1848
  "ring-offset-w": [{
1849
- "ring-offset": [f, V]
1849
+ "ring-offset": [f, E]
1850
1850
  }],
1851
1851
  /**
1852
1852
  * Ring Offset Color
@@ -1862,7 +1862,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1862
1862
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1863
1863
  */
1864
1864
  "inset-ring-w": [{
1865
- "inset-ring": z()
1865
+ "inset-ring": R()
1866
1866
  }],
1867
1867
  /**
1868
1868
  * Inset Ring Color
@@ -1876,7 +1876,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1876
1876
  * @see https://tailwindcss.com/docs/text-shadow
1877
1877
  */
1878
1878
  "text-shadow": [{
1879
- "text-shadow": ["none", x, J, Z]
1879
+ "text-shadow": ["none", k, K, J]
1880
1880
  }],
1881
1881
  /**
1882
1882
  * Text Shadow Color
@@ -1890,21 +1890,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1890
1890
  * @see https://tailwindcss.com/docs/opacity
1891
1891
  */
1892
1892
  opacity: [{
1893
- opacity: [f, i, a]
1893
+ opacity: [f, l, i]
1894
1894
  }],
1895
1895
  /**
1896
1896
  * Mix Blend Mode
1897
1897
  * @see https://tailwindcss.com/docs/mix-blend-mode
1898
1898
  */
1899
1899
  "mix-blend": [{
1900
- "mix-blend": [...fe(), "plus-darker", "plus-lighter"]
1900
+ "mix-blend": [...ye(), "plus-darker", "plus-lighter"]
1901
1901
  }],
1902
1902
  /**
1903
1903
  * Background Blend Mode
1904
1904
  * @see https://tailwindcss.com/docs/background-blend-mode
1905
1905
  */
1906
1906
  "bg-blend": [{
1907
- "bg-blend": fe()
1907
+ "bg-blend": ye()
1908
1908
  }],
1909
1909
  /**
1910
1910
  * Mask Clip
@@ -1928,10 +1928,10 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1928
1928
  "mask-linear": [f]
1929
1929
  }],
1930
1930
  "mask-image-linear-from-pos": [{
1931
- "mask-linear-from": y()
1931
+ "mask-linear-from": w()
1932
1932
  }],
1933
1933
  "mask-image-linear-to-pos": [{
1934
- "mask-linear-to": y()
1934
+ "mask-linear-to": w()
1935
1935
  }],
1936
1936
  "mask-image-linear-from-color": [{
1937
1937
  "mask-linear-from": d()
@@ -1940,10 +1940,10 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1940
1940
  "mask-linear-to": d()
1941
1941
  }],
1942
1942
  "mask-image-t-from-pos": [{
1943
- "mask-t-from": y()
1943
+ "mask-t-from": w()
1944
1944
  }],
1945
1945
  "mask-image-t-to-pos": [{
1946
- "mask-t-to": y()
1946
+ "mask-t-to": w()
1947
1947
  }],
1948
1948
  "mask-image-t-from-color": [{
1949
1949
  "mask-t-from": d()
@@ -1952,10 +1952,10 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1952
1952
  "mask-t-to": d()
1953
1953
  }],
1954
1954
  "mask-image-r-from-pos": [{
1955
- "mask-r-from": y()
1955
+ "mask-r-from": w()
1956
1956
  }],
1957
1957
  "mask-image-r-to-pos": [{
1958
- "mask-r-to": y()
1958
+ "mask-r-to": w()
1959
1959
  }],
1960
1960
  "mask-image-r-from-color": [{
1961
1961
  "mask-r-from": d()
@@ -1964,10 +1964,10 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1964
1964
  "mask-r-to": d()
1965
1965
  }],
1966
1966
  "mask-image-b-from-pos": [{
1967
- "mask-b-from": y()
1967
+ "mask-b-from": w()
1968
1968
  }],
1969
1969
  "mask-image-b-to-pos": [{
1970
- "mask-b-to": y()
1970
+ "mask-b-to": w()
1971
1971
  }],
1972
1972
  "mask-image-b-from-color": [{
1973
1973
  "mask-b-from": d()
@@ -1976,10 +1976,10 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1976
1976
  "mask-b-to": d()
1977
1977
  }],
1978
1978
  "mask-image-l-from-pos": [{
1979
- "mask-l-from": y()
1979
+ "mask-l-from": w()
1980
1980
  }],
1981
1981
  "mask-image-l-to-pos": [{
1982
- "mask-l-to": y()
1982
+ "mask-l-to": w()
1983
1983
  }],
1984
1984
  "mask-image-l-from-color": [{
1985
1985
  "mask-l-from": d()
@@ -1988,10 +1988,10 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
1988
1988
  "mask-l-to": d()
1989
1989
  }],
1990
1990
  "mask-image-x-from-pos": [{
1991
- "mask-x-from": y()
1991
+ "mask-x-from": w()
1992
1992
  }],
1993
1993
  "mask-image-x-to-pos": [{
1994
- "mask-x-to": y()
1994
+ "mask-x-to": w()
1995
1995
  }],
1996
1996
  "mask-image-x-from-color": [{
1997
1997
  "mask-x-from": d()
@@ -2000,10 +2000,10 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2000
2000
  "mask-x-to": d()
2001
2001
  }],
2002
2002
  "mask-image-y-from-pos": [{
2003
- "mask-y-from": y()
2003
+ "mask-y-from": w()
2004
2004
  }],
2005
2005
  "mask-image-y-to-pos": [{
2006
- "mask-y-to": y()
2006
+ "mask-y-to": w()
2007
2007
  }],
2008
2008
  "mask-image-y-from-color": [{
2009
2009
  "mask-y-from": d()
@@ -2012,13 +2012,13 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2012
2012
  "mask-y-to": d()
2013
2013
  }],
2014
2014
  "mask-image-radial": [{
2015
- "mask-radial": [i, a]
2015
+ "mask-radial": [l, i]
2016
2016
  }],
2017
2017
  "mask-image-radial-from-pos": [{
2018
- "mask-radial-from": y()
2018
+ "mask-radial-from": w()
2019
2019
  }],
2020
2020
  "mask-image-radial-to-pos": [{
2021
- "mask-radial-to": y()
2021
+ "mask-radial-to": w()
2022
2022
  }],
2023
2023
  "mask-image-radial-from-color": [{
2024
2024
  "mask-radial-from": d()
@@ -2036,16 +2036,16 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2036
2036
  }]
2037
2037
  }],
2038
2038
  "mask-image-radial-pos": [{
2039
- "mask-radial-at": j()
2039
+ "mask-radial-at": G()
2040
2040
  }],
2041
2041
  "mask-image-conic-pos": [{
2042
2042
  "mask-conic": [f]
2043
2043
  }],
2044
2044
  "mask-image-conic-from-pos": [{
2045
- "mask-conic-from": y()
2045
+ "mask-conic-from": w()
2046
2046
  }],
2047
2047
  "mask-image-conic-to-pos": [{
2048
- "mask-conic-to": y()
2048
+ "mask-conic-to": w()
2049
2049
  }],
2050
2050
  "mask-image-conic-from-color": [{
2051
2051
  "mask-conic-from": d()
@@ -2072,21 +2072,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2072
2072
  * @see https://tailwindcss.com/docs/mask-position
2073
2073
  */
2074
2074
  "mask-position": [{
2075
- mask: me()
2075
+ mask: ge()
2076
2076
  }],
2077
2077
  /**
2078
2078
  * Mask Repeat
2079
2079
  * @see https://tailwindcss.com/docs/mask-repeat
2080
2080
  */
2081
2081
  "mask-repeat": [{
2082
- mask: ue()
2082
+ mask: be()
2083
2083
  }],
2084
2084
  /**
2085
2085
  * Mask Size
2086
2086
  * @see https://tailwindcss.com/docs/mask-size
2087
2087
  */
2088
2088
  "mask-size": [{
2089
- mask: pe()
2089
+ mask: he()
2090
2090
  }],
2091
2091
  /**
2092
2092
  * Mask Type
@@ -2100,7 +2100,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2100
2100
  * @see https://tailwindcss.com/docs/mask-image
2101
2101
  */
2102
2102
  "mask-image": [{
2103
- mask: ["none", i, a]
2103
+ mask: ["none", l, i]
2104
2104
  }],
2105
2105
  // ---------------
2106
2106
  // --- Filters ---
@@ -2114,8 +2114,8 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2114
2114
  // Deprecated since Tailwind CSS v3.0.0
2115
2115
  "",
2116
2116
  "none",
2117
- i,
2118
- a
2117
+ l,
2118
+ i
2119
2119
  ]
2120
2120
  }],
2121
2121
  /**
@@ -2123,21 +2123,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2123
2123
  * @see https://tailwindcss.com/docs/blur
2124
2124
  */
2125
2125
  blur: [{
2126
- blur: be()
2126
+ blur: ve()
2127
2127
  }],
2128
2128
  /**
2129
2129
  * Brightness
2130
2130
  * @see https://tailwindcss.com/docs/brightness
2131
2131
  */
2132
2132
  brightness: [{
2133
- brightness: [f, i, a]
2133
+ brightness: [f, l, i]
2134
2134
  }],
2135
2135
  /**
2136
2136
  * Contrast
2137
2137
  * @see https://tailwindcss.com/docs/contrast
2138
2138
  */
2139
2139
  contrast: [{
2140
- contrast: [f, i, a]
2140
+ contrast: [f, l, i]
2141
2141
  }],
2142
2142
  /**
2143
2143
  * Drop Shadow
@@ -2149,8 +2149,8 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2149
2149
  "",
2150
2150
  "none",
2151
2151
  S,
2152
- J,
2153
- Z
2152
+ K,
2153
+ J
2154
2154
  ]
2155
2155
  }],
2156
2156
  /**
@@ -2165,35 +2165,35 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2165
2165
  * @see https://tailwindcss.com/docs/grayscale
2166
2166
  */
2167
2167
  grayscale: [{
2168
- grayscale: ["", f, i, a]
2168
+ grayscale: ["", f, l, i]
2169
2169
  }],
2170
2170
  /**
2171
2171
  * Hue Rotate
2172
2172
  * @see https://tailwindcss.com/docs/hue-rotate
2173
2173
  */
2174
2174
  "hue-rotate": [{
2175
- "hue-rotate": [f, i, a]
2175
+ "hue-rotate": [f, l, i]
2176
2176
  }],
2177
2177
  /**
2178
2178
  * Invert
2179
2179
  * @see https://tailwindcss.com/docs/invert
2180
2180
  */
2181
2181
  invert: [{
2182
- invert: ["", f, i, a]
2182
+ invert: ["", f, l, i]
2183
2183
  }],
2184
2184
  /**
2185
2185
  * Saturate
2186
2186
  * @see https://tailwindcss.com/docs/saturate
2187
2187
  */
2188
2188
  saturate: [{
2189
- saturate: [f, i, a]
2189
+ saturate: [f, l, i]
2190
2190
  }],
2191
2191
  /**
2192
2192
  * Sepia
2193
2193
  * @see https://tailwindcss.com/docs/sepia
2194
2194
  */
2195
2195
  sepia: [{
2196
- sepia: ["", f, i, a]
2196
+ sepia: ["", f, l, i]
2197
2197
  }],
2198
2198
  /**
2199
2199
  * Backdrop Filter
@@ -2204,8 +2204,8 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2204
2204
  // Deprecated since Tailwind CSS v3.0.0
2205
2205
  "",
2206
2206
  "none",
2207
- i,
2208
- a
2207
+ l,
2208
+ i
2209
2209
  ]
2210
2210
  }],
2211
2211
  /**
@@ -2213,63 +2213,63 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2213
2213
  * @see https://tailwindcss.com/docs/backdrop-blur
2214
2214
  */
2215
2215
  "backdrop-blur": [{
2216
- "backdrop-blur": be()
2216
+ "backdrop-blur": ve()
2217
2217
  }],
2218
2218
  /**
2219
2219
  * Backdrop Brightness
2220
2220
  * @see https://tailwindcss.com/docs/backdrop-brightness
2221
2221
  */
2222
2222
  "backdrop-brightness": [{
2223
- "backdrop-brightness": [f, i, a]
2223
+ "backdrop-brightness": [f, l, i]
2224
2224
  }],
2225
2225
  /**
2226
2226
  * Backdrop Contrast
2227
2227
  * @see https://tailwindcss.com/docs/backdrop-contrast
2228
2228
  */
2229
2229
  "backdrop-contrast": [{
2230
- "backdrop-contrast": [f, i, a]
2230
+ "backdrop-contrast": [f, l, i]
2231
2231
  }],
2232
2232
  /**
2233
2233
  * Backdrop Grayscale
2234
2234
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2235
2235
  */
2236
2236
  "backdrop-grayscale": [{
2237
- "backdrop-grayscale": ["", f, i, a]
2237
+ "backdrop-grayscale": ["", f, l, i]
2238
2238
  }],
2239
2239
  /**
2240
2240
  * Backdrop Hue Rotate
2241
2241
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2242
2242
  */
2243
2243
  "backdrop-hue-rotate": [{
2244
- "backdrop-hue-rotate": [f, i, a]
2244
+ "backdrop-hue-rotate": [f, l, i]
2245
2245
  }],
2246
2246
  /**
2247
2247
  * Backdrop Invert
2248
2248
  * @see https://tailwindcss.com/docs/backdrop-invert
2249
2249
  */
2250
2250
  "backdrop-invert": [{
2251
- "backdrop-invert": ["", f, i, a]
2251
+ "backdrop-invert": ["", f, l, i]
2252
2252
  }],
2253
2253
  /**
2254
2254
  * Backdrop Opacity
2255
2255
  * @see https://tailwindcss.com/docs/backdrop-opacity
2256
2256
  */
2257
2257
  "backdrop-opacity": [{
2258
- "backdrop-opacity": [f, i, a]
2258
+ "backdrop-opacity": [f, l, i]
2259
2259
  }],
2260
2260
  /**
2261
2261
  * Backdrop Saturate
2262
2262
  * @see https://tailwindcss.com/docs/backdrop-saturate
2263
2263
  */
2264
2264
  "backdrop-saturate": [{
2265
- "backdrop-saturate": [f, i, a]
2265
+ "backdrop-saturate": [f, l, i]
2266
2266
  }],
2267
2267
  /**
2268
2268
  * Backdrop Sepia
2269
2269
  * @see https://tailwindcss.com/docs/backdrop-sepia
2270
2270
  */
2271
2271
  "backdrop-sepia": [{
2272
- "backdrop-sepia": ["", f, i, a]
2272
+ "backdrop-sepia": ["", f, l, i]
2273
2273
  }],
2274
2274
  // --------------
2275
2275
  // --- Tables ---
@@ -2286,21 +2286,21 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2286
2286
  * @see https://tailwindcss.com/docs/border-spacing
2287
2287
  */
2288
2288
  "border-spacing": [{
2289
- "border-spacing": p()
2289
+ "border-spacing": u()
2290
2290
  }],
2291
2291
  /**
2292
2292
  * Border Spacing X
2293
2293
  * @see https://tailwindcss.com/docs/border-spacing
2294
2294
  */
2295
2295
  "border-spacing-x": [{
2296
- "border-spacing-x": p()
2296
+ "border-spacing-x": u()
2297
2297
  }],
2298
2298
  /**
2299
2299
  * Border Spacing Y
2300
2300
  * @see https://tailwindcss.com/docs/border-spacing
2301
2301
  */
2302
2302
  "border-spacing-y": [{
2303
- "border-spacing-y": p()
2303
+ "border-spacing-y": u()
2304
2304
  }],
2305
2305
  /**
2306
2306
  * Table Layout
@@ -2324,7 +2324,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2324
2324
  * @see https://tailwindcss.com/docs/transition-property
2325
2325
  */
2326
2326
  transition: [{
2327
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", i, a]
2327
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", l, i]
2328
2328
  }],
2329
2329
  /**
2330
2330
  * Transition Behavior
@@ -2338,28 +2338,28 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2338
2338
  * @see https://tailwindcss.com/docs/transition-duration
2339
2339
  */
2340
2340
  duration: [{
2341
- duration: [f, "initial", i, a]
2341
+ duration: [f, "initial", l, i]
2342
2342
  }],
2343
2343
  /**
2344
2344
  * Transition Timing Function
2345
2345
  * @see https://tailwindcss.com/docs/transition-timing-function
2346
2346
  */
2347
2347
  ease: [{
2348
- ease: ["linear", "initial", O, i, a]
2348
+ ease: ["linear", "initial", O, l, i]
2349
2349
  }],
2350
2350
  /**
2351
2351
  * Transition Delay
2352
2352
  * @see https://tailwindcss.com/docs/transition-delay
2353
2353
  */
2354
2354
  delay: [{
2355
- delay: [f, i, a]
2355
+ delay: [f, l, i]
2356
2356
  }],
2357
2357
  /**
2358
2358
  * Animation
2359
2359
  * @see https://tailwindcss.com/docs/animation
2360
2360
  */
2361
2361
  animate: [{
2362
- animate: ["none", D, i, a]
2362
+ animate: ["none", U, l, i]
2363
2363
  }],
2364
2364
  // ------------------
2365
2365
  // --- Transforms ---
@@ -2376,70 +2376,70 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2376
2376
  * @see https://tailwindcss.com/docs/perspective
2377
2377
  */
2378
2378
  perspective: [{
2379
- perspective: [C, i, a]
2379
+ perspective: [z, l, i]
2380
2380
  }],
2381
2381
  /**
2382
2382
  * Perspective Origin
2383
2383
  * @see https://tailwindcss.com/docs/perspective-origin
2384
2384
  */
2385
2385
  "perspective-origin": [{
2386
- "perspective-origin": N()
2386
+ "perspective-origin": L()
2387
2387
  }],
2388
2388
  /**
2389
2389
  * Rotate
2390
2390
  * @see https://tailwindcss.com/docs/rotate
2391
2391
  */
2392
2392
  rotate: [{
2393
- rotate: q()
2393
+ rotate: Q()
2394
2394
  }],
2395
2395
  /**
2396
2396
  * Rotate X
2397
2397
  * @see https://tailwindcss.com/docs/rotate
2398
2398
  */
2399
2399
  "rotate-x": [{
2400
- "rotate-x": q()
2400
+ "rotate-x": Q()
2401
2401
  }],
2402
2402
  /**
2403
2403
  * Rotate Y
2404
2404
  * @see https://tailwindcss.com/docs/rotate
2405
2405
  */
2406
2406
  "rotate-y": [{
2407
- "rotate-y": q()
2407
+ "rotate-y": Q()
2408
2408
  }],
2409
2409
  /**
2410
2410
  * Rotate Z
2411
2411
  * @see https://tailwindcss.com/docs/rotate
2412
2412
  */
2413
2413
  "rotate-z": [{
2414
- "rotate-z": q()
2414
+ "rotate-z": Q()
2415
2415
  }],
2416
2416
  /**
2417
2417
  * Scale
2418
2418
  * @see https://tailwindcss.com/docs/scale
2419
2419
  */
2420
2420
  scale: [{
2421
- scale: H()
2421
+ scale: q()
2422
2422
  }],
2423
2423
  /**
2424
2424
  * Scale X
2425
2425
  * @see https://tailwindcss.com/docs/scale
2426
2426
  */
2427
2427
  "scale-x": [{
2428
- "scale-x": H()
2428
+ "scale-x": q()
2429
2429
  }],
2430
2430
  /**
2431
2431
  * Scale Y
2432
2432
  * @see https://tailwindcss.com/docs/scale
2433
2433
  */
2434
2434
  "scale-y": [{
2435
- "scale-y": H()
2435
+ "scale-y": q()
2436
2436
  }],
2437
2437
  /**
2438
2438
  * Scale Z
2439
2439
  * @see https://tailwindcss.com/docs/scale
2440
2440
  */
2441
2441
  "scale-z": [{
2442
- "scale-z": H()
2442
+ "scale-z": q()
2443
2443
  }],
2444
2444
  /**
2445
2445
  * Scale 3D
@@ -2451,35 +2451,35 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2451
2451
  * @see https://tailwindcss.com/docs/skew
2452
2452
  */
2453
2453
  skew: [{
2454
- skew: te()
2454
+ skew: ne()
2455
2455
  }],
2456
2456
  /**
2457
2457
  * Skew X
2458
2458
  * @see https://tailwindcss.com/docs/skew
2459
2459
  */
2460
2460
  "skew-x": [{
2461
- "skew-x": te()
2461
+ "skew-x": ne()
2462
2462
  }],
2463
2463
  /**
2464
2464
  * Skew Y
2465
2465
  * @see https://tailwindcss.com/docs/skew
2466
2466
  */
2467
2467
  "skew-y": [{
2468
- "skew-y": te()
2468
+ "skew-y": ne()
2469
2469
  }],
2470
2470
  /**
2471
2471
  * Transform
2472
2472
  * @see https://tailwindcss.com/docs/transform
2473
2473
  */
2474
2474
  transform: [{
2475
- transform: [i, a, "", "none", "gpu", "cpu"]
2475
+ transform: [l, i, "", "none", "gpu", "cpu"]
2476
2476
  }],
2477
2477
  /**
2478
2478
  * Transform Origin
2479
2479
  * @see https://tailwindcss.com/docs/transform-origin
2480
2480
  */
2481
2481
  "transform-origin": [{
2482
- origin: N()
2482
+ origin: L()
2483
2483
  }],
2484
2484
  /**
2485
2485
  * Transform Style
@@ -2557,7 +2557,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2557
2557
  * @see https://tailwindcss.com/docs/cursor
2558
2558
  */
2559
2559
  cursor: [{
2560
- 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", i, a]
2560
+ 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", l, i]
2561
2561
  }],
2562
2562
  /**
2563
2563
  * Field Sizing
@@ -2592,126 +2592,126 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2592
2592
  * @see https://tailwindcss.com/docs/scroll-margin
2593
2593
  */
2594
2594
  "scroll-m": [{
2595
- "scroll-m": p()
2595
+ "scroll-m": u()
2596
2596
  }],
2597
2597
  /**
2598
2598
  * Scroll Margin X
2599
2599
  * @see https://tailwindcss.com/docs/scroll-margin
2600
2600
  */
2601
2601
  "scroll-mx": [{
2602
- "scroll-mx": p()
2602
+ "scroll-mx": u()
2603
2603
  }],
2604
2604
  /**
2605
2605
  * Scroll Margin Y
2606
2606
  * @see https://tailwindcss.com/docs/scroll-margin
2607
2607
  */
2608
2608
  "scroll-my": [{
2609
- "scroll-my": p()
2609
+ "scroll-my": u()
2610
2610
  }],
2611
2611
  /**
2612
2612
  * Scroll Margin Start
2613
2613
  * @see https://tailwindcss.com/docs/scroll-margin
2614
2614
  */
2615
2615
  "scroll-ms": [{
2616
- "scroll-ms": p()
2616
+ "scroll-ms": u()
2617
2617
  }],
2618
2618
  /**
2619
2619
  * Scroll Margin End
2620
2620
  * @see https://tailwindcss.com/docs/scroll-margin
2621
2621
  */
2622
2622
  "scroll-me": [{
2623
- "scroll-me": p()
2623
+ "scroll-me": u()
2624
2624
  }],
2625
2625
  /**
2626
2626
  * Scroll Margin Top
2627
2627
  * @see https://tailwindcss.com/docs/scroll-margin
2628
2628
  */
2629
2629
  "scroll-mt": [{
2630
- "scroll-mt": p()
2630
+ "scroll-mt": u()
2631
2631
  }],
2632
2632
  /**
2633
2633
  * Scroll Margin Right
2634
2634
  * @see https://tailwindcss.com/docs/scroll-margin
2635
2635
  */
2636
2636
  "scroll-mr": [{
2637
- "scroll-mr": p()
2637
+ "scroll-mr": u()
2638
2638
  }],
2639
2639
  /**
2640
2640
  * Scroll Margin Bottom
2641
2641
  * @see https://tailwindcss.com/docs/scroll-margin
2642
2642
  */
2643
2643
  "scroll-mb": [{
2644
- "scroll-mb": p()
2644
+ "scroll-mb": u()
2645
2645
  }],
2646
2646
  /**
2647
2647
  * Scroll Margin Left
2648
2648
  * @see https://tailwindcss.com/docs/scroll-margin
2649
2649
  */
2650
2650
  "scroll-ml": [{
2651
- "scroll-ml": p()
2651
+ "scroll-ml": u()
2652
2652
  }],
2653
2653
  /**
2654
2654
  * Scroll Padding
2655
2655
  * @see https://tailwindcss.com/docs/scroll-padding
2656
2656
  */
2657
2657
  "scroll-p": [{
2658
- "scroll-p": p()
2658
+ "scroll-p": u()
2659
2659
  }],
2660
2660
  /**
2661
2661
  * Scroll Padding X
2662
2662
  * @see https://tailwindcss.com/docs/scroll-padding
2663
2663
  */
2664
2664
  "scroll-px": [{
2665
- "scroll-px": p()
2665
+ "scroll-px": u()
2666
2666
  }],
2667
2667
  /**
2668
2668
  * Scroll Padding Y
2669
2669
  * @see https://tailwindcss.com/docs/scroll-padding
2670
2670
  */
2671
2671
  "scroll-py": [{
2672
- "scroll-py": p()
2672
+ "scroll-py": u()
2673
2673
  }],
2674
2674
  /**
2675
2675
  * Scroll Padding Start
2676
2676
  * @see https://tailwindcss.com/docs/scroll-padding
2677
2677
  */
2678
2678
  "scroll-ps": [{
2679
- "scroll-ps": p()
2679
+ "scroll-ps": u()
2680
2680
  }],
2681
2681
  /**
2682
2682
  * Scroll Padding End
2683
2683
  * @see https://tailwindcss.com/docs/scroll-padding
2684
2684
  */
2685
2685
  "scroll-pe": [{
2686
- "scroll-pe": p()
2686
+ "scroll-pe": u()
2687
2687
  }],
2688
2688
  /**
2689
2689
  * Scroll Padding Top
2690
2690
  * @see https://tailwindcss.com/docs/scroll-padding
2691
2691
  */
2692
2692
  "scroll-pt": [{
2693
- "scroll-pt": p()
2693
+ "scroll-pt": u()
2694
2694
  }],
2695
2695
  /**
2696
2696
  * Scroll Padding Right
2697
2697
  * @see https://tailwindcss.com/docs/scroll-padding
2698
2698
  */
2699
2699
  "scroll-pr": [{
2700
- "scroll-pr": p()
2700
+ "scroll-pr": u()
2701
2701
  }],
2702
2702
  /**
2703
2703
  * Scroll Padding Bottom
2704
2704
  * @see https://tailwindcss.com/docs/scroll-padding
2705
2705
  */
2706
2706
  "scroll-pb": [{
2707
- "scroll-pb": p()
2707
+ "scroll-pb": u()
2708
2708
  }],
2709
2709
  /**
2710
2710
  * Scroll Padding Left
2711
2711
  * @see https://tailwindcss.com/docs/scroll-padding
2712
2712
  */
2713
2713
  "scroll-pl": [{
2714
- "scroll-pl": p()
2714
+ "scroll-pl": u()
2715
2715
  }],
2716
2716
  /**
2717
2717
  * Scroll Snap Align
@@ -2779,7 +2779,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2779
2779
  * @see https://tailwindcss.com/docs/will-change
2780
2780
  */
2781
2781
  "will-change": [{
2782
- "will-change": ["auto", "scroll", "contents", "transform", i, a]
2782
+ "will-change": ["auto", "scroll", "contents", "transform", l, i]
2783
2783
  }],
2784
2784
  // -----------
2785
2785
  // --- SVG ---
@@ -2796,7 +2796,7 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2796
2796
  * @see https://tailwindcss.com/docs/stroke-width
2797
2797
  */
2798
2798
  "stroke-w": [{
2799
- stroke: [f, $, V, ne]
2799
+ stroke: [f, D, E, ie]
2800
2800
  }],
2801
2801
  /**
2802
2802
  * Stroke
@@ -2871,41 +2871,82 @@ const he = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ye = Ae, X
2871
2871
  },
2872
2872
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2873
2873
  };
2874
- }, Lo = /* @__PURE__ */ ho(Go);
2875
- function _o(...e) {
2876
- return Lo(Ae(e));
2874
+ }, Br = /* @__PURE__ */ yr(Lr);
2875
+ function y(...e) {
2876
+ return Br(Pe(e));
2877
2877
  }
2878
- const Wo = Xe(
2879
- "inline-flex items-center justify-center gap-spacing-6 whitespace-nowrap transition-colors duration-150 cursor-pointer",
2878
+ const _r = de(
2879
+ "inline-flex items-center justify-center gap-spacing-6 whitespace-nowrap transition-colors duration-150 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
2880
+ {
2881
+ variants: {
2882
+ variant: {
2883
+ // Charcoal (dark filled) - primary dark
2884
+ charcoal: "bg-gray-1200 text-gray-100 hover:bg-gray-1100 active:bg-gray-1000 focus-visible:ring-gray-1000",
2885
+ // Charcoal Outline - outlined dark (for light backgrounds)
2886
+ charcoalOutline: "border border-alpha-black-30 text-gray-1000 hover:bg-alpha-black-5 active:bg-alpha-black-10 focus-visible:ring-gray-1000",
2887
+ // Charcoal Outline Quiet - subtle outlined dark (for light backgrounds)
2888
+ charcoalOutlineQuiet: "border border-alpha-black-20 text-alpha-black-60 hover:border-alpha-black-30 hover:text-alpha-black-80 active:bg-alpha-black-5 focus-visible:ring-gray-1000",
2889
+ // Ivory (light filled) - primary light (for dark backgrounds)
2890
+ ivory: "bg-gray-50 text-gray-1000 hover:bg-gray-100 active:bg-gray-200 focus-visible:ring-gray-50 focus-visible:ring-offset-gray-1000",
2891
+ // Ivory Outline - outlined light (for dark backgrounds)
2892
+ ivoryOutline: "border border-gray-50 text-gray-50 hover:bg-alpha-white-10 active:bg-alpha-white-20 focus-visible:ring-gray-50 focus-visible:ring-offset-gray-1000",
2893
+ // Ivory Outline Quiet - subtle light outline (for dark backgrounds)
2894
+ ivoryOutlineQuiet: "border border-alpha-white-20 text-alpha-white-60 hover:border-alpha-white-30 hover:text-alpha-white-80 active:bg-alpha-white-5 focus-visible:ring-gray-50 focus-visible:ring-offset-gray-1000"
2895
+ },
2896
+ size: {
2897
+ // Large - 46px height
2898
+ lg: "px-spacing-16 py-spacing-12 rounded-[12px] typography-brand-medium-button-small h-[46px]",
2899
+ // Medium (default) - 38px height
2900
+ default: "px-spacing-16 py-spacing-12 rounded-[12px] typography-brand-medium-button-small h-[38px]",
2901
+ // Small - 33px height
2902
+ sm: "p-spacing-12 rounded-[11px] typography-brand-small-button-small h-[33px]"
2903
+ }
2904
+ },
2905
+ defaultVariants: {
2906
+ variant: "charcoal",
2907
+ size: "default"
2908
+ }
2909
+ }
2910
+ ), Hr = g.forwardRef(
2911
+ ({ className: e, variant: t, size: r, asChild: o = !1, ...a }, n) => /* @__PURE__ */ b(
2912
+ o ? te : "button",
2913
+ {
2914
+ className: y(_r({ variant: t, size: r, className: e })),
2915
+ ref: n,
2916
+ ...a
2917
+ }
2918
+ )
2919
+ );
2920
+ Hr.displayName = "Button";
2921
+ const Fr = de(
2922
+ "inline-flex items-center justify-center whitespace-nowrap transition-colors duration-150 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
2880
2923
  {
2881
2924
  variants: {
2882
2925
  variant: {
2883
2926
  // Charcoal (dark filled) - primary dark
2884
- charcoal: "bg-gray-1200 text-gray-100 hover:bg-gray-1100 active:bg-gray-1000",
2885
- // Charcoal Outline - outlined dark
2886
- charcoalOutline: "border border-alpha-black-30 text-gray-1000 hover:bg-alpha-black-5 active:bg-alpha-black-10",
2887
- // Charcoal Outline Quiet - subtle outlined dark
2888
- charcoalOutlineQuiet: "border border-alpha-black-20 text-alpha-black-60 hover:border-alpha-black-30 hover:text-alpha-black-80",
2889
- // Ivory (light filled) - primary light
2890
- ivory: "bg-gray-50 text-gray-1000 hover:bg-gray-100 active:bg-gray-200",
2927
+ charcoal: "bg-gray-1200 text-gray-100 hover:bg-gray-1100 active:bg-gray-1000 focus-visible:ring-gray-1000",
2928
+ // Charcoal Outline - outlined dark (for light backgrounds)
2929
+ charcoalOutline: "border border-alpha-black-30 text-gray-1000 hover:bg-alpha-black-5 active:bg-alpha-black-10 focus-visible:ring-gray-1000",
2930
+ // Charcoal Outline Quiet - subtle outlined dark (for light backgrounds)
2931
+ charcoalOutlineQuiet: "border border-alpha-black-20 text-alpha-black-60 hover:border-alpha-black-30 hover:text-alpha-black-80 active:bg-alpha-black-5 focus-visible:ring-gray-1000",
2932
+ // Ghost - no background/border (for light backgrounds)
2933
+ ghost: "text-gray-700 hover:text-gray-900 hover:bg-alpha-black-5 active:bg-alpha-black-10 focus-visible:ring-gray-1000",
2934
+ // Ghost Dark - no background/border (for dark backgrounds)
2935
+ ghostDark: "text-gray-300 hover:text-gray-100 hover:bg-alpha-white-10 active:bg-alpha-white-20 focus-visible:ring-gray-50 focus-visible:ring-offset-gray-1000",
2936
+ // Ivory (light filled) - primary light (for dark backgrounds)
2937
+ ivory: "bg-gray-50 text-gray-1000 hover:bg-gray-100 active:bg-gray-200 focus-visible:ring-gray-50 focus-visible:ring-offset-gray-1000",
2891
2938
  // Ivory Outline - outlined light (for dark backgrounds)
2892
- ivoryOutline: "border border-gray-50 text-gray-50 hover:bg-alpha-white-10 active:bg-alpha-white-20",
2893
- // Ghost - subtle for dark backgrounds
2894
- ghost: "border border-alpha-white-20 text-alpha-white-80 hover:border-alpha-white-30 hover:text-alpha-white-90"
2939
+ ivoryOutline: "border border-gray-50 text-gray-50 hover:bg-alpha-white-10 active:bg-alpha-white-20 focus-visible:ring-gray-50 focus-visible:ring-offset-gray-1000",
2940
+ // Ivory Outline Quiet - subtle light outline (for dark backgrounds)
2941
+ ivoryOutlineQuiet: "border border-alpha-white-20 text-alpha-white-60 hover:border-alpha-white-30 hover:text-alpha-white-80 active:bg-alpha-white-5 focus-visible:ring-gray-50 focus-visible:ring-offset-gray-1000"
2895
2942
  },
2896
2943
  size: {
2897
- // Large
2898
- lg: "px-spacing-16 py-spacing-12 rounded-[12px] text-brand-medium-button-small",
2899
- // Medium (default)
2900
- default: "px-spacing-16 py-spacing-12 rounded-[12px] text-brand-medium-button-small",
2901
- // Small
2902
- sm: "p-spacing-12 rounded-[11px] text-brand-small-button-small",
2903
- // Icon button - large (46x46)
2904
- iconLg: "p-[17px] rounded-[12px] size-[46px]",
2905
- // Icon button - medium (36x36)
2906
- icon: "p-spacing-12 rounded-[12px] size-[36px]",
2907
- // Icon button - small (29x29)
2908
- iconSm: "p-spacing-8 rounded-[10px] size-[29px]"
2944
+ // Large (46x46)
2945
+ lg: "rounded-[12px] size-[46px]",
2946
+ // Medium (36x36) - default
2947
+ default: "rounded-[12px] size-[36px]",
2948
+ // Small (29x29)
2949
+ sm: "rounded-[10px] size-[29px]"
2909
2950
  }
2910
2951
  },
2911
2952
  defaultVariants: {
@@ -2913,23 +2954,331 @@ const Wo = Xe(
2913
2954
  size: "default"
2914
2955
  }
2915
2956
  }
2916
- ), Fo = k.forwardRef(
2917
- ({ className: e, variant: r, size: o, asChild: t = !1, ...n }, s) => /* @__PURE__ */ se(
2918
- t ? $e : "button",
2957
+ ), Wr = g.forwardRef(
2958
+ ({ className: e, variant: t, size: r, asChild: o = !1, ...a }, n) => /* @__PURE__ */ b(
2959
+ o ? te : "button",
2960
+ {
2961
+ className: y(Fr({ variant: t, size: r, className: e })),
2962
+ ref: n,
2963
+ ...a
2964
+ }
2965
+ )
2966
+ );
2967
+ Wr.displayName = "IconButton";
2968
+ const $r = de("flex overflow-hidden rounded-[24px] bg-white", {
2969
+ variants: {
2970
+ layout: {
2971
+ vertical: "w-full flex-col",
2972
+ horizontal: "w-full flex-row"
2973
+ }
2974
+ },
2975
+ defaultVariants: {
2976
+ layout: "vertical"
2977
+ }
2978
+ }), Dr = g.forwardRef(
2979
+ ({ className: e, layout: t, ...r }, o) => /* @__PURE__ */ b(
2980
+ "div",
2981
+ {
2982
+ ref: o,
2983
+ className: y($r({ layout: t, className: e })),
2984
+ ...r
2985
+ }
2986
+ )
2987
+ );
2988
+ Dr.displayName = "Card";
2989
+ const Ur = g.forwardRef(
2990
+ ({ className: e, src: t, alt: r = "", ...o }, a) => /* @__PURE__ */ b(
2991
+ "div",
2992
+ {
2993
+ ref: a,
2994
+ className: y(
2995
+ "relative shrink-0 bg-gray-500",
2996
+ // Vertical: full width with aspect ratio
2997
+ "aspect-video w-full",
2998
+ // When in horizontal card (parent has flex-row), override
2999
+ "[.flex-row>&]:aspect-auto [.flex-row>&]:w-2/5 [.flex-row>&]:self-stretch",
3000
+ e
3001
+ ),
3002
+ ...o,
3003
+ children: t && /* @__PURE__ */ b(
3004
+ "img",
3005
+ {
3006
+ src: t,
3007
+ alt: r,
3008
+ className: "absolute inset-0 size-full object-cover"
3009
+ }
3010
+ )
3011
+ }
3012
+ )
3013
+ );
3014
+ Ur.displayName = "CardImage";
3015
+ const Zr = g.forwardRef(
3016
+ ({ className: e, ...t }, r) => /* @__PURE__ */ b(
3017
+ "div",
3018
+ {
3019
+ ref: r,
3020
+ className: y(
3021
+ "flex w-full flex-1 flex-col gap-spacing-24 p-spacing-24",
3022
+ e
3023
+ ),
3024
+ ...t
3025
+ }
3026
+ )
3027
+ );
3028
+ Zr.displayName = "CardContent";
3029
+ const Yr = g.forwardRef(
3030
+ ({ className: e, ...t }, r) => /* @__PURE__ */ b(
3031
+ "p",
3032
+ {
3033
+ ref: r,
3034
+ className: y(
3035
+ "typography-brand-large-caption-large text-gray-500",
3036
+ e
3037
+ ),
3038
+ ...t
3039
+ }
3040
+ )
3041
+ );
3042
+ Yr.displayName = "CardEyebrow";
3043
+ const Qr = g.forwardRef(
3044
+ ({ className: e, ...t }, r) => /* @__PURE__ */ b(
3045
+ "h3",
3046
+ {
3047
+ ref: r,
3048
+ className: y(
3049
+ "typography-brand-large-subheading-small text-gray-1100",
3050
+ e
3051
+ ),
3052
+ ...t
3053
+ }
3054
+ )
3055
+ );
3056
+ Qr.displayName = "CardTitle";
3057
+ const qr = g.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ b(
3058
+ "p",
3059
+ {
3060
+ ref: r,
3061
+ className: y(
3062
+ "typography-brand-large-body-small text-gray-800",
3063
+ e
3064
+ ),
3065
+ ...t
3066
+ }
3067
+ ));
3068
+ qr.displayName = "CardDescription";
3069
+ const Xr = g.forwardRef(
3070
+ ({ className: e, ...t }, r) => /* @__PURE__ */ b(
3071
+ "div",
3072
+ {
3073
+ ref: r,
3074
+ className: y("flex w-full flex-col gap-spacing-14", e),
3075
+ ...t
3076
+ }
3077
+ )
3078
+ );
3079
+ Xr.displayName = "CardBody";
3080
+ const Jr = g.forwardRef(
3081
+ ({ className: e, ...t }, r) => /* @__PURE__ */ b(
3082
+ "div",
3083
+ {
3084
+ ref: r,
3085
+ className: y("flex gap-spacing-11", e),
3086
+ ...t
3087
+ }
3088
+ )
3089
+ );
3090
+ Jr.displayName = "CardActions";
3091
+ const Kr = g.forwardRef(
3092
+ ({ className: e, title: t, ...r }, o) => /* @__PURE__ */ b(
3093
+ "section",
3094
+ {
3095
+ ref: o,
3096
+ className: y(
3097
+ "flex w-full items-end bg-gray-1000",
3098
+ // Mobile
3099
+ "h-[500px] p-spacing-20",
3100
+ // Tablet (768px+)
3101
+ "md:h-[650px] md:p-spacing-56",
3102
+ // Desktop (1440px+)
3103
+ "xl:h-[850px] xl:p-spacing-64",
3104
+ e
3105
+ ),
3106
+ ...r,
3107
+ children: /* @__PURE__ */ b("h1", { className: "typography-display-large text-gray-50", children: t })
3108
+ }
3109
+ )
3110
+ );
3111
+ Kr.displayName = "Hero";
3112
+ const et = g.forwardRef(
3113
+ ({ className: e, children: t, ...r }, o) => /* @__PURE__ */ b("nav", { ref: o, className: y("w-full bg-gray-50", e), ...r, children: /* @__PURE__ */ b(
3114
+ "div",
3115
+ {
3116
+ className: y(
3117
+ "flex w-full items-center justify-between",
3118
+ // Mobile
3119
+ "px-spacing-20 py-spacing-8",
3120
+ // Tablet
3121
+ "md:px-spacing-32 md:py-spacing-16",
3122
+ // Desktop
3123
+ "xl:px-spacing-32 xl:py-spacing-24"
3124
+ ),
3125
+ children: t
3126
+ }
3127
+ ) })
3128
+ );
3129
+ et.displayName = "Navbar";
3130
+ const rt = g.forwardRef(
3131
+ ({ className: e, asChild: t = !1, ...r }, o) => /* @__PURE__ */ b(t ? te : "div", { ref: o, className: y("shrink-0", e), ...r })
3132
+ );
3133
+ rt.displayName = "NavbarBrand";
3134
+ const tt = g.forwardRef(
3135
+ ({ className: e, ...t }, r) => /* @__PURE__ */ b(
3136
+ "div",
3137
+ {
3138
+ ref: r,
3139
+ className: y("hidden items-center gap-spacing-40 md:flex", e),
3140
+ ...t
3141
+ }
3142
+ )
3143
+ );
3144
+ tt.displayName = "NavbarLinks";
3145
+ const ot = g.forwardRef(
3146
+ ({ className: e, asChild: t = !1, active: r, ...o }, a) => /* @__PURE__ */ b(
3147
+ t ? te : "a",
3148
+ {
3149
+ ref: a,
3150
+ className: y(
3151
+ "typography-brand-medium-link-small text-gray-900 transition-colors hover:text-gray-700",
3152
+ r && "text-gray-1100",
3153
+ e
3154
+ ),
3155
+ ...o
3156
+ }
3157
+ )
3158
+ );
3159
+ ot.displayName = "NavbarLink";
3160
+ const at = g.forwardRef(
3161
+ ({ className: e, ...t }, r) => /* @__PURE__ */ b(
3162
+ "div",
3163
+ {
3164
+ ref: r,
3165
+ className: y("flex items-center gap-spacing-8", e),
3166
+ ...t
3167
+ }
3168
+ )
3169
+ );
3170
+ at.displayName = "NavbarActions";
3171
+ const nt = g.forwardRef(
3172
+ ({ className: e, children: t, ...r }, o) => /* @__PURE__ */ b(
3173
+ "div",
3174
+ {
3175
+ ref: o,
3176
+ className: y(
3177
+ "flex w-full max-w-[700px] flex-col overflow-hidden",
3178
+ // Responsive gap between sections
3179
+ "gap-spacing-56 md:gap-spacing-72 xl:gap-spacing-96",
3180
+ e
3181
+ ),
3182
+ ...r,
3183
+ children: t
3184
+ }
3185
+ )
3186
+ );
3187
+ nt.displayName = "Prose";
3188
+ const st = g.forwardRef(
3189
+ ({ className: e, heading: t, as: r = "h2", children: o, ...a }, n) => {
3190
+ const s = r, p = r === "h2" ? "typography-headline-medium" : "typography-headline-small";
3191
+ return /* @__PURE__ */ ce(
3192
+ "section",
3193
+ {
3194
+ ref: n,
3195
+ className: y(
3196
+ "flex w-full flex-col",
3197
+ // Responsive gap between heading and body
3198
+ "gap-spacing-24 md:gap-spacing-40",
3199
+ e
3200
+ ),
3201
+ ...a,
3202
+ children: [
3203
+ /* @__PURE__ */ b(s, { className: y(p, "text-gray-900"), children: t }),
3204
+ /* @__PURE__ */ b("div", { className: "typography-body-medium flex flex-col gap-[1em] text-gray-800 break-words", children: o })
3205
+ ]
3206
+ }
3207
+ );
3208
+ }
3209
+ );
3210
+ st.displayName = "ProseSection";
3211
+ const it = g.forwardRef(
3212
+ ({
3213
+ className: e,
3214
+ flagIcon: t,
3215
+ text: r = "An official website of the United States government",
3216
+ ...o
3217
+ }, a) => /* @__PURE__ */ b(
3218
+ "div",
2919
3219
  {
2920
- className: _o(
2921
- Wo({ variant: r, size: o, className: e }),
2922
- "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"
3220
+ ref: a,
3221
+ className: y(
3222
+ "flex w-full items-center justify-center bg-gray-50 py-spacing-12",
3223
+ e
2923
3224
  ),
2924
- ref: s,
2925
- ...n
3225
+ ...o,
3226
+ children: /* @__PURE__ */ ce("div", { className: "flex items-center gap-spacing-8 opacity-70", children: [
3227
+ t ?? /* @__PURE__ */ b(lt, {}),
3228
+ /* @__PURE__ */ b("p", { className: "text-[11px] leading-[13px] tracking-[0.17px] text-gray-900", children: r })
3229
+ ] })
2926
3230
  }
2927
3231
  )
2928
3232
  );
2929
- Fo.displayName = "Button";
3233
+ it.displayName = "USGovBanner";
3234
+ function lt() {
3235
+ return /* @__PURE__ */ ce(
3236
+ "svg",
3237
+ {
3238
+ width: "16",
3239
+ height: "12",
3240
+ viewBox: "0 0 16 12",
3241
+ fill: "none",
3242
+ xmlns: "http://www.w3.org/2000/svg",
3243
+ "aria-hidden": "true",
3244
+ children: [
3245
+ /* @__PURE__ */ b("path", { d: "M0 0H16V12H0V0Z", fill: "#212121", fillOpacity: "0.1" }),
3246
+ /* @__PURE__ */ b(
3247
+ "path",
3248
+ {
3249
+ d: "M0 0H16V0.923077H0V0ZM0 1.84615H16V2.76923H0V1.84615ZM0 3.69231H16V4.61538H0V3.69231ZM0 5.53846H16V6.46154H0V5.53846ZM0 7.38462H16V8.30769H0V7.38462ZM0 9.23077H16V10.1538H0V9.23077ZM0 11.0769H16V12H0V11.0769Z",
3250
+ fill: "#BF0A30",
3251
+ fillOpacity: "0.8"
3252
+ }
3253
+ ),
3254
+ /* @__PURE__ */ b("path", { d: "M0 0H8V6.46154H0V0Z", fill: "#002868", fillOpacity: "0.8" })
3255
+ ]
3256
+ }
3257
+ );
3258
+ }
2930
3259
  export {
2931
- Fo as Button,
2932
- Wo as buttonVariants,
2933
- _o as cn
3260
+ Hr as Button,
3261
+ Dr as Card,
3262
+ Jr as CardActions,
3263
+ Xr as CardBody,
3264
+ Zr as CardContent,
3265
+ qr as CardDescription,
3266
+ Yr as CardEyebrow,
3267
+ Ur as CardImage,
3268
+ Qr as CardTitle,
3269
+ Kr as Hero,
3270
+ Wr as IconButton,
3271
+ et as Navbar,
3272
+ at as NavbarActions,
3273
+ rt as NavbarBrand,
3274
+ ot as NavbarLink,
3275
+ tt as NavbarLinks,
3276
+ nt as Prose,
3277
+ st as ProseSection,
3278
+ it as USGovBanner,
3279
+ _r as buttonVariants,
3280
+ $r as cardVariants,
3281
+ y as cn,
3282
+ Fr as iconButtonVariants
2934
3283
  };
2935
3284
  //# sourceMappingURL=index.js.map