@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.
@@ -84,7 +84,7 @@ __export(server_exports, {
84
84
  module.exports = __toCommonJS(server_exports);
85
85
 
86
86
  // src/fuma/mdx/toc-base.tsx
87
- var import_react32 = require("react");
87
+ var import_react35 = require("react");
88
88
  var import_navigation = require("next/navigation");
89
89
  var import_use_copy_button = require("fumadocs-ui/utils/use-copy-button");
90
90
  var import_link2 = __toESM(require("fumadocs-core/link"));
@@ -1105,6 +1105,113 @@ var SchemeIcon = import_react28.default.forwardRef(
1105
1105
  SchemeIcon.displayName = "Scheme";
1106
1106
  var scheme_default = SchemeIcon;
1107
1107
 
1108
+ // ../base-ui/src/assets/faq.tsx
1109
+ var import_react29 = __toESM(require("react"), 1);
1110
+ var import_jsx_runtime29 = require("react/jsx-runtime");
1111
+ var FAQIcon = import_react29.default.forwardRef(
1112
+ (_a, ref) => {
1113
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1114
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1115
+ "svg",
1116
+ __spreadProps(__spreadValues({
1117
+ ref,
1118
+ role: "img",
1119
+ className,
1120
+ stroke: "currentColor",
1121
+ strokeWidth: "2",
1122
+ strokeLinecap: "round",
1123
+ strokeLinejoin: "round"
1124
+ }, props), {
1125
+ viewBox: "0 0 24 24",
1126
+ xmlns: "http://www.w3.org/2000/svg",
1127
+ children: [
1128
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("circle", { cx: "12", cy: "12", r: "10", fill: "none", stroke: themeSvgIconColor }),
1129
+ /* @__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 }),
1130
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("path", { d: "M12 17h.01", fill: "none", stroke: themeSvgIconColor })
1131
+ ]
1132
+ })
1133
+ );
1134
+ }
1135
+ );
1136
+ FAQIcon.displayName = "FAQ";
1137
+ var faq_default = FAQIcon;
1138
+
1139
+ // ../base-ui/src/assets/faqb.tsx
1140
+ var import_react30 = __toESM(require("react"), 1);
1141
+ var import_jsx_runtime30 = require("react/jsx-runtime");
1142
+ var FAQBIcon = import_react30.default.forwardRef(
1143
+ (_a, ref) => {
1144
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1145
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1146
+ "svg",
1147
+ __spreadProps(__spreadValues({
1148
+ ref,
1149
+ role: "img",
1150
+ className,
1151
+ stroke: "currentColor",
1152
+ strokeWidth: "2",
1153
+ strokeLinecap: "round",
1154
+ strokeLinejoin: "round"
1155
+ }, props), {
1156
+ viewBox: "0 0 24 24",
1157
+ xmlns: "http://www.w3.org/2000/svg",
1158
+ children: [
1159
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1160
+ "path",
1161
+ {
1162
+ fill: "none",
1163
+ stroke: themeSvgIconColor,
1164
+ 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"
1165
+ }
1166
+ ),
1167
+ /* @__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" }),
1168
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("line", { fill: "none", stroke: themeSvgIconColor, x1: "12", x2: "12.01", y1: "17", y2: "17" })
1169
+ ]
1170
+ })
1171
+ );
1172
+ }
1173
+ );
1174
+ FAQBIcon.displayName = "FAQB";
1175
+ var faqb_default = FAQBIcon;
1176
+
1177
+ // ../base-ui/src/assets/faqs.tsx
1178
+ var import_react31 = __toESM(require("react"), 1);
1179
+ var import_jsx_runtime31 = require("react/jsx-runtime");
1180
+ var FAQSIcon = import_react31.default.forwardRef(
1181
+ (_a, ref) => {
1182
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1183
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1184
+ "svg",
1185
+ __spreadProps(__spreadValues({
1186
+ ref,
1187
+ role: "img",
1188
+ className,
1189
+ stroke: "currentColor",
1190
+ strokeWidth: "2",
1191
+ strokeLinecap: "round",
1192
+ strokeLinejoin: "round"
1193
+ }, props), {
1194
+ viewBox: "0 0 24 24",
1195
+ xmlns: "http://www.w3.org/2000/svg",
1196
+ children: [
1197
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1198
+ "path",
1199
+ {
1200
+ fill: "none",
1201
+ stroke: themeSvgIconColor,
1202
+ 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"
1203
+ }
1204
+ ),
1205
+ /* @__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" }),
1206
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M12 17h.01" })
1207
+ ]
1208
+ })
1209
+ );
1210
+ }
1211
+ );
1212
+ FAQSIcon.displayName = "FAQS";
1213
+ var faqs_default = FAQSIcon;
1214
+
1108
1215
  // ../base-ui/src/assets/index.ts
1109
1216
  var BUILTIN_ICON_COMPONENTS = {
1110
1217
  GitHub: github_default,
@@ -1134,7 +1241,10 @@ var BUILTIN_ICON_COMPONENTS = {
1134
1241
  SubP: subp_default,
1135
1242
  T3P: t3p_default,
1136
1243
  Http: http_default,
1137
- Scheme: scheme_default
1244
+ Scheme: scheme_default,
1245
+ FAQ: faq_default,
1246
+ FAQB: faqb_default,
1247
+ FAQS: faqs_default
1138
1248
  };
1139
1249
 
1140
1250
  // ../lib/src/limited-lucide-icons.ts
@@ -1182,6 +1292,7 @@ __export(limited_lucide_icons_exports, {
1182
1292
  GitPullRequestArrow: () => GitPullRequestArrow,
1183
1293
  Globe: () => Globe,
1184
1294
  GlobeLock: () => GlobeLock,
1295
+ Grip: () => Grip,
1185
1296
  GripVertical: () => GripVertical,
1186
1297
  HandHeart: () => HandHeart,
1187
1298
  Handshake: () => Handshake,
@@ -1190,6 +1301,7 @@ __export(limited_lucide_icons_exports, {
1190
1301
  ImageDown: () => ImageDown,
1191
1302
  ImageOff: () => ImageOff,
1192
1303
  ImageUp: () => ImageUp,
1304
+ Infinity: () => Infinity,
1193
1305
  Info: () => Info,
1194
1306
  Keyboard: () => Keyboard,
1195
1307
  LandPlot: () => LandPlot,
@@ -1207,34 +1319,40 @@ __export(limited_lucide_icons_exports, {
1207
1319
  Palette: () => Palette,
1208
1320
  PanelLeft: () => PanelLeft,
1209
1321
  PanelsTopLeft: () => PanelsTopLeft,
1322
+ PawPrint: () => PawPrint,
1210
1323
  Pencil: () => Pencil,
1211
1324
  Pi: () => Pi,
1325
+ QrCode: () => QrCode,
1212
1326
  ReceiptText: () => ReceiptText,
1213
1327
  RefreshCcw: () => RefreshCcw,
1214
1328
  Regex: () => Regex,
1215
1329
  Replace: () => Replace,
1330
+ Rocket: () => Rocket,
1216
1331
  Rss: () => Rss,
1217
1332
  Scale: () => Scale,
1218
1333
  Search: () => Search,
1219
1334
  SendHorizontal: () => SendHorizontal,
1220
1335
  Server: () => Server,
1221
1336
  Share: () => Share,
1337
+ Shield: () => Shield,
1222
1338
  ShieldUser: () => ShieldUser,
1223
1339
  Sigma: () => Sigma,
1224
1340
  Sparkles: () => Sparkles,
1225
1341
  SplinePointer: () => SplinePointer,
1342
+ Sprout: () => Sprout,
1226
1343
  SquareDashedBottomCode: () => SquareDashedBottomCode,
1227
1344
  SquareTerminal: () => SquareTerminal,
1228
1345
  Star: () => Star,
1229
1346
  Tablets: () => Tablets,
1230
1347
  Terminal: () => Terminal,
1231
1348
  Twitter: () => Twitter,
1349
+ Workflow: () => Workflow,
1232
1350
  X: () => X,
1233
1351
  Zap: () => Zap
1234
1352
  });
1235
1353
 
1236
1354
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js
1237
- var import_react30 = require("react");
1355
+ var import_react33 = require("react");
1238
1356
 
1239
1357
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/shared/src/utils.js
1240
1358
  var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
@@ -1258,7 +1376,7 @@ var hasA11yProp = (props) => {
1258
1376
  };
1259
1377
 
1260
1378
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js
1261
- var import_react29 = require("react");
1379
+ var import_react32 = require("react");
1262
1380
 
1263
1381
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/defaultAttributes.js
1264
1382
  var defaultAttributes = {
@@ -1274,7 +1392,7 @@ var defaultAttributes = {
1274
1392
  };
1275
1393
 
1276
1394
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js
1277
- var Icon = (0, import_react29.forwardRef)(
1395
+ var Icon = (0, import_react32.forwardRef)(
1278
1396
  (_a, ref) => {
1279
1397
  var _b = _a, {
1280
1398
  color = "currentColor",
@@ -1293,7 +1411,7 @@ var Icon = (0, import_react29.forwardRef)(
1293
1411
  "children",
1294
1412
  "iconNode"
1295
1413
  ]);
1296
- return (0, import_react29.createElement)(
1414
+ return (0, import_react32.createElement)(
1297
1415
  "svg",
1298
1416
  __spreadValues(__spreadValues(__spreadProps(__spreadValues({
1299
1417
  ref
@@ -1305,7 +1423,7 @@ var Icon = (0, import_react29.forwardRef)(
1305
1423
  className: mergeClasses("lucide", className)
1306
1424
  }), !children && !hasA11yProp(rest) && { "aria-hidden": "true" }), rest),
1307
1425
  [
1308
- ...iconNode.map(([tag, attrs]) => (0, import_react29.createElement)(tag, attrs)),
1426
+ ...iconNode.map(([tag, attrs]) => (0, import_react32.createElement)(tag, attrs)),
1309
1427
  ...Array.isArray(children) ? children : [children]
1310
1428
  ]
1311
1429
  );
@@ -1314,10 +1432,10 @@ var Icon = (0, import_react29.forwardRef)(
1314
1432
 
1315
1433
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js
1316
1434
  var createLucideIcon = (iconName, iconNode) => {
1317
- const Component2 = (0, import_react30.forwardRef)(
1435
+ const Component2 = (0, import_react33.forwardRef)(
1318
1436
  (_a, ref) => {
1319
1437
  var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1320
- return (0, import_react30.createElement)(Icon, __spreadValues({
1438
+ return (0, import_react33.createElement)(Icon, __spreadValues({
1321
1439
  ref,
1322
1440
  iconNode,
1323
1441
  className: mergeClasses(
@@ -1765,8 +1883,22 @@ var __iconNode44 = [
1765
1883
  ];
1766
1884
  var GripVertical = createLucideIcon("grip-vertical", __iconNode44);
1767
1885
 
1768
- // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1886
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
1769
1887
  var __iconNode45 = [
1888
+ ["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
1889
+ ["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
1890
+ ["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
1891
+ ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
1892
+ ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
1893
+ ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }],
1894
+ ["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }],
1895
+ ["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
1896
+ ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
1897
+ ];
1898
+ var Grip = createLucideIcon("grip", __iconNode45);
1899
+
1900
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1901
+ var __iconNode46 = [
1770
1902
  ["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
1771
1903
  [
1772
1904
  "path",
@@ -1784,10 +1916,10 @@ var __iconNode45 = [
1784
1916
  }
1785
1917
  ]
1786
1918
  ];
1787
- var HandHeart = createLucideIcon("hand-heart", __iconNode45);
1919
+ var HandHeart = createLucideIcon("hand-heart", __iconNode46);
1788
1920
 
1789
1921
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
1790
- var __iconNode46 = [
1922
+ var __iconNode47 = [
1791
1923
  ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
1792
1924
  [
1793
1925
  "path",
@@ -1800,17 +1932,17 @@ var __iconNode46 = [
1800
1932
  ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
1801
1933
  ["path", { d: "M3 4h8", key: "1ep09j" }]
1802
1934
  ];
1803
- var Handshake = createLucideIcon("handshake", __iconNode46);
1935
+ var Handshake = createLucideIcon("handshake", __iconNode47);
1804
1936
 
1805
1937
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
1806
- var __iconNode47 = [
1938
+ var __iconNode48 = [
1807
1939
  ["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
1808
1940
  ["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" }]
1809
1941
  ];
1810
- var Highlighter = createLucideIcon("highlighter", __iconNode47);
1942
+ var Highlighter = createLucideIcon("highlighter", __iconNode48);
1811
1943
 
1812
1944
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
1813
- var __iconNode48 = [
1945
+ var __iconNode49 = [
1814
1946
  [
1815
1947
  "path",
1816
1948
  {
@@ -1822,10 +1954,10 @@ var __iconNode48 = [
1822
1954
  ["path", { d: "M15 6h6", key: "1jlkvy" }],
1823
1955
  ["path", { d: "M18 3v6", key: "x1uolp" }]
1824
1956
  ];
1825
- var HousePlus = createLucideIcon("house-plus", __iconNode48);
1957
+ var HousePlus = createLucideIcon("house-plus", __iconNode49);
1826
1958
 
1827
1959
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
1828
- var __iconNode49 = [
1960
+ var __iconNode50 = [
1829
1961
  [
1830
1962
  "path",
1831
1963
  {
@@ -1837,10 +1969,10 @@ var __iconNode49 = [
1837
1969
  ["path", { d: "m17 22 3-3", key: "1nkfve" }],
1838
1970
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1839
1971
  ];
1840
- var ImageDown = createLucideIcon("image-down", __iconNode49);
1972
+ var ImageDown = createLucideIcon("image-down", __iconNode50);
1841
1973
 
1842
1974
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
1843
- var __iconNode50 = [
1975
+ var __iconNode51 = [
1844
1976
  ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
1845
1977
  ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
1846
1978
  ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
@@ -1854,10 +1986,10 @@ var __iconNode50 = [
1854
1986
  ],
1855
1987
  ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
1856
1988
  ];
1857
- var ImageOff = createLucideIcon("image-off", __iconNode50);
1989
+ var ImageOff = createLucideIcon("image-off", __iconNode51);
1858
1990
 
1859
1991
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
1860
- var __iconNode51 = [
1992
+ var __iconNode52 = [
1861
1993
  [
1862
1994
  "path",
1863
1995
  {
@@ -1869,18 +2001,24 @@ var __iconNode51 = [
1869
2001
  ["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
1870
2002
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1871
2003
  ];
1872
- var ImageUp = createLucideIcon("image-up", __iconNode51);
2004
+ var ImageUp = createLucideIcon("image-up", __iconNode52);
2005
+
2006
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
2007
+ var __iconNode53 = [
2008
+ ["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" }]
2009
+ ];
2010
+ var Infinity = createLucideIcon("infinity", __iconNode53);
1873
2011
 
1874
2012
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
1875
- var __iconNode52 = [
2013
+ var __iconNode54 = [
1876
2014
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1877
2015
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
1878
2016
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
1879
2017
  ];
1880
- var Info = createLucideIcon("info", __iconNode52);
2018
+ var Info = createLucideIcon("info", __iconNode54);
1881
2019
 
1882
2020
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
1883
- var __iconNode53 = [
2021
+ var __iconNode55 = [
1884
2022
  ["path", { d: "M10 8h.01", key: "1r9ogq" }],
1885
2023
  ["path", { d: "M12 12h.01", key: "1mp3jc" }],
1886
2024
  ["path", { d: "M14 8h.01", key: "1primd" }],
@@ -1891,10 +2029,10 @@ var __iconNode53 = [
1891
2029
  ["path", { d: "M8 12h.01", key: "czm47f" }],
1892
2030
  ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
1893
2031
  ];
1894
- var Keyboard = createLucideIcon("keyboard", __iconNode53);
2032
+ var Keyboard = createLucideIcon("keyboard", __iconNode55);
1895
2033
 
1896
2034
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
1897
- var __iconNode54 = [
2035
+ var __iconNode56 = [
1898
2036
  ["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
1899
2037
  [
1900
2038
  "path",
@@ -1906,71 +2044,71 @@ var __iconNode54 = [
1906
2044
  ["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
1907
2045
  ["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
1908
2046
  ];
1909
- var LandPlot = createLucideIcon("land-plot", __iconNode54);
2047
+ var LandPlot = createLucideIcon("land-plot", __iconNode56);
1910
2048
 
1911
2049
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
1912
- var __iconNode55 = [
2050
+ var __iconNode57 = [
1913
2051
  ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
1914
2052
  ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
1915
2053
  ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
1916
2054
  ];
1917
- var LayoutTemplate = createLucideIcon("layout-template", __iconNode55);
2055
+ var LayoutTemplate = createLucideIcon("layout-template", __iconNode57);
1918
2056
 
1919
2057
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
1920
- var __iconNode56 = [
2058
+ var __iconNode58 = [
1921
2059
  ["path", { d: "m16 6 4 14", key: "ji33uf" }],
1922
2060
  ["path", { d: "M12 6v14", key: "1n7gus" }],
1923
2061
  ["path", { d: "M8 8v12", key: "1gg7y9" }],
1924
2062
  ["path", { d: "M4 4v16", key: "6qkkli" }]
1925
2063
  ];
1926
- var Library = createLucideIcon("library", __iconNode56);
2064
+ var Library = createLucideIcon("library", __iconNode58);
1927
2065
 
1928
2066
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
1929
- var __iconNode57 = [
2067
+ var __iconNode59 = [
1930
2068
  ["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" }],
1931
2069
  ["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" }]
1932
2070
  ];
1933
- var Link = createLucideIcon("link", __iconNode57);
2071
+ var Link = createLucideIcon("link", __iconNode59);
1934
2072
 
1935
2073
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
1936
- var __iconNode58 = [
2074
+ var __iconNode60 = [
1937
2075
  ["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
1938
2076
  ["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
1939
2077
  ["path", { d: "M13 6h8", key: "15sg57" }],
1940
2078
  ["path", { d: "M13 12h8", key: "h98zly" }],
1941
2079
  ["path", { d: "M13 18h8", key: "oe0vm4" }]
1942
2080
  ];
1943
- var ListTodo = createLucideIcon("list-todo", __iconNode58);
2081
+ var ListTodo = createLucideIcon("list-todo", __iconNode60);
1944
2082
 
1945
2083
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
1946
- var __iconNode59 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
1947
- var LoaderCircle = createLucideIcon("loader-circle", __iconNode59);
2084
+ var __iconNode61 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
2085
+ var LoaderCircle = createLucideIcon("loader-circle", __iconNode61);
1948
2086
 
1949
2087
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
1950
- var __iconNode60 = [
2088
+ var __iconNode62 = [
1951
2089
  ["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
1952
2090
  ["path", { d: "M15 12H3", key: "6jk70r" }],
1953
2091
  ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
1954
2092
  ];
1955
- var LogIn = createLucideIcon("log-in", __iconNode60);
2093
+ var LogIn = createLucideIcon("log-in", __iconNode62);
1956
2094
 
1957
2095
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
1958
- var __iconNode61 = [
2096
+ var __iconNode63 = [
1959
2097
  ["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
1960
2098
  ["path", { d: "M21 12H9", key: "dn1m92" }],
1961
2099
  ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
1962
2100
  ];
1963
- var LogOut = createLucideIcon("log-out", __iconNode61);
2101
+ var LogOut = createLucideIcon("log-out", __iconNode63);
1964
2102
 
1965
2103
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
1966
- var __iconNode62 = [
2104
+ var __iconNode64 = [
1967
2105
  ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
1968
2106
  ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
1969
2107
  ];
1970
- var Mail = createLucideIcon("mail", __iconNode62);
2108
+ var Mail = createLucideIcon("mail", __iconNode64);
1971
2109
 
1972
2110
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
1973
- var __iconNode63 = [
2111
+ var __iconNode65 = [
1974
2112
  ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
1975
2113
  ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
1976
2114
  ["path", { d: "m6 12-1.9 2", key: "mnht97" }],
@@ -1983,10 +2121,10 @@ var __iconNode63 = [
1983
2121
  }
1984
2122
  ]
1985
2123
  ];
1986
- var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode63);
2124
+ var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode65);
1987
2125
 
1988
2126
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
1989
- var __iconNode64 = [
2127
+ var __iconNode66 = [
1990
2128
  [
1991
2129
  "path",
1992
2130
  {
@@ -1999,25 +2137,40 @@ var __iconNode64 = [
1999
2137
  ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
2000
2138
  ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
2001
2139
  ];
2002
- var Palette = createLucideIcon("palette", __iconNode64);
2140
+ var Palette = createLucideIcon("palette", __iconNode66);
2003
2141
 
2004
2142
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
2005
- var __iconNode65 = [
2143
+ var __iconNode67 = [
2006
2144
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2007
2145
  ["path", { d: "M9 3v18", key: "fh3hqa" }]
2008
2146
  ];
2009
- var PanelLeft = createLucideIcon("panel-left", __iconNode65);
2147
+ var PanelLeft = createLucideIcon("panel-left", __iconNode67);
2010
2148
 
2011
2149
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
2012
- var __iconNode66 = [
2150
+ var __iconNode68 = [
2013
2151
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2014
2152
  ["path", { d: "M3 9h18", key: "1pudct" }],
2015
2153
  ["path", { d: "M9 21V9", key: "1oto5p" }]
2016
2154
  ];
2017
- var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode66);
2155
+ var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode68);
2156
+
2157
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
2158
+ var __iconNode69 = [
2159
+ ["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
2160
+ ["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
2161
+ ["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
2162
+ [
2163
+ "path",
2164
+ {
2165
+ 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",
2166
+ key: "1ydw1z"
2167
+ }
2168
+ ]
2169
+ ];
2170
+ var PawPrint = createLucideIcon("paw-print", __iconNode69);
2018
2171
 
2019
2172
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
2020
- var __iconNode67 = [
2173
+ var __iconNode70 = [
2021
2174
  [
2022
2175
  "path",
2023
2176
  {
@@ -2027,18 +2180,35 @@ var __iconNode67 = [
2027
2180
  ],
2028
2181
  ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
2029
2182
  ];
2030
- var Pencil = createLucideIcon("pencil", __iconNode67);
2183
+ var Pencil = createLucideIcon("pencil", __iconNode70);
2031
2184
 
2032
2185
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
2033
- var __iconNode68 = [
2186
+ var __iconNode71 = [
2034
2187
  ["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
2035
2188
  ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
2036
2189
  ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
2037
2190
  ];
2038
- var Pi = createLucideIcon("pi", __iconNode68);
2191
+ var Pi = createLucideIcon("pi", __iconNode71);
2192
+
2193
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
2194
+ var __iconNode72 = [
2195
+ ["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
2196
+ ["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
2197
+ ["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
2198
+ ["path", { d: "M21 16h-3a2 2 0 0 0-2 2v3", key: "177gqh" }],
2199
+ ["path", { d: "M21 21v.01", key: "ents32" }],
2200
+ ["path", { d: "M12 7v3a2 2 0 0 1-2 2H7", key: "8crl2c" }],
2201
+ ["path", { d: "M3 12h.01", key: "nlz23k" }],
2202
+ ["path", { d: "M12 3h.01", key: "n36tog" }],
2203
+ ["path", { d: "M12 16v.01", key: "133mhm" }],
2204
+ ["path", { d: "M16 12h1", key: "1slzba" }],
2205
+ ["path", { d: "M21 12v.01", key: "1lwtk9" }],
2206
+ ["path", { d: "M12 21v-1", key: "1880an" }]
2207
+ ];
2208
+ var QrCode = createLucideIcon("qr-code", __iconNode72);
2039
2209
 
2040
2210
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
2041
- var __iconNode69 = [
2211
+ var __iconNode73 = [
2042
2212
  [
2043
2213
  "path",
2044
2214
  { 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" }
@@ -2047,19 +2217,19 @@ var __iconNode69 = [
2047
2217
  ["path", { d: "M16 12H8", key: "1fr5h0" }],
2048
2218
  ["path", { d: "M13 16H8", key: "wsln4y" }]
2049
2219
  ];
2050
- var ReceiptText = createLucideIcon("receipt-text", __iconNode69);
2220
+ var ReceiptText = createLucideIcon("receipt-text", __iconNode73);
2051
2221
 
2052
2222
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
2053
- var __iconNode70 = [
2223
+ var __iconNode74 = [
2054
2224
  ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
2055
2225
  ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
2056
2226
  ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
2057
2227
  ["path", { d: "M16 16h5v5", key: "ccwih5" }]
2058
2228
  ];
2059
- var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode70);
2229
+ var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode74);
2060
2230
 
2061
2231
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
2062
- var __iconNode71 = [
2232
+ var __iconNode75 = [
2063
2233
  ["path", { d: "M17 3v10", key: "15fgeh" }],
2064
2234
  ["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
2065
2235
  ["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
@@ -2068,10 +2238,10 @@ var __iconNode71 = [
2068
2238
  { 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" }
2069
2239
  ]
2070
2240
  ];
2071
- var Regex = createLucideIcon("regex", __iconNode71);
2241
+ var Regex = createLucideIcon("regex", __iconNode75);
2072
2242
 
2073
2243
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
2074
- var __iconNode72 = [
2244
+ var __iconNode76 = [
2075
2245
  ["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
2076
2246
  ["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
2077
2247
  ["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
@@ -2080,35 +2250,56 @@ var __iconNode72 = [
2080
2250
  ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
2081
2251
  ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
2082
2252
  ];
2083
- var Replace = createLucideIcon("replace", __iconNode72);
2253
+ var Replace = createLucideIcon("replace", __iconNode76);
2254
+
2255
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
2256
+ var __iconNode77 = [
2257
+ [
2258
+ "path",
2259
+ {
2260
+ 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",
2261
+ key: "m3kijz"
2262
+ }
2263
+ ],
2264
+ [
2265
+ "path",
2266
+ {
2267
+ 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",
2268
+ key: "1fmvmk"
2269
+ }
2270
+ ],
2271
+ ["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
2272
+ ["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
2273
+ ];
2274
+ var Rocket = createLucideIcon("rocket", __iconNode77);
2084
2275
 
2085
2276
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
2086
- var __iconNode73 = [
2277
+ var __iconNode78 = [
2087
2278
  ["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
2088
2279
  ["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
2089
2280
  ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
2090
2281
  ];
2091
- var Rss = createLucideIcon("rss", __iconNode73);
2282
+ var Rss = createLucideIcon("rss", __iconNode78);
2092
2283
 
2093
2284
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
2094
- var __iconNode74 = [
2285
+ var __iconNode79 = [
2095
2286
  ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
2096
2287
  ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
2097
2288
  ["path", { d: "M7 21h10", key: "1b0cd5" }],
2098
2289
  ["path", { d: "M12 3v18", key: "108xh3" }],
2099
2290
  ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
2100
2291
  ];
2101
- var Scale = createLucideIcon("scale", __iconNode74);
2292
+ var Scale = createLucideIcon("scale", __iconNode79);
2102
2293
 
2103
2294
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
2104
- var __iconNode75 = [
2295
+ var __iconNode80 = [
2105
2296
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
2106
2297
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
2107
2298
  ];
2108
- var Search = createLucideIcon("search", __iconNode75);
2299
+ var Search = createLucideIcon("search", __iconNode80);
2109
2300
 
2110
2301
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
2111
- var __iconNode76 = [
2302
+ var __iconNode81 = [
2112
2303
  [
2113
2304
  "path",
2114
2305
  {
@@ -2118,27 +2309,27 @@ var __iconNode76 = [
2118
2309
  ],
2119
2310
  ["path", { d: "M6 12h16", key: "s4cdu5" }]
2120
2311
  ];
2121
- var SendHorizontal = createLucideIcon("send-horizontal", __iconNode76);
2312
+ var SendHorizontal = createLucideIcon("send-horizontal", __iconNode81);
2122
2313
 
2123
2314
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
2124
- var __iconNode77 = [
2315
+ var __iconNode82 = [
2125
2316
  ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
2126
2317
  ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
2127
2318
  ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
2128
2319
  ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
2129
2320
  ];
2130
- var Server = createLucideIcon("server", __iconNode77);
2321
+ var Server = createLucideIcon("server", __iconNode82);
2131
2322
 
2132
2323
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
2133
- var __iconNode78 = [
2324
+ var __iconNode83 = [
2134
2325
  ["path", { d: "M12 2v13", key: "1km8f5" }],
2135
2326
  ["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
2136
2327
  ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
2137
2328
  ];
2138
- var Share = createLucideIcon("share", __iconNode78);
2329
+ var Share = createLucideIcon("share", __iconNode83);
2139
2330
 
2140
2331
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
2141
- var __iconNode79 = [
2332
+ var __iconNode84 = [
2142
2333
  [
2143
2334
  "path",
2144
2335
  {
@@ -2149,10 +2340,22 @@ var __iconNode79 = [
2149
2340
  ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
2150
2341
  ["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
2151
2342
  ];
2152
- var ShieldUser = createLucideIcon("shield-user", __iconNode79);
2343
+ var ShieldUser = createLucideIcon("shield-user", __iconNode84);
2344
+
2345
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
2346
+ var __iconNode85 = [
2347
+ [
2348
+ "path",
2349
+ {
2350
+ 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",
2351
+ key: "oel41y"
2352
+ }
2353
+ ]
2354
+ ];
2355
+ var Shield = createLucideIcon("shield", __iconNode85);
2153
2356
 
2154
2357
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
2155
- var __iconNode80 = [
2358
+ var __iconNode86 = [
2156
2359
  [
2157
2360
  "path",
2158
2361
  {
@@ -2161,10 +2364,10 @@ var __iconNode80 = [
2161
2364
  }
2162
2365
  ]
2163
2366
  ];
2164
- var Sigma = createLucideIcon("sigma", __iconNode80);
2367
+ var Sigma = createLucideIcon("sigma", __iconNode86);
2165
2368
 
2166
2369
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
2167
- var __iconNode81 = [
2370
+ var __iconNode87 = [
2168
2371
  [
2169
2372
  "path",
2170
2373
  {
@@ -2177,10 +2380,10 @@ var __iconNode81 = [
2177
2380
  ["path", { d: "M4 17v2", key: "vumght" }],
2178
2381
  ["path", { d: "M5 18H3", key: "zchphs" }]
2179
2382
  ];
2180
- var Sparkles = createLucideIcon("sparkles", __iconNode81);
2383
+ var Sparkles = createLucideIcon("sparkles", __iconNode87);
2181
2384
 
2182
2385
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
2183
- var __iconNode82 = [
2386
+ var __iconNode88 = [
2184
2387
  [
2185
2388
  "path",
2186
2389
  {
@@ -2192,10 +2395,31 @@ var __iconNode82 = [
2192
2395
  ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
2193
2396
  ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
2194
2397
  ];
2195
- var SplinePointer = createLucideIcon("spline-pointer", __iconNode82);
2398
+ var SplinePointer = createLucideIcon("spline-pointer", __iconNode88);
2399
+
2400
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
2401
+ var __iconNode89 = [
2402
+ ["path", { d: "M7 20h10", key: "e6iznv" }],
2403
+ ["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
2404
+ [
2405
+ "path",
2406
+ {
2407
+ 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",
2408
+ key: "9gtqwd"
2409
+ }
2410
+ ],
2411
+ [
2412
+ "path",
2413
+ {
2414
+ 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",
2415
+ key: "bkxnd2"
2416
+ }
2417
+ ]
2418
+ ];
2419
+ var Sprout = createLucideIcon("sprout", __iconNode89);
2196
2420
 
2197
2421
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
2198
- var __iconNode83 = [
2422
+ var __iconNode90 = [
2199
2423
  ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2200
2424
  ["path", { d: "M14 21h1", key: "v9vybs" }],
2201
2425
  ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
@@ -2205,18 +2429,18 @@ var __iconNode83 = [
2205
2429
  ],
2206
2430
  ["path", { d: "M9 21h1", key: "15o7lz" }]
2207
2431
  ];
2208
- var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode83);
2432
+ var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode90);
2209
2433
 
2210
2434
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
2211
- var __iconNode84 = [
2435
+ var __iconNode91 = [
2212
2436
  ["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
2213
2437
  ["path", { d: "M11 13h4", key: "1p7l4v" }],
2214
2438
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
2215
2439
  ];
2216
- var SquareTerminal = createLucideIcon("square-terminal", __iconNode84);
2440
+ var SquareTerminal = createLucideIcon("square-terminal", __iconNode91);
2217
2441
 
2218
2442
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
2219
- var __iconNode85 = [
2443
+ var __iconNode92 = [
2220
2444
  [
2221
2445
  "path",
2222
2446
  {
@@ -2225,26 +2449,26 @@ var __iconNode85 = [
2225
2449
  }
2226
2450
  ]
2227
2451
  ];
2228
- var Star = createLucideIcon("star", __iconNode85);
2452
+ var Star = createLucideIcon("star", __iconNode92);
2229
2453
 
2230
2454
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
2231
- var __iconNode86 = [
2455
+ var __iconNode93 = [
2232
2456
  ["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
2233
2457
  ["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
2234
2458
  ["path", { d: "M12 17h10", key: "ls21zv" }],
2235
2459
  ["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
2236
2460
  ];
2237
- var Tablets = createLucideIcon("tablets", __iconNode86);
2461
+ var Tablets = createLucideIcon("tablets", __iconNode93);
2238
2462
 
2239
2463
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
2240
- var __iconNode87 = [
2464
+ var __iconNode94 = [
2241
2465
  ["path", { d: "M12 19h8", key: "baeox8" }],
2242
2466
  ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
2243
2467
  ];
2244
- var Terminal = createLucideIcon("terminal", __iconNode87);
2468
+ var Terminal = createLucideIcon("terminal", __iconNode94);
2245
2469
 
2246
2470
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
2247
- var __iconNode88 = [
2471
+ var __iconNode95 = [
2248
2472
  [
2249
2473
  "path",
2250
2474
  {
@@ -2253,17 +2477,25 @@ var __iconNode88 = [
2253
2477
  }
2254
2478
  ]
2255
2479
  ];
2256
- var Twitter = createLucideIcon("twitter", __iconNode88);
2480
+ var Twitter = createLucideIcon("twitter", __iconNode95);
2481
+
2482
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
2483
+ var __iconNode96 = [
2484
+ ["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
2485
+ ["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
2486
+ ["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
2487
+ ];
2488
+ var Workflow = createLucideIcon("workflow", __iconNode96);
2257
2489
 
2258
2490
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
2259
- var __iconNode89 = [
2491
+ var __iconNode97 = [
2260
2492
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
2261
2493
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
2262
2494
  ];
2263
- var X = createLucideIcon("x", __iconNode89);
2495
+ var X = createLucideIcon("x", __iconNode97);
2264
2496
 
2265
2497
  // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
2266
- var __iconNode90 = [
2498
+ var __iconNode98 = [
2267
2499
  [
2268
2500
  "path",
2269
2501
  {
@@ -2272,11 +2504,11 @@ var __iconNode90 = [
2272
2504
  }
2273
2505
  ]
2274
2506
  ];
2275
- var Zap = createLucideIcon("zap", __iconNode90);
2507
+ var Zap = createLucideIcon("zap", __iconNode98);
2276
2508
 
2277
2509
  // ../base-ui/src/components/global-icon.tsx
2278
- var import_react31 = __toESM(require("react"), 1);
2279
- var import_jsx_runtime29 = require("react/jsx-runtime");
2510
+ var import_react34 = __toESM(require("react"), 1);
2511
+ var import_jsx_runtime32 = require("react/jsx-runtime");
2280
2512
  var tempStyledLimitedIcons = {};
2281
2513
  for (const iconNameKey in limited_lucide_icons_exports) {
2282
2514
  if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
@@ -2296,7 +2528,7 @@ for (const iconNameKey in limited_lucide_icons_exports) {
2296
2528
  height: props.size || themeSvgIconSize
2297
2529
  }, props.style)
2298
2530
  });
2299
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ComponentToRender, __spreadValues({}, finalProps));
2531
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ComponentToRender, __spreadValues({}, finalProps));
2300
2532
  };
2301
2533
  StyledIcon.displayName = `Styled(${iconName})`;
2302
2534
  tempStyledLimitedIcons[iconName] = StyledIcon;
@@ -2320,7 +2552,7 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
2320
2552
  height: props.size || themeSvgIconSize
2321
2553
  }, props.style)
2322
2554
  });
2323
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(IconComponent, __spreadValues({}, finalProps));
2555
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(IconComponent, __spreadValues({}, finalProps));
2324
2556
  };
2325
2557
  WrappedIcon.displayName = `Wrapped(${iconName})`;
2326
2558
  tempWrappedBuiltinIcons[iconName] = WrappedIcon;
@@ -2329,13 +2561,13 @@ var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
2329
2561
  var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
2330
2562
 
2331
2563
  // ../base-ui/src/ui/button.tsx
2332
- var React32 = __toESM(require("react"), 1);
2564
+ var React35 = __toESM(require("react"), 1);
2333
2565
 
2334
2566
  // ../../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
2335
- var React31 = __toESM(require("react"), 1);
2567
+ var React34 = __toESM(require("react"), 1);
2336
2568
 
2337
2569
  // ../../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
2338
- var React30 = __toESM(require("react"), 1);
2570
+ var React33 = __toESM(require("react"), 1);
2339
2571
  function setRef(ref, value) {
2340
2572
  if (typeof ref === "function") {
2341
2573
  return ref(value);
@@ -2369,27 +2601,27 @@ function composeRefs(...refs) {
2369
2601
  }
2370
2602
 
2371
2603
  // ../../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
2372
- var import_jsx_runtime30 = require("react/jsx-runtime");
2604
+ var import_jsx_runtime33 = require("react/jsx-runtime");
2373
2605
  // @__NO_SIDE_EFFECTS__
2374
2606
  function createSlot(ownerName) {
2375
2607
  const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);
2376
- const Slot2 = React31.forwardRef((props, forwardedRef) => {
2608
+ const Slot2 = React34.forwardRef((props, forwardedRef) => {
2377
2609
  const _a = props, { children } = _a, slotProps = __objRest(_a, ["children"]);
2378
- const childrenArray = React31.Children.toArray(children);
2610
+ const childrenArray = React34.Children.toArray(children);
2379
2611
  const slottable = childrenArray.find(isSlottable);
2380
2612
  if (slottable) {
2381
2613
  const newElement = slottable.props.children;
2382
2614
  const newChildren = childrenArray.map((child) => {
2383
2615
  if (child === slottable) {
2384
- if (React31.Children.count(newElement) > 1) return React31.Children.only(null);
2385
- return React31.isValidElement(newElement) ? newElement.props.children : null;
2616
+ if (React34.Children.count(newElement) > 1) return React34.Children.only(null);
2617
+ return React34.isValidElement(newElement) ? newElement.props.children : null;
2386
2618
  } else {
2387
2619
  return child;
2388
2620
  }
2389
2621
  });
2390
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children: React31.isValidElement(newElement) ? React31.cloneElement(newElement, void 0, newChildren) : null }));
2622
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children: React34.isValidElement(newElement) ? React34.cloneElement(newElement, void 0, newChildren) : null }));
2391
2623
  }
2392
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children }));
2624
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children }));
2393
2625
  });
2394
2626
  Slot2.displayName = `${ownerName}.Slot`;
2395
2627
  return Slot2;
@@ -2397,24 +2629,24 @@ function createSlot(ownerName) {
2397
2629
  var Slot = /* @__PURE__ */ createSlot("Slot");
2398
2630
  // @__NO_SIDE_EFFECTS__
2399
2631
  function createSlotClone(ownerName) {
2400
- const SlotClone = React31.forwardRef((props, forwardedRef) => {
2632
+ const SlotClone = React34.forwardRef((props, forwardedRef) => {
2401
2633
  const _a = props, { children } = _a, slotProps = __objRest(_a, ["children"]);
2402
- if (React31.isValidElement(children)) {
2634
+ if (React34.isValidElement(children)) {
2403
2635
  const childrenRef = getElementRef(children);
2404
2636
  const props2 = mergeProps(slotProps, children.props);
2405
- if (children.type !== React31.Fragment) {
2637
+ if (children.type !== React34.Fragment) {
2406
2638
  props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;
2407
2639
  }
2408
- return React31.cloneElement(children, props2);
2640
+ return React34.cloneElement(children, props2);
2409
2641
  }
2410
- return React31.Children.count(children) > 1 ? React31.Children.only(null) : null;
2642
+ return React34.Children.count(children) > 1 ? React34.Children.only(null) : null;
2411
2643
  });
2412
2644
  SlotClone.displayName = `${ownerName}.SlotClone`;
2413
2645
  return SlotClone;
2414
2646
  }
2415
2647
  var SLOTTABLE_IDENTIFIER = Symbol("radix.slottable");
2416
2648
  function isSlottable(child) {
2417
- return React31.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
2649
+ return React34.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
2418
2650
  }
2419
2651
  function mergeProps(slotProps, childProps) {
2420
2652
  const overrideProps = __spreadValues({}, childProps);
@@ -2500,7 +2732,7 @@ function cn(...inputs) {
2500
2732
  }
2501
2733
 
2502
2734
  // ../base-ui/src/ui/button.tsx
2503
- var import_jsx_runtime31 = require("react/jsx-runtime");
2735
+ var import_jsx_runtime34 = require("react/jsx-runtime");
2504
2736
  var buttonVariants = cva(
2505
2737
  "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",
2506
2738
  {
@@ -2526,12 +2758,12 @@ var buttonVariants = cva(
2526
2758
  }
2527
2759
  }
2528
2760
  );
2529
- var Button = React32.forwardRef(
2761
+ var Button = React35.forwardRef(
2530
2762
  (_a, ref) => {
2531
2763
  var _b = _a, { className, variant, size, asChild = false, loading = false, children } = _b, props = __objRest(_b, ["className", "variant", "size", "asChild", "loading", "children"]);
2532
2764
  const Comp = asChild ? Slot : "button";
2533
2765
  if (asChild) {
2534
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
2766
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2535
2767
  Comp,
2536
2768
  __spreadProps(__spreadValues({
2537
2769
  className: cn(buttonVariants({ variant, size, className })),
@@ -2542,7 +2774,7 @@ var Button = React32.forwardRef(
2542
2774
  })
2543
2775
  );
2544
2776
  }
2545
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
2777
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2546
2778
  Comp,
2547
2779
  __spreadProps(__spreadValues({
2548
2780
  className: cn(buttonVariants({ variant, size, className })),
@@ -2551,7 +2783,7 @@ var Button = React32.forwardRef(
2551
2783
  }, props), {
2552
2784
  children: [
2553
2785
  children,
2554
- loading && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
2786
+ loading && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
2555
2787
  ]
2556
2788
  })
2557
2789
  );
@@ -2560,10 +2792,10 @@ var Button = React32.forwardRef(
2560
2792
  Button.displayName = "Button";
2561
2793
 
2562
2794
  // src/fuma/mdx/toc-base.tsx
2563
- var import_jsx_runtime32 = require("react/jsx-runtime");
2795
+ var import_jsx_runtime35 = require("react/jsx-runtime");
2564
2796
  var cache = /* @__PURE__ */ new Map();
2565
2797
  function LLMCopyButton({ llmApiUrl } = {}) {
2566
- const [isLoading, setLoading] = (0, import_react32.useState)(false);
2798
+ const [isLoading, setLoading] = (0, import_react35.useState)(false);
2567
2799
  const params = (0, import_navigation.useParams)();
2568
2800
  const locale = params.locale;
2569
2801
  const slug = params.slug;
@@ -2589,7 +2821,7 @@ function LLMCopyButton({ llmApiUrl } = {}) {
2589
2821
  setLoading(false);
2590
2822
  }
2591
2823
  }));
2592
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
2824
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2593
2825
  Button,
2594
2826
  {
2595
2827
  variant: "ghost",
@@ -2597,51 +2829,51 @@ function LLMCopyButton({ llmApiUrl } = {}) {
2597
2829
  loading: isLoading,
2598
2830
  className: "justify-start px-0 text-stone-600 hover:text-stone-500 dark:text-stone-400 dark:hover:text-stone-300",
2599
2831
  onClick,
2600
- children: checked ? /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
2601
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(globalLucideIcons.Check, {}),
2832
+ children: checked ? /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
2833
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(globalLucideIcons.Check, {}),
2602
2834
  "Copied!"
2603
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
2604
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(globalLucideIcons.Markdown, {}),
2835
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
2836
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(globalLucideIcons.Markdown, {}),
2605
2837
  "Copy page as Markdown"
2606
2838
  ] })
2607
2839
  }
2608
2840
  );
2609
2841
  }
2610
2842
  function EditOnGitHub({ url }) {
2611
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
2843
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
2612
2844
  import_link2.default,
2613
2845
  {
2614
2846
  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",
2615
2847
  href: url,
2616
2848
  children: [
2617
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(globalLucideIcons.GitHub, {}),
2849
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(globalLucideIcons.GitHub, {}),
2618
2850
  "Edit this page on GitHub"
2619
2851
  ]
2620
2852
  }
2621
2853
  );
2622
2854
  }
2623
2855
  function LastUpdatedDate({ date }) {
2624
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "flex items-center gap-x-2 text-stone-600 dark:text-stone-400 text-sm", children: [
2625
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(globalLucideIcons.LastUpdated, {}),
2856
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: "flex items-center gap-x-2 text-stone-600 dark:text-stone-400 text-sm", children: [
2857
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(globalLucideIcons.LastUpdated, {}),
2626
2858
  "Lastest on ",
2627
2859
  date ? date : "Ages ago"
2628
2860
  ] });
2629
2861
  }
2630
2862
 
2631
2863
  // src/fuma/mdx/toc.tsx
2632
- var import_jsx_runtime33 = require("react/jsx-runtime");
2864
+ var import_jsx_runtime36 = require("react/jsx-runtime");
2633
2865
  function TocFooter({ lastModified, showCopy, editPath, githubBaseUrl }) {
2634
2866
  const showEdit = githubBaseUrl && editPath;
2635
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
2636
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(LastUpdatedDate, { date: lastModified }),
2637
- showCopy && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(LLMCopyButton, {}),
2638
- showEdit && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
2867
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
2868
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(LastUpdatedDate, { date: lastModified }),
2869
+ showCopy && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(LLMCopyButton, {}),
2870
+ showEdit && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
2639
2871
  ] });
2640
2872
  }
2641
2873
 
2642
2874
  // src/fuma/fuma-page-genarator.tsx
2643
2875
  var import_page = require("fumadocs-ui/page");
2644
- var import_jsx_runtime34 = require("react/jsx-runtime");
2876
+ var import_jsx_runtime37 = require("react/jsx-runtime");
2645
2877
  function createFumaPage({
2646
2878
  mdxContentSource,
2647
2879
  getMDXComponents,
@@ -2656,10 +2888,10 @@ function createFumaPage({
2656
2888
  const { slug, locale } = yield params;
2657
2889
  const page = mdxContentSource.getPage(slug, locale);
2658
2890
  if (!page) {
2659
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(FallbackPage, { siteIcon });
2891
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(FallbackPage, { siteIcon });
2660
2892
  }
2661
2893
  const path = githubBaseUrl ? `${mdxSourceDir}/${page.file.path}` : void 0;
2662
- const tocFooterElement = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
2894
+ const tocFooterElement = /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2663
2895
  TocFooter,
2664
2896
  {
2665
2897
  lastModified: page.data.date,
@@ -2669,7 +2901,7 @@ function createFumaPage({
2669
2901
  }
2670
2902
  );
2671
2903
  const MDX = page.data.body;
2672
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2904
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2673
2905
  import_page.DocsPage,
2674
2906
  {
2675
2907
  tableOfContent: { style: "clerk", single: false, footer: tocFooterElement },
@@ -2678,9 +2910,9 @@ function createFumaPage({
2678
2910
  full: page.data.full,
2679
2911
  article: { className: "max-sm:pb-16" },
2680
2912
  children: [
2681
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_page.DocsTitle, { children: page.data.title }),
2682
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_page.DocsDescription, { className: "mb-2", children: page.data.description }),
2683
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_page.DocsBody, { className: "text-fd-foreground/80", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(MDX, { components: getMDXComponents() }) })
2913
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_page.DocsTitle, { children: page.data.title }),
2914
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_page.DocsDescription, { className: "mb-2", children: page.data.description }),
2915
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_page.DocsBody, { className: "text-fd-foreground/80", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(MDX, { components: getMDXComponents() }) })
2684
2916
  ]
2685
2917
  }
2686
2918
  );
@@ -2765,6 +2997,7 @@ lucide-react/dist/esm/icons/git-pull-request-arrow.js:
2765
2997
  lucide-react/dist/esm/icons/globe-lock.js:
2766
2998
  lucide-react/dist/esm/icons/globe.js:
2767
2999
  lucide-react/dist/esm/icons/grip-vertical.js:
3000
+ lucide-react/dist/esm/icons/grip.js:
2768
3001
  lucide-react/dist/esm/icons/hand-heart.js:
2769
3002
  lucide-react/dist/esm/icons/handshake.js:
2770
3003
  lucide-react/dist/esm/icons/highlighter.js:
@@ -2772,6 +3005,7 @@ lucide-react/dist/esm/icons/house-plus.js:
2772
3005
  lucide-react/dist/esm/icons/image-down.js:
2773
3006
  lucide-react/dist/esm/icons/image-off.js:
2774
3007
  lucide-react/dist/esm/icons/image-up.js:
3008
+ lucide-react/dist/esm/icons/infinity.js:
2775
3009
  lucide-react/dist/esm/icons/info.js:
2776
3010
  lucide-react/dist/esm/icons/keyboard.js:
2777
3011
  lucide-react/dist/esm/icons/land-plot.js:
@@ -2787,12 +3021,15 @@ lucide-react/dist/esm/icons/mouse-pointer-click.js:
2787
3021
  lucide-react/dist/esm/icons/palette.js:
2788
3022
  lucide-react/dist/esm/icons/panel-left.js:
2789
3023
  lucide-react/dist/esm/icons/panels-top-left.js:
3024
+ lucide-react/dist/esm/icons/paw-print.js:
2790
3025
  lucide-react/dist/esm/icons/pencil.js:
2791
3026
  lucide-react/dist/esm/icons/pi.js:
3027
+ lucide-react/dist/esm/icons/qr-code.js:
2792
3028
  lucide-react/dist/esm/icons/receipt-text.js:
2793
3029
  lucide-react/dist/esm/icons/refresh-ccw.js:
2794
3030
  lucide-react/dist/esm/icons/regex.js:
2795
3031
  lucide-react/dist/esm/icons/replace.js:
3032
+ lucide-react/dist/esm/icons/rocket.js:
2796
3033
  lucide-react/dist/esm/icons/rss.js:
2797
3034
  lucide-react/dist/esm/icons/scale.js:
2798
3035
  lucide-react/dist/esm/icons/search.js:
@@ -2800,15 +3037,18 @@ lucide-react/dist/esm/icons/send-horizontal.js:
2800
3037
  lucide-react/dist/esm/icons/server.js:
2801
3038
  lucide-react/dist/esm/icons/share.js:
2802
3039
  lucide-react/dist/esm/icons/shield-user.js:
3040
+ lucide-react/dist/esm/icons/shield.js:
2803
3041
  lucide-react/dist/esm/icons/sigma.js:
2804
3042
  lucide-react/dist/esm/icons/sparkles.js:
2805
3043
  lucide-react/dist/esm/icons/spline-pointer.js:
3044
+ lucide-react/dist/esm/icons/sprout.js:
2806
3045
  lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
2807
3046
  lucide-react/dist/esm/icons/square-terminal.js:
2808
3047
  lucide-react/dist/esm/icons/star.js:
2809
3048
  lucide-react/dist/esm/icons/tablets.js:
2810
3049
  lucide-react/dist/esm/icons/terminal.js:
2811
3050
  lucide-react/dist/esm/icons/twitter.js:
3051
+ lucide-react/dist/esm/icons/workflow.js:
2812
3052
  lucide-react/dist/esm/icons/x.js:
2813
3053
  lucide-react/dist/esm/icons/zap.js:
2814
3054
  lucide-react/dist/esm/lucide-react.js: