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