ics-ui-kit 0.1.0-alpha.1 → 0.1.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle-mjs-BQaSeS8G.js +4975 -0
- package/dist/bundle-mjs-BQaSeS8G.js.map +1 -0
- package/dist/components/scheduler.js +4154 -6388
- package/dist/components/scheduler.js.map +1 -1
- package/dist/index.js +153 -203
- package/dist/index.js.map +1 -1
- package/package.json +105 -96
- package/dist/index-DBNvHuQo.js +0 -266
- package/dist/index-DBNvHuQo.js.map +0 -1
|
@@ -0,0 +1,4975 @@
|
|
|
1
|
+
var fr = Object.defineProperty, br = Object.defineProperties;
|
|
2
|
+
var gr = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var xe = Object.getOwnPropertySymbols;
|
|
4
|
+
var Oe = Object.prototype.hasOwnProperty, Le = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Te = (e, t, r) => t in e ? fr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, j = (e, t) => {
|
|
6
|
+
for (var r in t || (t = {}))
|
|
7
|
+
Oe.call(t, r) && Te(e, r, t[r]);
|
|
8
|
+
if (xe)
|
|
9
|
+
for (var r of xe(t))
|
|
10
|
+
Le.call(t, r) && Te(e, r, t[r]);
|
|
11
|
+
return e;
|
|
12
|
+
}, ue = (e, t) => br(e, gr(t));
|
|
13
|
+
var pe = (e, t) => {
|
|
14
|
+
var r = {};
|
|
15
|
+
for (var o in e)
|
|
16
|
+
Oe.call(e, o) && t.indexOf(o) < 0 && (r[o] = e[o]);
|
|
17
|
+
if (e != null && xe)
|
|
18
|
+
for (var o of xe(e))
|
|
19
|
+
t.indexOf(o) < 0 && Le.call(e, o) && (r[o] = e[o]);
|
|
20
|
+
return r;
|
|
21
|
+
};
|
|
22
|
+
import * as W from "react";
|
|
23
|
+
import { jsx as Ae, Fragment as mr } from "react/jsx-runtime";
|
|
24
|
+
var We = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, L = (e) => !e || typeof e != "object" || Object.keys(e).length === 0, hr = (e, t) => JSON.stringify(e) === JSON.stringify(t);
|
|
25
|
+
function Ke(e, t) {
|
|
26
|
+
e.forEach(function(r) {
|
|
27
|
+
Array.isArray(r) ? Ke(r, t) : t.push(r);
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
function Xe(e) {
|
|
31
|
+
let t = [];
|
|
32
|
+
return Ke(e, t), t;
|
|
33
|
+
}
|
|
34
|
+
var Ze = (...e) => Xe(e).filter(Boolean), Qe = (e, t) => {
|
|
35
|
+
let r = {}, o = Object.keys(e), s = Object.keys(t);
|
|
36
|
+
for (let n of o) if (s.includes(n)) {
|
|
37
|
+
let l = e[n], i = t[n];
|
|
38
|
+
Array.isArray(l) || Array.isArray(i) ? r[n] = Ze(i, l) : typeof l == "object" && typeof i == "object" ? r[n] = Qe(l, i) : r[n] = i + " " + l;
|
|
39
|
+
} else r[n] = e[n];
|
|
40
|
+
for (let n of s) o.includes(n) || (r[n] = t[n]);
|
|
41
|
+
return r;
|
|
42
|
+
}, _e = (e) => !e || typeof e != "string" ? e : e.replace(/\s+/g, " ").trim();
|
|
43
|
+
const Ee = "-", yr = (e) => {
|
|
44
|
+
const t = wr(e), {
|
|
45
|
+
conflictingClassGroups: r,
|
|
46
|
+
conflictingClassGroupModifiers: o
|
|
47
|
+
} = e;
|
|
48
|
+
return {
|
|
49
|
+
getClassGroupId: (l) => {
|
|
50
|
+
const i = l.split(Ee);
|
|
51
|
+
return i[0] === "" && i.length !== 1 && i.shift(), Ye(i, t) || xr(l);
|
|
52
|
+
},
|
|
53
|
+
getConflictingClassGroupIds: (l, i) => {
|
|
54
|
+
const a = r[l] || [];
|
|
55
|
+
return i && o[l] ? [...a, ...o[l]] : a;
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
}, Ye = (e, t) => {
|
|
59
|
+
var l;
|
|
60
|
+
if (e.length === 0)
|
|
61
|
+
return t.classGroupId;
|
|
62
|
+
const r = e[0], o = t.nextPart.get(r), s = o ? Ye(e.slice(1), o) : void 0;
|
|
63
|
+
if (s)
|
|
64
|
+
return s;
|
|
65
|
+
if (t.validators.length === 0)
|
|
66
|
+
return;
|
|
67
|
+
const n = e.join(Ee);
|
|
68
|
+
return (l = t.validators.find(({
|
|
69
|
+
validator: i
|
|
70
|
+
}) => i(n))) == null ? void 0 : l.classGroupId;
|
|
71
|
+
}, Be = /^\[(.+)\]$/, xr = (e) => {
|
|
72
|
+
if (Be.test(e)) {
|
|
73
|
+
const t = Be.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
74
|
+
if (r)
|
|
75
|
+
return "arbitrary.." + r;
|
|
76
|
+
}
|
|
77
|
+
}, wr = (e) => {
|
|
78
|
+
const {
|
|
79
|
+
theme: t,
|
|
80
|
+
prefix: r
|
|
81
|
+
} = e, o = {
|
|
82
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
83
|
+
validators: []
|
|
84
|
+
};
|
|
85
|
+
return kr(Object.entries(e.classGroups), r).forEach(([n, l]) => {
|
|
86
|
+
Se(l, o, n, t);
|
|
87
|
+
}), o;
|
|
88
|
+
}, Se = (e, t, r, o) => {
|
|
89
|
+
e.forEach((s) => {
|
|
90
|
+
if (typeof s == "string") {
|
|
91
|
+
const n = s === "" ? t : Fe(t, s);
|
|
92
|
+
n.classGroupId = r;
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
if (typeof s == "function") {
|
|
96
|
+
if (vr(s)) {
|
|
97
|
+
Se(s(o), t, r, o);
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
t.validators.push({
|
|
101
|
+
validator: s,
|
|
102
|
+
classGroupId: r
|
|
103
|
+
});
|
|
104
|
+
return;
|
|
105
|
+
}
|
|
106
|
+
Object.entries(s).forEach(([n, l]) => {
|
|
107
|
+
Se(l, Fe(t, n), r, o);
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
}, Fe = (e, t) => {
|
|
111
|
+
let r = e;
|
|
112
|
+
return t.split(Ee).forEach((o) => {
|
|
113
|
+
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
114
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
115
|
+
validators: []
|
|
116
|
+
}), r = r.nextPart.get(o);
|
|
117
|
+
}), r;
|
|
118
|
+
}, vr = (e) => e.isThemeGetter, kr = (e, t) => t ? e.map(([r, o]) => {
|
|
119
|
+
const s = o.map((n) => typeof n == "string" ? t + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([l, i]) => [t + l, i])) : n);
|
|
120
|
+
return [r, s];
|
|
121
|
+
}) : e, Cr = (e) => {
|
|
122
|
+
if (e < 1)
|
|
123
|
+
return {
|
|
124
|
+
get: () => {
|
|
125
|
+
},
|
|
126
|
+
set: () => {
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
130
|
+
const s = (n, l) => {
|
|
131
|
+
r.set(n, l), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
|
|
132
|
+
};
|
|
133
|
+
return {
|
|
134
|
+
get(n) {
|
|
135
|
+
let l = r.get(n);
|
|
136
|
+
if (l !== void 0)
|
|
137
|
+
return l;
|
|
138
|
+
if ((l = o.get(n)) !== void 0)
|
|
139
|
+
return s(n, l), l;
|
|
140
|
+
},
|
|
141
|
+
set(n, l) {
|
|
142
|
+
r.has(n) ? r.set(n, l) : s(n, l);
|
|
143
|
+
}
|
|
144
|
+
};
|
|
145
|
+
}, De = "!", zr = (e) => {
|
|
146
|
+
const {
|
|
147
|
+
separator: t,
|
|
148
|
+
experimentalParseClassName: r
|
|
149
|
+
} = e, o = t.length === 1, s = t[0], n = t.length, l = (i) => {
|
|
150
|
+
const a = [];
|
|
151
|
+
let y = 0, b = 0, P;
|
|
152
|
+
for (let w = 0; w < i.length; w++) {
|
|
153
|
+
let G = i[w];
|
|
154
|
+
if (y === 0) {
|
|
155
|
+
if (G === s && (o || i.slice(w, w + n) === t)) {
|
|
156
|
+
a.push(i.slice(b, w)), b = w + n;
|
|
157
|
+
continue;
|
|
158
|
+
}
|
|
159
|
+
if (G === "/") {
|
|
160
|
+
P = w;
|
|
161
|
+
continue;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
G === "[" ? y++ : G === "]" && y--;
|
|
165
|
+
}
|
|
166
|
+
const E = a.length === 0 ? i : i.substring(b), V = E.startsWith(De), M = V ? E.substring(1) : E, k = P && P > b ? P - b : void 0;
|
|
167
|
+
return {
|
|
168
|
+
modifiers: a,
|
|
169
|
+
hasImportantModifier: V,
|
|
170
|
+
baseClassName: M,
|
|
171
|
+
maybePostfixModifierPosition: k
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
return r ? (i) => r({
|
|
175
|
+
className: i,
|
|
176
|
+
parseClassName: l
|
|
177
|
+
}) : l;
|
|
178
|
+
}, Ar = (e) => {
|
|
179
|
+
if (e.length <= 1)
|
|
180
|
+
return e;
|
|
181
|
+
const t = [];
|
|
182
|
+
let r = [];
|
|
183
|
+
return e.forEach((o) => {
|
|
184
|
+
o[0] === "[" ? (t.push(...r.sort(), o), r = []) : r.push(o);
|
|
185
|
+
}), t.push(...r.sort()), t;
|
|
186
|
+
}, Sr = (e) => j({
|
|
187
|
+
cache: Cr(e.cacheSize),
|
|
188
|
+
parseClassName: zr(e)
|
|
189
|
+
}, yr(e)), Mr = /\s+/, Rr = (e, t) => {
|
|
190
|
+
const {
|
|
191
|
+
parseClassName: r,
|
|
192
|
+
getClassGroupId: o,
|
|
193
|
+
getConflictingClassGroupIds: s
|
|
194
|
+
} = t, n = [], l = e.trim().split(Mr);
|
|
195
|
+
let i = "";
|
|
196
|
+
for (let a = l.length - 1; a >= 0; a -= 1) {
|
|
197
|
+
const y = l[a], {
|
|
198
|
+
modifiers: b,
|
|
199
|
+
hasImportantModifier: P,
|
|
200
|
+
baseClassName: E,
|
|
201
|
+
maybePostfixModifierPosition: V
|
|
202
|
+
} = r(y);
|
|
203
|
+
let M = !!V, k = o(M ? E.substring(0, V) : E);
|
|
204
|
+
if (!k) {
|
|
205
|
+
if (!M) {
|
|
206
|
+
i = y + (i.length > 0 ? " " + i : i);
|
|
207
|
+
continue;
|
|
208
|
+
}
|
|
209
|
+
if (k = o(E), !k) {
|
|
210
|
+
i = y + (i.length > 0 ? " " + i : i);
|
|
211
|
+
continue;
|
|
212
|
+
}
|
|
213
|
+
M = !1;
|
|
214
|
+
}
|
|
215
|
+
const w = Ar(b).join(":"), G = P ? w + De : w, z = G + k;
|
|
216
|
+
if (n.includes(z))
|
|
217
|
+
continue;
|
|
218
|
+
n.push(z);
|
|
219
|
+
const _ = s(k, M);
|
|
220
|
+
for (let O = 0; O < _.length; ++O) {
|
|
221
|
+
const B = _[O];
|
|
222
|
+
n.push(G + B);
|
|
223
|
+
}
|
|
224
|
+
i = y + (i.length > 0 ? " " + i : i);
|
|
225
|
+
}
|
|
226
|
+
return i;
|
|
227
|
+
};
|
|
228
|
+
function Gr() {
|
|
229
|
+
let e = 0, t, r, o = "";
|
|
230
|
+
for (; e < arguments.length; )
|
|
231
|
+
(t = arguments[e++]) && (r = er(t)) && (o && (o += " "), o += r);
|
|
232
|
+
return o;
|
|
233
|
+
}
|
|
234
|
+
const er = (e) => {
|
|
235
|
+
if (typeof e == "string")
|
|
236
|
+
return e;
|
|
237
|
+
let t, r = "";
|
|
238
|
+
for (let o = 0; o < e.length; o++)
|
|
239
|
+
e[o] && (t = er(e[o])) && (r && (r += " "), r += t);
|
|
240
|
+
return r;
|
|
241
|
+
};
|
|
242
|
+
function Me(e, ...t) {
|
|
243
|
+
let r, o, s, n = l;
|
|
244
|
+
function l(a) {
|
|
245
|
+
const y = t.reduce((b, P) => P(b), e());
|
|
246
|
+
return r = Sr(y), o = r.cache.get, s = r.cache.set, n = i, i(a);
|
|
247
|
+
}
|
|
248
|
+
function i(a) {
|
|
249
|
+
const y = o(a);
|
|
250
|
+
if (y)
|
|
251
|
+
return y;
|
|
252
|
+
const b = Rr(a, r);
|
|
253
|
+
return s(a, b), b;
|
|
254
|
+
}
|
|
255
|
+
return function() {
|
|
256
|
+
return n(Gr.apply(null, arguments));
|
|
257
|
+
};
|
|
258
|
+
}
|
|
259
|
+
const $ = (e) => {
|
|
260
|
+
const t = (r) => r[e] || [];
|
|
261
|
+
return t.isThemeGetter = !0, t;
|
|
262
|
+
}, rr = /^\[(?:([a-z-]+):)?(.+)\]$/i, Pr = /^\d+\/\d+$/, $r = /* @__PURE__ */ new Set(["px", "full", "screen"]), Ir = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, jr = /\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$/, Er = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Vr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Nr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, K = (e) => ie(e) || $r.has(e) || Pr.test(e), D = (e) => ae(e, "length", Ur), ie = (e) => !!e && !Number.isNaN(Number(e)), ke = (e) => ae(e, "number", ie), fe = (e) => !!e && Number.isInteger(Number(e)), Tr = (e) => e.endsWith("%") && ie(e.slice(0, -1)), h = (e) => rr.test(e), ee = (e) => Ir.test(e), Or = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Lr = (e) => ae(e, Or, tr), Wr = (e) => ae(e, "position", tr), _r = /* @__PURE__ */ new Set(["image", "url"]), Br = (e) => ae(e, _r, Jr), Fr = (e) => ae(e, "", qr), be = () => !0, ae = (e, t, r) => {
|
|
263
|
+
const o = rr.exec(e);
|
|
264
|
+
return o ? o[1] ? typeof t == "string" ? o[1] === t : t.has(o[1]) : r(o[2]) : !1;
|
|
265
|
+
}, Ur = (e) => (
|
|
266
|
+
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
267
|
+
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
268
|
+
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
269
|
+
jr.test(e) && !Er.test(e)
|
|
270
|
+
), tr = () => !1, qr = (e) => Vr.test(e), Jr = (e) => Nr.test(e), Re = () => {
|
|
271
|
+
const e = $("colors"), t = $("spacing"), r = $("blur"), o = $("brightness"), s = $("borderColor"), n = $("borderRadius"), l = $("borderSpacing"), i = $("borderWidth"), a = $("contrast"), y = $("grayscale"), b = $("hueRotate"), P = $("invert"), E = $("gap"), V = $("gradientColorStops"), M = $("gradientColorStopPositions"), k = $("inset"), w = $("margin"), G = $("opacity"), z = $("padding"), _ = $("saturate"), O = $("scale"), B = $("sepia"), N = $("skew"), U = $("space"), Z = $("translate"), F = () => ["auto", "contain", "none"], Q = () => ["auto", "hidden", "clip", "visible", "scroll"], q = () => ["auto", h, t], p = () => [h, t], m = () => ["", K, D], u = () => ["auto", ie, h], x = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], g = () => ["solid", "dashed", "dotted", "double", "none"], S = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], f = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], R = () => ["", "0", h], v = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], A = () => [ie, h];
|
|
272
|
+
return {
|
|
273
|
+
cacheSize: 500,
|
|
274
|
+
separator: ":",
|
|
275
|
+
theme: {
|
|
276
|
+
colors: [be],
|
|
277
|
+
spacing: [K, D],
|
|
278
|
+
blur: ["none", "", ee, h],
|
|
279
|
+
brightness: A(),
|
|
280
|
+
borderColor: [e],
|
|
281
|
+
borderRadius: ["none", "", "full", ee, h],
|
|
282
|
+
borderSpacing: p(),
|
|
283
|
+
borderWidth: m(),
|
|
284
|
+
contrast: A(),
|
|
285
|
+
grayscale: R(),
|
|
286
|
+
hueRotate: A(),
|
|
287
|
+
invert: R(),
|
|
288
|
+
gap: p(),
|
|
289
|
+
gradientColorStops: [e],
|
|
290
|
+
gradientColorStopPositions: [Tr, D],
|
|
291
|
+
inset: q(),
|
|
292
|
+
margin: q(),
|
|
293
|
+
opacity: A(),
|
|
294
|
+
padding: p(),
|
|
295
|
+
saturate: A(),
|
|
296
|
+
scale: A(),
|
|
297
|
+
sepia: R(),
|
|
298
|
+
skew: A(),
|
|
299
|
+
space: p(),
|
|
300
|
+
translate: p()
|
|
301
|
+
},
|
|
302
|
+
classGroups: {
|
|
303
|
+
// Layout
|
|
304
|
+
/**
|
|
305
|
+
* Aspect Ratio
|
|
306
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
307
|
+
*/
|
|
308
|
+
aspect: [{
|
|
309
|
+
aspect: ["auto", "square", "video", h]
|
|
310
|
+
}],
|
|
311
|
+
/**
|
|
312
|
+
* Container
|
|
313
|
+
* @see https://tailwindcss.com/docs/container
|
|
314
|
+
*/
|
|
315
|
+
container: ["container"],
|
|
316
|
+
/**
|
|
317
|
+
* Columns
|
|
318
|
+
* @see https://tailwindcss.com/docs/columns
|
|
319
|
+
*/
|
|
320
|
+
columns: [{
|
|
321
|
+
columns: [ee]
|
|
322
|
+
}],
|
|
323
|
+
/**
|
|
324
|
+
* Break After
|
|
325
|
+
* @see https://tailwindcss.com/docs/break-after
|
|
326
|
+
*/
|
|
327
|
+
"break-after": [{
|
|
328
|
+
"break-after": v()
|
|
329
|
+
}],
|
|
330
|
+
/**
|
|
331
|
+
* Break Before
|
|
332
|
+
* @see https://tailwindcss.com/docs/break-before
|
|
333
|
+
*/
|
|
334
|
+
"break-before": [{
|
|
335
|
+
"break-before": v()
|
|
336
|
+
}],
|
|
337
|
+
/**
|
|
338
|
+
* Break Inside
|
|
339
|
+
* @see https://tailwindcss.com/docs/break-inside
|
|
340
|
+
*/
|
|
341
|
+
"break-inside": [{
|
|
342
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
343
|
+
}],
|
|
344
|
+
/**
|
|
345
|
+
* Box Decoration Break
|
|
346
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
347
|
+
*/
|
|
348
|
+
"box-decoration": [{
|
|
349
|
+
"box-decoration": ["slice", "clone"]
|
|
350
|
+
}],
|
|
351
|
+
/**
|
|
352
|
+
* Box Sizing
|
|
353
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
|
354
|
+
*/
|
|
355
|
+
box: [{
|
|
356
|
+
box: ["border", "content"]
|
|
357
|
+
}],
|
|
358
|
+
/**
|
|
359
|
+
* Display
|
|
360
|
+
* @see https://tailwindcss.com/docs/display
|
|
361
|
+
*/
|
|
362
|
+
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"],
|
|
363
|
+
/**
|
|
364
|
+
* Floats
|
|
365
|
+
* @see https://tailwindcss.com/docs/float
|
|
366
|
+
*/
|
|
367
|
+
float: [{
|
|
368
|
+
float: ["right", "left", "none", "start", "end"]
|
|
369
|
+
}],
|
|
370
|
+
/**
|
|
371
|
+
* Clear
|
|
372
|
+
* @see https://tailwindcss.com/docs/clear
|
|
373
|
+
*/
|
|
374
|
+
clear: [{
|
|
375
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
|
376
|
+
}],
|
|
377
|
+
/**
|
|
378
|
+
* Isolation
|
|
379
|
+
* @see https://tailwindcss.com/docs/isolation
|
|
380
|
+
*/
|
|
381
|
+
isolation: ["isolate", "isolation-auto"],
|
|
382
|
+
/**
|
|
383
|
+
* Object Fit
|
|
384
|
+
* @see https://tailwindcss.com/docs/object-fit
|
|
385
|
+
*/
|
|
386
|
+
"object-fit": [{
|
|
387
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
388
|
+
}],
|
|
389
|
+
/**
|
|
390
|
+
* Object Position
|
|
391
|
+
* @see https://tailwindcss.com/docs/object-position
|
|
392
|
+
*/
|
|
393
|
+
"object-position": [{
|
|
394
|
+
object: [...x(), h]
|
|
395
|
+
}],
|
|
396
|
+
/**
|
|
397
|
+
* Overflow
|
|
398
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
399
|
+
*/
|
|
400
|
+
overflow: [{
|
|
401
|
+
overflow: Q()
|
|
402
|
+
}],
|
|
403
|
+
/**
|
|
404
|
+
* Overflow X
|
|
405
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
406
|
+
*/
|
|
407
|
+
"overflow-x": [{
|
|
408
|
+
"overflow-x": Q()
|
|
409
|
+
}],
|
|
410
|
+
/**
|
|
411
|
+
* Overflow Y
|
|
412
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
413
|
+
*/
|
|
414
|
+
"overflow-y": [{
|
|
415
|
+
"overflow-y": Q()
|
|
416
|
+
}],
|
|
417
|
+
/**
|
|
418
|
+
* Overscroll Behavior
|
|
419
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
420
|
+
*/
|
|
421
|
+
overscroll: [{
|
|
422
|
+
overscroll: F()
|
|
423
|
+
}],
|
|
424
|
+
/**
|
|
425
|
+
* Overscroll Behavior X
|
|
426
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
427
|
+
*/
|
|
428
|
+
"overscroll-x": [{
|
|
429
|
+
"overscroll-x": F()
|
|
430
|
+
}],
|
|
431
|
+
/**
|
|
432
|
+
* Overscroll Behavior Y
|
|
433
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
434
|
+
*/
|
|
435
|
+
"overscroll-y": [{
|
|
436
|
+
"overscroll-y": F()
|
|
437
|
+
}],
|
|
438
|
+
/**
|
|
439
|
+
* Position
|
|
440
|
+
* @see https://tailwindcss.com/docs/position
|
|
441
|
+
*/
|
|
442
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
443
|
+
/**
|
|
444
|
+
* Top / Right / Bottom / Left
|
|
445
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
446
|
+
*/
|
|
447
|
+
inset: [{
|
|
448
|
+
inset: [k]
|
|
449
|
+
}],
|
|
450
|
+
/**
|
|
451
|
+
* Right / Left
|
|
452
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
453
|
+
*/
|
|
454
|
+
"inset-x": [{
|
|
455
|
+
"inset-x": [k]
|
|
456
|
+
}],
|
|
457
|
+
/**
|
|
458
|
+
* Top / Bottom
|
|
459
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
460
|
+
*/
|
|
461
|
+
"inset-y": [{
|
|
462
|
+
"inset-y": [k]
|
|
463
|
+
}],
|
|
464
|
+
/**
|
|
465
|
+
* Start
|
|
466
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
467
|
+
*/
|
|
468
|
+
start: [{
|
|
469
|
+
start: [k]
|
|
470
|
+
}],
|
|
471
|
+
/**
|
|
472
|
+
* End
|
|
473
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
474
|
+
*/
|
|
475
|
+
end: [{
|
|
476
|
+
end: [k]
|
|
477
|
+
}],
|
|
478
|
+
/**
|
|
479
|
+
* Top
|
|
480
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
481
|
+
*/
|
|
482
|
+
top: [{
|
|
483
|
+
top: [k]
|
|
484
|
+
}],
|
|
485
|
+
/**
|
|
486
|
+
* Right
|
|
487
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
488
|
+
*/
|
|
489
|
+
right: [{
|
|
490
|
+
right: [k]
|
|
491
|
+
}],
|
|
492
|
+
/**
|
|
493
|
+
* Bottom
|
|
494
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
495
|
+
*/
|
|
496
|
+
bottom: [{
|
|
497
|
+
bottom: [k]
|
|
498
|
+
}],
|
|
499
|
+
/**
|
|
500
|
+
* Left
|
|
501
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
502
|
+
*/
|
|
503
|
+
left: [{
|
|
504
|
+
left: [k]
|
|
505
|
+
}],
|
|
506
|
+
/**
|
|
507
|
+
* Visibility
|
|
508
|
+
* @see https://tailwindcss.com/docs/visibility
|
|
509
|
+
*/
|
|
510
|
+
visibility: ["visible", "invisible", "collapse"],
|
|
511
|
+
/**
|
|
512
|
+
* Z-Index
|
|
513
|
+
* @see https://tailwindcss.com/docs/z-index
|
|
514
|
+
*/
|
|
515
|
+
z: [{
|
|
516
|
+
z: ["auto", fe, h]
|
|
517
|
+
}],
|
|
518
|
+
// Flexbox and Grid
|
|
519
|
+
/**
|
|
520
|
+
* Flex Basis
|
|
521
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
|
522
|
+
*/
|
|
523
|
+
basis: [{
|
|
524
|
+
basis: q()
|
|
525
|
+
}],
|
|
526
|
+
/**
|
|
527
|
+
* Flex Direction
|
|
528
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
|
529
|
+
*/
|
|
530
|
+
"flex-direction": [{
|
|
531
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
532
|
+
}],
|
|
533
|
+
/**
|
|
534
|
+
* Flex Wrap
|
|
535
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
|
536
|
+
*/
|
|
537
|
+
"flex-wrap": [{
|
|
538
|
+
flex: ["wrap", "wrap-reverse", "nowrap"]
|
|
539
|
+
}],
|
|
540
|
+
/**
|
|
541
|
+
* Flex
|
|
542
|
+
* @see https://tailwindcss.com/docs/flex
|
|
543
|
+
*/
|
|
544
|
+
flex: [{
|
|
545
|
+
flex: ["1", "auto", "initial", "none", h]
|
|
546
|
+
}],
|
|
547
|
+
/**
|
|
548
|
+
* Flex Grow
|
|
549
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
|
550
|
+
*/
|
|
551
|
+
grow: [{
|
|
552
|
+
grow: R()
|
|
553
|
+
}],
|
|
554
|
+
/**
|
|
555
|
+
* Flex Shrink
|
|
556
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
|
557
|
+
*/
|
|
558
|
+
shrink: [{
|
|
559
|
+
shrink: R()
|
|
560
|
+
}],
|
|
561
|
+
/**
|
|
562
|
+
* Order
|
|
563
|
+
* @see https://tailwindcss.com/docs/order
|
|
564
|
+
*/
|
|
565
|
+
order: [{
|
|
566
|
+
order: ["first", "last", "none", fe, h]
|
|
567
|
+
}],
|
|
568
|
+
/**
|
|
569
|
+
* Grid Template Columns
|
|
570
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
571
|
+
*/
|
|
572
|
+
"grid-cols": [{
|
|
573
|
+
"grid-cols": [be]
|
|
574
|
+
}],
|
|
575
|
+
/**
|
|
576
|
+
* Grid Column Start / End
|
|
577
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
578
|
+
*/
|
|
579
|
+
"col-start-end": [{
|
|
580
|
+
col: ["auto", {
|
|
581
|
+
span: ["full", fe, h]
|
|
582
|
+
}, h]
|
|
583
|
+
}],
|
|
584
|
+
/**
|
|
585
|
+
* Grid Column Start
|
|
586
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
587
|
+
*/
|
|
588
|
+
"col-start": [{
|
|
589
|
+
"col-start": u()
|
|
590
|
+
}],
|
|
591
|
+
/**
|
|
592
|
+
* Grid Column End
|
|
593
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
594
|
+
*/
|
|
595
|
+
"col-end": [{
|
|
596
|
+
"col-end": u()
|
|
597
|
+
}],
|
|
598
|
+
/**
|
|
599
|
+
* Grid Template Rows
|
|
600
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
601
|
+
*/
|
|
602
|
+
"grid-rows": [{
|
|
603
|
+
"grid-rows": [be]
|
|
604
|
+
}],
|
|
605
|
+
/**
|
|
606
|
+
* Grid Row Start / End
|
|
607
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
608
|
+
*/
|
|
609
|
+
"row-start-end": [{
|
|
610
|
+
row: ["auto", {
|
|
611
|
+
span: [fe, h]
|
|
612
|
+
}, h]
|
|
613
|
+
}],
|
|
614
|
+
/**
|
|
615
|
+
* Grid Row Start
|
|
616
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
617
|
+
*/
|
|
618
|
+
"row-start": [{
|
|
619
|
+
"row-start": u()
|
|
620
|
+
}],
|
|
621
|
+
/**
|
|
622
|
+
* Grid Row End
|
|
623
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
624
|
+
*/
|
|
625
|
+
"row-end": [{
|
|
626
|
+
"row-end": u()
|
|
627
|
+
}],
|
|
628
|
+
/**
|
|
629
|
+
* Grid Auto Flow
|
|
630
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
631
|
+
*/
|
|
632
|
+
"grid-flow": [{
|
|
633
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
634
|
+
}],
|
|
635
|
+
/**
|
|
636
|
+
* Grid Auto Columns
|
|
637
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
638
|
+
*/
|
|
639
|
+
"auto-cols": [{
|
|
640
|
+
"auto-cols": ["auto", "min", "max", "fr", h]
|
|
641
|
+
}],
|
|
642
|
+
/**
|
|
643
|
+
* Grid Auto Rows
|
|
644
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
645
|
+
*/
|
|
646
|
+
"auto-rows": [{
|
|
647
|
+
"auto-rows": ["auto", "min", "max", "fr", h]
|
|
648
|
+
}],
|
|
649
|
+
/**
|
|
650
|
+
* Gap
|
|
651
|
+
* @see https://tailwindcss.com/docs/gap
|
|
652
|
+
*/
|
|
653
|
+
gap: [{
|
|
654
|
+
gap: [E]
|
|
655
|
+
}],
|
|
656
|
+
/**
|
|
657
|
+
* Gap X
|
|
658
|
+
* @see https://tailwindcss.com/docs/gap
|
|
659
|
+
*/
|
|
660
|
+
"gap-x": [{
|
|
661
|
+
"gap-x": [E]
|
|
662
|
+
}],
|
|
663
|
+
/**
|
|
664
|
+
* Gap Y
|
|
665
|
+
* @see https://tailwindcss.com/docs/gap
|
|
666
|
+
*/
|
|
667
|
+
"gap-y": [{
|
|
668
|
+
"gap-y": [E]
|
|
669
|
+
}],
|
|
670
|
+
/**
|
|
671
|
+
* Justify Content
|
|
672
|
+
* @see https://tailwindcss.com/docs/justify-content
|
|
673
|
+
*/
|
|
674
|
+
"justify-content": [{
|
|
675
|
+
justify: ["normal", ...f()]
|
|
676
|
+
}],
|
|
677
|
+
/**
|
|
678
|
+
* Justify Items
|
|
679
|
+
* @see https://tailwindcss.com/docs/justify-items
|
|
680
|
+
*/
|
|
681
|
+
"justify-items": [{
|
|
682
|
+
"justify-items": ["start", "end", "center", "stretch"]
|
|
683
|
+
}],
|
|
684
|
+
/**
|
|
685
|
+
* Justify Self
|
|
686
|
+
* @see https://tailwindcss.com/docs/justify-self
|
|
687
|
+
*/
|
|
688
|
+
"justify-self": [{
|
|
689
|
+
"justify-self": ["auto", "start", "end", "center", "stretch"]
|
|
690
|
+
}],
|
|
691
|
+
/**
|
|
692
|
+
* Align Content
|
|
693
|
+
* @see https://tailwindcss.com/docs/align-content
|
|
694
|
+
*/
|
|
695
|
+
"align-content": [{
|
|
696
|
+
content: ["normal", ...f(), "baseline"]
|
|
697
|
+
}],
|
|
698
|
+
/**
|
|
699
|
+
* Align Items
|
|
700
|
+
* @see https://tailwindcss.com/docs/align-items
|
|
701
|
+
*/
|
|
702
|
+
"align-items": [{
|
|
703
|
+
items: ["start", "end", "center", "baseline", "stretch"]
|
|
704
|
+
}],
|
|
705
|
+
/**
|
|
706
|
+
* Align Self
|
|
707
|
+
* @see https://tailwindcss.com/docs/align-self
|
|
708
|
+
*/
|
|
709
|
+
"align-self": [{
|
|
710
|
+
self: ["auto", "start", "end", "center", "stretch", "baseline"]
|
|
711
|
+
}],
|
|
712
|
+
/**
|
|
713
|
+
* Place Content
|
|
714
|
+
* @see https://tailwindcss.com/docs/place-content
|
|
715
|
+
*/
|
|
716
|
+
"place-content": [{
|
|
717
|
+
"place-content": [...f(), "baseline"]
|
|
718
|
+
}],
|
|
719
|
+
/**
|
|
720
|
+
* Place Items
|
|
721
|
+
* @see https://tailwindcss.com/docs/place-items
|
|
722
|
+
*/
|
|
723
|
+
"place-items": [{
|
|
724
|
+
"place-items": ["start", "end", "center", "baseline", "stretch"]
|
|
725
|
+
}],
|
|
726
|
+
/**
|
|
727
|
+
* Place Self
|
|
728
|
+
* @see https://tailwindcss.com/docs/place-self
|
|
729
|
+
*/
|
|
730
|
+
"place-self": [{
|
|
731
|
+
"place-self": ["auto", "start", "end", "center", "stretch"]
|
|
732
|
+
}],
|
|
733
|
+
// Spacing
|
|
734
|
+
/**
|
|
735
|
+
* Padding
|
|
736
|
+
* @see https://tailwindcss.com/docs/padding
|
|
737
|
+
*/
|
|
738
|
+
p: [{
|
|
739
|
+
p: [z]
|
|
740
|
+
}],
|
|
741
|
+
/**
|
|
742
|
+
* Padding X
|
|
743
|
+
* @see https://tailwindcss.com/docs/padding
|
|
744
|
+
*/
|
|
745
|
+
px: [{
|
|
746
|
+
px: [z]
|
|
747
|
+
}],
|
|
748
|
+
/**
|
|
749
|
+
* Padding Y
|
|
750
|
+
* @see https://tailwindcss.com/docs/padding
|
|
751
|
+
*/
|
|
752
|
+
py: [{
|
|
753
|
+
py: [z]
|
|
754
|
+
}],
|
|
755
|
+
/**
|
|
756
|
+
* Padding Start
|
|
757
|
+
* @see https://tailwindcss.com/docs/padding
|
|
758
|
+
*/
|
|
759
|
+
ps: [{
|
|
760
|
+
ps: [z]
|
|
761
|
+
}],
|
|
762
|
+
/**
|
|
763
|
+
* Padding End
|
|
764
|
+
* @see https://tailwindcss.com/docs/padding
|
|
765
|
+
*/
|
|
766
|
+
pe: [{
|
|
767
|
+
pe: [z]
|
|
768
|
+
}],
|
|
769
|
+
/**
|
|
770
|
+
* Padding Top
|
|
771
|
+
* @see https://tailwindcss.com/docs/padding
|
|
772
|
+
*/
|
|
773
|
+
pt: [{
|
|
774
|
+
pt: [z]
|
|
775
|
+
}],
|
|
776
|
+
/**
|
|
777
|
+
* Padding Right
|
|
778
|
+
* @see https://tailwindcss.com/docs/padding
|
|
779
|
+
*/
|
|
780
|
+
pr: [{
|
|
781
|
+
pr: [z]
|
|
782
|
+
}],
|
|
783
|
+
/**
|
|
784
|
+
* Padding Bottom
|
|
785
|
+
* @see https://tailwindcss.com/docs/padding
|
|
786
|
+
*/
|
|
787
|
+
pb: [{
|
|
788
|
+
pb: [z]
|
|
789
|
+
}],
|
|
790
|
+
/**
|
|
791
|
+
* Padding Left
|
|
792
|
+
* @see https://tailwindcss.com/docs/padding
|
|
793
|
+
*/
|
|
794
|
+
pl: [{
|
|
795
|
+
pl: [z]
|
|
796
|
+
}],
|
|
797
|
+
/**
|
|
798
|
+
* Margin
|
|
799
|
+
* @see https://tailwindcss.com/docs/margin
|
|
800
|
+
*/
|
|
801
|
+
m: [{
|
|
802
|
+
m: [w]
|
|
803
|
+
}],
|
|
804
|
+
/**
|
|
805
|
+
* Margin X
|
|
806
|
+
* @see https://tailwindcss.com/docs/margin
|
|
807
|
+
*/
|
|
808
|
+
mx: [{
|
|
809
|
+
mx: [w]
|
|
810
|
+
}],
|
|
811
|
+
/**
|
|
812
|
+
* Margin Y
|
|
813
|
+
* @see https://tailwindcss.com/docs/margin
|
|
814
|
+
*/
|
|
815
|
+
my: [{
|
|
816
|
+
my: [w]
|
|
817
|
+
}],
|
|
818
|
+
/**
|
|
819
|
+
* Margin Start
|
|
820
|
+
* @see https://tailwindcss.com/docs/margin
|
|
821
|
+
*/
|
|
822
|
+
ms: [{
|
|
823
|
+
ms: [w]
|
|
824
|
+
}],
|
|
825
|
+
/**
|
|
826
|
+
* Margin End
|
|
827
|
+
* @see https://tailwindcss.com/docs/margin
|
|
828
|
+
*/
|
|
829
|
+
me: [{
|
|
830
|
+
me: [w]
|
|
831
|
+
}],
|
|
832
|
+
/**
|
|
833
|
+
* Margin Top
|
|
834
|
+
* @see https://tailwindcss.com/docs/margin
|
|
835
|
+
*/
|
|
836
|
+
mt: [{
|
|
837
|
+
mt: [w]
|
|
838
|
+
}],
|
|
839
|
+
/**
|
|
840
|
+
* Margin Right
|
|
841
|
+
* @see https://tailwindcss.com/docs/margin
|
|
842
|
+
*/
|
|
843
|
+
mr: [{
|
|
844
|
+
mr: [w]
|
|
845
|
+
}],
|
|
846
|
+
/**
|
|
847
|
+
* Margin Bottom
|
|
848
|
+
* @see https://tailwindcss.com/docs/margin
|
|
849
|
+
*/
|
|
850
|
+
mb: [{
|
|
851
|
+
mb: [w]
|
|
852
|
+
}],
|
|
853
|
+
/**
|
|
854
|
+
* Margin Left
|
|
855
|
+
* @see https://tailwindcss.com/docs/margin
|
|
856
|
+
*/
|
|
857
|
+
ml: [{
|
|
858
|
+
ml: [w]
|
|
859
|
+
}],
|
|
860
|
+
/**
|
|
861
|
+
* Space Between X
|
|
862
|
+
* @see https://tailwindcss.com/docs/space
|
|
863
|
+
*/
|
|
864
|
+
"space-x": [{
|
|
865
|
+
"space-x": [U]
|
|
866
|
+
}],
|
|
867
|
+
/**
|
|
868
|
+
* Space Between X Reverse
|
|
869
|
+
* @see https://tailwindcss.com/docs/space
|
|
870
|
+
*/
|
|
871
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
872
|
+
/**
|
|
873
|
+
* Space Between Y
|
|
874
|
+
* @see https://tailwindcss.com/docs/space
|
|
875
|
+
*/
|
|
876
|
+
"space-y": [{
|
|
877
|
+
"space-y": [U]
|
|
878
|
+
}],
|
|
879
|
+
/**
|
|
880
|
+
* Space Between Y Reverse
|
|
881
|
+
* @see https://tailwindcss.com/docs/space
|
|
882
|
+
*/
|
|
883
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
884
|
+
// Sizing
|
|
885
|
+
/**
|
|
886
|
+
* Width
|
|
887
|
+
* @see https://tailwindcss.com/docs/width
|
|
888
|
+
*/
|
|
889
|
+
w: [{
|
|
890
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", h, t]
|
|
891
|
+
}],
|
|
892
|
+
/**
|
|
893
|
+
* Min-Width
|
|
894
|
+
* @see https://tailwindcss.com/docs/min-width
|
|
895
|
+
*/
|
|
896
|
+
"min-w": [{
|
|
897
|
+
"min-w": [h, t, "min", "max", "fit"]
|
|
898
|
+
}],
|
|
899
|
+
/**
|
|
900
|
+
* Max-Width
|
|
901
|
+
* @see https://tailwindcss.com/docs/max-width
|
|
902
|
+
*/
|
|
903
|
+
"max-w": [{
|
|
904
|
+
"max-w": [h, t, "none", "full", "min", "max", "fit", "prose", {
|
|
905
|
+
screen: [ee]
|
|
906
|
+
}, ee]
|
|
907
|
+
}],
|
|
908
|
+
/**
|
|
909
|
+
* Height
|
|
910
|
+
* @see https://tailwindcss.com/docs/height
|
|
911
|
+
*/
|
|
912
|
+
h: [{
|
|
913
|
+
h: [h, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
914
|
+
}],
|
|
915
|
+
/**
|
|
916
|
+
* Min-Height
|
|
917
|
+
* @see https://tailwindcss.com/docs/min-height
|
|
918
|
+
*/
|
|
919
|
+
"min-h": [{
|
|
920
|
+
"min-h": [h, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
921
|
+
}],
|
|
922
|
+
/**
|
|
923
|
+
* Max-Height
|
|
924
|
+
* @see https://tailwindcss.com/docs/max-height
|
|
925
|
+
*/
|
|
926
|
+
"max-h": [{
|
|
927
|
+
"max-h": [h, t, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
928
|
+
}],
|
|
929
|
+
/**
|
|
930
|
+
* Size
|
|
931
|
+
* @see https://tailwindcss.com/docs/size
|
|
932
|
+
*/
|
|
933
|
+
size: [{
|
|
934
|
+
size: [h, t, "auto", "min", "max", "fit"]
|
|
935
|
+
}],
|
|
936
|
+
// Typography
|
|
937
|
+
/**
|
|
938
|
+
* Font Size
|
|
939
|
+
* @see https://tailwindcss.com/docs/font-size
|
|
940
|
+
*/
|
|
941
|
+
"font-size": [{
|
|
942
|
+
text: ["base", ee, D]
|
|
943
|
+
}],
|
|
944
|
+
/**
|
|
945
|
+
* Font Smoothing
|
|
946
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
|
947
|
+
*/
|
|
948
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
949
|
+
/**
|
|
950
|
+
* Font Style
|
|
951
|
+
* @see https://tailwindcss.com/docs/font-style
|
|
952
|
+
*/
|
|
953
|
+
"font-style": ["italic", "not-italic"],
|
|
954
|
+
/**
|
|
955
|
+
* Font Weight
|
|
956
|
+
* @see https://tailwindcss.com/docs/font-weight
|
|
957
|
+
*/
|
|
958
|
+
"font-weight": [{
|
|
959
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", ke]
|
|
960
|
+
}],
|
|
961
|
+
/**
|
|
962
|
+
* Font Family
|
|
963
|
+
* @see https://tailwindcss.com/docs/font-family
|
|
964
|
+
*/
|
|
965
|
+
"font-family": [{
|
|
966
|
+
font: [be]
|
|
967
|
+
}],
|
|
968
|
+
/**
|
|
969
|
+
* Font Variant Numeric
|
|
970
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
971
|
+
*/
|
|
972
|
+
"fvn-normal": ["normal-nums"],
|
|
973
|
+
/**
|
|
974
|
+
* Font Variant Numeric
|
|
975
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
976
|
+
*/
|
|
977
|
+
"fvn-ordinal": ["ordinal"],
|
|
978
|
+
/**
|
|
979
|
+
* Font Variant Numeric
|
|
980
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
981
|
+
*/
|
|
982
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
983
|
+
/**
|
|
984
|
+
* Font Variant Numeric
|
|
985
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
986
|
+
*/
|
|
987
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
988
|
+
/**
|
|
989
|
+
* Font Variant Numeric
|
|
990
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
991
|
+
*/
|
|
992
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
993
|
+
/**
|
|
994
|
+
* Font Variant Numeric
|
|
995
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
996
|
+
*/
|
|
997
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
998
|
+
/**
|
|
999
|
+
* Letter Spacing
|
|
1000
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1001
|
+
*/
|
|
1002
|
+
tracking: [{
|
|
1003
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", h]
|
|
1004
|
+
}],
|
|
1005
|
+
/**
|
|
1006
|
+
* Line Clamp
|
|
1007
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
|
1008
|
+
*/
|
|
1009
|
+
"line-clamp": [{
|
|
1010
|
+
"line-clamp": ["none", ie, ke]
|
|
1011
|
+
}],
|
|
1012
|
+
/**
|
|
1013
|
+
* Line Height
|
|
1014
|
+
* @see https://tailwindcss.com/docs/line-height
|
|
1015
|
+
*/
|
|
1016
|
+
leading: [{
|
|
1017
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", K, h]
|
|
1018
|
+
}],
|
|
1019
|
+
/**
|
|
1020
|
+
* List Style Image
|
|
1021
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
|
1022
|
+
*/
|
|
1023
|
+
"list-image": [{
|
|
1024
|
+
"list-image": ["none", h]
|
|
1025
|
+
}],
|
|
1026
|
+
/**
|
|
1027
|
+
* List Style Type
|
|
1028
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
|
1029
|
+
*/
|
|
1030
|
+
"list-style-type": [{
|
|
1031
|
+
list: ["none", "disc", "decimal", h]
|
|
1032
|
+
}],
|
|
1033
|
+
/**
|
|
1034
|
+
* List Style Position
|
|
1035
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
|
1036
|
+
*/
|
|
1037
|
+
"list-style-position": [{
|
|
1038
|
+
list: ["inside", "outside"]
|
|
1039
|
+
}],
|
|
1040
|
+
/**
|
|
1041
|
+
* Placeholder Color
|
|
1042
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1043
|
+
* @see https://tailwindcss.com/docs/placeholder-color
|
|
1044
|
+
*/
|
|
1045
|
+
"placeholder-color": [{
|
|
1046
|
+
placeholder: [e]
|
|
1047
|
+
}],
|
|
1048
|
+
/**
|
|
1049
|
+
* Placeholder Opacity
|
|
1050
|
+
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1051
|
+
*/
|
|
1052
|
+
"placeholder-opacity": [{
|
|
1053
|
+
"placeholder-opacity": [G]
|
|
1054
|
+
}],
|
|
1055
|
+
/**
|
|
1056
|
+
* Text Alignment
|
|
1057
|
+
* @see https://tailwindcss.com/docs/text-align
|
|
1058
|
+
*/
|
|
1059
|
+
"text-alignment": [{
|
|
1060
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1061
|
+
}],
|
|
1062
|
+
/**
|
|
1063
|
+
* Text Color
|
|
1064
|
+
* @see https://tailwindcss.com/docs/text-color
|
|
1065
|
+
*/
|
|
1066
|
+
"text-color": [{
|
|
1067
|
+
text: [e]
|
|
1068
|
+
}],
|
|
1069
|
+
/**
|
|
1070
|
+
* Text Opacity
|
|
1071
|
+
* @see https://tailwindcss.com/docs/text-opacity
|
|
1072
|
+
*/
|
|
1073
|
+
"text-opacity": [{
|
|
1074
|
+
"text-opacity": [G]
|
|
1075
|
+
}],
|
|
1076
|
+
/**
|
|
1077
|
+
* Text Decoration
|
|
1078
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
|
1079
|
+
*/
|
|
1080
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
1081
|
+
/**
|
|
1082
|
+
* Text Decoration Style
|
|
1083
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1084
|
+
*/
|
|
1085
|
+
"text-decoration-style": [{
|
|
1086
|
+
decoration: [...g(), "wavy"]
|
|
1087
|
+
}],
|
|
1088
|
+
/**
|
|
1089
|
+
* Text Decoration Thickness
|
|
1090
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1091
|
+
*/
|
|
1092
|
+
"text-decoration-thickness": [{
|
|
1093
|
+
decoration: ["auto", "from-font", K, D]
|
|
1094
|
+
}],
|
|
1095
|
+
/**
|
|
1096
|
+
* Text Underline Offset
|
|
1097
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1098
|
+
*/
|
|
1099
|
+
"underline-offset": [{
|
|
1100
|
+
"underline-offset": ["auto", K, h]
|
|
1101
|
+
}],
|
|
1102
|
+
/**
|
|
1103
|
+
* Text Decoration Color
|
|
1104
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1105
|
+
*/
|
|
1106
|
+
"text-decoration-color": [{
|
|
1107
|
+
decoration: [e]
|
|
1108
|
+
}],
|
|
1109
|
+
/**
|
|
1110
|
+
* Text Transform
|
|
1111
|
+
* @see https://tailwindcss.com/docs/text-transform
|
|
1112
|
+
*/
|
|
1113
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
1114
|
+
/**
|
|
1115
|
+
* Text Overflow
|
|
1116
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
|
1117
|
+
*/
|
|
1118
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
1119
|
+
/**
|
|
1120
|
+
* Text Wrap
|
|
1121
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
|
1122
|
+
*/
|
|
1123
|
+
"text-wrap": [{
|
|
1124
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
1125
|
+
}],
|
|
1126
|
+
/**
|
|
1127
|
+
* Text Indent
|
|
1128
|
+
* @see https://tailwindcss.com/docs/text-indent
|
|
1129
|
+
*/
|
|
1130
|
+
indent: [{
|
|
1131
|
+
indent: p()
|
|
1132
|
+
}],
|
|
1133
|
+
/**
|
|
1134
|
+
* Vertical Alignment
|
|
1135
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
|
1136
|
+
*/
|
|
1137
|
+
"vertical-align": [{
|
|
1138
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", h]
|
|
1139
|
+
}],
|
|
1140
|
+
/**
|
|
1141
|
+
* Whitespace
|
|
1142
|
+
* @see https://tailwindcss.com/docs/whitespace
|
|
1143
|
+
*/
|
|
1144
|
+
whitespace: [{
|
|
1145
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
1146
|
+
}],
|
|
1147
|
+
/**
|
|
1148
|
+
* Word Break
|
|
1149
|
+
* @see https://tailwindcss.com/docs/word-break
|
|
1150
|
+
*/
|
|
1151
|
+
break: [{
|
|
1152
|
+
break: ["normal", "words", "all", "keep"]
|
|
1153
|
+
}],
|
|
1154
|
+
/**
|
|
1155
|
+
* Hyphens
|
|
1156
|
+
* @see https://tailwindcss.com/docs/hyphens
|
|
1157
|
+
*/
|
|
1158
|
+
hyphens: [{
|
|
1159
|
+
hyphens: ["none", "manual", "auto"]
|
|
1160
|
+
}],
|
|
1161
|
+
/**
|
|
1162
|
+
* Content
|
|
1163
|
+
* @see https://tailwindcss.com/docs/content
|
|
1164
|
+
*/
|
|
1165
|
+
content: [{
|
|
1166
|
+
content: ["none", h]
|
|
1167
|
+
}],
|
|
1168
|
+
// Backgrounds
|
|
1169
|
+
/**
|
|
1170
|
+
* Background Attachment
|
|
1171
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
|
1172
|
+
*/
|
|
1173
|
+
"bg-attachment": [{
|
|
1174
|
+
bg: ["fixed", "local", "scroll"]
|
|
1175
|
+
}],
|
|
1176
|
+
/**
|
|
1177
|
+
* Background Clip
|
|
1178
|
+
* @see https://tailwindcss.com/docs/background-clip
|
|
1179
|
+
*/
|
|
1180
|
+
"bg-clip": [{
|
|
1181
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
|
1182
|
+
}],
|
|
1183
|
+
/**
|
|
1184
|
+
* Background Opacity
|
|
1185
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1186
|
+
* @see https://tailwindcss.com/docs/background-opacity
|
|
1187
|
+
*/
|
|
1188
|
+
"bg-opacity": [{
|
|
1189
|
+
"bg-opacity": [G]
|
|
1190
|
+
}],
|
|
1191
|
+
/**
|
|
1192
|
+
* Background Origin
|
|
1193
|
+
* @see https://tailwindcss.com/docs/background-origin
|
|
1194
|
+
*/
|
|
1195
|
+
"bg-origin": [{
|
|
1196
|
+
"bg-origin": ["border", "padding", "content"]
|
|
1197
|
+
}],
|
|
1198
|
+
/**
|
|
1199
|
+
* Background Position
|
|
1200
|
+
* @see https://tailwindcss.com/docs/background-position
|
|
1201
|
+
*/
|
|
1202
|
+
"bg-position": [{
|
|
1203
|
+
bg: [...x(), Wr]
|
|
1204
|
+
}],
|
|
1205
|
+
/**
|
|
1206
|
+
* Background Repeat
|
|
1207
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
|
1208
|
+
*/
|
|
1209
|
+
"bg-repeat": [{
|
|
1210
|
+
bg: ["no-repeat", {
|
|
1211
|
+
repeat: ["", "x", "y", "round", "space"]
|
|
1212
|
+
}]
|
|
1213
|
+
}],
|
|
1214
|
+
/**
|
|
1215
|
+
* Background Size
|
|
1216
|
+
* @see https://tailwindcss.com/docs/background-size
|
|
1217
|
+
*/
|
|
1218
|
+
"bg-size": [{
|
|
1219
|
+
bg: ["auto", "cover", "contain", Lr]
|
|
1220
|
+
}],
|
|
1221
|
+
/**
|
|
1222
|
+
* Background Image
|
|
1223
|
+
* @see https://tailwindcss.com/docs/background-image
|
|
1224
|
+
*/
|
|
1225
|
+
"bg-image": [{
|
|
1226
|
+
bg: ["none", {
|
|
1227
|
+
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1228
|
+
}, Br]
|
|
1229
|
+
}],
|
|
1230
|
+
/**
|
|
1231
|
+
* Background Color
|
|
1232
|
+
* @see https://tailwindcss.com/docs/background-color
|
|
1233
|
+
*/
|
|
1234
|
+
"bg-color": [{
|
|
1235
|
+
bg: [e]
|
|
1236
|
+
}],
|
|
1237
|
+
/**
|
|
1238
|
+
* Gradient Color Stops From Position
|
|
1239
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1240
|
+
*/
|
|
1241
|
+
"gradient-from-pos": [{
|
|
1242
|
+
from: [M]
|
|
1243
|
+
}],
|
|
1244
|
+
/**
|
|
1245
|
+
* Gradient Color Stops Via Position
|
|
1246
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1247
|
+
*/
|
|
1248
|
+
"gradient-via-pos": [{
|
|
1249
|
+
via: [M]
|
|
1250
|
+
}],
|
|
1251
|
+
/**
|
|
1252
|
+
* Gradient Color Stops To Position
|
|
1253
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1254
|
+
*/
|
|
1255
|
+
"gradient-to-pos": [{
|
|
1256
|
+
to: [M]
|
|
1257
|
+
}],
|
|
1258
|
+
/**
|
|
1259
|
+
* Gradient Color Stops From
|
|
1260
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1261
|
+
*/
|
|
1262
|
+
"gradient-from": [{
|
|
1263
|
+
from: [V]
|
|
1264
|
+
}],
|
|
1265
|
+
/**
|
|
1266
|
+
* Gradient Color Stops Via
|
|
1267
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1268
|
+
*/
|
|
1269
|
+
"gradient-via": [{
|
|
1270
|
+
via: [V]
|
|
1271
|
+
}],
|
|
1272
|
+
/**
|
|
1273
|
+
* Gradient Color Stops To
|
|
1274
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1275
|
+
*/
|
|
1276
|
+
"gradient-to": [{
|
|
1277
|
+
to: [V]
|
|
1278
|
+
}],
|
|
1279
|
+
// Borders
|
|
1280
|
+
/**
|
|
1281
|
+
* Border Radius
|
|
1282
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1283
|
+
*/
|
|
1284
|
+
rounded: [{
|
|
1285
|
+
rounded: [n]
|
|
1286
|
+
}],
|
|
1287
|
+
/**
|
|
1288
|
+
* Border Radius Start
|
|
1289
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1290
|
+
*/
|
|
1291
|
+
"rounded-s": [{
|
|
1292
|
+
"rounded-s": [n]
|
|
1293
|
+
}],
|
|
1294
|
+
/**
|
|
1295
|
+
* Border Radius End
|
|
1296
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1297
|
+
*/
|
|
1298
|
+
"rounded-e": [{
|
|
1299
|
+
"rounded-e": [n]
|
|
1300
|
+
}],
|
|
1301
|
+
/**
|
|
1302
|
+
* Border Radius Top
|
|
1303
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1304
|
+
*/
|
|
1305
|
+
"rounded-t": [{
|
|
1306
|
+
"rounded-t": [n]
|
|
1307
|
+
}],
|
|
1308
|
+
/**
|
|
1309
|
+
* Border Radius Right
|
|
1310
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1311
|
+
*/
|
|
1312
|
+
"rounded-r": [{
|
|
1313
|
+
"rounded-r": [n]
|
|
1314
|
+
}],
|
|
1315
|
+
/**
|
|
1316
|
+
* Border Radius Bottom
|
|
1317
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1318
|
+
*/
|
|
1319
|
+
"rounded-b": [{
|
|
1320
|
+
"rounded-b": [n]
|
|
1321
|
+
}],
|
|
1322
|
+
/**
|
|
1323
|
+
* Border Radius Left
|
|
1324
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1325
|
+
*/
|
|
1326
|
+
"rounded-l": [{
|
|
1327
|
+
"rounded-l": [n]
|
|
1328
|
+
}],
|
|
1329
|
+
/**
|
|
1330
|
+
* Border Radius Start Start
|
|
1331
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1332
|
+
*/
|
|
1333
|
+
"rounded-ss": [{
|
|
1334
|
+
"rounded-ss": [n]
|
|
1335
|
+
}],
|
|
1336
|
+
/**
|
|
1337
|
+
* Border Radius Start End
|
|
1338
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1339
|
+
*/
|
|
1340
|
+
"rounded-se": [{
|
|
1341
|
+
"rounded-se": [n]
|
|
1342
|
+
}],
|
|
1343
|
+
/**
|
|
1344
|
+
* Border Radius End End
|
|
1345
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1346
|
+
*/
|
|
1347
|
+
"rounded-ee": [{
|
|
1348
|
+
"rounded-ee": [n]
|
|
1349
|
+
}],
|
|
1350
|
+
/**
|
|
1351
|
+
* Border Radius End Start
|
|
1352
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1353
|
+
*/
|
|
1354
|
+
"rounded-es": [{
|
|
1355
|
+
"rounded-es": [n]
|
|
1356
|
+
}],
|
|
1357
|
+
/**
|
|
1358
|
+
* Border Radius Top Left
|
|
1359
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1360
|
+
*/
|
|
1361
|
+
"rounded-tl": [{
|
|
1362
|
+
"rounded-tl": [n]
|
|
1363
|
+
}],
|
|
1364
|
+
/**
|
|
1365
|
+
* Border Radius Top Right
|
|
1366
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1367
|
+
*/
|
|
1368
|
+
"rounded-tr": [{
|
|
1369
|
+
"rounded-tr": [n]
|
|
1370
|
+
}],
|
|
1371
|
+
/**
|
|
1372
|
+
* Border Radius Bottom Right
|
|
1373
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1374
|
+
*/
|
|
1375
|
+
"rounded-br": [{
|
|
1376
|
+
"rounded-br": [n]
|
|
1377
|
+
}],
|
|
1378
|
+
/**
|
|
1379
|
+
* Border Radius Bottom Left
|
|
1380
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1381
|
+
*/
|
|
1382
|
+
"rounded-bl": [{
|
|
1383
|
+
"rounded-bl": [n]
|
|
1384
|
+
}],
|
|
1385
|
+
/**
|
|
1386
|
+
* Border Width
|
|
1387
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1388
|
+
*/
|
|
1389
|
+
"border-w": [{
|
|
1390
|
+
border: [i]
|
|
1391
|
+
}],
|
|
1392
|
+
/**
|
|
1393
|
+
* Border Width X
|
|
1394
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1395
|
+
*/
|
|
1396
|
+
"border-w-x": [{
|
|
1397
|
+
"border-x": [i]
|
|
1398
|
+
}],
|
|
1399
|
+
/**
|
|
1400
|
+
* Border Width Y
|
|
1401
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1402
|
+
*/
|
|
1403
|
+
"border-w-y": [{
|
|
1404
|
+
"border-y": [i]
|
|
1405
|
+
}],
|
|
1406
|
+
/**
|
|
1407
|
+
* Border Width Start
|
|
1408
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1409
|
+
*/
|
|
1410
|
+
"border-w-s": [{
|
|
1411
|
+
"border-s": [i]
|
|
1412
|
+
}],
|
|
1413
|
+
/**
|
|
1414
|
+
* Border Width End
|
|
1415
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1416
|
+
*/
|
|
1417
|
+
"border-w-e": [{
|
|
1418
|
+
"border-e": [i]
|
|
1419
|
+
}],
|
|
1420
|
+
/**
|
|
1421
|
+
* Border Width Top
|
|
1422
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1423
|
+
*/
|
|
1424
|
+
"border-w-t": [{
|
|
1425
|
+
"border-t": [i]
|
|
1426
|
+
}],
|
|
1427
|
+
/**
|
|
1428
|
+
* Border Width Right
|
|
1429
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1430
|
+
*/
|
|
1431
|
+
"border-w-r": [{
|
|
1432
|
+
"border-r": [i]
|
|
1433
|
+
}],
|
|
1434
|
+
/**
|
|
1435
|
+
* Border Width Bottom
|
|
1436
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1437
|
+
*/
|
|
1438
|
+
"border-w-b": [{
|
|
1439
|
+
"border-b": [i]
|
|
1440
|
+
}],
|
|
1441
|
+
/**
|
|
1442
|
+
* Border Width Left
|
|
1443
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1444
|
+
*/
|
|
1445
|
+
"border-w-l": [{
|
|
1446
|
+
"border-l": [i]
|
|
1447
|
+
}],
|
|
1448
|
+
/**
|
|
1449
|
+
* Border Opacity
|
|
1450
|
+
* @see https://tailwindcss.com/docs/border-opacity
|
|
1451
|
+
*/
|
|
1452
|
+
"border-opacity": [{
|
|
1453
|
+
"border-opacity": [G]
|
|
1454
|
+
}],
|
|
1455
|
+
/**
|
|
1456
|
+
* Border Style
|
|
1457
|
+
* @see https://tailwindcss.com/docs/border-style
|
|
1458
|
+
*/
|
|
1459
|
+
"border-style": [{
|
|
1460
|
+
border: [...g(), "hidden"]
|
|
1461
|
+
}],
|
|
1462
|
+
/**
|
|
1463
|
+
* Divide Width X
|
|
1464
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
1465
|
+
*/
|
|
1466
|
+
"divide-x": [{
|
|
1467
|
+
"divide-x": [i]
|
|
1468
|
+
}],
|
|
1469
|
+
/**
|
|
1470
|
+
* Divide Width X Reverse
|
|
1471
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
1472
|
+
*/
|
|
1473
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
1474
|
+
/**
|
|
1475
|
+
* Divide Width Y
|
|
1476
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
1477
|
+
*/
|
|
1478
|
+
"divide-y": [{
|
|
1479
|
+
"divide-y": [i]
|
|
1480
|
+
}],
|
|
1481
|
+
/**
|
|
1482
|
+
* Divide Width Y Reverse
|
|
1483
|
+
* @see https://tailwindcss.com/docs/divide-width
|
|
1484
|
+
*/
|
|
1485
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
1486
|
+
/**
|
|
1487
|
+
* Divide Opacity
|
|
1488
|
+
* @see https://tailwindcss.com/docs/divide-opacity
|
|
1489
|
+
*/
|
|
1490
|
+
"divide-opacity": [{
|
|
1491
|
+
"divide-opacity": [G]
|
|
1492
|
+
}],
|
|
1493
|
+
/**
|
|
1494
|
+
* Divide Style
|
|
1495
|
+
* @see https://tailwindcss.com/docs/divide-style
|
|
1496
|
+
*/
|
|
1497
|
+
"divide-style": [{
|
|
1498
|
+
divide: g()
|
|
1499
|
+
}],
|
|
1500
|
+
/**
|
|
1501
|
+
* Border Color
|
|
1502
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1503
|
+
*/
|
|
1504
|
+
"border-color": [{
|
|
1505
|
+
border: [s]
|
|
1506
|
+
}],
|
|
1507
|
+
/**
|
|
1508
|
+
* Border Color X
|
|
1509
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1510
|
+
*/
|
|
1511
|
+
"border-color-x": [{
|
|
1512
|
+
"border-x": [s]
|
|
1513
|
+
}],
|
|
1514
|
+
/**
|
|
1515
|
+
* Border Color Y
|
|
1516
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1517
|
+
*/
|
|
1518
|
+
"border-color-y": [{
|
|
1519
|
+
"border-y": [s]
|
|
1520
|
+
}],
|
|
1521
|
+
/**
|
|
1522
|
+
* Border Color S
|
|
1523
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1524
|
+
*/
|
|
1525
|
+
"border-color-s": [{
|
|
1526
|
+
"border-s": [s]
|
|
1527
|
+
}],
|
|
1528
|
+
/**
|
|
1529
|
+
* Border Color E
|
|
1530
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1531
|
+
*/
|
|
1532
|
+
"border-color-e": [{
|
|
1533
|
+
"border-e": [s]
|
|
1534
|
+
}],
|
|
1535
|
+
/**
|
|
1536
|
+
* Border Color Top
|
|
1537
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1538
|
+
*/
|
|
1539
|
+
"border-color-t": [{
|
|
1540
|
+
"border-t": [s]
|
|
1541
|
+
}],
|
|
1542
|
+
/**
|
|
1543
|
+
* Border Color Right
|
|
1544
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1545
|
+
*/
|
|
1546
|
+
"border-color-r": [{
|
|
1547
|
+
"border-r": [s]
|
|
1548
|
+
}],
|
|
1549
|
+
/**
|
|
1550
|
+
* Border Color Bottom
|
|
1551
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1552
|
+
*/
|
|
1553
|
+
"border-color-b": [{
|
|
1554
|
+
"border-b": [s]
|
|
1555
|
+
}],
|
|
1556
|
+
/**
|
|
1557
|
+
* Border Color Left
|
|
1558
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1559
|
+
*/
|
|
1560
|
+
"border-color-l": [{
|
|
1561
|
+
"border-l": [s]
|
|
1562
|
+
}],
|
|
1563
|
+
/**
|
|
1564
|
+
* Divide Color
|
|
1565
|
+
* @see https://tailwindcss.com/docs/divide-color
|
|
1566
|
+
*/
|
|
1567
|
+
"divide-color": [{
|
|
1568
|
+
divide: [s]
|
|
1569
|
+
}],
|
|
1570
|
+
/**
|
|
1571
|
+
* Outline Style
|
|
1572
|
+
* @see https://tailwindcss.com/docs/outline-style
|
|
1573
|
+
*/
|
|
1574
|
+
"outline-style": [{
|
|
1575
|
+
outline: ["", ...g()]
|
|
1576
|
+
}],
|
|
1577
|
+
/**
|
|
1578
|
+
* Outline Offset
|
|
1579
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
|
1580
|
+
*/
|
|
1581
|
+
"outline-offset": [{
|
|
1582
|
+
"outline-offset": [K, h]
|
|
1583
|
+
}],
|
|
1584
|
+
/**
|
|
1585
|
+
* Outline Width
|
|
1586
|
+
* @see https://tailwindcss.com/docs/outline-width
|
|
1587
|
+
*/
|
|
1588
|
+
"outline-w": [{
|
|
1589
|
+
outline: [K, D]
|
|
1590
|
+
}],
|
|
1591
|
+
/**
|
|
1592
|
+
* Outline Color
|
|
1593
|
+
* @see https://tailwindcss.com/docs/outline-color
|
|
1594
|
+
*/
|
|
1595
|
+
"outline-color": [{
|
|
1596
|
+
outline: [e]
|
|
1597
|
+
}],
|
|
1598
|
+
/**
|
|
1599
|
+
* Ring Width
|
|
1600
|
+
* @see https://tailwindcss.com/docs/ring-width
|
|
1601
|
+
*/
|
|
1602
|
+
"ring-w": [{
|
|
1603
|
+
ring: m()
|
|
1604
|
+
}],
|
|
1605
|
+
/**
|
|
1606
|
+
* Ring Width Inset
|
|
1607
|
+
* @see https://tailwindcss.com/docs/ring-width
|
|
1608
|
+
*/
|
|
1609
|
+
"ring-w-inset": ["ring-inset"],
|
|
1610
|
+
/**
|
|
1611
|
+
* Ring Color
|
|
1612
|
+
* @see https://tailwindcss.com/docs/ring-color
|
|
1613
|
+
*/
|
|
1614
|
+
"ring-color": [{
|
|
1615
|
+
ring: [e]
|
|
1616
|
+
}],
|
|
1617
|
+
/**
|
|
1618
|
+
* Ring Opacity
|
|
1619
|
+
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1620
|
+
*/
|
|
1621
|
+
"ring-opacity": [{
|
|
1622
|
+
"ring-opacity": [G]
|
|
1623
|
+
}],
|
|
1624
|
+
/**
|
|
1625
|
+
* Ring Offset Width
|
|
1626
|
+
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
1627
|
+
*/
|
|
1628
|
+
"ring-offset-w": [{
|
|
1629
|
+
"ring-offset": [K, D]
|
|
1630
|
+
}],
|
|
1631
|
+
/**
|
|
1632
|
+
* Ring Offset Color
|
|
1633
|
+
* @see https://tailwindcss.com/docs/ring-offset-color
|
|
1634
|
+
*/
|
|
1635
|
+
"ring-offset-color": [{
|
|
1636
|
+
"ring-offset": [e]
|
|
1637
|
+
}],
|
|
1638
|
+
// Effects
|
|
1639
|
+
/**
|
|
1640
|
+
* Box Shadow
|
|
1641
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
|
1642
|
+
*/
|
|
1643
|
+
shadow: [{
|
|
1644
|
+
shadow: ["", "inner", "none", ee, Fr]
|
|
1645
|
+
}],
|
|
1646
|
+
/**
|
|
1647
|
+
* Box Shadow Color
|
|
1648
|
+
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
1649
|
+
*/
|
|
1650
|
+
"shadow-color": [{
|
|
1651
|
+
shadow: [be]
|
|
1652
|
+
}],
|
|
1653
|
+
/**
|
|
1654
|
+
* Opacity
|
|
1655
|
+
* @see https://tailwindcss.com/docs/opacity
|
|
1656
|
+
*/
|
|
1657
|
+
opacity: [{
|
|
1658
|
+
opacity: [G]
|
|
1659
|
+
}],
|
|
1660
|
+
/**
|
|
1661
|
+
* Mix Blend Mode
|
|
1662
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1663
|
+
*/
|
|
1664
|
+
"mix-blend": [{
|
|
1665
|
+
"mix-blend": [...S(), "plus-lighter", "plus-darker"]
|
|
1666
|
+
}],
|
|
1667
|
+
/**
|
|
1668
|
+
* Background Blend Mode
|
|
1669
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1670
|
+
*/
|
|
1671
|
+
"bg-blend": [{
|
|
1672
|
+
"bg-blend": S()
|
|
1673
|
+
}],
|
|
1674
|
+
// Filters
|
|
1675
|
+
/**
|
|
1676
|
+
* Filter
|
|
1677
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1678
|
+
* @see https://tailwindcss.com/docs/filter
|
|
1679
|
+
*/
|
|
1680
|
+
filter: [{
|
|
1681
|
+
filter: ["", "none"]
|
|
1682
|
+
}],
|
|
1683
|
+
/**
|
|
1684
|
+
* Blur
|
|
1685
|
+
* @see https://tailwindcss.com/docs/blur
|
|
1686
|
+
*/
|
|
1687
|
+
blur: [{
|
|
1688
|
+
blur: [r]
|
|
1689
|
+
}],
|
|
1690
|
+
/**
|
|
1691
|
+
* Brightness
|
|
1692
|
+
* @see https://tailwindcss.com/docs/brightness
|
|
1693
|
+
*/
|
|
1694
|
+
brightness: [{
|
|
1695
|
+
brightness: [o]
|
|
1696
|
+
}],
|
|
1697
|
+
/**
|
|
1698
|
+
* Contrast
|
|
1699
|
+
* @see https://tailwindcss.com/docs/contrast
|
|
1700
|
+
*/
|
|
1701
|
+
contrast: [{
|
|
1702
|
+
contrast: [a]
|
|
1703
|
+
}],
|
|
1704
|
+
/**
|
|
1705
|
+
* Drop Shadow
|
|
1706
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1707
|
+
*/
|
|
1708
|
+
"drop-shadow": [{
|
|
1709
|
+
"drop-shadow": ["", "none", ee, h]
|
|
1710
|
+
}],
|
|
1711
|
+
/**
|
|
1712
|
+
* Grayscale
|
|
1713
|
+
* @see https://tailwindcss.com/docs/grayscale
|
|
1714
|
+
*/
|
|
1715
|
+
grayscale: [{
|
|
1716
|
+
grayscale: [y]
|
|
1717
|
+
}],
|
|
1718
|
+
/**
|
|
1719
|
+
* Hue Rotate
|
|
1720
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1721
|
+
*/
|
|
1722
|
+
"hue-rotate": [{
|
|
1723
|
+
"hue-rotate": [b]
|
|
1724
|
+
}],
|
|
1725
|
+
/**
|
|
1726
|
+
* Invert
|
|
1727
|
+
* @see https://tailwindcss.com/docs/invert
|
|
1728
|
+
*/
|
|
1729
|
+
invert: [{
|
|
1730
|
+
invert: [P]
|
|
1731
|
+
}],
|
|
1732
|
+
/**
|
|
1733
|
+
* Saturate
|
|
1734
|
+
* @see https://tailwindcss.com/docs/saturate
|
|
1735
|
+
*/
|
|
1736
|
+
saturate: [{
|
|
1737
|
+
saturate: [_]
|
|
1738
|
+
}],
|
|
1739
|
+
/**
|
|
1740
|
+
* Sepia
|
|
1741
|
+
* @see https://tailwindcss.com/docs/sepia
|
|
1742
|
+
*/
|
|
1743
|
+
sepia: [{
|
|
1744
|
+
sepia: [B]
|
|
1745
|
+
}],
|
|
1746
|
+
/**
|
|
1747
|
+
* Backdrop Filter
|
|
1748
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1749
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
1750
|
+
*/
|
|
1751
|
+
"backdrop-filter": [{
|
|
1752
|
+
"backdrop-filter": ["", "none"]
|
|
1753
|
+
}],
|
|
1754
|
+
/**
|
|
1755
|
+
* Backdrop Blur
|
|
1756
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1757
|
+
*/
|
|
1758
|
+
"backdrop-blur": [{
|
|
1759
|
+
"backdrop-blur": [r]
|
|
1760
|
+
}],
|
|
1761
|
+
/**
|
|
1762
|
+
* Backdrop Brightness
|
|
1763
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
1764
|
+
*/
|
|
1765
|
+
"backdrop-brightness": [{
|
|
1766
|
+
"backdrop-brightness": [o]
|
|
1767
|
+
}],
|
|
1768
|
+
/**
|
|
1769
|
+
* Backdrop Contrast
|
|
1770
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1771
|
+
*/
|
|
1772
|
+
"backdrop-contrast": [{
|
|
1773
|
+
"backdrop-contrast": [a]
|
|
1774
|
+
}],
|
|
1775
|
+
/**
|
|
1776
|
+
* Backdrop Grayscale
|
|
1777
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
1778
|
+
*/
|
|
1779
|
+
"backdrop-grayscale": [{
|
|
1780
|
+
"backdrop-grayscale": [y]
|
|
1781
|
+
}],
|
|
1782
|
+
/**
|
|
1783
|
+
* Backdrop Hue Rotate
|
|
1784
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1785
|
+
*/
|
|
1786
|
+
"backdrop-hue-rotate": [{
|
|
1787
|
+
"backdrop-hue-rotate": [b]
|
|
1788
|
+
}],
|
|
1789
|
+
/**
|
|
1790
|
+
* Backdrop Invert
|
|
1791
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1792
|
+
*/
|
|
1793
|
+
"backdrop-invert": [{
|
|
1794
|
+
"backdrop-invert": [P]
|
|
1795
|
+
}],
|
|
1796
|
+
/**
|
|
1797
|
+
* Backdrop Opacity
|
|
1798
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1799
|
+
*/
|
|
1800
|
+
"backdrop-opacity": [{
|
|
1801
|
+
"backdrop-opacity": [G]
|
|
1802
|
+
}],
|
|
1803
|
+
/**
|
|
1804
|
+
* Backdrop Saturate
|
|
1805
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1806
|
+
*/
|
|
1807
|
+
"backdrop-saturate": [{
|
|
1808
|
+
"backdrop-saturate": [_]
|
|
1809
|
+
}],
|
|
1810
|
+
/**
|
|
1811
|
+
* Backdrop Sepia
|
|
1812
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
1813
|
+
*/
|
|
1814
|
+
"backdrop-sepia": [{
|
|
1815
|
+
"backdrop-sepia": [B]
|
|
1816
|
+
}],
|
|
1817
|
+
// Tables
|
|
1818
|
+
/**
|
|
1819
|
+
* Border Collapse
|
|
1820
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
|
1821
|
+
*/
|
|
1822
|
+
"border-collapse": [{
|
|
1823
|
+
border: ["collapse", "separate"]
|
|
1824
|
+
}],
|
|
1825
|
+
/**
|
|
1826
|
+
* Border Spacing
|
|
1827
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
1828
|
+
*/
|
|
1829
|
+
"border-spacing": [{
|
|
1830
|
+
"border-spacing": [l]
|
|
1831
|
+
}],
|
|
1832
|
+
/**
|
|
1833
|
+
* Border Spacing X
|
|
1834
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
1835
|
+
*/
|
|
1836
|
+
"border-spacing-x": [{
|
|
1837
|
+
"border-spacing-x": [l]
|
|
1838
|
+
}],
|
|
1839
|
+
/**
|
|
1840
|
+
* Border Spacing Y
|
|
1841
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
1842
|
+
*/
|
|
1843
|
+
"border-spacing-y": [{
|
|
1844
|
+
"border-spacing-y": [l]
|
|
1845
|
+
}],
|
|
1846
|
+
/**
|
|
1847
|
+
* Table Layout
|
|
1848
|
+
* @see https://tailwindcss.com/docs/table-layout
|
|
1849
|
+
*/
|
|
1850
|
+
"table-layout": [{
|
|
1851
|
+
table: ["auto", "fixed"]
|
|
1852
|
+
}],
|
|
1853
|
+
/**
|
|
1854
|
+
* Caption Side
|
|
1855
|
+
* @see https://tailwindcss.com/docs/caption-side
|
|
1856
|
+
*/
|
|
1857
|
+
caption: [{
|
|
1858
|
+
caption: ["top", "bottom"]
|
|
1859
|
+
}],
|
|
1860
|
+
// Transitions and Animation
|
|
1861
|
+
/**
|
|
1862
|
+
* Tranisition Property
|
|
1863
|
+
* @see https://tailwindcss.com/docs/transition-property
|
|
1864
|
+
*/
|
|
1865
|
+
transition: [{
|
|
1866
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", h]
|
|
1867
|
+
}],
|
|
1868
|
+
/**
|
|
1869
|
+
* Transition Duration
|
|
1870
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
|
1871
|
+
*/
|
|
1872
|
+
duration: [{
|
|
1873
|
+
duration: A()
|
|
1874
|
+
}],
|
|
1875
|
+
/**
|
|
1876
|
+
* Transition Timing Function
|
|
1877
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1878
|
+
*/
|
|
1879
|
+
ease: [{
|
|
1880
|
+
ease: ["linear", "in", "out", "in-out", h]
|
|
1881
|
+
}],
|
|
1882
|
+
/**
|
|
1883
|
+
* Transition Delay
|
|
1884
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
|
1885
|
+
*/
|
|
1886
|
+
delay: [{
|
|
1887
|
+
delay: A()
|
|
1888
|
+
}],
|
|
1889
|
+
/**
|
|
1890
|
+
* Animation
|
|
1891
|
+
* @see https://tailwindcss.com/docs/animation
|
|
1892
|
+
*/
|
|
1893
|
+
animate: [{
|
|
1894
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", h]
|
|
1895
|
+
}],
|
|
1896
|
+
// Transforms
|
|
1897
|
+
/**
|
|
1898
|
+
* Transform
|
|
1899
|
+
* @see https://tailwindcss.com/docs/transform
|
|
1900
|
+
*/
|
|
1901
|
+
transform: [{
|
|
1902
|
+
transform: ["", "gpu", "none"]
|
|
1903
|
+
}],
|
|
1904
|
+
/**
|
|
1905
|
+
* Scale
|
|
1906
|
+
* @see https://tailwindcss.com/docs/scale
|
|
1907
|
+
*/
|
|
1908
|
+
scale: [{
|
|
1909
|
+
scale: [O]
|
|
1910
|
+
}],
|
|
1911
|
+
/**
|
|
1912
|
+
* Scale X
|
|
1913
|
+
* @see https://tailwindcss.com/docs/scale
|
|
1914
|
+
*/
|
|
1915
|
+
"scale-x": [{
|
|
1916
|
+
"scale-x": [O]
|
|
1917
|
+
}],
|
|
1918
|
+
/**
|
|
1919
|
+
* Scale Y
|
|
1920
|
+
* @see https://tailwindcss.com/docs/scale
|
|
1921
|
+
*/
|
|
1922
|
+
"scale-y": [{
|
|
1923
|
+
"scale-y": [O]
|
|
1924
|
+
}],
|
|
1925
|
+
/**
|
|
1926
|
+
* Rotate
|
|
1927
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
1928
|
+
*/
|
|
1929
|
+
rotate: [{
|
|
1930
|
+
rotate: [fe, h]
|
|
1931
|
+
}],
|
|
1932
|
+
/**
|
|
1933
|
+
* Translate X
|
|
1934
|
+
* @see https://tailwindcss.com/docs/translate
|
|
1935
|
+
*/
|
|
1936
|
+
"translate-x": [{
|
|
1937
|
+
"translate-x": [Z]
|
|
1938
|
+
}],
|
|
1939
|
+
/**
|
|
1940
|
+
* Translate Y
|
|
1941
|
+
* @see https://tailwindcss.com/docs/translate
|
|
1942
|
+
*/
|
|
1943
|
+
"translate-y": [{
|
|
1944
|
+
"translate-y": [Z]
|
|
1945
|
+
}],
|
|
1946
|
+
/**
|
|
1947
|
+
* Skew X
|
|
1948
|
+
* @see https://tailwindcss.com/docs/skew
|
|
1949
|
+
*/
|
|
1950
|
+
"skew-x": [{
|
|
1951
|
+
"skew-x": [N]
|
|
1952
|
+
}],
|
|
1953
|
+
/**
|
|
1954
|
+
* Skew Y
|
|
1955
|
+
* @see https://tailwindcss.com/docs/skew
|
|
1956
|
+
*/
|
|
1957
|
+
"skew-y": [{
|
|
1958
|
+
"skew-y": [N]
|
|
1959
|
+
}],
|
|
1960
|
+
/**
|
|
1961
|
+
* Transform Origin
|
|
1962
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
|
1963
|
+
*/
|
|
1964
|
+
"transform-origin": [{
|
|
1965
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", h]
|
|
1966
|
+
}],
|
|
1967
|
+
// Interactivity
|
|
1968
|
+
/**
|
|
1969
|
+
* Accent Color
|
|
1970
|
+
* @see https://tailwindcss.com/docs/accent-color
|
|
1971
|
+
*/
|
|
1972
|
+
accent: [{
|
|
1973
|
+
accent: ["auto", e]
|
|
1974
|
+
}],
|
|
1975
|
+
/**
|
|
1976
|
+
* Appearance
|
|
1977
|
+
* @see https://tailwindcss.com/docs/appearance
|
|
1978
|
+
*/
|
|
1979
|
+
appearance: [{
|
|
1980
|
+
appearance: ["none", "auto"]
|
|
1981
|
+
}],
|
|
1982
|
+
/**
|
|
1983
|
+
* Cursor
|
|
1984
|
+
* @see https://tailwindcss.com/docs/cursor
|
|
1985
|
+
*/
|
|
1986
|
+
cursor: [{
|
|
1987
|
+
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", h]
|
|
1988
|
+
}],
|
|
1989
|
+
/**
|
|
1990
|
+
* Caret Color
|
|
1991
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
1992
|
+
*/
|
|
1993
|
+
"caret-color": [{
|
|
1994
|
+
caret: [e]
|
|
1995
|
+
}],
|
|
1996
|
+
/**
|
|
1997
|
+
* Pointer Events
|
|
1998
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
|
1999
|
+
*/
|
|
2000
|
+
"pointer-events": [{
|
|
2001
|
+
"pointer-events": ["none", "auto"]
|
|
2002
|
+
}],
|
|
2003
|
+
/**
|
|
2004
|
+
* Resize
|
|
2005
|
+
* @see https://tailwindcss.com/docs/resize
|
|
2006
|
+
*/
|
|
2007
|
+
resize: [{
|
|
2008
|
+
resize: ["none", "y", "x", ""]
|
|
2009
|
+
}],
|
|
2010
|
+
/**
|
|
2011
|
+
* Scroll Behavior
|
|
2012
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
2013
|
+
*/
|
|
2014
|
+
"scroll-behavior": [{
|
|
2015
|
+
scroll: ["auto", "smooth"]
|
|
2016
|
+
}],
|
|
2017
|
+
/**
|
|
2018
|
+
* Scroll Margin
|
|
2019
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2020
|
+
*/
|
|
2021
|
+
"scroll-m": [{
|
|
2022
|
+
"scroll-m": p()
|
|
2023
|
+
}],
|
|
2024
|
+
/**
|
|
2025
|
+
* Scroll Margin X
|
|
2026
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2027
|
+
*/
|
|
2028
|
+
"scroll-mx": [{
|
|
2029
|
+
"scroll-mx": p()
|
|
2030
|
+
}],
|
|
2031
|
+
/**
|
|
2032
|
+
* Scroll Margin Y
|
|
2033
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2034
|
+
*/
|
|
2035
|
+
"scroll-my": [{
|
|
2036
|
+
"scroll-my": p()
|
|
2037
|
+
}],
|
|
2038
|
+
/**
|
|
2039
|
+
* Scroll Margin Start
|
|
2040
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2041
|
+
*/
|
|
2042
|
+
"scroll-ms": [{
|
|
2043
|
+
"scroll-ms": p()
|
|
2044
|
+
}],
|
|
2045
|
+
/**
|
|
2046
|
+
* Scroll Margin End
|
|
2047
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2048
|
+
*/
|
|
2049
|
+
"scroll-me": [{
|
|
2050
|
+
"scroll-me": p()
|
|
2051
|
+
}],
|
|
2052
|
+
/**
|
|
2053
|
+
* Scroll Margin Top
|
|
2054
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2055
|
+
*/
|
|
2056
|
+
"scroll-mt": [{
|
|
2057
|
+
"scroll-mt": p()
|
|
2058
|
+
}],
|
|
2059
|
+
/**
|
|
2060
|
+
* Scroll Margin Right
|
|
2061
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2062
|
+
*/
|
|
2063
|
+
"scroll-mr": [{
|
|
2064
|
+
"scroll-mr": p()
|
|
2065
|
+
}],
|
|
2066
|
+
/**
|
|
2067
|
+
* Scroll Margin Bottom
|
|
2068
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2069
|
+
*/
|
|
2070
|
+
"scroll-mb": [{
|
|
2071
|
+
"scroll-mb": p()
|
|
2072
|
+
}],
|
|
2073
|
+
/**
|
|
2074
|
+
* Scroll Margin Left
|
|
2075
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2076
|
+
*/
|
|
2077
|
+
"scroll-ml": [{
|
|
2078
|
+
"scroll-ml": p()
|
|
2079
|
+
}],
|
|
2080
|
+
/**
|
|
2081
|
+
* Scroll Padding
|
|
2082
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2083
|
+
*/
|
|
2084
|
+
"scroll-p": [{
|
|
2085
|
+
"scroll-p": p()
|
|
2086
|
+
}],
|
|
2087
|
+
/**
|
|
2088
|
+
* Scroll Padding X
|
|
2089
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2090
|
+
*/
|
|
2091
|
+
"scroll-px": [{
|
|
2092
|
+
"scroll-px": p()
|
|
2093
|
+
}],
|
|
2094
|
+
/**
|
|
2095
|
+
* Scroll Padding Y
|
|
2096
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2097
|
+
*/
|
|
2098
|
+
"scroll-py": [{
|
|
2099
|
+
"scroll-py": p()
|
|
2100
|
+
}],
|
|
2101
|
+
/**
|
|
2102
|
+
* Scroll Padding Start
|
|
2103
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2104
|
+
*/
|
|
2105
|
+
"scroll-ps": [{
|
|
2106
|
+
"scroll-ps": p()
|
|
2107
|
+
}],
|
|
2108
|
+
/**
|
|
2109
|
+
* Scroll Padding End
|
|
2110
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2111
|
+
*/
|
|
2112
|
+
"scroll-pe": [{
|
|
2113
|
+
"scroll-pe": p()
|
|
2114
|
+
}],
|
|
2115
|
+
/**
|
|
2116
|
+
* Scroll Padding Top
|
|
2117
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2118
|
+
*/
|
|
2119
|
+
"scroll-pt": [{
|
|
2120
|
+
"scroll-pt": p()
|
|
2121
|
+
}],
|
|
2122
|
+
/**
|
|
2123
|
+
* Scroll Padding Right
|
|
2124
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2125
|
+
*/
|
|
2126
|
+
"scroll-pr": [{
|
|
2127
|
+
"scroll-pr": p()
|
|
2128
|
+
}],
|
|
2129
|
+
/**
|
|
2130
|
+
* Scroll Padding Bottom
|
|
2131
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2132
|
+
*/
|
|
2133
|
+
"scroll-pb": [{
|
|
2134
|
+
"scroll-pb": p()
|
|
2135
|
+
}],
|
|
2136
|
+
/**
|
|
2137
|
+
* Scroll Padding Left
|
|
2138
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2139
|
+
*/
|
|
2140
|
+
"scroll-pl": [{
|
|
2141
|
+
"scroll-pl": p()
|
|
2142
|
+
}],
|
|
2143
|
+
/**
|
|
2144
|
+
* Scroll Snap Align
|
|
2145
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
2146
|
+
*/
|
|
2147
|
+
"snap-align": [{
|
|
2148
|
+
snap: ["start", "end", "center", "align-none"]
|
|
2149
|
+
}],
|
|
2150
|
+
/**
|
|
2151
|
+
* Scroll Snap Stop
|
|
2152
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
2153
|
+
*/
|
|
2154
|
+
"snap-stop": [{
|
|
2155
|
+
snap: ["normal", "always"]
|
|
2156
|
+
}],
|
|
2157
|
+
/**
|
|
2158
|
+
* Scroll Snap Type
|
|
2159
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2160
|
+
*/
|
|
2161
|
+
"snap-type": [{
|
|
2162
|
+
snap: ["none", "x", "y", "both"]
|
|
2163
|
+
}],
|
|
2164
|
+
/**
|
|
2165
|
+
* Scroll Snap Type Strictness
|
|
2166
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2167
|
+
*/
|
|
2168
|
+
"snap-strictness": [{
|
|
2169
|
+
snap: ["mandatory", "proximity"]
|
|
2170
|
+
}],
|
|
2171
|
+
/**
|
|
2172
|
+
* Touch Action
|
|
2173
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2174
|
+
*/
|
|
2175
|
+
touch: [{
|
|
2176
|
+
touch: ["auto", "none", "manipulation"]
|
|
2177
|
+
}],
|
|
2178
|
+
/**
|
|
2179
|
+
* Touch Action X
|
|
2180
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2181
|
+
*/
|
|
2182
|
+
"touch-x": [{
|
|
2183
|
+
"touch-pan": ["x", "left", "right"]
|
|
2184
|
+
}],
|
|
2185
|
+
/**
|
|
2186
|
+
* Touch Action Y
|
|
2187
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2188
|
+
*/
|
|
2189
|
+
"touch-y": [{
|
|
2190
|
+
"touch-pan": ["y", "up", "down"]
|
|
2191
|
+
}],
|
|
2192
|
+
/**
|
|
2193
|
+
* Touch Action Pinch Zoom
|
|
2194
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2195
|
+
*/
|
|
2196
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
2197
|
+
/**
|
|
2198
|
+
* User Select
|
|
2199
|
+
* @see https://tailwindcss.com/docs/user-select
|
|
2200
|
+
*/
|
|
2201
|
+
select: [{
|
|
2202
|
+
select: ["none", "text", "all", "auto"]
|
|
2203
|
+
}],
|
|
2204
|
+
/**
|
|
2205
|
+
* Will Change
|
|
2206
|
+
* @see https://tailwindcss.com/docs/will-change
|
|
2207
|
+
*/
|
|
2208
|
+
"will-change": [{
|
|
2209
|
+
"will-change": ["auto", "scroll", "contents", "transform", h]
|
|
2210
|
+
}],
|
|
2211
|
+
// SVG
|
|
2212
|
+
/**
|
|
2213
|
+
* Fill
|
|
2214
|
+
* @see https://tailwindcss.com/docs/fill
|
|
2215
|
+
*/
|
|
2216
|
+
fill: [{
|
|
2217
|
+
fill: [e, "none"]
|
|
2218
|
+
}],
|
|
2219
|
+
/**
|
|
2220
|
+
* Stroke Width
|
|
2221
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
|
2222
|
+
*/
|
|
2223
|
+
"stroke-w": [{
|
|
2224
|
+
stroke: [K, D, ke]
|
|
2225
|
+
}],
|
|
2226
|
+
/**
|
|
2227
|
+
* Stroke
|
|
2228
|
+
* @see https://tailwindcss.com/docs/stroke
|
|
2229
|
+
*/
|
|
2230
|
+
stroke: [{
|
|
2231
|
+
stroke: [e, "none"]
|
|
2232
|
+
}],
|
|
2233
|
+
// Accessibility
|
|
2234
|
+
/**
|
|
2235
|
+
* Screen Readers
|
|
2236
|
+
* @see https://tailwindcss.com/docs/screen-readers
|
|
2237
|
+
*/
|
|
2238
|
+
sr: ["sr-only", "not-sr-only"],
|
|
2239
|
+
/**
|
|
2240
|
+
* Forced Color Adjust
|
|
2241
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
2242
|
+
*/
|
|
2243
|
+
"forced-color-adjust": [{
|
|
2244
|
+
"forced-color-adjust": ["auto", "none"]
|
|
2245
|
+
}]
|
|
2246
|
+
},
|
|
2247
|
+
conflictingClassGroups: {
|
|
2248
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
2249
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
2250
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
2251
|
+
"inset-x": ["right", "left"],
|
|
2252
|
+
"inset-y": ["top", "bottom"],
|
|
2253
|
+
flex: ["basis", "grow", "shrink"],
|
|
2254
|
+
gap: ["gap-x", "gap-y"],
|
|
2255
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
2256
|
+
px: ["pr", "pl"],
|
|
2257
|
+
py: ["pt", "pb"],
|
|
2258
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
2259
|
+
mx: ["mr", "ml"],
|
|
2260
|
+
my: ["mt", "mb"],
|
|
2261
|
+
size: ["w", "h"],
|
|
2262
|
+
"font-size": ["leading"],
|
|
2263
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
2264
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
2265
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
2266
|
+
"fvn-figure": ["fvn-normal"],
|
|
2267
|
+
"fvn-spacing": ["fvn-normal"],
|
|
2268
|
+
"fvn-fraction": ["fvn-normal"],
|
|
2269
|
+
"line-clamp": ["display", "overflow"],
|
|
2270
|
+
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"],
|
|
2271
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
2272
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
2273
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
2274
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
2275
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
2276
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
2277
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
2278
|
+
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2279
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
2280
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
2281
|
+
"border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2282
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
2283
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
2284
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
2285
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
2286
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
2287
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
2288
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
2289
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
2290
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
2291
|
+
"touch-x": ["touch"],
|
|
2292
|
+
"touch-y": ["touch"],
|
|
2293
|
+
"touch-pz": ["touch"]
|
|
2294
|
+
},
|
|
2295
|
+
conflictingClassGroupModifiers: {
|
|
2296
|
+
"font-size": ["leading"]
|
|
2297
|
+
}
|
|
2298
|
+
};
|
|
2299
|
+
}, Hr = (e, {
|
|
2300
|
+
cacheSize: t,
|
|
2301
|
+
prefix: r,
|
|
2302
|
+
separator: o,
|
|
2303
|
+
experimentalParseClassName: s,
|
|
2304
|
+
extend: n = {},
|
|
2305
|
+
override: l = {}
|
|
2306
|
+
}) => {
|
|
2307
|
+
me(e, "cacheSize", t), me(e, "prefix", r), me(e, "separator", o), me(e, "experimentalParseClassName", s);
|
|
2308
|
+
for (const i in l)
|
|
2309
|
+
Kr(e[i], l[i]);
|
|
2310
|
+
for (const i in n)
|
|
2311
|
+
Xr(e[i], n[i]);
|
|
2312
|
+
return e;
|
|
2313
|
+
}, me = (e, t, r) => {
|
|
2314
|
+
r !== void 0 && (e[t] = r);
|
|
2315
|
+
}, Kr = (e, t) => {
|
|
2316
|
+
if (t)
|
|
2317
|
+
for (const r in t)
|
|
2318
|
+
me(e, r, t[r]);
|
|
2319
|
+
}, Xr = (e, t) => {
|
|
2320
|
+
if (t)
|
|
2321
|
+
for (const r in t) {
|
|
2322
|
+
const o = t[r];
|
|
2323
|
+
o !== void 0 && (e[r] = (e[r] || []).concat(o));
|
|
2324
|
+
}
|
|
2325
|
+
}, Zr = (e, ...t) => typeof e == "function" ? Me(Re, e, ...t) : Me(() => Hr(Re(), e), ...t), Qr = /* @__PURE__ */ Me(Re);
|
|
2326
|
+
var Yr = { twMerge: !0, twMergeConfig: {}, responsiveVariants: !1 }, or = (e) => e || void 0, he = (...e) => or(Xe(e).filter(Boolean).join(" ")), Ce = null, X = {}, Ge = !1, ge = (...e) => (t) => t.twMerge ? ((!Ce || Ge) && (Ge = !1, Ce = L(X) ? Qr : Zr(ue(j({}, X), { extend: j({ theme: X.theme, classGroups: X.classGroups, conflictingClassGroupModifiers: X.conflictingClassGroupModifiers, conflictingClassGroups: X.conflictingClassGroups }, X.extend) }))), or(Ce(he(e)))) : he(e), Ue = (e, t) => {
|
|
2327
|
+
for (let r in t) e.hasOwnProperty(r) ? e[r] = he(e[r], t[r]) : e[r] = t[r];
|
|
2328
|
+
return e;
|
|
2329
|
+
}, Ht = (e, t) => {
|
|
2330
|
+
let { extend: r = null, slots: o = {}, variants: s = {}, compoundVariants: n = [], compoundSlots: l = [], defaultVariants: i = {} } = e, a = j(j({}, Yr), t), y = r != null && r.base ? he(r.base, e == null ? void 0 : e.base) : e == null ? void 0 : e.base, b = r != null && r.variants && !L(r.variants) ? Qe(s, r.variants) : s, P = r != null && r.defaultVariants && !L(r.defaultVariants) ? j(j({}, r.defaultVariants), i) : i;
|
|
2331
|
+
!L(a.twMergeConfig) && !hr(a.twMergeConfig, X) && (Ge = !0, X = a.twMergeConfig);
|
|
2332
|
+
let E = L(r == null ? void 0 : r.slots), V = L(o) ? {} : j({ base: he(e == null ? void 0 : e.base, E && (r == null ? void 0 : r.base)) }, o), M = E ? V : Ue(j({}, r == null ? void 0 : r.slots), L(V) ? { base: e == null ? void 0 : e.base } : V), k = L(r == null ? void 0 : r.compoundVariants) ? n : Ze(r == null ? void 0 : r.compoundVariants, n), w = (z) => {
|
|
2333
|
+
if (L(b) && L(o) && E) return ge(y, z == null ? void 0 : z.class, z == null ? void 0 : z.className)(a);
|
|
2334
|
+
if (k && !Array.isArray(k)) throw new TypeError(`The "compoundVariants" prop must be an array. Received: ${typeof k}`);
|
|
2335
|
+
if (l && !Array.isArray(l)) throw new TypeError(`The "compoundSlots" prop must be an array. Received: ${typeof l}`);
|
|
2336
|
+
let _ = (p, m, u = [], x) => {
|
|
2337
|
+
let g = u;
|
|
2338
|
+
if (typeof m == "string") g = g.concat(_e(m).split(" ").map((S) => `${p}:${S}`));
|
|
2339
|
+
else if (Array.isArray(m)) g = g.concat(m.reduce((S, f) => S.concat(`${p}:${f}`), []));
|
|
2340
|
+
else if (typeof m == "object" && typeof x == "string") {
|
|
2341
|
+
for (let S in m) if (m.hasOwnProperty(S) && S === x) {
|
|
2342
|
+
let f = m[S];
|
|
2343
|
+
if (f && typeof f == "string") {
|
|
2344
|
+
let R = _e(f);
|
|
2345
|
+
g[x] ? g[x] = g[x].concat(R.split(" ").map((v) => `${p}:${v}`)) : g[x] = R.split(" ").map((v) => `${p}:${v}`);
|
|
2346
|
+
} else Array.isArray(f) && f.length > 0 && (g[x] = f.reduce((R, v) => R.concat(`${p}:${v}`), []));
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2349
|
+
return g;
|
|
2350
|
+
}, O = (p, m = b, u = null, x = null) => {
|
|
2351
|
+
var g;
|
|
2352
|
+
let S = m[p];
|
|
2353
|
+
if (!S || L(S)) return null;
|
|
2354
|
+
let f = (g = x == null ? void 0 : x[p]) != null ? g : z == null ? void 0 : z[p];
|
|
2355
|
+
if (f === null) return null;
|
|
2356
|
+
let R = We(f), v = Array.isArray(a.responsiveVariants) && a.responsiveVariants.length > 0 || a.responsiveVariants === !0, A = P == null ? void 0 : P[p], I = [];
|
|
2357
|
+
if (typeof R == "object" && v) for (let [H, te] of Object.entries(R)) {
|
|
2358
|
+
let se = S[te];
|
|
2359
|
+
if (H === "initial") {
|
|
2360
|
+
A = te;
|
|
2361
|
+
continue;
|
|
2362
|
+
}
|
|
2363
|
+
Array.isArray(a.responsiveVariants) && !a.responsiveVariants.includes(H) || (I = _(H, se, I, u));
|
|
2364
|
+
}
|
|
2365
|
+
let Y = R != null && typeof R != "object" ? R : We(A), J = S[Y || "false"];
|
|
2366
|
+
return typeof I == "object" && typeof u == "string" && I[u] ? Ue(I, J) : I.length > 0 ? (I.push(J), u === "base" ? I.join(" ") : I) : J;
|
|
2367
|
+
}, B = () => b ? Object.keys(b).map((p) => O(p, b)) : null, N = (p, m) => {
|
|
2368
|
+
if (!b || typeof b != "object") return null;
|
|
2369
|
+
let u = new Array();
|
|
2370
|
+
for (let x in b) {
|
|
2371
|
+
let g = O(x, b, p, m), S = p === "base" && typeof g == "string" ? g : g && g[p];
|
|
2372
|
+
S && (u[u.length] = S);
|
|
2373
|
+
}
|
|
2374
|
+
return u;
|
|
2375
|
+
}, U = {};
|
|
2376
|
+
for (let p in z) z[p] !== void 0 && (U[p] = z[p]);
|
|
2377
|
+
let Z = (p, m) => {
|
|
2378
|
+
var u;
|
|
2379
|
+
let x = typeof (z == null ? void 0 : z[p]) == "object" ? { [p]: (u = z[p]) == null ? void 0 : u.initial } : {};
|
|
2380
|
+
return j(j(j(j({}, P), U), x), m);
|
|
2381
|
+
}, F = (p = [], m) => {
|
|
2382
|
+
let u = [];
|
|
2383
|
+
for (let x of p) {
|
|
2384
|
+
let g = x, { class: S, className: f } = g, R = pe(g, ["class", "className"]);
|
|
2385
|
+
let v = !0;
|
|
2386
|
+
for (let [A, I] of Object.entries(R)) {
|
|
2387
|
+
let Y = Z(A, m)[A];
|
|
2388
|
+
if (Array.isArray(I)) {
|
|
2389
|
+
if (!I.includes(Y)) {
|
|
2390
|
+
v = !1;
|
|
2391
|
+
break;
|
|
2392
|
+
}
|
|
2393
|
+
} else {
|
|
2394
|
+
let J = (H) => H == null || H === !1;
|
|
2395
|
+
if (J(I) && J(Y)) continue;
|
|
2396
|
+
if (Y !== I) {
|
|
2397
|
+
v = !1;
|
|
2398
|
+
break;
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2401
|
+
}
|
|
2402
|
+
v && (S && u.push(S), f && u.push(f));
|
|
2403
|
+
}
|
|
2404
|
+
return u;
|
|
2405
|
+
}, Q = (p) => {
|
|
2406
|
+
let m = F(k, p);
|
|
2407
|
+
if (!Array.isArray(m)) return m;
|
|
2408
|
+
let u = {};
|
|
2409
|
+
for (let x of m) if (typeof x == "string" && (u.base = ge(u.base, x)(a)), typeof x == "object") for (let [g, S] of Object.entries(x)) u[g] = ge(u[g], S)(a);
|
|
2410
|
+
return u;
|
|
2411
|
+
}, q = (p) => {
|
|
2412
|
+
if (l.length < 1) return null;
|
|
2413
|
+
let m = {};
|
|
2414
|
+
for (let u of l) {
|
|
2415
|
+
let x = u, { slots: g = [], class: S, className: f } = x, R = pe(x, ["slots", "class", "className"]);
|
|
2416
|
+
if (!L(R)) {
|
|
2417
|
+
let v = !0;
|
|
2418
|
+
for (let A of Object.keys(R)) {
|
|
2419
|
+
let I = Z(A, p)[A];
|
|
2420
|
+
if (I === void 0 || (Array.isArray(R[A]) ? !R[A].includes(I) : R[A] !== I)) {
|
|
2421
|
+
v = !1;
|
|
2422
|
+
break;
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
if (!v) continue;
|
|
2426
|
+
}
|
|
2427
|
+
for (let v of g) m[v] = m[v] || [], m[v].push([S, f]);
|
|
2428
|
+
}
|
|
2429
|
+
return m;
|
|
2430
|
+
};
|
|
2431
|
+
if (!L(o) || !E) {
|
|
2432
|
+
let p = {};
|
|
2433
|
+
if (typeof M == "object" && !L(M)) for (let m of Object.keys(M)) p[m] = (u) => {
|
|
2434
|
+
var x, g;
|
|
2435
|
+
return ge(M[m], N(m, u), ((x = Q(u)) != null ? x : [])[m], ((g = q(u)) != null ? g : [])[m], u == null ? void 0 : u.class, u == null ? void 0 : u.className)(a);
|
|
2436
|
+
};
|
|
2437
|
+
return p;
|
|
2438
|
+
}
|
|
2439
|
+
return ge(y, B(), F(k), z == null ? void 0 : z.class, z == null ? void 0 : z.className)(a);
|
|
2440
|
+
}, G = () => {
|
|
2441
|
+
if (!(!b || typeof b != "object")) return Object.keys(b);
|
|
2442
|
+
};
|
|
2443
|
+
return w.variantKeys = G(), w.extend = r, w.base = y, w.slots = M, w.variants = b, w.defaultVariants = P, w.compoundSlots = l, w.compoundVariants = k, w;
|
|
2444
|
+
};
|
|
2445
|
+
function Dr(e, t) {
|
|
2446
|
+
typeof e == "function" ? e(t) : e != null && (e.current = t);
|
|
2447
|
+
}
|
|
2448
|
+
function nr(...e) {
|
|
2449
|
+
return (t) => e.forEach((r) => Dr(r, t));
|
|
2450
|
+
}
|
|
2451
|
+
function Kt(...e) {
|
|
2452
|
+
return W.useCallback(nr(...e), e);
|
|
2453
|
+
}
|
|
2454
|
+
var et = W.forwardRef((e, t) => {
|
|
2455
|
+
const l = e, { children: r } = l, o = pe(l, ["children"]), s = W.Children.toArray(r), n = s.find(tt);
|
|
2456
|
+
if (n) {
|
|
2457
|
+
const i = n.props.children, a = s.map((y) => y === n ? W.Children.count(i) > 1 ? W.Children.only(null) : W.isValidElement(i) ? i.props.children : null : y);
|
|
2458
|
+
return /* @__PURE__ */ Ae(Pe, ue(j({}, o), { ref: t, children: W.isValidElement(i) ? W.cloneElement(i, void 0, a) : null }));
|
|
2459
|
+
}
|
|
2460
|
+
return /* @__PURE__ */ Ae(Pe, ue(j({}, o), { ref: t, children: r }));
|
|
2461
|
+
});
|
|
2462
|
+
et.displayName = "Slot";
|
|
2463
|
+
var Pe = W.forwardRef((e, t) => {
|
|
2464
|
+
const s = e, { children: r } = s, o = pe(s, ["children"]);
|
|
2465
|
+
if (W.isValidElement(r)) {
|
|
2466
|
+
const n = nt(r);
|
|
2467
|
+
return W.cloneElement(r, ue(j({}, ot(o, r.props)), {
|
|
2468
|
+
// @ts-ignore
|
|
2469
|
+
ref: t ? nr(t, n) : n
|
|
2470
|
+
}));
|
|
2471
|
+
}
|
|
2472
|
+
return W.Children.count(r) > 1 ? W.Children.only(null) : null;
|
|
2473
|
+
});
|
|
2474
|
+
Pe.displayName = "SlotClone";
|
|
2475
|
+
var rt = ({ children: e }) => /* @__PURE__ */ Ae(mr, { children: e });
|
|
2476
|
+
function tt(e) {
|
|
2477
|
+
return W.isValidElement(e) && e.type === rt;
|
|
2478
|
+
}
|
|
2479
|
+
function ot(e, t) {
|
|
2480
|
+
const r = j({}, t);
|
|
2481
|
+
for (const o in t) {
|
|
2482
|
+
const s = e[o], n = t[o];
|
|
2483
|
+
/^on[A-Z]/.test(o) ? s && n ? r[o] = (...i) => {
|
|
2484
|
+
n(...i), s(...i);
|
|
2485
|
+
} : s && (r[o] = s) : o === "style" ? r[o] = j(j({}, s), n) : o === "className" && (r[o] = [s, n].filter(Boolean).join(" "));
|
|
2486
|
+
}
|
|
2487
|
+
return j(j({}, e), r);
|
|
2488
|
+
}
|
|
2489
|
+
function nt(e) {
|
|
2490
|
+
var o, s;
|
|
2491
|
+
let t = (o = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : o.get, r = t && "isReactWarning" in t && t.isReactWarning;
|
|
2492
|
+
return r ? e.ref : (t = (s = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : s.get, r = t && "isReactWarning" in t && t.isReactWarning, r ? e.props.ref : e.props.ref || e.ref);
|
|
2493
|
+
}
|
|
2494
|
+
const Ve = "-", st = (e) => {
|
|
2495
|
+
const t = it(e), {
|
|
2496
|
+
conflictingClassGroups: r,
|
|
2497
|
+
conflictingClassGroupModifiers: o
|
|
2498
|
+
} = e;
|
|
2499
|
+
return {
|
|
2500
|
+
getClassGroupId: (l) => {
|
|
2501
|
+
const i = l.split(Ve);
|
|
2502
|
+
return i[0] === "" && i.length !== 1 && i.shift(), sr(i, t) || lt(l);
|
|
2503
|
+
},
|
|
2504
|
+
getConflictingClassGroupIds: (l, i) => {
|
|
2505
|
+
const a = r[l] || [];
|
|
2506
|
+
return i && o[l] ? [...a, ...o[l]] : a;
|
|
2507
|
+
}
|
|
2508
|
+
};
|
|
2509
|
+
}, sr = (e, t) => {
|
|
2510
|
+
var l;
|
|
2511
|
+
if (e.length === 0)
|
|
2512
|
+
return t.classGroupId;
|
|
2513
|
+
const r = e[0], o = t.nextPart.get(r), s = o ? sr(e.slice(1), o) : void 0;
|
|
2514
|
+
if (s)
|
|
2515
|
+
return s;
|
|
2516
|
+
if (t.validators.length === 0)
|
|
2517
|
+
return;
|
|
2518
|
+
const n = e.join(Ve);
|
|
2519
|
+
return (l = t.validators.find(({
|
|
2520
|
+
validator: i
|
|
2521
|
+
}) => i(n))) == null ? void 0 : l.classGroupId;
|
|
2522
|
+
}, qe = /^\[(.+)\]$/, lt = (e) => {
|
|
2523
|
+
if (qe.test(e)) {
|
|
2524
|
+
const t = qe.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
2525
|
+
if (r)
|
|
2526
|
+
return "arbitrary.." + r;
|
|
2527
|
+
}
|
|
2528
|
+
}, it = (e) => {
|
|
2529
|
+
const {
|
|
2530
|
+
theme: t,
|
|
2531
|
+
classGroups: r
|
|
2532
|
+
} = e, o = {
|
|
2533
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
2534
|
+
validators: []
|
|
2535
|
+
};
|
|
2536
|
+
for (const s in r)
|
|
2537
|
+
$e(r[s], o, s, t);
|
|
2538
|
+
return o;
|
|
2539
|
+
}, $e = (e, t, r, o) => {
|
|
2540
|
+
e.forEach((s) => {
|
|
2541
|
+
if (typeof s == "string") {
|
|
2542
|
+
const n = s === "" ? t : Je(t, s);
|
|
2543
|
+
n.classGroupId = r;
|
|
2544
|
+
return;
|
|
2545
|
+
}
|
|
2546
|
+
if (typeof s == "function") {
|
|
2547
|
+
if (at(s)) {
|
|
2548
|
+
$e(s(o), t, r, o);
|
|
2549
|
+
return;
|
|
2550
|
+
}
|
|
2551
|
+
t.validators.push({
|
|
2552
|
+
validator: s,
|
|
2553
|
+
classGroupId: r
|
|
2554
|
+
});
|
|
2555
|
+
return;
|
|
2556
|
+
}
|
|
2557
|
+
Object.entries(s).forEach(([n, l]) => {
|
|
2558
|
+
$e(l, Je(t, n), r, o);
|
|
2559
|
+
});
|
|
2560
|
+
});
|
|
2561
|
+
}, Je = (e, t) => {
|
|
2562
|
+
let r = e;
|
|
2563
|
+
return t.split(Ve).forEach((o) => {
|
|
2564
|
+
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
2565
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
2566
|
+
validators: []
|
|
2567
|
+
}), r = r.nextPart.get(o);
|
|
2568
|
+
}), r;
|
|
2569
|
+
}, at = (e) => e.isThemeGetter, ct = (e) => {
|
|
2570
|
+
if (e < 1)
|
|
2571
|
+
return {
|
|
2572
|
+
get: () => {
|
|
2573
|
+
},
|
|
2574
|
+
set: () => {
|
|
2575
|
+
}
|
|
2576
|
+
};
|
|
2577
|
+
let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
2578
|
+
const s = (n, l) => {
|
|
2579
|
+
r.set(n, l), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
|
|
2580
|
+
};
|
|
2581
|
+
return {
|
|
2582
|
+
get(n) {
|
|
2583
|
+
let l = r.get(n);
|
|
2584
|
+
if (l !== void 0)
|
|
2585
|
+
return l;
|
|
2586
|
+
if ((l = o.get(n)) !== void 0)
|
|
2587
|
+
return s(n, l), l;
|
|
2588
|
+
},
|
|
2589
|
+
set(n, l) {
|
|
2590
|
+
r.has(n) ? r.set(n, l) : s(n, l);
|
|
2591
|
+
}
|
|
2592
|
+
};
|
|
2593
|
+
}, Ie = "!", je = ":", dt = je.length, ut = (e) => {
|
|
2594
|
+
const {
|
|
2595
|
+
prefix: t,
|
|
2596
|
+
experimentalParseClassName: r
|
|
2597
|
+
} = e;
|
|
2598
|
+
let o = (s) => {
|
|
2599
|
+
const n = [];
|
|
2600
|
+
let l = 0, i = 0, a = 0, y;
|
|
2601
|
+
for (let M = 0; M < s.length; M++) {
|
|
2602
|
+
let k = s[M];
|
|
2603
|
+
if (l === 0 && i === 0) {
|
|
2604
|
+
if (k === je) {
|
|
2605
|
+
n.push(s.slice(a, M)), a = M + dt;
|
|
2606
|
+
continue;
|
|
2607
|
+
}
|
|
2608
|
+
if (k === "/") {
|
|
2609
|
+
y = M;
|
|
2610
|
+
continue;
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2613
|
+
k === "[" ? l++ : k === "]" ? l-- : k === "(" ? i++ : k === ")" && i--;
|
|
2614
|
+
}
|
|
2615
|
+
const b = n.length === 0 ? s : s.substring(a), P = pt(b), E = P !== b, V = y && y > a ? y - a : void 0;
|
|
2616
|
+
return {
|
|
2617
|
+
modifiers: n,
|
|
2618
|
+
hasImportantModifier: E,
|
|
2619
|
+
baseClassName: P,
|
|
2620
|
+
maybePostfixModifierPosition: V
|
|
2621
|
+
};
|
|
2622
|
+
};
|
|
2623
|
+
if (t) {
|
|
2624
|
+
const s = t + je, n = o;
|
|
2625
|
+
o = (l) => l.startsWith(s) ? n(l.substring(s.length)) : {
|
|
2626
|
+
isExternal: !0,
|
|
2627
|
+
modifiers: [],
|
|
2628
|
+
hasImportantModifier: !1,
|
|
2629
|
+
baseClassName: l,
|
|
2630
|
+
maybePostfixModifierPosition: void 0
|
|
2631
|
+
};
|
|
2632
|
+
}
|
|
2633
|
+
if (r) {
|
|
2634
|
+
const s = o;
|
|
2635
|
+
o = (n) => r({
|
|
2636
|
+
className: n,
|
|
2637
|
+
parseClassName: s
|
|
2638
|
+
});
|
|
2639
|
+
}
|
|
2640
|
+
return o;
|
|
2641
|
+
}, pt = (e) => e.endsWith(Ie) ? e.substring(0, e.length - 1) : e.startsWith(Ie) ? e.substring(1) : e, ft = (e) => {
|
|
2642
|
+
const t = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
2643
|
+
return (o) => {
|
|
2644
|
+
if (o.length <= 1)
|
|
2645
|
+
return o;
|
|
2646
|
+
const s = [];
|
|
2647
|
+
let n = [];
|
|
2648
|
+
return o.forEach((l) => {
|
|
2649
|
+
l[0] === "[" || t[l] ? (s.push(...n.sort(), l), n = []) : n.push(l);
|
|
2650
|
+
}), s.push(...n.sort()), s;
|
|
2651
|
+
};
|
|
2652
|
+
}, bt = (e) => j({
|
|
2653
|
+
cache: ct(e.cacheSize),
|
|
2654
|
+
parseClassName: ut(e),
|
|
2655
|
+
sortModifiers: ft(e)
|
|
2656
|
+
}, st(e)), gt = /\s+/, mt = (e, t) => {
|
|
2657
|
+
const {
|
|
2658
|
+
parseClassName: r,
|
|
2659
|
+
getClassGroupId: o,
|
|
2660
|
+
getConflictingClassGroupIds: s,
|
|
2661
|
+
sortModifiers: n
|
|
2662
|
+
} = t, l = [], i = e.trim().split(gt);
|
|
2663
|
+
let a = "";
|
|
2664
|
+
for (let y = i.length - 1; y >= 0; y -= 1) {
|
|
2665
|
+
const b = i[y], {
|
|
2666
|
+
isExternal: P,
|
|
2667
|
+
modifiers: E,
|
|
2668
|
+
hasImportantModifier: V,
|
|
2669
|
+
baseClassName: M,
|
|
2670
|
+
maybePostfixModifierPosition: k
|
|
2671
|
+
} = r(b);
|
|
2672
|
+
if (P) {
|
|
2673
|
+
a = b + (a.length > 0 ? " " + a : a);
|
|
2674
|
+
continue;
|
|
2675
|
+
}
|
|
2676
|
+
let w = !!k, G = o(w ? M.substring(0, k) : M);
|
|
2677
|
+
if (!G) {
|
|
2678
|
+
if (!w) {
|
|
2679
|
+
a = b + (a.length > 0 ? " " + a : a);
|
|
2680
|
+
continue;
|
|
2681
|
+
}
|
|
2682
|
+
if (G = o(M), !G) {
|
|
2683
|
+
a = b + (a.length > 0 ? " " + a : a);
|
|
2684
|
+
continue;
|
|
2685
|
+
}
|
|
2686
|
+
w = !1;
|
|
2687
|
+
}
|
|
2688
|
+
const z = n(E).join(":"), _ = V ? z + Ie : z, O = _ + G;
|
|
2689
|
+
if (l.includes(O))
|
|
2690
|
+
continue;
|
|
2691
|
+
l.push(O);
|
|
2692
|
+
const B = s(G, w);
|
|
2693
|
+
for (let N = 0; N < B.length; ++N) {
|
|
2694
|
+
const U = B[N];
|
|
2695
|
+
l.push(_ + U);
|
|
2696
|
+
}
|
|
2697
|
+
a = b + (a.length > 0 ? " " + a : a);
|
|
2698
|
+
}
|
|
2699
|
+
return a;
|
|
2700
|
+
};
|
|
2701
|
+
function ht() {
|
|
2702
|
+
let e = 0, t, r, o = "";
|
|
2703
|
+
for (; e < arguments.length; )
|
|
2704
|
+
(t = arguments[e++]) && (r = lr(t)) && (o && (o += " "), o += r);
|
|
2705
|
+
return o;
|
|
2706
|
+
}
|
|
2707
|
+
const lr = (e) => {
|
|
2708
|
+
if (typeof e == "string")
|
|
2709
|
+
return e;
|
|
2710
|
+
let t, r = "";
|
|
2711
|
+
for (let o = 0; o < e.length; o++)
|
|
2712
|
+
e[o] && (t = lr(e[o])) && (r && (r += " "), r += t);
|
|
2713
|
+
return r;
|
|
2714
|
+
};
|
|
2715
|
+
function yt(e, ...t) {
|
|
2716
|
+
let r, o, s, n = l;
|
|
2717
|
+
function l(a) {
|
|
2718
|
+
const y = t.reduce((b, P) => P(b), e());
|
|
2719
|
+
return r = bt(y), o = r.cache.get, s = r.cache.set, n = i, i(a);
|
|
2720
|
+
}
|
|
2721
|
+
function i(a) {
|
|
2722
|
+
const y = o(a);
|
|
2723
|
+
if (y)
|
|
2724
|
+
return y;
|
|
2725
|
+
const b = mt(a, r);
|
|
2726
|
+
return s(a, b), b;
|
|
2727
|
+
}
|
|
2728
|
+
return function() {
|
|
2729
|
+
return n(ht.apply(null, arguments));
|
|
2730
|
+
};
|
|
2731
|
+
}
|
|
2732
|
+
const T = (e) => {
|
|
2733
|
+
const t = (r) => r[e] || [];
|
|
2734
|
+
return t.isThemeGetter = !0, t;
|
|
2735
|
+
}, ir = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ar = /^\((?:(\w[\w-]*):)?(.+)\)$/i, xt = /^\d+\/\d+$/, wt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, vt = /\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$/, kt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ct = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, zt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, le = (e) => xt.test(e), C = (e) => !!e && !Number.isNaN(Number(e)), oe = (e) => !!e && Number.isInteger(Number(e)), He = (e) => e.endsWith("%") && C(e.slice(0, -1)), re = (e) => wt.test(e), At = () => !0, St = (e) => (
|
|
2736
|
+
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
2737
|
+
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
2738
|
+
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
2739
|
+
vt.test(e) && !kt.test(e)
|
|
2740
|
+
), Ne = () => !1, Mt = (e) => Ct.test(e), Rt = (e) => zt.test(e), Gt = (e) => !c(e) && !d(e), Pt = (e) => ce(e, ur, Ne), c = (e) => ir.test(e), ne = (e) => ce(e, pr, St), ze = (e) => ce(e, _t, C), $t = (e) => ce(e, cr, Ne), It = (e) => ce(e, dr, Rt), jt = (e) => ce(e, Ne, Mt), d = (e) => ar.test(e), we = (e) => de(e, pr), Et = (e) => de(e, Bt), Vt = (e) => de(e, cr), Nt = (e) => de(e, ur), Tt = (e) => de(e, dr), Ot = (e) => de(e, Ft, !0), ce = (e, t, r) => {
|
|
2741
|
+
const o = ir.exec(e);
|
|
2742
|
+
return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
|
|
2743
|
+
}, de = (e, t, r = !1) => {
|
|
2744
|
+
const o = ar.exec(e);
|
|
2745
|
+
return o ? o[1] ? t(o[1]) : r : !1;
|
|
2746
|
+
}, cr = (e) => e === "position", Lt = /* @__PURE__ */ new Set(["image", "url"]), dr = (e) => Lt.has(e), Wt = /* @__PURE__ */ new Set(["length", "size", "percentage"]), ur = (e) => Wt.has(e), pr = (e) => e === "length", _t = (e) => e === "number", Bt = (e) => e === "family-name", Ft = (e) => e === "shadow", Ut = () => {
|
|
2747
|
+
const e = T("color"), t = T("font"), r = T("text"), o = T("font-weight"), s = T("tracking"), n = T("leading"), l = T("breakpoint"), i = T("container"), a = T("spacing"), y = T("radius"), b = T("shadow"), P = T("inset-shadow"), E = T("drop-shadow"), V = T("blur"), M = T("perspective"), k = T("aspect"), w = T("ease"), G = T("animate"), z = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], _ = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], O = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], N = () => [le, "px", "full", "auto", d, c, a], U = () => [oe, "none", "subgrid", d, c], Z = () => ["auto", {
|
|
2748
|
+
span: ["full", oe, d, c]
|
|
2749
|
+
}, d, c], F = () => [oe, "auto", d, c], Q = () => ["auto", "min", "max", "fr", d, c], q = () => [d, c, a], p = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline"], m = () => ["start", "end", "center", "stretch"], u = () => [d, c, a], x = () => ["px", ...u()], g = () => ["px", "auto", ...u()], S = () => [le, "auto", "px", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", d, c, a], f = () => [e, d, c], R = () => [He, ne], v = () => [
|
|
2750
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
2751
|
+
"",
|
|
2752
|
+
"none",
|
|
2753
|
+
"full",
|
|
2754
|
+
y,
|
|
2755
|
+
d,
|
|
2756
|
+
c
|
|
2757
|
+
], A = () => ["", C, we, ne], I = () => ["solid", "dashed", "dotted", "double"], Y = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], J = () => [
|
|
2758
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
2759
|
+
"",
|
|
2760
|
+
"none",
|
|
2761
|
+
V,
|
|
2762
|
+
d,
|
|
2763
|
+
c
|
|
2764
|
+
], H = () => ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", d, c], te = () => ["none", C, d, c], se = () => ["none", C, d, c], ve = () => [C, d, c], ye = () => [le, "full", "px", d, c, a];
|
|
2765
|
+
return {
|
|
2766
|
+
cacheSize: 500,
|
|
2767
|
+
theme: {
|
|
2768
|
+
animate: ["spin", "ping", "pulse", "bounce"],
|
|
2769
|
+
aspect: ["video"],
|
|
2770
|
+
blur: [re],
|
|
2771
|
+
breakpoint: [re],
|
|
2772
|
+
color: [At],
|
|
2773
|
+
container: [re],
|
|
2774
|
+
"drop-shadow": [re],
|
|
2775
|
+
ease: ["in", "out", "in-out"],
|
|
2776
|
+
font: [Gt],
|
|
2777
|
+
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
2778
|
+
"inset-shadow": [re],
|
|
2779
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
2780
|
+
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
2781
|
+
radius: [re],
|
|
2782
|
+
shadow: [re],
|
|
2783
|
+
spacing: [C],
|
|
2784
|
+
text: [re],
|
|
2785
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
2786
|
+
},
|
|
2787
|
+
classGroups: {
|
|
2788
|
+
// --------------
|
|
2789
|
+
// --- Layout ---
|
|
2790
|
+
// --------------
|
|
2791
|
+
/**
|
|
2792
|
+
* Aspect Ratio
|
|
2793
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
2794
|
+
*/
|
|
2795
|
+
aspect: [{
|
|
2796
|
+
aspect: ["auto", "square", le, c, d, k]
|
|
2797
|
+
}],
|
|
2798
|
+
/**
|
|
2799
|
+
* Container
|
|
2800
|
+
* @see https://tailwindcss.com/docs/container
|
|
2801
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2802
|
+
*/
|
|
2803
|
+
container: ["container"],
|
|
2804
|
+
/**
|
|
2805
|
+
* Columns
|
|
2806
|
+
* @see https://tailwindcss.com/docs/columns
|
|
2807
|
+
*/
|
|
2808
|
+
columns: [{
|
|
2809
|
+
columns: [C, c, d, i]
|
|
2810
|
+
}],
|
|
2811
|
+
/**
|
|
2812
|
+
* Break After
|
|
2813
|
+
* @see https://tailwindcss.com/docs/break-after
|
|
2814
|
+
*/
|
|
2815
|
+
"break-after": [{
|
|
2816
|
+
"break-after": z()
|
|
2817
|
+
}],
|
|
2818
|
+
/**
|
|
2819
|
+
* Break Before
|
|
2820
|
+
* @see https://tailwindcss.com/docs/break-before
|
|
2821
|
+
*/
|
|
2822
|
+
"break-before": [{
|
|
2823
|
+
"break-before": z()
|
|
2824
|
+
}],
|
|
2825
|
+
/**
|
|
2826
|
+
* Break Inside
|
|
2827
|
+
* @see https://tailwindcss.com/docs/break-inside
|
|
2828
|
+
*/
|
|
2829
|
+
"break-inside": [{
|
|
2830
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
2831
|
+
}],
|
|
2832
|
+
/**
|
|
2833
|
+
* Box Decoration Break
|
|
2834
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
2835
|
+
*/
|
|
2836
|
+
"box-decoration": [{
|
|
2837
|
+
"box-decoration": ["slice", "clone"]
|
|
2838
|
+
}],
|
|
2839
|
+
/**
|
|
2840
|
+
* Box Sizing
|
|
2841
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
|
2842
|
+
*/
|
|
2843
|
+
box: [{
|
|
2844
|
+
box: ["border", "content"]
|
|
2845
|
+
}],
|
|
2846
|
+
/**
|
|
2847
|
+
* Display
|
|
2848
|
+
* @see https://tailwindcss.com/docs/display
|
|
2849
|
+
*/
|
|
2850
|
+
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"],
|
|
2851
|
+
/**
|
|
2852
|
+
* Screen Reader Only
|
|
2853
|
+
* @see https://tailwindcss.com/docs/display#screen-reader-only
|
|
2854
|
+
*/
|
|
2855
|
+
sr: ["sr-only", "not-sr-only"],
|
|
2856
|
+
/**
|
|
2857
|
+
* Floats
|
|
2858
|
+
* @see https://tailwindcss.com/docs/float
|
|
2859
|
+
*/
|
|
2860
|
+
float: [{
|
|
2861
|
+
float: ["right", "left", "none", "start", "end"]
|
|
2862
|
+
}],
|
|
2863
|
+
/**
|
|
2864
|
+
* Clear
|
|
2865
|
+
* @see https://tailwindcss.com/docs/clear
|
|
2866
|
+
*/
|
|
2867
|
+
clear: [{
|
|
2868
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
|
2869
|
+
}],
|
|
2870
|
+
/**
|
|
2871
|
+
* Isolation
|
|
2872
|
+
* @see https://tailwindcss.com/docs/isolation
|
|
2873
|
+
*/
|
|
2874
|
+
isolation: ["isolate", "isolation-auto"],
|
|
2875
|
+
/**
|
|
2876
|
+
* Object Fit
|
|
2877
|
+
* @see https://tailwindcss.com/docs/object-fit
|
|
2878
|
+
*/
|
|
2879
|
+
"object-fit": [{
|
|
2880
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
2881
|
+
}],
|
|
2882
|
+
/**
|
|
2883
|
+
* Object Position
|
|
2884
|
+
* @see https://tailwindcss.com/docs/object-position
|
|
2885
|
+
*/
|
|
2886
|
+
"object-position": [{
|
|
2887
|
+
object: [..._(), c, d]
|
|
2888
|
+
}],
|
|
2889
|
+
/**
|
|
2890
|
+
* Overflow
|
|
2891
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
2892
|
+
*/
|
|
2893
|
+
overflow: [{
|
|
2894
|
+
overflow: O()
|
|
2895
|
+
}],
|
|
2896
|
+
/**
|
|
2897
|
+
* Overflow X
|
|
2898
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
2899
|
+
*/
|
|
2900
|
+
"overflow-x": [{
|
|
2901
|
+
"overflow-x": O()
|
|
2902
|
+
}],
|
|
2903
|
+
/**
|
|
2904
|
+
* Overflow Y
|
|
2905
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
2906
|
+
*/
|
|
2907
|
+
"overflow-y": [{
|
|
2908
|
+
"overflow-y": O()
|
|
2909
|
+
}],
|
|
2910
|
+
/**
|
|
2911
|
+
* Overscroll Behavior
|
|
2912
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
2913
|
+
*/
|
|
2914
|
+
overscroll: [{
|
|
2915
|
+
overscroll: B()
|
|
2916
|
+
}],
|
|
2917
|
+
/**
|
|
2918
|
+
* Overscroll Behavior X
|
|
2919
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
2920
|
+
*/
|
|
2921
|
+
"overscroll-x": [{
|
|
2922
|
+
"overscroll-x": B()
|
|
2923
|
+
}],
|
|
2924
|
+
/**
|
|
2925
|
+
* Overscroll Behavior Y
|
|
2926
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
2927
|
+
*/
|
|
2928
|
+
"overscroll-y": [{
|
|
2929
|
+
"overscroll-y": B()
|
|
2930
|
+
}],
|
|
2931
|
+
/**
|
|
2932
|
+
* Position
|
|
2933
|
+
* @see https://tailwindcss.com/docs/position
|
|
2934
|
+
*/
|
|
2935
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
2936
|
+
/**
|
|
2937
|
+
* Top / Right / Bottom / Left
|
|
2938
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2939
|
+
*/
|
|
2940
|
+
inset: [{
|
|
2941
|
+
inset: N()
|
|
2942
|
+
}],
|
|
2943
|
+
/**
|
|
2944
|
+
* Right / Left
|
|
2945
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2946
|
+
*/
|
|
2947
|
+
"inset-x": [{
|
|
2948
|
+
"inset-x": N()
|
|
2949
|
+
}],
|
|
2950
|
+
/**
|
|
2951
|
+
* Top / Bottom
|
|
2952
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2953
|
+
*/
|
|
2954
|
+
"inset-y": [{
|
|
2955
|
+
"inset-y": N()
|
|
2956
|
+
}],
|
|
2957
|
+
/**
|
|
2958
|
+
* Start
|
|
2959
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2960
|
+
*/
|
|
2961
|
+
start: [{
|
|
2962
|
+
start: N()
|
|
2963
|
+
}],
|
|
2964
|
+
/**
|
|
2965
|
+
* End
|
|
2966
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2967
|
+
*/
|
|
2968
|
+
end: [{
|
|
2969
|
+
end: N()
|
|
2970
|
+
}],
|
|
2971
|
+
/**
|
|
2972
|
+
* Top
|
|
2973
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2974
|
+
*/
|
|
2975
|
+
top: [{
|
|
2976
|
+
top: N()
|
|
2977
|
+
}],
|
|
2978
|
+
/**
|
|
2979
|
+
* Right
|
|
2980
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2981
|
+
*/
|
|
2982
|
+
right: [{
|
|
2983
|
+
right: N()
|
|
2984
|
+
}],
|
|
2985
|
+
/**
|
|
2986
|
+
* Bottom
|
|
2987
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2988
|
+
*/
|
|
2989
|
+
bottom: [{
|
|
2990
|
+
bottom: N()
|
|
2991
|
+
}],
|
|
2992
|
+
/**
|
|
2993
|
+
* Left
|
|
2994
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
2995
|
+
*/
|
|
2996
|
+
left: [{
|
|
2997
|
+
left: N()
|
|
2998
|
+
}],
|
|
2999
|
+
/**
|
|
3000
|
+
* Visibility
|
|
3001
|
+
* @see https://tailwindcss.com/docs/visibility
|
|
3002
|
+
*/
|
|
3003
|
+
visibility: ["visible", "invisible", "collapse"],
|
|
3004
|
+
/**
|
|
3005
|
+
* Z-Index
|
|
3006
|
+
* @see https://tailwindcss.com/docs/z-index
|
|
3007
|
+
*/
|
|
3008
|
+
z: [{
|
|
3009
|
+
z: [oe, "auto", d, c]
|
|
3010
|
+
}],
|
|
3011
|
+
// ------------------------
|
|
3012
|
+
// --- Flexbox and Grid ---
|
|
3013
|
+
// ------------------------
|
|
3014
|
+
/**
|
|
3015
|
+
* Flex Basis
|
|
3016
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
|
3017
|
+
*/
|
|
3018
|
+
basis: [{
|
|
3019
|
+
basis: [le, "full", "auto", d, c, i, a]
|
|
3020
|
+
}],
|
|
3021
|
+
/**
|
|
3022
|
+
* Flex Direction
|
|
3023
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
|
3024
|
+
*/
|
|
3025
|
+
"flex-direction": [{
|
|
3026
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
3027
|
+
}],
|
|
3028
|
+
/**
|
|
3029
|
+
* Flex Wrap
|
|
3030
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
|
3031
|
+
*/
|
|
3032
|
+
"flex-wrap": [{
|
|
3033
|
+
flex: ["nowrap", "wrap", "wrap-reverse"]
|
|
3034
|
+
}],
|
|
3035
|
+
/**
|
|
3036
|
+
* Flex
|
|
3037
|
+
* @see https://tailwindcss.com/docs/flex
|
|
3038
|
+
*/
|
|
3039
|
+
flex: [{
|
|
3040
|
+
flex: [C, le, "auto", "initial", "none", c]
|
|
3041
|
+
}],
|
|
3042
|
+
/**
|
|
3043
|
+
* Flex Grow
|
|
3044
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
|
3045
|
+
*/
|
|
3046
|
+
grow: [{
|
|
3047
|
+
grow: ["", C, d, c]
|
|
3048
|
+
}],
|
|
3049
|
+
/**
|
|
3050
|
+
* Flex Shrink
|
|
3051
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
|
3052
|
+
*/
|
|
3053
|
+
shrink: [{
|
|
3054
|
+
shrink: ["", C, d, c]
|
|
3055
|
+
}],
|
|
3056
|
+
/**
|
|
3057
|
+
* Order
|
|
3058
|
+
* @see https://tailwindcss.com/docs/order
|
|
3059
|
+
*/
|
|
3060
|
+
order: [{
|
|
3061
|
+
order: [oe, "first", "last", "none", d, c]
|
|
3062
|
+
}],
|
|
3063
|
+
/**
|
|
3064
|
+
* Grid Template Columns
|
|
3065
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
3066
|
+
*/
|
|
3067
|
+
"grid-cols": [{
|
|
3068
|
+
"grid-cols": U()
|
|
3069
|
+
}],
|
|
3070
|
+
/**
|
|
3071
|
+
* Grid Column Start / End
|
|
3072
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
3073
|
+
*/
|
|
3074
|
+
"col-start-end": [{
|
|
3075
|
+
col: Z()
|
|
3076
|
+
}],
|
|
3077
|
+
/**
|
|
3078
|
+
* Grid Column Start
|
|
3079
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
3080
|
+
*/
|
|
3081
|
+
"col-start": [{
|
|
3082
|
+
"col-start": F()
|
|
3083
|
+
}],
|
|
3084
|
+
/**
|
|
3085
|
+
* Grid Column End
|
|
3086
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
3087
|
+
*/
|
|
3088
|
+
"col-end": [{
|
|
3089
|
+
"col-end": F()
|
|
3090
|
+
}],
|
|
3091
|
+
/**
|
|
3092
|
+
* Grid Template Rows
|
|
3093
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
3094
|
+
*/
|
|
3095
|
+
"grid-rows": [{
|
|
3096
|
+
"grid-rows": U()
|
|
3097
|
+
}],
|
|
3098
|
+
/**
|
|
3099
|
+
* Grid Row Start / End
|
|
3100
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
3101
|
+
*/
|
|
3102
|
+
"row-start-end": [{
|
|
3103
|
+
row: Z()
|
|
3104
|
+
}],
|
|
3105
|
+
/**
|
|
3106
|
+
* Grid Row Start
|
|
3107
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
3108
|
+
*/
|
|
3109
|
+
"row-start": [{
|
|
3110
|
+
"row-start": F()
|
|
3111
|
+
}],
|
|
3112
|
+
/**
|
|
3113
|
+
* Grid Row End
|
|
3114
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
3115
|
+
*/
|
|
3116
|
+
"row-end": [{
|
|
3117
|
+
"row-end": F()
|
|
3118
|
+
}],
|
|
3119
|
+
/**
|
|
3120
|
+
* Grid Auto Flow
|
|
3121
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
3122
|
+
*/
|
|
3123
|
+
"grid-flow": [{
|
|
3124
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
3125
|
+
}],
|
|
3126
|
+
/**
|
|
3127
|
+
* Grid Auto Columns
|
|
3128
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
3129
|
+
*/
|
|
3130
|
+
"auto-cols": [{
|
|
3131
|
+
"auto-cols": Q()
|
|
3132
|
+
}],
|
|
3133
|
+
/**
|
|
3134
|
+
* Grid Auto Rows
|
|
3135
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
3136
|
+
*/
|
|
3137
|
+
"auto-rows": [{
|
|
3138
|
+
"auto-rows": Q()
|
|
3139
|
+
}],
|
|
3140
|
+
/**
|
|
3141
|
+
* Gap
|
|
3142
|
+
* @see https://tailwindcss.com/docs/gap
|
|
3143
|
+
*/
|
|
3144
|
+
gap: [{
|
|
3145
|
+
gap: q()
|
|
3146
|
+
}],
|
|
3147
|
+
/**
|
|
3148
|
+
* Gap X
|
|
3149
|
+
* @see https://tailwindcss.com/docs/gap
|
|
3150
|
+
*/
|
|
3151
|
+
"gap-x": [{
|
|
3152
|
+
"gap-x": q()
|
|
3153
|
+
}],
|
|
3154
|
+
/**
|
|
3155
|
+
* Gap Y
|
|
3156
|
+
* @see https://tailwindcss.com/docs/gap
|
|
3157
|
+
*/
|
|
3158
|
+
"gap-y": [{
|
|
3159
|
+
"gap-y": q()
|
|
3160
|
+
}],
|
|
3161
|
+
/**
|
|
3162
|
+
* Justify Content
|
|
3163
|
+
* @see https://tailwindcss.com/docs/justify-content
|
|
3164
|
+
*/
|
|
3165
|
+
"justify-content": [{
|
|
3166
|
+
justify: [...p(), "normal"]
|
|
3167
|
+
}],
|
|
3168
|
+
/**
|
|
3169
|
+
* Justify Items
|
|
3170
|
+
* @see https://tailwindcss.com/docs/justify-items
|
|
3171
|
+
*/
|
|
3172
|
+
"justify-items": [{
|
|
3173
|
+
"justify-items": [...m(), "normal"]
|
|
3174
|
+
}],
|
|
3175
|
+
/**
|
|
3176
|
+
* Justify Self
|
|
3177
|
+
* @see https://tailwindcss.com/docs/justify-self
|
|
3178
|
+
*/
|
|
3179
|
+
"justify-self": [{
|
|
3180
|
+
"justify-self": ["auto", ...m()]
|
|
3181
|
+
}],
|
|
3182
|
+
/**
|
|
3183
|
+
* Align Content
|
|
3184
|
+
* @see https://tailwindcss.com/docs/align-content
|
|
3185
|
+
*/
|
|
3186
|
+
"align-content": [{
|
|
3187
|
+
content: ["normal", ...p()]
|
|
3188
|
+
}],
|
|
3189
|
+
/**
|
|
3190
|
+
* Align Items
|
|
3191
|
+
* @see https://tailwindcss.com/docs/align-items
|
|
3192
|
+
*/
|
|
3193
|
+
"align-items": [{
|
|
3194
|
+
items: [...m(), "baseline"]
|
|
3195
|
+
}],
|
|
3196
|
+
/**
|
|
3197
|
+
* Align Self
|
|
3198
|
+
* @see https://tailwindcss.com/docs/align-self
|
|
3199
|
+
*/
|
|
3200
|
+
"align-self": [{
|
|
3201
|
+
self: ["auto", ...m(), "baseline"]
|
|
3202
|
+
}],
|
|
3203
|
+
/**
|
|
3204
|
+
* Place Content
|
|
3205
|
+
* @see https://tailwindcss.com/docs/place-content
|
|
3206
|
+
*/
|
|
3207
|
+
"place-content": [{
|
|
3208
|
+
"place-content": p()
|
|
3209
|
+
}],
|
|
3210
|
+
/**
|
|
3211
|
+
* Place Items
|
|
3212
|
+
* @see https://tailwindcss.com/docs/place-items
|
|
3213
|
+
*/
|
|
3214
|
+
"place-items": [{
|
|
3215
|
+
"place-items": [...m(), "baseline"]
|
|
3216
|
+
}],
|
|
3217
|
+
/**
|
|
3218
|
+
* Place Self
|
|
3219
|
+
* @see https://tailwindcss.com/docs/place-self
|
|
3220
|
+
*/
|
|
3221
|
+
"place-self": [{
|
|
3222
|
+
"place-self": ["auto", ...m()]
|
|
3223
|
+
}],
|
|
3224
|
+
// Spacing
|
|
3225
|
+
/**
|
|
3226
|
+
* Padding
|
|
3227
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3228
|
+
*/
|
|
3229
|
+
p: [{
|
|
3230
|
+
p: x()
|
|
3231
|
+
}],
|
|
3232
|
+
/**
|
|
3233
|
+
* Padding X
|
|
3234
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3235
|
+
*/
|
|
3236
|
+
px: [{
|
|
3237
|
+
px: x()
|
|
3238
|
+
}],
|
|
3239
|
+
/**
|
|
3240
|
+
* Padding Y
|
|
3241
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3242
|
+
*/
|
|
3243
|
+
py: [{
|
|
3244
|
+
py: x()
|
|
3245
|
+
}],
|
|
3246
|
+
/**
|
|
3247
|
+
* Padding Start
|
|
3248
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3249
|
+
*/
|
|
3250
|
+
ps: [{
|
|
3251
|
+
ps: x()
|
|
3252
|
+
}],
|
|
3253
|
+
/**
|
|
3254
|
+
* Padding End
|
|
3255
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3256
|
+
*/
|
|
3257
|
+
pe: [{
|
|
3258
|
+
pe: x()
|
|
3259
|
+
}],
|
|
3260
|
+
/**
|
|
3261
|
+
* Padding Top
|
|
3262
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3263
|
+
*/
|
|
3264
|
+
pt: [{
|
|
3265
|
+
pt: x()
|
|
3266
|
+
}],
|
|
3267
|
+
/**
|
|
3268
|
+
* Padding Right
|
|
3269
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3270
|
+
*/
|
|
3271
|
+
pr: [{
|
|
3272
|
+
pr: x()
|
|
3273
|
+
}],
|
|
3274
|
+
/**
|
|
3275
|
+
* Padding Bottom
|
|
3276
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3277
|
+
*/
|
|
3278
|
+
pb: [{
|
|
3279
|
+
pb: x()
|
|
3280
|
+
}],
|
|
3281
|
+
/**
|
|
3282
|
+
* Padding Left
|
|
3283
|
+
* @see https://tailwindcss.com/docs/padding
|
|
3284
|
+
*/
|
|
3285
|
+
pl: [{
|
|
3286
|
+
pl: x()
|
|
3287
|
+
}],
|
|
3288
|
+
/**
|
|
3289
|
+
* Margin
|
|
3290
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3291
|
+
*/
|
|
3292
|
+
m: [{
|
|
3293
|
+
m: g()
|
|
3294
|
+
}],
|
|
3295
|
+
/**
|
|
3296
|
+
* Margin X
|
|
3297
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3298
|
+
*/
|
|
3299
|
+
mx: [{
|
|
3300
|
+
mx: g()
|
|
3301
|
+
}],
|
|
3302
|
+
/**
|
|
3303
|
+
* Margin Y
|
|
3304
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3305
|
+
*/
|
|
3306
|
+
my: [{
|
|
3307
|
+
my: g()
|
|
3308
|
+
}],
|
|
3309
|
+
/**
|
|
3310
|
+
* Margin Start
|
|
3311
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3312
|
+
*/
|
|
3313
|
+
ms: [{
|
|
3314
|
+
ms: g()
|
|
3315
|
+
}],
|
|
3316
|
+
/**
|
|
3317
|
+
* Margin End
|
|
3318
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3319
|
+
*/
|
|
3320
|
+
me: [{
|
|
3321
|
+
me: g()
|
|
3322
|
+
}],
|
|
3323
|
+
/**
|
|
3324
|
+
* Margin Top
|
|
3325
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3326
|
+
*/
|
|
3327
|
+
mt: [{
|
|
3328
|
+
mt: g()
|
|
3329
|
+
}],
|
|
3330
|
+
/**
|
|
3331
|
+
* Margin Right
|
|
3332
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3333
|
+
*/
|
|
3334
|
+
mr: [{
|
|
3335
|
+
mr: g()
|
|
3336
|
+
}],
|
|
3337
|
+
/**
|
|
3338
|
+
* Margin Bottom
|
|
3339
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3340
|
+
*/
|
|
3341
|
+
mb: [{
|
|
3342
|
+
mb: g()
|
|
3343
|
+
}],
|
|
3344
|
+
/**
|
|
3345
|
+
* Margin Left
|
|
3346
|
+
* @see https://tailwindcss.com/docs/margin
|
|
3347
|
+
*/
|
|
3348
|
+
ml: [{
|
|
3349
|
+
ml: g()
|
|
3350
|
+
}],
|
|
3351
|
+
/**
|
|
3352
|
+
* Space Between X
|
|
3353
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
3354
|
+
*/
|
|
3355
|
+
"space-x": [{
|
|
3356
|
+
"space-x": u()
|
|
3357
|
+
}],
|
|
3358
|
+
/**
|
|
3359
|
+
* Space Between X Reverse
|
|
3360
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
3361
|
+
*/
|
|
3362
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
3363
|
+
/**
|
|
3364
|
+
* Space Between Y
|
|
3365
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
3366
|
+
*/
|
|
3367
|
+
"space-y": [{
|
|
3368
|
+
"space-y": u()
|
|
3369
|
+
}],
|
|
3370
|
+
/**
|
|
3371
|
+
* Space Between Y Reverse
|
|
3372
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
3373
|
+
*/
|
|
3374
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
3375
|
+
// --------------
|
|
3376
|
+
// --- Sizing ---
|
|
3377
|
+
// --------------
|
|
3378
|
+
/**
|
|
3379
|
+
* Width
|
|
3380
|
+
* @see https://tailwindcss.com/docs/width
|
|
3381
|
+
*/
|
|
3382
|
+
/**
|
|
3383
|
+
* Size
|
|
3384
|
+
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
3385
|
+
*/
|
|
3386
|
+
size: [{
|
|
3387
|
+
size: S()
|
|
3388
|
+
}],
|
|
3389
|
+
w: [{
|
|
3390
|
+
w: [i, "screen", ...S()]
|
|
3391
|
+
}],
|
|
3392
|
+
/**
|
|
3393
|
+
* Min-Width
|
|
3394
|
+
* @see https://tailwindcss.com/docs/min-width
|
|
3395
|
+
*/
|
|
3396
|
+
"min-w": [{
|
|
3397
|
+
"min-w": [
|
|
3398
|
+
i,
|
|
3399
|
+
"screen",
|
|
3400
|
+
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
3401
|
+
"none",
|
|
3402
|
+
...S()
|
|
3403
|
+
]
|
|
3404
|
+
}],
|
|
3405
|
+
/**
|
|
3406
|
+
* Max-Width
|
|
3407
|
+
* @see https://tailwindcss.com/docs/max-width
|
|
3408
|
+
*/
|
|
3409
|
+
"max-w": [{
|
|
3410
|
+
"max-w": [
|
|
3411
|
+
i,
|
|
3412
|
+
"screen",
|
|
3413
|
+
"none",
|
|
3414
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
3415
|
+
"prose",
|
|
3416
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
3417
|
+
{
|
|
3418
|
+
screen: [l]
|
|
3419
|
+
},
|
|
3420
|
+
...S()
|
|
3421
|
+
]
|
|
3422
|
+
}],
|
|
3423
|
+
/**
|
|
3424
|
+
* Height
|
|
3425
|
+
* @see https://tailwindcss.com/docs/height
|
|
3426
|
+
*/
|
|
3427
|
+
h: [{
|
|
3428
|
+
h: ["screen", ...S()]
|
|
3429
|
+
}],
|
|
3430
|
+
/**
|
|
3431
|
+
* Min-Height
|
|
3432
|
+
* @see https://tailwindcss.com/docs/min-height
|
|
3433
|
+
*/
|
|
3434
|
+
"min-h": [{
|
|
3435
|
+
"min-h": ["screen", "none", ...S()]
|
|
3436
|
+
}],
|
|
3437
|
+
/**
|
|
3438
|
+
* Max-Height
|
|
3439
|
+
* @see https://tailwindcss.com/docs/max-height
|
|
3440
|
+
*/
|
|
3441
|
+
"max-h": [{
|
|
3442
|
+
"max-h": ["screen", ...S()]
|
|
3443
|
+
}],
|
|
3444
|
+
// ------------------
|
|
3445
|
+
// --- Typography ---
|
|
3446
|
+
// ------------------
|
|
3447
|
+
/**
|
|
3448
|
+
* Font Size
|
|
3449
|
+
* @see https://tailwindcss.com/docs/font-size
|
|
3450
|
+
*/
|
|
3451
|
+
"font-size": [{
|
|
3452
|
+
text: ["base", r, we, ne]
|
|
3453
|
+
}],
|
|
3454
|
+
/**
|
|
3455
|
+
* Font Smoothing
|
|
3456
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
|
3457
|
+
*/
|
|
3458
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
3459
|
+
/**
|
|
3460
|
+
* Font Style
|
|
3461
|
+
* @see https://tailwindcss.com/docs/font-style
|
|
3462
|
+
*/
|
|
3463
|
+
"font-style": ["italic", "not-italic"],
|
|
3464
|
+
/**
|
|
3465
|
+
* Font Weight
|
|
3466
|
+
* @see https://tailwindcss.com/docs/font-weight
|
|
3467
|
+
*/
|
|
3468
|
+
"font-weight": [{
|
|
3469
|
+
font: [o, d, ze]
|
|
3470
|
+
}],
|
|
3471
|
+
/**
|
|
3472
|
+
* Font Stretch
|
|
3473
|
+
* @see https://tailwindcss.com/docs/font-stretch
|
|
3474
|
+
*/
|
|
3475
|
+
"font-stretch": [{
|
|
3476
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", He, c]
|
|
3477
|
+
}],
|
|
3478
|
+
/**
|
|
3479
|
+
* Font Family
|
|
3480
|
+
* @see https://tailwindcss.com/docs/font-family
|
|
3481
|
+
*/
|
|
3482
|
+
"font-family": [{
|
|
3483
|
+
font: [Et, c, t]
|
|
3484
|
+
}],
|
|
3485
|
+
/**
|
|
3486
|
+
* Font Variant Numeric
|
|
3487
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
3488
|
+
*/
|
|
3489
|
+
"fvn-normal": ["normal-nums"],
|
|
3490
|
+
/**
|
|
3491
|
+
* Font Variant Numeric
|
|
3492
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
3493
|
+
*/
|
|
3494
|
+
"fvn-ordinal": ["ordinal"],
|
|
3495
|
+
/**
|
|
3496
|
+
* Font Variant Numeric
|
|
3497
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
3498
|
+
*/
|
|
3499
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
3500
|
+
/**
|
|
3501
|
+
* Font Variant Numeric
|
|
3502
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
3503
|
+
*/
|
|
3504
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
3505
|
+
/**
|
|
3506
|
+
* Font Variant Numeric
|
|
3507
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
3508
|
+
*/
|
|
3509
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
3510
|
+
/**
|
|
3511
|
+
* Font Variant Numeric
|
|
3512
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
3513
|
+
*/
|
|
3514
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
3515
|
+
/**
|
|
3516
|
+
* Letter Spacing
|
|
3517
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
|
3518
|
+
*/
|
|
3519
|
+
tracking: [{
|
|
3520
|
+
tracking: [s, d, c]
|
|
3521
|
+
}],
|
|
3522
|
+
/**
|
|
3523
|
+
* Line Clamp
|
|
3524
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
|
3525
|
+
*/
|
|
3526
|
+
"line-clamp": [{
|
|
3527
|
+
"line-clamp": [C, "none", d, ze]
|
|
3528
|
+
}],
|
|
3529
|
+
/**
|
|
3530
|
+
* Line Height
|
|
3531
|
+
* @see https://tailwindcss.com/docs/line-height
|
|
3532
|
+
*/
|
|
3533
|
+
leading: [{
|
|
3534
|
+
leading: [
|
|
3535
|
+
d,
|
|
3536
|
+
c,
|
|
3537
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
3538
|
+
n,
|
|
3539
|
+
a
|
|
3540
|
+
]
|
|
3541
|
+
}],
|
|
3542
|
+
/**
|
|
3543
|
+
* List Style Image
|
|
3544
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
|
3545
|
+
*/
|
|
3546
|
+
"list-image": [{
|
|
3547
|
+
"list-image": ["none", d, c]
|
|
3548
|
+
}],
|
|
3549
|
+
/**
|
|
3550
|
+
* List Style Position
|
|
3551
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
|
3552
|
+
*/
|
|
3553
|
+
"list-style-position": [{
|
|
3554
|
+
list: ["inside", "outside"]
|
|
3555
|
+
}],
|
|
3556
|
+
/**
|
|
3557
|
+
* List Style Type
|
|
3558
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
|
3559
|
+
*/
|
|
3560
|
+
"list-style-type": [{
|
|
3561
|
+
list: ["disc", "decimal", "none", d, c]
|
|
3562
|
+
}],
|
|
3563
|
+
/**
|
|
3564
|
+
* Text Alignment
|
|
3565
|
+
* @see https://tailwindcss.com/docs/text-align
|
|
3566
|
+
*/
|
|
3567
|
+
"text-alignment": [{
|
|
3568
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
|
3569
|
+
}],
|
|
3570
|
+
/**
|
|
3571
|
+
* Placeholder Color
|
|
3572
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
3573
|
+
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
3574
|
+
*/
|
|
3575
|
+
"placeholder-color": [{
|
|
3576
|
+
placeholder: f()
|
|
3577
|
+
}],
|
|
3578
|
+
/**
|
|
3579
|
+
* Text Color
|
|
3580
|
+
* @see https://tailwindcss.com/docs/text-color
|
|
3581
|
+
*/
|
|
3582
|
+
"text-color": [{
|
|
3583
|
+
text: f()
|
|
3584
|
+
}],
|
|
3585
|
+
/**
|
|
3586
|
+
* Text Decoration
|
|
3587
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
|
3588
|
+
*/
|
|
3589
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
3590
|
+
/**
|
|
3591
|
+
* Text Decoration Style
|
|
3592
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
3593
|
+
*/
|
|
3594
|
+
"text-decoration-style": [{
|
|
3595
|
+
decoration: [...I(), "wavy"]
|
|
3596
|
+
}],
|
|
3597
|
+
/**
|
|
3598
|
+
* Text Decoration Thickness
|
|
3599
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
3600
|
+
*/
|
|
3601
|
+
"text-decoration-thickness": [{
|
|
3602
|
+
decoration: [C, "from-font", "auto", d, ne]
|
|
3603
|
+
}],
|
|
3604
|
+
/**
|
|
3605
|
+
* Text Decoration Color
|
|
3606
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
3607
|
+
*/
|
|
3608
|
+
"text-decoration-color": [{
|
|
3609
|
+
decoration: f()
|
|
3610
|
+
}],
|
|
3611
|
+
/**
|
|
3612
|
+
* Text Underline Offset
|
|
3613
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
3614
|
+
*/
|
|
3615
|
+
"underline-offset": [{
|
|
3616
|
+
"underline-offset": [C, "auto", d, c]
|
|
3617
|
+
}],
|
|
3618
|
+
/**
|
|
3619
|
+
* Text Transform
|
|
3620
|
+
* @see https://tailwindcss.com/docs/text-transform
|
|
3621
|
+
*/
|
|
3622
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
3623
|
+
/**
|
|
3624
|
+
* Text Overflow
|
|
3625
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
|
3626
|
+
*/
|
|
3627
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
3628
|
+
/**
|
|
3629
|
+
* Text Wrap
|
|
3630
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
|
3631
|
+
*/
|
|
3632
|
+
"text-wrap": [{
|
|
3633
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
3634
|
+
}],
|
|
3635
|
+
/**
|
|
3636
|
+
* Text Indent
|
|
3637
|
+
* @see https://tailwindcss.com/docs/text-indent
|
|
3638
|
+
*/
|
|
3639
|
+
indent: [{
|
|
3640
|
+
indent: ["px", ...u()]
|
|
3641
|
+
}],
|
|
3642
|
+
/**
|
|
3643
|
+
* Vertical Alignment
|
|
3644
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
|
3645
|
+
*/
|
|
3646
|
+
"vertical-align": [{
|
|
3647
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", d, c]
|
|
3648
|
+
}],
|
|
3649
|
+
/**
|
|
3650
|
+
* Whitespace
|
|
3651
|
+
* @see https://tailwindcss.com/docs/whitespace
|
|
3652
|
+
*/
|
|
3653
|
+
whitespace: [{
|
|
3654
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
3655
|
+
}],
|
|
3656
|
+
/**
|
|
3657
|
+
* Word Break
|
|
3658
|
+
* @see https://tailwindcss.com/docs/word-break
|
|
3659
|
+
*/
|
|
3660
|
+
break: [{
|
|
3661
|
+
break: ["normal", "words", "all", "keep"]
|
|
3662
|
+
}],
|
|
3663
|
+
/**
|
|
3664
|
+
* Hyphens
|
|
3665
|
+
* @see https://tailwindcss.com/docs/hyphens
|
|
3666
|
+
*/
|
|
3667
|
+
hyphens: [{
|
|
3668
|
+
hyphens: ["none", "manual", "auto"]
|
|
3669
|
+
}],
|
|
3670
|
+
/**
|
|
3671
|
+
* Content
|
|
3672
|
+
* @see https://tailwindcss.com/docs/content
|
|
3673
|
+
*/
|
|
3674
|
+
content: [{
|
|
3675
|
+
content: ["none", d, c]
|
|
3676
|
+
}],
|
|
3677
|
+
// -------------------
|
|
3678
|
+
// --- Backgrounds ---
|
|
3679
|
+
// -------------------
|
|
3680
|
+
/**
|
|
3681
|
+
* Background Attachment
|
|
3682
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
|
3683
|
+
*/
|
|
3684
|
+
"bg-attachment": [{
|
|
3685
|
+
bg: ["fixed", "local", "scroll"]
|
|
3686
|
+
}],
|
|
3687
|
+
/**
|
|
3688
|
+
* Background Clip
|
|
3689
|
+
* @see https://tailwindcss.com/docs/background-clip
|
|
3690
|
+
*/
|
|
3691
|
+
"bg-clip": [{
|
|
3692
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
|
3693
|
+
}],
|
|
3694
|
+
/**
|
|
3695
|
+
* Background Origin
|
|
3696
|
+
* @see https://tailwindcss.com/docs/background-origin
|
|
3697
|
+
*/
|
|
3698
|
+
"bg-origin": [{
|
|
3699
|
+
"bg-origin": ["border", "padding", "content"]
|
|
3700
|
+
}],
|
|
3701
|
+
/**
|
|
3702
|
+
* Background Position
|
|
3703
|
+
* @see https://tailwindcss.com/docs/background-position
|
|
3704
|
+
*/
|
|
3705
|
+
"bg-position": [{
|
|
3706
|
+
bg: [..._(), Vt, $t]
|
|
3707
|
+
}],
|
|
3708
|
+
/**
|
|
3709
|
+
* Background Repeat
|
|
3710
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
|
3711
|
+
*/
|
|
3712
|
+
"bg-repeat": [{
|
|
3713
|
+
bg: ["no-repeat", {
|
|
3714
|
+
repeat: ["", "x", "y", "space", "round"]
|
|
3715
|
+
}]
|
|
3716
|
+
}],
|
|
3717
|
+
/**
|
|
3718
|
+
* Background Size
|
|
3719
|
+
* @see https://tailwindcss.com/docs/background-size
|
|
3720
|
+
*/
|
|
3721
|
+
"bg-size": [{
|
|
3722
|
+
bg: ["auto", "cover", "contain", Nt, Pt]
|
|
3723
|
+
}],
|
|
3724
|
+
/**
|
|
3725
|
+
* Background Image
|
|
3726
|
+
* @see https://tailwindcss.com/docs/background-image
|
|
3727
|
+
*/
|
|
3728
|
+
"bg-image": [{
|
|
3729
|
+
bg: ["none", {
|
|
3730
|
+
linear: [{
|
|
3731
|
+
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
3732
|
+
}, oe, d, c],
|
|
3733
|
+
radial: ["", d, c],
|
|
3734
|
+
conic: [oe, d, c]
|
|
3735
|
+
}, Tt, It]
|
|
3736
|
+
}],
|
|
3737
|
+
/**
|
|
3738
|
+
* Background Color
|
|
3739
|
+
* @see https://tailwindcss.com/docs/background-color
|
|
3740
|
+
*/
|
|
3741
|
+
"bg-color": [{
|
|
3742
|
+
bg: f()
|
|
3743
|
+
}],
|
|
3744
|
+
/**
|
|
3745
|
+
* Gradient Color Stops From Position
|
|
3746
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
3747
|
+
*/
|
|
3748
|
+
"gradient-from-pos": [{
|
|
3749
|
+
from: R()
|
|
3750
|
+
}],
|
|
3751
|
+
/**
|
|
3752
|
+
* Gradient Color Stops Via Position
|
|
3753
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
3754
|
+
*/
|
|
3755
|
+
"gradient-via-pos": [{
|
|
3756
|
+
via: R()
|
|
3757
|
+
}],
|
|
3758
|
+
/**
|
|
3759
|
+
* Gradient Color Stops To Position
|
|
3760
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
3761
|
+
*/
|
|
3762
|
+
"gradient-to-pos": [{
|
|
3763
|
+
to: R()
|
|
3764
|
+
}],
|
|
3765
|
+
/**
|
|
3766
|
+
* Gradient Color Stops From
|
|
3767
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
3768
|
+
*/
|
|
3769
|
+
"gradient-from": [{
|
|
3770
|
+
from: f()
|
|
3771
|
+
}],
|
|
3772
|
+
/**
|
|
3773
|
+
* Gradient Color Stops Via
|
|
3774
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
3775
|
+
*/
|
|
3776
|
+
"gradient-via": [{
|
|
3777
|
+
via: f()
|
|
3778
|
+
}],
|
|
3779
|
+
/**
|
|
3780
|
+
* Gradient Color Stops To
|
|
3781
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
3782
|
+
*/
|
|
3783
|
+
"gradient-to": [{
|
|
3784
|
+
to: f()
|
|
3785
|
+
}],
|
|
3786
|
+
// ---------------
|
|
3787
|
+
// --- Borders ---
|
|
3788
|
+
// ---------------
|
|
3789
|
+
/**
|
|
3790
|
+
* Border Radius
|
|
3791
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3792
|
+
*/
|
|
3793
|
+
rounded: [{
|
|
3794
|
+
rounded: v()
|
|
3795
|
+
}],
|
|
3796
|
+
/**
|
|
3797
|
+
* Border Radius Start
|
|
3798
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3799
|
+
*/
|
|
3800
|
+
"rounded-s": [{
|
|
3801
|
+
"rounded-s": v()
|
|
3802
|
+
}],
|
|
3803
|
+
/**
|
|
3804
|
+
* Border Radius End
|
|
3805
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3806
|
+
*/
|
|
3807
|
+
"rounded-e": [{
|
|
3808
|
+
"rounded-e": v()
|
|
3809
|
+
}],
|
|
3810
|
+
/**
|
|
3811
|
+
* Border Radius Top
|
|
3812
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3813
|
+
*/
|
|
3814
|
+
"rounded-t": [{
|
|
3815
|
+
"rounded-t": v()
|
|
3816
|
+
}],
|
|
3817
|
+
/**
|
|
3818
|
+
* Border Radius Right
|
|
3819
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3820
|
+
*/
|
|
3821
|
+
"rounded-r": [{
|
|
3822
|
+
"rounded-r": v()
|
|
3823
|
+
}],
|
|
3824
|
+
/**
|
|
3825
|
+
* Border Radius Bottom
|
|
3826
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3827
|
+
*/
|
|
3828
|
+
"rounded-b": [{
|
|
3829
|
+
"rounded-b": v()
|
|
3830
|
+
}],
|
|
3831
|
+
/**
|
|
3832
|
+
* Border Radius Left
|
|
3833
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3834
|
+
*/
|
|
3835
|
+
"rounded-l": [{
|
|
3836
|
+
"rounded-l": v()
|
|
3837
|
+
}],
|
|
3838
|
+
/**
|
|
3839
|
+
* Border Radius Start Start
|
|
3840
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3841
|
+
*/
|
|
3842
|
+
"rounded-ss": [{
|
|
3843
|
+
"rounded-ss": v()
|
|
3844
|
+
}],
|
|
3845
|
+
/**
|
|
3846
|
+
* Border Radius Start End
|
|
3847
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3848
|
+
*/
|
|
3849
|
+
"rounded-se": [{
|
|
3850
|
+
"rounded-se": v()
|
|
3851
|
+
}],
|
|
3852
|
+
/**
|
|
3853
|
+
* Border Radius End End
|
|
3854
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3855
|
+
*/
|
|
3856
|
+
"rounded-ee": [{
|
|
3857
|
+
"rounded-ee": v()
|
|
3858
|
+
}],
|
|
3859
|
+
/**
|
|
3860
|
+
* Border Radius End Start
|
|
3861
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3862
|
+
*/
|
|
3863
|
+
"rounded-es": [{
|
|
3864
|
+
"rounded-es": v()
|
|
3865
|
+
}],
|
|
3866
|
+
/**
|
|
3867
|
+
* Border Radius Top Left
|
|
3868
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3869
|
+
*/
|
|
3870
|
+
"rounded-tl": [{
|
|
3871
|
+
"rounded-tl": v()
|
|
3872
|
+
}],
|
|
3873
|
+
/**
|
|
3874
|
+
* Border Radius Top Right
|
|
3875
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3876
|
+
*/
|
|
3877
|
+
"rounded-tr": [{
|
|
3878
|
+
"rounded-tr": v()
|
|
3879
|
+
}],
|
|
3880
|
+
/**
|
|
3881
|
+
* Border Radius Bottom Right
|
|
3882
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3883
|
+
*/
|
|
3884
|
+
"rounded-br": [{
|
|
3885
|
+
"rounded-br": v()
|
|
3886
|
+
}],
|
|
3887
|
+
/**
|
|
3888
|
+
* Border Radius Bottom Left
|
|
3889
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
3890
|
+
*/
|
|
3891
|
+
"rounded-bl": [{
|
|
3892
|
+
"rounded-bl": v()
|
|
3893
|
+
}],
|
|
3894
|
+
/**
|
|
3895
|
+
* Border Width
|
|
3896
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3897
|
+
*/
|
|
3898
|
+
"border-w": [{
|
|
3899
|
+
border: A()
|
|
3900
|
+
}],
|
|
3901
|
+
/**
|
|
3902
|
+
* Border Width X
|
|
3903
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3904
|
+
*/
|
|
3905
|
+
"border-w-x": [{
|
|
3906
|
+
"border-x": A()
|
|
3907
|
+
}],
|
|
3908
|
+
/**
|
|
3909
|
+
* Border Width Y
|
|
3910
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3911
|
+
*/
|
|
3912
|
+
"border-w-y": [{
|
|
3913
|
+
"border-y": A()
|
|
3914
|
+
}],
|
|
3915
|
+
/**
|
|
3916
|
+
* Border Width Start
|
|
3917
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3918
|
+
*/
|
|
3919
|
+
"border-w-s": [{
|
|
3920
|
+
"border-s": A()
|
|
3921
|
+
}],
|
|
3922
|
+
/**
|
|
3923
|
+
* Border Width End
|
|
3924
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3925
|
+
*/
|
|
3926
|
+
"border-w-e": [{
|
|
3927
|
+
"border-e": A()
|
|
3928
|
+
}],
|
|
3929
|
+
/**
|
|
3930
|
+
* Border Width Top
|
|
3931
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3932
|
+
*/
|
|
3933
|
+
"border-w-t": [{
|
|
3934
|
+
"border-t": A()
|
|
3935
|
+
}],
|
|
3936
|
+
/**
|
|
3937
|
+
* Border Width Right
|
|
3938
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3939
|
+
*/
|
|
3940
|
+
"border-w-r": [{
|
|
3941
|
+
"border-r": A()
|
|
3942
|
+
}],
|
|
3943
|
+
/**
|
|
3944
|
+
* Border Width Bottom
|
|
3945
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3946
|
+
*/
|
|
3947
|
+
"border-w-b": [{
|
|
3948
|
+
"border-b": A()
|
|
3949
|
+
}],
|
|
3950
|
+
/**
|
|
3951
|
+
* Border Width Left
|
|
3952
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
3953
|
+
*/
|
|
3954
|
+
"border-w-l": [{
|
|
3955
|
+
"border-l": A()
|
|
3956
|
+
}],
|
|
3957
|
+
/**
|
|
3958
|
+
* Divide Width X
|
|
3959
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
3960
|
+
*/
|
|
3961
|
+
"divide-x": [{
|
|
3962
|
+
"divide-x": A()
|
|
3963
|
+
}],
|
|
3964
|
+
/**
|
|
3965
|
+
* Divide Width X Reverse
|
|
3966
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
3967
|
+
*/
|
|
3968
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
3969
|
+
/**
|
|
3970
|
+
* Divide Width Y
|
|
3971
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
3972
|
+
*/
|
|
3973
|
+
"divide-y": [{
|
|
3974
|
+
"divide-y": A()
|
|
3975
|
+
}],
|
|
3976
|
+
/**
|
|
3977
|
+
* Divide Width Y Reverse
|
|
3978
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
3979
|
+
*/
|
|
3980
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
3981
|
+
/**
|
|
3982
|
+
* Border Style
|
|
3983
|
+
* @see https://tailwindcss.com/docs/border-style
|
|
3984
|
+
*/
|
|
3985
|
+
"border-style": [{
|
|
3986
|
+
border: [...I(), "hidden", "none"]
|
|
3987
|
+
}],
|
|
3988
|
+
/**
|
|
3989
|
+
* Divide Style
|
|
3990
|
+
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
3991
|
+
*/
|
|
3992
|
+
"divide-style": [{
|
|
3993
|
+
divide: [...I(), "hidden", "none"]
|
|
3994
|
+
}],
|
|
3995
|
+
/**
|
|
3996
|
+
* Border Color
|
|
3997
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
3998
|
+
*/
|
|
3999
|
+
"border-color": [{
|
|
4000
|
+
border: f()
|
|
4001
|
+
}],
|
|
4002
|
+
/**
|
|
4003
|
+
* Border Color X
|
|
4004
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
4005
|
+
*/
|
|
4006
|
+
"border-color-x": [{
|
|
4007
|
+
"border-x": f()
|
|
4008
|
+
}],
|
|
4009
|
+
/**
|
|
4010
|
+
* Border Color Y
|
|
4011
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
4012
|
+
*/
|
|
4013
|
+
"border-color-y": [{
|
|
4014
|
+
"border-y": f()
|
|
4015
|
+
}],
|
|
4016
|
+
/**
|
|
4017
|
+
* Border Color S
|
|
4018
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
4019
|
+
*/
|
|
4020
|
+
"border-color-s": [{
|
|
4021
|
+
"border-s": f()
|
|
4022
|
+
}],
|
|
4023
|
+
/**
|
|
4024
|
+
* Border Color E
|
|
4025
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
4026
|
+
*/
|
|
4027
|
+
"border-color-e": [{
|
|
4028
|
+
"border-e": f()
|
|
4029
|
+
}],
|
|
4030
|
+
/**
|
|
4031
|
+
* Border Color Top
|
|
4032
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
4033
|
+
*/
|
|
4034
|
+
"border-color-t": [{
|
|
4035
|
+
"border-t": f()
|
|
4036
|
+
}],
|
|
4037
|
+
/**
|
|
4038
|
+
* Border Color Right
|
|
4039
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
4040
|
+
*/
|
|
4041
|
+
"border-color-r": [{
|
|
4042
|
+
"border-r": f()
|
|
4043
|
+
}],
|
|
4044
|
+
/**
|
|
4045
|
+
* Border Color Bottom
|
|
4046
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
4047
|
+
*/
|
|
4048
|
+
"border-color-b": [{
|
|
4049
|
+
"border-b": f()
|
|
4050
|
+
}],
|
|
4051
|
+
/**
|
|
4052
|
+
* Border Color Left
|
|
4053
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
4054
|
+
*/
|
|
4055
|
+
"border-color-l": [{
|
|
4056
|
+
"border-l": f()
|
|
4057
|
+
}],
|
|
4058
|
+
/**
|
|
4059
|
+
* Divide Color
|
|
4060
|
+
* @see https://tailwindcss.com/docs/divide-color
|
|
4061
|
+
*/
|
|
4062
|
+
"divide-color": [{
|
|
4063
|
+
divide: f()
|
|
4064
|
+
}],
|
|
4065
|
+
/**
|
|
4066
|
+
* Outline Style
|
|
4067
|
+
* @see https://tailwindcss.com/docs/outline-style
|
|
4068
|
+
*/
|
|
4069
|
+
"outline-style": [{
|
|
4070
|
+
outline: [...I(), "none", "hidden"]
|
|
4071
|
+
}],
|
|
4072
|
+
/**
|
|
4073
|
+
* Outline Offset
|
|
4074
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
|
4075
|
+
*/
|
|
4076
|
+
"outline-offset": [{
|
|
4077
|
+
"outline-offset": [C, d, c]
|
|
4078
|
+
}],
|
|
4079
|
+
/**
|
|
4080
|
+
* Outline Width
|
|
4081
|
+
* @see https://tailwindcss.com/docs/outline-width
|
|
4082
|
+
*/
|
|
4083
|
+
"outline-w": [{
|
|
4084
|
+
outline: ["", C, we, ne]
|
|
4085
|
+
}],
|
|
4086
|
+
/**
|
|
4087
|
+
* Outline Color
|
|
4088
|
+
* @see https://tailwindcss.com/docs/outline-color
|
|
4089
|
+
*/
|
|
4090
|
+
"outline-color": [{
|
|
4091
|
+
outline: [e]
|
|
4092
|
+
}],
|
|
4093
|
+
// ---------------
|
|
4094
|
+
// --- Effects ---
|
|
4095
|
+
// ---------------
|
|
4096
|
+
/**
|
|
4097
|
+
* Box Shadow
|
|
4098
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
|
4099
|
+
*/
|
|
4100
|
+
shadow: [{
|
|
4101
|
+
shadow: [
|
|
4102
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
4103
|
+
"",
|
|
4104
|
+
"none",
|
|
4105
|
+
b,
|
|
4106
|
+
Ot,
|
|
4107
|
+
jt
|
|
4108
|
+
]
|
|
4109
|
+
}],
|
|
4110
|
+
/**
|
|
4111
|
+
* Box Shadow Color
|
|
4112
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
4113
|
+
*/
|
|
4114
|
+
"shadow-color": [{
|
|
4115
|
+
shadow: f()
|
|
4116
|
+
}],
|
|
4117
|
+
/**
|
|
4118
|
+
* Inset Box Shadow
|
|
4119
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
4120
|
+
*/
|
|
4121
|
+
"inset-shadow": [{
|
|
4122
|
+
"inset-shadow": ["none", d, c, P]
|
|
4123
|
+
}],
|
|
4124
|
+
/**
|
|
4125
|
+
* Inset Box Shadow Color
|
|
4126
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
4127
|
+
*/
|
|
4128
|
+
"inset-shadow-color": [{
|
|
4129
|
+
"inset-shadow": f()
|
|
4130
|
+
}],
|
|
4131
|
+
/**
|
|
4132
|
+
* Ring Width
|
|
4133
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
4134
|
+
*/
|
|
4135
|
+
"ring-w": [{
|
|
4136
|
+
ring: A()
|
|
4137
|
+
}],
|
|
4138
|
+
/**
|
|
4139
|
+
* Ring Width Inset
|
|
4140
|
+
* @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
|
|
4141
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
4142
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
4143
|
+
*/
|
|
4144
|
+
"ring-w-inset": ["ring-inset"],
|
|
4145
|
+
/**
|
|
4146
|
+
* Ring Color
|
|
4147
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
4148
|
+
*/
|
|
4149
|
+
"ring-color": [{
|
|
4150
|
+
ring: f()
|
|
4151
|
+
}],
|
|
4152
|
+
/**
|
|
4153
|
+
* Ring Offset Width
|
|
4154
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-width
|
|
4155
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
4156
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
4157
|
+
*/
|
|
4158
|
+
"ring-offset-w": [{
|
|
4159
|
+
"ring-offset": [C, ne]
|
|
4160
|
+
}],
|
|
4161
|
+
/**
|
|
4162
|
+
* Ring Offset Color
|
|
4163
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-color
|
|
4164
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
4165
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
4166
|
+
*/
|
|
4167
|
+
"ring-offset-color": [{
|
|
4168
|
+
"ring-offset": f()
|
|
4169
|
+
}],
|
|
4170
|
+
/**
|
|
4171
|
+
* Inset Ring Width
|
|
4172
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
4173
|
+
*/
|
|
4174
|
+
"inset-ring-w": [{
|
|
4175
|
+
"inset-ring": A()
|
|
4176
|
+
}],
|
|
4177
|
+
/**
|
|
4178
|
+
* Inset Ring Color
|
|
4179
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
4180
|
+
*/
|
|
4181
|
+
"inset-ring-color": [{
|
|
4182
|
+
"inset-ring": f()
|
|
4183
|
+
}],
|
|
4184
|
+
/**
|
|
4185
|
+
* Opacity
|
|
4186
|
+
* @see https://tailwindcss.com/docs/opacity
|
|
4187
|
+
*/
|
|
4188
|
+
opacity: [{
|
|
4189
|
+
opacity: [C, d, c]
|
|
4190
|
+
}],
|
|
4191
|
+
/**
|
|
4192
|
+
* Mix Blend Mode
|
|
4193
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
4194
|
+
*/
|
|
4195
|
+
"mix-blend": [{
|
|
4196
|
+
"mix-blend": [...Y(), "plus-darker", "plus-lighter"]
|
|
4197
|
+
}],
|
|
4198
|
+
/**
|
|
4199
|
+
* Background Blend Mode
|
|
4200
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
4201
|
+
*/
|
|
4202
|
+
"bg-blend": [{
|
|
4203
|
+
"bg-blend": Y()
|
|
4204
|
+
}],
|
|
4205
|
+
// ---------------
|
|
4206
|
+
// --- Filters ---
|
|
4207
|
+
// ---------------
|
|
4208
|
+
/**
|
|
4209
|
+
* Filter
|
|
4210
|
+
* @see https://tailwindcss.com/docs/filter
|
|
4211
|
+
*/
|
|
4212
|
+
filter: [{
|
|
4213
|
+
filter: [
|
|
4214
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
4215
|
+
"",
|
|
4216
|
+
"none",
|
|
4217
|
+
d,
|
|
4218
|
+
c
|
|
4219
|
+
]
|
|
4220
|
+
}],
|
|
4221
|
+
/**
|
|
4222
|
+
* Blur
|
|
4223
|
+
* @see https://tailwindcss.com/docs/blur
|
|
4224
|
+
*/
|
|
4225
|
+
blur: [{
|
|
4226
|
+
blur: J()
|
|
4227
|
+
}],
|
|
4228
|
+
/**
|
|
4229
|
+
* Brightness
|
|
4230
|
+
* @see https://tailwindcss.com/docs/brightness
|
|
4231
|
+
*/
|
|
4232
|
+
brightness: [{
|
|
4233
|
+
brightness: [C, d, c]
|
|
4234
|
+
}],
|
|
4235
|
+
/**
|
|
4236
|
+
* Contrast
|
|
4237
|
+
* @see https://tailwindcss.com/docs/contrast
|
|
4238
|
+
*/
|
|
4239
|
+
contrast: [{
|
|
4240
|
+
contrast: [C, d, c]
|
|
4241
|
+
}],
|
|
4242
|
+
/**
|
|
4243
|
+
* Drop Shadow
|
|
4244
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
|
4245
|
+
*/
|
|
4246
|
+
"drop-shadow": [{
|
|
4247
|
+
"drop-shadow": [
|
|
4248
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
4249
|
+
"",
|
|
4250
|
+
"none",
|
|
4251
|
+
E,
|
|
4252
|
+
d,
|
|
4253
|
+
c
|
|
4254
|
+
]
|
|
4255
|
+
}],
|
|
4256
|
+
/**
|
|
4257
|
+
* Grayscale
|
|
4258
|
+
* @see https://tailwindcss.com/docs/grayscale
|
|
4259
|
+
*/
|
|
4260
|
+
grayscale: [{
|
|
4261
|
+
grayscale: ["", C, d, c]
|
|
4262
|
+
}],
|
|
4263
|
+
/**
|
|
4264
|
+
* Hue Rotate
|
|
4265
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
|
4266
|
+
*/
|
|
4267
|
+
"hue-rotate": [{
|
|
4268
|
+
"hue-rotate": [C, d, c]
|
|
4269
|
+
}],
|
|
4270
|
+
/**
|
|
4271
|
+
* Invert
|
|
4272
|
+
* @see https://tailwindcss.com/docs/invert
|
|
4273
|
+
*/
|
|
4274
|
+
invert: [{
|
|
4275
|
+
invert: ["", C, d, c]
|
|
4276
|
+
}],
|
|
4277
|
+
/**
|
|
4278
|
+
* Saturate
|
|
4279
|
+
* @see https://tailwindcss.com/docs/saturate
|
|
4280
|
+
*/
|
|
4281
|
+
saturate: [{
|
|
4282
|
+
saturate: [C, d, c]
|
|
4283
|
+
}],
|
|
4284
|
+
/**
|
|
4285
|
+
* Sepia
|
|
4286
|
+
* @see https://tailwindcss.com/docs/sepia
|
|
4287
|
+
*/
|
|
4288
|
+
sepia: [{
|
|
4289
|
+
sepia: ["", C, d, c]
|
|
4290
|
+
}],
|
|
4291
|
+
/**
|
|
4292
|
+
* Backdrop Filter
|
|
4293
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
4294
|
+
*/
|
|
4295
|
+
"backdrop-filter": [{
|
|
4296
|
+
"backdrop-filter": [
|
|
4297
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
4298
|
+
"",
|
|
4299
|
+
"none",
|
|
4300
|
+
d,
|
|
4301
|
+
c
|
|
4302
|
+
]
|
|
4303
|
+
}],
|
|
4304
|
+
/**
|
|
4305
|
+
* Backdrop Blur
|
|
4306
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
4307
|
+
*/
|
|
4308
|
+
"backdrop-blur": [{
|
|
4309
|
+
"backdrop-blur": J()
|
|
4310
|
+
}],
|
|
4311
|
+
/**
|
|
4312
|
+
* Backdrop Brightness
|
|
4313
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
4314
|
+
*/
|
|
4315
|
+
"backdrop-brightness": [{
|
|
4316
|
+
"backdrop-brightness": [C, d, c]
|
|
4317
|
+
}],
|
|
4318
|
+
/**
|
|
4319
|
+
* Backdrop Contrast
|
|
4320
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
4321
|
+
*/
|
|
4322
|
+
"backdrop-contrast": [{
|
|
4323
|
+
"backdrop-contrast": [C, d, c]
|
|
4324
|
+
}],
|
|
4325
|
+
/**
|
|
4326
|
+
* Backdrop Grayscale
|
|
4327
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
4328
|
+
*/
|
|
4329
|
+
"backdrop-grayscale": [{
|
|
4330
|
+
"backdrop-grayscale": ["", C, d, c]
|
|
4331
|
+
}],
|
|
4332
|
+
/**
|
|
4333
|
+
* Backdrop Hue Rotate
|
|
4334
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
4335
|
+
*/
|
|
4336
|
+
"backdrop-hue-rotate": [{
|
|
4337
|
+
"backdrop-hue-rotate": [C, d, c]
|
|
4338
|
+
}],
|
|
4339
|
+
/**
|
|
4340
|
+
* Backdrop Invert
|
|
4341
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
4342
|
+
*/
|
|
4343
|
+
"backdrop-invert": [{
|
|
4344
|
+
"backdrop-invert": ["", C, d, c]
|
|
4345
|
+
}],
|
|
4346
|
+
/**
|
|
4347
|
+
* Backdrop Opacity
|
|
4348
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
4349
|
+
*/
|
|
4350
|
+
"backdrop-opacity": [{
|
|
4351
|
+
"backdrop-opacity": [C, d, c]
|
|
4352
|
+
}],
|
|
4353
|
+
/**
|
|
4354
|
+
* Backdrop Saturate
|
|
4355
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
4356
|
+
*/
|
|
4357
|
+
"backdrop-saturate": [{
|
|
4358
|
+
"backdrop-saturate": [C, d, c]
|
|
4359
|
+
}],
|
|
4360
|
+
/**
|
|
4361
|
+
* Backdrop Sepia
|
|
4362
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
4363
|
+
*/
|
|
4364
|
+
"backdrop-sepia": [{
|
|
4365
|
+
"backdrop-sepia": ["", C, d, c]
|
|
4366
|
+
}],
|
|
4367
|
+
// --------------
|
|
4368
|
+
// --- Tables ---
|
|
4369
|
+
// --------------
|
|
4370
|
+
/**
|
|
4371
|
+
* Border Collapse
|
|
4372
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
|
4373
|
+
*/
|
|
4374
|
+
"border-collapse": [{
|
|
4375
|
+
border: ["collapse", "separate"]
|
|
4376
|
+
}],
|
|
4377
|
+
/**
|
|
4378
|
+
* Border Spacing
|
|
4379
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
4380
|
+
*/
|
|
4381
|
+
"border-spacing": [{
|
|
4382
|
+
"border-spacing": u()
|
|
4383
|
+
}],
|
|
4384
|
+
/**
|
|
4385
|
+
* Border Spacing X
|
|
4386
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
4387
|
+
*/
|
|
4388
|
+
"border-spacing-x": [{
|
|
4389
|
+
"border-spacing-x": u()
|
|
4390
|
+
}],
|
|
4391
|
+
/**
|
|
4392
|
+
* Border Spacing Y
|
|
4393
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
4394
|
+
*/
|
|
4395
|
+
"border-spacing-y": [{
|
|
4396
|
+
"border-spacing-y": u()
|
|
4397
|
+
}],
|
|
4398
|
+
/**
|
|
4399
|
+
* Table Layout
|
|
4400
|
+
* @see https://tailwindcss.com/docs/table-layout
|
|
4401
|
+
*/
|
|
4402
|
+
"table-layout": [{
|
|
4403
|
+
table: ["auto", "fixed"]
|
|
4404
|
+
}],
|
|
4405
|
+
/**
|
|
4406
|
+
* Caption Side
|
|
4407
|
+
* @see https://tailwindcss.com/docs/caption-side
|
|
4408
|
+
*/
|
|
4409
|
+
caption: [{
|
|
4410
|
+
caption: ["top", "bottom"]
|
|
4411
|
+
}],
|
|
4412
|
+
// ---------------------------------
|
|
4413
|
+
// --- Transitions and Animation ---
|
|
4414
|
+
// ---------------------------------
|
|
4415
|
+
/**
|
|
4416
|
+
* Transition Property
|
|
4417
|
+
* @see https://tailwindcss.com/docs/transition-property
|
|
4418
|
+
*/
|
|
4419
|
+
transition: [{
|
|
4420
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", d, c]
|
|
4421
|
+
}],
|
|
4422
|
+
/**
|
|
4423
|
+
* Transition Behavior
|
|
4424
|
+
* @see https://tailwindcss.com/docs/transition-behavior
|
|
4425
|
+
*/
|
|
4426
|
+
"transition-behavior": [{
|
|
4427
|
+
transition: ["normal", "discrete"]
|
|
4428
|
+
}],
|
|
4429
|
+
/**
|
|
4430
|
+
* Transition Duration
|
|
4431
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
|
4432
|
+
*/
|
|
4433
|
+
duration: [{
|
|
4434
|
+
duration: [C, "initial", d, c]
|
|
4435
|
+
}],
|
|
4436
|
+
/**
|
|
4437
|
+
* Transition Timing Function
|
|
4438
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
4439
|
+
*/
|
|
4440
|
+
ease: [{
|
|
4441
|
+
ease: ["linear", "initial", w, d, c]
|
|
4442
|
+
}],
|
|
4443
|
+
/**
|
|
4444
|
+
* Transition Delay
|
|
4445
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
|
4446
|
+
*/
|
|
4447
|
+
delay: [{
|
|
4448
|
+
delay: [C, d, c]
|
|
4449
|
+
}],
|
|
4450
|
+
/**
|
|
4451
|
+
* Animation
|
|
4452
|
+
* @see https://tailwindcss.com/docs/animation
|
|
4453
|
+
*/
|
|
4454
|
+
animate: [{
|
|
4455
|
+
animate: ["none", G, d, c]
|
|
4456
|
+
}],
|
|
4457
|
+
// ------------------
|
|
4458
|
+
// --- Transforms ---
|
|
4459
|
+
// ------------------
|
|
4460
|
+
/**
|
|
4461
|
+
* Backface Visibility
|
|
4462
|
+
* @see https://tailwindcss.com/docs/backface-visibility
|
|
4463
|
+
*/
|
|
4464
|
+
backface: [{
|
|
4465
|
+
backface: ["hidden", "visible"]
|
|
4466
|
+
}],
|
|
4467
|
+
/**
|
|
4468
|
+
* Perspective
|
|
4469
|
+
* @see https://tailwindcss.com/docs/perspective
|
|
4470
|
+
*/
|
|
4471
|
+
perspective: [{
|
|
4472
|
+
perspective: [M, d, c]
|
|
4473
|
+
}],
|
|
4474
|
+
/**
|
|
4475
|
+
* Perspective Origin
|
|
4476
|
+
* @see https://tailwindcss.com/docs/perspective-origin
|
|
4477
|
+
*/
|
|
4478
|
+
"perspective-origin": [{
|
|
4479
|
+
"perspective-origin": H()
|
|
4480
|
+
}],
|
|
4481
|
+
/**
|
|
4482
|
+
* Rotate
|
|
4483
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
4484
|
+
*/
|
|
4485
|
+
rotate: [{
|
|
4486
|
+
rotate: te()
|
|
4487
|
+
}],
|
|
4488
|
+
/**
|
|
4489
|
+
* Rotate X
|
|
4490
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
4491
|
+
*/
|
|
4492
|
+
"rotate-x": [{
|
|
4493
|
+
"rotate-x": te()
|
|
4494
|
+
}],
|
|
4495
|
+
/**
|
|
4496
|
+
* Rotate Y
|
|
4497
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
4498
|
+
*/
|
|
4499
|
+
"rotate-y": [{
|
|
4500
|
+
"rotate-y": te()
|
|
4501
|
+
}],
|
|
4502
|
+
/**
|
|
4503
|
+
* Rotate Z
|
|
4504
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
4505
|
+
*/
|
|
4506
|
+
"rotate-z": [{
|
|
4507
|
+
"rotate-z": te()
|
|
4508
|
+
}],
|
|
4509
|
+
/**
|
|
4510
|
+
* Scale
|
|
4511
|
+
* @see https://tailwindcss.com/docs/scale
|
|
4512
|
+
*/
|
|
4513
|
+
scale: [{
|
|
4514
|
+
scale: se()
|
|
4515
|
+
}],
|
|
4516
|
+
/**
|
|
4517
|
+
* Scale X
|
|
4518
|
+
* @see https://tailwindcss.com/docs/scale
|
|
4519
|
+
*/
|
|
4520
|
+
"scale-x": [{
|
|
4521
|
+
"scale-x": se()
|
|
4522
|
+
}],
|
|
4523
|
+
/**
|
|
4524
|
+
* Scale Y
|
|
4525
|
+
* @see https://tailwindcss.com/docs/scale
|
|
4526
|
+
*/
|
|
4527
|
+
"scale-y": [{
|
|
4528
|
+
"scale-y": se()
|
|
4529
|
+
}],
|
|
4530
|
+
/**
|
|
4531
|
+
* Scale Z
|
|
4532
|
+
* @see https://tailwindcss.com/docs/scale
|
|
4533
|
+
*/
|
|
4534
|
+
"scale-z": [{
|
|
4535
|
+
"scale-z": se()
|
|
4536
|
+
}],
|
|
4537
|
+
/**
|
|
4538
|
+
* Scale 3D
|
|
4539
|
+
* @see https://tailwindcss.com/docs/scale
|
|
4540
|
+
*/
|
|
4541
|
+
"scale-3d": ["scale-3d"],
|
|
4542
|
+
/**
|
|
4543
|
+
* Skew
|
|
4544
|
+
* @see https://tailwindcss.com/docs/skew
|
|
4545
|
+
*/
|
|
4546
|
+
skew: [{
|
|
4547
|
+
skew: ve()
|
|
4548
|
+
}],
|
|
4549
|
+
/**
|
|
4550
|
+
* Skew X
|
|
4551
|
+
* @see https://tailwindcss.com/docs/skew
|
|
4552
|
+
*/
|
|
4553
|
+
"skew-x": [{
|
|
4554
|
+
"skew-x": ve()
|
|
4555
|
+
}],
|
|
4556
|
+
/**
|
|
4557
|
+
* Skew Y
|
|
4558
|
+
* @see https://tailwindcss.com/docs/skew
|
|
4559
|
+
*/
|
|
4560
|
+
"skew-y": [{
|
|
4561
|
+
"skew-y": ve()
|
|
4562
|
+
}],
|
|
4563
|
+
/**
|
|
4564
|
+
* Transform
|
|
4565
|
+
* @see https://tailwindcss.com/docs/transform
|
|
4566
|
+
*/
|
|
4567
|
+
transform: [{
|
|
4568
|
+
transform: [d, c, "", "none", "gpu", "cpu"]
|
|
4569
|
+
}],
|
|
4570
|
+
/**
|
|
4571
|
+
* Transform Origin
|
|
4572
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
|
4573
|
+
*/
|
|
4574
|
+
"transform-origin": [{
|
|
4575
|
+
origin: H()
|
|
4576
|
+
}],
|
|
4577
|
+
/**
|
|
4578
|
+
* Transform Style
|
|
4579
|
+
* @see https://tailwindcss.com/docs/transform-style
|
|
4580
|
+
*/
|
|
4581
|
+
"transform-style": [{
|
|
4582
|
+
transform: ["3d", "flat"]
|
|
4583
|
+
}],
|
|
4584
|
+
/**
|
|
4585
|
+
* Translate
|
|
4586
|
+
* @see https://tailwindcss.com/docs/translate
|
|
4587
|
+
*/
|
|
4588
|
+
translate: [{
|
|
4589
|
+
translate: ye()
|
|
4590
|
+
}],
|
|
4591
|
+
/**
|
|
4592
|
+
* Translate X
|
|
4593
|
+
* @see https://tailwindcss.com/docs/translate
|
|
4594
|
+
*/
|
|
4595
|
+
"translate-x": [{
|
|
4596
|
+
"translate-x": ye()
|
|
4597
|
+
}],
|
|
4598
|
+
/**
|
|
4599
|
+
* Translate Y
|
|
4600
|
+
* @see https://tailwindcss.com/docs/translate
|
|
4601
|
+
*/
|
|
4602
|
+
"translate-y": [{
|
|
4603
|
+
"translate-y": ye()
|
|
4604
|
+
}],
|
|
4605
|
+
/**
|
|
4606
|
+
* Translate Z
|
|
4607
|
+
* @see https://tailwindcss.com/docs/translate
|
|
4608
|
+
*/
|
|
4609
|
+
"translate-z": [{
|
|
4610
|
+
"translate-z": ye()
|
|
4611
|
+
}],
|
|
4612
|
+
/**
|
|
4613
|
+
* Translate None
|
|
4614
|
+
* @see https://tailwindcss.com/docs/translate
|
|
4615
|
+
*/
|
|
4616
|
+
"translate-none": ["translate-none"],
|
|
4617
|
+
// ---------------------
|
|
4618
|
+
// --- Interactivity ---
|
|
4619
|
+
// ---------------------
|
|
4620
|
+
/**
|
|
4621
|
+
* Accent Color
|
|
4622
|
+
* @see https://tailwindcss.com/docs/accent-color
|
|
4623
|
+
*/
|
|
4624
|
+
accent: [{
|
|
4625
|
+
accent: f()
|
|
4626
|
+
}],
|
|
4627
|
+
/**
|
|
4628
|
+
* Appearance
|
|
4629
|
+
* @see https://tailwindcss.com/docs/appearance
|
|
4630
|
+
*/
|
|
4631
|
+
appearance: [{
|
|
4632
|
+
appearance: ["none", "auto"]
|
|
4633
|
+
}],
|
|
4634
|
+
/**
|
|
4635
|
+
* Caret Color
|
|
4636
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
4637
|
+
*/
|
|
4638
|
+
"caret-color": [{
|
|
4639
|
+
caret: f()
|
|
4640
|
+
}],
|
|
4641
|
+
/**
|
|
4642
|
+
* Color Scheme
|
|
4643
|
+
* @see https://tailwindcss.com/docs/color-scheme
|
|
4644
|
+
*/
|
|
4645
|
+
"color-scheme": [{
|
|
4646
|
+
scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
|
|
4647
|
+
}],
|
|
4648
|
+
/**
|
|
4649
|
+
* Cursor
|
|
4650
|
+
* @see https://tailwindcss.com/docs/cursor
|
|
4651
|
+
*/
|
|
4652
|
+
cursor: [{
|
|
4653
|
+
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", d, c]
|
|
4654
|
+
}],
|
|
4655
|
+
/**
|
|
4656
|
+
* Field Sizing
|
|
4657
|
+
* @see https://tailwindcss.com/docs/field-sizing
|
|
4658
|
+
*/
|
|
4659
|
+
"field-sizing": [{
|
|
4660
|
+
"field-sizing": ["fixed", "content"]
|
|
4661
|
+
}],
|
|
4662
|
+
/**
|
|
4663
|
+
* Pointer Events
|
|
4664
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
|
4665
|
+
*/
|
|
4666
|
+
"pointer-events": [{
|
|
4667
|
+
"pointer-events": ["auto", "none"]
|
|
4668
|
+
}],
|
|
4669
|
+
/**
|
|
4670
|
+
* Resize
|
|
4671
|
+
* @see https://tailwindcss.com/docs/resize
|
|
4672
|
+
*/
|
|
4673
|
+
resize: [{
|
|
4674
|
+
resize: ["none", "", "y", "x"]
|
|
4675
|
+
}],
|
|
4676
|
+
/**
|
|
4677
|
+
* Scroll Behavior
|
|
4678
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
4679
|
+
*/
|
|
4680
|
+
"scroll-behavior": [{
|
|
4681
|
+
scroll: ["auto", "smooth"]
|
|
4682
|
+
}],
|
|
4683
|
+
/**
|
|
4684
|
+
* Scroll Margin
|
|
4685
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4686
|
+
*/
|
|
4687
|
+
"scroll-m": [{
|
|
4688
|
+
"scroll-m": u()
|
|
4689
|
+
}],
|
|
4690
|
+
/**
|
|
4691
|
+
* Scroll Margin X
|
|
4692
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4693
|
+
*/
|
|
4694
|
+
"scroll-mx": [{
|
|
4695
|
+
"scroll-mx": u()
|
|
4696
|
+
}],
|
|
4697
|
+
/**
|
|
4698
|
+
* Scroll Margin Y
|
|
4699
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4700
|
+
*/
|
|
4701
|
+
"scroll-my": [{
|
|
4702
|
+
"scroll-my": u()
|
|
4703
|
+
}],
|
|
4704
|
+
/**
|
|
4705
|
+
* Scroll Margin Start
|
|
4706
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4707
|
+
*/
|
|
4708
|
+
"scroll-ms": [{
|
|
4709
|
+
"scroll-ms": u()
|
|
4710
|
+
}],
|
|
4711
|
+
/**
|
|
4712
|
+
* Scroll Margin End
|
|
4713
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4714
|
+
*/
|
|
4715
|
+
"scroll-me": [{
|
|
4716
|
+
"scroll-me": u()
|
|
4717
|
+
}],
|
|
4718
|
+
/**
|
|
4719
|
+
* Scroll Margin Top
|
|
4720
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4721
|
+
*/
|
|
4722
|
+
"scroll-mt": [{
|
|
4723
|
+
"scroll-mt": u()
|
|
4724
|
+
}],
|
|
4725
|
+
/**
|
|
4726
|
+
* Scroll Margin Right
|
|
4727
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4728
|
+
*/
|
|
4729
|
+
"scroll-mr": [{
|
|
4730
|
+
"scroll-mr": u()
|
|
4731
|
+
}],
|
|
4732
|
+
/**
|
|
4733
|
+
* Scroll Margin Bottom
|
|
4734
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4735
|
+
*/
|
|
4736
|
+
"scroll-mb": [{
|
|
4737
|
+
"scroll-mb": u()
|
|
4738
|
+
}],
|
|
4739
|
+
/**
|
|
4740
|
+
* Scroll Margin Left
|
|
4741
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
4742
|
+
*/
|
|
4743
|
+
"scroll-ml": [{
|
|
4744
|
+
"scroll-ml": u()
|
|
4745
|
+
}],
|
|
4746
|
+
/**
|
|
4747
|
+
* Scroll Padding
|
|
4748
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4749
|
+
*/
|
|
4750
|
+
"scroll-p": [{
|
|
4751
|
+
"scroll-p": u()
|
|
4752
|
+
}],
|
|
4753
|
+
/**
|
|
4754
|
+
* Scroll Padding X
|
|
4755
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4756
|
+
*/
|
|
4757
|
+
"scroll-px": [{
|
|
4758
|
+
"scroll-px": u()
|
|
4759
|
+
}],
|
|
4760
|
+
/**
|
|
4761
|
+
* Scroll Padding Y
|
|
4762
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4763
|
+
*/
|
|
4764
|
+
"scroll-py": [{
|
|
4765
|
+
"scroll-py": u()
|
|
4766
|
+
}],
|
|
4767
|
+
/**
|
|
4768
|
+
* Scroll Padding Start
|
|
4769
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4770
|
+
*/
|
|
4771
|
+
"scroll-ps": [{
|
|
4772
|
+
"scroll-ps": u()
|
|
4773
|
+
}],
|
|
4774
|
+
/**
|
|
4775
|
+
* Scroll Padding End
|
|
4776
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4777
|
+
*/
|
|
4778
|
+
"scroll-pe": [{
|
|
4779
|
+
"scroll-pe": u()
|
|
4780
|
+
}],
|
|
4781
|
+
/**
|
|
4782
|
+
* Scroll Padding Top
|
|
4783
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4784
|
+
*/
|
|
4785
|
+
"scroll-pt": [{
|
|
4786
|
+
"scroll-pt": u()
|
|
4787
|
+
}],
|
|
4788
|
+
/**
|
|
4789
|
+
* Scroll Padding Right
|
|
4790
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4791
|
+
*/
|
|
4792
|
+
"scroll-pr": [{
|
|
4793
|
+
"scroll-pr": u()
|
|
4794
|
+
}],
|
|
4795
|
+
/**
|
|
4796
|
+
* Scroll Padding Bottom
|
|
4797
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4798
|
+
*/
|
|
4799
|
+
"scroll-pb": [{
|
|
4800
|
+
"scroll-pb": u()
|
|
4801
|
+
}],
|
|
4802
|
+
/**
|
|
4803
|
+
* Scroll Padding Left
|
|
4804
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
4805
|
+
*/
|
|
4806
|
+
"scroll-pl": [{
|
|
4807
|
+
"scroll-pl": u()
|
|
4808
|
+
}],
|
|
4809
|
+
/**
|
|
4810
|
+
* Scroll Snap Align
|
|
4811
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
4812
|
+
*/
|
|
4813
|
+
"snap-align": [{
|
|
4814
|
+
snap: ["start", "end", "center", "align-none"]
|
|
4815
|
+
}],
|
|
4816
|
+
/**
|
|
4817
|
+
* Scroll Snap Stop
|
|
4818
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
4819
|
+
*/
|
|
4820
|
+
"snap-stop": [{
|
|
4821
|
+
snap: ["normal", "always"]
|
|
4822
|
+
}],
|
|
4823
|
+
/**
|
|
4824
|
+
* Scroll Snap Type
|
|
4825
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
4826
|
+
*/
|
|
4827
|
+
"snap-type": [{
|
|
4828
|
+
snap: ["none", "x", "y", "both"]
|
|
4829
|
+
}],
|
|
4830
|
+
/**
|
|
4831
|
+
* Scroll Snap Type Strictness
|
|
4832
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
4833
|
+
*/
|
|
4834
|
+
"snap-strictness": [{
|
|
4835
|
+
snap: ["mandatory", "proximity"]
|
|
4836
|
+
}],
|
|
4837
|
+
/**
|
|
4838
|
+
* Touch Action
|
|
4839
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
4840
|
+
*/
|
|
4841
|
+
touch: [{
|
|
4842
|
+
touch: ["auto", "none", "manipulation"]
|
|
4843
|
+
}],
|
|
4844
|
+
/**
|
|
4845
|
+
* Touch Action X
|
|
4846
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
4847
|
+
*/
|
|
4848
|
+
"touch-x": [{
|
|
4849
|
+
"touch-pan": ["x", "left", "right"]
|
|
4850
|
+
}],
|
|
4851
|
+
/**
|
|
4852
|
+
* Touch Action Y
|
|
4853
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
4854
|
+
*/
|
|
4855
|
+
"touch-y": [{
|
|
4856
|
+
"touch-pan": ["y", "up", "down"]
|
|
4857
|
+
}],
|
|
4858
|
+
/**
|
|
4859
|
+
* Touch Action Pinch Zoom
|
|
4860
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
4861
|
+
*/
|
|
4862
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
4863
|
+
/**
|
|
4864
|
+
* User Select
|
|
4865
|
+
* @see https://tailwindcss.com/docs/user-select
|
|
4866
|
+
*/
|
|
4867
|
+
select: [{
|
|
4868
|
+
select: ["none", "text", "all", "auto"]
|
|
4869
|
+
}],
|
|
4870
|
+
/**
|
|
4871
|
+
* Will Change
|
|
4872
|
+
* @see https://tailwindcss.com/docs/will-change
|
|
4873
|
+
*/
|
|
4874
|
+
"will-change": [{
|
|
4875
|
+
"will-change": ["auto", "scroll", "contents", "transform", d, c]
|
|
4876
|
+
}],
|
|
4877
|
+
// -----------
|
|
4878
|
+
// --- SVG ---
|
|
4879
|
+
// -----------
|
|
4880
|
+
/**
|
|
4881
|
+
* Fill
|
|
4882
|
+
* @see https://tailwindcss.com/docs/fill
|
|
4883
|
+
*/
|
|
4884
|
+
fill: [{
|
|
4885
|
+
fill: ["none", ...f()]
|
|
4886
|
+
}],
|
|
4887
|
+
/**
|
|
4888
|
+
* Stroke Width
|
|
4889
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
|
4890
|
+
*/
|
|
4891
|
+
"stroke-w": [{
|
|
4892
|
+
stroke: [C, we, ne, ze]
|
|
4893
|
+
}],
|
|
4894
|
+
/**
|
|
4895
|
+
* Stroke
|
|
4896
|
+
* @see https://tailwindcss.com/docs/stroke
|
|
4897
|
+
*/
|
|
4898
|
+
stroke: [{
|
|
4899
|
+
stroke: ["none", ...f()]
|
|
4900
|
+
}],
|
|
4901
|
+
// ---------------------
|
|
4902
|
+
// --- Accessibility ---
|
|
4903
|
+
// ---------------------
|
|
4904
|
+
/**
|
|
4905
|
+
* Forced Color Adjust
|
|
4906
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
4907
|
+
*/
|
|
4908
|
+
"forced-color-adjust": [{
|
|
4909
|
+
"forced-color-adjust": ["auto", "none"]
|
|
4910
|
+
}]
|
|
4911
|
+
},
|
|
4912
|
+
conflictingClassGroups: {
|
|
4913
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
4914
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
4915
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
4916
|
+
"inset-x": ["right", "left"],
|
|
4917
|
+
"inset-y": ["top", "bottom"],
|
|
4918
|
+
flex: ["basis", "grow", "shrink"],
|
|
4919
|
+
gap: ["gap-x", "gap-y"],
|
|
4920
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
4921
|
+
px: ["pr", "pl"],
|
|
4922
|
+
py: ["pt", "pb"],
|
|
4923
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
4924
|
+
mx: ["mr", "ml"],
|
|
4925
|
+
my: ["mt", "mb"],
|
|
4926
|
+
size: ["w", "h"],
|
|
4927
|
+
"font-size": ["leading"],
|
|
4928
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
4929
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
4930
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
4931
|
+
"fvn-figure": ["fvn-normal"],
|
|
4932
|
+
"fvn-spacing": ["fvn-normal"],
|
|
4933
|
+
"fvn-fraction": ["fvn-normal"],
|
|
4934
|
+
"line-clamp": ["display", "overflow"],
|
|
4935
|
+
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"],
|
|
4936
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
4937
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
4938
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
4939
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
4940
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
4941
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
4942
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
4943
|
+
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
4944
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
4945
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
4946
|
+
"border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
4947
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
4948
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
4949
|
+
translate: ["translate-x", "translate-y", "translate-none"],
|
|
4950
|
+
"translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
|
|
4951
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
4952
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
4953
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
4954
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
4955
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
4956
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
4957
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
4958
|
+
"touch-x": ["touch"],
|
|
4959
|
+
"touch-y": ["touch"],
|
|
4960
|
+
"touch-pz": ["touch"]
|
|
4961
|
+
},
|
|
4962
|
+
conflictingClassGroupModifiers: {
|
|
4963
|
+
"font-size": ["leading"]
|
|
4964
|
+
},
|
|
4965
|
+
orderSensitiveModifiers: ["before", "after", "placeholder", "file", "marker", "selection", "first-line", "first-letter", "backdrop", "*", "**"]
|
|
4966
|
+
};
|
|
4967
|
+
}, Xt = /* @__PURE__ */ yt(Ut);
|
|
4968
|
+
export {
|
|
4969
|
+
et as S,
|
|
4970
|
+
rt as a,
|
|
4971
|
+
Ht as c,
|
|
4972
|
+
Xt as t,
|
|
4973
|
+
Kt as u
|
|
4974
|
+
};
|
|
4975
|
+
//# sourceMappingURL=bundle-mjs-BQaSeS8G.js.map
|