design-system-silkhaus 0.0.77 → 0.0.79
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 +15 -16
- package/dist/index.d.ts +4 -74
- package/dist/index.js +1202 -1653
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,55 +1,27 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
for (var
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var
|
|
10
|
-
|
|
11
|
-
return e;
|
|
12
|
-
}, Me = (e, s) => et(e, rt(s));
|
|
13
|
-
var L = (e, s) => {
|
|
14
|
-
var t = {};
|
|
15
|
-
for (var a in e)
|
|
16
|
-
ar.call(e, a) && s.indexOf(a) < 0 && (t[a] = e[a]);
|
|
17
|
-
if (e != null && ke)
|
|
18
|
-
for (var a of ke(e))
|
|
19
|
-
s.indexOf(a) < 0 && nr.call(e, a) && (t[a] = e[a]);
|
|
1
|
+
var qt = Object.defineProperty, Yt = Object.defineProperties;
|
|
2
|
+
var Ut = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Ce = Object.getOwnPropertySymbols;
|
|
4
|
+
var Ze = Object.prototype.hasOwnProperty, et = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Qe = (t, n, r) => n in t ? qt(t, n, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[n] = r, F = (t, n) => {
|
|
6
|
+
for (var r in n || (n = {}))
|
|
7
|
+
Ze.call(n, r) && Qe(t, r, n[r]);
|
|
8
|
+
if (Ce)
|
|
9
|
+
for (var r of Ce(n))
|
|
10
|
+
et.call(n, r) && Qe(t, r, n[r]);
|
|
20
11
|
return t;
|
|
12
|
+
}, tt = (t, n) => Yt(t, Ut(n));
|
|
13
|
+
var L = (t, n) => {
|
|
14
|
+
var r = {};
|
|
15
|
+
for (var o in t)
|
|
16
|
+
Ze.call(t, o) && n.indexOf(o) < 0 && (r[o] = t[o]);
|
|
17
|
+
if (t != null && Ce)
|
|
18
|
+
for (var o of Ce(t))
|
|
19
|
+
n.indexOf(o) < 0 && et.call(t, o) && (r[o] = t[o]);
|
|
20
|
+
return r;
|
|
21
21
|
};
|
|
22
|
-
import * as
|
|
23
|
-
import
|
|
24
|
-
var
|
|
25
|
-
/**
|
|
26
|
-
* @license React
|
|
27
|
-
* react-jsx-runtime.production.min.js
|
|
28
|
-
*
|
|
29
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
30
|
-
*
|
|
31
|
-
* This source code is licensed under the MIT license found in the
|
|
32
|
-
* LICENSE file in the root directory of this source tree.
|
|
33
|
-
*/
|
|
34
|
-
var or;
|
|
35
|
-
function st() {
|
|
36
|
-
if (or)
|
|
37
|
-
return ce;
|
|
38
|
-
or = 1;
|
|
39
|
-
var e = M, s = Symbol.for("react.element"), t = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, n = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, o = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
40
|
-
function i(c, f, p) {
|
|
41
|
-
var g, b = {}, R = null, N = null;
|
|
42
|
-
p !== void 0 && (R = "" + p), f.key !== void 0 && (R = "" + f.key), f.ref !== void 0 && (N = f.ref);
|
|
43
|
-
for (g in f)
|
|
44
|
-
a.call(f, g) && !o.hasOwnProperty(g) && (b[g] = f[g]);
|
|
45
|
-
if (c && c.defaultProps)
|
|
46
|
-
for (g in f = c.defaultProps, f)
|
|
47
|
-
b[g] === void 0 && (b[g] = f[g]);
|
|
48
|
-
return { $$typeof: s, type: c, key: R, ref: N, props: b, _owner: n.current };
|
|
49
|
-
}
|
|
50
|
-
return ce.Fragment = t, ce.jsx = i, ce.jsxs = i, ce;
|
|
51
|
-
}
|
|
52
|
-
var ue = {};
|
|
22
|
+
import * as J from "react";
|
|
23
|
+
import Q, { useState as dt } from "react";
|
|
24
|
+
var Fe = { exports: {} }, ue = {};
|
|
53
25
|
/**
|
|
54
26
|
* @license React
|
|
55
27
|
* react-jsx-runtime.development.js
|
|
@@ -59,195 +31,195 @@ var ue = {};
|
|
|
59
31
|
* This source code is licensed under the MIT license found in the
|
|
60
32
|
* LICENSE file in the root directory of this source tree.
|
|
61
33
|
*/
|
|
62
|
-
var
|
|
63
|
-
function
|
|
64
|
-
return
|
|
65
|
-
var
|
|
66
|
-
function
|
|
67
|
-
if (
|
|
34
|
+
var rt;
|
|
35
|
+
function Jt() {
|
|
36
|
+
return rt || (rt = 1, process.env.NODE_ENV !== "production" && 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"), f = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), M = Symbol.iterator, T = "@@iterator";
|
|
38
|
+
function P(e) {
|
|
39
|
+
if (e === null || typeof e != "object")
|
|
68
40
|
return null;
|
|
69
|
-
var
|
|
70
|
-
return typeof
|
|
41
|
+
var a = M && e[M] || e[T];
|
|
42
|
+
return typeof a == "function" ? a : null;
|
|
71
43
|
}
|
|
72
|
-
var
|
|
73
|
-
function
|
|
44
|
+
var A = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
45
|
+
function C(e) {
|
|
74
46
|
{
|
|
75
|
-
for (var
|
|
76
|
-
|
|
77
|
-
ge("error",
|
|
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);
|
|
78
50
|
}
|
|
79
51
|
}
|
|
80
|
-
function ge(
|
|
52
|
+
function ge(e, a, l) {
|
|
81
53
|
{
|
|
82
|
-
var
|
|
83
|
-
|
|
84
|
-
var
|
|
54
|
+
var d = A.ReactDebugCurrentFrame, h = d.getStackAddendum();
|
|
55
|
+
h !== "" && (a += "%s", l = l.concat([h]));
|
|
56
|
+
var R = l.map(function(v) {
|
|
85
57
|
return String(v);
|
|
86
58
|
});
|
|
87
|
-
|
|
59
|
+
R.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, R);
|
|
88
60
|
}
|
|
89
61
|
}
|
|
90
|
-
var
|
|
62
|
+
var oe = !1, we = !1, be = !1, me = !1, ye = !1, Z;
|
|
91
63
|
Z = Symbol.for("react.module.reference");
|
|
92
|
-
function
|
|
93
|
-
return !!(typeof
|
|
64
|
+
function ae(e) {
|
|
65
|
+
return !!(typeof e == "string" || typeof e == "function" || e === o || e === s || ye || e === i || e === g || e === p || me || e === N || oe || we || be || typeof e == "object" && e !== null && (e.$$typeof === E || e.$$typeof === y || e.$$typeof === c || e.$$typeof === u || e.$$typeof === f || // This needs to include all possible module reference object
|
|
94
66
|
// types supported by any Flight configuration anywhere since
|
|
95
67
|
// we don't know which Flight build this will end up being used
|
|
96
68
|
// with.
|
|
97
|
-
|
|
69
|
+
e.$$typeof === Z || e.getModuleId !== void 0));
|
|
98
70
|
}
|
|
99
|
-
function
|
|
100
|
-
var
|
|
101
|
-
if (
|
|
102
|
-
return
|
|
103
|
-
var
|
|
104
|
-
return
|
|
71
|
+
function ie(e, a, l) {
|
|
72
|
+
var d = e.displayName;
|
|
73
|
+
if (d)
|
|
74
|
+
return d;
|
|
75
|
+
var h = a.displayName || a.name || "";
|
|
76
|
+
return h !== "" ? l + "(" + h + ")" : l;
|
|
105
77
|
}
|
|
106
|
-
function
|
|
107
|
-
return
|
|
78
|
+
function x(e) {
|
|
79
|
+
return e.displayName || "Context";
|
|
108
80
|
}
|
|
109
|
-
function
|
|
110
|
-
if (
|
|
81
|
+
function z(e) {
|
|
82
|
+
if (e == null)
|
|
111
83
|
return null;
|
|
112
|
-
if (typeof
|
|
113
|
-
return
|
|
114
|
-
if (typeof
|
|
115
|
-
return
|
|
116
|
-
switch (
|
|
117
|
-
case
|
|
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
|
+
return e.displayName || e.name || null;
|
|
86
|
+
if (typeof e == "string")
|
|
87
|
+
return e;
|
|
88
|
+
switch (e) {
|
|
89
|
+
case o:
|
|
118
90
|
return "Fragment";
|
|
119
|
-
case
|
|
91
|
+
case r:
|
|
120
92
|
return "Portal";
|
|
121
|
-
case
|
|
93
|
+
case s:
|
|
122
94
|
return "Profiler";
|
|
123
|
-
case
|
|
95
|
+
case i:
|
|
124
96
|
return "StrictMode";
|
|
125
|
-
case p:
|
|
126
|
-
return "Suspense";
|
|
127
97
|
case g:
|
|
98
|
+
return "Suspense";
|
|
99
|
+
case p:
|
|
128
100
|
return "SuspenseList";
|
|
129
101
|
}
|
|
130
|
-
if (typeof
|
|
131
|
-
switch (
|
|
102
|
+
if (typeof e == "object")
|
|
103
|
+
switch (e.$$typeof) {
|
|
104
|
+
case u:
|
|
105
|
+
var a = e;
|
|
106
|
+
return x(a) + ".Consumer";
|
|
132
107
|
case c:
|
|
133
|
-
var
|
|
134
|
-
return
|
|
135
|
-
case i:
|
|
136
|
-
var u = r;
|
|
137
|
-
return k(u._context) + ".Provider";
|
|
108
|
+
var l = e;
|
|
109
|
+
return x(l._context) + ".Provider";
|
|
138
110
|
case f:
|
|
139
|
-
return
|
|
140
|
-
case
|
|
141
|
-
var
|
|
142
|
-
return
|
|
143
|
-
case
|
|
144
|
-
var
|
|
111
|
+
return ie(e, e.render, "ForwardRef");
|
|
112
|
+
case y:
|
|
113
|
+
var d = e.displayName || null;
|
|
114
|
+
return d !== null ? d : z(e.type) || "Memo";
|
|
115
|
+
case E: {
|
|
116
|
+
var h = e, R = h._payload, v = h._init;
|
|
145
117
|
try {
|
|
146
|
-
return
|
|
147
|
-
} catch (
|
|
118
|
+
return z(v(R));
|
|
119
|
+
} catch (m) {
|
|
148
120
|
return null;
|
|
149
121
|
}
|
|
150
122
|
}
|
|
151
123
|
}
|
|
152
124
|
return null;
|
|
153
125
|
}
|
|
154
|
-
var D = Object.assign,
|
|
155
|
-
function
|
|
126
|
+
var D = Object.assign, V = 0, X, se, ee, G, le, q, H;
|
|
127
|
+
function ze() {
|
|
156
128
|
}
|
|
157
|
-
|
|
158
|
-
function
|
|
129
|
+
ze.__reactDisabledLog = !0;
|
|
130
|
+
function ht() {
|
|
159
131
|
{
|
|
160
|
-
if (
|
|
161
|
-
|
|
162
|
-
var
|
|
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
|
+
var e = {
|
|
163
135
|
configurable: !0,
|
|
164
136
|
enumerable: !0,
|
|
165
|
-
value:
|
|
137
|
+
value: ze,
|
|
166
138
|
writable: !0
|
|
167
139
|
};
|
|
168
140
|
Object.defineProperties(console, {
|
|
169
|
-
info:
|
|
170
|
-
log:
|
|
171
|
-
warn:
|
|
172
|
-
error:
|
|
173
|
-
group:
|
|
174
|
-
groupCollapsed:
|
|
175
|
-
groupEnd:
|
|
141
|
+
info: e,
|
|
142
|
+
log: e,
|
|
143
|
+
warn: e,
|
|
144
|
+
error: e,
|
|
145
|
+
group: e,
|
|
146
|
+
groupCollapsed: e,
|
|
147
|
+
groupEnd: e
|
|
176
148
|
});
|
|
177
149
|
}
|
|
178
|
-
|
|
150
|
+
V++;
|
|
179
151
|
}
|
|
180
152
|
}
|
|
181
|
-
function
|
|
153
|
+
function xt() {
|
|
182
154
|
{
|
|
183
|
-
if (
|
|
184
|
-
var
|
|
155
|
+
if (V--, V === 0) {
|
|
156
|
+
var e = {
|
|
185
157
|
configurable: !0,
|
|
186
158
|
enumerable: !0,
|
|
187
159
|
writable: !0
|
|
188
160
|
};
|
|
189
161
|
Object.defineProperties(console, {
|
|
190
|
-
log: D({},
|
|
191
|
-
value:
|
|
162
|
+
log: D({}, e, {
|
|
163
|
+
value: X
|
|
192
164
|
}),
|
|
193
|
-
info: D({},
|
|
194
|
-
value:
|
|
165
|
+
info: D({}, e, {
|
|
166
|
+
value: se
|
|
195
167
|
}),
|
|
196
|
-
warn: D({},
|
|
168
|
+
warn: D({}, e, {
|
|
197
169
|
value: ee
|
|
198
170
|
}),
|
|
199
|
-
error: D({},
|
|
171
|
+
error: D({}, e, {
|
|
200
172
|
value: G
|
|
201
173
|
}),
|
|
202
|
-
group: D({},
|
|
174
|
+
group: D({}, e, {
|
|
203
175
|
value: le
|
|
204
176
|
}),
|
|
205
|
-
groupCollapsed: D({},
|
|
206
|
-
value:
|
|
177
|
+
groupCollapsed: D({}, e, {
|
|
178
|
+
value: q
|
|
207
179
|
}),
|
|
208
|
-
groupEnd: D({},
|
|
209
|
-
value:
|
|
180
|
+
groupEnd: D({}, e, {
|
|
181
|
+
value: H
|
|
210
182
|
})
|
|
211
183
|
});
|
|
212
184
|
}
|
|
213
|
-
|
|
185
|
+
V < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
214
186
|
}
|
|
215
187
|
}
|
|
216
|
-
var
|
|
217
|
-
function
|
|
188
|
+
var Te = A.ReactCurrentDispatcher, je;
|
|
189
|
+
function ve(e, a, l) {
|
|
218
190
|
{
|
|
219
|
-
if (
|
|
191
|
+
if (je === void 0)
|
|
220
192
|
try {
|
|
221
193
|
throw Error();
|
|
222
|
-
} catch (
|
|
223
|
-
var
|
|
224
|
-
|
|
194
|
+
} catch (h) {
|
|
195
|
+
var d = h.stack.trim().match(/\n( *(at )?)/);
|
|
196
|
+
je = d && d[1] || "";
|
|
225
197
|
}
|
|
226
198
|
return `
|
|
227
|
-
` +
|
|
199
|
+
` + je + e;
|
|
228
200
|
}
|
|
229
201
|
}
|
|
230
|
-
var
|
|
202
|
+
var _e = !1, he;
|
|
231
203
|
{
|
|
232
|
-
var
|
|
233
|
-
|
|
204
|
+
var Rt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
205
|
+
he = new Rt();
|
|
234
206
|
}
|
|
235
|
-
function
|
|
236
|
-
if (!
|
|
207
|
+
function De(e, a) {
|
|
208
|
+
if (!e || _e)
|
|
237
209
|
return "";
|
|
238
210
|
{
|
|
239
|
-
var
|
|
240
|
-
if (
|
|
241
|
-
return
|
|
211
|
+
var l = he.get(e);
|
|
212
|
+
if (l !== void 0)
|
|
213
|
+
return l;
|
|
242
214
|
}
|
|
243
|
-
var
|
|
244
|
-
|
|
245
|
-
var
|
|
215
|
+
var d;
|
|
216
|
+
_e = !0;
|
|
217
|
+
var h = Error.prepareStackTrace;
|
|
246
218
|
Error.prepareStackTrace = void 0;
|
|
247
|
-
var
|
|
248
|
-
|
|
219
|
+
var R;
|
|
220
|
+
R = Te.current, Te.current = null, ht();
|
|
249
221
|
try {
|
|
250
|
-
if (
|
|
222
|
+
if (a) {
|
|
251
223
|
var v = function() {
|
|
252
224
|
throw Error();
|
|
253
225
|
};
|
|
@@ -258,749 +230,777 @@ function at() {
|
|
|
258
230
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
259
231
|
try {
|
|
260
232
|
Reflect.construct(v, []);
|
|
261
|
-
} catch (
|
|
262
|
-
|
|
233
|
+
} catch (W) {
|
|
234
|
+
d = W;
|
|
263
235
|
}
|
|
264
|
-
Reflect.construct(
|
|
236
|
+
Reflect.construct(e, [], v);
|
|
265
237
|
} else {
|
|
266
238
|
try {
|
|
267
239
|
v.call();
|
|
268
|
-
} catch (
|
|
269
|
-
|
|
240
|
+
} catch (W) {
|
|
241
|
+
d = W;
|
|
270
242
|
}
|
|
271
|
-
|
|
243
|
+
e.call(v.prototype);
|
|
272
244
|
}
|
|
273
245
|
} else {
|
|
274
246
|
try {
|
|
275
247
|
throw Error();
|
|
276
|
-
} catch (
|
|
277
|
-
|
|
248
|
+
} catch (W) {
|
|
249
|
+
d = W;
|
|
278
250
|
}
|
|
279
|
-
|
|
251
|
+
e();
|
|
280
252
|
}
|
|
281
|
-
} catch (
|
|
282
|
-
if (
|
|
283
|
-
for (var
|
|
284
|
-
`),
|
|
285
|
-
`),
|
|
286
|
-
|
|
287
|
-
for (;
|
|
288
|
-
if (
|
|
289
|
-
if (
|
|
253
|
+
} catch (W) {
|
|
254
|
+
if (W && d && typeof W.stack == "string") {
|
|
255
|
+
for (var m = W.stack.split(`
|
|
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)
|
|
290
262
|
do
|
|
291
|
-
if (
|
|
292
|
-
var
|
|
293
|
-
` +
|
|
294
|
-
return
|
|
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;
|
|
295
267
|
}
|
|
296
|
-
while (
|
|
268
|
+
while (j >= 1 && _ >= 0);
|
|
297
269
|
break;
|
|
298
270
|
}
|
|
299
271
|
}
|
|
300
272
|
} finally {
|
|
301
|
-
|
|
273
|
+
_e = !1, Te.current = R, xt(), Error.prepareStackTrace = h;
|
|
302
274
|
}
|
|
303
|
-
var
|
|
304
|
-
return typeof
|
|
275
|
+
var re = e ? e.displayName || e.name : "", Ke = re ? ve(re) : "";
|
|
276
|
+
return typeof e == "function" && he.set(e, Ke), Ke;
|
|
305
277
|
}
|
|
306
|
-
function
|
|
307
|
-
return
|
|
278
|
+
function Et(e, a, l) {
|
|
279
|
+
return De(e, !1);
|
|
308
280
|
}
|
|
309
|
-
function
|
|
310
|
-
var
|
|
311
|
-
return !!(
|
|
281
|
+
function Ct(e) {
|
|
282
|
+
var a = e.prototype;
|
|
283
|
+
return !!(a && a.isReactComponent);
|
|
312
284
|
}
|
|
313
|
-
function
|
|
314
|
-
if (
|
|
285
|
+
function xe(e, a, l) {
|
|
286
|
+
if (e == null)
|
|
315
287
|
return "";
|
|
316
|
-
if (typeof
|
|
317
|
-
return
|
|
318
|
-
if (typeof
|
|
319
|
-
return
|
|
320
|
-
switch (
|
|
321
|
-
case p:
|
|
322
|
-
return ye("Suspense");
|
|
288
|
+
if (typeof e == "function")
|
|
289
|
+
return De(e, Ct(e));
|
|
290
|
+
if (typeof e == "string")
|
|
291
|
+
return ve(e);
|
|
292
|
+
switch (e) {
|
|
323
293
|
case g:
|
|
324
|
-
return
|
|
294
|
+
return ve("Suspense");
|
|
295
|
+
case p:
|
|
296
|
+
return ve("SuspenseList");
|
|
325
297
|
}
|
|
326
|
-
if (typeof
|
|
327
|
-
switch (
|
|
298
|
+
if (typeof e == "object")
|
|
299
|
+
switch (e.$$typeof) {
|
|
328
300
|
case f:
|
|
329
|
-
return
|
|
330
|
-
case
|
|
331
|
-
return
|
|
332
|
-
case
|
|
333
|
-
var
|
|
301
|
+
return Et(e.render);
|
|
302
|
+
case y:
|
|
303
|
+
return xe(e.type, a, l);
|
|
304
|
+
case E: {
|
|
305
|
+
var d = e, h = d._payload, R = d._init;
|
|
334
306
|
try {
|
|
335
|
-
return
|
|
307
|
+
return xe(R(h), a, l);
|
|
336
308
|
} catch (v) {
|
|
337
309
|
}
|
|
338
310
|
}
|
|
339
311
|
}
|
|
340
312
|
return "";
|
|
341
313
|
}
|
|
342
|
-
var
|
|
343
|
-
function
|
|
344
|
-
if (
|
|
345
|
-
var
|
|
346
|
-
|
|
314
|
+
var Re = Object.prototype.hasOwnProperty, Be = {}, Le = A.ReactDebugCurrentFrame;
|
|
315
|
+
function Ee(e) {
|
|
316
|
+
if (e) {
|
|
317
|
+
var a = e._owner, l = xe(e.type, e._source, a ? a.type : null);
|
|
318
|
+
Le.setExtraStackFrame(l);
|
|
347
319
|
} else
|
|
348
|
-
|
|
320
|
+
Le.setExtraStackFrame(null);
|
|
349
321
|
}
|
|
350
|
-
function
|
|
322
|
+
function kt(e, a, l, d, h) {
|
|
351
323
|
{
|
|
352
|
-
var
|
|
353
|
-
for (var v in
|
|
354
|
-
if (
|
|
355
|
-
var
|
|
324
|
+
var R = Function.call.bind(Re);
|
|
325
|
+
for (var v in e)
|
|
326
|
+
if (R(e, v)) {
|
|
327
|
+
var m = void 0;
|
|
356
328
|
try {
|
|
357
|
-
if (typeof
|
|
358
|
-
var
|
|
359
|
-
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;
|
|
360
332
|
}
|
|
361
|
-
|
|
362
|
-
} catch (
|
|
363
|
-
|
|
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;
|
|
364
336
|
}
|
|
365
|
-
|
|
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));
|
|
366
338
|
}
|
|
367
339
|
}
|
|
368
340
|
}
|
|
369
|
-
var
|
|
370
|
-
function
|
|
371
|
-
return
|
|
341
|
+
var Tt = Array.isArray;
|
|
342
|
+
function Se(e) {
|
|
343
|
+
return Tt(e);
|
|
372
344
|
}
|
|
373
|
-
function
|
|
345
|
+
function jt(e) {
|
|
374
346
|
{
|
|
375
|
-
var
|
|
376
|
-
return
|
|
347
|
+
var a = typeof Symbol == "function" && Symbol.toStringTag, l = a && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
348
|
+
return l;
|
|
377
349
|
}
|
|
378
350
|
}
|
|
379
|
-
function
|
|
351
|
+
function _t(e) {
|
|
380
352
|
try {
|
|
381
|
-
return
|
|
382
|
-
} catch (
|
|
353
|
+
return We(e), !1;
|
|
354
|
+
} catch (a) {
|
|
383
355
|
return !0;
|
|
384
356
|
}
|
|
385
357
|
}
|
|
386
|
-
function
|
|
387
|
-
return "" +
|
|
358
|
+
function We(e) {
|
|
359
|
+
return "" + e;
|
|
388
360
|
}
|
|
389
|
-
function
|
|
390
|
-
if (
|
|
391
|
-
return
|
|
361
|
+
function $e(e) {
|
|
362
|
+
if (_t(e))
|
|
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);
|
|
392
364
|
}
|
|
393
|
-
var
|
|
365
|
+
var ce = A.ReactCurrentOwner, St = {
|
|
394
366
|
key: !0,
|
|
395
367
|
ref: !0,
|
|
396
368
|
__self: !0,
|
|
397
369
|
__source: !0
|
|
398
|
-
},
|
|
399
|
-
|
|
400
|
-
function
|
|
401
|
-
if (
|
|
402
|
-
var
|
|
403
|
-
if (
|
|
370
|
+
}, Ve, Ge, Pe;
|
|
371
|
+
Pe = {};
|
|
372
|
+
function Pt(e) {
|
|
373
|
+
if (Re.call(e, "ref")) {
|
|
374
|
+
var a = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
375
|
+
if (a && a.isReactWarning)
|
|
404
376
|
return !1;
|
|
405
377
|
}
|
|
406
|
-
return
|
|
378
|
+
return e.ref !== void 0;
|
|
407
379
|
}
|
|
408
|
-
function
|
|
409
|
-
if (
|
|
410
|
-
var
|
|
411
|
-
if (
|
|
380
|
+
function At(e) {
|
|
381
|
+
if (Re.call(e, "key")) {
|
|
382
|
+
var a = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
383
|
+
if (a && a.isReactWarning)
|
|
412
384
|
return !1;
|
|
413
385
|
}
|
|
414
|
-
return
|
|
386
|
+
return e.key !== void 0;
|
|
415
387
|
}
|
|
416
|
-
function
|
|
417
|
-
if (typeof
|
|
418
|
-
var
|
|
419
|
-
|
|
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);
|
|
420
392
|
}
|
|
421
393
|
}
|
|
422
|
-
function
|
|
394
|
+
function Ot(e, a) {
|
|
423
395
|
{
|
|
424
|
-
var
|
|
425
|
-
|
|
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));
|
|
426
398
|
};
|
|
427
|
-
|
|
428
|
-
get:
|
|
399
|
+
l.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
400
|
+
get: l,
|
|
429
401
|
configurable: !0
|
|
430
402
|
});
|
|
431
403
|
}
|
|
432
404
|
}
|
|
433
|
-
function
|
|
405
|
+
function Ft(e, a) {
|
|
434
406
|
{
|
|
435
|
-
var
|
|
436
|
-
|
|
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));
|
|
437
409
|
};
|
|
438
|
-
|
|
439
|
-
get:
|
|
410
|
+
l.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
411
|
+
get: l,
|
|
440
412
|
configurable: !0
|
|
441
413
|
});
|
|
442
414
|
}
|
|
443
415
|
}
|
|
444
|
-
var
|
|
445
|
-
var
|
|
416
|
+
var It = function(e, a, l, d, h, R, v) {
|
|
417
|
+
var m = {
|
|
446
418
|
// This tag allows us to uniquely identify this as a React Element
|
|
447
|
-
$$typeof:
|
|
419
|
+
$$typeof: n,
|
|
448
420
|
// Built-in properties that belong on the element
|
|
449
|
-
type:
|
|
450
|
-
key:
|
|
451
|
-
ref:
|
|
421
|
+
type: e,
|
|
422
|
+
key: a,
|
|
423
|
+
ref: l,
|
|
452
424
|
props: v,
|
|
453
425
|
// Record the component responsible for creating this element.
|
|
454
|
-
_owner:
|
|
426
|
+
_owner: R
|
|
455
427
|
};
|
|
456
|
-
return
|
|
428
|
+
return m._store = {}, Object.defineProperty(m._store, "validated", {
|
|
457
429
|
configurable: !1,
|
|
458
430
|
enumerable: !1,
|
|
459
431
|
writable: !0,
|
|
460
432
|
value: !1
|
|
461
|
-
}), Object.defineProperty(
|
|
433
|
+
}), Object.defineProperty(m, "_self", {
|
|
462
434
|
configurable: !1,
|
|
463
435
|
enumerable: !1,
|
|
464
436
|
writable: !1,
|
|
465
|
-
value:
|
|
466
|
-
}), Object.defineProperty(
|
|
437
|
+
value: d
|
|
438
|
+
}), Object.defineProperty(m, "_source", {
|
|
467
439
|
configurable: !1,
|
|
468
440
|
enumerable: !1,
|
|
469
441
|
writable: !1,
|
|
470
|
-
value:
|
|
471
|
-
}), Object.freeze && (Object.freeze(
|
|
442
|
+
value: h
|
|
443
|
+
}), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
|
|
472
444
|
};
|
|
473
|
-
function
|
|
445
|
+
function Mt(e, a, l, d, h) {
|
|
474
446
|
{
|
|
475
|
-
var
|
|
476
|
-
|
|
477
|
-
for (
|
|
478
|
-
|
|
479
|
-
if (
|
|
480
|
-
var
|
|
481
|
-
for (
|
|
482
|
-
v[
|
|
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
|
+
if (e && e.defaultProps) {
|
|
452
|
+
var j = e.defaultProps;
|
|
453
|
+
for (R in j)
|
|
454
|
+
v[R] === void 0 && (v[R] = j[R]);
|
|
483
455
|
}
|
|
484
|
-
if (
|
|
485
|
-
var
|
|
486
|
-
|
|
456
|
+
if (m || I) {
|
|
457
|
+
var _ = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
458
|
+
m && Ot(v, _), I && Ft(v, _);
|
|
487
459
|
}
|
|
488
|
-
return
|
|
460
|
+
return It(e, m, I, h, d, ce.current, v);
|
|
489
461
|
}
|
|
490
462
|
}
|
|
491
|
-
var
|
|
492
|
-
function
|
|
493
|
-
if (
|
|
494
|
-
var
|
|
495
|
-
|
|
463
|
+
var Ae = A.ReactCurrentOwner, qe = A.ReactDebugCurrentFrame;
|
|
464
|
+
function te(e) {
|
|
465
|
+
if (e) {
|
|
466
|
+
var a = e._owner, l = xe(e.type, e._source, a ? a.type : null);
|
|
467
|
+
qe.setExtraStackFrame(l);
|
|
496
468
|
} else
|
|
497
|
-
|
|
469
|
+
qe.setExtraStackFrame(null);
|
|
498
470
|
}
|
|
499
|
-
var
|
|
500
|
-
|
|
501
|
-
function
|
|
502
|
-
return typeof
|
|
471
|
+
var Ne;
|
|
472
|
+
Ne = !1;
|
|
473
|
+
function Oe(e) {
|
|
474
|
+
return typeof e == "object" && e !== null && e.$$typeof === n;
|
|
503
475
|
}
|
|
504
|
-
function
|
|
476
|
+
function Ye() {
|
|
505
477
|
{
|
|
506
|
-
if (
|
|
507
|
-
var
|
|
508
|
-
if (
|
|
478
|
+
if (Ae.current) {
|
|
479
|
+
var e = z(Ae.current.type);
|
|
480
|
+
if (e)
|
|
509
481
|
return `
|
|
510
482
|
|
|
511
|
-
Check the render method of \`` +
|
|
483
|
+
Check the render method of \`` + e + "`.";
|
|
512
484
|
}
|
|
513
485
|
return "";
|
|
514
486
|
}
|
|
515
487
|
}
|
|
516
|
-
function
|
|
488
|
+
function zt(e) {
|
|
517
489
|
{
|
|
518
|
-
if (
|
|
519
|
-
var
|
|
490
|
+
if (e !== void 0) {
|
|
491
|
+
var a = e.fileName.replace(/^.*[\\\/]/, ""), l = e.lineNumber;
|
|
520
492
|
return `
|
|
521
493
|
|
|
522
|
-
Check your code at ` +
|
|
494
|
+
Check your code at ` + a + ":" + l + ".";
|
|
523
495
|
}
|
|
524
496
|
return "";
|
|
525
497
|
}
|
|
526
498
|
}
|
|
527
|
-
var
|
|
528
|
-
function
|
|
499
|
+
var Ue = {};
|
|
500
|
+
function Dt(e) {
|
|
529
501
|
{
|
|
530
|
-
var
|
|
531
|
-
if (!
|
|
532
|
-
var
|
|
533
|
-
|
|
502
|
+
var a = Ye();
|
|
503
|
+
if (!a) {
|
|
504
|
+
var l = typeof e == "string" ? e : e.displayName || e.name;
|
|
505
|
+
l && (a = `
|
|
534
506
|
|
|
535
|
-
Check the top-level render call using <` +
|
|
507
|
+
Check the top-level render call using <` + l + ">.");
|
|
536
508
|
}
|
|
537
|
-
return
|
|
509
|
+
return a;
|
|
538
510
|
}
|
|
539
511
|
}
|
|
540
|
-
function
|
|
512
|
+
function Je(e, a) {
|
|
541
513
|
{
|
|
542
|
-
if (!
|
|
514
|
+
if (!e._store || e._store.validated || e.key != null)
|
|
543
515
|
return;
|
|
544
|
-
|
|
545
|
-
var
|
|
546
|
-
if (
|
|
516
|
+
e._store.validated = !0;
|
|
517
|
+
var l = Dt(a);
|
|
518
|
+
if (Ue[l])
|
|
547
519
|
return;
|
|
548
|
-
|
|
549
|
-
var
|
|
550
|
-
|
|
520
|
+
Ue[l] = !0;
|
|
521
|
+
var d = "";
|
|
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);
|
|
551
523
|
}
|
|
552
524
|
}
|
|
553
|
-
function
|
|
525
|
+
function Xe(e, a) {
|
|
554
526
|
{
|
|
555
|
-
if (typeof
|
|
527
|
+
if (typeof e != "object")
|
|
556
528
|
return;
|
|
557
|
-
if (
|
|
558
|
-
for (var
|
|
559
|
-
var
|
|
560
|
-
|
|
529
|
+
if (Se(e))
|
|
530
|
+
for (var l = 0; l < e.length; l++) {
|
|
531
|
+
var d = e[l];
|
|
532
|
+
Oe(d) && Je(d, a);
|
|
561
533
|
}
|
|
562
|
-
else if (
|
|
563
|
-
|
|
564
|
-
else if (
|
|
565
|
-
var
|
|
566
|
-
if (typeof
|
|
567
|
-
for (var
|
|
568
|
-
|
|
534
|
+
else if (Oe(e))
|
|
535
|
+
e._store && (e._store.validated = !0);
|
|
536
|
+
else if (e) {
|
|
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);
|
|
569
541
|
}
|
|
570
542
|
}
|
|
571
543
|
}
|
|
572
|
-
function
|
|
544
|
+
function Bt(e) {
|
|
573
545
|
{
|
|
574
|
-
var
|
|
575
|
-
if (
|
|
546
|
+
var a = e.type;
|
|
547
|
+
if (a == null || typeof a == "string")
|
|
576
548
|
return;
|
|
577
|
-
var
|
|
578
|
-
if (typeof
|
|
579
|
-
|
|
580
|
-
else if (typeof
|
|
549
|
+
var l;
|
|
550
|
+
if (typeof a == "function")
|
|
551
|
+
l = a.propTypes;
|
|
552
|
+
else if (typeof a == "object" && (a.$$typeof === f || // Note: Memo only checks outer props here.
|
|
581
553
|
// Inner props are checked in the reconciler.
|
|
582
|
-
|
|
583
|
-
|
|
554
|
+
a.$$typeof === y))
|
|
555
|
+
l = a.propTypes;
|
|
584
556
|
else
|
|
585
557
|
return;
|
|
586
|
-
if (
|
|
587
|
-
var
|
|
588
|
-
|
|
589
|
-
} else if (
|
|
590
|
-
|
|
591
|
-
var
|
|
592
|
-
|
|
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");
|
|
593
565
|
}
|
|
594
|
-
typeof
|
|
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.");
|
|
595
567
|
}
|
|
596
568
|
}
|
|
597
|
-
function
|
|
569
|
+
function Lt(e) {
|
|
598
570
|
{
|
|
599
|
-
for (var
|
|
600
|
-
var
|
|
601
|
-
if (
|
|
602
|
-
|
|
571
|
+
for (var a = Object.keys(e.props), l = 0; l < a.length; l++) {
|
|
572
|
+
var d = a[l];
|
|
573
|
+
if (d !== "children" && d !== "key") {
|
|
574
|
+
te(e), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", d), te(null);
|
|
603
575
|
break;
|
|
604
576
|
}
|
|
605
577
|
}
|
|
606
|
-
|
|
578
|
+
e.ref !== null && (te(e), C("Invalid attribute `ref` supplied to `React.Fragment`."), te(null));
|
|
607
579
|
}
|
|
608
580
|
}
|
|
609
|
-
function
|
|
581
|
+
function He(e, a, l, d, h, R) {
|
|
610
582
|
{
|
|
611
|
-
var v =
|
|
583
|
+
var v = ae(e);
|
|
612
584
|
if (!v) {
|
|
613
|
-
var
|
|
614
|
-
(
|
|
615
|
-
var
|
|
616
|
-
|
|
617
|
-
var
|
|
618
|
-
|
|
585
|
+
var m = "";
|
|
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 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);
|
|
619
591
|
}
|
|
620
|
-
var
|
|
621
|
-
if (
|
|
622
|
-
return
|
|
592
|
+
var _ = Mt(e, a, l, h, R);
|
|
593
|
+
if (_ == null)
|
|
594
|
+
return _;
|
|
623
595
|
if (v) {
|
|
624
|
-
var
|
|
625
|
-
if (
|
|
626
|
-
if (
|
|
627
|
-
if (
|
|
628
|
-
for (var
|
|
629
|
-
|
|
630
|
-
Object.freeze && Object.freeze(
|
|
596
|
+
var B = a.children;
|
|
597
|
+
if (B !== void 0)
|
|
598
|
+
if (d)
|
|
599
|
+
if (Se(B)) {
|
|
600
|
+
for (var re = 0; re < B.length; re++)
|
|
601
|
+
Xe(B[re], e);
|
|
602
|
+
Object.freeze && Object.freeze(B);
|
|
631
603
|
} else
|
|
632
|
-
|
|
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.");
|
|
633
605
|
else
|
|
634
|
-
|
|
606
|
+
Xe(B, e);
|
|
635
607
|
}
|
|
636
|
-
return
|
|
608
|
+
return e === o ? Lt(_) : Bt(_), _;
|
|
637
609
|
}
|
|
638
610
|
}
|
|
639
|
-
function
|
|
640
|
-
return
|
|
611
|
+
function Wt(e, a, l) {
|
|
612
|
+
return He(e, a, l, !0);
|
|
641
613
|
}
|
|
642
|
-
function
|
|
643
|
-
return
|
|
614
|
+
function $t(e, a, l) {
|
|
615
|
+
return He(e, a, l, !1);
|
|
644
616
|
}
|
|
645
|
-
var
|
|
646
|
-
ue.Fragment =
|
|
617
|
+
var Vt = $t, Gt = Wt;
|
|
618
|
+
ue.Fragment = o, ue.jsx = Vt, ue.jsxs = Gt;
|
|
647
619
|
}()), ue;
|
|
648
620
|
}
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
621
|
+
var de = {};
|
|
622
|
+
/**
|
|
623
|
+
* @license React
|
|
624
|
+
* react-jsx-runtime.production.min.js
|
|
625
|
+
*
|
|
626
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
627
|
+
*
|
|
628
|
+
* This source code is licensed under the MIT license found in the
|
|
629
|
+
* LICENSE file in the root directory of this source tree.
|
|
630
|
+
*/
|
|
631
|
+
var nt;
|
|
632
|
+
function Xt() {
|
|
633
|
+
if (nt)
|
|
634
|
+
return de;
|
|
635
|
+
nt = 1;
|
|
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, f, g) {
|
|
638
|
+
var p, y = {}, E = null, N = null;
|
|
639
|
+
g !== void 0 && (E = "" + g), f.key !== void 0 && (E = "" + f.key), f.ref !== void 0 && (N = f.ref);
|
|
640
|
+
for (p in f)
|
|
641
|
+
o.call(f, p) && !s.hasOwnProperty(p) && (y[p] = f[p]);
|
|
642
|
+
if (u && u.defaultProps)
|
|
643
|
+
for (p in f = u.defaultProps, f)
|
|
644
|
+
y[p] === void 0 && (y[p] = f[p]);
|
|
645
|
+
return { $$typeof: n, type: u, key: E, ref: N, props: y, _owner: i.current };
|
|
646
|
+
}
|
|
647
|
+
return de.Fragment = r, de.jsx = c, de.jsxs = c, de;
|
|
648
|
+
}
|
|
649
|
+
process.env.NODE_ENV === "production" ? Fe.exports = Xt() : Fe.exports = Jt();
|
|
650
|
+
var b = Fe.exports;
|
|
651
|
+
function ft(t) {
|
|
652
|
+
var n, r, o = "";
|
|
653
|
+
if (typeof t == "string" || typeof t == "number")
|
|
654
|
+
o += t;
|
|
655
|
+
else if (typeof t == "object")
|
|
656
|
+
if (Array.isArray(t)) {
|
|
657
|
+
var i = t.length;
|
|
658
|
+
for (n = 0; n < i; n++)
|
|
659
|
+
t[n] && (r = ft(t[n])) && (o && (o += " "), o += r);
|
|
660
660
|
} else
|
|
661
|
-
for (
|
|
662
|
-
|
|
663
|
-
return
|
|
661
|
+
for (r in t)
|
|
662
|
+
t[r] && (o && (o += " "), o += r);
|
|
663
|
+
return o;
|
|
664
664
|
}
|
|
665
|
-
function
|
|
666
|
-
for (var
|
|
667
|
-
(
|
|
668
|
-
return
|
|
665
|
+
function S() {
|
|
666
|
+
for (var t, n, r = 0, o = "", i = arguments.length; r < i; r++)
|
|
667
|
+
(t = arguments[r]) && (n = ft(t)) && (o && (o += " "), o += n);
|
|
668
|
+
return o;
|
|
669
669
|
}
|
|
670
|
-
const
|
|
671
|
-
function
|
|
672
|
-
const
|
|
673
|
-
conflictingClassGroups:
|
|
674
|
-
conflictingClassGroupModifiers:
|
|
675
|
-
} =
|
|
676
|
-
function
|
|
677
|
-
const
|
|
678
|
-
return
|
|
670
|
+
const Me = "-";
|
|
671
|
+
function Ht(t) {
|
|
672
|
+
const n = Qt(t), {
|
|
673
|
+
conflictingClassGroups: r,
|
|
674
|
+
conflictingClassGroupModifiers: o
|
|
675
|
+
} = t;
|
|
676
|
+
function i(c) {
|
|
677
|
+
const u = c.split(Me);
|
|
678
|
+
return u[0] === "" && u.length !== 1 && u.shift(), pt(u, n) || Kt(c);
|
|
679
679
|
}
|
|
680
|
-
function
|
|
681
|
-
const f =
|
|
682
|
-
return
|
|
680
|
+
function s(c, u) {
|
|
681
|
+
const f = r[c] || [];
|
|
682
|
+
return u && o[c] ? [...f, ...o[c]] : f;
|
|
683
683
|
}
|
|
684
684
|
return {
|
|
685
|
-
getClassGroupId:
|
|
686
|
-
getConflictingClassGroupIds:
|
|
685
|
+
getClassGroupId: i,
|
|
686
|
+
getConflictingClassGroupIds: s
|
|
687
687
|
};
|
|
688
688
|
}
|
|
689
|
-
function
|
|
690
|
-
var
|
|
691
|
-
if (
|
|
692
|
-
return
|
|
693
|
-
const
|
|
694
|
-
if (
|
|
695
|
-
return
|
|
696
|
-
if (
|
|
689
|
+
function pt(t, n) {
|
|
690
|
+
var c;
|
|
691
|
+
if (t.length === 0)
|
|
692
|
+
return n.classGroupId;
|
|
693
|
+
const r = t[0], o = n.nextPart.get(r), i = o ? pt(t.slice(1), o) : void 0;
|
|
694
|
+
if (i)
|
|
695
|
+
return i;
|
|
696
|
+
if (n.validators.length === 0)
|
|
697
697
|
return;
|
|
698
|
-
const
|
|
699
|
-
return (
|
|
700
|
-
validator:
|
|
701
|
-
}) =>
|
|
698
|
+
const s = t.join(Me);
|
|
699
|
+
return (c = n.validators.find(({
|
|
700
|
+
validator: u
|
|
701
|
+
}) => u(s))) == null ? void 0 : c.classGroupId;
|
|
702
702
|
}
|
|
703
|
-
const
|
|
704
|
-
function
|
|
705
|
-
if (
|
|
706
|
-
const
|
|
707
|
-
if (
|
|
708
|
-
return "arbitrary.." +
|
|
703
|
+
const ot = /^\[(.+)\]$/;
|
|
704
|
+
function Kt(t) {
|
|
705
|
+
if (ot.test(t)) {
|
|
706
|
+
const n = ot.exec(t)[1], r = n == null ? void 0 : n.substring(0, n.indexOf(":"));
|
|
707
|
+
if (r)
|
|
708
|
+
return "arbitrary.." + r;
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
-
function
|
|
711
|
+
function Qt(t) {
|
|
712
712
|
const {
|
|
713
|
-
theme:
|
|
714
|
-
prefix:
|
|
715
|
-
} =
|
|
713
|
+
theme: n,
|
|
714
|
+
prefix: r
|
|
715
|
+
} = t, o = {
|
|
716
716
|
nextPart: /* @__PURE__ */ new Map(),
|
|
717
717
|
validators: []
|
|
718
718
|
};
|
|
719
|
-
return
|
|
720
|
-
|
|
721
|
-
}),
|
|
719
|
+
return er(Object.entries(t.classGroups), r).forEach(([s, c]) => {
|
|
720
|
+
Ie(c, o, s, n);
|
|
721
|
+
}), o;
|
|
722
722
|
}
|
|
723
|
-
function
|
|
724
|
-
|
|
725
|
-
if (typeof
|
|
726
|
-
const
|
|
727
|
-
|
|
723
|
+
function Ie(t, n, r, o) {
|
|
724
|
+
t.forEach((i) => {
|
|
725
|
+
if (typeof i == "string") {
|
|
726
|
+
const s = i === "" ? n : at(n, i);
|
|
727
|
+
s.classGroupId = r;
|
|
728
728
|
return;
|
|
729
729
|
}
|
|
730
|
-
if (typeof
|
|
731
|
-
if (
|
|
732
|
-
|
|
730
|
+
if (typeof i == "function") {
|
|
731
|
+
if (Zt(i)) {
|
|
732
|
+
Ie(i(o), n, r, o);
|
|
733
733
|
return;
|
|
734
734
|
}
|
|
735
|
-
|
|
736
|
-
validator:
|
|
737
|
-
classGroupId:
|
|
735
|
+
n.validators.push({
|
|
736
|
+
validator: i,
|
|
737
|
+
classGroupId: r
|
|
738
738
|
});
|
|
739
739
|
return;
|
|
740
740
|
}
|
|
741
|
-
Object.entries(
|
|
742
|
-
|
|
741
|
+
Object.entries(i).forEach(([s, c]) => {
|
|
742
|
+
Ie(c, at(n, s), r, o);
|
|
743
743
|
});
|
|
744
744
|
});
|
|
745
745
|
}
|
|
746
|
-
function
|
|
747
|
-
let
|
|
748
|
-
return
|
|
749
|
-
|
|
746
|
+
function at(t, n) {
|
|
747
|
+
let r = t;
|
|
748
|
+
return n.split(Me).forEach((o) => {
|
|
749
|
+
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
750
750
|
nextPart: /* @__PURE__ */ new Map(),
|
|
751
751
|
validators: []
|
|
752
|
-
}),
|
|
753
|
-
}),
|
|
752
|
+
}), r = r.nextPart.get(o);
|
|
753
|
+
}), r;
|
|
754
754
|
}
|
|
755
|
-
function
|
|
756
|
-
return
|
|
755
|
+
function Zt(t) {
|
|
756
|
+
return t.isThemeGetter;
|
|
757
757
|
}
|
|
758
|
-
function
|
|
759
|
-
return
|
|
760
|
-
const
|
|
761
|
-
return [
|
|
762
|
-
}) :
|
|
758
|
+
function er(t, n) {
|
|
759
|
+
return n ? t.map(([r, o]) => {
|
|
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
|
+
return [r, i];
|
|
762
|
+
}) : t;
|
|
763
763
|
}
|
|
764
|
-
function
|
|
765
|
-
if (
|
|
764
|
+
function tr(t) {
|
|
765
|
+
if (t < 1)
|
|
766
766
|
return {
|
|
767
767
|
get: () => {
|
|
768
768
|
},
|
|
769
769
|
set: () => {
|
|
770
770
|
}
|
|
771
771
|
};
|
|
772
|
-
let
|
|
773
|
-
function
|
|
774
|
-
|
|
772
|
+
let n = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
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
|
|
779
|
-
if (
|
|
780
|
-
return
|
|
781
|
-
if ((
|
|
782
|
-
return
|
|
777
|
+
get(s) {
|
|
778
|
+
let c = r.get(s);
|
|
779
|
+
if (c !== void 0)
|
|
780
|
+
return c;
|
|
781
|
+
if ((c = o.get(s)) !== void 0)
|
|
782
|
+
return i(s, c), c;
|
|
783
783
|
},
|
|
784
|
-
set(
|
|
785
|
-
|
|
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
|
|
791
|
-
const
|
|
792
|
-
return function(
|
|
793
|
-
const
|
|
794
|
-
let f = 0,
|
|
795
|
-
for (let
|
|
796
|
-
let
|
|
789
|
+
const gt = "!";
|
|
790
|
+
function rr(t) {
|
|
791
|
+
const n = t.separator, r = n.length === 1, o = n[0], i = n.length;
|
|
792
|
+
return function(c) {
|
|
793
|
+
const u = [];
|
|
794
|
+
let f = 0, g = 0, p;
|
|
795
|
+
for (let T = 0; T < c.length; T++) {
|
|
796
|
+
let P = c[T];
|
|
797
797
|
if (f === 0) {
|
|
798
|
-
if (
|
|
799
|
-
|
|
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 (
|
|
803
|
-
|
|
802
|
+
if (P === "/") {
|
|
803
|
+
p = T;
|
|
804
804
|
continue;
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
|
-
|
|
807
|
+
P === "[" ? f++ : P === "]" && f--;
|
|
808
808
|
}
|
|
809
|
-
const
|
|
809
|
+
const y = u.length === 0 ? c : c.substring(g), E = y.startsWith(gt), N = E ? y.substring(1) : y, M = p && p > g ? p - g : void 0;
|
|
810
810
|
return {
|
|
811
|
-
modifiers:
|
|
812
|
-
hasImportantModifier:
|
|
811
|
+
modifiers: u,
|
|
812
|
+
hasImportantModifier: E,
|
|
813
813
|
baseClassName: N,
|
|
814
|
-
maybePostfixModifierPosition:
|
|
814
|
+
maybePostfixModifierPosition: M
|
|
815
815
|
};
|
|
816
816
|
};
|
|
817
817
|
}
|
|
818
|
-
function
|
|
819
|
-
if (
|
|
820
|
-
return
|
|
821
|
-
const
|
|
822
|
-
let
|
|
823
|
-
return
|
|
824
|
-
|
|
825
|
-
}),
|
|
818
|
+
function nr(t) {
|
|
819
|
+
if (t.length <= 1)
|
|
820
|
+
return t;
|
|
821
|
+
const n = [];
|
|
822
|
+
let r = [];
|
|
823
|
+
return t.forEach((o) => {
|
|
824
|
+
o[0] === "[" ? (n.push(...r.sort(), o), r = []) : r.push(o);
|
|
825
|
+
}), n.push(...r.sort()), n;
|
|
826
826
|
}
|
|
827
|
-
function
|
|
828
|
-
return
|
|
829
|
-
cache:
|
|
830
|
-
splitModifiers:
|
|
831
|
-
},
|
|
827
|
+
function or(t) {
|
|
828
|
+
return F({
|
|
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
|
-
splitModifiers:
|
|
837
|
-
getClassGroupId:
|
|
838
|
-
getConflictingClassGroupIds:
|
|
839
|
-
} =
|
|
840
|
-
return
|
|
836
|
+
splitModifiers: r,
|
|
837
|
+
getClassGroupId: o,
|
|
838
|
+
getConflictingClassGroupIds: i
|
|
839
|
+
} = n, s = /* @__PURE__ */ new Set();
|
|
840
|
+
return t.trim().split(ar).map((c) => {
|
|
841
841
|
const {
|
|
842
|
-
modifiers:
|
|
842
|
+
modifiers: u,
|
|
843
843
|
hasImportantModifier: f,
|
|
844
|
-
baseClassName:
|
|
845
|
-
maybePostfixModifierPosition:
|
|
846
|
-
} =
|
|
847
|
-
let
|
|
848
|
-
if (!
|
|
849
|
-
if (!
|
|
844
|
+
baseClassName: g,
|
|
845
|
+
maybePostfixModifierPosition: p
|
|
846
|
+
} = r(c);
|
|
847
|
+
let y = o(p ? g.substring(0, p) : g), E = !!p;
|
|
848
|
+
if (!y) {
|
|
849
|
+
if (!p)
|
|
850
850
|
return {
|
|
851
851
|
isTailwindClass: !1,
|
|
852
|
-
originalClassName:
|
|
852
|
+
originalClassName: c
|
|
853
853
|
};
|
|
854
|
-
if (
|
|
854
|
+
if (y = o(g), !y)
|
|
855
855
|
return {
|
|
856
856
|
isTailwindClass: !1,
|
|
857
|
-
originalClassName:
|
|
857
|
+
originalClassName: c
|
|
858
858
|
};
|
|
859
|
-
|
|
859
|
+
E = !1;
|
|
860
860
|
}
|
|
861
|
-
const N =
|
|
861
|
+
const N = nr(u).join(":");
|
|
862
862
|
return {
|
|
863
863
|
isTailwindClass: !0,
|
|
864
|
-
modifierId: f ? N +
|
|
865
|
-
classGroupId:
|
|
866
|
-
originalClassName:
|
|
867
|
-
hasPostfixModifier:
|
|
864
|
+
modifierId: f ? N + gt : N,
|
|
865
|
+
classGroupId: y,
|
|
866
|
+
originalClassName: c,
|
|
867
|
+
hasPostfixModifier: E
|
|
868
868
|
};
|
|
869
|
-
}).reverse().filter((
|
|
870
|
-
if (!
|
|
869
|
+
}).reverse().filter((c) => {
|
|
870
|
+
if (!c.isTailwindClass)
|
|
871
871
|
return !0;
|
|
872
872
|
const {
|
|
873
|
-
modifierId:
|
|
873
|
+
modifierId: u,
|
|
874
874
|
classGroupId: f,
|
|
875
|
-
hasPostfixModifier:
|
|
876
|
-
} =
|
|
877
|
-
return
|
|
878
|
-
}).reverse().map((
|
|
875
|
+
hasPostfixModifier: g
|
|
876
|
+
} = c, p = u + f;
|
|
877
|
+
return s.has(p) ? !1 : (s.add(p), i(f, g).forEach((y) => s.add(u + y)), !0);
|
|
878
|
+
}).reverse().map((c) => c.originalClassName).join(" ");
|
|
879
879
|
}
|
|
880
|
-
function
|
|
881
|
-
let
|
|
882
|
-
for (;
|
|
883
|
-
(
|
|
884
|
-
return
|
|
880
|
+
function sr() {
|
|
881
|
+
let t = 0, n, r, o = "";
|
|
882
|
+
for (; t < arguments.length; )
|
|
883
|
+
(n = arguments[t++]) && (r = wt(n)) && (o && (o += " "), o += r);
|
|
884
|
+
return o;
|
|
885
885
|
}
|
|
886
|
-
function
|
|
887
|
-
if (typeof
|
|
888
|
-
return
|
|
889
|
-
let
|
|
890
|
-
for (let
|
|
891
|
-
|
|
892
|
-
return
|
|
886
|
+
function wt(t) {
|
|
887
|
+
if (typeof t == "string")
|
|
888
|
+
return t;
|
|
889
|
+
let n, r = "";
|
|
890
|
+
for (let o = 0; o < t.length; o++)
|
|
891
|
+
t[o] && (n = wt(t[o])) && (r && (r += " "), r += n);
|
|
892
|
+
return r;
|
|
893
893
|
}
|
|
894
|
-
function
|
|
895
|
-
let
|
|
896
|
-
function i(f) {
|
|
897
|
-
const p = s.reduce((g, b) => b(g), e());
|
|
898
|
-
return t = pt(p), a = t.cache.get, n = t.cache.set, o = c, c(f);
|
|
899
|
-
}
|
|
894
|
+
function lr(t, ...n) {
|
|
895
|
+
let r, o, i, s = c;
|
|
900
896
|
function c(f) {
|
|
901
|
-
const
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
897
|
+
const g = n.reduce((p, y) => y(p), t());
|
|
898
|
+
return r = or(g), o = r.cache.get, i = r.cache.set, s = u, u(f);
|
|
899
|
+
}
|
|
900
|
+
function u(f) {
|
|
901
|
+
const g = o(f);
|
|
902
|
+
if (g)
|
|
903
|
+
return g;
|
|
904
|
+
const p = ir(f, r);
|
|
905
|
+
return i(f, p), p;
|
|
906
906
|
}
|
|
907
907
|
return function() {
|
|
908
|
-
return
|
|
908
|
+
return s(sr.apply(null, arguments));
|
|
909
909
|
};
|
|
910
910
|
}
|
|
911
|
-
function
|
|
912
|
-
const
|
|
913
|
-
return
|
|
911
|
+
function k(t) {
|
|
912
|
+
const n = (r) => r[t] || [];
|
|
913
|
+
return n.isThemeGetter = !0, n;
|
|
914
914
|
}
|
|
915
|
-
const
|
|
916
|
-
function
|
|
917
|
-
return K(
|
|
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
|
-
function
|
|
920
|
-
return
|
|
919
|
+
function Y(t) {
|
|
920
|
+
return ne(t, "length", Er);
|
|
921
921
|
}
|
|
922
|
-
function K(
|
|
923
|
-
return !!
|
|
922
|
+
function K(t) {
|
|
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 fe(
|
|
929
|
-
return !!
|
|
928
|
+
function fe(t) {
|
|
929
|
+
return !!t && Number.isInteger(Number(t));
|
|
930
930
|
}
|
|
931
|
-
function
|
|
932
|
-
return
|
|
931
|
+
function br(t) {
|
|
932
|
+
return t.endsWith("%") && K(t.slice(0, -1));
|
|
933
933
|
}
|
|
934
|
-
function
|
|
935
|
-
return
|
|
934
|
+
function w(t) {
|
|
935
|
+
return bt.test(t);
|
|
936
936
|
}
|
|
937
|
-
function
|
|
938
|
-
return
|
|
937
|
+
function U(t) {
|
|
938
|
+
return dr.test(t);
|
|
939
939
|
}
|
|
940
|
-
const
|
|
941
|
-
function
|
|
942
|
-
return
|
|
940
|
+
const mr = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
941
|
+
function yr(t) {
|
|
942
|
+
return ne(t, mr, mt);
|
|
943
943
|
}
|
|
944
|
-
function
|
|
945
|
-
return
|
|
944
|
+
function vr(t) {
|
|
945
|
+
return ne(t, "position", mt);
|
|
946
946
|
}
|
|
947
|
-
const
|
|
948
|
-
function
|
|
949
|
-
return
|
|
947
|
+
const hr = /* @__PURE__ */ new Set(["image", "url"]);
|
|
948
|
+
function xr(t) {
|
|
949
|
+
return ne(t, hr, kr);
|
|
950
950
|
}
|
|
951
|
-
function
|
|
952
|
-
return
|
|
951
|
+
function Rr(t) {
|
|
952
|
+
return ne(t, "", Cr);
|
|
953
953
|
}
|
|
954
954
|
function pe() {
|
|
955
955
|
return !0;
|
|
956
956
|
}
|
|
957
|
-
function
|
|
958
|
-
const
|
|
959
|
-
return
|
|
957
|
+
function ne(t, n, r) {
|
|
958
|
+
const o = bt.exec(t);
|
|
959
|
+
return o ? o[1] ? typeof n == "string" ? o[1] === n : n.has(o[1]) : r(o[2]) : !1;
|
|
960
960
|
}
|
|
961
|
-
function
|
|
962
|
-
return
|
|
961
|
+
function Er(t) {
|
|
962
|
+
return fr.test(t) && !pr.test(t);
|
|
963
963
|
}
|
|
964
|
-
function
|
|
964
|
+
function mt() {
|
|
965
965
|
return !1;
|
|
966
966
|
}
|
|
967
|
-
function
|
|
968
|
-
return
|
|
967
|
+
function Cr(t) {
|
|
968
|
+
return gr.test(t);
|
|
969
969
|
}
|
|
970
|
-
function
|
|
971
|
-
return
|
|
970
|
+
function kr(t) {
|
|
971
|
+
return wr.test(t);
|
|
972
972
|
}
|
|
973
|
-
function
|
|
974
|
-
const
|
|
973
|
+
function Tr() {
|
|
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"), f = k("contrast"), g = k("grayscale"), p = k("hueRotate"), y = k("invert"), E = k("gap"), N = 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"), ye = 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
979
|
colors: [pe],
|
|
980
|
-
spacing: [
|
|
981
|
-
blur: ["none", "",
|
|
982
|
-
brightness:
|
|
983
|
-
borderColor: [
|
|
984
|
-
borderRadius: ["none", "", "full",
|
|
985
|
-
borderSpacing:
|
|
986
|
-
borderWidth:
|
|
987
|
-
contrast:
|
|
980
|
+
spacing: [$, Y],
|
|
981
|
+
blur: ["none", "", U, w],
|
|
982
|
+
brightness: q(),
|
|
983
|
+
borderColor: [t],
|
|
984
|
+
borderRadius: ["none", "", "full", U, w],
|
|
985
|
+
borderSpacing: x(),
|
|
986
|
+
borderWidth: z(),
|
|
987
|
+
contrast: q(),
|
|
988
988
|
grayscale: G(),
|
|
989
|
-
hueRotate:
|
|
989
|
+
hueRotate: H(),
|
|
990
990
|
invert: G(),
|
|
991
|
-
gap:
|
|
992
|
-
gradientColorStops: [
|
|
993
|
-
gradientColorStopPositions: [
|
|
994
|
-
inset:
|
|
995
|
-
margin:
|
|
996
|
-
opacity:
|
|
997
|
-
padding:
|
|
998
|
-
saturate:
|
|
999
|
-
scale:
|
|
991
|
+
gap: x(),
|
|
992
|
+
gradientColorStops: [t],
|
|
993
|
+
gradientColorStopPositions: [br, Y],
|
|
994
|
+
inset: ie(),
|
|
995
|
+
margin: ie(),
|
|
996
|
+
opacity: q(),
|
|
997
|
+
padding: x(),
|
|
998
|
+
saturate: q(),
|
|
999
|
+
scale: q(),
|
|
1000
1000
|
sepia: G(),
|
|
1001
|
-
skew:
|
|
1002
|
-
space:
|
|
1003
|
-
translate:
|
|
1001
|
+
skew: H(),
|
|
1002
|
+
space: x(),
|
|
1003
|
+
translate: x()
|
|
1004
1004
|
},
|
|
1005
1005
|
classGroups: {
|
|
1006
1006
|
// Layout
|
|
@@ -1009,7 +1009,7 @@ function zt() {
|
|
|
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
|
|
@@ -1021,7 +1021,7 @@ function zt() {
|
|
|
1021
1021
|
* @see https://tailwindcss.com/docs/columns
|
|
1022
1022
|
*/
|
|
1023
1023
|
columns: [{
|
|
1024
|
-
columns: [
|
|
1024
|
+
columns: [U]
|
|
1025
1025
|
}],
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Break After
|
|
@@ -1094,28 +1094,28 @@ function zt() {
|
|
|
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
|
|
@@ -1148,63 +1148,63 @@ function zt() {
|
|
|
1148
1148
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1149
1149
|
*/
|
|
1150
1150
|
inset: [{
|
|
1151
|
-
inset: [
|
|
1151
|
+
inset: [T]
|
|
1152
1152
|
}],
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Right / Left
|
|
1155
1155
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1156
1156
|
*/
|
|
1157
1157
|
"inset-x": [{
|
|
1158
|
-
"inset-x": [
|
|
1158
|
+
"inset-x": [T]
|
|
1159
1159
|
}],
|
|
1160
1160
|
/**
|
|
1161
1161
|
* Top / Bottom
|
|
1162
1162
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1163
1163
|
*/
|
|
1164
1164
|
"inset-y": [{
|
|
1165
|
-
"inset-y": [
|
|
1165
|
+
"inset-y": [T]
|
|
1166
1166
|
}],
|
|
1167
1167
|
/**
|
|
1168
1168
|
* Start
|
|
1169
1169
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1170
1170
|
*/
|
|
1171
1171
|
start: [{
|
|
1172
|
-
start: [
|
|
1172
|
+
start: [T]
|
|
1173
1173
|
}],
|
|
1174
1174
|
/**
|
|
1175
1175
|
* End
|
|
1176
1176
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1177
1177
|
*/
|
|
1178
1178
|
end: [{
|
|
1179
|
-
end: [
|
|
1179
|
+
end: [T]
|
|
1180
1180
|
}],
|
|
1181
1181
|
/**
|
|
1182
1182
|
* Top
|
|
1183
1183
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1184
1184
|
*/
|
|
1185
1185
|
top: [{
|
|
1186
|
-
top: [
|
|
1186
|
+
top: [T]
|
|
1187
1187
|
}],
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Right
|
|
1190
1190
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1191
1191
|
*/
|
|
1192
1192
|
right: [{
|
|
1193
|
-
right: [
|
|
1193
|
+
right: [T]
|
|
1194
1194
|
}],
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Bottom
|
|
1197
1197
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1198
1198
|
*/
|
|
1199
1199
|
bottom: [{
|
|
1200
|
-
bottom: [
|
|
1200
|
+
bottom: [T]
|
|
1201
1201
|
}],
|
|
1202
1202
|
/**
|
|
1203
1203
|
* Left
|
|
1204
1204
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1205
1205
|
*/
|
|
1206
1206
|
left: [{
|
|
1207
|
-
left: [
|
|
1207
|
+
left: [T]
|
|
1208
1208
|
}],
|
|
1209
1209
|
/**
|
|
1210
1210
|
* Visibility
|
|
@@ -1216,7 +1216,7 @@ function zt() {
|
|
|
1216
1216
|
* @see https://tailwindcss.com/docs/z-index
|
|
1217
1217
|
*/
|
|
1218
1218
|
z: [{
|
|
1219
|
-
z: ["auto", fe,
|
|
1219
|
+
z: ["auto", fe, w]
|
|
1220
1220
|
}],
|
|
1221
1221
|
// Flexbox and Grid
|
|
1222
1222
|
/**
|
|
@@ -1224,7 +1224,7 @@ function zt() {
|
|
|
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 zt() {
|
|
|
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,7 +1266,7 @@ function zt() {
|
|
|
1266
1266
|
* @see https://tailwindcss.com/docs/order
|
|
1267
1267
|
*/
|
|
1268
1268
|
order: [{
|
|
1269
|
-
order: ["first", "last", "none", fe,
|
|
1269
|
+
order: ["first", "last", "none", fe, w]
|
|
1270
1270
|
}],
|
|
1271
1271
|
/**
|
|
1272
1272
|
* Grid Template Columns
|
|
@@ -1281,8 +1281,8 @@ function zt() {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
"col-start-end": [{
|
|
1283
1283
|
col: ["auto", {
|
|
1284
|
-
span: ["full", fe,
|
|
1285
|
-
},
|
|
1284
|
+
span: ["full", fe, w]
|
|
1285
|
+
}, w]
|
|
1286
1286
|
}],
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Grid Column Start
|
|
@@ -1311,8 +1311,8 @@ function zt() {
|
|
|
1311
1311
|
*/
|
|
1312
1312
|
"row-start-end": [{
|
|
1313
1313
|
row: ["auto", {
|
|
1314
|
-
span: [fe,
|
|
1315
|
-
},
|
|
1314
|
+
span: [fe, w]
|
|
1315
|
+
}, w]
|
|
1316
1316
|
}],
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Grid Row Start
|
|
@@ -1340,35 +1340,35 @@ function zt() {
|
|
|
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
|
|
@@ -1439,133 +1439,133 @@ function zt() {
|
|
|
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
|
|
1565
1565
|
* @see https://tailwindcss.com/docs/space
|
|
1566
1566
|
*/
|
|
1567
1567
|
"space-x": [{
|
|
1568
|
-
"space-x": [
|
|
1568
|
+
"space-x": [me]
|
|
1569
1569
|
}],
|
|
1570
1570
|
/**
|
|
1571
1571
|
* Space Between X Reverse
|
|
@@ -1577,7 +1577,7 @@ function zt() {
|
|
|
1577
1577
|
* @see https://tailwindcss.com/docs/space
|
|
1578
1578
|
*/
|
|
1579
1579
|
"space-y": [{
|
|
1580
|
-
"space-y": [
|
|
1580
|
+
"space-y": [me]
|
|
1581
1581
|
}],
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Space Between Y Reverse
|
|
@@ -1590,51 +1590,51 @@ function zt() {
|
|
|
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": [
|
|
1608
|
-
screen: [
|
|
1609
|
-
},
|
|
1607
|
+
"max-w": [w, n, "none", "full", "min", "max", "fit", "prose", {
|
|
1608
|
+
screen: [U]
|
|
1609
|
+
}, U]
|
|
1610
1610
|
}],
|
|
1611
1611
|
/**
|
|
1612
1612
|
* Height
|
|
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
|
/**
|
|
@@ -1642,7 +1642,7 @@ function zt() {
|
|
|
1642
1642
|
* @see https://tailwindcss.com/docs/font-size
|
|
1643
1643
|
*/
|
|
1644
1644
|
"font-size": [{
|
|
1645
|
-
text: ["base",
|
|
1645
|
+
text: ["base", U, Y]
|
|
1646
1646
|
}],
|
|
1647
1647
|
/**
|
|
1648
1648
|
* Font Smoothing
|
|
@@ -1659,7 +1659,7 @@ function zt() {
|
|
|
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
|
|
@@ -1703,35 +1703,35 @@ function zt() {
|
|
|
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
|
|
@@ -1746,14 +1746,14 @@ function zt() {
|
|
|
1746
1746
|
* @see https://tailwindcss.com/docs/placeholder-color
|
|
1747
1747
|
*/
|
|
1748
1748
|
"placeholder-color": [{
|
|
1749
|
-
placeholder: [
|
|
1749
|
+
placeholder: [t]
|
|
1750
1750
|
}],
|
|
1751
1751
|
/**
|
|
1752
1752
|
* Placeholder Opacity
|
|
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
|
|
@@ -1767,14 +1767,14 @@ function zt() {
|
|
|
1767
1767
|
* @see https://tailwindcss.com/docs/text-color
|
|
1768
1768
|
*/
|
|
1769
1769
|
"text-color": [{
|
|
1770
|
-
text: [
|
|
1770
|
+
text: [t]
|
|
1771
1771
|
}],
|
|
1772
1772
|
/**
|
|
1773
1773
|
* Text Opacity
|
|
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
|
|
@@ -1786,28 +1786,28 @@ function zt() {
|
|
|
1786
1786
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1787
1787
|
*/
|
|
1788
1788
|
"text-decoration-style": [{
|
|
1789
|
-
decoration: [...
|
|
1789
|
+
decoration: [...X(), "wavy"]
|
|
1790
1790
|
}],
|
|
1791
1791
|
/**
|
|
1792
1792
|
* Text Decoration Thickness
|
|
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
|
|
1807
1807
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1808
1808
|
*/
|
|
1809
1809
|
"text-decoration-color": [{
|
|
1810
|
-
decoration: [
|
|
1810
|
+
decoration: [t]
|
|
1811
1811
|
}],
|
|
1812
1812
|
/**
|
|
1813
1813
|
* Text Transform
|
|
@@ -1831,14 +1831,14 @@ function zt() {
|
|
|
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 zt() {
|
|
|
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 zt() {
|
|
|
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 zt() {
|
|
|
1903
1903
|
* @see https://tailwindcss.com/docs/background-position
|
|
1904
1904
|
*/
|
|
1905
1905
|
"bg-position": [{
|
|
1906
|
-
bg: [...
|
|
1906
|
+
bg: [...V(), vr]
|
|
1907
1907
|
}],
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Background Repeat
|
|
@@ -1919,7 +1919,7 @@ function zt() {
|
|
|
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", yr]
|
|
1923
1923
|
}],
|
|
1924
1924
|
/**
|
|
1925
1925
|
* Background Image
|
|
@@ -1928,35 +1928,35 @@ function zt() {
|
|
|
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
|
|
1935
1935
|
* @see https://tailwindcss.com/docs/background-color
|
|
1936
1936
|
*/
|
|
1937
1937
|
"bg-color": [{
|
|
1938
|
-
bg: [
|
|
1938
|
+
bg: [t]
|
|
1939
1939
|
}],
|
|
1940
1940
|
/**
|
|
1941
1941
|
* Gradient Color Stops From Position
|
|
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
|
|
@@ -1985,189 +1985,189 @@ function zt() {
|
|
|
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
|
|
2090
2090
|
* @see https://tailwindcss.com/docs/border-width
|
|
2091
2091
|
*/
|
|
2092
2092
|
"border-w": [{
|
|
2093
|
-
border: [
|
|
2093
|
+
border: [u]
|
|
2094
2094
|
}],
|
|
2095
2095
|
/**
|
|
2096
2096
|
* Border Width X
|
|
2097
2097
|
* @see https://tailwindcss.com/docs/border-width
|
|
2098
2098
|
*/
|
|
2099
2099
|
"border-w-x": [{
|
|
2100
|
-
"border-x": [
|
|
2100
|
+
"border-x": [u]
|
|
2101
2101
|
}],
|
|
2102
2102
|
/**
|
|
2103
2103
|
* Border Width Y
|
|
2104
2104
|
* @see https://tailwindcss.com/docs/border-width
|
|
2105
2105
|
*/
|
|
2106
2106
|
"border-w-y": [{
|
|
2107
|
-
"border-y": [
|
|
2107
|
+
"border-y": [u]
|
|
2108
2108
|
}],
|
|
2109
2109
|
/**
|
|
2110
2110
|
* Border Width Start
|
|
2111
2111
|
* @see https://tailwindcss.com/docs/border-width
|
|
2112
2112
|
*/
|
|
2113
2113
|
"border-w-s": [{
|
|
2114
|
-
"border-s": [
|
|
2114
|
+
"border-s": [u]
|
|
2115
2115
|
}],
|
|
2116
2116
|
/**
|
|
2117
2117
|
* Border Width End
|
|
2118
2118
|
* @see https://tailwindcss.com/docs/border-width
|
|
2119
2119
|
*/
|
|
2120
2120
|
"border-w-e": [{
|
|
2121
|
-
"border-e": [
|
|
2121
|
+
"border-e": [u]
|
|
2122
2122
|
}],
|
|
2123
2123
|
/**
|
|
2124
2124
|
* Border Width Top
|
|
2125
2125
|
* @see https://tailwindcss.com/docs/border-width
|
|
2126
2126
|
*/
|
|
2127
2127
|
"border-w-t": [{
|
|
2128
|
-
"border-t": [
|
|
2128
|
+
"border-t": [u]
|
|
2129
2129
|
}],
|
|
2130
2130
|
/**
|
|
2131
2131
|
* Border Width Right
|
|
2132
2132
|
* @see https://tailwindcss.com/docs/border-width
|
|
2133
2133
|
*/
|
|
2134
2134
|
"border-w-r": [{
|
|
2135
|
-
"border-r": [
|
|
2135
|
+
"border-r": [u]
|
|
2136
2136
|
}],
|
|
2137
2137
|
/**
|
|
2138
2138
|
* Border Width Bottom
|
|
2139
2139
|
* @see https://tailwindcss.com/docs/border-width
|
|
2140
2140
|
*/
|
|
2141
2141
|
"border-w-b": [{
|
|
2142
|
-
"border-b": [
|
|
2142
|
+
"border-b": [u]
|
|
2143
2143
|
}],
|
|
2144
2144
|
/**
|
|
2145
2145
|
* Border Width Left
|
|
2146
2146
|
* @see https://tailwindcss.com/docs/border-width
|
|
2147
2147
|
*/
|
|
2148
2148
|
"border-w-l": [{
|
|
2149
|
-
"border-l": [
|
|
2149
|
+
"border-l": [u]
|
|
2150
2150
|
}],
|
|
2151
2151
|
/**
|
|
2152
2152
|
* Border Opacity
|
|
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
|
|
2160
2160
|
* @see https://tailwindcss.com/docs/border-style
|
|
2161
2161
|
*/
|
|
2162
2162
|
"border-style": [{
|
|
2163
|
-
border: [...
|
|
2163
|
+
border: [...X(), "hidden"]
|
|
2164
2164
|
}],
|
|
2165
2165
|
/**
|
|
2166
2166
|
* Divide Width X
|
|
2167
2167
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2168
2168
|
*/
|
|
2169
2169
|
"divide-x": [{
|
|
2170
|
-
"divide-x": [
|
|
2170
|
+
"divide-x": [u]
|
|
2171
2171
|
}],
|
|
2172
2172
|
/**
|
|
2173
2173
|
* Divide Width X Reverse
|
|
@@ -2179,7 +2179,7 @@ function zt() {
|
|
|
2179
2179
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2180
2180
|
*/
|
|
2181
2181
|
"divide-y": [{
|
|
2182
|
-
"divide-y": [
|
|
2182
|
+
"divide-y": [u]
|
|
2183
2183
|
}],
|
|
2184
2184
|
/**
|
|
2185
2185
|
* Divide Width Y Reverse
|
|
@@ -2191,105 +2191,105 @@ function zt() {
|
|
|
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
|
|
2198
2198
|
* @see https://tailwindcss.com/docs/divide-style
|
|
2199
2199
|
*/
|
|
2200
2200
|
"divide-style": [{
|
|
2201
|
-
divide:
|
|
2201
|
+
divide: X()
|
|
2202
2202
|
}],
|
|
2203
2203
|
/**
|
|
2204
2204
|
* Border Color
|
|
2205
2205
|
* @see https://tailwindcss.com/docs/border-color
|
|
2206
2206
|
*/
|
|
2207
2207
|
"border-color": [{
|
|
2208
|
-
border: [
|
|
2208
|
+
border: [i]
|
|
2209
2209
|
}],
|
|
2210
2210
|
/**
|
|
2211
2211
|
* Border Color X
|
|
2212
2212
|
* @see https://tailwindcss.com/docs/border-color
|
|
2213
2213
|
*/
|
|
2214
2214
|
"border-color-x": [{
|
|
2215
|
-
"border-x": [
|
|
2215
|
+
"border-x": [i]
|
|
2216
2216
|
}],
|
|
2217
2217
|
/**
|
|
2218
2218
|
* Border Color Y
|
|
2219
2219
|
* @see https://tailwindcss.com/docs/border-color
|
|
2220
2220
|
*/
|
|
2221
2221
|
"border-color-y": [{
|
|
2222
|
-
"border-y": [
|
|
2222
|
+
"border-y": [i]
|
|
2223
2223
|
}],
|
|
2224
2224
|
/**
|
|
2225
2225
|
* Border Color Top
|
|
2226
2226
|
* @see https://tailwindcss.com/docs/border-color
|
|
2227
2227
|
*/
|
|
2228
2228
|
"border-color-t": [{
|
|
2229
|
-
"border-t": [
|
|
2229
|
+
"border-t": [i]
|
|
2230
2230
|
}],
|
|
2231
2231
|
/**
|
|
2232
2232
|
* Border Color Right
|
|
2233
2233
|
* @see https://tailwindcss.com/docs/border-color
|
|
2234
2234
|
*/
|
|
2235
2235
|
"border-color-r": [{
|
|
2236
|
-
"border-r": [
|
|
2236
|
+
"border-r": [i]
|
|
2237
2237
|
}],
|
|
2238
2238
|
/**
|
|
2239
2239
|
* Border Color Bottom
|
|
2240
2240
|
* @see https://tailwindcss.com/docs/border-color
|
|
2241
2241
|
*/
|
|
2242
2242
|
"border-color-b": [{
|
|
2243
|
-
"border-b": [
|
|
2243
|
+
"border-b": [i]
|
|
2244
2244
|
}],
|
|
2245
2245
|
/**
|
|
2246
2246
|
* Border Color Left
|
|
2247
2247
|
* @see https://tailwindcss.com/docs/border-color
|
|
2248
2248
|
*/
|
|
2249
2249
|
"border-color-l": [{
|
|
2250
|
-
"border-l": [
|
|
2250
|
+
"border-l": [i]
|
|
2251
2251
|
}],
|
|
2252
2252
|
/**
|
|
2253
2253
|
* Divide Color
|
|
2254
2254
|
* @see https://tailwindcss.com/docs/divide-color
|
|
2255
2255
|
*/
|
|
2256
2256
|
"divide-color": [{
|
|
2257
|
-
divide: [
|
|
2257
|
+
divide: [i]
|
|
2258
2258
|
}],
|
|
2259
2259
|
/**
|
|
2260
2260
|
* Outline Style
|
|
2261
2261
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2262
2262
|
*/
|
|
2263
2263
|
"outline-style": [{
|
|
2264
|
-
outline: ["", ...
|
|
2264
|
+
outline: ["", ...X()]
|
|
2265
2265
|
}],
|
|
2266
2266
|
/**
|
|
2267
2267
|
* Outline Offset
|
|
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
|
|
2282
2282
|
* @see https://tailwindcss.com/docs/outline-color
|
|
2283
2283
|
*/
|
|
2284
2284
|
"outline-color": [{
|
|
2285
|
-
outline: [
|
|
2285
|
+
outline: [t]
|
|
2286
2286
|
}],
|
|
2287
2287
|
/**
|
|
2288
2288
|
* Ring Width
|
|
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
|
|
@@ -2301,28 +2301,28 @@ function zt() {
|
|
|
2301
2301
|
* @see https://tailwindcss.com/docs/ring-color
|
|
2302
2302
|
*/
|
|
2303
2303
|
"ring-color": [{
|
|
2304
|
-
ring: [
|
|
2304
|
+
ring: [t]
|
|
2305
2305
|
}],
|
|
2306
2306
|
/**
|
|
2307
2307
|
* Ring Opacity
|
|
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
|
|
2322
2322
|
* @see https://tailwindcss.com/docs/ring-offset-color
|
|
2323
2323
|
*/
|
|
2324
2324
|
"ring-offset-color": [{
|
|
2325
|
-
"ring-offset": [
|
|
2325
|
+
"ring-offset": [t]
|
|
2326
2326
|
}],
|
|
2327
2327
|
// Effects
|
|
2328
2328
|
/**
|
|
@@ -2330,7 +2330,7 @@ function zt() {
|
|
|
2330
2330
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2331
2331
|
*/
|
|
2332
2332
|
shadow: [{
|
|
2333
|
-
shadow: ["", "inner", "none",
|
|
2333
|
+
shadow: ["", "inner", "none", U, Rr]
|
|
2334
2334
|
}],
|
|
2335
2335
|
/**
|
|
2336
2336
|
* Box Shadow Color
|
|
@@ -2344,21 +2344,21 @@ function zt() {
|
|
|
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
|
/**
|
|
@@ -2374,14 +2374,14 @@ function zt() {
|
|
|
2374
2374
|
* @see https://tailwindcss.com/docs/blur
|
|
2375
2375
|
*/
|
|
2376
2376
|
blur: [{
|
|
2377
|
-
blur: [
|
|
2377
|
+
blur: [r]
|
|
2378
2378
|
}],
|
|
2379
2379
|
/**
|
|
2380
2380
|
* Brightness
|
|
2381
2381
|
* @see https://tailwindcss.com/docs/brightness
|
|
2382
2382
|
*/
|
|
2383
2383
|
brightness: [{
|
|
2384
|
-
brightness: [
|
|
2384
|
+
brightness: [o]
|
|
2385
2385
|
}],
|
|
2386
2386
|
/**
|
|
2387
2387
|
* Contrast
|
|
@@ -2395,28 +2395,28 @@ function zt() {
|
|
|
2395
2395
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2396
2396
|
*/
|
|
2397
2397
|
"drop-shadow": [{
|
|
2398
|
-
"drop-shadow": ["", "none",
|
|
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
|
|
2409
2409
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2410
2410
|
*/
|
|
2411
2411
|
"hue-rotate": [{
|
|
2412
|
-
"hue-rotate": [
|
|
2412
|
+
"hue-rotate": [p]
|
|
2413
2413
|
}],
|
|
2414
2414
|
/**
|
|
2415
2415
|
* Invert
|
|
2416
2416
|
* @see https://tailwindcss.com/docs/invert
|
|
2417
2417
|
*/
|
|
2418
2418
|
invert: [{
|
|
2419
|
-
invert: [
|
|
2419
|
+
invert: [y]
|
|
2420
2420
|
}],
|
|
2421
2421
|
/**
|
|
2422
2422
|
* Saturate
|
|
@@ -2430,7 +2430,7 @@ function zt() {
|
|
|
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
|
|
@@ -2445,14 +2445,14 @@ function zt() {
|
|
|
2445
2445
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2446
2446
|
*/
|
|
2447
2447
|
"backdrop-blur": [{
|
|
2448
|
-
"backdrop-blur": [
|
|
2448
|
+
"backdrop-blur": [r]
|
|
2449
2449
|
}],
|
|
2450
2450
|
/**
|
|
2451
2451
|
* Backdrop Brightness
|
|
2452
2452
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2453
2453
|
*/
|
|
2454
2454
|
"backdrop-brightness": [{
|
|
2455
|
-
"backdrop-brightness": [
|
|
2455
|
+
"backdrop-brightness": [o]
|
|
2456
2456
|
}],
|
|
2457
2457
|
/**
|
|
2458
2458
|
* Backdrop Contrast
|
|
@@ -2466,28 +2466,28 @@ function zt() {
|
|
|
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
|
|
2473
2473
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2474
2474
|
*/
|
|
2475
2475
|
"backdrop-hue-rotate": [{
|
|
2476
|
-
"backdrop-hue-rotate": [
|
|
2476
|
+
"backdrop-hue-rotate": [p]
|
|
2477
2477
|
}],
|
|
2478
2478
|
/**
|
|
2479
2479
|
* Backdrop Invert
|
|
2480
2480
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2481
2481
|
*/
|
|
2482
2482
|
"backdrop-invert": [{
|
|
2483
|
-
"backdrop-invert": [
|
|
2483
|
+
"backdrop-invert": [y]
|
|
2484
2484
|
}],
|
|
2485
2485
|
/**
|
|
2486
2486
|
* Backdrop Opacity
|
|
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
|
|
@@ -2501,7 +2501,7 @@ function zt() {
|
|
|
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
|
/**
|
|
@@ -2516,21 +2516,21 @@ function zt() {
|
|
|
2516
2516
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2517
2517
|
*/
|
|
2518
2518
|
"border-spacing": [{
|
|
2519
|
-
"border-spacing": [
|
|
2519
|
+
"border-spacing": [c]
|
|
2520
2520
|
}],
|
|
2521
2521
|
/**
|
|
2522
2522
|
* Border Spacing X
|
|
2523
2523
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2524
2524
|
*/
|
|
2525
2525
|
"border-spacing-x": [{
|
|
2526
|
-
"border-spacing-x": [
|
|
2526
|
+
"border-spacing-x": [c]
|
|
2527
2527
|
}],
|
|
2528
2528
|
/**
|
|
2529
2529
|
* Border Spacing Y
|
|
2530
2530
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2531
2531
|
*/
|
|
2532
2532
|
"border-spacing-y": [{
|
|
2533
|
-
"border-spacing-y": [
|
|
2533
|
+
"border-spacing-y": [c]
|
|
2534
2534
|
}],
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Table Layout
|
|
@@ -2552,35 +2552,35 @@ function zt() {
|
|
|
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
|
|
2559
2559
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2560
2560
|
*/
|
|
2561
2561
|
duration: [{
|
|
2562
|
-
duration:
|
|
2562
|
+
duration: H()
|
|
2563
2563
|
}],
|
|
2564
2564
|
/**
|
|
2565
2565
|
* Transition Timing Function
|
|
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
|
|
2573
2573
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2574
2574
|
*/
|
|
2575
2575
|
delay: [{
|
|
2576
|
-
delay:
|
|
2576
|
+
delay: H()
|
|
2577
2577
|
}],
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Animation
|
|
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 zt() {
|
|
|
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: [fe,
|
|
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": [ye]
|
|
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": [ye]
|
|
2634
2634
|
}],
|
|
2635
2635
|
/**
|
|
2636
2636
|
* Skew X
|
|
@@ -2651,7 +2651,7 @@ function zt() {
|
|
|
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
|
/**
|
|
@@ -2659,7 +2659,7 @@ function zt() {
|
|
|
2659
2659
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2660
2660
|
*/
|
|
2661
2661
|
accent: [{
|
|
2662
|
-
accent: ["auto",
|
|
2662
|
+
accent: ["auto", t]
|
|
2663
2663
|
}],
|
|
2664
2664
|
/**
|
|
2665
2665
|
* Appearance
|
|
@@ -2673,14 +2673,14 @@ function zt() {
|
|
|
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
|
|
2680
2680
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2681
2681
|
*/
|
|
2682
2682
|
"caret-color": [{
|
|
2683
|
-
caret: [
|
|
2683
|
+
caret: [t]
|
|
2684
2684
|
}],
|
|
2685
2685
|
/**
|
|
2686
2686
|
* Pointer Events
|
|
@@ -2708,126 +2708,126 @@ function zt() {
|
|
|
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 zt() {
|
|
|
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
|
/**
|
|
@@ -2903,21 +2903,21 @@ function zt() {
|
|
|
2903
2903
|
* @see https://tailwindcss.com/docs/fill
|
|
2904
2904
|
*/
|
|
2905
2905
|
fill: [{
|
|
2906
|
-
fill: [
|
|
2906
|
+
fill: [t, "none"]
|
|
2907
2907
|
}],
|
|
2908
2908
|
/**
|
|
2909
2909
|
* Stroke Width
|
|
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
|
|
2917
2917
|
* @see https://tailwindcss.com/docs/stroke
|
|
2918
2918
|
*/
|
|
2919
2919
|
stroke: [{
|
|
2920
|
-
stroke: [
|
|
2920
|
+
stroke: [t, "none"]
|
|
2921
2921
|
}],
|
|
2922
2922
|
// Accessibility
|
|
2923
2923
|
/**
|
|
@@ -2986,991 +2986,540 @@ function zt() {
|
|
|
2986
2986
|
}
|
|
2987
2987
|
};
|
|
2988
2988
|
}
|
|
2989
|
-
const
|
|
2990
|
-
primary: "
|
|
2991
|
-
secondary: "
|
|
2992
|
-
tertiary: "
|
|
2993
|
-
quaternary: "
|
|
2994
|
-
small: "
|
|
2995
|
-
large: "
|
|
2996
|
-
},
|
|
2997
|
-
(
|
|
2998
|
-
var
|
|
2999
|
-
return /* @__PURE__ */
|
|
2989
|
+
const O = /* @__PURE__ */ lr(Tr), it = {
|
|
2990
|
+
primary: "tw-bg-Background-accentEggplant-100 tw-text-Text-textPrimaryDark tw-rounded-sm hover:tw-text-Text-textPrimaryDark hover:tw-bg-Background-accentEggplant-highlight active:tw-bg-Background-accentEggplant-darkened focus:tw-bg-Background-accentEggplant-100 focus:tw-border focus:tw-border-white disabled:tw-bg-Background-accentEggplant-20",
|
|
2991
|
+
secondary: "tw-text-Text-secondary tw-rounded-sm tw-border tw-border-Fills-secondary hover:tw-text-black hover:tw-border hover:tw-border-Fills-black active:tw-text-black active:tw-border active:tw-border-Fills-black focus:tw-bg-Background-accentEggplant-5 focus:tw-text-accentEggplant-100 focus:tw-border focus:tw-border-Background-accentEggplant-100 disabled:tw-border disabled:tw-border-Fills-quadrutery disabled:tw-text-Text-tertiary",
|
|
2992
|
+
tertiary: "tw-text-Text-secondary tw-rounded-sm hover:tw-bg-Fills-quintiary active:tw-bg-Fills-quintiary focus:tw-bg-Fills-quadrutery disabled:tw-text-Fills-quadrutery disabled:tw-bg-Fills-quintiary",
|
|
2993
|
+
quaternary: "tw-text-accentEggplant-100 tw-rounded-sm hover:tw-bg-Background-accentEggplant-5 active:tw-bg-Background-accentEggplant-5 focus:tw-bg-Background-accentEggplant-100 focus:tw-text-Text-textPrimaryDark disabled:tw-text-Background-accentEggplant-20",
|
|
2994
|
+
small: "tw-py-space075 tw-px-space400",
|
|
2995
|
+
large: "tw-py-space150 tw-px-space400"
|
|
2996
|
+
}, 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: o,
|
|
3003
|
-
disabled: t,
|
|
3004
|
-
className: w(y(cr[e], cr[s], a, ""))
|
|
3005
|
-
}, n)
|
|
3006
|
-
);
|
|
3007
|
-
}
|
|
3008
|
-
);
|
|
3009
|
-
De.displayName = "Button";
|
|
3010
|
-
const $e = M.forwardRef(
|
|
3011
|
-
({ className: e = "" }, s) => {
|
|
3012
|
-
const a = w("ds-text-System-red ds-ms-[2px]", e);
|
|
3013
|
-
return /* @__PURE__ */ l.jsx(
|
|
3014
|
-
"span",
|
|
3015
|
-
{
|
|
3016
|
-
className: a,
|
|
3001
|
+
F({
|
|
3017
3002
|
ref: s,
|
|
3018
|
-
|
|
3019
|
-
|
|
3003
|
+
disabled: r,
|
|
3004
|
+
className: O(S(it[t], it[n], o))
|
|
3005
|
+
}, i)
|
|
3020
3006
|
);
|
|
3021
3007
|
}
|
|
3022
3008
|
);
|
|
3023
|
-
|
|
3024
|
-
const
|
|
3025
|
-
primary: "
|
|
3026
|
-
primaryRounded: "
|
|
3027
|
-
success: "
|
|
3028
|
-
error: "
|
|
3029
|
-
errorRounded: "
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
success: "ds-text-Text-primary",
|
|
3035
|
-
error: "ds-text-System-red",
|
|
3036
|
-
errorRounded: "ds-text-System-red",
|
|
3037
|
-
disabled: "ds-text-Text-secondary"
|
|
3038
|
-
}, mr = {
|
|
3039
|
-
primary: "ds-text-Text-primary",
|
|
3040
|
-
primaryRounded: "ds-text-Text-primary",
|
|
3041
|
-
success: "ds-text-Text-primary",
|
|
3042
|
-
error: "ds-flex ds-flex-row ds-items-center ds-justify-start ds-text-System-red",
|
|
3043
|
-
errorRounded: "ds-text-System-red",
|
|
3044
|
-
disabled: "ds-text-Text-secondary"
|
|
3045
|
-
}, Mt = M.forwardRef(
|
|
3046
|
-
(R, b) => {
|
|
3047
|
-
var N = R, {
|
|
3048
|
-
color: e = "primary",
|
|
3049
|
-
disabled: s = !1,
|
|
3050
|
-
textarea: t = !1,
|
|
3051
|
-
label: a,
|
|
3052
|
-
required: n = !1,
|
|
3053
|
-
caption: o,
|
|
3054
|
-
labelClass: i,
|
|
3055
|
-
InputDivClass: c,
|
|
3056
|
-
captionClass: f,
|
|
3057
|
-
className: p
|
|
3058
|
-
} = N, g = L(N, [
|
|
3059
|
-
"color",
|
|
3060
|
-
"disabled",
|
|
3009
|
+
jr.displayName = "Button";
|
|
3010
|
+
const st = {
|
|
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
|
+
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
|
+
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
|
+
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
|
+
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 = Q.forwardRef(
|
|
3017
|
+
(f, u) => {
|
|
3018
|
+
var g = f, { 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(
|
|
3061
3020
|
"textarea",
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
"
|
|
3068
|
-
|
|
3069
|
-
]);
|
|
3070
|
-
return t ? /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsxs("div", { className: w("ds-flex ds-flex-col ds-items-start ds-w-full", c), children: [
|
|
3071
|
-
a && /* @__PURE__ */ l.jsxs(
|
|
3072
|
-
"label",
|
|
3073
|
-
{
|
|
3074
|
-
className: w(
|
|
3075
|
-
"ds-text-mediumFootnoteRegular ds-tablet:ds_SmallSubheadRegular ds-desktop:MediumSubheadRegular ds-mb-space075",
|
|
3076
|
-
i,
|
|
3077
|
-
gr[e]
|
|
3078
|
-
),
|
|
3079
|
-
children: [
|
|
3080
|
-
a,
|
|
3081
|
-
" ",
|
|
3082
|
-
n && /* @__PURE__ */ l.jsx($e, {})
|
|
3083
|
-
]
|
|
3084
|
-
}
|
|
3085
|
-
),
|
|
3086
|
-
/* @__PURE__ */ l.jsx(
|
|
3087
|
-
"textarea",
|
|
3088
|
-
I({
|
|
3089
|
-
disabled: s,
|
|
3090
|
-
className: w(y(pr[e], p))
|
|
3091
|
-
}, g)
|
|
3092
|
-
),
|
|
3093
|
-
o && /* @__PURE__ */ l.jsxs(
|
|
3094
|
-
"caption",
|
|
3095
|
-
{
|
|
3096
|
-
className: w(
|
|
3097
|
-
y("ds-text-mediumFootnoteRegular ds-tablet:ds_SmallSubheadRegular ds-font-normal ds-mt-space075", mr[e]),
|
|
3098
|
-
f
|
|
3099
|
-
),
|
|
3100
|
-
children: [
|
|
3101
|
-
e === "error" && /* @__PURE__ */ l.jsx(
|
|
3102
|
-
"img",
|
|
3103
|
-
{
|
|
3104
|
-
src: ur,
|
|
3105
|
-
alt: "error",
|
|
3106
|
-
className: w(y("ds-me-1"))
|
|
3107
|
-
}
|
|
3108
|
-
),
|
|
3109
|
-
e === "success" && /* @__PURE__ */ l.jsx(
|
|
3110
|
-
"img",
|
|
3111
|
-
{
|
|
3112
|
-
src: fr,
|
|
3113
|
-
alt: "success",
|
|
3114
|
-
className: w(y("ds-me-1"))
|
|
3115
|
-
}
|
|
3116
|
-
),
|
|
3117
|
-
o
|
|
3118
|
-
]
|
|
3119
|
-
}
|
|
3120
|
-
)
|
|
3121
|
-
] }) }) : /* @__PURE__ */ l.jsxs("div", { className: w("ds-flex ds-flex-col ds-items-start ds-w-full", c), children: [
|
|
3122
|
-
a && /* @__PURE__ */ l.jsxs(
|
|
3123
|
-
"label",
|
|
3124
|
-
{
|
|
3125
|
-
className: w(
|
|
3126
|
-
"ds-text-mediumFootnoteRegular ds-tablet:ds_SmallSubheadRegular ds-mb-space075",
|
|
3127
|
-
i,
|
|
3128
|
-
gr[e]
|
|
3129
|
-
),
|
|
3130
|
-
children: [
|
|
3131
|
-
a,
|
|
3132
|
-
" ",
|
|
3133
|
-
n && /* @__PURE__ */ l.jsx($e, {})
|
|
3134
|
-
]
|
|
3135
|
-
}
|
|
3136
|
-
),
|
|
3137
|
-
/* @__PURE__ */ l.jsx(
|
|
3021
|
+
F({
|
|
3022
|
+
disabled: n,
|
|
3023
|
+
className: O(S(st[t], s))
|
|
3024
|
+
}, c)
|
|
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(
|
|
3138
3028
|
"input",
|
|
3139
|
-
|
|
3140
|
-
ref:
|
|
3141
|
-
disabled:
|
|
3142
|
-
className:
|
|
3143
|
-
},
|
|
3029
|
+
F({
|
|
3030
|
+
ref: u,
|
|
3031
|
+
disabled: n,
|
|
3032
|
+
className: O(S(st[t], s))
|
|
3033
|
+
}, c)
|
|
3144
3034
|
),
|
|
3145
|
-
|
|
3146
|
-
"caption",
|
|
3147
|
-
{
|
|
3148
|
-
className: w(
|
|
3149
|
-
y("ds-text-mediumFootnoteRegular ds-tablet:ds-text-mediumCaption1Regular ds-font-normal ds-mt-space075", mr[e]),
|
|
3150
|
-
f
|
|
3151
|
-
),
|
|
3152
|
-
children: [
|
|
3153
|
-
e === "error" && /* @__PURE__ */ l.jsx(
|
|
3154
|
-
"img",
|
|
3155
|
-
{
|
|
3156
|
-
src: ur,
|
|
3157
|
-
alt: "error",
|
|
3158
|
-
className: w(y("ds-me-1"))
|
|
3159
|
-
}
|
|
3160
|
-
),
|
|
3161
|
-
e === "success" && /* @__PURE__ */ l.jsx(
|
|
3162
|
-
"img",
|
|
3163
|
-
{
|
|
3164
|
-
src: fr,
|
|
3165
|
-
alt: "success",
|
|
3166
|
-
className: w(y("ds-me-1"))
|
|
3167
|
-
}
|
|
3168
|
-
),
|
|
3169
|
-
o
|
|
3170
|
-
]
|
|
3171
|
-
}
|
|
3172
|
-
)
|
|
3035
|
+
i && /* @__PURE__ */ b.jsx("caption", { className: "MediumCaption1Regular tw-font-normal", children: i })
|
|
3173
3036
|
] });
|
|
3174
3037
|
}
|
|
3175
3038
|
);
|
|
3176
|
-
|
|
3177
|
-
function
|
|
3178
|
-
var
|
|
3179
|
-
if (typeof
|
|
3180
|
-
|
|
3181
|
-
else if (typeof
|
|
3182
|
-
if (Array.isArray(
|
|
3183
|
-
for (
|
|
3184
|
-
|
|
3039
|
+
_r.displayName = "Input";
|
|
3040
|
+
function yt(t) {
|
|
3041
|
+
var n, r, o = "";
|
|
3042
|
+
if (typeof t == "string" || typeof t == "number")
|
|
3043
|
+
o += t;
|
|
3044
|
+
else if (typeof t == "object")
|
|
3045
|
+
if (Array.isArray(t))
|
|
3046
|
+
for (n = 0; n < t.length; n++)
|
|
3047
|
+
t[n] && (r = yt(t[n])) && (o && (o += " "), o += r);
|
|
3185
3048
|
else
|
|
3186
|
-
for (
|
|
3187
|
-
|
|
3188
|
-
return
|
|
3049
|
+
for (n in t)
|
|
3050
|
+
t[n] && (o && (o += " "), o += n);
|
|
3051
|
+
return o;
|
|
3189
3052
|
}
|
|
3190
|
-
function
|
|
3191
|
-
for (var
|
|
3192
|
-
(
|
|
3193
|
-
return
|
|
3053
|
+
function Sr() {
|
|
3054
|
+
for (var t, n, r = 0, o = ""; r < arguments.length; )
|
|
3055
|
+
(t = arguments[r++]) && (n = yt(t)) && (o && (o += " "), o += n);
|
|
3056
|
+
return o;
|
|
3194
3057
|
}
|
|
3195
|
-
const
|
|
3196
|
-
var
|
|
3197
|
-
if ((
|
|
3198
|
-
return
|
|
3199
|
-
const { variants:
|
|
3200
|
-
const
|
|
3201
|
-
if (
|
|
3058
|
+
const lt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ct = Sr, vt = (t, n) => (r) => {
|
|
3059
|
+
var o;
|
|
3060
|
+
if ((n == null ? void 0 : n.variants) == null)
|
|
3061
|
+
return ct(t, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
3062
|
+
const { variants: i, defaultVariants: s } = n, c = Object.keys(i).map((g) => {
|
|
3063
|
+
const p = r == null ? void 0 : r[g], y = s == null ? void 0 : s[g];
|
|
3064
|
+
if (p === null)
|
|
3202
3065
|
return null;
|
|
3203
|
-
const
|
|
3204
|
-
return
|
|
3205
|
-
}),
|
|
3206
|
-
let [
|
|
3207
|
-
return
|
|
3208
|
-
}, {}), f =
|
|
3209
|
-
let
|
|
3210
|
-
return Object.entries(N).every((
|
|
3211
|
-
let [
|
|
3212
|
-
return Array.isArray(
|
|
3066
|
+
const E = lt(p) || lt(y);
|
|
3067
|
+
return i[g][E];
|
|
3068
|
+
}), u = r && Object.entries(r).reduce((g, p) => {
|
|
3069
|
+
let [y, E] = p;
|
|
3070
|
+
return E === void 0 || (g[y] = E), g;
|
|
3071
|
+
}, {}), f = n == null || (o = n.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((g, p) => {
|
|
3072
|
+
let M = p, { class: y, className: E } = M, N = L(M, ["class", "className"]);
|
|
3073
|
+
return Object.entries(N).every((T) => {
|
|
3074
|
+
let [P, A] = T;
|
|
3075
|
+
return Array.isArray(A) ? A.includes(F(F({}, s), u)[P]) : F(F({}, s), u)[P] === A;
|
|
3213
3076
|
}) ? [
|
|
3214
|
-
...
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
] :
|
|
3077
|
+
...g,
|
|
3078
|
+
y,
|
|
3079
|
+
E
|
|
3080
|
+
] : g;
|
|
3218
3081
|
}, []);
|
|
3219
|
-
return
|
|
3220
|
-
},
|
|
3082
|
+
return ct(t, c, f, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
3083
|
+
}, Pr = vt("tw-border tw-text-text-primary", {
|
|
3221
3084
|
variants: {
|
|
3222
3085
|
cardType: {
|
|
3223
|
-
default: "
|
|
3224
|
-
shadowCard: "
|
|
3086
|
+
default: "tw-shadow-none",
|
|
3087
|
+
shadowCard: "tw-shadow-card"
|
|
3225
3088
|
}
|
|
3226
3089
|
},
|
|
3227
3090
|
defaultVariants: {
|
|
3228
3091
|
cardType: "default"
|
|
3229
3092
|
}
|
|
3230
|
-
}),
|
|
3231
|
-
(
|
|
3232
|
-
var
|
|
3233
|
-
return /* @__PURE__ */
|
|
3093
|
+
}), Ar = J.forwardRef(
|
|
3094
|
+
(i, o) => {
|
|
3095
|
+
var s = i, { className: t, cardType: n } = s, r = L(s, ["className", "cardType"]);
|
|
3096
|
+
return /* @__PURE__ */ b.jsx(
|
|
3234
3097
|
"div",
|
|
3235
|
-
|
|
3236
|
-
ref:
|
|
3237
|
-
className:
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
cardType:
|
|
3241
|
-
className:
|
|
3098
|
+
F({
|
|
3099
|
+
ref: o,
|
|
3100
|
+
className: O(
|
|
3101
|
+
S(
|
|
3102
|
+
Pr({
|
|
3103
|
+
cardType: n,
|
|
3104
|
+
className: t
|
|
3242
3105
|
}),
|
|
3243
|
-
"
|
|
3106
|
+
"tw-rounded"
|
|
3244
3107
|
),
|
|
3245
|
-
|
|
3108
|
+
t
|
|
3246
3109
|
)
|
|
3247
|
-
},
|
|
3110
|
+
}, r)
|
|
3248
3111
|
);
|
|
3249
3112
|
}
|
|
3250
3113
|
);
|
|
3251
|
-
|
|
3252
|
-
const
|
|
3253
|
-
(
|
|
3254
|
-
var
|
|
3255
|
-
return /* @__PURE__ */
|
|
3114
|
+
Ar.displayName = "Card";
|
|
3115
|
+
const Nr = J.forwardRef(
|
|
3116
|
+
(o, r) => {
|
|
3117
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3118
|
+
return /* @__PURE__ */ b.jsx(
|
|
3256
3119
|
"div",
|
|
3257
|
-
|
|
3258
|
-
ref:
|
|
3259
|
-
className:
|
|
3260
|
-
|
|
3120
|
+
F({
|
|
3121
|
+
ref: r,
|
|
3122
|
+
className: O(
|
|
3123
|
+
S("tw-flex tw-flex-col tw-pt-space300 tw-pb-space200 tw-px-space300", t)
|
|
3261
3124
|
)
|
|
3262
|
-
},
|
|
3125
|
+
}, n)
|
|
3263
3126
|
);
|
|
3264
3127
|
}
|
|
3265
3128
|
);
|
|
3266
|
-
|
|
3267
|
-
const
|
|
3268
|
-
(
|
|
3269
|
-
var
|
|
3270
|
-
return /* @__PURE__ */
|
|
3129
|
+
Nr.displayName = "CardHeader";
|
|
3130
|
+
const Or = J.forwardRef(
|
|
3131
|
+
(o, r) => {
|
|
3132
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3133
|
+
return /* @__PURE__ */ b.jsx(
|
|
3271
3134
|
"div",
|
|
3272
|
-
|
|
3273
|
-
ref:
|
|
3274
|
-
className:
|
|
3275
|
-
},
|
|
3135
|
+
F({
|
|
3136
|
+
ref: r,
|
|
3137
|
+
className: O(S("tw-font-medium", t))
|
|
3138
|
+
}, n)
|
|
3276
3139
|
);
|
|
3277
3140
|
}
|
|
3278
3141
|
);
|
|
3279
|
-
|
|
3280
|
-
const
|
|
3281
|
-
(
|
|
3282
|
-
var
|
|
3283
|
-
return /* @__PURE__ */
|
|
3142
|
+
Or.displayName = "Title";
|
|
3143
|
+
const Fr = J.forwardRef(
|
|
3144
|
+
(o, r) => {
|
|
3145
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3146
|
+
return /* @__PURE__ */ b.jsx(
|
|
3284
3147
|
"div",
|
|
3285
|
-
|
|
3286
|
-
ref:
|
|
3287
|
-
className:
|
|
3288
|
-
},
|
|
3148
|
+
F({
|
|
3149
|
+
ref: r,
|
|
3150
|
+
className: O(S("tw-font-regular", t))
|
|
3151
|
+
}, n)
|
|
3289
3152
|
);
|
|
3290
3153
|
}
|
|
3291
3154
|
);
|
|
3292
|
-
|
|
3293
|
-
const
|
|
3294
|
-
(
|
|
3295
|
-
var
|
|
3296
|
-
return /* @__PURE__ */
|
|
3155
|
+
Fr.displayName = "Description";
|
|
3156
|
+
const Ir = J.forwardRef(
|
|
3157
|
+
(o, r) => {
|
|
3158
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3159
|
+
return /* @__PURE__ */ b.jsx(
|
|
3297
3160
|
"div",
|
|
3298
|
-
|
|
3299
|
-
ref:
|
|
3300
|
-
className:
|
|
3301
|
-
},
|
|
3161
|
+
F({
|
|
3162
|
+
ref: r,
|
|
3163
|
+
className: O(S("tw-pb-space300 tw-px-space300 ", t))
|
|
3164
|
+
}, n)
|
|
3302
3165
|
);
|
|
3303
3166
|
}
|
|
3304
3167
|
);
|
|
3305
|
-
|
|
3306
|
-
const
|
|
3307
|
-
(
|
|
3308
|
-
var
|
|
3309
|
-
return /* @__PURE__ */
|
|
3168
|
+
Ir.displayName = "Content";
|
|
3169
|
+
const Mr = J.forwardRef(
|
|
3170
|
+
(o, r) => {
|
|
3171
|
+
var i = o, { className: t } = i, n = L(i, ["className"]);
|
|
3172
|
+
return /* @__PURE__ */ b.jsx(
|
|
3310
3173
|
"div",
|
|
3311
|
-
|
|
3312
|
-
ref:
|
|
3313
|
-
className:
|
|
3314
|
-
},
|
|
3174
|
+
F({
|
|
3175
|
+
ref: r,
|
|
3176
|
+
className: O(S("tw-pb-space300 tw-px-space300", t))
|
|
3177
|
+
}, n)
|
|
3315
3178
|
);
|
|
3316
3179
|
}
|
|
3317
3180
|
);
|
|
3318
|
-
|
|
3319
|
-
const
|
|
3320
|
-
"
|
|
3181
|
+
Mr.displayName = "Footer";
|
|
3182
|
+
const zr = vt(
|
|
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",
|
|
3321
3184
|
{
|
|
3322
3185
|
variants: {
|
|
3323
3186
|
display: {
|
|
3324
|
-
grid: "
|
|
3325
|
-
inlineGrid: "
|
|
3187
|
+
grid: "tw-grid",
|
|
3188
|
+
inlineGrid: "tw-inline-grid"
|
|
3326
3189
|
},
|
|
3327
3190
|
gap: {
|
|
3328
|
-
gap0: "
|
|
3329
|
-
gap100: "
|
|
3330
|
-
gap150: "
|
|
3331
|
-
gap200: "
|
|
3332
|
-
gap300: "
|
|
3333
|
-
gap400: "
|
|
3334
|
-
gap600: "
|
|
3335
|
-
gap800: "
|
|
3336
|
-
gap1000: "
|
|
3337
|
-
gap1200: "
|
|
3338
|
-
gap1600: "
|
|
3339
|
-
gap2000: "
|
|
3191
|
+
gap0: "tw-gap0",
|
|
3192
|
+
gap100: "tw-gap-100",
|
|
3193
|
+
gap150: "tw-gap-150",
|
|
3194
|
+
gap200: "tw-gap-200",
|
|
3195
|
+
gap300: "tw-gap-300",
|
|
3196
|
+
gap400: "tw-gap-400",
|
|
3197
|
+
gap600: "tw-gap-600",
|
|
3198
|
+
gap800: "tw-gap-800",
|
|
3199
|
+
gap1000: "tw-gap-1000",
|
|
3200
|
+
gap1200: "tw-gap-1200",
|
|
3201
|
+
gap1600: "tw-gap-1600",
|
|
3202
|
+
gap2000: "tw-gap-2000"
|
|
3340
3203
|
},
|
|
3341
3204
|
gapX: {
|
|
3342
|
-
gap0: "
|
|
3343
|
-
gap100: "
|
|
3344
|
-
gap150: "
|
|
3345
|
-
gap200: "
|
|
3346
|
-
gap300: "
|
|
3347
|
-
gap400: "
|
|
3348
|
-
gap600: "
|
|
3349
|
-
gap800: "
|
|
3350
|
-
gap1000: "
|
|
3351
|
-
gap1200: "
|
|
3352
|
-
gap1600: "
|
|
3353
|
-
gap2000: "
|
|
3205
|
+
gap0: "tw-gap-x-0",
|
|
3206
|
+
gap100: "tw-gap-x-100",
|
|
3207
|
+
gap150: "tw-gap-x-150",
|
|
3208
|
+
gap200: "tw-gap-x-200",
|
|
3209
|
+
gap300: "tw-gap-x-300",
|
|
3210
|
+
gap400: "tw-gap-x-400",
|
|
3211
|
+
gap600: "tw-gap-x-600",
|
|
3212
|
+
gap800: "tw-gap-x-800",
|
|
3213
|
+
gap1000: "tw-gap-x-1000",
|
|
3214
|
+
gap1200: "tw-gap-x-1200",
|
|
3215
|
+
gap1600: "tw-gap-x-1600",
|
|
3216
|
+
gap2000: "tw-gap-x-2000"
|
|
3354
3217
|
},
|
|
3355
3218
|
gapY: {
|
|
3356
|
-
gap0: "
|
|
3357
|
-
gap100: "
|
|
3358
|
-
gap150: "
|
|
3359
|
-
gap200: "
|
|
3360
|
-
gap300: "
|
|
3361
|
-
gap400: "
|
|
3362
|
-
gap600: "
|
|
3363
|
-
gap800: "
|
|
3364
|
-
gap1000: "
|
|
3365
|
-
gap1200: "
|
|
3366
|
-
gap1600: "
|
|
3367
|
-
gap2000: "
|
|
3219
|
+
gap0: "tw-gap-y-0",
|
|
3220
|
+
gap100: "tw-gap-y-100",
|
|
3221
|
+
gap150: "tw-gap-y-150",
|
|
3222
|
+
gap200: "tw-gap-y-200",
|
|
3223
|
+
gap300: "tw-gap-y-300",
|
|
3224
|
+
gap400: "tw-gap-y-400",
|
|
3225
|
+
gap600: "tw-gap-y-600",
|
|
3226
|
+
gap800: "tw-gap-y-800",
|
|
3227
|
+
gap1000: "tw-gap-y-1000",
|
|
3228
|
+
gap1200: "tw-gap-y-1200",
|
|
3229
|
+
gap1600: "tw-gap-y-1600",
|
|
3230
|
+
gap2000: "tw-gap-y-2000"
|
|
3368
3231
|
},
|
|
3369
3232
|
justifyContent: {
|
|
3370
|
-
normal: "
|
|
3371
|
-
start: "
|
|
3372
|
-
end: "
|
|
3373
|
-
center: "
|
|
3374
|
-
between: "
|
|
3375
|
-
around: "
|
|
3376
|
-
evenly: "
|
|
3377
|
-
stretch: "
|
|
3233
|
+
normal: "tw-justify-normal",
|
|
3234
|
+
start: "tw-justify-start",
|
|
3235
|
+
end: "tw-justify-end",
|
|
3236
|
+
center: "tw-justify-center",
|
|
3237
|
+
between: "tw-justify-between",
|
|
3238
|
+
around: "tw-justify-around",
|
|
3239
|
+
evenly: "tw-justify-evenly",
|
|
3240
|
+
stretch: "tw-justify-stretch"
|
|
3378
3241
|
},
|
|
3379
3242
|
justifyItems: {
|
|
3380
|
-
start: "
|
|
3381
|
-
end: "
|
|
3382
|
-
center: "
|
|
3383
|
-
stretch: "
|
|
3243
|
+
start: "tw-justify-items-start",
|
|
3244
|
+
end: "tw-justify-items-end",
|
|
3245
|
+
center: "tw-justify-items-center",
|
|
3246
|
+
stretch: "tw-justify-items-stretch"
|
|
3384
3247
|
},
|
|
3385
3248
|
alignContent: {
|
|
3386
|
-
normal: "
|
|
3387
|
-
center: "
|
|
3388
|
-
start: "
|
|
3389
|
-
end: "
|
|
3390
|
-
between: "
|
|
3391
|
-
around: "
|
|
3392
|
-
evenly: "
|
|
3393
|
-
baseline: "
|
|
3394
|
-
stretch: "
|
|
3249
|
+
normal: "tw-content-normal",
|
|
3250
|
+
center: "tw-content-center",
|
|
3251
|
+
start: "tw-content-start",
|
|
3252
|
+
end: "tw-content-end",
|
|
3253
|
+
between: "tw-content-between",
|
|
3254
|
+
around: "tw-content-around",
|
|
3255
|
+
evenly: "tw-content-evenly",
|
|
3256
|
+
baseline: "tw-content-baseline",
|
|
3257
|
+
stretch: "tw-content-stretch"
|
|
3395
3258
|
},
|
|
3396
3259
|
alignItems: {
|
|
3397
|
-
start: "
|
|
3398
|
-
end: "
|
|
3399
|
-
center: "
|
|
3400
|
-
baseline: "
|
|
3401
|
-
stretch: "
|
|
3260
|
+
start: "tw-items-start",
|
|
3261
|
+
end: "tw-items-end",
|
|
3262
|
+
center: "tw-items-center",
|
|
3263
|
+
baseline: "tw-items-baseline",
|
|
3264
|
+
stretch: "tw-items-stretch"
|
|
3402
3265
|
},
|
|
3403
3266
|
placeContent: {
|
|
3404
|
-
center: "
|
|
3405
|
-
start: "
|
|
3406
|
-
end: "
|
|
3407
|
-
between: "
|
|
3408
|
-
around: "
|
|
3409
|
-
evenly: "
|
|
3410
|
-
baseline: "
|
|
3411
|
-
stretch: "
|
|
3267
|
+
center: "tw-place-content-center",
|
|
3268
|
+
start: "tw-place-content-start",
|
|
3269
|
+
end: "tw-place-content-end",
|
|
3270
|
+
between: "tw-place-content-between",
|
|
3271
|
+
around: "tw-place-content-around",
|
|
3272
|
+
evenly: "tw-place-content-evenly",
|
|
3273
|
+
baseline: "tw-place-content-baseline",
|
|
3274
|
+
stretch: "tw-place-content-stretch"
|
|
3412
3275
|
},
|
|
3413
3276
|
placeItems: {
|
|
3414
|
-
start: "
|
|
3415
|
-
end: "
|
|
3416
|
-
center: "
|
|
3417
|
-
baseline: "
|
|
3418
|
-
stretch: "
|
|
3277
|
+
start: "tw-place-items-start",
|
|
3278
|
+
end: "tw-place-items-end",
|
|
3279
|
+
center: "tw-place-items-center",
|
|
3280
|
+
baseline: "tw-place-items-baseline",
|
|
3281
|
+
stretch: "tw-place-items-stretch"
|
|
3419
3282
|
}
|
|
3420
3283
|
}
|
|
3421
3284
|
}
|
|
3422
|
-
),
|
|
3423
|
-
(
|
|
3424
|
-
var
|
|
3425
|
-
return /* @__PURE__ */
|
|
3285
|
+
), Dr = J.forwardRef(
|
|
3286
|
+
(i, o) => {
|
|
3287
|
+
var s = i, { className: t, children: n } = s, r = L(s, ["className", "children"]);
|
|
3288
|
+
return /* @__PURE__ */ b.jsx(
|
|
3426
3289
|
"div",
|
|
3427
|
-
|
|
3428
|
-
className:
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
display:
|
|
3432
|
-
gap:
|
|
3433
|
-
gapX:
|
|
3434
|
-
gapY:
|
|
3435
|
-
justifyContent:
|
|
3436
|
-
justifyItems:
|
|
3437
|
-
alignContent:
|
|
3438
|
-
alignItems:
|
|
3439
|
-
placeContent:
|
|
3440
|
-
placeItems:
|
|
3441
|
-
className:
|
|
3290
|
+
tt(F({
|
|
3291
|
+
className: O(
|
|
3292
|
+
S(
|
|
3293
|
+
zr({
|
|
3294
|
+
display: r == null ? void 0 : r.display,
|
|
3295
|
+
gap: r == null ? void 0 : r.gap,
|
|
3296
|
+
gapX: r == null ? void 0 : r.gapX,
|
|
3297
|
+
gapY: r == null ? void 0 : r.gapY,
|
|
3298
|
+
justifyContent: r == null ? void 0 : r.justifyContent,
|
|
3299
|
+
justifyItems: r == null ? void 0 : r.justifyItems,
|
|
3300
|
+
alignContent: r == null ? void 0 : r.alignContent,
|
|
3301
|
+
alignItems: r == null ? void 0 : r.alignItems,
|
|
3302
|
+
placeContent: r == null ? void 0 : r.placeContent,
|
|
3303
|
+
placeItems: r == null ? void 0 : r.placeItems,
|
|
3304
|
+
className: t
|
|
3442
3305
|
})
|
|
3443
3306
|
)
|
|
3444
3307
|
),
|
|
3445
|
-
ref:
|
|
3446
|
-
},
|
|
3447
|
-
children:
|
|
3308
|
+
ref: o
|
|
3309
|
+
}, r), {
|
|
3310
|
+
children: n
|
|
3448
3311
|
})
|
|
3449
3312
|
);
|
|
3450
3313
|
}
|
|
3451
3314
|
);
|
|
3452
|
-
|
|
3453
|
-
const
|
|
3454
|
-
let
|
|
3455
|
-
switch (
|
|
3315
|
+
Dr.displayName = "Grid";
|
|
3316
|
+
const ut = (t) => {
|
|
3317
|
+
let n = "";
|
|
3318
|
+
switch (t) {
|
|
3456
3319
|
case "STANDARD":
|
|
3457
3320
|
case "STANDARD_LINE_SEPARATED":
|
|
3458
|
-
|
|
3321
|
+
n = "tw-font-medium tw-text-Text-primary";
|
|
3459
3322
|
break;
|
|
3460
3323
|
case "DISCOUNT":
|
|
3461
|
-
|
|
3324
|
+
n = "tw-font-normal tw-text-teal-400";
|
|
3462
3325
|
break;
|
|
3463
3326
|
case "FEE":
|
|
3464
3327
|
case "TAX":
|
|
3465
|
-
|
|
3328
|
+
n = "tw-font-medium tw-text-Text-secondary";
|
|
3466
3329
|
break;
|
|
3467
3330
|
}
|
|
3468
|
-
return
|
|
3469
|
-
},
|
|
3470
|
-
({ className:
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
t
|
|
3474
|
-
|
|
3475
|
-
"div",
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
"
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
"span",
|
|
3513
|
-
{
|
|
3514
|
-
className: y(
|
|
3515
|
-
!["total_amount"].includes(i.key_name) && i.type !== "SLASHED" && xr(i.type),
|
|
3516
|
-
i.key_name === "total_amount" && "ds_xSmallBodyEmphasized ds-tablet:ds_SmallCalloutEmphasized ds-desktop:ds_MediumBodyEmphasized",
|
|
3517
|
-
i.type === "SLASHED" && "ds-line-through ds-font-normal ds-text-Text-secondary"
|
|
3518
|
-
),
|
|
3519
|
-
children: i.currency_converted_amount
|
|
3520
|
-
}
|
|
3521
|
-
)
|
|
3522
|
-
]
|
|
3523
|
-
}
|
|
3524
|
-
)
|
|
3525
|
-
] })
|
|
3526
|
-
},
|
|
3527
|
-
`BookingQuoteLineItemType-${c}`
|
|
3528
|
-
);
|
|
3529
|
-
}) }),
|
|
3530
|
-
/* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsxs(
|
|
3531
|
-
"span",
|
|
3532
|
-
{
|
|
3533
|
-
className: "ds-flex ds-mt-3 ds-justify-end ds-items-center ds-text-Background-accentEggplant-100 ds-underline ds-cursor-pointer ds_xSmallFootnoteEmphasized ds-tablet:ds-hidden",
|
|
3534
|
-
onClick: () => o(!n),
|
|
3535
|
-
children: [
|
|
3536
|
-
"See ",
|
|
3537
|
-
n ? "less" : "details"
|
|
3538
|
-
]
|
|
3539
|
-
}
|
|
3540
|
-
) })
|
|
3541
|
-
]
|
|
3542
|
-
}
|
|
3543
|
-
);
|
|
3544
|
-
}
|
|
3331
|
+
return n;
|
|
3332
|
+
}, Br = J.forwardRef(
|
|
3333
|
+
({ className: t, items: n }, r) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsx(
|
|
3334
|
+
"div",
|
|
3335
|
+
{
|
|
3336
|
+
className: O(S(t, "tw-w-full tw-flex tw-flex-col")),
|
|
3337
|
+
ref: r,
|
|
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
|
+
"div",
|
|
3342
|
+
{
|
|
3343
|
+
className: S(
|
|
3344
|
+
"tw-flex tw-flex-row tw-justify-between",
|
|
3345
|
+
i > 0 && "tw-mt-2",
|
|
3346
|
+
i !== n.length && o.type === "STANDARD_LINE_SEPARATED" && "tw-mb-1"
|
|
3347
|
+
),
|
|
3348
|
+
children: [
|
|
3349
|
+
/* @__PURE__ */ b.jsx(
|
|
3350
|
+
"span",
|
|
3351
|
+
{
|
|
3352
|
+
className: S(
|
|
3353
|
+
"tw-text-xSmallCallout tablet:tw-text-mediumCallout tw-me-3",
|
|
3354
|
+
ut(o.type)
|
|
3355
|
+
),
|
|
3356
|
+
children: o.display_name
|
|
3357
|
+
}
|
|
3358
|
+
),
|
|
3359
|
+
/* @__PURE__ */ b.jsx(
|
|
3360
|
+
"span",
|
|
3361
|
+
{
|
|
3362
|
+
className: S(
|
|
3363
|
+
"tw-text-xSmallCallout tablet:tw-text-mediumCallout",
|
|
3364
|
+
ut(o.type)
|
|
3365
|
+
),
|
|
3366
|
+
children: o.currency_converted_amount
|
|
3367
|
+
}
|
|
3368
|
+
)
|
|
3369
|
+
]
|
|
3370
|
+
}
|
|
3371
|
+
)
|
|
3372
|
+
] }, `BookingQuoteLineItemType-${i}`))
|
|
3373
|
+
}
|
|
3374
|
+
) })
|
|
3545
3375
|
);
|
|
3546
|
-
|
|
3547
|
-
const
|
|
3548
|
-
const [
|
|
3549
|
-
|
|
3550
|
-
},
|
|
3551
|
-
|
|
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);
|
|
3552
3382
|
};
|
|
3553
|
-
return /* @__PURE__ */
|
|
3554
|
-
|
|
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(
|
|
3555
3385
|
"button",
|
|
3556
3386
|
{
|
|
3557
|
-
className: "
|
|
3558
|
-
onClick:
|
|
3559
|
-
children: /* @__PURE__ */
|
|
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(
|
|
3560
3390
|
"img",
|
|
3561
3391
|
{
|
|
3562
|
-
src:
|
|
3392
|
+
src: Lr,
|
|
3563
3393
|
alt: "prev"
|
|
3564
3394
|
}
|
|
3565
3395
|
)
|
|
3566
3396
|
}
|
|
3567
3397
|
),
|
|
3568
|
-
/* @__PURE__ */
|
|
3569
|
-
backgroundImage: `url(${
|
|
3398
|
+
/* @__PURE__ */ b.jsx("div", { className: "picture tw-w-full tw-rounded-[4px]", style: {
|
|
3399
|
+
backgroundImage: `url(${t[n]})`
|
|
3570
3400
|
} }),
|
|
3571
|
-
|
|
3401
|
+
t.length > 1 && /* @__PURE__ */ b.jsx(
|
|
3572
3402
|
"button",
|
|
3573
3403
|
{
|
|
3574
|
-
className: "
|
|
3575
|
-
onClick:
|
|
3576
|
-
children: /* @__PURE__ */
|
|
3404
|
+
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",
|
|
3405
|
+
onClick: o,
|
|
3406
|
+
children: /* @__PURE__ */ b.jsx(
|
|
3577
3407
|
"img",
|
|
3578
3408
|
{
|
|
3579
|
-
src:
|
|
3409
|
+
src: Wr,
|
|
3580
3410
|
alt: "next"
|
|
3581
3411
|
}
|
|
3582
3412
|
)
|
|
3583
3413
|
}
|
|
3584
3414
|
),
|
|
3585
|
-
|
|
3415
|
+
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(
|
|
3586
3416
|
"li",
|
|
3587
3417
|
{
|
|
3588
|
-
"aria-description":
|
|
3589
|
-
className:
|
|
3590
|
-
|
|
3591
|
-
"
|
|
3592
|
-
|
|
3593
|
-
|
|
3418
|
+
"aria-description": s,
|
|
3419
|
+
className: O(
|
|
3420
|
+
S(
|
|
3421
|
+
"tw-w-[5px] tw-h-[4px] tw-block tw-z-10 tw-mx-[2.5px] tw-rounded-[1px]",
|
|
3422
|
+
c !== n && "tw-bg-[rgba(255,255,255,0.5)]",
|
|
3423
|
+
c === n && "tw-bg-[rgba(255,255,255,0.8)]"
|
|
3594
3424
|
)
|
|
3595
3425
|
)
|
|
3596
3426
|
},
|
|
3597
|
-
|
|
3427
|
+
c
|
|
3598
3428
|
)) })
|
|
3599
3429
|
] }) });
|
|
3600
3430
|
});
|
|
3601
|
-
|
|
3602
|
-
const
|
|
3431
|
+
$r.displayName = "Image_Carousel";
|
|
3432
|
+
const Vr = Q.forwardRef(
|
|
3603
3433
|
({
|
|
3604
|
-
title:
|
|
3605
|
-
content:
|
|
3606
|
-
expandIcon:
|
|
3607
|
-
collapseIcon:
|
|
3608
|
-
accordionClass:
|
|
3609
|
-
accordionHeaderClass:
|
|
3610
|
-
accordionTitleClass:
|
|
3611
|
-
accordionContentClass:
|
|
3434
|
+
title: t,
|
|
3435
|
+
content: n,
|
|
3436
|
+
expandIcon: r,
|
|
3437
|
+
collapseIcon: o,
|
|
3438
|
+
accordionClass: i,
|
|
3439
|
+
accordionHeaderClass: s,
|
|
3440
|
+
accordionTitleClass: c,
|
|
3441
|
+
accordionContentClass: u,
|
|
3612
3442
|
isEnabled: f = !0,
|
|
3613
|
-
isExpanded:
|
|
3614
|
-
},
|
|
3615
|
-
const [
|
|
3616
|
-
f &&
|
|
3443
|
+
isExpanded: g = !0
|
|
3444
|
+
}, p) => {
|
|
3445
|
+
const [y, E] = dt(g), N = () => {
|
|
3446
|
+
f && E(!y);
|
|
3617
3447
|
};
|
|
3618
|
-
return
|
|
3619
|
-
f && R(p);
|
|
3620
|
-
}, [f, p]), /* @__PURE__ */ l.jsxs(
|
|
3448
|
+
return /* @__PURE__ */ b.jsxs(
|
|
3621
3449
|
"div",
|
|
3622
3450
|
{
|
|
3623
|
-
className:
|
|
3624
|
-
ref:
|
|
3451
|
+
className: O(S("silkhaus-accordion", i)),
|
|
3452
|
+
ref: p,
|
|
3625
3453
|
children: [
|
|
3626
|
-
/* @__PURE__ */
|
|
3454
|
+
/* @__PURE__ */ b.jsxs(
|
|
3627
3455
|
"div",
|
|
3628
3456
|
{
|
|
3629
|
-
className:
|
|
3630
|
-
|
|
3631
|
-
"silkhaus-accordion-header
|
|
3632
|
-
|
|
3633
|
-
!f && "
|
|
3634
|
-
f && "
|
|
3457
|
+
className: O(
|
|
3458
|
+
S(
|
|
3459
|
+
"silkhaus-accordion-header tw-flex tw-flex-row tw-justify-between tw-items-center",
|
|
3460
|
+
s,
|
|
3461
|
+
!f && "tw-cursor-not-allowed",
|
|
3462
|
+
f && "tw-cursor-pointer"
|
|
3635
3463
|
)
|
|
3636
3464
|
),
|
|
3637
3465
|
onClick: N,
|
|
3638
3466
|
children: [
|
|
3639
|
-
/* @__PURE__ */
|
|
3640
|
-
|
|
3467
|
+
/* @__PURE__ */ b.jsx("div", { className: O(S(c)), children: t }),
|
|
3468
|
+
y ? o || "-" : r || "+"
|
|
3641
3469
|
]
|
|
3642
3470
|
}
|
|
3643
3471
|
),
|
|
3644
|
-
|
|
3472
|
+
y && /* @__PURE__ */ b.jsx("div", { className: O(S("silkhaus-accordion-content", u)), children: n })
|
|
3645
3473
|
]
|
|
3646
3474
|
}
|
|
3647
3475
|
);
|
|
3648
3476
|
}
|
|
3649
3477
|
);
|
|
3650
|
-
|
|
3651
|
-
function
|
|
3652
|
-
return
|
|
3478
|
+
Vr.displayName = "Accordion";
|
|
3479
|
+
function Gr(...t) {
|
|
3480
|
+
return O(S(t));
|
|
3653
3481
|
}
|
|
3654
|
-
const
|
|
3655
|
-
checked:
|
|
3656
|
-
onChange:
|
|
3657
|
-
disabled:
|
|
3658
|
-
htmlId:
|
|
3659
|
-
},
|
|
3660
|
-
/* @__PURE__ */
|
|
3482
|
+
const qr = Q.forwardRef(({
|
|
3483
|
+
checked: t = !1,
|
|
3484
|
+
onChange: n,
|
|
3485
|
+
disabled: r = !1,
|
|
3486
|
+
htmlId: o = "wa"
|
|
3487
|
+
}, i) => /* @__PURE__ */ b.jsxs("label", { className: Gr("switch", r && "disabled"), htmlFor: o, children: [
|
|
3488
|
+
/* @__PURE__ */ b.jsx(
|
|
3661
3489
|
"input",
|
|
3662
3490
|
{
|
|
3663
|
-
id:
|
|
3491
|
+
id: o,
|
|
3664
3492
|
type: "checkbox",
|
|
3665
|
-
checked:
|
|
3666
|
-
onChange:
|
|
3667
|
-
ref:
|
|
3668
|
-
disabled:
|
|
3493
|
+
checked: t,
|
|
3494
|
+
onChange: n,
|
|
3495
|
+
ref: i,
|
|
3496
|
+
disabled: r
|
|
3669
3497
|
}
|
|
3670
3498
|
),
|
|
3671
|
-
/* @__PURE__ */
|
|
3499
|
+
/* @__PURE__ */ b.jsx(
|
|
3672
3500
|
"span",
|
|
3673
3501
|
{
|
|
3674
3502
|
className: "slider round",
|
|
3675
3503
|
style: {
|
|
3676
|
-
opacity:
|
|
3677
|
-
cursor:
|
|
3504
|
+
opacity: r ? 0.5 : 1,
|
|
3505
|
+
cursor: r ? "not-allowed" : "pointer"
|
|
3678
3506
|
}
|
|
3679
3507
|
}
|
|
3680
3508
|
)
|
|
3681
3509
|
] }));
|
|
3682
|
-
|
|
3683
|
-
const es = tt((e, s) => {
|
|
3684
|
-
const o = e, { open: t, children: a } = o, n = L(o, ["open", "children"]);
|
|
3685
|
-
return /* @__PURE__ */ l.jsx("div", Me(I({ ref: s, className: `dialog ${t ? "open" : ""}` }, n), { children: a }));
|
|
3686
|
-
});
|
|
3687
|
-
es.displayName = "Dialog";
|
|
3688
|
-
const rs = M.forwardRef(
|
|
3689
|
-
({
|
|
3690
|
-
outerDivClassName: e = "",
|
|
3691
|
-
banner: s = "",
|
|
3692
|
-
title: t,
|
|
3693
|
-
description: a,
|
|
3694
|
-
primaryBtnText: n = "Submit",
|
|
3695
|
-
showPrimaryBtn: o,
|
|
3696
|
-
secondaryBtnText: i = "Cancel",
|
|
3697
|
-
showSecondaryBtn: c,
|
|
3698
|
-
onPrimaryBtnClick: f,
|
|
3699
|
-
onSecondaryBtnClick: p,
|
|
3700
|
-
disablePrimaryBtn: g = !1,
|
|
3701
|
-
disableSecondaryBtn: b = !1
|
|
3702
|
-
}, R) => /* @__PURE__ */ l.jsx("div", { className: w(e), children: /* @__PURE__ */ l.jsxs(
|
|
3703
|
-
"div",
|
|
3704
|
-
{
|
|
3705
|
-
className: w(
|
|
3706
|
-
y(
|
|
3707
|
-
"ds-bg-white ds-w-full ds-wide_ds-desktop:ds-w-[528px] ds-desktop:ds-w-[528px] ds-tablet:ds-w-[528px] ds-border ds-rounded",
|
|
3708
|
-
s && "ds-p-6"
|
|
3709
|
-
)
|
|
3710
|
-
),
|
|
3711
|
-
ref: R,
|
|
3712
|
-
children: [
|
|
3713
|
-
s && /* @__PURE__ */ l.jsx(
|
|
3714
|
-
"div",
|
|
3715
|
-
{
|
|
3716
|
-
className: "ds-mb-4 ds-bg-Background-accentEggplant-5 banner",
|
|
3717
|
-
style: { backgroundImage: `url(${s})` }
|
|
3718
|
-
}
|
|
3719
|
-
),
|
|
3720
|
-
/* @__PURE__ */ l.jsxs(
|
|
3721
|
-
"div",
|
|
3722
|
-
{
|
|
3723
|
-
className: y(
|
|
3724
|
-
!s && "ds-p-6 ds-border-t-4 ds-rounded-s ds-rounded-e ds-border-Background-accentEggplant-100"
|
|
3725
|
-
),
|
|
3726
|
-
children: [
|
|
3727
|
-
/* @__PURE__ */ l.jsxs("div", { children: [
|
|
3728
|
-
/* @__PURE__ */ l.jsx(
|
|
3729
|
-
"h2",
|
|
3730
|
-
{
|
|
3731
|
-
className: y(
|
|
3732
|
-
"ds_MediumTitle1Emphasized ds-text-black ds-mb-0 ds-pb-4",
|
|
3733
|
-
s && "ds-border-t-2 ds-border-Background-accentEggplant-100 ds-pt-4"
|
|
3734
|
-
),
|
|
3735
|
-
children: t
|
|
3736
|
-
}
|
|
3737
|
-
),
|
|
3738
|
-
a && /* @__PURE__ */ l.jsx("span", { className: "ds-text-black MediumBodyRegular", children: a })
|
|
3739
|
-
] }),
|
|
3740
|
-
/* @__PURE__ */ l.jsxs(
|
|
3741
|
-
"div",
|
|
3742
|
-
{
|
|
3743
|
-
className: y(
|
|
3744
|
-
"ds-flex ds-flex-col ds-pt-4 ds-tablet:ds-grid ds-tablet:ds-grid-flow-row ds-tablet:ds-grid-cols-2 ds-tablet:ds-gap-x-4 ds-tablet:ds-flex-row",
|
|
3745
|
-
o && c && "ds-tablet:ds-justify-between ds-items-center",
|
|
3746
|
-
o && !c && "ds-tablet:ds-justify-end ds-items-center"
|
|
3747
|
-
),
|
|
3748
|
-
children: [
|
|
3749
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-tablet:ds-mt-0 ds-mt-4 ds-w-full ds-tablet:ds-w-auto ds-flex ds-flex-col ds-order-2 ds-tablet:ds-order-1", children: c && /* @__PURE__ */ l.jsx(
|
|
3750
|
-
De,
|
|
3751
|
-
{
|
|
3752
|
-
color: "secondary",
|
|
3753
|
-
onClick: p,
|
|
3754
|
-
disabled: b,
|
|
3755
|
-
className: "ds_MediumBodyEmphasized",
|
|
3756
|
-
size: "large",
|
|
3757
|
-
children: i
|
|
3758
|
-
}
|
|
3759
|
-
) }),
|
|
3760
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-w-full ds-flex ds-flex-col ds-tablet:ds-w-auto ds-order-1 ds-tablet:ds-order-2", children: o && /* @__PURE__ */ l.jsx(
|
|
3761
|
-
De,
|
|
3762
|
-
{
|
|
3763
|
-
color: "primary",
|
|
3764
|
-
onClick: f,
|
|
3765
|
-
disabled: g,
|
|
3766
|
-
className: "ds_MediumBodyEmphasized",
|
|
3767
|
-
size: "large",
|
|
3768
|
-
children: n
|
|
3769
|
-
}
|
|
3770
|
-
) })
|
|
3771
|
-
]
|
|
3772
|
-
}
|
|
3773
|
-
)
|
|
3774
|
-
]
|
|
3775
|
-
}
|
|
3776
|
-
)
|
|
3777
|
-
]
|
|
3778
|
-
}
|
|
3779
|
-
) })
|
|
3780
|
-
);
|
|
3781
|
-
rs.displayName = "AlertDialog";
|
|
3782
|
-
const ts = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23jy0s9xho2a)'%3e%3cpath%20d='M6.647%2012.969a.925.925%200%200%200%20.82-.431l5.586-8.641c.14-.215.196-.405.196-.586%200-.475-.345-.811-.827-.811-.338%200-.54.116-.745.437l-5.054%208.009-2.589-3.28c-.193-.247-.4-.353-.692-.353-.492%200-.842.348-.842.825%200%20.207.071.404.247.614l3.088%203.81c.226.276.478.407.812.407z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='jy0s9xho2a'%3e%3cpath%20fill='%23fff'%20transform='translate(.667%20.667)'%20d='M0%200h14.667v14.667H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Cr = M.forwardRef(({ progress: e, text: s = "", borderColor: t = "rgba(0, 0, 0, 0.1)", progressColor: a = "#542686", size: n = "48px", strokeWidth: o = 3, textClass: i = "" }, c) => {
|
|
3783
|
-
const f = parseInt(n) / 2 - 4, p = 2 * Math.PI * f, g = p - e * p;
|
|
3784
|
-
return /* @__PURE__ */ l.jsxs(
|
|
3785
|
-
"div",
|
|
3786
|
-
{
|
|
3787
|
-
ref: c,
|
|
3788
|
-
className: "rounded-progress-bar",
|
|
3789
|
-
style: {
|
|
3790
|
-
"--progress": e,
|
|
3791
|
-
"--border-color": t,
|
|
3792
|
-
"--progress-color": a,
|
|
3793
|
-
width: n,
|
|
3794
|
-
height: n
|
|
3795
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3796
|
-
},
|
|
3797
|
-
children: [
|
|
3798
|
-
/* @__PURE__ */ l.jsx(
|
|
3799
|
-
"span",
|
|
3800
|
-
{
|
|
3801
|
-
className: w(y("ds-absolute ds-top-1/2 ds-left-1/2 -ds-translate-x-1/2 -ds-translate-y-1/2 ds_SmallCaption2Emphasized ds-text-nowrap", i)),
|
|
3802
|
-
children: s
|
|
3803
|
-
}
|
|
3804
|
-
),
|
|
3805
|
-
/* @__PURE__ */ l.jsx("div", { className: "progress-ring", children: /* @__PURE__ */ l.jsxs(
|
|
3806
|
-
"svg",
|
|
3807
|
-
{
|
|
3808
|
-
width: n,
|
|
3809
|
-
height: n,
|
|
3810
|
-
viewBox: `0 0 ${n} ${n}`,
|
|
3811
|
-
children: [
|
|
3812
|
-
/* @__PURE__ */ l.jsx(
|
|
3813
|
-
"circle",
|
|
3814
|
-
{
|
|
3815
|
-
className: "progress-ring-circle",
|
|
3816
|
-
stroke: "var(--border-color)",
|
|
3817
|
-
strokeWidth: o,
|
|
3818
|
-
fill: "transparent",
|
|
3819
|
-
r: f.toString(),
|
|
3820
|
-
cx: (parseInt(n) / 2).toString(),
|
|
3821
|
-
cy: (parseInt(n) / 2).toString()
|
|
3822
|
-
}
|
|
3823
|
-
),
|
|
3824
|
-
/* @__PURE__ */ l.jsx(
|
|
3825
|
-
"circle",
|
|
3826
|
-
{
|
|
3827
|
-
className: "progress-ring-circle-progress",
|
|
3828
|
-
stroke: "var(--progress-color)",
|
|
3829
|
-
strokeWidth: o,
|
|
3830
|
-
fill: "transparent",
|
|
3831
|
-
r: f.toString(),
|
|
3832
|
-
cx: (parseInt(n) / 2).toString(),
|
|
3833
|
-
cy: (parseInt(n) / 2).toString(),
|
|
3834
|
-
strokeDasharray: `${p}`,
|
|
3835
|
-
strokeDashoffset: `${g}`
|
|
3836
|
-
}
|
|
3837
|
-
)
|
|
3838
|
-
]
|
|
3839
|
-
}
|
|
3840
|
-
) })
|
|
3841
|
-
]
|
|
3842
|
-
}
|
|
3843
|
-
);
|
|
3844
|
-
});
|
|
3845
|
-
Cr.displayName = "RoundedProgressBar";
|
|
3846
|
-
const ss = M.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass: t = "" }, a) => {
|
|
3847
|
-
var o, i;
|
|
3848
|
-
let n = 0;
|
|
3849
|
-
for (let c = 0; c < e.length; c++)
|
|
3850
|
-
(((o = e[c]) == null ? void 0 : o.status) === "completed" || ((i = e[c]) == null ? void 0 : i.status) === "active") && n++;
|
|
3851
|
-
return /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
3852
|
-
/* @__PURE__ */ l.jsx(
|
|
3853
|
-
"div",
|
|
3854
|
-
{
|
|
3855
|
-
ref: a,
|
|
3856
|
-
className: w(y("ds-hidden ds-tablet:ds-block ds-relative ds-h-[72px]", s)),
|
|
3857
|
-
children: /* @__PURE__ */ l.jsxs("div", { className: "ds-relative ds-w-full ds-flex ds-items-center ds-flex-row ds-justify-between", children: [
|
|
3858
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-absolute ds-left-0 ds-top-2/4 ds-h-0.5 ds-w-full -translate-y-2/4 ds-bg-Fills-quintiary" }),
|
|
3859
|
-
e.map((c, f) => /* @__PURE__ */ l.jsxs(
|
|
3860
|
-
"div",
|
|
3861
|
-
{
|
|
3862
|
-
className: "ds-relative",
|
|
3863
|
-
children: [
|
|
3864
|
-
/* @__PURE__ */ l.jsx(
|
|
3865
|
-
"div",
|
|
3866
|
-
{
|
|
3867
|
-
className: `ds-flex ds-items-center ds-justify-center ds-w-[22px] ds-h-[22px] ds-rounded ds-border ds-border-Background-accentEggplant-100 ${c.status === "active" || c.status === "completed" ? "ds-bg-Background-accentEggplant-100" : "ds-bg-white"}
|
|
3868
|
-
`,
|
|
3869
|
-
children: c.status === "completed" ? /* @__PURE__ */ l.jsx("span", { className: "ds-text-white ds-flex ds-justify-center ds-items-center", children: /* @__PURE__ */ l.jsx(
|
|
3870
|
-
"img",
|
|
3871
|
-
{
|
|
3872
|
-
src: ts,
|
|
3873
|
-
alt: "check-icon"
|
|
3874
|
-
}
|
|
3875
|
-
) }) : /* @__PURE__ */ l.jsx(
|
|
3876
|
-
"span",
|
|
3877
|
-
{
|
|
3878
|
-
className: `ds_MediumCaption2Emphasized ${c.status === "active" ? "ds-text-white" : "ds-text-gray-600"}`,
|
|
3879
|
-
children: c.number
|
|
3880
|
-
}
|
|
3881
|
-
)
|
|
3882
|
-
}
|
|
3883
|
-
),
|
|
3884
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-text-black ds-block ds_MediumCaption2Regular ds-mt-2 ds-absolute ds-text-nowrap ds-left-1/2 -ds-translate-x-1/2", children: c.title })
|
|
3885
|
-
]
|
|
3886
|
-
},
|
|
3887
|
-
f
|
|
3888
|
-
))
|
|
3889
|
-
] })
|
|
3890
|
-
}
|
|
3891
|
-
),
|
|
3892
|
-
/* @__PURE__ */ l.jsx("div", { ref: a, className: w(y("ds-block ds-tablet:ds-hidden", t)), children: e.map((c, f) => (c.status === "active" || c.status === "completed" && f + 1 == e.length) && /* @__PURE__ */ l.jsxs(
|
|
3893
|
-
"div",
|
|
3894
|
-
{
|
|
3895
|
-
className: "ds-flex ds-flex-row ds-justify-between ds-items-center",
|
|
3896
|
-
children: [
|
|
3897
|
-
/* @__PURE__ */ l.jsx(
|
|
3898
|
-
Cr,
|
|
3899
|
-
{
|
|
3900
|
-
progress: n / e.length,
|
|
3901
|
-
text: `${f + 1} / ${e.length}`
|
|
3902
|
-
}
|
|
3903
|
-
),
|
|
3904
|
-
/* @__PURE__ */ l.jsxs("div", { className: "ds-flex ds-flex-col ds-justify-end ds-items-end", children: [
|
|
3905
|
-
/* @__PURE__ */ l.jsx("span", { className: "ds_SmallCalloutEmphasized", children: `Step ${f + 1}: ${c == null ? void 0 : c.mobileTitle}` }),
|
|
3906
|
-
/* @__PURE__ */ l.jsx("span", { className: "ds_SmallCaption2Regular ds-text-Text-secondary ds-mt-2", children: `Next: ${c == null ? void 0 : c.mobileNextTitle}` })
|
|
3907
|
-
] })
|
|
3908
|
-
]
|
|
3909
|
-
},
|
|
3910
|
-
`mobile-stepper-${f}`
|
|
3911
|
-
)) })
|
|
3912
|
-
] });
|
|
3913
|
-
});
|
|
3914
|
-
ss.displayName = "Stepper";
|
|
3915
|
-
const as = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23rma6vptgva)'%20fill='%23000'%20fill-opacity='.85'%3e%3cpath%20d='M5.727%2010.882h4.265a.563.563%200%200%200%20.572-.572V4.804a.562.562%200%200%200-.572-.564.555.555%200%200%200-.564.564v4.943h-3.7a.557.557%200%200%200-.573.563c0%20.327.245.572.572.572z'/%3e%3cpath%20d='M10%2018.333c4.559%200%208.333-3.782%208.333-8.333%200-4.559-3.782-8.333-8.341-8.333-4.55%200-8.325%203.774-8.325%208.333%200%204.55%203.782%208.333%208.333%208.333zm0-1.389A6.91%206.91%200%200%201%203.064%2010a6.904%206.904%200%200%201%206.928-6.944A6.925%206.925%200%200%201%2016.945%2010%206.918%206.918%200%200%201%2010%2016.944z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='rma6vptgva'%3e%3cpath%20fill='%23fff'%20d='M0%200h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", ns = M.forwardRef(
|
|
3916
|
-
({ time: e, text: s = "", outerDivClass: t = "" }, a) => {
|
|
3917
|
-
const [n, o] = Ce(e);
|
|
3918
|
-
Ee(() => {
|
|
3919
|
-
const f = setInterval(() => {
|
|
3920
|
-
o((p) => p <= 1 ? (clearInterval(f), 0) : p - 1);
|
|
3921
|
-
}, 1e3);
|
|
3922
|
-
return () => {
|
|
3923
|
-
clearInterval(f);
|
|
3924
|
-
};
|
|
3925
|
-
}, [n]), Ee(() => {
|
|
3926
|
-
o(e);
|
|
3927
|
-
}, [e]);
|
|
3928
|
-
const c = ((f) => {
|
|
3929
|
-
const p = Math.floor(f / 3600), g = Math.floor(f % 3600 / 60), b = f % 60;
|
|
3930
|
-
return `${String(p).padStart(2, "0")}:${String(g).padStart(2, "0")}:${String(b).padStart(2, "0")}`;
|
|
3931
|
-
})(n);
|
|
3932
|
-
return /* @__PURE__ */ l.jsxs(
|
|
3933
|
-
"div",
|
|
3934
|
-
{
|
|
3935
|
-
ref: a,
|
|
3936
|
-
className: w(
|
|
3937
|
-
y("ds-flex ds-flex-row ds-justify-start ds-items-center", t)
|
|
3938
|
-
),
|
|
3939
|
-
children: [
|
|
3940
|
-
/* @__PURE__ */ l.jsx(
|
|
3941
|
-
"img",
|
|
3942
|
-
{
|
|
3943
|
-
src: as,
|
|
3944
|
-
alt: "clock",
|
|
3945
|
-
className: "ds-w-5 ds-h-5"
|
|
3946
|
-
}
|
|
3947
|
-
),
|
|
3948
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-ms-[18px] ds-tablet:ds-ms-2 ds_xSmallCalloutEmphasized ds-tablet:ds_MediumCalloutEmphasized", children: s }),
|
|
3949
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-ms-1 ds_xSmallCalloutEmphasized ds-text-Background-accentTeal-100 ds-tablet:ds_MediumCalloutEmphasized", children: c })
|
|
3950
|
-
]
|
|
3951
|
-
}
|
|
3952
|
-
);
|
|
3953
|
-
}
|
|
3954
|
-
);
|
|
3955
|
-
ns.displayName = "Timer";
|
|
3510
|
+
qr.displayName = "Switch";
|
|
3956
3511
|
export {
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
Xt as ImageCarousel,
|
|
3971
|
-
Mt as Input,
|
|
3972
|
-
Cr as RoundedProgressBar,
|
|
3973
|
-
ss as Stepper,
|
|
3974
|
-
Zt as Switch,
|
|
3975
|
-
ns as Timer
|
|
3512
|
+
Vr as Accordion,
|
|
3513
|
+
Br as BookingQuoteCard,
|
|
3514
|
+
jr as Button,
|
|
3515
|
+
Ar as Card,
|
|
3516
|
+
Ir as CardContent,
|
|
3517
|
+
Fr as CardDescription,
|
|
3518
|
+
Mr as CardFooter,
|
|
3519
|
+
Nr as CardHeader,
|
|
3520
|
+
Or as CardTitle,
|
|
3521
|
+
Dr as Grid,
|
|
3522
|
+
$r as ImageCarousel,
|
|
3523
|
+
_r as Input,
|
|
3524
|
+
qr as Switch
|
|
3976
3525
|
};
|