@windrun-huaiin/third-ui 5.5.0 → 5.6.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/clerk/index.js +217 -183
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +217 -183
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.d.mts +9 -22
- package/dist/fuma/mdx/index.d.ts +9 -22
- package/dist/fuma/mdx/index.js +271 -237
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +270 -236
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +310 -231
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +314 -231
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/main/index.js +250 -209
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +250 -209
- package/dist/main/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/clerk/clerk-user.tsx +2 -1
- package/src/fuma/fuma-page-genarator.tsx +3 -3
- package/src/fuma/mdx/index.ts +2 -2
- package/src/fuma/mdx/toc-footer-wrapper.tsx +20 -0
- package/src/main/cta.tsx +1 -1
- package/src/main/features.tsx +24 -14
- package/src/main/gallery.tsx +1 -1
- package/src/main/seo-content.tsx +23 -14
- package/src/main/tips.tsx +2 -2
- package/src/fuma/mdx/toc.tsx +0 -35
package/dist/fuma/mdx/index.js
CHANGED
|
@@ -90,7 +90,7 @@ __export(mdx_exports, {
|
|
|
90
90
|
LastUpdatedDate: () => LastUpdatedDate,
|
|
91
91
|
Mermaid: () => Mermaid,
|
|
92
92
|
SiteX: () => SiteX,
|
|
93
|
-
|
|
93
|
+
TocFooterWrapper: () => TocFooterWrapper,
|
|
94
94
|
TrophyCard: () => TrophyCard,
|
|
95
95
|
ZiaCard: () => ZiaCard,
|
|
96
96
|
ZiaFile: () => ZiaFile,
|
|
@@ -1267,6 +1267,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1267
1267
|
Binary: () => Binary,
|
|
1268
1268
|
Blocks: () => Blocks,
|
|
1269
1269
|
BookX: () => BookX,
|
|
1270
|
+
BotMessageSquare: () => BotMessageSquare,
|
|
1270
1271
|
BringToFront: () => BringToFront,
|
|
1271
1272
|
Bug: () => Bug,
|
|
1272
1273
|
Building2: () => Building2,
|
|
@@ -1324,6 +1325,8 @@ __export(limited_lucide_icons_exports, {
|
|
|
1324
1325
|
LogIn: () => LogIn,
|
|
1325
1326
|
LogOut: () => LogOut,
|
|
1326
1327
|
Mail: () => Mail,
|
|
1328
|
+
MessageCircleCode: () => MessageCircleCode,
|
|
1329
|
+
MessageCircleMore: () => MessageCircleMore,
|
|
1327
1330
|
MoreHorizontal: () => Ellipsis,
|
|
1328
1331
|
MousePointerClick: () => MousePointerClick,
|
|
1329
1332
|
Palette: () => Palette,
|
|
@@ -1534,16 +1537,27 @@ var __iconNode8 = [
|
|
|
1534
1537
|
];
|
|
1535
1538
|
var BookX = createLucideIcon("book-x", __iconNode8);
|
|
1536
1539
|
|
|
1537
|
-
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/
|
|
1540
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bot-message-square.js
|
|
1538
1541
|
var __iconNode9 = [
|
|
1542
|
+
["path", { d: "M12 6V2H8", key: "1155em" }],
|
|
1543
|
+
["path", { d: "m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z", key: "w2lp3e" }],
|
|
1544
|
+
["path", { d: "M2 12h2", key: "1t8f8n" }],
|
|
1545
|
+
["path", { d: "M9 11v2", key: "1ueba0" }],
|
|
1546
|
+
["path", { d: "M15 11v2", key: "i11awn" }],
|
|
1547
|
+
["path", { d: "M20 12h2", key: "1q8mjw" }]
|
|
1548
|
+
];
|
|
1549
|
+
var BotMessageSquare = createLucideIcon("bot-message-square", __iconNode9);
|
|
1550
|
+
|
|
1551
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bring-to-front.js
|
|
1552
|
+
var __iconNode10 = [
|
|
1539
1553
|
["rect", { x: "8", y: "8", width: "8", height: "8", rx: "2", key: "yj20xf" }],
|
|
1540
1554
|
["path", { d: "M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2", key: "1ltk23" }],
|
|
1541
1555
|
["path", { d: "M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2", key: "1q24h9" }]
|
|
1542
1556
|
];
|
|
1543
|
-
var BringToFront = createLucideIcon("bring-to-front",
|
|
1557
|
+
var BringToFront = createLucideIcon("bring-to-front", __iconNode10);
|
|
1544
1558
|
|
|
1545
1559
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bug.js
|
|
1546
|
-
var
|
|
1560
|
+
var __iconNode11 = [
|
|
1547
1561
|
["path", { d: "m8 2 1.88 1.88", key: "fmnt4t" }],
|
|
1548
1562
|
["path", { d: "M14.12 3.88 16 2", key: "qol33r" }],
|
|
1549
1563
|
["path", { d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1", key: "d7y7pr" }],
|
|
@@ -1562,10 +1576,10 @@ var __iconNode10 = [
|
|
|
1562
1576
|
["path", { d: "M22 13h-4", key: "1jl80f" }],
|
|
1563
1577
|
["path", { d: "M17.2 17c2.1.1 3.8 1.9 3.8 4", key: "k3fwyw" }]
|
|
1564
1578
|
];
|
|
1565
|
-
var Bug = createLucideIcon("bug",
|
|
1579
|
+
var Bug = createLucideIcon("bug", __iconNode11);
|
|
1566
1580
|
|
|
1567
1581
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/building-2.js
|
|
1568
|
-
var
|
|
1582
|
+
var __iconNode12 = [
|
|
1569
1583
|
["path", { d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z", key: "1b4qmf" }],
|
|
1570
1584
|
["path", { d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2", key: "i71pzd" }],
|
|
1571
1585
|
["path", { d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2", key: "10jefs" }],
|
|
@@ -1574,10 +1588,10 @@ var __iconNode11 = [
|
|
|
1574
1588
|
["path", { d: "M10 14h4", key: "kelpxr" }],
|
|
1575
1589
|
["path", { d: "M10 18h4", key: "1ulq68" }]
|
|
1576
1590
|
];
|
|
1577
|
-
var Building2 = createLucideIcon("building-2",
|
|
1591
|
+
var Building2 = createLucideIcon("building-2", __iconNode12);
|
|
1578
1592
|
|
|
1579
1593
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/car.js
|
|
1580
|
-
var
|
|
1594
|
+
var __iconNode13 = [
|
|
1581
1595
|
[
|
|
1582
1596
|
"path",
|
|
1583
1597
|
{
|
|
@@ -1589,60 +1603,60 @@ var __iconNode12 = [
|
|
|
1589
1603
|
["path", { d: "M9 17h6", key: "r8uit2" }],
|
|
1590
1604
|
["circle", { cx: "17", cy: "17", r: "2", key: "axvx0g" }]
|
|
1591
1605
|
];
|
|
1592
|
-
var Car = createLucideIcon("car",
|
|
1606
|
+
var Car = createLucideIcon("car", __iconNode13);
|
|
1593
1607
|
|
|
1594
1608
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-check.js
|
|
1595
|
-
var
|
|
1609
|
+
var __iconNode14 = [
|
|
1596
1610
|
["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
|
|
1597
1611
|
["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
|
|
1598
1612
|
];
|
|
1599
|
-
var CheckCheck = createLucideIcon("check-check",
|
|
1613
|
+
var CheckCheck = createLucideIcon("check-check", __iconNode14);
|
|
1600
1614
|
|
|
1601
1615
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
|
|
1602
|
-
var
|
|
1603
|
-
var Check = createLucideIcon("check",
|
|
1616
|
+
var __iconNode15 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
|
|
1617
|
+
var Check = createLucideIcon("check", __iconNode15);
|
|
1604
1618
|
|
|
1605
1619
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
1606
|
-
var
|
|
1607
|
-
var ChevronDown = createLucideIcon("chevron-down",
|
|
1620
|
+
var __iconNode16 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
1621
|
+
var ChevronDown = createLucideIcon("chevron-down", __iconNode16);
|
|
1608
1622
|
|
|
1609
1623
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
|
|
1610
|
-
var
|
|
1611
|
-
var ChevronLeft = createLucideIcon("chevron-left",
|
|
1624
|
+
var __iconNode17 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
|
|
1625
|
+
var ChevronLeft = createLucideIcon("chevron-left", __iconNode17);
|
|
1612
1626
|
|
|
1613
1627
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
|
|
1614
|
-
var
|
|
1615
|
-
var ChevronRight = createLucideIcon("chevron-right",
|
|
1628
|
+
var __iconNode18 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
1629
|
+
var ChevronRight = createLucideIcon("chevron-right", __iconNode18);
|
|
1616
1630
|
|
|
1617
1631
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
|
|
1618
|
-
var
|
|
1619
|
-
var ChevronUp = createLucideIcon("chevron-up",
|
|
1632
|
+
var __iconNode19 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
1633
|
+
var ChevronUp = createLucideIcon("chevron-up", __iconNode19);
|
|
1620
1634
|
|
|
1621
1635
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
|
|
1622
|
-
var
|
|
1636
|
+
var __iconNode20 = [
|
|
1623
1637
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1624
1638
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
1625
1639
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
1626
1640
|
];
|
|
1627
|
-
var CircleAlert = createLucideIcon("circle-alert",
|
|
1641
|
+
var CircleAlert = createLucideIcon("circle-alert", __iconNode20);
|
|
1628
1642
|
|
|
1629
1643
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
|
|
1630
|
-
var
|
|
1631
|
-
var CircleSmall = createLucideIcon("circle-small",
|
|
1644
|
+
var __iconNode21 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
|
|
1645
|
+
var CircleSmall = createLucideIcon("circle-small", __iconNode21);
|
|
1632
1646
|
|
|
1633
1647
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-stop.js
|
|
1634
|
-
var
|
|
1648
|
+
var __iconNode22 = [
|
|
1635
1649
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1636
1650
|
["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
|
|
1637
1651
|
];
|
|
1638
|
-
var CircleStop = createLucideIcon("circle-stop",
|
|
1652
|
+
var CircleStop = createLucideIcon("circle-stop", __iconNode22);
|
|
1639
1653
|
|
|
1640
1654
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
|
|
1641
|
-
var
|
|
1642
|
-
var Circle = createLucideIcon("circle",
|
|
1655
|
+
var __iconNode23 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
|
|
1656
|
+
var Circle = createLucideIcon("circle", __iconNode23);
|
|
1643
1657
|
|
|
1644
1658
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
|
|
1645
|
-
var
|
|
1659
|
+
var __iconNode24 = [
|
|
1646
1660
|
[
|
|
1647
1661
|
"path",
|
|
1648
1662
|
{
|
|
@@ -1672,17 +1686,17 @@ var __iconNode23 = [
|
|
|
1672
1686
|
}
|
|
1673
1687
|
]
|
|
1674
1688
|
];
|
|
1675
|
-
var Component = createLucideIcon("component",
|
|
1689
|
+
var Component = createLucideIcon("component", __iconNode24);
|
|
1676
1690
|
|
|
1677
1691
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
|
|
1678
|
-
var
|
|
1692
|
+
var __iconNode25 = [
|
|
1679
1693
|
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
1680
1694
|
["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
|
|
1681
1695
|
];
|
|
1682
|
-
var Copy = createLucideIcon("copy",
|
|
1696
|
+
var Copy = createLucideIcon("copy", __iconNode25);
|
|
1683
1697
|
|
|
1684
1698
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
|
|
1685
|
-
var
|
|
1699
|
+
var __iconNode26 = [
|
|
1686
1700
|
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
1687
1701
|
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
1688
1702
|
["path", { d: "M17 20v2", key: "1rnc9c" }],
|
|
@@ -1698,48 +1712,48 @@ var __iconNode25 = [
|
|
|
1698
1712
|
["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
|
|
1699
1713
|
["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
|
|
1700
1714
|
];
|
|
1701
|
-
var Cpu = createLucideIcon("cpu",
|
|
1715
|
+
var Cpu = createLucideIcon("cpu", __iconNode26);
|
|
1702
1716
|
|
|
1703
1717
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
|
|
1704
|
-
var
|
|
1718
|
+
var __iconNode27 = [
|
|
1705
1719
|
["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
|
|
1706
1720
|
["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
|
|
1707
1721
|
["path", { d: "M21 5V8", key: "1marbg" }],
|
|
1708
1722
|
["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
|
|
1709
1723
|
["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
|
|
1710
1724
|
];
|
|
1711
|
-
var DatabaseZap = createLucideIcon("database-zap",
|
|
1725
|
+
var DatabaseZap = createLucideIcon("database-zap", __iconNode27);
|
|
1712
1726
|
|
|
1713
1727
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
|
|
1714
|
-
var
|
|
1715
|
-
var Dot = createLucideIcon("dot",
|
|
1728
|
+
var __iconNode28 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
|
|
1729
|
+
var Dot = createLucideIcon("dot", __iconNode28);
|
|
1716
1730
|
|
|
1717
1731
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
|
|
1718
|
-
var
|
|
1732
|
+
var __iconNode29 = [
|
|
1719
1733
|
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
1720
1734
|
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
1721
1735
|
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
1722
1736
|
];
|
|
1723
|
-
var Download = createLucideIcon("download",
|
|
1737
|
+
var Download = createLucideIcon("download", __iconNode29);
|
|
1724
1738
|
|
|
1725
1739
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
|
|
1726
|
-
var
|
|
1740
|
+
var __iconNode30 = [
|
|
1727
1741
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
1728
1742
|
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
1729
1743
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
1730
1744
|
];
|
|
1731
|
-
var Ellipsis = createLucideIcon("ellipsis",
|
|
1745
|
+
var Ellipsis = createLucideIcon("ellipsis", __iconNode30);
|
|
1732
1746
|
|
|
1733
1747
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
|
|
1734
|
-
var
|
|
1748
|
+
var __iconNode31 = [
|
|
1735
1749
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
1736
1750
|
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
1737
1751
|
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
1738
1752
|
];
|
|
1739
|
-
var ExternalLink = createLucideIcon("external-link",
|
|
1753
|
+
var ExternalLink = createLucideIcon("external-link", __iconNode31);
|
|
1740
1754
|
|
|
1741
1755
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
|
|
1742
|
-
var
|
|
1756
|
+
var __iconNode32 = [
|
|
1743
1757
|
[
|
|
1744
1758
|
"path",
|
|
1745
1759
|
{
|
|
@@ -1749,62 +1763,62 @@ var __iconNode31 = [
|
|
|
1749
1763
|
],
|
|
1750
1764
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
1751
1765
|
];
|
|
1752
|
-
var Eye = createLucideIcon("eye",
|
|
1766
|
+
var Eye = createLucideIcon("eye", __iconNode32);
|
|
1753
1767
|
|
|
1754
1768
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
|
|
1755
|
-
var
|
|
1769
|
+
var __iconNode33 = [
|
|
1756
1770
|
[
|
|
1757
1771
|
"path",
|
|
1758
1772
|
{ d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
|
|
1759
1773
|
]
|
|
1760
1774
|
];
|
|
1761
|
-
var Facebook = createLucideIcon("facebook",
|
|
1775
|
+
var Facebook = createLucideIcon("facebook", __iconNode33);
|
|
1762
1776
|
|
|
1763
1777
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
|
|
1764
|
-
var
|
|
1778
|
+
var __iconNode34 = [
|
|
1765
1779
|
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1766
1780
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1767
1781
|
["path", { d: "M12 18v-6", key: "17g6i2" }],
|
|
1768
1782
|
["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
|
|
1769
1783
|
];
|
|
1770
|
-
var FileDown = createLucideIcon("file-down",
|
|
1784
|
+
var FileDown = createLucideIcon("file-down", __iconNode34);
|
|
1771
1785
|
|
|
1772
1786
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
|
|
1773
|
-
var
|
|
1787
|
+
var __iconNode35 = [
|
|
1774
1788
|
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
|
|
1775
1789
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1776
1790
|
["path", { d: "M2 15h10", key: "jfw4w8" }],
|
|
1777
1791
|
["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
|
|
1778
1792
|
];
|
|
1779
|
-
var FileInput = createLucideIcon("file-input",
|
|
1793
|
+
var FileInput = createLucideIcon("file-input", __iconNode35);
|
|
1780
1794
|
|
|
1781
1795
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
|
|
1782
|
-
var
|
|
1796
|
+
var __iconNode36 = [
|
|
1783
1797
|
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
|
|
1784
1798
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1785
1799
|
["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
|
|
1786
1800
|
["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
|
|
1787
1801
|
];
|
|
1788
|
-
var FileLock2 = createLucideIcon("file-lock-2",
|
|
1802
|
+
var FileLock2 = createLucideIcon("file-lock-2", __iconNode36);
|
|
1789
1803
|
|
|
1790
1804
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
|
|
1791
|
-
var
|
|
1805
|
+
var __iconNode37 = [
|
|
1792
1806
|
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1793
1807
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1794
1808
|
["path", { d: "M12 12v6", key: "3ahymv" }],
|
|
1795
1809
|
["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
|
|
1796
1810
|
];
|
|
1797
|
-
var FileUp = createLucideIcon("file-up",
|
|
1811
|
+
var FileUp = createLucideIcon("file-up", __iconNode37);
|
|
1798
1812
|
|
|
1799
1813
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
|
|
1800
|
-
var
|
|
1814
|
+
var __iconNode38 = [
|
|
1801
1815
|
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1802
1816
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
|
|
1803
1817
|
];
|
|
1804
|
-
var File = createLucideIcon("file",
|
|
1818
|
+
var File = createLucideIcon("file", __iconNode38);
|
|
1805
1819
|
|
|
1806
1820
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
|
|
1807
|
-
var
|
|
1821
|
+
var __iconNode39 = [
|
|
1808
1822
|
["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
|
|
1809
1823
|
["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
|
|
1810
1824
|
["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
|
|
@@ -1815,10 +1829,10 @@ var __iconNode38 = [
|
|
|
1815
1829
|
["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
|
|
1816
1830
|
["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
|
|
1817
1831
|
];
|
|
1818
|
-
var Fingerprint = createLucideIcon("fingerprint",
|
|
1832
|
+
var Fingerprint = createLucideIcon("fingerprint", __iconNode39);
|
|
1819
1833
|
|
|
1820
1834
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
|
|
1821
|
-
var
|
|
1835
|
+
var __iconNode40 = [
|
|
1822
1836
|
[
|
|
1823
1837
|
"path",
|
|
1824
1838
|
{
|
|
@@ -1827,10 +1841,10 @@ var __iconNode39 = [
|
|
|
1827
1841
|
}
|
|
1828
1842
|
]
|
|
1829
1843
|
];
|
|
1830
|
-
var FolderOpen = createLucideIcon("folder-open",
|
|
1844
|
+
var FolderOpen = createLucideIcon("folder-open", __iconNode40);
|
|
1831
1845
|
|
|
1832
1846
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
|
|
1833
|
-
var
|
|
1847
|
+
var __iconNode41 = [
|
|
1834
1848
|
[
|
|
1835
1849
|
"path",
|
|
1836
1850
|
{
|
|
@@ -1839,10 +1853,10 @@ var __iconNode40 = [
|
|
|
1839
1853
|
}
|
|
1840
1854
|
]
|
|
1841
1855
|
];
|
|
1842
|
-
var Folder = createLucideIcon("folder",
|
|
1856
|
+
var Folder = createLucideIcon("folder", __iconNode41);
|
|
1843
1857
|
|
|
1844
1858
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
|
|
1845
|
-
var
|
|
1859
|
+
var __iconNode42 = [
|
|
1846
1860
|
["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
|
|
1847
1861
|
["path", { d: "M12 8v13", key: "1c76mn" }],
|
|
1848
1862
|
["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
|
|
@@ -1854,20 +1868,20 @@ var __iconNode41 = [
|
|
|
1854
1868
|
}
|
|
1855
1869
|
]
|
|
1856
1870
|
];
|
|
1857
|
-
var Gift = createLucideIcon("gift",
|
|
1871
|
+
var Gift = createLucideIcon("gift", __iconNode42);
|
|
1858
1872
|
|
|
1859
1873
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
|
|
1860
|
-
var
|
|
1874
|
+
var __iconNode43 = [
|
|
1861
1875
|
["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
|
|
1862
1876
|
["path", { d: "M5 9v12", key: "ih889a" }],
|
|
1863
1877
|
["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
|
|
1864
1878
|
["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
|
|
1865
1879
|
["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
|
|
1866
1880
|
];
|
|
1867
|
-
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow",
|
|
1881
|
+
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode43);
|
|
1868
1882
|
|
|
1869
1883
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
|
|
1870
|
-
var
|
|
1884
|
+
var __iconNode44 = [
|
|
1871
1885
|
[
|
|
1872
1886
|
"path",
|
|
1873
1887
|
{
|
|
@@ -1879,18 +1893,18 @@ var __iconNode43 = [
|
|
|
1879
1893
|
["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
|
|
1880
1894
|
["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
|
|
1881
1895
|
];
|
|
1882
|
-
var GlobeLock = createLucideIcon("globe-lock",
|
|
1896
|
+
var GlobeLock = createLucideIcon("globe-lock", __iconNode44);
|
|
1883
1897
|
|
|
1884
1898
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
|
|
1885
|
-
var
|
|
1899
|
+
var __iconNode45 = [
|
|
1886
1900
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1887
1901
|
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
|
|
1888
1902
|
["path", { d: "M2 12h20", key: "9i4pu4" }]
|
|
1889
1903
|
];
|
|
1890
|
-
var Globe = createLucideIcon("globe",
|
|
1904
|
+
var Globe = createLucideIcon("globe", __iconNode45);
|
|
1891
1905
|
|
|
1892
1906
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
|
|
1893
|
-
var
|
|
1907
|
+
var __iconNode46 = [
|
|
1894
1908
|
["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
|
|
1895
1909
|
["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
|
|
1896
1910
|
["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
|
|
@@ -1898,10 +1912,10 @@ var __iconNode45 = [
|
|
|
1898
1912
|
["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
|
|
1899
1913
|
["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
|
|
1900
1914
|
];
|
|
1901
|
-
var GripVertical = createLucideIcon("grip-vertical",
|
|
1915
|
+
var GripVertical = createLucideIcon("grip-vertical", __iconNode46);
|
|
1902
1916
|
|
|
1903
1917
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
|
|
1904
|
-
var
|
|
1918
|
+
var __iconNode47 = [
|
|
1905
1919
|
["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
|
|
1906
1920
|
["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
|
|
1907
1921
|
["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
|
|
@@ -1912,10 +1926,10 @@ var __iconNode46 = [
|
|
|
1912
1926
|
["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
|
|
1913
1927
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
1914
1928
|
];
|
|
1915
|
-
var Grip = createLucideIcon("grip",
|
|
1929
|
+
var Grip = createLucideIcon("grip", __iconNode47);
|
|
1916
1930
|
|
|
1917
1931
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
|
|
1918
|
-
var
|
|
1932
|
+
var __iconNode48 = [
|
|
1919
1933
|
["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
|
|
1920
1934
|
[
|
|
1921
1935
|
"path",
|
|
@@ -1933,10 +1947,10 @@ var __iconNode47 = [
|
|
|
1933
1947
|
}
|
|
1934
1948
|
]
|
|
1935
1949
|
];
|
|
1936
|
-
var HandHeart = createLucideIcon("hand-heart",
|
|
1950
|
+
var HandHeart = createLucideIcon("hand-heart", __iconNode48);
|
|
1937
1951
|
|
|
1938
1952
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
|
|
1939
|
-
var
|
|
1953
|
+
var __iconNode49 = [
|
|
1940
1954
|
["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
|
|
1941
1955
|
[
|
|
1942
1956
|
"path",
|
|
@@ -1949,17 +1963,17 @@ var __iconNode48 = [
|
|
|
1949
1963
|
["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
|
|
1950
1964
|
["path", { d: "M3 4h8", key: "1ep09j" }]
|
|
1951
1965
|
];
|
|
1952
|
-
var Handshake = createLucideIcon("handshake",
|
|
1966
|
+
var Handshake = createLucideIcon("handshake", __iconNode49);
|
|
1953
1967
|
|
|
1954
1968
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
|
|
1955
|
-
var
|
|
1969
|
+
var __iconNode50 = [
|
|
1956
1970
|
["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
|
|
1957
1971
|
["path", { d: "m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4", key: "14a9rk" }]
|
|
1958
1972
|
];
|
|
1959
|
-
var Highlighter = createLucideIcon("highlighter",
|
|
1973
|
+
var Highlighter = createLucideIcon("highlighter", __iconNode50);
|
|
1960
1974
|
|
|
1961
1975
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
|
|
1962
|
-
var
|
|
1976
|
+
var __iconNode51 = [
|
|
1963
1977
|
[
|
|
1964
1978
|
"path",
|
|
1965
1979
|
{
|
|
@@ -1971,10 +1985,10 @@ var __iconNode50 = [
|
|
|
1971
1985
|
["path", { d: "M15 18h6", key: "3b3c90" }],
|
|
1972
1986
|
["path", { d: "M18 15v6", key: "9wciyi" }]
|
|
1973
1987
|
];
|
|
1974
|
-
var HousePlus = createLucideIcon("house-plus",
|
|
1988
|
+
var HousePlus = createLucideIcon("house-plus", __iconNode51);
|
|
1975
1989
|
|
|
1976
1990
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
|
|
1977
|
-
var
|
|
1991
|
+
var __iconNode52 = [
|
|
1978
1992
|
[
|
|
1979
1993
|
"path",
|
|
1980
1994
|
{
|
|
@@ -1986,10 +2000,10 @@ var __iconNode51 = [
|
|
|
1986
2000
|
["path", { d: "m17 22 3-3", key: "1nkfve" }],
|
|
1987
2001
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1988
2002
|
];
|
|
1989
|
-
var ImageDown = createLucideIcon("image-down",
|
|
2003
|
+
var ImageDown = createLucideIcon("image-down", __iconNode52);
|
|
1990
2004
|
|
|
1991
2005
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
|
|
1992
|
-
var
|
|
2006
|
+
var __iconNode53 = [
|
|
1993
2007
|
["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
|
|
1994
2008
|
["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
|
|
1995
2009
|
["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
|
|
@@ -2003,10 +2017,10 @@ var __iconNode52 = [
|
|
|
2003
2017
|
],
|
|
2004
2018
|
["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
|
|
2005
2019
|
];
|
|
2006
|
-
var ImageOff = createLucideIcon("image-off",
|
|
2020
|
+
var ImageOff = createLucideIcon("image-off", __iconNode53);
|
|
2007
2021
|
|
|
2008
2022
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
|
|
2009
|
-
var
|
|
2023
|
+
var __iconNode54 = [
|
|
2010
2024
|
[
|
|
2011
2025
|
"path",
|
|
2012
2026
|
{
|
|
@@ -2018,24 +2032,24 @@ var __iconNode53 = [
|
|
|
2018
2032
|
["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
|
|
2019
2033
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
2020
2034
|
];
|
|
2021
|
-
var ImageUp = createLucideIcon("image-up",
|
|
2035
|
+
var ImageUp = createLucideIcon("image-up", __iconNode54);
|
|
2022
2036
|
|
|
2023
2037
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
|
|
2024
|
-
var
|
|
2038
|
+
var __iconNode55 = [
|
|
2025
2039
|
["path", { d: "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8", key: "18ogeb" }]
|
|
2026
2040
|
];
|
|
2027
|
-
var Infinity = createLucideIcon("infinity",
|
|
2041
|
+
var Infinity = createLucideIcon("infinity", __iconNode55);
|
|
2028
2042
|
|
|
2029
2043
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
|
|
2030
|
-
var
|
|
2044
|
+
var __iconNode56 = [
|
|
2031
2045
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
2032
2046
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
2033
2047
|
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
2034
2048
|
];
|
|
2035
|
-
var Info = createLucideIcon("info",
|
|
2049
|
+
var Info = createLucideIcon("info", __iconNode56);
|
|
2036
2050
|
|
|
2037
2051
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
|
|
2038
|
-
var
|
|
2052
|
+
var __iconNode57 = [
|
|
2039
2053
|
["path", { d: "M10 8h.01", key: "1r9ogq" }],
|
|
2040
2054
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
2041
2055
|
["path", { d: "M14 8h.01", key: "1primd" }],
|
|
@@ -2046,10 +2060,10 @@ var __iconNode56 = [
|
|
|
2046
2060
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
2047
2061
|
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
|
|
2048
2062
|
];
|
|
2049
|
-
var Keyboard = createLucideIcon("keyboard",
|
|
2063
|
+
var Keyboard = createLucideIcon("keyboard", __iconNode57);
|
|
2050
2064
|
|
|
2051
2065
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
|
|
2052
|
-
var
|
|
2066
|
+
var __iconNode58 = [
|
|
2053
2067
|
["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
|
|
2054
2068
|
[
|
|
2055
2069
|
"path",
|
|
@@ -2061,71 +2075,88 @@ var __iconNode57 = [
|
|
|
2061
2075
|
["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
|
|
2062
2076
|
["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
|
|
2063
2077
|
];
|
|
2064
|
-
var LandPlot = createLucideIcon("land-plot",
|
|
2078
|
+
var LandPlot = createLucideIcon("land-plot", __iconNode58);
|
|
2065
2079
|
|
|
2066
2080
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
|
|
2067
|
-
var
|
|
2081
|
+
var __iconNode59 = [
|
|
2068
2082
|
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
|
|
2069
2083
|
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
|
|
2070
2084
|
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
|
|
2071
2085
|
];
|
|
2072
|
-
var LayoutTemplate = createLucideIcon("layout-template",
|
|
2086
|
+
var LayoutTemplate = createLucideIcon("layout-template", __iconNode59);
|
|
2073
2087
|
|
|
2074
2088
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
|
|
2075
|
-
var
|
|
2089
|
+
var __iconNode60 = [
|
|
2076
2090
|
["path", { d: "m16 6 4 14", key: "ji33uf" }],
|
|
2077
2091
|
["path", { d: "M12 6v14", key: "1n7gus" }],
|
|
2078
2092
|
["path", { d: "M8 8v12", key: "1gg7y9" }],
|
|
2079
2093
|
["path", { d: "M4 4v16", key: "6qkkli" }]
|
|
2080
2094
|
];
|
|
2081
|
-
var Library = createLucideIcon("library",
|
|
2095
|
+
var Library = createLucideIcon("library", __iconNode60);
|
|
2082
2096
|
|
|
2083
2097
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
|
|
2084
|
-
var
|
|
2098
|
+
var __iconNode61 = [
|
|
2085
2099
|
["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71", key: "1cjeqo" }],
|
|
2086
2100
|
["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71", key: "19qd67" }]
|
|
2087
2101
|
];
|
|
2088
|
-
var Link = createLucideIcon("link",
|
|
2102
|
+
var Link = createLucideIcon("link", __iconNode61);
|
|
2089
2103
|
|
|
2090
2104
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
|
|
2091
|
-
var
|
|
2105
|
+
var __iconNode62 = [
|
|
2092
2106
|
["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
|
|
2093
2107
|
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
2094
2108
|
["path", { d: "M13 6h8", key: "15sg57" }],
|
|
2095
2109
|
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
2096
2110
|
["path", { d: "M13 18h8", key: "oe0vm4" }]
|
|
2097
2111
|
];
|
|
2098
|
-
var ListTodo = createLucideIcon("list-todo",
|
|
2112
|
+
var ListTodo = createLucideIcon("list-todo", __iconNode62);
|
|
2099
2113
|
|
|
2100
2114
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
2101
|
-
var
|
|
2102
|
-
var LoaderCircle = createLucideIcon("loader-circle",
|
|
2115
|
+
var __iconNode63 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
2116
|
+
var LoaderCircle = createLucideIcon("loader-circle", __iconNode63);
|
|
2103
2117
|
|
|
2104
2118
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
|
|
2105
|
-
var
|
|
2119
|
+
var __iconNode64 = [
|
|
2106
2120
|
["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
|
|
2107
2121
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
2108
2122
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
|
|
2109
2123
|
];
|
|
2110
|
-
var LogIn = createLucideIcon("log-in",
|
|
2124
|
+
var LogIn = createLucideIcon("log-in", __iconNode64);
|
|
2111
2125
|
|
|
2112
2126
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
|
|
2113
|
-
var
|
|
2127
|
+
var __iconNode65 = [
|
|
2114
2128
|
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
2115
2129
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
2116
2130
|
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
2117
2131
|
];
|
|
2118
|
-
var LogOut = createLucideIcon("log-out",
|
|
2132
|
+
var LogOut = createLucideIcon("log-out", __iconNode65);
|
|
2119
2133
|
|
|
2120
2134
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
|
|
2121
|
-
var
|
|
2135
|
+
var __iconNode66 = [
|
|
2122
2136
|
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
2123
2137
|
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
2124
2138
|
];
|
|
2125
|
-
var Mail = createLucideIcon("mail",
|
|
2139
|
+
var Mail = createLucideIcon("mail", __iconNode66);
|
|
2140
|
+
|
|
2141
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-code.js
|
|
2142
|
+
var __iconNode67 = [
|
|
2143
|
+
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2144
|
+
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
2145
|
+
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22z", key: "k85zhp" }]
|
|
2146
|
+
];
|
|
2147
|
+
var MessageCircleCode = createLucideIcon("message-circle-code", __iconNode67);
|
|
2148
|
+
|
|
2149
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-more.js
|
|
2150
|
+
var __iconNode68 = [
|
|
2151
|
+
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
|
|
2152
|
+
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
2153
|
+
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
2154
|
+
["path", { d: "M16 12h.01", key: "1l6xoz" }]
|
|
2155
|
+
];
|
|
2156
|
+
var MessageCircleMore = createLucideIcon("message-circle-more", __iconNode68);
|
|
2126
2157
|
|
|
2127
2158
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
|
|
2128
|
-
var
|
|
2159
|
+
var __iconNode69 = [
|
|
2129
2160
|
["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
|
|
2130
2161
|
["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
|
|
2131
2162
|
["path", { d: "m6 12-1.9 2", key: "mnht97" }],
|
|
@@ -2138,10 +2169,10 @@ var __iconNode66 = [
|
|
|
2138
2169
|
}
|
|
2139
2170
|
]
|
|
2140
2171
|
];
|
|
2141
|
-
var MousePointerClick = createLucideIcon("mouse-pointer-click",
|
|
2172
|
+
var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode69);
|
|
2142
2173
|
|
|
2143
2174
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
|
|
2144
|
-
var
|
|
2175
|
+
var __iconNode70 = [
|
|
2145
2176
|
[
|
|
2146
2177
|
"path",
|
|
2147
2178
|
{
|
|
@@ -2154,25 +2185,25 @@ var __iconNode67 = [
|
|
|
2154
2185
|
["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
|
|
2155
2186
|
["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
|
|
2156
2187
|
];
|
|
2157
|
-
var Palette = createLucideIcon("palette",
|
|
2188
|
+
var Palette = createLucideIcon("palette", __iconNode70);
|
|
2158
2189
|
|
|
2159
2190
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
2160
|
-
var
|
|
2191
|
+
var __iconNode71 = [
|
|
2161
2192
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
2162
2193
|
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
2163
2194
|
];
|
|
2164
|
-
var PanelLeft = createLucideIcon("panel-left",
|
|
2195
|
+
var PanelLeft = createLucideIcon("panel-left", __iconNode71);
|
|
2165
2196
|
|
|
2166
2197
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
|
|
2167
|
-
var
|
|
2198
|
+
var __iconNode72 = [
|
|
2168
2199
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
2169
2200
|
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
2170
2201
|
["path", { d: "M9 21V9", key: "1oto5p" }]
|
|
2171
2202
|
];
|
|
2172
|
-
var PanelsTopLeft = createLucideIcon("panels-top-left",
|
|
2203
|
+
var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode72);
|
|
2173
2204
|
|
|
2174
2205
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
|
|
2175
|
-
var
|
|
2206
|
+
var __iconNode73 = [
|
|
2176
2207
|
["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
|
|
2177
2208
|
["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
|
|
2178
2209
|
["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
|
|
@@ -2184,10 +2215,10 @@ var __iconNode70 = [
|
|
|
2184
2215
|
}
|
|
2185
2216
|
]
|
|
2186
2217
|
];
|
|
2187
|
-
var PawPrint = createLucideIcon("paw-print",
|
|
2218
|
+
var PawPrint = createLucideIcon("paw-print", __iconNode73);
|
|
2188
2219
|
|
|
2189
2220
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
2190
|
-
var
|
|
2221
|
+
var __iconNode74 = [
|
|
2191
2222
|
[
|
|
2192
2223
|
"path",
|
|
2193
2224
|
{
|
|
@@ -2197,18 +2228,18 @@ var __iconNode71 = [
|
|
|
2197
2228
|
],
|
|
2198
2229
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
2199
2230
|
];
|
|
2200
|
-
var Pencil = createLucideIcon("pencil",
|
|
2231
|
+
var Pencil = createLucideIcon("pencil", __iconNode74);
|
|
2201
2232
|
|
|
2202
2233
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
|
|
2203
|
-
var
|
|
2234
|
+
var __iconNode75 = [
|
|
2204
2235
|
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
|
|
2205
2236
|
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
|
|
2206
2237
|
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
|
|
2207
2238
|
];
|
|
2208
|
-
var Pi = createLucideIcon("pi",
|
|
2239
|
+
var Pi = createLucideIcon("pi", __iconNode75);
|
|
2209
2240
|
|
|
2210
2241
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
|
|
2211
|
-
var
|
|
2242
|
+
var __iconNode76 = [
|
|
2212
2243
|
["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
|
|
2213
2244
|
["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
|
|
2214
2245
|
["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
|
|
@@ -2222,10 +2253,10 @@ var __iconNode73 = [
|
|
|
2222
2253
|
["path", { d: "M21 12v.01", key: "1lwtk9" }],
|
|
2223
2254
|
["path", { d: "M12 21v-1", key: "1880an" }]
|
|
2224
2255
|
];
|
|
2225
|
-
var QrCode = createLucideIcon("qr-code",
|
|
2256
|
+
var QrCode = createLucideIcon("qr-code", __iconNode76);
|
|
2226
2257
|
|
|
2227
2258
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
|
|
2228
|
-
var
|
|
2259
|
+
var __iconNode77 = [
|
|
2229
2260
|
[
|
|
2230
2261
|
"path",
|
|
2231
2262
|
{ d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z", key: "q3az6g" }
|
|
@@ -2234,19 +2265,19 @@ var __iconNode74 = [
|
|
|
2234
2265
|
["path", { d: "M16 12H8", key: "1fr5h0" }],
|
|
2235
2266
|
["path", { d: "M13 16H8", key: "wsln4y" }]
|
|
2236
2267
|
];
|
|
2237
|
-
var ReceiptText = createLucideIcon("receipt-text",
|
|
2268
|
+
var ReceiptText = createLucideIcon("receipt-text", __iconNode77);
|
|
2238
2269
|
|
|
2239
2270
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
2240
|
-
var
|
|
2271
|
+
var __iconNode78 = [
|
|
2241
2272
|
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
2242
2273
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
2243
2274
|
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
2244
2275
|
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
2245
2276
|
];
|
|
2246
|
-
var RefreshCcw = createLucideIcon("refresh-ccw",
|
|
2277
|
+
var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode78);
|
|
2247
2278
|
|
|
2248
2279
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
|
|
2249
|
-
var
|
|
2280
|
+
var __iconNode79 = [
|
|
2250
2281
|
["path", { d: "M17 3v10", key: "15fgeh" }],
|
|
2251
2282
|
["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
|
|
2252
2283
|
["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
|
|
@@ -2255,10 +2286,10 @@ var __iconNode76 = [
|
|
|
2255
2286
|
{ d: "M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z", key: "swwfx4" }
|
|
2256
2287
|
]
|
|
2257
2288
|
];
|
|
2258
|
-
var Regex = createLucideIcon("regex",
|
|
2289
|
+
var Regex = createLucideIcon("regex", __iconNode79);
|
|
2259
2290
|
|
|
2260
2291
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
|
|
2261
|
-
var
|
|
2292
|
+
var __iconNode80 = [
|
|
2262
2293
|
["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
|
|
2263
2294
|
["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
|
|
2264
2295
|
["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
|
|
@@ -2267,10 +2298,10 @@ var __iconNode77 = [
|
|
|
2267
2298
|
["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
|
|
2268
2299
|
["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
|
|
2269
2300
|
];
|
|
2270
|
-
var Replace = createLucideIcon("replace",
|
|
2301
|
+
var Replace = createLucideIcon("replace", __iconNode80);
|
|
2271
2302
|
|
|
2272
2303
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
|
|
2273
|
-
var
|
|
2304
|
+
var __iconNode81 = [
|
|
2274
2305
|
[
|
|
2275
2306
|
"path",
|
|
2276
2307
|
{
|
|
@@ -2288,35 +2319,35 @@ var __iconNode78 = [
|
|
|
2288
2319
|
["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
|
|
2289
2320
|
["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
|
|
2290
2321
|
];
|
|
2291
|
-
var Rocket = createLucideIcon("rocket",
|
|
2322
|
+
var Rocket = createLucideIcon("rocket", __iconNode81);
|
|
2292
2323
|
|
|
2293
2324
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
|
|
2294
|
-
var
|
|
2325
|
+
var __iconNode82 = [
|
|
2295
2326
|
["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
|
|
2296
2327
|
["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
|
|
2297
2328
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
2298
2329
|
];
|
|
2299
|
-
var Rss = createLucideIcon("rss",
|
|
2330
|
+
var Rss = createLucideIcon("rss", __iconNode82);
|
|
2300
2331
|
|
|
2301
2332
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
|
|
2302
|
-
var
|
|
2333
|
+
var __iconNode83 = [
|
|
2303
2334
|
["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
|
|
2304
2335
|
["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
|
|
2305
2336
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
2306
2337
|
["path", { d: "M12 3v18", key: "108xh3" }],
|
|
2307
2338
|
["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
|
|
2308
2339
|
];
|
|
2309
|
-
var Scale = createLucideIcon("scale",
|
|
2340
|
+
var Scale = createLucideIcon("scale", __iconNode83);
|
|
2310
2341
|
|
|
2311
2342
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
|
|
2312
|
-
var
|
|
2343
|
+
var __iconNode84 = [
|
|
2313
2344
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
2314
2345
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
2315
2346
|
];
|
|
2316
|
-
var Search = createLucideIcon("search",
|
|
2347
|
+
var Search = createLucideIcon("search", __iconNode84);
|
|
2317
2348
|
|
|
2318
2349
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
2319
|
-
var
|
|
2350
|
+
var __iconNode85 = [
|
|
2320
2351
|
[
|
|
2321
2352
|
"path",
|
|
2322
2353
|
{
|
|
@@ -2326,27 +2357,27 @@ var __iconNode82 = [
|
|
|
2326
2357
|
],
|
|
2327
2358
|
["path", { d: "M6 12h16", key: "s4cdu5" }]
|
|
2328
2359
|
];
|
|
2329
|
-
var SendHorizontal = createLucideIcon("send-horizontal",
|
|
2360
|
+
var SendHorizontal = createLucideIcon("send-horizontal", __iconNode85);
|
|
2330
2361
|
|
|
2331
2362
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
|
|
2332
|
-
var
|
|
2363
|
+
var __iconNode86 = [
|
|
2333
2364
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
2334
2365
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
2335
2366
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
2336
2367
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
2337
2368
|
];
|
|
2338
|
-
var Server = createLucideIcon("server",
|
|
2369
|
+
var Server = createLucideIcon("server", __iconNode86);
|
|
2339
2370
|
|
|
2340
2371
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
|
|
2341
|
-
var
|
|
2372
|
+
var __iconNode87 = [
|
|
2342
2373
|
["path", { d: "M12 2v13", key: "1km8f5" }],
|
|
2343
2374
|
["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
|
|
2344
2375
|
["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
|
|
2345
2376
|
];
|
|
2346
|
-
var Share = createLucideIcon("share",
|
|
2377
|
+
var Share = createLucideIcon("share", __iconNode87);
|
|
2347
2378
|
|
|
2348
2379
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
|
|
2349
|
-
var
|
|
2380
|
+
var __iconNode88 = [
|
|
2350
2381
|
[
|
|
2351
2382
|
"path",
|
|
2352
2383
|
{
|
|
@@ -2357,10 +2388,10 @@ var __iconNode85 = [
|
|
|
2357
2388
|
["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
|
|
2358
2389
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
|
|
2359
2390
|
];
|
|
2360
|
-
var ShieldUser = createLucideIcon("shield-user",
|
|
2391
|
+
var ShieldUser = createLucideIcon("shield-user", __iconNode88);
|
|
2361
2392
|
|
|
2362
2393
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
|
|
2363
|
-
var
|
|
2394
|
+
var __iconNode89 = [
|
|
2364
2395
|
[
|
|
2365
2396
|
"path",
|
|
2366
2397
|
{
|
|
@@ -2369,10 +2400,10 @@ var __iconNode86 = [
|
|
|
2369
2400
|
}
|
|
2370
2401
|
]
|
|
2371
2402
|
];
|
|
2372
|
-
var Shield = createLucideIcon("shield",
|
|
2403
|
+
var Shield = createLucideIcon("shield", __iconNode89);
|
|
2373
2404
|
|
|
2374
2405
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
2375
|
-
var
|
|
2406
|
+
var __iconNode90 = [
|
|
2376
2407
|
[
|
|
2377
2408
|
"path",
|
|
2378
2409
|
{
|
|
@@ -2381,10 +2412,10 @@ var __iconNode87 = [
|
|
|
2381
2412
|
}
|
|
2382
2413
|
]
|
|
2383
2414
|
];
|
|
2384
|
-
var Sigma = createLucideIcon("sigma",
|
|
2415
|
+
var Sigma = createLucideIcon("sigma", __iconNode90);
|
|
2385
2416
|
|
|
2386
2417
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
2387
|
-
var
|
|
2418
|
+
var __iconNode91 = [
|
|
2388
2419
|
[
|
|
2389
2420
|
"path",
|
|
2390
2421
|
{
|
|
@@ -2397,10 +2428,10 @@ var __iconNode88 = [
|
|
|
2397
2428
|
["path", { d: "M4 17v2", key: "vumght" }],
|
|
2398
2429
|
["path", { d: "M5 18H3", key: "zchphs" }]
|
|
2399
2430
|
];
|
|
2400
|
-
var Sparkles = createLucideIcon("sparkles",
|
|
2431
|
+
var Sparkles = createLucideIcon("sparkles", __iconNode91);
|
|
2401
2432
|
|
|
2402
2433
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
|
|
2403
|
-
var
|
|
2434
|
+
var __iconNode92 = [
|
|
2404
2435
|
[
|
|
2405
2436
|
"path",
|
|
2406
2437
|
{
|
|
@@ -2412,10 +2443,10 @@ var __iconNode89 = [
|
|
|
2412
2443
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
2413
2444
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
|
|
2414
2445
|
];
|
|
2415
|
-
var SplinePointer = createLucideIcon("spline-pointer",
|
|
2446
|
+
var SplinePointer = createLucideIcon("spline-pointer", __iconNode92);
|
|
2416
2447
|
|
|
2417
2448
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
|
|
2418
|
-
var
|
|
2449
|
+
var __iconNode93 = [
|
|
2419
2450
|
["path", { d: "M7 20h10", key: "e6iznv" }],
|
|
2420
2451
|
["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
|
|
2421
2452
|
[
|
|
@@ -2433,10 +2464,10 @@ var __iconNode90 = [
|
|
|
2433
2464
|
}
|
|
2434
2465
|
]
|
|
2435
2466
|
];
|
|
2436
|
-
var Sprout = createLucideIcon("sprout",
|
|
2467
|
+
var Sprout = createLucideIcon("sprout", __iconNode93);
|
|
2437
2468
|
|
|
2438
2469
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
2439
|
-
var
|
|
2470
|
+
var __iconNode94 = [
|
|
2440
2471
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2441
2472
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
2442
2473
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
@@ -2446,18 +2477,18 @@ var __iconNode91 = [
|
|
|
2446
2477
|
],
|
|
2447
2478
|
["path", { d: "M9 21h1", key: "15o7lz" }]
|
|
2448
2479
|
];
|
|
2449
|
-
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code",
|
|
2480
|
+
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode94);
|
|
2450
2481
|
|
|
2451
2482
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
|
|
2452
|
-
var
|
|
2483
|
+
var __iconNode95 = [
|
|
2453
2484
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
2454
2485
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
2455
2486
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
2456
2487
|
];
|
|
2457
|
-
var SquareTerminal = createLucideIcon("square-terminal",
|
|
2488
|
+
var SquareTerminal = createLucideIcon("square-terminal", __iconNode95);
|
|
2458
2489
|
|
|
2459
2490
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
|
|
2460
|
-
var
|
|
2491
|
+
var __iconNode96 = [
|
|
2461
2492
|
[
|
|
2462
2493
|
"path",
|
|
2463
2494
|
{
|
|
@@ -2466,26 +2497,26 @@ var __iconNode93 = [
|
|
|
2466
2497
|
}
|
|
2467
2498
|
]
|
|
2468
2499
|
];
|
|
2469
|
-
var Star = createLucideIcon("star",
|
|
2500
|
+
var Star = createLucideIcon("star", __iconNode96);
|
|
2470
2501
|
|
|
2471
2502
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
2472
|
-
var
|
|
2503
|
+
var __iconNode97 = [
|
|
2473
2504
|
["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
|
|
2474
2505
|
["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
|
|
2475
2506
|
["path", { d: "M12 17h10", key: "ls21zv" }],
|
|
2476
2507
|
["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
|
|
2477
2508
|
];
|
|
2478
|
-
var Tablets = createLucideIcon("tablets",
|
|
2509
|
+
var Tablets = createLucideIcon("tablets", __iconNode97);
|
|
2479
2510
|
|
|
2480
2511
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
2481
|
-
var
|
|
2512
|
+
var __iconNode98 = [
|
|
2482
2513
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
2483
2514
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
2484
2515
|
];
|
|
2485
|
-
var Terminal = createLucideIcon("terminal",
|
|
2516
|
+
var Terminal = createLucideIcon("terminal", __iconNode98);
|
|
2486
2517
|
|
|
2487
2518
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
2488
|
-
var
|
|
2519
|
+
var __iconNode99 = [
|
|
2489
2520
|
[
|
|
2490
2521
|
"path",
|
|
2491
2522
|
{
|
|
@@ -2494,25 +2525,25 @@ var __iconNode96 = [
|
|
|
2494
2525
|
}
|
|
2495
2526
|
]
|
|
2496
2527
|
];
|
|
2497
|
-
var Twitter = createLucideIcon("twitter",
|
|
2528
|
+
var Twitter = createLucideIcon("twitter", __iconNode99);
|
|
2498
2529
|
|
|
2499
2530
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
|
|
2500
|
-
var
|
|
2531
|
+
var __iconNode100 = [
|
|
2501
2532
|
["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
|
|
2502
2533
|
["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
|
|
2503
2534
|
["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
|
|
2504
2535
|
];
|
|
2505
|
-
var Workflow = createLucideIcon("workflow",
|
|
2536
|
+
var Workflow = createLucideIcon("workflow", __iconNode100);
|
|
2506
2537
|
|
|
2507
2538
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
|
|
2508
|
-
var
|
|
2539
|
+
var __iconNode101 = [
|
|
2509
2540
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
2510
2541
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
2511
2542
|
];
|
|
2512
|
-
var X = createLucideIcon("x",
|
|
2543
|
+
var X = createLucideIcon("x", __iconNode101);
|
|
2513
2544
|
|
|
2514
2545
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
|
|
2515
|
-
var
|
|
2546
|
+
var __iconNode102 = [
|
|
2516
2547
|
[
|
|
2517
2548
|
"path",
|
|
2518
2549
|
{
|
|
@@ -2521,7 +2552,7 @@ var __iconNode99 = [
|
|
|
2521
2552
|
}
|
|
2522
2553
|
]
|
|
2523
2554
|
];
|
|
2524
|
-
var Zap = createLucideIcon("zap",
|
|
2555
|
+
var Zap = createLucideIcon("zap", __iconNode102);
|
|
2525
2556
|
|
|
2526
2557
|
// ../base-ui/src/components/global-icon.tsx
|
|
2527
2558
|
var import_react34 = __toESM(require("react"), 1);
|
|
@@ -3152,40 +3183,29 @@ function LastUpdatedDate({ date }) {
|
|
|
3152
3183
|
] });
|
|
3153
3184
|
}
|
|
3154
3185
|
|
|
3155
|
-
// src/fuma/mdx/toc.tsx
|
|
3156
|
-
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
3157
|
-
function TocFooter({ lastModified, showCopy, editPath, githubBaseUrl }) {
|
|
3158
|
-
const showEdit = githubBaseUrl && editPath;
|
|
3159
|
-
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
|
|
3160
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(LastUpdatedDate, { date: lastModified }),
|
|
3161
|
-
showCopy && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(LLMCopyButton, {}),
|
|
3162
|
-
showEdit && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
|
|
3163
|
-
] });
|
|
3164
|
-
}
|
|
3165
|
-
|
|
3166
3186
|
// src/fuma/mdx/fuma-banner-suit.tsx
|
|
3167
3187
|
var import_banner = require("fumadocs-ui/components/banner");
|
|
3168
3188
|
var import_next_intl = require("next-intl");
|
|
3169
|
-
var
|
|
3189
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
3170
3190
|
function FumaBannerSuit({ showText }) {
|
|
3171
3191
|
const t = (0, import_next_intl.useTranslations)("home");
|
|
3172
|
-
return showText ? /* @__PURE__ */ (0,
|
|
3192
|
+
return showText ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_banner.Banner, { variant: "rainbow", changeLayout: true, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("p", { className: "text-xl", children: t("banner") }) }) : /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_banner.Banner, { variant: "normal", changeLayout: true, className: "bg-white dark:bg-[rgb(10,10,10)]" });
|
|
3173
3193
|
}
|
|
3174
3194
|
|
|
3175
3195
|
// src/fuma/mdx/fuma-github-info.tsx
|
|
3176
3196
|
var import_react39 = require("react");
|
|
3177
|
-
var
|
|
3197
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
3178
3198
|
function GitHubInfoSkeleton({ owner, repo, className }) {
|
|
3179
|
-
return /* @__PURE__ */ (0,
|
|
3180
|
-
/* @__PURE__ */ (0,
|
|
3181
|
-
/* @__PURE__ */ (0,
|
|
3182
|
-
/* @__PURE__ */ (0,
|
|
3199
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 lg:flex-row lg:items-center animate-pulse ${className}`, children: [
|
|
3200
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
3201
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "size-3.5 bg-fd-muted rounded" }),
|
|
3202
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "h-4 bg-fd-muted rounded w-20" })
|
|
3183
3203
|
] }),
|
|
3184
|
-
/* @__PURE__ */ (0,
|
|
3204
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "h-3 bg-fd-muted rounded w-8" })
|
|
3185
3205
|
] });
|
|
3186
3206
|
}
|
|
3187
3207
|
function GitHubInfoFallback({ owner, repo, className }) {
|
|
3188
|
-
return /* @__PURE__ */ (0,
|
|
3208
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
3189
3209
|
"a",
|
|
3190
3210
|
{
|
|
3191
3211
|
href: `https://github.com/${owner}/${repo}`,
|
|
@@ -3193,17 +3213,17 @@ function GitHubInfoFallback({ owner, repo, className }) {
|
|
|
3193
3213
|
target: "_blank",
|
|
3194
3214
|
className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 transition-colors lg:flex-row lg:items-center hover:text-fd-accent-foreground hover:bg-fd-accent ${className}`,
|
|
3195
3215
|
children: [
|
|
3196
|
-
/* @__PURE__ */ (0,
|
|
3197
|
-
/* @__PURE__ */ (0,
|
|
3198
|
-
/* @__PURE__ */ (0,
|
|
3199
|
-
/* @__PURE__ */ (0,
|
|
3216
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("p", { className: "flex items-center gap-2 truncate", children: [
|
|
3217
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
|
|
3218
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "GitHub" }),
|
|
3219
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
|
|
3200
3220
|
] }),
|
|
3201
3221
|
owner,
|
|
3202
3222
|
"/",
|
|
3203
3223
|
repo
|
|
3204
3224
|
] }),
|
|
3205
|
-
/* @__PURE__ */ (0,
|
|
3206
|
-
/* @__PURE__ */ (0,
|
|
3225
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
|
|
3226
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(globalLucideIcons.ExternalLink, { className: "size-3" }),
|
|
3207
3227
|
"GitHub"
|
|
3208
3228
|
] })
|
|
3209
3229
|
]
|
|
@@ -3217,7 +3237,7 @@ function GitHubInfoSuccess({
|
|
|
3217
3237
|
className
|
|
3218
3238
|
}) {
|
|
3219
3239
|
const humanizedStars = humanizeNumber(stars);
|
|
3220
|
-
return /* @__PURE__ */ (0,
|
|
3240
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
3221
3241
|
"a",
|
|
3222
3242
|
{
|
|
3223
3243
|
href: `https://github.com/${owner}/${repo}`,
|
|
@@ -3225,17 +3245,17 @@ function GitHubInfoSuccess({
|
|
|
3225
3245
|
target: "_blank",
|
|
3226
3246
|
className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 transition-colors lg:flex-row lg:items-center hover:text-fd-accent-foreground hover:bg-fd-accent ${className}`,
|
|
3227
3247
|
children: [
|
|
3228
|
-
/* @__PURE__ */ (0,
|
|
3229
|
-
/* @__PURE__ */ (0,
|
|
3230
|
-
/* @__PURE__ */ (0,
|
|
3231
|
-
/* @__PURE__ */ (0,
|
|
3248
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("p", { className: "flex items-center gap-2 truncate", children: [
|
|
3249
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
|
|
3250
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "GitHub" }),
|
|
3251
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
|
|
3232
3252
|
] }),
|
|
3233
3253
|
owner,
|
|
3234
3254
|
"/",
|
|
3235
3255
|
repo
|
|
3236
3256
|
] }),
|
|
3237
|
-
/* @__PURE__ */ (0,
|
|
3238
|
-
/* @__PURE__ */ (0,
|
|
3257
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
|
|
3258
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(globalLucideIcons.Star, { className: "size-3" }),
|
|
3239
3259
|
humanizedStars
|
|
3240
3260
|
] })
|
|
3241
3261
|
]
|
|
@@ -3304,12 +3324,12 @@ function FumaGithubInfo({ owner, repo, token, className }) {
|
|
|
3304
3324
|
fetchRepoData();
|
|
3305
3325
|
}, [owner, repo, token]);
|
|
3306
3326
|
if (loading) {
|
|
3307
|
-
return /* @__PURE__ */ (0,
|
|
3327
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(GitHubInfoSkeleton, { owner, repo, className });
|
|
3308
3328
|
}
|
|
3309
3329
|
if (error || !data) {
|
|
3310
|
-
return /* @__PURE__ */ (0,
|
|
3330
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(GitHubInfoFallback, { owner, repo, className });
|
|
3311
3331
|
}
|
|
3312
|
-
return /* @__PURE__ */ (0,
|
|
3332
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
3313
3333
|
GitHubInfoSuccess,
|
|
3314
3334
|
{
|
|
3315
3335
|
owner,
|
|
@@ -3322,7 +3342,7 @@ function FumaGithubInfo({ owner, repo, token, className }) {
|
|
|
3322
3342
|
|
|
3323
3343
|
// src/fuma/mdx/site-x.tsx
|
|
3324
3344
|
var import_next_intl2 = require("next-intl");
|
|
3325
|
-
var
|
|
3345
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
3326
3346
|
function SiteX(_a) {
|
|
3327
3347
|
var _b = _a, { type, namespace, tKey, className } = _b, props = __objRest(_b, ["type", "namespace", "tKey", "className"]);
|
|
3328
3348
|
let ns = namespace;
|
|
@@ -3336,7 +3356,7 @@ function SiteX(_a) {
|
|
|
3336
3356
|
const t = (0, import_next_intl2.useTranslations)(ns);
|
|
3337
3357
|
const text = t(key, { defaultValue: type === "site" ? "Site----" : "----@example.com" });
|
|
3338
3358
|
if (type === "site") {
|
|
3339
|
-
return /* @__PURE__ */ (0,
|
|
3359
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
3340
3360
|
"strong",
|
|
3341
3361
|
__spreadProps(__spreadValues({}, props), {
|
|
3342
3362
|
className: cn(
|
|
@@ -3348,7 +3368,7 @@ function SiteX(_a) {
|
|
|
3348
3368
|
);
|
|
3349
3369
|
}
|
|
3350
3370
|
if (type === "email") {
|
|
3351
|
-
return /* @__PURE__ */ (0,
|
|
3371
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
3352
3372
|
"a",
|
|
3353
3373
|
__spreadProps(__spreadValues({}, props), {
|
|
3354
3374
|
href: `mailto:${text}`,
|
|
@@ -3367,13 +3387,13 @@ function SiteX(_a) {
|
|
|
3367
3387
|
var import_react40 = require("react");
|
|
3368
3388
|
var import_collapsible = require("fumadocs-ui/components/ui/collapsible");
|
|
3369
3389
|
var import_link5 = __toESM(require("next/link"));
|
|
3370
|
-
var
|
|
3390
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
3371
3391
|
var itemVariants = "flex flex-row items-center gap-2 rounded-md px-2 py-1.5 text-sm hover:bg-fd-accent hover:text-fd-accent-foreground [&_svg]:size-4";
|
|
3372
3392
|
var anotionClass = "ms-2 px-2 py-0.5 rounded text-xs font-semibold bg-fd-accent/80 text-fd-accent-foreground dark:bg-white/20 dark:text-white";
|
|
3373
3393
|
function ZiaFile(_a) {
|
|
3374
3394
|
var _b = _a, {
|
|
3375
3395
|
name,
|
|
3376
|
-
icon = /* @__PURE__ */ (0,
|
|
3396
|
+
icon = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(globalLucideIcons.File, {}),
|
|
3377
3397
|
className,
|
|
3378
3398
|
anotion,
|
|
3379
3399
|
href
|
|
@@ -3387,16 +3407,16 @@ function ZiaFile(_a) {
|
|
|
3387
3407
|
const validHref = typeof href === "string" && href.trim() !== "";
|
|
3388
3408
|
const validAnotion = typeof anotion === "string" && anotion.trim() !== "";
|
|
3389
3409
|
if (validHref) {
|
|
3390
|
-
return /* @__PURE__ */ (0,
|
|
3410
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_link5.default, { href, className: cn(itemVariants, className), children: [
|
|
3391
3411
|
icon,
|
|
3392
|
-
/* @__PURE__ */ (0,
|
|
3393
|
-
validAnotion && /* @__PURE__ */ (0,
|
|
3412
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { children: name }),
|
|
3413
|
+
validAnotion && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: anotionClass, children: anotion })
|
|
3394
3414
|
] });
|
|
3395
3415
|
}
|
|
3396
|
-
return /* @__PURE__ */ (0,
|
|
3416
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("div", __spreadProps(__spreadValues({ className: cn(itemVariants, className) }, rest), { children: [
|
|
3397
3417
|
icon,
|
|
3398
|
-
/* @__PURE__ */ (0,
|
|
3399
|
-
validAnotion && /* @__PURE__ */ (0,
|
|
3418
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { children: name }),
|
|
3419
|
+
validAnotion && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: anotionClass, children: anotion })
|
|
3400
3420
|
] }));
|
|
3401
3421
|
}
|
|
3402
3422
|
function ZiaFolder(_a) {
|
|
@@ -3415,15 +3435,26 @@ function ZiaFolder(_a) {
|
|
|
3415
3435
|
]);
|
|
3416
3436
|
const [open, setOpen] = (0, import_react40.useState)(defaultOpen);
|
|
3417
3437
|
const validAnotion = typeof anotion === "string" && anotion.trim() !== "";
|
|
3418
|
-
return /* @__PURE__ */ (0,
|
|
3419
|
-
/* @__PURE__ */ (0,
|
|
3420
|
-
open ? /* @__PURE__ */ (0,
|
|
3421
|
-
/* @__PURE__ */ (0,
|
|
3422
|
-
validAnotion && /* @__PURE__ */ (0,
|
|
3438
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_collapsible.Collapsible, __spreadProps(__spreadValues({ open, onOpenChange: setOpen }, props), { children: [
|
|
3439
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_collapsible.CollapsibleTrigger, { className: cn(itemVariants, className, "w-full"), children: [
|
|
3440
|
+
open ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(globalLucideIcons.FolderOpen, {}) : /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(globalLucideIcons.Folder, {}),
|
|
3441
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { children: name }),
|
|
3442
|
+
validAnotion && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: anotionClass, children: anotion })
|
|
3423
3443
|
] }),
|
|
3424
|
-
/* @__PURE__ */ (0,
|
|
3444
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_collapsible.CollapsibleContent, { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { className: "ms-2 flex flex-col border-l ps-2", children }) })
|
|
3425
3445
|
] }));
|
|
3426
3446
|
}
|
|
3447
|
+
|
|
3448
|
+
// src/fuma/mdx/toc-footer-wrapper.tsx
|
|
3449
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
3450
|
+
function TocFooterWrapper({ lastModified, editPath, githubBaseUrl, showCopy }) {
|
|
3451
|
+
const showEdit = githubBaseUrl && editPath;
|
|
3452
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
|
|
3453
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(LastUpdatedDate, { date: lastModified }),
|
|
3454
|
+
showCopy && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(LLMCopyButton, {}),
|
|
3455
|
+
showEdit && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
|
|
3456
|
+
] });
|
|
3457
|
+
}
|
|
3427
3458
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3428
3459
|
0 && (module.exports = {
|
|
3429
3460
|
EditOnGitHub,
|
|
@@ -3436,7 +3467,7 @@ function ZiaFolder(_a) {
|
|
|
3436
3467
|
LastUpdatedDate,
|
|
3437
3468
|
Mermaid,
|
|
3438
3469
|
SiteX,
|
|
3439
|
-
|
|
3470
|
+
TocFooterWrapper,
|
|
3440
3471
|
TrophyCard,
|
|
3441
3472
|
ZiaCard,
|
|
3442
3473
|
ZiaFile,
|
|
@@ -3456,6 +3487,7 @@ lucide-react/dist/esm/icons/arrow-up.js:
|
|
|
3456
3487
|
lucide-react/dist/esm/icons/binary.js:
|
|
3457
3488
|
lucide-react/dist/esm/icons/blocks.js:
|
|
3458
3489
|
lucide-react/dist/esm/icons/book-x.js:
|
|
3490
|
+
lucide-react/dist/esm/icons/bot-message-square.js:
|
|
3459
3491
|
lucide-react/dist/esm/icons/bring-to-front.js:
|
|
3460
3492
|
lucide-react/dist/esm/icons/bug.js:
|
|
3461
3493
|
lucide-react/dist/esm/icons/building-2.js:
|
|
@@ -3513,6 +3545,8 @@ lucide-react/dist/esm/icons/loader-circle.js:
|
|
|
3513
3545
|
lucide-react/dist/esm/icons/log-in.js:
|
|
3514
3546
|
lucide-react/dist/esm/icons/log-out.js:
|
|
3515
3547
|
lucide-react/dist/esm/icons/mail.js:
|
|
3548
|
+
lucide-react/dist/esm/icons/message-circle-code.js:
|
|
3549
|
+
lucide-react/dist/esm/icons/message-circle-more.js:
|
|
3516
3550
|
lucide-react/dist/esm/icons/mouse-pointer-click.js:
|
|
3517
3551
|
lucide-react/dist/esm/icons/palette.js:
|
|
3518
3552
|
lucide-react/dist/esm/icons/panel-left.js:
|