@desafio-design-system_/reflow-ui 0.1.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,124 +1,125 @@
1
- function xe(e) {
1
+ import { jsxs as be, jsx as H } from "react/jsx-runtime";
2
+ function ye(e) {
2
3
  var t, r, o = "";
3
4
  if (typeof e == "string" || typeof e == "number") o += e;
4
5
  else if (typeof e == "object") if (Array.isArray(e)) {
5
6
  var i = e.length;
6
- for (t = 0; t < i; t++) e[t] && (r = xe(e[t])) && (o && (o += " "), o += r);
7
+ for (t = 0; t < i; t++) e[t] && (r = ye(e[t])) && (o && (o += " "), o += r);
7
8
  } else for (r in e) e[r] && (o && (o += " "), o += r);
8
9
  return o;
9
10
  }
10
- function Ge() {
11
- for (var e, t, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (t = xe(e)) && (o && (o += " "), o += t);
11
+ function je() {
12
+ for (var e, t, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (t = ye(e)) && (o && (o += " "), o += t);
12
13
  return o;
13
14
  }
14
- const Te = (e, t) => {
15
+ const Oe = (e, t) => {
15
16
  const r = new Array(e.length + t.length);
16
17
  for (let o = 0; o < e.length; o++)
17
18
  r[o] = e[o];
18
19
  for (let o = 0; o < t.length; o++)
19
20
  r[e.length + o] = t[o];
20
21
  return r;
21
- }, Oe = (e, t) => ({
22
+ }, Le = (e, t) => ({
22
23
  classGroupId: e,
23
24
  validator: t
24
- }), we = (e = /* @__PURE__ */ new Map(), t = null, r) => ({
25
+ }), ve = (e = /* @__PURE__ */ new Map(), t = null, r) => ({
25
26
  nextPart: e,
26
27
  validators: t,
27
28
  classGroupId: r
28
- }), K = "-", ue = [], je = "arbitrary..", Le = (e) => {
29
- const t = Ne(e), {
29
+ }), Z = "-", ge = [], Ee = "arbitrary..", Ve = (e) => {
30
+ const t = _e(e), {
30
31
  conflictingClassGroups: r,
31
32
  conflictingClassGroupModifiers: o
32
33
  } = e;
33
34
  return {
34
35
  getClassGroupId: (a) => {
35
36
  if (a.startsWith("[") && a.endsWith("]"))
36
- return Ee(a);
37
- const u = a.split(K), c = u[0] === "" && u.length > 1 ? 1 : 0;
38
- return ke(u, c, t);
37
+ return Fe(a);
38
+ const u = a.split(Z), c = u[0] === "" && u.length > 1 ? 1 : 0;
39
+ return ze(u, c, t);
39
40
  },
40
41
  getConflictingClassGroupIds: (a, u) => {
41
42
  if (u) {
42
43
  const c = o[a], f = r[a];
43
- return c ? f ? Te(f, c) : c : f || ue;
44
+ return c ? f ? Oe(f, c) : c : f || ge;
44
45
  }
45
- return r[a] || ue;
46
+ return r[a] || ge;
46
47
  }
47
48
  };
48
- }, ke = (e, t, r) => {
49
+ }, ze = (e, t, r) => {
49
50
  if (e.length - t === 0)
50
51
  return r.classGroupId;
51
52
  const i = e[t], d = r.nextPart.get(i);
52
53
  if (d) {
53
- const f = ke(e, t + 1, d);
54
+ const f = ze(e, t + 1, d);
54
55
  if (f) return f;
55
56
  }
56
57
  const a = r.validators;
57
58
  if (a === null)
58
59
  return;
59
- const u = t === 0 ? e.join(K) : e.slice(t).join(K), c = a.length;
60
+ const u = t === 0 ? e.join(Z) : e.slice(t).join(Z), c = a.length;
60
61
  for (let f = 0; f < c; f++) {
61
62
  const h = a[f];
62
63
  if (h.validator(u))
63
64
  return h.classGroupId;
64
65
  }
65
- }, Ee = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
66
+ }, Fe = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
66
67
  const t = e.slice(1, -1), r = t.indexOf(":"), o = t.slice(0, r);
67
- return o ? je + o : void 0;
68
- })(), Ne = (e) => {
68
+ return o ? Ee + o : void 0;
69
+ })(), _e = (e) => {
69
70
  const {
70
71
  theme: t,
71
72
  classGroups: r
72
73
  } = e;
73
- return Ve(r, t);
74
- }, Ve = (e, t) => {
75
- const r = we();
74
+ return Be(r, t);
75
+ }, Be = (e, t) => {
76
+ const r = ve();
76
77
  for (const o in e) {
77
78
  const i = e[o];
78
- se(i, r, o, t);
79
+ ae(i, r, o, t);
79
80
  }
80
81
  return r;
81
- }, se = (e, t, r, o) => {
82
+ }, ae = (e, t, r, o) => {
82
83
  const i = e.length;
83
84
  for (let d = 0; d < i; d++) {
84
85
  const a = e[d];
85
- Fe(a, t, r, o);
86
+ We(a, t, r, o);
86
87
  }
87
- }, Fe = (e, t, r, o) => {
88
+ }, We = (e, t, r, o) => {
88
89
  if (typeof e == "string") {
89
- _e(e, t, r);
90
+ $e(e, t, r);
90
91
  return;
91
92
  }
92
93
  if (typeof e == "function") {
93
- We(e, t, r, o);
94
+ Ue(e, t, r, o);
94
95
  return;
95
96
  }
96
- Be(e, t, r, o);
97
- }, _e = (e, t, r) => {
98
- const o = e === "" ? t : ye(t, e);
97
+ De(e, t, r, o);
98
+ }, $e = (e, t, r) => {
99
+ const o = e === "" ? t : Ce(t, e);
99
100
  o.classGroupId = r;
100
- }, We = (e, t, r, o) => {
101
- if ($e(e)) {
102
- se(e(o), t, r, o);
101
+ }, Ue = (e, t, r, o) => {
102
+ if (Ye(e)) {
103
+ ae(e(o), t, r, o);
103
104
  return;
104
105
  }
105
- t.validators === null && (t.validators = []), t.validators.push(Oe(r, e));
106
- }, Be = (e, t, r, o) => {
106
+ t.validators === null && (t.validators = []), t.validators.push(Le(r, e));
107
+ }, De = (e, t, r, o) => {
107
108
  const i = Object.entries(e), d = i.length;
108
109
  for (let a = 0; a < d; a++) {
109
110
  const [u, c] = i[a];
110
- se(c, ye(t, u), r, o);
111
+ ae(c, Ce(t, u), r, o);
111
112
  }
112
- }, ye = (e, t) => {
113
+ }, Ce = (e, t) => {
113
114
  let r = e;
114
- const o = t.split(K), i = o.length;
115
+ const o = t.split(Z), i = o.length;
115
116
  for (let d = 0; d < i; d++) {
116
117
  const a = o[d];
117
118
  let u = r.nextPart.get(a);
118
- u || (u = we(), r.nextPart.set(a, u)), r = u;
119
+ u || (u = ve(), r.nextPart.set(a, u)), r = u;
119
120
  }
120
121
  return r;
121
- }, $e = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Ue = (e) => {
122
+ }, Ye = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, qe = (e) => {
122
123
  if (e < 1)
123
124
  return {
124
125
  get: () => {
@@ -142,13 +143,13 @@ const Te = (e, t) => {
142
143
  d in r ? r[d] = a : i(d, a);
143
144
  }
144
145
  };
145
- }, te = "!", fe = ":", De = [], be = (e, t, r, o, i) => ({
146
+ }, ne = "!", he = ":", Xe = [], xe = (e, t, r, o, i) => ({
146
147
  modifiers: e,
147
148
  hasImportantModifier: t,
148
149
  baseClassName: r,
149
150
  maybePostfixModifierPosition: o,
150
151
  isExternal: i
151
- }), Ye = (e) => {
152
+ }), Je = (e) => {
152
153
  const {
153
154
  prefix: t,
154
155
  experimentalParseClassName: r
@@ -160,7 +161,7 @@ const Te = (e, t) => {
160
161
  for (let v = 0; v < h; v++) {
161
162
  const w = i[v];
162
163
  if (a === 0 && u === 0) {
163
- if (w === fe) {
164
+ if (w === he) {
164
165
  d.push(i.slice(c, v)), c = v + 1;
165
166
  continue;
166
167
  }
@@ -173,19 +174,19 @@ const Te = (e, t) => {
173
174
  }
174
175
  const y = d.length === 0 ? i : i.slice(c);
175
176
  let z = y, I = !1;
176
- y.endsWith(te) ? (z = y.slice(0, -1), I = !0) : (
177
+ y.endsWith(ne) ? (z = y.slice(0, -1), I = !0) : (
177
178
  /**
178
179
  * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
179
180
  * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
180
181
  */
181
- y.startsWith(te) && (z = y.slice(1), I = !0)
182
+ y.startsWith(ne) && (z = y.slice(1), I = !0)
182
183
  );
183
184
  const M = f && f > c ? f - c : void 0;
184
- return be(d, I, z, M);
185
+ return xe(d, I, z, M);
185
186
  };
186
187
  if (t) {
187
- const i = t + fe, d = o;
188
- o = (a) => a.startsWith(i) ? d(a.slice(i.length)) : be(De, !1, a, void 0, !0);
188
+ const i = t + he, d = o;
189
+ o = (a) => a.startsWith(i) ? d(a.slice(i.length)) : xe(Xe, !1, a, void 0, !0);
189
190
  }
190
191
  if (r) {
191
192
  const i = o;
@@ -195,7 +196,7 @@ const Te = (e, t) => {
195
196
  });
196
197
  }
197
198
  return o;
198
- }, qe = (e) => {
199
+ }, He = (e) => {
199
200
  const t = /* @__PURE__ */ new Map();
200
201
  return e.orderSensitiveModifiers.forEach((r, o) => {
201
202
  t.set(r, 1e6 + o);
@@ -208,18 +209,18 @@ const Te = (e, t) => {
208
209
  }
209
210
  return i.length > 0 && (i.sort(), o.push(...i)), o;
210
211
  };
211
- }, Xe = (e) => ({
212
- cache: Ue(e.cacheSize),
213
- parseClassName: Ye(e),
214
- sortModifiers: qe(e),
215
- ...Le(e)
216
- }), Je = /\s+/, He = (e, t) => {
212
+ }, Ke = (e) => ({
213
+ cache: qe(e.cacheSize),
214
+ parseClassName: Je(e),
215
+ sortModifiers: He(e),
216
+ ...Ve(e)
217
+ }), Qe = /\s+/, Ze = (e, t) => {
217
218
  const {
218
219
  parseClassName: r,
219
220
  getClassGroupId: o,
220
221
  getConflictingClassGroupIds: i,
221
222
  sortModifiers: d
222
- } = t, a = [], u = e.trim().split(Je);
223
+ } = t, a = [], u = e.trim().split(Qe);
223
224
  let c = "";
224
225
  for (let f = u.length - 1; f >= 0; f -= 1) {
225
226
  const h = u[f], {
@@ -245,59 +246,59 @@ const Te = (e, t) => {
245
246
  }
246
247
  w = !1;
247
248
  }
248
- const $ = z.length === 0 ? "" : z.length === 1 ? z[0] : d(z).join(":"), _ = I ? $ + te : $, j = _ + P;
249
+ const U = z.length === 0 ? "" : z.length === 1 ? z[0] : d(z).join(":"), _ = I ? U + ne : U, j = _ + P;
249
250
  if (a.indexOf(j) > -1)
250
251
  continue;
251
252
  a.push(j);
252
- const L = i(P, w);
253
- for (let G = 0; G < L.length; ++G) {
254
- const W = L[G];
255
- a.push(_ + W);
253
+ const O = i(P, w);
254
+ for (let G = 0; G < O.length; ++G) {
255
+ const B = O[G];
256
+ a.push(_ + B);
256
257
  }
257
258
  c = h + (c.length > 0 ? " " + c : c);
258
259
  }
259
260
  return c;
260
- }, Ke = (...e) => {
261
+ }, eo = (...e) => {
261
262
  let t = 0, r, o, i = "";
262
263
  for (; t < e.length; )
263
- (r = e[t++]) && (o = ve(r)) && (i && (i += " "), i += o);
264
+ (r = e[t++]) && (o = Ae(r)) && (i && (i += " "), i += o);
264
265
  return i;
265
- }, ve = (e) => {
266
+ }, Ae = (e) => {
266
267
  if (typeof e == "string")
267
268
  return e;
268
269
  let t, r = "";
269
270
  for (let o = 0; o < e.length; o++)
270
- e[o] && (t = ve(e[o])) && (r && (r += " "), r += t);
271
+ e[o] && (t = Ae(e[o])) && (r && (r += " "), r += t);
271
272
  return r;
272
- }, Qe = (e, ...t) => {
273
+ }, oo = (e, ...t) => {
273
274
  let r, o, i, d;
274
275
  const a = (c) => {
275
276
  const f = t.reduce((h, y) => y(h), e());
276
- return r = Xe(f), o = r.cache.get, i = r.cache.set, d = u, u(c);
277
+ return r = Ke(f), o = r.cache.get, i = r.cache.set, d = u, u(c);
277
278
  }, u = (c) => {
278
279
  const f = o(c);
279
280
  if (f)
280
281
  return f;
281
- const h = He(c, r);
282
+ const h = Ze(c, r);
282
283
  return i(c, h), h;
283
284
  };
284
- return d = a, (...c) => d(Ke(...c));
285
- }, Ze = [], b = (e) => {
286
- const t = (r) => r[e] || Ze;
285
+ return d = a, (...c) => d(eo(...c));
286
+ }, ro = [], b = (e) => {
287
+ const t = (r) => r[e] || ro;
287
288
  return t.isThemeGetter = !0, t;
288
- }, ze = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ce = /^\((?:(\w[\w-]*):)?(.+)\)$/i, eo = /^\d+\/\d+$/, oo = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ro = /\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$/, to = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, so = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, no = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => eo.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), R = (e) => !!e && Number.isInteger(Number(e)), oe = (e) => e.endsWith("%") && p(e.slice(0, -1)), S = (e) => oo.test(e), ao = () => !0, io = (e) => (
289
+ }, Se = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Re = /^\((?:(\w[\w-]*):)?(.+)\)$/i, to = /^\d+\/\d+$/, so = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, no = /\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$/, ao = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, io = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, lo = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, E = (e) => to.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), R = (e) => !!e && Number.isInteger(Number(e)), te = (e) => e.endsWith("%") && p(e.slice(0, -1)), S = (e) => so.test(e), co = () => !0, mo = (e) => (
289
290
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
290
291
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
291
292
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
292
- ro.test(e) && !to.test(e)
293
- ), Ae = () => !1, lo = (e) => so.test(e), co = (e) => no.test(e), mo = (e) => !s(e) && !n(e), po = (e) => V(e, Ie, Ae), s = (e) => ze.test(e), O = (e) => V(e, Me, io), re = (e) => V(e, ho, p), ge = (e) => V(e, Se, Ae), uo = (e) => V(e, Re, co), J = (e) => V(e, Pe, lo), n = (e) => Ce.test(e), B = (e) => F(e, Me), fo = (e) => F(e, xo), he = (e) => F(e, Se), bo = (e) => F(e, Ie), go = (e) => F(e, Re), H = (e) => F(e, Pe, !0), V = (e, t, r) => {
294
- const o = ze.exec(e);
293
+ no.test(e) && !ao.test(e)
294
+ ), Ie = () => !1, po = (e) => io.test(e), uo = (e) => lo.test(e), fo = (e) => !s(e) && !n(e), bo = (e) => V(e, Ge, Ie), s = (e) => Se.test(e), N = (e) => V(e, Te, mo), se = (e) => V(e, ko, p), we = (e) => V(e, Me, Ie), go = (e) => V(e, Pe, uo), K = (e) => V(e, Ne, po), n = (e) => Re.test(e), W = (e) => F(e, Te), ho = (e) => F(e, yo), ke = (e) => F(e, Me), xo = (e) => F(e, Ge), wo = (e) => F(e, Pe), Q = (e) => F(e, Ne, !0), V = (e, t, r) => {
295
+ const o = Se.exec(e);
295
296
  return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
296
297
  }, F = (e, t, r = !1) => {
297
- const o = Ce.exec(e);
298
+ const o = Re.exec(e);
298
299
  return o ? o[1] ? t(o[1]) : r : !1;
299
- }, Se = (e) => e === "position" || e === "percentage", Re = (e) => e === "image" || e === "url", Ie = (e) => e === "length" || e === "size" || e === "bg-size", Me = (e) => e === "length", ho = (e) => e === "number", xo = (e) => e === "family-name", Pe = (e) => e === "shadow", wo = () => {
300
- const e = b("color"), t = b("font"), r = b("text"), o = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), f = b("radius"), h = b("shadow"), y = b("inset-shadow"), z = b("text-shadow"), I = b("drop-shadow"), M = b("blur"), v = b("perspective"), w = b("aspect"), P = b("ease"), $ = b("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [
300
+ }, Me = (e) => e === "position" || e === "percentage", Pe = (e) => e === "image" || e === "url", Ge = (e) => e === "length" || e === "size" || e === "bg-size", Te = (e) => e === "length", ko = (e) => e === "number", yo = (e) => e === "family-name", Ne = (e) => e === "shadow", vo = () => {
301
+ const e = b("color"), t = b("font"), r = b("text"), o = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), f = b("radius"), h = b("shadow"), y = b("inset-shadow"), z = b("text-shadow"), I = b("drop-shadow"), M = b("blur"), v = b("perspective"), w = b("aspect"), P = b("ease"), U = b("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [
301
302
  "center",
302
303
  "top",
303
304
  "bottom",
@@ -315,15 +316,15 @@ const Te = (e, t) => {
315
316
  "bottom-left",
316
317
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
317
318
  "left-bottom"
318
- ], L = () => [...j(), n, s], G = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], m = () => [n, s, c], C = () => [N, "full", "auto", ...m()], ne = () => [R, "none", "subgrid", n, s], ae = () => ["auto", {
319
+ ], O = () => [...j(), n, s], G = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], m = () => [n, s, c], C = () => [E, "full", "auto", ...m()], ie = () => [R, "none", "subgrid", n, s], le = () => ["auto", {
319
320
  span: ["full", R, n, s]
320
- }, R, n, s], U = () => [R, "auto", n, s], ie = () => ["auto", "min", "max", "fr", n, s], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], E = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...m()], T = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, n, s], le = () => [...j(), he, ge, {
321
+ }, R, n, s], D = () => [R, "auto", n, s], ce = () => ["auto", "min", "max", "fr", n, s], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...m()], T = () => [E, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, n, s], de = () => [...j(), ke, we, {
321
322
  position: [n, s]
322
- }], ce = () => ["no-repeat", {
323
+ }], me = () => ["no-repeat", {
323
324
  repeat: ["", "x", "y", "space", "round"]
324
- }], de = () => ["auto", "cover", "contain", bo, po, {
325
+ }], pe = () => ["auto", "cover", "contain", xo, bo, {
325
326
  size: [n, s]
326
- }], Z = () => [oe, B, O], x = () => [
327
+ }], oe = () => [te, W, N], x = () => [
327
328
  // Deprecated since Tailwind CSS v4.0.0
328
329
  "",
329
330
  "none",
@@ -331,14 +332,14 @@ const Te = (e, t) => {
331
332
  f,
332
333
  n,
333
334
  s
334
- ], k = () => ["", p, B, O], D = () => ["solid", "dashed", "dotted", "double"], me = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, oe, he, ge], pe = () => [
335
+ ], k = () => ["", p, W, N], Y = () => ["solid", "dashed", "dotted", "double"], ue = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, te, ke, we], fe = () => [
335
336
  // Deprecated since Tailwind CSS v4.0.0
336
337
  "",
337
338
  "none",
338
339
  M,
339
340
  n,
340
341
  s
341
- ], Y = () => ["none", p, n, s], q = () => ["none", p, n, s], ee = () => [p, n, s], X = () => [N, "full", ...m()];
342
+ ], q = () => ["none", p, n, s], X = () => ["none", p, n, s], re = () => [p, n, s], J = () => [E, "full", ...m()];
342
343
  return {
343
344
  cacheSize: 500,
344
345
  theme: {
@@ -346,11 +347,11 @@ const Te = (e, t) => {
346
347
  aspect: ["video"],
347
348
  blur: [S],
348
349
  breakpoint: [S],
349
- color: [ao],
350
+ color: [co],
350
351
  container: [S],
351
352
  "drop-shadow": [S],
352
353
  ease: ["in", "out", "in-out"],
353
- font: [mo],
354
+ font: [fo],
354
355
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
355
356
  "inset-shadow": [S],
356
357
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
@@ -371,7 +372,7 @@ const Te = (e, t) => {
371
372
  * @see https://tailwindcss.com/docs/aspect-ratio
372
373
  */
373
374
  aspect: [{
374
- aspect: ["auto", "square", N, s, n, w]
375
+ aspect: ["auto", "square", E, s, n, w]
375
376
  }],
376
377
  /**
377
378
  * Container
@@ -462,7 +463,7 @@ const Te = (e, t) => {
462
463
  * @see https://tailwindcss.com/docs/object-position
463
464
  */
464
465
  "object-position": [{
465
- object: L()
466
+ object: O()
466
467
  }],
467
468
  /**
468
469
  * Overflow
@@ -490,21 +491,21 @@ const Te = (e, t) => {
490
491
  * @see https://tailwindcss.com/docs/overscroll-behavior
491
492
  */
492
493
  overscroll: [{
493
- overscroll: W()
494
+ overscroll: B()
494
495
  }],
495
496
  /**
496
497
  * Overscroll Behavior X
497
498
  * @see https://tailwindcss.com/docs/overscroll-behavior
498
499
  */
499
500
  "overscroll-x": [{
500
- "overscroll-x": W()
501
+ "overscroll-x": B()
501
502
  }],
502
503
  /**
503
504
  * Overscroll Behavior Y
504
505
  * @see https://tailwindcss.com/docs/overscroll-behavior
505
506
  */
506
507
  "overscroll-y": [{
507
- "overscroll-y": W()
508
+ "overscroll-y": B()
508
509
  }],
509
510
  /**
510
511
  * Position
@@ -594,7 +595,7 @@ const Te = (e, t) => {
594
595
  * @see https://tailwindcss.com/docs/flex-basis
595
596
  */
596
597
  basis: [{
597
- basis: [N, "full", "auto", u, ...m()]
598
+ basis: [E, "full", "auto", u, ...m()]
598
599
  }],
599
600
  /**
600
601
  * Flex Direction
@@ -615,7 +616,7 @@ const Te = (e, t) => {
615
616
  * @see https://tailwindcss.com/docs/flex
616
617
  */
617
618
  flex: [{
618
- flex: [p, N, "auto", "initial", "none", s]
619
+ flex: [p, E, "auto", "initial", "none", s]
619
620
  }],
620
621
  /**
621
622
  * Flex Grow
@@ -643,56 +644,56 @@ const Te = (e, t) => {
643
644
  * @see https://tailwindcss.com/docs/grid-template-columns
644
645
  */
645
646
  "grid-cols": [{
646
- "grid-cols": ne()
647
+ "grid-cols": ie()
647
648
  }],
648
649
  /**
649
650
  * Grid Column Start / End
650
651
  * @see https://tailwindcss.com/docs/grid-column
651
652
  */
652
653
  "col-start-end": [{
653
- col: ae()
654
+ col: le()
654
655
  }],
655
656
  /**
656
657
  * Grid Column Start
657
658
  * @see https://tailwindcss.com/docs/grid-column
658
659
  */
659
660
  "col-start": [{
660
- "col-start": U()
661
+ "col-start": D()
661
662
  }],
662
663
  /**
663
664
  * Grid Column End
664
665
  * @see https://tailwindcss.com/docs/grid-column
665
666
  */
666
667
  "col-end": [{
667
- "col-end": U()
668
+ "col-end": D()
668
669
  }],
669
670
  /**
670
671
  * Grid Template Rows
671
672
  * @see https://tailwindcss.com/docs/grid-template-rows
672
673
  */
673
674
  "grid-rows": [{
674
- "grid-rows": ne()
675
+ "grid-rows": ie()
675
676
  }],
676
677
  /**
677
678
  * Grid Row Start / End
678
679
  * @see https://tailwindcss.com/docs/grid-row
679
680
  */
680
681
  "row-start-end": [{
681
- row: ae()
682
+ row: le()
682
683
  }],
683
684
  /**
684
685
  * Grid Row Start
685
686
  * @see https://tailwindcss.com/docs/grid-row
686
687
  */
687
688
  "row-start": [{
688
- "row-start": U()
689
+ "row-start": D()
689
690
  }],
690
691
  /**
691
692
  * Grid Row End
692
693
  * @see https://tailwindcss.com/docs/grid-row
693
694
  */
694
695
  "row-end": [{
695
- "row-end": U()
696
+ "row-end": D()
696
697
  }],
697
698
  /**
698
699
  * Grid Auto Flow
@@ -706,14 +707,14 @@ const Te = (e, t) => {
706
707
  * @see https://tailwindcss.com/docs/grid-auto-columns
707
708
  */
708
709
  "auto-cols": [{
709
- "auto-cols": ie()
710
+ "auto-cols": ce()
710
711
  }],
711
712
  /**
712
713
  * Grid Auto Rows
713
714
  * @see https://tailwindcss.com/docs/grid-auto-rows
714
715
  */
715
716
  "auto-rows": [{
716
- "auto-rows": ie()
717
+ "auto-rows": ce()
717
718
  }],
718
719
  /**
719
720
  * Gap
@@ -741,35 +742,35 @@ const Te = (e, t) => {
741
742
  * @see https://tailwindcss.com/docs/justify-content
742
743
  */
743
744
  "justify-content": [{
744
- justify: [...Q(), "normal"]
745
+ justify: [...ee(), "normal"]
745
746
  }],
746
747
  /**
747
748
  * Justify Items
748
749
  * @see https://tailwindcss.com/docs/justify-items
749
750
  */
750
751
  "justify-items": [{
751
- "justify-items": [...E(), "normal"]
752
+ "justify-items": [...L(), "normal"]
752
753
  }],
753
754
  /**
754
755
  * Justify Self
755
756
  * @see https://tailwindcss.com/docs/justify-self
756
757
  */
757
758
  "justify-self": [{
758
- "justify-self": ["auto", ...E()]
759
+ "justify-self": ["auto", ...L()]
759
760
  }],
760
761
  /**
761
762
  * Align Content
762
763
  * @see https://tailwindcss.com/docs/align-content
763
764
  */
764
765
  "align-content": [{
765
- content: ["normal", ...Q()]
766
+ content: ["normal", ...ee()]
766
767
  }],
767
768
  /**
768
769
  * Align Items
769
770
  * @see https://tailwindcss.com/docs/align-items
770
771
  */
771
772
  "align-items": [{
772
- items: [...E(), {
773
+ items: [...L(), {
773
774
  baseline: ["", "last"]
774
775
  }]
775
776
  }],
@@ -778,7 +779,7 @@ const Te = (e, t) => {
778
779
  * @see https://tailwindcss.com/docs/align-self
779
780
  */
780
781
  "align-self": [{
781
- self: ["auto", ...E(), {
782
+ self: ["auto", ...L(), {
782
783
  baseline: ["", "last"]
783
784
  }]
784
785
  }],
@@ -787,21 +788,21 @@ const Te = (e, t) => {
787
788
  * @see https://tailwindcss.com/docs/place-content
788
789
  */
789
790
  "place-content": [{
790
- "place-content": Q()
791
+ "place-content": ee()
791
792
  }],
792
793
  /**
793
794
  * Place Items
794
795
  * @see https://tailwindcss.com/docs/place-items
795
796
  */
796
797
  "place-items": [{
797
- "place-items": [...E(), "baseline"]
798
+ "place-items": [...L(), "baseline"]
798
799
  }],
799
800
  /**
800
801
  * Place Self
801
802
  * @see https://tailwindcss.com/docs/place-self
802
803
  */
803
804
  "place-self": [{
804
- "place-self": ["auto", ...E()]
805
+ "place-self": ["auto", ...L()]
805
806
  }],
806
807
  // Spacing
807
808
  /**
@@ -1031,7 +1032,7 @@ const Te = (e, t) => {
1031
1032
  * @see https://tailwindcss.com/docs/font-size
1032
1033
  */
1033
1034
  "font-size": [{
1034
- text: ["base", r, B, O]
1035
+ text: ["base", r, W, N]
1035
1036
  }],
1036
1037
  /**
1037
1038
  * Font Smoothing
@@ -1048,21 +1049,21 @@ const Te = (e, t) => {
1048
1049
  * @see https://tailwindcss.com/docs/font-weight
1049
1050
  */
1050
1051
  "font-weight": [{
1051
- font: [o, n, re]
1052
+ font: [o, n, se]
1052
1053
  }],
1053
1054
  /**
1054
1055
  * Font Stretch
1055
1056
  * @see https://tailwindcss.com/docs/font-stretch
1056
1057
  */
1057
1058
  "font-stretch": [{
1058
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", oe, s]
1059
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", te, s]
1059
1060
  }],
1060
1061
  /**
1061
1062
  * Font Family
1062
1063
  * @see https://tailwindcss.com/docs/font-family
1063
1064
  */
1064
1065
  "font-family": [{
1065
- font: [fo, s, t]
1066
+ font: [ho, s, t]
1066
1067
  }],
1067
1068
  /**
1068
1069
  * Font Variant Numeric
@@ -1106,7 +1107,7 @@ const Te = (e, t) => {
1106
1107
  * @see https://tailwindcss.com/docs/line-clamp
1107
1108
  */
1108
1109
  "line-clamp": [{
1109
- "line-clamp": [p, "none", n, re]
1110
+ "line-clamp": [p, "none", n, se]
1110
1111
  }],
1111
1112
  /**
1112
1113
  * Line Height
@@ -1172,14 +1173,14 @@ const Te = (e, t) => {
1172
1173
  * @see https://tailwindcss.com/docs/text-decoration-style
1173
1174
  */
1174
1175
  "text-decoration-style": [{
1175
- decoration: [...D(), "wavy"]
1176
+ decoration: [...Y(), "wavy"]
1176
1177
  }],
1177
1178
  /**
1178
1179
  * Text Decoration Thickness
1179
1180
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1180
1181
  */
1181
1182
  "text-decoration-thickness": [{
1182
- decoration: [p, "from-font", "auto", n, O]
1183
+ decoration: [p, "from-font", "auto", n, N]
1183
1184
  }],
1184
1185
  /**
1185
1186
  * Text Decoration Color
@@ -1290,21 +1291,21 @@ const Te = (e, t) => {
1290
1291
  * @see https://tailwindcss.com/docs/background-position
1291
1292
  */
1292
1293
  "bg-position": [{
1293
- bg: le()
1294
+ bg: de()
1294
1295
  }],
1295
1296
  /**
1296
1297
  * Background Repeat
1297
1298
  * @see https://tailwindcss.com/docs/background-repeat
1298
1299
  */
1299
1300
  "bg-repeat": [{
1300
- bg: ce()
1301
+ bg: me()
1301
1302
  }],
1302
1303
  /**
1303
1304
  * Background Size
1304
1305
  * @see https://tailwindcss.com/docs/background-size
1305
1306
  */
1306
1307
  "bg-size": [{
1307
- bg: de()
1308
+ bg: pe()
1308
1309
  }],
1309
1310
  /**
1310
1311
  * Background Image
@@ -1317,7 +1318,7 @@ const Te = (e, t) => {
1317
1318
  }, R, n, s],
1318
1319
  radial: ["", n, s],
1319
1320
  conic: [R, n, s]
1320
- }, go, uo]
1321
+ }, wo, go]
1321
1322
  }],
1322
1323
  /**
1323
1324
  * Background Color
@@ -1331,21 +1332,21 @@ const Te = (e, t) => {
1331
1332
  * @see https://tailwindcss.com/docs/gradient-color-stops
1332
1333
  */
1333
1334
  "gradient-from-pos": [{
1334
- from: Z()
1335
+ from: oe()
1335
1336
  }],
1336
1337
  /**
1337
1338
  * Gradient Color Stops Via Position
1338
1339
  * @see https://tailwindcss.com/docs/gradient-color-stops
1339
1340
  */
1340
1341
  "gradient-via-pos": [{
1341
- via: Z()
1342
+ via: oe()
1342
1343
  }],
1343
1344
  /**
1344
1345
  * Gradient Color Stops To Position
1345
1346
  * @see https://tailwindcss.com/docs/gradient-color-stops
1346
1347
  */
1347
1348
  "gradient-to-pos": [{
1348
- to: Z()
1349
+ to: oe()
1349
1350
  }],
1350
1351
  /**
1351
1352
  * Gradient Color Stops From
@@ -1568,14 +1569,14 @@ const Te = (e, t) => {
1568
1569
  * @see https://tailwindcss.com/docs/border-style
1569
1570
  */
1570
1571
  "border-style": [{
1571
- border: [...D(), "hidden", "none"]
1572
+ border: [...Y(), "hidden", "none"]
1572
1573
  }],
1573
1574
  /**
1574
1575
  * Divide Style
1575
1576
  * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1576
1577
  */
1577
1578
  "divide-style": [{
1578
- divide: [...D(), "hidden", "none"]
1579
+ divide: [...Y(), "hidden", "none"]
1579
1580
  }],
1580
1581
  /**
1581
1582
  * Border Color
@@ -1652,7 +1653,7 @@ const Te = (e, t) => {
1652
1653
  * @see https://tailwindcss.com/docs/outline-style
1653
1654
  */
1654
1655
  "outline-style": [{
1655
- outline: [...D(), "none", "hidden"]
1656
+ outline: [...Y(), "none", "hidden"]
1656
1657
  }],
1657
1658
  /**
1658
1659
  * Outline Offset
@@ -1666,7 +1667,7 @@ const Te = (e, t) => {
1666
1667
  * @see https://tailwindcss.com/docs/outline-width
1667
1668
  */
1668
1669
  "outline-w": [{
1669
- outline: ["", p, B, O]
1670
+ outline: ["", p, W, N]
1670
1671
  }],
1671
1672
  /**
1672
1673
  * Outline Color
@@ -1688,8 +1689,8 @@ const Te = (e, t) => {
1688
1689
  "",
1689
1690
  "none",
1690
1691
  h,
1691
- H,
1692
- J
1692
+ Q,
1693
+ K
1693
1694
  ]
1694
1695
  }],
1695
1696
  /**
@@ -1704,7 +1705,7 @@ const Te = (e, t) => {
1704
1705
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1705
1706
  */
1706
1707
  "inset-shadow": [{
1707
- "inset-shadow": ["none", y, H, J]
1708
+ "inset-shadow": ["none", y, Q, K]
1708
1709
  }],
1709
1710
  /**
1710
1711
  * Inset Box Shadow Color
@@ -1741,7 +1742,7 @@ const Te = (e, t) => {
1741
1742
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1742
1743
  */
1743
1744
  "ring-offset-w": [{
1744
- "ring-offset": [p, O]
1745
+ "ring-offset": [p, N]
1745
1746
  }],
1746
1747
  /**
1747
1748
  * Ring Offset Color
@@ -1771,7 +1772,7 @@ const Te = (e, t) => {
1771
1772
  * @see https://tailwindcss.com/docs/text-shadow
1772
1773
  */
1773
1774
  "text-shadow": [{
1774
- "text-shadow": ["none", z, H, J]
1775
+ "text-shadow": ["none", z, Q, K]
1775
1776
  }],
1776
1777
  /**
1777
1778
  * Text Shadow Color
@@ -1792,14 +1793,14 @@ const Te = (e, t) => {
1792
1793
  * @see https://tailwindcss.com/docs/mix-blend-mode
1793
1794
  */
1794
1795
  "mix-blend": [{
1795
- "mix-blend": [...me(), "plus-darker", "plus-lighter"]
1796
+ "mix-blend": [...ue(), "plus-darker", "plus-lighter"]
1796
1797
  }],
1797
1798
  /**
1798
1799
  * Background Blend Mode
1799
1800
  * @see https://tailwindcss.com/docs/background-blend-mode
1800
1801
  */
1801
1802
  "bg-blend": [{
1802
- "bg-blend": me()
1803
+ "bg-blend": ue()
1803
1804
  }],
1804
1805
  /**
1805
1806
  * Mask Clip
@@ -1967,21 +1968,21 @@ const Te = (e, t) => {
1967
1968
  * @see https://tailwindcss.com/docs/mask-position
1968
1969
  */
1969
1970
  "mask-position": [{
1970
- mask: le()
1971
+ mask: de()
1971
1972
  }],
1972
1973
  /**
1973
1974
  * Mask Repeat
1974
1975
  * @see https://tailwindcss.com/docs/mask-repeat
1975
1976
  */
1976
1977
  "mask-repeat": [{
1977
- mask: ce()
1978
+ mask: me()
1978
1979
  }],
1979
1980
  /**
1980
1981
  * Mask Size
1981
1982
  * @see https://tailwindcss.com/docs/mask-size
1982
1983
  */
1983
1984
  "mask-size": [{
1984
- mask: de()
1985
+ mask: pe()
1985
1986
  }],
1986
1987
  /**
1987
1988
  * Mask Type
@@ -2018,7 +2019,7 @@ const Te = (e, t) => {
2018
2019
  * @see https://tailwindcss.com/docs/blur
2019
2020
  */
2020
2021
  blur: [{
2021
- blur: pe()
2022
+ blur: fe()
2022
2023
  }],
2023
2024
  /**
2024
2025
  * Brightness
@@ -2044,8 +2045,8 @@ const Te = (e, t) => {
2044
2045
  "",
2045
2046
  "none",
2046
2047
  I,
2047
- H,
2048
- J
2048
+ Q,
2049
+ K
2049
2050
  ]
2050
2051
  }],
2051
2052
  /**
@@ -2108,7 +2109,7 @@ const Te = (e, t) => {
2108
2109
  * @see https://tailwindcss.com/docs/backdrop-blur
2109
2110
  */
2110
2111
  "backdrop-blur": [{
2111
- "backdrop-blur": pe()
2112
+ "backdrop-blur": fe()
2112
2113
  }],
2113
2114
  /**
2114
2115
  * Backdrop Brightness
@@ -2254,7 +2255,7 @@ const Te = (e, t) => {
2254
2255
  * @see https://tailwindcss.com/docs/animation
2255
2256
  */
2256
2257
  animate: [{
2257
- animate: ["none", $, n, s]
2258
+ animate: ["none", U, n, s]
2258
2259
  }],
2259
2260
  // ------------------
2260
2261
  // --- Transforms ---
@@ -2278,63 +2279,63 @@ const Te = (e, t) => {
2278
2279
  * @see https://tailwindcss.com/docs/perspective-origin
2279
2280
  */
2280
2281
  "perspective-origin": [{
2281
- "perspective-origin": L()
2282
+ "perspective-origin": O()
2282
2283
  }],
2283
2284
  /**
2284
2285
  * Rotate
2285
2286
  * @see https://tailwindcss.com/docs/rotate
2286
2287
  */
2287
2288
  rotate: [{
2288
- rotate: Y()
2289
+ rotate: q()
2289
2290
  }],
2290
2291
  /**
2291
2292
  * Rotate X
2292
2293
  * @see https://tailwindcss.com/docs/rotate
2293
2294
  */
2294
2295
  "rotate-x": [{
2295
- "rotate-x": Y()
2296
+ "rotate-x": q()
2296
2297
  }],
2297
2298
  /**
2298
2299
  * Rotate Y
2299
2300
  * @see https://tailwindcss.com/docs/rotate
2300
2301
  */
2301
2302
  "rotate-y": [{
2302
- "rotate-y": Y()
2303
+ "rotate-y": q()
2303
2304
  }],
2304
2305
  /**
2305
2306
  * Rotate Z
2306
2307
  * @see https://tailwindcss.com/docs/rotate
2307
2308
  */
2308
2309
  "rotate-z": [{
2309
- "rotate-z": Y()
2310
+ "rotate-z": q()
2310
2311
  }],
2311
2312
  /**
2312
2313
  * Scale
2313
2314
  * @see https://tailwindcss.com/docs/scale
2314
2315
  */
2315
2316
  scale: [{
2316
- scale: q()
2317
+ scale: X()
2317
2318
  }],
2318
2319
  /**
2319
2320
  * Scale X
2320
2321
  * @see https://tailwindcss.com/docs/scale
2321
2322
  */
2322
2323
  "scale-x": [{
2323
- "scale-x": q()
2324
+ "scale-x": X()
2324
2325
  }],
2325
2326
  /**
2326
2327
  * Scale Y
2327
2328
  * @see https://tailwindcss.com/docs/scale
2328
2329
  */
2329
2330
  "scale-y": [{
2330
- "scale-y": q()
2331
+ "scale-y": X()
2331
2332
  }],
2332
2333
  /**
2333
2334
  * Scale Z
2334
2335
  * @see https://tailwindcss.com/docs/scale
2335
2336
  */
2336
2337
  "scale-z": [{
2337
- "scale-z": q()
2338
+ "scale-z": X()
2338
2339
  }],
2339
2340
  /**
2340
2341
  * Scale 3D
@@ -2346,21 +2347,21 @@ const Te = (e, t) => {
2346
2347
  * @see https://tailwindcss.com/docs/skew
2347
2348
  */
2348
2349
  skew: [{
2349
- skew: ee()
2350
+ skew: re()
2350
2351
  }],
2351
2352
  /**
2352
2353
  * Skew X
2353
2354
  * @see https://tailwindcss.com/docs/skew
2354
2355
  */
2355
2356
  "skew-x": [{
2356
- "skew-x": ee()
2357
+ "skew-x": re()
2357
2358
  }],
2358
2359
  /**
2359
2360
  * Skew Y
2360
2361
  * @see https://tailwindcss.com/docs/skew
2361
2362
  */
2362
2363
  "skew-y": [{
2363
- "skew-y": ee()
2364
+ "skew-y": re()
2364
2365
  }],
2365
2366
  /**
2366
2367
  * Transform
@@ -2374,7 +2375,7 @@ const Te = (e, t) => {
2374
2375
  * @see https://tailwindcss.com/docs/transform-origin
2375
2376
  */
2376
2377
  "transform-origin": [{
2377
- origin: L()
2378
+ origin: O()
2378
2379
  }],
2379
2380
  /**
2380
2381
  * Transform Style
@@ -2388,28 +2389,28 @@ const Te = (e, t) => {
2388
2389
  * @see https://tailwindcss.com/docs/translate
2389
2390
  */
2390
2391
  translate: [{
2391
- translate: X()
2392
+ translate: J()
2392
2393
  }],
2393
2394
  /**
2394
2395
  * Translate X
2395
2396
  * @see https://tailwindcss.com/docs/translate
2396
2397
  */
2397
2398
  "translate-x": [{
2398
- "translate-x": X()
2399
+ "translate-x": J()
2399
2400
  }],
2400
2401
  /**
2401
2402
  * Translate Y
2402
2403
  * @see https://tailwindcss.com/docs/translate
2403
2404
  */
2404
2405
  "translate-y": [{
2405
- "translate-y": X()
2406
+ "translate-y": J()
2406
2407
  }],
2407
2408
  /**
2408
2409
  * Translate Z
2409
2410
  * @see https://tailwindcss.com/docs/translate
2410
2411
  */
2411
2412
  "translate-z": [{
2412
- "translate-z": X()
2413
+ "translate-z": J()
2413
2414
  }],
2414
2415
  /**
2415
2416
  * Translate None
@@ -2691,7 +2692,7 @@ const Te = (e, t) => {
2691
2692
  * @see https://tailwindcss.com/docs/stroke-width
2692
2693
  */
2693
2694
  "stroke-w": [{
2694
- stroke: [p, B, O, re]
2695
+ stroke: [p, W, N, se]
2695
2696
  }],
2696
2697
  /**
2697
2698
  * Stroke
@@ -2766,11 +2767,26 @@ const Te = (e, t) => {
2766
2767
  },
2767
2768
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2768
2769
  };
2769
- }, ko = /* @__PURE__ */ Qe(wo);
2770
- function yo(...e) {
2771
- return ko(Ge(e));
2770
+ }, $ = /* @__PURE__ */ oo(vo);
2771
+ function Co(...e) {
2772
+ return $(je(e));
2773
+ }
2774
+ function Ao({ title: e, description: t, icon: r, className: o, button: i, textarea: d, ...a }) {
2775
+ const u = {
2776
+ md: "font-medium text-sm font-inter",
2777
+ lg: "font-extrabold text-3xl leading-relaxed text-typography-title"
2778
+ };
2779
+ return /* @__PURE__ */ be("div", { className: "flex flex-row", children: [
2780
+ r && /* @__PURE__ */ H("div", { className: $("p-3 text-primary-base", o), children: r }),
2781
+ /* @__PURE__ */ be("div", { className: "flex flex-col", children: [
2782
+ e && /* @__PURE__ */ H("h2", { className: $(u.lg), children: e }),
2783
+ a.header && /* @__PURE__ */ H("h4", { className: $("", u.md), children: a.header }),
2784
+ t && /* @__PURE__ */ H("p", { className: $("text-sm font-inter text-typography-body ml-1", u.md), children: t })
2785
+ ] })
2786
+ ] });
2772
2787
  }
2773
2788
  export {
2774
- yo as cn
2789
+ Ao as ContentBlock,
2790
+ Co as cn
2775
2791
  };
2776
2792
  //# sourceMappingURL=index.js.map