@atxp/design-system 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -177,11 +177,22 @@ __export(index_exports, {
177
177
  Heart: () => import_lucide_react17.Heart,
178
178
  HelpCircle: () => import_lucide_react4.HelpCircle,
179
179
  Home: () => import_lucide_react14.Home,
180
+ HoverCard: () => HoverCard,
181
+ HoverCardDescription: () => HoverCardDescription,
182
+ HoverCardHeader: () => HoverCardHeader,
183
+ HoverCardTitle: () => HoverCardTitle,
180
184
  Icon: () => Icon,
181
185
  Image: () => import_lucide_react5.Image,
186
+ IndicatorCircle: () => IndicatorCircle,
187
+ IndicatorDot: () => IndicatorDot,
182
188
  Info: () => import_lucide_react4.Info,
189
+ Input: () => Input,
190
+ InputGroup: () => InputGroup,
191
+ InputGroupHelpText: () => InputGroupHelpText,
192
+ InputGroupLabel: () => InputGroupLabel,
183
193
  Instagram: () => import_lucide_react15.Instagram,
184
194
  Key: () => import_lucide_react7.Key,
195
+ Label: () => Label,
185
196
  Laptop: () => import_lucide_react13.Laptop,
186
197
  Layout: () => import_lucide_react9.Layout,
187
198
  LayoutGrid: () => import_lucide_react9.LayoutGrid,
@@ -202,6 +213,12 @@ __export(index_exports, {
202
213
  Maximize: () => import_lucide_react9.Maximize,
203
214
  Maximize2: () => import_lucide_react9.Maximize2,
204
215
  Menu: () => import_lucide_react9.Menu,
216
+ Menubar: () => Menubar,
217
+ MenubarDropdown: () => MenubarDropdown,
218
+ MenubarItem: () => MenubarItem,
219
+ MenubarLabel: () => MenubarLabel,
220
+ MenubarSeparator: () => MenubarSeparator,
221
+ MenubarTrigger: () => MenubarTrigger,
205
222
  MessageCircle: () => import_lucide_react6.MessageCircle,
206
223
  MessageSquare: () => import_lucide_react6.MessageSquare,
207
224
  Mic: () => import_lucide_react6.Mic,
@@ -214,9 +231,25 @@ __export(index_exports, {
214
231
  MoreHorizontal: () => import_lucide_react9.MoreHorizontal,
215
232
  MoreVertical: () => import_lucide_react9.MoreVertical,
216
233
  Music: () => import_lucide_react8.Music,
234
+ NavHeader: () => NavHeader,
235
+ NavHeaderBrand: () => NavHeaderBrand,
236
+ NavHeaderDivider: () => NavHeaderDivider,
237
+ NavHeaderItem: () => NavHeaderItem,
238
+ NavHeaderNav: () => NavHeaderNav,
239
+ NavSidePanel: () => NavSidePanel,
240
+ NavSidePanelBrand: () => NavSidePanelBrand,
241
+ NavSidePanelFooter: () => NavSidePanelFooter,
242
+ NavSidePanelHeader: () => NavSidePanelHeader,
243
+ NavSidePanelItem: () => NavSidePanelItem,
244
+ NavSidePanelNav: () => NavSidePanelNav,
245
+ NavSidePanelSeparator: () => NavSidePanelSeparator,
217
246
  Navigation: () => import_lucide_react14.Navigation,
218
247
  Navigation2: () => import_lucide_react14.Navigation2,
219
248
  Package: () => import_lucide_react10.Package,
249
+ Pagination: () => Pagination,
250
+ PaginationEllipsis: () => PaginationEllipsis,
251
+ PaginationItem: () => PaginationItem,
252
+ PaginationLink: () => PaginationLink,
220
253
  PanelLeft: () => import_lucide_react9.PanelLeft,
221
254
  PanelRight: () => import_lucide_react9.PanelRight,
222
255
  Paperclip: () => import_lucide_react17.Paperclip,
@@ -228,6 +261,11 @@ __export(index_exports, {
228
261
  PieChart: () => import_lucide_react17.PieChart,
229
262
  Play: () => import_lucide_react8.Play,
230
263
  Plus: () => import_lucide_react3.Plus,
264
+ Popover: () => Popover,
265
+ PopoverDescription: () => PopoverDescription,
266
+ PopoverHeader: () => PopoverHeader,
267
+ PopoverTitle: () => PopoverTitle,
268
+ Progress: () => Progress,
231
269
  Radio: () => Radio,
232
270
  RefreshCw: () => import_lucide_react3.RefreshCw,
233
271
  RotateCcw: () => import_lucide_react3.RotateCcw,
@@ -324,6 +362,13 @@ __export(index_exports, {
324
362
  badgeVariants: () => badgeVariants,
325
363
  buttonVariants: () => buttonVariants,
326
364
  cn: () => cn,
365
+ indicatorCircleVariants: () => indicatorCircleVariants,
366
+ indicatorDotVariants: () => indicatorDotVariants,
367
+ menubarItemVariants: () => menubarItemVariants,
368
+ menubarTriggerVariants: () => menubarTriggerVariants,
369
+ navHeaderItemVariants: () => navHeaderItemVariants,
370
+ navSidePanelItemVariants: () => navSidePanelItemVariants,
371
+ paginationItemVariants: () => paginationItemVariants,
327
372
  toast: () => import_sonner2.toast,
328
373
  toggleVariants: () => toggleVariants,
329
374
  useTheme: () => useTheme
@@ -1322,17 +1367,835 @@ var HeaderDescription = React14.forwardRef(({ className, ...props }, ref) => /*
1322
1367
  ));
1323
1368
  HeaderDescription.displayName = "HeaderDescription";
1324
1369
 
1325
- // src/components/Radio/Radio.tsx
1370
+ // src/components/HoverCard/HoverCard.tsx
1326
1371
  var React15 = __toESM(require("react"), 1);
1327
1372
  var import_jsx_runtime16 = require("react/jsx-runtime");
1328
- var Radio = React15.forwardRef(
1373
+ var HoverCard = React15.forwardRef(
1374
+ ({ className, ...props }, ref) => {
1375
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1376
+ "div",
1377
+ {
1378
+ ref,
1379
+ className: cn(
1380
+ "flex w-64 flex-col gap-4 rounded-md border border-border bg-popover p-4 text-popover-foreground shadow-md",
1381
+ className
1382
+ ),
1383
+ ...props
1384
+ }
1385
+ );
1386
+ }
1387
+ );
1388
+ HoverCard.displayName = "HoverCard";
1389
+ var HoverCardHeader = React15.forwardRef(
1390
+ ({ className, ...props }, ref) => {
1391
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1392
+ "div",
1393
+ {
1394
+ ref,
1395
+ className: cn("flex flex-col gap-1", className),
1396
+ ...props
1397
+ }
1398
+ );
1399
+ }
1400
+ );
1401
+ HoverCardHeader.displayName = "HoverCardHeader";
1402
+ var HoverCardTitle = React15.forwardRef(({ className, ...props }, ref) => {
1403
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1404
+ "p",
1405
+ {
1406
+ ref,
1407
+ className: cn(
1408
+ "text-base font-medium leading-6 text-popover-foreground",
1409
+ className
1410
+ ),
1411
+ ...props
1412
+ }
1413
+ );
1414
+ });
1415
+ HoverCardTitle.displayName = "HoverCardTitle";
1416
+ var HoverCardDescription = React15.forwardRef(({ className, ...props }, ref) => {
1417
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1418
+ "p",
1419
+ {
1420
+ ref,
1421
+ className: cn("text-sm font-normal leading-5 text-muted-foreground", className),
1422
+ ...props
1423
+ }
1424
+ );
1425
+ });
1426
+ HoverCardDescription.displayName = "HoverCardDescription";
1427
+
1428
+ // src/components/Indicators/Indicators.tsx
1429
+ var React16 = __toESM(require("react"), 1);
1430
+ var import_class_variance_authority4 = require("class-variance-authority");
1431
+ var import_jsx_runtime17 = require("react/jsx-runtime");
1432
+ var indicatorDotVariants = (0, import_class_variance_authority4.cva)("h-2.5 w-2.5 rounded-full", {
1433
+ variants: {
1434
+ status: {
1435
+ high: "bg-warning",
1436
+ medium: "bg-warning-alt",
1437
+ low: "bg-success",
1438
+ info: "bg-warning"
1439
+ }
1440
+ },
1441
+ defaultVariants: {
1442
+ status: "high"
1443
+ }
1444
+ });
1445
+ var IndicatorDot = React16.forwardRef(
1446
+ ({ className, status, ...props }, ref) => {
1447
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1448
+ "div",
1449
+ {
1450
+ ref,
1451
+ className: cn(indicatorDotVariants({ status }), className),
1452
+ ...props
1453
+ }
1454
+ );
1455
+ }
1456
+ );
1457
+ IndicatorDot.displayName = "IndicatorDot";
1458
+ var indicatorCircleVariants = (0, import_class_variance_authority4.cva)("relative h-5 w-5", {
1459
+ variants: {
1460
+ status: {
1461
+ complete: "",
1462
+ partial: "",
1463
+ minimal: ""
1464
+ }
1465
+ },
1466
+ defaultVariants: {
1467
+ status: "complete"
1468
+ }
1469
+ });
1470
+ var IndicatorCircle = React16.forwardRef(
1471
+ ({ className, status = "complete", ...props }, ref) => {
1472
+ const isComplete = status === "complete";
1473
+ const isPartial = status === "partial";
1474
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
1475
+ "div",
1476
+ {
1477
+ ref,
1478
+ className: cn(indicatorCircleVariants({ status }), className),
1479
+ ...props,
1480
+ children: [
1481
+ isComplete && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1482
+ Icon,
1483
+ {
1484
+ icon: import_lucide_react3.Check,
1485
+ size: 20,
1486
+ className: "text-info",
1487
+ strokeWidth: 2
1488
+ }
1489
+ ),
1490
+ isPartial && /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
1491
+ "svg",
1492
+ {
1493
+ width: "20",
1494
+ height: "20",
1495
+ viewBox: "0 0 20 20",
1496
+ fill: "none",
1497
+ xmlns: "http://www.w3.org/2000/svg",
1498
+ className: "absolute inset-0",
1499
+ children: [
1500
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1501
+ "circle",
1502
+ {
1503
+ cx: "10",
1504
+ cy: "10",
1505
+ r: "6.5",
1506
+ stroke: "var(--theme-muted-foreground)",
1507
+ strokeWidth: "1.5"
1508
+ }
1509
+ ),
1510
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1511
+ "path",
1512
+ {
1513
+ d: "M 10,3.5 A 6.5,6.5 0 0,1 16.5,10",
1514
+ stroke: "var(--theme-info)",
1515
+ strokeWidth: "1.5",
1516
+ strokeLinecap: "round",
1517
+ fill: "none"
1518
+ }
1519
+ )
1520
+ ]
1521
+ }
1522
+ ),
1523
+ !isComplete && !isPartial && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1524
+ "svg",
1525
+ {
1526
+ width: "20",
1527
+ height: "20",
1528
+ viewBox: "0 0 20 20",
1529
+ fill: "none",
1530
+ xmlns: "http://www.w3.org/2000/svg",
1531
+ className: "absolute inset-0",
1532
+ children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1533
+ "circle",
1534
+ {
1535
+ cx: "10",
1536
+ cy: "10",
1537
+ r: "6.5",
1538
+ stroke: "var(--theme-muted-foreground)",
1539
+ strokeWidth: "1.5"
1540
+ }
1541
+ )
1542
+ }
1543
+ )
1544
+ ]
1545
+ }
1546
+ );
1547
+ }
1548
+ );
1549
+ IndicatorCircle.displayName = "IndicatorCircle";
1550
+
1551
+ // src/components/Input/Input.tsx
1552
+ var React17 = __toESM(require("react"), 1);
1553
+ var import_jsx_runtime18 = require("react/jsx-runtime");
1554
+ var Input = React17.forwardRef(
1555
+ ({ className, type, icon, ...props }, ref) => {
1556
+ const WrapperComponent = icon ? "div" : React17.Fragment;
1557
+ const wrapperProps = icon ? {
1558
+ className: cn(
1559
+ "flex h-10 w-full items-center gap-2 rounded-md border border-input bg-background px-3 py-2",
1560
+ "focus-within:outline-none focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",
1561
+ className
1562
+ )
1563
+ } : {};
1564
+ const inputElement = /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
1565
+ "input",
1566
+ {
1567
+ type,
1568
+ className: cn(
1569
+ "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm leading-5 text-foreground",
1570
+ "file:border-0 file:bg-transparent file:text-sm file:font-medium",
1571
+ "placeholder:text-muted-foreground",
1572
+ "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
1573
+ "disabled:cursor-not-allowed disabled:opacity-50",
1574
+ icon && "flex-1 border-0 p-0 focus-visible:ring-0 focus-visible:ring-offset-0",
1575
+ !icon && className
1576
+ ),
1577
+ ref,
1578
+ ...props
1579
+ }
1580
+ );
1581
+ if (icon) {
1582
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(WrapperComponent, { ...wrapperProps, children: [
1583
+ inputElement,
1584
+ icon
1585
+ ] });
1586
+ }
1587
+ return inputElement;
1588
+ }
1589
+ );
1590
+ Input.displayName = "Input";
1591
+
1592
+ // src/components/InputGroup/InputGroup.tsx
1593
+ var React18 = __toESM(require("react"), 1);
1594
+ var import_jsx_runtime19 = require("react/jsx-runtime");
1595
+ var InputGroup = React18.forwardRef(
1596
+ ({ className, ...props }, ref) => {
1597
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1598
+ "div",
1599
+ {
1600
+ ref,
1601
+ className: cn("flex flex-col gap-2", className),
1602
+ ...props
1603
+ }
1604
+ );
1605
+ }
1606
+ );
1607
+ InputGroup.displayName = "InputGroup";
1608
+ var InputGroupLabel = React18.forwardRef(({ className, ...props }, ref) => {
1609
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1610
+ "label",
1611
+ {
1612
+ ref,
1613
+ className: cn(
1614
+ "text-sm font-medium leading-5 text-foreground",
1615
+ className
1616
+ ),
1617
+ ...props
1618
+ }
1619
+ );
1620
+ });
1621
+ InputGroupLabel.displayName = "InputGroupLabel";
1622
+ var InputGroupHelpText = React18.forwardRef(({ className, ...props }, ref) => {
1623
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1624
+ "p",
1625
+ {
1626
+ ref,
1627
+ className: cn(
1628
+ "text-sm font-normal leading-5 text-muted-foreground",
1629
+ className
1630
+ ),
1631
+ ...props
1632
+ }
1633
+ );
1634
+ });
1635
+ InputGroupHelpText.displayName = "InputGroupHelpText";
1636
+
1637
+ // src/components/Label/Label.tsx
1638
+ var React19 = __toESM(require("react"), 1);
1639
+ var import_jsx_runtime20 = require("react/jsx-runtime");
1640
+ var Label = React19.forwardRef(
1641
+ ({ className, ...props }, ref) => {
1642
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1643
+ "label",
1644
+ {
1645
+ ref,
1646
+ className: cn(
1647
+ "text-sm font-medium leading-5 text-foreground",
1648
+ "peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
1649
+ className
1650
+ ),
1651
+ ...props
1652
+ }
1653
+ );
1654
+ }
1655
+ );
1656
+ Label.displayName = "Label";
1657
+
1658
+ // src/components/Menubar/Menubar.tsx
1659
+ var React20 = __toESM(require("react"), 1);
1660
+ var import_class_variance_authority5 = require("class-variance-authority");
1661
+ var import_jsx_runtime21 = require("react/jsx-runtime");
1662
+ var Menubar = React20.forwardRef(
1663
+ ({ className, ...props }, ref) => {
1664
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1665
+ "div",
1666
+ {
1667
+ ref,
1668
+ className: cn(
1669
+ "flex h-10 items-center gap-1 rounded-md border border-border bg-background p-1",
1670
+ className
1671
+ ),
1672
+ ...props
1673
+ }
1674
+ );
1675
+ }
1676
+ );
1677
+ Menubar.displayName = "Menubar";
1678
+ var menubarTriggerVariants = (0, import_class_variance_authority5.cva)(
1679
+ "inline-flex items-center justify-center rounded-md px-3 py-1.5 text-sm font-medium leading-5 transition-colors",
1680
+ {
1681
+ variants: {
1682
+ selected: {
1683
+ true: "bg-accent text-accent-foreground",
1684
+ false: "text-foreground hover:bg-accent hover:text-accent-foreground"
1685
+ }
1686
+ },
1687
+ defaultVariants: {
1688
+ selected: false
1689
+ }
1690
+ }
1691
+ );
1692
+ var MenubarTrigger = React20.forwardRef(
1693
+ ({ className, selected, ...props }, ref) => {
1694
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1695
+ "button",
1696
+ {
1697
+ ref,
1698
+ className: cn(menubarTriggerVariants({ selected }), className),
1699
+ ...props
1700
+ }
1701
+ );
1702
+ }
1703
+ );
1704
+ MenubarTrigger.displayName = "MenubarTrigger";
1705
+ var MenubarDropdown = React20.forwardRef(
1706
+ ({ className, ...props }, ref) => {
1707
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1708
+ "div",
1709
+ {
1710
+ ref,
1711
+ className: cn(
1712
+ "flex w-56 flex-col gap-0 rounded-md border border-border bg-popover p-1 shadow-md",
1713
+ className
1714
+ ),
1715
+ ...props
1716
+ }
1717
+ );
1718
+ }
1719
+ );
1720
+ MenubarDropdown.displayName = "MenubarDropdown";
1721
+ var menubarItemVariants = (0, import_class_variance_authority5.cva)(
1722
+ "flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm font-normal leading-5 transition-colors",
1723
+ {
1724
+ variants: {
1725
+ disabled: {
1726
+ true: "cursor-not-allowed opacity-50",
1727
+ false: "cursor-pointer text-popover-foreground hover:bg-accent hover:text-accent-foreground"
1728
+ }
1729
+ },
1730
+ defaultVariants: {
1731
+ disabled: false
1732
+ }
1733
+ }
1734
+ );
1735
+ var MenubarItem = React20.forwardRef(
1736
+ ({
1737
+ className,
1738
+ disabled = false,
1739
+ shortcut,
1740
+ checked,
1741
+ hasSubmenu,
1742
+ children,
1743
+ ...props
1744
+ }, ref) => {
1745
+ const isDisabled = Boolean(disabled);
1746
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
1747
+ "button",
1748
+ {
1749
+ ref,
1750
+ disabled: isDisabled,
1751
+ className: cn(menubarItemVariants({ disabled: isDisabled }), className),
1752
+ ...props,
1753
+ children: [
1754
+ checked && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { icon: import_lucide_react3.Check, size: 16, className: "shrink-0" }),
1755
+ !checked && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "w-4 shrink-0" }),
1756
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "flex-1 text-left", children }),
1757
+ shortcut && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "ml-auto text-xs leading-4 opacity-60", children: shortcut }),
1758
+ hasSubmenu && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 10.67, className: "ml-auto opacity-60" })
1759
+ ]
1760
+ }
1761
+ );
1762
+ }
1763
+ );
1764
+ MenubarItem.displayName = "MenubarItem";
1765
+ var MenubarSeparator = React20.forwardRef(
1766
+ ({ className, ...props }, ref) => {
1767
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1768
+ "div",
1769
+ {
1770
+ ref,
1771
+ className: cn("my-1 h-px w-full bg-border", className),
1772
+ ...props
1773
+ }
1774
+ );
1775
+ }
1776
+ );
1777
+ MenubarSeparator.displayName = "MenubarSeparator";
1778
+ var MenubarLabel = React20.forwardRef(
1779
+ ({ className, ...props }, ref) => {
1780
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1781
+ "div",
1782
+ {
1783
+ ref,
1784
+ className: cn(
1785
+ "px-2 py-1.5 text-sm font-semibold leading-5 text-popover-foreground",
1786
+ className
1787
+ ),
1788
+ ...props
1789
+ }
1790
+ );
1791
+ }
1792
+ );
1793
+ MenubarLabel.displayName = "MenubarLabel";
1794
+
1795
+ // src/components/NavHeader/NavHeader.tsx
1796
+ var React21 = __toESM(require("react"), 1);
1797
+ var import_class_variance_authority6 = require("class-variance-authority");
1798
+ var import_jsx_runtime22 = require("react/jsx-runtime");
1799
+ var NavHeader = React21.forwardRef(
1800
+ ({ className, ...props }, ref) => {
1801
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1802
+ "header",
1803
+ {
1804
+ ref,
1805
+ className: cn(
1806
+ "flex w-full items-center justify-between border-b border-slate-200 bg-background p-4",
1807
+ className
1808
+ ),
1809
+ ...props
1810
+ }
1811
+ );
1812
+ }
1813
+ );
1814
+ NavHeader.displayName = "NavHeader";
1815
+ var NavHeaderBrand = React21.forwardRef(
1816
+ ({ className, ...props }, ref) => {
1817
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1818
+ "div",
1819
+ {
1820
+ ref,
1821
+ className: cn("flex items-center", className),
1822
+ ...props
1823
+ }
1824
+ );
1825
+ }
1826
+ );
1827
+ NavHeaderBrand.displayName = "NavHeaderBrand";
1828
+ var NavHeaderNav = React21.forwardRef(
1829
+ ({ className, ...props }, ref) => {
1830
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1831
+ "nav",
1832
+ {
1833
+ ref,
1834
+ className: cn("flex items-center gap-4", className),
1835
+ ...props
1836
+ }
1837
+ );
1838
+ }
1839
+ );
1840
+ NavHeaderNav.displayName = "NavHeaderNav";
1841
+ var navHeaderItemVariants = (0, import_class_variance_authority6.cva)(
1842
+ "inline-flex h-9 items-center justify-center gap-1.5 rounded-lg px-4 py-2 text-sm font-medium leading-5 transition-colors",
1843
+ {
1844
+ variants: {
1845
+ variant: {
1846
+ default: "text-foreground hover:bg-muted",
1847
+ selected: "bg-accent text-secondary-foreground font-bold"
1848
+ }
1849
+ },
1850
+ defaultVariants: {
1851
+ variant: "default"
1852
+ }
1853
+ }
1854
+ );
1855
+ var NavHeaderItem = React21.forwardRef(
1856
+ ({ className, variant, selected, icon, children, ...props }, ref) => {
1857
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
1858
+ "button",
1859
+ {
1860
+ ref,
1861
+ className: cn(
1862
+ navHeaderItemVariants({
1863
+ variant: selected ? "selected" : variant
1864
+ }),
1865
+ className
1866
+ ),
1867
+ ...props,
1868
+ children: [
1869
+ icon,
1870
+ children
1871
+ ]
1872
+ }
1873
+ );
1874
+ }
1875
+ );
1876
+ NavHeaderItem.displayName = "NavHeaderItem";
1877
+ var NavHeaderDivider = React21.forwardRef(({ className, ...props }, ref) => {
1878
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1879
+ "div",
1880
+ {
1881
+ ref,
1882
+ className: cn("text-base font-normal leading-6 text-input", className),
1883
+ ...props,
1884
+ children: "|"
1885
+ }
1886
+ );
1887
+ });
1888
+ NavHeaderDivider.displayName = "NavHeaderDivider";
1889
+
1890
+ // src/components/NavSidePanel/NavSidePanel.tsx
1891
+ var React22 = __toESM(require("react"), 1);
1892
+ var import_class_variance_authority7 = require("class-variance-authority");
1893
+ var import_jsx_runtime23 = require("react/jsx-runtime");
1894
+ var NavSidePanel = React22.forwardRef(
1895
+ ({ className, ...props }, ref) => {
1896
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1897
+ "div",
1898
+ {
1899
+ ref,
1900
+ className: cn(
1901
+ "flex w-[180px] flex-col justify-between overflow-hidden bg-sidebar-background",
1902
+ className
1903
+ ),
1904
+ ...props
1905
+ }
1906
+ );
1907
+ }
1908
+ );
1909
+ NavSidePanel.displayName = "NavSidePanel";
1910
+ var NavSidePanelHeader = React22.forwardRef(({ className, ...props }, ref) => {
1911
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1912
+ "div",
1913
+ {
1914
+ ref,
1915
+ className: cn("flex flex-col gap-3.5 px-4 pt-6", className),
1916
+ ...props
1917
+ }
1918
+ );
1919
+ });
1920
+ NavSidePanelHeader.displayName = "NavSidePanelHeader";
1921
+ var NavSidePanelBrand = React22.forwardRef(({ className, ...props }, ref) => {
1922
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1923
+ "div",
1924
+ {
1925
+ ref,
1926
+ className: cn(
1927
+ "flex justify-center text-xl font-extrabold leading-7 text-black",
1928
+ className
1929
+ ),
1930
+ ...props
1931
+ }
1932
+ );
1933
+ });
1934
+ NavSidePanelBrand.displayName = "NavSidePanelBrand";
1935
+ var NavSidePanelSeparator = React22.forwardRef(({ className, ...props }, ref) => {
1936
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1937
+ "div",
1938
+ {
1939
+ ref,
1940
+ className: cn("h-px w-full bg-accent-muted", className),
1941
+ ...props
1942
+ }
1943
+ );
1944
+ });
1945
+ NavSidePanelSeparator.displayName = "NavSidePanelSeparator";
1946
+ var NavSidePanelNav = React22.forwardRef(
1947
+ ({ className, ...props }, ref) => {
1948
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1949
+ "nav",
1950
+ {
1951
+ ref,
1952
+ className: cn("flex flex-1 flex-col gap-0 px-4", className),
1953
+ ...props
1954
+ }
1955
+ );
1956
+ }
1957
+ );
1958
+ NavSidePanelNav.displayName = "NavSidePanelNav";
1959
+ var navSidePanelItemVariants = (0, import_class_variance_authority7.cva)(
1960
+ "flex h-10 w-full items-center gap-1.5 rounded-sm bg-secondary px-4 py-0 shadow-xs transition-colors",
1961
+ {
1962
+ variants: {
1963
+ selected: {
1964
+ true: "border-r-4 border-primary bg-accent",
1965
+ false: "hover:bg-accent"
1966
+ }
1967
+ },
1968
+ defaultVariants: {
1969
+ selected: false
1970
+ }
1971
+ }
1972
+ );
1973
+ var NavSidePanelItem = React22.forwardRef(({ className, selected, icon, children, ...props }, ref) => {
1974
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
1975
+ "button",
1976
+ {
1977
+ ref,
1978
+ className: cn(navSidePanelItemVariants({ selected }), className),
1979
+ ...props,
1980
+ children: [
1981
+ icon,
1982
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "text-sm font-medium leading-5 text-accent-foreground", children })
1983
+ ]
1984
+ }
1985
+ );
1986
+ });
1987
+ NavSidePanelItem.displayName = "NavSidePanelItem";
1988
+ var NavSidePanelFooter = React22.forwardRef(({ className, ...props }, ref) => {
1989
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1990
+ "div",
1991
+ {
1992
+ ref,
1993
+ className: cn("flex flex-col gap-0 px-4 pb-4", className),
1994
+ ...props
1995
+ }
1996
+ );
1997
+ });
1998
+ NavSidePanelFooter.displayName = "NavSidePanelFooter";
1999
+
2000
+ // src/components/Pagination/Pagination.tsx
2001
+ var React23 = __toESM(require("react"), 1);
2002
+ var import_class_variance_authority8 = require("class-variance-authority");
2003
+ var import_jsx_runtime24 = require("react/jsx-runtime");
2004
+ var Pagination = React23.forwardRef(
2005
+ ({ className, ...props }, ref) => {
2006
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2007
+ "nav",
2008
+ {
2009
+ ref,
2010
+ role: "navigation",
2011
+ "aria-label": "pagination",
2012
+ className: cn("flex items-center justify-center gap-2", className),
2013
+ ...props
2014
+ }
2015
+ );
2016
+ }
2017
+ );
2018
+ Pagination.displayName = "Pagination";
2019
+ var paginationItemVariants = (0, import_class_variance_authority8.cva)(
2020
+ "inline-flex items-center justify-center rounded-md text-sm font-medium leading-5 transition-colors",
2021
+ {
2022
+ variants: {
2023
+ variant: {
2024
+ default: "hover:bg-muted",
2025
+ active: "border border-border bg-background hover:bg-muted"
2026
+ },
2027
+ size: {
2028
+ default: "h-10 w-10",
2029
+ sm: "h-9 w-9"
2030
+ }
2031
+ },
2032
+ defaultVariants: {
2033
+ variant: "default",
2034
+ size: "default"
2035
+ }
2036
+ }
2037
+ );
2038
+ var PaginationItem = React23.forwardRef(
2039
+ ({ className, variant, size, isActive, ...props }, ref) => {
2040
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2041
+ "button",
2042
+ {
2043
+ ref,
2044
+ className: cn(
2045
+ paginationItemVariants({
2046
+ variant: isActive ? "active" : variant,
2047
+ size
2048
+ }),
2049
+ className
2050
+ ),
2051
+ "aria-current": isActive ? "page" : void 0,
2052
+ ...props
2053
+ }
2054
+ );
2055
+ }
2056
+ );
2057
+ PaginationItem.displayName = "PaginationItem";
2058
+ var PaginationLink = React23.forwardRef(
2059
+ ({ className, direction = "next", children, ...props }, ref) => {
2060
+ const isPrevious = direction === "previous";
2061
+ const isNext = direction === "next";
2062
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
2063
+ "button",
2064
+ {
2065
+ ref,
2066
+ className: cn(
2067
+ "inline-flex h-10 items-center justify-center gap-1 rounded-md px-3 text-sm font-medium leading-5 transition-colors hover:bg-muted",
2068
+ className
2069
+ ),
2070
+ ...props,
2071
+ children: [
2072
+ isPrevious && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: import_lucide_react2.ChevronLeft, size: 16 }),
2073
+ children || (isPrevious ? "Previous" : "Next"),
2074
+ isNext && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: import_lucide_react2.ChevronRight, size: 16 })
2075
+ ]
2076
+ }
2077
+ );
2078
+ }
2079
+ );
2080
+ PaginationLink.displayName = "PaginationLink";
2081
+ var PaginationEllipsis = React23.forwardRef(({ className, ...props }, ref) => {
2082
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2083
+ "span",
2084
+ {
2085
+ ref,
2086
+ "aria-hidden": true,
2087
+ className: cn(
2088
+ "flex h-9 w-9 items-center justify-center",
2089
+ className
2090
+ ),
2091
+ ...props,
2092
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { icon: import_lucide_react17.MoreHorizontal, size: 24 })
2093
+ }
2094
+ );
2095
+ });
2096
+ PaginationEllipsis.displayName = "PaginationEllipsis";
2097
+
2098
+ // src/components/Popover/Popover.tsx
2099
+ var React24 = __toESM(require("react"), 1);
2100
+ var import_jsx_runtime25 = require("react/jsx-runtime");
2101
+ var Popover = React24.forwardRef(
2102
+ ({ className, ...props }, ref) => {
2103
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2104
+ "div",
2105
+ {
2106
+ ref,
2107
+ className: cn(
2108
+ "w-72 flex flex-col gap-4 rounded-md border border-border bg-popover p-4 text-popover-foreground shadow-md",
2109
+ className
2110
+ ),
2111
+ ...props
2112
+ }
2113
+ );
2114
+ }
2115
+ );
2116
+ Popover.displayName = "Popover";
2117
+ var PopoverHeader = React24.forwardRef(
2118
+ ({ className, ...props }, ref) => {
2119
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2120
+ "div",
2121
+ {
2122
+ ref,
2123
+ className: cn("flex flex-col gap-1", className),
2124
+ ...props
2125
+ }
2126
+ );
2127
+ }
2128
+ );
2129
+ PopoverHeader.displayName = "PopoverHeader";
2130
+ var PopoverTitle = React24.forwardRef(({ className, ...props }, ref) => {
2131
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2132
+ "p",
2133
+ {
2134
+ ref,
2135
+ className: cn(
2136
+ "text-base font-medium leading-6 text-popover-foreground",
2137
+ className
2138
+ ),
2139
+ ...props
2140
+ }
2141
+ );
2142
+ });
2143
+ PopoverTitle.displayName = "PopoverTitle";
2144
+ var PopoverDescription = React24.forwardRef(({ className, ...props }, ref) => {
2145
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2146
+ "p",
2147
+ {
2148
+ ref,
2149
+ className: cn("text-sm font-normal leading-5 text-muted-foreground", className),
2150
+ ...props
2151
+ }
2152
+ );
2153
+ });
2154
+ PopoverDescription.displayName = "PopoverDescription";
2155
+
2156
+ // src/components/Progress/Progress.tsx
2157
+ var React25 = __toESM(require("react"), 1);
2158
+ var import_jsx_runtime26 = require("react/jsx-runtime");
2159
+ var Progress = React25.forwardRef(
2160
+ ({ className, value = 0, max = 100, ...props }, ref) => {
2161
+ const percentage = Math.min(Math.max(value / max * 100, 0), 100);
2162
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2163
+ "div",
2164
+ {
2165
+ ref,
2166
+ role: "progressbar",
2167
+ "aria-valuemin": 0,
2168
+ "aria-valuemax": max,
2169
+ "aria-valuenow": value,
2170
+ className: cn(
2171
+ "relative h-4 w-full overflow-hidden rounded-full bg-secondary",
2172
+ className
2173
+ ),
2174
+ ...props,
2175
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2176
+ "div",
2177
+ {
2178
+ className: "h-full bg-primary transition-all duration-300 ease-in-out",
2179
+ style: { width: `${percentage}%` }
2180
+ }
2181
+ )
2182
+ }
2183
+ );
2184
+ }
2185
+ );
2186
+ Progress.displayName = "Progress";
2187
+
2188
+ // src/components/Radio/Radio.tsx
2189
+ var React26 = __toESM(require("react"), 1);
2190
+ var import_jsx_runtime27 = require("react/jsx-runtime");
2191
+ var Radio = React26.forwardRef(
1329
2192
  ({ className, onCheckedChange, onChange, ...props }, ref) => {
1330
2193
  const handleChange = (e) => {
1331
2194
  onChange?.(e);
1332
2195
  onCheckedChange?.(e.target.checked);
1333
2196
  };
1334
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "relative inline-flex items-center", children: [
1335
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2197
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: "relative inline-flex items-center", children: [
2198
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1336
2199
  "input",
1337
2200
  {
1338
2201
  type: "radio",
@@ -1342,7 +2205,7 @@ var Radio = React15.forwardRef(
1342
2205
  ...props
1343
2206
  }
1344
2207
  ),
1345
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
2208
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1346
2209
  "div",
1347
2210
  {
1348
2211
  className: cn(
@@ -1362,14 +2225,14 @@ var Radio = React15.forwardRef(
1362
2225
  Radio.displayName = "Radio";
1363
2226
 
1364
2227
  // src/components/Select/Select.tsx
1365
- var React16 = __toESM(require("react"), 1);
2228
+ var React27 = __toESM(require("react"), 1);
1366
2229
  var SelectPrimitive = __toESM(require("@radix-ui/react-select"), 1);
1367
2230
  var import_lucide_react18 = require("lucide-react");
1368
- var import_jsx_runtime17 = require("react/jsx-runtime");
2231
+ var import_jsx_runtime28 = require("react/jsx-runtime");
1369
2232
  var Select = SelectPrimitive.Root;
1370
2233
  var SelectGroup = SelectPrimitive.Group;
1371
2234
  var SelectValue = SelectPrimitive.Value;
1372
- var SelectTrigger = React16.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2235
+ var SelectTrigger = React27.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1373
2236
  SelectPrimitive.Trigger,
1374
2237
  {
1375
2238
  ref,
@@ -1384,12 +2247,12 @@ var SelectTrigger = React16.forwardRef(({ className, children, ...props }, ref)
1384
2247
  ...props,
1385
2248
  children: [
1386
2249
  children,
1387
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_lucide_react18.ChevronDown, { className: "h-3 w-3 opacity-50" }) })
2250
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react18.ChevronDown, { className: "h-3 w-3 opacity-50" }) })
1388
2251
  ]
1389
2252
  }
1390
2253
  ));
1391
2254
  SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
1392
- var SelectScrollUpButton = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2255
+ var SelectScrollUpButton = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1393
2256
  SelectPrimitive.ScrollUpButton,
1394
2257
  {
1395
2258
  ref,
@@ -1398,11 +2261,11 @@ var SelectScrollUpButton = React16.forwardRef(({ className, ...props }, ref) =>
1398
2261
  className
1399
2262
  ),
1400
2263
  ...props,
1401
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_lucide_react18.ChevronDown, { className: "h-4 w-4 rotate-180" })
2264
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react18.ChevronDown, { className: "h-4 w-4 rotate-180" })
1402
2265
  }
1403
2266
  ));
1404
2267
  SelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName;
1405
- var SelectScrollDownButton = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2268
+ var SelectScrollDownButton = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1406
2269
  SelectPrimitive.ScrollDownButton,
1407
2270
  {
1408
2271
  ref,
@@ -1411,11 +2274,11 @@ var SelectScrollDownButton = React16.forwardRef(({ className, ...props }, ref) =
1411
2274
  className
1412
2275
  ),
1413
2276
  ...props,
1414
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_lucide_react18.ChevronDown, { className: "h-4 w-4" })
2277
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react18.ChevronDown, { className: "h-4 w-4" })
1415
2278
  }
1416
2279
  ));
1417
2280
  SelectScrollDownButton.displayName = SelectPrimitive.ScrollDownButton.displayName;
1418
- var SelectContent = React16.forwardRef(({ className, children, position = "popper", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(SelectPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2281
+ var SelectContent = React27.forwardRef(({ className, children, position = "popper", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1419
2282
  SelectPrimitive.Content,
1420
2283
  {
1421
2284
  ref,
@@ -1430,8 +2293,8 @@ var SelectContent = React16.forwardRef(({ className, children, position = "poppe
1430
2293
  collisionPadding: 8,
1431
2294
  ...props,
1432
2295
  children: [
1433
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(SelectScrollUpButton, {}),
1434
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2296
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectScrollUpButton, {}),
2297
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1435
2298
  SelectPrimitive.Viewport,
1436
2299
  {
1437
2300
  className: cn(
@@ -1441,12 +2304,12 @@ var SelectContent = React16.forwardRef(({ className, children, position = "poppe
1441
2304
  children
1442
2305
  }
1443
2306
  ),
1444
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(SelectScrollDownButton, {})
2307
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectScrollDownButton, {})
1445
2308
  ]
1446
2309
  }
1447
2310
  ) }));
1448
2311
  SelectContent.displayName = SelectPrimitive.Content.displayName;
1449
- var SelectLabel = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2312
+ var SelectLabel = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1450
2313
  SelectPrimitive.Label,
1451
2314
  {
1452
2315
  ref,
@@ -1458,7 +2321,7 @@ var SelectLabel = React16.forwardRef(({ className, ...props }, ref) => /* @__PUR
1458
2321
  }
1459
2322
  ));
1460
2323
  SelectLabel.displayName = SelectPrimitive.Label.displayName;
1461
- var SelectItem = React16.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
2324
+ var SelectItem = React27.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1462
2325
  SelectPrimitive.Item,
1463
2326
  {
1464
2327
  ref,
@@ -1470,13 +2333,13 @@ var SelectItem = React16.forwardRef(({ className, children, ...props }, ref) =>
1470
2333
  ),
1471
2334
  ...props,
1472
2335
  children: [
1473
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(SelectPrimitive.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_lucide_react18.Check, { className: "h-4 w-4" }) }) }),
1474
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(SelectPrimitive.ItemText, { children })
2336
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectPrimitive.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_lucide_react18.Check, { className: "h-4 w-4" }) }) }),
2337
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(SelectPrimitive.ItemText, { children })
1475
2338
  ]
1476
2339
  }
1477
2340
  ));
1478
2341
  SelectItem.displayName = SelectPrimitive.Item.displayName;
1479
- var SelectSeparator = React16.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
2342
+ var SelectSeparator = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1480
2343
  SelectPrimitive.Separator,
1481
2344
  {
1482
2345
  ref,
@@ -1487,11 +2350,11 @@ var SelectSeparator = React16.forwardRef(({ className, ...props }, ref) => /* @_
1487
2350
  SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
1488
2351
 
1489
2352
  // src/components/Separator/Separator.tsx
1490
- var React17 = __toESM(require("react"), 1);
2353
+ var React28 = __toESM(require("react"), 1);
1491
2354
  var SeparatorPrimitive = __toESM(require("@radix-ui/react-separator"), 1);
1492
- var import_jsx_runtime18 = require("react/jsx-runtime");
1493
- var Separator2 = React17.forwardRef(
1494
- ({ className, orientation = "horizontal", decorative = true, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2355
+ var import_jsx_runtime29 = require("react/jsx-runtime");
2356
+ var Separator2 = React28.forwardRef(
2357
+ ({ className, orientation = "horizontal", decorative = true, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1495
2358
  SeparatorPrimitive.Root,
1496
2359
  {
1497
2360
  ref,
@@ -1509,10 +2372,10 @@ var Separator2 = React17.forwardRef(
1509
2372
  Separator2.displayName = SeparatorPrimitive.Root.displayName;
1510
2373
 
1511
2374
  // src/components/Sheet/Sheet.tsx
1512
- var React18 = __toESM(require("react"), 1);
1513
- var import_jsx_runtime19 = require("react/jsx-runtime");
2375
+ var React29 = __toESM(require("react"), 1);
2376
+ var import_jsx_runtime30 = require("react/jsx-runtime");
1514
2377
  var Sheet = ({ open, onOpenChange, children }) => {
1515
- React18.useEffect(() => {
2378
+ React29.useEffect(() => {
1516
2379
  const handleEscape = (e) => {
1517
2380
  if (e.key === "Escape" && open) {
1518
2381
  onOpenChange?.(false);
@@ -1528,9 +2391,9 @@ var Sheet = ({ open, onOpenChange, children }) => {
1528
2391
  };
1529
2392
  }, [open, onOpenChange]);
1530
2393
  if (!open) return null;
1531
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, { children: React18.Children.map(children, (child) => {
1532
- if (React18.isValidElement(child)) {
1533
- return React18.cloneElement(child, { onOpenChange });
2394
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, { children: React29.Children.map(children, (child) => {
2395
+ if (React29.isValidElement(child)) {
2396
+ return React29.cloneElement(child, { onOpenChange });
1534
2397
  }
1535
2398
  return child;
1536
2399
  }) });
@@ -1542,15 +2405,15 @@ var sheetVariants = {
1542
2405
  left: "inset-y-0 left-0 h-full w-[448px] border-r",
1543
2406
  right: "inset-y-0 right-0 h-full w-[448px] border-l"
1544
2407
  };
1545
- var SheetContent = React18.forwardRef(
1546
- ({ className, children, onOpenChange, side = "right", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
2408
+ var SheetContent = React29.forwardRef(
2409
+ ({ className, children, onOpenChange, side = "right", ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1547
2410
  "div",
1548
2411
  {
1549
2412
  className: "fixed inset-0 z-50",
1550
2413
  onClick: () => onOpenChange?.(false),
1551
2414
  children: [
1552
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "fixed inset-0 bg-black/80", "aria-hidden": "true" }),
1553
- /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
2415
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "fixed inset-0 bg-black/80", "aria-hidden": "true" }),
2416
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1554
2417
  "div",
1555
2418
  {
1556
2419
  ref,
@@ -1564,13 +2427,13 @@ var SheetContent = React18.forwardRef(
1564
2427
  onClick: (e) => e.stopPropagation(),
1565
2428
  ...props,
1566
2429
  children: [
1567
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2430
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1568
2431
  "button",
1569
2432
  {
1570
2433
  onClick: () => onOpenChange?.(false),
1571
2434
  className: "absolute right-4 top-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none",
1572
2435
  "aria-label": "Close",
1573
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { icon: import_lucide_react3.X, size: 16 })
2436
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { icon: import_lucide_react3.X, size: 16 })
1574
2437
  }
1575
2438
  ),
1576
2439
  children
@@ -1582,7 +2445,7 @@ var SheetContent = React18.forwardRef(
1582
2445
  )
1583
2446
  );
1584
2447
  SheetContent.displayName = "SheetContent";
1585
- var SheetHeader = React18.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2448
+ var SheetHeader = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1586
2449
  "div",
1587
2450
  {
1588
2451
  ref,
@@ -1591,7 +2454,7 @@ var SheetHeader = React18.forwardRef(({ className, ...props }, ref) => /* @__PUR
1591
2454
  }
1592
2455
  ));
1593
2456
  SheetHeader.displayName = "SheetHeader";
1594
- var SheetTitle = React18.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2457
+ var SheetTitle = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1595
2458
  "h2",
1596
2459
  {
1597
2460
  ref,
@@ -1600,7 +2463,7 @@ var SheetTitle = React18.forwardRef(({ className, ...props }, ref) => /* @__PURE
1600
2463
  }
1601
2464
  ));
1602
2465
  SheetTitle.displayName = "SheetTitle";
1603
- var SheetDescription = React18.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2466
+ var SheetDescription = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1604
2467
  "p",
1605
2468
  {
1606
2469
  ref,
@@ -1609,7 +2472,7 @@ var SheetDescription = React18.forwardRef(({ className, ...props }, ref) => /* @
1609
2472
  }
1610
2473
  ));
1611
2474
  SheetDescription.displayName = "SheetDescription";
1612
- var SheetFooter = React18.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2475
+ var SheetFooter = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1613
2476
  "div",
1614
2477
  {
1615
2478
  ref,
@@ -1618,7 +2481,7 @@ var SheetFooter = React18.forwardRef(({ className, ...props }, ref) => /* @__PUR
1618
2481
  }
1619
2482
  ));
1620
2483
  SheetFooter.displayName = "SheetFooter";
1621
- var SheetClose = React18.forwardRef(({ className, onOpenChange, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
2484
+ var SheetClose = React29.forwardRef(({ className, onOpenChange, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1622
2485
  "button",
1623
2486
  {
1624
2487
  ref,
@@ -1633,9 +2496,9 @@ var SheetClose = React18.forwardRef(({ className, onOpenChange, ...props }, ref)
1633
2496
  SheetClose.displayName = "SheetClose";
1634
2497
 
1635
2498
  // src/components/Skeleton/Skeleton.tsx
1636
- var React19 = __toESM(require("react"), 1);
1637
- var import_jsx_runtime20 = require("react/jsx-runtime");
1638
- var Skeleton = React19.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2499
+ var React30 = __toESM(require("react"), 1);
2500
+ var import_jsx_runtime31 = require("react/jsx-runtime");
2501
+ var Skeleton = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1639
2502
  "div",
1640
2503
  {
1641
2504
  ref,
@@ -1649,10 +2512,10 @@ var Skeleton = React19.forwardRef(({ className, ...props }, ref) => /* @__PURE__
1649
2512
  Skeleton.displayName = "Skeleton";
1650
2513
 
1651
2514
  // src/components/Slider/Slider.tsx
1652
- var React20 = __toESM(require("react"), 1);
2515
+ var React31 = __toESM(require("react"), 1);
1653
2516
  var SliderPrimitive = __toESM(require("@radix-ui/react-slider"), 1);
1654
- var import_jsx_runtime21 = require("react/jsx-runtime");
1655
- var Slider = React20.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
2517
+ var import_jsx_runtime32 = require("react/jsx-runtime");
2518
+ var Slider = React31.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1656
2519
  SliderPrimitive.Root,
1657
2520
  {
1658
2521
  ref,
@@ -1662,18 +2525,18 @@ var Slider = React20.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
1662
2525
  ),
1663
2526
  ...props,
1664
2527
  children: [
1665
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(SliderPrimitive.Track, { className: "relative h-2 w-full grow overflow-hidden rounded-full bg-secondary", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(SliderPrimitive.Range, { className: "absolute h-full bg-primary" }) }),
1666
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(SliderPrimitive.Thumb, { className: "block h-5 w-5 rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50" })
2528
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(SliderPrimitive.Track, { className: "relative h-2 w-full grow overflow-hidden rounded-full bg-secondary", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(SliderPrimitive.Range, { className: "absolute h-full bg-primary" }) }),
2529
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(SliderPrimitive.Thumb, { className: "block h-5 w-5 rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50" })
1667
2530
  ]
1668
2531
  }
1669
2532
  ));
1670
2533
  Slider.displayName = SliderPrimitive.Root.displayName;
1671
2534
 
1672
2535
  // src/components/Switch/Switch.tsx
1673
- var React21 = __toESM(require("react"), 1);
2536
+ var React32 = __toESM(require("react"), 1);
1674
2537
  var SwitchPrimitives = __toESM(require("@radix-ui/react-switch"), 1);
1675
- var import_jsx_runtime22 = require("react/jsx-runtime");
1676
- var Switch = React21.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2538
+ var import_jsx_runtime33 = require("react/jsx-runtime");
2539
+ var Switch = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1677
2540
  SwitchPrimitives.Root,
1678
2541
  {
1679
2542
  className: cn(
@@ -1682,7 +2545,7 @@ var Switch = React21.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
1682
2545
  ),
1683
2546
  ...props,
1684
2547
  ref,
1685
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
2548
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1686
2549
  SwitchPrimitives.Thumb,
1687
2550
  {
1688
2551
  className: cn(
@@ -1695,9 +2558,9 @@ var Switch = React21.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
1695
2558
  Switch.displayName = SwitchPrimitives.Root.displayName;
1696
2559
 
1697
2560
  // src/components/Table/Table.tsx
1698
- var React22 = __toESM(require("react"), 1);
1699
- var import_jsx_runtime23 = require("react/jsx-runtime");
1700
- var Table = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2561
+ var React33 = __toESM(require("react"), 1);
2562
+ var import_jsx_runtime34 = require("react/jsx-runtime");
2563
+ var Table = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "relative w-full overflow-auto", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1701
2564
  "table",
1702
2565
  {
1703
2566
  ref,
@@ -1706,9 +2569,9 @@ var Table = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
1706
2569
  }
1707
2570
  ) }));
1708
2571
  Table.displayName = "Table";
1709
- var TableHeader = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("thead", { ref, className: cn("[&_tr]:border-b", className), ...props }));
2572
+ var TableHeader = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("thead", { ref, className: cn("[&_tr]:border-b", className), ...props }));
1710
2573
  TableHeader.displayName = "TableHeader";
1711
- var TableBody = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2574
+ var TableBody = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1712
2575
  "tbody",
1713
2576
  {
1714
2577
  ref,
@@ -1717,7 +2580,7 @@ var TableBody = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE_
1717
2580
  }
1718
2581
  ));
1719
2582
  TableBody.displayName = "TableBody";
1720
- var TableFooter = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2583
+ var TableFooter = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1721
2584
  "tfoot",
1722
2585
  {
1723
2586
  ref,
@@ -1729,7 +2592,7 @@ var TableFooter = React22.forwardRef(({ className, ...props }, ref) => /* @__PUR
1729
2592
  }
1730
2593
  ));
1731
2594
  TableFooter.displayName = "TableFooter";
1732
- var TableRow = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2595
+ var TableRow = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1733
2596
  "tr",
1734
2597
  {
1735
2598
  ref,
@@ -1741,7 +2604,7 @@ var TableRow = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__
1741
2604
  }
1742
2605
  ));
1743
2606
  TableRow.displayName = "TableRow";
1744
- var TableHead = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2607
+ var TableHead = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1745
2608
  "th",
1746
2609
  {
1747
2610
  ref,
@@ -1753,7 +2616,7 @@ var TableHead = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE_
1753
2616
  }
1754
2617
  ));
1755
2618
  TableHead.displayName = "TableHead";
1756
- var TableCell = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2619
+ var TableCell = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1757
2620
  "td",
1758
2621
  {
1759
2622
  ref,
@@ -1765,7 +2628,7 @@ var TableCell = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE_
1765
2628
  }
1766
2629
  ));
1767
2630
  TableCell.displayName = "TableCell";
1768
- var TableCaption = React22.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
2631
+ var TableCaption = React33.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1769
2632
  "caption",
1770
2633
  {
1771
2634
  ref,
@@ -1776,11 +2639,11 @@ var TableCaption = React22.forwardRef(({ className, ...props }, ref) => /* @__PU
1776
2639
  TableCaption.displayName = "TableCaption";
1777
2640
 
1778
2641
  // src/components/Tabs/Tabs.tsx
1779
- var React23 = __toESM(require("react"), 1);
2642
+ var React34 = __toESM(require("react"), 1);
1780
2643
  var TabsPrimitive = __toESM(require("@radix-ui/react-tabs"), 1);
1781
- var import_jsx_runtime24 = require("react/jsx-runtime");
2644
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1782
2645
  var Tabs = TabsPrimitive.Root;
1783
- var TabsList = React23.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2646
+ var TabsList = React34.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1784
2647
  TabsPrimitive.List,
1785
2648
  {
1786
2649
  ref,
@@ -1792,7 +2655,7 @@ var TabsList = React23.forwardRef(({ className, ...props }, ref) => /* @__PURE__
1792
2655
  }
1793
2656
  ));
1794
2657
  TabsList.displayName = TabsPrimitive.List.displayName;
1795
- var TabsTrigger = React23.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2658
+ var TabsTrigger = React34.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1796
2659
  TabsPrimitive.Trigger,
1797
2660
  {
1798
2661
  ref,
@@ -1804,7 +2667,7 @@ var TabsTrigger = React23.forwardRef(({ className, ...props }, ref) => /* @__PUR
1804
2667
  }
1805
2668
  ));
1806
2669
  TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
1807
- var TabsContent = React23.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
2670
+ var TabsContent = React34.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1808
2671
  TabsPrimitive.Content,
1809
2672
  {
1810
2673
  ref,
@@ -1818,11 +2681,11 @@ var TabsContent = React23.forwardRef(({ className, ...props }, ref) => /* @__PUR
1818
2681
  TabsContent.displayName = TabsPrimitive.Content.displayName;
1819
2682
 
1820
2683
  // src/components/Textarea/Textarea.tsx
1821
- var React24 = __toESM(require("react"), 1);
1822
- var import_jsx_runtime25 = require("react/jsx-runtime");
1823
- var Textarea = React24.forwardRef(
2684
+ var React35 = __toESM(require("react"), 1);
2685
+ var import_jsx_runtime36 = require("react/jsx-runtime");
2686
+ var Textarea = React35.forwardRef(
1824
2687
  ({ className, ...props }, ref) => {
1825
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
2688
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1826
2689
  "textarea",
1827
2690
  {
1828
2691
  className: cn(
@@ -1840,9 +2703,9 @@ Textarea.displayName = "Textarea";
1840
2703
  // src/components/Toast/Toast.tsx
1841
2704
  var import_sonner = require("sonner");
1842
2705
  var import_sonner2 = require("sonner");
1843
- var import_jsx_runtime26 = require("react/jsx-runtime");
2706
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1844
2707
  var Toaster2 = ({ ...props }) => {
1845
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
2708
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1846
2709
  import_sonner.Toaster,
1847
2710
  {
1848
2711
  className: "toaster group",
@@ -1860,11 +2723,11 @@ var Toaster2 = ({ ...props }) => {
1860
2723
  };
1861
2724
 
1862
2725
  // src/components/Toggle/Toggle.tsx
1863
- var React25 = __toESM(require("react"), 1);
2726
+ var React36 = __toESM(require("react"), 1);
1864
2727
  var TogglePrimitive = __toESM(require("@radix-ui/react-toggle"), 1);
1865
- var import_class_variance_authority4 = require("class-variance-authority");
1866
- var import_jsx_runtime27 = require("react/jsx-runtime");
1867
- var toggleVariants = (0, import_class_variance_authority4.cva)(
2728
+ var import_class_variance_authority9 = require("class-variance-authority");
2729
+ var import_jsx_runtime38 = require("react/jsx-runtime");
2730
+ var toggleVariants = (0, import_class_variance_authority9.cva)(
1868
2731
  "inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors hover:bg-muted hover:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-muted data-[state=on]:text-foreground",
1869
2732
  {
1870
2733
  variants: {
@@ -1884,7 +2747,7 @@ var toggleVariants = (0, import_class_variance_authority4.cva)(
1884
2747
  }
1885
2748
  }
1886
2749
  );
1887
- var Toggle = React25.forwardRef(({ className, variant, size, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
2750
+ var Toggle = React36.forwardRef(({ className, variant, size, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1888
2751
  TogglePrimitive.Root,
1889
2752
  {
1890
2753
  ref,
@@ -1895,16 +2758,16 @@ var Toggle = React25.forwardRef(({ className, variant, size, ...props }, ref) =>
1895
2758
  Toggle.displayName = TogglePrimitive.Root.displayName;
1896
2759
 
1897
2760
  // src/lib/theme.tsx
1898
- var React26 = __toESM(require("react"), 1);
1899
- var import_jsx_runtime28 = require("react/jsx-runtime");
1900
- var ThemeContext = React26.createContext(void 0);
2761
+ var React37 = __toESM(require("react"), 1);
2762
+ var import_jsx_runtime39 = require("react/jsx-runtime");
2763
+ var ThemeContext = React37.createContext(void 0);
1901
2764
  function ThemeProvider({
1902
2765
  children,
1903
2766
  defaultTheme = "auto",
1904
2767
  storageKey = "cc-theme",
1905
2768
  enablePersistence = true
1906
2769
  }) {
1907
- const [theme, setThemeState] = React26.useState(() => {
2770
+ const [theme, setThemeState] = React37.useState(() => {
1908
2771
  if (typeof window === "undefined") return defaultTheme;
1909
2772
  if (enablePersistence) {
1910
2773
  const stored = window.localStorage.getItem(storageKey);
@@ -1914,13 +2777,13 @@ function ThemeProvider({
1914
2777
  }
1915
2778
  return defaultTheme;
1916
2779
  });
1917
- const [actualTheme, setActualTheme] = React26.useState(() => {
2780
+ const [actualTheme, setActualTheme] = React37.useState(() => {
1918
2781
  if (theme === "auto") {
1919
2782
  return typeof window !== "undefined" && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
1920
2783
  }
1921
2784
  return theme;
1922
2785
  });
1923
- React26.useEffect(() => {
2786
+ React37.useEffect(() => {
1924
2787
  const root = window.document.documentElement;
1925
2788
  if (theme === "auto") {
1926
2789
  root.removeAttribute("data-theme");
@@ -1928,7 +2791,7 @@ function ThemeProvider({
1928
2791
  root.setAttribute("data-theme", theme);
1929
2792
  }
1930
2793
  }, [theme]);
1931
- React26.useEffect(() => {
2794
+ React37.useEffect(() => {
1932
2795
  if (theme !== "auto") {
1933
2796
  setActualTheme(theme);
1934
2797
  return;
@@ -1943,7 +2806,7 @@ function ThemeProvider({
1943
2806
  mediaQuery.removeEventListener("change", handleChange);
1944
2807
  };
1945
2808
  }, [theme]);
1946
- const setTheme = React26.useCallback(
2809
+ const setTheme = React37.useCallback(
1947
2810
  (newTheme) => {
1948
2811
  setThemeState(newTheme);
1949
2812
  if (enablePersistence && typeof window !== "undefined") {
@@ -1956,7 +2819,7 @@ function ThemeProvider({
1956
2819
  },
1957
2820
  [enablePersistence, storageKey]
1958
2821
  );
1959
- const value = React26.useMemo(
2822
+ const value = React37.useMemo(
1960
2823
  () => ({
1961
2824
  theme,
1962
2825
  setTheme,
@@ -1964,10 +2827,10 @@ function ThemeProvider({
1964
2827
  }),
1965
2828
  [theme, setTheme, actualTheme]
1966
2829
  );
1967
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(ThemeContext.Provider, { value, children });
2830
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ThemeContext.Provider, { value, children });
1968
2831
  }
1969
2832
  function useTheme() {
1970
- const context = React26.useContext(ThemeContext);
2833
+ const context = React37.useContext(ThemeContext);
1971
2834
  if (context === void 0) {
1972
2835
  throw new Error("useTheme must be used within a ThemeProvider");
1973
2836
  }
@@ -2124,11 +2987,22 @@ function isValidTheme(value) {
2124
2987
  Heart,
2125
2988
  HelpCircle,
2126
2989
  Home,
2990
+ HoverCard,
2991
+ HoverCardDescription,
2992
+ HoverCardHeader,
2993
+ HoverCardTitle,
2127
2994
  Icon,
2128
2995
  Image,
2996
+ IndicatorCircle,
2997
+ IndicatorDot,
2129
2998
  Info,
2999
+ Input,
3000
+ InputGroup,
3001
+ InputGroupHelpText,
3002
+ InputGroupLabel,
2130
3003
  Instagram,
2131
3004
  Key,
3005
+ Label,
2132
3006
  Laptop,
2133
3007
  Layout,
2134
3008
  LayoutGrid,
@@ -2149,6 +3023,12 @@ function isValidTheme(value) {
2149
3023
  Maximize,
2150
3024
  Maximize2,
2151
3025
  Menu,
3026
+ Menubar,
3027
+ MenubarDropdown,
3028
+ MenubarItem,
3029
+ MenubarLabel,
3030
+ MenubarSeparator,
3031
+ MenubarTrigger,
2152
3032
  MessageCircle,
2153
3033
  MessageSquare,
2154
3034
  Mic,
@@ -2161,9 +3041,25 @@ function isValidTheme(value) {
2161
3041
  MoreHorizontal,
2162
3042
  MoreVertical,
2163
3043
  Music,
3044
+ NavHeader,
3045
+ NavHeaderBrand,
3046
+ NavHeaderDivider,
3047
+ NavHeaderItem,
3048
+ NavHeaderNav,
3049
+ NavSidePanel,
3050
+ NavSidePanelBrand,
3051
+ NavSidePanelFooter,
3052
+ NavSidePanelHeader,
3053
+ NavSidePanelItem,
3054
+ NavSidePanelNav,
3055
+ NavSidePanelSeparator,
2164
3056
  Navigation,
2165
3057
  Navigation2,
2166
3058
  Package,
3059
+ Pagination,
3060
+ PaginationEllipsis,
3061
+ PaginationItem,
3062
+ PaginationLink,
2167
3063
  PanelLeft,
2168
3064
  PanelRight,
2169
3065
  Paperclip,
@@ -2175,6 +3071,11 @@ function isValidTheme(value) {
2175
3071
  PieChart,
2176
3072
  Play,
2177
3073
  Plus,
3074
+ Popover,
3075
+ PopoverDescription,
3076
+ PopoverHeader,
3077
+ PopoverTitle,
3078
+ Progress,
2178
3079
  Radio,
2179
3080
  RefreshCw,
2180
3081
  RotateCcw,
@@ -2271,6 +3172,13 @@ function isValidTheme(value) {
2271
3172
  badgeVariants,
2272
3173
  buttonVariants,
2273
3174
  cn,
3175
+ indicatorCircleVariants,
3176
+ indicatorDotVariants,
3177
+ menubarItemVariants,
3178
+ menubarTriggerVariants,
3179
+ navHeaderItemVariants,
3180
+ navSidePanelItemVariants,
3181
+ paginationItemVariants,
2274
3182
  toast,
2275
3183
  toggleVariants,
2276
3184
  useTheme