@frontify/fondue 12.4.0 → 12.5.0

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.
@@ -1,635 +0,0 @@
1
- import Pe, { createContext as cr, useContext as dr } from "react";
2
- var X = { exports: {} }, D = {};
3
- /**
4
- * @license React
5
- * react-jsx-runtime.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var Te;
13
- function vr() {
14
- if (Te) return D;
15
- Te = 1;
16
- var w = Pe, _ = Symbol.for("react.element"), M = Symbol.for("react.fragment"), T = Object.prototype.hasOwnProperty, A = w.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, I = { key: !0, ref: !0, __self: !0, __source: !0 };
17
- function j(b, f, O) {
18
- var p, h = {}, E = null, $ = null;
19
- O !== void 0 && (E = "" + O), f.key !== void 0 && (E = "" + f.key), f.ref !== void 0 && ($ = f.ref);
20
- for (p in f) T.call(f, p) && !I.hasOwnProperty(p) && (h[p] = f[p]);
21
- if (b && b.defaultProps) for (p in f = b.defaultProps, f) h[p] === void 0 && (h[p] = f[p]);
22
- return { $$typeof: _, type: b, key: E, ref: $, props: h, _owner: A.current };
23
- }
24
- return D.Fragment = M, D.jsx = j, D.jsxs = j, D;
25
- }
26
- var F = {};
27
- /**
28
- * @license React
29
- * react-jsx-runtime.development.js
30
- *
31
- * Copyright (c) Facebook, Inc. and its affiliates.
32
- *
33
- * This source code is licensed under the MIT license found in the
34
- * LICENSE file in the root directory of this source tree.
35
- */
36
- var Oe;
37
- function pr() {
38
- return Oe || (Oe = 1, process.env.NODE_ENV !== "production" && function() {
39
- var w = Pe, _ = Symbol.for("react.element"), M = Symbol.for("react.portal"), T = Symbol.for("react.fragment"), A = Symbol.for("react.strict_mode"), I = Symbol.for("react.profiler"), j = Symbol.for("react.provider"), b = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), H = Symbol.iterator, we = "@@iterator";
40
- function je(e) {
41
- if (e === null || typeof e != "object")
42
- return null;
43
- var r = H && e[H] || e[we];
44
- return typeof r == "function" ? r : null;
45
- }
46
- var C = w.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
- function c(e) {
48
- {
49
- for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
50
- t[n - 1] = arguments[n];
51
- xe("error", e, t);
52
- }
53
- }
54
- function xe(e, r, t) {
55
- {
56
- var n = C.ReactDebugCurrentFrame, o = n.getStackAddendum();
57
- o !== "" && (r += "%s", t = t.concat([o]));
58
- var u = t.map(function(i) {
59
- return String(i);
60
- });
61
- u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
62
- }
63
- }
64
- var ke = !1, De = !1, Fe = !1, Ae = !1, Ie = !1, Z;
65
- Z = Symbol.for("react.module.reference");
66
- function $e(e) {
67
- return !!(typeof e == "string" || typeof e == "function" || e === T || e === I || Ie || e === A || e === O || e === p || Ae || e === $ || ke || De || Fe || typeof e == "object" && e !== null && (e.$$typeof === E || e.$$typeof === h || e.$$typeof === j || e.$$typeof === b || e.$$typeof === f || // This needs to include all possible module reference object
68
- // types supported by any Flight configuration anywhere since
69
- // we don't know which Flight build this will end up being used
70
- // with.
71
- e.$$typeof === Z || e.getModuleId !== void 0));
72
- }
73
- function We(e, r, t) {
74
- var n = e.displayName;
75
- if (n)
76
- return n;
77
- var o = r.displayName || r.name || "";
78
- return o !== "" ? t + "(" + o + ")" : t;
79
- }
80
- function Q(e) {
81
- return e.displayName || "Context";
82
- }
83
- function y(e) {
84
- if (e == null)
85
- return null;
86
- if (typeof e.tag == "number" && c("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
87
- return e.displayName || e.name || null;
88
- if (typeof e == "string")
89
- return e;
90
- switch (e) {
91
- case T:
92
- return "Fragment";
93
- case M:
94
- return "Portal";
95
- case I:
96
- return "Profiler";
97
- case A:
98
- return "StrictMode";
99
- case O:
100
- return "Suspense";
101
- case p:
102
- return "SuspenseList";
103
- }
104
- if (typeof e == "object")
105
- switch (e.$$typeof) {
106
- case b:
107
- var r = e;
108
- return Q(r) + ".Consumer";
109
- case j:
110
- var t = e;
111
- return Q(t._context) + ".Provider";
112
- case f:
113
- return We(e, e.render, "ForwardRef");
114
- case h:
115
- var n = e.displayName || null;
116
- return n !== null ? n : y(e.type) || "Memo";
117
- case E: {
118
- var o = e, u = o._payload, i = o._init;
119
- try {
120
- return y(i(u));
121
- } catch {
122
- return null;
123
- }
124
- }
125
- }
126
- return null;
127
- }
128
- var R = Object.assign, x = 0, ee, re, te, ne, ae, ie, oe;
129
- function ue() {
130
- }
131
- ue.__reactDisabledLog = !0;
132
- function Ye() {
133
- {
134
- if (x === 0) {
135
- ee = console.log, re = console.info, te = console.warn, ne = console.error, ae = console.group, ie = console.groupCollapsed, oe = console.groupEnd;
136
- var e = {
137
- configurable: !0,
138
- enumerable: !0,
139
- value: ue,
140
- writable: !0
141
- };
142
- Object.defineProperties(console, {
143
- info: e,
144
- log: e,
145
- warn: e,
146
- error: e,
147
- group: e,
148
- groupCollapsed: e,
149
- groupEnd: e
150
- });
151
- }
152
- x++;
153
- }
154
- }
155
- function Le() {
156
- {
157
- if (x--, x === 0) {
158
- var e = {
159
- configurable: !0,
160
- enumerable: !0,
161
- writable: !0
162
- };
163
- Object.defineProperties(console, {
164
- log: R({}, e, {
165
- value: ee
166
- }),
167
- info: R({}, e, {
168
- value: re
169
- }),
170
- warn: R({}, e, {
171
- value: te
172
- }),
173
- error: R({}, e, {
174
- value: ne
175
- }),
176
- group: R({}, e, {
177
- value: ae
178
- }),
179
- groupCollapsed: R({}, e, {
180
- value: ie
181
- }),
182
- groupEnd: R({}, e, {
183
- value: oe
184
- })
185
- });
186
- }
187
- x < 0 && c("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
- }
189
- }
190
- var U = C.ReactCurrentDispatcher, N;
191
- function W(e, r, t) {
192
- {
193
- if (N === void 0)
194
- try {
195
- throw Error();
196
- } catch (o) {
197
- var n = o.stack.trim().match(/\n( *(at )?)/);
198
- N = n && n[1] || "";
199
- }
200
- return `
201
- ` + N + e;
202
- }
203
- }
204
- var q = !1, Y;
205
- {
206
- var Ve = typeof WeakMap == "function" ? WeakMap : Map;
207
- Y = new Ve();
208
- }
209
- function se(e, r) {
210
- if (!e || q)
211
- return "";
212
- {
213
- var t = Y.get(e);
214
- if (t !== void 0)
215
- return t;
216
- }
217
- var n;
218
- q = !0;
219
- var o = Error.prepareStackTrace;
220
- Error.prepareStackTrace = void 0;
221
- var u;
222
- u = U.current, U.current = null, Ye();
223
- try {
224
- if (r) {
225
- var i = function() {
226
- throw Error();
227
- };
228
- if (Object.defineProperty(i.prototype, "props", {
229
- set: function() {
230
- throw Error();
231
- }
232
- }), typeof Reflect == "object" && Reflect.construct) {
233
- try {
234
- Reflect.construct(i, []);
235
- } catch (v) {
236
- n = v;
237
- }
238
- Reflect.construct(e, [], i);
239
- } else {
240
- try {
241
- i.call();
242
- } catch (v) {
243
- n = v;
244
- }
245
- e.call(i.prototype);
246
- }
247
- } else {
248
- try {
249
- throw Error();
250
- } catch (v) {
251
- n = v;
252
- }
253
- e();
254
- }
255
- } catch (v) {
256
- if (v && n && typeof v.stack == "string") {
257
- for (var a = v.stack.split(`
258
- `), d = n.stack.split(`
259
- `), s = a.length - 1, l = d.length - 1; s >= 1 && l >= 0 && a[s] !== d[l]; )
260
- l--;
261
- for (; s >= 1 && l >= 0; s--, l--)
262
- if (a[s] !== d[l]) {
263
- if (s !== 1 || l !== 1)
264
- do
265
- if (s--, l--, l < 0 || a[s] !== d[l]) {
266
- var g = `
267
- ` + a[s].replace(" at new ", " at ");
268
- return e.displayName && g.includes("<anonymous>") && (g = g.replace("<anonymous>", e.displayName)), typeof e == "function" && Y.set(e, g), g;
269
- }
270
- while (s >= 1 && l >= 0);
271
- break;
272
- }
273
- }
274
- } finally {
275
- q = !1, U.current = u, Le(), Error.prepareStackTrace = o;
276
- }
277
- var S = e ? e.displayName || e.name : "", m = S ? W(S) : "";
278
- return typeof e == "function" && Y.set(e, m), m;
279
- }
280
- function Me(e, r, t) {
281
- return se(e, !1);
282
- }
283
- function Ue(e) {
284
- var r = e.prototype;
285
- return !!(r && r.isReactComponent);
286
- }
287
- function L(e, r, t) {
288
- if (e == null)
289
- return "";
290
- if (typeof e == "function")
291
- return se(e, Ue(e));
292
- if (typeof e == "string")
293
- return W(e);
294
- switch (e) {
295
- case O:
296
- return W("Suspense");
297
- case p:
298
- return W("SuspenseList");
299
- }
300
- if (typeof e == "object")
301
- switch (e.$$typeof) {
302
- case f:
303
- return Me(e.render);
304
- case h:
305
- return L(e.type, r, t);
306
- case E: {
307
- var n = e, o = n._payload, u = n._init;
308
- try {
309
- return L(u(o), r, t);
310
- } catch {
311
- }
312
- }
313
- }
314
- return "";
315
- }
316
- var k = Object.prototype.hasOwnProperty, le = {}, fe = C.ReactDebugCurrentFrame;
317
- function V(e) {
318
- if (e) {
319
- var r = e._owner, t = L(e.type, e._source, r ? r.type : null);
320
- fe.setExtraStackFrame(t);
321
- } else
322
- fe.setExtraStackFrame(null);
323
- }
324
- function Ne(e, r, t, n, o) {
325
- {
326
- var u = Function.call.bind(k);
327
- for (var i in e)
328
- if (u(e, i)) {
329
- var a = void 0;
330
- try {
331
- if (typeof e[i] != "function") {
332
- var d = Error((n || "React class") + ": " + t + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
- throw d.name = "Invariant Violation", d;
334
- }
335
- a = e[i](r, i, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
- } catch (s) {
337
- a = s;
338
- }
339
- a && !(a instanceof Error) && (V(o), 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).", n || "React class", t, i, typeof a), V(null)), a instanceof Error && !(a.message in le) && (le[a.message] = !0, V(o), c("Failed %s type: %s", t, a.message), V(null));
340
- }
341
- }
342
- }
343
- var qe = Array.isArray;
344
- function B(e) {
345
- return qe(e);
346
- }
347
- function Be(e) {
348
- {
349
- var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
350
- return t;
351
- }
352
- }
353
- function Je(e) {
354
- try {
355
- return ce(e), !1;
356
- } catch {
357
- return !0;
358
- }
359
- }
360
- function ce(e) {
361
- return "" + e;
362
- }
363
- function de(e) {
364
- if (Je(e))
365
- return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Be(e)), ce(e);
366
- }
367
- var ve = C.ReactCurrentOwner, Ke = {
368
- key: !0,
369
- ref: !0,
370
- __self: !0,
371
- __source: !0
372
- }, pe, ge;
373
- function Ge(e) {
374
- if (k.call(e, "ref")) {
375
- var r = Object.getOwnPropertyDescriptor(e, "ref").get;
376
- if (r && r.isReactWarning)
377
- return !1;
378
- }
379
- return e.ref !== void 0;
380
- }
381
- function ze(e) {
382
- if (k.call(e, "key")) {
383
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
384
- if (r && r.isReactWarning)
385
- return !1;
386
- }
387
- return e.key !== void 0;
388
- }
389
- function Xe(e, r) {
390
- typeof e.ref == "string" && ve.current;
391
- }
392
- function He(e, r) {
393
- {
394
- var t = function() {
395
- pe || (pe = !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)", r));
396
- };
397
- t.isReactWarning = !0, Object.defineProperty(e, "key", {
398
- get: t,
399
- configurable: !0
400
- });
401
- }
402
- }
403
- function Ze(e, r) {
404
- {
405
- var t = function() {
406
- ge || (ge = !0, c("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
407
- };
408
- t.isReactWarning = !0, Object.defineProperty(e, "ref", {
409
- get: t,
410
- configurable: !0
411
- });
412
- }
413
- }
414
- var Qe = function(e, r, t, n, o, u, i) {
415
- var a = {
416
- // This tag allows us to uniquely identify this as a React Element
417
- $$typeof: _,
418
- // Built-in properties that belong on the element
419
- type: e,
420
- key: r,
421
- ref: t,
422
- props: i,
423
- // Record the component responsible for creating this element.
424
- _owner: u
425
- };
426
- return a._store = {}, Object.defineProperty(a._store, "validated", {
427
- configurable: !1,
428
- enumerable: !1,
429
- writable: !0,
430
- value: !1
431
- }), Object.defineProperty(a, "_self", {
432
- configurable: !1,
433
- enumerable: !1,
434
- writable: !1,
435
- value: n
436
- }), Object.defineProperty(a, "_source", {
437
- configurable: !1,
438
- enumerable: !1,
439
- writable: !1,
440
- value: o
441
- }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
442
- };
443
- function er(e, r, t, n, o) {
444
- {
445
- var u, i = {}, a = null, d = null;
446
- t !== void 0 && (de(t), a = "" + t), ze(r) && (de(r.key), a = "" + r.key), Ge(r) && (d = r.ref, Xe(r, o));
447
- for (u in r)
448
- k.call(r, u) && !Ke.hasOwnProperty(u) && (i[u] = r[u]);
449
- if (e && e.defaultProps) {
450
- var s = e.defaultProps;
451
- for (u in s)
452
- i[u] === void 0 && (i[u] = s[u]);
453
- }
454
- if (a || d) {
455
- var l = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
456
- a && He(i, l), d && Ze(i, l);
457
- }
458
- return Qe(e, a, d, o, n, ve.current, i);
459
- }
460
- }
461
- var J = C.ReactCurrentOwner, he = C.ReactDebugCurrentFrame;
462
- function P(e) {
463
- if (e) {
464
- var r = e._owner, t = L(e.type, e._source, r ? r.type : null);
465
- he.setExtraStackFrame(t);
466
- } else
467
- he.setExtraStackFrame(null);
468
- }
469
- var K;
470
- K = !1;
471
- function G(e) {
472
- return typeof e == "object" && e !== null && e.$$typeof === _;
473
- }
474
- function _e() {
475
- {
476
- if (J.current) {
477
- var e = y(J.current.type);
478
- if (e)
479
- return `
480
-
481
- Check the render method of \`` + e + "`.";
482
- }
483
- return "";
484
- }
485
- }
486
- function rr(e) {
487
- return "";
488
- }
489
- var ye = {};
490
- function tr(e) {
491
- {
492
- var r = _e();
493
- if (!r) {
494
- var t = typeof e == "string" ? e : e.displayName || e.name;
495
- t && (r = `
496
-
497
- Check the top-level render call using <` + t + ">.");
498
- }
499
- return r;
500
- }
501
- }
502
- function be(e, r) {
503
- {
504
- if (!e._store || e._store.validated || e.key != null)
505
- return;
506
- e._store.validated = !0;
507
- var t = tr(r);
508
- if (ye[t])
509
- return;
510
- ye[t] = !0;
511
- var n = "";
512
- e && e._owner && e._owner !== J.current && (n = " It was passed a child from " + y(e._owner.type) + "."), P(e), c('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), P(null);
513
- }
514
- }
515
- function Ee(e, r) {
516
- {
517
- if (typeof e != "object")
518
- return;
519
- if (B(e))
520
- for (var t = 0; t < e.length; t++) {
521
- var n = e[t];
522
- G(n) && be(n, r);
523
- }
524
- else if (G(e))
525
- e._store && (e._store.validated = !0);
526
- else if (e) {
527
- var o = je(e);
528
- if (typeof o == "function" && o !== e.entries)
529
- for (var u = o.call(e), i; !(i = u.next()).done; )
530
- G(i.value) && be(i.value, r);
531
- }
532
- }
533
- }
534
- function nr(e) {
535
- {
536
- var r = e.type;
537
- if (r == null || typeof r == "string")
538
- return;
539
- var t;
540
- if (typeof r == "function")
541
- t = r.propTypes;
542
- else if (typeof r == "object" && (r.$$typeof === f || // Note: Memo only checks outer props here.
543
- // Inner props are checked in the reconciler.
544
- r.$$typeof === h))
545
- t = r.propTypes;
546
- else
547
- return;
548
- if (t) {
549
- var n = y(r);
550
- Ne(t, e.props, "prop", n, e);
551
- } else if (r.PropTypes !== void 0 && !K) {
552
- K = !0;
553
- var o = y(r);
554
- c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", o || "Unknown");
555
- }
556
- typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && c("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
557
- }
558
- }
559
- function ar(e) {
560
- {
561
- for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
562
- var n = r[t];
563
- if (n !== "children" && n !== "key") {
564
- P(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), P(null);
565
- break;
566
- }
567
- }
568
- e.ref !== null && (P(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), P(null));
569
- }
570
- }
571
- var Re = {};
572
- function me(e, r, t, n, o, u) {
573
- {
574
- var i = $e(e);
575
- if (!i) {
576
- var a = "";
577
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
578
- var d = rr();
579
- d ? a += d : a += _e();
580
- var s;
581
- e === null ? s = "null" : B(e) ? s = "array" : e !== void 0 && e.$$typeof === _ ? (s = "<" + (y(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
582
- }
583
- var l = er(e, r, t, o, u);
584
- if (l == null)
585
- return l;
586
- if (i) {
587
- var g = r.children;
588
- if (g !== void 0)
589
- if (n)
590
- if (B(g)) {
591
- for (var S = 0; S < g.length; S++)
592
- Ee(g[S], e);
593
- Object.freeze && Object.freeze(g);
594
- } else
595
- 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.");
596
- else
597
- Ee(g, e);
598
- }
599
- if (k.call(r, "key")) {
600
- var m = y(e), v = Object.keys(r).filter(function(fr) {
601
- return fr !== "key";
602
- }), z = v.length > 0 ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}";
603
- if (!Re[m + z]) {
604
- var lr = v.length > 0 ? "{" + v.join(": ..., ") + ": ...}" : "{}";
605
- c(`A props object containing a "key" prop is being spread into JSX:
606
- let props = %s;
607
- <%s {...props} />
608
- React keys must be passed directly to JSX without using spread:
609
- let props = %s;
610
- <%s key={someKey} {...props} />`, z, m, lr, m), Re[m + z] = !0;
611
- }
612
- }
613
- return e === T ? ar(l) : nr(l), l;
614
- }
615
- }
616
- function ir(e, r, t) {
617
- return me(e, r, t, !0);
618
- }
619
- function or(e, r, t) {
620
- return me(e, r, t, !1);
621
- }
622
- var ur = or, sr = ir;
623
- F.Fragment = T, F.jsx = ur, F.jsxs = sr;
624
- }()), F;
625
- }
626
- process.env.NODE_ENV === "production" ? X.exports = vr() : X.exports = pr();
627
- var Ce = X.exports;
628
- const gr = "_dark_ikqby_1", hr = "_light_ikqby_250", _r = {
629
- dark: gr,
630
- light: hr
631
- }, Se = cr("light"), br = () => dr(Se), Er = ({ children: w, theme: _ = "light" }) => /* @__PURE__ */ Ce.jsx(Se.Provider, { value: _, children: /* @__PURE__ */ Ce.jsx("div", { className: _r[_], children: w }) });
632
- export {
633
- Er as ThemeProvider,
634
- br as useFondueTheme
635
- };
@@ -1 +0,0 @@
1
- ._dark_ikqby_1{--base-color: #2d3232;--base-color-alt: #1a1c1c;--body-family: Space Grotesk Frontify;--body-family-stack: Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;--body-weight-name: Regular;--body-weight-number: 400;--body-weight-strong-name: Medium;--body-weight-strong-number: 500;--body-weight-x-strong-name: Bold;--body-weight-x-strong-number: 700;--body-size-x-small: .75rem;--body-size-x-small-line-height: 1rem;--body-size-small: .813rem;--body-size-small-line-height: 1rem;--body-size-medium: .875rem;--body-size-medium-line-height: 1rem;--body-size-large: 1rem;--body-size-large-line-height: 1.25rem;--body-x-small: [object Object];--body-x-small-strong: [object Object];--body-x-small-x-strong: [object Object];--body-small: [object Object];--body-small-strong: [object Object];--body-small-x-strong: [object Object];--body-medium: [object Object];--body-medium-strong: [object Object];--body-medium-x-strong: [object Object];--body-large: [object Object];--body-large-strong: [object Object];--body-large-x-strong: [object Object];--box-neutral-color: #424747;--box-neutral-color-hover: #6c7070;--box-neutral-color-pressed: #080808;--box-neutral-inverse-color: #ffffff;--box-neutral-inverse-color-hover: #eaebeb;--box-neutral-inverse-color-pressed: #d5d6d6;--box-neutral-strong-color: #ffffff;--box-neutral-strong-color-hover: #f1f1f1;--box-neutral-strong-color-pressed: #eaebeb;--box-neutral-strong-inverse-color: #2d3232;--box-neutral-strong-inverse-color-hover: #1a1c1c;--box-neutral-strong-inverse-color-pressed: #080808;--box-neutral-mighty-color: #ffffff;--box-neutral-mighty-color-hover: #f1f1f1;--box-neutral-mighty-color-pressed: #eaebeb;--box-neutral-mighty-inverse-color: #080808;--box-neutral-mighty-inverse-color-hover: #080808;--box-neutral-mighty-inverse-color-pressed: #080808;--box-selected-color: #443185;--box-selected-color-hover: #564996;--box-selected-color-pressed: #6449c4;--box-selected-inverse-color: #e4dafa;--box-selected-inverse-color-hover: #f0eafa;--box-selected-inverse-color-pressed: #ffffff;--box-selected-strong-color: #7c57ff;--box-selected-strong-color-hover: #7159d7;--box-selected-strong-color-pressed: #6449c4;--box-selected-strong-inverse-color: #ffffff;--box-selected-strong-inverse-color-hover: #ffffff;--box-selected-strong-inverse-color-pressed: #ffffff;--box-disabled-color: #080808;--box-disabled-color-inverse: #a5a8a8;--box-disabled-strong-color: #424747;--box-disabled-strong-color-inverse: #080808;--box-positive-color: #2e4f46;--box-positive-color-hover: #1b6e60;--box-positive-color-pressed: #15816f;--box-positive-inverse-color: #caefe8;--box-positive-inverse-color-hover: #e3f4f1;--box-positive-inverse-color-pressed: #ffffff;--box-positive-strong-color: #65dcc7;--box-positive-strong-color-hover: #32d2b6;--box-positive-strong-color-pressed: #00c8a5;--box-positive-strong-inverse-color: #2d3232;--box-positive-strong-inverse-color-hover: #2d3232;--box-positive-strong-inverse-color-pressed: #2d3232;--box-negative-color: #57282b;--box-negative-color-hover: #992136;--box-negative-color-pressed: #d92f4c;--box-negative-inverse-color: #fdd2d9;--box-negative-inverse-color-hover: #fce6e9;--box-negative-inverse-color-pressed: #ffffff;--box-negative-strong-color: #fe8ea2;--box-negative-strong-color-hover: #fe5e7a;--box-negative-strong-color-pressed: #ff375a;--box-negative-strong-inverse-color: #2d3232;--box-negative-strong-inverse-color-hover: #2d3232;--box-negative-strong-inverse-color-pressed: #2d3232;--box-warning-color: #4c3600;--box-warning-color-hover: #664800;--box-warning-color-pressed: #966a00;--box-warning-inverse-color: #fcf2e0;--box-warning-inverse-color-hover: #fdebc7;--box-warning-inverse-color-pressed: #fddd95;--box-warning-strong-color: #fed064;--box-warning-strong-color-hover: #fec232;--box-warning-strong-color-pressed: #ffb400;--box-warning-strong-inverse-color: #2d3232;--box-warning-strong-inverse-color-hover: #2d3232;--box-warning-strong-inverse-color-pressed: #2d3232;--code-family: Menlo;--code-family-stack: Menlo,Courier,monospace;--code-weight-name: Regular;--code-weight-number: Regular;--code-weight-strong-name: Bold;--code-weight-strong-number: 700;--code-size-small: .813rem;--code-size-small-line-height: 1rem;--code-size-medium: .875rem;--code-size-medium-line-height: 1rem;--code-size-large: 1rem;--code-size-large-line-height: 1.25rem;--code-small: [object Object];--code-small-strong: [object Object];--code-medium: [object Object];--code-medium-strong: [object Object];--code-large: [object Object];--code-large-strong: [object Object];--focus-ring-color: #4196fb;--heading-family: Space Grotesk Frontify;--heading-family-stack: Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;--heading-weight-name: Medium;--heading-weight-number: 500;--heading-weight-strong-name: Bold;--heading-weight-strong-number: 700;--heading-size-medium: .875rem;--heading-size-medium-line-height: 1rem;--heading-size-large: 1rem;--heading-size-large-line-height: 1.25rem;--heading-size-x-large: 1.25rem;--heading-size-x-large-line-height: 1.5rem;--heading-size-xx-large: 1.5rem;--heading-size-xx-large-line-height: 1.75rem;--heading-medium: [object Object];--heading-medium-strong: [object Object];--heading-large: [object Object];--heading-large-strong: [object Object];--heading-x-large: [object Object];--heading-x-large-strong: [object Object];--heading-xx-large: [object Object];--heading-xx-large-strong: [object Object];--line-color: rgba(255, 255, 255, .1);--line-color-weak: rgba(255, 255, 255, .05);--line-color-strong: rgba(255, 255, 255, .3);--line-color-x-strong: rgba(255, 255, 255, .5);--line-color-xx-strong: #ffffff;--line-color-mighty: rgba(8, 8, 8, .15);--line-width: .063rem;--line-width-large: .125rem;--overlay-color: rgba(8, 8, 8, .5);--radius: .25rem;--radius-small: .125rem;--radius-large: .5rem;--radius-x-large: .75rem;--shadow-matrix: .1875rem 0rem .625rem 0rem rgba(8, 8, 8, .5);--shadow-offset-x: 0rem;--shadow-offset-y: .1875rem;--shadow-spread: 0rem;--shadow-blur: .625rem;--shadow-color: rgba(8, 8, 8, .5);--shadow-top-matrix: -.625rem 0rem .625rem -.3125rem rgba(8, 8, 8, .5);--shadow-top-offset-x: 0rem;--shadow-top-offset-y: -.625rem;--shadow-top-spread: -.3125rem;--shadow-bottom-matrix: .625rem 0rem .625rem -.3125rem rgba(8, 8, 8, .5);--shadow-bottom-offset-x: 0rem;--shadow-bottom-offset-y: .625rem;--shadow-bottom-spread: -.3125rem;--shadow-large-matrix: 1.5625rem 0rem 5rem 0rem rgba(8, 8, 8, .8);--shadow-large-offset-x: 0rem;--shadow-large-offset-y: 1.5625rem;--shadow-large-spread: 0rem;--shadow-large-blur: 5rem;--shadow-large-color: rgba(8, 8, 8, .8);--shadow: [object Object];--shadow-top: [object Object];--shadow-bottom: [object Object];--shadow-big: [object Object];--space-xxs: .25rem;--space-xs: .5rem;--space-s: .75rem;--space-m: 1rem;--space-l: 1.5rem;--space-xl: 2rem;--space-xxl: 2.5rem;--text-color: #ffffff;--text-color-hover: #ffffff;--text-color-pressed: #ffffff;--text-color-weak: #eaebeb;--text-color-weak-hover: #ffffff;--text-color-weak-pressed: #ffffff;--text-color-x-weak: #abadad;--text-color-disabled: #a5a8a8;--text-color-negative: #fe8ea2;--text-color-negative-hover: #fdd2d9;--text-color-negative-pressed: #fce6e9;--text-color-positive: #65dcc7;--text-color-positive-hover: #caefe8;--text-color-positive-pressed: #e3f4f1;--text-color-warning: #fec232;--text-color-warning-hover: #fdebc7;--text-color-warning-pressed: #fcf2e0;--text-color-interactive: #cbbbfb;--text-color-interactive-hover: #e4dafa;--text-color-interactive-pressed: #f0eafa;--button-background-color: #424747;--button-background-color-hover: #1a1c1c;--button-background-color-pressed: #080808;--button-text-color: #ffffff;--button-icon-color: #ffffff;--button-border-color: rgba(255, 255, 255, .05);--button-negative-background-color: #424747;--button-negative-background-color-hover: #1a1c1c;--button-negative-background-color-pressed: #080808;--button-negative-text-color: #ffffff;--button-negative-icon-color: #fe8ea2;--button-negative-border-color: rgba(255, 255, 255, .05);--button-positive-background-color: #424747;--button-positive-background-color-hover: #1a1c1c;--button-positive-background-color-pressed: #080808;--button-positive-text-color: #ffffff;--button-positive-icon-color: #65dcc7;--button-positive-border-color: rgba(255, 255, 255, .05);--button-strong-background-color: #ffffff;--button-strong-background-color-hover: #f1f1f1;--button-strong-background-color-pressed: #eaebeb;--button-strong-text-color: #2d3232;--button-strong-icon-color: #2d3232;--button-strong-border-color: rgba(255, 255, 255, .05);--button-strong-negative-background-color: #ffffff;--button-strong-negative-background-color-hover: #f1f1f1;--button-strong-negative-background-color-pressed: #eaebeb;--button-strong-negative-text-color: #2d3232;--button-strong-negative-icon-color: #ed3354;--button-strong-negative-border-color: rgba(255, 255, 255, .05);--button-strong-positive-background-color: #ffffff;--button-strong-positive-background-color-hover: #f1f1f1;--button-strong-positive-background-color-pressed: #eaebeb;--button-strong-positive-text-color: #2d3232;--button-strong-positive-icon-color: #05b999;--button-strong-positive-border-color: rgba(255, 255, 255, .05);--button-danger-background-color: #ed3354;--button-danger-background-color-hover: #d92f4c;--button-danger-background-color-pressed: #992136;--button-danger-text-color: #ffffff;--button-danger-icon-color: #ffffff;--button-danger-border-color: rgba(255, 255, 255, .05)}._light_ikqby_250{--base-color: #ffffff;--base-color-alt: #fafafa;--body-family: Space Grotesk Frontify;--body-family-stack: Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;--body-weight-name: Regular;--body-weight-number: 400;--body-weight-strong-name: Medium;--body-weight-strong-number: 500;--body-weight-x-strong-name: Bold;--body-weight-x-strong-number: 700;--body-size-x-small: .75rem;--body-size-x-small-line-height: 1rem;--body-size-small: .813rem;--body-size-small-line-height: 1rem;--body-size-medium: .875rem;--body-size-medium-line-height: 1rem;--body-size-large: 1rem;--body-size-large-line-height: 1.25rem;--box-neutral-color: #f1f1f1;--box-neutral-color-hover: #eaebeb;--box-neutral-color-pressed: #d5d6d6;--box-neutral-inverse-color: #2d3232;--box-neutral-inverse-color-hover: #1a1c1c;--box-neutral-inverse-color-pressed: #080808;--box-neutral-strong-color: #424747;--box-neutral-strong-color-hover: #2d3232;--box-neutral-strong-color-pressed: #1a1c1c;--box-neutral-strong-inverse-color: #ffffff;--box-neutral-strong-inverse-color-hover: #f1f1f1;--box-neutral-strong-inverse-color-pressed: #eaebeb;--box-neutral-mighty-color: #2d3232;--box-neutral-mighty-color-hover: #424747;--box-neutral-mighty-color-pressed: #080808;--box-neutral-mighty-inverse-color: #ffffff;--box-neutral-mighty-inverse-color-hover: #ffffff;--box-neutral-mighty-inverse-color-pressed: #eaebeb;--box-selected-color: #f0eafa;--box-selected-color-hover: #e4dafa;--box-selected-color-pressed: #b39dfd;--box-selected-inverse-color: #564996;--box-selected-inverse-color-hover: #564996;--box-selected-inverse-color-pressed: #080808;--box-selected-strong-color: #7c57ff;--box-selected-strong-color-hover: #7159d7;--box-selected-strong-color-pressed: #6449c4;--box-selected-strong-inverse-color: #ffffff;--box-selected-strong-inverse-color-hover: #ffffff;--box-selected-strong-inverse-color-pressed: #ffffff;--box-disabled-color: #f1f1f1;--box-disabled-color-inverse: #abadad;--box-disabled-strong-color: #d5d6d6;--box-disabled-strong-color-inverse: #ffffff;--box-positive-color: #e3f4f1;--box-positive-color-hover: #caefe8;--box-positive-color-pressed: #97e5d7;--box-positive-inverse-color: #1b6e60;--box-positive-inverse-color-hover: #1b6e60;--box-positive-inverse-color-pressed: #2e4f46;--box-positive-strong-color: #65dcc7;--box-positive-strong-color-hover: #32d2b6;--box-positive-strong-color-pressed: #00c8a5;--box-positive-strong-inverse-color: #2d3232;--box-positive-strong-inverse-color-hover: #2d3232;--box-positive-strong-inverse-color-pressed: #2d3232;--box-negative-color: #fce6e9;--box-negative-color-hover: #fdd2d9;--box-negative-color-pressed: #fdabb9;--box-negative-inverse-color: #992136;--box-negative-inverse-color-hover: #992136;--box-negative-inverse-color-pressed: #57282b;--box-negative-strong-color: #fe8ea2;--box-negative-strong-color-hover: #fe5e7a;--box-negative-strong-color-pressed: #ff375a;--box-negative-strong-inverse-color: #2d3232;--box-negative-strong-inverse-color-hover: #2d3232;--box-negative-strong-inverse-color-pressed: #2d3232;--box-warning-color: #fcf2e0;--box-warning-color-hover: #fdebc7;--box-warning-color-pressed: #fddd95;--box-warning-inverse-color: #664800;--box-warning-inverse-color-hover: #664800;--box-warning-inverse-color-pressed: #4c3600;--box-warning-strong-color: #fed064;--box-warning-strong-color-hover: #fec232;--box-warning-strong-color-pressed: #ffb400;--box-warning-strong-inverse-color: #2d3232;--box-warning-strong-inverse-color-hover: #2d3232;--box-warning-strong-inverse-color-pressed: #2d3232;--code-family: Menlo;--code-family-stack: Menlo,Courier,monospace;--code-weight-name: Regular;--code-weight-number: Regular;--code-weight-strong-name: Bold;--code-weight-strong-number: 700;--code-size-small: .813rem;--code-size-small-line-height: 1rem;--code-size-medium: .875rem;--code-size-medium-line-height: 1rem;--code-size-large: 1rem;--code-size-large-line-height: 1.25rem;--focus-ring-color: #4196fb;--heading-family: Space Grotesk Frontify;--heading-family-stack: Space Grotesk Frontify,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;--heading-weight-name: Medium;--heading-weight-number: 500;--heading-weight-strong-name: Bold;--heading-weight-strong-number: 700;--heading-size-medium: .875rem;--heading-size-medium-line-height: 1rem;--heading-size-large: 1rem;--heading-size-large-line-height: 1.25rem;--heading-size-x-large: 1.25rem;--heading-size-x-large-line-height: 1.5rem;--heading-size-xx-large: 1.5rem;--heading-size-xx-large-line-height: 1.75rem;--line-color: rgba(8, 8, 8, .1);--line-color-weak: rgba(8, 8, 8, .03);--line-color-strong: rgba(8, 8, 8, .15);--line-color-x-strong: rgba(8, 8, 8, .3);--line-color-xx-strong: #2d3232;--line-color-mighty: rgba(255, 255, 255, .15);--line-width: .063rem;--line-width-large: .125rem;--overlay-color: rgba(234, 235, 235, .5);--radius: .25rem;--radius-small: .125rem;--radius-large: .5rem;--radius-x-large: .75rem;--shadow-matrix: .1875rem 0rem .625rem 0rem rgba(8, 8, 8, .15);--shadow-offset-x: 0rem;--shadow-offset-y: .1875rem;--shadow-spread: 0rem;--shadow-blur: .625rem;--shadow-color: rgba(8, 8, 8, .15);--shadow-top-matrix: -.625rem 0rem .625rem -.3125rem rgba(8, 8, 8, .15);--shadow-top-offset-x: 0rem;--shadow-top-offset-y: -.625rem;--shadow-top-spread: -.3125rem;--shadow-bottom-matrix: .625rem 0rem .625rem -.3125rem rgba(8, 8, 8, .15);--shadow-bottom-offset-x: 0rem;--shadow-bottom-offset-y: .625rem;--shadow-bottom-spread: -.3125rem;--shadow-large-matrix: 1.5625rem 0rem 5rem 0rem rgba(8, 8, 8, .2);--shadow-large-offset-x: 0rem;--shadow-large-offset-y: 1.5625rem;--shadow-large-spread: 0rem;--shadow-large-blur: 5rem;--shadow-large-color: rgba(8, 8, 8, .2);--space-xxs: .25rem;--space-xs: .5rem;--space-s: .75rem;--space-m: 1rem;--space-l: 1.5rem;--space-xl: 2rem;--space-xxl: 2.5rem;--text-color: #2d3232;--text-color-hover: #1a1c1c;--text-color-pressed: #080808;--text-color-weak: #6c7070;--text-color-weak-hover: #424747;--text-color-weak-pressed: #2d3232;--text-color-x-weak: #818484;--text-color-disabled: #abadad;--text-color-negative: #d92f4c;--text-color-negative-hover: #992136;--text-color-negative-pressed: #57282b;--text-color-positive: #15816f;--text-color-positive-hover: #1b6e60;--text-color-positive-pressed: #2e4f46;--text-color-warning: #966a00;--text-color-warning-hover: #664800;--text-color-warning-pressed: #4c3600;--text-color-interactive: #7159d7;--text-color-interactive-hover: #564996;--text-color-interactive-pressed: #443185;--button-background-color: #f1f1f1;--button-background-color-hover: #eaebeb;--button-background-color-pressed: #d5d6d6;--button-text-color: #2d3232;--button-icon-color: #2d3232;--button-border-color: rgba(8, 8, 8, .03);--button-negative-background-color: #f1f1f1;--button-negative-background-color-hover: #eaebeb;--button-negative-background-color-pressed: #d5d6d6;--button-negative-text-color: #2d3232;--button-negative-icon-color: #d92f4c;--button-negative-border-color: rgba(8, 8, 8, .03);--button-positive-background-color: #f1f1f1;--button-positive-background-color-hover: #eaebeb;--button-positive-background-color-pressed: #d5d6d6;--button-positive-text-color: #2d3232;--button-positive-icon-color: #15816f;--button-positive-border-color: rgba(8, 8, 8, .03);--button-strong-background-color: #424747;--button-strong-background-color-hover: #2d3232;--button-strong-background-color-pressed: #1a1c1c;--button-strong-text-color: #ffffff;--button-strong-icon-color: #ffffff;--button-strong-border-color: rgba(8, 8, 8, .03);--button-strong-negative-background-color: #424747;--button-strong-negative-background-color-hover: #2d3232;--button-strong-negative-background-color-pressed: #1a1c1c;--button-strong-negative-text-color: #ffffff;--button-strong-negative-icon-color: #fe8ea2;--button-strong-negative-border-color: rgba(8, 8, 8, .03);--button-strong-positive-background-color: #424747;--button-strong-positive-background-color-hover: #2d3232;--button-strong-positive-background-color-pressed: #1a1c1c;--button-strong-positive-text-color: #ffffff;--button-strong-positive-icon-color: #32d2b6;--button-strong-positive-border-color: rgba(8, 8, 8, .03);--button-danger-background-color: #d92f4c;--button-danger-background-color-hover: #992136;--button-danger-background-color-pressed: #57282b;--button-danger-text-color: #ffffff;--button-danger-icon-color: #ffffff;--button-danger-border-color: rgba(8, 8, 8, .03)}