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