@konstructio/ui 0.0.12-alpha.7 → 0.0.12-alpha.8
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/components/Loading/Loading.js +5 -5
- package/dist/components/Toast/Toast.variants.js +2 -3
- package/dist/package.json +22 -22
- package/dist/utils/index.js +320 -322
- package/package.json +22 -22
package/dist/utils/index.js
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
3
|
-
const s =
|
|
1
|
+
import { c as we } from "../clsx-OuTLNxxd.js";
|
|
2
|
+
const Z = "-", xe = (e) => {
|
|
3
|
+
const s = ve(e), {
|
|
4
4
|
conflictingClassGroups: n,
|
|
5
5
|
conflictingClassGroupModifiers: o
|
|
6
6
|
} = e;
|
|
7
7
|
return {
|
|
8
|
-
getClassGroupId: (
|
|
9
|
-
const b =
|
|
10
|
-
return b[0] === "" && b.length !== 1 && b.shift(),
|
|
8
|
+
getClassGroupId: (l) => {
|
|
9
|
+
const b = l.split(Z);
|
|
10
|
+
return b[0] === "" && b.length !== 1 && b.shift(), de(b, s) || ye(l);
|
|
11
11
|
},
|
|
12
|
-
getConflictingClassGroupIds: (
|
|
13
|
-
const
|
|
14
|
-
return b && o[
|
|
12
|
+
getConflictingClassGroupIds: (l, b) => {
|
|
13
|
+
const u = n[l] || [];
|
|
14
|
+
return b && o[l] ? [...u, ...o[l]] : u;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
},
|
|
18
|
-
var
|
|
17
|
+
}, de = (e, s) => {
|
|
18
|
+
var l;
|
|
19
19
|
if (e.length === 0)
|
|
20
20
|
return s.classGroupId;
|
|
21
|
-
const n = e[0], o = s.nextPart.get(n), a = o ?
|
|
21
|
+
const n = e[0], o = s.nextPart.get(n), a = o ? de(e.slice(1), o) : void 0;
|
|
22
22
|
if (a)
|
|
23
23
|
return a;
|
|
24
24
|
if (s.validators.length === 0)
|
|
25
25
|
return;
|
|
26
|
-
const c = e.join(
|
|
27
|
-
return (
|
|
26
|
+
const c = e.join(Z);
|
|
27
|
+
return (l = s.validators.find(({
|
|
28
28
|
validator: b
|
|
29
|
-
}) => b(c))) == null ? void 0 :
|
|
30
|
-
},
|
|
31
|
-
if (
|
|
32
|
-
const s =
|
|
29
|
+
}) => b(c))) == null ? void 0 : l.classGroupId;
|
|
30
|
+
}, le = /^\[(.+)\]$/, ye = (e) => {
|
|
31
|
+
if (le.test(e)) {
|
|
32
|
+
const s = le.exec(e)[1], n = s == null ? void 0 : s.substring(0, s.indexOf(":"));
|
|
33
33
|
if (n)
|
|
34
34
|
return "arbitrary.." + n;
|
|
35
35
|
}
|
|
36
|
-
},
|
|
36
|
+
}, ve = (e) => {
|
|
37
37
|
const {
|
|
38
38
|
theme: s,
|
|
39
39
|
classGroups: n
|
|
@@ -42,18 +42,18 @@ const te = "-", ve = (e) => {
|
|
|
42
42
|
validators: []
|
|
43
43
|
};
|
|
44
44
|
for (const a in n)
|
|
45
|
-
|
|
45
|
+
K(n[a], o, a, s);
|
|
46
46
|
return o;
|
|
47
|
-
},
|
|
47
|
+
}, K = (e, s, n, o) => {
|
|
48
48
|
e.forEach((a) => {
|
|
49
49
|
if (typeof a == "string") {
|
|
50
|
-
const c = a === "" ? s :
|
|
50
|
+
const c = a === "" ? s : ae(s, a);
|
|
51
51
|
c.classGroupId = n;
|
|
52
52
|
return;
|
|
53
53
|
}
|
|
54
54
|
if (typeof a == "function") {
|
|
55
|
-
if (
|
|
56
|
-
|
|
55
|
+
if (ke(a)) {
|
|
56
|
+
K(a(o), s, n, o);
|
|
57
57
|
return;
|
|
58
58
|
}
|
|
59
59
|
s.validators.push({
|
|
@@ -62,19 +62,19 @@ const te = "-", ve = (e) => {
|
|
|
62
62
|
});
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
|
-
Object.entries(a).forEach(([c,
|
|
66
|
-
|
|
65
|
+
Object.entries(a).forEach(([c, l]) => {
|
|
66
|
+
K(l, ae(s, c), n, o);
|
|
67
67
|
});
|
|
68
68
|
});
|
|
69
|
-
},
|
|
69
|
+
}, ae = (e, s) => {
|
|
70
70
|
let n = e;
|
|
71
|
-
return s.split(
|
|
71
|
+
return s.split(Z).forEach((o) => {
|
|
72
72
|
n.nextPart.has(o) || n.nextPart.set(o, {
|
|
73
73
|
nextPart: /* @__PURE__ */ new Map(),
|
|
74
74
|
validators: []
|
|
75
75
|
}), n = n.nextPart.get(o);
|
|
76
76
|
}), n;
|
|
77
|
-
},
|
|
77
|
+
}, ke = (e) => e.isThemeGetter, ze = (e) => {
|
|
78
78
|
if (e < 1)
|
|
79
79
|
return {
|
|
80
80
|
get: () => {
|
|
@@ -83,58 +83,58 @@ const te = "-", ve = (e) => {
|
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
85
|
let s = 0, n = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
86
|
-
const a = (c,
|
|
87
|
-
n.set(c,
|
|
86
|
+
const a = (c, l) => {
|
|
87
|
+
n.set(c, l), s++, s > e && (s = 0, o = n, n = /* @__PURE__ */ new Map());
|
|
88
88
|
};
|
|
89
89
|
return {
|
|
90
90
|
get(c) {
|
|
91
|
-
let
|
|
92
|
-
if (
|
|
93
|
-
return
|
|
94
|
-
if ((
|
|
95
|
-
return a(c,
|
|
91
|
+
let l = n.get(c);
|
|
92
|
+
if (l !== void 0)
|
|
93
|
+
return l;
|
|
94
|
+
if ((l = o.get(c)) !== void 0)
|
|
95
|
+
return a(c, l), l;
|
|
96
96
|
},
|
|
97
|
-
set(c,
|
|
98
|
-
n.has(c) ? n.set(c,
|
|
97
|
+
set(c, l) {
|
|
98
|
+
n.has(c) ? n.set(c, l) : a(c, l);
|
|
99
99
|
}
|
|
100
100
|
};
|
|
101
|
-
},
|
|
101
|
+
}, Q = "!", Y = ":", Ce = Y.length, Me = (e) => {
|
|
102
102
|
const {
|
|
103
103
|
prefix: s,
|
|
104
104
|
experimentalParseClassName: n
|
|
105
105
|
} = e;
|
|
106
106
|
let o = (a) => {
|
|
107
107
|
const c = [];
|
|
108
|
-
let
|
|
109
|
-
for (let
|
|
110
|
-
let
|
|
111
|
-
if (
|
|
112
|
-
if (
|
|
113
|
-
c.push(a.slice(
|
|
108
|
+
let l = 0, b = 0, u = 0, g;
|
|
109
|
+
for (let x = 0; x < a.length; x++) {
|
|
110
|
+
let y = a[x];
|
|
111
|
+
if (l === 0 && b === 0) {
|
|
112
|
+
if (y === Y) {
|
|
113
|
+
c.push(a.slice(u, x)), u = x + Ce;
|
|
114
114
|
continue;
|
|
115
115
|
}
|
|
116
|
-
if (
|
|
117
|
-
g =
|
|
116
|
+
if (y === "/") {
|
|
117
|
+
g = x;
|
|
118
118
|
continue;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
|
|
121
|
+
y === "[" ? l++ : y === "]" ? l-- : y === "(" ? b++ : y === ")" && b--;
|
|
122
122
|
}
|
|
123
|
-
const m = c.length === 0 ? a : a.substring(
|
|
123
|
+
const m = c.length === 0 ? a : a.substring(u), z = Se(m), V = z !== m, O = g && g > u ? g - u : void 0;
|
|
124
124
|
return {
|
|
125
125
|
modifiers: c,
|
|
126
|
-
hasImportantModifier:
|
|
127
|
-
baseClassName:
|
|
128
|
-
maybePostfixModifierPosition:
|
|
126
|
+
hasImportantModifier: V,
|
|
127
|
+
baseClassName: z,
|
|
128
|
+
maybePostfixModifierPosition: O
|
|
129
129
|
};
|
|
130
130
|
};
|
|
131
131
|
if (s) {
|
|
132
|
-
const a = s +
|
|
133
|
-
o = (
|
|
132
|
+
const a = s + Y, c = o;
|
|
133
|
+
o = (l) => l.startsWith(a) ? c(l.substring(a.length)) : {
|
|
134
134
|
isExternal: !0,
|
|
135
135
|
modifiers: [],
|
|
136
136
|
hasImportantModifier: !1,
|
|
137
|
-
baseClassName:
|
|
137
|
+
baseClassName: l,
|
|
138
138
|
maybePostfixModifierPosition: void 0
|
|
139
139
|
};
|
|
140
140
|
}
|
|
@@ -146,116 +146,116 @@ const te = "-", ve = (e) => {
|
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
148
|
return o;
|
|
149
|
-
},
|
|
149
|
+
}, Se = (e) => e.endsWith(Q) ? e.substring(0, e.length - 1) : e.startsWith(Q) ? e.substring(1) : e, Ae = (e) => {
|
|
150
150
|
const s = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
151
151
|
return (o) => {
|
|
152
152
|
if (o.length <= 1)
|
|
153
153
|
return o;
|
|
154
154
|
const a = [];
|
|
155
155
|
let c = [];
|
|
156
|
-
return o.forEach((
|
|
157
|
-
|
|
156
|
+
return o.forEach((l) => {
|
|
157
|
+
l[0] === "[" || s[l] ? (a.push(...c.sort(), l), c = []) : c.push(l);
|
|
158
158
|
}), a.push(...c.sort()), a;
|
|
159
159
|
};
|
|
160
|
-
},
|
|
161
|
-
cache:
|
|
162
|
-
parseClassName:
|
|
163
|
-
sortModifiers:
|
|
164
|
-
...
|
|
165
|
-
}),
|
|
160
|
+
}, Ie = (e) => ({
|
|
161
|
+
cache: ze(e.cacheSize),
|
|
162
|
+
parseClassName: Me(e),
|
|
163
|
+
sortModifiers: Ae(e),
|
|
164
|
+
...xe(e)
|
|
165
|
+
}), Re = /\s+/, Ge = (e, s) => {
|
|
166
166
|
const {
|
|
167
167
|
parseClassName: n,
|
|
168
168
|
getClassGroupId: o,
|
|
169
169
|
getConflictingClassGroupIds: a,
|
|
170
170
|
sortModifiers: c
|
|
171
|
-
} = s,
|
|
172
|
-
let
|
|
171
|
+
} = s, l = [], b = e.trim().split(Re);
|
|
172
|
+
let u = "";
|
|
173
173
|
for (let g = b.length - 1; g >= 0; g -= 1) {
|
|
174
174
|
const m = b[g], {
|
|
175
|
-
isExternal:
|
|
176
|
-
modifiers:
|
|
177
|
-
hasImportantModifier:
|
|
178
|
-
baseClassName:
|
|
179
|
-
maybePostfixModifierPosition:
|
|
175
|
+
isExternal: z,
|
|
176
|
+
modifiers: V,
|
|
177
|
+
hasImportantModifier: O,
|
|
178
|
+
baseClassName: x,
|
|
179
|
+
maybePostfixModifierPosition: y
|
|
180
180
|
} = n(m);
|
|
181
|
-
if (
|
|
182
|
-
|
|
181
|
+
if (z) {
|
|
182
|
+
u = m + (u.length > 0 ? " " + u : u);
|
|
183
183
|
continue;
|
|
184
184
|
}
|
|
185
|
-
let
|
|
186
|
-
if (!
|
|
187
|
-
if (!
|
|
188
|
-
|
|
185
|
+
let R = !!y, M = o(R ? x.substring(0, y) : x);
|
|
186
|
+
if (!M) {
|
|
187
|
+
if (!R) {
|
|
188
|
+
u = m + (u.length > 0 ? " " + u : u);
|
|
189
189
|
continue;
|
|
190
190
|
}
|
|
191
|
-
if (
|
|
192
|
-
|
|
191
|
+
if (M = o(x), !M) {
|
|
192
|
+
u = m + (u.length > 0 ? " " + u : u);
|
|
193
193
|
continue;
|
|
194
194
|
}
|
|
195
|
-
|
|
195
|
+
R = !1;
|
|
196
196
|
}
|
|
197
|
-
const
|
|
198
|
-
if (
|
|
197
|
+
const j = c(V).join(":"), F = O ? j + Q : j, G = F + M;
|
|
198
|
+
if (l.includes(G))
|
|
199
199
|
continue;
|
|
200
|
-
|
|
201
|
-
const
|
|
202
|
-
for (let
|
|
203
|
-
const
|
|
204
|
-
|
|
200
|
+
l.push(G);
|
|
201
|
+
const P = a(M, R);
|
|
202
|
+
for (let i = 0; i < P.length; ++i) {
|
|
203
|
+
const v = P[i];
|
|
204
|
+
l.push(F + v);
|
|
205
205
|
}
|
|
206
|
-
|
|
206
|
+
u = m + (u.length > 0 ? " " + u : u);
|
|
207
207
|
}
|
|
208
|
-
return
|
|
208
|
+
return u;
|
|
209
209
|
};
|
|
210
|
-
function
|
|
210
|
+
function Pe() {
|
|
211
211
|
let e = 0, s, n, o = "";
|
|
212
212
|
for (; e < arguments.length; )
|
|
213
|
-
(s = arguments[e++]) && (n =
|
|
213
|
+
(s = arguments[e++]) && (n = ue(s)) && (o && (o += " "), o += n);
|
|
214
214
|
return o;
|
|
215
215
|
}
|
|
216
|
-
const
|
|
216
|
+
const ue = (e) => {
|
|
217
217
|
if (typeof e == "string")
|
|
218
218
|
return e;
|
|
219
219
|
let s, n = "";
|
|
220
220
|
for (let o = 0; o < e.length; o++)
|
|
221
|
-
e[o] && (s =
|
|
221
|
+
e[o] && (s = ue(e[o])) && (n && (n += " "), n += s);
|
|
222
222
|
return n;
|
|
223
223
|
};
|
|
224
|
-
function
|
|
225
|
-
let n, o, a, c =
|
|
226
|
-
function
|
|
227
|
-
const g = s.reduce((m,
|
|
228
|
-
return n =
|
|
224
|
+
function Le(e, ...s) {
|
|
225
|
+
let n, o, a, c = l;
|
|
226
|
+
function l(u) {
|
|
227
|
+
const g = s.reduce((m, z) => z(m), e());
|
|
228
|
+
return n = Ie(g), o = n.cache.get, a = n.cache.set, c = b, b(u);
|
|
229
229
|
}
|
|
230
|
-
function b(
|
|
231
|
-
const g = o(
|
|
230
|
+
function b(u) {
|
|
231
|
+
const g = o(u);
|
|
232
232
|
if (g)
|
|
233
233
|
return g;
|
|
234
|
-
const m =
|
|
235
|
-
return a(
|
|
234
|
+
const m = Ge(u, n);
|
|
235
|
+
return a(u, m), m;
|
|
236
236
|
}
|
|
237
237
|
return function() {
|
|
238
|
-
return c(
|
|
238
|
+
return c(Pe.apply(null, arguments));
|
|
239
239
|
};
|
|
240
240
|
}
|
|
241
241
|
const f = (e) => {
|
|
242
242
|
const s = (n) => n[e] || [];
|
|
243
243
|
return s.isThemeGetter = !0, s;
|
|
244
|
-
},
|
|
244
|
+
}, pe = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, be = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ee = /^\d+\/\d+$/, Te = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ne = /\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$/, Ve = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Oe = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, je = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, E = (e) => Ee.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), A = (e) => !!e && Number.isInteger(Number(e)), ce = (e) => e.endsWith("%") && d(e.slice(0, -1)), C = (e) => Te.test(e), Fe = () => !0, _e = (e) => (
|
|
245
245
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
246
246
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
247
247
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
248
|
-
|
|
249
|
-
),
|
|
250
|
-
const o =
|
|
248
|
+
Ne.test(e) && !Ve.test(e)
|
|
249
|
+
), ee = () => !1, Be = (e) => Oe.test(e), $e = (e) => je.test(e), We = (e) => !r(e) && !t(e), Ue = (e) => T(e, me, ee), r = (e) => pe.test(e), I = (e) => T(e, he, _e), D = (e) => T(e, rr, d), qe = (e) => T(e, fe, ee), He = (e) => T(e, ge, $e), Je = (e) => T(e, ee, Be), t = (e) => be.test(e), q = (e) => N(e, he), Xe = (e) => N(e, tr), De = (e) => N(e, fe), Ke = (e) => N(e, me), Qe = (e) => N(e, ge), Ye = (e) => N(e, or, !0), T = (e, s, n) => {
|
|
250
|
+
const o = pe.exec(e);
|
|
251
251
|
return o ? o[1] ? s(o[1]) : n(o[2]) : !1;
|
|
252
|
-
},
|
|
253
|
-
const o =
|
|
252
|
+
}, N = (e, s, n = !1) => {
|
|
253
|
+
const o = be.exec(e);
|
|
254
254
|
return o ? o[1] ? s(o[1]) : n : !1;
|
|
255
|
-
},
|
|
256
|
-
const e = f("color"), s = f("font"), n = f("text"), o = f("font-weight"), a = f("tracking"), c = f("leading"),
|
|
257
|
-
span: ["full",
|
|
258
|
-
}, t, r],
|
|
255
|
+
}, fe = (e) => e === "position", Ze = /* @__PURE__ */ new Set(["image", "url"]), ge = (e) => Ze.has(e), er = /* @__PURE__ */ new Set(["length", "size", "percentage"]), me = (e) => er.has(e), he = (e) => e === "length", rr = (e) => e === "number", tr = (e) => e === "family-name", or = (e) => e === "shadow", nr = () => {
|
|
256
|
+
const e = f("color"), s = f("font"), n = f("text"), o = f("font-weight"), a = f("tracking"), c = f("leading"), l = f("breakpoint"), b = f("container"), u = f("spacing"), g = f("radius"), m = f("shadow"), z = f("inset-shadow"), V = f("drop-shadow"), O = f("blur"), x = f("perspective"), y = f("aspect"), R = f("ease"), M = f("animate"), j = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], G = () => ["auto", "hidden", "clip", "visible", "scroll"], P = () => ["auto", "contain", "none"], i = () => [t, r, u], v = () => [E, "full", "auto", ...i()], re = () => [A, "none", "subgrid", t, r], te = () => ["auto", {
|
|
257
|
+
span: ["full", A, t, r]
|
|
258
|
+
}, t, r], _ = () => [A, "auto", t, r], oe = () => ["auto", "min", "max", "fr", t, r], H = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline"], L = () => ["start", "end", "center", "stretch"], k = () => ["auto", ...i()], S = () => [E, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...i()], p = () => [e, t, r], J = () => [ce, I], h = () => [
|
|
259
259
|
// Deprecated since Tailwind CSS v4.0.0
|
|
260
260
|
"",
|
|
261
261
|
"none",
|
|
@@ -263,34 +263,34 @@ const f = (e) => {
|
|
|
263
263
|
g,
|
|
264
264
|
t,
|
|
265
265
|
r
|
|
266
|
-
],
|
|
266
|
+
], w = () => ["", d, q, I], B = () => ["solid", "dashed", "dotted", "double"], ne = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], se = () => [
|
|
267
267
|
// Deprecated since Tailwind CSS v4.0.0
|
|
268
268
|
"",
|
|
269
269
|
"none",
|
|
270
|
-
|
|
270
|
+
O,
|
|
271
271
|
t,
|
|
272
272
|
r
|
|
273
|
-
],
|
|
273
|
+
], ie = () => ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", t, r], $ = () => ["none", d, t, r], W = () => ["none", d, t, r], X = () => [d, t, r], U = () => [E, "full", ...i()];
|
|
274
274
|
return {
|
|
275
275
|
cacheSize: 500,
|
|
276
276
|
theme: {
|
|
277
277
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
278
278
|
aspect: ["video"],
|
|
279
|
-
blur: [
|
|
280
|
-
breakpoint: [
|
|
281
|
-
color: [
|
|
282
|
-
container: [
|
|
283
|
-
"drop-shadow": [
|
|
279
|
+
blur: [C],
|
|
280
|
+
breakpoint: [C],
|
|
281
|
+
color: [Fe],
|
|
282
|
+
container: [C],
|
|
283
|
+
"drop-shadow": [C],
|
|
284
284
|
ease: ["in", "out", "in-out"],
|
|
285
|
-
font: [
|
|
285
|
+
font: [We],
|
|
286
286
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
287
|
-
"inset-shadow": [
|
|
287
|
+
"inset-shadow": [C],
|
|
288
288
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
289
289
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
290
|
-
radius: [
|
|
291
|
-
shadow: [
|
|
292
|
-
spacing: [d],
|
|
293
|
-
text: [
|
|
290
|
+
radius: [C],
|
|
291
|
+
shadow: [C],
|
|
292
|
+
spacing: ["px", d],
|
|
293
|
+
text: [C],
|
|
294
294
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
295
295
|
},
|
|
296
296
|
classGroups: {
|
|
@@ -302,7 +302,7 @@ const f = (e) => {
|
|
|
302
302
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
303
303
|
*/
|
|
304
304
|
aspect: [{
|
|
305
|
-
aspect: ["auto", "square",
|
|
305
|
+
aspect: ["auto", "square", E, r, t, y]
|
|
306
306
|
}],
|
|
307
307
|
/**
|
|
308
308
|
* Container
|
|
@@ -322,14 +322,14 @@ const f = (e) => {
|
|
|
322
322
|
* @see https://tailwindcss.com/docs/break-after
|
|
323
323
|
*/
|
|
324
324
|
"break-after": [{
|
|
325
|
-
"break-after":
|
|
325
|
+
"break-after": j()
|
|
326
326
|
}],
|
|
327
327
|
/**
|
|
328
328
|
* Break Before
|
|
329
329
|
* @see https://tailwindcss.com/docs/break-before
|
|
330
330
|
*/
|
|
331
331
|
"break-before": [{
|
|
332
|
-
"break-before":
|
|
332
|
+
"break-before": j()
|
|
333
333
|
}],
|
|
334
334
|
/**
|
|
335
335
|
* Break Inside
|
|
@@ -393,49 +393,49 @@ const f = (e) => {
|
|
|
393
393
|
* @see https://tailwindcss.com/docs/object-position
|
|
394
394
|
*/
|
|
395
395
|
"object-position": [{
|
|
396
|
-
object: [...
|
|
396
|
+
object: [...F(), r, t]
|
|
397
397
|
}],
|
|
398
398
|
/**
|
|
399
399
|
* Overflow
|
|
400
400
|
* @see https://tailwindcss.com/docs/overflow
|
|
401
401
|
*/
|
|
402
402
|
overflow: [{
|
|
403
|
-
overflow:
|
|
403
|
+
overflow: G()
|
|
404
404
|
}],
|
|
405
405
|
/**
|
|
406
406
|
* Overflow X
|
|
407
407
|
* @see https://tailwindcss.com/docs/overflow
|
|
408
408
|
*/
|
|
409
409
|
"overflow-x": [{
|
|
410
|
-
"overflow-x":
|
|
410
|
+
"overflow-x": G()
|
|
411
411
|
}],
|
|
412
412
|
/**
|
|
413
413
|
* Overflow Y
|
|
414
414
|
* @see https://tailwindcss.com/docs/overflow
|
|
415
415
|
*/
|
|
416
416
|
"overflow-y": [{
|
|
417
|
-
"overflow-y":
|
|
417
|
+
"overflow-y": G()
|
|
418
418
|
}],
|
|
419
419
|
/**
|
|
420
420
|
* Overscroll Behavior
|
|
421
421
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
422
422
|
*/
|
|
423
423
|
overscroll: [{
|
|
424
|
-
overscroll:
|
|
424
|
+
overscroll: P()
|
|
425
425
|
}],
|
|
426
426
|
/**
|
|
427
427
|
* Overscroll Behavior X
|
|
428
428
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
429
429
|
*/
|
|
430
430
|
"overscroll-x": [{
|
|
431
|
-
"overscroll-x":
|
|
431
|
+
"overscroll-x": P()
|
|
432
432
|
}],
|
|
433
433
|
/**
|
|
434
434
|
* Overscroll Behavior Y
|
|
435
435
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
436
436
|
*/
|
|
437
437
|
"overscroll-y": [{
|
|
438
|
-
"overscroll-y":
|
|
438
|
+
"overscroll-y": P()
|
|
439
439
|
}],
|
|
440
440
|
/**
|
|
441
441
|
* Position
|
|
@@ -447,63 +447,63 @@ const f = (e) => {
|
|
|
447
447
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
448
448
|
*/
|
|
449
449
|
inset: [{
|
|
450
|
-
inset:
|
|
450
|
+
inset: v()
|
|
451
451
|
}],
|
|
452
452
|
/**
|
|
453
453
|
* Right / Left
|
|
454
454
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
455
455
|
*/
|
|
456
456
|
"inset-x": [{
|
|
457
|
-
"inset-x":
|
|
457
|
+
"inset-x": v()
|
|
458
458
|
}],
|
|
459
459
|
/**
|
|
460
460
|
* Top / Bottom
|
|
461
461
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
462
462
|
*/
|
|
463
463
|
"inset-y": [{
|
|
464
|
-
"inset-y":
|
|
464
|
+
"inset-y": v()
|
|
465
465
|
}],
|
|
466
466
|
/**
|
|
467
467
|
* Start
|
|
468
468
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
469
469
|
*/
|
|
470
470
|
start: [{
|
|
471
|
-
start:
|
|
471
|
+
start: v()
|
|
472
472
|
}],
|
|
473
473
|
/**
|
|
474
474
|
* End
|
|
475
475
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
476
476
|
*/
|
|
477
477
|
end: [{
|
|
478
|
-
end:
|
|
478
|
+
end: v()
|
|
479
479
|
}],
|
|
480
480
|
/**
|
|
481
481
|
* Top
|
|
482
482
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
483
483
|
*/
|
|
484
484
|
top: [{
|
|
485
|
-
top:
|
|
485
|
+
top: v()
|
|
486
486
|
}],
|
|
487
487
|
/**
|
|
488
488
|
* Right
|
|
489
489
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
490
490
|
*/
|
|
491
491
|
right: [{
|
|
492
|
-
right:
|
|
492
|
+
right: v()
|
|
493
493
|
}],
|
|
494
494
|
/**
|
|
495
495
|
* Bottom
|
|
496
496
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
497
497
|
*/
|
|
498
498
|
bottom: [{
|
|
499
|
-
bottom:
|
|
499
|
+
bottom: v()
|
|
500
500
|
}],
|
|
501
501
|
/**
|
|
502
502
|
* Left
|
|
503
503
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
504
504
|
*/
|
|
505
505
|
left: [{
|
|
506
|
-
left:
|
|
506
|
+
left: v()
|
|
507
507
|
}],
|
|
508
508
|
/**
|
|
509
509
|
* Visibility
|
|
@@ -515,7 +515,7 @@ const f = (e) => {
|
|
|
515
515
|
* @see https://tailwindcss.com/docs/z-index
|
|
516
516
|
*/
|
|
517
517
|
z: [{
|
|
518
|
-
z: [
|
|
518
|
+
z: [A, "auto", t, r]
|
|
519
519
|
}],
|
|
520
520
|
// ------------------------
|
|
521
521
|
// --- Flexbox and Grid ---
|
|
@@ -525,7 +525,7 @@ const f = (e) => {
|
|
|
525
525
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
526
526
|
*/
|
|
527
527
|
basis: [{
|
|
528
|
-
basis: [
|
|
528
|
+
basis: [E, "full", "auto", b, ...i()]
|
|
529
529
|
}],
|
|
530
530
|
/**
|
|
531
531
|
* Flex Direction
|
|
@@ -546,7 +546,7 @@ const f = (e) => {
|
|
|
546
546
|
* @see https://tailwindcss.com/docs/flex
|
|
547
547
|
*/
|
|
548
548
|
flex: [{
|
|
549
|
-
flex: [d,
|
|
549
|
+
flex: [d, E, "auto", "initial", "none", r]
|
|
550
550
|
}],
|
|
551
551
|
/**
|
|
552
552
|
* Flex Grow
|
|
@@ -567,63 +567,63 @@ const f = (e) => {
|
|
|
567
567
|
* @see https://tailwindcss.com/docs/order
|
|
568
568
|
*/
|
|
569
569
|
order: [{
|
|
570
|
-
order: [
|
|
570
|
+
order: [A, "first", "last", "none", t, r]
|
|
571
571
|
}],
|
|
572
572
|
/**
|
|
573
573
|
* Grid Template Columns
|
|
574
574
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
575
575
|
*/
|
|
576
576
|
"grid-cols": [{
|
|
577
|
-
"grid-cols":
|
|
577
|
+
"grid-cols": re()
|
|
578
578
|
}],
|
|
579
579
|
/**
|
|
580
580
|
* Grid Column Start / End
|
|
581
581
|
* @see https://tailwindcss.com/docs/grid-column
|
|
582
582
|
*/
|
|
583
583
|
"col-start-end": [{
|
|
584
|
-
col:
|
|
584
|
+
col: te()
|
|
585
585
|
}],
|
|
586
586
|
/**
|
|
587
587
|
* Grid Column Start
|
|
588
588
|
* @see https://tailwindcss.com/docs/grid-column
|
|
589
589
|
*/
|
|
590
590
|
"col-start": [{
|
|
591
|
-
"col-start":
|
|
591
|
+
"col-start": _()
|
|
592
592
|
}],
|
|
593
593
|
/**
|
|
594
594
|
* Grid Column End
|
|
595
595
|
* @see https://tailwindcss.com/docs/grid-column
|
|
596
596
|
*/
|
|
597
597
|
"col-end": [{
|
|
598
|
-
"col-end":
|
|
598
|
+
"col-end": _()
|
|
599
599
|
}],
|
|
600
600
|
/**
|
|
601
601
|
* Grid Template Rows
|
|
602
602
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
603
603
|
*/
|
|
604
604
|
"grid-rows": [{
|
|
605
|
-
"grid-rows":
|
|
605
|
+
"grid-rows": re()
|
|
606
606
|
}],
|
|
607
607
|
/**
|
|
608
608
|
* Grid Row Start / End
|
|
609
609
|
* @see https://tailwindcss.com/docs/grid-row
|
|
610
610
|
*/
|
|
611
611
|
"row-start-end": [{
|
|
612
|
-
row:
|
|
612
|
+
row: te()
|
|
613
613
|
}],
|
|
614
614
|
/**
|
|
615
615
|
* Grid Row Start
|
|
616
616
|
* @see https://tailwindcss.com/docs/grid-row
|
|
617
617
|
*/
|
|
618
618
|
"row-start": [{
|
|
619
|
-
"row-start":
|
|
619
|
+
"row-start": _()
|
|
620
620
|
}],
|
|
621
621
|
/**
|
|
622
622
|
* Grid Row End
|
|
623
623
|
* @see https://tailwindcss.com/docs/grid-row
|
|
624
624
|
*/
|
|
625
625
|
"row-end": [{
|
|
626
|
-
"row-end":
|
|
626
|
+
"row-end": _()
|
|
627
627
|
}],
|
|
628
628
|
/**
|
|
629
629
|
* Grid Auto Flow
|
|
@@ -637,98 +637,98 @@ const f = (e) => {
|
|
|
637
637
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
638
638
|
*/
|
|
639
639
|
"auto-cols": [{
|
|
640
|
-
"auto-cols":
|
|
640
|
+
"auto-cols": oe()
|
|
641
641
|
}],
|
|
642
642
|
/**
|
|
643
643
|
* Grid Auto Rows
|
|
644
644
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
645
645
|
*/
|
|
646
646
|
"auto-rows": [{
|
|
647
|
-
"auto-rows":
|
|
647
|
+
"auto-rows": oe()
|
|
648
648
|
}],
|
|
649
649
|
/**
|
|
650
650
|
* Gap
|
|
651
651
|
* @see https://tailwindcss.com/docs/gap
|
|
652
652
|
*/
|
|
653
653
|
gap: [{
|
|
654
|
-
gap:
|
|
654
|
+
gap: i()
|
|
655
655
|
}],
|
|
656
656
|
/**
|
|
657
657
|
* Gap X
|
|
658
658
|
* @see https://tailwindcss.com/docs/gap
|
|
659
659
|
*/
|
|
660
660
|
"gap-x": [{
|
|
661
|
-
"gap-x":
|
|
661
|
+
"gap-x": i()
|
|
662
662
|
}],
|
|
663
663
|
/**
|
|
664
664
|
* Gap Y
|
|
665
665
|
* @see https://tailwindcss.com/docs/gap
|
|
666
666
|
*/
|
|
667
667
|
"gap-y": [{
|
|
668
|
-
"gap-y":
|
|
668
|
+
"gap-y": i()
|
|
669
669
|
}],
|
|
670
670
|
/**
|
|
671
671
|
* Justify Content
|
|
672
672
|
* @see https://tailwindcss.com/docs/justify-content
|
|
673
673
|
*/
|
|
674
674
|
"justify-content": [{
|
|
675
|
-
justify: [...
|
|
675
|
+
justify: [...H(), "normal"]
|
|
676
676
|
}],
|
|
677
677
|
/**
|
|
678
678
|
* Justify Items
|
|
679
679
|
* @see https://tailwindcss.com/docs/justify-items
|
|
680
680
|
*/
|
|
681
681
|
"justify-items": [{
|
|
682
|
-
"justify-items": [...
|
|
682
|
+
"justify-items": [...L(), "normal"]
|
|
683
683
|
}],
|
|
684
684
|
/**
|
|
685
685
|
* Justify Self
|
|
686
686
|
* @see https://tailwindcss.com/docs/justify-self
|
|
687
687
|
*/
|
|
688
688
|
"justify-self": [{
|
|
689
|
-
"justify-self": ["auto", ...
|
|
689
|
+
"justify-self": ["auto", ...L()]
|
|
690
690
|
}],
|
|
691
691
|
/**
|
|
692
692
|
* Align Content
|
|
693
693
|
* @see https://tailwindcss.com/docs/align-content
|
|
694
694
|
*/
|
|
695
695
|
"align-content": [{
|
|
696
|
-
content: ["normal", ...
|
|
696
|
+
content: ["normal", ...H()]
|
|
697
697
|
}],
|
|
698
698
|
/**
|
|
699
699
|
* Align Items
|
|
700
700
|
* @see https://tailwindcss.com/docs/align-items
|
|
701
701
|
*/
|
|
702
702
|
"align-items": [{
|
|
703
|
-
items: [...
|
|
703
|
+
items: [...L(), "baseline"]
|
|
704
704
|
}],
|
|
705
705
|
/**
|
|
706
706
|
* Align Self
|
|
707
707
|
* @see https://tailwindcss.com/docs/align-self
|
|
708
708
|
*/
|
|
709
709
|
"align-self": [{
|
|
710
|
-
self: ["auto", ...
|
|
710
|
+
self: ["auto", ...L(), "baseline"]
|
|
711
711
|
}],
|
|
712
712
|
/**
|
|
713
713
|
* Place Content
|
|
714
714
|
* @see https://tailwindcss.com/docs/place-content
|
|
715
715
|
*/
|
|
716
716
|
"place-content": [{
|
|
717
|
-
"place-content":
|
|
717
|
+
"place-content": H()
|
|
718
718
|
}],
|
|
719
719
|
/**
|
|
720
720
|
* Place Items
|
|
721
721
|
* @see https://tailwindcss.com/docs/place-items
|
|
722
722
|
*/
|
|
723
723
|
"place-items": [{
|
|
724
|
-
"place-items": [...
|
|
724
|
+
"place-items": [...L(), "baseline"]
|
|
725
725
|
}],
|
|
726
726
|
/**
|
|
727
727
|
* Place Self
|
|
728
728
|
* @see https://tailwindcss.com/docs/place-self
|
|
729
729
|
*/
|
|
730
730
|
"place-self": [{
|
|
731
|
-
"place-self": ["auto", ...
|
|
731
|
+
"place-self": ["auto", ...L()]
|
|
732
732
|
}],
|
|
733
733
|
// Spacing
|
|
734
734
|
/**
|
|
@@ -736,133 +736,133 @@ const f = (e) => {
|
|
|
736
736
|
* @see https://tailwindcss.com/docs/padding
|
|
737
737
|
*/
|
|
738
738
|
p: [{
|
|
739
|
-
p:
|
|
739
|
+
p: i()
|
|
740
740
|
}],
|
|
741
741
|
/**
|
|
742
742
|
* Padding X
|
|
743
743
|
* @see https://tailwindcss.com/docs/padding
|
|
744
744
|
*/
|
|
745
745
|
px: [{
|
|
746
|
-
px:
|
|
746
|
+
px: i()
|
|
747
747
|
}],
|
|
748
748
|
/**
|
|
749
749
|
* Padding Y
|
|
750
750
|
* @see https://tailwindcss.com/docs/padding
|
|
751
751
|
*/
|
|
752
752
|
py: [{
|
|
753
|
-
py:
|
|
753
|
+
py: i()
|
|
754
754
|
}],
|
|
755
755
|
/**
|
|
756
756
|
* Padding Start
|
|
757
757
|
* @see https://tailwindcss.com/docs/padding
|
|
758
758
|
*/
|
|
759
759
|
ps: [{
|
|
760
|
-
ps:
|
|
760
|
+
ps: i()
|
|
761
761
|
}],
|
|
762
762
|
/**
|
|
763
763
|
* Padding End
|
|
764
764
|
* @see https://tailwindcss.com/docs/padding
|
|
765
765
|
*/
|
|
766
766
|
pe: [{
|
|
767
|
-
pe:
|
|
767
|
+
pe: i()
|
|
768
768
|
}],
|
|
769
769
|
/**
|
|
770
770
|
* Padding Top
|
|
771
771
|
* @see https://tailwindcss.com/docs/padding
|
|
772
772
|
*/
|
|
773
773
|
pt: [{
|
|
774
|
-
pt:
|
|
774
|
+
pt: i()
|
|
775
775
|
}],
|
|
776
776
|
/**
|
|
777
777
|
* Padding Right
|
|
778
778
|
* @see https://tailwindcss.com/docs/padding
|
|
779
779
|
*/
|
|
780
780
|
pr: [{
|
|
781
|
-
pr:
|
|
781
|
+
pr: i()
|
|
782
782
|
}],
|
|
783
783
|
/**
|
|
784
784
|
* Padding Bottom
|
|
785
785
|
* @see https://tailwindcss.com/docs/padding
|
|
786
786
|
*/
|
|
787
787
|
pb: [{
|
|
788
|
-
pb:
|
|
788
|
+
pb: i()
|
|
789
789
|
}],
|
|
790
790
|
/**
|
|
791
791
|
* Padding Left
|
|
792
792
|
* @see https://tailwindcss.com/docs/padding
|
|
793
793
|
*/
|
|
794
794
|
pl: [{
|
|
795
|
-
pl:
|
|
795
|
+
pl: i()
|
|
796
796
|
}],
|
|
797
797
|
/**
|
|
798
798
|
* Margin
|
|
799
799
|
* @see https://tailwindcss.com/docs/margin
|
|
800
800
|
*/
|
|
801
801
|
m: [{
|
|
802
|
-
m:
|
|
802
|
+
m: k()
|
|
803
803
|
}],
|
|
804
804
|
/**
|
|
805
805
|
* Margin X
|
|
806
806
|
* @see https://tailwindcss.com/docs/margin
|
|
807
807
|
*/
|
|
808
808
|
mx: [{
|
|
809
|
-
mx:
|
|
809
|
+
mx: k()
|
|
810
810
|
}],
|
|
811
811
|
/**
|
|
812
812
|
* Margin Y
|
|
813
813
|
* @see https://tailwindcss.com/docs/margin
|
|
814
814
|
*/
|
|
815
815
|
my: [{
|
|
816
|
-
my:
|
|
816
|
+
my: k()
|
|
817
817
|
}],
|
|
818
818
|
/**
|
|
819
819
|
* Margin Start
|
|
820
820
|
* @see https://tailwindcss.com/docs/margin
|
|
821
821
|
*/
|
|
822
822
|
ms: [{
|
|
823
|
-
ms:
|
|
823
|
+
ms: k()
|
|
824
824
|
}],
|
|
825
825
|
/**
|
|
826
826
|
* Margin End
|
|
827
827
|
* @see https://tailwindcss.com/docs/margin
|
|
828
828
|
*/
|
|
829
829
|
me: [{
|
|
830
|
-
me:
|
|
830
|
+
me: k()
|
|
831
831
|
}],
|
|
832
832
|
/**
|
|
833
833
|
* Margin Top
|
|
834
834
|
* @see https://tailwindcss.com/docs/margin
|
|
835
835
|
*/
|
|
836
836
|
mt: [{
|
|
837
|
-
mt:
|
|
837
|
+
mt: k()
|
|
838
838
|
}],
|
|
839
839
|
/**
|
|
840
840
|
* Margin Right
|
|
841
841
|
* @see https://tailwindcss.com/docs/margin
|
|
842
842
|
*/
|
|
843
843
|
mr: [{
|
|
844
|
-
mr:
|
|
844
|
+
mr: k()
|
|
845
845
|
}],
|
|
846
846
|
/**
|
|
847
847
|
* Margin Bottom
|
|
848
848
|
* @see https://tailwindcss.com/docs/margin
|
|
849
849
|
*/
|
|
850
850
|
mb: [{
|
|
851
|
-
mb:
|
|
851
|
+
mb: k()
|
|
852
852
|
}],
|
|
853
853
|
/**
|
|
854
854
|
* Margin Left
|
|
855
855
|
* @see https://tailwindcss.com/docs/margin
|
|
856
856
|
*/
|
|
857
857
|
ml: [{
|
|
858
|
-
ml:
|
|
858
|
+
ml: k()
|
|
859
859
|
}],
|
|
860
860
|
/**
|
|
861
861
|
* Space Between X
|
|
862
862
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
863
863
|
*/
|
|
864
864
|
"space-x": [{
|
|
865
|
-
"space-x":
|
|
865
|
+
"space-x": i()
|
|
866
866
|
}],
|
|
867
867
|
/**
|
|
868
868
|
* Space Between X Reverse
|
|
@@ -874,7 +874,7 @@ const f = (e) => {
|
|
|
874
874
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
875
875
|
*/
|
|
876
876
|
"space-y": [{
|
|
877
|
-
"space-y":
|
|
877
|
+
"space-y": i()
|
|
878
878
|
}],
|
|
879
879
|
/**
|
|
880
880
|
* Space Between Y Reverse
|
|
@@ -884,19 +884,19 @@ const f = (e) => {
|
|
|
884
884
|
// --------------
|
|
885
885
|
// --- Sizing ---
|
|
886
886
|
// --------------
|
|
887
|
-
/**
|
|
888
|
-
* Width
|
|
889
|
-
* @see https://tailwindcss.com/docs/width
|
|
890
|
-
*/
|
|
891
887
|
/**
|
|
892
888
|
* Size
|
|
893
889
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
894
890
|
*/
|
|
895
891
|
size: [{
|
|
896
|
-
size:
|
|
892
|
+
size: S()
|
|
897
893
|
}],
|
|
894
|
+
/**
|
|
895
|
+
* Width
|
|
896
|
+
* @see https://tailwindcss.com/docs/width
|
|
897
|
+
*/
|
|
898
898
|
w: [{
|
|
899
|
-
w: [b, "screen", ...
|
|
899
|
+
w: [b, "screen", ...S()]
|
|
900
900
|
}],
|
|
901
901
|
/**
|
|
902
902
|
* Min-Width
|
|
@@ -908,7 +908,7 @@ const f = (e) => {
|
|
|
908
908
|
"screen",
|
|
909
909
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
910
910
|
"none",
|
|
911
|
-
...
|
|
911
|
+
...S()
|
|
912
912
|
]
|
|
913
913
|
}],
|
|
914
914
|
/**
|
|
@@ -924,9 +924,9 @@ const f = (e) => {
|
|
|
924
924
|
"prose",
|
|
925
925
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
926
926
|
{
|
|
927
|
-
screen: [
|
|
927
|
+
screen: [l]
|
|
928
928
|
},
|
|
929
|
-
...
|
|
929
|
+
...S()
|
|
930
930
|
]
|
|
931
931
|
}],
|
|
932
932
|
/**
|
|
@@ -934,21 +934,21 @@ const f = (e) => {
|
|
|
934
934
|
* @see https://tailwindcss.com/docs/height
|
|
935
935
|
*/
|
|
936
936
|
h: [{
|
|
937
|
-
h: ["screen", ...
|
|
937
|
+
h: ["screen", ...S()]
|
|
938
938
|
}],
|
|
939
939
|
/**
|
|
940
940
|
* Min-Height
|
|
941
941
|
* @see https://tailwindcss.com/docs/min-height
|
|
942
942
|
*/
|
|
943
943
|
"min-h": [{
|
|
944
|
-
"min-h": ["screen", "none", ...
|
|
944
|
+
"min-h": ["screen", "none", ...S()]
|
|
945
945
|
}],
|
|
946
946
|
/**
|
|
947
947
|
* Max-Height
|
|
948
948
|
* @see https://tailwindcss.com/docs/max-height
|
|
949
949
|
*/
|
|
950
950
|
"max-h": [{
|
|
951
|
-
"max-h": ["screen", ...
|
|
951
|
+
"max-h": ["screen", ...S()]
|
|
952
952
|
}],
|
|
953
953
|
// ------------------
|
|
954
954
|
// --- Typography ---
|
|
@@ -958,7 +958,7 @@ const f = (e) => {
|
|
|
958
958
|
* @see https://tailwindcss.com/docs/font-size
|
|
959
959
|
*/
|
|
960
960
|
"font-size": [{
|
|
961
|
-
text: ["base", n,
|
|
961
|
+
text: ["base", n, q, I]
|
|
962
962
|
}],
|
|
963
963
|
/**
|
|
964
964
|
* Font Smoothing
|
|
@@ -975,21 +975,21 @@ const f = (e) => {
|
|
|
975
975
|
* @see https://tailwindcss.com/docs/font-weight
|
|
976
976
|
*/
|
|
977
977
|
"font-weight": [{
|
|
978
|
-
font: [o, t,
|
|
978
|
+
font: [o, t, D]
|
|
979
979
|
}],
|
|
980
980
|
/**
|
|
981
981
|
* Font Stretch
|
|
982
982
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
983
983
|
*/
|
|
984
984
|
"font-stretch": [{
|
|
985
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
985
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ce, r]
|
|
986
986
|
}],
|
|
987
987
|
/**
|
|
988
988
|
* Font Family
|
|
989
989
|
* @see https://tailwindcss.com/docs/font-family
|
|
990
990
|
*/
|
|
991
991
|
"font-family": [{
|
|
992
|
-
font: [
|
|
992
|
+
font: [Xe, r, s]
|
|
993
993
|
}],
|
|
994
994
|
/**
|
|
995
995
|
* Font Variant Numeric
|
|
@@ -1033,7 +1033,7 @@ const f = (e) => {
|
|
|
1033
1033
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1034
1034
|
*/
|
|
1035
1035
|
"line-clamp": [{
|
|
1036
|
-
"line-clamp": [d, "none", t,
|
|
1036
|
+
"line-clamp": [d, "none", t, D]
|
|
1037
1037
|
}],
|
|
1038
1038
|
/**
|
|
1039
1039
|
* Line Height
|
|
@@ -1041,11 +1041,9 @@ const f = (e) => {
|
|
|
1041
1041
|
*/
|
|
1042
1042
|
leading: [{
|
|
1043
1043
|
leading: [
|
|
1044
|
-
t,
|
|
1045
|
-
r,
|
|
1046
1044
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1047
1045
|
c,
|
|
1048
|
-
|
|
1046
|
+
...i()
|
|
1049
1047
|
]
|
|
1050
1048
|
}],
|
|
1051
1049
|
/**
|
|
@@ -1082,14 +1080,14 @@ const f = (e) => {
|
|
|
1082
1080
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1083
1081
|
*/
|
|
1084
1082
|
"placeholder-color": [{
|
|
1085
|
-
placeholder:
|
|
1083
|
+
placeholder: p()
|
|
1086
1084
|
}],
|
|
1087
1085
|
/**
|
|
1088
1086
|
* Text Color
|
|
1089
1087
|
* @see https://tailwindcss.com/docs/text-color
|
|
1090
1088
|
*/
|
|
1091
1089
|
"text-color": [{
|
|
1092
|
-
text:
|
|
1090
|
+
text: p()
|
|
1093
1091
|
}],
|
|
1094
1092
|
/**
|
|
1095
1093
|
* Text Decoration
|
|
@@ -1101,21 +1099,21 @@ const f = (e) => {
|
|
|
1101
1099
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1102
1100
|
*/
|
|
1103
1101
|
"text-decoration-style": [{
|
|
1104
|
-
decoration: [...
|
|
1102
|
+
decoration: [...B(), "wavy"]
|
|
1105
1103
|
}],
|
|
1106
1104
|
/**
|
|
1107
1105
|
* Text Decoration Thickness
|
|
1108
1106
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1109
1107
|
*/
|
|
1110
1108
|
"text-decoration-thickness": [{
|
|
1111
|
-
decoration: [d, "from-font", "auto", t,
|
|
1109
|
+
decoration: [d, "from-font", "auto", t, I]
|
|
1112
1110
|
}],
|
|
1113
1111
|
/**
|
|
1114
1112
|
* Text Decoration Color
|
|
1115
1113
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1116
1114
|
*/
|
|
1117
1115
|
"text-decoration-color": [{
|
|
1118
|
-
decoration:
|
|
1116
|
+
decoration: p()
|
|
1119
1117
|
}],
|
|
1120
1118
|
/**
|
|
1121
1119
|
* Text Underline Offset
|
|
@@ -1146,7 +1144,7 @@ const f = (e) => {
|
|
|
1146
1144
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1147
1145
|
*/
|
|
1148
1146
|
indent: [{
|
|
1149
|
-
indent:
|
|
1147
|
+
indent: i()
|
|
1150
1148
|
}],
|
|
1151
1149
|
/**
|
|
1152
1150
|
* Vertical Alignment
|
|
@@ -1212,7 +1210,7 @@ const f = (e) => {
|
|
|
1212
1210
|
* @see https://tailwindcss.com/docs/background-position
|
|
1213
1211
|
*/
|
|
1214
1212
|
"bg-position": [{
|
|
1215
|
-
bg: [...
|
|
1213
|
+
bg: [...F(), De, qe]
|
|
1216
1214
|
}],
|
|
1217
1215
|
/**
|
|
1218
1216
|
* Background Repeat
|
|
@@ -1228,7 +1226,7 @@ const f = (e) => {
|
|
|
1228
1226
|
* @see https://tailwindcss.com/docs/background-size
|
|
1229
1227
|
*/
|
|
1230
1228
|
"bg-size": [{
|
|
1231
|
-
bg: ["auto", "cover", "contain",
|
|
1229
|
+
bg: ["auto", "cover", "contain", Ke, Ue]
|
|
1232
1230
|
}],
|
|
1233
1231
|
/**
|
|
1234
1232
|
* Background Image
|
|
@@ -1238,59 +1236,59 @@ const f = (e) => {
|
|
|
1238
1236
|
bg: ["none", {
|
|
1239
1237
|
linear: [{
|
|
1240
1238
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1241
|
-
},
|
|
1239
|
+
}, A, t, r],
|
|
1242
1240
|
radial: ["", t, r],
|
|
1243
|
-
conic: [
|
|
1244
|
-
},
|
|
1241
|
+
conic: [A, t, r]
|
|
1242
|
+
}, Qe, He]
|
|
1245
1243
|
}],
|
|
1246
1244
|
/**
|
|
1247
1245
|
* Background Color
|
|
1248
1246
|
* @see https://tailwindcss.com/docs/background-color
|
|
1249
1247
|
*/
|
|
1250
1248
|
"bg-color": [{
|
|
1251
|
-
bg:
|
|
1249
|
+
bg: p()
|
|
1252
1250
|
}],
|
|
1253
1251
|
/**
|
|
1254
1252
|
* Gradient Color Stops From Position
|
|
1255
1253
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1256
1254
|
*/
|
|
1257
1255
|
"gradient-from-pos": [{
|
|
1258
|
-
from:
|
|
1256
|
+
from: J()
|
|
1259
1257
|
}],
|
|
1260
1258
|
/**
|
|
1261
1259
|
* Gradient Color Stops Via Position
|
|
1262
1260
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1263
1261
|
*/
|
|
1264
1262
|
"gradient-via-pos": [{
|
|
1265
|
-
via:
|
|
1263
|
+
via: J()
|
|
1266
1264
|
}],
|
|
1267
1265
|
/**
|
|
1268
1266
|
* Gradient Color Stops To Position
|
|
1269
1267
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1270
1268
|
*/
|
|
1271
1269
|
"gradient-to-pos": [{
|
|
1272
|
-
to:
|
|
1270
|
+
to: J()
|
|
1273
1271
|
}],
|
|
1274
1272
|
/**
|
|
1275
1273
|
* Gradient Color Stops From
|
|
1276
1274
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1277
1275
|
*/
|
|
1278
1276
|
"gradient-from": [{
|
|
1279
|
-
from:
|
|
1277
|
+
from: p()
|
|
1280
1278
|
}],
|
|
1281
1279
|
/**
|
|
1282
1280
|
* Gradient Color Stops Via
|
|
1283
1281
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1284
1282
|
*/
|
|
1285
1283
|
"gradient-via": [{
|
|
1286
|
-
via:
|
|
1284
|
+
via: p()
|
|
1287
1285
|
}],
|
|
1288
1286
|
/**
|
|
1289
1287
|
* Gradient Color Stops To
|
|
1290
1288
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1291
1289
|
*/
|
|
1292
1290
|
"gradient-to": [{
|
|
1293
|
-
to:
|
|
1291
|
+
to: p()
|
|
1294
1292
|
}],
|
|
1295
1293
|
// ---------------
|
|
1296
1294
|
// --- Borders ---
|
|
@@ -1405,70 +1403,70 @@ const f = (e) => {
|
|
|
1405
1403
|
* @see https://tailwindcss.com/docs/border-width
|
|
1406
1404
|
*/
|
|
1407
1405
|
"border-w": [{
|
|
1408
|
-
border:
|
|
1406
|
+
border: w()
|
|
1409
1407
|
}],
|
|
1410
1408
|
/**
|
|
1411
1409
|
* Border Width X
|
|
1412
1410
|
* @see https://tailwindcss.com/docs/border-width
|
|
1413
1411
|
*/
|
|
1414
1412
|
"border-w-x": [{
|
|
1415
|
-
"border-x":
|
|
1413
|
+
"border-x": w()
|
|
1416
1414
|
}],
|
|
1417
1415
|
/**
|
|
1418
1416
|
* Border Width Y
|
|
1419
1417
|
* @see https://tailwindcss.com/docs/border-width
|
|
1420
1418
|
*/
|
|
1421
1419
|
"border-w-y": [{
|
|
1422
|
-
"border-y":
|
|
1420
|
+
"border-y": w()
|
|
1423
1421
|
}],
|
|
1424
1422
|
/**
|
|
1425
1423
|
* Border Width Start
|
|
1426
1424
|
* @see https://tailwindcss.com/docs/border-width
|
|
1427
1425
|
*/
|
|
1428
1426
|
"border-w-s": [{
|
|
1429
|
-
"border-s":
|
|
1427
|
+
"border-s": w()
|
|
1430
1428
|
}],
|
|
1431
1429
|
/**
|
|
1432
1430
|
* Border Width End
|
|
1433
1431
|
* @see https://tailwindcss.com/docs/border-width
|
|
1434
1432
|
*/
|
|
1435
1433
|
"border-w-e": [{
|
|
1436
|
-
"border-e":
|
|
1434
|
+
"border-e": w()
|
|
1437
1435
|
}],
|
|
1438
1436
|
/**
|
|
1439
1437
|
* Border Width Top
|
|
1440
1438
|
* @see https://tailwindcss.com/docs/border-width
|
|
1441
1439
|
*/
|
|
1442
1440
|
"border-w-t": [{
|
|
1443
|
-
"border-t":
|
|
1441
|
+
"border-t": w()
|
|
1444
1442
|
}],
|
|
1445
1443
|
/**
|
|
1446
1444
|
* Border Width Right
|
|
1447
1445
|
* @see https://tailwindcss.com/docs/border-width
|
|
1448
1446
|
*/
|
|
1449
1447
|
"border-w-r": [{
|
|
1450
|
-
"border-r":
|
|
1448
|
+
"border-r": w()
|
|
1451
1449
|
}],
|
|
1452
1450
|
/**
|
|
1453
1451
|
* Border Width Bottom
|
|
1454
1452
|
* @see https://tailwindcss.com/docs/border-width
|
|
1455
1453
|
*/
|
|
1456
1454
|
"border-w-b": [{
|
|
1457
|
-
"border-b":
|
|
1455
|
+
"border-b": w()
|
|
1458
1456
|
}],
|
|
1459
1457
|
/**
|
|
1460
1458
|
* Border Width Left
|
|
1461
1459
|
* @see https://tailwindcss.com/docs/border-width
|
|
1462
1460
|
*/
|
|
1463
1461
|
"border-w-l": [{
|
|
1464
|
-
"border-l":
|
|
1462
|
+
"border-l": w()
|
|
1465
1463
|
}],
|
|
1466
1464
|
/**
|
|
1467
1465
|
* Divide Width X
|
|
1468
1466
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1469
1467
|
*/
|
|
1470
1468
|
"divide-x": [{
|
|
1471
|
-
"divide-x":
|
|
1469
|
+
"divide-x": w()
|
|
1472
1470
|
}],
|
|
1473
1471
|
/**
|
|
1474
1472
|
* Divide Width X Reverse
|
|
@@ -1480,7 +1478,7 @@ const f = (e) => {
|
|
|
1480
1478
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1481
1479
|
*/
|
|
1482
1480
|
"divide-y": [{
|
|
1483
|
-
"divide-y":
|
|
1481
|
+
"divide-y": w()
|
|
1484
1482
|
}],
|
|
1485
1483
|
/**
|
|
1486
1484
|
* Divide Width Y Reverse
|
|
@@ -1492,91 +1490,91 @@ const f = (e) => {
|
|
|
1492
1490
|
* @see https://tailwindcss.com/docs/border-style
|
|
1493
1491
|
*/
|
|
1494
1492
|
"border-style": [{
|
|
1495
|
-
border: [...
|
|
1493
|
+
border: [...B(), "hidden", "none"]
|
|
1496
1494
|
}],
|
|
1497
1495
|
/**
|
|
1498
1496
|
* Divide Style
|
|
1499
1497
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1500
1498
|
*/
|
|
1501
1499
|
"divide-style": [{
|
|
1502
|
-
divide: [...
|
|
1500
|
+
divide: [...B(), "hidden", "none"]
|
|
1503
1501
|
}],
|
|
1504
1502
|
/**
|
|
1505
1503
|
* Border Color
|
|
1506
1504
|
* @see https://tailwindcss.com/docs/border-color
|
|
1507
1505
|
*/
|
|
1508
1506
|
"border-color": [{
|
|
1509
|
-
border:
|
|
1507
|
+
border: p()
|
|
1510
1508
|
}],
|
|
1511
1509
|
/**
|
|
1512
1510
|
* Border Color X
|
|
1513
1511
|
* @see https://tailwindcss.com/docs/border-color
|
|
1514
1512
|
*/
|
|
1515
1513
|
"border-color-x": [{
|
|
1516
|
-
"border-x":
|
|
1514
|
+
"border-x": p()
|
|
1517
1515
|
}],
|
|
1518
1516
|
/**
|
|
1519
1517
|
* Border Color Y
|
|
1520
1518
|
* @see https://tailwindcss.com/docs/border-color
|
|
1521
1519
|
*/
|
|
1522
1520
|
"border-color-y": [{
|
|
1523
|
-
"border-y":
|
|
1521
|
+
"border-y": p()
|
|
1524
1522
|
}],
|
|
1525
1523
|
/**
|
|
1526
1524
|
* Border Color S
|
|
1527
1525
|
* @see https://tailwindcss.com/docs/border-color
|
|
1528
1526
|
*/
|
|
1529
1527
|
"border-color-s": [{
|
|
1530
|
-
"border-s":
|
|
1528
|
+
"border-s": p()
|
|
1531
1529
|
}],
|
|
1532
1530
|
/**
|
|
1533
1531
|
* Border Color E
|
|
1534
1532
|
* @see https://tailwindcss.com/docs/border-color
|
|
1535
1533
|
*/
|
|
1536
1534
|
"border-color-e": [{
|
|
1537
|
-
"border-e":
|
|
1535
|
+
"border-e": p()
|
|
1538
1536
|
}],
|
|
1539
1537
|
/**
|
|
1540
1538
|
* Border Color Top
|
|
1541
1539
|
* @see https://tailwindcss.com/docs/border-color
|
|
1542
1540
|
*/
|
|
1543
1541
|
"border-color-t": [{
|
|
1544
|
-
"border-t":
|
|
1542
|
+
"border-t": p()
|
|
1545
1543
|
}],
|
|
1546
1544
|
/**
|
|
1547
1545
|
* Border Color Right
|
|
1548
1546
|
* @see https://tailwindcss.com/docs/border-color
|
|
1549
1547
|
*/
|
|
1550
1548
|
"border-color-r": [{
|
|
1551
|
-
"border-r":
|
|
1549
|
+
"border-r": p()
|
|
1552
1550
|
}],
|
|
1553
1551
|
/**
|
|
1554
1552
|
* Border Color Bottom
|
|
1555
1553
|
* @see https://tailwindcss.com/docs/border-color
|
|
1556
1554
|
*/
|
|
1557
1555
|
"border-color-b": [{
|
|
1558
|
-
"border-b":
|
|
1556
|
+
"border-b": p()
|
|
1559
1557
|
}],
|
|
1560
1558
|
/**
|
|
1561
1559
|
* Border Color Left
|
|
1562
1560
|
* @see https://tailwindcss.com/docs/border-color
|
|
1563
1561
|
*/
|
|
1564
1562
|
"border-color-l": [{
|
|
1565
|
-
"border-l":
|
|
1563
|
+
"border-l": p()
|
|
1566
1564
|
}],
|
|
1567
1565
|
/**
|
|
1568
1566
|
* Divide Color
|
|
1569
1567
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1570
1568
|
*/
|
|
1571
1569
|
"divide-color": [{
|
|
1572
|
-
divide:
|
|
1570
|
+
divide: p()
|
|
1573
1571
|
}],
|
|
1574
1572
|
/**
|
|
1575
1573
|
* Outline Style
|
|
1576
1574
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1577
1575
|
*/
|
|
1578
1576
|
"outline-style": [{
|
|
1579
|
-
outline: [...
|
|
1577
|
+
outline: [...B(), "none", "hidden"]
|
|
1580
1578
|
}],
|
|
1581
1579
|
/**
|
|
1582
1580
|
* Outline Offset
|
|
@@ -1590,7 +1588,7 @@ const f = (e) => {
|
|
|
1590
1588
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1591
1589
|
*/
|
|
1592
1590
|
"outline-w": [{
|
|
1593
|
-
outline: ["", d,
|
|
1591
|
+
outline: ["", d, q, I]
|
|
1594
1592
|
}],
|
|
1595
1593
|
/**
|
|
1596
1594
|
* Outline Color
|
|
@@ -1612,8 +1610,8 @@ const f = (e) => {
|
|
|
1612
1610
|
"",
|
|
1613
1611
|
"none",
|
|
1614
1612
|
m,
|
|
1615
|
-
|
|
1616
|
-
|
|
1613
|
+
Ye,
|
|
1614
|
+
Je
|
|
1617
1615
|
]
|
|
1618
1616
|
}],
|
|
1619
1617
|
/**
|
|
@@ -1621,28 +1619,28 @@ const f = (e) => {
|
|
|
1621
1619
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1622
1620
|
*/
|
|
1623
1621
|
"shadow-color": [{
|
|
1624
|
-
shadow:
|
|
1622
|
+
shadow: p()
|
|
1625
1623
|
}],
|
|
1626
1624
|
/**
|
|
1627
1625
|
* Inset Box Shadow
|
|
1628
1626
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1629
1627
|
*/
|
|
1630
1628
|
"inset-shadow": [{
|
|
1631
|
-
"inset-shadow": ["none", t, r,
|
|
1629
|
+
"inset-shadow": ["none", t, r, z]
|
|
1632
1630
|
}],
|
|
1633
1631
|
/**
|
|
1634
1632
|
* Inset Box Shadow Color
|
|
1635
1633
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1636
1634
|
*/
|
|
1637
1635
|
"inset-shadow-color": [{
|
|
1638
|
-
"inset-shadow":
|
|
1636
|
+
"inset-shadow": p()
|
|
1639
1637
|
}],
|
|
1640
1638
|
/**
|
|
1641
1639
|
* Ring Width
|
|
1642
1640
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1643
1641
|
*/
|
|
1644
1642
|
"ring-w": [{
|
|
1645
|
-
ring:
|
|
1643
|
+
ring: w()
|
|
1646
1644
|
}],
|
|
1647
1645
|
/**
|
|
1648
1646
|
* Ring Width Inset
|
|
@@ -1656,7 +1654,7 @@ const f = (e) => {
|
|
|
1656
1654
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1657
1655
|
*/
|
|
1658
1656
|
"ring-color": [{
|
|
1659
|
-
ring:
|
|
1657
|
+
ring: p()
|
|
1660
1658
|
}],
|
|
1661
1659
|
/**
|
|
1662
1660
|
* Ring Offset Width
|
|
@@ -1665,7 +1663,7 @@ const f = (e) => {
|
|
|
1665
1663
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1666
1664
|
*/
|
|
1667
1665
|
"ring-offset-w": [{
|
|
1668
|
-
"ring-offset": [d,
|
|
1666
|
+
"ring-offset": [d, I]
|
|
1669
1667
|
}],
|
|
1670
1668
|
/**
|
|
1671
1669
|
* Ring Offset Color
|
|
@@ -1674,21 +1672,21 @@ const f = (e) => {
|
|
|
1674
1672
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1675
1673
|
*/
|
|
1676
1674
|
"ring-offset-color": [{
|
|
1677
|
-
"ring-offset":
|
|
1675
|
+
"ring-offset": p()
|
|
1678
1676
|
}],
|
|
1679
1677
|
/**
|
|
1680
1678
|
* Inset Ring Width
|
|
1681
1679
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1682
1680
|
*/
|
|
1683
1681
|
"inset-ring-w": [{
|
|
1684
|
-
"inset-ring":
|
|
1682
|
+
"inset-ring": w()
|
|
1685
1683
|
}],
|
|
1686
1684
|
/**
|
|
1687
1685
|
* Inset Ring Color
|
|
1688
1686
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1689
1687
|
*/
|
|
1690
1688
|
"inset-ring-color": [{
|
|
1691
|
-
"inset-ring":
|
|
1689
|
+
"inset-ring": p()
|
|
1692
1690
|
}],
|
|
1693
1691
|
/**
|
|
1694
1692
|
* Opacity
|
|
@@ -1702,14 +1700,14 @@ const f = (e) => {
|
|
|
1702
1700
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1703
1701
|
*/
|
|
1704
1702
|
"mix-blend": [{
|
|
1705
|
-
"mix-blend": [...
|
|
1703
|
+
"mix-blend": [...ne(), "plus-darker", "plus-lighter"]
|
|
1706
1704
|
}],
|
|
1707
1705
|
/**
|
|
1708
1706
|
* Background Blend Mode
|
|
1709
1707
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1710
1708
|
*/
|
|
1711
1709
|
"bg-blend": [{
|
|
1712
|
-
"bg-blend":
|
|
1710
|
+
"bg-blend": ne()
|
|
1713
1711
|
}],
|
|
1714
1712
|
// ---------------
|
|
1715
1713
|
// --- Filters ---
|
|
@@ -1732,7 +1730,7 @@ const f = (e) => {
|
|
|
1732
1730
|
* @see https://tailwindcss.com/docs/blur
|
|
1733
1731
|
*/
|
|
1734
1732
|
blur: [{
|
|
1735
|
-
blur:
|
|
1733
|
+
blur: se()
|
|
1736
1734
|
}],
|
|
1737
1735
|
/**
|
|
1738
1736
|
* Brightness
|
|
@@ -1757,7 +1755,7 @@ const f = (e) => {
|
|
|
1757
1755
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1758
1756
|
"",
|
|
1759
1757
|
"none",
|
|
1760
|
-
|
|
1758
|
+
V,
|
|
1761
1759
|
t,
|
|
1762
1760
|
r
|
|
1763
1761
|
]
|
|
@@ -1815,7 +1813,7 @@ const f = (e) => {
|
|
|
1815
1813
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1816
1814
|
*/
|
|
1817
1815
|
"backdrop-blur": [{
|
|
1818
|
-
"backdrop-blur":
|
|
1816
|
+
"backdrop-blur": se()
|
|
1819
1817
|
}],
|
|
1820
1818
|
/**
|
|
1821
1819
|
* Backdrop Brightness
|
|
@@ -1888,21 +1886,21 @@ const f = (e) => {
|
|
|
1888
1886
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1889
1887
|
*/
|
|
1890
1888
|
"border-spacing": [{
|
|
1891
|
-
"border-spacing":
|
|
1889
|
+
"border-spacing": i()
|
|
1892
1890
|
}],
|
|
1893
1891
|
/**
|
|
1894
1892
|
* Border Spacing X
|
|
1895
1893
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1896
1894
|
*/
|
|
1897
1895
|
"border-spacing-x": [{
|
|
1898
|
-
"border-spacing-x":
|
|
1896
|
+
"border-spacing-x": i()
|
|
1899
1897
|
}],
|
|
1900
1898
|
/**
|
|
1901
1899
|
* Border Spacing Y
|
|
1902
1900
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1903
1901
|
*/
|
|
1904
1902
|
"border-spacing-y": [{
|
|
1905
|
-
"border-spacing-y":
|
|
1903
|
+
"border-spacing-y": i()
|
|
1906
1904
|
}],
|
|
1907
1905
|
/**
|
|
1908
1906
|
* Table Layout
|
|
@@ -1947,7 +1945,7 @@ const f = (e) => {
|
|
|
1947
1945
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1948
1946
|
*/
|
|
1949
1947
|
ease: [{
|
|
1950
|
-
ease: ["linear", "initial",
|
|
1948
|
+
ease: ["linear", "initial", R, t, r]
|
|
1951
1949
|
}],
|
|
1952
1950
|
/**
|
|
1953
1951
|
* Transition Delay
|
|
@@ -1961,7 +1959,7 @@ const f = (e) => {
|
|
|
1961
1959
|
* @see https://tailwindcss.com/docs/animation
|
|
1962
1960
|
*/
|
|
1963
1961
|
animate: [{
|
|
1964
|
-
animate: ["none",
|
|
1962
|
+
animate: ["none", M, t, r]
|
|
1965
1963
|
}],
|
|
1966
1964
|
// ------------------
|
|
1967
1965
|
// --- Transforms ---
|
|
@@ -1978,70 +1976,70 @@ const f = (e) => {
|
|
|
1978
1976
|
* @see https://tailwindcss.com/docs/perspective
|
|
1979
1977
|
*/
|
|
1980
1978
|
perspective: [{
|
|
1981
|
-
perspective: [
|
|
1979
|
+
perspective: [x, t, r]
|
|
1982
1980
|
}],
|
|
1983
1981
|
/**
|
|
1984
1982
|
* Perspective Origin
|
|
1985
1983
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
1986
1984
|
*/
|
|
1987
1985
|
"perspective-origin": [{
|
|
1988
|
-
"perspective-origin":
|
|
1986
|
+
"perspective-origin": ie()
|
|
1989
1987
|
}],
|
|
1990
1988
|
/**
|
|
1991
1989
|
* Rotate
|
|
1992
1990
|
* @see https://tailwindcss.com/docs/rotate
|
|
1993
1991
|
*/
|
|
1994
1992
|
rotate: [{
|
|
1995
|
-
rotate:
|
|
1993
|
+
rotate: $()
|
|
1996
1994
|
}],
|
|
1997
1995
|
/**
|
|
1998
1996
|
* Rotate X
|
|
1999
1997
|
* @see https://tailwindcss.com/docs/rotate
|
|
2000
1998
|
*/
|
|
2001
1999
|
"rotate-x": [{
|
|
2002
|
-
"rotate-x":
|
|
2000
|
+
"rotate-x": $()
|
|
2003
2001
|
}],
|
|
2004
2002
|
/**
|
|
2005
2003
|
* Rotate Y
|
|
2006
2004
|
* @see https://tailwindcss.com/docs/rotate
|
|
2007
2005
|
*/
|
|
2008
2006
|
"rotate-y": [{
|
|
2009
|
-
"rotate-y":
|
|
2007
|
+
"rotate-y": $()
|
|
2010
2008
|
}],
|
|
2011
2009
|
/**
|
|
2012
2010
|
* Rotate Z
|
|
2013
2011
|
* @see https://tailwindcss.com/docs/rotate
|
|
2014
2012
|
*/
|
|
2015
2013
|
"rotate-z": [{
|
|
2016
|
-
"rotate-z":
|
|
2014
|
+
"rotate-z": $()
|
|
2017
2015
|
}],
|
|
2018
2016
|
/**
|
|
2019
2017
|
* Scale
|
|
2020
2018
|
* @see https://tailwindcss.com/docs/scale
|
|
2021
2019
|
*/
|
|
2022
2020
|
scale: [{
|
|
2023
|
-
scale:
|
|
2021
|
+
scale: W()
|
|
2024
2022
|
}],
|
|
2025
2023
|
/**
|
|
2026
2024
|
* Scale X
|
|
2027
2025
|
* @see https://tailwindcss.com/docs/scale
|
|
2028
2026
|
*/
|
|
2029
2027
|
"scale-x": [{
|
|
2030
|
-
"scale-x":
|
|
2028
|
+
"scale-x": W()
|
|
2031
2029
|
}],
|
|
2032
2030
|
/**
|
|
2033
2031
|
* Scale Y
|
|
2034
2032
|
* @see https://tailwindcss.com/docs/scale
|
|
2035
2033
|
*/
|
|
2036
2034
|
"scale-y": [{
|
|
2037
|
-
"scale-y":
|
|
2035
|
+
"scale-y": W()
|
|
2038
2036
|
}],
|
|
2039
2037
|
/**
|
|
2040
2038
|
* Scale Z
|
|
2041
2039
|
* @see https://tailwindcss.com/docs/scale
|
|
2042
2040
|
*/
|
|
2043
2041
|
"scale-z": [{
|
|
2044
|
-
"scale-z":
|
|
2042
|
+
"scale-z": W()
|
|
2045
2043
|
}],
|
|
2046
2044
|
/**
|
|
2047
2045
|
* Scale 3D
|
|
@@ -2053,21 +2051,21 @@ const f = (e) => {
|
|
|
2053
2051
|
* @see https://tailwindcss.com/docs/skew
|
|
2054
2052
|
*/
|
|
2055
2053
|
skew: [{
|
|
2056
|
-
skew:
|
|
2054
|
+
skew: X()
|
|
2057
2055
|
}],
|
|
2058
2056
|
/**
|
|
2059
2057
|
* Skew X
|
|
2060
2058
|
* @see https://tailwindcss.com/docs/skew
|
|
2061
2059
|
*/
|
|
2062
2060
|
"skew-x": [{
|
|
2063
|
-
"skew-x":
|
|
2061
|
+
"skew-x": X()
|
|
2064
2062
|
}],
|
|
2065
2063
|
/**
|
|
2066
2064
|
* Skew Y
|
|
2067
2065
|
* @see https://tailwindcss.com/docs/skew
|
|
2068
2066
|
*/
|
|
2069
2067
|
"skew-y": [{
|
|
2070
|
-
"skew-y":
|
|
2068
|
+
"skew-y": X()
|
|
2071
2069
|
}],
|
|
2072
2070
|
/**
|
|
2073
2071
|
* Transform
|
|
@@ -2081,7 +2079,7 @@ const f = (e) => {
|
|
|
2081
2079
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2082
2080
|
*/
|
|
2083
2081
|
"transform-origin": [{
|
|
2084
|
-
origin:
|
|
2082
|
+
origin: ie()
|
|
2085
2083
|
}],
|
|
2086
2084
|
/**
|
|
2087
2085
|
* Transform Style
|
|
@@ -2095,28 +2093,28 @@ const f = (e) => {
|
|
|
2095
2093
|
* @see https://tailwindcss.com/docs/translate
|
|
2096
2094
|
*/
|
|
2097
2095
|
translate: [{
|
|
2098
|
-
translate:
|
|
2096
|
+
translate: U()
|
|
2099
2097
|
}],
|
|
2100
2098
|
/**
|
|
2101
2099
|
* Translate X
|
|
2102
2100
|
* @see https://tailwindcss.com/docs/translate
|
|
2103
2101
|
*/
|
|
2104
2102
|
"translate-x": [{
|
|
2105
|
-
"translate-x":
|
|
2103
|
+
"translate-x": U()
|
|
2106
2104
|
}],
|
|
2107
2105
|
/**
|
|
2108
2106
|
* Translate Y
|
|
2109
2107
|
* @see https://tailwindcss.com/docs/translate
|
|
2110
2108
|
*/
|
|
2111
2109
|
"translate-y": [{
|
|
2112
|
-
"translate-y":
|
|
2110
|
+
"translate-y": U()
|
|
2113
2111
|
}],
|
|
2114
2112
|
/**
|
|
2115
2113
|
* Translate Z
|
|
2116
2114
|
* @see https://tailwindcss.com/docs/translate
|
|
2117
2115
|
*/
|
|
2118
2116
|
"translate-z": [{
|
|
2119
|
-
"translate-z":
|
|
2117
|
+
"translate-z": U()
|
|
2120
2118
|
}],
|
|
2121
2119
|
/**
|
|
2122
2120
|
* Translate None
|
|
@@ -2131,7 +2129,7 @@ const f = (e) => {
|
|
|
2131
2129
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2132
2130
|
*/
|
|
2133
2131
|
accent: [{
|
|
2134
|
-
accent:
|
|
2132
|
+
accent: p()
|
|
2135
2133
|
}],
|
|
2136
2134
|
/**
|
|
2137
2135
|
* Appearance
|
|
@@ -2145,7 +2143,7 @@ const f = (e) => {
|
|
|
2145
2143
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2146
2144
|
*/
|
|
2147
2145
|
"caret-color": [{
|
|
2148
|
-
caret:
|
|
2146
|
+
caret: p()
|
|
2149
2147
|
}],
|
|
2150
2148
|
/**
|
|
2151
2149
|
* Color Scheme
|
|
@@ -2194,126 +2192,126 @@ const f = (e) => {
|
|
|
2194
2192
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2195
2193
|
*/
|
|
2196
2194
|
"scroll-m": [{
|
|
2197
|
-
"scroll-m":
|
|
2195
|
+
"scroll-m": i()
|
|
2198
2196
|
}],
|
|
2199
2197
|
/**
|
|
2200
2198
|
* Scroll Margin X
|
|
2201
2199
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2202
2200
|
*/
|
|
2203
2201
|
"scroll-mx": [{
|
|
2204
|
-
"scroll-mx":
|
|
2202
|
+
"scroll-mx": i()
|
|
2205
2203
|
}],
|
|
2206
2204
|
/**
|
|
2207
2205
|
* Scroll Margin Y
|
|
2208
2206
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2209
2207
|
*/
|
|
2210
2208
|
"scroll-my": [{
|
|
2211
|
-
"scroll-my":
|
|
2209
|
+
"scroll-my": i()
|
|
2212
2210
|
}],
|
|
2213
2211
|
/**
|
|
2214
2212
|
* Scroll Margin Start
|
|
2215
2213
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2216
2214
|
*/
|
|
2217
2215
|
"scroll-ms": [{
|
|
2218
|
-
"scroll-ms":
|
|
2216
|
+
"scroll-ms": i()
|
|
2219
2217
|
}],
|
|
2220
2218
|
/**
|
|
2221
2219
|
* Scroll Margin End
|
|
2222
2220
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2223
2221
|
*/
|
|
2224
2222
|
"scroll-me": [{
|
|
2225
|
-
"scroll-me":
|
|
2223
|
+
"scroll-me": i()
|
|
2226
2224
|
}],
|
|
2227
2225
|
/**
|
|
2228
2226
|
* Scroll Margin Top
|
|
2229
2227
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2230
2228
|
*/
|
|
2231
2229
|
"scroll-mt": [{
|
|
2232
|
-
"scroll-mt":
|
|
2230
|
+
"scroll-mt": i()
|
|
2233
2231
|
}],
|
|
2234
2232
|
/**
|
|
2235
2233
|
* Scroll Margin Right
|
|
2236
2234
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2237
2235
|
*/
|
|
2238
2236
|
"scroll-mr": [{
|
|
2239
|
-
"scroll-mr":
|
|
2237
|
+
"scroll-mr": i()
|
|
2240
2238
|
}],
|
|
2241
2239
|
/**
|
|
2242
2240
|
* Scroll Margin Bottom
|
|
2243
2241
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2244
2242
|
*/
|
|
2245
2243
|
"scroll-mb": [{
|
|
2246
|
-
"scroll-mb":
|
|
2244
|
+
"scroll-mb": i()
|
|
2247
2245
|
}],
|
|
2248
2246
|
/**
|
|
2249
2247
|
* Scroll Margin Left
|
|
2250
2248
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2251
2249
|
*/
|
|
2252
2250
|
"scroll-ml": [{
|
|
2253
|
-
"scroll-ml":
|
|
2251
|
+
"scroll-ml": i()
|
|
2254
2252
|
}],
|
|
2255
2253
|
/**
|
|
2256
2254
|
* Scroll Padding
|
|
2257
2255
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2258
2256
|
*/
|
|
2259
2257
|
"scroll-p": [{
|
|
2260
|
-
"scroll-p":
|
|
2258
|
+
"scroll-p": i()
|
|
2261
2259
|
}],
|
|
2262
2260
|
/**
|
|
2263
2261
|
* Scroll Padding X
|
|
2264
2262
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2265
2263
|
*/
|
|
2266
2264
|
"scroll-px": [{
|
|
2267
|
-
"scroll-px":
|
|
2265
|
+
"scroll-px": i()
|
|
2268
2266
|
}],
|
|
2269
2267
|
/**
|
|
2270
2268
|
* Scroll Padding Y
|
|
2271
2269
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2272
2270
|
*/
|
|
2273
2271
|
"scroll-py": [{
|
|
2274
|
-
"scroll-py":
|
|
2272
|
+
"scroll-py": i()
|
|
2275
2273
|
}],
|
|
2276
2274
|
/**
|
|
2277
2275
|
* Scroll Padding Start
|
|
2278
2276
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2279
2277
|
*/
|
|
2280
2278
|
"scroll-ps": [{
|
|
2281
|
-
"scroll-ps":
|
|
2279
|
+
"scroll-ps": i()
|
|
2282
2280
|
}],
|
|
2283
2281
|
/**
|
|
2284
2282
|
* Scroll Padding End
|
|
2285
2283
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2286
2284
|
*/
|
|
2287
2285
|
"scroll-pe": [{
|
|
2288
|
-
"scroll-pe":
|
|
2286
|
+
"scroll-pe": i()
|
|
2289
2287
|
}],
|
|
2290
2288
|
/**
|
|
2291
2289
|
* Scroll Padding Top
|
|
2292
2290
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2293
2291
|
*/
|
|
2294
2292
|
"scroll-pt": [{
|
|
2295
|
-
"scroll-pt":
|
|
2293
|
+
"scroll-pt": i()
|
|
2296
2294
|
}],
|
|
2297
2295
|
/**
|
|
2298
2296
|
* Scroll Padding Right
|
|
2299
2297
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2300
2298
|
*/
|
|
2301
2299
|
"scroll-pr": [{
|
|
2302
|
-
"scroll-pr":
|
|
2300
|
+
"scroll-pr": i()
|
|
2303
2301
|
}],
|
|
2304
2302
|
/**
|
|
2305
2303
|
* Scroll Padding Bottom
|
|
2306
2304
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2307
2305
|
*/
|
|
2308
2306
|
"scroll-pb": [{
|
|
2309
|
-
"scroll-pb":
|
|
2307
|
+
"scroll-pb": i()
|
|
2310
2308
|
}],
|
|
2311
2309
|
/**
|
|
2312
2310
|
* Scroll Padding Left
|
|
2313
2311
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2314
2312
|
*/
|
|
2315
2313
|
"scroll-pl": [{
|
|
2316
|
-
"scroll-pl":
|
|
2314
|
+
"scroll-pl": i()
|
|
2317
2315
|
}],
|
|
2318
2316
|
/**
|
|
2319
2317
|
* Scroll Snap Align
|
|
@@ -2391,21 +2389,21 @@ const f = (e) => {
|
|
|
2391
2389
|
* @see https://tailwindcss.com/docs/fill
|
|
2392
2390
|
*/
|
|
2393
2391
|
fill: [{
|
|
2394
|
-
fill: ["none", ...
|
|
2392
|
+
fill: ["none", ...p()]
|
|
2395
2393
|
}],
|
|
2396
2394
|
/**
|
|
2397
2395
|
* Stroke Width
|
|
2398
2396
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2399
2397
|
*/
|
|
2400
2398
|
"stroke-w": [{
|
|
2401
|
-
stroke: [d,
|
|
2399
|
+
stroke: [d, q, I, D]
|
|
2402
2400
|
}],
|
|
2403
2401
|
/**
|
|
2404
2402
|
* Stroke
|
|
2405
2403
|
* @see https://tailwindcss.com/docs/stroke
|
|
2406
2404
|
*/
|
|
2407
2405
|
stroke: [{
|
|
2408
|
-
stroke: ["none", ...
|
|
2406
|
+
stroke: ["none", ...p()]
|
|
2409
2407
|
}],
|
|
2410
2408
|
// ---------------------
|
|
2411
2409
|
// --- Accessibility ---
|
|
@@ -2473,11 +2471,11 @@ const f = (e) => {
|
|
|
2473
2471
|
},
|
|
2474
2472
|
orderSensitiveModifiers: ["before", "after", "placeholder", "file", "marker", "selection", "first-line", "first-letter", "backdrop", "*", "**"]
|
|
2475
2473
|
};
|
|
2476
|
-
},
|
|
2474
|
+
}, sr = /* @__PURE__ */ Le(nr), lr = (...e) => sr(we(e)), ar = (e, s) => e.filter(
|
|
2477
2475
|
(n) => n.toLocaleLowerCase().indexOf(s.toLocaleLowerCase()) > -1
|
|
2478
|
-
),
|
|
2476
|
+
), cr = !!(typeof window < "u" && window.document && window.document.createElement);
|
|
2479
2477
|
export {
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2478
|
+
lr as cn,
|
|
2479
|
+
ar as filterByValue,
|
|
2480
|
+
cr as isClient
|
|
2483
2481
|
};
|