@windrun-huaiin/third-ui 6.2.1 → 6.3.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 (63) hide show
  1. package/dist/chunk-52YUUCKV.js +3190 -0
  2. package/dist/chunk-52YUUCKV.js.map +1 -0
  3. package/dist/chunk-6MM7HLNX.js +226 -0
  4. package/dist/chunk-6MM7HLNX.js.map +1 -0
  5. package/dist/chunk-6PW67OXW.js +967 -0
  6. package/dist/chunk-6PW67OXW.js.map +1 -0
  7. package/dist/chunk-BZLOMDT7.mjs +90 -0
  8. package/dist/chunk-BZLOMDT7.mjs.map +1 -0
  9. package/dist/chunk-C3MW5ZUN.mjs +967 -0
  10. package/dist/chunk-C3MW5ZUN.mjs.map +1 -0
  11. package/dist/chunk-FOMCGWDM.mjs +17 -0
  12. package/dist/chunk-FOMCGWDM.mjs.map +1 -0
  13. package/dist/chunk-ICXWQI2S.mjs +126 -0
  14. package/dist/chunk-ICXWQI2S.mjs.map +1 -0
  15. package/dist/chunk-IOUCFIRG.mjs +3190 -0
  16. package/dist/chunk-IOUCFIRG.mjs.map +1 -0
  17. package/dist/chunk-J26XFRUS.js +17 -0
  18. package/dist/chunk-J26XFRUS.js.map +1 -0
  19. package/dist/chunk-LZLW5WCC.js +90 -0
  20. package/dist/chunk-LZLW5WCC.js.map +1 -0
  21. package/dist/chunk-NV3UQTCW.mjs +226 -0
  22. package/dist/chunk-NV3UQTCW.mjs.map +1 -0
  23. package/dist/chunk-TBXDOQXP.js +126 -0
  24. package/dist/chunk-TBXDOQXP.js.map +1 -0
  25. package/dist/chunk-TKLIIDBR.mjs +2804 -0
  26. package/dist/chunk-TKLIIDBR.mjs.map +1 -0
  27. package/dist/chunk-W7K5Y2WR.js +2804 -0
  28. package/dist/chunk-W7K5Y2WR.js.map +1 -0
  29. package/dist/clerk/index.js +13 -57
  30. package/dist/clerk/index.js.map +1 -1
  31. package/dist/clerk/index.mjs +7 -27
  32. package/dist/clerk/index.mjs.map +1 -1
  33. package/dist/clerk/server.js +60 -2907
  34. package/dist/clerk/server.js.map +1 -1
  35. package/dist/clerk/server.mjs +33 -2846
  36. package/dist/clerk/server.mjs.map +1 -1
  37. package/dist/fuma/mdx/index.d.mts +2 -13
  38. package/dist/fuma/mdx/index.d.ts +2 -13
  39. package/dist/fuma/mdx/index.js +7 -4086
  40. package/dist/fuma/mdx/index.js.map +1 -1
  41. package/dist/fuma/mdx/index.mjs +20 -4060
  42. package/dist/fuma/mdx/index.mjs.map +1 -1
  43. package/dist/fuma/server.d.mts +1 -1
  44. package/dist/fuma/server.d.ts +1 -1
  45. package/dist/fuma/server.js +251 -335
  46. package/dist/fuma/server.js.map +1 -1
  47. package/dist/fuma/server.mjs +22 -93
  48. package/dist/fuma/server.mjs.map +1 -1
  49. package/dist/lib/server.js +39 -105
  50. package/dist/lib/server.js.map +1 -1
  51. package/dist/lib/server.mjs +4 -24
  52. package/dist/lib/server.mjs.map +1 -1
  53. package/dist/main/index.js +6 -6214
  54. package/dist/main/index.js.map +1 -1
  55. package/dist/main/index.mjs +16 -6184
  56. package/dist/main/index.mjs.map +1 -1
  57. package/dist/main/server.js +195 -3081
  58. package/dist/main/server.js.map +1 -1
  59. package/dist/main/server.mjs +142 -2990
  60. package/dist/main/server.mjs.map +1 -1
  61. package/dist/toc-base-BC7kXpDU.d.mts +15 -0
  62. package/dist/toc-base-BC7kXpDU.d.ts +15 -0
  63. package/package.json +2 -2
@@ -1,114 +1,31 @@
1
- /* eslint-disable */
2
- "use strict";
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __defProps = Object.defineProperties;
6
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
8
- var __getOwnPropNames = Object.getOwnPropertyNames;
9
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
10
- var __getProtoOf = Object.getPrototypeOf;
11
- var __hasOwnProp = Object.prototype.hasOwnProperty;
12
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
13
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
14
- var __spreadValues = (a, b) => {
15
- for (var prop in b || (b = {}))
16
- if (__hasOwnProp.call(b, prop))
17
- __defNormalProp(a, prop, b[prop]);
18
- if (__getOwnPropSymbols)
19
- for (var prop of __getOwnPropSymbols(b)) {
20
- if (__propIsEnum.call(b, prop))
21
- __defNormalProp(a, prop, b[prop]);
22
- }
23
- return a;
24
- };
25
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
26
- var __objRest = (source, exclude) => {
27
- var target = {};
28
- for (var prop in source)
29
- if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
30
- target[prop] = source[prop];
31
- if (source != null && __getOwnPropSymbols)
32
- for (var prop of __getOwnPropSymbols(source)) {
33
- if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
34
- target[prop] = source[prop];
35
- }
36
- return target;
37
- };
38
- var __export = (target, all) => {
39
- for (var name in all)
40
- __defProp(target, name, { get: all[name], enumerable: true });
41
- };
42
- var __copyProps = (to, from, except, desc) => {
43
- if (from && typeof from === "object" || typeof from === "function") {
44
- for (let key of __getOwnPropNames(from))
45
- if (!__hasOwnProp.call(to, key) && key !== except)
46
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
47
- }
48
- return to;
49
- };
50
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
51
- // If the importer is in node compatibility mode or this is not an ESM
52
- // file that has been converted to a CommonJS file using a Babel-
53
- // compatible transform (i.e. "__esModule" has not been set), then set
54
- // "default" to the CommonJS "module.exports" for node compatibility.
55
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
56
- mod
57
- ));
58
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
59
- var __async = (__this, __arguments, generator) => {
60
- return new Promise((resolve, reject) => {
61
- var fulfilled = (value) => {
62
- try {
63
- step(generator.next(value));
64
- } catch (e) {
65
- reject(e);
66
- }
67
- };
68
- var rejected = (value) => {
69
- try {
70
- step(generator.throw(value));
71
- } catch (e) {
72
- reject(e);
73
- }
74
- };
75
- var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
76
- step((generator = generator.apply(__this, __arguments)).next());
77
- });
78
- };
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }/* eslint-disable */
79
2
 
80
- // src/main/server.ts
81
- var server_exports = {};
82
- __export(server_exports, {
83
- CTA: () => CTA,
84
- FAQ: () => FAQ,
85
- Features: () => Features,
86
- Footer: () => Footer,
87
- Gallery: () => Gallery,
88
- PricePlan: () => PricePlan,
89
- SeoContent: () => SeoContent,
90
- Tips: () => Tips,
91
- Usage: () => Usage
92
- });
93
- module.exports = __toCommonJS(server_exports);
94
3
 
95
- // src/main/gallery.tsx
96
- var import_server = require("next-intl/server");
97
4
 
98
- // ../lib/src/utils.ts
99
- var import_clsx = require("clsx");
100
- var import_tailwind_merge = require("tailwind-merge");
101
- function cn(...inputs) {
102
- return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
103
- }
5
+
6
+
7
+ var _chunk52YUUCKVjs = require('../chunk-52YUUCKV.js');
8
+
9
+
10
+ var _chunkTBXDOQXPjs = require('../chunk-TBXDOQXP.js');
11
+
12
+
13
+ var _chunk6MM7HLNXjs = require('../chunk-6MM7HLNX.js');
14
+
15
+
16
+
17
+ var _chunkW7K5Y2WRjs = require('../chunk-W7K5Y2WR.js');
18
+
19
+
20
+ var _chunkLZLW5WCCjs = require('../chunk-LZLW5WCC.js');
104
21
 
105
22
  // src/main/gallery.tsx
106
- var import_image = __toESM(require("next/image"));
107
- var import_main = require("@third-ui/main");
108
- var import_jsx_runtime = require("react/jsx-runtime");
23
+ var _server = require('next-intl/server');
24
+ var _image = require('next/image'); var _image2 = _interopRequireDefault(_image);
25
+ var _jsxruntime = require('react/jsx-runtime');
109
26
  function Gallery(_0) {
110
- return __async(this, arguments, function* ({ locale, sectionClassName, button }) {
111
- const t = yield (0, import_server.getTranslations)({ locale, namespace: "gallery" });
27
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({ locale, sectionClassName, button }) {
28
+ const t = yield _server.getTranslations.call(void 0, { locale, namespace: "gallery" });
112
29
  const galleryItems = t.raw("prompts");
113
30
  const data = {
114
31
  titleL: t("titleL"),
@@ -123,24 +40,24 @@ function Gallery(_0) {
123
40
  defaultImgUrl: t.raw("defaultImgUrl"),
124
41
  downloadPrefix: t("downloadPrefix")
125
42
  };
126
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("section", { id: "gallery", className: cn("container mx-auto px-4 py-20 scroll-mt-20", sectionClassName), children: [
127
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-6", children: [
43
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "section", { id: "gallery", className: _chunk6MM7HLNXjs.cn.call(void 0, "container mx-auto px-4 py-20 scroll-mt-20", sectionClassName), children: [
44
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "h2", { className: "text-3xl md:text-4xl font-bold text-center mb-6", children: [
128
45
  data.titleL,
129
46
  " ",
130
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "text-purple-500", children: data.eyesOn }),
47
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-purple-500", children: data.eyesOn }),
131
48
  " ",
132
49
  data.titleR
133
50
  ] }),
134
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "text-center max-w-2xl mx-auto mb-16", children: data.description }),
135
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6", children: data.items.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
51
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-center max-w-2xl mx-auto mb-16", children: data.description }),
52
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6", children: data.items.map((item, index) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
136
53
  "div",
137
54
  {
138
55
  className: "group relative overflow-hidden rounded-xl",
139
56
  "data-gallery-item": item.id,
140
57
  "data-gallery-index": index,
141
58
  children: [
142
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
143
- import_image.default,
59
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
60
+ _image2.default,
144
61
  {
145
62
  src: item.url,
146
63
  alt: item.altMsg,
@@ -150,2730 +67,61 @@ function Gallery(_0) {
150
67
  "data-gallery-image": item.id
151
68
  }
152
69
  ),
153
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "absolute inset-0 flex items-end justify-end p-4 opacity-0 group-hover:opacity-100 transition duration-300", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
70
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute inset-0 flex items-end justify-end p-4 opacity-0 group-hover:opacity-100 transition duration-300", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
154
71
  "button",
155
72
  {
156
73
  className: "p-2 rounded-full bg-black/50 hover:bg-black/70 text-white/80 hover:text-white transition-all duration-300",
157
74
  "data-gallery-download": item.id,
158
75
  "aria-label": `Download ${item.altMsg}`,
159
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { className: "h-5 w-5 text-white", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" }) })
76
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { className: "h-5 w-5 text-white", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" }) })
160
77
  }
161
78
  ) })
162
79
  ]
163
80
  },
164
81
  item.id
165
82
  )) }),
166
- button && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "text-center mt-12", children: button }),
167
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_main.GalleryInteractive, { data })
83
+ button && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-center mt-12", children: button }),
84
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk52YUUCKVjs.GalleryInteractive, { data })
168
85
  ] });
169
86
  });
170
87
  }
171
88
 
172
89
  // src/main/usage.tsx
173
- var import_server3 = require("next-intl/server");
174
-
175
- // ../base-ui/src/assets/github.tsx
176
- var import_react = __toESM(require("react"), 1);
177
90
 
178
- // ../base-ui/src/lib/theme-util.ts
179
- var themeIconColor = process.env.NEXT_PUBLIC_STYLE_ICON_COLOR || "text-purple-500";
180
- var themeSvgIconColor = process.env.NEXT_PUBLIC_STYLE_SVG_ICON_COLOR || "#AC62FD";
181
- var themeSvgIconSize = process.env.NEXT_PUBLIC_STYLE_SVG_ICON_SIZE || 18;
182
-
183
- // ../base-ui/src/assets/github.tsx
184
- var import_jsx_runtime2 = require("react/jsx-runtime");
185
- var GitHubIcon = import_react.default.forwardRef(
186
- (_a, ref) => {
187
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
188
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
189
- "svg",
190
- __spreadProps(__spreadValues({
191
- ref,
192
- role: "img",
193
- className
194
- }, props), {
195
- viewBox: "0 0 1024 1024",
196
- xmlns: "http://www.w3.org/2000/svg",
197
- children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
198
- "path",
199
- {
200
- 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",
201
- fill: themeSvgIconColor,
202
- "p-id": "6929"
203
- }
204
- )
205
- })
206
- );
207
- }
208
- );
209
- GitHubIcon.displayName = "GitHub";
210
- var github_default = GitHubIcon;
211
-
212
- // ../base-ui/src/assets/d8.tsx
213
- var import_react2 = __toESM(require("react"), 1);
214
- var import_jsx_runtime3 = require("react/jsx-runtime");
215
- var D8Icon = import_react2.default.forwardRef(
216
- (_a, ref) => {
217
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
218
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
219
- "svg",
220
- __spreadProps(__spreadValues({
221
- ref,
222
- role: "img",
223
- className
224
- }, props), {
225
- viewBox: "0 0 1024 1024",
226
- xmlns: "http://www.w3.org/2000/svg",
227
- children: [
228
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
229
- "path",
230
- {
231
- 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",
232
- fill: themeSvgIconColor
233
- }
234
- ),
235
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
236
- "path",
237
- {
238
- 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",
239
- fill: themeSvgIconColor
240
- }
241
- ),
242
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
243
- "path",
244
- {
245
- 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",
246
- fill: themeSvgIconColor
247
- }
248
- )
249
- ]
250
- })
251
- );
252
- }
253
- );
254
- D8Icon.displayName = "D8";
255
- var d8_default = D8Icon;
256
-
257
- // ../base-ui/src/assets/clerk.tsx
258
- var import_react3 = __toESM(require("react"), 1);
259
- var import_jsx_runtime4 = require("react/jsx-runtime");
260
- var ClerkIcon = import_react3.default.forwardRef(
261
- (_a, ref) => {
262
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
263
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
264
- "svg",
265
- __spreadProps(__spreadValues({
266
- ref,
267
- role: "img",
268
- className
269
- }, props), {
270
- viewBox: "0 0 24 24",
271
- xmlns: "http://www.w3.org/2000/svg",
272
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
273
- "path",
274
- {
275
- 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",
276
- fill: "none",
277
- stroke: themeSvgIconColor,
278
- strokeWidth: "1.5"
279
- }
280
- )
281
- })
282
- );
283
- }
284
- );
285
- ClerkIcon.displayName = "Clerk";
286
- var clerk_default = ClerkIcon;
287
-
288
- // ../base-ui/src/assets/iterm.tsx
289
- var import_react4 = __toESM(require("react"), 1);
290
- var import_jsx_runtime5 = require("react/jsx-runtime");
291
- var ItermIcon = import_react4.default.forwardRef(
292
- (_a, ref) => {
293
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
294
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
295
- "svg",
296
- __spreadProps(__spreadValues({
297
- ref,
298
- role: "img",
299
- className
300
- }, props), {
301
- viewBox: "0 0 24 24",
302
- xmlns: "http://www.w3.org/2000/svg",
303
- children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
304
- "path",
305
- {
306
- 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",
307
- fill: "none",
308
- stroke: themeSvgIconColor,
309
- strokeWidth: "1"
310
- }
311
- )
312
- })
313
- );
314
- }
315
- );
316
- ItermIcon.displayName = "Iterm";
317
- var iterm_default = ItermIcon;
318
-
319
- // ../base-ui/src/assets/markdown.tsx
320
- var import_react5 = __toESM(require("react"), 1);
321
- var import_jsx_runtime6 = require("react/jsx-runtime");
322
- var MarkdownIcon = import_react5.default.forwardRef(
323
- (_a, ref) => {
324
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
325
- return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
326
- "svg",
327
- __spreadProps(__spreadValues({
328
- ref,
329
- role: "img",
330
- className
331
- }, props), {
332
- viewBox: "0 0 1024 1024",
333
- xmlns: "http://www.w3.org/2000/svg",
334
- children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
335
- "path",
336
- {
337
- 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",
338
- fill: themeSvgIconColor,
339
- "p-id": "7370"
340
- }
341
- )
342
- })
343
- );
344
- }
345
- );
346
- MarkdownIcon.displayName = "Markdown";
347
- var markdown_default = MarkdownIcon;
348
-
349
- // ../base-ui/src/assets/mdx.tsx
350
- var import_react6 = __toESM(require("react"), 1);
351
- var import_jsx_runtime7 = require("react/jsx-runtime");
352
- var MDXIcon = import_react6.default.forwardRef(
353
- (_a, ref) => {
354
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
355
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
356
- "svg",
357
- __spreadProps(__spreadValues({
358
- ref,
359
- role: "img",
360
- className
361
- }, props), {
362
- viewBox: "0 0 1024 1024",
363
- xmlns: "http://www.w3.org/2000/svg",
364
- children: [
365
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
366
- "path",
367
- {
368
- 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",
369
- "p-id": "7370",
370
- id: "path1",
371
- style: {
372
- stroke: "none",
373
- strokeOpacity: 1,
374
- fill: themeSvgIconColor,
375
- fillOpacity: 1,
376
- strokeWidth: 16,
377
- strokeDasharray: "none"
378
- }
379
- }
380
- ),
381
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
382
- "circle",
383
- {
384
- id: "path3",
385
- cx: "719.29987",
386
- cy: "577.29211",
387
- r: "40.298649",
388
- style: {
389
- opacity: 1,
390
- fill: "#FFFFFF",
391
- fillOpacity: 1,
392
- stroke: "none",
393
- strokeWidth: 9.49366,
394
- strokeDasharray: "none",
395
- strokeOpacity: 1
396
- }
397
- }
398
- ),
399
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
400
- "circle",
401
- {
402
- id: "path3-6",
403
- cx: "850.25433",
404
- cy: "310.07559",
405
- r: "40.298649",
406
- style: {
407
- fill: themeSvgIconColor,
408
- fillOpacity: 1,
409
- stroke: "none",
410
- strokeWidth: 9.49366,
411
- strokeDasharray: "none",
412
- strokeOpacity: 1
413
- }
414
- }
415
- ),
416
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
417
- "circle",
418
- {
419
- id: "path3-6-8",
420
- cx: "173.18126",
421
- cy: "310.07559",
422
- r: "40.298649",
423
- style: {
424
- fill: themeSvgIconColor,
425
- fillOpacity: 1,
426
- stroke: "none",
427
- strokeWidth: 9.49366,
428
- strokeDasharray: "none",
429
- strokeOpacity: 1
430
- }
431
- }
432
- ),
433
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
434
- "circle",
435
- {
436
- id: "path3-6-8-7",
437
- cx: "850.25433",
438
- cy: "666.45483",
439
- r: "40.298649",
440
- style: {
441
- fill: themeSvgIconColor,
442
- fillOpacity: 1,
443
- stroke: "none",
444
- strokeWidth: 9.49366,
445
- strokeDasharray: "none",
446
- strokeOpacity: 1
447
- }
448
- }
449
- ),
450
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
451
- "circle",
452
- {
453
- id: "path3-6-4",
454
- cx: "173.18126",
455
- cy: "669.54193",
456
- r: "40.298649",
457
- style: {
458
- fill: themeSvgIconColor,
459
- fillOpacity: 1,
460
- stroke: "none",
461
- strokeWidth: 9.49366,
462
- strokeDasharray: "none",
463
- strokeOpacity: 1
464
- }
465
- }
466
- )
467
- ]
468
- })
469
- );
470
- }
471
- );
472
- MDXIcon.displayName = "MDX";
473
- var mdx_default = MDXIcon;
474
-
475
- // ../base-ui/src/assets/html.tsx
476
- var import_react7 = __toESM(require("react"), 1);
477
- var import_jsx_runtime8 = require("react/jsx-runtime");
478
- var HtmlIcon = import_react7.default.forwardRef(
479
- (_a, ref) => {
480
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
481
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
482
- "svg",
483
- __spreadProps(__spreadValues({
484
- ref,
485
- role: "img",
486
- className
487
- }, props), {
488
- viewBox: "0 0 32 32",
489
- xmlns: "http://www.w3.org/2000/svg",
490
- children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
491
- "path",
492
- {
493
- fill: themeSvgIconColor,
494
- 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"
495
- }
496
- )
497
- })
498
- );
499
- }
500
- );
501
- HtmlIcon.displayName = "Html";
502
- var html_default = HtmlIcon;
503
-
504
- // ../base-ui/src/assets/json.tsx
505
- var import_react8 = __toESM(require("react"), 1);
506
- var import_jsx_runtime9 = require("react/jsx-runtime");
507
- var JsonIcon = import_react8.default.forwardRef(
508
- (_a, ref) => {
509
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
510
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
511
- "svg",
512
- __spreadProps(__spreadValues({
513
- ref,
514
- role: "img",
515
- className
516
- }, props), {
517
- viewBox: "0 -960 960 960",
518
- xmlns: "http://www.w3.org/2000/svg",
519
- children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
520
- "path",
521
- {
522
- fill: themeSvgIconColor,
523
- 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"
524
- }
525
- )
526
- })
527
- );
528
- }
529
- );
530
- JsonIcon.displayName = "Json";
531
- var json_default = JsonIcon;
532
-
533
- // ../base-ui/src/assets/xml.tsx
534
- var import_react9 = __toESM(require("react"), 1);
535
- var import_jsx_runtime10 = require("react/jsx-runtime");
536
- var XMLIcon = import_react9.default.forwardRef(
537
- (_a, ref) => {
538
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
539
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
540
- "svg",
541
- __spreadProps(__spreadValues({
542
- ref,
543
- role: "img",
544
- className
545
- }, props), {
546
- viewBox: "0 0 1024 1024",
547
- xmlns: "http://www.w3.org/2000/svg",
548
- children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
549
- "path",
550
- {
551
- 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",
552
- "p-id": "9479",
553
- fill: themeSvgIconColor
554
- }
555
- )
556
- })
557
- );
558
- }
559
- );
560
- XMLIcon.displayName = "XML";
561
- var xml_default = XMLIcon;
562
-
563
- // ../base-ui/src/assets/yaml.tsx
564
- var import_react10 = __toESM(require("react"), 1);
565
- var import_jsx_runtime11 = require("react/jsx-runtime");
566
- var YamlIcon = import_react10.default.forwardRef(
567
- (_a, ref) => {
568
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
569
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
570
- "svg",
571
- __spreadProps(__spreadValues({
572
- ref,
573
- role: "img",
574
- className
575
- }, props), {
576
- viewBox: "0 0 1024 1024",
577
- xmlns: "http://www.w3.org/2000/svg",
578
- children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
579
- "path",
580
- {
581
- 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",
582
- "p-id": "10866",
583
- fill: themeSvgIconColor
584
- }
585
- )
586
- })
587
- );
588
- }
589
- );
590
- YamlIcon.displayName = "Yaml";
591
- var yaml_default = YamlIcon;
592
-
593
- // ../base-ui/src/assets/csv.tsx
594
- var import_react11 = __toESM(require("react"), 1);
595
- var import_jsx_runtime12 = require("react/jsx-runtime");
596
- var CSVIcon = import_react11.default.forwardRef(
597
- (_a, ref) => {
598
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
599
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
600
- "svg",
601
- __spreadProps(__spreadValues({
602
- ref,
603
- role: "img",
604
- className
605
- }, props), {
606
- viewBox: "0 0 1024 1024",
607
- xmlns: "http://www.w3.org/2000/svg",
608
- children: [
609
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
610
- "path",
611
- {
612
- 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",
613
- fill: themeSvgIconColor,
614
- "p-id": "8469"
615
- }
616
- ),
617
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
618
- "path",
619
- {
620
- 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",
621
- fill: themeSvgIconColor,
622
- "p-id": "8470"
623
- }
624
- ),
625
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
626
- "path",
627
- {
628
- 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",
629
- fill: themeSvgIconColor,
630
- "p-id": "8471"
631
- }
632
- ),
633
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
634
- "path",
635
- {
636
- 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",
637
- fill: themeSvgIconColor,
638
- "p-id": "8472"
639
- }
640
- )
641
- ]
642
- })
643
- );
644
- }
645
- );
646
- CSVIcon.displayName = "CSV";
647
- var csv_default = CSVIcon;
648
-
649
- // ../base-ui/src/assets/txt.tsx
650
- var import_react12 = __toESM(require("react"), 1);
651
- var import_jsx_runtime13 = require("react/jsx-runtime");
652
- var TxtIcon = import_react12.default.forwardRef(
653
- (_a, ref) => {
654
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
655
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
656
- "svg",
657
- __spreadProps(__spreadValues({
658
- ref,
659
- role: "img",
660
- className
661
- }, props), {
662
- viewBox: "0 0 1024 1024",
663
- xmlns: "http://www.w3.org/2000/svg",
664
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
665
- "path",
666
- {
667
- 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",
668
- fill: themeSvgIconColor,
669
- "p-id": "18326"
670
- }
671
- )
672
- })
673
- );
674
- }
675
- );
676
- TxtIcon.displayName = "Txt";
677
- var txt_default = TxtIcon;
678
-
679
- // ../base-ui/src/assets/java.tsx
680
- var import_react13 = __toESM(require("react"), 1);
681
- var import_jsx_runtime14 = require("react/jsx-runtime");
682
- var JavaIcon = import_react13.default.forwardRef(
683
- (_a, ref) => {
684
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
685
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
686
- "svg",
687
- __spreadProps(__spreadValues({
688
- ref,
689
- role: "img",
690
- className
691
- }, props), {
692
- viewBox: "0 0 32 32",
693
- xmlns: "http://www.w3.org/2000/svg",
694
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
695
- "path",
696
- {
697
- 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",
698
- fill: "none",
699
- stroke: themeSvgIconColor,
700
- strokeWidth: "2"
701
- }
702
- )
703
- })
704
- );
705
- }
706
- );
707
- JavaIcon.displayName = "Java";
708
- var java_default = JavaIcon;
709
-
710
- // ../base-ui/src/assets/sql.tsx
711
- var import_react14 = __toESM(require("react"), 1);
712
- var import_jsx_runtime15 = require("react/jsx-runtime");
713
- var SQLIcon = import_react14.default.forwardRef(
714
- (_a, ref) => {
715
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
716
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
717
- "svg",
718
- __spreadProps(__spreadValues({
719
- ref,
720
- role: "img",
721
- className
722
- }, props), {
723
- viewBox: "0 0 1024 1024",
724
- xmlns: "http://www.w3.org/2000/svg",
725
- children: [
726
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
727
- "path",
728
- {
729
- 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",
730
- "p-id": "12089",
731
- fill: themeSvgIconColor
732
- }
733
- ),
734
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
735
- "path",
736
- {
737
- 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",
738
- "p-id": "12090",
739
- fill: themeSvgIconColor
740
- }
741
- ),
742
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
743
- "path",
744
- {
745
- 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",
746
- "p-id": "12091",
747
- fill: themeSvgIconColor
748
- }
749
- )
750
- ]
751
- })
752
- );
753
- }
754
- );
755
- SQLIcon.displayName = "SQL";
756
- var sql_default = SQLIcon;
757
-
758
- // ../base-ui/src/assets/log.tsx
759
- var import_react15 = __toESM(require("react"), 1);
760
- var import_jsx_runtime16 = require("react/jsx-runtime");
761
- var LogIcon = import_react15.default.forwardRef(
762
- (_a, ref) => {
763
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
764
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
765
- "svg",
766
- __spreadProps(__spreadValues({
767
- ref,
768
- role: "img",
769
- className
770
- }, props), {
771
- viewBox: "0 0 1024 1024",
772
- xmlns: "http://www.w3.org/2000/svg",
773
- children: [
774
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
775
- "path",
776
- {
777
- d: "M568.896 910.208h-512V113.792h739.52V512h-56.832V170.688H113.792v682.624H512z",
778
- fill: themeSvgIconColor,
779
- "p-id": "12257"
780
- }
781
- ),
782
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
783
- "path",
784
- {
785
- 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",
786
- fill: themeSvgIconColor,
787
- "p-id": "12258"
788
- }
789
- ),
790
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { d: "M853.312 796.416h-170.624V568.96h56.896v170.688h113.728z", fill: themeSvgIconColor, "p-id": "12259" })
791
- ]
792
- })
793
- );
794
- }
795
- );
796
- LogIcon.displayName = "Log";
797
- var log_default = LogIcon;
798
-
799
- // ../base-ui/src/assets/mac.tsx
800
- var import_react16 = __toESM(require("react"), 1);
801
- var import_jsx_runtime17 = require("react/jsx-runtime");
802
- var MACIcon = import_react16.default.forwardRef(
803
- (_a, ref) => {
804
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
805
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
806
- "svg",
807
- __spreadProps(__spreadValues({
808
- ref,
809
- role: "img",
810
- className
811
- }, props), {
812
- viewBox: "0 0 24 24",
813
- xmlns: "http://www.w3.org/2000/svg",
814
- children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
815
- "path",
816
- {
817
- 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",
818
- fill: "none",
819
- stroke: themeSvgIconColor,
820
- strokeWidth: "2"
821
- }
822
- )
823
- })
824
- );
825
- }
826
- );
827
- MACIcon.displayName = "MAC";
828
- var mac_default = MACIcon;
829
-
830
- // ../base-ui/src/assets/bitcoin.tsx
831
- var import_react17 = __toESM(require("react"), 1);
832
- var import_jsx_runtime18 = require("react/jsx-runtime");
833
- var BitcoinIcon = import_react17.default.forwardRef(
834
- (_a, ref) => {
835
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
836
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
837
- "svg",
838
- __spreadProps(__spreadValues({
839
- ref,
840
- role: "img",
841
- className
842
- }, props), {
843
- viewBox: "0 0 24 24",
844
- xmlns: "http://www.w3.org/2000/svg",
845
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
846
- "path",
847
- {
848
- 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",
849
- fill: "none",
850
- stroke: themeSvgIconColor,
851
- strokeWidth: "1"
852
- }
853
- )
854
- })
855
- );
856
- }
857
- );
858
- BitcoinIcon.displayName = "BTC";
859
- var bitcoin_default = BitcoinIcon;
860
-
861
- // ../base-ui/src/assets/css.tsx
862
- var import_react18 = __toESM(require("react"), 1);
863
- var import_jsx_runtime19 = require("react/jsx-runtime");
864
- var CSSIcon = import_react18.default.forwardRef(
865
- (_a, ref) => {
866
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
867
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
868
- "svg",
869
- __spreadProps(__spreadValues({
870
- ref,
871
- role: "img",
872
- className
873
- }, props), {
874
- viewBox: "0 0 32 32",
875
- xmlns: "http://www.w3.org/2000/svg",
876
- children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
877
- "path",
878
- {
879
- fill: themeSvgIconColor,
880
- 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"
881
- }
882
- )
883
- })
884
- );
885
- }
886
- );
887
- CSSIcon.displayName = "CSS";
888
- var css_default = CSSIcon;
889
-
890
- // ../base-ui/src/assets/mermaid.tsx
891
- var import_react19 = __toESM(require("react"), 1);
892
- var import_jsx_runtime20 = require("react/jsx-runtime");
893
- var MermaidIcon = import_react19.default.forwardRef(
894
- // Memmaid need special size for good view
895
- (_a, ref) => {
896
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
897
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
898
- "svg",
899
- __spreadProps(__spreadValues({
900
- ref,
901
- role: "img",
902
- className
903
- }, props), {
904
- viewBox: "0 0 24 24",
905
- xmlns: "http://www.w3.org/2000/svg",
906
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
907
- "path",
908
- {
909
- 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",
910
- fill: "none",
911
- stroke: themeSvgIconColor,
912
- strokeWidth: "2"
913
- }
914
- )
915
- })
916
- );
917
- }
918
- );
919
- MermaidIcon.displayName = "Mmd";
920
- var mermaid_default = MermaidIcon;
921
-
922
- // ../base-ui/src/assets/last-updated.tsx
923
- var import_react20 = __toESM(require("react"), 1);
924
- var import_jsx_runtime21 = require("react/jsx-runtime");
925
- var LastUpdatedIcon = import_react20.default.forwardRef(
926
- (_a, ref) => {
927
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
928
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
929
- "svg",
930
- __spreadProps(__spreadValues({
931
- ref,
932
- role: "img",
933
- className
934
- }, props), {
935
- viewBox: "0 0 1024 1024",
936
- xmlns: "http://www.w3.org/2000/svg",
937
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
938
- "path",
939
- {
940
- 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",
941
- fill: themeSvgIconColor,
942
- "p-id": "2501"
943
- }
944
- )
945
- })
946
- );
947
- }
948
- );
949
- LastUpdatedIcon.displayName = "LastUpdated";
950
- var last_updated_default = LastUpdatedIcon;
951
-
952
- // ../base-ui/src/assets/snippets.tsx
953
- var import_react21 = __toESM(require("react"), 1);
954
- var import_jsx_runtime22 = require("react/jsx-runtime");
955
- var SnippetsIcon = import_react21.default.forwardRef(
956
- (_a, ref) => {
957
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
958
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
959
- "svg",
960
- __spreadProps(__spreadValues({
961
- ref,
962
- role: "img",
963
- className
964
- }, props), {
965
- viewBox: "0 0 24 24",
966
- xmlns: "http://www.w3.org/2000/svg",
967
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
968
- "path",
969
- {
970
- 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",
971
- fill: themeSvgIconColor
972
- }
973
- )
974
- })
975
- );
976
- }
977
- );
978
- SnippetsIcon.displayName = "Snippets";
979
- var snippets_default = SnippetsIcon;
980
-
981
- // ../base-ui/src/assets/test.tsx
982
- var import_react22 = __toESM(require("react"), 1);
983
- var import_jsx_runtime23 = require("react/jsx-runtime");
984
- var TestIcon = import_react22.default.forwardRef(
985
- (_a, ref) => {
986
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
987
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
988
- "svg",
989
- __spreadProps(__spreadValues({
990
- ref,
991
- role: "img",
992
- className
993
- }, props), {
994
- viewBox: "0 0 1024 1024",
995
- xmlns: "http://www.w3.org/2000/svg",
996
- children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
997
- "path",
998
- {
999
- 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",
1000
- fill: themeSvgIconColor,
1001
- "p-id": "7101"
1002
- }
1003
- )
1004
- })
1005
- );
1006
- }
1007
- );
1008
- TestIcon.displayName = "Test";
1009
- var test_default = TestIcon;
1010
-
1011
- // ../base-ui/src/assets/diff.tsx
1012
- var import_react23 = __toESM(require("react"), 1);
1013
- var import_jsx_runtime24 = require("react/jsx-runtime");
1014
- var DiffIcon = import_react23.default.forwardRef(
1015
- (_a, ref) => {
1016
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1017
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1018
- "svg",
1019
- __spreadProps(__spreadValues({
1020
- ref,
1021
- role: "img",
1022
- className
1023
- }, props), {
1024
- viewBox: "0 0 24 24",
1025
- xmlns: "http://www.w3.org/2000/svg",
1026
- children: [
1027
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { d: "M0 0h24v24H0z", fill: "none" }),
1028
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1029
- "path",
1030
- {
1031
- fill: themeSvgIconColor,
1032
- 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"
1033
- }
1034
- )
1035
- ]
1036
- })
1037
- );
1038
- }
1039
- );
1040
- DiffIcon.displayName = "Diff";
1041
- var diff_default = DiffIcon;
1042
-
1043
- // ../base-ui/src/assets/dpa.tsx
1044
- var import_react24 = __toESM(require("react"), 1);
1045
- var import_jsx_runtime25 = require("react/jsx-runtime");
1046
- var DPAIcon = import_react24.default.forwardRef(
1047
- (_a, ref) => {
1048
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1049
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1050
- "svg",
1051
- __spreadProps(__spreadValues({
1052
- ref,
1053
- role: "img",
1054
- className
1055
- }, props), {
1056
- viewBox: "0 0 24 24",
1057
- xmlns: "http://www.w3.org/2000/svg",
1058
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1059
- "path",
1060
- {
1061
- 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",
1062
- fill: themeSvgIconColor
1063
- }
1064
- )
1065
- })
1066
- );
1067
- }
1068
- );
1069
- DPAIcon.displayName = "DPA";
1070
- var dpa_default = DPAIcon;
1071
-
1072
- // ../base-ui/src/assets/subp.tsx
1073
- var import_react25 = __toESM(require("react"), 1);
1074
- var import_jsx_runtime26 = require("react/jsx-runtime");
1075
- var SubPIcon = import_react25.default.forwardRef(
1076
- (_a, ref) => {
1077
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1078
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1079
- "svg",
1080
- __spreadProps(__spreadValues({
1081
- ref,
1082
- role: "img",
1083
- className
1084
- }, props), {
1085
- viewBox: "0 0 24 24",
1086
- xmlns: "http://www.w3.org/2000/svg",
1087
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1088
- "path",
1089
- {
1090
- 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",
1091
- fill: "none",
1092
- stroke: themeSvgIconColor,
1093
- strokeWidth: "1.5"
1094
- }
1095
- )
1096
- })
1097
- );
1098
- }
1099
- );
1100
- SubPIcon.displayName = "SubP";
1101
- var subp_default = SubPIcon;
1102
-
1103
- // ../base-ui/src/assets/t3p.tsx
1104
- var import_react26 = __toESM(require("react"), 1);
1105
- var import_jsx_runtime27 = require("react/jsx-runtime");
1106
- var T3PIcon = import_react26.default.forwardRef(
1107
- (_a, ref) => {
1108
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1109
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1110
- "svg",
1111
- __spreadProps(__spreadValues({
1112
- ref,
1113
- role: "img",
1114
- className
1115
- }, props), {
1116
- viewBox: "0 0 24 24",
1117
- xmlns: "http://www.w3.org/2000/svg",
1118
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1119
- "path",
1120
- {
1121
- 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",
1122
- fill: themeSvgIconColor
1123
- }
1124
- )
1125
- })
1126
- );
1127
- }
1128
- );
1129
- T3PIcon.displayName = "T3P";
1130
- var t3p_default = T3PIcon;
1131
-
1132
- // ../base-ui/src/assets/http.tsx
1133
- var import_react27 = __toESM(require("react"), 1);
1134
- var import_jsx_runtime28 = require("react/jsx-runtime");
1135
- var HttpIcon = import_react27.default.forwardRef(
1136
- (_a, ref) => {
1137
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1138
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1139
- "svg",
1140
- __spreadProps(__spreadValues({
1141
- ref,
1142
- role: "img",
1143
- className
1144
- }, props), {
1145
- viewBox: "0 0 1024 1024",
1146
- xmlns: "http://www.w3.org/2000/svg",
1147
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1148
- "path",
1149
- {
1150
- 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",
1151
- fill: themeSvgIconColor,
1152
- "p-id": "1509"
1153
- }
1154
- )
1155
- })
1156
- );
1157
- }
1158
- );
1159
- HttpIcon.displayName = "Http";
1160
- var http_default = HttpIcon;
1161
-
1162
- // ../base-ui/src/assets/scheme.tsx
1163
- var import_react28 = __toESM(require("react"), 1);
1164
- var import_jsx_runtime29 = require("react/jsx-runtime");
1165
- var SchemeIcon = import_react28.default.forwardRef(
1166
- (_a, ref) => {
1167
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1168
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1169
- "svg",
1170
- __spreadProps(__spreadValues({
1171
- ref,
1172
- role: "img",
1173
- className
1174
- }, props), {
1175
- viewBox: "0 0 24 24",
1176
- xmlns: "http://www.w3.org/2000/svg",
1177
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1178
- "path",
1179
- {
1180
- fill: themeSvgIconColor,
1181
- 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"
1182
- }
1183
- )
1184
- })
1185
- );
1186
- }
1187
- );
1188
- SchemeIcon.displayName = "Scheme";
1189
- var scheme_default = SchemeIcon;
1190
-
1191
- // ../base-ui/src/assets/faq.tsx
1192
- var import_react29 = __toESM(require("react"), 1);
1193
- var import_jsx_runtime30 = require("react/jsx-runtime");
1194
- var FAQIcon = import_react29.default.forwardRef(
1195
- (_a, ref) => {
1196
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1197
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
1198
- "svg",
1199
- __spreadProps(__spreadValues({
1200
- ref,
1201
- role: "img",
1202
- className,
1203
- stroke: "currentColor",
1204
- strokeWidth: "2",
1205
- strokeLinecap: "round",
1206
- strokeLinejoin: "round"
1207
- }, props), {
1208
- viewBox: "0 0 24 24",
1209
- xmlns: "http://www.w3.org/2000/svg",
1210
- children: [
1211
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("circle", { cx: "12", cy: "12", r: "10", fill: "none", stroke: themeSvgIconColor }),
1212
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", fill: "none", stroke: themeSvgIconColor }),
1213
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("path", { d: "M12 17h.01", fill: "none", stroke: themeSvgIconColor })
1214
- ]
1215
- })
1216
- );
1217
- }
1218
- );
1219
- FAQIcon.displayName = "FAQ";
1220
- var faq_default = FAQIcon;
1221
-
1222
- // ../base-ui/src/assets/faqb.tsx
1223
- var import_react30 = __toESM(require("react"), 1);
1224
- var import_jsx_runtime31 = require("react/jsx-runtime");
1225
- var FAQBIcon = import_react30.default.forwardRef(
1226
- (_a, ref) => {
1227
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1228
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1229
- "svg",
1230
- __spreadProps(__spreadValues({
1231
- ref,
1232
- role: "img",
1233
- className,
1234
- stroke: "currentColor",
1235
- strokeWidth: "2",
1236
- strokeLinecap: "round",
1237
- strokeLinejoin: "round"
1238
- }, props), {
1239
- viewBox: "0 0 24 24",
1240
- xmlns: "http://www.w3.org/2000/svg",
1241
- children: [
1242
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1243
- "path",
1244
- {
1245
- fill: "none",
1246
- stroke: themeSvgIconColor,
1247
- d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
1248
- }
1249
- ),
1250
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1251
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("line", { fill: "none", stroke: themeSvgIconColor, x1: "12", x2: "12.01", y1: "17", y2: "17" })
1252
- ]
1253
- })
1254
- );
1255
- }
1256
- );
1257
- FAQBIcon.displayName = "FAQB";
1258
- var faqb_default = FAQBIcon;
1259
-
1260
- // ../base-ui/src/assets/faqs.tsx
1261
- var import_react31 = __toESM(require("react"), 1);
1262
- var import_jsx_runtime32 = require("react/jsx-runtime");
1263
- var FAQSIcon = import_react31.default.forwardRef(
1264
- (_a, ref) => {
1265
- var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
1266
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1267
- "svg",
1268
- __spreadProps(__spreadValues({
1269
- ref,
1270
- role: "img",
1271
- className,
1272
- stroke: "currentColor",
1273
- strokeWidth: "2",
1274
- strokeLinecap: "round",
1275
- strokeLinejoin: "round"
1276
- }, props), {
1277
- viewBox: "0 0 24 24",
1278
- xmlns: "http://www.w3.org/2000/svg",
1279
- children: [
1280
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1281
- "path",
1282
- {
1283
- fill: "none",
1284
- stroke: themeSvgIconColor,
1285
- 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"
1286
- }
1287
- ),
1288
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }),
1289
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { fill: "none", stroke: themeSvgIconColor, d: "M12 17h.01" })
1290
- ]
1291
- })
1292
- );
1293
- }
1294
- );
1295
- FAQSIcon.displayName = "FAQS";
1296
- var faqs_default = FAQSIcon;
1297
-
1298
- // ../base-ui/src/assets/index.ts
1299
- var BUILTIN_ICON_COMPONENTS = {
1300
- GitHub: github_default,
1301
- D8: d8_default,
1302
- Clerk: clerk_default,
1303
- Iterm: iterm_default,
1304
- Markdown: markdown_default,
1305
- MDX: mdx_default,
1306
- Html: html_default,
1307
- Json: json_default,
1308
- XML: xml_default,
1309
- Yaml: yaml_default,
1310
- CSV: csv_default,
1311
- Txt: txt_default,
1312
- Java: java_default,
1313
- SQL: sql_default,
1314
- Log: log_default,
1315
- MAC: mac_default,
1316
- BTC: bitcoin_default,
1317
- CSS: css_default,
1318
- Mmd: mermaid_default,
1319
- LastUpdated: last_updated_default,
1320
- Snippets: snippets_default,
1321
- Test: test_default,
1322
- Diff: diff_default,
1323
- DPA: dpa_default,
1324
- SubP: subp_default,
1325
- T3P: t3p_default,
1326
- Http: http_default,
1327
- Scheme: scheme_default,
1328
- FAQ: faq_default,
1329
- FAQB: faqb_default,
1330
- FAQS: faqs_default
1331
- };
1332
-
1333
- // ../base-ui/src/components/limited-lucide-icons.ts
1334
- var limited_lucide_icons_exports = {};
1335
- __export(limited_lucide_icons_exports, {
1336
- AlbumIcon: () => Album,
1337
- AlignHorizontalJustifyEnd: () => AlignHorizontalJustifyEnd,
1338
- ArrowLeft: () => ArrowLeft,
1339
- ArrowRight: () => ArrowRight,
1340
- ArrowUp: () => ArrowUp,
1341
- Binary: () => Binary,
1342
- Blocks: () => Blocks,
1343
- BookX: () => BookX,
1344
- BotMessageSquare: () => BotMessageSquare,
1345
- Brain: () => Brain,
1346
- BrainCircuit: () => BrainCircuit,
1347
- BringToFront: () => BringToFront,
1348
- Bug: () => Bug,
1349
- BugOff: () => BugOff,
1350
- Building2: () => Building2,
1351
- Car: () => Car,
1352
- Check: () => Check,
1353
- CheckCheck: () => CheckCheck,
1354
- CheckLine: () => CheckLine,
1355
- ChevronDown: () => ChevronDown,
1356
- ChevronLeft: () => ChevronLeft,
1357
- ChevronRight: () => ChevronRight,
1358
- ChevronUp: () => ChevronUp,
1359
- Circle: () => Circle,
1360
- CircleAlert: () => CircleAlert,
1361
- CircleSmall: () => CircleSmall,
1362
- CircleStop: () => CircleStop,
1363
- ComponentIcon: () => Component,
1364
- Copy: () => Copy,
1365
- Cpu: () => Cpu,
1366
- DatabaseZap: () => DatabaseZap,
1367
- Dot: () => Dot,
1368
- Download: () => Download,
1369
- ExternalLink: () => ExternalLink,
1370
- Eye: () => Eye,
1371
- Facebook: () => Facebook,
1372
- File: () => File,
1373
- FileDown: () => FileDown,
1374
- FileInput: () => FileInput,
1375
- FileLock2: () => FileLock2,
1376
- FileUp: () => FileUp,
1377
- Fingerprint: () => Fingerprint,
1378
- Folder: () => Folder,
1379
- FolderOpen: () => FolderOpen,
1380
- Gift: () => Gift,
1381
- GitMerge: () => GitMerge,
1382
- GitPullRequestArrow: () => GitPullRequestArrow,
1383
- Globe: () => Globe,
1384
- GlobeLock: () => GlobeLock,
1385
- Grip: () => Grip,
1386
- GripVertical: () => GripVertical,
1387
- HandHeart: () => HandHeart,
1388
- Handshake: () => Handshake,
1389
- Highlighter: () => Highlighter,
1390
- HousePlus: () => HousePlus,
1391
- ImageDown: () => ImageDown,
1392
- ImageOff: () => ImageOff,
1393
- ImageUp: () => ImageUp,
1394
- Infinity: () => Infinity,
1395
- Info: () => Info,
1396
- Keyboard: () => Keyboard,
1397
- LandPlot: () => LandPlot,
1398
- Languages: () => Languages,
1399
- Layout: () => PanelsTopLeft,
1400
- LayoutTemplate: () => LayoutTemplate,
1401
- LibraryIcon: () => Library,
1402
- Link: () => Link,
1403
- ListTodo: () => ListTodo,
1404
- Loader2: () => LoaderCircle,
1405
- LogIn: () => LogIn,
1406
- LogOut: () => LogOut,
1407
- Mail: () => Mail,
1408
- MessageCircleCode: () => MessageCircleCode,
1409
- MessageCircleMore: () => MessageCircleMore,
1410
- MoreHorizontal: () => Ellipsis,
1411
- MousePointerClick: () => MousePointerClick,
1412
- Music4: () => Music4,
1413
- NotepadText: () => NotepadText,
1414
- Palette: () => Palette,
1415
- PanelLeft: () => PanelLeft,
1416
- PanelsTopLeft: () => PanelsTopLeft,
1417
- PawPrint: () => PawPrint,
1418
- Pencil: () => Pencil,
1419
- Pi: () => Pi,
1420
- QrCode: () => QrCode,
1421
- ReceiptText: () => ReceiptText,
1422
- RefreshCcw: () => RefreshCcw,
1423
- Regex: () => Regex,
1424
- Replace: () => Replace,
1425
- Rocket: () => Rocket,
1426
- Rss: () => Rss,
1427
- Scale: () => Scale,
1428
- Search: () => Search,
1429
- SendHorizontal: () => SendHorizontal,
1430
- Server: () => Server,
1431
- Share: () => Share,
1432
- Shield: () => Shield,
1433
- ShieldUser: () => ShieldUser,
1434
- Sigma: () => Sigma,
1435
- Sparkles: () => Sparkles,
1436
- SplinePointer: () => SplinePointer,
1437
- Sprout: () => Sprout,
1438
- SquareDashedBottomCode: () => SquareDashedBottomCode,
1439
- SquareTerminal: () => SquareTerminal,
1440
- Star: () => Star,
1441
- Tablets: () => Tablets,
1442
- Terminal: () => Terminal,
1443
- Twitter: () => Twitter,
1444
- UserRoundCheck: () => UserRoundCheck,
1445
- Workflow: () => Workflow,
1446
- X: () => X,
1447
- Zap: () => Zap
1448
- });
1449
-
1450
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js
1451
- var import_react33 = require("react");
1452
-
1453
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/shared/src/utils.js
1454
- var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
1455
- var toCamelCase = (string) => string.replace(
1456
- /^([A-Z])|[\s-_]+(\w)/g,
1457
- (match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()
1458
- );
1459
- var toPascalCase = (string) => {
1460
- const camelCase = toCamelCase(string);
1461
- return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);
1462
- };
1463
- var mergeClasses = (...classes) => classes.filter((className, index, array) => {
1464
- return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index;
1465
- }).join(" ").trim();
1466
- var hasA11yProp = (props) => {
1467
- for (const prop in props) {
1468
- if (prop.startsWith("aria-") || prop === "role" || prop === "title") {
1469
- return true;
1470
- }
1471
- }
1472
- };
1473
-
1474
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js
1475
- var import_react32 = require("react");
1476
-
1477
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/defaultAttributes.js
1478
- var defaultAttributes = {
1479
- xmlns: "http://www.w3.org/2000/svg",
1480
- width: 24,
1481
- height: 24,
1482
- viewBox: "0 0 24 24",
1483
- fill: "none",
1484
- stroke: "currentColor",
1485
- strokeWidth: 2,
1486
- strokeLinecap: "round",
1487
- strokeLinejoin: "round"
1488
- };
1489
-
1490
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js
1491
- var Icon = (0, import_react32.forwardRef)(
1492
- (_a, ref) => {
1493
- var _b = _a, {
1494
- color = "currentColor",
1495
- size = 24,
1496
- strokeWidth = 2,
1497
- absoluteStrokeWidth,
1498
- className = "",
1499
- children,
1500
- iconNode
1501
- } = _b, rest = __objRest(_b, [
1502
- "color",
1503
- "size",
1504
- "strokeWidth",
1505
- "absoluteStrokeWidth",
1506
- "className",
1507
- "children",
1508
- "iconNode"
1509
- ]);
1510
- return (0, import_react32.createElement)(
1511
- "svg",
1512
- __spreadValues(__spreadValues(__spreadProps(__spreadValues({
1513
- ref
1514
- }, defaultAttributes), {
1515
- width: size,
1516
- height: size,
1517
- stroke: color,
1518
- strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,
1519
- className: mergeClasses("lucide", className)
1520
- }), !children && !hasA11yProp(rest) && { "aria-hidden": "true" }), rest),
1521
- [
1522
- ...iconNode.map(([tag, attrs]) => (0, import_react32.createElement)(tag, attrs)),
1523
- ...Array.isArray(children) ? children : [children]
1524
- ]
1525
- );
1526
- }
1527
- );
1528
-
1529
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js
1530
- var createLucideIcon = (iconName, iconNode) => {
1531
- const Component2 = (0, import_react33.forwardRef)(
1532
- (_a, ref) => {
1533
- var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
1534
- return (0, import_react33.createElement)(Icon, __spreadValues({
1535
- ref,
1536
- iconNode,
1537
- className: mergeClasses(
1538
- `lucide-${toKebabCase(toPascalCase(iconName))}`,
1539
- `lucide-${iconName}`,
1540
- className
1541
- )
1542
- }, props));
1543
- }
1544
- );
1545
- Component2.displayName = toPascalCase(iconName);
1546
- return Component2;
1547
- };
1548
91
 
1549
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/album.js
1550
- var __iconNode = [
1551
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
1552
- ["polyline", { points: "11 3 11 11 14 8 17 11 17 3", key: "1wcwz3" }]
1553
- ];
1554
- var Album = createLucideIcon("album", __iconNode);
1555
-
1556
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/align-horizontal-justify-end.js
1557
- var __iconNode2 = [
1558
- ["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2", key: "dy24zr" }],
1559
- ["rect", { width: "6", height: "10", x: "12", y: "7", rx: "2", key: "1ht384" }],
1560
- ["path", { d: "M22 2v20", key: "40qfg1" }]
1561
- ];
1562
- var AlignHorizontalJustifyEnd = createLucideIcon("align-horizontal-justify-end", __iconNode2);
1563
-
1564
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/arrow-left.js
1565
- var __iconNode3 = [
1566
- ["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
1567
- ["path", { d: "M19 12H5", key: "x3x0zl" }]
1568
- ];
1569
- var ArrowLeft = createLucideIcon("arrow-left", __iconNode3);
1570
-
1571
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/arrow-right.js
1572
- var __iconNode4 = [
1573
- ["path", { d: "M5 12h14", key: "1ays0h" }],
1574
- ["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
1575
- ];
1576
- var ArrowRight = createLucideIcon("arrow-right", __iconNode4);
1577
-
1578
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/arrow-up.js
1579
- var __iconNode5 = [
1580
- ["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
1581
- ["path", { d: "M12 19V5", key: "x0mq9r" }]
1582
- ];
1583
- var ArrowUp = createLucideIcon("arrow-up", __iconNode5);
1584
-
1585
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/binary.js
1586
- var __iconNode6 = [
1587
- ["rect", { x: "14", y: "14", width: "4", height: "6", rx: "2", key: "p02svl" }],
1588
- ["rect", { x: "6", y: "4", width: "4", height: "6", rx: "2", key: "xm4xkj" }],
1589
- ["path", { d: "M6 20h4", key: "1i6q5t" }],
1590
- ["path", { d: "M14 10h4", key: "ru81e7" }],
1591
- ["path", { d: "M6 14h2v6", key: "16z9wg" }],
1592
- ["path", { d: "M14 4h2v6", key: "1idq9u" }]
1593
- ];
1594
- var Binary = createLucideIcon("binary", __iconNode6);
1595
-
1596
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/blocks.js
1597
- var __iconNode7 = [
1598
- [
1599
- "path",
1600
- {
1601
- d: "M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2",
1602
- key: "1ah6g2"
1603
- }
1604
- ],
1605
- ["rect", { x: "14", y: "2", width: "8", height: "8", rx: "1", key: "88lufb" }]
1606
- ];
1607
- var Blocks = createLucideIcon("blocks", __iconNode7);
1608
-
1609
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/book-x.js
1610
- var __iconNode8 = [
1611
- ["path", { d: "m14.5 7-5 5", key: "dy991v" }],
1612
- [
1613
- "path",
1614
- {
1615
- 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",
1616
- key: "k3hazp"
1617
- }
1618
- ],
1619
- ["path", { d: "m9.5 7 5 5", key: "s45iea" }]
1620
- ];
1621
- var BookX = createLucideIcon("book-x", __iconNode8);
1622
-
1623
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bot-message-square.js
1624
- var __iconNode9 = [
1625
- ["path", { d: "M12 6V2H8", key: "1155em" }],
1626
- ["path", { d: "m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z", key: "w2lp3e" }],
1627
- ["path", { d: "M2 12h2", key: "1t8f8n" }],
1628
- ["path", { d: "M9 11v2", key: "1ueba0" }],
1629
- ["path", { d: "M15 11v2", key: "i11awn" }],
1630
- ["path", { d: "M20 12h2", key: "1q8mjw" }]
1631
- ];
1632
- var BotMessageSquare = createLucideIcon("bot-message-square", __iconNode9);
1633
-
1634
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/brain-circuit.js
1635
- var __iconNode10 = [
1636
- [
1637
- "path",
1638
- {
1639
- d: "M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",
1640
- key: "l5xja"
1641
- }
1642
- ],
1643
- ["path", { d: "M9 13a4.5 4.5 0 0 0 3-4", key: "10igwf" }],
1644
- ["path", { d: "M6.003 5.125A3 3 0 0 0 6.401 6.5", key: "105sqy" }],
1645
- ["path", { d: "M3.477 10.896a4 4 0 0 1 .585-.396", key: "ql3yin" }],
1646
- ["path", { d: "M6 18a4 4 0 0 1-1.967-.516", key: "2e4loj" }],
1647
- ["path", { d: "M12 13h4", key: "1ku699" }],
1648
- ["path", { d: "M12 18h6a2 2 0 0 1 2 2v1", key: "105ag5" }],
1649
- ["path", { d: "M12 8h8", key: "1lhi5i" }],
1650
- ["path", { d: "M16 8V5a2 2 0 0 1 2-2", key: "u6izg6" }],
1651
- ["circle", { cx: "16", cy: "13", r: ".5", key: "ry7gng" }],
1652
- ["circle", { cx: "18", cy: "3", r: ".5", key: "1aiba7" }],
1653
- ["circle", { cx: "20", cy: "21", r: ".5", key: "yhc1fs" }],
1654
- ["circle", { cx: "20", cy: "8", r: ".5", key: "1e43v0" }]
1655
- ];
1656
- var BrainCircuit = createLucideIcon("brain-circuit", __iconNode10);
1657
-
1658
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/brain.js
1659
- var __iconNode11 = [
1660
- [
1661
- "path",
1662
- {
1663
- d: "M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",
1664
- key: "l5xja"
1665
- }
1666
- ],
1667
- [
1668
- "path",
1669
- {
1670
- d: "M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",
1671
- key: "ep3f8r"
1672
- }
1673
- ],
1674
- ["path", { d: "M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4", key: "1p4c4q" }],
1675
- ["path", { d: "M17.599 6.5a3 3 0 0 0 .399-1.375", key: "tmeiqw" }],
1676
- ["path", { d: "M6.003 5.125A3 3 0 0 0 6.401 6.5", key: "105sqy" }],
1677
- ["path", { d: "M3.477 10.896a4 4 0 0 1 .585-.396", key: "ql3yin" }],
1678
- ["path", { d: "M19.938 10.5a4 4 0 0 1 .585.396", key: "1qfode" }],
1679
- ["path", { d: "M6 18a4 4 0 0 1-1.967-.516", key: "2e4loj" }],
1680
- ["path", { d: "M19.967 17.484A4 4 0 0 1 18 18", key: "159ez6" }]
1681
- ];
1682
- var Brain = createLucideIcon("brain", __iconNode11);
1683
-
1684
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bring-to-front.js
1685
- var __iconNode12 = [
1686
- ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "2", key: "yj20xf" }],
1687
- ["path", { d: "M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2", key: "1ltk23" }],
1688
- ["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" }]
1689
- ];
1690
- var BringToFront = createLucideIcon("bring-to-front", __iconNode12);
1691
-
1692
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bug-off.js
1693
- var __iconNode13 = [
1694
- ["path", { d: "M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2", key: "vl8zik" }],
1695
- ["path", { d: "M14.12 3.88 16 2", key: "qol33r" }],
1696
- ["path", { d: "M22 13h-4v-2a4 4 0 0 0-4-4h-1.3", key: "1ou0bd" }],
1697
- ["path", { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4", key: "18gb23" }],
1698
- ["path", { d: "m2 2 20 20", key: "1ooewy" }],
1699
- ["path", { d: "M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13", key: "1njkjs" }],
1700
- ["path", { d: "M12 20v-8", key: "i3yub9" }],
1701
- ["path", { d: "M6 13H2", key: "82j7cp" }],
1702
- ["path", { d: "M3 21c0-2.1 1.7-3.9 3.8-4", key: "4p0ekp" }]
1703
- ];
1704
- var BugOff = createLucideIcon("bug-off", __iconNode13);
1705
-
1706
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bug.js
1707
- var __iconNode14 = [
1708
- ["path", { d: "m8 2 1.88 1.88", key: "fmnt4t" }],
1709
- ["path", { d: "M14.12 3.88 16 2", key: "qol33r" }],
1710
- ["path", { d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1", key: "d7y7pr" }],
1711
- [
1712
- "path",
1713
- {
1714
- 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",
1715
- key: "xs1cw7"
1716
- }
1717
- ],
1718
- ["path", { d: "M12 20v-9", key: "1qisl0" }],
1719
- ["path", { d: "M6.53 9C4.6 8.8 3 7.1 3 5", key: "32zzws" }],
1720
- ["path", { d: "M6 13H2", key: "82j7cp" }],
1721
- ["path", { d: "M3 21c0-2.1 1.7-3.9 3.8-4", key: "4p0ekp" }],
1722
- ["path", { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4", key: "18gb23" }],
1723
- ["path", { d: "M22 13h-4", key: "1jl80f" }],
1724
- ["path", { d: "M17.2 17c2.1.1 3.8 1.9 3.8 4", key: "k3fwyw" }]
1725
- ];
1726
- var Bug = createLucideIcon("bug", __iconNode14);
1727
-
1728
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/building-2.js
1729
- var __iconNode15 = [
1730
- ["path", { d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z", key: "1b4qmf" }],
1731
- ["path", { d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2", key: "i71pzd" }],
1732
- ["path", { d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2", key: "10jefs" }],
1733
- ["path", { d: "M10 6h4", key: "1itunk" }],
1734
- ["path", { d: "M10 10h4", key: "tcdvrf" }],
1735
- ["path", { d: "M10 14h4", key: "kelpxr" }],
1736
- ["path", { d: "M10 18h4", key: "1ulq68" }]
1737
- ];
1738
- var Building2 = createLucideIcon("building-2", __iconNode15);
1739
-
1740
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/car.js
1741
- var __iconNode16 = [
1742
- [
1743
- "path",
1744
- {
1745
- 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",
1746
- key: "5owen"
1747
- }
1748
- ],
1749
- ["circle", { cx: "7", cy: "17", r: "2", key: "u2ysq9" }],
1750
- ["path", { d: "M9 17h6", key: "r8uit2" }],
1751
- ["circle", { cx: "17", cy: "17", r: "2", key: "axvx0g" }]
1752
- ];
1753
- var Car = createLucideIcon("car", __iconNode16);
1754
-
1755
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-check.js
1756
- var __iconNode17 = [
1757
- ["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
1758
- ["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
1759
- ];
1760
- var CheckCheck = createLucideIcon("check-check", __iconNode17);
1761
-
1762
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-line.js
1763
- var __iconNode18 = [
1764
- ["path", { d: "M20 4L9 15", key: "1qkx8z" }],
1765
- ["path", { d: "M21 19L3 19", key: "100sma" }],
1766
- ["path", { d: "M9 15L4 10", key: "9zxff7" }]
1767
- ];
1768
- var CheckLine = createLucideIcon("check-line", __iconNode18);
1769
-
1770
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
1771
- var __iconNode19 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
1772
- var Check = createLucideIcon("check", __iconNode19);
1773
-
1774
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
1775
- var __iconNode20 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
1776
- var ChevronDown = createLucideIcon("chevron-down", __iconNode20);
1777
-
1778
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
1779
- var __iconNode21 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
1780
- var ChevronLeft = createLucideIcon("chevron-left", __iconNode21);
1781
-
1782
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
1783
- var __iconNode22 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
1784
- var ChevronRight = createLucideIcon("chevron-right", __iconNode22);
1785
-
1786
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
1787
- var __iconNode23 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
1788
- var ChevronUp = createLucideIcon("chevron-up", __iconNode23);
1789
-
1790
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
1791
- var __iconNode24 = [
1792
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1793
- ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
1794
- ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
1795
- ];
1796
- var CircleAlert = createLucideIcon("circle-alert", __iconNode24);
1797
-
1798
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
1799
- var __iconNode25 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
1800
- var CircleSmall = createLucideIcon("circle-small", __iconNode25);
1801
-
1802
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-stop.js
1803
- var __iconNode26 = [
1804
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1805
- ["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
1806
- ];
1807
- var CircleStop = createLucideIcon("circle-stop", __iconNode26);
1808
-
1809
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
1810
- var __iconNode27 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
1811
- var Circle = createLucideIcon("circle", __iconNode27);
1812
-
1813
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
1814
- var __iconNode28 = [
1815
- [
1816
- "path",
1817
- {
1818
- 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",
1819
- key: "1uwlt4"
1820
- }
1821
- ],
1822
- [
1823
- "path",
1824
- {
1825
- 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",
1826
- key: "10291m"
1827
- }
1828
- ],
1829
- [
1830
- "path",
1831
- {
1832
- 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",
1833
- key: "1tqoq1"
1834
- }
1835
- ],
1836
- [
1837
- "path",
1838
- {
1839
- 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",
1840
- key: "1x6lto"
1841
- }
1842
- ]
1843
- ];
1844
- var Component = createLucideIcon("component", __iconNode28);
1845
-
1846
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
1847
- var __iconNode29 = [
1848
- ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
1849
- ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
1850
- ];
1851
- var Copy = createLucideIcon("copy", __iconNode29);
1852
-
1853
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
1854
- var __iconNode30 = [
1855
- ["path", { d: "M12 20v2", key: "1lh1kg" }],
1856
- ["path", { d: "M12 2v2", key: "tus03m" }],
1857
- ["path", { d: "M17 20v2", key: "1rnc9c" }],
1858
- ["path", { d: "M17 2v2", key: "11trls" }],
1859
- ["path", { d: "M2 12h2", key: "1t8f8n" }],
1860
- ["path", { d: "M2 17h2", key: "7oei6x" }],
1861
- ["path", { d: "M2 7h2", key: "asdhe0" }],
1862
- ["path", { d: "M20 12h2", key: "1q8mjw" }],
1863
- ["path", { d: "M20 17h2", key: "1fpfkl" }],
1864
- ["path", { d: "M20 7h2", key: "1o8tra" }],
1865
- ["path", { d: "M7 20v2", key: "4gnj0m" }],
1866
- ["path", { d: "M7 2v2", key: "1i4yhu" }],
1867
- ["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
1868
- ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
1869
- ];
1870
- var Cpu = createLucideIcon("cpu", __iconNode30);
1871
-
1872
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
1873
- var __iconNode31 = [
1874
- ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
1875
- ["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
1876
- ["path", { d: "M21 5V8", key: "1marbg" }],
1877
- ["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
1878
- ["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
1879
- ];
1880
- var DatabaseZap = createLucideIcon("database-zap", __iconNode31);
1881
-
1882
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
1883
- var __iconNode32 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
1884
- var Dot = createLucideIcon("dot", __iconNode32);
1885
-
1886
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
1887
- var __iconNode33 = [
1888
- ["path", { d: "M12 15V3", key: "m9g1x1" }],
1889
- ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
1890
- ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
1891
- ];
1892
- var Download = createLucideIcon("download", __iconNode33);
1893
-
1894
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
1895
- var __iconNode34 = [
1896
- ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
1897
- ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
1898
- ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
1899
- ];
1900
- var Ellipsis = createLucideIcon("ellipsis", __iconNode34);
1901
-
1902
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
1903
- var __iconNode35 = [
1904
- ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
1905
- ["path", { d: "M10 14 21 3", key: "gplh6r" }],
1906
- ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
1907
- ];
1908
- var ExternalLink = createLucideIcon("external-link", __iconNode35);
1909
-
1910
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
1911
- var __iconNode36 = [
1912
- [
1913
- "path",
1914
- {
1915
- 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",
1916
- key: "1nclc0"
1917
- }
1918
- ],
1919
- ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
1920
- ];
1921
- var Eye = createLucideIcon("eye", __iconNode36);
1922
-
1923
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
1924
- var __iconNode37 = [
1925
- [
1926
- "path",
1927
- { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
1928
- ]
1929
- ];
1930
- var Facebook = createLucideIcon("facebook", __iconNode37);
1931
-
1932
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
1933
- var __iconNode38 = [
1934
- ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1935
- ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1936
- ["path", { d: "M12 18v-6", key: "17g6i2" }],
1937
- ["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
1938
- ];
1939
- var FileDown = createLucideIcon("file-down", __iconNode38);
1940
-
1941
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
1942
- var __iconNode39 = [
1943
- ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
1944
- ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1945
- ["path", { d: "M2 15h10", key: "jfw4w8" }],
1946
- ["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
1947
- ];
1948
- var FileInput = createLucideIcon("file-input", __iconNode39);
1949
-
1950
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
1951
- var __iconNode40 = [
1952
- ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
1953
- ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1954
- ["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
1955
- ["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
1956
- ];
1957
- var FileLock2 = createLucideIcon("file-lock-2", __iconNode40);
1958
-
1959
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
1960
- var __iconNode41 = [
1961
- ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1962
- ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1963
- ["path", { d: "M12 12v6", key: "3ahymv" }],
1964
- ["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
1965
- ];
1966
- var FileUp = createLucideIcon("file-up", __iconNode41);
1967
-
1968
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
1969
- var __iconNode42 = [
1970
- ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1971
- ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
1972
- ];
1973
- var File = createLucideIcon("file", __iconNode42);
1974
-
1975
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
1976
- var __iconNode43 = [
1977
- ["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
1978
- ["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
1979
- ["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
1980
- ["path", { d: "M2 12a10 10 0 0 1 18-6", key: "ydlgp0" }],
1981
- ["path", { d: "M2 16h.01", key: "1gqxmh" }],
1982
- ["path", { d: "M21.8 16c.2-2 .131-5.354 0-6", key: "drycrb" }],
1983
- ["path", { d: "M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2", key: "1tidbn" }],
1984
- ["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
1985
- ["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
1986
- ];
1987
- var Fingerprint = createLucideIcon("fingerprint", __iconNode43);
1988
-
1989
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
1990
- var __iconNode44 = [
1991
- [
1992
- "path",
1993
- {
1994
- d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
1995
- key: "usdka0"
1996
- }
1997
- ]
1998
- ];
1999
- var FolderOpen = createLucideIcon("folder-open", __iconNode44);
2000
-
2001
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
2002
- var __iconNode45 = [
2003
- [
2004
- "path",
2005
- {
2006
- d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
2007
- key: "1kt360"
2008
- }
2009
- ]
2010
- ];
2011
- var Folder = createLucideIcon("folder", __iconNode45);
2012
-
2013
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
2014
- var __iconNode46 = [
2015
- ["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
2016
- ["path", { d: "M12 8v13", key: "1c76mn" }],
2017
- ["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
2018
- [
2019
- "path",
2020
- {
2021
- 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",
2022
- key: "1ihvrl"
2023
- }
2024
- ]
2025
- ];
2026
- var Gift = createLucideIcon("gift", __iconNode46);
2027
-
2028
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-merge.js
2029
- var __iconNode47 = [
2030
- ["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }],
2031
- ["circle", { cx: "6", cy: "6", r: "3", key: "1lh9wr" }],
2032
- ["path", { d: "M6 21V9a9 9 0 0 0 9 9", key: "7kw0sc" }]
2033
- ];
2034
- var GitMerge = createLucideIcon("git-merge", __iconNode47);
2035
-
2036
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
2037
- var __iconNode48 = [
2038
- ["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
2039
- ["path", { d: "M5 9v12", key: "ih889a" }],
2040
- ["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
2041
- ["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
2042
- ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
2043
- ];
2044
- var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode48);
2045
-
2046
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
2047
- var __iconNode49 = [
2048
- [
2049
- "path",
2050
- {
2051
- 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",
2052
- key: "qkt0x6"
2053
- }
2054
- ],
2055
- ["path", { d: "M2 12h8.5", key: "ovaggd" }],
2056
- ["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
2057
- ["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
2058
- ];
2059
- var GlobeLock = createLucideIcon("globe-lock", __iconNode49);
2060
-
2061
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
2062
- var __iconNode50 = [
2063
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
2064
- ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
2065
- ["path", { d: "M2 12h20", key: "9i4pu4" }]
2066
- ];
2067
- var Globe = createLucideIcon("globe", __iconNode50);
2068
-
2069
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
2070
- var __iconNode51 = [
2071
- ["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
2072
- ["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
2073
- ["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
2074
- ["circle", { cx: "15", cy: "12", r: "1", key: "1tmaij" }],
2075
- ["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
2076
- ["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
2077
- ];
2078
- var GripVertical = createLucideIcon("grip-vertical", __iconNode51);
2079
-
2080
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
2081
- var __iconNode52 = [
2082
- ["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
2083
- ["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
2084
- ["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
2085
- ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
2086
- ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
2087
- ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }],
2088
- ["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }],
2089
- ["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
2090
- ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
2091
- ];
2092
- var Grip = createLucideIcon("grip", __iconNode52);
2093
-
2094
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
2095
- var __iconNode53 = [
2096
- ["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
2097
- [
2098
- "path",
2099
- {
2100
- 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",
2101
- key: "17abbs"
2102
- }
2103
- ],
2104
- ["path", { d: "m2 15 6 6", key: "10dquu" }],
2105
- [
2106
- "path",
2107
- {
2108
- 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",
2109
- key: "1h3036"
2110
- }
2111
- ]
2112
- ];
2113
- var HandHeart = createLucideIcon("hand-heart", __iconNode53);
2114
-
2115
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
2116
- var __iconNode54 = [
2117
- ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
2118
- [
2119
- "path",
2120
- {
2121
- 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",
2122
- key: "9pr0kb"
2123
- }
2124
- ],
2125
- ["path", { d: "m21 3 1 11h-2", key: "1tisrp" }],
2126
- ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
2127
- ["path", { d: "M3 4h8", key: "1ep09j" }]
2128
- ];
2129
- var Handshake = createLucideIcon("handshake", __iconNode54);
2130
-
2131
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
2132
- var __iconNode55 = [
2133
- ["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
2134
- ["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" }]
2135
- ];
2136
- var Highlighter = createLucideIcon("highlighter", __iconNode55);
2137
-
2138
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
2139
- var __iconNode56 = [
2140
- [
2141
- "path",
2142
- {
2143
- d: "M12.662 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v2.475",
2144
- key: "uubd2h"
2145
- }
2146
- ],
2147
- ["path", { d: "M14.959 12.717A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8", key: "p7f341" }],
2148
- ["path", { d: "M15 18h6", key: "3b3c90" }],
2149
- ["path", { d: "M18 15v6", key: "9wciyi" }]
2150
- ];
2151
- var HousePlus = createLucideIcon("house-plus", __iconNode56);
2152
-
2153
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
2154
- var __iconNode57 = [
2155
- [
2156
- "path",
2157
- {
2158
- 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",
2159
- key: "9csbqa"
2160
- }
2161
- ],
2162
- ["path", { d: "m14 19 3 3v-5.5", key: "9ldu5r" }],
2163
- ["path", { d: "m17 22 3-3", key: "1nkfve" }],
2164
- ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
2165
- ];
2166
- var ImageDown = createLucideIcon("image-down", __iconNode57);
2167
-
2168
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
2169
- var __iconNode58 = [
2170
- ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
2171
- ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
2172
- ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
2173
- ["line", { x1: "18", x2: "21", y1: "12", y2: "15", key: "5mozeu" }],
2174
- [
2175
- "path",
2176
- {
2177
- 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",
2178
- key: "mmje98"
2179
- }
2180
- ],
2181
- ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
2182
- ];
2183
- var ImageOff = createLucideIcon("image-off", __iconNode58);
2184
-
2185
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
2186
- var __iconNode59 = [
2187
- [
2188
- "path",
2189
- {
2190
- 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",
2191
- key: "9csbqa"
2192
- }
2193
- ],
2194
- ["path", { d: "m14 19.5 3-3 3 3", key: "9vmjn0" }],
2195
- ["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
2196
- ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
2197
- ];
2198
- var ImageUp = createLucideIcon("image-up", __iconNode59);
2199
-
2200
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
2201
- var __iconNode60 = [
2202
- ["path", { d: "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8", key: "18ogeb" }]
2203
- ];
2204
- var Infinity = createLucideIcon("infinity", __iconNode60);
2205
-
2206
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
2207
- var __iconNode61 = [
2208
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
2209
- ["path", { d: "M12 16v-4", key: "1dtifu" }],
2210
- ["path", { d: "M12 8h.01", key: "e9boi3" }]
2211
- ];
2212
- var Info = createLucideIcon("info", __iconNode61);
2213
-
2214
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
2215
- var __iconNode62 = [
2216
- ["path", { d: "M10 8h.01", key: "1r9ogq" }],
2217
- ["path", { d: "M12 12h.01", key: "1mp3jc" }],
2218
- ["path", { d: "M14 8h.01", key: "1primd" }],
2219
- ["path", { d: "M16 12h.01", key: "1l6xoz" }],
2220
- ["path", { d: "M18 8h.01", key: "emo2bl" }],
2221
- ["path", { d: "M6 8h.01", key: "x9i8wu" }],
2222
- ["path", { d: "M7 16h10", key: "wp8him" }],
2223
- ["path", { d: "M8 12h.01", key: "czm47f" }],
2224
- ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
2225
- ];
2226
- var Keyboard = createLucideIcon("keyboard", __iconNode62);
2227
-
2228
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
2229
- var __iconNode63 = [
2230
- ["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
2231
- [
2232
- "path",
2233
- {
2234
- 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",
2235
- key: "ek95tt"
2236
- }
2237
- ],
2238
- ["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
2239
- ["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
2240
- ];
2241
- var LandPlot = createLucideIcon("land-plot", __iconNode63);
2242
-
2243
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/languages.js
2244
- var __iconNode64 = [
2245
- ["path", { d: "m5 8 6 6", key: "1wu5hv" }],
2246
- ["path", { d: "m4 14 6-6 2-3", key: "1k1g8d" }],
2247
- ["path", { d: "M2 5h12", key: "or177f" }],
2248
- ["path", { d: "M7 2h1", key: "1t2jsx" }],
2249
- ["path", { d: "m22 22-5-10-5 10", key: "don7ne" }],
2250
- ["path", { d: "M14 18h6", key: "1m8k6r" }]
2251
- ];
2252
- var Languages = createLucideIcon("languages", __iconNode64);
2253
-
2254
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
2255
- var __iconNode65 = [
2256
- ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
2257
- ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
2258
- ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
2259
- ];
2260
- var LayoutTemplate = createLucideIcon("layout-template", __iconNode65);
2261
-
2262
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
2263
- var __iconNode66 = [
2264
- ["path", { d: "m16 6 4 14", key: "ji33uf" }],
2265
- ["path", { d: "M12 6v14", key: "1n7gus" }],
2266
- ["path", { d: "M8 8v12", key: "1gg7y9" }],
2267
- ["path", { d: "M4 4v16", key: "6qkkli" }]
2268
- ];
2269
- var Library = createLucideIcon("library", __iconNode66);
2270
-
2271
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
2272
- var __iconNode67 = [
2273
- ["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" }],
2274
- ["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" }]
2275
- ];
2276
- var Link = createLucideIcon("link", __iconNode67);
2277
-
2278
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
2279
- var __iconNode68 = [
2280
- ["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
2281
- ["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
2282
- ["path", { d: "M13 6h8", key: "15sg57" }],
2283
- ["path", { d: "M13 12h8", key: "h98zly" }],
2284
- ["path", { d: "M13 18h8", key: "oe0vm4" }]
2285
- ];
2286
- var ListTodo = createLucideIcon("list-todo", __iconNode68);
2287
-
2288
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
2289
- var __iconNode69 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
2290
- var LoaderCircle = createLucideIcon("loader-circle", __iconNode69);
2291
-
2292
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
2293
- var __iconNode70 = [
2294
- ["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
2295
- ["path", { d: "M15 12H3", key: "6jk70r" }],
2296
- ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
2297
- ];
2298
- var LogIn = createLucideIcon("log-in", __iconNode70);
2299
-
2300
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
2301
- var __iconNode71 = [
2302
- ["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
2303
- ["path", { d: "M21 12H9", key: "dn1m92" }],
2304
- ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
2305
- ];
2306
- var LogOut = createLucideIcon("log-out", __iconNode71);
2307
-
2308
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
2309
- var __iconNode72 = [
2310
- ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
2311
- ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
2312
- ];
2313
- var Mail = createLucideIcon("mail", __iconNode72);
2314
-
2315
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-code.js
2316
- var __iconNode73 = [
2317
- ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2318
- ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
2319
- ["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22z", key: "k85zhp" }]
2320
- ];
2321
- var MessageCircleCode = createLucideIcon("message-circle-code", __iconNode73);
2322
-
2323
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-more.js
2324
- var __iconNode74 = [
2325
- ["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
2326
- ["path", { d: "M8 12h.01", key: "czm47f" }],
2327
- ["path", { d: "M12 12h.01", key: "1mp3jc" }],
2328
- ["path", { d: "M16 12h.01", key: "1l6xoz" }]
2329
- ];
2330
- var MessageCircleMore = createLucideIcon("message-circle-more", __iconNode74);
2331
-
2332
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
2333
- var __iconNode75 = [
2334
- ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
2335
- ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
2336
- ["path", { d: "m6 12-1.9 2", key: "mnht97" }],
2337
- ["path", { d: "M7.2 2.2 8 5.1", key: "1cfko1" }],
2338
- [
2339
- "path",
2340
- {
2341
- 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",
2342
- key: "s0h3yz"
2343
- }
2344
- ]
2345
- ];
2346
- var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode75);
2347
-
2348
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/music-4.js
2349
- var __iconNode76 = [
2350
- ["path", { d: "M9 18V5l12-2v13", key: "1jmyc2" }],
2351
- ["path", { d: "m9 9 12-2", key: "1e64n2" }],
2352
- ["circle", { cx: "6", cy: "18", r: "3", key: "fqmcym" }],
2353
- ["circle", { cx: "18", cy: "16", r: "3", key: "1hluhg" }]
2354
- ];
2355
- var Music4 = createLucideIcon("music-4", __iconNode76);
2356
-
2357
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/notepad-text.js
2358
- var __iconNode77 = [
2359
- ["path", { d: "M8 2v4", key: "1cmpym" }],
2360
- ["path", { d: "M12 2v4", key: "3427ic" }],
2361
- ["path", { d: "M16 2v4", key: "4m81vk" }],
2362
- ["rect", { width: "16", height: "18", x: "4", y: "4", rx: "2", key: "1u9h20" }],
2363
- ["path", { d: "M8 10h6", key: "3oa6kw" }],
2364
- ["path", { d: "M8 14h8", key: "1fgep2" }],
2365
- ["path", { d: "M8 18h5", key: "17enja" }]
2366
- ];
2367
- var NotepadText = createLucideIcon("notepad-text", __iconNode77);
2368
-
2369
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
2370
- var __iconNode78 = [
2371
- [
2372
- "path",
2373
- {
2374
- 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",
2375
- key: "e79jfc"
2376
- }
2377
- ],
2378
- ["circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor", key: "1okk4w" }],
2379
- ["circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor", key: "f64h9f" }],
2380
- ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
2381
- ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
2382
- ];
2383
- var Palette = createLucideIcon("palette", __iconNode78);
2384
-
2385
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
2386
- var __iconNode79 = [
2387
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2388
- ["path", { d: "M9 3v18", key: "fh3hqa" }]
2389
- ];
2390
- var PanelLeft = createLucideIcon("panel-left", __iconNode79);
2391
-
2392
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
2393
- var __iconNode80 = [
2394
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2395
- ["path", { d: "M3 9h18", key: "1pudct" }],
2396
- ["path", { d: "M9 21V9", key: "1oto5p" }]
2397
- ];
2398
- var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode80);
2399
-
2400
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
2401
- var __iconNode81 = [
2402
- ["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
2403
- ["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
2404
- ["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
2405
- [
2406
- "path",
2407
- {
2408
- d: "M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",
2409
- key: "1ydw1z"
2410
- }
2411
- ]
2412
- ];
2413
- var PawPrint = createLucideIcon("paw-print", __iconNode81);
2414
-
2415
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
2416
- var __iconNode82 = [
2417
- [
2418
- "path",
2419
- {
2420
- 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",
2421
- key: "1a8usu"
2422
- }
2423
- ],
2424
- ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
2425
- ];
2426
- var Pencil = createLucideIcon("pencil", __iconNode82);
2427
-
2428
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
2429
- var __iconNode83 = [
2430
- ["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
2431
- ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
2432
- ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
2433
- ];
2434
- var Pi = createLucideIcon("pi", __iconNode83);
2435
-
2436
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
2437
- var __iconNode84 = [
2438
- ["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
2439
- ["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
2440
- ["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
2441
- ["path", { d: "M21 16h-3a2 2 0 0 0-2 2v3", key: "177gqh" }],
2442
- ["path", { d: "M21 21v.01", key: "ents32" }],
2443
- ["path", { d: "M12 7v3a2 2 0 0 1-2 2H7", key: "8crl2c" }],
2444
- ["path", { d: "M3 12h.01", key: "nlz23k" }],
2445
- ["path", { d: "M12 3h.01", key: "n36tog" }],
2446
- ["path", { d: "M12 16v.01", key: "133mhm" }],
2447
- ["path", { d: "M16 12h1", key: "1slzba" }],
2448
- ["path", { d: "M21 12v.01", key: "1lwtk9" }],
2449
- ["path", { d: "M12 21v-1", key: "1880an" }]
2450
- ];
2451
- var QrCode = createLucideIcon("qr-code", __iconNode84);
2452
-
2453
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
2454
- var __iconNode85 = [
2455
- [
2456
- "path",
2457
- { 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" }
2458
- ],
2459
- ["path", { d: "M14 8H8", key: "1l3xfs" }],
2460
- ["path", { d: "M16 12H8", key: "1fr5h0" }],
2461
- ["path", { d: "M13 16H8", key: "wsln4y" }]
2462
- ];
2463
- var ReceiptText = createLucideIcon("receipt-text", __iconNode85);
2464
-
2465
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
2466
- var __iconNode86 = [
2467
- ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
2468
- ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
2469
- ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
2470
- ["path", { d: "M16 16h5v5", key: "ccwih5" }]
2471
- ];
2472
- var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode86);
2473
-
2474
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
2475
- var __iconNode87 = [
2476
- ["path", { d: "M17 3v10", key: "15fgeh" }],
2477
- ["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
2478
- ["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
2479
- [
2480
- "path",
2481
- { 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" }
2482
- ]
2483
- ];
2484
- var Regex = createLucideIcon("regex", __iconNode87);
2485
-
2486
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
2487
- var __iconNode88 = [
2488
- ["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
2489
- ["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
2490
- ["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
2491
- ["path", { d: "M22 8a2 2 0 0 1-2 2", key: "ddf4tu" }],
2492
- ["path", { d: "m3 7 3 3 3-3", key: "x25e72" }],
2493
- ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
2494
- ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
2495
- ];
2496
- var Replace = createLucideIcon("replace", __iconNode88);
2497
-
2498
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
2499
- var __iconNode89 = [
2500
- [
2501
- "path",
2502
- {
2503
- d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",
2504
- key: "m3kijz"
2505
- }
2506
- ],
2507
- [
2508
- "path",
2509
- {
2510
- d: "m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",
2511
- key: "1fmvmk"
2512
- }
2513
- ],
2514
- ["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
2515
- ["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
2516
- ];
2517
- var Rocket = createLucideIcon("rocket", __iconNode89);
2518
-
2519
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
2520
- var __iconNode90 = [
2521
- ["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
2522
- ["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
2523
- ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
2524
- ];
2525
- var Rss = createLucideIcon("rss", __iconNode90);
2526
-
2527
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
2528
- var __iconNode91 = [
2529
- ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
2530
- ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
2531
- ["path", { d: "M7 21h10", key: "1b0cd5" }],
2532
- ["path", { d: "M12 3v18", key: "108xh3" }],
2533
- ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
2534
- ];
2535
- var Scale = createLucideIcon("scale", __iconNode91);
2536
-
2537
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
2538
- var __iconNode92 = [
2539
- ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
2540
- ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
2541
- ];
2542
- var Search = createLucideIcon("search", __iconNode92);
2543
-
2544
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
2545
- var __iconNode93 = [
2546
- [
2547
- "path",
2548
- {
2549
- d: "M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",
2550
- key: "117uat"
2551
- }
2552
- ],
2553
- ["path", { d: "M6 12h16", key: "s4cdu5" }]
2554
- ];
2555
- var SendHorizontal = createLucideIcon("send-horizontal", __iconNode93);
2556
-
2557
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
2558
- var __iconNode94 = [
2559
- ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
2560
- ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
2561
- ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
2562
- ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
2563
- ];
2564
- var Server = createLucideIcon("server", __iconNode94);
2565
-
2566
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
2567
- var __iconNode95 = [
2568
- ["path", { d: "M12 2v13", key: "1km8f5" }],
2569
- ["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
2570
- ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
2571
- ];
2572
- var Share = createLucideIcon("share", __iconNode95);
2573
-
2574
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
2575
- var __iconNode96 = [
2576
- [
2577
- "path",
2578
- {
2579
- 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",
2580
- key: "oel41y"
2581
- }
2582
- ],
2583
- ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
2584
- ["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
2585
- ];
2586
- var ShieldUser = createLucideIcon("shield-user", __iconNode96);
2587
-
2588
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
2589
- var __iconNode97 = [
2590
- [
2591
- "path",
2592
- {
2593
- 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",
2594
- key: "oel41y"
2595
- }
2596
- ]
2597
- ];
2598
- var Shield = createLucideIcon("shield", __iconNode97);
2599
-
2600
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
2601
- var __iconNode98 = [
2602
- [
2603
- "path",
2604
- {
2605
- d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",
2606
- key: "wuwx1p"
2607
- }
2608
- ]
2609
- ];
2610
- var Sigma = createLucideIcon("sigma", __iconNode98);
2611
-
2612
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
2613
- var __iconNode99 = [
2614
- [
2615
- "path",
2616
- {
2617
- 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",
2618
- key: "4pj2yx"
2619
- }
2620
- ],
2621
- ["path", { d: "M20 3v4", key: "1olli1" }],
2622
- ["path", { d: "M22 5h-4", key: "1gvqau" }],
2623
- ["path", { d: "M4 17v2", key: "vumght" }],
2624
- ["path", { d: "M5 18H3", key: "zchphs" }]
2625
- ];
2626
- var Sparkles = createLucideIcon("sparkles", __iconNode99);
2627
-
2628
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
2629
- var __iconNode100 = [
2630
- [
2631
- "path",
2632
- {
2633
- 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",
2634
- key: "xwnzip"
2635
- }
2636
- ],
2637
- ["path", { d: "M5 17A12 12 0 0 1 17 5", key: "1okkup" }],
2638
- ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
2639
- ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
2640
- ];
2641
- var SplinePointer = createLucideIcon("spline-pointer", __iconNode100);
2642
-
2643
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
2644
- var __iconNode101 = [
2645
- ["path", { d: "M7 20h10", key: "e6iznv" }],
2646
- ["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
2647
- [
2648
- "path",
2649
- {
2650
- d: "M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",
2651
- key: "9gtqwd"
2652
- }
2653
- ],
2654
- [
2655
- "path",
2656
- {
2657
- d: "M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",
2658
- key: "bkxnd2"
2659
- }
2660
- ]
2661
- ];
2662
- var Sprout = createLucideIcon("sprout", __iconNode101);
2663
-
2664
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
2665
- var __iconNode102 = [
2666
- ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2667
- ["path", { d: "M14 21h1", key: "v9vybs" }],
2668
- ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
2669
- [
2670
- "path",
2671
- { 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" }
2672
- ],
2673
- ["path", { d: "M9 21h1", key: "15o7lz" }]
2674
- ];
2675
- var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode102);
2676
-
2677
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
2678
- var __iconNode103 = [
2679
- ["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
2680
- ["path", { d: "M11 13h4", key: "1p7l4v" }],
2681
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
2682
- ];
2683
- var SquareTerminal = createLucideIcon("square-terminal", __iconNode103);
2684
-
2685
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
2686
- var __iconNode104 = [
2687
- [
2688
- "path",
2689
- {
2690
- 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",
2691
- key: "r04s7s"
2692
- }
2693
- ]
2694
- ];
2695
- var Star = createLucideIcon("star", __iconNode104);
2696
-
2697
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
2698
- var __iconNode105 = [
2699
- ["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
2700
- ["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
2701
- ["path", { d: "M12 17h10", key: "ls21zv" }],
2702
- ["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
2703
- ];
2704
- var Tablets = createLucideIcon("tablets", __iconNode105);
2705
-
2706
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
2707
- var __iconNode106 = [
2708
- ["path", { d: "M12 19h8", key: "baeox8" }],
2709
- ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
2710
- ];
2711
- var Terminal = createLucideIcon("terminal", __iconNode106);
2712
-
2713
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
2714
- var __iconNode107 = [
2715
- [
2716
- "path",
2717
- {
2718
- 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",
2719
- key: "pff0z6"
2720
- }
2721
- ]
2722
- ];
2723
- var Twitter = createLucideIcon("twitter", __iconNode107);
2724
-
2725
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/user-round-check.js
2726
- var __iconNode108 = [
2727
- ["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
2728
- ["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
2729
- ["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }]
2730
- ];
2731
- var UserRoundCheck = createLucideIcon("user-round-check", __iconNode108);
2732
-
2733
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
2734
- var __iconNode109 = [
2735
- ["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
2736
- ["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
2737
- ["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
2738
- ];
2739
- var Workflow = createLucideIcon("workflow", __iconNode109);
2740
-
2741
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
2742
- var __iconNode110 = [
2743
- ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
2744
- ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
2745
- ];
2746
- var X = createLucideIcon("x", __iconNode110);
2747
-
2748
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
2749
- var __iconNode111 = [
2750
- [
2751
- "path",
2752
- {
2753
- 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",
2754
- key: "1xq2db"
2755
- }
2756
- ]
2757
- ];
2758
- var Zap = createLucideIcon("zap", __iconNode111);
2759
-
2760
- // ../base-ui/src/components/global-icon.tsx
2761
- var import_react34 = __toESM(require("react"), 1);
2762
- var import_jsx_runtime33 = require("react/jsx-runtime");
2763
- var tempStyledLimitedIcons = {};
2764
- for (const iconNameKey in limited_lucide_icons_exports) {
2765
- if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
2766
- const iconName = iconNameKey;
2767
- const OriginalIconComponent = limited_lucide_icons_exports[iconName];
2768
- if (typeof OriginalIconComponent === "function" || typeof OriginalIconComponent === "object" && OriginalIconComponent !== null && OriginalIconComponent.$$typeof === Symbol.for("react.forward_ref")) {
2769
- const ComponentToRender = OriginalIconComponent;
2770
- const StyledIcon = (props) => {
2771
- const originalClassName = props.className || "";
2772
- const hasTextColor = /\btext-\w+(-\d+)?\b/.test(originalClassName);
2773
- const hasSizeClass = /\b(size-\d+|w-\d+|h-\d+)\b/.test(originalClassName);
2774
- const newClassName = hasTextColor ? originalClassName : `${themeIconColor} ${originalClassName}`.trim();
2775
- const finalProps = hasSizeClass ? __spreadProps(__spreadValues({}, props), { className: newClassName, size: void 0 }) : __spreadProps(__spreadValues({}, props), {
2776
- className: newClassName,
2777
- style: __spreadValues({
2778
- width: props.size || themeSvgIconSize,
2779
- height: props.size || themeSvgIconSize
2780
- }, props.style)
2781
- });
2782
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ComponentToRender, __spreadValues({}, finalProps));
2783
- };
2784
- StyledIcon.displayName = `Styled(${iconName})`;
2785
- tempStyledLimitedIcons[iconName] = StyledIcon;
2786
- } else {
2787
- 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);
2788
- }
2789
- }
2790
- }
2791
- var styledLimitedIconsPart = tempStyledLimitedIcons;
2792
- var tempWrappedBuiltinIcons = {};
2793
- for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS)) {
2794
- const WrappedIcon = (props) => {
2795
- const originalClassName = props.className || "";
2796
- const hasTextColor = /\btext-\w+(-\d+)?\b/.test(originalClassName);
2797
- const hasSizeClass = /\b(size-\d+|w-\d+|h-\d+)\b/.test(originalClassName);
2798
- const newClassName = hasTextColor ? originalClassName : `${themeIconColor} ${originalClassName}`.trim();
2799
- const finalProps = hasSizeClass ? __spreadProps(__spreadValues({}, props), { className: newClassName, size: void 0 }) : __spreadProps(__spreadValues({}, props), {
2800
- className: newClassName,
2801
- style: __spreadValues({
2802
- width: props.size || themeSvgIconSize,
2803
- height: props.size || themeSvgIconSize
2804
- }, props.style)
2805
- });
2806
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(IconComponent, __spreadValues({}, finalProps));
2807
- };
2808
- WrappedIcon.displayName = `Wrapped(${iconName})`;
2809
- tempWrappedBuiltinIcons[iconName] = WrappedIcon;
2810
- }
2811
- var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
2812
- var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
2813
- var DEFAULT_FALLBACK_ICON = "Sparkles";
2814
- function getGlobalIcon(iconKey, createElement3) {
2815
- var _a;
2816
- if (!iconKey) {
2817
- if (createElement3) {
2818
- return void 0;
2819
- }
2820
- return globalLucideIcons[DEFAULT_FALLBACK_ICON];
2821
- }
2822
- const Icon2 = globalLucideIcons[iconKey];
2823
- if (!Icon2) {
2824
- if (typeof process !== "undefined" && ((_a = process.env) == null ? void 0 : _a.NODE_ENV) !== "production") {
2825
- console.warn(
2826
- `[global-icon] iconKey "${iconKey}" is not defined in globalIcons, will use default "${String(DEFAULT_FALLBACK_ICON)}" icon, please check!`
2827
- );
2828
- }
2829
- const FallbackIcon = globalLucideIcons[DEFAULT_FALLBACK_ICON];
2830
- if (createElement3) {
2831
- return import_react34.default.createElement(FallbackIcon);
2832
- }
2833
- return FallbackIcon;
2834
- }
2835
- if (createElement3) {
2836
- return import_react34.default.createElement(Icon2);
2837
- }
2838
- return Icon2;
2839
- }
2840
-
2841
- // src/main/usage.tsx
2842
- var import_rich_text_expert = require("@third-ui/main/rich-text-expert");
2843
- var import_jsx_runtime34 = require("react/jsx-runtime");
2844
92
  function Usage(_0) {
2845
- return __async(this, arguments, function* ({
93
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({
2846
94
  locale,
2847
95
  sectionClassName
2848
96
  }) {
2849
- const t = yield (0, import_server3.getTranslations)({ locale, namespace: "usage" });
97
+ const t = yield _server.getTranslations.call(void 0, { locale, namespace: "usage" });
2850
98
  const steps = t.raw("steps");
2851
99
  const data = {
2852
100
  title: t("title"),
2853
101
  eyesOn: t("eyesOn"),
2854
- description: (0, import_rich_text_expert.richText)(t, "description"),
102
+ description: _chunk52YUUCKVjs.richText.call(void 0, t, "description"),
2855
103
  steps: steps.map((step, index) => ({
2856
104
  id: `usage-step-${index}`,
2857
105
  title: step.title,
2858
- description: (0, import_rich_text_expert.richText)(t, `steps.${index}.description`),
106
+ description: _chunk52YUUCKVjs.richText.call(void 0, t, `steps.${index}.description`),
2859
107
  iconKey: step.iconKey,
2860
108
  stepNumber: index + 1
2861
109
  }))
2862
110
  };
2863
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("section", { id: "usage", className: cn("px-16 py-10 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: [
2864
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-4", children: [
111
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "section", { id: "usage", className: _chunk6MM7HLNXjs.cn.call(void 0, "px-16 py-10 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: [
112
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "h2", { className: "text-3xl md:text-4xl font-bold text-center mb-4", children: [
2865
113
  data.title,
2866
114
  " ",
2867
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "text-purple-500", children: data.eyesOn })
115
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-purple-500", children: data.eyesOn })
2868
116
  ] }),
2869
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("p", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-base md:text-lg mx-auto whitespace-nowrap", children: data.description }),
2870
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("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__ */ (0, import_jsx_runtime34.jsx)("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-8 gap-y-12", children: data.steps.map((step) => {
2871
- const Icon2 = getGlobalIcon(step.iconKey);
2872
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { "data-usage-step": step.id, className: "flex items-start", children: [
2873
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "flex-shrink-0 mr-4", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon2, { className: "w-8 h-8 text-purple-500" }) }),
2874
- /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { children: [
2875
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("h3", { className: "text-xl font-semibold mb-3 text-gray-900 dark:text-gray-100 flex items-center", children: `${step.stepNumber}. ${step.title}` }),
2876
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("p", { className: "text-gray-700 dark:text-gray-300", children: step.description })
117
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-base md:text-lg mx-auto whitespace-nowrap", children: data.description }),
118
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "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__ */ _jsxruntime.jsx.call(void 0, "div", { className: "grid grid-cols-1 md:grid-cols-3 gap-8 gap-y-12", children: data.steps.map((step) => {
119
+ const Icon = _chunkW7K5Y2WRjs.getGlobalIcon.call(void 0, step.iconKey);
120
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { "data-usage-step": step.id, className: "flex items-start", children: [
121
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex-shrink-0 mr-4", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Icon, { className: "w-8 h-8 text-purple-500" }) }),
122
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { children: [
123
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-xl font-semibold mb-3 text-gray-900 dark:text-gray-100 flex items-center", children: `${step.stepNumber}. ${step.title}` }),
124
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-gray-700 dark:text-gray-300", children: step.description })
2877
125
  ] })
2878
126
  ] }, step.id);
2879
127
  }) }) })
@@ -2882,45 +130,44 @@ function Usage(_0) {
2882
130
  }
2883
131
 
2884
132
  // src/main/features.tsx
2885
- var import_server4 = require("next-intl/server");
2886
- var import_rich_text_expert2 = require("@third-ui/main/rich-text-expert");
2887
- var import_jsx_runtime35 = require("react/jsx-runtime");
133
+
134
+
2888
135
  function Features(_0) {
2889
- return __async(this, arguments, function* ({
136
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({
2890
137
  locale,
2891
138
  sectionClassName
2892
139
  }) {
2893
- const t = yield (0, import_server4.getTranslations)({ locale, namespace: "features" });
140
+ const t = yield _server.getTranslations.call(void 0, { locale, namespace: "features" });
2894
141
  const featureItems = t.raw("items");
2895
142
  const data = {
2896
143
  title: t("title"),
2897
144
  eyesOn: t("eyesOn"),
2898
- description: (0, import_rich_text_expert2.richText)(t, "description"),
145
+ description: _chunk52YUUCKVjs.richText.call(void 0, t, "description"),
2899
146
  items: featureItems.map((feature, index) => ({
2900
147
  id: `feature-item-${index}`,
2901
148
  title: feature.title,
2902
- description: (0, import_rich_text_expert2.richText)(t, `items.${index}.description`),
149
+ description: _chunk52YUUCKVjs.richText.call(void 0, t, `items.${index}.description`),
2903
150
  iconKey: feature.iconKey
2904
151
  }))
2905
152
  };
2906
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("section", { id: "features", className: cn("px-16 py-10 mx-16 md:mx-32 scroll-mt-18", sectionClassName), children: [
2907
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-4", children: [
153
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "section", { id: "features", className: _chunk6MM7HLNXjs.cn.call(void 0, "px-16 py-10 mx-16 md:mx-32 scroll-mt-18", sectionClassName), children: [
154
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "h2", { className: "text-3xl md:text-4xl font-bold text-center mb-4", children: [
2908
155
  data.title,
2909
156
  " ",
2910
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "text-purple-500", children: data.eyesOn })
157
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-purple-500", children: data.eyesOn })
2911
158
  ] }),
2912
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-base md:text-lg mx-auto whitespace-nowrap", children: data.description }),
2913
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-8 gap-y-12", children: data.items.map((feature) => {
2914
- const Icon2 = getGlobalIcon(feature.iconKey);
2915
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
159
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-base md:text-lg mx-auto whitespace-nowrap", children: data.description }),
160
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "grid grid-cols-1 md:grid-cols-3 gap-8 gap-y-12", children: data.items.map((feature) => {
161
+ const Icon = _chunkW7K5Y2WRjs.getGlobalIcon.call(void 0, feature.iconKey);
162
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
2916
163
  "div",
2917
164
  {
2918
165
  "data-feature-id": feature.id,
2919
166
  className: "bg-white dark:bg-gray-800/60 p-8 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",
2920
167
  children: [
2921
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "text-4xl mb-4 flex items-center justify-start", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon2, { className: "w-8 h-8" }) }),
2922
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("h3", { className: "text-xl font-semibold mb-3 text-gray-900 dark:text-gray-100", children: feature.title }),
2923
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("p", { className: "text-gray-700 dark:text-gray-300", children: feature.description })
168
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-4xl mb-4 flex items-center justify-start", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Icon, { className: "w-8 h-8" }) }),
169
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-xl font-semibold mb-3 text-gray-900 dark:text-gray-100", children: feature.title }),
170
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-gray-700 dark:text-gray-300", children: feature.description })
2924
171
  ]
2925
172
  },
2926
173
  feature.id
@@ -2931,20 +178,19 @@ function Features(_0) {
2931
178
  }
2932
179
 
2933
180
  // src/main/tips.tsx
2934
- var import_server5 = require("next-intl/server");
2935
- var import_rich_text_expert3 = require("@third-ui/main/rich-text-expert");
2936
- var import_jsx_runtime36 = require("react/jsx-runtime");
181
+
182
+
2937
183
  function Tips(_0) {
2938
- return __async(this, arguments, function* ({
184
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({
2939
185
  locale,
2940
186
  sectionClassName
2941
187
  }) {
2942
- const t = yield (0, import_server5.getTranslations)({ locale, namespace: "tips" });
188
+ const t = yield _server.getTranslations.call(void 0, { locale, namespace: "tips" });
2943
189
  const sections = t.raw("sections");
2944
190
  const processedSections = sections.map((section, index) => ({
2945
191
  id: `tip-section-${index}`,
2946
192
  title: section.title,
2947
- description: (0, import_rich_text_expert3.richText)(t, `sections.${index}.description`)
193
+ description: _chunk52YUUCKVjs.richText.call(void 0, t, `sections.${index}.description`)
2948
194
  }));
2949
195
  const midPoint = Math.ceil(processedSections.length / 2);
2950
196
  const leftColumn = processedSections.slice(0, midPoint);
@@ -2955,59 +201,57 @@ function Tips(_0) {
2955
201
  leftColumn,
2956
202
  rightColumn
2957
203
  };
2958
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("section", { id: "tips", className: cn("px-16 py-10 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: [
2959
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-16", children: [
204
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "section", { id: "tips", className: _chunk6MM7HLNXjs.cn.call(void 0, "px-16 py-10 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: [
205
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "h2", { className: "text-3xl md:text-4xl font-bold text-center mb-16", children: [
2960
206
  data.title,
2961
207
  " ",
2962
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "text-purple-500", children: data.eyesOn })
208
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-purple-500", children: data.eyesOn })
2963
209
  ] }),
2964
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "grid grid-cols-1 md:grid-cols-2 gap-12 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: [data.leftColumn, data.rightColumn].map((column, colIndex) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "space-y-8", children: column.map((tip) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { "data-tip-id": tip.id, className: "space-y-4", children: [
2965
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("h3", { className: "text-2xl font-semibold", children: tip.title }),
2966
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("p", { className: "", children: tip.description })
210
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "grid grid-cols-1 md:grid-cols-2 gap-12 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: [data.leftColumn, data.rightColumn].map((column, colIndex) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "space-y-8", children: column.map((tip) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { "data-tip-id": tip.id, className: "space-y-4", children: [
211
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-2xl font-semibold", children: tip.title }),
212
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "", children: tip.description })
2967
213
  ] }, tip.id)) }, colIndex)) })
2968
214
  ] });
2969
215
  });
2970
216
  }
2971
217
 
2972
218
  // src/main/faq.tsx
2973
- var import_server6 = require("next-intl/server");
2974
- var import_rich_text_expert4 = require("@third-ui/main/rich-text-expert");
2975
- var import_main2 = require("@third-ui/main");
2976
- var import_jsx_runtime37 = require("react/jsx-runtime");
219
+
220
+
2977
221
  function FAQ(_0) {
2978
- return __async(this, arguments, function* ({
222
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({
2979
223
  locale,
2980
224
  sectionClassName
2981
225
  }) {
2982
- const t = yield (0, import_server6.getTranslations)({ locale, namespace: "faq" });
226
+ const t = yield _server.getTranslations.call(void 0, { locale, namespace: "faq" });
2983
227
  const rawItems = t.raw("items");
2984
228
  const data = {
2985
229
  title: t("title"),
2986
- description: (0, import_rich_text_expert4.richText)(t, "description"),
230
+ description: _chunk52YUUCKVjs.richText.call(void 0, t, "description"),
2987
231
  items: rawItems.map((item, index) => ({
2988
232
  id: `faq-item-${index}`,
2989
233
  question: item.question,
2990
- answer: (0, import_rich_text_expert4.richText)(t, `items.${index}.answer`)
234
+ answer: _chunk52YUUCKVjs.richText.call(void 0, t, `items.${index}.answer`)
2991
235
  }))
2992
236
  };
2993
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("section", { id: "faq", className: cn("px-16 py-10 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: [
2994
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-4", children: data.title }),
2995
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("p", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-base md:text-lg mx-auto", children: data.description }),
2996
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "space-y-6", children: data.items.map((item) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
237
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "section", { id: "faq", className: _chunk6MM7HLNXjs.cn.call(void 0, "px-16 py-10 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: [
238
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: "text-3xl md:text-4xl font-bold text-center mb-4", children: data.title }),
239
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-base md:text-lg mx-auto", children: data.description }),
240
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "space-y-6", children: data.items.map((item) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
2997
241
  "div",
2998
242
  {
2999
243
  "data-faq-id": item.id,
3000
244
  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",
3001
245
  children: [
3002
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
246
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
3003
247
  "button",
3004
248
  {
3005
249
  className: "w-full flex items-center justify-between text-left focus:outline-none",
3006
250
  "data-faq-toggle": item.id,
3007
251
  "aria-expanded": "false",
3008
252
  children: [
3009
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "text-lg font-semibold text-gray-900 dark:text-gray-100", children: item.question }),
3010
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
253
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-lg font-semibold text-gray-900 dark:text-gray-100", children: item.question }),
254
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
3011
255
  "svg",
3012
256
  {
3013
257
  className: "w-6 h-6 text-gray-400 ml-2 transition-transform duration-200",
@@ -3015,13 +259,13 @@ function FAQ(_0) {
3015
259
  fill: "none",
3016
260
  stroke: "currentColor",
3017
261
  viewBox: "0 0 24 24",
3018
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 5l7 7-7 7" })
262
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 5l7 7-7 7" })
3019
263
  }
3020
264
  )
3021
265
  ]
3022
266
  }
3023
267
  ),
3024
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
268
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
3025
269
  "div",
3026
270
  {
3027
271
  className: "mt-4 text-gray-700 dark:text-gray-300 text-base hidden",
@@ -3033,88 +277,85 @@ function FAQ(_0) {
3033
277
  },
3034
278
  item.id
3035
279
  )) }),
3036
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_main2.FAQInteractive, { data })
280
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk52YUUCKVjs.FAQInteractive, { data })
3037
281
  ] });
3038
282
  });
3039
283
  }
3040
284
 
3041
285
  // src/main/seo-content.tsx
3042
- var import_server7 = require("next-intl/server");
3043
- var import_rich_text_expert5 = require("@third-ui/main/rich-text-expert");
3044
- var import_jsx_runtime38 = require("react/jsx-runtime");
286
+
287
+
3045
288
  function SeoContent(_0) {
3046
- return __async(this, arguments, function* ({
289
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({
3047
290
  locale,
3048
291
  sectionClassName
3049
292
  }) {
3050
- const t = yield (0, import_server7.getTranslations)({ locale, namespace: "seoContent" });
293
+ const t = yield _server.getTranslations.call(void 0, { locale, namespace: "seoContent" });
3051
294
  const rawSections = t.raw("sections");
3052
295
  const data = {
3053
296
  title: t("title"),
3054
297
  eyesOn: t("eyesOn"),
3055
298
  description: t("description"),
3056
- intro: (0, import_rich_text_expert5.richText)(t, "intro"),
299
+ intro: _chunk52YUUCKVjs.richText.call(void 0, t, "intro"),
3057
300
  sections: rawSections.map((section, index) => ({
3058
301
  id: `seo-section-${index}`,
3059
302
  title: section.title,
3060
- content: (0, import_rich_text_expert5.richText)(t, `sections.${index}.content`)
303
+ content: _chunk52YUUCKVjs.richText.call(void 0, t, `sections.${index}.content`)
3061
304
  })),
3062
- conclusion: (0, import_rich_text_expert5.richText)(t, "conclusion")
305
+ conclusion: _chunk52YUUCKVjs.richText.call(void 0, t, "conclusion")
3063
306
  };
3064
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("section", { id: "seo", className: cn("px-16 py-10 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: [
3065
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-8", children: [
307
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "section", { id: "seo", className: _chunk6MM7HLNXjs.cn.call(void 0, "px-16 py-10 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: [
308
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "h2", { className: "text-3xl md:text-4xl font-bold text-center mb-8", children: [
3066
309
  data.title,
3067
310
  " ",
3068
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "text-purple-500", children: data.eyesOn })
311
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-purple-500", children: data.eyesOn })
3069
312
  ] }),
3070
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("h3", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-lg", children: data.description }),
3071
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("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: [
3072
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: "space-y-10", children: [
3073
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("p", { className: "text-gray-600 dark:text-gray-400 text-lg", children: data.intro }),
3074
- data.sections.map((section) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { "data-seo-section": section.id, children: [
3075
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("h2", { className: "text-xl font-semibold mb-3 text-gray-900 dark:text-gray-100 flex items-center", children: section.title }),
3076
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("p", { className: "text-gray-700 dark:text-gray-300", children: section.content })
313
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "text-center text-gray-600 dark:text-gray-400 mb-12 text-lg", children: data.description }),
314
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "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: [
315
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-10", children: [
316
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-gray-600 dark:text-gray-400 text-lg", children: data.intro }),
317
+ data.sections.map((section) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { "data-seo-section": section.id, children: [
318
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: "text-xl font-semibold mb-3 text-gray-900 dark:text-gray-100 flex items-center", children: section.title }),
319
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-gray-700 dark:text-gray-300", children: section.content })
3077
320
  ] }, section.id))
3078
321
  ] }),
3079
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("p", { className: "mt-10 text-gray-600 dark:text-gray-400 text-lg", children: data.conclusion })
322
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "mt-10 text-gray-600 dark:text-gray-400 text-lg", children: data.conclusion })
3080
323
  ] })
3081
324
  ] });
3082
325
  });
3083
326
  }
3084
327
 
3085
328
  // src/main/cta.tsx
3086
- var import_server8 = require("next-intl/server");
3087
- var import_gradient_button = require("@third-ui/fuma/mdx/gradient-button");
3088
- var import_rich_text_expert6 = require("@third-ui/main/rich-text-expert");
3089
- var import_jsx_runtime39 = require("react/jsx-runtime");
329
+
330
+
3090
331
  function CTA(_0) {
3091
- return __async(this, arguments, function* ({
332
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({
3092
333
  locale,
3093
334
  sectionClassName
3094
335
  }) {
3095
- const t = yield (0, import_server8.getTranslations)({ locale, namespace: "cta" });
336
+ const t = yield _server.getTranslations.call(void 0, { locale, namespace: "cta" });
3096
337
  const data = {
3097
338
  title: t("title"),
3098
339
  eyesOn: t("eyesOn"),
3099
- description1: (0, import_rich_text_expert6.richText)(t, "description1"),
340
+ description1: _chunk52YUUCKVjs.richText.call(void 0, t, "description1"),
3100
341
  description2: t("description2"),
3101
342
  button: t("button"),
3102
343
  url: t("url")
3103
344
  };
3104
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("section", { id: "cta", className: cn("px-16 py-20 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "\n bg-gradient-to-r from-[#f7f8fa] via-[#e0c3fc] to-[#b2fefa]\n dark:bg-gradient-to-r dark:from-[#2d0b4e] dark:via-[#6a3fa0] dark:to-[#3a185a]\n rounded-2xl p-12 text-center\n bg-[length:200%_auto] animate-cta-gradient-wave\n ", children: [
3105
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("h2", { className: "text-3xl md:text-4xl font-bold mb-6", children: [
345
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "section", { id: "cta", className: _chunk6MM7HLNXjs.cn.call(void 0, "px-16 py-20 mx-16 md:mx-32 scroll-mt-20", sectionClassName), children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "\n bg-gradient-to-r from-[#f7f8fa] via-[#e0c3fc] to-[#b2fefa]\n dark:bg-gradient-to-r dark:from-[#2d0b4e] dark:via-[#6a3fa0] dark:to-[#3a185a]\n rounded-2xl p-12 text-center\n bg-[length:200%_auto] animate-cta-gradient-wave\n ", children: [
346
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "h2", { className: "text-3xl md:text-4xl font-bold mb-6", children: [
3106
347
  data.title,
3107
348
  " ",
3108
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "text-purple-400", children: data.eyesOn }),
349
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-purple-400", children: data.eyesOn }),
3109
350
  "?"
3110
351
  ] }),
3111
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("p", { className: "text-2xl mx-auto mb-8", children: [
352
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "p", { className: "text-2xl mx-auto mb-8", children: [
3112
353
  data.description1,
3113
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("br", {}),
3114
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "text-purple-400", children: data.description2 })
354
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "br", {}),
355
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-purple-400", children: data.description2 })
3115
356
  ] }),
3116
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
3117
- import_gradient_button.GradientButton,
357
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
358
+ _chunkTBXDOQXPjs.GradientButton,
3118
359
  {
3119
360
  title: data.button,
3120
361
  href: data.url,
@@ -3126,12 +367,12 @@ function CTA(_0) {
3126
367
  }
3127
368
 
3128
369
  // src/main/footer.tsx
3129
- var import_server9 = require("next-intl/server");
3130
- var import_link2 = __toESM(require("next/link"));
3131
- var import_jsx_runtime40 = require("react/jsx-runtime");
370
+
371
+ var _link = require('next/link'); var _link2 = _interopRequireDefault(_link);
372
+
3132
373
  function Footer(_0) {
3133
- return __async(this, arguments, function* ({ locale }) {
3134
- const tFooter = yield (0, import_server9.getTranslations)({ locale, namespace: "footer" });
374
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({ locale }) {
375
+ const tFooter = yield _server.getTranslations.call(void 0, { locale, namespace: "footer" });
3135
376
  const data = {
3136
377
  terms: tFooter("terms", { defaultValue: "Terms of Service" }),
3137
378
  privacy: tFooter("privacy", { defaultValue: "Privacy Policy" }),
@@ -3140,49 +381,48 @@ function Footer(_0) {
3140
381
  company: tFooter("company"),
3141
382
  copyright: tFooter("copyright", { year: (/* @__PURE__ */ new Date()).getFullYear(), name: tFooter("company") })
3142
383
  };
3143
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "mb-10 w-full mx-auto border-t-purple-700/80 border-t-1", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("footer", { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "w-full flex flex-col items-center justify-center px-4 py-8 space-y-3", children: [
3144
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "flex items-center justify-center space-x-6 text-xs", children: [
3145
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_link2.default, { href: `/${locale}/legal/terms`, className: "flex items-center space-x-1 hover:underline", children: [
3146
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(globalLucideIcons.ReceiptText, { className: "h-3.5 w-3.5" }),
3147
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: data.terms })
384
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "mb-10 w-full mx-auto border-t-purple-700/80 border-t-1", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "footer", { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "w-full flex flex-col items-center justify-center px-4 py-8 space-y-3", children: [
385
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center justify-center space-x-6 text-xs", children: [
386
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _link2.default, { href: `/${locale}/legal/terms`, className: "flex items-center space-x-1 hover:underline", children: [
387
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkW7K5Y2WRjs.globalLucideIcons.ReceiptText, { className: "h-3.5 w-3.5" }),
388
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: data.terms })
3148
389
  ] }),
3149
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_link2.default, { href: `/${locale}/legal/privacy`, className: "flex items-center space-x-1 hover:underline", children: [
3150
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(globalLucideIcons.ShieldUser, { className: "h-3.5 w-3.5" }),
3151
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: data.privacy })
390
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _link2.default, { href: `/${locale}/legal/privacy`, className: "flex items-center space-x-1 hover:underline", children: [
391
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkW7K5Y2WRjs.globalLucideIcons.ShieldUser, { className: "h-3.5 w-3.5" }),
392
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: data.privacy })
3152
393
  ] }),
3153
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("div", { className: "relative group", children: [
3154
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "absolute left-2/3 -translate-x-1/4 bottom-full mb-1 hidden group-hover:block bg-zinc-600 text-white text-xs rounded px-3 py-1 whitespace-nowrap z-10 shadow-lg", children: data.email }),
3155
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
394
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "relative group", children: [
395
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "absolute left-2/3 -translate-x-1/4 bottom-full mb-1 hidden group-hover:block bg-zinc-600 text-white text-xs rounded px-3 py-1 whitespace-nowrap z-10 shadow-lg", children: data.email }),
396
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
3156
397
  "a",
3157
398
  {
3158
399
  href: `mailto:${data.email}`,
3159
400
  className: "flex items-center space-x-1 underline cursor-pointer px-2",
3160
401
  children: [
3161
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(globalLucideIcons.Mail, { className: "h-3.5 w-3.5" }),
3162
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: data.contactUs })
402
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkW7K5Y2WRjs.globalLucideIcons.Mail, { className: "h-3.5 w-3.5" }),
403
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: data.contactUs })
3163
404
  ]
3164
405
  }
3165
406
  )
3166
407
  ] })
3167
408
  ] }),
3168
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "text-xs text-center", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: data.copyright }) })
409
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-xs text-center", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: data.copyright }) })
3169
410
  ] }) }) });
3170
411
  });
3171
412
  }
3172
413
 
3173
414
  // src/main/price-plan.tsx
3174
- var import_server10 = require("next-intl/server");
3175
- var import_main3 = require("@third-ui/main");
3176
- var import_jsx_runtime41 = require("react/jsx-runtime");
415
+
416
+
3177
417
  function PricePlan(_0) {
3178
- return __async(this, arguments, function* ({
418
+ return _chunkLZLW5WCCjs.__async.call(void 0, this, arguments, function* ({
3179
419
  locale,
3180
420
  currency = "$",
3181
421
  pricePlanConfig,
3182
422
  sectionClassName
3183
423
  }) {
3184
424
  var _a, _b;
3185
- const t = yield (0, import_server10.getTranslations)({ locale, namespace: "pricePlan" });
425
+ const t = yield _server.getTranslations.call(void 0, { locale, namespace: "pricePlan" });
3186
426
  const data = {
3187
427
  title: t("title"),
3188
428
  subtitle: t("subtitle"),
@@ -3215,9 +455,9 @@ function PricePlan(_0) {
3215
455
  const currentBillingDisplay = data.billingSwitch.options.find((opt) => opt.key === billingKey) || defaultBillingDisplay;
3216
456
  const billingSubTitle = (currentBillingDisplay == null ? void 0 : currentBillingDisplay.subTitle) || "";
3217
457
  if (typeof priceValue !== "number" || isNaN(priceValue)) {
3218
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex flex-col items-start w-full", "data-price-container": plan.key, children: [
3219
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "flex items-end gap-2", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "text-4xl font-extrabold text-gray-900 dark:text-gray-100", "data-price-value": plan.key, children: priceValue }) }),
3220
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "flex items-center gap-2 min-h-[24px] mt-1", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: cn("text-xs text-gray-700 dark:text-gray-300 font-medium", plan.showBillingSubTitle === false && "opacity-0 select-none"), "data-price-subtitle": plan.key, children: plan.showBillingSubTitle === false ? "" : billingSubTitle }) })
458
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col items-start w-full", "data-price-container": plan.key, children: [
459
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-end gap-2", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-4xl font-extrabold text-gray-900 dark:text-gray-100", "data-price-value": plan.key, children: priceValue }) }),
460
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center gap-2 min-h-[24px] mt-1", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: _chunk6MM7HLNXjs.cn.call(void 0, "text-xs text-gray-700 dark:text-gray-300 font-medium", plan.showBillingSubTitle === false && "opacity-0 select-none"), "data-price-subtitle": plan.key, children: plan.showBillingSubTitle === false ? "" : billingSubTitle }) })
3221
461
  ] });
3222
462
  }
3223
463
  const originValue = Number(priceValue);
@@ -3231,35 +471,35 @@ function PricePlan(_0) {
3231
471
  discountText = currentBillingDisplay.discountText.replace("{percent}", String(Math.round(Math.abs(discount) * 100)));
3232
472
  }
3233
473
  const showNaN = saleValue < 0;
3234
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex flex-col items-start w-full", "data-price-container": plan.key, children: [
3235
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex items-end gap-2", children: [
3236
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("span", { className: "text-4xl font-extrabold text-gray-900 dark:text-gray-100", "data-price-value": plan.key, children: [
474
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col items-start w-full", "data-price-container": plan.key, children: [
475
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-end gap-2", children: [
476
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "text-4xl font-extrabold text-gray-900 dark:text-gray-100", "data-price-value": plan.key, children: [
3237
477
  data.currency,
3238
478
  showNaN ? "NaN" : hasDiscount ? formatPrice(saleValue) : formatPrice(originValue)
3239
479
  ] }),
3240
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "text-lg text-gray-700 dark:text-gray-300 font-medium mb-1", "data-price-unit": plan.key, children: unit })
480
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-lg text-gray-700 dark:text-gray-300 font-medium mb-1", "data-price-unit": plan.key, children: unit })
3241
481
  ] }),
3242
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex items-center gap-2 min-h-[24px] mt-1", children: [
3243
- hasDiscount && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
3244
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("span", { className: "text-base text-gray-400 line-through", "data-price-original": plan.key, children: [
482
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 min-h-[24px] mt-1", children: [
483
+ hasDiscount && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
484
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "text-base text-gray-400 line-through", "data-price-original": plan.key, children: [
3245
485
  data.currency,
3246
486
  showNaN ? "NaN" : formatPrice(originValue)
3247
487
  ] }),
3248
- discountText && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "px-2 py-0.5 text-xs rounded bg-yellow-100 text-yellow-800 dark:bg-yellow-900 dark:text-yellow-200 font-semibold align-middle", "data-price-discount": plan.key, children: discountText })
488
+ discountText && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "px-2 py-0.5 text-xs rounded bg-yellow-100 text-yellow-800 dark:bg-yellow-900 dark:text-yellow-200 font-semibold align-middle", "data-price-discount": plan.key, children: discountText })
3249
489
  ] }),
3250
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: cn("text-xs text-gray-700 dark:text-gray-300 font-medium", plan.showBillingSubTitle === false && "opacity-0 select-none"), "data-price-subtitle": plan.key, children: plan.showBillingSubTitle === false ? "" : billingSubTitle })
490
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: _chunk6MM7HLNXjs.cn.call(void 0, "text-xs text-gray-700 dark:text-gray-300 font-medium", plan.showBillingSubTitle === false && "opacity-0 select-none"), "data-price-subtitle": plan.key, children: plan.showBillingSubTitle === false ? "" : billingSubTitle })
3251
491
  ] })
3252
492
  ] });
3253
493
  }
3254
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("section", { id: "pricing", className: cn("px-4 py-10 md:px-16 md:py-16 mx-auto max-w-7xl scroll-mt-10", sectionClassName), children: [
3255
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("h2", { className: "text-3xl md:text-4xl font-bold text-center mb-3", children: data.title }),
3256
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("p", { className: "text-center text-gray-600 dark:text-gray-400 mb-8 text-base md:text-lg mx-auto", children: data.subtitle }),
3257
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex flex-col items-center", children: [
3258
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "flex items-center relative mb-3", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex bg-white dark:bg-gray-900 border border-gray-300 dark:border-gray-700 rounded-full p-1", "data-billing-switch": true, children: [
3259
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
494
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "section", { id: "pricing", className: _chunk6MM7HLNXjs.cn.call(void 0, "px-4 py-10 md:px-16 md:py-16 mx-auto max-w-7xl scroll-mt-10", sectionClassName), children: [
495
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h2", { className: "text-3xl md:text-4xl font-bold text-center mb-3", children: data.title }),
496
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-center text-gray-600 dark:text-gray-400 mb-8 text-base md:text-lg mx-auto", children: data.subtitle }),
497
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col items-center", children: [
498
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center relative mb-3", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex bg-white dark:bg-gray-900 border border-gray-300 dark:border-gray-700 rounded-full p-1", "data-billing-switch": true, children: [
499
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
3260
500
  "button",
3261
501
  {
3262
- className: cn(
502
+ className: _chunk6MM7HLNXjs.cn.call(void 0,
3263
503
  "min-w-[120px] px-6 py-2 font-medium transition text-lg relative",
3264
504
  data.billingSwitch.defaultKey === "monthly" ? "text-white bg-gradient-to-r from-purple-400 to-pink-500 hover:from-purple-500 hover:to-pink-600 dark:from-purple-500 dark:to-pink-600 dark:hover:from-purple-600 rounded-full shadow-sm" : "text-gray-800 dark:text-gray-200 hover:text-gray-900 dark:hover:text-gray-100 rounded-full"
3265
505
  ),
@@ -3268,10 +508,10 @@ function PricePlan(_0) {
3268
508
  children: ((_a = data.billingSwitch.options.find((opt) => opt.key === "monthly")) == null ? void 0 : _a.name) || "Monthly"
3269
509
  }
3270
510
  ),
3271
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
511
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
3272
512
  "button",
3273
513
  {
3274
- className: cn(
514
+ className: _chunk6MM7HLNXjs.cn.call(void 0,
3275
515
  "min-w-[120px] px-6 py-2 font-medium transition text-lg relative",
3276
516
  data.billingSwitch.defaultKey === "yearly" ? "text-white bg-gradient-to-r from-purple-400 to-pink-500 hover:from-purple-500 hover:to-pink-600 dark:from-purple-500 dark:to-pink-600 dark:hover:from-purple-600 rounded-full shadow-sm" : "text-gray-800 dark:text-gray-200 hover:text-gray-900 dark:hover:text-gray-100 rounded-full"
3277
517
  ),
@@ -3281,55 +521,55 @@ function PricePlan(_0) {
3281
521
  }
3282
522
  )
3283
523
  ] }) }),
3284
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "h-8 flex items-center justify-center mb-3", "data-discount-info": true, children: (() => {
524
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "h-8 flex items-center justify-center mb-3", "data-discount-info": true, children: (() => {
3285
525
  const opt = data.billingSwitch.options.find((opt2) => opt2.key === data.billingSwitch.defaultKey);
3286
526
  const bOpt = billingOptions.find((opt2) => opt2.key === data.billingSwitch.defaultKey);
3287
527
  if (!(opt && bOpt && opt.discountText && bOpt.discount !== 0)) return null;
3288
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "px-2 py-1 text-xs rounded bg-yellow-100 text-yellow-800 font-semibold align-middle text-center inline-flex items-center justify-center whitespace-nowrap", children: opt.discountText.replace(
528
+ return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "px-2 py-1 text-xs rounded bg-yellow-100 text-yellow-800 font-semibold align-middle text-center inline-flex items-center justify-center whitespace-nowrap", children: opt.discountText.replace(
3289
529
  "{percent}",
3290
530
  String(Math.round(Math.abs(bOpt.discount) * 100))
3291
531
  ) });
3292
532
  })() })
3293
533
  ] }),
3294
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-8", children: data.plans.map((plan, _idx) => {
534
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "grid grid-cols-1 md:grid-cols-3 gap-8", children: data.plans.map((plan, _idx) => {
3295
535
  var _a2, _b2, _c;
3296
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
536
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
3297
537
  "div",
3298
538
  {
3299
539
  "data-price-plan": plan.key,
3300
- className: cn(
540
+ className: _chunk6MM7HLNXjs.cn.call(void 0,
3301
541
  "flex flex-col bg-white dark:bg-gray-800/60 rounded-2xl border border-gray-300 dark:border-[#7c3aed40] transition p-8 h-full shadow-sm dark:shadow-none",
3302
542
  "hover:border-2 hover:border-purple-500",
3303
543
  "focus-within:border-2 focus-within:border-purple-500"
3304
544
  ),
3305
545
  style: { minHeight: maxFeaturesCount * 100 },
3306
546
  children: [
3307
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex items-center gap-2 mb-2", children: [
3308
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "text-xl font-bold text-gray-900 dark:text-gray-100", children: plan.title }),
3309
- plan.titleTags && plan.titleTags.map((tag, i) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "px-2 py-0.5 text-xs rounded bg-orange-100 text-orange-800 dark:bg-orange-900 dark:text-orange-200 font-semibold align-middle", children: tag }, i))
547
+ /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2 mb-2", children: [
548
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-xl font-bold text-gray-900 dark:text-gray-100", children: plan.title }),
549
+ plan.titleTags && plan.titleTags.map((tag, i) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "px-2 py-0.5 text-xs rounded bg-orange-100 text-orange-800 dark:bg-orange-900 dark:text-orange-200 font-semibold align-middle", children: tag }, i))
3310
550
  ] }),
3311
551
  renderPrice(plan),
3312
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("ul", { className: "flex-1 mb-6 mt-4", children: getFeatureRows(plan).map((feature, i) => /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("li", { className: "flex items-center gap-2 mb-2 min-h-[28px]", "data-feature-item": `${plan.key}-${i}`, children: [
3313
- feature ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "inline-flex items-center justify-center w-5 h-5 rounded-full bg-green-100 text-green-700 dark:bg-green-900 dark:text-green-200 mr-1", children: feature.icon ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { children: feature.icon }) : /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "font-bold", children: "\u2713" }) }) : /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "inline-flex items-center justify-center w-5 h-5 rounded-full mr-1", children: "\xA0" }),
3314
- feature && feature.tag && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "px-1 py-0.5 text-[6px] rounded bg-blue-100 text-blue-800 dark:bg-blue-900 dark:text-blue-200 font-semibold align-middle", children: feature.tag }),
3315
- feature ? /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("span", { className: "relative group cursor-pointer text-sm text-gray-800 dark:text-gray-200", children: [
552
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "ul", { className: "flex-1 mb-6 mt-4", children: getFeatureRows(plan).map((feature, i) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "li", { className: "flex items-center gap-2 mb-2 min-h-[28px]", "data-feature-item": `${plan.key}-${i}`, children: [
553
+ feature ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "inline-flex items-center justify-center w-5 h-5 rounded-full bg-green-100 text-green-700 dark:bg-green-900 dark:text-green-200 mr-1", children: feature.icon ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: feature.icon }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "font-bold", children: "\u2713" }) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "inline-flex items-center justify-center w-5 h-5 rounded-full mr-1", children: "\xA0" }),
554
+ feature && feature.tag && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "px-1 py-0.5 text-[6px] rounded bg-blue-100 text-blue-800 dark:bg-blue-900 dark:text-blue-200 font-semibold align-middle", children: feature.tag }),
555
+ feature ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "span", { className: "relative group cursor-pointer text-sm text-gray-800 dark:text-gray-200", children: [
3316
556
  feature.description,
3317
- feature.tooltip && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
557
+ feature.tooltip && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
3318
558
  "span",
3319
559
  {
3320
560
  className: "ml-1 align-middle inline-flex",
3321
561
  "data-tooltip-trigger": `${plan.key}-${i}`,
3322
562
  "data-tooltip-content": feature.tooltip,
3323
- children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("svg", { className: "w-4 h-4", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" }) })
563
+ children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { className: "w-4 h-4", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" }) })
3324
564
  }
3325
565
  )
3326
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { children: "\xA0" })
566
+ ] }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: "\xA0" })
3327
567
  ] }, i)) }),
3328
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "flex-1" }),
3329
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
568
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex-1" }),
569
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
3330
570
  "button",
3331
571
  {
3332
- className: cn(
572
+ className: _chunk6MM7HLNXjs.cn.call(void 0,
3333
573
  "w-full py-2 mt-auto text-white text-base font-bold shadow-lg hover:shadow-xl transition-all duration-300 rounded-full",
3334
574
  ((_a2 = plan.button) == null ? void 0 : _a2.disabled) ? "bg-gray-400 cursor-not-allowed" : "bg-gradient-to-r from-purple-400 to-pink-500 hover:from-purple-500 hover:to-pink-600 dark:from-purple-500 dark:to-pink-600 dark:hover:from-purple-600 dark:hover:to-pink-700"
3335
575
  ),
@@ -3344,145 +584,19 @@ function PricePlan(_0) {
3344
584
  plan.key
3345
585
  );
3346
586
  }) }),
3347
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_main3.PricePlanInteractive, { data })
587
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunk52YUUCKVjs.PricePlanInteractive, { data })
3348
588
  ] });
3349
589
  });
3350
590
  }
3351
- // Annotate the CommonJS export names for ESM import in node:
3352
- 0 && (module.exports = {
3353
- CTA,
3354
- FAQ,
3355
- Features,
3356
- Footer,
3357
- Gallery,
3358
- PricePlan,
3359
- SeoContent,
3360
- Tips,
3361
- Usage
3362
- });
3363
- /*! Bundled license information:
3364
591
 
3365
- lucide-react/dist/esm/shared/src/utils.js:
3366
- lucide-react/dist/esm/defaultAttributes.js:
3367
- lucide-react/dist/esm/Icon.js:
3368
- lucide-react/dist/esm/createLucideIcon.js:
3369
- lucide-react/dist/esm/icons/album.js:
3370
- lucide-react/dist/esm/icons/align-horizontal-justify-end.js:
3371
- lucide-react/dist/esm/icons/arrow-left.js:
3372
- lucide-react/dist/esm/icons/arrow-right.js:
3373
- lucide-react/dist/esm/icons/arrow-up.js:
3374
- lucide-react/dist/esm/icons/binary.js:
3375
- lucide-react/dist/esm/icons/blocks.js:
3376
- lucide-react/dist/esm/icons/book-x.js:
3377
- lucide-react/dist/esm/icons/bot-message-square.js:
3378
- lucide-react/dist/esm/icons/brain-circuit.js:
3379
- lucide-react/dist/esm/icons/brain.js:
3380
- lucide-react/dist/esm/icons/bring-to-front.js:
3381
- lucide-react/dist/esm/icons/bug-off.js:
3382
- lucide-react/dist/esm/icons/bug.js:
3383
- lucide-react/dist/esm/icons/building-2.js:
3384
- lucide-react/dist/esm/icons/car.js:
3385
- lucide-react/dist/esm/icons/check-check.js:
3386
- lucide-react/dist/esm/icons/check-line.js:
3387
- lucide-react/dist/esm/icons/check.js:
3388
- lucide-react/dist/esm/icons/chevron-down.js:
3389
- lucide-react/dist/esm/icons/chevron-left.js:
3390
- lucide-react/dist/esm/icons/chevron-right.js:
3391
- lucide-react/dist/esm/icons/chevron-up.js:
3392
- lucide-react/dist/esm/icons/circle-alert.js:
3393
- lucide-react/dist/esm/icons/circle-small.js:
3394
- lucide-react/dist/esm/icons/circle-stop.js:
3395
- lucide-react/dist/esm/icons/circle.js:
3396
- lucide-react/dist/esm/icons/component.js:
3397
- lucide-react/dist/esm/icons/copy.js:
3398
- lucide-react/dist/esm/icons/cpu.js:
3399
- lucide-react/dist/esm/icons/database-zap.js:
3400
- lucide-react/dist/esm/icons/dot.js:
3401
- lucide-react/dist/esm/icons/download.js:
3402
- lucide-react/dist/esm/icons/ellipsis.js:
3403
- lucide-react/dist/esm/icons/external-link.js:
3404
- lucide-react/dist/esm/icons/eye.js:
3405
- lucide-react/dist/esm/icons/facebook.js:
3406
- lucide-react/dist/esm/icons/file-down.js:
3407
- lucide-react/dist/esm/icons/file-input.js:
3408
- lucide-react/dist/esm/icons/file-lock-2.js:
3409
- lucide-react/dist/esm/icons/file-up.js:
3410
- lucide-react/dist/esm/icons/file.js:
3411
- lucide-react/dist/esm/icons/fingerprint.js:
3412
- lucide-react/dist/esm/icons/folder-open.js:
3413
- lucide-react/dist/esm/icons/folder.js:
3414
- lucide-react/dist/esm/icons/gift.js:
3415
- lucide-react/dist/esm/icons/git-merge.js:
3416
- lucide-react/dist/esm/icons/git-pull-request-arrow.js:
3417
- lucide-react/dist/esm/icons/globe-lock.js:
3418
- lucide-react/dist/esm/icons/globe.js:
3419
- lucide-react/dist/esm/icons/grip-vertical.js:
3420
- lucide-react/dist/esm/icons/grip.js:
3421
- lucide-react/dist/esm/icons/hand-heart.js:
3422
- lucide-react/dist/esm/icons/handshake.js:
3423
- lucide-react/dist/esm/icons/highlighter.js:
3424
- lucide-react/dist/esm/icons/house-plus.js:
3425
- lucide-react/dist/esm/icons/image-down.js:
3426
- lucide-react/dist/esm/icons/image-off.js:
3427
- lucide-react/dist/esm/icons/image-up.js:
3428
- lucide-react/dist/esm/icons/infinity.js:
3429
- lucide-react/dist/esm/icons/info.js:
3430
- lucide-react/dist/esm/icons/keyboard.js:
3431
- lucide-react/dist/esm/icons/land-plot.js:
3432
- lucide-react/dist/esm/icons/languages.js:
3433
- lucide-react/dist/esm/icons/layout-template.js:
3434
- lucide-react/dist/esm/icons/library.js:
3435
- lucide-react/dist/esm/icons/link.js:
3436
- lucide-react/dist/esm/icons/list-todo.js:
3437
- lucide-react/dist/esm/icons/loader-circle.js:
3438
- lucide-react/dist/esm/icons/log-in.js:
3439
- lucide-react/dist/esm/icons/log-out.js:
3440
- lucide-react/dist/esm/icons/mail.js:
3441
- lucide-react/dist/esm/icons/message-circle-code.js:
3442
- lucide-react/dist/esm/icons/message-circle-more.js:
3443
- lucide-react/dist/esm/icons/mouse-pointer-click.js:
3444
- lucide-react/dist/esm/icons/music-4.js:
3445
- lucide-react/dist/esm/icons/notepad-text.js:
3446
- lucide-react/dist/esm/icons/palette.js:
3447
- lucide-react/dist/esm/icons/panel-left.js:
3448
- lucide-react/dist/esm/icons/panels-top-left.js:
3449
- lucide-react/dist/esm/icons/paw-print.js:
3450
- lucide-react/dist/esm/icons/pencil.js:
3451
- lucide-react/dist/esm/icons/pi.js:
3452
- lucide-react/dist/esm/icons/qr-code.js:
3453
- lucide-react/dist/esm/icons/receipt-text.js:
3454
- lucide-react/dist/esm/icons/refresh-ccw.js:
3455
- lucide-react/dist/esm/icons/regex.js:
3456
- lucide-react/dist/esm/icons/replace.js:
3457
- lucide-react/dist/esm/icons/rocket.js:
3458
- lucide-react/dist/esm/icons/rss.js:
3459
- lucide-react/dist/esm/icons/scale.js:
3460
- lucide-react/dist/esm/icons/search.js:
3461
- lucide-react/dist/esm/icons/send-horizontal.js:
3462
- lucide-react/dist/esm/icons/server.js:
3463
- lucide-react/dist/esm/icons/share.js:
3464
- lucide-react/dist/esm/icons/shield-user.js:
3465
- lucide-react/dist/esm/icons/shield.js:
3466
- lucide-react/dist/esm/icons/sigma.js:
3467
- lucide-react/dist/esm/icons/sparkles.js:
3468
- lucide-react/dist/esm/icons/spline-pointer.js:
3469
- lucide-react/dist/esm/icons/sprout.js:
3470
- lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
3471
- lucide-react/dist/esm/icons/square-terminal.js:
3472
- lucide-react/dist/esm/icons/star.js:
3473
- lucide-react/dist/esm/icons/tablets.js:
3474
- lucide-react/dist/esm/icons/terminal.js:
3475
- lucide-react/dist/esm/icons/twitter.js:
3476
- lucide-react/dist/esm/icons/user-round-check.js:
3477
- lucide-react/dist/esm/icons/workflow.js:
3478
- lucide-react/dist/esm/icons/x.js:
3479
- lucide-react/dist/esm/icons/zap.js:
3480
- lucide-react/dist/esm/lucide-react.js:
3481
- (**
3482
- * @license lucide-react v0.525.0 - ISC
3483
- *
3484
- * This source code is licensed under the ISC license.
3485
- * See the LICENSE file in the root directory of this source tree.
3486
- *)
3487
- */
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+ exports.CTA = CTA; exports.FAQ = FAQ; exports.Features = Features; exports.Footer = Footer; exports.Gallery = Gallery; exports.PricePlan = PricePlan; exports.SeoContent = SeoContent; exports.Tips = Tips; exports.Usage = Usage;
3488
602
  //# sourceMappingURL=server.js.map