@windrun-huaiin/third-ui 5.2.1 → 5.4.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.
@@ -1054,6 +1054,113 @@ var SchemeIcon = React28.forwardRef(
1054
1054
  SchemeIcon.displayName = "Scheme";
1055
1055
  var scheme_default = SchemeIcon;
1056
1056
 
1057
+ // ../base-ui/src/assets/faq.tsx
1058
+ import React29 from "react";
1059
+ import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
1060
+ var FAQIcon = React29.forwardRef(
1061
+ (_a, ref) => {
1062
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1063
+ return /* @__PURE__ */ jsxs7(
1064
+ "svg",
1065
+ __spreadProps(__spreadValues({
1066
+ ref,
1067
+ role: "img",
1068
+ className,
1069
+ stroke: "currentColor",
1070
+ strokeWidth: "2",
1071
+ strokeLinecap: "round",
1072
+ strokeLinejoin: "round"
1073
+ }, props), {
1074
+ viewBox: "0 0 24 24",
1075
+ xmlns: "http://www.w3.org/2000/svg",
1076
+ children: [
1077
+ /* @__PURE__ */ jsx29("circle", { cx: "12", cy: "12", r: "10", fill: "none", stroke: themeSvgIconColor }),
1078
+ /* @__PURE__ */ jsx29("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", fill: "none", stroke: themeSvgIconColor }),
1079
+ /* @__PURE__ */ jsx29("path", { d: "M12 17h.01", fill: "none", stroke: themeSvgIconColor })
1080
+ ]
1081
+ })
1082
+ );
1083
+ }
1084
+ );
1085
+ FAQIcon.displayName = "FAQ";
1086
+ var faq_default = FAQIcon;
1087
+
1088
+ // ../base-ui/src/assets/faqb.tsx
1089
+ import React30 from "react";
1090
+ import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
1091
+ var FAQBIcon = React30.forwardRef(
1092
+ (_a, ref) => {
1093
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1094
+ return /* @__PURE__ */ jsxs8(
1095
+ "svg",
1096
+ __spreadProps(__spreadValues({
1097
+ ref,
1098
+ role: "img",
1099
+ className,
1100
+ stroke: "currentColor",
1101
+ strokeWidth: "2",
1102
+ strokeLinecap: "round",
1103
+ strokeLinejoin: "round"
1104
+ }, props), {
1105
+ viewBox: "0 0 24 24",
1106
+ xmlns: "http://www.w3.org/2000/svg",
1107
+ children: [
1108
+ /* @__PURE__ */ jsx30(
1109
+ "path",
1110
+ {
1111
+ fill: "none",
1112
+ stroke: themeSvgIconColor,
1113
+ d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
1114
+ }
1115
+ ),
1116
+ /* @__PURE__ */ jsx30("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1117
+ /* @__PURE__ */ jsx30("line", { fill: "none", stroke: themeSvgIconColor, x1: "12", x2: "12.01", y1: "17", y2: "17" })
1118
+ ]
1119
+ })
1120
+ );
1121
+ }
1122
+ );
1123
+ FAQBIcon.displayName = "FAQB";
1124
+ var faqb_default = FAQBIcon;
1125
+
1126
+ // ../base-ui/src/assets/faqs.tsx
1127
+ import React31 from "react";
1128
+ import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
1129
+ var FAQSIcon = React31.forwardRef(
1130
+ (_a, ref) => {
1131
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1132
+ return /* @__PURE__ */ jsxs9(
1133
+ "svg",
1134
+ __spreadProps(__spreadValues({
1135
+ ref,
1136
+ role: "img",
1137
+ className,
1138
+ stroke: "currentColor",
1139
+ strokeWidth: "2",
1140
+ strokeLinecap: "round",
1141
+ strokeLinejoin: "round"
1142
+ }, props), {
1143
+ viewBox: "0 0 24 24",
1144
+ xmlns: "http://www.w3.org/2000/svg",
1145
+ children: [
1146
+ /* @__PURE__ */ jsx31(
1147
+ "path",
1148
+ {
1149
+ fill: "none",
1150
+ stroke: themeSvgIconColor,
1151
+ d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"
1152
+ }
1153
+ ),
1154
+ /* @__PURE__ */ jsx31("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }),
1155
+ /* @__PURE__ */ jsx31("path", { fill: "none", stroke: themeSvgIconColor, d: "M12 17h.01" })
1156
+ ]
1157
+ })
1158
+ );
1159
+ }
1160
+ );
1161
+ FAQSIcon.displayName = "FAQS";
1162
+ var faqs_default = FAQSIcon;
1163
+
1057
1164
  // ../base-ui/src/assets/index.ts
1058
1165
  var BUILTIN_ICON_COMPONENTS = {
1059
1166
  GitHub: github_default,
@@ -1083,7 +1190,10 @@ var BUILTIN_ICON_COMPONENTS = {
1083
1190
  SubP: subp_default,
1084
1191
  T3P: t3p_default,
1085
1192
  Http: http_default,
1086
- Scheme: scheme_default
1193
+ Scheme: scheme_default,
1194
+ FAQ: faq_default,
1195
+ FAQB: faqb_default,
1196
+ FAQS: faqs_default
1087
1197
  };
1088
1198
 
1089
1199
  // ../lib/src/limited-lucide-icons.ts
@@ -1131,6 +1241,7 @@ __export(limited_lucide_icons_exports, {
1131
1241
  GitPullRequestArrow: () => GitPullRequestArrow,
1132
1242
  Globe: () => Globe,
1133
1243
  GlobeLock: () => GlobeLock,
1244
+ Grip: () => Grip,
1134
1245
  GripVertical: () => GripVertical,
1135
1246
  HandHeart: () => HandHeart,
1136
1247
  Handshake: () => Handshake,
@@ -1139,6 +1250,7 @@ __export(limited_lucide_icons_exports, {
1139
1250
  ImageDown: () => ImageDown,
1140
1251
  ImageOff: () => ImageOff,
1141
1252
  ImageUp: () => ImageUp,
1253
+ Infinity: () => Infinity,
1142
1254
  Info: () => Info,
1143
1255
  Keyboard: () => Keyboard,
1144
1256
  LandPlot: () => LandPlot,
@@ -1156,28 +1268,34 @@ __export(limited_lucide_icons_exports, {
1156
1268
  Palette: () => Palette,
1157
1269
  PanelLeft: () => PanelLeft,
1158
1270
  PanelsTopLeft: () => PanelsTopLeft,
1271
+ PawPrint: () => PawPrint,
1159
1272
  Pencil: () => Pencil,
1160
1273
  Pi: () => Pi,
1274
+ QrCode: () => QrCode,
1161
1275
  ReceiptText: () => ReceiptText,
1162
1276
  RefreshCcw: () => RefreshCcw,
1163
1277
  Regex: () => Regex,
1164
1278
  Replace: () => Replace,
1279
+ Rocket: () => Rocket,
1165
1280
  Rss: () => Rss,
1166
1281
  Scale: () => Scale,
1167
1282
  Search: () => Search,
1168
1283
  SendHorizontal: () => SendHorizontal,
1169
1284
  Server: () => Server,
1170
1285
  Share: () => Share,
1286
+ Shield: () => Shield,
1171
1287
  ShieldUser: () => ShieldUser,
1172
1288
  Sigma: () => Sigma,
1173
1289
  Sparkles: () => Sparkles,
1174
1290
  SplinePointer: () => SplinePointer,
1291
+ Sprout: () => Sprout,
1175
1292
  SquareDashedBottomCode: () => SquareDashedBottomCode,
1176
1293
  SquareTerminal: () => SquareTerminal,
1177
1294
  Star: () => Star,
1178
1295
  Tablets: () => Tablets,
1179
1296
  Terminal: () => Terminal,
1180
1297
  Twitter: () => Twitter,
1298
+ Workflow: () => Workflow,
1181
1299
  X: () => X,
1182
1300
  Zap: () => Zap
1183
1301
  });
@@ -1714,8 +1832,22 @@ var __iconNode44 = [
1714
1832
  ];
1715
1833
  var GripVertical = createLucideIcon("grip-vertical", __iconNode44);
1716
1834
 
1717
- // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1835
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
1718
1836
  var __iconNode45 = [
1837
+ ["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
1838
+ ["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
1839
+ ["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
1840
+ ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
1841
+ ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
1842
+ ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }],
1843
+ ["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }],
1844
+ ["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
1845
+ ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
1846
+ ];
1847
+ var Grip = createLucideIcon("grip", __iconNode45);
1848
+
1849
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1850
+ var __iconNode46 = [
1719
1851
  ["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
1720
1852
  [
1721
1853
  "path",
@@ -1733,10 +1865,10 @@ var __iconNode45 = [
1733
1865
  }
1734
1866
  ]
1735
1867
  ];
1736
- var HandHeart = createLucideIcon("hand-heart", __iconNode45);
1868
+ var HandHeart = createLucideIcon("hand-heart", __iconNode46);
1737
1869
 
1738
1870
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
1739
- var __iconNode46 = [
1871
+ var __iconNode47 = [
1740
1872
  ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
1741
1873
  [
1742
1874
  "path",
@@ -1749,17 +1881,17 @@ var __iconNode46 = [
1749
1881
  ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
1750
1882
  ["path", { d: "M3 4h8", key: "1ep09j" }]
1751
1883
  ];
1752
- var Handshake = createLucideIcon("handshake", __iconNode46);
1884
+ var Handshake = createLucideIcon("handshake", __iconNode47);
1753
1885
 
1754
1886
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
1755
- var __iconNode47 = [
1887
+ var __iconNode48 = [
1756
1888
  ["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
1757
1889
  ["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" }]
1758
1890
  ];
1759
- var Highlighter = createLucideIcon("highlighter", __iconNode47);
1891
+ var Highlighter = createLucideIcon("highlighter", __iconNode48);
1760
1892
 
1761
1893
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
1762
- var __iconNode48 = [
1894
+ var __iconNode49 = [
1763
1895
  [
1764
1896
  "path",
1765
1897
  {
@@ -1771,10 +1903,10 @@ var __iconNode48 = [
1771
1903
  ["path", { d: "M15 6h6", key: "1jlkvy" }],
1772
1904
  ["path", { d: "M18 3v6", key: "x1uolp" }]
1773
1905
  ];
1774
- var HousePlus = createLucideIcon("house-plus", __iconNode48);
1906
+ var HousePlus = createLucideIcon("house-plus", __iconNode49);
1775
1907
 
1776
1908
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
1777
- var __iconNode49 = [
1909
+ var __iconNode50 = [
1778
1910
  [
1779
1911
  "path",
1780
1912
  {
@@ -1786,10 +1918,10 @@ var __iconNode49 = [
1786
1918
  ["path", { d: "m17 22 3-3", key: "1nkfve" }],
1787
1919
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1788
1920
  ];
1789
- var ImageDown = createLucideIcon("image-down", __iconNode49);
1921
+ var ImageDown = createLucideIcon("image-down", __iconNode50);
1790
1922
 
1791
1923
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
1792
- var __iconNode50 = [
1924
+ var __iconNode51 = [
1793
1925
  ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
1794
1926
  ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
1795
1927
  ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
@@ -1803,10 +1935,10 @@ var __iconNode50 = [
1803
1935
  ],
1804
1936
  ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
1805
1937
  ];
1806
- var ImageOff = createLucideIcon("image-off", __iconNode50);
1938
+ var ImageOff = createLucideIcon("image-off", __iconNode51);
1807
1939
 
1808
1940
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
1809
- var __iconNode51 = [
1941
+ var __iconNode52 = [
1810
1942
  [
1811
1943
  "path",
1812
1944
  {
@@ -1818,18 +1950,24 @@ var __iconNode51 = [
1818
1950
  ["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
1819
1951
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1820
1952
  ];
1821
- var ImageUp = createLucideIcon("image-up", __iconNode51);
1953
+ var ImageUp = createLucideIcon("image-up", __iconNode52);
1954
+
1955
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
1956
+ var __iconNode53 = [
1957
+ ["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" }]
1958
+ ];
1959
+ var Infinity = createLucideIcon("infinity", __iconNode53);
1822
1960
 
1823
1961
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
1824
- var __iconNode52 = [
1962
+ var __iconNode54 = [
1825
1963
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1826
1964
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
1827
1965
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
1828
1966
  ];
1829
- var Info = createLucideIcon("info", __iconNode52);
1967
+ var Info = createLucideIcon("info", __iconNode54);
1830
1968
 
1831
1969
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
1832
- var __iconNode53 = [
1970
+ var __iconNode55 = [
1833
1971
  ["path", { d: "M10 8h.01", key: "1r9ogq" }],
1834
1972
  ["path", { d: "M12 12h.01", key: "1mp3jc" }],
1835
1973
  ["path", { d: "M14 8h.01", key: "1primd" }],
@@ -1840,10 +1978,10 @@ var __iconNode53 = [
1840
1978
  ["path", { d: "M8 12h.01", key: "czm47f" }],
1841
1979
  ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
1842
1980
  ];
1843
- var Keyboard = createLucideIcon("keyboard", __iconNode53);
1981
+ var Keyboard = createLucideIcon("keyboard", __iconNode55);
1844
1982
 
1845
1983
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
1846
- var __iconNode54 = [
1984
+ var __iconNode56 = [
1847
1985
  ["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
1848
1986
  [
1849
1987
  "path",
@@ -1855,71 +1993,71 @@ var __iconNode54 = [
1855
1993
  ["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
1856
1994
  ["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
1857
1995
  ];
1858
- var LandPlot = createLucideIcon("land-plot", __iconNode54);
1996
+ var LandPlot = createLucideIcon("land-plot", __iconNode56);
1859
1997
 
1860
1998
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
1861
- var __iconNode55 = [
1999
+ var __iconNode57 = [
1862
2000
  ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
1863
2001
  ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
1864
2002
  ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
1865
2003
  ];
1866
- var LayoutTemplate = createLucideIcon("layout-template", __iconNode55);
2004
+ var LayoutTemplate = createLucideIcon("layout-template", __iconNode57);
1867
2005
 
1868
2006
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
1869
- var __iconNode56 = [
2007
+ var __iconNode58 = [
1870
2008
  ["path", { d: "m16 6 4 14", key: "ji33uf" }],
1871
2009
  ["path", { d: "M12 6v14", key: "1n7gus" }],
1872
2010
  ["path", { d: "M8 8v12", key: "1gg7y9" }],
1873
2011
  ["path", { d: "M4 4v16", key: "6qkkli" }]
1874
2012
  ];
1875
- var Library = createLucideIcon("library", __iconNode56);
2013
+ var Library = createLucideIcon("library", __iconNode58);
1876
2014
 
1877
2015
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
1878
- var __iconNode57 = [
2016
+ var __iconNode59 = [
1879
2017
  ["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" }],
1880
2018
  ["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" }]
1881
2019
  ];
1882
- var Link = createLucideIcon("link", __iconNode57);
2020
+ var Link = createLucideIcon("link", __iconNode59);
1883
2021
 
1884
2022
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
1885
- var __iconNode58 = [
2023
+ var __iconNode60 = [
1886
2024
  ["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
1887
2025
  ["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
1888
2026
  ["path", { d: "M13 6h8", key: "15sg57" }],
1889
2027
  ["path", { d: "M13 12h8", key: "h98zly" }],
1890
2028
  ["path", { d: "M13 18h8", key: "oe0vm4" }]
1891
2029
  ];
1892
- var ListTodo = createLucideIcon("list-todo", __iconNode58);
2030
+ var ListTodo = createLucideIcon("list-todo", __iconNode60);
1893
2031
 
1894
2032
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
1895
- var __iconNode59 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
1896
- var LoaderCircle = createLucideIcon("loader-circle", __iconNode59);
2033
+ var __iconNode61 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
2034
+ var LoaderCircle = createLucideIcon("loader-circle", __iconNode61);
1897
2035
 
1898
2036
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
1899
- var __iconNode60 = [
2037
+ var __iconNode62 = [
1900
2038
  ["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
1901
2039
  ["path", { d: "M15 12H3", key: "6jk70r" }],
1902
2040
  ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
1903
2041
  ];
1904
- var LogIn = createLucideIcon("log-in", __iconNode60);
2042
+ var LogIn = createLucideIcon("log-in", __iconNode62);
1905
2043
 
1906
2044
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
1907
- var __iconNode61 = [
2045
+ var __iconNode63 = [
1908
2046
  ["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
1909
2047
  ["path", { d: "M21 12H9", key: "dn1m92" }],
1910
2048
  ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
1911
2049
  ];
1912
- var LogOut = createLucideIcon("log-out", __iconNode61);
2050
+ var LogOut = createLucideIcon("log-out", __iconNode63);
1913
2051
 
1914
2052
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
1915
- var __iconNode62 = [
2053
+ var __iconNode64 = [
1916
2054
  ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
1917
2055
  ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
1918
2056
  ];
1919
- var Mail = createLucideIcon("mail", __iconNode62);
2057
+ var Mail = createLucideIcon("mail", __iconNode64);
1920
2058
 
1921
2059
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
1922
- var __iconNode63 = [
2060
+ var __iconNode65 = [
1923
2061
  ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
1924
2062
  ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
1925
2063
  ["path", { d: "m6 12-1.9 2", key: "mnht97" }],
@@ -1932,10 +2070,10 @@ var __iconNode63 = [
1932
2070
  }
1933
2071
  ]
1934
2072
  ];
1935
- var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode63);
2073
+ var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode65);
1936
2074
 
1937
2075
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
1938
- var __iconNode64 = [
2076
+ var __iconNode66 = [
1939
2077
  [
1940
2078
  "path",
1941
2079
  {
@@ -1948,25 +2086,40 @@ var __iconNode64 = [
1948
2086
  ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
1949
2087
  ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
1950
2088
  ];
1951
- var Palette = createLucideIcon("palette", __iconNode64);
2089
+ var Palette = createLucideIcon("palette", __iconNode66);
1952
2090
 
1953
2091
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
1954
- var __iconNode65 = [
2092
+ var __iconNode67 = [
1955
2093
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
1956
2094
  ["path", { d: "M9 3v18", key: "fh3hqa" }]
1957
2095
  ];
1958
- var PanelLeft = createLucideIcon("panel-left", __iconNode65);
2096
+ var PanelLeft = createLucideIcon("panel-left", __iconNode67);
1959
2097
 
1960
2098
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
1961
- var __iconNode66 = [
2099
+ var __iconNode68 = [
1962
2100
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
1963
2101
  ["path", { d: "M3 9h18", key: "1pudct" }],
1964
2102
  ["path", { d: "M9 21V9", key: "1oto5p" }]
1965
2103
  ];
1966
- var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode66);
2104
+ var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode68);
2105
+
2106
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
2107
+ var __iconNode69 = [
2108
+ ["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
2109
+ ["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
2110
+ ["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
2111
+ [
2112
+ "path",
2113
+ {
2114
+ d: "M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",
2115
+ key: "1ydw1z"
2116
+ }
2117
+ ]
2118
+ ];
2119
+ var PawPrint = createLucideIcon("paw-print", __iconNode69);
1967
2120
 
1968
2121
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
1969
- var __iconNode67 = [
2122
+ var __iconNode70 = [
1970
2123
  [
1971
2124
  "path",
1972
2125
  {
@@ -1976,18 +2129,35 @@ var __iconNode67 = [
1976
2129
  ],
1977
2130
  ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
1978
2131
  ];
1979
- var Pencil = createLucideIcon("pencil", __iconNode67);
2132
+ var Pencil = createLucideIcon("pencil", __iconNode70);
1980
2133
 
1981
2134
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
1982
- var __iconNode68 = [
2135
+ var __iconNode71 = [
1983
2136
  ["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
1984
2137
  ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
1985
2138
  ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
1986
2139
  ];
1987
- var Pi = createLucideIcon("pi", __iconNode68);
2140
+ var Pi = createLucideIcon("pi", __iconNode71);
2141
+
2142
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
2143
+ var __iconNode72 = [
2144
+ ["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
2145
+ ["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
2146
+ ["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
2147
+ ["path", { d: "M21 16h-3a2 2 0 0 0-2 2v3", key: "177gqh" }],
2148
+ ["path", { d: "M21 21v.01", key: "ents32" }],
2149
+ ["path", { d: "M12 7v3a2 2 0 0 1-2 2H7", key: "8crl2c" }],
2150
+ ["path", { d: "M3 12h.01", key: "nlz23k" }],
2151
+ ["path", { d: "M12 3h.01", key: "n36tog" }],
2152
+ ["path", { d: "M12 16v.01", key: "133mhm" }],
2153
+ ["path", { d: "M16 12h1", key: "1slzba" }],
2154
+ ["path", { d: "M21 12v.01", key: "1lwtk9" }],
2155
+ ["path", { d: "M12 21v-1", key: "1880an" }]
2156
+ ];
2157
+ var QrCode = createLucideIcon("qr-code", __iconNode72);
1988
2158
 
1989
2159
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
1990
- var __iconNode69 = [
2160
+ var __iconNode73 = [
1991
2161
  [
1992
2162
  "path",
1993
2163
  { 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" }
@@ -1996,19 +2166,19 @@ var __iconNode69 = [
1996
2166
  ["path", { d: "M16 12H8", key: "1fr5h0" }],
1997
2167
  ["path", { d: "M13 16H8", key: "wsln4y" }]
1998
2168
  ];
1999
- var ReceiptText = createLucideIcon("receipt-text", __iconNode69);
2169
+ var ReceiptText = createLucideIcon("receipt-text", __iconNode73);
2000
2170
 
2001
2171
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
2002
- var __iconNode70 = [
2172
+ var __iconNode74 = [
2003
2173
  ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
2004
2174
  ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
2005
2175
  ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
2006
2176
  ["path", { d: "M16 16h5v5", key: "ccwih5" }]
2007
2177
  ];
2008
- var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode70);
2178
+ var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode74);
2009
2179
 
2010
2180
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
2011
- var __iconNode71 = [
2181
+ var __iconNode75 = [
2012
2182
  ["path", { d: "M17 3v10", key: "15fgeh" }],
2013
2183
  ["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
2014
2184
  ["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
@@ -2017,10 +2187,10 @@ var __iconNode71 = [
2017
2187
  { 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" }
2018
2188
  ]
2019
2189
  ];
2020
- var Regex = createLucideIcon("regex", __iconNode71);
2190
+ var Regex = createLucideIcon("regex", __iconNode75);
2021
2191
 
2022
2192
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
2023
- var __iconNode72 = [
2193
+ var __iconNode76 = [
2024
2194
  ["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
2025
2195
  ["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
2026
2196
  ["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
@@ -2029,35 +2199,56 @@ var __iconNode72 = [
2029
2199
  ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
2030
2200
  ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
2031
2201
  ];
2032
- var Replace = createLucideIcon("replace", __iconNode72);
2202
+ var Replace = createLucideIcon("replace", __iconNode76);
2203
+
2204
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
2205
+ var __iconNode77 = [
2206
+ [
2207
+ "path",
2208
+ {
2209
+ d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",
2210
+ key: "m3kijz"
2211
+ }
2212
+ ],
2213
+ [
2214
+ "path",
2215
+ {
2216
+ d: "m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",
2217
+ key: "1fmvmk"
2218
+ }
2219
+ ],
2220
+ ["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
2221
+ ["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
2222
+ ];
2223
+ var Rocket = createLucideIcon("rocket", __iconNode77);
2033
2224
 
2034
2225
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
2035
- var __iconNode73 = [
2226
+ var __iconNode78 = [
2036
2227
  ["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
2037
2228
  ["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
2038
2229
  ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
2039
2230
  ];
2040
- var Rss = createLucideIcon("rss", __iconNode73);
2231
+ var Rss = createLucideIcon("rss", __iconNode78);
2041
2232
 
2042
2233
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
2043
- var __iconNode74 = [
2234
+ var __iconNode79 = [
2044
2235
  ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
2045
2236
  ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
2046
2237
  ["path", { d: "M7 21h10", key: "1b0cd5" }],
2047
2238
  ["path", { d: "M12 3v18", key: "108xh3" }],
2048
2239
  ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
2049
2240
  ];
2050
- var Scale = createLucideIcon("scale", __iconNode74);
2241
+ var Scale = createLucideIcon("scale", __iconNode79);
2051
2242
 
2052
2243
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
2053
- var __iconNode75 = [
2244
+ var __iconNode80 = [
2054
2245
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
2055
2246
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
2056
2247
  ];
2057
- var Search = createLucideIcon("search", __iconNode75);
2248
+ var Search = createLucideIcon("search", __iconNode80);
2058
2249
 
2059
2250
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
2060
- var __iconNode76 = [
2251
+ var __iconNode81 = [
2061
2252
  [
2062
2253
  "path",
2063
2254
  {
@@ -2067,27 +2258,27 @@ var __iconNode76 = [
2067
2258
  ],
2068
2259
  ["path", { d: "M6 12h16", key: "s4cdu5" }]
2069
2260
  ];
2070
- var SendHorizontal = createLucideIcon("send-horizontal", __iconNode76);
2261
+ var SendHorizontal = createLucideIcon("send-horizontal", __iconNode81);
2071
2262
 
2072
2263
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
2073
- var __iconNode77 = [
2264
+ var __iconNode82 = [
2074
2265
  ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
2075
2266
  ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
2076
2267
  ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
2077
2268
  ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
2078
2269
  ];
2079
- var Server = createLucideIcon("server", __iconNode77);
2270
+ var Server = createLucideIcon("server", __iconNode82);
2080
2271
 
2081
2272
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
2082
- var __iconNode78 = [
2273
+ var __iconNode83 = [
2083
2274
  ["path", { d: "M12 2v13", key: "1km8f5" }],
2084
2275
  ["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
2085
2276
  ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
2086
2277
  ];
2087
- var Share = createLucideIcon("share", __iconNode78);
2278
+ var Share = createLucideIcon("share", __iconNode83);
2088
2279
 
2089
2280
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
2090
- var __iconNode79 = [
2281
+ var __iconNode84 = [
2091
2282
  [
2092
2283
  "path",
2093
2284
  {
@@ -2098,10 +2289,22 @@ var __iconNode79 = [
2098
2289
  ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
2099
2290
  ["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
2100
2291
  ];
2101
- var ShieldUser = createLucideIcon("shield-user", __iconNode79);
2292
+ var ShieldUser = createLucideIcon("shield-user", __iconNode84);
2293
+
2294
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
2295
+ var __iconNode85 = [
2296
+ [
2297
+ "path",
2298
+ {
2299
+ d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
2300
+ key: "oel41y"
2301
+ }
2302
+ ]
2303
+ ];
2304
+ var Shield = createLucideIcon("shield", __iconNode85);
2102
2305
 
2103
2306
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
2104
- var __iconNode80 = [
2307
+ var __iconNode86 = [
2105
2308
  [
2106
2309
  "path",
2107
2310
  {
@@ -2110,10 +2313,10 @@ var __iconNode80 = [
2110
2313
  }
2111
2314
  ]
2112
2315
  ];
2113
- var Sigma = createLucideIcon("sigma", __iconNode80);
2316
+ var Sigma = createLucideIcon("sigma", __iconNode86);
2114
2317
 
2115
2318
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
2116
- var __iconNode81 = [
2319
+ var __iconNode87 = [
2117
2320
  [
2118
2321
  "path",
2119
2322
  {
@@ -2126,10 +2329,10 @@ var __iconNode81 = [
2126
2329
  ["path", { d: "M4 17v2", key: "vumght" }],
2127
2330
  ["path", { d: "M5 18H3", key: "zchphs" }]
2128
2331
  ];
2129
- var Sparkles = createLucideIcon("sparkles", __iconNode81);
2332
+ var Sparkles = createLucideIcon("sparkles", __iconNode87);
2130
2333
 
2131
2334
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
2132
- var __iconNode82 = [
2335
+ var __iconNode88 = [
2133
2336
  [
2134
2337
  "path",
2135
2338
  {
@@ -2141,10 +2344,31 @@ var __iconNode82 = [
2141
2344
  ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
2142
2345
  ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
2143
2346
  ];
2144
- var SplinePointer = createLucideIcon("spline-pointer", __iconNode82);
2347
+ var SplinePointer = createLucideIcon("spline-pointer", __iconNode88);
2348
+
2349
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
2350
+ var __iconNode89 = [
2351
+ ["path", { d: "M7 20h10", key: "e6iznv" }],
2352
+ ["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
2353
+ [
2354
+ "path",
2355
+ {
2356
+ d: "M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",
2357
+ key: "9gtqwd"
2358
+ }
2359
+ ],
2360
+ [
2361
+ "path",
2362
+ {
2363
+ d: "M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",
2364
+ key: "bkxnd2"
2365
+ }
2366
+ ]
2367
+ ];
2368
+ var Sprout = createLucideIcon("sprout", __iconNode89);
2145
2369
 
2146
2370
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
2147
- var __iconNode83 = [
2371
+ var __iconNode90 = [
2148
2372
  ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2149
2373
  ["path", { d: "M14 21h1", key: "v9vybs" }],
2150
2374
  ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
@@ -2154,18 +2378,18 @@ var __iconNode83 = [
2154
2378
  ],
2155
2379
  ["path", { d: "M9 21h1", key: "15o7lz" }]
2156
2380
  ];
2157
- var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode83);
2381
+ var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode90);
2158
2382
 
2159
2383
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
2160
- var __iconNode84 = [
2384
+ var __iconNode91 = [
2161
2385
  ["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
2162
2386
  ["path", { d: "M11 13h4", key: "1p7l4v" }],
2163
2387
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
2164
2388
  ];
2165
- var SquareTerminal = createLucideIcon("square-terminal", __iconNode84);
2389
+ var SquareTerminal = createLucideIcon("square-terminal", __iconNode91);
2166
2390
 
2167
2391
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
2168
- var __iconNode85 = [
2392
+ var __iconNode92 = [
2169
2393
  [
2170
2394
  "path",
2171
2395
  {
@@ -2174,26 +2398,26 @@ var __iconNode85 = [
2174
2398
  }
2175
2399
  ]
2176
2400
  ];
2177
- var Star = createLucideIcon("star", __iconNode85);
2401
+ var Star = createLucideIcon("star", __iconNode92);
2178
2402
 
2179
2403
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
2180
- var __iconNode86 = [
2404
+ var __iconNode93 = [
2181
2405
  ["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
2182
2406
  ["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
2183
2407
  ["path", { d: "M12 17h10", key: "ls21zv" }],
2184
2408
  ["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
2185
2409
  ];
2186
- var Tablets = createLucideIcon("tablets", __iconNode86);
2410
+ var Tablets = createLucideIcon("tablets", __iconNode93);
2187
2411
 
2188
2412
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
2189
- var __iconNode87 = [
2413
+ var __iconNode94 = [
2190
2414
  ["path", { d: "M12 19h8", key: "baeox8" }],
2191
2415
  ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
2192
2416
  ];
2193
- var Terminal = createLucideIcon("terminal", __iconNode87);
2417
+ var Terminal = createLucideIcon("terminal", __iconNode94);
2194
2418
 
2195
2419
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
2196
- var __iconNode88 = [
2420
+ var __iconNode95 = [
2197
2421
  [
2198
2422
  "path",
2199
2423
  {
@@ -2202,17 +2426,25 @@ var __iconNode88 = [
2202
2426
  }
2203
2427
  ]
2204
2428
  ];
2205
- var Twitter = createLucideIcon("twitter", __iconNode88);
2429
+ var Twitter = createLucideIcon("twitter", __iconNode95);
2430
+
2431
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
2432
+ var __iconNode96 = [
2433
+ ["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
2434
+ ["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
2435
+ ["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
2436
+ ];
2437
+ var Workflow = createLucideIcon("workflow", __iconNode96);
2206
2438
 
2207
2439
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
2208
- var __iconNode89 = [
2440
+ var __iconNode97 = [
2209
2441
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
2210
2442
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
2211
2443
  ];
2212
- var X = createLucideIcon("x", __iconNode89);
2444
+ var X = createLucideIcon("x", __iconNode97);
2213
2445
 
2214
2446
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
2215
- var __iconNode90 = [
2447
+ var __iconNode98 = [
2216
2448
  [
2217
2449
  "path",
2218
2450
  {
@@ -2221,11 +2453,11 @@ var __iconNode90 = [
2221
2453
  }
2222
2454
  ]
2223
2455
  ];
2224
- var Zap = createLucideIcon("zap", __iconNode90);
2456
+ var Zap = createLucideIcon("zap", __iconNode98);
2225
2457
 
2226
2458
  // ../base-ui/src/components/global-icon.tsx
2227
- import React29 from "react";
2228
- import { jsx as jsx29 } from "react/jsx-runtime";
2459
+ import React32 from "react";
2460
+ import { jsx as jsx32 } from "react/jsx-runtime";
2229
2461
  var tempStyledLimitedIcons = {};
2230
2462
  for (const iconNameKey in limited_lucide_icons_exports) {
2231
2463
  if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
@@ -2245,7 +2477,7 @@ for (const iconNameKey in limited_lucide_icons_exports) {
2245
2477
  height: props.size || themeSvgIconSize
2246
2478
  }, props.style)
2247
2479
  });
2248
- return /* @__PURE__ */ jsx29(ComponentToRender, __spreadValues({}, finalProps));
2480
+ return /* @__PURE__ */ jsx32(ComponentToRender, __spreadValues({}, finalProps));
2249
2481
  };
2250
2482
  StyledIcon.displayName = `Styled(${iconName})`;
2251
2483
  tempStyledLimitedIcons[iconName] = StyledIcon;
@@ -2269,7 +2501,7 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
2269
2501
  height: props.size || themeSvgIconSize
2270
2502
  }, props.style)
2271
2503
  });
2272
- return /* @__PURE__ */ jsx29(IconComponent, __spreadValues({}, finalProps));
2504
+ return /* @__PURE__ */ jsx32(IconComponent, __spreadValues({}, finalProps));
2273
2505
  };
2274
2506
  WrappedIcon.displayName = `Wrapped(${iconName})`;
2275
2507
  tempWrappedBuiltinIcons[iconName] = WrappedIcon;
@@ -2278,7 +2510,7 @@ var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
2278
2510
  var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
2279
2511
 
2280
2512
  // src/clerk/clerk-organization.tsx
2281
- import { jsx as jsx30, jsxs as jsxs7 } from "react/jsx-runtime";
2513
+ import { jsx as jsx33, jsxs as jsxs10 } from "react/jsx-runtime";
2282
2514
 
2283
2515
  // src/lib/clerk-intl.ts
2284
2516
  import { enUS, zhCN } from "@clerk/localizations";
@@ -2290,7 +2522,7 @@ var clerkIntl = {
2290
2522
 
2291
2523
  // src/clerk/clerk-provider-client.tsx
2292
2524
  import { ClerkProvider } from "@clerk/nextjs";
2293
- import { jsx as jsx31 } from "react/jsx-runtime";
2525
+ import { jsx as jsx34 } from "react/jsx-runtime";
2294
2526
  function ClerkProviderClient({
2295
2527
  children,
2296
2528
  locale,
@@ -2319,24 +2551,24 @@ function ClerkProviderClient({
2319
2551
  if (waitlistUrl) {
2320
2552
  clerkProviderProps.waitlistUrl = `/${locale}${waitlistUrl}`;
2321
2553
  }
2322
- return /* @__PURE__ */ jsx31(ClerkProvider, __spreadProps(__spreadValues({}, clerkProviderProps), { children }));
2554
+ return /* @__PURE__ */ jsx34(ClerkProvider, __spreadProps(__spreadValues({}, clerkProviderProps), { children }));
2323
2555
  }
2324
2556
 
2325
2557
  // src/clerk/clerk-user.tsx
2326
2558
  import { ClerkLoaded, ClerkLoading, SignedIn, SignedOut, SignInButton, UserButton } from "@clerk/nextjs";
2327
2559
  import { useTranslations } from "next-intl";
2328
- import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
2560
+ import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
2329
2561
  function ClerkUser({
2330
2562
  locale,
2331
2563
  clerkAuthInModal = false
2332
2564
  }) {
2333
2565
  const t = useTranslations("clerk");
2334
2566
  const t2 = useTranslations("footer");
2335
- return /* @__PURE__ */ jsxs8("div", { className: "ms-1.5 flex items-center gap-2 h-10 me-3", children: [
2336
- /* @__PURE__ */ jsx32(ClerkLoading, { children: /* @__PURE__ */ jsx32("div", { className: "w-20 h-9 px-2 border border-gray-300 rounded-full hover:bg-gray-100 dark:border-gray-600 dark:hover:bg-gray-800 text-center text-sm" }) }),
2337
- /* @__PURE__ */ jsxs8(ClerkLoaded, { children: [
2338
- /* @__PURE__ */ jsx32(SignedOut, { children: /* @__PURE__ */ jsx32(SignInButton, { mode: clerkAuthInModal ? "modal" : "redirect", children: /* @__PURE__ */ jsx32("button", { className: "w-20 h-9 px-2 border border-gray-300 rounded-full hover:bg-gray-100 dark:border-gray-600 dark:hover:bg-gray-800 text-center text-sm", children: t("signIn") }) }) }),
2339
- /* @__PURE__ */ jsx32(SignedIn, { children: /* @__PURE__ */ jsx32(
2567
+ return /* @__PURE__ */ jsxs11("div", { className: "ms-1.5 flex items-center gap-2 h-10 me-3", children: [
2568
+ /* @__PURE__ */ jsx35(ClerkLoading, { children: /* @__PURE__ */ jsx35("div", { className: "w-20 h-9 px-2 border border-gray-300 rounded-full hover:bg-gray-100 dark:border-gray-600 dark:hover:bg-gray-800 text-center text-sm" }) }),
2569
+ /* @__PURE__ */ jsxs11(ClerkLoaded, { children: [
2570
+ /* @__PURE__ */ jsx35(SignedOut, { children: /* @__PURE__ */ jsx35(SignInButton, { mode: clerkAuthInModal ? "modal" : "redirect", children: /* @__PURE__ */ jsx35("button", { className: "w-20 h-9 px-2 border border-gray-300 rounded-full hover:bg-gray-100 dark:border-gray-600 dark:hover:bg-gray-800 text-center text-sm", children: t("signIn") }) }) }),
2571
+ /* @__PURE__ */ jsx35(SignedIn, { children: /* @__PURE__ */ jsx35(
2340
2572
  UserButton,
2341
2573
  {
2342
2574
  appearance: {
@@ -2344,25 +2576,25 @@ function ClerkUser({
2344
2576
  userButtonAvatarBox: "w-8 h-8 border"
2345
2577
  }
2346
2578
  },
2347
- children: /* @__PURE__ */ jsxs8(UserButton.MenuItems, { children: [
2348
- /* @__PURE__ */ jsx32(UserButton.Action, { label: "manageAccount" }),
2349
- /* @__PURE__ */ jsx32(
2579
+ children: /* @__PURE__ */ jsxs11(UserButton.MenuItems, { children: [
2580
+ /* @__PURE__ */ jsx35(UserButton.Action, { label: "manageAccount" }),
2581
+ /* @__PURE__ */ jsx35(
2350
2582
  UserButton.Link,
2351
2583
  {
2352
- labelIcon: /* @__PURE__ */ jsx32(globalLucideIcons.ReceiptText, { className: "size-4 fill-none stroke-[var(--clerk-icon-stroke-color)]" }),
2584
+ labelIcon: /* @__PURE__ */ jsx35(globalLucideIcons.ReceiptText, { className: "size-4 fill-none stroke-[var(--clerk-icon-stroke-color)]" }),
2353
2585
  label: t2("terms"),
2354
2586
  href: `/${locale}/legal/terms`
2355
2587
  }
2356
2588
  ),
2357
- /* @__PURE__ */ jsx32(
2589
+ /* @__PURE__ */ jsx35(
2358
2590
  UserButton.Link,
2359
2591
  {
2360
- labelIcon: /* @__PURE__ */ jsx32(globalLucideIcons.ShieldUser, { className: "size-4 fill-none stroke-[var(--clerk-icon-stroke-color)]" }),
2592
+ labelIcon: /* @__PURE__ */ jsx35(globalLucideIcons.ShieldUser, { className: "size-4 fill-none stroke-[var(--clerk-icon-stroke-color)]" }),
2361
2593
  label: t2("privacy"),
2362
2594
  href: `/${locale}/legal/privacy`
2363
2595
  }
2364
2596
  ),
2365
- /* @__PURE__ */ jsx32(UserButton.Action, { label: "signOut" })
2597
+ /* @__PURE__ */ jsx35(UserButton.Action, { label: "signOut" })
2366
2598
  ] })
2367
2599
  }
2368
2600
  ) })
@@ -2372,20 +2604,20 @@ function ClerkUser({
2372
2604
 
2373
2605
  // src/clerk/clerk-page-generator.tsx
2374
2606
  import { SignIn, SignUp, Waitlist } from "@clerk/nextjs";
2375
- import { jsx as jsx33 } from "react/jsx-runtime";
2607
+ import { jsx as jsx36 } from "react/jsx-runtime";
2376
2608
  function createSignInPage() {
2377
2609
  return function SignInPage() {
2378
- return /* @__PURE__ */ jsx33("div", { className: "flex-1 flex justify-center mb-64", children: /* @__PURE__ */ jsx33(SignIn, {}) });
2610
+ return /* @__PURE__ */ jsx36("div", { className: "flex-1 flex justify-center mb-64", children: /* @__PURE__ */ jsx36(SignIn, {}) });
2379
2611
  };
2380
2612
  }
2381
2613
  function createSignUpPage() {
2382
2614
  return function SignUpPage() {
2383
- return /* @__PURE__ */ jsx33("div", { className: "flex-1 flex justify-center mt-0 mb-32", children: /* @__PURE__ */ jsx33(SignUp, {}) });
2615
+ return /* @__PURE__ */ jsx36("div", { className: "flex-1 flex justify-center mt-0 mb-32", children: /* @__PURE__ */ jsx36(SignUp, {}) });
2384
2616
  };
2385
2617
  }
2386
2618
  function createWaitlistPage() {
2387
2619
  return function WaitlistPage() {
2388
- return /* @__PURE__ */ jsx33("div", { className: "flex-1 flex justify-center mt-10", children: /* @__PURE__ */ jsx33(Waitlist, {}) });
2620
+ return /* @__PURE__ */ jsx36("div", { className: "flex-1 flex justify-center mt-10", children: /* @__PURE__ */ jsx36(Waitlist, {}) });
2389
2621
  };
2390
2622
  }
2391
2623
  export {
@@ -2453,6 +2685,7 @@ lucide-react/dist/esm/icons/git-pull-request-arrow.js:
2453
2685
  lucide-react/dist/esm/icons/globe-lock.js:
2454
2686
  lucide-react/dist/esm/icons/globe.js:
2455
2687
  lucide-react/dist/esm/icons/grip-vertical.js:
2688
+ lucide-react/dist/esm/icons/grip.js:
2456
2689
  lucide-react/dist/esm/icons/hand-heart.js:
2457
2690
  lucide-react/dist/esm/icons/handshake.js:
2458
2691
  lucide-react/dist/esm/icons/highlighter.js:
@@ -2460,6 +2693,7 @@ lucide-react/dist/esm/icons/house-plus.js:
2460
2693
  lucide-react/dist/esm/icons/image-down.js:
2461
2694
  lucide-react/dist/esm/icons/image-off.js:
2462
2695
  lucide-react/dist/esm/icons/image-up.js:
2696
+ lucide-react/dist/esm/icons/infinity.js:
2463
2697
  lucide-react/dist/esm/icons/info.js:
2464
2698
  lucide-react/dist/esm/icons/keyboard.js:
2465
2699
  lucide-react/dist/esm/icons/land-plot.js:
@@ -2475,12 +2709,15 @@ lucide-react/dist/esm/icons/mouse-pointer-click.js:
2475
2709
  lucide-react/dist/esm/icons/palette.js:
2476
2710
  lucide-react/dist/esm/icons/panel-left.js:
2477
2711
  lucide-react/dist/esm/icons/panels-top-left.js:
2712
+ lucide-react/dist/esm/icons/paw-print.js:
2478
2713
  lucide-react/dist/esm/icons/pencil.js:
2479
2714
  lucide-react/dist/esm/icons/pi.js:
2715
+ lucide-react/dist/esm/icons/qr-code.js:
2480
2716
  lucide-react/dist/esm/icons/receipt-text.js:
2481
2717
  lucide-react/dist/esm/icons/refresh-ccw.js:
2482
2718
  lucide-react/dist/esm/icons/regex.js:
2483
2719
  lucide-react/dist/esm/icons/replace.js:
2720
+ lucide-react/dist/esm/icons/rocket.js:
2484
2721
  lucide-react/dist/esm/icons/rss.js:
2485
2722
  lucide-react/dist/esm/icons/scale.js:
2486
2723
  lucide-react/dist/esm/icons/search.js:
@@ -2488,15 +2725,18 @@ lucide-react/dist/esm/icons/send-horizontal.js:
2488
2725
  lucide-react/dist/esm/icons/server.js:
2489
2726
  lucide-react/dist/esm/icons/share.js:
2490
2727
  lucide-react/dist/esm/icons/shield-user.js:
2728
+ lucide-react/dist/esm/icons/shield.js:
2491
2729
  lucide-react/dist/esm/icons/sigma.js:
2492
2730
  lucide-react/dist/esm/icons/sparkles.js:
2493
2731
  lucide-react/dist/esm/icons/spline-pointer.js:
2732
+ lucide-react/dist/esm/icons/sprout.js:
2494
2733
  lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
2495
2734
  lucide-react/dist/esm/icons/square-terminal.js:
2496
2735
  lucide-react/dist/esm/icons/star.js:
2497
2736
  lucide-react/dist/esm/icons/tablets.js:
2498
2737
  lucide-react/dist/esm/icons/terminal.js:
2499
2738
  lucide-react/dist/esm/icons/twitter.js:
2739
+ lucide-react/dist/esm/icons/workflow.js:
2500
2740
  lucide-react/dist/esm/icons/x.js:
2501
2741
  lucide-react/dist/esm/icons/zap.js:
2502
2742
  lucide-react/dist/esm/lucide-react.js: