rechtspilot-ui 1.2.6 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -7
- package/dist/chunks-native.cjs +1 -1
- package/dist/chunks-native.js +671 -427
- package/dist/chunks.cjs +1 -1
- package/dist/chunks.js +613 -381
- package/dist/icons.cjs +1 -1
- package/dist/icons.d.ts +20 -2
- package/dist/icons.es.js +2 -2
- package/dist/icons.native.cjs +1 -1
- package/dist/icons.native.es.js +2 -2
- package/dist/index.cjs +156 -155
- package/dist/index.es.js +1387 -1329
- package/dist/index.native.cjs +1 -57
- package/dist/index.native.es.js +81 -189
- package/dist/native/components/Autocomplete/Autocomplete.d.ts +19 -0
- package/dist/native/components/Button/Button.d.ts +10 -0
- package/dist/native/components/Button/Button.native.d.ts +12 -0
- package/dist/native/components/DatePicker/DatePicker.d.ts +9 -0
- package/dist/native/components/Dialog/Dialog.d.ts +7 -0
- package/dist/native/components/Dialog/DialogContent.d.ts +10 -0
- package/dist/native/components/Dialog/DialogDetails.d.ts +5 -0
- package/dist/native/components/Dialog/DialogHeader.d.ts +7 -0
- package/dist/native/components/Dialog/variants/DialogAlert.d.ts +14 -0
- package/dist/native/components/Dialog/variants/DialogSuccess.d.ts +7 -0
- package/dist/native/components/Dialog/variants/PilotWink.d.ts +1 -0
- package/dist/native/components/Divider/Divider.d.ts +3 -0
- package/dist/native/components/FormTitle/FormTitle.d.ts +5 -0
- package/dist/native/components/Helper/Helper.d.ts +6 -0
- package/dist/native/components/IconButton/IconButton.d.ts +8 -0
- package/dist/native/components/Input/FormatInputSelect.d.ts +7 -0
- package/dist/native/components/Input/Input.d.ts +22 -0
- package/dist/native/components/Input/Input.native.d.ts +16 -0
- package/dist/native/components/Input/InputTooltip.d.ts +6 -0
- package/dist/native/components/Letter/Letter.d.ts +64 -0
- package/dist/native/components/Letter/letter.styles.d.ts +12 -0
- package/dist/native/components/Loading/Loading.d.ts +6 -0
- package/dist/native/components/Message/LoadingMessage.d.ts +1 -0
- package/dist/native/components/Message/Message.d.ts +7 -0
- package/dist/native/components/MessageOption/MessageOption.d.ts +5 -0
- package/dist/native/components/PhonePicker/PhonePicker.d.ts +10 -0
- package/dist/native/components/Select/Select.d.ts +17 -0
- package/dist/native/components/Skeleton/Skeleton.d.ts +6 -0
- package/dist/native/components/Spinner/Spinner.d.ts +6 -0
- package/dist/native/components/Spinner/Spinner.native.d.ts +9 -0
- package/dist/native/components/StatusIndicator/StatusIndicator.d.ts +9 -0
- package/dist/native/components/StatusIndicator/StepBadge.d.ts +13 -0
- package/dist/native/components/Toaster/Toaster.d.ts +1 -0
- package/dist/native/components/Tooltip/Tooltip.d.ts +7 -0
- package/dist/native/hooks/mobile.d.ts +2 -0
- package/dist/native/hooks/toast.d.ts +46 -0
- package/dist/native/icons/ArrowUp.d.ts +2 -0
- package/dist/native/icons/Attach.d.ts +2 -0
- package/dist/native/icons/Badge.d.ts +2 -0
- package/dist/native/icons/Calendar.d.ts +2 -0
- package/dist/native/icons/Check.d.ts +2 -0
- package/dist/native/icons/CheckCircle.d.ts +2 -0
- package/dist/native/icons/Chevron.d.ts +6 -0
- package/dist/native/icons/Clock.d.ts +2 -0
- package/dist/native/icons/Close.d.ts +2 -0
- package/dist/native/icons/Cloud.d.ts +2 -0
- package/dist/native/icons/Compose.d.ts +2 -0
- package/dist/native/icons/Copy.d.ts +2 -0
- package/dist/native/icons/Data.d.ts +2 -0
- package/dist/native/icons/DoubleChevron.d.ts +6 -0
- package/dist/native/icons/Download.d.ts +2 -0
- package/dist/native/icons/Edit.d.ts +2 -0
- package/dist/native/icons/Ellipses.d.ts +2 -0
- package/dist/native/icons/Email.d.ts +2 -0
- package/dist/native/icons/Enter.d.ts +2 -0
- package/dist/native/icons/ErrorCircle.d.ts +2 -0
- package/dist/native/icons/Fax.d.ts +2 -0
- package/dist/native/icons/FileDownload.d.ts +2 -0
- package/dist/native/icons/GenerateDoc.d.ts +2 -0
- package/dist/native/icons/GenerateSignature.d.ts +2 -0
- package/dist/native/icons/Home.d.ts +2 -0
- package/dist/native/icons/Info.d.ts +2 -0
- package/dist/native/icons/Login.d.ts +2 -0
- package/dist/native/icons/Logo.d.ts +5 -0
- package/dist/native/icons/LogoOutlined.d.ts +2 -0
- package/dist/native/icons/Menu.d.ts +2 -0
- package/dist/native/icons/Message.d.ts +2 -0
- package/dist/native/icons/NoSignature.d.ts +2 -0
- package/dist/native/icons/Peek.d.ts +2 -0
- package/dist/native/icons/Pilot.d.ts +2 -0
- package/dist/native/icons/PostHorn.d.ts +2 -0
- package/dist/native/icons/Radar.d.ts +2 -0
- package/dist/native/icons/Retry.d.ts +2 -0
- package/dist/native/icons/Rotate.d.ts +2 -0
- package/dist/native/icons/Send.d.ts +2 -0
- package/dist/native/icons/Signature.d.ts +2 -0
- package/dist/native/icons/Sparkles.d.ts +2 -0
- package/dist/native/icons/Summary.d.ts +2 -0
- package/dist/native/icons/User.d.ts +2 -0
- package/dist/native/icons/UserCircle.d.ts +2 -0
- package/dist/native/icons/Window.d.ts +2 -0
- package/dist/native/icons/index.d.ts +45 -0
- package/dist/native/icons/index.native.d.ts +45 -0
- package/dist/native/icons/native/ArrowUp.native.d.ts +2 -0
- package/dist/native/icons/native/Attach.native.d.ts +2 -0
- package/dist/native/icons/native/Badge.native.d.ts +2 -0
- package/dist/native/icons/native/Calendar.native.d.ts +2 -0
- package/dist/native/icons/native/Check.native.d.ts +2 -0
- package/dist/native/icons/native/CheckCircle.native.d.ts +2 -0
- package/dist/native/icons/native/Chevron.native.d.ts +6 -0
- package/dist/native/icons/native/Clock.native.d.ts +2 -0
- package/dist/native/icons/native/Close.native.d.ts +2 -0
- package/dist/native/icons/native/Cloud.native.d.ts +2 -0
- package/dist/native/icons/native/Compose.native.d.ts +2 -0
- package/dist/native/icons/native/Copy.native.d.ts +2 -0
- package/dist/native/icons/native/Data.native.d.ts +2 -0
- package/dist/native/icons/native/DoubleChevron.native.d.ts +6 -0
- package/dist/native/icons/native/Download.native.d.ts +2 -0
- package/dist/native/icons/native/Edit.native.d.ts +2 -0
- package/dist/native/icons/native/Ellipses.native.d.ts +2 -0
- package/dist/native/icons/native/Email.native.d.ts +2 -0
- package/dist/native/icons/native/Enter.native.d.ts +2 -0
- package/dist/native/icons/native/ErrorCircle.native.d.ts +2 -0
- package/dist/native/icons/native/Fax.native.d.ts +2 -0
- package/dist/native/icons/native/FileDownload.native.d.ts +2 -0
- package/dist/native/icons/native/GenerateDoc.native.d.ts +2 -0
- package/dist/native/icons/native/GenerateSignature.native.d.ts +2 -0
- package/dist/native/icons/native/Home.native.d.ts +2 -0
- package/dist/native/icons/native/Info.native.d.ts +2 -0
- package/dist/native/icons/native/Login.native.d.ts +2 -0
- package/dist/native/icons/native/Logo.native.d.ts +5 -0
- package/dist/native/icons/native/LogoOutlined.native.d.ts +2 -0
- package/dist/native/icons/native/Menu.native.d.ts +2 -0
- package/dist/native/icons/native/Message.native.d.ts +2 -0
- package/dist/native/icons/native/NoSignature.native.d.ts +2 -0
- package/dist/native/icons/native/Peek.native.d.ts +2 -0
- package/dist/native/icons/native/Pilot.native.d.ts +2 -0
- package/dist/native/icons/native/PostHorn.native.d.ts +2 -0
- package/dist/native/icons/native/Radar.native.d.ts +2 -0
- package/dist/native/icons/native/Retry.native.d.ts +2 -0
- package/dist/native/icons/native/Rotate.native.d.ts +2 -0
- package/dist/native/icons/native/Send.native.d.ts +2 -0
- package/dist/native/icons/native/Signature.native.d.ts +2 -0
- package/dist/native/icons/native/Sparkles.native.d.ts +2 -0
- package/dist/native/icons/native/Summary.native.d.ts +2 -0
- package/dist/native/icons/native/User.native.d.ts +2 -0
- package/dist/native/icons/native/UserCircle.native.d.ts +2 -0
- package/dist/native/icons/native/Window.native.d.ts +2 -0
- package/dist/native/icons/toast/Error.d.ts +1 -0
- package/dist/native/icons/toast/Info.d.ts +1 -0
- package/dist/native/icons/toast/Success.d.ts +1 -0
- package/dist/native/icons/toast/Warning.d.ts +1 -0
- package/dist/native/index.d.ts +26 -0
- package/dist/native/index.native.d.ts +7 -0
- package/dist/native/lib/native-types.d.ts +5 -0
- package/dist/native/lib/theme.d.ts +105 -0
- package/dist/native/lib/types.d.ts +4 -0
- package/dist/native/lib/ui/breadcrumb.d.ts +19 -0
- package/dist/native/lib/ui/command.d.ts +80 -0
- package/dist/native/lib/ui/dialog.d.ts +19 -0
- package/dist/native/lib/ui/popover.d.ts +6 -0
- package/dist/native/lib/ui/select.d.ts +13 -0
- package/dist/native/lib/ui/skeleton.d.ts +6 -0
- package/dist/native/lib/ui/toast.d.ts +15 -0
- package/dist/native/lib/utils.d.ts +3 -0
- package/icons/index.d.ts +4 -2
- package/package.json +18 -3
- package/dist/icons.native.d.ts +0 -1
- package/dist/index.native.d.ts +0 -1
package/dist/chunks.js
CHANGED
|
@@ -185,41 +185,41 @@ var ee = (e, t) => {
|
|
|
185
185
|
let i = e.length;
|
|
186
186
|
for (let a = 0; a < i; a++) {
|
|
187
187
|
let i = e[a];
|
|
188
|
-
|
|
188
|
+
te(i, t, n, r);
|
|
189
189
|
}
|
|
190
|
-
},
|
|
190
|
+
}, te = (e, t, n, r) => {
|
|
191
191
|
if (typeof e == "string") {
|
|
192
|
-
|
|
192
|
+
S(e, t, n);
|
|
193
193
|
return;
|
|
194
194
|
}
|
|
195
195
|
if (typeof e == "function") {
|
|
196
|
-
|
|
196
|
+
C(e, t, n, r);
|
|
197
197
|
return;
|
|
198
198
|
}
|
|
199
|
-
|
|
200
|
-
},
|
|
201
|
-
let r = e === "" ? t :
|
|
199
|
+
ne(e, t, n, r);
|
|
200
|
+
}, S = (e, t, n) => {
|
|
201
|
+
let r = e === "" ? t : w(t, e);
|
|
202
202
|
r.classGroupId = n;
|
|
203
|
-
},
|
|
204
|
-
if (
|
|
203
|
+
}, C = (e, t, n, r) => {
|
|
204
|
+
if (T(e)) {
|
|
205
205
|
x(e(r), t, n, r);
|
|
206
206
|
return;
|
|
207
207
|
}
|
|
208
208
|
t.validators === null && (t.validators = []), t.validators.push(d(n, e));
|
|
209
|
-
},
|
|
209
|
+
}, ne = (e, t, n, r) => {
|
|
210
210
|
let i = Object.entries(e), a = i.length;
|
|
211
211
|
for (let e = 0; e < a; e++) {
|
|
212
212
|
let [a, o] = i[e];
|
|
213
|
-
x(o,
|
|
213
|
+
x(o, w(t, a), n, r);
|
|
214
214
|
}
|
|
215
|
-
},
|
|
215
|
+
}, w = (e, t) => {
|
|
216
216
|
let n = e, r = t.split(p), i = r.length;
|
|
217
217
|
for (let e = 0; e < i; e++) {
|
|
218
218
|
let t = r[e], i = n.nextPart.get(t);
|
|
219
219
|
i || (i = f(), n.nextPart.set(t, i)), n = i;
|
|
220
220
|
}
|
|
221
221
|
return n;
|
|
222
|
-
},
|
|
222
|
+
}, T = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, re = (e) => {
|
|
223
223
|
if (e < 1) return {
|
|
224
224
|
get: () => void 0,
|
|
225
225
|
set: () => {}
|
|
@@ -237,19 +237,19 @@ var ee = (e, t) => {
|
|
|
237
237
|
e in n ? n[e] = t : i(e, t);
|
|
238
238
|
}
|
|
239
239
|
};
|
|
240
|
-
},
|
|
240
|
+
}, E = "!", D = ":", O = [], k = (e, t, n, r, i) => ({
|
|
241
241
|
modifiers: e,
|
|
242
242
|
hasImportantModifier: t,
|
|
243
243
|
baseClassName: n,
|
|
244
244
|
maybePostfixModifierPosition: r,
|
|
245
245
|
isExternal: i
|
|
246
|
-
}),
|
|
246
|
+
}), A = (e) => {
|
|
247
247
|
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
248
248
|
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
249
249
|
for (let s = 0; s < o; s++) {
|
|
250
250
|
let o = e[s];
|
|
251
251
|
if (n === 0 && r === 0) {
|
|
252
|
-
if (o ===
|
|
252
|
+
if (o === D) {
|
|
253
253
|
t.push(e.slice(i, s)), i = s + 1;
|
|
254
254
|
continue;
|
|
255
255
|
}
|
|
@@ -261,13 +261,13 @@ var ee = (e, t) => {
|
|
|
261
261
|
o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
|
|
262
262
|
}
|
|
263
263
|
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
264
|
-
s.endsWith(
|
|
264
|
+
s.endsWith(E) ? (c = s.slice(0, -1), l = !0) : s.startsWith(E) && (c = s.slice(1), l = !0);
|
|
265
265
|
let u = a && a > i ? a - i : void 0;
|
|
266
|
-
return
|
|
266
|
+
return k(t, l, c, u);
|
|
267
267
|
};
|
|
268
268
|
if (t) {
|
|
269
|
-
let e = t +
|
|
270
|
-
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) :
|
|
269
|
+
let e = t + D, n = r;
|
|
270
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : k(O, !1, t, void 0, !0);
|
|
271
271
|
}
|
|
272
272
|
if (n) {
|
|
273
273
|
let e = r;
|
|
@@ -290,8 +290,8 @@ var ee = (e, t) => {
|
|
|
290
290
|
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
291
291
|
};
|
|
292
292
|
}, j = (e) => ({
|
|
293
|
-
cache:
|
|
294
|
-
parseClassName:
|
|
293
|
+
cache: re(e.cacheSize),
|
|
294
|
+
parseClassName: A(e),
|
|
295
295
|
sortModifiers: ie(e),
|
|
296
296
|
...g(e)
|
|
297
297
|
}), ae = /\s+/, oe = (e, t) => {
|
|
@@ -314,7 +314,7 @@ var ee = (e, t) => {
|
|
|
314
314
|
}
|
|
315
315
|
p = !1;
|
|
316
316
|
}
|
|
317
|
-
let h = u.length === 0 ? "" : u.length === 1 ? u[0] : a(u).join(":"), g = ee ? h +
|
|
317
|
+
let h = u.length === 0 ? "" : u.length === 1 ? u[0] : a(u).join(":"), g = ee ? h + E : h, _ = g + m;
|
|
318
318
|
if (o.indexOf(_) > -1) continue;
|
|
319
319
|
o.push(_);
|
|
320
320
|
let v = i(m, p);
|
|
@@ -385,26 +385,26 @@ var ee = (e, t) => {
|
|
|
385
385
|
"clip",
|
|
386
386
|
"visible",
|
|
387
387
|
"scroll"
|
|
388
|
-
],
|
|
388
|
+
], te = () => [
|
|
389
389
|
"auto",
|
|
390
390
|
"contain",
|
|
391
391
|
"none"
|
|
392
|
-
],
|
|
392
|
+
], S = () => [
|
|
393
393
|
Y,
|
|
394
394
|
q,
|
|
395
395
|
c
|
|
396
|
-
],
|
|
396
|
+
], C = () => [
|
|
397
397
|
U,
|
|
398
398
|
"full",
|
|
399
399
|
"auto",
|
|
400
|
-
...
|
|
401
|
-
],
|
|
400
|
+
...S()
|
|
401
|
+
], ne = () => [
|
|
402
402
|
G,
|
|
403
403
|
"none",
|
|
404
404
|
"subgrid",
|
|
405
405
|
Y,
|
|
406
406
|
q
|
|
407
|
-
],
|
|
407
|
+
], w = () => [
|
|
408
408
|
"auto",
|
|
409
409
|
{ span: [
|
|
410
410
|
"full",
|
|
@@ -415,19 +415,19 @@ var ee = (e, t) => {
|
|
|
415
415
|
G,
|
|
416
416
|
Y,
|
|
417
417
|
q
|
|
418
|
-
],
|
|
418
|
+
], T = () => [
|
|
419
419
|
G,
|
|
420
420
|
"auto",
|
|
421
421
|
Y,
|
|
422
422
|
q
|
|
423
|
-
],
|
|
423
|
+
], re = () => [
|
|
424
424
|
"auto",
|
|
425
425
|
"min",
|
|
426
426
|
"max",
|
|
427
427
|
"fr",
|
|
428
428
|
Y,
|
|
429
429
|
q
|
|
430
|
-
],
|
|
430
|
+
], E = () => [
|
|
431
431
|
"start",
|
|
432
432
|
"end",
|
|
433
433
|
"center",
|
|
@@ -438,14 +438,14 @@ var ee = (e, t) => {
|
|
|
438
438
|
"baseline",
|
|
439
439
|
"center-safe",
|
|
440
440
|
"end-safe"
|
|
441
|
-
],
|
|
441
|
+
], D = () => [
|
|
442
442
|
"start",
|
|
443
443
|
"end",
|
|
444
444
|
"center",
|
|
445
445
|
"stretch",
|
|
446
446
|
"center-safe",
|
|
447
447
|
"end-safe"
|
|
448
|
-
],
|
|
448
|
+
], O = () => ["auto", ...S()], k = () => [
|
|
449
449
|
U,
|
|
450
450
|
"auto",
|
|
451
451
|
"full",
|
|
@@ -458,8 +458,8 @@ var ee = (e, t) => {
|
|
|
458
458
|
"min",
|
|
459
459
|
"max",
|
|
460
460
|
"fit",
|
|
461
|
-
...
|
|
462
|
-
],
|
|
461
|
+
...S()
|
|
462
|
+
], A = () => [
|
|
463
463
|
U,
|
|
464
464
|
"screen",
|
|
465
465
|
"full",
|
|
@@ -469,7 +469,7 @@ var ee = (e, t) => {
|
|
|
469
469
|
"min",
|
|
470
470
|
"max",
|
|
471
471
|
"fit",
|
|
472
|
-
...
|
|
472
|
+
...S()
|
|
473
473
|
], ie = () => [
|
|
474
474
|
U,
|
|
475
475
|
"screen",
|
|
@@ -481,7 +481,7 @@ var ee = (e, t) => {
|
|
|
481
481
|
"min",
|
|
482
482
|
"max",
|
|
483
483
|
"fit",
|
|
484
|
-
...
|
|
484
|
+
...S()
|
|
485
485
|
], j = () => [
|
|
486
486
|
e,
|
|
487
487
|
Y,
|
|
@@ -570,7 +570,7 @@ var ee = (e, t) => {
|
|
|
570
570
|
], H = () => [
|
|
571
571
|
U,
|
|
572
572
|
"full",
|
|
573
|
-
...
|
|
573
|
+
...S()
|
|
574
574
|
];
|
|
575
575
|
return {
|
|
576
576
|
cacheSize: 500,
|
|
@@ -712,9 +712,9 @@ var ee = (e, t) => {
|
|
|
712
712
|
overflow: [{ overflow: x() }],
|
|
713
713
|
"overflow-x": [{ "overflow-x": x() }],
|
|
714
714
|
"overflow-y": [{ "overflow-y": x() }],
|
|
715
|
-
overscroll: [{ overscroll:
|
|
716
|
-
"overscroll-x": [{ "overscroll-x":
|
|
717
|
-
"overscroll-y": [{ "overscroll-y":
|
|
715
|
+
overscroll: [{ overscroll: te() }],
|
|
716
|
+
"overscroll-x": [{ "overscroll-x": te() }],
|
|
717
|
+
"overscroll-y": [{ "overscroll-y": te() }],
|
|
718
718
|
position: [
|
|
719
719
|
"static",
|
|
720
720
|
"fixed",
|
|
@@ -722,23 +722,23 @@ var ee = (e, t) => {
|
|
|
722
722
|
"relative",
|
|
723
723
|
"sticky"
|
|
724
724
|
],
|
|
725
|
-
inset: [{ inset:
|
|
726
|
-
"inset-x": [{ "inset-x":
|
|
727
|
-
"inset-y": [{ "inset-y":
|
|
725
|
+
inset: [{ inset: C() }],
|
|
726
|
+
"inset-x": [{ "inset-x": C() }],
|
|
727
|
+
"inset-y": [{ "inset-y": C() }],
|
|
728
728
|
start: [{
|
|
729
|
-
"inset-s":
|
|
730
|
-
start:
|
|
729
|
+
"inset-s": C(),
|
|
730
|
+
start: C()
|
|
731
731
|
}],
|
|
732
732
|
end: [{
|
|
733
|
-
"inset-e":
|
|
734
|
-
end:
|
|
733
|
+
"inset-e": C(),
|
|
734
|
+
end: C()
|
|
735
735
|
}],
|
|
736
|
-
"inset-bs": [{ "inset-bs":
|
|
737
|
-
"inset-be": [{ "inset-be":
|
|
738
|
-
top: [{ top:
|
|
739
|
-
right: [{ right:
|
|
740
|
-
bottom: [{ bottom:
|
|
741
|
-
left: [{ left:
|
|
736
|
+
"inset-bs": [{ "inset-bs": C() }],
|
|
737
|
+
"inset-be": [{ "inset-be": C() }],
|
|
738
|
+
top: [{ top: C() }],
|
|
739
|
+
right: [{ right: C() }],
|
|
740
|
+
bottom: [{ bottom: C() }],
|
|
741
|
+
left: [{ left: C() }],
|
|
742
742
|
visibility: [
|
|
743
743
|
"visible",
|
|
744
744
|
"invisible",
|
|
@@ -755,7 +755,7 @@ var ee = (e, t) => {
|
|
|
755
755
|
"full",
|
|
756
756
|
"auto",
|
|
757
757
|
s,
|
|
758
|
-
...
|
|
758
|
+
...S()
|
|
759
759
|
] }],
|
|
760
760
|
"flex-direction": [{ flex: [
|
|
761
761
|
"row",
|
|
@@ -796,14 +796,14 @@ var ee = (e, t) => {
|
|
|
796
796
|
Y,
|
|
797
797
|
q
|
|
798
798
|
] }],
|
|
799
|
-
"grid-cols": [{ "grid-cols":
|
|
800
|
-
"col-start-end": [{ col:
|
|
801
|
-
"col-start": [{ "col-start":
|
|
802
|
-
"col-end": [{ "col-end":
|
|
803
|
-
"grid-rows": [{ "grid-rows":
|
|
804
|
-
"row-start-end": [{ row:
|
|
805
|
-
"row-start": [{ "row-start":
|
|
806
|
-
"row-end": [{ "row-end":
|
|
799
|
+
"grid-cols": [{ "grid-cols": ne() }],
|
|
800
|
+
"col-start-end": [{ col: w() }],
|
|
801
|
+
"col-start": [{ "col-start": T() }],
|
|
802
|
+
"col-end": [{ "col-end": T() }],
|
|
803
|
+
"grid-rows": [{ "grid-rows": ne() }],
|
|
804
|
+
"row-start-end": [{ row: w() }],
|
|
805
|
+
"row-start": [{ "row-start": T() }],
|
|
806
|
+
"row-end": [{ "row-end": T() }],
|
|
807
807
|
"grid-flow": [{ "grid-flow": [
|
|
808
808
|
"row",
|
|
809
809
|
"col",
|
|
@@ -811,67 +811,67 @@ var ee = (e, t) => {
|
|
|
811
811
|
"row-dense",
|
|
812
812
|
"col-dense"
|
|
813
813
|
] }],
|
|
814
|
-
"auto-cols": [{ "auto-cols":
|
|
815
|
-
"auto-rows": [{ "auto-rows":
|
|
816
|
-
gap: [{ gap:
|
|
817
|
-
"gap-x": [{ "gap-x":
|
|
818
|
-
"gap-y": [{ "gap-y":
|
|
819
|
-
"justify-content": [{ justify: [...
|
|
820
|
-
"justify-items": [{ "justify-items": [...
|
|
821
|
-
"justify-self": [{ "justify-self": ["auto", ...
|
|
822
|
-
"align-content": [{ content: ["normal", ...
|
|
823
|
-
"align-items": [{ items: [...
|
|
814
|
+
"auto-cols": [{ "auto-cols": re() }],
|
|
815
|
+
"auto-rows": [{ "auto-rows": re() }],
|
|
816
|
+
gap: [{ gap: S() }],
|
|
817
|
+
"gap-x": [{ "gap-x": S() }],
|
|
818
|
+
"gap-y": [{ "gap-y": S() }],
|
|
819
|
+
"justify-content": [{ justify: [...E(), "normal"] }],
|
|
820
|
+
"justify-items": [{ "justify-items": [...D(), "normal"] }],
|
|
821
|
+
"justify-self": [{ "justify-self": ["auto", ...D()] }],
|
|
822
|
+
"align-content": [{ content: ["normal", ...E()] }],
|
|
823
|
+
"align-items": [{ items: [...D(), { baseline: ["", "last"] }] }],
|
|
824
824
|
"align-self": [{ self: [
|
|
825
825
|
"auto",
|
|
826
|
-
...
|
|
826
|
+
...D(),
|
|
827
827
|
{ baseline: ["", "last"] }
|
|
828
828
|
] }],
|
|
829
|
-
"place-content": [{ "place-content":
|
|
830
|
-
"place-items": [{ "place-items": [...
|
|
831
|
-
"place-self": [{ "place-self": ["auto", ...
|
|
832
|
-
p: [{ p:
|
|
833
|
-
px: [{ px:
|
|
834
|
-
py: [{ py:
|
|
835
|
-
ps: [{ ps:
|
|
836
|
-
pe: [{ pe:
|
|
837
|
-
pbs: [{ pbs:
|
|
838
|
-
pbe: [{ pbe:
|
|
839
|
-
pt: [{ pt:
|
|
840
|
-
pr: [{ pr:
|
|
841
|
-
pb: [{ pb:
|
|
842
|
-
pl: [{ pl:
|
|
843
|
-
m: [{ m:
|
|
844
|
-
mx: [{ mx:
|
|
845
|
-
my: [{ my:
|
|
846
|
-
ms: [{ ms:
|
|
847
|
-
me: [{ me:
|
|
848
|
-
mbs: [{ mbs:
|
|
849
|
-
mbe: [{ mbe:
|
|
850
|
-
mt: [{ mt:
|
|
851
|
-
mr: [{ mr:
|
|
852
|
-
mb: [{ mb:
|
|
853
|
-
ml: [{ ml:
|
|
854
|
-
"space-x": [{ "space-x":
|
|
829
|
+
"place-content": [{ "place-content": E() }],
|
|
830
|
+
"place-items": [{ "place-items": [...D(), "baseline"] }],
|
|
831
|
+
"place-self": [{ "place-self": ["auto", ...D()] }],
|
|
832
|
+
p: [{ p: S() }],
|
|
833
|
+
px: [{ px: S() }],
|
|
834
|
+
py: [{ py: S() }],
|
|
835
|
+
ps: [{ ps: S() }],
|
|
836
|
+
pe: [{ pe: S() }],
|
|
837
|
+
pbs: [{ pbs: S() }],
|
|
838
|
+
pbe: [{ pbe: S() }],
|
|
839
|
+
pt: [{ pt: S() }],
|
|
840
|
+
pr: [{ pr: S() }],
|
|
841
|
+
pb: [{ pb: S() }],
|
|
842
|
+
pl: [{ pl: S() }],
|
|
843
|
+
m: [{ m: O() }],
|
|
844
|
+
mx: [{ mx: O() }],
|
|
845
|
+
my: [{ my: O() }],
|
|
846
|
+
ms: [{ ms: O() }],
|
|
847
|
+
me: [{ me: O() }],
|
|
848
|
+
mbs: [{ mbs: O() }],
|
|
849
|
+
mbe: [{ mbe: O() }],
|
|
850
|
+
mt: [{ mt: O() }],
|
|
851
|
+
mr: [{ mr: O() }],
|
|
852
|
+
mb: [{ mb: O() }],
|
|
853
|
+
ml: [{ ml: O() }],
|
|
854
|
+
"space-x": [{ "space-x": S() }],
|
|
855
855
|
"space-x-reverse": ["space-x-reverse"],
|
|
856
|
-
"space-y": [{ "space-y":
|
|
856
|
+
"space-y": [{ "space-y": S() }],
|
|
857
857
|
"space-y-reverse": ["space-y-reverse"],
|
|
858
|
-
size: [{ size:
|
|
859
|
-
"inline-size": [{ inline: ["auto", ...
|
|
860
|
-
"min-inline-size": [{ "min-inline": ["auto", ...
|
|
861
|
-
"max-inline-size": [{ "max-inline": ["none", ...
|
|
858
|
+
size: [{ size: k() }],
|
|
859
|
+
"inline-size": [{ inline: ["auto", ...A()] }],
|
|
860
|
+
"min-inline-size": [{ "min-inline": ["auto", ...A()] }],
|
|
861
|
+
"max-inline-size": [{ "max-inline": ["none", ...A()] }],
|
|
862
862
|
"block-size": [{ block: ["auto", ...ie()] }],
|
|
863
863
|
"min-block-size": [{ "min-block": ["auto", ...ie()] }],
|
|
864
864
|
"max-block-size": [{ "max-block": ["none", ...ie()] }],
|
|
865
865
|
w: [{ w: [
|
|
866
866
|
s,
|
|
867
867
|
"screen",
|
|
868
|
-
...
|
|
868
|
+
...k()
|
|
869
869
|
] }],
|
|
870
870
|
"min-w": [{ "min-w": [
|
|
871
871
|
s,
|
|
872
872
|
"screen",
|
|
873
873
|
"none",
|
|
874
|
-
...
|
|
874
|
+
...k()
|
|
875
875
|
] }],
|
|
876
876
|
"max-w": [{ "max-w": [
|
|
877
877
|
s,
|
|
@@ -879,23 +879,23 @@ var ee = (e, t) => {
|
|
|
879
879
|
"none",
|
|
880
880
|
"prose",
|
|
881
881
|
{ screen: [o] },
|
|
882
|
-
...
|
|
882
|
+
...k()
|
|
883
883
|
] }],
|
|
884
884
|
h: [{ h: [
|
|
885
885
|
"screen",
|
|
886
886
|
"lh",
|
|
887
|
-
...
|
|
887
|
+
...k()
|
|
888
888
|
] }],
|
|
889
889
|
"min-h": [{ "min-h": [
|
|
890
890
|
"screen",
|
|
891
891
|
"lh",
|
|
892
892
|
"none",
|
|
893
|
-
...
|
|
893
|
+
...k()
|
|
894
894
|
] }],
|
|
895
895
|
"max-h": [{ "max-h": [
|
|
896
896
|
"screen",
|
|
897
897
|
"lh",
|
|
898
|
-
...
|
|
898
|
+
...k()
|
|
899
899
|
] }],
|
|
900
900
|
"font-size": [{ text: [
|
|
901
901
|
"base",
|
|
@@ -946,7 +946,7 @@ var ee = (e, t) => {
|
|
|
946
946
|
Y,
|
|
947
947
|
_e
|
|
948
948
|
] }],
|
|
949
|
-
leading: [{ leading: [a, ...
|
|
949
|
+
leading: [{ leading: [a, ...S()] }],
|
|
950
950
|
"list-image": [{ "list-image": [
|
|
951
951
|
"none",
|
|
952
952
|
Y,
|
|
@@ -1008,7 +1008,7 @@ var ee = (e, t) => {
|
|
|
1008
1008
|
"balance",
|
|
1009
1009
|
"pretty"
|
|
1010
1010
|
] }],
|
|
1011
|
-
indent: [{ indent:
|
|
1011
|
+
indent: [{ indent: S() }],
|
|
1012
1012
|
"vertical-align": [{ align: [
|
|
1013
1013
|
"baseline",
|
|
1014
1014
|
"top",
|
|
@@ -1402,9 +1402,9 @@ var ee = (e, t) => {
|
|
|
1402
1402
|
q
|
|
1403
1403
|
] }],
|
|
1404
1404
|
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1405
|
-
"border-spacing": [{ "border-spacing":
|
|
1406
|
-
"border-spacing-x": [{ "border-spacing-x":
|
|
1407
|
-
"border-spacing-y": [{ "border-spacing-y":
|
|
1405
|
+
"border-spacing": [{ "border-spacing": S() }],
|
|
1406
|
+
"border-spacing-x": [{ "border-spacing-x": S() }],
|
|
1407
|
+
"border-spacing-y": [{ "border-spacing-y": S() }],
|
|
1408
1408
|
"table-layout": [{ table: ["auto", "fixed"] }],
|
|
1409
1409
|
caption: [{ caption: ["top", "bottom"] }],
|
|
1410
1410
|
transition: [{ transition: [
|
|
@@ -1537,28 +1537,28 @@ var ee = (e, t) => {
|
|
|
1537
1537
|
"x"
|
|
1538
1538
|
] }],
|
|
1539
1539
|
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
1540
|
-
"scroll-m": [{ "scroll-m":
|
|
1541
|
-
"scroll-mx": [{ "scroll-mx":
|
|
1542
|
-
"scroll-my": [{ "scroll-my":
|
|
1543
|
-
"scroll-ms": [{ "scroll-ms":
|
|
1544
|
-
"scroll-me": [{ "scroll-me":
|
|
1545
|
-
"scroll-mbs": [{ "scroll-mbs":
|
|
1546
|
-
"scroll-mbe": [{ "scroll-mbe":
|
|
1547
|
-
"scroll-mt": [{ "scroll-mt":
|
|
1548
|
-
"scroll-mr": [{ "scroll-mr":
|
|
1549
|
-
"scroll-mb": [{ "scroll-mb":
|
|
1550
|
-
"scroll-ml": [{ "scroll-ml":
|
|
1551
|
-
"scroll-p": [{ "scroll-p":
|
|
1552
|
-
"scroll-px": [{ "scroll-px":
|
|
1553
|
-
"scroll-py": [{ "scroll-py":
|
|
1554
|
-
"scroll-ps": [{ "scroll-ps":
|
|
1555
|
-
"scroll-pe": [{ "scroll-pe":
|
|
1556
|
-
"scroll-pbs": [{ "scroll-pbs":
|
|
1557
|
-
"scroll-pbe": [{ "scroll-pbe":
|
|
1558
|
-
"scroll-pt": [{ "scroll-pt":
|
|
1559
|
-
"scroll-pr": [{ "scroll-pr":
|
|
1560
|
-
"scroll-pb": [{ "scroll-pb":
|
|
1561
|
-
"scroll-pl": [{ "scroll-pl":
|
|
1540
|
+
"scroll-m": [{ "scroll-m": S() }],
|
|
1541
|
+
"scroll-mx": [{ "scroll-mx": S() }],
|
|
1542
|
+
"scroll-my": [{ "scroll-my": S() }],
|
|
1543
|
+
"scroll-ms": [{ "scroll-ms": S() }],
|
|
1544
|
+
"scroll-me": [{ "scroll-me": S() }],
|
|
1545
|
+
"scroll-mbs": [{ "scroll-mbs": S() }],
|
|
1546
|
+
"scroll-mbe": [{ "scroll-mbe": S() }],
|
|
1547
|
+
"scroll-mt": [{ "scroll-mt": S() }],
|
|
1548
|
+
"scroll-mr": [{ "scroll-mr": S() }],
|
|
1549
|
+
"scroll-mb": [{ "scroll-mb": S() }],
|
|
1550
|
+
"scroll-ml": [{ "scroll-ml": S() }],
|
|
1551
|
+
"scroll-p": [{ "scroll-p": S() }],
|
|
1552
|
+
"scroll-px": [{ "scroll-px": S() }],
|
|
1553
|
+
"scroll-py": [{ "scroll-py": S() }],
|
|
1554
|
+
"scroll-ps": [{ "scroll-ps": S() }],
|
|
1555
|
+
"scroll-pe": [{ "scroll-pe": S() }],
|
|
1556
|
+
"scroll-pbs": [{ "scroll-pbs": S() }],
|
|
1557
|
+
"scroll-pbe": [{ "scroll-pbe": S() }],
|
|
1558
|
+
"scroll-pt": [{ "scroll-pt": S() }],
|
|
1559
|
+
"scroll-pr": [{ "scroll-pr": S() }],
|
|
1560
|
+
"scroll-pb": [{ "scroll-pb": S() }],
|
|
1561
|
+
"scroll-pl": [{ "scroll-pl": S() }],
|
|
1562
1562
|
"snap-align": [{ snap: [
|
|
1563
1563
|
"start",
|
|
1564
1564
|
"end",
|
|
@@ -1864,65 +1864,8 @@ function Ve({ color: e = s.primary[900], size: n = "small", direction: r = "righ
|
|
|
1864
1864
|
});
|
|
1865
1865
|
}
|
|
1866
1866
|
//#endregion
|
|
1867
|
-
//#region src/icons/PilotWink.tsx
|
|
1868
|
-
function He() {
|
|
1869
|
-
return /* @__PURE__ */ n("svg", {
|
|
1870
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1871
|
-
width: "92",
|
|
1872
|
-
height: "102",
|
|
1873
|
-
viewBox: "0 0 92 102",
|
|
1874
|
-
fill: "none",
|
|
1875
|
-
children: [
|
|
1876
|
-
/* @__PURE__ */ t("path", {
|
|
1877
|
-
fillRule: "evenodd",
|
|
1878
|
-
clipRule: "evenodd",
|
|
1879
|
-
d: "M44.5182 102C37.2207 102 30.2801 98.7561 23.2995 92.0837L22.9304 91.7319C19.4444 88.4027 15.2202 84.3682 12.9635 79.0783C5.74435 78.6657 0 72.6619 0 65.3434V55.1154C0 48.4587 4.75358 42.8902 11.0464 41.6278V39.9771C3.60611 35.8329 2.38201 32.9982 1.95889 32.0196C0.0348247 27.5499 0.942014 23.0888 4.50981 19.4514C8.93952 14.9381 14.0361 11.7133 18.9638 8.59475L19.1919 8.44848C24.8684 4.85805 30.2331 2.51783 35.6048 1.29025C35.664 1.27632 35.7424 1.25891 35.8434 1.23802C36.4389 1.10568 37.2137 0.938523 38.0408 0.800965C40.7554 0.261182 43.2454 0 45.657 0C48.0686 0 50.5412 0.259443 53.3428 0.814898C54.1229 0.94375 54.9378 1.11962 55.488 1.2415L55.5525 1.25717C55.636 1.27458 55.7301 1.29548 55.8345 1.32159C61.1384 2.53872 66.4631 4.8685 72.1099 8.44326L72.3467 8.59301C77.2814 11.7168 82.3762 14.9416 86.8025 19.4496C90.372 23.0871 91.2792 27.5481 89.3586 32.0144C88.9338 32.9982 87.7097 35.8329 80.2676 39.9771V41.6278C86.5604 42.8902 91.3158 48.4587 91.3158 55.1154V65.3434C91.3158 72.6636 85.5697 78.6657 78.3505 79.0783C76.0939 84.3682 71.8696 88.4009 68.3837 91.7302L68.011 92.0854C61.0322 98.7561 54.0898 102 46.794 102H44.52H44.5182Z",
|
|
1880
|
-
fill: "white"
|
|
1881
|
-
}),
|
|
1882
|
-
/* @__PURE__ */ t("path", {
|
|
1883
|
-
d: "M17.1387 43.9783H17.1402L17.1387 43.9767V43.9783Z",
|
|
1884
|
-
fill: "#B6FF9C"
|
|
1885
|
-
}),
|
|
1886
|
-
/* @__PURE__ */ t("path", {
|
|
1887
|
-
d: "M77.5527 44.8438H76.7814V37.8928C79.8059 36.3379 84.9826 33.3569 86.1545 30.6388C87.5178 27.468 86.898 24.5253 84.3122 21.8908C80.1664 17.6683 75.2421 14.5498 70.4781 11.5357L70.2413 11.3859C64.9148 8.01489 59.9279 5.82964 54.9985 4.7048C54.9236 4.68391 54.8452 4.66824 54.8296 4.6665C54.7965 4.65779 54.7634 4.64908 54.7286 4.64212C54.154 4.51501 53.4053 4.35482 52.7157 4.24338C50.1195 3.72449 47.8751 3.48419 45.6515 3.48419C43.428 3.48419 41.1696 3.72797 38.6622 4.22945C37.8995 4.35656 37.1578 4.51501 36.5344 4.65257C36.4473 4.66998 36.4073 4.67869 36.3864 4.68565C31.4012 5.82442 26.3882 8.01664 21.0617 11.3877L20.8215 11.5409C16.0609 14.555 11.1367 17.6718 6.99254 21.8943C4.4068 24.5288 3.78866 27.4732 5.15205 30.644C6.32391 33.3586 11.5006 36.3396 14.5251 37.8946V44.8456H13.7555C8.08953 44.8456 3.48047 49.4546 3.48047 55.1189V65.3469C3.48047 71.0129 8.08953 75.622 13.7555 75.622H15.4254C17.0012 81.2601 21.6189 85.6689 25.3313 89.2141L25.7022 89.5693C32.002 95.5922 38.1555 98.521 44.5145 98.521H46.7885C53.1458 98.521 59.2993 95.594 65.6009 89.5693L65.9718 89.2141C69.6858 85.6689 74.3018 81.2601 75.8777 75.622H77.5492C83.2152 75.622 87.8243 71.0129 87.8243 65.3469V55.1189C87.8243 49.4546 83.2152 44.8456 77.5492 44.8456L77.5527 44.8438Z",
|
|
1888
|
-
fill: "#134C33"
|
|
1889
|
-
}),
|
|
1890
|
-
/* @__PURE__ */ t("path", {
|
|
1891
|
-
d: "M72.1829 35.8904V41.9081C65.9667 39.9405 56.3638 37.6194 45.6569 37.6194C34.95 37.6194 25.3436 39.9405 19.1309 41.9081V35.8904C27.9485 32.5994 36.7087 30.9313 45.1693 30.9313C45.2529 30.9313 45.3348 30.9348 45.4166 30.9383C45.5733 30.9453 45.737 30.9453 45.8989 30.9383C45.9808 30.9348 46.0626 30.9313 46.1462 30.9313C54.6069 30.9313 63.367 32.5994 72.1847 35.8904H72.1829Z",
|
|
1892
|
-
fill: "white"
|
|
1893
|
-
}),
|
|
1894
|
-
/* @__PURE__ */ t("path", {
|
|
1895
|
-
d: "M49.9825 80.1875C46.8587 80.1875 44.3165 81.9305 44.3165 84.0722C44.3165 86.2139 46.8569 87.9569 49.9825 87.9569C51.9779 87.9569 53.8393 87.2273 54.8579 86.052C58.8158 85.6028 62.3592 84.6938 65.4011 83.3513C64.5775 84.1836 63.7278 84.9985 62.798 85.8866L62.4254 86.2418C56.9457 91.4794 51.9779 93.9189 46.7908 93.9189H44.5167C39.3296 93.9189 34.3618 91.4794 28.8821 86.2418L28.5095 85.8848C24.2644 81.833 19.4551 77.2396 19.4551 71.5039V63.3358C19.4603 63.2696 19.4638 63.2017 19.4638 63.1338V47.2624C25.969 51.0827 35.4989 53.2732 45.6538 53.2732C55.8087 53.2732 65.3367 51.0844 71.8437 47.2624V63.1338C71.8437 63.2069 71.8472 63.2766 71.8524 63.3375V71.5039C71.8524 72.3606 71.7271 73.3949 71.5338 74.1384C71.4554 74.4414 71.3039 74.7218 71.0863 74.9725C67.5045 79.0923 62.2948 81.5492 55.1574 82.4842C54.245 81.0877 52.2252 80.1892 49.9825 80.1892V80.1875Z",
|
|
1896
|
-
fill: "white"
|
|
1897
|
-
}),
|
|
1898
|
-
/* @__PURE__ */ t("path", {
|
|
1899
|
-
d: "M33.6582 79C33.6582 79 34.5 81 36.5 82.5C38.5 84 41.6582 84 41.6582 84",
|
|
1900
|
-
stroke: "#134C33",
|
|
1901
|
-
strokeWidth: "3",
|
|
1902
|
-
strokeLinecap: "round"
|
|
1903
|
-
}),
|
|
1904
|
-
/* @__PURE__ */ t("path", {
|
|
1905
|
-
d: "M31 78.5L33.5 79L34 76.5",
|
|
1906
|
-
stroke: "#134C33",
|
|
1907
|
-
strokeWidth: "3",
|
|
1908
|
-
strokeLinecap: "round"
|
|
1909
|
-
}),
|
|
1910
|
-
/* @__PURE__ */ t("path", {
|
|
1911
|
-
d: "M60.1741 66.329C62.9475 66.329 65.1958 64.0807 65.1958 61.3073C65.1958 58.5338 62.9475 56.2855 60.1741 56.2855C57.4006 56.2855 55.1523 58.5338 55.1523 61.3073C55.1523 64.0807 57.4006 66.329 60.1741 66.329Z",
|
|
1912
|
-
fill: "#134C33"
|
|
1913
|
-
}),
|
|
1914
|
-
/* @__PURE__ */ t("path", {
|
|
1915
|
-
d: "M38.8628 62.2528C36.869 58.7995 32.4533 57.6163 29 59.61",
|
|
1916
|
-
stroke: "#134C33",
|
|
1917
|
-
strokeWidth: "3",
|
|
1918
|
-
strokeLinecap: "round"
|
|
1919
|
-
})
|
|
1920
|
-
]
|
|
1921
|
-
});
|
|
1922
|
-
}
|
|
1923
|
-
//#endregion
|
|
1924
1867
|
//#region src/icons/LogoOutlined.tsx
|
|
1925
|
-
function
|
|
1868
|
+
function He({ size: e = "large" }) {
|
|
1926
1869
|
return /* @__PURE__ */ n("svg", {
|
|
1927
1870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1928
1871
|
width: e === "small" ? "28" : "36",
|
|
@@ -1965,7 +1908,7 @@ function Ue({ size: e = "large" }) {
|
|
|
1965
1908
|
}
|
|
1966
1909
|
//#endregion
|
|
1967
1910
|
//#region src/icons/Check.tsx
|
|
1968
|
-
function
|
|
1911
|
+
function Ue({ color: e = s.sf.primary, size: n = "small", ...r }) {
|
|
1969
1912
|
return /* @__PURE__ */ t("svg", {
|
|
1970
1913
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1971
1914
|
width: $(n),
|
|
@@ -1984,7 +1927,7 @@ function We({ color: e = s.sf.primary, size: n = "small", ...r }) {
|
|
|
1984
1927
|
}
|
|
1985
1928
|
//#endregion
|
|
1986
1929
|
//#region src/icons/Info.tsx
|
|
1987
|
-
function
|
|
1930
|
+
function We({ color: e = "#7D8983", ...r }) {
|
|
1988
1931
|
return /* @__PURE__ */ n("svg", {
|
|
1989
1932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1990
1933
|
width: "20",
|
|
@@ -2012,7 +1955,7 @@ function Ge({ color: e = "#7D8983", ...r }) {
|
|
|
2012
1955
|
}
|
|
2013
1956
|
//#endregion
|
|
2014
1957
|
//#region src/icons/ArrowUp.tsx
|
|
2015
|
-
function
|
|
1958
|
+
function Ge({ color: e = s.primary[800] }) {
|
|
2016
1959
|
return /* @__PURE__ */ t("svg", {
|
|
2017
1960
|
width: "14",
|
|
2018
1961
|
height: "18",
|
|
@@ -2031,7 +1974,7 @@ function Ke({ color: e = s.primary[800] }) {
|
|
|
2031
1974
|
}
|
|
2032
1975
|
//#endregion
|
|
2033
1976
|
//#region src/icons/Attach.tsx
|
|
2034
|
-
function
|
|
1977
|
+
function Ke({ color: e = s.fg.tertiary, size: n = "small", ...r }) {
|
|
2035
1978
|
return /* @__PURE__ */ t("svg", {
|
|
2036
1979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2037
1980
|
width: $(n),
|
|
@@ -2046,6 +1989,24 @@ function qe({ color: e = s.fg.tertiary, size: n = "small", ...r }) {
|
|
|
2046
1989
|
});
|
|
2047
1990
|
}
|
|
2048
1991
|
//#endregion
|
|
1992
|
+
//#region src/icons/Badge.tsx
|
|
1993
|
+
function qe({ color: e = s.primary[700], size: n = "small", ...r }) {
|
|
1994
|
+
return /* @__PURE__ */ t("svg", {
|
|
1995
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1996
|
+
width: $(n),
|
|
1997
|
+
height: $(n),
|
|
1998
|
+
viewBox: "0 0 21 25",
|
|
1999
|
+
fill: "none",
|
|
2000
|
+
...r,
|
|
2001
|
+
children: /* @__PURE__ */ t("path", {
|
|
2002
|
+
fillRule: "evenodd",
|
|
2003
|
+
clipRule: "evenodd",
|
|
2004
|
+
d: "M0 4.16968L10.5 0.560303L21 4.16968V12.1917C21 15.4662 19.6596 17.8261 17.7188 19.6635C15.8843 21.4003 13.481 22.6962 11.2372 23.9062L10.5 24.3038L9.76283 23.9062C7.51898 22.6962 5.11576 21.4003 3.28125 19.6635C1.34039 17.8261 0 15.4662 0 12.1917V4.16968ZM15.0666 9.66919L13.4167 8.01927L9.33334 12.1026L7.58333 10.3526L5.93342 12.0025L9.33334 15.4024L15.0666 9.66919Z",
|
|
2005
|
+
fill: e
|
|
2006
|
+
})
|
|
2007
|
+
});
|
|
2008
|
+
}
|
|
2009
|
+
//#endregion
|
|
2049
2010
|
//#region src/icons/CheckCircle.tsx
|
|
2050
2011
|
function Je({ size: e = "small", color: n = s.primary[600], ...r }) {
|
|
2051
2012
|
return /* @__PURE__ */ t("svg", {
|
|
@@ -2065,8 +2026,33 @@ function Je({ size: e = "small", color: n = s.primary[600], ...r }) {
|
|
|
2065
2026
|
});
|
|
2066
2027
|
}
|
|
2067
2028
|
//#endregion
|
|
2029
|
+
//#region src/icons/Clock.tsx
|
|
2030
|
+
function Ye({ color: e = s.fg.tertiary, size: r = 14, ...i }) {
|
|
2031
|
+
return /* @__PURE__ */ n("svg", {
|
|
2032
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2033
|
+
width: $(r),
|
|
2034
|
+
height: $(r),
|
|
2035
|
+
viewBox: "0 0 14 14",
|
|
2036
|
+
fill: "none",
|
|
2037
|
+
...i,
|
|
2038
|
+
children: [/* @__PURE__ */ t("circle", {
|
|
2039
|
+
cx: "7",
|
|
2040
|
+
cy: "7",
|
|
2041
|
+
r: "6",
|
|
2042
|
+
stroke: e,
|
|
2043
|
+
strokeWidth: "1.2"
|
|
2044
|
+
}), /* @__PURE__ */ t("path", {
|
|
2045
|
+
d: "M7 4v3l2 1.5",
|
|
2046
|
+
stroke: e,
|
|
2047
|
+
strokeWidth: "1.2",
|
|
2048
|
+
strokeLinecap: "round",
|
|
2049
|
+
strokeLinejoin: "round"
|
|
2050
|
+
})]
|
|
2051
|
+
});
|
|
2052
|
+
}
|
|
2053
|
+
//#endregion
|
|
2068
2054
|
//#region src/icons/Cloud.tsx
|
|
2069
|
-
function
|
|
2055
|
+
function Xe({ size: e = "small", color: n = s.primary[900], ...r }) {
|
|
2070
2056
|
return /* @__PURE__ */ t("svg", {
|
|
2071
2057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2072
2058
|
width: $(e),
|
|
@@ -2085,7 +2071,7 @@ function Ye({ size: e = "small", color: n = s.primary[900], ...r }) {
|
|
|
2085
2071
|
}
|
|
2086
2072
|
//#endregion
|
|
2087
2073
|
//#region src/icons/Compose.tsx
|
|
2088
|
-
function
|
|
2074
|
+
function Ze({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
2089
2075
|
return /* @__PURE__ */ n("svg", {
|
|
2090
2076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2091
2077
|
width: $(r),
|
|
@@ -2106,8 +2092,27 @@ function Xe({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
|
2106
2092
|
});
|
|
2107
2093
|
}
|
|
2108
2094
|
//#endregion
|
|
2095
|
+
//#region src/icons/Copy.tsx
|
|
2096
|
+
function Qe({ size: e = "small", color: n = s.primary[900], ...r }) {
|
|
2097
|
+
return /* @__PURE__ */ t("svg", {
|
|
2098
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2099
|
+
width: $(e),
|
|
2100
|
+
height: $(e),
|
|
2101
|
+
viewBox: "0 0 24 24",
|
|
2102
|
+
fill: "none",
|
|
2103
|
+
...r,
|
|
2104
|
+
children: /* @__PURE__ */ t("path", {
|
|
2105
|
+
d: "M9 9V5.25C9 4.00736 10.0074 3 11.25 3H18.75C19.9926 3 21 4.00736 21 5.25V12.75C21 13.9926 19.9926 15 18.75 15H15M12.75 9H5.25C4.00736 9 3 10.0074 3 11.25V18.75C3 19.9926 4.00736 21 5.25 21H12.75C13.9926 21 15 19.9926 15 18.75V11.25C15 10.0074 13.9926 9 12.75 9Z",
|
|
2106
|
+
stroke: n,
|
|
2107
|
+
strokeWidth: "2",
|
|
2108
|
+
strokeLinecap: "round",
|
|
2109
|
+
strokeLinejoin: "round"
|
|
2110
|
+
})
|
|
2111
|
+
});
|
|
2112
|
+
}
|
|
2113
|
+
//#endregion
|
|
2109
2114
|
//#region src/icons/Data.tsx
|
|
2110
|
-
function
|
|
2115
|
+
function $e({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
2111
2116
|
return /* @__PURE__ */ n("svg", {
|
|
2112
2117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2113
2118
|
width: $(r),
|
|
@@ -2129,7 +2134,7 @@ function Ze({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
|
2129
2134
|
}
|
|
2130
2135
|
//#endregion
|
|
2131
2136
|
//#region src/icons/DoubleChevron.tsx
|
|
2132
|
-
function
|
|
2137
|
+
function et({ color: e = s.primary[900], size: n = "small", direction: r = "right", ...i }) {
|
|
2133
2138
|
return /* @__PURE__ */ t("svg", {
|
|
2134
2139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2135
2140
|
width: $(n),
|
|
@@ -2147,8 +2152,33 @@ function Qe({ color: e = s.primary[900], size: n = "small", direction: r = "righ
|
|
|
2147
2152
|
});
|
|
2148
2153
|
}
|
|
2149
2154
|
//#endregion
|
|
2155
|
+
//#region src/icons/Download.tsx
|
|
2156
|
+
function tt({ size: e = "small", color: r = s.fg.accent.action, ...i }) {
|
|
2157
|
+
return /* @__PURE__ */ n("svg", {
|
|
2158
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2159
|
+
width: $(e),
|
|
2160
|
+
height: $(e),
|
|
2161
|
+
viewBox: "0 0 24 24",
|
|
2162
|
+
fill: "none",
|
|
2163
|
+
...i,
|
|
2164
|
+
children: [/* @__PURE__ */ t("path", {
|
|
2165
|
+
d: "M12 6V16M12 16L16 11.7692M12 16L8 11.7692",
|
|
2166
|
+
stroke: r,
|
|
2167
|
+
strokeWidth: "2",
|
|
2168
|
+
strokeLinecap: "round",
|
|
2169
|
+
strokeLinejoin: "round"
|
|
2170
|
+
}), /* @__PURE__ */ t("path", {
|
|
2171
|
+
d: "M4 17L4 20L20 20L20 17",
|
|
2172
|
+
stroke: r,
|
|
2173
|
+
strokeWidth: "2",
|
|
2174
|
+
strokeLinecap: "round",
|
|
2175
|
+
strokeLinejoin: "round"
|
|
2176
|
+
})]
|
|
2177
|
+
});
|
|
2178
|
+
}
|
|
2179
|
+
//#endregion
|
|
2150
2180
|
//#region src/icons/Edit.tsx
|
|
2151
|
-
function
|
|
2181
|
+
function nt({ size: e = "small", color: r = s.fg.tertiary, ...i }) {
|
|
2152
2182
|
return /* @__PURE__ */ n("svg", {
|
|
2153
2183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2154
2184
|
width: $(e),
|
|
@@ -2172,8 +2202,30 @@ function $e({ size: e = "small", color: r = s.fg.tertiary, ...i }) {
|
|
|
2172
2202
|
});
|
|
2173
2203
|
}
|
|
2174
2204
|
//#endregion
|
|
2205
|
+
//#region src/icons/Ellipses.tsx
|
|
2206
|
+
function rt({ color: e = s.fg.tertiary, ...n }) {
|
|
2207
|
+
return /* @__PURE__ */ t("svg", {
|
|
2208
|
+
width: "24",
|
|
2209
|
+
height: "24",
|
|
2210
|
+
viewBox: "0 0 24 24",
|
|
2211
|
+
fill: "none",
|
|
2212
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2213
|
+
...n,
|
|
2214
|
+
children: /* @__PURE__ */ t("g", {
|
|
2215
|
+
id: "icon / 24 / Options",
|
|
2216
|
+
children: /* @__PURE__ */ t("path", {
|
|
2217
|
+
id: "Union",
|
|
2218
|
+
fillRule: "evenodd",
|
|
2219
|
+
clipRule: "evenodd",
|
|
2220
|
+
d: "M4.5 11.5C4.5 10.9477 4.94772 10.5 5.5 10.5H6.5C7.05228 10.5 7.5 10.9477 7.5 11.5V12.5C7.5 13.0523 7.05228 13.5 6.5 13.5H5.5C4.94772 13.5 4.5 13.0523 4.5 12.5V11.5ZM10.5 11.5C10.5 10.9477 10.9477 10.5 11.5 10.5H12.5C13.0523 10.5 13.5 10.9477 13.5 11.5V12.5C13.5 13.0523 13.0523 13.5 12.5 13.5H11.5C10.9477 13.5 10.5 13.0523 10.5 12.5V11.5ZM17.5 10.5C16.9477 10.5 16.5 10.9477 16.5 11.5V12.5C16.5 13.0523 16.9477 13.5 17.5 13.5H18.5C19.0523 13.5 19.5 13.0523 19.5 12.5V11.5C19.5 10.9477 19.0523 10.5 18.5 10.5H17.5Z",
|
|
2221
|
+
fill: e
|
|
2222
|
+
})
|
|
2223
|
+
})
|
|
2224
|
+
});
|
|
2225
|
+
}
|
|
2226
|
+
//#endregion
|
|
2175
2227
|
//#region src/icons/Email.tsx
|
|
2176
|
-
function
|
|
2228
|
+
function it({ color: e = s.primary[900], size: n = "small", ...r }) {
|
|
2177
2229
|
return /* @__PURE__ */ t("svg", {
|
|
2178
2230
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2179
2231
|
width: $(n),
|
|
@@ -2189,7 +2241,7 @@ function et({ color: e = s.primary[900], size: n = "small", ...r }) {
|
|
|
2189
2241
|
}
|
|
2190
2242
|
//#endregion
|
|
2191
2243
|
//#region src/icons/Enter.tsx
|
|
2192
|
-
function
|
|
2244
|
+
function at({ color: e = s.fg.tertiary, size: n = "small", ...r }) {
|
|
2193
2245
|
return /* @__PURE__ */ t("svg", {
|
|
2194
2246
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2195
2247
|
width: $(n),
|
|
@@ -2208,7 +2260,7 @@ function tt({ color: e = s.fg.tertiary, size: n = "small", ...r }) {
|
|
|
2208
2260
|
}
|
|
2209
2261
|
//#endregion
|
|
2210
2262
|
//#region src/icons/ErrorCircle.tsx
|
|
2211
|
-
function
|
|
2263
|
+
function ot({ size: e = "small", color: r = s.primary[600], ...i }) {
|
|
2212
2264
|
return /* @__PURE__ */ n("svg", {
|
|
2213
2265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2214
2266
|
width: $(e),
|
|
@@ -2231,8 +2283,106 @@ function nt({ size: e = "small", color: r = s.primary[600], ...i }) {
|
|
|
2231
2283
|
});
|
|
2232
2284
|
}
|
|
2233
2285
|
//#endregion
|
|
2286
|
+
//#region src/icons/Fax.tsx
|
|
2287
|
+
function st({ color: e = s.fg.tertiary, size: r = "small", ...i }) {
|
|
2288
|
+
return /* @__PURE__ */ n("svg", {
|
|
2289
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2290
|
+
width: $(r),
|
|
2291
|
+
height: $(r),
|
|
2292
|
+
viewBox: "0 0 58.6667 58.6667",
|
|
2293
|
+
fill: e,
|
|
2294
|
+
"aria-hidden": "true",
|
|
2295
|
+
...i,
|
|
2296
|
+
children: [
|
|
2297
|
+
/* @__PURE__ */ t("path", { d: "M46.919 9.964V11.2292H43.2189V9.70142C43.2189 7.69621 42.2162 6.71748 40.211 6.71748H18.6073C16.626 6.71748 15.5995 7.69621 15.5995 9.70142V11.2292H11.8994V9.964C11.8994 5.30907 14.4537 3.23223 18.6551 3.23223H40.1633C44.6034 3.23223 46.919 5.30907 46.919 9.964Z" }),
|
|
2298
|
+
/* @__PURE__ */ t("path", { d: "M56.372 18.2235V40.5673C56.372 45.2222 53.9133 47.5616 49.2823 47.5616H46.7518V43.957H49.33C51.4308 43.957 52.5288 42.8589 52.5288 40.7582V18.0326C52.5288 15.9319 51.4308 14.8338 49.33 14.8338H9.51225C7.38768 14.8338 6.31347 15.9319 6.31347 18.0326V40.7582C6.31347 42.8589 7.38768 43.957 9.51225 43.957H12.0665V47.5616H9.56001C4.90506 47.5616 2.44629 45.2222 2.44629 40.5673V18.2235C2.44629 13.5925 5.14378 11.2292 9.56001 11.2292H49.2823C53.9133 11.2292 56.372 13.5925 56.372 18.2235Z" }),
|
|
2299
|
+
/* @__PURE__ */ t("path", { d: "M19.8224 28.0825V30.2786C19.8224 30.9472 19.4166 31.353 18.7481 31.353H16.552C15.9074 31.353 15.5016 30.9472 15.5016 30.2786V28.0825C15.5016 27.414 15.9074 27.0082 16.552 27.0082H18.7481C19.4166 27.0082 19.8224 27.414 19.8224 28.0825ZM27.6522 28.0825V30.2786C27.6522 30.9472 27.2464 31.353 26.578 31.353H24.4057C23.7373 31.353 23.3315 30.9472 23.3315 30.2786V28.0825C23.3315 27.414 23.7373 27.0082 24.4057 27.0082H26.578C27.2464 27.0082 27.6522 27.414 27.6522 28.0825ZM35.482 28.0825V30.2786C35.482 30.9472 35.0763 31.353 34.4317 31.353H32.2356C31.5672 31.353 31.1612 30.9472 31.1612 30.2786V28.0825C31.1612 27.414 31.5672 27.0082 32.2356 27.0082H34.4317C35.0763 27.0082 35.482 27.414 35.482 28.0825ZM43.3358 28.0825V30.2786C43.3358 30.9472 42.93 31.353 42.2617 31.353H40.0654C39.421 31.353 39.015 30.9472 39.015 30.2786V28.0825C39.015 27.414 39.421 27.0082 40.0654 27.0082H42.2617C42.93 27.0082 43.3358 27.414 43.3358 28.0825ZM19.8224 20.0617V22.234C19.8224 22.9024 19.4166 23.3082 18.7481 23.3082H16.552C15.9074 23.3082 15.5016 22.9024 15.5016 22.234V20.0617C15.5016 19.3932 15.9074 18.9874 16.552 18.9874H18.7481C19.4166 18.9874 19.8224 19.3932 19.8224 20.0617ZM27.6522 20.0617V22.234C27.6522 22.9024 27.2464 23.3082 26.578 23.3082H24.4057C23.7373 23.3082 23.3315 22.9024 23.3315 22.234V20.0617C23.3315 19.3932 23.7373 18.9874 24.4057 18.9874H26.578C27.2464 18.9874 27.6522 19.3932 27.6522 20.0617ZM35.482 20.0617V22.234C35.482 22.9024 35.0763 23.3082 34.4317 23.3082H32.2356C31.5672 23.3082 31.1612 22.9024 31.1612 22.234V20.0617C31.1612 19.3932 31.5672 18.9874 32.2356 18.9874H34.4317C35.0763 18.9874 35.482 19.3932 35.482 20.0617ZM43.3358 20.0617V22.234C43.3358 22.9024 42.93 23.3082 42.2617 23.3082H40.0654C39.421 23.3082 39.015 22.9024 39.015 22.234V20.0617C39.015 19.3932 39.421 18.9874 40.0654 18.9874H42.2617C42.93 18.9874 43.3358 19.3932 43.3358 20.0617Z" }),
|
|
2300
|
+
/* @__PURE__ */ t("path", { d: "M16.6236 54.6515H42.1901C45.2217 54.6515 46.7495 53.2669 46.7495 50.0921V40.0423C46.7495 36.8911 45.2217 35.4826 42.1901 35.4826H16.6236C13.7351 35.4826 12.0641 36.8911 12.0641 40.0423V50.0921C12.0641 53.2669 13.5919 54.6515 16.6236 54.6515ZM17.8172 51.0469C16.552 51.0469 15.9074 50.4263 15.9074 49.1373V40.9731C15.9074 39.7079 16.552 39.0872 17.8172 39.0872H41.0202C42.3094 39.0872 42.9061 39.7079 42.9061 40.9731V49.1373C42.9061 50.4263 42.3094 51.0469 41.0202 51.0469H17.8172ZM19.4643 45.0314C19.4643 46.0578 20.2521 46.8693 21.2785 46.8693H37.5588C38.5615 46.8693 39.3494 46.0578 39.3494 45.0314C39.3494 44.0526 38.5615 43.2411 37.5588 43.2411H21.2785C20.2521 43.2411 19.4643 44.0526 19.4643 45.0314Z" })
|
|
2301
|
+
]
|
|
2302
|
+
});
|
|
2303
|
+
}
|
|
2304
|
+
//#endregion
|
|
2305
|
+
//#region src/icons/FileDownload.tsx
|
|
2306
|
+
function ct({ size: e = "small", color: n = s.fg.accent.action, ...r }) {
|
|
2307
|
+
return /* @__PURE__ */ t("svg", {
|
|
2308
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2309
|
+
width: $(e),
|
|
2310
|
+
height: $(e),
|
|
2311
|
+
viewBox: "0 0 24 24",
|
|
2312
|
+
fill: "none",
|
|
2313
|
+
...r,
|
|
2314
|
+
children: /* @__PURE__ */ t("path", {
|
|
2315
|
+
d: "M13 3H6C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H7.5M13 3L19 9M13 3V8C13 8.55228 13.4477 9 14 9H19M19 9V20C19 20.5523 18.5523 21 18 21H16.5M12 14V20M12 20L14.5 17.5M12 20L9.5 17.5",
|
|
2316
|
+
stroke: n,
|
|
2317
|
+
strokeWidth: "2",
|
|
2318
|
+
strokeLinecap: "round",
|
|
2319
|
+
strokeLinejoin: "round"
|
|
2320
|
+
})
|
|
2321
|
+
});
|
|
2322
|
+
}
|
|
2323
|
+
//#endregion
|
|
2324
|
+
//#region src/icons/GenerateDoc.tsx
|
|
2325
|
+
function lt({ color: e = s.primary[950], size: r = "small", ...i }) {
|
|
2326
|
+
return /* @__PURE__ */ n("svg", {
|
|
2327
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2328
|
+
width: $(r),
|
|
2329
|
+
height: $(r),
|
|
2330
|
+
viewBox: "0 0 24 24",
|
|
2331
|
+
fill: "none",
|
|
2332
|
+
...i,
|
|
2333
|
+
children: [
|
|
2334
|
+
/* @__PURE__ */ t("path", {
|
|
2335
|
+
d: "M6.5 3.5H14.25L18.5 7.75V20.5H6.5V3.5Z",
|
|
2336
|
+
stroke: e,
|
|
2337
|
+
strokeWidth: "1.6",
|
|
2338
|
+
strokeLinejoin: "round"
|
|
2339
|
+
}),
|
|
2340
|
+
/* @__PURE__ */ t("path", {
|
|
2341
|
+
d: "M14 3.75V8H18.25",
|
|
2342
|
+
stroke: e,
|
|
2343
|
+
strokeWidth: "1.6",
|
|
2344
|
+
strokeLinejoin: "round"
|
|
2345
|
+
}),
|
|
2346
|
+
/* @__PURE__ */ t("path", {
|
|
2347
|
+
d: "M9 12H16",
|
|
2348
|
+
stroke: e,
|
|
2349
|
+
strokeWidth: "1.6",
|
|
2350
|
+
strokeLinecap: "round"
|
|
2351
|
+
}),
|
|
2352
|
+
/* @__PURE__ */ t("path", {
|
|
2353
|
+
d: "M9 15H14",
|
|
2354
|
+
stroke: e,
|
|
2355
|
+
strokeWidth: "1.6",
|
|
2356
|
+
strokeLinecap: "round"
|
|
2357
|
+
}),
|
|
2358
|
+
/* @__PURE__ */ t("path", {
|
|
2359
|
+
d: "M10 18H14",
|
|
2360
|
+
stroke: e,
|
|
2361
|
+
strokeWidth: "1.6",
|
|
2362
|
+
strokeLinecap: "round"
|
|
2363
|
+
})
|
|
2364
|
+
]
|
|
2365
|
+
});
|
|
2366
|
+
}
|
|
2367
|
+
//#endregion
|
|
2368
|
+
//#region src/icons/GenerateSignature.tsx
|
|
2369
|
+
function ut({ color: e = s.fg.tertiary, size: n = "small", ...r }) {
|
|
2370
|
+
return /* @__PURE__ */ t("svg", {
|
|
2371
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2372
|
+
width: $(n),
|
|
2373
|
+
height: $(n),
|
|
2374
|
+
viewBox: "0 0 900 900",
|
|
2375
|
+
preserveAspectRatio: "xMidYMid meet",
|
|
2376
|
+
...r,
|
|
2377
|
+
children: /* @__PURE__ */ t("g", { children: /* @__PURE__ */ t("path", {
|
|
2378
|
+
d: "M427.2 248.7c-1 1-5 9-8.7 17.8s-7.1 16.4-7.6 16.9c-.5.6-.9 1.6-.9 2.3s-1.4 4.3-3.1 8l-4.3 9.8-9.1 21-6 14c-1.5 3.7-2.7 6.5-6.8 15.5-1.4 3-3.5 8-4.7 11-2.2 5.4-4.6 11-6 14l-29 67.5-29 67.5c-1 2.2-4 9-5.4 12.5-1.4 3.4-3.6 8.4-5.8 13.5l-6.4 14.7-3.1 7.3c-.9 1.9-2.2 4.8-2.9 6.5l-4.3 9.8c-1.7 3.7-3.1 7.1-3.1 7.6s-.7 2.2-1.5 3.8c-.8 1.5-2.8 5.8-4.5 9.5-1.6 3.8-3.6 6.8-4.2 6.8l-22.3.3-21 .2-.3 12.2-.3 12.3H293h66.1l-.3-12.3-.3-12.2-27-.2-29.2-.3c-2.8 0-4 3.1 18.2-48.7l18.4-42.8h73.2 73.3l1.3 2.5c.7 1.4 2.7 5.6 4.4 9.5l4.4 10c.8 1.6 2.5 5.5 3.8 8.5l6.1 13.3c2 4.2 3.6 8 3.6 8.2 0 .3 1.4 3.5 3.1 7.2l5.5 12 4.8 10.5c1.3 2.9 2.7 6.3 3.1 7.5l.6 2.3h-18c-9.9 0-19.1.4-20.6 1l-2.6 1 .3 11.2.3 11.3 81.9.3 83.2-.9c1-.8 1.4-4 1.4-11.5 0-9.3-.2-10.4-2-11.4-1.2-.7-8.3-1.1-17.8-1h-17.8c-2 0-2.2-.3-10.9-19.5-.8-1.7-2.6-5.7-4-9l-4.5-10-4.5-10-9-20-4.5-10-4.9-10.8c-1.7-3.7-3.1-6.9-3.1-7.1 0-.3-1.8-4.4-4.1-9.3l-5.9-12.8-4.5-10-4.5-10-4.9-10.8c-1.7-3.7-3.1-6.9-3.1-7.2s-2-4.8-4.5-10.1c-2.5-5.2-4.5-9.7-4.5-10 0-.2-1.3-3.2-2.9-6.7l-5.4-11.7-5.7-12.5-5.1-11.5-3.4-7.5c-.7-1.7-2.5-5.7-4-9l-9-20-4.5-10-4.5-10-4.5-10-4.9-10.8c-1.7-3.7-3.1-6.9-3.1-7.1 0-.3-1.8-4.4-4.1-9.3l-6.1-13.3-7.7-17.3c-1.7-3.7-3.1-6.9-3.1-7.2s-1.1-2.3-2.5-4.5l-2.5-4h-10.4c-8.5 0-10.7.3-12.4 1.7zM413 352.5c1.1 2.9 4.6 10.7 9.1 20.2 1.6 3.5 2.9 6.5 2.9 6.7 0 .3 2 4.8 4.5 10 2.5 5.3 4.5 9.8 4.5 10.1s2 4.8 4.5 10.1c2.5 5.2 4.5 9.7 4.5 10 0 .2 1.3 3.2 2.9 6.7l4.9 10.7 6.1 13.3c2.3 4.9 4.1 9 4.1 9.3 0 .2 1.4 3.3 3 6.9l6 13c3.2 6.9 3.6 9.1 2 9.7-.5.1-28 .2-61 0-53.4-.2-60-.4-60-1.8 0-.8 1.1-4.1 2.6-7.2l3.8-8.7c1.2-2.9 3-7 6.1-14l3-7c.9-1.9 2.2-5.1 3-7l5.9-13.8c.8-1.7 2.5-5.7 3.9-8.7s3.5-8 4.7-11l5.1-11.8c1.6-3.4 2.9-6.8 2.9-7.5s.4-1.7.9-2.3c.5-.5 4.1-8.5 8.1-17.8 9.5-22.3 10.1-23.2 12-18.1z",
|
|
2379
|
+
fill: e
|
|
2380
|
+
}) })
|
|
2381
|
+
});
|
|
2382
|
+
}
|
|
2383
|
+
//#endregion
|
|
2234
2384
|
//#region src/icons/Home.tsx
|
|
2235
|
-
function
|
|
2385
|
+
function dt({ color: e = s.white, size: r = "small", ...i }) {
|
|
2236
2386
|
return /* @__PURE__ */ n("svg", {
|
|
2237
2387
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2238
2388
|
width: $(r),
|
|
@@ -2255,7 +2405,7 @@ function rt({ color: e = s.white, size: r = "small", ...i }) {
|
|
|
2255
2405
|
}
|
|
2256
2406
|
//#endregion
|
|
2257
2407
|
//#region src/icons/Login.tsx
|
|
2258
|
-
function
|
|
2408
|
+
function ft({ color: e = s.fg.accent.error, size: n = "small", ...r }) {
|
|
2259
2409
|
return /* @__PURE__ */ t("svg", {
|
|
2260
2410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2261
2411
|
width: $(n),
|
|
@@ -2274,7 +2424,7 @@ function it({ color: e = s.fg.accent.error, size: n = "small", ...r }) {
|
|
|
2274
2424
|
}
|
|
2275
2425
|
//#endregion
|
|
2276
2426
|
//#region src/icons/Logo.tsx
|
|
2277
|
-
function
|
|
2427
|
+
function pt({ full: r = !0 }) {
|
|
2278
2428
|
return /* @__PURE__ */ n("svg", {
|
|
2279
2429
|
...r ? {
|
|
2280
2430
|
width: "135",
|
|
@@ -2359,7 +2509,7 @@ function at({ full: r = !0 }) {
|
|
|
2359
2509
|
}
|
|
2360
2510
|
//#endregion
|
|
2361
2511
|
//#region src/icons/Menu.tsx
|
|
2362
|
-
function
|
|
2512
|
+
function mt({ color: e = s.primary[900], size: n = "small", ...r }) {
|
|
2363
2513
|
return /* @__PURE__ */ t("svg", {
|
|
2364
2514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2365
2515
|
width: $(n),
|
|
@@ -2377,7 +2527,7 @@ function ot({ color: e = s.primary[900], size: n = "small", ...r }) {
|
|
|
2377
2527
|
}
|
|
2378
2528
|
//#endregion
|
|
2379
2529
|
//#region src/icons/Message.tsx
|
|
2380
|
-
function
|
|
2530
|
+
function ht({ color: e = s.white, size: n = "small", ...r }) {
|
|
2381
2531
|
return /* @__PURE__ */ t("svg", {
|
|
2382
2532
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2383
2533
|
width: $(n),
|
|
@@ -2395,8 +2545,56 @@ function st({ color: e = s.white, size: n = "small", ...r }) {
|
|
|
2395
2545
|
});
|
|
2396
2546
|
}
|
|
2397
2547
|
//#endregion
|
|
2548
|
+
//#region src/icons/NoSignature.tsx
|
|
2549
|
+
function gt({ color: e = s.neutral[400], size: r = "small", ...i }) {
|
|
2550
|
+
return /* @__PURE__ */ n("svg", {
|
|
2551
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2552
|
+
width: $(r),
|
|
2553
|
+
height: $(r),
|
|
2554
|
+
viewBox: "0 0 24 24",
|
|
2555
|
+
fill: "none",
|
|
2556
|
+
...i,
|
|
2557
|
+
children: [/* @__PURE__ */ t("path", {
|
|
2558
|
+
opacity: "0.5",
|
|
2559
|
+
d: "M23 15.2499C23.4142 15.2499 23.75 15.5856 23.75 15.9999C23.7498 16.4139 23.4141 16.7499 23 16.7499H13.9932L15.4932 15.2499H23ZM5.50781 16.7499H2C1.5859 16.7499 1.25018 16.4139 1.25 15.9999C1.25 15.5856 1.58579 15.2499 2 15.2499H7.00781L5.50781 16.7499ZM3.54785 9.73618C3.69341 9.34856 4.12594 9.15231 4.51367 9.29771C4.9012 9.44332 5.09753 9.87585 4.95215 10.2635L4.41016 11.7069L5.40918 12.3583C5.75602 12.5845 5.85408 13.0494 5.62793 13.3963C5.40175 13.743 4.93769 13.8409 4.59082 13.6151L3.87109 13.1454L3.45215 14.2635C3.3065 14.6509 2.87392 14.8473 2.48633 14.702C2.0988 14.5565 1.90267 14.1238 2.04785 13.7362L2.58301 12.3065L1.59082 11.66C1.2439 11.4339 1.14607 10.9689 1.37207 10.6219C1.59824 10.2751 2.06225 10.1772 2.40918 10.4032L3.12305 10.868L3.54785 9.73618ZM20.917 9.82407C20.9299 9.93069 20.9363 10.0329 20.9385 10.1219C20.9437 10.3391 20.9332 10.5834 20.9189 10.8221C20.8889 11.3257 20.8429 11.8126 20.8379 12.2596C20.8358 12.4531 20.8435 12.614 20.8584 12.7401C20.868 12.7329 20.8793 12.7268 20.8896 12.7186C21.0199 12.6162 21.1481 12.4847 21.249 12.37C21.2977 12.3146 21.3372 12.2671 21.3633 12.2342C21.3762 12.2179 21.3858 12.2048 21.3916 12.1971C21.3943 12.1936 21.3965 12.1906 21.3975 12.1893C21.6433 11.8567 22.1122 11.7858 22.4453 12.0311C22.7783 12.2769 22.8491 12.7476 22.6035 13.0809V13.0819L22.6016 13.0838C22.6005 13.0854 22.5993 13.0875 22.5977 13.0897C22.5943 13.0942 22.5895 13.1001 22.584 13.1073C22.5727 13.122 22.5566 13.1424 22.5371 13.1668C22.4982 13.2159 22.4429 13.284 22.375 13.3612C22.2424 13.512 22.0462 13.7167 21.8164 13.8973C21.6031 14.065 21.2764 14.2797 20.8877 14.3338C20.6783 14.3629 20.4404 14.3465 20.2051 14.242C19.9702 14.1376 19.7864 13.9666 19.6494 13.7674C19.4793 13.5198 19.4119 13.2284 19.3789 13.0018C19.3438 12.7598 19.3351 12.496 19.3379 12.243C19.341 11.9637 19.3594 11.656 19.3789 11.3631L20.917 9.82407ZM7.16406 4.32896C8.76155 3.53015 10.3058 4.0795 11.4521 5.19028C12.356 6.06638 13.0703 7.33042 13.5215 8.73521L12.3047 9.952C11.9432 8.40755 11.24 7.07368 10.4082 6.26743C9.56711 5.45241 8.69381 5.24133 7.83496 5.67075C7.30528 5.93576 7.02035 6.34802 6.91113 6.88071C6.79589 7.44351 6.87591 8.16885 7.17383 8.98032C7.63056 10.2239 8.54928 11.5321 9.72656 12.5301L8.66309 13.5936C7.33299 12.4386 6.29934 10.9509 5.76562 9.4979C5.40727 8.52183 5.25262 7.50188 5.44141 6.57993C5.63654 5.62788 6.19443 4.81395 7.16406 4.32896Z",
|
|
2560
|
+
fill: e
|
|
2561
|
+
}), /* @__PURE__ */ t("path", {
|
|
2562
|
+
d: "M6.57544 19.9246L21.4247 5.07535",
|
|
2563
|
+
stroke: e,
|
|
2564
|
+
strokeWidth: "1.5",
|
|
2565
|
+
strokeLinecap: "round",
|
|
2566
|
+
strokeLinejoin: "round"
|
|
2567
|
+
})]
|
|
2568
|
+
});
|
|
2569
|
+
}
|
|
2570
|
+
//#endregion
|
|
2571
|
+
//#region src/icons/Peek.tsx
|
|
2572
|
+
function _t({ color: e = s.fg.tertiary, size: r = "small", ...i }) {
|
|
2573
|
+
return /* @__PURE__ */ n("svg", {
|
|
2574
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2575
|
+
width: $(r),
|
|
2576
|
+
height: $(r),
|
|
2577
|
+
viewBox: "0 0 24 24",
|
|
2578
|
+
fill: "none",
|
|
2579
|
+
...i,
|
|
2580
|
+
children: [/* @__PURE__ */ t("path", {
|
|
2581
|
+
d: "M2.42012 12.7132C2.28394 12.4975 2.21584 12.3897 2.17772 12.2234C2.14909 12.0985 2.14909 11.9015 2.17772 11.7766C2.21584 11.6103 2.28394 11.5025 2.42012 11.2868C3.54553 9.50484 6.8954 5 12.0004 5C17.1054 5 20.4553 9.50484 21.5807 11.2868C21.7169 11.5025 21.785 11.6103 21.8231 11.7766C21.8517 11.9015 21.8517 12.0985 21.8231 12.2234C21.785 12.3897 21.7169 12.4975 21.5807 12.7132C20.4553 14.4952 17.1054 19 12.0004 19C6.8954 19 3.54553 14.4952 2.42012 12.7132Z",
|
|
2582
|
+
stroke: e,
|
|
2583
|
+
strokeWidth: "1.5",
|
|
2584
|
+
strokeLinecap: "round",
|
|
2585
|
+
strokeLinejoin: "round"
|
|
2586
|
+
}), /* @__PURE__ */ t("path", {
|
|
2587
|
+
d: "M12.0004 15C13.6573 15 15.0004 13.6569 15.0004 12C15.0004 10.3431 13.6573 9 12.0004 9C10.3435 9 9.0004 10.3431 9.0004 12C9.0004 13.6569 10.3435 15 12.0004 15Z",
|
|
2588
|
+
stroke: e,
|
|
2589
|
+
strokeWidth: "1.5",
|
|
2590
|
+
strokeLinecap: "round",
|
|
2591
|
+
strokeLinejoin: "round"
|
|
2592
|
+
})]
|
|
2593
|
+
});
|
|
2594
|
+
}
|
|
2595
|
+
//#endregion
|
|
2398
2596
|
//#region src/icons/Pilot.tsx
|
|
2399
|
-
function
|
|
2597
|
+
function vt({ color: e = s.darkGreen, size: r = "small", ...i }) {
|
|
2400
2598
|
return /* @__PURE__ */ n("svg", {
|
|
2401
2599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2402
2600
|
width: r === "small" ? "20" : "29",
|
|
@@ -2439,8 +2637,89 @@ function ct({ color: e = s.darkGreen, size: r = "small", ...i }) {
|
|
|
2439
2637
|
});
|
|
2440
2638
|
}
|
|
2441
2639
|
//#endregion
|
|
2640
|
+
//#region src/icons/PostHorn.tsx
|
|
2641
|
+
function yt({ color: e = s.primary[950], size: r = 20, ...i }) {
|
|
2642
|
+
return /* @__PURE__ */ n("svg", {
|
|
2643
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2644
|
+
width: $(r),
|
|
2645
|
+
height: $(r),
|
|
2646
|
+
viewBox: "0 0 20 20",
|
|
2647
|
+
fill: "none",
|
|
2648
|
+
...i,
|
|
2649
|
+
children: [
|
|
2650
|
+
/* @__PURE__ */ t("path", {
|
|
2651
|
+
d: "M6.96809 14.5747H9.26779L6.94536 16.9242H4.64648L6.96809 14.5747Z",
|
|
2652
|
+
fill: e
|
|
2653
|
+
}),
|
|
2654
|
+
/* @__PURE__ */ t("path", {
|
|
2655
|
+
d: "M3.86736 14.5747H6.16706L3.84462 16.9242H1.54492L3.86736 14.5747Z",
|
|
2656
|
+
fill: e
|
|
2657
|
+
}),
|
|
2658
|
+
/* @__PURE__ */ t("path", {
|
|
2659
|
+
d: "M12.1016 14.5747H9.80273L12.1243 16.9242H14.424L12.1016 14.5747Z",
|
|
2660
|
+
fill: e
|
|
2661
|
+
}),
|
|
2662
|
+
/* @__PURE__ */ t("path", {
|
|
2663
|
+
d: "M15.202 14.5747H12.9023L15.2239 16.9242H17.5237L15.202 14.5747Z",
|
|
2664
|
+
fill: e
|
|
2665
|
+
}),
|
|
2666
|
+
/* @__PURE__ */ t("path", {
|
|
2667
|
+
d: "M13.7932 8.05356C14.1914 6.96718 14.4689 5.31347 14.5267 4.1564L18.6063 5.17078C18.2797 9.95931 14.6877 14.1535 9.36001 14.1518C3.33268 14.1491 1.00334 8.90969 1.31672 4.93882L3.08683 4.37597C2.79894 6.63537 3.49823 8.26447 3.98062 9.0122C3.40638 5.81529 5.81994 3.22757 8.84013 3.22583C11.5563 3.22414 13.8036 5.20753 13.7932 8.05356ZM5.58341 8.1543C5.58341 9.95762 7.04549 11.4197 8.8488 11.4197C10.6514 11.4197 12.1132 9.95762 12.1132 8.1543C12.1132 6.35172 10.6514 4.88987 8.8488 4.88987C7.04549 4.88987 5.58341 6.35172 5.58341 8.1543Z",
|
|
2668
|
+
fill: e
|
|
2669
|
+
})
|
|
2670
|
+
]
|
|
2671
|
+
});
|
|
2672
|
+
}
|
|
2673
|
+
//#endregion
|
|
2674
|
+
//#region src/icons/Radar.tsx
|
|
2675
|
+
function bt({ color: e = s.neutral[300], size: r = 48, ...i }) {
|
|
2676
|
+
return /* @__PURE__ */ n("svg", {
|
|
2677
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2678
|
+
width: $(r),
|
|
2679
|
+
height: $(r),
|
|
2680
|
+
viewBox: "0 0 48 48",
|
|
2681
|
+
fill: "none",
|
|
2682
|
+
...i,
|
|
2683
|
+
children: [
|
|
2684
|
+
/* @__PURE__ */ t("path", {
|
|
2685
|
+
d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4",
|
|
2686
|
+
stroke: s.neutral[50],
|
|
2687
|
+
strokeWidth: "3",
|
|
2688
|
+
strokeLinecap: "round",
|
|
2689
|
+
strokeLinejoin: "round"
|
|
2690
|
+
}),
|
|
2691
|
+
/* @__PURE__ */ t("circle", {
|
|
2692
|
+
cx: "24",
|
|
2693
|
+
cy: "24",
|
|
2694
|
+
r: "3",
|
|
2695
|
+
fill: e
|
|
2696
|
+
}),
|
|
2697
|
+
/* @__PURE__ */ t("path", {
|
|
2698
|
+
d: "M38 24C38 31.732 31.732 38 24 38C16.268 38 10 31.732 10 24C10 16.268 16.268 10 24 10",
|
|
2699
|
+
stroke: s.neutral[100],
|
|
2700
|
+
strokeWidth: "3",
|
|
2701
|
+
strokeLinecap: "round",
|
|
2702
|
+
strokeLinejoin: "round"
|
|
2703
|
+
}),
|
|
2704
|
+
/* @__PURE__ */ t("circle", {
|
|
2705
|
+
cx: "24",
|
|
2706
|
+
cy: "24",
|
|
2707
|
+
r: "8",
|
|
2708
|
+
stroke: s.neutral[200],
|
|
2709
|
+
strokeWidth: "3",
|
|
2710
|
+
strokeLinecap: "round",
|
|
2711
|
+
strokeLinejoin: "round"
|
|
2712
|
+
}),
|
|
2713
|
+
/* @__PURE__ */ t("path", {
|
|
2714
|
+
d: "M25.5 4C25.5 3.17157 24.8284 2.5 24 2.5C23.1716 2.5 22.5 3.17157 22.5 4H25.5ZM24 24H25.5V4H24H22.5V24H24Z",
|
|
2715
|
+
fill: e
|
|
2716
|
+
})
|
|
2717
|
+
]
|
|
2718
|
+
});
|
|
2719
|
+
}
|
|
2720
|
+
//#endregion
|
|
2442
2721
|
//#region src/icons/Retry.tsx
|
|
2443
|
-
function
|
|
2722
|
+
function xt({ color: e = s.fg.accent.action, ...n }) {
|
|
2444
2723
|
return /* @__PURE__ */ t("svg", {
|
|
2445
2724
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2446
2725
|
width: "20",
|
|
@@ -2459,7 +2738,7 @@ function lt({ color: e = s.fg.accent.action, ...n }) {
|
|
|
2459
2738
|
}
|
|
2460
2739
|
//#endregion
|
|
2461
2740
|
//#region src/icons/Rotate.tsx
|
|
2462
|
-
function
|
|
2741
|
+
function St({ size: e = "small", color: n = s.primary[600], ...r }) {
|
|
2463
2742
|
return /* @__PURE__ */ t("svg", {
|
|
2464
2743
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2465
2744
|
width: $(e),
|
|
@@ -2477,38 +2756,8 @@ function ut({ size: e = "small", color: n = s.primary[600], ...r }) {
|
|
|
2477
2756
|
});
|
|
2478
2757
|
}
|
|
2479
2758
|
//#endregion
|
|
2480
|
-
//#region src/icons/
|
|
2481
|
-
function
|
|
2482
|
-
return n === "small" ? /* @__PURE__ */ t("svg", {
|
|
2483
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2484
|
-
width: "32",
|
|
2485
|
-
height: "32",
|
|
2486
|
-
viewBox: "0 0 32 32",
|
|
2487
|
-
fill: "none",
|
|
2488
|
-
...r,
|
|
2489
|
-
children: /* @__PURE__ */ t("path", {
|
|
2490
|
-
d: "M8.15458 25.0804C9.9275 22.7924 12.6674 21.3333 16 21.3333C19.3326 21.3333 22.0725 22.7924 23.8454 25.0804M8.15458 25.0804C10.2582 26.8996 13.0006 28 16 28C18.9994 28 21.7418 26.8996 23.8454 25.0804M8.15458 25.0804C5.61003 22.88 4 19.628 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16C28 19.628 26.39 22.88 23.8454 25.0804M20 13.3333C20 15.5425 18.2091 17.3333 16 17.3333C13.7909 17.3333 12 15.5425 12 13.3333C12 11.1242 13.7909 9.33333 16 9.33333C18.2091 9.33333 20 11.1242 20 13.3333Z",
|
|
2491
|
-
stroke: e,
|
|
2492
|
-
strokeWidth: "2",
|
|
2493
|
-
strokeLinejoin: "round"
|
|
2494
|
-
})
|
|
2495
|
-
}) : /* @__PURE__ */ t("svg", {
|
|
2496
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2497
|
-
width: "64",
|
|
2498
|
-
height: "64",
|
|
2499
|
-
viewBox: "0 0 64 64",
|
|
2500
|
-
fill: "none",
|
|
2501
|
-
children: /* @__PURE__ */ t("path", {
|
|
2502
|
-
d: "M16.3092 50.1609C19.855 45.5848 25.3348 42.6667 32 42.6667C38.6652 42.6667 44.145 45.5848 47.6908 50.1609M16.3092 50.1609C20.5165 53.7992 26.0012 56 32 56C37.9988 56 43.4835 53.7992 47.6908 50.1609M16.3092 50.1609C11.2201 45.76 8 39.2561 8 32C8 18.7452 18.7452 8 32 8C45.2548 8 56 18.7452 56 32C56 39.2561 52.7799 45.76 47.6908 50.1609M40 26.6667C40 31.0849 36.4183 34.6667 32 34.6667C27.5817 34.6667 24 31.0849 24 26.6667C24 22.2484 27.5817 18.6667 32 18.6667C36.4183 18.6667 40 22.2484 40 26.6667Z",
|
|
2503
|
-
stroke: e,
|
|
2504
|
-
strokeWidth: "3",
|
|
2505
|
-
strokeLinejoin: "round"
|
|
2506
|
-
})
|
|
2507
|
-
});
|
|
2508
|
-
}
|
|
2509
|
-
//#endregion
|
|
2510
|
-
//#region src/icons/FileDownload.tsx
|
|
2511
|
-
function ft({ size: e = "small", color: n = s.fg.accent.action, ...r }) {
|
|
2759
|
+
//#region src/icons/Send.tsx
|
|
2760
|
+
function Ct({ size: e = "small", color: n = s.fg.accent.action, ...r }) {
|
|
2512
2761
|
return /* @__PURE__ */ t("svg", {
|
|
2513
2762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2514
2763
|
width: $(e),
|
|
@@ -2517,7 +2766,7 @@ function ft({ size: e = "small", color: n = s.fg.accent.action, ...r }) {
|
|
|
2517
2766
|
fill: "none",
|
|
2518
2767
|
...r,
|
|
2519
2768
|
children: /* @__PURE__ */ t("path", {
|
|
2520
|
-
d: "
|
|
2769
|
+
d: "M6.00049 12H9.00049M6.00049 12L3.82205 4.5933C3.69916 4.17549 4.13207 3.81122 4.52273 4.00372L19.8403 11.5515C20.2123 11.7348 20.2123 12.2652 19.8403 12.4485L4.52273 19.9963C4.13207 20.1888 3.69916 19.8245 3.82205 19.4067L6.00049 12Z",
|
|
2521
2770
|
stroke: n,
|
|
2522
2771
|
strokeWidth: "2",
|
|
2523
2772
|
strokeLinecap: "round",
|
|
@@ -2526,89 +2775,83 @@ function ft({ size: e = "small", color: n = s.fg.accent.action, ...r }) {
|
|
|
2526
2775
|
});
|
|
2527
2776
|
}
|
|
2528
2777
|
//#endregion
|
|
2529
|
-
//#region src/icons/
|
|
2530
|
-
function
|
|
2531
|
-
return /* @__PURE__ */
|
|
2778
|
+
//#region src/icons/Signature.tsx
|
|
2779
|
+
function wt({ color: e = s.neutral[300], size: r = "small", ...i }) {
|
|
2780
|
+
return /* @__PURE__ */ n("svg", {
|
|
2532
2781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2533
|
-
width: $(
|
|
2534
|
-
height: $(
|
|
2782
|
+
width: $(r),
|
|
2783
|
+
height: $(r),
|
|
2535
2784
|
viewBox: "0 0 24 24",
|
|
2536
2785
|
fill: "none",
|
|
2537
|
-
...
|
|
2538
|
-
children:
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2786
|
+
...i,
|
|
2787
|
+
children: [
|
|
2788
|
+
/* @__PURE__ */ t("path", {
|
|
2789
|
+
d: "M10.4996 14C6.75046 11.8039 4.49951 6.49997 7.4989 4.99995C12.4118 2.54296 16.9995 16 8.85788 19C5.60275 20.1994 7.64964 13.4687 14.7143 9.80629C18.5287 7.82885 14.34 13.0852 16.1032 12.6351C17.4888 12.2814 18.1846 11.2207 19.5723 9.80629C20.8231 8.53134 19.6815 12.4909 20.2662 13.3423C20.8509 14.1938 21.9995 12.6351 21.9995 12.6351",
|
|
2790
|
+
stroke: e,
|
|
2791
|
+
strokeWidth: "1.5",
|
|
2792
|
+
strokeLinecap: "round",
|
|
2793
|
+
strokeLinejoin: "round"
|
|
2794
|
+
}),
|
|
2795
|
+
/* @__PURE__ */ t("path", {
|
|
2796
|
+
d: "M5 12.9871L2 11.0316M4.25 10L2.75 14",
|
|
2797
|
+
stroke: e,
|
|
2798
|
+
strokeWidth: "1.5",
|
|
2799
|
+
strokeLinecap: "round",
|
|
2800
|
+
strokeLinejoin: "round"
|
|
2801
|
+
}),
|
|
2802
|
+
/* @__PURE__ */ t("path", {
|
|
2803
|
+
d: "M2 16H23",
|
|
2804
|
+
stroke: e,
|
|
2805
|
+
strokeWidth: "1.5",
|
|
2806
|
+
strokeLinecap: "round",
|
|
2807
|
+
strokeLinejoin: "round"
|
|
2808
|
+
})
|
|
2809
|
+
]
|
|
2545
2810
|
});
|
|
2546
2811
|
}
|
|
2547
2812
|
//#endregion
|
|
2548
2813
|
//#region src/icons/Sparkles.tsx
|
|
2549
|
-
function
|
|
2814
|
+
function Tt({ color: e = s.primary[700], size: r = 16, ...i }) {
|
|
2550
2815
|
return /* @__PURE__ */ n("svg", {
|
|
2551
2816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2552
|
-
width: $(
|
|
2553
|
-
height: $(
|
|
2554
|
-
viewBox: "0 0
|
|
2817
|
+
width: $(r),
|
|
2818
|
+
height: $(r),
|
|
2819
|
+
viewBox: "0 0 16 16",
|
|
2555
2820
|
fill: "none",
|
|
2556
2821
|
...i,
|
|
2557
2822
|
children: [/* @__PURE__ */ n("g", {
|
|
2558
|
-
clipPath: "url(#
|
|
2823
|
+
clipPath: "url(#clip0_6066_22112)",
|
|
2559
2824
|
children: [/* @__PURE__ */ t("path", {
|
|
2560
|
-
d: "
|
|
2561
|
-
fill:
|
|
2825
|
+
d: "M15.3346 11C14.1429 11 13.4369 10.7358 13.0178 10.3168C12.5988 9.89772 12.3346 9.19176 12.3346 7.99999H11.0013C11.0013 9.19176 10.7372 9.89772 10.3181 10.3168C9.89903 10.7358 9.19307 11 8.0013 11V12.3333C9.19307 12.3333 9.89903 12.5975 10.3181 13.0165C10.7372 13.4356 11.0013 14.1416 11.0013 15.3333H12.3346C12.3346 14.1416 12.5988 13.4356 13.0178 13.0165C13.4369 12.5975 14.1429 12.3333 15.3346 12.3333V11Z",
|
|
2826
|
+
fill: e
|
|
2562
2827
|
}), /* @__PURE__ */ t("path", {
|
|
2563
|
-
d: "
|
|
2564
|
-
fill:
|
|
2828
|
+
d: "M11.3346 5.33332C9.56416 5.33332 8.44153 4.94186 7.75048 4.25081C7.05944 3.55976 6.66797 2.43713 6.66797 0.666656H5.33464C5.33464 2.43713 4.94317 3.55976 4.25212 4.25081C3.56107 4.94186 2.43844 5.33332 0.667969 5.33332V6.66666C2.43844 6.66666 3.56107 7.05812 4.25212 7.74917C4.94317 8.44022 5.33464 9.56285 5.33464 11.3333H6.66797C6.66797 9.56285 7.05944 8.44022 7.75048 7.74917C8.44153 7.05812 9.56416 6.66666 11.3346 6.66666V5.33332Z",
|
|
2829
|
+
fill: e
|
|
2565
2830
|
})]
|
|
2566
2831
|
}), /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", {
|
|
2567
|
-
id: "
|
|
2832
|
+
id: "clip0_6066_22112",
|
|
2568
2833
|
children: /* @__PURE__ */ t("rect", {
|
|
2569
|
-
width:
|
|
2570
|
-
height:
|
|
2834
|
+
width: "16",
|
|
2835
|
+
height: "16",
|
|
2571
2836
|
fill: "white"
|
|
2572
2837
|
})
|
|
2573
2838
|
}) })]
|
|
2574
2839
|
});
|
|
2575
2840
|
}
|
|
2576
2841
|
//#endregion
|
|
2577
|
-
//#region src/icons/
|
|
2578
|
-
function
|
|
2579
|
-
return /* @__PURE__ */ t("svg", {
|
|
2580
|
-
width: "24",
|
|
2581
|
-
height: "24",
|
|
2582
|
-
viewBox: "0 0 24 24",
|
|
2583
|
-
fill: "none",
|
|
2584
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2585
|
-
...n,
|
|
2586
|
-
children: /* @__PURE__ */ t("g", {
|
|
2587
|
-
id: "icon / 24 / Options",
|
|
2588
|
-
children: /* @__PURE__ */ t("path", {
|
|
2589
|
-
id: "Union",
|
|
2590
|
-
fillRule: "evenodd",
|
|
2591
|
-
clipRule: "evenodd",
|
|
2592
|
-
d: "M4.5 11.5C4.5 10.9477 4.94772 10.5 5.5 10.5H6.5C7.05228 10.5 7.5 10.9477 7.5 11.5V12.5C7.5 13.0523 7.05228 13.5 6.5 13.5H5.5C4.94772 13.5 4.5 13.0523 4.5 12.5V11.5ZM10.5 11.5C10.5 10.9477 10.9477 10.5 11.5 10.5H12.5C13.0523 10.5 13.5 10.9477 13.5 11.5V12.5C13.5 13.0523 13.0523 13.5 12.5 13.5H11.5C10.9477 13.5 10.5 13.0523 10.5 12.5V11.5ZM17.5 10.5C16.9477 10.5 16.5 10.9477 16.5 11.5V12.5C16.5 13.0523 16.9477 13.5 17.5 13.5H18.5C19.0523 13.5 19.5 13.0523 19.5 12.5V11.5C19.5 10.9477 19.0523 10.5 18.5 10.5H17.5Z",
|
|
2593
|
-
fill: e
|
|
2594
|
-
})
|
|
2595
|
-
})
|
|
2596
|
-
});
|
|
2597
|
-
}
|
|
2598
|
-
//#endregion
|
|
2599
|
-
//#region src/icons/Copy.tsx
|
|
2600
|
-
function gt({ size: e = "small", color: n = s.primary[900], ...r }) {
|
|
2842
|
+
//#region src/icons/Summary.tsx
|
|
2843
|
+
function Et({ color: e = s.primary[700], size: n = 16, ...r }) {
|
|
2601
2844
|
return /* @__PURE__ */ t("svg", {
|
|
2602
2845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2603
|
-
width: $(
|
|
2604
|
-
height: $(
|
|
2605
|
-
viewBox: "0 0
|
|
2846
|
+
width: $(n),
|
|
2847
|
+
height: $(n),
|
|
2848
|
+
viewBox: "0 0 16 16",
|
|
2606
2849
|
fill: "none",
|
|
2607
2850
|
...r,
|
|
2608
2851
|
children: /* @__PURE__ */ t("path", {
|
|
2609
|
-
d: "
|
|
2610
|
-
stroke:
|
|
2611
|
-
strokeWidth: "
|
|
2852
|
+
d: "M2.66675 12H4.66675M2.66675 8H6.00008M2.66675 4H13.3334M11.3334 6.66667L12.3334 9L14.6667 10L12.3334 11L11.3334 13.3333L10.3334 11L8.00008 10L10.3334 9L11.3334 6.66667Z",
|
|
2853
|
+
stroke: e,
|
|
2854
|
+
strokeWidth: "1.33333",
|
|
2612
2855
|
strokeLinecap: "round",
|
|
2613
2856
|
strokeLinejoin: "round"
|
|
2614
2857
|
})
|
|
@@ -2616,7 +2859,7 @@ function gt({ size: e = "small", color: n = s.primary[900], ...r }) {
|
|
|
2616
2859
|
}
|
|
2617
2860
|
//#endregion
|
|
2618
2861
|
//#region src/icons/User.tsx
|
|
2619
|
-
function
|
|
2862
|
+
function Dt({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
2620
2863
|
return /* @__PURE__ */ n("svg", {
|
|
2621
2864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2622
2865
|
width: $(r),
|
|
@@ -2636,58 +2879,38 @@ function _t({ color: e = s.primary[900], size: r = "small", ...i }) {
|
|
|
2636
2879
|
});
|
|
2637
2880
|
}
|
|
2638
2881
|
//#endregion
|
|
2639
|
-
//#region src/icons/
|
|
2640
|
-
function
|
|
2641
|
-
return /* @__PURE__ */
|
|
2882
|
+
//#region src/icons/UserCircle.tsx
|
|
2883
|
+
function Ot({ color: e = s.fg.accent.action, size: n = "small", ...r }) {
|
|
2884
|
+
return n === "small" ? /* @__PURE__ */ t("svg", {
|
|
2642
2885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2643
|
-
width:
|
|
2644
|
-
height:
|
|
2645
|
-
viewBox: "0 0
|
|
2886
|
+
width: "32",
|
|
2887
|
+
height: "32",
|
|
2888
|
+
viewBox: "0 0 32 32",
|
|
2646
2889
|
fill: "none",
|
|
2647
|
-
...
|
|
2648
|
-
children:
|
|
2649
|
-
d: "
|
|
2650
|
-
stroke: e,
|
|
2651
|
-
strokeWidth: "1.5",
|
|
2652
|
-
strokeLinecap: "round",
|
|
2653
|
-
strokeLinejoin: "round"
|
|
2654
|
-
}), /* @__PURE__ */ t("path", {
|
|
2655
|
-
d: "M12.0004 15C13.6573 15 15.0004 13.6569 15.0004 12C15.0004 10.3431 13.6573 9 12.0004 9C10.3435 9 9.0004 10.3431 9.0004 12C9.0004 13.6569 10.3435 15 12.0004 15Z",
|
|
2890
|
+
...r,
|
|
2891
|
+
children: /* @__PURE__ */ t("path", {
|
|
2892
|
+
d: "M8.15458 25.0804C9.9275 22.7924 12.6674 21.3333 16 21.3333C19.3326 21.3333 22.0725 22.7924 23.8454 25.0804M8.15458 25.0804C10.2582 26.8996 13.0006 28 16 28C18.9994 28 21.7418 26.8996 23.8454 25.0804M8.15458 25.0804C5.61003 22.88 4 19.628 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16C28 19.628 26.39 22.88 23.8454 25.0804M20 13.3333C20 15.5425 18.2091 17.3333 16 17.3333C13.7909 17.3333 12 15.5425 12 13.3333C12 11.1242 13.7909 9.33333 16 9.33333C18.2091 9.33333 20 11.1242 20 13.3333Z",
|
|
2656
2893
|
stroke: e,
|
|
2657
|
-
strokeWidth: "
|
|
2658
|
-
strokeLinecap: "round",
|
|
2894
|
+
strokeWidth: "2",
|
|
2659
2895
|
strokeLinejoin: "round"
|
|
2660
|
-
})
|
|
2661
|
-
})
|
|
2662
|
-
}
|
|
2663
|
-
//#endregion
|
|
2664
|
-
//#region src/icons/Download.tsx
|
|
2665
|
-
function yt({ size: e = "small", color: r = s.fg.accent.action, ...i }) {
|
|
2666
|
-
return /* @__PURE__ */ n("svg", {
|
|
2896
|
+
})
|
|
2897
|
+
}) : /* @__PURE__ */ t("svg", {
|
|
2667
2898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2668
|
-
width:
|
|
2669
|
-
height:
|
|
2670
|
-
viewBox: "0 0
|
|
2899
|
+
width: "64",
|
|
2900
|
+
height: "64",
|
|
2901
|
+
viewBox: "0 0 64 64",
|
|
2671
2902
|
fill: "none",
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
strokeWidth: "2",
|
|
2677
|
-
strokeLinecap: "round",
|
|
2678
|
-
strokeLinejoin: "round"
|
|
2679
|
-
}), /* @__PURE__ */ t("path", {
|
|
2680
|
-
d: "M4 17L4 20L20 20L20 17",
|
|
2681
|
-
stroke: r,
|
|
2682
|
-
strokeWidth: "2",
|
|
2683
|
-
strokeLinecap: "round",
|
|
2903
|
+
children: /* @__PURE__ */ t("path", {
|
|
2904
|
+
d: "M16.3092 50.1609C19.855 45.5848 25.3348 42.6667 32 42.6667C38.6652 42.6667 44.145 45.5848 47.6908 50.1609M16.3092 50.1609C20.5165 53.7992 26.0012 56 32 56C37.9988 56 43.4835 53.7992 47.6908 50.1609M16.3092 50.1609C11.2201 45.76 8 39.2561 8 32C8 18.7452 18.7452 8 32 8C45.2548 8 56 18.7452 56 32C56 39.2561 52.7799 45.76 47.6908 50.1609M40 26.6667C40 31.0849 36.4183 34.6667 32 34.6667C27.5817 34.6667 24 31.0849 24 26.6667C24 22.2484 27.5817 18.6667 32 18.6667C36.4183 18.6667 40 22.2484 40 26.6667Z",
|
|
2905
|
+
stroke: e,
|
|
2906
|
+
strokeWidth: "3",
|
|
2684
2907
|
strokeLinejoin: "round"
|
|
2685
|
-
})
|
|
2908
|
+
})
|
|
2686
2909
|
});
|
|
2687
2910
|
}
|
|
2688
2911
|
//#endregion
|
|
2689
2912
|
//#region src/icons/Window.tsx
|
|
2690
|
-
function
|
|
2913
|
+
function kt({ color: e = s.fg.primary, size: n = "small", ...r }) {
|
|
2691
2914
|
return /* @__PURE__ */ t("svg", {
|
|
2692
2915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2693
2916
|
width: $(n),
|
|
@@ -2703,43 +2926,52 @@ function bt({ color: e = s.fg.primary, size: n = "small", ...r }) {
|
|
|
2703
2926
|
}
|
|
2704
2927
|
//#endregion
|
|
2705
2928
|
//#region src/icons/index.ts
|
|
2706
|
-
var
|
|
2707
|
-
ArrowUp: () =>
|
|
2708
|
-
Attach: () =>
|
|
2929
|
+
var At = /* @__PURE__ */ i({
|
|
2930
|
+
ArrowUp: () => Ge,
|
|
2931
|
+
Attach: () => Ke,
|
|
2932
|
+
Badge: () => qe,
|
|
2709
2933
|
Calendar: () => ze,
|
|
2710
|
-
Check: () =>
|
|
2934
|
+
Check: () => Ue,
|
|
2711
2935
|
CheckCircle: () => Je,
|
|
2712
2936
|
Chevron: () => Ve,
|
|
2937
|
+
Clock: () => Ye,
|
|
2713
2938
|
Close: () => Be,
|
|
2714
|
-
Cloud: () =>
|
|
2715
|
-
Compose: () =>
|
|
2716
|
-
Copy: () =>
|
|
2717
|
-
Data: () =>
|
|
2718
|
-
DoubleChevron: () =>
|
|
2719
|
-
Download: () =>
|
|
2720
|
-
Edit: () =>
|
|
2721
|
-
Ellipses: () =>
|
|
2722
|
-
Email: () =>
|
|
2723
|
-
Enter: () =>
|
|
2724
|
-
ErrorCircle: () =>
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2939
|
+
Cloud: () => Xe,
|
|
2940
|
+
Compose: () => Ze,
|
|
2941
|
+
Copy: () => Qe,
|
|
2942
|
+
Data: () => $e,
|
|
2943
|
+
DoubleChevron: () => et,
|
|
2944
|
+
Download: () => tt,
|
|
2945
|
+
Edit: () => nt,
|
|
2946
|
+
Ellipses: () => rt,
|
|
2947
|
+
Email: () => it,
|
|
2948
|
+
Enter: () => at,
|
|
2949
|
+
ErrorCircle: () => ot,
|
|
2950
|
+
Fax: () => st,
|
|
2951
|
+
FileDownload: () => ct,
|
|
2952
|
+
GenerateDoc: () => lt,
|
|
2953
|
+
GenerateSignature: () => ut,
|
|
2954
|
+
Home: () => dt,
|
|
2955
|
+
Info: () => We,
|
|
2956
|
+
Login: () => ft,
|
|
2957
|
+
Logo: () => pt,
|
|
2958
|
+
LogoOutlined: () => He,
|
|
2959
|
+
Menu: () => mt,
|
|
2960
|
+
Message: () => ht,
|
|
2961
|
+
NoSignature: () => gt,
|
|
2962
|
+
Peek: () => _t,
|
|
2963
|
+
Pilot: () => vt,
|
|
2964
|
+
PostHorn: () => yt,
|
|
2965
|
+
Radar: () => bt,
|
|
2966
|
+
Retry: () => xt,
|
|
2967
|
+
Rotate: () => St,
|
|
2968
|
+
Send: () => Ct,
|
|
2969
|
+
Signature: () => wt,
|
|
2970
|
+
Sparkles: () => Tt,
|
|
2971
|
+
Summary: () => Et,
|
|
2972
|
+
User: () => Dt,
|
|
2973
|
+
UserCircle: () => Ot,
|
|
2974
|
+
Window: () => kt
|
|
2743
2975
|
});
|
|
2744
2976
|
//#endregion
|
|
2745
|
-
export {
|
|
2977
|
+
export { tt as A, Ge as B, ct as C, it as D, at as E, Xe as F, Be as G, Ue as H, Ye as I, u as J, ze as K, Je as L, $e as M, Qe as N, rt as O, Ze as P, qe as R, lt as S, ot as T, He as U, We as V, Ve as W, c as X, s as Y, mt as _, Et as a, dt as b, Ct as c, bt as d, yt as f, ht as g, gt as h, Dt as i, et as j, nt as k, St as l, _t as m, kt as n, Tt as o, vt as p, Re as q, Ot as r, wt as s, At as t, xt as u, pt as v, st as w, ut as x, ft as y, Ke as z };
|