@plyaz/ui 0.6.9 → 0.6.10
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/client.cjs.js +51 -1
- package/dist/client.es.js +3823 -2324
- package/dist/constant-B-tpIxtm.cjs +31 -0
- package/dist/{utils-BlazSa45.js → constant-BgZiatEy.js} +561 -400
- package/dist/index.cjs.js +10 -90
- package/dist/index.es.js +424 -2073
- package/dist/types/components/AlertDialog/AlertDialog.stories.d.ts +2 -3
- package/dist/types/components/AlertDialog/AlertDialog.stories.d.ts.map +1 -1
- package/dist/types/components/client.d.ts +1 -0
- package/dist/types/components/client.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +0 -1
- package/dist/types/components/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/utils-D4NY0-fZ.cjs +0 -1
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
import { clsx as
|
|
2
|
-
const ne = "-",
|
|
3
|
-
const n =
|
|
4
|
-
conflictingClassGroups:
|
|
5
|
-
conflictingClassGroupModifiers:
|
|
1
|
+
import { clsx as ye } from "clsx";
|
|
2
|
+
const ne = "-", Ge = (e) => {
|
|
3
|
+
const n = Te(e), {
|
|
4
|
+
conflictingClassGroups: o,
|
|
5
|
+
conflictingClassGroupModifiers: s
|
|
6
6
|
} = e;
|
|
7
7
|
return {
|
|
8
8
|
getClassGroupId: (i) => {
|
|
9
|
-
const
|
|
10
|
-
return
|
|
9
|
+
const p = i.split(ne);
|
|
10
|
+
return p[0] === "" && p.length !== 1 && p.shift(), ve(p, n) || Ee(i);
|
|
11
11
|
},
|
|
12
|
-
getConflictingClassGroupIds: (i,
|
|
13
|
-
const
|
|
14
|
-
return
|
|
12
|
+
getConflictingClassGroupIds: (i, p) => {
|
|
13
|
+
const u = o[i] || [];
|
|
14
|
+
return p && s[i] ? [...u, ...s[i]] : u;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
},
|
|
17
|
+
}, ve = (e, n) => {
|
|
18
18
|
var i;
|
|
19
19
|
if (e.length === 0)
|
|
20
20
|
return n.classGroupId;
|
|
21
|
-
const
|
|
22
|
-
if (
|
|
23
|
-
return
|
|
21
|
+
const o = e[0], s = n.nextPart.get(o), l = s ? ve(e.slice(1), s) : void 0;
|
|
22
|
+
if (l)
|
|
23
|
+
return l;
|
|
24
24
|
if (n.validators.length === 0)
|
|
25
25
|
return;
|
|
26
|
-
const
|
|
26
|
+
const c = e.join(ne);
|
|
27
27
|
return (i = n.validators.find(({
|
|
28
|
-
validator:
|
|
29
|
-
}) =>
|
|
30
|
-
},
|
|
31
|
-
if (
|
|
32
|
-
const n =
|
|
33
|
-
if (
|
|
34
|
-
return "arbitrary.." +
|
|
28
|
+
validator: p
|
|
29
|
+
}) => p(c))) == null ? void 0 : i.classGroupId;
|
|
30
|
+
}, ge = /^\[(.+)\]$/, Ee = (e) => {
|
|
31
|
+
if (ge.test(e)) {
|
|
32
|
+
const n = ge.exec(e)[1], o = n == null ? void 0 : n.substring(0, n.indexOf(":"));
|
|
33
|
+
if (o)
|
|
34
|
+
return "arbitrary.." + o;
|
|
35
35
|
}
|
|
36
|
-
},
|
|
36
|
+
}, Te = (e) => {
|
|
37
37
|
const {
|
|
38
38
|
theme: n,
|
|
39
|
-
classGroups:
|
|
40
|
-
} = e,
|
|
39
|
+
classGroups: o
|
|
40
|
+
} = e, s = {
|
|
41
41
|
nextPart: /* @__PURE__ */ new Map(),
|
|
42
42
|
validators: []
|
|
43
43
|
};
|
|
44
|
-
for (const
|
|
45
|
-
re(
|
|
46
|
-
return
|
|
47
|
-
}, re = (e, n,
|
|
48
|
-
e.forEach((
|
|
49
|
-
if (typeof
|
|
50
|
-
const
|
|
51
|
-
|
|
44
|
+
for (const l in o)
|
|
45
|
+
re(o[l], s, l, n);
|
|
46
|
+
return s;
|
|
47
|
+
}, re = (e, n, o, s) => {
|
|
48
|
+
e.forEach((l) => {
|
|
49
|
+
if (typeof l == "string") {
|
|
50
|
+
const c = l === "" ? n : fe(n, l);
|
|
51
|
+
c.classGroupId = o;
|
|
52
52
|
return;
|
|
53
53
|
}
|
|
54
|
-
if (typeof
|
|
55
|
-
if (
|
|
56
|
-
re(
|
|
54
|
+
if (typeof l == "function") {
|
|
55
|
+
if (Ne(l)) {
|
|
56
|
+
re(l(s), n, o, s);
|
|
57
57
|
return;
|
|
58
58
|
}
|
|
59
59
|
n.validators.push({
|
|
60
|
-
validator:
|
|
61
|
-
classGroupId:
|
|
60
|
+
validator: l,
|
|
61
|
+
classGroupId: o
|
|
62
62
|
});
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
|
-
Object.entries(
|
|
66
|
-
re(i,
|
|
65
|
+
Object.entries(l).forEach(([c, i]) => {
|
|
66
|
+
re(i, fe(n, c), o, s);
|
|
67
67
|
});
|
|
68
68
|
});
|
|
69
|
-
},
|
|
70
|
-
let
|
|
71
|
-
return n.split(ne).forEach((
|
|
72
|
-
|
|
69
|
+
}, fe = (e, n) => {
|
|
70
|
+
let o = e;
|
|
71
|
+
return n.split(ne).forEach((s) => {
|
|
72
|
+
o.nextPart.has(s) || o.nextPart.set(s, {
|
|
73
73
|
nextPart: /* @__PURE__ */ new Map(),
|
|
74
74
|
validators: []
|
|
75
|
-
}),
|
|
76
|
-
}),
|
|
77
|
-
},
|
|
75
|
+
}), o = o.nextPart.get(s);
|
|
76
|
+
}), o;
|
|
77
|
+
}, Ne = (e) => e.isThemeGetter, Ve = (e) => {
|
|
78
78
|
if (e < 1)
|
|
79
79
|
return {
|
|
80
80
|
get: () => {
|
|
@@ -82,55 +82,55 @@ const ne = "-", Re = (e) => {
|
|
|
82
82
|
set: () => {
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
-
let n = 0,
|
|
86
|
-
const
|
|
87
|
-
|
|
85
|
+
let n = 0, o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
|
|
86
|
+
const l = (c, i) => {
|
|
87
|
+
o.set(c, i), n++, n > e && (n = 0, s = o, o = /* @__PURE__ */ new Map());
|
|
88
88
|
};
|
|
89
89
|
return {
|
|
90
|
-
get(
|
|
91
|
-
let i =
|
|
90
|
+
get(c) {
|
|
91
|
+
let i = o.get(c);
|
|
92
92
|
if (i !== void 0)
|
|
93
93
|
return i;
|
|
94
|
-
if ((i =
|
|
95
|
-
return c
|
|
94
|
+
if ((i = s.get(c)) !== void 0)
|
|
95
|
+
return l(c, i), i;
|
|
96
96
|
},
|
|
97
|
-
set(
|
|
98
|
-
|
|
97
|
+
set(c, i) {
|
|
98
|
+
o.has(c) ? o.set(c, i) : l(c, i);
|
|
99
99
|
}
|
|
100
100
|
};
|
|
101
|
-
}, te = "!", se = ":",
|
|
101
|
+
}, te = "!", se = ":", je = se.length, _e = (e) => {
|
|
102
102
|
const {
|
|
103
103
|
prefix: n,
|
|
104
|
-
experimentalParseClassName:
|
|
104
|
+
experimentalParseClassName: o
|
|
105
105
|
} = e;
|
|
106
|
-
let
|
|
107
|
-
const
|
|
108
|
-
let i = 0,
|
|
109
|
-
for (let
|
|
110
|
-
let
|
|
111
|
-
if (i === 0 &&
|
|
112
|
-
if (
|
|
113
|
-
|
|
106
|
+
let s = (l) => {
|
|
107
|
+
const c = [];
|
|
108
|
+
let i = 0, p = 0, u = 0, g;
|
|
109
|
+
for (let y = 0; y < l.length; y++) {
|
|
110
|
+
let v = l[y];
|
|
111
|
+
if (i === 0 && p === 0) {
|
|
112
|
+
if (v === se) {
|
|
113
|
+
c.push(l.slice(u, y)), u = y + je;
|
|
114
114
|
continue;
|
|
115
115
|
}
|
|
116
|
-
if (
|
|
117
|
-
g =
|
|
116
|
+
if (v === "/") {
|
|
117
|
+
g = y;
|
|
118
118
|
continue;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
|
|
121
|
+
v === "[" ? i++ : v === "]" ? i-- : v === "(" ? p++ : v === ")" && p--;
|
|
122
122
|
}
|
|
123
|
-
const
|
|
123
|
+
const f = c.length === 0 ? l : l.substring(u), w = Le(f), z = w !== f, R = g && g > u ? g - u : void 0;
|
|
124
124
|
return {
|
|
125
|
-
modifiers:
|
|
126
|
-
hasImportantModifier:
|
|
127
|
-
baseClassName:
|
|
128
|
-
maybePostfixModifierPosition:
|
|
125
|
+
modifiers: c,
|
|
126
|
+
hasImportantModifier: z,
|
|
127
|
+
baseClassName: w,
|
|
128
|
+
maybePostfixModifierPosition: R
|
|
129
129
|
};
|
|
130
130
|
};
|
|
131
131
|
if (n) {
|
|
132
|
-
const
|
|
133
|
-
|
|
132
|
+
const l = n + se, c = s;
|
|
133
|
+
s = (i) => i.startsWith(l) ? c(i.substring(l.length)) : {
|
|
134
134
|
isExternal: !0,
|
|
135
135
|
modifiers: [],
|
|
136
136
|
hasImportantModifier: !1,
|
|
@@ -138,122 +138,122 @@ const ne = "-", Re = (e) => {
|
|
|
138
138
|
maybePostfixModifierPosition: void 0
|
|
139
139
|
};
|
|
140
140
|
}
|
|
141
|
-
if (
|
|
142
|
-
const
|
|
143
|
-
|
|
144
|
-
className:
|
|
145
|
-
parseClassName:
|
|
141
|
+
if (o) {
|
|
142
|
+
const l = s;
|
|
143
|
+
s = (c) => o({
|
|
144
|
+
className: c,
|
|
145
|
+
parseClassName: l
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
return
|
|
149
|
-
},
|
|
150
|
-
const n = Object.fromEntries(e.orderSensitiveModifiers.map((
|
|
151
|
-
return (
|
|
152
|
-
if (
|
|
153
|
-
return
|
|
154
|
-
const
|
|
155
|
-
let
|
|
156
|
-
return
|
|
157
|
-
i[0] === "[" || n[i] ? (
|
|
158
|
-
}),
|
|
148
|
+
return s;
|
|
149
|
+
}, Le = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, Oe = (e) => {
|
|
150
|
+
const n = Object.fromEntries(e.orderSensitiveModifiers.map((s) => [s, !0]));
|
|
151
|
+
return (s) => {
|
|
152
|
+
if (s.length <= 1)
|
|
153
|
+
return s;
|
|
154
|
+
const l = [];
|
|
155
|
+
let c = [];
|
|
156
|
+
return s.forEach((i) => {
|
|
157
|
+
i[0] === "[" || n[i] ? (l.push(...c.sort(), i), c = []) : c.push(i);
|
|
158
|
+
}), l.push(...c.sort()), l;
|
|
159
159
|
};
|
|
160
|
-
},
|
|
161
|
-
cache:
|
|
162
|
-
parseClassName:
|
|
163
|
-
sortModifiers:
|
|
164
|
-
...
|
|
165
|
-
}),
|
|
160
|
+
}, Fe = (e) => ({
|
|
161
|
+
cache: Ve(e.cacheSize),
|
|
162
|
+
parseClassName: _e(e),
|
|
163
|
+
sortModifiers: Oe(e),
|
|
164
|
+
...Ge(e)
|
|
165
|
+
}), Be = /\s+/, Ue = (e, n) => {
|
|
166
166
|
const {
|
|
167
|
-
parseClassName:
|
|
168
|
-
getClassGroupId:
|
|
169
|
-
getConflictingClassGroupIds:
|
|
170
|
-
sortModifiers:
|
|
171
|
-
} = n, i = [],
|
|
172
|
-
let
|
|
173
|
-
for (let g =
|
|
174
|
-
const
|
|
175
|
-
isExternal:
|
|
176
|
-
modifiers:
|
|
177
|
-
hasImportantModifier:
|
|
178
|
-
baseClassName:
|
|
179
|
-
maybePostfixModifierPosition:
|
|
180
|
-
} =
|
|
181
|
-
if (
|
|
182
|
-
|
|
167
|
+
parseClassName: o,
|
|
168
|
+
getClassGroupId: s,
|
|
169
|
+
getConflictingClassGroupIds: l,
|
|
170
|
+
sortModifiers: c
|
|
171
|
+
} = n, i = [], p = e.trim().split(Be);
|
|
172
|
+
let u = "";
|
|
173
|
+
for (let g = p.length - 1; g >= 0; g -= 1) {
|
|
174
|
+
const f = p[g], {
|
|
175
|
+
isExternal: w,
|
|
176
|
+
modifiers: z,
|
|
177
|
+
hasImportantModifier: R,
|
|
178
|
+
baseClassName: y,
|
|
179
|
+
maybePostfixModifierPosition: v
|
|
180
|
+
} = o(f);
|
|
181
|
+
if (w) {
|
|
182
|
+
u = f + (u.length > 0 ? " " + u : u);
|
|
183
183
|
continue;
|
|
184
184
|
}
|
|
185
|
-
let
|
|
186
|
-
if (!
|
|
187
|
-
if (!
|
|
188
|
-
|
|
185
|
+
let A = !!v, I = s(A ? y.substring(0, v) : y);
|
|
186
|
+
if (!I) {
|
|
187
|
+
if (!A) {
|
|
188
|
+
u = f + (u.length > 0 ? " " + u : u);
|
|
189
189
|
continue;
|
|
190
190
|
}
|
|
191
|
-
if (
|
|
192
|
-
|
|
191
|
+
if (I = s(y), !I) {
|
|
192
|
+
u = f + (u.length > 0 ? " " + u : u);
|
|
193
193
|
continue;
|
|
194
194
|
}
|
|
195
|
-
|
|
195
|
+
A = !1;
|
|
196
196
|
}
|
|
197
|
-
const
|
|
198
|
-
if (i.includes(
|
|
197
|
+
const W = c(z).join(":"), F = R ? W + te : W, N = F + I;
|
|
198
|
+
if (i.includes(N))
|
|
199
199
|
continue;
|
|
200
|
-
i.push(
|
|
201
|
-
const
|
|
202
|
-
for (let
|
|
203
|
-
const B =
|
|
204
|
-
i.push(
|
|
200
|
+
i.push(N);
|
|
201
|
+
const V = l(I, A);
|
|
202
|
+
for (let G = 0; G < V.length; ++G) {
|
|
203
|
+
const B = V[G];
|
|
204
|
+
i.push(F + B);
|
|
205
205
|
}
|
|
206
|
-
|
|
206
|
+
u = f + (u.length > 0 ? " " + u : u);
|
|
207
207
|
}
|
|
208
|
-
return
|
|
208
|
+
return u;
|
|
209
209
|
};
|
|
210
|
-
function
|
|
211
|
-
let e = 0, n,
|
|
210
|
+
function We() {
|
|
211
|
+
let e = 0, n, o, s = "";
|
|
212
212
|
for (; e < arguments.length; )
|
|
213
|
-
(n = arguments[e++]) && (
|
|
214
|
-
return
|
|
213
|
+
(n = arguments[e++]) && (o = ke(n)) && (s && (s += " "), s += o);
|
|
214
|
+
return s;
|
|
215
215
|
}
|
|
216
|
-
const
|
|
216
|
+
const ke = (e) => {
|
|
217
217
|
if (typeof e == "string")
|
|
218
218
|
return e;
|
|
219
|
-
let n,
|
|
220
|
-
for (let
|
|
221
|
-
e[
|
|
222
|
-
return
|
|
219
|
+
let n, o = "";
|
|
220
|
+
for (let s = 0; s < e.length; s++)
|
|
221
|
+
e[s] && (n = ke(e[s])) && (o && (o += " "), o += n);
|
|
222
|
+
return o;
|
|
223
223
|
};
|
|
224
|
-
function
|
|
225
|
-
let s,
|
|
226
|
-
function i(
|
|
227
|
-
const g = n.reduce((
|
|
228
|
-
return
|
|
224
|
+
function $e(e, ...n) {
|
|
225
|
+
let o, s, l, c = i;
|
|
226
|
+
function i(u) {
|
|
227
|
+
const g = n.reduce((f, w) => w(f), e());
|
|
228
|
+
return o = Fe(g), s = o.cache.get, l = o.cache.set, c = p, p(u);
|
|
229
229
|
}
|
|
230
|
-
function u
|
|
231
|
-
const g =
|
|
230
|
+
function p(u) {
|
|
231
|
+
const g = s(u);
|
|
232
232
|
if (g)
|
|
233
233
|
return g;
|
|
234
|
-
const
|
|
235
|
-
return
|
|
234
|
+
const f = Ue(u, o);
|
|
235
|
+
return l(u, f), f;
|
|
236
236
|
}
|
|
237
237
|
return function() {
|
|
238
|
-
return
|
|
238
|
+
return c(We.apply(null, arguments));
|
|
239
239
|
};
|
|
240
240
|
}
|
|
241
|
-
const
|
|
242
|
-
const n = (
|
|
241
|
+
const b = (e) => {
|
|
242
|
+
const n = (o) => o[e] || [];
|
|
243
243
|
return n.isThemeGetter = !0, n;
|
|
244
|
-
},
|
|
244
|
+
}, ze = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ae = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Je = /^\d+\/\d+$/, qe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, He = /\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$/, Xe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Ke = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Ye = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _ = (e) => Je.test(e), m = (e) => !!e && !Number.isNaN(Number(e)), P = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && m(e.slice(0, -1)), S = (e) => qe.test(e), Ze = () => !0, De = (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
|
|
251
|
-
return
|
|
252
|
-
},
|
|
253
|
-
const
|
|
254
|
-
return
|
|
255
|
-
},
|
|
256
|
-
const e =
|
|
248
|
+
He.test(e) && !Xe.test(e)
|
|
249
|
+
), Me = () => !1, Qe = (e) => Ke.test(e), eo = (e) => Ye.test(e), oo = (e) => !r(e) && !t(e), ro = (e) => L(e, Pe, Me), r = (e) => ze.test(e), T = (e) => L(e, Re, De), oe = (e) => L(e, io, m), be = (e) => L(e, Ce, Me), to = (e) => L(e, Se, eo), K = (e) => L(e, Ie, Qe), t = (e) => Ae.test(e), U = (e) => O(e, Re), so = (e) => O(e, lo), he = (e) => O(e, Ce), no = (e) => O(e, Pe), ao = (e) => O(e, Se), Y = (e) => O(e, Ie, !0), L = (e, n, o) => {
|
|
250
|
+
const s = ze.exec(e);
|
|
251
|
+
return s ? s[1] ? n(s[1]) : o(s[2]) : !1;
|
|
252
|
+
}, O = (e, n, o = !1) => {
|
|
253
|
+
const s = Ae.exec(e);
|
|
254
|
+
return s ? s[1] ? n(s[1]) : o : !1;
|
|
255
|
+
}, Ce = (e) => e === "position" || e === "percentage", Se = (e) => e === "image" || e === "url", Pe = (e) => e === "length" || e === "size" || e === "bg-size", Re = (e) => e === "length", io = (e) => e === "number", lo = (e) => e === "family-name", Ie = (e) => e === "shadow", co = () => {
|
|
256
|
+
const e = b("color"), n = b("font"), o = b("text"), s = b("font-weight"), l = b("tracking"), c = b("leading"), i = b("breakpoint"), p = b("container"), u = b("spacing"), g = b("radius"), f = b("shadow"), w = b("inset-shadow"), z = b("text-shadow"), R = b("drop-shadow"), y = b("blur"), v = b("perspective"), A = b("aspect"), I = b("ease"), W = b("animate"), F = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], N = () => [
|
|
257
257
|
"center",
|
|
258
258
|
"top",
|
|
259
259
|
"bottom",
|
|
@@ -271,51 +271,51 @@ const f = (e) => {
|
|
|
271
271
|
"bottom-left",
|
|
272
272
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
273
273
|
"left-bottom"
|
|
274
|
-
],
|
|
275
|
-
span: ["full",
|
|
276
|
-
},
|
|
277
|
-
position: [
|
|
274
|
+
], V = () => [...N(), t, r], G = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], d = () => [t, r, u], M = () => [_, "full", "auto", ...d()], ae = () => [P, "none", "subgrid", t, r], ie = () => ["auto", {
|
|
275
|
+
span: ["full", P, t, r]
|
|
276
|
+
}, P, t, r], $ = () => [P, "auto", t, r], le = () => ["auto", "min", "max", "fr", t, r], Z = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], j = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], C = () => ["auto", ...d()], E = () => [_, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...d()], a = () => [e, t, r], ce = () => [...N(), he, be, {
|
|
277
|
+
position: [t, r]
|
|
278
278
|
}], de = () => ["no-repeat", {
|
|
279
279
|
repeat: ["", "x", "y", "space", "round"]
|
|
280
|
-
}], me = () => ["auto", "cover", "contain",
|
|
281
|
-
size: [
|
|
282
|
-
}],
|
|
280
|
+
}], me = () => ["auto", "cover", "contain", no, ro, {
|
|
281
|
+
size: [t, r]
|
|
282
|
+
}], D = () => [ee, U, T], x = () => [
|
|
283
283
|
// Deprecated since Tailwind CSS v4.0.0
|
|
284
284
|
"",
|
|
285
285
|
"none",
|
|
286
286
|
"full",
|
|
287
287
|
g,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
],
|
|
288
|
+
t,
|
|
289
|
+
r
|
|
290
|
+
], k = () => ["", m, U, T], J = () => ["solid", "dashed", "dotted", "double"], ue = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], h = () => [m, ee, he, be], pe = () => [
|
|
291
291
|
// Deprecated since Tailwind CSS v4.0.0
|
|
292
292
|
"",
|
|
293
293
|
"none",
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
],
|
|
294
|
+
y,
|
|
295
|
+
t,
|
|
296
|
+
r
|
|
297
|
+
], q = () => ["none", m, t, r], H = () => ["none", m, t, r], Q = () => [m, t, r], X = () => [_, "full", ...d()];
|
|
298
298
|
return {
|
|
299
299
|
cacheSize: 500,
|
|
300
300
|
theme: {
|
|
301
301
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
302
302
|
aspect: ["video"],
|
|
303
|
-
blur: [
|
|
304
|
-
breakpoint: [
|
|
305
|
-
color: [
|
|
306
|
-
container: [
|
|
307
|
-
"drop-shadow": [
|
|
303
|
+
blur: [S],
|
|
304
|
+
breakpoint: [S],
|
|
305
|
+
color: [Ze],
|
|
306
|
+
container: [S],
|
|
307
|
+
"drop-shadow": [S],
|
|
308
308
|
ease: ["in", "out", "in-out"],
|
|
309
|
-
font: [
|
|
309
|
+
font: [oo],
|
|
310
310
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
311
|
-
"inset-shadow": [
|
|
311
|
+
"inset-shadow": [S],
|
|
312
312
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
313
313
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
314
|
-
radius: [
|
|
315
|
-
shadow: [
|
|
316
|
-
spacing: ["px",
|
|
317
|
-
text: [
|
|
318
|
-
"text-shadow": [
|
|
314
|
+
radius: [S],
|
|
315
|
+
shadow: [S],
|
|
316
|
+
spacing: ["px", m],
|
|
317
|
+
text: [S],
|
|
318
|
+
"text-shadow": [S],
|
|
319
319
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
320
320
|
},
|
|
321
321
|
classGroups: {
|
|
@@ -327,7 +327,7 @@ const f = (e) => {
|
|
|
327
327
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
328
328
|
*/
|
|
329
329
|
aspect: [{
|
|
330
|
-
aspect: ["auto", "square",
|
|
330
|
+
aspect: ["auto", "square", _, r, t, A]
|
|
331
331
|
}],
|
|
332
332
|
/**
|
|
333
333
|
* Container
|
|
@@ -340,21 +340,21 @@ const f = (e) => {
|
|
|
340
340
|
* @see https://tailwindcss.com/docs/columns
|
|
341
341
|
*/
|
|
342
342
|
columns: [{
|
|
343
|
-
columns: [
|
|
343
|
+
columns: [m, r, t, p]
|
|
344
344
|
}],
|
|
345
345
|
/**
|
|
346
346
|
* Break After
|
|
347
347
|
* @see https://tailwindcss.com/docs/break-after
|
|
348
348
|
*/
|
|
349
349
|
"break-after": [{
|
|
350
|
-
"break-after":
|
|
350
|
+
"break-after": F()
|
|
351
351
|
}],
|
|
352
352
|
/**
|
|
353
353
|
* Break Before
|
|
354
354
|
* @see https://tailwindcss.com/docs/break-before
|
|
355
355
|
*/
|
|
356
356
|
"break-before": [{
|
|
357
|
-
"break-before":
|
|
357
|
+
"break-before": F()
|
|
358
358
|
}],
|
|
359
359
|
/**
|
|
360
360
|
* Break Inside
|
|
@@ -418,28 +418,28 @@ const f = (e) => {
|
|
|
418
418
|
* @see https://tailwindcss.com/docs/object-position
|
|
419
419
|
*/
|
|
420
420
|
"object-position": [{
|
|
421
|
-
object:
|
|
421
|
+
object: V()
|
|
422
422
|
}],
|
|
423
423
|
/**
|
|
424
424
|
* Overflow
|
|
425
425
|
* @see https://tailwindcss.com/docs/overflow
|
|
426
426
|
*/
|
|
427
427
|
overflow: [{
|
|
428
|
-
overflow:
|
|
428
|
+
overflow: G()
|
|
429
429
|
}],
|
|
430
430
|
/**
|
|
431
431
|
* Overflow X
|
|
432
432
|
* @see https://tailwindcss.com/docs/overflow
|
|
433
433
|
*/
|
|
434
434
|
"overflow-x": [{
|
|
435
|
-
"overflow-x":
|
|
435
|
+
"overflow-x": G()
|
|
436
436
|
}],
|
|
437
437
|
/**
|
|
438
438
|
* Overflow Y
|
|
439
439
|
* @see https://tailwindcss.com/docs/overflow
|
|
440
440
|
*/
|
|
441
441
|
"overflow-y": [{
|
|
442
|
-
"overflow-y":
|
|
442
|
+
"overflow-y": G()
|
|
443
443
|
}],
|
|
444
444
|
/**
|
|
445
445
|
* Overscroll Behavior
|
|
@@ -472,63 +472,63 @@ const f = (e) => {
|
|
|
472
472
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
473
473
|
*/
|
|
474
474
|
inset: [{
|
|
475
|
-
inset:
|
|
475
|
+
inset: M()
|
|
476
476
|
}],
|
|
477
477
|
/**
|
|
478
478
|
* Right / Left
|
|
479
479
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
480
480
|
*/
|
|
481
481
|
"inset-x": [{
|
|
482
|
-
"inset-x":
|
|
482
|
+
"inset-x": M()
|
|
483
483
|
}],
|
|
484
484
|
/**
|
|
485
485
|
* Top / Bottom
|
|
486
486
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
487
487
|
*/
|
|
488
488
|
"inset-y": [{
|
|
489
|
-
"inset-y":
|
|
489
|
+
"inset-y": M()
|
|
490
490
|
}],
|
|
491
491
|
/**
|
|
492
492
|
* Start
|
|
493
493
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
494
494
|
*/
|
|
495
495
|
start: [{
|
|
496
|
-
start:
|
|
496
|
+
start: M()
|
|
497
497
|
}],
|
|
498
498
|
/**
|
|
499
499
|
* End
|
|
500
500
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
501
501
|
*/
|
|
502
502
|
end: [{
|
|
503
|
-
end:
|
|
503
|
+
end: M()
|
|
504
504
|
}],
|
|
505
505
|
/**
|
|
506
506
|
* Top
|
|
507
507
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
508
508
|
*/
|
|
509
509
|
top: [{
|
|
510
|
-
top:
|
|
510
|
+
top: M()
|
|
511
511
|
}],
|
|
512
512
|
/**
|
|
513
513
|
* Right
|
|
514
514
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
515
515
|
*/
|
|
516
516
|
right: [{
|
|
517
|
-
right:
|
|
517
|
+
right: M()
|
|
518
518
|
}],
|
|
519
519
|
/**
|
|
520
520
|
* Bottom
|
|
521
521
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
522
522
|
*/
|
|
523
523
|
bottom: [{
|
|
524
|
-
bottom:
|
|
524
|
+
bottom: M()
|
|
525
525
|
}],
|
|
526
526
|
/**
|
|
527
527
|
* Left
|
|
528
528
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
529
529
|
*/
|
|
530
530
|
left: [{
|
|
531
|
-
left:
|
|
531
|
+
left: M()
|
|
532
532
|
}],
|
|
533
533
|
/**
|
|
534
534
|
* Visibility
|
|
@@ -540,7 +540,7 @@ const f = (e) => {
|
|
|
540
540
|
* @see https://tailwindcss.com/docs/z-index
|
|
541
541
|
*/
|
|
542
542
|
z: [{
|
|
543
|
-
z: [
|
|
543
|
+
z: [P, "auto", t, r]
|
|
544
544
|
}],
|
|
545
545
|
// ------------------------
|
|
546
546
|
// --- Flexbox and Grid ---
|
|
@@ -550,7 +550,7 @@ const f = (e) => {
|
|
|
550
550
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
551
551
|
*/
|
|
552
552
|
basis: [{
|
|
553
|
-
basis: [
|
|
553
|
+
basis: [_, "full", "auto", p, ...d()]
|
|
554
554
|
}],
|
|
555
555
|
/**
|
|
556
556
|
* Flex Direction
|
|
@@ -571,28 +571,28 @@ const f = (e) => {
|
|
|
571
571
|
* @see https://tailwindcss.com/docs/flex
|
|
572
572
|
*/
|
|
573
573
|
flex: [{
|
|
574
|
-
flex: [
|
|
574
|
+
flex: [m, _, "auto", "initial", "none", r]
|
|
575
575
|
}],
|
|
576
576
|
/**
|
|
577
577
|
* Flex Grow
|
|
578
578
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
579
579
|
*/
|
|
580
580
|
grow: [{
|
|
581
|
-
grow: ["",
|
|
581
|
+
grow: ["", m, t, r]
|
|
582
582
|
}],
|
|
583
583
|
/**
|
|
584
584
|
* Flex Shrink
|
|
585
585
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
586
586
|
*/
|
|
587
587
|
shrink: [{
|
|
588
|
-
shrink: ["",
|
|
588
|
+
shrink: ["", m, t, r]
|
|
589
589
|
}],
|
|
590
590
|
/**
|
|
591
591
|
* Order
|
|
592
592
|
* @see https://tailwindcss.com/docs/order
|
|
593
593
|
*/
|
|
594
594
|
order: [{
|
|
595
|
-
order: [
|
|
595
|
+
order: [P, "first", "last", "none", t, r]
|
|
596
596
|
}],
|
|
597
597
|
/**
|
|
598
598
|
* Grid Template Columns
|
|
@@ -613,14 +613,14 @@ const f = (e) => {
|
|
|
613
613
|
* @see https://tailwindcss.com/docs/grid-column
|
|
614
614
|
*/
|
|
615
615
|
"col-start": [{
|
|
616
|
-
"col-start":
|
|
616
|
+
"col-start": $()
|
|
617
617
|
}],
|
|
618
618
|
/**
|
|
619
619
|
* Grid Column End
|
|
620
620
|
* @see https://tailwindcss.com/docs/grid-column
|
|
621
621
|
*/
|
|
622
622
|
"col-end": [{
|
|
623
|
-
"col-end":
|
|
623
|
+
"col-end": $()
|
|
624
624
|
}],
|
|
625
625
|
/**
|
|
626
626
|
* Grid Template Rows
|
|
@@ -641,14 +641,14 @@ const f = (e) => {
|
|
|
641
641
|
* @see https://tailwindcss.com/docs/grid-row
|
|
642
642
|
*/
|
|
643
643
|
"row-start": [{
|
|
644
|
-
"row-start":
|
|
644
|
+
"row-start": $()
|
|
645
645
|
}],
|
|
646
646
|
/**
|
|
647
647
|
* Grid Row End
|
|
648
648
|
* @see https://tailwindcss.com/docs/grid-row
|
|
649
649
|
*/
|
|
650
650
|
"row-end": [{
|
|
651
|
-
"row-end":
|
|
651
|
+
"row-end": $()
|
|
652
652
|
}],
|
|
653
653
|
/**
|
|
654
654
|
* Grid Auto Flow
|
|
@@ -676,56 +676,56 @@ const f = (e) => {
|
|
|
676
676
|
* @see https://tailwindcss.com/docs/gap
|
|
677
677
|
*/
|
|
678
678
|
gap: [{
|
|
679
|
-
gap:
|
|
679
|
+
gap: d()
|
|
680
680
|
}],
|
|
681
681
|
/**
|
|
682
682
|
* Gap X
|
|
683
683
|
* @see https://tailwindcss.com/docs/gap
|
|
684
684
|
*/
|
|
685
685
|
"gap-x": [{
|
|
686
|
-
"gap-x":
|
|
686
|
+
"gap-x": d()
|
|
687
687
|
}],
|
|
688
688
|
/**
|
|
689
689
|
* Gap Y
|
|
690
690
|
* @see https://tailwindcss.com/docs/gap
|
|
691
691
|
*/
|
|
692
692
|
"gap-y": [{
|
|
693
|
-
"gap-y":
|
|
693
|
+
"gap-y": d()
|
|
694
694
|
}],
|
|
695
695
|
/**
|
|
696
696
|
* Justify Content
|
|
697
697
|
* @see https://tailwindcss.com/docs/justify-content
|
|
698
698
|
*/
|
|
699
699
|
"justify-content": [{
|
|
700
|
-
justify: [...
|
|
700
|
+
justify: [...Z(), "normal"]
|
|
701
701
|
}],
|
|
702
702
|
/**
|
|
703
703
|
* Justify Items
|
|
704
704
|
* @see https://tailwindcss.com/docs/justify-items
|
|
705
705
|
*/
|
|
706
706
|
"justify-items": [{
|
|
707
|
-
"justify-items": [...
|
|
707
|
+
"justify-items": [...j(), "normal"]
|
|
708
708
|
}],
|
|
709
709
|
/**
|
|
710
710
|
* Justify Self
|
|
711
711
|
* @see https://tailwindcss.com/docs/justify-self
|
|
712
712
|
*/
|
|
713
713
|
"justify-self": [{
|
|
714
|
-
"justify-self": ["auto", ...
|
|
714
|
+
"justify-self": ["auto", ...j()]
|
|
715
715
|
}],
|
|
716
716
|
/**
|
|
717
717
|
* Align Content
|
|
718
718
|
* @see https://tailwindcss.com/docs/align-content
|
|
719
719
|
*/
|
|
720
720
|
"align-content": [{
|
|
721
|
-
content: ["normal", ...
|
|
721
|
+
content: ["normal", ...Z()]
|
|
722
722
|
}],
|
|
723
723
|
/**
|
|
724
724
|
* Align Items
|
|
725
725
|
* @see https://tailwindcss.com/docs/align-items
|
|
726
726
|
*/
|
|
727
727
|
"align-items": [{
|
|
728
|
-
items: [...
|
|
728
|
+
items: [...j(), {
|
|
729
729
|
baseline: ["", "last"]
|
|
730
730
|
}]
|
|
731
731
|
}],
|
|
@@ -734,7 +734,7 @@ const f = (e) => {
|
|
|
734
734
|
* @see https://tailwindcss.com/docs/align-self
|
|
735
735
|
*/
|
|
736
736
|
"align-self": [{
|
|
737
|
-
self: ["auto", ...
|
|
737
|
+
self: ["auto", ...j(), {
|
|
738
738
|
baseline: ["", "last"]
|
|
739
739
|
}]
|
|
740
740
|
}],
|
|
@@ -743,21 +743,21 @@ const f = (e) => {
|
|
|
743
743
|
* @see https://tailwindcss.com/docs/place-content
|
|
744
744
|
*/
|
|
745
745
|
"place-content": [{
|
|
746
|
-
"place-content":
|
|
746
|
+
"place-content": Z()
|
|
747
747
|
}],
|
|
748
748
|
/**
|
|
749
749
|
* Place Items
|
|
750
750
|
* @see https://tailwindcss.com/docs/place-items
|
|
751
751
|
*/
|
|
752
752
|
"place-items": [{
|
|
753
|
-
"place-items": [...
|
|
753
|
+
"place-items": [...j(), "baseline"]
|
|
754
754
|
}],
|
|
755
755
|
/**
|
|
756
756
|
* Place Self
|
|
757
757
|
* @see https://tailwindcss.com/docs/place-self
|
|
758
758
|
*/
|
|
759
759
|
"place-self": [{
|
|
760
|
-
"place-self": ["auto", ...
|
|
760
|
+
"place-self": ["auto", ...j()]
|
|
761
761
|
}],
|
|
762
762
|
// Spacing
|
|
763
763
|
/**
|
|
@@ -765,133 +765,133 @@ const f = (e) => {
|
|
|
765
765
|
* @see https://tailwindcss.com/docs/padding
|
|
766
766
|
*/
|
|
767
767
|
p: [{
|
|
768
|
-
p:
|
|
768
|
+
p: d()
|
|
769
769
|
}],
|
|
770
770
|
/**
|
|
771
771
|
* Padding X
|
|
772
772
|
* @see https://tailwindcss.com/docs/padding
|
|
773
773
|
*/
|
|
774
774
|
px: [{
|
|
775
|
-
px:
|
|
775
|
+
px: d()
|
|
776
776
|
}],
|
|
777
777
|
/**
|
|
778
778
|
* Padding Y
|
|
779
779
|
* @see https://tailwindcss.com/docs/padding
|
|
780
780
|
*/
|
|
781
781
|
py: [{
|
|
782
|
-
py:
|
|
782
|
+
py: d()
|
|
783
783
|
}],
|
|
784
784
|
/**
|
|
785
785
|
* Padding Start
|
|
786
786
|
* @see https://tailwindcss.com/docs/padding
|
|
787
787
|
*/
|
|
788
788
|
ps: [{
|
|
789
|
-
ps:
|
|
789
|
+
ps: d()
|
|
790
790
|
}],
|
|
791
791
|
/**
|
|
792
792
|
* Padding End
|
|
793
793
|
* @see https://tailwindcss.com/docs/padding
|
|
794
794
|
*/
|
|
795
795
|
pe: [{
|
|
796
|
-
pe:
|
|
796
|
+
pe: d()
|
|
797
797
|
}],
|
|
798
798
|
/**
|
|
799
799
|
* Padding Top
|
|
800
800
|
* @see https://tailwindcss.com/docs/padding
|
|
801
801
|
*/
|
|
802
802
|
pt: [{
|
|
803
|
-
pt:
|
|
803
|
+
pt: d()
|
|
804
804
|
}],
|
|
805
805
|
/**
|
|
806
806
|
* Padding Right
|
|
807
807
|
* @see https://tailwindcss.com/docs/padding
|
|
808
808
|
*/
|
|
809
809
|
pr: [{
|
|
810
|
-
pr:
|
|
810
|
+
pr: d()
|
|
811
811
|
}],
|
|
812
812
|
/**
|
|
813
813
|
* Padding Bottom
|
|
814
814
|
* @see https://tailwindcss.com/docs/padding
|
|
815
815
|
*/
|
|
816
816
|
pb: [{
|
|
817
|
-
pb:
|
|
817
|
+
pb: d()
|
|
818
818
|
}],
|
|
819
819
|
/**
|
|
820
820
|
* Padding Left
|
|
821
821
|
* @see https://tailwindcss.com/docs/padding
|
|
822
822
|
*/
|
|
823
823
|
pl: [{
|
|
824
|
-
pl:
|
|
824
|
+
pl: d()
|
|
825
825
|
}],
|
|
826
826
|
/**
|
|
827
827
|
* Margin
|
|
828
828
|
* @see https://tailwindcss.com/docs/margin
|
|
829
829
|
*/
|
|
830
830
|
m: [{
|
|
831
|
-
m:
|
|
831
|
+
m: C()
|
|
832
832
|
}],
|
|
833
833
|
/**
|
|
834
834
|
* Margin X
|
|
835
835
|
* @see https://tailwindcss.com/docs/margin
|
|
836
836
|
*/
|
|
837
837
|
mx: [{
|
|
838
|
-
mx:
|
|
838
|
+
mx: C()
|
|
839
839
|
}],
|
|
840
840
|
/**
|
|
841
841
|
* Margin Y
|
|
842
842
|
* @see https://tailwindcss.com/docs/margin
|
|
843
843
|
*/
|
|
844
844
|
my: [{
|
|
845
|
-
my:
|
|
845
|
+
my: C()
|
|
846
846
|
}],
|
|
847
847
|
/**
|
|
848
848
|
* Margin Start
|
|
849
849
|
* @see https://tailwindcss.com/docs/margin
|
|
850
850
|
*/
|
|
851
851
|
ms: [{
|
|
852
|
-
ms:
|
|
852
|
+
ms: C()
|
|
853
853
|
}],
|
|
854
854
|
/**
|
|
855
855
|
* Margin End
|
|
856
856
|
* @see https://tailwindcss.com/docs/margin
|
|
857
857
|
*/
|
|
858
858
|
me: [{
|
|
859
|
-
me:
|
|
859
|
+
me: C()
|
|
860
860
|
}],
|
|
861
861
|
/**
|
|
862
862
|
* Margin Top
|
|
863
863
|
* @see https://tailwindcss.com/docs/margin
|
|
864
864
|
*/
|
|
865
865
|
mt: [{
|
|
866
|
-
mt:
|
|
866
|
+
mt: C()
|
|
867
867
|
}],
|
|
868
868
|
/**
|
|
869
869
|
* Margin Right
|
|
870
870
|
* @see https://tailwindcss.com/docs/margin
|
|
871
871
|
*/
|
|
872
872
|
mr: [{
|
|
873
|
-
mr:
|
|
873
|
+
mr: C()
|
|
874
874
|
}],
|
|
875
875
|
/**
|
|
876
876
|
* Margin Bottom
|
|
877
877
|
* @see https://tailwindcss.com/docs/margin
|
|
878
878
|
*/
|
|
879
879
|
mb: [{
|
|
880
|
-
mb:
|
|
880
|
+
mb: C()
|
|
881
881
|
}],
|
|
882
882
|
/**
|
|
883
883
|
* Margin Left
|
|
884
884
|
* @see https://tailwindcss.com/docs/margin
|
|
885
885
|
*/
|
|
886
886
|
ml: [{
|
|
887
|
-
ml:
|
|
887
|
+
ml: C()
|
|
888
888
|
}],
|
|
889
889
|
/**
|
|
890
890
|
* Space Between X
|
|
891
891
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
892
892
|
*/
|
|
893
893
|
"space-x": [{
|
|
894
|
-
"space-x":
|
|
894
|
+
"space-x": d()
|
|
895
895
|
}],
|
|
896
896
|
/**
|
|
897
897
|
* Space Between X Reverse
|
|
@@ -903,7 +903,7 @@ const f = (e) => {
|
|
|
903
903
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
904
904
|
*/
|
|
905
905
|
"space-y": [{
|
|
906
|
-
"space-y":
|
|
906
|
+
"space-y": d()
|
|
907
907
|
}],
|
|
908
908
|
/**
|
|
909
909
|
* Space Between Y Reverse
|
|
@@ -918,14 +918,14 @@ const f = (e) => {
|
|
|
918
918
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
919
919
|
*/
|
|
920
920
|
size: [{
|
|
921
|
-
size:
|
|
921
|
+
size: E()
|
|
922
922
|
}],
|
|
923
923
|
/**
|
|
924
924
|
* Width
|
|
925
925
|
* @see https://tailwindcss.com/docs/width
|
|
926
926
|
*/
|
|
927
927
|
w: [{
|
|
928
|
-
w: [
|
|
928
|
+
w: [p, "screen", ...E()]
|
|
929
929
|
}],
|
|
930
930
|
/**
|
|
931
931
|
* Min-Width
|
|
@@ -933,11 +933,11 @@ const f = (e) => {
|
|
|
933
933
|
*/
|
|
934
934
|
"min-w": [{
|
|
935
935
|
"min-w": [
|
|
936
|
-
|
|
936
|
+
p,
|
|
937
937
|
"screen",
|
|
938
938
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
939
939
|
"none",
|
|
940
|
-
...
|
|
940
|
+
...E()
|
|
941
941
|
]
|
|
942
942
|
}],
|
|
943
943
|
/**
|
|
@@ -946,7 +946,7 @@ const f = (e) => {
|
|
|
946
946
|
*/
|
|
947
947
|
"max-w": [{
|
|
948
948
|
"max-w": [
|
|
949
|
-
|
|
949
|
+
p,
|
|
950
950
|
"screen",
|
|
951
951
|
"none",
|
|
952
952
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
@@ -955,7 +955,7 @@ const f = (e) => {
|
|
|
955
955
|
{
|
|
956
956
|
screen: [i]
|
|
957
957
|
},
|
|
958
|
-
...
|
|
958
|
+
...E()
|
|
959
959
|
]
|
|
960
960
|
}],
|
|
961
961
|
/**
|
|
@@ -963,21 +963,21 @@ const f = (e) => {
|
|
|
963
963
|
* @see https://tailwindcss.com/docs/height
|
|
964
964
|
*/
|
|
965
965
|
h: [{
|
|
966
|
-
h: ["screen", "lh", ...
|
|
966
|
+
h: ["screen", "lh", ...E()]
|
|
967
967
|
}],
|
|
968
968
|
/**
|
|
969
969
|
* Min-Height
|
|
970
970
|
* @see https://tailwindcss.com/docs/min-height
|
|
971
971
|
*/
|
|
972
972
|
"min-h": [{
|
|
973
|
-
"min-h": ["screen", "lh", "none", ...
|
|
973
|
+
"min-h": ["screen", "lh", "none", ...E()]
|
|
974
974
|
}],
|
|
975
975
|
/**
|
|
976
976
|
* Max-Height
|
|
977
977
|
* @see https://tailwindcss.com/docs/max-height
|
|
978
978
|
*/
|
|
979
979
|
"max-h": [{
|
|
980
|
-
"max-h": ["screen", "lh", ...
|
|
980
|
+
"max-h": ["screen", "lh", ...E()]
|
|
981
981
|
}],
|
|
982
982
|
// ------------------
|
|
983
983
|
// --- Typography ---
|
|
@@ -987,7 +987,7 @@ const f = (e) => {
|
|
|
987
987
|
* @see https://tailwindcss.com/docs/font-size
|
|
988
988
|
*/
|
|
989
989
|
"font-size": [{
|
|
990
|
-
text: ["base",
|
|
990
|
+
text: ["base", o, U, T]
|
|
991
991
|
}],
|
|
992
992
|
/**
|
|
993
993
|
* Font Smoothing
|
|
@@ -1004,21 +1004,21 @@ const f = (e) => {
|
|
|
1004
1004
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1005
1005
|
*/
|
|
1006
1006
|
"font-weight": [{
|
|
1007
|
-
font: [
|
|
1007
|
+
font: [s, t, oe]
|
|
1008
1008
|
}],
|
|
1009
1009
|
/**
|
|
1010
1010
|
* Font Stretch
|
|
1011
1011
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1012
1012
|
*/
|
|
1013
1013
|
"font-stretch": [{
|
|
1014
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee,
|
|
1014
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, r]
|
|
1015
1015
|
}],
|
|
1016
1016
|
/**
|
|
1017
1017
|
* Font Family
|
|
1018
1018
|
* @see https://tailwindcss.com/docs/font-family
|
|
1019
1019
|
*/
|
|
1020
1020
|
"font-family": [{
|
|
1021
|
-
font: [
|
|
1021
|
+
font: [so, r, n]
|
|
1022
1022
|
}],
|
|
1023
1023
|
/**
|
|
1024
1024
|
* Font Variant Numeric
|
|
@@ -1055,14 +1055,14 @@ const f = (e) => {
|
|
|
1055
1055
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1056
1056
|
*/
|
|
1057
1057
|
tracking: [{
|
|
1058
|
-
tracking: [
|
|
1058
|
+
tracking: [l, t, r]
|
|
1059
1059
|
}],
|
|
1060
1060
|
/**
|
|
1061
1061
|
* Line Clamp
|
|
1062
1062
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1063
1063
|
*/
|
|
1064
1064
|
"line-clamp": [{
|
|
1065
|
-
"line-clamp": [
|
|
1065
|
+
"line-clamp": [m, "none", t, oe]
|
|
1066
1066
|
}],
|
|
1067
1067
|
/**
|
|
1068
1068
|
* Line Height
|
|
@@ -1071,8 +1071,8 @@ const f = (e) => {
|
|
|
1071
1071
|
leading: [{
|
|
1072
1072
|
leading: [
|
|
1073
1073
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1074
|
-
|
|
1075
|
-
...
|
|
1074
|
+
c,
|
|
1075
|
+
...d()
|
|
1076
1076
|
]
|
|
1077
1077
|
}],
|
|
1078
1078
|
/**
|
|
@@ -1080,7 +1080,7 @@ const f = (e) => {
|
|
|
1080
1080
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1081
1081
|
*/
|
|
1082
1082
|
"list-image": [{
|
|
1083
|
-
"list-image": ["none",
|
|
1083
|
+
"list-image": ["none", t, r]
|
|
1084
1084
|
}],
|
|
1085
1085
|
/**
|
|
1086
1086
|
* List Style Position
|
|
@@ -1094,7 +1094,7 @@ const f = (e) => {
|
|
|
1094
1094
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1095
1095
|
*/
|
|
1096
1096
|
"list-style-type": [{
|
|
1097
|
-
list: ["disc", "decimal", "none",
|
|
1097
|
+
list: ["disc", "decimal", "none", t, r]
|
|
1098
1098
|
}],
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Text Alignment
|
|
@@ -1128,14 +1128,14 @@ const f = (e) => {
|
|
|
1128
1128
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1129
1129
|
*/
|
|
1130
1130
|
"text-decoration-style": [{
|
|
1131
|
-
decoration: [...
|
|
1131
|
+
decoration: [...J(), "wavy"]
|
|
1132
1132
|
}],
|
|
1133
1133
|
/**
|
|
1134
1134
|
* Text Decoration Thickness
|
|
1135
1135
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1136
1136
|
*/
|
|
1137
1137
|
"text-decoration-thickness": [{
|
|
1138
|
-
decoration: [
|
|
1138
|
+
decoration: [m, "from-font", "auto", t, T]
|
|
1139
1139
|
}],
|
|
1140
1140
|
/**
|
|
1141
1141
|
* Text Decoration Color
|
|
@@ -1149,7 +1149,7 @@ const f = (e) => {
|
|
|
1149
1149
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1150
1150
|
*/
|
|
1151
1151
|
"underline-offset": [{
|
|
1152
|
-
"underline-offset": [
|
|
1152
|
+
"underline-offset": [m, "auto", t, r]
|
|
1153
1153
|
}],
|
|
1154
1154
|
/**
|
|
1155
1155
|
* Text Transform
|
|
@@ -1173,14 +1173,14 @@ const f = (e) => {
|
|
|
1173
1173
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1174
1174
|
*/
|
|
1175
1175
|
indent: [{
|
|
1176
|
-
indent:
|
|
1176
|
+
indent: d()
|
|
1177
1177
|
}],
|
|
1178
1178
|
/**
|
|
1179
1179
|
* Vertical Alignment
|
|
1180
1180
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1181
1181
|
*/
|
|
1182
1182
|
"vertical-align": [{
|
|
1183
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1183
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", t, r]
|
|
1184
1184
|
}],
|
|
1185
1185
|
/**
|
|
1186
1186
|
* Whitespace
|
|
@@ -1215,7 +1215,7 @@ const f = (e) => {
|
|
|
1215
1215
|
* @see https://tailwindcss.com/docs/content
|
|
1216
1216
|
*/
|
|
1217
1217
|
content: [{
|
|
1218
|
-
content: ["none",
|
|
1218
|
+
content: ["none", t, r]
|
|
1219
1219
|
}],
|
|
1220
1220
|
// -------------------
|
|
1221
1221
|
// --- Backgrounds ---
|
|
@@ -1270,10 +1270,10 @@ const f = (e) => {
|
|
|
1270
1270
|
bg: ["none", {
|
|
1271
1271
|
linear: [{
|
|
1272
1272
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1273
|
-
},
|
|
1274
|
-
radial: ["",
|
|
1275
|
-
conic: [
|
|
1276
|
-
},
|
|
1273
|
+
}, P, t, r],
|
|
1274
|
+
radial: ["", t, r],
|
|
1275
|
+
conic: [P, t, r]
|
|
1276
|
+
}, ao, to]
|
|
1277
1277
|
}],
|
|
1278
1278
|
/**
|
|
1279
1279
|
* Background Color
|
|
@@ -1287,21 +1287,21 @@ const f = (e) => {
|
|
|
1287
1287
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1288
1288
|
*/
|
|
1289
1289
|
"gradient-from-pos": [{
|
|
1290
|
-
from:
|
|
1290
|
+
from: D()
|
|
1291
1291
|
}],
|
|
1292
1292
|
/**
|
|
1293
1293
|
* Gradient Color Stops Via Position
|
|
1294
1294
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1295
1295
|
*/
|
|
1296
1296
|
"gradient-via-pos": [{
|
|
1297
|
-
via:
|
|
1297
|
+
via: D()
|
|
1298
1298
|
}],
|
|
1299
1299
|
/**
|
|
1300
1300
|
* Gradient Color Stops To Position
|
|
1301
1301
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1302
1302
|
*/
|
|
1303
1303
|
"gradient-to-pos": [{
|
|
1304
|
-
to:
|
|
1304
|
+
to: D()
|
|
1305
1305
|
}],
|
|
1306
1306
|
/**
|
|
1307
1307
|
* Gradient Color Stops From
|
|
@@ -1437,70 +1437,70 @@ const f = (e) => {
|
|
|
1437
1437
|
* @see https://tailwindcss.com/docs/border-width
|
|
1438
1438
|
*/
|
|
1439
1439
|
"border-w": [{
|
|
1440
|
-
border:
|
|
1440
|
+
border: k()
|
|
1441
1441
|
}],
|
|
1442
1442
|
/**
|
|
1443
1443
|
* Border Width X
|
|
1444
1444
|
* @see https://tailwindcss.com/docs/border-width
|
|
1445
1445
|
*/
|
|
1446
1446
|
"border-w-x": [{
|
|
1447
|
-
"border-x":
|
|
1447
|
+
"border-x": k()
|
|
1448
1448
|
}],
|
|
1449
1449
|
/**
|
|
1450
1450
|
* Border Width Y
|
|
1451
1451
|
* @see https://tailwindcss.com/docs/border-width
|
|
1452
1452
|
*/
|
|
1453
1453
|
"border-w-y": [{
|
|
1454
|
-
"border-y":
|
|
1454
|
+
"border-y": k()
|
|
1455
1455
|
}],
|
|
1456
1456
|
/**
|
|
1457
1457
|
* Border Width Start
|
|
1458
1458
|
* @see https://tailwindcss.com/docs/border-width
|
|
1459
1459
|
*/
|
|
1460
1460
|
"border-w-s": [{
|
|
1461
|
-
"border-s":
|
|
1461
|
+
"border-s": k()
|
|
1462
1462
|
}],
|
|
1463
1463
|
/**
|
|
1464
1464
|
* Border Width End
|
|
1465
1465
|
* @see https://tailwindcss.com/docs/border-width
|
|
1466
1466
|
*/
|
|
1467
1467
|
"border-w-e": [{
|
|
1468
|
-
"border-e":
|
|
1468
|
+
"border-e": k()
|
|
1469
1469
|
}],
|
|
1470
1470
|
/**
|
|
1471
1471
|
* Border Width Top
|
|
1472
1472
|
* @see https://tailwindcss.com/docs/border-width
|
|
1473
1473
|
*/
|
|
1474
1474
|
"border-w-t": [{
|
|
1475
|
-
"border-t":
|
|
1475
|
+
"border-t": k()
|
|
1476
1476
|
}],
|
|
1477
1477
|
/**
|
|
1478
1478
|
* Border Width Right
|
|
1479
1479
|
* @see https://tailwindcss.com/docs/border-width
|
|
1480
1480
|
*/
|
|
1481
1481
|
"border-w-r": [{
|
|
1482
|
-
"border-r":
|
|
1482
|
+
"border-r": k()
|
|
1483
1483
|
}],
|
|
1484
1484
|
/**
|
|
1485
1485
|
* Border Width Bottom
|
|
1486
1486
|
* @see https://tailwindcss.com/docs/border-width
|
|
1487
1487
|
*/
|
|
1488
1488
|
"border-w-b": [{
|
|
1489
|
-
"border-b":
|
|
1489
|
+
"border-b": k()
|
|
1490
1490
|
}],
|
|
1491
1491
|
/**
|
|
1492
1492
|
* Border Width Left
|
|
1493
1493
|
* @see https://tailwindcss.com/docs/border-width
|
|
1494
1494
|
*/
|
|
1495
1495
|
"border-w-l": [{
|
|
1496
|
-
"border-l":
|
|
1496
|
+
"border-l": k()
|
|
1497
1497
|
}],
|
|
1498
1498
|
/**
|
|
1499
1499
|
* Divide Width X
|
|
1500
1500
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1501
1501
|
*/
|
|
1502
1502
|
"divide-x": [{
|
|
1503
|
-
"divide-x":
|
|
1503
|
+
"divide-x": k()
|
|
1504
1504
|
}],
|
|
1505
1505
|
/**
|
|
1506
1506
|
* Divide Width X Reverse
|
|
@@ -1512,7 +1512,7 @@ const f = (e) => {
|
|
|
1512
1512
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1513
1513
|
*/
|
|
1514
1514
|
"divide-y": [{
|
|
1515
|
-
"divide-y":
|
|
1515
|
+
"divide-y": k()
|
|
1516
1516
|
}],
|
|
1517
1517
|
/**
|
|
1518
1518
|
* Divide Width Y Reverse
|
|
@@ -1524,14 +1524,14 @@ const f = (e) => {
|
|
|
1524
1524
|
* @see https://tailwindcss.com/docs/border-style
|
|
1525
1525
|
*/
|
|
1526
1526
|
"border-style": [{
|
|
1527
|
-
border: [...
|
|
1527
|
+
border: [...J(), "hidden", "none"]
|
|
1528
1528
|
}],
|
|
1529
1529
|
/**
|
|
1530
1530
|
* Divide Style
|
|
1531
1531
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1532
1532
|
*/
|
|
1533
1533
|
"divide-style": [{
|
|
1534
|
-
divide: [...
|
|
1534
|
+
divide: [...J(), "hidden", "none"]
|
|
1535
1535
|
}],
|
|
1536
1536
|
/**
|
|
1537
1537
|
* Border Color
|
|
@@ -1608,21 +1608,21 @@ const f = (e) => {
|
|
|
1608
1608
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1609
1609
|
*/
|
|
1610
1610
|
"outline-style": [{
|
|
1611
|
-
outline: [...
|
|
1611
|
+
outline: [...J(), "none", "hidden"]
|
|
1612
1612
|
}],
|
|
1613
1613
|
/**
|
|
1614
1614
|
* Outline Offset
|
|
1615
1615
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1616
1616
|
*/
|
|
1617
1617
|
"outline-offset": [{
|
|
1618
|
-
"outline-offset": [
|
|
1618
|
+
"outline-offset": [m, t, r]
|
|
1619
1619
|
}],
|
|
1620
1620
|
/**
|
|
1621
1621
|
* Outline Width
|
|
1622
1622
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1623
1623
|
*/
|
|
1624
1624
|
"outline-w": [{
|
|
1625
|
-
outline: ["",
|
|
1625
|
+
outline: ["", m, U, T]
|
|
1626
1626
|
}],
|
|
1627
1627
|
/**
|
|
1628
1628
|
* Outline Color
|
|
@@ -1643,9 +1643,9 @@ const f = (e) => {
|
|
|
1643
1643
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1644
1644
|
"",
|
|
1645
1645
|
"none",
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1646
|
+
f,
|
|
1647
|
+
Y,
|
|
1648
|
+
K
|
|
1649
1649
|
]
|
|
1650
1650
|
}],
|
|
1651
1651
|
/**
|
|
@@ -1660,7 +1660,7 @@ const f = (e) => {
|
|
|
1660
1660
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1661
1661
|
*/
|
|
1662
1662
|
"inset-shadow": [{
|
|
1663
|
-
"inset-shadow": ["none",
|
|
1663
|
+
"inset-shadow": ["none", w, Y, K]
|
|
1664
1664
|
}],
|
|
1665
1665
|
/**
|
|
1666
1666
|
* Inset Box Shadow Color
|
|
@@ -1674,7 +1674,7 @@ const f = (e) => {
|
|
|
1674
1674
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1675
1675
|
*/
|
|
1676
1676
|
"ring-w": [{
|
|
1677
|
-
ring:
|
|
1677
|
+
ring: k()
|
|
1678
1678
|
}],
|
|
1679
1679
|
/**
|
|
1680
1680
|
* Ring Width Inset
|
|
@@ -1697,7 +1697,7 @@ const f = (e) => {
|
|
|
1697
1697
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1698
1698
|
*/
|
|
1699
1699
|
"ring-offset-w": [{
|
|
1700
|
-
"ring-offset": [
|
|
1700
|
+
"ring-offset": [m, T]
|
|
1701
1701
|
}],
|
|
1702
1702
|
/**
|
|
1703
1703
|
* Ring Offset Color
|
|
@@ -1713,7 +1713,7 @@ const f = (e) => {
|
|
|
1713
1713
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1714
1714
|
*/
|
|
1715
1715
|
"inset-ring-w": [{
|
|
1716
|
-
"inset-ring":
|
|
1716
|
+
"inset-ring": k()
|
|
1717
1717
|
}],
|
|
1718
1718
|
/**
|
|
1719
1719
|
* Inset Ring Color
|
|
@@ -1727,7 +1727,7 @@ const f = (e) => {
|
|
|
1727
1727
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1728
1728
|
*/
|
|
1729
1729
|
"text-shadow": [{
|
|
1730
|
-
"text-shadow": ["none",
|
|
1730
|
+
"text-shadow": ["none", z, Y, K]
|
|
1731
1731
|
}],
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Text Shadow Color
|
|
@@ -1741,21 +1741,21 @@ const f = (e) => {
|
|
|
1741
1741
|
* @see https://tailwindcss.com/docs/opacity
|
|
1742
1742
|
*/
|
|
1743
1743
|
opacity: [{
|
|
1744
|
-
opacity: [
|
|
1744
|
+
opacity: [m, t, r]
|
|
1745
1745
|
}],
|
|
1746
1746
|
/**
|
|
1747
1747
|
* Mix Blend Mode
|
|
1748
1748
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1749
1749
|
*/
|
|
1750
1750
|
"mix-blend": [{
|
|
1751
|
-
"mix-blend": [...
|
|
1751
|
+
"mix-blend": [...ue(), "plus-darker", "plus-lighter"]
|
|
1752
1752
|
}],
|
|
1753
1753
|
/**
|
|
1754
1754
|
* Background Blend Mode
|
|
1755
1755
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1756
1756
|
*/
|
|
1757
1757
|
"bg-blend": [{
|
|
1758
|
-
"bg-blend":
|
|
1758
|
+
"bg-blend": ue()
|
|
1759
1759
|
}],
|
|
1760
1760
|
/**
|
|
1761
1761
|
* Mask Clip
|
|
@@ -1776,13 +1776,13 @@ const f = (e) => {
|
|
|
1776
1776
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1777
1777
|
*/
|
|
1778
1778
|
"mask-image-linear-pos": [{
|
|
1779
|
-
"mask-linear": [
|
|
1779
|
+
"mask-linear": [m]
|
|
1780
1780
|
}],
|
|
1781
1781
|
"mask-image-linear-from-pos": [{
|
|
1782
|
-
"mask-linear-from":
|
|
1782
|
+
"mask-linear-from": h()
|
|
1783
1783
|
}],
|
|
1784
1784
|
"mask-image-linear-to-pos": [{
|
|
1785
|
-
"mask-linear-to":
|
|
1785
|
+
"mask-linear-to": h()
|
|
1786
1786
|
}],
|
|
1787
1787
|
"mask-image-linear-from-color": [{
|
|
1788
1788
|
"mask-linear-from": a()
|
|
@@ -1791,10 +1791,10 @@ const f = (e) => {
|
|
|
1791
1791
|
"mask-linear-to": a()
|
|
1792
1792
|
}],
|
|
1793
1793
|
"mask-image-t-from-pos": [{
|
|
1794
|
-
"mask-t-from":
|
|
1794
|
+
"mask-t-from": h()
|
|
1795
1795
|
}],
|
|
1796
1796
|
"mask-image-t-to-pos": [{
|
|
1797
|
-
"mask-t-to":
|
|
1797
|
+
"mask-t-to": h()
|
|
1798
1798
|
}],
|
|
1799
1799
|
"mask-image-t-from-color": [{
|
|
1800
1800
|
"mask-t-from": a()
|
|
@@ -1803,10 +1803,10 @@ const f = (e) => {
|
|
|
1803
1803
|
"mask-t-to": a()
|
|
1804
1804
|
}],
|
|
1805
1805
|
"mask-image-r-from-pos": [{
|
|
1806
|
-
"mask-r-from":
|
|
1806
|
+
"mask-r-from": h()
|
|
1807
1807
|
}],
|
|
1808
1808
|
"mask-image-r-to-pos": [{
|
|
1809
|
-
"mask-r-to":
|
|
1809
|
+
"mask-r-to": h()
|
|
1810
1810
|
}],
|
|
1811
1811
|
"mask-image-r-from-color": [{
|
|
1812
1812
|
"mask-r-from": a()
|
|
@@ -1815,10 +1815,10 @@ const f = (e) => {
|
|
|
1815
1815
|
"mask-r-to": a()
|
|
1816
1816
|
}],
|
|
1817
1817
|
"mask-image-b-from-pos": [{
|
|
1818
|
-
"mask-b-from":
|
|
1818
|
+
"mask-b-from": h()
|
|
1819
1819
|
}],
|
|
1820
1820
|
"mask-image-b-to-pos": [{
|
|
1821
|
-
"mask-b-to":
|
|
1821
|
+
"mask-b-to": h()
|
|
1822
1822
|
}],
|
|
1823
1823
|
"mask-image-b-from-color": [{
|
|
1824
1824
|
"mask-b-from": a()
|
|
@@ -1827,10 +1827,10 @@ const f = (e) => {
|
|
|
1827
1827
|
"mask-b-to": a()
|
|
1828
1828
|
}],
|
|
1829
1829
|
"mask-image-l-from-pos": [{
|
|
1830
|
-
"mask-l-from":
|
|
1830
|
+
"mask-l-from": h()
|
|
1831
1831
|
}],
|
|
1832
1832
|
"mask-image-l-to-pos": [{
|
|
1833
|
-
"mask-l-to":
|
|
1833
|
+
"mask-l-to": h()
|
|
1834
1834
|
}],
|
|
1835
1835
|
"mask-image-l-from-color": [{
|
|
1836
1836
|
"mask-l-from": a()
|
|
@@ -1839,10 +1839,10 @@ const f = (e) => {
|
|
|
1839
1839
|
"mask-l-to": a()
|
|
1840
1840
|
}],
|
|
1841
1841
|
"mask-image-x-from-pos": [{
|
|
1842
|
-
"mask-x-from":
|
|
1842
|
+
"mask-x-from": h()
|
|
1843
1843
|
}],
|
|
1844
1844
|
"mask-image-x-to-pos": [{
|
|
1845
|
-
"mask-x-to":
|
|
1845
|
+
"mask-x-to": h()
|
|
1846
1846
|
}],
|
|
1847
1847
|
"mask-image-x-from-color": [{
|
|
1848
1848
|
"mask-x-from": a()
|
|
@@ -1851,10 +1851,10 @@ const f = (e) => {
|
|
|
1851
1851
|
"mask-x-to": a()
|
|
1852
1852
|
}],
|
|
1853
1853
|
"mask-image-y-from-pos": [{
|
|
1854
|
-
"mask-y-from":
|
|
1854
|
+
"mask-y-from": h()
|
|
1855
1855
|
}],
|
|
1856
1856
|
"mask-image-y-to-pos": [{
|
|
1857
|
-
"mask-y-to":
|
|
1857
|
+
"mask-y-to": h()
|
|
1858
1858
|
}],
|
|
1859
1859
|
"mask-image-y-from-color": [{
|
|
1860
1860
|
"mask-y-from": a()
|
|
@@ -1863,13 +1863,13 @@ const f = (e) => {
|
|
|
1863
1863
|
"mask-y-to": a()
|
|
1864
1864
|
}],
|
|
1865
1865
|
"mask-image-radial": [{
|
|
1866
|
-
"mask-radial": [
|
|
1866
|
+
"mask-radial": [t, r]
|
|
1867
1867
|
}],
|
|
1868
1868
|
"mask-image-radial-from-pos": [{
|
|
1869
|
-
"mask-radial-from":
|
|
1869
|
+
"mask-radial-from": h()
|
|
1870
1870
|
}],
|
|
1871
1871
|
"mask-image-radial-to-pos": [{
|
|
1872
|
-
"mask-radial-to":
|
|
1872
|
+
"mask-radial-to": h()
|
|
1873
1873
|
}],
|
|
1874
1874
|
"mask-image-radial-from-color": [{
|
|
1875
1875
|
"mask-radial-from": a()
|
|
@@ -1887,16 +1887,16 @@ const f = (e) => {
|
|
|
1887
1887
|
}]
|
|
1888
1888
|
}],
|
|
1889
1889
|
"mask-image-radial-pos": [{
|
|
1890
|
-
"mask-radial-at":
|
|
1890
|
+
"mask-radial-at": N()
|
|
1891
1891
|
}],
|
|
1892
1892
|
"mask-image-conic-pos": [{
|
|
1893
|
-
"mask-conic": [
|
|
1893
|
+
"mask-conic": [m]
|
|
1894
1894
|
}],
|
|
1895
1895
|
"mask-image-conic-from-pos": [{
|
|
1896
|
-
"mask-conic-from":
|
|
1896
|
+
"mask-conic-from": h()
|
|
1897
1897
|
}],
|
|
1898
1898
|
"mask-image-conic-to-pos": [{
|
|
1899
|
-
"mask-conic-to":
|
|
1899
|
+
"mask-conic-to": h()
|
|
1900
1900
|
}],
|
|
1901
1901
|
"mask-image-conic-from-color": [{
|
|
1902
1902
|
"mask-conic-from": a()
|
|
@@ -1951,7 +1951,7 @@ const f = (e) => {
|
|
|
1951
1951
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1952
1952
|
*/
|
|
1953
1953
|
"mask-image": [{
|
|
1954
|
-
mask: ["none",
|
|
1954
|
+
mask: ["none", t, r]
|
|
1955
1955
|
}],
|
|
1956
1956
|
// ---------------
|
|
1957
1957
|
// --- Filters ---
|
|
@@ -1965,8 +1965,8 @@ const f = (e) => {
|
|
|
1965
1965
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1966
1966
|
"",
|
|
1967
1967
|
"none",
|
|
1968
|
-
|
|
1969
|
-
|
|
1968
|
+
t,
|
|
1969
|
+
r
|
|
1970
1970
|
]
|
|
1971
1971
|
}],
|
|
1972
1972
|
/**
|
|
@@ -1974,21 +1974,21 @@ const f = (e) => {
|
|
|
1974
1974
|
* @see https://tailwindcss.com/docs/blur
|
|
1975
1975
|
*/
|
|
1976
1976
|
blur: [{
|
|
1977
|
-
blur:
|
|
1977
|
+
blur: pe()
|
|
1978
1978
|
}],
|
|
1979
1979
|
/**
|
|
1980
1980
|
* Brightness
|
|
1981
1981
|
* @see https://tailwindcss.com/docs/brightness
|
|
1982
1982
|
*/
|
|
1983
1983
|
brightness: [{
|
|
1984
|
-
brightness: [
|
|
1984
|
+
brightness: [m, t, r]
|
|
1985
1985
|
}],
|
|
1986
1986
|
/**
|
|
1987
1987
|
* Contrast
|
|
1988
1988
|
* @see https://tailwindcss.com/docs/contrast
|
|
1989
1989
|
*/
|
|
1990
1990
|
contrast: [{
|
|
1991
|
-
contrast: [
|
|
1991
|
+
contrast: [m, t, r]
|
|
1992
1992
|
}],
|
|
1993
1993
|
/**
|
|
1994
1994
|
* Drop Shadow
|
|
@@ -1999,9 +1999,9 @@ const f = (e) => {
|
|
|
1999
1999
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2000
2000
|
"",
|
|
2001
2001
|
"none",
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2002
|
+
R,
|
|
2003
|
+
Y,
|
|
2004
|
+
K
|
|
2005
2005
|
]
|
|
2006
2006
|
}],
|
|
2007
2007
|
/**
|
|
@@ -2016,35 +2016,35 @@ const f = (e) => {
|
|
|
2016
2016
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2017
2017
|
*/
|
|
2018
2018
|
grayscale: [{
|
|
2019
|
-
grayscale: ["",
|
|
2019
|
+
grayscale: ["", m, t, r]
|
|
2020
2020
|
}],
|
|
2021
2021
|
/**
|
|
2022
2022
|
* Hue Rotate
|
|
2023
2023
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2024
2024
|
*/
|
|
2025
2025
|
"hue-rotate": [{
|
|
2026
|
-
"hue-rotate": [
|
|
2026
|
+
"hue-rotate": [m, t, r]
|
|
2027
2027
|
}],
|
|
2028
2028
|
/**
|
|
2029
2029
|
* Invert
|
|
2030
2030
|
* @see https://tailwindcss.com/docs/invert
|
|
2031
2031
|
*/
|
|
2032
2032
|
invert: [{
|
|
2033
|
-
invert: ["",
|
|
2033
|
+
invert: ["", m, t, r]
|
|
2034
2034
|
}],
|
|
2035
2035
|
/**
|
|
2036
2036
|
* Saturate
|
|
2037
2037
|
* @see https://tailwindcss.com/docs/saturate
|
|
2038
2038
|
*/
|
|
2039
2039
|
saturate: [{
|
|
2040
|
-
saturate: [
|
|
2040
|
+
saturate: [m, t, r]
|
|
2041
2041
|
}],
|
|
2042
2042
|
/**
|
|
2043
2043
|
* Sepia
|
|
2044
2044
|
* @see https://tailwindcss.com/docs/sepia
|
|
2045
2045
|
*/
|
|
2046
2046
|
sepia: [{
|
|
2047
|
-
sepia: ["",
|
|
2047
|
+
sepia: ["", m, t, r]
|
|
2048
2048
|
}],
|
|
2049
2049
|
/**
|
|
2050
2050
|
* Backdrop Filter
|
|
@@ -2055,8 +2055,8 @@ const f = (e) => {
|
|
|
2055
2055
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2056
2056
|
"",
|
|
2057
2057
|
"none",
|
|
2058
|
-
|
|
2059
|
-
|
|
2058
|
+
t,
|
|
2059
|
+
r
|
|
2060
2060
|
]
|
|
2061
2061
|
}],
|
|
2062
2062
|
/**
|
|
@@ -2064,63 +2064,63 @@ const f = (e) => {
|
|
|
2064
2064
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2065
2065
|
*/
|
|
2066
2066
|
"backdrop-blur": [{
|
|
2067
|
-
"backdrop-blur":
|
|
2067
|
+
"backdrop-blur": pe()
|
|
2068
2068
|
}],
|
|
2069
2069
|
/**
|
|
2070
2070
|
* Backdrop Brightness
|
|
2071
2071
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2072
2072
|
*/
|
|
2073
2073
|
"backdrop-brightness": [{
|
|
2074
|
-
"backdrop-brightness": [
|
|
2074
|
+
"backdrop-brightness": [m, t, r]
|
|
2075
2075
|
}],
|
|
2076
2076
|
/**
|
|
2077
2077
|
* Backdrop Contrast
|
|
2078
2078
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2079
2079
|
*/
|
|
2080
2080
|
"backdrop-contrast": [{
|
|
2081
|
-
"backdrop-contrast": [
|
|
2081
|
+
"backdrop-contrast": [m, t, r]
|
|
2082
2082
|
}],
|
|
2083
2083
|
/**
|
|
2084
2084
|
* Backdrop Grayscale
|
|
2085
2085
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2086
2086
|
*/
|
|
2087
2087
|
"backdrop-grayscale": [{
|
|
2088
|
-
"backdrop-grayscale": ["",
|
|
2088
|
+
"backdrop-grayscale": ["", m, t, r]
|
|
2089
2089
|
}],
|
|
2090
2090
|
/**
|
|
2091
2091
|
* Backdrop Hue Rotate
|
|
2092
2092
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2093
2093
|
*/
|
|
2094
2094
|
"backdrop-hue-rotate": [{
|
|
2095
|
-
"backdrop-hue-rotate": [
|
|
2095
|
+
"backdrop-hue-rotate": [m, t, r]
|
|
2096
2096
|
}],
|
|
2097
2097
|
/**
|
|
2098
2098
|
* Backdrop Invert
|
|
2099
2099
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2100
2100
|
*/
|
|
2101
2101
|
"backdrop-invert": [{
|
|
2102
|
-
"backdrop-invert": ["",
|
|
2102
|
+
"backdrop-invert": ["", m, t, r]
|
|
2103
2103
|
}],
|
|
2104
2104
|
/**
|
|
2105
2105
|
* Backdrop Opacity
|
|
2106
2106
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2107
2107
|
*/
|
|
2108
2108
|
"backdrop-opacity": [{
|
|
2109
|
-
"backdrop-opacity": [
|
|
2109
|
+
"backdrop-opacity": [m, t, r]
|
|
2110
2110
|
}],
|
|
2111
2111
|
/**
|
|
2112
2112
|
* Backdrop Saturate
|
|
2113
2113
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2114
2114
|
*/
|
|
2115
2115
|
"backdrop-saturate": [{
|
|
2116
|
-
"backdrop-saturate": [
|
|
2116
|
+
"backdrop-saturate": [m, t, r]
|
|
2117
2117
|
}],
|
|
2118
2118
|
/**
|
|
2119
2119
|
* Backdrop Sepia
|
|
2120
2120
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2121
2121
|
*/
|
|
2122
2122
|
"backdrop-sepia": [{
|
|
2123
|
-
"backdrop-sepia": ["",
|
|
2123
|
+
"backdrop-sepia": ["", m, t, r]
|
|
2124
2124
|
}],
|
|
2125
2125
|
// --------------
|
|
2126
2126
|
// --- Tables ---
|
|
@@ -2137,21 +2137,21 @@ const f = (e) => {
|
|
|
2137
2137
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2138
2138
|
*/
|
|
2139
2139
|
"border-spacing": [{
|
|
2140
|
-
"border-spacing":
|
|
2140
|
+
"border-spacing": d()
|
|
2141
2141
|
}],
|
|
2142
2142
|
/**
|
|
2143
2143
|
* Border Spacing X
|
|
2144
2144
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2145
2145
|
*/
|
|
2146
2146
|
"border-spacing-x": [{
|
|
2147
|
-
"border-spacing-x":
|
|
2147
|
+
"border-spacing-x": d()
|
|
2148
2148
|
}],
|
|
2149
2149
|
/**
|
|
2150
2150
|
* Border Spacing Y
|
|
2151
2151
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2152
2152
|
*/
|
|
2153
2153
|
"border-spacing-y": [{
|
|
2154
|
-
"border-spacing-y":
|
|
2154
|
+
"border-spacing-y": d()
|
|
2155
2155
|
}],
|
|
2156
2156
|
/**
|
|
2157
2157
|
* Table Layout
|
|
@@ -2175,7 +2175,7 @@ const f = (e) => {
|
|
|
2175
2175
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2176
2176
|
*/
|
|
2177
2177
|
transition: [{
|
|
2178
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2178
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", t, r]
|
|
2179
2179
|
}],
|
|
2180
2180
|
/**
|
|
2181
2181
|
* Transition Behavior
|
|
@@ -2189,28 +2189,28 @@ const f = (e) => {
|
|
|
2189
2189
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2190
2190
|
*/
|
|
2191
2191
|
duration: [{
|
|
2192
|
-
duration: [
|
|
2192
|
+
duration: [m, "initial", t, r]
|
|
2193
2193
|
}],
|
|
2194
2194
|
/**
|
|
2195
2195
|
* Transition Timing Function
|
|
2196
2196
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2197
2197
|
*/
|
|
2198
2198
|
ease: [{
|
|
2199
|
-
ease: ["linear", "initial",
|
|
2199
|
+
ease: ["linear", "initial", I, t, r]
|
|
2200
2200
|
}],
|
|
2201
2201
|
/**
|
|
2202
2202
|
* Transition Delay
|
|
2203
2203
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2204
2204
|
*/
|
|
2205
2205
|
delay: [{
|
|
2206
|
-
delay: [
|
|
2206
|
+
delay: [m, t, r]
|
|
2207
2207
|
}],
|
|
2208
2208
|
/**
|
|
2209
2209
|
* Animation
|
|
2210
2210
|
* @see https://tailwindcss.com/docs/animation
|
|
2211
2211
|
*/
|
|
2212
2212
|
animate: [{
|
|
2213
|
-
animate: ["none",
|
|
2213
|
+
animate: ["none", W, t, r]
|
|
2214
2214
|
}],
|
|
2215
2215
|
// ------------------
|
|
2216
2216
|
// --- Transforms ---
|
|
@@ -2227,70 +2227,70 @@ const f = (e) => {
|
|
|
2227
2227
|
* @see https://tailwindcss.com/docs/perspective
|
|
2228
2228
|
*/
|
|
2229
2229
|
perspective: [{
|
|
2230
|
-
perspective: [
|
|
2230
|
+
perspective: [v, t, r]
|
|
2231
2231
|
}],
|
|
2232
2232
|
/**
|
|
2233
2233
|
* Perspective Origin
|
|
2234
2234
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2235
2235
|
*/
|
|
2236
2236
|
"perspective-origin": [{
|
|
2237
|
-
"perspective-origin":
|
|
2237
|
+
"perspective-origin": V()
|
|
2238
2238
|
}],
|
|
2239
2239
|
/**
|
|
2240
2240
|
* Rotate
|
|
2241
2241
|
* @see https://tailwindcss.com/docs/rotate
|
|
2242
2242
|
*/
|
|
2243
2243
|
rotate: [{
|
|
2244
|
-
rotate:
|
|
2244
|
+
rotate: q()
|
|
2245
2245
|
}],
|
|
2246
2246
|
/**
|
|
2247
2247
|
* Rotate X
|
|
2248
2248
|
* @see https://tailwindcss.com/docs/rotate
|
|
2249
2249
|
*/
|
|
2250
2250
|
"rotate-x": [{
|
|
2251
|
-
"rotate-x":
|
|
2251
|
+
"rotate-x": q()
|
|
2252
2252
|
}],
|
|
2253
2253
|
/**
|
|
2254
2254
|
* Rotate Y
|
|
2255
2255
|
* @see https://tailwindcss.com/docs/rotate
|
|
2256
2256
|
*/
|
|
2257
2257
|
"rotate-y": [{
|
|
2258
|
-
"rotate-y":
|
|
2258
|
+
"rotate-y": q()
|
|
2259
2259
|
}],
|
|
2260
2260
|
/**
|
|
2261
2261
|
* Rotate Z
|
|
2262
2262
|
* @see https://tailwindcss.com/docs/rotate
|
|
2263
2263
|
*/
|
|
2264
2264
|
"rotate-z": [{
|
|
2265
|
-
"rotate-z":
|
|
2265
|
+
"rotate-z": q()
|
|
2266
2266
|
}],
|
|
2267
2267
|
/**
|
|
2268
2268
|
* Scale
|
|
2269
2269
|
* @see https://tailwindcss.com/docs/scale
|
|
2270
2270
|
*/
|
|
2271
2271
|
scale: [{
|
|
2272
|
-
scale:
|
|
2272
|
+
scale: H()
|
|
2273
2273
|
}],
|
|
2274
2274
|
/**
|
|
2275
2275
|
* Scale X
|
|
2276
2276
|
* @see https://tailwindcss.com/docs/scale
|
|
2277
2277
|
*/
|
|
2278
2278
|
"scale-x": [{
|
|
2279
|
-
"scale-x":
|
|
2279
|
+
"scale-x": H()
|
|
2280
2280
|
}],
|
|
2281
2281
|
/**
|
|
2282
2282
|
* Scale Y
|
|
2283
2283
|
* @see https://tailwindcss.com/docs/scale
|
|
2284
2284
|
*/
|
|
2285
2285
|
"scale-y": [{
|
|
2286
|
-
"scale-y":
|
|
2286
|
+
"scale-y": H()
|
|
2287
2287
|
}],
|
|
2288
2288
|
/**
|
|
2289
2289
|
* Scale Z
|
|
2290
2290
|
* @see https://tailwindcss.com/docs/scale
|
|
2291
2291
|
*/
|
|
2292
2292
|
"scale-z": [{
|
|
2293
|
-
"scale-z":
|
|
2293
|
+
"scale-z": H()
|
|
2294
2294
|
}],
|
|
2295
2295
|
/**
|
|
2296
2296
|
* Scale 3D
|
|
@@ -2302,35 +2302,35 @@ const f = (e) => {
|
|
|
2302
2302
|
* @see https://tailwindcss.com/docs/skew
|
|
2303
2303
|
*/
|
|
2304
2304
|
skew: [{
|
|
2305
|
-
skew:
|
|
2305
|
+
skew: Q()
|
|
2306
2306
|
}],
|
|
2307
2307
|
/**
|
|
2308
2308
|
* Skew X
|
|
2309
2309
|
* @see https://tailwindcss.com/docs/skew
|
|
2310
2310
|
*/
|
|
2311
2311
|
"skew-x": [{
|
|
2312
|
-
"skew-x":
|
|
2312
|
+
"skew-x": Q()
|
|
2313
2313
|
}],
|
|
2314
2314
|
/**
|
|
2315
2315
|
* Skew Y
|
|
2316
2316
|
* @see https://tailwindcss.com/docs/skew
|
|
2317
2317
|
*/
|
|
2318
2318
|
"skew-y": [{
|
|
2319
|
-
"skew-y":
|
|
2319
|
+
"skew-y": Q()
|
|
2320
2320
|
}],
|
|
2321
2321
|
/**
|
|
2322
2322
|
* Transform
|
|
2323
2323
|
* @see https://tailwindcss.com/docs/transform
|
|
2324
2324
|
*/
|
|
2325
2325
|
transform: [{
|
|
2326
|
-
transform: [
|
|
2326
|
+
transform: [t, r, "", "none", "gpu", "cpu"]
|
|
2327
2327
|
}],
|
|
2328
2328
|
/**
|
|
2329
2329
|
* Transform Origin
|
|
2330
2330
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2331
2331
|
*/
|
|
2332
2332
|
"transform-origin": [{
|
|
2333
|
-
origin:
|
|
2333
|
+
origin: V()
|
|
2334
2334
|
}],
|
|
2335
2335
|
/**
|
|
2336
2336
|
* Transform Style
|
|
@@ -2408,7 +2408,7 @@ const f = (e) => {
|
|
|
2408
2408
|
* @see https://tailwindcss.com/docs/cursor
|
|
2409
2409
|
*/
|
|
2410
2410
|
cursor: [{
|
|
2411
|
-
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",
|
|
2411
|
+
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", t, r]
|
|
2412
2412
|
}],
|
|
2413
2413
|
/**
|
|
2414
2414
|
* Field Sizing
|
|
@@ -2443,126 +2443,126 @@ const f = (e) => {
|
|
|
2443
2443
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2444
2444
|
*/
|
|
2445
2445
|
"scroll-m": [{
|
|
2446
|
-
"scroll-m":
|
|
2446
|
+
"scroll-m": d()
|
|
2447
2447
|
}],
|
|
2448
2448
|
/**
|
|
2449
2449
|
* Scroll Margin X
|
|
2450
2450
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2451
2451
|
*/
|
|
2452
2452
|
"scroll-mx": [{
|
|
2453
|
-
"scroll-mx":
|
|
2453
|
+
"scroll-mx": d()
|
|
2454
2454
|
}],
|
|
2455
2455
|
/**
|
|
2456
2456
|
* Scroll Margin Y
|
|
2457
2457
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2458
2458
|
*/
|
|
2459
2459
|
"scroll-my": [{
|
|
2460
|
-
"scroll-my":
|
|
2460
|
+
"scroll-my": d()
|
|
2461
2461
|
}],
|
|
2462
2462
|
/**
|
|
2463
2463
|
* Scroll Margin Start
|
|
2464
2464
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2465
2465
|
*/
|
|
2466
2466
|
"scroll-ms": [{
|
|
2467
|
-
"scroll-ms":
|
|
2467
|
+
"scroll-ms": d()
|
|
2468
2468
|
}],
|
|
2469
2469
|
/**
|
|
2470
2470
|
* Scroll Margin End
|
|
2471
2471
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2472
2472
|
*/
|
|
2473
2473
|
"scroll-me": [{
|
|
2474
|
-
"scroll-me":
|
|
2474
|
+
"scroll-me": d()
|
|
2475
2475
|
}],
|
|
2476
2476
|
/**
|
|
2477
2477
|
* Scroll Margin Top
|
|
2478
2478
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2479
2479
|
*/
|
|
2480
2480
|
"scroll-mt": [{
|
|
2481
|
-
"scroll-mt":
|
|
2481
|
+
"scroll-mt": d()
|
|
2482
2482
|
}],
|
|
2483
2483
|
/**
|
|
2484
2484
|
* Scroll Margin Right
|
|
2485
2485
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2486
2486
|
*/
|
|
2487
2487
|
"scroll-mr": [{
|
|
2488
|
-
"scroll-mr":
|
|
2488
|
+
"scroll-mr": d()
|
|
2489
2489
|
}],
|
|
2490
2490
|
/**
|
|
2491
2491
|
* Scroll Margin Bottom
|
|
2492
2492
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2493
2493
|
*/
|
|
2494
2494
|
"scroll-mb": [{
|
|
2495
|
-
"scroll-mb":
|
|
2495
|
+
"scroll-mb": d()
|
|
2496
2496
|
}],
|
|
2497
2497
|
/**
|
|
2498
2498
|
* Scroll Margin Left
|
|
2499
2499
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2500
2500
|
*/
|
|
2501
2501
|
"scroll-ml": [{
|
|
2502
|
-
"scroll-ml":
|
|
2502
|
+
"scroll-ml": d()
|
|
2503
2503
|
}],
|
|
2504
2504
|
/**
|
|
2505
2505
|
* Scroll Padding
|
|
2506
2506
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2507
2507
|
*/
|
|
2508
2508
|
"scroll-p": [{
|
|
2509
|
-
"scroll-p":
|
|
2509
|
+
"scroll-p": d()
|
|
2510
2510
|
}],
|
|
2511
2511
|
/**
|
|
2512
2512
|
* Scroll Padding X
|
|
2513
2513
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2514
2514
|
*/
|
|
2515
2515
|
"scroll-px": [{
|
|
2516
|
-
"scroll-px":
|
|
2516
|
+
"scroll-px": d()
|
|
2517
2517
|
}],
|
|
2518
2518
|
/**
|
|
2519
2519
|
* Scroll Padding Y
|
|
2520
2520
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2521
2521
|
*/
|
|
2522
2522
|
"scroll-py": [{
|
|
2523
|
-
"scroll-py":
|
|
2523
|
+
"scroll-py": d()
|
|
2524
2524
|
}],
|
|
2525
2525
|
/**
|
|
2526
2526
|
* Scroll Padding Start
|
|
2527
2527
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2528
2528
|
*/
|
|
2529
2529
|
"scroll-ps": [{
|
|
2530
|
-
"scroll-ps":
|
|
2530
|
+
"scroll-ps": d()
|
|
2531
2531
|
}],
|
|
2532
2532
|
/**
|
|
2533
2533
|
* Scroll Padding End
|
|
2534
2534
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2535
2535
|
*/
|
|
2536
2536
|
"scroll-pe": [{
|
|
2537
|
-
"scroll-pe":
|
|
2537
|
+
"scroll-pe": d()
|
|
2538
2538
|
}],
|
|
2539
2539
|
/**
|
|
2540
2540
|
* Scroll Padding Top
|
|
2541
2541
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2542
2542
|
*/
|
|
2543
2543
|
"scroll-pt": [{
|
|
2544
|
-
"scroll-pt":
|
|
2544
|
+
"scroll-pt": d()
|
|
2545
2545
|
}],
|
|
2546
2546
|
/**
|
|
2547
2547
|
* Scroll Padding Right
|
|
2548
2548
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2549
2549
|
*/
|
|
2550
2550
|
"scroll-pr": [{
|
|
2551
|
-
"scroll-pr":
|
|
2551
|
+
"scroll-pr": d()
|
|
2552
2552
|
}],
|
|
2553
2553
|
/**
|
|
2554
2554
|
* Scroll Padding Bottom
|
|
2555
2555
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2556
2556
|
*/
|
|
2557
2557
|
"scroll-pb": [{
|
|
2558
|
-
"scroll-pb":
|
|
2558
|
+
"scroll-pb": d()
|
|
2559
2559
|
}],
|
|
2560
2560
|
/**
|
|
2561
2561
|
* Scroll Padding Left
|
|
2562
2562
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2563
2563
|
*/
|
|
2564
2564
|
"scroll-pl": [{
|
|
2565
|
-
"scroll-pl":
|
|
2565
|
+
"scroll-pl": d()
|
|
2566
2566
|
}],
|
|
2567
2567
|
/**
|
|
2568
2568
|
* Scroll Snap Align
|
|
@@ -2630,7 +2630,7 @@ const f = (e) => {
|
|
|
2630
2630
|
* @see https://tailwindcss.com/docs/will-change
|
|
2631
2631
|
*/
|
|
2632
2632
|
"will-change": [{
|
|
2633
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2633
|
+
"will-change": ["auto", "scroll", "contents", "transform", t, r]
|
|
2634
2634
|
}],
|
|
2635
2635
|
// -----------
|
|
2636
2636
|
// --- SVG ---
|
|
@@ -2647,7 +2647,7 @@ const f = (e) => {
|
|
|
2647
2647
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2648
2648
|
*/
|
|
2649
2649
|
"stroke-w": [{
|
|
2650
|
-
stroke: [
|
|
2650
|
+
stroke: [m, U, T, oe]
|
|
2651
2651
|
}],
|
|
2652
2652
|
/**
|
|
2653
2653
|
* Stroke
|
|
@@ -2722,10 +2722,171 @@ const f = (e) => {
|
|
|
2722
2722
|
},
|
|
2723
2723
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2724
2724
|
};
|
|
2725
|
-
},
|
|
2726
|
-
function
|
|
2727
|
-
return
|
|
2725
|
+
}, mo = /* @__PURE__ */ $e(co);
|
|
2726
|
+
function go(...e) {
|
|
2727
|
+
return mo(ye(e));
|
|
2728
2728
|
}
|
|
2729
|
+
const xe = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, we = ye, uo = (e, n) => (o) => {
|
|
2730
|
+
var s;
|
|
2731
|
+
if ((n == null ? void 0 : n.variants) == null) return we(e, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
|
|
2732
|
+
const { variants: l, defaultVariants: c } = n, i = Object.keys(l).map((g) => {
|
|
2733
|
+
const f = o == null ? void 0 : o[g], w = c == null ? void 0 : c[g];
|
|
2734
|
+
if (f === null) return null;
|
|
2735
|
+
const z = xe(f) || xe(w);
|
|
2736
|
+
return l[g][z];
|
|
2737
|
+
}), p = o && Object.entries(o).reduce((g, f) => {
|
|
2738
|
+
let [w, z] = f;
|
|
2739
|
+
return z === void 0 || (g[w] = z), g;
|
|
2740
|
+
}, {}), u = n == null || (s = n.compoundVariants) === null || s === void 0 ? void 0 : s.reduce((g, f) => {
|
|
2741
|
+
let { class: w, className: z, ...R } = f;
|
|
2742
|
+
return Object.entries(R).every((y) => {
|
|
2743
|
+
let [v, A] = y;
|
|
2744
|
+
return Array.isArray(A) ? A.includes({
|
|
2745
|
+
...c,
|
|
2746
|
+
...p
|
|
2747
|
+
}[v]) : {
|
|
2748
|
+
...c,
|
|
2749
|
+
...p
|
|
2750
|
+
}[v] === A;
|
|
2751
|
+
}) ? [
|
|
2752
|
+
...g,
|
|
2753
|
+
w,
|
|
2754
|
+
z
|
|
2755
|
+
] : g;
|
|
2756
|
+
}, []);
|
|
2757
|
+
return we(e, i, u, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
|
|
2758
|
+
}, fo = {
|
|
2759
|
+
start: "justify-start",
|
|
2760
|
+
end: "justify-end",
|
|
2761
|
+
center: "justify-center",
|
|
2762
|
+
between: "justify-between",
|
|
2763
|
+
around: "justify-around",
|
|
2764
|
+
evenly: "justify-evenly",
|
|
2765
|
+
stretch: "justify-stretch"
|
|
2766
|
+
}, bo = {
|
|
2767
|
+
start: "items-start",
|
|
2768
|
+
end: "items-end",
|
|
2769
|
+
center: "items-center",
|
|
2770
|
+
baseline: "items-baseline",
|
|
2771
|
+
stretch: "items-stretch"
|
|
2772
|
+
}, ho = {
|
|
2773
|
+
body: "font-general",
|
|
2774
|
+
heading: "font-general",
|
|
2775
|
+
caption: "font-general"
|
|
2776
|
+
}, xo = {
|
|
2777
|
+
xs: "text-xs",
|
|
2778
|
+
sm: "text-sm",
|
|
2779
|
+
base: "text-base",
|
|
2780
|
+
lg: "text-lg",
|
|
2781
|
+
xl: "text-xl",
|
|
2782
|
+
"2xl": "text-2xl",
|
|
2783
|
+
"3xl": "text-3xl",
|
|
2784
|
+
"4xl": "text-4xl",
|
|
2785
|
+
"5xl": "text-5xl",
|
|
2786
|
+
"6xl": "text-6xl",
|
|
2787
|
+
"7xl": "text-7xl",
|
|
2788
|
+
"8xl": "text-8xl",
|
|
2789
|
+
"9xl": "text-9xl"
|
|
2790
|
+
}, wo = {
|
|
2791
|
+
normal: "font-normal",
|
|
2792
|
+
medium: "font-medium",
|
|
2793
|
+
semibold: "font-semibold",
|
|
2794
|
+
bold: "font-bold",
|
|
2795
|
+
light: "font-light"
|
|
2796
|
+
}, yo = {
|
|
2797
|
+
1: "grid-cols-1",
|
|
2798
|
+
2: "grid-cols-2",
|
|
2799
|
+
3: "grid-cols-3",
|
|
2800
|
+
4: "grid-cols-4",
|
|
2801
|
+
5: "grid-cols-5",
|
|
2802
|
+
6: "grid-cols-6",
|
|
2803
|
+
7: "grid-cols-7",
|
|
2804
|
+
8: "grid-cols-8",
|
|
2805
|
+
9: "grid-cols-9"
|
|
2806
|
+
}, vo = {
|
|
2807
|
+
1: "grid-rows-1",
|
|
2808
|
+
2: "grid-rows-2",
|
|
2809
|
+
3: "grid-rows-3",
|
|
2810
|
+
4: "grid-rows-4",
|
|
2811
|
+
5: "grid-rows-5",
|
|
2812
|
+
6: "grid-rows-6",
|
|
2813
|
+
7: "grid-rows-7",
|
|
2814
|
+
8: "grid-rows-8",
|
|
2815
|
+
9: "grid-rows-9"
|
|
2816
|
+
}, ko = {
|
|
2817
|
+
1: "gap-1",
|
|
2818
|
+
2: "gap-2",
|
|
2819
|
+
3: "gap-3",
|
|
2820
|
+
4: "gap-4",
|
|
2821
|
+
5: "gap-5",
|
|
2822
|
+
6: "gap-6",
|
|
2823
|
+
7: "gap-7",
|
|
2824
|
+
8: "gap-8",
|
|
2825
|
+
9: "gap-9"
|
|
2826
|
+
}, zo = uo(
|
|
2827
|
+
"inline-flex justify-center items-center gap-2 disabled:opacity-50 aria-invalid:border-destructive focus-visible:border-ring rounded-md outline-none aria-invalid:ring-destructive/20 focus-visible:ring-[3px] focus-visible:ring-ring/50 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 font-medium text-sm whitespace-nowrap transition-all [&_svg]:pointer-events-none disabled:pointer-events-none shrink-0 [&_svg]:shrink-0",
|
|
2828
|
+
{
|
|
2829
|
+
variants: {
|
|
2830
|
+
variant: {
|
|
2831
|
+
default: `
|
|
2832
|
+
bg-primary text-primary-foreground shadow-xs
|
|
2833
|
+
hover:bg-primary/90
|
|
2834
|
+
`,
|
|
2835
|
+
destructive: `
|
|
2836
|
+
bg-destructive text-white shadow-xs
|
|
2837
|
+
hover:bg-destructive/90
|
|
2838
|
+
focus-visible:ring-destructive/20
|
|
2839
|
+
dark:bg-destructive/60 dark:focus-visible:ring-destructive/40
|
|
2840
|
+
`,
|
|
2841
|
+
outline: `
|
|
2842
|
+
border bg-background shadow-xs
|
|
2843
|
+
hover:bg-accent hover:text-accent-foreground
|
|
2844
|
+
dark:border-input dark:bg-input/30 dark:hover:bg-input/50
|
|
2845
|
+
`,
|
|
2846
|
+
secondary: `
|
|
2847
|
+
bg-secondary text-secondary-foreground shadow-xs
|
|
2848
|
+
hover:bg-secondary/80
|
|
2849
|
+
`,
|
|
2850
|
+
ghost: `
|
|
2851
|
+
hover:bg-accent hover:text-accent-foreground
|
|
2852
|
+
dark:hover:bg-accent/50
|
|
2853
|
+
`,
|
|
2854
|
+
link: `
|
|
2855
|
+
text-primary underline-offset-4
|
|
2856
|
+
hover:underline
|
|
2857
|
+
`
|
|
2858
|
+
},
|
|
2859
|
+
size: {
|
|
2860
|
+
default: `
|
|
2861
|
+
h-9 px-4 py-2
|
|
2862
|
+
has-[>svg]:px-3
|
|
2863
|
+
`,
|
|
2864
|
+
sm: `
|
|
2865
|
+
h-8 gap-1.5 rounded-md px-3
|
|
2866
|
+
has-[>svg]:px-2.5
|
|
2867
|
+
`,
|
|
2868
|
+
lg: `
|
|
2869
|
+
h-10 rounded-md px-6
|
|
2870
|
+
has-[>svg]:px-4
|
|
2871
|
+
`,
|
|
2872
|
+
icon: "size-9"
|
|
2873
|
+
}
|
|
2874
|
+
},
|
|
2875
|
+
defaultVariants: {
|
|
2876
|
+
variant: "default",
|
|
2877
|
+
size: "default"
|
|
2878
|
+
}
|
|
2879
|
+
}
|
|
2880
|
+
);
|
|
2729
2881
|
export {
|
|
2730
|
-
|
|
2882
|
+
bo as A,
|
|
2883
|
+
yo as C,
|
|
2884
|
+
ko as G,
|
|
2885
|
+
fo as J,
|
|
2886
|
+
vo as R,
|
|
2887
|
+
xo as S,
|
|
2888
|
+
wo as T,
|
|
2889
|
+
ho as V,
|
|
2890
|
+
zo as b,
|
|
2891
|
+
go as c
|
|
2731
2892
|
};
|