design-system-silkhaus 0.0.64 → 0.0.66
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 +11 -10
- package/dist/index.d.ts +36 -0
- package/dist/index.js +1224 -1047
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
for (var r in
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
10
|
-
|
|
11
|
-
return
|
|
12
|
-
},
|
|
13
|
-
var
|
|
1
|
+
var Zt = Object.defineProperty, er = Object.defineProperties;
|
|
2
|
+
var tr = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var ke = Object.getOwnPropertySymbols;
|
|
4
|
+
var nt = Object.prototype.hasOwnProperty, ot = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var at = (e, a, r) => a in e ? Zt(e, a, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[a] = r, F = (e, a) => {
|
|
6
|
+
for (var r in a || (a = {}))
|
|
7
|
+
nt.call(a, r) && at(e, r, a[r]);
|
|
8
|
+
if (ke)
|
|
9
|
+
for (var r of ke(a))
|
|
10
|
+
ot.call(a, r) && at(e, r, a[r]);
|
|
11
|
+
return e;
|
|
12
|
+
}, Fe = (e, a) => er(e, tr(a));
|
|
13
|
+
var B = (e, a) => {
|
|
14
14
|
var r = {};
|
|
15
|
-
for (var
|
|
16
|
-
|
|
17
|
-
if (
|
|
18
|
-
for (var
|
|
19
|
-
|
|
15
|
+
for (var n in e)
|
|
16
|
+
nt.call(e, n) && a.indexOf(n) < 0 && (r[n] = e[n]);
|
|
17
|
+
if (e != null && ke)
|
|
18
|
+
for (var n of ke(e))
|
|
19
|
+
a.indexOf(n) < 0 && ot.call(e, n) && (r[n] = e[n]);
|
|
20
20
|
return r;
|
|
21
21
|
};
|
|
22
|
-
import * as
|
|
23
|
-
import
|
|
24
|
-
var
|
|
22
|
+
import * as J from "react";
|
|
23
|
+
import L, { useState as Be, useEffect as Me, forwardRef as rr } from "react";
|
|
24
|
+
var Oe = { exports: {} }, de = {};
|
|
25
25
|
/**
|
|
26
26
|
* @license React
|
|
27
27
|
* react-jsx-runtime.production.min.js
|
|
@@ -31,23 +31,23 @@ var Ie = { exports: {} }, de = {};
|
|
|
31
31
|
* This source code is licensed under the MIT license found in the
|
|
32
32
|
* LICENSE file in the root directory of this source tree.
|
|
33
33
|
*/
|
|
34
|
-
var
|
|
35
|
-
function
|
|
36
|
-
if (
|
|
34
|
+
var st;
|
|
35
|
+
function ar() {
|
|
36
|
+
if (st)
|
|
37
37
|
return de;
|
|
38
|
-
|
|
39
|
-
var
|
|
40
|
-
function c
|
|
41
|
-
var p,
|
|
42
|
-
w !== void 0 && (
|
|
38
|
+
st = 1;
|
|
39
|
+
var e = L, a = Symbol.for("react.element"), r = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
40
|
+
function d(c, f, w) {
|
|
41
|
+
var p, m = {}, R = null, _ = null;
|
|
42
|
+
w !== void 0 && (R = "" + w), f.key !== void 0 && (R = "" + f.key), f.ref !== void 0 && (_ = f.ref);
|
|
43
43
|
for (p in f)
|
|
44
|
-
|
|
45
|
-
if (
|
|
46
|
-
for (p in f =
|
|
47
|
-
|
|
48
|
-
return { $$typeof:
|
|
44
|
+
n.call(f, p) && !s.hasOwnProperty(p) && (m[p] = f[p]);
|
|
45
|
+
if (c && c.defaultProps)
|
|
46
|
+
for (p in f = c.defaultProps, f)
|
|
47
|
+
m[p] === void 0 && (m[p] = f[p]);
|
|
48
|
+
return { $$typeof: a, type: c, key: R, ref: _, props: m, _owner: o.current };
|
|
49
49
|
}
|
|
50
|
-
return de.Fragment = r, de.jsx =
|
|
50
|
+
return de.Fragment = r, de.jsx = d, de.jsxs = d, de;
|
|
51
51
|
}
|
|
52
52
|
var ue = {};
|
|
53
53
|
/**
|
|
@@ -59,216 +59,216 @@ var ue = {};
|
|
|
59
59
|
* This source code is licensed under the MIT license found in the
|
|
60
60
|
* LICENSE file in the root directory of this source tree.
|
|
61
61
|
*/
|
|
62
|
-
var
|
|
62
|
+
var it;
|
|
63
63
|
function nr() {
|
|
64
|
-
return
|
|
65
|
-
var
|
|
66
|
-
function
|
|
67
|
-
if (
|
|
64
|
+
return it || (it = 1, process.env.NODE_ENV !== "production" && function() {
|
|
65
|
+
var e = L, a = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), c = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), _ = Symbol.for("react.offscreen"), O = Symbol.iterator, S = "@@iterator";
|
|
66
|
+
function A(t) {
|
|
67
|
+
if (t === null || typeof t != "object")
|
|
68
68
|
return null;
|
|
69
|
-
var
|
|
70
|
-
return typeof
|
|
69
|
+
var i = O && t[O] || t[S];
|
|
70
|
+
return typeof i == "function" ? i : null;
|
|
71
71
|
}
|
|
72
|
-
var
|
|
73
|
-
function
|
|
72
|
+
var I = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
73
|
+
function T(t) {
|
|
74
74
|
{
|
|
75
|
-
for (var
|
|
76
|
-
|
|
77
|
-
|
|
75
|
+
for (var i = arguments.length, u = new Array(i > 1 ? i - 1 : 0), g = 1; g < i; g++)
|
|
76
|
+
u[g - 1] = arguments[g];
|
|
77
|
+
pe("error", t, u);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function pe(t, i, u) {
|
|
81
81
|
{
|
|
82
|
-
var g =
|
|
83
|
-
|
|
84
|
-
var
|
|
85
|
-
return String(
|
|
82
|
+
var g = I.ReactDebugCurrentFrame, j = g.getStackAddendum();
|
|
83
|
+
j !== "" && (i += "%s", u = u.concat([j]));
|
|
84
|
+
var C = u.map(function(x) {
|
|
85
|
+
return String(x);
|
|
86
86
|
});
|
|
87
|
-
|
|
87
|
+
C.unshift("Warning: " + i), Function.prototype.apply.call(console[t], console, C);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
var
|
|
90
|
+
var ne = !1, ge = !1, me = !1, be = !1, he = !1, Z;
|
|
91
91
|
Z = Symbol.for("react.module.reference");
|
|
92
|
-
function oe(
|
|
93
|
-
return !!(typeof
|
|
92
|
+
function oe(t) {
|
|
93
|
+
return !!(typeof t == "string" || typeof t == "function" || t === n || t === s || he || t === o || t === w || t === p || be || t === _ || ne || ge || me || typeof t == "object" && t !== null && (t.$$typeof === R || t.$$typeof === m || t.$$typeof === d || t.$$typeof === c || t.$$typeof === f || // This needs to include all possible module reference object
|
|
94
94
|
// types supported by any Flight configuration anywhere since
|
|
95
95
|
// we don't know which Flight build this will end up being used
|
|
96
96
|
// with.
|
|
97
|
-
|
|
97
|
+
t.$$typeof === Z || t.getModuleId !== void 0));
|
|
98
98
|
}
|
|
99
|
-
function se(
|
|
100
|
-
var g =
|
|
99
|
+
function se(t, i, u) {
|
|
100
|
+
var g = t.displayName;
|
|
101
101
|
if (g)
|
|
102
102
|
return g;
|
|
103
|
-
var
|
|
104
|
-
return
|
|
103
|
+
var j = i.displayName || i.name || "";
|
|
104
|
+
return j !== "" ? u + "(" + j + ")" : u;
|
|
105
105
|
}
|
|
106
|
-
function
|
|
107
|
-
return
|
|
106
|
+
function k(t) {
|
|
107
|
+
return t.displayName || "Context";
|
|
108
108
|
}
|
|
109
|
-
function
|
|
110
|
-
if (
|
|
109
|
+
function z(t) {
|
|
110
|
+
if (t == null)
|
|
111
111
|
return null;
|
|
112
|
-
if (typeof
|
|
113
|
-
return
|
|
114
|
-
if (typeof
|
|
115
|
-
return
|
|
116
|
-
switch (
|
|
117
|
-
case
|
|
112
|
+
if (typeof t.tag == "number" && T("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
|
|
113
|
+
return t.displayName || t.name || null;
|
|
114
|
+
if (typeof t == "string")
|
|
115
|
+
return t;
|
|
116
|
+
switch (t) {
|
|
117
|
+
case n:
|
|
118
118
|
return "Fragment";
|
|
119
119
|
case r:
|
|
120
120
|
return "Portal";
|
|
121
121
|
case s:
|
|
122
122
|
return "Profiler";
|
|
123
|
-
case
|
|
123
|
+
case o:
|
|
124
124
|
return "StrictMode";
|
|
125
125
|
case w:
|
|
126
126
|
return "Suspense";
|
|
127
127
|
case p:
|
|
128
128
|
return "SuspenseList";
|
|
129
129
|
}
|
|
130
|
-
if (typeof
|
|
131
|
-
switch (
|
|
132
|
-
case u:
|
|
133
|
-
var o = e;
|
|
134
|
-
return C(o) + ".Consumer";
|
|
130
|
+
if (typeof t == "object")
|
|
131
|
+
switch (t.$$typeof) {
|
|
135
132
|
case c:
|
|
136
|
-
var
|
|
137
|
-
return
|
|
133
|
+
var i = t;
|
|
134
|
+
return k(i) + ".Consumer";
|
|
135
|
+
case d:
|
|
136
|
+
var u = t;
|
|
137
|
+
return k(u._context) + ".Provider";
|
|
138
138
|
case f:
|
|
139
|
-
return se(
|
|
140
|
-
case
|
|
141
|
-
var g =
|
|
142
|
-
return g !== null ? g :
|
|
143
|
-
case
|
|
144
|
-
var
|
|
139
|
+
return se(t, t.render, "ForwardRef");
|
|
140
|
+
case m:
|
|
141
|
+
var g = t.displayName || null;
|
|
142
|
+
return g !== null ? g : z(t.type) || "Memo";
|
|
143
|
+
case R: {
|
|
144
|
+
var j = t, C = j._payload, x = j._init;
|
|
145
145
|
try {
|
|
146
|
-
return
|
|
147
|
-
} catch (
|
|
146
|
+
return z(x(C));
|
|
147
|
+
} catch (h) {
|
|
148
148
|
return null;
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
return null;
|
|
153
153
|
}
|
|
154
|
-
var D = Object.assign,
|
|
155
|
-
function
|
|
154
|
+
var D = Object.assign, q = 0, X, ie, ee, G, le, Y, K;
|
|
155
|
+
function Ve() {
|
|
156
156
|
}
|
|
157
|
-
|
|
158
|
-
function
|
|
157
|
+
Ve.__reactDisabledLog = !0;
|
|
158
|
+
function St() {
|
|
159
159
|
{
|
|
160
|
-
if (
|
|
161
|
-
|
|
162
|
-
var
|
|
160
|
+
if (q === 0) {
|
|
161
|
+
X = console.log, ie = console.info, ee = console.warn, G = console.error, le = console.group, Y = console.groupCollapsed, K = console.groupEnd;
|
|
162
|
+
var t = {
|
|
163
163
|
configurable: !0,
|
|
164
164
|
enumerable: !0,
|
|
165
|
-
value:
|
|
165
|
+
value: Ve,
|
|
166
166
|
writable: !0
|
|
167
167
|
};
|
|
168
168
|
Object.defineProperties(console, {
|
|
169
|
-
info:
|
|
170
|
-
log:
|
|
171
|
-
warn:
|
|
172
|
-
error:
|
|
173
|
-
group:
|
|
174
|
-
groupCollapsed:
|
|
175
|
-
groupEnd:
|
|
169
|
+
info: t,
|
|
170
|
+
log: t,
|
|
171
|
+
warn: t,
|
|
172
|
+
error: t,
|
|
173
|
+
group: t,
|
|
174
|
+
groupCollapsed: t,
|
|
175
|
+
groupEnd: t
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
|
-
|
|
178
|
+
q++;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function Nt() {
|
|
182
182
|
{
|
|
183
|
-
if (
|
|
184
|
-
var
|
|
183
|
+
if (q--, q === 0) {
|
|
184
|
+
var t = {
|
|
185
185
|
configurable: !0,
|
|
186
186
|
enumerable: !0,
|
|
187
187
|
writable: !0
|
|
188
188
|
};
|
|
189
189
|
Object.defineProperties(console, {
|
|
190
|
-
log: D({},
|
|
191
|
-
value:
|
|
190
|
+
log: D({}, t, {
|
|
191
|
+
value: X
|
|
192
192
|
}),
|
|
193
|
-
info: D({},
|
|
193
|
+
info: D({}, t, {
|
|
194
194
|
value: ie
|
|
195
195
|
}),
|
|
196
|
-
warn: D({},
|
|
196
|
+
warn: D({}, t, {
|
|
197
197
|
value: ee
|
|
198
198
|
}),
|
|
199
|
-
error: D({},
|
|
200
|
-
value:
|
|
199
|
+
error: D({}, t, {
|
|
200
|
+
value: G
|
|
201
201
|
}),
|
|
202
|
-
group: D({},
|
|
202
|
+
group: D({}, t, {
|
|
203
203
|
value: le
|
|
204
204
|
}),
|
|
205
|
-
groupCollapsed: D({},
|
|
205
|
+
groupCollapsed: D({}, t, {
|
|
206
206
|
value: Y
|
|
207
207
|
}),
|
|
208
|
-
groupEnd: D({},
|
|
208
|
+
groupEnd: D({}, t, {
|
|
209
209
|
value: K
|
|
210
210
|
})
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
|
|
213
|
+
q < 0 && T("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
var
|
|
217
|
-
function
|
|
216
|
+
var Te = I.ReactCurrentDispatcher, Ee;
|
|
217
|
+
function xe(t, i, u) {
|
|
218
218
|
{
|
|
219
|
-
if (
|
|
219
|
+
if (Ee === void 0)
|
|
220
220
|
try {
|
|
221
221
|
throw Error();
|
|
222
|
-
} catch (
|
|
223
|
-
var g =
|
|
224
|
-
|
|
222
|
+
} catch (j) {
|
|
223
|
+
var g = j.stack.trim().match(/\n( *(at )?)/);
|
|
224
|
+
Ee = g && g[1] || "";
|
|
225
225
|
}
|
|
226
226
|
return `
|
|
227
|
-
` +
|
|
227
|
+
` + Ee + t;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
-
var
|
|
230
|
+
var Se = !1, ve;
|
|
231
231
|
{
|
|
232
232
|
var _t = typeof WeakMap == "function" ? WeakMap : Map;
|
|
233
|
-
|
|
233
|
+
ve = new _t();
|
|
234
234
|
}
|
|
235
|
-
function
|
|
236
|
-
if (!
|
|
235
|
+
function We(t, i) {
|
|
236
|
+
if (!t || Se)
|
|
237
237
|
return "";
|
|
238
238
|
{
|
|
239
|
-
var
|
|
240
|
-
if (
|
|
241
|
-
return
|
|
239
|
+
var u = ve.get(t);
|
|
240
|
+
if (u !== void 0)
|
|
241
|
+
return u;
|
|
242
242
|
}
|
|
243
243
|
var g;
|
|
244
|
-
|
|
245
|
-
var
|
|
244
|
+
Se = !0;
|
|
245
|
+
var j = Error.prepareStackTrace;
|
|
246
246
|
Error.prepareStackTrace = void 0;
|
|
247
|
-
var
|
|
248
|
-
|
|
247
|
+
var C;
|
|
248
|
+
C = Te.current, Te.current = null, St();
|
|
249
249
|
try {
|
|
250
|
-
if (
|
|
251
|
-
var
|
|
250
|
+
if (i) {
|
|
251
|
+
var x = function() {
|
|
252
252
|
throw Error();
|
|
253
253
|
};
|
|
254
|
-
if (Object.defineProperty(
|
|
254
|
+
if (Object.defineProperty(x.prototype, "props", {
|
|
255
255
|
set: function() {
|
|
256
256
|
throw Error();
|
|
257
257
|
}
|
|
258
258
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
259
259
|
try {
|
|
260
|
-
Reflect.construct(
|
|
260
|
+
Reflect.construct(x, []);
|
|
261
261
|
} catch (V) {
|
|
262
262
|
g = V;
|
|
263
263
|
}
|
|
264
|
-
Reflect.construct(
|
|
264
|
+
Reflect.construct(t, [], x);
|
|
265
265
|
} else {
|
|
266
266
|
try {
|
|
267
|
-
|
|
267
|
+
x.call();
|
|
268
268
|
} catch (V) {
|
|
269
269
|
g = V;
|
|
270
270
|
}
|
|
271
|
-
|
|
271
|
+
t.call(x.prototype);
|
|
272
272
|
}
|
|
273
273
|
} else {
|
|
274
274
|
try {
|
|
@@ -276,731 +276,731 @@ function nr() {
|
|
|
276
276
|
} catch (V) {
|
|
277
277
|
g = V;
|
|
278
278
|
}
|
|
279
|
-
|
|
279
|
+
t();
|
|
280
280
|
}
|
|
281
281
|
} catch (V) {
|
|
282
282
|
if (V && g && typeof V.stack == "string") {
|
|
283
|
-
for (var
|
|
284
|
-
`),
|
|
285
|
-
`),
|
|
286
|
-
|
|
287
|
-
for (;
|
|
288
|
-
if (
|
|
289
|
-
if (
|
|
283
|
+
for (var h = V.stack.split(`
|
|
284
|
+
`), M = g.stack.split(`
|
|
285
|
+
`), N = h.length - 1, P = M.length - 1; N >= 1 && P >= 0 && h[N] !== M[P]; )
|
|
286
|
+
P--;
|
|
287
|
+
for (; N >= 1 && P >= 0; N--, P--)
|
|
288
|
+
if (h[N] !== M[P]) {
|
|
289
|
+
if (N !== 1 || P !== 1)
|
|
290
290
|
do
|
|
291
|
-
if (
|
|
292
|
-
var
|
|
293
|
-
` +
|
|
294
|
-
return
|
|
291
|
+
if (N--, P--, P < 0 || h[N] !== M[P]) {
|
|
292
|
+
var $ = `
|
|
293
|
+
` + h[N].replace(" at new ", " at ");
|
|
294
|
+
return t.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", t.displayName)), typeof t == "function" && ve.set(t, $), $;
|
|
295
295
|
}
|
|
296
|
-
while (
|
|
296
|
+
while (N >= 1 && P >= 0);
|
|
297
297
|
break;
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
} finally {
|
|
301
|
-
|
|
301
|
+
Se = !1, Te.current = C, Nt(), Error.prepareStackTrace = j;
|
|
302
302
|
}
|
|
303
|
-
var re =
|
|
304
|
-
return typeof
|
|
303
|
+
var re = t ? t.displayName || t.name : "", rt = re ? xe(re) : "";
|
|
304
|
+
return typeof t == "function" && ve.set(t, rt), rt;
|
|
305
305
|
}
|
|
306
|
-
function
|
|
307
|
-
return
|
|
306
|
+
function Pt(t, i, u) {
|
|
307
|
+
return We(t, !1);
|
|
308
308
|
}
|
|
309
|
-
function
|
|
310
|
-
var
|
|
311
|
-
return !!(
|
|
309
|
+
function At(t) {
|
|
310
|
+
var i = t.prototype;
|
|
311
|
+
return !!(i && i.isReactComponent);
|
|
312
312
|
}
|
|
313
|
-
function
|
|
314
|
-
if (
|
|
313
|
+
function ye(t, i, u) {
|
|
314
|
+
if (t == null)
|
|
315
315
|
return "";
|
|
316
|
-
if (typeof
|
|
317
|
-
return
|
|
318
|
-
if (typeof
|
|
319
|
-
return
|
|
320
|
-
switch (
|
|
316
|
+
if (typeof t == "function")
|
|
317
|
+
return We(t, At(t));
|
|
318
|
+
if (typeof t == "string")
|
|
319
|
+
return xe(t);
|
|
320
|
+
switch (t) {
|
|
321
321
|
case w:
|
|
322
|
-
return
|
|
322
|
+
return xe("Suspense");
|
|
323
323
|
case p:
|
|
324
|
-
return
|
|
324
|
+
return xe("SuspenseList");
|
|
325
325
|
}
|
|
326
|
-
if (typeof
|
|
327
|
-
switch (
|
|
326
|
+
if (typeof t == "object")
|
|
327
|
+
switch (t.$$typeof) {
|
|
328
328
|
case f:
|
|
329
|
-
return
|
|
330
|
-
case
|
|
331
|
-
return
|
|
332
|
-
case
|
|
333
|
-
var g =
|
|
329
|
+
return Pt(t.render);
|
|
330
|
+
case m:
|
|
331
|
+
return ye(t.type, i, u);
|
|
332
|
+
case R: {
|
|
333
|
+
var g = t, j = g._payload, C = g._init;
|
|
334
334
|
try {
|
|
335
|
-
return
|
|
336
|
-
} catch (
|
|
335
|
+
return ye(C(j), i, u);
|
|
336
|
+
} catch (x) {
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
return "";
|
|
341
341
|
}
|
|
342
|
-
var
|
|
343
|
-
function
|
|
344
|
-
if (
|
|
345
|
-
var
|
|
346
|
-
|
|
342
|
+
var je = Object.prototype.hasOwnProperty, qe = {}, Ge = I.ReactDebugCurrentFrame;
|
|
343
|
+
function Re(t) {
|
|
344
|
+
if (t) {
|
|
345
|
+
var i = t._owner, u = ye(t.type, t._source, i ? i.type : null);
|
|
346
|
+
Ge.setExtraStackFrame(u);
|
|
347
347
|
} else
|
|
348
|
-
|
|
348
|
+
Ge.setExtraStackFrame(null);
|
|
349
349
|
}
|
|
350
|
-
function
|
|
350
|
+
function It(t, i, u, g, j) {
|
|
351
351
|
{
|
|
352
|
-
var
|
|
353
|
-
for (var
|
|
354
|
-
if (
|
|
355
|
-
var
|
|
352
|
+
var C = Function.call.bind(je);
|
|
353
|
+
for (var x in t)
|
|
354
|
+
if (C(t, x)) {
|
|
355
|
+
var h = void 0;
|
|
356
356
|
try {
|
|
357
|
-
if (typeof
|
|
358
|
-
var
|
|
359
|
-
throw
|
|
357
|
+
if (typeof t[x] != "function") {
|
|
358
|
+
var M = Error((g || "React class") + ": " + u + " type `" + x + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[x] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
359
|
+
throw M.name = "Invariant Violation", M;
|
|
360
360
|
}
|
|
361
|
-
|
|
362
|
-
} catch (
|
|
363
|
-
|
|
361
|
+
h = t[x](i, x, g, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
362
|
+
} catch (N) {
|
|
363
|
+
h = N;
|
|
364
364
|
}
|
|
365
|
-
|
|
365
|
+
h && !(h instanceof Error) && (Re(j), T("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", g || "React class", u, x, typeof h), Re(null)), h instanceof Error && !(h.message in qe) && (qe[h.message] = !0, Re(j), T("Failed %s type: %s", u, h.message), Re(null));
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
var
|
|
370
|
-
function
|
|
371
|
-
return
|
|
369
|
+
var Ft = Array.isArray;
|
|
370
|
+
function Ne(t) {
|
|
371
|
+
return Ft(t);
|
|
372
372
|
}
|
|
373
|
-
function
|
|
373
|
+
function Mt(t) {
|
|
374
374
|
{
|
|
375
|
-
var
|
|
376
|
-
return
|
|
375
|
+
var i = typeof Symbol == "function" && Symbol.toStringTag, u = i && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
376
|
+
return u;
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
|
-
function Ot(
|
|
379
|
+
function Ot(t) {
|
|
380
380
|
try {
|
|
381
|
-
return
|
|
382
|
-
} catch (
|
|
381
|
+
return Ye(t), !1;
|
|
382
|
+
} catch (i) {
|
|
383
383
|
return !0;
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
|
-
function
|
|
387
|
-
return "" +
|
|
386
|
+
function Ye(t) {
|
|
387
|
+
return "" + t;
|
|
388
388
|
}
|
|
389
|
-
function
|
|
390
|
-
if (Ot(
|
|
391
|
-
return
|
|
389
|
+
function Ue(t) {
|
|
390
|
+
if (Ot(t))
|
|
391
|
+
return T("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Mt(t)), Ye(t);
|
|
392
392
|
}
|
|
393
|
-
var ce =
|
|
393
|
+
var ce = I.ReactCurrentOwner, zt = {
|
|
394
394
|
key: !0,
|
|
395
395
|
ref: !0,
|
|
396
396
|
__self: !0,
|
|
397
397
|
__source: !0
|
|
398
|
-
},
|
|
399
|
-
|
|
400
|
-
function
|
|
401
|
-
if (
|
|
402
|
-
var
|
|
403
|
-
if (
|
|
398
|
+
}, He, Je, _e;
|
|
399
|
+
_e = {};
|
|
400
|
+
function Dt(t) {
|
|
401
|
+
if (je.call(t, "ref")) {
|
|
402
|
+
var i = Object.getOwnPropertyDescriptor(t, "ref").get;
|
|
403
|
+
if (i && i.isReactWarning)
|
|
404
404
|
return !1;
|
|
405
405
|
}
|
|
406
|
-
return
|
|
406
|
+
return t.ref !== void 0;
|
|
407
407
|
}
|
|
408
|
-
function
|
|
409
|
-
if (
|
|
410
|
-
var
|
|
411
|
-
if (
|
|
408
|
+
function $t(t) {
|
|
409
|
+
if (je.call(t, "key")) {
|
|
410
|
+
var i = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
411
|
+
if (i && i.isReactWarning)
|
|
412
412
|
return !1;
|
|
413
413
|
}
|
|
414
|
-
return
|
|
414
|
+
return t.key !== void 0;
|
|
415
415
|
}
|
|
416
|
-
function
|
|
417
|
-
if (typeof
|
|
418
|
-
var
|
|
419
|
-
|
|
416
|
+
function Bt(t, i) {
|
|
417
|
+
if (typeof t.ref == "string" && ce.current && i && ce.current.stateNode !== i) {
|
|
418
|
+
var u = z(ce.current.type);
|
|
419
|
+
_e[u] || (T('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), t.ref), _e[u] = !0);
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
|
-
function
|
|
422
|
+
function Lt(t, i) {
|
|
423
423
|
{
|
|
424
|
-
var
|
|
425
|
-
|
|
424
|
+
var u = function() {
|
|
425
|
+
He || (He = !0, T("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
426
426
|
};
|
|
427
|
-
|
|
428
|
-
get:
|
|
427
|
+
u.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
428
|
+
get: u,
|
|
429
429
|
configurable: !0
|
|
430
430
|
});
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
function
|
|
433
|
+
function Vt(t, i) {
|
|
434
434
|
{
|
|
435
|
-
var
|
|
436
|
-
|
|
435
|
+
var u = function() {
|
|
436
|
+
Je || (Je = !0, T("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
437
437
|
};
|
|
438
|
-
|
|
439
|
-
get:
|
|
438
|
+
u.isReactWarning = !0, Object.defineProperty(t, "ref", {
|
|
439
|
+
get: u,
|
|
440
440
|
configurable: !0
|
|
441
441
|
});
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
|
-
var
|
|
445
|
-
var
|
|
444
|
+
var Wt = function(t, i, u, g, j, C, x) {
|
|
445
|
+
var h = {
|
|
446
446
|
// This tag allows us to uniquely identify this as a React Element
|
|
447
|
-
$$typeof:
|
|
447
|
+
$$typeof: a,
|
|
448
448
|
// Built-in properties that belong on the element
|
|
449
|
-
type:
|
|
450
|
-
key:
|
|
451
|
-
ref:
|
|
452
|
-
props:
|
|
449
|
+
type: t,
|
|
450
|
+
key: i,
|
|
451
|
+
ref: u,
|
|
452
|
+
props: x,
|
|
453
453
|
// Record the component responsible for creating this element.
|
|
454
|
-
_owner:
|
|
454
|
+
_owner: C
|
|
455
455
|
};
|
|
456
|
-
return
|
|
456
|
+
return h._store = {}, Object.defineProperty(h._store, "validated", {
|
|
457
457
|
configurable: !1,
|
|
458
458
|
enumerable: !1,
|
|
459
459
|
writable: !0,
|
|
460
460
|
value: !1
|
|
461
|
-
}), Object.defineProperty(
|
|
461
|
+
}), Object.defineProperty(h, "_self", {
|
|
462
462
|
configurable: !1,
|
|
463
463
|
enumerable: !1,
|
|
464
464
|
writable: !1,
|
|
465
465
|
value: g
|
|
466
|
-
}), Object.defineProperty(
|
|
466
|
+
}), Object.defineProperty(h, "_source", {
|
|
467
467
|
configurable: !1,
|
|
468
468
|
enumerable: !1,
|
|
469
469
|
writable: !1,
|
|
470
|
-
value:
|
|
471
|
-
}), Object.freeze && (Object.freeze(
|
|
470
|
+
value: j
|
|
471
|
+
}), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
|
|
472
472
|
};
|
|
473
|
-
function
|
|
473
|
+
function qt(t, i, u, g, j) {
|
|
474
474
|
{
|
|
475
|
-
var
|
|
476
|
-
|
|
477
|
-
for (
|
|
478
|
-
|
|
479
|
-
if (
|
|
480
|
-
var
|
|
481
|
-
for (
|
|
482
|
-
|
|
475
|
+
var C, x = {}, h = null, M = null;
|
|
476
|
+
u !== void 0 && (Ue(u), h = "" + u), $t(i) && (Ue(i.key), h = "" + i.key), Dt(i) && (M = i.ref, Bt(i, j));
|
|
477
|
+
for (C in i)
|
|
478
|
+
je.call(i, C) && !zt.hasOwnProperty(C) && (x[C] = i[C]);
|
|
479
|
+
if (t && t.defaultProps) {
|
|
480
|
+
var N = t.defaultProps;
|
|
481
|
+
for (C in N)
|
|
482
|
+
x[C] === void 0 && (x[C] = N[C]);
|
|
483
483
|
}
|
|
484
|
-
if (
|
|
485
|
-
var
|
|
486
|
-
|
|
484
|
+
if (h || M) {
|
|
485
|
+
var P = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
486
|
+
h && Lt(x, P), M && Vt(x, P);
|
|
487
487
|
}
|
|
488
|
-
return
|
|
488
|
+
return Wt(t, h, M, j, g, ce.current, x);
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
var
|
|
492
|
-
function te(
|
|
493
|
-
if (
|
|
494
|
-
var
|
|
495
|
-
|
|
491
|
+
var Pe = I.ReactCurrentOwner, Xe = I.ReactDebugCurrentFrame;
|
|
492
|
+
function te(t) {
|
|
493
|
+
if (t) {
|
|
494
|
+
var i = t._owner, u = ye(t.type, t._source, i ? i.type : null);
|
|
495
|
+
Xe.setExtraStackFrame(u);
|
|
496
496
|
} else
|
|
497
|
-
|
|
497
|
+
Xe.setExtraStackFrame(null);
|
|
498
498
|
}
|
|
499
|
-
var
|
|
500
|
-
|
|
501
|
-
function
|
|
502
|
-
return typeof
|
|
499
|
+
var Ae;
|
|
500
|
+
Ae = !1;
|
|
501
|
+
function Ie(t) {
|
|
502
|
+
return typeof t == "object" && t !== null && t.$$typeof === a;
|
|
503
503
|
}
|
|
504
|
-
function
|
|
504
|
+
function Ke() {
|
|
505
505
|
{
|
|
506
|
-
if (
|
|
507
|
-
var
|
|
508
|
-
if (
|
|
506
|
+
if (Pe.current) {
|
|
507
|
+
var t = z(Pe.current.type);
|
|
508
|
+
if (t)
|
|
509
509
|
return `
|
|
510
510
|
|
|
511
|
-
Check the render method of \`` +
|
|
511
|
+
Check the render method of \`` + t + "`.";
|
|
512
512
|
}
|
|
513
513
|
return "";
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
|
-
function
|
|
516
|
+
function Gt(t) {
|
|
517
517
|
{
|
|
518
|
-
if (
|
|
519
|
-
var
|
|
518
|
+
if (t !== void 0) {
|
|
519
|
+
var i = t.fileName.replace(/^.*[\\\/]/, ""), u = t.lineNumber;
|
|
520
520
|
return `
|
|
521
521
|
|
|
522
|
-
Check your code at ` +
|
|
522
|
+
Check your code at ` + i + ":" + u + ".";
|
|
523
523
|
}
|
|
524
524
|
return "";
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
|
-
var
|
|
528
|
-
function
|
|
527
|
+
var Qe = {};
|
|
528
|
+
function Yt(t) {
|
|
529
529
|
{
|
|
530
|
-
var
|
|
531
|
-
if (!
|
|
532
|
-
var
|
|
533
|
-
|
|
530
|
+
var i = Ke();
|
|
531
|
+
if (!i) {
|
|
532
|
+
var u = typeof t == "string" ? t : t.displayName || t.name;
|
|
533
|
+
u && (i = `
|
|
534
534
|
|
|
535
|
-
Check the top-level render call using <` +
|
|
535
|
+
Check the top-level render call using <` + u + ">.");
|
|
536
536
|
}
|
|
537
|
-
return
|
|
537
|
+
return i;
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
|
-
function
|
|
540
|
+
function Ze(t, i) {
|
|
541
541
|
{
|
|
542
|
-
if (!
|
|
542
|
+
if (!t._store || t._store.validated || t.key != null)
|
|
543
543
|
return;
|
|
544
|
-
|
|
545
|
-
var
|
|
546
|
-
if (
|
|
544
|
+
t._store.validated = !0;
|
|
545
|
+
var u = Yt(i);
|
|
546
|
+
if (Qe[u])
|
|
547
547
|
return;
|
|
548
|
-
|
|
548
|
+
Qe[u] = !0;
|
|
549
549
|
var g = "";
|
|
550
|
-
|
|
550
|
+
t && t._owner && t._owner !== Pe.current && (g = " It was passed a child from " + z(t._owner.type) + "."), te(t), T('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, g), te(null);
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
|
-
function
|
|
553
|
+
function et(t, i) {
|
|
554
554
|
{
|
|
555
|
-
if (typeof
|
|
555
|
+
if (typeof t != "object")
|
|
556
556
|
return;
|
|
557
|
-
if (
|
|
558
|
-
for (var
|
|
559
|
-
var g =
|
|
560
|
-
|
|
557
|
+
if (Ne(t))
|
|
558
|
+
for (var u = 0; u < t.length; u++) {
|
|
559
|
+
var g = t[u];
|
|
560
|
+
Ie(g) && Ze(g, i);
|
|
561
561
|
}
|
|
562
|
-
else if (
|
|
563
|
-
|
|
564
|
-
else if (
|
|
565
|
-
var
|
|
566
|
-
if (typeof
|
|
567
|
-
for (var
|
|
568
|
-
|
|
562
|
+
else if (Ie(t))
|
|
563
|
+
t._store && (t._store.validated = !0);
|
|
564
|
+
else if (t) {
|
|
565
|
+
var j = A(t);
|
|
566
|
+
if (typeof j == "function" && j !== t.entries)
|
|
567
|
+
for (var C = j.call(t), x; !(x = C.next()).done; )
|
|
568
|
+
Ie(x.value) && Ze(x.value, i);
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
function
|
|
572
|
+
function Ut(t) {
|
|
573
573
|
{
|
|
574
|
-
var
|
|
575
|
-
if (
|
|
574
|
+
var i = t.type;
|
|
575
|
+
if (i == null || typeof i == "string")
|
|
576
576
|
return;
|
|
577
|
-
var
|
|
578
|
-
if (typeof
|
|
579
|
-
|
|
580
|
-
else if (typeof
|
|
577
|
+
var u;
|
|
578
|
+
if (typeof i == "function")
|
|
579
|
+
u = i.propTypes;
|
|
580
|
+
else if (typeof i == "object" && (i.$$typeof === f || // Note: Memo only checks outer props here.
|
|
581
581
|
// Inner props are checked in the reconciler.
|
|
582
|
-
|
|
583
|
-
|
|
582
|
+
i.$$typeof === m))
|
|
583
|
+
u = i.propTypes;
|
|
584
584
|
else
|
|
585
585
|
return;
|
|
586
|
-
if (
|
|
587
|
-
var g =
|
|
588
|
-
|
|
589
|
-
} else if (
|
|
590
|
-
|
|
591
|
-
var
|
|
592
|
-
|
|
586
|
+
if (u) {
|
|
587
|
+
var g = z(i);
|
|
588
|
+
It(u, t.props, "prop", g, t);
|
|
589
|
+
} else if (i.PropTypes !== void 0 && !Ae) {
|
|
590
|
+
Ae = !0;
|
|
591
|
+
var j = z(i);
|
|
592
|
+
T("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", j || "Unknown");
|
|
593
593
|
}
|
|
594
|
-
typeof
|
|
594
|
+
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && T("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
function
|
|
597
|
+
function Ht(t) {
|
|
598
598
|
{
|
|
599
|
-
for (var
|
|
600
|
-
var g =
|
|
599
|
+
for (var i = Object.keys(t.props), u = 0; u < i.length; u++) {
|
|
600
|
+
var g = i[u];
|
|
601
601
|
if (g !== "children" && g !== "key") {
|
|
602
|
-
te(
|
|
602
|
+
te(t), T("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", g), te(null);
|
|
603
603
|
break;
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
|
-
|
|
606
|
+
t.ref !== null && (te(t), T("Invalid attribute `ref` supplied to `React.Fragment`."), te(null));
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
-
function
|
|
609
|
+
function tt(t, i, u, g, j, C) {
|
|
610
610
|
{
|
|
611
|
-
var
|
|
612
|
-
if (!
|
|
613
|
-
var
|
|
614
|
-
(
|
|
615
|
-
var
|
|
616
|
-
|
|
617
|
-
var
|
|
618
|
-
|
|
611
|
+
var x = oe(t);
|
|
612
|
+
if (!x) {
|
|
613
|
+
var h = "";
|
|
614
|
+
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
615
|
+
var M = Gt(j);
|
|
616
|
+
M ? h += M : h += Ke();
|
|
617
|
+
var N;
|
|
618
|
+
t === null ? N = "null" : Ne(t) ? N = "array" : t !== void 0 && t.$$typeof === a ? (N = "<" + (z(t.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : N = typeof t, T("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", N, h);
|
|
619
619
|
}
|
|
620
|
-
var
|
|
621
|
-
if (
|
|
622
|
-
return
|
|
623
|
-
if (
|
|
624
|
-
var
|
|
625
|
-
if (
|
|
620
|
+
var P = qt(t, i, u, j, C);
|
|
621
|
+
if (P == null)
|
|
622
|
+
return P;
|
|
623
|
+
if (x) {
|
|
624
|
+
var $ = i.children;
|
|
625
|
+
if ($ !== void 0)
|
|
626
626
|
if (g)
|
|
627
|
-
if (
|
|
628
|
-
for (var re = 0; re <
|
|
629
|
-
|
|
630
|
-
Object.freeze && Object.freeze(
|
|
627
|
+
if (Ne($)) {
|
|
628
|
+
for (var re = 0; re < $.length; re++)
|
|
629
|
+
et($[re], t);
|
|
630
|
+
Object.freeze && Object.freeze($);
|
|
631
631
|
} else
|
|
632
|
-
|
|
632
|
+
T("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
633
633
|
else
|
|
634
|
-
|
|
634
|
+
et($, t);
|
|
635
635
|
}
|
|
636
|
-
return
|
|
636
|
+
return t === n ? Ht(P) : Ut(P), P;
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
|
-
function
|
|
640
|
-
return
|
|
639
|
+
function Jt(t, i, u) {
|
|
640
|
+
return tt(t, i, u, !0);
|
|
641
641
|
}
|
|
642
|
-
function
|
|
643
|
-
return
|
|
642
|
+
function Xt(t, i, u) {
|
|
643
|
+
return tt(t, i, u, !1);
|
|
644
644
|
}
|
|
645
|
-
var
|
|
646
|
-
ue.Fragment =
|
|
645
|
+
var Kt = Xt, Qt = Jt;
|
|
646
|
+
ue.Fragment = n, ue.jsx = Kt, ue.jsxs = Qt;
|
|
647
647
|
}()), ue;
|
|
648
648
|
}
|
|
649
|
-
process.env.NODE_ENV === "production" ?
|
|
650
|
-
var
|
|
651
|
-
function xt(
|
|
652
|
-
var
|
|
653
|
-
if (typeof
|
|
654
|
-
|
|
655
|
-
else if (typeof
|
|
656
|
-
if (Array.isArray(
|
|
657
|
-
var
|
|
658
|
-
for (
|
|
659
|
-
|
|
649
|
+
process.env.NODE_ENV === "production" ? Oe.exports = ar() : Oe.exports = nr();
|
|
650
|
+
var l = Oe.exports;
|
|
651
|
+
function xt(e) {
|
|
652
|
+
var a, r, n = "";
|
|
653
|
+
if (typeof e == "string" || typeof e == "number")
|
|
654
|
+
n += e;
|
|
655
|
+
else if (typeof e == "object")
|
|
656
|
+
if (Array.isArray(e)) {
|
|
657
|
+
var o = e.length;
|
|
658
|
+
for (a = 0; a < o; a++)
|
|
659
|
+
e[a] && (r = xt(e[a])) && (n && (n += " "), n += r);
|
|
660
660
|
} else
|
|
661
|
-
for (r in
|
|
662
|
-
|
|
663
|
-
return
|
|
661
|
+
for (r in e)
|
|
662
|
+
e[r] && (n && (n += " "), n += r);
|
|
663
|
+
return n;
|
|
664
664
|
}
|
|
665
|
-
function
|
|
666
|
-
for (var
|
|
667
|
-
(
|
|
668
|
-
return
|
|
665
|
+
function y() {
|
|
666
|
+
for (var e, a, r = 0, n = "", o = arguments.length; r < o; r++)
|
|
667
|
+
(e = arguments[r]) && (a = xt(e)) && (n && (n += " "), n += a);
|
|
668
|
+
return n;
|
|
669
669
|
}
|
|
670
|
-
const
|
|
671
|
-
function
|
|
672
|
-
const
|
|
670
|
+
const Le = "-";
|
|
671
|
+
function or(e) {
|
|
672
|
+
const a = ir(e), {
|
|
673
673
|
conflictingClassGroups: r,
|
|
674
|
-
conflictingClassGroupModifiers:
|
|
675
|
-
} =
|
|
676
|
-
function
|
|
677
|
-
const
|
|
678
|
-
return
|
|
674
|
+
conflictingClassGroupModifiers: n
|
|
675
|
+
} = e;
|
|
676
|
+
function o(d) {
|
|
677
|
+
const c = d.split(Le);
|
|
678
|
+
return c[0] === "" && c.length !== 1 && c.shift(), vt(c, a) || sr(d);
|
|
679
679
|
}
|
|
680
|
-
function s(
|
|
681
|
-
const f = r[
|
|
682
|
-
return
|
|
680
|
+
function s(d, c) {
|
|
681
|
+
const f = r[d] || [];
|
|
682
|
+
return c && n[d] ? [...f, ...n[d]] : f;
|
|
683
683
|
}
|
|
684
684
|
return {
|
|
685
|
-
getClassGroupId:
|
|
685
|
+
getClassGroupId: o,
|
|
686
686
|
getConflictingClassGroupIds: s
|
|
687
687
|
};
|
|
688
688
|
}
|
|
689
|
-
function
|
|
690
|
-
var
|
|
691
|
-
if (
|
|
692
|
-
return
|
|
693
|
-
const r =
|
|
694
|
-
if (
|
|
695
|
-
return
|
|
696
|
-
if (
|
|
689
|
+
function vt(e, a) {
|
|
690
|
+
var d;
|
|
691
|
+
if (e.length === 0)
|
|
692
|
+
return a.classGroupId;
|
|
693
|
+
const r = e[0], n = a.nextPart.get(r), o = n ? vt(e.slice(1), n) : void 0;
|
|
694
|
+
if (o)
|
|
695
|
+
return o;
|
|
696
|
+
if (a.validators.length === 0)
|
|
697
697
|
return;
|
|
698
|
-
const s =
|
|
699
|
-
return (
|
|
700
|
-
validator:
|
|
701
|
-
}) =>
|
|
698
|
+
const s = e.join(Le);
|
|
699
|
+
return (d = a.validators.find(({
|
|
700
|
+
validator: c
|
|
701
|
+
}) => c(s))) == null ? void 0 : d.classGroupId;
|
|
702
702
|
}
|
|
703
|
-
const
|
|
704
|
-
function
|
|
705
|
-
if (
|
|
706
|
-
const
|
|
703
|
+
const lt = /^\[(.+)\]$/;
|
|
704
|
+
function sr(e) {
|
|
705
|
+
if (lt.test(e)) {
|
|
706
|
+
const a = lt.exec(e)[1], r = a == null ? void 0 : a.substring(0, a.indexOf(":"));
|
|
707
707
|
if (r)
|
|
708
708
|
return "arbitrary.." + r;
|
|
709
709
|
}
|
|
710
710
|
}
|
|
711
|
-
function
|
|
711
|
+
function ir(e) {
|
|
712
712
|
const {
|
|
713
|
-
theme:
|
|
713
|
+
theme: a,
|
|
714
714
|
prefix: r
|
|
715
|
-
} =
|
|
715
|
+
} = e, n = {
|
|
716
716
|
nextPart: /* @__PURE__ */ new Map(),
|
|
717
717
|
validators: []
|
|
718
718
|
};
|
|
719
|
-
return
|
|
720
|
-
ze(
|
|
721
|
-
}),
|
|
719
|
+
return cr(Object.entries(e.classGroups), r).forEach(([s, d]) => {
|
|
720
|
+
ze(d, n, s, a);
|
|
721
|
+
}), n;
|
|
722
722
|
}
|
|
723
|
-
function ze(
|
|
724
|
-
|
|
725
|
-
if (typeof
|
|
726
|
-
const s =
|
|
723
|
+
function ze(e, a, r, n) {
|
|
724
|
+
e.forEach((o) => {
|
|
725
|
+
if (typeof o == "string") {
|
|
726
|
+
const s = o === "" ? a : ct(a, o);
|
|
727
727
|
s.classGroupId = r;
|
|
728
728
|
return;
|
|
729
729
|
}
|
|
730
|
-
if (typeof
|
|
731
|
-
if (
|
|
732
|
-
ze(
|
|
730
|
+
if (typeof o == "function") {
|
|
731
|
+
if (lr(o)) {
|
|
732
|
+
ze(o(n), a, r, n);
|
|
733
733
|
return;
|
|
734
734
|
}
|
|
735
|
-
|
|
736
|
-
validator:
|
|
735
|
+
a.validators.push({
|
|
736
|
+
validator: o,
|
|
737
737
|
classGroupId: r
|
|
738
738
|
});
|
|
739
739
|
return;
|
|
740
740
|
}
|
|
741
|
-
Object.entries(
|
|
742
|
-
ze(
|
|
741
|
+
Object.entries(o).forEach(([s, d]) => {
|
|
742
|
+
ze(d, ct(a, s), r, n);
|
|
743
743
|
});
|
|
744
744
|
});
|
|
745
745
|
}
|
|
746
|
-
function
|
|
747
|
-
let r =
|
|
748
|
-
return
|
|
749
|
-
r.nextPart.has(
|
|
746
|
+
function ct(e, a) {
|
|
747
|
+
let r = e;
|
|
748
|
+
return a.split(Le).forEach((n) => {
|
|
749
|
+
r.nextPart.has(n) || r.nextPart.set(n, {
|
|
750
750
|
nextPart: /* @__PURE__ */ new Map(),
|
|
751
751
|
validators: []
|
|
752
|
-
}), r = r.nextPart.get(
|
|
752
|
+
}), r = r.nextPart.get(n);
|
|
753
753
|
}), r;
|
|
754
754
|
}
|
|
755
|
-
function
|
|
756
|
-
return
|
|
755
|
+
function lr(e) {
|
|
756
|
+
return e.isThemeGetter;
|
|
757
757
|
}
|
|
758
|
-
function
|
|
759
|
-
return
|
|
760
|
-
const
|
|
761
|
-
return [r,
|
|
762
|
-
}) :
|
|
758
|
+
function cr(e, a) {
|
|
759
|
+
return a ? e.map(([r, n]) => {
|
|
760
|
+
const o = n.map((s) => typeof s == "string" ? a + s : typeof s == "object" ? Object.fromEntries(Object.entries(s).map(([d, c]) => [a + d, c])) : s);
|
|
761
|
+
return [r, o];
|
|
762
|
+
}) : e;
|
|
763
763
|
}
|
|
764
|
-
function
|
|
765
|
-
if (
|
|
764
|
+
function dr(e) {
|
|
765
|
+
if (e < 1)
|
|
766
766
|
return {
|
|
767
767
|
get: () => {
|
|
768
768
|
},
|
|
769
769
|
set: () => {
|
|
770
770
|
}
|
|
771
771
|
};
|
|
772
|
-
let
|
|
773
|
-
function
|
|
774
|
-
r.set(s,
|
|
772
|
+
let a = 0, r = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map();
|
|
773
|
+
function o(s, d) {
|
|
774
|
+
r.set(s, d), a++, a > e && (a = 0, n = r, r = /* @__PURE__ */ new Map());
|
|
775
775
|
}
|
|
776
776
|
return {
|
|
777
777
|
get(s) {
|
|
778
|
-
let
|
|
779
|
-
if (
|
|
780
|
-
return
|
|
781
|
-
if ((
|
|
782
|
-
return
|
|
778
|
+
let d = r.get(s);
|
|
779
|
+
if (d !== void 0)
|
|
780
|
+
return d;
|
|
781
|
+
if ((d = n.get(s)) !== void 0)
|
|
782
|
+
return o(s, d), d;
|
|
783
783
|
},
|
|
784
|
-
set(s,
|
|
785
|
-
r.has(s) ? r.set(s,
|
|
784
|
+
set(s, d) {
|
|
785
|
+
r.has(s) ? r.set(s, d) : o(s, d);
|
|
786
786
|
}
|
|
787
787
|
};
|
|
788
788
|
}
|
|
789
|
-
const
|
|
790
|
-
function
|
|
791
|
-
const
|
|
792
|
-
return function(
|
|
793
|
-
const
|
|
789
|
+
const yt = "!";
|
|
790
|
+
function ur(e) {
|
|
791
|
+
const a = e.separator, r = a.length === 1, n = a[0], o = a.length;
|
|
792
|
+
return function(d) {
|
|
793
|
+
const c = [];
|
|
794
794
|
let f = 0, w = 0, p;
|
|
795
|
-
for (let
|
|
796
|
-
let
|
|
795
|
+
for (let S = 0; S < d.length; S++) {
|
|
796
|
+
let A = d[S];
|
|
797
797
|
if (f === 0) {
|
|
798
|
-
if (
|
|
799
|
-
|
|
798
|
+
if (A === n && (r || d.slice(S, S + o) === a)) {
|
|
799
|
+
c.push(d.slice(w, S)), w = S + o;
|
|
800
800
|
continue;
|
|
801
801
|
}
|
|
802
|
-
if (
|
|
803
|
-
p =
|
|
802
|
+
if (A === "/") {
|
|
803
|
+
p = S;
|
|
804
804
|
continue;
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
|
-
|
|
807
|
+
A === "[" ? f++ : A === "]" && f--;
|
|
808
808
|
}
|
|
809
|
-
const
|
|
809
|
+
const m = c.length === 0 ? d : d.substring(w), R = m.startsWith(yt), _ = R ? m.substring(1) : m, O = p && p > w ? p - w : void 0;
|
|
810
810
|
return {
|
|
811
|
-
modifiers:
|
|
812
|
-
hasImportantModifier:
|
|
813
|
-
baseClassName:
|
|
814
|
-
maybePostfixModifierPosition:
|
|
811
|
+
modifiers: c,
|
|
812
|
+
hasImportantModifier: R,
|
|
813
|
+
baseClassName: _,
|
|
814
|
+
maybePostfixModifierPosition: O
|
|
815
815
|
};
|
|
816
816
|
};
|
|
817
817
|
}
|
|
818
|
-
function
|
|
819
|
-
if (
|
|
820
|
-
return
|
|
821
|
-
const
|
|
818
|
+
function fr(e) {
|
|
819
|
+
if (e.length <= 1)
|
|
820
|
+
return e;
|
|
821
|
+
const a = [];
|
|
822
822
|
let r = [];
|
|
823
|
-
return
|
|
824
|
-
|
|
825
|
-
}),
|
|
823
|
+
return e.forEach((n) => {
|
|
824
|
+
n[0] === "[" ? (a.push(...r.sort(), n), r = []) : r.push(n);
|
|
825
|
+
}), a.push(...r.sort()), a;
|
|
826
826
|
}
|
|
827
|
-
function
|
|
828
|
-
return
|
|
829
|
-
cache:
|
|
830
|
-
splitModifiers:
|
|
831
|
-
},
|
|
827
|
+
function wr(e) {
|
|
828
|
+
return F({
|
|
829
|
+
cache: dr(e.cacheSize),
|
|
830
|
+
splitModifiers: ur(e)
|
|
831
|
+
}, or(e));
|
|
832
832
|
}
|
|
833
833
|
const pr = /\s+/;
|
|
834
|
-
function
|
|
834
|
+
function gr(e, a) {
|
|
835
835
|
const {
|
|
836
836
|
splitModifiers: r,
|
|
837
|
-
getClassGroupId:
|
|
838
|
-
getConflictingClassGroupIds:
|
|
839
|
-
} =
|
|
840
|
-
return
|
|
837
|
+
getClassGroupId: n,
|
|
838
|
+
getConflictingClassGroupIds: o
|
|
839
|
+
} = a, s = /* @__PURE__ */ new Set();
|
|
840
|
+
return e.trim().split(pr).map((d) => {
|
|
841
841
|
const {
|
|
842
|
-
modifiers:
|
|
842
|
+
modifiers: c,
|
|
843
843
|
hasImportantModifier: f,
|
|
844
844
|
baseClassName: w,
|
|
845
845
|
maybePostfixModifierPosition: p
|
|
846
|
-
} = r(
|
|
847
|
-
let
|
|
848
|
-
if (!
|
|
846
|
+
} = r(d);
|
|
847
|
+
let m = n(p ? w.substring(0, p) : w), R = !!p;
|
|
848
|
+
if (!m) {
|
|
849
849
|
if (!p)
|
|
850
850
|
return {
|
|
851
851
|
isTailwindClass: !1,
|
|
852
|
-
originalClassName:
|
|
852
|
+
originalClassName: d
|
|
853
853
|
};
|
|
854
|
-
if (
|
|
854
|
+
if (m = n(w), !m)
|
|
855
855
|
return {
|
|
856
856
|
isTailwindClass: !1,
|
|
857
|
-
originalClassName:
|
|
857
|
+
originalClassName: d
|
|
858
858
|
};
|
|
859
|
-
|
|
859
|
+
R = !1;
|
|
860
860
|
}
|
|
861
|
-
const
|
|
861
|
+
const _ = fr(c).join(":");
|
|
862
862
|
return {
|
|
863
863
|
isTailwindClass: !0,
|
|
864
|
-
modifierId: f ?
|
|
865
|
-
classGroupId:
|
|
866
|
-
originalClassName:
|
|
867
|
-
hasPostfixModifier:
|
|
864
|
+
modifierId: f ? _ + yt : _,
|
|
865
|
+
classGroupId: m,
|
|
866
|
+
originalClassName: d,
|
|
867
|
+
hasPostfixModifier: R
|
|
868
868
|
};
|
|
869
|
-
}).reverse().filter((
|
|
870
|
-
if (!
|
|
869
|
+
}).reverse().filter((d) => {
|
|
870
|
+
if (!d.isTailwindClass)
|
|
871
871
|
return !0;
|
|
872
872
|
const {
|
|
873
|
-
modifierId:
|
|
873
|
+
modifierId: c,
|
|
874
874
|
classGroupId: f,
|
|
875
875
|
hasPostfixModifier: w
|
|
876
|
-
} =
|
|
877
|
-
return s.has(p) ? !1 : (s.add(p),
|
|
878
|
-
}).reverse().map((
|
|
876
|
+
} = d, p = c + f;
|
|
877
|
+
return s.has(p) ? !1 : (s.add(p), o(f, w).forEach((m) => s.add(c + m)), !0);
|
|
878
|
+
}).reverse().map((d) => d.originalClassName).join(" ");
|
|
879
879
|
}
|
|
880
|
-
function
|
|
881
|
-
let
|
|
882
|
-
for (;
|
|
883
|
-
(
|
|
884
|
-
return
|
|
880
|
+
function mr() {
|
|
881
|
+
let e = 0, a, r, n = "";
|
|
882
|
+
for (; e < arguments.length; )
|
|
883
|
+
(a = arguments[e++]) && (r = jt(a)) && (n && (n += " "), n += r);
|
|
884
|
+
return n;
|
|
885
885
|
}
|
|
886
|
-
function
|
|
887
|
-
if (typeof
|
|
888
|
-
return
|
|
889
|
-
let
|
|
890
|
-
for (let
|
|
891
|
-
|
|
886
|
+
function jt(e) {
|
|
887
|
+
if (typeof e == "string")
|
|
888
|
+
return e;
|
|
889
|
+
let a, r = "";
|
|
890
|
+
for (let n = 0; n < e.length; n++)
|
|
891
|
+
e[n] && (a = jt(e[n])) && (r && (r += " "), r += a);
|
|
892
892
|
return r;
|
|
893
893
|
}
|
|
894
|
-
function
|
|
895
|
-
let r,
|
|
896
|
-
function
|
|
897
|
-
const w =
|
|
898
|
-
return r =
|
|
894
|
+
function br(e, ...a) {
|
|
895
|
+
let r, n, o, s = d;
|
|
896
|
+
function d(f) {
|
|
897
|
+
const w = a.reduce((p, m) => m(p), e());
|
|
898
|
+
return r = wr(w), n = r.cache.get, o = r.cache.set, s = c, c(f);
|
|
899
899
|
}
|
|
900
|
-
function
|
|
901
|
-
const w =
|
|
900
|
+
function c(f) {
|
|
901
|
+
const w = n(f);
|
|
902
902
|
if (w)
|
|
903
903
|
return w;
|
|
904
|
-
const p =
|
|
905
|
-
return
|
|
904
|
+
const p = gr(f, r);
|
|
905
|
+
return o(f, p), p;
|
|
906
906
|
}
|
|
907
907
|
return function() {
|
|
908
|
-
return s(
|
|
908
|
+
return s(mr.apply(null, arguments));
|
|
909
909
|
};
|
|
910
910
|
}
|
|
911
|
-
function
|
|
912
|
-
const
|
|
913
|
-
return
|
|
911
|
+
function E(e) {
|
|
912
|
+
const a = (r) => r[e] || [];
|
|
913
|
+
return a.isThemeGetter = !0, a;
|
|
914
914
|
}
|
|
915
|
-
const Rt = /^\[(?:([a-z-]+):)?(.+)\]$/i,
|
|
916
|
-
function
|
|
917
|
-
return Q(
|
|
915
|
+
const Rt = /^\[(?:([a-z-]+):)?(.+)\]$/i, hr = /^\d+\/\d+$/, xr = /* @__PURE__ */ new Set(["px", "full", "screen"]), vr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, yr = /\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$/, jr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Rr = /^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, kr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
|
916
|
+
function W(e) {
|
|
917
|
+
return Q(e) || xr.has(e) || hr.test(e);
|
|
918
918
|
}
|
|
919
|
-
function U(
|
|
920
|
-
return
|
|
919
|
+
function U(e) {
|
|
920
|
+
return ae(e, "length", Ar);
|
|
921
921
|
}
|
|
922
|
-
function Q(
|
|
923
|
-
return !!
|
|
922
|
+
function Q(e) {
|
|
923
|
+
return !!e && !Number.isNaN(Number(e));
|
|
924
924
|
}
|
|
925
|
-
function
|
|
926
|
-
return
|
|
925
|
+
function Ce(e) {
|
|
926
|
+
return ae(e, "number", Q);
|
|
927
927
|
}
|
|
928
|
-
function fe(
|
|
929
|
-
return !!
|
|
928
|
+
function fe(e) {
|
|
929
|
+
return !!e && Number.isInteger(Number(e));
|
|
930
930
|
}
|
|
931
|
-
function Cr(
|
|
932
|
-
return
|
|
931
|
+
function Cr(e) {
|
|
932
|
+
return e.endsWith("%") && Q(e.slice(0, -1));
|
|
933
933
|
}
|
|
934
|
-
function
|
|
935
|
-
return Rt.test(
|
|
934
|
+
function b(e) {
|
|
935
|
+
return Rt.test(e);
|
|
936
936
|
}
|
|
937
|
-
function
|
|
938
|
-
return
|
|
937
|
+
function H(e) {
|
|
938
|
+
return vr.test(e);
|
|
939
939
|
}
|
|
940
|
-
const
|
|
941
|
-
function Er(
|
|
942
|
-
return
|
|
940
|
+
const Tr = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
941
|
+
function Er(e) {
|
|
942
|
+
return ae(e, Tr, kt);
|
|
943
943
|
}
|
|
944
|
-
function
|
|
945
|
-
return
|
|
944
|
+
function Sr(e) {
|
|
945
|
+
return ae(e, "position", kt);
|
|
946
946
|
}
|
|
947
|
-
const
|
|
948
|
-
function
|
|
949
|
-
return
|
|
947
|
+
const Nr = /* @__PURE__ */ new Set(["image", "url"]);
|
|
948
|
+
function _r(e) {
|
|
949
|
+
return ae(e, Nr, Fr);
|
|
950
950
|
}
|
|
951
|
-
function
|
|
952
|
-
return
|
|
951
|
+
function Pr(e) {
|
|
952
|
+
return ae(e, "", Ir);
|
|
953
953
|
}
|
|
954
|
-
function
|
|
954
|
+
function we() {
|
|
955
955
|
return !0;
|
|
956
956
|
}
|
|
957
|
-
function
|
|
958
|
-
const
|
|
959
|
-
return
|
|
957
|
+
function ae(e, a, r) {
|
|
958
|
+
const n = Rt.exec(e);
|
|
959
|
+
return n ? n[1] ? typeof a == "string" ? n[1] === a : a.has(n[1]) : r(n[2]) : !1;
|
|
960
960
|
}
|
|
961
|
-
function Ar(
|
|
962
|
-
return
|
|
961
|
+
function Ar(e) {
|
|
962
|
+
return yr.test(e) && !jr.test(e);
|
|
963
963
|
}
|
|
964
|
-
function
|
|
964
|
+
function kt() {
|
|
965
965
|
return !1;
|
|
966
966
|
}
|
|
967
|
-
function
|
|
968
|
-
return Rr.test(
|
|
967
|
+
function Ir(e) {
|
|
968
|
+
return Rr.test(e);
|
|
969
969
|
}
|
|
970
|
-
function Fr(
|
|
971
|
-
return
|
|
970
|
+
function Fr(e) {
|
|
971
|
+
return kr.test(e);
|
|
972
972
|
}
|
|
973
|
-
function
|
|
974
|
-
const
|
|
973
|
+
function Mr() {
|
|
974
|
+
const e = E("colors"), a = E("spacing"), r = E("blur"), n = E("brightness"), o = E("borderColor"), s = E("borderRadius"), d = E("borderSpacing"), c = E("borderWidth"), f = E("contrast"), w = E("grayscale"), p = E("hueRotate"), m = E("invert"), R = E("gap"), _ = E("gradientColorStops"), O = E("gradientColorStopPositions"), S = E("inset"), A = E("margin"), I = E("opacity"), T = E("padding"), pe = E("saturate"), ne = E("scale"), ge = E("sepia"), me = E("skew"), be = E("space"), he = E("translate"), Z = () => ["auto", "contain", "none"], oe = () => ["auto", "hidden", "clip", "visible", "scroll"], se = () => ["auto", b, a], k = () => [b, a], z = () => ["", W, U], D = () => ["auto", Q, b], q = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], X = () => ["solid", "dashed", "dotted", "double", "none"], ie = () => ["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", b], le = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], Y = () => [Q, Ce], K = () => [Q, b];
|
|
975
975
|
return {
|
|
976
976
|
cacheSize: 500,
|
|
977
977
|
separator: ":",
|
|
978
978
|
theme: {
|
|
979
|
-
colors: [
|
|
980
|
-
spacing: [
|
|
981
|
-
blur: ["none", "",
|
|
979
|
+
colors: [we],
|
|
980
|
+
spacing: [W, U],
|
|
981
|
+
blur: ["none", "", H, b],
|
|
982
982
|
brightness: Y(),
|
|
983
|
-
borderColor: [
|
|
984
|
-
borderRadius: ["none", "", "full",
|
|
985
|
-
borderSpacing:
|
|
986
|
-
borderWidth:
|
|
983
|
+
borderColor: [e],
|
|
984
|
+
borderRadius: ["none", "", "full", H, b],
|
|
985
|
+
borderSpacing: k(),
|
|
986
|
+
borderWidth: z(),
|
|
987
987
|
contrast: Y(),
|
|
988
|
-
grayscale:
|
|
988
|
+
grayscale: G(),
|
|
989
989
|
hueRotate: K(),
|
|
990
|
-
invert:
|
|
991
|
-
gap:
|
|
992
|
-
gradientColorStops: [
|
|
990
|
+
invert: G(),
|
|
991
|
+
gap: k(),
|
|
992
|
+
gradientColorStops: [e],
|
|
993
993
|
gradientColorStopPositions: [Cr, U],
|
|
994
994
|
inset: se(),
|
|
995
995
|
margin: se(),
|
|
996
996
|
opacity: Y(),
|
|
997
|
-
padding:
|
|
997
|
+
padding: k(),
|
|
998
998
|
saturate: Y(),
|
|
999
999
|
scale: Y(),
|
|
1000
|
-
sepia:
|
|
1000
|
+
sepia: G(),
|
|
1001
1001
|
skew: K(),
|
|
1002
|
-
space:
|
|
1003
|
-
translate:
|
|
1002
|
+
space: k(),
|
|
1003
|
+
translate: k()
|
|
1004
1004
|
},
|
|
1005
1005
|
classGroups: {
|
|
1006
1006
|
// Layout
|
|
@@ -1009,7 +1009,7 @@ function Or() {
|
|
|
1009
1009
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1010
1010
|
*/
|
|
1011
1011
|
aspect: [{
|
|
1012
|
-
aspect: ["auto", "square", "video",
|
|
1012
|
+
aspect: ["auto", "square", "video", b]
|
|
1013
1013
|
}],
|
|
1014
1014
|
/**
|
|
1015
1015
|
* Container
|
|
@@ -1021,7 +1021,7 @@ function Or() {
|
|
|
1021
1021
|
* @see https://tailwindcss.com/docs/columns
|
|
1022
1022
|
*/
|
|
1023
1023
|
columns: [{
|
|
1024
|
-
columns: [
|
|
1024
|
+
columns: [H]
|
|
1025
1025
|
}],
|
|
1026
1026
|
/**
|
|
1027
1027
|
* Break After
|
|
@@ -1094,7 +1094,7 @@ function Or() {
|
|
|
1094
1094
|
* @see https://tailwindcss.com/docs/object-position
|
|
1095
1095
|
*/
|
|
1096
1096
|
"object-position": [{
|
|
1097
|
-
object: [...
|
|
1097
|
+
object: [...q(), b]
|
|
1098
1098
|
}],
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Overflow
|
|
@@ -1148,63 +1148,63 @@ function Or() {
|
|
|
1148
1148
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1149
1149
|
*/
|
|
1150
1150
|
inset: [{
|
|
1151
|
-
inset: [
|
|
1151
|
+
inset: [S]
|
|
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": [S]
|
|
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": [S]
|
|
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: [S]
|
|
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: [S]
|
|
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: [S]
|
|
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: [S]
|
|
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: [S]
|
|
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: [S]
|
|
1208
1208
|
}],
|
|
1209
1209
|
/**
|
|
1210
1210
|
* Visibility
|
|
@@ -1216,7 +1216,7 @@ function Or() {
|
|
|
1216
1216
|
* @see https://tailwindcss.com/docs/z-index
|
|
1217
1217
|
*/
|
|
1218
1218
|
z: [{
|
|
1219
|
-
z: ["auto", fe,
|
|
1219
|
+
z: ["auto", fe, b]
|
|
1220
1220
|
}],
|
|
1221
1221
|
// Flexbox and Grid
|
|
1222
1222
|
/**
|
|
@@ -1245,35 +1245,35 @@ function Or() {
|
|
|
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", b]
|
|
1249
1249
|
}],
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Flex Grow
|
|
1252
1252
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
1253
1253
|
*/
|
|
1254
1254
|
grow: [{
|
|
1255
|
-
grow:
|
|
1255
|
+
grow: G()
|
|
1256
1256
|
}],
|
|
1257
1257
|
/**
|
|
1258
1258
|
* Flex Shrink
|
|
1259
1259
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
1260
1260
|
*/
|
|
1261
1261
|
shrink: [{
|
|
1262
|
-
shrink:
|
|
1262
|
+
shrink: G()
|
|
1263
1263
|
}],
|
|
1264
1264
|
/**
|
|
1265
1265
|
* Order
|
|
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, b]
|
|
1270
1270
|
}],
|
|
1271
1271
|
/**
|
|
1272
1272
|
* Grid Template Columns
|
|
1273
1273
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
1274
1274
|
*/
|
|
1275
1275
|
"grid-cols": [{
|
|
1276
|
-
"grid-cols": [
|
|
1276
|
+
"grid-cols": [we]
|
|
1277
1277
|
}],
|
|
1278
1278
|
/**
|
|
1279
1279
|
* Grid Column Start / End
|
|
@@ -1281,8 +1281,8 @@ function Or() {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
"col-start-end": [{
|
|
1283
1283
|
col: ["auto", {
|
|
1284
|
-
span: ["full", fe,
|
|
1285
|
-
},
|
|
1284
|
+
span: ["full", fe, b]
|
|
1285
|
+
}, b]
|
|
1286
1286
|
}],
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Grid Column Start
|
|
@@ -1303,7 +1303,7 @@ function Or() {
|
|
|
1303
1303
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
1304
1304
|
*/
|
|
1305
1305
|
"grid-rows": [{
|
|
1306
|
-
"grid-rows": [
|
|
1306
|
+
"grid-rows": [we]
|
|
1307
1307
|
}],
|
|
1308
1308
|
/**
|
|
1309
1309
|
* Grid Row Start / End
|
|
@@ -1311,8 +1311,8 @@ function Or() {
|
|
|
1311
1311
|
*/
|
|
1312
1312
|
"row-start-end": [{
|
|
1313
1313
|
row: ["auto", {
|
|
1314
|
-
span: [fe,
|
|
1315
|
-
},
|
|
1314
|
+
span: [fe, b]
|
|
1315
|
+
}, b]
|
|
1316
1316
|
}],
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Grid Row Start
|
|
@@ -1340,35 +1340,35 @@ function Or() {
|
|
|
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", b]
|
|
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", b]
|
|
1351
1351
|
}],
|
|
1352
1352
|
/**
|
|
1353
1353
|
* Gap
|
|
1354
1354
|
* @see https://tailwindcss.com/docs/gap
|
|
1355
1355
|
*/
|
|
1356
1356
|
gap: [{
|
|
1357
|
-
gap: [
|
|
1357
|
+
gap: [R]
|
|
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": [R]
|
|
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": [R]
|
|
1372
1372
|
}],
|
|
1373
1373
|
/**
|
|
1374
1374
|
* Justify Content
|
|
@@ -1439,126 +1439,126 @@ function Or() {
|
|
|
1439
1439
|
* @see https://tailwindcss.com/docs/padding
|
|
1440
1440
|
*/
|
|
1441
1441
|
p: [{
|
|
1442
|
-
p: [
|
|
1442
|
+
p: [T]
|
|
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: [T]
|
|
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: [T]
|
|
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: [T]
|
|
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: [T]
|
|
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: [T]
|
|
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: [T]
|
|
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: [T]
|
|
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: [T]
|
|
1499
1499
|
}],
|
|
1500
1500
|
/**
|
|
1501
1501
|
* Margin
|
|
1502
1502
|
* @see https://tailwindcss.com/docs/margin
|
|
1503
1503
|
*/
|
|
1504
1504
|
m: [{
|
|
1505
|
-
m: [
|
|
1505
|
+
m: [A]
|
|
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: [A]
|
|
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: [A]
|
|
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: [A]
|
|
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: [A]
|
|
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: [A]
|
|
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: [A]
|
|
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: [A]
|
|
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: [A]
|
|
1562
1562
|
}],
|
|
1563
1563
|
/**
|
|
1564
1564
|
* Space Between X
|
|
@@ -1590,51 +1590,51 @@ function Or() {
|
|
|
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", b, a]
|
|
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": [b, a, "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": [b, a, "none", "full", "min", "max", "fit", "prose", {
|
|
1608
|
+
screen: [H]
|
|
1609
|
+
}, H]
|
|
1610
1610
|
}],
|
|
1611
1611
|
/**
|
|
1612
1612
|
* Height
|
|
1613
1613
|
* @see https://tailwindcss.com/docs/height
|
|
1614
1614
|
*/
|
|
1615
1615
|
h: [{
|
|
1616
|
-
h: [
|
|
1616
|
+
h: [b, a, "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": [b, a, "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": [b, a, "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: [b, a, "auto", "min", "max", "fit"]
|
|
1638
1638
|
}],
|
|
1639
1639
|
// Typography
|
|
1640
1640
|
/**
|
|
@@ -1642,7 +1642,7 @@ function Or() {
|
|
|
1642
1642
|
* @see https://tailwindcss.com/docs/font-size
|
|
1643
1643
|
*/
|
|
1644
1644
|
"font-size": [{
|
|
1645
|
-
text: ["base",
|
|
1645
|
+
text: ["base", H, U]
|
|
1646
1646
|
}],
|
|
1647
1647
|
/**
|
|
1648
1648
|
* Font Smoothing
|
|
@@ -1659,14 +1659,14 @@ function Or() {
|
|
|
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", Ce]
|
|
1663
1663
|
}],
|
|
1664
1664
|
/**
|
|
1665
1665
|
* Font Family
|
|
1666
1666
|
* @see https://tailwindcss.com/docs/font-family
|
|
1667
1667
|
*/
|
|
1668
1668
|
"font-family": [{
|
|
1669
|
-
font: [
|
|
1669
|
+
font: [we]
|
|
1670
1670
|
}],
|
|
1671
1671
|
/**
|
|
1672
1672
|
* Font Variant Numeric
|
|
@@ -1703,35 +1703,35 @@ function Or() {
|
|
|
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", b]
|
|
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", Q,
|
|
1713
|
+
"line-clamp": ["none", Q, Ce]
|
|
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, b]
|
|
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", b]
|
|
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", b]
|
|
1735
1735
|
}],
|
|
1736
1736
|
/**
|
|
1737
1737
|
* List Style Position
|
|
@@ -1746,14 +1746,14 @@ function Or() {
|
|
|
1746
1746
|
* @see https://tailwindcss.com/docs/placeholder-color
|
|
1747
1747
|
*/
|
|
1748
1748
|
"placeholder-color": [{
|
|
1749
|
-
placeholder: [
|
|
1749
|
+
placeholder: [e]
|
|
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": [I]
|
|
1757
1757
|
}],
|
|
1758
1758
|
/**
|
|
1759
1759
|
* Text Alignment
|
|
@@ -1767,14 +1767,14 @@ function Or() {
|
|
|
1767
1767
|
* @see https://tailwindcss.com/docs/text-color
|
|
1768
1768
|
*/
|
|
1769
1769
|
"text-color": [{
|
|
1770
|
-
text: [
|
|
1770
|
+
text: [e]
|
|
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": [I]
|
|
1778
1778
|
}],
|
|
1779
1779
|
/**
|
|
1780
1780
|
* Text Decoration
|
|
@@ -1786,28 +1786,28 @@ function Or() {
|
|
|
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", W, U]
|
|
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, b]
|
|
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: [e]
|
|
1811
1811
|
}],
|
|
1812
1812
|
/**
|
|
1813
1813
|
* Text Transform
|
|
@@ -1831,14 +1831,14 @@ function Or() {
|
|
|
1831
1831
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1832
1832
|
*/
|
|
1833
1833
|
indent: [{
|
|
1834
|
-
indent:
|
|
1834
|
+
indent: k()
|
|
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", b]
|
|
1842
1842
|
}],
|
|
1843
1843
|
/**
|
|
1844
1844
|
* Whitespace
|
|
@@ -1866,7 +1866,7 @@ function Or() {
|
|
|
1866
1866
|
* @see https://tailwindcss.com/docs/content
|
|
1867
1867
|
*/
|
|
1868
1868
|
content: [{
|
|
1869
|
-
content: ["none",
|
|
1869
|
+
content: ["none", b]
|
|
1870
1870
|
}],
|
|
1871
1871
|
// Backgrounds
|
|
1872
1872
|
/**
|
|
@@ -1889,7 +1889,7 @@ function Or() {
|
|
|
1889
1889
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1890
1890
|
*/
|
|
1891
1891
|
"bg-opacity": [{
|
|
1892
|
-
"bg-opacity": [
|
|
1892
|
+
"bg-opacity": [I]
|
|
1893
1893
|
}],
|
|
1894
1894
|
/**
|
|
1895
1895
|
* Background Origin
|
|
@@ -1903,7 +1903,7 @@ function Or() {
|
|
|
1903
1903
|
* @see https://tailwindcss.com/docs/background-position
|
|
1904
1904
|
*/
|
|
1905
1905
|
"bg-position": [{
|
|
1906
|
-
bg: [...
|
|
1906
|
+
bg: [...q(), Sr]
|
|
1907
1907
|
}],
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Background Repeat
|
|
@@ -1928,56 +1928,56 @@ function Or() {
|
|
|
1928
1928
|
"bg-image": [{
|
|
1929
1929
|
bg: ["none", {
|
|
1930
1930
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1931
|
-
},
|
|
1931
|
+
}, _r]
|
|
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: [e]
|
|
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: [O]
|
|
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: [O]
|
|
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: [O]
|
|
1960
1960
|
}],
|
|
1961
1961
|
/**
|
|
1962
1962
|
* Gradient Color Stops From
|
|
1963
1963
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1964
1964
|
*/
|
|
1965
1965
|
"gradient-from": [{
|
|
1966
|
-
from: [
|
|
1966
|
+
from: [_]
|
|
1967
1967
|
}],
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Gradient Color Stops Via
|
|
1970
1970
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1971
1971
|
*/
|
|
1972
1972
|
"gradient-via": [{
|
|
1973
|
-
via: [
|
|
1973
|
+
via: [_]
|
|
1974
1974
|
}],
|
|
1975
1975
|
/**
|
|
1976
1976
|
* Gradient Color Stops To
|
|
1977
1977
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1978
1978
|
*/
|
|
1979
1979
|
"gradient-to": [{
|
|
1980
|
-
to: [
|
|
1980
|
+
to: [_]
|
|
1981
1981
|
}],
|
|
1982
1982
|
// Borders
|
|
1983
1983
|
/**
|
|
@@ -2090,84 +2090,84 @@ function Or() {
|
|
|
2090
2090
|
* @see https://tailwindcss.com/docs/border-width
|
|
2091
2091
|
*/
|
|
2092
2092
|
"border-w": [{
|
|
2093
|
-
border: [
|
|
2093
|
+
border: [c]
|
|
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": [c]
|
|
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": [c]
|
|
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": [c]
|
|
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": [c]
|
|
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": [c]
|
|
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": [c]
|
|
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": [c]
|
|
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": [c]
|
|
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": [I]
|
|
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": [c]
|
|
2171
2171
|
}],
|
|
2172
2172
|
/**
|
|
2173
2173
|
* Divide Width X Reverse
|
|
@@ -2179,7 +2179,7 @@ function Or() {
|
|
|
2179
2179
|
* @see https://tailwindcss.com/docs/divide-width
|
|
2180
2180
|
*/
|
|
2181
2181
|
"divide-y": [{
|
|
2182
|
-
"divide-y": [
|
|
2182
|
+
"divide-y": [c]
|
|
2183
2183
|
}],
|
|
2184
2184
|
/**
|
|
2185
2185
|
* Divide Width Y Reverse
|
|
@@ -2191,105 +2191,105 @@ function Or() {
|
|
|
2191
2191
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
2192
2192
|
*/
|
|
2193
2193
|
"divide-opacity": [{
|
|
2194
|
-
"divide-opacity": [
|
|
2194
|
+
"divide-opacity": [I]
|
|
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: [o]
|
|
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": [o]
|
|
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": [o]
|
|
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": [o]
|
|
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": [o]
|
|
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": [o]
|
|
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": [o]
|
|
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: [o]
|
|
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, b]
|
|
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: [W, U]
|
|
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: [e]
|
|
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 Or() {
|
|
|
2301
2301
|
* @see https://tailwindcss.com/docs/ring-color
|
|
2302
2302
|
*/
|
|
2303
2303
|
"ring-color": [{
|
|
2304
|
-
ring: [
|
|
2304
|
+
ring: [e]
|
|
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": [I]
|
|
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": [W, U]
|
|
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": [e]
|
|
2326
2326
|
}],
|
|
2327
2327
|
// Effects
|
|
2328
2328
|
/**
|
|
@@ -2330,21 +2330,21 @@ function Or() {
|
|
|
2330
2330
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2331
2331
|
*/
|
|
2332
2332
|
shadow: [{
|
|
2333
|
-
shadow: ["", "inner", "none",
|
|
2333
|
+
shadow: ["", "inner", "none", H, Pr]
|
|
2334
2334
|
}],
|
|
2335
2335
|
/**
|
|
2336
2336
|
* Box Shadow Color
|
|
2337
2337
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
2338
2338
|
*/
|
|
2339
2339
|
"shadow-color": [{
|
|
2340
|
-
shadow: [
|
|
2340
|
+
shadow: [we]
|
|
2341
2341
|
}],
|
|
2342
2342
|
/**
|
|
2343
2343
|
* Opacity
|
|
2344
2344
|
* @see https://tailwindcss.com/docs/opacity
|
|
2345
2345
|
*/
|
|
2346
2346
|
opacity: [{
|
|
2347
|
-
opacity: [
|
|
2347
|
+
opacity: [I]
|
|
2348
2348
|
}],
|
|
2349
2349
|
/**
|
|
2350
2350
|
* Mix Blend Mode
|
|
@@ -2381,7 +2381,7 @@ function Or() {
|
|
|
2381
2381
|
* @see https://tailwindcss.com/docs/brightness
|
|
2382
2382
|
*/
|
|
2383
2383
|
brightness: [{
|
|
2384
|
-
brightness: [
|
|
2384
|
+
brightness: [n]
|
|
2385
2385
|
}],
|
|
2386
2386
|
/**
|
|
2387
2387
|
* Contrast
|
|
@@ -2395,7 +2395,7 @@ function Or() {
|
|
|
2395
2395
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2396
2396
|
*/
|
|
2397
2397
|
"drop-shadow": [{
|
|
2398
|
-
"drop-shadow": ["", "none",
|
|
2398
|
+
"drop-shadow": ["", "none", H, b]
|
|
2399
2399
|
}],
|
|
2400
2400
|
/**
|
|
2401
2401
|
* Grayscale
|
|
@@ -2416,14 +2416,14 @@ function Or() {
|
|
|
2416
2416
|
* @see https://tailwindcss.com/docs/invert
|
|
2417
2417
|
*/
|
|
2418
2418
|
invert: [{
|
|
2419
|
-
invert: [
|
|
2419
|
+
invert: [m]
|
|
2420
2420
|
}],
|
|
2421
2421
|
/**
|
|
2422
2422
|
* Saturate
|
|
2423
2423
|
* @see https://tailwindcss.com/docs/saturate
|
|
2424
2424
|
*/
|
|
2425
2425
|
saturate: [{
|
|
2426
|
-
saturate: [
|
|
2426
|
+
saturate: [pe]
|
|
2427
2427
|
}],
|
|
2428
2428
|
/**
|
|
2429
2429
|
* Sepia
|
|
@@ -2452,7 +2452,7 @@ function Or() {
|
|
|
2452
2452
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2453
2453
|
*/
|
|
2454
2454
|
"backdrop-brightness": [{
|
|
2455
|
-
"backdrop-brightness": [
|
|
2455
|
+
"backdrop-brightness": [n]
|
|
2456
2456
|
}],
|
|
2457
2457
|
/**
|
|
2458
2458
|
* Backdrop Contrast
|
|
@@ -2480,21 +2480,21 @@ function Or() {
|
|
|
2480
2480
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2481
2481
|
*/
|
|
2482
2482
|
"backdrop-invert": [{
|
|
2483
|
-
"backdrop-invert": [
|
|
2483
|
+
"backdrop-invert": [m]
|
|
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": [I]
|
|
2491
2491
|
}],
|
|
2492
2492
|
/**
|
|
2493
2493
|
* Backdrop Saturate
|
|
2494
2494
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2495
2495
|
*/
|
|
2496
2496
|
"backdrop-saturate": [{
|
|
2497
|
-
"backdrop-saturate": [
|
|
2497
|
+
"backdrop-saturate": [pe]
|
|
2498
2498
|
}],
|
|
2499
2499
|
/**
|
|
2500
2500
|
* Backdrop Sepia
|
|
@@ -2516,21 +2516,21 @@ function Or() {
|
|
|
2516
2516
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2517
2517
|
*/
|
|
2518
2518
|
"border-spacing": [{
|
|
2519
|
-
"border-spacing": [
|
|
2519
|
+
"border-spacing": [d]
|
|
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": [d]
|
|
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": [d]
|
|
2534
2534
|
}],
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Table Layout
|
|
@@ -2552,7 +2552,7 @@ function Or() {
|
|
|
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", b]
|
|
2556
2556
|
}],
|
|
2557
2557
|
/**
|
|
2558
2558
|
* Transition Duration
|
|
@@ -2566,7 +2566,7 @@ function Or() {
|
|
|
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", b]
|
|
2570
2570
|
}],
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Transition Delay
|
|
@@ -2580,7 +2580,7 @@ function Or() {
|
|
|
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", b]
|
|
2584
2584
|
}],
|
|
2585
2585
|
// Transforms
|
|
2586
2586
|
/**
|
|
@@ -2595,42 +2595,42 @@ function Or() {
|
|
|
2595
2595
|
* @see https://tailwindcss.com/docs/scale
|
|
2596
2596
|
*/
|
|
2597
2597
|
scale: [{
|
|
2598
|
-
scale: [
|
|
2598
|
+
scale: [ne]
|
|
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": [ne]
|
|
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": [ne]
|
|
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, b]
|
|
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": [he]
|
|
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": [he]
|
|
2634
2634
|
}],
|
|
2635
2635
|
/**
|
|
2636
2636
|
* Skew X
|
|
@@ -2651,7 +2651,7 @@ function Or() {
|
|
|
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", b]
|
|
2655
2655
|
}],
|
|
2656
2656
|
// Interactivity
|
|
2657
2657
|
/**
|
|
@@ -2659,7 +2659,7 @@ function Or() {
|
|
|
2659
2659
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2660
2660
|
*/
|
|
2661
2661
|
accent: [{
|
|
2662
|
-
accent: ["auto",
|
|
2662
|
+
accent: ["auto", e]
|
|
2663
2663
|
}],
|
|
2664
2664
|
/**
|
|
2665
2665
|
* Appearance
|
|
@@ -2673,14 +2673,14 @@ function Or() {
|
|
|
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", b]
|
|
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: [e]
|
|
2684
2684
|
}],
|
|
2685
2685
|
/**
|
|
2686
2686
|
* Pointer Events
|
|
@@ -2708,126 +2708,126 @@ function Or() {
|
|
|
2708
2708
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2709
2709
|
*/
|
|
2710
2710
|
"scroll-m": [{
|
|
2711
|
-
"scroll-m":
|
|
2711
|
+
"scroll-m": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
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": k()
|
|
2831
2831
|
}],
|
|
2832
2832
|
/**
|
|
2833
2833
|
* Scroll Snap Align
|
|
@@ -2895,7 +2895,7 @@ function Or() {
|
|
|
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", b]
|
|
2899
2899
|
}],
|
|
2900
2900
|
// SVG
|
|
2901
2901
|
/**
|
|
@@ -2903,21 +2903,21 @@ function Or() {
|
|
|
2903
2903
|
* @see https://tailwindcss.com/docs/fill
|
|
2904
2904
|
*/
|
|
2905
2905
|
fill: [{
|
|
2906
|
-
fill: [
|
|
2906
|
+
fill: [e, "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: [W, U, Ce]
|
|
2914
2914
|
}],
|
|
2915
2915
|
/**
|
|
2916
2916
|
* Stroke
|
|
2917
2917
|
* @see https://tailwindcss.com/docs/stroke
|
|
2918
2918
|
*/
|
|
2919
2919
|
stroke: [{
|
|
2920
|
-
stroke: [
|
|
2920
|
+
stroke: [e, "none"]
|
|
2921
2921
|
}],
|
|
2922
2922
|
// Accessibility
|
|
2923
2923
|
/**
|
|
@@ -2986,76 +2986,76 @@ function Or() {
|
|
|
2986
2986
|
}
|
|
2987
2987
|
};
|
|
2988
2988
|
}
|
|
2989
|
-
const
|
|
2989
|
+
const v = /* @__PURE__ */ br(Mr), dt = {
|
|
2990
2990
|
primary: "tw-bg-Background-accentEggplant-100 tw-text-Text-textPrimaryDark tw-rounded-sm hover:tw-text-Text-textPrimaryDark hover:tw-bg-Background-accentEggplant-highlight active:tw-bg-Background-accentEggplant-darkened focus:tw-bg-Background-accentEggplant-100 focus:tw-border focus:tw-border-white disabled:tw-bg-Background-accentEggplant-20",
|
|
2991
2991
|
secondary: "tw-text-Text-secondary tw-rounded-sm tw-border tw-border-Fills-secondary hover:tw-text-black hover:tw-border hover:tw-border-Fills-black active:tw-text-black active:tw-border active:tw-border-Fills-black focus:tw-bg-Background-accentEggplant-5 focus:tw-text-accentEggplant-100 focus:tw-border focus:tw-border-Background-accentEggplant-100 disabled:tw-border disabled:tw-border-Fills-quadrutery disabled:tw-text-Text-tertiary",
|
|
2992
2992
|
tertiary: "tw-text-Text-secondary tw-rounded-sm hover:tw-bg-Fills-quintiary active:tw-bg-Fills-quintiary focus:tw-bg-Fills-quadrutery disabled:tw-text-Fills-quadrutery disabled:tw-bg-Fills-quintiary",
|
|
2993
2993
|
quaternary: "tw-text-accentEggplant-100 tw-rounded-sm hover:tw-bg-Background-accentEggplant-5 active:tw-bg-Background-accentEggplant-5 focus:tw-bg-Background-accentEggplant-100 focus:tw-text-Text-textPrimaryDark disabled:tw-text-Background-accentEggplant-20",
|
|
2994
2994
|
small: "tw-py-space075 tw-px-space400",
|
|
2995
2995
|
large: "tw-py-space150 tw-px-space400"
|
|
2996
|
-
},
|
|
2997
|
-
(
|
|
2998
|
-
var
|
|
2999
|
-
return /* @__PURE__ */
|
|
2996
|
+
}, De = L.forwardRef(
|
|
2997
|
+
(d, s) => {
|
|
2998
|
+
var c = d, { color: e = "primary", size: a = "small", disabled: r = !1, className: n } = c, o = B(c, ["color", "size", "disabled", "className"]);
|
|
2999
|
+
return /* @__PURE__ */ l.jsx(
|
|
3000
3000
|
"button",
|
|
3001
|
-
|
|
3001
|
+
F({
|
|
3002
3002
|
ref: s,
|
|
3003
3003
|
disabled: r,
|
|
3004
|
-
className:
|
|
3005
|
-
},
|
|
3004
|
+
className: v(y(dt[e], dt[a], n))
|
|
3005
|
+
}, o)
|
|
3006
3006
|
);
|
|
3007
3007
|
}
|
|
3008
3008
|
);
|
|
3009
|
-
|
|
3010
|
-
const
|
|
3011
|
-
({ className:
|
|
3012
|
-
const
|
|
3013
|
-
return /* @__PURE__ */
|
|
3009
|
+
De.displayName = "Button";
|
|
3010
|
+
const $e = L.forwardRef(
|
|
3011
|
+
({ className: e = "" }, a) => {
|
|
3012
|
+
const n = v("tw-text-System-red tw-ms-[2px]", e);
|
|
3013
|
+
return /* @__PURE__ */ l.jsx(
|
|
3014
3014
|
"span",
|
|
3015
3015
|
{
|
|
3016
|
-
className:
|
|
3017
|
-
ref:
|
|
3016
|
+
className: n,
|
|
3017
|
+
ref: a,
|
|
3018
3018
|
children: "*"
|
|
3019
3019
|
}
|
|
3020
3020
|
);
|
|
3021
3021
|
}
|
|
3022
3022
|
);
|
|
3023
|
-
|
|
3024
|
-
const
|
|
3023
|
+
$e.displayName = "Asteric";
|
|
3024
|
+
const ut = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.482%2010.047c2.498%200%204.566-2.072%204.566-4.565%200-2.498-2.073-4.565-4.57-4.565C2.985.917.917%202.984.917%205.482c0%202.493%202.072%204.565%204.565%204.565zm0-.76a3.786%203.786%200%200%201-3.8-3.805%203.782%203.782%200%200%201%203.796-3.805%203.794%203.794%200%200%201%203.809%203.805%203.79%203.79%200%200%201-3.805%203.804z'%20fill='%23FF453A'/%3e%3cpath%20d='M4.452%207.978h1.821a.316.316%200%201%200%200-.631h-.555V5.069c0-.242-.12-.403-.349-.403h-.841a.316.316%200%201%200%200%20.631h.479v2.05h-.555a.316.316%200%201%200%200%20.631zm.743-4.055c.326%200%20.582-.26.582-.587a.582.582%200%201%200-1.164%200c0%20.327.26.587.582.587z'%20fill='%23FF453A'/%3e%3c/svg%3e", ft = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.482%2010.047c2.498%200%204.566-2.072%204.566-4.565%200-2.498-2.073-4.565-4.57-4.565C2.985.917.917%202.984.917%205.482c0%202.493%202.072%204.565%204.565%204.565zm0-.76a3.786%203.786%200%200%201-3.8-3.805%203.782%203.782%200%200%201%203.796-3.805%203.794%203.794%200%200%201%203.809%203.805%203.79%203.79%200%200%201-3.805%203.804z'%20fill='%2328CD41'/%3e%3cpath%20d='M5.242%207.713a.42.42%200%200%200%20.363-.21L7.65%204.283c.05-.09.108-.188.108-.286%200-.202-.18-.332-.367-.332-.112%200-.224.072-.31.202l-1.857%202.98-.881-1.14c-.108-.144-.206-.18-.332-.18a.347.347%200%200%200-.344.354c0%20.099.04.193.103.278l1.092%201.342c.112.148.233.21.38.21z'%20fill='%2328CD41'/%3e%3c/svg%3e", wt = {
|
|
3025
3025
|
primary: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-Fills-terciary tw-rounded-sm hover:tw-border-Fills-secondary active:tw-text-Text-primary active:tw-border-Text-primary focus:tw-border-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
|
|
3026
3026
|
primaryRounded: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-Fills-terciary tw-rounded-sm hover:tw-border-Fills-secondary active:tw-text-Text-primary active:tw-border-Text-primary focus:tw-border-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
|
|
3027
3027
|
success: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-Fills-terciary tw-rounded-sm hover:tw-border-Fills-secondary active:tw-text-Text-primary active:tw-border-Text-primary focus:tw-border-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
|
|
3028
3028
|
error: "tw-bg-System-red tw-bg-opacity-[0.1] tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-System-red tw-rounded-sm active:tw-text-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
|
|
3029
3029
|
errorRounded: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-System-red tw-rounded-sm active:tw-text-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
|
|
3030
3030
|
disabled: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-Fills-quintiary tw-cursor-not-allowed tw-rounded-sm hover:tw-border-Fills-quintiary active:tw-text-Text-primary active:tw-border-Fills-quintiary focus:tw-border-Fills-quintiary focus:tw-outline-none disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]"
|
|
3031
|
-
},
|
|
3031
|
+
}, pt = {
|
|
3032
3032
|
primary: "tw-text-Text-primary",
|
|
3033
3033
|
primaryRounded: "tw-text-Text-primary",
|
|
3034
3034
|
success: "tw-text-Text-primary",
|
|
3035
3035
|
error: "tw-text-System-red",
|
|
3036
3036
|
errorRounded: "tw-text-System-red",
|
|
3037
3037
|
disabled: "tw-text-Text-secondary"
|
|
3038
|
-
},
|
|
3038
|
+
}, gt = {
|
|
3039
3039
|
primary: "tw-text-Text-primary",
|
|
3040
3040
|
primaryRounded: "tw-text-Text-primary",
|
|
3041
3041
|
success: "tw-text-Text-primary",
|
|
3042
3042
|
error: "tw-flex tw-flex-row tw-items-center tw-justify-start tw-text-System-red",
|
|
3043
3043
|
errorRounded: "tw-text-System-red",
|
|
3044
3044
|
disabled: "tw-text-Text-secondary"
|
|
3045
|
-
},
|
|
3046
|
-
(
|
|
3047
|
-
var
|
|
3048
|
-
color:
|
|
3049
|
-
disabled:
|
|
3045
|
+
}, Or = L.forwardRef(
|
|
3046
|
+
(R, m) => {
|
|
3047
|
+
var _ = R, {
|
|
3048
|
+
color: e = "primary",
|
|
3049
|
+
disabled: a = !1,
|
|
3050
3050
|
textarea: r = !1,
|
|
3051
|
-
label:
|
|
3052
|
-
required:
|
|
3051
|
+
label: n,
|
|
3052
|
+
required: o = !1,
|
|
3053
3053
|
caption: s,
|
|
3054
|
-
labelClass:
|
|
3055
|
-
InputDivClass:
|
|
3054
|
+
labelClass: d,
|
|
3055
|
+
InputDivClass: c,
|
|
3056
3056
|
captionClass: f,
|
|
3057
3057
|
className: w
|
|
3058
|
-
} =
|
|
3058
|
+
} = _, p = B(_, [
|
|
3059
3059
|
"color",
|
|
3060
3060
|
"disabled",
|
|
3061
3061
|
"textarea",
|
|
@@ -3067,103 +3067,103 @@ const ct = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3067
3067
|
"captionClass",
|
|
3068
3068
|
"className"
|
|
3069
3069
|
]);
|
|
3070
|
-
return r ? /* @__PURE__ */
|
|
3071
|
-
|
|
3070
|
+
return r ? /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsxs("div", { className: v("tw-flex tw-flex-col tw-items-start tw-w-full", c), children: [
|
|
3071
|
+
n && /* @__PURE__ */ l.jsxs(
|
|
3072
3072
|
"label",
|
|
3073
3073
|
{
|
|
3074
|
-
className:
|
|
3074
|
+
className: v(
|
|
3075
3075
|
"MediumSubheadRegular tw-mb-space075",
|
|
3076
|
-
|
|
3077
|
-
|
|
3076
|
+
d,
|
|
3077
|
+
pt[e]
|
|
3078
3078
|
),
|
|
3079
3079
|
children: [
|
|
3080
|
-
|
|
3080
|
+
n,
|
|
3081
3081
|
" ",
|
|
3082
|
-
|
|
3082
|
+
o && /* @__PURE__ */ l.jsx($e, {})
|
|
3083
3083
|
]
|
|
3084
3084
|
}
|
|
3085
3085
|
),
|
|
3086
|
-
/* @__PURE__ */
|
|
3086
|
+
/* @__PURE__ */ l.jsx(
|
|
3087
3087
|
"textarea",
|
|
3088
|
-
|
|
3089
|
-
disabled:
|
|
3090
|
-
className:
|
|
3088
|
+
F({
|
|
3089
|
+
disabled: a,
|
|
3090
|
+
className: v(y(wt[e], w))
|
|
3091
3091
|
}, p)
|
|
3092
3092
|
),
|
|
3093
|
-
s && /* @__PURE__ */
|
|
3093
|
+
s && /* @__PURE__ */ l.jsxs(
|
|
3094
3094
|
"caption",
|
|
3095
3095
|
{
|
|
3096
|
-
className:
|
|
3097
|
-
|
|
3096
|
+
className: v(
|
|
3097
|
+
y("MediumCaption1Regular tw-font-normal tw-mt-space075", gt[e]),
|
|
3098
3098
|
f
|
|
3099
3099
|
),
|
|
3100
3100
|
children: [
|
|
3101
|
-
|
|
3101
|
+
e === "error" && /* @__PURE__ */ l.jsx(
|
|
3102
3102
|
"img",
|
|
3103
3103
|
{
|
|
3104
|
-
src:
|
|
3104
|
+
src: ut,
|
|
3105
3105
|
alt: "error",
|
|
3106
|
-
className:
|
|
3106
|
+
className: v(y("tw-me-1"))
|
|
3107
3107
|
}
|
|
3108
3108
|
),
|
|
3109
|
-
|
|
3109
|
+
e === "success" && /* @__PURE__ */ l.jsx(
|
|
3110
3110
|
"img",
|
|
3111
3111
|
{
|
|
3112
|
-
src:
|
|
3112
|
+
src: ft,
|
|
3113
3113
|
alt: "success",
|
|
3114
|
-
className:
|
|
3114
|
+
className: v(y("tw-me-1"))
|
|
3115
3115
|
}
|
|
3116
3116
|
),
|
|
3117
3117
|
s
|
|
3118
3118
|
]
|
|
3119
3119
|
}
|
|
3120
3120
|
)
|
|
3121
|
-
] }) }) : /* @__PURE__ */
|
|
3122
|
-
|
|
3121
|
+
] }) }) : /* @__PURE__ */ l.jsxs("div", { className: v("tw-flex tw-flex-col tw-items-start tw-w-full", c), children: [
|
|
3122
|
+
n && /* @__PURE__ */ l.jsxs(
|
|
3123
3123
|
"label",
|
|
3124
3124
|
{
|
|
3125
|
-
className:
|
|
3125
|
+
className: v(
|
|
3126
3126
|
"MediumSubheadRegular tw-mb-space075",
|
|
3127
|
-
|
|
3128
|
-
|
|
3127
|
+
d,
|
|
3128
|
+
pt[e]
|
|
3129
3129
|
),
|
|
3130
3130
|
children: [
|
|
3131
|
-
|
|
3131
|
+
n,
|
|
3132
3132
|
" ",
|
|
3133
|
-
|
|
3133
|
+
o && /* @__PURE__ */ l.jsx($e, {})
|
|
3134
3134
|
]
|
|
3135
3135
|
}
|
|
3136
3136
|
),
|
|
3137
|
-
/* @__PURE__ */
|
|
3137
|
+
/* @__PURE__ */ l.jsx(
|
|
3138
3138
|
"input",
|
|
3139
|
-
|
|
3140
|
-
ref:
|
|
3141
|
-
disabled:
|
|
3142
|
-
className:
|
|
3139
|
+
F({
|
|
3140
|
+
ref: m,
|
|
3141
|
+
disabled: a,
|
|
3142
|
+
className: v(y(wt[e], w))
|
|
3143
3143
|
}, p)
|
|
3144
3144
|
),
|
|
3145
|
-
s && /* @__PURE__ */
|
|
3145
|
+
s && /* @__PURE__ */ l.jsxs(
|
|
3146
3146
|
"caption",
|
|
3147
3147
|
{
|
|
3148
|
-
className:
|
|
3149
|
-
|
|
3148
|
+
className: v(
|
|
3149
|
+
y("MediumCaption1Regular tw-font-normal tw-mt-space075", gt[e]),
|
|
3150
3150
|
f
|
|
3151
3151
|
),
|
|
3152
3152
|
children: [
|
|
3153
|
-
|
|
3153
|
+
e === "error" && /* @__PURE__ */ l.jsx(
|
|
3154
3154
|
"img",
|
|
3155
3155
|
{
|
|
3156
|
-
src:
|
|
3156
|
+
src: ut,
|
|
3157
3157
|
alt: "error",
|
|
3158
|
-
className:
|
|
3158
|
+
className: v(y("tw-me-1"))
|
|
3159
3159
|
}
|
|
3160
3160
|
),
|
|
3161
|
-
|
|
3161
|
+
e === "success" && /* @__PURE__ */ l.jsx(
|
|
3162
3162
|
"img",
|
|
3163
3163
|
{
|
|
3164
|
-
src:
|
|
3164
|
+
src: ft,
|
|
3165
3165
|
alt: "success",
|
|
3166
|
-
className:
|
|
3166
|
+
className: v(y("tw-me-1"))
|
|
3167
3167
|
}
|
|
3168
3168
|
),
|
|
3169
3169
|
s
|
|
@@ -3173,51 +3173,51 @@ const ct = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3173
3173
|
] });
|
|
3174
3174
|
}
|
|
3175
3175
|
);
|
|
3176
|
-
|
|
3177
|
-
function Ct(
|
|
3178
|
-
var
|
|
3179
|
-
if (typeof
|
|
3180
|
-
|
|
3181
|
-
else if (typeof
|
|
3182
|
-
if (Array.isArray(
|
|
3183
|
-
for (
|
|
3184
|
-
|
|
3176
|
+
Or.displayName = "Input";
|
|
3177
|
+
function Ct(e) {
|
|
3178
|
+
var a, r, n = "";
|
|
3179
|
+
if (typeof e == "string" || typeof e == "number")
|
|
3180
|
+
n += e;
|
|
3181
|
+
else if (typeof e == "object")
|
|
3182
|
+
if (Array.isArray(e))
|
|
3183
|
+
for (a = 0; a < e.length; a++)
|
|
3184
|
+
e[a] && (r = Ct(e[a])) && (n && (n += " "), n += r);
|
|
3185
3185
|
else
|
|
3186
|
-
for (
|
|
3187
|
-
|
|
3188
|
-
return
|
|
3186
|
+
for (a in e)
|
|
3187
|
+
e[a] && (n && (n += " "), n += a);
|
|
3188
|
+
return n;
|
|
3189
3189
|
}
|
|
3190
3190
|
function zr() {
|
|
3191
|
-
for (var
|
|
3192
|
-
(
|
|
3193
|
-
return
|
|
3191
|
+
for (var e, a, r = 0, n = ""; r < arguments.length; )
|
|
3192
|
+
(e = arguments[r++]) && (a = Ct(e)) && (n && (n += " "), n += a);
|
|
3193
|
+
return n;
|
|
3194
3194
|
}
|
|
3195
|
-
const
|
|
3196
|
-
var
|
|
3197
|
-
if ((
|
|
3198
|
-
return
|
|
3199
|
-
const { variants:
|
|
3200
|
-
const p = r == null ? void 0 : r[w],
|
|
3195
|
+
const mt = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, bt = zr, Tt = (e, a) => (r) => {
|
|
3196
|
+
var n;
|
|
3197
|
+
if ((a == null ? void 0 : a.variants) == null)
|
|
3198
|
+
return bt(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
3199
|
+
const { variants: o, defaultVariants: s } = a, d = Object.keys(o).map((w) => {
|
|
3200
|
+
const p = r == null ? void 0 : r[w], m = s == null ? void 0 : s[w];
|
|
3201
3201
|
if (p === null)
|
|
3202
3202
|
return null;
|
|
3203
|
-
const
|
|
3204
|
-
return
|
|
3205
|
-
}),
|
|
3206
|
-
let [
|
|
3207
|
-
return
|
|
3208
|
-
}, {}), f =
|
|
3209
|
-
let
|
|
3210
|
-
return Object.entries(
|
|
3211
|
-
let [
|
|
3212
|
-
return Array.isArray(
|
|
3203
|
+
const R = mt(p) || mt(m);
|
|
3204
|
+
return o[w][R];
|
|
3205
|
+
}), c = r && Object.entries(r).reduce((w, p) => {
|
|
3206
|
+
let [m, R] = p;
|
|
3207
|
+
return R === void 0 || (w[m] = R), w;
|
|
3208
|
+
}, {}), f = a == null || (n = a.compoundVariants) === null || n === void 0 ? void 0 : n.reduce((w, p) => {
|
|
3209
|
+
let O = p, { class: m, className: R } = O, _ = B(O, ["class", "className"]);
|
|
3210
|
+
return Object.entries(_).every((S) => {
|
|
3211
|
+
let [A, I] = S;
|
|
3212
|
+
return Array.isArray(I) ? I.includes(F(F({}, s), c)[A]) : F(F({}, s), c)[A] === I;
|
|
3213
3213
|
}) ? [
|
|
3214
3214
|
...w,
|
|
3215
|
-
|
|
3216
|
-
|
|
3215
|
+
m,
|
|
3216
|
+
R
|
|
3217
3217
|
] : w;
|
|
3218
3218
|
}, []);
|
|
3219
|
-
return
|
|
3220
|
-
},
|
|
3219
|
+
return bt(e, d, f, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
3220
|
+
}, Dr = Tt("tw-border tw-text-text-primary", {
|
|
3221
3221
|
variants: {
|
|
3222
3222
|
cardType: {
|
|
3223
3223
|
default: "tw-shadow-none",
|
|
@@ -3227,96 +3227,96 @@ const wt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, gt =
|
|
|
3227
3227
|
defaultVariants: {
|
|
3228
3228
|
cardType: "default"
|
|
3229
3229
|
}
|
|
3230
|
-
}),
|
|
3231
|
-
(
|
|
3232
|
-
var s =
|
|
3233
|
-
return /* @__PURE__ */
|
|
3230
|
+
}), $r = J.forwardRef(
|
|
3231
|
+
(o, n) => {
|
|
3232
|
+
var s = o, { className: e, cardType: a } = s, r = B(s, ["className", "cardType"]);
|
|
3233
|
+
return /* @__PURE__ */ l.jsx(
|
|
3234
3234
|
"div",
|
|
3235
|
-
|
|
3236
|
-
ref:
|
|
3237
|
-
className:
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
cardType:
|
|
3241
|
-
className:
|
|
3235
|
+
F({
|
|
3236
|
+
ref: n,
|
|
3237
|
+
className: v(
|
|
3238
|
+
y(
|
|
3239
|
+
Dr({
|
|
3240
|
+
cardType: a,
|
|
3241
|
+
className: e
|
|
3242
3242
|
}),
|
|
3243
3243
|
"tw-rounded"
|
|
3244
3244
|
),
|
|
3245
|
-
|
|
3245
|
+
e
|
|
3246
3246
|
)
|
|
3247
3247
|
}, r)
|
|
3248
3248
|
);
|
|
3249
3249
|
}
|
|
3250
3250
|
);
|
|
3251
|
-
|
|
3252
|
-
const Br =
|
|
3253
|
-
(
|
|
3254
|
-
var
|
|
3255
|
-
return /* @__PURE__ */
|
|
3251
|
+
$r.displayName = "Card";
|
|
3252
|
+
const Br = J.forwardRef(
|
|
3253
|
+
(n, r) => {
|
|
3254
|
+
var o = n, { className: e } = o, a = B(o, ["className"]);
|
|
3255
|
+
return /* @__PURE__ */ l.jsx(
|
|
3256
3256
|
"div",
|
|
3257
|
-
|
|
3257
|
+
F({
|
|
3258
3258
|
ref: r,
|
|
3259
|
-
className:
|
|
3260
|
-
|
|
3259
|
+
className: v(
|
|
3260
|
+
y("tw-flex tw-flex-col tw-pt-space300 tw-pb-space200 tw-px-space300", e)
|
|
3261
3261
|
)
|
|
3262
|
-
},
|
|
3262
|
+
}, a)
|
|
3263
3263
|
);
|
|
3264
3264
|
}
|
|
3265
3265
|
);
|
|
3266
3266
|
Br.displayName = "CardHeader";
|
|
3267
|
-
const Lr =
|
|
3268
|
-
(
|
|
3269
|
-
var
|
|
3270
|
-
return /* @__PURE__ */
|
|
3267
|
+
const Lr = J.forwardRef(
|
|
3268
|
+
(n, r) => {
|
|
3269
|
+
var o = n, { className: e } = o, a = B(o, ["className"]);
|
|
3270
|
+
return /* @__PURE__ */ l.jsx(
|
|
3271
3271
|
"div",
|
|
3272
|
-
|
|
3272
|
+
F({
|
|
3273
3273
|
ref: r,
|
|
3274
|
-
className:
|
|
3275
|
-
},
|
|
3274
|
+
className: v(y("tw-font-medium", e))
|
|
3275
|
+
}, a)
|
|
3276
3276
|
);
|
|
3277
3277
|
}
|
|
3278
3278
|
);
|
|
3279
3279
|
Lr.displayName = "Title";
|
|
3280
|
-
const Vr =
|
|
3281
|
-
(
|
|
3282
|
-
var
|
|
3283
|
-
return /* @__PURE__ */
|
|
3280
|
+
const Vr = J.forwardRef(
|
|
3281
|
+
(n, r) => {
|
|
3282
|
+
var o = n, { className: e } = o, a = B(o, ["className"]);
|
|
3283
|
+
return /* @__PURE__ */ l.jsx(
|
|
3284
3284
|
"div",
|
|
3285
|
-
|
|
3285
|
+
F({
|
|
3286
3286
|
ref: r,
|
|
3287
|
-
className:
|
|
3288
|
-
},
|
|
3287
|
+
className: v(y("tw-font-regular", e))
|
|
3288
|
+
}, a)
|
|
3289
3289
|
);
|
|
3290
3290
|
}
|
|
3291
3291
|
);
|
|
3292
3292
|
Vr.displayName = "Description";
|
|
3293
|
-
const
|
|
3294
|
-
(
|
|
3295
|
-
var
|
|
3296
|
-
return /* @__PURE__ */
|
|
3293
|
+
const Wr = J.forwardRef(
|
|
3294
|
+
(n, r) => {
|
|
3295
|
+
var o = n, { className: e } = o, a = B(o, ["className"]);
|
|
3296
|
+
return /* @__PURE__ */ l.jsx(
|
|
3297
3297
|
"div",
|
|
3298
|
-
|
|
3298
|
+
F({
|
|
3299
3299
|
ref: r,
|
|
3300
|
-
className:
|
|
3301
|
-
},
|
|
3300
|
+
className: v(y("tw-pb-space300 tw-px-space300 ", e))
|
|
3301
|
+
}, a)
|
|
3302
3302
|
);
|
|
3303
3303
|
}
|
|
3304
3304
|
);
|
|
3305
|
-
|
|
3306
|
-
const
|
|
3307
|
-
(
|
|
3308
|
-
var
|
|
3309
|
-
return /* @__PURE__ */
|
|
3305
|
+
Wr.displayName = "Content";
|
|
3306
|
+
const qr = J.forwardRef(
|
|
3307
|
+
(n, r) => {
|
|
3308
|
+
var o = n, { className: e } = o, a = B(o, ["className"]);
|
|
3309
|
+
return /* @__PURE__ */ l.jsx(
|
|
3310
3310
|
"div",
|
|
3311
|
-
|
|
3311
|
+
F({
|
|
3312
3312
|
ref: r,
|
|
3313
|
-
className:
|
|
3314
|
-
},
|
|
3313
|
+
className: v(y("tw-pb-space300 tw-px-space300", e))
|
|
3314
|
+
}, a)
|
|
3315
3315
|
);
|
|
3316
3316
|
}
|
|
3317
3317
|
);
|
|
3318
|
-
|
|
3319
|
-
const Gr =
|
|
3318
|
+
qr.displayName = "Footer";
|
|
3319
|
+
const Gr = Tt(
|
|
3320
3320
|
"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
3321
|
{
|
|
3322
3322
|
variants: {
|
|
@@ -3419,14 +3419,14 @@ const Gr = kt(
|
|
|
3419
3419
|
}
|
|
3420
3420
|
}
|
|
3421
3421
|
}
|
|
3422
|
-
),
|
|
3423
|
-
(
|
|
3424
|
-
var s =
|
|
3425
|
-
return /* @__PURE__ */
|
|
3422
|
+
), Yr = J.forwardRef(
|
|
3423
|
+
(o, n) => {
|
|
3424
|
+
var s = o, { className: e, children: a } = s, r = B(s, ["className", "children"]);
|
|
3425
|
+
return /* @__PURE__ */ l.jsx(
|
|
3426
3426
|
"div",
|
|
3427
|
-
|
|
3428
|
-
className:
|
|
3429
|
-
|
|
3427
|
+
Fe(F({
|
|
3428
|
+
className: v(
|
|
3429
|
+
y(
|
|
3430
3430
|
Gr({
|
|
3431
3431
|
display: r == null ? void 0 : r.display,
|
|
3432
3432
|
gap: r == null ? void 0 : r.gap,
|
|
@@ -3438,109 +3438,109 @@ const Gr = kt(
|
|
|
3438
3438
|
alignItems: r == null ? void 0 : r.alignItems,
|
|
3439
3439
|
placeContent: r == null ? void 0 : r.placeContent,
|
|
3440
3440
|
placeItems: r == null ? void 0 : r.placeItems,
|
|
3441
|
-
className:
|
|
3441
|
+
className: e
|
|
3442
3442
|
})
|
|
3443
3443
|
)
|
|
3444
3444
|
),
|
|
3445
|
-
ref:
|
|
3445
|
+
ref: n
|
|
3446
3446
|
}, r), {
|
|
3447
|
-
children:
|
|
3447
|
+
children: a
|
|
3448
3448
|
})
|
|
3449
3449
|
);
|
|
3450
3450
|
}
|
|
3451
3451
|
);
|
|
3452
|
-
|
|
3453
|
-
const
|
|
3454
|
-
let
|
|
3455
|
-
switch (
|
|
3452
|
+
Yr.displayName = "Grid";
|
|
3453
|
+
const ht = (e) => {
|
|
3454
|
+
let a = "";
|
|
3455
|
+
switch (e) {
|
|
3456
3456
|
case "STANDARD":
|
|
3457
3457
|
case "STANDARD_LINE_SEPARATED":
|
|
3458
|
-
|
|
3458
|
+
a = "tw-font-medium tw-text-Text-primary";
|
|
3459
3459
|
break;
|
|
3460
3460
|
case "DISCOUNT":
|
|
3461
|
-
|
|
3461
|
+
a = "tw-font-normal tw-text-teal-400";
|
|
3462
3462
|
break;
|
|
3463
3463
|
case "FEE":
|
|
3464
3464
|
case "TAX":
|
|
3465
|
-
|
|
3465
|
+
a = "tw-font-medium tw-text-Text-secondary";
|
|
3466
3466
|
break;
|
|
3467
3467
|
}
|
|
3468
|
-
return
|
|
3469
|
-
},
|
|
3470
|
-
({ className:
|
|
3468
|
+
return a;
|
|
3469
|
+
}, Ur = J.forwardRef(
|
|
3470
|
+
({ className: e, items: a }, r) => /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsx(
|
|
3471
3471
|
"div",
|
|
3472
3472
|
{
|
|
3473
|
-
className:
|
|
3473
|
+
className: v(y(e, "tw-w-full tw-flex tw-flex-col")),
|
|
3474
3474
|
ref: r,
|
|
3475
|
-
children:
|
|
3476
|
-
|
|
3477
|
-
/* @__PURE__ */
|
|
3475
|
+
children: a.length > 0 && a.map((n, o) => /* @__PURE__ */ l.jsxs("div", { children: [
|
|
3476
|
+
n.type === "STANDARD_LINE_SEPARATED" && /* @__PURE__ */ l.jsx("hr", { className: "tw-mt-3 tw-mb-1" }),
|
|
3477
|
+
/* @__PURE__ */ l.jsxs(
|
|
3478
3478
|
"div",
|
|
3479
3479
|
{
|
|
3480
|
-
className:
|
|
3480
|
+
className: y(
|
|
3481
3481
|
"tw-flex tw-flex-row tw-justify-between",
|
|
3482
|
-
|
|
3483
|
-
|
|
3482
|
+
o > 0 && "tw-mt-2",
|
|
3483
|
+
o !== a.length && n.type === "STANDARD_LINE_SEPARATED" && "tw-mb-1"
|
|
3484
3484
|
),
|
|
3485
3485
|
children: [
|
|
3486
|
-
/* @__PURE__ */
|
|
3486
|
+
/* @__PURE__ */ l.jsx(
|
|
3487
3487
|
"span",
|
|
3488
3488
|
{
|
|
3489
|
-
className:
|
|
3489
|
+
className: y(
|
|
3490
3490
|
"tw-text-xSmallCallout tablet:tw-text-mediumCallout tw-me-3",
|
|
3491
|
-
|
|
3491
|
+
ht(n.type)
|
|
3492
3492
|
),
|
|
3493
|
-
children:
|
|
3493
|
+
children: n.display_name
|
|
3494
3494
|
}
|
|
3495
3495
|
),
|
|
3496
|
-
/* @__PURE__ */
|
|
3496
|
+
/* @__PURE__ */ l.jsx(
|
|
3497
3497
|
"span",
|
|
3498
3498
|
{
|
|
3499
|
-
className:
|
|
3499
|
+
className: y(
|
|
3500
3500
|
"tw-text-xSmallCallout tablet:tw-text-mediumCallout",
|
|
3501
|
-
|
|
3501
|
+
ht(n.type)
|
|
3502
3502
|
),
|
|
3503
|
-
children:
|
|
3503
|
+
children: n.currency_converted_amount
|
|
3504
3504
|
}
|
|
3505
3505
|
)
|
|
3506
3506
|
]
|
|
3507
3507
|
}
|
|
3508
3508
|
)
|
|
3509
|
-
] }, `BookingQuoteLineItemType-${
|
|
3509
|
+
] }, `BookingQuoteLineItemType-${o}`))
|
|
3510
3510
|
}
|
|
3511
3511
|
) })
|
|
3512
3512
|
);
|
|
3513
|
-
|
|
3514
|
-
const
|
|
3515
|
-
const [
|
|
3516
|
-
r((s) => s ===
|
|
3517
|
-
},
|
|
3518
|
-
r((s) => s === 0 ?
|
|
3513
|
+
Ur.displayName = "Booking_Quote_Card";
|
|
3514
|
+
const Hr = "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", Jr = "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", Xr = L.forwardRef(({ images: e }) => {
|
|
3515
|
+
const [a, r] = Be(0), n = () => {
|
|
3516
|
+
r((s) => s === e.length - 1 ? 0 : s + 1);
|
|
3517
|
+
}, o = () => {
|
|
3518
|
+
r((s) => s === 0 ? e.length - 1 : s - 1);
|
|
3519
3519
|
};
|
|
3520
|
-
return /* @__PURE__ */
|
|
3521
|
-
|
|
3520
|
+
return /* @__PURE__ */ l.jsx(l.Fragment, { children: /* @__PURE__ */ l.jsxs("div", { className: "tw-relative tw-rounded-[4px] tw-w-full", children: [
|
|
3521
|
+
e.length > 1 && /* @__PURE__ */ l.jsx(
|
|
3522
3522
|
"button",
|
|
3523
3523
|
{
|
|
3524
3524
|
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",
|
|
3525
|
-
onClick:
|
|
3526
|
-
children: /* @__PURE__ */
|
|
3525
|
+
onClick: o,
|
|
3526
|
+
children: /* @__PURE__ */ l.jsx(
|
|
3527
3527
|
"img",
|
|
3528
3528
|
{
|
|
3529
|
-
src:
|
|
3529
|
+
src: Hr,
|
|
3530
3530
|
alt: "prev"
|
|
3531
3531
|
}
|
|
3532
3532
|
)
|
|
3533
3533
|
}
|
|
3534
3534
|
),
|
|
3535
|
-
/* @__PURE__ */
|
|
3536
|
-
backgroundImage: `url(${
|
|
3535
|
+
/* @__PURE__ */ l.jsx("div", { className: "picture tw-w-full tw-rounded-[4px]", style: {
|
|
3536
|
+
backgroundImage: `url(${e[a]})`
|
|
3537
3537
|
} }),
|
|
3538
|
-
|
|
3538
|
+
e.length > 1 && /* @__PURE__ */ l.jsx(
|
|
3539
3539
|
"button",
|
|
3540
3540
|
{
|
|
3541
3541
|
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",
|
|
3542
|
-
onClick:
|
|
3543
|
-
children: /* @__PURE__ */
|
|
3542
|
+
onClick: n,
|
|
3543
|
+
children: /* @__PURE__ */ l.jsx(
|
|
3544
3544
|
"img",
|
|
3545
3545
|
{
|
|
3546
3546
|
src: Jr,
|
|
@@ -3549,93 +3549,93 @@ const Ur = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%20
|
|
|
3549
3549
|
)
|
|
3550
3550
|
}
|
|
3551
3551
|
),
|
|
3552
|
-
|
|
3552
|
+
e.length > 1 && /* @__PURE__ */ l.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: e.map((s, d) => /* @__PURE__ */ l.jsx(
|
|
3553
3553
|
"li",
|
|
3554
3554
|
{
|
|
3555
3555
|
"aria-description": s,
|
|
3556
|
-
className:
|
|
3557
|
-
|
|
3556
|
+
className: v(
|
|
3557
|
+
y(
|
|
3558
3558
|
"tw-w-[5px] tw-h-[4px] tw-block tw-z-10 tw-mx-[2.5px] tw-rounded-[1px]",
|
|
3559
|
-
|
|
3560
|
-
|
|
3559
|
+
d !== a && "tw-bg-[rgba(255,255,255,0.5)]",
|
|
3560
|
+
d === a && "tw-bg-[rgba(255,255,255,0.8)]"
|
|
3561
3561
|
)
|
|
3562
3562
|
)
|
|
3563
3563
|
},
|
|
3564
|
-
|
|
3564
|
+
d
|
|
3565
3565
|
)) })
|
|
3566
3566
|
] }) });
|
|
3567
3567
|
});
|
|
3568
3568
|
Xr.displayName = "Image_Carousel";
|
|
3569
|
-
const
|
|
3569
|
+
const Kr = L.forwardRef(
|
|
3570
3570
|
({
|
|
3571
|
-
title:
|
|
3572
|
-
content:
|
|
3571
|
+
title: e,
|
|
3572
|
+
content: a,
|
|
3573
3573
|
expandIcon: r,
|
|
3574
|
-
collapseIcon:
|
|
3575
|
-
accordionClass:
|
|
3574
|
+
collapseIcon: n,
|
|
3575
|
+
accordionClass: o,
|
|
3576
3576
|
accordionHeaderClass: s,
|
|
3577
|
-
accordionTitleClass:
|
|
3578
|
-
accordionContentClass:
|
|
3577
|
+
accordionTitleClass: d,
|
|
3578
|
+
accordionContentClass: c,
|
|
3579
3579
|
isEnabled: f = !0,
|
|
3580
3580
|
isExpanded: w = !0
|
|
3581
3581
|
}, p) => {
|
|
3582
|
-
const [
|
|
3583
|
-
f &&
|
|
3582
|
+
const [m, R] = Be(w), _ = () => {
|
|
3583
|
+
f && R(!m);
|
|
3584
3584
|
};
|
|
3585
|
-
return
|
|
3586
|
-
f &&
|
|
3587
|
-
}, [f, w]), /* @__PURE__ */
|
|
3585
|
+
return Me(() => {
|
|
3586
|
+
f && R(w);
|
|
3587
|
+
}, [f, w]), /* @__PURE__ */ l.jsxs(
|
|
3588
3588
|
"div",
|
|
3589
3589
|
{
|
|
3590
|
-
className:
|
|
3590
|
+
className: v(y("silkhaus-accordion", o)),
|
|
3591
3591
|
ref: p,
|
|
3592
3592
|
children: [
|
|
3593
|
-
/* @__PURE__ */
|
|
3593
|
+
/* @__PURE__ */ l.jsxs(
|
|
3594
3594
|
"div",
|
|
3595
3595
|
{
|
|
3596
|
-
className:
|
|
3597
|
-
|
|
3596
|
+
className: v(
|
|
3597
|
+
y(
|
|
3598
3598
|
"silkhaus-accordion-header tw-flex tw-flex-row tw-justify-between tw-items-center",
|
|
3599
3599
|
s,
|
|
3600
3600
|
!f && "tw-cursor-not-allowed",
|
|
3601
3601
|
f && "tw-cursor-pointer"
|
|
3602
3602
|
)
|
|
3603
3603
|
),
|
|
3604
|
-
onClick:
|
|
3604
|
+
onClick: _,
|
|
3605
3605
|
children: [
|
|
3606
|
-
/* @__PURE__ */
|
|
3607
|
-
|
|
3606
|
+
/* @__PURE__ */ l.jsx("div", { className: v(y(d)), children: e }),
|
|
3607
|
+
m ? n || "-" : r || "+"
|
|
3608
3608
|
]
|
|
3609
3609
|
}
|
|
3610
3610
|
),
|
|
3611
|
-
|
|
3611
|
+
m && /* @__PURE__ */ l.jsx("div", { className: v(y("silkhaus-accordion-content", c)), children: a })
|
|
3612
3612
|
]
|
|
3613
3613
|
}
|
|
3614
3614
|
);
|
|
3615
3615
|
}
|
|
3616
3616
|
);
|
|
3617
|
-
|
|
3618
|
-
function
|
|
3619
|
-
return
|
|
3617
|
+
Kr.displayName = "Accordion";
|
|
3618
|
+
function Qr(...e) {
|
|
3619
|
+
return v(y(e));
|
|
3620
3620
|
}
|
|
3621
|
-
const
|
|
3622
|
-
checked:
|
|
3623
|
-
onChange:
|
|
3621
|
+
const Zr = L.forwardRef(({
|
|
3622
|
+
checked: e = !1,
|
|
3623
|
+
onChange: a,
|
|
3624
3624
|
disabled: r = !1,
|
|
3625
|
-
htmlId:
|
|
3626
|
-
},
|
|
3627
|
-
/* @__PURE__ */
|
|
3625
|
+
htmlId: n = "wa"
|
|
3626
|
+
}, o) => /* @__PURE__ */ l.jsxs("label", { className: Qr("switch", r && "disabled"), htmlFor: n, children: [
|
|
3627
|
+
/* @__PURE__ */ l.jsx(
|
|
3628
3628
|
"input",
|
|
3629
3629
|
{
|
|
3630
|
-
id:
|
|
3630
|
+
id: n,
|
|
3631
3631
|
type: "checkbox",
|
|
3632
|
-
checked:
|
|
3633
|
-
onChange:
|
|
3634
|
-
ref:
|
|
3632
|
+
checked: e,
|
|
3633
|
+
onChange: a,
|
|
3634
|
+
ref: o,
|
|
3635
3635
|
disabled: r
|
|
3636
3636
|
}
|
|
3637
3637
|
),
|
|
3638
|
-
/* @__PURE__ */
|
|
3638
|
+
/* @__PURE__ */ l.jsx(
|
|
3639
3639
|
"span",
|
|
3640
3640
|
{
|
|
3641
3641
|
className: "slider round",
|
|
@@ -3646,91 +3646,91 @@ const Qr = W.forwardRef(({
|
|
|
3646
3646
|
}
|
|
3647
3647
|
)
|
|
3648
3648
|
] }));
|
|
3649
|
-
|
|
3650
|
-
const
|
|
3651
|
-
const s =
|
|
3652
|
-
return /* @__PURE__ */
|
|
3649
|
+
Zr.displayName = "Switch";
|
|
3650
|
+
const ea = rr((e, a) => {
|
|
3651
|
+
const s = e, { open: r, children: n } = s, o = B(s, ["open", "children"]);
|
|
3652
|
+
return /* @__PURE__ */ l.jsx("div", Fe(F({ ref: a, className: `dialog ${r ? "open" : ""}` }, o), { children: n }));
|
|
3653
3653
|
});
|
|
3654
|
-
|
|
3655
|
-
const
|
|
3654
|
+
ea.displayName = "Dialog";
|
|
3655
|
+
const ta = L.forwardRef(
|
|
3656
3656
|
({
|
|
3657
|
-
outerDivClassName:
|
|
3658
|
-
banner:
|
|
3657
|
+
outerDivClassName: e = "",
|
|
3658
|
+
banner: a = "",
|
|
3659
3659
|
title: r,
|
|
3660
|
-
description:
|
|
3661
|
-
primaryBtnText:
|
|
3660
|
+
description: n,
|
|
3661
|
+
primaryBtnText: o = "Submit",
|
|
3662
3662
|
showPrimaryBtn: s,
|
|
3663
|
-
secondaryBtnText:
|
|
3664
|
-
showSecondaryBtn:
|
|
3663
|
+
secondaryBtnText: d = "Cancel",
|
|
3664
|
+
showSecondaryBtn: c,
|
|
3665
3665
|
onPrimaryBtnClick: f,
|
|
3666
3666
|
onSecondaryBtnClick: w,
|
|
3667
3667
|
disablePrimaryBtn: p = !1,
|
|
3668
|
-
disableSecondaryBtn:
|
|
3669
|
-
},
|
|
3668
|
+
disableSecondaryBtn: m = !1
|
|
3669
|
+
}, R) => /* @__PURE__ */ l.jsx("div", { className: v(e), children: /* @__PURE__ */ l.jsxs(
|
|
3670
3670
|
"div",
|
|
3671
3671
|
{
|
|
3672
|
-
className:
|
|
3673
|
-
|
|
3672
|
+
className: v(
|
|
3673
|
+
y(
|
|
3674
3674
|
"tw-bg-white tw-w-full tablet:tw-w-[528px] tw-border tw-rounded",
|
|
3675
|
-
|
|
3675
|
+
a && "tw-p-6"
|
|
3676
3676
|
)
|
|
3677
3677
|
),
|
|
3678
|
-
ref:
|
|
3678
|
+
ref: R,
|
|
3679
3679
|
children: [
|
|
3680
|
-
|
|
3680
|
+
a && /* @__PURE__ */ l.jsx(
|
|
3681
3681
|
"div",
|
|
3682
3682
|
{
|
|
3683
3683
|
className: "tw-mb-4 tw-bg-Background-accentEggplant-5 banner",
|
|
3684
|
-
style: { backgroundImage: `url(${
|
|
3684
|
+
style: { backgroundImage: `url(${a})` }
|
|
3685
3685
|
}
|
|
3686
3686
|
),
|
|
3687
|
-
/* @__PURE__ */
|
|
3687
|
+
/* @__PURE__ */ l.jsxs(
|
|
3688
3688
|
"div",
|
|
3689
3689
|
{
|
|
3690
|
-
className:
|
|
3691
|
-
!
|
|
3690
|
+
className: y(
|
|
3691
|
+
!a && "tw-p-6 tw-border-t-4 tw-rounded-s tw-rounded-e tw-border-Background-accentEggplant-100"
|
|
3692
3692
|
),
|
|
3693
3693
|
children: [
|
|
3694
|
-
/* @__PURE__ */
|
|
3695
|
-
/* @__PURE__ */
|
|
3694
|
+
/* @__PURE__ */ l.jsxs("div", { children: [
|
|
3695
|
+
/* @__PURE__ */ l.jsx(
|
|
3696
3696
|
"h2",
|
|
3697
3697
|
{
|
|
3698
|
-
className:
|
|
3698
|
+
className: y(
|
|
3699
3699
|
"tw-text-mediumTitle1Emphasized tw-text-black tw-mb-0 tw-pb-4 tw-font-semibold",
|
|
3700
|
-
|
|
3700
|
+
a && "tw-border-t-2 tw-border-Background-accentEggplant-100 tw-pt-4"
|
|
3701
3701
|
),
|
|
3702
3702
|
children: r
|
|
3703
3703
|
}
|
|
3704
3704
|
),
|
|
3705
|
-
|
|
3705
|
+
n && /* @__PURE__ */ l.jsx("span", { className: "tw-text-black tw-text-mediumBody1Regular", children: n })
|
|
3706
3706
|
] }),
|
|
3707
|
-
/* @__PURE__ */
|
|
3707
|
+
/* @__PURE__ */ l.jsxs(
|
|
3708
3708
|
"div",
|
|
3709
3709
|
{
|
|
3710
|
-
className:
|
|
3710
|
+
className: y(
|
|
3711
3711
|
"tw-flex tw-flex-col tw-pt-4 tablet:tw-grid tablet:tw-grid-flow-row tablet:tw-grid-cols-2 tablet:tw-gap-x-4 tablet:tw-flex-row",
|
|
3712
|
-
s &&
|
|
3713
|
-
s && !
|
|
3712
|
+
s && c && "tablet:tw-justify-between tw-items-center",
|
|
3713
|
+
s && !c && "tablet:tw-justify-end tw-items-center"
|
|
3714
3714
|
),
|
|
3715
3715
|
children: [
|
|
3716
|
-
/* @__PURE__ */
|
|
3717
|
-
|
|
3716
|
+
/* @__PURE__ */ l.jsx("div", { className: "tablet:tw-mt-0 tw-mt-4 tw-w-full tablet:tw-w-auto tw-flex tw-flex-col tw-order-2 tablet:tw-order-1", children: c && /* @__PURE__ */ l.jsx(
|
|
3717
|
+
De,
|
|
3718
3718
|
{
|
|
3719
3719
|
color: "secondary",
|
|
3720
3720
|
onClick: w,
|
|
3721
|
-
disabled:
|
|
3721
|
+
disabled: m,
|
|
3722
3722
|
size: "large",
|
|
3723
|
-
children:
|
|
3723
|
+
children: d
|
|
3724
3724
|
}
|
|
3725
3725
|
) }),
|
|
3726
|
-
/* @__PURE__ */
|
|
3727
|
-
|
|
3726
|
+
/* @__PURE__ */ l.jsx("div", { className: "tw-w-full tw-flex tw-flex-col tablet:tw-w-auto tw-order-1 tablet:tw-order-2", children: s && /* @__PURE__ */ l.jsx(
|
|
3727
|
+
De,
|
|
3728
3728
|
{
|
|
3729
3729
|
color: "primary",
|
|
3730
3730
|
onClick: f,
|
|
3731
3731
|
disabled: p,
|
|
3732
3732
|
size: "large",
|
|
3733
|
-
children:
|
|
3733
|
+
children: o
|
|
3734
3734
|
}
|
|
3735
3735
|
) })
|
|
3736
3736
|
]
|
|
@@ -3743,22 +3743,199 @@ const en = W.forwardRef(
|
|
|
3743
3743
|
}
|
|
3744
3744
|
) })
|
|
3745
3745
|
);
|
|
3746
|
-
|
|
3746
|
+
ta.displayName = "AlertDialog";
|
|
3747
|
+
const ra = "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", Et = L.forwardRef(({ progress: e, text: a = "", borderColor: r = "rgba(0, 0, 0, 0.1)", progressColor: n = "#542686", size: o = "48px", strokeWidth: s = 3, textClass: d = "" }, c) => {
|
|
3748
|
+
const f = parseInt(o) / 2 - 4, w = 2 * Math.PI * f, p = w - e * w;
|
|
3749
|
+
return /* @__PURE__ */ l.jsxs(
|
|
3750
|
+
"div",
|
|
3751
|
+
{
|
|
3752
|
+
ref: c,
|
|
3753
|
+
className: "rounded-progress-bar",
|
|
3754
|
+
style: {
|
|
3755
|
+
"--progress": e,
|
|
3756
|
+
"--border-color": r,
|
|
3757
|
+
"--progress-color": n,
|
|
3758
|
+
width: o,
|
|
3759
|
+
height: o
|
|
3760
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
3761
|
+
},
|
|
3762
|
+
children: [
|
|
3763
|
+
/* @__PURE__ */ l.jsx(
|
|
3764
|
+
"span",
|
|
3765
|
+
{
|
|
3766
|
+
className: v(y("tw-absolute tw-top-1/2 tw-left-1/2 -tw-translate-x-1/2 -tw-translate-y-1/2 SmallCaption2Emphasized tw-text-nowrap", d)),
|
|
3767
|
+
children: a
|
|
3768
|
+
}
|
|
3769
|
+
),
|
|
3770
|
+
/* @__PURE__ */ l.jsx("div", { className: "progress-ring", children: /* @__PURE__ */ l.jsxs(
|
|
3771
|
+
"svg",
|
|
3772
|
+
{
|
|
3773
|
+
width: o,
|
|
3774
|
+
height: o,
|
|
3775
|
+
viewBox: `0 0 ${o} ${o}`,
|
|
3776
|
+
children: [
|
|
3777
|
+
/* @__PURE__ */ l.jsx(
|
|
3778
|
+
"circle",
|
|
3779
|
+
{
|
|
3780
|
+
className: "progress-ring-circle",
|
|
3781
|
+
stroke: "var(--border-color)",
|
|
3782
|
+
strokeWidth: s,
|
|
3783
|
+
fill: "transparent",
|
|
3784
|
+
r: f.toString(),
|
|
3785
|
+
cx: (parseInt(o) / 2).toString(),
|
|
3786
|
+
cy: (parseInt(o) / 2).toString()
|
|
3787
|
+
}
|
|
3788
|
+
),
|
|
3789
|
+
/* @__PURE__ */ l.jsx(
|
|
3790
|
+
"circle",
|
|
3791
|
+
{
|
|
3792
|
+
className: "progress-ring-circle-progress",
|
|
3793
|
+
stroke: "var(--progress-color)",
|
|
3794
|
+
strokeWidth: s,
|
|
3795
|
+
fill: "transparent",
|
|
3796
|
+
r: f.toString(),
|
|
3797
|
+
cx: (parseInt(o) / 2).toString(),
|
|
3798
|
+
cy: (parseInt(o) / 2).toString(),
|
|
3799
|
+
strokeDasharray: `${w}`,
|
|
3800
|
+
strokeDashoffset: `${p}`
|
|
3801
|
+
}
|
|
3802
|
+
)
|
|
3803
|
+
]
|
|
3804
|
+
}
|
|
3805
|
+
) })
|
|
3806
|
+
]
|
|
3807
|
+
}
|
|
3808
|
+
);
|
|
3809
|
+
});
|
|
3810
|
+
Et.displayName = "RoundedProgressBar";
|
|
3811
|
+
const aa = L.forwardRef(({ steps: e, outerDivClass: a = "", outerMobileDivClass: r = "" }, n) => {
|
|
3812
|
+
var s, d;
|
|
3813
|
+
let o = 0;
|
|
3814
|
+
for (let c = 0; c < e.length; c++)
|
|
3815
|
+
(((s = e[c]) == null ? void 0 : s.status) === "completed" || ((d = e[c]) == null ? void 0 : d.status) === "active") && o++;
|
|
3816
|
+
return console.log(o / e.length), /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
|
3817
|
+
/* @__PURE__ */ l.jsx(
|
|
3818
|
+
"div",
|
|
3819
|
+
{
|
|
3820
|
+
ref: n,
|
|
3821
|
+
className: v(y("zero:tw-hidden tablet:tw-block tw-relative tw-h-[72px]", a)),
|
|
3822
|
+
children: /* @__PURE__ */ l.jsxs("div", { className: "tw-relative tw-w-full tw-flex tw-items-center tw-flex-row tw-justify-between", children: [
|
|
3823
|
+
/* @__PURE__ */ l.jsx("div", { className: "tw-absolute tw-left-0 tw-top-2/4 tw-h-0.5 tw-w-full -translate-y-2/4 tw-bg-Fills-quintiary" }),
|
|
3824
|
+
e.map((c, f) => /* @__PURE__ */ l.jsxs(
|
|
3825
|
+
"div",
|
|
3826
|
+
{
|
|
3827
|
+
className: "tw-relative",
|
|
3828
|
+
children: [
|
|
3829
|
+
/* @__PURE__ */ l.jsx(
|
|
3830
|
+
"div",
|
|
3831
|
+
{
|
|
3832
|
+
className: `tw-flex tw-items-center tw-justify-center tw-w-[22px] tw-h-[22px] tw-rounded tw-border tw-border-Background-accentEggplant-100 ${c.status === "active" || c.status === "completed" ? "tw-bg-Background-accentEggplant-100" : "tw-bg-white"}
|
|
3833
|
+
`,
|
|
3834
|
+
children: c.status === "completed" ? /* @__PURE__ */ l.jsx("span", { className: "tw-text-white tw-flex tw-justify-center tw-items-center", children: /* @__PURE__ */ l.jsx(
|
|
3835
|
+
"img",
|
|
3836
|
+
{
|
|
3837
|
+
src: ra,
|
|
3838
|
+
alt: "check-icon"
|
|
3839
|
+
}
|
|
3840
|
+
) }) : /* @__PURE__ */ l.jsx(
|
|
3841
|
+
"span",
|
|
3842
|
+
{
|
|
3843
|
+
className: `MediumCaption2Emphasized ${c.status === "active" ? "tw-text-white" : "tw-text-gray-600"}`,
|
|
3844
|
+
children: c.number
|
|
3845
|
+
}
|
|
3846
|
+
)
|
|
3847
|
+
}
|
|
3848
|
+
),
|
|
3849
|
+
/* @__PURE__ */ l.jsx("div", { className: "tw-text-black MediumCaption2Regular tw-mt-2 tw-absolute tw-text-nowrap tw-left-1/2 -tw-translate-x-1/2", children: c.title })
|
|
3850
|
+
]
|
|
3851
|
+
},
|
|
3852
|
+
f
|
|
3853
|
+
))
|
|
3854
|
+
] })
|
|
3855
|
+
}
|
|
3856
|
+
),
|
|
3857
|
+
/* @__PURE__ */ l.jsx("div", { ref: n, className: v(y("tw-block tablet:tw-hidden", r)), children: e.map((c, f) => (c.status === "active" || c.status === "completed" && f + 1 == e.length) && /* @__PURE__ */ l.jsxs(
|
|
3858
|
+
"div",
|
|
3859
|
+
{
|
|
3860
|
+
className: "tw-flex tw-flex-row tw-justify-between tw-items-center",
|
|
3861
|
+
children: [
|
|
3862
|
+
/* @__PURE__ */ l.jsx(
|
|
3863
|
+
Et,
|
|
3864
|
+
{
|
|
3865
|
+
progress: o / e.length,
|
|
3866
|
+
text: `${f + 1} of ${e.length}`
|
|
3867
|
+
}
|
|
3868
|
+
),
|
|
3869
|
+
/* @__PURE__ */ l.jsxs("div", { className: "tw-flex tw-flex-col tw-justify-end tw-items-end", children: [
|
|
3870
|
+
/* @__PURE__ */ l.jsx("span", { className: "SmallCalloutEmphasized", children: `Step ${f + 1}: ${c == null ? void 0 : c.mobileTitle}` }),
|
|
3871
|
+
/* @__PURE__ */ l.jsx("span", { className: "SmallCaption1Regular tw-text-Text-tertiary tw-mt-2", children: `Next: ${c == null ? void 0 : c.mobileNextTitle}` })
|
|
3872
|
+
] })
|
|
3873
|
+
]
|
|
3874
|
+
},
|
|
3875
|
+
`mobile-stepper-${f}`
|
|
3876
|
+
)) })
|
|
3877
|
+
] });
|
|
3878
|
+
});
|
|
3879
|
+
aa.displayName = "Stepper";
|
|
3880
|
+
const na = "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", oa = L.forwardRef(
|
|
3881
|
+
({ time: e, text: a = "", outerDivClass: r = "" }, n) => {
|
|
3882
|
+
const [o, s] = Be(e);
|
|
3883
|
+
Me(() => {
|
|
3884
|
+
const f = setInterval(() => {
|
|
3885
|
+
s((w) => w <= 1 ? (clearInterval(f), 0) : w - 1);
|
|
3886
|
+
}, 1e3);
|
|
3887
|
+
return () => {
|
|
3888
|
+
clearInterval(f);
|
|
3889
|
+
};
|
|
3890
|
+
}, [o]), Me(() => {
|
|
3891
|
+
s(e);
|
|
3892
|
+
}, [e]);
|
|
3893
|
+
const c = ((f) => {
|
|
3894
|
+
const w = Math.floor(f / 3600), p = Math.floor(f % 3600 / 60), m = f % 60;
|
|
3895
|
+
return `${String(w).padStart(2, "0")}:${String(p).padStart(2, "0")}:${String(m).padStart(2, "0")}`;
|
|
3896
|
+
})(o);
|
|
3897
|
+
return /* @__PURE__ */ l.jsxs(
|
|
3898
|
+
"div",
|
|
3899
|
+
{
|
|
3900
|
+
ref: n,
|
|
3901
|
+
className: v(
|
|
3902
|
+
y("tw-flex tw-flex-row tw-justify-start tw-items-center", r)
|
|
3903
|
+
),
|
|
3904
|
+
children: [
|
|
3905
|
+
/* @__PURE__ */ l.jsx(
|
|
3906
|
+
"img",
|
|
3907
|
+
{
|
|
3908
|
+
src: na,
|
|
3909
|
+
alt: "clock",
|
|
3910
|
+
className: "tw-w-4 tw-h-4"
|
|
3911
|
+
}
|
|
3912
|
+
),
|
|
3913
|
+
/* @__PURE__ */ l.jsx("div", { className: "tw-ms-2 MediumCalloutEmphasized", children: a }),
|
|
3914
|
+
/* @__PURE__ */ l.jsx("div", { className: "tw-ms-2 MediumCalloutEmphasized tw-text-Background-accentTeal-100", children: c })
|
|
3915
|
+
]
|
|
3916
|
+
}
|
|
3917
|
+
);
|
|
3918
|
+
}
|
|
3919
|
+
);
|
|
3920
|
+
oa.displayName = "Timer";
|
|
3747
3921
|
export {
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3922
|
+
Kr as Accordion,
|
|
3923
|
+
ta as AlertDialog,
|
|
3924
|
+
$e as Asterisk,
|
|
3925
|
+
Ur as BookingQuoteCard,
|
|
3926
|
+
De as Button,
|
|
3927
|
+
$r as Card,
|
|
3928
|
+
Wr as CardContent,
|
|
3755
3929
|
Vr as CardDescription,
|
|
3756
|
-
|
|
3930
|
+
qr as CardFooter,
|
|
3757
3931
|
Br as CardHeader,
|
|
3758
3932
|
Lr as CardTitle,
|
|
3759
|
-
|
|
3760
|
-
|
|
3933
|
+
ea as Dialog,
|
|
3934
|
+
Yr as Grid,
|
|
3761
3935
|
Xr as ImageCarousel,
|
|
3762
|
-
|
|
3763
|
-
|
|
3936
|
+
Or as Input,
|
|
3937
|
+
Et as RoundedProgressBar,
|
|
3938
|
+
aa as Stepper,
|
|
3939
|
+
Zr as Switch,
|
|
3940
|
+
oa as Timer
|
|
3764
3941
|
};
|