design-system-silkhaus 0.0.71 → 0.0.73
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.js +210 -210
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@ var L = (e, s) => {
|
|
|
20
20
|
return t;
|
|
21
21
|
};
|
|
22
22
|
import * as Q from "react";
|
|
23
|
-
import z, { useState as
|
|
23
|
+
import z, { useState as Ee, useEffect as ze, forwardRef as tt } from "react";
|
|
24
24
|
var Oe = { exports: {} }, ce = {};
|
|
25
25
|
/**
|
|
26
26
|
* @license React
|
|
@@ -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 = 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,
|
|
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, S = "@@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[S];
|
|
70
70
|
return typeof i == "function" ? i : null;
|
|
71
71
|
}
|
|
72
72
|
var F = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
73
|
-
function
|
|
73
|
+
function E(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];
|
|
@@ -81,10 +81,10 @@ function at() {
|
|
|
81
81
|
{
|
|
82
82
|
var m = F.ReactDebugCurrentFrame, j = m.getStackAddendum();
|
|
83
83
|
j !== "" && (i += "%s", u = u.concat([j]));
|
|
84
|
-
var
|
|
85
|
-
return String(
|
|
84
|
+
var _ = u.map(function(y) {
|
|
85
|
+
return String(y);
|
|
86
86
|
});
|
|
87
|
-
|
|
87
|
+
_.unshift("Warning: " + i), Function.prototype.apply.call(console[r], console, _);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
var ae = !1, me = !1, be = !1, he = !1, xe = !1, Z;
|
|
@@ -109,7 +109,7 @@ function at() {
|
|
|
109
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" && E("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;
|
|
@@ -141,9 +141,9 @@ function at() {
|
|
|
141
141
|
var m = r.displayName || null;
|
|
142
142
|
return m !== null ? m : B(r.type) || "Memo";
|
|
143
143
|
case R: {
|
|
144
|
-
var j = r,
|
|
144
|
+
var j = r, _ = j._payload, y = j._init;
|
|
145
145
|
try {
|
|
146
|
-
return B(
|
|
146
|
+
return B(y(_));
|
|
147
147
|
} catch (x) {
|
|
148
148
|
return null;
|
|
149
149
|
}
|
|
@@ -155,7 +155,7 @@ function at() {
|
|
|
155
155
|
function Ve() {
|
|
156
156
|
}
|
|
157
157
|
Ve.__reactDisabledLog = !0;
|
|
158
|
-
function
|
|
158
|
+
function Sr() {
|
|
159
159
|
{
|
|
160
160
|
if (q === 0) {
|
|
161
161
|
J = console.log, ie = console.info, ee = console.warn, G = console.error, le = console.group, Y = console.groupCollapsed, X = console.groupEnd;
|
|
@@ -178,7 +178,7 @@ function at() {
|
|
|
178
178
|
q++;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function Tr() {
|
|
182
182
|
{
|
|
183
183
|
if (q--, q === 0) {
|
|
184
184
|
var r = {
|
|
@@ -210,65 +210,65 @@ function at() {
|
|
|
210
210
|
})
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
q < 0 &&
|
|
213
|
+
q < 0 && E("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
var
|
|
217
|
-
function
|
|
216
|
+
var Ce = F.ReactCurrentDispatcher, Se;
|
|
217
|
+
function ve(r, i, u) {
|
|
218
218
|
{
|
|
219
|
-
if (
|
|
219
|
+
if (Se === void 0)
|
|
220
220
|
try {
|
|
221
221
|
throw Error();
|
|
222
222
|
} catch (j) {
|
|
223
223
|
var m = j.stack.trim().match(/\n( *(at )?)/);
|
|
224
|
-
|
|
224
|
+
Se = m && m[1] || "";
|
|
225
225
|
}
|
|
226
226
|
return `
|
|
227
|
-
` +
|
|
227
|
+
` + Se + r;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
-
var
|
|
230
|
+
var Te = !1, ye;
|
|
231
231
|
{
|
|
232
232
|
var Nr = typeof WeakMap == "function" ? WeakMap : Map;
|
|
233
|
-
|
|
233
|
+
ye = new Nr();
|
|
234
234
|
}
|
|
235
235
|
function We(r, i) {
|
|
236
|
-
if (!r ||
|
|
236
|
+
if (!r || Te)
|
|
237
237
|
return "";
|
|
238
238
|
{
|
|
239
|
-
var u =
|
|
239
|
+
var u = ye.get(r);
|
|
240
240
|
if (u !== void 0)
|
|
241
241
|
return u;
|
|
242
242
|
}
|
|
243
243
|
var m;
|
|
244
|
-
|
|
244
|
+
Te = !0;
|
|
245
245
|
var j = Error.prepareStackTrace;
|
|
246
246
|
Error.prepareStackTrace = void 0;
|
|
247
|
-
var
|
|
248
|
-
|
|
247
|
+
var _;
|
|
248
|
+
_ = Ce.current, Ce.current = null, Sr();
|
|
249
249
|
try {
|
|
250
250
|
if (i) {
|
|
251
|
-
var
|
|
251
|
+
var y = function() {
|
|
252
252
|
throw Error();
|
|
253
253
|
};
|
|
254
|
-
if (Object.defineProperty(
|
|
254
|
+
if (Object.defineProperty(y.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(y, []);
|
|
261
261
|
} catch (V) {
|
|
262
262
|
m = V;
|
|
263
263
|
}
|
|
264
|
-
Reflect.construct(r, [],
|
|
264
|
+
Reflect.construct(r, [], y);
|
|
265
265
|
} else {
|
|
266
266
|
try {
|
|
267
|
-
|
|
267
|
+
y.call();
|
|
268
268
|
} catch (V) {
|
|
269
269
|
m = V;
|
|
270
270
|
}
|
|
271
|
-
r.call(
|
|
271
|
+
r.call(y.prototype);
|
|
272
272
|
}
|
|
273
273
|
} else {
|
|
274
274
|
try {
|
|
@@ -282,26 +282,26 @@ function at() {
|
|
|
282
282
|
if (V && m && typeof V.stack == "string") {
|
|
283
283
|
for (var x = V.stack.split(`
|
|
284
284
|
`), M = m.stack.split(`
|
|
285
|
-
`),
|
|
285
|
+
`), T = x.length - 1, P = M.length - 1; T >= 1 && P >= 0 && x[T] !== M[P]; )
|
|
286
286
|
P--;
|
|
287
|
-
for (;
|
|
288
|
-
if (x[
|
|
289
|
-
if (
|
|
287
|
+
for (; T >= 1 && P >= 0; T--, P--)
|
|
288
|
+
if (x[T] !== M[P]) {
|
|
289
|
+
if (T !== 1 || P !== 1)
|
|
290
290
|
do
|
|
291
|
-
if (
|
|
291
|
+
if (T--, P--, P < 0 || x[T] !== M[P]) {
|
|
292
292
|
var $ = `
|
|
293
|
-
` + x[
|
|
294
|
-
return r.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", r.displayName)), typeof r == "function" &&
|
|
293
|
+
` + x[T].replace(" at new ", " at ");
|
|
294
|
+
return r.displayName && $.includes("<anonymous>") && ($ = $.replace("<anonymous>", r.displayName)), typeof r == "function" && ye.set(r, $), $;
|
|
295
295
|
}
|
|
296
|
-
while (
|
|
296
|
+
while (T >= 1 && P >= 0);
|
|
297
297
|
break;
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
} finally {
|
|
301
|
-
|
|
301
|
+
Te = !1, Ce.current = _, Tr(), 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 ? ve(te) : "";
|
|
304
|
+
return typeof r == "function" && ye.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 ve(r);
|
|
320
320
|
switch (r) {
|
|
321
321
|
case p:
|
|
322
|
-
return
|
|
322
|
+
return ve("Suspense");
|
|
323
323
|
case g:
|
|
324
|
-
return
|
|
324
|
+
return ve("SuspenseList");
|
|
325
325
|
}
|
|
326
326
|
if (typeof r == "object")
|
|
327
327
|
switch (r.$$typeof) {
|
|
@@ -330,10 +330,10 @@ 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, _ = m._init;
|
|
334
334
|
try {
|
|
335
|
-
return we(
|
|
336
|
-
} catch (
|
|
335
|
+
return we(_(j), i, u);
|
|
336
|
+
} catch (y) {
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
}
|
|
@@ -349,20 +349,20 @@ function at() {
|
|
|
349
349
|
}
|
|
350
350
|
function Fr(r, i, u, m, j) {
|
|
351
351
|
{
|
|
352
|
-
var
|
|
353
|
-
for (var
|
|
354
|
-
if (
|
|
352
|
+
var _ = Function.call.bind(je);
|
|
353
|
+
for (var y in r)
|
|
354
|
+
if (_(r, y)) {
|
|
355
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[y] != "function") {
|
|
358
|
+
var M = Error((m || "React class") + ": " + u + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof r[y] + "`.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
|
-
x = r[
|
|
362
|
-
} catch (
|
|
363
|
-
x =
|
|
361
|
+
x = r[y](i, y, m, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
362
|
+
} catch (T) {
|
|
363
|
+
x = T;
|
|
364
364
|
}
|
|
365
|
-
x && !(x instanceof Error) && (Re(j),
|
|
365
|
+
x && !(x instanceof Error) && (Re(j), E("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", m || "React class", u, y, typeof x), Re(null)), x instanceof Error && !(x.message in qe) && (qe[x.message] = !0, Re(j), E("Failed %s type: %s", u, x.message), Re(null));
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
368
|
}
|
|
@@ -388,7 +388,7 @@ function at() {
|
|
|
388
388
|
}
|
|
389
389
|
function Ue(r) {
|
|
390
390
|
if (zr(r))
|
|
391
|
-
return
|
|
391
|
+
return E("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
393
|
var de = F.ReactCurrentOwner, Or = {
|
|
394
394
|
key: !0,
|
|
@@ -416,13 +416,13 @@ function at() {
|
|
|
416
416
|
function $r(r, i) {
|
|
417
417
|
if (typeof r.ref == "string" && de.current && i && de.current.stateNode !== i) {
|
|
418
418
|
var u = B(de.current.type);
|
|
419
|
-
Pe[u] || (
|
|
419
|
+
Pe[u] || (E('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', 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, E("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", 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, E("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
437
437
|
};
|
|
438
438
|
u.isReactWarning = !0, Object.defineProperty(r, "ref", {
|
|
439
439
|
get: u,
|
|
@@ -441,7 +441,7 @@ function at() {
|
|
|
441
441
|
});
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
|
-
var Wr = function(r, i, u, m, j,
|
|
444
|
+
var Wr = function(r, i, u, m, j, _, y) {
|
|
445
445
|
var x = {
|
|
446
446
|
// This tag allows us to uniquely identify this as a React Element
|
|
447
447
|
$$typeof: s,
|
|
@@ -449,9 +449,9 @@ function at() {
|
|
|
449
449
|
type: r,
|
|
450
450
|
key: i,
|
|
451
451
|
ref: u,
|
|
452
|
-
props:
|
|
452
|
+
props: y,
|
|
453
453
|
// Record the component responsible for creating this element.
|
|
454
|
-
_owner:
|
|
454
|
+
_owner: _
|
|
455
455
|
};
|
|
456
456
|
return x._store = {}, Object.defineProperty(x._store, "validated", {
|
|
457
457
|
configurable: !1,
|
|
@@ -472,20 +472,20 @@ function at() {
|
|
|
472
472
|
};
|
|
473
473
|
function qr(r, i, u, m, j) {
|
|
474
474
|
{
|
|
475
|
-
var
|
|
475
|
+
var _, y = {}, x = null, M = null;
|
|
476
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 (
|
|
478
|
-
je.call(i,
|
|
477
|
+
for (_ in i)
|
|
478
|
+
je.call(i, _) && !Or.hasOwnProperty(_) && (y[_] = i[_]);
|
|
479
479
|
if (r && r.defaultProps) {
|
|
480
|
-
var
|
|
481
|
-
for (
|
|
482
|
-
|
|
480
|
+
var T = r.defaultProps;
|
|
481
|
+
for (_ in T)
|
|
482
|
+
y[_] === void 0 && (y[_] = T[_]);
|
|
483
483
|
}
|
|
484
484
|
if (x || M) {
|
|
485
485
|
var P = typeof r == "function" ? r.displayName || r.name || "Unknown" : r;
|
|
486
|
-
x && Lr(
|
|
486
|
+
x && Lr(y, P), M && Vr(y, P);
|
|
487
487
|
}
|
|
488
|
-
return Wr(r, x, M, j, m, de.current,
|
|
488
|
+
return Wr(r, x, M, j, m, de.current, y);
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
491
|
var Ae = F.ReactCurrentOwner, Xe = F.ReactDebugCurrentFrame;
|
|
@@ -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 !== Ae.current && (m = " It was passed a child from " + B(r._owner.type) + "."), re(r),
|
|
550
|
+
r && r._owner && r._owner !== Ae.current && (m = " It was passed a child from " + B(r._owner.type) + "."), re(r), E('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 _ = j.call(r), y; !(y = _.next()).done; )
|
|
568
|
+
Ie(y.value) && Ze(y.value, i);
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
571
|
}
|
|
@@ -589,9 +589,9 @@ Check the top-level render call using <` + u + ">.");
|
|
|
589
589
|
} else if (i.PropTypes !== void 0 && !Fe) {
|
|
590
590
|
Fe = !0;
|
|
591
591
|
var j = B(i);
|
|
592
|
-
|
|
592
|
+
E("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 && E("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), E("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), E("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, _) {
|
|
610
610
|
{
|
|
611
|
-
var
|
|
612
|
-
if (!
|
|
611
|
+
var y = ne(r);
|
|
612
|
+
if (!y) {
|
|
613
613
|
var x = "";
|
|
614
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
616
|
M ? x += M : x += Ke();
|
|
617
|
-
var
|
|
618
|
-
r === null ?
|
|
617
|
+
var T;
|
|
618
|
+
r === null ? T = "null" : Ne(r) ? T = "array" : r !== void 0 && r.$$typeof === s ? (T = "<" + (B(r.type) || "Unknown") + " />", x = " Did you accidentally export a JSX literal instead of a component?") : T = typeof r, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, x);
|
|
619
619
|
}
|
|
620
|
-
var P = qr(r, i, u, j,
|
|
620
|
+
var P = qr(r, i, u, j, _);
|
|
621
621
|
if (P == null)
|
|
622
622
|
return P;
|
|
623
|
-
if (
|
|
623
|
+
if (y) {
|
|
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
|
+
E("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
633
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 vr(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 yr(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 = vr(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 v() {
|
|
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 = vr(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(), yr(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 yr(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 ? yr(e.slice(1), a) : void 0;
|
|
694
694
|
if (o)
|
|
695
695
|
return o;
|
|
696
696
|
if (s.validators.length === 0)
|
|
@@ -792,15 +792,15 @@ 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 S = 0; S < c.length; S++) {
|
|
796
|
+
let A = c[S];
|
|
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(S, S + o) === s)) {
|
|
799
|
+
d.push(c.slice(p, S)), p = S + o;
|
|
800
800
|
continue;
|
|
801
801
|
}
|
|
802
802
|
if (A === "/") {
|
|
803
|
-
g =
|
|
803
|
+
g = S;
|
|
804
804
|
continue;
|
|
805
805
|
}
|
|
806
806
|
}
|
|
@@ -908,13 +908,13 @@ function ht(e, ...s) {
|
|
|
908
908
|
return n(bt.apply(null, arguments));
|
|
909
909
|
};
|
|
910
910
|
}
|
|
911
|
-
function
|
|
911
|
+
function C(e) {
|
|
912
912
|
const s = (t) => t[e] || [];
|
|
913
913
|
return s.isThemeGetter = !0, s;
|
|
914
914
|
}
|
|
915
|
-
const Rr = /^\[(?:([a-z-]+):)?(.+)\]$/i, xt = /^\d+\/\d+$/,
|
|
915
|
+
const Rr = /^\[(?:([a-z-]+):)?(.+)\]$/i, xt = /^\d+\/\d+$/, vt = /* @__PURE__ */ new Set(["px", "full", "screen"]), yt = /^(\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 K(e) ||
|
|
917
|
+
return K(e) || vt.has(e) || xt.test(e);
|
|
918
918
|
}
|
|
919
919
|
function U(e) {
|
|
920
920
|
return se(e, "length", At);
|
|
@@ -922,31 +922,31 @@ function U(e) {
|
|
|
922
922
|
function K(e) {
|
|
923
923
|
return !!e && !Number.isNaN(Number(e));
|
|
924
924
|
}
|
|
925
|
-
function
|
|
925
|
+
function _e(e) {
|
|
926
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
|
|
931
|
+
function _t(e) {
|
|
932
932
|
return e.endsWith("%") && K(e.slice(0, -1));
|
|
933
933
|
}
|
|
934
934
|
function h(e) {
|
|
935
935
|
return Rr.test(e);
|
|
936
936
|
}
|
|
937
937
|
function H(e) {
|
|
938
|
-
return
|
|
938
|
+
return yt.test(e);
|
|
939
939
|
}
|
|
940
|
-
const
|
|
941
|
-
function
|
|
942
|
-
return se(e,
|
|
940
|
+
const Et = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
|
|
941
|
+
function Ct(e) {
|
|
942
|
+
return se(e, Et, kr);
|
|
943
943
|
}
|
|
944
|
-
function
|
|
944
|
+
function St(e) {
|
|
945
945
|
return se(e, "position", kr);
|
|
946
946
|
}
|
|
947
|
-
const
|
|
947
|
+
const Tt = /* @__PURE__ */ new Set(["image", "url"]);
|
|
948
948
|
function Nt(e) {
|
|
949
|
-
return se(e,
|
|
949
|
+
return se(e, Tt, It);
|
|
950
950
|
}
|
|
951
951
|
function Pt(e) {
|
|
952
952
|
return se(e, "", Ft);
|
|
@@ -971,7 +971,7 @@ function It(e) {
|
|
|
971
971
|
return kt.test(e);
|
|
972
972
|
}
|
|
973
973
|
function Mt() {
|
|
974
|
-
const e =
|
|
974
|
+
const e = C("colors"), s = C("spacing"), t = C("blur"), a = C("brightness"), o = C("borderColor"), n = C("borderRadius"), c = C("borderSpacing"), d = C("borderWidth"), f = C("contrast"), p = C("grayscale"), g = C("hueRotate"), b = C("invert"), R = C("gap"), N = C("gradientColorStops"), O = C("gradientColorStopPositions"), S = C("inset"), A = C("margin"), F = C("opacity"), E = C("padding"), ge = C("saturate"), ae = C("scale"), me = C("sepia"), be = C("skew"), he = C("space"), xe = C("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, _e], X = () => [K, h];
|
|
975
975
|
return {
|
|
976
976
|
cacheSize: 500,
|
|
977
977
|
separator: ":",
|
|
@@ -990,7 +990,7 @@ function Mt() {
|
|
|
990
990
|
invert: G(),
|
|
991
991
|
gap: k(),
|
|
992
992
|
gradientColorStops: [e],
|
|
993
|
-
gradientColorStopPositions: [
|
|
993
|
+
gradientColorStopPositions: [_t, U],
|
|
994
994
|
inset: oe(),
|
|
995
995
|
margin: oe(),
|
|
996
996
|
opacity: Y(),
|
|
@@ -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: [S]
|
|
1152
1152
|
}],
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Right / Left
|
|
1155
1155
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1156
1156
|
*/
|
|
1157
1157
|
"inset-x": [{
|
|
1158
|
-
"inset-x": [
|
|
1158
|
+
"inset-x": [S]
|
|
1159
1159
|
}],
|
|
1160
1160
|
/**
|
|
1161
1161
|
* Top / Bottom
|
|
1162
1162
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1163
1163
|
*/
|
|
1164
1164
|
"inset-y": [{
|
|
1165
|
-
"inset-y": [
|
|
1165
|
+
"inset-y": [S]
|
|
1166
1166
|
}],
|
|
1167
1167
|
/**
|
|
1168
1168
|
* Start
|
|
1169
1169
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1170
1170
|
*/
|
|
1171
1171
|
start: [{
|
|
1172
|
-
start: [
|
|
1172
|
+
start: [S]
|
|
1173
1173
|
}],
|
|
1174
1174
|
/**
|
|
1175
1175
|
* End
|
|
1176
1176
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1177
1177
|
*/
|
|
1178
1178
|
end: [{
|
|
1179
|
-
end: [
|
|
1179
|
+
end: [S]
|
|
1180
1180
|
}],
|
|
1181
1181
|
/**
|
|
1182
1182
|
* Top
|
|
1183
1183
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1184
1184
|
*/
|
|
1185
1185
|
top: [{
|
|
1186
|
-
top: [
|
|
1186
|
+
top: [S]
|
|
1187
1187
|
}],
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Right
|
|
1190
1190
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1191
1191
|
*/
|
|
1192
1192
|
right: [{
|
|
1193
|
-
right: [
|
|
1193
|
+
right: [S]
|
|
1194
1194
|
}],
|
|
1195
1195
|
/**
|
|
1196
1196
|
* Bottom
|
|
1197
1197
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1198
1198
|
*/
|
|
1199
1199
|
bottom: [{
|
|
1200
|
-
bottom: [
|
|
1200
|
+
bottom: [S]
|
|
1201
1201
|
}],
|
|
1202
1202
|
/**
|
|
1203
1203
|
* Left
|
|
1204
1204
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
1205
1205
|
*/
|
|
1206
1206
|
left: [{
|
|
1207
|
-
left: [
|
|
1207
|
+
left: [S]
|
|
1208
1208
|
}],
|
|
1209
1209
|
/**
|
|
1210
1210
|
* Visibility
|
|
@@ -1439,63 +1439,63 @@ function Mt() {
|
|
|
1439
1439
|
* @see https://tailwindcss.com/docs/padding
|
|
1440
1440
|
*/
|
|
1441
1441
|
p: [{
|
|
1442
|
-
p: [
|
|
1442
|
+
p: [E]
|
|
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: [E]
|
|
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: [E]
|
|
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: [E]
|
|
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: [E]
|
|
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: [E]
|
|
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: [E]
|
|
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: [E]
|
|
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: [E]
|
|
1499
1499
|
}],
|
|
1500
1500
|
/**
|
|
1501
1501
|
* Margin
|
|
@@ -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", _e]
|
|
1663
1663
|
}],
|
|
1664
1664
|
/**
|
|
1665
1665
|
* Font Family
|
|
@@ -1710,7 +1710,7 @@ function Mt() {
|
|
|
1710
1710
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1711
1711
|
*/
|
|
1712
1712
|
"line-clamp": [{
|
|
1713
|
-
"line-clamp": ["none", K,
|
|
1713
|
+
"line-clamp": ["none", K, _e]
|
|
1714
1714
|
}],
|
|
1715
1715
|
/**
|
|
1716
1716
|
* Line Height
|
|
@@ -1903,7 +1903,7 @@ function Mt() {
|
|
|
1903
1903
|
* @see https://tailwindcss.com/docs/background-position
|
|
1904
1904
|
*/
|
|
1905
1905
|
"bg-position": [{
|
|
1906
|
-
bg: [...q(),
|
|
1906
|
+
bg: [...q(), St]
|
|
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", Ct]
|
|
1923
1923
|
}],
|
|
1924
1924
|
/**
|
|
1925
1925
|
* Background Image
|
|
@@ -2910,7 +2910,7 @@ function Mt() {
|
|
|
2910
2910
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2911
2911
|
*/
|
|
2912
2912
|
"stroke-w": [{
|
|
2913
|
-
stroke: [W, U,
|
|
2913
|
+
stroke: [W, U, _e]
|
|
2914
2914
|
}],
|
|
2915
2915
|
/**
|
|
2916
2916
|
* Stroke
|
|
@@ -3001,7 +3001,7 @@ const w = /* @__PURE__ */ ht(Mt), cr = {
|
|
|
3001
3001
|
I({
|
|
3002
3002
|
ref: n,
|
|
3003
3003
|
disabled: t,
|
|
3004
|
-
className: w(
|
|
3004
|
+
className: w(v(cr[e], cr[s], a))
|
|
3005
3005
|
}, o)
|
|
3006
3006
|
);
|
|
3007
3007
|
}
|
|
@@ -3022,12 +3022,12 @@ const $e = z.forwardRef(
|
|
|
3022
3022
|
);
|
|
3023
3023
|
$e.displayName = "Asteric";
|
|
3024
3024
|
const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.482%2010.047c2.498%200%204.566-2.072%204.566-4.565%200-2.498-2.073-4.565-4.57-4.565C2.985.917.917%202.984.917%205.482c0%202.493%202.072%204.565%204.565%204.565zm0-.76a3.786%203.786%200%200%201-3.8-3.805%203.782%203.782%200%200%201%203.796-3.805%203.794%203.794%200%200%201%203.809%203.805%203.79%203.79%200%200%201-3.805%203.804z'%20fill='%23FF453A'/%3e%3cpath%20d='M4.452%207.978h1.821a.316.316%200%201%200%200-.631h-.555V5.069c0-.242-.12-.403-.349-.403h-.841a.316.316%200%201%200%200%20.631h.479v2.05h-.555a.316.316%200%201%200%200%20.631zm.743-4.055c.326%200%20.582-.26.582-.587a.582.582%200%201%200-1.164%200c0%20.327.26.587.582.587z'%20fill='%23FF453A'/%3e%3c/svg%3e", fr = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.482%2010.047c2.498%200%204.566-2.072%204.566-4.565%200-2.498-2.073-4.565-4.57-4.565C2.985.917.917%202.984.917%205.482c0%202.493%202.072%204.565%204.565%204.565zm0-.76a3.786%203.786%200%200%201-3.8-3.805%203.782%203.782%200%200%201%203.796-3.805%203.794%203.794%200%200%201%203.809%203.805%203.79%203.79%200%200%201-3.805%203.804z'%20fill='%2328CD41'/%3e%3cpath%20d='M5.242%207.713a.42.42%200%200%200%20.363-.21L7.65%204.283c.05-.09.108-.188.108-.286%200-.202-.18-.332-.367-.332-.112%200-.224.072-.31.202l-1.857%202.98-.881-1.14c-.108-.144-.206-.18-.332-.18a.347.347%200%200%200-.344.354c0%20.099.04.193.103.278l1.092%201.342c.112.148.233.21.38.21z'%20fill='%2328CD41'/%3e%3c/svg%3e", pr = {
|
|
3025
|
-
primary: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary
|
|
3026
|
-
primaryRounded: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary
|
|
3027
|
-
success: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary
|
|
3028
|
-
error: "ds-bg-System-red ds-bg-opacity-[0.1] ds-placeholder-Fills-quadrutery ds-text-Text-primary
|
|
3029
|
-
errorRounded: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary
|
|
3030
|
-
disabled: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary
|
|
3025
|
+
primary: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3026
|
+
primaryRounded: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3027
|
+
success: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3028
|
+
error: "ds-bg-System-red ds-bg-opacity-[0.1] ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-System-red ds-rounded-sm active:ds-text-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3029
|
+
errorRounded: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-System-red ds-rounded-sm active:ds-text-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
|
|
3030
|
+
disabled: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-Fills-quintiary ds-cursor-not-allowed ds-rounded-sm hover:ds-border-Fills-quintiary active:ds-text-Text-primary active:ds-border-Fills-quintiary focus:ds-border-Fills-quintiary focus:ds-outline-none disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]"
|
|
3031
3031
|
}, gr = {
|
|
3032
3032
|
primary: "ds-text-Text-primary",
|
|
3033
3033
|
primaryRounded: "ds-text-Text-primary",
|
|
@@ -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
|
-
"ds-text-mediumFootnoteRegular ds-tablet:
|
|
3075
|
+
"ds-text-mediumFootnoteRegular ds-tablet:ds_SmallSubheadRegular ds-desktop:MediumSubheadRegular ds-mb-space075",
|
|
3076
3076
|
c,
|
|
3077
3077
|
gr[e]
|
|
3078
3078
|
),
|
|
@@ -3087,14 +3087,14 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3087
3087
|
"textarea",
|
|
3088
3088
|
I({
|
|
3089
3089
|
disabled: s,
|
|
3090
|
-
className: w(
|
|
3090
|
+
className: w(v(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
|
+
v("ds-text-mediumFootnoteRegular ds-tablet:ds_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(v("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(v("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
|
-
"ds-text-mediumFootnoteRegular ds-tablet:
|
|
3126
|
+
"ds-text-mediumFootnoteRegular ds-tablet:ds_SmallSubheadRegular ds-mb-space075",
|
|
3127
3127
|
c,
|
|
3128
3128
|
gr[e]
|
|
3129
3129
|
),
|
|
@@ -3139,14 +3139,14 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3139
3139
|
I({
|
|
3140
3140
|
ref: b,
|
|
3141
3141
|
disabled: s,
|
|
3142
|
-
className: w(
|
|
3142
|
+
className: w(v(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
|
+
v("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(v("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(v("ds-me-1"))
|
|
3167
3167
|
}
|
|
3168
3168
|
),
|
|
3169
3169
|
n
|
|
@@ -3174,14 +3174,14 @@ const ur = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%20
|
|
|
3174
3174
|
}
|
|
3175
3175
|
);
|
|
3176
3176
|
zt.displayName = "Input";
|
|
3177
|
-
function
|
|
3177
|
+
function _r(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 = _r(e[s])) && (a && (a += " "), a += t);
|
|
3185
3185
|
else
|
|
3186
3186
|
for (s in e)
|
|
3187
3187
|
e[s] && (a && (a += " "), a += s);
|
|
@@ -3189,10 +3189,10 @@ function Er(e) {
|
|
|
3189
3189
|
}
|
|
3190
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 = _r(e)) && (a && (a += " "), a += s);
|
|
3193
3193
|
return a;
|
|
3194
3194
|
}
|
|
3195
|
-
const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, hr = Ot,
|
|
3195
|
+
const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, hr = Ot, Er = (e, s) => (t) => {
|
|
3196
3196
|
var a;
|
|
3197
3197
|
if ((s == null ? void 0 : s.variants) == null)
|
|
3198
3198
|
return hr(e, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
@@ -3207,8 +3207,8 @@ const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, hr =
|
|
|
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
3209
|
let O = g, { class: b, className: R } = O, N = L(O, ["class", "className"]);
|
|
3210
|
-
return Object.entries(N).every((
|
|
3211
|
-
let [A, F] =
|
|
3210
|
+
return Object.entries(N).every((S) => {
|
|
3211
|
+
let [A, F] = S;
|
|
3212
3212
|
return Array.isArray(F) ? F.includes(I(I({}, n), d)[A]) : I(I({}, n), d)[A] === F;
|
|
3213
3213
|
}) ? [
|
|
3214
3214
|
...p,
|
|
@@ -3217,7 +3217,7 @@ const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, hr =
|
|
|
3217
3217
|
] : p;
|
|
3218
3218
|
}, []);
|
|
3219
3219
|
return hr(e, c, f, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
3220
|
-
}, Bt =
|
|
3220
|
+
}, Bt = Er("ds-border ds-text-text-primary", {
|
|
3221
3221
|
variants: {
|
|
3222
3222
|
cardType: {
|
|
3223
3223
|
default: "ds-shadow-none",
|
|
@@ -3235,7 +3235,7 @@ const br = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, hr =
|
|
|
3235
3235
|
I({
|
|
3236
3236
|
ref: a,
|
|
3237
3237
|
className: w(
|
|
3238
|
-
|
|
3238
|
+
v(
|
|
3239
3239
|
Bt({
|
|
3240
3240
|
cardType: s,
|
|
3241
3241
|
className: e
|
|
@@ -3257,7 +3257,7 @@ const $t = Q.forwardRef(
|
|
|
3257
3257
|
I({
|
|
3258
3258
|
ref: t,
|
|
3259
3259
|
className: w(
|
|
3260
|
-
|
|
3260
|
+
v("ds-flex ds-flex-col ds-pt-space300 ds-pb-space200 ds-px-space300", e)
|
|
3261
3261
|
)
|
|
3262
3262
|
}, s)
|
|
3263
3263
|
);
|
|
@@ -3271,7 +3271,7 @@ const Lt = Q.forwardRef(
|
|
|
3271
3271
|
"div",
|
|
3272
3272
|
I({
|
|
3273
3273
|
ref: t,
|
|
3274
|
-
className: w(
|
|
3274
|
+
className: w(v("ds-font-medium", e))
|
|
3275
3275
|
}, s)
|
|
3276
3276
|
);
|
|
3277
3277
|
}
|
|
@@ -3284,7 +3284,7 @@ const Vt = Q.forwardRef(
|
|
|
3284
3284
|
"div",
|
|
3285
3285
|
I({
|
|
3286
3286
|
ref: t,
|
|
3287
|
-
className: w(
|
|
3287
|
+
className: w(v("ds-font-regular", e))
|
|
3288
3288
|
}, s)
|
|
3289
3289
|
);
|
|
3290
3290
|
}
|
|
@@ -3297,7 +3297,7 @@ const Wt = Q.forwardRef(
|
|
|
3297
3297
|
"div",
|
|
3298
3298
|
I({
|
|
3299
3299
|
ref: t,
|
|
3300
|
-
className: w(
|
|
3300
|
+
className: w(v("ds-pb-space300 ds-px-space300 ", e))
|
|
3301
3301
|
}, s)
|
|
3302
3302
|
);
|
|
3303
3303
|
}
|
|
@@ -3310,13 +3310,13 @@ const qt = Q.forwardRef(
|
|
|
3310
3310
|
"div",
|
|
3311
3311
|
I({
|
|
3312
3312
|
ref: t,
|
|
3313
|
-
className: w(
|
|
3313
|
+
className: w(v("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 = Er(
|
|
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: {
|
|
@@ -3426,7 +3426,7 @@ const Gt = Cr(
|
|
|
3426
3426
|
"div",
|
|
3427
3427
|
Me(I({
|
|
3428
3428
|
className: w(
|
|
3429
|
-
|
|
3429
|
+
v(
|
|
3430
3430
|
Gt({
|
|
3431
3431
|
display: t == null ? void 0 : t.display,
|
|
3432
3432
|
gap: t == null ? void 0 : t.gap,
|
|
@@ -3455,24 +3455,24 @@ const xr = (e) => {
|
|
|
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 ds_xSmallBodyEmphasized ds-tablet:ds_SmallBodyEmphasized ds-desktop:ds_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 ds_xSmallBodyEmphasized ds-tablet:ds_SmallCalloutRegular ds-desktop:ds_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 ds_xSmallCalloutRegular ds-tablet:ds_SmallCalloutRegular ds-desktop:ds_MediumCalloutRegular";
|
|
3466
3466
|
break;
|
|
3467
3467
|
}
|
|
3468
3468
|
return s;
|
|
3469
3469
|
}, Ut = z.forwardRef(
|
|
3470
3470
|
({ className: e, items: s }, t) => {
|
|
3471
|
-
const [a, o] =
|
|
3471
|
+
const [a, o] = Ee(!1);
|
|
3472
3472
|
return /* @__PURE__ */ l.jsxs(
|
|
3473
3473
|
"div",
|
|
3474
3474
|
{
|
|
3475
|
-
className: w(
|
|
3475
|
+
className: w(v(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) => {
|
|
@@ -3480,7 +3480,7 @@ const xr = (e) => {
|
|
|
3480
3480
|
return /* @__PURE__ */ l.jsx(
|
|
3481
3481
|
"div",
|
|
3482
3482
|
{
|
|
3483
|
-
children: /* @__PURE__ */ l.jsxs("div", { className:
|
|
3483
|
+
children: /* @__PURE__ */ l.jsxs("div", { className: v(
|
|
3484
3484
|
n.key_name !== "total_amount" && "line-items",
|
|
3485
3485
|
a === !0 && "show"
|
|
3486
3486
|
), children: [
|
|
@@ -3488,7 +3488,7 @@ const xr = (e) => {
|
|
|
3488
3488
|
/* @__PURE__ */ l.jsxs(
|
|
3489
3489
|
"div",
|
|
3490
3490
|
{
|
|
3491
|
-
className:
|
|
3491
|
+
className: v(
|
|
3492
3492
|
"ds-flex ds-flex-row ds-justify-between",
|
|
3493
3493
|
c > 0 && "ds-mt-2",
|
|
3494
3494
|
c !== s.length && n.type === "STANDARD_LINE_SEPARATED" && "ds-mb-1"
|
|
@@ -3497,11 +3497,11 @@ const xr = (e) => {
|
|
|
3497
3497
|
/* @__PURE__ */ l.jsx(
|
|
3498
3498
|
"span",
|
|
3499
3499
|
{
|
|
3500
|
-
className:
|
|
3500
|
+
className: v(
|
|
3501
3501
|
"ds-me-3",
|
|
3502
3502
|
n.key_name !== "total_amount" && xr(n.type),
|
|
3503
3503
|
((d = n.display_name) == null ? void 0 : d.toLocaleLowerCase()) === "vat" && "ds-uppercase",
|
|
3504
|
-
n.key_name === "total_amount" && "
|
|
3504
|
+
n.key_name === "total_amount" && "ds_xSmallBodyEmphasized ds-tablet:ds_SmallCalloutEmphasized ds-desktop:ds_MediumBodyEmphasized"
|
|
3505
3505
|
),
|
|
3506
3506
|
children: n.display_name
|
|
3507
3507
|
}
|
|
@@ -3509,9 +3509,9 @@ const xr = (e) => {
|
|
|
3509
3509
|
/* @__PURE__ */ l.jsx(
|
|
3510
3510
|
"span",
|
|
3511
3511
|
{
|
|
3512
|
-
className:
|
|
3512
|
+
className: v(
|
|
3513
3513
|
n.key_name !== "total_amount" && xr(n.type),
|
|
3514
|
-
n.key_name === "total_amount" && "
|
|
3514
|
+
n.key_name === "total_amount" && "ds_xSmallBodyEmphasized ds-tablet:ds_SmallCalloutEmphasized ds-desktop:ds_MediumBodyEmphasized"
|
|
3515
3515
|
),
|
|
3516
3516
|
children: n.currency_converted_amount
|
|
3517
3517
|
}
|
|
@@ -3527,7 +3527,7 @@ const xr = (e) => {
|
|
|
3527
3527
|
/* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsxs(
|
|
3528
3528
|
"span",
|
|
3529
3529
|
{
|
|
3530
|
-
className: "ds-flex ds-justify-end ds-items-center ds-text-Background-accentEggplant-100 ds-underline ds-cursor-pointer
|
|
3530
|
+
className: "ds-flex ds-justify-end ds-items-center ds-text-Background-accentEggplant-100 ds-underline ds-cursor-pointer ds_xSmallFootnoteEmphasized ds-tablet:ds-hidden",
|
|
3531
3531
|
onClick: () => o(!a),
|
|
3532
3532
|
children: [
|
|
3533
3533
|
"See ",
|
|
@@ -3542,7 +3542,7 @@ const xr = (e) => {
|
|
|
3542
3542
|
);
|
|
3543
3543
|
Ut.displayName = "Booking_Quote_Card";
|
|
3544
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] =
|
|
3545
|
+
const [s, t] = Ee(0), a = () => {
|
|
3546
3546
|
t((n) => n === e.length - 1 ? 0 : n + 1);
|
|
3547
3547
|
}, o = () => {
|
|
3548
3548
|
t((n) => n === 0 ? e.length - 1 : n - 1);
|
|
@@ -3584,7 +3584,7 @@ const Ht = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%20
|
|
|
3584
3584
|
{
|
|
3585
3585
|
"aria-description": n,
|
|
3586
3586
|
className: w(
|
|
3587
|
-
|
|
3587
|
+
v(
|
|
3588
3588
|
"ds-w-[5px] ds-h-[4px] ds-block ds-z-10 ds-mx-[2.5px] ds-rounded-[1px]",
|
|
3589
3589
|
c !== s && "ds-bg-[rgba(255,255,255,0.5)]",
|
|
3590
3590
|
c === s && "ds-bg-[rgba(255,255,255,0.8)]"
|
|
@@ -3609,7 +3609,7 @@ const Kt = z.forwardRef(
|
|
|
3609
3609
|
isEnabled: f = !0,
|
|
3610
3610
|
isExpanded: p = !0
|
|
3611
3611
|
}, g) => {
|
|
3612
|
-
const [b, R] =
|
|
3612
|
+
const [b, R] = Ee(p), N = () => {
|
|
3613
3613
|
f && R(!b);
|
|
3614
3614
|
};
|
|
3615
3615
|
return ze(() => {
|
|
@@ -3617,14 +3617,14 @@ const Kt = z.forwardRef(
|
|
|
3617
3617
|
}, [f, p]), /* @__PURE__ */ l.jsxs(
|
|
3618
3618
|
"div",
|
|
3619
3619
|
{
|
|
3620
|
-
className: w(
|
|
3620
|
+
className: w(v("silkhaus-accordion", o)),
|
|
3621
3621
|
ref: g,
|
|
3622
3622
|
children: [
|
|
3623
3623
|
/* @__PURE__ */ l.jsxs(
|
|
3624
3624
|
"div",
|
|
3625
3625
|
{
|
|
3626
3626
|
className: w(
|
|
3627
|
-
|
|
3627
|
+
v(
|
|
3628
3628
|
"silkhaus-accordion-header ds-flex ds-flex-row ds-justify-between ds-items-center",
|
|
3629
3629
|
n,
|
|
3630
3630
|
!f && "ds-cursor-not-allowed",
|
|
@@ -3633,12 +3633,12 @@ const Kt = z.forwardRef(
|
|
|
3633
3633
|
),
|
|
3634
3634
|
onClick: N,
|
|
3635
3635
|
children: [
|
|
3636
|
-
/* @__PURE__ */ l.jsx("div", { className: w(
|
|
3636
|
+
/* @__PURE__ */ l.jsx("div", { className: w(v(c)), children: e }),
|
|
3637
3637
|
b ? a || "-" : t || "+"
|
|
3638
3638
|
]
|
|
3639
3639
|
}
|
|
3640
3640
|
),
|
|
3641
|
-
b && /* @__PURE__ */ l.jsx("div", { className: w(
|
|
3641
|
+
b && /* @__PURE__ */ l.jsx("div", { className: w(v("silkhaus-accordion-content", d)), children: s })
|
|
3642
3642
|
]
|
|
3643
3643
|
}
|
|
3644
3644
|
);
|
|
@@ -3646,7 +3646,7 @@ const Kt = z.forwardRef(
|
|
|
3646
3646
|
);
|
|
3647
3647
|
Kt.displayName = "Accordion";
|
|
3648
3648
|
function Qt(...e) {
|
|
3649
|
-
return w(
|
|
3649
|
+
return w(v(e));
|
|
3650
3650
|
}
|
|
3651
3651
|
const Zt = z.forwardRef(({
|
|
3652
3652
|
checked: e = !1,
|
|
@@ -3700,7 +3700,7 @@ const rs = z.forwardRef(
|
|
|
3700
3700
|
"div",
|
|
3701
3701
|
{
|
|
3702
3702
|
className: w(
|
|
3703
|
-
|
|
3703
|
+
v(
|
|
3704
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",
|
|
3705
3705
|
s && "ds-p-6"
|
|
3706
3706
|
)
|
|
@@ -3717,7 +3717,7 @@ const rs = z.forwardRef(
|
|
|
3717
3717
|
/* @__PURE__ */ l.jsxs(
|
|
3718
3718
|
"div",
|
|
3719
3719
|
{
|
|
3720
|
-
className:
|
|
3720
|
+
className: v(
|
|
3721
3721
|
!s && "ds-p-6 ds-border-t-4 ds-rounded-s ds-rounded-e ds-border-Background-accentEggplant-100"
|
|
3722
3722
|
),
|
|
3723
3723
|
children: [
|
|
@@ -3725,8 +3725,8 @@ const rs = z.forwardRef(
|
|
|
3725
3725
|
/* @__PURE__ */ l.jsx(
|
|
3726
3726
|
"h2",
|
|
3727
3727
|
{
|
|
3728
|
-
className:
|
|
3729
|
-
"
|
|
3728
|
+
className: v(
|
|
3729
|
+
"ds_MediumTitle1Emphasized ds-text-black ds-mb-0 ds-pb-4",
|
|
3730
3730
|
s && "ds-border-t-2 ds-border-Background-accentEggplant-100 ds-pt-4"
|
|
3731
3731
|
),
|
|
3732
3732
|
children: t
|
|
@@ -3737,7 +3737,7 @@ const rs = z.forwardRef(
|
|
|
3737
3737
|
/* @__PURE__ */ l.jsxs(
|
|
3738
3738
|
"div",
|
|
3739
3739
|
{
|
|
3740
|
-
className:
|
|
3740
|
+
className: v(
|
|
3741
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",
|
|
3742
3742
|
n && d && "ds-tablet:ds-justify-between ds-items-center",
|
|
3743
3743
|
n && !d && "ds-tablet:ds-justify-end ds-items-center"
|
|
@@ -3749,7 +3749,7 @@ const rs = z.forwardRef(
|
|
|
3749
3749
|
color: "secondary",
|
|
3750
3750
|
onClick: p,
|
|
3751
3751
|
disabled: b,
|
|
3752
|
-
className: "
|
|
3752
|
+
className: "ds_MediumBodyEmphasized",
|
|
3753
3753
|
size: "large",
|
|
3754
3754
|
children: c
|
|
3755
3755
|
}
|
|
@@ -3760,7 +3760,7 @@ const rs = z.forwardRef(
|
|
|
3760
3760
|
color: "primary",
|
|
3761
3761
|
onClick: f,
|
|
3762
3762
|
disabled: g,
|
|
3763
|
-
className: "
|
|
3763
|
+
className: "ds_MediumBodyEmphasized",
|
|
3764
3764
|
size: "large",
|
|
3765
3765
|
children: o
|
|
3766
3766
|
}
|
|
@@ -3776,7 +3776,7 @@ const rs = z.forwardRef(
|
|
|
3776
3776
|
) })
|
|
3777
3777
|
);
|
|
3778
3778
|
rs.displayName = "AlertDialog";
|
|
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",
|
|
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", Cr = 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) => {
|
|
3780
3780
|
const f = parseInt(o) / 2 - 4, p = 2 * Math.PI * f, g = p - e * p;
|
|
3781
3781
|
return /* @__PURE__ */ l.jsxs(
|
|
3782
3782
|
"div",
|
|
@@ -3795,7 +3795,7 @@ const ts = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
3795
3795
|
/* @__PURE__ */ l.jsx(
|
|
3796
3796
|
"span",
|
|
3797
3797
|
{
|
|
3798
|
-
className: w(
|
|
3798
|
+
className: w(v("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)),
|
|
3799
3799
|
children: s
|
|
3800
3800
|
}
|
|
3801
3801
|
),
|
|
@@ -3839,7 +3839,7 @@ const ts = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%20
|
|
|
3839
3839
|
}
|
|
3840
3840
|
);
|
|
3841
3841
|
});
|
|
3842
|
-
|
|
3842
|
+
Cr.displayName = "RoundedProgressBar";
|
|
3843
3843
|
const ss = z.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass: t = "" }, a) => {
|
|
3844
3844
|
var n, c;
|
|
3845
3845
|
let o = 0;
|
|
@@ -3850,7 +3850,7 @@ const ss = z.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass:
|
|
|
3850
3850
|
"div",
|
|
3851
3851
|
{
|
|
3852
3852
|
ref: a,
|
|
3853
|
-
className: w(
|
|
3853
|
+
className: w(v("ds-hidden ds-tablet:ds-block ds-relative ds-h-[72px]", s)),
|
|
3854
3854
|
children: /* @__PURE__ */ l.jsxs("div", { className: "ds-relative ds-w-full ds-flex ds-items-center ds-flex-row ds-justify-between", children: [
|
|
3855
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" }),
|
|
3856
3856
|
e.map((d, f) => /* @__PURE__ */ l.jsxs(
|
|
@@ -3872,13 +3872,13 @@ const ss = z.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass:
|
|
|
3872
3872
|
) }) : /* @__PURE__ */ l.jsx(
|
|
3873
3873
|
"span",
|
|
3874
3874
|
{
|
|
3875
|
-
className: `
|
|
3875
|
+
className: `ds_MediumCaption2Emphasized ${d.status === "active" ? "ds-text-white" : "ds-text-gray-600"}`,
|
|
3876
3876
|
children: d.number
|
|
3877
3877
|
}
|
|
3878
3878
|
)
|
|
3879
3879
|
}
|
|
3880
3880
|
),
|
|
3881
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-text-black
|
|
3881
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-text-black ds_MediumCaption2Regular ds-mt-2 ds-absolute ds-text-nowrap ds-left-1/2 -ds-translate-x-1/2", children: d.title })
|
|
3882
3882
|
]
|
|
3883
3883
|
},
|
|
3884
3884
|
f
|
|
@@ -3886,21 +3886,21 @@ const ss = z.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass:
|
|
|
3886
3886
|
] })
|
|
3887
3887
|
}
|
|
3888
3888
|
),
|
|
3889
|
-
/* @__PURE__ */ l.jsx("div", { ref: a, className: w(
|
|
3889
|
+
/* @__PURE__ */ l.jsx("div", { ref: a, className: w(v("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(
|
|
3890
3890
|
"div",
|
|
3891
3891
|
{
|
|
3892
3892
|
className: "ds-flex ds-flex-row ds-justify-between ds-items-center",
|
|
3893
3893
|
children: [
|
|
3894
3894
|
/* @__PURE__ */ l.jsx(
|
|
3895
|
-
|
|
3895
|
+
Cr,
|
|
3896
3896
|
{
|
|
3897
3897
|
progress: o / e.length,
|
|
3898
3898
|
text: `${f + 1} of ${e.length}`
|
|
3899
3899
|
}
|
|
3900
3900
|
),
|
|
3901
3901
|
/* @__PURE__ */ l.jsxs("div", { className: "ds-flex ds-flex-col ds-justify-end ds-items-end", children: [
|
|
3902
|
-
/* @__PURE__ */ l.jsx("span", { className: "
|
|
3903
|
-
/* @__PURE__ */ l.jsx("span", { className: "
|
|
3902
|
+
/* @__PURE__ */ l.jsx("span", { className: "ds_SmallCalloutEmphasized", children: `Step ${f + 1}: ${d == null ? void 0 : d.mobileTitle}` }),
|
|
3903
|
+
/* @__PURE__ */ l.jsx("span", { className: "ds_SmallCaption2Regular ds-text-Text-secondary ds-mt-2", children: `Next: ${d == null ? void 0 : d.mobileNextTitle}` })
|
|
3904
3904
|
] })
|
|
3905
3905
|
]
|
|
3906
3906
|
},
|
|
@@ -3911,7 +3911,7 @@ const ss = z.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass:
|
|
|
3911
3911
|
ss.displayName = "Stepper";
|
|
3912
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(
|
|
3913
3913
|
({ time: e, text: s = "", outerDivClass: t = "" }, a) => {
|
|
3914
|
-
const [o, n] =
|
|
3914
|
+
const [o, n] = Ee(e);
|
|
3915
3915
|
ze(() => {
|
|
3916
3916
|
const f = setInterval(() => {
|
|
3917
3917
|
n((p) => p <= 1 ? (clearInterval(f), 0) : p - 1);
|
|
@@ -3931,7 +3931,7 @@ const as = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%20
|
|
|
3931
3931
|
{
|
|
3932
3932
|
ref: a,
|
|
3933
3933
|
className: w(
|
|
3934
|
-
|
|
3934
|
+
v("ds-flex ds-flex-row ds-justify-start ds-items-center", t)
|
|
3935
3935
|
),
|
|
3936
3936
|
children: [
|
|
3937
3937
|
/* @__PURE__ */ l.jsx(
|
|
@@ -3942,8 +3942,8 @@ const as = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%20
|
|
|
3942
3942
|
className: "ds-w-5 ds-h-5"
|
|
3943
3943
|
}
|
|
3944
3944
|
),
|
|
3945
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-ms-[18px] ds-tablet:ds-ms-2
|
|
3946
|
-
/* @__PURE__ */ l.jsx("div", { className: "ds-ms-1
|
|
3945
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-ms-[18px] ds-tablet:ds-ms-2 ds_xSmallCalloutEmphasized ds-tablet:ds_MediumCalloutEmphasized", children: s }),
|
|
3946
|
+
/* @__PURE__ */ l.jsx("div", { className: "ds-ms-1 ds_xSmallCalloutEmphasized ds-text-Background-accentTeal-100 ds-tablet:ds_MediumCalloutEmphasized", children: d })
|
|
3947
3947
|
]
|
|
3948
3948
|
}
|
|
3949
3949
|
);
|
|
@@ -3966,7 +3966,7 @@ export {
|
|
|
3966
3966
|
Yt as Grid,
|
|
3967
3967
|
Xt as ImageCarousel,
|
|
3968
3968
|
zt as Input,
|
|
3969
|
-
|
|
3969
|
+
Cr as RoundedProgressBar,
|
|
3970
3970
|
ss as Stepper,
|
|
3971
3971
|
Zt as Switch,
|
|
3972
3972
|
ns as Timer
|