@ldkj/web-ui 0.2.0 → 0.2.1
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/index.cjs +1 -0
- package/index.js +647 -1258
- package/package.json +3 -3
- package/index.umd.cjs +0 -14
package/index.js
CHANGED
|
@@ -1,658 +1,47 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
if (
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
g !== void 0 && (E = "" + g), i.key !== void 0 && (E = "" + i.key), i.ref !== void 0 && (M = i.ref);
|
|
11
|
-
for (y in i) o.call(i, y) && !f.hasOwnProperty(y) && (R[y] = i[y]);
|
|
12
|
-
if (b && b.defaultProps) for (y in i = b.defaultProps, i) R[y] === void 0 && (R[y] = i[y]);
|
|
13
|
-
return { $$typeof: n, type: b, key: E, ref: M, props: R, _owner: c.current };
|
|
14
|
-
}
|
|
15
|
-
return ke.Fragment = t, ke.jsx = l, ke.jsxs = l, ke;
|
|
16
|
-
}
|
|
17
|
-
var Re = {};
|
|
18
|
-
var or;
|
|
19
|
-
function tt() {
|
|
20
|
-
return or || (or = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
21
|
-
var r = mr, n = /* @__PURE__ */ Symbol.for("react.element"), t = /* @__PURE__ */ Symbol.for("react.portal"), o = /* @__PURE__ */ Symbol.for("react.fragment"), c = /* @__PURE__ */ Symbol.for("react.strict_mode"), f = /* @__PURE__ */ Symbol.for("react.profiler"), l = /* @__PURE__ */ Symbol.for("react.provider"), b = /* @__PURE__ */ Symbol.for("react.context"), i = /* @__PURE__ */ Symbol.for("react.forward_ref"), g = /* @__PURE__ */ Symbol.for("react.suspense"), y = /* @__PURE__ */ Symbol.for("react.suspense_list"), R = /* @__PURE__ */ Symbol.for("react.memo"), E = /* @__PURE__ */ Symbol.for("react.lazy"), M = /* @__PURE__ */ Symbol.for("react.offscreen"), L = Symbol.iterator, I = "@@iterator";
|
|
22
|
-
function O(e) {
|
|
23
|
-
if (e === null || typeof e != "object")
|
|
24
|
-
return null;
|
|
25
|
-
var a = L && e[L] || e[I];
|
|
26
|
-
return typeof a == "function" ? a : null;
|
|
27
|
-
}
|
|
28
|
-
var V = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
29
|
-
function T(e) {
|
|
30
|
-
{
|
|
31
|
-
for (var a = arguments.length, s = new Array(a > 1 ? a - 1 : 0), h = 1; h < a; h++)
|
|
32
|
-
s[h - 1] = arguments[h];
|
|
33
|
-
re("error", e, s);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
function re(e, a, s) {
|
|
37
|
-
{
|
|
38
|
-
var h = V.ReactDebugCurrentFrame, k = h.getStackAddendum();
|
|
39
|
-
k !== "" && (a += "%s", s = s.concat([k]));
|
|
40
|
-
var C = s.map(function(w) {
|
|
41
|
-
return String(w);
|
|
42
|
-
});
|
|
43
|
-
C.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, C);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
var K = !1, X = !1, q = !1, te = !1, m = !1, N;
|
|
47
|
-
N = /* @__PURE__ */ Symbol.for("react.module.reference");
|
|
48
|
-
function Ee(e) {
|
|
49
|
-
return !!(typeof e == "string" || typeof e == "function" || e === o || e === f || m || e === c || e === g || e === y || te || e === M || K || X || q || typeof e == "object" && e !== null && (e.$$typeof === E || e.$$typeof === R || e.$$typeof === l || e.$$typeof === b || e.$$typeof === i || // This needs to include all possible module reference object
|
|
50
|
-
// types supported by any Flight configuration anywhere since
|
|
51
|
-
// we don't know which Flight build this will end up being used
|
|
52
|
-
// with.
|
|
53
|
-
e.$$typeof === N || e.getModuleId !== void 0));
|
|
54
|
-
}
|
|
55
|
-
function _e(e, a, s) {
|
|
56
|
-
var h = e.displayName;
|
|
57
|
-
if (h)
|
|
58
|
-
return h;
|
|
59
|
-
var k = a.displayName || a.name || "";
|
|
60
|
-
return k !== "" ? s + "(" + k + ")" : s;
|
|
61
|
-
}
|
|
62
|
-
function oe(e) {
|
|
63
|
-
return e.displayName || "Context";
|
|
64
|
-
}
|
|
65
|
-
function Y(e) {
|
|
66
|
-
if (e == null)
|
|
67
|
-
return null;
|
|
68
|
-
if (typeof e.tag == "number" && T("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
69
|
-
return e.displayName || e.name || null;
|
|
70
|
-
if (typeof e == "string")
|
|
71
|
-
return e;
|
|
72
|
-
switch (e) {
|
|
73
|
-
case o:
|
|
74
|
-
return "Fragment";
|
|
75
|
-
case t:
|
|
76
|
-
return "Portal";
|
|
77
|
-
case f:
|
|
78
|
-
return "Profiler";
|
|
79
|
-
case c:
|
|
80
|
-
return "StrictMode";
|
|
81
|
-
case g:
|
|
82
|
-
return "Suspense";
|
|
83
|
-
case y:
|
|
84
|
-
return "SuspenseList";
|
|
85
|
-
}
|
|
86
|
-
if (typeof e == "object")
|
|
87
|
-
switch (e.$$typeof) {
|
|
88
|
-
case b:
|
|
89
|
-
var a = e;
|
|
90
|
-
return oe(a) + ".Consumer";
|
|
91
|
-
case l:
|
|
92
|
-
var s = e;
|
|
93
|
-
return oe(s._context) + ".Provider";
|
|
94
|
-
case i:
|
|
95
|
-
return _e(e, e.render, "ForwardRef");
|
|
96
|
-
case R:
|
|
97
|
-
var h = e.displayName || null;
|
|
98
|
-
return h !== null ? h : Y(e.type) || "Memo";
|
|
99
|
-
case E: {
|
|
100
|
-
var k = e, C = k._payload, w = k._init;
|
|
101
|
-
try {
|
|
102
|
-
return Y(w(C));
|
|
103
|
-
} catch {
|
|
104
|
-
return null;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
return null;
|
|
109
|
-
}
|
|
110
|
-
var U = Object.assign, G = 0, D, B, de, ue, p, ge, he;
|
|
111
|
-
function ve() {
|
|
112
|
-
}
|
|
113
|
-
ve.__reactDisabledLog = !0;
|
|
114
|
-
function ye() {
|
|
115
|
-
{
|
|
116
|
-
if (G === 0) {
|
|
117
|
-
D = console.log, B = console.info, de = console.warn, ue = console.error, p = console.group, ge = console.groupCollapsed, he = console.groupEnd;
|
|
118
|
-
var e = {
|
|
119
|
-
configurable: !0,
|
|
120
|
-
enumerable: !0,
|
|
121
|
-
value: ve,
|
|
122
|
-
writable: !0
|
|
123
|
-
};
|
|
124
|
-
Object.defineProperties(console, {
|
|
125
|
-
info: e,
|
|
126
|
-
log: e,
|
|
127
|
-
warn: e,
|
|
128
|
-
error: e,
|
|
129
|
-
group: e,
|
|
130
|
-
groupCollapsed: e,
|
|
131
|
-
groupEnd: e
|
|
132
|
-
});
|
|
133
|
-
}
|
|
134
|
-
G++;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
function z() {
|
|
138
|
-
{
|
|
139
|
-
if (G--, G === 0) {
|
|
140
|
-
var e = {
|
|
141
|
-
configurable: !0,
|
|
142
|
-
enumerable: !0,
|
|
143
|
-
writable: !0
|
|
144
|
-
};
|
|
145
|
-
Object.defineProperties(console, {
|
|
146
|
-
log: U({}, e, {
|
|
147
|
-
value: D
|
|
148
|
-
}),
|
|
149
|
-
info: U({}, e, {
|
|
150
|
-
value: B
|
|
151
|
-
}),
|
|
152
|
-
warn: U({}, e, {
|
|
153
|
-
value: de
|
|
154
|
-
}),
|
|
155
|
-
error: U({}, e, {
|
|
156
|
-
value: ue
|
|
157
|
-
}),
|
|
158
|
-
group: U({}, e, {
|
|
159
|
-
value: p
|
|
160
|
-
}),
|
|
161
|
-
groupCollapsed: U({}, e, {
|
|
162
|
-
value: ge
|
|
163
|
-
}),
|
|
164
|
-
groupEnd: U({}, e, {
|
|
165
|
-
value: he
|
|
166
|
-
})
|
|
167
|
-
});
|
|
168
|
-
}
|
|
169
|
-
G < 0 && T("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
var A = V.ReactCurrentDispatcher, H;
|
|
173
|
-
function ne(e, a, s) {
|
|
174
|
-
{
|
|
175
|
-
if (H === void 0)
|
|
176
|
-
try {
|
|
177
|
-
throw Error();
|
|
178
|
-
} catch (k) {
|
|
179
|
-
var h = k.stack.trim().match(/\n( *(at )?)/);
|
|
180
|
-
H = h && h[1] || "";
|
|
181
|
-
}
|
|
182
|
-
return `
|
|
183
|
-
` + H + e;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
var _ = !1, ae;
|
|
187
|
-
{
|
|
188
|
-
var fe = typeof WeakMap == "function" ? WeakMap : Map;
|
|
189
|
-
ae = new fe();
|
|
190
|
-
}
|
|
191
|
-
function se(e, a) {
|
|
192
|
-
if (!e || _)
|
|
193
|
-
return "";
|
|
194
|
-
{
|
|
195
|
-
var s = ae.get(e);
|
|
196
|
-
if (s !== void 0)
|
|
197
|
-
return s;
|
|
198
|
-
}
|
|
199
|
-
var h;
|
|
200
|
-
_ = !0;
|
|
201
|
-
var k = Error.prepareStackTrace;
|
|
202
|
-
Error.prepareStackTrace = void 0;
|
|
203
|
-
var C;
|
|
204
|
-
C = A.current, A.current = null, ye();
|
|
205
|
-
try {
|
|
206
|
-
if (a) {
|
|
207
|
-
var w = function() {
|
|
208
|
-
throw Error();
|
|
209
|
-
};
|
|
210
|
-
if (Object.defineProperty(w.prototype, "props", {
|
|
211
|
-
set: function() {
|
|
212
|
-
throw Error();
|
|
213
|
-
}
|
|
214
|
-
}), typeof Reflect == "object" && Reflect.construct) {
|
|
215
|
-
try {
|
|
216
|
-
Reflect.construct(w, []);
|
|
217
|
-
} catch (W) {
|
|
218
|
-
h = W;
|
|
219
|
-
}
|
|
220
|
-
Reflect.construct(e, [], w);
|
|
221
|
-
} else {
|
|
222
|
-
try {
|
|
223
|
-
w.call();
|
|
224
|
-
} catch (W) {
|
|
225
|
-
h = W;
|
|
226
|
-
}
|
|
227
|
-
e.call(w.prototype);
|
|
228
|
-
}
|
|
229
|
-
} else {
|
|
230
|
-
try {
|
|
231
|
-
throw Error();
|
|
232
|
-
} catch (W) {
|
|
233
|
-
h = W;
|
|
234
|
-
}
|
|
235
|
-
e();
|
|
236
|
-
}
|
|
237
|
-
} catch (W) {
|
|
238
|
-
if (W && h && typeof W.stack == "string") {
|
|
239
|
-
for (var x = W.stack.split(`
|
|
240
|
-
`), F = h.stack.split(`
|
|
241
|
-
`), S = x.length - 1, P = F.length - 1; S >= 1 && P >= 0 && x[S] !== F[P]; )
|
|
242
|
-
P--;
|
|
243
|
-
for (; S >= 1 && P >= 0; S--, P--)
|
|
244
|
-
if (x[S] !== F[P]) {
|
|
245
|
-
if (S !== 1 || P !== 1)
|
|
246
|
-
do
|
|
247
|
-
if (S--, P--, P < 0 || x[S] !== F[P]) {
|
|
248
|
-
var $ = `
|
|
249
|
-
` + x[S].replace(" at new ", " at ");
|
|
250
|
-
return e.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", e.displayName)), typeof e == "function" && ae.set(e, $), $;
|
|
251
|
-
}
|
|
252
|
-
while (S >= 1 && P >= 0);
|
|
253
|
-
break;
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
} finally {
|
|
257
|
-
_ = !1, A.current = C, z(), Error.prepareStackTrace = k;
|
|
258
|
-
}
|
|
259
|
-
var be = e ? e.displayName || e.name : "", ie = be ? ne(be) : "";
|
|
260
|
-
return typeof e == "function" && ae.set(e, ie), ie;
|
|
261
|
-
}
|
|
262
|
-
function xe(e, a, s) {
|
|
263
|
-
return se(e, !1);
|
|
264
|
-
}
|
|
265
|
-
function me(e) {
|
|
266
|
-
var a = e.prototype;
|
|
267
|
-
return !!(a && a.isReactComponent);
|
|
268
|
-
}
|
|
269
|
-
function Se(e, a, s) {
|
|
270
|
-
if (e == null)
|
|
271
|
-
return "";
|
|
272
|
-
if (typeof e == "function")
|
|
273
|
-
return se(e, me(e));
|
|
274
|
-
if (typeof e == "string")
|
|
275
|
-
return ne(e);
|
|
276
|
-
switch (e) {
|
|
277
|
-
case g:
|
|
278
|
-
return ne("Suspense");
|
|
279
|
-
case y:
|
|
280
|
-
return ne("SuspenseList");
|
|
281
|
-
}
|
|
282
|
-
if (typeof e == "object")
|
|
283
|
-
switch (e.$$typeof) {
|
|
284
|
-
case i:
|
|
285
|
-
return xe(e.render);
|
|
286
|
-
case R:
|
|
287
|
-
return Se(e.type, a, s);
|
|
288
|
-
case E: {
|
|
289
|
-
var h = e, k = h._payload, C = h._init;
|
|
290
|
-
try {
|
|
291
|
-
return Se(C(k), a, s);
|
|
292
|
-
} catch {
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
return "";
|
|
297
|
-
}
|
|
298
|
-
var we = Object.prototype.hasOwnProperty, Ge = {}, $e = V.ReactDebugCurrentFrame;
|
|
299
|
-
function Te(e) {
|
|
300
|
-
if (e) {
|
|
301
|
-
var a = e._owner, s = Se(e.type, e._source, a ? a.type : null);
|
|
302
|
-
$e.setExtraStackFrame(s);
|
|
303
|
-
} else
|
|
304
|
-
$e.setExtraStackFrame(null);
|
|
305
|
-
}
|
|
306
|
-
function zr(e, a, s, h, k) {
|
|
307
|
-
{
|
|
308
|
-
var C = Function.call.bind(we);
|
|
309
|
-
for (var w in e)
|
|
310
|
-
if (C(e, w)) {
|
|
311
|
-
var x = void 0;
|
|
312
|
-
try {
|
|
313
|
-
if (typeof e[w] != "function") {
|
|
314
|
-
var F = Error((h || "React class") + ": " + s + " type `" + w + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[w] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
315
|
-
throw F.name = "Invariant Violation", F;
|
|
316
|
-
}
|
|
317
|
-
x = e[w](a, w, h, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
318
|
-
} catch (S) {
|
|
319
|
-
x = S;
|
|
320
|
-
}
|
|
321
|
-
x && !(x instanceof Error) && (Te(k), T("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", h || "React class", s, w, typeof x), Te(null)), x instanceof Error && !(x.message in Ge) && (Ge[x.message] = !0, Te(k), T("Failed %s type: %s", s, x.message), Te(null));
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
var Ir = Array.isArray;
|
|
326
|
-
function ze(e) {
|
|
327
|
-
return Ir(e);
|
|
328
|
-
}
|
|
329
|
-
function Nr(e) {
|
|
330
|
-
{
|
|
331
|
-
var a = typeof Symbol == "function" && Symbol.toStringTag, s = a && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
332
|
-
return s;
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
function Fr(e) {
|
|
336
|
-
try {
|
|
337
|
-
return Ye(e), !1;
|
|
338
|
-
} catch {
|
|
339
|
-
return !0;
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
function Ye(e) {
|
|
343
|
-
return "" + e;
|
|
344
|
-
}
|
|
345
|
-
function Ue(e) {
|
|
346
|
-
if (Fr(e))
|
|
347
|
-
return T("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Nr(e)), Ye(e);
|
|
348
|
-
}
|
|
349
|
-
var Be = V.ReactCurrentOwner, Mr = {
|
|
350
|
-
key: !0,
|
|
351
|
-
ref: !0,
|
|
352
|
-
__self: !0,
|
|
353
|
-
__source: !0
|
|
354
|
-
}, qe, Je;
|
|
355
|
-
function Vr(e) {
|
|
356
|
-
if (we.call(e, "ref")) {
|
|
357
|
-
var a = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
358
|
-
if (a && a.isReactWarning)
|
|
359
|
-
return !1;
|
|
360
|
-
}
|
|
361
|
-
return e.ref !== void 0;
|
|
362
|
-
}
|
|
363
|
-
function Dr(e) {
|
|
364
|
-
if (we.call(e, "key")) {
|
|
365
|
-
var a = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
366
|
-
if (a && a.isReactWarning)
|
|
367
|
-
return !1;
|
|
368
|
-
}
|
|
369
|
-
return e.key !== void 0;
|
|
370
|
-
}
|
|
371
|
-
function Wr(e, a) {
|
|
372
|
-
typeof e.ref == "string" && Be.current;
|
|
373
|
-
}
|
|
374
|
-
function Lr(e, a) {
|
|
375
|
-
{
|
|
376
|
-
var s = function() {
|
|
377
|
-
qe || (qe = !0, T("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", a));
|
|
378
|
-
};
|
|
379
|
-
s.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
380
|
-
get: s,
|
|
381
|
-
configurable: !0
|
|
382
|
-
});
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
function Gr(e, a) {
|
|
386
|
-
{
|
|
387
|
-
var s = function() {
|
|
388
|
-
Je || (Je = !0, T("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", a));
|
|
389
|
-
};
|
|
390
|
-
s.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
391
|
-
get: s,
|
|
392
|
-
configurable: !0
|
|
393
|
-
});
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
var $r = function(e, a, s, h, k, C, w) {
|
|
397
|
-
var x = {
|
|
398
|
-
// This tag allows us to uniquely identify this as a React Element
|
|
399
|
-
$$typeof: n,
|
|
400
|
-
// Built-in properties that belong on the element
|
|
401
|
-
type: e,
|
|
402
|
-
key: a,
|
|
403
|
-
ref: s,
|
|
404
|
-
props: w,
|
|
405
|
-
// Record the component responsible for creating this element.
|
|
406
|
-
_owner: C
|
|
407
|
-
};
|
|
408
|
-
return x._store = {}, Object.defineProperty(x._store, "validated", {
|
|
409
|
-
configurable: !1,
|
|
410
|
-
enumerable: !1,
|
|
411
|
-
writable: !0,
|
|
412
|
-
value: !1
|
|
413
|
-
}), Object.defineProperty(x, "_self", {
|
|
414
|
-
configurable: !1,
|
|
415
|
-
enumerable: !1,
|
|
416
|
-
writable: !1,
|
|
417
|
-
value: h
|
|
418
|
-
}), Object.defineProperty(x, "_source", {
|
|
419
|
-
configurable: !1,
|
|
420
|
-
enumerable: !1,
|
|
421
|
-
writable: !1,
|
|
422
|
-
value: k
|
|
423
|
-
}), Object.freeze && (Object.freeze(x.props), Object.freeze(x)), x;
|
|
424
|
-
};
|
|
425
|
-
function Yr(e, a, s, h, k) {
|
|
426
|
-
{
|
|
427
|
-
var C, w = {}, x = null, F = null;
|
|
428
|
-
s !== void 0 && (Ue(s), x = "" + s), Dr(a) && (Ue(a.key), x = "" + a.key), Vr(a) && (F = a.ref, Wr(a, k));
|
|
429
|
-
for (C in a)
|
|
430
|
-
we.call(a, C) && !Mr.hasOwnProperty(C) && (w[C] = a[C]);
|
|
431
|
-
if (e && e.defaultProps) {
|
|
432
|
-
var S = e.defaultProps;
|
|
433
|
-
for (C in S)
|
|
434
|
-
w[C] === void 0 && (w[C] = S[C]);
|
|
435
|
-
}
|
|
436
|
-
if (x || F) {
|
|
437
|
-
var P = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
438
|
-
x && Lr(w, P), F && Gr(w, P);
|
|
439
|
-
}
|
|
440
|
-
return $r(e, x, F, k, h, Be.current, w);
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
var Ie = V.ReactCurrentOwner, Ke = V.ReactDebugCurrentFrame;
|
|
444
|
-
function pe(e) {
|
|
445
|
-
if (e) {
|
|
446
|
-
var a = e._owner, s = Se(e.type, e._source, a ? a.type : null);
|
|
447
|
-
Ke.setExtraStackFrame(s);
|
|
448
|
-
} else
|
|
449
|
-
Ke.setExtraStackFrame(null);
|
|
450
|
-
}
|
|
451
|
-
var Ne;
|
|
452
|
-
Ne = !1;
|
|
453
|
-
function Fe(e) {
|
|
454
|
-
return typeof e == "object" && e !== null && e.$$typeof === n;
|
|
455
|
-
}
|
|
456
|
-
function Xe() {
|
|
457
|
-
{
|
|
458
|
-
if (Ie.current) {
|
|
459
|
-
var e = Y(Ie.current.type);
|
|
460
|
-
if (e)
|
|
461
|
-
return `
|
|
462
|
-
|
|
463
|
-
Check the render method of \`` + e + "`.";
|
|
464
|
-
}
|
|
465
|
-
return "";
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
function Ur(e) {
|
|
469
|
-
return "";
|
|
470
|
-
}
|
|
471
|
-
var He = {};
|
|
472
|
-
function Br(e) {
|
|
473
|
-
{
|
|
474
|
-
var a = Xe();
|
|
475
|
-
if (!a) {
|
|
476
|
-
var s = typeof e == "string" ? e : e.displayName || e.name;
|
|
477
|
-
s && (a = `
|
|
478
|
-
|
|
479
|
-
Check the top-level render call using <` + s + ">.");
|
|
480
|
-
}
|
|
481
|
-
return a;
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
function Ze(e, a) {
|
|
485
|
-
{
|
|
486
|
-
if (!e._store || e._store.validated || e.key != null)
|
|
487
|
-
return;
|
|
488
|
-
e._store.validated = !0;
|
|
489
|
-
var s = Br(a);
|
|
490
|
-
if (He[s])
|
|
491
|
-
return;
|
|
492
|
-
He[s] = !0;
|
|
493
|
-
var h = "";
|
|
494
|
-
e && e._owner && e._owner !== Ie.current && (h = " It was passed a child from " + Y(e._owner.type) + "."), pe(e), T('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, h), pe(null);
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
function Qe(e, a) {
|
|
498
|
-
{
|
|
499
|
-
if (typeof e != "object")
|
|
500
|
-
return;
|
|
501
|
-
if (ze(e))
|
|
502
|
-
for (var s = 0; s < e.length; s++) {
|
|
503
|
-
var h = e[s];
|
|
504
|
-
Fe(h) && Ze(h, a);
|
|
505
|
-
}
|
|
506
|
-
else if (Fe(e))
|
|
507
|
-
e._store && (e._store.validated = !0);
|
|
508
|
-
else if (e) {
|
|
509
|
-
var k = O(e);
|
|
510
|
-
if (typeof k == "function" && k !== e.entries)
|
|
511
|
-
for (var C = k.call(e), w; !(w = C.next()).done; )
|
|
512
|
-
Fe(w.value) && Ze(w.value, a);
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
function qr(e) {
|
|
517
|
-
{
|
|
518
|
-
var a = e.type;
|
|
519
|
-
if (a == null || typeof a == "string")
|
|
520
|
-
return;
|
|
521
|
-
var s;
|
|
522
|
-
if (typeof a == "function")
|
|
523
|
-
s = a.propTypes;
|
|
524
|
-
else if (typeof a == "object" && (a.$$typeof === i || // Note: Memo only checks outer props here.
|
|
525
|
-
// Inner props are checked in the reconciler.
|
|
526
|
-
a.$$typeof === R))
|
|
527
|
-
s = a.propTypes;
|
|
528
|
-
else
|
|
529
|
-
return;
|
|
530
|
-
if (s) {
|
|
531
|
-
var h = Y(a);
|
|
532
|
-
zr(s, e.props, "prop", h, e);
|
|
533
|
-
} else if (a.PropTypes !== void 0 && !Ne) {
|
|
534
|
-
Ne = !0;
|
|
535
|
-
var k = Y(a);
|
|
536
|
-
T("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", k || "Unknown");
|
|
537
|
-
}
|
|
538
|
-
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && T("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
539
|
-
}
|
|
540
|
-
}
|
|
541
|
-
function Jr(e) {
|
|
542
|
-
{
|
|
543
|
-
for (var a = Object.keys(e.props), s = 0; s < a.length; s++) {
|
|
544
|
-
var h = a[s];
|
|
545
|
-
if (h !== "children" && h !== "key") {
|
|
546
|
-
pe(e), T("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", h), pe(null);
|
|
547
|
-
break;
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
e.ref !== null && (pe(e), T("Invalid attribute `ref` supplied to `React.Fragment`."), pe(null));
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
var er = {};
|
|
554
|
-
function rr(e, a, s, h, k, C) {
|
|
555
|
-
{
|
|
556
|
-
var w = Ee(e);
|
|
557
|
-
if (!w) {
|
|
558
|
-
var x = "";
|
|
559
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (x += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
560
|
-
var F = Ur();
|
|
561
|
-
F ? x += F : x += Xe();
|
|
562
|
-
var S;
|
|
563
|
-
e === null ? S = "null" : ze(e) ? S = "array" : e !== void 0 && e.$$typeof === n ? (S = "<" + (Y(e.type) || "Unknown") + " />", x = " Did you accidentally export a JSX literal instead of a component?") : S = typeof e, T("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", S, x);
|
|
564
|
-
}
|
|
565
|
-
var P = Yr(e, a, s, k, C);
|
|
566
|
-
if (P == null)
|
|
567
|
-
return P;
|
|
568
|
-
if (w) {
|
|
569
|
-
var $ = a.children;
|
|
570
|
-
if ($ !== void 0)
|
|
571
|
-
if (h)
|
|
572
|
-
if (ze($)) {
|
|
573
|
-
for (var be = 0; be < $.length; be++)
|
|
574
|
-
Qe($[be], e);
|
|
575
|
-
Object.freeze && Object.freeze($);
|
|
576
|
-
} else
|
|
577
|
-
T("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
578
|
-
else
|
|
579
|
-
Qe($, e);
|
|
580
|
-
}
|
|
581
|
-
if (we.call(a, "key")) {
|
|
582
|
-
var ie = Y(e), W = Object.keys(a).filter(function(et) {
|
|
583
|
-
return et !== "key";
|
|
584
|
-
}), Me = W.length > 0 ? "{key: someKey, " + W.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
585
|
-
if (!er[ie + Me]) {
|
|
586
|
-
var Qr = W.length > 0 ? "{" + W.join(": ..., ") + ": ...}" : "{}";
|
|
587
|
-
T(`A props object containing a "key" prop is being spread into JSX:
|
|
588
|
-
let props = %s;
|
|
589
|
-
<%s {...props} />
|
|
590
|
-
React keys must be passed directly to JSX without using spread:
|
|
591
|
-
let props = %s;
|
|
592
|
-
<%s key={someKey} {...props} />`, Me, ie, Qr, ie), er[ie + Me] = !0;
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
return e === o ? Jr(P) : qr(P), P;
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
function Kr(e, a, s) {
|
|
599
|
-
return rr(e, a, s, !0);
|
|
600
|
-
}
|
|
601
|
-
function Xr(e, a, s) {
|
|
602
|
-
return rr(e, a, s, !1);
|
|
603
|
-
}
|
|
604
|
-
var Hr = Xr, Zr = Kr;
|
|
605
|
-
Re.Fragment = o, Re.jsx = Hr, Re.jsxs = Zr;
|
|
606
|
-
})()), Re;
|
|
607
|
-
}
|
|
608
|
-
var nr;
|
|
609
|
-
function ot() {
|
|
610
|
-
return nr || (nr = 1, process.env.NODE_ENV === "production" ? Pe.exports = rt() : Pe.exports = tt()), Pe.exports;
|
|
611
|
-
}
|
|
612
|
-
var pr = ot();
|
|
613
|
-
function br(r) {
|
|
614
|
-
var n, t, o = "";
|
|
615
|
-
if (typeof r == "string" || typeof r == "number") o += r;
|
|
616
|
-
else if (typeof r == "object") if (Array.isArray(r)) {
|
|
617
|
-
var c = r.length;
|
|
618
|
-
for (n = 0; n < c; n++) r[n] && (t = br(r[n])) && (o && (o += " "), o += t);
|
|
619
|
-
} else for (t in r) r[t] && (o && (o += " "), o += t);
|
|
620
|
-
return o;
|
|
1
|
+
import { jsx as ze } from "react/jsx-runtime";
|
|
2
|
+
function Ce(e) {
|
|
3
|
+
var o, r, t = "";
|
|
4
|
+
if (typeof e == "string" || typeof e == "number") t += e;
|
|
5
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
6
|
+
var a = e.length;
|
|
7
|
+
for (o = 0; o < a; o++) e[o] && (r = Ce(e[o])) && (t && (t += " "), t += r);
|
|
8
|
+
} else for (r in e) e[r] && (t && (t += " "), t += r);
|
|
9
|
+
return t;
|
|
621
10
|
}
|
|
622
|
-
function
|
|
623
|
-
for (var
|
|
624
|
-
return
|
|
11
|
+
function Ae() {
|
|
12
|
+
for (var e, o, r = 0, t = "", a = arguments.length; r < a; r++) (e = arguments[r]) && (o = Ce(e)) && (t && (t += " "), t += o);
|
|
13
|
+
return t;
|
|
625
14
|
}
|
|
626
|
-
const
|
|
627
|
-
var
|
|
628
|
-
if (
|
|
629
|
-
const { variants:
|
|
630
|
-
const
|
|
631
|
-
if (
|
|
632
|
-
const
|
|
633
|
-
return
|
|
634
|
-
}),
|
|
635
|
-
let [
|
|
636
|
-
return
|
|
637
|
-
}, {}),
|
|
638
|
-
let { class:
|
|
639
|
-
return Object.entries(
|
|
640
|
-
let [
|
|
641
|
-
return Array.isArray(
|
|
642
|
-
...
|
|
643
|
-
...
|
|
644
|
-
}[
|
|
645
|
-
...
|
|
646
|
-
...
|
|
647
|
-
}[
|
|
15
|
+
const ge = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, fe = Ae, Ne = (e, o) => (r) => {
|
|
16
|
+
var t;
|
|
17
|
+
if (o?.variants == null) return fe(e, r?.class, r?.className);
|
|
18
|
+
const { variants: a, defaultVariants: l } = o, i = Object.keys(a).map((p) => {
|
|
19
|
+
const g = r?.[p], x = l?.[p];
|
|
20
|
+
if (g === null) return null;
|
|
21
|
+
const y = ge(g) || ge(x);
|
|
22
|
+
return a[p][y];
|
|
23
|
+
}), u = r && Object.entries(r).reduce((p, g) => {
|
|
24
|
+
let [x, y] = g;
|
|
25
|
+
return y === void 0 || (p[x] = y), p;
|
|
26
|
+
}, {}), c = o == null || (t = o.compoundVariants) === null || t === void 0 ? void 0 : t.reduce((p, g) => {
|
|
27
|
+
let { class: x, className: y, ...N } = g;
|
|
28
|
+
return Object.entries(N).every((S) => {
|
|
29
|
+
let [z, v] = S;
|
|
30
|
+
return Array.isArray(v) ? v.includes({
|
|
31
|
+
...l,
|
|
32
|
+
...u
|
|
33
|
+
}[z]) : {
|
|
34
|
+
...l,
|
|
35
|
+
...u
|
|
36
|
+
}[z] === v;
|
|
648
37
|
}) ? [
|
|
649
|
-
...
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
] :
|
|
38
|
+
...p,
|
|
39
|
+
x,
|
|
40
|
+
y
|
|
41
|
+
] : p;
|
|
653
42
|
}, []);
|
|
654
|
-
return
|
|
655
|
-
},
|
|
43
|
+
return fe(e, i, c, r?.class, r?.className);
|
|
44
|
+
}, Be = Ne(
|
|
656
45
|
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
|
|
657
46
|
{
|
|
658
47
|
variants: {
|
|
@@ -691,293 +80,293 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
691
80
|
splash: !1
|
|
692
81
|
}
|
|
693
82
|
}
|
|
694
|
-
),
|
|
695
|
-
const
|
|
696
|
-
for (let
|
|
697
|
-
t
|
|
698
|
-
for (let
|
|
699
|
-
|
|
700
|
-
return
|
|
701
|
-
},
|
|
702
|
-
classGroupId:
|
|
703
|
-
validator:
|
|
704
|
-
}),
|
|
705
|
-
nextPart:
|
|
706
|
-
validators:
|
|
707
|
-
classGroupId:
|
|
708
|
-
}),
|
|
709
|
-
const
|
|
710
|
-
conflictingClassGroups:
|
|
711
|
-
conflictingClassGroupModifiers:
|
|
712
|
-
} =
|
|
83
|
+
), $e = (e, o) => {
|
|
84
|
+
const r = new Array(e.length + o.length);
|
|
85
|
+
for (let t = 0; t < e.length; t++)
|
|
86
|
+
r[t] = e[t];
|
|
87
|
+
for (let t = 0; t < o.length; t++)
|
|
88
|
+
r[e.length + t] = o[t];
|
|
89
|
+
return r;
|
|
90
|
+
}, Ue = (e, o) => ({
|
|
91
|
+
classGroupId: e,
|
|
92
|
+
validator: o
|
|
93
|
+
}), Se = (e = /* @__PURE__ */ new Map(), o = null, r) => ({
|
|
94
|
+
nextPart: e,
|
|
95
|
+
validators: o,
|
|
96
|
+
classGroupId: r
|
|
97
|
+
}), H = "-", he = [], De = "arbitrary..", Ye = (e) => {
|
|
98
|
+
const o = Xe(e), {
|
|
99
|
+
conflictingClassGroups: r,
|
|
100
|
+
conflictingClassGroupModifiers: t
|
|
101
|
+
} = e;
|
|
713
102
|
return {
|
|
714
|
-
getClassGroupId: (
|
|
715
|
-
if (
|
|
716
|
-
return
|
|
717
|
-
const
|
|
718
|
-
return
|
|
103
|
+
getClassGroupId: (i) => {
|
|
104
|
+
if (i.startsWith("[") && i.endsWith("]"))
|
|
105
|
+
return qe(i);
|
|
106
|
+
const u = i.split(H), c = u[0] === "" && u.length > 1 ? 1 : 0;
|
|
107
|
+
return Re(u, c, o);
|
|
719
108
|
},
|
|
720
|
-
getConflictingClassGroupIds: (
|
|
721
|
-
if (
|
|
722
|
-
const
|
|
723
|
-
return
|
|
109
|
+
getConflictingClassGroupIds: (i, u) => {
|
|
110
|
+
if (u) {
|
|
111
|
+
const c = t[i], p = r[i];
|
|
112
|
+
return c ? p ? $e(p, c) : c : p || he;
|
|
724
113
|
}
|
|
725
|
-
return
|
|
114
|
+
return r[i] || he;
|
|
726
115
|
}
|
|
727
116
|
};
|
|
728
|
-
},
|
|
729
|
-
if (
|
|
730
|
-
return
|
|
731
|
-
const
|
|
732
|
-
if (
|
|
733
|
-
const
|
|
734
|
-
if (
|
|
117
|
+
}, Re = (e, o, r) => {
|
|
118
|
+
if (e.length - o === 0)
|
|
119
|
+
return r.classGroupId;
|
|
120
|
+
const a = e[o], l = r.nextPart.get(a);
|
|
121
|
+
if (l) {
|
|
122
|
+
const p = Re(e, o + 1, l);
|
|
123
|
+
if (p) return p;
|
|
735
124
|
}
|
|
736
|
-
const
|
|
737
|
-
if (
|
|
125
|
+
const i = r.validators;
|
|
126
|
+
if (i === null)
|
|
738
127
|
return;
|
|
739
|
-
const
|
|
740
|
-
for (let
|
|
741
|
-
const
|
|
742
|
-
if (
|
|
743
|
-
return
|
|
128
|
+
const u = o === 0 ? e.join(H) : e.slice(o).join(H), c = i.length;
|
|
129
|
+
for (let p = 0; p < c; p++) {
|
|
130
|
+
const g = i[p];
|
|
131
|
+
if (g.validator(u))
|
|
132
|
+
return g.classGroupId;
|
|
744
133
|
}
|
|
745
|
-
},
|
|
746
|
-
const
|
|
747
|
-
return
|
|
748
|
-
})(),
|
|
134
|
+
}, qe = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
135
|
+
const o = e.slice(1, -1), r = o.indexOf(":"), t = o.slice(0, r);
|
|
136
|
+
return t ? De + t : void 0;
|
|
137
|
+
})(), Xe = (e) => {
|
|
749
138
|
const {
|
|
750
|
-
theme:
|
|
751
|
-
classGroups:
|
|
752
|
-
} =
|
|
753
|
-
return
|
|
754
|
-
},
|
|
755
|
-
const
|
|
756
|
-
for (const
|
|
757
|
-
const
|
|
758
|
-
|
|
139
|
+
theme: o,
|
|
140
|
+
classGroups: r
|
|
141
|
+
} = e;
|
|
142
|
+
return Je(r, o);
|
|
143
|
+
}, Je = (e, o) => {
|
|
144
|
+
const r = Se();
|
|
145
|
+
for (const t in e) {
|
|
146
|
+
const a = e[t];
|
|
147
|
+
ne(a, r, t, o);
|
|
759
148
|
}
|
|
760
|
-
return
|
|
761
|
-
},
|
|
762
|
-
const
|
|
763
|
-
for (let
|
|
764
|
-
const
|
|
765
|
-
|
|
149
|
+
return r;
|
|
150
|
+
}, ne = (e, o, r, t) => {
|
|
151
|
+
const a = e.length;
|
|
152
|
+
for (let l = 0; l < a; l++) {
|
|
153
|
+
const i = e[l];
|
|
154
|
+
Ke(i, o, r, t);
|
|
766
155
|
}
|
|
767
|
-
},
|
|
768
|
-
if (typeof
|
|
769
|
-
|
|
156
|
+
}, Ke = (e, o, r, t) => {
|
|
157
|
+
if (typeof e == "string") {
|
|
158
|
+
He(e, o, r);
|
|
770
159
|
return;
|
|
771
160
|
}
|
|
772
|
-
if (typeof
|
|
773
|
-
|
|
161
|
+
if (typeof e == "function") {
|
|
162
|
+
Qe(e, o, r, t);
|
|
774
163
|
return;
|
|
775
164
|
}
|
|
776
|
-
|
|
777
|
-
},
|
|
778
|
-
const
|
|
779
|
-
|
|
780
|
-
},
|
|
781
|
-
if (
|
|
782
|
-
|
|
165
|
+
Ze(e, o, r, t);
|
|
166
|
+
}, He = (e, o, r) => {
|
|
167
|
+
const t = e === "" ? o : Ie(o, e);
|
|
168
|
+
t.classGroupId = r;
|
|
169
|
+
}, Qe = (e, o, r, t) => {
|
|
170
|
+
if (er(e)) {
|
|
171
|
+
ne(e(t), o, r, t);
|
|
783
172
|
return;
|
|
784
173
|
}
|
|
785
|
-
|
|
786
|
-
},
|
|
787
|
-
const
|
|
788
|
-
for (let
|
|
789
|
-
const [
|
|
790
|
-
|
|
174
|
+
o.validators === null && (o.validators = []), o.validators.push(Ue(r, e));
|
|
175
|
+
}, Ze = (e, o, r, t) => {
|
|
176
|
+
const a = Object.entries(e), l = a.length;
|
|
177
|
+
for (let i = 0; i < l; i++) {
|
|
178
|
+
const [u, c] = a[i];
|
|
179
|
+
ne(c, Ie(o, u), r, t);
|
|
791
180
|
}
|
|
792
|
-
},
|
|
793
|
-
let
|
|
794
|
-
const
|
|
795
|
-
for (let
|
|
796
|
-
const
|
|
797
|
-
let
|
|
798
|
-
|
|
181
|
+
}, Ie = (e, o) => {
|
|
182
|
+
let r = e;
|
|
183
|
+
const t = o.split(H), a = t.length;
|
|
184
|
+
for (let l = 0; l < a; l++) {
|
|
185
|
+
const i = t[l];
|
|
186
|
+
let u = r.nextPart.get(i);
|
|
187
|
+
u || (u = Se(), r.nextPart.set(i, u)), r = u;
|
|
799
188
|
}
|
|
800
|
-
return
|
|
801
|
-
},
|
|
802
|
-
if (
|
|
189
|
+
return r;
|
|
190
|
+
}, er = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, rr = (e) => {
|
|
191
|
+
if (e < 1)
|
|
803
192
|
return {
|
|
804
193
|
get: () => {
|
|
805
194
|
},
|
|
806
195
|
set: () => {
|
|
807
196
|
}
|
|
808
197
|
};
|
|
809
|
-
let
|
|
810
|
-
const
|
|
811
|
-
|
|
198
|
+
let o = 0, r = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null);
|
|
199
|
+
const a = (l, i) => {
|
|
200
|
+
r[l] = i, o++, o > e && (o = 0, t = r, r = /* @__PURE__ */ Object.create(null));
|
|
812
201
|
};
|
|
813
202
|
return {
|
|
814
|
-
get(
|
|
815
|
-
let
|
|
816
|
-
if (
|
|
817
|
-
return
|
|
818
|
-
if ((
|
|
819
|
-
return
|
|
203
|
+
get(l) {
|
|
204
|
+
let i = r[l];
|
|
205
|
+
if (i !== void 0)
|
|
206
|
+
return i;
|
|
207
|
+
if ((i = t[l]) !== void 0)
|
|
208
|
+
return a(l, i), i;
|
|
820
209
|
},
|
|
821
|
-
set(
|
|
822
|
-
|
|
210
|
+
set(l, i) {
|
|
211
|
+
l in r ? r[l] = i : a(l, i);
|
|
823
212
|
}
|
|
824
213
|
};
|
|
825
|
-
},
|
|
826
|
-
modifiers:
|
|
827
|
-
hasImportantModifier:
|
|
828
|
-
baseClassName:
|
|
829
|
-
maybePostfixModifierPosition:
|
|
830
|
-
isExternal:
|
|
831
|
-
}),
|
|
214
|
+
}, se = "!", xe = ":", tr = [], ye = (e, o, r, t, a) => ({
|
|
215
|
+
modifiers: e,
|
|
216
|
+
hasImportantModifier: o,
|
|
217
|
+
baseClassName: r,
|
|
218
|
+
maybePostfixModifierPosition: t,
|
|
219
|
+
isExternal: a
|
|
220
|
+
}), or = (e) => {
|
|
832
221
|
const {
|
|
833
|
-
prefix:
|
|
834
|
-
experimentalParseClassName:
|
|
835
|
-
} =
|
|
836
|
-
let
|
|
837
|
-
const
|
|
838
|
-
let
|
|
839
|
-
const
|
|
840
|
-
for (let
|
|
841
|
-
const
|
|
842
|
-
if (
|
|
843
|
-
if (
|
|
844
|
-
|
|
222
|
+
prefix: o,
|
|
223
|
+
experimentalParseClassName: r
|
|
224
|
+
} = e;
|
|
225
|
+
let t = (a) => {
|
|
226
|
+
const l = [];
|
|
227
|
+
let i = 0, u = 0, c = 0, p;
|
|
228
|
+
const g = a.length;
|
|
229
|
+
for (let z = 0; z < g; z++) {
|
|
230
|
+
const v = a[z];
|
|
231
|
+
if (i === 0 && u === 0) {
|
|
232
|
+
if (v === xe) {
|
|
233
|
+
l.push(a.slice(c, z)), c = z + 1;
|
|
845
234
|
continue;
|
|
846
235
|
}
|
|
847
|
-
if (
|
|
848
|
-
|
|
236
|
+
if (v === "/") {
|
|
237
|
+
p = z;
|
|
849
238
|
continue;
|
|
850
239
|
}
|
|
851
240
|
}
|
|
852
|
-
|
|
241
|
+
v === "[" ? i++ : v === "]" ? i-- : v === "(" ? u++ : v === ")" && u--;
|
|
853
242
|
}
|
|
854
|
-
const
|
|
855
|
-
let
|
|
856
|
-
|
|
243
|
+
const x = l.length === 0 ? a : a.slice(c);
|
|
244
|
+
let y = x, N = !1;
|
|
245
|
+
x.endsWith(se) ? (y = x.slice(0, -1), N = !0) : (
|
|
857
246
|
/**
|
|
858
247
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
859
248
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
860
249
|
*/
|
|
861
|
-
|
|
250
|
+
x.startsWith(se) && (y = x.slice(1), N = !0)
|
|
862
251
|
);
|
|
863
|
-
const
|
|
864
|
-
return
|
|
252
|
+
const S = p && p > c ? p - c : void 0;
|
|
253
|
+
return ye(l, N, y, S);
|
|
865
254
|
};
|
|
866
|
-
if (
|
|
867
|
-
const
|
|
868
|
-
|
|
255
|
+
if (o) {
|
|
256
|
+
const a = o + xe, l = t;
|
|
257
|
+
t = (i) => i.startsWith(a) ? l(i.slice(a.length)) : ye(tr, !1, i, void 0, !0);
|
|
869
258
|
}
|
|
870
|
-
if (
|
|
871
|
-
const
|
|
872
|
-
|
|
873
|
-
className:
|
|
874
|
-
parseClassName:
|
|
259
|
+
if (r) {
|
|
260
|
+
const a = t;
|
|
261
|
+
t = (l) => r({
|
|
262
|
+
className: l,
|
|
263
|
+
parseClassName: a
|
|
875
264
|
});
|
|
876
265
|
}
|
|
877
|
-
return
|
|
878
|
-
},
|
|
879
|
-
const
|
|
880
|
-
return
|
|
881
|
-
|
|
882
|
-
}), (
|
|
883
|
-
const
|
|
884
|
-
let
|
|
885
|
-
for (let
|
|
886
|
-
const
|
|
887
|
-
|
|
266
|
+
return t;
|
|
267
|
+
}, sr = (e) => {
|
|
268
|
+
const o = /* @__PURE__ */ new Map();
|
|
269
|
+
return e.orderSensitiveModifiers.forEach((r, t) => {
|
|
270
|
+
o.set(r, 1e6 + t);
|
|
271
|
+
}), (r) => {
|
|
272
|
+
const t = [];
|
|
273
|
+
let a = [];
|
|
274
|
+
for (let l = 0; l < r.length; l++) {
|
|
275
|
+
const i = r[l], u = i[0] === "[", c = o.has(i);
|
|
276
|
+
u || c ? (a.length > 0 && (a.sort(), t.push(...a), a = []), t.push(i)) : a.push(i);
|
|
888
277
|
}
|
|
889
|
-
return
|
|
278
|
+
return a.length > 0 && (a.sort(), t.push(...a)), t;
|
|
890
279
|
};
|
|
891
|
-
},
|
|
892
|
-
cache:
|
|
893
|
-
parseClassName:
|
|
894
|
-
sortModifiers:
|
|
895
|
-
...
|
|
896
|
-
}),
|
|
280
|
+
}, nr = (e) => ({
|
|
281
|
+
cache: rr(e.cacheSize),
|
|
282
|
+
parseClassName: or(e),
|
|
283
|
+
sortModifiers: sr(e),
|
|
284
|
+
...Ye(e)
|
|
285
|
+
}), ar = /\s+/, ir = (e, o) => {
|
|
897
286
|
const {
|
|
898
|
-
parseClassName:
|
|
899
|
-
getClassGroupId:
|
|
900
|
-
getConflictingClassGroupIds:
|
|
901
|
-
sortModifiers:
|
|
902
|
-
} =
|
|
903
|
-
let
|
|
904
|
-
for (let
|
|
905
|
-
const
|
|
906
|
-
isExternal:
|
|
907
|
-
modifiers:
|
|
908
|
-
hasImportantModifier:
|
|
909
|
-
baseClassName:
|
|
910
|
-
maybePostfixModifierPosition:
|
|
911
|
-
} =
|
|
912
|
-
if (
|
|
913
|
-
|
|
287
|
+
parseClassName: r,
|
|
288
|
+
getClassGroupId: t,
|
|
289
|
+
getConflictingClassGroupIds: a,
|
|
290
|
+
sortModifiers: l
|
|
291
|
+
} = o, i = [], u = e.trim().split(ar);
|
|
292
|
+
let c = "";
|
|
293
|
+
for (let p = u.length - 1; p >= 0; p -= 1) {
|
|
294
|
+
const g = u[p], {
|
|
295
|
+
isExternal: x,
|
|
296
|
+
modifiers: y,
|
|
297
|
+
hasImportantModifier: N,
|
|
298
|
+
baseClassName: S,
|
|
299
|
+
maybePostfixModifierPosition: z
|
|
300
|
+
} = r(g);
|
|
301
|
+
if (x) {
|
|
302
|
+
c = g + (c.length > 0 ? " " + c : c);
|
|
914
303
|
continue;
|
|
915
304
|
}
|
|
916
|
-
let
|
|
305
|
+
let v = !!z, V = t(v ? S.substring(0, z) : S);
|
|
917
306
|
if (!V) {
|
|
918
|
-
if (!
|
|
919
|
-
|
|
307
|
+
if (!v) {
|
|
308
|
+
c = g + (c.length > 0 ? " " + c : c);
|
|
920
309
|
continue;
|
|
921
310
|
}
|
|
922
|
-
if (V =
|
|
923
|
-
|
|
311
|
+
if (V = t(S), !V) {
|
|
312
|
+
c = g + (c.length > 0 ? " " + c : c);
|
|
924
313
|
continue;
|
|
925
314
|
}
|
|
926
|
-
|
|
315
|
+
v = !1;
|
|
927
316
|
}
|
|
928
|
-
const
|
|
929
|
-
if (
|
|
317
|
+
const $ = y.length === 0 ? "" : y.length === 1 ? y[0] : l(y).join(":"), F = N ? $ + se : $, L = F + V;
|
|
318
|
+
if (i.indexOf(L) > -1)
|
|
930
319
|
continue;
|
|
931
|
-
|
|
932
|
-
const
|
|
933
|
-
for (let
|
|
934
|
-
const
|
|
935
|
-
|
|
320
|
+
i.push(L);
|
|
321
|
+
const E = a(V, v);
|
|
322
|
+
for (let G = 0; G < E.length; ++G) {
|
|
323
|
+
const _ = E[G];
|
|
324
|
+
i.push(F + _);
|
|
936
325
|
}
|
|
937
|
-
|
|
326
|
+
c = g + (c.length > 0 ? " " + c : c);
|
|
938
327
|
}
|
|
939
|
-
return i;
|
|
940
|
-
}, Ct = (...r) => {
|
|
941
|
-
let n = 0, t, o, c = "";
|
|
942
|
-
for (; n < r.length; )
|
|
943
|
-
(t = r[n++]) && (o = wr(t)) && (c && (c += " "), c += o);
|
|
944
328
|
return c;
|
|
945
|
-
},
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
let
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
329
|
+
}, lr = (...e) => {
|
|
330
|
+
let o = 0, r, t, a = "";
|
|
331
|
+
for (; o < e.length; )
|
|
332
|
+
(r = e[o++]) && (t = Pe(r)) && (a && (a += " "), a += t);
|
|
333
|
+
return a;
|
|
334
|
+
}, Pe = (e) => {
|
|
335
|
+
if (typeof e == "string")
|
|
336
|
+
return e;
|
|
337
|
+
let o, r = "";
|
|
338
|
+
for (let t = 0; t < e.length; t++)
|
|
339
|
+
e[t] && (o = Pe(e[t])) && (r && (r += " "), r += o);
|
|
340
|
+
return r;
|
|
341
|
+
}, cr = (e, ...o) => {
|
|
342
|
+
let r, t, a, l;
|
|
343
|
+
const i = (c) => {
|
|
344
|
+
const p = o.reduce((g, x) => x(g), e());
|
|
345
|
+
return r = nr(p), t = r.cache.get, a = r.cache.set, l = u, u(c);
|
|
346
|
+
}, u = (c) => {
|
|
347
|
+
const p = t(c);
|
|
348
|
+
if (p)
|
|
349
|
+
return p;
|
|
350
|
+
const g = ir(c, r);
|
|
351
|
+
return a(c, g), g;
|
|
963
352
|
};
|
|
964
|
-
return
|
|
965
|
-
},
|
|
966
|
-
const
|
|
967
|
-
return
|
|
968
|
-
},
|
|
353
|
+
return l = i, (...c) => l(lr(...c));
|
|
354
|
+
}, dr = [], f = (e) => {
|
|
355
|
+
const o = (r) => r[e] || dr;
|
|
356
|
+
return o.isThemeGetter = !0, o;
|
|
357
|
+
}, Me = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ve = /^\((?:(\w[\w-]*):)?(.+)\)$/i, mr = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, ur = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, br = /\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$/, pr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, gr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, fr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, I = (e) => mr.test(e), b = (e) => !!e && !Number.isNaN(Number(e)), P = (e) => !!e && Number.isInteger(Number(e)), oe = (e) => e.endsWith("%") && b(e.slice(0, -1)), R = (e) => ur.test(e), Ge = () => !0, hr = (e) => (
|
|
969
358
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
970
359
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
971
360
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
972
|
-
|
|
973
|
-
),
|
|
974
|
-
const
|
|
975
|
-
return
|
|
976
|
-
},
|
|
977
|
-
const
|
|
978
|
-
return
|
|
979
|
-
},
|
|
980
|
-
const
|
|
361
|
+
br.test(e) && !pr.test(e)
|
|
362
|
+
), ae = () => !1, xr = (e) => gr.test(e), yr = (e) => fr.test(e), vr = (e) => !s(e) && !n(e), wr = (e) => M(e, Oe, ae), s = (e) => Me.test(e), j = (e) => M(e, Le, hr), ve = (e) => M(e, Ir, b), kr = (e) => M(e, We, Ge), zr = (e) => M(e, Ee, ae), we = (e) => M(e, Te, ae), Cr = (e) => M(e, je, yr), J = (e) => M(e, Fe, xr), n = (e) => Ve.test(e), B = (e) => O(e, Le), Ar = (e) => O(e, Ee), ke = (e) => O(e, Te), Nr = (e) => O(e, Oe), Sr = (e) => O(e, je), K = (e) => O(e, Fe, !0), Rr = (e) => O(e, We, !0), M = (e, o, r) => {
|
|
363
|
+
const t = Me.exec(e);
|
|
364
|
+
return t ? t[1] ? o(t[1]) : r(t[2]) : !1;
|
|
365
|
+
}, O = (e, o, r = !1) => {
|
|
366
|
+
const t = Ve.exec(e);
|
|
367
|
+
return t ? t[1] ? o(t[1]) : r : !1;
|
|
368
|
+
}, Te = (e) => e === "position" || e === "percentage", je = (e) => e === "image" || e === "url", Oe = (e) => e === "length" || e === "size" || e === "bg-size", Le = (e) => e === "length", Ir = (e) => e === "number", Ee = (e) => e === "family-name", We = (e) => e === "number" || e === "weight", Fe = (e) => e === "shadow", Pr = () => {
|
|
369
|
+
const e = f("color"), o = f("font"), r = f("text"), t = f("font-weight"), a = f("tracking"), l = f("leading"), i = f("breakpoint"), u = f("container"), c = f("spacing"), p = f("radius"), g = f("shadow"), x = f("inset-shadow"), y = f("text-shadow"), N = f("drop-shadow"), S = f("blur"), z = f("perspective"), v = f("aspect"), V = f("ease"), $ = f("animate"), F = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], L = () => [
|
|
981
370
|
"center",
|
|
982
371
|
"top",
|
|
983
372
|
"bottom",
|
|
@@ -995,51 +384,51 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
995
384
|
"bottom-left",
|
|
996
385
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
997
386
|
"left-bottom"
|
|
998
|
-
],
|
|
999
|
-
span: ["full",
|
|
1000
|
-
},
|
|
1001
|
-
position: [
|
|
1002
|
-
}],
|
|
387
|
+
], E = () => [...L(), n, s], G = () => ["auto", "hidden", "clip", "visible", "scroll"], _ = () => ["auto", "contain", "none"], d = () => [n, s, c], C = () => [I, "full", "auto", ...d()], ie = () => [P, "none", "subgrid", n, s], le = () => ["auto", {
|
|
388
|
+
span: ["full", P, n, s]
|
|
389
|
+
}, P, n, s], U = () => [P, "auto", n, s], ce = () => ["auto", "min", "max", "fr", n, s], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], W = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...d()], T = () => [I, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...d()], Z = () => [I, "screen", "full", "dvw", "lvw", "svw", "min", "max", "fit", ...d()], ee = () => [I, "screen", "full", "lh", "dvh", "lvh", "svh", "min", "max", "fit", ...d()], m = () => [e, n, s], de = () => [...L(), ke, we, {
|
|
390
|
+
position: [n, s]
|
|
391
|
+
}], me = () => ["no-repeat", {
|
|
1003
392
|
repeat: ["", "x", "y", "space", "round"]
|
|
1004
|
-
}],
|
|
1005
|
-
size: [
|
|
1006
|
-
}],
|
|
393
|
+
}], ue = () => ["auto", "cover", "contain", Nr, wr, {
|
|
394
|
+
size: [n, s]
|
|
395
|
+
}], re = () => [oe, B, j], w = () => [
|
|
1007
396
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1008
397
|
"",
|
|
1009
398
|
"none",
|
|
1010
399
|
"full",
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
],
|
|
400
|
+
p,
|
|
401
|
+
n,
|
|
402
|
+
s
|
|
403
|
+
], k = () => ["", b, B, j], D = () => ["solid", "dashed", "dotted", "double"], be = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], h = () => [b, oe, ke, we], pe = () => [
|
|
1015
404
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1016
405
|
"",
|
|
1017
406
|
"none",
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
],
|
|
407
|
+
S,
|
|
408
|
+
n,
|
|
409
|
+
s
|
|
410
|
+
], Y = () => ["none", b, n, s], q = () => ["none", b, n, s], te = () => [b, n, s], X = () => [I, "full", ...d()];
|
|
1022
411
|
return {
|
|
1023
412
|
cacheSize: 500,
|
|
1024
413
|
theme: {
|
|
1025
414
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
1026
415
|
aspect: ["video"],
|
|
1027
|
-
blur: [
|
|
1028
|
-
breakpoint: [
|
|
1029
|
-
color: [
|
|
1030
|
-
container: [
|
|
1031
|
-
"drop-shadow": [
|
|
416
|
+
blur: [R],
|
|
417
|
+
breakpoint: [R],
|
|
418
|
+
color: [Ge],
|
|
419
|
+
container: [R],
|
|
420
|
+
"drop-shadow": [R],
|
|
1032
421
|
ease: ["in", "out", "in-out"],
|
|
1033
|
-
font: [
|
|
422
|
+
font: [vr],
|
|
1034
423
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
1035
|
-
"inset-shadow": [
|
|
424
|
+
"inset-shadow": [R],
|
|
1036
425
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
1037
426
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
1038
|
-
radius: [
|
|
1039
|
-
shadow: [
|
|
1040
|
-
spacing: ["px",
|
|
1041
|
-
text: [
|
|
1042
|
-
"text-shadow": [
|
|
427
|
+
radius: [R],
|
|
428
|
+
shadow: [R],
|
|
429
|
+
spacing: ["px", b],
|
|
430
|
+
text: [R],
|
|
431
|
+
"text-shadow": [R],
|
|
1043
432
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
1044
433
|
},
|
|
1045
434
|
classGroups: {
|
|
@@ -1051,7 +440,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1051
440
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1052
441
|
*/
|
|
1053
442
|
aspect: [{
|
|
1054
|
-
aspect: ["auto", "square",
|
|
443
|
+
aspect: ["auto", "square", I, s, n, v]
|
|
1055
444
|
}],
|
|
1056
445
|
/**
|
|
1057
446
|
* Container
|
|
@@ -1064,21 +453,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1064
453
|
* @see https://tailwindcss.com/docs/columns
|
|
1065
454
|
*/
|
|
1066
455
|
columns: [{
|
|
1067
|
-
columns: [
|
|
456
|
+
columns: [b, s, n, u]
|
|
1068
457
|
}],
|
|
1069
458
|
/**
|
|
1070
459
|
* Break After
|
|
1071
460
|
* @see https://tailwindcss.com/docs/break-after
|
|
1072
461
|
*/
|
|
1073
462
|
"break-after": [{
|
|
1074
|
-
"break-after":
|
|
463
|
+
"break-after": F()
|
|
1075
464
|
}],
|
|
1076
465
|
/**
|
|
1077
466
|
* Break Before
|
|
1078
467
|
* @see https://tailwindcss.com/docs/break-before
|
|
1079
468
|
*/
|
|
1080
469
|
"break-before": [{
|
|
1081
|
-
"break-before":
|
|
470
|
+
"break-before": F()
|
|
1082
471
|
}],
|
|
1083
472
|
/**
|
|
1084
473
|
* Break Inside
|
|
@@ -1142,49 +531,49 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1142
531
|
* @see https://tailwindcss.com/docs/object-position
|
|
1143
532
|
*/
|
|
1144
533
|
"object-position": [{
|
|
1145
|
-
object:
|
|
534
|
+
object: E()
|
|
1146
535
|
}],
|
|
1147
536
|
/**
|
|
1148
537
|
* Overflow
|
|
1149
538
|
* @see https://tailwindcss.com/docs/overflow
|
|
1150
539
|
*/
|
|
1151
540
|
overflow: [{
|
|
1152
|
-
overflow:
|
|
541
|
+
overflow: G()
|
|
1153
542
|
}],
|
|
1154
543
|
/**
|
|
1155
544
|
* Overflow X
|
|
1156
545
|
* @see https://tailwindcss.com/docs/overflow
|
|
1157
546
|
*/
|
|
1158
547
|
"overflow-x": [{
|
|
1159
|
-
"overflow-x":
|
|
548
|
+
"overflow-x": G()
|
|
1160
549
|
}],
|
|
1161
550
|
/**
|
|
1162
551
|
* Overflow Y
|
|
1163
552
|
* @see https://tailwindcss.com/docs/overflow
|
|
1164
553
|
*/
|
|
1165
554
|
"overflow-y": [{
|
|
1166
|
-
"overflow-y":
|
|
555
|
+
"overflow-y": G()
|
|
1167
556
|
}],
|
|
1168
557
|
/**
|
|
1169
558
|
* Overscroll Behavior
|
|
1170
559
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1171
560
|
*/
|
|
1172
561
|
overscroll: [{
|
|
1173
|
-
overscroll:
|
|
562
|
+
overscroll: _()
|
|
1174
563
|
}],
|
|
1175
564
|
/**
|
|
1176
565
|
* Overscroll Behavior X
|
|
1177
566
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1178
567
|
*/
|
|
1179
568
|
"overscroll-x": [{
|
|
1180
|
-
"overscroll-x":
|
|
569
|
+
"overscroll-x": _()
|
|
1181
570
|
}],
|
|
1182
571
|
/**
|
|
1183
572
|
* Overscroll Behavior Y
|
|
1184
573
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1185
574
|
*/
|
|
1186
575
|
"overscroll-y": [{
|
|
1187
|
-
"overscroll-y":
|
|
576
|
+
"overscroll-y": _()
|
|
1188
577
|
}],
|
|
1189
578
|
/**
|
|
1190
579
|
* Position
|
|
@@ -1196,21 +585,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1196
585
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1197
586
|
*/
|
|
1198
587
|
inset: [{
|
|
1199
|
-
inset:
|
|
588
|
+
inset: C()
|
|
1200
589
|
}],
|
|
1201
590
|
/**
|
|
1202
591
|
* Inset Inline
|
|
1203
592
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1204
593
|
*/
|
|
1205
594
|
"inset-x": [{
|
|
1206
|
-
"inset-x":
|
|
595
|
+
"inset-x": C()
|
|
1207
596
|
}],
|
|
1208
597
|
/**
|
|
1209
598
|
* Inset Block
|
|
1210
599
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1211
600
|
*/
|
|
1212
601
|
"inset-y": [{
|
|
1213
|
-
"inset-y":
|
|
602
|
+
"inset-y": C()
|
|
1214
603
|
}],
|
|
1215
604
|
/**
|
|
1216
605
|
* Inset Inline Start
|
|
@@ -1218,12 +607,12 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1218
607
|
* @todo class group will be renamed to `inset-s` in next major release
|
|
1219
608
|
*/
|
|
1220
609
|
start: [{
|
|
1221
|
-
"inset-s":
|
|
610
|
+
"inset-s": C(),
|
|
1222
611
|
/**
|
|
1223
612
|
* @deprecated since Tailwind CSS v4.2.0 in favor of `inset-s-*` utilities.
|
|
1224
613
|
* @see https://github.com/tailwindlabs/tailwindcss/pull/19613
|
|
1225
614
|
*/
|
|
1226
|
-
start:
|
|
615
|
+
start: C()
|
|
1227
616
|
}],
|
|
1228
617
|
/**
|
|
1229
618
|
* Inset Inline End
|
|
@@ -1231,54 +620,54 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1231
620
|
* @todo class group will be renamed to `inset-e` in next major release
|
|
1232
621
|
*/
|
|
1233
622
|
end: [{
|
|
1234
|
-
"inset-e":
|
|
623
|
+
"inset-e": C(),
|
|
1235
624
|
/**
|
|
1236
625
|
* @deprecated since Tailwind CSS v4.2.0 in favor of `inset-e-*` utilities.
|
|
1237
626
|
* @see https://github.com/tailwindlabs/tailwindcss/pull/19613
|
|
1238
627
|
*/
|
|
1239
|
-
end:
|
|
628
|
+
end: C()
|
|
1240
629
|
}],
|
|
1241
630
|
/**
|
|
1242
631
|
* Inset Block Start
|
|
1243
632
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1244
633
|
*/
|
|
1245
634
|
"inset-bs": [{
|
|
1246
|
-
"inset-bs":
|
|
635
|
+
"inset-bs": C()
|
|
1247
636
|
}],
|
|
1248
637
|
/**
|
|
1249
638
|
* Inset Block End
|
|
1250
639
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1251
640
|
*/
|
|
1252
641
|
"inset-be": [{
|
|
1253
|
-
"inset-be":
|
|
642
|
+
"inset-be": C()
|
|
1254
643
|
}],
|
|
1255
644
|
/**
|
|
1256
645
|
* Top
|
|
1257
646
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1258
647
|
*/
|
|
1259
648
|
top: [{
|
|
1260
|
-
top:
|
|
649
|
+
top: C()
|
|
1261
650
|
}],
|
|
1262
651
|
/**
|
|
1263
652
|
* Right
|
|
1264
653
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1265
654
|
*/
|
|
1266
655
|
right: [{
|
|
1267
|
-
right:
|
|
656
|
+
right: C()
|
|
1268
657
|
}],
|
|
1269
658
|
/**
|
|
1270
659
|
* Bottom
|
|
1271
660
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1272
661
|
*/
|
|
1273
662
|
bottom: [{
|
|
1274
|
-
bottom:
|
|
663
|
+
bottom: C()
|
|
1275
664
|
}],
|
|
1276
665
|
/**
|
|
1277
666
|
* Left
|
|
1278
667
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1279
668
|
*/
|
|
1280
669
|
left: [{
|
|
1281
|
-
left:
|
|
670
|
+
left: C()
|
|
1282
671
|
}],
|
|
1283
672
|
/**
|
|
1284
673
|
* Visibility
|
|
@@ -1290,7 +679,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1290
679
|
* @see https://tailwindcss.com/docs/z-index
|
|
1291
680
|
*/
|
|
1292
681
|
z: [{
|
|
1293
|
-
z: [
|
|
682
|
+
z: [P, "auto", n, s]
|
|
1294
683
|
}],
|
|
1295
684
|
// ------------------------
|
|
1296
685
|
// --- Flexbox and Grid ---
|
|
@@ -1300,7 +689,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1300
689
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1301
690
|
*/
|
|
1302
691
|
basis: [{
|
|
1303
|
-
basis: [
|
|
692
|
+
basis: [I, "full", "auto", u, ...d()]
|
|
1304
693
|
}],
|
|
1305
694
|
/**
|
|
1306
695
|
* Flex Direction
|
|
@@ -1321,84 +710,84 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1321
710
|
* @see https://tailwindcss.com/docs/flex
|
|
1322
711
|
*/
|
|
1323
712
|
flex: [{
|
|
1324
|
-
flex: [
|
|
713
|
+
flex: [b, I, "auto", "initial", "none", s]
|
|
1325
714
|
}],
|
|
1326
715
|
/**
|
|
1327
716
|
* Flex Grow
|
|
1328
717
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1329
718
|
*/
|
|
1330
719
|
grow: [{
|
|
1331
|
-
grow: ["",
|
|
720
|
+
grow: ["", b, n, s]
|
|
1332
721
|
}],
|
|
1333
722
|
/**
|
|
1334
723
|
* Flex Shrink
|
|
1335
724
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1336
725
|
*/
|
|
1337
726
|
shrink: [{
|
|
1338
|
-
shrink: ["",
|
|
727
|
+
shrink: ["", b, n, s]
|
|
1339
728
|
}],
|
|
1340
729
|
/**
|
|
1341
730
|
* Order
|
|
1342
731
|
* @see https://tailwindcss.com/docs/order
|
|
1343
732
|
*/
|
|
1344
733
|
order: [{
|
|
1345
|
-
order: [
|
|
734
|
+
order: [P, "first", "last", "none", n, s]
|
|
1346
735
|
}],
|
|
1347
736
|
/**
|
|
1348
737
|
* Grid Template Columns
|
|
1349
738
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1350
739
|
*/
|
|
1351
740
|
"grid-cols": [{
|
|
1352
|
-
"grid-cols":
|
|
741
|
+
"grid-cols": ie()
|
|
1353
742
|
}],
|
|
1354
743
|
/**
|
|
1355
744
|
* Grid Column Start / End
|
|
1356
745
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1357
746
|
*/
|
|
1358
747
|
"col-start-end": [{
|
|
1359
|
-
col:
|
|
748
|
+
col: le()
|
|
1360
749
|
}],
|
|
1361
750
|
/**
|
|
1362
751
|
* Grid Column Start
|
|
1363
752
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1364
753
|
*/
|
|
1365
754
|
"col-start": [{
|
|
1366
|
-
"col-start":
|
|
755
|
+
"col-start": U()
|
|
1367
756
|
}],
|
|
1368
757
|
/**
|
|
1369
758
|
* Grid Column End
|
|
1370
759
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1371
760
|
*/
|
|
1372
761
|
"col-end": [{
|
|
1373
|
-
"col-end":
|
|
762
|
+
"col-end": U()
|
|
1374
763
|
}],
|
|
1375
764
|
/**
|
|
1376
765
|
* Grid Template Rows
|
|
1377
766
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1378
767
|
*/
|
|
1379
768
|
"grid-rows": [{
|
|
1380
|
-
"grid-rows":
|
|
769
|
+
"grid-rows": ie()
|
|
1381
770
|
}],
|
|
1382
771
|
/**
|
|
1383
772
|
* Grid Row Start / End
|
|
1384
773
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1385
774
|
*/
|
|
1386
775
|
"row-start-end": [{
|
|
1387
|
-
row:
|
|
776
|
+
row: le()
|
|
1388
777
|
}],
|
|
1389
778
|
/**
|
|
1390
779
|
* Grid Row Start
|
|
1391
780
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1392
781
|
*/
|
|
1393
782
|
"row-start": [{
|
|
1394
|
-
"row-start":
|
|
783
|
+
"row-start": U()
|
|
1395
784
|
}],
|
|
1396
785
|
/**
|
|
1397
786
|
* Grid Row End
|
|
1398
787
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1399
788
|
*/
|
|
1400
789
|
"row-end": [{
|
|
1401
|
-
"row-end":
|
|
790
|
+
"row-end": U()
|
|
1402
791
|
}],
|
|
1403
792
|
/**
|
|
1404
793
|
* Grid Auto Flow
|
|
@@ -1412,70 +801,70 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1412
801
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1413
802
|
*/
|
|
1414
803
|
"auto-cols": [{
|
|
1415
|
-
"auto-cols":
|
|
804
|
+
"auto-cols": ce()
|
|
1416
805
|
}],
|
|
1417
806
|
/**
|
|
1418
807
|
* Grid Auto Rows
|
|
1419
808
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1420
809
|
*/
|
|
1421
810
|
"auto-rows": [{
|
|
1422
|
-
"auto-rows":
|
|
811
|
+
"auto-rows": ce()
|
|
1423
812
|
}],
|
|
1424
813
|
/**
|
|
1425
814
|
* Gap
|
|
1426
815
|
* @see https://tailwindcss.com/docs/gap
|
|
1427
816
|
*/
|
|
1428
817
|
gap: [{
|
|
1429
|
-
gap:
|
|
818
|
+
gap: d()
|
|
1430
819
|
}],
|
|
1431
820
|
/**
|
|
1432
821
|
* Gap X
|
|
1433
822
|
* @see https://tailwindcss.com/docs/gap
|
|
1434
823
|
*/
|
|
1435
824
|
"gap-x": [{
|
|
1436
|
-
"gap-x":
|
|
825
|
+
"gap-x": d()
|
|
1437
826
|
}],
|
|
1438
827
|
/**
|
|
1439
828
|
* Gap Y
|
|
1440
829
|
* @see https://tailwindcss.com/docs/gap
|
|
1441
830
|
*/
|
|
1442
831
|
"gap-y": [{
|
|
1443
|
-
"gap-y":
|
|
832
|
+
"gap-y": d()
|
|
1444
833
|
}],
|
|
1445
834
|
/**
|
|
1446
835
|
* Justify Content
|
|
1447
836
|
* @see https://tailwindcss.com/docs/justify-content
|
|
1448
837
|
*/
|
|
1449
838
|
"justify-content": [{
|
|
1450
|
-
justify: [...
|
|
839
|
+
justify: [...Q(), "normal"]
|
|
1451
840
|
}],
|
|
1452
841
|
/**
|
|
1453
842
|
* Justify Items
|
|
1454
843
|
* @see https://tailwindcss.com/docs/justify-items
|
|
1455
844
|
*/
|
|
1456
845
|
"justify-items": [{
|
|
1457
|
-
"justify-items": [...
|
|
846
|
+
"justify-items": [...W(), "normal"]
|
|
1458
847
|
}],
|
|
1459
848
|
/**
|
|
1460
849
|
* Justify Self
|
|
1461
850
|
* @see https://tailwindcss.com/docs/justify-self
|
|
1462
851
|
*/
|
|
1463
852
|
"justify-self": [{
|
|
1464
|
-
"justify-self": ["auto", ...
|
|
853
|
+
"justify-self": ["auto", ...W()]
|
|
1465
854
|
}],
|
|
1466
855
|
/**
|
|
1467
856
|
* Align Content
|
|
1468
857
|
* @see https://tailwindcss.com/docs/align-content
|
|
1469
858
|
*/
|
|
1470
859
|
"align-content": [{
|
|
1471
|
-
content: ["normal", ...
|
|
860
|
+
content: ["normal", ...Q()]
|
|
1472
861
|
}],
|
|
1473
862
|
/**
|
|
1474
863
|
* Align Items
|
|
1475
864
|
* @see https://tailwindcss.com/docs/align-items
|
|
1476
865
|
*/
|
|
1477
866
|
"align-items": [{
|
|
1478
|
-
items: [...
|
|
867
|
+
items: [...W(), {
|
|
1479
868
|
baseline: ["", "last"]
|
|
1480
869
|
}]
|
|
1481
870
|
}],
|
|
@@ -1484,7 +873,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1484
873
|
* @see https://tailwindcss.com/docs/align-self
|
|
1485
874
|
*/
|
|
1486
875
|
"align-self": [{
|
|
1487
|
-
self: ["auto", ...
|
|
876
|
+
self: ["auto", ...W(), {
|
|
1488
877
|
baseline: ["", "last"]
|
|
1489
878
|
}]
|
|
1490
879
|
}],
|
|
@@ -1493,21 +882,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1493
882
|
* @see https://tailwindcss.com/docs/place-content
|
|
1494
883
|
*/
|
|
1495
884
|
"place-content": [{
|
|
1496
|
-
"place-content":
|
|
885
|
+
"place-content": Q()
|
|
1497
886
|
}],
|
|
1498
887
|
/**
|
|
1499
888
|
* Place Items
|
|
1500
889
|
* @see https://tailwindcss.com/docs/place-items
|
|
1501
890
|
*/
|
|
1502
891
|
"place-items": [{
|
|
1503
|
-
"place-items": [...
|
|
892
|
+
"place-items": [...W(), "baseline"]
|
|
1504
893
|
}],
|
|
1505
894
|
/**
|
|
1506
895
|
* Place Self
|
|
1507
896
|
* @see https://tailwindcss.com/docs/place-self
|
|
1508
897
|
*/
|
|
1509
898
|
"place-self": [{
|
|
1510
|
-
"place-self": ["auto", ...
|
|
899
|
+
"place-self": ["auto", ...W()]
|
|
1511
900
|
}],
|
|
1512
901
|
// Spacing
|
|
1513
902
|
/**
|
|
@@ -1515,161 +904,161 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1515
904
|
* @see https://tailwindcss.com/docs/padding
|
|
1516
905
|
*/
|
|
1517
906
|
p: [{
|
|
1518
|
-
p:
|
|
907
|
+
p: d()
|
|
1519
908
|
}],
|
|
1520
909
|
/**
|
|
1521
910
|
* Padding Inline
|
|
1522
911
|
* @see https://tailwindcss.com/docs/padding
|
|
1523
912
|
*/
|
|
1524
913
|
px: [{
|
|
1525
|
-
px:
|
|
914
|
+
px: d()
|
|
1526
915
|
}],
|
|
1527
916
|
/**
|
|
1528
917
|
* Padding Block
|
|
1529
918
|
* @see https://tailwindcss.com/docs/padding
|
|
1530
919
|
*/
|
|
1531
920
|
py: [{
|
|
1532
|
-
py:
|
|
921
|
+
py: d()
|
|
1533
922
|
}],
|
|
1534
923
|
/**
|
|
1535
924
|
* Padding Inline Start
|
|
1536
925
|
* @see https://tailwindcss.com/docs/padding
|
|
1537
926
|
*/
|
|
1538
927
|
ps: [{
|
|
1539
|
-
ps:
|
|
928
|
+
ps: d()
|
|
1540
929
|
}],
|
|
1541
930
|
/**
|
|
1542
931
|
* Padding Inline End
|
|
1543
932
|
* @see https://tailwindcss.com/docs/padding
|
|
1544
933
|
*/
|
|
1545
934
|
pe: [{
|
|
1546
|
-
pe:
|
|
935
|
+
pe: d()
|
|
1547
936
|
}],
|
|
1548
937
|
/**
|
|
1549
938
|
* Padding Block Start
|
|
1550
939
|
* @see https://tailwindcss.com/docs/padding
|
|
1551
940
|
*/
|
|
1552
941
|
pbs: [{
|
|
1553
|
-
pbs:
|
|
942
|
+
pbs: d()
|
|
1554
943
|
}],
|
|
1555
944
|
/**
|
|
1556
945
|
* Padding Block End
|
|
1557
946
|
* @see https://tailwindcss.com/docs/padding
|
|
1558
947
|
*/
|
|
1559
948
|
pbe: [{
|
|
1560
|
-
pbe:
|
|
949
|
+
pbe: d()
|
|
1561
950
|
}],
|
|
1562
951
|
/**
|
|
1563
952
|
* Padding Top
|
|
1564
953
|
* @see https://tailwindcss.com/docs/padding
|
|
1565
954
|
*/
|
|
1566
955
|
pt: [{
|
|
1567
|
-
pt:
|
|
956
|
+
pt: d()
|
|
1568
957
|
}],
|
|
1569
958
|
/**
|
|
1570
959
|
* Padding Right
|
|
1571
960
|
* @see https://tailwindcss.com/docs/padding
|
|
1572
961
|
*/
|
|
1573
962
|
pr: [{
|
|
1574
|
-
pr:
|
|
963
|
+
pr: d()
|
|
1575
964
|
}],
|
|
1576
965
|
/**
|
|
1577
966
|
* Padding Bottom
|
|
1578
967
|
* @see https://tailwindcss.com/docs/padding
|
|
1579
968
|
*/
|
|
1580
969
|
pb: [{
|
|
1581
|
-
pb:
|
|
970
|
+
pb: d()
|
|
1582
971
|
}],
|
|
1583
972
|
/**
|
|
1584
973
|
* Padding Left
|
|
1585
974
|
* @see https://tailwindcss.com/docs/padding
|
|
1586
975
|
*/
|
|
1587
976
|
pl: [{
|
|
1588
|
-
pl:
|
|
977
|
+
pl: d()
|
|
1589
978
|
}],
|
|
1590
979
|
/**
|
|
1591
980
|
* Margin
|
|
1592
981
|
* @see https://tailwindcss.com/docs/margin
|
|
1593
982
|
*/
|
|
1594
983
|
m: [{
|
|
1595
|
-
m:
|
|
984
|
+
m: A()
|
|
1596
985
|
}],
|
|
1597
986
|
/**
|
|
1598
987
|
* Margin Inline
|
|
1599
988
|
* @see https://tailwindcss.com/docs/margin
|
|
1600
989
|
*/
|
|
1601
990
|
mx: [{
|
|
1602
|
-
mx:
|
|
991
|
+
mx: A()
|
|
1603
992
|
}],
|
|
1604
993
|
/**
|
|
1605
994
|
* Margin Block
|
|
1606
995
|
* @see https://tailwindcss.com/docs/margin
|
|
1607
996
|
*/
|
|
1608
997
|
my: [{
|
|
1609
|
-
my:
|
|
998
|
+
my: A()
|
|
1610
999
|
}],
|
|
1611
1000
|
/**
|
|
1612
1001
|
* Margin Inline Start
|
|
1613
1002
|
* @see https://tailwindcss.com/docs/margin
|
|
1614
1003
|
*/
|
|
1615
1004
|
ms: [{
|
|
1616
|
-
ms:
|
|
1005
|
+
ms: A()
|
|
1617
1006
|
}],
|
|
1618
1007
|
/**
|
|
1619
1008
|
* Margin Inline End
|
|
1620
1009
|
* @see https://tailwindcss.com/docs/margin
|
|
1621
1010
|
*/
|
|
1622
1011
|
me: [{
|
|
1623
|
-
me:
|
|
1012
|
+
me: A()
|
|
1624
1013
|
}],
|
|
1625
1014
|
/**
|
|
1626
1015
|
* Margin Block Start
|
|
1627
1016
|
* @see https://tailwindcss.com/docs/margin
|
|
1628
1017
|
*/
|
|
1629
1018
|
mbs: [{
|
|
1630
|
-
mbs:
|
|
1019
|
+
mbs: A()
|
|
1631
1020
|
}],
|
|
1632
1021
|
/**
|
|
1633
1022
|
* Margin Block End
|
|
1634
1023
|
* @see https://tailwindcss.com/docs/margin
|
|
1635
1024
|
*/
|
|
1636
1025
|
mbe: [{
|
|
1637
|
-
mbe:
|
|
1026
|
+
mbe: A()
|
|
1638
1027
|
}],
|
|
1639
1028
|
/**
|
|
1640
1029
|
* Margin Top
|
|
1641
1030
|
* @see https://tailwindcss.com/docs/margin
|
|
1642
1031
|
*/
|
|
1643
1032
|
mt: [{
|
|
1644
|
-
mt:
|
|
1033
|
+
mt: A()
|
|
1645
1034
|
}],
|
|
1646
1035
|
/**
|
|
1647
1036
|
* Margin Right
|
|
1648
1037
|
* @see https://tailwindcss.com/docs/margin
|
|
1649
1038
|
*/
|
|
1650
1039
|
mr: [{
|
|
1651
|
-
mr:
|
|
1040
|
+
mr: A()
|
|
1652
1041
|
}],
|
|
1653
1042
|
/**
|
|
1654
1043
|
* Margin Bottom
|
|
1655
1044
|
* @see https://tailwindcss.com/docs/margin
|
|
1656
1045
|
*/
|
|
1657
1046
|
mb: [{
|
|
1658
|
-
mb:
|
|
1047
|
+
mb: A()
|
|
1659
1048
|
}],
|
|
1660
1049
|
/**
|
|
1661
1050
|
* Margin Left
|
|
1662
1051
|
* @see https://tailwindcss.com/docs/margin
|
|
1663
1052
|
*/
|
|
1664
1053
|
ml: [{
|
|
1665
|
-
ml:
|
|
1054
|
+
ml: A()
|
|
1666
1055
|
}],
|
|
1667
1056
|
/**
|
|
1668
1057
|
* Space Between X
|
|
1669
1058
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1670
1059
|
*/
|
|
1671
1060
|
"space-x": [{
|
|
1672
|
-
"space-x":
|
|
1061
|
+
"space-x": d()
|
|
1673
1062
|
}],
|
|
1674
1063
|
/**
|
|
1675
1064
|
* Space Between X Reverse
|
|
@@ -1681,7 +1070,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1681
1070
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1682
1071
|
*/
|
|
1683
1072
|
"space-y": [{
|
|
1684
|
-
"space-y":
|
|
1073
|
+
"space-y": d()
|
|
1685
1074
|
}],
|
|
1686
1075
|
/**
|
|
1687
1076
|
* Space Between Y Reverse
|
|
@@ -1696,56 +1085,56 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1696
1085
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1697
1086
|
*/
|
|
1698
1087
|
size: [{
|
|
1699
|
-
size:
|
|
1088
|
+
size: T()
|
|
1700
1089
|
}],
|
|
1701
1090
|
/**
|
|
1702
1091
|
* Inline Size
|
|
1703
1092
|
* @see https://tailwindcss.com/docs/width
|
|
1704
1093
|
*/
|
|
1705
1094
|
"inline-size": [{
|
|
1706
|
-
inline: ["auto", ...
|
|
1095
|
+
inline: ["auto", ...Z()]
|
|
1707
1096
|
}],
|
|
1708
1097
|
/**
|
|
1709
1098
|
* Min-Inline Size
|
|
1710
1099
|
* @see https://tailwindcss.com/docs/min-width
|
|
1711
1100
|
*/
|
|
1712
1101
|
"min-inline-size": [{
|
|
1713
|
-
"min-inline": ["auto", ...
|
|
1102
|
+
"min-inline": ["auto", ...Z()]
|
|
1714
1103
|
}],
|
|
1715
1104
|
/**
|
|
1716
1105
|
* Max-Inline Size
|
|
1717
1106
|
* @see https://tailwindcss.com/docs/max-width
|
|
1718
1107
|
*/
|
|
1719
1108
|
"max-inline-size": [{
|
|
1720
|
-
"max-inline": ["none", ...
|
|
1109
|
+
"max-inline": ["none", ...Z()]
|
|
1721
1110
|
}],
|
|
1722
1111
|
/**
|
|
1723
1112
|
* Block Size
|
|
1724
1113
|
* @see https://tailwindcss.com/docs/height
|
|
1725
1114
|
*/
|
|
1726
1115
|
"block-size": [{
|
|
1727
|
-
block: ["auto", ...
|
|
1116
|
+
block: ["auto", ...ee()]
|
|
1728
1117
|
}],
|
|
1729
1118
|
/**
|
|
1730
1119
|
* Min-Block Size
|
|
1731
1120
|
* @see https://tailwindcss.com/docs/min-height
|
|
1732
1121
|
*/
|
|
1733
1122
|
"min-block-size": [{
|
|
1734
|
-
"min-block": ["auto", ...
|
|
1123
|
+
"min-block": ["auto", ...ee()]
|
|
1735
1124
|
}],
|
|
1736
1125
|
/**
|
|
1737
1126
|
* Max-Block Size
|
|
1738
1127
|
* @see https://tailwindcss.com/docs/max-height
|
|
1739
1128
|
*/
|
|
1740
1129
|
"max-block-size": [{
|
|
1741
|
-
"max-block": ["none", ...
|
|
1130
|
+
"max-block": ["none", ...ee()]
|
|
1742
1131
|
}],
|
|
1743
1132
|
/**
|
|
1744
1133
|
* Width
|
|
1745
1134
|
* @see https://tailwindcss.com/docs/width
|
|
1746
1135
|
*/
|
|
1747
1136
|
w: [{
|
|
1748
|
-
w: [
|
|
1137
|
+
w: [u, "screen", ...T()]
|
|
1749
1138
|
}],
|
|
1750
1139
|
/**
|
|
1751
1140
|
* Min-Width
|
|
@@ -1753,11 +1142,11 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1753
1142
|
*/
|
|
1754
1143
|
"min-w": [{
|
|
1755
1144
|
"min-w": [
|
|
1756
|
-
|
|
1145
|
+
u,
|
|
1757
1146
|
"screen",
|
|
1758
1147
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1759
1148
|
"none",
|
|
1760
|
-
...
|
|
1149
|
+
...T()
|
|
1761
1150
|
]
|
|
1762
1151
|
}],
|
|
1763
1152
|
/**
|
|
@@ -1766,16 +1155,16 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1766
1155
|
*/
|
|
1767
1156
|
"max-w": [{
|
|
1768
1157
|
"max-w": [
|
|
1769
|
-
|
|
1158
|
+
u,
|
|
1770
1159
|
"screen",
|
|
1771
1160
|
"none",
|
|
1772
1161
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1773
1162
|
"prose",
|
|
1774
1163
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1775
1164
|
{
|
|
1776
|
-
screen: [
|
|
1165
|
+
screen: [i]
|
|
1777
1166
|
},
|
|
1778
|
-
...
|
|
1167
|
+
...T()
|
|
1779
1168
|
]
|
|
1780
1169
|
}],
|
|
1781
1170
|
/**
|
|
@@ -1783,21 +1172,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1783
1172
|
* @see https://tailwindcss.com/docs/height
|
|
1784
1173
|
*/
|
|
1785
1174
|
h: [{
|
|
1786
|
-
h: ["screen", "lh", ...
|
|
1175
|
+
h: ["screen", "lh", ...T()]
|
|
1787
1176
|
}],
|
|
1788
1177
|
/**
|
|
1789
1178
|
* Min-Height
|
|
1790
1179
|
* @see https://tailwindcss.com/docs/min-height
|
|
1791
1180
|
*/
|
|
1792
1181
|
"min-h": [{
|
|
1793
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1182
|
+
"min-h": ["screen", "lh", "none", ...T()]
|
|
1794
1183
|
}],
|
|
1795
1184
|
/**
|
|
1796
1185
|
* Max-Height
|
|
1797
1186
|
* @see https://tailwindcss.com/docs/max-height
|
|
1798
1187
|
*/
|
|
1799
1188
|
"max-h": [{
|
|
1800
|
-
"max-h": ["screen", "lh", ...
|
|
1189
|
+
"max-h": ["screen", "lh", ...T()]
|
|
1801
1190
|
}],
|
|
1802
1191
|
// ------------------
|
|
1803
1192
|
// --- Typography ---
|
|
@@ -1807,7 +1196,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1807
1196
|
* @see https://tailwindcss.com/docs/font-size
|
|
1808
1197
|
*/
|
|
1809
1198
|
"font-size": [{
|
|
1810
|
-
text: ["base",
|
|
1199
|
+
text: ["base", r, B, j]
|
|
1811
1200
|
}],
|
|
1812
1201
|
/**
|
|
1813
1202
|
* Font Smoothing
|
|
@@ -1824,28 +1213,28 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1824
1213
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1825
1214
|
*/
|
|
1826
1215
|
"font-weight": [{
|
|
1827
|
-
font: [
|
|
1216
|
+
font: [t, Rr, kr]
|
|
1828
1217
|
}],
|
|
1829
1218
|
/**
|
|
1830
1219
|
* Font Stretch
|
|
1831
1220
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1832
1221
|
*/
|
|
1833
1222
|
"font-stretch": [{
|
|
1834
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1223
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", oe, s]
|
|
1835
1224
|
}],
|
|
1836
1225
|
/**
|
|
1837
1226
|
* Font Family
|
|
1838
1227
|
* @see https://tailwindcss.com/docs/font-family
|
|
1839
1228
|
*/
|
|
1840
1229
|
"font-family": [{
|
|
1841
|
-
font: [
|
|
1230
|
+
font: [Ar, zr, o]
|
|
1842
1231
|
}],
|
|
1843
1232
|
/**
|
|
1844
1233
|
* Font Feature Settings
|
|
1845
1234
|
* @see https://tailwindcss.com/docs/font-feature-settings
|
|
1846
1235
|
*/
|
|
1847
1236
|
"font-features": [{
|
|
1848
|
-
"font-features": [
|
|
1237
|
+
"font-features": [s]
|
|
1849
1238
|
}],
|
|
1850
1239
|
/**
|
|
1851
1240
|
* Font Variant Numeric
|
|
@@ -1882,14 +1271,14 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1882
1271
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1883
1272
|
*/
|
|
1884
1273
|
tracking: [{
|
|
1885
|
-
tracking: [
|
|
1274
|
+
tracking: [a, n, s]
|
|
1886
1275
|
}],
|
|
1887
1276
|
/**
|
|
1888
1277
|
* Line Clamp
|
|
1889
1278
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1890
1279
|
*/
|
|
1891
1280
|
"line-clamp": [{
|
|
1892
|
-
"line-clamp": [
|
|
1281
|
+
"line-clamp": [b, "none", n, ve]
|
|
1893
1282
|
}],
|
|
1894
1283
|
/**
|
|
1895
1284
|
* Line Height
|
|
@@ -1898,8 +1287,8 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1898
1287
|
leading: [{
|
|
1899
1288
|
leading: [
|
|
1900
1289
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1901
|
-
|
|
1902
|
-
...
|
|
1290
|
+
l,
|
|
1291
|
+
...d()
|
|
1903
1292
|
]
|
|
1904
1293
|
}],
|
|
1905
1294
|
/**
|
|
@@ -1907,7 +1296,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1907
1296
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1908
1297
|
*/
|
|
1909
1298
|
"list-image": [{
|
|
1910
|
-
"list-image": ["none",
|
|
1299
|
+
"list-image": ["none", n, s]
|
|
1911
1300
|
}],
|
|
1912
1301
|
/**
|
|
1913
1302
|
* List Style Position
|
|
@@ -1921,7 +1310,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1921
1310
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1922
1311
|
*/
|
|
1923
1312
|
"list-style-type": [{
|
|
1924
|
-
list: ["disc", "decimal", "none",
|
|
1313
|
+
list: ["disc", "decimal", "none", n, s]
|
|
1925
1314
|
}],
|
|
1926
1315
|
/**
|
|
1927
1316
|
* Text Alignment
|
|
@@ -1936,14 +1325,14 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1936
1325
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1937
1326
|
*/
|
|
1938
1327
|
"placeholder-color": [{
|
|
1939
|
-
placeholder:
|
|
1328
|
+
placeholder: m()
|
|
1940
1329
|
}],
|
|
1941
1330
|
/**
|
|
1942
1331
|
* Text Color
|
|
1943
1332
|
* @see https://tailwindcss.com/docs/text-color
|
|
1944
1333
|
*/
|
|
1945
1334
|
"text-color": [{
|
|
1946
|
-
text:
|
|
1335
|
+
text: m()
|
|
1947
1336
|
}],
|
|
1948
1337
|
/**
|
|
1949
1338
|
* Text Decoration
|
|
@@ -1955,28 +1344,28 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
1955
1344
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1956
1345
|
*/
|
|
1957
1346
|
"text-decoration-style": [{
|
|
1958
|
-
decoration: [...
|
|
1347
|
+
decoration: [...D(), "wavy"]
|
|
1959
1348
|
}],
|
|
1960
1349
|
/**
|
|
1961
1350
|
* Text Decoration Thickness
|
|
1962
1351
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1963
1352
|
*/
|
|
1964
1353
|
"text-decoration-thickness": [{
|
|
1965
|
-
decoration: [
|
|
1354
|
+
decoration: [b, "from-font", "auto", n, j]
|
|
1966
1355
|
}],
|
|
1967
1356
|
/**
|
|
1968
1357
|
* Text Decoration Color
|
|
1969
1358
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1970
1359
|
*/
|
|
1971
1360
|
"text-decoration-color": [{
|
|
1972
|
-
decoration:
|
|
1361
|
+
decoration: m()
|
|
1973
1362
|
}],
|
|
1974
1363
|
/**
|
|
1975
1364
|
* Text Underline Offset
|
|
1976
1365
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1977
1366
|
*/
|
|
1978
1367
|
"underline-offset": [{
|
|
1979
|
-
"underline-offset": [
|
|
1368
|
+
"underline-offset": [b, "auto", n, s]
|
|
1980
1369
|
}],
|
|
1981
1370
|
/**
|
|
1982
1371
|
* Text Transform
|
|
@@ -2000,14 +1389,14 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2000
1389
|
* @see https://tailwindcss.com/docs/text-indent
|
|
2001
1390
|
*/
|
|
2002
1391
|
indent: [{
|
|
2003
|
-
indent:
|
|
1392
|
+
indent: d()
|
|
2004
1393
|
}],
|
|
2005
1394
|
/**
|
|
2006
1395
|
* Vertical Alignment
|
|
2007
1396
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
2008
1397
|
*/
|
|
2009
1398
|
"vertical-align": [{
|
|
2010
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1399
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
|
|
2011
1400
|
}],
|
|
2012
1401
|
/**
|
|
2013
1402
|
* Whitespace
|
|
@@ -2042,7 +1431,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2042
1431
|
* @see https://tailwindcss.com/docs/content
|
|
2043
1432
|
*/
|
|
2044
1433
|
content: [{
|
|
2045
|
-
content: ["none",
|
|
1434
|
+
content: ["none", n, s]
|
|
2046
1435
|
}],
|
|
2047
1436
|
// -------------------
|
|
2048
1437
|
// --- Backgrounds ---
|
|
@@ -2073,21 +1462,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2073
1462
|
* @see https://tailwindcss.com/docs/background-position
|
|
2074
1463
|
*/
|
|
2075
1464
|
"bg-position": [{
|
|
2076
|
-
bg:
|
|
1465
|
+
bg: de()
|
|
2077
1466
|
}],
|
|
2078
1467
|
/**
|
|
2079
1468
|
* Background Repeat
|
|
2080
1469
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
2081
1470
|
*/
|
|
2082
1471
|
"bg-repeat": [{
|
|
2083
|
-
bg:
|
|
1472
|
+
bg: me()
|
|
2084
1473
|
}],
|
|
2085
1474
|
/**
|
|
2086
1475
|
* Background Size
|
|
2087
1476
|
* @see https://tailwindcss.com/docs/background-size
|
|
2088
1477
|
*/
|
|
2089
1478
|
"bg-size": [{
|
|
2090
|
-
bg:
|
|
1479
|
+
bg: ue()
|
|
2091
1480
|
}],
|
|
2092
1481
|
/**
|
|
2093
1482
|
* Background Image
|
|
@@ -2097,59 +1486,59 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2097
1486
|
bg: ["none", {
|
|
2098
1487
|
linear: [{
|
|
2099
1488
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
2100
|
-
},
|
|
2101
|
-
radial: ["",
|
|
2102
|
-
conic: [
|
|
2103
|
-
},
|
|
1489
|
+
}, P, n, s],
|
|
1490
|
+
radial: ["", n, s],
|
|
1491
|
+
conic: [P, n, s]
|
|
1492
|
+
}, Sr, Cr]
|
|
2104
1493
|
}],
|
|
2105
1494
|
/**
|
|
2106
1495
|
* Background Color
|
|
2107
1496
|
* @see https://tailwindcss.com/docs/background-color
|
|
2108
1497
|
*/
|
|
2109
1498
|
"bg-color": [{
|
|
2110
|
-
bg:
|
|
1499
|
+
bg: m()
|
|
2111
1500
|
}],
|
|
2112
1501
|
/**
|
|
2113
1502
|
* Gradient Color Stops From Position
|
|
2114
1503
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2115
1504
|
*/
|
|
2116
1505
|
"gradient-from-pos": [{
|
|
2117
|
-
from:
|
|
1506
|
+
from: re()
|
|
2118
1507
|
}],
|
|
2119
1508
|
/**
|
|
2120
1509
|
* Gradient Color Stops Via Position
|
|
2121
1510
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2122
1511
|
*/
|
|
2123
1512
|
"gradient-via-pos": [{
|
|
2124
|
-
via:
|
|
1513
|
+
via: re()
|
|
2125
1514
|
}],
|
|
2126
1515
|
/**
|
|
2127
1516
|
* Gradient Color Stops To Position
|
|
2128
1517
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2129
1518
|
*/
|
|
2130
1519
|
"gradient-to-pos": [{
|
|
2131
|
-
to:
|
|
1520
|
+
to: re()
|
|
2132
1521
|
}],
|
|
2133
1522
|
/**
|
|
2134
1523
|
* Gradient Color Stops From
|
|
2135
1524
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2136
1525
|
*/
|
|
2137
1526
|
"gradient-from": [{
|
|
2138
|
-
from:
|
|
1527
|
+
from: m()
|
|
2139
1528
|
}],
|
|
2140
1529
|
/**
|
|
2141
1530
|
* Gradient Color Stops Via
|
|
2142
1531
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2143
1532
|
*/
|
|
2144
1533
|
"gradient-via": [{
|
|
2145
|
-
via:
|
|
1534
|
+
via: m()
|
|
2146
1535
|
}],
|
|
2147
1536
|
/**
|
|
2148
1537
|
* Gradient Color Stops To
|
|
2149
1538
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
2150
1539
|
*/
|
|
2151
1540
|
"gradient-to": [{
|
|
2152
|
-
to:
|
|
1541
|
+
to: m()
|
|
2153
1542
|
}],
|
|
2154
1543
|
// ---------------
|
|
2155
1544
|
// --- Borders ---
|
|
@@ -2159,189 +1548,189 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2159
1548
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2160
1549
|
*/
|
|
2161
1550
|
rounded: [{
|
|
2162
|
-
rounded:
|
|
1551
|
+
rounded: w()
|
|
2163
1552
|
}],
|
|
2164
1553
|
/**
|
|
2165
1554
|
* Border Radius Start
|
|
2166
1555
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2167
1556
|
*/
|
|
2168
1557
|
"rounded-s": [{
|
|
2169
|
-
"rounded-s":
|
|
1558
|
+
"rounded-s": w()
|
|
2170
1559
|
}],
|
|
2171
1560
|
/**
|
|
2172
1561
|
* Border Radius End
|
|
2173
1562
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2174
1563
|
*/
|
|
2175
1564
|
"rounded-e": [{
|
|
2176
|
-
"rounded-e":
|
|
1565
|
+
"rounded-e": w()
|
|
2177
1566
|
}],
|
|
2178
1567
|
/**
|
|
2179
1568
|
* Border Radius Top
|
|
2180
1569
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2181
1570
|
*/
|
|
2182
1571
|
"rounded-t": [{
|
|
2183
|
-
"rounded-t":
|
|
1572
|
+
"rounded-t": w()
|
|
2184
1573
|
}],
|
|
2185
1574
|
/**
|
|
2186
1575
|
* Border Radius Right
|
|
2187
1576
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2188
1577
|
*/
|
|
2189
1578
|
"rounded-r": [{
|
|
2190
|
-
"rounded-r":
|
|
1579
|
+
"rounded-r": w()
|
|
2191
1580
|
}],
|
|
2192
1581
|
/**
|
|
2193
1582
|
* Border Radius Bottom
|
|
2194
1583
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2195
1584
|
*/
|
|
2196
1585
|
"rounded-b": [{
|
|
2197
|
-
"rounded-b":
|
|
1586
|
+
"rounded-b": w()
|
|
2198
1587
|
}],
|
|
2199
1588
|
/**
|
|
2200
1589
|
* Border Radius Left
|
|
2201
1590
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2202
1591
|
*/
|
|
2203
1592
|
"rounded-l": [{
|
|
2204
|
-
"rounded-l":
|
|
1593
|
+
"rounded-l": w()
|
|
2205
1594
|
}],
|
|
2206
1595
|
/**
|
|
2207
1596
|
* Border Radius Start Start
|
|
2208
1597
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2209
1598
|
*/
|
|
2210
1599
|
"rounded-ss": [{
|
|
2211
|
-
"rounded-ss":
|
|
1600
|
+
"rounded-ss": w()
|
|
2212
1601
|
}],
|
|
2213
1602
|
/**
|
|
2214
1603
|
* Border Radius Start End
|
|
2215
1604
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2216
1605
|
*/
|
|
2217
1606
|
"rounded-se": [{
|
|
2218
|
-
"rounded-se":
|
|
1607
|
+
"rounded-se": w()
|
|
2219
1608
|
}],
|
|
2220
1609
|
/**
|
|
2221
1610
|
* Border Radius End End
|
|
2222
1611
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2223
1612
|
*/
|
|
2224
1613
|
"rounded-ee": [{
|
|
2225
|
-
"rounded-ee":
|
|
1614
|
+
"rounded-ee": w()
|
|
2226
1615
|
}],
|
|
2227
1616
|
/**
|
|
2228
1617
|
* Border Radius End Start
|
|
2229
1618
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2230
1619
|
*/
|
|
2231
1620
|
"rounded-es": [{
|
|
2232
|
-
"rounded-es":
|
|
1621
|
+
"rounded-es": w()
|
|
2233
1622
|
}],
|
|
2234
1623
|
/**
|
|
2235
1624
|
* Border Radius Top Left
|
|
2236
1625
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2237
1626
|
*/
|
|
2238
1627
|
"rounded-tl": [{
|
|
2239
|
-
"rounded-tl":
|
|
1628
|
+
"rounded-tl": w()
|
|
2240
1629
|
}],
|
|
2241
1630
|
/**
|
|
2242
1631
|
* Border Radius Top Right
|
|
2243
1632
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2244
1633
|
*/
|
|
2245
1634
|
"rounded-tr": [{
|
|
2246
|
-
"rounded-tr":
|
|
1635
|
+
"rounded-tr": w()
|
|
2247
1636
|
}],
|
|
2248
1637
|
/**
|
|
2249
1638
|
* Border Radius Bottom Right
|
|
2250
1639
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2251
1640
|
*/
|
|
2252
1641
|
"rounded-br": [{
|
|
2253
|
-
"rounded-br":
|
|
1642
|
+
"rounded-br": w()
|
|
2254
1643
|
}],
|
|
2255
1644
|
/**
|
|
2256
1645
|
* Border Radius Bottom Left
|
|
2257
1646
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2258
1647
|
*/
|
|
2259
1648
|
"rounded-bl": [{
|
|
2260
|
-
"rounded-bl":
|
|
1649
|
+
"rounded-bl": w()
|
|
2261
1650
|
}],
|
|
2262
1651
|
/**
|
|
2263
1652
|
* Border Width
|
|
2264
1653
|
* @see https://tailwindcss.com/docs/border-width
|
|
2265
1654
|
*/
|
|
2266
1655
|
"border-w": [{
|
|
2267
|
-
border:
|
|
1656
|
+
border: k()
|
|
2268
1657
|
}],
|
|
2269
1658
|
/**
|
|
2270
1659
|
* Border Width Inline
|
|
2271
1660
|
* @see https://tailwindcss.com/docs/border-width
|
|
2272
1661
|
*/
|
|
2273
1662
|
"border-w-x": [{
|
|
2274
|
-
"border-x":
|
|
1663
|
+
"border-x": k()
|
|
2275
1664
|
}],
|
|
2276
1665
|
/**
|
|
2277
1666
|
* Border Width Block
|
|
2278
1667
|
* @see https://tailwindcss.com/docs/border-width
|
|
2279
1668
|
*/
|
|
2280
1669
|
"border-w-y": [{
|
|
2281
|
-
"border-y":
|
|
1670
|
+
"border-y": k()
|
|
2282
1671
|
}],
|
|
2283
1672
|
/**
|
|
2284
1673
|
* Border Width Inline Start
|
|
2285
1674
|
* @see https://tailwindcss.com/docs/border-width
|
|
2286
1675
|
*/
|
|
2287
1676
|
"border-w-s": [{
|
|
2288
|
-
"border-s":
|
|
1677
|
+
"border-s": k()
|
|
2289
1678
|
}],
|
|
2290
1679
|
/**
|
|
2291
1680
|
* Border Width Inline End
|
|
2292
1681
|
* @see https://tailwindcss.com/docs/border-width
|
|
2293
1682
|
*/
|
|
2294
1683
|
"border-w-e": [{
|
|
2295
|
-
"border-e":
|
|
1684
|
+
"border-e": k()
|
|
2296
1685
|
}],
|
|
2297
1686
|
/**
|
|
2298
1687
|
* Border Width Block Start
|
|
2299
1688
|
* @see https://tailwindcss.com/docs/border-width
|
|
2300
1689
|
*/
|
|
2301
1690
|
"border-w-bs": [{
|
|
2302
|
-
"border-bs":
|
|
1691
|
+
"border-bs": k()
|
|
2303
1692
|
}],
|
|
2304
1693
|
/**
|
|
2305
1694
|
* Border Width Block End
|
|
2306
1695
|
* @see https://tailwindcss.com/docs/border-width
|
|
2307
1696
|
*/
|
|
2308
1697
|
"border-w-be": [{
|
|
2309
|
-
"border-be":
|
|
1698
|
+
"border-be": k()
|
|
2310
1699
|
}],
|
|
2311
1700
|
/**
|
|
2312
1701
|
* Border Width Top
|
|
2313
1702
|
* @see https://tailwindcss.com/docs/border-width
|
|
2314
1703
|
*/
|
|
2315
1704
|
"border-w-t": [{
|
|
2316
|
-
"border-t":
|
|
1705
|
+
"border-t": k()
|
|
2317
1706
|
}],
|
|
2318
1707
|
/**
|
|
2319
1708
|
* Border Width Right
|
|
2320
1709
|
* @see https://tailwindcss.com/docs/border-width
|
|
2321
1710
|
*/
|
|
2322
1711
|
"border-w-r": [{
|
|
2323
|
-
"border-r":
|
|
1712
|
+
"border-r": k()
|
|
2324
1713
|
}],
|
|
2325
1714
|
/**
|
|
2326
1715
|
* Border Width Bottom
|
|
2327
1716
|
* @see https://tailwindcss.com/docs/border-width
|
|
2328
1717
|
*/
|
|
2329
1718
|
"border-w-b": [{
|
|
2330
|
-
"border-b":
|
|
1719
|
+
"border-b": k()
|
|
2331
1720
|
}],
|
|
2332
1721
|
/**
|
|
2333
1722
|
* Border Width Left
|
|
2334
1723
|
* @see https://tailwindcss.com/docs/border-width
|
|
2335
1724
|
*/
|
|
2336
1725
|
"border-w-l": [{
|
|
2337
|
-
"border-l":
|
|
1726
|
+
"border-l": k()
|
|
2338
1727
|
}],
|
|
2339
1728
|
/**
|
|
2340
1729
|
* Divide Width X
|
|
2341
1730
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2342
1731
|
*/
|
|
2343
1732
|
"divide-x": [{
|
|
2344
|
-
"divide-x":
|
|
1733
|
+
"divide-x": k()
|
|
2345
1734
|
}],
|
|
2346
1735
|
/**
|
|
2347
1736
|
* Divide Width X Reverse
|
|
@@ -2353,7 +1742,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2353
1742
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
2354
1743
|
*/
|
|
2355
1744
|
"divide-y": [{
|
|
2356
|
-
"divide-y":
|
|
1745
|
+
"divide-y": k()
|
|
2357
1746
|
}],
|
|
2358
1747
|
/**
|
|
2359
1748
|
* Divide Width Y Reverse
|
|
@@ -2365,126 +1754,126 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2365
1754
|
* @see https://tailwindcss.com/docs/border-style
|
|
2366
1755
|
*/
|
|
2367
1756
|
"border-style": [{
|
|
2368
|
-
border: [...
|
|
1757
|
+
border: [...D(), "hidden", "none"]
|
|
2369
1758
|
}],
|
|
2370
1759
|
/**
|
|
2371
1760
|
* Divide Style
|
|
2372
1761
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
2373
1762
|
*/
|
|
2374
1763
|
"divide-style": [{
|
|
2375
|
-
divide: [...
|
|
1764
|
+
divide: [...D(), "hidden", "none"]
|
|
2376
1765
|
}],
|
|
2377
1766
|
/**
|
|
2378
1767
|
* Border Color
|
|
2379
1768
|
* @see https://tailwindcss.com/docs/border-color
|
|
2380
1769
|
*/
|
|
2381
1770
|
"border-color": [{
|
|
2382
|
-
border:
|
|
1771
|
+
border: m()
|
|
2383
1772
|
}],
|
|
2384
1773
|
/**
|
|
2385
1774
|
* Border Color Inline
|
|
2386
1775
|
* @see https://tailwindcss.com/docs/border-color
|
|
2387
1776
|
*/
|
|
2388
1777
|
"border-color-x": [{
|
|
2389
|
-
"border-x":
|
|
1778
|
+
"border-x": m()
|
|
2390
1779
|
}],
|
|
2391
1780
|
/**
|
|
2392
1781
|
* Border Color Block
|
|
2393
1782
|
* @see https://tailwindcss.com/docs/border-color
|
|
2394
1783
|
*/
|
|
2395
1784
|
"border-color-y": [{
|
|
2396
|
-
"border-y":
|
|
1785
|
+
"border-y": m()
|
|
2397
1786
|
}],
|
|
2398
1787
|
/**
|
|
2399
1788
|
* Border Color Inline Start
|
|
2400
1789
|
* @see https://tailwindcss.com/docs/border-color
|
|
2401
1790
|
*/
|
|
2402
1791
|
"border-color-s": [{
|
|
2403
|
-
"border-s":
|
|
1792
|
+
"border-s": m()
|
|
2404
1793
|
}],
|
|
2405
1794
|
/**
|
|
2406
1795
|
* Border Color Inline End
|
|
2407
1796
|
* @see https://tailwindcss.com/docs/border-color
|
|
2408
1797
|
*/
|
|
2409
1798
|
"border-color-e": [{
|
|
2410
|
-
"border-e":
|
|
1799
|
+
"border-e": m()
|
|
2411
1800
|
}],
|
|
2412
1801
|
/**
|
|
2413
1802
|
* Border Color Block Start
|
|
2414
1803
|
* @see https://tailwindcss.com/docs/border-color
|
|
2415
1804
|
*/
|
|
2416
1805
|
"border-color-bs": [{
|
|
2417
|
-
"border-bs":
|
|
1806
|
+
"border-bs": m()
|
|
2418
1807
|
}],
|
|
2419
1808
|
/**
|
|
2420
1809
|
* Border Color Block End
|
|
2421
1810
|
* @see https://tailwindcss.com/docs/border-color
|
|
2422
1811
|
*/
|
|
2423
1812
|
"border-color-be": [{
|
|
2424
|
-
"border-be":
|
|
1813
|
+
"border-be": m()
|
|
2425
1814
|
}],
|
|
2426
1815
|
/**
|
|
2427
1816
|
* Border Color Top
|
|
2428
1817
|
* @see https://tailwindcss.com/docs/border-color
|
|
2429
1818
|
*/
|
|
2430
1819
|
"border-color-t": [{
|
|
2431
|
-
"border-t":
|
|
1820
|
+
"border-t": m()
|
|
2432
1821
|
}],
|
|
2433
1822
|
/**
|
|
2434
1823
|
* Border Color Right
|
|
2435
1824
|
* @see https://tailwindcss.com/docs/border-color
|
|
2436
1825
|
*/
|
|
2437
1826
|
"border-color-r": [{
|
|
2438
|
-
"border-r":
|
|
1827
|
+
"border-r": m()
|
|
2439
1828
|
}],
|
|
2440
1829
|
/**
|
|
2441
1830
|
* Border Color Bottom
|
|
2442
1831
|
* @see https://tailwindcss.com/docs/border-color
|
|
2443
1832
|
*/
|
|
2444
1833
|
"border-color-b": [{
|
|
2445
|
-
"border-b":
|
|
1834
|
+
"border-b": m()
|
|
2446
1835
|
}],
|
|
2447
1836
|
/**
|
|
2448
1837
|
* Border Color Left
|
|
2449
1838
|
* @see https://tailwindcss.com/docs/border-color
|
|
2450
1839
|
*/
|
|
2451
1840
|
"border-color-l": [{
|
|
2452
|
-
"border-l":
|
|
1841
|
+
"border-l": m()
|
|
2453
1842
|
}],
|
|
2454
1843
|
/**
|
|
2455
1844
|
* Divide Color
|
|
2456
1845
|
* @see https://tailwindcss.com/docs/divide-color
|
|
2457
1846
|
*/
|
|
2458
1847
|
"divide-color": [{
|
|
2459
|
-
divide:
|
|
1848
|
+
divide: m()
|
|
2460
1849
|
}],
|
|
2461
1850
|
/**
|
|
2462
1851
|
* Outline Style
|
|
2463
1852
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2464
1853
|
*/
|
|
2465
1854
|
"outline-style": [{
|
|
2466
|
-
outline: [...
|
|
1855
|
+
outline: [...D(), "none", "hidden"]
|
|
2467
1856
|
}],
|
|
2468
1857
|
/**
|
|
2469
1858
|
* Outline Offset
|
|
2470
1859
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2471
1860
|
*/
|
|
2472
1861
|
"outline-offset": [{
|
|
2473
|
-
"outline-offset": [
|
|
1862
|
+
"outline-offset": [b, n, s]
|
|
2474
1863
|
}],
|
|
2475
1864
|
/**
|
|
2476
1865
|
* Outline Width
|
|
2477
1866
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2478
1867
|
*/
|
|
2479
1868
|
"outline-w": [{
|
|
2480
|
-
outline: ["",
|
|
1869
|
+
outline: ["", b, B, j]
|
|
2481
1870
|
}],
|
|
2482
1871
|
/**
|
|
2483
1872
|
* Outline Color
|
|
2484
1873
|
* @see https://tailwindcss.com/docs/outline-color
|
|
2485
1874
|
*/
|
|
2486
1875
|
"outline-color": [{
|
|
2487
|
-
outline:
|
|
1876
|
+
outline: m()
|
|
2488
1877
|
}],
|
|
2489
1878
|
// ---------------
|
|
2490
1879
|
// --- Effects ---
|
|
@@ -2498,9 +1887,9 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2498
1887
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2499
1888
|
"",
|
|
2500
1889
|
"none",
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
1890
|
+
g,
|
|
1891
|
+
K,
|
|
1892
|
+
J
|
|
2504
1893
|
]
|
|
2505
1894
|
}],
|
|
2506
1895
|
/**
|
|
@@ -2508,28 +1897,28 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2508
1897
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
2509
1898
|
*/
|
|
2510
1899
|
"shadow-color": [{
|
|
2511
|
-
shadow:
|
|
1900
|
+
shadow: m()
|
|
2512
1901
|
}],
|
|
2513
1902
|
/**
|
|
2514
1903
|
* Inset Box Shadow
|
|
2515
1904
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
2516
1905
|
*/
|
|
2517
1906
|
"inset-shadow": [{
|
|
2518
|
-
"inset-shadow": ["none",
|
|
1907
|
+
"inset-shadow": ["none", x, K, J]
|
|
2519
1908
|
}],
|
|
2520
1909
|
/**
|
|
2521
1910
|
* Inset Box Shadow Color
|
|
2522
1911
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
2523
1912
|
*/
|
|
2524
1913
|
"inset-shadow-color": [{
|
|
2525
|
-
"inset-shadow":
|
|
1914
|
+
"inset-shadow": m()
|
|
2526
1915
|
}],
|
|
2527
1916
|
/**
|
|
2528
1917
|
* Ring Width
|
|
2529
1918
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
2530
1919
|
*/
|
|
2531
1920
|
"ring-w": [{
|
|
2532
|
-
ring:
|
|
1921
|
+
ring: k()
|
|
2533
1922
|
}],
|
|
2534
1923
|
/**
|
|
2535
1924
|
* Ring Width Inset
|
|
@@ -2543,7 +1932,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2543
1932
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
2544
1933
|
*/
|
|
2545
1934
|
"ring-color": [{
|
|
2546
|
-
ring:
|
|
1935
|
+
ring: m()
|
|
2547
1936
|
}],
|
|
2548
1937
|
/**
|
|
2549
1938
|
* Ring Offset Width
|
|
@@ -2552,7 +1941,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2552
1941
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2553
1942
|
*/
|
|
2554
1943
|
"ring-offset-w": [{
|
|
2555
|
-
"ring-offset": [
|
|
1944
|
+
"ring-offset": [b, j]
|
|
2556
1945
|
}],
|
|
2557
1946
|
/**
|
|
2558
1947
|
* Ring Offset Color
|
|
@@ -2561,56 +1950,56 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2561
1950
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2562
1951
|
*/
|
|
2563
1952
|
"ring-offset-color": [{
|
|
2564
|
-
"ring-offset":
|
|
1953
|
+
"ring-offset": m()
|
|
2565
1954
|
}],
|
|
2566
1955
|
/**
|
|
2567
1956
|
* Inset Ring Width
|
|
2568
1957
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2569
1958
|
*/
|
|
2570
1959
|
"inset-ring-w": [{
|
|
2571
|
-
"inset-ring":
|
|
1960
|
+
"inset-ring": k()
|
|
2572
1961
|
}],
|
|
2573
1962
|
/**
|
|
2574
1963
|
* Inset Ring Color
|
|
2575
1964
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2576
1965
|
*/
|
|
2577
1966
|
"inset-ring-color": [{
|
|
2578
|
-
"inset-ring":
|
|
1967
|
+
"inset-ring": m()
|
|
2579
1968
|
}],
|
|
2580
1969
|
/**
|
|
2581
1970
|
* Text Shadow
|
|
2582
1971
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
2583
1972
|
*/
|
|
2584
1973
|
"text-shadow": [{
|
|
2585
|
-
"text-shadow": ["none",
|
|
1974
|
+
"text-shadow": ["none", y, K, J]
|
|
2586
1975
|
}],
|
|
2587
1976
|
/**
|
|
2588
1977
|
* Text Shadow Color
|
|
2589
1978
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2590
1979
|
*/
|
|
2591
1980
|
"text-shadow-color": [{
|
|
2592
|
-
"text-shadow":
|
|
1981
|
+
"text-shadow": m()
|
|
2593
1982
|
}],
|
|
2594
1983
|
/**
|
|
2595
1984
|
* Opacity
|
|
2596
1985
|
* @see https://tailwindcss.com/docs/opacity
|
|
2597
1986
|
*/
|
|
2598
1987
|
opacity: [{
|
|
2599
|
-
opacity: [
|
|
1988
|
+
opacity: [b, n, s]
|
|
2600
1989
|
}],
|
|
2601
1990
|
/**
|
|
2602
1991
|
* Mix Blend Mode
|
|
2603
1992
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2604
1993
|
*/
|
|
2605
1994
|
"mix-blend": [{
|
|
2606
|
-
"mix-blend": [...
|
|
1995
|
+
"mix-blend": [...be(), "plus-darker", "plus-lighter"]
|
|
2607
1996
|
}],
|
|
2608
1997
|
/**
|
|
2609
1998
|
* Background Blend Mode
|
|
2610
1999
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2611
2000
|
*/
|
|
2612
2001
|
"bg-blend": [{
|
|
2613
|
-
"bg-blend":
|
|
2002
|
+
"bg-blend": be()
|
|
2614
2003
|
}],
|
|
2615
2004
|
/**
|
|
2616
2005
|
* Mask Clip
|
|
@@ -2631,106 +2020,106 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2631
2020
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2632
2021
|
*/
|
|
2633
2022
|
"mask-image-linear-pos": [{
|
|
2634
|
-
"mask-linear": [
|
|
2023
|
+
"mask-linear": [b]
|
|
2635
2024
|
}],
|
|
2636
2025
|
"mask-image-linear-from-pos": [{
|
|
2637
|
-
"mask-linear-from":
|
|
2026
|
+
"mask-linear-from": h()
|
|
2638
2027
|
}],
|
|
2639
2028
|
"mask-image-linear-to-pos": [{
|
|
2640
|
-
"mask-linear-to":
|
|
2029
|
+
"mask-linear-to": h()
|
|
2641
2030
|
}],
|
|
2642
2031
|
"mask-image-linear-from-color": [{
|
|
2643
|
-
"mask-linear-from":
|
|
2032
|
+
"mask-linear-from": m()
|
|
2644
2033
|
}],
|
|
2645
2034
|
"mask-image-linear-to-color": [{
|
|
2646
|
-
"mask-linear-to":
|
|
2035
|
+
"mask-linear-to": m()
|
|
2647
2036
|
}],
|
|
2648
2037
|
"mask-image-t-from-pos": [{
|
|
2649
|
-
"mask-t-from":
|
|
2038
|
+
"mask-t-from": h()
|
|
2650
2039
|
}],
|
|
2651
2040
|
"mask-image-t-to-pos": [{
|
|
2652
|
-
"mask-t-to":
|
|
2041
|
+
"mask-t-to": h()
|
|
2653
2042
|
}],
|
|
2654
2043
|
"mask-image-t-from-color": [{
|
|
2655
|
-
"mask-t-from":
|
|
2044
|
+
"mask-t-from": m()
|
|
2656
2045
|
}],
|
|
2657
2046
|
"mask-image-t-to-color": [{
|
|
2658
|
-
"mask-t-to":
|
|
2047
|
+
"mask-t-to": m()
|
|
2659
2048
|
}],
|
|
2660
2049
|
"mask-image-r-from-pos": [{
|
|
2661
|
-
"mask-r-from":
|
|
2050
|
+
"mask-r-from": h()
|
|
2662
2051
|
}],
|
|
2663
2052
|
"mask-image-r-to-pos": [{
|
|
2664
|
-
"mask-r-to":
|
|
2053
|
+
"mask-r-to": h()
|
|
2665
2054
|
}],
|
|
2666
2055
|
"mask-image-r-from-color": [{
|
|
2667
|
-
"mask-r-from":
|
|
2056
|
+
"mask-r-from": m()
|
|
2668
2057
|
}],
|
|
2669
2058
|
"mask-image-r-to-color": [{
|
|
2670
|
-
"mask-r-to":
|
|
2059
|
+
"mask-r-to": m()
|
|
2671
2060
|
}],
|
|
2672
2061
|
"mask-image-b-from-pos": [{
|
|
2673
|
-
"mask-b-from":
|
|
2062
|
+
"mask-b-from": h()
|
|
2674
2063
|
}],
|
|
2675
2064
|
"mask-image-b-to-pos": [{
|
|
2676
|
-
"mask-b-to":
|
|
2065
|
+
"mask-b-to": h()
|
|
2677
2066
|
}],
|
|
2678
2067
|
"mask-image-b-from-color": [{
|
|
2679
|
-
"mask-b-from":
|
|
2068
|
+
"mask-b-from": m()
|
|
2680
2069
|
}],
|
|
2681
2070
|
"mask-image-b-to-color": [{
|
|
2682
|
-
"mask-b-to":
|
|
2071
|
+
"mask-b-to": m()
|
|
2683
2072
|
}],
|
|
2684
2073
|
"mask-image-l-from-pos": [{
|
|
2685
|
-
"mask-l-from":
|
|
2074
|
+
"mask-l-from": h()
|
|
2686
2075
|
}],
|
|
2687
2076
|
"mask-image-l-to-pos": [{
|
|
2688
|
-
"mask-l-to":
|
|
2077
|
+
"mask-l-to": h()
|
|
2689
2078
|
}],
|
|
2690
2079
|
"mask-image-l-from-color": [{
|
|
2691
|
-
"mask-l-from":
|
|
2080
|
+
"mask-l-from": m()
|
|
2692
2081
|
}],
|
|
2693
2082
|
"mask-image-l-to-color": [{
|
|
2694
|
-
"mask-l-to":
|
|
2083
|
+
"mask-l-to": m()
|
|
2695
2084
|
}],
|
|
2696
2085
|
"mask-image-x-from-pos": [{
|
|
2697
|
-
"mask-x-from":
|
|
2086
|
+
"mask-x-from": h()
|
|
2698
2087
|
}],
|
|
2699
2088
|
"mask-image-x-to-pos": [{
|
|
2700
|
-
"mask-x-to":
|
|
2089
|
+
"mask-x-to": h()
|
|
2701
2090
|
}],
|
|
2702
2091
|
"mask-image-x-from-color": [{
|
|
2703
|
-
"mask-x-from":
|
|
2092
|
+
"mask-x-from": m()
|
|
2704
2093
|
}],
|
|
2705
2094
|
"mask-image-x-to-color": [{
|
|
2706
|
-
"mask-x-to":
|
|
2095
|
+
"mask-x-to": m()
|
|
2707
2096
|
}],
|
|
2708
2097
|
"mask-image-y-from-pos": [{
|
|
2709
|
-
"mask-y-from":
|
|
2098
|
+
"mask-y-from": h()
|
|
2710
2099
|
}],
|
|
2711
2100
|
"mask-image-y-to-pos": [{
|
|
2712
|
-
"mask-y-to":
|
|
2101
|
+
"mask-y-to": h()
|
|
2713
2102
|
}],
|
|
2714
2103
|
"mask-image-y-from-color": [{
|
|
2715
|
-
"mask-y-from":
|
|
2104
|
+
"mask-y-from": m()
|
|
2716
2105
|
}],
|
|
2717
2106
|
"mask-image-y-to-color": [{
|
|
2718
|
-
"mask-y-to":
|
|
2107
|
+
"mask-y-to": m()
|
|
2719
2108
|
}],
|
|
2720
2109
|
"mask-image-radial": [{
|
|
2721
|
-
"mask-radial": [
|
|
2110
|
+
"mask-radial": [n, s]
|
|
2722
2111
|
}],
|
|
2723
2112
|
"mask-image-radial-from-pos": [{
|
|
2724
|
-
"mask-radial-from":
|
|
2113
|
+
"mask-radial-from": h()
|
|
2725
2114
|
}],
|
|
2726
2115
|
"mask-image-radial-to-pos": [{
|
|
2727
|
-
"mask-radial-to":
|
|
2116
|
+
"mask-radial-to": h()
|
|
2728
2117
|
}],
|
|
2729
2118
|
"mask-image-radial-from-color": [{
|
|
2730
|
-
"mask-radial-from":
|
|
2119
|
+
"mask-radial-from": m()
|
|
2731
2120
|
}],
|
|
2732
2121
|
"mask-image-radial-to-color": [{
|
|
2733
|
-
"mask-radial-to":
|
|
2122
|
+
"mask-radial-to": m()
|
|
2734
2123
|
}],
|
|
2735
2124
|
"mask-image-radial-shape": [{
|
|
2736
2125
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -2742,22 +2131,22 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2742
2131
|
}]
|
|
2743
2132
|
}],
|
|
2744
2133
|
"mask-image-radial-pos": [{
|
|
2745
|
-
"mask-radial-at":
|
|
2134
|
+
"mask-radial-at": L()
|
|
2746
2135
|
}],
|
|
2747
2136
|
"mask-image-conic-pos": [{
|
|
2748
|
-
"mask-conic": [
|
|
2137
|
+
"mask-conic": [b]
|
|
2749
2138
|
}],
|
|
2750
2139
|
"mask-image-conic-from-pos": [{
|
|
2751
|
-
"mask-conic-from":
|
|
2140
|
+
"mask-conic-from": h()
|
|
2752
2141
|
}],
|
|
2753
2142
|
"mask-image-conic-to-pos": [{
|
|
2754
|
-
"mask-conic-to":
|
|
2143
|
+
"mask-conic-to": h()
|
|
2755
2144
|
}],
|
|
2756
2145
|
"mask-image-conic-from-color": [{
|
|
2757
|
-
"mask-conic-from":
|
|
2146
|
+
"mask-conic-from": m()
|
|
2758
2147
|
}],
|
|
2759
2148
|
"mask-image-conic-to-color": [{
|
|
2760
|
-
"mask-conic-to":
|
|
2149
|
+
"mask-conic-to": m()
|
|
2761
2150
|
}],
|
|
2762
2151
|
/**
|
|
2763
2152
|
* Mask Mode
|
|
@@ -2778,21 +2167,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2778
2167
|
* @see https://tailwindcss.com/docs/mask-position
|
|
2779
2168
|
*/
|
|
2780
2169
|
"mask-position": [{
|
|
2781
|
-
mask:
|
|
2170
|
+
mask: de()
|
|
2782
2171
|
}],
|
|
2783
2172
|
/**
|
|
2784
2173
|
* Mask Repeat
|
|
2785
2174
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2786
2175
|
*/
|
|
2787
2176
|
"mask-repeat": [{
|
|
2788
|
-
mask:
|
|
2177
|
+
mask: me()
|
|
2789
2178
|
}],
|
|
2790
2179
|
/**
|
|
2791
2180
|
* Mask Size
|
|
2792
2181
|
* @see https://tailwindcss.com/docs/mask-size
|
|
2793
2182
|
*/
|
|
2794
2183
|
"mask-size": [{
|
|
2795
|
-
mask:
|
|
2184
|
+
mask: ue()
|
|
2796
2185
|
}],
|
|
2797
2186
|
/**
|
|
2798
2187
|
* Mask Type
|
|
@@ -2806,7 +2195,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2806
2195
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2807
2196
|
*/
|
|
2808
2197
|
"mask-image": [{
|
|
2809
|
-
mask: ["none",
|
|
2198
|
+
mask: ["none", n, s]
|
|
2810
2199
|
}],
|
|
2811
2200
|
// ---------------
|
|
2812
2201
|
// --- Filters ---
|
|
@@ -2820,8 +2209,8 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2820
2209
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2821
2210
|
"",
|
|
2822
2211
|
"none",
|
|
2823
|
-
|
|
2824
|
-
|
|
2212
|
+
n,
|
|
2213
|
+
s
|
|
2825
2214
|
]
|
|
2826
2215
|
}],
|
|
2827
2216
|
/**
|
|
@@ -2829,21 +2218,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2829
2218
|
* @see https://tailwindcss.com/docs/blur
|
|
2830
2219
|
*/
|
|
2831
2220
|
blur: [{
|
|
2832
|
-
blur:
|
|
2221
|
+
blur: pe()
|
|
2833
2222
|
}],
|
|
2834
2223
|
/**
|
|
2835
2224
|
* Brightness
|
|
2836
2225
|
* @see https://tailwindcss.com/docs/brightness
|
|
2837
2226
|
*/
|
|
2838
2227
|
brightness: [{
|
|
2839
|
-
brightness: [
|
|
2228
|
+
brightness: [b, n, s]
|
|
2840
2229
|
}],
|
|
2841
2230
|
/**
|
|
2842
2231
|
* Contrast
|
|
2843
2232
|
* @see https://tailwindcss.com/docs/contrast
|
|
2844
2233
|
*/
|
|
2845
2234
|
contrast: [{
|
|
2846
|
-
contrast: [
|
|
2235
|
+
contrast: [b, n, s]
|
|
2847
2236
|
}],
|
|
2848
2237
|
/**
|
|
2849
2238
|
* Drop Shadow
|
|
@@ -2854,9 +2243,9 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2854
2243
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2855
2244
|
"",
|
|
2856
2245
|
"none",
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2246
|
+
N,
|
|
2247
|
+
K,
|
|
2248
|
+
J
|
|
2860
2249
|
]
|
|
2861
2250
|
}],
|
|
2862
2251
|
/**
|
|
@@ -2864,42 +2253,42 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2864
2253
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2865
2254
|
*/
|
|
2866
2255
|
"drop-shadow-color": [{
|
|
2867
|
-
"drop-shadow":
|
|
2256
|
+
"drop-shadow": m()
|
|
2868
2257
|
}],
|
|
2869
2258
|
/**
|
|
2870
2259
|
* Grayscale
|
|
2871
2260
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2872
2261
|
*/
|
|
2873
2262
|
grayscale: [{
|
|
2874
|
-
grayscale: ["",
|
|
2263
|
+
grayscale: ["", b, n, s]
|
|
2875
2264
|
}],
|
|
2876
2265
|
/**
|
|
2877
2266
|
* Hue Rotate
|
|
2878
2267
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2879
2268
|
*/
|
|
2880
2269
|
"hue-rotate": [{
|
|
2881
|
-
"hue-rotate": [
|
|
2270
|
+
"hue-rotate": [b, n, s]
|
|
2882
2271
|
}],
|
|
2883
2272
|
/**
|
|
2884
2273
|
* Invert
|
|
2885
2274
|
* @see https://tailwindcss.com/docs/invert
|
|
2886
2275
|
*/
|
|
2887
2276
|
invert: [{
|
|
2888
|
-
invert: ["",
|
|
2277
|
+
invert: ["", b, n, s]
|
|
2889
2278
|
}],
|
|
2890
2279
|
/**
|
|
2891
2280
|
* Saturate
|
|
2892
2281
|
* @see https://tailwindcss.com/docs/saturate
|
|
2893
2282
|
*/
|
|
2894
2283
|
saturate: [{
|
|
2895
|
-
saturate: [
|
|
2284
|
+
saturate: [b, n, s]
|
|
2896
2285
|
}],
|
|
2897
2286
|
/**
|
|
2898
2287
|
* Sepia
|
|
2899
2288
|
* @see https://tailwindcss.com/docs/sepia
|
|
2900
2289
|
*/
|
|
2901
2290
|
sepia: [{
|
|
2902
|
-
sepia: ["",
|
|
2291
|
+
sepia: ["", b, n, s]
|
|
2903
2292
|
}],
|
|
2904
2293
|
/**
|
|
2905
2294
|
* Backdrop Filter
|
|
@@ -2910,8 +2299,8 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2910
2299
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2911
2300
|
"",
|
|
2912
2301
|
"none",
|
|
2913
|
-
|
|
2914
|
-
|
|
2302
|
+
n,
|
|
2303
|
+
s
|
|
2915
2304
|
]
|
|
2916
2305
|
}],
|
|
2917
2306
|
/**
|
|
@@ -2919,63 +2308,63 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2919
2308
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2920
2309
|
*/
|
|
2921
2310
|
"backdrop-blur": [{
|
|
2922
|
-
"backdrop-blur":
|
|
2311
|
+
"backdrop-blur": pe()
|
|
2923
2312
|
}],
|
|
2924
2313
|
/**
|
|
2925
2314
|
* Backdrop Brightness
|
|
2926
2315
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2927
2316
|
*/
|
|
2928
2317
|
"backdrop-brightness": [{
|
|
2929
|
-
"backdrop-brightness": [
|
|
2318
|
+
"backdrop-brightness": [b, n, s]
|
|
2930
2319
|
}],
|
|
2931
2320
|
/**
|
|
2932
2321
|
* Backdrop Contrast
|
|
2933
2322
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2934
2323
|
*/
|
|
2935
2324
|
"backdrop-contrast": [{
|
|
2936
|
-
"backdrop-contrast": [
|
|
2325
|
+
"backdrop-contrast": [b, n, s]
|
|
2937
2326
|
}],
|
|
2938
2327
|
/**
|
|
2939
2328
|
* Backdrop Grayscale
|
|
2940
2329
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2941
2330
|
*/
|
|
2942
2331
|
"backdrop-grayscale": [{
|
|
2943
|
-
"backdrop-grayscale": ["",
|
|
2332
|
+
"backdrop-grayscale": ["", b, n, s]
|
|
2944
2333
|
}],
|
|
2945
2334
|
/**
|
|
2946
2335
|
* Backdrop Hue Rotate
|
|
2947
2336
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2948
2337
|
*/
|
|
2949
2338
|
"backdrop-hue-rotate": [{
|
|
2950
|
-
"backdrop-hue-rotate": [
|
|
2339
|
+
"backdrop-hue-rotate": [b, n, s]
|
|
2951
2340
|
}],
|
|
2952
2341
|
/**
|
|
2953
2342
|
* Backdrop Invert
|
|
2954
2343
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2955
2344
|
*/
|
|
2956
2345
|
"backdrop-invert": [{
|
|
2957
|
-
"backdrop-invert": ["",
|
|
2346
|
+
"backdrop-invert": ["", b, n, s]
|
|
2958
2347
|
}],
|
|
2959
2348
|
/**
|
|
2960
2349
|
* Backdrop Opacity
|
|
2961
2350
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2962
2351
|
*/
|
|
2963
2352
|
"backdrop-opacity": [{
|
|
2964
|
-
"backdrop-opacity": [
|
|
2353
|
+
"backdrop-opacity": [b, n, s]
|
|
2965
2354
|
}],
|
|
2966
2355
|
/**
|
|
2967
2356
|
* Backdrop Saturate
|
|
2968
2357
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2969
2358
|
*/
|
|
2970
2359
|
"backdrop-saturate": [{
|
|
2971
|
-
"backdrop-saturate": [
|
|
2360
|
+
"backdrop-saturate": [b, n, s]
|
|
2972
2361
|
}],
|
|
2973
2362
|
/**
|
|
2974
2363
|
* Backdrop Sepia
|
|
2975
2364
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2976
2365
|
*/
|
|
2977
2366
|
"backdrop-sepia": [{
|
|
2978
|
-
"backdrop-sepia": ["",
|
|
2367
|
+
"backdrop-sepia": ["", b, n, s]
|
|
2979
2368
|
}],
|
|
2980
2369
|
// --------------
|
|
2981
2370
|
// --- Tables ---
|
|
@@ -2992,21 +2381,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
2992
2381
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2993
2382
|
*/
|
|
2994
2383
|
"border-spacing": [{
|
|
2995
|
-
"border-spacing":
|
|
2384
|
+
"border-spacing": d()
|
|
2996
2385
|
}],
|
|
2997
2386
|
/**
|
|
2998
2387
|
* Border Spacing X
|
|
2999
2388
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
3000
2389
|
*/
|
|
3001
2390
|
"border-spacing-x": [{
|
|
3002
|
-
"border-spacing-x":
|
|
2391
|
+
"border-spacing-x": d()
|
|
3003
2392
|
}],
|
|
3004
2393
|
/**
|
|
3005
2394
|
* Border Spacing Y
|
|
3006
2395
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
3007
2396
|
*/
|
|
3008
2397
|
"border-spacing-y": [{
|
|
3009
|
-
"border-spacing-y":
|
|
2398
|
+
"border-spacing-y": d()
|
|
3010
2399
|
}],
|
|
3011
2400
|
/**
|
|
3012
2401
|
* Table Layout
|
|
@@ -3030,7 +2419,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3030
2419
|
* @see https://tailwindcss.com/docs/transition-property
|
|
3031
2420
|
*/
|
|
3032
2421
|
transition: [{
|
|
3033
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2422
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
|
|
3034
2423
|
}],
|
|
3035
2424
|
/**
|
|
3036
2425
|
* Transition Behavior
|
|
@@ -3044,28 +2433,28 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3044
2433
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
3045
2434
|
*/
|
|
3046
2435
|
duration: [{
|
|
3047
|
-
duration: [
|
|
2436
|
+
duration: [b, "initial", n, s]
|
|
3048
2437
|
}],
|
|
3049
2438
|
/**
|
|
3050
2439
|
* Transition Timing Function
|
|
3051
2440
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
3052
2441
|
*/
|
|
3053
2442
|
ease: [{
|
|
3054
|
-
ease: ["linear", "initial", V,
|
|
2443
|
+
ease: ["linear", "initial", V, n, s]
|
|
3055
2444
|
}],
|
|
3056
2445
|
/**
|
|
3057
2446
|
* Transition Delay
|
|
3058
2447
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
3059
2448
|
*/
|
|
3060
2449
|
delay: [{
|
|
3061
|
-
delay: [
|
|
2450
|
+
delay: [b, n, s]
|
|
3062
2451
|
}],
|
|
3063
2452
|
/**
|
|
3064
2453
|
* Animation
|
|
3065
2454
|
* @see https://tailwindcss.com/docs/animation
|
|
3066
2455
|
*/
|
|
3067
2456
|
animate: [{
|
|
3068
|
-
animate: ["none",
|
|
2457
|
+
animate: ["none", $, n, s]
|
|
3069
2458
|
}],
|
|
3070
2459
|
// ------------------
|
|
3071
2460
|
// --- Transforms ---
|
|
@@ -3082,70 +2471,70 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3082
2471
|
* @see https://tailwindcss.com/docs/perspective
|
|
3083
2472
|
*/
|
|
3084
2473
|
perspective: [{
|
|
3085
|
-
perspective: [
|
|
2474
|
+
perspective: [z, n, s]
|
|
3086
2475
|
}],
|
|
3087
2476
|
/**
|
|
3088
2477
|
* Perspective Origin
|
|
3089
2478
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
3090
2479
|
*/
|
|
3091
2480
|
"perspective-origin": [{
|
|
3092
|
-
"perspective-origin":
|
|
2481
|
+
"perspective-origin": E()
|
|
3093
2482
|
}],
|
|
3094
2483
|
/**
|
|
3095
2484
|
* Rotate
|
|
3096
2485
|
* @see https://tailwindcss.com/docs/rotate
|
|
3097
2486
|
*/
|
|
3098
2487
|
rotate: [{
|
|
3099
|
-
rotate:
|
|
2488
|
+
rotate: Y()
|
|
3100
2489
|
}],
|
|
3101
2490
|
/**
|
|
3102
2491
|
* Rotate X
|
|
3103
2492
|
* @see https://tailwindcss.com/docs/rotate
|
|
3104
2493
|
*/
|
|
3105
2494
|
"rotate-x": [{
|
|
3106
|
-
"rotate-x":
|
|
2495
|
+
"rotate-x": Y()
|
|
3107
2496
|
}],
|
|
3108
2497
|
/**
|
|
3109
2498
|
* Rotate Y
|
|
3110
2499
|
* @see https://tailwindcss.com/docs/rotate
|
|
3111
2500
|
*/
|
|
3112
2501
|
"rotate-y": [{
|
|
3113
|
-
"rotate-y":
|
|
2502
|
+
"rotate-y": Y()
|
|
3114
2503
|
}],
|
|
3115
2504
|
/**
|
|
3116
2505
|
* Rotate Z
|
|
3117
2506
|
* @see https://tailwindcss.com/docs/rotate
|
|
3118
2507
|
*/
|
|
3119
2508
|
"rotate-z": [{
|
|
3120
|
-
"rotate-z":
|
|
2509
|
+
"rotate-z": Y()
|
|
3121
2510
|
}],
|
|
3122
2511
|
/**
|
|
3123
2512
|
* Scale
|
|
3124
2513
|
* @see https://tailwindcss.com/docs/scale
|
|
3125
2514
|
*/
|
|
3126
2515
|
scale: [{
|
|
3127
|
-
scale:
|
|
2516
|
+
scale: q()
|
|
3128
2517
|
}],
|
|
3129
2518
|
/**
|
|
3130
2519
|
* Scale X
|
|
3131
2520
|
* @see https://tailwindcss.com/docs/scale
|
|
3132
2521
|
*/
|
|
3133
2522
|
"scale-x": [{
|
|
3134
|
-
"scale-x":
|
|
2523
|
+
"scale-x": q()
|
|
3135
2524
|
}],
|
|
3136
2525
|
/**
|
|
3137
2526
|
* Scale Y
|
|
3138
2527
|
* @see https://tailwindcss.com/docs/scale
|
|
3139
2528
|
*/
|
|
3140
2529
|
"scale-y": [{
|
|
3141
|
-
"scale-y":
|
|
2530
|
+
"scale-y": q()
|
|
3142
2531
|
}],
|
|
3143
2532
|
/**
|
|
3144
2533
|
* Scale Z
|
|
3145
2534
|
* @see https://tailwindcss.com/docs/scale
|
|
3146
2535
|
*/
|
|
3147
2536
|
"scale-z": [{
|
|
3148
|
-
"scale-z":
|
|
2537
|
+
"scale-z": q()
|
|
3149
2538
|
}],
|
|
3150
2539
|
/**
|
|
3151
2540
|
* Scale 3D
|
|
@@ -3157,35 +2546,35 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3157
2546
|
* @see https://tailwindcss.com/docs/skew
|
|
3158
2547
|
*/
|
|
3159
2548
|
skew: [{
|
|
3160
|
-
skew:
|
|
2549
|
+
skew: te()
|
|
3161
2550
|
}],
|
|
3162
2551
|
/**
|
|
3163
2552
|
* Skew X
|
|
3164
2553
|
* @see https://tailwindcss.com/docs/skew
|
|
3165
2554
|
*/
|
|
3166
2555
|
"skew-x": [{
|
|
3167
|
-
"skew-x":
|
|
2556
|
+
"skew-x": te()
|
|
3168
2557
|
}],
|
|
3169
2558
|
/**
|
|
3170
2559
|
* Skew Y
|
|
3171
2560
|
* @see https://tailwindcss.com/docs/skew
|
|
3172
2561
|
*/
|
|
3173
2562
|
"skew-y": [{
|
|
3174
|
-
"skew-y":
|
|
2563
|
+
"skew-y": te()
|
|
3175
2564
|
}],
|
|
3176
2565
|
/**
|
|
3177
2566
|
* Transform
|
|
3178
2567
|
* @see https://tailwindcss.com/docs/transform
|
|
3179
2568
|
*/
|
|
3180
2569
|
transform: [{
|
|
3181
|
-
transform: [
|
|
2570
|
+
transform: [n, s, "", "none", "gpu", "cpu"]
|
|
3182
2571
|
}],
|
|
3183
2572
|
/**
|
|
3184
2573
|
* Transform Origin
|
|
3185
2574
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
3186
2575
|
*/
|
|
3187
2576
|
"transform-origin": [{
|
|
3188
|
-
origin:
|
|
2577
|
+
origin: E()
|
|
3189
2578
|
}],
|
|
3190
2579
|
/**
|
|
3191
2580
|
* Transform Style
|
|
@@ -3199,28 +2588,28 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3199
2588
|
* @see https://tailwindcss.com/docs/translate
|
|
3200
2589
|
*/
|
|
3201
2590
|
translate: [{
|
|
3202
|
-
translate:
|
|
2591
|
+
translate: X()
|
|
3203
2592
|
}],
|
|
3204
2593
|
/**
|
|
3205
2594
|
* Translate X
|
|
3206
2595
|
* @see https://tailwindcss.com/docs/translate
|
|
3207
2596
|
*/
|
|
3208
2597
|
"translate-x": [{
|
|
3209
|
-
"translate-x":
|
|
2598
|
+
"translate-x": X()
|
|
3210
2599
|
}],
|
|
3211
2600
|
/**
|
|
3212
2601
|
* Translate Y
|
|
3213
2602
|
* @see https://tailwindcss.com/docs/translate
|
|
3214
2603
|
*/
|
|
3215
2604
|
"translate-y": [{
|
|
3216
|
-
"translate-y":
|
|
2605
|
+
"translate-y": X()
|
|
3217
2606
|
}],
|
|
3218
2607
|
/**
|
|
3219
2608
|
* Translate Z
|
|
3220
2609
|
* @see https://tailwindcss.com/docs/translate
|
|
3221
2610
|
*/
|
|
3222
2611
|
"translate-z": [{
|
|
3223
|
-
"translate-z":
|
|
2612
|
+
"translate-z": X()
|
|
3224
2613
|
}],
|
|
3225
2614
|
/**
|
|
3226
2615
|
* Translate None
|
|
@@ -3235,7 +2624,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3235
2624
|
* @see https://tailwindcss.com/docs/accent-color
|
|
3236
2625
|
*/
|
|
3237
2626
|
accent: [{
|
|
3238
|
-
accent:
|
|
2627
|
+
accent: m()
|
|
3239
2628
|
}],
|
|
3240
2629
|
/**
|
|
3241
2630
|
* Appearance
|
|
@@ -3249,7 +2638,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3249
2638
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
3250
2639
|
*/
|
|
3251
2640
|
"caret-color": [{
|
|
3252
|
-
caret:
|
|
2641
|
+
caret: m()
|
|
3253
2642
|
}],
|
|
3254
2643
|
/**
|
|
3255
2644
|
* Color Scheme
|
|
@@ -3263,7 +2652,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3263
2652
|
* @see https://tailwindcss.com/docs/cursor
|
|
3264
2653
|
*/
|
|
3265
2654
|
cursor: [{
|
|
3266
|
-
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",
|
|
2655
|
+
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]
|
|
3267
2656
|
}],
|
|
3268
2657
|
/**
|
|
3269
2658
|
* Field Sizing
|
|
@@ -3298,154 +2687,154 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3298
2687
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3299
2688
|
*/
|
|
3300
2689
|
"scroll-m": [{
|
|
3301
|
-
"scroll-m":
|
|
2690
|
+
"scroll-m": d()
|
|
3302
2691
|
}],
|
|
3303
2692
|
/**
|
|
3304
2693
|
* Scroll Margin Inline
|
|
3305
2694
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3306
2695
|
*/
|
|
3307
2696
|
"scroll-mx": [{
|
|
3308
|
-
"scroll-mx":
|
|
2697
|
+
"scroll-mx": d()
|
|
3309
2698
|
}],
|
|
3310
2699
|
/**
|
|
3311
2700
|
* Scroll Margin Block
|
|
3312
2701
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3313
2702
|
*/
|
|
3314
2703
|
"scroll-my": [{
|
|
3315
|
-
"scroll-my":
|
|
2704
|
+
"scroll-my": d()
|
|
3316
2705
|
}],
|
|
3317
2706
|
/**
|
|
3318
2707
|
* Scroll Margin Inline Start
|
|
3319
2708
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3320
2709
|
*/
|
|
3321
2710
|
"scroll-ms": [{
|
|
3322
|
-
"scroll-ms":
|
|
2711
|
+
"scroll-ms": d()
|
|
3323
2712
|
}],
|
|
3324
2713
|
/**
|
|
3325
2714
|
* Scroll Margin Inline End
|
|
3326
2715
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3327
2716
|
*/
|
|
3328
2717
|
"scroll-me": [{
|
|
3329
|
-
"scroll-me":
|
|
2718
|
+
"scroll-me": d()
|
|
3330
2719
|
}],
|
|
3331
2720
|
/**
|
|
3332
2721
|
* Scroll Margin Block Start
|
|
3333
2722
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3334
2723
|
*/
|
|
3335
2724
|
"scroll-mbs": [{
|
|
3336
|
-
"scroll-mbs":
|
|
2725
|
+
"scroll-mbs": d()
|
|
3337
2726
|
}],
|
|
3338
2727
|
/**
|
|
3339
2728
|
* Scroll Margin Block End
|
|
3340
2729
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3341
2730
|
*/
|
|
3342
2731
|
"scroll-mbe": [{
|
|
3343
|
-
"scroll-mbe":
|
|
2732
|
+
"scroll-mbe": d()
|
|
3344
2733
|
}],
|
|
3345
2734
|
/**
|
|
3346
2735
|
* Scroll Margin Top
|
|
3347
2736
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3348
2737
|
*/
|
|
3349
2738
|
"scroll-mt": [{
|
|
3350
|
-
"scroll-mt":
|
|
2739
|
+
"scroll-mt": d()
|
|
3351
2740
|
}],
|
|
3352
2741
|
/**
|
|
3353
2742
|
* Scroll Margin Right
|
|
3354
2743
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3355
2744
|
*/
|
|
3356
2745
|
"scroll-mr": [{
|
|
3357
|
-
"scroll-mr":
|
|
2746
|
+
"scroll-mr": d()
|
|
3358
2747
|
}],
|
|
3359
2748
|
/**
|
|
3360
2749
|
* Scroll Margin Bottom
|
|
3361
2750
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3362
2751
|
*/
|
|
3363
2752
|
"scroll-mb": [{
|
|
3364
|
-
"scroll-mb":
|
|
2753
|
+
"scroll-mb": d()
|
|
3365
2754
|
}],
|
|
3366
2755
|
/**
|
|
3367
2756
|
* Scroll Margin Left
|
|
3368
2757
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
3369
2758
|
*/
|
|
3370
2759
|
"scroll-ml": [{
|
|
3371
|
-
"scroll-ml":
|
|
2760
|
+
"scroll-ml": d()
|
|
3372
2761
|
}],
|
|
3373
2762
|
/**
|
|
3374
2763
|
* Scroll Padding
|
|
3375
2764
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3376
2765
|
*/
|
|
3377
2766
|
"scroll-p": [{
|
|
3378
|
-
"scroll-p":
|
|
2767
|
+
"scroll-p": d()
|
|
3379
2768
|
}],
|
|
3380
2769
|
/**
|
|
3381
2770
|
* Scroll Padding Inline
|
|
3382
2771
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3383
2772
|
*/
|
|
3384
2773
|
"scroll-px": [{
|
|
3385
|
-
"scroll-px":
|
|
2774
|
+
"scroll-px": d()
|
|
3386
2775
|
}],
|
|
3387
2776
|
/**
|
|
3388
2777
|
* Scroll Padding Block
|
|
3389
2778
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3390
2779
|
*/
|
|
3391
2780
|
"scroll-py": [{
|
|
3392
|
-
"scroll-py":
|
|
2781
|
+
"scroll-py": d()
|
|
3393
2782
|
}],
|
|
3394
2783
|
/**
|
|
3395
2784
|
* Scroll Padding Inline Start
|
|
3396
2785
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3397
2786
|
*/
|
|
3398
2787
|
"scroll-ps": [{
|
|
3399
|
-
"scroll-ps":
|
|
2788
|
+
"scroll-ps": d()
|
|
3400
2789
|
}],
|
|
3401
2790
|
/**
|
|
3402
2791
|
* Scroll Padding Inline End
|
|
3403
2792
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3404
2793
|
*/
|
|
3405
2794
|
"scroll-pe": [{
|
|
3406
|
-
"scroll-pe":
|
|
2795
|
+
"scroll-pe": d()
|
|
3407
2796
|
}],
|
|
3408
2797
|
/**
|
|
3409
2798
|
* Scroll Padding Block Start
|
|
3410
2799
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3411
2800
|
*/
|
|
3412
2801
|
"scroll-pbs": [{
|
|
3413
|
-
"scroll-pbs":
|
|
2802
|
+
"scroll-pbs": d()
|
|
3414
2803
|
}],
|
|
3415
2804
|
/**
|
|
3416
2805
|
* Scroll Padding Block End
|
|
3417
2806
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3418
2807
|
*/
|
|
3419
2808
|
"scroll-pbe": [{
|
|
3420
|
-
"scroll-pbe":
|
|
2809
|
+
"scroll-pbe": d()
|
|
3421
2810
|
}],
|
|
3422
2811
|
/**
|
|
3423
2812
|
* Scroll Padding Top
|
|
3424
2813
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3425
2814
|
*/
|
|
3426
2815
|
"scroll-pt": [{
|
|
3427
|
-
"scroll-pt":
|
|
2816
|
+
"scroll-pt": d()
|
|
3428
2817
|
}],
|
|
3429
2818
|
/**
|
|
3430
2819
|
* Scroll Padding Right
|
|
3431
2820
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3432
2821
|
*/
|
|
3433
2822
|
"scroll-pr": [{
|
|
3434
|
-
"scroll-pr":
|
|
2823
|
+
"scroll-pr": d()
|
|
3435
2824
|
}],
|
|
3436
2825
|
/**
|
|
3437
2826
|
* Scroll Padding Bottom
|
|
3438
2827
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3439
2828
|
*/
|
|
3440
2829
|
"scroll-pb": [{
|
|
3441
|
-
"scroll-pb":
|
|
2830
|
+
"scroll-pb": d()
|
|
3442
2831
|
}],
|
|
3443
2832
|
/**
|
|
3444
2833
|
* Scroll Padding Left
|
|
3445
2834
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
3446
2835
|
*/
|
|
3447
2836
|
"scroll-pl": [{
|
|
3448
|
-
"scroll-pl":
|
|
2837
|
+
"scroll-pl": d()
|
|
3449
2838
|
}],
|
|
3450
2839
|
/**
|
|
3451
2840
|
* Scroll Snap Align
|
|
@@ -3513,7 +2902,7 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3513
2902
|
* @see https://tailwindcss.com/docs/will-change
|
|
3514
2903
|
*/
|
|
3515
2904
|
"will-change": [{
|
|
3516
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2905
|
+
"will-change": ["auto", "scroll", "contents", "transform", n, s]
|
|
3517
2906
|
}],
|
|
3518
2907
|
// -----------
|
|
3519
2908
|
// --- SVG ---
|
|
@@ -3523,21 +2912,21 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3523
2912
|
* @see https://tailwindcss.com/docs/fill
|
|
3524
2913
|
*/
|
|
3525
2914
|
fill: [{
|
|
3526
|
-
fill: ["none", ...
|
|
2915
|
+
fill: ["none", ...m()]
|
|
3527
2916
|
}],
|
|
3528
2917
|
/**
|
|
3529
2918
|
* Stroke Width
|
|
3530
2919
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
3531
2920
|
*/
|
|
3532
2921
|
"stroke-w": [{
|
|
3533
|
-
stroke: [
|
|
2922
|
+
stroke: [b, B, j, ve]
|
|
3534
2923
|
}],
|
|
3535
2924
|
/**
|
|
3536
2925
|
* Stroke
|
|
3537
2926
|
* @see https://tailwindcss.com/docs/stroke
|
|
3538
2927
|
*/
|
|
3539
2928
|
stroke: [{
|
|
3540
|
-
stroke: ["none", ...
|
|
2929
|
+
stroke: ["none", ...m()]
|
|
3541
2930
|
}],
|
|
3542
2931
|
// ---------------------
|
|
3543
2932
|
// --- Accessibility ---
|
|
@@ -3605,35 +2994,35 @@ const ar = (r) => typeof r == "boolean" ? `${r}` : r === 0 ? "0" : r, sr = gr, h
|
|
|
3605
2994
|
},
|
|
3606
2995
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3607
2996
|
};
|
|
3608
|
-
},
|
|
3609
|
-
function
|
|
3610
|
-
return
|
|
2997
|
+
}, Mr = /* @__PURE__ */ cr(Pr);
|
|
2998
|
+
function _e(...e) {
|
|
2999
|
+
return Mr(Ae(e));
|
|
3611
3000
|
}
|
|
3612
|
-
function
|
|
3001
|
+
function Vr(e) {
|
|
3613
3002
|
const {
|
|
3614
|
-
component:
|
|
3615
|
-
variant:
|
|
3616
|
-
size:
|
|
3617
|
-
bounce:
|
|
3618
|
-
splash:
|
|
3619
|
-
className:
|
|
3620
|
-
class:
|
|
3621
|
-
...
|
|
3622
|
-
} =
|
|
3623
|
-
return /* @__PURE__ */
|
|
3624
|
-
|
|
3003
|
+
component: o,
|
|
3004
|
+
variant: r,
|
|
3005
|
+
size: t,
|
|
3006
|
+
bounce: a,
|
|
3007
|
+
splash: l,
|
|
3008
|
+
className: i,
|
|
3009
|
+
class: u,
|
|
3010
|
+
...c
|
|
3011
|
+
} = e;
|
|
3012
|
+
return /* @__PURE__ */ ze(
|
|
3013
|
+
o ?? "button",
|
|
3625
3014
|
{
|
|
3626
|
-
className:
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3015
|
+
className: _e(
|
|
3016
|
+
Be({ variant: r, size: t, bounce: a, splash: l }),
|
|
3017
|
+
i,
|
|
3018
|
+
u
|
|
3630
3019
|
),
|
|
3631
|
-
...
|
|
3020
|
+
...c
|
|
3632
3021
|
}
|
|
3633
3022
|
);
|
|
3634
3023
|
}
|
|
3635
|
-
|
|
3636
|
-
const
|
|
3024
|
+
Vr.displayName = "Button";
|
|
3025
|
+
const Gr = Ne(
|
|
3637
3026
|
"inline-flex items-center justify-center whitespace-nowrap rounded border border-transparent font-medium transition-colors duration-150",
|
|
3638
3027
|
{
|
|
3639
3028
|
variants: {
|
|
@@ -3748,32 +3137,32 @@ const Kt = hr(
|
|
|
3748
3137
|
}
|
|
3749
3138
|
}
|
|
3750
3139
|
);
|
|
3751
|
-
function
|
|
3140
|
+
function Tr(e) {
|
|
3752
3141
|
const {
|
|
3753
|
-
component:
|
|
3754
|
-
variant:
|
|
3755
|
-
outline:
|
|
3756
|
-
size:
|
|
3757
|
-
className:
|
|
3758
|
-
class:
|
|
3759
|
-
...
|
|
3760
|
-
} =
|
|
3761
|
-
return /* @__PURE__ */
|
|
3762
|
-
|
|
3142
|
+
component: o,
|
|
3143
|
+
variant: r,
|
|
3144
|
+
outline: t,
|
|
3145
|
+
size: a,
|
|
3146
|
+
className: l,
|
|
3147
|
+
class: i,
|
|
3148
|
+
...u
|
|
3149
|
+
} = e;
|
|
3150
|
+
return /* @__PURE__ */ ze(
|
|
3151
|
+
o ?? "span",
|
|
3763
3152
|
{
|
|
3764
|
-
className:
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3153
|
+
className: _e(
|
|
3154
|
+
Gr({ variant: r, outline: t, size: a }),
|
|
3155
|
+
l,
|
|
3156
|
+
i
|
|
3768
3157
|
),
|
|
3769
|
-
...
|
|
3158
|
+
...u
|
|
3770
3159
|
}
|
|
3771
3160
|
);
|
|
3772
3161
|
}
|
|
3773
|
-
|
|
3162
|
+
Tr.displayName = "Chip";
|
|
3774
3163
|
export {
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3164
|
+
Vr as Button,
|
|
3165
|
+
Tr as Chip,
|
|
3166
|
+
Be as buttonVariants,
|
|
3167
|
+
Gr as chipVariants
|
|
3779
3168
|
};
|