design-system-silkhaus 0.0.52 → 0.0.53
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 +10 -10
- package/dist/index.d.ts +30 -0
- package/dist/index.js +780 -639
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
var qt = Object.defineProperty, Yt = Object.defineProperties;
|
|
2
|
+
var Ut = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Ce = Object.getOwnPropertySymbols;
|
|
4
4
|
var Ze = Object.prototype.hasOwnProperty, et = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var Qe = (t, n, r) => n in t ?
|
|
5
|
+
var Qe = (t, n, r) => n in t ? qt(t, n, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[n] = r, O = (t, n) => {
|
|
6
6
|
for (var r in n || (n = {}))
|
|
7
7
|
Ze.call(n, r) && Qe(t, r, n[r]);
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
8
|
+
if (Ce)
|
|
9
|
+
for (var r of Ce(n))
|
|
10
10
|
et.call(n, r) && Qe(t, r, n[r]);
|
|
11
11
|
return t;
|
|
12
|
-
}, tt = (t, n) =>
|
|
13
|
-
var
|
|
12
|
+
}, tt = (t, n) => Yt(t, Ut(n));
|
|
13
|
+
var L = (t, n) => {
|
|
14
14
|
var r = {};
|
|
15
15
|
for (var o in t)
|
|
16
16
|
Ze.call(t, o) && n.indexOf(o) < 0 && (r[o] = t[o]);
|
|
17
|
-
if (t != null &&
|
|
18
|
-
for (var o of
|
|
17
|
+
if (t != null && Ce)
|
|
18
|
+
for (var o of Ce(t))
|
|
19
19
|
n.indexOf(o) < 0 && et.call(t, o) && (r[o] = t[o]);
|
|
20
20
|
return r;
|
|
21
21
|
};
|
|
22
22
|
import * as J from "react";
|
|
23
|
-
import
|
|
24
|
-
var
|
|
23
|
+
import Q, { useState as dt } from "react";
|
|
24
|
+
var Fe = { exports: {} }, ue = {};
|
|
25
25
|
/**
|
|
26
26
|
* @license React
|
|
27
27
|
* react-jsx-runtime.development.js
|
|
@@ -32,56 +32,56 @@ var Ie = { exports: {} }, ce = {};
|
|
|
32
32
|
* LICENSE file in the root directory of this source tree.
|
|
33
33
|
*/
|
|
34
34
|
var rt;
|
|
35
|
-
function
|
|
35
|
+
function Jt() {
|
|
36
36
|
return rt || (rt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
37
|
-
var t =
|
|
38
|
-
function
|
|
37
|
+
var t = Q, n = Symbol.for("react.element"), r = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), u = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), M = Symbol.iterator, T = "@@iterator";
|
|
38
|
+
function P(e) {
|
|
39
39
|
if (e === null || typeof e != "object")
|
|
40
40
|
return null;
|
|
41
|
-
var a =
|
|
41
|
+
var a = M && e[M] || e[T];
|
|
42
42
|
return typeof a == "function" ? a : null;
|
|
43
43
|
}
|
|
44
|
-
var
|
|
45
|
-
function
|
|
44
|
+
var A = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
45
|
+
function C(e) {
|
|
46
46
|
{
|
|
47
|
-
for (var a = arguments.length,
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
for (var a = arguments.length, l = new Array(a > 1 ? a - 1 : 0), d = 1; d < a; d++)
|
|
48
|
+
l[d - 1] = arguments[d];
|
|
49
|
+
ge("error", e, l);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
function
|
|
52
|
+
function ge(e, a, l) {
|
|
53
53
|
{
|
|
54
|
-
var d =
|
|
55
|
-
|
|
56
|
-
var
|
|
57
|
-
return String(
|
|
54
|
+
var d = A.ReactDebugCurrentFrame, h = d.getStackAddendum();
|
|
55
|
+
h !== "" && (a += "%s", l = l.concat([h]));
|
|
56
|
+
var R = l.map(function(v) {
|
|
57
|
+
return String(v);
|
|
58
58
|
});
|
|
59
|
-
|
|
59
|
+
R.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, R);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
var
|
|
63
|
-
|
|
64
|
-
function
|
|
65
|
-
return !!(typeof e == "string" || typeof e == "function" || e === o || e ===
|
|
62
|
+
var oe = !1, we = !1, be = !1, me = !1, ve = !1, Z;
|
|
63
|
+
Z = Symbol.for("react.module.reference");
|
|
64
|
+
function ae(e) {
|
|
65
|
+
return !!(typeof e == "string" || typeof e == "function" || e === o || e === s || ve || e === i || e === g || e === f || me || e === F || oe || we || be || typeof e == "object" && e !== null && (e.$$typeof === E || e.$$typeof === y || e.$$typeof === c || e.$$typeof === u || e.$$typeof === p || // This needs to include all possible module reference object
|
|
66
66
|
// types supported by any Flight configuration anywhere since
|
|
67
67
|
// we don't know which Flight build this will end up being used
|
|
68
68
|
// with.
|
|
69
|
-
e.$$typeof ===
|
|
69
|
+
e.$$typeof === Z || e.getModuleId !== void 0));
|
|
70
70
|
}
|
|
71
|
-
function
|
|
71
|
+
function ie(e, a, l) {
|
|
72
72
|
var d = e.displayName;
|
|
73
73
|
if (d)
|
|
74
74
|
return d;
|
|
75
|
-
var
|
|
76
|
-
return
|
|
75
|
+
var h = a.displayName || a.name || "";
|
|
76
|
+
return h !== "" ? l + "(" + h + ")" : l;
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function x(e) {
|
|
79
79
|
return e.displayName || "Context";
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function z(e) {
|
|
82
82
|
if (e == null)
|
|
83
83
|
return null;
|
|
84
|
-
if (typeof e.tag == "number" &&
|
|
84
|
+
if (typeof e.tag == "number" && C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
85
85
|
return e.displayName || e.name || null;
|
|
86
86
|
if (typeof e == "string")
|
|
87
87
|
return e;
|
|
@@ -90,11 +90,11 @@ function Ut() {
|
|
|
90
90
|
return "Fragment";
|
|
91
91
|
case r:
|
|
92
92
|
return "Portal";
|
|
93
|
-
case
|
|
93
|
+
case s:
|
|
94
94
|
return "Profiler";
|
|
95
95
|
case i:
|
|
96
96
|
return "StrictMode";
|
|
97
|
-
case
|
|
97
|
+
case g:
|
|
98
98
|
return "Suspense";
|
|
99
99
|
case f:
|
|
100
100
|
return "SuspenseList";
|
|
@@ -103,19 +103,19 @@ function Ut() {
|
|
|
103
103
|
switch (e.$$typeof) {
|
|
104
104
|
case u:
|
|
105
105
|
var a = e;
|
|
106
|
-
return
|
|
106
|
+
return x(a) + ".Consumer";
|
|
107
107
|
case c:
|
|
108
|
-
var
|
|
109
|
-
return
|
|
110
|
-
case
|
|
111
|
-
return
|
|
108
|
+
var l = e;
|
|
109
|
+
return x(l._context) + ".Provider";
|
|
110
|
+
case p:
|
|
111
|
+
return ie(e, e.render, "ForwardRef");
|
|
112
112
|
case y:
|
|
113
113
|
var d = e.displayName || null;
|
|
114
|
-
return d !== null ? d :
|
|
115
|
-
case
|
|
116
|
-
var
|
|
114
|
+
return d !== null ? d : z(e.type) || "Memo";
|
|
115
|
+
case E: {
|
|
116
|
+
var h = e, R = h._payload, v = h._init;
|
|
117
117
|
try {
|
|
118
|
-
return
|
|
118
|
+
return z(v(R));
|
|
119
119
|
} catch (m) {
|
|
120
120
|
return null;
|
|
121
121
|
}
|
|
@@ -123,14 +123,14 @@ function Ut() {
|
|
|
123
123
|
}
|
|
124
124
|
return null;
|
|
125
125
|
}
|
|
126
|
-
var
|
|
126
|
+
var D = Object.assign, V = 0, X, se, ee, G, le, q, H;
|
|
127
127
|
function ze() {
|
|
128
128
|
}
|
|
129
129
|
ze.__reactDisabledLog = !0;
|
|
130
|
-
function
|
|
130
|
+
function ht() {
|
|
131
131
|
{
|
|
132
|
-
if (
|
|
133
|
-
X = console.log,
|
|
132
|
+
if (V === 0) {
|
|
133
|
+
X = console.log, se = console.info, ee = console.warn, G = console.error, le = console.group, q = console.groupCollapsed, H = console.groupEnd;
|
|
134
134
|
var e = {
|
|
135
135
|
configurable: !0,
|
|
136
136
|
enumerable: !0,
|
|
@@ -147,100 +147,100 @@ function Ut() {
|
|
|
147
147
|
groupEnd: e
|
|
148
148
|
});
|
|
149
149
|
}
|
|
150
|
-
|
|
150
|
+
V++;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function xt() {
|
|
154
154
|
{
|
|
155
|
-
if (
|
|
155
|
+
if (V--, V === 0) {
|
|
156
156
|
var e = {
|
|
157
157
|
configurable: !0,
|
|
158
158
|
enumerable: !0,
|
|
159
159
|
writable: !0
|
|
160
160
|
};
|
|
161
161
|
Object.defineProperties(console, {
|
|
162
|
-
log:
|
|
162
|
+
log: D({}, e, {
|
|
163
163
|
value: X
|
|
164
164
|
}),
|
|
165
|
-
info:
|
|
166
|
-
value:
|
|
165
|
+
info: D({}, e, {
|
|
166
|
+
value: se
|
|
167
167
|
}),
|
|
168
|
-
warn:
|
|
169
|
-
value:
|
|
168
|
+
warn: D({}, e, {
|
|
169
|
+
value: ee
|
|
170
170
|
}),
|
|
171
|
-
error:
|
|
171
|
+
error: D({}, e, {
|
|
172
172
|
value: G
|
|
173
173
|
}),
|
|
174
|
-
group:
|
|
175
|
-
value:
|
|
174
|
+
group: D({}, e, {
|
|
175
|
+
value: le
|
|
176
176
|
}),
|
|
177
|
-
groupCollapsed:
|
|
177
|
+
groupCollapsed: D({}, e, {
|
|
178
178
|
value: q
|
|
179
179
|
}),
|
|
180
|
-
groupEnd:
|
|
180
|
+
groupEnd: D({}, e, {
|
|
181
181
|
value: H
|
|
182
182
|
})
|
|
183
183
|
});
|
|
184
184
|
}
|
|
185
|
-
|
|
185
|
+
V < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
var
|
|
189
|
-
function ye(e, a,
|
|
188
|
+
var Te = A.ReactCurrentDispatcher, je;
|
|
189
|
+
function ye(e, a, l) {
|
|
190
190
|
{
|
|
191
|
-
if (
|
|
191
|
+
if (je === void 0)
|
|
192
192
|
try {
|
|
193
193
|
throw Error();
|
|
194
|
-
} catch (
|
|
195
|
-
var d =
|
|
196
|
-
|
|
194
|
+
} catch (h) {
|
|
195
|
+
var d = h.stack.trim().match(/\n( *(at )?)/);
|
|
196
|
+
je = d && d[1] || "";
|
|
197
197
|
}
|
|
198
198
|
return `
|
|
199
|
-
` +
|
|
199
|
+
` + je + e;
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
|
-
var
|
|
202
|
+
var _e = !1, he;
|
|
203
203
|
{
|
|
204
|
-
var
|
|
205
|
-
|
|
204
|
+
var Rt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
205
|
+
he = new Rt();
|
|
206
206
|
}
|
|
207
207
|
function De(e, a) {
|
|
208
|
-
if (!e ||
|
|
208
|
+
if (!e || _e)
|
|
209
209
|
return "";
|
|
210
210
|
{
|
|
211
|
-
var
|
|
212
|
-
if (
|
|
213
|
-
return
|
|
211
|
+
var l = he.get(e);
|
|
212
|
+
if (l !== void 0)
|
|
213
|
+
return l;
|
|
214
214
|
}
|
|
215
215
|
var d;
|
|
216
|
-
|
|
217
|
-
var
|
|
216
|
+
_e = !0;
|
|
217
|
+
var h = Error.prepareStackTrace;
|
|
218
218
|
Error.prepareStackTrace = void 0;
|
|
219
|
-
var
|
|
220
|
-
|
|
219
|
+
var R;
|
|
220
|
+
R = Te.current, Te.current = null, ht();
|
|
221
221
|
try {
|
|
222
222
|
if (a) {
|
|
223
|
-
var
|
|
223
|
+
var v = function() {
|
|
224
224
|
throw Error();
|
|
225
225
|
};
|
|
226
|
-
if (Object.defineProperty(
|
|
226
|
+
if (Object.defineProperty(v.prototype, "props", {
|
|
227
227
|
set: function() {
|
|
228
228
|
throw Error();
|
|
229
229
|
}
|
|
230
230
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
231
231
|
try {
|
|
232
|
-
Reflect.construct(
|
|
232
|
+
Reflect.construct(v, []);
|
|
233
233
|
} catch (W) {
|
|
234
234
|
d = W;
|
|
235
235
|
}
|
|
236
|
-
Reflect.construct(e, [],
|
|
236
|
+
Reflect.construct(e, [], v);
|
|
237
237
|
} else {
|
|
238
238
|
try {
|
|
239
|
-
|
|
239
|
+
v.call();
|
|
240
240
|
} catch (W) {
|
|
241
241
|
d = W;
|
|
242
242
|
}
|
|
243
|
-
e.call(
|
|
243
|
+
e.call(v.prototype);
|
|
244
244
|
}
|
|
245
245
|
} else {
|
|
246
246
|
try {
|
|
@@ -253,99 +253,99 @@ function Ut() {
|
|
|
253
253
|
} catch (W) {
|
|
254
254
|
if (W && d && typeof W.stack == "string") {
|
|
255
255
|
for (var m = W.stack.split(`
|
|
256
|
-
`),
|
|
257
|
-
`),
|
|
258
|
-
|
|
259
|
-
for (;
|
|
260
|
-
if (m[
|
|
261
|
-
if (
|
|
256
|
+
`), I = d.stack.split(`
|
|
257
|
+
`), j = m.length - 1, _ = I.length - 1; j >= 1 && _ >= 0 && m[j] !== I[_]; )
|
|
258
|
+
_--;
|
|
259
|
+
for (; j >= 1 && _ >= 0; j--, _--)
|
|
260
|
+
if (m[j] !== I[_]) {
|
|
261
|
+
if (j !== 1 || _ !== 1)
|
|
262
262
|
do
|
|
263
|
-
if (
|
|
264
|
-
var
|
|
265
|
-
` + m[
|
|
266
|
-
return e.displayName &&
|
|
263
|
+
if (j--, _--, _ < 0 || m[j] !== I[_]) {
|
|
264
|
+
var B = `
|
|
265
|
+
` + m[j].replace(" at new ", " at ");
|
|
266
|
+
return e.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", e.displayName)), typeof e == "function" && he.set(e, B), B;
|
|
267
267
|
}
|
|
268
|
-
while (
|
|
268
|
+
while (j >= 1 && _ >= 0);
|
|
269
269
|
break;
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
} finally {
|
|
273
|
-
|
|
273
|
+
_e = !1, Te.current = R, xt(), Error.prepareStackTrace = h;
|
|
274
274
|
}
|
|
275
|
-
var
|
|
276
|
-
return typeof e == "function" &&
|
|
275
|
+
var re = e ? e.displayName || e.name : "", Ke = re ? ye(re) : "";
|
|
276
|
+
return typeof e == "function" && he.set(e, Ke), Ke;
|
|
277
277
|
}
|
|
278
|
-
function
|
|
278
|
+
function Et(e, a, l) {
|
|
279
279
|
return De(e, !1);
|
|
280
280
|
}
|
|
281
|
-
function
|
|
281
|
+
function Ct(e) {
|
|
282
282
|
var a = e.prototype;
|
|
283
283
|
return !!(a && a.isReactComponent);
|
|
284
284
|
}
|
|
285
|
-
function
|
|
285
|
+
function xe(e, a, l) {
|
|
286
286
|
if (e == null)
|
|
287
287
|
return "";
|
|
288
288
|
if (typeof e == "function")
|
|
289
|
-
return De(e,
|
|
289
|
+
return De(e, Ct(e));
|
|
290
290
|
if (typeof e == "string")
|
|
291
291
|
return ye(e);
|
|
292
292
|
switch (e) {
|
|
293
|
-
case
|
|
293
|
+
case g:
|
|
294
294
|
return ye("Suspense");
|
|
295
295
|
case f:
|
|
296
296
|
return ye("SuspenseList");
|
|
297
297
|
}
|
|
298
298
|
if (typeof e == "object")
|
|
299
299
|
switch (e.$$typeof) {
|
|
300
|
-
case
|
|
301
|
-
return
|
|
300
|
+
case p:
|
|
301
|
+
return Et(e.render);
|
|
302
302
|
case y:
|
|
303
|
-
return
|
|
304
|
-
case
|
|
305
|
-
var d = e,
|
|
303
|
+
return xe(e.type, a, l);
|
|
304
|
+
case E: {
|
|
305
|
+
var d = e, h = d._payload, R = d._init;
|
|
306
306
|
try {
|
|
307
|
-
return
|
|
308
|
-
} catch (
|
|
307
|
+
return xe(R(h), a, l);
|
|
308
|
+
} catch (v) {
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
return "";
|
|
313
313
|
}
|
|
314
|
-
var
|
|
315
|
-
function
|
|
314
|
+
var Re = Object.prototype.hasOwnProperty, Be = {}, Le = A.ReactDebugCurrentFrame;
|
|
315
|
+
function Ee(e) {
|
|
316
316
|
if (e) {
|
|
317
|
-
var a = e._owner,
|
|
318
|
-
Le.setExtraStackFrame(
|
|
317
|
+
var a = e._owner, l = xe(e.type, e._source, a ? a.type : null);
|
|
318
|
+
Le.setExtraStackFrame(l);
|
|
319
319
|
} else
|
|
320
320
|
Le.setExtraStackFrame(null);
|
|
321
321
|
}
|
|
322
|
-
function
|
|
322
|
+
function kt(e, a, l, d, h) {
|
|
323
323
|
{
|
|
324
|
-
var
|
|
325
|
-
for (var
|
|
326
|
-
if (
|
|
324
|
+
var R = Function.call.bind(Re);
|
|
325
|
+
for (var v in e)
|
|
326
|
+
if (R(e, v)) {
|
|
327
327
|
var m = void 0;
|
|
328
328
|
try {
|
|
329
|
-
if (typeof e[
|
|
330
|
-
var
|
|
331
|
-
throw
|
|
329
|
+
if (typeof e[v] != "function") {
|
|
330
|
+
var I = Error((d || "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`.");
|
|
331
|
+
throw I.name = "Invariant Violation", I;
|
|
332
332
|
}
|
|
333
|
-
m = e[
|
|
334
|
-
} catch (
|
|
335
|
-
m =
|
|
333
|
+
m = e[v](a, v, d, l, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
334
|
+
} catch (j) {
|
|
335
|
+
m = j;
|
|
336
336
|
}
|
|
337
|
-
m && !(m instanceof Error) && (
|
|
337
|
+
m && !(m instanceof Error) && (Ee(h), C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", d || "React class", l, v, typeof m), Ee(null)), m instanceof Error && !(m.message in Be) && (Be[m.message] = !0, Ee(h), C("Failed %s type: %s", l, m.message), Ee(null));
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
var Tt = Array.isArray;
|
|
342
|
-
function
|
|
342
|
+
function Se(e) {
|
|
343
343
|
return Tt(e);
|
|
344
344
|
}
|
|
345
|
-
function
|
|
345
|
+
function jt(e) {
|
|
346
346
|
{
|
|
347
|
-
var a = typeof Symbol == "function" && Symbol.toStringTag,
|
|
348
|
-
return
|
|
347
|
+
var a = typeof Symbol == "function" && Symbol.toStringTag, l = a && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
348
|
+
return l;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
function _t(e) {
|
|
@@ -358,72 +358,72 @@ function Ut() {
|
|
|
358
358
|
function We(e) {
|
|
359
359
|
return "" + e;
|
|
360
360
|
}
|
|
361
|
-
function
|
|
361
|
+
function $e(e) {
|
|
362
362
|
if (_t(e))
|
|
363
|
-
return
|
|
363
|
+
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", jt(e)), We(e);
|
|
364
364
|
}
|
|
365
|
-
var
|
|
365
|
+
var ce = A.ReactCurrentOwner, St = {
|
|
366
366
|
key: !0,
|
|
367
367
|
ref: !0,
|
|
368
368
|
__self: !0,
|
|
369
369
|
__source: !0
|
|
370
|
-
},
|
|
370
|
+
}, Ve, Ge, Pe;
|
|
371
371
|
Pe = {};
|
|
372
|
-
function
|
|
373
|
-
if (
|
|
372
|
+
function Pt(e) {
|
|
373
|
+
if (Re.call(e, "ref")) {
|
|
374
374
|
var a = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
375
375
|
if (a && a.isReactWarning)
|
|
376
376
|
return !1;
|
|
377
377
|
}
|
|
378
378
|
return e.ref !== void 0;
|
|
379
379
|
}
|
|
380
|
-
function
|
|
381
|
-
if (
|
|
380
|
+
function At(e) {
|
|
381
|
+
if (Re.call(e, "key")) {
|
|
382
382
|
var a = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
383
383
|
if (a && a.isReactWarning)
|
|
384
384
|
return !1;
|
|
385
385
|
}
|
|
386
386
|
return e.key !== void 0;
|
|
387
387
|
}
|
|
388
|
-
function
|
|
389
|
-
if (typeof e.ref == "string" &&
|
|
390
|
-
var
|
|
391
|
-
Pe[
|
|
388
|
+
function Nt(e, a) {
|
|
389
|
+
if (typeof e.ref == "string" && ce.current && a && ce.current.stateNode !== a) {
|
|
390
|
+
var l = z(ce.current.type);
|
|
391
|
+
Pe[l] || (C('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);
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
394
|
function Ot(e, a) {
|
|
395
395
|
{
|
|
396
|
-
var
|
|
397
|
-
|
|
396
|
+
var l = function() {
|
|
397
|
+
Ve || (Ve = !0, C("%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));
|
|
398
398
|
};
|
|
399
|
-
|
|
400
|
-
get:
|
|
399
|
+
l.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
400
|
+
get: l,
|
|
401
401
|
configurable: !0
|
|
402
402
|
});
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
405
|
function Ft(e, a) {
|
|
406
406
|
{
|
|
407
|
-
var
|
|
408
|
-
Ge || (Ge = !0,
|
|
407
|
+
var l = function() {
|
|
408
|
+
Ge || (Ge = !0, C("%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));
|
|
409
409
|
};
|
|
410
|
-
|
|
411
|
-
get:
|
|
410
|
+
l.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
411
|
+
get: l,
|
|
412
412
|
configurable: !0
|
|
413
413
|
});
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
|
-
var It = function(e, a,
|
|
416
|
+
var It = function(e, a, l, d, h, R, v) {
|
|
417
417
|
var m = {
|
|
418
418
|
// This tag allows us to uniquely identify this as a React Element
|
|
419
419
|
$$typeof: n,
|
|
420
420
|
// Built-in properties that belong on the element
|
|
421
421
|
type: e,
|
|
422
422
|
key: a,
|
|
423
|
-
ref:
|
|
424
|
-
props:
|
|
423
|
+
ref: l,
|
|
424
|
+
props: v,
|
|
425
425
|
// Record the component responsible for creating this element.
|
|
426
|
-
_owner:
|
|
426
|
+
_owner: R
|
|
427
427
|
};
|
|
428
428
|
return m._store = {}, Object.defineProperty(m._store, "validated", {
|
|
429
429
|
configurable: !1,
|
|
@@ -439,44 +439,44 @@ function Ut() {
|
|
|
439
439
|
configurable: !1,
|
|
440
440
|
enumerable: !1,
|
|
441
441
|
writable: !1,
|
|
442
|
-
value:
|
|
442
|
+
value: h
|
|
443
443
|
}), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
|
|
444
444
|
};
|
|
445
|
-
function
|
|
445
|
+
function Mt(e, a, l, d, h) {
|
|
446
446
|
{
|
|
447
|
-
var
|
|
448
|
-
|
|
449
|
-
for (
|
|
450
|
-
|
|
447
|
+
var R, v = {}, m = null, I = null;
|
|
448
|
+
l !== void 0 && ($e(l), m = "" + l), At(a) && ($e(a.key), m = "" + a.key), Pt(a) && (I = a.ref, Nt(a, h));
|
|
449
|
+
for (R in a)
|
|
450
|
+
Re.call(a, R) && !St.hasOwnProperty(R) && (v[R] = a[R]);
|
|
451
451
|
if (e && e.defaultProps) {
|
|
452
|
-
var
|
|
453
|
-
for (
|
|
454
|
-
|
|
452
|
+
var j = e.defaultProps;
|
|
453
|
+
for (R in j)
|
|
454
|
+
v[R] === void 0 && (v[R] = j[R]);
|
|
455
455
|
}
|
|
456
|
-
if (m ||
|
|
457
|
-
var
|
|
458
|
-
m && Ot(
|
|
456
|
+
if (m || I) {
|
|
457
|
+
var _ = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
458
|
+
m && Ot(v, _), I && Ft(v, _);
|
|
459
459
|
}
|
|
460
|
-
return It(e, m,
|
|
460
|
+
return It(e, m, I, h, d, ce.current, v);
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
var Ae =
|
|
464
|
-
function
|
|
463
|
+
var Ae = A.ReactCurrentOwner, qe = A.ReactDebugCurrentFrame;
|
|
464
|
+
function te(e) {
|
|
465
465
|
if (e) {
|
|
466
|
-
var a = e._owner,
|
|
467
|
-
qe.setExtraStackFrame(
|
|
466
|
+
var a = e._owner, l = xe(e.type, e._source, a ? a.type : null);
|
|
467
|
+
qe.setExtraStackFrame(l);
|
|
468
468
|
} else
|
|
469
469
|
qe.setExtraStackFrame(null);
|
|
470
470
|
}
|
|
471
|
-
var
|
|
472
|
-
|
|
473
|
-
function
|
|
471
|
+
var Ne;
|
|
472
|
+
Ne = !1;
|
|
473
|
+
function Oe(e) {
|
|
474
474
|
return typeof e == "object" && e !== null && e.$$typeof === n;
|
|
475
475
|
}
|
|
476
476
|
function Ye() {
|
|
477
477
|
{
|
|
478
478
|
if (Ae.current) {
|
|
479
|
-
var e =
|
|
479
|
+
var e = z(Ae.current.type);
|
|
480
480
|
if (e)
|
|
481
481
|
return `
|
|
482
482
|
|
|
@@ -485,26 +485,26 @@ Check the render method of \`` + e + "`.";
|
|
|
485
485
|
return "";
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
|
-
function
|
|
488
|
+
function zt(e) {
|
|
489
489
|
{
|
|
490
490
|
if (e !== void 0) {
|
|
491
|
-
var a = e.fileName.replace(/^.*[\\\/]/, ""),
|
|
491
|
+
var a = e.fileName.replace(/^.*[\\\/]/, ""), l = e.lineNumber;
|
|
492
492
|
return `
|
|
493
493
|
|
|
494
|
-
Check your code at ` + a + ":" +
|
|
494
|
+
Check your code at ` + a + ":" + l + ".";
|
|
495
495
|
}
|
|
496
496
|
return "";
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
499
|
var Ue = {};
|
|
500
|
-
function
|
|
500
|
+
function Dt(e) {
|
|
501
501
|
{
|
|
502
502
|
var a = Ye();
|
|
503
503
|
if (!a) {
|
|
504
|
-
var
|
|
505
|
-
|
|
504
|
+
var l = typeof e == "string" ? e : e.displayName || e.name;
|
|
505
|
+
l && (a = `
|
|
506
506
|
|
|
507
|
-
Check the top-level render call using <` +
|
|
507
|
+
Check the top-level render call using <` + l + ">.");
|
|
508
508
|
}
|
|
509
509
|
return a;
|
|
510
510
|
}
|
|
@@ -514,111 +514,111 @@ Check the top-level render call using <` + s + ">.");
|
|
|
514
514
|
if (!e._store || e._store.validated || e.key != null)
|
|
515
515
|
return;
|
|
516
516
|
e._store.validated = !0;
|
|
517
|
-
var
|
|
518
|
-
if (Ue[
|
|
517
|
+
var l = Dt(a);
|
|
518
|
+
if (Ue[l])
|
|
519
519
|
return;
|
|
520
|
-
Ue[
|
|
520
|
+
Ue[l] = !0;
|
|
521
521
|
var d = "";
|
|
522
|
-
e && e._owner && e._owner !== Ae.current && (d = " It was passed a child from " +
|
|
522
|
+
e && e._owner && e._owner !== Ae.current && (d = " It was passed a child from " + z(e._owner.type) + "."), te(e), C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', l, d), te(null);
|
|
523
523
|
}
|
|
524
524
|
}
|
|
525
525
|
function Xe(e, a) {
|
|
526
526
|
{
|
|
527
527
|
if (typeof e != "object")
|
|
528
528
|
return;
|
|
529
|
-
if (
|
|
530
|
-
for (var
|
|
531
|
-
var d = e[
|
|
532
|
-
|
|
529
|
+
if (Se(e))
|
|
530
|
+
for (var l = 0; l < e.length; l++) {
|
|
531
|
+
var d = e[l];
|
|
532
|
+
Oe(d) && Je(d, a);
|
|
533
533
|
}
|
|
534
|
-
else if (
|
|
534
|
+
else if (Oe(e))
|
|
535
535
|
e._store && (e._store.validated = !0);
|
|
536
536
|
else if (e) {
|
|
537
|
-
var
|
|
538
|
-
if (typeof
|
|
539
|
-
for (var
|
|
540
|
-
|
|
537
|
+
var h = P(e);
|
|
538
|
+
if (typeof h == "function" && h !== e.entries)
|
|
539
|
+
for (var R = h.call(e), v; !(v = R.next()).done; )
|
|
540
|
+
Oe(v.value) && Je(v.value, a);
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
|
-
function
|
|
544
|
+
function Bt(e) {
|
|
545
545
|
{
|
|
546
546
|
var a = e.type;
|
|
547
547
|
if (a == null || typeof a == "string")
|
|
548
548
|
return;
|
|
549
|
-
var
|
|
549
|
+
var l;
|
|
550
550
|
if (typeof a == "function")
|
|
551
|
-
|
|
552
|
-
else if (typeof a == "object" && (a.$$typeof ===
|
|
551
|
+
l = a.propTypes;
|
|
552
|
+
else if (typeof a == "object" && (a.$$typeof === p || // Note: Memo only checks outer props here.
|
|
553
553
|
// Inner props are checked in the reconciler.
|
|
554
554
|
a.$$typeof === y))
|
|
555
|
-
|
|
555
|
+
l = a.propTypes;
|
|
556
556
|
else
|
|
557
557
|
return;
|
|
558
|
-
if (
|
|
559
|
-
var d =
|
|
560
|
-
|
|
561
|
-
} else if (a.PropTypes !== void 0 && !
|
|
562
|
-
|
|
563
|
-
var
|
|
564
|
-
|
|
558
|
+
if (l) {
|
|
559
|
+
var d = z(a);
|
|
560
|
+
kt(l, e.props, "prop", d, e);
|
|
561
|
+
} else if (a.PropTypes !== void 0 && !Ne) {
|
|
562
|
+
Ne = !0;
|
|
563
|
+
var h = z(a);
|
|
564
|
+
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", h || "Unknown");
|
|
565
565
|
}
|
|
566
|
-
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved &&
|
|
566
|
+
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
|
-
function
|
|
569
|
+
function Lt(e) {
|
|
570
570
|
{
|
|
571
|
-
for (var a = Object.keys(e.props),
|
|
572
|
-
var d = a[
|
|
571
|
+
for (var a = Object.keys(e.props), l = 0; l < a.length; l++) {
|
|
572
|
+
var d = a[l];
|
|
573
573
|
if (d !== "children" && d !== "key") {
|
|
574
|
-
|
|
574
|
+
te(e), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", d), te(null);
|
|
575
575
|
break;
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
|
-
e.ref !== null && (
|
|
578
|
+
e.ref !== null && (te(e), C("Invalid attribute `ref` supplied to `React.Fragment`."), te(null));
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
|
-
function He(e, a,
|
|
581
|
+
function He(e, a, l, d, h, R) {
|
|
582
582
|
{
|
|
583
|
-
var
|
|
584
|
-
if (!
|
|
583
|
+
var v = ae(e);
|
|
584
|
+
if (!v) {
|
|
585
585
|
var m = "";
|
|
586
586
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (m += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
587
|
-
var
|
|
588
|
-
|
|
589
|
-
var
|
|
590
|
-
e === null ?
|
|
587
|
+
var I = zt(h);
|
|
588
|
+
I ? m += I : m += Ye();
|
|
589
|
+
var j;
|
|
590
|
+
e === null ? j = "null" : Se(e) ? j = "array" : e !== void 0 && e.$$typeof === n ? (j = "<" + (z(e.type) || "Unknown") + " />", m = " Did you accidentally export a JSX literal instead of a component?") : j = typeof e, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", j, m);
|
|
591
591
|
}
|
|
592
|
-
var
|
|
593
|
-
if (
|
|
594
|
-
return
|
|
595
|
-
if (
|
|
596
|
-
var
|
|
597
|
-
if (
|
|
592
|
+
var _ = Mt(e, a, l, h, R);
|
|
593
|
+
if (_ == null)
|
|
594
|
+
return _;
|
|
595
|
+
if (v) {
|
|
596
|
+
var B = a.children;
|
|
597
|
+
if (B !== void 0)
|
|
598
598
|
if (d)
|
|
599
|
-
if (
|
|
600
|
-
for (var
|
|
601
|
-
Xe(
|
|
602
|
-
Object.freeze && Object.freeze(
|
|
599
|
+
if (Se(B)) {
|
|
600
|
+
for (var re = 0; re < B.length; re++)
|
|
601
|
+
Xe(B[re], e);
|
|
602
|
+
Object.freeze && Object.freeze(B);
|
|
603
603
|
} else
|
|
604
|
-
|
|
604
|
+
C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
605
605
|
else
|
|
606
|
-
Xe(
|
|
606
|
+
Xe(B, e);
|
|
607
607
|
}
|
|
608
|
-
return e === o ?
|
|
608
|
+
return e === o ? Lt(_) : Bt(_), _;
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
|
-
function
|
|
612
|
-
return He(e, a,
|
|
611
|
+
function Wt(e, a, l) {
|
|
612
|
+
return He(e, a, l, !0);
|
|
613
613
|
}
|
|
614
|
-
function
|
|
615
|
-
return He(e, a,
|
|
614
|
+
function $t(e, a, l) {
|
|
615
|
+
return He(e, a, l, !1);
|
|
616
616
|
}
|
|
617
|
-
var Vt =
|
|
618
|
-
|
|
619
|
-
}()),
|
|
617
|
+
var Vt = $t, Gt = Wt;
|
|
618
|
+
ue.Fragment = o, ue.jsx = Vt, ue.jsxs = Gt;
|
|
619
|
+
}()), ue;
|
|
620
620
|
}
|
|
621
|
-
var
|
|
621
|
+
var de = {};
|
|
622
622
|
/**
|
|
623
623
|
* @license React
|
|
624
624
|
* react-jsx-runtime.production.min.js
|
|
@@ -629,26 +629,26 @@ var ue = {};
|
|
|
629
629
|
* LICENSE file in the root directory of this source tree.
|
|
630
630
|
*/
|
|
631
631
|
var nt;
|
|
632
|
-
function
|
|
632
|
+
function Xt() {
|
|
633
633
|
if (nt)
|
|
634
|
-
return
|
|
634
|
+
return de;
|
|
635
635
|
nt = 1;
|
|
636
|
-
var t =
|
|
637
|
-
function c(u,
|
|
638
|
-
var f, y = {},
|
|
639
|
-
|
|
640
|
-
for (f in
|
|
641
|
-
o.call(
|
|
636
|
+
var t = Q, n = Symbol.for("react.element"), r = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, i = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
637
|
+
function c(u, p, g) {
|
|
638
|
+
var f, y = {}, E = null, F = null;
|
|
639
|
+
g !== void 0 && (E = "" + g), p.key !== void 0 && (E = "" + p.key), p.ref !== void 0 && (F = p.ref);
|
|
640
|
+
for (f in p)
|
|
641
|
+
o.call(p, f) && !s.hasOwnProperty(f) && (y[f] = p[f]);
|
|
642
642
|
if (u && u.defaultProps)
|
|
643
|
-
for (f in
|
|
644
|
-
y[f] === void 0 && (y[f] =
|
|
645
|
-
return { $$typeof: n, type: u, key:
|
|
643
|
+
for (f in p = u.defaultProps, p)
|
|
644
|
+
y[f] === void 0 && (y[f] = p[f]);
|
|
645
|
+
return { $$typeof: n, type: u, key: E, ref: F, props: y, _owner: i.current };
|
|
646
646
|
}
|
|
647
|
-
return
|
|
647
|
+
return de.Fragment = r, de.jsx = c, de.jsxs = c, de;
|
|
648
648
|
}
|
|
649
|
-
process.env.NODE_ENV === "production" ?
|
|
650
|
-
var
|
|
651
|
-
function
|
|
649
|
+
process.env.NODE_ENV === "production" ? Fe.exports = Xt() : Fe.exports = Jt();
|
|
650
|
+
var b = Fe.exports;
|
|
651
|
+
function ft(t) {
|
|
652
652
|
var n, r, o = "";
|
|
653
653
|
if (typeof t == "string" || typeof t == "number")
|
|
654
654
|
o += t;
|
|
@@ -656,59 +656,59 @@ function dt(t) {
|
|
|
656
656
|
if (Array.isArray(t)) {
|
|
657
657
|
var i = t.length;
|
|
658
658
|
for (n = 0; n < i; n++)
|
|
659
|
-
t[n] && (r =
|
|
659
|
+
t[n] && (r = ft(t[n])) && (o && (o += " "), o += r);
|
|
660
660
|
} else
|
|
661
661
|
for (r in t)
|
|
662
662
|
t[r] && (o && (o += " "), o += r);
|
|
663
663
|
return o;
|
|
664
664
|
}
|
|
665
|
-
function
|
|
665
|
+
function S() {
|
|
666
666
|
for (var t, n, r = 0, o = "", i = arguments.length; r < i; r++)
|
|
667
|
-
(t = arguments[r]) && (n =
|
|
667
|
+
(t = arguments[r]) && (n = ft(t)) && (o && (o += " "), o += n);
|
|
668
668
|
return o;
|
|
669
669
|
}
|
|
670
670
|
const Me = "-";
|
|
671
|
-
function
|
|
672
|
-
const n =
|
|
671
|
+
function Ht(t) {
|
|
672
|
+
const n = Qt(t), {
|
|
673
673
|
conflictingClassGroups: r,
|
|
674
674
|
conflictingClassGroupModifiers: o
|
|
675
675
|
} = t;
|
|
676
676
|
function i(c) {
|
|
677
677
|
const u = c.split(Me);
|
|
678
|
-
return u[0] === "" && u.length !== 1 && u.shift(),
|
|
678
|
+
return u[0] === "" && u.length !== 1 && u.shift(), pt(u, n) || Kt(c);
|
|
679
679
|
}
|
|
680
|
-
function
|
|
681
|
-
const
|
|
682
|
-
return u && o[c] ? [...
|
|
680
|
+
function s(c, u) {
|
|
681
|
+
const p = r[c] || [];
|
|
682
|
+
return u && o[c] ? [...p, ...o[c]] : p;
|
|
683
683
|
}
|
|
684
684
|
return {
|
|
685
685
|
getClassGroupId: i,
|
|
686
|
-
getConflictingClassGroupIds:
|
|
686
|
+
getConflictingClassGroupIds: s
|
|
687
687
|
};
|
|
688
688
|
}
|
|
689
|
-
function
|
|
689
|
+
function pt(t, n) {
|
|
690
690
|
var c;
|
|
691
691
|
if (t.length === 0)
|
|
692
692
|
return n.classGroupId;
|
|
693
|
-
const r = t[0], o = n.nextPart.get(r), i = o ?
|
|
693
|
+
const r = t[0], o = n.nextPart.get(r), i = o ? pt(t.slice(1), o) : void 0;
|
|
694
694
|
if (i)
|
|
695
695
|
return i;
|
|
696
696
|
if (n.validators.length === 0)
|
|
697
697
|
return;
|
|
698
|
-
const
|
|
698
|
+
const s = t.join(Me);
|
|
699
699
|
return (c = n.validators.find(({
|
|
700
700
|
validator: u
|
|
701
|
-
}) => u(
|
|
701
|
+
}) => u(s))) == null ? void 0 : c.classGroupId;
|
|
702
702
|
}
|
|
703
703
|
const ot = /^\[(.+)\]$/;
|
|
704
|
-
function
|
|
704
|
+
function Kt(t) {
|
|
705
705
|
if (ot.test(t)) {
|
|
706
706
|
const n = ot.exec(t)[1], r = n == null ? void 0 : n.substring(0, n.indexOf(":"));
|
|
707
707
|
if (r)
|
|
708
708
|
return "arbitrary.." + r;
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
-
function
|
|
711
|
+
function Qt(t) {
|
|
712
712
|
const {
|
|
713
713
|
theme: n,
|
|
714
714
|
prefix: r
|
|
@@ -716,20 +716,20 @@ function Kt(t) {
|
|
|
716
716
|
nextPart: /* @__PURE__ */ new Map(),
|
|
717
717
|
validators: []
|
|
718
718
|
};
|
|
719
|
-
return
|
|
720
|
-
|
|
719
|
+
return er(Object.entries(t.classGroups), r).forEach(([s, c]) => {
|
|
720
|
+
Ie(c, o, s, n);
|
|
721
721
|
}), o;
|
|
722
722
|
}
|
|
723
|
-
function
|
|
723
|
+
function Ie(t, n, r, o) {
|
|
724
724
|
t.forEach((i) => {
|
|
725
725
|
if (typeof i == "string") {
|
|
726
|
-
const
|
|
727
|
-
|
|
726
|
+
const s = i === "" ? n : at(n, i);
|
|
727
|
+
s.classGroupId = r;
|
|
728
728
|
return;
|
|
729
729
|
}
|
|
730
730
|
if (typeof i == "function") {
|
|
731
|
-
if (
|
|
732
|
-
|
|
731
|
+
if (Zt(i)) {
|
|
732
|
+
Ie(i(o), n, r, o);
|
|
733
733
|
return;
|
|
734
734
|
}
|
|
735
735
|
n.validators.push({
|
|
@@ -738,8 +738,8 @@ function Ne(t, n, r, o) {
|
|
|
738
738
|
});
|
|
739
739
|
return;
|
|
740
740
|
}
|
|
741
|
-
Object.entries(i).forEach(([
|
|
742
|
-
|
|
741
|
+
Object.entries(i).forEach(([s, c]) => {
|
|
742
|
+
Ie(c, at(n, s), r, o);
|
|
743
743
|
});
|
|
744
744
|
});
|
|
745
745
|
}
|
|
@@ -752,16 +752,16 @@ function at(t, n) {
|
|
|
752
752
|
}), r = r.nextPart.get(o);
|
|
753
753
|
}), r;
|
|
754
754
|
}
|
|
755
|
-
function
|
|
755
|
+
function Zt(t) {
|
|
756
756
|
return t.isThemeGetter;
|
|
757
757
|
}
|
|
758
|
-
function
|
|
758
|
+
function er(t, n) {
|
|
759
759
|
return n ? t.map(([r, o]) => {
|
|
760
|
-
const i = o.map((
|
|
760
|
+
const i = o.map((s) => typeof s == "string" ? n + s : typeof s == "object" ? Object.fromEntries(Object.entries(s).map(([c, u]) => [n + c, u])) : s);
|
|
761
761
|
return [r, i];
|
|
762
762
|
}) : t;
|
|
763
763
|
}
|
|
764
|
-
function
|
|
764
|
+
function tr(t) {
|
|
765
765
|
if (t < 1)
|
|
766
766
|
return {
|
|
767
767
|
get: () => {
|
|
@@ -770,52 +770,52 @@ function er(t) {
|
|
|
770
770
|
}
|
|
771
771
|
};
|
|
772
772
|
let n = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
773
|
-
function i(
|
|
774
|
-
r.set(
|
|
773
|
+
function i(s, c) {
|
|
774
|
+
r.set(s, c), n++, n > t && (n = 0, o = r, r = /* @__PURE__ */ new Map());
|
|
775
775
|
}
|
|
776
776
|
return {
|
|
777
|
-
get(
|
|
778
|
-
let c = r.get(
|
|
777
|
+
get(s) {
|
|
778
|
+
let c = r.get(s);
|
|
779
779
|
if (c !== void 0)
|
|
780
780
|
return c;
|
|
781
|
-
if ((c = o.get(
|
|
782
|
-
return i(
|
|
781
|
+
if ((c = o.get(s)) !== void 0)
|
|
782
|
+
return i(s, c), c;
|
|
783
783
|
},
|
|
784
|
-
set(
|
|
785
|
-
r.has(
|
|
784
|
+
set(s, c) {
|
|
785
|
+
r.has(s) ? r.set(s, c) : i(s, c);
|
|
786
786
|
}
|
|
787
787
|
};
|
|
788
788
|
}
|
|
789
|
-
const
|
|
790
|
-
function
|
|
789
|
+
const gt = "!";
|
|
790
|
+
function rr(t) {
|
|
791
791
|
const n = t.separator, r = n.length === 1, o = n[0], i = n.length;
|
|
792
792
|
return function(c) {
|
|
793
793
|
const u = [];
|
|
794
|
-
let
|
|
794
|
+
let p = 0, g = 0, f;
|
|
795
795
|
for (let T = 0; T < c.length; T++) {
|
|
796
|
-
let
|
|
797
|
-
if (
|
|
798
|
-
if (
|
|
799
|
-
u.push(c.slice(
|
|
796
|
+
let P = c[T];
|
|
797
|
+
if (p === 0) {
|
|
798
|
+
if (P === o && (r || c.slice(T, T + i) === n)) {
|
|
799
|
+
u.push(c.slice(g, T)), g = T + i;
|
|
800
800
|
continue;
|
|
801
801
|
}
|
|
802
|
-
if (
|
|
802
|
+
if (P === "/") {
|
|
803
803
|
f = T;
|
|
804
804
|
continue;
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
|
-
|
|
807
|
+
P === "[" ? p++ : P === "]" && p--;
|
|
808
808
|
}
|
|
809
|
-
const y = u.length === 0 ? c : c.substring(
|
|
809
|
+
const y = u.length === 0 ? c : c.substring(g), E = y.startsWith(gt), F = E ? y.substring(1) : y, M = f && f > g ? f - g : void 0;
|
|
810
810
|
return {
|
|
811
811
|
modifiers: u,
|
|
812
|
-
hasImportantModifier:
|
|
813
|
-
baseClassName:
|
|
814
|
-
maybePostfixModifierPosition:
|
|
812
|
+
hasImportantModifier: E,
|
|
813
|
+
baseClassName: F,
|
|
814
|
+
maybePostfixModifierPosition: M
|
|
815
815
|
};
|
|
816
816
|
};
|
|
817
817
|
}
|
|
818
|
-
function
|
|
818
|
+
function nr(t) {
|
|
819
819
|
if (t.length <= 1)
|
|
820
820
|
return t;
|
|
821
821
|
const n = [];
|
|
@@ -824,183 +824,183 @@ function rr(t) {
|
|
|
824
824
|
o[0] === "[" ? (n.push(...r.sort(), o), r = []) : r.push(o);
|
|
825
825
|
}), n.push(...r.sort()), n;
|
|
826
826
|
}
|
|
827
|
-
function
|
|
828
|
-
return
|
|
829
|
-
cache:
|
|
830
|
-
splitModifiers:
|
|
831
|
-
},
|
|
827
|
+
function or(t) {
|
|
828
|
+
return O({
|
|
829
|
+
cache: tr(t.cacheSize),
|
|
830
|
+
splitModifiers: rr(t)
|
|
831
|
+
}, Ht(t));
|
|
832
832
|
}
|
|
833
|
-
const
|
|
834
|
-
function
|
|
833
|
+
const ar = /\s+/;
|
|
834
|
+
function ir(t, n) {
|
|
835
835
|
const {
|
|
836
836
|
splitModifiers: r,
|
|
837
837
|
getClassGroupId: o,
|
|
838
838
|
getConflictingClassGroupIds: i
|
|
839
|
-
} = n,
|
|
840
|
-
return t.trim().split(
|
|
839
|
+
} = n, s = /* @__PURE__ */ new Set();
|
|
840
|
+
return t.trim().split(ar).map((c) => {
|
|
841
841
|
const {
|
|
842
842
|
modifiers: u,
|
|
843
|
-
hasImportantModifier:
|
|
844
|
-
baseClassName:
|
|
843
|
+
hasImportantModifier: p,
|
|
844
|
+
baseClassName: g,
|
|
845
845
|
maybePostfixModifierPosition: f
|
|
846
846
|
} = r(c);
|
|
847
|
-
let y = o(f ?
|
|
847
|
+
let y = o(f ? g.substring(0, f) : g), E = !!f;
|
|
848
848
|
if (!y) {
|
|
849
849
|
if (!f)
|
|
850
850
|
return {
|
|
851
851
|
isTailwindClass: !1,
|
|
852
852
|
originalClassName: c
|
|
853
853
|
};
|
|
854
|
-
if (y = o(
|
|
854
|
+
if (y = o(g), !y)
|
|
855
855
|
return {
|
|
856
856
|
isTailwindClass: !1,
|
|
857
857
|
originalClassName: c
|
|
858
858
|
};
|
|
859
|
-
|
|
859
|
+
E = !1;
|
|
860
860
|
}
|
|
861
|
-
const
|
|
861
|
+
const F = nr(u).join(":");
|
|
862
862
|
return {
|
|
863
863
|
isTailwindClass: !0,
|
|
864
|
-
modifierId:
|
|
864
|
+
modifierId: p ? F + gt : F,
|
|
865
865
|
classGroupId: y,
|
|
866
866
|
originalClassName: c,
|
|
867
|
-
hasPostfixModifier:
|
|
867
|
+
hasPostfixModifier: E
|
|
868
868
|
};
|
|
869
869
|
}).reverse().filter((c) => {
|
|
870
870
|
if (!c.isTailwindClass)
|
|
871
871
|
return !0;
|
|
872
872
|
const {
|
|
873
873
|
modifierId: u,
|
|
874
|
-
classGroupId:
|
|
875
|
-
hasPostfixModifier:
|
|
876
|
-
} = c, f = u +
|
|
877
|
-
return
|
|
874
|
+
classGroupId: p,
|
|
875
|
+
hasPostfixModifier: g
|
|
876
|
+
} = c, f = u + p;
|
|
877
|
+
return s.has(f) ? !1 : (s.add(f), i(p, g).forEach((y) => s.add(u + y)), !0);
|
|
878
878
|
}).reverse().map((c) => c.originalClassName).join(" ");
|
|
879
879
|
}
|
|
880
|
-
function
|
|
880
|
+
function sr() {
|
|
881
881
|
let t = 0, n, r, o = "";
|
|
882
882
|
for (; t < arguments.length; )
|
|
883
|
-
(n = arguments[t++]) && (r =
|
|
883
|
+
(n = arguments[t++]) && (r = wt(n)) && (o && (o += " "), o += r);
|
|
884
884
|
return o;
|
|
885
885
|
}
|
|
886
|
-
function
|
|
886
|
+
function wt(t) {
|
|
887
887
|
if (typeof t == "string")
|
|
888
888
|
return t;
|
|
889
889
|
let n, r = "";
|
|
890
890
|
for (let o = 0; o < t.length; o++)
|
|
891
|
-
t[o] && (n =
|
|
891
|
+
t[o] && (n = wt(t[o])) && (r && (r += " "), r += n);
|
|
892
892
|
return r;
|
|
893
893
|
}
|
|
894
|
-
function
|
|
895
|
-
let r, o, i,
|
|
896
|
-
function c(
|
|
897
|
-
const
|
|
898
|
-
return r =
|
|
894
|
+
function lr(t, ...n) {
|
|
895
|
+
let r, o, i, s = c;
|
|
896
|
+
function c(p) {
|
|
897
|
+
const g = n.reduce((f, y) => y(f), t());
|
|
898
|
+
return r = or(g), o = r.cache.get, i = r.cache.set, s = u, u(p);
|
|
899
899
|
}
|
|
900
|
-
function u(
|
|
901
|
-
const
|
|
902
|
-
if (
|
|
903
|
-
return
|
|
904
|
-
const f =
|
|
905
|
-
return i(
|
|
900
|
+
function u(p) {
|
|
901
|
+
const g = o(p);
|
|
902
|
+
if (g)
|
|
903
|
+
return g;
|
|
904
|
+
const f = ir(p, r);
|
|
905
|
+
return i(p, f), f;
|
|
906
906
|
}
|
|
907
907
|
return function() {
|
|
908
|
-
return
|
|
908
|
+
return s(sr.apply(null, arguments));
|
|
909
909
|
};
|
|
910
910
|
}
|
|
911
|
-
function
|
|
911
|
+
function k(t) {
|
|
912
912
|
const n = (r) => r[t] || [];
|
|
913
913
|
return n.isThemeGetter = !0, n;
|
|
914
914
|
}
|
|
915
|
-
const bt = /^\[(?:([a-z-]+):)?(.+)\]$/i,
|
|
916
|
-
function
|
|
917
|
-
return K(t) ||
|
|
915
|
+
const bt = /^\[(?:([a-z-]+):)?(.+)\]$/i, cr = /^\d+\/\d+$/, ur = /* @__PURE__ */ new Set(["px", "full", "screen"]), dr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, fr = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, pr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, gr = /^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, wr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
|
916
|
+
function $(t) {
|
|
917
|
+
return K(t) || ur.has(t) || cr.test(t);
|
|
918
918
|
}
|
|
919
919
|
function Y(t) {
|
|
920
|
-
return
|
|
920
|
+
return ne(t, "length", Er);
|
|
921
921
|
}
|
|
922
922
|
function K(t) {
|
|
923
923
|
return !!t && !Number.isNaN(Number(t));
|
|
924
924
|
}
|
|
925
|
-
function
|
|
926
|
-
return
|
|
925
|
+
function ke(t) {
|
|
926
|
+
return ne(t, "number", K);
|
|
927
927
|
}
|
|
928
|
-
function
|
|
928
|
+
function fe(t) {
|
|
929
929
|
return !!t && Number.isInteger(Number(t));
|
|
930
930
|
}
|
|
931
931
|
function br(t) {
|
|
932
932
|
return t.endsWith("%") && K(t.slice(0, -1));
|
|
933
933
|
}
|
|
934
|
-
function
|
|
934
|
+
function w(t) {
|
|
935
935
|
return bt.test(t);
|
|
936
936
|
}
|
|
937
937
|
function U(t) {
|
|
938
|
-
return
|
|
938
|
+
return dr.test(t);
|
|
939
939
|
}
|
|
940
940
|
const mr = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
941
|
-
function
|
|
942
|
-
return
|
|
941
|
+
function vr(t) {
|
|
942
|
+
return ne(t, mr, mt);
|
|
943
943
|
}
|
|
944
944
|
function yr(t) {
|
|
945
|
-
return
|
|
946
|
-
}
|
|
947
|
-
const vr = /* @__PURE__ */ new Set(["image", "url"]);
|
|
948
|
-
function hr(t) {
|
|
949
|
-
return re(t, vr, Cr);
|
|
945
|
+
return ne(t, "position", mt);
|
|
950
946
|
}
|
|
947
|
+
const hr = /* @__PURE__ */ new Set(["image", "url"]);
|
|
951
948
|
function xr(t) {
|
|
952
|
-
return
|
|
949
|
+
return ne(t, hr, kr);
|
|
953
950
|
}
|
|
954
|
-
function
|
|
951
|
+
function Rr(t) {
|
|
952
|
+
return ne(t, "", Cr);
|
|
953
|
+
}
|
|
954
|
+
function pe() {
|
|
955
955
|
return !0;
|
|
956
956
|
}
|
|
957
|
-
function
|
|
957
|
+
function ne(t, n, r) {
|
|
958
958
|
const o = bt.exec(t);
|
|
959
959
|
return o ? o[1] ? typeof n == "string" ? o[1] === n : n.has(o[1]) : r(o[2]) : !1;
|
|
960
960
|
}
|
|
961
|
-
function
|
|
962
|
-
return
|
|
961
|
+
function Er(t) {
|
|
962
|
+
return fr.test(t) && !pr.test(t);
|
|
963
963
|
}
|
|
964
964
|
function mt() {
|
|
965
965
|
return !1;
|
|
966
966
|
}
|
|
967
|
-
function Er(t) {
|
|
968
|
-
return pr.test(t);
|
|
969
|
-
}
|
|
970
967
|
function Cr(t) {
|
|
971
968
|
return gr.test(t);
|
|
972
969
|
}
|
|
970
|
+
function kr(t) {
|
|
971
|
+
return wr.test(t);
|
|
972
|
+
}
|
|
973
973
|
function Tr() {
|
|
974
|
-
const t =
|
|
974
|
+
const t = k("colors"), n = k("spacing"), r = k("blur"), o = k("brightness"), i = k("borderColor"), s = k("borderRadius"), c = k("borderSpacing"), u = k("borderWidth"), p = k("contrast"), g = k("grayscale"), f = k("hueRotate"), y = k("invert"), E = k("gap"), F = k("gradientColorStops"), M = k("gradientColorStopPositions"), T = k("inset"), P = k("margin"), A = k("opacity"), C = k("padding"), ge = k("saturate"), oe = k("scale"), we = k("sepia"), be = k("skew"), me = k("space"), ve = k("translate"), Z = () => ["auto", "contain", "none"], ae = () => ["auto", "hidden", "clip", "visible", "scroll"], ie = () => ["auto", w, n], x = () => [w, n], z = () => ["", $, Y], D = () => ["auto", K, w], V = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], X = () => ["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 = () => [K, ke], H = () => [K, w];
|
|
975
975
|
return {
|
|
976
976
|
cacheSize: 500,
|
|
977
977
|
separator: ":",
|
|
978
978
|
theme: {
|
|
979
|
-
colors: [
|
|
980
|
-
spacing: [
|
|
981
|
-
blur: ["none", "", U,
|
|
979
|
+
colors: [pe],
|
|
980
|
+
spacing: [$, Y],
|
|
981
|
+
blur: ["none", "", U, w],
|
|
982
982
|
brightness: q(),
|
|
983
983
|
borderColor: [t],
|
|
984
|
-
borderRadius: ["none", "", "full", U,
|
|
985
|
-
borderSpacing:
|
|
986
|
-
borderWidth:
|
|
984
|
+
borderRadius: ["none", "", "full", U, w],
|
|
985
|
+
borderSpacing: x(),
|
|
986
|
+
borderWidth: z(),
|
|
987
987
|
contrast: q(),
|
|
988
988
|
grayscale: G(),
|
|
989
989
|
hueRotate: H(),
|
|
990
990
|
invert: G(),
|
|
991
|
-
gap:
|
|
991
|
+
gap: x(),
|
|
992
992
|
gradientColorStops: [t],
|
|
993
993
|
gradientColorStopPositions: [br, Y],
|
|
994
|
-
inset:
|
|
995
|
-
margin:
|
|
994
|
+
inset: ie(),
|
|
995
|
+
margin: ie(),
|
|
996
996
|
opacity: q(),
|
|
997
|
-
padding:
|
|
997
|
+
padding: x(),
|
|
998
998
|
saturate: q(),
|
|
999
999
|
scale: q(),
|
|
1000
1000
|
sepia: G(),
|
|
1001
1001
|
skew: H(),
|
|
1002
|
-
space:
|
|
1003
|
-
translate:
|
|
1002
|
+
space: x(),
|
|
1003
|
+
translate: x()
|
|
1004
1004
|
},
|
|
1005
1005
|
classGroups: {
|
|
1006
1006
|
// Layout
|
|
@@ -1009,7 +1009,7 @@ function Tr() {
|
|
|
1009
1009
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1010
1010
|
*/
|
|
1011
1011
|
aspect: [{
|
|
1012
|
-
aspect: ["auto", "square", "video",
|
|
1012
|
+
aspect: ["auto", "square", "video", w]
|
|
1013
1013
|
}],
|
|
1014
1014
|
/**
|
|
1015
1015
|
* Container
|
|
@@ -1028,14 +1028,14 @@ function Tr() {
|
|
|
1028
1028
|
* @see https://tailwindcss.com/docs/break-after
|
|
1029
1029
|
*/
|
|
1030
1030
|
"break-after": [{
|
|
1031
|
-
"break-after":
|
|
1031
|
+
"break-after": le()
|
|
1032
1032
|
}],
|
|
1033
1033
|
/**
|
|
1034
1034
|
* Break Before
|
|
1035
1035
|
* @see https://tailwindcss.com/docs/break-before
|
|
1036
1036
|
*/
|
|
1037
1037
|
"break-before": [{
|
|
1038
|
-
"break-before":
|
|
1038
|
+
"break-before": le()
|
|
1039
1039
|
}],
|
|
1040
1040
|
/**
|
|
1041
1041
|
* Break Inside
|
|
@@ -1094,49 +1094,49 @@ function Tr() {
|
|
|
1094
1094
|
* @see https://tailwindcss.com/docs/object-position
|
|
1095
1095
|
*/
|
|
1096
1096
|
"object-position": [{
|
|
1097
|
-
object: [
|
|
1097
|
+
object: [...V(), w]
|
|
1098
1098
|
}],
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Overflow
|
|
1101
1101
|
* @see https://tailwindcss.com/docs/overflow
|
|
1102
1102
|
*/
|
|
1103
1103
|
overflow: [{
|
|
1104
|
-
overflow:
|
|
1104
|
+
overflow: ae()
|
|
1105
1105
|
}],
|
|
1106
1106
|
/**
|
|
1107
1107
|
* Overflow X
|
|
1108
1108
|
* @see https://tailwindcss.com/docs/overflow
|
|
1109
1109
|
*/
|
|
1110
1110
|
"overflow-x": [{
|
|
1111
|
-
"overflow-x":
|
|
1111
|
+
"overflow-x": ae()
|
|
1112
1112
|
}],
|
|
1113
1113
|
/**
|
|
1114
1114
|
* Overflow Y
|
|
1115
1115
|
* @see https://tailwindcss.com/docs/overflow
|
|
1116
1116
|
*/
|
|
1117
1117
|
"overflow-y": [{
|
|
1118
|
-
"overflow-y":
|
|
1118
|
+
"overflow-y": ae()
|
|
1119
1119
|
}],
|
|
1120
1120
|
/**
|
|
1121
1121
|
* Overscroll Behavior
|
|
1122
1122
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1123
1123
|
*/
|
|
1124
1124
|
overscroll: [{
|
|
1125
|
-
overscroll:
|
|
1125
|
+
overscroll: Z()
|
|
1126
1126
|
}],
|
|
1127
1127
|
/**
|
|
1128
1128
|
* Overscroll Behavior X
|
|
1129
1129
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1130
1130
|
*/
|
|
1131
1131
|
"overscroll-x": [{
|
|
1132
|
-
"overscroll-x":
|
|
1132
|
+
"overscroll-x": Z()
|
|
1133
1133
|
}],
|
|
1134
1134
|
/**
|
|
1135
1135
|
* Overscroll Behavior Y
|
|
1136
1136
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
1137
1137
|
*/
|
|
1138
1138
|
"overscroll-y": [{
|
|
1139
|
-
"overscroll-y":
|
|
1139
|
+
"overscroll-y": Z()
|
|
1140
1140
|
}],
|
|
1141
1141
|
/**
|
|
1142
1142
|
* Position
|
|
@@ -1216,7 +1216,7 @@ function Tr() {
|
|
|
1216
1216
|
* @see https://tailwindcss.com/docs/z-index
|
|
1217
1217
|
*/
|
|
1218
1218
|
z: [{
|
|
1219
|
-
z: ["auto",
|
|
1219
|
+
z: ["auto", fe, w]
|
|
1220
1220
|
}],
|
|
1221
1221
|
// Flexbox and Grid
|
|
1222
1222
|
/**
|
|
@@ -1224,7 +1224,7 @@ function Tr() {
|
|
|
1224
1224
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
1225
1225
|
*/
|
|
1226
1226
|
basis: [{
|
|
1227
|
-
basis:
|
|
1227
|
+
basis: ie()
|
|
1228
1228
|
}],
|
|
1229
1229
|
/**
|
|
1230
1230
|
* Flex Direction
|
|
@@ -1245,7 +1245,7 @@ function Tr() {
|
|
|
1245
1245
|
* @see https://tailwindcss.com/docs/flex
|
|
1246
1246
|
*/
|
|
1247
1247
|
flex: [{
|
|
1248
|
-
flex: ["1", "auto", "initial", "none",
|
|
1248
|
+
flex: ["1", "auto", "initial", "none", w]
|
|
1249
1249
|
}],
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Flex Grow
|
|
@@ -1266,14 +1266,14 @@ function Tr() {
|
|
|
1266
1266
|
* @see https://tailwindcss.com/docs/order
|
|
1267
1267
|
*/
|
|
1268
1268
|
order: [{
|
|
1269
|
-
order: ["first", "last", "none",
|
|
1269
|
+
order: ["first", "last", "none", fe, w]
|
|
1270
1270
|
}],
|
|
1271
1271
|
/**
|
|
1272
1272
|
* Grid Template Columns
|
|
1273
1273
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1274
1274
|
*/
|
|
1275
1275
|
"grid-cols": [{
|
|
1276
|
-
"grid-cols": [
|
|
1276
|
+
"grid-cols": [pe]
|
|
1277
1277
|
}],
|
|
1278
1278
|
/**
|
|
1279
1279
|
* Grid Column Start / End
|
|
@@ -1281,29 +1281,29 @@ function Tr() {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
"col-start-end": [{
|
|
1283
1283
|
col: ["auto", {
|
|
1284
|
-
span: ["full",
|
|
1285
|
-
},
|
|
1284
|
+
span: ["full", fe, w]
|
|
1285
|
+
}, w]
|
|
1286
1286
|
}],
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Grid Column Start
|
|
1289
1289
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1290
1290
|
*/
|
|
1291
1291
|
"col-start": [{
|
|
1292
|
-
"col-start":
|
|
1292
|
+
"col-start": D()
|
|
1293
1293
|
}],
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Grid Column End
|
|
1296
1296
|
* @see https://tailwindcss.com/docs/grid-column
|
|
1297
1297
|
*/
|
|
1298
1298
|
"col-end": [{
|
|
1299
|
-
"col-end":
|
|
1299
|
+
"col-end": D()
|
|
1300
1300
|
}],
|
|
1301
1301
|
/**
|
|
1302
1302
|
* Grid Template Rows
|
|
1303
1303
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1304
1304
|
*/
|
|
1305
1305
|
"grid-rows": [{
|
|
1306
|
-
"grid-rows": [
|
|
1306
|
+
"grid-rows": [pe]
|
|
1307
1307
|
}],
|
|
1308
1308
|
/**
|
|
1309
1309
|
* Grid Row Start / End
|
|
@@ -1311,22 +1311,22 @@ function Tr() {
|
|
|
1311
1311
|
*/
|
|
1312
1312
|
"row-start-end": [{
|
|
1313
1313
|
row: ["auto", {
|
|
1314
|
-
span: [
|
|
1315
|
-
},
|
|
1314
|
+
span: [fe, w]
|
|
1315
|
+
}, w]
|
|
1316
1316
|
}],
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Grid Row Start
|
|
1319
1319
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1320
1320
|
*/
|
|
1321
1321
|
"row-start": [{
|
|
1322
|
-
"row-start":
|
|
1322
|
+
"row-start": D()
|
|
1323
1323
|
}],
|
|
1324
1324
|
/**
|
|
1325
1325
|
* Grid Row End
|
|
1326
1326
|
* @see https://tailwindcss.com/docs/grid-row
|
|
1327
1327
|
*/
|
|
1328
1328
|
"row-end": [{
|
|
1329
|
-
"row-end":
|
|
1329
|
+
"row-end": D()
|
|
1330
1330
|
}],
|
|
1331
1331
|
/**
|
|
1332
1332
|
* Grid Auto Flow
|
|
@@ -1340,42 +1340,42 @@ function Tr() {
|
|
|
1340
1340
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1341
1341
|
*/
|
|
1342
1342
|
"auto-cols": [{
|
|
1343
|
-
"auto-cols": ["auto", "min", "max", "fr",
|
|
1343
|
+
"auto-cols": ["auto", "min", "max", "fr", w]
|
|
1344
1344
|
}],
|
|
1345
1345
|
/**
|
|
1346
1346
|
* Grid Auto Rows
|
|
1347
1347
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1348
1348
|
*/
|
|
1349
1349
|
"auto-rows": [{
|
|
1350
|
-
"auto-rows": ["auto", "min", "max", "fr",
|
|
1350
|
+
"auto-rows": ["auto", "min", "max", "fr", w]
|
|
1351
1351
|
}],
|
|
1352
1352
|
/**
|
|
1353
1353
|
* Gap
|
|
1354
1354
|
* @see https://tailwindcss.com/docs/gap
|
|
1355
1355
|
*/
|
|
1356
1356
|
gap: [{
|
|
1357
|
-
gap: [
|
|
1357
|
+
gap: [E]
|
|
1358
1358
|
}],
|
|
1359
1359
|
/**
|
|
1360
1360
|
* Gap X
|
|
1361
1361
|
* @see https://tailwindcss.com/docs/gap
|
|
1362
1362
|
*/
|
|
1363
1363
|
"gap-x": [{
|
|
1364
|
-
"gap-x": [
|
|
1364
|
+
"gap-x": [E]
|
|
1365
1365
|
}],
|
|
1366
1366
|
/**
|
|
1367
1367
|
* Gap Y
|
|
1368
1368
|
* @see https://tailwindcss.com/docs/gap
|
|
1369
1369
|
*/
|
|
1370
1370
|
"gap-y": [{
|
|
1371
|
-
"gap-y": [
|
|
1371
|
+
"gap-y": [E]
|
|
1372
1372
|
}],
|
|
1373
1373
|
/**
|
|
1374
1374
|
* Justify Content
|
|
1375
1375
|
* @see https://tailwindcss.com/docs/justify-content
|
|
1376
1376
|
*/
|
|
1377
1377
|
"justify-content": [{
|
|
1378
|
-
justify: ["normal", ...
|
|
1378
|
+
justify: ["normal", ...ee()]
|
|
1379
1379
|
}],
|
|
1380
1380
|
/**
|
|
1381
1381
|
* Justify Items
|
|
@@ -1396,7 +1396,7 @@ function Tr() {
|
|
|
1396
1396
|
* @see https://tailwindcss.com/docs/align-content
|
|
1397
1397
|
*/
|
|
1398
1398
|
"align-content": [{
|
|
1399
|
-
content: ["normal", ...
|
|
1399
|
+
content: ["normal", ...ee(), "baseline"]
|
|
1400
1400
|
}],
|
|
1401
1401
|
/**
|
|
1402
1402
|
* Align Items
|
|
@@ -1417,7 +1417,7 @@ function Tr() {
|
|
|
1417
1417
|
* @see https://tailwindcss.com/docs/place-content
|
|
1418
1418
|
*/
|
|
1419
1419
|
"place-content": [{
|
|
1420
|
-
"place-content": [...
|
|
1420
|
+
"place-content": [...ee(), "baseline"]
|
|
1421
1421
|
}],
|
|
1422
1422
|
/**
|
|
1423
1423
|
* Place Items
|
|
@@ -1439,126 +1439,126 @@ function Tr() {
|
|
|
1439
1439
|
* @see https://tailwindcss.com/docs/padding
|
|
1440
1440
|
*/
|
|
1441
1441
|
p: [{
|
|
1442
|
-
p: [
|
|
1442
|
+
p: [C]
|
|
1443
1443
|
}],
|
|
1444
1444
|
/**
|
|
1445
1445
|
* Padding X
|
|
1446
1446
|
* @see https://tailwindcss.com/docs/padding
|
|
1447
1447
|
*/
|
|
1448
1448
|
px: [{
|
|
1449
|
-
px: [
|
|
1449
|
+
px: [C]
|
|
1450
1450
|
}],
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Padding Y
|
|
1453
1453
|
* @see https://tailwindcss.com/docs/padding
|
|
1454
1454
|
*/
|
|
1455
1455
|
py: [{
|
|
1456
|
-
py: [
|
|
1456
|
+
py: [C]
|
|
1457
1457
|
}],
|
|
1458
1458
|
/**
|
|
1459
1459
|
* Padding Start
|
|
1460
1460
|
* @see https://tailwindcss.com/docs/padding
|
|
1461
1461
|
*/
|
|
1462
1462
|
ps: [{
|
|
1463
|
-
ps: [
|
|
1463
|
+
ps: [C]
|
|
1464
1464
|
}],
|
|
1465
1465
|
/**
|
|
1466
1466
|
* Padding End
|
|
1467
1467
|
* @see https://tailwindcss.com/docs/padding
|
|
1468
1468
|
*/
|
|
1469
1469
|
pe: [{
|
|
1470
|
-
pe: [
|
|
1470
|
+
pe: [C]
|
|
1471
1471
|
}],
|
|
1472
1472
|
/**
|
|
1473
1473
|
* Padding Top
|
|
1474
1474
|
* @see https://tailwindcss.com/docs/padding
|
|
1475
1475
|
*/
|
|
1476
1476
|
pt: [{
|
|
1477
|
-
pt: [
|
|
1477
|
+
pt: [C]
|
|
1478
1478
|
}],
|
|
1479
1479
|
/**
|
|
1480
1480
|
* Padding Right
|
|
1481
1481
|
* @see https://tailwindcss.com/docs/padding
|
|
1482
1482
|
*/
|
|
1483
1483
|
pr: [{
|
|
1484
|
-
pr: [
|
|
1484
|
+
pr: [C]
|
|
1485
1485
|
}],
|
|
1486
1486
|
/**
|
|
1487
1487
|
* Padding Bottom
|
|
1488
1488
|
* @see https://tailwindcss.com/docs/padding
|
|
1489
1489
|
*/
|
|
1490
1490
|
pb: [{
|
|
1491
|
-
pb: [
|
|
1491
|
+
pb: [C]
|
|
1492
1492
|
}],
|
|
1493
1493
|
/**
|
|
1494
1494
|
* Padding Left
|
|
1495
1495
|
* @see https://tailwindcss.com/docs/padding
|
|
1496
1496
|
*/
|
|
1497
1497
|
pl: [{
|
|
1498
|
-
pl: [
|
|
1498
|
+
pl: [C]
|
|
1499
1499
|
}],
|
|
1500
1500
|
/**
|
|
1501
1501
|
* Margin
|
|
1502
1502
|
* @see https://tailwindcss.com/docs/margin
|
|
1503
1503
|
*/
|
|
1504
1504
|
m: [{
|
|
1505
|
-
m: [
|
|
1505
|
+
m: [P]
|
|
1506
1506
|
}],
|
|
1507
1507
|
/**
|
|
1508
1508
|
* Margin X
|
|
1509
1509
|
* @see https://tailwindcss.com/docs/margin
|
|
1510
1510
|
*/
|
|
1511
1511
|
mx: [{
|
|
1512
|
-
mx: [
|
|
1512
|
+
mx: [P]
|
|
1513
1513
|
}],
|
|
1514
1514
|
/**
|
|
1515
1515
|
* Margin Y
|
|
1516
1516
|
* @see https://tailwindcss.com/docs/margin
|
|
1517
1517
|
*/
|
|
1518
1518
|
my: [{
|
|
1519
|
-
my: [
|
|
1519
|
+
my: [P]
|
|
1520
1520
|
}],
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Margin Start
|
|
1523
1523
|
* @see https://tailwindcss.com/docs/margin
|
|
1524
1524
|
*/
|
|
1525
1525
|
ms: [{
|
|
1526
|
-
ms: [
|
|
1526
|
+
ms: [P]
|
|
1527
1527
|
}],
|
|
1528
1528
|
/**
|
|
1529
1529
|
* Margin End
|
|
1530
1530
|
* @see https://tailwindcss.com/docs/margin
|
|
1531
1531
|
*/
|
|
1532
1532
|
me: [{
|
|
1533
|
-
me: [
|
|
1533
|
+
me: [P]
|
|
1534
1534
|
}],
|
|
1535
1535
|
/**
|
|
1536
1536
|
* Margin Top
|
|
1537
1537
|
* @see https://tailwindcss.com/docs/margin
|
|
1538
1538
|
*/
|
|
1539
1539
|
mt: [{
|
|
1540
|
-
mt: [
|
|
1540
|
+
mt: [P]
|
|
1541
1541
|
}],
|
|
1542
1542
|
/**
|
|
1543
1543
|
* Margin Right
|
|
1544
1544
|
* @see https://tailwindcss.com/docs/margin
|
|
1545
1545
|
*/
|
|
1546
1546
|
mr: [{
|
|
1547
|
-
mr: [
|
|
1547
|
+
mr: [P]
|
|
1548
1548
|
}],
|
|
1549
1549
|
/**
|
|
1550
1550
|
* Margin Bottom
|
|
1551
1551
|
* @see https://tailwindcss.com/docs/margin
|
|
1552
1552
|
*/
|
|
1553
1553
|
mb: [{
|
|
1554
|
-
mb: [
|
|
1554
|
+
mb: [P]
|
|
1555
1555
|
}],
|
|
1556
1556
|
/**
|
|
1557
1557
|
* Margin Left
|
|
1558
1558
|
* @see https://tailwindcss.com/docs/margin
|
|
1559
1559
|
*/
|
|
1560
1560
|
ml: [{
|
|
1561
|
-
ml: [
|
|
1561
|
+
ml: [P]
|
|
1562
1562
|
}],
|
|
1563
1563
|
/**
|
|
1564
1564
|
* Space Between X
|
|
@@ -1590,21 +1590,21 @@ function Tr() {
|
|
|
1590
1590
|
* @see https://tailwindcss.com/docs/width
|
|
1591
1591
|
*/
|
|
1592
1592
|
w: [{
|
|
1593
|
-
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw",
|
|
1593
|
+
w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", w, n]
|
|
1594
1594
|
}],
|
|
1595
1595
|
/**
|
|
1596
1596
|
* Min-Width
|
|
1597
1597
|
* @see https://tailwindcss.com/docs/min-width
|
|
1598
1598
|
*/
|
|
1599
1599
|
"min-w": [{
|
|
1600
|
-
"min-w": [
|
|
1600
|
+
"min-w": [w, n, "min", "max", "fit"]
|
|
1601
1601
|
}],
|
|
1602
1602
|
/**
|
|
1603
1603
|
* Max-Width
|
|
1604
1604
|
* @see https://tailwindcss.com/docs/max-width
|
|
1605
1605
|
*/
|
|
1606
1606
|
"max-w": [{
|
|
1607
|
-
"max-w": [
|
|
1607
|
+
"max-w": [w, n, "none", "full", "min", "max", "fit", "prose", {
|
|
1608
1608
|
screen: [U]
|
|
1609
1609
|
}, U]
|
|
1610
1610
|
}],
|
|
@@ -1613,28 +1613,28 @@ function Tr() {
|
|
|
1613
1613
|
* @see https://tailwindcss.com/docs/height
|
|
1614
1614
|
*/
|
|
1615
1615
|
h: [{
|
|
1616
|
-
h: [
|
|
1616
|
+
h: [w, n, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1617
1617
|
}],
|
|
1618
1618
|
/**
|
|
1619
1619
|
* Min-Height
|
|
1620
1620
|
* @see https://tailwindcss.com/docs/min-height
|
|
1621
1621
|
*/
|
|
1622
1622
|
"min-h": [{
|
|
1623
|
-
"min-h": [
|
|
1623
|
+
"min-h": [w, n, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1624
1624
|
}],
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Max-Height
|
|
1627
1627
|
* @see https://tailwindcss.com/docs/max-height
|
|
1628
1628
|
*/
|
|
1629
1629
|
"max-h": [{
|
|
1630
|
-
"max-h": [
|
|
1630
|
+
"max-h": [w, n, "min", "max", "fit", "svh", "lvh", "dvh"]
|
|
1631
1631
|
}],
|
|
1632
1632
|
/**
|
|
1633
1633
|
* Size
|
|
1634
1634
|
* @see https://tailwindcss.com/docs/size
|
|
1635
1635
|
*/
|
|
1636
1636
|
size: [{
|
|
1637
|
-
size: [
|
|
1637
|
+
size: [w, n, "auto", "min", "max", "fit"]
|
|
1638
1638
|
}],
|
|
1639
1639
|
// Typography
|
|
1640
1640
|
/**
|
|
@@ -1659,14 +1659,14 @@ function Tr() {
|
|
|
1659
1659
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1660
1660
|
*/
|
|
1661
1661
|
"font-weight": [{
|
|
1662
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black",
|
|
1662
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", ke]
|
|
1663
1663
|
}],
|
|
1664
1664
|
/**
|
|
1665
1665
|
* Font Family
|
|
1666
1666
|
* @see https://tailwindcss.com/docs/font-family
|
|
1667
1667
|
*/
|
|
1668
1668
|
"font-family": [{
|
|
1669
|
-
font: [
|
|
1669
|
+
font: [pe]
|
|
1670
1670
|
}],
|
|
1671
1671
|
/**
|
|
1672
1672
|
* Font Variant Numeric
|
|
@@ -1703,35 +1703,35 @@ function Tr() {
|
|
|
1703
1703
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1704
1704
|
*/
|
|
1705
1705
|
tracking: [{
|
|
1706
|
-
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest",
|
|
1706
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", w]
|
|
1707
1707
|
}],
|
|
1708
1708
|
/**
|
|
1709
1709
|
* Line Clamp
|
|
1710
1710
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1711
1711
|
*/
|
|
1712
1712
|
"line-clamp": [{
|
|
1713
|
-
"line-clamp": ["none", K,
|
|
1713
|
+
"line-clamp": ["none", K, ke]
|
|
1714
1714
|
}],
|
|
1715
1715
|
/**
|
|
1716
1716
|
* Line Height
|
|
1717
1717
|
* @see https://tailwindcss.com/docs/line-height
|
|
1718
1718
|
*/
|
|
1719
1719
|
leading: [{
|
|
1720
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose",
|
|
1720
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", $, w]
|
|
1721
1721
|
}],
|
|
1722
1722
|
/**
|
|
1723
1723
|
* List Style Image
|
|
1724
1724
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1725
1725
|
*/
|
|
1726
1726
|
"list-image": [{
|
|
1727
|
-
"list-image": ["none",
|
|
1727
|
+
"list-image": ["none", w]
|
|
1728
1728
|
}],
|
|
1729
1729
|
/**
|
|
1730
1730
|
* List Style Type
|
|
1731
1731
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1732
1732
|
*/
|
|
1733
1733
|
"list-style-type": [{
|
|
1734
|
-
list: ["none", "disc", "decimal",
|
|
1734
|
+
list: ["none", "disc", "decimal", w]
|
|
1735
1735
|
}],
|
|
1736
1736
|
/**
|
|
1737
1737
|
* List Style Position
|
|
@@ -1753,7 +1753,7 @@ function Tr() {
|
|
|
1753
1753
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1754
1754
|
*/
|
|
1755
1755
|
"placeholder-opacity": [{
|
|
1756
|
-
"placeholder-opacity": [
|
|
1756
|
+
"placeholder-opacity": [A]
|
|
1757
1757
|
}],
|
|
1758
1758
|
/**
|
|
1759
1759
|
* Text Alignment
|
|
@@ -1774,7 +1774,7 @@ function Tr() {
|
|
|
1774
1774
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1775
1775
|
*/
|
|
1776
1776
|
"text-opacity": [{
|
|
1777
|
-
"text-opacity": [
|
|
1777
|
+
"text-opacity": [A]
|
|
1778
1778
|
}],
|
|
1779
1779
|
/**
|
|
1780
1780
|
* Text Decoration
|
|
@@ -1793,14 +1793,14 @@ function Tr() {
|
|
|
1793
1793
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1794
1794
|
*/
|
|
1795
1795
|
"text-decoration-thickness": [{
|
|
1796
|
-
decoration: ["auto", "from-font",
|
|
1796
|
+
decoration: ["auto", "from-font", $, Y]
|
|
1797
1797
|
}],
|
|
1798
1798
|
/**
|
|
1799
1799
|
* Text Underline Offset
|
|
1800
1800
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1801
1801
|
*/
|
|
1802
1802
|
"underline-offset": [{
|
|
1803
|
-
"underline-offset": ["auto",
|
|
1803
|
+
"underline-offset": ["auto", $, w]
|
|
1804
1804
|
}],
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Text Decoration Color
|
|
@@ -1831,14 +1831,14 @@ function Tr() {
|
|
|
1831
1831
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1832
1832
|
*/
|
|
1833
1833
|
indent: [{
|
|
1834
|
-
indent:
|
|
1834
|
+
indent: x()
|
|
1835
1835
|
}],
|
|
1836
1836
|
/**
|
|
1837
1837
|
* Vertical Alignment
|
|
1838
1838
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1839
1839
|
*/
|
|
1840
1840
|
"vertical-align": [{
|
|
1841
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1841
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", w]
|
|
1842
1842
|
}],
|
|
1843
1843
|
/**
|
|
1844
1844
|
* Whitespace
|
|
@@ -1866,7 +1866,7 @@ function Tr() {
|
|
|
1866
1866
|
* @see https://tailwindcss.com/docs/content
|
|
1867
1867
|
*/
|
|
1868
1868
|
content: [{
|
|
1869
|
-
content: ["none",
|
|
1869
|
+
content: ["none", w]
|
|
1870
1870
|
}],
|
|
1871
1871
|
// Backgrounds
|
|
1872
1872
|
/**
|
|
@@ -1889,7 +1889,7 @@ function Tr() {
|
|
|
1889
1889
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1890
1890
|
*/
|
|
1891
1891
|
"bg-opacity": [{
|
|
1892
|
-
"bg-opacity": [
|
|
1892
|
+
"bg-opacity": [A]
|
|
1893
1893
|
}],
|
|
1894
1894
|
/**
|
|
1895
1895
|
* Background Origin
|
|
@@ -1903,7 +1903,7 @@ function Tr() {
|
|
|
1903
1903
|
* @see https://tailwindcss.com/docs/background-position
|
|
1904
1904
|
*/
|
|
1905
1905
|
"bg-position": [{
|
|
1906
|
-
bg: [
|
|
1906
|
+
bg: [...V(), yr]
|
|
1907
1907
|
}],
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Background Repeat
|
|
@@ -1919,7 +1919,7 @@ function Tr() {
|
|
|
1919
1919
|
* @see https://tailwindcss.com/docs/background-size
|
|
1920
1920
|
*/
|
|
1921
1921
|
"bg-size": [{
|
|
1922
|
-
bg: ["auto", "cover", "contain",
|
|
1922
|
+
bg: ["auto", "cover", "contain", vr]
|
|
1923
1923
|
}],
|
|
1924
1924
|
/**
|
|
1925
1925
|
* Background Image
|
|
@@ -1928,7 +1928,7 @@ function Tr() {
|
|
|
1928
1928
|
"bg-image": [{
|
|
1929
1929
|
bg: ["none", {
|
|
1930
1930
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1931
|
-
},
|
|
1931
|
+
}, xr]
|
|
1932
1932
|
}],
|
|
1933
1933
|
/**
|
|
1934
1934
|
* Background Color
|
|
@@ -1942,42 +1942,42 @@ function Tr() {
|
|
|
1942
1942
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1943
1943
|
*/
|
|
1944
1944
|
"gradient-from-pos": [{
|
|
1945
|
-
from: [
|
|
1945
|
+
from: [M]
|
|
1946
1946
|
}],
|
|
1947
1947
|
/**
|
|
1948
1948
|
* Gradient Color Stops Via Position
|
|
1949
1949
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1950
1950
|
*/
|
|
1951
1951
|
"gradient-via-pos": [{
|
|
1952
|
-
via: [
|
|
1952
|
+
via: [M]
|
|
1953
1953
|
}],
|
|
1954
1954
|
/**
|
|
1955
1955
|
* Gradient Color Stops To Position
|
|
1956
1956
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1957
1957
|
*/
|
|
1958
1958
|
"gradient-to-pos": [{
|
|
1959
|
-
to: [
|
|
1959
|
+
to: [M]
|
|
1960
1960
|
}],
|
|
1961
1961
|
/**
|
|
1962
1962
|
* Gradient Color Stops From
|
|
1963
1963
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1964
1964
|
*/
|
|
1965
1965
|
"gradient-from": [{
|
|
1966
|
-
from: [
|
|
1966
|
+
from: [F]
|
|
1967
1967
|
}],
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Gradient Color Stops Via
|
|
1970
1970
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1971
1971
|
*/
|
|
1972
1972
|
"gradient-via": [{
|
|
1973
|
-
via: [
|
|
1973
|
+
via: [F]
|
|
1974
1974
|
}],
|
|
1975
1975
|
/**
|
|
1976
1976
|
* Gradient Color Stops To
|
|
1977
1977
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1978
1978
|
*/
|
|
1979
1979
|
"gradient-to": [{
|
|
1980
|
-
to: [
|
|
1980
|
+
to: [F]
|
|
1981
1981
|
}],
|
|
1982
1982
|
// Borders
|
|
1983
1983
|
/**
|
|
@@ -1985,105 +1985,105 @@ function Tr() {
|
|
|
1985
1985
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1986
1986
|
*/
|
|
1987
1987
|
rounded: [{
|
|
1988
|
-
rounded: [
|
|
1988
|
+
rounded: [s]
|
|
1989
1989
|
}],
|
|
1990
1990
|
/**
|
|
1991
1991
|
* Border Radius Start
|
|
1992
1992
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1993
1993
|
*/
|
|
1994
1994
|
"rounded-s": [{
|
|
1995
|
-
"rounded-s": [
|
|
1995
|
+
"rounded-s": [s]
|
|
1996
1996
|
}],
|
|
1997
1997
|
/**
|
|
1998
1998
|
* Border Radius End
|
|
1999
1999
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2000
2000
|
*/
|
|
2001
2001
|
"rounded-e": [{
|
|
2002
|
-
"rounded-e": [
|
|
2002
|
+
"rounded-e": [s]
|
|
2003
2003
|
}],
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Border Radius Top
|
|
2006
2006
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2007
2007
|
*/
|
|
2008
2008
|
"rounded-t": [{
|
|
2009
|
-
"rounded-t": [
|
|
2009
|
+
"rounded-t": [s]
|
|
2010
2010
|
}],
|
|
2011
2011
|
/**
|
|
2012
2012
|
* Border Radius Right
|
|
2013
2013
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2014
2014
|
*/
|
|
2015
2015
|
"rounded-r": [{
|
|
2016
|
-
"rounded-r": [
|
|
2016
|
+
"rounded-r": [s]
|
|
2017
2017
|
}],
|
|
2018
2018
|
/**
|
|
2019
2019
|
* Border Radius Bottom
|
|
2020
2020
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2021
2021
|
*/
|
|
2022
2022
|
"rounded-b": [{
|
|
2023
|
-
"rounded-b": [
|
|
2023
|
+
"rounded-b": [s]
|
|
2024
2024
|
}],
|
|
2025
2025
|
/**
|
|
2026
2026
|
* Border Radius Left
|
|
2027
2027
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2028
2028
|
*/
|
|
2029
2029
|
"rounded-l": [{
|
|
2030
|
-
"rounded-l": [
|
|
2030
|
+
"rounded-l": [s]
|
|
2031
2031
|
}],
|
|
2032
2032
|
/**
|
|
2033
2033
|
* Border Radius Start Start
|
|
2034
2034
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2035
2035
|
*/
|
|
2036
2036
|
"rounded-ss": [{
|
|
2037
|
-
"rounded-ss": [
|
|
2037
|
+
"rounded-ss": [s]
|
|
2038
2038
|
}],
|
|
2039
2039
|
/**
|
|
2040
2040
|
* Border Radius Start End
|
|
2041
2041
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2042
2042
|
*/
|
|
2043
2043
|
"rounded-se": [{
|
|
2044
|
-
"rounded-se": [
|
|
2044
|
+
"rounded-se": [s]
|
|
2045
2045
|
}],
|
|
2046
2046
|
/**
|
|
2047
2047
|
* Border Radius End End
|
|
2048
2048
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2049
2049
|
*/
|
|
2050
2050
|
"rounded-ee": [{
|
|
2051
|
-
"rounded-ee": [
|
|
2051
|
+
"rounded-ee": [s]
|
|
2052
2052
|
}],
|
|
2053
2053
|
/**
|
|
2054
2054
|
* Border Radius End Start
|
|
2055
2055
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2056
2056
|
*/
|
|
2057
2057
|
"rounded-es": [{
|
|
2058
|
-
"rounded-es": [
|
|
2058
|
+
"rounded-es": [s]
|
|
2059
2059
|
}],
|
|
2060
2060
|
/**
|
|
2061
2061
|
* Border Radius Top Left
|
|
2062
2062
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2063
2063
|
*/
|
|
2064
2064
|
"rounded-tl": [{
|
|
2065
|
-
"rounded-tl": [
|
|
2065
|
+
"rounded-tl": [s]
|
|
2066
2066
|
}],
|
|
2067
2067
|
/**
|
|
2068
2068
|
* Border Radius Top Right
|
|
2069
2069
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2070
2070
|
*/
|
|
2071
2071
|
"rounded-tr": [{
|
|
2072
|
-
"rounded-tr": [
|
|
2072
|
+
"rounded-tr": [s]
|
|
2073
2073
|
}],
|
|
2074
2074
|
/**
|
|
2075
2075
|
* Border Radius Bottom Right
|
|
2076
2076
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2077
2077
|
*/
|
|
2078
2078
|
"rounded-br": [{
|
|
2079
|
-
"rounded-br": [
|
|
2079
|
+
"rounded-br": [s]
|
|
2080
2080
|
}],
|
|
2081
2081
|
/**
|
|
2082
2082
|
* Border Radius Bottom Left
|
|
2083
2083
|
* @see https://tailwindcss.com/docs/border-radius
|
|
2084
2084
|
*/
|
|
2085
2085
|
"rounded-bl": [{
|
|
2086
|
-
"rounded-bl": [
|
|
2086
|
+
"rounded-bl": [s]
|
|
2087
2087
|
}],
|
|
2088
2088
|
/**
|
|
2089
2089
|
* Border Width
|
|
@@ -2153,7 +2153,7 @@ function Tr() {
|
|
|
2153
2153
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
2154
2154
|
*/
|
|
2155
2155
|
"border-opacity": [{
|
|
2156
|
-
"border-opacity": [
|
|
2156
|
+
"border-opacity": [A]
|
|
2157
2157
|
}],
|
|
2158
2158
|
/**
|
|
2159
2159
|
* Border Style
|
|
@@ -2191,7 +2191,7 @@ function Tr() {
|
|
|
2191
2191
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
2192
2192
|
*/
|
|
2193
2193
|
"divide-opacity": [{
|
|
2194
|
-
"divide-opacity": [
|
|
2194
|
+
"divide-opacity": [A]
|
|
2195
2195
|
}],
|
|
2196
2196
|
/**
|
|
2197
2197
|
* Divide Style
|
|
@@ -2268,14 +2268,14 @@ function Tr() {
|
|
|
2268
2268
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
2269
2269
|
*/
|
|
2270
2270
|
"outline-offset": [{
|
|
2271
|
-
"outline-offset": [
|
|
2271
|
+
"outline-offset": [$, w]
|
|
2272
2272
|
}],
|
|
2273
2273
|
/**
|
|
2274
2274
|
* Outline Width
|
|
2275
2275
|
* @see https://tailwindcss.com/docs/outline-width
|
|
2276
2276
|
*/
|
|
2277
2277
|
"outline-w": [{
|
|
2278
|
-
outline: [
|
|
2278
|
+
outline: [$, Y]
|
|
2279
2279
|
}],
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Outline Color
|
|
@@ -2289,7 +2289,7 @@ function Tr() {
|
|
|
2289
2289
|
* @see https://tailwindcss.com/docs/ring-width
|
|
2290
2290
|
*/
|
|
2291
2291
|
"ring-w": [{
|
|
2292
|
-
ring:
|
|
2292
|
+
ring: z()
|
|
2293
2293
|
}],
|
|
2294
2294
|
/**
|
|
2295
2295
|
* Ring Width Inset
|
|
@@ -2308,14 +2308,14 @@ function Tr() {
|
|
|
2308
2308
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
2309
2309
|
*/
|
|
2310
2310
|
"ring-opacity": [{
|
|
2311
|
-
"ring-opacity": [
|
|
2311
|
+
"ring-opacity": [A]
|
|
2312
2312
|
}],
|
|
2313
2313
|
/**
|
|
2314
2314
|
* Ring Offset Width
|
|
2315
2315
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
2316
2316
|
*/
|
|
2317
2317
|
"ring-offset-w": [{
|
|
2318
|
-
"ring-offset": [
|
|
2318
|
+
"ring-offset": [$, Y]
|
|
2319
2319
|
}],
|
|
2320
2320
|
/**
|
|
2321
2321
|
* Ring Offset Color
|
|
@@ -2330,35 +2330,35 @@ function Tr() {
|
|
|
2330
2330
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2331
2331
|
*/
|
|
2332
2332
|
shadow: [{
|
|
2333
|
-
shadow: ["", "inner", "none", U,
|
|
2333
|
+
shadow: ["", "inner", "none", U, Rr]
|
|
2334
2334
|
}],
|
|
2335
2335
|
/**
|
|
2336
2336
|
* Box Shadow Color
|
|
2337
2337
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
2338
2338
|
*/
|
|
2339
2339
|
"shadow-color": [{
|
|
2340
|
-
shadow: [
|
|
2340
|
+
shadow: [pe]
|
|
2341
2341
|
}],
|
|
2342
2342
|
/**
|
|
2343
2343
|
* Opacity
|
|
2344
2344
|
* @see https://tailwindcss.com/docs/opacity
|
|
2345
2345
|
*/
|
|
2346
2346
|
opacity: [{
|
|
2347
|
-
opacity: [
|
|
2347
|
+
opacity: [A]
|
|
2348
2348
|
}],
|
|
2349
2349
|
/**
|
|
2350
2350
|
* Mix Blend Mode
|
|
2351
2351
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2352
2352
|
*/
|
|
2353
2353
|
"mix-blend": [{
|
|
2354
|
-
"mix-blend":
|
|
2354
|
+
"mix-blend": se()
|
|
2355
2355
|
}],
|
|
2356
2356
|
/**
|
|
2357
2357
|
* Background Blend Mode
|
|
2358
2358
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2359
2359
|
*/
|
|
2360
2360
|
"bg-blend": [{
|
|
2361
|
-
"bg-blend":
|
|
2361
|
+
"bg-blend": se()
|
|
2362
2362
|
}],
|
|
2363
2363
|
// Filters
|
|
2364
2364
|
/**
|
|
@@ -2388,21 +2388,21 @@ function Tr() {
|
|
|
2388
2388
|
* @see https://tailwindcss.com/docs/contrast
|
|
2389
2389
|
*/
|
|
2390
2390
|
contrast: [{
|
|
2391
|
-
contrast: [
|
|
2391
|
+
contrast: [p]
|
|
2392
2392
|
}],
|
|
2393
2393
|
/**
|
|
2394
2394
|
* Drop Shadow
|
|
2395
2395
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2396
2396
|
*/
|
|
2397
2397
|
"drop-shadow": [{
|
|
2398
|
-
"drop-shadow": ["", "none", U,
|
|
2398
|
+
"drop-shadow": ["", "none", U, w]
|
|
2399
2399
|
}],
|
|
2400
2400
|
/**
|
|
2401
2401
|
* Grayscale
|
|
2402
2402
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2403
2403
|
*/
|
|
2404
2404
|
grayscale: [{
|
|
2405
|
-
grayscale: [
|
|
2405
|
+
grayscale: [g]
|
|
2406
2406
|
}],
|
|
2407
2407
|
/**
|
|
2408
2408
|
* Hue Rotate
|
|
@@ -2423,14 +2423,14 @@ function Tr() {
|
|
|
2423
2423
|
* @see https://tailwindcss.com/docs/saturate
|
|
2424
2424
|
*/
|
|
2425
2425
|
saturate: [{
|
|
2426
|
-
saturate: [
|
|
2426
|
+
saturate: [ge]
|
|
2427
2427
|
}],
|
|
2428
2428
|
/**
|
|
2429
2429
|
* Sepia
|
|
2430
2430
|
* @see https://tailwindcss.com/docs/sepia
|
|
2431
2431
|
*/
|
|
2432
2432
|
sepia: [{
|
|
2433
|
-
sepia: [
|
|
2433
|
+
sepia: [we]
|
|
2434
2434
|
}],
|
|
2435
2435
|
/**
|
|
2436
2436
|
* Backdrop Filter
|
|
@@ -2459,14 +2459,14 @@ function Tr() {
|
|
|
2459
2459
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2460
2460
|
*/
|
|
2461
2461
|
"backdrop-contrast": [{
|
|
2462
|
-
"backdrop-contrast": [
|
|
2462
|
+
"backdrop-contrast": [p]
|
|
2463
2463
|
}],
|
|
2464
2464
|
/**
|
|
2465
2465
|
* Backdrop Grayscale
|
|
2466
2466
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2467
2467
|
*/
|
|
2468
2468
|
"backdrop-grayscale": [{
|
|
2469
|
-
"backdrop-grayscale": [
|
|
2469
|
+
"backdrop-grayscale": [g]
|
|
2470
2470
|
}],
|
|
2471
2471
|
/**
|
|
2472
2472
|
* Backdrop Hue Rotate
|
|
@@ -2487,21 +2487,21 @@ function Tr() {
|
|
|
2487
2487
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2488
2488
|
*/
|
|
2489
2489
|
"backdrop-opacity": [{
|
|
2490
|
-
"backdrop-opacity": [
|
|
2490
|
+
"backdrop-opacity": [A]
|
|
2491
2491
|
}],
|
|
2492
2492
|
/**
|
|
2493
2493
|
* Backdrop Saturate
|
|
2494
2494
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2495
2495
|
*/
|
|
2496
2496
|
"backdrop-saturate": [{
|
|
2497
|
-
"backdrop-saturate": [
|
|
2497
|
+
"backdrop-saturate": [ge]
|
|
2498
2498
|
}],
|
|
2499
2499
|
/**
|
|
2500
2500
|
* Backdrop Sepia
|
|
2501
2501
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2502
2502
|
*/
|
|
2503
2503
|
"backdrop-sepia": [{
|
|
2504
|
-
"backdrop-sepia": [
|
|
2504
|
+
"backdrop-sepia": [we]
|
|
2505
2505
|
}],
|
|
2506
2506
|
// Tables
|
|
2507
2507
|
/**
|
|
@@ -2552,7 +2552,7 @@ function Tr() {
|
|
|
2552
2552
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2553
2553
|
*/
|
|
2554
2554
|
transition: [{
|
|
2555
|
-
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform",
|
|
2555
|
+
transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", w]
|
|
2556
2556
|
}],
|
|
2557
2557
|
/**
|
|
2558
2558
|
* Transition Duration
|
|
@@ -2566,7 +2566,7 @@ function Tr() {
|
|
|
2566
2566
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2567
2567
|
*/
|
|
2568
2568
|
ease: [{
|
|
2569
|
-
ease: ["linear", "in", "out", "in-out",
|
|
2569
|
+
ease: ["linear", "in", "out", "in-out", w]
|
|
2570
2570
|
}],
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Transition Delay
|
|
@@ -2580,7 +2580,7 @@ function Tr() {
|
|
|
2580
2580
|
* @see https://tailwindcss.com/docs/animation
|
|
2581
2581
|
*/
|
|
2582
2582
|
animate: [{
|
|
2583
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
2583
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", w]
|
|
2584
2584
|
}],
|
|
2585
2585
|
// Transforms
|
|
2586
2586
|
/**
|
|
@@ -2595,42 +2595,42 @@ function Tr() {
|
|
|
2595
2595
|
* @see https://tailwindcss.com/docs/scale
|
|
2596
2596
|
*/
|
|
2597
2597
|
scale: [{
|
|
2598
|
-
scale: [
|
|
2598
|
+
scale: [oe]
|
|
2599
2599
|
}],
|
|
2600
2600
|
/**
|
|
2601
2601
|
* Scale X
|
|
2602
2602
|
* @see https://tailwindcss.com/docs/scale
|
|
2603
2603
|
*/
|
|
2604
2604
|
"scale-x": [{
|
|
2605
|
-
"scale-x": [
|
|
2605
|
+
"scale-x": [oe]
|
|
2606
2606
|
}],
|
|
2607
2607
|
/**
|
|
2608
2608
|
* Scale Y
|
|
2609
2609
|
* @see https://tailwindcss.com/docs/scale
|
|
2610
2610
|
*/
|
|
2611
2611
|
"scale-y": [{
|
|
2612
|
-
"scale-y": [
|
|
2612
|
+
"scale-y": [oe]
|
|
2613
2613
|
}],
|
|
2614
2614
|
/**
|
|
2615
2615
|
* Rotate
|
|
2616
2616
|
* @see https://tailwindcss.com/docs/rotate
|
|
2617
2617
|
*/
|
|
2618
2618
|
rotate: [{
|
|
2619
|
-
rotate: [
|
|
2619
|
+
rotate: [fe, w]
|
|
2620
2620
|
}],
|
|
2621
2621
|
/**
|
|
2622
2622
|
* Translate X
|
|
2623
2623
|
* @see https://tailwindcss.com/docs/translate
|
|
2624
2624
|
*/
|
|
2625
2625
|
"translate-x": [{
|
|
2626
|
-
"translate-x": [
|
|
2626
|
+
"translate-x": [ve]
|
|
2627
2627
|
}],
|
|
2628
2628
|
/**
|
|
2629
2629
|
* Translate Y
|
|
2630
2630
|
* @see https://tailwindcss.com/docs/translate
|
|
2631
2631
|
*/
|
|
2632
2632
|
"translate-y": [{
|
|
2633
|
-
"translate-y": [
|
|
2633
|
+
"translate-y": [ve]
|
|
2634
2634
|
}],
|
|
2635
2635
|
/**
|
|
2636
2636
|
* Skew X
|
|
@@ -2651,7 +2651,7 @@ function Tr() {
|
|
|
2651
2651
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2652
2652
|
*/
|
|
2653
2653
|
"transform-origin": [{
|
|
2654
|
-
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left",
|
|
2654
|
+
origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", w]
|
|
2655
2655
|
}],
|
|
2656
2656
|
// Interactivity
|
|
2657
2657
|
/**
|
|
@@ -2673,7 +2673,7 @@ function Tr() {
|
|
|
2673
2673
|
* @see https://tailwindcss.com/docs/cursor
|
|
2674
2674
|
*/
|
|
2675
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",
|
|
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
2677
|
}],
|
|
2678
2678
|
/**
|
|
2679
2679
|
* Caret Color
|
|
@@ -2708,126 +2708,126 @@ function Tr() {
|
|
|
2708
2708
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2709
2709
|
*/
|
|
2710
2710
|
"scroll-m": [{
|
|
2711
|
-
"scroll-m":
|
|
2711
|
+
"scroll-m": x()
|
|
2712
2712
|
}],
|
|
2713
2713
|
/**
|
|
2714
2714
|
* Scroll Margin X
|
|
2715
2715
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2716
2716
|
*/
|
|
2717
2717
|
"scroll-mx": [{
|
|
2718
|
-
"scroll-mx":
|
|
2718
|
+
"scroll-mx": x()
|
|
2719
2719
|
}],
|
|
2720
2720
|
/**
|
|
2721
2721
|
* Scroll Margin Y
|
|
2722
2722
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2723
2723
|
*/
|
|
2724
2724
|
"scroll-my": [{
|
|
2725
|
-
"scroll-my":
|
|
2725
|
+
"scroll-my": x()
|
|
2726
2726
|
}],
|
|
2727
2727
|
/**
|
|
2728
2728
|
* Scroll Margin Start
|
|
2729
2729
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2730
2730
|
*/
|
|
2731
2731
|
"scroll-ms": [{
|
|
2732
|
-
"scroll-ms":
|
|
2732
|
+
"scroll-ms": x()
|
|
2733
2733
|
}],
|
|
2734
2734
|
/**
|
|
2735
2735
|
* Scroll Margin End
|
|
2736
2736
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2737
2737
|
*/
|
|
2738
2738
|
"scroll-me": [{
|
|
2739
|
-
"scroll-me":
|
|
2739
|
+
"scroll-me": x()
|
|
2740
2740
|
}],
|
|
2741
2741
|
/**
|
|
2742
2742
|
* Scroll Margin Top
|
|
2743
2743
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2744
2744
|
*/
|
|
2745
2745
|
"scroll-mt": [{
|
|
2746
|
-
"scroll-mt":
|
|
2746
|
+
"scroll-mt": x()
|
|
2747
2747
|
}],
|
|
2748
2748
|
/**
|
|
2749
2749
|
* Scroll Margin Right
|
|
2750
2750
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2751
2751
|
*/
|
|
2752
2752
|
"scroll-mr": [{
|
|
2753
|
-
"scroll-mr":
|
|
2753
|
+
"scroll-mr": x()
|
|
2754
2754
|
}],
|
|
2755
2755
|
/**
|
|
2756
2756
|
* Scroll Margin Bottom
|
|
2757
2757
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2758
2758
|
*/
|
|
2759
2759
|
"scroll-mb": [{
|
|
2760
|
-
"scroll-mb":
|
|
2760
|
+
"scroll-mb": x()
|
|
2761
2761
|
}],
|
|
2762
2762
|
/**
|
|
2763
2763
|
* Scroll Margin Left
|
|
2764
2764
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2765
2765
|
*/
|
|
2766
2766
|
"scroll-ml": [{
|
|
2767
|
-
"scroll-ml":
|
|
2767
|
+
"scroll-ml": x()
|
|
2768
2768
|
}],
|
|
2769
2769
|
/**
|
|
2770
2770
|
* Scroll Padding
|
|
2771
2771
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2772
2772
|
*/
|
|
2773
2773
|
"scroll-p": [{
|
|
2774
|
-
"scroll-p":
|
|
2774
|
+
"scroll-p": x()
|
|
2775
2775
|
}],
|
|
2776
2776
|
/**
|
|
2777
2777
|
* Scroll Padding X
|
|
2778
2778
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2779
2779
|
*/
|
|
2780
2780
|
"scroll-px": [{
|
|
2781
|
-
"scroll-px":
|
|
2781
|
+
"scroll-px": x()
|
|
2782
2782
|
}],
|
|
2783
2783
|
/**
|
|
2784
2784
|
* Scroll Padding Y
|
|
2785
2785
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2786
2786
|
*/
|
|
2787
2787
|
"scroll-py": [{
|
|
2788
|
-
"scroll-py":
|
|
2788
|
+
"scroll-py": x()
|
|
2789
2789
|
}],
|
|
2790
2790
|
/**
|
|
2791
2791
|
* Scroll Padding Start
|
|
2792
2792
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2793
2793
|
*/
|
|
2794
2794
|
"scroll-ps": [{
|
|
2795
|
-
"scroll-ps":
|
|
2795
|
+
"scroll-ps": x()
|
|
2796
2796
|
}],
|
|
2797
2797
|
/**
|
|
2798
2798
|
* Scroll Padding End
|
|
2799
2799
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2800
2800
|
*/
|
|
2801
2801
|
"scroll-pe": [{
|
|
2802
|
-
"scroll-pe":
|
|
2802
|
+
"scroll-pe": x()
|
|
2803
2803
|
}],
|
|
2804
2804
|
/**
|
|
2805
2805
|
* Scroll Padding Top
|
|
2806
2806
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2807
2807
|
*/
|
|
2808
2808
|
"scroll-pt": [{
|
|
2809
|
-
"scroll-pt":
|
|
2809
|
+
"scroll-pt": x()
|
|
2810
2810
|
}],
|
|
2811
2811
|
/**
|
|
2812
2812
|
* Scroll Padding Right
|
|
2813
2813
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2814
2814
|
*/
|
|
2815
2815
|
"scroll-pr": [{
|
|
2816
|
-
"scroll-pr":
|
|
2816
|
+
"scroll-pr": x()
|
|
2817
2817
|
}],
|
|
2818
2818
|
/**
|
|
2819
2819
|
* Scroll Padding Bottom
|
|
2820
2820
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2821
2821
|
*/
|
|
2822
2822
|
"scroll-pb": [{
|
|
2823
|
-
"scroll-pb":
|
|
2823
|
+
"scroll-pb": x()
|
|
2824
2824
|
}],
|
|
2825
2825
|
/**
|
|
2826
2826
|
* Scroll Padding Left
|
|
2827
2827
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2828
2828
|
*/
|
|
2829
2829
|
"scroll-pl": [{
|
|
2830
|
-
"scroll-pl":
|
|
2830
|
+
"scroll-pl": x()
|
|
2831
2831
|
}],
|
|
2832
2832
|
/**
|
|
2833
2833
|
* Scroll Snap Align
|
|
@@ -2895,7 +2895,7 @@ function Tr() {
|
|
|
2895
2895
|
* @see https://tailwindcss.com/docs/will-change
|
|
2896
2896
|
*/
|
|
2897
2897
|
"will-change": [{
|
|
2898
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2898
|
+
"will-change": ["auto", "scroll", "contents", "transform", w]
|
|
2899
2899
|
}],
|
|
2900
2900
|
// SVG
|
|
2901
2901
|
/**
|
|
@@ -2910,7 +2910,7 @@ function Tr() {
|
|
|
2910
2910
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2911
2911
|
*/
|
|
2912
2912
|
"stroke-w": [{
|
|
2913
|
-
stroke: [
|
|
2913
|
+
stroke: [$, Y, ke]
|
|
2914
2914
|
}],
|
|
2915
2915
|
/**
|
|
2916
2916
|
* Stroke
|
|
@@ -2986,65 +2986,65 @@ function Tr() {
|
|
|
2986
2986
|
}
|
|
2987
2987
|
};
|
|
2988
2988
|
}
|
|
2989
|
-
const
|
|
2989
|
+
const N = /* @__PURE__ */ lr(Tr), it = {
|
|
2990
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
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
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
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
2994
|
small: "tw-py-space075 tw-px-space400",
|
|
2995
2995
|
large: "tw-py-space150 tw-px-space400"
|
|
2996
|
-
},
|
|
2997
|
-
(c,
|
|
2998
|
-
var u = c, { color: t = "primary", size: n = "small", disabled: r = !1, className: o } = u, i =
|
|
2999
|
-
return /* @__PURE__ */
|
|
2996
|
+
}, jr = Q.forwardRef(
|
|
2997
|
+
(c, s) => {
|
|
2998
|
+
var u = c, { color: t = "primary", size: n = "small", disabled: r = !1, className: o } = u, i = L(u, ["color", "size", "disabled", "className"]);
|
|
2999
|
+
return /* @__PURE__ */ b.jsx(
|
|
3000
3000
|
"button",
|
|
3001
|
-
|
|
3002
|
-
ref:
|
|
3001
|
+
O({
|
|
3002
|
+
ref: s,
|
|
3003
3003
|
disabled: r,
|
|
3004
|
-
className:
|
|
3004
|
+
className: N(S(it[t], it[n], o))
|
|
3005
3005
|
}, i)
|
|
3006
3006
|
);
|
|
3007
3007
|
}
|
|
3008
3008
|
);
|
|
3009
|
-
|
|
3009
|
+
jr.displayName = "Button";
|
|
3010
3010
|
const st = {
|
|
3011
3011
|
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]",
|
|
3012
3012
|
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]",
|
|
3013
3013
|
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]",
|
|
3014
3014
|
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]",
|
|
3015
3015
|
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]"
|
|
3016
|
-
}, _r =
|
|
3017
|
-
(
|
|
3018
|
-
var
|
|
3019
|
-
return r ? /* @__PURE__ */
|
|
3016
|
+
}, _r = Q.forwardRef(
|
|
3017
|
+
(p, u) => {
|
|
3018
|
+
var g = p, { color: t = "primary", disabled: n = !1, textarea: r = !1, label: o, caption: i, className: s } = g, c = L(g, ["color", "disabled", "textarea", "label", "caption", "className"]);
|
|
3019
|
+
return r ? /* @__PURE__ */ b.jsx(
|
|
3020
3020
|
"textarea",
|
|
3021
|
-
|
|
3021
|
+
O({
|
|
3022
3022
|
disabled: n,
|
|
3023
|
-
className:
|
|
3023
|
+
className: N(S(st[t], s))
|
|
3024
3024
|
}, c)
|
|
3025
|
-
) : /* @__PURE__ */
|
|
3026
|
-
o && /* @__PURE__ */
|
|
3027
|
-
/* @__PURE__ */
|
|
3025
|
+
) : /* @__PURE__ */ b.jsxs("div", { className: "tw-flex tw-flex-col tw-items-start tw-w-full", children: [
|
|
3026
|
+
o && /* @__PURE__ */ b.jsx("label", { className: "MediumSubheadRegular tw-mb-space075", children: o }),
|
|
3027
|
+
/* @__PURE__ */ b.jsx(
|
|
3028
3028
|
"input",
|
|
3029
|
-
|
|
3029
|
+
O({
|
|
3030
3030
|
ref: u,
|
|
3031
3031
|
disabled: n,
|
|
3032
|
-
className:
|
|
3032
|
+
className: N(S(st[t], s))
|
|
3033
3033
|
}, c)
|
|
3034
3034
|
),
|
|
3035
|
-
i && /* @__PURE__ */
|
|
3035
|
+
i && /* @__PURE__ */ b.jsx("caption", { className: "MediumCaption1Regular tw-font-normal", children: i })
|
|
3036
3036
|
] });
|
|
3037
3037
|
}
|
|
3038
3038
|
);
|
|
3039
3039
|
_r.displayName = "Input";
|
|
3040
|
-
function
|
|
3040
|
+
function vt(t) {
|
|
3041
3041
|
var n, r, o = "";
|
|
3042
3042
|
if (typeof t == "string" || typeof t == "number")
|
|
3043
3043
|
o += t;
|
|
3044
3044
|
else if (typeof t == "object")
|
|
3045
3045
|
if (Array.isArray(t))
|
|
3046
3046
|
for (n = 0; n < t.length; n++)
|
|
3047
|
-
t[n] && (r =
|
|
3047
|
+
t[n] && (r = vt(t[n])) && (o && (o += " "), o += r);
|
|
3048
3048
|
else
|
|
3049
3049
|
for (n in t)
|
|
3050
3050
|
t[n] && (o && (o += " "), o += n);
|
|
@@ -3052,35 +3052,35 @@ function wt(t) {
|
|
|
3052
3052
|
}
|
|
3053
3053
|
function Sr() {
|
|
3054
3054
|
for (var t, n, r = 0, o = ""; r < arguments.length; )
|
|
3055
|
-
(t = arguments[r++]) && (n =
|
|
3055
|
+
(t = arguments[r++]) && (n = vt(t)) && (o && (o += " "), o += n);
|
|
3056
3056
|
return o;
|
|
3057
3057
|
}
|
|
3058
3058
|
const lt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ct = Sr, yt = (t, n) => (r) => {
|
|
3059
3059
|
var o;
|
|
3060
3060
|
if ((n == null ? void 0 : n.variants) == null)
|
|
3061
3061
|
return ct(t, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
3062
|
-
const { variants: i, defaultVariants:
|
|
3063
|
-
const f = r == null ? void 0 : r[
|
|
3062
|
+
const { variants: i, defaultVariants: s } = n, c = Object.keys(i).map((g) => {
|
|
3063
|
+
const f = r == null ? void 0 : r[g], y = s == null ? void 0 : s[g];
|
|
3064
3064
|
if (f === null)
|
|
3065
3065
|
return null;
|
|
3066
|
-
const
|
|
3067
|
-
return i[
|
|
3068
|
-
}), u = r && Object.entries(r).reduce((
|
|
3069
|
-
let [y,
|
|
3070
|
-
return
|
|
3071
|
-
}, {}),
|
|
3072
|
-
let
|
|
3073
|
-
return Object.entries(
|
|
3074
|
-
let [
|
|
3075
|
-
return Array.isArray(
|
|
3066
|
+
const E = lt(f) || lt(y);
|
|
3067
|
+
return i[g][E];
|
|
3068
|
+
}), u = r && Object.entries(r).reduce((g, f) => {
|
|
3069
|
+
let [y, E] = f;
|
|
3070
|
+
return E === void 0 || (g[y] = E), g;
|
|
3071
|
+
}, {}), p = n == null || (o = n.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((g, f) => {
|
|
3072
|
+
let M = f, { class: y, className: E } = M, F = L(M, ["class", "className"]);
|
|
3073
|
+
return Object.entries(F).every((T) => {
|
|
3074
|
+
let [P, A] = T;
|
|
3075
|
+
return Array.isArray(A) ? A.includes(O(O({}, s), u)[P]) : O(O({}, s), u)[P] === A;
|
|
3076
3076
|
}) ? [
|
|
3077
|
-
...
|
|
3077
|
+
...g,
|
|
3078
3078
|
y,
|
|
3079
|
-
|
|
3080
|
-
] :
|
|
3079
|
+
E
|
|
3080
|
+
] : g;
|
|
3081
3081
|
}, []);
|
|
3082
|
-
return ct(t, c,
|
|
3083
|
-
},
|
|
3082
|
+
return ct(t, c, p, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
3083
|
+
}, Pr = yt("tw-border tw-text-text-primary", {
|
|
3084
3084
|
variants: {
|
|
3085
3085
|
cardType: {
|
|
3086
3086
|
default: "tw-shadow-none",
|
|
@@ -3090,16 +3090,16 @@ const lt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ct =
|
|
|
3090
3090
|
defaultVariants: {
|
|
3091
3091
|
cardType: "default"
|
|
3092
3092
|
}
|
|
3093
|
-
}),
|
|
3093
|
+
}), Ar = J.forwardRef(
|
|
3094
3094
|
(i, o) => {
|
|
3095
|
-
var
|
|
3096
|
-
return /* @__PURE__ */
|
|
3095
|
+
var s = i, { className: t, cardType: n } = s, r = L(s, ["className", "cardType"]);
|
|
3096
|
+
return /* @__PURE__ */ b.jsx(
|
|
3097
3097
|
"div",
|
|
3098
|
-
|
|
3098
|
+
O({
|
|
3099
3099
|
ref: o,
|
|
3100
|
-
className:
|
|
3101
|
-
|
|
3102
|
-
|
|
3100
|
+
className: N(
|
|
3101
|
+
S(
|
|
3102
|
+
Pr({
|
|
3103
3103
|
cardType: n,
|
|
3104
3104
|
className: t
|
|
3105
3105
|
}),
|
|
@@ -3111,30 +3111,30 @@ const lt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ct =
|
|
|
3111
3111
|
);
|
|
3112
3112
|
}
|
|
3113
3113
|
);
|
|
3114
|
-
|
|
3115
|
-
const
|
|
3114
|
+
Ar.displayName = "Card";
|
|
3115
|
+
const Nr = J.forwardRef(
|
|
3116
3116
|
(o, r) => {
|
|
3117
|
-
var i = o, { className: t } = i, n =
|
|
3118
|
-
return /* @__PURE__ */
|
|
3117
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3118
|
+
return /* @__PURE__ */ b.jsx(
|
|
3119
3119
|
"div",
|
|
3120
|
-
|
|
3120
|
+
O({
|
|
3121
3121
|
ref: r,
|
|
3122
|
-
className:
|
|
3123
|
-
|
|
3122
|
+
className: N(
|
|
3123
|
+
S("tw-flex tw-flex-col tw-pt-space300 tw-pb-space200 tw-px-space300", t)
|
|
3124
3124
|
)
|
|
3125
3125
|
}, n)
|
|
3126
3126
|
);
|
|
3127
3127
|
}
|
|
3128
3128
|
);
|
|
3129
|
-
|
|
3129
|
+
Nr.displayName = "CardHeader";
|
|
3130
3130
|
const Or = J.forwardRef(
|
|
3131
3131
|
(o, r) => {
|
|
3132
|
-
var i = o, { className: t } = i, n =
|
|
3133
|
-
return /* @__PURE__ */
|
|
3132
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3133
|
+
return /* @__PURE__ */ b.jsx(
|
|
3134
3134
|
"div",
|
|
3135
|
-
|
|
3135
|
+
O({
|
|
3136
3136
|
ref: r,
|
|
3137
|
-
className:
|
|
3137
|
+
className: N(S("tw-font-medium", t))
|
|
3138
3138
|
}, n)
|
|
3139
3139
|
);
|
|
3140
3140
|
}
|
|
@@ -3142,12 +3142,12 @@ const Or = J.forwardRef(
|
|
|
3142
3142
|
Or.displayName = "Title";
|
|
3143
3143
|
const Fr = J.forwardRef(
|
|
3144
3144
|
(o, r) => {
|
|
3145
|
-
var i = o, { className: t } = i, n =
|
|
3146
|
-
return /* @__PURE__ */
|
|
3145
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3146
|
+
return /* @__PURE__ */ b.jsx(
|
|
3147
3147
|
"div",
|
|
3148
|
-
|
|
3148
|
+
O({
|
|
3149
3149
|
ref: r,
|
|
3150
|
-
className:
|
|
3150
|
+
className: N(S("tw-font-regular", t))
|
|
3151
3151
|
}, n)
|
|
3152
3152
|
);
|
|
3153
3153
|
}
|
|
@@ -3155,31 +3155,31 @@ const Fr = J.forwardRef(
|
|
|
3155
3155
|
Fr.displayName = "Description";
|
|
3156
3156
|
const Ir = J.forwardRef(
|
|
3157
3157
|
(o, r) => {
|
|
3158
|
-
var i = o, { className: t } = i, n =
|
|
3159
|
-
return /* @__PURE__ */
|
|
3158
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3159
|
+
return /* @__PURE__ */ b.jsx(
|
|
3160
3160
|
"div",
|
|
3161
|
-
|
|
3161
|
+
O({
|
|
3162
3162
|
ref: r,
|
|
3163
|
-
className:
|
|
3163
|
+
className: N(S("tw-pb-space300 tw-px-space300 ", t))
|
|
3164
3164
|
}, n)
|
|
3165
3165
|
);
|
|
3166
3166
|
}
|
|
3167
3167
|
);
|
|
3168
3168
|
Ir.displayName = "Content";
|
|
3169
|
-
const
|
|
3169
|
+
const Mr = J.forwardRef(
|
|
3170
3170
|
(o, r) => {
|
|
3171
|
-
var i = o, { className: t } = i, n =
|
|
3172
|
-
return /* @__PURE__ */
|
|
3171
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3172
|
+
return /* @__PURE__ */ b.jsx(
|
|
3173
3173
|
"div",
|
|
3174
|
-
|
|
3174
|
+
O({
|
|
3175
3175
|
ref: r,
|
|
3176
|
-
className:
|
|
3176
|
+
className: N(S("tw-pb-space300 tw-px-space300", t))
|
|
3177
3177
|
}, n)
|
|
3178
3178
|
);
|
|
3179
3179
|
}
|
|
3180
3180
|
);
|
|
3181
|
-
|
|
3182
|
-
const
|
|
3181
|
+
Mr.displayName = "Footer";
|
|
3182
|
+
const zr = yt(
|
|
3183
3183
|
"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",
|
|
3184
3184
|
{
|
|
3185
3185
|
variants: {
|
|
@@ -3282,15 +3282,15 @@ const Mr = yt(
|
|
|
3282
3282
|
}
|
|
3283
3283
|
}
|
|
3284
3284
|
}
|
|
3285
|
-
),
|
|
3285
|
+
), Dr = J.forwardRef(
|
|
3286
3286
|
(i, o) => {
|
|
3287
|
-
var
|
|
3288
|
-
return /* @__PURE__ */
|
|
3287
|
+
var s = i, { className: t, children: n } = s, r = L(s, ["className", "children"]);
|
|
3288
|
+
return /* @__PURE__ */ b.jsx(
|
|
3289
3289
|
"div",
|
|
3290
|
-
tt(
|
|
3291
|
-
className:
|
|
3292
|
-
|
|
3293
|
-
|
|
3290
|
+
tt(O({
|
|
3291
|
+
className: N(
|
|
3292
|
+
S(
|
|
3293
|
+
zr({
|
|
3294
3294
|
display: r == null ? void 0 : r.display,
|
|
3295
3295
|
gap: r == null ? void 0 : r.gap,
|
|
3296
3296
|
gapX: r == null ? void 0 : r.gapX,
|
|
@@ -3312,7 +3312,7 @@ const Mr = yt(
|
|
|
3312
3312
|
);
|
|
3313
3313
|
}
|
|
3314
3314
|
);
|
|
3315
|
-
|
|
3315
|
+
Dr.displayName = "Grid";
|
|
3316
3316
|
const ut = (t) => {
|
|
3317
3317
|
let n = "";
|
|
3318
3318
|
switch (t) {
|
|
@@ -3329,37 +3329,37 @@ const ut = (t) => {
|
|
|
3329
3329
|
break;
|
|
3330
3330
|
}
|
|
3331
3331
|
return n;
|
|
3332
|
-
},
|
|
3333
|
-
({ className: t, items: n }, r) => /* @__PURE__ */
|
|
3332
|
+
}, Br = J.forwardRef(
|
|
3333
|
+
({ className: t, items: n }, r) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsx(
|
|
3334
3334
|
"div",
|
|
3335
3335
|
{
|
|
3336
|
-
className:
|
|
3336
|
+
className: N(S(t, "tw-w-full tw-flex tw-flex-col")),
|
|
3337
3337
|
ref: r,
|
|
3338
|
-
children: n.length > 0 && n.map((o, i) => /* @__PURE__ */
|
|
3339
|
-
o.type === "STANDARD_LINE_SEPARATED" && /* @__PURE__ */
|
|
3340
|
-
/* @__PURE__ */
|
|
3338
|
+
children: n.length > 0 && n.map((o, i) => /* @__PURE__ */ b.jsxs("div", { children: [
|
|
3339
|
+
o.type === "STANDARD_LINE_SEPARATED" && /* @__PURE__ */ b.jsx("hr", { className: "tw-mt-3 tw-mb-1" }),
|
|
3340
|
+
/* @__PURE__ */ b.jsxs(
|
|
3341
3341
|
"div",
|
|
3342
3342
|
{
|
|
3343
|
-
className:
|
|
3343
|
+
className: S(
|
|
3344
3344
|
"tw-flex tw-flex-row tw-justify-between",
|
|
3345
3345
|
i > 0 && "tw-mt-2",
|
|
3346
3346
|
i !== n.length && o.type === "STANDARD_LINE_SEPARATED" && "tw-mb-1"
|
|
3347
3347
|
),
|
|
3348
3348
|
children: [
|
|
3349
|
-
/* @__PURE__ */
|
|
3349
|
+
/* @__PURE__ */ b.jsx(
|
|
3350
3350
|
"span",
|
|
3351
3351
|
{
|
|
3352
|
-
className:
|
|
3352
|
+
className: S(
|
|
3353
3353
|
"tw-text-xSmallCallout tablet:tw-text-mediumCallout tw-me-3",
|
|
3354
3354
|
ut(o.type)
|
|
3355
3355
|
),
|
|
3356
3356
|
children: o.display_name
|
|
3357
3357
|
}
|
|
3358
3358
|
),
|
|
3359
|
-
/* @__PURE__ */
|
|
3359
|
+
/* @__PURE__ */ b.jsx(
|
|
3360
3360
|
"span",
|
|
3361
3361
|
{
|
|
3362
|
-
className:
|
|
3362
|
+
className: S(
|
|
3363
3363
|
"tw-text-xSmallCallout tablet:tw-text-mediumCallout",
|
|
3364
3364
|
ut(o.type)
|
|
3365
3365
|
),
|
|
@@ -3373,16 +3373,157 @@ const ut = (t) => {
|
|
|
3373
3373
|
}
|
|
3374
3374
|
) })
|
|
3375
3375
|
);
|
|
3376
|
-
|
|
3376
|
+
Br.displayName = "Booking_Quote_Card";
|
|
3377
|
+
const Lr = "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", 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%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", $r = Q.forwardRef(({ images: t }) => {
|
|
3378
|
+
const [n, r] = dt(0), o = () => {
|
|
3379
|
+
r((s) => s === t.length - 1 ? 0 : s + 1);
|
|
3380
|
+
}, i = () => {
|
|
3381
|
+
r((s) => s === 0 ? t.length - 1 : s - 1);
|
|
3382
|
+
};
|
|
3383
|
+
return /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsxs("div", { className: "tw-relative tw-rounded-[4px] tw-w-full", children: [
|
|
3384
|
+
t.length > 1 && /* @__PURE__ */ b.jsx(
|
|
3385
|
+
"button",
|
|
3386
|
+
{
|
|
3387
|
+
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",
|
|
3388
|
+
onClick: i,
|
|
3389
|
+
children: /* @__PURE__ */ b.jsx(
|
|
3390
|
+
"img",
|
|
3391
|
+
{
|
|
3392
|
+
src: Lr,
|
|
3393
|
+
alt: "prev"
|
|
3394
|
+
}
|
|
3395
|
+
)
|
|
3396
|
+
}
|
|
3397
|
+
),
|
|
3398
|
+
/* @__PURE__ */ b.jsx(
|
|
3399
|
+
"img",
|
|
3400
|
+
{
|
|
3401
|
+
src: t[n],
|
|
3402
|
+
alt: `Slide ${n}`,
|
|
3403
|
+
className: "tw-rounded-[4px] tw-z-0 tw-relative tw-w-full"
|
|
3404
|
+
}
|
|
3405
|
+
),
|
|
3406
|
+
t.length > 1 && /* @__PURE__ */ b.jsx(
|
|
3407
|
+
"button",
|
|
3408
|
+
{
|
|
3409
|
+
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",
|
|
3410
|
+
onClick: o,
|
|
3411
|
+
children: /* @__PURE__ */ b.jsx(
|
|
3412
|
+
"img",
|
|
3413
|
+
{
|
|
3414
|
+
src: Wr,
|
|
3415
|
+
alt: "next"
|
|
3416
|
+
}
|
|
3417
|
+
)
|
|
3418
|
+
}
|
|
3419
|
+
),
|
|
3420
|
+
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((s, c) => /* @__PURE__ */ b.jsx(
|
|
3421
|
+
"li",
|
|
3422
|
+
{
|
|
3423
|
+
"aria-description": s,
|
|
3424
|
+
className: N(
|
|
3425
|
+
S(
|
|
3426
|
+
"tw-w-[5px] tw-h-[4px] tw-block tw-z-10 tw-mx-[2.5px] tw-rounded-[1px]",
|
|
3427
|
+
c !== n && "tw-bg-[rgba(255,255,255,0.5)]",
|
|
3428
|
+
c === n && "tw-bg-[rgba(255,255,255,0.8)]"
|
|
3429
|
+
)
|
|
3430
|
+
)
|
|
3431
|
+
},
|
|
3432
|
+
c
|
|
3433
|
+
)) })
|
|
3434
|
+
] }) });
|
|
3435
|
+
});
|
|
3436
|
+
$r.displayName = "Image_Carousel";
|
|
3437
|
+
const Vr = Q.forwardRef(
|
|
3438
|
+
({
|
|
3439
|
+
title: t,
|
|
3440
|
+
content: n,
|
|
3441
|
+
expandIcon: r,
|
|
3442
|
+
collapseIcon: o,
|
|
3443
|
+
accordionClass: i,
|
|
3444
|
+
accordionHeaderClass: s,
|
|
3445
|
+
accordionTitleClass: c,
|
|
3446
|
+
accordionContentClass: u,
|
|
3447
|
+
isEnabled: p = !0
|
|
3448
|
+
}, g) => {
|
|
3449
|
+
const [f, y] = dt(!1), E = () => {
|
|
3450
|
+
p && y(!f);
|
|
3451
|
+
};
|
|
3452
|
+
return /* @__PURE__ */ b.jsxs(
|
|
3453
|
+
"div",
|
|
3454
|
+
{
|
|
3455
|
+
className: N(S("silkhaus-accordion", i)),
|
|
3456
|
+
ref: g,
|
|
3457
|
+
children: [
|
|
3458
|
+
/* @__PURE__ */ b.jsxs(
|
|
3459
|
+
"div",
|
|
3460
|
+
{
|
|
3461
|
+
className: N(
|
|
3462
|
+
S(
|
|
3463
|
+
"silkhaus-accordion-header tw-flex tw-flex-row tw-justify-between tw-items-center",
|
|
3464
|
+
s,
|
|
3465
|
+
!p && "tw-cursor-not-allowed",
|
|
3466
|
+
p && "tw-cursor-pointer"
|
|
3467
|
+
)
|
|
3468
|
+
),
|
|
3469
|
+
onClick: E,
|
|
3470
|
+
children: [
|
|
3471
|
+
/* @__PURE__ */ b.jsx("div", { className: N(S(c)), children: t }),
|
|
3472
|
+
f ? o || "-" : r || "+"
|
|
3473
|
+
]
|
|
3474
|
+
}
|
|
3475
|
+
),
|
|
3476
|
+
f && /* @__PURE__ */ b.jsx("div", { className: N(S("silkhaus-accordion-content", u)), children: n })
|
|
3477
|
+
]
|
|
3478
|
+
}
|
|
3479
|
+
);
|
|
3480
|
+
}
|
|
3481
|
+
);
|
|
3482
|
+
Vr.displayName = "Accordion";
|
|
3483
|
+
function Gr(...t) {
|
|
3484
|
+
return N(S(t));
|
|
3485
|
+
}
|
|
3486
|
+
const qr = Q.forwardRef(({
|
|
3487
|
+
checked: t = !1,
|
|
3488
|
+
onChange: n,
|
|
3489
|
+
disabled: r = !1,
|
|
3490
|
+
htmlId: o = "wa"
|
|
3491
|
+
}, i) => /* @__PURE__ */ b.jsxs("label", { className: Gr("switch", r && "disabled"), htmlFor: o, children: [
|
|
3492
|
+
/* @__PURE__ */ b.jsx(
|
|
3493
|
+
"input",
|
|
3494
|
+
{
|
|
3495
|
+
id: o,
|
|
3496
|
+
type: "checkbox",
|
|
3497
|
+
checked: t,
|
|
3498
|
+
onChange: n,
|
|
3499
|
+
ref: i,
|
|
3500
|
+
disabled: r
|
|
3501
|
+
}
|
|
3502
|
+
),
|
|
3503
|
+
/* @__PURE__ */ b.jsx(
|
|
3504
|
+
"span",
|
|
3505
|
+
{
|
|
3506
|
+
className: "slider round",
|
|
3507
|
+
style: {
|
|
3508
|
+
opacity: r ? 0.5 : 1,
|
|
3509
|
+
cursor: r ? "not-allowed" : "pointer"
|
|
3510
|
+
}
|
|
3511
|
+
}
|
|
3512
|
+
)
|
|
3513
|
+
] }));
|
|
3514
|
+
qr.displayName = "Switch";
|
|
3377
3515
|
export {
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3516
|
+
Vr as Accordion,
|
|
3517
|
+
Br as BookingQuoteCard,
|
|
3518
|
+
jr as Button,
|
|
3519
|
+
Ar as Card,
|
|
3381
3520
|
Ir as CardContent,
|
|
3382
3521
|
Fr as CardDescription,
|
|
3383
|
-
|
|
3384
|
-
|
|
3522
|
+
Mr as CardFooter,
|
|
3523
|
+
Nr as CardHeader,
|
|
3385
3524
|
Or as CardTitle,
|
|
3386
|
-
|
|
3387
|
-
|
|
3525
|
+
Dr as Grid,
|
|
3526
|
+
$r as ImageCarousel,
|
|
3527
|
+
_r as Input,
|
|
3528
|
+
qr as Switch
|
|
3388
3529
|
};
|