design-system-silkhaus 0.0.69 → 0.0.71
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 +9 -9
- package/dist/index.d.ts +2 -2
- package/dist/index.js +465 -446
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2,15 +2,15 @@ var Zr = Object.defineProperty, et = Object.defineProperties;
|
|
|
2
2
|
var rt = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var ke = Object.getOwnPropertySymbols;
|
|
4
4
|
var ar = Object.prototype.hasOwnProperty, nr = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var sr = (e, s, t) => s in e ? Zr(e, s, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[s] = t,
|
|
5
|
+
var sr = (e, s, t) => s in e ? Zr(e, s, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[s] = t, I = (e, s) => {
|
|
6
6
|
for (var t in s || (s = {}))
|
|
7
7
|
ar.call(s, t) && sr(e, t, s[t]);
|
|
8
8
|
if (ke)
|
|
9
9
|
for (var t of ke(s))
|
|
10
10
|
nr.call(s, t) && sr(e, t, s[t]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, Me = (e, s) => et(e, rt(s));
|
|
13
|
+
var L = (e, s) => {
|
|
14
14
|
var t = {};
|
|
15
15
|
for (var a in e)
|
|
16
16
|
ar.call(e, a) && s.indexOf(a) < 0 && (t[a] = e[a]);
|
|
@@ -19,8 +19,8 @@ var B = (e, s) => {
|
|
|
19
19
|
s.indexOf(a) < 0 && nr.call(e, a) && (t[a] = e[a]);
|
|
20
20
|
return t;
|
|
21
21
|
};
|
|
22
|
-
import * as
|
|
23
|
-
import
|
|
22
|
+
import * as Q from "react";
|
|
23
|
+
import z, { useState as Ce, useEffect as ze, forwardRef as tt } from "react";
|
|
24
24
|
var Oe = { exports: {} }, ce = {};
|
|
25
25
|
/**
|
|
26
26
|
* @license React
|
|
@@ -36,16 +36,16 @@ function st() {
|
|
|
36
36
|
if (or)
|
|
37
37
|
return ce;
|
|
38
38
|
or = 1;
|
|
39
|
-
var e =
|
|
39
|
+
var e = z, s = Symbol.for("react.element"), t = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, n = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
40
40
|
function c(d, f, p) {
|
|
41
|
-
var g, b = {}, R = null,
|
|
42
|
-
p !== void 0 && (R = "" + p), f.key !== void 0 && (R = "" + f.key), f.ref !== void 0 && (
|
|
41
|
+
var g, b = {}, R = null, N = null;
|
|
42
|
+
p !== void 0 && (R = "" + p), f.key !== void 0 && (R = "" + f.key), f.ref !== void 0 && (N = f.ref);
|
|
43
43
|
for (g in f)
|
|
44
44
|
a.call(f, g) && !n.hasOwnProperty(g) && (b[g] = f[g]);
|
|
45
45
|
if (d && d.defaultProps)
|
|
46
46
|
for (g in f = d.defaultProps, f)
|
|
47
47
|
b[g] === void 0 && (b[g] = f[g]);
|
|
48
|
-
return { $$typeof: s, type: d, key: R, ref:
|
|
48
|
+
return { $$typeof: s, type: d, key: R, ref: N, props: b, _owner: o.current };
|
|
49
49
|
}
|
|
50
50
|
return ce.Fragment = t, ce.jsx = c, ce.jsxs = c, ce;
|
|
51
51
|
}
|
|
@@ -62,15 +62,15 @@ var ue = {};
|
|
|
62
62
|
var ir;
|
|
63
63
|
function at() {
|
|
64
64
|
return ir || (ir = 1, process.env.NODE_ENV !== "production" && function() {
|
|
65
|
-
var e =
|
|
65
|
+
var e = z, s = Symbol.for("react.element"), t = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), n = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), d = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), O = Symbol.iterator, T = "@@iterator";
|
|
66
66
|
function A(r) {
|
|
67
67
|
if (r === null || typeof r != "object")
|
|
68
68
|
return null;
|
|
69
|
-
var i = O && r[O] || r[
|
|
69
|
+
var i = O && r[O] || r[T];
|
|
70
70
|
return typeof i == "function" ? i : null;
|
|
71
71
|
}
|
|
72
|
-
var
|
|
73
|
-
function
|
|
72
|
+
var F = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
73
|
+
function C(r) {
|
|
74
74
|
{
|
|
75
75
|
for (var i = arguments.length, u = new Array(i > 1 ? i - 1 : 0), m = 1; m < i; m++)
|
|
76
76
|
u[m - 1] = arguments[m];
|
|
@@ -79,18 +79,18 @@ function at() {
|
|
|
79
79
|
}
|
|
80
80
|
function ge(r, i, u) {
|
|
81
81
|
{
|
|
82
|
-
var m =
|
|
82
|
+
var m = F.ReactDebugCurrentFrame, j = m.getStackAddendum();
|
|
83
83
|
j !== "" && (i += "%s", u = u.concat([j]));
|
|
84
|
-
var
|
|
85
|
-
return String(
|
|
84
|
+
var E = u.map(function(v) {
|
|
85
|
+
return String(v);
|
|
86
86
|
});
|
|
87
|
-
|
|
87
|
+
E.unshift("Warning: " + i), Function.prototype.apply.call(console[r], console, E);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
var ae = !1, me = !1, be = !1,
|
|
90
|
+
var ae = !1, me = !1, be = !1, he = !1, xe = !1, Z;
|
|
91
91
|
Z = Symbol.for("react.module.reference");
|
|
92
92
|
function ne(r) {
|
|
93
|
-
return !!(typeof r == "string" || typeof r == "function" || r === a || r === n ||
|
|
93
|
+
return !!(typeof r == "string" || typeof r == "function" || r === a || r === n || xe || r === o || r === p || r === g || he || r === N || ae || me || be || typeof r == "object" && r !== null && (r.$$typeof === R || r.$$typeof === b || r.$$typeof === c || r.$$typeof === d || r.$$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.
|
|
@@ -106,10 +106,10 @@ function at() {
|
|
|
106
106
|
function k(r) {
|
|
107
107
|
return r.displayName || "Context";
|
|
108
108
|
}
|
|
109
|
-
function
|
|
109
|
+
function B(r) {
|
|
110
110
|
if (r == null)
|
|
111
111
|
return null;
|
|
112
|
-
if (typeof r.tag == "number" &&
|
|
112
|
+
if (typeof r.tag == "number" && C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof r == "function")
|
|
113
113
|
return r.displayName || r.name || null;
|
|
114
114
|
if (typeof r == "string")
|
|
115
115
|
return r;
|
|
@@ -139,26 +139,26 @@ function at() {
|
|
|
139
139
|
return oe(r, r.render, "ForwardRef");
|
|
140
140
|
case b:
|
|
141
141
|
var m = r.displayName || null;
|
|
142
|
-
return m !== null ? m :
|
|
142
|
+
return m !== null ? m : B(r.type) || "Memo";
|
|
143
143
|
case R: {
|
|
144
|
-
var j = r,
|
|
144
|
+
var j = r, E = j._payload, v = j._init;
|
|
145
145
|
try {
|
|
146
|
-
return
|
|
147
|
-
} catch (
|
|
146
|
+
return B(v(E));
|
|
147
|
+
} catch (x) {
|
|
148
148
|
return null;
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
return null;
|
|
153
153
|
}
|
|
154
|
-
var D = Object.assign,
|
|
154
|
+
var D = Object.assign, q = 0, J, ie, ee, G, le, Y, X;
|
|
155
155
|
function Ve() {
|
|
156
156
|
}
|
|
157
157
|
Ve.__reactDisabledLog = !0;
|
|
158
|
-
function
|
|
158
|
+
function Tr() {
|
|
159
159
|
{
|
|
160
|
-
if (
|
|
161
|
-
|
|
160
|
+
if (q === 0) {
|
|
161
|
+
J = console.log, ie = console.info, ee = console.warn, G = console.error, le = console.group, Y = console.groupCollapsed, X = console.groupEnd;
|
|
162
162
|
var r = {
|
|
163
163
|
configurable: !0,
|
|
164
164
|
enumerable: !0,
|
|
@@ -175,12 +175,12 @@ function at() {
|
|
|
175
175
|
groupEnd: r
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
|
-
|
|
178
|
+
q++;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function _r() {
|
|
182
182
|
{
|
|
183
|
-
if (
|
|
183
|
+
if (q--, q === 0) {
|
|
184
184
|
var r = {
|
|
185
185
|
configurable: !0,
|
|
186
186
|
enumerable: !0,
|
|
@@ -188,7 +188,7 @@ function at() {
|
|
|
188
188
|
};
|
|
189
189
|
Object.defineProperties(console, {
|
|
190
190
|
log: D({}, r, {
|
|
191
|
-
value:
|
|
191
|
+
value: J
|
|
192
192
|
}),
|
|
193
193
|
info: D({}, r, {
|
|
194
194
|
value: ie
|
|
@@ -197,24 +197,24 @@ function at() {
|
|
|
197
197
|
value: ee
|
|
198
198
|
}),
|
|
199
199
|
error: D({}, r, {
|
|
200
|
-
value:
|
|
200
|
+
value: G
|
|
201
201
|
}),
|
|
202
202
|
group: D({}, r, {
|
|
203
203
|
value: le
|
|
204
204
|
}),
|
|
205
205
|
groupCollapsed: D({}, r, {
|
|
206
|
-
value:
|
|
206
|
+
value: Y
|
|
207
207
|
}),
|
|
208
208
|
groupEnd: D({}, r, {
|
|
209
|
-
value:
|
|
209
|
+
value: X
|
|
210
210
|
})
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
|
|
213
|
+
q < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
var
|
|
217
|
-
function
|
|
216
|
+
var Se = F.ReactCurrentDispatcher, Te;
|
|
217
|
+
function ye(r, i, u) {
|
|
218
218
|
{
|
|
219
219
|
if (Te === void 0)
|
|
220
220
|
try {
|
|
@@ -227,48 +227,48 @@ function at() {
|
|
|
227
227
|
` + Te + r;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
-
var
|
|
230
|
+
var _e = !1, ve;
|
|
231
231
|
{
|
|
232
|
-
var
|
|
233
|
-
|
|
232
|
+
var Nr = typeof WeakMap == "function" ? WeakMap : Map;
|
|
233
|
+
ve = new Nr();
|
|
234
234
|
}
|
|
235
235
|
function We(r, i) {
|
|
236
|
-
if (!r ||
|
|
236
|
+
if (!r || _e)
|
|
237
237
|
return "";
|
|
238
238
|
{
|
|
239
|
-
var u =
|
|
239
|
+
var u = ve.get(r);
|
|
240
240
|
if (u !== void 0)
|
|
241
241
|
return u;
|
|
242
242
|
}
|
|
243
243
|
var m;
|
|
244
|
-
|
|
244
|
+
_e = !0;
|
|
245
245
|
var j = Error.prepareStackTrace;
|
|
246
246
|
Error.prepareStackTrace = void 0;
|
|
247
|
-
var
|
|
248
|
-
|
|
247
|
+
var E;
|
|
248
|
+
E = Se.current, Se.current = null, Tr();
|
|
249
249
|
try {
|
|
250
250
|
if (i) {
|
|
251
|
-
var
|
|
251
|
+
var v = function() {
|
|
252
252
|
throw Error();
|
|
253
253
|
};
|
|
254
|
-
if (Object.defineProperty(
|
|
254
|
+
if (Object.defineProperty(v.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(v, []);
|
|
261
261
|
} catch (V) {
|
|
262
262
|
m = V;
|
|
263
263
|
}
|
|
264
|
-
Reflect.construct(r, [],
|
|
264
|
+
Reflect.construct(r, [], v);
|
|
265
265
|
} else {
|
|
266
266
|
try {
|
|
267
|
-
|
|
267
|
+
v.call();
|
|
268
268
|
} catch (V) {
|
|
269
269
|
m = V;
|
|
270
270
|
}
|
|
271
|
-
r.call(
|
|
271
|
+
r.call(v.prototype);
|
|
272
272
|
}
|
|
273
273
|
} else {
|
|
274
274
|
try {
|
|
@@ -280,28 +280,28 @@ function at() {
|
|
|
280
280
|
}
|
|
281
281
|
} catch (V) {
|
|
282
282
|
if (V && m && typeof V.stack == "string") {
|
|
283
|
-
for (var
|
|
283
|
+
for (var x = V.stack.split(`
|
|
284
284
|
`), M = m.stack.split(`
|
|
285
|
-
`),
|
|
285
|
+
`), _ = x.length - 1, P = M.length - 1; _ >= 1 && P >= 0 && x[_] !== M[P]; )
|
|
286
286
|
P--;
|
|
287
|
-
for (;
|
|
288
|
-
if (
|
|
289
|
-
if (
|
|
287
|
+
for (; _ >= 1 && P >= 0; _--, P--)
|
|
288
|
+
if (x[_] !== M[P]) {
|
|
289
|
+
if (_ !== 1 || P !== 1)
|
|
290
290
|
do
|
|
291
|
-
if (
|
|
291
|
+
if (_--, P--, P < 0 || x[_] !== M[P]) {
|
|
292
292
|
var $ = `
|
|
293
|
-
` +
|
|
294
|
-
return r.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", r.displayName)), typeof r == "function" &&
|
|
293
|
+
` + x[_].replace(" at new ", " at ");
|
|
294
|
+
return r.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", r.displayName)), typeof r == "function" && ve.set(r, $), $;
|
|
295
295
|
}
|
|
296
|
-
while (
|
|
296
|
+
while (_ >= 1 && P >= 0);
|
|
297
297
|
break;
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
} finally {
|
|
301
|
-
|
|
301
|
+
_e = !1, Se.current = E, _r(), Error.prepareStackTrace = j;
|
|
302
302
|
}
|
|
303
|
-
var te = r ? r.displayName || r.name : "", tr = te ?
|
|
304
|
-
return typeof r == "function" &&
|
|
303
|
+
var te = r ? r.displayName || r.name : "", tr = te ? ye(te) : "";
|
|
304
|
+
return typeof r == "function" && ve.set(r, tr), tr;
|
|
305
305
|
}
|
|
306
306
|
function Pr(r, i, u) {
|
|
307
307
|
return We(r, !1);
|
|
@@ -316,12 +316,12 @@ function at() {
|
|
|
316
316
|
if (typeof r == "function")
|
|
317
317
|
return We(r, Ar(r));
|
|
318
318
|
if (typeof r == "string")
|
|
319
|
-
return
|
|
319
|
+
return ye(r);
|
|
320
320
|
switch (r) {
|
|
321
321
|
case p:
|
|
322
|
-
return
|
|
322
|
+
return ye("Suspense");
|
|
323
323
|
case g:
|
|
324
|
-
return
|
|
324
|
+
return ye("SuspenseList");
|
|
325
325
|
}
|
|
326
326
|
if (typeof r == "object")
|
|
327
327
|
switch (r.$$typeof) {
|
|
@@ -330,16 +330,16 @@ function at() {
|
|
|
330
330
|
case b:
|
|
331
331
|
return we(r.type, i, u);
|
|
332
332
|
case R: {
|
|
333
|
-
var m = r, j = m._payload,
|
|
333
|
+
var m = r, j = m._payload, E = m._init;
|
|
334
334
|
try {
|
|
335
|
-
return we(
|
|
336
|
-
} catch (
|
|
335
|
+
return we(E(j), i, u);
|
|
336
|
+
} catch (v) {
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
return "";
|
|
341
341
|
}
|
|
342
|
-
var je = Object.prototype.hasOwnProperty, qe = {}, Ge =
|
|
342
|
+
var je = Object.prototype.hasOwnProperty, qe = {}, Ge = F.ReactDebugCurrentFrame;
|
|
343
343
|
function Re(r) {
|
|
344
344
|
if (r) {
|
|
345
345
|
var i = r._owner, u = we(r.type, r._source, i ? i.type : null);
|
|
@@ -347,28 +347,28 @@ function at() {
|
|
|
347
347
|
} else
|
|
348
348
|
Ge.setExtraStackFrame(null);
|
|
349
349
|
}
|
|
350
|
-
function
|
|
350
|
+
function Fr(r, i, u, m, j) {
|
|
351
351
|
{
|
|
352
|
-
var
|
|
353
|
-
for (var
|
|
354
|
-
if (
|
|
355
|
-
var
|
|
352
|
+
var E = Function.call.bind(je);
|
|
353
|
+
for (var v in r)
|
|
354
|
+
if (E(r, v)) {
|
|
355
|
+
var x = void 0;
|
|
356
356
|
try {
|
|
357
|
-
if (typeof r[
|
|
358
|
-
var M = Error((m || "React class") + ": " + u + " type `" +
|
|
357
|
+
if (typeof r[v] != "function") {
|
|
358
|
+
var M = Error((m || "React class") + ": " + u + " type `" + v + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[v] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
359
359
|
throw M.name = "Invariant Violation", M;
|
|
360
360
|
}
|
|
361
|
-
|
|
362
|
-
} catch (
|
|
363
|
-
|
|
361
|
+
x = r[v](i, v, m, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
362
|
+
} catch (_) {
|
|
363
|
+
x = _;
|
|
364
364
|
}
|
|
365
|
-
|
|
365
|
+
x && !(x instanceof Error) && (Re(j), C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", m || "React class", u, v, typeof x), Re(null)), x instanceof Error && !(x.message in qe) && (qe[x.message] = !0, Re(j), C("Failed %s type: %s", u, x.message), Re(null));
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
var
|
|
369
|
+
var Ir = Array.isArray;
|
|
370
370
|
function Ne(r) {
|
|
371
|
-
return
|
|
371
|
+
return Ir(r);
|
|
372
372
|
}
|
|
373
373
|
function Mr(r) {
|
|
374
374
|
{
|
|
@@ -376,7 +376,7 @@ function at() {
|
|
|
376
376
|
return u;
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function zr(r) {
|
|
380
380
|
try {
|
|
381
381
|
return Ye(r), !1;
|
|
382
382
|
} catch (i) {
|
|
@@ -387,17 +387,17 @@ function at() {
|
|
|
387
387
|
return "" + r;
|
|
388
388
|
}
|
|
389
389
|
function Ue(r) {
|
|
390
|
-
if (
|
|
391
|
-
return
|
|
390
|
+
if (zr(r))
|
|
391
|
+
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Mr(r)), Ye(r);
|
|
392
392
|
}
|
|
393
|
-
var de =
|
|
393
|
+
var de = F.ReactCurrentOwner, Or = {
|
|
394
394
|
key: !0,
|
|
395
395
|
ref: !0,
|
|
396
396
|
__self: !0,
|
|
397
397
|
__source: !0
|
|
398
|
-
}, He, Je,
|
|
399
|
-
|
|
400
|
-
function
|
|
398
|
+
}, He, Je, Pe;
|
|
399
|
+
Pe = {};
|
|
400
|
+
function Br(r) {
|
|
401
401
|
if (je.call(r, "ref")) {
|
|
402
402
|
var i = Object.getOwnPropertyDescriptor(r, "ref").get;
|
|
403
403
|
if (i && i.isReactWarning)
|
|
@@ -405,7 +405,7 @@ function at() {
|
|
|
405
405
|
}
|
|
406
406
|
return r.ref !== void 0;
|
|
407
407
|
}
|
|
408
|
-
function
|
|
408
|
+
function Dr(r) {
|
|
409
409
|
if (je.call(r, "key")) {
|
|
410
410
|
var i = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
411
411
|
if (i && i.isReactWarning)
|
|
@@ -413,16 +413,16 @@ function at() {
|
|
|
413
413
|
}
|
|
414
414
|
return r.key !== void 0;
|
|
415
415
|
}
|
|
416
|
-
function
|
|
416
|
+
function $r(r, i) {
|
|
417
417
|
if (typeof r.ref == "string" && de.current && i && de.current.stateNode !== i) {
|
|
418
|
-
var u =
|
|
419
|
-
|
|
418
|
+
var u = B(de.current.type);
|
|
419
|
+
Pe[u] || (C('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', B(de.current.type), r.ref), Pe[u] = !0);
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
422
|
function Lr(r, i) {
|
|
423
423
|
{
|
|
424
424
|
var u = function() {
|
|
425
|
-
He || (He = !0,
|
|
425
|
+
He || (He = !0, C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
426
426
|
};
|
|
427
427
|
u.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
428
428
|
get: u,
|
|
@@ -433,7 +433,7 @@ function at() {
|
|
|
433
433
|
function Vr(r, i) {
|
|
434
434
|
{
|
|
435
435
|
var u = function() {
|
|
436
|
-
Je || (Je = !0,
|
|
436
|
+
Je || (Je = !0, C("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
437
437
|
};
|
|
438
438
|
u.isReactWarning = !0, Object.defineProperty(r, "ref", {
|
|
439
439
|
get: u,
|
|
@@ -441,54 +441,54 @@ function at() {
|
|
|
441
441
|
});
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
|
-
var Wr = function(r, i, u, m, j,
|
|
445
|
-
var
|
|
444
|
+
var Wr = function(r, i, u, m, j, E, v) {
|
|
445
|
+
var x = {
|
|
446
446
|
// This tag allows us to uniquely identify this as a React Element
|
|
447
447
|
$$typeof: s,
|
|
448
448
|
// Built-in properties that belong on the element
|
|
449
449
|
type: r,
|
|
450
450
|
key: i,
|
|
451
451
|
ref: u,
|
|
452
|
-
props:
|
|
452
|
+
props: v,
|
|
453
453
|
// Record the component responsible for creating this element.
|
|
454
|
-
_owner:
|
|
454
|
+
_owner: E
|
|
455
455
|
};
|
|
456
|
-
return
|
|
456
|
+
return x._store = {}, Object.defineProperty(x._store, "validated", {
|
|
457
457
|
configurable: !1,
|
|
458
458
|
enumerable: !1,
|
|
459
459
|
writable: !0,
|
|
460
460
|
value: !1
|
|
461
|
-
}), Object.defineProperty(
|
|
461
|
+
}), Object.defineProperty(x, "_self", {
|
|
462
462
|
configurable: !1,
|
|
463
463
|
enumerable: !1,
|
|
464
464
|
writable: !1,
|
|
465
465
|
value: m
|
|
466
|
-
}), Object.defineProperty(
|
|
466
|
+
}), Object.defineProperty(x, "_source", {
|
|
467
467
|
configurable: !1,
|
|
468
468
|
enumerable: !1,
|
|
469
469
|
writable: !1,
|
|
470
470
|
value: j
|
|
471
|
-
}), Object.freeze && (Object.freeze(
|
|
471
|
+
}), Object.freeze && (Object.freeze(x.props), Object.freeze(x)), x;
|
|
472
472
|
};
|
|
473
473
|
function qr(r, i, u, m, j) {
|
|
474
474
|
{
|
|
475
|
-
var
|
|
476
|
-
u !== void 0 && (Ue(u),
|
|
477
|
-
for (
|
|
478
|
-
je.call(i,
|
|
475
|
+
var E, v = {}, x = null, M = null;
|
|
476
|
+
u !== void 0 && (Ue(u), x = "" + u), Dr(i) && (Ue(i.key), x = "" + i.key), Br(i) && (M = i.ref, $r(i, j));
|
|
477
|
+
for (E in i)
|
|
478
|
+
je.call(i, E) && !Or.hasOwnProperty(E) && (v[E] = i[E]);
|
|
479
479
|
if (r && r.defaultProps) {
|
|
480
|
-
var
|
|
481
|
-
for (
|
|
482
|
-
|
|
480
|
+
var _ = r.defaultProps;
|
|
481
|
+
for (E in _)
|
|
482
|
+
v[E] === void 0 && (v[E] = _[E]);
|
|
483
483
|
}
|
|
484
|
-
if (
|
|
484
|
+
if (x || M) {
|
|
485
485
|
var P = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
|
|
486
|
-
|
|
486
|
+
x && Lr(v, P), M && Vr(v, P);
|
|
487
487
|
}
|
|
488
|
-
return Wr(r,
|
|
488
|
+
return Wr(r, x, M, j, m, de.current, v);
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
var
|
|
491
|
+
var Ae = F.ReactCurrentOwner, Xe = F.ReactDebugCurrentFrame;
|
|
492
492
|
function re(r) {
|
|
493
493
|
if (r) {
|
|
494
494
|
var i = r._owner, u = we(r.type, r._source, i ? i.type : null);
|
|
@@ -496,15 +496,15 @@ function at() {
|
|
|
496
496
|
} else
|
|
497
497
|
Xe.setExtraStackFrame(null);
|
|
498
498
|
}
|
|
499
|
-
var
|
|
500
|
-
|
|
499
|
+
var Fe;
|
|
500
|
+
Fe = !1;
|
|
501
501
|
function Ie(r) {
|
|
502
502
|
return typeof r == "object" && r !== null && r.$$typeof === s;
|
|
503
503
|
}
|
|
504
504
|
function Ke() {
|
|
505
505
|
{
|
|
506
|
-
if (
|
|
507
|
-
var r =
|
|
506
|
+
if (Ae.current) {
|
|
507
|
+
var r = B(Ae.current.type);
|
|
508
508
|
if (r)
|
|
509
509
|
return `
|
|
510
510
|
|
|
@@ -547,7 +547,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
547
547
|
return;
|
|
548
548
|
Qe[u] = !0;
|
|
549
549
|
var m = "";
|
|
550
|
-
r && r._owner && r._owner !==
|
|
550
|
+
r && r._owner && r._owner !== Ae.current && (m = " It was passed a child from " + B(r._owner.type) + "."), re(r), C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, m), re(null);
|
|
551
551
|
}
|
|
552
552
|
}
|
|
553
553
|
function er(r, i) {
|
|
@@ -564,8 +564,8 @@ Check the top-level render call using <` + u + ">.");
|
|
|
564
564
|
else if (r) {
|
|
565
565
|
var j = A(r);
|
|
566
566
|
if (typeof j == "function" && j !== r.entries)
|
|
567
|
-
for (var
|
|
568
|
-
Ie(
|
|
567
|
+
for (var E = j.call(r), v; !(v = E.next()).done; )
|
|
568
|
+
Ie(v.value) && Ze(v.value, i);
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
571
|
}
|
|
@@ -584,14 +584,14 @@ Check the top-level render call using <` + u + ">.");
|
|
|
584
584
|
else
|
|
585
585
|
return;
|
|
586
586
|
if (u) {
|
|
587
|
-
var m =
|
|
588
|
-
|
|
589
|
-
} else if (i.PropTypes !== void 0 && !
|
|
590
|
-
|
|
591
|
-
var j =
|
|
592
|
-
|
|
587
|
+
var m = B(i);
|
|
588
|
+
Fr(u, r.props, "prop", m, r);
|
|
589
|
+
} else if (i.PropTypes !== void 0 && !Fe) {
|
|
590
|
+
Fe = !0;
|
|
591
|
+
var j = B(i);
|
|
592
|
+
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", j || "Unknown");
|
|
593
593
|
}
|
|
594
|
-
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved &&
|
|
594
|
+
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
597
|
function Hr(r) {
|
|
@@ -599,28 +599,28 @@ Check the top-level render call using <` + u + ">.");
|
|
|
599
599
|
for (var i = Object.keys(r.props), u = 0; u < i.length; u++) {
|
|
600
600
|
var m = i[u];
|
|
601
601
|
if (m !== "children" && m !== "key") {
|
|
602
|
-
re(r),
|
|
602
|
+
re(r), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", m), re(null);
|
|
603
603
|
break;
|
|
604
604
|
}
|
|
605
605
|
}
|
|
606
|
-
r.ref !== null && (re(r),
|
|
606
|
+
r.ref !== null && (re(r), C("Invalid attribute `ref` supplied to `React.Fragment`."), re(null));
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
|
-
function rr(r, i, u, m, j,
|
|
609
|
+
function rr(r, i, u, m, j, E) {
|
|
610
610
|
{
|
|
611
|
-
var
|
|
612
|
-
if (!
|
|
613
|
-
var
|
|
614
|
-
(r === void 0 || typeof r == "object" && r !== null && Object.keys(r).length === 0) && (
|
|
611
|
+
var v = ne(r);
|
|
612
|
+
if (!v) {
|
|
613
|
+
var x = "";
|
|
614
|
+
(r === void 0 || typeof r == "object" && r !== null && Object.keys(r).length === 0) && (x += " 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
615
|
var M = Gr(j);
|
|
616
|
-
M ?
|
|
617
|
-
var
|
|
618
|
-
r === null ?
|
|
616
|
+
M ? x += M : x += Ke();
|
|
617
|
+
var _;
|
|
618
|
+
r === null ? _ = "null" : Ne(r) ? _ = "array" : r !== void 0 && r.$$typeof === s ? (_ = "<" + (B(r.type) || "Unknown") + " />", x = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof r, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, x);
|
|
619
619
|
}
|
|
620
|
-
var P = qr(r, i, u, j,
|
|
620
|
+
var P = qr(r, i, u, j, E);
|
|
621
621
|
if (P == null)
|
|
622
622
|
return P;
|
|
623
|
-
if (
|
|
623
|
+
if (v) {
|
|
624
624
|
var $ = i.children;
|
|
625
625
|
if ($ !== void 0)
|
|
626
626
|
if (m)
|
|
@@ -629,7 +629,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
629
629
|
er($[te], r);
|
|
630
630
|
Object.freeze && Object.freeze($);
|
|
631
631
|
} else
|
|
632
|
-
|
|
632
|
+
C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
633
633
|
else
|
|
634
634
|
er($, r);
|
|
635
635
|
}
|
|
@@ -648,7 +648,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
648
648
|
}
|
|
649
649
|
process.env.NODE_ENV === "production" ? Oe.exports = st() : Oe.exports = at();
|
|
650
650
|
var l = Oe.exports;
|
|
651
|
-
function
|
|
651
|
+
function yr(e) {
|
|
652
652
|
var s, t, a = "";
|
|
653
653
|
if (typeof e == "string" || typeof e == "number")
|
|
654
654
|
a += e;
|
|
@@ -656,15 +656,15 @@ function vr(e) {
|
|
|
656
656
|
if (Array.isArray(e)) {
|
|
657
657
|
var o = e.length;
|
|
658
658
|
for (s = 0; s < o; s++)
|
|
659
|
-
e[s] && (t =
|
|
659
|
+
e[s] && (t = yr(e[s])) && (a && (a += " "), a += t);
|
|
660
660
|
} else
|
|
661
661
|
for (t in e)
|
|
662
662
|
e[t] && (a && (a += " "), a += t);
|
|
663
663
|
return a;
|
|
664
664
|
}
|
|
665
|
-
function
|
|
665
|
+
function y() {
|
|
666
666
|
for (var e, s, t = 0, a = "", o = arguments.length; t < o; t++)
|
|
667
|
-
(e = arguments[t]) && (s =
|
|
667
|
+
(e = arguments[t]) && (s = yr(e)) && (a && (a += " "), a += s);
|
|
668
668
|
return a;
|
|
669
669
|
}
|
|
670
670
|
const Le = "-";
|
|
@@ -675,7 +675,7 @@ function nt(e) {
|
|
|
675
675
|
} = e;
|
|
676
676
|
function o(c) {
|
|
677
677
|
const d = c.split(Le);
|
|
678
|
-
return d[0] === "" && d.length !== 1 && d.shift(),
|
|
678
|
+
return d[0] === "" && d.length !== 1 && d.shift(), vr(d, s) || ot(c);
|
|
679
679
|
}
|
|
680
680
|
function n(c, d) {
|
|
681
681
|
const f = t[c] || [];
|
|
@@ -686,11 +686,11 @@ function nt(e) {
|
|
|
686
686
|
getConflictingClassGroupIds: n
|
|
687
687
|
};
|
|
688
688
|
}
|
|
689
|
-
function
|
|
689
|
+
function vr(e, s) {
|
|
690
690
|
var c;
|
|
691
691
|
if (e.length === 0)
|
|
692
692
|
return s.classGroupId;
|
|
693
|
-
const t = e[0], a = s.nextPart.get(t), o = a ?
|
|
693
|
+
const t = e[0], a = s.nextPart.get(t), o = a ? vr(e.slice(1), a) : void 0;
|
|
694
694
|
if (o)
|
|
695
695
|
return o;
|
|
696
696
|
if (s.validators.length === 0)
|
|
@@ -717,10 +717,10 @@ function it(e) {
|
|
|
717
717
|
validators: []
|
|
718
718
|
};
|
|
719
719
|
return dt(Object.entries(e.classGroups), t).forEach(([n, c]) => {
|
|
720
|
-
|
|
720
|
+
Be(c, a, n, s);
|
|
721
721
|
}), a;
|
|
722
722
|
}
|
|
723
|
-
function
|
|
723
|
+
function Be(e, s, t, a) {
|
|
724
724
|
e.forEach((o) => {
|
|
725
725
|
if (typeof o == "string") {
|
|
726
726
|
const n = o === "" ? s : dr(s, o);
|
|
@@ -729,7 +729,7 @@ function ze(e, s, t, a) {
|
|
|
729
729
|
}
|
|
730
730
|
if (typeof o == "function") {
|
|
731
731
|
if (lt(o)) {
|
|
732
|
-
|
|
732
|
+
Be(o(a), s, t, a);
|
|
733
733
|
return;
|
|
734
734
|
}
|
|
735
735
|
s.validators.push({
|
|
@@ -739,7 +739,7 @@ function ze(e, s, t, a) {
|
|
|
739
739
|
return;
|
|
740
740
|
}
|
|
741
741
|
Object.entries(o).forEach(([n, c]) => {
|
|
742
|
-
|
|
742
|
+
Be(c, dr(s, n), t, a);
|
|
743
743
|
});
|
|
744
744
|
});
|
|
745
745
|
}
|
|
@@ -792,25 +792,25 @@ function ut(e) {
|
|
|
792
792
|
return function(c) {
|
|
793
793
|
const d = [];
|
|
794
794
|
let f = 0, p = 0, g;
|
|
795
|
-
for (let
|
|
796
|
-
let A = c[
|
|
795
|
+
for (let T = 0; T < c.length; T++) {
|
|
796
|
+
let A = c[T];
|
|
797
797
|
if (f === 0) {
|
|
798
|
-
if (A === a && (t || c.slice(
|
|
799
|
-
d.push(c.slice(p,
|
|
798
|
+
if (A === a && (t || c.slice(T, T + o) === s)) {
|
|
799
|
+
d.push(c.slice(p, T)), p = T + o;
|
|
800
800
|
continue;
|
|
801
801
|
}
|
|
802
802
|
if (A === "/") {
|
|
803
|
-
g =
|
|
803
|
+
g = T;
|
|
804
804
|
continue;
|
|
805
805
|
}
|
|
806
806
|
}
|
|
807
807
|
A === "[" ? f++ : A === "]" && f--;
|
|
808
808
|
}
|
|
809
|
-
const b = d.length === 0 ? c : c.substring(p), R = b.startsWith(wr),
|
|
809
|
+
const b = d.length === 0 ? c : c.substring(p), R = b.startsWith(wr), N = R ? b.substring(1) : b, O = g && g > p ? g - p : void 0;
|
|
810
810
|
return {
|
|
811
811
|
modifiers: d,
|
|
812
812
|
hasImportantModifier: R,
|
|
813
|
-
baseClassName:
|
|
813
|
+
baseClassName: N,
|
|
814
814
|
maybePostfixModifierPosition: O
|
|
815
815
|
};
|
|
816
816
|
};
|
|
@@ -825,7 +825,7 @@ function ft(e) {
|
|
|
825
825
|
}), s.push(...t.sort()), s;
|
|
826
826
|
}
|
|
827
827
|
function pt(e) {
|
|
828
|
-
return
|
|
828
|
+
return I({
|
|
829
829
|
cache: ct(e.cacheSize),
|
|
830
830
|
splitModifiers: ut(e)
|
|
831
831
|
}, nt(e));
|
|
@@ -858,10 +858,10 @@ function mt(e, s) {
|
|
|
858
858
|
};
|
|
859
859
|
R = !1;
|
|
860
860
|
}
|
|
861
|
-
const
|
|
861
|
+
const N = ft(d).join(":");
|
|
862
862
|
return {
|
|
863
863
|
isTailwindClass: !0,
|
|
864
|
-
modifierId: f ?
|
|
864
|
+
modifierId: f ? N + wr : N,
|
|
865
865
|
classGroupId: b,
|
|
866
866
|
originalClassName: c,
|
|
867
867
|
hasPostfixModifier: R
|
|
@@ -891,7 +891,7 @@ function jr(e) {
|
|
|
891
891
|
e[a] && (s = jr(e[a])) && (t && (t += " "), t += s);
|
|
892
892
|
return t;
|
|
893
893
|
}
|
|
894
|
-
function
|
|
894
|
+
function ht(e, ...s) {
|
|
895
895
|
let t, a, o, n = c;
|
|
896
896
|
function c(f) {
|
|
897
897
|
const p = s.reduce((g, b) => b(g), e());
|
|
@@ -908,48 +908,48 @@ function xt(e, ...s) {
|
|
|
908
908
|
return n(bt.apply(null, arguments));
|
|
909
909
|
};
|
|
910
910
|
}
|
|
911
|
-
function
|
|
911
|
+
function S(e) {
|
|
912
912
|
const s = (t) => t[e] || [];
|
|
913
913
|
return s.isThemeGetter = !0, s;
|
|
914
914
|
}
|
|
915
|
-
const Rr = /^\[(?:([a-z-]+):)?(.+)\]$/i,
|
|
915
|
+
const Rr = /^\[(?:([a-z-]+):)?(.+)\]$/i, xt = /^\d+\/\d+$/, yt = /* @__PURE__ */ new Set(["px", "full", "screen"]), vt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, wt = /\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$/, jt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Rt = /^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, kt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
|
|
916
916
|
function W(e) {
|
|
917
|
-
return
|
|
917
|
+
return K(e) || yt.has(e) || xt.test(e);
|
|
918
918
|
}
|
|
919
|
-
function
|
|
919
|
+
function U(e) {
|
|
920
920
|
return se(e, "length", At);
|
|
921
921
|
}
|
|
922
|
-
function
|
|
922
|
+
function K(e) {
|
|
923
923
|
return !!e && !Number.isNaN(Number(e));
|
|
924
924
|
}
|
|
925
|
-
function
|
|
926
|
-
return se(e, "number",
|
|
925
|
+
function Ee(e) {
|
|
926
|
+
return se(e, "number", K);
|
|
927
927
|
}
|
|
928
928
|
function fe(e) {
|
|
929
929
|
return !!e && Number.isInteger(Number(e));
|
|
930
930
|
}
|
|
931
|
-
function
|
|
932
|
-
return e.endsWith("%") &&
|
|
931
|
+
function Et(e) {
|
|
932
|
+
return e.endsWith("%") && K(e.slice(0, -1));
|
|
933
933
|
}
|
|
934
|
-
function
|
|
934
|
+
function h(e) {
|
|
935
935
|
return Rr.test(e);
|
|
936
936
|
}
|
|
937
|
-
function
|
|
938
|
-
return
|
|
939
|
-
}
|
|
940
|
-
const Et = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
941
|
-
function Tt(e) {
|
|
942
|
-
return se(e, Et, kr);
|
|
937
|
+
function H(e) {
|
|
938
|
+
return vt.test(e);
|
|
943
939
|
}
|
|
940
|
+
const Ct = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
944
941
|
function St(e) {
|
|
942
|
+
return se(e, Ct, kr);
|
|
943
|
+
}
|
|
944
|
+
function Tt(e) {
|
|
945
945
|
return se(e, "position", kr);
|
|
946
946
|
}
|
|
947
|
-
const
|
|
948
|
-
function
|
|
949
|
-
return se(e,
|
|
947
|
+
const _t = /* @__PURE__ */ new Set(["image", "url"]);
|
|
948
|
+
function Nt(e) {
|
|
949
|
+
return se(e, _t, It);
|
|
950
950
|
}
|
|
951
951
|
function Pt(e) {
|
|
952
|
-
return se(e, "",
|
|
952
|
+
return se(e, "", Ft);
|
|
953
953
|
}
|
|
954
954
|
function pe() {
|
|
955
955
|
return !0;
|
|
@@ -964,41 +964,41 @@ function At(e) {
|
|
|
964
964
|
function kr() {
|
|
965
965
|
return !1;
|
|
966
966
|
}
|
|
967
|
-
function
|
|
967
|
+
function Ft(e) {
|
|
968
968
|
return Rt.test(e);
|
|
969
969
|
}
|
|
970
|
-
function
|
|
970
|
+
function It(e) {
|
|
971
971
|
return kt.test(e);
|
|
972
972
|
}
|
|
973
973
|
function Mt() {
|
|
974
|
-
const e =
|
|
974
|
+
const e = S("colors"), s = S("spacing"), t = S("blur"), a = S("brightness"), o = S("borderColor"), n = S("borderRadius"), c = S("borderSpacing"), d = S("borderWidth"), f = S("contrast"), p = S("grayscale"), g = S("hueRotate"), b = S("invert"), R = S("gap"), N = S("gradientColorStops"), O = S("gradientColorStopPositions"), T = S("inset"), A = S("margin"), F = S("opacity"), C = S("padding"), ge = S("saturate"), ae = S("scale"), me = S("sepia"), be = S("skew"), he = S("space"), xe = S("translate"), Z = () => ["auto", "contain", "none"], ne = () => ["auto", "hidden", "clip", "visible", "scroll"], oe = () => ["auto", h, s], k = () => [h, s], B = () => ["", W, U], D = () => ["auto", K, h], q = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], J = () => ["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", h], le = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], Y = () => [K, Ee], X = () => [K, h];
|
|
975
975
|
return {
|
|
976
976
|
cacheSize: 500,
|
|
977
977
|
separator: ":",
|
|
978
978
|
theme: {
|
|
979
979
|
colors: [pe],
|
|
980
|
-
spacing: [W,
|
|
981
|
-
blur: ["none", "",
|
|
982
|
-
brightness:
|
|
980
|
+
spacing: [W, U],
|
|
981
|
+
blur: ["none", "", H, h],
|
|
982
|
+
brightness: Y(),
|
|
983
983
|
borderColor: [e],
|
|
984
|
-
borderRadius: ["none", "", "full",
|
|
984
|
+
borderRadius: ["none", "", "full", H, h],
|
|
985
985
|
borderSpacing: k(),
|
|
986
|
-
borderWidth:
|
|
987
|
-
contrast:
|
|
988
|
-
grayscale:
|
|
989
|
-
hueRotate:
|
|
990
|
-
invert:
|
|
986
|
+
borderWidth: B(),
|
|
987
|
+
contrast: Y(),
|
|
988
|
+
grayscale: G(),
|
|
989
|
+
hueRotate: X(),
|
|
990
|
+
invert: G(),
|
|
991
991
|
gap: k(),
|
|
992
992
|
gradientColorStops: [e],
|
|
993
|
-
gradientColorStopPositions: [
|
|
993
|
+
gradientColorStopPositions: [Et, U],
|
|
994
994
|
inset: oe(),
|
|
995
995
|
margin: oe(),
|
|
996
|
-
opacity:
|
|
996
|
+
opacity: Y(),
|
|
997
997
|
padding: k(),
|
|
998
|
-
saturate:
|
|
999
|
-
scale:
|
|
1000
|
-
sepia:
|
|
1001
|
-
skew:
|
|
998
|
+
saturate: Y(),
|
|
999
|
+
scale: Y(),
|
|
1000
|
+
sepia: G(),
|
|
1001
|
+
skew: X(),
|
|
1002
1002
|
space: k(),
|
|
1003
1003
|
translate: k()
|
|
1004
1004
|
},
|
|
@@ -1009,7 +1009,7 @@ function Mt() {
|
|
|
1009
1009
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
1010
1010
|
*/
|
|
1011
1011
|
aspect: [{
|
|
1012
|
-
aspect: ["auto", "square", "video",
|
|
1012
|
+
aspect: ["auto", "square", "video", h]
|
|
1013
1013
|
}],
|
|
1014
1014
|
/**
|
|
1015
1015
|
* Container
|
|
@@ -1021,7 +1021,7 @@ function Mt() {
|
|
|
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 Mt() {
|
|
|
1094
1094
|
* @see https://tailwindcss.com/docs/object-position
|
|
1095
1095
|
*/
|
|
1096
1096
|
"object-position": [{
|
|
1097
|
-
object: [...
|
|
1097
|
+
object: [...q(), h]
|
|
1098
1098
|
}],
|
|
1099
1099
|
/**
|
|
1100
1100
|
* Overflow
|
|
@@ -1148,63 +1148,63 @@ function Mt() {
|
|
|
1148
1148
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1149
1149
|
*/
|
|
1150
1150
|
inset: [{
|
|
1151
|
-
inset: [
|
|
1151
|
+
inset: [T]
|
|
1152
1152
|
}],
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Right / Left
|
|
1155
1155
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1156
1156
|
*/
|
|
1157
1157
|
"inset-x": [{
|
|
1158
|
-
"inset-x": [
|
|
1158
|
+
"inset-x": [T]
|
|
1159
1159
|
}],
|
|
1160
1160
|
/**
|
|
1161
1161
|
* Top / Bottom
|
|
1162
1162
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1163
1163
|
*/
|
|
1164
1164
|
"inset-y": [{
|
|
1165
|
-
"inset-y": [
|
|
1165
|
+
"inset-y": [T]
|
|
1166
1166
|
}],
|
|
1167
1167
|
/**
|
|
1168
1168
|
* Start
|
|
1169
1169
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1170
1170
|
*/
|
|
1171
1171
|
start: [{
|
|
1172
|
-
start: [
|
|
1172
|
+
start: [T]
|
|
1173
1173
|
}],
|
|
1174
1174
|
/**
|
|
1175
1175
|
* End
|
|
1176
1176
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1177
1177
|
*/
|
|
1178
1178
|
end: [{
|
|
1179
|
-
end: [
|
|
1179
|
+
end: [T]
|
|
1180
1180
|
}],
|
|
1181
1181
|
/**
|
|
1182
1182
|
* Top
|
|
1183
1183
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1184
1184
|
*/
|
|
1185
1185
|
top: [{
|
|
1186
|
-
top: [
|
|
1186
|
+
top: [T]
|
|
1187
1187
|
}],
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Right
|
|
1190
1190
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1191
1191
|
*/
|
|
1192
1192
|
right: [{
|
|
1193
|
-
right: [
|
|
1193
|
+
right: [T]
|
|
1194
1194
|
}],
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Bottom
|
|
1197
1197
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1198
1198
|
*/
|
|
1199
1199
|
bottom: [{
|
|
1200
|
-
bottom: [
|
|
1200
|
+
bottom: [T]
|
|
1201
1201
|
}],
|
|
1202
1202
|
/**
|
|
1203
1203
|
* Left
|
|
1204
1204
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1205
1205
|
*/
|
|
1206
1206
|
left: [{
|
|
1207
|
-
left: [
|
|
1207
|
+
left: [T]
|
|
1208
1208
|
}],
|
|
1209
1209
|
/**
|
|
1210
1210
|
* Visibility
|
|
@@ -1216,7 +1216,7 @@ function Mt() {
|
|
|
1216
1216
|
* @see https://tailwindcss.com/docs/z-index
|
|
1217
1217
|
*/
|
|
1218
1218
|
z: [{
|
|
1219
|
-
z: ["auto", fe,
|
|
1219
|
+
z: ["auto", fe, h]
|
|
1220
1220
|
}],
|
|
1221
1221
|
// Flexbox and Grid
|
|
1222
1222
|
/**
|
|
@@ -1245,28 +1245,28 @@ function Mt() {
|
|
|
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", h]
|
|
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, h]
|
|
1270
1270
|
}],
|
|
1271
1271
|
/**
|
|
1272
1272
|
* Grid Template Columns
|
|
@@ -1281,8 +1281,8 @@ function Mt() {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
"col-start-end": [{
|
|
1283
1283
|
col: ["auto", {
|
|
1284
|
-
span: ["full", fe,
|
|
1285
|
-
},
|
|
1284
|
+
span: ["full", fe, h]
|
|
1285
|
+
}, h]
|
|
1286
1286
|
}],
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Grid Column Start
|
|
@@ -1311,8 +1311,8 @@ function Mt() {
|
|
|
1311
1311
|
*/
|
|
1312
1312
|
"row-start-end": [{
|
|
1313
1313
|
row: ["auto", {
|
|
1314
|
-
span: [fe,
|
|
1315
|
-
},
|
|
1314
|
+
span: [fe, h]
|
|
1315
|
+
}, h]
|
|
1316
1316
|
}],
|
|
1317
1317
|
/**
|
|
1318
1318
|
* Grid Row Start
|
|
@@ -1340,14 +1340,14 @@ function Mt() {
|
|
|
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", h]
|
|
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", h]
|
|
1351
1351
|
}],
|
|
1352
1352
|
/**
|
|
1353
1353
|
* Gap
|
|
@@ -1439,63 +1439,63 @@ function Mt() {
|
|
|
1439
1439
|
* @see https://tailwindcss.com/docs/padding
|
|
1440
1440
|
*/
|
|
1441
1441
|
p: [{
|
|
1442
|
-
p: [
|
|
1442
|
+
p: [C]
|
|
1443
1443
|
}],
|
|
1444
1444
|
/**
|
|
1445
1445
|
* Padding X
|
|
1446
1446
|
* @see https://tailwindcss.com/docs/padding
|
|
1447
1447
|
*/
|
|
1448
1448
|
px: [{
|
|
1449
|
-
px: [
|
|
1449
|
+
px: [C]
|
|
1450
1450
|
}],
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Padding Y
|
|
1453
1453
|
* @see https://tailwindcss.com/docs/padding
|
|
1454
1454
|
*/
|
|
1455
1455
|
py: [{
|
|
1456
|
-
py: [
|
|
1456
|
+
py: [C]
|
|
1457
1457
|
}],
|
|
1458
1458
|
/**
|
|
1459
1459
|
* Padding Start
|
|
1460
1460
|
* @see https://tailwindcss.com/docs/padding
|
|
1461
1461
|
*/
|
|
1462
1462
|
ps: [{
|
|
1463
|
-
ps: [
|
|
1463
|
+
ps: [C]
|
|
1464
1464
|
}],
|
|
1465
1465
|
/**
|
|
1466
1466
|
* Padding End
|
|
1467
1467
|
* @see https://tailwindcss.com/docs/padding
|
|
1468
1468
|
*/
|
|
1469
1469
|
pe: [{
|
|
1470
|
-
pe: [
|
|
1470
|
+
pe: [C]
|
|
1471
1471
|
}],
|
|
1472
1472
|
/**
|
|
1473
1473
|
* Padding Top
|
|
1474
1474
|
* @see https://tailwindcss.com/docs/padding
|
|
1475
1475
|
*/
|
|
1476
1476
|
pt: [{
|
|
1477
|
-
pt: [
|
|
1477
|
+
pt: [C]
|
|
1478
1478
|
}],
|
|
1479
1479
|
/**
|
|
1480
1480
|
* Padding Right
|
|
1481
1481
|
* @see https://tailwindcss.com/docs/padding
|
|
1482
1482
|
*/
|
|
1483
1483
|
pr: [{
|
|
1484
|
-
pr: [
|
|
1484
|
+
pr: [C]
|
|
1485
1485
|
}],
|
|
1486
1486
|
/**
|
|
1487
1487
|
* Padding Bottom
|
|
1488
1488
|
* @see https://tailwindcss.com/docs/padding
|
|
1489
1489
|
*/
|
|
1490
1490
|
pb: [{
|
|
1491
|
-
pb: [
|
|
1491
|
+
pb: [C]
|
|
1492
1492
|
}],
|
|
1493
1493
|
/**
|
|
1494
1494
|
* Padding Left
|
|
1495
1495
|
* @see https://tailwindcss.com/docs/padding
|
|
1496
1496
|
*/
|
|
1497
1497
|
pl: [{
|
|
1498
|
-
pl: [
|
|
1498
|
+
pl: [C]
|
|
1499
1499
|
}],
|
|
1500
1500
|
/**
|
|
1501
1501
|
* Margin
|
|
@@ -1565,7 +1565,7 @@ function Mt() {
|
|
|
1565
1565
|
* @see https://tailwindcss.com/docs/space
|
|
1566
1566
|
*/
|
|
1567
1567
|
"space-x": [{
|
|
1568
|
-
"space-x": [
|
|
1568
|
+
"space-x": [he]
|
|
1569
1569
|
}],
|
|
1570
1570
|
/**
|
|
1571
1571
|
* Space Between X Reverse
|
|
@@ -1577,7 +1577,7 @@ function Mt() {
|
|
|
1577
1577
|
* @see https://tailwindcss.com/docs/space
|
|
1578
1578
|
*/
|
|
1579
1579
|
"space-y": [{
|
|
1580
|
-
"space-y": [
|
|
1580
|
+
"space-y": [he]
|
|
1581
1581
|
}],
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Space Between Y Reverse
|
|
@@ -1590,51 +1590,51 @@ function Mt() {
|
|
|
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", h, s]
|
|
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": [h, s, "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": [h, s, "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: [h, s, "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": [h, s, "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": [h, s, "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: [h, s, "auto", "min", "max", "fit"]
|
|
1638
1638
|
}],
|
|
1639
1639
|
// Typography
|
|
1640
1640
|
/**
|
|
@@ -1642,7 +1642,7 @@ function Mt() {
|
|
|
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,7 +1659,7 @@ function Mt() {
|
|
|
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", Ee]
|
|
1663
1663
|
}],
|
|
1664
1664
|
/**
|
|
1665
1665
|
* Font Family
|
|
@@ -1703,35 +1703,35 @@ function Mt() {
|
|
|
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", h]
|
|
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",
|
|
1713
|
+
"line-clamp": ["none", K, Ee]
|
|
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", W,
|
|
1720
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", W, h]
|
|
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", h]
|
|
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", h]
|
|
1735
1735
|
}],
|
|
1736
1736
|
/**
|
|
1737
1737
|
* List Style Position
|
|
@@ -1753,7 +1753,7 @@ function Mt() {
|
|
|
1753
1753
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1754
1754
|
*/
|
|
1755
1755
|
"placeholder-opacity": [{
|
|
1756
|
-
"placeholder-opacity": [
|
|
1756
|
+
"placeholder-opacity": [F]
|
|
1757
1757
|
}],
|
|
1758
1758
|
/**
|
|
1759
1759
|
* Text Alignment
|
|
@@ -1774,7 +1774,7 @@ function Mt() {
|
|
|
1774
1774
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1775
1775
|
*/
|
|
1776
1776
|
"text-opacity": [{
|
|
1777
|
-
"text-opacity": [
|
|
1777
|
+
"text-opacity": [F]
|
|
1778
1778
|
}],
|
|
1779
1779
|
/**
|
|
1780
1780
|
* Text Decoration
|
|
@@ -1786,21 +1786,21 @@ function Mt() {
|
|
|
1786
1786
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1787
1787
|
*/
|
|
1788
1788
|
"text-decoration-style": [{
|
|
1789
|
-
decoration: [...
|
|
1789
|
+
decoration: [...J(), "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", W,
|
|
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", W,
|
|
1803
|
+
"underline-offset": ["auto", W, h]
|
|
1804
1804
|
}],
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Text Decoration Color
|
|
@@ -1838,7 +1838,7 @@ function Mt() {
|
|
|
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", h]
|
|
1842
1842
|
}],
|
|
1843
1843
|
/**
|
|
1844
1844
|
* Whitespace
|
|
@@ -1866,7 +1866,7 @@ function Mt() {
|
|
|
1866
1866
|
* @see https://tailwindcss.com/docs/content
|
|
1867
1867
|
*/
|
|
1868
1868
|
content: [{
|
|
1869
|
-
content: ["none",
|
|
1869
|
+
content: ["none", h]
|
|
1870
1870
|
}],
|
|
1871
1871
|
// Backgrounds
|
|
1872
1872
|
/**
|
|
@@ -1889,7 +1889,7 @@ function Mt() {
|
|
|
1889
1889
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1890
1890
|
*/
|
|
1891
1891
|
"bg-opacity": [{
|
|
1892
|
-
"bg-opacity": [
|
|
1892
|
+
"bg-opacity": [F]
|
|
1893
1893
|
}],
|
|
1894
1894
|
/**
|
|
1895
1895
|
* Background Origin
|
|
@@ -1903,7 +1903,7 @@ function Mt() {
|
|
|
1903
1903
|
* @see https://tailwindcss.com/docs/background-position
|
|
1904
1904
|
*/
|
|
1905
1905
|
"bg-position": [{
|
|
1906
|
-
bg: [...
|
|
1906
|
+
bg: [...q(), Tt]
|
|
1907
1907
|
}],
|
|
1908
1908
|
/**
|
|
1909
1909
|
* Background Repeat
|
|
@@ -1919,7 +1919,7 @@ function Mt() {
|
|
|
1919
1919
|
* @see https://tailwindcss.com/docs/background-size
|
|
1920
1920
|
*/
|
|
1921
1921
|
"bg-size": [{
|
|
1922
|
-
bg: ["auto", "cover", "contain",
|
|
1922
|
+
bg: ["auto", "cover", "contain", St]
|
|
1923
1923
|
}],
|
|
1924
1924
|
/**
|
|
1925
1925
|
* Background Image
|
|
@@ -1928,7 +1928,7 @@ function Mt() {
|
|
|
1928
1928
|
"bg-image": [{
|
|
1929
1929
|
bg: ["none", {
|
|
1930
1930
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1931
|
-
},
|
|
1931
|
+
}, Nt]
|
|
1932
1932
|
}],
|
|
1933
1933
|
/**
|
|
1934
1934
|
* Background Color
|
|
@@ -1963,21 +1963,21 @@ function Mt() {
|
|
|
1963
1963
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1964
1964
|
*/
|
|
1965
1965
|
"gradient-from": [{
|
|
1966
|
-
from: [
|
|
1966
|
+
from: [N]
|
|
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: [N]
|
|
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: [N]
|
|
1981
1981
|
}],
|
|
1982
1982
|
// Borders
|
|
1983
1983
|
/**
|
|
@@ -2153,14 +2153,14 @@ function Mt() {
|
|
|
2153
2153
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
2154
2154
|
*/
|
|
2155
2155
|
"border-opacity": [{
|
|
2156
|
-
"border-opacity": [
|
|
2156
|
+
"border-opacity": [F]
|
|
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: [...J(), "hidden"]
|
|
2164
2164
|
}],
|
|
2165
2165
|
/**
|
|
2166
2166
|
* Divide Width X
|
|
@@ -2191,14 +2191,14 @@ function Mt() {
|
|
|
2191
2191
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
2192
2192
|
*/
|
|
2193
2193
|
"divide-opacity": [{
|
|
2194
|
-
"divide-opacity": [
|
|
2194
|
+
"divide-opacity": [F]
|
|
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: J()
|
|
2202
2202
|
}],
|
|
2203
2203
|
/**
|
|
2204
2204
|
* Border Color
|
|
@@ -2261,21 +2261,21 @@ function Mt() {
|
|
|
2261
2261
|
* @see https://tailwindcss.com/docs/outline-style
|
|
2262
2262
|
*/
|
|
2263
2263
|
"outline-style": [{
|
|
2264
|
-
outline: ["", ...
|
|
2264
|
+
outline: ["", ...J()]
|
|
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": [W,
|
|
2271
|
+
"outline-offset": [W, h]
|
|
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: [W,
|
|
2278
|
+
outline: [W, U]
|
|
2279
2279
|
}],
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Outline Color
|
|
@@ -2289,7 +2289,7 @@ function Mt() {
|
|
|
2289
2289
|
* @see https://tailwindcss.com/docs/ring-width
|
|
2290
2290
|
*/
|
|
2291
2291
|
"ring-w": [{
|
|
2292
|
-
ring:
|
|
2292
|
+
ring: B()
|
|
2293
2293
|
}],
|
|
2294
2294
|
/**
|
|
2295
2295
|
* Ring Width Inset
|
|
@@ -2308,14 +2308,14 @@ function Mt() {
|
|
|
2308
2308
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
2309
2309
|
*/
|
|
2310
2310
|
"ring-opacity": [{
|
|
2311
|
-
"ring-opacity": [
|
|
2311
|
+
"ring-opacity": [F]
|
|
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": [W,
|
|
2318
|
+
"ring-offset": [W, U]
|
|
2319
2319
|
}],
|
|
2320
2320
|
/**
|
|
2321
2321
|
* Ring Offset Color
|
|
@@ -2330,7 +2330,7 @@ function Mt() {
|
|
|
2330
2330
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
2331
2331
|
*/
|
|
2332
2332
|
shadow: [{
|
|
2333
|
-
shadow: ["", "inner", "none",
|
|
2333
|
+
shadow: ["", "inner", "none", H, Pt]
|
|
2334
2334
|
}],
|
|
2335
2335
|
/**
|
|
2336
2336
|
* Box Shadow Color
|
|
@@ -2344,7 +2344,7 @@ function Mt() {
|
|
|
2344
2344
|
* @see https://tailwindcss.com/docs/opacity
|
|
2345
2345
|
*/
|
|
2346
2346
|
opacity: [{
|
|
2347
|
-
opacity: [
|
|
2347
|
+
opacity: [F]
|
|
2348
2348
|
}],
|
|
2349
2349
|
/**
|
|
2350
2350
|
* Mix Blend Mode
|
|
@@ -2395,7 +2395,7 @@ function Mt() {
|
|
|
2395
2395
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2396
2396
|
*/
|
|
2397
2397
|
"drop-shadow": [{
|
|
2398
|
-
"drop-shadow": ["", "none",
|
|
2398
|
+
"drop-shadow": ["", "none", H, h]
|
|
2399
2399
|
}],
|
|
2400
2400
|
/**
|
|
2401
2401
|
* Grayscale
|
|
@@ -2487,7 +2487,7 @@ function Mt() {
|
|
|
2487
2487
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2488
2488
|
*/
|
|
2489
2489
|
"backdrop-opacity": [{
|
|
2490
|
-
"backdrop-opacity": [
|
|
2490
|
+
"backdrop-opacity": [F]
|
|
2491
2491
|
}],
|
|
2492
2492
|
/**
|
|
2493
2493
|
* Backdrop Saturate
|
|
@@ -2552,35 +2552,35 @@ function Mt() {
|
|
|
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", h]
|
|
2556
2556
|
}],
|
|
2557
2557
|
/**
|
|
2558
2558
|
* Transition Duration
|
|
2559
2559
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2560
2560
|
*/
|
|
2561
2561
|
duration: [{
|
|
2562
|
-
duration:
|
|
2562
|
+
duration: X()
|
|
2563
2563
|
}],
|
|
2564
2564
|
/**
|
|
2565
2565
|
* Transition Timing Function
|
|
2566
2566
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2567
2567
|
*/
|
|
2568
2568
|
ease: [{
|
|
2569
|
-
ease: ["linear", "in", "out", "in-out",
|
|
2569
|
+
ease: ["linear", "in", "out", "in-out", h]
|
|
2570
2570
|
}],
|
|
2571
2571
|
/**
|
|
2572
2572
|
* Transition Delay
|
|
2573
2573
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2574
2574
|
*/
|
|
2575
2575
|
delay: [{
|
|
2576
|
-
delay:
|
|
2576
|
+
delay: X()
|
|
2577
2577
|
}],
|
|
2578
2578
|
/**
|
|
2579
2579
|
* Animation
|
|
2580
2580
|
* @see https://tailwindcss.com/docs/animation
|
|
2581
2581
|
*/
|
|
2582
2582
|
animate: [{
|
|
2583
|
-
animate: ["none", "spin", "ping", "pulse", "bounce",
|
|
2583
|
+
animate: ["none", "spin", "ping", "pulse", "bounce", h]
|
|
2584
2584
|
}],
|
|
2585
2585
|
// Transforms
|
|
2586
2586
|
/**
|
|
@@ -2616,21 +2616,21 @@ function Mt() {
|
|
|
2616
2616
|
* @see https://tailwindcss.com/docs/rotate
|
|
2617
2617
|
*/
|
|
2618
2618
|
rotate: [{
|
|
2619
|
-
rotate: [fe,
|
|
2619
|
+
rotate: [fe, h]
|
|
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": [xe]
|
|
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": [xe]
|
|
2634
2634
|
}],
|
|
2635
2635
|
/**
|
|
2636
2636
|
* Skew X
|
|
@@ -2651,7 +2651,7 @@ function Mt() {
|
|
|
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", h]
|
|
2655
2655
|
}],
|
|
2656
2656
|
// Interactivity
|
|
2657
2657
|
/**
|
|
@@ -2673,7 +2673,7 @@ function Mt() {
|
|
|
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", h]
|
|
2677
2677
|
}],
|
|
2678
2678
|
/**
|
|
2679
2679
|
* Caret Color
|
|
@@ -2895,7 +2895,7 @@ function Mt() {
|
|
|
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", h]
|
|
2899
2899
|
}],
|
|
2900
2900
|
// SVG
|
|
2901
2901
|
/**
|
|
@@ -2910,7 +2910,7 @@ function Mt() {
|
|
|
2910
2910
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2911
2911
|
*/
|
|
2912
2912
|
"stroke-w": [{
|
|
2913
|
-
stroke: [W,
|
|
2913
|
+
stroke: [W, U, Ee]
|
|
2914
2914
|
}],
|
|
2915
2915
|
/**
|
|
2916
2916
|
* Stroke
|
|
@@ -2986,28 +2986,28 @@ function Mt() {
|
|
|
2986
2986
|
}
|
|
2987
2987
|
};
|
|
2988
2988
|
}
|
|
2989
|
-
const w = /* @__PURE__ */
|
|
2989
|
+
const w = /* @__PURE__ */ ht(Mt), cr = {
|
|
2990
2990
|
primary: "ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark ds-rounded-sm hover:ds-text-Text-textPrimaryDark hover:ds-bg-Background-accentEggplant-highlight active:ds-bg-Background-accentEggplant-darkened focus:ds-bg-Background-accentEggplant-100 focus:ds-border focus:ds-border-white disabled:ds-bg-Background-accentEggplant-20",
|
|
2991
2991
|
secondary: "ds-text-Text-secondary ds-rounded-sm ds-border ds-border-Fills-secondary hover:ds-text-black hover:ds-border hover:ds-border-Fills-black active:ds-text-black active:ds-border active:ds-border-Fills-black focus:ds-bg-Background-accentEggplant-5 focus:ds-text-accentEggplant-100 focus:ds-border focus:ds-border-Background-accentEggplant-100 disabled:ds-border disabled:ds-border-Fills-quadrutery disabled:ds-text-Text-tertiary",
|
|
2992
2992
|
tertiary: "ds-text-Text-secondary ds-rounded-sm hover:ds-bg-Fills-quintiary active:ds-bg-Fills-quintiary focus:ds-bg-Fills-quadrutery disabled:ds-text-Fills-quadrutery disabled:ds-bg-Fills-quintiary",
|
|
2993
2993
|
quaternary: "ds-text-accentEggplant-100 ds-rounded-sm hover:ds-bg-Background-accentEggplant-5 active:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-100 focus:ds-text-Text-textPrimaryDark disabled:ds-text-Background-accentEggplant-20",
|
|
2994
2994
|
small: "ds-py-space075 ds-px-space400",
|
|
2995
2995
|
large: "ds-py-space150 ds-px-space400"
|
|
2996
|
-
}, De =
|
|
2996
|
+
}, De = z.forwardRef(
|
|
2997
2997
|
(c, n) => {
|
|
2998
|
-
var d = c, { color: e = "primary", size: s = "small", disabled: t = !1, className: a } = d, o =
|
|
2998
|
+
var d = c, { color: e = "primary", size: s = "small", disabled: t = !1, className: a } = d, o = L(d, ["color", "size", "disabled", "className"]);
|
|
2999
2999
|
return /* @__PURE__ */ l.jsx(
|
|
3000
3000
|
"button",
|
|
3001
|
-
|
|
3001
|
+
I({
|
|
3002
3002
|
ref: n,
|
|
3003
3003
|
disabled: t,
|
|
3004
|
-
className: w(
|
|
3004
|
+
className: w(y(cr[e], cr[s], a))
|
|
3005
3005
|
}, o)
|
|
3006
3006
|
);
|
|
3007
3007
|
}
|
|
3008
3008
|
);
|
|
3009
3009
|
De.displayName = "Button";
|
|
3010
|
-
const $e =
|
|
3010
|
+
const $e = z.forwardRef(
|
|
3011
3011
|
({ className: e = "" }, s) => {
|
|
3012
3012
|
const a = w("ds-text-System-red ds-ms-[2px]", e);
|
|
3013
3013
|
return /* @__PURE__ */ l.jsx(
|
|
@@ -3042,9 +3042,9 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3042
3042
|
error: "ds-flex ds-flex-row ds-items-center ds-justify-start ds-text-System-red",
|
|
3043
3043
|
errorRounded: "ds-text-System-red",
|
|
3044
3044
|
disabled: "ds-text-Text-secondary"
|
|
3045
|
-
},
|
|
3045
|
+
}, zt = z.forwardRef(
|
|
3046
3046
|
(R, b) => {
|
|
3047
|
-
var
|
|
3047
|
+
var N = R, {
|
|
3048
3048
|
color: e = "primary",
|
|
3049
3049
|
disabled: s = !1,
|
|
3050
3050
|
textarea: t = !1,
|
|
@@ -3055,7 +3055,7 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3055
3055
|
InputDivClass: d,
|
|
3056
3056
|
captionClass: f,
|
|
3057
3057
|
className: p
|
|
3058
|
-
} =
|
|
3058
|
+
} = N, g = L(N, [
|
|
3059
3059
|
"color",
|
|
3060
3060
|
"disabled",
|
|
3061
3061
|
"textarea",
|
|
@@ -3072,7 +3072,7 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3072
3072
|
"label",
|
|
3073
3073
|
{
|
|
3074
3074
|
className: w(
|
|
3075
|
-
"MediumSubheadRegular ds-mb-space075",
|
|
3075
|
+
"ds-text-mediumFootnoteRegular ds-tablet:SmallSubheadRegular ds-desktop:MediumSubheadRegular ds-mb-space075",
|
|
3076
3076
|
c,
|
|
3077
3077
|
gr[e]
|
|
3078
3078
|
),
|
|
@@ -3085,16 +3085,16 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3085
3085
|
),
|
|
3086
3086
|
/* @__PURE__ */ l.jsx(
|
|
3087
3087
|
"textarea",
|
|
3088
|
-
|
|
3088
|
+
I({
|
|
3089
3089
|
disabled: s,
|
|
3090
|
-
className: w(
|
|
3090
|
+
className: w(y(pr[e], p))
|
|
3091
3091
|
}, g)
|
|
3092
3092
|
),
|
|
3093
3093
|
n && /* @__PURE__ */ l.jsxs(
|
|
3094
3094
|
"caption",
|
|
3095
3095
|
{
|
|
3096
3096
|
className: w(
|
|
3097
|
-
|
|
3097
|
+
y("ds-text-mediumFootnoteRegular ds-tablet:SmallSubheadRegular ds-font-normal ds-mt-space075", mr[e]),
|
|
3098
3098
|
f
|
|
3099
3099
|
),
|
|
3100
3100
|
children: [
|
|
@@ -3103,7 +3103,7 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3103
3103
|
{
|
|
3104
3104
|
src: ur,
|
|
3105
3105
|
alt: "error",
|
|
3106
|
-
className: w(
|
|
3106
|
+
className: w(y("ds-me-1"))
|
|
3107
3107
|
}
|
|
3108
3108
|
),
|
|
3109
3109
|
e === "success" && /* @__PURE__ */ l.jsx(
|
|
@@ -3111,7 +3111,7 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3111
3111
|
{
|
|
3112
3112
|
src: fr,
|
|
3113
3113
|
alt: "success",
|
|
3114
|
-
className: w(
|
|
3114
|
+
className: w(y("ds-me-1"))
|
|
3115
3115
|
}
|
|
3116
3116
|
),
|
|
3117
3117
|
n
|
|
@@ -3123,7 +3123,7 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3123
3123
|
"label",
|
|
3124
3124
|
{
|
|
3125
3125
|
className: w(
|
|
3126
|
-
"
|
|
3126
|
+
"ds-text-mediumFootnoteRegular ds-tablet:SmallSubheadRegular ds-mb-space075",
|
|
3127
3127
|
c,
|
|
3128
3128
|
gr[e]
|
|
3129
3129
|
),
|
|
@@ -3136,17 +3136,17 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3136
3136
|
),
|
|
3137
3137
|
/* @__PURE__ */ l.jsx(
|
|
3138
3138
|
"input",
|
|
3139
|
-
|
|
3139
|
+
I({
|
|
3140
3140
|
ref: b,
|
|
3141
3141
|
disabled: s,
|
|
3142
|
-
className: w(
|
|
3142
|
+
className: w(y(pr[e], p))
|
|
3143
3143
|
}, g)
|
|
3144
3144
|
),
|
|
3145
3145
|
n && /* @__PURE__ */ l.jsxs(
|
|
3146
3146
|
"caption",
|
|
3147
3147
|
{
|
|
3148
3148
|
className: w(
|
|
3149
|
-
|
|
3149
|
+
y("ds-text-mediumFootnoteRegular ds-tablet:ds-text-mediumCaption1Regular ds-font-normal ds-mt-space075", mr[e]),
|
|
3150
3150
|
f
|
|
3151
3151
|
),
|
|
3152
3152
|
children: [
|
|
@@ -3155,7 +3155,7 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3155
3155
|
{
|
|
3156
3156
|
src: ur,
|
|
3157
3157
|
alt: "error",
|
|
3158
|
-
className: w(
|
|
3158
|
+
className: w(y("ds-me-1"))
|
|
3159
3159
|
}
|
|
3160
3160
|
),
|
|
3161
3161
|
e === "success" && /* @__PURE__ */ l.jsx(
|
|
@@ -3163,7 +3163,7 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3163
3163
|
{
|
|
3164
3164
|
src: fr,
|
|
3165
3165
|
alt: "success",
|
|
3166
|
-
className: w(
|
|
3166
|
+
className: w(y("ds-me-1"))
|
|
3167
3167
|
}
|
|
3168
3168
|
),
|
|
3169
3169
|
n
|
|
@@ -3173,29 +3173,29 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3173
3173
|
] });
|
|
3174
3174
|
}
|
|
3175
3175
|
);
|
|
3176
|
-
|
|
3177
|
-
function
|
|
3176
|
+
zt.displayName = "Input";
|
|
3177
|
+
function Er(e) {
|
|
3178
3178
|
var s, t, a = "";
|
|
3179
3179
|
if (typeof e == "string" || typeof e == "number")
|
|
3180
3180
|
a += e;
|
|
3181
3181
|
else if (typeof e == "object")
|
|
3182
3182
|
if (Array.isArray(e))
|
|
3183
3183
|
for (s = 0; s < e.length; s++)
|
|
3184
|
-
e[s] && (t =
|
|
3184
|
+
e[s] && (t = Er(e[s])) && (a && (a += " "), a += t);
|
|
3185
3185
|
else
|
|
3186
3186
|
for (s in e)
|
|
3187
3187
|
e[s] && (a && (a += " "), a += s);
|
|
3188
3188
|
return a;
|
|
3189
3189
|
}
|
|
3190
|
-
function
|
|
3190
|
+
function Ot() {
|
|
3191
3191
|
for (var e, s, t = 0, a = ""; t < arguments.length; )
|
|
3192
|
-
(e = arguments[t++]) && (s =
|
|
3192
|
+
(e = arguments[t++]) && (s = Er(e)) && (a && (a += " "), a += s);
|
|
3193
3193
|
return a;
|
|
3194
3194
|
}
|
|
3195
|
-
const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e,
|
|
3195
|
+
const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, hr = Ot, Cr = (e, s) => (t) => {
|
|
3196
3196
|
var a;
|
|
3197
3197
|
if ((s == null ? void 0 : s.variants) == null)
|
|
3198
|
-
return
|
|
3198
|
+
return hr(e, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
3199
3199
|
const { variants: o, defaultVariants: n } = s, c = Object.keys(o).map((p) => {
|
|
3200
3200
|
const g = t == null ? void 0 : t[p], b = n == null ? void 0 : n[p];
|
|
3201
3201
|
if (g === null)
|
|
@@ -3206,18 +3206,18 @@ const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, xr =
|
|
|
3206
3206
|
let [b, R] = g;
|
|
3207
3207
|
return R === void 0 || (p[b] = R), p;
|
|
3208
3208
|
}, {}), f = s == null || (a = s.compoundVariants) === null || a === void 0 ? void 0 : a.reduce((p, g) => {
|
|
3209
|
-
let O = g, { class: b, className: R } = O,
|
|
3210
|
-
return Object.entries(
|
|
3211
|
-
let [A,
|
|
3212
|
-
return Array.isArray(
|
|
3209
|
+
let O = g, { class: b, className: R } = O, N = L(O, ["class", "className"]);
|
|
3210
|
+
return Object.entries(N).every((T) => {
|
|
3211
|
+
let [A, F] = T;
|
|
3212
|
+
return Array.isArray(F) ? F.includes(I(I({}, n), d)[A]) : I(I({}, n), d)[A] === F;
|
|
3213
3213
|
}) ? [
|
|
3214
3214
|
...p,
|
|
3215
3215
|
b,
|
|
3216
3216
|
R
|
|
3217
3217
|
] : p;
|
|
3218
3218
|
}, []);
|
|
3219
|
-
return
|
|
3220
|
-
},
|
|
3219
|
+
return hr(e, c, f, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
3220
|
+
}, Bt = Cr("ds-border ds-text-text-primary", {
|
|
3221
3221
|
variants: {
|
|
3222
3222
|
cardType: {
|
|
3223
3223
|
default: "ds-shadow-none",
|
|
@@ -3227,16 +3227,16 @@ const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, xr =
|
|
|
3227
3227
|
defaultVariants: {
|
|
3228
3228
|
cardType: "default"
|
|
3229
3229
|
}
|
|
3230
|
-
}),
|
|
3230
|
+
}), Dt = Q.forwardRef(
|
|
3231
3231
|
(o, a) => {
|
|
3232
|
-
var n = o, { className: e, cardType: s } = n, t =
|
|
3232
|
+
var n = o, { className: e, cardType: s } = n, t = L(n, ["className", "cardType"]);
|
|
3233
3233
|
return /* @__PURE__ */ l.jsx(
|
|
3234
3234
|
"div",
|
|
3235
|
-
|
|
3235
|
+
I({
|
|
3236
3236
|
ref: a,
|
|
3237
3237
|
className: w(
|
|
3238
|
-
|
|
3239
|
-
|
|
3238
|
+
y(
|
|
3239
|
+
Bt({
|
|
3240
3240
|
cardType: s,
|
|
3241
3241
|
className: e
|
|
3242
3242
|
}),
|
|
@@ -3248,75 +3248,75 @@ const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, xr =
|
|
|
3248
3248
|
);
|
|
3249
3249
|
}
|
|
3250
3250
|
);
|
|
3251
|
-
|
|
3252
|
-
const
|
|
3251
|
+
Dt.displayName = "Card";
|
|
3252
|
+
const $t = Q.forwardRef(
|
|
3253
3253
|
(a, t) => {
|
|
3254
|
-
var o = a, { className: e } = o, s =
|
|
3254
|
+
var o = a, { className: e } = o, s = L(o, ["className"]);
|
|
3255
3255
|
return /* @__PURE__ */ l.jsx(
|
|
3256
3256
|
"div",
|
|
3257
|
-
|
|
3257
|
+
I({
|
|
3258
3258
|
ref: t,
|
|
3259
3259
|
className: w(
|
|
3260
|
-
|
|
3260
|
+
y("ds-flex ds-flex-col ds-pt-space300 ds-pb-space200 ds-px-space300", e)
|
|
3261
3261
|
)
|
|
3262
3262
|
}, s)
|
|
3263
3263
|
);
|
|
3264
3264
|
}
|
|
3265
3265
|
);
|
|
3266
|
-
|
|
3267
|
-
const Lt =
|
|
3266
|
+
$t.displayName = "CardHeader";
|
|
3267
|
+
const Lt = Q.forwardRef(
|
|
3268
3268
|
(a, t) => {
|
|
3269
|
-
var o = a, { className: e } = o, s =
|
|
3269
|
+
var o = a, { className: e } = o, s = L(o, ["className"]);
|
|
3270
3270
|
return /* @__PURE__ */ l.jsx(
|
|
3271
3271
|
"div",
|
|
3272
|
-
|
|
3272
|
+
I({
|
|
3273
3273
|
ref: t,
|
|
3274
|
-
className: w(
|
|
3274
|
+
className: w(y("ds-font-medium", e))
|
|
3275
3275
|
}, s)
|
|
3276
3276
|
);
|
|
3277
3277
|
}
|
|
3278
3278
|
);
|
|
3279
3279
|
Lt.displayName = "Title";
|
|
3280
|
-
const Vt =
|
|
3280
|
+
const Vt = Q.forwardRef(
|
|
3281
3281
|
(a, t) => {
|
|
3282
|
-
var o = a, { className: e } = o, s =
|
|
3282
|
+
var o = a, { className: e } = o, s = L(o, ["className"]);
|
|
3283
3283
|
return /* @__PURE__ */ l.jsx(
|
|
3284
3284
|
"div",
|
|
3285
|
-
|
|
3285
|
+
I({
|
|
3286
3286
|
ref: t,
|
|
3287
|
-
className: w(
|
|
3287
|
+
className: w(y("ds-font-regular", e))
|
|
3288
3288
|
}, s)
|
|
3289
3289
|
);
|
|
3290
3290
|
}
|
|
3291
3291
|
);
|
|
3292
3292
|
Vt.displayName = "Description";
|
|
3293
|
-
const Wt =
|
|
3293
|
+
const Wt = Q.forwardRef(
|
|
3294
3294
|
(a, t) => {
|
|
3295
|
-
var o = a, { className: e } = o, s =
|
|
3295
|
+
var o = a, { className: e } = o, s = L(o, ["className"]);
|
|
3296
3296
|
return /* @__PURE__ */ l.jsx(
|
|
3297
3297
|
"div",
|
|
3298
|
-
|
|
3298
|
+
I({
|
|
3299
3299
|
ref: t,
|
|
3300
|
-
className: w(
|
|
3300
|
+
className: w(y("ds-pb-space300 ds-px-space300 ", e))
|
|
3301
3301
|
}, s)
|
|
3302
3302
|
);
|
|
3303
3303
|
}
|
|
3304
3304
|
);
|
|
3305
3305
|
Wt.displayName = "Content";
|
|
3306
|
-
const qt =
|
|
3306
|
+
const qt = Q.forwardRef(
|
|
3307
3307
|
(a, t) => {
|
|
3308
|
-
var o = a, { className: e } = o, s =
|
|
3308
|
+
var o = a, { className: e } = o, s = L(o, ["className"]);
|
|
3309
3309
|
return /* @__PURE__ */ l.jsx(
|
|
3310
3310
|
"div",
|
|
3311
|
-
|
|
3311
|
+
I({
|
|
3312
3312
|
ref: t,
|
|
3313
|
-
className: w(
|
|
3313
|
+
className: w(y("ds-pb-space300 ds-px-space300", e))
|
|
3314
3314
|
}, s)
|
|
3315
3315
|
);
|
|
3316
3316
|
}
|
|
3317
3317
|
);
|
|
3318
3318
|
qt.displayName = "Footer";
|
|
3319
|
-
const Gt =
|
|
3319
|
+
const Gt = Cr(
|
|
3320
3320
|
"ds-grid zero:ds-grid-cols-4 ds-gap-x-8 mobile:ds-grid-cols-4 tablet:ds-grid-cols-6 desktop:ds-grid-cols-12 wide_desktop:ds-grid-cols-12 ds-w-full",
|
|
3321
3321
|
{
|
|
3322
3322
|
variants: {
|
|
@@ -3419,14 +3419,14 @@ const Gt = Er(
|
|
|
3419
3419
|
}
|
|
3420
3420
|
}
|
|
3421
3421
|
}
|
|
3422
|
-
), Yt =
|
|
3422
|
+
), Yt = Q.forwardRef(
|
|
3423
3423
|
(o, a) => {
|
|
3424
|
-
var n = o, { className: e, children: s } = n, t =
|
|
3424
|
+
var n = o, { className: e, children: s } = n, t = L(n, ["className", "children"]);
|
|
3425
3425
|
return /* @__PURE__ */ l.jsx(
|
|
3426
3426
|
"div",
|
|
3427
|
-
|
|
3427
|
+
Me(I({
|
|
3428
3428
|
className: w(
|
|
3429
|
-
|
|
3429
|
+
y(
|
|
3430
3430
|
Gt({
|
|
3431
3431
|
display: t == null ? void 0 : t.display,
|
|
3432
3432
|
gap: t == null ? void 0 : t.gap,
|
|
@@ -3450,82 +3450,99 @@ const Gt = Er(
|
|
|
3450
3450
|
}
|
|
3451
3451
|
);
|
|
3452
3452
|
Yt.displayName = "Grid";
|
|
3453
|
-
const
|
|
3453
|
+
const xr = (e) => {
|
|
3454
3454
|
let s = "";
|
|
3455
3455
|
switch (e) {
|
|
3456
3456
|
case "STANDARD":
|
|
3457
3457
|
case "STANDARD_LINE_SEPARATED":
|
|
3458
|
-
s = "ds-font-semibold ds-text-Text-primary";
|
|
3458
|
+
s = "ds-font-semibold ds-text-Text-primary xSmallBodyEmphasized ds-tablet:SmallBodyEmphasized ds-desktop:MediumCalloutEmphasized";
|
|
3459
3459
|
break;
|
|
3460
3460
|
case "DISCOUNT":
|
|
3461
|
-
s = "ds-font-normal ds-text-teal-400";
|
|
3461
|
+
s = "ds-font-normal ds-text-teal-400 xSmallBodyEmphasized ds-tablet:SmallCalloutRegular ds-desktop:MediumCalloutRegular";
|
|
3462
3462
|
break;
|
|
3463
3463
|
case "FEE":
|
|
3464
3464
|
case "TAX":
|
|
3465
|
-
s = "ds-font-normal ds-text-Text-secondary";
|
|
3465
|
+
s = "ds-font-normal ds-text-Text-secondary xSmallBodyEmphasized ds-tablet:SmallCalloutRegular ds-desktop:MediumCalloutRegular";
|
|
3466
3466
|
break;
|
|
3467
3467
|
}
|
|
3468
3468
|
return s;
|
|
3469
|
-
}, Ut =
|
|
3469
|
+
}, Ut = z.forwardRef(
|
|
3470
3470
|
({ className: e, items: s }, t) => {
|
|
3471
|
-
const [a, o] =
|
|
3472
|
-
return /* @__PURE__ */ l.
|
|
3471
|
+
const [a, o] = Ce(!1);
|
|
3472
|
+
return /* @__PURE__ */ l.jsxs(
|
|
3473
3473
|
"div",
|
|
3474
3474
|
{
|
|
3475
|
-
className: w(
|
|
3475
|
+
className: w(y(e, "ds-w-full ds-flex ds-flex-col")),
|
|
3476
3476
|
ref: t,
|
|
3477
3477
|
children: [
|
|
3478
3478
|
/* @__PURE__ */ l.jsx("div", { children: s.length > 0 && s.map((n, c) => {
|
|
3479
3479
|
var d;
|
|
3480
|
-
return /* @__PURE__ */ l.jsx(
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
"div",
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3480
|
+
return /* @__PURE__ */ l.jsx(
|
|
3481
|
+
"div",
|
|
3482
|
+
{
|
|
3483
|
+
children: /* @__PURE__ */ l.jsxs("div", { className: y(
|
|
3484
|
+
n.key_name !== "total_amount" && "line-items",
|
|
3485
|
+
a === !0 && "show"
|
|
3486
|
+
), children: [
|
|
3487
|
+
n.type === "STANDARD_LINE_SEPARATED" && /* @__PURE__ */ l.jsx("hr", { className: "ds-mt-3 ds-mb-1" }),
|
|
3488
|
+
/* @__PURE__ */ l.jsxs(
|
|
3489
|
+
"div",
|
|
3490
|
+
{
|
|
3491
|
+
className: y(
|
|
3492
|
+
"ds-flex ds-flex-row ds-justify-between",
|
|
3493
|
+
c > 0 && "ds-mt-2",
|
|
3494
|
+
c !== s.length && n.type === "STANDARD_LINE_SEPARATED" && "ds-mb-1"
|
|
3495
|
+
),
|
|
3496
|
+
children: [
|
|
3497
|
+
/* @__PURE__ */ l.jsx(
|
|
3498
|
+
"span",
|
|
3499
|
+
{
|
|
3500
|
+
className: y(
|
|
3501
|
+
"ds-me-3",
|
|
3502
|
+
n.key_name !== "total_amount" && xr(n.type),
|
|
3503
|
+
((d = n.display_name) == null ? void 0 : d.toLocaleLowerCase()) === "vat" && "ds-uppercase",
|
|
3504
|
+
n.key_name === "total_amount" && "xSmallBodyEmphasized ds-tablet:SmallCalloutEmphasized ds-desktop:MediumBodyEmphasized"
|
|
3505
|
+
),
|
|
3506
|
+
children: n.display_name
|
|
3507
|
+
}
|
|
3508
3508
|
),
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3509
|
+
/* @__PURE__ */ l.jsx(
|
|
3510
|
+
"span",
|
|
3511
|
+
{
|
|
3512
|
+
className: y(
|
|
3513
|
+
n.key_name !== "total_amount" && xr(n.type),
|
|
3514
|
+
n.key_name === "total_amount" && "xSmallBodyEmphasized ds-tablet:SmallCalloutEmphasized ds-desktop:MediumBodyEmphasized"
|
|
3515
|
+
),
|
|
3516
|
+
children: n.currency_converted_amount
|
|
3517
|
+
}
|
|
3518
|
+
)
|
|
3519
|
+
]
|
|
3520
|
+
}
|
|
3521
|
+
)
|
|
3522
|
+
] })
|
|
3523
|
+
},
|
|
3524
|
+
`BookingQuoteLineItemType-${c}`
|
|
3525
|
+
);
|
|
3516
3526
|
}) }),
|
|
3517
|
-
/* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsxs(
|
|
3518
|
-
"
|
|
3519
|
-
|
|
3520
|
-
|
|
3527
|
+
/* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsxs(
|
|
3528
|
+
"span",
|
|
3529
|
+
{
|
|
3530
|
+
className: "ds-flex ds-justify-end ds-items-center ds-text-Background-accentEggplant-100 ds-underline ds-cursor-pointer xSmallFootnoteEmphasized ds-tablet:ds-hidden",
|
|
3531
|
+
onClick: () => o(!a),
|
|
3532
|
+
children: [
|
|
3533
|
+
"See ",
|
|
3534
|
+
a ? "less" : "details"
|
|
3535
|
+
]
|
|
3536
|
+
}
|
|
3537
|
+
) })
|
|
3521
3538
|
]
|
|
3522
3539
|
}
|
|
3523
|
-
)
|
|
3540
|
+
);
|
|
3524
3541
|
}
|
|
3525
3542
|
);
|
|
3526
3543
|
Ut.displayName = "Booking_Quote_Card";
|
|
3527
|
-
const Ht = "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", Jt = "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", Xt =
|
|
3528
|
-
const [s, t] =
|
|
3544
|
+
const Ht = "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", Jt = "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", Xt = z.forwardRef(({ images: e }) => {
|
|
3545
|
+
const [s, t] = Ce(0), a = () => {
|
|
3529
3546
|
t((n) => n === e.length - 1 ? 0 : n + 1);
|
|
3530
3547
|
}, o = () => {
|
|
3531
3548
|
t((n) => n === 0 ? e.length - 1 : n - 1);
|
|
@@ -3567,7 +3584,7 @@ const Ht = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%20
|
|
|
3567
3584
|
{
|
|
3568
3585
|
"aria-description": n,
|
|
3569
3586
|
className: w(
|
|
3570
|
-
|
|
3587
|
+
y(
|
|
3571
3588
|
"ds-w-[5px] ds-h-[4px] ds-block ds-z-10 ds-mx-[2.5px] ds-rounded-[1px]",
|
|
3572
3589
|
c !== s && "ds-bg-[rgba(255,255,255,0.5)]",
|
|
3573
3590
|
c === s && "ds-bg-[rgba(255,255,255,0.8)]"
|
|
@@ -3579,7 +3596,7 @@ const Ht = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%20
|
|
|
3579
3596
|
] }) });
|
|
3580
3597
|
});
|
|
3581
3598
|
Xt.displayName = "Image_Carousel";
|
|
3582
|
-
const Kt =
|
|
3599
|
+
const Kt = z.forwardRef(
|
|
3583
3600
|
({
|
|
3584
3601
|
title: e,
|
|
3585
3602
|
content: s,
|
|
@@ -3592,36 +3609,36 @@ const Kt = L.forwardRef(
|
|
|
3592
3609
|
isEnabled: f = !0,
|
|
3593
3610
|
isExpanded: p = !0
|
|
3594
3611
|
}, g) => {
|
|
3595
|
-
const [b, R] =
|
|
3612
|
+
const [b, R] = Ce(p), N = () => {
|
|
3596
3613
|
f && R(!b);
|
|
3597
3614
|
};
|
|
3598
|
-
return
|
|
3615
|
+
return ze(() => {
|
|
3599
3616
|
f && R(p);
|
|
3600
3617
|
}, [f, p]), /* @__PURE__ */ l.jsxs(
|
|
3601
3618
|
"div",
|
|
3602
3619
|
{
|
|
3603
|
-
className: w(
|
|
3620
|
+
className: w(y("silkhaus-accordion", o)),
|
|
3604
3621
|
ref: g,
|
|
3605
3622
|
children: [
|
|
3606
3623
|
/* @__PURE__ */ l.jsxs(
|
|
3607
3624
|
"div",
|
|
3608
3625
|
{
|
|
3609
3626
|
className: w(
|
|
3610
|
-
|
|
3627
|
+
y(
|
|
3611
3628
|
"silkhaus-accordion-header ds-flex ds-flex-row ds-justify-between ds-items-center",
|
|
3612
3629
|
n,
|
|
3613
3630
|
!f && "ds-cursor-not-allowed",
|
|
3614
3631
|
f && "ds-cursor-pointer"
|
|
3615
3632
|
)
|
|
3616
3633
|
),
|
|
3617
|
-
onClick:
|
|
3634
|
+
onClick: N,
|
|
3618
3635
|
children: [
|
|
3619
|
-
/* @__PURE__ */ l.jsx("div", { className: w(
|
|
3636
|
+
/* @__PURE__ */ l.jsx("div", { className: w(y(c)), children: e }),
|
|
3620
3637
|
b ? a || "-" : t || "+"
|
|
3621
3638
|
]
|
|
3622
3639
|
}
|
|
3623
3640
|
),
|
|
3624
|
-
b && /* @__PURE__ */ l.jsx("div", { className: w(
|
|
3641
|
+
b && /* @__PURE__ */ l.jsx("div", { className: w(y("silkhaus-accordion-content", d)), children: s })
|
|
3625
3642
|
]
|
|
3626
3643
|
}
|
|
3627
3644
|
);
|
|
@@ -3629,9 +3646,9 @@ const Kt = L.forwardRef(
|
|
|
3629
3646
|
);
|
|
3630
3647
|
Kt.displayName = "Accordion";
|
|
3631
3648
|
function Qt(...e) {
|
|
3632
|
-
return w(
|
|
3649
|
+
return w(y(e));
|
|
3633
3650
|
}
|
|
3634
|
-
const Zt =
|
|
3651
|
+
const Zt = z.forwardRef(({
|
|
3635
3652
|
checked: e = !1,
|
|
3636
3653
|
onChange: s,
|
|
3637
3654
|
disabled: t = !1,
|
|
@@ -3661,11 +3678,11 @@ const Zt = L.forwardRef(({
|
|
|
3661
3678
|
] }));
|
|
3662
3679
|
Zt.displayName = "Switch";
|
|
3663
3680
|
const es = tt((e, s) => {
|
|
3664
|
-
const n = e, { open: t, children: a } = n, o =
|
|
3665
|
-
return /* @__PURE__ */ l.jsx("div",
|
|
3681
|
+
const n = e, { open: t, children: a } = n, o = L(n, ["open", "children"]);
|
|
3682
|
+
return /* @__PURE__ */ l.jsx("div", Me(I({ ref: s, className: `dialog ${t ? "open" : ""}` }, o), { children: a }));
|
|
3666
3683
|
});
|
|
3667
3684
|
es.displayName = "Dialog";
|
|
3668
|
-
const rs =
|
|
3685
|
+
const rs = z.forwardRef(
|
|
3669
3686
|
({
|
|
3670
3687
|
outerDivClassName: e = "",
|
|
3671
3688
|
banner: s = "",
|
|
@@ -3683,7 +3700,7 @@ const rs = L.forwardRef(
|
|
|
3683
3700
|
"div",
|
|
3684
3701
|
{
|
|
3685
3702
|
className: w(
|
|
3686
|
-
|
|
3703
|
+
y(
|
|
3687
3704
|
"ds-bg-white ds-w-full ds-wide_ds-desktop:ds-w-[528px] ds-desktop:ds-w-[528px] ds-tablet:ds-w-[528px] ds-border ds-rounded",
|
|
3688
3705
|
s && "ds-p-6"
|
|
3689
3706
|
)
|
|
@@ -3700,7 +3717,7 @@ const rs = L.forwardRef(
|
|
|
3700
3717
|
/* @__PURE__ */ l.jsxs(
|
|
3701
3718
|
"div",
|
|
3702
3719
|
{
|
|
3703
|
-
className:
|
|
3720
|
+
className: y(
|
|
3704
3721
|
!s && "ds-p-6 ds-border-t-4 ds-rounded-s ds-rounded-e ds-border-Background-accentEggplant-100"
|
|
3705
3722
|
),
|
|
3706
3723
|
children: [
|
|
@@ -3708,19 +3725,19 @@ const rs = L.forwardRef(
|
|
|
3708
3725
|
/* @__PURE__ */ l.jsx(
|
|
3709
3726
|
"h2",
|
|
3710
3727
|
{
|
|
3711
|
-
className:
|
|
3712
|
-
"
|
|
3728
|
+
className: y(
|
|
3729
|
+
"MediumTitle1Emphasized ds-text-black ds-mb-0 ds-pb-4",
|
|
3713
3730
|
s && "ds-border-t-2 ds-border-Background-accentEggplant-100 ds-pt-4"
|
|
3714
3731
|
),
|
|
3715
3732
|
children: t
|
|
3716
3733
|
}
|
|
3717
3734
|
),
|
|
3718
|
-
a && /* @__PURE__ */ l.jsx("span", { className: "ds-text-black
|
|
3735
|
+
a && /* @__PURE__ */ l.jsx("span", { className: "ds-text-black MediumBodyRegular", children: a })
|
|
3719
3736
|
] }),
|
|
3720
3737
|
/* @__PURE__ */ l.jsxs(
|
|
3721
3738
|
"div",
|
|
3722
3739
|
{
|
|
3723
|
-
className:
|
|
3740
|
+
className: y(
|
|
3724
3741
|
"ds-flex ds-flex-col ds-pt-4 ds-tablet:ds-grid ds-tablet:ds-grid-flow-row ds-tablet:ds-grid-cols-2 ds-tablet:ds-gap-x-4 ds-tablet:ds-flex-row",
|
|
3725
3742
|
n && d && "ds-tablet:ds-justify-between ds-items-center",
|
|
3726
3743
|
n && !d && "ds-tablet:ds-justify-end ds-items-center"
|
|
@@ -3732,6 +3749,7 @@ const rs = L.forwardRef(
|
|
|
3732
3749
|
color: "secondary",
|
|
3733
3750
|
onClick: p,
|
|
3734
3751
|
disabled: b,
|
|
3752
|
+
className: "MediumBodyEmphasized",
|
|
3735
3753
|
size: "large",
|
|
3736
3754
|
children: c
|
|
3737
3755
|
}
|
|
@@ -3742,6 +3760,7 @@ const rs = L.forwardRef(
|
|
|
3742
3760
|
color: "primary",
|
|
3743
3761
|
onClick: f,
|
|
3744
3762
|
disabled: g,
|
|
3763
|
+
className: "MediumBodyEmphasized",
|
|
3745
3764
|
size: "large",
|
|
3746
3765
|
children: o
|
|
3747
3766
|
}
|
|
@@ -3757,7 +3776,7 @@ const rs = L.forwardRef(
|
|
|
3757
3776
|
) })
|
|
3758
3777
|
);
|
|
3759
3778
|
rs.displayName = "AlertDialog";
|
|
3760
|
-
const ts = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23jy0s9xho2a)'%3e%3cpath%20d='M6.647%2012.969a.925.925%200%200%200%20.82-.431l5.586-8.641c.14-.215.196-.405.196-.586%200-.475-.345-.811-.827-.811-.338%200-.54.116-.745.437l-5.054%208.009-2.589-3.28c-.193-.247-.4-.353-.692-.353-.492%200-.842.348-.842.825%200%20.207.071.404.247.614l3.088%203.81c.226.276.478.407.812.407z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='jy0s9xho2a'%3e%3cpath%20fill='%23fff'%20transform='translate(.667%20.667)'%20d='M0%200h14.667v14.667H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",
|
|
3779
|
+
const ts = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23jy0s9xho2a)'%3e%3cpath%20d='M6.647%2012.969a.925.925%200%200%200%20.82-.431l5.586-8.641c.14-.215.196-.405.196-.586%200-.475-.345-.811-.827-.811-.338%200-.54.116-.745.437l-5.054%208.009-2.589-3.28c-.193-.247-.4-.353-.692-.353-.492%200-.842.348-.842.825%200%20.207.071.404.247.614l3.088%203.81c.226.276.478.407.812.407z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='jy0s9xho2a'%3e%3cpath%20fill='%23fff'%20transform='translate(.667%20.667)'%20d='M0%200h14.667v14.667H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Sr = z.forwardRef(({ progress: e, text: s = "", borderColor: t = "rgba(0, 0, 0, 0.1)", progressColor: a = "#542686", size: o = "48px", strokeWidth: n = 3, textClass: c = "" }, d) => {
|
|
3761
3780
|
const f = parseInt(o) / 2 - 4, p = 2 * Math.PI * f, g = p - e * p;
|
|
3762
3781
|
return /* @__PURE__ */ l.jsxs(
|
|
3763
3782
|
"div",
|
|
@@ -3776,7 +3795,7 @@ const ts = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
3776
3795
|
/* @__PURE__ */ l.jsx(
|
|
3777
3796
|
"span",
|
|
3778
3797
|
{
|
|
3779
|
-
className: w(
|
|
3798
|
+
className: w(y("ds-absolute ds-top-1/2 ds-left-1/2 -ds-translate-x-1/2 -ds-translate-y-1/2 SmallCaption2Emphasized ds-text-nowrap", c)),
|
|
3780
3799
|
children: s
|
|
3781
3800
|
}
|
|
3782
3801
|
),
|
|
@@ -3820,8 +3839,8 @@ const ts = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
3820
3839
|
}
|
|
3821
3840
|
);
|
|
3822
3841
|
});
|
|
3823
|
-
|
|
3824
|
-
const ss =
|
|
3842
|
+
Sr.displayName = "RoundedProgressBar";
|
|
3843
|
+
const ss = z.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass: t = "" }, a) => {
|
|
3825
3844
|
var n, c;
|
|
3826
3845
|
let o = 0;
|
|
3827
3846
|
for (let d = 0; d < e.length; d++)
|
|
@@ -3831,7 +3850,7 @@ const ss = L.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass:
|
|
|
3831
3850
|
"div",
|
|
3832
3851
|
{
|
|
3833
3852
|
ref: a,
|
|
3834
|
-
className: w(
|
|
3853
|
+
className: w(y("ds-hidden ds-tablet:ds-block ds-relative ds-h-[72px]", s)),
|
|
3835
3854
|
children: /* @__PURE__ */ l.jsxs("div", { className: "ds-relative ds-w-full ds-flex ds-items-center ds-flex-row ds-justify-between", children: [
|
|
3836
3855
|
/* @__PURE__ */ l.jsx("div", { className: "ds-absolute ds-left-0 ds-top-2/4 ds-h-0.5 ds-w-full -translate-y-2/4 ds-bg-Fills-quintiary" }),
|
|
3837
3856
|
e.map((d, f) => /* @__PURE__ */ l.jsxs(
|
|
@@ -3867,13 +3886,13 @@ const ss = L.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass:
|
|
|
3867
3886
|
] })
|
|
3868
3887
|
}
|
|
3869
3888
|
),
|
|
3870
|
-
/* @__PURE__ */ l.jsx("div", { ref: a, className: w(
|
|
3889
|
+
/* @__PURE__ */ l.jsx("div", { ref: a, className: w(y("ds-block ds-tablet:ds-hidden", t)), children: e.map((d, f) => (d.status === "active" || d.status === "completed" && f + 1 == e.length) && /* @__PURE__ */ l.jsxs(
|
|
3871
3890
|
"div",
|
|
3872
3891
|
{
|
|
3873
3892
|
className: "ds-flex ds-flex-row ds-justify-between ds-items-center",
|
|
3874
3893
|
children: [
|
|
3875
3894
|
/* @__PURE__ */ l.jsx(
|
|
3876
|
-
|
|
3895
|
+
Sr,
|
|
3877
3896
|
{
|
|
3878
3897
|
progress: o / e.length,
|
|
3879
3898
|
text: `${f + 1} of ${e.length}`
|
|
@@ -3890,17 +3909,17 @@ const ss = L.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass:
|
|
|
3890
3909
|
] });
|
|
3891
3910
|
});
|
|
3892
3911
|
ss.displayName = "Stepper";
|
|
3893
|
-
const as = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23rma6vptgva)'%20fill='%23000'%20fill-opacity='.85'%3e%3cpath%20d='M5.727%2010.882h4.265a.563.563%200%200%200%20.572-.572V4.804a.562.562%200%200%200-.572-.564.555.555%200%200%200-.564.564v4.943h-3.7a.557.557%200%200%200-.573.563c0%20.327.245.572.572.572z'/%3e%3cpath%20d='M10%2018.333c4.559%200%208.333-3.782%208.333-8.333%200-4.559-3.782-8.333-8.341-8.333-4.55%200-8.325%203.774-8.325%208.333%200%204.55%203.782%208.333%208.333%208.333zm0-1.389A6.91%206.91%200%200%201%203.064%2010a6.904%206.904%200%200%201%206.928-6.944A6.925%206.925%200%200%201%2016.945%2010%206.918%206.918%200%200%201%2010%2016.944z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='rma6vptgva'%3e%3cpath%20fill='%23fff'%20d='M0%200h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", ns =
|
|
3912
|
+
const as = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23rma6vptgva)'%20fill='%23000'%20fill-opacity='.85'%3e%3cpath%20d='M5.727%2010.882h4.265a.563.563%200%200%200%20.572-.572V4.804a.562.562%200%200%200-.572-.564.555.555%200%200%200-.564.564v4.943h-3.7a.557.557%200%200%200-.573.563c0%20.327.245.572.572.572z'/%3e%3cpath%20d='M10%2018.333c4.559%200%208.333-3.782%208.333-8.333%200-4.559-3.782-8.333-8.341-8.333-4.55%200-8.325%203.774-8.325%208.333%200%204.55%203.782%208.333%208.333%208.333zm0-1.389A6.91%206.91%200%200%201%203.064%2010a6.904%206.904%200%200%201%206.928-6.944A6.925%206.925%200%200%201%2016.945%2010%206.918%206.918%200%200%201%2010%2016.944z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='rma6vptgva'%3e%3cpath%20fill='%23fff'%20d='M0%200h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", ns = z.forwardRef(
|
|
3894
3913
|
({ time: e, text: s = "", outerDivClass: t = "" }, a) => {
|
|
3895
|
-
const [o, n] =
|
|
3896
|
-
|
|
3914
|
+
const [o, n] = Ce(e);
|
|
3915
|
+
ze(() => {
|
|
3897
3916
|
const f = setInterval(() => {
|
|
3898
3917
|
n((p) => p <= 1 ? (clearInterval(f), 0) : p - 1);
|
|
3899
3918
|
}, 1e3);
|
|
3900
3919
|
return () => {
|
|
3901
3920
|
clearInterval(f);
|
|
3902
3921
|
};
|
|
3903
|
-
}, [o]),
|
|
3922
|
+
}, [o]), ze(() => {
|
|
3904
3923
|
n(e);
|
|
3905
3924
|
}, [e]);
|
|
3906
3925
|
const d = ((f) => {
|
|
@@ -3912,7 +3931,7 @@ const as = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%20
|
|
|
3912
3931
|
{
|
|
3913
3932
|
ref: a,
|
|
3914
3933
|
className: w(
|
|
3915
|
-
|
|
3934
|
+
y("ds-flex ds-flex-row ds-justify-start ds-items-center", t)
|
|
3916
3935
|
),
|
|
3917
3936
|
children: [
|
|
3918
3937
|
/* @__PURE__ */ l.jsx(
|
|
@@ -3937,17 +3956,17 @@ export {
|
|
|
3937
3956
|
$e as Asterisk,
|
|
3938
3957
|
Ut as BookingQuoteCard,
|
|
3939
3958
|
De as Button,
|
|
3940
|
-
|
|
3959
|
+
Dt as Card,
|
|
3941
3960
|
Wt as CardContent,
|
|
3942
3961
|
Vt as CardDescription,
|
|
3943
3962
|
qt as CardFooter,
|
|
3944
|
-
|
|
3963
|
+
$t as CardHeader,
|
|
3945
3964
|
Lt as CardTitle,
|
|
3946
3965
|
es as Dialog,
|
|
3947
3966
|
Yt as Grid,
|
|
3948
3967
|
Xt as ImageCarousel,
|
|
3949
|
-
|
|
3950
|
-
|
|
3968
|
+
zt as Input,
|
|
3969
|
+
Sr as RoundedProgressBar,
|
|
3951
3970
|
ss as Stepper,
|
|
3952
3971
|
Zt as Switch,
|
|
3953
3972
|
ns as Timer
|