@spear-ai/spectral 1.4.18 → 1.4.19
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/ButtonGroup/ButtonGroupButton.js +8 -8
- package/dist/InputGroup.d.ts +1 -1
- package/dist/Toggle.d.ts +2 -1
- package/dist/Toggle.js +25 -18
- package/dist/ToggleGroup.d.ts +3 -1
- package/dist/ToggleGroup.js +32 -32
- package/dist/Tray.js +282 -282
- package/dist/main.js +10 -10
- package/dist/styles/main.css +1 -1
- package/dist/utils/twUtils.js +530 -497
- package/package.json +38 -38
package/dist/utils/twUtils.js
CHANGED
|
@@ -1,79 +1,112 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { c as Pe } from "../clsx-OuTLNxxd.js";
|
|
2
|
+
const Ge = (e, t) => {
|
|
3
|
+
const o = new Array(e.length + t.length);
|
|
4
|
+
for (let r = 0; r < e.length; r++)
|
|
5
|
+
o[r] = e[r];
|
|
6
|
+
for (let r = 0; r < t.length; r++)
|
|
7
|
+
o[e.length + r] = t[r];
|
|
8
|
+
return o;
|
|
9
|
+
}, Te = (e, t) => ({
|
|
10
|
+
classGroupId: e,
|
|
11
|
+
validator: t
|
|
12
|
+
}), xe = (e = /* @__PURE__ */ new Map(), t = null, o) => ({
|
|
13
|
+
nextPart: e,
|
|
14
|
+
validators: t,
|
|
15
|
+
classGroupId: o
|
|
16
|
+
}), K = "-", ue = [], Oe = "arbitrary..", je = (e) => {
|
|
17
|
+
const t = Ee(e), {
|
|
18
|
+
conflictingClassGroups: o,
|
|
19
|
+
conflictingClassGroupModifiers: r
|
|
6
20
|
} = e;
|
|
7
21
|
return {
|
|
8
|
-
getClassGroupId: (
|
|
9
|
-
|
|
10
|
-
|
|
22
|
+
getClassGroupId: (a) => {
|
|
23
|
+
if (a.startsWith("[") && a.endsWith("]"))
|
|
24
|
+
return Le(a);
|
|
25
|
+
const u = a.split(K), c = u[0] === "" && u.length > 1 ? 1 : 0;
|
|
26
|
+
return we(u, c, t);
|
|
11
27
|
},
|
|
12
|
-
getConflictingClassGroupIds: (
|
|
13
|
-
|
|
14
|
-
|
|
28
|
+
getConflictingClassGroupIds: (a, u) => {
|
|
29
|
+
if (u) {
|
|
30
|
+
const c = r[a], f = o[a];
|
|
31
|
+
return c ? f ? Ge(f, c) : c : f || ue;
|
|
32
|
+
}
|
|
33
|
+
return o[a] || ue;
|
|
15
34
|
}
|
|
16
35
|
};
|
|
17
|
-
},
|
|
18
|
-
if (e.length === 0)
|
|
19
|
-
return
|
|
20
|
-
const
|
|
21
|
-
if (
|
|
22
|
-
|
|
23
|
-
|
|
36
|
+
}, we = (e, t, o) => {
|
|
37
|
+
if (e.length - t === 0)
|
|
38
|
+
return o.classGroupId;
|
|
39
|
+
const i = e[t], d = o.nextPart.get(i);
|
|
40
|
+
if (d) {
|
|
41
|
+
const f = we(e, t + 1, d);
|
|
42
|
+
if (f) return f;
|
|
43
|
+
}
|
|
44
|
+
const a = o.validators;
|
|
45
|
+
if (a === null)
|
|
24
46
|
return;
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
if (fe.test(e)) {
|
|
31
|
-
const n = fe.exec(e)[1], s = n?.substring(0, n.indexOf(":"));
|
|
32
|
-
if (s)
|
|
33
|
-
return "arbitrary.." + s;
|
|
47
|
+
const u = t === 0 ? e.join(K) : e.slice(t).join(K), c = a.length;
|
|
48
|
+
for (let f = 0; f < c; f++) {
|
|
49
|
+
const h = a[f];
|
|
50
|
+
if (h.validator(u))
|
|
51
|
+
return h.classGroupId;
|
|
34
52
|
}
|
|
35
|
-
},
|
|
53
|
+
}, Le = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
54
|
+
const t = e.slice(1, -1), o = t.indexOf(":"), r = t.slice(0, o);
|
|
55
|
+
return r ? Oe + r : void 0;
|
|
56
|
+
})(), Ee = (e) => {
|
|
36
57
|
const {
|
|
37
|
-
theme:
|
|
38
|
-
classGroups:
|
|
39
|
-
} = e
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
for (const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
58
|
+
theme: t,
|
|
59
|
+
classGroups: o
|
|
60
|
+
} = e;
|
|
61
|
+
return Ne(o, t);
|
|
62
|
+
}, Ne = (e, t) => {
|
|
63
|
+
const o = xe();
|
|
64
|
+
for (const r in e) {
|
|
65
|
+
const i = e[r];
|
|
66
|
+
se(i, o, r, t);
|
|
67
|
+
}
|
|
68
|
+
return o;
|
|
69
|
+
}, se = (e, t, o, r) => {
|
|
70
|
+
const i = e.length;
|
|
71
|
+
for (let d = 0; d < i; d++) {
|
|
72
|
+
const a = e[d];
|
|
73
|
+
Ve(a, t, o, r);
|
|
74
|
+
}
|
|
75
|
+
}, Ve = (e, t, o, r) => {
|
|
76
|
+
if (typeof e == "string") {
|
|
77
|
+
Fe(e, t, o);
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
if (typeof e == "function") {
|
|
81
|
+
_e(e, t, o, r);
|
|
82
|
+
return;
|
|
83
|
+
}
|
|
84
|
+
We(e, t, o, r);
|
|
85
|
+
}, Fe = (e, t, o) => {
|
|
86
|
+
const r = e === "" ? t : ke(t, e);
|
|
87
|
+
r.classGroupId = o;
|
|
88
|
+
}, _e = (e, t, o, r) => {
|
|
89
|
+
if (Be(e)) {
|
|
90
|
+
se(e(r), t, o, r);
|
|
91
|
+
return;
|
|
92
|
+
}
|
|
93
|
+
t.validators === null && (t.validators = []), t.validators.push(Te(o, e));
|
|
94
|
+
}, We = (e, t, o, r) => {
|
|
95
|
+
const i = Object.entries(e), d = i.length;
|
|
96
|
+
for (let a = 0; a < d; a++) {
|
|
97
|
+
const [u, c] = i[a];
|
|
98
|
+
se(c, ke(t, u), o, r);
|
|
99
|
+
}
|
|
100
|
+
}, ke = (e, t) => {
|
|
101
|
+
let o = e;
|
|
102
|
+
const r = t.split(K), i = r.length;
|
|
103
|
+
for (let d = 0; d < i; d++) {
|
|
104
|
+
const a = r[d];
|
|
105
|
+
let u = o.nextPart.get(a);
|
|
106
|
+
u || (u = xe(), o.nextPart.set(a, u)), o = u;
|
|
107
|
+
}
|
|
108
|
+
return o;
|
|
109
|
+
}, Be = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, $e = (e) => {
|
|
77
110
|
if (e < 1)
|
|
78
111
|
return {
|
|
79
112
|
get: () => {
|
|
@@ -81,178 +114,178 @@ const ne = "-", Pe = (e) => {
|
|
|
81
114
|
set: () => {
|
|
82
115
|
}
|
|
83
116
|
};
|
|
84
|
-
let
|
|
85
|
-
const
|
|
86
|
-
|
|
117
|
+
let t = 0, o = /* @__PURE__ */ Object.create(null), r = /* @__PURE__ */ Object.create(null);
|
|
118
|
+
const i = (d, a) => {
|
|
119
|
+
o[d] = a, t++, t > e && (t = 0, r = o, o = /* @__PURE__ */ Object.create(null));
|
|
87
120
|
};
|
|
88
121
|
return {
|
|
89
|
-
get(
|
|
90
|
-
let
|
|
91
|
-
if (
|
|
92
|
-
return
|
|
93
|
-
if ((
|
|
94
|
-
return
|
|
122
|
+
get(d) {
|
|
123
|
+
let a = o[d];
|
|
124
|
+
if (a !== void 0)
|
|
125
|
+
return a;
|
|
126
|
+
if ((a = r[d]) !== void 0)
|
|
127
|
+
return i(d, a), a;
|
|
95
128
|
},
|
|
96
|
-
set(
|
|
97
|
-
|
|
129
|
+
set(d, a) {
|
|
130
|
+
d in o ? o[d] = a : i(d, a);
|
|
98
131
|
}
|
|
99
132
|
};
|
|
100
|
-
}, te = "!",
|
|
133
|
+
}, te = "!", fe = ":", Ue = [], be = (e, t, o, r, i) => ({
|
|
134
|
+
modifiers: e,
|
|
135
|
+
hasImportantModifier: t,
|
|
136
|
+
baseClassName: o,
|
|
137
|
+
maybePostfixModifierPosition: r,
|
|
138
|
+
isExternal: i
|
|
139
|
+
}), De = (e) => {
|
|
101
140
|
const {
|
|
102
|
-
prefix:
|
|
103
|
-
experimentalParseClassName:
|
|
141
|
+
prefix: t,
|
|
142
|
+
experimentalParseClassName: o
|
|
104
143
|
} = e;
|
|
105
|
-
let
|
|
106
|
-
const
|
|
107
|
-
let
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
144
|
+
let r = (i) => {
|
|
145
|
+
const d = [];
|
|
146
|
+
let a = 0, u = 0, c = 0, f;
|
|
147
|
+
const h = i.length;
|
|
148
|
+
for (let v = 0; v < h; v++) {
|
|
149
|
+
const w = i[v];
|
|
150
|
+
if (a === 0 && u === 0) {
|
|
151
|
+
if (w === fe) {
|
|
152
|
+
d.push(i.slice(c, v)), c = v + 1;
|
|
113
153
|
continue;
|
|
114
154
|
}
|
|
115
|
-
if (
|
|
116
|
-
|
|
155
|
+
if (w === "/") {
|
|
156
|
+
f = v;
|
|
117
157
|
continue;
|
|
118
158
|
}
|
|
119
159
|
}
|
|
120
|
-
|
|
160
|
+
w === "[" ? a++ : w === "]" ? a-- : w === "(" ? u++ : w === ")" && u--;
|
|
121
161
|
}
|
|
122
|
-
const
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
162
|
+
const y = d.length === 0 ? i : i.slice(c);
|
|
163
|
+
let z = y, I = !1;
|
|
164
|
+
y.endsWith(te) ? (z = y.slice(0, -1), I = !0) : (
|
|
165
|
+
/**
|
|
166
|
+
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
167
|
+
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
168
|
+
*/
|
|
169
|
+
y.startsWith(te) && (z = y.slice(1), I = !0)
|
|
170
|
+
);
|
|
171
|
+
const M = f && f > c ? f - c : void 0;
|
|
172
|
+
return be(d, I, z, M);
|
|
129
173
|
};
|
|
130
|
-
if (
|
|
131
|
-
const
|
|
132
|
-
|
|
133
|
-
isExternal: !0,
|
|
134
|
-
modifiers: [],
|
|
135
|
-
hasImportantModifier: !1,
|
|
136
|
-
baseClassName: i,
|
|
137
|
-
maybePostfixModifierPosition: void 0
|
|
138
|
-
};
|
|
174
|
+
if (t) {
|
|
175
|
+
const i = t + fe, d = r;
|
|
176
|
+
r = (a) => a.startsWith(i) ? d(a.slice(i.length)) : be(Ue, !1, a, void 0, !0);
|
|
139
177
|
}
|
|
140
|
-
if (
|
|
141
|
-
const
|
|
142
|
-
|
|
143
|
-
className:
|
|
144
|
-
parseClassName:
|
|
178
|
+
if (o) {
|
|
179
|
+
const i = r;
|
|
180
|
+
r = (d) => o({
|
|
181
|
+
className: d,
|
|
182
|
+
parseClassName: i
|
|
145
183
|
});
|
|
146
184
|
}
|
|
147
|
-
return
|
|
148
|
-
},
|
|
149
|
-
const
|
|
150
|
-
return (
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
const
|
|
154
|
-
let
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
185
|
+
return r;
|
|
186
|
+
}, Ye = (e) => {
|
|
187
|
+
const t = /* @__PURE__ */ new Map();
|
|
188
|
+
return e.orderSensitiveModifiers.forEach((o, r) => {
|
|
189
|
+
t.set(o, 1e6 + r);
|
|
190
|
+
}), (o) => {
|
|
191
|
+
const r = [];
|
|
192
|
+
let i = [];
|
|
193
|
+
for (let d = 0; d < o.length; d++) {
|
|
194
|
+
const a = o[d], u = a[0] === "[", c = t.has(a);
|
|
195
|
+
u || c ? (i.length > 0 && (i.sort(), r.push(...i), i = []), r.push(a)) : i.push(a);
|
|
196
|
+
}
|
|
197
|
+
return i.length > 0 && (i.sort(), r.push(...i)), r;
|
|
158
198
|
};
|
|
159
|
-
},
|
|
160
|
-
cache:
|
|
161
|
-
parseClassName:
|
|
162
|
-
sortModifiers:
|
|
163
|
-
...
|
|
164
|
-
}),
|
|
199
|
+
}, qe = (e) => ({
|
|
200
|
+
cache: $e(e.cacheSize),
|
|
201
|
+
parseClassName: De(e),
|
|
202
|
+
sortModifiers: Ye(e),
|
|
203
|
+
...je(e)
|
|
204
|
+
}), Xe = /\s+/, Je = (e, t) => {
|
|
165
205
|
const {
|
|
166
|
-
parseClassName:
|
|
167
|
-
getClassGroupId:
|
|
168
|
-
getConflictingClassGroupIds:
|
|
169
|
-
sortModifiers:
|
|
170
|
-
} =
|
|
171
|
-
let
|
|
172
|
-
for (let
|
|
173
|
-
const h = u[
|
|
174
|
-
isExternal:
|
|
175
|
-
modifiers:
|
|
176
|
-
hasImportantModifier:
|
|
177
|
-
baseClassName:
|
|
178
|
-
maybePostfixModifierPosition:
|
|
179
|
-
} =
|
|
180
|
-
if (
|
|
181
|
-
|
|
206
|
+
parseClassName: o,
|
|
207
|
+
getClassGroupId: r,
|
|
208
|
+
getConflictingClassGroupIds: i,
|
|
209
|
+
sortModifiers: d
|
|
210
|
+
} = t, a = [], u = e.trim().split(Xe);
|
|
211
|
+
let c = "";
|
|
212
|
+
for (let f = u.length - 1; f >= 0; f -= 1) {
|
|
213
|
+
const h = u[f], {
|
|
214
|
+
isExternal: y,
|
|
215
|
+
modifiers: z,
|
|
216
|
+
hasImportantModifier: I,
|
|
217
|
+
baseClassName: M,
|
|
218
|
+
maybePostfixModifierPosition: v
|
|
219
|
+
} = o(h);
|
|
220
|
+
if (y) {
|
|
221
|
+
c = h + (c.length > 0 ? " " + c : c);
|
|
182
222
|
continue;
|
|
183
223
|
}
|
|
184
|
-
let
|
|
185
|
-
if (!
|
|
186
|
-
if (!
|
|
187
|
-
|
|
224
|
+
let w = !!v, P = r(w ? M.substring(0, v) : M);
|
|
225
|
+
if (!P) {
|
|
226
|
+
if (!w) {
|
|
227
|
+
c = h + (c.length > 0 ? " " + c : c);
|
|
188
228
|
continue;
|
|
189
229
|
}
|
|
190
|
-
if (
|
|
191
|
-
|
|
230
|
+
if (P = r(M), !P) {
|
|
231
|
+
c = h + (c.length > 0 ? " " + c : c);
|
|
192
232
|
continue;
|
|
193
233
|
}
|
|
194
|
-
|
|
234
|
+
w = !1;
|
|
195
235
|
}
|
|
196
|
-
const $ =
|
|
197
|
-
if (
|
|
236
|
+
const $ = z.length === 0 ? "" : z.length === 1 ? z[0] : d(z).join(":"), _ = I ? $ + te : $, j = _ + P;
|
|
237
|
+
if (a.indexOf(j) > -1)
|
|
198
238
|
continue;
|
|
199
|
-
|
|
200
|
-
const
|
|
201
|
-
for (let
|
|
202
|
-
const
|
|
203
|
-
|
|
239
|
+
a.push(j);
|
|
240
|
+
const L = i(P, w);
|
|
241
|
+
for (let G = 0; G < L.length; ++G) {
|
|
242
|
+
const W = L[G];
|
|
243
|
+
a.push(_ + W);
|
|
204
244
|
}
|
|
205
|
-
|
|
245
|
+
c = h + (c.length > 0 ? " " + c : c);
|
|
206
246
|
}
|
|
207
|
-
return
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
}
|
|
215
|
-
const we = (e) => {
|
|
247
|
+
return c;
|
|
248
|
+
}, He = (...e) => {
|
|
249
|
+
let t = 0, o, r, i = "";
|
|
250
|
+
for (; t < e.length; )
|
|
251
|
+
(o = e[t++]) && (r = ye(o)) && (i && (i += " "), i += r);
|
|
252
|
+
return i;
|
|
253
|
+
}, ye = (e) => {
|
|
216
254
|
if (typeof e == "string")
|
|
217
255
|
return e;
|
|
218
|
-
let
|
|
219
|
-
for (let
|
|
220
|
-
e[
|
|
221
|
-
return
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
const h = _e(p, s);
|
|
234
|
-
return c(p, h), h;
|
|
235
|
-
}
|
|
236
|
-
return function() {
|
|
237
|
-
return m(Be.apply(null, arguments));
|
|
256
|
+
let t, o = "";
|
|
257
|
+
for (let r = 0; r < e.length; r++)
|
|
258
|
+
e[r] && (t = ye(e[r])) && (o && (o += " "), o += t);
|
|
259
|
+
return o;
|
|
260
|
+
}, Ke = (e, ...t) => {
|
|
261
|
+
let o, r, i, d;
|
|
262
|
+
const a = (c) => {
|
|
263
|
+
const f = t.reduce((h, y) => y(h), e());
|
|
264
|
+
return o = qe(f), r = o.cache.get, i = o.cache.set, d = u, u(c);
|
|
265
|
+
}, u = (c) => {
|
|
266
|
+
const f = r(c);
|
|
267
|
+
if (f)
|
|
268
|
+
return f;
|
|
269
|
+
const h = Je(c, o);
|
|
270
|
+
return i(c, h), h;
|
|
238
271
|
};
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
const
|
|
242
|
-
return
|
|
243
|
-
},
|
|
272
|
+
return d = a, (...c) => d(He(...c));
|
|
273
|
+
}, Qe = [], b = (e) => {
|
|
274
|
+
const t = (o) => o[e] || Qe;
|
|
275
|
+
return t.isThemeGetter = !0, t;
|
|
276
|
+
}, ve = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ze = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ze = /^\d+\/\d+$/, eo = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, oo = /\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$/, ro = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, to = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, so = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => Ze.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), R = (e) => !!e && Number.isInteger(Number(e)), oe = (e) => e.endsWith("%") && p(e.slice(0, -1)), S = (e) => eo.test(e), no = () => !0, ao = (e) => (
|
|
244
277
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
245
278
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
246
279
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
247
|
-
|
|
248
|
-
),
|
|
249
|
-
const
|
|
250
|
-
return
|
|
251
|
-
},
|
|
252
|
-
const
|
|
253
|
-
return
|
|
254
|
-
},
|
|
255
|
-
const e =
|
|
280
|
+
oo.test(e) && !ro.test(e)
|
|
281
|
+
), Ce = () => !1, io = (e) => to.test(e), lo = (e) => so.test(e), co = (e) => !s(e) && !n(e), mo = (e) => V(e, Re, Ce), s = (e) => ve.test(e), O = (e) => V(e, Ie, ao), re = (e) => V(e, go, p), ge = (e) => V(e, Ae, Ce), po = (e) => V(e, Se, lo), J = (e) => V(e, Me, io), n = (e) => ze.test(e), B = (e) => F(e, Ie), uo = (e) => F(e, ho), he = (e) => F(e, Ae), fo = (e) => F(e, Re), bo = (e) => F(e, Se), H = (e) => F(e, Me, !0), V = (e, t, o) => {
|
|
282
|
+
const r = ve.exec(e);
|
|
283
|
+
return r ? r[1] ? t(r[1]) : o(r[2]) : !1;
|
|
284
|
+
}, F = (e, t, o = !1) => {
|
|
285
|
+
const r = ze.exec(e);
|
|
286
|
+
return r ? r[1] ? t(r[1]) : o : !1;
|
|
287
|
+
}, Ae = (e) => e === "position" || e === "percentage", Se = (e) => e === "image" || e === "url", Re = (e) => e === "length" || e === "size" || e === "bg-size", Ie = (e) => e === "length", go = (e) => e === "number", ho = (e) => e === "family-name", Me = (e) => e === "shadow", xo = () => {
|
|
288
|
+
const e = b("color"), t = b("font"), o = b("text"), r = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), f = b("radius"), h = b("shadow"), y = b("inset-shadow"), z = b("text-shadow"), I = b("drop-shadow"), M = b("blur"), v = b("perspective"), w = b("aspect"), P = b("ease"), $ = b("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [
|
|
256
289
|
"center",
|
|
257
290
|
"top",
|
|
258
291
|
"bottom",
|
|
@@ -270,51 +303,51 @@ const f = (e) => {
|
|
|
270
303
|
"bottom-left",
|
|
271
304
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
272
305
|
"left-bottom"
|
|
273
|
-
],
|
|
274
|
-
span: ["full",
|
|
275
|
-
},
|
|
276
|
-
position: [
|
|
277
|
-
}],
|
|
306
|
+
], L = () => [...j(), n, s], G = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], m = () => [n, s, c], C = () => [N, "full", "auto", ...m()], ne = () => [R, "none", "subgrid", n, s], ae = () => ["auto", {
|
|
307
|
+
span: ["full", R, n, s]
|
|
308
|
+
}, R, n, s], U = () => [R, "auto", n, s], ie = () => ["auto", "min", "max", "fr", n, s], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], E = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...m()], T = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, n, s], le = () => [...j(), he, ge, {
|
|
309
|
+
position: [n, s]
|
|
310
|
+
}], ce = () => ["no-repeat", {
|
|
278
311
|
repeat: ["", "x", "y", "space", "round"]
|
|
279
|
-
}],
|
|
280
|
-
size: [
|
|
281
|
-
}],
|
|
312
|
+
}], de = () => ["auto", "cover", "contain", fo, mo, {
|
|
313
|
+
size: [n, s]
|
|
314
|
+
}], Z = () => [oe, B, O], x = () => [
|
|
282
315
|
// Deprecated since Tailwind CSS v4.0.0
|
|
283
316
|
"",
|
|
284
317
|
"none",
|
|
285
318
|
"full",
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
],
|
|
319
|
+
f,
|
|
320
|
+
n,
|
|
321
|
+
s
|
|
322
|
+
], k = () => ["", p, B, O], D = () => ["solid", "dashed", "dotted", "double"], me = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, oe, he, ge], pe = () => [
|
|
290
323
|
// Deprecated since Tailwind CSS v4.0.0
|
|
291
324
|
"",
|
|
292
325
|
"none",
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
],
|
|
326
|
+
M,
|
|
327
|
+
n,
|
|
328
|
+
s
|
|
329
|
+
], Y = () => ["none", p, n, s], q = () => ["none", p, n, s], ee = () => [p, n, s], X = () => [N, "full", ...m()];
|
|
297
330
|
return {
|
|
298
331
|
cacheSize: 500,
|
|
299
332
|
theme: {
|
|
300
333
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
301
334
|
aspect: ["video"],
|
|
302
|
-
blur: [
|
|
303
|
-
breakpoint: [
|
|
304
|
-
color: [
|
|
305
|
-
container: [
|
|
306
|
-
"drop-shadow": [
|
|
335
|
+
blur: [S],
|
|
336
|
+
breakpoint: [S],
|
|
337
|
+
color: [no],
|
|
338
|
+
container: [S],
|
|
339
|
+
"drop-shadow": [S],
|
|
307
340
|
ease: ["in", "out", "in-out"],
|
|
308
|
-
font: [
|
|
341
|
+
font: [co],
|
|
309
342
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
310
|
-
"inset-shadow": [
|
|
343
|
+
"inset-shadow": [S],
|
|
311
344
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
312
345
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
313
|
-
radius: [
|
|
314
|
-
shadow: [
|
|
315
|
-
spacing: ["px",
|
|
316
|
-
text: [
|
|
317
|
-
"text-shadow": [
|
|
346
|
+
radius: [S],
|
|
347
|
+
shadow: [S],
|
|
348
|
+
spacing: ["px", p],
|
|
349
|
+
text: [S],
|
|
350
|
+
"text-shadow": [S],
|
|
318
351
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
319
352
|
},
|
|
320
353
|
classGroups: {
|
|
@@ -326,7 +359,7 @@ const f = (e) => {
|
|
|
326
359
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
327
360
|
*/
|
|
328
361
|
aspect: [{
|
|
329
|
-
aspect: ["auto", "square",
|
|
362
|
+
aspect: ["auto", "square", N, s, n, w]
|
|
330
363
|
}],
|
|
331
364
|
/**
|
|
332
365
|
* Container
|
|
@@ -339,7 +372,7 @@ const f = (e) => {
|
|
|
339
372
|
* @see https://tailwindcss.com/docs/columns
|
|
340
373
|
*/
|
|
341
374
|
columns: [{
|
|
342
|
-
columns: [
|
|
375
|
+
columns: [p, s, n, u]
|
|
343
376
|
}],
|
|
344
377
|
/**
|
|
345
378
|
* Break After
|
|
@@ -417,49 +450,49 @@ const f = (e) => {
|
|
|
417
450
|
* @see https://tailwindcss.com/docs/object-position
|
|
418
451
|
*/
|
|
419
452
|
"object-position": [{
|
|
420
|
-
object:
|
|
453
|
+
object: L()
|
|
421
454
|
}],
|
|
422
455
|
/**
|
|
423
456
|
* Overflow
|
|
424
457
|
* @see https://tailwindcss.com/docs/overflow
|
|
425
458
|
*/
|
|
426
459
|
overflow: [{
|
|
427
|
-
overflow:
|
|
460
|
+
overflow: G()
|
|
428
461
|
}],
|
|
429
462
|
/**
|
|
430
463
|
* Overflow X
|
|
431
464
|
* @see https://tailwindcss.com/docs/overflow
|
|
432
465
|
*/
|
|
433
466
|
"overflow-x": [{
|
|
434
|
-
"overflow-x":
|
|
467
|
+
"overflow-x": G()
|
|
435
468
|
}],
|
|
436
469
|
/**
|
|
437
470
|
* Overflow Y
|
|
438
471
|
* @see https://tailwindcss.com/docs/overflow
|
|
439
472
|
*/
|
|
440
473
|
"overflow-y": [{
|
|
441
|
-
"overflow-y":
|
|
474
|
+
"overflow-y": G()
|
|
442
475
|
}],
|
|
443
476
|
/**
|
|
444
477
|
* Overscroll Behavior
|
|
445
478
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
446
479
|
*/
|
|
447
480
|
overscroll: [{
|
|
448
|
-
overscroll:
|
|
481
|
+
overscroll: W()
|
|
449
482
|
}],
|
|
450
483
|
/**
|
|
451
484
|
* Overscroll Behavior X
|
|
452
485
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
453
486
|
*/
|
|
454
487
|
"overscroll-x": [{
|
|
455
|
-
"overscroll-x":
|
|
488
|
+
"overscroll-x": W()
|
|
456
489
|
}],
|
|
457
490
|
/**
|
|
458
491
|
* Overscroll Behavior Y
|
|
459
492
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
460
493
|
*/
|
|
461
494
|
"overscroll-y": [{
|
|
462
|
-
"overscroll-y":
|
|
495
|
+
"overscroll-y": W()
|
|
463
496
|
}],
|
|
464
497
|
/**
|
|
465
498
|
* Position
|
|
@@ -471,63 +504,63 @@ const f = (e) => {
|
|
|
471
504
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
472
505
|
*/
|
|
473
506
|
inset: [{
|
|
474
|
-
inset:
|
|
507
|
+
inset: C()
|
|
475
508
|
}],
|
|
476
509
|
/**
|
|
477
510
|
* Right / Left
|
|
478
511
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
479
512
|
*/
|
|
480
513
|
"inset-x": [{
|
|
481
|
-
"inset-x":
|
|
514
|
+
"inset-x": C()
|
|
482
515
|
}],
|
|
483
516
|
/**
|
|
484
517
|
* Top / Bottom
|
|
485
518
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
486
519
|
*/
|
|
487
520
|
"inset-y": [{
|
|
488
|
-
"inset-y":
|
|
521
|
+
"inset-y": C()
|
|
489
522
|
}],
|
|
490
523
|
/**
|
|
491
524
|
* Start
|
|
492
525
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
493
526
|
*/
|
|
494
527
|
start: [{
|
|
495
|
-
start:
|
|
528
|
+
start: C()
|
|
496
529
|
}],
|
|
497
530
|
/**
|
|
498
531
|
* End
|
|
499
532
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
500
533
|
*/
|
|
501
534
|
end: [{
|
|
502
|
-
end:
|
|
535
|
+
end: C()
|
|
503
536
|
}],
|
|
504
537
|
/**
|
|
505
538
|
* Top
|
|
506
539
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
507
540
|
*/
|
|
508
541
|
top: [{
|
|
509
|
-
top:
|
|
542
|
+
top: C()
|
|
510
543
|
}],
|
|
511
544
|
/**
|
|
512
545
|
* Right
|
|
513
546
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
514
547
|
*/
|
|
515
548
|
right: [{
|
|
516
|
-
right:
|
|
549
|
+
right: C()
|
|
517
550
|
}],
|
|
518
551
|
/**
|
|
519
552
|
* Bottom
|
|
520
553
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
521
554
|
*/
|
|
522
555
|
bottom: [{
|
|
523
|
-
bottom:
|
|
556
|
+
bottom: C()
|
|
524
557
|
}],
|
|
525
558
|
/**
|
|
526
559
|
* Left
|
|
527
560
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
528
561
|
*/
|
|
529
562
|
left: [{
|
|
530
|
-
left:
|
|
563
|
+
left: C()
|
|
531
564
|
}],
|
|
532
565
|
/**
|
|
533
566
|
* Visibility
|
|
@@ -539,7 +572,7 @@ const f = (e) => {
|
|
|
539
572
|
* @see https://tailwindcss.com/docs/z-index
|
|
540
573
|
*/
|
|
541
574
|
z: [{
|
|
542
|
-
z: [
|
|
575
|
+
z: [R, "auto", n, s]
|
|
543
576
|
}],
|
|
544
577
|
// ------------------------
|
|
545
578
|
// --- Flexbox and Grid ---
|
|
@@ -549,7 +582,7 @@ const f = (e) => {
|
|
|
549
582
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
550
583
|
*/
|
|
551
584
|
basis: [{
|
|
552
|
-
basis: [
|
|
585
|
+
basis: [N, "full", "auto", u, ...m()]
|
|
553
586
|
}],
|
|
554
587
|
/**
|
|
555
588
|
* Flex Direction
|
|
@@ -570,42 +603,42 @@ const f = (e) => {
|
|
|
570
603
|
* @see https://tailwindcss.com/docs/flex
|
|
571
604
|
*/
|
|
572
605
|
flex: [{
|
|
573
|
-
flex: [
|
|
606
|
+
flex: [p, N, "auto", "initial", "none", s]
|
|
574
607
|
}],
|
|
575
608
|
/**
|
|
576
609
|
* Flex Grow
|
|
577
610
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
578
611
|
*/
|
|
579
612
|
grow: [{
|
|
580
|
-
grow: ["",
|
|
613
|
+
grow: ["", p, n, s]
|
|
581
614
|
}],
|
|
582
615
|
/**
|
|
583
616
|
* Flex Shrink
|
|
584
617
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
585
618
|
*/
|
|
586
619
|
shrink: [{
|
|
587
|
-
shrink: ["",
|
|
620
|
+
shrink: ["", p, n, s]
|
|
588
621
|
}],
|
|
589
622
|
/**
|
|
590
623
|
* Order
|
|
591
624
|
* @see https://tailwindcss.com/docs/order
|
|
592
625
|
*/
|
|
593
626
|
order: [{
|
|
594
|
-
order: [
|
|
627
|
+
order: [R, "first", "last", "none", n, s]
|
|
595
628
|
}],
|
|
596
629
|
/**
|
|
597
630
|
* Grid Template Columns
|
|
598
631
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
599
632
|
*/
|
|
600
633
|
"grid-cols": [{
|
|
601
|
-
"grid-cols":
|
|
634
|
+
"grid-cols": ne()
|
|
602
635
|
}],
|
|
603
636
|
/**
|
|
604
637
|
* Grid Column Start / End
|
|
605
638
|
* @see https://tailwindcss.com/docs/grid-column
|
|
606
639
|
*/
|
|
607
640
|
"col-start-end": [{
|
|
608
|
-
col:
|
|
641
|
+
col: ae()
|
|
609
642
|
}],
|
|
610
643
|
/**
|
|
611
644
|
* Grid Column Start
|
|
@@ -626,14 +659,14 @@ const f = (e) => {
|
|
|
626
659
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
627
660
|
*/
|
|
628
661
|
"grid-rows": [{
|
|
629
|
-
"grid-rows":
|
|
662
|
+
"grid-rows": ne()
|
|
630
663
|
}],
|
|
631
664
|
/**
|
|
632
665
|
* Grid Row Start / End
|
|
633
666
|
* @see https://tailwindcss.com/docs/grid-row
|
|
634
667
|
*/
|
|
635
668
|
"row-start-end": [{
|
|
636
|
-
row:
|
|
669
|
+
row: ae()
|
|
637
670
|
}],
|
|
638
671
|
/**
|
|
639
672
|
* Grid Row Start
|
|
@@ -661,35 +694,35 @@ const f = (e) => {
|
|
|
661
694
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
662
695
|
*/
|
|
663
696
|
"auto-cols": [{
|
|
664
|
-
"auto-cols":
|
|
697
|
+
"auto-cols": ie()
|
|
665
698
|
}],
|
|
666
699
|
/**
|
|
667
700
|
* Grid Auto Rows
|
|
668
701
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
669
702
|
*/
|
|
670
703
|
"auto-rows": [{
|
|
671
|
-
"auto-rows":
|
|
704
|
+
"auto-rows": ie()
|
|
672
705
|
}],
|
|
673
706
|
/**
|
|
674
707
|
* Gap
|
|
675
708
|
* @see https://tailwindcss.com/docs/gap
|
|
676
709
|
*/
|
|
677
710
|
gap: [{
|
|
678
|
-
gap:
|
|
711
|
+
gap: m()
|
|
679
712
|
}],
|
|
680
713
|
/**
|
|
681
714
|
* Gap X
|
|
682
715
|
* @see https://tailwindcss.com/docs/gap
|
|
683
716
|
*/
|
|
684
717
|
"gap-x": [{
|
|
685
|
-
"gap-x":
|
|
718
|
+
"gap-x": m()
|
|
686
719
|
}],
|
|
687
720
|
/**
|
|
688
721
|
* Gap Y
|
|
689
722
|
* @see https://tailwindcss.com/docs/gap
|
|
690
723
|
*/
|
|
691
724
|
"gap-y": [{
|
|
692
|
-
"gap-y":
|
|
725
|
+
"gap-y": m()
|
|
693
726
|
}],
|
|
694
727
|
/**
|
|
695
728
|
* Justify Content
|
|
@@ -703,14 +736,14 @@ const f = (e) => {
|
|
|
703
736
|
* @see https://tailwindcss.com/docs/justify-items
|
|
704
737
|
*/
|
|
705
738
|
"justify-items": [{
|
|
706
|
-
"justify-items": [...
|
|
739
|
+
"justify-items": [...E(), "normal"]
|
|
707
740
|
}],
|
|
708
741
|
/**
|
|
709
742
|
* Justify Self
|
|
710
743
|
* @see https://tailwindcss.com/docs/justify-self
|
|
711
744
|
*/
|
|
712
745
|
"justify-self": [{
|
|
713
|
-
"justify-self": ["auto", ...
|
|
746
|
+
"justify-self": ["auto", ...E()]
|
|
714
747
|
}],
|
|
715
748
|
/**
|
|
716
749
|
* Align Content
|
|
@@ -724,7 +757,7 @@ const f = (e) => {
|
|
|
724
757
|
* @see https://tailwindcss.com/docs/align-items
|
|
725
758
|
*/
|
|
726
759
|
"align-items": [{
|
|
727
|
-
items: [...
|
|
760
|
+
items: [...E(), {
|
|
728
761
|
baseline: ["", "last"]
|
|
729
762
|
}]
|
|
730
763
|
}],
|
|
@@ -733,7 +766,7 @@ const f = (e) => {
|
|
|
733
766
|
* @see https://tailwindcss.com/docs/align-self
|
|
734
767
|
*/
|
|
735
768
|
"align-self": [{
|
|
736
|
-
self: ["auto", ...
|
|
769
|
+
self: ["auto", ...E(), {
|
|
737
770
|
baseline: ["", "last"]
|
|
738
771
|
}]
|
|
739
772
|
}],
|
|
@@ -749,14 +782,14 @@ const f = (e) => {
|
|
|
749
782
|
* @see https://tailwindcss.com/docs/place-items
|
|
750
783
|
*/
|
|
751
784
|
"place-items": [{
|
|
752
|
-
"place-items": [...
|
|
785
|
+
"place-items": [...E(), "baseline"]
|
|
753
786
|
}],
|
|
754
787
|
/**
|
|
755
788
|
* Place Self
|
|
756
789
|
* @see https://tailwindcss.com/docs/place-self
|
|
757
790
|
*/
|
|
758
791
|
"place-self": [{
|
|
759
|
-
"place-self": ["auto", ...
|
|
792
|
+
"place-self": ["auto", ...E()]
|
|
760
793
|
}],
|
|
761
794
|
// Spacing
|
|
762
795
|
/**
|
|
@@ -764,133 +797,133 @@ const f = (e) => {
|
|
|
764
797
|
* @see https://tailwindcss.com/docs/padding
|
|
765
798
|
*/
|
|
766
799
|
p: [{
|
|
767
|
-
p:
|
|
800
|
+
p: m()
|
|
768
801
|
}],
|
|
769
802
|
/**
|
|
770
803
|
* Padding X
|
|
771
804
|
* @see https://tailwindcss.com/docs/padding
|
|
772
805
|
*/
|
|
773
806
|
px: [{
|
|
774
|
-
px:
|
|
807
|
+
px: m()
|
|
775
808
|
}],
|
|
776
809
|
/**
|
|
777
810
|
* Padding Y
|
|
778
811
|
* @see https://tailwindcss.com/docs/padding
|
|
779
812
|
*/
|
|
780
813
|
py: [{
|
|
781
|
-
py:
|
|
814
|
+
py: m()
|
|
782
815
|
}],
|
|
783
816
|
/**
|
|
784
817
|
* Padding Start
|
|
785
818
|
* @see https://tailwindcss.com/docs/padding
|
|
786
819
|
*/
|
|
787
820
|
ps: [{
|
|
788
|
-
ps:
|
|
821
|
+
ps: m()
|
|
789
822
|
}],
|
|
790
823
|
/**
|
|
791
824
|
* Padding End
|
|
792
825
|
* @see https://tailwindcss.com/docs/padding
|
|
793
826
|
*/
|
|
794
827
|
pe: [{
|
|
795
|
-
pe:
|
|
828
|
+
pe: m()
|
|
796
829
|
}],
|
|
797
830
|
/**
|
|
798
831
|
* Padding Top
|
|
799
832
|
* @see https://tailwindcss.com/docs/padding
|
|
800
833
|
*/
|
|
801
834
|
pt: [{
|
|
802
|
-
pt:
|
|
835
|
+
pt: m()
|
|
803
836
|
}],
|
|
804
837
|
/**
|
|
805
838
|
* Padding Right
|
|
806
839
|
* @see https://tailwindcss.com/docs/padding
|
|
807
840
|
*/
|
|
808
841
|
pr: [{
|
|
809
|
-
pr:
|
|
842
|
+
pr: m()
|
|
810
843
|
}],
|
|
811
844
|
/**
|
|
812
845
|
* Padding Bottom
|
|
813
846
|
* @see https://tailwindcss.com/docs/padding
|
|
814
847
|
*/
|
|
815
848
|
pb: [{
|
|
816
|
-
pb:
|
|
849
|
+
pb: m()
|
|
817
850
|
}],
|
|
818
851
|
/**
|
|
819
852
|
* Padding Left
|
|
820
853
|
* @see https://tailwindcss.com/docs/padding
|
|
821
854
|
*/
|
|
822
855
|
pl: [{
|
|
823
|
-
pl:
|
|
856
|
+
pl: m()
|
|
824
857
|
}],
|
|
825
858
|
/**
|
|
826
859
|
* Margin
|
|
827
860
|
* @see https://tailwindcss.com/docs/margin
|
|
828
861
|
*/
|
|
829
862
|
m: [{
|
|
830
|
-
m:
|
|
863
|
+
m: A()
|
|
831
864
|
}],
|
|
832
865
|
/**
|
|
833
866
|
* Margin X
|
|
834
867
|
* @see https://tailwindcss.com/docs/margin
|
|
835
868
|
*/
|
|
836
869
|
mx: [{
|
|
837
|
-
mx:
|
|
870
|
+
mx: A()
|
|
838
871
|
}],
|
|
839
872
|
/**
|
|
840
873
|
* Margin Y
|
|
841
874
|
* @see https://tailwindcss.com/docs/margin
|
|
842
875
|
*/
|
|
843
876
|
my: [{
|
|
844
|
-
my:
|
|
877
|
+
my: A()
|
|
845
878
|
}],
|
|
846
879
|
/**
|
|
847
880
|
* Margin Start
|
|
848
881
|
* @see https://tailwindcss.com/docs/margin
|
|
849
882
|
*/
|
|
850
883
|
ms: [{
|
|
851
|
-
ms:
|
|
884
|
+
ms: A()
|
|
852
885
|
}],
|
|
853
886
|
/**
|
|
854
887
|
* Margin End
|
|
855
888
|
* @see https://tailwindcss.com/docs/margin
|
|
856
889
|
*/
|
|
857
890
|
me: [{
|
|
858
|
-
me:
|
|
891
|
+
me: A()
|
|
859
892
|
}],
|
|
860
893
|
/**
|
|
861
894
|
* Margin Top
|
|
862
895
|
* @see https://tailwindcss.com/docs/margin
|
|
863
896
|
*/
|
|
864
897
|
mt: [{
|
|
865
|
-
mt:
|
|
898
|
+
mt: A()
|
|
866
899
|
}],
|
|
867
900
|
/**
|
|
868
901
|
* Margin Right
|
|
869
902
|
* @see https://tailwindcss.com/docs/margin
|
|
870
903
|
*/
|
|
871
904
|
mr: [{
|
|
872
|
-
mr:
|
|
905
|
+
mr: A()
|
|
873
906
|
}],
|
|
874
907
|
/**
|
|
875
908
|
* Margin Bottom
|
|
876
909
|
* @see https://tailwindcss.com/docs/margin
|
|
877
910
|
*/
|
|
878
911
|
mb: [{
|
|
879
|
-
mb:
|
|
912
|
+
mb: A()
|
|
880
913
|
}],
|
|
881
914
|
/**
|
|
882
915
|
* Margin Left
|
|
883
916
|
* @see https://tailwindcss.com/docs/margin
|
|
884
917
|
*/
|
|
885
918
|
ml: [{
|
|
886
|
-
ml:
|
|
919
|
+
ml: A()
|
|
887
920
|
}],
|
|
888
921
|
/**
|
|
889
922
|
* Space Between X
|
|
890
923
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
891
924
|
*/
|
|
892
925
|
"space-x": [{
|
|
893
|
-
"space-x":
|
|
926
|
+
"space-x": m()
|
|
894
927
|
}],
|
|
895
928
|
/**
|
|
896
929
|
* Space Between X Reverse
|
|
@@ -902,7 +935,7 @@ const f = (e) => {
|
|
|
902
935
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
903
936
|
*/
|
|
904
937
|
"space-y": [{
|
|
905
|
-
"space-y":
|
|
938
|
+
"space-y": m()
|
|
906
939
|
}],
|
|
907
940
|
/**
|
|
908
941
|
* Space Between Y Reverse
|
|
@@ -917,14 +950,14 @@ const f = (e) => {
|
|
|
917
950
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
918
951
|
*/
|
|
919
952
|
size: [{
|
|
920
|
-
size:
|
|
953
|
+
size: T()
|
|
921
954
|
}],
|
|
922
955
|
/**
|
|
923
956
|
* Width
|
|
924
957
|
* @see https://tailwindcss.com/docs/width
|
|
925
958
|
*/
|
|
926
959
|
w: [{
|
|
927
|
-
w: [u, "screen", ...
|
|
960
|
+
w: [u, "screen", ...T()]
|
|
928
961
|
}],
|
|
929
962
|
/**
|
|
930
963
|
* Min-Width
|
|
@@ -936,7 +969,7 @@ const f = (e) => {
|
|
|
936
969
|
"screen",
|
|
937
970
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
938
971
|
"none",
|
|
939
|
-
...
|
|
972
|
+
...T()
|
|
940
973
|
]
|
|
941
974
|
}],
|
|
942
975
|
/**
|
|
@@ -952,9 +985,9 @@ const f = (e) => {
|
|
|
952
985
|
"prose",
|
|
953
986
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
954
987
|
{
|
|
955
|
-
screen: [
|
|
988
|
+
screen: [a]
|
|
956
989
|
},
|
|
957
|
-
...
|
|
990
|
+
...T()
|
|
958
991
|
]
|
|
959
992
|
}],
|
|
960
993
|
/**
|
|
@@ -962,21 +995,21 @@ const f = (e) => {
|
|
|
962
995
|
* @see https://tailwindcss.com/docs/height
|
|
963
996
|
*/
|
|
964
997
|
h: [{
|
|
965
|
-
h: ["screen", "lh", ...
|
|
998
|
+
h: ["screen", "lh", ...T()]
|
|
966
999
|
}],
|
|
967
1000
|
/**
|
|
968
1001
|
* Min-Height
|
|
969
1002
|
* @see https://tailwindcss.com/docs/min-height
|
|
970
1003
|
*/
|
|
971
1004
|
"min-h": [{
|
|
972
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1005
|
+
"min-h": ["screen", "lh", "none", ...T()]
|
|
973
1006
|
}],
|
|
974
1007
|
/**
|
|
975
1008
|
* Max-Height
|
|
976
1009
|
* @see https://tailwindcss.com/docs/max-height
|
|
977
1010
|
*/
|
|
978
1011
|
"max-h": [{
|
|
979
|
-
"max-h": ["screen", "lh", ...
|
|
1012
|
+
"max-h": ["screen", "lh", ...T()]
|
|
980
1013
|
}],
|
|
981
1014
|
// ------------------
|
|
982
1015
|
// --- Typography ---
|
|
@@ -986,7 +1019,7 @@ const f = (e) => {
|
|
|
986
1019
|
* @see https://tailwindcss.com/docs/font-size
|
|
987
1020
|
*/
|
|
988
1021
|
"font-size": [{
|
|
989
|
-
text: ["base",
|
|
1022
|
+
text: ["base", o, B, O]
|
|
990
1023
|
}],
|
|
991
1024
|
/**
|
|
992
1025
|
* Font Smoothing
|
|
@@ -1003,21 +1036,21 @@ const f = (e) => {
|
|
|
1003
1036
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1004
1037
|
*/
|
|
1005
1038
|
"font-weight": [{
|
|
1006
|
-
font: [
|
|
1039
|
+
font: [r, n, re]
|
|
1007
1040
|
}],
|
|
1008
1041
|
/**
|
|
1009
1042
|
* Font Stretch
|
|
1010
1043
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1011
1044
|
*/
|
|
1012
1045
|
"font-stretch": [{
|
|
1013
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1046
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", oe, s]
|
|
1014
1047
|
}],
|
|
1015
1048
|
/**
|
|
1016
1049
|
* Font Family
|
|
1017
1050
|
* @see https://tailwindcss.com/docs/font-family
|
|
1018
1051
|
*/
|
|
1019
1052
|
"font-family": [{
|
|
1020
|
-
font: [
|
|
1053
|
+
font: [uo, s, t]
|
|
1021
1054
|
}],
|
|
1022
1055
|
/**
|
|
1023
1056
|
* Font Variant Numeric
|
|
@@ -1054,14 +1087,14 @@ const f = (e) => {
|
|
|
1054
1087
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1055
1088
|
*/
|
|
1056
1089
|
tracking: [{
|
|
1057
|
-
tracking: [
|
|
1090
|
+
tracking: [i, n, s]
|
|
1058
1091
|
}],
|
|
1059
1092
|
/**
|
|
1060
1093
|
* Line Clamp
|
|
1061
1094
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1062
1095
|
*/
|
|
1063
1096
|
"line-clamp": [{
|
|
1064
|
-
"line-clamp": [
|
|
1097
|
+
"line-clamp": [p, "none", n, re]
|
|
1065
1098
|
}],
|
|
1066
1099
|
/**
|
|
1067
1100
|
* Line Height
|
|
@@ -1070,8 +1103,8 @@ const f = (e) => {
|
|
|
1070
1103
|
leading: [{
|
|
1071
1104
|
leading: [
|
|
1072
1105
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1073
|
-
|
|
1074
|
-
...
|
|
1106
|
+
d,
|
|
1107
|
+
...m()
|
|
1075
1108
|
]
|
|
1076
1109
|
}],
|
|
1077
1110
|
/**
|
|
@@ -1079,7 +1112,7 @@ const f = (e) => {
|
|
|
1079
1112
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1080
1113
|
*/
|
|
1081
1114
|
"list-image": [{
|
|
1082
|
-
"list-image": ["none",
|
|
1115
|
+
"list-image": ["none", n, s]
|
|
1083
1116
|
}],
|
|
1084
1117
|
/**
|
|
1085
1118
|
* List Style Position
|
|
@@ -1093,7 +1126,7 @@ const f = (e) => {
|
|
|
1093
1126
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1094
1127
|
*/
|
|
1095
1128
|
"list-style-type": [{
|
|
1096
|
-
list: ["disc", "decimal", "none",
|
|
1129
|
+
list: ["disc", "decimal", "none", n, s]
|
|
1097
1130
|
}],
|
|
1098
1131
|
/**
|
|
1099
1132
|
* Text Alignment
|
|
@@ -1108,14 +1141,14 @@ const f = (e) => {
|
|
|
1108
1141
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1109
1142
|
*/
|
|
1110
1143
|
"placeholder-color": [{
|
|
1111
|
-
placeholder:
|
|
1144
|
+
placeholder: l()
|
|
1112
1145
|
}],
|
|
1113
1146
|
/**
|
|
1114
1147
|
* Text Color
|
|
1115
1148
|
* @see https://tailwindcss.com/docs/text-color
|
|
1116
1149
|
*/
|
|
1117
1150
|
"text-color": [{
|
|
1118
|
-
text:
|
|
1151
|
+
text: l()
|
|
1119
1152
|
}],
|
|
1120
1153
|
/**
|
|
1121
1154
|
* Text Decoration
|
|
@@ -1127,28 +1160,28 @@ const f = (e) => {
|
|
|
1127
1160
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1128
1161
|
*/
|
|
1129
1162
|
"text-decoration-style": [{
|
|
1130
|
-
decoration: [...
|
|
1163
|
+
decoration: [...D(), "wavy"]
|
|
1131
1164
|
}],
|
|
1132
1165
|
/**
|
|
1133
1166
|
* Text Decoration Thickness
|
|
1134
1167
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1135
1168
|
*/
|
|
1136
1169
|
"text-decoration-thickness": [{
|
|
1137
|
-
decoration: [
|
|
1170
|
+
decoration: [p, "from-font", "auto", n, O]
|
|
1138
1171
|
}],
|
|
1139
1172
|
/**
|
|
1140
1173
|
* Text Decoration Color
|
|
1141
1174
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1142
1175
|
*/
|
|
1143
1176
|
"text-decoration-color": [{
|
|
1144
|
-
decoration:
|
|
1177
|
+
decoration: l()
|
|
1145
1178
|
}],
|
|
1146
1179
|
/**
|
|
1147
1180
|
* Text Underline Offset
|
|
1148
1181
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1149
1182
|
*/
|
|
1150
1183
|
"underline-offset": [{
|
|
1151
|
-
"underline-offset": [
|
|
1184
|
+
"underline-offset": [p, "auto", n, s]
|
|
1152
1185
|
}],
|
|
1153
1186
|
/**
|
|
1154
1187
|
* Text Transform
|
|
@@ -1172,14 +1205,14 @@ const f = (e) => {
|
|
|
1172
1205
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1173
1206
|
*/
|
|
1174
1207
|
indent: [{
|
|
1175
|
-
indent:
|
|
1208
|
+
indent: m()
|
|
1176
1209
|
}],
|
|
1177
1210
|
/**
|
|
1178
1211
|
* Vertical Alignment
|
|
1179
1212
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1180
1213
|
*/
|
|
1181
1214
|
"vertical-align": [{
|
|
1182
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1215
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
|
|
1183
1216
|
}],
|
|
1184
1217
|
/**
|
|
1185
1218
|
* Whitespace
|
|
@@ -1214,7 +1247,7 @@ const f = (e) => {
|
|
|
1214
1247
|
* @see https://tailwindcss.com/docs/content
|
|
1215
1248
|
*/
|
|
1216
1249
|
content: [{
|
|
1217
|
-
content: ["none",
|
|
1250
|
+
content: ["none", n, s]
|
|
1218
1251
|
}],
|
|
1219
1252
|
// -------------------
|
|
1220
1253
|
// --- Backgrounds ---
|
|
@@ -1245,21 +1278,21 @@ const f = (e) => {
|
|
|
1245
1278
|
* @see https://tailwindcss.com/docs/background-position
|
|
1246
1279
|
*/
|
|
1247
1280
|
"bg-position": [{
|
|
1248
|
-
bg:
|
|
1281
|
+
bg: le()
|
|
1249
1282
|
}],
|
|
1250
1283
|
/**
|
|
1251
1284
|
* Background Repeat
|
|
1252
1285
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1253
1286
|
*/
|
|
1254
1287
|
"bg-repeat": [{
|
|
1255
|
-
bg:
|
|
1288
|
+
bg: ce()
|
|
1256
1289
|
}],
|
|
1257
1290
|
/**
|
|
1258
1291
|
* Background Size
|
|
1259
1292
|
* @see https://tailwindcss.com/docs/background-size
|
|
1260
1293
|
*/
|
|
1261
1294
|
"bg-size": [{
|
|
1262
|
-
bg:
|
|
1295
|
+
bg: de()
|
|
1263
1296
|
}],
|
|
1264
1297
|
/**
|
|
1265
1298
|
* Background Image
|
|
@@ -1269,59 +1302,59 @@ const f = (e) => {
|
|
|
1269
1302
|
bg: ["none", {
|
|
1270
1303
|
linear: [{
|
|
1271
1304
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1272
|
-
},
|
|
1273
|
-
radial: ["",
|
|
1274
|
-
conic: [
|
|
1275
|
-
},
|
|
1305
|
+
}, R, n, s],
|
|
1306
|
+
radial: ["", n, s],
|
|
1307
|
+
conic: [R, n, s]
|
|
1308
|
+
}, bo, po]
|
|
1276
1309
|
}],
|
|
1277
1310
|
/**
|
|
1278
1311
|
* Background Color
|
|
1279
1312
|
* @see https://tailwindcss.com/docs/background-color
|
|
1280
1313
|
*/
|
|
1281
1314
|
"bg-color": [{
|
|
1282
|
-
bg:
|
|
1315
|
+
bg: l()
|
|
1283
1316
|
}],
|
|
1284
1317
|
/**
|
|
1285
1318
|
* Gradient Color Stops From Position
|
|
1286
1319
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1287
1320
|
*/
|
|
1288
1321
|
"gradient-from-pos": [{
|
|
1289
|
-
from:
|
|
1322
|
+
from: Z()
|
|
1290
1323
|
}],
|
|
1291
1324
|
/**
|
|
1292
1325
|
* Gradient Color Stops Via Position
|
|
1293
1326
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1294
1327
|
*/
|
|
1295
1328
|
"gradient-via-pos": [{
|
|
1296
|
-
via:
|
|
1329
|
+
via: Z()
|
|
1297
1330
|
}],
|
|
1298
1331
|
/**
|
|
1299
1332
|
* Gradient Color Stops To Position
|
|
1300
1333
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1301
1334
|
*/
|
|
1302
1335
|
"gradient-to-pos": [{
|
|
1303
|
-
to:
|
|
1336
|
+
to: Z()
|
|
1304
1337
|
}],
|
|
1305
1338
|
/**
|
|
1306
1339
|
* Gradient Color Stops From
|
|
1307
1340
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1308
1341
|
*/
|
|
1309
1342
|
"gradient-from": [{
|
|
1310
|
-
from:
|
|
1343
|
+
from: l()
|
|
1311
1344
|
}],
|
|
1312
1345
|
/**
|
|
1313
1346
|
* Gradient Color Stops Via
|
|
1314
1347
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1315
1348
|
*/
|
|
1316
1349
|
"gradient-via": [{
|
|
1317
|
-
via:
|
|
1350
|
+
via: l()
|
|
1318
1351
|
}],
|
|
1319
1352
|
/**
|
|
1320
1353
|
* Gradient Color Stops To
|
|
1321
1354
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1322
1355
|
*/
|
|
1323
1356
|
"gradient-to": [{
|
|
1324
|
-
to:
|
|
1357
|
+
to: l()
|
|
1325
1358
|
}],
|
|
1326
1359
|
// ---------------
|
|
1327
1360
|
// --- Borders ---
|
|
@@ -1436,70 +1469,70 @@ const f = (e) => {
|
|
|
1436
1469
|
* @see https://tailwindcss.com/docs/border-width
|
|
1437
1470
|
*/
|
|
1438
1471
|
"border-w": [{
|
|
1439
|
-
border:
|
|
1472
|
+
border: k()
|
|
1440
1473
|
}],
|
|
1441
1474
|
/**
|
|
1442
1475
|
* Border Width X
|
|
1443
1476
|
* @see https://tailwindcss.com/docs/border-width
|
|
1444
1477
|
*/
|
|
1445
1478
|
"border-w-x": [{
|
|
1446
|
-
"border-x":
|
|
1479
|
+
"border-x": k()
|
|
1447
1480
|
}],
|
|
1448
1481
|
/**
|
|
1449
1482
|
* Border Width Y
|
|
1450
1483
|
* @see https://tailwindcss.com/docs/border-width
|
|
1451
1484
|
*/
|
|
1452
1485
|
"border-w-y": [{
|
|
1453
|
-
"border-y":
|
|
1486
|
+
"border-y": k()
|
|
1454
1487
|
}],
|
|
1455
1488
|
/**
|
|
1456
1489
|
* Border Width Start
|
|
1457
1490
|
* @see https://tailwindcss.com/docs/border-width
|
|
1458
1491
|
*/
|
|
1459
1492
|
"border-w-s": [{
|
|
1460
|
-
"border-s":
|
|
1493
|
+
"border-s": k()
|
|
1461
1494
|
}],
|
|
1462
1495
|
/**
|
|
1463
1496
|
* Border Width End
|
|
1464
1497
|
* @see https://tailwindcss.com/docs/border-width
|
|
1465
1498
|
*/
|
|
1466
1499
|
"border-w-e": [{
|
|
1467
|
-
"border-e":
|
|
1500
|
+
"border-e": k()
|
|
1468
1501
|
}],
|
|
1469
1502
|
/**
|
|
1470
1503
|
* Border Width Top
|
|
1471
1504
|
* @see https://tailwindcss.com/docs/border-width
|
|
1472
1505
|
*/
|
|
1473
1506
|
"border-w-t": [{
|
|
1474
|
-
"border-t":
|
|
1507
|
+
"border-t": k()
|
|
1475
1508
|
}],
|
|
1476
1509
|
/**
|
|
1477
1510
|
* Border Width Right
|
|
1478
1511
|
* @see https://tailwindcss.com/docs/border-width
|
|
1479
1512
|
*/
|
|
1480
1513
|
"border-w-r": [{
|
|
1481
|
-
"border-r":
|
|
1514
|
+
"border-r": k()
|
|
1482
1515
|
}],
|
|
1483
1516
|
/**
|
|
1484
1517
|
* Border Width Bottom
|
|
1485
1518
|
* @see https://tailwindcss.com/docs/border-width
|
|
1486
1519
|
*/
|
|
1487
1520
|
"border-w-b": [{
|
|
1488
|
-
"border-b":
|
|
1521
|
+
"border-b": k()
|
|
1489
1522
|
}],
|
|
1490
1523
|
/**
|
|
1491
1524
|
* Border Width Left
|
|
1492
1525
|
* @see https://tailwindcss.com/docs/border-width
|
|
1493
1526
|
*/
|
|
1494
1527
|
"border-w-l": [{
|
|
1495
|
-
"border-l":
|
|
1528
|
+
"border-l": k()
|
|
1496
1529
|
}],
|
|
1497
1530
|
/**
|
|
1498
1531
|
* Divide Width X
|
|
1499
1532
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1500
1533
|
*/
|
|
1501
1534
|
"divide-x": [{
|
|
1502
|
-
"divide-x":
|
|
1535
|
+
"divide-x": k()
|
|
1503
1536
|
}],
|
|
1504
1537
|
/**
|
|
1505
1538
|
* Divide Width X Reverse
|
|
@@ -1511,7 +1544,7 @@ const f = (e) => {
|
|
|
1511
1544
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1512
1545
|
*/
|
|
1513
1546
|
"divide-y": [{
|
|
1514
|
-
"divide-y":
|
|
1547
|
+
"divide-y": k()
|
|
1515
1548
|
}],
|
|
1516
1549
|
/**
|
|
1517
1550
|
* Divide Width Y Reverse
|
|
@@ -1523,112 +1556,112 @@ const f = (e) => {
|
|
|
1523
1556
|
* @see https://tailwindcss.com/docs/border-style
|
|
1524
1557
|
*/
|
|
1525
1558
|
"border-style": [{
|
|
1526
|
-
border: [...
|
|
1559
|
+
border: [...D(), "hidden", "none"]
|
|
1527
1560
|
}],
|
|
1528
1561
|
/**
|
|
1529
1562
|
* Divide Style
|
|
1530
1563
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1531
1564
|
*/
|
|
1532
1565
|
"divide-style": [{
|
|
1533
|
-
divide: [...
|
|
1566
|
+
divide: [...D(), "hidden", "none"]
|
|
1534
1567
|
}],
|
|
1535
1568
|
/**
|
|
1536
1569
|
* Border Color
|
|
1537
1570
|
* @see https://tailwindcss.com/docs/border-color
|
|
1538
1571
|
*/
|
|
1539
1572
|
"border-color": [{
|
|
1540
|
-
border:
|
|
1573
|
+
border: l()
|
|
1541
1574
|
}],
|
|
1542
1575
|
/**
|
|
1543
1576
|
* Border Color X
|
|
1544
1577
|
* @see https://tailwindcss.com/docs/border-color
|
|
1545
1578
|
*/
|
|
1546
1579
|
"border-color-x": [{
|
|
1547
|
-
"border-x":
|
|
1580
|
+
"border-x": l()
|
|
1548
1581
|
}],
|
|
1549
1582
|
/**
|
|
1550
1583
|
* Border Color Y
|
|
1551
1584
|
* @see https://tailwindcss.com/docs/border-color
|
|
1552
1585
|
*/
|
|
1553
1586
|
"border-color-y": [{
|
|
1554
|
-
"border-y":
|
|
1587
|
+
"border-y": l()
|
|
1555
1588
|
}],
|
|
1556
1589
|
/**
|
|
1557
1590
|
* Border Color S
|
|
1558
1591
|
* @see https://tailwindcss.com/docs/border-color
|
|
1559
1592
|
*/
|
|
1560
1593
|
"border-color-s": [{
|
|
1561
|
-
"border-s":
|
|
1594
|
+
"border-s": l()
|
|
1562
1595
|
}],
|
|
1563
1596
|
/**
|
|
1564
1597
|
* Border Color E
|
|
1565
1598
|
* @see https://tailwindcss.com/docs/border-color
|
|
1566
1599
|
*/
|
|
1567
1600
|
"border-color-e": [{
|
|
1568
|
-
"border-e":
|
|
1601
|
+
"border-e": l()
|
|
1569
1602
|
}],
|
|
1570
1603
|
/**
|
|
1571
1604
|
* Border Color Top
|
|
1572
1605
|
* @see https://tailwindcss.com/docs/border-color
|
|
1573
1606
|
*/
|
|
1574
1607
|
"border-color-t": [{
|
|
1575
|
-
"border-t":
|
|
1608
|
+
"border-t": l()
|
|
1576
1609
|
}],
|
|
1577
1610
|
/**
|
|
1578
1611
|
* Border Color Right
|
|
1579
1612
|
* @see https://tailwindcss.com/docs/border-color
|
|
1580
1613
|
*/
|
|
1581
1614
|
"border-color-r": [{
|
|
1582
|
-
"border-r":
|
|
1615
|
+
"border-r": l()
|
|
1583
1616
|
}],
|
|
1584
1617
|
/**
|
|
1585
1618
|
* Border Color Bottom
|
|
1586
1619
|
* @see https://tailwindcss.com/docs/border-color
|
|
1587
1620
|
*/
|
|
1588
1621
|
"border-color-b": [{
|
|
1589
|
-
"border-b":
|
|
1622
|
+
"border-b": l()
|
|
1590
1623
|
}],
|
|
1591
1624
|
/**
|
|
1592
1625
|
* Border Color Left
|
|
1593
1626
|
* @see https://tailwindcss.com/docs/border-color
|
|
1594
1627
|
*/
|
|
1595
1628
|
"border-color-l": [{
|
|
1596
|
-
"border-l":
|
|
1629
|
+
"border-l": l()
|
|
1597
1630
|
}],
|
|
1598
1631
|
/**
|
|
1599
1632
|
* Divide Color
|
|
1600
1633
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1601
1634
|
*/
|
|
1602
1635
|
"divide-color": [{
|
|
1603
|
-
divide:
|
|
1636
|
+
divide: l()
|
|
1604
1637
|
}],
|
|
1605
1638
|
/**
|
|
1606
1639
|
* Outline Style
|
|
1607
1640
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1608
1641
|
*/
|
|
1609
1642
|
"outline-style": [{
|
|
1610
|
-
outline: [...
|
|
1643
|
+
outline: [...D(), "none", "hidden"]
|
|
1611
1644
|
}],
|
|
1612
1645
|
/**
|
|
1613
1646
|
* Outline Offset
|
|
1614
1647
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1615
1648
|
*/
|
|
1616
1649
|
"outline-offset": [{
|
|
1617
|
-
"outline-offset": [
|
|
1650
|
+
"outline-offset": [p, n, s]
|
|
1618
1651
|
}],
|
|
1619
1652
|
/**
|
|
1620
1653
|
* Outline Width
|
|
1621
1654
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1622
1655
|
*/
|
|
1623
1656
|
"outline-w": [{
|
|
1624
|
-
outline: ["",
|
|
1657
|
+
outline: ["", p, B, O]
|
|
1625
1658
|
}],
|
|
1626
1659
|
/**
|
|
1627
1660
|
* Outline Color
|
|
1628
1661
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1629
1662
|
*/
|
|
1630
1663
|
"outline-color": [{
|
|
1631
|
-
outline:
|
|
1664
|
+
outline: l()
|
|
1632
1665
|
}],
|
|
1633
1666
|
// ---------------
|
|
1634
1667
|
// --- Effects ---
|
|
@@ -1643,8 +1676,8 @@ const f = (e) => {
|
|
|
1643
1676
|
"",
|
|
1644
1677
|
"none",
|
|
1645
1678
|
h,
|
|
1646
|
-
|
|
1647
|
-
|
|
1679
|
+
H,
|
|
1680
|
+
J
|
|
1648
1681
|
]
|
|
1649
1682
|
}],
|
|
1650
1683
|
/**
|
|
@@ -1652,28 +1685,28 @@ const f = (e) => {
|
|
|
1652
1685
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1653
1686
|
*/
|
|
1654
1687
|
"shadow-color": [{
|
|
1655
|
-
shadow:
|
|
1688
|
+
shadow: l()
|
|
1656
1689
|
}],
|
|
1657
1690
|
/**
|
|
1658
1691
|
* Inset Box Shadow
|
|
1659
1692
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1660
1693
|
*/
|
|
1661
1694
|
"inset-shadow": [{
|
|
1662
|
-
"inset-shadow": ["none",
|
|
1695
|
+
"inset-shadow": ["none", y, H, J]
|
|
1663
1696
|
}],
|
|
1664
1697
|
/**
|
|
1665
1698
|
* Inset Box Shadow Color
|
|
1666
1699
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1667
1700
|
*/
|
|
1668
1701
|
"inset-shadow-color": [{
|
|
1669
|
-
"inset-shadow":
|
|
1702
|
+
"inset-shadow": l()
|
|
1670
1703
|
}],
|
|
1671
1704
|
/**
|
|
1672
1705
|
* Ring Width
|
|
1673
1706
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1674
1707
|
*/
|
|
1675
1708
|
"ring-w": [{
|
|
1676
|
-
ring:
|
|
1709
|
+
ring: k()
|
|
1677
1710
|
}],
|
|
1678
1711
|
/**
|
|
1679
1712
|
* Ring Width Inset
|
|
@@ -1687,7 +1720,7 @@ const f = (e) => {
|
|
|
1687
1720
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1688
1721
|
*/
|
|
1689
1722
|
"ring-color": [{
|
|
1690
|
-
ring:
|
|
1723
|
+
ring: l()
|
|
1691
1724
|
}],
|
|
1692
1725
|
/**
|
|
1693
1726
|
* Ring Offset Width
|
|
@@ -1696,7 +1729,7 @@ const f = (e) => {
|
|
|
1696
1729
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1697
1730
|
*/
|
|
1698
1731
|
"ring-offset-w": [{
|
|
1699
|
-
"ring-offset": [
|
|
1732
|
+
"ring-offset": [p, O]
|
|
1700
1733
|
}],
|
|
1701
1734
|
/**
|
|
1702
1735
|
* Ring Offset Color
|
|
@@ -1705,56 +1738,56 @@ const f = (e) => {
|
|
|
1705
1738
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1706
1739
|
*/
|
|
1707
1740
|
"ring-offset-color": [{
|
|
1708
|
-
"ring-offset":
|
|
1741
|
+
"ring-offset": l()
|
|
1709
1742
|
}],
|
|
1710
1743
|
/**
|
|
1711
1744
|
* Inset Ring Width
|
|
1712
1745
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1713
1746
|
*/
|
|
1714
1747
|
"inset-ring-w": [{
|
|
1715
|
-
"inset-ring":
|
|
1748
|
+
"inset-ring": k()
|
|
1716
1749
|
}],
|
|
1717
1750
|
/**
|
|
1718
1751
|
* Inset Ring Color
|
|
1719
1752
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1720
1753
|
*/
|
|
1721
1754
|
"inset-ring-color": [{
|
|
1722
|
-
"inset-ring":
|
|
1755
|
+
"inset-ring": l()
|
|
1723
1756
|
}],
|
|
1724
1757
|
/**
|
|
1725
1758
|
* Text Shadow
|
|
1726
1759
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1727
1760
|
*/
|
|
1728
1761
|
"text-shadow": [{
|
|
1729
|
-
"text-shadow": ["none",
|
|
1762
|
+
"text-shadow": ["none", z, H, J]
|
|
1730
1763
|
}],
|
|
1731
1764
|
/**
|
|
1732
1765
|
* Text Shadow Color
|
|
1733
1766
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1734
1767
|
*/
|
|
1735
1768
|
"text-shadow-color": [{
|
|
1736
|
-
"text-shadow":
|
|
1769
|
+
"text-shadow": l()
|
|
1737
1770
|
}],
|
|
1738
1771
|
/**
|
|
1739
1772
|
* Opacity
|
|
1740
1773
|
* @see https://tailwindcss.com/docs/opacity
|
|
1741
1774
|
*/
|
|
1742
1775
|
opacity: [{
|
|
1743
|
-
opacity: [
|
|
1776
|
+
opacity: [p, n, s]
|
|
1744
1777
|
}],
|
|
1745
1778
|
/**
|
|
1746
1779
|
* Mix Blend Mode
|
|
1747
1780
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1748
1781
|
*/
|
|
1749
1782
|
"mix-blend": [{
|
|
1750
|
-
"mix-blend": [...
|
|
1783
|
+
"mix-blend": [...me(), "plus-darker", "plus-lighter"]
|
|
1751
1784
|
}],
|
|
1752
1785
|
/**
|
|
1753
1786
|
* Background Blend Mode
|
|
1754
1787
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1755
1788
|
*/
|
|
1756
1789
|
"bg-blend": [{
|
|
1757
|
-
"bg-blend":
|
|
1790
|
+
"bg-blend": me()
|
|
1758
1791
|
}],
|
|
1759
1792
|
/**
|
|
1760
1793
|
* Mask Clip
|
|
@@ -1775,106 +1808,106 @@ const f = (e) => {
|
|
|
1775
1808
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1776
1809
|
*/
|
|
1777
1810
|
"mask-image-linear-pos": [{
|
|
1778
|
-
"mask-linear": [
|
|
1811
|
+
"mask-linear": [p]
|
|
1779
1812
|
}],
|
|
1780
1813
|
"mask-image-linear-from-pos": [{
|
|
1781
|
-
"mask-linear-from":
|
|
1814
|
+
"mask-linear-from": g()
|
|
1782
1815
|
}],
|
|
1783
1816
|
"mask-image-linear-to-pos": [{
|
|
1784
|
-
"mask-linear-to":
|
|
1817
|
+
"mask-linear-to": g()
|
|
1785
1818
|
}],
|
|
1786
1819
|
"mask-image-linear-from-color": [{
|
|
1787
|
-
"mask-linear-from":
|
|
1820
|
+
"mask-linear-from": l()
|
|
1788
1821
|
}],
|
|
1789
1822
|
"mask-image-linear-to-color": [{
|
|
1790
|
-
"mask-linear-to":
|
|
1823
|
+
"mask-linear-to": l()
|
|
1791
1824
|
}],
|
|
1792
1825
|
"mask-image-t-from-pos": [{
|
|
1793
|
-
"mask-t-from":
|
|
1826
|
+
"mask-t-from": g()
|
|
1794
1827
|
}],
|
|
1795
1828
|
"mask-image-t-to-pos": [{
|
|
1796
|
-
"mask-t-to":
|
|
1829
|
+
"mask-t-to": g()
|
|
1797
1830
|
}],
|
|
1798
1831
|
"mask-image-t-from-color": [{
|
|
1799
|
-
"mask-t-from":
|
|
1832
|
+
"mask-t-from": l()
|
|
1800
1833
|
}],
|
|
1801
1834
|
"mask-image-t-to-color": [{
|
|
1802
|
-
"mask-t-to":
|
|
1835
|
+
"mask-t-to": l()
|
|
1803
1836
|
}],
|
|
1804
1837
|
"mask-image-r-from-pos": [{
|
|
1805
|
-
"mask-r-from":
|
|
1838
|
+
"mask-r-from": g()
|
|
1806
1839
|
}],
|
|
1807
1840
|
"mask-image-r-to-pos": [{
|
|
1808
|
-
"mask-r-to":
|
|
1841
|
+
"mask-r-to": g()
|
|
1809
1842
|
}],
|
|
1810
1843
|
"mask-image-r-from-color": [{
|
|
1811
|
-
"mask-r-from":
|
|
1844
|
+
"mask-r-from": l()
|
|
1812
1845
|
}],
|
|
1813
1846
|
"mask-image-r-to-color": [{
|
|
1814
|
-
"mask-r-to":
|
|
1847
|
+
"mask-r-to": l()
|
|
1815
1848
|
}],
|
|
1816
1849
|
"mask-image-b-from-pos": [{
|
|
1817
|
-
"mask-b-from":
|
|
1850
|
+
"mask-b-from": g()
|
|
1818
1851
|
}],
|
|
1819
1852
|
"mask-image-b-to-pos": [{
|
|
1820
|
-
"mask-b-to":
|
|
1853
|
+
"mask-b-to": g()
|
|
1821
1854
|
}],
|
|
1822
1855
|
"mask-image-b-from-color": [{
|
|
1823
|
-
"mask-b-from":
|
|
1856
|
+
"mask-b-from": l()
|
|
1824
1857
|
}],
|
|
1825
1858
|
"mask-image-b-to-color": [{
|
|
1826
|
-
"mask-b-to":
|
|
1859
|
+
"mask-b-to": l()
|
|
1827
1860
|
}],
|
|
1828
1861
|
"mask-image-l-from-pos": [{
|
|
1829
|
-
"mask-l-from":
|
|
1862
|
+
"mask-l-from": g()
|
|
1830
1863
|
}],
|
|
1831
1864
|
"mask-image-l-to-pos": [{
|
|
1832
|
-
"mask-l-to":
|
|
1865
|
+
"mask-l-to": g()
|
|
1833
1866
|
}],
|
|
1834
1867
|
"mask-image-l-from-color": [{
|
|
1835
|
-
"mask-l-from":
|
|
1868
|
+
"mask-l-from": l()
|
|
1836
1869
|
}],
|
|
1837
1870
|
"mask-image-l-to-color": [{
|
|
1838
|
-
"mask-l-to":
|
|
1871
|
+
"mask-l-to": l()
|
|
1839
1872
|
}],
|
|
1840
1873
|
"mask-image-x-from-pos": [{
|
|
1841
|
-
"mask-x-from":
|
|
1874
|
+
"mask-x-from": g()
|
|
1842
1875
|
}],
|
|
1843
1876
|
"mask-image-x-to-pos": [{
|
|
1844
|
-
"mask-x-to":
|
|
1877
|
+
"mask-x-to": g()
|
|
1845
1878
|
}],
|
|
1846
1879
|
"mask-image-x-from-color": [{
|
|
1847
|
-
"mask-x-from":
|
|
1880
|
+
"mask-x-from": l()
|
|
1848
1881
|
}],
|
|
1849
1882
|
"mask-image-x-to-color": [{
|
|
1850
|
-
"mask-x-to":
|
|
1883
|
+
"mask-x-to": l()
|
|
1851
1884
|
}],
|
|
1852
1885
|
"mask-image-y-from-pos": [{
|
|
1853
|
-
"mask-y-from":
|
|
1886
|
+
"mask-y-from": g()
|
|
1854
1887
|
}],
|
|
1855
1888
|
"mask-image-y-to-pos": [{
|
|
1856
|
-
"mask-y-to":
|
|
1889
|
+
"mask-y-to": g()
|
|
1857
1890
|
}],
|
|
1858
1891
|
"mask-image-y-from-color": [{
|
|
1859
|
-
"mask-y-from":
|
|
1892
|
+
"mask-y-from": l()
|
|
1860
1893
|
}],
|
|
1861
1894
|
"mask-image-y-to-color": [{
|
|
1862
|
-
"mask-y-to":
|
|
1895
|
+
"mask-y-to": l()
|
|
1863
1896
|
}],
|
|
1864
1897
|
"mask-image-radial": [{
|
|
1865
|
-
"mask-radial": [
|
|
1898
|
+
"mask-radial": [n, s]
|
|
1866
1899
|
}],
|
|
1867
1900
|
"mask-image-radial-from-pos": [{
|
|
1868
|
-
"mask-radial-from":
|
|
1901
|
+
"mask-radial-from": g()
|
|
1869
1902
|
}],
|
|
1870
1903
|
"mask-image-radial-to-pos": [{
|
|
1871
|
-
"mask-radial-to":
|
|
1904
|
+
"mask-radial-to": g()
|
|
1872
1905
|
}],
|
|
1873
1906
|
"mask-image-radial-from-color": [{
|
|
1874
|
-
"mask-radial-from":
|
|
1907
|
+
"mask-radial-from": l()
|
|
1875
1908
|
}],
|
|
1876
1909
|
"mask-image-radial-to-color": [{
|
|
1877
|
-
"mask-radial-to":
|
|
1910
|
+
"mask-radial-to": l()
|
|
1878
1911
|
}],
|
|
1879
1912
|
"mask-image-radial-shape": [{
|
|
1880
1913
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -1886,22 +1919,22 @@ const f = (e) => {
|
|
|
1886
1919
|
}]
|
|
1887
1920
|
}],
|
|
1888
1921
|
"mask-image-radial-pos": [{
|
|
1889
|
-
"mask-radial-at":
|
|
1922
|
+
"mask-radial-at": j()
|
|
1890
1923
|
}],
|
|
1891
1924
|
"mask-image-conic-pos": [{
|
|
1892
|
-
"mask-conic": [
|
|
1925
|
+
"mask-conic": [p]
|
|
1893
1926
|
}],
|
|
1894
1927
|
"mask-image-conic-from-pos": [{
|
|
1895
|
-
"mask-conic-from":
|
|
1928
|
+
"mask-conic-from": g()
|
|
1896
1929
|
}],
|
|
1897
1930
|
"mask-image-conic-to-pos": [{
|
|
1898
|
-
"mask-conic-to":
|
|
1931
|
+
"mask-conic-to": g()
|
|
1899
1932
|
}],
|
|
1900
1933
|
"mask-image-conic-from-color": [{
|
|
1901
|
-
"mask-conic-from":
|
|
1934
|
+
"mask-conic-from": l()
|
|
1902
1935
|
}],
|
|
1903
1936
|
"mask-image-conic-to-color": [{
|
|
1904
|
-
"mask-conic-to":
|
|
1937
|
+
"mask-conic-to": l()
|
|
1905
1938
|
}],
|
|
1906
1939
|
/**
|
|
1907
1940
|
* Mask Mode
|
|
@@ -1922,21 +1955,21 @@ const f = (e) => {
|
|
|
1922
1955
|
* @see https://tailwindcss.com/docs/mask-position
|
|
1923
1956
|
*/
|
|
1924
1957
|
"mask-position": [{
|
|
1925
|
-
mask:
|
|
1958
|
+
mask: le()
|
|
1926
1959
|
}],
|
|
1927
1960
|
/**
|
|
1928
1961
|
* Mask Repeat
|
|
1929
1962
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1930
1963
|
*/
|
|
1931
1964
|
"mask-repeat": [{
|
|
1932
|
-
mask:
|
|
1965
|
+
mask: ce()
|
|
1933
1966
|
}],
|
|
1934
1967
|
/**
|
|
1935
1968
|
* Mask Size
|
|
1936
1969
|
* @see https://tailwindcss.com/docs/mask-size
|
|
1937
1970
|
*/
|
|
1938
1971
|
"mask-size": [{
|
|
1939
|
-
mask:
|
|
1972
|
+
mask: de()
|
|
1940
1973
|
}],
|
|
1941
1974
|
/**
|
|
1942
1975
|
* Mask Type
|
|
@@ -1950,7 +1983,7 @@ const f = (e) => {
|
|
|
1950
1983
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1951
1984
|
*/
|
|
1952
1985
|
"mask-image": [{
|
|
1953
|
-
mask: ["none",
|
|
1986
|
+
mask: ["none", n, s]
|
|
1954
1987
|
}],
|
|
1955
1988
|
// ---------------
|
|
1956
1989
|
// --- Filters ---
|
|
@@ -1964,8 +1997,8 @@ const f = (e) => {
|
|
|
1964
1997
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1965
1998
|
"",
|
|
1966
1999
|
"none",
|
|
1967
|
-
|
|
1968
|
-
|
|
2000
|
+
n,
|
|
2001
|
+
s
|
|
1969
2002
|
]
|
|
1970
2003
|
}],
|
|
1971
2004
|
/**
|
|
@@ -1973,21 +2006,21 @@ const f = (e) => {
|
|
|
1973
2006
|
* @see https://tailwindcss.com/docs/blur
|
|
1974
2007
|
*/
|
|
1975
2008
|
blur: [{
|
|
1976
|
-
blur:
|
|
2009
|
+
blur: pe()
|
|
1977
2010
|
}],
|
|
1978
2011
|
/**
|
|
1979
2012
|
* Brightness
|
|
1980
2013
|
* @see https://tailwindcss.com/docs/brightness
|
|
1981
2014
|
*/
|
|
1982
2015
|
brightness: [{
|
|
1983
|
-
brightness: [
|
|
2016
|
+
brightness: [p, n, s]
|
|
1984
2017
|
}],
|
|
1985
2018
|
/**
|
|
1986
2019
|
* Contrast
|
|
1987
2020
|
* @see https://tailwindcss.com/docs/contrast
|
|
1988
2021
|
*/
|
|
1989
2022
|
contrast: [{
|
|
1990
|
-
contrast: [
|
|
2023
|
+
contrast: [p, n, s]
|
|
1991
2024
|
}],
|
|
1992
2025
|
/**
|
|
1993
2026
|
* Drop Shadow
|
|
@@ -1998,9 +2031,9 @@ const f = (e) => {
|
|
|
1998
2031
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1999
2032
|
"",
|
|
2000
2033
|
"none",
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2034
|
+
I,
|
|
2035
|
+
H,
|
|
2036
|
+
J
|
|
2004
2037
|
]
|
|
2005
2038
|
}],
|
|
2006
2039
|
/**
|
|
@@ -2008,42 +2041,42 @@ const f = (e) => {
|
|
|
2008
2041
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2009
2042
|
*/
|
|
2010
2043
|
"drop-shadow-color": [{
|
|
2011
|
-
"drop-shadow":
|
|
2044
|
+
"drop-shadow": l()
|
|
2012
2045
|
}],
|
|
2013
2046
|
/**
|
|
2014
2047
|
* Grayscale
|
|
2015
2048
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2016
2049
|
*/
|
|
2017
2050
|
grayscale: [{
|
|
2018
|
-
grayscale: ["",
|
|
2051
|
+
grayscale: ["", p, n, s]
|
|
2019
2052
|
}],
|
|
2020
2053
|
/**
|
|
2021
2054
|
* Hue Rotate
|
|
2022
2055
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2023
2056
|
*/
|
|
2024
2057
|
"hue-rotate": [{
|
|
2025
|
-
"hue-rotate": [
|
|
2058
|
+
"hue-rotate": [p, n, s]
|
|
2026
2059
|
}],
|
|
2027
2060
|
/**
|
|
2028
2061
|
* Invert
|
|
2029
2062
|
* @see https://tailwindcss.com/docs/invert
|
|
2030
2063
|
*/
|
|
2031
2064
|
invert: [{
|
|
2032
|
-
invert: ["",
|
|
2065
|
+
invert: ["", p, n, s]
|
|
2033
2066
|
}],
|
|
2034
2067
|
/**
|
|
2035
2068
|
* Saturate
|
|
2036
2069
|
* @see https://tailwindcss.com/docs/saturate
|
|
2037
2070
|
*/
|
|
2038
2071
|
saturate: [{
|
|
2039
|
-
saturate: [
|
|
2072
|
+
saturate: [p, n, s]
|
|
2040
2073
|
}],
|
|
2041
2074
|
/**
|
|
2042
2075
|
* Sepia
|
|
2043
2076
|
* @see https://tailwindcss.com/docs/sepia
|
|
2044
2077
|
*/
|
|
2045
2078
|
sepia: [{
|
|
2046
|
-
sepia: ["",
|
|
2079
|
+
sepia: ["", p, n, s]
|
|
2047
2080
|
}],
|
|
2048
2081
|
/**
|
|
2049
2082
|
* Backdrop Filter
|
|
@@ -2054,8 +2087,8 @@ const f = (e) => {
|
|
|
2054
2087
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2055
2088
|
"",
|
|
2056
2089
|
"none",
|
|
2057
|
-
|
|
2058
|
-
|
|
2090
|
+
n,
|
|
2091
|
+
s
|
|
2059
2092
|
]
|
|
2060
2093
|
}],
|
|
2061
2094
|
/**
|
|
@@ -2063,63 +2096,63 @@ const f = (e) => {
|
|
|
2063
2096
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2064
2097
|
*/
|
|
2065
2098
|
"backdrop-blur": [{
|
|
2066
|
-
"backdrop-blur":
|
|
2099
|
+
"backdrop-blur": pe()
|
|
2067
2100
|
}],
|
|
2068
2101
|
/**
|
|
2069
2102
|
* Backdrop Brightness
|
|
2070
2103
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2071
2104
|
*/
|
|
2072
2105
|
"backdrop-brightness": [{
|
|
2073
|
-
"backdrop-brightness": [
|
|
2106
|
+
"backdrop-brightness": [p, n, s]
|
|
2074
2107
|
}],
|
|
2075
2108
|
/**
|
|
2076
2109
|
* Backdrop Contrast
|
|
2077
2110
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2078
2111
|
*/
|
|
2079
2112
|
"backdrop-contrast": [{
|
|
2080
|
-
"backdrop-contrast": [
|
|
2113
|
+
"backdrop-contrast": [p, n, s]
|
|
2081
2114
|
}],
|
|
2082
2115
|
/**
|
|
2083
2116
|
* Backdrop Grayscale
|
|
2084
2117
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2085
2118
|
*/
|
|
2086
2119
|
"backdrop-grayscale": [{
|
|
2087
|
-
"backdrop-grayscale": ["",
|
|
2120
|
+
"backdrop-grayscale": ["", p, n, s]
|
|
2088
2121
|
}],
|
|
2089
2122
|
/**
|
|
2090
2123
|
* Backdrop Hue Rotate
|
|
2091
2124
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2092
2125
|
*/
|
|
2093
2126
|
"backdrop-hue-rotate": [{
|
|
2094
|
-
"backdrop-hue-rotate": [
|
|
2127
|
+
"backdrop-hue-rotate": [p, n, s]
|
|
2095
2128
|
}],
|
|
2096
2129
|
/**
|
|
2097
2130
|
* Backdrop Invert
|
|
2098
2131
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2099
2132
|
*/
|
|
2100
2133
|
"backdrop-invert": [{
|
|
2101
|
-
"backdrop-invert": ["",
|
|
2134
|
+
"backdrop-invert": ["", p, n, s]
|
|
2102
2135
|
}],
|
|
2103
2136
|
/**
|
|
2104
2137
|
* Backdrop Opacity
|
|
2105
2138
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2106
2139
|
*/
|
|
2107
2140
|
"backdrop-opacity": [{
|
|
2108
|
-
"backdrop-opacity": [
|
|
2141
|
+
"backdrop-opacity": [p, n, s]
|
|
2109
2142
|
}],
|
|
2110
2143
|
/**
|
|
2111
2144
|
* Backdrop Saturate
|
|
2112
2145
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2113
2146
|
*/
|
|
2114
2147
|
"backdrop-saturate": [{
|
|
2115
|
-
"backdrop-saturate": [
|
|
2148
|
+
"backdrop-saturate": [p, n, s]
|
|
2116
2149
|
}],
|
|
2117
2150
|
/**
|
|
2118
2151
|
* Backdrop Sepia
|
|
2119
2152
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2120
2153
|
*/
|
|
2121
2154
|
"backdrop-sepia": [{
|
|
2122
|
-
"backdrop-sepia": ["",
|
|
2155
|
+
"backdrop-sepia": ["", p, n, s]
|
|
2123
2156
|
}],
|
|
2124
2157
|
// --------------
|
|
2125
2158
|
// --- Tables ---
|
|
@@ -2136,21 +2169,21 @@ const f = (e) => {
|
|
|
2136
2169
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2137
2170
|
*/
|
|
2138
2171
|
"border-spacing": [{
|
|
2139
|
-
"border-spacing":
|
|
2172
|
+
"border-spacing": m()
|
|
2140
2173
|
}],
|
|
2141
2174
|
/**
|
|
2142
2175
|
* Border Spacing X
|
|
2143
2176
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2144
2177
|
*/
|
|
2145
2178
|
"border-spacing-x": [{
|
|
2146
|
-
"border-spacing-x":
|
|
2179
|
+
"border-spacing-x": m()
|
|
2147
2180
|
}],
|
|
2148
2181
|
/**
|
|
2149
2182
|
* Border Spacing Y
|
|
2150
2183
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2151
2184
|
*/
|
|
2152
2185
|
"border-spacing-y": [{
|
|
2153
|
-
"border-spacing-y":
|
|
2186
|
+
"border-spacing-y": m()
|
|
2154
2187
|
}],
|
|
2155
2188
|
/**
|
|
2156
2189
|
* Table Layout
|
|
@@ -2174,7 +2207,7 @@ const f = (e) => {
|
|
|
2174
2207
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2175
2208
|
*/
|
|
2176
2209
|
transition: [{
|
|
2177
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2210
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
|
|
2178
2211
|
}],
|
|
2179
2212
|
/**
|
|
2180
2213
|
* Transition Behavior
|
|
@@ -2188,28 +2221,28 @@ const f = (e) => {
|
|
|
2188
2221
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2189
2222
|
*/
|
|
2190
2223
|
duration: [{
|
|
2191
|
-
duration: [
|
|
2224
|
+
duration: [p, "initial", n, s]
|
|
2192
2225
|
}],
|
|
2193
2226
|
/**
|
|
2194
2227
|
* Transition Timing Function
|
|
2195
2228
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2196
2229
|
*/
|
|
2197
2230
|
ease: [{
|
|
2198
|
-
ease: ["linear", "initial",
|
|
2231
|
+
ease: ["linear", "initial", P, n, s]
|
|
2199
2232
|
}],
|
|
2200
2233
|
/**
|
|
2201
2234
|
* Transition Delay
|
|
2202
2235
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2203
2236
|
*/
|
|
2204
2237
|
delay: [{
|
|
2205
|
-
delay: [
|
|
2238
|
+
delay: [p, n, s]
|
|
2206
2239
|
}],
|
|
2207
2240
|
/**
|
|
2208
2241
|
* Animation
|
|
2209
2242
|
* @see https://tailwindcss.com/docs/animation
|
|
2210
2243
|
*/
|
|
2211
2244
|
animate: [{
|
|
2212
|
-
animate: ["none", $,
|
|
2245
|
+
animate: ["none", $, n, s]
|
|
2213
2246
|
}],
|
|
2214
2247
|
// ------------------
|
|
2215
2248
|
// --- Transforms ---
|
|
@@ -2226,70 +2259,70 @@ const f = (e) => {
|
|
|
2226
2259
|
* @see https://tailwindcss.com/docs/perspective
|
|
2227
2260
|
*/
|
|
2228
2261
|
perspective: [{
|
|
2229
|
-
perspective: [
|
|
2262
|
+
perspective: [v, n, s]
|
|
2230
2263
|
}],
|
|
2231
2264
|
/**
|
|
2232
2265
|
* Perspective Origin
|
|
2233
2266
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2234
2267
|
*/
|
|
2235
2268
|
"perspective-origin": [{
|
|
2236
|
-
"perspective-origin":
|
|
2269
|
+
"perspective-origin": L()
|
|
2237
2270
|
}],
|
|
2238
2271
|
/**
|
|
2239
2272
|
* Rotate
|
|
2240
2273
|
* @see https://tailwindcss.com/docs/rotate
|
|
2241
2274
|
*/
|
|
2242
2275
|
rotate: [{
|
|
2243
|
-
rotate:
|
|
2276
|
+
rotate: Y()
|
|
2244
2277
|
}],
|
|
2245
2278
|
/**
|
|
2246
2279
|
* Rotate X
|
|
2247
2280
|
* @see https://tailwindcss.com/docs/rotate
|
|
2248
2281
|
*/
|
|
2249
2282
|
"rotate-x": [{
|
|
2250
|
-
"rotate-x":
|
|
2283
|
+
"rotate-x": Y()
|
|
2251
2284
|
}],
|
|
2252
2285
|
/**
|
|
2253
2286
|
* Rotate Y
|
|
2254
2287
|
* @see https://tailwindcss.com/docs/rotate
|
|
2255
2288
|
*/
|
|
2256
2289
|
"rotate-y": [{
|
|
2257
|
-
"rotate-y":
|
|
2290
|
+
"rotate-y": Y()
|
|
2258
2291
|
}],
|
|
2259
2292
|
/**
|
|
2260
2293
|
* Rotate Z
|
|
2261
2294
|
* @see https://tailwindcss.com/docs/rotate
|
|
2262
2295
|
*/
|
|
2263
2296
|
"rotate-z": [{
|
|
2264
|
-
"rotate-z":
|
|
2297
|
+
"rotate-z": Y()
|
|
2265
2298
|
}],
|
|
2266
2299
|
/**
|
|
2267
2300
|
* Scale
|
|
2268
2301
|
* @see https://tailwindcss.com/docs/scale
|
|
2269
2302
|
*/
|
|
2270
2303
|
scale: [{
|
|
2271
|
-
scale:
|
|
2304
|
+
scale: q()
|
|
2272
2305
|
}],
|
|
2273
2306
|
/**
|
|
2274
2307
|
* Scale X
|
|
2275
2308
|
* @see https://tailwindcss.com/docs/scale
|
|
2276
2309
|
*/
|
|
2277
2310
|
"scale-x": [{
|
|
2278
|
-
"scale-x":
|
|
2311
|
+
"scale-x": q()
|
|
2279
2312
|
}],
|
|
2280
2313
|
/**
|
|
2281
2314
|
* Scale Y
|
|
2282
2315
|
* @see https://tailwindcss.com/docs/scale
|
|
2283
2316
|
*/
|
|
2284
2317
|
"scale-y": [{
|
|
2285
|
-
"scale-y":
|
|
2318
|
+
"scale-y": q()
|
|
2286
2319
|
}],
|
|
2287
2320
|
/**
|
|
2288
2321
|
* Scale Z
|
|
2289
2322
|
* @see https://tailwindcss.com/docs/scale
|
|
2290
2323
|
*/
|
|
2291
2324
|
"scale-z": [{
|
|
2292
|
-
"scale-z":
|
|
2325
|
+
"scale-z": q()
|
|
2293
2326
|
}],
|
|
2294
2327
|
/**
|
|
2295
2328
|
* Scale 3D
|
|
@@ -2301,35 +2334,35 @@ const f = (e) => {
|
|
|
2301
2334
|
* @see https://tailwindcss.com/docs/skew
|
|
2302
2335
|
*/
|
|
2303
2336
|
skew: [{
|
|
2304
|
-
skew:
|
|
2337
|
+
skew: ee()
|
|
2305
2338
|
}],
|
|
2306
2339
|
/**
|
|
2307
2340
|
* Skew X
|
|
2308
2341
|
* @see https://tailwindcss.com/docs/skew
|
|
2309
2342
|
*/
|
|
2310
2343
|
"skew-x": [{
|
|
2311
|
-
"skew-x":
|
|
2344
|
+
"skew-x": ee()
|
|
2312
2345
|
}],
|
|
2313
2346
|
/**
|
|
2314
2347
|
* Skew Y
|
|
2315
2348
|
* @see https://tailwindcss.com/docs/skew
|
|
2316
2349
|
*/
|
|
2317
2350
|
"skew-y": [{
|
|
2318
|
-
"skew-y":
|
|
2351
|
+
"skew-y": ee()
|
|
2319
2352
|
}],
|
|
2320
2353
|
/**
|
|
2321
2354
|
* Transform
|
|
2322
2355
|
* @see https://tailwindcss.com/docs/transform
|
|
2323
2356
|
*/
|
|
2324
2357
|
transform: [{
|
|
2325
|
-
transform: [
|
|
2358
|
+
transform: [n, s, "", "none", "gpu", "cpu"]
|
|
2326
2359
|
}],
|
|
2327
2360
|
/**
|
|
2328
2361
|
* Transform Origin
|
|
2329
2362
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2330
2363
|
*/
|
|
2331
2364
|
"transform-origin": [{
|
|
2332
|
-
origin:
|
|
2365
|
+
origin: L()
|
|
2333
2366
|
}],
|
|
2334
2367
|
/**
|
|
2335
2368
|
* Transform Style
|
|
@@ -2379,7 +2412,7 @@ const f = (e) => {
|
|
|
2379
2412
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2380
2413
|
*/
|
|
2381
2414
|
accent: [{
|
|
2382
|
-
accent:
|
|
2415
|
+
accent: l()
|
|
2383
2416
|
}],
|
|
2384
2417
|
/**
|
|
2385
2418
|
* Appearance
|
|
@@ -2393,7 +2426,7 @@ const f = (e) => {
|
|
|
2393
2426
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2394
2427
|
*/
|
|
2395
2428
|
"caret-color": [{
|
|
2396
|
-
caret:
|
|
2429
|
+
caret: l()
|
|
2397
2430
|
}],
|
|
2398
2431
|
/**
|
|
2399
2432
|
* Color Scheme
|
|
@@ -2407,7 +2440,7 @@ const f = (e) => {
|
|
|
2407
2440
|
* @see https://tailwindcss.com/docs/cursor
|
|
2408
2441
|
*/
|
|
2409
2442
|
cursor: [{
|
|
2410
|
-
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",
|
|
2443
|
+
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", n, s]
|
|
2411
2444
|
}],
|
|
2412
2445
|
/**
|
|
2413
2446
|
* Field Sizing
|
|
@@ -2442,126 +2475,126 @@ const f = (e) => {
|
|
|
2442
2475
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2443
2476
|
*/
|
|
2444
2477
|
"scroll-m": [{
|
|
2445
|
-
"scroll-m":
|
|
2478
|
+
"scroll-m": m()
|
|
2446
2479
|
}],
|
|
2447
2480
|
/**
|
|
2448
2481
|
* Scroll Margin X
|
|
2449
2482
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2450
2483
|
*/
|
|
2451
2484
|
"scroll-mx": [{
|
|
2452
|
-
"scroll-mx":
|
|
2485
|
+
"scroll-mx": m()
|
|
2453
2486
|
}],
|
|
2454
2487
|
/**
|
|
2455
2488
|
* Scroll Margin Y
|
|
2456
2489
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2457
2490
|
*/
|
|
2458
2491
|
"scroll-my": [{
|
|
2459
|
-
"scroll-my":
|
|
2492
|
+
"scroll-my": m()
|
|
2460
2493
|
}],
|
|
2461
2494
|
/**
|
|
2462
2495
|
* Scroll Margin Start
|
|
2463
2496
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2464
2497
|
*/
|
|
2465
2498
|
"scroll-ms": [{
|
|
2466
|
-
"scroll-ms":
|
|
2499
|
+
"scroll-ms": m()
|
|
2467
2500
|
}],
|
|
2468
2501
|
/**
|
|
2469
2502
|
* Scroll Margin End
|
|
2470
2503
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2471
2504
|
*/
|
|
2472
2505
|
"scroll-me": [{
|
|
2473
|
-
"scroll-me":
|
|
2506
|
+
"scroll-me": m()
|
|
2474
2507
|
}],
|
|
2475
2508
|
/**
|
|
2476
2509
|
* Scroll Margin Top
|
|
2477
2510
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2478
2511
|
*/
|
|
2479
2512
|
"scroll-mt": [{
|
|
2480
|
-
"scroll-mt":
|
|
2513
|
+
"scroll-mt": m()
|
|
2481
2514
|
}],
|
|
2482
2515
|
/**
|
|
2483
2516
|
* Scroll Margin Right
|
|
2484
2517
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2485
2518
|
*/
|
|
2486
2519
|
"scroll-mr": [{
|
|
2487
|
-
"scroll-mr":
|
|
2520
|
+
"scroll-mr": m()
|
|
2488
2521
|
}],
|
|
2489
2522
|
/**
|
|
2490
2523
|
* Scroll Margin Bottom
|
|
2491
2524
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2492
2525
|
*/
|
|
2493
2526
|
"scroll-mb": [{
|
|
2494
|
-
"scroll-mb":
|
|
2527
|
+
"scroll-mb": m()
|
|
2495
2528
|
}],
|
|
2496
2529
|
/**
|
|
2497
2530
|
* Scroll Margin Left
|
|
2498
2531
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2499
2532
|
*/
|
|
2500
2533
|
"scroll-ml": [{
|
|
2501
|
-
"scroll-ml":
|
|
2534
|
+
"scroll-ml": m()
|
|
2502
2535
|
}],
|
|
2503
2536
|
/**
|
|
2504
2537
|
* Scroll Padding
|
|
2505
2538
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2506
2539
|
*/
|
|
2507
2540
|
"scroll-p": [{
|
|
2508
|
-
"scroll-p":
|
|
2541
|
+
"scroll-p": m()
|
|
2509
2542
|
}],
|
|
2510
2543
|
/**
|
|
2511
2544
|
* Scroll Padding X
|
|
2512
2545
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2513
2546
|
*/
|
|
2514
2547
|
"scroll-px": [{
|
|
2515
|
-
"scroll-px":
|
|
2548
|
+
"scroll-px": m()
|
|
2516
2549
|
}],
|
|
2517
2550
|
/**
|
|
2518
2551
|
* Scroll Padding Y
|
|
2519
2552
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2520
2553
|
*/
|
|
2521
2554
|
"scroll-py": [{
|
|
2522
|
-
"scroll-py":
|
|
2555
|
+
"scroll-py": m()
|
|
2523
2556
|
}],
|
|
2524
2557
|
/**
|
|
2525
2558
|
* Scroll Padding Start
|
|
2526
2559
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2527
2560
|
*/
|
|
2528
2561
|
"scroll-ps": [{
|
|
2529
|
-
"scroll-ps":
|
|
2562
|
+
"scroll-ps": m()
|
|
2530
2563
|
}],
|
|
2531
2564
|
/**
|
|
2532
2565
|
* Scroll Padding End
|
|
2533
2566
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2534
2567
|
*/
|
|
2535
2568
|
"scroll-pe": [{
|
|
2536
|
-
"scroll-pe":
|
|
2569
|
+
"scroll-pe": m()
|
|
2537
2570
|
}],
|
|
2538
2571
|
/**
|
|
2539
2572
|
* Scroll Padding Top
|
|
2540
2573
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2541
2574
|
*/
|
|
2542
2575
|
"scroll-pt": [{
|
|
2543
|
-
"scroll-pt":
|
|
2576
|
+
"scroll-pt": m()
|
|
2544
2577
|
}],
|
|
2545
2578
|
/**
|
|
2546
2579
|
* Scroll Padding Right
|
|
2547
2580
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2548
2581
|
*/
|
|
2549
2582
|
"scroll-pr": [{
|
|
2550
|
-
"scroll-pr":
|
|
2583
|
+
"scroll-pr": m()
|
|
2551
2584
|
}],
|
|
2552
2585
|
/**
|
|
2553
2586
|
* Scroll Padding Bottom
|
|
2554
2587
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2555
2588
|
*/
|
|
2556
2589
|
"scroll-pb": [{
|
|
2557
|
-
"scroll-pb":
|
|
2590
|
+
"scroll-pb": m()
|
|
2558
2591
|
}],
|
|
2559
2592
|
/**
|
|
2560
2593
|
* Scroll Padding Left
|
|
2561
2594
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2562
2595
|
*/
|
|
2563
2596
|
"scroll-pl": [{
|
|
2564
|
-
"scroll-pl":
|
|
2597
|
+
"scroll-pl": m()
|
|
2565
2598
|
}],
|
|
2566
2599
|
/**
|
|
2567
2600
|
* Scroll Snap Align
|
|
@@ -2629,7 +2662,7 @@ const f = (e) => {
|
|
|
2629
2662
|
* @see https://tailwindcss.com/docs/will-change
|
|
2630
2663
|
*/
|
|
2631
2664
|
"will-change": [{
|
|
2632
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2665
|
+
"will-change": ["auto", "scroll", "contents", "transform", n, s]
|
|
2633
2666
|
}],
|
|
2634
2667
|
// -----------
|
|
2635
2668
|
// --- SVG ---
|
|
@@ -2639,21 +2672,21 @@ const f = (e) => {
|
|
|
2639
2672
|
* @see https://tailwindcss.com/docs/fill
|
|
2640
2673
|
*/
|
|
2641
2674
|
fill: [{
|
|
2642
|
-
fill: ["none", ...
|
|
2675
|
+
fill: ["none", ...l()]
|
|
2643
2676
|
}],
|
|
2644
2677
|
/**
|
|
2645
2678
|
* Stroke Width
|
|
2646
2679
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2647
2680
|
*/
|
|
2648
2681
|
"stroke-w": [{
|
|
2649
|
-
stroke: [
|
|
2682
|
+
stroke: [p, B, O, re]
|
|
2650
2683
|
}],
|
|
2651
2684
|
/**
|
|
2652
2685
|
* Stroke
|
|
2653
2686
|
* @see https://tailwindcss.com/docs/stroke
|
|
2654
2687
|
*/
|
|
2655
2688
|
stroke: [{
|
|
2656
|
-
stroke: ["none", ...
|
|
2689
|
+
stroke: ["none", ...l()]
|
|
2657
2690
|
}],
|
|
2658
2691
|
// ---------------------
|
|
2659
2692
|
// --- Accessibility ---
|
|
@@ -2721,10 +2754,10 @@ const f = (e) => {
|
|
|
2721
2754
|
},
|
|
2722
2755
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2723
2756
|
};
|
|
2724
|
-
},
|
|
2725
|
-
function
|
|
2726
|
-
return
|
|
2757
|
+
}, wo = /* @__PURE__ */ Ke(xo);
|
|
2758
|
+
function yo(...e) {
|
|
2759
|
+
return wo(Pe(e));
|
|
2727
2760
|
}
|
|
2728
2761
|
export {
|
|
2729
|
-
|
|
2762
|
+
yo as cn
|
|
2730
2763
|
};
|