@snapcall/design-system 1.8.0 → 1.9.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 +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +509 -417
- package/dist/index.mjs +493 -403
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1572,11 +1572,11 @@ var CursorClickIcon = forwardRef30(
|
|
|
1572
1572
|
}
|
|
1573
1573
|
);
|
|
1574
1574
|
|
|
1575
|
-
// src/icons/
|
|
1575
|
+
// src/icons/dotsGrid.tsx
|
|
1576
1576
|
import { forwardRef as forwardRef31 } from "react";
|
|
1577
1577
|
import { jsx as jsx33, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1578
|
-
var
|
|
1579
|
-
function
|
|
1578
|
+
var DotsGridIcon = forwardRef31(
|
|
1579
|
+
function DotsGridIcon2(_a, ref) {
|
|
1580
1580
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1581
1581
|
return /* @__PURE__ */ jsxs18(
|
|
1582
1582
|
"svg",
|
|
@@ -1593,7 +1593,7 @@ var DotsHorizontalIcon = forwardRef31(
|
|
|
1593
1593
|
/* @__PURE__ */ jsx33(
|
|
1594
1594
|
"path",
|
|
1595
1595
|
{
|
|
1596
|
-
d: "M12
|
|
1596
|
+
d: "M12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6Z",
|
|
1597
1597
|
stroke: "currentColor",
|
|
1598
1598
|
strokeWidth: "2",
|
|
1599
1599
|
strokeLinecap: "round",
|
|
@@ -1603,7 +1603,7 @@ var DotsHorizontalIcon = forwardRef31(
|
|
|
1603
1603
|
/* @__PURE__ */ jsx33(
|
|
1604
1604
|
"path",
|
|
1605
1605
|
{
|
|
1606
|
-
d: "
|
|
1606
|
+
d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z",
|
|
1607
1607
|
stroke: "currentColor",
|
|
1608
1608
|
strokeWidth: "2",
|
|
1609
1609
|
strokeLinecap: "round",
|
|
@@ -1613,101 +1613,101 @@ var DotsHorizontalIcon = forwardRef31(
|
|
|
1613
1613
|
/* @__PURE__ */ jsx33(
|
|
1614
1614
|
"path",
|
|
1615
1615
|
{
|
|
1616
|
-
d: "
|
|
1616
|
+
d: "M12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z",
|
|
1617
1617
|
stroke: "currentColor",
|
|
1618
1618
|
strokeWidth: "2",
|
|
1619
1619
|
strokeLinecap: "round",
|
|
1620
1620
|
strokeLinejoin: "round"
|
|
1621
1621
|
}
|
|
1622
|
-
)
|
|
1623
|
-
|
|
1624
|
-
})
|
|
1625
|
-
);
|
|
1626
|
-
}
|
|
1627
|
-
);
|
|
1628
|
-
|
|
1629
|
-
// src/icons/dotsGrid.tsx
|
|
1630
|
-
import { forwardRef as forwardRef32 } from "react";
|
|
1631
|
-
import { jsx as jsx34, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1632
|
-
var DotsGridIcon = forwardRef32(
|
|
1633
|
-
function DotsGridIcon2(_a, ref) {
|
|
1634
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1635
|
-
return /* @__PURE__ */ jsxs19(
|
|
1636
|
-
"svg",
|
|
1637
|
-
__spreadProps(__spreadValues({
|
|
1638
|
-
ref,
|
|
1639
|
-
width: size,
|
|
1640
|
-
height: size,
|
|
1641
|
-
viewBox: "0 0 24 24",
|
|
1642
|
-
fill: "none",
|
|
1643
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1644
|
-
className
|
|
1645
|
-
}, other), {
|
|
1646
|
-
children: [
|
|
1647
|
-
/* @__PURE__ */ jsx34(
|
|
1622
|
+
),
|
|
1623
|
+
/* @__PURE__ */ jsx33(
|
|
1648
1624
|
"path",
|
|
1649
1625
|
{
|
|
1650
|
-
d: "
|
|
1626
|
+
d: "M19 6C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4C18.4477 4 18 4.44772 18 5C18 5.55228 18.4477 6 19 6Z",
|
|
1651
1627
|
stroke: "currentColor",
|
|
1652
1628
|
strokeWidth: "2",
|
|
1653
1629
|
strokeLinecap: "round",
|
|
1654
1630
|
strokeLinejoin: "round"
|
|
1655
1631
|
}
|
|
1656
1632
|
),
|
|
1657
|
-
/* @__PURE__ */
|
|
1633
|
+
/* @__PURE__ */ jsx33(
|
|
1658
1634
|
"path",
|
|
1659
1635
|
{
|
|
1660
|
-
d: "
|
|
1636
|
+
d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z",
|
|
1661
1637
|
stroke: "currentColor",
|
|
1662
1638
|
strokeWidth: "2",
|
|
1663
1639
|
strokeLinecap: "round",
|
|
1664
1640
|
strokeLinejoin: "round"
|
|
1665
1641
|
}
|
|
1666
1642
|
),
|
|
1667
|
-
/* @__PURE__ */
|
|
1643
|
+
/* @__PURE__ */ jsx33(
|
|
1668
1644
|
"path",
|
|
1669
1645
|
{
|
|
1670
|
-
d: "
|
|
1646
|
+
d: "M19 20C19.5523 20 20 19.5523 20 19C20 18.4477 19.5523 18 19 18C18.4477 18 18 18.4477 18 19C18 19.5523 18.4477 20 19 20Z",
|
|
1671
1647
|
stroke: "currentColor",
|
|
1672
1648
|
strokeWidth: "2",
|
|
1673
1649
|
strokeLinecap: "round",
|
|
1674
1650
|
strokeLinejoin: "round"
|
|
1675
1651
|
}
|
|
1676
1652
|
),
|
|
1677
|
-
/* @__PURE__ */
|
|
1653
|
+
/* @__PURE__ */ jsx33(
|
|
1678
1654
|
"path",
|
|
1679
1655
|
{
|
|
1680
|
-
d: "
|
|
1656
|
+
d: "M5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6Z",
|
|
1681
1657
|
stroke: "currentColor",
|
|
1682
1658
|
strokeWidth: "2",
|
|
1683
1659
|
strokeLinecap: "round",
|
|
1684
1660
|
strokeLinejoin: "round"
|
|
1685
1661
|
}
|
|
1686
1662
|
),
|
|
1687
|
-
/* @__PURE__ */
|
|
1663
|
+
/* @__PURE__ */ jsx33(
|
|
1688
1664
|
"path",
|
|
1689
1665
|
{
|
|
1690
|
-
d: "
|
|
1666
|
+
d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z",
|
|
1691
1667
|
stroke: "currentColor",
|
|
1692
1668
|
strokeWidth: "2",
|
|
1693
1669
|
strokeLinecap: "round",
|
|
1694
1670
|
strokeLinejoin: "round"
|
|
1695
1671
|
}
|
|
1696
1672
|
),
|
|
1697
|
-
/* @__PURE__ */
|
|
1673
|
+
/* @__PURE__ */ jsx33(
|
|
1698
1674
|
"path",
|
|
1699
1675
|
{
|
|
1700
|
-
d: "
|
|
1676
|
+
d: "M5 20C5.55228 20 6 19.5523 6 19C6 18.4477 5.55228 18 5 18C4.44772 18 4 18.4477 4 19C4 19.5523 4.44772 20 5 20Z",
|
|
1701
1677
|
stroke: "currentColor",
|
|
1702
1678
|
strokeWidth: "2",
|
|
1703
1679
|
strokeLinecap: "round",
|
|
1704
1680
|
strokeLinejoin: "round"
|
|
1705
1681
|
}
|
|
1706
|
-
)
|
|
1682
|
+
)
|
|
1683
|
+
]
|
|
1684
|
+
})
|
|
1685
|
+
);
|
|
1686
|
+
}
|
|
1687
|
+
);
|
|
1688
|
+
|
|
1689
|
+
// src/icons/dotsHorizontal.tsx
|
|
1690
|
+
import { forwardRef as forwardRef32 } from "react";
|
|
1691
|
+
import { jsx as jsx34, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1692
|
+
var DotsHorizontalIcon = forwardRef32(
|
|
1693
|
+
function DotsHorizontalIcon2(_a, ref) {
|
|
1694
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1695
|
+
return /* @__PURE__ */ jsxs19(
|
|
1696
|
+
"svg",
|
|
1697
|
+
__spreadProps(__spreadValues({
|
|
1698
|
+
ref,
|
|
1699
|
+
width: size,
|
|
1700
|
+
height: size,
|
|
1701
|
+
viewBox: "0 0 24 24",
|
|
1702
|
+
fill: "none",
|
|
1703
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1704
|
+
className
|
|
1705
|
+
}, other), {
|
|
1706
|
+
children: [
|
|
1707
1707
|
/* @__PURE__ */ jsx34(
|
|
1708
1708
|
"path",
|
|
1709
1709
|
{
|
|
1710
|
-
d: "
|
|
1710
|
+
d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z",
|
|
1711
1711
|
stroke: "currentColor",
|
|
1712
1712
|
strokeWidth: "2",
|
|
1713
1713
|
strokeLinecap: "round",
|
|
@@ -1717,7 +1717,7 @@ var DotsGridIcon = forwardRef32(
|
|
|
1717
1717
|
/* @__PURE__ */ jsx34(
|
|
1718
1718
|
"path",
|
|
1719
1719
|
{
|
|
1720
|
-
d: "
|
|
1720
|
+
d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z",
|
|
1721
1721
|
stroke: "currentColor",
|
|
1722
1722
|
strokeWidth: "2",
|
|
1723
1723
|
strokeLinecap: "round",
|
|
@@ -1727,7 +1727,7 @@ var DotsGridIcon = forwardRef32(
|
|
|
1727
1727
|
/* @__PURE__ */ jsx34(
|
|
1728
1728
|
"path",
|
|
1729
1729
|
{
|
|
1730
|
-
d: "M5
|
|
1730
|
+
d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z",
|
|
1731
1731
|
stroke: "currentColor",
|
|
1732
1732
|
strokeWidth: "2",
|
|
1733
1733
|
strokeLinecap: "round",
|
|
@@ -2945,11 +2945,11 @@ var PhoneCallIcon = forwardRef62(
|
|
|
2945
2945
|
}
|
|
2946
2946
|
);
|
|
2947
2947
|
|
|
2948
|
-
// src/icons/
|
|
2948
|
+
// src/icons/phoneIncoming.tsx
|
|
2949
2949
|
import { forwardRef as forwardRef63 } from "react";
|
|
2950
2950
|
import { jsx as jsx65, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
2951
|
-
var
|
|
2952
|
-
function
|
|
2951
|
+
var PhoneIncomingIcon = forwardRef63(
|
|
2952
|
+
function PhoneIncomingIcon2(_a, ref) {
|
|
2953
2953
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2954
2954
|
return /* @__PURE__ */ jsxs44(
|
|
2955
2955
|
"svg",
|
|
@@ -2967,7 +2967,7 @@ var PhonePlusIcon = forwardRef63(
|
|
|
2967
2967
|
"path",
|
|
2968
2968
|
{
|
|
2969
2969
|
opacity: "0.12",
|
|
2970
|
-
d: "M4.
|
|
2970
|
+
d: "M4.92084 6.56923C5.38483 7.53564 6.01736 8.4414 6.81841 9.24245C7.61946 10.0435 8.52522 10.676 9.49164 11.14C9.57476 11.1799 9.61633 11.1999 9.66892 11.2152C9.85582 11.2697 10.0853 11.2306 10.2436 11.1172C10.2882 11.0853 10.3263 11.0472 10.4025 10.971C10.6355 10.738 10.7521 10.6214 10.8693 10.5452C11.3112 10.2579 11.8809 10.2579 12.3228 10.5452C12.44 10.6214 12.5566 10.738 12.7896 10.971L12.9195 11.1009C13.2738 11.4552 13.451 11.6324 13.5472 11.8226C13.7386 12.201 13.7386 12.6479 13.5472 13.0262C13.451 13.2165 13.2738 13.3936 12.9195 13.7479L12.8145 13.853C12.4614 14.2061 12.2848 14.3826 12.0448 14.5175C11.7785 14.6671 11.3648 14.7747 11.0593 14.7738C10.784 14.7729 10.5959 14.7195 10.2196 14.6127C8.19732 14.0387 6.28908 12.9558 4.69709 11.3638C3.1051 9.77179 2.02212 7.86355 1.44814 5.84128C1.34134 5.46498 1.28793 5.27684 1.28712 5.00154C1.28621 4.69606 1.39378 4.2824 1.54339 4.01606C1.67823 3.77604 1.85477 3.5995 2.20785 3.24641L2.31294 3.14132C2.66723 2.78703 2.84438 2.60988 3.03463 2.51365C3.41301 2.32227 3.85985 2.32227 4.23823 2.51365C4.42848 2.60988 4.60563 2.78703 4.95992 3.14132L5.08984 3.27124C5.32291 3.50431 5.43944 3.62084 5.51563 3.73803C5.80296 4.17996 5.80296 4.74968 5.51563 5.1916C5.43944 5.30879 5.32291 5.42532 5.08984 5.65839C5.01363 5.7346 4.97552 5.77271 4.94363 5.81725C4.83029 5.97553 4.79115 6.20504 4.84564 6.39194C4.86097 6.44454 4.88092 6.4861 4.92084 6.56923Z",
|
|
2971
2971
|
fill: "currentColor",
|
|
2972
2972
|
stroke: "currentColor",
|
|
2973
2973
|
strokeWidth: "2",
|
|
@@ -2978,7 +2978,7 @@ var PhonePlusIcon = forwardRef63(
|
|
|
2978
2978
|
/* @__PURE__ */ jsx65(
|
|
2979
2979
|
"path",
|
|
2980
2980
|
{
|
|
2981
|
-
d: "M11.
|
|
2981
|
+
d: "M11.0004 2L8.66706 4.33333M8.66706 4.33333L11.0004 6.66667M8.66706 4.33333H14.0004M6.81841 9.24205C6.01736 8.44099 5.38483 7.53523 4.92084 6.56882C4.88092 6.48569 4.86097 6.44413 4.84564 6.39154C4.79115 6.20463 4.83029 5.97513 4.94363 5.81684C4.97552 5.7723 5.01363 5.7342 5.08984 5.65799C5.32291 5.42492 5.43944 5.30838 5.51563 5.1912C5.80296 4.74927 5.80296 4.17955 5.51563 3.73762C5.43944 3.62044 5.32291 3.5039 5.08984 3.27083L4.95992 3.14092C4.60563 2.78662 4.42848 2.60947 4.23823 2.51324C3.85985 2.32186 3.41301 2.32186 3.03464 2.51324C2.84438 2.60947 2.66723 2.78662 2.31294 3.14092L2.20785 3.24601C1.85477 3.59909 1.67823 3.77563 1.54339 4.01565C1.39378 4.28199 1.28621 4.69565 1.28712 5.00113C1.28793 5.27643 1.34134 5.46458 1.44814 5.84087C2.02212 7.86314 3.1051 9.77138 4.69709 11.3634C6.28908 12.9554 8.19732 14.0383 10.2196 14.6123C10.5959 14.7191 10.784 14.7725 11.0593 14.7733C11.3648 14.7743 11.7785 14.6667 12.0448 14.5171C12.2848 14.3822 12.4614 14.2057 12.8145 13.8526L12.9195 13.7475C13.2738 13.3932 13.451 13.2161 13.5472 13.0258C13.7386 12.6474 13.7386 12.2006 13.5472 11.8222C13.451 11.632 13.2738 11.4548 12.9195 11.1005L12.7896 10.9706C12.5566 10.7376 12.44 10.621 12.3228 10.5448C11.8809 10.2575 11.3112 10.2575 10.8693 10.5448C10.7521 10.621 10.6355 10.7376 10.4025 10.9706C10.3263 11.0468 10.2882 11.0849 10.2436 11.1168C10.0853 11.2302 9.85582 11.2693 9.66892 11.2148C9.61633 11.1995 9.57476 11.1795 9.49164 11.1396C8.52523 10.6756 7.61946 10.0431 6.81841 9.24205Z",
|
|
2982
2982
|
stroke: "currentColor",
|
|
2983
2983
|
strokeWidth: "1.4",
|
|
2984
2984
|
strokeLinecap: "round",
|
|
@@ -2991,11 +2991,11 @@ var PhonePlusIcon = forwardRef63(
|
|
|
2991
2991
|
}
|
|
2992
2992
|
);
|
|
2993
2993
|
|
|
2994
|
-
// src/icons/
|
|
2994
|
+
// src/icons/phonePlus.tsx
|
|
2995
2995
|
import { forwardRef as forwardRef64 } from "react";
|
|
2996
2996
|
import { jsx as jsx66, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
2997
|
-
var
|
|
2998
|
-
function
|
|
2997
|
+
var PhonePlusIcon = forwardRef64(
|
|
2998
|
+
function PhonePlusIcon2(_a, ref) {
|
|
2999
2999
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3000
3000
|
return /* @__PURE__ */ jsxs45(
|
|
3001
3001
|
"svg",
|
|
@@ -3003,13 +3003,101 @@ var PieChartIcon = forwardRef64(
|
|
|
3003
3003
|
ref,
|
|
3004
3004
|
width: size,
|
|
3005
3005
|
height: size,
|
|
3006
|
-
viewBox: "0 0
|
|
3006
|
+
viewBox: "0 0 16 16",
|
|
3007
3007
|
fill: "none",
|
|
3008
3008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3009
3009
|
className
|
|
3010
3010
|
}, other), {
|
|
3011
3011
|
children: [
|
|
3012
3012
|
duotone && /* @__PURE__ */ jsx66(
|
|
3013
|
+
"path",
|
|
3014
|
+
{
|
|
3015
|
+
opacity: "0.12",
|
|
3016
|
+
d: "M4.92059 6.56825C5.38459 7.53466 6.01712 8.44042 6.81817 9.24148C7.61922 10.0425 8.52498 10.6751 9.49139 11.1391C9.57452 11.179 9.61608 11.1989 9.66868 11.2143C9.85558 11.2687 10.0851 11.2296 10.2434 11.1163C10.2879 11.0844 10.326 11.0463 10.4022 10.9701C10.6353 10.737 10.7518 10.6204 10.869 10.5443C11.3109 10.2569 11.8807 10.2569 12.3226 10.5443C12.4398 10.6204 12.5563 10.737 12.7894 10.9701L12.9193 11.1C13.2736 11.4543 13.4507 11.6314 13.547 11.8217C13.7383 12.2 13.7383 12.6469 13.547 13.0253C13.4507 13.2155 13.2736 13.3927 12.9193 13.7469L12.8142 13.852C12.4611 14.2051 12.2846 14.3817 12.0446 14.5165C11.7782 14.6661 11.3646 14.7737 11.0591 14.7728C10.7838 14.772 10.5956 14.7186 10.2193 14.6117C8.19707 14.0378 6.28883 12.9548 4.69685 11.3628C3.10486 9.77081 2.02188 7.86257 1.4479 5.84031C1.34109 5.46401 1.28769 5.27586 1.28687 5.00056C1.28596 4.69508 1.39354 4.28142 1.54315 4.01508C1.67798 3.77506 1.85452 3.59852 2.20761 3.24544L2.31269 3.14035C2.66699 2.78605 2.84414 2.60891 3.03439 2.51268C3.41277 2.3213 3.85961 2.3213 4.23798 2.51268C4.42824 2.60891 4.60538 2.78605 4.95968 3.14035L5.08959 3.27026C5.32266 3.50333 5.4392 3.61987 5.51539 3.73705C5.80272 4.17898 5.80272 4.7487 5.51539 5.19063C5.4392 5.30781 5.32266 5.42435 5.08959 5.65742C5.01338 5.73363 4.97528 5.77173 4.94339 5.81627C4.83004 5.97456 4.79091 6.20406 4.84539 6.39097C4.86072 6.44356 4.88068 6.48512 4.92059 6.56825Z",
|
|
3017
|
+
fill: "currentColor",
|
|
3018
|
+
stroke: "currentColor",
|
|
3019
|
+
strokeWidth: "2",
|
|
3020
|
+
strokeLinecap: "round",
|
|
3021
|
+
strokeLinejoin: "round"
|
|
3022
|
+
}
|
|
3023
|
+
),
|
|
3024
|
+
/* @__PURE__ */ jsx66(
|
|
3025
|
+
"path",
|
|
3026
|
+
{
|
|
3027
|
+
d: "M11.3332 7.33333V2M8.66657 4.66667H13.9999M6.81792 9.24205C6.01687 8.44099 5.38435 7.53523 4.92035 6.56882C4.88044 6.48569 4.86048 6.44413 4.84515 6.39154C4.79067 6.20463 4.8298 5.97513 4.94314 5.81684C4.97504 5.7723 5.01314 5.7342 5.08935 5.65799C5.32242 5.42492 5.43895 5.30838 5.51514 5.1912C5.80247 4.74927 5.80247 4.17955 5.51515 3.73762C5.43895 3.62044 5.32242 3.5039 5.08935 3.27083L4.95943 3.14092C4.60514 2.78662 4.42799 2.60947 4.23774 2.51324C3.85937 2.32186 3.41252 2.32186 3.03415 2.51324C2.84389 2.60947 2.66675 2.78662 2.31245 3.14092L2.20736 3.24601C1.85428 3.59909 1.67774 3.77563 1.54291 4.01565C1.39329 4.28199 1.28572 4.69565 1.28663 5.00113C1.28745 5.27643 1.34085 5.46458 1.44765 5.84087C2.02163 7.86314 3.10462 9.77138 4.6966 11.3634C6.28859 12.9554 8.19683 14.0383 10.2191 14.6123C10.5954 14.7191 10.7835 14.7725 11.0588 14.7733C11.3643 14.7743 11.778 14.6667 12.0443 14.5171C12.2843 14.3822 12.4609 14.2057 12.814 13.8526L12.9191 13.7475C13.2733 13.3932 13.4505 13.2161 13.5467 13.0258C13.7381 12.6474 13.7381 12.2006 13.5467 11.8222C13.4505 11.632 13.2733 11.4548 12.9191 11.1005L12.7891 10.9706C12.5561 10.7376 12.4395 10.621 12.3223 10.5448C11.8804 10.2575 11.3107 10.2575 10.8688 10.5448C10.7516 10.621 10.6351 10.7376 10.402 10.9706C10.3258 11.0468 10.2877 11.0849 10.2431 11.1168C10.0848 11.2302 9.85534 11.2693 9.66843 11.2148C9.61584 11.1995 9.57428 11.1795 9.49115 11.1396C8.52474 10.6756 7.61898 10.0431 6.81792 9.24205Z",
|
|
3028
|
+
stroke: "currentColor",
|
|
3029
|
+
strokeWidth: "1.4",
|
|
3030
|
+
strokeLinecap: "round",
|
|
3031
|
+
strokeLinejoin: "round"
|
|
3032
|
+
}
|
|
3033
|
+
)
|
|
3034
|
+
]
|
|
3035
|
+
})
|
|
3036
|
+
);
|
|
3037
|
+
}
|
|
3038
|
+
);
|
|
3039
|
+
|
|
3040
|
+
// src/icons/phoneX.tsx
|
|
3041
|
+
import { forwardRef as forwardRef65 } from "react";
|
|
3042
|
+
import { jsx as jsx67, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
3043
|
+
var PhoneXIcon = forwardRef65(
|
|
3044
|
+
function PhoneXIcon2(_a, ref) {
|
|
3045
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3046
|
+
return /* @__PURE__ */ jsxs46(
|
|
3047
|
+
"svg",
|
|
3048
|
+
__spreadProps(__spreadValues({
|
|
3049
|
+
ref,
|
|
3050
|
+
width: size,
|
|
3051
|
+
height: size,
|
|
3052
|
+
viewBox: "0 0 16 16",
|
|
3053
|
+
fill: "none",
|
|
3054
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3055
|
+
className
|
|
3056
|
+
}, other), {
|
|
3057
|
+
children: [
|
|
3058
|
+
duotone && /* @__PURE__ */ jsx67(
|
|
3059
|
+
"path",
|
|
3060
|
+
{
|
|
3061
|
+
opacity: "0.12",
|
|
3062
|
+
d: "M4.92084 6.56874C5.38483 7.53515 6.01736 8.44091 6.81841 9.24196C7.61946 10.043 8.52522 10.6755 9.49164 11.1395C9.57476 11.1795 9.61633 11.1994 9.66892 11.2147C9.85582 11.2692 10.0853 11.2301 10.2436 11.1167C10.2882 11.0849 10.3263 11.0467 10.4025 10.9705C10.6355 10.7375 10.7521 10.6209 10.8693 10.5447C11.3112 10.2574 11.8809 10.2574 12.3228 10.5447C12.44 10.6209 12.5566 10.7375 12.7896 10.9705L12.9195 11.1005C13.2738 11.4547 13.451 11.6319 13.5472 11.8221C13.7386 12.2005 13.7386 12.6474 13.5472 13.0257C13.451 13.216 13.2738 13.3931 12.9195 13.7474L12.8145 13.8525C12.4614 14.2056 12.2848 14.3821 12.0448 14.517C11.7785 14.6666 11.3648 14.7742 11.0593 14.7733C10.784 14.7724 10.5959 14.719 10.2196 14.6122C8.19732 14.0383 6.28908 12.9553 4.69709 11.3633C3.1051 9.7713 2.02212 7.86306 1.44814 5.84079C1.34134 5.4645 1.28793 5.27635 1.28712 5.00105C1.28621 4.69557 1.39378 4.28191 1.54339 4.01557C1.67823 3.77555 1.85477 3.59901 2.20785 3.24593L2.31294 3.14084C2.66723 2.78654 2.84438 2.60939 3.03463 2.51316C3.41301 2.32178 3.85985 2.32178 4.23823 2.51316C4.42848 2.60939 4.60563 2.78654 4.95992 3.14084L5.08984 3.27075C5.32291 3.50382 5.43944 3.62036 5.51563 3.73754C5.80296 4.17947 5.80296 4.74919 5.51563 5.19111C5.43944 5.3083 5.32291 5.42484 5.08984 5.65791C5.01363 5.73411 4.97552 5.77222 4.94363 5.81676C4.83029 5.97505 4.79115 6.20455 4.84564 6.39145C4.86097 6.44405 4.88092 6.48561 4.92084 6.56874Z",
|
|
3063
|
+
fill: "currentColor"
|
|
3064
|
+
}
|
|
3065
|
+
),
|
|
3066
|
+
/* @__PURE__ */ jsx67(
|
|
3067
|
+
"path",
|
|
3068
|
+
{
|
|
3069
|
+
d: "M14.0004 2L10.0004 6M10.0004 2L14.0004 6M6.81841 9.24205C6.01736 8.44099 5.38483 7.53523 4.92084 6.56882C4.88092 6.48569 4.86097 6.44413 4.84564 6.39154C4.79115 6.20463 4.83029 5.97513 4.94363 5.81684C4.97552 5.7723 5.01363 5.7342 5.08984 5.65799C5.32291 5.42492 5.43944 5.30838 5.51563 5.1912C5.80296 4.74927 5.80296 4.17955 5.51563 3.73762C5.43944 3.62044 5.32291 3.5039 5.08984 3.27083L4.95992 3.14092C4.60563 2.78662 4.42848 2.60947 4.23823 2.51324C3.85985 2.32186 3.41301 2.32186 3.03464 2.51324C2.84438 2.60947 2.66723 2.78662 2.31294 3.14092L2.20785 3.24601C1.85477 3.59909 1.67823 3.77563 1.54339 4.01565C1.39378 4.28199 1.28621 4.69565 1.28712 5.00113C1.28793 5.27643 1.34134 5.46458 1.44814 5.84087C2.02212 7.86314 3.1051 9.77138 4.69709 11.3634C6.28908 12.9554 8.19732 14.0383 10.2196 14.6123C10.5959 14.7191 10.784 14.7725 11.0593 14.7733C11.3648 14.7743 11.7785 14.6667 12.0448 14.5171C12.2848 14.3822 12.4614 14.2057 12.8145 13.8526L12.9195 13.7475C13.2738 13.3932 13.451 13.2161 13.5472 13.0258C13.7386 12.6474 13.7386 12.2006 13.5472 11.8222C13.451 11.632 13.2738 11.4548 12.9195 11.1005L12.7896 10.9706C12.5566 10.7376 12.44 10.621 12.3228 10.5448C11.8809 10.2575 11.3112 10.2575 10.8693 10.5448C10.7521 10.621 10.6355 10.7376 10.4025 10.9706C10.3263 11.0468 10.2882 11.0849 10.2436 11.1168C10.0853 11.2302 9.85582 11.2693 9.66892 11.2148C9.61633 11.1995 9.57476 11.1795 9.49164 11.1396C8.52523 10.6756 7.61946 10.0431 6.81841 9.24205Z",
|
|
3070
|
+
stroke: "currentColor",
|
|
3071
|
+
strokeWidth: "1.4",
|
|
3072
|
+
strokeLinecap: "round",
|
|
3073
|
+
strokeLinejoin: "round"
|
|
3074
|
+
}
|
|
3075
|
+
)
|
|
3076
|
+
]
|
|
3077
|
+
})
|
|
3078
|
+
);
|
|
3079
|
+
}
|
|
3080
|
+
);
|
|
3081
|
+
|
|
3082
|
+
// src/icons/pieChart.tsx
|
|
3083
|
+
import { forwardRef as forwardRef66 } from "react";
|
|
3084
|
+
import { jsx as jsx68, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
3085
|
+
var PieChartIcon = forwardRef66(
|
|
3086
|
+
function PieChartIcon2(_a, ref) {
|
|
3087
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3088
|
+
return /* @__PURE__ */ jsxs47(
|
|
3089
|
+
"svg",
|
|
3090
|
+
__spreadProps(__spreadValues({
|
|
3091
|
+
ref,
|
|
3092
|
+
width: size,
|
|
3093
|
+
height: size,
|
|
3094
|
+
viewBox: "0 0 24 24",
|
|
3095
|
+
fill: "none",
|
|
3096
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3097
|
+
className
|
|
3098
|
+
}, other), {
|
|
3099
|
+
children: [
|
|
3100
|
+
duotone && /* @__PURE__ */ jsx68(
|
|
3013
3101
|
"path",
|
|
3014
3102
|
{
|
|
3015
3103
|
opacity: "0.12",
|
|
@@ -3017,7 +3105,7 @@ var PieChartIcon = forwardRef64(
|
|
|
3017
3105
|
fill: "currentColor"
|
|
3018
3106
|
}
|
|
3019
3107
|
),
|
|
3020
|
-
/* @__PURE__ */
|
|
3108
|
+
/* @__PURE__ */ jsx68(
|
|
3021
3109
|
"path",
|
|
3022
3110
|
{
|
|
3023
3111
|
d: "M17.2 14C17.477 14 17.6155 14 17.7278 14.0615C17.8204 14.1122 17.9065 14.2075 17.9478 14.3047C17.9978 14.4225 17.9852 14.5479 17.96 14.7987C17.8296 16.0987 17.3822 17.3514 16.6518 18.4445C15.7727 19.7601 14.5233 20.7855 13.0615 21.391C11.5997 21.9965 9.99113 22.155 8.43928 21.8463C6.88743 21.5376 5.46197 20.7757 4.34315 19.6568C3.22433 18.538 2.4624 17.1126 2.15372 15.5607C1.84504 14.0089 2.00347 12.4003 2.60897 10.9385C3.21447 9.47671 4.23985 8.22728 5.55544 7.34823C6.64856 6.61783 7.90125 6.17039 9.20131 6.03995C9.45207 6.01479 9.57745 6.00221 9.69528 6.0522C9.79249 6.09344 9.88776 6.17964 9.9385 6.27224C10 6.38449 10 6.52299 10 6.79999V13.2C10 13.48 10 13.62 10.0545 13.727C10.1024 13.8211 10.1789 13.8976 10.273 13.9455C10.38 14 10.52 14 10.8 14H17.2Z",
|
|
@@ -3028,7 +3116,7 @@ var PieChartIcon = forwardRef64(
|
|
|
3028
3116
|
}
|
|
3029
3117
|
),
|
|
3030
3118
|
",",
|
|
3031
|
-
/* @__PURE__ */
|
|
3119
|
+
/* @__PURE__ */ jsx68(
|
|
3032
3120
|
"path",
|
|
3033
3121
|
{
|
|
3034
3122
|
d: "M14 2.79999C14 2.52298 14 2.38448 14.0615 2.27223C14.1122 2.17963 14.2075 2.09344 14.3047 2.0522C14.4225 2.0022 14.5479 2.01478 14.7987 2.03993C16.6271 2.22333 18.346 3.03229 19.6569 4.34313C20.9677 5.65398 21.7767 7.37289 21.9601 9.20129C21.9852 9.45206 21.9978 9.57744 21.9478 9.69527C21.9066 9.79248 21.8204 9.88774 21.7278 9.93848C21.6155 9.99998 21.477 9.99999 21.2 9.99999L14.8 9.99999C14.52 9.99999 14.38 9.99999 14.273 9.94549C14.1789 9.89755 14.1024 9.82106 14.0545 9.72698C14 9.62003 14 9.48001 14 9.19999V2.79999Z",
|
|
@@ -3045,11 +3133,11 @@ var PieChartIcon = forwardRef64(
|
|
|
3045
3133
|
);
|
|
3046
3134
|
|
|
3047
3135
|
// src/icons/play.tsx
|
|
3048
|
-
import { forwardRef as
|
|
3049
|
-
import { jsx as
|
|
3050
|
-
var PlayIcon =
|
|
3136
|
+
import { forwardRef as forwardRef67 } from "react";
|
|
3137
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
3138
|
+
var PlayIcon = forwardRef67(function PlayIcon2(_a, ref) {
|
|
3051
3139
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3052
|
-
return /* @__PURE__ */
|
|
3140
|
+
return /* @__PURE__ */ jsx69(
|
|
3053
3141
|
"svg",
|
|
3054
3142
|
__spreadProps(__spreadValues({
|
|
3055
3143
|
ref,
|
|
@@ -3060,7 +3148,7 @@ var PlayIcon = forwardRef65(function PlayIcon2(_a, ref) {
|
|
|
3060
3148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3061
3149
|
className
|
|
3062
3150
|
}, other), {
|
|
3063
|
-
children: /* @__PURE__ */
|
|
3151
|
+
children: /* @__PURE__ */ jsx69(
|
|
3064
3152
|
"path",
|
|
3065
3153
|
{
|
|
3066
3154
|
fillRule: "evenodd",
|
|
@@ -3074,12 +3162,12 @@ var PlayIcon = forwardRef65(function PlayIcon2(_a, ref) {
|
|
|
3074
3162
|
});
|
|
3075
3163
|
|
|
3076
3164
|
// src/icons/playCircle.tsx
|
|
3077
|
-
import { forwardRef as
|
|
3078
|
-
import { jsx as
|
|
3079
|
-
var PlayCircleIcon =
|
|
3165
|
+
import { forwardRef as forwardRef68 } from "react";
|
|
3166
|
+
import { jsx as jsx70, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
3167
|
+
var PlayCircleIcon = forwardRef68(
|
|
3080
3168
|
function PlayCircleIcon2(_a, ref) {
|
|
3081
3169
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3082
|
-
return /* @__PURE__ */
|
|
3170
|
+
return /* @__PURE__ */ jsxs48(
|
|
3083
3171
|
"svg",
|
|
3084
3172
|
__spreadProps(__spreadValues({
|
|
3085
3173
|
ref,
|
|
@@ -3091,7 +3179,7 @@ var PlayCircleIcon = forwardRef66(
|
|
|
3091
3179
|
className
|
|
3092
3180
|
}, other), {
|
|
3093
3181
|
children: [
|
|
3094
|
-
duotone && /* @__PURE__ */
|
|
3182
|
+
duotone && /* @__PURE__ */ jsx70(
|
|
3095
3183
|
"path",
|
|
3096
3184
|
{
|
|
3097
3185
|
opacity: "0.12",
|
|
@@ -3099,7 +3187,7 @@ var PlayCircleIcon = forwardRef66(
|
|
|
3099
3187
|
fill: "currentColor"
|
|
3100
3188
|
}
|
|
3101
3189
|
),
|
|
3102
|
-
/* @__PURE__ */
|
|
3190
|
+
/* @__PURE__ */ jsx70(
|
|
3103
3191
|
"path",
|
|
3104
3192
|
{
|
|
3105
3193
|
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
@@ -3110,7 +3198,7 @@ var PlayCircleIcon = forwardRef66(
|
|
|
3110
3198
|
}
|
|
3111
3199
|
),
|
|
3112
3200
|
",",
|
|
3113
|
-
/* @__PURE__ */
|
|
3201
|
+
/* @__PURE__ */ jsx70(
|
|
3114
3202
|
"path",
|
|
3115
3203
|
{
|
|
3116
3204
|
d: "M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z",
|
|
@@ -3127,11 +3215,11 @@ var PlayCircleIcon = forwardRef66(
|
|
|
3127
3215
|
);
|
|
3128
3216
|
|
|
3129
3217
|
// src/icons/plus.tsx
|
|
3130
|
-
import { forwardRef as
|
|
3131
|
-
import { jsx as
|
|
3132
|
-
var PlusIcon =
|
|
3218
|
+
import { forwardRef as forwardRef69 } from "react";
|
|
3219
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
3220
|
+
var PlusIcon = forwardRef69(function PlusIcon2(_a, ref) {
|
|
3133
3221
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3134
|
-
return /* @__PURE__ */
|
|
3222
|
+
return /* @__PURE__ */ jsx71(
|
|
3135
3223
|
"svg",
|
|
3136
3224
|
__spreadProps(__spreadValues({
|
|
3137
3225
|
ref,
|
|
@@ -3142,7 +3230,7 @@ var PlusIcon = forwardRef67(function PlusIcon2(_a, ref) {
|
|
|
3142
3230
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3143
3231
|
className
|
|
3144
3232
|
}, other), {
|
|
3145
|
-
children: /* @__PURE__ */
|
|
3233
|
+
children: /* @__PURE__ */ jsx71(
|
|
3146
3234
|
"path",
|
|
3147
3235
|
{
|
|
3148
3236
|
d: "M12 5V19M5 12H19",
|
|
@@ -3157,12 +3245,12 @@ var PlusIcon = forwardRef67(function PlusIcon2(_a, ref) {
|
|
|
3157
3245
|
});
|
|
3158
3246
|
|
|
3159
3247
|
// src/icons/plusCircle.tsx
|
|
3160
|
-
import { forwardRef as
|
|
3161
|
-
import { jsx as
|
|
3162
|
-
var PlusCircleIcon =
|
|
3248
|
+
import { forwardRef as forwardRef70 } from "react";
|
|
3249
|
+
import { jsx as jsx72, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
3250
|
+
var PlusCircleIcon = forwardRef70(
|
|
3163
3251
|
function PlusCircleIcon2(_a, ref) {
|
|
3164
3252
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3165
|
-
return /* @__PURE__ */
|
|
3253
|
+
return /* @__PURE__ */ jsxs49(
|
|
3166
3254
|
"svg",
|
|
3167
3255
|
__spreadProps(__spreadValues({
|
|
3168
3256
|
ref,
|
|
@@ -3174,7 +3262,7 @@ var PlusCircleIcon = forwardRef68(
|
|
|
3174
3262
|
className
|
|
3175
3263
|
}, other), {
|
|
3176
3264
|
children: [
|
|
3177
|
-
duotone && /* @__PURE__ */
|
|
3265
|
+
duotone && /* @__PURE__ */ jsx72(
|
|
3178
3266
|
"path",
|
|
3179
3267
|
{
|
|
3180
3268
|
opacity: "0.12",
|
|
@@ -3182,7 +3270,7 @@ var PlusCircleIcon = forwardRef68(
|
|
|
3182
3270
|
fill: "currentColor"
|
|
3183
3271
|
}
|
|
3184
3272
|
),
|
|
3185
|
-
/* @__PURE__ */
|
|
3273
|
+
/* @__PURE__ */ jsx72(
|
|
3186
3274
|
"path",
|
|
3187
3275
|
{
|
|
3188
3276
|
d: "M12 8V16M8 12H16M22 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",
|
|
@@ -3199,12 +3287,12 @@ var PlusCircleIcon = forwardRef68(
|
|
|
3199
3287
|
);
|
|
3200
3288
|
|
|
3201
3289
|
// src/icons/puzzlePiece.tsx
|
|
3202
|
-
import { forwardRef as
|
|
3203
|
-
import { jsx as
|
|
3204
|
-
var PuzzlePieceIcon =
|
|
3290
|
+
import { forwardRef as forwardRef71 } from "react";
|
|
3291
|
+
import { jsx as jsx73, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
3292
|
+
var PuzzlePieceIcon = forwardRef71(
|
|
3205
3293
|
function PuzzlePieceIcon2(_a, ref) {
|
|
3206
3294
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3207
|
-
return /* @__PURE__ */
|
|
3295
|
+
return /* @__PURE__ */ jsxs50(
|
|
3208
3296
|
"svg",
|
|
3209
3297
|
__spreadProps(__spreadValues({
|
|
3210
3298
|
ref,
|
|
@@ -3216,7 +3304,7 @@ var PuzzlePieceIcon = forwardRef69(
|
|
|
3216
3304
|
className
|
|
3217
3305
|
}, other), {
|
|
3218
3306
|
children: [
|
|
3219
|
-
duotone && /* @__PURE__ */
|
|
3307
|
+
duotone && /* @__PURE__ */ jsx73(
|
|
3220
3308
|
"path",
|
|
3221
3309
|
{
|
|
3222
3310
|
opacity: "0.12",
|
|
@@ -3224,7 +3312,7 @@ var PuzzlePieceIcon = forwardRef69(
|
|
|
3224
3312
|
fill: "currentColor"
|
|
3225
3313
|
}
|
|
3226
3314
|
),
|
|
3227
|
-
/* @__PURE__ */
|
|
3315
|
+
/* @__PURE__ */ jsx73(
|
|
3228
3316
|
"path",
|
|
3229
3317
|
{
|
|
3230
3318
|
d: "M7.5 4.5C7.5 3.11929 8.61929 2 10 2C11.3807 2 12.5 3.11929 12.5 4.5V6H13.5C14.8978 6 15.5967 6 16.1481 6.22836C16.8831 6.53284 17.4672 7.11687 17.7716 7.85195C18 8.40326 18 9.10218 18 10.5H19.5C20.8807 10.5 22 11.6193 22 13C22 14.3807 20.8807 15.5 19.5 15.5H18V17.2C18 18.8802 18 19.7202 17.673 20.362C17.3854 20.9265 16.9265 21.3854 16.362 21.673C15.7202 22 14.8802 22 13.2 22H12.5V20.25C12.5 19.0074 11.4926 18 10.25 18C9.00736 18 8 19.0074 8 20.25V22H6.8C5.11984 22 4.27976 22 3.63803 21.673C3.07354 21.3854 2.6146 20.9265 2.32698 20.362C2 19.7202 2 18.8802 2 17.2V15.5H3.5C4.88071 15.5 6 14.3807 6 13C6 11.6193 4.88071 10.5 3.5 10.5H2C2 9.10218 2 8.40326 2.22836 7.85195C2.53284 7.11687 3.11687 6.53284 3.85195 6.22836C4.40326 6 5.10218 6 6.5 6H7.5V4.5Z",
|
|
@@ -3241,12 +3329,12 @@ var PuzzlePieceIcon = forwardRef69(
|
|
|
3241
3329
|
);
|
|
3242
3330
|
|
|
3243
3331
|
// src/icons/qrCode.tsx
|
|
3244
|
-
import { forwardRef as
|
|
3245
|
-
import { jsx as
|
|
3246
|
-
var QrCodeIcon =
|
|
3332
|
+
import { forwardRef as forwardRef72 } from "react";
|
|
3333
|
+
import { jsx as jsx74, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
3334
|
+
var QrCodeIcon = forwardRef72(
|
|
3247
3335
|
function QrCodeIcon2(_a, ref) {
|
|
3248
3336
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3249
|
-
return /* @__PURE__ */
|
|
3337
|
+
return /* @__PURE__ */ jsxs51(
|
|
3250
3338
|
"svg",
|
|
3251
3339
|
__spreadProps(__spreadValues({
|
|
3252
3340
|
ref,
|
|
@@ -3258,7 +3346,7 @@ var QrCodeIcon = forwardRef70(
|
|
|
3258
3346
|
className
|
|
3259
3347
|
}, other), {
|
|
3260
3348
|
children: [
|
|
3261
|
-
duotone && /* @__PURE__ */
|
|
3349
|
+
duotone && /* @__PURE__ */ jsx74(
|
|
3262
3350
|
"path",
|
|
3263
3351
|
{
|
|
3264
3352
|
opacity: "0.4",
|
|
@@ -3269,7 +3357,7 @@ var QrCodeIcon = forwardRef70(
|
|
|
3269
3357
|
strokeLinejoin: "round"
|
|
3270
3358
|
}
|
|
3271
3359
|
),
|
|
3272
|
-
/* @__PURE__ */
|
|
3360
|
+
/* @__PURE__ */ jsx74(
|
|
3273
3361
|
"path",
|
|
3274
3362
|
{
|
|
3275
3363
|
d: "M7 12H12V17M17.6 21H19.4C19.9601 21 20.2401 21 20.454 20.891C20.6422 20.7951 20.7951 20.6422 20.891 20.454C21 20.2401 21 19.9601 21 19.4V17.6C21 17.0399 21 16.7599 20.891 16.546C20.7951 16.3578 20.6422 16.2049 20.454 16.109C20.2401 16 19.9601 16 19.4 16H17.6C17.0399 16 16.7599 16 16.546 16.109C16.3578 16.2049 16.2049 16.3578 16.109 16.546C16 16.7599 16 17.0399 16 17.6V19.4C16 19.9601 16 20.2401 16.109 20.454C16.2049 20.6422 16.3578 20.7951 16.546 20.891C16.7599 21 17.0399 21 17.6 21ZM17.6 8H19.4C19.9601 8 20.2401 8 20.454 7.89101C20.6422 7.79513 20.7951 7.64215 20.891 7.45399C21 7.24008 21 6.96005 21 6.4V4.6C21 4.03995 21 3.75992 20.891 3.54601C20.7951 3.35785 20.6422 3.20487 20.454 3.10899C20.2401 3 19.9601 3 19.4 3H17.6C17.0399 3 16.7599 3 16.546 3.10899C16.3578 3.20487 16.2049 3.35785 16.109 3.54601C16 3.75992 16 4.03995 16 4.6V6.4C16 6.96005 16 7.24008 16.109 7.45399C16.2049 7.64215 16.3578 7.79513 16.546 7.89101C16.7599 8 17.0399 8 17.6 8ZM4.6 8H6.4C6.96005 8 7.24008 8 7.45399 7.89101C7.64215 7.79513 7.79513 7.64215 7.89101 7.45399C8 7.24008 8 6.96005 8 6.4V4.6C8 4.03995 8 3.75992 7.89101 3.54601C7.79513 3.35785 7.64215 3.20487 7.45399 3.10899C7.24008 3 6.96005 3 6.4 3H4.6C4.03995 3 3.75992 3 3.54601 3.10899C3.35785 3.20487 3.20487 3.35785 3.10899 3.54601C3 3.75992 3 4.03995 3 4.6V6.4C3 6.96005 3 7.24008 3.10899 7.45399C3.20487 7.64215 3.35785 7.79513 3.54601 7.89101C3.75992 8 4.03995 8 4.6 8Z",
|
|
@@ -3286,12 +3374,12 @@ var QrCodeIcon = forwardRef70(
|
|
|
3286
3374
|
);
|
|
3287
3375
|
|
|
3288
3376
|
// src/icons/receiptCheck.tsx
|
|
3289
|
-
import { forwardRef as
|
|
3290
|
-
import { jsx as
|
|
3291
|
-
var ReceiptCheckIcon =
|
|
3377
|
+
import { forwardRef as forwardRef73 } from "react";
|
|
3378
|
+
import { jsx as jsx75, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
3379
|
+
var ReceiptCheckIcon = forwardRef73(
|
|
3292
3380
|
function ReceiptCheckIcon2(_a, ref) {
|
|
3293
3381
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3294
|
-
return /* @__PURE__ */
|
|
3382
|
+
return /* @__PURE__ */ jsxs52(
|
|
3295
3383
|
"svg",
|
|
3296
3384
|
__spreadProps(__spreadValues({
|
|
3297
3385
|
ref,
|
|
@@ -3303,7 +3391,7 @@ var ReceiptCheckIcon = forwardRef71(
|
|
|
3303
3391
|
className
|
|
3304
3392
|
}, other), {
|
|
3305
3393
|
children: [
|
|
3306
|
-
duotone && /* @__PURE__ */
|
|
3394
|
+
duotone && /* @__PURE__ */ jsx75(
|
|
3307
3395
|
"path",
|
|
3308
3396
|
{
|
|
3309
3397
|
opacity: "0.12",
|
|
@@ -3311,7 +3399,7 @@ var ReceiptCheckIcon = forwardRef71(
|
|
|
3311
3399
|
fill: "currentColor"
|
|
3312
3400
|
}
|
|
3313
3401
|
),
|
|
3314
|
-
/* @__PURE__ */
|
|
3402
|
+
/* @__PURE__ */ jsx75(
|
|
3315
3403
|
"path",
|
|
3316
3404
|
{
|
|
3317
3405
|
d: "M9 10.5L11 12.5L15.5 8M20 21V7.8C20 6.11984 20 5.27976 19.673 4.63803C19.3854 4.07354 18.9265 3.6146 18.362 3.32698C17.7202 3 16.8802 3 15.2 3H8.8C7.11984 3 6.27976 3 5.63803 3.32698C5.07354 3.6146 4.6146 4.07354 4.32698 4.63803C4 5.27976 4 6.11984 4 7.8V21L6.75 19L9.25 21L12 19L14.75 21L17.25 19L20 21Z",
|
|
@@ -3328,12 +3416,12 @@ var ReceiptCheckIcon = forwardRef71(
|
|
|
3328
3416
|
);
|
|
3329
3417
|
|
|
3330
3418
|
// src/icons/recording.tsx
|
|
3331
|
-
import { forwardRef as
|
|
3332
|
-
import { jsx as
|
|
3333
|
-
var RecordingIcon =
|
|
3419
|
+
import { forwardRef as forwardRef74 } from "react";
|
|
3420
|
+
import { jsx as jsx76, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
3421
|
+
var RecordingIcon = forwardRef74(
|
|
3334
3422
|
function RecordingIcon2(_a, ref) {
|
|
3335
3423
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3336
|
-
return /* @__PURE__ */
|
|
3424
|
+
return /* @__PURE__ */ jsxs53(
|
|
3337
3425
|
"svg",
|
|
3338
3426
|
__spreadProps(__spreadValues({
|
|
3339
3427
|
ref,
|
|
@@ -3345,7 +3433,7 @@ var RecordingIcon = forwardRef72(
|
|
|
3345
3433
|
className
|
|
3346
3434
|
}, other), {
|
|
3347
3435
|
children: [
|
|
3348
|
-
duotone && /* @__PURE__ */
|
|
3436
|
+
duotone && /* @__PURE__ */ jsx76(
|
|
3349
3437
|
"path",
|
|
3350
3438
|
{
|
|
3351
3439
|
opacity: "0.12",
|
|
@@ -3353,7 +3441,7 @@ var RecordingIcon = forwardRef72(
|
|
|
3353
3441
|
fill: "currentColor"
|
|
3354
3442
|
}
|
|
3355
3443
|
),
|
|
3356
|
-
/* @__PURE__ */
|
|
3444
|
+
/* @__PURE__ */ jsx76(
|
|
3357
3445
|
"path",
|
|
3358
3446
|
{
|
|
3359
3447
|
d: "M6 11V13M10 9V15M14 7V17M18 11V13M22 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",
|
|
@@ -3370,12 +3458,12 @@ var RecordingIcon = forwardRef72(
|
|
|
3370
3458
|
);
|
|
3371
3459
|
|
|
3372
3460
|
// src/icons/refreshCcw.tsx
|
|
3373
|
-
import { forwardRef as
|
|
3374
|
-
import { jsx as
|
|
3375
|
-
var RefreshCcwIcon =
|
|
3461
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
3462
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
3463
|
+
var RefreshCcwIcon = forwardRef75(
|
|
3376
3464
|
function RefreshCcwIcon2(_a, ref) {
|
|
3377
3465
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3378
|
-
return /* @__PURE__ */
|
|
3466
|
+
return /* @__PURE__ */ jsx77(
|
|
3379
3467
|
"svg",
|
|
3380
3468
|
__spreadProps(__spreadValues({
|
|
3381
3469
|
ref,
|
|
@@ -3386,7 +3474,7 @@ var RefreshCcwIcon = forwardRef73(
|
|
|
3386
3474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3387
3475
|
className
|
|
3388
3476
|
}, other), {
|
|
3389
|
-
children: /* @__PURE__ */
|
|
3477
|
+
children: /* @__PURE__ */ jsx77(
|
|
3390
3478
|
"path",
|
|
3391
3479
|
{
|
|
3392
3480
|
d: "M2 10C2 10 4.00498 7.26822 5.63384 5.63824C7.26269 4.00827 9.5136 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.89691 21 4.43511 18.2543 3.35177 14.5M2 10V4M2 10H8",
|
|
@@ -3402,12 +3490,12 @@ var RefreshCcwIcon = forwardRef73(
|
|
|
3402
3490
|
);
|
|
3403
3491
|
|
|
3404
3492
|
// src/icons/refreshCw.tsx
|
|
3405
|
-
import { forwardRef as
|
|
3406
|
-
import { jsx as
|
|
3407
|
-
var RefreshCwIcon =
|
|
3493
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
3494
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
3495
|
+
var RefreshCwIcon = forwardRef76(
|
|
3408
3496
|
function RefreshCwIcon2(_a, ref) {
|
|
3409
3497
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3410
|
-
return /* @__PURE__ */
|
|
3498
|
+
return /* @__PURE__ */ jsx78(
|
|
3411
3499
|
"svg",
|
|
3412
3500
|
__spreadProps(__spreadValues({
|
|
3413
3501
|
ref,
|
|
@@ -3418,7 +3506,7 @@ var RefreshCwIcon = forwardRef74(
|
|
|
3418
3506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3419
3507
|
className
|
|
3420
3508
|
}, other), {
|
|
3421
|
-
children: /* @__PURE__ */
|
|
3509
|
+
children: /* @__PURE__ */ jsx78(
|
|
3422
3510
|
"path",
|
|
3423
3511
|
{
|
|
3424
3512
|
d: "M14 22C14 22 14.8492 21.8787 18.364 18.364C21.8787 14.8492 21.8787 9.15076 18.364 5.63604C17.1187 4.39077 15.5993 3.58669 14 3.22383M14 22H20M14 22L14 16M10 2.00019C10 2.00019 9.15076 2.12152 5.63604 5.63624C2.12132 9.15095 2.12132 14.8494 5.63604 18.3642C6.88131 19.6094 8.40072 20.4135 10 20.7764M10 2.00019L4 2M10 2.00019L10 8",
|
|
@@ -3434,12 +3522,12 @@ var RefreshCwIcon = forwardRef74(
|
|
|
3434
3522
|
);
|
|
3435
3523
|
|
|
3436
3524
|
// src/icons/rocket.tsx
|
|
3437
|
-
import { forwardRef as
|
|
3438
|
-
import { jsx as
|
|
3439
|
-
var RocketIcon =
|
|
3525
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
3526
|
+
import { jsx as jsx79, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
3527
|
+
var RocketIcon = forwardRef77(
|
|
3440
3528
|
function RocketIcon2(_a, ref) {
|
|
3441
3529
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3442
|
-
return /* @__PURE__ */
|
|
3530
|
+
return /* @__PURE__ */ jsxs54(
|
|
3443
3531
|
"svg",
|
|
3444
3532
|
__spreadProps(__spreadValues({
|
|
3445
3533
|
ref,
|
|
@@ -3451,7 +3539,7 @@ var RocketIcon = forwardRef75(
|
|
|
3451
3539
|
className
|
|
3452
3540
|
}, other), {
|
|
3453
3541
|
children: [
|
|
3454
|
-
duotone && /* @__PURE__ */
|
|
3542
|
+
duotone && /* @__PURE__ */ jsx79(
|
|
3455
3543
|
"path",
|
|
3456
3544
|
{
|
|
3457
3545
|
opacity: "0.12",
|
|
@@ -3459,7 +3547,7 @@ var RocketIcon = forwardRef75(
|
|
|
3459
3547
|
fill: "currentColor"
|
|
3460
3548
|
}
|
|
3461
3549
|
),
|
|
3462
|
-
/* @__PURE__ */
|
|
3550
|
+
/* @__PURE__ */ jsx79(
|
|
3463
3551
|
"path",
|
|
3464
3552
|
{
|
|
3465
3553
|
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",
|
|
@@ -3476,11 +3564,11 @@ var RocketIcon = forwardRef75(
|
|
|
3476
3564
|
);
|
|
3477
3565
|
|
|
3478
3566
|
// src/icons/save.tsx
|
|
3479
|
-
import { forwardRef as
|
|
3480
|
-
import { jsx as
|
|
3481
|
-
var SaveIcon =
|
|
3567
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
3568
|
+
import { jsx as jsx80, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
3569
|
+
var SaveIcon = forwardRef78(function SaveIcon2(_a, ref) {
|
|
3482
3570
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3483
|
-
return /* @__PURE__ */
|
|
3571
|
+
return /* @__PURE__ */ jsxs55(
|
|
3484
3572
|
"svg",
|
|
3485
3573
|
__spreadProps(__spreadValues({
|
|
3486
3574
|
ref,
|
|
@@ -3492,15 +3580,15 @@ var SaveIcon = forwardRef76(function SaveIcon2(_a, ref) {
|
|
|
3492
3580
|
className
|
|
3493
3581
|
}, other), {
|
|
3494
3582
|
children: [
|
|
3495
|
-
duotone && /* @__PURE__ */
|
|
3496
|
-
/* @__PURE__ */
|
|
3583
|
+
duotone && /* @__PURE__ */ jsxs55("g", { opacity: "0.12", children: [
|
|
3584
|
+
/* @__PURE__ */ jsx80(
|
|
3497
3585
|
"path",
|
|
3498
3586
|
{
|
|
3499
3587
|
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",
|
|
3500
3588
|
fill: "currentColor"
|
|
3501
3589
|
}
|
|
3502
3590
|
),
|
|
3503
|
-
/* @__PURE__ */
|
|
3591
|
+
/* @__PURE__ */ jsx80(
|
|
3504
3592
|
"path",
|
|
3505
3593
|
{
|
|
3506
3594
|
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",
|
|
@@ -3508,7 +3596,7 @@ var SaveIcon = forwardRef76(function SaveIcon2(_a, ref) {
|
|
|
3508
3596
|
}
|
|
3509
3597
|
)
|
|
3510
3598
|
] }),
|
|
3511
|
-
/* @__PURE__ */
|
|
3599
|
+
/* @__PURE__ */ jsx80(
|
|
3512
3600
|
"path",
|
|
3513
3601
|
{
|
|
3514
3602
|
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",
|
|
@@ -3524,12 +3612,12 @@ var SaveIcon = forwardRef76(function SaveIcon2(_a, ref) {
|
|
|
3524
3612
|
});
|
|
3525
3613
|
|
|
3526
3614
|
// src/icons/search.tsx
|
|
3527
|
-
import { forwardRef as
|
|
3528
|
-
import { jsx as
|
|
3529
|
-
var SearchMdIcon =
|
|
3615
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
3616
|
+
import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3617
|
+
var SearchMdIcon = forwardRef79(
|
|
3530
3618
|
function SearchMdIcon2(_a, ref) {
|
|
3531
3619
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3532
|
-
return /* @__PURE__ */
|
|
3620
|
+
return /* @__PURE__ */ jsxs56(
|
|
3533
3621
|
"svg",
|
|
3534
3622
|
__spreadProps(__spreadValues({
|
|
3535
3623
|
ref,
|
|
@@ -3541,7 +3629,7 @@ var SearchMdIcon = forwardRef77(
|
|
|
3541
3629
|
className
|
|
3542
3630
|
}, other), {
|
|
3543
3631
|
children: [
|
|
3544
|
-
duotone && /* @__PURE__ */
|
|
3632
|
+
duotone && /* @__PURE__ */ jsx81(
|
|
3545
3633
|
"path",
|
|
3546
3634
|
{
|
|
3547
3635
|
opacity: "0.12",
|
|
@@ -3549,7 +3637,7 @@ var SearchMdIcon = forwardRef77(
|
|
|
3549
3637
|
fill: "currentColor"
|
|
3550
3638
|
}
|
|
3551
3639
|
),
|
|
3552
|
-
/* @__PURE__ */
|
|
3640
|
+
/* @__PURE__ */ jsx81(
|
|
3553
3641
|
"path",
|
|
3554
3642
|
{
|
|
3555
3643
|
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",
|
|
@@ -3566,11 +3654,11 @@ var SearchMdIcon = forwardRef77(
|
|
|
3566
3654
|
);
|
|
3567
3655
|
|
|
3568
3656
|
// src/icons/send.tsx
|
|
3569
|
-
import { forwardRef as
|
|
3570
|
-
import { jsx as
|
|
3571
|
-
var SendIcon =
|
|
3657
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
3658
|
+
import { jsx as jsx82, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3659
|
+
var SendIcon = forwardRef80(function SendIcon2(_a, ref) {
|
|
3572
3660
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3573
|
-
return /* @__PURE__ */
|
|
3661
|
+
return /* @__PURE__ */ jsxs57(
|
|
3574
3662
|
"svg",
|
|
3575
3663
|
__spreadProps(__spreadValues({
|
|
3576
3664
|
ref,
|
|
@@ -3582,7 +3670,7 @@ var SendIcon = forwardRef78(function SendIcon2(_a, ref) {
|
|
|
3582
3670
|
className
|
|
3583
3671
|
}, other), {
|
|
3584
3672
|
children: [
|
|
3585
|
-
duotone && /* @__PURE__ */
|
|
3673
|
+
duotone && /* @__PURE__ */ jsx82(
|
|
3586
3674
|
"path",
|
|
3587
3675
|
{
|
|
3588
3676
|
opacity: "0.12",
|
|
@@ -3590,7 +3678,7 @@ var SendIcon = forwardRef78(function SendIcon2(_a, ref) {
|
|
|
3590
3678
|
fill: "currentColor"
|
|
3591
3679
|
}
|
|
3592
3680
|
),
|
|
3593
|
-
/* @__PURE__ */
|
|
3681
|
+
/* @__PURE__ */ jsx82(
|
|
3594
3682
|
"path",
|
|
3595
3683
|
{
|
|
3596
3684
|
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",
|
|
@@ -3606,12 +3694,12 @@ var SendIcon = forwardRef78(function SendIcon2(_a, ref) {
|
|
|
3606
3694
|
});
|
|
3607
3695
|
|
|
3608
3696
|
// src/icons/settings.tsx
|
|
3609
|
-
import { forwardRef as
|
|
3610
|
-
import { jsx as
|
|
3611
|
-
var SettingsIcon =
|
|
3697
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
3698
|
+
import { jsx as jsx83, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3699
|
+
var SettingsIcon = forwardRef81(
|
|
3612
3700
|
function SettingsIcon2(_a, ref) {
|
|
3613
3701
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3614
|
-
return /* @__PURE__ */
|
|
3702
|
+
return /* @__PURE__ */ jsxs58(
|
|
3615
3703
|
"svg",
|
|
3616
3704
|
__spreadProps(__spreadValues({
|
|
3617
3705
|
ref,
|
|
@@ -3623,7 +3711,7 @@ var SettingsIcon = forwardRef79(
|
|
|
3623
3711
|
className
|
|
3624
3712
|
}, other), {
|
|
3625
3713
|
children: [
|
|
3626
|
-
duotone && /* @__PURE__ */
|
|
3714
|
+
duotone && /* @__PURE__ */ jsx83(
|
|
3627
3715
|
"path",
|
|
3628
3716
|
{
|
|
3629
3717
|
opacity: "0.12",
|
|
@@ -3633,7 +3721,7 @@ var SettingsIcon = forwardRef79(
|
|
|
3633
3721
|
fill: "currentColor"
|
|
3634
3722
|
}
|
|
3635
3723
|
),
|
|
3636
|
-
/* @__PURE__ */
|
|
3724
|
+
/* @__PURE__ */ jsx83(
|
|
3637
3725
|
"path",
|
|
3638
3726
|
{
|
|
3639
3727
|
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",
|
|
@@ -3644,7 +3732,7 @@ var SettingsIcon = forwardRef79(
|
|
|
3644
3732
|
}
|
|
3645
3733
|
),
|
|
3646
3734
|
",",
|
|
3647
|
-
/* @__PURE__ */
|
|
3735
|
+
/* @__PURE__ */ jsx83(
|
|
3648
3736
|
"path",
|
|
3649
3737
|
{
|
|
3650
3738
|
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",
|
|
@@ -3661,12 +3749,12 @@ var SettingsIcon = forwardRef79(
|
|
|
3661
3749
|
);
|
|
3662
3750
|
|
|
3663
3751
|
// src/icons/share.tsx
|
|
3664
|
-
import { forwardRef as
|
|
3665
|
-
import { jsx as
|
|
3666
|
-
var ShareIcon =
|
|
3752
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
3753
|
+
import { jsx as jsx84, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3754
|
+
var ShareIcon = forwardRef82(
|
|
3667
3755
|
function ShareIcon2(_a, ref) {
|
|
3668
3756
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3669
|
-
return /* @__PURE__ */
|
|
3757
|
+
return /* @__PURE__ */ jsxs59(
|
|
3670
3758
|
"svg",
|
|
3671
3759
|
__spreadProps(__spreadValues({
|
|
3672
3760
|
ref,
|
|
@@ -3678,22 +3766,22 @@ var ShareIcon = forwardRef80(
|
|
|
3678
3766
|
className
|
|
3679
3767
|
}, other), {
|
|
3680
3768
|
children: [
|
|
3681
|
-
duotone && /* @__PURE__ */
|
|
3682
|
-
/* @__PURE__ */
|
|
3769
|
+
duotone && /* @__PURE__ */ jsxs59("g", { opacity: "0.12", children: [
|
|
3770
|
+
/* @__PURE__ */ jsx84(
|
|
3683
3771
|
"path",
|
|
3684
3772
|
{
|
|
3685
3773
|
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",
|
|
3686
3774
|
fill: "currentColor"
|
|
3687
3775
|
}
|
|
3688
3776
|
),
|
|
3689
|
-
/* @__PURE__ */
|
|
3777
|
+
/* @__PURE__ */ jsx84(
|
|
3690
3778
|
"path",
|
|
3691
3779
|
{
|
|
3692
3780
|
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",
|
|
3693
3781
|
fill: "currentColor"
|
|
3694
3782
|
}
|
|
3695
3783
|
),
|
|
3696
|
-
/* @__PURE__ */
|
|
3784
|
+
/* @__PURE__ */ jsx84(
|
|
3697
3785
|
"path",
|
|
3698
3786
|
{
|
|
3699
3787
|
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",
|
|
@@ -3701,7 +3789,7 @@ var ShareIcon = forwardRef80(
|
|
|
3701
3789
|
}
|
|
3702
3790
|
)
|
|
3703
3791
|
] }),
|
|
3704
|
-
/* @__PURE__ */
|
|
3792
|
+
/* @__PURE__ */ jsx84(
|
|
3705
3793
|
"path",
|
|
3706
3794
|
{
|
|
3707
3795
|
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",
|
|
@@ -3718,12 +3806,12 @@ var ShareIcon = forwardRef80(
|
|
|
3718
3806
|
);
|
|
3719
3807
|
|
|
3720
3808
|
// src/icons/shareArrow.tsx
|
|
3721
|
-
import { forwardRef as
|
|
3722
|
-
import { jsx as
|
|
3723
|
-
var ShareArrowIcon =
|
|
3809
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
3810
|
+
import { jsx as jsx85, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3811
|
+
var ShareArrowIcon = forwardRef83(
|
|
3724
3812
|
function ShareArrowIcon2(_a, ref) {
|
|
3725
3813
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3726
|
-
return /* @__PURE__ */
|
|
3814
|
+
return /* @__PURE__ */ jsxs60(
|
|
3727
3815
|
"svg",
|
|
3728
3816
|
__spreadProps(__spreadValues({
|
|
3729
3817
|
ref,
|
|
@@ -3735,7 +3823,7 @@ var ShareArrowIcon = forwardRef81(
|
|
|
3735
3823
|
className
|
|
3736
3824
|
}, other), {
|
|
3737
3825
|
children: [
|
|
3738
|
-
duotone && /* @__PURE__ */
|
|
3826
|
+
duotone && /* @__PURE__ */ jsx85(
|
|
3739
3827
|
"path",
|
|
3740
3828
|
{
|
|
3741
3829
|
opacity: "0.12",
|
|
@@ -3743,7 +3831,7 @@ var ShareArrowIcon = forwardRef81(
|
|
|
3743
3831
|
fill: "currentColor"
|
|
3744
3832
|
}
|
|
3745
3833
|
),
|
|
3746
|
-
/* @__PURE__ */
|
|
3834
|
+
/* @__PURE__ */ jsx85(
|
|
3747
3835
|
"path",
|
|
3748
3836
|
{
|
|
3749
3837
|
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",
|
|
@@ -3760,12 +3848,12 @@ var ShareArrowIcon = forwardRef81(
|
|
|
3760
3848
|
);
|
|
3761
3849
|
|
|
3762
3850
|
// src/icons/skipBack.tsx
|
|
3763
|
-
import { forwardRef as
|
|
3764
|
-
import { jsx as
|
|
3765
|
-
var SkipBackIcon =
|
|
3851
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
3852
|
+
import { jsx as jsx86, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3853
|
+
var SkipBackIcon = forwardRef84(
|
|
3766
3854
|
function SkipBackIcon2(_a, ref) {
|
|
3767
3855
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3768
|
-
return /* @__PURE__ */
|
|
3856
|
+
return /* @__PURE__ */ jsxs61(
|
|
3769
3857
|
"svg",
|
|
3770
3858
|
__spreadProps(__spreadValues({
|
|
3771
3859
|
ref,
|
|
@@ -3777,7 +3865,7 @@ var SkipBackIcon = forwardRef82(
|
|
|
3777
3865
|
className
|
|
3778
3866
|
}, other), {
|
|
3779
3867
|
children: [
|
|
3780
|
-
duotone && /* @__PURE__ */
|
|
3868
|
+
duotone && /* @__PURE__ */ jsx86(
|
|
3781
3869
|
"path",
|
|
3782
3870
|
{
|
|
3783
3871
|
opacity: "0.12",
|
|
@@ -3785,7 +3873,7 @@ var SkipBackIcon = forwardRef82(
|
|
|
3785
3873
|
fill: "currentColor"
|
|
3786
3874
|
}
|
|
3787
3875
|
),
|
|
3788
|
-
/* @__PURE__ */
|
|
3876
|
+
/* @__PURE__ */ jsx86(
|
|
3789
3877
|
"path",
|
|
3790
3878
|
{
|
|
3791
3879
|
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",
|
|
@@ -3802,12 +3890,12 @@ var SkipBackIcon = forwardRef82(
|
|
|
3802
3890
|
);
|
|
3803
3891
|
|
|
3804
3892
|
// src/icons/skipForward.tsx
|
|
3805
|
-
import { forwardRef as
|
|
3806
|
-
import { jsx as
|
|
3807
|
-
var SkipForwardIcon =
|
|
3893
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
3894
|
+
import { jsx as jsx87, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3895
|
+
var SkipForwardIcon = forwardRef85(
|
|
3808
3896
|
function SkipForwardIcon2(_a, ref) {
|
|
3809
3897
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3810
|
-
return /* @__PURE__ */
|
|
3898
|
+
return /* @__PURE__ */ jsxs62(
|
|
3811
3899
|
"svg",
|
|
3812
3900
|
__spreadProps(__spreadValues({
|
|
3813
3901
|
ref,
|
|
@@ -3819,7 +3907,7 @@ var SkipForwardIcon = forwardRef83(
|
|
|
3819
3907
|
className
|
|
3820
3908
|
}, other), {
|
|
3821
3909
|
children: [
|
|
3822
|
-
duotone && /* @__PURE__ */
|
|
3910
|
+
duotone && /* @__PURE__ */ jsx87(
|
|
3823
3911
|
"path",
|
|
3824
3912
|
{
|
|
3825
3913
|
opacity: "0.12",
|
|
@@ -3827,7 +3915,7 @@ var SkipForwardIcon = forwardRef83(
|
|
|
3827
3915
|
fill: "currentColor"
|
|
3828
3916
|
}
|
|
3829
3917
|
),
|
|
3830
|
-
/* @__PURE__ */
|
|
3918
|
+
/* @__PURE__ */ jsx87(
|
|
3831
3919
|
"path",
|
|
3832
3920
|
{
|
|
3833
3921
|
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",
|
|
@@ -3844,12 +3932,12 @@ var SkipForwardIcon = forwardRef83(
|
|
|
3844
3932
|
);
|
|
3845
3933
|
|
|
3846
3934
|
// src/icons/spinner.tsx
|
|
3847
|
-
import { forwardRef as
|
|
3848
|
-
import { jsx as
|
|
3849
|
-
var SpinnerIcon =
|
|
3935
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
3936
|
+
import { jsx as jsx88, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3937
|
+
var SpinnerIcon = forwardRef86(
|
|
3850
3938
|
function SpinnerIcon2(_a, ref) {
|
|
3851
3939
|
var _b = _a, { size = 24, className = "animate-spin text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
3852
|
-
return /* @__PURE__ */
|
|
3940
|
+
return /* @__PURE__ */ jsxs63(
|
|
3853
3941
|
"svg",
|
|
3854
3942
|
__spreadProps(__spreadValues({
|
|
3855
3943
|
ref,
|
|
@@ -3861,7 +3949,7 @@ var SpinnerIcon = forwardRef84(
|
|
|
3861
3949
|
className
|
|
3862
3950
|
}, other), {
|
|
3863
3951
|
children: [
|
|
3864
|
-
/* @__PURE__ */
|
|
3952
|
+
/* @__PURE__ */ jsx88(
|
|
3865
3953
|
"path",
|
|
3866
3954
|
{
|
|
3867
3955
|
opacity: "0.12",
|
|
@@ -3869,7 +3957,7 @@ var SpinnerIcon = forwardRef84(
|
|
|
3869
3957
|
fill: "currentColor"
|
|
3870
3958
|
}
|
|
3871
3959
|
),
|
|
3872
|
-
/* @__PURE__ */
|
|
3960
|
+
/* @__PURE__ */ jsx88(
|
|
3873
3961
|
"path",
|
|
3874
3962
|
{
|
|
3875
3963
|
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",
|
|
@@ -3883,12 +3971,12 @@ var SpinnerIcon = forwardRef84(
|
|
|
3883
3971
|
);
|
|
3884
3972
|
|
|
3885
3973
|
// src/icons/stars.tsx
|
|
3886
|
-
import { forwardRef as
|
|
3887
|
-
import { jsx as
|
|
3888
|
-
var StarsIcon =
|
|
3974
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
3975
|
+
import { jsx as jsx89, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
3976
|
+
var StarsIcon = forwardRef87(
|
|
3889
3977
|
function StarsIcon2(_a, ref) {
|
|
3890
3978
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3891
|
-
return /* @__PURE__ */
|
|
3979
|
+
return /* @__PURE__ */ jsxs64(
|
|
3892
3980
|
"svg",
|
|
3893
3981
|
__spreadProps(__spreadValues({
|
|
3894
3982
|
ref,
|
|
@@ -3900,7 +3988,7 @@ var StarsIcon = forwardRef85(
|
|
|
3900
3988
|
className
|
|
3901
3989
|
}, other), {
|
|
3902
3990
|
children: [
|
|
3903
|
-
duotone && /* @__PURE__ */
|
|
3991
|
+
duotone && /* @__PURE__ */ jsx89(
|
|
3904
3992
|
"path",
|
|
3905
3993
|
{
|
|
3906
3994
|
opacity: "0.12",
|
|
@@ -3908,7 +3996,7 @@ var StarsIcon = forwardRef85(
|
|
|
3908
3996
|
fill: "currentColor"
|
|
3909
3997
|
}
|
|
3910
3998
|
),
|
|
3911
|
-
/* @__PURE__ */
|
|
3999
|
+
/* @__PURE__ */ jsx89(
|
|
3912
4000
|
"path",
|
|
3913
4001
|
{
|
|
3914
4002
|
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",
|
|
@@ -3925,12 +4013,12 @@ var StarsIcon = forwardRef85(
|
|
|
3925
4013
|
);
|
|
3926
4014
|
|
|
3927
4015
|
// src/icons/trash.tsx
|
|
3928
|
-
import { forwardRef as
|
|
3929
|
-
import { jsx as
|
|
3930
|
-
var TrashIcon =
|
|
4016
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
4017
|
+
import { jsx as jsx90, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
4018
|
+
var TrashIcon = forwardRef88(
|
|
3931
4019
|
function TrashIcon2(_a, ref) {
|
|
3932
4020
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3933
|
-
return /* @__PURE__ */
|
|
4021
|
+
return /* @__PURE__ */ jsxs65(
|
|
3934
4022
|
"svg",
|
|
3935
4023
|
__spreadProps(__spreadValues({
|
|
3936
4024
|
ref,
|
|
@@ -3942,7 +4030,7 @@ var TrashIcon = forwardRef86(
|
|
|
3942
4030
|
className
|
|
3943
4031
|
}, other), {
|
|
3944
4032
|
children: [
|
|
3945
|
-
duotone && /* @__PURE__ */
|
|
4033
|
+
duotone && /* @__PURE__ */ jsx90(
|
|
3946
4034
|
"path",
|
|
3947
4035
|
{
|
|
3948
4036
|
opacity: "0.12",
|
|
@@ -3950,7 +4038,7 @@ var TrashIcon = forwardRef86(
|
|
|
3950
4038
|
fill: "currentColor"
|
|
3951
4039
|
}
|
|
3952
4040
|
),
|
|
3953
|
-
/* @__PURE__ */
|
|
4041
|
+
/* @__PURE__ */ jsx90(
|
|
3954
4042
|
"path",
|
|
3955
4043
|
{
|
|
3956
4044
|
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",
|
|
@@ -3967,12 +4055,12 @@ var TrashIcon = forwardRef86(
|
|
|
3967
4055
|
);
|
|
3968
4056
|
|
|
3969
4057
|
// src/icons/trendDown.tsx
|
|
3970
|
-
import { forwardRef as
|
|
3971
|
-
import { jsx as
|
|
3972
|
-
var TrendDownIcon =
|
|
4058
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
4059
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
4060
|
+
var TrendDownIcon = forwardRef89(
|
|
3973
4061
|
function TrendDownIcon2(_a, ref) {
|
|
3974
4062
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3975
|
-
return /* @__PURE__ */
|
|
4063
|
+
return /* @__PURE__ */ jsx91(
|
|
3976
4064
|
"svg",
|
|
3977
4065
|
__spreadProps(__spreadValues({
|
|
3978
4066
|
ref,
|
|
@@ -3983,7 +4071,7 @@ var TrendDownIcon = forwardRef87(
|
|
|
3983
4071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3984
4072
|
className
|
|
3985
4073
|
}, other), {
|
|
3986
|
-
children: /* @__PURE__ */
|
|
4074
|
+
children: /* @__PURE__ */ jsx91(
|
|
3987
4075
|
"path",
|
|
3988
4076
|
{
|
|
3989
4077
|
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",
|
|
@@ -3999,12 +4087,12 @@ var TrendDownIcon = forwardRef87(
|
|
|
3999
4087
|
);
|
|
4000
4088
|
|
|
4001
4089
|
// src/icons/trendUp.tsx
|
|
4002
|
-
import { forwardRef as
|
|
4003
|
-
import { jsx as
|
|
4004
|
-
var TrendUpIcon =
|
|
4090
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
4091
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
4092
|
+
var TrendUpIcon = forwardRef90(
|
|
4005
4093
|
function TrendUpIcon2(_a, ref) {
|
|
4006
4094
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4007
|
-
return /* @__PURE__ */
|
|
4095
|
+
return /* @__PURE__ */ jsx92(
|
|
4008
4096
|
"svg",
|
|
4009
4097
|
__spreadProps(__spreadValues({
|
|
4010
4098
|
ref,
|
|
@@ -4015,7 +4103,7 @@ var TrendUpIcon = forwardRef88(
|
|
|
4015
4103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4016
4104
|
className
|
|
4017
4105
|
}, other), {
|
|
4018
|
-
children: /* @__PURE__ */
|
|
4106
|
+
children: /* @__PURE__ */ jsx92(
|
|
4019
4107
|
"path",
|
|
4020
4108
|
{
|
|
4021
4109
|
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",
|
|
@@ -4031,11 +4119,11 @@ var TrendUpIcon = forwardRef88(
|
|
|
4031
4119
|
);
|
|
4032
4120
|
|
|
4033
4121
|
// src/icons/user.tsx
|
|
4034
|
-
import { forwardRef as
|
|
4035
|
-
import { jsx as
|
|
4036
|
-
var UserIcon =
|
|
4122
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
4123
|
+
import { jsx as jsx93, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
4124
|
+
var UserIcon = forwardRef91(function UserIcon2(_a, ref) {
|
|
4037
4125
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4038
|
-
return /* @__PURE__ */
|
|
4126
|
+
return /* @__PURE__ */ jsxs66(
|
|
4039
4127
|
"svg",
|
|
4040
4128
|
__spreadProps(__spreadValues({
|
|
4041
4129
|
ref,
|
|
@@ -4047,7 +4135,7 @@ var UserIcon = forwardRef89(function UserIcon2(_a, ref) {
|
|
|
4047
4135
|
className
|
|
4048
4136
|
}, other), {
|
|
4049
4137
|
children: [
|
|
4050
|
-
duotone && /* @__PURE__ */
|
|
4138
|
+
duotone && /* @__PURE__ */ jsx93(
|
|
4051
4139
|
"path",
|
|
4052
4140
|
{
|
|
4053
4141
|
opacity: "0.12",
|
|
@@ -4055,7 +4143,7 @@ var UserIcon = forwardRef89(function UserIcon2(_a, ref) {
|
|
|
4055
4143
|
fill: "currentColor"
|
|
4056
4144
|
}
|
|
4057
4145
|
),
|
|
4058
|
-
/* @__PURE__ */
|
|
4146
|
+
/* @__PURE__ */ jsx93(
|
|
4059
4147
|
"path",
|
|
4060
4148
|
{
|
|
4061
4149
|
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",
|
|
@@ -4071,12 +4159,12 @@ var UserIcon = forwardRef89(function UserIcon2(_a, ref) {
|
|
|
4071
4159
|
});
|
|
4072
4160
|
|
|
4073
4161
|
// src/icons/userPlus.tsx
|
|
4074
|
-
import { forwardRef as
|
|
4075
|
-
import { jsx as
|
|
4076
|
-
var UserPlusIcon =
|
|
4162
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
4163
|
+
import { jsx as jsx94, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
4164
|
+
var UserPlusIcon = forwardRef92(
|
|
4077
4165
|
function UserPlusIcon2(_a, ref) {
|
|
4078
4166
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4079
|
-
return /* @__PURE__ */
|
|
4167
|
+
return /* @__PURE__ */ jsxs67(
|
|
4080
4168
|
"svg",
|
|
4081
4169
|
__spreadProps(__spreadValues({
|
|
4082
4170
|
ref,
|
|
@@ -4088,7 +4176,7 @@ var UserPlusIcon = forwardRef90(
|
|
|
4088
4176
|
className
|
|
4089
4177
|
}, other), {
|
|
4090
4178
|
children: [
|
|
4091
|
-
duotone && /* @__PURE__ */
|
|
4179
|
+
duotone && /* @__PURE__ */ jsx94(
|
|
4092
4180
|
"path",
|
|
4093
4181
|
{
|
|
4094
4182
|
opacity: "0.12",
|
|
@@ -4096,7 +4184,7 @@ var UserPlusIcon = forwardRef90(
|
|
|
4096
4184
|
fill: "currentColor"
|
|
4097
4185
|
}
|
|
4098
4186
|
),
|
|
4099
|
-
/* @__PURE__ */
|
|
4187
|
+
/* @__PURE__ */ jsx94(
|
|
4100
4188
|
"path",
|
|
4101
4189
|
{
|
|
4102
4190
|
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",
|
|
@@ -4113,12 +4201,12 @@ var UserPlusIcon = forwardRef90(
|
|
|
4113
4201
|
);
|
|
4114
4202
|
|
|
4115
4203
|
// src/icons/userX.tsx
|
|
4116
|
-
import { forwardRef as
|
|
4117
|
-
import { jsx as
|
|
4118
|
-
var UserXIcon =
|
|
4204
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
4205
|
+
import { jsx as jsx95, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
4206
|
+
var UserXIcon = forwardRef93(
|
|
4119
4207
|
function UserXIcon2(_a, ref) {
|
|
4120
4208
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4121
|
-
return /* @__PURE__ */
|
|
4209
|
+
return /* @__PURE__ */ jsxs68(
|
|
4122
4210
|
"svg",
|
|
4123
4211
|
__spreadProps(__spreadValues({
|
|
4124
4212
|
ref,
|
|
@@ -4130,7 +4218,7 @@ var UserXIcon = forwardRef91(
|
|
|
4130
4218
|
className
|
|
4131
4219
|
}, other), {
|
|
4132
4220
|
children: [
|
|
4133
|
-
duotone && /* @__PURE__ */
|
|
4221
|
+
duotone && /* @__PURE__ */ jsx95(
|
|
4134
4222
|
"path",
|
|
4135
4223
|
{
|
|
4136
4224
|
opacity: "0.12",
|
|
@@ -4138,7 +4226,7 @@ var UserXIcon = forwardRef91(
|
|
|
4138
4226
|
fill: "currentColor"
|
|
4139
4227
|
}
|
|
4140
4228
|
),
|
|
4141
|
-
/* @__PURE__ */
|
|
4229
|
+
/* @__PURE__ */ jsx95(
|
|
4142
4230
|
"path",
|
|
4143
4231
|
{
|
|
4144
4232
|
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",
|
|
@@ -4155,12 +4243,12 @@ var UserXIcon = forwardRef91(
|
|
|
4155
4243
|
);
|
|
4156
4244
|
|
|
4157
4245
|
// src/icons/users.tsx
|
|
4158
|
-
import { forwardRef as
|
|
4159
|
-
import { jsx as
|
|
4160
|
-
var UsersIcon =
|
|
4246
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
4247
|
+
import { jsx as jsx96, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
4248
|
+
var UsersIcon = forwardRef94(
|
|
4161
4249
|
function UsersIcon2(_a, ref) {
|
|
4162
4250
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4163
|
-
return /* @__PURE__ */
|
|
4251
|
+
return /* @__PURE__ */ jsxs69(
|
|
4164
4252
|
"svg",
|
|
4165
4253
|
__spreadProps(__spreadValues({
|
|
4166
4254
|
ref,
|
|
@@ -4172,7 +4260,7 @@ var UsersIcon = forwardRef92(
|
|
|
4172
4260
|
className
|
|
4173
4261
|
}, other), {
|
|
4174
4262
|
children: [
|
|
4175
|
-
duotone && /* @__PURE__ */
|
|
4263
|
+
duotone && /* @__PURE__ */ jsx96(
|
|
4176
4264
|
"path",
|
|
4177
4265
|
{
|
|
4178
4266
|
opacity: "0.12",
|
|
@@ -4180,7 +4268,7 @@ var UsersIcon = forwardRef92(
|
|
|
4180
4268
|
fill: "currentColor"
|
|
4181
4269
|
}
|
|
4182
4270
|
),
|
|
4183
|
-
/* @__PURE__ */
|
|
4271
|
+
/* @__PURE__ */ jsx96(
|
|
4184
4272
|
"path",
|
|
4185
4273
|
{
|
|
4186
4274
|
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",
|
|
@@ -4197,12 +4285,12 @@ var UsersIcon = forwardRef92(
|
|
|
4197
4285
|
);
|
|
4198
4286
|
|
|
4199
4287
|
// src/icons/usersPlus.tsx
|
|
4200
|
-
import { forwardRef as
|
|
4201
|
-
import { jsx as
|
|
4202
|
-
var UsersPlusIcon =
|
|
4288
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
4289
|
+
import { jsx as jsx97, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
4290
|
+
var UsersPlusIcon = forwardRef95(
|
|
4203
4291
|
function UsersPlusIcon2(_a, ref) {
|
|
4204
4292
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4205
|
-
return /* @__PURE__ */
|
|
4293
|
+
return /* @__PURE__ */ jsxs70(
|
|
4206
4294
|
"svg",
|
|
4207
4295
|
__spreadProps(__spreadValues({
|
|
4208
4296
|
ref,
|
|
@@ -4214,7 +4302,7 @@ var UsersPlusIcon = forwardRef93(
|
|
|
4214
4302
|
className
|
|
4215
4303
|
}, other), {
|
|
4216
4304
|
children: [
|
|
4217
|
-
duotone && /* @__PURE__ */
|
|
4305
|
+
duotone && /* @__PURE__ */ jsx97(
|
|
4218
4306
|
"path",
|
|
4219
4307
|
{
|
|
4220
4308
|
opacity: "0.12",
|
|
@@ -4222,7 +4310,7 @@ var UsersPlusIcon = forwardRef93(
|
|
|
4222
4310
|
fill: "currentColor"
|
|
4223
4311
|
}
|
|
4224
4312
|
),
|
|
4225
|
-
/* @__PURE__ */
|
|
4313
|
+
/* @__PURE__ */ jsx97(
|
|
4226
4314
|
"path",
|
|
4227
4315
|
{
|
|
4228
4316
|
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",
|
|
@@ -4239,12 +4327,12 @@ var UsersPlusIcon = forwardRef93(
|
|
|
4239
4327
|
);
|
|
4240
4328
|
|
|
4241
4329
|
// src/icons/usersX.tsx
|
|
4242
|
-
import { forwardRef as
|
|
4243
|
-
import { jsx as
|
|
4244
|
-
var UsersXIcon =
|
|
4330
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
4331
|
+
import { jsx as jsx98, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
4332
|
+
var UsersXIcon = forwardRef96(
|
|
4245
4333
|
function UsersXIcon2(_a, ref) {
|
|
4246
4334
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4247
|
-
return /* @__PURE__ */
|
|
4335
|
+
return /* @__PURE__ */ jsxs71(
|
|
4248
4336
|
"svg",
|
|
4249
4337
|
__spreadProps(__spreadValues({
|
|
4250
4338
|
ref,
|
|
@@ -4256,7 +4344,7 @@ var UsersXIcon = forwardRef94(
|
|
|
4256
4344
|
className
|
|
4257
4345
|
}, other), {
|
|
4258
4346
|
children: [
|
|
4259
|
-
duotone && /* @__PURE__ */
|
|
4347
|
+
duotone && /* @__PURE__ */ jsx98(
|
|
4260
4348
|
"path",
|
|
4261
4349
|
{
|
|
4262
4350
|
opacity: "0.12",
|
|
@@ -4264,7 +4352,7 @@ var UsersXIcon = forwardRef94(
|
|
|
4264
4352
|
fill: "currentColor"
|
|
4265
4353
|
}
|
|
4266
4354
|
),
|
|
4267
|
-
/* @__PURE__ */
|
|
4355
|
+
/* @__PURE__ */ jsx98(
|
|
4268
4356
|
"path",
|
|
4269
4357
|
{
|
|
4270
4358
|
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",
|
|
@@ -4281,12 +4369,12 @@ var UsersXIcon = forwardRef94(
|
|
|
4281
4369
|
);
|
|
4282
4370
|
|
|
4283
4371
|
// src/icons/videoRecorder.tsx
|
|
4284
|
-
import { forwardRef as
|
|
4285
|
-
import { jsx as
|
|
4286
|
-
var VideoRecorderIcon =
|
|
4372
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
4373
|
+
import { jsx as jsx99, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
4374
|
+
var VideoRecorderIcon = forwardRef97(
|
|
4287
4375
|
function VideoRecorderIcon2(_a, ref) {
|
|
4288
4376
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4289
|
-
return /* @__PURE__ */
|
|
4377
|
+
return /* @__PURE__ */ jsxs72(
|
|
4290
4378
|
"svg",
|
|
4291
4379
|
__spreadProps(__spreadValues({
|
|
4292
4380
|
ref,
|
|
@@ -4298,7 +4386,7 @@ var VideoRecorderIcon = forwardRef95(
|
|
|
4298
4386
|
className
|
|
4299
4387
|
}, other), {
|
|
4300
4388
|
children: [
|
|
4301
|
-
duotone && /* @__PURE__ */
|
|
4389
|
+
duotone && /* @__PURE__ */ jsx99(
|
|
4302
4390
|
"path",
|
|
4303
4391
|
{
|
|
4304
4392
|
opacity: "0.12",
|
|
@@ -4310,7 +4398,7 @@ var VideoRecorderIcon = forwardRef95(
|
|
|
4310
4398
|
strokeLinejoin: "round"
|
|
4311
4399
|
}
|
|
4312
4400
|
),
|
|
4313
|
-
/* @__PURE__ */
|
|
4401
|
+
/* @__PURE__ */ jsx99(
|
|
4314
4402
|
"path",
|
|
4315
4403
|
{
|
|
4316
4404
|
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",
|
|
@@ -4321,7 +4409,7 @@ var VideoRecorderIcon = forwardRef95(
|
|
|
4321
4409
|
}
|
|
4322
4410
|
),
|
|
4323
4411
|
",",
|
|
4324
|
-
/* @__PURE__ */
|
|
4412
|
+
/* @__PURE__ */ jsx99(
|
|
4325
4413
|
"path",
|
|
4326
4414
|
{
|
|
4327
4415
|
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",
|
|
@@ -4338,12 +4426,12 @@ var VideoRecorderIcon = forwardRef95(
|
|
|
4338
4426
|
);
|
|
4339
4427
|
|
|
4340
4428
|
// src/icons/videoRecorderOff.tsx
|
|
4341
|
-
import { forwardRef as
|
|
4342
|
-
import { jsx as
|
|
4343
|
-
var VideoRecorderOffIcon =
|
|
4429
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
4430
|
+
import { jsx as jsx100, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4431
|
+
var VideoRecorderOffIcon = forwardRef98(
|
|
4344
4432
|
function VideoRecorderOffIcon2(_a, ref) {
|
|
4345
4433
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4346
|
-
return /* @__PURE__ */
|
|
4434
|
+
return /* @__PURE__ */ jsxs73(
|
|
4347
4435
|
"svg",
|
|
4348
4436
|
__spreadProps(__spreadValues({
|
|
4349
4437
|
ref,
|
|
@@ -4355,7 +4443,7 @@ var VideoRecorderOffIcon = forwardRef96(
|
|
|
4355
4443
|
className
|
|
4356
4444
|
}, other), {
|
|
4357
4445
|
children: [
|
|
4358
|
-
duotone && /* @__PURE__ */
|
|
4446
|
+
duotone && /* @__PURE__ */ jsx100(
|
|
4359
4447
|
"path",
|
|
4360
4448
|
{
|
|
4361
4449
|
opacity: "0.12",
|
|
@@ -4367,7 +4455,7 @@ var VideoRecorderOffIcon = forwardRef96(
|
|
|
4367
4455
|
strokeLinejoin: "round"
|
|
4368
4456
|
}
|
|
4369
4457
|
),
|
|
4370
|
-
/* @__PURE__ */
|
|
4458
|
+
/* @__PURE__ */ jsx100(
|
|
4371
4459
|
"path",
|
|
4372
4460
|
{
|
|
4373
4461
|
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",
|
|
@@ -4384,12 +4472,12 @@ var VideoRecorderOffIcon = forwardRef96(
|
|
|
4384
4472
|
);
|
|
4385
4473
|
|
|
4386
4474
|
// src/icons/volumeMax.tsx
|
|
4387
|
-
import { forwardRef as
|
|
4388
|
-
import { jsx as
|
|
4389
|
-
var VolumeMaxIcon =
|
|
4475
|
+
import { forwardRef as forwardRef99 } from "react";
|
|
4476
|
+
import { jsx as jsx101, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4477
|
+
var VolumeMaxIcon = forwardRef99(
|
|
4390
4478
|
function VolumeMaxIcon2(_a, ref) {
|
|
4391
4479
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4392
|
-
return /* @__PURE__ */
|
|
4480
|
+
return /* @__PURE__ */ jsxs74(
|
|
4393
4481
|
"svg",
|
|
4394
4482
|
__spreadProps(__spreadValues({
|
|
4395
4483
|
ref,
|
|
@@ -4401,7 +4489,7 @@ var VolumeMaxIcon = forwardRef97(
|
|
|
4401
4489
|
className
|
|
4402
4490
|
}, other), {
|
|
4403
4491
|
children: [
|
|
4404
|
-
duotone && /* @__PURE__ */
|
|
4492
|
+
duotone && /* @__PURE__ */ jsx101(
|
|
4405
4493
|
"path",
|
|
4406
4494
|
{
|
|
4407
4495
|
opacity: "0.12",
|
|
@@ -4409,7 +4497,7 @@ var VolumeMaxIcon = forwardRef97(
|
|
|
4409
4497
|
fill: "currentColor"
|
|
4410
4498
|
}
|
|
4411
4499
|
),
|
|
4412
|
-
/* @__PURE__ */
|
|
4500
|
+
/* @__PURE__ */ jsx101(
|
|
4413
4501
|
"path",
|
|
4414
4502
|
{
|
|
4415
4503
|
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",
|
|
@@ -4426,12 +4514,12 @@ var VolumeMaxIcon = forwardRef97(
|
|
|
4426
4514
|
);
|
|
4427
4515
|
|
|
4428
4516
|
// src/icons/volumeX.tsx
|
|
4429
|
-
import { forwardRef as
|
|
4430
|
-
import { jsx as
|
|
4431
|
-
var VolumeXIcon =
|
|
4517
|
+
import { forwardRef as forwardRef100 } from "react";
|
|
4518
|
+
import { jsx as jsx102, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4519
|
+
var VolumeXIcon = forwardRef100(
|
|
4432
4520
|
function VolumeXIcon2(_a, ref) {
|
|
4433
4521
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4434
|
-
return /* @__PURE__ */
|
|
4522
|
+
return /* @__PURE__ */ jsxs75(
|
|
4435
4523
|
"svg",
|
|
4436
4524
|
__spreadProps(__spreadValues({
|
|
4437
4525
|
ref,
|
|
@@ -4443,7 +4531,7 @@ var VolumeXIcon = forwardRef98(
|
|
|
4443
4531
|
className
|
|
4444
4532
|
}, other), {
|
|
4445
4533
|
children: [
|
|
4446
|
-
duotone && /* @__PURE__ */
|
|
4534
|
+
duotone && /* @__PURE__ */ jsx102(
|
|
4447
4535
|
"path",
|
|
4448
4536
|
{
|
|
4449
4537
|
opacity: "0.12",
|
|
@@ -4451,7 +4539,7 @@ var VolumeXIcon = forwardRef98(
|
|
|
4451
4539
|
fill: "currentColor"
|
|
4452
4540
|
}
|
|
4453
4541
|
),
|
|
4454
|
-
/* @__PURE__ */
|
|
4542
|
+
/* @__PURE__ */ jsx102(
|
|
4455
4543
|
"path",
|
|
4456
4544
|
{
|
|
4457
4545
|
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",
|
|
@@ -4468,12 +4556,12 @@ var VolumeXIcon = forwardRef98(
|
|
|
4468
4556
|
);
|
|
4469
4557
|
|
|
4470
4558
|
// src/icons/xCircle.tsx
|
|
4471
|
-
import { forwardRef as
|
|
4472
|
-
import { jsx as
|
|
4473
|
-
var XCircleIcon =
|
|
4559
|
+
import { forwardRef as forwardRef101 } from "react";
|
|
4560
|
+
import { jsx as jsx103, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4561
|
+
var XCircleIcon = forwardRef101(
|
|
4474
4562
|
function XCircleIcon2(_a, ref) {
|
|
4475
4563
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4476
|
-
return /* @__PURE__ */
|
|
4564
|
+
return /* @__PURE__ */ jsxs76(
|
|
4477
4565
|
"svg",
|
|
4478
4566
|
__spreadProps(__spreadValues({
|
|
4479
4567
|
ref,
|
|
@@ -4485,7 +4573,7 @@ var XCircleIcon = forwardRef99(
|
|
|
4485
4573
|
className
|
|
4486
4574
|
}, other), {
|
|
4487
4575
|
children: [
|
|
4488
|
-
duotone && /* @__PURE__ */
|
|
4576
|
+
duotone && /* @__PURE__ */ jsx103(
|
|
4489
4577
|
"path",
|
|
4490
4578
|
{
|
|
4491
4579
|
opacity: "0.12",
|
|
@@ -4493,7 +4581,7 @@ var XCircleIcon = forwardRef99(
|
|
|
4493
4581
|
fill: "currentColor"
|
|
4494
4582
|
}
|
|
4495
4583
|
),
|
|
4496
|
-
/* @__PURE__ */
|
|
4584
|
+
/* @__PURE__ */ jsx103(
|
|
4497
4585
|
"path",
|
|
4498
4586
|
{
|
|
4499
4587
|
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",
|
|
@@ -4510,12 +4598,12 @@ var XCircleIcon = forwardRef99(
|
|
|
4510
4598
|
);
|
|
4511
4599
|
|
|
4512
4600
|
// src/icons/xClose.tsx
|
|
4513
|
-
import { forwardRef as
|
|
4514
|
-
import { jsx as
|
|
4515
|
-
var XCloseIcon =
|
|
4601
|
+
import { forwardRef as forwardRef102 } from "react";
|
|
4602
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
4603
|
+
var XCloseIcon = forwardRef102(
|
|
4516
4604
|
function XCloseIcon2(_a, ref) {
|
|
4517
4605
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4518
|
-
return /* @__PURE__ */
|
|
4606
|
+
return /* @__PURE__ */ jsx104(
|
|
4519
4607
|
"svg",
|
|
4520
4608
|
__spreadProps(__spreadValues({
|
|
4521
4609
|
ref,
|
|
@@ -4526,7 +4614,7 @@ var XCloseIcon = forwardRef100(
|
|
|
4526
4614
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4527
4615
|
className
|
|
4528
4616
|
}, other), {
|
|
4529
|
-
children: /* @__PURE__ */
|
|
4617
|
+
children: /* @__PURE__ */ jsx104(
|
|
4530
4618
|
"path",
|
|
4531
4619
|
{
|
|
4532
4620
|
d: "M18 6L6 18M6 6L18 18",
|
|
@@ -4542,7 +4630,7 @@ var XCloseIcon = forwardRef100(
|
|
|
4542
4630
|
);
|
|
4543
4631
|
|
|
4544
4632
|
// src/components/Calendar/Calendar.tsx
|
|
4545
|
-
import { jsx as
|
|
4633
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
4546
4634
|
function Calendar(_a) {
|
|
4547
4635
|
var _b = _a, {
|
|
4548
4636
|
className,
|
|
@@ -4553,7 +4641,7 @@ function Calendar(_a) {
|
|
|
4553
4641
|
"classNames",
|
|
4554
4642
|
"showOutsideDays"
|
|
4555
4643
|
]);
|
|
4556
|
-
return /* @__PURE__ */
|
|
4644
|
+
return /* @__PURE__ */ jsx105(
|
|
4557
4645
|
DayPicker,
|
|
4558
4646
|
__spreadValues({
|
|
4559
4647
|
showOutsideDays,
|
|
@@ -4583,8 +4671,8 @@ function Calendar(_a) {
|
|
|
4583
4671
|
day_hidden: "invisible"
|
|
4584
4672
|
}, classNames),
|
|
4585
4673
|
components: {
|
|
4586
|
-
IconLeft: () => /* @__PURE__ */
|
|
4587
|
-
IconRight: () => /* @__PURE__ */
|
|
4674
|
+
IconLeft: () => /* @__PURE__ */ jsx105(ChevronLeftIcon, { className: "w-3 h-3" }),
|
|
4675
|
+
IconRight: () => /* @__PURE__ */ jsx105(ChevronRightIcon, { className: "w-3 h-3" })
|
|
4588
4676
|
}
|
|
4589
4677
|
}, props)
|
|
4590
4678
|
);
|
|
@@ -4594,10 +4682,10 @@ Calendar.displayName = "Calendar";
|
|
|
4594
4682
|
// src/components/Checkbox/Checkbox.tsx
|
|
4595
4683
|
import * as React5 from "react";
|
|
4596
4684
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
4597
|
-
import { jsx as
|
|
4685
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
4598
4686
|
var Checkbox = React5.forwardRef((_a, ref) => {
|
|
4599
4687
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4600
|
-
return /* @__PURE__ */
|
|
4688
|
+
return /* @__PURE__ */ jsx106(
|
|
4601
4689
|
CheckboxPrimitive.Root,
|
|
4602
4690
|
__spreadProps(__spreadValues({
|
|
4603
4691
|
className: cn(
|
|
@@ -4606,7 +4694,7 @@ var Checkbox = React5.forwardRef((_a, ref) => {
|
|
|
4606
4694
|
)
|
|
4607
4695
|
}, props), {
|
|
4608
4696
|
ref,
|
|
4609
|
-
children: /* @__PURE__ */
|
|
4697
|
+
children: /* @__PURE__ */ jsx106(CheckboxPrimitive.Indicator, { children: /* @__PURE__ */ jsx106(CheckIcon, { size: 10, className: "text-white" }) })
|
|
4610
4698
|
})
|
|
4611
4699
|
);
|
|
4612
4700
|
});
|
|
@@ -4616,10 +4704,10 @@ Checkbox.displayName = CheckboxPrimitive.Root.displayName;
|
|
|
4616
4704
|
import * as React6 from "react";
|
|
4617
4705
|
import { useState } from "react";
|
|
4618
4706
|
import { Command as CommandPrimitive } from "cmdk";
|
|
4619
|
-
import { jsx as
|
|
4707
|
+
import { jsx as jsx107, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
4620
4708
|
var Command = React6.forwardRef((_a, ref) => {
|
|
4621
4709
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4622
|
-
return /* @__PURE__ */
|
|
4710
|
+
return /* @__PURE__ */ jsx107(
|
|
4623
4711
|
CommandPrimitive,
|
|
4624
4712
|
__spreadValues({
|
|
4625
4713
|
ref,
|
|
@@ -4638,14 +4726,14 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4638
4726
|
setVal("");
|
|
4639
4727
|
onValueChange && onValueChange("");
|
|
4640
4728
|
};
|
|
4641
|
-
return /* @__PURE__ */
|
|
4729
|
+
return /* @__PURE__ */ jsxs77(
|
|
4642
4730
|
"div",
|
|
4643
4731
|
{
|
|
4644
4732
|
className: "flex items-center gap-2 px-3 border-b border-gray-200",
|
|
4645
4733
|
"cmdk-input-wrapper": "",
|
|
4646
4734
|
children: [
|
|
4647
|
-
/* @__PURE__ */
|
|
4648
|
-
/* @__PURE__ */
|
|
4735
|
+
/* @__PURE__ */ jsx107(SearchMdIcon, { size: 16, className: "text-gray-900 shrink-0" }),
|
|
4736
|
+
/* @__PURE__ */ jsx107(
|
|
4649
4737
|
CommandPrimitive.Input,
|
|
4650
4738
|
__spreadValues({
|
|
4651
4739
|
ref,
|
|
@@ -4660,7 +4748,7 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4660
4748
|
}
|
|
4661
4749
|
}, props)
|
|
4662
4750
|
),
|
|
4663
|
-
value !== "" && /* @__PURE__ */
|
|
4751
|
+
value !== "" && /* @__PURE__ */ jsx107(Button, { variant: "ghostGray", size: "xs", icon: true, className: "-mr-2", children: /* @__PURE__ */ jsx107(
|
|
4664
4752
|
XCloseIcon,
|
|
4665
4753
|
{
|
|
4666
4754
|
size: "16",
|
|
@@ -4677,7 +4765,7 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4677
4765
|
CommandInput.displayName = CommandPrimitive.Input.displayName;
|
|
4678
4766
|
var CommandList = React6.forwardRef((_a, ref) => {
|
|
4679
4767
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4680
|
-
return /* @__PURE__ */
|
|
4768
|
+
return /* @__PURE__ */ jsx107(
|
|
4681
4769
|
CommandPrimitive.List,
|
|
4682
4770
|
__spreadValues({
|
|
4683
4771
|
ref,
|
|
@@ -4691,18 +4779,18 @@ var CommandList = React6.forwardRef((_a, ref) => {
|
|
|
4691
4779
|
CommandList.displayName = CommandPrimitive.List.displayName;
|
|
4692
4780
|
var CommandEmpty = React6.forwardRef((_a, ref) => {
|
|
4693
4781
|
var _b = _a, { children, title, description } = _b, props = __objRest(_b, ["children", "title", "description"]);
|
|
4694
|
-
return /* @__PURE__ */
|
|
4782
|
+
return /* @__PURE__ */ jsxs77(
|
|
4695
4783
|
CommandPrimitive.Empty,
|
|
4696
4784
|
__spreadProps(__spreadValues({
|
|
4697
4785
|
ref,
|
|
4698
4786
|
className: "flex flex-col gap-4 p-4 text-center"
|
|
4699
4787
|
}, props), {
|
|
4700
4788
|
children: [
|
|
4701
|
-
(title || description) && /* @__PURE__ */
|
|
4702
|
-
title && /* @__PURE__ */
|
|
4703
|
-
description && /* @__PURE__ */
|
|
4789
|
+
(title || description) && /* @__PURE__ */ jsxs77("div", { className: "flex flex-col gap-1", children: [
|
|
4790
|
+
title && /* @__PURE__ */ jsx107("span", { className: "text-sm font-medium text-gray-1000", children: title }),
|
|
4791
|
+
description && /* @__PURE__ */ jsx107("span", { className: "text-sm font-normal text-gray-700", children: description })
|
|
4704
4792
|
] }),
|
|
4705
|
-
children && /* @__PURE__ */
|
|
4793
|
+
children && /* @__PURE__ */ jsx107("div", { children })
|
|
4706
4794
|
]
|
|
4707
4795
|
})
|
|
4708
4796
|
);
|
|
@@ -4710,12 +4798,12 @@ var CommandEmpty = React6.forwardRef((_a, ref) => {
|
|
|
4710
4798
|
CommandEmpty.displayName = CommandPrimitive.Empty.displayName;
|
|
4711
4799
|
var CommandLoading = React6.forwardRef((_a, ref) => {
|
|
4712
4800
|
var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
|
|
4713
|
-
return /* @__PURE__ */
|
|
4801
|
+
return /* @__PURE__ */ jsx107(CommandPrimitive.Loading, __spreadProps(__spreadValues({ ref }, props), { children: /* @__PURE__ */ jsx107("div", { className: "flex justify-center p-4 text-center", children: /* @__PURE__ */ jsx107(SpinnerIcon, { className: "text-blue-700 animate-spin" }) }) }));
|
|
4714
4802
|
});
|
|
4715
4803
|
CommandLoading.displayName = CommandPrimitive.Loading.displayName;
|
|
4716
4804
|
var CommandGroup = React6.forwardRef((_a, ref) => {
|
|
4717
4805
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4718
|
-
return /* @__PURE__ */
|
|
4806
|
+
return /* @__PURE__ */ jsx107(
|
|
4719
4807
|
CommandPrimitive.Group,
|
|
4720
4808
|
__spreadValues({
|
|
4721
4809
|
ref,
|
|
@@ -4729,7 +4817,7 @@ var CommandGroup = React6.forwardRef((_a, ref) => {
|
|
|
4729
4817
|
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
|
4730
4818
|
var CommandSeparator = React6.forwardRef((_a, ref) => {
|
|
4731
4819
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4732
|
-
return /* @__PURE__ */
|
|
4820
|
+
return /* @__PURE__ */ jsx107(
|
|
4733
4821
|
CommandPrimitive.Separator,
|
|
4734
4822
|
__spreadValues({
|
|
4735
4823
|
ref,
|
|
@@ -4741,7 +4829,7 @@ CommandSeparator.displayName = CommandPrimitive.Separator.displayName;
|
|
|
4741
4829
|
var CommandItem = React6.forwardRef(
|
|
4742
4830
|
(_a, ref) => {
|
|
4743
4831
|
var _b = _a, { icon, checkbox, className, checked, children, description } = _b, props = __objRest(_b, ["icon", "checkbox", "className", "checked", "children", "description"]);
|
|
4744
|
-
return /* @__PURE__ */
|
|
4832
|
+
return /* @__PURE__ */ jsxs77(
|
|
4745
4833
|
CommandPrimitive.Item,
|
|
4746
4834
|
__spreadProps(__spreadValues({
|
|
4747
4835
|
ref,
|
|
@@ -4751,15 +4839,15 @@ var CommandItem = React6.forwardRef(
|
|
|
4751
4839
|
)
|
|
4752
4840
|
}, props), {
|
|
4753
4841
|
children: [
|
|
4754
|
-
/* @__PURE__ */
|
|
4755
|
-
checkbox && /* @__PURE__ */
|
|
4842
|
+
/* @__PURE__ */ jsxs77("div", { className: "flex items-center gap-2", children: [
|
|
4843
|
+
checkbox && /* @__PURE__ */ jsx107(Checkbox, { checked }),
|
|
4756
4844
|
icon && React6.cloneElement(icon, {
|
|
4757
4845
|
size: 16,
|
|
4758
4846
|
className: cn("flex-shrink-0", icon.props.className)
|
|
4759
4847
|
}),
|
|
4760
4848
|
children
|
|
4761
4849
|
] }),
|
|
4762
|
-
description && /* @__PURE__ */
|
|
4850
|
+
description && /* @__PURE__ */ jsx107("div", { className: "text-xs text-gray-700", children: description })
|
|
4763
4851
|
]
|
|
4764
4852
|
})
|
|
4765
4853
|
);
|
|
@@ -4770,7 +4858,7 @@ CommandItem.displayName = CommandPrimitive.Item.displayName;
|
|
|
4770
4858
|
// src/components/Dialog/Dialog.tsx
|
|
4771
4859
|
import * as React7 from "react";
|
|
4772
4860
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
4773
|
-
import { jsx as
|
|
4861
|
+
import { jsx as jsx108, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
4774
4862
|
var Dialog = DialogPrimitive.Root;
|
|
4775
4863
|
var DialogTrigger = DialogPrimitive.Trigger;
|
|
4776
4864
|
var DialogPortal = (_a) => {
|
|
@@ -4779,12 +4867,12 @@ var DialogPortal = (_a) => {
|
|
|
4779
4867
|
} = _b, props = __objRest(_b, [
|
|
4780
4868
|
"className"
|
|
4781
4869
|
]);
|
|
4782
|
-
return /* @__PURE__ */
|
|
4870
|
+
return /* @__PURE__ */ jsx108(DialogPrimitive.Portal, __spreadValues({ className: cn(className) }, props));
|
|
4783
4871
|
};
|
|
4784
4872
|
DialogPortal.displayName = DialogPrimitive.Portal.displayName;
|
|
4785
4873
|
var DialogOverlay = React7.forwardRef((_a, ref) => {
|
|
4786
4874
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4787
|
-
return /* @__PURE__ */
|
|
4875
|
+
return /* @__PURE__ */ jsx108(
|
|
4788
4876
|
DialogPrimitive.Overlay,
|
|
4789
4877
|
__spreadValues({
|
|
4790
4878
|
ref,
|
|
@@ -4798,9 +4886,9 @@ var DialogOverlay = React7.forwardRef((_a, ref) => {
|
|
|
4798
4886
|
DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
|
4799
4887
|
var DialogContent = React7.forwardRef((_a, ref) => {
|
|
4800
4888
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
4801
|
-
return /* @__PURE__ */
|
|
4802
|
-
/* @__PURE__ */
|
|
4803
|
-
/* @__PURE__ */
|
|
4889
|
+
return /* @__PURE__ */ jsxs78(DialogPortal, { children: [
|
|
4890
|
+
/* @__PURE__ */ jsx108(DialogOverlay, {}),
|
|
4891
|
+
/* @__PURE__ */ jsxs78(
|
|
4804
4892
|
DialogPrimitive.Content,
|
|
4805
4893
|
__spreadProps(__spreadValues({
|
|
4806
4894
|
ref,
|
|
@@ -4811,7 +4899,7 @@ var DialogContent = React7.forwardRef((_a, ref) => {
|
|
|
4811
4899
|
}, props), {
|
|
4812
4900
|
children: [
|
|
4813
4901
|
children,
|
|
4814
|
-
/* @__PURE__ */
|
|
4902
|
+
/* @__PURE__ */ jsxs78(
|
|
4815
4903
|
DialogPrimitive.Close,
|
|
4816
4904
|
{
|
|
4817
4905
|
className: cn(
|
|
@@ -4820,8 +4908,8 @@ var DialogContent = React7.forwardRef((_a, ref) => {
|
|
|
4820
4908
|
"absolute right-6 top-6"
|
|
4821
4909
|
),
|
|
4822
4910
|
children: [
|
|
4823
|
-
/* @__PURE__ */
|
|
4824
|
-
/* @__PURE__ */
|
|
4911
|
+
/* @__PURE__ */ jsx108(XCloseIcon, { className: "h-3 w-3" }),
|
|
4912
|
+
/* @__PURE__ */ jsx108("span", { className: "sr-only", children: "Close" })
|
|
4825
4913
|
]
|
|
4826
4914
|
}
|
|
4827
4915
|
)
|
|
@@ -4837,7 +4925,7 @@ var DialogHeader = (_a) => {
|
|
|
4837
4925
|
} = _b, props = __objRest(_b, [
|
|
4838
4926
|
"className"
|
|
4839
4927
|
]);
|
|
4840
|
-
return /* @__PURE__ */
|
|
4928
|
+
return /* @__PURE__ */ jsx108(
|
|
4841
4929
|
"div",
|
|
4842
4930
|
__spreadValues({
|
|
4843
4931
|
className: cn(
|
|
@@ -4854,7 +4942,7 @@ var DialogFooter = (_a) => {
|
|
|
4854
4942
|
} = _b, props = __objRest(_b, [
|
|
4855
4943
|
"className"
|
|
4856
4944
|
]);
|
|
4857
|
-
return /* @__PURE__ */
|
|
4945
|
+
return /* @__PURE__ */ jsx108(
|
|
4858
4946
|
"div",
|
|
4859
4947
|
__spreadValues({
|
|
4860
4948
|
className: cn(
|
|
@@ -4867,7 +4955,7 @@ var DialogFooter = (_a) => {
|
|
|
4867
4955
|
DialogFooter.displayName = "DialogFooter";
|
|
4868
4956
|
var DialogTitle = React7.forwardRef((_a, ref) => {
|
|
4869
4957
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4870
|
-
return /* @__PURE__ */
|
|
4958
|
+
return /* @__PURE__ */ jsx108(
|
|
4871
4959
|
DialogPrimitive.Title,
|
|
4872
4960
|
__spreadValues({
|
|
4873
4961
|
ref,
|
|
@@ -4878,7 +4966,7 @@ var DialogTitle = React7.forwardRef((_a, ref) => {
|
|
|
4878
4966
|
DialogTitle.displayName = DialogPrimitive.Title.displayName;
|
|
4879
4967
|
var DialogDescription = React7.forwardRef((_a, ref) => {
|
|
4880
4968
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4881
|
-
return /* @__PURE__ */
|
|
4969
|
+
return /* @__PURE__ */ jsx108(
|
|
4882
4970
|
DialogPrimitive.Description,
|
|
4883
4971
|
__spreadValues({
|
|
4884
4972
|
ref,
|
|
@@ -4891,7 +4979,7 @@ DialogDescription.displayName = DialogPrimitive.Description.displayName;
|
|
|
4891
4979
|
// src/components/DropdownMenu/DropdownMenu.tsx
|
|
4892
4980
|
import React8 from "react";
|
|
4893
4981
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
4894
|
-
import { jsx as
|
|
4982
|
+
import { jsx as jsx109, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
4895
4983
|
var DropdownMenu = DropdownMenuPrimitive.Root;
|
|
4896
4984
|
var DropdownMenuItemBase = ({
|
|
4897
4985
|
icon,
|
|
@@ -4903,7 +4991,7 @@ var DropdownMenuItemBase = ({
|
|
|
4903
4991
|
description,
|
|
4904
4992
|
hasSubNav
|
|
4905
4993
|
}) => {
|
|
4906
|
-
return /* @__PURE__ */
|
|
4994
|
+
return /* @__PURE__ */ jsxs79(
|
|
4907
4995
|
"div",
|
|
4908
4996
|
{
|
|
4909
4997
|
className: cn(
|
|
@@ -4912,8 +5000,8 @@ var DropdownMenuItemBase = ({
|
|
|
4912
5000
|
className
|
|
4913
5001
|
),
|
|
4914
5002
|
children: [
|
|
4915
|
-
/* @__PURE__ */
|
|
4916
|
-
checkbox && /* @__PURE__ */
|
|
5003
|
+
/* @__PURE__ */ jsxs79("div", { className: "flex items-center gap-2", children: [
|
|
5004
|
+
checkbox && /* @__PURE__ */ jsx109(Checkbox, { checked }),
|
|
4917
5005
|
icon && React8.cloneElement(icon, {
|
|
4918
5006
|
size: 16,
|
|
4919
5007
|
className: cn(
|
|
@@ -4922,10 +5010,10 @@ var DropdownMenuItemBase = ({
|
|
|
4922
5010
|
icon.props.className
|
|
4923
5011
|
)
|
|
4924
5012
|
}),
|
|
4925
|
-
/* @__PURE__ */
|
|
4926
|
-
hasSubNav && /* @__PURE__ */
|
|
5013
|
+
/* @__PURE__ */ jsx109("span", { className: "flex gap-2 grow", children }),
|
|
5014
|
+
hasSubNav && /* @__PURE__ */ jsx109("div", { className: "inline-flex items-center justify-end", children: /* @__PURE__ */ jsx109(ChevronRightIcon, { size: 16, className: "text-gray-1000" }) })
|
|
4927
5015
|
] }),
|
|
4928
|
-
description && /* @__PURE__ */
|
|
5016
|
+
description && /* @__PURE__ */ jsx109("div", { className: "text-xs text-gray-700", children: description })
|
|
4929
5017
|
]
|
|
4930
5018
|
}
|
|
4931
5019
|
);
|
|
@@ -4940,14 +5028,14 @@ var DropdownMenuCheckboxItem = React8.forwardRef(
|
|
|
4940
5028
|
checked,
|
|
4941
5029
|
className
|
|
4942
5030
|
};
|
|
4943
|
-
return /* @__PURE__ */
|
|
5031
|
+
return /* @__PURE__ */ jsx109(
|
|
4944
5032
|
DropdownMenuPrimitive.CheckboxItem,
|
|
4945
5033
|
__spreadProps(__spreadValues({
|
|
4946
5034
|
checked
|
|
4947
5035
|
}, props), {
|
|
4948
5036
|
ref: forwardedRef,
|
|
4949
5037
|
className: "outline-none select-none group",
|
|
4950
|
-
children: /* @__PURE__ */
|
|
5038
|
+
children: /* @__PURE__ */ jsx109(DropdownMenuItemBase, __spreadProps(__spreadValues({ checkbox: true }, extraProps), { children }))
|
|
4951
5039
|
})
|
|
4952
5040
|
);
|
|
4953
5041
|
}
|
|
@@ -4968,7 +5056,7 @@ var DropdownMenuContent = React8.forwardRef(
|
|
|
4968
5056
|
"sideOffset",
|
|
4969
5057
|
"align"
|
|
4970
5058
|
]);
|
|
4971
|
-
return /* @__PURE__ */
|
|
5059
|
+
return /* @__PURE__ */ jsx109(
|
|
4972
5060
|
DropdownMenuPrimitive.Content,
|
|
4973
5061
|
__spreadProps(__spreadValues({
|
|
4974
5062
|
className: cn(
|
|
@@ -4996,12 +5084,12 @@ var DropdownMenuItem = React8.forwardRef(
|
|
|
4996
5084
|
icon,
|
|
4997
5085
|
className
|
|
4998
5086
|
};
|
|
4999
|
-
return /* @__PURE__ */
|
|
5087
|
+
return /* @__PURE__ */ jsx109(
|
|
5000
5088
|
DropdownMenuPrimitive.Item,
|
|
5001
5089
|
__spreadProps(__spreadValues({}, props), {
|
|
5002
5090
|
ref: forwardedRef,
|
|
5003
5091
|
className: "outline-none select-none group",
|
|
5004
|
-
children: /* @__PURE__ */
|
|
5092
|
+
children: /* @__PURE__ */ jsx109(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
5005
5093
|
})
|
|
5006
5094
|
);
|
|
5007
5095
|
}
|
|
@@ -5009,7 +5097,7 @@ var DropdownMenuItem = React8.forwardRef(
|
|
|
5009
5097
|
DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
|
|
5010
5098
|
var DropdownMenuLabel = React8.forwardRef((_a, forwardedRef) => {
|
|
5011
5099
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5012
|
-
return /* @__PURE__ */
|
|
5100
|
+
return /* @__PURE__ */ jsx109(
|
|
5013
5101
|
DropdownMenuPrimitive.Label,
|
|
5014
5102
|
__spreadProps(__spreadValues({
|
|
5015
5103
|
className: cn(
|
|
@@ -5033,12 +5121,12 @@ var DropdownMenuRadioItem = React8.forwardRef(
|
|
|
5033
5121
|
icon,
|
|
5034
5122
|
className
|
|
5035
5123
|
};
|
|
5036
|
-
return /* @__PURE__ */
|
|
5124
|
+
return /* @__PURE__ */ jsx109(
|
|
5037
5125
|
DropdownMenuPrimitive.RadioItem,
|
|
5038
5126
|
__spreadProps(__spreadValues({}, props), {
|
|
5039
5127
|
ref: forwardedRef,
|
|
5040
5128
|
className: "outline-none select-none group",
|
|
5041
|
-
children: /* @__PURE__ */
|
|
5129
|
+
children: /* @__PURE__ */ jsx109(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
5042
5130
|
})
|
|
5043
5131
|
);
|
|
5044
5132
|
}
|
|
@@ -5046,7 +5134,7 @@ var DropdownMenuRadioItem = React8.forwardRef(
|
|
|
5046
5134
|
DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
|
|
5047
5135
|
var DropdownMenuSeparator = React8.forwardRef((_a, forwardedRef) => {
|
|
5048
5136
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5049
|
-
return /* @__PURE__ */
|
|
5137
|
+
return /* @__PURE__ */ jsx109(
|
|
5050
5138
|
DropdownMenuPrimitive.Separator,
|
|
5051
5139
|
__spreadProps(__spreadValues({
|
|
5052
5140
|
className: cn("my-1 border-b border-gray-200", className)
|
|
@@ -5059,7 +5147,7 @@ DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
|
|
|
5059
5147
|
var DropdownMenuSub = DropdownMenuPrimitive.Sub;
|
|
5060
5148
|
var DropdownMenuSubContent = React8.forwardRef((_a, forwardedRef) => {
|
|
5061
5149
|
var _b = _a, { children, className, sideOffset = 8 } = _b, props = __objRest(_b, ["children", "className", "sideOffset"]);
|
|
5062
|
-
return /* @__PURE__ */
|
|
5150
|
+
return /* @__PURE__ */ jsx109(
|
|
5063
5151
|
DropdownMenuPrimitive.SubContent,
|
|
5064
5152
|
__spreadProps(__spreadValues({
|
|
5065
5153
|
className: cn(
|
|
@@ -5083,12 +5171,12 @@ var DropdownMenuSubTrigger = React8.forwardRef(
|
|
|
5083
5171
|
icon,
|
|
5084
5172
|
className
|
|
5085
5173
|
};
|
|
5086
|
-
return /* @__PURE__ */
|
|
5174
|
+
return /* @__PURE__ */ jsx109(
|
|
5087
5175
|
DropdownMenuPrimitive.SubTrigger,
|
|
5088
5176
|
__spreadProps(__spreadValues({}, props), {
|
|
5089
5177
|
ref: forwardedRef,
|
|
5090
5178
|
className: "outline-none select-none group",
|
|
5091
|
-
children: /* @__PURE__ */
|
|
5179
|
+
children: /* @__PURE__ */ jsx109(DropdownMenuItemBase, __spreadProps(__spreadValues({ hasSubNav: true }, extraProps), { children }))
|
|
5092
5180
|
})
|
|
5093
5181
|
);
|
|
5094
5182
|
}
|
|
@@ -5098,15 +5186,15 @@ var DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
|
|
|
5098
5186
|
|
|
5099
5187
|
// src/components/FilterButton/FilterButton.tsx
|
|
5100
5188
|
import React9 from "react";
|
|
5101
|
-
import { Fragment, jsx as
|
|
5189
|
+
import { Fragment, jsx as jsx110, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
5102
5190
|
var FilterButton = React9.forwardRef(
|
|
5103
5191
|
(_a, ref) => {
|
|
5104
5192
|
var _b = _a, { selectedCount, children, size = "sm", variant = "outline" } = _b, props = __objRest(_b, ["selectedCount", "children", "size", "variant"]);
|
|
5105
|
-
return /* @__PURE__ */
|
|
5193
|
+
return /* @__PURE__ */ jsxs80(Button, __spreadProps(__spreadValues({ ref, variant, size }, props), { children: [
|
|
5106
5194
|
children,
|
|
5107
|
-
selectedCount !== void 0 && selectedCount > 0 && /* @__PURE__ */
|
|
5108
|
-
/* @__PURE__ */
|
|
5109
|
-
/* @__PURE__ */
|
|
5195
|
+
selectedCount !== void 0 && selectedCount > 0 && /* @__PURE__ */ jsxs80(Fragment, { children: [
|
|
5196
|
+
/* @__PURE__ */ jsx110("span", { className: "h-4 border-l border-gray-200" }),
|
|
5197
|
+
/* @__PURE__ */ jsx110(Badge, { variant: "fill", color: "blue", children: selectedCount })
|
|
5110
5198
|
] })
|
|
5111
5199
|
] }));
|
|
5112
5200
|
}
|
|
@@ -5125,10 +5213,10 @@ import {
|
|
|
5125
5213
|
// src/components/Label/Label.tsx
|
|
5126
5214
|
import * as React10 from "react";
|
|
5127
5215
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5128
|
-
import { jsx as
|
|
5216
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
5129
5217
|
var Label2 = React10.forwardRef((_a, ref) => {
|
|
5130
5218
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5131
|
-
return /* @__PURE__ */
|
|
5219
|
+
return /* @__PURE__ */ jsx111(
|
|
5132
5220
|
LabelPrimitive.Root,
|
|
5133
5221
|
__spreadValues({
|
|
5134
5222
|
ref,
|
|
@@ -5142,18 +5230,18 @@ var Label2 = React10.forwardRef((_a, ref) => {
|
|
|
5142
5230
|
Label2.displayName = LabelPrimitive.Root.displayName;
|
|
5143
5231
|
|
|
5144
5232
|
// src/components/Form/Form.tsx
|
|
5145
|
-
import { jsx as
|
|
5233
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
5146
5234
|
var Form = FormProvider;
|
|
5147
5235
|
var FormFieldContext = React11.createContext(
|
|
5148
5236
|
{}
|
|
5149
5237
|
);
|
|
5150
5238
|
var FormField = (_a) => {
|
|
5151
5239
|
var props = __objRest(_a, []);
|
|
5152
|
-
return /* @__PURE__ */
|
|
5240
|
+
return /* @__PURE__ */ jsx112(
|
|
5153
5241
|
FormFieldContext.Provider,
|
|
5154
5242
|
{
|
|
5155
5243
|
value: { name: props.name, isDisabled: props.disabled },
|
|
5156
|
-
children: /* @__PURE__ */
|
|
5244
|
+
children: /* @__PURE__ */ jsx112(Controller, __spreadValues({}, props))
|
|
5157
5245
|
}
|
|
5158
5246
|
);
|
|
5159
5247
|
};
|
|
@@ -5181,7 +5269,7 @@ var FormItemContext = React11.createContext(
|
|
|
5181
5269
|
var FormItem = React11.forwardRef((_a, ref) => {
|
|
5182
5270
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5183
5271
|
const id = React11.useId();
|
|
5184
|
-
return /* @__PURE__ */
|
|
5272
|
+
return /* @__PURE__ */ jsx112(FormItemContext.Provider, { value: { id }, children: /* @__PURE__ */ jsx112(
|
|
5185
5273
|
"div",
|
|
5186
5274
|
__spreadValues({
|
|
5187
5275
|
ref,
|
|
@@ -5193,7 +5281,7 @@ FormItem.displayName = "FormItem";
|
|
|
5193
5281
|
var FormLabel = React11.forwardRef((_a, ref) => {
|
|
5194
5282
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5195
5283
|
const { isDisabled, formItemId } = useFormField();
|
|
5196
|
-
return /* @__PURE__ */
|
|
5284
|
+
return /* @__PURE__ */ jsx112(
|
|
5197
5285
|
Label2,
|
|
5198
5286
|
__spreadValues({
|
|
5199
5287
|
ref,
|
|
@@ -5206,7 +5294,7 @@ FormLabel.displayName = "FormLabel";
|
|
|
5206
5294
|
var FormControl = React11.forwardRef((_a, ref) => {
|
|
5207
5295
|
var props = __objRest(_a, []);
|
|
5208
5296
|
const { error, isDisabled, formItemId, formDescriptionId, formMessageId } = useFormField();
|
|
5209
|
-
return /* @__PURE__ */
|
|
5297
|
+
return /* @__PURE__ */ jsx112(
|
|
5210
5298
|
Slot2,
|
|
5211
5299
|
__spreadValues({
|
|
5212
5300
|
ref,
|
|
@@ -5222,7 +5310,7 @@ FormControl.displayName = "FormControl";
|
|
|
5222
5310
|
var FormDescription = React11.forwardRef((_a, ref) => {
|
|
5223
5311
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5224
5312
|
const { formDescriptionId, isDisabled } = useFormField();
|
|
5225
|
-
return /* @__PURE__ */
|
|
5313
|
+
return /* @__PURE__ */ jsx112(
|
|
5226
5314
|
"p",
|
|
5227
5315
|
__spreadValues({
|
|
5228
5316
|
ref,
|
|
@@ -5241,7 +5329,7 @@ var FormMessage = React11.forwardRef((_a, ref) => {
|
|
|
5241
5329
|
const { error, isDisabled, formMessageId } = useFormField();
|
|
5242
5330
|
const body = error ? String(error == null ? void 0 : error.message) : children;
|
|
5243
5331
|
const textColorClassName = error ? "text-red-700" : "text-gray-700";
|
|
5244
|
-
return /* @__PURE__ */
|
|
5332
|
+
return /* @__PURE__ */ jsx112(
|
|
5245
5333
|
"p",
|
|
5246
5334
|
__spreadProps(__spreadValues({
|
|
5247
5335
|
ref,
|
|
@@ -5262,7 +5350,7 @@ FormMessage.displayName = "FormMessage";
|
|
|
5262
5350
|
// src/components/Input/Input.tsx
|
|
5263
5351
|
import * as React12 from "react";
|
|
5264
5352
|
import { Slot as Slot3 } from "@radix-ui/react-slot";
|
|
5265
|
-
import { jsx as
|
|
5353
|
+
import { jsx as jsx113, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
5266
5354
|
var Input = React12.forwardRef(
|
|
5267
5355
|
(_a, ref) => {
|
|
5268
5356
|
var _b = _a, {
|
|
@@ -5281,8 +5369,8 @@ var Input = React12.forwardRef(
|
|
|
5281
5369
|
"suffixEnchancer"
|
|
5282
5370
|
]);
|
|
5283
5371
|
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
5284
|
-
return /* @__PURE__ */
|
|
5285
|
-
/* @__PURE__ */
|
|
5372
|
+
return /* @__PURE__ */ jsxs81("div", { className: "flex gap-2", children: [
|
|
5373
|
+
/* @__PURE__ */ jsxs81(
|
|
5286
5374
|
"div",
|
|
5287
5375
|
{
|
|
5288
5376
|
className: cn(
|
|
@@ -5294,7 +5382,7 @@ var Input = React12.forwardRef(
|
|
|
5294
5382
|
className
|
|
5295
5383
|
),
|
|
5296
5384
|
children: [
|
|
5297
|
-
prefixEnchancer && /* @__PURE__ */
|
|
5385
|
+
prefixEnchancer && /* @__PURE__ */ jsx113(
|
|
5298
5386
|
Slot3,
|
|
5299
5387
|
{
|
|
5300
5388
|
className: cn(
|
|
@@ -5304,7 +5392,7 @@ var Input = React12.forwardRef(
|
|
|
5304
5392
|
children: prefixEnchancer
|
|
5305
5393
|
}
|
|
5306
5394
|
),
|
|
5307
|
-
/* @__PURE__ */
|
|
5395
|
+
/* @__PURE__ */ jsx113(
|
|
5308
5396
|
"input",
|
|
5309
5397
|
__spreadProps(__spreadValues({}, props), {
|
|
5310
5398
|
disabled: isDisabled,
|
|
@@ -5313,7 +5401,7 @@ var Input = React12.forwardRef(
|
|
|
5313
5401
|
ref
|
|
5314
5402
|
})
|
|
5315
5403
|
),
|
|
5316
|
-
suffixEnchancer && /* @__PURE__ */
|
|
5404
|
+
suffixEnchancer && /* @__PURE__ */ jsx113(
|
|
5317
5405
|
Slot3,
|
|
5318
5406
|
{
|
|
5319
5407
|
className: cn(
|
|
@@ -5337,7 +5425,7 @@ var Input = React12.forwardRef(
|
|
|
5337
5425
|
Input.displayName = "Input";
|
|
5338
5426
|
|
|
5339
5427
|
// src/components/Pagination/Pagination.tsx
|
|
5340
|
-
import { jsx as
|
|
5428
|
+
import { jsx as jsx114, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
5341
5429
|
var PaginationPageChoice = /* @__PURE__ */ ((PaginationPageChoice2) => {
|
|
5342
5430
|
PaginationPageChoice2["FIRST"] = "FIRST";
|
|
5343
5431
|
PaginationPageChoice2["PREVIOUS"] = "PREVIOUS";
|
|
@@ -5353,12 +5441,12 @@ var Pagination = ({
|
|
|
5353
5441
|
onPageChange,
|
|
5354
5442
|
className
|
|
5355
5443
|
}) => {
|
|
5356
|
-
return /* @__PURE__ */
|
|
5357
|
-
totalRowsCaption && /* @__PURE__ */
|
|
5358
|
-
/* @__PURE__ */
|
|
5359
|
-
currentPageCation && /* @__PURE__ */
|
|
5360
|
-
/* @__PURE__ */
|
|
5361
|
-
/* @__PURE__ */
|
|
5444
|
+
return /* @__PURE__ */ jsxs82("div", { className: cn("flex items-center justify-between px-2", className), children: [
|
|
5445
|
+
totalRowsCaption && /* @__PURE__ */ jsx114("div", { className: "flex-1 text-sm text-gray-700", children: totalRowsCaption }),
|
|
5446
|
+
/* @__PURE__ */ jsxs82("div", { className: "flex items-center gap-4", children: [
|
|
5447
|
+
currentPageCation && /* @__PURE__ */ jsx114("div", { className: "flex items-center justify-center text-sm font-medium text-gray-1000", children: currentPageCation }),
|
|
5448
|
+
/* @__PURE__ */ jsxs82("div", { className: "flex items-center gap-2", children: [
|
|
5449
|
+
/* @__PURE__ */ jsx114(
|
|
5362
5450
|
Button,
|
|
5363
5451
|
{
|
|
5364
5452
|
variant: "outline",
|
|
@@ -5366,10 +5454,10 @@ var Pagination = ({
|
|
|
5366
5454
|
size: "sm",
|
|
5367
5455
|
onClick: () => onPageChange("FIRST" /* FIRST */),
|
|
5368
5456
|
disabled: !previousPageAvailable,
|
|
5369
|
-
children: /* @__PURE__ */
|
|
5457
|
+
children: /* @__PURE__ */ jsx114(ChevronLeftDoubleIcon, { size: "16" })
|
|
5370
5458
|
}
|
|
5371
5459
|
),
|
|
5372
|
-
/* @__PURE__ */
|
|
5460
|
+
/* @__PURE__ */ jsx114(
|
|
5373
5461
|
Button,
|
|
5374
5462
|
{
|
|
5375
5463
|
variant: "outline",
|
|
@@ -5377,10 +5465,10 @@ var Pagination = ({
|
|
|
5377
5465
|
size: "sm",
|
|
5378
5466
|
onClick: () => onPageChange("PREVIOUS" /* PREVIOUS */),
|
|
5379
5467
|
disabled: !previousPageAvailable,
|
|
5380
|
-
children: /* @__PURE__ */
|
|
5468
|
+
children: /* @__PURE__ */ jsx114(ChevronLeftIcon, { size: "16" })
|
|
5381
5469
|
}
|
|
5382
5470
|
),
|
|
5383
|
-
/* @__PURE__ */
|
|
5471
|
+
/* @__PURE__ */ jsx114(
|
|
5384
5472
|
Button,
|
|
5385
5473
|
{
|
|
5386
5474
|
variant: "outline",
|
|
@@ -5388,10 +5476,10 @@ var Pagination = ({
|
|
|
5388
5476
|
size: "sm",
|
|
5389
5477
|
onClick: () => onPageChange("NEXT" /* NEXT */),
|
|
5390
5478
|
disabled: !nextPageAvailable,
|
|
5391
|
-
children: /* @__PURE__ */
|
|
5479
|
+
children: /* @__PURE__ */ jsx114(ChevronRightIcon, { size: "16" })
|
|
5392
5480
|
}
|
|
5393
5481
|
),
|
|
5394
|
-
/* @__PURE__ */
|
|
5482
|
+
/* @__PURE__ */ jsx114(
|
|
5395
5483
|
Button,
|
|
5396
5484
|
{
|
|
5397
5485
|
variant: "outline",
|
|
@@ -5399,7 +5487,7 @@ var Pagination = ({
|
|
|
5399
5487
|
size: "sm",
|
|
5400
5488
|
onClick: () => onPageChange("LAST" /* LAST */),
|
|
5401
5489
|
disabled: !nextPageAvailable,
|
|
5402
|
-
children: /* @__PURE__ */
|
|
5490
|
+
children: /* @__PURE__ */ jsx114(ChevronRightDoubleIcon, { size: "16" })
|
|
5403
5491
|
}
|
|
5404
5492
|
)
|
|
5405
5493
|
] })
|
|
@@ -5410,12 +5498,12 @@ var Pagination = ({
|
|
|
5410
5498
|
// src/components/Popover/Popover.tsx
|
|
5411
5499
|
import * as React13 from "react";
|
|
5412
5500
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
5413
|
-
import { jsx as
|
|
5501
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
5414
5502
|
var Popover = PopoverPrimitive.Root;
|
|
5415
5503
|
var PopoverTrigger = PopoverPrimitive.Trigger;
|
|
5416
5504
|
var PopoverContent = React13.forwardRef((_a, ref) => {
|
|
5417
5505
|
var _b = _a, { className, align = "center", sideOffset = 4 } = _b, props = __objRest(_b, ["className", "align", "sideOffset"]);
|
|
5418
|
-
return /* @__PURE__ */
|
|
5506
|
+
return /* @__PURE__ */ jsx115(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx115(
|
|
5419
5507
|
PopoverPrimitive.Content,
|
|
5420
5508
|
__spreadValues({
|
|
5421
5509
|
ref,
|
|
@@ -5433,14 +5521,14 @@ PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
|
|
5433
5521
|
// src/components/Select/Select.tsx
|
|
5434
5522
|
import * as React14 from "react";
|
|
5435
5523
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
5436
|
-
import { jsx as
|
|
5524
|
+
import { jsx as jsx116, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
5437
5525
|
var Select = SelectPrimitive.Root;
|
|
5438
5526
|
var SelectGroup = SelectPrimitive.Group;
|
|
5439
5527
|
var SelectValue = SelectPrimitive.Value;
|
|
5440
5528
|
var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
5441
5529
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
5442
5530
|
const isDisabled = props["data-is-disabled"];
|
|
5443
|
-
return /* @__PURE__ */
|
|
5531
|
+
return /* @__PURE__ */ jsxs83(
|
|
5444
5532
|
SelectPrimitive.Trigger,
|
|
5445
5533
|
__spreadProps(__spreadValues({
|
|
5446
5534
|
ref,
|
|
@@ -5457,7 +5545,7 @@ var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
|
5457
5545
|
}, props), {
|
|
5458
5546
|
children: [
|
|
5459
5547
|
children,
|
|
5460
|
-
/* @__PURE__ */
|
|
5548
|
+
/* @__PURE__ */ jsx116(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx116(ChevronSelectorVerticalIcon, { size: "16", className: "w-4 h-4 opacity-50" }) })
|
|
5461
5549
|
]
|
|
5462
5550
|
})
|
|
5463
5551
|
);
|
|
@@ -5465,7 +5553,7 @@ var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
|
5465
5553
|
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
5466
5554
|
var SelectContent = React14.forwardRef((_a, ref) => {
|
|
5467
5555
|
var _b = _a, { className, children, position = "popper" } = _b, props = __objRest(_b, ["className", "children", "position"]);
|
|
5468
|
-
return /* @__PURE__ */
|
|
5556
|
+
return /* @__PURE__ */ jsx116(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsx116(
|
|
5469
5557
|
SelectPrimitive.Content,
|
|
5470
5558
|
__spreadProps(__spreadValues({
|
|
5471
5559
|
ref,
|
|
@@ -5476,7 +5564,7 @@ var SelectContent = React14.forwardRef((_a, ref) => {
|
|
|
5476
5564
|
),
|
|
5477
5565
|
position
|
|
5478
5566
|
}, props), {
|
|
5479
|
-
children: /* @__PURE__ */
|
|
5567
|
+
children: /* @__PURE__ */ jsx116(
|
|
5480
5568
|
SelectPrimitive.Viewport,
|
|
5481
5569
|
{
|
|
5482
5570
|
className: cn(
|
|
@@ -5492,7 +5580,7 @@ var SelectContent = React14.forwardRef((_a, ref) => {
|
|
|
5492
5580
|
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
5493
5581
|
var SelectLabel = React14.forwardRef((_a, ref) => {
|
|
5494
5582
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5495
|
-
return /* @__PURE__ */
|
|
5583
|
+
return /* @__PURE__ */ jsx116(
|
|
5496
5584
|
SelectPrimitive.Label,
|
|
5497
5585
|
__spreadValues({
|
|
5498
5586
|
ref,
|
|
@@ -5503,7 +5591,7 @@ var SelectLabel = React14.forwardRef((_a, ref) => {
|
|
|
5503
5591
|
SelectLabel.displayName = SelectPrimitive.Label.displayName;
|
|
5504
5592
|
var SelectItem = React14.forwardRef((_a, ref) => {
|
|
5505
5593
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
5506
|
-
return /* @__PURE__ */
|
|
5594
|
+
return /* @__PURE__ */ jsx116(
|
|
5507
5595
|
SelectPrimitive.Item,
|
|
5508
5596
|
__spreadProps(__spreadValues({
|
|
5509
5597
|
ref,
|
|
@@ -5512,14 +5600,14 @@ var SelectItem = React14.forwardRef((_a, ref) => {
|
|
|
5512
5600
|
className
|
|
5513
5601
|
)
|
|
5514
5602
|
}, props), {
|
|
5515
|
-
children: /* @__PURE__ */
|
|
5603
|
+
children: /* @__PURE__ */ jsx116(SelectPrimitive.ItemText, { children })
|
|
5516
5604
|
})
|
|
5517
5605
|
);
|
|
5518
5606
|
});
|
|
5519
5607
|
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
5520
5608
|
var SelectSeparator = React14.forwardRef((_a, ref) => {
|
|
5521
5609
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5522
|
-
return /* @__PURE__ */
|
|
5610
|
+
return /* @__PURE__ */ jsx116(
|
|
5523
5611
|
SelectPrimitive.Separator,
|
|
5524
5612
|
__spreadValues({
|
|
5525
5613
|
ref,
|
|
@@ -5532,10 +5620,10 @@ SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
|
5532
5620
|
// src/components/Switch/Switch.tsx
|
|
5533
5621
|
import * as React15 from "react";
|
|
5534
5622
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
5535
|
-
import { jsx as
|
|
5623
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
5536
5624
|
var Switch = React15.forwardRef((_a, ref) => {
|
|
5537
5625
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5538
|
-
return /* @__PURE__ */
|
|
5626
|
+
return /* @__PURE__ */ jsx117(
|
|
5539
5627
|
SwitchPrimitive.Root,
|
|
5540
5628
|
__spreadProps(__spreadValues({
|
|
5541
5629
|
className: cn(
|
|
@@ -5544,7 +5632,7 @@ var Switch = React15.forwardRef((_a, ref) => {
|
|
|
5544
5632
|
)
|
|
5545
5633
|
}, props), {
|
|
5546
5634
|
ref,
|
|
5547
|
-
children: /* @__PURE__ */
|
|
5635
|
+
children: /* @__PURE__ */ jsx117(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" })
|
|
5548
5636
|
})
|
|
5549
5637
|
);
|
|
5550
5638
|
});
|
|
@@ -5552,10 +5640,10 @@ Switch.displayName = SwitchPrimitive.Root.displayName;
|
|
|
5552
5640
|
|
|
5553
5641
|
// src/components/Table/Table.tsx
|
|
5554
5642
|
import * as React16 from "react";
|
|
5555
|
-
import { jsx as
|
|
5643
|
+
import { jsx as jsx118, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
5556
5644
|
var Table = React16.forwardRef((_a, ref) => {
|
|
5557
5645
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5558
|
-
return /* @__PURE__ */
|
|
5646
|
+
return /* @__PURE__ */ jsx118("div", { className: "w-full overflow-auto border rounded-lg", children: /* @__PURE__ */ jsx118(
|
|
5559
5647
|
"table",
|
|
5560
5648
|
__spreadValues({
|
|
5561
5649
|
ref,
|
|
@@ -5566,7 +5654,7 @@ var Table = React16.forwardRef((_a, ref) => {
|
|
|
5566
5654
|
Table.displayName = "Table";
|
|
5567
5655
|
var TableHeader = React16.forwardRef((_a, ref) => {
|
|
5568
5656
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5569
|
-
return /* @__PURE__ */
|
|
5657
|
+
return /* @__PURE__ */ jsx118(
|
|
5570
5658
|
"thead",
|
|
5571
5659
|
__spreadValues({
|
|
5572
5660
|
ref,
|
|
@@ -5577,7 +5665,7 @@ var TableHeader = React16.forwardRef((_a, ref) => {
|
|
|
5577
5665
|
TableHeader.displayName = "TableHeader";
|
|
5578
5666
|
var TableBody = React16.forwardRef((_a, ref) => {
|
|
5579
5667
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5580
|
-
return /* @__PURE__ */
|
|
5668
|
+
return /* @__PURE__ */ jsx118(
|
|
5581
5669
|
"tbody",
|
|
5582
5670
|
__spreadValues({
|
|
5583
5671
|
ref,
|
|
@@ -5591,7 +5679,7 @@ var TableBody = React16.forwardRef((_a, ref) => {
|
|
|
5591
5679
|
TableBody.displayName = "TableBody";
|
|
5592
5680
|
var TableRow = React16.forwardRef((_a, ref) => {
|
|
5593
5681
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5594
|
-
return /* @__PURE__ */
|
|
5682
|
+
return /* @__PURE__ */ jsx118(
|
|
5595
5683
|
"tr",
|
|
5596
5684
|
__spreadValues({
|
|
5597
5685
|
ref,
|
|
@@ -5605,7 +5693,7 @@ var TableRow = React16.forwardRef((_a, ref) => {
|
|
|
5605
5693
|
TableRow.displayName = "TableRow";
|
|
5606
5694
|
var TableHead = React16.forwardRef((_a, ref) => {
|
|
5607
5695
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5608
|
-
return /* @__PURE__ */
|
|
5696
|
+
return /* @__PURE__ */ jsx118(
|
|
5609
5697
|
"th",
|
|
5610
5698
|
__spreadValues({
|
|
5611
5699
|
ref,
|
|
@@ -5619,7 +5707,7 @@ var TableHead = React16.forwardRef((_a, ref) => {
|
|
|
5619
5707
|
TableHead.displayName = "TableHead";
|
|
5620
5708
|
var TableCell = React16.forwardRef((_a, ref) => {
|
|
5621
5709
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5622
|
-
return /* @__PURE__ */
|
|
5710
|
+
return /* @__PURE__ */ jsx118(
|
|
5623
5711
|
"td",
|
|
5624
5712
|
__spreadValues({
|
|
5625
5713
|
ref,
|
|
@@ -5633,16 +5721,16 @@ var TableCell = React16.forwardRef((_a, ref) => {
|
|
|
5633
5721
|
TableCell.displayName = "TableCell";
|
|
5634
5722
|
var TableEmpty = React16.forwardRef((_a, ref) => {
|
|
5635
5723
|
var _b = _a, { className, title, description, children } = _b, props = __objRest(_b, ["className", "title", "description", "children"]);
|
|
5636
|
-
return /* @__PURE__ */
|
|
5724
|
+
return /* @__PURE__ */ jsxs84(
|
|
5637
5725
|
"div",
|
|
5638
5726
|
__spreadProps(__spreadValues({
|
|
5639
5727
|
ref,
|
|
5640
5728
|
className: cn("flex flex-col gap-6 items-center py-12", className)
|
|
5641
5729
|
}, props), {
|
|
5642
5730
|
children: [
|
|
5643
|
-
title && /* @__PURE__ */
|
|
5644
|
-
description && /* @__PURE__ */
|
|
5645
|
-
/* @__PURE__ */
|
|
5731
|
+
title && /* @__PURE__ */ jsx118("span", { className: "text-lg font-semibold text-gray-1000", children: title }),
|
|
5732
|
+
description && /* @__PURE__ */ jsx118("span", { className: "text-sm font-normal text-gray-900", children: description }),
|
|
5733
|
+
/* @__PURE__ */ jsx118("div", { children })
|
|
5646
5734
|
]
|
|
5647
5735
|
})
|
|
5648
5736
|
);
|
|
@@ -5652,11 +5740,11 @@ TableEmpty.displayName = "TableEmpty";
|
|
|
5652
5740
|
// src/components/Tabs/Tabs.tsx
|
|
5653
5741
|
import * as React17 from "react";
|
|
5654
5742
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
5655
|
-
import { jsx as
|
|
5743
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
5656
5744
|
var Tabs = TabsPrimitive.Root;
|
|
5657
5745
|
var TabsList = React17.forwardRef((_a, ref) => {
|
|
5658
5746
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5659
|
-
return /* @__PURE__ */
|
|
5747
|
+
return /* @__PURE__ */ jsx119(
|
|
5660
5748
|
TabsPrimitive.List,
|
|
5661
5749
|
__spreadValues({
|
|
5662
5750
|
ref,
|
|
@@ -5670,7 +5758,7 @@ var TabsList = React17.forwardRef((_a, ref) => {
|
|
|
5670
5758
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
|
5671
5759
|
var TabsTrigger = React17.forwardRef((_a, ref) => {
|
|
5672
5760
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5673
|
-
return /* @__PURE__ */
|
|
5761
|
+
return /* @__PURE__ */ jsx119(
|
|
5674
5762
|
TabsPrimitive.Trigger,
|
|
5675
5763
|
__spreadValues({
|
|
5676
5764
|
ref,
|
|
@@ -5687,7 +5775,7 @@ var TabsTrigger = React17.forwardRef((_a, ref) => {
|
|
|
5687
5775
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
5688
5776
|
var TabsContent = React17.forwardRef((_a, ref) => {
|
|
5689
5777
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5690
|
-
return /* @__PURE__ */
|
|
5778
|
+
return /* @__PURE__ */ jsx119(
|
|
5691
5779
|
TabsPrimitive.Content,
|
|
5692
5780
|
__spreadValues({
|
|
5693
5781
|
ref,
|
|
@@ -5702,12 +5790,12 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
5702
5790
|
|
|
5703
5791
|
// src/components/Textarea/Textarea.tsx
|
|
5704
5792
|
import * as React18 from "react";
|
|
5705
|
-
import { jsx as
|
|
5793
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
5706
5794
|
var Textarea = React18.forwardRef(
|
|
5707
5795
|
(_a, ref) => {
|
|
5708
5796
|
var _b = _a, { className, disabled } = _b, props = __objRest(_b, ["className", "disabled"]);
|
|
5709
5797
|
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
5710
|
-
return /* @__PURE__ */
|
|
5798
|
+
return /* @__PURE__ */ jsx120("div", { className: "flex gap-2", children: /* @__PURE__ */ jsx120(
|
|
5711
5799
|
"div",
|
|
5712
5800
|
{
|
|
5713
5801
|
className: cn(
|
|
@@ -5718,7 +5806,7 @@ var Textarea = React18.forwardRef(
|
|
|
5718
5806
|
},
|
|
5719
5807
|
className
|
|
5720
5808
|
),
|
|
5721
|
-
children: /* @__PURE__ */
|
|
5809
|
+
children: /* @__PURE__ */ jsx120(
|
|
5722
5810
|
"textarea",
|
|
5723
5811
|
__spreadProps(__spreadValues({}, props), {
|
|
5724
5812
|
disabled: isDisabled,
|
|
@@ -5735,20 +5823,20 @@ Textarea.displayName = "Textarea";
|
|
|
5735
5823
|
// src/components/Tooltip/Tooltip.tsx
|
|
5736
5824
|
import * as React19 from "react";
|
|
5737
5825
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
5738
|
-
import { jsx as
|
|
5826
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
5739
5827
|
var TooltipProvider = (_a) => {
|
|
5740
5828
|
var _b = _a, {
|
|
5741
5829
|
delayDuration = 0
|
|
5742
5830
|
} = _b, props = __objRest(_b, [
|
|
5743
5831
|
"delayDuration"
|
|
5744
5832
|
]);
|
|
5745
|
-
return /* @__PURE__ */
|
|
5833
|
+
return /* @__PURE__ */ jsx121(TooltipPrimitive.Provider, __spreadValues({ delayDuration }, props));
|
|
5746
5834
|
};
|
|
5747
5835
|
var Tooltip = TooltipPrimitive.Root;
|
|
5748
5836
|
var TooltipTrigger = TooltipPrimitive.Trigger;
|
|
5749
5837
|
var TooltipContent = React19.forwardRef((_a, ref) => {
|
|
5750
5838
|
var _b = _a, { className, sideOffset = 4 } = _b, props = __objRest(_b, ["className", "sideOffset"]);
|
|
5751
|
-
return /* @__PURE__ */
|
|
5839
|
+
return /* @__PURE__ */ jsx121(
|
|
5752
5840
|
TooltipPrimitive.Content,
|
|
5753
5841
|
__spreadValues({
|
|
5754
5842
|
ref,
|
|
@@ -5880,7 +5968,9 @@ export {
|
|
|
5880
5968
|
PauseCircleIcon,
|
|
5881
5969
|
PhoneCallIcon,
|
|
5882
5970
|
PhoneIcon,
|
|
5971
|
+
PhoneIncomingIcon,
|
|
5883
5972
|
PhonePlusIcon,
|
|
5973
|
+
PhoneXIcon,
|
|
5884
5974
|
PieChartIcon,
|
|
5885
5975
|
PlayCircleIcon,
|
|
5886
5976
|
PlayIcon,
|