@x-plat/design-system 0.4.5 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Accordion/index.cjs +294 -294
- package/dist/components/Accordion/index.css +11 -11
- package/dist/components/Accordion/index.d.cts +0 -1
- package/dist/components/Accordion/index.d.ts +0 -1
- package/dist/components/Accordion/index.js +491 -491
- package/dist/components/Alert/index.cjs +2 -2
- package/dist/components/Alert/index.css +19 -19
- package/dist/components/Alert/index.d.cts +0 -1
- package/dist/components/Alert/index.d.ts +0 -1
- package/dist/components/Alert/index.js +2 -2
- package/dist/components/Avatar/index.cjs +11 -6
- package/dist/components/Avatar/index.css +41 -11
- package/dist/components/Avatar/index.d.cts +1 -3
- package/dist/components/Avatar/index.d.ts +1 -3
- package/dist/components/Avatar/index.js +11 -6
- package/dist/components/Badge/index.cjs +4 -6
- package/dist/components/Badge/index.css +32 -19
- package/dist/components/Badge/index.d.cts +3 -3
- package/dist/components/Badge/index.d.ts +3 -3
- package/dist/components/Badge/index.js +4 -6
- package/dist/components/Breadcrumb/index.cjs +2 -18
- package/dist/components/Breadcrumb/index.css +6 -6
- package/dist/components/Breadcrumb/index.d.cts +0 -1
- package/dist/components/Breadcrumb/index.d.ts +0 -1
- package/dist/components/Breadcrumb/index.js +2 -18
- package/dist/components/Button/index.cjs +1 -4
- package/dist/components/Button/index.css +67 -23
- package/dist/components/Button/index.d.cts +2 -3
- package/dist/components/Button/index.d.ts +2 -3
- package/dist/components/Button/index.js +1 -4
- package/dist/components/Calendar/index.cjs +306 -307
- package/dist/components/Calendar/index.css +51 -52
- package/dist/components/Calendar/index.d.cts +3 -4
- package/dist/components/Calendar/index.d.ts +3 -4
- package/dist/components/Calendar/index.js +503 -504
- package/dist/components/Card/index.cjs +2 -18
- package/dist/components/Card/index.css +6 -6
- package/dist/components/Card/index.d.cts +0 -4
- package/dist/components/Card/index.d.ts +0 -4
- package/dist/components/Card/index.js +2 -18
- package/dist/components/CardTab/index.cjs +4 -5
- package/dist/components/CardTab/index.css +28 -28
- package/dist/components/CardTab/index.d.cts +0 -2
- package/dist/components/CardTab/index.d.ts +0 -2
- package/dist/components/CardTab/index.js +4 -5
- package/dist/components/Chart/index.cjs +228 -14548
- package/dist/components/Chart/index.css +57 -0
- package/dist/components/Chart/index.d.cts +3 -2
- package/dist/components/Chart/index.d.ts +3 -2
- package/dist/components/Chart/index.js +219 -14541
- package/dist/components/CheckBox/index.cjs +301 -297
- package/dist/components/CheckBox/index.css +50 -27
- package/dist/components/CheckBox/index.d.cts +3 -3
- package/dist/components/CheckBox/index.d.ts +3 -3
- package/dist/components/CheckBox/index.js +486 -482
- package/dist/components/Chip/index.cjs +2 -5
- package/dist/components/Chip/index.css +35 -23
- package/dist/components/Chip/index.d.cts +2 -4
- package/dist/components/Chip/index.d.ts +2 -4
- package/dist/components/Chip/index.js +2 -5
- package/dist/components/DatePicker/index.cjs +348 -359
- package/dist/components/DatePicker/index.css +175 -122
- package/dist/components/DatePicker/index.d.cts +2 -3
- package/dist/components/DatePicker/index.d.ts +2 -3
- package/dist/components/DatePicker/index.js +525 -536
- package/dist/components/Divider/index.cjs +2 -2
- package/dist/components/Divider/index.css +2 -2
- package/dist/components/Divider/index.d.cts +0 -1
- package/dist/components/Divider/index.d.ts +0 -1
- package/dist/components/Divider/index.js +2 -2
- package/dist/components/Drawer/index.css +7 -7
- package/dist/components/Dropdown/index.cjs +2 -2
- package/dist/components/Dropdown/index.css +10 -10
- package/dist/components/Dropdown/index.d.cts +0 -1
- package/dist/components/Dropdown/index.d.ts +0 -1
- package/dist/components/Dropdown/index.js +2 -2
- package/dist/components/EmptyState/index.cjs +2 -18
- package/dist/components/EmptyState/index.css +8 -9
- package/dist/components/EmptyState/index.d.cts +0 -1
- package/dist/components/EmptyState/index.d.ts +0 -1
- package/dist/components/EmptyState/index.js +2 -18
- package/dist/components/FileUpload/index.cjs +280 -281
- package/dist/components/FileUpload/index.css +13 -14
- package/dist/components/FileUpload/index.d.cts +0 -1
- package/dist/components/FileUpload/index.d.ts +0 -1
- package/dist/components/FileUpload/index.js +476 -477
- package/dist/components/HtmlTypeWriter/index.cjs +10 -10
- package/dist/components/HtmlTypeWriter/index.css +3 -3
- package/dist/components/HtmlTypeWriter/index.js +10 -10
- package/dist/components/ImageSelector/index.cjs +309 -309
- package/dist/components/ImageSelector/index.css +15 -15
- package/dist/components/ImageSelector/index.js +477 -477
- package/dist/components/Input/index.cjs +6 -7
- package/dist/components/Input/index.css +37 -26
- package/dist/components/Input/index.d.cts +2 -2
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Input/index.js +6 -7
- package/dist/components/Modal/index.css +5 -4
- package/dist/components/Pagination/index.cjs +303 -305
- package/dist/components/Pagination/index.css +37 -26
- package/dist/components/Pagination/index.d.cts +3 -3
- package/dist/components/Pagination/index.d.ts +3 -3
- package/dist/components/Pagination/index.js +500 -502
- package/dist/components/PopOver/index.css +3 -3
- package/dist/components/Progress/index.cjs +4 -6
- package/dist/components/Progress/index.css +23 -9
- package/dist/components/Progress/index.d.cts +3 -3
- package/dist/components/Progress/index.d.ts +3 -3
- package/dist/components/Progress/index.js +4 -6
- package/dist/components/Radio/index.cjs +4 -7
- package/dist/components/Radio/index.css +61 -29
- package/dist/components/Radio/index.d.cts +3 -3
- package/dist/components/Radio/index.d.ts +3 -3
- package/dist/components/Radio/index.js +4 -7
- package/dist/components/Select/index.cjs +294 -294
- package/dist/components/Select/index.css +46 -40
- package/dist/components/Select/index.d.cts +0 -1
- package/dist/components/Select/index.d.ts +0 -1
- package/dist/components/Select/index.js +491 -491
- package/dist/components/Skeleton/index.cjs +2 -2
- package/dist/components/Skeleton/index.css +3 -3
- package/dist/components/Skeleton/index.d.cts +0 -1
- package/dist/components/Skeleton/index.d.ts +0 -1
- package/dist/components/Skeleton/index.js +2 -2
- package/dist/components/Spinner/index.cjs +2 -4
- package/dist/components/Spinner/index.css +22 -8
- package/dist/components/Spinner/index.d.cts +3 -3
- package/dist/components/Spinner/index.d.ts +3 -3
- package/dist/components/Spinner/index.js +2 -4
- package/dist/components/Steps/index.cjs +296 -298
- package/dist/components/Steps/index.css +77 -22
- package/dist/components/Steps/index.d.cts +3 -3
- package/dist/components/Steps/index.d.ts +3 -3
- package/dist/components/Steps/index.js +481 -483
- package/dist/components/Swiper/index.cjs +2 -3
- package/dist/components/Swiper/index.css +10 -10
- package/dist/components/Swiper/index.d.cts +0 -1
- package/dist/components/Swiper/index.d.ts +0 -1
- package/dist/components/Swiper/index.js +2 -3
- package/dist/components/Switch/index.cjs +4 -7
- package/dist/components/Switch/index.css +58 -26
- package/dist/components/Switch/index.d.cts +3 -3
- package/dist/components/Switch/index.d.ts +3 -3
- package/dist/components/Switch/index.js +4 -7
- package/dist/components/Tab/index.css +15 -15
- package/dist/components/Table/index.cjs +22 -31
- package/dist/components/Table/index.css +15 -15
- package/dist/components/Table/index.d.cts +2 -8
- package/dist/components/Table/index.d.ts +2 -8
- package/dist/components/Table/index.js +22 -31
- package/dist/components/Tag/index.cjs +305 -293
- package/dist/components/Tag/index.css +58 -17
- package/dist/components/Tag/index.d.cts +5 -3
- package/dist/components/Tag/index.d.ts +5 -3
- package/dist/components/Tag/index.js +492 -480
- package/dist/components/TextArea/index.cjs +2 -2
- package/dist/components/TextArea/index.css +20 -9
- package/dist/components/TextArea/index.d.cts +2 -1
- package/dist/components/TextArea/index.d.ts +2 -1
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/Toast/index.css +22 -22
- package/dist/components/Tooltip/index.cjs +1 -3
- package/dist/components/Tooltip/index.css +6 -6
- package/dist/components/Tooltip/index.d.cts +1 -2
- package/dist/components/Tooltip/index.d.ts +1 -2
- package/dist/components/Tooltip/index.js +1 -3
- package/dist/components/Video/index.cjs +1 -3
- package/dist/components/Video/index.css +5 -5
- package/dist/components/Video/index.d.cts +0 -2
- package/dist/components/Video/index.d.ts +0 -2
- package/dist/components/Video/index.js +1 -3
- package/dist/components/index.cjs +1604 -15950
- package/dist/components/index.css +2167 -1061
- package/dist/components/index.d.cts +1 -2
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +1478 -15826
- package/dist/index.cjs +2941 -17269
- package/dist/index.css +2164 -1058
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2837 -17169
- package/dist/layout/Grid/FullGrid/index.cjs +9 -18
- package/dist/layout/Grid/FullGrid/index.d.cts +1 -1
- package/dist/layout/Grid/FullGrid/index.d.ts +1 -1
- package/dist/layout/Grid/FullGrid/index.js +9 -18
- package/dist/layout/Grid/FullScreen/index.cjs +9 -18
- package/dist/layout/Grid/FullScreen/index.d.cts +3 -3
- package/dist/layout/Grid/FullScreen/index.d.ts +3 -3
- package/dist/layout/Grid/FullScreen/index.js +9 -18
- package/dist/layout/Grid/index.cjs +34 -20
- package/dist/layout/Grid/index.js +34 -20
- package/dist/layout/index.cjs +34 -20
- package/dist/layout/index.css +1000 -295
- package/dist/layout/index.js +34 -20
- package/dist/tokens/index.cjs +1861 -1970
- package/dist/tokens/index.d.cts +209 -192
- package/dist/tokens/index.d.ts +209 -192
- package/dist/tokens/index.js +2048 -2159
- package/package.json +2 -4
- package/dist/colors-CY4JXVHj.d.cts +0 -137
- package/dist/colors-CY4JXVHj.d.ts +0 -137
- package/dist/layout/Grid/GapGrid/index.cjs +0 -32
- package/dist/layout/Grid/GapGrid/index.d.cts +0 -12
- package/dist/layout/Grid/GapGrid/index.d.ts +0 -12
- package/dist/layout/Grid/GapGrid/index.js +0 -11
|
@@ -20,7 +20,7 @@ function clsx() {
|
|
|
20
20
|
}
|
|
21
21
|
var clsx_default = clsx;
|
|
22
22
|
|
|
23
|
-
// src/tokens/svg/
|
|
23
|
+
// src/tokens/svg/status/ErrorIcon.tsx
|
|
24
24
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
25
25
|
var ErrorIcon = () => /* @__PURE__ */ jsxs(
|
|
26
26
|
"svg",
|
|
@@ -55,7 +55,7 @@ var ErrorIcon = () => /* @__PURE__ */ jsxs(
|
|
|
55
55
|
);
|
|
56
56
|
var ErrorIcon_default = ErrorIcon;
|
|
57
57
|
|
|
58
|
-
// src/tokens/svg/
|
|
58
|
+
// src/tokens/svg/status/InfoIcon.tsx
|
|
59
59
|
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
60
60
|
var InfoIcon = () => /* @__PURE__ */ jsxs2(
|
|
61
61
|
"svg",
|
|
@@ -97,7 +97,7 @@ var InfoIcon = () => /* @__PURE__ */ jsxs2(
|
|
|
97
97
|
);
|
|
98
98
|
var InfoIcon_default = InfoIcon;
|
|
99
99
|
|
|
100
|
-
// src/tokens/svg/
|
|
100
|
+
// src/tokens/svg/status/SuccessIcon.tsx
|
|
101
101
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
102
102
|
var SuccessIcon = () => /* @__PURE__ */ jsx3(
|
|
103
103
|
"svg",
|
|
@@ -226,7 +226,6 @@ var Input = React.forwardRef((props, ref) => {
|
|
|
226
226
|
type = "text",
|
|
227
227
|
size = "md",
|
|
228
228
|
suffix,
|
|
229
|
-
className,
|
|
230
229
|
disabled,
|
|
231
230
|
validations,
|
|
232
231
|
...inputProps
|
|
@@ -246,7 +245,7 @@ var Input = React.forwardRef((props, ref) => {
|
|
|
246
245
|
onChange(event);
|
|
247
246
|
}
|
|
248
247
|
};
|
|
249
|
-
return /* @__PURE__ */ jsxs4("div", { className:
|
|
248
|
+
return /* @__PURE__ */ jsxs4("div", { className: "lib-xplat-input-wrap", children: [
|
|
250
249
|
/* @__PURE__ */ jsxs4(
|
|
251
250
|
"div",
|
|
252
251
|
{
|
|
@@ -282,7 +281,7 @@ var Input_default = Input;
|
|
|
282
281
|
// src/components/Input/PasswordInput/PasswordInput.tsx
|
|
283
282
|
import React2 from "react";
|
|
284
283
|
|
|
285
|
-
// src/tokens/svg/
|
|
284
|
+
// src/tokens/svg/form/CloseEyeIcon.tsx
|
|
286
285
|
import { jsx as jsx6, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
287
286
|
var CloseEyeIcon = () => /* @__PURE__ */ jsxs5(
|
|
288
287
|
"svg",
|
|
@@ -314,7 +313,7 @@ var CloseEyeIcon = () => /* @__PURE__ */ jsxs5(
|
|
|
314
313
|
);
|
|
315
314
|
var CloseEyeIcon_default = CloseEyeIcon;
|
|
316
315
|
|
|
317
|
-
// src/tokens/svg/
|
|
316
|
+
// src/tokens/svg/form/OpenEyeIcon.tsx
|
|
318
317
|
import { jsx as jsx7, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
319
318
|
var OpenEyeIcon = () => /* @__PURE__ */ jsxs6(
|
|
320
319
|
"svg",
|
|
@@ -370,6 +369,31 @@ var PasswordInput = React2.forwardRef(
|
|
|
370
369
|
);
|
|
371
370
|
PasswordInput.displayName = "PasswordInput";
|
|
372
371
|
|
|
372
|
+
// src/tokens/hooks/useClickOutside.ts
|
|
373
|
+
import React3 from "react";
|
|
374
|
+
var useClickOutside = (refs, handler, enabled = true) => {
|
|
375
|
+
React3.useEffect(() => {
|
|
376
|
+
if (!enabled) return;
|
|
377
|
+
const refArray = Array.isArray(refs) ? refs : [refs];
|
|
378
|
+
const listener = (event) => {
|
|
379
|
+
const target = event.target;
|
|
380
|
+
const isInside = refArray.some(
|
|
381
|
+
(ref) => ref.current && ref.current.contains(target)
|
|
382
|
+
);
|
|
383
|
+
if (!isInside) {
|
|
384
|
+
handler();
|
|
385
|
+
}
|
|
386
|
+
};
|
|
387
|
+
document.addEventListener("mousedown", listener);
|
|
388
|
+
document.addEventListener("touchstart", listener);
|
|
389
|
+
return () => {
|
|
390
|
+
document.removeEventListener("mousedown", listener);
|
|
391
|
+
document.removeEventListener("touchstart", listener);
|
|
392
|
+
};
|
|
393
|
+
}, [refs, handler, enabled]);
|
|
394
|
+
};
|
|
395
|
+
var useClickOutside_default = useClickOutside;
|
|
396
|
+
|
|
373
397
|
// src/tokens/svg/action/CopyIcon.tsx
|
|
374
398
|
import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
375
399
|
|
|
@@ -430,81 +454,243 @@ import { jsx as jsx27, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
|
430
454
|
// src/tokens/svg/action/SearchIcon.tsx
|
|
431
455
|
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
432
456
|
|
|
433
|
-
// src/tokens/svg/action/SendIcon.tsx
|
|
434
|
-
import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
435
|
-
|
|
436
457
|
// src/tokens/svg/action/Share2Icon.tsx
|
|
437
|
-
import { jsx as
|
|
458
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
438
459
|
|
|
439
460
|
// src/tokens/svg/action/ShareIcon.tsx
|
|
440
|
-
import { jsx as
|
|
461
|
+
import { jsx as jsx30, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
441
462
|
|
|
442
463
|
// src/tokens/svg/action/Trash2Icon.tsx
|
|
443
|
-
import { jsx as
|
|
464
|
+
import { jsx as jsx31, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
444
465
|
|
|
445
466
|
// src/tokens/svg/action/TrashIcon.tsx
|
|
446
|
-
import { jsx as
|
|
467
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
447
468
|
|
|
448
469
|
// src/tokens/svg/action/UploadCloudIcon.tsx
|
|
449
|
-
import { jsx as
|
|
470
|
+
import { jsx as jsx33, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
450
471
|
|
|
451
472
|
// src/tokens/svg/action/UploadIcon.tsx
|
|
452
|
-
import { jsx as
|
|
473
|
+
import { jsx as jsx34, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
453
474
|
|
|
454
475
|
// src/tokens/svg/action/ZoomInIcon.tsx
|
|
455
|
-
import { jsx as
|
|
476
|
+
import { jsx as jsx35, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
456
477
|
|
|
457
478
|
// src/tokens/svg/action/ZoomOutIcon.tsx
|
|
479
|
+
import { jsx as jsx36, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
480
|
+
|
|
481
|
+
// src/tokens/svg/arrow/ArrowDownCircleIcon.tsx
|
|
458
482
|
import { jsx as jsx37, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
459
483
|
|
|
484
|
+
// src/tokens/svg/arrow/ArrowDownIcon.tsx
|
|
485
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
486
|
+
|
|
487
|
+
// src/tokens/svg/arrow/ArrowDownLeftIcon.tsx
|
|
488
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
489
|
+
|
|
490
|
+
// src/tokens/svg/arrow/ArrowDownRightIcon.tsx
|
|
491
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
492
|
+
|
|
493
|
+
// src/tokens/svg/arrow/ArrowLeftCircleIcon.tsx
|
|
494
|
+
import { jsx as jsx41, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
495
|
+
|
|
496
|
+
// src/tokens/svg/arrow/ArrowLeftIcon.tsx
|
|
497
|
+
import { jsx as jsx42 } from "react/jsx-runtime";
|
|
498
|
+
|
|
499
|
+
// src/tokens/svg/arrow/ArrowRightCircleIcon.tsx
|
|
500
|
+
import { jsx as jsx43, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
501
|
+
|
|
502
|
+
// src/tokens/svg/arrow/ArrowRightIcon.tsx
|
|
503
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
504
|
+
|
|
505
|
+
// src/tokens/svg/arrow/ArrowUpCircleIcon.tsx
|
|
506
|
+
import { jsx as jsx45, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
507
|
+
|
|
508
|
+
// src/tokens/svg/arrow/ArrowUpIcon.tsx
|
|
509
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
510
|
+
|
|
511
|
+
// src/tokens/svg/arrow/ArrowUpLeftIcon.tsx
|
|
512
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
513
|
+
|
|
514
|
+
// src/tokens/svg/arrow/ArrowUpRightIcon.tsx
|
|
515
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
516
|
+
|
|
517
|
+
// src/tokens/svg/arrow/ChevronDownIcon.tsx
|
|
518
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
519
|
+
|
|
520
|
+
// src/tokens/svg/arrow/ChevronLeftIcon.tsx
|
|
521
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
522
|
+
var ChevronLeftIcon = () => /* @__PURE__ */ jsx50(
|
|
523
|
+
"svg",
|
|
524
|
+
{
|
|
525
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
526
|
+
width: "1em",
|
|
527
|
+
height: "1em",
|
|
528
|
+
viewBox: "0 0 20 20",
|
|
529
|
+
fill: "none",
|
|
530
|
+
children: /* @__PURE__ */ jsx50("path", { d: "M11.9697 4.46978C12.2626 4.17689 12.7373 4.17689 13.0302 4.46978C13.3231 4.76268 13.3231 5.23746 13.0302 5.53033L8.56049 10.0001L13.0302 14.4698C13.3231 14.7627 13.3231 15.2375 13.0302 15.5303C12.7373 15.8232 12.2626 15.8232 11.9697 15.5303L6.96967 10.5303C6.67678 10.2374 6.67678 9.76268 6.96967 9.46978L11.9697 4.46978Z", fill: "currentColor" })
|
|
531
|
+
}
|
|
532
|
+
);
|
|
533
|
+
var ChevronLeftIcon_default = ChevronLeftIcon;
|
|
534
|
+
|
|
535
|
+
// src/tokens/svg/arrow/ChevronRightIcon.tsx
|
|
536
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
537
|
+
var ChevronRightIcon = () => /* @__PURE__ */ jsx51(
|
|
538
|
+
"svg",
|
|
539
|
+
{
|
|
540
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
541
|
+
width: "1em",
|
|
542
|
+
height: "1em",
|
|
543
|
+
viewBox: "0 0 20 20",
|
|
544
|
+
fill: "none",
|
|
545
|
+
children: /* @__PURE__ */ jsx51("path", { d: "M6.96967 4.46978C7.26256 4.17689 7.73732 4.17689 8.03022 4.46978L13.0302 9.46978C13.3231 9.76268 13.3231 10.2375 13.0302 10.5303L8.03022 15.5303C7.73734 15.8232 7.26257 15.8232 6.96967 15.5303C6.67678 15.2374 6.67678 14.7627 6.96967 14.4698L11.4394 10.0001L6.96967 5.53033C6.67678 5.23744 6.67678 4.76268 6.96967 4.46978Z", fill: "currentColor" })
|
|
546
|
+
}
|
|
547
|
+
);
|
|
548
|
+
var ChevronRightIcon_default = ChevronRightIcon;
|
|
549
|
+
|
|
550
|
+
// src/tokens/svg/arrow/ChevronsDownIcon.tsx
|
|
551
|
+
import { jsx as jsx52, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
552
|
+
|
|
553
|
+
// src/tokens/svg/arrow/ChevronsLeftIcon.tsx
|
|
554
|
+
import { jsx as jsx53, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
555
|
+
|
|
556
|
+
// src/tokens/svg/arrow/ChevronsRightIcon.tsx
|
|
557
|
+
import { jsx as jsx54, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
558
|
+
|
|
559
|
+
// src/tokens/svg/arrow/ChevronsUpIcon.tsx
|
|
560
|
+
import { jsx as jsx55, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
561
|
+
|
|
562
|
+
// src/tokens/svg/arrow/ChevronUpIcon.tsx
|
|
563
|
+
import { jsx as jsx56 } from "react/jsx-runtime";
|
|
564
|
+
|
|
565
|
+
// src/tokens/svg/arrow/CompassIcon.tsx
|
|
566
|
+
import { jsx as jsx57, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
567
|
+
|
|
568
|
+
// src/tokens/svg/arrow/CornerDownLeftIcon.tsx
|
|
569
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
570
|
+
|
|
571
|
+
// src/tokens/svg/arrow/CornerDownRightIcon.tsx
|
|
572
|
+
import { jsx as jsx59 } from "react/jsx-runtime";
|
|
573
|
+
|
|
574
|
+
// src/tokens/svg/arrow/CornerLeftDownIcon.tsx
|
|
575
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
576
|
+
|
|
577
|
+
// src/tokens/svg/arrow/CornerLeftUpIcon.tsx
|
|
578
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
579
|
+
|
|
580
|
+
// src/tokens/svg/arrow/CornerRightDownIcon.tsx
|
|
581
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
582
|
+
|
|
583
|
+
// src/tokens/svg/arrow/CornerRightUpIcon.tsx
|
|
584
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
585
|
+
|
|
586
|
+
// src/tokens/svg/arrow/CornerUpLeftIcon.tsx
|
|
587
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
588
|
+
|
|
589
|
+
// src/tokens/svg/arrow/CornerUpRightIcon.tsx
|
|
590
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
591
|
+
|
|
592
|
+
// src/tokens/svg/arrow/MapIcon.tsx
|
|
593
|
+
import { jsx as jsx66, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
594
|
+
|
|
595
|
+
// src/tokens/svg/arrow/MapPinIcon.tsx
|
|
596
|
+
import { jsx as jsx67, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
597
|
+
|
|
598
|
+
// src/tokens/svg/arrow/Navigation2Icon.tsx
|
|
599
|
+
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
600
|
+
|
|
601
|
+
// src/tokens/svg/arrow/NavigationIcon.tsx
|
|
602
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
603
|
+
|
|
460
604
|
// src/tokens/svg/call/CallActiveIcon.tsx
|
|
461
|
-
import { jsx as
|
|
605
|
+
import { jsx as jsx70, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
462
606
|
|
|
463
607
|
// src/tokens/svg/call/CallForwardedIcon.tsx
|
|
464
|
-
import { jsx as
|
|
608
|
+
import { jsx as jsx71, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
465
609
|
|
|
466
610
|
// src/tokens/svg/call/CallIcon.tsx
|
|
467
|
-
import { jsx as
|
|
611
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
468
612
|
|
|
469
613
|
// src/tokens/svg/call/CallIncomingIcon.tsx
|
|
470
|
-
import { jsx as
|
|
614
|
+
import { jsx as jsx73, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
471
615
|
|
|
472
616
|
// src/tokens/svg/call/CallMissedIcon.tsx
|
|
473
|
-
import { jsx as
|
|
617
|
+
import { jsx as jsx74, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
474
618
|
|
|
475
619
|
// src/tokens/svg/call/CallOffIcon.tsx
|
|
476
|
-
import { jsx as
|
|
620
|
+
import { jsx as jsx75, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
477
621
|
|
|
478
622
|
// src/tokens/svg/call/CallOutgoingIcon.tsx
|
|
479
|
-
import { jsx as
|
|
623
|
+
import { jsx as jsx76, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
480
624
|
|
|
481
625
|
// src/tokens/svg/call/VoicemailIcon.tsx
|
|
482
|
-
import { jsx as
|
|
626
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
483
627
|
|
|
484
628
|
// src/tokens/svg/chart/BarChart2Icon.tsx
|
|
485
|
-
import { jsx as
|
|
629
|
+
import { jsx as jsx78, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
486
630
|
|
|
487
631
|
// src/tokens/svg/chart/BarChartIcon.tsx
|
|
488
|
-
import { jsx as
|
|
632
|
+
import { jsx as jsx79, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
489
633
|
|
|
490
634
|
// src/tokens/svg/chart/PieChartIcon.tsx
|
|
491
|
-
import { jsx as
|
|
635
|
+
import { jsx as jsx80, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
492
636
|
|
|
493
637
|
// src/tokens/svg/chart/TableIcon.tsx
|
|
494
|
-
import { jsx as
|
|
638
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
495
639
|
|
|
496
640
|
// src/tokens/svg/chart/TrendingDownIcon.tsx
|
|
497
|
-
import { jsx as
|
|
641
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
498
642
|
|
|
499
643
|
// src/tokens/svg/chart/TrendingUpIcon.tsx
|
|
500
|
-
import { jsx as
|
|
644
|
+
import { jsx as jsx83 } from "react/jsx-runtime";
|
|
645
|
+
|
|
646
|
+
// src/tokens/svg/commerce/CreditCardIcon.tsx
|
|
647
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
648
|
+
|
|
649
|
+
// src/tokens/svg/commerce/DollarSignIcon.tsx
|
|
650
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
651
|
+
|
|
652
|
+
// src/tokens/svg/commerce/GiftIcon.tsx
|
|
653
|
+
import { jsx as jsx86, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
654
|
+
|
|
655
|
+
// src/tokens/svg/commerce/ShoppingBagIcon.tsx
|
|
656
|
+
import { jsx as jsx87, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
657
|
+
|
|
658
|
+
// src/tokens/svg/commerce/ShoppingCartIcon.tsx
|
|
659
|
+
import { jsx as jsx88, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
660
|
+
|
|
661
|
+
// src/tokens/svg/commerce/TagIcon.tsx
|
|
662
|
+
import { jsx as jsx89, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
663
|
+
|
|
664
|
+
// src/tokens/svg/commerce/TruckIcon.tsx
|
|
665
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
666
|
+
|
|
667
|
+
// src/tokens/svg/communication/BellIcon.tsx
|
|
668
|
+
import { jsx as jsx91, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
669
|
+
|
|
670
|
+
// src/tokens/svg/communication/BellOffIcon.tsx
|
|
671
|
+
import { jsx as jsx92, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
672
|
+
|
|
673
|
+
// src/tokens/svg/communication/InboxIcon.tsx
|
|
674
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
675
|
+
|
|
676
|
+
// src/tokens/svg/communication/MessageCircleIcon.tsx
|
|
677
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
678
|
+
|
|
679
|
+
// src/tokens/svg/communication/MessageSquareIcon.tsx
|
|
680
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
681
|
+
|
|
682
|
+
// src/tokens/svg/communication/PaperclipIcon.tsx
|
|
683
|
+
import { jsx as jsx96 } from "react/jsx-runtime";
|
|
684
|
+
|
|
685
|
+
// src/tokens/svg/communication/SendIcon.tsx
|
|
686
|
+
import { jsx as jsx97, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
501
687
|
|
|
502
688
|
// src/tokens/svg/date/CalendarIcon.tsx
|
|
503
|
-
import { jsx as
|
|
689
|
+
import { jsx as jsx98 } from "react/jsx-runtime";
|
|
504
690
|
|
|
505
691
|
// src/tokens/svg/date/CalenderIcon.tsx
|
|
506
|
-
import { jsx as
|
|
507
|
-
var CalenderIcon = () => /* @__PURE__ */
|
|
692
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
693
|
+
var CalenderIcon = () => /* @__PURE__ */ jsx99(
|
|
508
694
|
"svg",
|
|
509
695
|
{
|
|
510
696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -512,7 +698,7 @@ var CalenderIcon = () => /* @__PURE__ */ jsx53(
|
|
|
512
698
|
height: "1em",
|
|
513
699
|
viewBox: "0 0 16 16",
|
|
514
700
|
fill: "none",
|
|
515
|
-
children: /* @__PURE__ */
|
|
701
|
+
children: /* @__PURE__ */ jsx99(
|
|
516
702
|
"path",
|
|
517
703
|
{
|
|
518
704
|
fillRule: "evenodd",
|
|
@@ -526,792 +712,605 @@ var CalenderIcon = () => /* @__PURE__ */ jsx53(
|
|
|
526
712
|
var CalenderIcon_default = CalenderIcon;
|
|
527
713
|
|
|
528
714
|
// src/tokens/svg/date/ClockIcon.tsx
|
|
529
|
-
import { jsx as
|
|
715
|
+
import { jsx as jsx100, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
530
716
|
|
|
531
717
|
// src/tokens/svg/date/SunriseIcon.tsx
|
|
532
|
-
import { jsx as
|
|
718
|
+
import { jsx as jsx101, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
533
719
|
|
|
534
720
|
// src/tokens/svg/date/SunsetIcon.tsx
|
|
535
|
-
import { jsx as
|
|
721
|
+
import { jsx as jsx102, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
722
|
+
|
|
723
|
+
// src/tokens/svg/dev/CodeIcon.tsx
|
|
724
|
+
import { jsx as jsx103, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
725
|
+
|
|
726
|
+
// src/tokens/svg/dev/GitBranchIcon.tsx
|
|
727
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
728
|
+
|
|
729
|
+
// src/tokens/svg/dev/GitCommitIcon.tsx
|
|
730
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
731
|
+
|
|
732
|
+
// src/tokens/svg/dev/GitMergeIcon.tsx
|
|
733
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
734
|
+
|
|
735
|
+
// src/tokens/svg/dev/GitPullRequestIcon.tsx
|
|
736
|
+
import { jsx as jsx107, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
737
|
+
|
|
738
|
+
// src/tokens/svg/dev/TerminalIcon.tsx
|
|
739
|
+
import { jsx as jsx108, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
536
740
|
|
|
537
741
|
// src/tokens/svg/device/BatteryChargingIcon.tsx
|
|
538
|
-
import { jsx as
|
|
742
|
+
import { jsx as jsx109, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
539
743
|
|
|
540
744
|
// src/tokens/svg/device/BatteryIcon.tsx
|
|
541
|
-
import { jsx as
|
|
745
|
+
import { jsx as jsx110, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
542
746
|
|
|
543
747
|
// src/tokens/svg/device/BluetoothIcon.tsx
|
|
544
|
-
import { jsx as
|
|
748
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
545
749
|
|
|
546
750
|
// src/tokens/svg/device/CommandIcon.tsx
|
|
547
|
-
import { jsx as
|
|
751
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
548
752
|
|
|
549
753
|
// src/tokens/svg/device/CpuIcon.tsx
|
|
550
|
-
import { jsx as
|
|
754
|
+
import { jsx as jsx113, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
551
755
|
|
|
552
756
|
// src/tokens/svg/device/DatabaseIcon.tsx
|
|
553
|
-
import { jsx as
|
|
757
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
554
758
|
|
|
555
759
|
// src/tokens/svg/device/HardDriveIcon.tsx
|
|
556
|
-
import { jsx as
|
|
760
|
+
import { jsx as jsx115, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
557
761
|
|
|
558
762
|
// src/tokens/svg/device/MonitorIcon.tsx
|
|
559
|
-
import { jsx as
|
|
763
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
560
764
|
|
|
561
765
|
// src/tokens/svg/device/PrinterIcon.tsx
|
|
562
|
-
import { jsx as
|
|
766
|
+
import { jsx as jsx117, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
563
767
|
|
|
564
768
|
// src/tokens/svg/device/ServerIcon.tsx
|
|
565
|
-
import { jsx as
|
|
769
|
+
import { jsx as jsx118, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
566
770
|
|
|
567
771
|
// src/tokens/svg/device/SmartphoneIcon.tsx
|
|
568
|
-
import { jsx as
|
|
772
|
+
import { jsx as jsx119, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
569
773
|
|
|
570
774
|
// src/tokens/svg/device/TabletIcon.tsx
|
|
571
|
-
import { jsx as
|
|
572
|
-
|
|
573
|
-
// src/tokens/svg/device/TerminalIcon.tsx
|
|
574
|
-
import { jsx as jsx69, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
775
|
+
import { jsx as jsx120, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
575
776
|
|
|
576
777
|
// src/tokens/svg/device/TvIcon.tsx
|
|
577
|
-
import { jsx as
|
|
778
|
+
import { jsx as jsx121, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
578
779
|
|
|
579
780
|
// src/tokens/svg/device/WatchIcon.tsx
|
|
580
|
-
import { jsx as
|
|
781
|
+
import { jsx as jsx122, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
581
782
|
|
|
582
783
|
// src/tokens/svg/device/WifiIcon.tsx
|
|
583
|
-
import { jsx as
|
|
784
|
+
import { jsx as jsx123, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
584
785
|
|
|
585
786
|
// src/tokens/svg/device/WifiOffIcon.tsx
|
|
586
|
-
import { jsx as
|
|
787
|
+
import { jsx as jsx124, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
587
788
|
|
|
588
789
|
// src/tokens/svg/edit/AlignCenterIcon.tsx
|
|
589
|
-
import { jsx as
|
|
790
|
+
import { jsx as jsx125, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
590
791
|
|
|
591
792
|
// src/tokens/svg/edit/AlignJustifyIcon.tsx
|
|
592
|
-
import { jsx as
|
|
793
|
+
import { jsx as jsx126, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
593
794
|
|
|
594
795
|
// src/tokens/svg/edit/AlignLeftIcon.tsx
|
|
595
|
-
import { jsx as
|
|
796
|
+
import { jsx as jsx127, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
596
797
|
|
|
597
798
|
// src/tokens/svg/edit/AlignRightIcon.tsx
|
|
598
|
-
import { jsx as
|
|
799
|
+
import { jsx as jsx128, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
599
800
|
|
|
600
801
|
// src/tokens/svg/edit/BoldIcon.tsx
|
|
601
|
-
import { jsx as
|
|
602
|
-
|
|
603
|
-
// src/tokens/svg/edit/CodeIcon.tsx
|
|
604
|
-
import { jsx as jsx79, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
802
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
605
803
|
|
|
606
804
|
// src/tokens/svg/edit/ItalicIcon.tsx
|
|
607
|
-
import { jsx as
|
|
805
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
608
806
|
|
|
609
807
|
// src/tokens/svg/edit/PenToolIcon.tsx
|
|
610
|
-
import { jsx as
|
|
808
|
+
import { jsx as jsx131, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
611
809
|
|
|
612
810
|
// src/tokens/svg/edit/TypeIcon.tsx
|
|
613
|
-
import { jsx as
|
|
811
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
614
812
|
|
|
615
813
|
// src/tokens/svg/edit/UnderlineIcon.tsx
|
|
616
|
-
import { jsx as
|
|
814
|
+
import { jsx as jsx133, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
617
815
|
|
|
618
816
|
// src/tokens/svg/file/ArchiveIcon.tsx
|
|
619
|
-
import { jsx as
|
|
817
|
+
import { jsx as jsx134, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
620
818
|
|
|
621
819
|
// src/tokens/svg/file/BookIcon.tsx
|
|
622
|
-
import { jsx as
|
|
623
|
-
|
|
624
|
-
// src/tokens/svg/file/BookOpenIcon.tsx
|
|
625
|
-
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
820
|
+
import { jsx as jsx135 } from "react/jsx-runtime";
|
|
626
821
|
|
|
627
822
|
// src/tokens/svg/file/BookmarkIcon.tsx
|
|
628
|
-
import { jsx as
|
|
823
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
824
|
+
|
|
825
|
+
// src/tokens/svg/file/BookOpenIcon.tsx
|
|
826
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
629
827
|
|
|
630
828
|
// src/tokens/svg/file/ClipboardIcon.tsx
|
|
631
|
-
import { jsx as
|
|
829
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
632
830
|
|
|
633
831
|
// src/tokens/svg/file/FileIcon.tsx
|
|
634
|
-
import { jsx as
|
|
832
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
635
833
|
|
|
636
834
|
// src/tokens/svg/file/FileMinusIcon.tsx
|
|
637
|
-
import { jsx as
|
|
835
|
+
import { jsx as jsx140, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
638
836
|
|
|
639
837
|
// src/tokens/svg/file/FilePlusIcon.tsx
|
|
640
|
-
import { jsx as
|
|
838
|
+
import { jsx as jsx141, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
641
839
|
|
|
642
840
|
// src/tokens/svg/file/FileTextIcon.tsx
|
|
643
|
-
import { jsx as
|
|
841
|
+
import { jsx as jsx142, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
644
842
|
|
|
645
843
|
// src/tokens/svg/file/FolderIcon.tsx
|
|
646
|
-
import { jsx as
|
|
844
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
647
845
|
|
|
648
846
|
// src/tokens/svg/file/FolderMinusIcon.tsx
|
|
649
|
-
import { jsx as
|
|
847
|
+
import { jsx as jsx144, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
650
848
|
|
|
651
849
|
// src/tokens/svg/file/FolderPlusIcon.tsx
|
|
652
|
-
import { jsx as
|
|
850
|
+
import { jsx as jsx145, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
653
851
|
|
|
654
852
|
// src/tokens/svg/file/PackageIcon.tsx
|
|
655
|
-
import { jsx as
|
|
853
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
854
|
+
|
|
855
|
+
// src/tokens/svg/form/CheckSquareIcon.tsx
|
|
856
|
+
import { jsx as jsx147, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
857
|
+
|
|
858
|
+
// src/tokens/svg/form/EyeIcon.tsx
|
|
859
|
+
import { jsx as jsx148, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
860
|
+
|
|
861
|
+
// src/tokens/svg/form/EyeOffIcon.tsx
|
|
862
|
+
import { jsx as jsx149, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
863
|
+
|
|
864
|
+
// src/tokens/svg/form/SettingsIcon.tsx
|
|
865
|
+
import { jsx as jsx150, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
866
|
+
|
|
867
|
+
// src/tokens/svg/form/SlidersIcon.tsx
|
|
868
|
+
import { jsx as jsx151, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
869
|
+
|
|
870
|
+
// src/tokens/svg/form/ToggleLeftIcon.tsx
|
|
871
|
+
import { jsx as jsx152, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
872
|
+
|
|
873
|
+
// src/tokens/svg/form/ToggleRightIcon.tsx
|
|
874
|
+
import { jsx as jsx153, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
875
|
+
|
|
876
|
+
// src/tokens/svg/layout/ColumnsIcon.tsx
|
|
877
|
+
import { jsx as jsx154 } from "react/jsx-runtime";
|
|
878
|
+
|
|
879
|
+
// src/tokens/svg/layout/GridIcon.tsx
|
|
880
|
+
import { jsx as jsx155, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
881
|
+
|
|
882
|
+
// src/tokens/svg/layout/LayoutIcon.tsx
|
|
883
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
884
|
+
|
|
885
|
+
// src/tokens/svg/layout/ListIcon.tsx
|
|
886
|
+
import { jsx as jsx157, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
887
|
+
|
|
888
|
+
// src/tokens/svg/layout/Maximize2Icon.tsx
|
|
889
|
+
import { jsx as jsx158, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
890
|
+
|
|
891
|
+
// src/tokens/svg/layout/MaximizeIcon.tsx
|
|
892
|
+
import { jsx as jsx159, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
893
|
+
|
|
894
|
+
// src/tokens/svg/layout/MenuIcon.tsx
|
|
895
|
+
import { jsx as jsx160, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
896
|
+
|
|
897
|
+
// src/tokens/svg/layout/Minimize2Icon.tsx
|
|
898
|
+
import { jsx as jsx161, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
899
|
+
|
|
900
|
+
// src/tokens/svg/layout/MinimizeIcon.tsx
|
|
901
|
+
import { jsx as jsx162, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
902
|
+
|
|
903
|
+
// src/tokens/svg/layout/MoreHorizontalIcon.tsx
|
|
904
|
+
import { jsx as jsx163, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
905
|
+
|
|
906
|
+
// src/tokens/svg/layout/MoreVerticalIcon.tsx
|
|
907
|
+
import { jsx as jsx164, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
908
|
+
|
|
909
|
+
// src/tokens/svg/layout/SidebarIcon.tsx
|
|
910
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
656
911
|
|
|
657
912
|
// src/tokens/svg/media/AirplayIcon.tsx
|
|
658
|
-
import { jsx as
|
|
913
|
+
import { jsx as jsx166, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
659
914
|
|
|
660
915
|
// src/tokens/svg/media/CameraIcon.tsx
|
|
661
|
-
import { jsx as
|
|
916
|
+
import { jsx as jsx167, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
662
917
|
|
|
663
918
|
// src/tokens/svg/media/CameraOffIcon.tsx
|
|
664
|
-
import { jsx as
|
|
919
|
+
import { jsx as jsx168, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
665
920
|
|
|
666
921
|
// src/tokens/svg/media/CastIcon.tsx
|
|
667
|
-
import { jsx as
|
|
922
|
+
import { jsx as jsx169, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
668
923
|
|
|
669
924
|
// src/tokens/svg/media/DiscIcon.tsx
|
|
670
|
-
import { jsx as
|
|
925
|
+
import { jsx as jsx170, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
671
926
|
|
|
672
927
|
// src/tokens/svg/media/FastForwardIcon.tsx
|
|
673
|
-
import { jsx as
|
|
928
|
+
import { jsx as jsx171, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
674
929
|
|
|
675
930
|
// src/tokens/svg/media/FilmIcon.tsx
|
|
676
|
-
import { jsx as
|
|
931
|
+
import { jsx as jsx172, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
677
932
|
|
|
678
933
|
// src/tokens/svg/media/HeadphonesIcon.tsx
|
|
679
|
-
import { jsx as
|
|
934
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
680
935
|
|
|
681
936
|
// src/tokens/svg/media/ImageIcon.tsx
|
|
682
|
-
import { jsx as
|
|
937
|
+
import { jsx as jsx174, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
683
938
|
|
|
684
939
|
// src/tokens/svg/media/MicIcon.tsx
|
|
685
|
-
import { jsx as
|
|
940
|
+
import { jsx as jsx175, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
686
941
|
|
|
687
942
|
// src/tokens/svg/media/MicOffIcon.tsx
|
|
688
|
-
import { jsx as
|
|
943
|
+
import { jsx as jsx176, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
689
944
|
|
|
690
945
|
// src/tokens/svg/media/MusicIcon.tsx
|
|
691
|
-
import { jsx as
|
|
946
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
692
947
|
|
|
693
948
|
// src/tokens/svg/media/PauseCircleIcon.tsx
|
|
694
|
-
import { jsx as
|
|
949
|
+
import { jsx as jsx178, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
695
950
|
|
|
696
951
|
// src/tokens/svg/media/PauseIcon.tsx
|
|
697
|
-
import { jsx as
|
|
952
|
+
import { jsx as jsx179, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
698
953
|
|
|
699
954
|
// src/tokens/svg/media/PlayCircleIcon.tsx
|
|
700
|
-
import { jsx as
|
|
955
|
+
import { jsx as jsx180, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
701
956
|
|
|
702
957
|
// src/tokens/svg/media/PlayIcon.tsx
|
|
703
|
-
import { jsx as
|
|
958
|
+
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
704
959
|
|
|
705
960
|
// src/tokens/svg/media/RepeatIcon.tsx
|
|
706
|
-
import { jsx as
|
|
961
|
+
import { jsx as jsx182, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
707
962
|
|
|
708
963
|
// src/tokens/svg/media/RewindIcon.tsx
|
|
709
|
-
import { jsx as
|
|
964
|
+
import { jsx as jsx183, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
710
965
|
|
|
711
966
|
// src/tokens/svg/media/SkipBackIcon.tsx
|
|
712
|
-
import { jsx as
|
|
967
|
+
import { jsx as jsx184, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
713
968
|
|
|
714
969
|
// src/tokens/svg/media/SkipForwardIcon.tsx
|
|
715
|
-
import { jsx as
|
|
970
|
+
import { jsx as jsx185, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
716
971
|
|
|
717
972
|
// src/tokens/svg/media/SpeakerIcon.tsx
|
|
718
|
-
import { jsx as
|
|
973
|
+
import { jsx as jsx186, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
719
974
|
|
|
720
975
|
// src/tokens/svg/media/StopCircleIcon.tsx
|
|
721
|
-
import { jsx as
|
|
976
|
+
import { jsx as jsx187, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
722
977
|
|
|
723
978
|
// src/tokens/svg/media/VideoIcon.tsx
|
|
724
|
-
import { jsx as
|
|
979
|
+
import { jsx as jsx188 } from "react/jsx-runtime";
|
|
725
980
|
|
|
726
981
|
// src/tokens/svg/media/VideoOffIcon.tsx
|
|
727
|
-
import { jsx as
|
|
982
|
+
import { jsx as jsx189, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
728
983
|
|
|
729
984
|
// src/tokens/svg/media/Volume1Icon.tsx
|
|
730
|
-
import { jsx as
|
|
985
|
+
import { jsx as jsx190, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
731
986
|
|
|
732
987
|
// src/tokens/svg/media/Volume2Icon.tsx
|
|
733
|
-
import { jsx as
|
|
988
|
+
import { jsx as jsx191, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
734
989
|
|
|
735
990
|
// src/tokens/svg/media/VolumeIcon.tsx
|
|
736
|
-
import { jsx as
|
|
991
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
737
992
|
|
|
738
993
|
// src/tokens/svg/media/VolumeXIcon.tsx
|
|
739
|
-
import { jsx as
|
|
740
|
-
|
|
741
|
-
// src/tokens/svg/misc/ActivityIcon.tsx
|
|
742
|
-
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
994
|
+
import { jsx as jsx193, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
743
995
|
|
|
744
996
|
// src/tokens/svg/misc/AnchorIcon.tsx
|
|
745
|
-
import { jsx as
|
|
997
|
+
import { jsx as jsx194, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
746
998
|
|
|
747
999
|
// src/tokens/svg/misc/ApertureIcon.tsx
|
|
748
|
-
import { jsx as
|
|
1000
|
+
import { jsx as jsx195, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
749
1001
|
|
|
750
1002
|
// src/tokens/svg/misc/AwardIcon.tsx
|
|
751
|
-
import { jsx as
|
|
752
|
-
|
|
753
|
-
// src/tokens/svg/misc/BellIcon.tsx
|
|
754
|
-
import { jsx as jsx129, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
755
|
-
|
|
756
|
-
// src/tokens/svg/misc/BellOffIcon.tsx
|
|
757
|
-
import { jsx as jsx130, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
1003
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
758
1004
|
|
|
759
1005
|
// src/tokens/svg/misc/BoxIcon.tsx
|
|
760
|
-
import { jsx as
|
|
1006
|
+
import { jsx as jsx197 } from "react/jsx-runtime";
|
|
761
1007
|
|
|
762
1008
|
// src/tokens/svg/misc/BriefcaseIcon.tsx
|
|
763
|
-
import { jsx as
|
|
764
|
-
|
|
765
|
-
// src/tokens/svg/misc/CloudDrizzleIcon.tsx
|
|
766
|
-
import { jsx as jsx133, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
767
|
-
|
|
768
|
-
// src/tokens/svg/misc/CloudIcon.tsx
|
|
769
|
-
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
770
|
-
|
|
771
|
-
// src/tokens/svg/misc/CloudLightningIcon.tsx
|
|
772
|
-
import { jsx as jsx135, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
773
|
-
|
|
774
|
-
// src/tokens/svg/misc/CloudOffIcon.tsx
|
|
775
|
-
import { jsx as jsx136, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
776
|
-
|
|
777
|
-
// src/tokens/svg/misc/CloudRainIcon.tsx
|
|
778
|
-
import { jsx as jsx137, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
779
|
-
|
|
780
|
-
// src/tokens/svg/misc/CloudSnowIcon.tsx
|
|
781
|
-
import { jsx as jsx138, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
1009
|
+
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
782
1010
|
|
|
783
1011
|
// src/tokens/svg/misc/CoffeeIcon.tsx
|
|
784
|
-
import { jsx as
|
|
785
|
-
|
|
786
|
-
// src/tokens/svg/misc/CreditCardIcon.tsx
|
|
787
|
-
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
1012
|
+
import { jsx as jsx199, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
788
1013
|
|
|
789
1014
|
// src/tokens/svg/misc/CrosshairIcon.tsx
|
|
790
|
-
import { jsx as
|
|
791
|
-
|
|
792
|
-
// src/tokens/svg/misc/DollarSignIcon.tsx
|
|
793
|
-
import { jsx as jsx142 } from "react/jsx-runtime";
|
|
794
|
-
|
|
795
|
-
// src/tokens/svg/misc/DropletIcon.tsx
|
|
796
|
-
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
1015
|
+
import { jsx as jsx200, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
797
1016
|
|
|
798
1017
|
// src/tokens/svg/misc/FeatherIcon.tsx
|
|
799
|
-
import { jsx as
|
|
1018
|
+
import { jsx as jsx201, jsxs as jsxs127 } from "react/jsx-runtime";
|
|
800
1019
|
|
|
801
1020
|
// src/tokens/svg/misc/FlagIcon.tsx
|
|
802
|
-
import { jsx as
|
|
1021
|
+
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
803
1022
|
|
|
804
1023
|
// src/tokens/svg/misc/FrownIcon.tsx
|
|
805
|
-
import { jsx as
|
|
806
|
-
|
|
807
|
-
// src/tokens/svg/misc/GiftIcon.tsx
|
|
808
|
-
import { jsx as jsx147, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
809
|
-
|
|
810
|
-
// src/tokens/svg/misc/GitBranchIcon.tsx
|
|
811
|
-
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
812
|
-
|
|
813
|
-
// src/tokens/svg/misc/GitCommitIcon.tsx
|
|
814
|
-
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
815
|
-
|
|
816
|
-
// src/tokens/svg/misc/GitMergeIcon.tsx
|
|
817
|
-
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
818
|
-
|
|
819
|
-
// src/tokens/svg/misc/GitPullRequestIcon.tsx
|
|
820
|
-
import { jsx as jsx151, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
1024
|
+
import { jsx as jsx203, jsxs as jsxs128 } from "react/jsx-runtime";
|
|
821
1025
|
|
|
822
1026
|
// src/tokens/svg/misc/GlobeIcon.tsx
|
|
823
|
-
import { jsx as
|
|
1027
|
+
import { jsx as jsx204, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
824
1028
|
|
|
825
1029
|
// src/tokens/svg/misc/HeartIcon.tsx
|
|
826
|
-
import { jsx as
|
|
1030
|
+
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
827
1031
|
|
|
828
1032
|
// src/tokens/svg/misc/HomeIcon.tsx
|
|
829
|
-
import { jsx as
|
|
830
|
-
|
|
831
|
-
// src/tokens/svg/misc/InboxIcon.tsx
|
|
832
|
-
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
1033
|
+
import { jsx as jsx206 } from "react/jsx-runtime";
|
|
833
1034
|
|
|
834
1035
|
// src/tokens/svg/misc/LayersIcon.tsx
|
|
835
|
-
import { jsx as
|
|
1036
|
+
import { jsx as jsx207, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
836
1037
|
|
|
837
1038
|
// src/tokens/svg/misc/LifeBuoyIcon.tsx
|
|
838
|
-
import { jsx as
|
|
1039
|
+
import { jsx as jsx208, jsxs as jsxs131 } from "react/jsx-runtime";
|
|
839
1040
|
|
|
840
1041
|
// src/tokens/svg/misc/MehIcon.tsx
|
|
841
|
-
import { jsx as
|
|
842
|
-
|
|
843
|
-
// src/tokens/svg/misc/MessageCircleIcon.tsx
|
|
844
|
-
import { jsx as jsx159 } from "react/jsx-runtime";
|
|
845
|
-
|
|
846
|
-
// src/tokens/svg/misc/MessageSquareIcon.tsx
|
|
847
|
-
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
848
|
-
|
|
849
|
-
// src/tokens/svg/misc/MoonIcon.tsx
|
|
850
|
-
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
1042
|
+
import { jsx as jsx209, jsxs as jsxs132 } from "react/jsx-runtime";
|
|
851
1043
|
|
|
852
1044
|
// src/tokens/svg/misc/MousePointerIcon.tsx
|
|
853
|
-
import { jsx as
|
|
854
|
-
|
|
855
|
-
// src/tokens/svg/misc/PaperclipIcon.tsx
|
|
856
|
-
import { jsx as jsx163 } from "react/jsx-runtime";
|
|
1045
|
+
import { jsx as jsx210 } from "react/jsx-runtime";
|
|
857
1046
|
|
|
858
1047
|
// src/tokens/svg/misc/PocketIcon.tsx
|
|
859
|
-
import { jsx as
|
|
1048
|
+
import { jsx as jsx211, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
860
1049
|
|
|
861
1050
|
// src/tokens/svg/misc/PowerIcon.tsx
|
|
862
|
-
import { jsx as
|
|
1051
|
+
import { jsx as jsx212, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
863
1052
|
|
|
864
1053
|
// src/tokens/svg/misc/RadioIcon.tsx
|
|
865
|
-
import { jsx as
|
|
1054
|
+
import { jsx as jsx213, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
866
1055
|
|
|
867
1056
|
// src/tokens/svg/misc/ShieldIcon.tsx
|
|
868
|
-
import { jsx as
|
|
1057
|
+
import { jsx as jsx214 } from "react/jsx-runtime";
|
|
869
1058
|
|
|
870
1059
|
// src/tokens/svg/misc/ShieldOffIcon.tsx
|
|
871
|
-
import { jsx as
|
|
872
|
-
|
|
873
|
-
// src/tokens/svg/misc/ShoppingBagIcon.tsx
|
|
874
|
-
import { jsx as jsx169, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
875
|
-
|
|
876
|
-
// src/tokens/svg/misc/ShoppingCartIcon.tsx
|
|
877
|
-
import { jsx as jsx170, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
1060
|
+
import { jsx as jsx215, jsxs as jsxs136 } from "react/jsx-runtime";
|
|
878
1061
|
|
|
879
1062
|
// src/tokens/svg/misc/ShuffleIcon.tsx
|
|
880
|
-
import { jsx as
|
|
1063
|
+
import { jsx as jsx216, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
881
1064
|
|
|
882
1065
|
// src/tokens/svg/misc/SmileIcon.tsx
|
|
883
|
-
import { jsx as
|
|
1066
|
+
import { jsx as jsx217, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
884
1067
|
|
|
885
1068
|
// src/tokens/svg/misc/StarIcon.tsx
|
|
886
|
-
import { jsx as
|
|
887
|
-
|
|
888
|
-
// src/tokens/svg/misc/SunIcon.tsx
|
|
889
|
-
import { jsx as jsx174, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
890
|
-
|
|
891
|
-
// src/tokens/svg/misc/TagIcon.tsx
|
|
892
|
-
import { jsx as jsx175, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
1069
|
+
import { jsx as jsx218 } from "react/jsx-runtime";
|
|
893
1070
|
|
|
894
1071
|
// src/tokens/svg/misc/TargetIcon.tsx
|
|
895
|
-
import { jsx as
|
|
896
|
-
|
|
897
|
-
// src/tokens/svg/misc/ThermometerIcon.tsx
|
|
898
|
-
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
1072
|
+
import { jsx as jsx219, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
899
1073
|
|
|
900
1074
|
// src/tokens/svg/misc/ThumbsDownIcon.tsx
|
|
901
|
-
import { jsx as
|
|
1075
|
+
import { jsx as jsx220 } from "react/jsx-runtime";
|
|
902
1076
|
|
|
903
1077
|
// src/tokens/svg/misc/ThumbsUpIcon.tsx
|
|
904
|
-
import { jsx as
|
|
1078
|
+
import { jsx as jsx221 } from "react/jsx-runtime";
|
|
905
1079
|
|
|
906
1080
|
// src/tokens/svg/misc/ToolIcon.tsx
|
|
907
|
-
import { jsx as
|
|
908
|
-
|
|
909
|
-
// src/tokens/svg/misc/TruckIcon.tsx
|
|
910
|
-
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
911
|
-
|
|
912
|
-
// src/tokens/svg/misc/UmbrellaIcon.tsx
|
|
913
|
-
import { jsx as jsx182, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
914
|
-
|
|
915
|
-
// src/tokens/svg/misc/WindIcon.tsx
|
|
916
|
-
import { jsx as jsx183, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
1081
|
+
import { jsx as jsx222 } from "react/jsx-runtime";
|
|
917
1082
|
|
|
918
1083
|
// src/tokens/svg/misc/ZapIcon.tsx
|
|
919
|
-
import { jsx as
|
|
1084
|
+
import { jsx as jsx223 } from "react/jsx-runtime";
|
|
920
1085
|
|
|
921
1086
|
// src/tokens/svg/misc/ZapOffIcon.tsx
|
|
922
|
-
import { jsx as
|
|
923
|
-
|
|
924
|
-
// src/tokens/svg/Input/EyeIcon.tsx
|
|
925
|
-
import { jsx as jsx186, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
926
|
-
|
|
927
|
-
// src/tokens/svg/Input/EyeOffIcon.tsx
|
|
928
|
-
import { jsx as jsx187, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
1087
|
+
import { jsx as jsx224, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
929
1088
|
|
|
930
|
-
// src/tokens/svg/
|
|
931
|
-
import { jsx as
|
|
1089
|
+
// src/tokens/svg/shape/AtSignIcon.tsx
|
|
1090
|
+
import { jsx as jsx225, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
932
1091
|
|
|
933
|
-
// src/tokens/svg/
|
|
934
|
-
import { jsx as
|
|
1092
|
+
// src/tokens/svg/shape/CircleIcon.tsx
|
|
1093
|
+
import { jsx as jsx226, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
935
1094
|
|
|
936
|
-
// src/tokens/svg/
|
|
937
|
-
import { jsx as
|
|
1095
|
+
// src/tokens/svg/shape/DivideCircleIcon.tsx
|
|
1096
|
+
import { jsx as jsx227, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
938
1097
|
|
|
939
|
-
// src/tokens/svg/
|
|
940
|
-
import { jsx as
|
|
1098
|
+
// src/tokens/svg/shape/DivideIcon.tsx
|
|
1099
|
+
import { jsx as jsx228, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
941
1100
|
|
|
942
|
-
// src/tokens/svg/
|
|
943
|
-
import { jsx as
|
|
1101
|
+
// src/tokens/svg/shape/DivideSquareIcon.tsx
|
|
1102
|
+
import { jsx as jsx229, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
944
1103
|
|
|
945
|
-
// src/tokens/svg/
|
|
946
|
-
import { jsx as
|
|
1104
|
+
// src/tokens/svg/shape/HashIcon.tsx
|
|
1105
|
+
import { jsx as jsx230 } from "react/jsx-runtime";
|
|
947
1106
|
|
|
948
|
-
// src/tokens/svg/
|
|
949
|
-
import { jsx as
|
|
1107
|
+
// src/tokens/svg/shape/HexagonIcon.tsx
|
|
1108
|
+
import { jsx as jsx231 } from "react/jsx-runtime";
|
|
950
1109
|
|
|
951
|
-
// src/tokens/svg/
|
|
952
|
-
import { jsx as
|
|
1110
|
+
// src/tokens/svg/shape/OctagonIcon.tsx
|
|
1111
|
+
import { jsx as jsx232, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
953
1112
|
|
|
954
|
-
// src/tokens/svg/
|
|
955
|
-
import { jsx as
|
|
1113
|
+
// src/tokens/svg/shape/PercentIcon.tsx
|
|
1114
|
+
import { jsx as jsx233, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
956
1115
|
|
|
957
|
-
// src/tokens/svg/
|
|
958
|
-
import { jsx as
|
|
959
|
-
|
|
960
|
-
// src/tokens/svg/navigation/ArrowUpLeftIcon.tsx
|
|
961
|
-
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
962
|
-
|
|
963
|
-
// src/tokens/svg/navigation/ArrowUpRightIcon.tsx
|
|
964
|
-
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
965
|
-
|
|
966
|
-
// src/tokens/svg/navigation/CompassIcon.tsx
|
|
967
|
-
import { jsx as jsx200, jsxs as jsxs128 } from "react/jsx-runtime";
|
|
968
|
-
|
|
969
|
-
// src/tokens/svg/navigation/CornerDownLeftIcon.tsx
|
|
970
|
-
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
1116
|
+
// src/tokens/svg/shape/SlashIcon.tsx
|
|
1117
|
+
import { jsx as jsx234, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
971
1118
|
|
|
972
|
-
// src/tokens/svg/
|
|
973
|
-
import { jsx as
|
|
974
|
-
|
|
975
|
-
// src/tokens/svg/navigation/CornerLeftDownIcon.tsx
|
|
976
|
-
import { jsx as jsx203 } from "react/jsx-runtime";
|
|
977
|
-
|
|
978
|
-
// src/tokens/svg/navigation/CornerLeftUpIcon.tsx
|
|
979
|
-
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
980
|
-
|
|
981
|
-
// src/tokens/svg/navigation/CornerRightDownIcon.tsx
|
|
982
|
-
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
983
|
-
|
|
984
|
-
// src/tokens/svg/navigation/CornerRightUpIcon.tsx
|
|
985
|
-
import { jsx as jsx206 } from "react/jsx-runtime";
|
|
986
|
-
|
|
987
|
-
// src/tokens/svg/navigation/CornerUpLeftIcon.tsx
|
|
988
|
-
import { jsx as jsx207 } from "react/jsx-runtime";
|
|
989
|
-
|
|
990
|
-
// src/tokens/svg/navigation/CornerUpRightIcon.tsx
|
|
991
|
-
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
992
|
-
|
|
993
|
-
// src/tokens/svg/navigation/MapIcon.tsx
|
|
994
|
-
import { jsx as jsx209, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
995
|
-
|
|
996
|
-
// src/tokens/svg/navigation/MapPinIcon.tsx
|
|
997
|
-
import { jsx as jsx210, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
998
|
-
|
|
999
|
-
// src/tokens/svg/navigation/Navigation2Icon.tsx
|
|
1000
|
-
import { jsx as jsx211 } from "react/jsx-runtime";
|
|
1119
|
+
// src/tokens/svg/shape/SquareIcon.tsx
|
|
1120
|
+
import { jsx as jsx235 } from "react/jsx-runtime";
|
|
1001
1121
|
|
|
1002
|
-
// src/tokens/svg/
|
|
1003
|
-
import { jsx as
|
|
1122
|
+
// src/tokens/svg/shape/TriangleIcon.tsx
|
|
1123
|
+
import { jsx as jsx236 } from "react/jsx-runtime";
|
|
1004
1124
|
|
|
1005
1125
|
// src/tokens/svg/social/ChromeIcon.tsx
|
|
1006
|
-
import { jsx as
|
|
1126
|
+
import { jsx as jsx237, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
1007
1127
|
|
|
1008
1128
|
// src/tokens/svg/social/CodepenIcon.tsx
|
|
1009
|
-
import { jsx as
|
|
1129
|
+
import { jsx as jsx238, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
1010
1130
|
|
|
1011
1131
|
// src/tokens/svg/social/CodesandboxIcon.tsx
|
|
1012
|
-
import { jsx as
|
|
1132
|
+
import { jsx as jsx239 } from "react/jsx-runtime";
|
|
1013
1133
|
|
|
1014
1134
|
// src/tokens/svg/social/DribbbleIcon.tsx
|
|
1015
|
-
import { jsx as
|
|
1135
|
+
import { jsx as jsx240, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
1016
1136
|
|
|
1017
1137
|
// src/tokens/svg/social/FacebookIcon.tsx
|
|
1018
|
-
import { jsx as
|
|
1138
|
+
import { jsx as jsx241 } from "react/jsx-runtime";
|
|
1019
1139
|
|
|
1020
1140
|
// src/tokens/svg/social/FigmaIcon.tsx
|
|
1021
|
-
import { jsx as
|
|
1141
|
+
import { jsx as jsx242 } from "react/jsx-runtime";
|
|
1022
1142
|
|
|
1023
1143
|
// src/tokens/svg/social/FramerIcon.tsx
|
|
1024
|
-
import { jsx as
|
|
1144
|
+
import { jsx as jsx243 } from "react/jsx-runtime";
|
|
1025
1145
|
|
|
1026
1146
|
// src/tokens/svg/social/GithubIcon.tsx
|
|
1027
|
-
import { jsx as
|
|
1147
|
+
import { jsx as jsx244 } from "react/jsx-runtime";
|
|
1028
1148
|
|
|
1029
1149
|
// src/tokens/svg/social/GitlabIcon.tsx
|
|
1030
|
-
import { jsx as
|
|
1150
|
+
import { jsx as jsx245, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
1031
1151
|
|
|
1032
1152
|
// src/tokens/svg/social/InstagramIcon.tsx
|
|
1033
|
-
import { jsx as
|
|
1153
|
+
import { jsx as jsx246, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
1034
1154
|
|
|
1035
1155
|
// src/tokens/svg/social/LinkedinIcon.tsx
|
|
1036
|
-
import { jsx as
|
|
1156
|
+
import { jsx as jsx247, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
1037
1157
|
|
|
1038
1158
|
// src/tokens/svg/social/RssIcon.tsx
|
|
1039
|
-
import { jsx as
|
|
1159
|
+
import { jsx as jsx248, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
1040
1160
|
|
|
1041
1161
|
// src/tokens/svg/social/SlackIcon.tsx
|
|
1042
|
-
import { jsx as
|
|
1162
|
+
import { jsx as jsx249, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
1043
1163
|
|
|
1044
1164
|
// src/tokens/svg/social/TrelloIcon.tsx
|
|
1045
|
-
import { jsx as
|
|
1165
|
+
import { jsx as jsx250, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
1046
1166
|
|
|
1047
1167
|
// src/tokens/svg/social/TwitchIcon.tsx
|
|
1048
|
-
import { jsx as
|
|
1168
|
+
import { jsx as jsx251, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
1049
1169
|
|
|
1050
1170
|
// src/tokens/svg/social/TwitterIcon.tsx
|
|
1051
|
-
import { jsx as
|
|
1171
|
+
import { jsx as jsx252 } from "react/jsx-runtime";
|
|
1052
1172
|
|
|
1053
1173
|
// src/tokens/svg/social/YoutubeIcon.tsx
|
|
1054
|
-
import { jsx as
|
|
1055
|
-
|
|
1056
|
-
// src/tokens/svg/ui/AtSignIcon.tsx
|
|
1057
|
-
import { jsx as jsx230, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
1058
|
-
|
|
1059
|
-
// src/tokens/svg/ui/CheckCircleIcon.tsx
|
|
1060
|
-
import { jsx as jsx231, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
1061
|
-
|
|
1062
|
-
// src/tokens/svg/ui/CheckIcon.tsx
|
|
1063
|
-
import { jsx as jsx232 } from "react/jsx-runtime";
|
|
1064
|
-
|
|
1065
|
-
// src/tokens/svg/ui/CheckSquareIcon.tsx
|
|
1066
|
-
import { jsx as jsx233, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
1067
|
-
|
|
1068
|
-
// src/tokens/svg/ui/ChevronDownIcon.tsx
|
|
1069
|
-
import { jsx as jsx234 } from "react/jsx-runtime";
|
|
1070
|
-
|
|
1071
|
-
// src/tokens/svg/ui/ChevronLeftIcon.tsx
|
|
1072
|
-
import { jsx as jsx235 } from "react/jsx-runtime";
|
|
1073
|
-
var ChevronLeftIcon = () => /* @__PURE__ */ jsx235(
|
|
1074
|
-
"svg",
|
|
1075
|
-
{
|
|
1076
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1077
|
-
width: "1em",
|
|
1078
|
-
height: "1em",
|
|
1079
|
-
viewBox: "0 0 20 20",
|
|
1080
|
-
fill: "none",
|
|
1081
|
-
children: /* @__PURE__ */ jsx235("path", { d: "M11.9697 4.46978C12.2626 4.17689 12.7373 4.17689 13.0302 4.46978C13.3231 4.76268 13.3231 5.23746 13.0302 5.53033L8.56049 10.0001L13.0302 14.4698C13.3231 14.7627 13.3231 15.2375 13.0302 15.5303C12.7373 15.8232 12.2626 15.8232 11.9697 15.5303L6.96967 10.5303C6.67678 10.2374 6.67678 9.76268 6.96967 9.46978L11.9697 4.46978Z", fill: "currentColor" })
|
|
1082
|
-
}
|
|
1083
|
-
);
|
|
1084
|
-
var ChevronLeftIcon_default = ChevronLeftIcon;
|
|
1085
|
-
|
|
1086
|
-
// src/tokens/svg/ui/ChevronRightIcon.tsx
|
|
1087
|
-
import { jsx as jsx236 } from "react/jsx-runtime";
|
|
1088
|
-
var ChevronRightIcon = () => /* @__PURE__ */ jsx236(
|
|
1089
|
-
"svg",
|
|
1090
|
-
{
|
|
1091
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1092
|
-
width: "1em",
|
|
1093
|
-
height: "1em",
|
|
1094
|
-
viewBox: "0 0 20 20",
|
|
1095
|
-
fill: "none",
|
|
1096
|
-
children: /* @__PURE__ */ jsx236("path", { d: "M6.96967 4.46978C7.26256 4.17689 7.73732 4.17689 8.03022 4.46978L13.0302 9.46978C13.3231 9.76268 13.3231 10.2375 13.0302 10.5303L8.03022 15.5303C7.73734 15.8232 7.26257 15.8232 6.96967 15.5303C6.67678 15.2374 6.67678 14.7627 6.96967 14.4698L11.4394 10.0001L6.96967 5.53033C6.67678 5.23744 6.67678 4.76268 6.96967 4.46978Z", fill: "currentColor" })
|
|
1097
|
-
}
|
|
1098
|
-
);
|
|
1099
|
-
var ChevronRightIcon_default = ChevronRightIcon;
|
|
1100
|
-
|
|
1101
|
-
// src/tokens/svg/ui/ChevronUpIcon.tsx
|
|
1102
|
-
import { jsx as jsx237 } from "react/jsx-runtime";
|
|
1103
|
-
|
|
1104
|
-
// src/tokens/svg/ui/ChevronsDownIcon.tsx
|
|
1105
|
-
import { jsx as jsx238, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
1106
|
-
|
|
1107
|
-
// src/tokens/svg/ui/ChevronsLeftIcon.tsx
|
|
1108
|
-
import { jsx as jsx239, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
1109
|
-
|
|
1110
|
-
// src/tokens/svg/ui/ChevronsRightIcon.tsx
|
|
1111
|
-
import { jsx as jsx240, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
1112
|
-
|
|
1113
|
-
// src/tokens/svg/ui/ChevronsUpIcon.tsx
|
|
1114
|
-
import { jsx as jsx241, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
1115
|
-
|
|
1116
|
-
// src/tokens/svg/ui/CircleIcon.tsx
|
|
1117
|
-
import { jsx as jsx242, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
1118
|
-
|
|
1119
|
-
// src/tokens/svg/ui/ColumnsIcon.tsx
|
|
1120
|
-
import { jsx as jsx243 } from "react/jsx-runtime";
|
|
1121
|
-
|
|
1122
|
-
// src/tokens/svg/ui/DivideCircleIcon.tsx
|
|
1123
|
-
import { jsx as jsx244, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
1124
|
-
|
|
1125
|
-
// src/tokens/svg/ui/DivideIcon.tsx
|
|
1126
|
-
import { jsx as jsx245, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
1127
|
-
|
|
1128
|
-
// src/tokens/svg/ui/DivideSquareIcon.tsx
|
|
1129
|
-
import { jsx as jsx246, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
1174
|
+
import { jsx as jsx253, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
1130
1175
|
|
|
1131
|
-
// src/tokens/svg/
|
|
1132
|
-
import { jsx as
|
|
1176
|
+
// src/tokens/svg/status/ActivityIcon.tsx
|
|
1177
|
+
import { jsx as jsx254 } from "react/jsx-runtime";
|
|
1133
1178
|
|
|
1134
|
-
// src/tokens/svg/
|
|
1135
|
-
import { jsx as
|
|
1179
|
+
// src/tokens/svg/status/AlertCircleIcon.tsx
|
|
1180
|
+
import { jsx as jsx255, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
1136
1181
|
|
|
1137
|
-
// src/tokens/svg/
|
|
1138
|
-
import { jsx as
|
|
1182
|
+
// src/tokens/svg/status/AlertOctagonIcon.tsx
|
|
1183
|
+
import { jsx as jsx256, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
1139
1184
|
|
|
1140
|
-
// src/tokens/svg/
|
|
1141
|
-
import { jsx as
|
|
1185
|
+
// src/tokens/svg/status/AlertTriangleIcon.tsx
|
|
1186
|
+
import { jsx as jsx257, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
1142
1187
|
|
|
1143
|
-
// src/tokens/svg/
|
|
1144
|
-
import { jsx as
|
|
1188
|
+
// src/tokens/svg/status/CheckCircleIcon.tsx
|
|
1189
|
+
import { jsx as jsx258, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
1145
1190
|
|
|
1146
|
-
// src/tokens/svg/
|
|
1147
|
-
import { jsx as jsx252, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
1148
|
-
|
|
1149
|
-
// src/tokens/svg/ui/Maximize2Icon.tsx
|
|
1150
|
-
import { jsx as jsx253, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
1151
|
-
|
|
1152
|
-
// src/tokens/svg/ui/MaximizeIcon.tsx
|
|
1153
|
-
import { jsx as jsx254, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
1154
|
-
|
|
1155
|
-
// src/tokens/svg/ui/MenuIcon.tsx
|
|
1156
|
-
import { jsx as jsx255, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
1157
|
-
|
|
1158
|
-
// src/tokens/svg/ui/Minimize2Icon.tsx
|
|
1159
|
-
import { jsx as jsx256, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
1160
|
-
|
|
1161
|
-
// src/tokens/svg/ui/MinimizeIcon.tsx
|
|
1162
|
-
import { jsx as jsx257, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
1163
|
-
|
|
1164
|
-
// src/tokens/svg/ui/MinusCircleIcon.tsx
|
|
1165
|
-
import { jsx as jsx258, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
1166
|
-
|
|
1167
|
-
// src/tokens/svg/ui/MinusIcon.tsx
|
|
1191
|
+
// src/tokens/svg/status/CheckIcon.tsx
|
|
1168
1192
|
import { jsx as jsx259 } from "react/jsx-runtime";
|
|
1169
1193
|
|
|
1170
|
-
// src/tokens/svg/
|
|
1171
|
-
import { jsx as jsx260, jsxs as
|
|
1194
|
+
// src/tokens/svg/status/HelpCircleIcon.tsx
|
|
1195
|
+
import { jsx as jsx260, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
1172
1196
|
|
|
1173
|
-
// src/tokens/svg/
|
|
1174
|
-
import { jsx as jsx261, jsxs as
|
|
1197
|
+
// src/tokens/svg/status/LoaderIcon.tsx
|
|
1198
|
+
import { jsx as jsx261, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
1175
1199
|
|
|
1176
|
-
// src/tokens/svg/
|
|
1177
|
-
import { jsx as jsx262, jsxs as
|
|
1200
|
+
// src/tokens/svg/status/MinusCircleIcon.tsx
|
|
1201
|
+
import { jsx as jsx262, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
1178
1202
|
|
|
1179
|
-
// src/tokens/svg/
|
|
1180
|
-
import { jsx as jsx263
|
|
1203
|
+
// src/tokens/svg/status/MinusIcon.tsx
|
|
1204
|
+
import { jsx as jsx263 } from "react/jsx-runtime";
|
|
1181
1205
|
|
|
1182
|
-
// src/tokens/svg/
|
|
1183
|
-
import { jsx as jsx264, jsxs as
|
|
1206
|
+
// src/tokens/svg/status/MinusSquareIcon.tsx
|
|
1207
|
+
import { jsx as jsx264, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
1184
1208
|
|
|
1185
|
-
// src/tokens/svg/
|
|
1186
|
-
import { jsx as jsx265, jsxs as
|
|
1209
|
+
// src/tokens/svg/status/PlusCircleIcon.tsx
|
|
1210
|
+
import { jsx as jsx265, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
1187
1211
|
|
|
1188
|
-
// src/tokens/svg/
|
|
1212
|
+
// src/tokens/svg/status/PlusIcon.tsx
|
|
1189
1213
|
import { jsx as jsx266 } from "react/jsx-runtime";
|
|
1190
1214
|
|
|
1191
|
-
// src/tokens/svg/
|
|
1192
|
-
import { jsx as jsx267, jsxs as
|
|
1215
|
+
// src/tokens/svg/status/PlusSquareIcon.tsx
|
|
1216
|
+
import { jsx as jsx267, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
1193
1217
|
|
|
1194
|
-
// src/tokens/svg/
|
|
1195
|
-
import { jsx as jsx268, jsxs as
|
|
1218
|
+
// src/tokens/svg/status/XCircleIcon.tsx
|
|
1219
|
+
import { jsx as jsx268, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
1196
1220
|
|
|
1197
|
-
// src/tokens/svg/
|
|
1221
|
+
// src/tokens/svg/status/XIcon.tsx
|
|
1198
1222
|
import { jsx as jsx269 } from "react/jsx-runtime";
|
|
1199
1223
|
|
|
1200
|
-
// src/tokens/svg/
|
|
1201
|
-
import { jsx as jsx270, jsxs as
|
|
1202
|
-
|
|
1203
|
-
// src/tokens/svg/ui/SlidersIcon.tsx
|
|
1204
|
-
import { jsx as jsx271, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
1205
|
-
|
|
1206
|
-
// src/tokens/svg/ui/SquareIcon.tsx
|
|
1207
|
-
import { jsx as jsx272 } from "react/jsx-runtime";
|
|
1208
|
-
|
|
1209
|
-
// src/tokens/svg/ui/ToggleLeftIcon.tsx
|
|
1210
|
-
import { jsx as jsx273, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
1211
|
-
|
|
1212
|
-
// src/tokens/svg/ui/ToggleRightIcon.tsx
|
|
1213
|
-
import { jsx as jsx274, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
1224
|
+
// src/tokens/svg/status/XOctagonIcon.tsx
|
|
1225
|
+
import { jsx as jsx270, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
1214
1226
|
|
|
1215
|
-
// src/tokens/svg/
|
|
1216
|
-
import { jsx as
|
|
1217
|
-
|
|
1218
|
-
// src/tokens/svg/ui/XCircleIcon.tsx
|
|
1219
|
-
import { jsx as jsx276, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
1220
|
-
|
|
1221
|
-
// src/tokens/svg/ui/XIcon.tsx
|
|
1222
|
-
import { jsx as jsx277 } from "react/jsx-runtime";
|
|
1223
|
-
|
|
1224
|
-
// src/tokens/svg/ui/XOctagonIcon.tsx
|
|
1225
|
-
import { jsx as jsx278, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
1226
|
-
|
|
1227
|
-
// src/tokens/svg/ui/XSquareIcon.tsx
|
|
1228
|
-
import { jsx as jsx279, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
1227
|
+
// src/tokens/svg/status/XSquareIcon.tsx
|
|
1228
|
+
import { jsx as jsx271, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
1229
1229
|
|
|
1230
1230
|
// src/tokens/svg/user/GierIcon.tsx
|
|
1231
|
-
import { jsx as
|
|
1231
|
+
import { jsx as jsx272, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
1232
1232
|
|
|
1233
1233
|
// src/tokens/svg/user/KeyIcon.tsx
|
|
1234
|
-
import { jsx as
|
|
1234
|
+
import { jsx as jsx273 } from "react/jsx-runtime";
|
|
1235
1235
|
|
|
1236
1236
|
// src/tokens/svg/user/LockIcon.tsx
|
|
1237
|
-
import { jsx as
|
|
1237
|
+
import { jsx as jsx274 } from "react/jsx-runtime";
|
|
1238
1238
|
|
|
1239
1239
|
// src/tokens/svg/user/LogInIcon.tsx
|
|
1240
|
-
import { jsx as
|
|
1240
|
+
import { jsx as jsx275, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
1241
1241
|
|
|
1242
1242
|
// src/tokens/svg/user/LogOutIcon.tsx
|
|
1243
|
-
import { jsx as
|
|
1243
|
+
import { jsx as jsx276, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
1244
1244
|
|
|
1245
1245
|
// src/tokens/svg/user/MailIcon.tsx
|
|
1246
|
-
import { jsx as
|
|
1246
|
+
import { jsx as jsx277 } from "react/jsx-runtime";
|
|
1247
1247
|
|
|
1248
1248
|
// src/tokens/svg/user/ProfileIcon.tsx
|
|
1249
|
-
import { jsx as
|
|
1249
|
+
import { jsx as jsx278, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
1250
1250
|
|
|
1251
1251
|
// src/tokens/svg/user/UnlockIcon.tsx
|
|
1252
|
-
import { jsx as
|
|
1252
|
+
import { jsx as jsx279 } from "react/jsx-runtime";
|
|
1253
1253
|
|
|
1254
1254
|
// src/tokens/svg/user/UserCheckIcon.tsx
|
|
1255
|
-
import { jsx as
|
|
1255
|
+
import { jsx as jsx280, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
1256
1256
|
|
|
1257
1257
|
// src/tokens/svg/user/UserIcon.tsx
|
|
1258
|
-
import { jsx as
|
|
1258
|
+
import { jsx as jsx281, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
1259
1259
|
|
|
1260
1260
|
// src/tokens/svg/user/UserMinusIcon.tsx
|
|
1261
|
-
import { jsx as
|
|
1261
|
+
import { jsx as jsx282, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
1262
1262
|
|
|
1263
1263
|
// src/tokens/svg/user/UserPlusIcon.tsx
|
|
1264
|
-
import { jsx as
|
|
1264
|
+
import { jsx as jsx283, jsxs as jsxs180 } from "react/jsx-runtime";
|
|
1265
|
+
|
|
1266
|
+
// src/tokens/svg/user/UsersIcon.tsx
|
|
1267
|
+
import { jsx as jsx284, jsxs as jsxs181 } from "react/jsx-runtime";
|
|
1265
1268
|
|
|
1266
1269
|
// src/tokens/svg/user/UserXIcon.tsx
|
|
1267
|
-
import { jsx as
|
|
1270
|
+
import { jsx as jsx285, jsxs as jsxs182 } from "react/jsx-runtime";
|
|
1268
1271
|
|
|
1269
|
-
// src/tokens/svg/
|
|
1270
|
-
import { jsx as
|
|
1272
|
+
// src/tokens/svg/weather/CloudDrizzleIcon.tsx
|
|
1273
|
+
import { jsx as jsx286, jsxs as jsxs183 } from "react/jsx-runtime";
|
|
1274
|
+
|
|
1275
|
+
// src/tokens/svg/weather/CloudIcon.tsx
|
|
1276
|
+
import { jsx as jsx287 } from "react/jsx-runtime";
|
|
1277
|
+
|
|
1278
|
+
// src/tokens/svg/weather/CloudLightningIcon.tsx
|
|
1279
|
+
import { jsx as jsx288, jsxs as jsxs184 } from "react/jsx-runtime";
|
|
1280
|
+
|
|
1281
|
+
// src/tokens/svg/weather/CloudOffIcon.tsx
|
|
1282
|
+
import { jsx as jsx289, jsxs as jsxs185 } from "react/jsx-runtime";
|
|
1271
1283
|
|
|
1272
|
-
// src/tokens/svg/
|
|
1273
|
-
import { jsx as
|
|
1284
|
+
// src/tokens/svg/weather/CloudRainIcon.tsx
|
|
1285
|
+
import { jsx as jsx290, jsxs as jsxs186 } from "react/jsx-runtime";
|
|
1274
1286
|
|
|
1275
|
-
// src/tokens/svg/
|
|
1276
|
-
import { jsx as
|
|
1287
|
+
// src/tokens/svg/weather/CloudSnowIcon.tsx
|
|
1288
|
+
import { jsx as jsx291, jsxs as jsxs187 } from "react/jsx-runtime";
|
|
1277
1289
|
|
|
1278
|
-
// src/tokens/svg/
|
|
1290
|
+
// src/tokens/svg/weather/DropletIcon.tsx
|
|
1291
|
+
import { jsx as jsx292 } from "react/jsx-runtime";
|
|
1292
|
+
|
|
1293
|
+
// src/tokens/svg/weather/MoonIcon.tsx
|
|
1294
|
+
import { jsx as jsx293 } from "react/jsx-runtime";
|
|
1295
|
+
|
|
1296
|
+
// src/tokens/svg/weather/SunIcon.tsx
|
|
1297
|
+
import { jsx as jsx294, jsxs as jsxs188 } from "react/jsx-runtime";
|
|
1298
|
+
|
|
1299
|
+
// src/tokens/svg/weather/ThermometerIcon.tsx
|
|
1300
|
+
import { jsx as jsx295 } from "react/jsx-runtime";
|
|
1301
|
+
|
|
1302
|
+
// src/tokens/svg/weather/UmbrellaIcon.tsx
|
|
1279
1303
|
import { jsx as jsx296, jsxs as jsxs189 } from "react/jsx-runtime";
|
|
1280
1304
|
|
|
1281
|
-
// src/tokens/svg/
|
|
1305
|
+
// src/tokens/svg/weather/WindIcon.tsx
|
|
1282
1306
|
import { jsx as jsx297, jsxs as jsxs190 } from "react/jsx-runtime";
|
|
1283
1307
|
|
|
1284
|
-
// src/tokens/hooks/useClickOutside.ts
|
|
1285
|
-
import React3 from "react";
|
|
1286
|
-
var useClickOutside = (refs, handler, enabled = true) => {
|
|
1287
|
-
React3.useEffect(() => {
|
|
1288
|
-
if (!enabled) return;
|
|
1289
|
-
const refArray = Array.isArray(refs) ? refs : [refs];
|
|
1290
|
-
const listener = (event) => {
|
|
1291
|
-
const target = event.target;
|
|
1292
|
-
const isInside = refArray.some(
|
|
1293
|
-
(ref) => ref.current && ref.current.contains(target)
|
|
1294
|
-
);
|
|
1295
|
-
if (!isInside) {
|
|
1296
|
-
handler();
|
|
1297
|
-
}
|
|
1298
|
-
};
|
|
1299
|
-
document.addEventListener("mousedown", listener);
|
|
1300
|
-
document.addEventListener("touchstart", listener);
|
|
1301
|
-
return () => {
|
|
1302
|
-
document.removeEventListener("mousedown", listener);
|
|
1303
|
-
document.removeEventListener("touchstart", listener);
|
|
1304
|
-
};
|
|
1305
|
-
}, [refs, handler, enabled]);
|
|
1306
|
-
};
|
|
1307
|
-
var useClickOutside_default = useClickOutside;
|
|
1308
|
-
|
|
1309
1308
|
// src/components/DatePicker/SingleDatePicker/index.tsx
|
|
1310
1309
|
import React5 from "react";
|
|
1311
1310
|
|
|
1312
1311
|
// src/components/Calendar/useCalendar.ts
|
|
1313
1312
|
import React4 from "react";
|
|
1314
|
-
|
|
1313
|
+
var useCalendar = (initialYear, initialMonth) => {
|
|
1315
1314
|
const today = /* @__PURE__ */ new Date();
|
|
1316
1315
|
const [year, setYear] = React4.useState(initialYear ?? today.getFullYear());
|
|
1317
1316
|
const [month, setMonth] = React4.useState(initialMonth ?? today.getMonth());
|
|
@@ -1390,16 +1389,16 @@ function useCalendar(initialYear, initialMonth) {
|
|
|
1390
1389
|
setYear,
|
|
1391
1390
|
setMonth
|
|
1392
1391
|
};
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1392
|
+
};
|
|
1393
|
+
var isSameDay = (a, b) => {
|
|
1395
1394
|
return a.getFullYear() === b.getFullYear() && a.getMonth() === b.getMonth() && a.getDate() === b.getDate();
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1395
|
+
};
|
|
1396
|
+
var isInRange = (date, start, end) => {
|
|
1398
1397
|
const d = date.getTime();
|
|
1399
1398
|
const s = new Date(start.getFullYear(), start.getMonth(), start.getDate()).getTime();
|
|
1400
1399
|
const e = new Date(end.getFullYear(), end.getMonth(), end.getDate()).getTime();
|
|
1401
1400
|
return d >= s && d <= e;
|
|
1402
|
-
}
|
|
1401
|
+
};
|
|
1403
1402
|
var WEEKDAY_LABELS = {
|
|
1404
1403
|
ko: ["\uC77C", "\uC6D4", "\uD654", "\uC218", "\uBAA9", "\uAE08", "\uD1A0"],
|
|
1405
1404
|
en: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
|
|
@@ -1446,7 +1445,6 @@ var SingleDatePicker = (props) => {
|
|
|
1446
1445
|
const {
|
|
1447
1446
|
value,
|
|
1448
1447
|
onChange,
|
|
1449
|
-
color = "xplat-blue-500",
|
|
1450
1448
|
minDate,
|
|
1451
1449
|
maxDate,
|
|
1452
1450
|
highlightDates = [],
|
|
@@ -1515,7 +1513,6 @@ var SingleDatePicker = (props) => {
|
|
|
1515
1513
|
"div",
|
|
1516
1514
|
{
|
|
1517
1515
|
className: clsx_default("lib-xplat-datepicker", "single"),
|
|
1518
|
-
style: { "--datepicker-active-color": `var(--${color})` },
|
|
1519
1516
|
children: [
|
|
1520
1517
|
/* @__PURE__ */ jsxs191("div", { className: "datepicker-header", children: [
|
|
1521
1518
|
/* @__PURE__ */ jsx298("button", { className: "datepicker-nav", onClick: handlePrev, type: "button", children: /* @__PURE__ */ jsx298(ChevronLeftIcon_default, {}) }),
|
|
@@ -1639,16 +1636,13 @@ var Button = (props) => {
|
|
|
1639
1636
|
children,
|
|
1640
1637
|
type = "primary",
|
|
1641
1638
|
size = "md",
|
|
1642
|
-
color = "xplat-black",
|
|
1643
1639
|
disabled,
|
|
1644
|
-
className,
|
|
1645
1640
|
...rest
|
|
1646
1641
|
} = props;
|
|
1647
|
-
const colorClass = color;
|
|
1648
1642
|
return /* @__PURE__ */ jsx300(
|
|
1649
1643
|
"button",
|
|
1650
1644
|
{
|
|
1651
|
-
className: clsx_default("lib-xplat-button", type, size
|
|
1645
|
+
className: clsx_default("lib-xplat-button", type, size),
|
|
1652
1646
|
disabled,
|
|
1653
1647
|
...rest,
|
|
1654
1648
|
children
|
|
@@ -1712,7 +1706,6 @@ var RangePicker = (props) => {
|
|
|
1712
1706
|
startDate,
|
|
1713
1707
|
endDate,
|
|
1714
1708
|
onChange,
|
|
1715
|
-
color = "xplat-blue-500",
|
|
1716
1709
|
minDate,
|
|
1717
1710
|
maxDate,
|
|
1718
1711
|
locale = "ko"
|
|
@@ -1820,9 +1813,6 @@ var RangePicker = (props) => {
|
|
|
1820
1813
|
"div",
|
|
1821
1814
|
{
|
|
1822
1815
|
className: clsx_default("lib-xplat-datepicker", "range"),
|
|
1823
|
-
style: {
|
|
1824
|
-
"--datepicker-active-color": `var(--${color})`
|
|
1825
|
-
},
|
|
1826
1816
|
children: [
|
|
1827
1817
|
/* @__PURE__ */ jsxs193("div", { className: "datepicker-range-tabs", children: [
|
|
1828
1818
|
/* @__PURE__ */ jsx302(
|
|
@@ -1899,12 +1889,11 @@ var PopupPicker = (props) => {
|
|
|
1899
1889
|
Button_default,
|
|
1900
1890
|
{
|
|
1901
1891
|
type: "secondary",
|
|
1902
|
-
color: "xplat-neutral-400",
|
|
1903
1892
|
onClick: handleClose,
|
|
1904
1893
|
children: locale === "ko" ? "\uCDE8\uC18C" : "Cancel"
|
|
1905
1894
|
}
|
|
1906
1895
|
),
|
|
1907
|
-
/* @__PURE__ */ jsx303(Button_default, { type: "primary",
|
|
1896
|
+
/* @__PURE__ */ jsx303(Button_default, { type: "primary", onClick: handleClose, children: locale === "ko" ? "\uC801\uC6A9" : "Apply" })
|
|
1908
1897
|
] })
|
|
1909
1898
|
] }) })
|
|
1910
1899
|
] });
|