@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.
@@ -1114,6 +1114,113 @@ var SchemeIcon = import_react28.default.forwardRef(
1114
1114
  SchemeIcon.displayName = "Scheme";
1115
1115
  var scheme_default = SchemeIcon;
1116
1116
 
1117
+ // ../base-ui/src/assets/faq.tsx
1118
+ var import_react29 = __toESM(require("react"), 1);
1119
+ var import_jsx_runtime29 = require("react/jsx-runtime");
1120
+ var FAQIcon = import_react29.default.forwardRef(
1121
+ (_a, ref) => {
1122
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1123
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1124
+ "svg",
1125
+ __spreadProps(__spreadValues({
1126
+ ref,
1127
+ role: "img",
1128
+ className,
1129
+ stroke: "currentColor",
1130
+ strokeWidth: "2",
1131
+ strokeLinecap: "round",
1132
+ strokeLinejoin: "round"
1133
+ }, props), {
1134
+ viewBox: "0 0 24 24",
1135
+ xmlns: "http://www.w3.org/2000/svg",
1136
+ children: [
1137
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "12", cy: "12", r: "10", fill: "none", stroke: themeSvgIconColor }),
1138
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", fill: "none", stroke: themeSvgIconColor }),
1139
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M12 17h.01", fill: "none", stroke: themeSvgIconColor })
1140
+ ]
1141
+ })
1142
+ );
1143
+ }
1144
+ );
1145
+ FAQIcon.displayName = "FAQ";
1146
+ var faq_default = FAQIcon;
1147
+
1148
+ // ../base-ui/src/assets/faqb.tsx
1149
+ var import_react30 = __toESM(require("react"), 1);
1150
+ var import_jsx_runtime30 = require("react/jsx-runtime");
1151
+ var FAQBIcon = import_react30.default.forwardRef(
1152
+ (_a, ref) => {
1153
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1154
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1155
+ "svg",
1156
+ __spreadProps(__spreadValues({
1157
+ ref,
1158
+ role: "img",
1159
+ className,
1160
+ stroke: "currentColor",
1161
+ strokeWidth: "2",
1162
+ strokeLinecap: "round",
1163
+ strokeLinejoin: "round"
1164
+ }, props), {
1165
+ viewBox: "0 0 24 24",
1166
+ xmlns: "http://www.w3.org/2000/svg",
1167
+ children: [
1168
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1169
+ "path",
1170
+ {
1171
+ fill: "none",
1172
+ stroke: themeSvgIconColor,
1173
+ 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"
1174
+ }
1175
+ ),
1176
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1177
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("line", { fill: "none", stroke: themeSvgIconColor, x1: "12", x2: "12.01", y1: "17", y2: "17" })
1178
+ ]
1179
+ })
1180
+ );
1181
+ }
1182
+ );
1183
+ FAQBIcon.displayName = "FAQB";
1184
+ var faqb_default = FAQBIcon;
1185
+
1186
+ // ../base-ui/src/assets/faqs.tsx
1187
+ var import_react31 = __toESM(require("react"), 1);
1188
+ var import_jsx_runtime31 = require("react/jsx-runtime");
1189
+ var FAQSIcon = import_react31.default.forwardRef(
1190
+ (_a, ref) => {
1191
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1192
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1193
+ "svg",
1194
+ __spreadProps(__spreadValues({
1195
+ ref,
1196
+ role: "img",
1197
+ className,
1198
+ stroke: "currentColor",
1199
+ strokeWidth: "2",
1200
+ strokeLinecap: "round",
1201
+ strokeLinejoin: "round"
1202
+ }, props), {
1203
+ viewBox: "0 0 24 24",
1204
+ xmlns: "http://www.w3.org/2000/svg",
1205
+ children: [
1206
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1207
+ "path",
1208
+ {
1209
+ fill: "none",
1210
+ stroke: themeSvgIconColor,
1211
+ 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"
1212
+ }
1213
+ ),
1214
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }),
1215
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M12 17h.01" })
1216
+ ]
1217
+ })
1218
+ );
1219
+ }
1220
+ );
1221
+ FAQSIcon.displayName = "FAQS";
1222
+ var faqs_default = FAQSIcon;
1223
+
1117
1224
  // ../base-ui/src/assets/index.ts
1118
1225
  var BUILTIN_ICON_COMPONENTS = {
1119
1226
  GitHub: github_default,
@@ -1143,7 +1250,10 @@ var BUILTIN_ICON_COMPONENTS = {
1143
1250
  SubP: subp_default,
1144
1251
  T3P: t3p_default,
1145
1252
  Http: http_default,
1146
- Scheme: scheme_default
1253
+ Scheme: scheme_default,
1254
+ FAQ: faq_default,
1255
+ FAQB: faqb_default,
1256
+ FAQS: faqs_default
1147
1257
  };
1148
1258
 
1149
1259
  // ../lib/src/limited-lucide-icons.ts
@@ -1191,6 +1301,7 @@ __export(limited_lucide_icons_exports, {
1191
1301
  GitPullRequestArrow: () => GitPullRequestArrow,
1192
1302
  Globe: () => Globe,
1193
1303
  GlobeLock: () => GlobeLock,
1304
+ Grip: () => Grip,
1194
1305
  GripVertical: () => GripVertical,
1195
1306
  HandHeart: () => HandHeart,
1196
1307
  Handshake: () => Handshake,
@@ -1199,6 +1310,7 @@ __export(limited_lucide_icons_exports, {
1199
1310
  ImageDown: () => ImageDown,
1200
1311
  ImageOff: () => ImageOff,
1201
1312
  ImageUp: () => ImageUp,
1313
+ Infinity: () => Infinity,
1202
1314
  Info: () => Info,
1203
1315
  Keyboard: () => Keyboard,
1204
1316
  LandPlot: () => LandPlot,
@@ -1216,34 +1328,40 @@ __export(limited_lucide_icons_exports, {
1216
1328
  Palette: () => Palette,
1217
1329
  PanelLeft: () => PanelLeft,
1218
1330
  PanelsTopLeft: () => PanelsTopLeft,
1331
+ PawPrint: () => PawPrint,
1219
1332
  Pencil: () => Pencil,
1220
1333
  Pi: () => Pi,
1334
+ QrCode: () => QrCode,
1221
1335
  ReceiptText: () => ReceiptText,
1222
1336
  RefreshCcw: () => RefreshCcw,
1223
1337
  Regex: () => Regex,
1224
1338
  Replace: () => Replace,
1339
+ Rocket: () => Rocket,
1225
1340
  Rss: () => Rss,
1226
1341
  Scale: () => Scale,
1227
1342
  Search: () => Search,
1228
1343
  SendHorizontal: () => SendHorizontal,
1229
1344
  Server: () => Server,
1230
1345
  Share: () => Share,
1346
+ Shield: () => Shield,
1231
1347
  ShieldUser: () => ShieldUser,
1232
1348
  Sigma: () => Sigma,
1233
1349
  Sparkles: () => Sparkles,
1234
1350
  SplinePointer: () => SplinePointer,
1351
+ Sprout: () => Sprout,
1235
1352
  SquareDashedBottomCode: () => SquareDashedBottomCode,
1236
1353
  SquareTerminal: () => SquareTerminal,
1237
1354
  Star: () => Star,
1238
1355
  Tablets: () => Tablets,
1239
1356
  Terminal: () => Terminal,
1240
1357
  Twitter: () => Twitter,
1358
+ Workflow: () => Workflow,
1241
1359
  X: () => X,
1242
1360
  Zap: () => Zap
1243
1361
  });
1244
1362
 
1245
1363
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js
1246
- var import_react30 = require("react");
1364
+ var import_react33 = require("react");
1247
1365
 
1248
1366
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/shared/src/utils.js
1249
1367
  var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
@@ -1267,7 +1385,7 @@ var hasA11yProp = (props) => {
1267
1385
  };
1268
1386
 
1269
1387
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js
1270
- var import_react29 = require("react");
1388
+ var import_react32 = require("react");
1271
1389
 
1272
1390
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/defaultAttributes.js
1273
1391
  var defaultAttributes = {
@@ -1283,7 +1401,7 @@ var defaultAttributes = {
1283
1401
  };
1284
1402
 
1285
1403
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js
1286
- var Icon = (0, import_react29.forwardRef)(
1404
+ var Icon = (0, import_react32.forwardRef)(
1287
1405
  (_a, ref) => {
1288
1406
  var _b = _a, {
1289
1407
  color = "currentColor",
@@ -1302,7 +1420,7 @@ var Icon = (0, import_react29.forwardRef)(
1302
1420
  "children",
1303
1421
  "iconNode"
1304
1422
  ]);
1305
- return (0, import_react29.createElement)(
1423
+ return (0, import_react32.createElement)(
1306
1424
  "svg",
1307
1425
  __spreadValues(__spreadValues(__spreadProps(__spreadValues({
1308
1426
  ref
@@ -1314,7 +1432,7 @@ var Icon = (0, import_react29.forwardRef)(
1314
1432
  className: mergeClasses("lucide", className)
1315
1433
  }), !children && !hasA11yProp(rest) && { "aria-hidden": "true" }), rest),
1316
1434
  [
1317
- ...iconNode.map(([tag, attrs]) => (0, import_react29.createElement)(tag, attrs)),
1435
+ ...iconNode.map(([tag, attrs]) => (0, import_react32.createElement)(tag, attrs)),
1318
1436
  ...Array.isArray(children) ? children : [children]
1319
1437
  ]
1320
1438
  );
@@ -1323,10 +1441,10 @@ var Icon = (0, import_react29.forwardRef)(
1323
1441
 
1324
1442
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js
1325
1443
  var createLucideIcon = (iconName, iconNode) => {
1326
- const Component2 = (0, import_react30.forwardRef)(
1444
+ const Component2 = (0, import_react33.forwardRef)(
1327
1445
  (_a, ref) => {
1328
1446
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1329
- return (0, import_react30.createElement)(Icon, __spreadValues({
1447
+ return (0, import_react33.createElement)(Icon, __spreadValues({
1330
1448
  ref,
1331
1449
  iconNode,
1332
1450
  className: mergeClasses(
@@ -1774,8 +1892,22 @@ var __iconNode44 = [
1774
1892
  ];
1775
1893
  var GripVertical = createLucideIcon("grip-vertical", __iconNode44);
1776
1894
 
1777
- // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1895
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
1778
1896
  var __iconNode45 = [
1897
+ ["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
1898
+ ["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
1899
+ ["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
1900
+ ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
1901
+ ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
1902
+ ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }],
1903
+ ["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }],
1904
+ ["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
1905
+ ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
1906
+ ];
1907
+ var Grip = createLucideIcon("grip", __iconNode45);
1908
+
1909
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1910
+ var __iconNode46 = [
1779
1911
  ["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
1780
1912
  [
1781
1913
  "path",
@@ -1793,10 +1925,10 @@ var __iconNode45 = [
1793
1925
  }
1794
1926
  ]
1795
1927
  ];
1796
- var HandHeart = createLucideIcon("hand-heart", __iconNode45);
1928
+ var HandHeart = createLucideIcon("hand-heart", __iconNode46);
1797
1929
 
1798
1930
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
1799
- var __iconNode46 = [
1931
+ var __iconNode47 = [
1800
1932
  ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
1801
1933
  [
1802
1934
  "path",
@@ -1809,17 +1941,17 @@ var __iconNode46 = [
1809
1941
  ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
1810
1942
  ["path", { d: "M3 4h8", key: "1ep09j" }]
1811
1943
  ];
1812
- var Handshake = createLucideIcon("handshake", __iconNode46);
1944
+ var Handshake = createLucideIcon("handshake", __iconNode47);
1813
1945
 
1814
1946
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
1815
- var __iconNode47 = [
1947
+ var __iconNode48 = [
1816
1948
  ["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
1817
1949
  ["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" }]
1818
1950
  ];
1819
- var Highlighter = createLucideIcon("highlighter", __iconNode47);
1951
+ var Highlighter = createLucideIcon("highlighter", __iconNode48);
1820
1952
 
1821
1953
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
1822
- var __iconNode48 = [
1954
+ var __iconNode49 = [
1823
1955
  [
1824
1956
  "path",
1825
1957
  {
@@ -1831,10 +1963,10 @@ var __iconNode48 = [
1831
1963
  ["path", { d: "M15 6h6", key: "1jlkvy" }],
1832
1964
  ["path", { d: "M18 3v6", key: "x1uolp" }]
1833
1965
  ];
1834
- var HousePlus = createLucideIcon("house-plus", __iconNode48);
1966
+ var HousePlus = createLucideIcon("house-plus", __iconNode49);
1835
1967
 
1836
1968
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
1837
- var __iconNode49 = [
1969
+ var __iconNode50 = [
1838
1970
  [
1839
1971
  "path",
1840
1972
  {
@@ -1846,10 +1978,10 @@ var __iconNode49 = [
1846
1978
  ["path", { d: "m17 22 3-3", key: "1nkfve" }],
1847
1979
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1848
1980
  ];
1849
- var ImageDown = createLucideIcon("image-down", __iconNode49);
1981
+ var ImageDown = createLucideIcon("image-down", __iconNode50);
1850
1982
 
1851
1983
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
1852
- var __iconNode50 = [
1984
+ var __iconNode51 = [
1853
1985
  ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
1854
1986
  ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
1855
1987
  ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
@@ -1863,10 +1995,10 @@ var __iconNode50 = [
1863
1995
  ],
1864
1996
  ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
1865
1997
  ];
1866
- var ImageOff = createLucideIcon("image-off", __iconNode50);
1998
+ var ImageOff = createLucideIcon("image-off", __iconNode51);
1867
1999
 
1868
2000
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
1869
- var __iconNode51 = [
2001
+ var __iconNode52 = [
1870
2002
  [
1871
2003
  "path",
1872
2004
  {
@@ -1878,18 +2010,24 @@ var __iconNode51 = [
1878
2010
  ["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
1879
2011
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1880
2012
  ];
1881
- var ImageUp = createLucideIcon("image-up", __iconNode51);
2013
+ var ImageUp = createLucideIcon("image-up", __iconNode52);
2014
+
2015
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
2016
+ var __iconNode53 = [
2017
+ ["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" }]
2018
+ ];
2019
+ var Infinity = createLucideIcon("infinity", __iconNode53);
1882
2020
 
1883
2021
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
1884
- var __iconNode52 = [
2022
+ var __iconNode54 = [
1885
2023
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1886
2024
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
1887
2025
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
1888
2026
  ];
1889
- var Info = createLucideIcon("info", __iconNode52);
2027
+ var Info = createLucideIcon("info", __iconNode54);
1890
2028
 
1891
2029
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
1892
- var __iconNode53 = [
2030
+ var __iconNode55 = [
1893
2031
  ["path", { d: "M10 8h.01", key: "1r9ogq" }],
1894
2032
  ["path", { d: "M12 12h.01", key: "1mp3jc" }],
1895
2033
  ["path", { d: "M14 8h.01", key: "1primd" }],
@@ -1900,10 +2038,10 @@ var __iconNode53 = [
1900
2038
  ["path", { d: "M8 12h.01", key: "czm47f" }],
1901
2039
  ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
1902
2040
  ];
1903
- var Keyboard = createLucideIcon("keyboard", __iconNode53);
2041
+ var Keyboard = createLucideIcon("keyboard", __iconNode55);
1904
2042
 
1905
2043
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
1906
- var __iconNode54 = [
2044
+ var __iconNode56 = [
1907
2045
  ["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
1908
2046
  [
1909
2047
  "path",
@@ -1915,71 +2053,71 @@ var __iconNode54 = [
1915
2053
  ["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
1916
2054
  ["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
1917
2055
  ];
1918
- var LandPlot = createLucideIcon("land-plot", __iconNode54);
2056
+ var LandPlot = createLucideIcon("land-plot", __iconNode56);
1919
2057
 
1920
2058
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
1921
- var __iconNode55 = [
2059
+ var __iconNode57 = [
1922
2060
  ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
1923
2061
  ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
1924
2062
  ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
1925
2063
  ];
1926
- var LayoutTemplate = createLucideIcon("layout-template", __iconNode55);
2064
+ var LayoutTemplate = createLucideIcon("layout-template", __iconNode57);
1927
2065
 
1928
2066
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
1929
- var __iconNode56 = [
2067
+ var __iconNode58 = [
1930
2068
  ["path", { d: "m16 6 4 14", key: "ji33uf" }],
1931
2069
  ["path", { d: "M12 6v14", key: "1n7gus" }],
1932
2070
  ["path", { d: "M8 8v12", key: "1gg7y9" }],
1933
2071
  ["path", { d: "M4 4v16", key: "6qkkli" }]
1934
2072
  ];
1935
- var Library = createLucideIcon("library", __iconNode56);
2073
+ var Library = createLucideIcon("library", __iconNode58);
1936
2074
 
1937
2075
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
1938
- var __iconNode57 = [
2076
+ var __iconNode59 = [
1939
2077
  ["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" }],
1940
2078
  ["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" }]
1941
2079
  ];
1942
- var Link = createLucideIcon("link", __iconNode57);
2080
+ var Link = createLucideIcon("link", __iconNode59);
1943
2081
 
1944
2082
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
1945
- var __iconNode58 = [
2083
+ var __iconNode60 = [
1946
2084
  ["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
1947
2085
  ["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
1948
2086
  ["path", { d: "M13 6h8", key: "15sg57" }],
1949
2087
  ["path", { d: "M13 12h8", key: "h98zly" }],
1950
2088
  ["path", { d: "M13 18h8", key: "oe0vm4" }]
1951
2089
  ];
1952
- var ListTodo = createLucideIcon("list-todo", __iconNode58);
2090
+ var ListTodo = createLucideIcon("list-todo", __iconNode60);
1953
2091
 
1954
2092
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
1955
- var __iconNode59 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
1956
- var LoaderCircle = createLucideIcon("loader-circle", __iconNode59);
2093
+ var __iconNode61 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
2094
+ var LoaderCircle = createLucideIcon("loader-circle", __iconNode61);
1957
2095
 
1958
2096
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
1959
- var __iconNode60 = [
2097
+ var __iconNode62 = [
1960
2098
  ["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
1961
2099
  ["path", { d: "M15 12H3", key: "6jk70r" }],
1962
2100
  ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
1963
2101
  ];
1964
- var LogIn = createLucideIcon("log-in", __iconNode60);
2102
+ var LogIn = createLucideIcon("log-in", __iconNode62);
1965
2103
 
1966
2104
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
1967
- var __iconNode61 = [
2105
+ var __iconNode63 = [
1968
2106
  ["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
1969
2107
  ["path", { d: "M21 12H9", key: "dn1m92" }],
1970
2108
  ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
1971
2109
  ];
1972
- var LogOut = createLucideIcon("log-out", __iconNode61);
2110
+ var LogOut = createLucideIcon("log-out", __iconNode63);
1973
2111
 
1974
2112
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
1975
- var __iconNode62 = [
2113
+ var __iconNode64 = [
1976
2114
  ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
1977
2115
  ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
1978
2116
  ];
1979
- var Mail = createLucideIcon("mail", __iconNode62);
2117
+ var Mail = createLucideIcon("mail", __iconNode64);
1980
2118
 
1981
2119
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
1982
- var __iconNode63 = [
2120
+ var __iconNode65 = [
1983
2121
  ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
1984
2122
  ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
1985
2123
  ["path", { d: "m6 12-1.9 2", key: "mnht97" }],
@@ -1992,10 +2130,10 @@ var __iconNode63 = [
1992
2130
  }
1993
2131
  ]
1994
2132
  ];
1995
- var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode63);
2133
+ var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode65);
1996
2134
 
1997
2135
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
1998
- var __iconNode64 = [
2136
+ var __iconNode66 = [
1999
2137
  [
2000
2138
  "path",
2001
2139
  {
@@ -2008,25 +2146,40 @@ var __iconNode64 = [
2008
2146
  ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
2009
2147
  ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
2010
2148
  ];
2011
- var Palette = createLucideIcon("palette", __iconNode64);
2149
+ var Palette = createLucideIcon("palette", __iconNode66);
2012
2150
 
2013
2151
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
2014
- var __iconNode65 = [
2152
+ var __iconNode67 = [
2015
2153
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2016
2154
  ["path", { d: "M9 3v18", key: "fh3hqa" }]
2017
2155
  ];
2018
- var PanelLeft = createLucideIcon("panel-left", __iconNode65);
2156
+ var PanelLeft = createLucideIcon("panel-left", __iconNode67);
2019
2157
 
2020
2158
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
2021
- var __iconNode66 = [
2159
+ var __iconNode68 = [
2022
2160
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2023
2161
  ["path", { d: "M3 9h18", key: "1pudct" }],
2024
2162
  ["path", { d: "M9 21V9", key: "1oto5p" }]
2025
2163
  ];
2026
- var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode66);
2164
+ var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode68);
2165
+
2166
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
2167
+ var __iconNode69 = [
2168
+ ["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
2169
+ ["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
2170
+ ["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
2171
+ [
2172
+ "path",
2173
+ {
2174
+ 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",
2175
+ key: "1ydw1z"
2176
+ }
2177
+ ]
2178
+ ];
2179
+ var PawPrint = createLucideIcon("paw-print", __iconNode69);
2027
2180
 
2028
2181
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
2029
- var __iconNode67 = [
2182
+ var __iconNode70 = [
2030
2183
  [
2031
2184
  "path",
2032
2185
  {
@@ -2036,18 +2189,35 @@ var __iconNode67 = [
2036
2189
  ],
2037
2190
  ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
2038
2191
  ];
2039
- var Pencil = createLucideIcon("pencil", __iconNode67);
2192
+ var Pencil = createLucideIcon("pencil", __iconNode70);
2040
2193
 
2041
2194
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
2042
- var __iconNode68 = [
2195
+ var __iconNode71 = [
2043
2196
  ["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
2044
2197
  ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
2045
2198
  ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
2046
2199
  ];
2047
- var Pi = createLucideIcon("pi", __iconNode68);
2200
+ var Pi = createLucideIcon("pi", __iconNode71);
2201
+
2202
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
2203
+ var __iconNode72 = [
2204
+ ["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
2205
+ ["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
2206
+ ["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
2207
+ ["path", { d: "M21 16h-3a2 2 0 0 0-2 2v3", key: "177gqh" }],
2208
+ ["path", { d: "M21 21v.01", key: "ents32" }],
2209
+ ["path", { d: "M12 7v3a2 2 0 0 1-2 2H7", key: "8crl2c" }],
2210
+ ["path", { d: "M3 12h.01", key: "nlz23k" }],
2211
+ ["path", { d: "M12 3h.01", key: "n36tog" }],
2212
+ ["path", { d: "M12 16v.01", key: "133mhm" }],
2213
+ ["path", { d: "M16 12h1", key: "1slzba" }],
2214
+ ["path", { d: "M21 12v.01", key: "1lwtk9" }],
2215
+ ["path", { d: "M12 21v-1", key: "1880an" }]
2216
+ ];
2217
+ var QrCode = createLucideIcon("qr-code", __iconNode72);
2048
2218
 
2049
2219
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
2050
- var __iconNode69 = [
2220
+ var __iconNode73 = [
2051
2221
  [
2052
2222
  "path",
2053
2223
  { 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" }
@@ -2056,19 +2226,19 @@ var __iconNode69 = [
2056
2226
  ["path", { d: "M16 12H8", key: "1fr5h0" }],
2057
2227
  ["path", { d: "M13 16H8", key: "wsln4y" }]
2058
2228
  ];
2059
- var ReceiptText = createLucideIcon("receipt-text", __iconNode69);
2229
+ var ReceiptText = createLucideIcon("receipt-text", __iconNode73);
2060
2230
 
2061
2231
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
2062
- var __iconNode70 = [
2232
+ var __iconNode74 = [
2063
2233
  ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
2064
2234
  ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
2065
2235
  ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
2066
2236
  ["path", { d: "M16 16h5v5", key: "ccwih5" }]
2067
2237
  ];
2068
- var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode70);
2238
+ var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode74);
2069
2239
 
2070
2240
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
2071
- var __iconNode71 = [
2241
+ var __iconNode75 = [
2072
2242
  ["path", { d: "M17 3v10", key: "15fgeh" }],
2073
2243
  ["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
2074
2244
  ["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
@@ -2077,10 +2247,10 @@ var __iconNode71 = [
2077
2247
  { 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" }
2078
2248
  ]
2079
2249
  ];
2080
- var Regex = createLucideIcon("regex", __iconNode71);
2250
+ var Regex = createLucideIcon("regex", __iconNode75);
2081
2251
 
2082
2252
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
2083
- var __iconNode72 = [
2253
+ var __iconNode76 = [
2084
2254
  ["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
2085
2255
  ["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
2086
2256
  ["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
@@ -2089,35 +2259,56 @@ var __iconNode72 = [
2089
2259
  ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
2090
2260
  ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
2091
2261
  ];
2092
- var Replace = createLucideIcon("replace", __iconNode72);
2262
+ var Replace = createLucideIcon("replace", __iconNode76);
2263
+
2264
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
2265
+ var __iconNode77 = [
2266
+ [
2267
+ "path",
2268
+ {
2269
+ 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",
2270
+ key: "m3kijz"
2271
+ }
2272
+ ],
2273
+ [
2274
+ "path",
2275
+ {
2276
+ 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",
2277
+ key: "1fmvmk"
2278
+ }
2279
+ ],
2280
+ ["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
2281
+ ["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
2282
+ ];
2283
+ var Rocket = createLucideIcon("rocket", __iconNode77);
2093
2284
 
2094
2285
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
2095
- var __iconNode73 = [
2286
+ var __iconNode78 = [
2096
2287
  ["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
2097
2288
  ["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
2098
2289
  ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
2099
2290
  ];
2100
- var Rss = createLucideIcon("rss", __iconNode73);
2291
+ var Rss = createLucideIcon("rss", __iconNode78);
2101
2292
 
2102
2293
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
2103
- var __iconNode74 = [
2294
+ var __iconNode79 = [
2104
2295
  ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
2105
2296
  ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
2106
2297
  ["path", { d: "M7 21h10", key: "1b0cd5" }],
2107
2298
  ["path", { d: "M12 3v18", key: "108xh3" }],
2108
2299
  ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
2109
2300
  ];
2110
- var Scale = createLucideIcon("scale", __iconNode74);
2301
+ var Scale = createLucideIcon("scale", __iconNode79);
2111
2302
 
2112
2303
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
2113
- var __iconNode75 = [
2304
+ var __iconNode80 = [
2114
2305
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
2115
2306
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
2116
2307
  ];
2117
- var Search = createLucideIcon("search", __iconNode75);
2308
+ var Search = createLucideIcon("search", __iconNode80);
2118
2309
 
2119
2310
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
2120
- var __iconNode76 = [
2311
+ var __iconNode81 = [
2121
2312
  [
2122
2313
  "path",
2123
2314
  {
@@ -2127,27 +2318,27 @@ var __iconNode76 = [
2127
2318
  ],
2128
2319
  ["path", { d: "M6 12h16", key: "s4cdu5" }]
2129
2320
  ];
2130
- var SendHorizontal = createLucideIcon("send-horizontal", __iconNode76);
2321
+ var SendHorizontal = createLucideIcon("send-horizontal", __iconNode81);
2131
2322
 
2132
2323
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
2133
- var __iconNode77 = [
2324
+ var __iconNode82 = [
2134
2325
  ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
2135
2326
  ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
2136
2327
  ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
2137
2328
  ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
2138
2329
  ];
2139
- var Server = createLucideIcon("server", __iconNode77);
2330
+ var Server = createLucideIcon("server", __iconNode82);
2140
2331
 
2141
2332
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
2142
- var __iconNode78 = [
2333
+ var __iconNode83 = [
2143
2334
  ["path", { d: "M12 2v13", key: "1km8f5" }],
2144
2335
  ["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
2145
2336
  ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
2146
2337
  ];
2147
- var Share = createLucideIcon("share", __iconNode78);
2338
+ var Share = createLucideIcon("share", __iconNode83);
2148
2339
 
2149
2340
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
2150
- var __iconNode79 = [
2341
+ var __iconNode84 = [
2151
2342
  [
2152
2343
  "path",
2153
2344
  {
@@ -2158,10 +2349,22 @@ var __iconNode79 = [
2158
2349
  ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
2159
2350
  ["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
2160
2351
  ];
2161
- var ShieldUser = createLucideIcon("shield-user", __iconNode79);
2352
+ var ShieldUser = createLucideIcon("shield-user", __iconNode84);
2353
+
2354
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
2355
+ var __iconNode85 = [
2356
+ [
2357
+ "path",
2358
+ {
2359
+ 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",
2360
+ key: "oel41y"
2361
+ }
2362
+ ]
2363
+ ];
2364
+ var Shield = createLucideIcon("shield", __iconNode85);
2162
2365
 
2163
2366
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
2164
- var __iconNode80 = [
2367
+ var __iconNode86 = [
2165
2368
  [
2166
2369
  "path",
2167
2370
  {
@@ -2170,10 +2373,10 @@ var __iconNode80 = [
2170
2373
  }
2171
2374
  ]
2172
2375
  ];
2173
- var Sigma = createLucideIcon("sigma", __iconNode80);
2376
+ var Sigma = createLucideIcon("sigma", __iconNode86);
2174
2377
 
2175
2378
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
2176
- var __iconNode81 = [
2379
+ var __iconNode87 = [
2177
2380
  [
2178
2381
  "path",
2179
2382
  {
@@ -2186,10 +2389,10 @@ var __iconNode81 = [
2186
2389
  ["path", { d: "M4 17v2", key: "vumght" }],
2187
2390
  ["path", { d: "M5 18H3", key: "zchphs" }]
2188
2391
  ];
2189
- var Sparkles = createLucideIcon("sparkles", __iconNode81);
2392
+ var Sparkles = createLucideIcon("sparkles", __iconNode87);
2190
2393
 
2191
2394
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
2192
- var __iconNode82 = [
2395
+ var __iconNode88 = [
2193
2396
  [
2194
2397
  "path",
2195
2398
  {
@@ -2201,10 +2404,31 @@ var __iconNode82 = [
2201
2404
  ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
2202
2405
  ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
2203
2406
  ];
2204
- var SplinePointer = createLucideIcon("spline-pointer", __iconNode82);
2407
+ var SplinePointer = createLucideIcon("spline-pointer", __iconNode88);
2408
+
2409
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
2410
+ var __iconNode89 = [
2411
+ ["path", { d: "M7 20h10", key: "e6iznv" }],
2412
+ ["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
2413
+ [
2414
+ "path",
2415
+ {
2416
+ 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",
2417
+ key: "9gtqwd"
2418
+ }
2419
+ ],
2420
+ [
2421
+ "path",
2422
+ {
2423
+ 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",
2424
+ key: "bkxnd2"
2425
+ }
2426
+ ]
2427
+ ];
2428
+ var Sprout = createLucideIcon("sprout", __iconNode89);
2205
2429
 
2206
2430
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
2207
- var __iconNode83 = [
2431
+ var __iconNode90 = [
2208
2432
  ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2209
2433
  ["path", { d: "M14 21h1", key: "v9vybs" }],
2210
2434
  ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
@@ -2214,18 +2438,18 @@ var __iconNode83 = [
2214
2438
  ],
2215
2439
  ["path", { d: "M9 21h1", key: "15o7lz" }]
2216
2440
  ];
2217
- var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode83);
2441
+ var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode90);
2218
2442
 
2219
2443
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
2220
- var __iconNode84 = [
2444
+ var __iconNode91 = [
2221
2445
  ["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
2222
2446
  ["path", { d: "M11 13h4", key: "1p7l4v" }],
2223
2447
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
2224
2448
  ];
2225
- var SquareTerminal = createLucideIcon("square-terminal", __iconNode84);
2449
+ var SquareTerminal = createLucideIcon("square-terminal", __iconNode91);
2226
2450
 
2227
2451
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
2228
- var __iconNode85 = [
2452
+ var __iconNode92 = [
2229
2453
  [
2230
2454
  "path",
2231
2455
  {
@@ -2234,26 +2458,26 @@ var __iconNode85 = [
2234
2458
  }
2235
2459
  ]
2236
2460
  ];
2237
- var Star = createLucideIcon("star", __iconNode85);
2461
+ var Star = createLucideIcon("star", __iconNode92);
2238
2462
 
2239
2463
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
2240
- var __iconNode86 = [
2464
+ var __iconNode93 = [
2241
2465
  ["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
2242
2466
  ["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
2243
2467
  ["path", { d: "M12 17h10", key: "ls21zv" }],
2244
2468
  ["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
2245
2469
  ];
2246
- var Tablets = createLucideIcon("tablets", __iconNode86);
2470
+ var Tablets = createLucideIcon("tablets", __iconNode93);
2247
2471
 
2248
2472
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
2249
- var __iconNode87 = [
2473
+ var __iconNode94 = [
2250
2474
  ["path", { d: "M12 19h8", key: "baeox8" }],
2251
2475
  ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
2252
2476
  ];
2253
- var Terminal = createLucideIcon("terminal", __iconNode87);
2477
+ var Terminal = createLucideIcon("terminal", __iconNode94);
2254
2478
 
2255
2479
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
2256
- var __iconNode88 = [
2480
+ var __iconNode95 = [
2257
2481
  [
2258
2482
  "path",
2259
2483
  {
@@ -2262,17 +2486,25 @@ var __iconNode88 = [
2262
2486
  }
2263
2487
  ]
2264
2488
  ];
2265
- var Twitter = createLucideIcon("twitter", __iconNode88);
2489
+ var Twitter = createLucideIcon("twitter", __iconNode95);
2490
+
2491
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
2492
+ var __iconNode96 = [
2493
+ ["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
2494
+ ["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
2495
+ ["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
2496
+ ];
2497
+ var Workflow = createLucideIcon("workflow", __iconNode96);
2266
2498
 
2267
2499
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
2268
- var __iconNode89 = [
2500
+ var __iconNode97 = [
2269
2501
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
2270
2502
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
2271
2503
  ];
2272
- var X = createLucideIcon("x", __iconNode89);
2504
+ var X = createLucideIcon("x", __iconNode97);
2273
2505
 
2274
2506
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
2275
- var __iconNode90 = [
2507
+ var __iconNode98 = [
2276
2508
  [
2277
2509
  "path",
2278
2510
  {
@@ -2281,11 +2513,11 @@ var __iconNode90 = [
2281
2513
  }
2282
2514
  ]
2283
2515
  ];
2284
- var Zap = createLucideIcon("zap", __iconNode90);
2516
+ var Zap = createLucideIcon("zap", __iconNode98);
2285
2517
 
2286
2518
  // ../base-ui/src/components/global-icon.tsx
2287
- var import_react31 = __toESM(require("react"), 1);
2288
- var import_jsx_runtime29 = require("react/jsx-runtime");
2519
+ var import_react34 = __toESM(require("react"), 1);
2520
+ var import_jsx_runtime32 = require("react/jsx-runtime");
2289
2521
  var tempStyledLimitedIcons = {};
2290
2522
  for (const iconNameKey in limited_lucide_icons_exports) {
2291
2523
  if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
@@ -2305,7 +2537,7 @@ for (const iconNameKey in limited_lucide_icons_exports) {
2305
2537
  height: props.size || themeSvgIconSize
2306
2538
  }, props.style)
2307
2539
  });
2308
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ComponentToRender, __spreadValues({}, finalProps));
2540
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ComponentToRender, __spreadValues({}, finalProps));
2309
2541
  };
2310
2542
  StyledIcon.displayName = `Styled(${iconName})`;
2311
2543
  tempStyledLimitedIcons[iconName] = StyledIcon;
@@ -2329,7 +2561,7 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
2329
2561
  height: props.size || themeSvgIconSize
2330
2562
  }, props.style)
2331
2563
  });
2332
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(IconComponent, __spreadValues({}, finalProps));
2564
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(IconComponent, __spreadValues({}, finalProps));
2333
2565
  };
2334
2566
  WrappedIcon.displayName = `Wrapped(${iconName})`;
2335
2567
  tempWrappedBuiltinIcons[iconName] = WrappedIcon;
@@ -2339,13 +2571,13 @@ var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart
2339
2571
 
2340
2572
  // src/fuma/mdx/mermaid.tsx
2341
2573
  var import_next_themes = require("next-themes");
2342
- var import_react32 = require("react");
2343
- var import_jsx_runtime30 = require("react/jsx-runtime");
2574
+ var import_react35 = require("react");
2575
+ var import_jsx_runtime33 = require("react/jsx-runtime");
2344
2576
  function Mermaid({ chart, title, watermarkEnabled, watermarkText }) {
2345
- const id = (0, import_react32.useId)();
2346
- const [svg, setSvg] = (0, import_react32.useState)("");
2577
+ const id = (0, import_react35.useId)();
2578
+ const [svg, setSvg] = (0, import_react35.useState)("");
2347
2579
  const { resolvedTheme } = (0, import_next_themes.useTheme)();
2348
- (0, import_react32.useEffect)(() => {
2580
+ (0, import_react35.useEffect)(() => {
2349
2581
  let isMounted = true;
2350
2582
  void renderChart();
2351
2583
  function renderChart() {
@@ -2379,15 +2611,15 @@ function Mermaid({ chart, title, watermarkEnabled, watermarkText }) {
2379
2611
  setSvg("");
2380
2612
  };
2381
2613
  }, [chart, id, resolvedTheme, watermarkEnabled, watermarkText]);
2382
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { children: [
2383
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { dangerouslySetInnerHTML: { __html: svg } }),
2384
- title && /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
2614
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("div", { children: [
2615
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { dangerouslySetInnerHTML: { __html: svg } }),
2616
+ title && /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
2385
2617
  "div",
2386
2618
  {
2387
2619
  className: "mt-2 flex items-center justify-center text-center text-[13px] font-italic text-[#AC62FD]",
2388
2620
  children: [
2389
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(globalLucideIcons.Mmd, { className: "mr-1 h-4 w-4" }),
2390
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { children: title })
2621
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(globalLucideIcons.Mmd, { className: "mr-1 h-4 w-4" }),
2622
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { children: title })
2391
2623
  ]
2392
2624
  }
2393
2625
  )
@@ -2413,9 +2645,9 @@ function addWatermarkToSvg(svg, watermark) {
2413
2645
 
2414
2646
  // src/fuma/mdx/image-zoom.tsx
2415
2647
  var import_framework = require("fumadocs-core/framework");
2416
- var import_react33 = require("react");
2648
+ var import_react36 = require("react");
2417
2649
  var import_react_medium_image_zoom = __toESM(require("react-medium-image-zoom"));
2418
- var import_jsx_runtime31 = require("react/jsx-runtime");
2650
+ var import_jsx_runtime34 = require("react/jsx-runtime");
2419
2651
  function getImageSrc(src) {
2420
2652
  if (typeof src === "string") return src;
2421
2653
  if (typeof src === "object") {
@@ -2438,14 +2670,14 @@ function ImageZoom(_a) {
2438
2670
  "fallbackSrc"
2439
2671
  ]);
2440
2672
  var _a2;
2441
- const [imgSrc, setImgSrc] = (0, import_react33.useState)(getImageSrc(props.src));
2673
+ const [imgSrc, setImgSrc] = (0, import_react36.useState)(getImageSrc(props.src));
2442
2674
  const handleError = () => {
2443
2675
  console.warn("ImageZoom check error:", imgSrc, fallbackSrc);
2444
2676
  if (imgSrc !== fallbackSrc) {
2445
2677
  setImgSrc(fallbackSrc);
2446
2678
  }
2447
2679
  };
2448
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2680
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2449
2681
  import_react_medium_image_zoom.default,
2450
2682
  __spreadProps(__spreadValues({
2451
2683
  zoomMargin: 20,
@@ -2457,7 +2689,7 @@ function ImageZoom(_a) {
2457
2689
  }, zoomInProps), {
2458
2690
  onError: handleError
2459
2691
  }),
2460
- children: children != null ? children : /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2692
+ children: children != null ? children : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2461
2693
  import_framework.Image,
2462
2694
  __spreadProps(__spreadValues({}, props), {
2463
2695
  src: imgSrc,
@@ -2474,36 +2706,36 @@ function ImageZoom(_a) {
2474
2706
  }
2475
2707
 
2476
2708
  // src/fuma/mdx/trophy-card.tsx
2477
- var import_jsx_runtime32 = require("react/jsx-runtime");
2709
+ var import_jsx_runtime35 = require("react/jsx-runtime");
2478
2710
  function TrophyCard({
2479
- icon = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(globalLucideIcons.Star, {}),
2711
+ icon = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(globalLucideIcons.Star, {}),
2480
2712
  title,
2481
2713
  children
2482
2714
  }) {
2483
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
2715
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
2484
2716
  "div",
2485
2717
  {
2486
2718
  className: "\n border-2 rounded-xl px-4 py-2\n border-purple-200 dark:border-gray-500\n ",
2487
2719
  children: [
2488
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "flex items-center font-bold text-sm", children: [
2489
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "mr-2", children: icon }),
2490
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { children: title })
2720
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex items-center font-bold text-sm", children: [
2721
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "mr-2", children: icon }),
2722
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { children: title })
2491
2723
  ] }),
2492
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "text-sm -mt-1 leading-none", children })
2724
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "text-sm -mt-1 leading-none", children })
2493
2725
  ]
2494
2726
  }
2495
2727
  );
2496
2728
  }
2497
2729
 
2498
2730
  // src/fuma/mdx/image-grid.tsx
2499
- var import_jsx_runtime33 = require("react/jsx-runtime");
2731
+ var import_jsx_runtime36 = require("react/jsx-runtime");
2500
2732
  function ImageGrid({
2501
2733
  type = "url",
2502
2734
  images,
2503
2735
  altPrefix = "",
2504
2736
  cdnBaseUrl
2505
2737
  }) {
2506
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2738
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2507
2739
  "div",
2508
2740
  {
2509
2741
  style: {
@@ -2513,7 +2745,7 @@ function ImageGrid({
2513
2745
  justifyItems: "center",
2514
2746
  alignItems: "center"
2515
2747
  },
2516
- children: images.map((img, idx) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
2748
+ children: images.map((img, idx) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2517
2749
  ImageZoom,
2518
2750
  {
2519
2751
  src: type === "url" ? `${cdnBaseUrl}/${img}` : img,
@@ -2533,38 +2765,60 @@ function cn(...inputs) {
2533
2765
  }
2534
2766
 
2535
2767
  // src/fuma/mdx/zia-card.tsx
2536
- var import_link2 = __toESM(require("fumadocs-core/link"));
2537
- var import_jsx_runtime34 = require("react/jsx-runtime");
2768
+ var import_link2 = __toESM(require("next/link"));
2769
+ var import_jsx_runtime37 = require("react/jsx-runtime");
2538
2770
  function ZiaCard(_a) {
2539
2771
  var _b = _a, { icon, title, description } = _b, props = __objRest(_b, ["icon", "title", "description"]);
2540
- const E = props.href ? import_link2.default : "div";
2541
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2542
- E,
2543
- __spreadProps(__spreadValues({}, props), {
2772
+ const validHref = typeof props.href === "string" && props.href.trim() !== "";
2773
+ const validDescription = typeof description === "string" && (description == null ? void 0 : description.trim()) !== "";
2774
+ if (validHref) {
2775
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2776
+ import_link2.default,
2777
+ __spreadProps(__spreadValues({
2778
+ href: props.href,
2779
+ "data-card": true,
2780
+ className: cn(
2781
+ "block rounded-lg border bg-fd-card p-4 text-fd-card-foreground shadow-md transition-colors @max-lg:col-span-full",
2782
+ "hover:bg-fd-accent/80",
2783
+ props.className
2784
+ )
2785
+ }, props), {
2786
+ children: [
2787
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "not-prose mb-2 w-fit rounded-md border bg-fd-muted p-1.5 text-fd-muted-foreground [&_svg]:size-4", children: icon ? icon : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(globalLucideIcons.CircleSmall, {}) }),
2788
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("h3", { className: "not-prose mb-1 text-sm font-medium line-clamp-2 min-h-[2.5rem]", children: title }),
2789
+ validDescription ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("p", { className: "!my-0 text-sm text-fd-muted-foreground", children: description }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("p", { className: "!my-0 text-sm text-fd-muted-foreground opacity-0 select-none", children: "\xA0" }),
2790
+ props.children ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "text-sm text-fd-muted-foreground prose-no-margin", children: props.children }) : null
2791
+ ]
2792
+ })
2793
+ );
2794
+ }
2795
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2796
+ "div",
2797
+ __spreadProps(__spreadValues({
2544
2798
  "data-card": true,
2545
2799
  className: cn(
2546
2800
  "block rounded-lg border bg-fd-card p-4 text-fd-card-foreground shadow-md transition-colors @max-lg:col-span-full",
2547
- props.href && "hover:bg-fd-accent/80",
2548
2801
  props.className
2549
- ),
2802
+ )
2803
+ }, props), {
2550
2804
  children: [
2551
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "not-prose mb-2 w-fit rounded-md border bg-fd-muted p-1.5 text-fd-muted-foreground [&_svg]:size-4", children: icon ? icon : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(globalLucideIcons.CircleSmall, {}) }),
2552
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("h3", { className: "not-prose mb-1 text-sm font-medium line-clamp-2 min-h-[2.5rem]", children: title }),
2553
- description ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("p", { className: "!my-0 text-sm text-fd-muted-foreground", children: description }) : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("p", { className: "!my-0 text-sm text-fd-muted-foreground opacity-0 select-none", children: "\xA0" }),
2554
- props.children ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "text-sm text-fd-muted-foreground prose-no-margin", children: props.children }) : null
2805
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "not-prose mb-2 w-fit rounded-md border bg-fd-muted p-1.5 text-fd-muted-foreground [&_svg]:size-4", children: icon ? icon : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(globalLucideIcons.CircleSmall, {}) }),
2806
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("h3", { className: "not-prose mb-1 text-sm font-medium line-clamp-2 min-h-[2.5rem]", children: title }),
2807
+ validDescription ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("p", { className: "!my-0 text-sm text-fd-muted-foreground", children: description }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("p", { className: "!my-0 text-sm text-fd-muted-foreground opacity-0 select-none", children: "\xA0" }),
2808
+ props.children ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "text-sm text-fd-muted-foreground prose-no-margin", children: props.children }) : null
2555
2809
  ]
2556
2810
  })
2557
2811
  );
2558
2812
  }
2559
2813
 
2560
2814
  // ../base-ui/src/ui/button.tsx
2561
- var React32 = __toESM(require("react"), 1);
2815
+ var React35 = __toESM(require("react"), 1);
2562
2816
 
2563
2817
  // ../../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.1.2_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.mjs
2564
- var React31 = __toESM(require("react"), 1);
2818
+ var React34 = __toESM(require("react"), 1);
2565
2819
 
2566
2820
  // ../../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.1.2_react@19.1.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs
2567
- var React30 = __toESM(require("react"), 1);
2821
+ var React33 = __toESM(require("react"), 1);
2568
2822
  function setRef(ref, value) {
2569
2823
  if (typeof ref === "function") {
2570
2824
  return ref(value);
@@ -2598,27 +2852,27 @@ function composeRefs(...refs) {
2598
2852
  }
2599
2853
 
2600
2854
  // ../../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.1.2_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.mjs
2601
- var import_jsx_runtime35 = require("react/jsx-runtime");
2855
+ var import_jsx_runtime38 = require("react/jsx-runtime");
2602
2856
  // @__NO_SIDE_EFFECTS__
2603
2857
  function createSlot(ownerName) {
2604
2858
  const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);
2605
- const Slot2 = React31.forwardRef((props, forwardedRef) => {
2859
+ const Slot2 = React34.forwardRef((props, forwardedRef) => {
2606
2860
  const _a = props, { children } = _a, slotProps = __objRest(_a, ["children"]);
2607
- const childrenArray = React31.Children.toArray(children);
2861
+ const childrenArray = React34.Children.toArray(children);
2608
2862
  const slottable = childrenArray.find(isSlottable);
2609
2863
  if (slottable) {
2610
2864
  const newElement = slottable.props.children;
2611
2865
  const newChildren = childrenArray.map((child) => {
2612
2866
  if (child === slottable) {
2613
- if (React31.Children.count(newElement) > 1) return React31.Children.only(null);
2614
- return React31.isValidElement(newElement) ? newElement.props.children : null;
2867
+ if (React34.Children.count(newElement) > 1) return React34.Children.only(null);
2868
+ return React34.isValidElement(newElement) ? newElement.props.children : null;
2615
2869
  } else {
2616
2870
  return child;
2617
2871
  }
2618
2872
  });
2619
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children: React31.isValidElement(newElement) ? React31.cloneElement(newElement, void 0, newChildren) : null }));
2873
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children: React34.isValidElement(newElement) ? React34.cloneElement(newElement, void 0, newChildren) : null }));
2620
2874
  }
2621
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children }));
2875
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children }));
2622
2876
  });
2623
2877
  Slot2.displayName = `${ownerName}.Slot`;
2624
2878
  return Slot2;
@@ -2626,24 +2880,24 @@ function createSlot(ownerName) {
2626
2880
  var Slot = /* @__PURE__ */ createSlot("Slot");
2627
2881
  // @__NO_SIDE_EFFECTS__
2628
2882
  function createSlotClone(ownerName) {
2629
- const SlotClone = React31.forwardRef((props, forwardedRef) => {
2883
+ const SlotClone = React34.forwardRef((props, forwardedRef) => {
2630
2884
  const _a = props, { children } = _a, slotProps = __objRest(_a, ["children"]);
2631
- if (React31.isValidElement(children)) {
2885
+ if (React34.isValidElement(children)) {
2632
2886
  const childrenRef = getElementRef(children);
2633
2887
  const props2 = mergeProps(slotProps, children.props);
2634
- if (children.type !== React31.Fragment) {
2888
+ if (children.type !== React34.Fragment) {
2635
2889
  props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;
2636
2890
  }
2637
- return React31.cloneElement(children, props2);
2891
+ return React34.cloneElement(children, props2);
2638
2892
  }
2639
- return React31.Children.count(children) > 1 ? React31.Children.only(null) : null;
2893
+ return React34.Children.count(children) > 1 ? React34.Children.only(null) : null;
2640
2894
  });
2641
2895
  SlotClone.displayName = `${ownerName}.SlotClone`;
2642
2896
  return SlotClone;
2643
2897
  }
2644
2898
  var SLOTTABLE_IDENTIFIER = Symbol("radix.slottable");
2645
2899
  function isSlottable(child) {
2646
- return React31.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
2900
+ return React34.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
2647
2901
  }
2648
2902
  function mergeProps(slotProps, childProps) {
2649
2903
  const overrideProps = __spreadValues({}, childProps);
@@ -2722,7 +2976,7 @@ var cva = (base, config) => (props) => {
2722
2976
  };
2723
2977
 
2724
2978
  // ../base-ui/src/ui/button.tsx
2725
- var import_jsx_runtime36 = require("react/jsx-runtime");
2979
+ var import_jsx_runtime39 = require("react/jsx-runtime");
2726
2980
  var buttonVariants = cva(
2727
2981
  "inline-flex items-center gap-2 whitespace-nowrap rounded-md text-sm ring-offset-background transition-colors focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
2728
2982
  {
@@ -2748,12 +3002,12 @@ var buttonVariants = cva(
2748
3002
  }
2749
3003
  }
2750
3004
  );
2751
- var Button = React32.forwardRef(
3005
+ var Button = React35.forwardRef(
2752
3006
  (_a, ref) => {
2753
3007
  var _b = _a, { className, variant, size, asChild = false, loading = false, children } = _b, props = __objRest(_b, ["className", "variant", "size", "asChild", "loading", "children"]);
2754
3008
  const Comp = asChild ? Slot : "button";
2755
3009
  if (asChild) {
2756
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
3010
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2757
3011
  Comp,
2758
3012
  __spreadProps(__spreadValues({
2759
3013
  className: cn(buttonVariants({ variant, size, className })),
@@ -2764,7 +3018,7 @@ var Button = React32.forwardRef(
2764
3018
  })
2765
3019
  );
2766
3020
  }
2767
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
3021
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
2768
3022
  Comp,
2769
3023
  __spreadProps(__spreadValues({
2770
3024
  className: cn(buttonVariants({ variant, size, className })),
@@ -2773,7 +3027,7 @@ var Button = React32.forwardRef(
2773
3027
  }, props), {
2774
3028
  children: [
2775
3029
  children,
2776
- loading && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
3030
+ loading && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
2777
3031
  ]
2778
3032
  })
2779
3033
  );
@@ -2783,8 +3037,8 @@ Button.displayName = "Button";
2783
3037
 
2784
3038
  // src/fuma/mdx/gradient-button.tsx
2785
3039
  var import_link3 = __toESM(require("fumadocs-core/link"));
2786
- var import_react34 = __toESM(require("react"));
2787
- var import_jsx_runtime37 = require("react/jsx-runtime");
3040
+ var import_react37 = __toESM(require("react"));
3041
+ var import_jsx_runtime40 = require("react/jsx-runtime");
2788
3042
  function GradientButton({
2789
3043
  title,
2790
3044
  icon,
@@ -2801,31 +3055,31 @@ function GradientButton({
2801
3055
  return "justify-start";
2802
3056
  }
2803
3057
  };
2804
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: `flex flex-col sm:flex-row gap-3 ${getAlignmentClass()}`, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
3058
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: `flex flex-col sm:flex-row gap-3 ${getAlignmentClass()}`, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2805
3059
  Button,
2806
3060
  {
2807
3061
  asChild: true,
2808
3062
  size: "lg",
2809
3063
  className: "\n bg-gradient-to-r \n from-purple-400 to-pink-500 \n hover:from-purple-500 hover:to-pink-600\n dark:from-purple-500 dark:to-pink-600 \n dark:hover:from-purple-600 dark:hover:to-pink-700\n text-white text-base font-bold shadow-lg hover:shadow-xl\n transition-all duration-300\n rounded-full\n ",
2810
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_link3.default, { href, target: "_blank", rel: "noopener noreferrer", className: "no-underline hover:no-underline", children: [
2811
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { children: title }),
2812
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "ml-1", children: icon ? import_react34.default.cloneElement(icon, {
3064
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_link3.default, { href, target: "_blank", rel: "noopener noreferrer", className: "no-underline hover:no-underline", children: [
3065
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: title }),
3066
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "ml-1", children: icon ? import_react37.default.cloneElement(icon, {
2813
3067
  className: "h-4 w-4 text-white"
2814
- }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(globalLucideIcons.ArrowRight, { className: "h-4 w-4 text-white" }) })
3068
+ }) : /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(globalLucideIcons.ArrowRight, { className: "h-4 w-4 text-white" }) })
2815
3069
  ] })
2816
3070
  }
2817
3071
  ) });
2818
3072
  }
2819
3073
 
2820
3074
  // src/fuma/mdx/toc-base.tsx
2821
- var import_react35 = require("react");
3075
+ var import_react38 = require("react");
2822
3076
  var import_navigation = require("next/navigation");
2823
3077
  var import_use_copy_button = require("fumadocs-ui/utils/use-copy-button");
2824
3078
  var import_link4 = __toESM(require("fumadocs-core/link"));
2825
- var import_jsx_runtime38 = require("react/jsx-runtime");
3079
+ var import_jsx_runtime41 = require("react/jsx-runtime");
2826
3080
  var cache = /* @__PURE__ */ new Map();
2827
3081
  function LLMCopyButton({ llmApiUrl } = {}) {
2828
- const [isLoading, setLoading] = (0, import_react35.useState)(false);
3082
+ const [isLoading, setLoading] = (0, import_react38.useState)(false);
2829
3083
  const params = (0, import_navigation.useParams)();
2830
3084
  const locale = params.locale;
2831
3085
  const slug = params.slug;
@@ -2851,7 +3105,7 @@ function LLMCopyButton({ llmApiUrl } = {}) {
2851
3105
  setLoading(false);
2852
3106
  }
2853
3107
  }));
2854
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
3108
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2855
3109
  Button,
2856
3110
  {
2857
3111
  variant: "ghost",
@@ -2859,71 +3113,71 @@ function LLMCopyButton({ llmApiUrl } = {}) {
2859
3113
  loading: isLoading,
2860
3114
  className: "justify-start px-0 text-stone-600 hover:text-stone-500 dark:text-stone-400 dark:hover:text-stone-300",
2861
3115
  onClick,
2862
- children: checked ? /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
2863
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(globalLucideIcons.Check, {}),
3116
+ children: checked ? /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
3117
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(globalLucideIcons.Check, {}),
2864
3118
  "Copied!"
2865
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
2866
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(globalLucideIcons.Markdown, {}),
3119
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
3120
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(globalLucideIcons.Markdown, {}),
2867
3121
  "Copy page as Markdown"
2868
3122
  ] })
2869
3123
  }
2870
3124
  );
2871
3125
  }
2872
3126
  function EditOnGitHub({ url }) {
2873
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
3127
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
2874
3128
  import_link4.default,
2875
3129
  {
2876
3130
  className: "flex items-center gap-x-2 text-stone-600 hover:text-stone-500 dark:text-stone-400 dark:hover:text-stone-300 text-sm",
2877
3131
  href: url,
2878
3132
  children: [
2879
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(globalLucideIcons.GitHub, {}),
3133
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(globalLucideIcons.GitHub, {}),
2880
3134
  "Edit this page on GitHub"
2881
3135
  ]
2882
3136
  }
2883
3137
  );
2884
3138
  }
2885
3139
  function LastUpdatedDate({ date }) {
2886
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "flex items-center gap-x-2 text-stone-600 dark:text-stone-400 text-sm", children: [
2887
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(globalLucideIcons.LastUpdated, {}),
3140
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex items-center gap-x-2 text-stone-600 dark:text-stone-400 text-sm", children: [
3141
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(globalLucideIcons.LastUpdated, {}),
2888
3142
  "Lastest on ",
2889
3143
  date ? date : "Ages ago"
2890
3144
  ] });
2891
3145
  }
2892
3146
 
2893
3147
  // src/fuma/mdx/toc.tsx
2894
- var import_jsx_runtime39 = require("react/jsx-runtime");
3148
+ var import_jsx_runtime42 = require("react/jsx-runtime");
2895
3149
  function TocFooter({ lastModified, showCopy, editPath, githubBaseUrl }) {
2896
3150
  const showEdit = githubBaseUrl && editPath;
2897
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
2898
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(LastUpdatedDate, { date: lastModified }),
2899
- showCopy && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(LLMCopyButton, {}),
2900
- showEdit && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
3151
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
3152
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(LastUpdatedDate, { date: lastModified }),
3153
+ showCopy && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(LLMCopyButton, {}),
3154
+ showEdit && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
2901
3155
  ] });
2902
3156
  }
2903
3157
 
2904
3158
  // src/fuma/mdx/fuma-banner-suit.tsx
2905
3159
  var import_banner = require("fumadocs-ui/components/banner");
2906
3160
  var import_next_intl = require("next-intl");
2907
- var import_jsx_runtime40 = require("react/jsx-runtime");
3161
+ var import_jsx_runtime43 = require("react/jsx-runtime");
2908
3162
  function FumaBannerSuit({ showText }) {
2909
3163
  const t = (0, import_next_intl.useTranslations)("home");
2910
- return showText ? /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_banner.Banner, { variant: "rainbow", changeLayout: true, children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("p", { className: "text-xl", children: t("banner") }) }) : /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_banner.Banner, { variant: "normal", changeLayout: true, className: "bg-white dark:bg-[rgb(10,10,10)]" });
3164
+ return showText ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_banner.Banner, { variant: "rainbow", changeLayout: true, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("p", { className: "text-xl", children: t("banner") }) }) : /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_banner.Banner, { variant: "normal", changeLayout: true, className: "bg-white dark:bg-[rgb(10,10,10)]" });
2911
3165
  }
2912
3166
 
2913
3167
  // src/fuma/mdx/fuma-github-info.tsx
2914
- var import_react36 = require("react");
2915
- var import_jsx_runtime41 = require("react/jsx-runtime");
3168
+ var import_react39 = require("react");
3169
+ var import_jsx_runtime44 = require("react/jsx-runtime");
2916
3170
  function GitHubInfoSkeleton({ owner, repo, className }) {
2917
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 lg:flex-row lg:items-center animate-pulse ${className}`, children: [
2918
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex items-center gap-2", children: [
2919
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "size-3.5 bg-fd-muted rounded" }),
2920
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "h-4 bg-fd-muted rounded w-20" })
3171
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("div", { className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 lg:flex-row lg:items-center animate-pulse ${className}`, children: [
3172
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("div", { className: "flex items-center gap-2", children: [
3173
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "size-3.5 bg-fd-muted rounded" }),
3174
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "h-4 bg-fd-muted rounded w-20" })
2921
3175
  ] }),
2922
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "h-3 bg-fd-muted rounded w-8" })
3176
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "h-3 bg-fd-muted rounded w-8" })
2923
3177
  ] });
2924
3178
  }
2925
3179
  function GitHubInfoFallback({ owner, repo, className }) {
2926
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
3180
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
2927
3181
  "a",
2928
3182
  {
2929
3183
  href: `https://github.com/${owner}/${repo}`,
@@ -2931,17 +3185,17 @@ function GitHubInfoFallback({ owner, repo, className }) {
2931
3185
  target: "_blank",
2932
3186
  className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 transition-colors lg:flex-row lg:items-center hover:text-fd-accent-foreground hover:bg-fd-accent ${className}`,
2933
3187
  children: [
2934
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("p", { className: "flex items-center gap-2 truncate", children: [
2935
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
2936
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "GitHub" }),
2937
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
3188
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("p", { className: "flex items-center gap-2 truncate", children: [
3189
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
3190
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "GitHub" }),
3191
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
2938
3192
  ] }),
2939
3193
  owner,
2940
3194
  "/",
2941
3195
  repo
2942
3196
  ] }),
2943
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
2944
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(globalLucideIcons.ExternalLink, { className: "size-3" }),
3197
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
3198
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(globalLucideIcons.ExternalLink, { className: "size-3" }),
2945
3199
  "GitHub"
2946
3200
  ] })
2947
3201
  ]
@@ -2955,7 +3209,7 @@ function GitHubInfoSuccess({
2955
3209
  className
2956
3210
  }) {
2957
3211
  const humanizedStars = humanizeNumber(stars);
2958
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
3212
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
2959
3213
  "a",
2960
3214
  {
2961
3215
  href: `https://github.com/${owner}/${repo}`,
@@ -2963,17 +3217,17 @@ function GitHubInfoSuccess({
2963
3217
  target: "_blank",
2964
3218
  className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 transition-colors lg:flex-row lg:items-center hover:text-fd-accent-foreground hover:bg-fd-accent ${className}`,
2965
3219
  children: [
2966
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("p", { className: "flex items-center gap-2 truncate", children: [
2967
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
2968
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("title", { children: "GitHub" }),
2969
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
3220
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("p", { className: "flex items-center gap-2 truncate", children: [
3221
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
3222
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "GitHub" }),
3223
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
2970
3224
  ] }),
2971
3225
  owner,
2972
3226
  "/",
2973
3227
  repo
2974
3228
  ] }),
2975
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
2976
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(globalLucideIcons.Star, { className: "size-3" }),
3229
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
3230
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(globalLucideIcons.Star, { className: "size-3" }),
2977
3231
  humanizedStars
2978
3232
  ] })
2979
3233
  ]
@@ -2995,10 +3249,10 @@ function humanizeNumber(num) {
2995
3249
  return num.toString();
2996
3250
  }
2997
3251
  function FumaGithubInfo({ owner, repo, token, className }) {
2998
- const [data, setData] = (0, import_react36.useState)(null);
2999
- const [loading, setLoading] = (0, import_react36.useState)(true);
3000
- const [error, setError] = (0, import_react36.useState)(null);
3001
- (0, import_react36.useEffect)(() => {
3252
+ const [data, setData] = (0, import_react39.useState)(null);
3253
+ const [loading, setLoading] = (0, import_react39.useState)(true);
3254
+ const [error, setError] = (0, import_react39.useState)(null);
3255
+ (0, import_react39.useEffect)(() => {
3002
3256
  const fetchRepoData = () => __async(null, null, function* () {
3003
3257
  try {
3004
3258
  setLoading(true);
@@ -3042,12 +3296,12 @@ function FumaGithubInfo({ owner, repo, token, className }) {
3042
3296
  fetchRepoData();
3043
3297
  }, [owner, repo, token]);
3044
3298
  if (loading) {
3045
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(GitHubInfoSkeleton, { owner, repo, className });
3299
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(GitHubInfoSkeleton, { owner, repo, className });
3046
3300
  }
3047
3301
  if (error || !data) {
3048
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(GitHubInfoFallback, { owner, repo, className });
3302
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(GitHubInfoFallback, { owner, repo, className });
3049
3303
  }
3050
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
3304
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
3051
3305
  GitHubInfoSuccess,
3052
3306
  {
3053
3307
  owner,
@@ -3060,7 +3314,7 @@ function FumaGithubInfo({ owner, repo, token, className }) {
3060
3314
 
3061
3315
  // src/fuma/mdx/site-x.tsx
3062
3316
  var import_next_intl2 = require("next-intl");
3063
- var import_jsx_runtime42 = require("react/jsx-runtime");
3317
+ var import_jsx_runtime45 = require("react/jsx-runtime");
3064
3318
  function SiteX(_a) {
3065
3319
  var _b = _a, { type, namespace, tKey, className } = _b, props = __objRest(_b, ["type", "namespace", "tKey", "className"]);
3066
3320
  let ns = namespace;
@@ -3074,7 +3328,7 @@ function SiteX(_a) {
3074
3328
  const t = (0, import_next_intl2.useTranslations)(ns);
3075
3329
  const text = t(key, { defaultValue: type === "site" ? "Site----" : "----@example.com" });
3076
3330
  if (type === "site") {
3077
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3331
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
3078
3332
  "strong",
3079
3333
  __spreadProps(__spreadValues({}, props), {
3080
3334
  className: cn(
@@ -3086,7 +3340,7 @@ function SiteX(_a) {
3086
3340
  );
3087
3341
  }
3088
3342
  if (type === "email") {
3089
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3343
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
3090
3344
  "a",
3091
3345
  __spreadProps(__spreadValues({}, props), {
3092
3346
  href: `mailto:${text}`,
@@ -3102,16 +3356,16 @@ function SiteX(_a) {
3102
3356
  }
3103
3357
 
3104
3358
  // src/fuma/mdx/zia-file.tsx
3105
- var import_react37 = require("react");
3359
+ var import_react40 = require("react");
3106
3360
  var import_collapsible = require("fumadocs-ui/components/ui/collapsible");
3107
3361
  var import_link5 = __toESM(require("next/link"));
3108
- var import_jsx_runtime43 = require("react/jsx-runtime");
3362
+ var import_jsx_runtime46 = require("react/jsx-runtime");
3109
3363
  var itemVariants = "flex flex-row items-center gap-2 rounded-md px-2 py-1.5 text-sm hover:bg-fd-accent hover:text-fd-accent-foreground [&_svg]:size-4";
3110
3364
  var anotionClass = "ms-2 px-2 py-0.5 rounded text-xs font-semibold bg-fd-accent/80 text-fd-accent-foreground dark:bg-white/20 dark:text-white";
3111
3365
  function ZiaFile(_a) {
3112
3366
  var _b = _a, {
3113
3367
  name,
3114
- icon = /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(globalLucideIcons.File, {}),
3368
+ icon = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(globalLucideIcons.File, {}),
3115
3369
  className,
3116
3370
  anotion,
3117
3371
  href
@@ -3125,16 +3379,16 @@ function ZiaFile(_a) {
3125
3379
  const validHref = typeof href === "string" && href.trim() !== "";
3126
3380
  const validAnotion = typeof anotion === "string" && anotion.trim() !== "";
3127
3381
  if (validHref) {
3128
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_link5.default, { href, className: cn(itemVariants, className), children: [
3382
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_link5.default, { href, className: cn(itemVariants, className), children: [
3129
3383
  icon,
3130
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { children: name }),
3131
- validAnotion && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: anotionClass, children: anotion })
3384
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { children: name }),
3385
+ validAnotion && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: anotionClass, children: anotion })
3132
3386
  ] });
3133
3387
  }
3134
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", __spreadProps(__spreadValues({ className: cn(itemVariants, className) }, rest), { children: [
3388
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", __spreadProps(__spreadValues({ className: cn(itemVariants, className) }, rest), { children: [
3135
3389
  icon,
3136
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { children: name }),
3137
- validAnotion && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: anotionClass, children: anotion })
3390
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { children: name }),
3391
+ validAnotion && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: anotionClass, children: anotion })
3138
3392
  ] }));
3139
3393
  }
3140
3394
  function ZiaFolder(_a) {
@@ -3151,15 +3405,15 @@ function ZiaFolder(_a) {
3151
3405
  "className",
3152
3406
  "children"
3153
3407
  ]);
3154
- const [open, setOpen] = (0, import_react37.useState)(defaultOpen);
3408
+ const [open, setOpen] = (0, import_react40.useState)(defaultOpen);
3155
3409
  const validAnotion = typeof anotion === "string" && anotion.trim() !== "";
3156
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_collapsible.Collapsible, __spreadProps(__spreadValues({ open, onOpenChange: setOpen }, props), { children: [
3157
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_collapsible.CollapsibleTrigger, { className: cn(itemVariants, className, "w-full"), children: [
3158
- open ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(globalLucideIcons.FolderOpen, {}) : /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(globalLucideIcons.Folder, {}),
3159
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { children: name }),
3160
- validAnotion && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: anotionClass, children: anotion })
3410
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_collapsible.Collapsible, __spreadProps(__spreadValues({ open, onOpenChange: setOpen }, props), { children: [
3411
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_collapsible.CollapsibleTrigger, { className: cn(itemVariants, className, "w-full"), children: [
3412
+ open ? /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(globalLucideIcons.FolderOpen, {}) : /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(globalLucideIcons.Folder, {}),
3413
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { children: name }),
3414
+ validAnotion && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: anotionClass, children: anotion })
3161
3415
  ] }),
3162
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_collapsible.CollapsibleContent, { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "ms-2 flex flex-col border-l ps-2", children }) })
3416
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_collapsible.CollapsibleContent, { children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "ms-2 flex flex-col border-l ps-2", children }) })
3163
3417
  ] }));
3164
3418
  }
3165
3419
  // Annotate the CommonJS export names for ESM import in node:
@@ -3230,6 +3484,7 @@ lucide-react/dist/esm/icons/git-pull-request-arrow.js:
3230
3484
  lucide-react/dist/esm/icons/globe-lock.js:
3231
3485
  lucide-react/dist/esm/icons/globe.js:
3232
3486
  lucide-react/dist/esm/icons/grip-vertical.js:
3487
+ lucide-react/dist/esm/icons/grip.js:
3233
3488
  lucide-react/dist/esm/icons/hand-heart.js:
3234
3489
  lucide-react/dist/esm/icons/handshake.js:
3235
3490
  lucide-react/dist/esm/icons/highlighter.js:
@@ -3237,6 +3492,7 @@ lucide-react/dist/esm/icons/house-plus.js:
3237
3492
  lucide-react/dist/esm/icons/image-down.js:
3238
3493
  lucide-react/dist/esm/icons/image-off.js:
3239
3494
  lucide-react/dist/esm/icons/image-up.js:
3495
+ lucide-react/dist/esm/icons/infinity.js:
3240
3496
  lucide-react/dist/esm/icons/info.js:
3241
3497
  lucide-react/dist/esm/icons/keyboard.js:
3242
3498
  lucide-react/dist/esm/icons/land-plot.js:
@@ -3252,12 +3508,15 @@ lucide-react/dist/esm/icons/mouse-pointer-click.js:
3252
3508
  lucide-react/dist/esm/icons/palette.js:
3253
3509
  lucide-react/dist/esm/icons/panel-left.js:
3254
3510
  lucide-react/dist/esm/icons/panels-top-left.js:
3511
+ lucide-react/dist/esm/icons/paw-print.js:
3255
3512
  lucide-react/dist/esm/icons/pencil.js:
3256
3513
  lucide-react/dist/esm/icons/pi.js:
3514
+ lucide-react/dist/esm/icons/qr-code.js:
3257
3515
  lucide-react/dist/esm/icons/receipt-text.js:
3258
3516
  lucide-react/dist/esm/icons/refresh-ccw.js:
3259
3517
  lucide-react/dist/esm/icons/regex.js:
3260
3518
  lucide-react/dist/esm/icons/replace.js:
3519
+ lucide-react/dist/esm/icons/rocket.js:
3261
3520
  lucide-react/dist/esm/icons/rss.js:
3262
3521
  lucide-react/dist/esm/icons/scale.js:
3263
3522
  lucide-react/dist/esm/icons/search.js:
@@ -3265,15 +3524,18 @@ lucide-react/dist/esm/icons/send-horizontal.js:
3265
3524
  lucide-react/dist/esm/icons/server.js:
3266
3525
  lucide-react/dist/esm/icons/share.js:
3267
3526
  lucide-react/dist/esm/icons/shield-user.js:
3527
+ lucide-react/dist/esm/icons/shield.js:
3268
3528
  lucide-react/dist/esm/icons/sigma.js:
3269
3529
  lucide-react/dist/esm/icons/sparkles.js:
3270
3530
  lucide-react/dist/esm/icons/spline-pointer.js:
3531
+ lucide-react/dist/esm/icons/sprout.js:
3271
3532
  lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
3272
3533
  lucide-react/dist/esm/icons/square-terminal.js:
3273
3534
  lucide-react/dist/esm/icons/star.js:
3274
3535
  lucide-react/dist/esm/icons/tablets.js:
3275
3536
  lucide-react/dist/esm/icons/terminal.js:
3276
3537
  lucide-react/dist/esm/icons/twitter.js:
3538
+ lucide-react/dist/esm/icons/workflow.js:
3277
3539
  lucide-react/dist/esm/icons/x.js:
3278
3540
  lucide-react/dist/esm/icons/zap.js:
3279
3541
  lucide-react/dist/esm/lucide-react.js: