rds-ui-system 2.0.6 → 2.0.8-staging.1

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.
Files changed (30) hide show
  1. package/package.json +16 -2
  2. package/dist/images/legend.png +0 -0
  3. package/dist/index.d.ts +0 -1
  4. package/dist/lib/components/atoms/Accordion/Accordion.d.ts +0 -13
  5. package/dist/lib/components/atoms/Box/Box.d.ts +0 -12
  6. package/dist/lib/components/atoms/Button/Button.d.ts +0 -29
  7. package/dist/lib/components/atoms/Checkbox/Checkbox.d.ts +0 -19
  8. package/dist/lib/components/atoms/FilterChip/FilterChip.d.ts +0 -13
  9. package/dist/lib/components/atoms/Heading/Heading.d.ts +0 -15
  10. package/dist/lib/components/atoms/Input/Input.d.ts +0 -20
  11. package/dist/lib/components/atoms/Modal/Modal.d.ts +0 -14
  12. package/dist/lib/components/atoms/MultiSelect/MultiSelect.d.ts +0 -16
  13. package/dist/lib/components/atoms/Radio/Radio.d.ts +0 -19
  14. package/dist/lib/components/atoms/Select/Select.d.ts +0 -18
  15. package/dist/lib/components/atoms/Text/Text.d.ts +0 -14
  16. package/dist/lib/components/atoms/Textarea/Textarea.d.ts +0 -20
  17. package/dist/lib/components/atoms/index.d.ts +0 -13
  18. package/dist/lib/components/icons/Icon/Icon.d.ts +0 -13
  19. package/dist/lib/components/icons/iconMapping.d.ts +0 -2
  20. package/dist/lib/components/icons/index.d.ts +0 -1
  21. package/dist/lib/components/index.d.ts +0 -4
  22. package/dist/lib/components/molecules/index.d.ts +0 -1
  23. package/dist/lib/components/molecules/ml-banner/index.d.ts +0 -1
  24. package/dist/lib/components/organisms/Filter/Filter.d.ts +0 -6
  25. package/dist/lib/components/organisms/index.d.ts +0 -2
  26. package/dist/lib/components/organisms/or-footer/index.d.ts +0 -1
  27. package/dist/lib/index.d.ts +0 -1
  28. package/dist/rds-ui-system.es.js +0 -3180
  29. package/dist/rds-ui-system.umd.js +0 -59
  30. package/dist/style.css +0 -1
@@ -1,3180 +0,0 @@
1
- import Ne, { useState as N, useEffect as ye, useRef as d1 } from "react";
2
- var re = { exports: {} }, S = {};
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 Re;
13
- function x1() {
14
- if (Re)
15
- return S;
16
- Re = 1;
17
- var i = Ne, s = Symbol.for("react.element"), h = Symbol.for("react.fragment"), d = Object.prototype.hasOwnProperty, p = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, u = { key: !0, ref: !0, __self: !0, __source: !0 };
18
- function v(w, x, C) {
19
- var j, c = {}, _ = null, M = null;
20
- C !== void 0 && (_ = "" + C), x.key !== void 0 && (_ = "" + x.key), x.ref !== void 0 && (M = x.ref);
21
- for (j in x)
22
- d.call(x, j) && !u.hasOwnProperty(j) && (c[j] = x[j]);
23
- if (w && w.defaultProps)
24
- for (j in x = w.defaultProps, x)
25
- c[j] === void 0 && (c[j] = x[j]);
26
- return { $$typeof: s, type: w, key: _, ref: M, props: c, _owner: p.current };
27
- }
28
- return S.Fragment = h, S.jsx = v, S.jsxs = v, S;
29
- }
30
- var U = {};
31
- /**
32
- * @license React
33
- * react-jsx-runtime.development.js
34
- *
35
- * Copyright (c) Facebook, Inc. and its affiliates.
36
- *
37
- * This source code is licensed under the MIT license found in the
38
- * LICENSE file in the root directory of this source tree.
39
- */
40
- var Ze;
41
- function f1() {
42
- return Ze || (Ze = 1, process.env.NODE_ENV !== "production" && function() {
43
- var i = Ne, s = Symbol.for("react.element"), h = Symbol.for("react.portal"), d = Symbol.for("react.fragment"), p = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), v = Symbol.for("react.provider"), w = Symbol.for("react.context"), x = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), j = Symbol.for("react.suspense_list"), c = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), M = Symbol.for("react.offscreen"), E = Symbol.iterator, F = "@@iterator";
44
- function T(l) {
45
- if (l === null || typeof l != "object")
46
- return null;
47
- var t = E && l[E] || l[F];
48
- return typeof t == "function" ? t : null;
49
- }
50
- var a = i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
51
- function m(l) {
52
- {
53
- for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
54
- r[n - 1] = arguments[n];
55
- k("error", l, r);
56
- }
57
- }
58
- function k(l, t, r) {
59
- {
60
- var n = a.ReactDebugCurrentFrame, g = n.getStackAddendum();
61
- g !== "" && (t += "%s", r = r.concat([g]));
62
- var L = r.map(function(f) {
63
- return String(f);
64
- });
65
- L.unshift("Warning: " + t), Function.prototype.apply.call(console[l], console, L);
66
- }
67
- }
68
- var P = !1, $ = !1, Ee = !1, Te = !1, Be = !1, ne;
69
- ne = Symbol.for("react.module.reference");
70
- function De(l) {
71
- return !!(typeof l == "string" || typeof l == "function" || l === d || l === u || Be || l === p || l === C || l === j || Te || l === M || P || $ || Ee || typeof l == "object" && l !== null && (l.$$typeof === _ || l.$$typeof === c || l.$$typeof === v || l.$$typeof === w || l.$$typeof === x || // This needs to include all possible module reference object
72
- // types supported by any Flight configuration anywhere since
73
- // we don't know which Flight build this will end up being used
74
- // with.
75
- l.$$typeof === ne || l.getModuleId !== void 0));
76
- }
77
- function Fe(l, t, r) {
78
- var n = l.displayName;
79
- if (n)
80
- return n;
81
- var g = t.displayName || t.name || "";
82
- return g !== "" ? r + "(" + g + ")" : r;
83
- }
84
- function ce(l) {
85
- return l.displayName || "Context";
86
- }
87
- function Z(l) {
88
- if (l == null)
89
- return null;
90
- if (typeof l.tag == "number" && m("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof l == "function")
91
- return l.displayName || l.name || null;
92
- if (typeof l == "string")
93
- return l;
94
- switch (l) {
95
- case d:
96
- return "Fragment";
97
- case h:
98
- return "Portal";
99
- case u:
100
- return "Profiler";
101
- case p:
102
- return "StrictMode";
103
- case C:
104
- return "Suspense";
105
- case j:
106
- return "SuspenseList";
107
- }
108
- if (typeof l == "object")
109
- switch (l.$$typeof) {
110
- case w:
111
- var t = l;
112
- return ce(t) + ".Consumer";
113
- case v:
114
- var r = l;
115
- return ce(r._context) + ".Provider";
116
- case x:
117
- return Fe(l, l.render, "ForwardRef");
118
- case c:
119
- var n = l.displayName || null;
120
- return n !== null ? n : Z(l.type) || "Memo";
121
- case _: {
122
- var g = l, L = g._payload, f = g._init;
123
- try {
124
- return Z(f(L));
125
- } catch {
126
- return null;
127
- }
128
- }
129
- }
130
- return null;
131
- }
132
- var y = Object.assign, O = 0, ae, he, oe, de, xe, fe, we;
133
- function pe() {
134
- }
135
- pe.__reactDisabledLog = !0;
136
- function Oe() {
137
- {
138
- if (O === 0) {
139
- ae = console.log, he = console.info, oe = console.warn, de = console.error, xe = console.group, fe = console.groupCollapsed, we = console.groupEnd;
140
- var l = {
141
- configurable: !0,
142
- enumerable: !0,
143
- value: pe,
144
- writable: !0
145
- };
146
- Object.defineProperties(console, {
147
- info: l,
148
- log: l,
149
- warn: l,
150
- error: l,
151
- group: l,
152
- groupCollapsed: l,
153
- groupEnd: l
154
- });
155
- }
156
- O++;
157
- }
158
- }
159
- function Ie() {
160
- {
161
- if (O--, O === 0) {
162
- var l = {
163
- configurable: !0,
164
- enumerable: !0,
165
- writable: !0
166
- };
167
- Object.defineProperties(console, {
168
- log: y({}, l, {
169
- value: ae
170
- }),
171
- info: y({}, l, {
172
- value: he
173
- }),
174
- warn: y({}, l, {
175
- value: oe
176
- }),
177
- error: y({}, l, {
178
- value: de
179
- }),
180
- group: y({}, l, {
181
- value: xe
182
- }),
183
- groupCollapsed: y({}, l, {
184
- value: fe
185
- }),
186
- groupEnd: y({}, l, {
187
- value: we
188
- })
189
- });
190
- }
191
- O < 0 && m("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
192
- }
193
- }
194
- var K = a.ReactCurrentDispatcher, X;
195
- function W(l, t, r) {
196
- {
197
- if (X === void 0)
198
- try {
199
- throw Error();
200
- } catch (g) {
201
- var n = g.stack.trim().match(/\n( *(at )?)/);
202
- X = n && n[1] || "";
203
- }
204
- return `
205
- ` + X + l;
206
- }
207
- }
208
- var q = !1, Y;
209
- {
210
- var Se = typeof WeakMap == "function" ? WeakMap : Map;
211
- Y = new Se();
212
- }
213
- function ge(l, t) {
214
- if (!l || q)
215
- return "";
216
- {
217
- var r = Y.get(l);
218
- if (r !== void 0)
219
- return r;
220
- }
221
- var n;
222
- q = !0;
223
- var g = Error.prepareStackTrace;
224
- Error.prepareStackTrace = void 0;
225
- var L;
226
- L = K.current, K.current = null, Oe();
227
- try {
228
- if (t) {
229
- var f = function() {
230
- throw Error();
231
- };
232
- if (Object.defineProperty(f.prototype, "props", {
233
- set: function() {
234
- throw Error();
235
- }
236
- }), typeof Reflect == "object" && Reflect.construct) {
237
- try {
238
- Reflect.construct(f, []);
239
- } catch (A) {
240
- n = A;
241
- }
242
- Reflect.construct(l, [], f);
243
- } else {
244
- try {
245
- f.call();
246
- } catch (A) {
247
- n = A;
248
- }
249
- l.call(f.prototype);
250
- }
251
- } else {
252
- try {
253
- throw Error();
254
- } catch (A) {
255
- n = A;
256
- }
257
- l();
258
- }
259
- } catch (A) {
260
- if (A && n && typeof A.stack == "string") {
261
- for (var o = A.stack.split(`
262
- `), H = n.stack.split(`
263
- `), b = o.length - 1, V = H.length - 1; b >= 1 && V >= 0 && o[b] !== H[V]; )
264
- V--;
265
- for (; b >= 1 && V >= 0; b--, V--)
266
- if (o[b] !== H[V]) {
267
- if (b !== 1 || V !== 1)
268
- do
269
- if (b--, V--, V < 0 || o[b] !== H[V]) {
270
- var R = `
271
- ` + o[b].replace(" at new ", " at ");
272
- return l.displayName && R.includes("<anonymous>") && (R = R.replace("<anonymous>", l.displayName)), typeof l == "function" && Y.set(l, R), R;
273
- }
274
- while (b >= 1 && V >= 0);
275
- break;
276
- }
277
- }
278
- } finally {
279
- q = !1, K.current = L, Ie(), Error.prepareStackTrace = g;
280
- }
281
- var D = l ? l.displayName || l.name : "", Pe = D ? W(D) : "";
282
- return typeof l == "function" && Y.set(l, Pe), Pe;
283
- }
284
- function Ue(l, t, r) {
285
- return ge(l, !1);
286
- }
287
- function $e(l) {
288
- var t = l.prototype;
289
- return !!(t && t.isReactComponent);
290
- }
291
- function z(l, t, r) {
292
- if (l == null)
293
- return "";
294
- if (typeof l == "function")
295
- return ge(l, $e(l));
296
- if (typeof l == "string")
297
- return W(l);
298
- switch (l) {
299
- case C:
300
- return W("Suspense");
301
- case j:
302
- return W("SuspenseList");
303
- }
304
- if (typeof l == "object")
305
- switch (l.$$typeof) {
306
- case x:
307
- return Ue(l.render);
308
- case c:
309
- return z(l.type, t, r);
310
- case _: {
311
- var n = l, g = n._payload, L = n._init;
312
- try {
313
- return z(L(g), t, r);
314
- } catch {
315
- }
316
- }
317
- }
318
- return "";
319
- }
320
- var G = Object.prototype.hasOwnProperty, ve = {}, je = a.ReactDebugCurrentFrame;
321
- function J(l) {
322
- if (l) {
323
- var t = l._owner, r = z(l.type, l._source, t ? t.type : null);
324
- je.setExtraStackFrame(r);
325
- } else
326
- je.setExtraStackFrame(null);
327
- }
328
- function We(l, t, r, n, g) {
329
- {
330
- var L = Function.call.bind(G);
331
- for (var f in l)
332
- if (L(l, f)) {
333
- var o = void 0;
334
- try {
335
- if (typeof l[f] != "function") {
336
- var H = Error((n || "React class") + ": " + r + " type `" + f + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof l[f] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
337
- throw H.name = "Invariant Violation", H;
338
- }
339
- o = l[f](t, f, n, r, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
340
- } catch (b) {
341
- o = b;
342
- }
343
- o && !(o instanceof Error) && (J(g), m("%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", r, f, typeof o), J(null)), o instanceof Error && !(o.message in ve) && (ve[o.message] = !0, J(g), m("Failed %s type: %s", r, o.message), J(null));
344
- }
345
- }
346
- }
347
- var Ye = Array.isArray;
348
- function Q(l) {
349
- return Ye(l);
350
- }
351
- function ze(l) {
352
- {
353
- var t = typeof Symbol == "function" && Symbol.toStringTag, r = t && l[Symbol.toStringTag] || l.constructor.name || "Object";
354
- return r;
355
- }
356
- }
357
- function Ge(l) {
358
- try {
359
- return ue(l), !1;
360
- } catch {
361
- return !0;
362
- }
363
- }
364
- function ue(l) {
365
- return "" + l;
366
- }
367
- function Ce(l) {
368
- if (Ge(l))
369
- return m("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", ze(l)), ue(l);
370
- }
371
- var I = a.ReactCurrentOwner, Je = {
372
- key: !0,
373
- ref: !0,
374
- __self: !0,
375
- __source: !0
376
- }, me, Le, ee;
377
- ee = {};
378
- function Ke(l) {
379
- if (G.call(l, "ref")) {
380
- var t = Object.getOwnPropertyDescriptor(l, "ref").get;
381
- if (t && t.isReactWarning)
382
- return !1;
383
- }
384
- return l.ref !== void 0;
385
- }
386
- function Xe(l) {
387
- if (G.call(l, "key")) {
388
- var t = Object.getOwnPropertyDescriptor(l, "key").get;
389
- if (t && t.isReactWarning)
390
- return !1;
391
- }
392
- return l.key !== void 0;
393
- }
394
- function qe(l, t) {
395
- if (typeof l.ref == "string" && I.current && t && I.current.stateNode !== t) {
396
- var r = Z(I.current.type);
397
- ee[r] || (m('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', Z(I.current.type), l.ref), ee[r] = !0);
398
- }
399
- }
400
- function Qe(l, t) {
401
- {
402
- var r = function() {
403
- me || (me = !0, m("%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)", t));
404
- };
405
- r.isReactWarning = !0, Object.defineProperty(l, "key", {
406
- get: r,
407
- configurable: !0
408
- });
409
- }
410
- }
411
- function e1(l, t) {
412
- {
413
- var r = function() {
414
- Le || (Le = !0, m("%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)", t));
415
- };
416
- r.isReactWarning = !0, Object.defineProperty(l, "ref", {
417
- get: r,
418
- configurable: !0
419
- });
420
- }
421
- }
422
- var l1 = function(l, t, r, n, g, L, f) {
423
- var o = {
424
- // This tag allows us to uniquely identify this as a React Element
425
- $$typeof: s,
426
- // Built-in properties that belong on the element
427
- type: l,
428
- key: t,
429
- ref: r,
430
- props: f,
431
- // Record the component responsible for creating this element.
432
- _owner: L
433
- };
434
- return o._store = {}, Object.defineProperty(o._store, "validated", {
435
- configurable: !1,
436
- enumerable: !1,
437
- writable: !0,
438
- value: !1
439
- }), Object.defineProperty(o, "_self", {
440
- configurable: !1,
441
- enumerable: !1,
442
- writable: !1,
443
- value: n
444
- }), Object.defineProperty(o, "_source", {
445
- configurable: !1,
446
- enumerable: !1,
447
- writable: !1,
448
- value: g
449
- }), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
450
- };
451
- function i1(l, t, r, n, g) {
452
- {
453
- var L, f = {}, o = null, H = null;
454
- r !== void 0 && (Ce(r), o = "" + r), Xe(t) && (Ce(t.key), o = "" + t.key), Ke(t) && (H = t.ref, qe(t, g));
455
- for (L in t)
456
- G.call(t, L) && !Je.hasOwnProperty(L) && (f[L] = t[L]);
457
- if (l && l.defaultProps) {
458
- var b = l.defaultProps;
459
- for (L in b)
460
- f[L] === void 0 && (f[L] = b[L]);
461
- }
462
- if (o || H) {
463
- var V = typeof l == "function" ? l.displayName || l.name || "Unknown" : l;
464
- o && Qe(f, V), H && e1(f, V);
465
- }
466
- return l1(l, o, H, g, n, I.current, f);
467
- }
468
- }
469
- var le = a.ReactCurrentOwner, _e = a.ReactDebugCurrentFrame;
470
- function B(l) {
471
- if (l) {
472
- var t = l._owner, r = z(l.type, l._source, t ? t.type : null);
473
- _e.setExtraStackFrame(r);
474
- } else
475
- _e.setExtraStackFrame(null);
476
- }
477
- var ie;
478
- ie = !1;
479
- function te(l) {
480
- return typeof l == "object" && l !== null && l.$$typeof === s;
481
- }
482
- function be() {
483
- {
484
- if (le.current) {
485
- var l = Z(le.current.type);
486
- if (l)
487
- return `
488
-
489
- Check the render method of \`` + l + "`.";
490
- }
491
- return "";
492
- }
493
- }
494
- function t1(l) {
495
- {
496
- if (l !== void 0) {
497
- var t = l.fileName.replace(/^.*[\\\/]/, ""), r = l.lineNumber;
498
- return `
499
-
500
- Check your code at ` + t + ":" + r + ".";
501
- }
502
- return "";
503
- }
504
- }
505
- var ke = {};
506
- function r1(l) {
507
- {
508
- var t = be();
509
- if (!t) {
510
- var r = typeof l == "string" ? l : l.displayName || l.name;
511
- r && (t = `
512
-
513
- Check the top-level render call using <` + r + ">.");
514
- }
515
- return t;
516
- }
517
- }
518
- function Ve(l, t) {
519
- {
520
- if (!l._store || l._store.validated || l.key != null)
521
- return;
522
- l._store.validated = !0;
523
- var r = r1(t);
524
- if (ke[r])
525
- return;
526
- ke[r] = !0;
527
- var n = "";
528
- l && l._owner && l._owner !== le.current && (n = " It was passed a child from " + Z(l._owner.type) + "."), B(l), m('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', r, n), B(null);
529
- }
530
- }
531
- function He(l, t) {
532
- {
533
- if (typeof l != "object")
534
- return;
535
- if (Q(l))
536
- for (var r = 0; r < l.length; r++) {
537
- var n = l[r];
538
- te(n) && Ve(n, t);
539
- }
540
- else if (te(l))
541
- l._store && (l._store.validated = !0);
542
- else if (l) {
543
- var g = T(l);
544
- if (typeof g == "function" && g !== l.entries)
545
- for (var L = g.call(l), f; !(f = L.next()).done; )
546
- te(f.value) && Ve(f.value, t);
547
- }
548
- }
549
- }
550
- function s1(l) {
551
- {
552
- var t = l.type;
553
- if (t == null || typeof t == "string")
554
- return;
555
- var r;
556
- if (typeof t == "function")
557
- r = t.propTypes;
558
- else if (typeof t == "object" && (t.$$typeof === x || // Note: Memo only checks outer props here.
559
- // Inner props are checked in the reconciler.
560
- t.$$typeof === c))
561
- r = t.propTypes;
562
- else
563
- return;
564
- if (r) {
565
- var n = Z(t);
566
- We(r, l.props, "prop", n, l);
567
- } else if (t.PropTypes !== void 0 && !ie) {
568
- ie = !0;
569
- var g = Z(t);
570
- m("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", g || "Unknown");
571
- }
572
- typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && m("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
573
- }
574
- }
575
- function n1(l) {
576
- {
577
- for (var t = Object.keys(l.props), r = 0; r < t.length; r++) {
578
- var n = t[r];
579
- if (n !== "children" && n !== "key") {
580
- B(l), m("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), B(null);
581
- break;
582
- }
583
- }
584
- l.ref !== null && (B(l), m("Invalid attribute `ref` supplied to `React.Fragment`."), B(null));
585
- }
586
- }
587
- function Me(l, t, r, n, g, L) {
588
- {
589
- var f = De(l);
590
- if (!f) {
591
- var o = "";
592
- (l === void 0 || typeof l == "object" && l !== null && Object.keys(l).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
593
- var H = t1(g);
594
- H ? o += H : o += be();
595
- var b;
596
- l === null ? b = "null" : Q(l) ? b = "array" : l !== void 0 && l.$$typeof === s ? (b = "<" + (Z(l.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : b = typeof l, m("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", b, o);
597
- }
598
- var V = i1(l, t, r, g, L);
599
- if (V == null)
600
- return V;
601
- if (f) {
602
- var R = t.children;
603
- if (R !== void 0)
604
- if (n)
605
- if (Q(R)) {
606
- for (var D = 0; D < R.length; D++)
607
- He(R[D], l);
608
- Object.freeze && Object.freeze(R);
609
- } else
610
- m("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
611
- else
612
- He(R, l);
613
- }
614
- return l === d ? n1(V) : s1(V), V;
615
- }
616
- }
617
- function c1(l, t, r) {
618
- return Me(l, t, r, !0);
619
- }
620
- function a1(l, t, r) {
621
- return Me(l, t, r, !1);
622
- }
623
- var h1 = a1, o1 = c1;
624
- U.Fragment = d, U.jsx = h1, U.jsxs = o1;
625
- }()), U;
626
- }
627
- process.env.NODE_ENV === "production" ? re.exports = x1() : re.exports = f1();
628
- var e = re.exports;
629
- const se = {
630
- Warning: (i) => i ? /* @__PURE__ */ e.jsx(
631
- "svg",
632
- {
633
- viewBox: "0 0 24 24",
634
- fill: "none",
635
- xmlns: "http://www.w3.org/2000/svg",
636
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
637
- preserveAspectRatio: "none",
638
- children: /* @__PURE__ */ e.jsx(
639
- "path",
640
- {
641
- d: "M12 5.99L19.53 19H4.47L12 5.99ZM12 2L1 21H23L12 2ZM13 16H11V18H13V16ZM13 10H11V14H13V10Z",
642
- fill: "white"
643
- }
644
- )
645
- }
646
- ) : /* @__PURE__ */ e.jsxs(
647
- "svg",
648
- {
649
- viewBox: "0 0 24 24",
650
- fill: "none",
651
- xmlns: "http://www.w3.org/2000/svg",
652
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
653
- preserveAspectRatio: "none",
654
- children: [
655
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
656
- /* @__PURE__ */ e.jsx("path", { d: "M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z", fill: "black" })
657
- ]
658
- }
659
- ),
660
- Error: (i) => i ? /* @__PURE__ */ e.jsx(
661
- "svg",
662
- {
663
- viewBox: "0 0 24 24",
664
- fill: "none",
665
- xmlns: "http://www.w3.org/2000/svg",
666
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
667
- preserveAspectRatio: "none",
668
- children: /* @__PURE__ */ e.jsx(
669
- "path",
670
- {
671
- d: "M11 15H13V17H11V15ZM11 7H13V13H11V7ZM11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
672
- fill: "white"
673
- }
674
- )
675
- }
676
- ) : /* @__PURE__ */ e.jsx(
677
- "svg",
678
- {
679
- viewBox: "0 0 24 24",
680
- fill: "none",
681
- xmlns: "http://www.w3.org/2000/svg",
682
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
683
- preserveAspectRatio: "none",
684
- children: /* @__PURE__ */ e.jsx(
685
- "path",
686
- {
687
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z",
688
- fill: "black"
689
- }
690
- )
691
- }
692
- ),
693
- Checked: (i) => i ? /* @__PURE__ */ e.jsxs(
694
- "svg",
695
- {
696
- width: "24",
697
- height: "24",
698
- viewBox: "0 0 24 24",
699
- fill: "none",
700
- xmlns: "http://www.w3.org/2000/svg",
701
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
702
- preserveAspectRatio: "none",
703
- children: [
704
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14235)", children: [
705
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "" }),
706
- /* @__PURE__ */ e.jsx(
707
- "path",
708
- {
709
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z",
710
- fill: "white"
711
- }
712
- )
713
- ] }),
714
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14235", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
715
- ]
716
- }
717
- ) : /* @__PURE__ */ e.jsx(
718
- "svg",
719
- {
720
- viewBox: "0 0 24 24",
721
- fill: "none",
722
- xmlns: "http://www.w3.org/2000/svg",
723
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
724
- preserveAspectRatio: "xMidYMid meet",
725
- children: /* @__PURE__ */ e.jsx(
726
- "path",
727
- {
728
- fillRule: "evenodd",
729
- clipRule: "evenodd",
730
- d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM17.9601 8.95986L18 8.92L16.59 7.5L10 14.09L7.41 11.51L6 12.92L6.04 12.96L10 16.92L17.9601 8.95986Z",
731
- fill: "black"
732
- }
733
- )
734
- }
735
- ),
736
- Add: (i) => i ? /* @__PURE__ */ e.jsxs(
737
- "svg",
738
- {
739
- viewBox: "0 0 24 24",
740
- fill: "none",
741
- xmlns: "http://www.w3.org/2000/svg",
742
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
743
- preserveAspectRatio: "none",
744
- children: [
745
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_264_13558)", children: /* @__PURE__ */ e.jsx("path", { d: "M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z", fill: "white" }) }),
746
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_264_13558", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
747
- ]
748
- }
749
- ) : /* @__PURE__ */ e.jsxs(
750
- "svg",
751
- {
752
- viewBox: "0 0 24 24",
753
- fill: "none",
754
- xmlns: "http://www.w3.org/2000/svg",
755
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
756
- preserveAspectRatio: "none",
757
- children: [
758
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_264_13558)", children: /* @__PURE__ */ e.jsx("path", { d: "M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z", fill: "black" }) }),
759
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_264_13558", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
760
- ]
761
- }
762
- ),
763
- AddBox: (i) => i ? /* @__PURE__ */ e.jsxs(
764
- "svg",
765
- {
766
- viewBox: "0 0 24 24",
767
- fill: "none",
768
- xmlns: "http://www.w3.org/2000/svg",
769
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
770
- preserveAspectRatio: "none",
771
- children: [
772
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14206)", children: [
773
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
774
- /* @__PURE__ */ e.jsx(
775
- "path",
776
- {
777
- d: "M19 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V5H19V19ZM11 17H13V13H17V11H13V7H11V11H7V13H11V17Z",
778
- fill: "white"
779
- }
780
- )
781
- ] }),
782
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14206", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
783
- ]
784
- }
785
- ) : /* @__PURE__ */ e.jsxs(
786
- "svg",
787
- {
788
- viewBox: "0 0 24 24",
789
- fill: "none",
790
- xmlns: "http://www.w3.org/2000/svg",
791
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
792
- preserveAspectRatio: "none",
793
- children: [
794
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14206)", children: [
795
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
796
- /* @__PURE__ */ e.jsx(
797
- "path",
798
- {
799
- d: "M19 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V5H19V19ZM11 17H13V13H17V11H13V7H11V11H7V13H11V17Z",
800
- fill: "black"
801
- }
802
- )
803
- ] }),
804
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14206", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
805
- ]
806
- }
807
- ),
808
- AddCircle: (i) => i ? /* @__PURE__ */ e.jsxs(
809
- "svg",
810
- {
811
- viewBox: "0 0 24 24",
812
- fill: "none",
813
- xmlns: "http://www.w3.org/2000/svg",
814
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
815
- preserveAspectRatio: "none",
816
- children: [
817
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14208)", children: /* @__PURE__ */ e.jsx(
818
- "path",
819
- {
820
- d: "M13 7H11V11H7V13H11V17H13V13H17V11H13V7ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z",
821
- fill: "white"
822
- }
823
- ) }),
824
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14208", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
825
- ]
826
- }
827
- ) : /* @__PURE__ */ e.jsxs(
828
- "svg",
829
- {
830
- viewBox: "0 0 24 24",
831
- fill: "none",
832
- xmlns: "http://www.w3.org/2000/svg",
833
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
834
- preserveAspectRatio: "none",
835
- children: [
836
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14207)", children: /* @__PURE__ */ e.jsx(
837
- "path",
838
- {
839
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17 13H13V17H11V13H7V11H11V7H13V11H17V13Z",
840
- fill: "black"
841
- }
842
- ) }),
843
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14207", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
844
- ]
845
- }
846
- ),
847
- Remove: (i) => i ? /* @__PURE__ */ e.jsxs(
848
- "svg",
849
- {
850
- viewBox: "0 0 24 24",
851
- fill: "none",
852
- xmlns: "http://www.w3.org/2000/svg",
853
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
854
- preserveAspectRatio: "none",
855
- children: [
856
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14209)", children: [
857
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
858
- /* @__PURE__ */ e.jsx("path", { d: "M19 13H5V11H19V13Z", fill: "white" })
859
- ] }),
860
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14209", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
861
- ]
862
- }
863
- ) : /* @__PURE__ */ e.jsxs(
864
- "svg",
865
- {
866
- viewBox: "0 0 24 24",
867
- fill: "none",
868
- xmlns: "http://www.w3.org/2000/svg",
869
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
870
- preserveAspectRatio: "none",
871
- children: [
872
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14209)", children: [
873
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
874
- /* @__PURE__ */ e.jsx("path", { d: "M19 13H5V11H19V13Z", fill: "black" })
875
- ] }),
876
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14209", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
877
- ]
878
- }
879
- ),
880
- RemoveCircle: (i) => i ? /* @__PURE__ */ e.jsxs(
881
- "svg",
882
- {
883
- viewBox: "0 0 24 24",
884
- fill: "none",
885
- xmlns: "http://www.w3.org/2000/svg",
886
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
887
- preserveAspectRatio: "none",
888
- children: [
889
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14211)", children: /* @__PURE__ */ e.jsx(
890
- "path",
891
- {
892
- d: "M7 11V13H17V11H7ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z",
893
- fill: "white"
894
- }
895
- ) }),
896
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14211", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
897
- ]
898
- }
899
- ) : /* @__PURE__ */ e.jsxs(
900
- "svg",
901
- {
902
- viewBox: "0 0 24 24",
903
- fill: "none",
904
- xmlns: "http://www.w3.org/2000/svg",
905
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
906
- preserveAspectRatio: "none",
907
- children: [
908
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14210)", children: /* @__PURE__ */ e.jsx(
909
- "path",
910
- {
911
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17 13H7V11H17V13Z",
912
- fill: "black"
913
- }
914
- ) }),
915
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14210", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
916
- ]
917
- }
918
- ),
919
- Block: (i) => i ? /* @__PURE__ */ e.jsxs(
920
- "svg",
921
- {
922
- viewBox: "0 0 24 24",
923
- fill: "none",
924
- xmlns: "http://www.w3.org/2000/svg",
925
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
926
- preserveAspectRatio: "none",
927
- children: [
928
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14212)", children: [
929
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
930
- /* @__PURE__ */ e.jsx(
931
- "path",
932
- {
933
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM4 12C4 7.58 7.58 4 12 4C13.85 4 15.55 4.63 16.9 5.69L5.69 16.9C4.63 15.55 4 13.85 4 12ZM12 20C10.15 20 8.45 19.37 7.1 18.31L18.31 7.1C19.37 8.45 20 10.15 20 12C20 16.42 16.42 20 12 20Z",
934
- fill: "white"
935
- }
936
- )
937
- ] }),
938
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14212", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
939
- ]
940
- }
941
- ) : /* @__PURE__ */ e.jsxs(
942
- "svg",
943
- {
944
- viewBox: "0 0 24 24",
945
- fill: "none",
946
- xmlns: "http://www.w3.org/2000/svg",
947
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
948
- preserveAspectRatio: "none",
949
- children: [
950
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14212)", children: [
951
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
952
- /* @__PURE__ */ e.jsx(
953
- "path",
954
- {
955
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM4 12C4 7.58 7.58 4 12 4C13.85 4 15.55 4.63 16.9 5.69L5.69 16.9C4.63 15.55 4 13.85 4 12ZM12 20C10.15 20 8.45 19.37 7.1 18.31L18.31 7.1C19.37 8.45 20 10.15 20 12C20 16.42 16.42 20 12 20Z",
956
- fill: "black"
957
- }
958
- )
959
- ] }),
960
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14212", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
961
- ]
962
- }
963
- ),
964
- ContentCopy: (i) => i ? /* @__PURE__ */ e.jsxs(
965
- "svg",
966
- {
967
- viewBox: "0 0 24 24",
968
- fill: "none",
969
- xmlns: "http://www.w3.org/2000/svg",
970
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
971
- preserveAspectRatio: "none",
972
- children: [
973
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14213)", children: /* @__PURE__ */ e.jsx(
974
- "path",
975
- {
976
- d: "M16 1H4C2.9 1 2 1.9 2 3V17H4V3H16V1ZM19 5H8C6.9 5 6 5.9 6 7V21C6 22.1 6.9 23 8 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM19 21H8V7H19V21Z",
977
- fill: "white"
978
- }
979
- ) }),
980
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14213", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
981
- ]
982
- }
983
- ) : /* @__PURE__ */ e.jsxs(
984
- "svg",
985
- {
986
- viewBox: "0 0 24 24",
987
- fill: "none",
988
- xmlns: "http://www.w3.org/2000/svg",
989
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
990
- preserveAspectRatio: "none",
991
- children: [
992
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14213)", children: /* @__PURE__ */ e.jsx(
993
- "path",
994
- {
995
- d: "M16 1H4C2.9 1 2 1.9 2 3V17H4V3H16V1ZM19 5H8C6.9 5 6 5.9 6 7V21C6 22.1 6.9 23 8 23H19C20.1 23 21 22.1 21 21V7C21 5.9 20.1 5 19 5ZM19 21H8V7H19V21Z",
996
- fill: "black"
997
- }
998
- ) }),
999
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14213", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1000
- ]
1001
- }
1002
- ),
1003
- SaveAlt: (i) => i ? /* @__PURE__ */ e.jsxs(
1004
- "svg",
1005
- {
1006
- viewBox: "0 0 24 24",
1007
- fill: "none",
1008
- xmlns: "http://www.w3.org/2000/svg",
1009
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1010
- preserveAspectRatio: "none",
1011
- children: [
1012
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14214)", children: [
1013
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1014
- /* @__PURE__ */ e.jsx(
1015
- "path",
1016
- {
1017
- d: "M19 12V19H5V12H3V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V12H19ZM13 12.67L15.59 10.09L17 11.5L12 16.5L7 11.5L8.41 10.09L11 12.67V3H13V12.67Z",
1018
- fill: "white"
1019
- }
1020
- )
1021
- ] }),
1022
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14214", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1023
- ]
1024
- }
1025
- ) : /* @__PURE__ */ e.jsxs(
1026
- "svg",
1027
- {
1028
- viewBox: "0 0 24 24",
1029
- fill: "none",
1030
- xmlns: "http://www.w3.org/2000/svg",
1031
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1032
- preserveAspectRatio: "none",
1033
- children: [
1034
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14214)", children: [
1035
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1036
- /* @__PURE__ */ e.jsx(
1037
- "path",
1038
- {
1039
- d: "M19 12V19H5V12H3V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V12H19ZM13 12.67L15.59 10.09L17 11.5L12 16.5L7 11.5L8.41 10.09L11 12.67V3H13V12.67Z",
1040
- fill: "black"
1041
- }
1042
- )
1043
- ] }),
1044
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14214", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1045
- ]
1046
- }
1047
- ),
1048
- Unarchive: (i) => i ? /* @__PURE__ */ e.jsxs(
1049
- "svg",
1050
- {
1051
- viewBox: "0 0 24 24",
1052
- fill: "none",
1053
- xmlns: "http://www.w3.org/2000/svg",
1054
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1055
- preserveAspectRatio: "none",
1056
- children: [
1057
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14215)", children: /* @__PURE__ */ e.jsx(
1058
- "path",
1059
- {
1060
- d: "M20.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V6.5C21 6.02 20.83 5.57 20.54 5.23ZM6.24 5H17.76L18.59 6H5.42L6.24 5ZM5 19V8H19V19H5ZM8 14H10.55V17H13.45V14H16L12 10L8 14Z",
1061
- fill: "white"
1062
- }
1063
- ) }),
1064
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14215", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1065
- ]
1066
- }
1067
- ) : /* @__PURE__ */ e.jsxs(
1068
- "svg",
1069
- {
1070
- viewBox: "0 0 24 24",
1071
- fill: "none",
1072
- xmlns: "http://www.w3.org/2000/svg",
1073
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1074
- preserveAspectRatio: "none",
1075
- children: [
1076
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14215)", children: /* @__PURE__ */ e.jsx(
1077
- "path",
1078
- {
1079
- d: "M20.54 5.23L19.15 3.55C18.88 3.21 18.47 3 18 3H6C5.53 3 5.12 3.21 4.84 3.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V6.5C21 6.02 20.83 5.57 20.54 5.23ZM6.24 5H17.76L18.59 6H5.42L6.24 5ZM5 19V8H19V19H5ZM8 14H10.55V17H13.45V14H16L12 10L8 14Z",
1080
- fill: "black"
1081
- }
1082
- ) }),
1083
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14215", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1084
- ]
1085
- }
1086
- ),
1087
- MoreHoriz: (i) => i ? /* @__PURE__ */ e.jsxs(
1088
- "svg",
1089
- {
1090
- viewBox: "0 0 24 24",
1091
- fill: "none",
1092
- xmlns: "http://www.w3.org/2000/svg",
1093
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1094
- preserveAspectRatio: "none",
1095
- children: [
1096
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14216)", children: /* @__PURE__ */ e.jsx(
1097
- "path",
1098
- {
1099
- d: "M6 10C4.9 10 4 10.9 4 12C4 13.1 4.9 14 6 14C7.1 14 8 13.1 8 12C8 10.9 7.1 10 6 10ZM18 10C16.9 10 16 10.9 16 12C16 13.1 16.9 14 18 14C19.1 14 20 13.1 20 12C20 10.9 19.1 10 18 10ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z",
1100
- fill: "white"
1101
- }
1102
- ) }),
1103
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14216", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1104
- ]
1105
- }
1106
- ) : /* @__PURE__ */ e.jsxs(
1107
- "svg",
1108
- {
1109
- viewBox: "0 0 24 24",
1110
- fill: "none",
1111
- xmlns: "http://www.w3.org/2000/svg",
1112
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1113
- preserveAspectRatio: "none",
1114
- children: [
1115
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14216)", children: /* @__PURE__ */ e.jsx(
1116
- "path",
1117
- {
1118
- d: "M6 10C4.9 10 4 10.9 4 12C4 13.1 4.9 14 6 14C7.1 14 8 13.1 8 12C8 10.9 7.1 10 6 10ZM18 10C16.9 10 16 10.9 16 12C16 13.1 16.9 14 18 14C19.1 14 20 13.1 20 12C20 10.9 19.1 10 18 10ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z",
1119
- fill: "black"
1120
- }
1121
- ) }),
1122
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14216", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1123
- ]
1124
- }
1125
- ),
1126
- MoreVert: (i) => i ? /* @__PURE__ */ e.jsxs(
1127
- "svg",
1128
- {
1129
- viewBox: "0 0 24 24",
1130
- fill: "none",
1131
- xmlns: "http://www.w3.org/2000/svg",
1132
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1133
- preserveAspectRatio: "none",
1134
- children: [
1135
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14217)", children: /* @__PURE__ */ e.jsx(
1136
- "path",
1137
- {
1138
- d: "M12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18C14 16.9 13.1 16 12 16Z",
1139
- fill: "white"
1140
- }
1141
- ) }),
1142
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14217", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1143
- ]
1144
- }
1145
- ) : /* @__PURE__ */ e.jsxs(
1146
- "svg",
1147
- {
1148
- viewBox: "0 0 24 24",
1149
- fill: "none",
1150
- xmlns: "http://www.w3.org/2000/svg",
1151
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1152
- preserveAspectRatio: "none",
1153
- children: [
1154
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14217)", children: /* @__PURE__ */ e.jsx(
1155
- "path",
1156
- {
1157
- d: "M12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18C14 16.9 13.1 16 12 16Z",
1158
- fill: "black"
1159
- }
1160
- ) }),
1161
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14217", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1162
- ]
1163
- }
1164
- ),
1165
- Menu: (i) => i ? /* @__PURE__ */ e.jsxs(
1166
- "svg",
1167
- {
1168
- viewBox: "0 0 24 24",
1169
- fill: "none",
1170
- xmlns: "http://www.w3.org/2000/svg",
1171
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1172
- preserveAspectRatio: "none",
1173
- children: [
1174
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14218)", children: [
1175
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1176
- /* @__PURE__ */ e.jsx("path", { d: "M3 18H21V16H3V18ZM3 13H21V11H3V13ZM3 6V8H21V6H3Z", fill: "white" })
1177
- ] }),
1178
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14218", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1179
- ]
1180
- }
1181
- ) : /* @__PURE__ */ e.jsxs(
1182
- "svg",
1183
- {
1184
- viewBox: "0 0 24 24",
1185
- fill: "none",
1186
- xmlns: "http://www.w3.org/2000/svg",
1187
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1188
- preserveAspectRatio: "none",
1189
- children: [
1190
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14218)", children: [
1191
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1192
- /* @__PURE__ */ e.jsx("path", { d: "M3 18H21V16H3V18ZM3 13H21V11H3V13ZM3 6V8H21V6H3Z", fill: "black" })
1193
- ] }),
1194
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14218", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1195
- ]
1196
- }
1197
- ),
1198
- Refresh: (i) => i ? /* @__PURE__ */ e.jsxs(
1199
- "svg",
1200
- {
1201
- viewBox: "0 0 24 24",
1202
- fill: "none",
1203
- xmlns: "http://www.w3.org/2000/svg",
1204
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1205
- preserveAspectRatio: "none",
1206
- children: [
1207
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14219)", children: /* @__PURE__ */ e.jsx(
1208
- "path",
1209
- {
1210
- d: "M17.6498 6.35C16.1998 4.9 14.2098 4 11.9998 4C7.57977 4 4.00977 7.58 4.00977 12C4.00977 16.42 7.57977 20 11.9998 20C15.7298 20 18.8398 17.45 19.7298 14H17.6498C16.8298 16.33 14.6098 18 11.9998 18C8.68977 18 5.99977 15.31 5.99977 12C5.99977 8.69 8.68977 6 11.9998 6C13.6598 6 15.1398 6.69 16.2198 7.78L12.9998 11H19.9998V4L17.6498 6.35Z",
1211
- fill: "white"
1212
- }
1213
- ) }),
1214
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14219", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1215
- ]
1216
- }
1217
- ) : /* @__PURE__ */ e.jsxs(
1218
- "svg",
1219
- {
1220
- viewBox: "0 0 24 24",
1221
- fill: "none",
1222
- xmlns: "http://www.w3.org/2000/svg",
1223
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1224
- preserveAspectRatio: "none",
1225
- children: [
1226
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14219)", children: /* @__PURE__ */ e.jsx(
1227
- "path",
1228
- {
1229
- d: "M17.6498 6.35C16.1998 4.9 14.2098 4 11.9998 4C7.57977 4 4.00977 7.58 4.00977 12C4.00977 16.42 7.57977 20 11.9998 20C15.7298 20 18.8398 17.45 19.7298 14H17.6498C16.8298 16.33 14.6098 18 11.9998 18C8.68977 18 5.99977 15.31 5.99977 12C5.99977 8.69 8.68977 6 11.9998 6C13.6598 6 15.1398 6.69 16.2198 7.78L12.9998 11H19.9998V4L17.6498 6.35Z",
1230
- fill: "black"
1231
- }
1232
- ) }),
1233
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14219", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1234
- ]
1235
- }
1236
- ),
1237
- Move: (i) => i ? /* @__PURE__ */ e.jsxs(
1238
- "svg",
1239
- {
1240
- viewBox: "0 0 24 24",
1241
- fill: "none",
1242
- xmlns: "http://www.w3.org/2000/svg",
1243
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1244
- preserveAspectRatio: "none",
1245
- children: [
1246
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14220)", children: /* @__PURE__ */ e.jsx(
1247
- "path",
1248
- {
1249
- d: "M12.0002 5.83L15.1702 9L16.5802 7.59L12.0002 3L7.41016 7.59L8.83016 9L12.0002 5.83ZM12.0002 18.17L8.83016 15L7.42016 16.41L12.0002 21L16.5902 16.41L15.1702 15L12.0002 18.17Z",
1250
- fill: "white"
1251
- }
1252
- ) }),
1253
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14220", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1254
- ]
1255
- }
1256
- ) : /* @__PURE__ */ e.jsxs(
1257
- "svg",
1258
- {
1259
- viewBox: "0 0 24 24",
1260
- fill: "none",
1261
- xmlns: "http://www.w3.org/2000/svg",
1262
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1263
- preserveAspectRatio: "none",
1264
- children: [
1265
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14220)", children: /* @__PURE__ */ e.jsx(
1266
- "path",
1267
- {
1268
- d: "M12.0002 5.83L15.1702 9L16.5802 7.59L12.0002 3L7.41016 7.59L8.83016 9L12.0002 5.83ZM12.0002 18.17L8.83016 15L7.42016 16.41L12.0002 21L16.5902 16.41L15.1702 15L12.0002 18.17Z",
1269
- fill: "black"
1270
- }
1271
- ) }),
1272
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14220", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1273
- ]
1274
- }
1275
- ),
1276
- South: (i) => i ? /* @__PURE__ */ e.jsxs(
1277
- "svg",
1278
- {
1279
- viewBox: "0 0 24 24",
1280
- fill: "none",
1281
- xmlns: "http://www.w3.org/2000/svg",
1282
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1283
- preserveAspectRatio: "none",
1284
- children: [
1285
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14221)", children: /* @__PURE__ */ e.jsx("path", { d: "M19 15L17.59 13.59L13 18.17V2H11V18.17L6.41 13.58L5 15L12 22L19 15Z", fill: "white" }) }),
1286
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14221", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1287
- ]
1288
- }
1289
- ) : /* @__PURE__ */ e.jsxs(
1290
- "svg",
1291
- {
1292
- viewBox: "0 0 24 24",
1293
- fill: "none",
1294
- xmlns: "http://www.w3.org/2000/svg",
1295
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1296
- preserveAspectRatio: "none",
1297
- children: [
1298
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14221)", children: /* @__PURE__ */ e.jsx("path", { d: "M19 15L17.59 13.59L13 18.17V2H11V18.17L6.41 13.58L5 15L12 22L19 15Z", fill: "black" }) }),
1299
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14221", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1300
- ]
1301
- }
1302
- ),
1303
- North: (i) => i ? /* @__PURE__ */ e.jsxs(
1304
- "svg",
1305
- {
1306
- viewBox: "0 0 24 24",
1307
- fill: "none",
1308
- xmlns: "http://www.w3.org/2000/svg",
1309
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1310
- preserveAspectRatio: "none",
1311
- children: [
1312
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14222)", children: [
1313
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1314
- /* @__PURE__ */ e.jsx("path", { d: "M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z", fill: "white" })
1315
- ] }),
1316
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14222", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1317
- ]
1318
- }
1319
- ) : /* @__PURE__ */ e.jsxs(
1320
- "svg",
1321
- {
1322
- viewBox: "0 0 24 24",
1323
- fill: "none",
1324
- xmlns: "http://www.w3.org/2000/svg",
1325
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1326
- preserveAspectRatio: "none",
1327
- children: [
1328
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14222)", children: [
1329
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1330
- /* @__PURE__ */ e.jsx("path", { d: "M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z", fill: "black" })
1331
- ] }),
1332
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14222", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1333
- ]
1334
- }
1335
- ),
1336
- West: (i) => i ? /* @__PURE__ */ e.jsxs(
1337
- "svg",
1338
- {
1339
- viewBox: "0 0 24 24",
1340
- fill: "none",
1341
- xmlns: "http://www.w3.org/2000/svg",
1342
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1343
- preserveAspectRatio: "none",
1344
- children: [
1345
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14223)", children: /* @__PURE__ */ e.jsx("path", { d: "M9 19L10.41 17.59L5.83 13H22V11H5.83L10.42 6.41L9 5L2 12L9 19Z", fill: "white" }) }),
1346
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14223", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1347
- ]
1348
- }
1349
- ) : /* @__PURE__ */ e.jsxs(
1350
- "svg",
1351
- {
1352
- viewBox: "0 0 24 24",
1353
- fill: "none",
1354
- xmlns: "http://www.w3.org/2000/svg",
1355
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1356
- preserveAspectRatio: "none",
1357
- children: [
1358
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14223)", children: /* @__PURE__ */ e.jsx("path", { d: "M9 19L10.41 17.59L5.83 13H22V11H5.83L10.42 6.41L9 5L2 12L9 19Z", fill: "black" }) }),
1359
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14223", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1360
- ]
1361
- }
1362
- ),
1363
- ExpandMore: (i) => i ? /* @__PURE__ */ e.jsxs(
1364
- "svg",
1365
- {
1366
- viewBox: "0 0 24 24",
1367
- fill: "none",
1368
- xmlns: "http://www.w3.org/2000/svg",
1369
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1370
- preserveAspectRatio: "none",
1371
- children: [
1372
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14230)", children: /* @__PURE__ */ e.jsx(
1373
- "path",
1374
- {
1375
- d: "M16.59 8.58984L12 13.1698L7.41 8.58984L6 9.99984L12 15.9998L18 9.99984L16.59 8.58984Z",
1376
- fill: "white"
1377
- }
1378
- ) }),
1379
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14230", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1380
- ]
1381
- }
1382
- ) : /* @__PURE__ */ e.jsxs(
1383
- "svg",
1384
- {
1385
- viewBox: "0 0 24 24",
1386
- fill: "none",
1387
- xmlns: "http://www.w3.org/2000/svg",
1388
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1389
- preserveAspectRatio: "none",
1390
- children: [
1391
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14230)", children: /* @__PURE__ */ e.jsx(
1392
- "path",
1393
- {
1394
- d: "M16.59 8.58984L12 13.1698L7.41 8.58984L6 9.99984L12 15.9998L18 9.99984L16.59 8.58984Z",
1395
- fill: "black"
1396
- }
1397
- ) }),
1398
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14230", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1399
- ]
1400
- }
1401
- ),
1402
- ExpandLess: (i) => i ? /* @__PURE__ */ e.jsxs(
1403
- "svg",
1404
- {
1405
- viewBox: "0 0 24 24",
1406
- fill: "none",
1407
- xmlns: "http://www.w3.org/2000/svg",
1408
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1409
- preserveAspectRatio: "none",
1410
- children: [
1411
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14229)", children: /* @__PURE__ */ e.jsx("path", { d: "M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z", fill: "white" }) }),
1412
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14229", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1413
- ]
1414
- }
1415
- ) : /* @__PURE__ */ e.jsxs(
1416
- "svg",
1417
- {
1418
- viewBox: "0 0 24 24",
1419
- fill: "none",
1420
- xmlns: "http://www.w3.org/2000/svg",
1421
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1422
- preserveAspectRatio: "none",
1423
- children: [
1424
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14229)", children: /* @__PURE__ */ e.jsx("path", { d: "M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z", fill: "black" }) }),
1425
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14229", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1426
- ]
1427
- }
1428
- ),
1429
- Close: (i) => i ? /* @__PURE__ */ e.jsxs(
1430
- "svg",
1431
- {
1432
- viewBox: "0 0 24 24",
1433
- fill: "none",
1434
- xmlns: "http://www.w3.org/2000/svg",
1435
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1436
- preserveAspectRatio: "none",
1437
- children: [
1438
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14231)", children: /* @__PURE__ */ e.jsx(
1439
- "path",
1440
- {
1441
- d: "M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z",
1442
- fill: "white"
1443
- }
1444
- ) }),
1445
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14231", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1446
- ]
1447
- }
1448
- ) : /* @__PURE__ */ e.jsxs(
1449
- "svg",
1450
- {
1451
- viewBox: "0 0 24 24",
1452
- fill: "none",
1453
- xmlns: "http://www.w3.org/2000/svg",
1454
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1455
- preserveAspectRatio: "none",
1456
- children: [
1457
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14231)", children: /* @__PURE__ */ e.jsx(
1458
- "path",
1459
- {
1460
- d: "M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z",
1461
- fill: "black"
1462
- }
1463
- ) }),
1464
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14231", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1465
- ]
1466
- }
1467
- ),
1468
- Cancel: (i) => i ? /* @__PURE__ */ e.jsxs(
1469
- "svg",
1470
- {
1471
- viewBox: "0 0 24 24",
1472
- fill: "none",
1473
- xmlns: "http://www.w3.org/2000/svg",
1474
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1475
- preserveAspectRatio: "none",
1476
- children: [
1477
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14232)", children: /* @__PURE__ */ e.jsx(
1478
- "path",
1479
- {
1480
- d: "M12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM15.59 7L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17L17 15.59L13.41 12L17 8.41L15.59 7Z",
1481
- fill: "white"
1482
- }
1483
- ) }),
1484
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14232", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1485
- ]
1486
- }
1487
- ) : /* @__PURE__ */ e.jsxs(
1488
- "svg",
1489
- {
1490
- viewBox: "0 0 24 24",
1491
- fill: "none",
1492
- xmlns: "http://www.w3.org/2000/svg",
1493
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1494
- preserveAspectRatio: "none",
1495
- children: [
1496
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14232)", children: /* @__PURE__ */ e.jsx(
1497
- "path",
1498
- {
1499
- d: "M12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM15.59 7L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17L17 15.59L13.41 12L17 8.41L15.59 7Z",
1500
- fill: "black"
1501
- }
1502
- ) }),
1503
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14232", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1504
- ]
1505
- }
1506
- ),
1507
- Delete: (i) => i ? /* @__PURE__ */ e.jsxs(
1508
- "svg",
1509
- {
1510
- viewBox: "0 0 24 24",
1511
- fill: "none",
1512
- xmlns: "http://www.w3.org/2000/svg",
1513
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1514
- preserveAspectRatio: "none",
1515
- children: [
1516
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14233)", children: /* @__PURE__ */ e.jsx(
1517
- "path",
1518
- {
1519
- d: "M16 9V19H8V9H16ZM14.5 3H9.5L8.5 4H5V6H19V4H15.5L14.5 3ZM18 7H6V19C6 20.1 6.9 21 8 21H16C17.1 21 18 20.1 18 19V7Z",
1520
- fill: "white"
1521
- }
1522
- ) }),
1523
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14233", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1524
- ]
1525
- }
1526
- ) : /* @__PURE__ */ e.jsxs(
1527
- "svg",
1528
- {
1529
- viewBox: "0 0 24 24",
1530
- fill: "none",
1531
- xmlns: "http://www.w3.org/2000/svg",
1532
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1533
- preserveAspectRatio: "none",
1534
- children: [
1535
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14233)", children: /* @__PURE__ */ e.jsx(
1536
- "path",
1537
- {
1538
- d: "M16 9V19H8V9H16ZM14.5 3H9.5L8.5 4H5V6H19V4H15.5L14.5 3ZM18 7H6V19C6 20.1 6.9 21 8 21H16C17.1 21 18 20.1 18 19V7Z",
1539
- fill: "black"
1540
- }
1541
- ) }),
1542
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14233", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1543
- ]
1544
- }
1545
- ),
1546
- FilterAlt: (i) => i ? /* @__PURE__ */ e.jsxs(
1547
- "svg",
1548
- {
1549
- viewBox: "0 0 24 24",
1550
- fill: "none",
1551
- xmlns: "http://www.w3.org/2000/svg",
1552
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1553
- preserveAspectRatio: "none",
1554
- children: [
1555
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14234)", children: /* @__PURE__ */ e.jsx(
1556
- "path",
1557
- {
1558
- d: "M7.00067 6H17.0007L11.9907 12.3L7.00067 6ZM4.25067 5.61C6.27067 8.2 10.0007 13 10.0007 13V19C10.0007 19.55 10.4507 20 11.0007 20H13.0007C13.5507 20 14.0007 19.55 14.0007 19V13C14.0007 13 17.7207 8.2 19.7407 5.61C20.2507 4.95 19.7807 4 18.9507 4H5.04067C4.21067 4 3.74067 4.95 4.25067 5.61Z",
1559
- fill: "white"
1560
- }
1561
- ) }),
1562
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14234", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1563
- ]
1564
- }
1565
- ) : /* @__PURE__ */ e.jsxs(
1566
- "svg",
1567
- {
1568
- viewBox: "0 0 24 24",
1569
- fill: "none",
1570
- xmlns: "http://www.w3.org/2000/svg",
1571
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1572
- preserveAspectRatio: "none",
1573
- children: [
1574
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_270_14234)", children: /* @__PURE__ */ e.jsx(
1575
- "path",
1576
- {
1577
- d: "M7.00067 6H17.0007L11.9907 12.3L7.00067 6ZM4.25067 5.61C6.27067 8.2 10.0007 13 10.0007 13V19C10.0007 19.55 10.4507 20 11.0007 20H13.0007C13.5507 20 14.0007 19.55 14.0007 19V13C14.0007 13 17.7207 8.2 19.7407 5.61C20.2507 4.95 19.7807 4 18.9507 4H5.04067C4.21067 4 3.74067 4.95 4.25067 5.61Z",
1578
- fill: "black"
1579
- }
1580
- ) }),
1581
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14234", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1582
- ]
1583
- }
1584
- ),
1585
- Edit: (i) => i ? /* @__PURE__ */ e.jsx(
1586
- "svg",
1587
- {
1588
- viewBox: "0 0 24 24",
1589
- fill: "none",
1590
- xmlns: "http://www.w3.org/2000/svg",
1591
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1592
- preserveAspectRatio: "none",
1593
- children: /* @__PURE__ */ e.jsx(
1594
- "path",
1595
- {
1596
- d: "M18.4141 2C18.1581 2 17.902 2.09797 17.707 2.29297L15.707 4.29297L14.293 5.70703L3 17V21H7L21.707 6.29297C22.098 5.90197 22.098 5.26891 21.707 4.87891L19.1211 2.29297C18.9261 2.09797 18.6701 2 18.4141 2ZM18.4141 4.41406L19.5859 5.58594L18.293 6.87891L17.1211 5.70703L18.4141 4.41406ZM15.707 7.12109L16.8789 8.29297L6.17188 19H5V17.8281L15.707 7.12109Z",
1597
- fill: "white"
1598
- }
1599
- )
1600
- }
1601
- ) : /* @__PURE__ */ e.jsx(
1602
- "svg",
1603
- {
1604
- viewBox: "0 0 24 24",
1605
- fill: "none",
1606
- xmlns: "http://www.w3.org/2000/svg",
1607
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1608
- preserveAspectRatio: "none",
1609
- children: /* @__PURE__ */ e.jsx(
1610
- "path",
1611
- {
1612
- d: "M18.4141 2C18.1581 2 17.902 2.09797 17.707 2.29297L15.707 4.29297L14.293 5.70703L3 17V21H7L21.707 6.29297C22.098 5.90197 22.098 5.26891 21.707 4.87891L19.1211 2.29297C18.9261 2.09797 18.6701 2 18.4141 2ZM18.4141 4.41406L19.5859 5.58594L18.293 6.87891L17.1211 5.70703L18.4141 4.41406ZM15.707 7.12109L16.8789 8.29297L6.17188 19H5V17.8281L15.707 7.12109Z",
1613
- fill: "black"
1614
- }
1615
- )
1616
- }
1617
- ),
1618
- CheckCircle: (i) => i ? /* @__PURE__ */ e.jsxs(
1619
- "svg",
1620
- {
1621
- viewBox: "0 0 24 24",
1622
- fill: "none",
1623
- xmlns: "http://www.w3.org/2000/svg",
1624
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1625
- preserveAspectRatio: "none",
1626
- children: [
1627
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14235)", children: [
1628
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1629
- /* @__PURE__ */ e.jsx(
1630
- "path",
1631
- {
1632
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z",
1633
- fill: "white"
1634
- }
1635
- )
1636
- ] }),
1637
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14235", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1638
- ]
1639
- }
1640
- ) : /* @__PURE__ */ e.jsxs(
1641
- "svg",
1642
- {
1643
- viewBox: "0 0 24 24",
1644
- fill: "none",
1645
- xmlns: "http://www.w3.org/2000/svg",
1646
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1647
- preserveAspectRatio: "none",
1648
- children: [
1649
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14235)", children: [
1650
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1651
- /* @__PURE__ */ e.jsx(
1652
- "path",
1653
- {
1654
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z",
1655
- fill: "black"
1656
- }
1657
- )
1658
- ] }),
1659
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14235", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1660
- ]
1661
- }
1662
- ),
1663
- CalendarToday: (i) => i ? /* @__PURE__ */ e.jsxs(
1664
- "svg",
1665
- {
1666
- viewBox: "0 0 24 24",
1667
- fill: "none",
1668
- xmlns: "http://www.w3.org/2000/svg",
1669
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1670
- preserveAspectRatio: "none",
1671
- children: [
1672
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14237)", children: [
1673
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1674
- /* @__PURE__ */ e.jsx(
1675
- "path",
1676
- {
1677
- d: "M20 3H19V1H17V3H7V1H5V3H4C2.9 3 2 3.9 2 5V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V5C22 3.9 21.1 3 20 3ZM20 21H4V10H20V21ZM20 8H4V5H20V8Z",
1678
- fill: "white"
1679
- }
1680
- )
1681
- ] }),
1682
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14237", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1683
- ]
1684
- }
1685
- ) : /* @__PURE__ */ e.jsxs(
1686
- "svg",
1687
- {
1688
- viewBox: "0 0 24 24",
1689
- fill: "none",
1690
- xmlns: "http://www.w3.org/2000/svg",
1691
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1692
- preserveAspectRatio: "none",
1693
- children: [
1694
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14237)", children: [
1695
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1696
- /* @__PURE__ */ e.jsx(
1697
- "path",
1698
- {
1699
- d: "M20 3H19V1H17V3H7V1H5V3H4C2.9 3 2 3.9 2 5V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V5C22 3.9 21.1 3 20 3ZM20 21H4V10H20V21ZM20 8H4V5H20V8Z",
1700
- fill: "black"
1701
- }
1702
- )
1703
- ] }),
1704
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14237", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1705
- ]
1706
- }
1707
- ),
1708
- AccountCircle: (i) => i ? /* @__PURE__ */ e.jsxs(
1709
- "svg",
1710
- {
1711
- viewBox: "0 0 24 24",
1712
- fill: "none",
1713
- xmlns: "http://www.w3.org/2000/svg",
1714
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1715
- preserveAspectRatio: "none",
1716
- children: [
1717
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14238)", children: [
1718
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1719
- /* @__PURE__ */ e.jsx(
1720
- "path",
1721
- {
1722
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM7.07 18.28C7.5 17.38 10.12 16.5 12 16.5C13.88 16.5 16.51 17.38 16.93 18.28C15.57 19.36 13.86 20 12 20C10.14 20 8.43 19.36 7.07 18.28ZM18.36 16.83C16.93 15.09 13.46 14.5 12 14.5C10.54 14.5 7.07 15.09 5.64 16.83C4.62 15.49 4 13.82 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 13.82 19.38 15.49 18.36 16.83ZM12 6C10.06 6 8.5 7.56 8.5 9.5C8.5 11.44 10.06 13 12 13C13.94 13 15.5 11.44 15.5 9.5C15.5 7.56 13.94 6 12 6ZM12 11C11.17 11 10.5 10.33 10.5 9.5C10.5 8.67 11.17 8 12 8C12.83 8 13.5 8.67 13.5 9.5C13.5 10.33 12.83 11 12 11Z",
1723
- fill: "white"
1724
- }
1725
- )
1726
- ] }),
1727
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14238", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1728
- ]
1729
- }
1730
- ) : /* @__PURE__ */ e.jsxs(
1731
- "svg",
1732
- {
1733
- viewBox: "0 0 24 24",
1734
- fill: "none",
1735
- xmlns: "http://www.w3.org/2000/svg",
1736
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1737
- preserveAspectRatio: "none",
1738
- children: [
1739
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14238)", children: [
1740
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1741
- /* @__PURE__ */ e.jsx(
1742
- "path",
1743
- {
1744
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM7.07 18.28C7.5 17.38 10.12 16.5 12 16.5C13.88 16.5 16.51 17.38 16.93 18.28C15.57 19.36 13.86 20 12 20C10.14 20 8.43 19.36 7.07 18.28ZM18.36 16.83C16.93 15.09 13.46 14.5 12 14.5C10.54 14.5 7.07 15.09 5.64 16.83C4.62 15.49 4 13.82 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 13.82 19.38 15.49 18.36 16.83ZM12 6C10.06 6 8.5 7.56 8.5 9.5C8.5 11.44 10.06 13 12 13C13.94 13 15.5 11.44 15.5 9.5C15.5 7.56 13.94 6 12 6ZM12 11C11.17 11 10.5 10.33 10.5 9.5C10.5 8.67 11.17 8 12 8C12.83 8 13.5 8.67 13.5 9.5C13.5 10.33 12.83 11 12 11Z",
1745
- fill: "black"
1746
- }
1747
- )
1748
- ] }),
1749
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14238", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1750
- ]
1751
- }
1752
- ),
1753
- Done: (i) => i ? /* @__PURE__ */ e.jsxs(
1754
- "svg",
1755
- {
1756
- viewBox: "0 0 24 24",
1757
- fill: "none",
1758
- xmlns: "http://www.w3.org/2000/svg",
1759
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1760
- preserveAspectRatio: "none",
1761
- children: [
1762
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14241)", children: [
1763
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1764
- /* @__PURE__ */ e.jsx(
1765
- "path",
1766
- {
1767
- d: "M9.00039 16.2001L4.80039 12.0001L3.40039 13.4001L9.00039 19.0001L21.0004 7.0001L19.6004 5.6001L9.00039 16.2001Z",
1768
- fill: "white"
1769
- }
1770
- )
1771
- ] }),
1772
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14241", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1773
- ]
1774
- }
1775
- ) : /* @__PURE__ */ e.jsxs(
1776
- "svg",
1777
- {
1778
- viewBox: "0 0 24 24",
1779
- fill: "none",
1780
- xmlns: "http://www.w3.org/2000/svg",
1781
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1782
- preserveAspectRatio: "none",
1783
- children: [
1784
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14241)", children: [
1785
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1786
- /* @__PURE__ */ e.jsx(
1787
- "path",
1788
- {
1789
- d: "M9.00039 16.2001L4.80039 12.0001L3.40039 13.4001L9.00039 19.0001L21.0004 7.0001L19.6004 5.6001L9.00039 16.2001Z",
1790
- fill: "black"
1791
- }
1792
- )
1793
- ] }),
1794
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14241", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1795
- ]
1796
- }
1797
- ),
1798
- LogIn: (i) => i ? /* @__PURE__ */ e.jsxs(
1799
- "svg",
1800
- {
1801
- viewBox: "0 0 24 24",
1802
- fill: "none",
1803
- xmlns: "http://www.w3.org/2000/svg",
1804
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1805
- preserveAspectRatio: "none",
1806
- children: [
1807
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14243)", children: [
1808
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1809
- /* @__PURE__ */ e.jsx(
1810
- "path",
1811
- {
1812
- d: "M11 7L9.6 8.4L12.2 11H2V13H12.2L9.6 15.6L11 17L16 12L11 7ZM20 19H12V21H20C21.1 21 22 20.1 22 19V5C22 3.9 21.1 3 20 3H12V5H20V19Z",
1813
- fill: "white"
1814
- }
1815
- )
1816
- ] }),
1817
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14243", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1818
- ]
1819
- }
1820
- ) : /* @__PURE__ */ e.jsxs(
1821
- "svg",
1822
- {
1823
- viewBox: "0 0 24 24",
1824
- fill: "none",
1825
- xmlns: "http://www.w3.org/2000/svg",
1826
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1827
- preserveAspectRatio: "none",
1828
- children: [
1829
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14243)", children: [
1830
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1831
- /* @__PURE__ */ e.jsx(
1832
- "path",
1833
- {
1834
- d: "M11 7L9.6 8.4L12.2 11H2V13H12.2L9.6 15.6L11 17L16 12L11 7ZM20 19H12V21H20C21.1 21 22 20.1 22 19V5C22 3.9 21.1 3 20 3H12V5H20V19Z",
1835
- fill: "black"
1836
- }
1837
- )
1838
- ] }),
1839
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14243", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1840
- ]
1841
- }
1842
- ),
1843
- OpenWith: (i) => i ? /* @__PURE__ */ e.jsxs(
1844
- "svg",
1845
- {
1846
- viewBox: "0 0 24 24",
1847
- fill: "none",
1848
- xmlns: "http://www.w3.org/2000/svg",
1849
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1850
- preserveAspectRatio: "none",
1851
- children: [
1852
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14244)", children: [
1853
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1854
- /* @__PURE__ */ e.jsx(
1855
- "path",
1856
- {
1857
- d: "M10 9H14V6H17L12 1L7 6H10V9ZM9 10H6V7L1 12L6 17V14H9V10ZM23 12L18 7V10H15V14H18V17L23 12ZM14 15H10V18H7L12 23L17 18H14V15Z",
1858
- fill: "white"
1859
- }
1860
- )
1861
- ] }),
1862
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14244", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1863
- ]
1864
- }
1865
- ) : /* @__PURE__ */ e.jsxs(
1866
- "svg",
1867
- {
1868
- viewBox: "0 0 24 24",
1869
- fill: "none",
1870
- xmlns: "http://www.w3.org/2000/svg",
1871
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1872
- preserveAspectRatio: "none",
1873
- children: [
1874
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14244)", children: [
1875
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1876
- /* @__PURE__ */ e.jsx(
1877
- "path",
1878
- {
1879
- d: "M10 9H14V6H17L12 1L7 6H10V9ZM9 10H6V7L1 12L6 17V14H9V10ZM23 12L18 7V10H15V14H18V17L23 12ZM14 15H10V18H7L12 23L17 18H14V15Z",
1880
- fill: "black"
1881
- }
1882
- )
1883
- ] }),
1884
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14244", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1885
- ]
1886
- }
1887
- ),
1888
- Search: (i) => i ? /* @__PURE__ */ e.jsxs(
1889
- "svg",
1890
- {
1891
- viewBox: "0 0 24 24",
1892
- fill: "none",
1893
- xmlns: "http://www.w3.org/2000/svg",
1894
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1895
- preserveAspectRatio: "none",
1896
- children: [
1897
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14247)", children: [
1898
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1899
- /* @__PURE__ */ e.jsx(
1900
- "path",
1901
- {
1902
- d: "M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z",
1903
- fill: "white"
1904
- }
1905
- )
1906
- ] }),
1907
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14247", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1908
- ]
1909
- }
1910
- ) : /* @__PURE__ */ e.jsxs(
1911
- "svg",
1912
- {
1913
- viewBox: "0 0 24 24",
1914
- fill: "none",
1915
- xmlns: "http://www.w3.org/2000/svg",
1916
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1917
- preserveAspectRatio: "none",
1918
- children: [
1919
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14247)", children: [
1920
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1921
- /* @__PURE__ */ e.jsx(
1922
- "path",
1923
- {
1924
- d: "M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z",
1925
- fill: "black"
1926
- }
1927
- )
1928
- ] }),
1929
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14247", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1930
- ]
1931
- }
1932
- ),
1933
- Info: (i) => i ? /* @__PURE__ */ e.jsxs(
1934
- "svg",
1935
- {
1936
- viewBox: "0 0 24 24",
1937
- fill: "none",
1938
- xmlns: "http://www.w3.org/2000/svg",
1939
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1940
- preserveAspectRatio: "none",
1941
- children: [
1942
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14250)", children: [
1943
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1944
- /* @__PURE__ */ e.jsx(
1945
- "path",
1946
- {
1947
- d: "M11 7H13V9H11V7ZM11 11H13V17H11V11ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z",
1948
- fill: "white"
1949
- }
1950
- )
1951
- ] }),
1952
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14250", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1953
- ]
1954
- }
1955
- ) : /* @__PURE__ */ e.jsxs(
1956
- "svg",
1957
- {
1958
- viewBox: "0 0 24 24",
1959
- fill: "none",
1960
- xmlns: "http://www.w3.org/2000/svg",
1961
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1962
- preserveAspectRatio: "none",
1963
- children: [
1964
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14250)", children: [
1965
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
1966
- /* @__PURE__ */ e.jsx(
1967
- "path",
1968
- {
1969
- d: "M11 7H13V9H11V7ZM11 11H13V17H11V11ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z",
1970
- fill: "black"
1971
- }
1972
- )
1973
- ] }),
1974
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14250", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
1975
- ]
1976
- }
1977
- ),
1978
- Help: (i) => i ? /* @__PURE__ */ e.jsxs(
1979
- "svg",
1980
- {
1981
- viewBox: "0 0 24 24",
1982
- fill: "none",
1983
- xmlns: "http://www.w3.org/2000/svg",
1984
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
1985
- preserveAspectRatio: "none",
1986
- children: [
1987
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14267)", children: [
1988
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
1989
- /* @__PURE__ */ e.jsx(
1990
- "path",
1991
- {
1992
- d: "M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z",
1993
- fill: "white"
1994
- }
1995
- )
1996
- ] }),
1997
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14267", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
1998
- ]
1999
- }
2000
- ) : /* @__PURE__ */ e.jsxs(
2001
- "svg",
2002
- {
2003
- viewBox: "0 0 24 24",
2004
- fill: "none",
2005
- xmlns: "http://www.w3.org/2000/svg",
2006
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2007
- preserveAspectRatio: "none",
2008
- children: [
2009
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14267)", children: [
2010
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
2011
- /* @__PURE__ */ e.jsx(
2012
- "path",
2013
- {
2014
- d: "M11 18H13V16H11V18ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 7.79 14.21 6 12 6Z",
2015
- fill: "black"
2016
- }
2017
- )
2018
- ] }),
2019
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14267", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2020
- ]
2021
- }
2022
- ),
2023
- KeyboardArrowLeft: (i) => i ? /* @__PURE__ */ e.jsxs(
2024
- "svg",
2025
- {
2026
- viewBox: "0 0 24 24",
2027
- fill: "none",
2028
- xmlns: "http://www.w3.org/2000/svg",
2029
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2030
- preserveAspectRatio: "none",
2031
- children: [
2032
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14268)", children: [
2033
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
2034
- /* @__PURE__ */ e.jsx("path", { d: "M15.41 16.59L10.83 12L15.41 7.41L14 6L8 12L14 18L15.41 16.59Z", fill: "white" })
2035
- ] }),
2036
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14268", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2037
- ]
2038
- }
2039
- ) : /* @__PURE__ */ e.jsxs(
2040
- "svg",
2041
- {
2042
- viewBox: "0 0 24 24",
2043
- fill: "none",
2044
- xmlns: "http://www.w3.org/2000/svg",
2045
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2046
- preserveAspectRatio: "none",
2047
- children: [
2048
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14268)", children: [
2049
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
2050
- /* @__PURE__ */ e.jsx("path", { d: "M15.41 16.59L10.83 12L15.41 7.41L14 6L8 12L14 18L15.41 16.59Z", fill: "black" })
2051
- ] }),
2052
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14268", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2053
- ]
2054
- }
2055
- ),
2056
- KeyboardArrowRight: (i) => i ? /* @__PURE__ */ e.jsxs(
2057
- "svg",
2058
- {
2059
- viewBox: "0 0 24 24",
2060
- fill: "none",
2061
- xmlns: "http://www.w3.org/2000/svg",
2062
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2063
- preserveAspectRatio: "none",
2064
- children: [
2065
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14269)", children: [
2066
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
2067
- /* @__PURE__ */ e.jsx(
2068
- "path",
2069
- {
2070
- d: "M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z",
2071
- fill: "white"
2072
- }
2073
- )
2074
- ] }),
2075
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14269", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
2076
- ]
2077
- }
2078
- ) : /* @__PURE__ */ e.jsxs(
2079
- "svg",
2080
- {
2081
- viewBox: "0 0 24 24",
2082
- fill: "none",
2083
- xmlns: "http://www.w3.org/2000/svg",
2084
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2085
- preserveAspectRatio: "none",
2086
- children: [
2087
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14269)", children: [
2088
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
2089
- /* @__PURE__ */ e.jsx(
2090
- "path",
2091
- {
2092
- d: "M8.58984 16.59L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.59Z",
2093
- fill: "black"
2094
- }
2095
- )
2096
- ] }),
2097
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14269", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2098
- ]
2099
- }
2100
- ),
2101
- DownloadDone: (i) => i ? /* @__PURE__ */ e.jsxs(
2102
- "svg",
2103
- {
2104
- viewBox: "0 0 24 24",
2105
- fill: "none",
2106
- xmlns: "http://www.w3.org/2000/svg",
2107
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2108
- preserveAspectRatio: "none",
2109
- children: [
2110
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14251)", children: [
2111
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
2112
- /* @__PURE__ */ e.jsx("path", { d: "M5 18H19V20H5V18ZM9.6 15.3L5 10.7L7 8.8L9.6 11.4L17 4L19 6L9.6 15.3Z", fill: "white" })
2113
- ] }),
2114
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14251", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
2115
- ]
2116
- }
2117
- ) : /* @__PURE__ */ e.jsxs(
2118
- "svg",
2119
- {
2120
- viewBox: "0 0 24 24",
2121
- fill: "none",
2122
- xmlns: "http://www.w3.org/2000/svg",
2123
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2124
- preserveAspectRatio: "none",
2125
- children: [
2126
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14251)", children: [
2127
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
2128
- /* @__PURE__ */ e.jsx("path", { d: "M5 18H19V20H5V18ZM9.6 15.3L5 10.7L7 8.8L9.6 11.4L17 4L19 6L9.6 15.3Z", fill: "black" })
2129
- ] }),
2130
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14251", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2131
- ]
2132
- }
2133
- ),
2134
- Place: (i) => i ? /* @__PURE__ */ e.jsxs(
2135
- "svg",
2136
- {
2137
- viewBox: "0 0 24 24",
2138
- fill: "none",
2139
- xmlns: "http://www.w3.org/2000/svg",
2140
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2141
- preserveAspectRatio: "none",
2142
- children: [
2143
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_463_5630)", children: /* @__PURE__ */ e.jsx(
2144
- "path",
2145
- {
2146
- d: "M12 12C10.9 12 10 11.1 10 10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 11.1 13.1 12 12 12ZM18 10.2C18 6.57 15.35 4 12 4C8.65 4 6 6.57 6 10.2C6 12.54 7.95 15.64 12 19.34C16.05 15.64 18 12.54 18 10.2ZM12 2C16.2 2 20 5.22 20 10.2C20 13.52 17.33 17.45 12 22C6.67 17.45 4 13.52 4 10.2C4 5.22 7.8 2 12 2Z",
2147
- fill: "white"
2148
- }
2149
- ) }),
2150
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_463_5630", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
2151
- ]
2152
- }
2153
- ) : /* @__PURE__ */ e.jsxs(
2154
- "svg",
2155
- {
2156
- viewBox: "0 0 24 24",
2157
- fill: "none",
2158
- xmlns: "http://www.w3.org/2000/svg",
2159
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2160
- preserveAspectRatio: "none",
2161
- children: [
2162
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_463_5630)", children: /* @__PURE__ */ e.jsx(
2163
- "path",
2164
- {
2165
- d: "M12 12C10.9 12 10 11.1 10 10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 11.1 13.1 12 12 12ZM18 10.2C18 6.57 15.35 4 12 4C8.65 4 6 6.57 6 10.2C6 12.54 7.95 15.64 12 19.34C16.05 15.64 18 12.54 18 10.2ZM12 2C16.2 2 20 5.22 20 10.2C20 13.52 17.33 17.45 12 22C6.67 17.45 4 13.52 4 10.2C4 5.22 7.8 2 12 2Z",
2166
- fill: "black"
2167
- }
2168
- ) }),
2169
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_463_5630", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2170
- ]
2171
- }
2172
- ),
2173
- OpenInNew: (i) => i ? /* @__PURE__ */ e.jsxs(
2174
- "svg",
2175
- {
2176
- viewBox: "0 0 24 24",
2177
- fill: "none",
2178
- xmlns: "http://www.w3.org/2000/svg",
2179
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2180
- preserveAspectRatio: "none",
2181
- children: [
2182
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14260)", children: [
2183
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
2184
- /* @__PURE__ */ e.jsx(
2185
- "path",
2186
- {
2187
- d: "M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V12H19V19ZM14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3H14Z",
2188
- fill: "white"
2189
- }
2190
- )
2191
- ] }),
2192
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14260", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
2193
- ]
2194
- }
2195
- ) : /* @__PURE__ */ e.jsxs(
2196
- "svg",
2197
- {
2198
- viewBox: "0 0 24 24",
2199
- fill: "none",
2200
- xmlns: "http://www.w3.org/2000/svg",
2201
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2202
- preserveAspectRatio: "none",
2203
- children: [
2204
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14260)", children: [
2205
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
2206
- /* @__PURE__ */ e.jsx(
2207
- "path",
2208
- {
2209
- d: "M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V12H19V19ZM14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3H14Z",
2210
- fill: "black"
2211
- }
2212
- )
2213
- ] }),
2214
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14260", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2215
- ]
2216
- }
2217
- ),
2218
- Schedule: (i) => i ? /* @__PURE__ */ e.jsxs(
2219
- "svg",
2220
- {
2221
- viewBox: "0 0 24 24",
2222
- fill: "none",
2223
- xmlns: "http://www.w3.org/2000/svg",
2224
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2225
- preserveAspectRatio: "none",
2226
- children: [
2227
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14261)", children: [
2228
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
2229
- /* @__PURE__ */ e.jsx(
2230
- "path",
2231
- {
2232
- d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20ZM12.5 7H11V13L16.25 16.15L17 14.92L12.5 12.25V7Z",
2233
- fill: "white"
2234
- }
2235
- )
2236
- ] }),
2237
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14261", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
2238
- ]
2239
- }
2240
- ) : /* @__PURE__ */ e.jsxs(
2241
- "svg",
2242
- {
2243
- viewBox: "0 0 24 24",
2244
- fill: "none",
2245
- xmlns: "http://www.w3.org/2000/svg",
2246
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2247
- preserveAspectRatio: "none",
2248
- children: [
2249
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14261)", children: [
2250
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
2251
- /* @__PURE__ */ e.jsx(
2252
- "path",
2253
- {
2254
- d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20ZM12.5 7H11V13L16.25 16.15L17 14.92L12.5 12.25V7Z",
2255
- fill: "black"
2256
- }
2257
- )
2258
- ] }),
2259
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14261", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2260
- ]
2261
- }
2262
- ),
2263
- ZoomIn: (i) => i ? /* @__PURE__ */ e.jsxs(
2264
- "svg",
2265
- {
2266
- viewBox: "0 0 24 24",
2267
- fill: "none",
2268
- xmlns: "http://www.w3.org/2000/svg",
2269
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2270
- preserveAspectRatio: "none",
2271
- children: [
2272
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14263)", children: [
2273
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
2274
- /* @__PURE__ */ e.jsx(
2275
- "path",
2276
- {
2277
- d: "M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14ZM10 7H9V9H7V10H9V12H10V10H12V9H10V7Z",
2278
- fill: "white"
2279
- }
2280
- )
2281
- ] }),
2282
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14263", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
2283
- ]
2284
- }
2285
- ) : /* @__PURE__ */ e.jsxs(
2286
- "svg",
2287
- {
2288
- viewBox: "0 0 24 24",
2289
- fill: "none",
2290
- xmlns: "http://www.w3.org/2000/svg",
2291
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2292
- preserveAspectRatio: "none",
2293
- children: [
2294
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14263)", children: [
2295
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
2296
- /* @__PURE__ */ e.jsx(
2297
- "path",
2298
- {
2299
- d: "M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14ZM10 7H9V9H7V10H9V12H10V10H12V9H10V7Z",
2300
- fill: "black"
2301
- }
2302
- )
2303
- ] }),
2304
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14263", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2305
- ]
2306
- }
2307
- ),
2308
- ZoomOut: (i) => i ? /* @__PURE__ */ e.jsxs(
2309
- "svg",
2310
- {
2311
- viewBox: "0 0 24 24",
2312
- fill: "none",
2313
- xmlns: "http://www.w3.org/2000/svg",
2314
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2315
- preserveAspectRatio: "none",
2316
- children: [
2317
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14264)", children: [
2318
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }),
2319
- /* @__PURE__ */ e.jsx(
2320
- "path",
2321
- {
2322
- d: "M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14ZM7 9H12V10H7V9Z",
2323
- fill: "white"
2324
- }
2325
- )
2326
- ] }),
2327
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14264", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "black" }) }) })
2328
- ]
2329
- }
2330
- ) : /* @__PURE__ */ e.jsxs(
2331
- "svg",
2332
- {
2333
- viewBox: "0 0 24 24",
2334
- fill: "none",
2335
- xmlns: "http://www.w3.org/2000/svg",
2336
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2337
- preserveAspectRatio: "none",
2338
- children: [
2339
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14264)", children: [
2340
- /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }),
2341
- /* @__PURE__ */ e.jsx(
2342
- "path",
2343
- {
2344
- d: "M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14ZM7 9H12V10H7V9Z",
2345
- fill: "black"
2346
- }
2347
- )
2348
- ] }),
2349
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14264", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2350
- ]
2351
- }
2352
- ),
2353
- Photo: (i) => i ? /* @__PURE__ */ e.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 0 24 24", width: "24px", fill: "white", children: [
2354
- /* @__PURE__ */ e.jsx("path", { d: "M0 0h24v24H0V0z", fill: "none" }),
2355
- /* @__PURE__ */ e.jsx("path", { d: "M18 20H4V6h9V4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-9h-2v9zm-7.79-3.17l-1.96-2.36L5.5 18h11l-3.54-4.71zM20 4V1h-2v3h-3c.01.01 0 2 0 2h3v2.99c.01.01 2 0 2 0V6h3V4h-3z" })
2356
- ] }) : /* @__PURE__ */ e.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", height: "24px", viewBox: "0 0 24 24", width: "24px", fill: "#000000", children: [
2357
- /* @__PURE__ */ e.jsx("path", { d: "M0 0h24v24H0V0z", fill: "none" }),
2358
- /* @__PURE__ */ e.jsx("path", { d: "M18 20H4V6h9V4H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-9h-2v9zm-7.79-3.17l-1.96-2.36L5.5 18h11l-3.54-4.71zM20 4V1h-2v3h-3c.01.01 0 2 0 2h3v2.99c.01.01 2 0 2 0V6h3V4h-3z" })
2359
- ] })
2360
- }, L1 = {
2361
- DEFAULT: "default",
2362
- HOVERED: "hovered",
2363
- FOCUSED: "focused",
2364
- PRESSED: "pressed",
2365
- ICON: "icon",
2366
- ICONPLUS: "iconplus",
2367
- OUTLINED: "outlined"
2368
- }, _1 = {
2369
- DEFAULT: "default"
2370
- }, Ae = {
2371
- DEFAULT: "bg-[#000000] hover:bg-[#373940] active:bg-[#26282d] h-12 text-white border border-1 border-transparent",
2372
- HOVERED: "bg-[#373940] active:bg-[#26282d] h-12 text-white border border-1 border-transparent",
2373
- FOCUSED: "bg-[#000000] hover:bg-[#373940] active:bg-[#26282d] h-12 text-white border border-1 border-transparent",
2374
- PRESSED: "bg-[#000000] hover:bg-[#373940] active:bg-[#26282d] h-12 text-white border border-1 border-transparent",
2375
- ICON: "bg-transparent h-[1.5em] h-[2.5em]",
2376
- ICONPLUS: "bg-[#000000] hover:bg-[#373940] active:bg-[#26282d] h-12 text-white border border-1 border-transparent",
2377
- OUTLINED: "bg-[#ffffff] hover:bg-[#f0eff1] active:bg-[#e9e8ea] h-12 text-black border border-1 border-black"
2378
- }, b1 = ({
2379
- label: i,
2380
- variant: s = "DEFAULT",
2381
- isDisabled: h = !1,
2382
- isOutlined: d = !1,
2383
- onClick: p,
2384
- children: u,
2385
- type: v,
2386
- customClasses: w,
2387
- iconName: x = "Block"
2388
- }) => /* @__PURE__ */ e.jsx(
2389
- "button",
2390
- {
2391
- type: v,
2392
- className: `flex flex-col items-center transition-color duration-100
2393
- justify-center gap-2 overflow-hidden rounded
2394
- ${h ? d ? "bg-[#ffffff] h-12 cursor-not-allowed pointer-events-none text-[#afb0b7] border border-1 border-[#afb0b7]" : "bg-[#e9e8ea] h-12 cursor-not-allowed pointer-events-none text-[#afb0b7] border border-1 border-transparent" : d ? Ae.OUTLINED : Ae[s]}
2395
- ${w}`,
2396
- onClick: p,
2397
- children: s == "ICON" ? /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx("div", { className: "p-[0.5em]", children: u || /* @__PURE__ */ e.jsx("span", { children: se[x](d == !1) }) }) }) : /* @__PURE__ */ e.jsxs("div", { className: "flex justify-center items-center flex-grow-0 flex-shrink-0 relative gap-2 px-6 py-2.5", children: [
2398
- s == "ICONPLUS" && /* @__PURE__ */ e.jsx("span", { children: se[x](d == !1) }),
2399
- /* @__PURE__ */ e.jsx(
2400
- "p",
2401
- {
2402
- className: `flex-grow-0 flex-shrink-0 text-sm font-medium text-center
2403
- `,
2404
- children: u || i
2405
- }
2406
- )
2407
- ] })
2408
- }
2409
- ), k1 = {
2410
- DEFAULT: "default"
2411
- }, w1 = {
2412
- DEFAULT: "flex flex-col justify-start items-start self-stretch flex-grow-0 flex-shrink-0 gap-2.5 transition-all duration-400 rounded border border-1 border-[#373940] hover:outline outline-offset-0 outline-1"
2413
- }, V1 = ({
2414
- placeholder: i,
2415
- label: s,
2416
- variant: h = "DEFAULT",
2417
- isDisabled: d = !1,
2418
- isError: p = !1,
2419
- onChange: u,
2420
- value: v,
2421
- name: w,
2422
- type: x,
2423
- supportingText: C,
2424
- isRequired: j
2425
- }) => {
2426
- const [c, _] = N(v || "");
2427
- ye(() => {
2428
- _(v || "");
2429
- }, [v]);
2430
- const M = (T) => {
2431
- const { value: a } = T.target;
2432
- _(a), u && u(T);
2433
- }, E = () => {
2434
- _("");
2435
- }, F = `h-[3.1em] w-full transition-colors px-[0.9em] hover:px-[0.9em] py-2 rounded-md
2436
- ${j || p ? "border-red-500" : ""}
2437
- ${w1[h]} ${d ? "cursor-not-allowed pointer-events-none" : ""}`;
2438
- return /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsxs(
2439
- "div",
2440
- {
2441
- className: `relative flex flex-col items-start justify-start
2442
- flex-grow-0 flex-shrink-0 w-full bg-white rounded-tl rounded-tr h-14
2443
- ${d && "opacity-[0.3] cursor-not-allowed pointer-events-none"}`,
2444
- children: [
2445
- s && /* @__PURE__ */ e.jsx("div", { className: "absolute label top-[-0.5em] left-[0.7em] flex items-center rounded justify-start px-1 bg-white", children: /* @__PURE__ */ e.jsx("p", { className: `text-xs text-left ${j || p ? "text-red-500" : "text-black"}`, children: s || "label" }) }),
2446
- /* @__PURE__ */ e.jsx(
2447
- "input",
2448
- {
2449
- value: c,
2450
- name: w,
2451
- type: x,
2452
- onChange: M,
2453
- placeholder: i,
2454
- className: F
2455
- }
2456
- ),
2457
- /* @__PURE__ */ e.jsx(
2458
- "div",
2459
- {
2460
- style: { background: "transparent" },
2461
- className: "flex justify-center items-center h-[3.1em] hover:cursor-pointer flex-grow-0 flex-shrink-0 absolute gap-2.5 p-2 right-0",
2462
- onClick: E,
2463
- children: p ? /* @__PURE__ */ e.jsx(
2464
- "svg",
2465
- {
2466
- width: "20",
2467
- height: "20",
2468
- viewBox: "0 0 20 20",
2469
- fill: "none",
2470
- xmlns: "http://www.w3.org/2000/svg",
2471
- preserveAspectRatio: "none",
2472
- children: /* @__PURE__ */ e.jsx(
2473
- "path",
2474
- {
2475
- d: "M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V13H11V15ZM11 11H9V5H11V11Z",
2476
- fill: "#D10411"
2477
- }
2478
- )
2479
- }
2480
- ) : /* @__PURE__ */ e.jsxs(
2481
- "svg",
2482
- {
2483
- viewBox: "0 0 24 24",
2484
- fill: "none",
2485
- xmlns: "http://www.w3.org/2000/svg",
2486
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6 bg-white",
2487
- preserveAspectRatio: "none",
2488
- children: [
2489
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_626_352)", children: /* @__PURE__ */ e.jsx(
2490
- "path",
2491
- {
2492
- d: "M12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM15.59 7L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17L17 15.59L13.41 12L17 8.41L15.59 7Z",
2493
- className: j ? "fill-red-500" : "fill-black"
2494
- }
2495
- ) }),
2496
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_626_352", children: /* @__PURE__ */ e.jsx("rect", { width: 24, height: 24, fill: "white" }) }) })
2497
- ]
2498
- }
2499
- )
2500
- }
2501
- ),
2502
- C && /* @__PURE__ */ e.jsx(
2503
- "p",
2504
- {
2505
- className: `flex-grow w-[178px] text-xs text-left text-[#52555e] ml-[1em] mt-[0.1em]
2506
- bg-white px-[0.5em] ${j || p ? "text-red-500" : "text-black"}`,
2507
- children: C || "supportingText"
2508
- }
2509
- )
2510
- ]
2511
- }
2512
- ) });
2513
- }, H1 = {
2514
- DEFAULT: "default"
2515
- }, M1 = {
2516
- DEFAULT: "bg-black hover:bg-black-800 active:bg-grey-900"
2517
- }, P1 = ({
2518
- options: i,
2519
- selectedCatOptions: s,
2520
- setSelectedCatOptions: h,
2521
- variant: d = "DEFAULT"
2522
- }) => {
2523
- const [p, u] = N(null), v = {}, w = i, x = (a) => {
2524
- const m = a.classId.split("_")[0], k = parseInt(m.split(".")[0]);
2525
- return k < 200 ? a.groupName = "Patros" : k < 300 ? a.groupName = "Reius" : k < 500 ? a.groupName = "Caius" : k < 600 ? a.groupName = "Verkehrslenkungstafeln" : k < 721 ? a.groupName = "Ranta" : a.groupName = "Lorem", a;
2526
- }, C = w.map((a) => x(a));
2527
- Object.values(C).forEach((a) => {
2528
- v[a.groupName] || (v[a.groupName] = []), v[a.groupName].push(a);
2529
- });
2530
- const j = (a) => {
2531
- u((m) => m === a ? null : a);
2532
- }, c = (a) => {
2533
- const m = s.indexOf(a);
2534
- if (m === -1)
2535
- h([...s, a]);
2536
- else {
2537
- const k = [...s];
2538
- k.splice(m, 1), h(k);
2539
- }
2540
- }, [_, M] = N(!1), E = (a) => {
2541
- const m = a.map((k) => k.id);
2542
- if (m.every((k) => s.includes(k))) {
2543
- const k = s.filter((P) => !m.includes(P));
2544
- M(!1), h(k);
2545
- } else
2546
- M(!0), h([...s, ...m]);
2547
- }, F = (a) => s && s.includes(a), T = ["Reius", "Caius", "Patros", "Ranta", "Lorem", "Andere"];
2548
- return /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx("div", { className: "w-full overflow-hidden border rounded border-brand-black", children: Object.keys(v).map((a) => {
2549
- const m = v[a], k = a === p;
2550
- return /* @__PURE__ */ e.jsxs(
2551
- "div",
2552
- {
2553
- className: `relative ${k ? "h-[15em]" : "h-[3.5em]"} accordion-item w-full flex-col py-4
2554
- justify-start items-start overflow-hidden gap-2.5 border-b last:border-b-0 bg-brand-white
2555
- hover:cursor-pointer focus:outline-none focus:border-blue-500 transition-all duration-700`,
2556
- children: [
2557
- /* @__PURE__ */ e.jsx("div", { className: "bg-brand-white h-[2.5em] px-4 border-b", onClick: () => j(a), children: T.find((P) => P === a) || "Andere" }),
2558
- /* @__PURE__ */ e.jsx(
2559
- "div",
2560
- {
2561
- className: "flex px-[1em] py-[0.3em] w-[10.5em] justify-between",
2562
- onClick: () => {
2563
- E(m);
2564
- },
2565
- children: _ ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
2566
- /* @__PURE__ */ e.jsx("p", { className: "text-semibold", children: "Alle entfernen" }),
2567
- /* @__PURE__ */ e.jsxs(
2568
- "svg",
2569
- {
2570
- width: 24,
2571
- height: 24,
2572
- viewBox: "0 0 24 24",
2573
- fill: "none",
2574
- xmlns: "http://www.w3.org/2000/svg",
2575
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2576
- preserveAspectRatio: "none",
2577
- children: [
2578
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_270_14209)", children: [
2579
- /* @__PURE__ */ e.jsx("rect", { width: 24, height: 24, fill: "white" }),
2580
- /* @__PURE__ */ e.jsx("path", { d: "M19 13H5V11H19V13Z", fill: "black" })
2581
- ] }),
2582
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_270_14209", children: /* @__PURE__ */ e.jsx("rect", { width: 24, height: 24, fill: "white" }) }) })
2583
- ]
2584
- }
2585
- )
2586
- ] }) : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
2587
- /* @__PURE__ */ e.jsx("p", { className: "text-semibold", children: "Alle auswählen" }),
2588
- /* @__PURE__ */ e.jsxs(
2589
- "svg",
2590
- {
2591
- width: 24,
2592
- height: 24,
2593
- viewBox: "0 0 24 24",
2594
- fill: "none",
2595
- xmlns: "http://www.w3.org/2000/svg",
2596
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2597
- preserveAspectRatio: "none",
2598
- children: [
2599
- /* @__PURE__ */ e.jsxs("g", { clipPath: "url(#clip0_264_13558)", children: [
2600
- /* @__PURE__ */ e.jsx("rect", { width: 24, height: 24, fill: "white" }),
2601
- /* @__PURE__ */ e.jsx("path", { d: "M19 13H13V19H11V13H5V11H11V5H13V11H19V13Z", fill: "black" })
2602
- ] }),
2603
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_264_13558", children: /* @__PURE__ */ e.jsx("rect", { width: 24, height: 24, fill: "white" }) }) })
2604
- ]
2605
- }
2606
- )
2607
- ] })
2608
- }
2609
- ),
2610
- /* @__PURE__ */ e.jsx("div", { className: `pb-[4em] bg-[#f0eff1] overflow-scroll ${k ? "h-[15em]" : "h-[3.5em]"}`, children: m.slice().sort((P, $) => P.name && $.name ? P.name.localeCompare($.name) : 0).map((P) => /* @__PURE__ */ e.jsx(
2611
- "div",
2612
- {
2613
- className: `px-4 py-[0.5em] border-b border-[#d8e6f2] transition-all hover:bg-slate-200 ${F(P.id) ? "bg-blue-100" : ""}`,
2614
- onClick: () => c(P.id),
2615
- children: P.name
2616
- },
2617
- P.id
2618
- )) }),
2619
- /* @__PURE__ */ e.jsx("div", { className: "absolute inset-y-0 right-0 flex items-start pt-[1em] top-0 px-2 text-gray-700 pointer-events-none", children: /* @__PURE__ */ e.jsx("div", { children: k ? /* @__PURE__ */ e.jsx("div", { className: "transition-all rotate-0 duration-600", children: /* @__PURE__ */ e.jsxs(
2620
- "svg",
2621
- {
2622
- viewBox: "0 0 24 24",
2623
- fill: "none",
2624
- xmlns: "http://www.w3.org/2000/svg",
2625
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2626
- preserveAspectRatio: "none",
2627
- children: [
2628
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_626_593)", children: /* @__PURE__ */ e.jsx("path", { d: "M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z", fill: "black" }) }),
2629
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_626_593", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2630
- ]
2631
- }
2632
- ) }) : /* @__PURE__ */ e.jsx("div", { className: "transition-all -rotate-180 duration-600", children: /* @__PURE__ */ e.jsxs(
2633
- "svg",
2634
- {
2635
- viewBox: "0 0 24 24",
2636
- fill: "none",
2637
- xmlns: "http://www.w3.org/2000/svg",
2638
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2639
- preserveAspectRatio: "none",
2640
- children: [
2641
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_626_593)", children: /* @__PURE__ */ e.jsx("path", { d: "M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z", fill: "black" }) }),
2642
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_626_593", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2643
- ]
2644
- }
2645
- ) }) }) })
2646
- ]
2647
- },
2648
- a
2649
- );
2650
- }) }) });
2651
- }, R1 = {
2652
- DEFAULT: "primary"
2653
- }, Z1 = {
2654
- DEFAULT: "bg-yellow-200 hover-bg-green-400 active-bg-green-500"
2655
- }, p1 = ({
2656
- placeholder: i,
2657
- label: s,
2658
- isDisabled: h = !1,
2659
- isError: d = !1,
2660
- isRequired: p = !1,
2661
- onChange: u,
2662
- checked: v,
2663
- id: w,
2664
- readOnly: x
2665
- }) => {
2666
- const [C, j] = N(v || !1), [c, _] = N(!1);
2667
- return /* @__PURE__ */ e.jsxs(
2668
- "div",
2669
- {
2670
- className: `relative flex items-start justify-start gap-2 ${h ? "opacity-50 pointer-events-none" : ""} bg-red`,
2671
- children: [
2672
- /* @__PURE__ */ e.jsxs(
2673
- "svg",
2674
- {
2675
- width: 20,
2676
- height: 20,
2677
- viewBox: "0 0 20 20",
2678
- fill: "none",
2679
- xmlns: "http://www.w3.org/2000/svg",
2680
- className: `relative flex-grow-0 flex-shrink-0 w-5 h-5 ${C ? "text-black" : "text-white"}`,
2681
- preserveAspectRatio: "none",
2682
- children: [
2683
- /* @__PURE__ */ e.jsx(
2684
- "rect",
2685
- {
2686
- x: "0.5",
2687
- y: "0.5",
2688
- width: 19,
2689
- height: 19,
2690
- rx: "0",
2691
- fill: "white",
2692
- stroke: d || p ? "#e2001a" : c ? "black" : "#AFB0B7",
2693
- strokeWidth: c ? 3 : 1
2694
- }
2695
- ),
2696
- (C || v) && /* @__PURE__ */ e.jsx("path", { d: "M13.9887 5L8.28867 10.8L5.78867 8.3L3.88867 10.1L8.28867 14.5L15.8887 6.9L13.9887 5Z", fill: "black" })
2697
- ]
2698
- }
2699
- ),
2700
- s && /* @__PURE__ */ e.jsx(
2701
- "p",
2702
- {
2703
- className: `flex items-center flex-grow-0 flex-shrink-0 w-auto h-5 text-base text-left
2704
- ${d || p ? "text-[#e2001a]" : "text-black"}`,
2705
- children: s
2706
- }
2707
- ),
2708
- /* @__PURE__ */ e.jsx(
2709
- "input",
2710
- {
2711
- type: "checkbox",
2712
- id: w,
2713
- checked: C,
2714
- onChange: u,
2715
- readOnly: x,
2716
- onClick: () => {
2717
- j((M) => !M);
2718
- },
2719
- className: "h-[1.2em] w-[1.2em] absolute opacity-0 cursor-pointer",
2720
- onMouseEnter: () => _(!0),
2721
- onMouseLeave: () => _(!1)
2722
- }
2723
- )
2724
- ]
2725
- }
2726
- );
2727
- }, A1 = {
2728
- DEFAULT: "default"
2729
- }, N1 = {
2730
- DEFAULT: "bg-black hover:bg-black-800 active:bg-grey-900"
2731
- }, y1 = ({ label: i, isDisabled: s, variant: h = "DEFAULT", onClick: d }) => /* @__PURE__ */ e.jsx(
2732
- "button",
2733
- {
2734
- className: `justify-start items-start h-8 overflow-hidden rounded-lg bg-[#d8e6f2] hover:bg-[#c2d6e7]
2735
- transition-colors duration-300 w-auto inline-block ${s && "opacity-[0.3] cursor-not-allowed pointer-events-none"}`,
2736
- onClick: d,
2737
- children: /* @__PURE__ */ e.jsxs("div", { className: "flex justify-center items-center flex-grow-0 flex-shrink-0 relative gap-2 pl-3 pr-2 py-1.5", children: [
2738
- /* @__PURE__ */ e.jsx("p", { className: "flex-grow-0 flex-shrink-0 text-sm font-medium text-center text-black", children: i }),
2739
- /* @__PURE__ */ e.jsxs(
2740
- "svg",
2741
- {
2742
- viewBox: "0 0 18 18",
2743
- fill: "none",
2744
- xmlns: "http://www.w3.org/2000/svg",
2745
- className: "flex-grow-0 flex-shrink-0 w-[18px] h-[18px] relative",
2746
- preserveAspectRatio: "xMidYMid meet",
2747
- children: [
2748
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_412_1849)", children: /* @__PURE__ */ e.jsx(
2749
- "path",
2750
- {
2751
- d: "M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z",
2752
- fill: "black"
2753
- }
2754
- ) }),
2755
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_412_1849", children: /* @__PURE__ */ e.jsx("rect", { width: 18, height: 18, fill: "white" }) }) })
2756
- ]
2757
- }
2758
- )
2759
- ] })
2760
- }
2761
- ), E1 = {
2762
- DEFAULT: "primary"
2763
- }, T1 = {
2764
- DEFAULT: "bg-yellow-200 hover-bg-green-400 active-bg-green-500"
2765
- }, B1 = ({
2766
- placeholder: i,
2767
- label: s,
2768
- isDisabled: h = !1,
2769
- isError: d = !1,
2770
- isRequired: p = !1,
2771
- onChange: u,
2772
- checked: v,
2773
- id: w,
2774
- readOnly: x
2775
- }) => {
2776
- const [C, j] = N(v || !1), [c, _] = N(!1);
2777
- return /* @__PURE__ */ e.jsxs(
2778
- "div",
2779
- {
2780
- className: `relative flex items-start justify-start gap-2 ${h ? "opacity-50 pointer-events-none" : ""} bg-red`,
2781
- children: [
2782
- /* @__PURE__ */ e.jsxs(
2783
- "svg",
2784
- {
2785
- width: 20,
2786
- height: 20,
2787
- viewBox: "0 0 20 20",
2788
- fill: "none",
2789
- xmlns: "http://www.w3.org/2000/svg",
2790
- className: `relative flex-grow-0 flex-shrink-0 w-5 h-5 ${C ? "text-black" : "text-white"}`,
2791
- preserveAspectRatio: "none",
2792
- children: [
2793
- /* @__PURE__ */ e.jsx(
2794
- "rect",
2795
- {
2796
- x: "0.5",
2797
- y: "0.5",
2798
- width: 19,
2799
- height: 19,
2800
- rx: "10",
2801
- fill: "white",
2802
- stroke: d || p ? "#e2001a" : c ? "black" : "#AFB0B7",
2803
- strokeWidth: c ? 3 : 1
2804
- }
2805
- ),
2806
- C && /* @__PURE__ */ e.jsx("circle", { cx: 10, cy: 10, r: 6, fill: C ? "black" : "white" })
2807
- ]
2808
- }
2809
- ),
2810
- s && /* @__PURE__ */ e.jsx(
2811
- "p",
2812
- {
2813
- className: `flex items-center flex-grow-0 flex-shrink-0 w-auto h-5 text-base text-left
2814
- ${d || p ? "text-[#e2001a]" : "text-black"}`,
2815
- children: s
2816
- }
2817
- ),
2818
- /* @__PURE__ */ e.jsx(
2819
- "input",
2820
- {
2821
- type: "checkbox",
2822
- id: w,
2823
- checked: C,
2824
- onChange: u,
2825
- readOnly: x,
2826
- onClick: () => {
2827
- j((M) => !M);
2828
- },
2829
- className: "h-[1.2em] w-[1.2em] absolute opacity-0 cursor-pointer",
2830
- onMouseEnter: () => _(!0),
2831
- onMouseLeave: () => _(!1)
2832
- }
2833
- )
2834
- ]
2835
- }
2836
- );
2837
- }, D1 = {
2838
- DEFAULT: "default"
2839
- }, F1 = {
2840
- DEFAULT: "bg-black hover:bg-black-800 active:bg-grey-900"
2841
- }, g1 = ({
2842
- options: i,
2843
- selectedOptions: s,
2844
- onSelectionChange: h,
2845
- label: d,
2846
- prepopulatedId: p,
2847
- boxText: u,
2848
- isDisabled: v
2849
- }) => {
2850
- const [w, x] = N(!1), C = () => {
2851
- x(!w);
2852
- }, j = () => {
2853
- w && x(!1);
2854
- };
2855
- return /* @__PURE__ */ e.jsxs(
2856
- "div",
2857
- {
2858
- className: `flex flex-col relative justify-start items-start h-[3.1em]
2859
- self-stretch cursor-pointer gap-2.5 rounded border border-black
2860
- ${v ? "bg-brand-grey-light pointer-events-none" : "bg-brand-white pointer-events-auto"}`,
2861
- onMouseLeave: j,
2862
- onClick: C,
2863
- children: [
2864
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-[-0.5em] left-[0.7em] flex items-center rounded justify-start px-1 bg-white", children: /* @__PURE__ */ e.jsx("p", { className: "text-xs text-left text-black", children: d }) }),
2865
- /* @__PURE__ */ e.jsxs("div", { className: "flex items-center self-stretch justify-start py-1 pl-4 rounded-tl rounded-tr", children: [
2866
- /* @__PURE__ */ e.jsx("div", { className: "overflow-hidden", children: /* @__PURE__ */ e.jsx("div", { className: "my-2 text-base text-left text-black dropdown-header w-[30em]", children: u || s }) }),
2867
- /* @__PURE__ */ e.jsx("div", { className: "flex justify-center items-center ml-auto relative gap-2.5 p-2", children: w ? /* @__PURE__ */ e.jsx("div", { className: "transition-all rotate-0 duration-600", children: /* @__PURE__ */ e.jsxs(
2868
- "svg",
2869
- {
2870
- viewBox: "0 0 24 24",
2871
- fill: "none",
2872
- xmlns: "http://www.w3.org/2000/svg",
2873
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2874
- preserveAspectRatio: "none",
2875
- children: [
2876
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_626_593)", children: /* @__PURE__ */ e.jsx("path", { d: "M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z", fill: "black" }) }),
2877
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_626_593", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2878
- ]
2879
- }
2880
- ) }) : /* @__PURE__ */ e.jsx("div", { className: "transition-all -rotate-180 duration-600", children: /* @__PURE__ */ e.jsxs(
2881
- "svg",
2882
- {
2883
- viewBox: "0 0 24 24",
2884
- fill: "none",
2885
- xmlns: "http://www.w3.org/2000/svg",
2886
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2887
- preserveAspectRatio: "none",
2888
- children: [
2889
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_626_593)", children: /* @__PURE__ */ e.jsx("path", { d: "M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z", fill: "black" }) }),
2890
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_626_593", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2891
- ]
2892
- }
2893
- ) }) })
2894
- ] }),
2895
- /* @__PURE__ */ e.jsx(
2896
- "div",
2897
- {
2898
- className: `dropdown-list absolute w-full overflow-hidden rounded-b
2899
- transition-all duration-100 ${w ? "h-[13em]" : "h-[0em] pointer-events-none"}`,
2900
- children: w && /* @__PURE__ */ e.jsx(
2901
- "ul",
2902
- {
2903
- className: `dropdown-list overflow-y-auto overflow-x-hidden absolute max-h-[10em]
2904
- bg-brand-white z-10 w-[110%] top-[3.1em]`,
2905
- children: i == null ? void 0 : i.map((c) => /* @__PURE__ */ e.jsx(
2906
- "li",
2907
- {
2908
- className: `flex items-start justify-center h-10 py-1 pl-4 flex-col
2909
- bg-[#f0eff1] w-[91%] last:rounded-b last:border-transparent
2910
- border-b border-[#d8e6f2] transition duration-200 delay-10 hover:bg-slate-100`,
2911
- value: c.id,
2912
- title: c.name || c.carId || c.loginUsername,
2913
- onClick: () => {
2914
- h(c);
2915
- },
2916
- children: /* @__PURE__ */ e.jsx("p", { className: "w-[30em]", children: c.name || c.carId || c.loginUsername })
2917
- },
2918
- c.id
2919
- ))
2920
- }
2921
- )
2922
- }
2923
- )
2924
- ]
2925
- }
2926
- );
2927
- }, O1 = {
2928
- DEFAULT: "default"
2929
- }, I1 = {
2930
- DEFAULT: "bg-black hover:bg-black-800 active:bg-grey-900"
2931
- }, S1 = ({
2932
- id: i,
2933
- selectedOptions: s,
2934
- onSelectionChange: h,
2935
- options: d,
2936
- isDisabled: p,
2937
- label: u,
2938
- variant: v = "DEFAULT"
2939
- }) => {
2940
- const [w, x] = N(!1), C = d1(null), j = () => {
2941
- w && x(!1);
2942
- };
2943
- return /* @__PURE__ */ e.jsxs(
2944
- "div",
2945
- {
2946
- onMouseLeave: j,
2947
- onClick: () => {
2948
- x(!0);
2949
- },
2950
- className: `cursor-pointer relative py-[0.7em] px-[1em] border border-black rounded h-[3.1em]
2951
- ${p ? "bg-brand-grey-light pointer-events-none" : "bg-brand-white pointer-events-auto"}`,
2952
- children: [
2953
- /* @__PURE__ */ e.jsx("div", { className: "absolute top-[-0.5em] left-[0.7em] flex items-center rounded justify-start px-1 bg-white", children: /* @__PURE__ */ e.jsx("p", { className: "text-xs text-left text-black", children: u }) }),
2954
- /* @__PURE__ */ e.jsx("p", { children: "Auswählen" }),
2955
- /* @__PURE__ */ e.jsx("div", { className: "flex justify-center items-center ml-auto absolute top-[0.2em] right-0 gap-2.5 p-2", children: w ? /* @__PURE__ */ e.jsx("div", { className: "transition-all rotate-0 duration-600", children: /* @__PURE__ */ e.jsxs(
2956
- "svg",
2957
- {
2958
- viewBox: "0 0 24 24",
2959
- fill: "none",
2960
- xmlns: "http://www.w3.org/2000/svg",
2961
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2962
- preserveAspectRatio: "none",
2963
- children: [
2964
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_626_593)", children: /* @__PURE__ */ e.jsx("path", { d: "M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z", fill: "black" }) }),
2965
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_626_593", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2966
- ]
2967
- }
2968
- ) }) : /* @__PURE__ */ e.jsx("div", { className: "transition-all -rotate-180 duration-600", children: /* @__PURE__ */ e.jsxs(
2969
- "svg",
2970
- {
2971
- viewBox: "0 0 24 24",
2972
- fill: "none",
2973
- xmlns: "http://www.w3.org/2000/svg",
2974
- className: "relative flex-grow-0 flex-shrink-0 w-6 h-6",
2975
- preserveAspectRatio: "none",
2976
- children: [
2977
- /* @__PURE__ */ e.jsx("g", { clipPath: "url(#clip0_626_593)", children: /* @__PURE__ */ e.jsx("path", { d: "M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z", fill: "black" }) }),
2978
- /* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsx("clipPath", { id: "clip0_626_593", children: /* @__PURE__ */ e.jsx("rect", { width: "24", height: "24", fill: "white" }) }) })
2979
- ]
2980
- }
2981
- ) }) }),
2982
- /* @__PURE__ */ e.jsx(
2983
- "div",
2984
- {
2985
- className: `overflow-hidden w-full ${w ? "h-[15em]" : "h-[0em]"} absolute ml-[-1em] mt-[0.85em] rounded-b`,
2986
- children: /* @__PURE__ */ e.jsx(
2987
- "ul",
2988
- {
2989
- id: "status",
2990
- className: `${w ? "h-[15em] opacity-100 z-10" : "h-[0em] opacity-0 z-0"}
2991
- bg-[#f0eff1] rounded-b left-0 top-[0em] cursor-pointer overflow-y-auto overflow-x-hidden
2992
- absolute w-[110%] outline-none focus:border-red-500`,
2993
- ref: C,
2994
- children: d.map((c) => {
2995
- const _ = s.includes(c.id) || s.includes(c.carId) || s.includes(c);
2996
- return console.log(_), /* @__PURE__ */ e.jsxs(
2997
- "li",
2998
- {
2999
- className: `border-b border-[#d8e6f2] px-[1em] flex items-center min-w-[20em] max-w-[90%] last:border-transparent justify-between
3000
- py-1 h-10 m-0 ${_ ? "bg-[#d8e6f2]" : ""} hover:bg-slate-100`,
3001
- title: c.name || c.carId || c.loginUsername,
3002
- onClick: () => {
3003
- h(c);
3004
- },
3005
- children: [
3006
- c.name || c.carId || c.loginUsername,
3007
- /* @__PURE__ */ e.jsx("div", { className: "mr-[0em]", children: /* @__PURE__ */ e.jsx(p1, { id: "test", checked: _, onChange: () => h(c) }) })
3008
- ]
3009
- },
3010
- c.id
3011
- );
3012
- })
3013
- }
3014
- )
3015
- }
3016
- )
3017
- ]
3018
- }
3019
- );
3020
- }, U1 = {
3021
- DEFAULT: "default"
3022
- }, v1 = {
3023
- DEFAULT: "text-black"
3024
- }, $1 = ({ variant: i = "DEFAULT", isDisabled: s = !1, text: h, children: d, bold: p }) => /* @__PURE__ */ e.jsx(
3025
- "p",
3026
- {
3027
- className: `${v1[i]} ${p ? "font-semibold" : ""}
3028
- ${s && "opacity-[0.3] cursor-not-allowed pointer-events-none"}
3029
- `,
3030
- children: d || h
3031
- }
3032
- ), W1 = {
3033
- DEFAULT: "default"
3034
- }, j1 = {
3035
- DEFAULT: "flex flex-col justify-start items-start self-stretch flex-grow-0 flex-shrink-0 gap-2.5 transition-all duration-400 rounded border border-1 border-[#373940] hover:outline outline-offset-0 outline-1"
3036
- }, Y1 = ({
3037
- value: i,
3038
- placeholder: s,
3039
- label: h,
3040
- variant: d = "DEFAULT",
3041
- isDisabled: p = !1,
3042
- isError: u = !1,
3043
- defaultValue: v,
3044
- isRequired: w,
3045
- onChange: x,
3046
- supportingText: C
3047
- }) => {
3048
- const j = `h-[3.1em] w-full transition-colors px-[0.9em] hover:px-[0.9em] py-[0.7em] rounded-md
3049
- ${w || u ? "border-red-500" : ""}
3050
- ${j1[d]} ${p ? "cursor-not-allowed pointer-events-none" : ""}`;
3051
- return /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsxs(
3052
- "div",
3053
- {
3054
- className: `relative flex flex-col items-start justify-start w-full rounded-tl rounded-tr
3055
- ${p && "opacity-[0.3] cursor-not-allowed pointer-events-none"}`,
3056
- children: [
3057
- h && /* @__PURE__ */ e.jsx("div", { className: "absolute label top-[-0.5em] left-[0.7em] flex items-center rounded justify-start px-1 bg-white", children: /* @__PURE__ */ e.jsx("p", { className: `text-xs text-left ${w || u ? "text-red-500" : "text-black"}`, children: h || "label" }) }),
3058
- /* @__PURE__ */ e.jsx(
3059
- "textarea",
3060
- {
3061
- value: i,
3062
- defaultValue: v,
3063
- placeholder: s,
3064
- onChange: x,
3065
- className: j
3066
- }
3067
- ),
3068
- C && /* @__PURE__ */ e.jsx(
3069
- "p",
3070
- {
3071
- className: `flex-grow w-[178px] text-xs text-left text-[#52555e] ml-[1em] mt-[0.1em]
3072
- bg-white px-[0.5em] ${w || u ? "text-red-500" : "text-black"}`,
3073
- children: C || "supportingText"
3074
- }
3075
- )
3076
- ]
3077
- }
3078
- ) });
3079
- }, z1 = {
3080
- DEFAULT: "default"
3081
- }, G1 = {
3082
- DEFAULT: "bg-black hover:bg-black-800 active:bg-grey-900"
3083
- }, J1 = ({ variant: i = "DEFAULT", isDisabled: s = !1, children: h }) => /* @__PURE__ */ e.jsx(
3084
- "div",
3085
- {
3086
- className: `overflow-hidden rounded-lg bg-white shadow-[0px_0px_8px_0px_rgba(0,0,0,0.05)]
3087
- flex`,
3088
- children: h || "test"
3089
- }
3090
- ), K1 = {
3091
- DEFAULT: "default"
3092
- }, X1 = ({
3093
- variant: i = "DEFAULT",
3094
- isDisabled: s = !1,
3095
- children: h,
3096
- customWidth: d,
3097
- onClick: p,
3098
- width: u = "60"
3099
- }) => {
3100
- ye(() => (document.body.style.overflow = "hidden", () => {
3101
- document.body.style.overflow = "unset";
3102
- }), []);
3103
- const v = d ? u : "60";
3104
- return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
3105
- /* @__PURE__ */ e.jsx("div", { onClick: p, className: "fixed inset-0 z-50 transition-opacity bg-black bg-opacity-60" }),
3106
- /* @__PURE__ */ e.jsx(
3107
- "div",
3108
- {
3109
- className: `fixed z-50 flex items-center justify-center p-8 overflow-hidden h-[90vh] w-[80vw]
3110
- lg:w-[${v}vw] -translate-x-1/2 -translate-y-1/2 border border-white rounded-md top-1/2 left-1/2 bg-brand-white`,
3111
- style: { width: `${v}vw` },
3112
- children: h || "test"
3113
- }
3114
- )
3115
- ] });
3116
- }, q1 = {
3117
- h1: "h1",
3118
- h2: "h2",
3119
- h3: "h3"
3120
- }, u1 = {
3121
- h1: "text-black text-4xl",
3122
- h2: "text-black text-3xl",
3123
- h3: "text-black text-2xl"
3124
- }, Q1 = ({ variant: i = "h1", children: s, bold: h, label: d }) => {
3125
- const p = i === "h2" ? "h2" : i === "h3" ? "h3" : "h1";
3126
- return /* @__PURE__ */ e.jsx(p, { className: `${u1[i]} ${h && "font-semibold"}`, children: s || d });
3127
- }, el = {
3128
- DEFAULT: "default"
3129
- }, ll = {
3130
- DEFAULT: "bg-black hover:bg-black-800 active:bg-grey-900"
3131
- }, il = ({ name: i, isOutlined: s }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx("span", { children: se[i](s) }) }), tl = () => /* @__PURE__ */ e.jsx("div", { children: "Banner" }), rl = () => /* @__PURE__ */ e.jsx("div", { children: "Footer" }), C1 = () => {
3132
- console.log("onSelectionChange");
3133
- }, sl = ({ label: i }) => /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsx(g1, { onSelectionChange: C1 }) });
3134
- export {
3135
- H1 as ACCORDION_VARIANT,
3136
- P1 as Accordion,
3137
- z1 as BOX_VARIANT,
3138
- L1 as BUTTON_VARIANT,
3139
- J1 as Box,
3140
- b1 as Button,
3141
- R1 as CHECKBOX_VARIANT,
3142
- p1 as Checkbox,
3143
- A1 as FILTERCHIP_VARIANT,
3144
- sl as Filter,
3145
- y1 as FilterChip,
3146
- q1 as HEADING_VARIANT,
3147
- Q1 as Heading,
3148
- _1 as ICONBUTTON_VARIANT,
3149
- el as ICON_VARIANT,
3150
- k1 as INPUT_VARIANT,
3151
- il as Icon,
3152
- V1 as Input,
3153
- K1 as MODAL_VARIANT,
3154
- O1 as MULTISELECT_VARIANT,
3155
- tl as MlBanner,
3156
- X1 as Modal,
3157
- S1 as MultiSelect,
3158
- rl as OrFooter,
3159
- E1 as RADIO_VARIANT,
3160
- B1 as Radio,
3161
- D1 as SELECT_VARIANT,
3162
- g1 as Select,
3163
- W1 as TEXTAREA_VARIANT,
3164
- U1 as TEXT_VARIANT,
3165
- $1 as Text,
3166
- Y1 as Textarea,
3167
- M1 as accordionVariant,
3168
- G1 as boxVariant,
3169
- Ae as buttonVariant,
3170
- Z1 as checkboxVariant,
3171
- N1 as filterChipVariant,
3172
- u1 as headingVariant,
3173
- ll as iconVariant,
3174
- w1 as inputVariant,
3175
- I1 as multiSelectVariant,
3176
- T1 as radioboxVariant,
3177
- F1 as selectVariant,
3178
- v1 as textVariant,
3179
- j1 as textarea
3180
- };