@windrun-huaiin/third-ui 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +210 -0
  3. package/dist/clerk/index.d.mts +33 -0
  4. package/dist/clerk/index.d.ts +33 -0
  5. package/dist/clerk/index.js +2395 -0
  6. package/dist/clerk/index.js.map +1 -0
  7. package/dist/clerk/index.mjs +2361 -0
  8. package/dist/clerk/index.mjs.map +1 -0
  9. package/dist/cta.css +16 -0
  10. package/dist/fuma/index.d.mts +51 -0
  11. package/dist/fuma/index.d.ts +51 -0
  12. package/dist/fuma/index.js +2976 -0
  13. package/dist/fuma/index.js.map +1 -0
  14. package/dist/fuma/index.mjs +2944 -0
  15. package/dist/fuma/index.mjs.map +1 -0
  16. package/dist/fuma/mdx/index.d.mts +94 -0
  17. package/dist/fuma/mdx/index.d.ts +94 -0
  18. package/dist/fuma/mdx/index.js +2866 -0
  19. package/dist/fuma/mdx/index.js.map +1 -0
  20. package/dist/fuma/mdx/index.mjs +2827 -0
  21. package/dist/fuma/mdx/index.mjs.map +1 -0
  22. package/dist/fuma.css +132 -0
  23. package/dist/index.d.mts +5 -0
  24. package/dist/index.d.ts +5 -0
  25. package/dist/index.js +3597 -0
  26. package/dist/index.js.map +1 -0
  27. package/dist/index.mjs +3549 -0
  28. package/dist/index.mjs.map +1 -0
  29. package/dist/lib/index.d.mts +4414 -0
  30. package/dist/lib/index.d.ts +4414 -0
  31. package/dist/lib/index.js +127 -0
  32. package/dist/lib/index.js.map +1 -0
  33. package/dist/lib/index.mjs +95 -0
  34. package/dist/lib/index.mjs.map +1 -0
  35. package/dist/main/index.d.mts +25 -0
  36. package/dist/main/index.d.ts +25 -0
  37. package/dist/main/index.js +3003 -0
  38. package/dist/main/index.js.map +1 -0
  39. package/dist/main/index.mjs +2963 -0
  40. package/dist/main/index.mjs.map +1 -0
  41. package/dist/third-ui.css +44 -0
  42. package/package.json +106 -0
  43. package/src/clerk/clerk-organization.tsx +47 -0
  44. package/src/clerk/clerk-page-generator.tsx +42 -0
  45. package/src/clerk/clerk-provider-client.tsx +57 -0
  46. package/src/clerk/clerk-user.tsx +59 -0
  47. package/src/clerk/index.ts +5 -0
  48. package/src/fuma/fuma-banner-suit.tsx +16 -0
  49. package/src/fuma/fuma-github-info.tsx +194 -0
  50. package/src/fuma/fuma-page-genarator.tsx +94 -0
  51. package/src/fuma/index.ts +4 -0
  52. package/src/fuma/mdx/airtical-card.tsx +56 -0
  53. package/src/fuma/mdx/gradient-button.tsx +62 -0
  54. package/src/fuma/mdx/image-grid.tsx +35 -0
  55. package/src/fuma/mdx/image-zoom.tsx +84 -0
  56. package/src/fuma/mdx/index.ts +8 -0
  57. package/src/fuma/mdx/mermaid.tsx +87 -0
  58. package/src/fuma/mdx/toc-base.tsx +88 -0
  59. package/src/fuma/mdx/toc.tsx +35 -0
  60. package/src/fuma/mdx/trophy-card.tsx +36 -0
  61. package/src/fuma/mdx/zia-card.tsx +46 -0
  62. package/src/index.ts +4 -0
  63. package/src/lib/clerk-intl.ts +13 -0
  64. package/src/lib/fuma-schema-check-util.ts +73 -0
  65. package/src/lib/fuma-search-util.ts +6 -0
  66. package/src/lib/index.ts +3 -0
  67. package/src/main/ads-alert-dialog.tsx +133 -0
  68. package/src/main/cta.tsx +28 -0
  69. package/src/main/faq.tsx +58 -0
  70. package/src/main/features.tsx +35 -0
  71. package/src/main/footer.tsx +37 -0
  72. package/src/main/gallery.tsx +68 -0
  73. package/src/main/go-to-top.tsx +44 -0
  74. package/src/main/index.ts +12 -0
  75. package/src/main/loading.tsx +93 -0
  76. package/src/main/nprogress-bar.tsx +24 -0
  77. package/src/main/seo-content.tsx +34 -0
  78. package/src/main/tips.tsx +38 -0
  79. package/src/main/usage.tsx +45 -0
  80. package/src/styles/cta.css +16 -0
  81. package/src/styles/fuma.css +132 -0
  82. package/src/styles/third-ui.css +43 -0
package/dist/index.mjs ADDED
@@ -0,0 +1,3549 @@
1
+ "use client";
2
+ var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
4
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
8
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
9
+ var __spreadValues = (a, b) => {
10
+ for (var prop in b || (b = {}))
11
+ if (__hasOwnProp.call(b, prop))
12
+ __defNormalProp(a, prop, b[prop]);
13
+ if (__getOwnPropSymbols)
14
+ for (var prop of __getOwnPropSymbols(b)) {
15
+ if (__propIsEnum.call(b, prop))
16
+ __defNormalProp(a, prop, b[prop]);
17
+ }
18
+ return a;
19
+ };
20
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
21
+ var __objRest = (source, exclude) => {
22
+ var target = {};
23
+ for (var prop in source)
24
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
25
+ target[prop] = source[prop];
26
+ if (source != null && __getOwnPropSymbols)
27
+ for (var prop of __getOwnPropSymbols(source)) {
28
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
29
+ target[prop] = source[prop];
30
+ }
31
+ return target;
32
+ };
33
+ var __export = (target, all) => {
34
+ for (var name in all)
35
+ __defProp(target, name, { get: all[name], enumerable: true });
36
+ };
37
+ var __async = (__this, __arguments, generator) => {
38
+ return new Promise((resolve, reject) => {
39
+ var fulfilled = (value) => {
40
+ try {
41
+ step(generator.next(value));
42
+ } catch (e) {
43
+ reject(e);
44
+ }
45
+ };
46
+ var rejected = (value) => {
47
+ try {
48
+ step(generator.throw(value));
49
+ } catch (e) {
50
+ reject(e);
51
+ }
52
+ };
53
+ var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
54
+ step((generator = generator.apply(__this, __arguments)).next());
55
+ });
56
+ };
57
+
58
+ // src/clerk/clerk-organization.tsx
59
+ import { OrganizationSwitcher } from "@clerk/nextjs";
60
+
61
+ // ../base-ui/src/assets/github.tsx
62
+ import React from "react";
63
+
64
+ // ../base-ui/src/lib/theme-util.ts
65
+ var themeIconColor = process.env.NEXT_PUBLIC_STYLE_ICON_COLOR || "text-purple-500";
66
+ var themeSvgIconColor = process.env.NEXT_PUBLIC_STYLE_SVG_ICON_COLOR || "#AC62FD";
67
+ var themeSvgIconSize = process.env.NEXT_PUBLIC_STYLE_SVG_ICON_SIZE || 18;
68
+
69
+ // ../base-ui/src/assets/github.tsx
70
+ import { jsx } from "react/jsx-runtime";
71
+ var GitHubIcon = React.forwardRef(
72
+ (_a, ref) => {
73
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
74
+ return /* @__PURE__ */ jsx(
75
+ "svg",
76
+ __spreadProps(__spreadValues({
77
+ ref,
78
+ role: "img",
79
+ className
80
+ }, props), {
81
+ viewBox: "0 0 1024 1024",
82
+ xmlns: "http://www.w3.org/2000/svg",
83
+ children: /* @__PURE__ */ jsx(
84
+ "path",
85
+ {
86
+ d: "M512 0C229.283787 0 0.142041 234.942803 0.142041 524.867683c0 231.829001 146.647305 428.553077 350.068189 497.952484 25.592898 4.819996 34.976961-11.38884 34.976961-25.294314 0-12.45521-0.469203-45.470049-0.725133-89.276559-142.381822 31.735193-172.453477-70.380469-172.453477-70.380469-23.246882-60.569859-56.816233-76.693384-56.816234-76.693385-46.493765-32.58829 3.540351-31.948468 3.540351-31.948467 51.356415 3.71097 78.356923 54.086324 78.356923 54.086324 45.683323 80.19108 119.817417 57.072162 148.993321 43.593236 4.649376-33.91059 17.915029-57.029508 32.50298-70.167195-113.675122-13.222997-233.151301-58.223843-233.1513-259.341366 0-57.285437 19.919806-104.163095 52.678715-140.846248-5.246544-13.265652-22.820334-66.626844 4.990615-138.884127 0 0 42.996069-14.076094 140.760939 53.787741 40.863327-11.644769 84.627183-17.445825 128.177764-17.6591 43.465272 0.213274 87.271782 6.014331 128.135109 17.6591 97.679561-67.906489 140.59032-53.787741 140.59032-53.787741 27.938914 72.257282 10.407779 125.618474 5.118579 138.884127 32.844219 36.683154 52.593405 83.560812 52.593405 140.846248 0 201.586726-119.646798 245.990404-233.663158 258.957473 18.341577 16.208835 34.721032 48.199958 34.721032 97.210357 0 70.167195-0.639822 126.7275-0.639823 143.960051 0 14.033439 9.213443 30.370239 35.190235 25.209005 203.250265-69.527373 349.769606-266.123484 349.769605-497.867175C1023.857959 234.942803 794.673558 0 512 0",
87
+ fill: themeSvgIconColor,
88
+ "p-id": "6929"
89
+ }
90
+ )
91
+ })
92
+ );
93
+ }
94
+ );
95
+ GitHubIcon.displayName = "GitHub";
96
+ var github_default = GitHubIcon;
97
+
98
+ // ../base-ui/src/assets/d8.tsx
99
+ import React2 from "react";
100
+ import { jsx as jsx2, jsxs } from "react/jsx-runtime";
101
+ var D8Icon = React2.forwardRef(
102
+ (_a, ref) => {
103
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
104
+ return /* @__PURE__ */ jsxs(
105
+ "svg",
106
+ __spreadProps(__spreadValues({
107
+ ref,
108
+ role: "img",
109
+ className
110
+ }, props), {
111
+ viewBox: "0 0 1024 1024",
112
+ xmlns: "http://www.w3.org/2000/svg",
113
+ children: [
114
+ /* @__PURE__ */ jsx2(
115
+ "path",
116
+ {
117
+ d: "M376.832 80.896C187.392 142.336 61.44 313.344 61.44 513.024c0 290.816 277.504 506.88 558.08 434.176C842.752 888.832 993.28 665.6 955.392 445.44 908.288 168.96 635.904-2.048 376.832 80.896zM624.64 134.144c103.424 25.6 214.016 131.072 256 241.664 32.768 87.04 26.624 220.16-15.36 305.152-37.888 77.824-106.496 146.432-184.32 185.344-56.32 26.624-70.656 29.696-168.96 29.696-95.232 0-114.688-3.072-165.888-27.648-157.696-73.728-253.952-251.904-225.28-416.768 41.984-239.616 264.192-378.88 503.808-317.44z",
118
+ fill: themeSvgIconColor
119
+ }
120
+ ),
121
+ /* @__PURE__ */ jsx2(
122
+ "path",
123
+ {
124
+ d: "M462.848 227.328L460.8 286.72h-35.84c-19.456 0-35.84 4.096-35.84 10.24 0 5.12 11.264 10.24 24.576 10.24 14.336 0 27.648 3.072 29.696 7.168 2.048 5.12-17.408 91.136-43.008 192.512l-47.104 184.32-32.768 3.072c-68.608 7.168-30.72 22.528 53.248 22.528h86.016l4.096 64.512 3.072 63.488 2.048-64.512 2.048-63.488 44.032 1.024c56.32 2.048 123.904-25.6 155.648-64.512 45.056-54.272 26.624-134.144-34.816-153.6-9.216-3.072-1.024-12.288 23.552-26.624 21.504-12.288 41.984-20.48 47.104-17.408 19.456 12.288 35.84-73.728 20.48-112.64-14.336-38.912-66.56-56.32-167.936-56.32h-87.04l-4.096-59.392-3.072-58.368-2.048 58.368z m190.464 96.256c52.224 36.864 10.24 136.192-67.584 157.696C532.48 495.616 460.8 494.592 460.8 478.208c0-6.144 4.096-28.672 9.216-48.128 6.144-19.456 15.36-55.296 21.504-79.872l11.264-43.008h63.488c40.96 0 71.68 6.144 87.04 16.384z m-24.576 211.968c19.456 26.624 19.456 30.72 6.144 70.656-22.528 64.512-66.56 90.112-154.624 90.112-41.984 0-70.656-4.096-70.656-10.24s10.24-50.176 21.504-98.304l22.528-87.04 76.8 3.072c70.656 3.072 78.848 5.12 98.304 31.744z",
125
+ fill: themeSvgIconColor
126
+ }
127
+ ),
128
+ /* @__PURE__ */ jsx2(
129
+ "path",
130
+ {
131
+ d: "M227.328 421.888c-7.168 7.168-12.288 18.432-12.288 25.6 0 18.432-10.24 16.384-33.792-5.12-19.456-16.384-20.48-16.384-8.192 5.12 6.144 13.312 16.384 23.552 21.504 23.552 19.456 0 10.24 22.528-10.24 27.648-19.456 5.12-20.48 6.144-3.072 19.456 12.288 9.216 14.336 16.384 7.168 21.504-6.144 5.12-14.336 17.408-17.408 28.672-7.168 20.48-7.168 20.48 8.192 0 13.312-16.384 19.456-18.432 35.84-7.168 24.576 15.36 58.368 16.384 66.56 2.048 12.288-20.48 46.08-11.264 47.104 12.288 1.024 19.456 2.048 19.456 6.144 5.12 3.072-10.24-3.072-27.648-13.312-38.912-16.384-18.432-16.384-19.456 7.168-28.672 24.576-10.24 24.576-10.24 2.048-10.24C317.44 501.76 307.2 496.64 307.2 491.52v-18.432c0-4.096 6.144-7.168 12.288-7.168 7.168 0 14.336-9.216 16.384-19.456 4.096-19.456 3.072-19.456-14.336-2.048-17.408 18.432-18.432 17.408-37.888-8.192-20.48-28.672-36.864-33.792-56.32-14.336zM750.592 427.008c-1.024 10.24-5.12 37.888-9.216 61.44-4.096 29.696-3.072 49.152 6.144 59.392 8.192 10.24 9.216 15.36 1.024 15.36-6.144 0-17.408 14.336-26.624 30.72-18.432 34.816-6.144 71.68 22.528 71.68 15.36 0 15.36-1.024-1.024-13.312-17.408-12.288-17.408-16.384-2.048-51.2 15.36-37.888 43.008-50.176 53.248-24.576 3.072 8.192-1.024 27.648-7.168 44.032-7.168 16.384-13.312 38.912-14.336 49.152-1.024 10.24-10.24 25.6-20.48 32.768-11.264 8.192-14.336 14.336-9.216 14.336 23.552 0 44.032-28.672 59.392-80.896 20.48-68.608 20.48-72.704 1.024-72.704-16.384 0-20.48-12.288-8.192-23.552 3.072-4.096 12.288-2.048 19.456 4.096 16.384 13.312 45.056 5.12 44.032-13.312 0-10.24-2.048-10.24-6.144-1.024-2.048 7.168-9.216 13.312-15.36 13.312-10.24 0-6.144-45.056 8.192-100.352 4.096-12.288 2.048-22.528-4.096-22.528-5.12 0-15.36 21.504-22.528 48.128-13.312 54.272-26.624 74.752-47.104 74.752-17.408 0-19.456-53.248-3.072-83.968 8.192-15.36 8.192-24.576-3.072-34.816-12.288-12.288-14.336-11.264-15.36 3.072zM696.32 695.296c0 6.144 5.12 13.312 10.24 16.384 6.144 3.072 10.24-1.024 10.24-9.216 0-9.216-4.096-16.384-10.24-16.384-5.12 0-10.24 4.096-10.24 9.216z",
132
+ fill: themeSvgIconColor
133
+ }
134
+ )
135
+ ]
136
+ })
137
+ );
138
+ }
139
+ );
140
+ D8Icon.displayName = "D8";
141
+ var d8_default = D8Icon;
142
+
143
+ // ../base-ui/src/assets/clerk.tsx
144
+ import React3 from "react";
145
+ import { jsx as jsx3 } from "react/jsx-runtime";
146
+ var ClerkIcon = React3.forwardRef(
147
+ (_a, ref) => {
148
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
149
+ return /* @__PURE__ */ jsx3(
150
+ "svg",
151
+ __spreadProps(__spreadValues({
152
+ ref,
153
+ role: "img",
154
+ className
155
+ }, props), {
156
+ viewBox: "0 0 24 24",
157
+ xmlns: "http://www.w3.org/2000/svg",
158
+ children: /* @__PURE__ */ jsx3(
159
+ "path",
160
+ {
161
+ d: "M 21.255071,20.629393 18.43951,17.813831 a 0.5590077,0.5590077 0 0 0 -0.6841,-0.08209 6.6983195,6.6983195 0 0 1 -6.920164,0 0.56291684,0.56291684 0 0 0 -0.6841,0.08209 l -2.8155614,2.815562 a 0.56291684,0.56291684 0 0 0 -0.1006604,0.674327 0.55705312,0.55705312 0 0 0 0.1622295,0.181775 11.727434,11.727434 0 0 0 13.7924393,0 0.56682599,0.56682599 0 0 0 0.233572,-0.413392 0.56291684,0.56291684 0 0 0 -0.168094,-0.44271 z m 0.002,-17.2666924 -2.814584,2.8145842 A 0.55607584,0.55607584 0 0 1 17.757364,6.2593769 6.7012514,6.7012514 0 0 0 8.7985821,8.1699714 6.7061378,6.7061378 0 0 0 7.6043383,11.778112 6.7041832,6.7041832 0 0 0 8.5601242,15.456617 0.55998498,0.55998498 0 0 1 8.4790095,16.13974 L 5.663448,18.954324 A 0.55412127,0.55412127 0 0 1 4.8190727,18.892755 11.720593,11.720593 0 0 1 6.8899421,2.9121717 11.717661,11.717661 0 0 1 21.19448,2.5163708 0.55314398,0.55314398 0 0 1 21.42121,2.9248764 0.55705312,0.55705312 0 0 1 21.257026,3.3627006 Z M 14.300703,15.345206 a 3.3491597,3.3491597 0 1 0 0,-6.698319 3.3491597,3.3491597 0 0 0 0,6.698319 z",
162
+ fill: "none",
163
+ stroke: themeSvgIconColor,
164
+ strokeWidth: "1.5"
165
+ }
166
+ )
167
+ })
168
+ );
169
+ }
170
+ );
171
+ ClerkIcon.displayName = "Clerk";
172
+ var clerk_default = ClerkIcon;
173
+
174
+ // ../base-ui/src/assets/iterm.tsx
175
+ import React4 from "react";
176
+ import { jsx as jsx4 } from "react/jsx-runtime";
177
+ var ItermIcon = React4.forwardRef(
178
+ (_a, ref) => {
179
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
180
+ return /* @__PURE__ */ jsx4(
181
+ "svg",
182
+ __spreadProps(__spreadValues({
183
+ ref,
184
+ role: "img",
185
+ className
186
+ }, props), {
187
+ viewBox: "0 0 24 24",
188
+ xmlns: "http://www.w3.org/2000/svg",
189
+ children: /* @__PURE__ */ jsx4(
190
+ "path",
191
+ {
192
+ d: "M24 5.359v13.282A5.36 5.36 0 0 1 18.641 24H5.359A5.36 5.36 0 0 1 0 18.641V5.359A5.36 5.36 0 0 1 5.359 0h13.282A5.36 5.36 0 0 1 24 5.359m-.932-.233A4.196 4.196 0 0 0 18.874.932H5.126A4.196 4.196 0 0 0 .932 5.126v13.748a4.196 4.196 0 0 0 4.194 4.194h13.748a4.196 4.196 0 0 0 4.194-4.194zm-.816.233v13.282a3.613 3.613 0 0 1-3.611 3.611H5.359a3.613 3.613 0 0 1-3.611-3.611V5.359a3.613 3.613 0 0 1 3.611-3.611h13.282a3.613 3.613 0 0 1 3.611 3.611M8.854 4.194v6.495h.962V4.194zM5.483 9.493v1.085h.597V9.48q.283-.037.508-.133.373-.165.575-.448.208-.284.208-.649a.9.9 0 0 0-.171-.568 1.4 1.4 0 0 0-.426-.388 3 3 0 0 0-.544-.261 32 32 0 0 0-.545-.209 1.8 1.8 0 0 1-.426-.216q-.164-.12-.164-.284 0-.223.179-.351.18-.126.485-.127.344 0 .575.105.239.105.5.298l.433-.5a2.3 2.3 0 0 0-.605-.433 1.6 1.6 0 0 0-.582-.159v-.968h-.597v.978a2 2 0 0 0-.477.127 1.2 1.2 0 0 0-.545.411q-.194.268-.194.634 0 .335.164.56.164.224.418.38a4 4 0 0 0 .552.262q.291.104.545.209.261.104.425.238a.39.39 0 0 1 .165.321q0 .225-.187.359-.18.134-.537.134-.381 0-.717-.134a4.4 4.4 0 0 1-.649-.351l-.388.589q.209.173.477.306.276.135.575.217.191.046.373.064",
193
+ fill: "none",
194
+ stroke: themeSvgIconColor,
195
+ strokeWidth: "1"
196
+ }
197
+ )
198
+ })
199
+ );
200
+ }
201
+ );
202
+ ItermIcon.displayName = "Iterm";
203
+ var iterm_default = ItermIcon;
204
+
205
+ // ../base-ui/src/assets/markdown.tsx
206
+ import React5 from "react";
207
+ import { jsx as jsx5 } from "react/jsx-runtime";
208
+ var MarkdownIcon = React5.forwardRef(
209
+ (_a, ref) => {
210
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
211
+ return /* @__PURE__ */ jsx5(
212
+ "svg",
213
+ __spreadProps(__spreadValues({
214
+ ref,
215
+ role: "img",
216
+ className
217
+ }, props), {
218
+ viewBox: "0 0 1024 1024",
219
+ xmlns: "http://www.w3.org/2000/svg",
220
+ children: /* @__PURE__ */ jsx5(
221
+ "path",
222
+ {
223
+ d: "M20.48 327.76192a163.84 163.84 0 0 1 163.84-163.84h655.36a163.84 163.84 0 0 1 163.84 163.84v327.68a163.84 163.84 0 0 1-163.84 163.84H184.32a163.84 163.84 0 0 1-163.84-163.84v-327.68z m163.84-81.92a81.92 81.92 0 0 0-81.92 81.92v327.68a81.92 81.92 0 0 0 81.92 81.92h655.36a81.92 81.92 0 0 0 81.92-81.92v-327.68a81.92 81.92 0 0 0-81.92-81.92H184.32z m68.97664 84.00896a40.96 40.96 0 0 1 45.71136 14.336L389.12 464.24064l90.112-120.13568a40.96 40.96 0 0 1 73.728 24.576v245.76a40.96 40.96 0 0 1-81.92 0v-122.88l-49.152 65.536a41.04192 41.04192 0 0 1-65.536 0l-49.152-65.536v122.88a40.96 40.96 0 1 1-81.92 0v-245.76a40.96 40.96 0 0 1 28.01664-38.87104zM757.76 368.76288a40.96 40.96 0 0 0-81.92 0v146.8416l-12.00128-12.00128a40.96 40.96 0 0 0-57.91744 57.91744l81.92 81.92a40.96 40.96 0 0 0 57.91744 0l81.92-81.92a40.96 40.96 0 0 0-57.91744-57.91744l-12.00128 12.00128V368.72192z",
224
+ fill: themeSvgIconColor,
225
+ "p-id": "7370"
226
+ }
227
+ )
228
+ })
229
+ );
230
+ }
231
+ );
232
+ MarkdownIcon.displayName = "Markdown";
233
+ var markdown_default = MarkdownIcon;
234
+
235
+ // ../base-ui/src/assets/mdx.tsx
236
+ import React6 from "react";
237
+ import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
238
+ var MDXIcon = React6.forwardRef(
239
+ (_a, ref) => {
240
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
241
+ return /* @__PURE__ */ jsxs2(
242
+ "svg",
243
+ __spreadProps(__spreadValues({
244
+ ref,
245
+ role: "img",
246
+ className
247
+ }, props), {
248
+ viewBox: "0 0 1024 1024",
249
+ xmlns: "http://www.w3.org/2000/svg",
250
+ children: [
251
+ /* @__PURE__ */ jsx6(
252
+ "path",
253
+ {
254
+ d: "M20.48 327.76192a163.84 163.84 0 0 1 163.84-163.84h655.36a163.84 163.84 0 0 1 163.84 163.84v327.68a163.84 163.84 0 0 1-163.84 163.84H184.32a163.84 163.84 0 0 1-163.84-163.84v-327.68z m163.84-81.92a81.92 81.92 0 0 0-81.92 81.92v327.68a81.92 81.92 0 0 0 81.92 81.92h655.36a81.92 81.92 0 0 0 81.92-81.92v-327.68a81.92 81.92 0 0 0-81.92-81.92H184.32z m68.97664 84.00896a40.96 40.96 0 0 1 45.71136 14.336L389.12 464.24064l90.112-120.13568a40.96 40.96 0 0 1 73.728 24.576v245.76a40.96 40.96 0 0 1-81.92 0v-122.88l-49.152 65.536a41.04192 41.04192 0 0 1-65.536 0l-49.152-65.536v122.88a40.96 40.96 0 1 1-81.92 0v-245.76a40.96 40.96 0 0 1 28.01664-38.87104zM757.76 368.76288a40.96 40.96 0 0 0-81.92 0v146.8416l-12.00128-12.00128a40.96 40.96 0 0 0-57.91744 57.91744l81.92 81.92a40.96 40.96 0 0 0 57.91744 0l81.92-81.92a40.96 40.96 0 0 0-57.91744-57.91744l-12.00128 12.00128V368.72192z",
255
+ "p-id": "7370",
256
+ id: "path1",
257
+ style: {
258
+ stroke: "none",
259
+ strokeOpacity: 1,
260
+ fill: themeSvgIconColor,
261
+ fillOpacity: 1,
262
+ strokeWidth: 16,
263
+ strokeDasharray: "none"
264
+ }
265
+ }
266
+ ),
267
+ /* @__PURE__ */ jsx6(
268
+ "circle",
269
+ {
270
+ id: "path3",
271
+ cx: "719.29987",
272
+ cy: "577.29211",
273
+ r: "40.298649",
274
+ style: {
275
+ opacity: 1,
276
+ fill: "#FFFFFF",
277
+ fillOpacity: 1,
278
+ stroke: "none",
279
+ strokeWidth: 9.49366,
280
+ strokeDasharray: "none",
281
+ strokeOpacity: 1
282
+ }
283
+ }
284
+ ),
285
+ /* @__PURE__ */ jsx6(
286
+ "circle",
287
+ {
288
+ id: "path3-6",
289
+ cx: "850.25433",
290
+ cy: "310.07559",
291
+ r: "40.298649",
292
+ style: {
293
+ fill: themeSvgIconColor,
294
+ fillOpacity: 1,
295
+ stroke: "none",
296
+ strokeWidth: 9.49366,
297
+ strokeDasharray: "none",
298
+ strokeOpacity: 1
299
+ }
300
+ }
301
+ ),
302
+ /* @__PURE__ */ jsx6(
303
+ "circle",
304
+ {
305
+ id: "path3-6-8",
306
+ cx: "173.18126",
307
+ cy: "310.07559",
308
+ r: "40.298649",
309
+ style: {
310
+ fill: themeSvgIconColor,
311
+ fillOpacity: 1,
312
+ stroke: "none",
313
+ strokeWidth: 9.49366,
314
+ strokeDasharray: "none",
315
+ strokeOpacity: 1
316
+ }
317
+ }
318
+ ),
319
+ /* @__PURE__ */ jsx6(
320
+ "circle",
321
+ {
322
+ id: "path3-6-8-7",
323
+ cx: "850.25433",
324
+ cy: "666.45483",
325
+ r: "40.298649",
326
+ style: {
327
+ fill: themeSvgIconColor,
328
+ fillOpacity: 1,
329
+ stroke: "none",
330
+ strokeWidth: 9.49366,
331
+ strokeDasharray: "none",
332
+ strokeOpacity: 1
333
+ }
334
+ }
335
+ ),
336
+ /* @__PURE__ */ jsx6(
337
+ "circle",
338
+ {
339
+ id: "path3-6-4",
340
+ cx: "173.18126",
341
+ cy: "669.54193",
342
+ r: "40.298649",
343
+ style: {
344
+ fill: themeSvgIconColor,
345
+ fillOpacity: 1,
346
+ stroke: "none",
347
+ strokeWidth: 9.49366,
348
+ strokeDasharray: "none",
349
+ strokeOpacity: 1
350
+ }
351
+ }
352
+ )
353
+ ]
354
+ })
355
+ );
356
+ }
357
+ );
358
+ MDXIcon.displayName = "MDX";
359
+ var mdx_default = MDXIcon;
360
+
361
+ // ../base-ui/src/assets/html.tsx
362
+ import React7 from "react";
363
+ import { jsx as jsx7 } from "react/jsx-runtime";
364
+ var HtmlIcon = React7.forwardRef(
365
+ (_a, ref) => {
366
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
367
+ return /* @__PURE__ */ jsx7(
368
+ "svg",
369
+ __spreadProps(__spreadValues({
370
+ ref,
371
+ role: "img",
372
+ className
373
+ }, props), {
374
+ viewBox: "0 0 32 32",
375
+ xmlns: "http://www.w3.org/2000/svg",
376
+ children: /* @__PURE__ */ jsx7(
377
+ "path",
378
+ {
379
+ fill: themeSvgIconColor,
380
+ d: "m4 4 2 22 10 2 10-2 2-22Zm19.72 7H11.28l.29 3h11.86l-.802 9.335L15.99 25l-6.635-1.646L8.93 19h3.02l.19 2 3.86.77 3.84-.77.29-4H8.84L8 8h16Z"
381
+ }
382
+ )
383
+ })
384
+ );
385
+ }
386
+ );
387
+ HtmlIcon.displayName = "Html";
388
+ var html_default = HtmlIcon;
389
+
390
+ // ../base-ui/src/assets/json.tsx
391
+ import React8 from "react";
392
+ import { jsx as jsx8 } from "react/jsx-runtime";
393
+ var JsonIcon = React8.forwardRef(
394
+ (_a, ref) => {
395
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
396
+ return /* @__PURE__ */ jsx8(
397
+ "svg",
398
+ __spreadProps(__spreadValues({
399
+ ref,
400
+ role: "img",
401
+ className
402
+ }, props), {
403
+ viewBox: "0 -960 960 960",
404
+ xmlns: "http://www.w3.org/2000/svg",
405
+ children: /* @__PURE__ */ jsx8(
406
+ "path",
407
+ {
408
+ fill: themeSvgIconColor,
409
+ d: "M560-160v-80h120q17 0 28.5-11.5T720-280v-80q0-38 22-69t58-44v-14q-36-13-58-44t-22-69v-80q0-17-11.5-28.5T680-720H560v-80h120q50 0 85 35t35 85v80q0 17 11.5 28.5T840-560h40v160h-40q-17 0-28.5 11.5T800-360v80q0 50-35 85t-85 35zm-280 0q-50 0-85-35t-35-85v-80q0-17-11.5-28.5T120-400H80v-160h40q17 0 28.5-11.5T160-600v-80q0-50 35-85t85-35h120v80H280q-17 0-28.5 11.5T240-680v80q0 38-22 69t-58 44v14q36 13 58 44t22 69v80q0 17 11.5 28.5T280-240h120v80z"
410
+ }
411
+ )
412
+ })
413
+ );
414
+ }
415
+ );
416
+ JsonIcon.displayName = "Json";
417
+ var json_default = JsonIcon;
418
+
419
+ // ../base-ui/src/assets/xml.tsx
420
+ import React9 from "react";
421
+ import { jsx as jsx9 } from "react/jsx-runtime";
422
+ var XMLIcon = React9.forwardRef(
423
+ (_a, ref) => {
424
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
425
+ return /* @__PURE__ */ jsx9(
426
+ "svg",
427
+ __spreadProps(__spreadValues({
428
+ ref,
429
+ role: "img",
430
+ className
431
+ }, props), {
432
+ viewBox: "0 0 1024 1024",
433
+ xmlns: "http://www.w3.org/2000/svg",
434
+ children: /* @__PURE__ */ jsx9(
435
+ "path",
436
+ {
437
+ d: "M354.40128 0c-87.04 0-157.44 70.55872-157.44 157.59872v275.68128H78.72c-21.6576 0-39.36256 17.69984-39.36256 39.36256v236.31872c0 21.6576 17.69984 39.35744 39.36256 39.35744h118.24128v118.08256c0 87.04 70.4 157.59872 157.44 157.59872h472.63744c87.04 0 157.59872-70.55872 157.59872-157.59872V315.0336c0-41.74848-38.9888-81.93024-107.52-149.27872l-29.11744-29.12256L818.87744 107.52C751.5392 38.9888 711.39328 0 669.59872 0H354.4064z m0 78.72h287.20128c28.35456 7.0912 27.99616 42.1376 27.99616 76.8v120.16128c0 21.6576 17.69984 39.35744 39.36256 39.35744h118.07744c39.38816 0 78.87872-0.0256 78.87872 39.36256v512c0 43.32032-35.55328 78.87872-78.87872 78.87872H354.4064c-43.32544 0-78.72-35.5584-78.72-78.87872v-118.08256h393.91744c21.66272 0 39.36256-17.69472 39.36256-39.35744V472.64256c0-21.66272-17.69984-39.36256-39.36256-39.36256H275.68128V157.59872c0-43.32032 35.39456-78.87872 78.72-78.87872zM145.12128 507.36128h23.99744l39.36256 67.2 40.32-67.2h23.04l-50.88256 83.51744 54.72256 92.16h-24.96l-43.20256-75.83744-43.19744 75.83744h-23.04l54.71744-92.16-50.87744-83.51744z m154.55744 0h32.64l49.92 143.03744h0.96256l48.95744-143.03744h33.60256v175.67744h-22.08256v-106.55744c0-10.88 0.32256-26.56256 0.96256-47.04256h-0.96256l-52.79744 153.6h-19.2l-52.80256-153.6h-0.95744c1.28 22.4 1.92 38.72256 1.92 48.96256v104.63744H299.6736V507.36128z m214.08256 0h22.07744v155.52h69.12v20.15744h-91.19744V507.36128z",
438
+ "p-id": "9479",
439
+ fill: themeSvgIconColor
440
+ }
441
+ )
442
+ })
443
+ );
444
+ }
445
+ );
446
+ XMLIcon.displayName = "XML";
447
+ var xml_default = XMLIcon;
448
+
449
+ // ../base-ui/src/assets/yaml.tsx
450
+ import React10 from "react";
451
+ import { jsx as jsx10 } from "react/jsx-runtime";
452
+ var YamlIcon = React10.forwardRef(
453
+ (_a, ref) => {
454
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
455
+ return /* @__PURE__ */ jsx10(
456
+ "svg",
457
+ __spreadProps(__spreadValues({
458
+ ref,
459
+ role: "img",
460
+ className
461
+ }, props), {
462
+ viewBox: "0 0 1024 1024",
463
+ xmlns: "http://www.w3.org/2000/svg",
464
+ children: /* @__PURE__ */ jsx10(
465
+ "path",
466
+ {
467
+ d: "M354.401 0c-87.04 0-157.44 70.559-157.44 157.599V433.28H78.72c-21.658 0-39.363 17.7-39.363 39.363V708.96c0 21.658 17.7 39.358 39.363 39.358h118.241V866.4c0 87.04 70.4 157.599 157.44 157.599H827.04c87.04 0 157.598-70.559 157.598-157.599V315.034c0-41.749-38.988-81.93-107.52-149.28L848 136.633l-29.123-29.112C751.54 38.989 711.393 0 669.6 0H354.406z m0 78.72h287.202c28.354 7.091 27.996 42.138 27.996 76.8v120.161c0 21.658 17.7 39.358 39.362 39.358H827.04c39.388 0 78.878-0.026 78.878 39.362v512c0 43.32-35.553 78.879-78.878 78.879H354.406c-43.325 0-78.72-35.558-78.72-78.879V748.32h393.918c21.663 0 39.362-17.695 39.362-39.358V472.643c0-21.663-17.7-39.363-39.362-39.363H275.68V157.599c0-43.32 35.395-78.879 78.72-78.879z m-93.127 427.679h20.162l65.28 176.64h-23.04l-19.2-54.718h-65.28l-19.2 54.718h-23.04l64.318-176.64z m-181.438 0.962h23.998l40.32 89.278 41.282-89.278h23.998l-53.76 107.52v68.158h-22.078v-67.2L79.836 507.36z m290.878 0h32.64l49.92 143.038h0.962l48.958-143.038h33.602V683.04h-22.082V576.48c0-10.88 0.322-26.562 0.962-47.042h-0.962l-52.798 153.6h-19.2l-52.802-153.6h-0.958c1.28 22.4 1.92 38.722 1.92 48.962V683.04h-20.162V507.36z m214.082 0h22.078v155.52h69.12v20.158h-91.188V507.36z m-312.96 23.04c-1.92 8.96-4.802 18.238-8.642 27.838l-17.28 50.882h51.84l-18.238-50.882c-3.84-10.88-6.4-20.158-7.68-27.838z",
468
+ "p-id": "10866",
469
+ fill: themeSvgIconColor
470
+ }
471
+ )
472
+ })
473
+ );
474
+ }
475
+ );
476
+ YamlIcon.displayName = "Yaml";
477
+ var yaml_default = YamlIcon;
478
+
479
+ // ../base-ui/src/assets/csv.tsx
480
+ import React11 from "react";
481
+ import { jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
482
+ var CSVIcon = React11.forwardRef(
483
+ (_a, ref) => {
484
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
485
+ return /* @__PURE__ */ jsxs3(
486
+ "svg",
487
+ __spreadProps(__spreadValues({
488
+ ref,
489
+ role: "img",
490
+ className
491
+ }, props), {
492
+ viewBox: "0 0 1024 1024",
493
+ xmlns: "http://www.w3.org/2000/svg",
494
+ children: [
495
+ /* @__PURE__ */ jsx11(
496
+ "path",
497
+ {
498
+ d: "M158.72 517.12h61.44v394.24c0 28.27776 22.92224 51.2 51.2 51.2h614.4c28.27776 0 51.2-22.92224 51.2-51.2V317.44h-204.8c-28.27776 0-51.2-22.92224-51.2-51.2V61.44H271.36c-28.27776 0-51.2 22.92224-51.2 51.2v97.28H158.72V76.8c0-42.41408 34.38592-76.8 76.8-76.8h481.28l281.6 281.6v665.6c0 42.41408-34.38592 76.8-76.8 76.8H235.52c-42.41408 0-76.8-34.38592-76.8-76.8v-430.08z",
499
+ fill: themeSvgIconColor,
500
+ "p-id": "8469"
501
+ }
502
+ ),
503
+ /* @__PURE__ */ jsx11(
504
+ "path",
505
+ {
506
+ d: "M102.4 209.92h460.8c42.41408 0 76.8 34.38592 76.8 76.8v153.6c0 42.41408-34.38592 76.8-76.8 76.8H102.4c-42.41408 0-76.8-34.38592-76.8-76.8V286.72c0-42.41408 34.38592-76.8 76.8-76.8z m129.81248 176.2304c-2.7136 11.80672-7.18848 20.45952-13.42464 25.9584-6.23104 5.49888-13.6704 8.25344-22.3232 8.25344-11.74016 0-21.2736-4.3264-28.60544-12.98432-7.33184-8.6528-10.99776-23.17312-10.99776-43.55584 0-19.21536 3.72224-33.11104 11.1616-41.69216 7.44448-8.58112 17.14176-12.87168 29.09696-12.87168 8.6528 0 16.00512 2.42176 22.05696 7.26016 6.04672 4.84352 10.02496 11.4432 11.9296 19.79904l32.23552-7.69536c-3.67104-12.90752-9.1648-22.8096-16.50176-29.70112-12.31872-11.66336-28.34432-17.48992-48.07168-17.48992-22.58432 0-40.8064 7.424-54.66624 22.272-13.86496 14.848-20.79232 35.69664-20.79232 62.53568 0 25.37472 6.89152 45.37856 20.67968 60.0064 13.78816 14.62784 31.3856 21.94432 52.80256 21.94432 17.3056 0 31.5904-4.27008 42.84416-12.81536 11.25376-8.54016 19.3024-21.61152 24.14592-39.21408l-31.56992-10.0096z m51.25632 6.81984c2.12992 18.03776 8.6528 31.7696 19.57888 41.19552 10.9312 9.4208 26.58304 14.1312 46.97088 14.1312 14.00832 0 25.7024-1.96096 35.09248-5.88288 9.38496-3.92192 16.64512-9.91744 21.78048-17.98656 5.13024-8.064 7.70048-16.7168 7.70048-25.9584 0-10.1888-2.1504-18.75456-6.43584-25.68192-4.29056-6.93248-10.22976-12.39552-17.8176-16.39424-7.59296-3.9936-19.30752-7.86432-35.1488-11.60192-15.84128-3.7376-25.81504-7.33184-29.92128-10.78272-3.2256-2.7136-4.8384-5.97504-4.8384-9.78944 0-4.17792 1.72544-7.51616 5.1712-10.0096 5.3504-3.88608 12.75904-5.83168 22.2208-5.83168 9.1648 0 16.04096 1.8176 20.62336 5.44768 4.5824 3.63008 7.57248 9.58976 8.96 17.87392l32.5632-1.4336c-0.512-14.80704-5.888-26.65472-16.11264-35.52768-10.22976-8.87296-25.46688-13.312-45.70624-13.312-12.3904 0-22.97344 1.87392-31.73376 5.61152-8.76544 3.74272-15.47264 9.18528-20.13184 16.3328-4.6592 7.15264-6.98368 14.83776-6.98368 23.05024 0 12.75904 4.95104 23.5776 14.848 32.45056 7.04 6.30784 19.28704 11.6224 36.74112 15.9488 13.568 3.37408 22.25664 5.71904 26.07104 7.04 5.57056 1.98144 9.47712 4.31104 11.71456 6.98368 2.23744 2.67776 3.3536 5.92384 3.3536 9.73824 0 5.9392-2.65728 11.12576-7.97184 15.5648-5.31968 4.43392-13.21984 6.656-23.7056 6.656-9.90208 0-17.7664-2.49344-23.59808-7.48032-5.82656-4.98688-9.69728-12.8-11.60192-23.43424l-31.68256 3.08224zM483.1232 445.44h34.7648l57.74848-161.25952h-34.53952l-39.49056 119.3472-40.81152-119.3472h-35.30752L483.11808 445.44z",
507
+ fill: themeSvgIconColor,
508
+ "p-id": "8470"
509
+ }
510
+ ),
511
+ /* @__PURE__ */ jsx11(
512
+ "path",
513
+ {
514
+ d: "M266.24 634.88m30.72 0l563.2 0q30.72 0 30.72 30.72l0 0q0 30.72-30.72 30.72l-563.2 0q-30.72 0-30.72-30.72l0 0q0-30.72 30.72-30.72Z",
515
+ fill: themeSvgIconColor,
516
+ "p-id": "8471"
517
+ }
518
+ ),
519
+ /* @__PURE__ */ jsx11(
520
+ "path",
521
+ {
522
+ d: "M266.24 808.96m30.72 0l563.2 0q30.72 0 30.72 30.72l0 0q0 30.72-30.72 30.72l-563.2 0q-30.72 0-30.72-30.72l0 0q0-30.72 30.72-30.72Z",
523
+ fill: themeSvgIconColor,
524
+ "p-id": "8472"
525
+ }
526
+ )
527
+ ]
528
+ })
529
+ );
530
+ }
531
+ );
532
+ CSVIcon.displayName = "CSV";
533
+ var csv_default = CSVIcon;
534
+
535
+ // ../base-ui/src/assets/txt.tsx
536
+ import React12 from "react";
537
+ import { jsx as jsx12 } from "react/jsx-runtime";
538
+ var TxtIcon = React12.forwardRef(
539
+ (_a, ref) => {
540
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
541
+ return /* @__PURE__ */ jsx12(
542
+ "svg",
543
+ __spreadProps(__spreadValues({
544
+ ref,
545
+ role: "img",
546
+ className
547
+ }, props), {
548
+ viewBox: "0 0 1024 1024",
549
+ xmlns: "http://www.w3.org/2000/svg",
550
+ children: /* @__PURE__ */ jsx12(
551
+ "path",
552
+ {
553
+ d: "M764.6 791c-35.6 0-77.2-19.2-77.2-73.6 0-21.8 7.8-37.2 25.2-49.6 17-12.2 43-20.8 73.4-24.4 42.8-5 91-7.8 132.2-9.2 0.6 0 1 0.2 1.6 0.4 0.6 0.2 1 0.6 1.4 1 0.4 0.4 0.6 0.8 0.8 1.4 0.2 0.6 0.2 1 0.2 1.6-5.4 102.4-57.2 152.4-157.6 152.4z m42.2-460.6c-84.6-0.6-160.4 48.8-192.8 125.6-0.6 1.4-1 2.8-1.6 4.2-0.4 1.4-0.8 2.8-1 4.2-0.2 1.4-0.6 2.8-0.6 4.4-0.2 1.4-0.2 3-0.2 4.4 0 1.4 0 3 0.2 4.4 0.2 1.4 0.4 3 0.6 4.4 0.2 1.4 0.6 2.8 1 4.2 0.4 1.4 0.8 2.8 1.4 4.2 0.6 1.4 1.2 2.8 1.8 4 0.6 1.4 1.4 2.6 2.2 3.8 0.8 1.2 1.6 2.4 2.6 3.6 1 1.2 1.8 2.2 3 3.2 1 1 2 2 3.2 3 1.2 1 2.2 1.8 3.4 2.6 1.2 0.8 2.4 1.6 3.8 2.4 1.2 0.8 2.6 1.4 4 2 1.4 0.6 2.8 1 4.2 1.6l4.2 1.2c1.4 0.4 2.8 0.6 4.4 0.6 1.4 0.2 3 0.2 4.4 0.2 1.4 0 3 0 4.4-0.2 1.4-0.2 3-0.4 4.4-0.6 1.4-0.2 2.8-0.6 4.2-1 1.4-0.4 2.8-0.8 4.2-1.4 1.4-0.6 2.6-1.2 4-1.8 1.2-0.6 2.6-1.4 3.8-2.2 1.2-0.8 2.4-1.6 3.6-2.6 1.2-1 2.2-2 3.2-3s2-2.2 3-3.2c1-1.2 1.8-2.4 2.6-3.6 0.8-1.2 1.6-2.4 2.2-3.8 0.8-1.2 1.4-2.6 2-4 18-42.8 60.4-70.4 108.2-70.8 65.6-0.4 118.6 54.2 118.6 120.4 0 0.4 0 0.8-0.2 1.2-0.2 0.4-0.4 0.6-0.6 1-0.2 0.2-0.6 0.6-1 0.6-0.4 0.2-0.8 0.2-1.2 0.2-44.4 1.2-97.2 4.2-144.4 9.8-111 13.2-177.4 74.2-177.4 163.4 0 47.4 17.8 90 50 120 30.2 28.2 71.6 43.6 116.4 43.6 63 0 117-16.4 158.2-47.6h0.2c0 1.4 0 3 0.2 4.4 0.2 1.4 0.4 3 0.6 4.4 0.2 1.4 0.6 2.8 1 4.2 0.4 1.4 1 2.8 1.4 4.2 0.6 1.4 1.2 2.8 1.8 4 0.6 1.4 1.4 2.6 2.2 3.8 0.8 1.2 1.6 2.4 2.6 3.6 1 1.2 1.8 2.2 3 3.2 1 1 2.2 2 3.2 3 1.2 1 2.2 1.8 3.6 2.6 1.2 0.8 2.4 1.6 3.8 2.2 1.2 0.8 2.6 1.4 4 2 1.4 0.6 2.8 1 4.2 1.6 1.4 0.4 2.8 0.8 4.2 1 1.4 0.2 2.8 0.6 4.4 0.6 1.4 0.2 3 0.2 4.4 0.2 1.4 0 3 0 4.4-0.2 1.4-0.2 3-0.4 4.4-0.6 1.4-0.2 2.8-0.6 4.2-1 1.4-0.4 2.8-1 4.2-1.4 1.4-0.6 2.6-1.2 4-1.8 1.2-0.6 2.6-1.4 3.8-2.2 1.2-0.8 2.4-1.6 3.6-2.6 1.2-1 2.2-2 3.2-3s2-2.2 3-3.2c1-1.2 1.8-2.4 2.6-3.6 0.8-1.2 1.6-2.4 2.2-3.8 0.6-1.2 1.4-2.6 1.8-4 0.6-1.4 1-2.8 1.4-4.2 0.4-1.4 0.8-2.8 1-4.2 0.2-1.4 0.6-3 0.6-4.4 0.2-1.4 0.2-3 0.2-4.4V541.2c-0.4-115-91.8-210-205.8-210.8zM210.2 554l88-236.6c0.2-0.8 0.8-1.4 1.4-2 0.6-0.4 1.4-0.8 2.4-0.8 0.8 0 1.6 0.2 2.4 0.8 0.6 0.4 1.2 1.2 1.4 2l88 236.8c0.2 0.4 0.2 0.6 0.2 1v1c0 0.4-0.2 0.6-0.2 1-0.2 0.4-0.2 0.6-0.4 0.8-0.2 0.2-0.4 0.6-0.6 0.8-0.2 0.2-0.6 0.4-0.8 0.6-0.2 0.2-0.6 0.2-1 0.4-0.4 0-0.6 0.2-1 0.2h-176c-0.4 0-0.6 0-1-0.2-0.4 0-0.6-0.2-1-0.4-0.2-0.2-0.6-0.4-0.8-0.6-0.2-0.2-0.4-0.4-0.6-0.8-0.2-0.2-0.4-0.6-0.4-0.8-0.2-0.4-0.2-0.6-0.2-1v-1c0-0.4 0-0.8 0.2-1.2z m377 264L343.8 163.2c-0.8-2.2-1.8-4.2-2.8-6.2-1.2-2-2.4-3.8-3.8-5.6-1.4-1.8-3-3.4-4.6-5-1.6-1.6-3.4-3-5.2-4.2-1.8-1.2-3.8-2.4-5.8-3.4s-4.2-1.8-6.2-2.6c-2.2-0.6-4.4-1.2-6.6-1.6-2.2-0.4-4.4-0.6-6.8-0.6-2.2 0-4.6 0.2-6.8 0.6-2.2 0.4-4.4 0.8-6.6 1.6-2.2 0.6-4.2 1.6-6.2 2.6s-4 2.2-5.8 3.4c-1.8 1.2-3.6 2.8-5.2 4.2-1.6 1.6-3.2 3.2-4.6 5-1.4 1.8-2.6 3.6-3.8 5.6-1.2 2-2 4-2.8 6.2L16.6 818c-0.4 1.4-1 2.8-1.2 4.2-0.4 1.4-0.6 2.8-0.8 4.4-0.2 1.4-0.4 3-0.4 4.4v4.4c0 1.4 0.2 3 0.4 4.4 0.2 1.4 0.4 2.8 0.8 4.4l1.2 4.2c0.4 1.4 1 2.8 1.6 4 0.6 1.4 1.2 2.6 2 3.8l2.4 3.6c0.8 1.2 1.8 2.4 2.8 3.4 1 1 2 2.2 3 3.2s2.2 2 3.4 2.8c1.2 0.8 2.4 1.8 3.6 2.4 1.2 0.8 2.6 1.4 3.8 2.2 1.4 0.6 2.6 1.2 4 1.8 1.4 0.6 2.8 1 4.2 1.4 1.4 0.4 2.8 0.6 4.2 1 1.4 0.2 2.8 0.4 4.4 0.6 1.4 0 3 0.2 4.4 0 1.4 0 2.8-0.2 4.4-0.4 1.4-0.2 2.8-0.4 4.2-0.8l4.2-1.2c1.4-0.4 2.8-1 4-1.6 1.4-0.6 2.6-1.2 3.8-2l3.6-2.4c1.2-0.8 2.4-1.8 3.4-2.8 1-1 2.2-2 3.2-3s2-2.2 2.8-3.4c0.8-1.2 1.8-2.4 2.6-3.6 0.8-1.2 1.4-2.6 2.2-3.8 0.6-1.4 1.2-2.6 1.8-4L174 652.2c0.2-0.8 0.8-1.4 1.4-2 0.6-0.4 1.4-0.8 2.4-0.8h249c0.8 0 1.6 0.2 2.4 0.8 0.6 0.4 1.2 1.2 1.4 2l73.4 197.4c0.6 1.4 1.2 2.8 1.8 4 0.6 1.4 1.4 2.6 2.2 3.8 0.8 1.2 1.6 2.4 2.6 3.6 0.8 1.2 1.8 2.2 2.8 3.4 1 1 2 2 3.2 3s2.2 1.8 3.4 2.8l3.6 2.4c1.2 0.8 2.6 1.4 3.8 2 1.4 0.6 2.6 1.2 4 1.6l4.2 1.2c1.4 0.4 2.8 0.6 4.2 0.8 1.4 0.2 2.8 0.4 4.4 0.4h4.4c1.4 0 2.8-0.2 4.4-0.6s2.8-0.6 4.2-1c1.4-0.4 2.8-0.8 4.2-1.4 1.4-0.6 2.6-1 4-1.8 1.4-0.6 2.6-1.4 3.8-2.2l3.6-2.4c1.2-0.8 2.2-1.8 3.4-2.8 1-1 2-2 3-3.2 1-1 1.8-2.2 2.8-3.4l2.4-3.6c0.8-1.2 1.4-2.6 2-3.8 0.6-1.4 1.2-2.6 1.6-4l1.2-4.2c0.4-1.4 0.6-2.8 0.8-4.4 0.2-1.4 0.4-3 0.4-4.4v-4.4c0-1.4-0.2-3-0.4-4.4-0.2-1.4-0.6-2.8-0.8-4.4-1-1.4-1.4-2.8-2-4.2z",
554
+ fill: themeSvgIconColor,
555
+ "p-id": "18326"
556
+ }
557
+ )
558
+ })
559
+ );
560
+ }
561
+ );
562
+ TxtIcon.displayName = "Txt";
563
+ var txt_default = TxtIcon;
564
+
565
+ // ../base-ui/src/assets/java.tsx
566
+ import React13 from "react";
567
+ import { jsx as jsx13 } from "react/jsx-runtime";
568
+ var JavaIcon = React13.forwardRef(
569
+ (_a, ref) => {
570
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
571
+ return /* @__PURE__ */ jsx13(
572
+ "svg",
573
+ __spreadProps(__spreadValues({
574
+ ref,
575
+ role: "img",
576
+ className
577
+ }, props), {
578
+ viewBox: "0 0 32 32",
579
+ xmlns: "http://www.w3.org/2000/svg",
580
+ children: /* @__PURE__ */ jsx13(
581
+ "path",
582
+ {
583
+ d: "M4 26h24v2H4zM28 4H7a1 1 0 0 0-1 1v13a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4v-4h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 8h-4V6h4Z",
584
+ fill: "none",
585
+ stroke: themeSvgIconColor,
586
+ strokeWidth: "2"
587
+ }
588
+ )
589
+ })
590
+ );
591
+ }
592
+ );
593
+ JavaIcon.displayName = "Java";
594
+ var java_default = JavaIcon;
595
+
596
+ // ../base-ui/src/assets/sql.tsx
597
+ import React14 from "react";
598
+ import { jsx as jsx14, jsxs as jsxs4 } from "react/jsx-runtime";
599
+ var SQLIcon = React14.forwardRef(
600
+ (_a, ref) => {
601
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
602
+ return /* @__PURE__ */ jsxs4(
603
+ "svg",
604
+ __spreadProps(__spreadValues({
605
+ ref,
606
+ role: "img",
607
+ className
608
+ }, props), {
609
+ viewBox: "0 0 1024 1024",
610
+ xmlns: "http://www.w3.org/2000/svg",
611
+ children: [
612
+ /* @__PURE__ */ jsx14(
613
+ "path",
614
+ {
615
+ d: "M477.12 858.56l14.72-16.64a77.44 77.44 0 0 0 54.08 24c25.6 0 40.96-12.8 40.96-32s-14.08-26.56-32-34.88l-28.48-12.16a52.16 52.16 0 0 1 22.08-101.76 79.36 79.36 0 0 1 57.28 24l-12.8 15.68a64 64 0 0 0-44.48-18.24c-22.08 0-36.48 11.2-36.48 28.8s16.96 25.92 32 32l28.16 12.16A54.08 54.08 0 0 1 611.84 832a58.88 58.88 0 0 1-66.24 55.36 93.76 93.76 0 0 1-68.48-28.8zM810.24 928a96 96 0 0 1-28.16 4.16 74.24 74.24 0 0 1-71.68-46.4c-42.56-4.8-70.4-42.56-70.4-99.84 0-62.4 34.56-100.48 83.52-100.48s83.2 38.08 83.2 100.48c0 56.32-27.52 93.44-68.8 100.8a50.24 50.24 0 0 0 47.68 25.92 68.8 68.8 0 0 0 20.8-2.88z m-87.68-61.44c34.88 0 57.92-32 57.92-81.6s-23.04-79.04-57.92-79.04-58.24 30.08-58.24 79.04 23.04 82.56 58.24 82.56zM848 688.96h24.64V864h85.44v21.12H848zM444.16 377.28c-192 0-387.2-52.8-387.2-153.92s194.56-154.24 387.2-154.24S832 121.92 832 224s-195.52 153.28-387.84 153.28z m0-244.16C234.88 133.12 120.96 192 120.96 224s113.92 89.92 323.2 89.92S768 253.76 768 224s-114.88-90.88-323.84-90.88z",
616
+ "p-id": "12089",
617
+ fill: themeSvgIconColor
618
+ }
619
+ ),
620
+ /* @__PURE__ */ jsx14(
621
+ "path",
622
+ {
623
+ d: "M444.16 554.88c-192 0-387.2-52.8-387.2-154.24a32 32 0 0 1 64 0c0 32 113.92 90.24 323.2 90.24S768 431.36 768 400.64a32 32 0 1 1 64 0c0 101.44-195.52 154.24-387.84 154.24zM444.16 732.48c-192 0-387.2-53.12-387.2-154.24a32 32 0 0 1 64 0c0 32 113.92 90.24 323.2 90.24a32 32 0 1 1 0 64zM444.16 932.16c-192 0-387.2-52.8-387.2-153.92a32 32 0 0 1 64 0c0 30.4 113.92 89.92 323.2 89.92a32 32 0 0 1 0 64z",
624
+ "p-id": "12090",
625
+ fill: themeSvgIconColor
626
+ }
627
+ ),
628
+ /* @__PURE__ */ jsx14(
629
+ "path",
630
+ {
631
+ d: "M800 699.2a32 32 0 0 1-32-32V234.24a32 32 0 0 1 64 0v432.96a32 32 0 0 1-32 32zM88.96 821.12a32 32 0 0 1-32-32V234.24a32 32 0 0 1 64 0v554.88a32 32 0 0 1-32 32z",
632
+ "p-id": "12091",
633
+ fill: themeSvgIconColor
634
+ }
635
+ )
636
+ ]
637
+ })
638
+ );
639
+ }
640
+ );
641
+ SQLIcon.displayName = "SQL";
642
+ var sql_default = SQLIcon;
643
+
644
+ // ../base-ui/src/assets/log.tsx
645
+ import React15 from "react";
646
+ import { jsx as jsx15, jsxs as jsxs5 } from "react/jsx-runtime";
647
+ var LogIcon = React15.forwardRef(
648
+ (_a, ref) => {
649
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
650
+ return /* @__PURE__ */ jsxs5(
651
+ "svg",
652
+ __spreadProps(__spreadValues({
653
+ ref,
654
+ role: "img",
655
+ className
656
+ }, props), {
657
+ viewBox: "0 0 1024 1024",
658
+ xmlns: "http://www.w3.org/2000/svg",
659
+ children: [
660
+ /* @__PURE__ */ jsx15(
661
+ "path",
662
+ {
663
+ d: "M568.896 910.208h-512V113.792h739.52V512h-56.832V170.688H113.792v682.624H512z",
664
+ fill: themeSvgIconColor,
665
+ "p-id": "12257"
666
+ }
667
+ ),
668
+ /* @__PURE__ */ jsx15(
669
+ "path",
670
+ {
671
+ d: "M711.104 512c108.096 0 199.104 91.008 199.104 199.104 0 108.096-91.008 199.104-199.04 199.104C602.944 910.208 512 819.2 512 711.168 512 602.944 603.008 512 711.104 512m0-56.896c-142.208 0-256 113.792-256 256s113.792 256 256 256 256-113.792 256-256-113.792-256-256-256zM227.584 56.96h56.832v170.688h-56.832V56.896z m341.312 0h56.896v170.688h-56.96V56.896zM170.688 341.312h512v56.96h-512v-56.96z m0 170.688H455.04v56.896H170.688V512z m0 170.688h227.52v56.896H170.688v-56.96z",
672
+ fill: themeSvgIconColor,
673
+ "p-id": "12258"
674
+ }
675
+ ),
676
+ /* @__PURE__ */ jsx15("path", { d: "M853.312 796.416h-170.624V568.96h56.896v170.688h113.728z", fill: themeSvgIconColor, "p-id": "12259" })
677
+ ]
678
+ })
679
+ );
680
+ }
681
+ );
682
+ LogIcon.displayName = "Log";
683
+ var log_default = LogIcon;
684
+
685
+ // ../base-ui/src/assets/mac.tsx
686
+ import React16 from "react";
687
+ import { jsx as jsx16 } from "react/jsx-runtime";
688
+ var MACIcon = React16.forwardRef(
689
+ (_a, ref) => {
690
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
691
+ return /* @__PURE__ */ jsx16(
692
+ "svg",
693
+ __spreadProps(__spreadValues({
694
+ ref,
695
+ role: "img",
696
+ className
697
+ }, props), {
698
+ viewBox: "0 0 24 24",
699
+ xmlns: "http://www.w3.org/2000/svg",
700
+ children: /* @__PURE__ */ jsx16(
701
+ "path",
702
+ {
703
+ d: "M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701",
704
+ fill: "none",
705
+ stroke: themeSvgIconColor,
706
+ strokeWidth: "2"
707
+ }
708
+ )
709
+ })
710
+ );
711
+ }
712
+ );
713
+ MACIcon.displayName = "MAC";
714
+ var mac_default = MACIcon;
715
+
716
+ // ../base-ui/src/assets/bitcoin.tsx
717
+ import React17 from "react";
718
+ import { jsx as jsx17 } from "react/jsx-runtime";
719
+ var BitcoinIcon = React17.forwardRef(
720
+ (_a, ref) => {
721
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
722
+ return /* @__PURE__ */ jsx17(
723
+ "svg",
724
+ __spreadProps(__spreadValues({
725
+ ref,
726
+ role: "img",
727
+ className
728
+ }, props), {
729
+ viewBox: "0 0 24 24",
730
+ xmlns: "http://www.w3.org/2000/svg",
731
+ children: /* @__PURE__ */ jsx17(
732
+ "path",
733
+ {
734
+ d: "M23.638 14.904c-1.602 6.43-8.113 10.34-14.542 8.736C2.67 22.05-1.244 15.525.362 9.105 1.962 2.67 8.475-1.243 14.9.358c6.43 1.605 10.342 8.115 8.738 14.548v-.002zm-6.35-4.613c.24-1.59-.974-2.45-2.64-3.03l.54-2.153-1.315-.33-.525 2.107c-.345-.087-.705-.167-1.064-.25l.526-2.127-1.32-.33-.54 2.165c-.285-.067-.565-.132-.84-.2l-1.815-.45-.35 1.407s.975.225.955.236c.535.136.63.486.615.766l-1.477 5.92c-.075.166-.24.406-.614.314.015.02-.96-.24-.96-.24l-.66 1.51 1.71.426.93.242-.54 2.19 1.32.327.54-2.17c.36.1.705.19 1.05.273l-.51 2.154 1.32.33.545-2.19c2.24.427 3.93.257 4.64-1.774.57-1.637-.03-2.58-1.217-3.196.854-.193 1.5-.76 1.68-1.93h.01zm-3.01 4.22c-.404 1.64-3.157.75-4.05.53l.72-2.9c.896.23 3.757.67 3.33 2.37zm.41-4.24c-.37 1.49-2.662.735-3.405.55l.654-2.64c.744.18 3.137.524 2.75 2.084v.006z",
735
+ fill: "none",
736
+ stroke: themeSvgIconColor,
737
+ strokeWidth: "1"
738
+ }
739
+ )
740
+ })
741
+ );
742
+ }
743
+ );
744
+ BitcoinIcon.displayName = "BTC";
745
+ var bitcoin_default = BitcoinIcon;
746
+
747
+ // ../base-ui/src/assets/css.tsx
748
+ import React18 from "react";
749
+ import { jsx as jsx18 } from "react/jsx-runtime";
750
+ var CSSIcon = React18.forwardRef(
751
+ (_a, ref) => {
752
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
753
+ return /* @__PURE__ */ jsx18(
754
+ "svg",
755
+ __spreadProps(__spreadValues({
756
+ ref,
757
+ role: "img",
758
+ className
759
+ }, props), {
760
+ viewBox: "0 0 32 32",
761
+ xmlns: "http://www.w3.org/2000/svg",
762
+ children: /* @__PURE__ */ jsx18(
763
+ "path",
764
+ {
765
+ fill: themeSvgIconColor,
766
+ d: "M23.5 12H8c.89-2.3 4.02-4 7.75-4s6.86 1.7 7.75 4M14 12h15.5c-.89 2.3-4.02 4-7.75 4s-6.86-1.7-7.75-4m3.5 8H2c.89-2.3 4.02-4 7.75-4s6.86 1.7 7.75 4M8 20h15.5c-.89 2.3-4.02 4-7.75 4S8.89 22.3 8 20"
767
+ }
768
+ )
769
+ })
770
+ );
771
+ }
772
+ );
773
+ CSSIcon.displayName = "CSS";
774
+ var css_default = CSSIcon;
775
+
776
+ // ../base-ui/src/assets/mermaid.tsx
777
+ import React19 from "react";
778
+ import { jsx as jsx19 } from "react/jsx-runtime";
779
+ var MermaidIcon = React19.forwardRef(
780
+ // Memmaid need special size for good view
781
+ (_a, ref) => {
782
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
783
+ return /* @__PURE__ */ jsx19(
784
+ "svg",
785
+ __spreadProps(__spreadValues({
786
+ ref,
787
+ role: "img",
788
+ className
789
+ }, props), {
790
+ viewBox: "0 0 24 24",
791
+ xmlns: "http://www.w3.org/2000/svg",
792
+ children: /* @__PURE__ */ jsx19(
793
+ "path",
794
+ {
795
+ d: "M23.99 2.115A12.223 12.223 0 0 0 12 10.149 12.223 12.223 0 0 0 .01 2.115a12.23 12.23 0 0 0 5.32 10.604 6.562 6.562 0 0 1 2.845 5.423v3.754h7.65v-3.754a6.561 6.561 0 0 1 2.844-5.423 12.223 12.223 0 0 0 5.32-10.604Z",
796
+ fill: "none",
797
+ stroke: themeSvgIconColor,
798
+ strokeWidth: "2"
799
+ }
800
+ )
801
+ })
802
+ );
803
+ }
804
+ );
805
+ MermaidIcon.displayName = "Mmd";
806
+ var mermaid_default = MermaidIcon;
807
+
808
+ // ../base-ui/src/assets/last-updated.tsx
809
+ import React20 from "react";
810
+ import { jsx as jsx20 } from "react/jsx-runtime";
811
+ var LastUpdatedIcon = React20.forwardRef(
812
+ (_a, ref) => {
813
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
814
+ return /* @__PURE__ */ jsx20(
815
+ "svg",
816
+ __spreadProps(__spreadValues({
817
+ ref,
818
+ role: "img",
819
+ className
820
+ }, props), {
821
+ viewBox: "0 0 1024 1024",
822
+ xmlns: "http://www.w3.org/2000/svg",
823
+ children: /* @__PURE__ */ jsx20(
824
+ "path",
825
+ {
826
+ d: "M918.362566 956.685895 106.992291 956.685895c-14.145162 0-25.611308-11.466146-25.611308-25.611308L81.380984 191.053314c0-14.145162 11.467169-25.611308 25.611308-25.611308l811.370275 0c14.145162 0 25.611308 11.467169 25.611308 25.611308l0 740.02025C943.974897 945.219749 932.508751 956.685895 918.362566 956.685895zM132.603599 905.462257l760.146637 0L892.750235 216.665645 132.603599 216.665645 132.603599 905.462257zM915.696854 410.394904 109.450273 410.394904c-14.145162 0-25.611308-11.467169-25.611308-25.611308s11.467169-25.611308 25.611308-25.611308l806.246581 0c14.145162 0 25.611308 11.467169 25.611308 25.611308S929.842015 410.394904 915.696854 410.394904zM248.987283 313.735447c-14.145162 0-25.611308-11.467169-25.611308-25.611308L223.375975 91.962481c0-14.145162 11.467169-25.611308 25.611308-25.611308s25.611308 11.467169 25.611308 25.611308l0 196.160635C274.59859 302.269301 263.132444 313.735447 248.987283 313.735447zM786.915815 313.735447c-14.145162 0-25.611308-11.467169-25.611308-25.611308L761.304508 91.962481c0-14.145162 11.466146-25.611308 25.611308-25.611308s25.611308 11.467169 25.611308 25.611308l0 196.160635C812.527123 302.269301 801.060977 313.735447 786.915815 313.735447zM378.463146 832.067666c-4.732791 0-9.406231-1.641383-13.156648-4.787026-5.810333-4.874007-8.448416-12.56006-6.856152-19.97596l21.574365-100.484575c0.699941-3.261277 2.186805-6.30152 4.329609-8.856715l173.234483-206.507284c3.488451-4.158716 8.486278-6.760984 13.893428-7.234775 5.392824-0.473791 10.779507 1.219781 14.939247 4.709255l73.627904 61.765739c8.66024 7.264451 9.790994 20.173458 2.526543 28.832675L489.341443 786.03526c-2.143826 2.555196-4.880147 4.548596-7.969509 5.805216l-95.201246 38.71986C383.679961 831.573409 381.062344 832.067666 378.463146 832.067666zM418.978908 720.378911l-12.386098 57.68684 54.653761-22.228257 156.816558-186.93553-42.268686-35.458583L418.978908 720.378911zM483.354078 781.820262c-6.737448 0.001023-13.334703-3.322675-17.244756-9.414417l-23.737634-36.991496-40.554648-16.944927c-10.429537-4.358261-15.35164-16.34527-10.994402-26.774807 4.357238-10.42749 16.343223-15.350616 26.774807-10.993378l46.442752 19.404955c3.834328 1.601474 7.090489 4.333702 9.334599 7.830339l27.183106 42.361807c6.105045 9.513678 3.342118 22.174022-6.17156 28.278043C490.967476 780.771373 487.137241 781.820262 483.354078 781.820262zM601.041454 641.489166c-4.641717 0-9.307993-1.569752-13.143345-4.787026l-73.625858-61.765739c-8.659217-7.264451-9.78997-20.173458-2.52552-28.833699 7.263427-8.659217 20.171412-9.78997 28.833699-2.52552l73.625858 61.765739c8.659217 7.264451 9.78997 20.173458 2.52552 28.833699C612.683609 639.001509 606.882486 641.489166 601.041454 641.489166z",
827
+ fill: themeSvgIconColor,
828
+ "p-id": "2501"
829
+ }
830
+ )
831
+ })
832
+ );
833
+ }
834
+ );
835
+ LastUpdatedIcon.displayName = "LastUpdated";
836
+ var last_updated_default = LastUpdatedIcon;
837
+
838
+ // ../base-ui/src/assets/snippets.tsx
839
+ import React21 from "react";
840
+ import { jsx as jsx21 } from "react/jsx-runtime";
841
+ var SnippetsIcon = React21.forwardRef(
842
+ (_a, ref) => {
843
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
844
+ return /* @__PURE__ */ jsx21(
845
+ "svg",
846
+ __spreadProps(__spreadValues({
847
+ ref,
848
+ role: "img",
849
+ className
850
+ }, props), {
851
+ viewBox: "0 0 24 24",
852
+ xmlns: "http://www.w3.org/2000/svg",
853
+ children: /* @__PURE__ */ jsx21(
854
+ "path",
855
+ {
856
+ d: "M9.825 17.527a.111.111 0 0 1-.107-.142l3.05-10.837a.111.111 0 0 1 .108-.081H14.2c.074 0 .127.07.107.141l-3.063 10.838a.111.111 0 0 1-.107.08H9.825Zm-2.146-2.732a.11.11 0 0 1-.079-.033l-2.667-2.704a.111.111 0 0 1 0-.156L7.6 9.211a.111.111 0 0 1 .08-.033h1.702c.1 0 .149.12.079.19l-2.534 2.534a.111.111 0 0 0 0 .157l2.535 2.546c.07.07.02.19-.079.19H7.68Zm6.954 0a.111.111 0 0 1-.079-.19l2.525-2.546a.111.111 0 0 0 0-.157l-2.524-2.535a.111.111 0 0 1 .079-.19h1.692c.03 0 .058.013.078.034l2.68 2.69a.111.111 0 0 1 0 .157l-2.68 2.704a.111.111 0 0 1-.078.033h-1.693ZM12 24C5.383 24 0 18.617 0 12S5.383 0 12 0s12 5.383 12 12-5.383 12-12 12Zm0-22.667C6.118 1.333 1.333 6.118 1.333 12S6.118 22.667 12 22.667 22.667 17.882 22.667 12 17.882 1.333 12 1.333Z",
857
+ fill: themeSvgIconColor
858
+ }
859
+ )
860
+ })
861
+ );
862
+ }
863
+ );
864
+ SnippetsIcon.displayName = "Snippets";
865
+ var snippets_default = SnippetsIcon;
866
+
867
+ // ../base-ui/src/assets/test.tsx
868
+ import React22 from "react";
869
+ import { jsx as jsx22 } from "react/jsx-runtime";
870
+ var TestIcon = React22.forwardRef(
871
+ (_a, ref) => {
872
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
873
+ return /* @__PURE__ */ jsx22(
874
+ "svg",
875
+ __spreadProps(__spreadValues({
876
+ ref,
877
+ role: "img",
878
+ className
879
+ }, props), {
880
+ viewBox: "0 0 1024 1024",
881
+ xmlns: "http://www.w3.org/2000/svg",
882
+ children: /* @__PURE__ */ jsx22(
883
+ "path",
884
+ {
885
+ d: "M640 126.577778c-140.8 0-256 115.2-256 256 0 65.422222 25.6 125.155556 65.422222 170.666666l-91.022222 91.022223-35.555556-35.555556-174.933333 176.355556c-25.6 25.6-25.6 68.266667 0 93.866666 25.6 25.6 68.266667 25.6 93.866667 0l176.355555-176.355555-38.4-38.4 91.022223-91.022222c45.511111 41.244444 105.244444 65.422222 170.666666 65.422222 140.8 0 256-115.2 256-256-1.422222-142.222222-116.622222-256-257.422222-256z m19.911111 462.222222c-41.244444 0-75.377778-34.133333-75.377778-75.377778v-4.266666c0-8.533333 5.688889-14.222222 14.222223-14.222223s14.222222 5.688889 14.222222 14.222223v4.266666c0 25.6 21.333333 46.933333 46.933333 46.933334 8.533333 0 14.222222 5.688889 14.222222 14.222222s-5.688889 14.222222-14.222222 14.222222zM817.777778 341.333333h-58.311111c-2.844444 12.8-7.111111 24.177778-14.222223 35.555556l41.244445 41.244444c5.688889 5.688889 5.688889 14.222222 0 19.911111-2.844444 2.844444-7.111111 4.266667-9.955556 4.266667-2.844444 0-7.111111-1.422222-9.955555-4.266667L725.333333 396.8c-14.222222 9.955556-31.288889 15.644444-49.777777 15.644444-18.488889 0-35.555556-5.688889-49.777778-15.644444l-41.244445 41.244444c-2.844444 2.844444-7.111111 4.266667-9.955555 4.266667-2.844444 0-7.111111-1.422222-9.955556-4.266667-5.688889-5.688889-5.688889-14.222222 0-19.911111l41.244445-41.244444c-7.111111-9.955556-12.8-22.755556-14.222223-35.555556h-58.311111c-8.533333 0-14.222222-5.688889-14.222222-14.222222s5.688889-14.222222 14.222222-14.222222h58.311111c2.844444-12.8 7.111111-24.177778 14.222223-35.555556l-41.244445-41.244444c-5.688889-5.688889-5.688889-14.222222 0-19.911111 5.688889-5.688889 14.222222-5.688889 19.911111 0l41.244445 41.244444c14.222222-9.955556 31.288889-15.644444 49.777778-15.644444 18.488889 0 35.555556 5.688889 49.777777 15.644444l41.244445-41.244444c5.688889-5.688889 14.222222-5.688889 19.911111 0 5.688889 5.688889 5.688889 14.222222 0 19.911111l-41.244445 41.244444c7.111111 9.955556 12.8 22.755556 14.222223 35.555556h58.311111c8.533333 0 14.222222 5.688889 14.222222 14.222222s-5.688889 14.222222-14.222222 14.222222z",
886
+ fill: themeSvgIconColor,
887
+ "p-id": "7101"
888
+ }
889
+ )
890
+ })
891
+ );
892
+ }
893
+ );
894
+ TestIcon.displayName = "Test";
895
+ var test_default = TestIcon;
896
+
897
+ // ../base-ui/src/assets/diff.tsx
898
+ import React23 from "react";
899
+ import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
900
+ var DiffIcon = React23.forwardRef(
901
+ (_a, ref) => {
902
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
903
+ return /* @__PURE__ */ jsxs6(
904
+ "svg",
905
+ __spreadProps(__spreadValues({
906
+ ref,
907
+ role: "img",
908
+ className
909
+ }, props), {
910
+ viewBox: "0 0 24 24",
911
+ xmlns: "http://www.w3.org/2000/svg",
912
+ children: [
913
+ /* @__PURE__ */ jsx23("path", { d: "M0 0h24v24H0z", fill: "none" }),
914
+ /* @__PURE__ */ jsx23(
915
+ "path",
916
+ {
917
+ fill: themeSvgIconColor,
918
+ d: "M18 23H4c-1.1 0-2-.9-2-2V7h2v14h14zM14.5 7V5h-2v2h-2v2h2v2h2V9h2V7zm2 6h-6v2h6zM15 1H8c-1.1 0-1.99.9-1.99 2L6 17c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V7zm4 16H8V3h6.17L19 7.83z"
919
+ }
920
+ )
921
+ ]
922
+ })
923
+ );
924
+ }
925
+ );
926
+ DiffIcon.displayName = "Diff";
927
+ var diff_default = DiffIcon;
928
+
929
+ // ../base-ui/src/assets/dpa.tsx
930
+ import React24 from "react";
931
+ import { jsx as jsx24 } from "react/jsx-runtime";
932
+ var DPAIcon = React24.forwardRef(
933
+ (_a, ref) => {
934
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
935
+ return /* @__PURE__ */ jsx24(
936
+ "svg",
937
+ __spreadProps(__spreadValues({
938
+ ref,
939
+ role: "img",
940
+ className
941
+ }, props), {
942
+ viewBox: "0 0 24 24",
943
+ xmlns: "http://www.w3.org/2000/svg",
944
+ children: /* @__PURE__ */ jsx24(
945
+ "path",
946
+ {
947
+ d: "M23.373 20.364a4.682 4.682 0 0 1-8.1 0 4.694 4.694 0 0 1 0-4.669c.326-.564.778-.995 1.272-1.358.472.198 3.394 1.421 3.917 1.717a2.291 2.291 0 0 0-3.109.842 2.304 2.304 0 0 0 0 2.267 2.267 2.267 0 0 0 2.564 1.053 2.254 2.254 0 0 0 1.375-1.053 2.328 2.328 0 0 0 0-2.279 2.478 2.478 0 0 0-.83-.83l-3.53-2.045-5.727-3.317a5.022 5.022 0 0 0 4.139-.36l6.32 3.641a4.682 4.682 0 0 1 1.709 6.391zm-14-2.01v.004l-3.558 2a2.27 2.27 0 0 1-3.102-.823 2.267 2.267 0 0 1 2.551-3.332c.591.161 1.089.56 1.375 1.102v-.05a2.27 2.27 0 0 1-.824 3.103c.559-.303 3.352-2.62 3.465-2.714-.304-1.744-1.573-3.24-3.396-3.72a4.608 4.608 0 0 0-3.558.479 4.67 4.67 0 0 0-1.694 6.383 4.682 4.682 0 0 0 2.865 2.192 4.657 4.657 0 0 0 3.66-.56l6.877-3.973c-.019-1.303.512-2.604 1.375-3.58l-6.036 3.49zm-2.4-4.703v-8.1h.012c.002-1.617.821-3.189 2.321-4.055a4.682 4.682 0 1 1 2.337 8.737 4.678 4.678 0 0 1-1.55-.28c-.016-.085-.733-3.796-.733-4.188L9.29 9.59v6.761a4.075 4.075 0 0 0-2.317-2.7zm2.403-8.1a2.279 2.279 0 1 0 4.546 0 2.23 2.23 0 0 0-.297-1.127 2.279 2.279 0 0 0-1.97-1.14 2.267 2.267 0 0 0-2.279 2.254v.013z",
948
+ fill: themeSvgIconColor
949
+ }
950
+ )
951
+ })
952
+ );
953
+ }
954
+ );
955
+ DPAIcon.displayName = "DPA";
956
+ var dpa_default = DPAIcon;
957
+
958
+ // ../base-ui/src/assets/subp.tsx
959
+ import React25 from "react";
960
+ import { jsx as jsx25 } from "react/jsx-runtime";
961
+ var SubPIcon = React25.forwardRef(
962
+ (_a, ref) => {
963
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
964
+ return /* @__PURE__ */ jsx25(
965
+ "svg",
966
+ __spreadProps(__spreadValues({
967
+ ref,
968
+ role: "img",
969
+ className
970
+ }, props), {
971
+ viewBox: "0 0 24 24",
972
+ xmlns: "http://www.w3.org/2000/svg",
973
+ children: /* @__PURE__ */ jsx25(
974
+ "path",
975
+ {
976
+ d: "M11.999 0a12 12 0 100 24A12 12 0 0012 0zm1.183 5.255h.048c3.273 0 5.247 1.48 5.247 4.103 0 2.727-1.974 4.536-5.295 4.669v-1.742c1.837-.11 2.801-1.061 2.801-2.744 0-1.498-.957-2.442-2.8-2.516zm-1.773.026l.005 11.896c.779.052 1.583.18 2.26.337l-.269 1.324H6.788v-1.324a14.96 14.96 0 012.26-.337V6.993a14.71 14.71 0 01-2.26-.337V5.33h2.26c.64 0 1.469-.028 2.361-.05z",
977
+ fill: "none",
978
+ stroke: themeSvgIconColor,
979
+ strokeWidth: "1.5"
980
+ }
981
+ )
982
+ })
983
+ );
984
+ }
985
+ );
986
+ SubPIcon.displayName = "SubP";
987
+ var subp_default = SubPIcon;
988
+
989
+ // ../base-ui/src/assets/t3p.tsx
990
+ import React26 from "react";
991
+ import { jsx as jsx26 } from "react/jsx-runtime";
992
+ var T3PIcon = React26.forwardRef(
993
+ (_a, ref) => {
994
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
995
+ return /* @__PURE__ */ jsx26(
996
+ "svg",
997
+ __spreadProps(__spreadValues({
998
+ ref,
999
+ role: "img",
1000
+ className
1001
+ }, props), {
1002
+ viewBox: "0 0 24 24",
1003
+ xmlns: "http://www.w3.org/2000/svg",
1004
+ children: /* @__PURE__ */ jsx26(
1005
+ "path",
1006
+ {
1007
+ d: "M9.71 2.136a1.43 1.43 0 0 0-2.047 0h-.007a1.48 1.48 0 0 0-.421 1.042c0 .41.161.777.422 1.039l.007.007c.257.264.616.426 1.019.426.404 0 .766-.162 1.027-.426l.003-.007c.261-.262.421-.629.421-1.039 0-.408-.159-.777-.421-1.042H9.71zM8.683 22.295c.404 0 .766-.167 1.027-.429l.003-.008c.261-.261.421-.631.421-1.036 0-.41-.159-.778-.421-1.044H9.71a1.42 1.42 0 0 0-1.027-.432 1.4 1.4 0 0 0-1.02.432h-.007c-.26.266-.422.634-.422 1.044 0 .406.161.775.422 1.036l.007.008c.258.262.617.429 1.02.429zm7.89-4.462c.359-.096.683-.33.882-.684l.027-.052a1.47 1.47 0 0 0 .114-1.067 1.454 1.454 0 0 0-.675-.896l-.021-.014a1.425 1.425 0 0 0-1.078-.132c-.36.091-.684.335-.881.686-.2.349-.241.75-.146 1.119.099.363.33.691.675.896h.002c.346.203.737.239 1.101.144zm-6.405-7.342a2.083 2.083 0 0 0-1.485-.627c-.58 0-1.103.242-1.482.627-.378.385-.612.916-.612 1.507s.233 1.124.612 1.514a2.08 2.08 0 0 0 2.967 0c.379-.39.612-.923.612-1.514s-.233-1.122-.612-1.507zm-.835-2.51c.843.141 1.6.552 2.178 1.144h.004c.092.093.182.196.265.299l1.446-.851a3.176 3.176 0 0 1-.047-1.808 3.149 3.149 0 0 1 1.456-1.926l.025-.016a3.062 3.062 0 0 1 2.345-.306c.77.21 1.465.721 1.898 1.482v.002c.431.757.518 1.626.313 2.408a3.145 3.145 0 0 1-1.456 1.928l-.198.118h-.02a3.095 3.095 0 0 1-2.154.201 3.127 3.127 0 0 1-1.514-.944l-1.444.848a4.162 4.162 0 0 1 0 2.879l1.444.846c.413-.47.939-.789 1.514-.944a3.041 3.041 0 0 1 2.371.319l.048.023v.002a3.17 3.17 0 0 1 1.408 1.906 3.215 3.215 0 0 1-.313 2.405l-.026.053-.003-.005a3.147 3.147 0 0 1-1.867 1.436 3.096 3.096 0 0 1-2.371-.318v-.006a3.156 3.156 0 0 1-1.456-1.927 3.175 3.175 0 0 1 .047-1.805l-1.446-.848a3.905 3.905 0 0 1-.265.294l-.004.005a3.938 3.938 0 0 1-2.178 1.138v1.699a3.09 3.09 0 0 1 1.56.862l.002.004c.565.572.914 1.368.914 2.243 0 .873-.35 1.664-.914 2.239l-.002.009a3.1 3.1 0 0 1-2.21.931 3.1 3.1 0 0 1-2.206-.93h-.002v-.009a3.186 3.186 0 0 1-.916-2.239c0-.875.35-1.672.916-2.243v-.004h.002a3.1 3.1 0 0 1 1.558-.862v-1.699a3.926 3.926 0 0 1-2.176-1.138l-.006-.005a4.098 4.098 0 0 1-1.173-2.874c0-1.122.452-2.136 1.173-2.872h.006a3.947 3.947 0 0 1 2.176-1.144V6.289a3.137 3.137 0 0 1-1.558-.864h-.002v-.004a3.192 3.192 0 0 1-.916-2.243c0-.871.35-1.669.916-2.243l.002-.002A3.084 3.084 0 0 1 8.683 0c.861 0 1.641.355 2.21.932v.002h.002c.565.574.914 1.372.914 2.243 0 .876-.35 1.667-.914 2.243l-.002.005a3.142 3.142 0 0 1-1.56.864v1.692zm8.121-1.129l-.012-.019a1.452 1.452 0 0 0-.87-.668 1.43 1.43 0 0 0-1.103.146h.002c-.347.2-.58.529-.677.896-.095.365-.054.768.146 1.119l.007.009c.2.347.519.579.874.673.357.103.755.059 1.098-.144l.019-.009a1.47 1.47 0 0 0 .657-.885 1.493 1.493 0 0 0-.141-1.118",
1008
+ fill: themeSvgIconColor
1009
+ }
1010
+ )
1011
+ })
1012
+ );
1013
+ }
1014
+ );
1015
+ T3PIcon.displayName = "T3P";
1016
+ var t3p_default = T3PIcon;
1017
+
1018
+ // ../base-ui/src/assets/http.tsx
1019
+ import React27 from "react";
1020
+ import { jsx as jsx27 } from "react/jsx-runtime";
1021
+ var HttpIcon = React27.forwardRef(
1022
+ (_a, ref) => {
1023
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1024
+ return /* @__PURE__ */ jsx27(
1025
+ "svg",
1026
+ __spreadProps(__spreadValues({
1027
+ ref,
1028
+ role: "img",
1029
+ className
1030
+ }, props), {
1031
+ viewBox: "0 0 1024 1024",
1032
+ xmlns: "http://www.w3.org/2000/svg",
1033
+ children: /* @__PURE__ */ jsx27(
1034
+ "path",
1035
+ {
1036
+ d: "M400.896 704.292571v194.889143a376.795429 376.795429 0 0 1-84.845714-12.8c-21.028571-34.486857-48.384-93.732571-65.682286-182.089143h150.528z m448 8.521143v38.070857H803.108571V885.028571h-41.984v-134.144h-89.929142V885.028571h-41.984v-134.144h-45.860572v-38.034285h265.508572z m-368.347429 0v63.561143h50.395429V712.777143h41.984V885.028571h-41.984v-70.582857H480.548571v70.582857h-41.947428V712.777143h41.947428z m433.188572 0c19.456 0 32.146286 0.841143 38.509714 2.633143 10.057143 2.742857 18.505143 8.740571 25.161143 17.810286 6.729143 9.069714 10.020571 20.662857 10.020571 34.596571 0 10.715429-1.901714 19.894857-5.741714 27.428572a49.115429 49.115429 0 0 1-33.024 26.404571c-7.899429 1.645714-19.017143 2.450286-33.462857 2.450286h-14.994286V885.028571h-41.947428V712.777143h55.478857z m-691.602286-8.521143c15.579429 79.798857 39.460571 135.606857 59.465143 171.154286a377.526857 377.526857 0 0 1-198.144-171.154286h138.678857z m693.248 35.84h-25.929143v56.576h22.491429c12.946286 0 21.686857-0.914286 26.697143-2.925714a26.038857 26.038857 0 0 0 12.214857-9.984 27.757714 27.757714 0 0 0 4.388571-15.506286 26.733714 26.733714 0 0 0-6.217143-18.029714 26.697143 26.697143 0 0 0-15.652571-8.923428 114.505143 114.505143 0 0 0-17.993143-1.170286z m-514.486857-203.410285v139.629714h-155.428571a957.586286 957.586286 0 0 1-11.702858-139.629714h167.131429z m-195.108571 0a955.977143 955.977143 0 0 0 11.776 139.629714H70.107429A372.626286 372.626286 0 0 1 36.571429 536.722286h169.216z m390.217142 0a957.696 957.696 0 0 1-11.702857 139.629714h-155.428571v-139.629714h167.131428z m193.170286 0a374.930286 374.930286 0 0 1-33.389714 139.629714H612.205714a956.342857 956.342857 0 0 0 11.776-139.629714h165.193143z m-32.548571-167.570286c19.346286 42.934857 30.902857 89.965714 32.841143 139.629714h-165.376c-0.694857-52.48-5.010286-98.742857-11.556572-139.629714h144.091429z m-355.730286 0v139.629714H233.581714c0.731429-52.516571 5.12-98.742857 11.629715-139.629714h155.684571z m-183.661714 0a965.412571 965.412571 0 0 0-11.593143 139.629714H36.790857c1.828571-49.627429 13.019429-96.768 32.256-139.629714H217.234286z m367.323428 0c6.546286 40.923429 10.898286 87.113143 11.629715 139.629714h-167.350858v-139.629714h155.721143z m-34.998857-197.595429c82.651429 32.109714 150.528 92.891429 193.060572 169.691429H607.817143c-15.286857-78.189714-38.509714-133.741714-58.258286-169.691429zM428.873143 146.285714c29.696 1.316571 58.514286 5.997714 86.125714 13.750857 20.955429 35.181714 47.908571 93.952 64.987429 181.174858h-151.149715V146.285714z m-27.977143 0.036572v194.925714H249.819429c17.115429-87.771429 44.324571-146.724571 65.316571-181.833143A376.758857 376.758857 0 0 1 400.896 146.285714z m-120.100571 24.064c-19.858286 35.949714-43.410286 91.794286-58.88 170.825143H83.053714a378.404571 378.404571 0 0 1 197.741715-170.788572z",
1037
+ fill: themeSvgIconColor,
1038
+ "p-id": "1509"
1039
+ }
1040
+ )
1041
+ })
1042
+ );
1043
+ }
1044
+ );
1045
+ HttpIcon.displayName = "Http";
1046
+ var http_default = HttpIcon;
1047
+
1048
+ // ../base-ui/src/assets/scheme.tsx
1049
+ import React28 from "react";
1050
+ import { jsx as jsx28 } from "react/jsx-runtime";
1051
+ var SchemeIcon = React28.forwardRef(
1052
+ (_a, ref) => {
1053
+ var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1054
+ return /* @__PURE__ */ jsx28(
1055
+ "svg",
1056
+ __spreadProps(__spreadValues({
1057
+ ref,
1058
+ role: "img",
1059
+ className
1060
+ }, props), {
1061
+ viewBox: "0 0 24 24",
1062
+ xmlns: "http://www.w3.org/2000/svg",
1063
+ children: /* @__PURE__ */ jsx28(
1064
+ "path",
1065
+ {
1066
+ fill: themeSvgIconColor,
1067
+ d: "M5.11 21.186 9.887 7.303 8.945 5.11H7.407V2.813h2.296c.483 0 .896.299 1.068.724l6.58 15.353h1.539v2.296h-2.297a1.14 1.14 0 0 1-1.068-.735L11.231 10.45 7.544 21.186z"
1068
+ }
1069
+ )
1070
+ })
1071
+ );
1072
+ }
1073
+ );
1074
+ SchemeIcon.displayName = "Scheme";
1075
+ var scheme_default = SchemeIcon;
1076
+
1077
+ // ../base-ui/src/assets/index.ts
1078
+ var BUILTIN_ICON_COMPONENTS = {
1079
+ GitHub: github_default,
1080
+ D8: d8_default,
1081
+ Clerk: clerk_default,
1082
+ Iterm: iterm_default,
1083
+ Markdown: markdown_default,
1084
+ MDX: mdx_default,
1085
+ Html: html_default,
1086
+ Json: json_default,
1087
+ XML: xml_default,
1088
+ Yaml: yaml_default,
1089
+ CSV: csv_default,
1090
+ Txt: txt_default,
1091
+ Java: java_default,
1092
+ SQL: sql_default,
1093
+ Log: log_default,
1094
+ MAC: mac_default,
1095
+ BTC: bitcoin_default,
1096
+ CSS: css_default,
1097
+ Mmd: mermaid_default,
1098
+ LastUpdated: last_updated_default,
1099
+ Snippets: snippets_default,
1100
+ Test: test_default,
1101
+ Diff: diff_default,
1102
+ DPA: dpa_default,
1103
+ SubP: subp_default,
1104
+ T3P: t3p_default,
1105
+ Http: http_default,
1106
+ Scheme: scheme_default
1107
+ };
1108
+
1109
+ // ../lib/src/limited-lucide-icons.ts
1110
+ var limited_lucide_icons_exports = {};
1111
+ __export(limited_lucide_icons_exports, {
1112
+ AlbumIcon: () => Album,
1113
+ AlignHorizontalJustifyEnd: () => AlignHorizontalJustifyEnd,
1114
+ ArrowLeft: () => ArrowLeft,
1115
+ ArrowRight: () => ArrowRight,
1116
+ ArrowUp: () => ArrowUp,
1117
+ Binary: () => Binary,
1118
+ Blocks: () => Blocks,
1119
+ BookX: () => BookX,
1120
+ BringToFront: () => BringToFront,
1121
+ Bug: () => Bug,
1122
+ Building2: () => Building2,
1123
+ Car: () => Car,
1124
+ Check: () => Check,
1125
+ ChevronDown: () => ChevronDown,
1126
+ ChevronLeft: () => ChevronLeft,
1127
+ ChevronRight: () => ChevronRight,
1128
+ ChevronUp: () => ChevronUp,
1129
+ Circle: () => Circle,
1130
+ CircleAlert: () => CircleAlert,
1131
+ CircleSmall: () => CircleSmall,
1132
+ ComponentIcon: () => Component,
1133
+ Cpu: () => Cpu,
1134
+ DatabaseZap: () => DatabaseZap,
1135
+ Dot: () => Dot,
1136
+ Download: () => Download,
1137
+ ExternalLink: () => ExternalLink,
1138
+ Eye: () => Eye,
1139
+ Facebook: () => Facebook,
1140
+ FileLock2: () => FileLock2,
1141
+ Fingerprint: () => Fingerprint,
1142
+ Gift: () => Gift,
1143
+ GitPullRequestArrow: () => GitPullRequestArrow,
1144
+ Globe: () => Globe,
1145
+ GlobeLock: () => GlobeLock,
1146
+ GripVertical: () => GripVertical,
1147
+ HandHeart: () => HandHeart,
1148
+ Handshake: () => Handshake,
1149
+ Highlighter: () => Highlighter,
1150
+ HousePlus: () => HousePlus,
1151
+ ImageDown: () => ImageDown,
1152
+ ImageOff: () => ImageOff,
1153
+ ImageUp: () => ImageUp,
1154
+ Info: () => Info,
1155
+ Keyboard: () => Keyboard,
1156
+ LandPlot: () => LandPlot,
1157
+ Layout: () => PanelsTopLeft,
1158
+ LayoutTemplate: () => LayoutTemplate,
1159
+ LibraryIcon: () => Library,
1160
+ Link: () => Link,
1161
+ Loader2: () => LoaderCircle,
1162
+ LogIn: () => LogIn,
1163
+ LogOut: () => LogOut,
1164
+ MoreHorizontal: () => Ellipsis,
1165
+ MousePointerClick: () => MousePointerClick,
1166
+ Palette: () => Palette,
1167
+ PanelLeft: () => PanelLeft,
1168
+ PanelsTopLeft: () => PanelsTopLeft,
1169
+ Pencil: () => Pencil,
1170
+ Pi: () => Pi,
1171
+ ReceiptText: () => ReceiptText,
1172
+ Regex: () => Regex,
1173
+ Replace: () => Replace,
1174
+ Rss: () => Rss,
1175
+ Scale: () => Scale,
1176
+ Search: () => Search,
1177
+ Server: () => Server,
1178
+ Share: () => Share,
1179
+ ShieldUser: () => ShieldUser,
1180
+ Sparkles: () => Sparkles,
1181
+ SplinePointer: () => SplinePointer,
1182
+ SquareDashedBottomCode: () => SquareDashedBottomCode,
1183
+ SquareTerminal: () => SquareTerminal,
1184
+ Star: () => Star,
1185
+ Tablets: () => Tablets,
1186
+ Terminal: () => Terminal,
1187
+ Twitter: () => Twitter,
1188
+ X: () => X,
1189
+ Zap: () => Zap
1190
+ });
1191
+
1192
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js
1193
+ import { forwardRef as forwardRef2, createElement as createElement2 } from "react";
1194
+
1195
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/shared/src/utils.js
1196
+ var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
1197
+ var toCamelCase = (string) => string.replace(
1198
+ /^([A-Z])|[\s-_]+(\w)/g,
1199
+ (match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()
1200
+ );
1201
+ var toPascalCase = (string) => {
1202
+ const camelCase = toCamelCase(string);
1203
+ return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);
1204
+ };
1205
+ var mergeClasses = (...classes) => classes.filter((className, index, array) => {
1206
+ return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index;
1207
+ }).join(" ").trim();
1208
+ var hasA11yProp = (props) => {
1209
+ for (const prop in props) {
1210
+ if (prop.startsWith("aria-") || prop === "role" || prop === "title") {
1211
+ return true;
1212
+ }
1213
+ }
1214
+ };
1215
+
1216
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js
1217
+ import { forwardRef, createElement } from "react";
1218
+
1219
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/defaultAttributes.js
1220
+ var defaultAttributes = {
1221
+ xmlns: "http://www.w3.org/2000/svg",
1222
+ width: 24,
1223
+ height: 24,
1224
+ viewBox: "0 0 24 24",
1225
+ fill: "none",
1226
+ stroke: "currentColor",
1227
+ strokeWidth: 2,
1228
+ strokeLinecap: "round",
1229
+ strokeLinejoin: "round"
1230
+ };
1231
+
1232
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js
1233
+ var Icon = forwardRef(
1234
+ (_a, ref) => {
1235
+ var _b = _a, {
1236
+ color = "currentColor",
1237
+ size = 24,
1238
+ strokeWidth = 2,
1239
+ absoluteStrokeWidth,
1240
+ className = "",
1241
+ children,
1242
+ iconNode
1243
+ } = _b, rest = __objRest(_b, [
1244
+ "color",
1245
+ "size",
1246
+ "strokeWidth",
1247
+ "absoluteStrokeWidth",
1248
+ "className",
1249
+ "children",
1250
+ "iconNode"
1251
+ ]);
1252
+ return createElement(
1253
+ "svg",
1254
+ __spreadValues(__spreadValues(__spreadProps(__spreadValues({
1255
+ ref
1256
+ }, defaultAttributes), {
1257
+ width: size,
1258
+ height: size,
1259
+ stroke: color,
1260
+ strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,
1261
+ className: mergeClasses("lucide", className)
1262
+ }), !children && !hasA11yProp(rest) && { "aria-hidden": "true" }), rest),
1263
+ [
1264
+ ...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),
1265
+ ...Array.isArray(children) ? children : [children]
1266
+ ]
1267
+ );
1268
+ }
1269
+ );
1270
+
1271
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js
1272
+ var createLucideIcon = (iconName, iconNode) => {
1273
+ const Component2 = forwardRef2(
1274
+ (_a, ref) => {
1275
+ var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1276
+ return createElement2(Icon, __spreadValues({
1277
+ ref,
1278
+ iconNode,
1279
+ className: mergeClasses(
1280
+ `lucide-${toKebabCase(toPascalCase(iconName))}`,
1281
+ `lucide-${iconName}`,
1282
+ className
1283
+ )
1284
+ }, props));
1285
+ }
1286
+ );
1287
+ Component2.displayName = toPascalCase(iconName);
1288
+ return Component2;
1289
+ };
1290
+
1291
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/album.js
1292
+ var __iconNode = [
1293
+ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
1294
+ ["polyline", { points: "11 3 11 11 14 8 17 11 17 3", key: "1wcwz3" }]
1295
+ ];
1296
+ var Album = createLucideIcon("album", __iconNode);
1297
+
1298
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/align-horizontal-justify-end.js
1299
+ var __iconNode2 = [
1300
+ ["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2", key: "dy24zr" }],
1301
+ ["rect", { width: "6", height: "10", x: "12", y: "7", rx: "2", key: "1ht384" }],
1302
+ ["path", { d: "M22 2v20", key: "40qfg1" }]
1303
+ ];
1304
+ var AlignHorizontalJustifyEnd = createLucideIcon("align-horizontal-justify-end", __iconNode2);
1305
+
1306
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/arrow-left.js
1307
+ var __iconNode3 = [
1308
+ ["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
1309
+ ["path", { d: "M19 12H5", key: "x3x0zl" }]
1310
+ ];
1311
+ var ArrowLeft = createLucideIcon("arrow-left", __iconNode3);
1312
+
1313
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/arrow-right.js
1314
+ var __iconNode4 = [
1315
+ ["path", { d: "M5 12h14", key: "1ays0h" }],
1316
+ ["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
1317
+ ];
1318
+ var ArrowRight = createLucideIcon("arrow-right", __iconNode4);
1319
+
1320
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/arrow-up.js
1321
+ var __iconNode5 = [
1322
+ ["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
1323
+ ["path", { d: "M12 19V5", key: "x0mq9r" }]
1324
+ ];
1325
+ var ArrowUp = createLucideIcon("arrow-up", __iconNode5);
1326
+
1327
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/binary.js
1328
+ var __iconNode6 = [
1329
+ ["rect", { x: "14", y: "14", width: "4", height: "6", rx: "2", key: "p02svl" }],
1330
+ ["rect", { x: "6", y: "4", width: "4", height: "6", rx: "2", key: "xm4xkj" }],
1331
+ ["path", { d: "M6 20h4", key: "1i6q5t" }],
1332
+ ["path", { d: "M14 10h4", key: "ru81e7" }],
1333
+ ["path", { d: "M6 14h2v6", key: "16z9wg" }],
1334
+ ["path", { d: "M14 4h2v6", key: "1idq9u" }]
1335
+ ];
1336
+ var Binary = createLucideIcon("binary", __iconNode6);
1337
+
1338
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/blocks.js
1339
+ var __iconNode7 = [
1340
+ ["rect", { width: "7", height: "7", x: "14", y: "3", rx: "1", key: "6d4xhi" }],
1341
+ [
1342
+ "path",
1343
+ {
1344
+ d: "M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3",
1345
+ key: "1fpvtg"
1346
+ }
1347
+ ]
1348
+ ];
1349
+ var Blocks = createLucideIcon("blocks", __iconNode7);
1350
+
1351
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/book-x.js
1352
+ var __iconNode8 = [
1353
+ ["path", { d: "m14.5 7-5 5", key: "dy991v" }],
1354
+ [
1355
+ "path",
1356
+ {
1357
+ d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",
1358
+ key: "k3hazp"
1359
+ }
1360
+ ],
1361
+ ["path", { d: "m9.5 7 5 5", key: "s45iea" }]
1362
+ ];
1363
+ var BookX = createLucideIcon("book-x", __iconNode8);
1364
+
1365
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bring-to-front.js
1366
+ var __iconNode9 = [
1367
+ ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "2", key: "yj20xf" }],
1368
+ ["path", { d: "M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2", key: "1ltk23" }],
1369
+ ["path", { d: "M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2", key: "1q24h9" }]
1370
+ ];
1371
+ var BringToFront = createLucideIcon("bring-to-front", __iconNode9);
1372
+
1373
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bug.js
1374
+ var __iconNode10 = [
1375
+ ["path", { d: "m8 2 1.88 1.88", key: "fmnt4t" }],
1376
+ ["path", { d: "M14.12 3.88 16 2", key: "qol33r" }],
1377
+ ["path", { d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1", key: "d7y7pr" }],
1378
+ [
1379
+ "path",
1380
+ {
1381
+ d: "M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6",
1382
+ key: "xs1cw7"
1383
+ }
1384
+ ],
1385
+ ["path", { d: "M12 20v-9", key: "1qisl0" }],
1386
+ ["path", { d: "M6.53 9C4.6 8.8 3 7.1 3 5", key: "32zzws" }],
1387
+ ["path", { d: "M6 13H2", key: "82j7cp" }],
1388
+ ["path", { d: "M3 21c0-2.1 1.7-3.9 3.8-4", key: "4p0ekp" }],
1389
+ ["path", { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4", key: "18gb23" }],
1390
+ ["path", { d: "M22 13h-4", key: "1jl80f" }],
1391
+ ["path", { d: "M17.2 17c2.1.1 3.8 1.9 3.8 4", key: "k3fwyw" }]
1392
+ ];
1393
+ var Bug = createLucideIcon("bug", __iconNode10);
1394
+
1395
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/building-2.js
1396
+ var __iconNode11 = [
1397
+ ["path", { d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z", key: "1b4qmf" }],
1398
+ ["path", { d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2", key: "i71pzd" }],
1399
+ ["path", { d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2", key: "10jefs" }],
1400
+ ["path", { d: "M10 6h4", key: "1itunk" }],
1401
+ ["path", { d: "M10 10h4", key: "tcdvrf" }],
1402
+ ["path", { d: "M10 14h4", key: "kelpxr" }],
1403
+ ["path", { d: "M10 18h4", key: "1ulq68" }]
1404
+ ];
1405
+ var Building2 = createLucideIcon("building-2", __iconNode11);
1406
+
1407
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/car.js
1408
+ var __iconNode12 = [
1409
+ [
1410
+ "path",
1411
+ {
1412
+ d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",
1413
+ key: "5owen"
1414
+ }
1415
+ ],
1416
+ ["circle", { cx: "7", cy: "17", r: "2", key: "u2ysq9" }],
1417
+ ["path", { d: "M9 17h6", key: "r8uit2" }],
1418
+ ["circle", { cx: "17", cy: "17", r: "2", key: "axvx0g" }]
1419
+ ];
1420
+ var Car = createLucideIcon("car", __iconNode12);
1421
+
1422
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
1423
+ var __iconNode13 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
1424
+ var Check = createLucideIcon("check", __iconNode13);
1425
+
1426
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
1427
+ var __iconNode14 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
1428
+ var ChevronDown = createLucideIcon("chevron-down", __iconNode14);
1429
+
1430
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
1431
+ var __iconNode15 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
1432
+ var ChevronLeft = createLucideIcon("chevron-left", __iconNode15);
1433
+
1434
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
1435
+ var __iconNode16 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
1436
+ var ChevronRight = createLucideIcon("chevron-right", __iconNode16);
1437
+
1438
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
1439
+ var __iconNode17 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
1440
+ var ChevronUp = createLucideIcon("chevron-up", __iconNode17);
1441
+
1442
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
1443
+ var __iconNode18 = [
1444
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1445
+ ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
1446
+ ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
1447
+ ];
1448
+ var CircleAlert = createLucideIcon("circle-alert", __iconNode18);
1449
+
1450
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
1451
+ var __iconNode19 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
1452
+ var CircleSmall = createLucideIcon("circle-small", __iconNode19);
1453
+
1454
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
1455
+ var __iconNode20 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
1456
+ var Circle = createLucideIcon("circle", __iconNode20);
1457
+
1458
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
1459
+ var __iconNode21 = [
1460
+ [
1461
+ "path",
1462
+ {
1463
+ d: "M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",
1464
+ key: "1uwlt4"
1465
+ }
1466
+ ],
1467
+ [
1468
+ "path",
1469
+ {
1470
+ d: "M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z",
1471
+ key: "10291m"
1472
+ }
1473
+ ],
1474
+ [
1475
+ "path",
1476
+ {
1477
+ d: "M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z",
1478
+ key: "1tqoq1"
1479
+ }
1480
+ ],
1481
+ [
1482
+ "path",
1483
+ {
1484
+ d: "M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",
1485
+ key: "1x6lto"
1486
+ }
1487
+ ]
1488
+ ];
1489
+ var Component = createLucideIcon("component", __iconNode21);
1490
+
1491
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
1492
+ var __iconNode22 = [
1493
+ ["path", { d: "M12 20v2", key: "1lh1kg" }],
1494
+ ["path", { d: "M12 2v2", key: "tus03m" }],
1495
+ ["path", { d: "M17 20v2", key: "1rnc9c" }],
1496
+ ["path", { d: "M17 2v2", key: "11trls" }],
1497
+ ["path", { d: "M2 12h2", key: "1t8f8n" }],
1498
+ ["path", { d: "M2 17h2", key: "7oei6x" }],
1499
+ ["path", { d: "M2 7h2", key: "asdhe0" }],
1500
+ ["path", { d: "M20 12h2", key: "1q8mjw" }],
1501
+ ["path", { d: "M20 17h2", key: "1fpfkl" }],
1502
+ ["path", { d: "M20 7h2", key: "1o8tra" }],
1503
+ ["path", { d: "M7 20v2", key: "4gnj0m" }],
1504
+ ["path", { d: "M7 2v2", key: "1i4yhu" }],
1505
+ ["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
1506
+ ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
1507
+ ];
1508
+ var Cpu = createLucideIcon("cpu", __iconNode22);
1509
+
1510
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
1511
+ var __iconNode23 = [
1512
+ ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
1513
+ ["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
1514
+ ["path", { d: "M21 5V8", key: "1marbg" }],
1515
+ ["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
1516
+ ["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
1517
+ ];
1518
+ var DatabaseZap = createLucideIcon("database-zap", __iconNode23);
1519
+
1520
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
1521
+ var __iconNode24 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
1522
+ var Dot = createLucideIcon("dot", __iconNode24);
1523
+
1524
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
1525
+ var __iconNode25 = [
1526
+ ["path", { d: "M12 15V3", key: "m9g1x1" }],
1527
+ ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
1528
+ ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
1529
+ ];
1530
+ var Download = createLucideIcon("download", __iconNode25);
1531
+
1532
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
1533
+ var __iconNode26 = [
1534
+ ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
1535
+ ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
1536
+ ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
1537
+ ];
1538
+ var Ellipsis = createLucideIcon("ellipsis", __iconNode26);
1539
+
1540
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
1541
+ var __iconNode27 = [
1542
+ ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
1543
+ ["path", { d: "M10 14 21 3", key: "gplh6r" }],
1544
+ ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
1545
+ ];
1546
+ var ExternalLink = createLucideIcon("external-link", __iconNode27);
1547
+
1548
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
1549
+ var __iconNode28 = [
1550
+ [
1551
+ "path",
1552
+ {
1553
+ d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
1554
+ key: "1nclc0"
1555
+ }
1556
+ ],
1557
+ ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
1558
+ ];
1559
+ var Eye = createLucideIcon("eye", __iconNode28);
1560
+
1561
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
1562
+ var __iconNode29 = [
1563
+ [
1564
+ "path",
1565
+ { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
1566
+ ]
1567
+ ];
1568
+ var Facebook = createLucideIcon("facebook", __iconNode29);
1569
+
1570
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
1571
+ var __iconNode30 = [
1572
+ ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
1573
+ ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1574
+ ["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
1575
+ ["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
1576
+ ];
1577
+ var FileLock2 = createLucideIcon("file-lock-2", __iconNode30);
1578
+
1579
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
1580
+ var __iconNode31 = [
1581
+ ["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
1582
+ ["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
1583
+ ["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
1584
+ ["path", { d: "M2 12a10 10 0 0 1 18-6", key: "ydlgp0" }],
1585
+ ["path", { d: "M2 16h.01", key: "1gqxmh" }],
1586
+ ["path", { d: "M21.8 16c.2-2 .131-5.354 0-6", key: "drycrb" }],
1587
+ ["path", { d: "M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2", key: "1tidbn" }],
1588
+ ["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
1589
+ ["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
1590
+ ];
1591
+ var Fingerprint = createLucideIcon("fingerprint", __iconNode31);
1592
+
1593
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
1594
+ var __iconNode32 = [
1595
+ ["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
1596
+ ["path", { d: "M12 8v13", key: "1c76mn" }],
1597
+ ["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
1598
+ [
1599
+ "path",
1600
+ {
1601
+ d: "M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",
1602
+ key: "1ihvrl"
1603
+ }
1604
+ ]
1605
+ ];
1606
+ var Gift = createLucideIcon("gift", __iconNode32);
1607
+
1608
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
1609
+ var __iconNode33 = [
1610
+ ["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
1611
+ ["path", { d: "M5 9v12", key: "ih889a" }],
1612
+ ["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
1613
+ ["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
1614
+ ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
1615
+ ];
1616
+ var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode33);
1617
+
1618
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
1619
+ var __iconNode34 = [
1620
+ [
1621
+ "path",
1622
+ {
1623
+ d: "M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13",
1624
+ key: "qkt0x6"
1625
+ }
1626
+ ],
1627
+ ["path", { d: "M2 12h8.5", key: "ovaggd" }],
1628
+ ["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
1629
+ ["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
1630
+ ];
1631
+ var GlobeLock = createLucideIcon("globe-lock", __iconNode34);
1632
+
1633
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
1634
+ var __iconNode35 = [
1635
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1636
+ ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
1637
+ ["path", { d: "M2 12h20", key: "9i4pu4" }]
1638
+ ];
1639
+ var Globe = createLucideIcon("globe", __iconNode35);
1640
+
1641
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
1642
+ var __iconNode36 = [
1643
+ ["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
1644
+ ["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
1645
+ ["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
1646
+ ["circle", { cx: "15", cy: "12", r: "1", key: "1tmaij" }],
1647
+ ["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
1648
+ ["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
1649
+ ];
1650
+ var GripVertical = createLucideIcon("grip-vertical", __iconNode36);
1651
+
1652
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1653
+ var __iconNode37 = [
1654
+ ["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
1655
+ [
1656
+ "path",
1657
+ {
1658
+ d: "m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",
1659
+ key: "17abbs"
1660
+ }
1661
+ ],
1662
+ ["path", { d: "m2 15 6 6", key: "10dquu" }],
1663
+ [
1664
+ "path",
1665
+ {
1666
+ d: "M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z",
1667
+ key: "1h3036"
1668
+ }
1669
+ ]
1670
+ ];
1671
+ var HandHeart = createLucideIcon("hand-heart", __iconNode37);
1672
+
1673
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
1674
+ var __iconNode38 = [
1675
+ ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
1676
+ [
1677
+ "path",
1678
+ {
1679
+ d: "m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",
1680
+ key: "9pr0kb"
1681
+ }
1682
+ ],
1683
+ ["path", { d: "m21 3 1 11h-2", key: "1tisrp" }],
1684
+ ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
1685
+ ["path", { d: "M3 4h8", key: "1ep09j" }]
1686
+ ];
1687
+ var Handshake = createLucideIcon("handshake", __iconNode38);
1688
+
1689
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
1690
+ var __iconNode39 = [
1691
+ ["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
1692
+ ["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" }]
1693
+ ];
1694
+ var Highlighter = createLucideIcon("highlighter", __iconNode39);
1695
+
1696
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
1697
+ var __iconNode40 = [
1698
+ [
1699
+ "path",
1700
+ {
1701
+ d: "M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354",
1702
+ key: "5phn05"
1703
+ }
1704
+ ],
1705
+ ["path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8", key: "5wwlr5" }],
1706
+ ["path", { d: "M15 6h6", key: "1jlkvy" }],
1707
+ ["path", { d: "M18 3v6", key: "x1uolp" }]
1708
+ ];
1709
+ var HousePlus = createLucideIcon("house-plus", __iconNode40);
1710
+
1711
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
1712
+ var __iconNode41 = [
1713
+ [
1714
+ "path",
1715
+ {
1716
+ d: "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",
1717
+ key: "9csbqa"
1718
+ }
1719
+ ],
1720
+ ["path", { d: "m14 19 3 3v-5.5", key: "9ldu5r" }],
1721
+ ["path", { d: "m17 22 3-3", key: "1nkfve" }],
1722
+ ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1723
+ ];
1724
+ var ImageDown = createLucideIcon("image-down", __iconNode41);
1725
+
1726
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
1727
+ var __iconNode42 = [
1728
+ ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
1729
+ ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
1730
+ ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
1731
+ ["line", { x1: "18", x2: "21", y1: "12", y2: "15", key: "5mozeu" }],
1732
+ [
1733
+ "path",
1734
+ {
1735
+ d: "M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",
1736
+ key: "mmje98"
1737
+ }
1738
+ ],
1739
+ ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
1740
+ ];
1741
+ var ImageOff = createLucideIcon("image-off", __iconNode42);
1742
+
1743
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
1744
+ var __iconNode43 = [
1745
+ [
1746
+ "path",
1747
+ {
1748
+ d: "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",
1749
+ key: "9csbqa"
1750
+ }
1751
+ ],
1752
+ ["path", { d: "m14 19.5 3-3 3 3", key: "9vmjn0" }],
1753
+ ["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
1754
+ ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1755
+ ];
1756
+ var ImageUp = createLucideIcon("image-up", __iconNode43);
1757
+
1758
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
1759
+ var __iconNode44 = [
1760
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1761
+ ["path", { d: "M12 16v-4", key: "1dtifu" }],
1762
+ ["path", { d: "M12 8h.01", key: "e9boi3" }]
1763
+ ];
1764
+ var Info = createLucideIcon("info", __iconNode44);
1765
+
1766
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
1767
+ var __iconNode45 = [
1768
+ ["path", { d: "M10 8h.01", key: "1r9ogq" }],
1769
+ ["path", { d: "M12 12h.01", key: "1mp3jc" }],
1770
+ ["path", { d: "M14 8h.01", key: "1primd" }],
1771
+ ["path", { d: "M16 12h.01", key: "1l6xoz" }],
1772
+ ["path", { d: "M18 8h.01", key: "emo2bl" }],
1773
+ ["path", { d: "M6 8h.01", key: "x9i8wu" }],
1774
+ ["path", { d: "M7 16h10", key: "wp8him" }],
1775
+ ["path", { d: "M8 12h.01", key: "czm47f" }],
1776
+ ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
1777
+ ];
1778
+ var Keyboard = createLucideIcon("keyboard", __iconNode45);
1779
+
1780
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
1781
+ var __iconNode46 = [
1782
+ ["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
1783
+ [
1784
+ "path",
1785
+ {
1786
+ d: "m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",
1787
+ key: "ek95tt"
1788
+ }
1789
+ ],
1790
+ ["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
1791
+ ["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
1792
+ ];
1793
+ var LandPlot = createLucideIcon("land-plot", __iconNode46);
1794
+
1795
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
1796
+ var __iconNode47 = [
1797
+ ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
1798
+ ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
1799
+ ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
1800
+ ];
1801
+ var LayoutTemplate = createLucideIcon("layout-template", __iconNode47);
1802
+
1803
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
1804
+ var __iconNode48 = [
1805
+ ["path", { d: "m16 6 4 14", key: "ji33uf" }],
1806
+ ["path", { d: "M12 6v14", key: "1n7gus" }],
1807
+ ["path", { d: "M8 8v12", key: "1gg7y9" }],
1808
+ ["path", { d: "M4 4v16", key: "6qkkli" }]
1809
+ ];
1810
+ var Library = createLucideIcon("library", __iconNode48);
1811
+
1812
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
1813
+ var __iconNode49 = [
1814
+ ["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" }],
1815
+ ["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" }]
1816
+ ];
1817
+ var Link = createLucideIcon("link", __iconNode49);
1818
+
1819
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
1820
+ var __iconNode50 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
1821
+ var LoaderCircle = createLucideIcon("loader-circle", __iconNode50);
1822
+
1823
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
1824
+ var __iconNode51 = [
1825
+ ["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
1826
+ ["path", { d: "M15 12H3", key: "6jk70r" }],
1827
+ ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
1828
+ ];
1829
+ var LogIn = createLucideIcon("log-in", __iconNode51);
1830
+
1831
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
1832
+ var __iconNode52 = [
1833
+ ["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
1834
+ ["path", { d: "M21 12H9", key: "dn1m92" }],
1835
+ ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
1836
+ ];
1837
+ var LogOut = createLucideIcon("log-out", __iconNode52);
1838
+
1839
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
1840
+ var __iconNode53 = [
1841
+ ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
1842
+ ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
1843
+ ["path", { d: "m6 12-1.9 2", key: "mnht97" }],
1844
+ ["path", { d: "M7.2 2.2 8 5.1", key: "1cfko1" }],
1845
+ [
1846
+ "path",
1847
+ {
1848
+ d: "M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",
1849
+ key: "s0h3yz"
1850
+ }
1851
+ ]
1852
+ ];
1853
+ var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode53);
1854
+
1855
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
1856
+ var __iconNode54 = [
1857
+ [
1858
+ "path",
1859
+ {
1860
+ d: "M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",
1861
+ key: "e79jfc"
1862
+ }
1863
+ ],
1864
+ ["circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor", key: "1okk4w" }],
1865
+ ["circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor", key: "f64h9f" }],
1866
+ ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
1867
+ ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
1868
+ ];
1869
+ var Palette = createLucideIcon("palette", __iconNode54);
1870
+
1871
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
1872
+ var __iconNode55 = [
1873
+ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
1874
+ ["path", { d: "M9 3v18", key: "fh3hqa" }]
1875
+ ];
1876
+ var PanelLeft = createLucideIcon("panel-left", __iconNode55);
1877
+
1878
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
1879
+ var __iconNode56 = [
1880
+ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
1881
+ ["path", { d: "M3 9h18", key: "1pudct" }],
1882
+ ["path", { d: "M9 21V9", key: "1oto5p" }]
1883
+ ];
1884
+ var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode56);
1885
+
1886
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
1887
+ var __iconNode57 = [
1888
+ [
1889
+ "path",
1890
+ {
1891
+ d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
1892
+ key: "1a8usu"
1893
+ }
1894
+ ],
1895
+ ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
1896
+ ];
1897
+ var Pencil = createLucideIcon("pencil", __iconNode57);
1898
+
1899
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
1900
+ var __iconNode58 = [
1901
+ ["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
1902
+ ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
1903
+ ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
1904
+ ];
1905
+ var Pi = createLucideIcon("pi", __iconNode58);
1906
+
1907
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
1908
+ var __iconNode59 = [
1909
+ [
1910
+ "path",
1911
+ { 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" }
1912
+ ],
1913
+ ["path", { d: "M14 8H8", key: "1l3xfs" }],
1914
+ ["path", { d: "M16 12H8", key: "1fr5h0" }],
1915
+ ["path", { d: "M13 16H8", key: "wsln4y" }]
1916
+ ];
1917
+ var ReceiptText = createLucideIcon("receipt-text", __iconNode59);
1918
+
1919
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
1920
+ var __iconNode60 = [
1921
+ ["path", { d: "M17 3v10", key: "15fgeh" }],
1922
+ ["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
1923
+ ["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
1924
+ [
1925
+ "path",
1926
+ { 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" }
1927
+ ]
1928
+ ];
1929
+ var Regex = createLucideIcon("regex", __iconNode60);
1930
+
1931
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
1932
+ var __iconNode61 = [
1933
+ ["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
1934
+ ["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
1935
+ ["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
1936
+ ["path", { d: "M22 8a2 2 0 0 1-2 2", key: "ddf4tu" }],
1937
+ ["path", { d: "m3 7 3 3 3-3", key: "x25e72" }],
1938
+ ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
1939
+ ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
1940
+ ];
1941
+ var Replace = createLucideIcon("replace", __iconNode61);
1942
+
1943
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
1944
+ var __iconNode62 = [
1945
+ ["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
1946
+ ["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
1947
+ ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
1948
+ ];
1949
+ var Rss = createLucideIcon("rss", __iconNode62);
1950
+
1951
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
1952
+ var __iconNode63 = [
1953
+ ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
1954
+ ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
1955
+ ["path", { d: "M7 21h10", key: "1b0cd5" }],
1956
+ ["path", { d: "M12 3v18", key: "108xh3" }],
1957
+ ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
1958
+ ];
1959
+ var Scale = createLucideIcon("scale", __iconNode63);
1960
+
1961
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
1962
+ var __iconNode64 = [
1963
+ ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
1964
+ ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
1965
+ ];
1966
+ var Search = createLucideIcon("search", __iconNode64);
1967
+
1968
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
1969
+ var __iconNode65 = [
1970
+ ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
1971
+ ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
1972
+ ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
1973
+ ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
1974
+ ];
1975
+ var Server = createLucideIcon("server", __iconNode65);
1976
+
1977
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
1978
+ var __iconNode66 = [
1979
+ ["path", { d: "M12 2v13", key: "1km8f5" }],
1980
+ ["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
1981
+ ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
1982
+ ];
1983
+ var Share = createLucideIcon("share", __iconNode66);
1984
+
1985
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
1986
+ var __iconNode67 = [
1987
+ [
1988
+ "path",
1989
+ {
1990
+ 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",
1991
+ key: "oel41y"
1992
+ }
1993
+ ],
1994
+ ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
1995
+ ["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
1996
+ ];
1997
+ var ShieldUser = createLucideIcon("shield-user", __iconNode67);
1998
+
1999
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
2000
+ var __iconNode68 = [
2001
+ [
2002
+ "path",
2003
+ {
2004
+ d: "M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",
2005
+ key: "4pj2yx"
2006
+ }
2007
+ ],
2008
+ ["path", { d: "M20 3v4", key: "1olli1" }],
2009
+ ["path", { d: "M22 5h-4", key: "1gvqau" }],
2010
+ ["path", { d: "M4 17v2", key: "vumght" }],
2011
+ ["path", { d: "M5 18H3", key: "zchphs" }]
2012
+ ];
2013
+ var Sparkles = createLucideIcon("sparkles", __iconNode68);
2014
+
2015
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
2016
+ var __iconNode69 = [
2017
+ [
2018
+ "path",
2019
+ {
2020
+ d: "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",
2021
+ key: "xwnzip"
2022
+ }
2023
+ ],
2024
+ ["path", { d: "M5 17A12 12 0 0 1 17 5", key: "1okkup" }],
2025
+ ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
2026
+ ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
2027
+ ];
2028
+ var SplinePointer = createLucideIcon("spline-pointer", __iconNode69);
2029
+
2030
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
2031
+ var __iconNode70 = [
2032
+ ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2033
+ ["path", { d: "M14 21h1", key: "v9vybs" }],
2034
+ ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
2035
+ [
2036
+ "path",
2037
+ { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2", key: "as5y1o" }
2038
+ ],
2039
+ ["path", { d: "M9 21h1", key: "15o7lz" }]
2040
+ ];
2041
+ var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode70);
2042
+
2043
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
2044
+ var __iconNode71 = [
2045
+ ["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
2046
+ ["path", { d: "M11 13h4", key: "1p7l4v" }],
2047
+ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
2048
+ ];
2049
+ var SquareTerminal = createLucideIcon("square-terminal", __iconNode71);
2050
+
2051
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
2052
+ var __iconNode72 = [
2053
+ [
2054
+ "path",
2055
+ {
2056
+ d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",
2057
+ key: "r04s7s"
2058
+ }
2059
+ ]
2060
+ ];
2061
+ var Star = createLucideIcon("star", __iconNode72);
2062
+
2063
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
2064
+ var __iconNode73 = [
2065
+ ["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
2066
+ ["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
2067
+ ["path", { d: "M12 17h10", key: "ls21zv" }],
2068
+ ["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
2069
+ ];
2070
+ var Tablets = createLucideIcon("tablets", __iconNode73);
2071
+
2072
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
2073
+ var __iconNode74 = [
2074
+ ["path", { d: "M12 19h8", key: "baeox8" }],
2075
+ ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
2076
+ ];
2077
+ var Terminal = createLucideIcon("terminal", __iconNode74);
2078
+
2079
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
2080
+ var __iconNode75 = [
2081
+ [
2082
+ "path",
2083
+ {
2084
+ d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",
2085
+ key: "pff0z6"
2086
+ }
2087
+ ]
2088
+ ];
2089
+ var Twitter = createLucideIcon("twitter", __iconNode75);
2090
+
2091
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
2092
+ var __iconNode76 = [
2093
+ ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
2094
+ ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
2095
+ ];
2096
+ var X = createLucideIcon("x", __iconNode76);
2097
+
2098
+ // ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
2099
+ var __iconNode77 = [
2100
+ [
2101
+ "path",
2102
+ {
2103
+ d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",
2104
+ key: "1xq2db"
2105
+ }
2106
+ ]
2107
+ ];
2108
+ var Zap = createLucideIcon("zap", __iconNode77);
2109
+
2110
+ // ../base-ui/src/components/global-icon.tsx
2111
+ import React29 from "react";
2112
+ import { jsx as jsx29 } from "react/jsx-runtime";
2113
+ var tempStyledLimitedIcons = {};
2114
+ for (const iconNameKey in limited_lucide_icons_exports) {
2115
+ if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
2116
+ const iconName = iconNameKey;
2117
+ const OriginalIconComponent = limited_lucide_icons_exports[iconName];
2118
+ if (typeof OriginalIconComponent === "function" || typeof OriginalIconComponent === "object" && OriginalIconComponent !== null && OriginalIconComponent.$$typeof === Symbol.for("react.forward_ref")) {
2119
+ const ComponentToRender = OriginalIconComponent;
2120
+ const StyledIcon = (props) => {
2121
+ const originalClassName = props.className || "";
2122
+ const hasTextColor = /\btext-\w+(-\d+)?\b/.test(originalClassName);
2123
+ const hasSizeClass = /\b(size-\d+|w-\d+|h-\d+)\b/.test(originalClassName);
2124
+ const newClassName = hasTextColor ? originalClassName : `${themeIconColor} ${originalClassName}`.trim();
2125
+ const finalProps = hasSizeClass ? __spreadProps(__spreadValues({}, props), { className: newClassName, size: void 0 }) : __spreadProps(__spreadValues({}, props), {
2126
+ className: newClassName,
2127
+ style: __spreadValues({
2128
+ width: props.size || themeSvgIconSize,
2129
+ height: props.size || themeSvgIconSize
2130
+ }, props.style)
2131
+ });
2132
+ return /* @__PURE__ */ jsx29(ComponentToRender, __spreadValues({}, finalProps));
2133
+ };
2134
+ StyledIcon.displayName = `Styled(${iconName})`;
2135
+ tempStyledLimitedIcons[iconName] = StyledIcon;
2136
+ } else {
2137
+ console.warn(`[global-icon.tsx] Skipped styling for "${iconName}" as it is not a function, undefined, or not a recognized React component type. Value:`, OriginalIconComponent);
2138
+ }
2139
+ }
2140
+ }
2141
+ var styledLimitedIconsPart = tempStyledLimitedIcons;
2142
+ var tempWrappedBuiltinIcons = {};
2143
+ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS)) {
2144
+ const WrappedIcon = (props) => {
2145
+ const originalClassName = props.className || "";
2146
+ const hasTextColor = /\btext-\w+(-\d+)?\b/.test(originalClassName);
2147
+ const hasSizeClass = /\b(size-\d+|w-\d+|h-\d+)\b/.test(originalClassName);
2148
+ const newClassName = hasTextColor ? originalClassName : `${themeIconColor} ${originalClassName}`.trim();
2149
+ const finalProps = hasSizeClass ? __spreadProps(__spreadValues({}, props), { className: newClassName, size: void 0 }) : __spreadProps(__spreadValues({}, props), {
2150
+ className: newClassName,
2151
+ style: __spreadValues({
2152
+ width: props.size || themeSvgIconSize,
2153
+ height: props.size || themeSvgIconSize
2154
+ }, props.style)
2155
+ });
2156
+ return /* @__PURE__ */ jsx29(IconComponent, __spreadValues({}, finalProps));
2157
+ };
2158
+ WrappedIcon.displayName = `Wrapped(${iconName})`;
2159
+ tempWrappedBuiltinIcons[iconName] = WrappedIcon;
2160
+ }
2161
+ var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
2162
+ var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
2163
+ var DEFAULT_FALLBACK_ICON = "BTC";
2164
+ function getGlobalIcon(iconKey, createElement3) {
2165
+ if (!iconKey) {
2166
+ if (createElement3) {
2167
+ return void 0;
2168
+ }
2169
+ return globalLucideIcons[DEFAULT_FALLBACK_ICON];
2170
+ }
2171
+ const Icon2 = globalLucideIcons[iconKey];
2172
+ if (!Icon2) {
2173
+ if (process.env.NODE_ENV !== "production") {
2174
+ console.warn(
2175
+ `[global-icon] iconKey "${iconKey}" is not defined in globalIcons, will use default "${String(DEFAULT_FALLBACK_ICON)}" icon, please check!`
2176
+ );
2177
+ }
2178
+ const FallbackIcon = globalLucideIcons[DEFAULT_FALLBACK_ICON];
2179
+ if (createElement3) {
2180
+ return React29.createElement(FallbackIcon);
2181
+ }
2182
+ return FallbackIcon;
2183
+ }
2184
+ if (createElement3) {
2185
+ return React29.createElement(Icon2);
2186
+ }
2187
+ return Icon2;
2188
+ }
2189
+ var NotFoundIcon = () => /* @__PURE__ */ jsx29(globalLucideIcons.SquareTerminal, { className: `h-8 w-8 rounded-full p-1 shadow-lg ring-0.5 border border-purple-500 ring-purple-500/20 ${themeIconColor}` });
2190
+
2191
+ // src/clerk/clerk-organization.tsx
2192
+ import { jsx as jsx30, jsxs as jsxs7 } from "react/jsx-runtime";
2193
+
2194
+ // src/lib/clerk-intl.ts
2195
+ import { enUS, zhCN } from "@clerk/localizations";
2196
+ var customZH = __spreadValues({}, zhCN);
2197
+ var clerkIntl = {
2198
+ en: enUS,
2199
+ zh: customZH
2200
+ };
2201
+
2202
+ // src/clerk/clerk-provider-client.tsx
2203
+ import { ClerkProvider } from "@clerk/nextjs";
2204
+ import { jsx as jsx31 } from "react/jsx-runtime";
2205
+ function ClerkProviderClient({
2206
+ children,
2207
+ locale,
2208
+ signInUrl,
2209
+ signUpUrl,
2210
+ fallbackSignInUrl,
2211
+ fallbackSignUpUrl,
2212
+ waitlistUrl
2213
+ }) {
2214
+ const currentLocalization = clerkIntl[locale];
2215
+ const clerkProviderProps = {
2216
+ localization: currentLocalization
2217
+ };
2218
+ if (signInUrl) {
2219
+ clerkProviderProps.signInUrl = `/${locale}${signInUrl}`;
2220
+ }
2221
+ if (signUpUrl) {
2222
+ clerkProviderProps.signUpUrl = `/${locale}${signUpUrl}`;
2223
+ }
2224
+ if (fallbackSignInUrl) {
2225
+ clerkProviderProps.signInFallbackRedirectUrl = `/${locale}${fallbackSignInUrl}`;
2226
+ }
2227
+ if (fallbackSignUpUrl) {
2228
+ clerkProviderProps.signUpFallbackRedirectUrl = `/${locale}${fallbackSignUpUrl}`;
2229
+ }
2230
+ if (waitlistUrl) {
2231
+ clerkProviderProps.waitlistUrl = `/${locale}${waitlistUrl}`;
2232
+ }
2233
+ return /* @__PURE__ */ jsx31(ClerkProvider, __spreadProps(__spreadValues({}, clerkProviderProps), { children }));
2234
+ }
2235
+
2236
+ // src/clerk/clerk-user.tsx
2237
+ import { ClerkLoaded, ClerkLoading, SignedIn, SignedOut, SignInButton, UserButton } from "@clerk/nextjs";
2238
+ import { useTranslations } from "next-intl";
2239
+ import { jsx as jsx32, jsxs as jsxs8 } from "react/jsx-runtime";
2240
+ function ClerkUser({
2241
+ locale,
2242
+ clerkAuthInModal = false
2243
+ }) {
2244
+ const t = useTranslations("clerk");
2245
+ const t2 = useTranslations("footer");
2246
+ return /* @__PURE__ */ jsxs8("div", { className: "ms-1.5 flex items-center gap-2 h-10 me-3", children: [
2247
+ /* @__PURE__ */ jsx32(ClerkLoading, { children: /* @__PURE__ */ jsx32("div", { className: "w-20 h-9 px-2 border border-gray-300 rounded-full hover:bg-gray-100 dark:border-gray-600 dark:hover:bg-gray-800 text-center text-sm" }) }),
2248
+ /* @__PURE__ */ jsxs8(ClerkLoaded, { children: [
2249
+ /* @__PURE__ */ jsx32(SignedOut, { children: /* @__PURE__ */ jsx32(SignInButton, { mode: clerkAuthInModal ? "modal" : "redirect", children: /* @__PURE__ */ jsx32("button", { className: "w-20 h-9 px-2 border border-gray-300 rounded-full hover:bg-gray-100 dark:border-gray-600 dark:hover:bg-gray-800 text-center text-sm", children: t("signIn") }) }) }),
2250
+ /* @__PURE__ */ jsx32(SignedIn, { children: /* @__PURE__ */ jsx32(
2251
+ UserButton,
2252
+ {
2253
+ appearance: {
2254
+ elements: {
2255
+ userButtonAvatarBox: "w-8 h-8 border"
2256
+ }
2257
+ },
2258
+ children: /* @__PURE__ */ jsxs8(UserButton.MenuItems, { children: [
2259
+ /* @__PURE__ */ jsx32(UserButton.Action, { label: "manageAccount" }),
2260
+ /* @__PURE__ */ jsx32(
2261
+ UserButton.Link,
2262
+ {
2263
+ labelIcon: /* @__PURE__ */ jsx32(globalLucideIcons.ReceiptText, { className: "size-4 fill-none stroke-[var(--clerk-icon-stroke-color)]" }),
2264
+ label: t2("terms"),
2265
+ href: `/${locale}/legal/terms`
2266
+ }
2267
+ ),
2268
+ /* @__PURE__ */ jsx32(
2269
+ UserButton.Link,
2270
+ {
2271
+ labelIcon: /* @__PURE__ */ jsx32(globalLucideIcons.ShieldUser, { className: "size-4 fill-none stroke-[var(--clerk-icon-stroke-color)]" }),
2272
+ label: t2("privacy"),
2273
+ href: `/${locale}/legal/privacy`
2274
+ }
2275
+ ),
2276
+ /* @__PURE__ */ jsx32(UserButton.Action, { label: "signOut" })
2277
+ ] })
2278
+ }
2279
+ ) })
2280
+ ] })
2281
+ ] });
2282
+ }
2283
+
2284
+ // src/clerk/clerk-page-generator.tsx
2285
+ import { SignIn, SignUp, Waitlist } from "@clerk/nextjs";
2286
+ import { jsx as jsx33 } from "react/jsx-runtime";
2287
+ function createSignInPage() {
2288
+ return function SignInPage() {
2289
+ return /* @__PURE__ */ jsx33("div", { className: "flex-1 flex justify-center mb-64", children: /* @__PURE__ */ jsx33(SignIn, {}) });
2290
+ };
2291
+ }
2292
+ function createSignUpPage() {
2293
+ return function SignUpPage() {
2294
+ return /* @__PURE__ */ jsx33("div", { className: "flex-1 flex justify-center mt-0 mb-32", children: /* @__PURE__ */ jsx33(SignUp, {}) });
2295
+ };
2296
+ }
2297
+ function createWaitlistPage() {
2298
+ return function WaitlistPage() {
2299
+ return /* @__PURE__ */ jsx33("div", { className: "flex-1 flex justify-center mt-10", children: /* @__PURE__ */ jsx33(Waitlist, {}) });
2300
+ };
2301
+ }
2302
+
2303
+ // src/main/gallery.tsx
2304
+ import { useTranslations as useTranslations2 } from "next-intl";
2305
+ import Image from "next/image";
2306
+
2307
+ // ../base-ui/src/ui/button.tsx
2308
+ import * as React32 from "react";
2309
+
2310
+ // ../../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
2311
+ import * as React31 from "react";
2312
+
2313
+ // ../../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
2314
+ import * as React30 from "react";
2315
+ function setRef(ref, value) {
2316
+ if (typeof ref === "function") {
2317
+ return ref(value);
2318
+ } else if (ref !== null && ref !== void 0) {
2319
+ ref.current = value;
2320
+ }
2321
+ }
2322
+ function composeRefs(...refs) {
2323
+ return (node) => {
2324
+ let hasCleanup = false;
2325
+ const cleanups = refs.map((ref) => {
2326
+ const cleanup = setRef(ref, node);
2327
+ if (!hasCleanup && typeof cleanup == "function") {
2328
+ hasCleanup = true;
2329
+ }
2330
+ return cleanup;
2331
+ });
2332
+ if (hasCleanup) {
2333
+ return () => {
2334
+ for (let i = 0; i < cleanups.length; i++) {
2335
+ const cleanup = cleanups[i];
2336
+ if (typeof cleanup == "function") {
2337
+ cleanup();
2338
+ } else {
2339
+ setRef(refs[i], null);
2340
+ }
2341
+ }
2342
+ };
2343
+ }
2344
+ };
2345
+ }
2346
+
2347
+ // ../../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
2348
+ import { Fragment as Fragment2, jsx as jsx34 } from "react/jsx-runtime";
2349
+ // @__NO_SIDE_EFFECTS__
2350
+ function createSlot(ownerName) {
2351
+ const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);
2352
+ const Slot2 = React31.forwardRef((props, forwardedRef) => {
2353
+ const _a = props, { children } = _a, slotProps = __objRest(_a, ["children"]);
2354
+ const childrenArray = React31.Children.toArray(children);
2355
+ const slottable = childrenArray.find(isSlottable);
2356
+ if (slottable) {
2357
+ const newElement = slottable.props.children;
2358
+ const newChildren = childrenArray.map((child) => {
2359
+ if (child === slottable) {
2360
+ if (React31.Children.count(newElement) > 1) return React31.Children.only(null);
2361
+ return React31.isValidElement(newElement) ? newElement.props.children : null;
2362
+ } else {
2363
+ return child;
2364
+ }
2365
+ });
2366
+ return /* @__PURE__ */ jsx34(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children: React31.isValidElement(newElement) ? React31.cloneElement(newElement, void 0, newChildren) : null }));
2367
+ }
2368
+ return /* @__PURE__ */ jsx34(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children }));
2369
+ });
2370
+ Slot2.displayName = `${ownerName}.Slot`;
2371
+ return Slot2;
2372
+ }
2373
+ var Slot = /* @__PURE__ */ createSlot("Slot");
2374
+ // @__NO_SIDE_EFFECTS__
2375
+ function createSlotClone(ownerName) {
2376
+ const SlotClone = React31.forwardRef((props, forwardedRef) => {
2377
+ const _a = props, { children } = _a, slotProps = __objRest(_a, ["children"]);
2378
+ if (React31.isValidElement(children)) {
2379
+ const childrenRef = getElementRef(children);
2380
+ const props2 = mergeProps(slotProps, children.props);
2381
+ if (children.type !== React31.Fragment) {
2382
+ props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;
2383
+ }
2384
+ return React31.cloneElement(children, props2);
2385
+ }
2386
+ return React31.Children.count(children) > 1 ? React31.Children.only(null) : null;
2387
+ });
2388
+ SlotClone.displayName = `${ownerName}.SlotClone`;
2389
+ return SlotClone;
2390
+ }
2391
+ var SLOTTABLE_IDENTIFIER = Symbol("radix.slottable");
2392
+ function isSlottable(child) {
2393
+ return React31.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
2394
+ }
2395
+ function mergeProps(slotProps, childProps) {
2396
+ const overrideProps = __spreadValues({}, childProps);
2397
+ for (const propName in childProps) {
2398
+ const slotPropValue = slotProps[propName];
2399
+ const childPropValue = childProps[propName];
2400
+ const isHandler = /^on[A-Z]/.test(propName);
2401
+ if (isHandler) {
2402
+ if (slotPropValue && childPropValue) {
2403
+ overrideProps[propName] = (...args) => {
2404
+ const result = childPropValue(...args);
2405
+ slotPropValue(...args);
2406
+ return result;
2407
+ };
2408
+ } else if (slotPropValue) {
2409
+ overrideProps[propName] = slotPropValue;
2410
+ }
2411
+ } else if (propName === "style") {
2412
+ overrideProps[propName] = __spreadValues(__spreadValues({}, slotPropValue), childPropValue);
2413
+ } else if (propName === "className") {
2414
+ overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(" ");
2415
+ }
2416
+ }
2417
+ return __spreadValues(__spreadValues({}, slotProps), overrideProps);
2418
+ }
2419
+ function getElementRef(element) {
2420
+ var _a, _b;
2421
+ let getter = (_a = Object.getOwnPropertyDescriptor(element.props, "ref")) == null ? void 0 : _a.get;
2422
+ let mayWarn = getter && "isReactWarning" in getter && getter.isReactWarning;
2423
+ if (mayWarn) {
2424
+ return element.ref;
2425
+ }
2426
+ getter = (_b = Object.getOwnPropertyDescriptor(element, "ref")) == null ? void 0 : _b.get;
2427
+ mayWarn = getter && "isReactWarning" in getter && getter.isReactWarning;
2428
+ if (mayWarn) {
2429
+ return element.props.ref;
2430
+ }
2431
+ return element.props.ref || element.ref;
2432
+ }
2433
+
2434
+ // ../../node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs
2435
+ import { clsx } from "clsx";
2436
+ var falsyToString = (value) => typeof value === "boolean" ? `${value}` : value === 0 ? "0" : value;
2437
+ var cx = clsx;
2438
+ var cva = (base, config) => (props) => {
2439
+ var _config_compoundVariants;
2440
+ if ((config === null || config === void 0 ? void 0 : config.variants) == null) return cx(base, props === null || props === void 0 ? void 0 : props.class, props === null || props === void 0 ? void 0 : props.className);
2441
+ const { variants, defaultVariants } = config;
2442
+ const getVariantClassNames = Object.keys(variants).map((variant) => {
2443
+ const variantProp = props === null || props === void 0 ? void 0 : props[variant];
2444
+ const defaultVariantProp = defaultVariants === null || defaultVariants === void 0 ? void 0 : defaultVariants[variant];
2445
+ if (variantProp === null) return null;
2446
+ const variantKey = falsyToString(variantProp) || falsyToString(defaultVariantProp);
2447
+ return variants[variant][variantKey];
2448
+ });
2449
+ const propsWithoutUndefined = props && Object.entries(props).reduce((acc, param) => {
2450
+ let [key, value] = param;
2451
+ if (value === void 0) {
2452
+ return acc;
2453
+ }
2454
+ acc[key] = value;
2455
+ return acc;
2456
+ }, {});
2457
+ const getCompoundVariantClassNames = config === null || config === void 0 ? void 0 : (_config_compoundVariants = config.compoundVariants) === null || _config_compoundVariants === void 0 ? void 0 : _config_compoundVariants.reduce((acc, param) => {
2458
+ let _a = param, { class: cvClass, className: cvClassName } = _a, compoundVariantOptions = __objRest(_a, ["class", "className"]);
2459
+ return Object.entries(compoundVariantOptions).every((param2) => {
2460
+ let [key, value] = param2;
2461
+ return Array.isArray(value) ? value.includes(__spreadValues(__spreadValues({}, defaultVariants), propsWithoutUndefined)[key]) : __spreadValues(__spreadValues({}, defaultVariants), propsWithoutUndefined)[key] === value;
2462
+ }) ? [
2463
+ ...acc,
2464
+ cvClass,
2465
+ cvClassName
2466
+ ] : acc;
2467
+ }, []);
2468
+ return cx(base, getVariantClassNames, getCompoundVariantClassNames, props === null || props === void 0 ? void 0 : props.class, props === null || props === void 0 ? void 0 : props.className);
2469
+ };
2470
+
2471
+ // ../lib/src/utils.ts
2472
+ import { clsx as clsx2 } from "clsx";
2473
+ import { twMerge } from "tailwind-merge";
2474
+ function cn(...inputs) {
2475
+ return twMerge(clsx2(inputs));
2476
+ }
2477
+
2478
+ // ../base-ui/src/ui/button.tsx
2479
+ import { jsx as jsx35, jsxs as jsxs9 } from "react/jsx-runtime";
2480
+ var buttonVariants = cva(
2481
+ "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",
2482
+ {
2483
+ variants: {
2484
+ variant: {
2485
+ default: "bg-primary text-primary-foreground hover:bg-primary/90",
2486
+ destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
2487
+ outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
2488
+ secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
2489
+ ghost: "hover:bg-accent hover:text-accent-foreground",
2490
+ link: "text-primary underline-offset-4 hover:underline"
2491
+ },
2492
+ size: {
2493
+ default: "h-10 px-4 py-2",
2494
+ sm: "h-9 rounded-md px-3",
2495
+ lg: "h-11 rounded-md px-8",
2496
+ icon: "h-10 w-10"
2497
+ }
2498
+ },
2499
+ defaultVariants: {
2500
+ variant: "default",
2501
+ size: "default"
2502
+ }
2503
+ }
2504
+ );
2505
+ var Button = React32.forwardRef(
2506
+ (_a, ref) => {
2507
+ var _b = _a, { className, variant, size, asChild = false, loading = false, children } = _b, props = __objRest(_b, ["className", "variant", "size", "asChild", "loading", "children"]);
2508
+ const Comp = asChild ? Slot : "button";
2509
+ if (asChild) {
2510
+ return /* @__PURE__ */ jsx35(
2511
+ Comp,
2512
+ __spreadProps(__spreadValues({
2513
+ className: cn(buttonVariants({ variant, size, className })),
2514
+ ref,
2515
+ disabled: loading || props.disabled
2516
+ }, props), {
2517
+ children
2518
+ })
2519
+ );
2520
+ }
2521
+ return /* @__PURE__ */ jsxs9(
2522
+ Comp,
2523
+ __spreadProps(__spreadValues({
2524
+ className: cn(buttonVariants({ variant, size, className })),
2525
+ ref,
2526
+ disabled: loading || props.disabled
2527
+ }, props), {
2528
+ children: [
2529
+ children,
2530
+ loading && /* @__PURE__ */ jsx35(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
2531
+ ]
2532
+ })
2533
+ );
2534
+ }
2535
+ );
2536
+ Button.displayName = "Button";
2537
+
2538
+ // src/fuma/mdx/gradient-button.tsx
2539
+ import Link2 from "fumadocs-core/link";
2540
+ import React33 from "react";
2541
+ import { jsx as jsx36, jsxs as jsxs10 } from "react/jsx-runtime";
2542
+ function GradientButton({
2543
+ title,
2544
+ icon,
2545
+ href,
2546
+ align = "left"
2547
+ }) {
2548
+ const getAlignmentClass = () => {
2549
+ switch (align) {
2550
+ case "center":
2551
+ return "justify-center";
2552
+ case "right":
2553
+ return "justify-end";
2554
+ default:
2555
+ return "justify-start";
2556
+ }
2557
+ };
2558
+ return /* @__PURE__ */ jsx36("div", { className: `flex flex-col sm:flex-row gap-3 ${getAlignmentClass()}`, children: /* @__PURE__ */ jsx36(
2559
+ Button,
2560
+ {
2561
+ asChild: true,
2562
+ size: "lg",
2563
+ 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 ",
2564
+ children: /* @__PURE__ */ jsxs10(Link2, { href, target: "_blank", rel: "noopener noreferrer", className: "no-underline hover:no-underline", children: [
2565
+ /* @__PURE__ */ jsx36("span", { children: title }),
2566
+ /* @__PURE__ */ jsx36("span", { className: "ml-1", children: icon ? React33.cloneElement(icon, {
2567
+ className: "h-4 w-4 text-white"
2568
+ }) : /* @__PURE__ */ jsx36(globalLucideIcons.ArrowRight, { className: "h-4 w-4 text-white" }) })
2569
+ ] })
2570
+ }
2571
+ ) });
2572
+ }
2573
+
2574
+ // src/main/gallery.tsx
2575
+ import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
2576
+ function Gallery() {
2577
+ const t = useTranslations2("gallery");
2578
+ const galleryItems = t.raw("prompts");
2579
+ const handleDownload = (index) => __async(null, null, function* () {
2580
+ try {
2581
+ const response = yield fetch(`/${index + 1}.webp`);
2582
+ const blob = yield response.blob();
2583
+ const url = window.URL.createObjectURL(blob);
2584
+ const a = document.createElement("a");
2585
+ a.href = url;
2586
+ a.download = `reve-image-${index + 1}.webp`;
2587
+ document.body.appendChild(a);
2588
+ a.click();
2589
+ window.URL.revokeObjectURL(url);
2590
+ document.body.removeChild(a);
2591
+ } catch (error) {
2592
+ console.error("Download failed:", error);
2593
+ }
2594
+ });
2595
+ return /* @__PURE__ */ jsxs11("section", { id: "gallery", className: "container mx-auto px-4 py-20", children: [
2596
+ /* @__PURE__ */ jsxs11("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-6", children: [
2597
+ t("titleL"),
2598
+ " ",
2599
+ /* @__PURE__ */ jsx37("span", { className: "text-purple-500", children: t("eyesOn") }),
2600
+ " ",
2601
+ t("titleR")
2602
+ ] }),
2603
+ /* @__PURE__ */ jsx37("p", { className: "text-center max-w-2xl mx-auto mb-16", children: t("description") }),
2604
+ /* @__PURE__ */ jsx37("div", { className: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6", children: galleryItems.map((prompt, index) => /* @__PURE__ */ jsxs11("div", { className: "group relative overflow-hidden rounded-xl", children: [
2605
+ /* @__PURE__ */ jsx37(
2606
+ Image,
2607
+ {
2608
+ src: `/${index + 1}.webp`,
2609
+ alt: "Reve Image AI-generated artwork",
2610
+ width: 600,
2611
+ height: 600,
2612
+ className: "w-full h-80 object-cover transition duration-300 group-hover:scale-105"
2613
+ }
2614
+ ),
2615
+ /* @__PURE__ */ jsx37("div", { className: "absolute inset-0 flex items-end justify-end p-4 opacity-0 group-hover:opacity-100 transition duration-300", children: /* @__PURE__ */ jsx37(
2616
+ "button",
2617
+ {
2618
+ onClick: () => handleDownload(index),
2619
+ className: "bg-black/50 hover:bg-black/70 p-2 rounded-full text-white/80 hover:text-white transition-all duration-300",
2620
+ children: /* @__PURE__ */ jsx37(globalLucideIcons.Download, { className: "h-5 w-5 text-white" })
2621
+ }
2622
+ ) })
2623
+ ] }, index)) }),
2624
+ /* @__PURE__ */ jsx37("div", { className: "text-center mt-12", children: /* @__PURE__ */ jsx37(
2625
+ GradientButton,
2626
+ {
2627
+ title: t("button"),
2628
+ href: "https://preview.reve.art/",
2629
+ align: "center"
2630
+ }
2631
+ ) })
2632
+ ] });
2633
+ }
2634
+
2635
+ // src/main/usage.tsx
2636
+ import { useTranslations as useTranslations3 } from "next-intl";
2637
+ import { jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
2638
+ function Usage() {
2639
+ const t = useTranslations3("usage");
2640
+ const steps = t.raw("steps");
2641
+ return /* @__PURE__ */ jsxs12("section", { id: "usage", className: "px-16 py-10 mx-16 md:mx-32", children: [
2642
+ /* @__PURE__ */ jsxs12("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-4", children: [
2643
+ t("title"),
2644
+ " ",
2645
+ /* @__PURE__ */ jsx38("span", { className: "text-purple-500", children: t("eyesOn") })
2646
+ ] }),
2647
+ /* @__PURE__ */ jsx38("p", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-base md:text-lg mx-auto whitespace-nowrap", children: t("description") }),
2648
+ /* @__PURE__ */ jsx38("div", { className: "bg-gray-50 dark:bg-gray-800/60 border border-gray-200 dark:border-gray-700 rounded-2xl p-8 md:p-12 shadow-sm dark:shadow-none", children: /* @__PURE__ */ jsx38("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-8 gap-y-12", children: steps.map((step, idx) => {
2649
+ const Icon2 = getGlobalIcon(step.iconKey);
2650
+ return /* @__PURE__ */ jsxs12("div", { className: "flex items-start", children: [
2651
+ /* @__PURE__ */ jsx38("div", { className: "flex-shrink-0 mr-4", children: /* @__PURE__ */ jsx38(Icon2, { className: "w-8 h-8 text-purple-500" }) }),
2652
+ /* @__PURE__ */ jsxs12("div", { children: [
2653
+ /* @__PURE__ */ jsx38("h3", { className: "text-xl font-semibold mb-3 text-gray-900 dark:text-gray-100 flex items-center", children: `${idx + 1}. ${step.title}` }),
2654
+ /* @__PURE__ */ jsx38("p", { className: "text-gray-700 dark:text-gray-300", children: step.description })
2655
+ ] })
2656
+ ] }, idx);
2657
+ }) }) })
2658
+ ] });
2659
+ }
2660
+
2661
+ // src/main/features.tsx
2662
+ import { useTranslations as useTranslations4 } from "next-intl";
2663
+ import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
2664
+ function Features() {
2665
+ const t = useTranslations4("features");
2666
+ const featureItems = t.raw("items");
2667
+ return /* @__PURE__ */ jsxs13("section", { id: "features", className: "container mx-auto px-4 py-20", children: [
2668
+ /* @__PURE__ */ jsxs13("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-16", children: [
2669
+ t("title"),
2670
+ " ",
2671
+ /* @__PURE__ */ jsx39("span", { className: "text-purple-500", children: t("eyesOn") })
2672
+ ] }),
2673
+ /* @__PURE__ */ jsx39("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-8", children: featureItems.map((feature, index) => /* @__PURE__ */ jsxs13(
2674
+ "div",
2675
+ {
2676
+ className: "bg-gray-50 dark:bg-gray-800/50 p-8 rounded-xl border border-gray-200 dark:border-gray-700 hover:border-purple-300 dark:hover:border-purple-500/50 transition",
2677
+ children: [
2678
+ /* @__PURE__ */ jsx39("div", { className: "text-4xl mb-4", children: feature.icon }),
2679
+ /* @__PURE__ */ jsx39("h3", { className: "text-xl font-semibold mb-3", children: feature.title }),
2680
+ /* @__PURE__ */ jsx39("p", { className: "", children: feature.description })
2681
+ ]
2682
+ },
2683
+ index
2684
+ )) })
2685
+ ] });
2686
+ }
2687
+
2688
+ // src/main/tips.tsx
2689
+ import { useTranslations as useTranslations5 } from "next-intl";
2690
+ import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
2691
+ function Tips() {
2692
+ const t = useTranslations5("tips");
2693
+ const sections = t.raw("sections");
2694
+ const midPoint = Math.ceil(sections.length / 2);
2695
+ const leftColumn = sections.slice(0, midPoint);
2696
+ const rightColumn = sections.slice(midPoint);
2697
+ return /* @__PURE__ */ jsxs14("section", { id: "tips", className: "container mx-auto px-4 py-20 bg-gray-50 dark:bg-gray-900/50 rounded-3xl my-20 border border-gray-200 dark:border-transparent", children: [
2698
+ /* @__PURE__ */ jsxs14("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-16", children: [
2699
+ t("title"),
2700
+ " ",
2701
+ /* @__PURE__ */ jsx40("span", { className: "text-purple-500", children: t("eyesOn") })
2702
+ ] }),
2703
+ /* @__PURE__ */ jsx40("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-12", children: [leftColumn, rightColumn].map((column, colIndex) => /* @__PURE__ */ jsx40("div", { className: "space-y-8", children: column.map((tip, tipIndex) => /* @__PURE__ */ jsxs14("div", { className: "space-y-4", children: [
2704
+ /* @__PURE__ */ jsx40("h3", { className: "text-2xl font-semibold", children: tip.title }),
2705
+ /* @__PURE__ */ jsx40("p", { className: "", children: tip.description })
2706
+ ] }, tipIndex)) }, colIndex)) })
2707
+ ] });
2708
+ }
2709
+
2710
+ // src/main/faq.tsx
2711
+ import { useState } from "react";
2712
+ import { useTranslations as useTranslations6 } from "next-intl";
2713
+ import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
2714
+ function FAQ() {
2715
+ const t = useTranslations6("faq");
2716
+ const items = t.raw("items");
2717
+ const [openArr, setOpenArr] = useState(() => items.map(() => false));
2718
+ const handleToggle = (idx) => {
2719
+ setOpenArr((prev) => {
2720
+ const next = [...prev];
2721
+ next[idx] = !next[idx];
2722
+ return next;
2723
+ });
2724
+ };
2725
+ return /* @__PURE__ */ jsxs15("section", { id: "faq", className: "px-16 py-10 mx-16 md:mx-32", children: [
2726
+ /* @__PURE__ */ jsx41("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-4", children: t("title") }),
2727
+ /* @__PURE__ */ jsx41("p", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-base md:text-lg mx-auto", children: t("description") }),
2728
+ /* @__PURE__ */ jsx41("div", { className: "space-y-6", children: items.map((item, idx) => {
2729
+ const isOpen = openArr[idx];
2730
+ const Icon2 = isOpen ? globalLucideIcons.ChevronDown : globalLucideIcons.ChevronRight;
2731
+ return /* @__PURE__ */ jsxs15(
2732
+ "div",
2733
+ {
2734
+ className: "bg-white dark:bg-gray-800/60 p-6 rounded-xl border border-gray-200 dark:border-gray-700 hover:border-purple-300 dark:hover:border-purple-500/50 transition shadow-sm dark:shadow-none",
2735
+ children: [
2736
+ /* @__PURE__ */ jsxs15(
2737
+ "button",
2738
+ {
2739
+ className: "w-full flex items-center justify-between text-left focus:outline-none",
2740
+ onClick: () => handleToggle(idx),
2741
+ "aria-expanded": isOpen,
2742
+ children: [
2743
+ /* @__PURE__ */ jsx41("span", { className: "text-lg font-semibold text-gray-900 dark:text-gray-100", children: item.question }),
2744
+ /* @__PURE__ */ jsx41(Icon2, { className: "w-6 h-6 text-gray-400 ml-2 transition-transform duration-200" })
2745
+ ]
2746
+ }
2747
+ ),
2748
+ isOpen && /* @__PURE__ */ jsx41("div", { className: "mt-4 text-gray-700 dark:text-gray-300 text-base", children: item.answer })
2749
+ ]
2750
+ },
2751
+ idx
2752
+ );
2753
+ }) })
2754
+ ] });
2755
+ }
2756
+
2757
+ // src/main/seo-content.tsx
2758
+ import { useTranslations as useTranslations7 } from "next-intl";
2759
+ import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
2760
+ function SeoContent() {
2761
+ const t = useTranslations7("seoContent");
2762
+ return /* @__PURE__ */ jsxs16("section", { className: "container mx-auto px-4 py-20", children: [
2763
+ /* @__PURE__ */ jsxs16("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-16", children: [
2764
+ t("title"),
2765
+ " ",
2766
+ /* @__PURE__ */ jsx42("span", { className: "text-purple-500", children: t("eyesOn") })
2767
+ ] }),
2768
+ /* @__PURE__ */ jsxs16("div", { className: "prose prose-lg dark:prose-invert max-w-4xl mx-auto", children: [
2769
+ /* @__PURE__ */ jsx42("p", { children: t("intro") }),
2770
+ t.raw("sections").map((section, index) => /* @__PURE__ */ jsxs16("div", { children: [
2771
+ /* @__PURE__ */ jsx42("h3", { children: t(`sections.${index}.title`) }),
2772
+ /* @__PURE__ */ jsx42("p", { children: t(`sections.${index}.content`) })
2773
+ ] }, index)),
2774
+ /* @__PURE__ */ jsx42("p", { children: t("conclusion") })
2775
+ ] })
2776
+ ] });
2777
+ }
2778
+
2779
+ // src/main/cta.tsx
2780
+ import { useTranslations as useTranslations8 } from "next-intl";
2781
+ import { jsx as jsx43, jsxs as jsxs17 } from "react/jsx-runtime";
2782
+ function CTA() {
2783
+ const t = useTranslations8("cta");
2784
+ return /* @__PURE__ */ jsx43("section", { className: "container mx-auto px-4 py-20", children: /* @__PURE__ */ jsxs17("div", { className: "bg-gradient-to-r from-purple-200 to-pink-300 rounded-3xl p-12 text-center text-white bg-[length:200%_auto] animate-cta-gradient-wave", children: [
2785
+ /* @__PURE__ */ jsxs17("h2", { className: "text-3xl md:text-4xl font-bold mb-6", children: [
2786
+ t("title"),
2787
+ " ",
2788
+ /* @__PURE__ */ jsx43("span", { className: "text-purple-400", children: t("eyesOn") }),
2789
+ "?"
2790
+ ] }),
2791
+ /* @__PURE__ */ jsxs17("p", { className: "text-xl max-w-2xl mx-auto mb-8 text-white/80", children: [
2792
+ t("description1"),
2793
+ /* @__PURE__ */ jsx43("br", {}),
2794
+ t("description2")
2795
+ ] }),
2796
+ /* @__PURE__ */ jsx43(
2797
+ GradientButton,
2798
+ {
2799
+ title: t("button"),
2800
+ href: "https://preview.reve.art/",
2801
+ align: "center"
2802
+ }
2803
+ )
2804
+ ] }) });
2805
+ }
2806
+
2807
+ // src/main/footer.tsx
2808
+ import { useLocale, useTranslations as useTranslations9 } from "next-intl";
2809
+ import Link3 from "next/link";
2810
+ import { jsx as jsx44, jsxs as jsxs18 } from "react/jsx-runtime";
2811
+ function Footer() {
2812
+ const tFooter = useTranslations9("footer");
2813
+ const locale = useLocale();
2814
+ return /* @__PURE__ */ jsx44("div", { className: "mb-10 w-full mx-auto border-t-purple-700/80 border-t-1", children: /* @__PURE__ */ jsx44("footer", { children: /* @__PURE__ */ jsxs18("div", { className: "w-full flex flex-col items-center justify-center px-4 py-8 space-y-3", children: [
2815
+ /* @__PURE__ */ jsxs18("div", { className: "flex items-center justify-center space-x-6 text-xs", children: [
2816
+ /* @__PURE__ */ jsxs18(Link3, { href: `/${locale}/legal/terms`, className: "flex items-center space-x-1 hover:underline", children: [
2817
+ /* @__PURE__ */ jsx44(globalLucideIcons.ReceiptText, { className: "h-3.5 w-3.5" }),
2818
+ /* @__PURE__ */ jsx44("span", { children: tFooter("terms", { defaultValue: "Terms of Service" }) })
2819
+ ] }),
2820
+ /* @__PURE__ */ jsxs18(Link3, { href: `/${locale}/legal/privacy`, className: "flex items-center space-x-1 hover:underline", children: [
2821
+ /* @__PURE__ */ jsx44(globalLucideIcons.ShieldUser, { className: "h-3.5 w-3.5" }),
2822
+ /* @__PURE__ */ jsx44("span", { children: tFooter("privacy", { defaultValue: "Privacy Policy" }) })
2823
+ ] })
2824
+ ] }),
2825
+ /* @__PURE__ */ jsx44("div", { className: "text-xs text-center", children: /* @__PURE__ */ jsx44("span", { children: tFooter("copyright", { year: (/* @__PURE__ */ new Date()).getFullYear(), name: tFooter("company") }) }) })
2826
+ ] }) }) });
2827
+ }
2828
+
2829
+ // src/main/go-to-top.tsx
2830
+ import { useState as useState2, useEffect } from "react";
2831
+ import { Fragment as Fragment3, jsx as jsx45 } from "react/jsx-runtime";
2832
+ function GoToTop() {
2833
+ const [isVisible, setIsVisible] = useState2(false);
2834
+ useEffect(() => {
2835
+ const toggleVisibility = () => {
2836
+ if (window.scrollY > 300) {
2837
+ setIsVisible(true);
2838
+ } else {
2839
+ setIsVisible(false);
2840
+ }
2841
+ };
2842
+ window.addEventListener("scroll", toggleVisibility);
2843
+ return () => window.removeEventListener("scroll", toggleVisibility);
2844
+ }, []);
2845
+ const scrollToTop = () => {
2846
+ window.scrollTo({
2847
+ top: 0,
2848
+ behavior: "smooth"
2849
+ });
2850
+ };
2851
+ return /* @__PURE__ */ jsx45(Fragment3, { children: isVisible && /* @__PURE__ */ jsx45(
2852
+ "button",
2853
+ {
2854
+ onClick: scrollToTop,
2855
+ className: "fixed bottom-6 right-6 p-3 bg-neutral-800 text-neutral-100 hover:bg-neutral-700 dark:bg-neutral-300 dark:text-neutral-900 dark:hover:bg-neutral-400 rounded-full shadow-lg transition-all z-50",
2856
+ "aria-label": "Go to top",
2857
+ children: /* @__PURE__ */ jsx45(globalLucideIcons.ArrowUp, { size: 20 })
2858
+ }
2859
+ ) });
2860
+ }
2861
+
2862
+ // src/main/loading.tsx
2863
+ import { jsx as jsx46, jsxs as jsxs19 } from "react/jsx-runtime";
2864
+ var NUM_ROWS = 15;
2865
+ var NUM_COLS = 15;
2866
+ var DOT_SIZE = 6;
2867
+ var SPACING = 12;
2868
+ var ANIMATION_DURATION = 1.8;
2869
+ var STAGGER_DELAY_FACTOR = 0.08;
2870
+ var COLORS = [
2871
+ "#AC62FD",
2872
+ // Base Purple
2873
+ "#C364FA",
2874
+ "#DD59F7",
2875
+ "#FF4FF2",
2876
+ // Bright Pink/Magenta
2877
+ "#F067DD",
2878
+ "#E26AF8",
2879
+ "#DA70D6",
2880
+ // Orchid
2881
+ "#BA55D3",
2882
+ // Medium Orchid
2883
+ "#9370DB",
2884
+ // Medium Purple
2885
+ "#8A2BE2"
2886
+ // Blue Violet
2887
+ ];
2888
+ function Loading() {
2889
+ const dots = [];
2890
+ const centerX = (NUM_COLS - 1) / 2;
2891
+ const centerY = (NUM_ROWS - 1) / 2;
2892
+ for (let i = 0; i < NUM_ROWS; i++) {
2893
+ for (let j = 0; j < NUM_COLS; j++) {
2894
+ const distance = Math.sqrt(Math.pow(i - centerY, 2) + Math.pow(j - centerX, 2));
2895
+ dots.push({
2896
+ id: `${i}-${j}`,
2897
+ row: i,
2898
+ col: j,
2899
+ // Animation delay based on distance, creating a ripple effect
2900
+ delay: distance * STAGGER_DELAY_FACTOR,
2901
+ // Color selection based on distance rings
2902
+ color: COLORS[Math.floor(distance) % COLORS.length]
2903
+ });
2904
+ }
2905
+ }
2906
+ const containerWidth = (NUM_COLS - 1) * SPACING + DOT_SIZE;
2907
+ const containerHeight = (NUM_ROWS - 1) * SPACING + DOT_SIZE;
2908
+ return /* @__PURE__ */ jsx46("div", { className: "flex flex-col items-center justify-center min-h-screen bg-neutral-900", children: /* @__PURE__ */ jsxs19(
2909
+ "div",
2910
+ {
2911
+ style: {
2912
+ width: containerWidth,
2913
+ height: containerHeight,
2914
+ position: "relative",
2915
+ borderRadius: "50%",
2916
+ // Make the container circular
2917
+ overflow: "hidden"
2918
+ // Clip dots outside the circle
2919
+ },
2920
+ children: [
2921
+ dots.map((dot) => /* @__PURE__ */ jsx46(
2922
+ "div",
2923
+ {
2924
+ style: {
2925
+ position: "absolute",
2926
+ left: dot.col * SPACING,
2927
+ top: dot.row * SPACING,
2928
+ width: DOT_SIZE,
2929
+ height: DOT_SIZE,
2930
+ backgroundColor: dot.color,
2931
+ borderRadius: "50%",
2932
+ animationName: "loading-dot-pulse",
2933
+ animationDuration: `${ANIMATION_DURATION}s`,
2934
+ animationTimingFunction: "cubic-bezier(0.45, 0, 0.55, 1)",
2935
+ animationIterationCount: "infinite",
2936
+ animationDelay: `${dot.delay}s`,
2937
+ opacity: 0,
2938
+ transform: "scale(0)"
2939
+ }
2940
+ },
2941
+ dot.id
2942
+ )),
2943
+ /* @__PURE__ */ jsx46(
2944
+ "div",
2945
+ {
2946
+ className: "absolute inset-0 flex items-center justify-center",
2947
+ style: { pointerEvents: "none" },
2948
+ children: /* @__PURE__ */ jsx46("p", { className: "text-xl font-semibold text-white", children: "Loading..." })
2949
+ }
2950
+ )
2951
+ ]
2952
+ }
2953
+ ) });
2954
+ }
2955
+
2956
+ // src/main/nprogress-bar.tsx
2957
+ import NProgress from "nprogress";
2958
+ import { usePathname } from "next/navigation";
2959
+ import { useEffect as useEffect2, useRef } from "react";
2960
+ NProgress.configure({ showSpinner: false });
2961
+ function NProgressBar() {
2962
+ const pathname = usePathname();
2963
+ const previousPath = useRef(pathname);
2964
+ useEffect2(() => {
2965
+ if (previousPath.current !== pathname) {
2966
+ NProgress.start();
2967
+ setTimeout(() => {
2968
+ NProgress.done();
2969
+ }, 100);
2970
+ previousPath.current = pathname;
2971
+ }
2972
+ }, [pathname]);
2973
+ return null;
2974
+ }
2975
+
2976
+ // src/fuma/fuma-banner-suit.tsx
2977
+ import { Banner } from "fumadocs-ui/components/banner";
2978
+ import { useTranslations as useTranslations10 } from "next-intl";
2979
+ import { jsx as jsx47 } from "react/jsx-runtime";
2980
+ function FumaBannerSuit({ showText }) {
2981
+ const t = useTranslations10("home");
2982
+ return showText ? /* @__PURE__ */ jsx47(Banner, { variant: "rainbow", changeLayout: true, children: /* @__PURE__ */ jsx47("p", { className: "text-xl", children: t("banner") }) }) : /* @__PURE__ */ jsx47(Banner, { variant: "normal", changeLayout: true, className: "bg-white dark:bg-[rgb(10,10,10)]" });
2983
+ }
2984
+
2985
+ // src/fuma/fuma-page-genarator.tsx
2986
+ import { DocsBody, DocsDescription, DocsPage, DocsTitle } from "fumadocs-ui/page";
2987
+
2988
+ // ../base-ui/src/lib/icon-context.tsx
2989
+ import { createContext, useContext } from "react";
2990
+ import { jsx as jsx48 } from "react/jsx-runtime";
2991
+ var IconConfigContext = createContext(null);
2992
+ function useIconConfig() {
2993
+ const config = useContext(IconConfigContext);
2994
+ if (config === null) {
2995
+ throw new Error(
2996
+ '[SiteIcon] IconConfigProvider not found. Please wrap your app with <IconConfigProvider config={{ siteIcon: "YourIcon" }}>.'
2997
+ );
2998
+ }
2999
+ return config;
3000
+ }
3001
+ function useIconConfigSafe(iconKey) {
3002
+ try {
3003
+ const config = useIconConfig();
3004
+ return config[iconKey];
3005
+ } catch (e) {
3006
+ return void 0;
3007
+ }
3008
+ }
3009
+
3010
+ // ../base-ui/src/lib/site-icon.tsx
3011
+ import { jsx as jsx49 } from "react/jsx-runtime";
3012
+ function SiteIcon(_a) {
3013
+ var _b = _a, {
3014
+ size = 24,
3015
+ className
3016
+ } = _b, props = __objRest(_b, [
3017
+ "size",
3018
+ "className"
3019
+ ]);
3020
+ const configuredIcon = useIconConfigSafe("siteIcon");
3021
+ if (configuredIcon === void 0) {
3022
+ throw new Error(
3023
+ '[SiteIcon] Site icon is not configured. Please use <IconConfigProvider config={{ siteIcon: YourCustomIcon }}> or <IconConfigProvider config={{ siteIcon: "IconKeyName" }}> to set a custom site icon to avoid legal risks.'
3024
+ );
3025
+ }
3026
+ if (typeof configuredIcon === "string") {
3027
+ if (configuredIcon === "") {
3028
+ const DefaultIcon = globalLucideIcons["Download"];
3029
+ return /* @__PURE__ */ jsx49(DefaultIcon, __spreadValues({ size, className: cn(themeIconColor, className) }, props));
3030
+ }
3031
+ const IconComponent = globalLucideIcons[configuredIcon];
3032
+ if (!IconComponent) {
3033
+ throw new Error(`[SiteIcon] Icon key "${configuredIcon}" not found in globalLucideIcons.`);
3034
+ }
3035
+ return /* @__PURE__ */ jsx49(IconComponent, __spreadValues({ size, className: cn(themeIconColor, className) }, props));
3036
+ } else {
3037
+ const CustomIcon = configuredIcon;
3038
+ const hasColorClass = className && /text-\w+/.test(className);
3039
+ const finalClassName = hasColorClass ? className : cn(themeIconColor, className);
3040
+ return /* @__PURE__ */ jsx49(CustomIcon, __spreadValues({ size, className: finalClassName }, props));
3041
+ }
3042
+ }
3043
+
3044
+ // ../base-ui/src/components/404-page.tsx
3045
+ import { useEffect as useEffect3, useState as useState3 } from "react";
3046
+ import { jsx as jsx50, jsxs as jsxs20 } from "react/jsx-runtime";
3047
+ function NotFoundPage() {
3048
+ const [glitchText, setGlitchText] = useState3("404");
3049
+ useEffect3(() => {
3050
+ const glitchChars = ["4", "0", "4", "?", "#", "!", "*", "&", "%", "$"];
3051
+ const interval = setInterval(() => {
3052
+ if (Math.random() < 0.5) {
3053
+ setGlitchText("404");
3054
+ } else {
3055
+ const randomChars = Array.from(
3056
+ { length: 3 },
3057
+ () => glitchChars[Math.floor(Math.random() * glitchChars.length)]
3058
+ ).join("");
3059
+ setGlitchText(randomChars);
3060
+ }
3061
+ }, 600);
3062
+ return () => clearInterval(interval);
3063
+ }, []);
3064
+ return /* @__PURE__ */ jsxs20("div", { className: "flex flex-col items-center justify-center min-h-[75vh] w-full px-4 py-8", children: [
3065
+ /* @__PURE__ */ jsxs20("div", { className: "text-center space-y-8 max-w-2xl", children: [
3066
+ /* @__PURE__ */ jsxs20("div", { className: "relative flex justify-center", children: [
3067
+ /* @__PURE__ */ jsx50(
3068
+ "h1",
3069
+ {
3070
+ className: "text-8xl md:text-9xl font-bold bg-gradient-to-r from-purple-600 via-pink-500 to-purple-700 bg-clip-text text-transparent select-none",
3071
+ style: {
3072
+ fontFamily: "Montserrat, monospace",
3073
+ textShadow: "0 0 30px rgba(172, 98, 253, 0.3)",
3074
+ letterSpacing: "0.1em"
3075
+ },
3076
+ children: glitchText
3077
+ }
3078
+ ),
3079
+ /* @__PURE__ */ jsx50("div", { className: "absolute inset-0 pointer-events-none", children: /* @__PURE__ */ jsx50("div", { className: "h-full w-full bg-gradient-to-b from-transparent via-purple-500/10 to-transparent animate-pulse" }) })
3080
+ ] }),
3081
+ /* @__PURE__ */ jsxs20("div", { className: "space-y-4", children: [
3082
+ /* @__PURE__ */ jsx50("h2", { className: "text-2xl md:text-3xl font-semibold text-foreground", children: "Page Not Found" }),
3083
+ /* @__PURE__ */ jsx50("p", { className: "text-lg text-muted-foreground max-w-md mx-auto leading-relaxed", children: "The page you're looking for doesn't exist" })
3084
+ ] }),
3085
+ /* @__PURE__ */ jsxs20("div", { className: "flex justify-center items-center gap-8 pt-8 opacity-60", children: [
3086
+ /* @__PURE__ */ jsxs20("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [
3087
+ /* @__PURE__ */ jsx50(SiteIcon, {}),
3088
+ /* @__PURE__ */ jsx50("span", { children: "Woops!" })
3089
+ ] }),
3090
+ /* @__PURE__ */ jsx50("div", { className: "w-1 h-1 bg-purple-500 rounded-full animate-ping" }),
3091
+ /* @__PURE__ */ jsxs20("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [
3092
+ /* @__PURE__ */ jsx50(NotFoundIcon, {}),
3093
+ /* @__PURE__ */ jsx50("span", { children: "Error Code: 404" })
3094
+ ] })
3095
+ ] })
3096
+ ] }),
3097
+ /* @__PURE__ */ jsxs20("div", { className: "fixed inset-0 pointer-events-none overflow-hidden -z-10", children: [
3098
+ /* @__PURE__ */ jsx50(
3099
+ "div",
3100
+ {
3101
+ className: "absolute inset-0 opacity-[0.02] dark:opacity-[0.05]",
3102
+ style: {
3103
+ backgroundImage: `
3104
+ linear-gradient(rgba(172, 98, 253, 0.1) 1px, transparent 1px),
3105
+ linear-gradient(90deg, rgba(172, 98, 253, 0.1) 1px, transparent 1px)
3106
+ `,
3107
+ backgroundSize: "50px 50px"
3108
+ }
3109
+ }
3110
+ ),
3111
+ Array.from({ length: 6 }).map((_, i) => /* @__PURE__ */ jsx50(
3112
+ "div",
3113
+ {
3114
+ className: "absolute w-2 h-2 bg-purple-500/20 rounded-full animate-bounce",
3115
+ style: {
3116
+ left: `${20 + i * 15}%`,
3117
+ top: `${30 + i % 3 * 20}%`,
3118
+ animationDelay: `${i * 0.5}s`,
3119
+ animationDuration: `${2 + i * 0.3}s`
3120
+ }
3121
+ },
3122
+ i
3123
+ ))
3124
+ ] })
3125
+ ] });
3126
+ }
3127
+
3128
+ // src/fuma/mdx/toc-base.tsx
3129
+ import { useState as useState4 } from "react";
3130
+ import { useParams } from "next/navigation";
3131
+ import { useCopyButton } from "fumadocs-ui/utils/use-copy-button";
3132
+ import Link4 from "fumadocs-core/link";
3133
+ import { Fragment as Fragment4, jsx as jsx51, jsxs as jsxs21 } from "react/jsx-runtime";
3134
+ var cache = /* @__PURE__ */ new Map();
3135
+ function LLMCopyButton({ llmApiUrl } = {}) {
3136
+ const [isLoading, setLoading] = useState4(false);
3137
+ const params = useParams();
3138
+ const locale = params.locale;
3139
+ const slug = params.slug;
3140
+ const [checked, onClick] = useCopyButton(() => __async(null, null, function* () {
3141
+ var _a;
3142
+ setLoading(true);
3143
+ const path = slug && Array.isArray(slug) ? slug.join("/") : "";
3144
+ const apiPrefix = llmApiUrl || "/api/llm-content";
3145
+ const apiUrl = `${apiPrefix}?locale=${encodeURIComponent(locale)}&path=${encodeURIComponent(path)}`;
3146
+ console.log("Fetching LLM content from:", apiUrl);
3147
+ try {
3148
+ const content = (_a = cache.get(apiUrl)) != null ? _a : yield fetch(apiUrl).then((res) => {
3149
+ if (!res.ok) {
3150
+ throw new Error(`Failed to fetch LLM content: ${res.status} ${res.statusText}`);
3151
+ }
3152
+ return res.text();
3153
+ });
3154
+ cache.set(apiUrl, content);
3155
+ yield navigator.clipboard.writeText(content);
3156
+ } catch (error) {
3157
+ console.error("Error fetching or copying LLM content:", error);
3158
+ } finally {
3159
+ setLoading(false);
3160
+ }
3161
+ }));
3162
+ return /* @__PURE__ */ jsx51(
3163
+ Button,
3164
+ {
3165
+ variant: "ghost",
3166
+ size: "sm",
3167
+ loading: isLoading,
3168
+ className: "justify-start px-0 text-stone-600 hover:text-stone-500 dark:text-stone-400 dark:hover:text-stone-300",
3169
+ onClick,
3170
+ children: checked ? /* @__PURE__ */ jsxs21(Fragment4, { children: [
3171
+ /* @__PURE__ */ jsx51(globalLucideIcons.Check, {}),
3172
+ "Copied!"
3173
+ ] }) : /* @__PURE__ */ jsxs21(Fragment4, { children: [
3174
+ /* @__PURE__ */ jsx51(globalLucideIcons.Markdown, {}),
3175
+ "Copy page as Markdown"
3176
+ ] })
3177
+ }
3178
+ );
3179
+ }
3180
+ function EditOnGitHub({ url }) {
3181
+ return /* @__PURE__ */ jsxs21(
3182
+ Link4,
3183
+ {
3184
+ 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",
3185
+ href: url,
3186
+ children: [
3187
+ /* @__PURE__ */ jsx51(globalLucideIcons.GitHub, {}),
3188
+ "Edit this page on GitHub"
3189
+ ]
3190
+ }
3191
+ );
3192
+ }
3193
+ function LastUpdatedDate({ date }) {
3194
+ return /* @__PURE__ */ jsxs21("div", { className: "flex items-center gap-x-2 text-stone-600 dark:text-stone-400 text-sm", children: [
3195
+ /* @__PURE__ */ jsx51(globalLucideIcons.LastUpdated, {}),
3196
+ "Lastest on ",
3197
+ date ? date : "Ages ago"
3198
+ ] });
3199
+ }
3200
+
3201
+ // src/fuma/mdx/toc.tsx
3202
+ import { jsx as jsx52, jsxs as jsxs22 } from "react/jsx-runtime";
3203
+ function TocFooter({ lastModified, showCopy, editPath, githubBaseUrl }) {
3204
+ const showEdit = githubBaseUrl && editPath;
3205
+ return /* @__PURE__ */ jsxs22("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
3206
+ /* @__PURE__ */ jsx52(LastUpdatedDate, { date: lastModified }),
3207
+ showCopy && /* @__PURE__ */ jsx52(LLMCopyButton, {}),
3208
+ showEdit && /* @__PURE__ */ jsx52(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
3209
+ ] });
3210
+ }
3211
+
3212
+ // src/fuma/fuma-page-genarator.tsx
3213
+ import { jsx as jsx53, jsxs as jsxs23 } from "react/jsx-runtime";
3214
+ function createFumaPage({
3215
+ mdxContentSource,
3216
+ getMDXComponents,
3217
+ mdxSourceDir,
3218
+ githubBaseUrl,
3219
+ showCopy = true
3220
+ }) {
3221
+ const Page = function Page2(_0) {
3222
+ return __async(this, arguments, function* ({ params }) {
3223
+ const { slug, locale } = yield params;
3224
+ const page = mdxContentSource.getPage(slug, locale);
3225
+ if (!page) {
3226
+ return /* @__PURE__ */ jsx53(NotFoundPage, {});
3227
+ }
3228
+ const path = githubBaseUrl ? `${mdxSourceDir}/${page.file.path}` : void 0;
3229
+ const tocFooterElement = /* @__PURE__ */ jsx53(
3230
+ TocFooter,
3231
+ {
3232
+ lastModified: page.data.date,
3233
+ showCopy,
3234
+ editPath: path,
3235
+ githubBaseUrl
3236
+ }
3237
+ );
3238
+ const MDX = page.data.body;
3239
+ return /* @__PURE__ */ jsxs23(
3240
+ DocsPage,
3241
+ {
3242
+ tableOfContent: { style: "clerk", single: false, footer: tocFooterElement },
3243
+ tableOfContentPopover: { footer: tocFooterElement },
3244
+ toc: page.data.toc,
3245
+ full: page.data.full,
3246
+ article: { className: "max-sm:pb-16" },
3247
+ children: [
3248
+ /* @__PURE__ */ jsx53(DocsTitle, { children: page.data.title }),
3249
+ /* @__PURE__ */ jsx53(DocsDescription, { className: "mb-2", children: page.data.description }),
3250
+ /* @__PURE__ */ jsx53(DocsBody, { className: "text-fd-foreground/80", children: /* @__PURE__ */ jsx53(MDX, { components: getMDXComponents() }) })
3251
+ ]
3252
+ }
3253
+ );
3254
+ });
3255
+ };
3256
+ function generateStaticParams() {
3257
+ return mdxContentSource.generateParams("slug", "locale");
3258
+ }
3259
+ function generateMetadata(props) {
3260
+ return __async(this, null, function* () {
3261
+ const params = yield props.params;
3262
+ const page = mdxContentSource.getPage(params.slug, params.locale);
3263
+ if (!page) {
3264
+ return {
3265
+ title: "404 - Page Not Found",
3266
+ description: "This page could not be found."
3267
+ };
3268
+ }
3269
+ return {
3270
+ title: page.data.title,
3271
+ description: page.data.description
3272
+ };
3273
+ });
3274
+ }
3275
+ return {
3276
+ Page,
3277
+ generateStaticParams,
3278
+ generateMetadata
3279
+ };
3280
+ }
3281
+
3282
+ // src/fuma/fuma-github-info.tsx
3283
+ import { useEffect as useEffect4, useState as useState5 } from "react";
3284
+ import { jsx as jsx54, jsxs as jsxs24 } from "react/jsx-runtime";
3285
+ function GitHubInfoSkeleton({ owner, repo, className }) {
3286
+ return /* @__PURE__ */ jsxs24("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: [
3287
+ /* @__PURE__ */ jsxs24("div", { className: "flex items-center gap-2", children: [
3288
+ /* @__PURE__ */ jsx54("div", { className: "size-3.5 bg-fd-muted rounded" }),
3289
+ /* @__PURE__ */ jsx54("div", { className: "h-4 bg-fd-muted rounded w-20" })
3290
+ ] }),
3291
+ /* @__PURE__ */ jsx54("div", { className: "h-3 bg-fd-muted rounded w-8" })
3292
+ ] });
3293
+ }
3294
+ function GitHubInfoFallback({ owner, repo, className }) {
3295
+ return /* @__PURE__ */ jsxs24(
3296
+ "a",
3297
+ {
3298
+ href: `https://github.com/${owner}/${repo}`,
3299
+ rel: "noreferrer noopener",
3300
+ target: "_blank",
3301
+ 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}`,
3302
+ children: [
3303
+ /* @__PURE__ */ jsxs24("p", { className: "flex items-center gap-2 truncate", children: [
3304
+ /* @__PURE__ */ jsxs24("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
3305
+ /* @__PURE__ */ jsx54("title", { children: "GitHub" }),
3306
+ /* @__PURE__ */ jsx54("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" })
3307
+ ] }),
3308
+ owner,
3309
+ "/",
3310
+ repo
3311
+ ] }),
3312
+ /* @__PURE__ */ jsxs24("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
3313
+ /* @__PURE__ */ jsx54(globalLucideIcons.ExternalLink, { className: "size-3" }),
3314
+ "GitHub"
3315
+ ] })
3316
+ ]
3317
+ }
3318
+ );
3319
+ }
3320
+ function GitHubInfoSuccess({
3321
+ owner,
3322
+ repo,
3323
+ stars,
3324
+ className
3325
+ }) {
3326
+ const humanizedStars = humanizeNumber(stars);
3327
+ return /* @__PURE__ */ jsxs24(
3328
+ "a",
3329
+ {
3330
+ href: `https://github.com/${owner}/${repo}`,
3331
+ rel: "noreferrer noopener",
3332
+ target: "_blank",
3333
+ 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}`,
3334
+ children: [
3335
+ /* @__PURE__ */ jsxs24("p", { className: "flex items-center gap-2 truncate", children: [
3336
+ /* @__PURE__ */ jsxs24("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
3337
+ /* @__PURE__ */ jsx54("title", { children: "GitHub" }),
3338
+ /* @__PURE__ */ jsx54("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" })
3339
+ ] }),
3340
+ owner,
3341
+ "/",
3342
+ repo
3343
+ ] }),
3344
+ /* @__PURE__ */ jsxs24("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
3345
+ /* @__PURE__ */ jsx54(globalLucideIcons.Star, { className: "size-3" }),
3346
+ humanizedStars
3347
+ ] })
3348
+ ]
3349
+ }
3350
+ );
3351
+ }
3352
+ function humanizeNumber(num) {
3353
+ if (num < 1e3) {
3354
+ return num.toString();
3355
+ }
3356
+ if (num < 1e5) {
3357
+ const value = (num / 1e3).toFixed(1);
3358
+ const formattedValue = value.endsWith(".0") ? value.slice(0, -2) : value;
3359
+ return `${formattedValue}K`;
3360
+ }
3361
+ if (num < 1e6) {
3362
+ return `${Math.floor(num / 1e3)}K`;
3363
+ }
3364
+ return num.toString();
3365
+ }
3366
+ function FumaGithubInfo({ owner, repo, token, className }) {
3367
+ const [data, setData] = useState5(null);
3368
+ const [loading, setLoading] = useState5(true);
3369
+ const [error, setError] = useState5(null);
3370
+ useEffect4(() => {
3371
+ const fetchRepoData = () => __async(null, null, function* () {
3372
+ try {
3373
+ setLoading(true);
3374
+ setError(null);
3375
+ const controller = new AbortController();
3376
+ const timeoutId = setTimeout(() => controller.abort(), 5e3);
3377
+ const headers = new Headers({
3378
+ "Accept": "application/vnd.github.v3+json"
3379
+ });
3380
+ if (token) {
3381
+ headers.set("Authorization", `Bearer ${token}`);
3382
+ }
3383
+ const response = yield fetch(`https://api.github.com/repos/${owner}/${repo}`, {
3384
+ signal: controller.signal,
3385
+ headers
3386
+ });
3387
+ clearTimeout(timeoutId);
3388
+ if (!response.ok) {
3389
+ throw new Error(`GitHub API response error: ${response.status}`);
3390
+ }
3391
+ const repoData = yield response.json();
3392
+ setData({
3393
+ stargazers_count: repoData.stargazers_count,
3394
+ forks_count: repoData.forks_count
3395
+ });
3396
+ } catch (err) {
3397
+ console.warn("GitHub API call failed:", err);
3398
+ if (err instanceof Error) {
3399
+ if (err.name === "AbortError") {
3400
+ setError("Request timeout");
3401
+ } else {
3402
+ setError("Failed to get repository information");
3403
+ }
3404
+ } else {
3405
+ setError("Unknown error");
3406
+ }
3407
+ } finally {
3408
+ setLoading(false);
3409
+ }
3410
+ });
3411
+ fetchRepoData();
3412
+ }, [owner, repo, token]);
3413
+ if (loading) {
3414
+ return /* @__PURE__ */ jsx54(GitHubInfoSkeleton, { owner, repo, className });
3415
+ }
3416
+ if (error || !data) {
3417
+ return /* @__PURE__ */ jsx54(GitHubInfoFallback, { owner, repo, className });
3418
+ }
3419
+ return /* @__PURE__ */ jsx54(
3420
+ GitHubInfoSuccess,
3421
+ {
3422
+ owner,
3423
+ repo,
3424
+ stars: data.stargazers_count,
3425
+ className
3426
+ }
3427
+ );
3428
+ }
3429
+ export {
3430
+ CTA,
3431
+ ClerkProviderClient,
3432
+ ClerkUser,
3433
+ FAQ,
3434
+ Features,
3435
+ Footer,
3436
+ FumaBannerSuit,
3437
+ FumaGithubInfo,
3438
+ Gallery,
3439
+ GoToTop,
3440
+ Loading,
3441
+ NProgressBar,
3442
+ SeoContent,
3443
+ Tips,
3444
+ Usage,
3445
+ createFumaPage,
3446
+ createSignInPage,
3447
+ createSignUpPage,
3448
+ createWaitlistPage
3449
+ };
3450
+ /**
3451
+ * @license
3452
+ * MIT License
3453
+ * Copyright (c) 2025 D8ger
3454
+ *
3455
+ * This source code is licensed under the MIT license found in the
3456
+ * LICENSE file in the root directory of this source tree.
3457
+ */
3458
+ /*! Bundled license information:
3459
+
3460
+ lucide-react/dist/esm/shared/src/utils.js:
3461
+ lucide-react/dist/esm/defaultAttributes.js:
3462
+ lucide-react/dist/esm/Icon.js:
3463
+ lucide-react/dist/esm/createLucideIcon.js:
3464
+ lucide-react/dist/esm/icons/album.js:
3465
+ lucide-react/dist/esm/icons/align-horizontal-justify-end.js:
3466
+ lucide-react/dist/esm/icons/arrow-left.js:
3467
+ lucide-react/dist/esm/icons/arrow-right.js:
3468
+ lucide-react/dist/esm/icons/arrow-up.js:
3469
+ lucide-react/dist/esm/icons/binary.js:
3470
+ lucide-react/dist/esm/icons/blocks.js:
3471
+ lucide-react/dist/esm/icons/book-x.js:
3472
+ lucide-react/dist/esm/icons/bring-to-front.js:
3473
+ lucide-react/dist/esm/icons/bug.js:
3474
+ lucide-react/dist/esm/icons/building-2.js:
3475
+ lucide-react/dist/esm/icons/car.js:
3476
+ lucide-react/dist/esm/icons/check.js:
3477
+ lucide-react/dist/esm/icons/chevron-down.js:
3478
+ lucide-react/dist/esm/icons/chevron-left.js:
3479
+ lucide-react/dist/esm/icons/chevron-right.js:
3480
+ lucide-react/dist/esm/icons/chevron-up.js:
3481
+ lucide-react/dist/esm/icons/circle-alert.js:
3482
+ lucide-react/dist/esm/icons/circle-small.js:
3483
+ lucide-react/dist/esm/icons/circle.js:
3484
+ lucide-react/dist/esm/icons/component.js:
3485
+ lucide-react/dist/esm/icons/cpu.js:
3486
+ lucide-react/dist/esm/icons/database-zap.js:
3487
+ lucide-react/dist/esm/icons/dot.js:
3488
+ lucide-react/dist/esm/icons/download.js:
3489
+ lucide-react/dist/esm/icons/ellipsis.js:
3490
+ lucide-react/dist/esm/icons/external-link.js:
3491
+ lucide-react/dist/esm/icons/eye.js:
3492
+ lucide-react/dist/esm/icons/facebook.js:
3493
+ lucide-react/dist/esm/icons/file-lock-2.js:
3494
+ lucide-react/dist/esm/icons/fingerprint.js:
3495
+ lucide-react/dist/esm/icons/gift.js:
3496
+ lucide-react/dist/esm/icons/git-pull-request-arrow.js:
3497
+ lucide-react/dist/esm/icons/globe-lock.js:
3498
+ lucide-react/dist/esm/icons/globe.js:
3499
+ lucide-react/dist/esm/icons/grip-vertical.js:
3500
+ lucide-react/dist/esm/icons/hand-heart.js:
3501
+ lucide-react/dist/esm/icons/handshake.js:
3502
+ lucide-react/dist/esm/icons/highlighter.js:
3503
+ lucide-react/dist/esm/icons/house-plus.js:
3504
+ lucide-react/dist/esm/icons/image-down.js:
3505
+ lucide-react/dist/esm/icons/image-off.js:
3506
+ lucide-react/dist/esm/icons/image-up.js:
3507
+ lucide-react/dist/esm/icons/info.js:
3508
+ lucide-react/dist/esm/icons/keyboard.js:
3509
+ lucide-react/dist/esm/icons/land-plot.js:
3510
+ lucide-react/dist/esm/icons/layout-template.js:
3511
+ lucide-react/dist/esm/icons/library.js:
3512
+ lucide-react/dist/esm/icons/link.js:
3513
+ lucide-react/dist/esm/icons/loader-circle.js:
3514
+ lucide-react/dist/esm/icons/log-in.js:
3515
+ lucide-react/dist/esm/icons/log-out.js:
3516
+ lucide-react/dist/esm/icons/mouse-pointer-click.js:
3517
+ lucide-react/dist/esm/icons/palette.js:
3518
+ lucide-react/dist/esm/icons/panel-left.js:
3519
+ lucide-react/dist/esm/icons/panels-top-left.js:
3520
+ lucide-react/dist/esm/icons/pencil.js:
3521
+ lucide-react/dist/esm/icons/pi.js:
3522
+ lucide-react/dist/esm/icons/receipt-text.js:
3523
+ lucide-react/dist/esm/icons/regex.js:
3524
+ lucide-react/dist/esm/icons/replace.js:
3525
+ lucide-react/dist/esm/icons/rss.js:
3526
+ lucide-react/dist/esm/icons/scale.js:
3527
+ lucide-react/dist/esm/icons/search.js:
3528
+ lucide-react/dist/esm/icons/server.js:
3529
+ lucide-react/dist/esm/icons/share.js:
3530
+ lucide-react/dist/esm/icons/shield-user.js:
3531
+ lucide-react/dist/esm/icons/sparkles.js:
3532
+ lucide-react/dist/esm/icons/spline-pointer.js:
3533
+ lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
3534
+ lucide-react/dist/esm/icons/square-terminal.js:
3535
+ lucide-react/dist/esm/icons/star.js:
3536
+ lucide-react/dist/esm/icons/tablets.js:
3537
+ lucide-react/dist/esm/icons/terminal.js:
3538
+ lucide-react/dist/esm/icons/twitter.js:
3539
+ lucide-react/dist/esm/icons/x.js:
3540
+ lucide-react/dist/esm/icons/zap.js:
3541
+ lucide-react/dist/esm/lucide-react.js:
3542
+ (**
3543
+ * @license lucide-react v0.511.0 - ISC
3544
+ *
3545
+ * This source code is licensed under the ISC license.
3546
+ * See the LICENSE file in the root directory of this source tree.
3547
+ *)
3548
+ */
3549
+ //# sourceMappingURL=index.mjs.map