@snapcall/design-system 1.9.0 → 1.10.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/index.d.mts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +349 -303
- package/dist/index.mjs +334 -289
- package/dist/tailwind.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3521,13 +3521,51 @@ var RefreshCwIcon = forwardRef76(
|
|
|
3521
3521
|
}
|
|
3522
3522
|
);
|
|
3523
3523
|
|
|
3524
|
-
// src/icons/
|
|
3524
|
+
// src/icons/rotateCcw.tsx
|
|
3525
3525
|
import { forwardRef as forwardRef77 } from "react";
|
|
3526
3526
|
import { jsx as jsx79, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
3527
|
-
var
|
|
3527
|
+
var RotateCcwIcon = forwardRef77(
|
|
3528
|
+
function RotateCcwIcon2(_a, ref) {
|
|
3529
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3530
|
+
return /* @__PURE__ */ jsxs54(
|
|
3531
|
+
"svg",
|
|
3532
|
+
__spreadProps(__spreadValues({
|
|
3533
|
+
ref,
|
|
3534
|
+
width: size,
|
|
3535
|
+
height: size,
|
|
3536
|
+
viewBox: "0 0 24 24",
|
|
3537
|
+
fill: "none",
|
|
3538
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3539
|
+
className
|
|
3540
|
+
}, other), {
|
|
3541
|
+
children: [
|
|
3542
|
+
/* @__PURE__ */ jsx79(
|
|
3543
|
+
"path",
|
|
3544
|
+
{
|
|
3545
|
+
d: "M21.7656 6.70048C22.2991 6.84342 22.6157 7.39176 22.4727 7.92522C22.3298 8.45869 21.7814 8.77527 21.248 8.63233L20.8424 8.52367C22.5414 12.8289 20.8789 17.8439 16.7501 20.2276C14.0146 21.807 10.8197 21.8703 8.14099 20.6819C7.63616 20.4579 7.40847 19.8671 7.63244 19.3623C7.8564 18.8575 8.44721 18.6298 8.95205 18.8537C11.0716 19.7941 13.5916 19.7418 15.7501 18.4956C18.9061 16.6735 20.2368 12.904 19.1008 9.5813L19.0086 9.92522C18.8657 10.4587 18.3173 10.7753 17.7839 10.6323C17.2504 10.4894 16.9338 9.94105 17.0768 9.40758L17.8088 6.67553C17.9517 6.14207 18.5001 5.82548 19.0336 5.96843L21.7656 6.70048Z",
|
|
3546
|
+
fill: "currentColor"
|
|
3547
|
+
}
|
|
3548
|
+
),
|
|
3549
|
+
/* @__PURE__ */ jsx79(
|
|
3550
|
+
"path",
|
|
3551
|
+
{
|
|
3552
|
+
d: "M15.8592 3.3189C16.364 3.54286 16.5917 4.13367 16.3677 4.63851C16.1438 5.14334 15.553 5.37103 15.0481 5.14706C12.9286 4.20674 10.4085 4.25902 8.25007 5.50522C5.09408 7.32732 3.76337 11.0968 4.89942 14.4195L4.99159 14.0756C5.13453 13.5421 5.68287 13.2255 6.21633 13.3685C6.7498 13.5114 7.06638 14.0597 6.92344 14.5932L6.19139 17.3252C6.04845 17.8587 5.50011 18.1753 4.96664 18.0324L2.23459 17.3003C1.70113 17.1574 1.38454 16.609 1.52749 16.0756C1.67043 15.5421 2.21876 15.2255 2.75223 15.3685L3.15772 15.4771C1.45877 11.1719 3.12129 6.15692 7.25007 3.77317C9.98557 2.19382 13.1804 2.13049 15.8592 3.3189Z",
|
|
3553
|
+
fill: "currentColor"
|
|
3554
|
+
}
|
|
3555
|
+
)
|
|
3556
|
+
]
|
|
3557
|
+
})
|
|
3558
|
+
);
|
|
3559
|
+
}
|
|
3560
|
+
);
|
|
3561
|
+
|
|
3562
|
+
// src/icons/rocket.tsx
|
|
3563
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
3564
|
+
import { jsx as jsx80, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
3565
|
+
var RocketIcon = forwardRef78(
|
|
3528
3566
|
function RocketIcon2(_a, ref) {
|
|
3529
3567
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3530
|
-
return /* @__PURE__ */
|
|
3568
|
+
return /* @__PURE__ */ jsxs55(
|
|
3531
3569
|
"svg",
|
|
3532
3570
|
__spreadProps(__spreadValues({
|
|
3533
3571
|
ref,
|
|
@@ -3539,7 +3577,7 @@ var RocketIcon = forwardRef77(
|
|
|
3539
3577
|
className
|
|
3540
3578
|
}, other), {
|
|
3541
3579
|
children: [
|
|
3542
|
-
duotone && /* @__PURE__ */
|
|
3580
|
+
duotone && /* @__PURE__ */ jsx80(
|
|
3543
3581
|
"path",
|
|
3544
3582
|
{
|
|
3545
3583
|
opacity: "0.12",
|
|
@@ -3547,7 +3585,7 @@ var RocketIcon = forwardRef77(
|
|
|
3547
3585
|
fill: "currentColor"
|
|
3548
3586
|
}
|
|
3549
3587
|
),
|
|
3550
|
-
/* @__PURE__ */
|
|
3588
|
+
/* @__PURE__ */ jsx80(
|
|
3551
3589
|
"path",
|
|
3552
3590
|
{
|
|
3553
3591
|
d: "M12 15L9 12M12 15C13.3968 14.4687 14.7369 13.7987 16 13M12 15V20C12 20 15.03 19.45 16 18C17.08 16.38 16 13 16 13M9 12C9.53214 10.6194 10.2022 9.29607 11 8.05C12.1652 6.18699 13.7876 4.65305 15.713 3.5941C17.6384 2.53514 19.8027 1.98637 22 2C22 4.72 21.22 9.5 16 13M9 12H4C4 12 4.55 8.97 6 8C7.62 6.92 11 8 11 8M4.5 16.5C3 17.76 2.5 21.5 2.5 21.5C2.5 21.5 6.24 21 7.5 19.5C8.21 18.66 8.2 17.37 7.41 16.59C7.02131 16.219 6.50929 16.0046 5.97223 15.988C5.43516 15.9714 4.91088 16.1537 4.5 16.5Z",
|
|
@@ -3564,11 +3602,11 @@ var RocketIcon = forwardRef77(
|
|
|
3564
3602
|
);
|
|
3565
3603
|
|
|
3566
3604
|
// src/icons/save.tsx
|
|
3567
|
-
import { forwardRef as
|
|
3568
|
-
import { jsx as
|
|
3569
|
-
var SaveIcon =
|
|
3605
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
3606
|
+
import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3607
|
+
var SaveIcon = forwardRef79(function SaveIcon2(_a, ref) {
|
|
3570
3608
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3571
|
-
return /* @__PURE__ */
|
|
3609
|
+
return /* @__PURE__ */ jsxs56(
|
|
3572
3610
|
"svg",
|
|
3573
3611
|
__spreadProps(__spreadValues({
|
|
3574
3612
|
ref,
|
|
@@ -3580,15 +3618,15 @@ var SaveIcon = forwardRef78(function SaveIcon2(_a, ref) {
|
|
|
3580
3618
|
className
|
|
3581
3619
|
}, other), {
|
|
3582
3620
|
children: [
|
|
3583
|
-
duotone && /* @__PURE__ */
|
|
3584
|
-
/* @__PURE__ */
|
|
3621
|
+
duotone && /* @__PURE__ */ jsxs56("g", { opacity: "0.12", children: [
|
|
3622
|
+
/* @__PURE__ */ jsx81(
|
|
3585
3623
|
"path",
|
|
3586
3624
|
{
|
|
3587
3625
|
d: "M7 3H15.2929C15.7456 3 16.1799 3.17986 16.5 3.5C16.8201 3.82014 17 4.25435 17 4.70711V6.4C17 6.96005 17 7.24008 16.891 7.45399C16.7951 7.64215 16.6422 7.79513 16.454 7.89101C16.2401 8 15.9601 8 15.4 8H8.6C8.03995 8 7.75992 8 7.54601 7.89101C7.35785 7.79513 7.20487 7.64215 7.10899 7.45399C7 7.24008 7 6.96005 7 6.4V3Z",
|
|
3588
3626
|
fill: "currentColor"
|
|
3589
3627
|
}
|
|
3590
3628
|
),
|
|
3591
|
-
/* @__PURE__ */
|
|
3629
|
+
/* @__PURE__ */ jsx81(
|
|
3592
3630
|
"path",
|
|
3593
3631
|
{
|
|
3594
3632
|
d: "M7 14.6C7 14.0399 7 13.7599 7.10899 13.546C7.20487 13.3578 7.35785 13.2049 7.54601 13.109C7.75992 13 8.03995 13 8.6 13H15.4C15.9601 13 16.2401 13 16.454 13.109C16.6422 13.2049 16.7951 13.3578 16.891 13.546C17 13.7599 17 14.0399 17 14.6V21H7V14.6Z",
|
|
@@ -3596,7 +3634,7 @@ var SaveIcon = forwardRef78(function SaveIcon2(_a, ref) {
|
|
|
3596
3634
|
}
|
|
3597
3635
|
)
|
|
3598
3636
|
] }),
|
|
3599
|
-
/* @__PURE__ */
|
|
3637
|
+
/* @__PURE__ */ jsx81(
|
|
3600
3638
|
"path",
|
|
3601
3639
|
{
|
|
3602
3640
|
d: "M7 3V6.4C7 6.96005 7 7.24008 7.10899 7.45399C7.20487 7.64215 7.35785 7.79513 7.54601 7.89101C7.75992 8 8.03995 8 8.6 8H15.4C15.9601 8 16.2401 8 16.454 7.89101C16.6422 7.79513 16.7951 7.64215 16.891 7.45399C17 7.24008 17 6.96005 17 6.4V4M17 21V14.6C17 14.0399 17 13.7599 16.891 13.546C16.7951 13.3578 16.6422 13.2049 16.454 13.109C16.2401 13 15.9601 13 15.4 13H8.6C8.03995 13 7.75992 13 7.54601 13.109C7.35785 13.2049 7.20487 13.3578 7.10899 13.546C7 13.7599 7 14.0399 7 14.6V21M21 9.32548V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H14.6745C15.1637 3 15.4083 3 15.6385 3.05526C15.8425 3.10425 16.0376 3.18506 16.2166 3.29472C16.4184 3.4184 16.5914 3.59135 16.9373 3.93726L20.0627 7.06274C20.4086 7.40865 20.5816 7.5816 20.7053 7.78343C20.8149 7.96237 20.8957 8.15746 20.9447 8.36154C21 8.59171 21 8.8363 21 9.32548Z",
|
|
@@ -3612,12 +3650,12 @@ var SaveIcon = forwardRef78(function SaveIcon2(_a, ref) {
|
|
|
3612
3650
|
});
|
|
3613
3651
|
|
|
3614
3652
|
// src/icons/search.tsx
|
|
3615
|
-
import { forwardRef as
|
|
3616
|
-
import { jsx as
|
|
3617
|
-
var SearchMdIcon =
|
|
3653
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
3654
|
+
import { jsx as jsx82, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3655
|
+
var SearchMdIcon = forwardRef80(
|
|
3618
3656
|
function SearchMdIcon2(_a, ref) {
|
|
3619
3657
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3620
|
-
return /* @__PURE__ */
|
|
3658
|
+
return /* @__PURE__ */ jsxs57(
|
|
3621
3659
|
"svg",
|
|
3622
3660
|
__spreadProps(__spreadValues({
|
|
3623
3661
|
ref,
|
|
@@ -3629,7 +3667,7 @@ var SearchMdIcon = forwardRef79(
|
|
|
3629
3667
|
className
|
|
3630
3668
|
}, other), {
|
|
3631
3669
|
children: [
|
|
3632
|
-
duotone && /* @__PURE__ */
|
|
3670
|
+
duotone && /* @__PURE__ */ jsx82(
|
|
3633
3671
|
"path",
|
|
3634
3672
|
{
|
|
3635
3673
|
opacity: "0.12",
|
|
@@ -3637,7 +3675,7 @@ var SearchMdIcon = forwardRef79(
|
|
|
3637
3675
|
fill: "currentColor"
|
|
3638
3676
|
}
|
|
3639
3677
|
),
|
|
3640
|
-
/* @__PURE__ */
|
|
3678
|
+
/* @__PURE__ */ jsx82(
|
|
3641
3679
|
"path",
|
|
3642
3680
|
{
|
|
3643
3681
|
d: "M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z",
|
|
@@ -3654,11 +3692,11 @@ var SearchMdIcon = forwardRef79(
|
|
|
3654
3692
|
);
|
|
3655
3693
|
|
|
3656
3694
|
// src/icons/send.tsx
|
|
3657
|
-
import { forwardRef as
|
|
3658
|
-
import { jsx as
|
|
3659
|
-
var SendIcon =
|
|
3695
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
3696
|
+
import { jsx as jsx83, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3697
|
+
var SendIcon = forwardRef81(function SendIcon2(_a, ref) {
|
|
3660
3698
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3661
|
-
return /* @__PURE__ */
|
|
3699
|
+
return /* @__PURE__ */ jsxs58(
|
|
3662
3700
|
"svg",
|
|
3663
3701
|
__spreadProps(__spreadValues({
|
|
3664
3702
|
ref,
|
|
@@ -3670,7 +3708,7 @@ var SendIcon = forwardRef80(function SendIcon2(_a, ref) {
|
|
|
3670
3708
|
className
|
|
3671
3709
|
}, other), {
|
|
3672
3710
|
children: [
|
|
3673
|
-
duotone && /* @__PURE__ */
|
|
3711
|
+
duotone && /* @__PURE__ */ jsx83(
|
|
3674
3712
|
"path",
|
|
3675
3713
|
{
|
|
3676
3714
|
opacity: "0.12",
|
|
@@ -3678,7 +3716,7 @@ var SendIcon = forwardRef80(function SendIcon2(_a, ref) {
|
|
|
3678
3716
|
fill: "currentColor"
|
|
3679
3717
|
}
|
|
3680
3718
|
),
|
|
3681
|
-
/* @__PURE__ */
|
|
3719
|
+
/* @__PURE__ */ jsx83(
|
|
3682
3720
|
"path",
|
|
3683
3721
|
{
|
|
3684
3722
|
d: "M10.5 12H5M4.91534 12.2915L2.58042 19.2662C2.39699 19.8141 2.30527 20.0881 2.37109 20.2568C2.42825 20.4033 2.55102 20.5144 2.7025 20.5567C2.87693 20.6054 3.1404 20.4868 3.66733 20.2497L20.3788 12.7295C20.8931 12.4981 21.1503 12.3823 21.2298 12.2216C21.2988 12.0819 21.2988 11.918 21.2298 11.7784C21.1503 11.6176 20.8931 11.5019 20.3788 11.2704L3.66151 3.7477C3.13616 3.51129 2.87349 3.39309 2.69923 3.44158C2.54789 3.48369 2.42514 3.59448 2.36778 3.74072C2.30174 3.90911 2.39247 4.18249 2.57395 4.72924L4.91599 11.7855C4.94716 11.8794 4.96275 11.9264 4.9689 11.9744C4.97436 12.017 4.9743 12.0601 4.96873 12.1027C4.96246 12.1507 4.94675 12.1976 4.91534 12.2915Z",
|
|
@@ -3694,12 +3732,12 @@ var SendIcon = forwardRef80(function SendIcon2(_a, ref) {
|
|
|
3694
3732
|
});
|
|
3695
3733
|
|
|
3696
3734
|
// src/icons/settings.tsx
|
|
3697
|
-
import { forwardRef as
|
|
3698
|
-
import { jsx as
|
|
3699
|
-
var SettingsIcon =
|
|
3735
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
3736
|
+
import { jsx as jsx84, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3737
|
+
var SettingsIcon = forwardRef82(
|
|
3700
3738
|
function SettingsIcon2(_a, ref) {
|
|
3701
3739
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3702
|
-
return /* @__PURE__ */
|
|
3740
|
+
return /* @__PURE__ */ jsxs59(
|
|
3703
3741
|
"svg",
|
|
3704
3742
|
__spreadProps(__spreadValues({
|
|
3705
3743
|
ref,
|
|
@@ -3711,7 +3749,7 @@ var SettingsIcon = forwardRef81(
|
|
|
3711
3749
|
className
|
|
3712
3750
|
}, other), {
|
|
3713
3751
|
children: [
|
|
3714
|
-
duotone && /* @__PURE__ */
|
|
3752
|
+
duotone && /* @__PURE__ */ jsx84(
|
|
3715
3753
|
"path",
|
|
3716
3754
|
{
|
|
3717
3755
|
opacity: "0.12",
|
|
@@ -3721,7 +3759,7 @@ var SettingsIcon = forwardRef81(
|
|
|
3721
3759
|
fill: "currentColor"
|
|
3722
3760
|
}
|
|
3723
3761
|
),
|
|
3724
|
-
/* @__PURE__ */
|
|
3762
|
+
/* @__PURE__ */ jsx84(
|
|
3725
3763
|
"path",
|
|
3726
3764
|
{
|
|
3727
3765
|
d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
|
|
@@ -3732,7 +3770,7 @@ var SettingsIcon = forwardRef81(
|
|
|
3732
3770
|
}
|
|
3733
3771
|
),
|
|
3734
3772
|
",",
|
|
3735
|
-
/* @__PURE__ */
|
|
3773
|
+
/* @__PURE__ */ jsx84(
|
|
3736
3774
|
"path",
|
|
3737
3775
|
{
|
|
3738
3776
|
d: "M18.7273 14.7273C18.6063 15.0015 18.5702 15.3056 18.6236 15.6005C18.6771 15.8954 18.8177 16.1676 19.0273 16.3818L19.0818 16.4364C19.2509 16.6052 19.385 16.8057 19.4765 17.0265C19.568 17.2472 19.6151 17.4838 19.6151 17.7227C19.6151 17.9617 19.568 18.1983 19.4765 18.419C19.385 18.6397 19.2509 18.8402 19.0818 19.0091C18.913 19.1781 18.7124 19.3122 18.4917 19.4037C18.271 19.4952 18.0344 19.5423 17.7955 19.5423C17.5565 19.5423 17.3199 19.4952 17.0992 19.4037C16.8785 19.3122 16.678 19.1781 16.5091 19.0091L16.4545 18.9545C16.2403 18.745 15.9682 18.6044 15.6733 18.5509C15.3784 18.4974 15.0742 18.5335 14.8 18.6545C14.5311 18.7698 14.3018 18.9611 14.1403 19.205C13.9788 19.4489 13.8921 19.7347 13.8909 20.0273V20.1818C13.8909 20.664 13.6994 21.1265 13.3584 21.4675C13.0174 21.8084 12.5549 22 12.0727 22C11.5905 22 11.1281 21.8084 10.7871 21.4675C10.4461 21.1265 10.2545 20.664 10.2545 20.1818V20.1C10.2475 19.7991 10.1501 19.5073 9.97501 19.2625C9.79991 19.0176 9.55521 18.8312 9.27273 18.7273C8.99853 18.6063 8.69437 18.5702 8.39947 18.6236C8.10456 18.6771 7.83244 18.8177 7.61818 19.0273L7.56364 19.0818C7.39478 19.2509 7.19425 19.385 6.97353 19.4765C6.7528 19.568 6.51621 19.6151 6.27727 19.6151C6.03834 19.6151 5.80174 19.568 5.58102 19.4765C5.36029 19.385 5.15977 19.2509 4.99091 19.0818C4.82186 18.913 4.68775 18.7124 4.59626 18.4917C4.50476 18.271 4.45766 18.0344 4.45766 17.7955C4.45766 17.5565 4.50476 17.3199 4.59626 17.0992C4.68775 16.8785 4.82186 16.678 4.99091 16.5091L5.04545 16.4545C5.25503 16.2403 5.39562 15.9682 5.4491 15.6733C5.50257 15.3784 5.46647 15.0742 5.34545 14.8C5.23022 14.5311 5.03887 14.3018 4.79497 14.1403C4.55107 13.9788 4.26526 13.8921 3.97273 13.8909H3.81818C3.33597 13.8909 2.87351 13.6994 2.53253 13.3584C2.19156 13.0174 2 12.5549 2 12.0727C2 11.5905 2.19156 11.1281 2.53253 10.7871C2.87351 10.4461 3.33597 10.2545 3.81818 10.2545H3.9C4.2009 10.2475 4.49273 10.1501 4.73754 9.97501C4.98236 9.79991 5.16883 9.55521 5.27273 9.27273C5.39374 8.99853 5.42984 8.69437 5.37637 8.39947C5.3229 8.10456 5.18231 7.83244 4.97273 7.61818L4.91818 7.56364C4.74913 7.39478 4.61503 7.19425 4.52353 6.97353C4.43203 6.7528 4.38493 6.51621 4.38493 6.27727C4.38493 6.03834 4.43203 5.80174 4.52353 5.58102C4.61503 5.36029 4.74913 5.15977 4.91818 4.99091C5.08704 4.82186 5.28757 4.68775 5.50829 4.59626C5.72901 4.50476 5.96561 4.45766 6.20455 4.45766C6.44348 4.45766 6.68008 4.50476 6.9008 4.59626C7.12152 4.68775 7.32205 4.82186 7.49091 4.99091L7.54545 5.04545C7.75971 5.25503 8.03183 5.39562 8.32674 5.4491C8.62164 5.50257 8.9258 5.46647 9.2 5.34545H9.27273C9.54161 5.23022 9.77093 5.03887 9.93245 4.79497C10.094 4.55107 10.1807 4.26526 10.1818 3.97273V3.81818C10.1818 3.33597 10.3734 2.87351 10.7144 2.53253C11.0553 2.19156 11.5178 2 12 2C12.4822 2 12.9447 2.19156 13.2856 2.53253C13.6266 2.87351 13.8182 3.33597 13.8182 3.81818V3.9C13.8193 4.19253 13.906 4.47834 14.0676 4.72224C14.2291 4.96614 14.4584 5.15749 14.7273 5.27273C15.0015 5.39374 15.3056 5.42984 15.6005 5.37637C15.8954 5.3229 16.1676 5.18231 16.3818 4.97273L16.4364 4.91818C16.6052 4.74913 16.8057 4.61503 17.0265 4.52353C17.2472 4.43203 17.4838 4.38493 17.7227 4.38493C17.9617 4.38493 18.1983 4.43203 18.419 4.52353C18.6397 4.61503 18.8402 4.74913 19.0091 4.91818C19.1781 5.08704 19.3122 5.28757 19.4037 5.50829C19.4952 5.72901 19.5423 5.96561 19.5423 6.20455C19.5423 6.44348 19.4952 6.68008 19.4037 6.9008C19.3122 7.12152 19.1781 7.32205 19.0091 7.49091L18.9545 7.54545C18.745 7.75971 18.6044 8.03183 18.5509 8.32674C18.4974 8.62164 18.5335 8.9258 18.6545 9.2V9.27273C18.7698 9.54161 18.9611 9.77093 19.205 9.93245C19.4489 10.094 19.7347 10.1807 20.0273 10.1818H20.1818C20.664 10.1818 21.1265 10.3734 21.4675 10.7144C21.8084 11.0553 22 11.5178 22 12C22 12.4822 21.8084 12.9447 21.4675 13.2856C21.1265 13.6266 20.664 13.8182 20.1818 13.8182H20.1C19.8075 13.8193 19.5217 13.906 19.2778 14.0676C19.0339 14.2291 18.8425 14.4584 18.7273 14.7273Z",
|
|
@@ -3749,12 +3787,12 @@ var SettingsIcon = forwardRef81(
|
|
|
3749
3787
|
);
|
|
3750
3788
|
|
|
3751
3789
|
// src/icons/share.tsx
|
|
3752
|
-
import { forwardRef as
|
|
3753
|
-
import { jsx as
|
|
3754
|
-
var ShareIcon =
|
|
3790
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
3791
|
+
import { jsx as jsx85, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3792
|
+
var ShareIcon = forwardRef83(
|
|
3755
3793
|
function ShareIcon2(_a, ref) {
|
|
3756
3794
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3757
|
-
return /* @__PURE__ */
|
|
3795
|
+
return /* @__PURE__ */ jsxs60(
|
|
3758
3796
|
"svg",
|
|
3759
3797
|
__spreadProps(__spreadValues({
|
|
3760
3798
|
ref,
|
|
@@ -3766,22 +3804,22 @@ var ShareIcon = forwardRef82(
|
|
|
3766
3804
|
className
|
|
3767
3805
|
}, other), {
|
|
3768
3806
|
children: [
|
|
3769
|
-
duotone && /* @__PURE__ */
|
|
3770
|
-
/* @__PURE__ */
|
|
3807
|
+
duotone && /* @__PURE__ */ jsxs60("g", { opacity: "0.12", children: [
|
|
3808
|
+
/* @__PURE__ */ jsx85(
|
|
3771
3809
|
"path",
|
|
3772
3810
|
{
|
|
3773
3811
|
d: "M18 8C19.6569 8 21 6.65685 21 5C21 3.34315 19.6569 2 18 2C16.3431 2 15 3.34315 15 5C15 6.65685 16.3431 8 18 8Z",
|
|
3774
3812
|
fill: "currentColor"
|
|
3775
3813
|
}
|
|
3776
3814
|
),
|
|
3777
|
-
/* @__PURE__ */
|
|
3815
|
+
/* @__PURE__ */ jsx85(
|
|
3778
3816
|
"path",
|
|
3779
3817
|
{
|
|
3780
3818
|
d: "M6 15C7.65685 15 9 13.6569 9 12C9 10.3431 7.65685 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15Z",
|
|
3781
3819
|
fill: "currentColor"
|
|
3782
3820
|
}
|
|
3783
3821
|
),
|
|
3784
|
-
/* @__PURE__ */
|
|
3822
|
+
/* @__PURE__ */ jsx85(
|
|
3785
3823
|
"path",
|
|
3786
3824
|
{
|
|
3787
3825
|
d: "M18 22C19.6569 22 21 20.6569 21 19C21 17.3431 19.6569 16 18 16C16.3431 16 15 17.3431 15 19C15 20.6569 16.3431 22 18 22Z",
|
|
@@ -3789,7 +3827,7 @@ var ShareIcon = forwardRef82(
|
|
|
3789
3827
|
}
|
|
3790
3828
|
)
|
|
3791
3829
|
] }),
|
|
3792
|
-
/* @__PURE__ */
|
|
3830
|
+
/* @__PURE__ */ jsx85(
|
|
3793
3831
|
"path",
|
|
3794
3832
|
{
|
|
3795
3833
|
d: "M8.59 13.51L15.42 17.49M15.41 6.51L8.59 10.49M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5ZM9 12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.65685 9 9 10.3431 9 12ZM21 19C21 20.6569 19.6569 22 18 22C16.3431 22 15 20.6569 15 19C15 17.3431 16.3431 16 18 16C19.6569 16 21 17.3431 21 19Z",
|
|
@@ -3806,12 +3844,12 @@ var ShareIcon = forwardRef82(
|
|
|
3806
3844
|
);
|
|
3807
3845
|
|
|
3808
3846
|
// src/icons/shareArrow.tsx
|
|
3809
|
-
import { forwardRef as
|
|
3810
|
-
import { jsx as
|
|
3811
|
-
var ShareArrowIcon =
|
|
3847
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
3848
|
+
import { jsx as jsx86, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3849
|
+
var ShareArrowIcon = forwardRef84(
|
|
3812
3850
|
function ShareArrowIcon2(_a, ref) {
|
|
3813
3851
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3814
|
-
return /* @__PURE__ */
|
|
3852
|
+
return /* @__PURE__ */ jsxs61(
|
|
3815
3853
|
"svg",
|
|
3816
3854
|
__spreadProps(__spreadValues({
|
|
3817
3855
|
ref,
|
|
@@ -3823,7 +3861,7 @@ var ShareArrowIcon = forwardRef83(
|
|
|
3823
3861
|
className
|
|
3824
3862
|
}, other), {
|
|
3825
3863
|
children: [
|
|
3826
|
-
duotone && /* @__PURE__ */
|
|
3864
|
+
duotone && /* @__PURE__ */ jsx86(
|
|
3827
3865
|
"path",
|
|
3828
3866
|
{
|
|
3829
3867
|
opacity: "0.12",
|
|
@@ -3831,7 +3869,7 @@ var ShareArrowIcon = forwardRef83(
|
|
|
3831
3869
|
fill: "currentColor"
|
|
3832
3870
|
}
|
|
3833
3871
|
),
|
|
3834
|
-
/* @__PURE__ */
|
|
3872
|
+
/* @__PURE__ */ jsx86(
|
|
3835
3873
|
"path",
|
|
3836
3874
|
{
|
|
3837
3875
|
d: "M21 9.00001L21 3.00001M21 3.00001H15M21 3.00001L12 12M10 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V14",
|
|
@@ -3848,12 +3886,12 @@ var ShareArrowIcon = forwardRef83(
|
|
|
3848
3886
|
);
|
|
3849
3887
|
|
|
3850
3888
|
// src/icons/skipBack.tsx
|
|
3851
|
-
import { forwardRef as
|
|
3852
|
-
import { jsx as
|
|
3853
|
-
var SkipBackIcon =
|
|
3889
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
3890
|
+
import { jsx as jsx87, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3891
|
+
var SkipBackIcon = forwardRef85(
|
|
3854
3892
|
function SkipBackIcon2(_a, ref) {
|
|
3855
3893
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3856
|
-
return /* @__PURE__ */
|
|
3894
|
+
return /* @__PURE__ */ jsxs62(
|
|
3857
3895
|
"svg",
|
|
3858
3896
|
__spreadProps(__spreadValues({
|
|
3859
3897
|
ref,
|
|
@@ -3865,7 +3903,7 @@ var SkipBackIcon = forwardRef84(
|
|
|
3865
3903
|
className
|
|
3866
3904
|
}, other), {
|
|
3867
3905
|
children: [
|
|
3868
|
-
duotone && /* @__PURE__ */
|
|
3906
|
+
duotone && /* @__PURE__ */ jsx87(
|
|
3869
3907
|
"path",
|
|
3870
3908
|
{
|
|
3871
3909
|
opacity: "0.12",
|
|
@@ -3873,7 +3911,7 @@ var SkipBackIcon = forwardRef84(
|
|
|
3873
3911
|
fill: "currentColor"
|
|
3874
3912
|
}
|
|
3875
3913
|
),
|
|
3876
|
-
/* @__PURE__ */
|
|
3914
|
+
/* @__PURE__ */ jsx87(
|
|
3877
3915
|
"path",
|
|
3878
3916
|
{
|
|
3879
3917
|
d: "M5 19V5M16.4005 6.07961L10.5617 10.7506C10.0279 11.1777 9.76097 11.3912 9.66433 11.6492C9.5796 11.8754 9.5796 12.1246 9.66433 12.3508C9.76097 12.6088 10.0279 12.8223 10.5617 13.2494L16.4005 17.9204C17.2327 18.5861 17.6487 18.919 17.9989 18.9194C18.3035 18.9197 18.5916 18.7812 18.7815 18.5432C19 18.2695 19 17.7367 19 16.671V7.329C19 6.2633 19 5.73045 18.7815 5.45677C18.5916 5.21876 18.3035 5.0803 17.9989 5.08063C17.6487 5.081 17.2327 5.41387 16.4005 6.07961Z",
|
|
@@ -3890,12 +3928,12 @@ var SkipBackIcon = forwardRef84(
|
|
|
3890
3928
|
);
|
|
3891
3929
|
|
|
3892
3930
|
// src/icons/skipForward.tsx
|
|
3893
|
-
import { forwardRef as
|
|
3894
|
-
import { jsx as
|
|
3895
|
-
var SkipForwardIcon =
|
|
3931
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
3932
|
+
import { jsx as jsx88, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3933
|
+
var SkipForwardIcon = forwardRef86(
|
|
3896
3934
|
function SkipForwardIcon2(_a, ref) {
|
|
3897
3935
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3898
|
-
return /* @__PURE__ */
|
|
3936
|
+
return /* @__PURE__ */ jsxs63(
|
|
3899
3937
|
"svg",
|
|
3900
3938
|
__spreadProps(__spreadValues({
|
|
3901
3939
|
ref,
|
|
@@ -3907,7 +3945,7 @@ var SkipForwardIcon = forwardRef85(
|
|
|
3907
3945
|
className
|
|
3908
3946
|
}, other), {
|
|
3909
3947
|
children: [
|
|
3910
|
-
duotone && /* @__PURE__ */
|
|
3948
|
+
duotone && /* @__PURE__ */ jsx88(
|
|
3911
3949
|
"path",
|
|
3912
3950
|
{
|
|
3913
3951
|
opacity: "0.12",
|
|
@@ -3915,7 +3953,7 @@ var SkipForwardIcon = forwardRef85(
|
|
|
3915
3953
|
fill: "currentColor"
|
|
3916
3954
|
}
|
|
3917
3955
|
),
|
|
3918
|
-
/* @__PURE__ */
|
|
3956
|
+
/* @__PURE__ */ jsx88(
|
|
3919
3957
|
"path",
|
|
3920
3958
|
{
|
|
3921
3959
|
d: "M19 5V19M7.59951 17.9204L13.4383 13.2494C13.9721 12.8223 14.239 12.6088 14.3357 12.3508C14.4204 12.1246 14.4204 11.8754 14.3357 11.6492C14.239 11.3912 13.9721 11.1777 13.4383 10.7506L7.59951 6.07961C6.76734 5.41387 6.35125 5.081 6.00108 5.08063C5.69654 5.0803 5.40845 5.21876 5.21846 5.45677C5 5.73045 5 6.2633 5 7.329V16.671C5 17.7367 5 18.2695 5.21846 18.5432C5.40845 18.7812 5.69654 18.9197 6.00108 18.9194C6.35125 18.919 6.76734 18.5861 7.59951 17.9204Z",
|
|
@@ -3932,12 +3970,12 @@ var SkipForwardIcon = forwardRef85(
|
|
|
3932
3970
|
);
|
|
3933
3971
|
|
|
3934
3972
|
// src/icons/spinner.tsx
|
|
3935
|
-
import { forwardRef as
|
|
3936
|
-
import { jsx as
|
|
3937
|
-
var SpinnerIcon =
|
|
3973
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
3974
|
+
import { jsx as jsx89, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
3975
|
+
var SpinnerIcon = forwardRef87(
|
|
3938
3976
|
function SpinnerIcon2(_a, ref) {
|
|
3939
3977
|
var _b = _a, { size = 24, className = "animate-spin text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
3940
|
-
return /* @__PURE__ */
|
|
3978
|
+
return /* @__PURE__ */ jsxs64(
|
|
3941
3979
|
"svg",
|
|
3942
3980
|
__spreadProps(__spreadValues({
|
|
3943
3981
|
ref,
|
|
@@ -3949,7 +3987,7 @@ var SpinnerIcon = forwardRef86(
|
|
|
3949
3987
|
className
|
|
3950
3988
|
}, other), {
|
|
3951
3989
|
children: [
|
|
3952
|
-
/* @__PURE__ */
|
|
3990
|
+
/* @__PURE__ */ jsx89(
|
|
3953
3991
|
"path",
|
|
3954
3992
|
{
|
|
3955
3993
|
opacity: "0.12",
|
|
@@ -3957,7 +3995,7 @@ var SpinnerIcon = forwardRef86(
|
|
|
3957
3995
|
fill: "currentColor"
|
|
3958
3996
|
}
|
|
3959
3997
|
),
|
|
3960
|
-
/* @__PURE__ */
|
|
3998
|
+
/* @__PURE__ */ jsx89(
|
|
3961
3999
|
"path",
|
|
3962
4000
|
{
|
|
3963
4001
|
d: "M22.916 12C23.7908 12 24.5108 12.7122 24.3956 13.5794C24.1641 15.323 23.5512 17.0011 22.5928 18.4912C21.3476 20.4272 19.5719 21.9643 17.4774 22.919C15.3829 23.8738 13.058 24.206 10.7799 23.8761C8.50179 23.5461 6.36667 22.5679 4.62912 21.0581C2.89158 19.5483 1.62494 17.5706 0.98025 15.3609C0.335563 13.1511 0.340035 10.8026 0.993131 8.5953C1.64623 6.38803 2.92039 4.41517 4.66367 2.91199C6.00545 1.75501 7.58156 0.913857 9.27571 0.441275C10.1184 0.206218 10.9241 0.819698 11.0462 1.68595C11.1683 2.55221 10.5575 3.33995 9.72694 3.61463C8.63201 3.97673 7.61359 4.55146 6.73246 5.31122C5.44941 6.41757 4.51162 7.86959 4.03094 9.49414C3.55027 11.1187 3.54697 12.8472 4.02146 14.4736C4.49595 16.1 5.4282 17.5555 6.70703 18.6668C7.98587 19.778 9.55732 20.4979 11.234 20.7408C12.9107 20.9836 14.6218 20.7391 16.1634 20.0364C17.7049 19.3337 19.0119 18.2024 19.9283 16.7775C20.5576 15.799 20.9846 14.7103 21.1903 13.5755C21.3464 12.7148 22.0412 12 22.916 12Z",
|
|
@@ -3971,12 +4009,12 @@ var SpinnerIcon = forwardRef86(
|
|
|
3971
4009
|
);
|
|
3972
4010
|
|
|
3973
4011
|
// src/icons/stars.tsx
|
|
3974
|
-
import { forwardRef as
|
|
3975
|
-
import { jsx as
|
|
3976
|
-
var StarsIcon =
|
|
4012
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
4013
|
+
import { jsx as jsx90, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
4014
|
+
var StarsIcon = forwardRef88(
|
|
3977
4015
|
function StarsIcon2(_a, ref) {
|
|
3978
4016
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3979
|
-
return /* @__PURE__ */
|
|
4017
|
+
return /* @__PURE__ */ jsxs65(
|
|
3980
4018
|
"svg",
|
|
3981
4019
|
__spreadProps(__spreadValues({
|
|
3982
4020
|
ref,
|
|
@@ -3988,7 +4026,7 @@ var StarsIcon = forwardRef87(
|
|
|
3988
4026
|
className
|
|
3989
4027
|
}, other), {
|
|
3990
4028
|
children: [
|
|
3991
|
-
duotone && /* @__PURE__ */
|
|
4029
|
+
duotone && /* @__PURE__ */ jsx90(
|
|
3992
4030
|
"path",
|
|
3993
4031
|
{
|
|
3994
4032
|
opacity: "0.12",
|
|
@@ -3996,7 +4034,7 @@ var StarsIcon = forwardRef87(
|
|
|
3996
4034
|
fill: "currentColor"
|
|
3997
4035
|
}
|
|
3998
4036
|
),
|
|
3999
|
-
/* @__PURE__ */
|
|
4037
|
+
/* @__PURE__ */ jsx90(
|
|
4000
4038
|
"path",
|
|
4001
4039
|
{
|
|
4002
4040
|
d: "M4.5 22V17M4.5 7V2M2 4.5H7M2 19.5H7M13 3L11.2658 7.50886C10.9838 8.24209 10.8428 8.60871 10.6235 8.91709C10.4292 9.1904 10.1904 9.42919 9.91709 9.62353C9.60871 9.8428 9.24209 9.98381 8.50886 10.2658L4 12L8.50886 13.7342C9.24209 14.0162 9.60871 14.1572 9.91709 14.3765C10.1904 14.5708 10.4292 14.8096 10.6235 15.0829C10.8428 15.3913 10.9838 15.7579 11.2658 16.4911L13 21L14.7342 16.4911C15.0162 15.7579 15.1572 15.3913 15.3765 15.0829C15.5708 14.8096 15.8096 14.5708 16.0829 14.3765C16.3913 14.1572 16.7579 14.0162 17.4911 13.7342L22 12L17.4911 10.2658C16.7579 9.98381 16.3913 9.8428 16.0829 9.62353C15.8096 9.42919 15.5708 9.1904 15.3765 8.91709C15.1572 8.60871 15.0162 8.24209 14.7342 7.50886L13 3Z",
|
|
@@ -4013,12 +4051,12 @@ var StarsIcon = forwardRef87(
|
|
|
4013
4051
|
);
|
|
4014
4052
|
|
|
4015
4053
|
// src/icons/trash.tsx
|
|
4016
|
-
import { forwardRef as
|
|
4017
|
-
import { jsx as
|
|
4018
|
-
var TrashIcon =
|
|
4054
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
4055
|
+
import { jsx as jsx91, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
4056
|
+
var TrashIcon = forwardRef89(
|
|
4019
4057
|
function TrashIcon2(_a, ref) {
|
|
4020
4058
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4021
|
-
return /* @__PURE__ */
|
|
4059
|
+
return /* @__PURE__ */ jsxs66(
|
|
4022
4060
|
"svg",
|
|
4023
4061
|
__spreadProps(__spreadValues({
|
|
4024
4062
|
ref,
|
|
@@ -4030,7 +4068,7 @@ var TrashIcon = forwardRef88(
|
|
|
4030
4068
|
className
|
|
4031
4069
|
}, other), {
|
|
4032
4070
|
children: [
|
|
4033
|
-
duotone && /* @__PURE__ */
|
|
4071
|
+
duotone && /* @__PURE__ */ jsx91(
|
|
4034
4072
|
"path",
|
|
4035
4073
|
{
|
|
4036
4074
|
opacity: "0.12",
|
|
@@ -4038,7 +4076,7 @@ var TrashIcon = forwardRef88(
|
|
|
4038
4076
|
fill: "currentColor"
|
|
4039
4077
|
}
|
|
4040
4078
|
),
|
|
4041
|
-
/* @__PURE__ */
|
|
4079
|
+
/* @__PURE__ */ jsx91(
|
|
4042
4080
|
"path",
|
|
4043
4081
|
{
|
|
4044
4082
|
d: "M9 3H15M3 6H21M19 6L18.2987 16.5193C18.1935 18.0975 18.1409 18.8867 17.8 19.485C17.4999 20.0118 17.0472 20.4353 16.5017 20.6997C15.882 21 15.0911 21 13.5093 21H10.4907C8.90891 21 8.11803 21 7.49834 20.6997C6.95276 20.4353 6.50009 20.0118 6.19998 19.485C5.85911 18.8867 5.8065 18.0975 5.70129 16.5193L5 6M10 10.5V15.5M14 10.5V15.5",
|
|
@@ -4055,12 +4093,12 @@ var TrashIcon = forwardRef88(
|
|
|
4055
4093
|
);
|
|
4056
4094
|
|
|
4057
4095
|
// src/icons/trendDown.tsx
|
|
4058
|
-
import { forwardRef as
|
|
4059
|
-
import { jsx as
|
|
4060
|
-
var TrendDownIcon =
|
|
4096
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
4097
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
4098
|
+
var TrendDownIcon = forwardRef90(
|
|
4061
4099
|
function TrendDownIcon2(_a, ref) {
|
|
4062
4100
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4063
|
-
return /* @__PURE__ */
|
|
4101
|
+
return /* @__PURE__ */ jsx92(
|
|
4064
4102
|
"svg",
|
|
4065
4103
|
__spreadProps(__spreadValues({
|
|
4066
4104
|
ref,
|
|
@@ -4071,7 +4109,7 @@ var TrendDownIcon = forwardRef89(
|
|
|
4071
4109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4072
4110
|
className
|
|
4073
4111
|
}, other), {
|
|
4074
|
-
children: /* @__PURE__ */
|
|
4112
|
+
children: /* @__PURE__ */ jsx92(
|
|
4075
4113
|
"path",
|
|
4076
4114
|
{
|
|
4077
4115
|
d: "M22 17L14.1314 9.13137C13.7354 8.73535 13.5373 8.53735 13.309 8.46316C13.1082 8.3979 12.8918 8.3979 12.691 8.46316C12.4627 8.53735 12.2646 8.73535 11.8686 9.13137L9.13137 11.8686C8.73535 12.2646 8.53735 12.4627 8.30902 12.5368C8.10817 12.6021 7.89183 12.6021 7.69098 12.5368C7.46265 12.4627 7.26465 12.2646 6.86863 11.8686L2 7M22 17H15M22 17V10",
|
|
@@ -4087,12 +4125,12 @@ var TrendDownIcon = forwardRef89(
|
|
|
4087
4125
|
);
|
|
4088
4126
|
|
|
4089
4127
|
// src/icons/trendUp.tsx
|
|
4090
|
-
import { forwardRef as
|
|
4091
|
-
import { jsx as
|
|
4092
|
-
var TrendUpIcon =
|
|
4128
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
4129
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
4130
|
+
var TrendUpIcon = forwardRef91(
|
|
4093
4131
|
function TrendUpIcon2(_a, ref) {
|
|
4094
4132
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4095
|
-
return /* @__PURE__ */
|
|
4133
|
+
return /* @__PURE__ */ jsx93(
|
|
4096
4134
|
"svg",
|
|
4097
4135
|
__spreadProps(__spreadValues({
|
|
4098
4136
|
ref,
|
|
@@ -4103,7 +4141,7 @@ var TrendUpIcon = forwardRef90(
|
|
|
4103
4141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4104
4142
|
className
|
|
4105
4143
|
}, other), {
|
|
4106
|
-
children: /* @__PURE__ */
|
|
4144
|
+
children: /* @__PURE__ */ jsx93(
|
|
4107
4145
|
"path",
|
|
4108
4146
|
{
|
|
4109
4147
|
d: "M22 7L14.1314 14.8686C13.7354 15.2646 13.5373 15.4627 13.309 15.5368C13.1082 15.6021 12.8918 15.6021 12.691 15.5368C12.4627 15.4627 12.2646 15.2646 11.8686 14.8686L9.13137 12.1314C8.73535 11.7354 8.53735 11.5373 8.30902 11.4632C8.10817 11.3979 7.89183 11.3979 7.69098 11.4632C7.46265 11.5373 7.26465 11.7354 6.86863 12.1314L2 17M22 7H15M22 7V14",
|
|
@@ -4119,11 +4157,11 @@ var TrendUpIcon = forwardRef90(
|
|
|
4119
4157
|
);
|
|
4120
4158
|
|
|
4121
4159
|
// src/icons/user.tsx
|
|
4122
|
-
import { forwardRef as
|
|
4123
|
-
import { jsx as
|
|
4124
|
-
var UserIcon =
|
|
4160
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
4161
|
+
import { jsx as jsx94, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
4162
|
+
var UserIcon = forwardRef92(function UserIcon2(_a, ref) {
|
|
4125
4163
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4126
|
-
return /* @__PURE__ */
|
|
4164
|
+
return /* @__PURE__ */ jsxs67(
|
|
4127
4165
|
"svg",
|
|
4128
4166
|
__spreadProps(__spreadValues({
|
|
4129
4167
|
ref,
|
|
@@ -4135,7 +4173,7 @@ var UserIcon = forwardRef91(function UserIcon2(_a, ref) {
|
|
|
4135
4173
|
className
|
|
4136
4174
|
}, other), {
|
|
4137
4175
|
children: [
|
|
4138
|
-
duotone && /* @__PURE__ */
|
|
4176
|
+
duotone && /* @__PURE__ */ jsx94(
|
|
4139
4177
|
"path",
|
|
4140
4178
|
{
|
|
4141
4179
|
opacity: "0.12",
|
|
@@ -4143,7 +4181,7 @@ var UserIcon = forwardRef91(function UserIcon2(_a, ref) {
|
|
|
4143
4181
|
fill: "currentColor"
|
|
4144
4182
|
}
|
|
4145
4183
|
),
|
|
4146
|
-
/* @__PURE__ */
|
|
4184
|
+
/* @__PURE__ */ jsx94(
|
|
4147
4185
|
"path",
|
|
4148
4186
|
{
|
|
4149
4187
|
d: "M20 21C20 19.6044 20 18.9067 19.8278 18.3389C19.44 17.0605 18.4395 16.06 17.1611 15.6722C16.5933 15.5 15.8956 15.5 14.5 15.5H9.5C8.10444 15.5 7.40665 15.5 6.83886 15.6722C5.56045 16.06 4.56004 17.0605 4.17224 18.3389C4 18.9067 4 19.6044 4 21M16.5 7.5C16.5 9.98528 14.4853 12 12 12C9.51472 12 7.5 9.98528 7.5 7.5C7.5 5.01472 9.51472 3 12 3C14.4853 3 16.5 5.01472 16.5 7.5Z",
|
|
@@ -4159,12 +4197,12 @@ var UserIcon = forwardRef91(function UserIcon2(_a, ref) {
|
|
|
4159
4197
|
});
|
|
4160
4198
|
|
|
4161
4199
|
// src/icons/userPlus.tsx
|
|
4162
|
-
import { forwardRef as
|
|
4163
|
-
import { jsx as
|
|
4164
|
-
var UserPlusIcon =
|
|
4200
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
4201
|
+
import { jsx as jsx95, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
4202
|
+
var UserPlusIcon = forwardRef93(
|
|
4165
4203
|
function UserPlusIcon2(_a, ref) {
|
|
4166
4204
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4167
|
-
return /* @__PURE__ */
|
|
4205
|
+
return /* @__PURE__ */ jsxs68(
|
|
4168
4206
|
"svg",
|
|
4169
4207
|
__spreadProps(__spreadValues({
|
|
4170
4208
|
ref,
|
|
@@ -4176,7 +4214,7 @@ var UserPlusIcon = forwardRef92(
|
|
|
4176
4214
|
className
|
|
4177
4215
|
}, other), {
|
|
4178
4216
|
children: [
|
|
4179
|
-
duotone && /* @__PURE__ */
|
|
4217
|
+
duotone && /* @__PURE__ */ jsx95(
|
|
4180
4218
|
"path",
|
|
4181
4219
|
{
|
|
4182
4220
|
opacity: "0.12",
|
|
@@ -4184,7 +4222,7 @@ var UserPlusIcon = forwardRef92(
|
|
|
4184
4222
|
fill: "currentColor"
|
|
4185
4223
|
}
|
|
4186
4224
|
),
|
|
4187
|
-
/* @__PURE__ */
|
|
4225
|
+
/* @__PURE__ */ jsx95(
|
|
4188
4226
|
"path",
|
|
4189
4227
|
{
|
|
4190
4228
|
d: "M12 15.5H7.5C6.10444 15.5 5.40665 15.5 4.83886 15.6722C3.56045 16.06 2.56004 17.0605 2.17224 18.3389C2 18.9067 2 19.6044 2 21M19 21V15M16 18H22M14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3C12.4853 3 14.5 5.01472 14.5 7.5Z",
|
|
@@ -4201,12 +4239,12 @@ var UserPlusIcon = forwardRef92(
|
|
|
4201
4239
|
);
|
|
4202
4240
|
|
|
4203
4241
|
// src/icons/userX.tsx
|
|
4204
|
-
import { forwardRef as
|
|
4205
|
-
import { jsx as
|
|
4206
|
-
var UserXIcon =
|
|
4242
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
4243
|
+
import { jsx as jsx96, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
4244
|
+
var UserXIcon = forwardRef94(
|
|
4207
4245
|
function UserXIcon2(_a, ref) {
|
|
4208
4246
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4209
|
-
return /* @__PURE__ */
|
|
4247
|
+
return /* @__PURE__ */ jsxs69(
|
|
4210
4248
|
"svg",
|
|
4211
4249
|
__spreadProps(__spreadValues({
|
|
4212
4250
|
ref,
|
|
@@ -4218,7 +4256,7 @@ var UserXIcon = forwardRef93(
|
|
|
4218
4256
|
className
|
|
4219
4257
|
}, other), {
|
|
4220
4258
|
children: [
|
|
4221
|
-
duotone && /* @__PURE__ */
|
|
4259
|
+
duotone && /* @__PURE__ */ jsx96(
|
|
4222
4260
|
"path",
|
|
4223
4261
|
{
|
|
4224
4262
|
opacity: "0.12",
|
|
@@ -4226,7 +4264,7 @@ var UserXIcon = forwardRef93(
|
|
|
4226
4264
|
fill: "currentColor"
|
|
4227
4265
|
}
|
|
4228
4266
|
),
|
|
4229
|
-
/* @__PURE__ */
|
|
4267
|
+
/* @__PURE__ */ jsx96(
|
|
4230
4268
|
"path",
|
|
4231
4269
|
{
|
|
4232
4270
|
d: "M16.5 16L21.5 21M21.5 16L16.5 21M12 15.5H7.5C6.10444 15.5 5.40665 15.5 4.83886 15.6722C3.56045 16.06 2.56004 17.0605 2.17224 18.3389C2 18.9067 2 19.6044 2 21M14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3C12.4853 3 14.5 5.01472 14.5 7.5Z",
|
|
@@ -4243,12 +4281,12 @@ var UserXIcon = forwardRef93(
|
|
|
4243
4281
|
);
|
|
4244
4282
|
|
|
4245
4283
|
// src/icons/users.tsx
|
|
4246
|
-
import { forwardRef as
|
|
4247
|
-
import { jsx as
|
|
4248
|
-
var UsersIcon =
|
|
4284
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
4285
|
+
import { jsx as jsx97, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
4286
|
+
var UsersIcon = forwardRef95(
|
|
4249
4287
|
function UsersIcon2(_a, ref) {
|
|
4250
4288
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4251
|
-
return /* @__PURE__ */
|
|
4289
|
+
return /* @__PURE__ */ jsxs70(
|
|
4252
4290
|
"svg",
|
|
4253
4291
|
__spreadProps(__spreadValues({
|
|
4254
4292
|
ref,
|
|
@@ -4260,7 +4298,7 @@ var UsersIcon = forwardRef94(
|
|
|
4260
4298
|
className
|
|
4261
4299
|
}, other), {
|
|
4262
4300
|
children: [
|
|
4263
|
-
duotone && /* @__PURE__ */
|
|
4301
|
+
duotone && /* @__PURE__ */ jsx97(
|
|
4264
4302
|
"path",
|
|
4265
4303
|
{
|
|
4266
4304
|
opacity: "0.12",
|
|
@@ -4268,7 +4306,7 @@ var UsersIcon = forwardRef94(
|
|
|
4268
4306
|
fill: "currentColor"
|
|
4269
4307
|
}
|
|
4270
4308
|
),
|
|
4271
|
-
/* @__PURE__ */
|
|
4309
|
+
/* @__PURE__ */ jsx97(
|
|
4272
4310
|
"path",
|
|
4273
4311
|
{
|
|
4274
4312
|
d: "M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -4285,12 +4323,12 @@ var UsersIcon = forwardRef94(
|
|
|
4285
4323
|
);
|
|
4286
4324
|
|
|
4287
4325
|
// src/icons/usersPlus.tsx
|
|
4288
|
-
import { forwardRef as
|
|
4289
|
-
import { jsx as
|
|
4290
|
-
var UsersPlusIcon =
|
|
4326
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
4327
|
+
import { jsx as jsx98, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
4328
|
+
var UsersPlusIcon = forwardRef96(
|
|
4291
4329
|
function UsersPlusIcon2(_a, ref) {
|
|
4292
4330
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4293
|
-
return /* @__PURE__ */
|
|
4331
|
+
return /* @__PURE__ */ jsxs71(
|
|
4294
4332
|
"svg",
|
|
4295
4333
|
__spreadProps(__spreadValues({
|
|
4296
4334
|
ref,
|
|
@@ -4302,7 +4340,7 @@ var UsersPlusIcon = forwardRef95(
|
|
|
4302
4340
|
className
|
|
4303
4341
|
}, other), {
|
|
4304
4342
|
children: [
|
|
4305
|
-
duotone && /* @__PURE__ */
|
|
4343
|
+
duotone && /* @__PURE__ */ jsx98(
|
|
4306
4344
|
"path",
|
|
4307
4345
|
{
|
|
4308
4346
|
opacity: "0.12",
|
|
@@ -4310,7 +4348,7 @@ var UsersPlusIcon = forwardRef95(
|
|
|
4310
4348
|
fill: "currentColor"
|
|
4311
4349
|
}
|
|
4312
4350
|
),
|
|
4313
|
-
/* @__PURE__ */
|
|
4351
|
+
/* @__PURE__ */ jsx98(
|
|
4314
4352
|
"path",
|
|
4315
4353
|
{
|
|
4316
4354
|
d: "M19 21V15M16 18H22M12 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -4327,12 +4365,12 @@ var UsersPlusIcon = forwardRef95(
|
|
|
4327
4365
|
);
|
|
4328
4366
|
|
|
4329
4367
|
// src/icons/usersX.tsx
|
|
4330
|
-
import { forwardRef as
|
|
4331
|
-
import { jsx as
|
|
4332
|
-
var UsersXIcon =
|
|
4368
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
4369
|
+
import { jsx as jsx99, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
4370
|
+
var UsersXIcon = forwardRef97(
|
|
4333
4371
|
function UsersXIcon2(_a, ref) {
|
|
4334
4372
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4335
|
-
return /* @__PURE__ */
|
|
4373
|
+
return /* @__PURE__ */ jsxs72(
|
|
4336
4374
|
"svg",
|
|
4337
4375
|
__spreadProps(__spreadValues({
|
|
4338
4376
|
ref,
|
|
@@ -4344,7 +4382,7 @@ var UsersXIcon = forwardRef96(
|
|
|
4344
4382
|
className
|
|
4345
4383
|
}, other), {
|
|
4346
4384
|
children: [
|
|
4347
|
-
duotone && /* @__PURE__ */
|
|
4385
|
+
duotone && /* @__PURE__ */ jsx99(
|
|
4348
4386
|
"path",
|
|
4349
4387
|
{
|
|
4350
4388
|
opacity: "0.12",
|
|
@@ -4352,7 +4390,7 @@ var UsersXIcon = forwardRef96(
|
|
|
4352
4390
|
fill: "currentColor"
|
|
4353
4391
|
}
|
|
4354
4392
|
),
|
|
4355
|
-
/* @__PURE__ */
|
|
4393
|
+
/* @__PURE__ */ jsx99(
|
|
4356
4394
|
"path",
|
|
4357
4395
|
{
|
|
4358
4396
|
d: "M16.5 16L21.5 21M21.5 16L16.5 21M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M12 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -4369,12 +4407,12 @@ var UsersXIcon = forwardRef96(
|
|
|
4369
4407
|
);
|
|
4370
4408
|
|
|
4371
4409
|
// src/icons/videoRecorder.tsx
|
|
4372
|
-
import { forwardRef as
|
|
4373
|
-
import { jsx as
|
|
4374
|
-
var VideoRecorderIcon =
|
|
4410
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
4411
|
+
import { jsx as jsx100, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4412
|
+
var VideoRecorderIcon = forwardRef98(
|
|
4375
4413
|
function VideoRecorderIcon2(_a, ref) {
|
|
4376
4414
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4377
|
-
return /* @__PURE__ */
|
|
4415
|
+
return /* @__PURE__ */ jsxs73(
|
|
4378
4416
|
"svg",
|
|
4379
4417
|
__spreadProps(__spreadValues({
|
|
4380
4418
|
ref,
|
|
@@ -4386,7 +4424,7 @@ var VideoRecorderIcon = forwardRef97(
|
|
|
4386
4424
|
className
|
|
4387
4425
|
}, other), {
|
|
4388
4426
|
children: [
|
|
4389
|
-
duotone && /* @__PURE__ */
|
|
4427
|
+
duotone && /* @__PURE__ */ jsx100(
|
|
4390
4428
|
"path",
|
|
4391
4429
|
{
|
|
4392
4430
|
opacity: "0.12",
|
|
@@ -4398,7 +4436,7 @@ var VideoRecorderIcon = forwardRef97(
|
|
|
4398
4436
|
strokeLinejoin: "round"
|
|
4399
4437
|
}
|
|
4400
4438
|
),
|
|
4401
|
-
/* @__PURE__ */
|
|
4439
|
+
/* @__PURE__ */ jsx100(
|
|
4402
4440
|
"path",
|
|
4403
4441
|
{
|
|
4404
4442
|
d: "M22 8.93137C22 8.32555 22 8.02265 21.8802 7.88238C21.7763 7.76068 21.6203 7.69609 21.4608 7.70865C21.2769 7.72312 21.0627 7.93731 20.6343 8.36569L17 12L20.6343 15.6343C21.0627 16.0627 21.2769 16.2769 21.4608 16.2914C21.6203 16.3039 21.7763 16.2393 21.8802 16.1176C22 15.9774 22 15.6744 22 15.0686V8.93137Z",
|
|
@@ -4409,7 +4447,7 @@ var VideoRecorderIcon = forwardRef97(
|
|
|
4409
4447
|
}
|
|
4410
4448
|
),
|
|
4411
4449
|
",",
|
|
4412
|
-
/* @__PURE__ */
|
|
4450
|
+
/* @__PURE__ */ jsx100(
|
|
4413
4451
|
"path",
|
|
4414
4452
|
{
|
|
4415
4453
|
d: "M2 9.8C2 8.11984 2 7.27976 2.32698 6.63803C2.6146 6.07354 3.07354 5.6146 3.63803 5.32698C4.27976 5 5.11984 5 6.8 5H12.2C13.8802 5 14.7202 5 15.362 5.32698C15.9265 5.6146 16.3854 6.07354 16.673 6.63803C17 7.27976 17 8.11984 17 9.8V14.2C17 15.8802 17 16.7202 16.673 17.362C16.3854 17.9265 15.9265 18.3854 15.362 18.673C14.7202 19 13.8802 19 12.2 19H6.8C5.11984 19 4.27976 19 3.63803 18.673C3.07354 18.3854 2.6146 17.9265 2.32698 17.362C2 16.7202 2 15.8802 2 14.2V9.8Z",
|
|
@@ -4426,12 +4464,12 @@ var VideoRecorderIcon = forwardRef97(
|
|
|
4426
4464
|
);
|
|
4427
4465
|
|
|
4428
4466
|
// src/icons/videoRecorderOff.tsx
|
|
4429
|
-
import { forwardRef as
|
|
4430
|
-
import { jsx as
|
|
4431
|
-
var VideoRecorderOffIcon =
|
|
4467
|
+
import { forwardRef as forwardRef99 } from "react";
|
|
4468
|
+
import { jsx as jsx101, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4469
|
+
var VideoRecorderOffIcon = forwardRef99(
|
|
4432
4470
|
function VideoRecorderOffIcon2(_a, ref) {
|
|
4433
4471
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4434
|
-
return /* @__PURE__ */
|
|
4472
|
+
return /* @__PURE__ */ jsxs74(
|
|
4435
4473
|
"svg",
|
|
4436
4474
|
__spreadProps(__spreadValues({
|
|
4437
4475
|
ref,
|
|
@@ -4443,7 +4481,7 @@ var VideoRecorderOffIcon = forwardRef98(
|
|
|
4443
4481
|
className
|
|
4444
4482
|
}, other), {
|
|
4445
4483
|
children: [
|
|
4446
|
-
duotone && /* @__PURE__ */
|
|
4484
|
+
duotone && /* @__PURE__ */ jsx101(
|
|
4447
4485
|
"path",
|
|
4448
4486
|
{
|
|
4449
4487
|
opacity: "0.12",
|
|
@@ -4455,7 +4493,7 @@ var VideoRecorderOffIcon = forwardRef98(
|
|
|
4455
4493
|
strokeLinejoin: "round"
|
|
4456
4494
|
}
|
|
4457
4495
|
),
|
|
4458
|
-
/* @__PURE__ */
|
|
4496
|
+
/* @__PURE__ */ jsx101(
|
|
4459
4497
|
"path",
|
|
4460
4498
|
{
|
|
4461
4499
|
d: "M5 5C3.34315 5 2 6.34315 2 8V16C2 17.6569 3.34315 19 5 19H14C15.3527 19 16.4962 18.1048 16.8705 16.8745M17 12L20.6343 8.36569C21.0627 7.93731 21.2769 7.72312 21.4608 7.70865C21.6203 7.69609 21.7763 7.76068 21.8802 7.88238C22 8.02265 22 8.32556 22 8.93137V15.0686C22 15.6744 22 15.9774 21.8802 16.1176C21.7763 16.2393 21.6203 16.3039 21.4608 16.2914C21.2769 16.2769 21.0627 16.0627 20.6343 15.6343L17 12ZM17 12V9.8C17 8.11984 17 7.27976 16.673 6.63803C16.3854 6.07354 15.9265 5.6146 15.362 5.32698C14.7202 5 13.8802 5 12.2 5H9.5M2 2L22 22",
|
|
@@ -4472,12 +4510,12 @@ var VideoRecorderOffIcon = forwardRef98(
|
|
|
4472
4510
|
);
|
|
4473
4511
|
|
|
4474
4512
|
// src/icons/volumeMax.tsx
|
|
4475
|
-
import { forwardRef as
|
|
4476
|
-
import { jsx as
|
|
4477
|
-
var VolumeMaxIcon =
|
|
4513
|
+
import { forwardRef as forwardRef100 } from "react";
|
|
4514
|
+
import { jsx as jsx102, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4515
|
+
var VolumeMaxIcon = forwardRef100(
|
|
4478
4516
|
function VolumeMaxIcon2(_a, ref) {
|
|
4479
4517
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4480
|
-
return /* @__PURE__ */
|
|
4518
|
+
return /* @__PURE__ */ jsxs75(
|
|
4481
4519
|
"svg",
|
|
4482
4520
|
__spreadProps(__spreadValues({
|
|
4483
4521
|
ref,
|
|
@@ -4489,7 +4527,7 @@ var VolumeMaxIcon = forwardRef99(
|
|
|
4489
4527
|
className
|
|
4490
4528
|
}, other), {
|
|
4491
4529
|
children: [
|
|
4492
|
-
duotone && /* @__PURE__ */
|
|
4530
|
+
duotone && /* @__PURE__ */ jsx102(
|
|
4493
4531
|
"path",
|
|
4494
4532
|
{
|
|
4495
4533
|
opacity: "0.12",
|
|
@@ -4497,7 +4535,7 @@ var VolumeMaxIcon = forwardRef99(
|
|
|
4497
4535
|
fill: "currentColor"
|
|
4498
4536
|
}
|
|
4499
4537
|
),
|
|
4500
|
-
/* @__PURE__ */
|
|
4538
|
+
/* @__PURE__ */ jsx102(
|
|
4501
4539
|
"path",
|
|
4502
4540
|
{
|
|
4503
4541
|
d: "M19.7479 4.99999C21.1652 6.97023 22 9.38762 22 12C22 14.6124 21.1652 17.0298 19.7479 19M15.7453 7.99999C16.5362 9.13382 17 10.5127 17 12C17 13.4872 16.5362 14.8662 15.7453 16M9.63432 4.36567L6.46863 7.53136C6.29568 7.70431 6.2092 7.79079 6.10828 7.85263C6.01881 7.90746 5.92127 7.94786 5.81923 7.97236C5.70414 7.99999 5.58185 7.99999 5.33726 7.99999H3.6C3.03995 7.99999 2.75992 7.99999 2.54601 8.10898C2.35785 8.20485 2.20487 8.35784 2.10899 8.546C2 8.75991 2 9.03994 2 9.59999V14.4C2 14.96 2 15.2401 2.10899 15.454C2.20487 15.6421 2.35785 15.7951 2.54601 15.891C2.75992 16 3.03995 16 3.6 16H5.33726C5.58185 16 5.70414 16 5.81923 16.0276C5.92127 16.0521 6.01881 16.0925 6.10828 16.1473C6.2092 16.2092 6.29568 16.2957 6.46863 16.4686L9.63431 19.6343C10.0627 20.0627 10.2769 20.2769 10.4608 20.2913C10.6203 20.3039 10.7763 20.2393 10.8802 20.1176C11 19.9773 11 19.6744 11 19.0686V4.93136C11 4.32554 11 4.02264 10.8802 3.88237C10.7763 3.76067 10.6203 3.69608 10.4608 3.70864C10.2769 3.72311 10.0627 3.9373 9.63432 4.36567Z",
|
|
@@ -4514,12 +4552,12 @@ var VolumeMaxIcon = forwardRef99(
|
|
|
4514
4552
|
);
|
|
4515
4553
|
|
|
4516
4554
|
// src/icons/volumeX.tsx
|
|
4517
|
-
import { forwardRef as
|
|
4518
|
-
import { jsx as
|
|
4519
|
-
var VolumeXIcon =
|
|
4555
|
+
import { forwardRef as forwardRef101 } from "react";
|
|
4556
|
+
import { jsx as jsx103, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4557
|
+
var VolumeXIcon = forwardRef101(
|
|
4520
4558
|
function VolumeXIcon2(_a, ref) {
|
|
4521
4559
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4522
|
-
return /* @__PURE__ */
|
|
4560
|
+
return /* @__PURE__ */ jsxs76(
|
|
4523
4561
|
"svg",
|
|
4524
4562
|
__spreadProps(__spreadValues({
|
|
4525
4563
|
ref,
|
|
@@ -4531,7 +4569,7 @@ var VolumeXIcon = forwardRef100(
|
|
|
4531
4569
|
className
|
|
4532
4570
|
}, other), {
|
|
4533
4571
|
children: [
|
|
4534
|
-
duotone && /* @__PURE__ */
|
|
4572
|
+
duotone && /* @__PURE__ */ jsx103(
|
|
4535
4573
|
"path",
|
|
4536
4574
|
{
|
|
4537
4575
|
opacity: "0.12",
|
|
@@ -4539,7 +4577,7 @@ var VolumeXIcon = forwardRef100(
|
|
|
4539
4577
|
fill: "currentColor"
|
|
4540
4578
|
}
|
|
4541
4579
|
),
|
|
4542
|
-
/* @__PURE__ */
|
|
4580
|
+
/* @__PURE__ */ jsx103(
|
|
4543
4581
|
"path",
|
|
4544
4582
|
{
|
|
4545
4583
|
d: "M22 8.99999L16 15M16 8.99999L22 15M9.63432 4.36567L6.46863 7.53136C6.29568 7.70431 6.2092 7.79079 6.10828 7.85263C6.01881 7.90746 5.92127 7.94786 5.81923 7.97236C5.70414 7.99999 5.58185 7.99999 5.33726 7.99999H3.6C3.03995 7.99999 2.75992 7.99999 2.54601 8.10898C2.35785 8.20485 2.20487 8.35784 2.10899 8.546C2 8.75991 2 9.03994 2 9.59999V14.4C2 14.96 2 15.2401 2.10899 15.454C2.20487 15.6421 2.35785 15.7951 2.54601 15.891C2.75992 16 3.03995 16 3.6 16H5.33726C5.58185 16 5.70414 16 5.81923 16.0276C5.92127 16.0521 6.01881 16.0925 6.10828 16.1473C6.2092 16.2092 6.29568 16.2957 6.46863 16.4686L9.63431 19.6343C10.0627 20.0627 10.2769 20.2769 10.4608 20.2913C10.6203 20.3039 10.7763 20.2393 10.8802 20.1176C11 19.9773 11 19.6744 11 19.0686V4.93136C11 4.32554 11 4.02264 10.8802 3.88237C10.7763 3.76067 10.6203 3.69608 10.4608 3.70864C10.2769 3.72311 10.0627 3.9373 9.63432 4.36567Z",
|
|
@@ -4556,12 +4594,12 @@ var VolumeXIcon = forwardRef100(
|
|
|
4556
4594
|
);
|
|
4557
4595
|
|
|
4558
4596
|
// src/icons/xCircle.tsx
|
|
4559
|
-
import { forwardRef as
|
|
4560
|
-
import { jsx as
|
|
4561
|
-
var XCircleIcon =
|
|
4597
|
+
import { forwardRef as forwardRef102 } from "react";
|
|
4598
|
+
import { jsx as jsx104, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
4599
|
+
var XCircleIcon = forwardRef102(
|
|
4562
4600
|
function XCircleIcon2(_a, ref) {
|
|
4563
4601
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4564
|
-
return /* @__PURE__ */
|
|
4602
|
+
return /* @__PURE__ */ jsxs77(
|
|
4565
4603
|
"svg",
|
|
4566
4604
|
__spreadProps(__spreadValues({
|
|
4567
4605
|
ref,
|
|
@@ -4573,7 +4611,7 @@ var XCircleIcon = forwardRef101(
|
|
|
4573
4611
|
className
|
|
4574
4612
|
}, other), {
|
|
4575
4613
|
children: [
|
|
4576
|
-
duotone && /* @__PURE__ */
|
|
4614
|
+
duotone && /* @__PURE__ */ jsx104(
|
|
4577
4615
|
"path",
|
|
4578
4616
|
{
|
|
4579
4617
|
opacity: "0.12",
|
|
@@ -4581,7 +4619,7 @@ var XCircleIcon = forwardRef101(
|
|
|
4581
4619
|
fill: "currentColor"
|
|
4582
4620
|
}
|
|
4583
4621
|
),
|
|
4584
|
-
/* @__PURE__ */
|
|
4622
|
+
/* @__PURE__ */ jsx104(
|
|
4585
4623
|
"path",
|
|
4586
4624
|
{
|
|
4587
4625
|
d: "M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -4598,12 +4636,12 @@ var XCircleIcon = forwardRef101(
|
|
|
4598
4636
|
);
|
|
4599
4637
|
|
|
4600
4638
|
// src/icons/xClose.tsx
|
|
4601
|
-
import { forwardRef as
|
|
4602
|
-
import { jsx as
|
|
4603
|
-
var XCloseIcon =
|
|
4639
|
+
import { forwardRef as forwardRef103 } from "react";
|
|
4640
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
4641
|
+
var XCloseIcon = forwardRef103(
|
|
4604
4642
|
function XCloseIcon2(_a, ref) {
|
|
4605
4643
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4606
|
-
return /* @__PURE__ */
|
|
4644
|
+
return /* @__PURE__ */ jsx105(
|
|
4607
4645
|
"svg",
|
|
4608
4646
|
__spreadProps(__spreadValues({
|
|
4609
4647
|
ref,
|
|
@@ -4614,7 +4652,7 @@ var XCloseIcon = forwardRef102(
|
|
|
4614
4652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4615
4653
|
className
|
|
4616
4654
|
}, other), {
|
|
4617
|
-
children: /* @__PURE__ */
|
|
4655
|
+
children: /* @__PURE__ */ jsx105(
|
|
4618
4656
|
"path",
|
|
4619
4657
|
{
|
|
4620
4658
|
d: "M18 6L6 18M6 6L18 18",
|
|
@@ -4630,7 +4668,7 @@ var XCloseIcon = forwardRef102(
|
|
|
4630
4668
|
);
|
|
4631
4669
|
|
|
4632
4670
|
// src/components/Calendar/Calendar.tsx
|
|
4633
|
-
import { jsx as
|
|
4671
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
4634
4672
|
function Calendar(_a) {
|
|
4635
4673
|
var _b = _a, {
|
|
4636
4674
|
className,
|
|
@@ -4641,7 +4679,7 @@ function Calendar(_a) {
|
|
|
4641
4679
|
"classNames",
|
|
4642
4680
|
"showOutsideDays"
|
|
4643
4681
|
]);
|
|
4644
|
-
return /* @__PURE__ */
|
|
4682
|
+
return /* @__PURE__ */ jsx106(
|
|
4645
4683
|
DayPicker,
|
|
4646
4684
|
__spreadValues({
|
|
4647
4685
|
showOutsideDays,
|
|
@@ -4671,8 +4709,8 @@ function Calendar(_a) {
|
|
|
4671
4709
|
day_hidden: "invisible"
|
|
4672
4710
|
}, classNames),
|
|
4673
4711
|
components: {
|
|
4674
|
-
IconLeft: () => /* @__PURE__ */
|
|
4675
|
-
IconRight: () => /* @__PURE__ */
|
|
4712
|
+
IconLeft: () => /* @__PURE__ */ jsx106(ChevronLeftIcon, { className: "w-3 h-3" }),
|
|
4713
|
+
IconRight: () => /* @__PURE__ */ jsx106(ChevronRightIcon, { className: "w-3 h-3" })
|
|
4676
4714
|
}
|
|
4677
4715
|
}, props)
|
|
4678
4716
|
);
|
|
@@ -4682,10 +4720,10 @@ Calendar.displayName = "Calendar";
|
|
|
4682
4720
|
// src/components/Checkbox/Checkbox.tsx
|
|
4683
4721
|
import * as React5 from "react";
|
|
4684
4722
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
4685
|
-
import { jsx as
|
|
4723
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
4686
4724
|
var Checkbox = React5.forwardRef((_a, ref) => {
|
|
4687
4725
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4688
|
-
return /* @__PURE__ */
|
|
4726
|
+
return /* @__PURE__ */ jsx107(
|
|
4689
4727
|
CheckboxPrimitive.Root,
|
|
4690
4728
|
__spreadProps(__spreadValues({
|
|
4691
4729
|
className: cn(
|
|
@@ -4694,7 +4732,7 @@ var Checkbox = React5.forwardRef((_a, ref) => {
|
|
|
4694
4732
|
)
|
|
4695
4733
|
}, props), {
|
|
4696
4734
|
ref,
|
|
4697
|
-
children: /* @__PURE__ */
|
|
4735
|
+
children: /* @__PURE__ */ jsx107(CheckboxPrimitive.Indicator, { children: /* @__PURE__ */ jsx107(CheckIcon, { size: 10, className: "text-white" }) })
|
|
4698
4736
|
})
|
|
4699
4737
|
);
|
|
4700
4738
|
});
|
|
@@ -4704,10 +4742,10 @@ Checkbox.displayName = CheckboxPrimitive.Root.displayName;
|
|
|
4704
4742
|
import * as React6 from "react";
|
|
4705
4743
|
import { useState } from "react";
|
|
4706
4744
|
import { Command as CommandPrimitive } from "cmdk";
|
|
4707
|
-
import { jsx as
|
|
4745
|
+
import { jsx as jsx108, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
4708
4746
|
var Command = React6.forwardRef((_a, ref) => {
|
|
4709
4747
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4710
|
-
return /* @__PURE__ */
|
|
4748
|
+
return /* @__PURE__ */ jsx108(
|
|
4711
4749
|
CommandPrimitive,
|
|
4712
4750
|
__spreadValues({
|
|
4713
4751
|
ref,
|
|
@@ -4726,14 +4764,14 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4726
4764
|
setVal("");
|
|
4727
4765
|
onValueChange && onValueChange("");
|
|
4728
4766
|
};
|
|
4729
|
-
return /* @__PURE__ */
|
|
4767
|
+
return /* @__PURE__ */ jsxs78(
|
|
4730
4768
|
"div",
|
|
4731
4769
|
{
|
|
4732
4770
|
className: "flex items-center gap-2 px-3 border-b border-gray-200",
|
|
4733
4771
|
"cmdk-input-wrapper": "",
|
|
4734
4772
|
children: [
|
|
4735
|
-
/* @__PURE__ */
|
|
4736
|
-
/* @__PURE__ */
|
|
4773
|
+
/* @__PURE__ */ jsx108(SearchMdIcon, { size: 16, className: "text-gray-900 shrink-0" }),
|
|
4774
|
+
/* @__PURE__ */ jsx108(
|
|
4737
4775
|
CommandPrimitive.Input,
|
|
4738
4776
|
__spreadValues({
|
|
4739
4777
|
ref,
|
|
@@ -4748,7 +4786,7 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4748
4786
|
}
|
|
4749
4787
|
}, props)
|
|
4750
4788
|
),
|
|
4751
|
-
value !== "" && /* @__PURE__ */
|
|
4789
|
+
value !== "" && /* @__PURE__ */ jsx108(Button, { variant: "ghostGray", size: "xs", icon: true, className: "-mr-2", children: /* @__PURE__ */ jsx108(
|
|
4752
4790
|
XCloseIcon,
|
|
4753
4791
|
{
|
|
4754
4792
|
size: "16",
|
|
@@ -4765,7 +4803,7 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4765
4803
|
CommandInput.displayName = CommandPrimitive.Input.displayName;
|
|
4766
4804
|
var CommandList = React6.forwardRef((_a, ref) => {
|
|
4767
4805
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4768
|
-
return /* @__PURE__ */
|
|
4806
|
+
return /* @__PURE__ */ jsx108(
|
|
4769
4807
|
CommandPrimitive.List,
|
|
4770
4808
|
__spreadValues({
|
|
4771
4809
|
ref,
|
|
@@ -4779,18 +4817,18 @@ var CommandList = React6.forwardRef((_a, ref) => {
|
|
|
4779
4817
|
CommandList.displayName = CommandPrimitive.List.displayName;
|
|
4780
4818
|
var CommandEmpty = React6.forwardRef((_a, ref) => {
|
|
4781
4819
|
var _b = _a, { children, title, description } = _b, props = __objRest(_b, ["children", "title", "description"]);
|
|
4782
|
-
return /* @__PURE__ */
|
|
4820
|
+
return /* @__PURE__ */ jsxs78(
|
|
4783
4821
|
CommandPrimitive.Empty,
|
|
4784
4822
|
__spreadProps(__spreadValues({
|
|
4785
4823
|
ref,
|
|
4786
4824
|
className: "flex flex-col gap-4 p-4 text-center"
|
|
4787
4825
|
}, props), {
|
|
4788
4826
|
children: [
|
|
4789
|
-
(title || description) && /* @__PURE__ */
|
|
4790
|
-
title && /* @__PURE__ */
|
|
4791
|
-
description && /* @__PURE__ */
|
|
4827
|
+
(title || description) && /* @__PURE__ */ jsxs78("div", { className: "flex flex-col gap-1", children: [
|
|
4828
|
+
title && /* @__PURE__ */ jsx108("span", { className: "text-sm font-medium text-gray-1000", children: title }),
|
|
4829
|
+
description && /* @__PURE__ */ jsx108("span", { className: "text-sm font-normal text-gray-700", children: description })
|
|
4792
4830
|
] }),
|
|
4793
|
-
children && /* @__PURE__ */
|
|
4831
|
+
children && /* @__PURE__ */ jsx108("div", { children })
|
|
4794
4832
|
]
|
|
4795
4833
|
})
|
|
4796
4834
|
);
|
|
@@ -4798,12 +4836,12 @@ var CommandEmpty = React6.forwardRef((_a, ref) => {
|
|
|
4798
4836
|
CommandEmpty.displayName = CommandPrimitive.Empty.displayName;
|
|
4799
4837
|
var CommandLoading = React6.forwardRef((_a, ref) => {
|
|
4800
4838
|
var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
|
|
4801
|
-
return /* @__PURE__ */
|
|
4839
|
+
return /* @__PURE__ */ jsx108(CommandPrimitive.Loading, __spreadProps(__spreadValues({ ref }, props), { children: /* @__PURE__ */ jsx108("div", { className: "flex justify-center p-4 text-center", children: /* @__PURE__ */ jsx108(SpinnerIcon, { className: "text-blue-700 animate-spin" }) }) }));
|
|
4802
4840
|
});
|
|
4803
4841
|
CommandLoading.displayName = CommandPrimitive.Loading.displayName;
|
|
4804
4842
|
var CommandGroup = React6.forwardRef((_a, ref) => {
|
|
4805
4843
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4806
|
-
return /* @__PURE__ */
|
|
4844
|
+
return /* @__PURE__ */ jsx108(
|
|
4807
4845
|
CommandPrimitive.Group,
|
|
4808
4846
|
__spreadValues({
|
|
4809
4847
|
ref,
|
|
@@ -4817,7 +4855,7 @@ var CommandGroup = React6.forwardRef((_a, ref) => {
|
|
|
4817
4855
|
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
|
4818
4856
|
var CommandSeparator = React6.forwardRef((_a, ref) => {
|
|
4819
4857
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4820
|
-
return /* @__PURE__ */
|
|
4858
|
+
return /* @__PURE__ */ jsx108(
|
|
4821
4859
|
CommandPrimitive.Separator,
|
|
4822
4860
|
__spreadValues({
|
|
4823
4861
|
ref,
|
|
@@ -4829,7 +4867,7 @@ CommandSeparator.displayName = CommandPrimitive.Separator.displayName;
|
|
|
4829
4867
|
var CommandItem = React6.forwardRef(
|
|
4830
4868
|
(_a, ref) => {
|
|
4831
4869
|
var _b = _a, { icon, checkbox, className, checked, children, description } = _b, props = __objRest(_b, ["icon", "checkbox", "className", "checked", "children", "description"]);
|
|
4832
|
-
return /* @__PURE__ */
|
|
4870
|
+
return /* @__PURE__ */ jsxs78(
|
|
4833
4871
|
CommandPrimitive.Item,
|
|
4834
4872
|
__spreadProps(__spreadValues({
|
|
4835
4873
|
ref,
|
|
@@ -4839,15 +4877,15 @@ var CommandItem = React6.forwardRef(
|
|
|
4839
4877
|
)
|
|
4840
4878
|
}, props), {
|
|
4841
4879
|
children: [
|
|
4842
|
-
/* @__PURE__ */
|
|
4843
|
-
checkbox && /* @__PURE__ */
|
|
4880
|
+
/* @__PURE__ */ jsxs78("div", { className: "flex items-center gap-2", children: [
|
|
4881
|
+
checkbox && /* @__PURE__ */ jsx108(Checkbox, { checked }),
|
|
4844
4882
|
icon && React6.cloneElement(icon, {
|
|
4845
4883
|
size: 16,
|
|
4846
4884
|
className: cn("flex-shrink-0", icon.props.className)
|
|
4847
4885
|
}),
|
|
4848
4886
|
children
|
|
4849
4887
|
] }),
|
|
4850
|
-
description && /* @__PURE__ */
|
|
4888
|
+
description && /* @__PURE__ */ jsx108("div", { className: "text-xs text-gray-700", children: description })
|
|
4851
4889
|
]
|
|
4852
4890
|
})
|
|
4853
4891
|
);
|
|
@@ -4858,7 +4896,7 @@ CommandItem.displayName = CommandPrimitive.Item.displayName;
|
|
|
4858
4896
|
// src/components/Dialog/Dialog.tsx
|
|
4859
4897
|
import * as React7 from "react";
|
|
4860
4898
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
4861
|
-
import { jsx as
|
|
4899
|
+
import { jsx as jsx109, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
4862
4900
|
var Dialog = DialogPrimitive.Root;
|
|
4863
4901
|
var DialogTrigger = DialogPrimitive.Trigger;
|
|
4864
4902
|
var DialogPortal = (_a) => {
|
|
@@ -4867,12 +4905,12 @@ var DialogPortal = (_a) => {
|
|
|
4867
4905
|
} = _b, props = __objRest(_b, [
|
|
4868
4906
|
"className"
|
|
4869
4907
|
]);
|
|
4870
|
-
return /* @__PURE__ */
|
|
4908
|
+
return /* @__PURE__ */ jsx109(DialogPrimitive.Portal, __spreadValues({ className: cn(className) }, props));
|
|
4871
4909
|
};
|
|
4872
4910
|
DialogPortal.displayName = DialogPrimitive.Portal.displayName;
|
|
4873
4911
|
var DialogOverlay = React7.forwardRef((_a, ref) => {
|
|
4874
4912
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4875
|
-
return /* @__PURE__ */
|
|
4913
|
+
return /* @__PURE__ */ jsx109(
|
|
4876
4914
|
DialogPrimitive.Overlay,
|
|
4877
4915
|
__spreadValues({
|
|
4878
4916
|
ref,
|
|
@@ -4885,21 +4923,27 @@ var DialogOverlay = React7.forwardRef((_a, ref) => {
|
|
|
4885
4923
|
});
|
|
4886
4924
|
DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
|
4887
4925
|
var DialogContent = React7.forwardRef((_a, ref) => {
|
|
4888
|
-
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
4889
|
-
return /* @__PURE__ */
|
|
4890
|
-
/* @__PURE__ */
|
|
4891
|
-
/* @__PURE__ */
|
|
4926
|
+
var _b = _a, { className, children, bottomSheet = false } = _b, props = __objRest(_b, ["className", "children", "bottomSheet"]);
|
|
4927
|
+
return /* @__PURE__ */ jsxs79(DialogPortal, { children: [
|
|
4928
|
+
/* @__PURE__ */ jsx109(DialogOverlay, {}),
|
|
4929
|
+
/* @__PURE__ */ jsxs79(
|
|
4892
4930
|
DialogPrimitive.Content,
|
|
4893
4931
|
__spreadProps(__spreadValues({
|
|
4894
4932
|
ref,
|
|
4895
4933
|
className: cn(
|
|
4896
|
-
"fixed left-[50%] top-[50%] z-50 grid w-full max-w-[400px] translate-x-[-50%] translate-y-[-50%] gap-6 border bg-white p-6 shadow-lg
|
|
4934
|
+
"fixed left-[50%] top-[50%] z-50 grid w-full max-w-[400px] translate-x-[-50%] translate-y-[-50%] gap-6 border bg-white p-6 shadow-lg md:w-full",
|
|
4935
|
+
{
|
|
4936
|
+
"top-auto bottom-0 translate-y-0 ease-[cubic-bezier(0.075,0.82,0.165,1)] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=open]:slide-in-from-bottom-[100%] data-[state=closed]:slide-out-to-bottom-[100%] data-[state=open]:slide-in-from-left-[50%] data-[state=closed]:slide-out-to-left-[50%] rounded-t-3xl": bottomSheet
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
"duration-200 rounded-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%]": !bottomSheet
|
|
4940
|
+
},
|
|
4897
4941
|
className
|
|
4898
4942
|
)
|
|
4899
4943
|
}, props), {
|
|
4900
4944
|
children: [
|
|
4901
4945
|
children,
|
|
4902
|
-
/* @__PURE__ */
|
|
4946
|
+
/* @__PURE__ */ jsxs79(
|
|
4903
4947
|
DialogPrimitive.Close,
|
|
4904
4948
|
{
|
|
4905
4949
|
className: cn(
|
|
@@ -4908,8 +4952,8 @@ var DialogContent = React7.forwardRef((_a, ref) => {
|
|
|
4908
4952
|
"absolute right-6 top-6"
|
|
4909
4953
|
),
|
|
4910
4954
|
children: [
|
|
4911
|
-
/* @__PURE__ */
|
|
4912
|
-
/* @__PURE__ */
|
|
4955
|
+
/* @__PURE__ */ jsx109(XCloseIcon, { className: "w-3 h-3" }),
|
|
4956
|
+
/* @__PURE__ */ jsx109("span", { className: "sr-only", children: "Close" })
|
|
4913
4957
|
]
|
|
4914
4958
|
}
|
|
4915
4959
|
)
|
|
@@ -4925,7 +4969,7 @@ var DialogHeader = (_a) => {
|
|
|
4925
4969
|
} = _b, props = __objRest(_b, [
|
|
4926
4970
|
"className"
|
|
4927
4971
|
]);
|
|
4928
|
-
return /* @__PURE__ */
|
|
4972
|
+
return /* @__PURE__ */ jsx109(
|
|
4929
4973
|
"div",
|
|
4930
4974
|
__spreadValues({
|
|
4931
4975
|
className: cn(
|
|
@@ -4942,7 +4986,7 @@ var DialogFooter = (_a) => {
|
|
|
4942
4986
|
} = _b, props = __objRest(_b, [
|
|
4943
4987
|
"className"
|
|
4944
4988
|
]);
|
|
4945
|
-
return /* @__PURE__ */
|
|
4989
|
+
return /* @__PURE__ */ jsx109(
|
|
4946
4990
|
"div",
|
|
4947
4991
|
__spreadValues({
|
|
4948
4992
|
className: cn(
|
|
@@ -4955,7 +4999,7 @@ var DialogFooter = (_a) => {
|
|
|
4955
4999
|
DialogFooter.displayName = "DialogFooter";
|
|
4956
5000
|
var DialogTitle = React7.forwardRef((_a, ref) => {
|
|
4957
5001
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4958
|
-
return /* @__PURE__ */
|
|
5002
|
+
return /* @__PURE__ */ jsx109(
|
|
4959
5003
|
DialogPrimitive.Title,
|
|
4960
5004
|
__spreadValues({
|
|
4961
5005
|
ref,
|
|
@@ -4966,7 +5010,7 @@ var DialogTitle = React7.forwardRef((_a, ref) => {
|
|
|
4966
5010
|
DialogTitle.displayName = DialogPrimitive.Title.displayName;
|
|
4967
5011
|
var DialogDescription = React7.forwardRef((_a, ref) => {
|
|
4968
5012
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4969
|
-
return /* @__PURE__ */
|
|
5013
|
+
return /* @__PURE__ */ jsx109(
|
|
4970
5014
|
DialogPrimitive.Description,
|
|
4971
5015
|
__spreadValues({
|
|
4972
5016
|
ref,
|
|
@@ -4979,7 +5023,7 @@ DialogDescription.displayName = DialogPrimitive.Description.displayName;
|
|
|
4979
5023
|
// src/components/DropdownMenu/DropdownMenu.tsx
|
|
4980
5024
|
import React8 from "react";
|
|
4981
5025
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
4982
|
-
import { jsx as
|
|
5026
|
+
import { jsx as jsx110, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
4983
5027
|
var DropdownMenu = DropdownMenuPrimitive.Root;
|
|
4984
5028
|
var DropdownMenuItemBase = ({
|
|
4985
5029
|
icon,
|
|
@@ -4991,7 +5035,7 @@ var DropdownMenuItemBase = ({
|
|
|
4991
5035
|
description,
|
|
4992
5036
|
hasSubNav
|
|
4993
5037
|
}) => {
|
|
4994
|
-
return /* @__PURE__ */
|
|
5038
|
+
return /* @__PURE__ */ jsxs80(
|
|
4995
5039
|
"div",
|
|
4996
5040
|
{
|
|
4997
5041
|
className: cn(
|
|
@@ -5000,8 +5044,8 @@ var DropdownMenuItemBase = ({
|
|
|
5000
5044
|
className
|
|
5001
5045
|
),
|
|
5002
5046
|
children: [
|
|
5003
|
-
/* @__PURE__ */
|
|
5004
|
-
checkbox && /* @__PURE__ */
|
|
5047
|
+
/* @__PURE__ */ jsxs80("div", { className: "flex items-center gap-2", children: [
|
|
5048
|
+
checkbox && /* @__PURE__ */ jsx110(Checkbox, { checked }),
|
|
5005
5049
|
icon && React8.cloneElement(icon, {
|
|
5006
5050
|
size: 16,
|
|
5007
5051
|
className: cn(
|
|
@@ -5010,10 +5054,10 @@ var DropdownMenuItemBase = ({
|
|
|
5010
5054
|
icon.props.className
|
|
5011
5055
|
)
|
|
5012
5056
|
}),
|
|
5013
|
-
/* @__PURE__ */
|
|
5014
|
-
hasSubNav && /* @__PURE__ */
|
|
5057
|
+
/* @__PURE__ */ jsx110("span", { className: "flex gap-2 grow", children }),
|
|
5058
|
+
hasSubNav && /* @__PURE__ */ jsx110("div", { className: "inline-flex items-center justify-end", children: /* @__PURE__ */ jsx110(ChevronRightIcon, { size: 16, className: "text-gray-1000" }) })
|
|
5015
5059
|
] }),
|
|
5016
|
-
description && /* @__PURE__ */
|
|
5060
|
+
description && /* @__PURE__ */ jsx110("div", { className: "text-xs text-gray-700", children: description })
|
|
5017
5061
|
]
|
|
5018
5062
|
}
|
|
5019
5063
|
);
|
|
@@ -5028,14 +5072,14 @@ var DropdownMenuCheckboxItem = React8.forwardRef(
|
|
|
5028
5072
|
checked,
|
|
5029
5073
|
className
|
|
5030
5074
|
};
|
|
5031
|
-
return /* @__PURE__ */
|
|
5075
|
+
return /* @__PURE__ */ jsx110(
|
|
5032
5076
|
DropdownMenuPrimitive.CheckboxItem,
|
|
5033
5077
|
__spreadProps(__spreadValues({
|
|
5034
5078
|
checked
|
|
5035
5079
|
}, props), {
|
|
5036
5080
|
ref: forwardedRef,
|
|
5037
5081
|
className: "outline-none select-none group",
|
|
5038
|
-
children: /* @__PURE__ */
|
|
5082
|
+
children: /* @__PURE__ */ jsx110(DropdownMenuItemBase, __spreadProps(__spreadValues({ checkbox: true }, extraProps), { children }))
|
|
5039
5083
|
})
|
|
5040
5084
|
);
|
|
5041
5085
|
}
|
|
@@ -5056,7 +5100,7 @@ var DropdownMenuContent = React8.forwardRef(
|
|
|
5056
5100
|
"sideOffset",
|
|
5057
5101
|
"align"
|
|
5058
5102
|
]);
|
|
5059
|
-
return /* @__PURE__ */
|
|
5103
|
+
return /* @__PURE__ */ jsx110(
|
|
5060
5104
|
DropdownMenuPrimitive.Content,
|
|
5061
5105
|
__spreadProps(__spreadValues({
|
|
5062
5106
|
className: cn(
|
|
@@ -5084,12 +5128,12 @@ var DropdownMenuItem = React8.forwardRef(
|
|
|
5084
5128
|
icon,
|
|
5085
5129
|
className
|
|
5086
5130
|
};
|
|
5087
|
-
return /* @__PURE__ */
|
|
5131
|
+
return /* @__PURE__ */ jsx110(
|
|
5088
5132
|
DropdownMenuPrimitive.Item,
|
|
5089
5133
|
__spreadProps(__spreadValues({}, props), {
|
|
5090
5134
|
ref: forwardedRef,
|
|
5091
5135
|
className: "outline-none select-none group",
|
|
5092
|
-
children: /* @__PURE__ */
|
|
5136
|
+
children: /* @__PURE__ */ jsx110(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
5093
5137
|
})
|
|
5094
5138
|
);
|
|
5095
5139
|
}
|
|
@@ -5097,7 +5141,7 @@ var DropdownMenuItem = React8.forwardRef(
|
|
|
5097
5141
|
DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
|
|
5098
5142
|
var DropdownMenuLabel = React8.forwardRef((_a, forwardedRef) => {
|
|
5099
5143
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5100
|
-
return /* @__PURE__ */
|
|
5144
|
+
return /* @__PURE__ */ jsx110(
|
|
5101
5145
|
DropdownMenuPrimitive.Label,
|
|
5102
5146
|
__spreadProps(__spreadValues({
|
|
5103
5147
|
className: cn(
|
|
@@ -5121,12 +5165,12 @@ var DropdownMenuRadioItem = React8.forwardRef(
|
|
|
5121
5165
|
icon,
|
|
5122
5166
|
className
|
|
5123
5167
|
};
|
|
5124
|
-
return /* @__PURE__ */
|
|
5168
|
+
return /* @__PURE__ */ jsx110(
|
|
5125
5169
|
DropdownMenuPrimitive.RadioItem,
|
|
5126
5170
|
__spreadProps(__spreadValues({}, props), {
|
|
5127
5171
|
ref: forwardedRef,
|
|
5128
5172
|
className: "outline-none select-none group",
|
|
5129
|
-
children: /* @__PURE__ */
|
|
5173
|
+
children: /* @__PURE__ */ jsx110(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
5130
5174
|
})
|
|
5131
5175
|
);
|
|
5132
5176
|
}
|
|
@@ -5134,7 +5178,7 @@ var DropdownMenuRadioItem = React8.forwardRef(
|
|
|
5134
5178
|
DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
|
|
5135
5179
|
var DropdownMenuSeparator = React8.forwardRef((_a, forwardedRef) => {
|
|
5136
5180
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5137
|
-
return /* @__PURE__ */
|
|
5181
|
+
return /* @__PURE__ */ jsx110(
|
|
5138
5182
|
DropdownMenuPrimitive.Separator,
|
|
5139
5183
|
__spreadProps(__spreadValues({
|
|
5140
5184
|
className: cn("my-1 border-b border-gray-200", className)
|
|
@@ -5147,7 +5191,7 @@ DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
|
|
|
5147
5191
|
var DropdownMenuSub = DropdownMenuPrimitive.Sub;
|
|
5148
5192
|
var DropdownMenuSubContent = React8.forwardRef((_a, forwardedRef) => {
|
|
5149
5193
|
var _b = _a, { children, className, sideOffset = 8 } = _b, props = __objRest(_b, ["children", "className", "sideOffset"]);
|
|
5150
|
-
return /* @__PURE__ */
|
|
5194
|
+
return /* @__PURE__ */ jsx110(
|
|
5151
5195
|
DropdownMenuPrimitive.SubContent,
|
|
5152
5196
|
__spreadProps(__spreadValues({
|
|
5153
5197
|
className: cn(
|
|
@@ -5171,12 +5215,12 @@ var DropdownMenuSubTrigger = React8.forwardRef(
|
|
|
5171
5215
|
icon,
|
|
5172
5216
|
className
|
|
5173
5217
|
};
|
|
5174
|
-
return /* @__PURE__ */
|
|
5218
|
+
return /* @__PURE__ */ jsx110(
|
|
5175
5219
|
DropdownMenuPrimitive.SubTrigger,
|
|
5176
5220
|
__spreadProps(__spreadValues({}, props), {
|
|
5177
5221
|
ref: forwardedRef,
|
|
5178
5222
|
className: "outline-none select-none group",
|
|
5179
|
-
children: /* @__PURE__ */
|
|
5223
|
+
children: /* @__PURE__ */ jsx110(DropdownMenuItemBase, __spreadProps(__spreadValues({ hasSubNav: true }, extraProps), { children }))
|
|
5180
5224
|
})
|
|
5181
5225
|
);
|
|
5182
5226
|
}
|
|
@@ -5186,15 +5230,15 @@ var DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
|
|
|
5186
5230
|
|
|
5187
5231
|
// src/components/FilterButton/FilterButton.tsx
|
|
5188
5232
|
import React9 from "react";
|
|
5189
|
-
import { Fragment, jsx as
|
|
5233
|
+
import { Fragment, jsx as jsx111, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
5190
5234
|
var FilterButton = React9.forwardRef(
|
|
5191
5235
|
(_a, ref) => {
|
|
5192
5236
|
var _b = _a, { selectedCount, children, size = "sm", variant = "outline" } = _b, props = __objRest(_b, ["selectedCount", "children", "size", "variant"]);
|
|
5193
|
-
return /* @__PURE__ */
|
|
5237
|
+
return /* @__PURE__ */ jsxs81(Button, __spreadProps(__spreadValues({ ref, variant, size }, props), { children: [
|
|
5194
5238
|
children,
|
|
5195
|
-
selectedCount !== void 0 && selectedCount > 0 && /* @__PURE__ */
|
|
5196
|
-
/* @__PURE__ */
|
|
5197
|
-
/* @__PURE__ */
|
|
5239
|
+
selectedCount !== void 0 && selectedCount > 0 && /* @__PURE__ */ jsxs81(Fragment, { children: [
|
|
5240
|
+
/* @__PURE__ */ jsx111("span", { className: "h-4 border-l border-gray-200" }),
|
|
5241
|
+
/* @__PURE__ */ jsx111(Badge, { variant: "fill", color: "blue", children: selectedCount })
|
|
5198
5242
|
] })
|
|
5199
5243
|
] }));
|
|
5200
5244
|
}
|
|
@@ -5213,10 +5257,10 @@ import {
|
|
|
5213
5257
|
// src/components/Label/Label.tsx
|
|
5214
5258
|
import * as React10 from "react";
|
|
5215
5259
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5216
|
-
import { jsx as
|
|
5260
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
5217
5261
|
var Label2 = React10.forwardRef((_a, ref) => {
|
|
5218
5262
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5219
|
-
return /* @__PURE__ */
|
|
5263
|
+
return /* @__PURE__ */ jsx112(
|
|
5220
5264
|
LabelPrimitive.Root,
|
|
5221
5265
|
__spreadValues({
|
|
5222
5266
|
ref,
|
|
@@ -5230,18 +5274,18 @@ var Label2 = React10.forwardRef((_a, ref) => {
|
|
|
5230
5274
|
Label2.displayName = LabelPrimitive.Root.displayName;
|
|
5231
5275
|
|
|
5232
5276
|
// src/components/Form/Form.tsx
|
|
5233
|
-
import { jsx as
|
|
5277
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
5234
5278
|
var Form = FormProvider;
|
|
5235
5279
|
var FormFieldContext = React11.createContext(
|
|
5236
5280
|
{}
|
|
5237
5281
|
);
|
|
5238
5282
|
var FormField = (_a) => {
|
|
5239
5283
|
var props = __objRest(_a, []);
|
|
5240
|
-
return /* @__PURE__ */
|
|
5284
|
+
return /* @__PURE__ */ jsx113(
|
|
5241
5285
|
FormFieldContext.Provider,
|
|
5242
5286
|
{
|
|
5243
5287
|
value: { name: props.name, isDisabled: props.disabled },
|
|
5244
|
-
children: /* @__PURE__ */
|
|
5288
|
+
children: /* @__PURE__ */ jsx113(Controller, __spreadValues({}, props))
|
|
5245
5289
|
}
|
|
5246
5290
|
);
|
|
5247
5291
|
};
|
|
@@ -5269,7 +5313,7 @@ var FormItemContext = React11.createContext(
|
|
|
5269
5313
|
var FormItem = React11.forwardRef((_a, ref) => {
|
|
5270
5314
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5271
5315
|
const id = React11.useId();
|
|
5272
|
-
return /* @__PURE__ */
|
|
5316
|
+
return /* @__PURE__ */ jsx113(FormItemContext.Provider, { value: { id }, children: /* @__PURE__ */ jsx113(
|
|
5273
5317
|
"div",
|
|
5274
5318
|
__spreadValues({
|
|
5275
5319
|
ref,
|
|
@@ -5281,7 +5325,7 @@ FormItem.displayName = "FormItem";
|
|
|
5281
5325
|
var FormLabel = React11.forwardRef((_a, ref) => {
|
|
5282
5326
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5283
5327
|
const { isDisabled, formItemId } = useFormField();
|
|
5284
|
-
return /* @__PURE__ */
|
|
5328
|
+
return /* @__PURE__ */ jsx113(
|
|
5285
5329
|
Label2,
|
|
5286
5330
|
__spreadValues({
|
|
5287
5331
|
ref,
|
|
@@ -5294,7 +5338,7 @@ FormLabel.displayName = "FormLabel";
|
|
|
5294
5338
|
var FormControl = React11.forwardRef((_a, ref) => {
|
|
5295
5339
|
var props = __objRest(_a, []);
|
|
5296
5340
|
const { error, isDisabled, formItemId, formDescriptionId, formMessageId } = useFormField();
|
|
5297
|
-
return /* @__PURE__ */
|
|
5341
|
+
return /* @__PURE__ */ jsx113(
|
|
5298
5342
|
Slot2,
|
|
5299
5343
|
__spreadValues({
|
|
5300
5344
|
ref,
|
|
@@ -5310,7 +5354,7 @@ FormControl.displayName = "FormControl";
|
|
|
5310
5354
|
var FormDescription = React11.forwardRef((_a, ref) => {
|
|
5311
5355
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5312
5356
|
const { formDescriptionId, isDisabled } = useFormField();
|
|
5313
|
-
return /* @__PURE__ */
|
|
5357
|
+
return /* @__PURE__ */ jsx113(
|
|
5314
5358
|
"p",
|
|
5315
5359
|
__spreadValues({
|
|
5316
5360
|
ref,
|
|
@@ -5329,7 +5373,7 @@ var FormMessage = React11.forwardRef((_a, ref) => {
|
|
|
5329
5373
|
const { error, isDisabled, formMessageId } = useFormField();
|
|
5330
5374
|
const body = error ? String(error == null ? void 0 : error.message) : children;
|
|
5331
5375
|
const textColorClassName = error ? "text-red-700" : "text-gray-700";
|
|
5332
|
-
return /* @__PURE__ */
|
|
5376
|
+
return /* @__PURE__ */ jsx113(
|
|
5333
5377
|
"p",
|
|
5334
5378
|
__spreadProps(__spreadValues({
|
|
5335
5379
|
ref,
|
|
@@ -5350,7 +5394,7 @@ FormMessage.displayName = "FormMessage";
|
|
|
5350
5394
|
// src/components/Input/Input.tsx
|
|
5351
5395
|
import * as React12 from "react";
|
|
5352
5396
|
import { Slot as Slot3 } from "@radix-ui/react-slot";
|
|
5353
|
-
import { jsx as
|
|
5397
|
+
import { jsx as jsx114, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
5354
5398
|
var Input = React12.forwardRef(
|
|
5355
5399
|
(_a, ref) => {
|
|
5356
5400
|
var _b = _a, {
|
|
@@ -5369,8 +5413,8 @@ var Input = React12.forwardRef(
|
|
|
5369
5413
|
"suffixEnchancer"
|
|
5370
5414
|
]);
|
|
5371
5415
|
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
5372
|
-
return /* @__PURE__ */
|
|
5373
|
-
/* @__PURE__ */
|
|
5416
|
+
return /* @__PURE__ */ jsxs82("div", { className: "flex gap-2", children: [
|
|
5417
|
+
/* @__PURE__ */ jsxs82(
|
|
5374
5418
|
"div",
|
|
5375
5419
|
{
|
|
5376
5420
|
className: cn(
|
|
@@ -5382,7 +5426,7 @@ var Input = React12.forwardRef(
|
|
|
5382
5426
|
className
|
|
5383
5427
|
),
|
|
5384
5428
|
children: [
|
|
5385
|
-
prefixEnchancer && /* @__PURE__ */
|
|
5429
|
+
prefixEnchancer && /* @__PURE__ */ jsx114(
|
|
5386
5430
|
Slot3,
|
|
5387
5431
|
{
|
|
5388
5432
|
className: cn(
|
|
@@ -5392,7 +5436,7 @@ var Input = React12.forwardRef(
|
|
|
5392
5436
|
children: prefixEnchancer
|
|
5393
5437
|
}
|
|
5394
5438
|
),
|
|
5395
|
-
/* @__PURE__ */
|
|
5439
|
+
/* @__PURE__ */ jsx114(
|
|
5396
5440
|
"input",
|
|
5397
5441
|
__spreadProps(__spreadValues({}, props), {
|
|
5398
5442
|
disabled: isDisabled,
|
|
@@ -5401,7 +5445,7 @@ var Input = React12.forwardRef(
|
|
|
5401
5445
|
ref
|
|
5402
5446
|
})
|
|
5403
5447
|
),
|
|
5404
|
-
suffixEnchancer && /* @__PURE__ */
|
|
5448
|
+
suffixEnchancer && /* @__PURE__ */ jsx114(
|
|
5405
5449
|
Slot3,
|
|
5406
5450
|
{
|
|
5407
5451
|
className: cn(
|
|
@@ -5425,7 +5469,7 @@ var Input = React12.forwardRef(
|
|
|
5425
5469
|
Input.displayName = "Input";
|
|
5426
5470
|
|
|
5427
5471
|
// src/components/Pagination/Pagination.tsx
|
|
5428
|
-
import { jsx as
|
|
5472
|
+
import { jsx as jsx115, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
5429
5473
|
var PaginationPageChoice = /* @__PURE__ */ ((PaginationPageChoice2) => {
|
|
5430
5474
|
PaginationPageChoice2["FIRST"] = "FIRST";
|
|
5431
5475
|
PaginationPageChoice2["PREVIOUS"] = "PREVIOUS";
|
|
@@ -5441,12 +5485,12 @@ var Pagination = ({
|
|
|
5441
5485
|
onPageChange,
|
|
5442
5486
|
className
|
|
5443
5487
|
}) => {
|
|
5444
|
-
return /* @__PURE__ */
|
|
5445
|
-
totalRowsCaption && /* @__PURE__ */
|
|
5446
|
-
/* @__PURE__ */
|
|
5447
|
-
currentPageCation && /* @__PURE__ */
|
|
5448
|
-
/* @__PURE__ */
|
|
5449
|
-
/* @__PURE__ */
|
|
5488
|
+
return /* @__PURE__ */ jsxs83("div", { className: cn("flex items-center justify-between px-2", className), children: [
|
|
5489
|
+
totalRowsCaption && /* @__PURE__ */ jsx115("div", { className: "flex-1 text-sm text-gray-700", children: totalRowsCaption }),
|
|
5490
|
+
/* @__PURE__ */ jsxs83("div", { className: "flex items-center gap-4", children: [
|
|
5491
|
+
currentPageCation && /* @__PURE__ */ jsx115("div", { className: "flex items-center justify-center text-sm font-medium text-gray-1000", children: currentPageCation }),
|
|
5492
|
+
/* @__PURE__ */ jsxs83("div", { className: "flex items-center gap-2", children: [
|
|
5493
|
+
/* @__PURE__ */ jsx115(
|
|
5450
5494
|
Button,
|
|
5451
5495
|
{
|
|
5452
5496
|
variant: "outline",
|
|
@@ -5454,10 +5498,10 @@ var Pagination = ({
|
|
|
5454
5498
|
size: "sm",
|
|
5455
5499
|
onClick: () => onPageChange("FIRST" /* FIRST */),
|
|
5456
5500
|
disabled: !previousPageAvailable,
|
|
5457
|
-
children: /* @__PURE__ */
|
|
5501
|
+
children: /* @__PURE__ */ jsx115(ChevronLeftDoubleIcon, { size: "16" })
|
|
5458
5502
|
}
|
|
5459
5503
|
),
|
|
5460
|
-
/* @__PURE__ */
|
|
5504
|
+
/* @__PURE__ */ jsx115(
|
|
5461
5505
|
Button,
|
|
5462
5506
|
{
|
|
5463
5507
|
variant: "outline",
|
|
@@ -5465,10 +5509,10 @@ var Pagination = ({
|
|
|
5465
5509
|
size: "sm",
|
|
5466
5510
|
onClick: () => onPageChange("PREVIOUS" /* PREVIOUS */),
|
|
5467
5511
|
disabled: !previousPageAvailable,
|
|
5468
|
-
children: /* @__PURE__ */
|
|
5512
|
+
children: /* @__PURE__ */ jsx115(ChevronLeftIcon, { size: "16" })
|
|
5469
5513
|
}
|
|
5470
5514
|
),
|
|
5471
|
-
/* @__PURE__ */
|
|
5515
|
+
/* @__PURE__ */ jsx115(
|
|
5472
5516
|
Button,
|
|
5473
5517
|
{
|
|
5474
5518
|
variant: "outline",
|
|
@@ -5476,10 +5520,10 @@ var Pagination = ({
|
|
|
5476
5520
|
size: "sm",
|
|
5477
5521
|
onClick: () => onPageChange("NEXT" /* NEXT */),
|
|
5478
5522
|
disabled: !nextPageAvailable,
|
|
5479
|
-
children: /* @__PURE__ */
|
|
5523
|
+
children: /* @__PURE__ */ jsx115(ChevronRightIcon, { size: "16" })
|
|
5480
5524
|
}
|
|
5481
5525
|
),
|
|
5482
|
-
/* @__PURE__ */
|
|
5526
|
+
/* @__PURE__ */ jsx115(
|
|
5483
5527
|
Button,
|
|
5484
5528
|
{
|
|
5485
5529
|
variant: "outline",
|
|
@@ -5487,7 +5531,7 @@ var Pagination = ({
|
|
|
5487
5531
|
size: "sm",
|
|
5488
5532
|
onClick: () => onPageChange("LAST" /* LAST */),
|
|
5489
5533
|
disabled: !nextPageAvailable,
|
|
5490
|
-
children: /* @__PURE__ */
|
|
5534
|
+
children: /* @__PURE__ */ jsx115(ChevronRightDoubleIcon, { size: "16" })
|
|
5491
5535
|
}
|
|
5492
5536
|
)
|
|
5493
5537
|
] })
|
|
@@ -5498,12 +5542,12 @@ var Pagination = ({
|
|
|
5498
5542
|
// src/components/Popover/Popover.tsx
|
|
5499
5543
|
import * as React13 from "react";
|
|
5500
5544
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
5501
|
-
import { jsx as
|
|
5545
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
5502
5546
|
var Popover = PopoverPrimitive.Root;
|
|
5503
5547
|
var PopoverTrigger = PopoverPrimitive.Trigger;
|
|
5504
5548
|
var PopoverContent = React13.forwardRef((_a, ref) => {
|
|
5505
5549
|
var _b = _a, { className, align = "center", sideOffset = 4 } = _b, props = __objRest(_b, ["className", "align", "sideOffset"]);
|
|
5506
|
-
return /* @__PURE__ */
|
|
5550
|
+
return /* @__PURE__ */ jsx116(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx116(
|
|
5507
5551
|
PopoverPrimitive.Content,
|
|
5508
5552
|
__spreadValues({
|
|
5509
5553
|
ref,
|
|
@@ -5521,14 +5565,14 @@ PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
|
|
5521
5565
|
// src/components/Select/Select.tsx
|
|
5522
5566
|
import * as React14 from "react";
|
|
5523
5567
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
5524
|
-
import { jsx as
|
|
5568
|
+
import { jsx as jsx117, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
5525
5569
|
var Select = SelectPrimitive.Root;
|
|
5526
5570
|
var SelectGroup = SelectPrimitive.Group;
|
|
5527
5571
|
var SelectValue = SelectPrimitive.Value;
|
|
5528
5572
|
var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
5529
5573
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
5530
5574
|
const isDisabled = props["data-is-disabled"];
|
|
5531
|
-
return /* @__PURE__ */
|
|
5575
|
+
return /* @__PURE__ */ jsxs84(
|
|
5532
5576
|
SelectPrimitive.Trigger,
|
|
5533
5577
|
__spreadProps(__spreadValues({
|
|
5534
5578
|
ref,
|
|
@@ -5545,7 +5589,7 @@ var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
|
5545
5589
|
}, props), {
|
|
5546
5590
|
children: [
|
|
5547
5591
|
children,
|
|
5548
|
-
/* @__PURE__ */
|
|
5592
|
+
/* @__PURE__ */ jsx117(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx117(ChevronSelectorVerticalIcon, { size: "16", className: "w-4 h-4 opacity-50" }) })
|
|
5549
5593
|
]
|
|
5550
5594
|
})
|
|
5551
5595
|
);
|
|
@@ -5553,7 +5597,7 @@ var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
|
5553
5597
|
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
5554
5598
|
var SelectContent = React14.forwardRef((_a, ref) => {
|
|
5555
5599
|
var _b = _a, { className, children, position = "popper" } = _b, props = __objRest(_b, ["className", "children", "position"]);
|
|
5556
|
-
return /* @__PURE__ */
|
|
5600
|
+
return /* @__PURE__ */ jsx117(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsx117(
|
|
5557
5601
|
SelectPrimitive.Content,
|
|
5558
5602
|
__spreadProps(__spreadValues({
|
|
5559
5603
|
ref,
|
|
@@ -5564,7 +5608,7 @@ var SelectContent = React14.forwardRef((_a, ref) => {
|
|
|
5564
5608
|
),
|
|
5565
5609
|
position
|
|
5566
5610
|
}, props), {
|
|
5567
|
-
children: /* @__PURE__ */
|
|
5611
|
+
children: /* @__PURE__ */ jsx117(
|
|
5568
5612
|
SelectPrimitive.Viewport,
|
|
5569
5613
|
{
|
|
5570
5614
|
className: cn(
|
|
@@ -5580,7 +5624,7 @@ var SelectContent = React14.forwardRef((_a, ref) => {
|
|
|
5580
5624
|
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
5581
5625
|
var SelectLabel = React14.forwardRef((_a, ref) => {
|
|
5582
5626
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5583
|
-
return /* @__PURE__ */
|
|
5627
|
+
return /* @__PURE__ */ jsx117(
|
|
5584
5628
|
SelectPrimitive.Label,
|
|
5585
5629
|
__spreadValues({
|
|
5586
5630
|
ref,
|
|
@@ -5591,7 +5635,7 @@ var SelectLabel = React14.forwardRef((_a, ref) => {
|
|
|
5591
5635
|
SelectLabel.displayName = SelectPrimitive.Label.displayName;
|
|
5592
5636
|
var SelectItem = React14.forwardRef((_a, ref) => {
|
|
5593
5637
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
5594
|
-
return /* @__PURE__ */
|
|
5638
|
+
return /* @__PURE__ */ jsx117(
|
|
5595
5639
|
SelectPrimitive.Item,
|
|
5596
5640
|
__spreadProps(__spreadValues({
|
|
5597
5641
|
ref,
|
|
@@ -5600,14 +5644,14 @@ var SelectItem = React14.forwardRef((_a, ref) => {
|
|
|
5600
5644
|
className
|
|
5601
5645
|
)
|
|
5602
5646
|
}, props), {
|
|
5603
|
-
children: /* @__PURE__ */
|
|
5647
|
+
children: /* @__PURE__ */ jsx117(SelectPrimitive.ItemText, { children })
|
|
5604
5648
|
})
|
|
5605
5649
|
);
|
|
5606
5650
|
});
|
|
5607
5651
|
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
5608
5652
|
var SelectSeparator = React14.forwardRef((_a, ref) => {
|
|
5609
5653
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5610
|
-
return /* @__PURE__ */
|
|
5654
|
+
return /* @__PURE__ */ jsx117(
|
|
5611
5655
|
SelectPrimitive.Separator,
|
|
5612
5656
|
__spreadValues({
|
|
5613
5657
|
ref,
|
|
@@ -5620,10 +5664,10 @@ SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
|
5620
5664
|
// src/components/Switch/Switch.tsx
|
|
5621
5665
|
import * as React15 from "react";
|
|
5622
5666
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
5623
|
-
import { jsx as
|
|
5667
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
5624
5668
|
var Switch = React15.forwardRef((_a, ref) => {
|
|
5625
5669
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5626
|
-
return /* @__PURE__ */
|
|
5670
|
+
return /* @__PURE__ */ jsx118(
|
|
5627
5671
|
SwitchPrimitive.Root,
|
|
5628
5672
|
__spreadProps(__spreadValues({
|
|
5629
5673
|
className: cn(
|
|
@@ -5632,7 +5676,7 @@ var Switch = React15.forwardRef((_a, ref) => {
|
|
|
5632
5676
|
)
|
|
5633
5677
|
}, props), {
|
|
5634
5678
|
ref,
|
|
5635
|
-
children: /* @__PURE__ */
|
|
5679
|
+
children: /* @__PURE__ */ jsx118(SwitchPrimitive.Thumb, { className: "inline-block w-4 h-4 bg-gray-600 rounded-full translate-x-0.5 data-[state=checked]:translate-x-5 data-[state=checked]:bg-white transition-transform ease-linear will-change-transform" })
|
|
5636
5680
|
})
|
|
5637
5681
|
);
|
|
5638
5682
|
});
|
|
@@ -5640,10 +5684,10 @@ Switch.displayName = SwitchPrimitive.Root.displayName;
|
|
|
5640
5684
|
|
|
5641
5685
|
// src/components/Table/Table.tsx
|
|
5642
5686
|
import * as React16 from "react";
|
|
5643
|
-
import { jsx as
|
|
5687
|
+
import { jsx as jsx119, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
5644
5688
|
var Table = React16.forwardRef((_a, ref) => {
|
|
5645
5689
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5646
|
-
return /* @__PURE__ */
|
|
5690
|
+
return /* @__PURE__ */ jsx119("div", { className: "w-full overflow-auto border rounded-lg", children: /* @__PURE__ */ jsx119(
|
|
5647
5691
|
"table",
|
|
5648
5692
|
__spreadValues({
|
|
5649
5693
|
ref,
|
|
@@ -5654,7 +5698,7 @@ var Table = React16.forwardRef((_a, ref) => {
|
|
|
5654
5698
|
Table.displayName = "Table";
|
|
5655
5699
|
var TableHeader = React16.forwardRef((_a, ref) => {
|
|
5656
5700
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5657
|
-
return /* @__PURE__ */
|
|
5701
|
+
return /* @__PURE__ */ jsx119(
|
|
5658
5702
|
"thead",
|
|
5659
5703
|
__spreadValues({
|
|
5660
5704
|
ref,
|
|
@@ -5665,7 +5709,7 @@ var TableHeader = React16.forwardRef((_a, ref) => {
|
|
|
5665
5709
|
TableHeader.displayName = "TableHeader";
|
|
5666
5710
|
var TableBody = React16.forwardRef((_a, ref) => {
|
|
5667
5711
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5668
|
-
return /* @__PURE__ */
|
|
5712
|
+
return /* @__PURE__ */ jsx119(
|
|
5669
5713
|
"tbody",
|
|
5670
5714
|
__spreadValues({
|
|
5671
5715
|
ref,
|
|
@@ -5679,7 +5723,7 @@ var TableBody = React16.forwardRef((_a, ref) => {
|
|
|
5679
5723
|
TableBody.displayName = "TableBody";
|
|
5680
5724
|
var TableRow = React16.forwardRef((_a, ref) => {
|
|
5681
5725
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5682
|
-
return /* @__PURE__ */
|
|
5726
|
+
return /* @__PURE__ */ jsx119(
|
|
5683
5727
|
"tr",
|
|
5684
5728
|
__spreadValues({
|
|
5685
5729
|
ref,
|
|
@@ -5693,7 +5737,7 @@ var TableRow = React16.forwardRef((_a, ref) => {
|
|
|
5693
5737
|
TableRow.displayName = "TableRow";
|
|
5694
5738
|
var TableHead = React16.forwardRef((_a, ref) => {
|
|
5695
5739
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5696
|
-
return /* @__PURE__ */
|
|
5740
|
+
return /* @__PURE__ */ jsx119(
|
|
5697
5741
|
"th",
|
|
5698
5742
|
__spreadValues({
|
|
5699
5743
|
ref,
|
|
@@ -5707,7 +5751,7 @@ var TableHead = React16.forwardRef((_a, ref) => {
|
|
|
5707
5751
|
TableHead.displayName = "TableHead";
|
|
5708
5752
|
var TableCell = React16.forwardRef((_a, ref) => {
|
|
5709
5753
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5710
|
-
return /* @__PURE__ */
|
|
5754
|
+
return /* @__PURE__ */ jsx119(
|
|
5711
5755
|
"td",
|
|
5712
5756
|
__spreadValues({
|
|
5713
5757
|
ref,
|
|
@@ -5721,16 +5765,16 @@ var TableCell = React16.forwardRef((_a, ref) => {
|
|
|
5721
5765
|
TableCell.displayName = "TableCell";
|
|
5722
5766
|
var TableEmpty = React16.forwardRef((_a, ref) => {
|
|
5723
5767
|
var _b = _a, { className, title, description, children } = _b, props = __objRest(_b, ["className", "title", "description", "children"]);
|
|
5724
|
-
return /* @__PURE__ */
|
|
5768
|
+
return /* @__PURE__ */ jsxs85(
|
|
5725
5769
|
"div",
|
|
5726
5770
|
__spreadProps(__spreadValues({
|
|
5727
5771
|
ref,
|
|
5728
5772
|
className: cn("flex flex-col gap-6 items-center py-12", className)
|
|
5729
5773
|
}, props), {
|
|
5730
5774
|
children: [
|
|
5731
|
-
title && /* @__PURE__ */
|
|
5732
|
-
description && /* @__PURE__ */
|
|
5733
|
-
/* @__PURE__ */
|
|
5775
|
+
title && /* @__PURE__ */ jsx119("span", { className: "text-lg font-semibold text-gray-1000", children: title }),
|
|
5776
|
+
description && /* @__PURE__ */ jsx119("span", { className: "text-sm font-normal text-gray-900", children: description }),
|
|
5777
|
+
/* @__PURE__ */ jsx119("div", { children })
|
|
5734
5778
|
]
|
|
5735
5779
|
})
|
|
5736
5780
|
);
|
|
@@ -5740,11 +5784,11 @@ TableEmpty.displayName = "TableEmpty";
|
|
|
5740
5784
|
// src/components/Tabs/Tabs.tsx
|
|
5741
5785
|
import * as React17 from "react";
|
|
5742
5786
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
5743
|
-
import { jsx as
|
|
5787
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
5744
5788
|
var Tabs = TabsPrimitive.Root;
|
|
5745
5789
|
var TabsList = React17.forwardRef((_a, ref) => {
|
|
5746
5790
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5747
|
-
return /* @__PURE__ */
|
|
5791
|
+
return /* @__PURE__ */ jsx120(
|
|
5748
5792
|
TabsPrimitive.List,
|
|
5749
5793
|
__spreadValues({
|
|
5750
5794
|
ref,
|
|
@@ -5758,7 +5802,7 @@ var TabsList = React17.forwardRef((_a, ref) => {
|
|
|
5758
5802
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
|
5759
5803
|
var TabsTrigger = React17.forwardRef((_a, ref) => {
|
|
5760
5804
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5761
|
-
return /* @__PURE__ */
|
|
5805
|
+
return /* @__PURE__ */ jsx120(
|
|
5762
5806
|
TabsPrimitive.Trigger,
|
|
5763
5807
|
__spreadValues({
|
|
5764
5808
|
ref,
|
|
@@ -5775,7 +5819,7 @@ var TabsTrigger = React17.forwardRef((_a, ref) => {
|
|
|
5775
5819
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
5776
5820
|
var TabsContent = React17.forwardRef((_a, ref) => {
|
|
5777
5821
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5778
|
-
return /* @__PURE__ */
|
|
5822
|
+
return /* @__PURE__ */ jsx120(
|
|
5779
5823
|
TabsPrimitive.Content,
|
|
5780
5824
|
__spreadValues({
|
|
5781
5825
|
ref,
|
|
@@ -5790,12 +5834,12 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
5790
5834
|
|
|
5791
5835
|
// src/components/Textarea/Textarea.tsx
|
|
5792
5836
|
import * as React18 from "react";
|
|
5793
|
-
import { jsx as
|
|
5837
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
5794
5838
|
var Textarea = React18.forwardRef(
|
|
5795
5839
|
(_a, ref) => {
|
|
5796
5840
|
var _b = _a, { className, disabled } = _b, props = __objRest(_b, ["className", "disabled"]);
|
|
5797
5841
|
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
5798
|
-
return /* @__PURE__ */
|
|
5842
|
+
return /* @__PURE__ */ jsx121("div", { className: "flex gap-2", children: /* @__PURE__ */ jsx121(
|
|
5799
5843
|
"div",
|
|
5800
5844
|
{
|
|
5801
5845
|
className: cn(
|
|
@@ -5806,7 +5850,7 @@ var Textarea = React18.forwardRef(
|
|
|
5806
5850
|
},
|
|
5807
5851
|
className
|
|
5808
5852
|
),
|
|
5809
|
-
children: /* @__PURE__ */
|
|
5853
|
+
children: /* @__PURE__ */ jsx121(
|
|
5810
5854
|
"textarea",
|
|
5811
5855
|
__spreadProps(__spreadValues({}, props), {
|
|
5812
5856
|
disabled: isDisabled,
|
|
@@ -5823,20 +5867,20 @@ Textarea.displayName = "Textarea";
|
|
|
5823
5867
|
// src/components/Tooltip/Tooltip.tsx
|
|
5824
5868
|
import * as React19 from "react";
|
|
5825
5869
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
5826
|
-
import { jsx as
|
|
5870
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
5827
5871
|
var TooltipProvider = (_a) => {
|
|
5828
5872
|
var _b = _a, {
|
|
5829
5873
|
delayDuration = 0
|
|
5830
5874
|
} = _b, props = __objRest(_b, [
|
|
5831
5875
|
"delayDuration"
|
|
5832
5876
|
]);
|
|
5833
|
-
return /* @__PURE__ */
|
|
5877
|
+
return /* @__PURE__ */ jsx122(TooltipPrimitive.Provider, __spreadValues({ delayDuration }, props));
|
|
5834
5878
|
};
|
|
5835
5879
|
var Tooltip = TooltipPrimitive.Root;
|
|
5836
5880
|
var TooltipTrigger = TooltipPrimitive.Trigger;
|
|
5837
5881
|
var TooltipContent = React19.forwardRef((_a, ref) => {
|
|
5838
5882
|
var _b = _a, { className, sideOffset = 4 } = _b, props = __objRest(_b, ["className", "sideOffset"]);
|
|
5839
|
-
return /* @__PURE__ */
|
|
5883
|
+
return /* @__PURE__ */ jsx122(
|
|
5840
5884
|
TooltipPrimitive.Content,
|
|
5841
5885
|
__spreadValues({
|
|
5842
5886
|
ref,
|
|
@@ -5986,6 +6030,7 @@ export {
|
|
|
5986
6030
|
RefreshCcwIcon,
|
|
5987
6031
|
RefreshCwIcon,
|
|
5988
6032
|
RocketIcon,
|
|
6033
|
+
RotateCcwIcon,
|
|
5989
6034
|
SaveIcon,
|
|
5990
6035
|
SearchMdIcon,
|
|
5991
6036
|
Select,
|