@windrun-huaiin/third-ui 5.3.0 → 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.
- package/dist/clerk/index.js +364 -124
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +357 -117
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.js +474 -234
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +452 -212
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +389 -149
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +380 -140
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/fuma.css +1 -1
- package/dist/main/index.d.mts +19 -1
- package/dist/main/index.d.ts +19 -1
- package/dist/main/index.js +696 -230
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +680 -215
- package/dist/main/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/main/go-to-top.tsx +2 -2
- package/src/main/index.ts +2 -1
- package/src/main/price-plan.tsx +339 -0
- package/src/styles/fuma.css +1 -1
package/dist/fuma/mdx/index.mjs
CHANGED
|
@@ -1071,6 +1071,113 @@ var SchemeIcon = React28.forwardRef(
|
|
|
1071
1071
|
SchemeIcon.displayName = "Scheme";
|
|
1072
1072
|
var scheme_default = SchemeIcon;
|
|
1073
1073
|
|
|
1074
|
+
// ../base-ui/src/assets/faq.tsx
|
|
1075
|
+
import React29 from "react";
|
|
1076
|
+
import { jsx as jsx29, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
1077
|
+
var FAQIcon = React29.forwardRef(
|
|
1078
|
+
(_a, ref) => {
|
|
1079
|
+
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
1080
|
+
return /* @__PURE__ */ jsxs7(
|
|
1081
|
+
"svg",
|
|
1082
|
+
__spreadProps(__spreadValues({
|
|
1083
|
+
ref,
|
|
1084
|
+
role: "img",
|
|
1085
|
+
className,
|
|
1086
|
+
stroke: "currentColor",
|
|
1087
|
+
strokeWidth: "2",
|
|
1088
|
+
strokeLinecap: "round",
|
|
1089
|
+
strokeLinejoin: "round"
|
|
1090
|
+
}, props), {
|
|
1091
|
+
viewBox: "0 0 24 24",
|
|
1092
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1093
|
+
children: [
|
|
1094
|
+
/* @__PURE__ */ jsx29("circle", { cx: "12", cy: "12", r: "10", fill: "none", stroke: themeSvgIconColor }),
|
|
1095
|
+
/* @__PURE__ */ jsx29("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", fill: "none", stroke: themeSvgIconColor }),
|
|
1096
|
+
/* @__PURE__ */ jsx29("path", { d: "M12 17h.01", fill: "none", stroke: themeSvgIconColor })
|
|
1097
|
+
]
|
|
1098
|
+
})
|
|
1099
|
+
);
|
|
1100
|
+
}
|
|
1101
|
+
);
|
|
1102
|
+
FAQIcon.displayName = "FAQ";
|
|
1103
|
+
var faq_default = FAQIcon;
|
|
1104
|
+
|
|
1105
|
+
// ../base-ui/src/assets/faqb.tsx
|
|
1106
|
+
import React30 from "react";
|
|
1107
|
+
import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
1108
|
+
var FAQBIcon = React30.forwardRef(
|
|
1109
|
+
(_a, ref) => {
|
|
1110
|
+
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
1111
|
+
return /* @__PURE__ */ jsxs8(
|
|
1112
|
+
"svg",
|
|
1113
|
+
__spreadProps(__spreadValues({
|
|
1114
|
+
ref,
|
|
1115
|
+
role: "img",
|
|
1116
|
+
className,
|
|
1117
|
+
stroke: "currentColor",
|
|
1118
|
+
strokeWidth: "2",
|
|
1119
|
+
strokeLinecap: "round",
|
|
1120
|
+
strokeLinejoin: "round"
|
|
1121
|
+
}, props), {
|
|
1122
|
+
viewBox: "0 0 24 24",
|
|
1123
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1124
|
+
children: [
|
|
1125
|
+
/* @__PURE__ */ jsx30(
|
|
1126
|
+
"path",
|
|
1127
|
+
{
|
|
1128
|
+
fill: "none",
|
|
1129
|
+
stroke: themeSvgIconColor,
|
|
1130
|
+
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"
|
|
1131
|
+
}
|
|
1132
|
+
),
|
|
1133
|
+
/* @__PURE__ */ jsx30("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
|
1134
|
+
/* @__PURE__ */ jsx30("line", { fill: "none", stroke: themeSvgIconColor, x1: "12", x2: "12.01", y1: "17", y2: "17" })
|
|
1135
|
+
]
|
|
1136
|
+
})
|
|
1137
|
+
);
|
|
1138
|
+
}
|
|
1139
|
+
);
|
|
1140
|
+
FAQBIcon.displayName = "FAQB";
|
|
1141
|
+
var faqb_default = FAQBIcon;
|
|
1142
|
+
|
|
1143
|
+
// ../base-ui/src/assets/faqs.tsx
|
|
1144
|
+
import React31 from "react";
|
|
1145
|
+
import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
1146
|
+
var FAQSIcon = React31.forwardRef(
|
|
1147
|
+
(_a, ref) => {
|
|
1148
|
+
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
1149
|
+
return /* @__PURE__ */ jsxs9(
|
|
1150
|
+
"svg",
|
|
1151
|
+
__spreadProps(__spreadValues({
|
|
1152
|
+
ref,
|
|
1153
|
+
role: "img",
|
|
1154
|
+
className,
|
|
1155
|
+
stroke: "currentColor",
|
|
1156
|
+
strokeWidth: "2",
|
|
1157
|
+
strokeLinecap: "round",
|
|
1158
|
+
strokeLinejoin: "round"
|
|
1159
|
+
}, props), {
|
|
1160
|
+
viewBox: "0 0 24 24",
|
|
1161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1162
|
+
children: [
|
|
1163
|
+
/* @__PURE__ */ jsx31(
|
|
1164
|
+
"path",
|
|
1165
|
+
{
|
|
1166
|
+
fill: "none",
|
|
1167
|
+
stroke: themeSvgIconColor,
|
|
1168
|
+
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"
|
|
1169
|
+
}
|
|
1170
|
+
),
|
|
1171
|
+
/* @__PURE__ */ jsx31("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }),
|
|
1172
|
+
/* @__PURE__ */ jsx31("path", { fill: "none", stroke: themeSvgIconColor, d: "M12 17h.01" })
|
|
1173
|
+
]
|
|
1174
|
+
})
|
|
1175
|
+
);
|
|
1176
|
+
}
|
|
1177
|
+
);
|
|
1178
|
+
FAQSIcon.displayName = "FAQS";
|
|
1179
|
+
var faqs_default = FAQSIcon;
|
|
1180
|
+
|
|
1074
1181
|
// ../base-ui/src/assets/index.ts
|
|
1075
1182
|
var BUILTIN_ICON_COMPONENTS = {
|
|
1076
1183
|
GitHub: github_default,
|
|
@@ -1100,7 +1207,10 @@ var BUILTIN_ICON_COMPONENTS = {
|
|
|
1100
1207
|
SubP: subp_default,
|
|
1101
1208
|
T3P: t3p_default,
|
|
1102
1209
|
Http: http_default,
|
|
1103
|
-
Scheme: scheme_default
|
|
1210
|
+
Scheme: scheme_default,
|
|
1211
|
+
FAQ: faq_default,
|
|
1212
|
+
FAQB: faqb_default,
|
|
1213
|
+
FAQS: faqs_default
|
|
1104
1214
|
};
|
|
1105
1215
|
|
|
1106
1216
|
// ../lib/src/limited-lucide-icons.ts
|
|
@@ -1148,6 +1258,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1148
1258
|
GitPullRequestArrow: () => GitPullRequestArrow,
|
|
1149
1259
|
Globe: () => Globe,
|
|
1150
1260
|
GlobeLock: () => GlobeLock,
|
|
1261
|
+
Grip: () => Grip,
|
|
1151
1262
|
GripVertical: () => GripVertical,
|
|
1152
1263
|
HandHeart: () => HandHeart,
|
|
1153
1264
|
Handshake: () => Handshake,
|
|
@@ -1156,6 +1267,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1156
1267
|
ImageDown: () => ImageDown,
|
|
1157
1268
|
ImageOff: () => ImageOff,
|
|
1158
1269
|
ImageUp: () => ImageUp,
|
|
1270
|
+
Infinity: () => Infinity,
|
|
1159
1271
|
Info: () => Info,
|
|
1160
1272
|
Keyboard: () => Keyboard,
|
|
1161
1273
|
LandPlot: () => LandPlot,
|
|
@@ -1173,28 +1285,34 @@ __export(limited_lucide_icons_exports, {
|
|
|
1173
1285
|
Palette: () => Palette,
|
|
1174
1286
|
PanelLeft: () => PanelLeft,
|
|
1175
1287
|
PanelsTopLeft: () => PanelsTopLeft,
|
|
1288
|
+
PawPrint: () => PawPrint,
|
|
1176
1289
|
Pencil: () => Pencil,
|
|
1177
1290
|
Pi: () => Pi,
|
|
1291
|
+
QrCode: () => QrCode,
|
|
1178
1292
|
ReceiptText: () => ReceiptText,
|
|
1179
1293
|
RefreshCcw: () => RefreshCcw,
|
|
1180
1294
|
Regex: () => Regex,
|
|
1181
1295
|
Replace: () => Replace,
|
|
1296
|
+
Rocket: () => Rocket,
|
|
1182
1297
|
Rss: () => Rss,
|
|
1183
1298
|
Scale: () => Scale,
|
|
1184
1299
|
Search: () => Search,
|
|
1185
1300
|
SendHorizontal: () => SendHorizontal,
|
|
1186
1301
|
Server: () => Server,
|
|
1187
1302
|
Share: () => Share,
|
|
1303
|
+
Shield: () => Shield,
|
|
1188
1304
|
ShieldUser: () => ShieldUser,
|
|
1189
1305
|
Sigma: () => Sigma,
|
|
1190
1306
|
Sparkles: () => Sparkles,
|
|
1191
1307
|
SplinePointer: () => SplinePointer,
|
|
1308
|
+
Sprout: () => Sprout,
|
|
1192
1309
|
SquareDashedBottomCode: () => SquareDashedBottomCode,
|
|
1193
1310
|
SquareTerminal: () => SquareTerminal,
|
|
1194
1311
|
Star: () => Star,
|
|
1195
1312
|
Tablets: () => Tablets,
|
|
1196
1313
|
Terminal: () => Terminal,
|
|
1197
1314
|
Twitter: () => Twitter,
|
|
1315
|
+
Workflow: () => Workflow,
|
|
1198
1316
|
X: () => X,
|
|
1199
1317
|
Zap: () => Zap
|
|
1200
1318
|
});
|
|
@@ -1731,8 +1849,22 @@ var __iconNode44 = [
|
|
|
1731
1849
|
];
|
|
1732
1850
|
var GripVertical = createLucideIcon("grip-vertical", __iconNode44);
|
|
1733
1851
|
|
|
1734
|
-
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/
|
|
1852
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
|
|
1735
1853
|
var __iconNode45 = [
|
|
1854
|
+
["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
|
|
1855
|
+
["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
|
|
1856
|
+
["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
|
|
1857
|
+
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
1858
|
+
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
1859
|
+
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }],
|
|
1860
|
+
["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }],
|
|
1861
|
+
["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
|
|
1862
|
+
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
1863
|
+
];
|
|
1864
|
+
var Grip = createLucideIcon("grip", __iconNode45);
|
|
1865
|
+
|
|
1866
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
|
|
1867
|
+
var __iconNode46 = [
|
|
1736
1868
|
["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
|
|
1737
1869
|
[
|
|
1738
1870
|
"path",
|
|
@@ -1750,10 +1882,10 @@ var __iconNode45 = [
|
|
|
1750
1882
|
}
|
|
1751
1883
|
]
|
|
1752
1884
|
];
|
|
1753
|
-
var HandHeart = createLucideIcon("hand-heart",
|
|
1885
|
+
var HandHeart = createLucideIcon("hand-heart", __iconNode46);
|
|
1754
1886
|
|
|
1755
1887
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
|
|
1756
|
-
var
|
|
1888
|
+
var __iconNode47 = [
|
|
1757
1889
|
["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
|
|
1758
1890
|
[
|
|
1759
1891
|
"path",
|
|
@@ -1766,17 +1898,17 @@ var __iconNode46 = [
|
|
|
1766
1898
|
["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
|
|
1767
1899
|
["path", { d: "M3 4h8", key: "1ep09j" }]
|
|
1768
1900
|
];
|
|
1769
|
-
var Handshake = createLucideIcon("handshake",
|
|
1901
|
+
var Handshake = createLucideIcon("handshake", __iconNode47);
|
|
1770
1902
|
|
|
1771
1903
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
|
|
1772
|
-
var
|
|
1904
|
+
var __iconNode48 = [
|
|
1773
1905
|
["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
|
|
1774
1906
|
["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" }]
|
|
1775
1907
|
];
|
|
1776
|
-
var Highlighter = createLucideIcon("highlighter",
|
|
1908
|
+
var Highlighter = createLucideIcon("highlighter", __iconNode48);
|
|
1777
1909
|
|
|
1778
1910
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
|
|
1779
|
-
var
|
|
1911
|
+
var __iconNode49 = [
|
|
1780
1912
|
[
|
|
1781
1913
|
"path",
|
|
1782
1914
|
{
|
|
@@ -1788,10 +1920,10 @@ var __iconNode48 = [
|
|
|
1788
1920
|
["path", { d: "M15 6h6", key: "1jlkvy" }],
|
|
1789
1921
|
["path", { d: "M18 3v6", key: "x1uolp" }]
|
|
1790
1922
|
];
|
|
1791
|
-
var HousePlus = createLucideIcon("house-plus",
|
|
1923
|
+
var HousePlus = createLucideIcon("house-plus", __iconNode49);
|
|
1792
1924
|
|
|
1793
1925
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
|
|
1794
|
-
var
|
|
1926
|
+
var __iconNode50 = [
|
|
1795
1927
|
[
|
|
1796
1928
|
"path",
|
|
1797
1929
|
{
|
|
@@ -1803,10 +1935,10 @@ var __iconNode49 = [
|
|
|
1803
1935
|
["path", { d: "m17 22 3-3", key: "1nkfve" }],
|
|
1804
1936
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1805
1937
|
];
|
|
1806
|
-
var ImageDown = createLucideIcon("image-down",
|
|
1938
|
+
var ImageDown = createLucideIcon("image-down", __iconNode50);
|
|
1807
1939
|
|
|
1808
1940
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
|
|
1809
|
-
var
|
|
1941
|
+
var __iconNode51 = [
|
|
1810
1942
|
["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
|
|
1811
1943
|
["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
|
|
1812
1944
|
["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
|
|
@@ -1820,10 +1952,10 @@ var __iconNode50 = [
|
|
|
1820
1952
|
],
|
|
1821
1953
|
["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
|
|
1822
1954
|
];
|
|
1823
|
-
var ImageOff = createLucideIcon("image-off",
|
|
1955
|
+
var ImageOff = createLucideIcon("image-off", __iconNode51);
|
|
1824
1956
|
|
|
1825
1957
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
|
|
1826
|
-
var
|
|
1958
|
+
var __iconNode52 = [
|
|
1827
1959
|
[
|
|
1828
1960
|
"path",
|
|
1829
1961
|
{
|
|
@@ -1835,18 +1967,24 @@ var __iconNode51 = [
|
|
|
1835
1967
|
["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
|
|
1836
1968
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1837
1969
|
];
|
|
1838
|
-
var ImageUp = createLucideIcon("image-up",
|
|
1970
|
+
var ImageUp = createLucideIcon("image-up", __iconNode52);
|
|
1971
|
+
|
|
1972
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
|
|
1973
|
+
var __iconNode53 = [
|
|
1974
|
+
["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" }]
|
|
1975
|
+
];
|
|
1976
|
+
var Infinity = createLucideIcon("infinity", __iconNode53);
|
|
1839
1977
|
|
|
1840
1978
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
|
|
1841
|
-
var
|
|
1979
|
+
var __iconNode54 = [
|
|
1842
1980
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1843
1981
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
1844
1982
|
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
1845
1983
|
];
|
|
1846
|
-
var Info = createLucideIcon("info",
|
|
1984
|
+
var Info = createLucideIcon("info", __iconNode54);
|
|
1847
1985
|
|
|
1848
1986
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
|
|
1849
|
-
var
|
|
1987
|
+
var __iconNode55 = [
|
|
1850
1988
|
["path", { d: "M10 8h.01", key: "1r9ogq" }],
|
|
1851
1989
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
1852
1990
|
["path", { d: "M14 8h.01", key: "1primd" }],
|
|
@@ -1857,10 +1995,10 @@ var __iconNode53 = [
|
|
|
1857
1995
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
1858
1996
|
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
|
|
1859
1997
|
];
|
|
1860
|
-
var Keyboard = createLucideIcon("keyboard",
|
|
1998
|
+
var Keyboard = createLucideIcon("keyboard", __iconNode55);
|
|
1861
1999
|
|
|
1862
2000
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
|
|
1863
|
-
var
|
|
2001
|
+
var __iconNode56 = [
|
|
1864
2002
|
["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
|
|
1865
2003
|
[
|
|
1866
2004
|
"path",
|
|
@@ -1872,71 +2010,71 @@ var __iconNode54 = [
|
|
|
1872
2010
|
["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
|
|
1873
2011
|
["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
|
|
1874
2012
|
];
|
|
1875
|
-
var LandPlot = createLucideIcon("land-plot",
|
|
2013
|
+
var LandPlot = createLucideIcon("land-plot", __iconNode56);
|
|
1876
2014
|
|
|
1877
2015
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
|
|
1878
|
-
var
|
|
2016
|
+
var __iconNode57 = [
|
|
1879
2017
|
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
|
|
1880
2018
|
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
|
|
1881
2019
|
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
|
|
1882
2020
|
];
|
|
1883
|
-
var LayoutTemplate = createLucideIcon("layout-template",
|
|
2021
|
+
var LayoutTemplate = createLucideIcon("layout-template", __iconNode57);
|
|
1884
2022
|
|
|
1885
2023
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
|
|
1886
|
-
var
|
|
2024
|
+
var __iconNode58 = [
|
|
1887
2025
|
["path", { d: "m16 6 4 14", key: "ji33uf" }],
|
|
1888
2026
|
["path", { d: "M12 6v14", key: "1n7gus" }],
|
|
1889
2027
|
["path", { d: "M8 8v12", key: "1gg7y9" }],
|
|
1890
2028
|
["path", { d: "M4 4v16", key: "6qkkli" }]
|
|
1891
2029
|
];
|
|
1892
|
-
var Library = createLucideIcon("library",
|
|
2030
|
+
var Library = createLucideIcon("library", __iconNode58);
|
|
1893
2031
|
|
|
1894
2032
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
|
|
1895
|
-
var
|
|
2033
|
+
var __iconNode59 = [
|
|
1896
2034
|
["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" }],
|
|
1897
2035
|
["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" }]
|
|
1898
2036
|
];
|
|
1899
|
-
var Link = createLucideIcon("link",
|
|
2037
|
+
var Link = createLucideIcon("link", __iconNode59);
|
|
1900
2038
|
|
|
1901
2039
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
|
|
1902
|
-
var
|
|
2040
|
+
var __iconNode60 = [
|
|
1903
2041
|
["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
|
|
1904
2042
|
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
1905
2043
|
["path", { d: "M13 6h8", key: "15sg57" }],
|
|
1906
2044
|
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
1907
2045
|
["path", { d: "M13 18h8", key: "oe0vm4" }]
|
|
1908
2046
|
];
|
|
1909
|
-
var ListTodo = createLucideIcon("list-todo",
|
|
2047
|
+
var ListTodo = createLucideIcon("list-todo", __iconNode60);
|
|
1910
2048
|
|
|
1911
2049
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
1912
|
-
var
|
|
1913
|
-
var LoaderCircle = createLucideIcon("loader-circle",
|
|
2050
|
+
var __iconNode61 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
2051
|
+
var LoaderCircle = createLucideIcon("loader-circle", __iconNode61);
|
|
1914
2052
|
|
|
1915
2053
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
|
|
1916
|
-
var
|
|
2054
|
+
var __iconNode62 = [
|
|
1917
2055
|
["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
|
|
1918
2056
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
1919
2057
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
|
|
1920
2058
|
];
|
|
1921
|
-
var LogIn = createLucideIcon("log-in",
|
|
2059
|
+
var LogIn = createLucideIcon("log-in", __iconNode62);
|
|
1922
2060
|
|
|
1923
2061
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
|
|
1924
|
-
var
|
|
2062
|
+
var __iconNode63 = [
|
|
1925
2063
|
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
1926
2064
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
1927
2065
|
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
1928
2066
|
];
|
|
1929
|
-
var LogOut = createLucideIcon("log-out",
|
|
2067
|
+
var LogOut = createLucideIcon("log-out", __iconNode63);
|
|
1930
2068
|
|
|
1931
2069
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
|
|
1932
|
-
var
|
|
2070
|
+
var __iconNode64 = [
|
|
1933
2071
|
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
1934
2072
|
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
1935
2073
|
];
|
|
1936
|
-
var Mail = createLucideIcon("mail",
|
|
2074
|
+
var Mail = createLucideIcon("mail", __iconNode64);
|
|
1937
2075
|
|
|
1938
2076
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
|
|
1939
|
-
var
|
|
2077
|
+
var __iconNode65 = [
|
|
1940
2078
|
["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
|
|
1941
2079
|
["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
|
|
1942
2080
|
["path", { d: "m6 12-1.9 2", key: "mnht97" }],
|
|
@@ -1949,10 +2087,10 @@ var __iconNode63 = [
|
|
|
1949
2087
|
}
|
|
1950
2088
|
]
|
|
1951
2089
|
];
|
|
1952
|
-
var MousePointerClick = createLucideIcon("mouse-pointer-click",
|
|
2090
|
+
var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode65);
|
|
1953
2091
|
|
|
1954
2092
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
|
|
1955
|
-
var
|
|
2093
|
+
var __iconNode66 = [
|
|
1956
2094
|
[
|
|
1957
2095
|
"path",
|
|
1958
2096
|
{
|
|
@@ -1965,25 +2103,40 @@ var __iconNode64 = [
|
|
|
1965
2103
|
["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
|
|
1966
2104
|
["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
|
|
1967
2105
|
];
|
|
1968
|
-
var Palette = createLucideIcon("palette",
|
|
2106
|
+
var Palette = createLucideIcon("palette", __iconNode66);
|
|
1969
2107
|
|
|
1970
2108
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
1971
|
-
var
|
|
2109
|
+
var __iconNode67 = [
|
|
1972
2110
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
1973
2111
|
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
1974
2112
|
];
|
|
1975
|
-
var PanelLeft = createLucideIcon("panel-left",
|
|
2113
|
+
var PanelLeft = createLucideIcon("panel-left", __iconNode67);
|
|
1976
2114
|
|
|
1977
2115
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
|
|
1978
|
-
var
|
|
2116
|
+
var __iconNode68 = [
|
|
1979
2117
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
1980
2118
|
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
1981
2119
|
["path", { d: "M9 21V9", key: "1oto5p" }]
|
|
1982
2120
|
];
|
|
1983
|
-
var PanelsTopLeft = createLucideIcon("panels-top-left",
|
|
2121
|
+
var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode68);
|
|
2122
|
+
|
|
2123
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
|
|
2124
|
+
var __iconNode69 = [
|
|
2125
|
+
["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
|
|
2126
|
+
["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
|
|
2127
|
+
["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
|
|
2128
|
+
[
|
|
2129
|
+
"path",
|
|
2130
|
+
{
|
|
2131
|
+
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",
|
|
2132
|
+
key: "1ydw1z"
|
|
2133
|
+
}
|
|
2134
|
+
]
|
|
2135
|
+
];
|
|
2136
|
+
var PawPrint = createLucideIcon("paw-print", __iconNode69);
|
|
1984
2137
|
|
|
1985
2138
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
1986
|
-
var
|
|
2139
|
+
var __iconNode70 = [
|
|
1987
2140
|
[
|
|
1988
2141
|
"path",
|
|
1989
2142
|
{
|
|
@@ -1993,18 +2146,35 @@ var __iconNode67 = [
|
|
|
1993
2146
|
],
|
|
1994
2147
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
1995
2148
|
];
|
|
1996
|
-
var Pencil = createLucideIcon("pencil",
|
|
2149
|
+
var Pencil = createLucideIcon("pencil", __iconNode70);
|
|
1997
2150
|
|
|
1998
2151
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
|
|
1999
|
-
var
|
|
2152
|
+
var __iconNode71 = [
|
|
2000
2153
|
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
|
|
2001
2154
|
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
|
|
2002
2155
|
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
|
|
2003
2156
|
];
|
|
2004
|
-
var Pi = createLucideIcon("pi",
|
|
2157
|
+
var Pi = createLucideIcon("pi", __iconNode71);
|
|
2158
|
+
|
|
2159
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
|
|
2160
|
+
var __iconNode72 = [
|
|
2161
|
+
["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
|
|
2162
|
+
["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
|
|
2163
|
+
["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
|
|
2164
|
+
["path", { d: "M21 16h-3a2 2 0 0 0-2 2v3", key: "177gqh" }],
|
|
2165
|
+
["path", { d: "M21 21v.01", key: "ents32" }],
|
|
2166
|
+
["path", { d: "M12 7v3a2 2 0 0 1-2 2H7", key: "8crl2c" }],
|
|
2167
|
+
["path", { d: "M3 12h.01", key: "nlz23k" }],
|
|
2168
|
+
["path", { d: "M12 3h.01", key: "n36tog" }],
|
|
2169
|
+
["path", { d: "M12 16v.01", key: "133mhm" }],
|
|
2170
|
+
["path", { d: "M16 12h1", key: "1slzba" }],
|
|
2171
|
+
["path", { d: "M21 12v.01", key: "1lwtk9" }],
|
|
2172
|
+
["path", { d: "M12 21v-1", key: "1880an" }]
|
|
2173
|
+
];
|
|
2174
|
+
var QrCode = createLucideIcon("qr-code", __iconNode72);
|
|
2005
2175
|
|
|
2006
2176
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
|
|
2007
|
-
var
|
|
2177
|
+
var __iconNode73 = [
|
|
2008
2178
|
[
|
|
2009
2179
|
"path",
|
|
2010
2180
|
{ 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" }
|
|
@@ -2013,19 +2183,19 @@ var __iconNode69 = [
|
|
|
2013
2183
|
["path", { d: "M16 12H8", key: "1fr5h0" }],
|
|
2014
2184
|
["path", { d: "M13 16H8", key: "wsln4y" }]
|
|
2015
2185
|
];
|
|
2016
|
-
var ReceiptText = createLucideIcon("receipt-text",
|
|
2186
|
+
var ReceiptText = createLucideIcon("receipt-text", __iconNode73);
|
|
2017
2187
|
|
|
2018
2188
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
2019
|
-
var
|
|
2189
|
+
var __iconNode74 = [
|
|
2020
2190
|
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
2021
2191
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
2022
2192
|
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
2023
2193
|
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
2024
2194
|
];
|
|
2025
|
-
var RefreshCcw = createLucideIcon("refresh-ccw",
|
|
2195
|
+
var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode74);
|
|
2026
2196
|
|
|
2027
2197
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
|
|
2028
|
-
var
|
|
2198
|
+
var __iconNode75 = [
|
|
2029
2199
|
["path", { d: "M17 3v10", key: "15fgeh" }],
|
|
2030
2200
|
["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
|
|
2031
2201
|
["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
|
|
@@ -2034,10 +2204,10 @@ var __iconNode71 = [
|
|
|
2034
2204
|
{ 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" }
|
|
2035
2205
|
]
|
|
2036
2206
|
];
|
|
2037
|
-
var Regex = createLucideIcon("regex",
|
|
2207
|
+
var Regex = createLucideIcon("regex", __iconNode75);
|
|
2038
2208
|
|
|
2039
2209
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
|
|
2040
|
-
var
|
|
2210
|
+
var __iconNode76 = [
|
|
2041
2211
|
["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
|
|
2042
2212
|
["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
|
|
2043
2213
|
["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
|
|
@@ -2046,35 +2216,56 @@ var __iconNode72 = [
|
|
|
2046
2216
|
["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
|
|
2047
2217
|
["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
|
|
2048
2218
|
];
|
|
2049
|
-
var Replace = createLucideIcon("replace",
|
|
2219
|
+
var Replace = createLucideIcon("replace", __iconNode76);
|
|
2220
|
+
|
|
2221
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
|
|
2222
|
+
var __iconNode77 = [
|
|
2223
|
+
[
|
|
2224
|
+
"path",
|
|
2225
|
+
{
|
|
2226
|
+
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",
|
|
2227
|
+
key: "m3kijz"
|
|
2228
|
+
}
|
|
2229
|
+
],
|
|
2230
|
+
[
|
|
2231
|
+
"path",
|
|
2232
|
+
{
|
|
2233
|
+
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",
|
|
2234
|
+
key: "1fmvmk"
|
|
2235
|
+
}
|
|
2236
|
+
],
|
|
2237
|
+
["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
|
|
2238
|
+
["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
|
|
2239
|
+
];
|
|
2240
|
+
var Rocket = createLucideIcon("rocket", __iconNode77);
|
|
2050
2241
|
|
|
2051
2242
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
|
|
2052
|
-
var
|
|
2243
|
+
var __iconNode78 = [
|
|
2053
2244
|
["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
|
|
2054
2245
|
["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
|
|
2055
2246
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
2056
2247
|
];
|
|
2057
|
-
var Rss = createLucideIcon("rss",
|
|
2248
|
+
var Rss = createLucideIcon("rss", __iconNode78);
|
|
2058
2249
|
|
|
2059
2250
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
|
|
2060
|
-
var
|
|
2251
|
+
var __iconNode79 = [
|
|
2061
2252
|
["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
|
|
2062
2253
|
["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
|
|
2063
2254
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
2064
2255
|
["path", { d: "M12 3v18", key: "108xh3" }],
|
|
2065
2256
|
["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
|
|
2066
2257
|
];
|
|
2067
|
-
var Scale = createLucideIcon("scale",
|
|
2258
|
+
var Scale = createLucideIcon("scale", __iconNode79);
|
|
2068
2259
|
|
|
2069
2260
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
|
|
2070
|
-
var
|
|
2261
|
+
var __iconNode80 = [
|
|
2071
2262
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
2072
2263
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
2073
2264
|
];
|
|
2074
|
-
var Search = createLucideIcon("search",
|
|
2265
|
+
var Search = createLucideIcon("search", __iconNode80);
|
|
2075
2266
|
|
|
2076
2267
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
2077
|
-
var
|
|
2268
|
+
var __iconNode81 = [
|
|
2078
2269
|
[
|
|
2079
2270
|
"path",
|
|
2080
2271
|
{
|
|
@@ -2084,27 +2275,27 @@ var __iconNode76 = [
|
|
|
2084
2275
|
],
|
|
2085
2276
|
["path", { d: "M6 12h16", key: "s4cdu5" }]
|
|
2086
2277
|
];
|
|
2087
|
-
var SendHorizontal = createLucideIcon("send-horizontal",
|
|
2278
|
+
var SendHorizontal = createLucideIcon("send-horizontal", __iconNode81);
|
|
2088
2279
|
|
|
2089
2280
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
|
|
2090
|
-
var
|
|
2281
|
+
var __iconNode82 = [
|
|
2091
2282
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
2092
2283
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
2093
2284
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
2094
2285
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
2095
2286
|
];
|
|
2096
|
-
var Server = createLucideIcon("server",
|
|
2287
|
+
var Server = createLucideIcon("server", __iconNode82);
|
|
2097
2288
|
|
|
2098
2289
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
|
|
2099
|
-
var
|
|
2290
|
+
var __iconNode83 = [
|
|
2100
2291
|
["path", { d: "M12 2v13", key: "1km8f5" }],
|
|
2101
2292
|
["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
|
|
2102
2293
|
["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
|
|
2103
2294
|
];
|
|
2104
|
-
var Share = createLucideIcon("share",
|
|
2295
|
+
var Share = createLucideIcon("share", __iconNode83);
|
|
2105
2296
|
|
|
2106
2297
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
|
|
2107
|
-
var
|
|
2298
|
+
var __iconNode84 = [
|
|
2108
2299
|
[
|
|
2109
2300
|
"path",
|
|
2110
2301
|
{
|
|
@@ -2115,10 +2306,22 @@ var __iconNode79 = [
|
|
|
2115
2306
|
["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
|
|
2116
2307
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
|
|
2117
2308
|
];
|
|
2118
|
-
var ShieldUser = createLucideIcon("shield-user",
|
|
2309
|
+
var ShieldUser = createLucideIcon("shield-user", __iconNode84);
|
|
2310
|
+
|
|
2311
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
|
|
2312
|
+
var __iconNode85 = [
|
|
2313
|
+
[
|
|
2314
|
+
"path",
|
|
2315
|
+
{
|
|
2316
|
+
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",
|
|
2317
|
+
key: "oel41y"
|
|
2318
|
+
}
|
|
2319
|
+
]
|
|
2320
|
+
];
|
|
2321
|
+
var Shield = createLucideIcon("shield", __iconNode85);
|
|
2119
2322
|
|
|
2120
2323
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
2121
|
-
var
|
|
2324
|
+
var __iconNode86 = [
|
|
2122
2325
|
[
|
|
2123
2326
|
"path",
|
|
2124
2327
|
{
|
|
@@ -2127,10 +2330,10 @@ var __iconNode80 = [
|
|
|
2127
2330
|
}
|
|
2128
2331
|
]
|
|
2129
2332
|
];
|
|
2130
|
-
var Sigma = createLucideIcon("sigma",
|
|
2333
|
+
var Sigma = createLucideIcon("sigma", __iconNode86);
|
|
2131
2334
|
|
|
2132
2335
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
2133
|
-
var
|
|
2336
|
+
var __iconNode87 = [
|
|
2134
2337
|
[
|
|
2135
2338
|
"path",
|
|
2136
2339
|
{
|
|
@@ -2143,10 +2346,10 @@ var __iconNode81 = [
|
|
|
2143
2346
|
["path", { d: "M4 17v2", key: "vumght" }],
|
|
2144
2347
|
["path", { d: "M5 18H3", key: "zchphs" }]
|
|
2145
2348
|
];
|
|
2146
|
-
var Sparkles = createLucideIcon("sparkles",
|
|
2349
|
+
var Sparkles = createLucideIcon("sparkles", __iconNode87);
|
|
2147
2350
|
|
|
2148
2351
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
|
|
2149
|
-
var
|
|
2352
|
+
var __iconNode88 = [
|
|
2150
2353
|
[
|
|
2151
2354
|
"path",
|
|
2152
2355
|
{
|
|
@@ -2158,10 +2361,31 @@ var __iconNode82 = [
|
|
|
2158
2361
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
2159
2362
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
|
|
2160
2363
|
];
|
|
2161
|
-
var SplinePointer = createLucideIcon("spline-pointer",
|
|
2364
|
+
var SplinePointer = createLucideIcon("spline-pointer", __iconNode88);
|
|
2365
|
+
|
|
2366
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
|
|
2367
|
+
var __iconNode89 = [
|
|
2368
|
+
["path", { d: "M7 20h10", key: "e6iznv" }],
|
|
2369
|
+
["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
|
|
2370
|
+
[
|
|
2371
|
+
"path",
|
|
2372
|
+
{
|
|
2373
|
+
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",
|
|
2374
|
+
key: "9gtqwd"
|
|
2375
|
+
}
|
|
2376
|
+
],
|
|
2377
|
+
[
|
|
2378
|
+
"path",
|
|
2379
|
+
{
|
|
2380
|
+
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",
|
|
2381
|
+
key: "bkxnd2"
|
|
2382
|
+
}
|
|
2383
|
+
]
|
|
2384
|
+
];
|
|
2385
|
+
var Sprout = createLucideIcon("sprout", __iconNode89);
|
|
2162
2386
|
|
|
2163
2387
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
2164
|
-
var
|
|
2388
|
+
var __iconNode90 = [
|
|
2165
2389
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2166
2390
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
2167
2391
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
@@ -2171,18 +2395,18 @@ var __iconNode83 = [
|
|
|
2171
2395
|
],
|
|
2172
2396
|
["path", { d: "M9 21h1", key: "15o7lz" }]
|
|
2173
2397
|
];
|
|
2174
|
-
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code",
|
|
2398
|
+
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode90);
|
|
2175
2399
|
|
|
2176
2400
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
|
|
2177
|
-
var
|
|
2401
|
+
var __iconNode91 = [
|
|
2178
2402
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
2179
2403
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
2180
2404
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
2181
2405
|
];
|
|
2182
|
-
var SquareTerminal = createLucideIcon("square-terminal",
|
|
2406
|
+
var SquareTerminal = createLucideIcon("square-terminal", __iconNode91);
|
|
2183
2407
|
|
|
2184
2408
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
|
|
2185
|
-
var
|
|
2409
|
+
var __iconNode92 = [
|
|
2186
2410
|
[
|
|
2187
2411
|
"path",
|
|
2188
2412
|
{
|
|
@@ -2191,26 +2415,26 @@ var __iconNode85 = [
|
|
|
2191
2415
|
}
|
|
2192
2416
|
]
|
|
2193
2417
|
];
|
|
2194
|
-
var Star = createLucideIcon("star",
|
|
2418
|
+
var Star = createLucideIcon("star", __iconNode92);
|
|
2195
2419
|
|
|
2196
2420
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
2197
|
-
var
|
|
2421
|
+
var __iconNode93 = [
|
|
2198
2422
|
["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
|
|
2199
2423
|
["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
|
|
2200
2424
|
["path", { d: "M12 17h10", key: "ls21zv" }],
|
|
2201
2425
|
["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
|
|
2202
2426
|
];
|
|
2203
|
-
var Tablets = createLucideIcon("tablets",
|
|
2427
|
+
var Tablets = createLucideIcon("tablets", __iconNode93);
|
|
2204
2428
|
|
|
2205
2429
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
2206
|
-
var
|
|
2430
|
+
var __iconNode94 = [
|
|
2207
2431
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
2208
2432
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
2209
2433
|
];
|
|
2210
|
-
var Terminal = createLucideIcon("terminal",
|
|
2434
|
+
var Terminal = createLucideIcon("terminal", __iconNode94);
|
|
2211
2435
|
|
|
2212
2436
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
2213
|
-
var
|
|
2437
|
+
var __iconNode95 = [
|
|
2214
2438
|
[
|
|
2215
2439
|
"path",
|
|
2216
2440
|
{
|
|
@@ -2219,17 +2443,25 @@ var __iconNode88 = [
|
|
|
2219
2443
|
}
|
|
2220
2444
|
]
|
|
2221
2445
|
];
|
|
2222
|
-
var Twitter = createLucideIcon("twitter",
|
|
2446
|
+
var Twitter = createLucideIcon("twitter", __iconNode95);
|
|
2447
|
+
|
|
2448
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
|
|
2449
|
+
var __iconNode96 = [
|
|
2450
|
+
["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
|
|
2451
|
+
["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
|
|
2452
|
+
["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
|
|
2453
|
+
];
|
|
2454
|
+
var Workflow = createLucideIcon("workflow", __iconNode96);
|
|
2223
2455
|
|
|
2224
2456
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
|
|
2225
|
-
var
|
|
2457
|
+
var __iconNode97 = [
|
|
2226
2458
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
2227
2459
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
2228
2460
|
];
|
|
2229
|
-
var X = createLucideIcon("x",
|
|
2461
|
+
var X = createLucideIcon("x", __iconNode97);
|
|
2230
2462
|
|
|
2231
2463
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
|
|
2232
|
-
var
|
|
2464
|
+
var __iconNode98 = [
|
|
2233
2465
|
[
|
|
2234
2466
|
"path",
|
|
2235
2467
|
{
|
|
@@ -2238,11 +2470,11 @@ var __iconNode90 = [
|
|
|
2238
2470
|
}
|
|
2239
2471
|
]
|
|
2240
2472
|
];
|
|
2241
|
-
var Zap = createLucideIcon("zap",
|
|
2473
|
+
var Zap = createLucideIcon("zap", __iconNode98);
|
|
2242
2474
|
|
|
2243
2475
|
// ../base-ui/src/components/global-icon.tsx
|
|
2244
|
-
import
|
|
2245
|
-
import { jsx as
|
|
2476
|
+
import React32 from "react";
|
|
2477
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
2246
2478
|
var tempStyledLimitedIcons = {};
|
|
2247
2479
|
for (const iconNameKey in limited_lucide_icons_exports) {
|
|
2248
2480
|
if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
|
|
@@ -2262,7 +2494,7 @@ for (const iconNameKey in limited_lucide_icons_exports) {
|
|
|
2262
2494
|
height: props.size || themeSvgIconSize
|
|
2263
2495
|
}, props.style)
|
|
2264
2496
|
});
|
|
2265
|
-
return /* @__PURE__ */
|
|
2497
|
+
return /* @__PURE__ */ jsx32(ComponentToRender, __spreadValues({}, finalProps));
|
|
2266
2498
|
};
|
|
2267
2499
|
StyledIcon.displayName = `Styled(${iconName})`;
|
|
2268
2500
|
tempStyledLimitedIcons[iconName] = StyledIcon;
|
|
@@ -2286,7 +2518,7 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
|
|
|
2286
2518
|
height: props.size || themeSvgIconSize
|
|
2287
2519
|
}, props.style)
|
|
2288
2520
|
});
|
|
2289
|
-
return /* @__PURE__ */
|
|
2521
|
+
return /* @__PURE__ */ jsx32(IconComponent, __spreadValues({}, finalProps));
|
|
2290
2522
|
};
|
|
2291
2523
|
WrappedIcon.displayName = `Wrapped(${iconName})`;
|
|
2292
2524
|
tempWrappedBuiltinIcons[iconName] = WrappedIcon;
|
|
@@ -2297,7 +2529,7 @@ var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart
|
|
|
2297
2529
|
// src/fuma/mdx/mermaid.tsx
|
|
2298
2530
|
import { useTheme } from "next-themes";
|
|
2299
2531
|
import { useEffect, useId, useState } from "react";
|
|
2300
|
-
import { jsx as
|
|
2532
|
+
import { jsx as jsx33, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
2301
2533
|
function Mermaid({ chart, title, watermarkEnabled, watermarkText }) {
|
|
2302
2534
|
const id = useId();
|
|
2303
2535
|
const [svg, setSvg] = useState("");
|
|
@@ -2336,15 +2568,15 @@ function Mermaid({ chart, title, watermarkEnabled, watermarkText }) {
|
|
|
2336
2568
|
setSvg("");
|
|
2337
2569
|
};
|
|
2338
2570
|
}, [chart, id, resolvedTheme, watermarkEnabled, watermarkText]);
|
|
2339
|
-
return /* @__PURE__ */
|
|
2340
|
-
/* @__PURE__ */
|
|
2341
|
-
title && /* @__PURE__ */
|
|
2571
|
+
return /* @__PURE__ */ jsxs10("div", { children: [
|
|
2572
|
+
/* @__PURE__ */ jsx33("div", { dangerouslySetInnerHTML: { __html: svg } }),
|
|
2573
|
+
title && /* @__PURE__ */ jsxs10(
|
|
2342
2574
|
"div",
|
|
2343
2575
|
{
|
|
2344
2576
|
className: "mt-2 flex items-center justify-center text-center text-[13px] font-italic text-[#AC62FD]",
|
|
2345
2577
|
children: [
|
|
2346
|
-
/* @__PURE__ */
|
|
2347
|
-
/* @__PURE__ */
|
|
2578
|
+
/* @__PURE__ */ jsx33(globalLucideIcons.Mmd, { className: "mr-1 h-4 w-4" }),
|
|
2579
|
+
/* @__PURE__ */ jsx33("span", { children: title })
|
|
2348
2580
|
]
|
|
2349
2581
|
}
|
|
2350
2582
|
)
|
|
@@ -2372,7 +2604,7 @@ function addWatermarkToSvg(svg, watermark) {
|
|
|
2372
2604
|
import { Image } from "fumadocs-core/framework";
|
|
2373
2605
|
import { useState as useState2 } from "react";
|
|
2374
2606
|
import Zoom from "react-medium-image-zoom";
|
|
2375
|
-
import { jsx as
|
|
2607
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
2376
2608
|
function getImageSrc(src) {
|
|
2377
2609
|
if (typeof src === "string") return src;
|
|
2378
2610
|
if (typeof src === "object") {
|
|
@@ -2402,7 +2634,7 @@ function ImageZoom(_a) {
|
|
|
2402
2634
|
setImgSrc(fallbackSrc);
|
|
2403
2635
|
}
|
|
2404
2636
|
};
|
|
2405
|
-
return /* @__PURE__ */
|
|
2637
|
+
return /* @__PURE__ */ jsx34(
|
|
2406
2638
|
Zoom,
|
|
2407
2639
|
__spreadProps(__spreadValues({
|
|
2408
2640
|
zoomMargin: 20,
|
|
@@ -2414,7 +2646,7 @@ function ImageZoom(_a) {
|
|
|
2414
2646
|
}, zoomInProps), {
|
|
2415
2647
|
onError: handleError
|
|
2416
2648
|
}),
|
|
2417
|
-
children: children != null ? children : /* @__PURE__ */
|
|
2649
|
+
children: children != null ? children : /* @__PURE__ */ jsx34(
|
|
2418
2650
|
Image,
|
|
2419
2651
|
__spreadProps(__spreadValues({}, props), {
|
|
2420
2652
|
src: imgSrc,
|
|
@@ -2431,36 +2663,36 @@ function ImageZoom(_a) {
|
|
|
2431
2663
|
}
|
|
2432
2664
|
|
|
2433
2665
|
// src/fuma/mdx/trophy-card.tsx
|
|
2434
|
-
import { jsx as
|
|
2666
|
+
import { jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
2435
2667
|
function TrophyCard({
|
|
2436
|
-
icon = /* @__PURE__ */
|
|
2668
|
+
icon = /* @__PURE__ */ jsx35(globalLucideIcons.Star, {}),
|
|
2437
2669
|
title,
|
|
2438
2670
|
children
|
|
2439
2671
|
}) {
|
|
2440
|
-
return /* @__PURE__ */
|
|
2672
|
+
return /* @__PURE__ */ jsxs11(
|
|
2441
2673
|
"div",
|
|
2442
2674
|
{
|
|
2443
2675
|
className: "\n border-2 rounded-xl px-4 py-2\n border-purple-200 dark:border-gray-500\n ",
|
|
2444
2676
|
children: [
|
|
2445
|
-
/* @__PURE__ */
|
|
2446
|
-
/* @__PURE__ */
|
|
2447
|
-
/* @__PURE__ */
|
|
2677
|
+
/* @__PURE__ */ jsxs11("div", { className: "flex items-center font-bold text-sm", children: [
|
|
2678
|
+
/* @__PURE__ */ jsx35("span", { className: "mr-2", children: icon }),
|
|
2679
|
+
/* @__PURE__ */ jsx35("span", { children: title })
|
|
2448
2680
|
] }),
|
|
2449
|
-
/* @__PURE__ */
|
|
2681
|
+
/* @__PURE__ */ jsx35("div", { className: "text-sm -mt-1 leading-none", children })
|
|
2450
2682
|
]
|
|
2451
2683
|
}
|
|
2452
2684
|
);
|
|
2453
2685
|
}
|
|
2454
2686
|
|
|
2455
2687
|
// src/fuma/mdx/image-grid.tsx
|
|
2456
|
-
import { jsx as
|
|
2688
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
2457
2689
|
function ImageGrid({
|
|
2458
2690
|
type = "url",
|
|
2459
2691
|
images,
|
|
2460
2692
|
altPrefix = "",
|
|
2461
2693
|
cdnBaseUrl
|
|
2462
2694
|
}) {
|
|
2463
|
-
return /* @__PURE__ */
|
|
2695
|
+
return /* @__PURE__ */ jsx36(
|
|
2464
2696
|
"div",
|
|
2465
2697
|
{
|
|
2466
2698
|
style: {
|
|
@@ -2470,7 +2702,7 @@ function ImageGrid({
|
|
|
2470
2702
|
justifyItems: "center",
|
|
2471
2703
|
alignItems: "center"
|
|
2472
2704
|
},
|
|
2473
|
-
children: images.map((img, idx) => /* @__PURE__ */
|
|
2705
|
+
children: images.map((img, idx) => /* @__PURE__ */ jsx36(
|
|
2474
2706
|
ImageZoom,
|
|
2475
2707
|
{
|
|
2476
2708
|
src: type === "url" ? `${cdnBaseUrl}/${img}` : img,
|
|
@@ -2491,13 +2723,13 @@ function cn(...inputs) {
|
|
|
2491
2723
|
|
|
2492
2724
|
// src/fuma/mdx/zia-card.tsx
|
|
2493
2725
|
import Link2 from "next/link";
|
|
2494
|
-
import { jsx as
|
|
2726
|
+
import { jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
2495
2727
|
function ZiaCard(_a) {
|
|
2496
2728
|
var _b = _a, { icon, title, description } = _b, props = __objRest(_b, ["icon", "title", "description"]);
|
|
2497
2729
|
const validHref = typeof props.href === "string" && props.href.trim() !== "";
|
|
2498
2730
|
const validDescription = typeof description === "string" && (description == null ? void 0 : description.trim()) !== "";
|
|
2499
2731
|
if (validHref) {
|
|
2500
|
-
return /* @__PURE__ */
|
|
2732
|
+
return /* @__PURE__ */ jsxs12(
|
|
2501
2733
|
Link2,
|
|
2502
2734
|
__spreadProps(__spreadValues({
|
|
2503
2735
|
href: props.href,
|
|
@@ -2509,15 +2741,15 @@ function ZiaCard(_a) {
|
|
|
2509
2741
|
)
|
|
2510
2742
|
}, props), {
|
|
2511
2743
|
children: [
|
|
2512
|
-
/* @__PURE__ */
|
|
2513
|
-
/* @__PURE__ */
|
|
2514
|
-
validDescription ? /* @__PURE__ */
|
|
2515
|
-
props.children ? /* @__PURE__ */
|
|
2744
|
+
/* @__PURE__ */ jsx37("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__ */ jsx37(globalLucideIcons.CircleSmall, {}) }),
|
|
2745
|
+
/* @__PURE__ */ jsx37("h3", { className: "not-prose mb-1 text-sm font-medium line-clamp-2 min-h-[2.5rem]", children: title }),
|
|
2746
|
+
validDescription ? /* @__PURE__ */ jsx37("p", { className: "!my-0 text-sm text-fd-muted-foreground", children: description }) : /* @__PURE__ */ jsx37("p", { className: "!my-0 text-sm text-fd-muted-foreground opacity-0 select-none", children: "\xA0" }),
|
|
2747
|
+
props.children ? /* @__PURE__ */ jsx37("div", { className: "text-sm text-fd-muted-foreground prose-no-margin", children: props.children }) : null
|
|
2516
2748
|
]
|
|
2517
2749
|
})
|
|
2518
2750
|
);
|
|
2519
2751
|
}
|
|
2520
|
-
return /* @__PURE__ */
|
|
2752
|
+
return /* @__PURE__ */ jsxs12(
|
|
2521
2753
|
"div",
|
|
2522
2754
|
__spreadProps(__spreadValues({
|
|
2523
2755
|
"data-card": true,
|
|
@@ -2527,23 +2759,23 @@ function ZiaCard(_a) {
|
|
|
2527
2759
|
)
|
|
2528
2760
|
}, props), {
|
|
2529
2761
|
children: [
|
|
2530
|
-
/* @__PURE__ */
|
|
2531
|
-
/* @__PURE__ */
|
|
2532
|
-
validDescription ? /* @__PURE__ */
|
|
2533
|
-
props.children ? /* @__PURE__ */
|
|
2762
|
+
/* @__PURE__ */ jsx37("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__ */ jsx37(globalLucideIcons.CircleSmall, {}) }),
|
|
2763
|
+
/* @__PURE__ */ jsx37("h3", { className: "not-prose mb-1 text-sm font-medium line-clamp-2 min-h-[2.5rem]", children: title }),
|
|
2764
|
+
validDescription ? /* @__PURE__ */ jsx37("p", { className: "!my-0 text-sm text-fd-muted-foreground", children: description }) : /* @__PURE__ */ jsx37("p", { className: "!my-0 text-sm text-fd-muted-foreground opacity-0 select-none", children: "\xA0" }),
|
|
2765
|
+
props.children ? /* @__PURE__ */ jsx37("div", { className: "text-sm text-fd-muted-foreground prose-no-margin", children: props.children }) : null
|
|
2534
2766
|
]
|
|
2535
2767
|
})
|
|
2536
2768
|
);
|
|
2537
2769
|
}
|
|
2538
2770
|
|
|
2539
2771
|
// ../base-ui/src/ui/button.tsx
|
|
2540
|
-
import * as
|
|
2772
|
+
import * as React35 from "react";
|
|
2541
2773
|
|
|
2542
2774
|
// ../../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
|
|
2543
|
-
import * as
|
|
2775
|
+
import * as React34 from "react";
|
|
2544
2776
|
|
|
2545
2777
|
// ../../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
|
|
2546
|
-
import * as
|
|
2778
|
+
import * as React33 from "react";
|
|
2547
2779
|
function setRef(ref, value) {
|
|
2548
2780
|
if (typeof ref === "function") {
|
|
2549
2781
|
return ref(value);
|
|
@@ -2577,27 +2809,27 @@ function composeRefs(...refs) {
|
|
|
2577
2809
|
}
|
|
2578
2810
|
|
|
2579
2811
|
// ../../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
|
|
2580
|
-
import { Fragment as Fragment2, jsx as
|
|
2812
|
+
import { Fragment as Fragment2, jsx as jsx38 } from "react/jsx-runtime";
|
|
2581
2813
|
// @__NO_SIDE_EFFECTS__
|
|
2582
2814
|
function createSlot(ownerName) {
|
|
2583
2815
|
const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);
|
|
2584
|
-
const Slot2 =
|
|
2816
|
+
const Slot2 = React34.forwardRef((props, forwardedRef) => {
|
|
2585
2817
|
const _a = props, { children } = _a, slotProps = __objRest(_a, ["children"]);
|
|
2586
|
-
const childrenArray =
|
|
2818
|
+
const childrenArray = React34.Children.toArray(children);
|
|
2587
2819
|
const slottable = childrenArray.find(isSlottable);
|
|
2588
2820
|
if (slottable) {
|
|
2589
2821
|
const newElement = slottable.props.children;
|
|
2590
2822
|
const newChildren = childrenArray.map((child) => {
|
|
2591
2823
|
if (child === slottable) {
|
|
2592
|
-
if (
|
|
2593
|
-
return
|
|
2824
|
+
if (React34.Children.count(newElement) > 1) return React34.Children.only(null);
|
|
2825
|
+
return React34.isValidElement(newElement) ? newElement.props.children : null;
|
|
2594
2826
|
} else {
|
|
2595
2827
|
return child;
|
|
2596
2828
|
}
|
|
2597
2829
|
});
|
|
2598
|
-
return /* @__PURE__ */
|
|
2830
|
+
return /* @__PURE__ */ jsx38(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children: React34.isValidElement(newElement) ? React34.cloneElement(newElement, void 0, newChildren) : null }));
|
|
2599
2831
|
}
|
|
2600
|
-
return /* @__PURE__ */
|
|
2832
|
+
return /* @__PURE__ */ jsx38(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children }));
|
|
2601
2833
|
});
|
|
2602
2834
|
Slot2.displayName = `${ownerName}.Slot`;
|
|
2603
2835
|
return Slot2;
|
|
@@ -2605,24 +2837,24 @@ function createSlot(ownerName) {
|
|
|
2605
2837
|
var Slot = /* @__PURE__ */ createSlot("Slot");
|
|
2606
2838
|
// @__NO_SIDE_EFFECTS__
|
|
2607
2839
|
function createSlotClone(ownerName) {
|
|
2608
|
-
const SlotClone =
|
|
2840
|
+
const SlotClone = React34.forwardRef((props, forwardedRef) => {
|
|
2609
2841
|
const _a = props, { children } = _a, slotProps = __objRest(_a, ["children"]);
|
|
2610
|
-
if (
|
|
2842
|
+
if (React34.isValidElement(children)) {
|
|
2611
2843
|
const childrenRef = getElementRef(children);
|
|
2612
2844
|
const props2 = mergeProps(slotProps, children.props);
|
|
2613
|
-
if (children.type !==
|
|
2845
|
+
if (children.type !== React34.Fragment) {
|
|
2614
2846
|
props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;
|
|
2615
2847
|
}
|
|
2616
|
-
return
|
|
2848
|
+
return React34.cloneElement(children, props2);
|
|
2617
2849
|
}
|
|
2618
|
-
return
|
|
2850
|
+
return React34.Children.count(children) > 1 ? React34.Children.only(null) : null;
|
|
2619
2851
|
});
|
|
2620
2852
|
SlotClone.displayName = `${ownerName}.SlotClone`;
|
|
2621
2853
|
return SlotClone;
|
|
2622
2854
|
}
|
|
2623
2855
|
var SLOTTABLE_IDENTIFIER = Symbol("radix.slottable");
|
|
2624
2856
|
function isSlottable(child) {
|
|
2625
|
-
return
|
|
2857
|
+
return React34.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
|
|
2626
2858
|
}
|
|
2627
2859
|
function mergeProps(slotProps, childProps) {
|
|
2628
2860
|
const overrideProps = __spreadValues({}, childProps);
|
|
@@ -2701,7 +2933,7 @@ var cva = (base, config) => (props) => {
|
|
|
2701
2933
|
};
|
|
2702
2934
|
|
|
2703
2935
|
// ../base-ui/src/ui/button.tsx
|
|
2704
|
-
import { jsx as
|
|
2936
|
+
import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
2705
2937
|
var buttonVariants = cva(
|
|
2706
2938
|
"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",
|
|
2707
2939
|
{
|
|
@@ -2727,12 +2959,12 @@ var buttonVariants = cva(
|
|
|
2727
2959
|
}
|
|
2728
2960
|
}
|
|
2729
2961
|
);
|
|
2730
|
-
var Button =
|
|
2962
|
+
var Button = React35.forwardRef(
|
|
2731
2963
|
(_a, ref) => {
|
|
2732
2964
|
var _b = _a, { className, variant, size, asChild = false, loading = false, children } = _b, props = __objRest(_b, ["className", "variant", "size", "asChild", "loading", "children"]);
|
|
2733
2965
|
const Comp = asChild ? Slot : "button";
|
|
2734
2966
|
if (asChild) {
|
|
2735
|
-
return /* @__PURE__ */
|
|
2967
|
+
return /* @__PURE__ */ jsx39(
|
|
2736
2968
|
Comp,
|
|
2737
2969
|
__spreadProps(__spreadValues({
|
|
2738
2970
|
className: cn(buttonVariants({ variant, size, className })),
|
|
@@ -2743,7 +2975,7 @@ var Button = React32.forwardRef(
|
|
|
2743
2975
|
})
|
|
2744
2976
|
);
|
|
2745
2977
|
}
|
|
2746
|
-
return /* @__PURE__ */
|
|
2978
|
+
return /* @__PURE__ */ jsxs13(
|
|
2747
2979
|
Comp,
|
|
2748
2980
|
__spreadProps(__spreadValues({
|
|
2749
2981
|
className: cn(buttonVariants({ variant, size, className })),
|
|
@@ -2752,7 +2984,7 @@ var Button = React32.forwardRef(
|
|
|
2752
2984
|
}, props), {
|
|
2753
2985
|
children: [
|
|
2754
2986
|
children,
|
|
2755
|
-
loading && /* @__PURE__ */
|
|
2987
|
+
loading && /* @__PURE__ */ jsx39(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
|
|
2756
2988
|
]
|
|
2757
2989
|
})
|
|
2758
2990
|
);
|
|
@@ -2762,8 +2994,8 @@ Button.displayName = "Button";
|
|
|
2762
2994
|
|
|
2763
2995
|
// src/fuma/mdx/gradient-button.tsx
|
|
2764
2996
|
import Link3 from "fumadocs-core/link";
|
|
2765
|
-
import
|
|
2766
|
-
import { jsx as
|
|
2997
|
+
import React36 from "react";
|
|
2998
|
+
import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
2767
2999
|
function GradientButton({
|
|
2768
3000
|
title,
|
|
2769
3001
|
icon,
|
|
@@ -2780,17 +3012,17 @@ function GradientButton({
|
|
|
2780
3012
|
return "justify-start";
|
|
2781
3013
|
}
|
|
2782
3014
|
};
|
|
2783
|
-
return /* @__PURE__ */
|
|
3015
|
+
return /* @__PURE__ */ jsx40("div", { className: `flex flex-col sm:flex-row gap-3 ${getAlignmentClass()}`, children: /* @__PURE__ */ jsx40(
|
|
2784
3016
|
Button,
|
|
2785
3017
|
{
|
|
2786
3018
|
asChild: true,
|
|
2787
3019
|
size: "lg",
|
|
2788
3020
|
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 ",
|
|
2789
|
-
children: /* @__PURE__ */
|
|
2790
|
-
/* @__PURE__ */
|
|
2791
|
-
/* @__PURE__ */
|
|
3021
|
+
children: /* @__PURE__ */ jsxs14(Link3, { href, target: "_blank", rel: "noopener noreferrer", className: "no-underline hover:no-underline", children: [
|
|
3022
|
+
/* @__PURE__ */ jsx40("span", { children: title }),
|
|
3023
|
+
/* @__PURE__ */ jsx40("span", { className: "ml-1", children: icon ? React36.cloneElement(icon, {
|
|
2792
3024
|
className: "h-4 w-4 text-white"
|
|
2793
|
-
}) : /* @__PURE__ */
|
|
3025
|
+
}) : /* @__PURE__ */ jsx40(globalLucideIcons.ArrowRight, { className: "h-4 w-4 text-white" }) })
|
|
2794
3026
|
] })
|
|
2795
3027
|
}
|
|
2796
3028
|
) });
|
|
@@ -2801,7 +3033,7 @@ import { useState as useState3 } from "react";
|
|
|
2801
3033
|
import { useParams } from "next/navigation";
|
|
2802
3034
|
import { useCopyButton } from "fumadocs-ui/utils/use-copy-button";
|
|
2803
3035
|
import Link4 from "fumadocs-core/link";
|
|
2804
|
-
import { Fragment as Fragment3, jsx as
|
|
3036
|
+
import { Fragment as Fragment3, jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
2805
3037
|
var cache = /* @__PURE__ */ new Map();
|
|
2806
3038
|
function LLMCopyButton({ llmApiUrl } = {}) {
|
|
2807
3039
|
const [isLoading, setLoading] = useState3(false);
|
|
@@ -2830,7 +3062,7 @@ function LLMCopyButton({ llmApiUrl } = {}) {
|
|
|
2830
3062
|
setLoading(false);
|
|
2831
3063
|
}
|
|
2832
3064
|
}));
|
|
2833
|
-
return /* @__PURE__ */
|
|
3065
|
+
return /* @__PURE__ */ jsx41(
|
|
2834
3066
|
Button,
|
|
2835
3067
|
{
|
|
2836
3068
|
variant: "ghost",
|
|
@@ -2838,71 +3070,71 @@ function LLMCopyButton({ llmApiUrl } = {}) {
|
|
|
2838
3070
|
loading: isLoading,
|
|
2839
3071
|
className: "justify-start px-0 text-stone-600 hover:text-stone-500 dark:text-stone-400 dark:hover:text-stone-300",
|
|
2840
3072
|
onClick,
|
|
2841
|
-
children: checked ? /* @__PURE__ */
|
|
2842
|
-
/* @__PURE__ */
|
|
3073
|
+
children: checked ? /* @__PURE__ */ jsxs15(Fragment3, { children: [
|
|
3074
|
+
/* @__PURE__ */ jsx41(globalLucideIcons.Check, {}),
|
|
2843
3075
|
"Copied!"
|
|
2844
|
-
] }) : /* @__PURE__ */
|
|
2845
|
-
/* @__PURE__ */
|
|
3076
|
+
] }) : /* @__PURE__ */ jsxs15(Fragment3, { children: [
|
|
3077
|
+
/* @__PURE__ */ jsx41(globalLucideIcons.Markdown, {}),
|
|
2846
3078
|
"Copy page as Markdown"
|
|
2847
3079
|
] })
|
|
2848
3080
|
}
|
|
2849
3081
|
);
|
|
2850
3082
|
}
|
|
2851
3083
|
function EditOnGitHub({ url }) {
|
|
2852
|
-
return /* @__PURE__ */
|
|
3084
|
+
return /* @__PURE__ */ jsxs15(
|
|
2853
3085
|
Link4,
|
|
2854
3086
|
{
|
|
2855
3087
|
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",
|
|
2856
3088
|
href: url,
|
|
2857
3089
|
children: [
|
|
2858
|
-
/* @__PURE__ */
|
|
3090
|
+
/* @__PURE__ */ jsx41(globalLucideIcons.GitHub, {}),
|
|
2859
3091
|
"Edit this page on GitHub"
|
|
2860
3092
|
]
|
|
2861
3093
|
}
|
|
2862
3094
|
);
|
|
2863
3095
|
}
|
|
2864
3096
|
function LastUpdatedDate({ date }) {
|
|
2865
|
-
return /* @__PURE__ */
|
|
2866
|
-
/* @__PURE__ */
|
|
3097
|
+
return /* @__PURE__ */ jsxs15("div", { className: "flex items-center gap-x-2 text-stone-600 dark:text-stone-400 text-sm", children: [
|
|
3098
|
+
/* @__PURE__ */ jsx41(globalLucideIcons.LastUpdated, {}),
|
|
2867
3099
|
"Lastest on ",
|
|
2868
3100
|
date ? date : "Ages ago"
|
|
2869
3101
|
] });
|
|
2870
3102
|
}
|
|
2871
3103
|
|
|
2872
3104
|
// src/fuma/mdx/toc.tsx
|
|
2873
|
-
import { jsx as
|
|
3105
|
+
import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
2874
3106
|
function TocFooter({ lastModified, showCopy, editPath, githubBaseUrl }) {
|
|
2875
3107
|
const showEdit = githubBaseUrl && editPath;
|
|
2876
|
-
return /* @__PURE__ */
|
|
2877
|
-
/* @__PURE__ */
|
|
2878
|
-
showCopy && /* @__PURE__ */
|
|
2879
|
-
showEdit && /* @__PURE__ */
|
|
3108
|
+
return /* @__PURE__ */ jsxs16("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
|
|
3109
|
+
/* @__PURE__ */ jsx42(LastUpdatedDate, { date: lastModified }),
|
|
3110
|
+
showCopy && /* @__PURE__ */ jsx42(LLMCopyButton, {}),
|
|
3111
|
+
showEdit && /* @__PURE__ */ jsx42(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
|
|
2880
3112
|
] });
|
|
2881
3113
|
}
|
|
2882
3114
|
|
|
2883
3115
|
// src/fuma/mdx/fuma-banner-suit.tsx
|
|
2884
3116
|
import { Banner } from "fumadocs-ui/components/banner";
|
|
2885
3117
|
import { useTranslations } from "next-intl";
|
|
2886
|
-
import { jsx as
|
|
3118
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
2887
3119
|
function FumaBannerSuit({ showText }) {
|
|
2888
3120
|
const t = useTranslations("home");
|
|
2889
|
-
return showText ? /* @__PURE__ */
|
|
3121
|
+
return showText ? /* @__PURE__ */ jsx43(Banner, { variant: "rainbow", changeLayout: true, children: /* @__PURE__ */ jsx43("p", { className: "text-xl", children: t("banner") }) }) : /* @__PURE__ */ jsx43(Banner, { variant: "normal", changeLayout: true, className: "bg-white dark:bg-[rgb(10,10,10)]" });
|
|
2890
3122
|
}
|
|
2891
3123
|
|
|
2892
3124
|
// src/fuma/mdx/fuma-github-info.tsx
|
|
2893
3125
|
import { useEffect as useEffect2, useState as useState4 } from "react";
|
|
2894
|
-
import { jsx as
|
|
3126
|
+
import { jsx as jsx44, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
2895
3127
|
function GitHubInfoSkeleton({ owner, repo, className }) {
|
|
2896
|
-
return /* @__PURE__ */
|
|
2897
|
-
/* @__PURE__ */
|
|
2898
|
-
/* @__PURE__ */
|
|
2899
|
-
/* @__PURE__ */
|
|
3128
|
+
return /* @__PURE__ */ jsxs17("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: [
|
|
3129
|
+
/* @__PURE__ */ jsxs17("div", { className: "flex items-center gap-2", children: [
|
|
3130
|
+
/* @__PURE__ */ jsx44("div", { className: "size-3.5 bg-fd-muted rounded" }),
|
|
3131
|
+
/* @__PURE__ */ jsx44("div", { className: "h-4 bg-fd-muted rounded w-20" })
|
|
2900
3132
|
] }),
|
|
2901
|
-
/* @__PURE__ */
|
|
3133
|
+
/* @__PURE__ */ jsx44("div", { className: "h-3 bg-fd-muted rounded w-8" })
|
|
2902
3134
|
] });
|
|
2903
3135
|
}
|
|
2904
3136
|
function GitHubInfoFallback({ owner, repo, className }) {
|
|
2905
|
-
return /* @__PURE__ */
|
|
3137
|
+
return /* @__PURE__ */ jsxs17(
|
|
2906
3138
|
"a",
|
|
2907
3139
|
{
|
|
2908
3140
|
href: `https://github.com/${owner}/${repo}`,
|
|
@@ -2910,17 +3142,17 @@ function GitHubInfoFallback({ owner, repo, className }) {
|
|
|
2910
3142
|
target: "_blank",
|
|
2911
3143
|
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}`,
|
|
2912
3144
|
children: [
|
|
2913
|
-
/* @__PURE__ */
|
|
2914
|
-
/* @__PURE__ */
|
|
2915
|
-
/* @__PURE__ */
|
|
2916
|
-
/* @__PURE__ */
|
|
3145
|
+
/* @__PURE__ */ jsxs17("p", { className: "flex items-center gap-2 truncate", children: [
|
|
3146
|
+
/* @__PURE__ */ jsxs17("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
|
|
3147
|
+
/* @__PURE__ */ jsx44("title", { children: "GitHub" }),
|
|
3148
|
+
/* @__PURE__ */ jsx44("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" })
|
|
2917
3149
|
] }),
|
|
2918
3150
|
owner,
|
|
2919
3151
|
"/",
|
|
2920
3152
|
repo
|
|
2921
3153
|
] }),
|
|
2922
|
-
/* @__PURE__ */
|
|
2923
|
-
/* @__PURE__ */
|
|
3154
|
+
/* @__PURE__ */ jsxs17("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
|
|
3155
|
+
/* @__PURE__ */ jsx44(globalLucideIcons.ExternalLink, { className: "size-3" }),
|
|
2924
3156
|
"GitHub"
|
|
2925
3157
|
] })
|
|
2926
3158
|
]
|
|
@@ -2934,7 +3166,7 @@ function GitHubInfoSuccess({
|
|
|
2934
3166
|
className
|
|
2935
3167
|
}) {
|
|
2936
3168
|
const humanizedStars = humanizeNumber(stars);
|
|
2937
|
-
return /* @__PURE__ */
|
|
3169
|
+
return /* @__PURE__ */ jsxs17(
|
|
2938
3170
|
"a",
|
|
2939
3171
|
{
|
|
2940
3172
|
href: `https://github.com/${owner}/${repo}`,
|
|
@@ -2942,17 +3174,17 @@ function GitHubInfoSuccess({
|
|
|
2942
3174
|
target: "_blank",
|
|
2943
3175
|
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}`,
|
|
2944
3176
|
children: [
|
|
2945
|
-
/* @__PURE__ */
|
|
2946
|
-
/* @__PURE__ */
|
|
2947
|
-
/* @__PURE__ */
|
|
2948
|
-
/* @__PURE__ */
|
|
3177
|
+
/* @__PURE__ */ jsxs17("p", { className: "flex items-center gap-2 truncate", children: [
|
|
3178
|
+
/* @__PURE__ */ jsxs17("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
|
|
3179
|
+
/* @__PURE__ */ jsx44("title", { children: "GitHub" }),
|
|
3180
|
+
/* @__PURE__ */ jsx44("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" })
|
|
2949
3181
|
] }),
|
|
2950
3182
|
owner,
|
|
2951
3183
|
"/",
|
|
2952
3184
|
repo
|
|
2953
3185
|
] }),
|
|
2954
|
-
/* @__PURE__ */
|
|
2955
|
-
/* @__PURE__ */
|
|
3186
|
+
/* @__PURE__ */ jsxs17("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
|
|
3187
|
+
/* @__PURE__ */ jsx44(globalLucideIcons.Star, { className: "size-3" }),
|
|
2956
3188
|
humanizedStars
|
|
2957
3189
|
] })
|
|
2958
3190
|
]
|
|
@@ -3021,12 +3253,12 @@ function FumaGithubInfo({ owner, repo, token, className }) {
|
|
|
3021
3253
|
fetchRepoData();
|
|
3022
3254
|
}, [owner, repo, token]);
|
|
3023
3255
|
if (loading) {
|
|
3024
|
-
return /* @__PURE__ */
|
|
3256
|
+
return /* @__PURE__ */ jsx44(GitHubInfoSkeleton, { owner, repo, className });
|
|
3025
3257
|
}
|
|
3026
3258
|
if (error || !data) {
|
|
3027
|
-
return /* @__PURE__ */
|
|
3259
|
+
return /* @__PURE__ */ jsx44(GitHubInfoFallback, { owner, repo, className });
|
|
3028
3260
|
}
|
|
3029
|
-
return /* @__PURE__ */
|
|
3261
|
+
return /* @__PURE__ */ jsx44(
|
|
3030
3262
|
GitHubInfoSuccess,
|
|
3031
3263
|
{
|
|
3032
3264
|
owner,
|
|
@@ -3039,7 +3271,7 @@ function FumaGithubInfo({ owner, repo, token, className }) {
|
|
|
3039
3271
|
|
|
3040
3272
|
// src/fuma/mdx/site-x.tsx
|
|
3041
3273
|
import { useTranslations as useTranslations2 } from "next-intl";
|
|
3042
|
-
import { jsx as
|
|
3274
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
3043
3275
|
function SiteX(_a) {
|
|
3044
3276
|
var _b = _a, { type, namespace, tKey, className } = _b, props = __objRest(_b, ["type", "namespace", "tKey", "className"]);
|
|
3045
3277
|
let ns = namespace;
|
|
@@ -3053,7 +3285,7 @@ function SiteX(_a) {
|
|
|
3053
3285
|
const t = useTranslations2(ns);
|
|
3054
3286
|
const text = t(key, { defaultValue: type === "site" ? "Site----" : "----@example.com" });
|
|
3055
3287
|
if (type === "site") {
|
|
3056
|
-
return /* @__PURE__ */
|
|
3288
|
+
return /* @__PURE__ */ jsx45(
|
|
3057
3289
|
"strong",
|
|
3058
3290
|
__spreadProps(__spreadValues({}, props), {
|
|
3059
3291
|
className: cn(
|
|
@@ -3065,7 +3297,7 @@ function SiteX(_a) {
|
|
|
3065
3297
|
);
|
|
3066
3298
|
}
|
|
3067
3299
|
if (type === "email") {
|
|
3068
|
-
return /* @__PURE__ */
|
|
3300
|
+
return /* @__PURE__ */ jsx45(
|
|
3069
3301
|
"a",
|
|
3070
3302
|
__spreadProps(__spreadValues({}, props), {
|
|
3071
3303
|
href: `mailto:${text}`,
|
|
@@ -3088,13 +3320,13 @@ import {
|
|
|
3088
3320
|
CollapsibleTrigger
|
|
3089
3321
|
} from "fumadocs-ui/components/ui/collapsible";
|
|
3090
3322
|
import Link5 from "next/link";
|
|
3091
|
-
import { jsx as
|
|
3323
|
+
import { jsx as jsx46, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
3092
3324
|
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";
|
|
3093
3325
|
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";
|
|
3094
3326
|
function ZiaFile(_a) {
|
|
3095
3327
|
var _b = _a, {
|
|
3096
3328
|
name,
|
|
3097
|
-
icon = /* @__PURE__ */
|
|
3329
|
+
icon = /* @__PURE__ */ jsx46(globalLucideIcons.File, {}),
|
|
3098
3330
|
className,
|
|
3099
3331
|
anotion,
|
|
3100
3332
|
href
|
|
@@ -3108,16 +3340,16 @@ function ZiaFile(_a) {
|
|
|
3108
3340
|
const validHref = typeof href === "string" && href.trim() !== "";
|
|
3109
3341
|
const validAnotion = typeof anotion === "string" && anotion.trim() !== "";
|
|
3110
3342
|
if (validHref) {
|
|
3111
|
-
return /* @__PURE__ */
|
|
3343
|
+
return /* @__PURE__ */ jsxs18(Link5, { href, className: cn(itemVariants, className), children: [
|
|
3112
3344
|
icon,
|
|
3113
|
-
/* @__PURE__ */
|
|
3114
|
-
validAnotion && /* @__PURE__ */
|
|
3345
|
+
/* @__PURE__ */ jsx46("span", { children: name }),
|
|
3346
|
+
validAnotion && /* @__PURE__ */ jsx46("span", { className: anotionClass, children: anotion })
|
|
3115
3347
|
] });
|
|
3116
3348
|
}
|
|
3117
|
-
return /* @__PURE__ */
|
|
3349
|
+
return /* @__PURE__ */ jsxs18("div", __spreadProps(__spreadValues({ className: cn(itemVariants, className) }, rest), { children: [
|
|
3118
3350
|
icon,
|
|
3119
|
-
/* @__PURE__ */
|
|
3120
|
-
validAnotion && /* @__PURE__ */
|
|
3351
|
+
/* @__PURE__ */ jsx46("span", { children: name }),
|
|
3352
|
+
validAnotion && /* @__PURE__ */ jsx46("span", { className: anotionClass, children: anotion })
|
|
3121
3353
|
] }));
|
|
3122
3354
|
}
|
|
3123
3355
|
function ZiaFolder(_a) {
|
|
@@ -3136,13 +3368,13 @@ function ZiaFolder(_a) {
|
|
|
3136
3368
|
]);
|
|
3137
3369
|
const [open, setOpen] = useState5(defaultOpen);
|
|
3138
3370
|
const validAnotion = typeof anotion === "string" && anotion.trim() !== "";
|
|
3139
|
-
return /* @__PURE__ */
|
|
3140
|
-
/* @__PURE__ */
|
|
3141
|
-
open ? /* @__PURE__ */
|
|
3142
|
-
/* @__PURE__ */
|
|
3143
|
-
validAnotion && /* @__PURE__ */
|
|
3371
|
+
return /* @__PURE__ */ jsxs18(Collapsible, __spreadProps(__spreadValues({ open, onOpenChange: setOpen }, props), { children: [
|
|
3372
|
+
/* @__PURE__ */ jsxs18(CollapsibleTrigger, { className: cn(itemVariants, className, "w-full"), children: [
|
|
3373
|
+
open ? /* @__PURE__ */ jsx46(globalLucideIcons.FolderOpen, {}) : /* @__PURE__ */ jsx46(globalLucideIcons.Folder, {}),
|
|
3374
|
+
/* @__PURE__ */ jsx46("span", { children: name }),
|
|
3375
|
+
validAnotion && /* @__PURE__ */ jsx46("span", { className: anotionClass, children: anotion })
|
|
3144
3376
|
] }),
|
|
3145
|
-
/* @__PURE__ */
|
|
3377
|
+
/* @__PURE__ */ jsx46(CollapsibleContent, { children: /* @__PURE__ */ jsx46("div", { className: "ms-2 flex flex-col border-l ps-2", children }) })
|
|
3146
3378
|
] }));
|
|
3147
3379
|
}
|
|
3148
3380
|
export {
|
|
@@ -3212,6 +3444,7 @@ lucide-react/dist/esm/icons/git-pull-request-arrow.js:
|
|
|
3212
3444
|
lucide-react/dist/esm/icons/globe-lock.js:
|
|
3213
3445
|
lucide-react/dist/esm/icons/globe.js:
|
|
3214
3446
|
lucide-react/dist/esm/icons/grip-vertical.js:
|
|
3447
|
+
lucide-react/dist/esm/icons/grip.js:
|
|
3215
3448
|
lucide-react/dist/esm/icons/hand-heart.js:
|
|
3216
3449
|
lucide-react/dist/esm/icons/handshake.js:
|
|
3217
3450
|
lucide-react/dist/esm/icons/highlighter.js:
|
|
@@ -3219,6 +3452,7 @@ lucide-react/dist/esm/icons/house-plus.js:
|
|
|
3219
3452
|
lucide-react/dist/esm/icons/image-down.js:
|
|
3220
3453
|
lucide-react/dist/esm/icons/image-off.js:
|
|
3221
3454
|
lucide-react/dist/esm/icons/image-up.js:
|
|
3455
|
+
lucide-react/dist/esm/icons/infinity.js:
|
|
3222
3456
|
lucide-react/dist/esm/icons/info.js:
|
|
3223
3457
|
lucide-react/dist/esm/icons/keyboard.js:
|
|
3224
3458
|
lucide-react/dist/esm/icons/land-plot.js:
|
|
@@ -3234,12 +3468,15 @@ lucide-react/dist/esm/icons/mouse-pointer-click.js:
|
|
|
3234
3468
|
lucide-react/dist/esm/icons/palette.js:
|
|
3235
3469
|
lucide-react/dist/esm/icons/panel-left.js:
|
|
3236
3470
|
lucide-react/dist/esm/icons/panels-top-left.js:
|
|
3471
|
+
lucide-react/dist/esm/icons/paw-print.js:
|
|
3237
3472
|
lucide-react/dist/esm/icons/pencil.js:
|
|
3238
3473
|
lucide-react/dist/esm/icons/pi.js:
|
|
3474
|
+
lucide-react/dist/esm/icons/qr-code.js:
|
|
3239
3475
|
lucide-react/dist/esm/icons/receipt-text.js:
|
|
3240
3476
|
lucide-react/dist/esm/icons/refresh-ccw.js:
|
|
3241
3477
|
lucide-react/dist/esm/icons/regex.js:
|
|
3242
3478
|
lucide-react/dist/esm/icons/replace.js:
|
|
3479
|
+
lucide-react/dist/esm/icons/rocket.js:
|
|
3243
3480
|
lucide-react/dist/esm/icons/rss.js:
|
|
3244
3481
|
lucide-react/dist/esm/icons/scale.js:
|
|
3245
3482
|
lucide-react/dist/esm/icons/search.js:
|
|
@@ -3247,15 +3484,18 @@ lucide-react/dist/esm/icons/send-horizontal.js:
|
|
|
3247
3484
|
lucide-react/dist/esm/icons/server.js:
|
|
3248
3485
|
lucide-react/dist/esm/icons/share.js:
|
|
3249
3486
|
lucide-react/dist/esm/icons/shield-user.js:
|
|
3487
|
+
lucide-react/dist/esm/icons/shield.js:
|
|
3250
3488
|
lucide-react/dist/esm/icons/sigma.js:
|
|
3251
3489
|
lucide-react/dist/esm/icons/sparkles.js:
|
|
3252
3490
|
lucide-react/dist/esm/icons/spline-pointer.js:
|
|
3491
|
+
lucide-react/dist/esm/icons/sprout.js:
|
|
3253
3492
|
lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
|
|
3254
3493
|
lucide-react/dist/esm/icons/square-terminal.js:
|
|
3255
3494
|
lucide-react/dist/esm/icons/star.js:
|
|
3256
3495
|
lucide-react/dist/esm/icons/tablets.js:
|
|
3257
3496
|
lucide-react/dist/esm/icons/terminal.js:
|
|
3258
3497
|
lucide-react/dist/esm/icons/twitter.js:
|
|
3498
|
+
lucide-react/dist/esm/icons/workflow.js:
|
|
3259
3499
|
lucide-react/dist/esm/icons/x.js:
|
|
3260
3500
|
lucide-react/dist/esm/icons/zap.js:
|
|
3261
3501
|
lucide-react/dist/esm/lucide-react.js:
|