@frontify/fondue-components 1.2.2 → 1.3.0

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 (55) hide show
  1. package/dist/fondue-components.js +16 -4
  2. package/dist/fondue-components.js.map +1 -1
  3. package/dist/fondue-components10.js +47 -32
  4. package/dist/fondue-components10.js.map +1 -1
  5. package/dist/fondue-components11.js +45 -2359
  6. package/dist/fondue-components11.js.map +1 -1
  7. package/dist/fondue-components12.js +8 -143
  8. package/dist/fondue-components12.js.map +1 -1
  9. package/dist/fondue-components13.js +12 -29
  10. package/dist/fondue-components13.js.map +1 -1
  11. package/dist/fondue-components14.js +157 -0
  12. package/dist/fondue-components14.js.map +1 -0
  13. package/dist/fondue-components15.js +121 -0
  14. package/dist/fondue-components15.js.map +1 -0
  15. package/dist/fondue-components16.js +121 -0
  16. package/dist/fondue-components16.js.map +1 -0
  17. package/dist/fondue-components17.js +23 -0
  18. package/dist/fondue-components17.js.map +1 -0
  19. package/dist/fondue-components18.js +63 -0
  20. package/dist/fondue-components18.js.map +1 -0
  21. package/dist/fondue-components19.js +20 -0
  22. package/dist/fondue-components19.js.map +1 -0
  23. package/dist/fondue-components20.js +38 -0
  24. package/dist/fondue-components20.js.map +1 -0
  25. package/dist/fondue-components21.js +28 -0
  26. package/dist/fondue-components21.js.map +1 -0
  27. package/dist/fondue-components22.js +11 -0
  28. package/dist/fondue-components22.js.map +1 -0
  29. package/dist/fondue-components23.js +8 -0
  30. package/dist/fondue-components23.js.map +1 -0
  31. package/dist/fondue-components24.js +18 -0
  32. package/dist/fondue-components24.js.map +1 -0
  33. package/dist/fondue-components25.js +2363 -0
  34. package/dist/fondue-components25.js.map +1 -0
  35. package/dist/fondue-components26.js +146 -0
  36. package/dist/fondue-components26.js.map +1 -0
  37. package/dist/fondue-components27.js +32 -0
  38. package/dist/fondue-components27.js.map +1 -0
  39. package/dist/fondue-components3.js +21 -16
  40. package/dist/fondue-components3.js.map +1 -1
  41. package/dist/fondue-components4.js +44 -51
  42. package/dist/fondue-components4.js.map +1 -1
  43. package/dist/fondue-components5.js +22 -34
  44. package/dist/fondue-components5.js.map +1 -1
  45. package/dist/fondue-components6.js +57 -11
  46. package/dist/fondue-components6.js.map +1 -1
  47. package/dist/fondue-components7.js +23 -153
  48. package/dist/fondue-components7.js.map +1 -1
  49. package/dist/fondue-components8.js +38 -116
  50. package/dist/fondue-components8.js.map +1 -1
  51. package/dist/fondue-components9.js +46 -116
  52. package/dist/fondue-components9.js.map +1 -1
  53. package/dist/index.d.ts +378 -9
  54. package/dist/style.css +1 -1
  55. package/package.json +43 -31
@@ -1,2363 +1,49 @@
1
- const q = "-";
2
- function le(e) {
3
- const r = ce(e), {
4
- conflictingClassGroups: t,
5
- conflictingClassGroupModifiers: o
6
- } = e;
7
- function l(n) {
8
- const a = n.split(q);
9
- return a[0] === "" && a.length !== 1 && a.shift(), te(a, r) || ae(n);
1
+ import { jsx as t, jsxs as c } from "react/jsx-runtime";
2
+ import * as o from "@radix-ui/react-tooltip";
3
+ import { forwardRef as l } from "react";
4
+ import { cn as T } from "./fondue-components13.js";
5
+ import { tooltipContentStyles as f, tooltipArrowStyles as g } from "./fondue-components24.js";
6
+ const a = ({ children: i, enterDelay: e = 700 }) => /* @__PURE__ */ t(o.Provider, { children: /* @__PURE__ */ t(o.Root, { delayDuration: e, children: i }) });
7
+ a.displayName = "Tooltip.Root";
8
+ const d = ({ children: i, "data-test-id": e = "fondue-tooltip-content" }, r) => /* @__PURE__ */ t(o.Trigger, { "data-test-id": e, asChild: !0, ref: r, children: i });
9
+ d.displayName = "Tooltip.Trigger";
10
+ const s = ({
11
+ children: i,
12
+ className: e,
13
+ maxWidth: r,
14
+ "data-test-id": p = "fondue-tooltip-content",
15
+ ...n
16
+ }, m) => /* @__PURE__ */ t(o.Portal, { children: /* @__PURE__ */ c(
17
+ o.Content,
18
+ {
19
+ "data-test-id": p,
20
+ className: T(
21
+ f({
22
+ ...n
23
+ }),
24
+ e
25
+ ),
26
+ style: { maxWidth: r },
27
+ collisionPadding: 16,
28
+ sideOffset: 8,
29
+ ref: m,
30
+ ...n,
31
+ children: [
32
+ i,
33
+ /* @__PURE__ */ t(o.Arrow, { asChild: !0, children: /* @__PURE__ */ t("div", { "aria-hidden": "true", className: g }) })
34
+ ]
10
35
  }
11
- function s(n, a) {
12
- const u = t[n] || [];
13
- return a && o[n] ? [...u, ...o[n]] : u;
14
- }
15
- return {
16
- getClassGroupId: l,
17
- getConflictingClassGroupIds: s
18
- };
19
- }
20
- function te(e, r) {
21
- var n;
22
- if (e.length === 0)
23
- return r.classGroupId;
24
- const t = e[0], o = r.nextPart.get(t), l = o ? te(e.slice(1), o) : void 0;
25
- if (l)
26
- return l;
27
- if (r.validators.length === 0)
28
- return;
29
- const s = e.join(q);
30
- return (n = r.validators.find(({
31
- validator: a
32
- }) => a(s))) == null ? void 0 : n.classGroupId;
33
- }
34
- const ee = /^\[(.+)\]$/;
35
- function ae(e) {
36
- if (ee.test(e)) {
37
- const r = ee.exec(e)[1], t = r == null ? void 0 : r.substring(0, r.indexOf(":"));
38
- if (t)
39
- return "arbitrary.." + t;
40
- }
41
- }
42
- function ce(e) {
43
- const {
44
- theme: r,
45
- prefix: t
46
- } = e, o = {
47
- nextPart: /* @__PURE__ */ new Map(),
48
- validators: []
49
- };
50
- return ue(Object.entries(e.classGroups), t).forEach(([s, n]) => {
51
- B(n, o, s, r);
52
- }), o;
53
- }
54
- function B(e, r, t, o) {
55
- e.forEach((l) => {
56
- if (typeof l == "string") {
57
- const s = l === "" ? r : re(r, l);
58
- s.classGroupId = t;
59
- return;
60
- }
61
- if (typeof l == "function") {
62
- if (de(l)) {
63
- B(l(o), r, t, o);
64
- return;
65
- }
66
- r.validators.push({
67
- validator: l,
68
- classGroupId: t
69
- });
70
- return;
71
- }
72
- Object.entries(l).forEach(([s, n]) => {
73
- B(n, re(r, s), t, o);
74
- });
75
- });
76
- }
77
- function re(e, r) {
78
- let t = e;
79
- return r.split(q).forEach((o) => {
80
- t.nextPart.has(o) || t.nextPart.set(o, {
81
- nextPart: /* @__PURE__ */ new Map(),
82
- validators: []
83
- }), t = t.nextPart.get(o);
84
- }), t;
85
- }
86
- function de(e) {
87
- return e.isThemeGetter;
88
- }
89
- function ue(e, r) {
90
- return r ? e.map(([t, o]) => {
91
- const l = o.map((s) => typeof s == "string" ? r + s : typeof s == "object" ? Object.fromEntries(Object.entries(s).map(([n, a]) => [r + n, a])) : s);
92
- return [t, l];
93
- }) : e;
94
- }
95
- function pe(e) {
96
- if (e < 1)
97
- return {
98
- get: () => {
99
- },
100
- set: () => {
101
- }
102
- };
103
- let r = 0, t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
104
- function l(s, n) {
105
- t.set(s, n), r++, r > e && (r = 0, o = t, t = /* @__PURE__ */ new Map());
106
- }
107
- return {
108
- get(s) {
109
- let n = t.get(s);
110
- if (n !== void 0)
111
- return n;
112
- if ((n = o.get(s)) !== void 0)
113
- return l(s, n), n;
114
- },
115
- set(s, n) {
116
- t.has(s) ? t.set(s, n) : l(s, n);
117
- }
118
- };
119
- }
120
- const oe = "!";
121
- function fe(e) {
122
- const r = e.separator, t = r.length === 1, o = r[0], l = r.length;
123
- return function(n) {
124
- const a = [];
125
- let u = 0, f = 0, p;
126
- for (let b = 0; b < n.length; b++) {
127
- let m = n[b];
128
- if (u === 0) {
129
- if (m === o && (t || n.slice(b, b + l) === r)) {
130
- a.push(n.slice(f, b)), f = b + l;
131
- continue;
132
- }
133
- if (m === "/") {
134
- p = b;
135
- continue;
136
- }
137
- }
138
- m === "[" ? u++ : m === "]" && u--;
139
- }
140
- const g = a.length === 0 ? n : n.substring(f), h = g.startsWith(oe), w = h ? g.substring(1) : g, S = p && p > f ? p - f : void 0;
141
- return {
142
- modifiers: a,
143
- hasImportantModifier: h,
144
- baseClassName: w,
145
- maybePostfixModifierPosition: S
146
- };
147
- };
148
- }
149
- function be(e) {
150
- if (e.length <= 1)
151
- return e;
152
- const r = [];
153
- let t = [];
154
- return e.forEach((o) => {
155
- o[0] === "[" ? (r.push(...t.sort(), o), t = []) : t.push(o);
156
- }), r.push(...t.sort()), r;
157
- }
158
- function ge(e) {
159
- return {
160
- cache: pe(e.cacheSize),
161
- splitModifiers: fe(e),
162
- ...le(e)
163
- };
164
- }
165
- const me = /\s+/;
166
- function he(e, r) {
167
- const {
168
- splitModifiers: t,
169
- getClassGroupId: o,
170
- getConflictingClassGroupIds: l
171
- } = r, s = /* @__PURE__ */ new Set();
172
- return e.trim().split(me).map((n) => {
173
- const {
174
- modifiers: a,
175
- hasImportantModifier: u,
176
- baseClassName: f,
177
- maybePostfixModifierPosition: p
178
- } = t(n);
179
- let g = o(p ? f.substring(0, p) : f), h = !!p;
180
- if (!g) {
181
- if (!p)
182
- return {
183
- isTailwindClass: !1,
184
- originalClassName: n
185
- };
186
- if (g = o(f), !g)
187
- return {
188
- isTailwindClass: !1,
189
- originalClassName: n
190
- };
191
- h = !1;
192
- }
193
- const w = be(a).join(":");
194
- return {
195
- isTailwindClass: !0,
196
- modifierId: u ? w + oe : w,
197
- classGroupId: g,
198
- originalClassName: n,
199
- hasPostfixModifier: h
200
- };
201
- }).reverse().filter((n) => {
202
- if (!n.isTailwindClass)
203
- return !0;
204
- const {
205
- modifierId: a,
206
- classGroupId: u,
207
- hasPostfixModifier: f
208
- } = n, p = a + u;
209
- return s.has(p) ? !1 : (s.add(p), l(u, f).forEach((g) => s.add(a + g)), !0);
210
- }).reverse().map((n) => n.originalClassName).join(" ");
211
- }
212
- function ye() {
213
- let e = 0, r, t, o = "";
214
- for (; e < arguments.length; )
215
- (r = arguments[e++]) && (t = ne(r)) && (o && (o += " "), o += t);
216
- return o;
217
- }
218
- function ne(e) {
219
- if (typeof e == "string")
220
- return e;
221
- let r, t = "";
222
- for (let o = 0; o < e.length; o++)
223
- e[o] && (r = ne(e[o])) && (t && (t += " "), t += r);
224
- return t;
225
- }
226
- function U(e, ...r) {
227
- let t, o, l, s = n;
228
- function n(u) {
229
- const f = r.reduce((p, g) => g(p), e());
230
- return t = ge(f), o = t.cache.get, l = t.cache.set, s = a, a(u);
231
- }
232
- function a(u) {
233
- const f = o(u);
234
- if (f)
235
- return f;
236
- const p = he(u, t);
237
- return l(u, p), p;
238
- }
239
- return function() {
240
- return s(ye.apply(null, arguments));
241
- };
242
- }
243
- function c(e) {
244
- const r = (t) => t[e] || [];
245
- return r.isThemeGetter = !0, r;
246
- }
247
- const se = /^\[(?:([a-z-]+):)?(.+)\]$/i, xe = /^\d+\/\d+$/, we = /* @__PURE__ */ new Set(["px", "full", "screen"]), ve = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ke = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ze = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ce = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Se = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
248
- function x(e) {
249
- return C(e) || we.has(e) || xe.test(e);
250
- }
251
- function k(e) {
252
- return M(e, "length", Ee);
253
- }
254
- function C(e) {
255
- return !!e && !Number.isNaN(Number(e));
256
- }
257
- function j(e) {
258
- return M(e, "number", C);
259
- }
260
- function G(e) {
261
- return !!e && Number.isInteger(Number(e));
262
- }
263
- function Me(e) {
264
- return e.endsWith("%") && C(e.slice(0, -1));
265
- }
266
- function i(e) {
267
- return se.test(e);
268
- }
269
- function z(e) {
270
- return ve.test(e);
271
- }
272
- const Ae = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
273
- function Re(e) {
274
- return M(e, Ae, ie);
275
- }
276
- function Ge(e) {
277
- return M(e, "position", ie);
278
- }
279
- const Pe = /* @__PURE__ */ new Set(["image", "url"]);
280
- function Ie(e) {
281
- return M(e, Pe, Le);
282
- }
283
- function Te(e) {
284
- return M(e, "", je);
285
- }
286
- function P() {
287
- return !0;
288
- }
289
- function M(e, r, t) {
290
- const o = se.exec(e);
291
- return o ? o[1] ? typeof r == "string" ? o[1] === r : r.has(o[1]) : t(o[2]) : !1;
292
- }
293
- function Ee(e) {
294
- return ke.test(e) && !ze.test(e);
295
- }
296
- function ie() {
297
- return !1;
298
- }
299
- function je(e) {
300
- return Ce.test(e);
301
- }
302
- function Le(e) {
303
- return Se.test(e);
304
- }
305
- function F() {
306
- const e = c("colors"), r = c("spacing"), t = c("blur"), o = c("brightness"), l = c("borderColor"), s = c("borderRadius"), n = c("borderSpacing"), a = c("borderWidth"), u = c("contrast"), f = c("grayscale"), p = c("hueRotate"), g = c("invert"), h = c("gap"), w = c("gradientColorStops"), S = c("gradientColorStopPositions"), b = c("inset"), m = c("margin"), v = c("opacity"), y = c("padding"), O = c("saturate"), W = c("scale"), J = c("sepia"), K = c("skew"), X = c("space"), Z = c("translate"), V = () => ["auto", "contain", "none"], N = () => ["auto", "hidden", "clip", "visible", "scroll"], _ = () => ["auto", i, r], d = () => [i, r], H = () => ["", x, k], I = () => ["auto", C, i], Q = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], T = () => ["solid", "dashed", "dotted", "double", "none"], Y = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"], $ = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], A = () => ["", "0", i], D = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], R = () => [C, j], E = () => [C, i];
307
- return {
308
- cacheSize: 500,
309
- separator: ":",
310
- theme: {
311
- colors: [P],
312
- spacing: [x, k],
313
- blur: ["none", "", z, i],
314
- brightness: R(),
315
- borderColor: [e],
316
- borderRadius: ["none", "", "full", z, i],
317
- borderSpacing: d(),
318
- borderWidth: H(),
319
- contrast: R(),
320
- grayscale: A(),
321
- hueRotate: E(),
322
- invert: A(),
323
- gap: d(),
324
- gradientColorStops: [e],
325
- gradientColorStopPositions: [Me, k],
326
- inset: _(),
327
- margin: _(),
328
- opacity: R(),
329
- padding: d(),
330
- saturate: R(),
331
- scale: R(),
332
- sepia: A(),
333
- skew: E(),
334
- space: d(),
335
- translate: d()
336
- },
337
- classGroups: {
338
- // Layout
339
- /**
340
- * Aspect Ratio
341
- * @see https://tailwindcss.com/docs/aspect-ratio
342
- */
343
- aspect: [{
344
- aspect: ["auto", "square", "video", i]
345
- }],
346
- /**
347
- * Container
348
- * @see https://tailwindcss.com/docs/container
349
- */
350
- container: ["container"],
351
- /**
352
- * Columns
353
- * @see https://tailwindcss.com/docs/columns
354
- */
355
- columns: [{
356
- columns: [z]
357
- }],
358
- /**
359
- * Break After
360
- * @see https://tailwindcss.com/docs/break-after
361
- */
362
- "break-after": [{
363
- "break-after": D()
364
- }],
365
- /**
366
- * Break Before
367
- * @see https://tailwindcss.com/docs/break-before
368
- */
369
- "break-before": [{
370
- "break-before": D()
371
- }],
372
- /**
373
- * Break Inside
374
- * @see https://tailwindcss.com/docs/break-inside
375
- */
376
- "break-inside": [{
377
- "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
378
- }],
379
- /**
380
- * Box Decoration Break
381
- * @see https://tailwindcss.com/docs/box-decoration-break
382
- */
383
- "box-decoration": [{
384
- "box-decoration": ["slice", "clone"]
385
- }],
386
- /**
387
- * Box Sizing
388
- * @see https://tailwindcss.com/docs/box-sizing
389
- */
390
- box: [{
391
- box: ["border", "content"]
392
- }],
393
- /**
394
- * Display
395
- * @see https://tailwindcss.com/docs/display
396
- */
397
- 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"],
398
- /**
399
- * Floats
400
- * @see https://tailwindcss.com/docs/float
401
- */
402
- float: [{
403
- float: ["right", "left", "none", "start", "end"]
404
- }],
405
- /**
406
- * Clear
407
- * @see https://tailwindcss.com/docs/clear
408
- */
409
- clear: [{
410
- clear: ["left", "right", "both", "none", "start", "end"]
411
- }],
412
- /**
413
- * Isolation
414
- * @see https://tailwindcss.com/docs/isolation
415
- */
416
- isolation: ["isolate", "isolation-auto"],
417
- /**
418
- * Object Fit
419
- * @see https://tailwindcss.com/docs/object-fit
420
- */
421
- "object-fit": [{
422
- object: ["contain", "cover", "fill", "none", "scale-down"]
423
- }],
424
- /**
425
- * Object Position
426
- * @see https://tailwindcss.com/docs/object-position
427
- */
428
- "object-position": [{
429
- object: [...Q(), i]
430
- }],
431
- /**
432
- * Overflow
433
- * @see https://tailwindcss.com/docs/overflow
434
- */
435
- overflow: [{
436
- overflow: N()
437
- }],
438
- /**
439
- * Overflow X
440
- * @see https://tailwindcss.com/docs/overflow
441
- */
442
- "overflow-x": [{
443
- "overflow-x": N()
444
- }],
445
- /**
446
- * Overflow Y
447
- * @see https://tailwindcss.com/docs/overflow
448
- */
449
- "overflow-y": [{
450
- "overflow-y": N()
451
- }],
452
- /**
453
- * Overscroll Behavior
454
- * @see https://tailwindcss.com/docs/overscroll-behavior
455
- */
456
- overscroll: [{
457
- overscroll: V()
458
- }],
459
- /**
460
- * Overscroll Behavior X
461
- * @see https://tailwindcss.com/docs/overscroll-behavior
462
- */
463
- "overscroll-x": [{
464
- "overscroll-x": V()
465
- }],
466
- /**
467
- * Overscroll Behavior Y
468
- * @see https://tailwindcss.com/docs/overscroll-behavior
469
- */
470
- "overscroll-y": [{
471
- "overscroll-y": V()
472
- }],
473
- /**
474
- * Position
475
- * @see https://tailwindcss.com/docs/position
476
- */
477
- position: ["static", "fixed", "absolute", "relative", "sticky"],
478
- /**
479
- * Top / Right / Bottom / Left
480
- * @see https://tailwindcss.com/docs/top-right-bottom-left
481
- */
482
- inset: [{
483
- inset: [b]
484
- }],
485
- /**
486
- * Right / Left
487
- * @see https://tailwindcss.com/docs/top-right-bottom-left
488
- */
489
- "inset-x": [{
490
- "inset-x": [b]
491
- }],
492
- /**
493
- * Top / Bottom
494
- * @see https://tailwindcss.com/docs/top-right-bottom-left
495
- */
496
- "inset-y": [{
497
- "inset-y": [b]
498
- }],
499
- /**
500
- * Start
501
- * @see https://tailwindcss.com/docs/top-right-bottom-left
502
- */
503
- start: [{
504
- start: [b]
505
- }],
506
- /**
507
- * End
508
- * @see https://tailwindcss.com/docs/top-right-bottom-left
509
- */
510
- end: [{
511
- end: [b]
512
- }],
513
- /**
514
- * Top
515
- * @see https://tailwindcss.com/docs/top-right-bottom-left
516
- */
517
- top: [{
518
- top: [b]
519
- }],
520
- /**
521
- * Right
522
- * @see https://tailwindcss.com/docs/top-right-bottom-left
523
- */
524
- right: [{
525
- right: [b]
526
- }],
527
- /**
528
- * Bottom
529
- * @see https://tailwindcss.com/docs/top-right-bottom-left
530
- */
531
- bottom: [{
532
- bottom: [b]
533
- }],
534
- /**
535
- * Left
536
- * @see https://tailwindcss.com/docs/top-right-bottom-left
537
- */
538
- left: [{
539
- left: [b]
540
- }],
541
- /**
542
- * Visibility
543
- * @see https://tailwindcss.com/docs/visibility
544
- */
545
- visibility: ["visible", "invisible", "collapse"],
546
- /**
547
- * Z-Index
548
- * @see https://tailwindcss.com/docs/z-index
549
- */
550
- z: [{
551
- z: ["auto", G, i]
552
- }],
553
- // Flexbox and Grid
554
- /**
555
- * Flex Basis
556
- * @see https://tailwindcss.com/docs/flex-basis
557
- */
558
- basis: [{
559
- basis: _()
560
- }],
561
- /**
562
- * Flex Direction
563
- * @see https://tailwindcss.com/docs/flex-direction
564
- */
565
- "flex-direction": [{
566
- flex: ["row", "row-reverse", "col", "col-reverse"]
567
- }],
568
- /**
569
- * Flex Wrap
570
- * @see https://tailwindcss.com/docs/flex-wrap
571
- */
572
- "flex-wrap": [{
573
- flex: ["wrap", "wrap-reverse", "nowrap"]
574
- }],
575
- /**
576
- * Flex
577
- * @see https://tailwindcss.com/docs/flex
578
- */
579
- flex: [{
580
- flex: ["1", "auto", "initial", "none", i]
581
- }],
582
- /**
583
- * Flex Grow
584
- * @see https://tailwindcss.com/docs/flex-grow
585
- */
586
- grow: [{
587
- grow: A()
588
- }],
589
- /**
590
- * Flex Shrink
591
- * @see https://tailwindcss.com/docs/flex-shrink
592
- */
593
- shrink: [{
594
- shrink: A()
595
- }],
596
- /**
597
- * Order
598
- * @see https://tailwindcss.com/docs/order
599
- */
600
- order: [{
601
- order: ["first", "last", "none", G, i]
602
- }],
603
- /**
604
- * Grid Template Columns
605
- * @see https://tailwindcss.com/docs/grid-template-columns
606
- */
607
- "grid-cols": [{
608
- "grid-cols": [P]
609
- }],
610
- /**
611
- * Grid Column Start / End
612
- * @see https://tailwindcss.com/docs/grid-column
613
- */
614
- "col-start-end": [{
615
- col: ["auto", {
616
- span: ["full", G, i]
617
- }, i]
618
- }],
619
- /**
620
- * Grid Column Start
621
- * @see https://tailwindcss.com/docs/grid-column
622
- */
623
- "col-start": [{
624
- "col-start": I()
625
- }],
626
- /**
627
- * Grid Column End
628
- * @see https://tailwindcss.com/docs/grid-column
629
- */
630
- "col-end": [{
631
- "col-end": I()
632
- }],
633
- /**
634
- * Grid Template Rows
635
- * @see https://tailwindcss.com/docs/grid-template-rows
636
- */
637
- "grid-rows": [{
638
- "grid-rows": [P]
639
- }],
640
- /**
641
- * Grid Row Start / End
642
- * @see https://tailwindcss.com/docs/grid-row
643
- */
644
- "row-start-end": [{
645
- row: ["auto", {
646
- span: [G, i]
647
- }, i]
648
- }],
649
- /**
650
- * Grid Row Start
651
- * @see https://tailwindcss.com/docs/grid-row
652
- */
653
- "row-start": [{
654
- "row-start": I()
655
- }],
656
- /**
657
- * Grid Row End
658
- * @see https://tailwindcss.com/docs/grid-row
659
- */
660
- "row-end": [{
661
- "row-end": I()
662
- }],
663
- /**
664
- * Grid Auto Flow
665
- * @see https://tailwindcss.com/docs/grid-auto-flow
666
- */
667
- "grid-flow": [{
668
- "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
669
- }],
670
- /**
671
- * Grid Auto Columns
672
- * @see https://tailwindcss.com/docs/grid-auto-columns
673
- */
674
- "auto-cols": [{
675
- "auto-cols": ["auto", "min", "max", "fr", i]
676
- }],
677
- /**
678
- * Grid Auto Rows
679
- * @see https://tailwindcss.com/docs/grid-auto-rows
680
- */
681
- "auto-rows": [{
682
- "auto-rows": ["auto", "min", "max", "fr", i]
683
- }],
684
- /**
685
- * Gap
686
- * @see https://tailwindcss.com/docs/gap
687
- */
688
- gap: [{
689
- gap: [h]
690
- }],
691
- /**
692
- * Gap X
693
- * @see https://tailwindcss.com/docs/gap
694
- */
695
- "gap-x": [{
696
- "gap-x": [h]
697
- }],
698
- /**
699
- * Gap Y
700
- * @see https://tailwindcss.com/docs/gap
701
- */
702
- "gap-y": [{
703
- "gap-y": [h]
704
- }],
705
- /**
706
- * Justify Content
707
- * @see https://tailwindcss.com/docs/justify-content
708
- */
709
- "justify-content": [{
710
- justify: ["normal", ...$()]
711
- }],
712
- /**
713
- * Justify Items
714
- * @see https://tailwindcss.com/docs/justify-items
715
- */
716
- "justify-items": [{
717
- "justify-items": ["start", "end", "center", "stretch"]
718
- }],
719
- /**
720
- * Justify Self
721
- * @see https://tailwindcss.com/docs/justify-self
722
- */
723
- "justify-self": [{
724
- "justify-self": ["auto", "start", "end", "center", "stretch"]
725
- }],
726
- /**
727
- * Align Content
728
- * @see https://tailwindcss.com/docs/align-content
729
- */
730
- "align-content": [{
731
- content: ["normal", ...$(), "baseline"]
732
- }],
733
- /**
734
- * Align Items
735
- * @see https://tailwindcss.com/docs/align-items
736
- */
737
- "align-items": [{
738
- items: ["start", "end", "center", "baseline", "stretch"]
739
- }],
740
- /**
741
- * Align Self
742
- * @see https://tailwindcss.com/docs/align-self
743
- */
744
- "align-self": [{
745
- self: ["auto", "start", "end", "center", "stretch", "baseline"]
746
- }],
747
- /**
748
- * Place Content
749
- * @see https://tailwindcss.com/docs/place-content
750
- */
751
- "place-content": [{
752
- "place-content": [...$(), "baseline"]
753
- }],
754
- /**
755
- * Place Items
756
- * @see https://tailwindcss.com/docs/place-items
757
- */
758
- "place-items": [{
759
- "place-items": ["start", "end", "center", "baseline", "stretch"]
760
- }],
761
- /**
762
- * Place Self
763
- * @see https://tailwindcss.com/docs/place-self
764
- */
765
- "place-self": [{
766
- "place-self": ["auto", "start", "end", "center", "stretch"]
767
- }],
768
- // Spacing
769
- /**
770
- * Padding
771
- * @see https://tailwindcss.com/docs/padding
772
- */
773
- p: [{
774
- p: [y]
775
- }],
776
- /**
777
- * Padding X
778
- * @see https://tailwindcss.com/docs/padding
779
- */
780
- px: [{
781
- px: [y]
782
- }],
783
- /**
784
- * Padding Y
785
- * @see https://tailwindcss.com/docs/padding
786
- */
787
- py: [{
788
- py: [y]
789
- }],
790
- /**
791
- * Padding Start
792
- * @see https://tailwindcss.com/docs/padding
793
- */
794
- ps: [{
795
- ps: [y]
796
- }],
797
- /**
798
- * Padding End
799
- * @see https://tailwindcss.com/docs/padding
800
- */
801
- pe: [{
802
- pe: [y]
803
- }],
804
- /**
805
- * Padding Top
806
- * @see https://tailwindcss.com/docs/padding
807
- */
808
- pt: [{
809
- pt: [y]
810
- }],
811
- /**
812
- * Padding Right
813
- * @see https://tailwindcss.com/docs/padding
814
- */
815
- pr: [{
816
- pr: [y]
817
- }],
818
- /**
819
- * Padding Bottom
820
- * @see https://tailwindcss.com/docs/padding
821
- */
822
- pb: [{
823
- pb: [y]
824
- }],
825
- /**
826
- * Padding Left
827
- * @see https://tailwindcss.com/docs/padding
828
- */
829
- pl: [{
830
- pl: [y]
831
- }],
832
- /**
833
- * Margin
834
- * @see https://tailwindcss.com/docs/margin
835
- */
836
- m: [{
837
- m: [m]
838
- }],
839
- /**
840
- * Margin X
841
- * @see https://tailwindcss.com/docs/margin
842
- */
843
- mx: [{
844
- mx: [m]
845
- }],
846
- /**
847
- * Margin Y
848
- * @see https://tailwindcss.com/docs/margin
849
- */
850
- my: [{
851
- my: [m]
852
- }],
853
- /**
854
- * Margin Start
855
- * @see https://tailwindcss.com/docs/margin
856
- */
857
- ms: [{
858
- ms: [m]
859
- }],
860
- /**
861
- * Margin End
862
- * @see https://tailwindcss.com/docs/margin
863
- */
864
- me: [{
865
- me: [m]
866
- }],
867
- /**
868
- * Margin Top
869
- * @see https://tailwindcss.com/docs/margin
870
- */
871
- mt: [{
872
- mt: [m]
873
- }],
874
- /**
875
- * Margin Right
876
- * @see https://tailwindcss.com/docs/margin
877
- */
878
- mr: [{
879
- mr: [m]
880
- }],
881
- /**
882
- * Margin Bottom
883
- * @see https://tailwindcss.com/docs/margin
884
- */
885
- mb: [{
886
- mb: [m]
887
- }],
888
- /**
889
- * Margin Left
890
- * @see https://tailwindcss.com/docs/margin
891
- */
892
- ml: [{
893
- ml: [m]
894
- }],
895
- /**
896
- * Space Between X
897
- * @see https://tailwindcss.com/docs/space
898
- */
899
- "space-x": [{
900
- "space-x": [X]
901
- }],
902
- /**
903
- * Space Between X Reverse
904
- * @see https://tailwindcss.com/docs/space
905
- */
906
- "space-x-reverse": ["space-x-reverse"],
907
- /**
908
- * Space Between Y
909
- * @see https://tailwindcss.com/docs/space
910
- */
911
- "space-y": [{
912
- "space-y": [X]
913
- }],
914
- /**
915
- * Space Between Y Reverse
916
- * @see https://tailwindcss.com/docs/space
917
- */
918
- "space-y-reverse": ["space-y-reverse"],
919
- // Sizing
920
- /**
921
- * Width
922
- * @see https://tailwindcss.com/docs/width
923
- */
924
- w: [{
925
- w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", i, r]
926
- }],
927
- /**
928
- * Min-Width
929
- * @see https://tailwindcss.com/docs/min-width
930
- */
931
- "min-w": [{
932
- "min-w": [i, r, "min", "max", "fit"]
933
- }],
934
- /**
935
- * Max-Width
936
- * @see https://tailwindcss.com/docs/max-width
937
- */
938
- "max-w": [{
939
- "max-w": [i, r, "none", "full", "min", "max", "fit", "prose", {
940
- screen: [z]
941
- }, z]
942
- }],
943
- /**
944
- * Height
945
- * @see https://tailwindcss.com/docs/height
946
- */
947
- h: [{
948
- h: [i, r, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
949
- }],
950
- /**
951
- * Min-Height
952
- * @see https://tailwindcss.com/docs/min-height
953
- */
954
- "min-h": [{
955
- "min-h": [i, r, "min", "max", "fit", "svh", "lvh", "dvh"]
956
- }],
957
- /**
958
- * Max-Height
959
- * @see https://tailwindcss.com/docs/max-height
960
- */
961
- "max-h": [{
962
- "max-h": [i, r, "min", "max", "fit", "svh", "lvh", "dvh"]
963
- }],
964
- /**
965
- * Size
966
- * @see https://tailwindcss.com/docs/size
967
- */
968
- size: [{
969
- size: [i, r, "auto", "min", "max", "fit"]
970
- }],
971
- // Typography
972
- /**
973
- * Font Size
974
- * @see https://tailwindcss.com/docs/font-size
975
- */
976
- "font-size": [{
977
- text: ["base", z, k]
978
- }],
979
- /**
980
- * Font Smoothing
981
- * @see https://tailwindcss.com/docs/font-smoothing
982
- */
983
- "font-smoothing": ["antialiased", "subpixel-antialiased"],
984
- /**
985
- * Font Style
986
- * @see https://tailwindcss.com/docs/font-style
987
- */
988
- "font-style": ["italic", "not-italic"],
989
- /**
990
- * Font Weight
991
- * @see https://tailwindcss.com/docs/font-weight
992
- */
993
- "font-weight": [{
994
- font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", j]
995
- }],
996
- /**
997
- * Font Family
998
- * @see https://tailwindcss.com/docs/font-family
999
- */
1000
- "font-family": [{
1001
- font: [P]
1002
- }],
1003
- /**
1004
- * Font Variant Numeric
1005
- * @see https://tailwindcss.com/docs/font-variant-numeric
1006
- */
1007
- "fvn-normal": ["normal-nums"],
1008
- /**
1009
- * Font Variant Numeric
1010
- * @see https://tailwindcss.com/docs/font-variant-numeric
1011
- */
1012
- "fvn-ordinal": ["ordinal"],
1013
- /**
1014
- * Font Variant Numeric
1015
- * @see https://tailwindcss.com/docs/font-variant-numeric
1016
- */
1017
- "fvn-slashed-zero": ["slashed-zero"],
1018
- /**
1019
- * Font Variant Numeric
1020
- * @see https://tailwindcss.com/docs/font-variant-numeric
1021
- */
1022
- "fvn-figure": ["lining-nums", "oldstyle-nums"],
1023
- /**
1024
- * Font Variant Numeric
1025
- * @see https://tailwindcss.com/docs/font-variant-numeric
1026
- */
1027
- "fvn-spacing": ["proportional-nums", "tabular-nums"],
1028
- /**
1029
- * Font Variant Numeric
1030
- * @see https://tailwindcss.com/docs/font-variant-numeric
1031
- */
1032
- "fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
1033
- /**
1034
- * Letter Spacing
1035
- * @see https://tailwindcss.com/docs/letter-spacing
1036
- */
1037
- tracking: [{
1038
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", i]
1039
- }],
1040
- /**
1041
- * Line Clamp
1042
- * @see https://tailwindcss.com/docs/line-clamp
1043
- */
1044
- "line-clamp": [{
1045
- "line-clamp": ["none", C, j]
1046
- }],
1047
- /**
1048
- * Line Height
1049
- * @see https://tailwindcss.com/docs/line-height
1050
- */
1051
- leading: [{
1052
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose", x, i]
1053
- }],
1054
- /**
1055
- * List Style Image
1056
- * @see https://tailwindcss.com/docs/list-style-image
1057
- */
1058
- "list-image": [{
1059
- "list-image": ["none", i]
1060
- }],
1061
- /**
1062
- * List Style Type
1063
- * @see https://tailwindcss.com/docs/list-style-type
1064
- */
1065
- "list-style-type": [{
1066
- list: ["none", "disc", "decimal", i]
1067
- }],
1068
- /**
1069
- * List Style Position
1070
- * @see https://tailwindcss.com/docs/list-style-position
1071
- */
1072
- "list-style-position": [{
1073
- list: ["inside", "outside"]
1074
- }],
1075
- /**
1076
- * Placeholder Color
1077
- * @deprecated since Tailwind CSS v3.0.0
1078
- * @see https://tailwindcss.com/docs/placeholder-color
1079
- */
1080
- "placeholder-color": [{
1081
- placeholder: [e]
1082
- }],
1083
- /**
1084
- * Placeholder Opacity
1085
- * @see https://tailwindcss.com/docs/placeholder-opacity
1086
- */
1087
- "placeholder-opacity": [{
1088
- "placeholder-opacity": [v]
1089
- }],
1090
- /**
1091
- * Text Alignment
1092
- * @see https://tailwindcss.com/docs/text-align
1093
- */
1094
- "text-alignment": [{
1095
- text: ["left", "center", "right", "justify", "start", "end"]
1096
- }],
1097
- /**
1098
- * Text Color
1099
- * @see https://tailwindcss.com/docs/text-color
1100
- */
1101
- "text-color": [{
1102
- text: [e]
1103
- }],
1104
- /**
1105
- * Text Opacity
1106
- * @see https://tailwindcss.com/docs/text-opacity
1107
- */
1108
- "text-opacity": [{
1109
- "text-opacity": [v]
1110
- }],
1111
- /**
1112
- * Text Decoration
1113
- * @see https://tailwindcss.com/docs/text-decoration
1114
- */
1115
- "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1116
- /**
1117
- * Text Decoration Style
1118
- * @see https://tailwindcss.com/docs/text-decoration-style
1119
- */
1120
- "text-decoration-style": [{
1121
- decoration: [...T(), "wavy"]
1122
- }],
1123
- /**
1124
- * Text Decoration Thickness
1125
- * @see https://tailwindcss.com/docs/text-decoration-thickness
1126
- */
1127
- "text-decoration-thickness": [{
1128
- decoration: ["auto", "from-font", x, k]
1129
- }],
1130
- /**
1131
- * Text Underline Offset
1132
- * @see https://tailwindcss.com/docs/text-underline-offset
1133
- */
1134
- "underline-offset": [{
1135
- "underline-offset": ["auto", x, i]
1136
- }],
1137
- /**
1138
- * Text Decoration Color
1139
- * @see https://tailwindcss.com/docs/text-decoration-color
1140
- */
1141
- "text-decoration-color": [{
1142
- decoration: [e]
1143
- }],
1144
- /**
1145
- * Text Transform
1146
- * @see https://tailwindcss.com/docs/text-transform
1147
- */
1148
- "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1149
- /**
1150
- * Text Overflow
1151
- * @see https://tailwindcss.com/docs/text-overflow
1152
- */
1153
- "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1154
- /**
1155
- * Text Wrap
1156
- * @see https://tailwindcss.com/docs/text-wrap
1157
- */
1158
- "text-wrap": [{
1159
- text: ["wrap", "nowrap", "balance", "pretty"]
1160
- }],
1161
- /**
1162
- * Text Indent
1163
- * @see https://tailwindcss.com/docs/text-indent
1164
- */
1165
- indent: [{
1166
- indent: d()
1167
- }],
1168
- /**
1169
- * Vertical Alignment
1170
- * @see https://tailwindcss.com/docs/vertical-align
1171
- */
1172
- "vertical-align": [{
1173
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", i]
1174
- }],
1175
- /**
1176
- * Whitespace
1177
- * @see https://tailwindcss.com/docs/whitespace
1178
- */
1179
- whitespace: [{
1180
- whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1181
- }],
1182
- /**
1183
- * Word Break
1184
- * @see https://tailwindcss.com/docs/word-break
1185
- */
1186
- break: [{
1187
- break: ["normal", "words", "all", "keep"]
1188
- }],
1189
- /**
1190
- * Hyphens
1191
- * @see https://tailwindcss.com/docs/hyphens
1192
- */
1193
- hyphens: [{
1194
- hyphens: ["none", "manual", "auto"]
1195
- }],
1196
- /**
1197
- * Content
1198
- * @see https://tailwindcss.com/docs/content
1199
- */
1200
- content: [{
1201
- content: ["none", i]
1202
- }],
1203
- // Backgrounds
1204
- /**
1205
- * Background Attachment
1206
- * @see https://tailwindcss.com/docs/background-attachment
1207
- */
1208
- "bg-attachment": [{
1209
- bg: ["fixed", "local", "scroll"]
1210
- }],
1211
- /**
1212
- * Background Clip
1213
- * @see https://tailwindcss.com/docs/background-clip
1214
- */
1215
- "bg-clip": [{
1216
- "bg-clip": ["border", "padding", "content", "text"]
1217
- }],
1218
- /**
1219
- * Background Opacity
1220
- * @deprecated since Tailwind CSS v3.0.0
1221
- * @see https://tailwindcss.com/docs/background-opacity
1222
- */
1223
- "bg-opacity": [{
1224
- "bg-opacity": [v]
1225
- }],
1226
- /**
1227
- * Background Origin
1228
- * @see https://tailwindcss.com/docs/background-origin
1229
- */
1230
- "bg-origin": [{
1231
- "bg-origin": ["border", "padding", "content"]
1232
- }],
1233
- /**
1234
- * Background Position
1235
- * @see https://tailwindcss.com/docs/background-position
1236
- */
1237
- "bg-position": [{
1238
- bg: [...Q(), Ge]
1239
- }],
1240
- /**
1241
- * Background Repeat
1242
- * @see https://tailwindcss.com/docs/background-repeat
1243
- */
1244
- "bg-repeat": [{
1245
- bg: ["no-repeat", {
1246
- repeat: ["", "x", "y", "round", "space"]
1247
- }]
1248
- }],
1249
- /**
1250
- * Background Size
1251
- * @see https://tailwindcss.com/docs/background-size
1252
- */
1253
- "bg-size": [{
1254
- bg: ["auto", "cover", "contain", Re]
1255
- }],
1256
- /**
1257
- * Background Image
1258
- * @see https://tailwindcss.com/docs/background-image
1259
- */
1260
- "bg-image": [{
1261
- bg: ["none", {
1262
- "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1263
- }, Ie]
1264
- }],
1265
- /**
1266
- * Background Color
1267
- * @see https://tailwindcss.com/docs/background-color
1268
- */
1269
- "bg-color": [{
1270
- bg: [e]
1271
- }],
1272
- /**
1273
- * Gradient Color Stops From Position
1274
- * @see https://tailwindcss.com/docs/gradient-color-stops
1275
- */
1276
- "gradient-from-pos": [{
1277
- from: [S]
1278
- }],
1279
- /**
1280
- * Gradient Color Stops Via Position
1281
- * @see https://tailwindcss.com/docs/gradient-color-stops
1282
- */
1283
- "gradient-via-pos": [{
1284
- via: [S]
1285
- }],
1286
- /**
1287
- * Gradient Color Stops To Position
1288
- * @see https://tailwindcss.com/docs/gradient-color-stops
1289
- */
1290
- "gradient-to-pos": [{
1291
- to: [S]
1292
- }],
1293
- /**
1294
- * Gradient Color Stops From
1295
- * @see https://tailwindcss.com/docs/gradient-color-stops
1296
- */
1297
- "gradient-from": [{
1298
- from: [w]
1299
- }],
1300
- /**
1301
- * Gradient Color Stops Via
1302
- * @see https://tailwindcss.com/docs/gradient-color-stops
1303
- */
1304
- "gradient-via": [{
1305
- via: [w]
1306
- }],
1307
- /**
1308
- * Gradient Color Stops To
1309
- * @see https://tailwindcss.com/docs/gradient-color-stops
1310
- */
1311
- "gradient-to": [{
1312
- to: [w]
1313
- }],
1314
- // Borders
1315
- /**
1316
- * Border Radius
1317
- * @see https://tailwindcss.com/docs/border-radius
1318
- */
1319
- rounded: [{
1320
- rounded: [s]
1321
- }],
1322
- /**
1323
- * Border Radius Start
1324
- * @see https://tailwindcss.com/docs/border-radius
1325
- */
1326
- "rounded-s": [{
1327
- "rounded-s": [s]
1328
- }],
1329
- /**
1330
- * Border Radius End
1331
- * @see https://tailwindcss.com/docs/border-radius
1332
- */
1333
- "rounded-e": [{
1334
- "rounded-e": [s]
1335
- }],
1336
- /**
1337
- * Border Radius Top
1338
- * @see https://tailwindcss.com/docs/border-radius
1339
- */
1340
- "rounded-t": [{
1341
- "rounded-t": [s]
1342
- }],
1343
- /**
1344
- * Border Radius Right
1345
- * @see https://tailwindcss.com/docs/border-radius
1346
- */
1347
- "rounded-r": [{
1348
- "rounded-r": [s]
1349
- }],
1350
- /**
1351
- * Border Radius Bottom
1352
- * @see https://tailwindcss.com/docs/border-radius
1353
- */
1354
- "rounded-b": [{
1355
- "rounded-b": [s]
1356
- }],
1357
- /**
1358
- * Border Radius Left
1359
- * @see https://tailwindcss.com/docs/border-radius
1360
- */
1361
- "rounded-l": [{
1362
- "rounded-l": [s]
1363
- }],
1364
- /**
1365
- * Border Radius Start Start
1366
- * @see https://tailwindcss.com/docs/border-radius
1367
- */
1368
- "rounded-ss": [{
1369
- "rounded-ss": [s]
1370
- }],
1371
- /**
1372
- * Border Radius Start End
1373
- * @see https://tailwindcss.com/docs/border-radius
1374
- */
1375
- "rounded-se": [{
1376
- "rounded-se": [s]
1377
- }],
1378
- /**
1379
- * Border Radius End End
1380
- * @see https://tailwindcss.com/docs/border-radius
1381
- */
1382
- "rounded-ee": [{
1383
- "rounded-ee": [s]
1384
- }],
1385
- /**
1386
- * Border Radius End Start
1387
- * @see https://tailwindcss.com/docs/border-radius
1388
- */
1389
- "rounded-es": [{
1390
- "rounded-es": [s]
1391
- }],
1392
- /**
1393
- * Border Radius Top Left
1394
- * @see https://tailwindcss.com/docs/border-radius
1395
- */
1396
- "rounded-tl": [{
1397
- "rounded-tl": [s]
1398
- }],
1399
- /**
1400
- * Border Radius Top Right
1401
- * @see https://tailwindcss.com/docs/border-radius
1402
- */
1403
- "rounded-tr": [{
1404
- "rounded-tr": [s]
1405
- }],
1406
- /**
1407
- * Border Radius Bottom Right
1408
- * @see https://tailwindcss.com/docs/border-radius
1409
- */
1410
- "rounded-br": [{
1411
- "rounded-br": [s]
1412
- }],
1413
- /**
1414
- * Border Radius Bottom Left
1415
- * @see https://tailwindcss.com/docs/border-radius
1416
- */
1417
- "rounded-bl": [{
1418
- "rounded-bl": [s]
1419
- }],
1420
- /**
1421
- * Border Width
1422
- * @see https://tailwindcss.com/docs/border-width
1423
- */
1424
- "border-w": [{
1425
- border: [a]
1426
- }],
1427
- /**
1428
- * Border Width X
1429
- * @see https://tailwindcss.com/docs/border-width
1430
- */
1431
- "border-w-x": [{
1432
- "border-x": [a]
1433
- }],
1434
- /**
1435
- * Border Width Y
1436
- * @see https://tailwindcss.com/docs/border-width
1437
- */
1438
- "border-w-y": [{
1439
- "border-y": [a]
1440
- }],
1441
- /**
1442
- * Border Width Start
1443
- * @see https://tailwindcss.com/docs/border-width
1444
- */
1445
- "border-w-s": [{
1446
- "border-s": [a]
1447
- }],
1448
- /**
1449
- * Border Width End
1450
- * @see https://tailwindcss.com/docs/border-width
1451
- */
1452
- "border-w-e": [{
1453
- "border-e": [a]
1454
- }],
1455
- /**
1456
- * Border Width Top
1457
- * @see https://tailwindcss.com/docs/border-width
1458
- */
1459
- "border-w-t": [{
1460
- "border-t": [a]
1461
- }],
1462
- /**
1463
- * Border Width Right
1464
- * @see https://tailwindcss.com/docs/border-width
1465
- */
1466
- "border-w-r": [{
1467
- "border-r": [a]
1468
- }],
1469
- /**
1470
- * Border Width Bottom
1471
- * @see https://tailwindcss.com/docs/border-width
1472
- */
1473
- "border-w-b": [{
1474
- "border-b": [a]
1475
- }],
1476
- /**
1477
- * Border Width Left
1478
- * @see https://tailwindcss.com/docs/border-width
1479
- */
1480
- "border-w-l": [{
1481
- "border-l": [a]
1482
- }],
1483
- /**
1484
- * Border Opacity
1485
- * @see https://tailwindcss.com/docs/border-opacity
1486
- */
1487
- "border-opacity": [{
1488
- "border-opacity": [v]
1489
- }],
1490
- /**
1491
- * Border Style
1492
- * @see https://tailwindcss.com/docs/border-style
1493
- */
1494
- "border-style": [{
1495
- border: [...T(), "hidden"]
1496
- }],
1497
- /**
1498
- * Divide Width X
1499
- * @see https://tailwindcss.com/docs/divide-width
1500
- */
1501
- "divide-x": [{
1502
- "divide-x": [a]
1503
- }],
1504
- /**
1505
- * Divide Width X Reverse
1506
- * @see https://tailwindcss.com/docs/divide-width
1507
- */
1508
- "divide-x-reverse": ["divide-x-reverse"],
1509
- /**
1510
- * Divide Width Y
1511
- * @see https://tailwindcss.com/docs/divide-width
1512
- */
1513
- "divide-y": [{
1514
- "divide-y": [a]
1515
- }],
1516
- /**
1517
- * Divide Width Y Reverse
1518
- * @see https://tailwindcss.com/docs/divide-width
1519
- */
1520
- "divide-y-reverse": ["divide-y-reverse"],
1521
- /**
1522
- * Divide Opacity
1523
- * @see https://tailwindcss.com/docs/divide-opacity
1524
- */
1525
- "divide-opacity": [{
1526
- "divide-opacity": [v]
1527
- }],
1528
- /**
1529
- * Divide Style
1530
- * @see https://tailwindcss.com/docs/divide-style
1531
- */
1532
- "divide-style": [{
1533
- divide: T()
1534
- }],
1535
- /**
1536
- * Border Color
1537
- * @see https://tailwindcss.com/docs/border-color
1538
- */
1539
- "border-color": [{
1540
- border: [l]
1541
- }],
1542
- /**
1543
- * Border Color X
1544
- * @see https://tailwindcss.com/docs/border-color
1545
- */
1546
- "border-color-x": [{
1547
- "border-x": [l]
1548
- }],
1549
- /**
1550
- * Border Color Y
1551
- * @see https://tailwindcss.com/docs/border-color
1552
- */
1553
- "border-color-y": [{
1554
- "border-y": [l]
1555
- }],
1556
- /**
1557
- * Border Color Top
1558
- * @see https://tailwindcss.com/docs/border-color
1559
- */
1560
- "border-color-t": [{
1561
- "border-t": [l]
1562
- }],
1563
- /**
1564
- * Border Color Right
1565
- * @see https://tailwindcss.com/docs/border-color
1566
- */
1567
- "border-color-r": [{
1568
- "border-r": [l]
1569
- }],
1570
- /**
1571
- * Border Color Bottom
1572
- * @see https://tailwindcss.com/docs/border-color
1573
- */
1574
- "border-color-b": [{
1575
- "border-b": [l]
1576
- }],
1577
- /**
1578
- * Border Color Left
1579
- * @see https://tailwindcss.com/docs/border-color
1580
- */
1581
- "border-color-l": [{
1582
- "border-l": [l]
1583
- }],
1584
- /**
1585
- * Divide Color
1586
- * @see https://tailwindcss.com/docs/divide-color
1587
- */
1588
- "divide-color": [{
1589
- divide: [l]
1590
- }],
1591
- /**
1592
- * Outline Style
1593
- * @see https://tailwindcss.com/docs/outline-style
1594
- */
1595
- "outline-style": [{
1596
- outline: ["", ...T()]
1597
- }],
1598
- /**
1599
- * Outline Offset
1600
- * @see https://tailwindcss.com/docs/outline-offset
1601
- */
1602
- "outline-offset": [{
1603
- "outline-offset": [x, i]
1604
- }],
1605
- /**
1606
- * Outline Width
1607
- * @see https://tailwindcss.com/docs/outline-width
1608
- */
1609
- "outline-w": [{
1610
- outline: [x, k]
1611
- }],
1612
- /**
1613
- * Outline Color
1614
- * @see https://tailwindcss.com/docs/outline-color
1615
- */
1616
- "outline-color": [{
1617
- outline: [e]
1618
- }],
1619
- /**
1620
- * Ring Width
1621
- * @see https://tailwindcss.com/docs/ring-width
1622
- */
1623
- "ring-w": [{
1624
- ring: H()
1625
- }],
1626
- /**
1627
- * Ring Width Inset
1628
- * @see https://tailwindcss.com/docs/ring-width
1629
- */
1630
- "ring-w-inset": ["ring-inset"],
1631
- /**
1632
- * Ring Color
1633
- * @see https://tailwindcss.com/docs/ring-color
1634
- */
1635
- "ring-color": [{
1636
- ring: [e]
1637
- }],
1638
- /**
1639
- * Ring Opacity
1640
- * @see https://tailwindcss.com/docs/ring-opacity
1641
- */
1642
- "ring-opacity": [{
1643
- "ring-opacity": [v]
1644
- }],
1645
- /**
1646
- * Ring Offset Width
1647
- * @see https://tailwindcss.com/docs/ring-offset-width
1648
- */
1649
- "ring-offset-w": [{
1650
- "ring-offset": [x, k]
1651
- }],
1652
- /**
1653
- * Ring Offset Color
1654
- * @see https://tailwindcss.com/docs/ring-offset-color
1655
- */
1656
- "ring-offset-color": [{
1657
- "ring-offset": [e]
1658
- }],
1659
- // Effects
1660
- /**
1661
- * Box Shadow
1662
- * @see https://tailwindcss.com/docs/box-shadow
1663
- */
1664
- shadow: [{
1665
- shadow: ["", "inner", "none", z, Te]
1666
- }],
1667
- /**
1668
- * Box Shadow Color
1669
- * @see https://tailwindcss.com/docs/box-shadow-color
1670
- */
1671
- "shadow-color": [{
1672
- shadow: [P]
1673
- }],
1674
- /**
1675
- * Opacity
1676
- * @see https://tailwindcss.com/docs/opacity
1677
- */
1678
- opacity: [{
1679
- opacity: [v]
1680
- }],
1681
- /**
1682
- * Mix Blend Mode
1683
- * @see https://tailwindcss.com/docs/mix-blend-mode
1684
- */
1685
- "mix-blend": [{
1686
- "mix-blend": Y()
1687
- }],
1688
- /**
1689
- * Background Blend Mode
1690
- * @see https://tailwindcss.com/docs/background-blend-mode
1691
- */
1692
- "bg-blend": [{
1693
- "bg-blend": Y()
1694
- }],
1695
- // Filters
1696
- /**
1697
- * Filter
1698
- * @deprecated since Tailwind CSS v3.0.0
1699
- * @see https://tailwindcss.com/docs/filter
1700
- */
1701
- filter: [{
1702
- filter: ["", "none"]
1703
- }],
1704
- /**
1705
- * Blur
1706
- * @see https://tailwindcss.com/docs/blur
1707
- */
1708
- blur: [{
1709
- blur: [t]
1710
- }],
1711
- /**
1712
- * Brightness
1713
- * @see https://tailwindcss.com/docs/brightness
1714
- */
1715
- brightness: [{
1716
- brightness: [o]
1717
- }],
1718
- /**
1719
- * Contrast
1720
- * @see https://tailwindcss.com/docs/contrast
1721
- */
1722
- contrast: [{
1723
- contrast: [u]
1724
- }],
1725
- /**
1726
- * Drop Shadow
1727
- * @see https://tailwindcss.com/docs/drop-shadow
1728
- */
1729
- "drop-shadow": [{
1730
- "drop-shadow": ["", "none", z, i]
1731
- }],
1732
- /**
1733
- * Grayscale
1734
- * @see https://tailwindcss.com/docs/grayscale
1735
- */
1736
- grayscale: [{
1737
- grayscale: [f]
1738
- }],
1739
- /**
1740
- * Hue Rotate
1741
- * @see https://tailwindcss.com/docs/hue-rotate
1742
- */
1743
- "hue-rotate": [{
1744
- "hue-rotate": [p]
1745
- }],
1746
- /**
1747
- * Invert
1748
- * @see https://tailwindcss.com/docs/invert
1749
- */
1750
- invert: [{
1751
- invert: [g]
1752
- }],
1753
- /**
1754
- * Saturate
1755
- * @see https://tailwindcss.com/docs/saturate
1756
- */
1757
- saturate: [{
1758
- saturate: [O]
1759
- }],
1760
- /**
1761
- * Sepia
1762
- * @see https://tailwindcss.com/docs/sepia
1763
- */
1764
- sepia: [{
1765
- sepia: [J]
1766
- }],
1767
- /**
1768
- * Backdrop Filter
1769
- * @deprecated since Tailwind CSS v3.0.0
1770
- * @see https://tailwindcss.com/docs/backdrop-filter
1771
- */
1772
- "backdrop-filter": [{
1773
- "backdrop-filter": ["", "none"]
1774
- }],
1775
- /**
1776
- * Backdrop Blur
1777
- * @see https://tailwindcss.com/docs/backdrop-blur
1778
- */
1779
- "backdrop-blur": [{
1780
- "backdrop-blur": [t]
1781
- }],
1782
- /**
1783
- * Backdrop Brightness
1784
- * @see https://tailwindcss.com/docs/backdrop-brightness
1785
- */
1786
- "backdrop-brightness": [{
1787
- "backdrop-brightness": [o]
1788
- }],
1789
- /**
1790
- * Backdrop Contrast
1791
- * @see https://tailwindcss.com/docs/backdrop-contrast
1792
- */
1793
- "backdrop-contrast": [{
1794
- "backdrop-contrast": [u]
1795
- }],
1796
- /**
1797
- * Backdrop Grayscale
1798
- * @see https://tailwindcss.com/docs/backdrop-grayscale
1799
- */
1800
- "backdrop-grayscale": [{
1801
- "backdrop-grayscale": [f]
1802
- }],
1803
- /**
1804
- * Backdrop Hue Rotate
1805
- * @see https://tailwindcss.com/docs/backdrop-hue-rotate
1806
- */
1807
- "backdrop-hue-rotate": [{
1808
- "backdrop-hue-rotate": [p]
1809
- }],
1810
- /**
1811
- * Backdrop Invert
1812
- * @see https://tailwindcss.com/docs/backdrop-invert
1813
- */
1814
- "backdrop-invert": [{
1815
- "backdrop-invert": [g]
1816
- }],
1817
- /**
1818
- * Backdrop Opacity
1819
- * @see https://tailwindcss.com/docs/backdrop-opacity
1820
- */
1821
- "backdrop-opacity": [{
1822
- "backdrop-opacity": [v]
1823
- }],
1824
- /**
1825
- * Backdrop Saturate
1826
- * @see https://tailwindcss.com/docs/backdrop-saturate
1827
- */
1828
- "backdrop-saturate": [{
1829
- "backdrop-saturate": [O]
1830
- }],
1831
- /**
1832
- * Backdrop Sepia
1833
- * @see https://tailwindcss.com/docs/backdrop-sepia
1834
- */
1835
- "backdrop-sepia": [{
1836
- "backdrop-sepia": [J]
1837
- }],
1838
- // Tables
1839
- /**
1840
- * Border Collapse
1841
- * @see https://tailwindcss.com/docs/border-collapse
1842
- */
1843
- "border-collapse": [{
1844
- border: ["collapse", "separate"]
1845
- }],
1846
- /**
1847
- * Border Spacing
1848
- * @see https://tailwindcss.com/docs/border-spacing
1849
- */
1850
- "border-spacing": [{
1851
- "border-spacing": [n]
1852
- }],
1853
- /**
1854
- * Border Spacing X
1855
- * @see https://tailwindcss.com/docs/border-spacing
1856
- */
1857
- "border-spacing-x": [{
1858
- "border-spacing-x": [n]
1859
- }],
1860
- /**
1861
- * Border Spacing Y
1862
- * @see https://tailwindcss.com/docs/border-spacing
1863
- */
1864
- "border-spacing-y": [{
1865
- "border-spacing-y": [n]
1866
- }],
1867
- /**
1868
- * Table Layout
1869
- * @see https://tailwindcss.com/docs/table-layout
1870
- */
1871
- "table-layout": [{
1872
- table: ["auto", "fixed"]
1873
- }],
1874
- /**
1875
- * Caption Side
1876
- * @see https://tailwindcss.com/docs/caption-side
1877
- */
1878
- caption: [{
1879
- caption: ["top", "bottom"]
1880
- }],
1881
- // Transitions and Animation
1882
- /**
1883
- * Tranisition Property
1884
- * @see https://tailwindcss.com/docs/transition-property
1885
- */
1886
- transition: [{
1887
- transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", i]
1888
- }],
1889
- /**
1890
- * Transition Duration
1891
- * @see https://tailwindcss.com/docs/transition-duration
1892
- */
1893
- duration: [{
1894
- duration: E()
1895
- }],
1896
- /**
1897
- * Transition Timing Function
1898
- * @see https://tailwindcss.com/docs/transition-timing-function
1899
- */
1900
- ease: [{
1901
- ease: ["linear", "in", "out", "in-out", i]
1902
- }],
1903
- /**
1904
- * Transition Delay
1905
- * @see https://tailwindcss.com/docs/transition-delay
1906
- */
1907
- delay: [{
1908
- delay: E()
1909
- }],
1910
- /**
1911
- * Animation
1912
- * @see https://tailwindcss.com/docs/animation
1913
- */
1914
- animate: [{
1915
- animate: ["none", "spin", "ping", "pulse", "bounce", i]
1916
- }],
1917
- // Transforms
1918
- /**
1919
- * Transform
1920
- * @see https://tailwindcss.com/docs/transform
1921
- */
1922
- transform: [{
1923
- transform: ["", "gpu", "none"]
1924
- }],
1925
- /**
1926
- * Scale
1927
- * @see https://tailwindcss.com/docs/scale
1928
- */
1929
- scale: [{
1930
- scale: [W]
1931
- }],
1932
- /**
1933
- * Scale X
1934
- * @see https://tailwindcss.com/docs/scale
1935
- */
1936
- "scale-x": [{
1937
- "scale-x": [W]
1938
- }],
1939
- /**
1940
- * Scale Y
1941
- * @see https://tailwindcss.com/docs/scale
1942
- */
1943
- "scale-y": [{
1944
- "scale-y": [W]
1945
- }],
1946
- /**
1947
- * Rotate
1948
- * @see https://tailwindcss.com/docs/rotate
1949
- */
1950
- rotate: [{
1951
- rotate: [G, i]
1952
- }],
1953
- /**
1954
- * Translate X
1955
- * @see https://tailwindcss.com/docs/translate
1956
- */
1957
- "translate-x": [{
1958
- "translate-x": [Z]
1959
- }],
1960
- /**
1961
- * Translate Y
1962
- * @see https://tailwindcss.com/docs/translate
1963
- */
1964
- "translate-y": [{
1965
- "translate-y": [Z]
1966
- }],
1967
- /**
1968
- * Skew X
1969
- * @see https://tailwindcss.com/docs/skew
1970
- */
1971
- "skew-x": [{
1972
- "skew-x": [K]
1973
- }],
1974
- /**
1975
- * Skew Y
1976
- * @see https://tailwindcss.com/docs/skew
1977
- */
1978
- "skew-y": [{
1979
- "skew-y": [K]
1980
- }],
1981
- /**
1982
- * Transform Origin
1983
- * @see https://tailwindcss.com/docs/transform-origin
1984
- */
1985
- "transform-origin": [{
1986
- origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", i]
1987
- }],
1988
- // Interactivity
1989
- /**
1990
- * Accent Color
1991
- * @see https://tailwindcss.com/docs/accent-color
1992
- */
1993
- accent: [{
1994
- accent: ["auto", e]
1995
- }],
1996
- /**
1997
- * Appearance
1998
- * @see https://tailwindcss.com/docs/appearance
1999
- */
2000
- appearance: [{
2001
- appearance: ["none", "auto"]
2002
- }],
2003
- /**
2004
- * Cursor
2005
- * @see https://tailwindcss.com/docs/cursor
2006
- */
2007
- cursor: [{
2008
- cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", i]
2009
- }],
2010
- /**
2011
- * Caret Color
2012
- * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2013
- */
2014
- "caret-color": [{
2015
- caret: [e]
2016
- }],
2017
- /**
2018
- * Pointer Events
2019
- * @see https://tailwindcss.com/docs/pointer-events
2020
- */
2021
- "pointer-events": [{
2022
- "pointer-events": ["none", "auto"]
2023
- }],
2024
- /**
2025
- * Resize
2026
- * @see https://tailwindcss.com/docs/resize
2027
- */
2028
- resize: [{
2029
- resize: ["none", "y", "x", ""]
2030
- }],
2031
- /**
2032
- * Scroll Behavior
2033
- * @see https://tailwindcss.com/docs/scroll-behavior
2034
- */
2035
- "scroll-behavior": [{
2036
- scroll: ["auto", "smooth"]
2037
- }],
2038
- /**
2039
- * Scroll Margin
2040
- * @see https://tailwindcss.com/docs/scroll-margin
2041
- */
2042
- "scroll-m": [{
2043
- "scroll-m": d()
2044
- }],
2045
- /**
2046
- * Scroll Margin X
2047
- * @see https://tailwindcss.com/docs/scroll-margin
2048
- */
2049
- "scroll-mx": [{
2050
- "scroll-mx": d()
2051
- }],
2052
- /**
2053
- * Scroll Margin Y
2054
- * @see https://tailwindcss.com/docs/scroll-margin
2055
- */
2056
- "scroll-my": [{
2057
- "scroll-my": d()
2058
- }],
2059
- /**
2060
- * Scroll Margin Start
2061
- * @see https://tailwindcss.com/docs/scroll-margin
2062
- */
2063
- "scroll-ms": [{
2064
- "scroll-ms": d()
2065
- }],
2066
- /**
2067
- * Scroll Margin End
2068
- * @see https://tailwindcss.com/docs/scroll-margin
2069
- */
2070
- "scroll-me": [{
2071
- "scroll-me": d()
2072
- }],
2073
- /**
2074
- * Scroll Margin Top
2075
- * @see https://tailwindcss.com/docs/scroll-margin
2076
- */
2077
- "scroll-mt": [{
2078
- "scroll-mt": d()
2079
- }],
2080
- /**
2081
- * Scroll Margin Right
2082
- * @see https://tailwindcss.com/docs/scroll-margin
2083
- */
2084
- "scroll-mr": [{
2085
- "scroll-mr": d()
2086
- }],
2087
- /**
2088
- * Scroll Margin Bottom
2089
- * @see https://tailwindcss.com/docs/scroll-margin
2090
- */
2091
- "scroll-mb": [{
2092
- "scroll-mb": d()
2093
- }],
2094
- /**
2095
- * Scroll Margin Left
2096
- * @see https://tailwindcss.com/docs/scroll-margin
2097
- */
2098
- "scroll-ml": [{
2099
- "scroll-ml": d()
2100
- }],
2101
- /**
2102
- * Scroll Padding
2103
- * @see https://tailwindcss.com/docs/scroll-padding
2104
- */
2105
- "scroll-p": [{
2106
- "scroll-p": d()
2107
- }],
2108
- /**
2109
- * Scroll Padding X
2110
- * @see https://tailwindcss.com/docs/scroll-padding
2111
- */
2112
- "scroll-px": [{
2113
- "scroll-px": d()
2114
- }],
2115
- /**
2116
- * Scroll Padding Y
2117
- * @see https://tailwindcss.com/docs/scroll-padding
2118
- */
2119
- "scroll-py": [{
2120
- "scroll-py": d()
2121
- }],
2122
- /**
2123
- * Scroll Padding Start
2124
- * @see https://tailwindcss.com/docs/scroll-padding
2125
- */
2126
- "scroll-ps": [{
2127
- "scroll-ps": d()
2128
- }],
2129
- /**
2130
- * Scroll Padding End
2131
- * @see https://tailwindcss.com/docs/scroll-padding
2132
- */
2133
- "scroll-pe": [{
2134
- "scroll-pe": d()
2135
- }],
2136
- /**
2137
- * Scroll Padding Top
2138
- * @see https://tailwindcss.com/docs/scroll-padding
2139
- */
2140
- "scroll-pt": [{
2141
- "scroll-pt": d()
2142
- }],
2143
- /**
2144
- * Scroll Padding Right
2145
- * @see https://tailwindcss.com/docs/scroll-padding
2146
- */
2147
- "scroll-pr": [{
2148
- "scroll-pr": d()
2149
- }],
2150
- /**
2151
- * Scroll Padding Bottom
2152
- * @see https://tailwindcss.com/docs/scroll-padding
2153
- */
2154
- "scroll-pb": [{
2155
- "scroll-pb": d()
2156
- }],
2157
- /**
2158
- * Scroll Padding Left
2159
- * @see https://tailwindcss.com/docs/scroll-padding
2160
- */
2161
- "scroll-pl": [{
2162
- "scroll-pl": d()
2163
- }],
2164
- /**
2165
- * Scroll Snap Align
2166
- * @see https://tailwindcss.com/docs/scroll-snap-align
2167
- */
2168
- "snap-align": [{
2169
- snap: ["start", "end", "center", "align-none"]
2170
- }],
2171
- /**
2172
- * Scroll Snap Stop
2173
- * @see https://tailwindcss.com/docs/scroll-snap-stop
2174
- */
2175
- "snap-stop": [{
2176
- snap: ["normal", "always"]
2177
- }],
2178
- /**
2179
- * Scroll Snap Type
2180
- * @see https://tailwindcss.com/docs/scroll-snap-type
2181
- */
2182
- "snap-type": [{
2183
- snap: ["none", "x", "y", "both"]
2184
- }],
2185
- /**
2186
- * Scroll Snap Type Strictness
2187
- * @see https://tailwindcss.com/docs/scroll-snap-type
2188
- */
2189
- "snap-strictness": [{
2190
- snap: ["mandatory", "proximity"]
2191
- }],
2192
- /**
2193
- * Touch Action
2194
- * @see https://tailwindcss.com/docs/touch-action
2195
- */
2196
- touch: [{
2197
- touch: ["auto", "none", "manipulation"]
2198
- }],
2199
- /**
2200
- * Touch Action X
2201
- * @see https://tailwindcss.com/docs/touch-action
2202
- */
2203
- "touch-x": [{
2204
- "touch-pan": ["x", "left", "right"]
2205
- }],
2206
- /**
2207
- * Touch Action Y
2208
- * @see https://tailwindcss.com/docs/touch-action
2209
- */
2210
- "touch-y": [{
2211
- "touch-pan": ["y", "up", "down"]
2212
- }],
2213
- /**
2214
- * Touch Action Pinch Zoom
2215
- * @see https://tailwindcss.com/docs/touch-action
2216
- */
2217
- "touch-pz": ["touch-pinch-zoom"],
2218
- /**
2219
- * User Select
2220
- * @see https://tailwindcss.com/docs/user-select
2221
- */
2222
- select: [{
2223
- select: ["none", "text", "all", "auto"]
2224
- }],
2225
- /**
2226
- * Will Change
2227
- * @see https://tailwindcss.com/docs/will-change
2228
- */
2229
- "will-change": [{
2230
- "will-change": ["auto", "scroll", "contents", "transform", i]
2231
- }],
2232
- // SVG
2233
- /**
2234
- * Fill
2235
- * @see https://tailwindcss.com/docs/fill
2236
- */
2237
- fill: [{
2238
- fill: [e, "none"]
2239
- }],
2240
- /**
2241
- * Stroke Width
2242
- * @see https://tailwindcss.com/docs/stroke-width
2243
- */
2244
- "stroke-w": [{
2245
- stroke: [x, k, j]
2246
- }],
2247
- /**
2248
- * Stroke
2249
- * @see https://tailwindcss.com/docs/stroke
2250
- */
2251
- stroke: [{
2252
- stroke: [e, "none"]
2253
- }],
2254
- // Accessibility
2255
- /**
2256
- * Screen Readers
2257
- * @see https://tailwindcss.com/docs/screen-readers
2258
- */
2259
- sr: ["sr-only", "not-sr-only"],
2260
- /**
2261
- * Forced Color Adjust
2262
- * @see https://tailwindcss.com/docs/forced-color-adjust
2263
- */
2264
- "forced-color-adjust": [{
2265
- "forced-color-adjust": ["auto", "none"]
2266
- }]
2267
- },
2268
- conflictingClassGroups: {
2269
- overflow: ["overflow-x", "overflow-y"],
2270
- overscroll: ["overscroll-x", "overscroll-y"],
2271
- inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2272
- "inset-x": ["right", "left"],
2273
- "inset-y": ["top", "bottom"],
2274
- flex: ["basis", "grow", "shrink"],
2275
- gap: ["gap-x", "gap-y"],
2276
- p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2277
- px: ["pr", "pl"],
2278
- py: ["pt", "pb"],
2279
- m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2280
- mx: ["mr", "ml"],
2281
- my: ["mt", "mb"],
2282
- size: ["w", "h"],
2283
- "font-size": ["leading"],
2284
- "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2285
- "fvn-ordinal": ["fvn-normal"],
2286
- "fvn-slashed-zero": ["fvn-normal"],
2287
- "fvn-figure": ["fvn-normal"],
2288
- "fvn-spacing": ["fvn-normal"],
2289
- "fvn-fraction": ["fvn-normal"],
2290
- "line-clamp": ["display", "overflow"],
2291
- 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"],
2292
- "rounded-s": ["rounded-ss", "rounded-es"],
2293
- "rounded-e": ["rounded-se", "rounded-ee"],
2294
- "rounded-t": ["rounded-tl", "rounded-tr"],
2295
- "rounded-r": ["rounded-tr", "rounded-br"],
2296
- "rounded-b": ["rounded-br", "rounded-bl"],
2297
- "rounded-l": ["rounded-tl", "rounded-bl"],
2298
- "border-spacing": ["border-spacing-x", "border-spacing-y"],
2299
- "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2300
- "border-w-x": ["border-w-r", "border-w-l"],
2301
- "border-w-y": ["border-w-t", "border-w-b"],
2302
- "border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2303
- "border-color-x": ["border-color-r", "border-color-l"],
2304
- "border-color-y": ["border-color-t", "border-color-b"],
2305
- "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2306
- "scroll-mx": ["scroll-mr", "scroll-ml"],
2307
- "scroll-my": ["scroll-mt", "scroll-mb"],
2308
- "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2309
- "scroll-px": ["scroll-pr", "scroll-pl"],
2310
- "scroll-py": ["scroll-pt", "scroll-pb"],
2311
- touch: ["touch-x", "touch-y", "touch-pz"],
2312
- "touch-x": ["touch"],
2313
- "touch-y": ["touch"],
2314
- "touch-pz": ["touch"]
2315
- },
2316
- conflictingClassGroupModifiers: {
2317
- "font-size": ["leading"]
2318
- }
2319
- };
2320
- }
2321
- function We(e, {
2322
- cacheSize: r,
2323
- prefix: t,
2324
- separator: o,
2325
- extend: l = {},
2326
- override: s = {}
2327
- }) {
2328
- L(e, "cacheSize", r), L(e, "prefix", t), L(e, "separator", o);
2329
- for (const n in s)
2330
- Ve(e[n], s[n]);
2331
- for (const n in l)
2332
- Ne(e[n], l[n]);
2333
- return e;
2334
- }
2335
- function L(e, r, t) {
2336
- t !== void 0 && (e[r] = t);
2337
- }
2338
- function Ve(e, r) {
2339
- if (r)
2340
- for (const t in r)
2341
- L(e, t, r[t]);
2342
- }
2343
- function Ne(e, r) {
2344
- if (r)
2345
- for (const t in r) {
2346
- const o = r[t];
2347
- o !== void 0 && (e[t] = (e[t] || []).concat(o));
2348
- }
2349
- }
2350
- function _e(e, ...r) {
2351
- return typeof e == "function" ? U(F, e, ...r) : U(() => We(F(), e), ...r);
2352
- }
2353
- const $e = /* @__PURE__ */ U(F);
36
+ ) });
37
+ s.displayName = "Tooltip.Content";
38
+ const R = {
39
+ Root: a,
40
+ Trigger: l(d),
41
+ Content: l(s)
42
+ };
2354
43
  export {
2355
- U as createTailwindMerge,
2356
- _e as extendTailwindMerge,
2357
- c as fromTheme,
2358
- F as getDefaultConfig,
2359
- We as mergeConfigs,
2360
- ye as twJoin,
2361
- $e as twMerge
44
+ R as Tooltip,
45
+ s as TooltipContent,
46
+ a as TooltipRoot,
47
+ d as TooltipTrigger
2362
48
  };
2363
49
  //# sourceMappingURL=fondue-components11.js.map