@windrun-huaiin/third-ui 5.1.4 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1119,6 +1119,7 @@ __export(limited_lucide_icons_exports, {
1119
1119
  Building2: () => Building2,
1120
1120
  Car: () => Car,
1121
1121
  Check: () => Check,
1122
+ CheckCheck: () => CheckCheck,
1122
1123
  ChevronDown: () => ChevronDown,
1123
1124
  ChevronLeft: () => ChevronLeft,
1124
1125
  ChevronRight: () => ChevronRight,
@@ -1127,6 +1128,7 @@ __export(limited_lucide_icons_exports, {
1127
1128
  CircleAlert: () => CircleAlert,
1128
1129
  CircleSmall: () => CircleSmall,
1129
1130
  ComponentIcon: () => Component,
1131
+ Copy: () => Copy,
1130
1132
  Cpu: () => Cpu,
1131
1133
  DatabaseZap: () => DatabaseZap,
1132
1134
  Dot: () => Dot,
@@ -1134,8 +1136,14 @@ __export(limited_lucide_icons_exports, {
1134
1136
  ExternalLink: () => ExternalLink,
1135
1137
  Eye: () => Eye,
1136
1138
  Facebook: () => Facebook,
1139
+ File: () => File,
1140
+ FileDown: () => FileDown,
1141
+ FileInput: () => FileInput,
1137
1142
  FileLock2: () => FileLock2,
1143
+ FileUp: () => FileUp,
1138
1144
  Fingerprint: () => Fingerprint,
1145
+ Folder: () => Folder,
1146
+ FolderOpen: () => FolderOpen,
1139
1147
  Gift: () => Gift,
1140
1148
  GitPullRequestArrow: () => GitPullRequestArrow,
1141
1149
  Globe: () => Globe,
@@ -1155,9 +1163,11 @@ __export(limited_lucide_icons_exports, {
1155
1163
  LayoutTemplate: () => LayoutTemplate,
1156
1164
  LibraryIcon: () => Library,
1157
1165
  Link: () => Link,
1166
+ ListTodo: () => ListTodo,
1158
1167
  Loader2: () => LoaderCircle,
1159
1168
  LogIn: () => LogIn,
1160
1169
  LogOut: () => LogOut,
1170
+ Mail: () => Mail,
1161
1171
  MoreHorizontal: () => Ellipsis,
1162
1172
  MousePointerClick: () => MousePointerClick,
1163
1173
  Palette: () => Palette,
@@ -1166,14 +1176,17 @@ __export(limited_lucide_icons_exports, {
1166
1176
  Pencil: () => Pencil,
1167
1177
  Pi: () => Pi,
1168
1178
  ReceiptText: () => ReceiptText,
1179
+ RefreshCcw: () => RefreshCcw,
1169
1180
  Regex: () => Regex,
1170
1181
  Replace: () => Replace,
1171
1182
  Rss: () => Rss,
1172
1183
  Scale: () => Scale,
1173
1184
  Search: () => Search,
1185
+ SendHorizontal: () => SendHorizontal,
1174
1186
  Server: () => Server,
1175
1187
  Share: () => Share,
1176
1188
  ShieldUser: () => ShieldUser,
1189
+ Sigma: () => Sigma,
1177
1190
  Sparkles: () => Sparkles,
1178
1191
  SplinePointer: () => SplinePointer,
1179
1192
  SquareDashedBottomCode: () => SquareDashedBottomCode,
@@ -1416,44 +1429,51 @@ var __iconNode12 = [
1416
1429
  ];
1417
1430
  var Car = createLucideIcon("car", __iconNode12);
1418
1431
 
1432
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-check.js
1433
+ var __iconNode13 = [
1434
+ ["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
1435
+ ["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
1436
+ ];
1437
+ var CheckCheck = createLucideIcon("check-check", __iconNode13);
1438
+
1419
1439
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
1420
- var __iconNode13 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
1421
- var Check = createLucideIcon("check", __iconNode13);
1440
+ var __iconNode14 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
1441
+ var Check = createLucideIcon("check", __iconNode14);
1422
1442
 
1423
1443
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
1424
- var __iconNode14 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
1425
- var ChevronDown = createLucideIcon("chevron-down", __iconNode14);
1444
+ var __iconNode15 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
1445
+ var ChevronDown = createLucideIcon("chevron-down", __iconNode15);
1426
1446
 
1427
1447
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
1428
- var __iconNode15 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
1429
- var ChevronLeft = createLucideIcon("chevron-left", __iconNode15);
1448
+ var __iconNode16 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
1449
+ var ChevronLeft = createLucideIcon("chevron-left", __iconNode16);
1430
1450
 
1431
1451
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
1432
- var __iconNode16 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
1433
- var ChevronRight = createLucideIcon("chevron-right", __iconNode16);
1452
+ var __iconNode17 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
1453
+ var ChevronRight = createLucideIcon("chevron-right", __iconNode17);
1434
1454
 
1435
1455
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
1436
- var __iconNode17 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
1437
- var ChevronUp = createLucideIcon("chevron-up", __iconNode17);
1456
+ var __iconNode18 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
1457
+ var ChevronUp = createLucideIcon("chevron-up", __iconNode18);
1438
1458
 
1439
1459
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
1440
- var __iconNode18 = [
1460
+ var __iconNode19 = [
1441
1461
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1442
1462
  ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
1443
1463
  ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
1444
1464
  ];
1445
- var CircleAlert = createLucideIcon("circle-alert", __iconNode18);
1465
+ var CircleAlert = createLucideIcon("circle-alert", __iconNode19);
1446
1466
 
1447
1467
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
1448
- var __iconNode19 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
1449
- var CircleSmall = createLucideIcon("circle-small", __iconNode19);
1468
+ var __iconNode20 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
1469
+ var CircleSmall = createLucideIcon("circle-small", __iconNode20);
1450
1470
 
1451
1471
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
1452
- var __iconNode20 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
1453
- var Circle = createLucideIcon("circle", __iconNode20);
1472
+ var __iconNode21 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
1473
+ var Circle = createLucideIcon("circle", __iconNode21);
1454
1474
 
1455
1475
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
1456
- var __iconNode21 = [
1476
+ var __iconNode22 = [
1457
1477
  [
1458
1478
  "path",
1459
1479
  {
@@ -1483,10 +1503,17 @@ var __iconNode21 = [
1483
1503
  }
1484
1504
  ]
1485
1505
  ];
1486
- var Component = createLucideIcon("component", __iconNode21);
1506
+ var Component = createLucideIcon("component", __iconNode22);
1507
+
1508
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
1509
+ var __iconNode23 = [
1510
+ ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
1511
+ ["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" }]
1512
+ ];
1513
+ var Copy = createLucideIcon("copy", __iconNode23);
1487
1514
 
1488
1515
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
1489
- var __iconNode22 = [
1516
+ var __iconNode24 = [
1490
1517
  ["path", { d: "M12 20v2", key: "1lh1kg" }],
1491
1518
  ["path", { d: "M12 2v2", key: "tus03m" }],
1492
1519
  ["path", { d: "M17 20v2", key: "1rnc9c" }],
@@ -1502,48 +1529,48 @@ var __iconNode22 = [
1502
1529
  ["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
1503
1530
  ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
1504
1531
  ];
1505
- var Cpu = createLucideIcon("cpu", __iconNode22);
1532
+ var Cpu = createLucideIcon("cpu", __iconNode24);
1506
1533
 
1507
1534
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
1508
- var __iconNode23 = [
1535
+ var __iconNode25 = [
1509
1536
  ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
1510
1537
  ["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
1511
1538
  ["path", { d: "M21 5V8", key: "1marbg" }],
1512
1539
  ["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
1513
1540
  ["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
1514
1541
  ];
1515
- var DatabaseZap = createLucideIcon("database-zap", __iconNode23);
1542
+ var DatabaseZap = createLucideIcon("database-zap", __iconNode25);
1516
1543
 
1517
1544
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
1518
- var __iconNode24 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
1519
- var Dot = createLucideIcon("dot", __iconNode24);
1545
+ var __iconNode26 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
1546
+ var Dot = createLucideIcon("dot", __iconNode26);
1520
1547
 
1521
1548
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
1522
- var __iconNode25 = [
1549
+ var __iconNode27 = [
1523
1550
  ["path", { d: "M12 15V3", key: "m9g1x1" }],
1524
1551
  ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
1525
1552
  ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
1526
1553
  ];
1527
- var Download = createLucideIcon("download", __iconNode25);
1554
+ var Download = createLucideIcon("download", __iconNode27);
1528
1555
 
1529
1556
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
1530
- var __iconNode26 = [
1557
+ var __iconNode28 = [
1531
1558
  ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
1532
1559
  ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
1533
1560
  ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
1534
1561
  ];
1535
- var Ellipsis = createLucideIcon("ellipsis", __iconNode26);
1562
+ var Ellipsis = createLucideIcon("ellipsis", __iconNode28);
1536
1563
 
1537
1564
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
1538
- var __iconNode27 = [
1565
+ var __iconNode29 = [
1539
1566
  ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
1540
1567
  ["path", { d: "M10 14 21 3", key: "gplh6r" }],
1541
1568
  ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
1542
1569
  ];
1543
- var ExternalLink = createLucideIcon("external-link", __iconNode27);
1570
+ var ExternalLink = createLucideIcon("external-link", __iconNode29);
1544
1571
 
1545
1572
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
1546
- var __iconNode28 = [
1573
+ var __iconNode30 = [
1547
1574
  [
1548
1575
  "path",
1549
1576
  {
@@ -1553,28 +1580,62 @@ var __iconNode28 = [
1553
1580
  ],
1554
1581
  ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
1555
1582
  ];
1556
- var Eye = createLucideIcon("eye", __iconNode28);
1583
+ var Eye = createLucideIcon("eye", __iconNode30);
1557
1584
 
1558
1585
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
1559
- var __iconNode29 = [
1586
+ var __iconNode31 = [
1560
1587
  [
1561
1588
  "path",
1562
1589
  { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
1563
1590
  ]
1564
1591
  ];
1565
- var Facebook = createLucideIcon("facebook", __iconNode29);
1592
+ var Facebook = createLucideIcon("facebook", __iconNode31);
1593
+
1594
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
1595
+ var __iconNode32 = [
1596
+ ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1597
+ ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1598
+ ["path", { d: "M12 18v-6", key: "17g6i2" }],
1599
+ ["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
1600
+ ];
1601
+ var FileDown = createLucideIcon("file-down", __iconNode32);
1602
+
1603
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
1604
+ var __iconNode33 = [
1605
+ ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
1606
+ ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1607
+ ["path", { d: "M2 15h10", key: "jfw4w8" }],
1608
+ ["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
1609
+ ];
1610
+ var FileInput = createLucideIcon("file-input", __iconNode33);
1566
1611
 
1567
1612
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
1568
- var __iconNode30 = [
1613
+ var __iconNode34 = [
1569
1614
  ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
1570
1615
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1571
1616
  ["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
1572
1617
  ["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
1573
1618
  ];
1574
- var FileLock2 = createLucideIcon("file-lock-2", __iconNode30);
1619
+ var FileLock2 = createLucideIcon("file-lock-2", __iconNode34);
1620
+
1621
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
1622
+ var __iconNode35 = [
1623
+ ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1624
+ ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1625
+ ["path", { d: "M12 12v6", key: "3ahymv" }],
1626
+ ["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
1627
+ ];
1628
+ var FileUp = createLucideIcon("file-up", __iconNode35);
1629
+
1630
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
1631
+ var __iconNode36 = [
1632
+ ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1633
+ ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
1634
+ ];
1635
+ var File = createLucideIcon("file", __iconNode36);
1575
1636
 
1576
1637
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
1577
- var __iconNode31 = [
1638
+ var __iconNode37 = [
1578
1639
  ["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
1579
1640
  ["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
1580
1641
  ["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
@@ -1585,10 +1646,34 @@ var __iconNode31 = [
1585
1646
  ["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
1586
1647
  ["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
1587
1648
  ];
1588
- var Fingerprint = createLucideIcon("fingerprint", __iconNode31);
1649
+ var Fingerprint = createLucideIcon("fingerprint", __iconNode37);
1650
+
1651
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
1652
+ var __iconNode38 = [
1653
+ [
1654
+ "path",
1655
+ {
1656
+ d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
1657
+ key: "usdka0"
1658
+ }
1659
+ ]
1660
+ ];
1661
+ var FolderOpen = createLucideIcon("folder-open", __iconNode38);
1662
+
1663
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
1664
+ var __iconNode39 = [
1665
+ [
1666
+ "path",
1667
+ {
1668
+ d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
1669
+ key: "1kt360"
1670
+ }
1671
+ ]
1672
+ ];
1673
+ var Folder = createLucideIcon("folder", __iconNode39);
1589
1674
 
1590
1675
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
1591
- var __iconNode32 = [
1676
+ var __iconNode40 = [
1592
1677
  ["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
1593
1678
  ["path", { d: "M12 8v13", key: "1c76mn" }],
1594
1679
  ["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
@@ -1600,20 +1685,20 @@ var __iconNode32 = [
1600
1685
  }
1601
1686
  ]
1602
1687
  ];
1603
- var Gift = createLucideIcon("gift", __iconNode32);
1688
+ var Gift = createLucideIcon("gift", __iconNode40);
1604
1689
 
1605
1690
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
1606
- var __iconNode33 = [
1691
+ var __iconNode41 = [
1607
1692
  ["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
1608
1693
  ["path", { d: "M5 9v12", key: "ih889a" }],
1609
1694
  ["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
1610
1695
  ["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
1611
1696
  ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
1612
1697
  ];
1613
- var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode33);
1698
+ var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode41);
1614
1699
 
1615
1700
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
1616
- var __iconNode34 = [
1701
+ var __iconNode42 = [
1617
1702
  [
1618
1703
  "path",
1619
1704
  {
@@ -1625,18 +1710,18 @@ var __iconNode34 = [
1625
1710
  ["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
1626
1711
  ["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
1627
1712
  ];
1628
- var GlobeLock = createLucideIcon("globe-lock", __iconNode34);
1713
+ var GlobeLock = createLucideIcon("globe-lock", __iconNode42);
1629
1714
 
1630
1715
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
1631
- var __iconNode35 = [
1716
+ var __iconNode43 = [
1632
1717
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1633
1718
  ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
1634
1719
  ["path", { d: "M2 12h20", key: "9i4pu4" }]
1635
1720
  ];
1636
- var Globe = createLucideIcon("globe", __iconNode35);
1721
+ var Globe = createLucideIcon("globe", __iconNode43);
1637
1722
 
1638
1723
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
1639
- var __iconNode36 = [
1724
+ var __iconNode44 = [
1640
1725
  ["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
1641
1726
  ["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
1642
1727
  ["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
@@ -1644,10 +1729,10 @@ var __iconNode36 = [
1644
1729
  ["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
1645
1730
  ["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
1646
1731
  ];
1647
- var GripVertical = createLucideIcon("grip-vertical", __iconNode36);
1732
+ var GripVertical = createLucideIcon("grip-vertical", __iconNode44);
1648
1733
 
1649
1734
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1650
- var __iconNode37 = [
1735
+ var __iconNode45 = [
1651
1736
  ["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
1652
1737
  [
1653
1738
  "path",
@@ -1665,10 +1750,10 @@ var __iconNode37 = [
1665
1750
  }
1666
1751
  ]
1667
1752
  ];
1668
- var HandHeart = createLucideIcon("hand-heart", __iconNode37);
1753
+ var HandHeart = createLucideIcon("hand-heart", __iconNode45);
1669
1754
 
1670
1755
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
1671
- var __iconNode38 = [
1756
+ var __iconNode46 = [
1672
1757
  ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
1673
1758
  [
1674
1759
  "path",
@@ -1681,17 +1766,17 @@ var __iconNode38 = [
1681
1766
  ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
1682
1767
  ["path", { d: "M3 4h8", key: "1ep09j" }]
1683
1768
  ];
1684
- var Handshake = createLucideIcon("handshake", __iconNode38);
1769
+ var Handshake = createLucideIcon("handshake", __iconNode46);
1685
1770
 
1686
1771
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
1687
- var __iconNode39 = [
1772
+ var __iconNode47 = [
1688
1773
  ["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
1689
1774
  ["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" }]
1690
1775
  ];
1691
- var Highlighter = createLucideIcon("highlighter", __iconNode39);
1776
+ var Highlighter = createLucideIcon("highlighter", __iconNode47);
1692
1777
 
1693
1778
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
1694
- var __iconNode40 = [
1779
+ var __iconNode48 = [
1695
1780
  [
1696
1781
  "path",
1697
1782
  {
@@ -1703,10 +1788,10 @@ var __iconNode40 = [
1703
1788
  ["path", { d: "M15 6h6", key: "1jlkvy" }],
1704
1789
  ["path", { d: "M18 3v6", key: "x1uolp" }]
1705
1790
  ];
1706
- var HousePlus = createLucideIcon("house-plus", __iconNode40);
1791
+ var HousePlus = createLucideIcon("house-plus", __iconNode48);
1707
1792
 
1708
1793
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
1709
- var __iconNode41 = [
1794
+ var __iconNode49 = [
1710
1795
  [
1711
1796
  "path",
1712
1797
  {
@@ -1718,10 +1803,10 @@ var __iconNode41 = [
1718
1803
  ["path", { d: "m17 22 3-3", key: "1nkfve" }],
1719
1804
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1720
1805
  ];
1721
- var ImageDown = createLucideIcon("image-down", __iconNode41);
1806
+ var ImageDown = createLucideIcon("image-down", __iconNode49);
1722
1807
 
1723
1808
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
1724
- var __iconNode42 = [
1809
+ var __iconNode50 = [
1725
1810
  ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
1726
1811
  ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
1727
1812
  ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
@@ -1735,10 +1820,10 @@ var __iconNode42 = [
1735
1820
  ],
1736
1821
  ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
1737
1822
  ];
1738
- var ImageOff = createLucideIcon("image-off", __iconNode42);
1823
+ var ImageOff = createLucideIcon("image-off", __iconNode50);
1739
1824
 
1740
1825
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
1741
- var __iconNode43 = [
1826
+ var __iconNode51 = [
1742
1827
  [
1743
1828
  "path",
1744
1829
  {
@@ -1750,18 +1835,18 @@ var __iconNode43 = [
1750
1835
  ["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
1751
1836
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1752
1837
  ];
1753
- var ImageUp = createLucideIcon("image-up", __iconNode43);
1838
+ var ImageUp = createLucideIcon("image-up", __iconNode51);
1754
1839
 
1755
1840
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
1756
- var __iconNode44 = [
1841
+ var __iconNode52 = [
1757
1842
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1758
1843
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
1759
1844
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
1760
1845
  ];
1761
- var Info = createLucideIcon("info", __iconNode44);
1846
+ var Info = createLucideIcon("info", __iconNode52);
1762
1847
 
1763
1848
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
1764
- var __iconNode45 = [
1849
+ var __iconNode53 = [
1765
1850
  ["path", { d: "M10 8h.01", key: "1r9ogq" }],
1766
1851
  ["path", { d: "M12 12h.01", key: "1mp3jc" }],
1767
1852
  ["path", { d: "M14 8h.01", key: "1primd" }],
@@ -1772,10 +1857,10 @@ var __iconNode45 = [
1772
1857
  ["path", { d: "M8 12h.01", key: "czm47f" }],
1773
1858
  ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
1774
1859
  ];
1775
- var Keyboard = createLucideIcon("keyboard", __iconNode45);
1860
+ var Keyboard = createLucideIcon("keyboard", __iconNode53);
1776
1861
 
1777
1862
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
1778
- var __iconNode46 = [
1863
+ var __iconNode54 = [
1779
1864
  ["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
1780
1865
  [
1781
1866
  "path",
@@ -1787,54 +1872,71 @@ var __iconNode46 = [
1787
1872
  ["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
1788
1873
  ["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
1789
1874
  ];
1790
- var LandPlot = createLucideIcon("land-plot", __iconNode46);
1875
+ var LandPlot = createLucideIcon("land-plot", __iconNode54);
1791
1876
 
1792
1877
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
1793
- var __iconNode47 = [
1878
+ var __iconNode55 = [
1794
1879
  ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
1795
1880
  ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
1796
1881
  ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
1797
1882
  ];
1798
- var LayoutTemplate = createLucideIcon("layout-template", __iconNode47);
1883
+ var LayoutTemplate = createLucideIcon("layout-template", __iconNode55);
1799
1884
 
1800
1885
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
1801
- var __iconNode48 = [
1886
+ var __iconNode56 = [
1802
1887
  ["path", { d: "m16 6 4 14", key: "ji33uf" }],
1803
1888
  ["path", { d: "M12 6v14", key: "1n7gus" }],
1804
1889
  ["path", { d: "M8 8v12", key: "1gg7y9" }],
1805
1890
  ["path", { d: "M4 4v16", key: "6qkkli" }]
1806
1891
  ];
1807
- var Library = createLucideIcon("library", __iconNode48);
1892
+ var Library = createLucideIcon("library", __iconNode56);
1808
1893
 
1809
1894
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
1810
- var __iconNode49 = [
1895
+ var __iconNode57 = [
1811
1896
  ["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" }],
1812
1897
  ["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" }]
1813
1898
  ];
1814
- var Link = createLucideIcon("link", __iconNode49);
1899
+ var Link = createLucideIcon("link", __iconNode57);
1900
+
1901
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
1902
+ var __iconNode58 = [
1903
+ ["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
1904
+ ["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
1905
+ ["path", { d: "M13 6h8", key: "15sg57" }],
1906
+ ["path", { d: "M13 12h8", key: "h98zly" }],
1907
+ ["path", { d: "M13 18h8", key: "oe0vm4" }]
1908
+ ];
1909
+ var ListTodo = createLucideIcon("list-todo", __iconNode58);
1815
1910
 
1816
1911
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
1817
- var __iconNode50 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
1818
- var LoaderCircle = createLucideIcon("loader-circle", __iconNode50);
1912
+ var __iconNode59 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
1913
+ var LoaderCircle = createLucideIcon("loader-circle", __iconNode59);
1819
1914
 
1820
1915
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
1821
- var __iconNode51 = [
1916
+ var __iconNode60 = [
1822
1917
  ["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
1823
1918
  ["path", { d: "M15 12H3", key: "6jk70r" }],
1824
1919
  ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
1825
1920
  ];
1826
- var LogIn = createLucideIcon("log-in", __iconNode51);
1921
+ var LogIn = createLucideIcon("log-in", __iconNode60);
1827
1922
 
1828
1923
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
1829
- var __iconNode52 = [
1924
+ var __iconNode61 = [
1830
1925
  ["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
1831
1926
  ["path", { d: "M21 12H9", key: "dn1m92" }],
1832
1927
  ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
1833
1928
  ];
1834
- var LogOut = createLucideIcon("log-out", __iconNode52);
1929
+ var LogOut = createLucideIcon("log-out", __iconNode61);
1930
+
1931
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
1932
+ var __iconNode62 = [
1933
+ ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
1934
+ ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
1935
+ ];
1936
+ var Mail = createLucideIcon("mail", __iconNode62);
1835
1937
 
1836
1938
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
1837
- var __iconNode53 = [
1939
+ var __iconNode63 = [
1838
1940
  ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
1839
1941
  ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
1840
1942
  ["path", { d: "m6 12-1.9 2", key: "mnht97" }],
@@ -1847,10 +1949,10 @@ var __iconNode53 = [
1847
1949
  }
1848
1950
  ]
1849
1951
  ];
1850
- var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode53);
1952
+ var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode63);
1851
1953
 
1852
1954
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
1853
- var __iconNode54 = [
1955
+ var __iconNode64 = [
1854
1956
  [
1855
1957
  "path",
1856
1958
  {
@@ -1863,25 +1965,25 @@ var __iconNode54 = [
1863
1965
  ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
1864
1966
  ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
1865
1967
  ];
1866
- var Palette = createLucideIcon("palette", __iconNode54);
1968
+ var Palette = createLucideIcon("palette", __iconNode64);
1867
1969
 
1868
1970
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
1869
- var __iconNode55 = [
1971
+ var __iconNode65 = [
1870
1972
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
1871
1973
  ["path", { d: "M9 3v18", key: "fh3hqa" }]
1872
1974
  ];
1873
- var PanelLeft = createLucideIcon("panel-left", __iconNode55);
1975
+ var PanelLeft = createLucideIcon("panel-left", __iconNode65);
1874
1976
 
1875
1977
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
1876
- var __iconNode56 = [
1978
+ var __iconNode66 = [
1877
1979
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
1878
1980
  ["path", { d: "M3 9h18", key: "1pudct" }],
1879
1981
  ["path", { d: "M9 21V9", key: "1oto5p" }]
1880
1982
  ];
1881
- var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode56);
1983
+ var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode66);
1882
1984
 
1883
1985
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
1884
- var __iconNode57 = [
1986
+ var __iconNode67 = [
1885
1987
  [
1886
1988
  "path",
1887
1989
  {
@@ -1891,18 +1993,18 @@ var __iconNode57 = [
1891
1993
  ],
1892
1994
  ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
1893
1995
  ];
1894
- var Pencil = createLucideIcon("pencil", __iconNode57);
1996
+ var Pencil = createLucideIcon("pencil", __iconNode67);
1895
1997
 
1896
1998
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
1897
- var __iconNode58 = [
1999
+ var __iconNode68 = [
1898
2000
  ["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
1899
2001
  ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
1900
2002
  ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
1901
2003
  ];
1902
- var Pi = createLucideIcon("pi", __iconNode58);
2004
+ var Pi = createLucideIcon("pi", __iconNode68);
1903
2005
 
1904
2006
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
1905
- var __iconNode59 = [
2007
+ var __iconNode69 = [
1906
2008
  [
1907
2009
  "path",
1908
2010
  { 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" }
@@ -1911,10 +2013,19 @@ var __iconNode59 = [
1911
2013
  ["path", { d: "M16 12H8", key: "1fr5h0" }],
1912
2014
  ["path", { d: "M13 16H8", key: "wsln4y" }]
1913
2015
  ];
1914
- var ReceiptText = createLucideIcon("receipt-text", __iconNode59);
2016
+ var ReceiptText = createLucideIcon("receipt-text", __iconNode69);
2017
+
2018
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
2019
+ var __iconNode70 = [
2020
+ ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
2021
+ ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
2022
+ ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
2023
+ ["path", { d: "M16 16h5v5", key: "ccwih5" }]
2024
+ ];
2025
+ var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode70);
1915
2026
 
1916
2027
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
1917
- var __iconNode60 = [
2028
+ var __iconNode71 = [
1918
2029
  ["path", { d: "M17 3v10", key: "15fgeh" }],
1919
2030
  ["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
1920
2031
  ["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
@@ -1923,10 +2034,10 @@ var __iconNode60 = [
1923
2034
  { 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" }
1924
2035
  ]
1925
2036
  ];
1926
- var Regex = createLucideIcon("regex", __iconNode60);
2037
+ var Regex = createLucideIcon("regex", __iconNode71);
1927
2038
 
1928
2039
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
1929
- var __iconNode61 = [
2040
+ var __iconNode72 = [
1930
2041
  ["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
1931
2042
  ["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
1932
2043
  ["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
@@ -1935,52 +2046,65 @@ var __iconNode61 = [
1935
2046
  ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
1936
2047
  ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
1937
2048
  ];
1938
- var Replace = createLucideIcon("replace", __iconNode61);
2049
+ var Replace = createLucideIcon("replace", __iconNode72);
1939
2050
 
1940
2051
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
1941
- var __iconNode62 = [
2052
+ var __iconNode73 = [
1942
2053
  ["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
1943
2054
  ["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
1944
2055
  ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
1945
2056
  ];
1946
- var Rss = createLucideIcon("rss", __iconNode62);
2057
+ var Rss = createLucideIcon("rss", __iconNode73);
1947
2058
 
1948
2059
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
1949
- var __iconNode63 = [
2060
+ var __iconNode74 = [
1950
2061
  ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
1951
2062
  ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
1952
2063
  ["path", { d: "M7 21h10", key: "1b0cd5" }],
1953
2064
  ["path", { d: "M12 3v18", key: "108xh3" }],
1954
2065
  ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
1955
2066
  ];
1956
- var Scale = createLucideIcon("scale", __iconNode63);
2067
+ var Scale = createLucideIcon("scale", __iconNode74);
1957
2068
 
1958
2069
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
1959
- var __iconNode64 = [
2070
+ var __iconNode75 = [
1960
2071
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
1961
2072
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
1962
2073
  ];
1963
- var Search = createLucideIcon("search", __iconNode64);
2074
+ var Search = createLucideIcon("search", __iconNode75);
2075
+
2076
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
2077
+ var __iconNode76 = [
2078
+ [
2079
+ "path",
2080
+ {
2081
+ d: "M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",
2082
+ key: "117uat"
2083
+ }
2084
+ ],
2085
+ ["path", { d: "M6 12h16", key: "s4cdu5" }]
2086
+ ];
2087
+ var SendHorizontal = createLucideIcon("send-horizontal", __iconNode76);
1964
2088
 
1965
2089
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
1966
- var __iconNode65 = [
2090
+ var __iconNode77 = [
1967
2091
  ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
1968
2092
  ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
1969
2093
  ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
1970
2094
  ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
1971
2095
  ];
1972
- var Server = createLucideIcon("server", __iconNode65);
2096
+ var Server = createLucideIcon("server", __iconNode77);
1973
2097
 
1974
2098
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
1975
- var __iconNode66 = [
2099
+ var __iconNode78 = [
1976
2100
  ["path", { d: "M12 2v13", key: "1km8f5" }],
1977
2101
  ["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
1978
2102
  ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
1979
2103
  ];
1980
- var Share = createLucideIcon("share", __iconNode66);
2104
+ var Share = createLucideIcon("share", __iconNode78);
1981
2105
 
1982
2106
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
1983
- var __iconNode67 = [
2107
+ var __iconNode79 = [
1984
2108
  [
1985
2109
  "path",
1986
2110
  {
@@ -1991,10 +2115,22 @@ var __iconNode67 = [
1991
2115
  ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
1992
2116
  ["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
1993
2117
  ];
1994
- var ShieldUser = createLucideIcon("shield-user", __iconNode67);
2118
+ var ShieldUser = createLucideIcon("shield-user", __iconNode79);
2119
+
2120
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
2121
+ var __iconNode80 = [
2122
+ [
2123
+ "path",
2124
+ {
2125
+ d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",
2126
+ key: "wuwx1p"
2127
+ }
2128
+ ]
2129
+ ];
2130
+ var Sigma = createLucideIcon("sigma", __iconNode80);
1995
2131
 
1996
2132
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
1997
- var __iconNode68 = [
2133
+ var __iconNode81 = [
1998
2134
  [
1999
2135
  "path",
2000
2136
  {
@@ -2007,10 +2143,10 @@ var __iconNode68 = [
2007
2143
  ["path", { d: "M4 17v2", key: "vumght" }],
2008
2144
  ["path", { d: "M5 18H3", key: "zchphs" }]
2009
2145
  ];
2010
- var Sparkles = createLucideIcon("sparkles", __iconNode68);
2146
+ var Sparkles = createLucideIcon("sparkles", __iconNode81);
2011
2147
 
2012
2148
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
2013
- var __iconNode69 = [
2149
+ var __iconNode82 = [
2014
2150
  [
2015
2151
  "path",
2016
2152
  {
@@ -2022,10 +2158,10 @@ var __iconNode69 = [
2022
2158
  ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
2023
2159
  ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
2024
2160
  ];
2025
- var SplinePointer = createLucideIcon("spline-pointer", __iconNode69);
2161
+ var SplinePointer = createLucideIcon("spline-pointer", __iconNode82);
2026
2162
 
2027
2163
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
2028
- var __iconNode70 = [
2164
+ var __iconNode83 = [
2029
2165
  ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2030
2166
  ["path", { d: "M14 21h1", key: "v9vybs" }],
2031
2167
  ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
@@ -2035,18 +2171,18 @@ var __iconNode70 = [
2035
2171
  ],
2036
2172
  ["path", { d: "M9 21h1", key: "15o7lz" }]
2037
2173
  ];
2038
- var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode70);
2174
+ var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode83);
2039
2175
 
2040
2176
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
2041
- var __iconNode71 = [
2177
+ var __iconNode84 = [
2042
2178
  ["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
2043
2179
  ["path", { d: "M11 13h4", key: "1p7l4v" }],
2044
2180
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
2045
2181
  ];
2046
- var SquareTerminal = createLucideIcon("square-terminal", __iconNode71);
2182
+ var SquareTerminal = createLucideIcon("square-terminal", __iconNode84);
2047
2183
 
2048
2184
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
2049
- var __iconNode72 = [
2185
+ var __iconNode85 = [
2050
2186
  [
2051
2187
  "path",
2052
2188
  {
@@ -2055,26 +2191,26 @@ var __iconNode72 = [
2055
2191
  }
2056
2192
  ]
2057
2193
  ];
2058
- var Star = createLucideIcon("star", __iconNode72);
2194
+ var Star = createLucideIcon("star", __iconNode85);
2059
2195
 
2060
2196
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
2061
- var __iconNode73 = [
2197
+ var __iconNode86 = [
2062
2198
  ["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
2063
2199
  ["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
2064
2200
  ["path", { d: "M12 17h10", key: "ls21zv" }],
2065
2201
  ["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
2066
2202
  ];
2067
- var Tablets = createLucideIcon("tablets", __iconNode73);
2203
+ var Tablets = createLucideIcon("tablets", __iconNode86);
2068
2204
 
2069
2205
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
2070
- var __iconNode74 = [
2206
+ var __iconNode87 = [
2071
2207
  ["path", { d: "M12 19h8", key: "baeox8" }],
2072
2208
  ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
2073
2209
  ];
2074
- var Terminal = createLucideIcon("terminal", __iconNode74);
2210
+ var Terminal = createLucideIcon("terminal", __iconNode87);
2075
2211
 
2076
2212
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
2077
- var __iconNode75 = [
2213
+ var __iconNode88 = [
2078
2214
  [
2079
2215
  "path",
2080
2216
  {
@@ -2083,17 +2219,17 @@ var __iconNode75 = [
2083
2219
  }
2084
2220
  ]
2085
2221
  ];
2086
- var Twitter = createLucideIcon("twitter", __iconNode75);
2222
+ var Twitter = createLucideIcon("twitter", __iconNode88);
2087
2223
 
2088
2224
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
2089
- var __iconNode76 = [
2225
+ var __iconNode89 = [
2090
2226
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
2091
2227
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
2092
2228
  ];
2093
- var X = createLucideIcon("x", __iconNode76);
2229
+ var X = createLucideIcon("x", __iconNode89);
2094
2230
 
2095
2231
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
2096
- var __iconNode77 = [
2232
+ var __iconNode90 = [
2097
2233
  [
2098
2234
  "path",
2099
2235
  {
@@ -2102,7 +2238,7 @@ var __iconNode77 = [
2102
2238
  }
2103
2239
  ]
2104
2240
  ];
2105
- var Zap = createLucideIcon("zap", __iconNode77);
2241
+ var Zap = createLucideIcon("zap", __iconNode90);
2106
2242
 
2107
2243
  // ../base-ui/src/components/global-icon.tsx
2108
2244
  import React29 from "react";
@@ -2644,7 +2780,7 @@ import { useTranslations as useTranslations6 } from "next-intl";
2644
2780
  import { jsx as jsx38, jsxs as jsxs14 } from "react/jsx-runtime";
2645
2781
  function SeoContent() {
2646
2782
  const t = useTranslations6("seoContent");
2647
- return /* @__PURE__ */ jsxs14("section", { className: "container mx-auto px-4 py-20", children: [
2783
+ return /* @__PURE__ */ jsxs14("section", { id: "seo", className: "container mx-auto px-4 py-20", children: [
2648
2784
  /* @__PURE__ */ jsxs14("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-16", children: [
2649
2785
  t("title"),
2650
2786
  " ",
@@ -2666,17 +2802,17 @@ import { useTranslations as useTranslations7 } from "next-intl";
2666
2802
  import { jsx as jsx39, jsxs as jsxs15 } from "react/jsx-runtime";
2667
2803
  function CTA() {
2668
2804
  const t = useTranslations7("cta");
2669
- return /* @__PURE__ */ jsx39("section", { className: "container mx-auto px-4 py-20", children: /* @__PURE__ */ jsxs15("div", { className: "bg-gradient-to-r from-purple-200 to-pink-300 rounded-3xl p-12 text-center text-white bg-[length:200%_auto] animate-cta-gradient-wave", children: [
2805
+ return /* @__PURE__ */ jsx39("section", { id: "cta", className: "container mx-auto px-4 py-20", children: /* @__PURE__ */ jsxs15("div", { className: "\n bg-gradient-to-r from-[#f7f8fa] via-[#e0c3fc] to-[#b2fefa]\n dark:bg-gradient-to-r dark:from-[#2d0b4e] dark:via-[#6a3fa0] dark:to-[#3a185a]\n rounded-2xl p-12 text-center\n bg-[length:200%_auto] animate-cta-gradient-wave\n ", children: [
2670
2806
  /* @__PURE__ */ jsxs15("h2", { className: "text-3xl md:text-4xl font-bold mb-6", children: [
2671
2807
  t("title"),
2672
2808
  " ",
2673
2809
  /* @__PURE__ */ jsx39("span", { className: "text-purple-400", children: t("eyesOn") }),
2674
2810
  "?"
2675
2811
  ] }),
2676
- /* @__PURE__ */ jsxs15("p", { className: "text-2xl max-w-3xl mx-auto mb-8 text-white/80", children: [
2812
+ /* @__PURE__ */ jsxs15("p", { className: "text-2xl mx-auto mb-8", children: [
2677
2813
  t("description1"),
2678
2814
  /* @__PURE__ */ jsx39("br", {}),
2679
- t("description2")
2815
+ /* @__PURE__ */ jsx39("span", { className: "text-purple-400", children: t("description2") })
2680
2816
  ] }),
2681
2817
  /* @__PURE__ */ jsx39(
2682
2818
  GradientButton,
@@ -2888,6 +3024,7 @@ lucide-react/dist/esm/icons/bring-to-front.js:
2888
3024
  lucide-react/dist/esm/icons/bug.js:
2889
3025
  lucide-react/dist/esm/icons/building-2.js:
2890
3026
  lucide-react/dist/esm/icons/car.js:
3027
+ lucide-react/dist/esm/icons/check-check.js:
2891
3028
  lucide-react/dist/esm/icons/check.js:
2892
3029
  lucide-react/dist/esm/icons/chevron-down.js:
2893
3030
  lucide-react/dist/esm/icons/chevron-left.js:
@@ -2897,6 +3034,7 @@ lucide-react/dist/esm/icons/circle-alert.js:
2897
3034
  lucide-react/dist/esm/icons/circle-small.js:
2898
3035
  lucide-react/dist/esm/icons/circle.js:
2899
3036
  lucide-react/dist/esm/icons/component.js:
3037
+ lucide-react/dist/esm/icons/copy.js:
2900
3038
  lucide-react/dist/esm/icons/cpu.js:
2901
3039
  lucide-react/dist/esm/icons/database-zap.js:
2902
3040
  lucide-react/dist/esm/icons/dot.js:
@@ -2905,8 +3043,14 @@ lucide-react/dist/esm/icons/ellipsis.js:
2905
3043
  lucide-react/dist/esm/icons/external-link.js:
2906
3044
  lucide-react/dist/esm/icons/eye.js:
2907
3045
  lucide-react/dist/esm/icons/facebook.js:
3046
+ lucide-react/dist/esm/icons/file-down.js:
3047
+ lucide-react/dist/esm/icons/file-input.js:
2908
3048
  lucide-react/dist/esm/icons/file-lock-2.js:
3049
+ lucide-react/dist/esm/icons/file-up.js:
3050
+ lucide-react/dist/esm/icons/file.js:
2909
3051
  lucide-react/dist/esm/icons/fingerprint.js:
3052
+ lucide-react/dist/esm/icons/folder-open.js:
3053
+ lucide-react/dist/esm/icons/folder.js:
2910
3054
  lucide-react/dist/esm/icons/gift.js:
2911
3055
  lucide-react/dist/esm/icons/git-pull-request-arrow.js:
2912
3056
  lucide-react/dist/esm/icons/globe-lock.js:
@@ -2925,9 +3069,11 @@ lucide-react/dist/esm/icons/land-plot.js:
2925
3069
  lucide-react/dist/esm/icons/layout-template.js:
2926
3070
  lucide-react/dist/esm/icons/library.js:
2927
3071
  lucide-react/dist/esm/icons/link.js:
3072
+ lucide-react/dist/esm/icons/list-todo.js:
2928
3073
  lucide-react/dist/esm/icons/loader-circle.js:
2929
3074
  lucide-react/dist/esm/icons/log-in.js:
2930
3075
  lucide-react/dist/esm/icons/log-out.js:
3076
+ lucide-react/dist/esm/icons/mail.js:
2931
3077
  lucide-react/dist/esm/icons/mouse-pointer-click.js:
2932
3078
  lucide-react/dist/esm/icons/palette.js:
2933
3079
  lucide-react/dist/esm/icons/panel-left.js:
@@ -2935,14 +3081,17 @@ lucide-react/dist/esm/icons/panels-top-left.js:
2935
3081
  lucide-react/dist/esm/icons/pencil.js:
2936
3082
  lucide-react/dist/esm/icons/pi.js:
2937
3083
  lucide-react/dist/esm/icons/receipt-text.js:
3084
+ lucide-react/dist/esm/icons/refresh-ccw.js:
2938
3085
  lucide-react/dist/esm/icons/regex.js:
2939
3086
  lucide-react/dist/esm/icons/replace.js:
2940
3087
  lucide-react/dist/esm/icons/rss.js:
2941
3088
  lucide-react/dist/esm/icons/scale.js:
2942
3089
  lucide-react/dist/esm/icons/search.js:
3090
+ lucide-react/dist/esm/icons/send-horizontal.js:
2943
3091
  lucide-react/dist/esm/icons/server.js:
2944
3092
  lucide-react/dist/esm/icons/share.js:
2945
3093
  lucide-react/dist/esm/icons/shield-user.js:
3094
+ lucide-react/dist/esm/icons/sigma.js:
2946
3095
  lucide-react/dist/esm/icons/sparkles.js:
2947
3096
  lucide-react/dist/esm/icons/spline-pointer.js:
2948
3097
  lucide-react/dist/esm/icons/square-dashed-bottom-code.js: