@local-logic/maps 0.0.20 → 0.0.21

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