@windrun-huaiin/third-ui 3.2.2 → 3.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.
- package/dist/clerk/index.js +1 -1
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/index.d.mts +1 -23
- package/dist/fuma/index.d.ts +1 -23
- package/dist/fuma/index.js +157 -319
- package/dist/fuma/index.js.map +1 -1
- package/dist/fuma/index.mjs +136 -296
- package/dist/fuma/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.d.mts +23 -1
- package/dist/fuma/mdx/index.d.ts +23 -1
- package/dist/fuma/mdx/index.js +162 -1
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +159 -0
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +49 -210
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +35 -194
- package/dist/index.mjs.map +1 -1
- package/dist/lib/index.js +0 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +0 -1
- package/dist/lib/index.mjs.map +1 -1
- package/dist/main/index.js +3 -2
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +2 -1
- package/dist/main/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/clerk/clerk-organization.tsx +2 -0
- package/src/clerk/index.ts +1 -0
- package/src/fuma/index.ts +2 -4
- package/src/fuma/mdx/index.ts +5 -1
- package/src/fuma/mdx/toc-base.tsx +1 -0
- package/src/lib/index.ts +2 -0
- package/src/main/ads-alert-dialog.tsx +2 -0
- package/src/main/faq.tsx +2 -1
- package/src/main/index.ts +2 -0
- package/src/main/nprogress-bar.tsx +2 -1
- /package/src/fuma/{fuma-banner-suit.tsx → mdx/fuma-banner-suit.tsx} +0 -0
- /package/src/fuma/{fuma-github-info.tsx → mdx/fuma-github-info.tsx} +0 -0
package/dist/fuma/index.mjs
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
var __defProp = Object.defineProperty;
|
|
3
2
|
var __defProps = Object.defineProperties;
|
|
4
3
|
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
@@ -55,15 +54,6 @@ var __async = (__this, __arguments, generator) => {
|
|
|
55
54
|
});
|
|
56
55
|
};
|
|
57
56
|
|
|
58
|
-
// src/fuma/fuma-banner-suit.tsx
|
|
59
|
-
import { Banner } from "fumadocs-ui/components/banner";
|
|
60
|
-
import { useTranslations } from "next-intl";
|
|
61
|
-
import { jsx } from "react/jsx-runtime";
|
|
62
|
-
function FumaBannerSuit({ showText }) {
|
|
63
|
-
const t = useTranslations("home");
|
|
64
|
-
return showText ? /* @__PURE__ */ jsx(Banner, { variant: "rainbow", changeLayout: true, children: /* @__PURE__ */ jsx("p", { className: "text-xl", children: t("banner") }) }) : /* @__PURE__ */ jsx(Banner, { variant: "normal", changeLayout: true, className: "bg-white dark:bg-[rgb(10,10,10)]" });
|
|
65
|
-
}
|
|
66
|
-
|
|
67
57
|
// src/fuma/fuma-page-genarator.tsx
|
|
68
58
|
import { DocsBody, DocsDescription, DocsPage, DocsTitle } from "fumadocs-ui/page";
|
|
69
59
|
|
|
@@ -76,11 +66,11 @@ var themeSvgIconColor = process.env.NEXT_PUBLIC_STYLE_SVG_ICON_COLOR || "#AC62FD
|
|
|
76
66
|
var themeSvgIconSize = process.env.NEXT_PUBLIC_STYLE_SVG_ICON_SIZE || 18;
|
|
77
67
|
|
|
78
68
|
// ../base-ui/src/assets/github.tsx
|
|
79
|
-
import { jsx
|
|
69
|
+
import { jsx } from "react/jsx-runtime";
|
|
80
70
|
var GitHubIcon = React.forwardRef(
|
|
81
71
|
(_a, ref) => {
|
|
82
72
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
83
|
-
return /* @__PURE__ */
|
|
73
|
+
return /* @__PURE__ */ jsx(
|
|
84
74
|
"svg",
|
|
85
75
|
__spreadProps(__spreadValues({
|
|
86
76
|
ref,
|
|
@@ -89,7 +79,7 @@ var GitHubIcon = React.forwardRef(
|
|
|
89
79
|
}, props), {
|
|
90
80
|
viewBox: "0 0 1024 1024",
|
|
91
81
|
xmlns: "http://www.w3.org/2000/svg",
|
|
92
|
-
children: /* @__PURE__ */
|
|
82
|
+
children: /* @__PURE__ */ jsx(
|
|
93
83
|
"path",
|
|
94
84
|
{
|
|
95
85
|
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",
|
|
@@ -106,7 +96,7 @@ var github_default = GitHubIcon;
|
|
|
106
96
|
|
|
107
97
|
// ../base-ui/src/assets/d8.tsx
|
|
108
98
|
import React2 from "react";
|
|
109
|
-
import { jsx as
|
|
99
|
+
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
110
100
|
var D8Icon = React2.forwardRef(
|
|
111
101
|
(_a, ref) => {
|
|
112
102
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
@@ -120,21 +110,21 @@ var D8Icon = React2.forwardRef(
|
|
|
120
110
|
viewBox: "0 0 1024 1024",
|
|
121
111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
122
112
|
children: [
|
|
123
|
-
/* @__PURE__ */
|
|
113
|
+
/* @__PURE__ */ jsx2(
|
|
124
114
|
"path",
|
|
125
115
|
{
|
|
126
116
|
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",
|
|
127
117
|
fill: themeSvgIconColor
|
|
128
118
|
}
|
|
129
119
|
),
|
|
130
|
-
/* @__PURE__ */
|
|
120
|
+
/* @__PURE__ */ jsx2(
|
|
131
121
|
"path",
|
|
132
122
|
{
|
|
133
123
|
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",
|
|
134
124
|
fill: themeSvgIconColor
|
|
135
125
|
}
|
|
136
126
|
),
|
|
137
|
-
/* @__PURE__ */
|
|
127
|
+
/* @__PURE__ */ jsx2(
|
|
138
128
|
"path",
|
|
139
129
|
{
|
|
140
130
|
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",
|
|
@@ -151,11 +141,11 @@ var d8_default = D8Icon;
|
|
|
151
141
|
|
|
152
142
|
// ../base-ui/src/assets/clerk.tsx
|
|
153
143
|
import React3 from "react";
|
|
154
|
-
import { jsx as
|
|
144
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
155
145
|
var ClerkIcon = React3.forwardRef(
|
|
156
146
|
(_a, ref) => {
|
|
157
147
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
158
|
-
return /* @__PURE__ */
|
|
148
|
+
return /* @__PURE__ */ jsx3(
|
|
159
149
|
"svg",
|
|
160
150
|
__spreadProps(__spreadValues({
|
|
161
151
|
ref,
|
|
@@ -164,7 +154,7 @@ var ClerkIcon = React3.forwardRef(
|
|
|
164
154
|
}, props), {
|
|
165
155
|
viewBox: "0 0 24 24",
|
|
166
156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
167
|
-
children: /* @__PURE__ */
|
|
157
|
+
children: /* @__PURE__ */ jsx3(
|
|
168
158
|
"path",
|
|
169
159
|
{
|
|
170
160
|
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",
|
|
@@ -182,11 +172,11 @@ var clerk_default = ClerkIcon;
|
|
|
182
172
|
|
|
183
173
|
// ../base-ui/src/assets/iterm.tsx
|
|
184
174
|
import React4 from "react";
|
|
185
|
-
import { jsx as
|
|
175
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
186
176
|
var ItermIcon = React4.forwardRef(
|
|
187
177
|
(_a, ref) => {
|
|
188
178
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
189
|
-
return /* @__PURE__ */
|
|
179
|
+
return /* @__PURE__ */ jsx4(
|
|
190
180
|
"svg",
|
|
191
181
|
__spreadProps(__spreadValues({
|
|
192
182
|
ref,
|
|
@@ -195,7 +185,7 @@ var ItermIcon = React4.forwardRef(
|
|
|
195
185
|
}, props), {
|
|
196
186
|
viewBox: "0 0 24 24",
|
|
197
187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
198
|
-
children: /* @__PURE__ */
|
|
188
|
+
children: /* @__PURE__ */ jsx4(
|
|
199
189
|
"path",
|
|
200
190
|
{
|
|
201
191
|
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",
|
|
@@ -213,11 +203,11 @@ var iterm_default = ItermIcon;
|
|
|
213
203
|
|
|
214
204
|
// ../base-ui/src/assets/markdown.tsx
|
|
215
205
|
import React5 from "react";
|
|
216
|
-
import { jsx as
|
|
206
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
217
207
|
var MarkdownIcon = React5.forwardRef(
|
|
218
208
|
(_a, ref) => {
|
|
219
209
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
220
|
-
return /* @__PURE__ */
|
|
210
|
+
return /* @__PURE__ */ jsx5(
|
|
221
211
|
"svg",
|
|
222
212
|
__spreadProps(__spreadValues({
|
|
223
213
|
ref,
|
|
@@ -226,7 +216,7 @@ var MarkdownIcon = React5.forwardRef(
|
|
|
226
216
|
}, props), {
|
|
227
217
|
viewBox: "0 0 1024 1024",
|
|
228
218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
229
|
-
children: /* @__PURE__ */
|
|
219
|
+
children: /* @__PURE__ */ jsx5(
|
|
230
220
|
"path",
|
|
231
221
|
{
|
|
232
222
|
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",
|
|
@@ -243,7 +233,7 @@ var markdown_default = MarkdownIcon;
|
|
|
243
233
|
|
|
244
234
|
// ../base-ui/src/assets/mdx.tsx
|
|
245
235
|
import React6 from "react";
|
|
246
|
-
import { jsx as
|
|
236
|
+
import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
247
237
|
var MDXIcon = React6.forwardRef(
|
|
248
238
|
(_a, ref) => {
|
|
249
239
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
@@ -257,7 +247,7 @@ var MDXIcon = React6.forwardRef(
|
|
|
257
247
|
viewBox: "0 0 1024 1024",
|
|
258
248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
259
249
|
children: [
|
|
260
|
-
/* @__PURE__ */
|
|
250
|
+
/* @__PURE__ */ jsx6(
|
|
261
251
|
"path",
|
|
262
252
|
{
|
|
263
253
|
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",
|
|
@@ -273,7 +263,7 @@ var MDXIcon = React6.forwardRef(
|
|
|
273
263
|
}
|
|
274
264
|
}
|
|
275
265
|
),
|
|
276
|
-
/* @__PURE__ */
|
|
266
|
+
/* @__PURE__ */ jsx6(
|
|
277
267
|
"circle",
|
|
278
268
|
{
|
|
279
269
|
id: "path3",
|
|
@@ -291,7 +281,7 @@ var MDXIcon = React6.forwardRef(
|
|
|
291
281
|
}
|
|
292
282
|
}
|
|
293
283
|
),
|
|
294
|
-
/* @__PURE__ */
|
|
284
|
+
/* @__PURE__ */ jsx6(
|
|
295
285
|
"circle",
|
|
296
286
|
{
|
|
297
287
|
id: "path3-6",
|
|
@@ -308,7 +298,7 @@ var MDXIcon = React6.forwardRef(
|
|
|
308
298
|
}
|
|
309
299
|
}
|
|
310
300
|
),
|
|
311
|
-
/* @__PURE__ */
|
|
301
|
+
/* @__PURE__ */ jsx6(
|
|
312
302
|
"circle",
|
|
313
303
|
{
|
|
314
304
|
id: "path3-6-8",
|
|
@@ -325,7 +315,7 @@ var MDXIcon = React6.forwardRef(
|
|
|
325
315
|
}
|
|
326
316
|
}
|
|
327
317
|
),
|
|
328
|
-
/* @__PURE__ */
|
|
318
|
+
/* @__PURE__ */ jsx6(
|
|
329
319
|
"circle",
|
|
330
320
|
{
|
|
331
321
|
id: "path3-6-8-7",
|
|
@@ -342,7 +332,7 @@ var MDXIcon = React6.forwardRef(
|
|
|
342
332
|
}
|
|
343
333
|
}
|
|
344
334
|
),
|
|
345
|
-
/* @__PURE__ */
|
|
335
|
+
/* @__PURE__ */ jsx6(
|
|
346
336
|
"circle",
|
|
347
337
|
{
|
|
348
338
|
id: "path3-6-4",
|
|
@@ -369,11 +359,11 @@ var mdx_default = MDXIcon;
|
|
|
369
359
|
|
|
370
360
|
// ../base-ui/src/assets/html.tsx
|
|
371
361
|
import React7 from "react";
|
|
372
|
-
import { jsx as
|
|
362
|
+
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
373
363
|
var HtmlIcon = React7.forwardRef(
|
|
374
364
|
(_a, ref) => {
|
|
375
365
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
376
|
-
return /* @__PURE__ */
|
|
366
|
+
return /* @__PURE__ */ jsx7(
|
|
377
367
|
"svg",
|
|
378
368
|
__spreadProps(__spreadValues({
|
|
379
369
|
ref,
|
|
@@ -382,7 +372,7 @@ var HtmlIcon = React7.forwardRef(
|
|
|
382
372
|
}, props), {
|
|
383
373
|
viewBox: "0 0 32 32",
|
|
384
374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
385
|
-
children: /* @__PURE__ */
|
|
375
|
+
children: /* @__PURE__ */ jsx7(
|
|
386
376
|
"path",
|
|
387
377
|
{
|
|
388
378
|
fill: themeSvgIconColor,
|
|
@@ -398,11 +388,11 @@ var html_default = HtmlIcon;
|
|
|
398
388
|
|
|
399
389
|
// ../base-ui/src/assets/json.tsx
|
|
400
390
|
import React8 from "react";
|
|
401
|
-
import { jsx as
|
|
391
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
402
392
|
var JsonIcon = React8.forwardRef(
|
|
403
393
|
(_a, ref) => {
|
|
404
394
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
405
|
-
return /* @__PURE__ */
|
|
395
|
+
return /* @__PURE__ */ jsx8(
|
|
406
396
|
"svg",
|
|
407
397
|
__spreadProps(__spreadValues({
|
|
408
398
|
ref,
|
|
@@ -411,7 +401,7 @@ var JsonIcon = React8.forwardRef(
|
|
|
411
401
|
}, props), {
|
|
412
402
|
viewBox: "0 -960 960 960",
|
|
413
403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
414
|
-
children: /* @__PURE__ */
|
|
404
|
+
children: /* @__PURE__ */ jsx8(
|
|
415
405
|
"path",
|
|
416
406
|
{
|
|
417
407
|
fill: themeSvgIconColor,
|
|
@@ -427,11 +417,11 @@ var json_default = JsonIcon;
|
|
|
427
417
|
|
|
428
418
|
// ../base-ui/src/assets/xml.tsx
|
|
429
419
|
import React9 from "react";
|
|
430
|
-
import { jsx as
|
|
420
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
431
421
|
var XMLIcon = React9.forwardRef(
|
|
432
422
|
(_a, ref) => {
|
|
433
423
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
434
|
-
return /* @__PURE__ */
|
|
424
|
+
return /* @__PURE__ */ jsx9(
|
|
435
425
|
"svg",
|
|
436
426
|
__spreadProps(__spreadValues({
|
|
437
427
|
ref,
|
|
@@ -440,7 +430,7 @@ var XMLIcon = React9.forwardRef(
|
|
|
440
430
|
}, props), {
|
|
441
431
|
viewBox: "0 0 1024 1024",
|
|
442
432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
443
|
-
children: /* @__PURE__ */
|
|
433
|
+
children: /* @__PURE__ */ jsx9(
|
|
444
434
|
"path",
|
|
445
435
|
{
|
|
446
436
|
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",
|
|
@@ -457,11 +447,11 @@ var xml_default = XMLIcon;
|
|
|
457
447
|
|
|
458
448
|
// ../base-ui/src/assets/yaml.tsx
|
|
459
449
|
import React10 from "react";
|
|
460
|
-
import { jsx as
|
|
450
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
461
451
|
var YamlIcon = React10.forwardRef(
|
|
462
452
|
(_a, ref) => {
|
|
463
453
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
464
|
-
return /* @__PURE__ */
|
|
454
|
+
return /* @__PURE__ */ jsx10(
|
|
465
455
|
"svg",
|
|
466
456
|
__spreadProps(__spreadValues({
|
|
467
457
|
ref,
|
|
@@ -470,7 +460,7 @@ var YamlIcon = React10.forwardRef(
|
|
|
470
460
|
}, props), {
|
|
471
461
|
viewBox: "0 0 1024 1024",
|
|
472
462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
473
|
-
children: /* @__PURE__ */
|
|
463
|
+
children: /* @__PURE__ */ jsx10(
|
|
474
464
|
"path",
|
|
475
465
|
{
|
|
476
466
|
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",
|
|
@@ -487,7 +477,7 @@ var yaml_default = YamlIcon;
|
|
|
487
477
|
|
|
488
478
|
// ../base-ui/src/assets/csv.tsx
|
|
489
479
|
import React11 from "react";
|
|
490
|
-
import { jsx as
|
|
480
|
+
import { jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
491
481
|
var CSVIcon = React11.forwardRef(
|
|
492
482
|
(_a, ref) => {
|
|
493
483
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
@@ -501,7 +491,7 @@ var CSVIcon = React11.forwardRef(
|
|
|
501
491
|
viewBox: "0 0 1024 1024",
|
|
502
492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
503
493
|
children: [
|
|
504
|
-
/* @__PURE__ */
|
|
494
|
+
/* @__PURE__ */ jsx11(
|
|
505
495
|
"path",
|
|
506
496
|
{
|
|
507
497
|
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",
|
|
@@ -509,7 +499,7 @@ var CSVIcon = React11.forwardRef(
|
|
|
509
499
|
"p-id": "8469"
|
|
510
500
|
}
|
|
511
501
|
),
|
|
512
|
-
/* @__PURE__ */
|
|
502
|
+
/* @__PURE__ */ jsx11(
|
|
513
503
|
"path",
|
|
514
504
|
{
|
|
515
505
|
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",
|
|
@@ -517,7 +507,7 @@ var CSVIcon = React11.forwardRef(
|
|
|
517
507
|
"p-id": "8470"
|
|
518
508
|
}
|
|
519
509
|
),
|
|
520
|
-
/* @__PURE__ */
|
|
510
|
+
/* @__PURE__ */ jsx11(
|
|
521
511
|
"path",
|
|
522
512
|
{
|
|
523
513
|
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",
|
|
@@ -525,7 +515,7 @@ var CSVIcon = React11.forwardRef(
|
|
|
525
515
|
"p-id": "8471"
|
|
526
516
|
}
|
|
527
517
|
),
|
|
528
|
-
/* @__PURE__ */
|
|
518
|
+
/* @__PURE__ */ jsx11(
|
|
529
519
|
"path",
|
|
530
520
|
{
|
|
531
521
|
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",
|
|
@@ -543,11 +533,11 @@ var csv_default = CSVIcon;
|
|
|
543
533
|
|
|
544
534
|
// ../base-ui/src/assets/txt.tsx
|
|
545
535
|
import React12 from "react";
|
|
546
|
-
import { jsx as
|
|
536
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
547
537
|
var TxtIcon = React12.forwardRef(
|
|
548
538
|
(_a, ref) => {
|
|
549
539
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
550
|
-
return /* @__PURE__ */
|
|
540
|
+
return /* @__PURE__ */ jsx12(
|
|
551
541
|
"svg",
|
|
552
542
|
__spreadProps(__spreadValues({
|
|
553
543
|
ref,
|
|
@@ -556,7 +546,7 @@ var TxtIcon = React12.forwardRef(
|
|
|
556
546
|
}, props), {
|
|
557
547
|
viewBox: "0 0 1024 1024",
|
|
558
548
|
xmlns: "http://www.w3.org/2000/svg",
|
|
559
|
-
children: /* @__PURE__ */
|
|
549
|
+
children: /* @__PURE__ */ jsx12(
|
|
560
550
|
"path",
|
|
561
551
|
{
|
|
562
552
|
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",
|
|
@@ -573,11 +563,11 @@ var txt_default = TxtIcon;
|
|
|
573
563
|
|
|
574
564
|
// ../base-ui/src/assets/java.tsx
|
|
575
565
|
import React13 from "react";
|
|
576
|
-
import { jsx as
|
|
566
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
577
567
|
var JavaIcon = React13.forwardRef(
|
|
578
568
|
(_a, ref) => {
|
|
579
569
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
580
|
-
return /* @__PURE__ */
|
|
570
|
+
return /* @__PURE__ */ jsx13(
|
|
581
571
|
"svg",
|
|
582
572
|
__spreadProps(__spreadValues({
|
|
583
573
|
ref,
|
|
@@ -586,7 +576,7 @@ var JavaIcon = React13.forwardRef(
|
|
|
586
576
|
}, props), {
|
|
587
577
|
viewBox: "0 0 32 32",
|
|
588
578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
589
|
-
children: /* @__PURE__ */
|
|
579
|
+
children: /* @__PURE__ */ jsx13(
|
|
590
580
|
"path",
|
|
591
581
|
{
|
|
592
582
|
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",
|
|
@@ -604,7 +594,7 @@ var java_default = JavaIcon;
|
|
|
604
594
|
|
|
605
595
|
// ../base-ui/src/assets/sql.tsx
|
|
606
596
|
import React14 from "react";
|
|
607
|
-
import { jsx as
|
|
597
|
+
import { jsx as jsx14, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
608
598
|
var SQLIcon = React14.forwardRef(
|
|
609
599
|
(_a, ref) => {
|
|
610
600
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
@@ -618,7 +608,7 @@ var SQLIcon = React14.forwardRef(
|
|
|
618
608
|
viewBox: "0 0 1024 1024",
|
|
619
609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
620
610
|
children: [
|
|
621
|
-
/* @__PURE__ */
|
|
611
|
+
/* @__PURE__ */ jsx14(
|
|
622
612
|
"path",
|
|
623
613
|
{
|
|
624
614
|
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",
|
|
@@ -626,7 +616,7 @@ var SQLIcon = React14.forwardRef(
|
|
|
626
616
|
fill: themeSvgIconColor
|
|
627
617
|
}
|
|
628
618
|
),
|
|
629
|
-
/* @__PURE__ */
|
|
619
|
+
/* @__PURE__ */ jsx14(
|
|
630
620
|
"path",
|
|
631
621
|
{
|
|
632
622
|
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",
|
|
@@ -634,7 +624,7 @@ var SQLIcon = React14.forwardRef(
|
|
|
634
624
|
fill: themeSvgIconColor
|
|
635
625
|
}
|
|
636
626
|
),
|
|
637
|
-
/* @__PURE__ */
|
|
627
|
+
/* @__PURE__ */ jsx14(
|
|
638
628
|
"path",
|
|
639
629
|
{
|
|
640
630
|
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",
|
|
@@ -652,7 +642,7 @@ var sql_default = SQLIcon;
|
|
|
652
642
|
|
|
653
643
|
// ../base-ui/src/assets/log.tsx
|
|
654
644
|
import React15 from "react";
|
|
655
|
-
import { jsx as
|
|
645
|
+
import { jsx as jsx15, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
656
646
|
var LogIcon = React15.forwardRef(
|
|
657
647
|
(_a, ref) => {
|
|
658
648
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
@@ -666,7 +656,7 @@ var LogIcon = React15.forwardRef(
|
|
|
666
656
|
viewBox: "0 0 1024 1024",
|
|
667
657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
668
658
|
children: [
|
|
669
|
-
/* @__PURE__ */
|
|
659
|
+
/* @__PURE__ */ jsx15(
|
|
670
660
|
"path",
|
|
671
661
|
{
|
|
672
662
|
d: "M568.896 910.208h-512V113.792h739.52V512h-56.832V170.688H113.792v682.624H512z",
|
|
@@ -674,7 +664,7 @@ var LogIcon = React15.forwardRef(
|
|
|
674
664
|
"p-id": "12257"
|
|
675
665
|
}
|
|
676
666
|
),
|
|
677
|
-
/* @__PURE__ */
|
|
667
|
+
/* @__PURE__ */ jsx15(
|
|
678
668
|
"path",
|
|
679
669
|
{
|
|
680
670
|
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",
|
|
@@ -682,7 +672,7 @@ var LogIcon = React15.forwardRef(
|
|
|
682
672
|
"p-id": "12258"
|
|
683
673
|
}
|
|
684
674
|
),
|
|
685
|
-
/* @__PURE__ */
|
|
675
|
+
/* @__PURE__ */ jsx15("path", { d: "M853.312 796.416h-170.624V568.96h56.896v170.688h113.728z", fill: themeSvgIconColor, "p-id": "12259" })
|
|
686
676
|
]
|
|
687
677
|
})
|
|
688
678
|
);
|
|
@@ -693,11 +683,11 @@ var log_default = LogIcon;
|
|
|
693
683
|
|
|
694
684
|
// ../base-ui/src/assets/mac.tsx
|
|
695
685
|
import React16 from "react";
|
|
696
|
-
import { jsx as
|
|
686
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
697
687
|
var MACIcon = React16.forwardRef(
|
|
698
688
|
(_a, ref) => {
|
|
699
689
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
700
|
-
return /* @__PURE__ */
|
|
690
|
+
return /* @__PURE__ */ jsx16(
|
|
701
691
|
"svg",
|
|
702
692
|
__spreadProps(__spreadValues({
|
|
703
693
|
ref,
|
|
@@ -706,7 +696,7 @@ var MACIcon = React16.forwardRef(
|
|
|
706
696
|
}, props), {
|
|
707
697
|
viewBox: "0 0 24 24",
|
|
708
698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
709
|
-
children: /* @__PURE__ */
|
|
699
|
+
children: /* @__PURE__ */ jsx16(
|
|
710
700
|
"path",
|
|
711
701
|
{
|
|
712
702
|
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",
|
|
@@ -724,11 +714,11 @@ var mac_default = MACIcon;
|
|
|
724
714
|
|
|
725
715
|
// ../base-ui/src/assets/bitcoin.tsx
|
|
726
716
|
import React17 from "react";
|
|
727
|
-
import { jsx as
|
|
717
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
728
718
|
var BitcoinIcon = React17.forwardRef(
|
|
729
719
|
(_a, ref) => {
|
|
730
720
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
731
|
-
return /* @__PURE__ */
|
|
721
|
+
return /* @__PURE__ */ jsx17(
|
|
732
722
|
"svg",
|
|
733
723
|
__spreadProps(__spreadValues({
|
|
734
724
|
ref,
|
|
@@ -737,7 +727,7 @@ var BitcoinIcon = React17.forwardRef(
|
|
|
737
727
|
}, props), {
|
|
738
728
|
viewBox: "0 0 24 24",
|
|
739
729
|
xmlns: "http://www.w3.org/2000/svg",
|
|
740
|
-
children: /* @__PURE__ */
|
|
730
|
+
children: /* @__PURE__ */ jsx17(
|
|
741
731
|
"path",
|
|
742
732
|
{
|
|
743
733
|
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",
|
|
@@ -755,11 +745,11 @@ var bitcoin_default = BitcoinIcon;
|
|
|
755
745
|
|
|
756
746
|
// ../base-ui/src/assets/css.tsx
|
|
757
747
|
import React18 from "react";
|
|
758
|
-
import { jsx as
|
|
748
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
759
749
|
var CSSIcon = React18.forwardRef(
|
|
760
750
|
(_a, ref) => {
|
|
761
751
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
762
|
-
return /* @__PURE__ */
|
|
752
|
+
return /* @__PURE__ */ jsx18(
|
|
763
753
|
"svg",
|
|
764
754
|
__spreadProps(__spreadValues({
|
|
765
755
|
ref,
|
|
@@ -768,7 +758,7 @@ var CSSIcon = React18.forwardRef(
|
|
|
768
758
|
}, props), {
|
|
769
759
|
viewBox: "0 0 32 32",
|
|
770
760
|
xmlns: "http://www.w3.org/2000/svg",
|
|
771
|
-
children: /* @__PURE__ */
|
|
761
|
+
children: /* @__PURE__ */ jsx18(
|
|
772
762
|
"path",
|
|
773
763
|
{
|
|
774
764
|
fill: themeSvgIconColor,
|
|
@@ -784,12 +774,12 @@ var css_default = CSSIcon;
|
|
|
784
774
|
|
|
785
775
|
// ../base-ui/src/assets/mermaid.tsx
|
|
786
776
|
import React19 from "react";
|
|
787
|
-
import { jsx as
|
|
777
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
788
778
|
var MermaidIcon = React19.forwardRef(
|
|
789
779
|
// Memmaid need special size for good view
|
|
790
780
|
(_a, ref) => {
|
|
791
781
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
792
|
-
return /* @__PURE__ */
|
|
782
|
+
return /* @__PURE__ */ jsx19(
|
|
793
783
|
"svg",
|
|
794
784
|
__spreadProps(__spreadValues({
|
|
795
785
|
ref,
|
|
@@ -798,7 +788,7 @@ var MermaidIcon = React19.forwardRef(
|
|
|
798
788
|
}, props), {
|
|
799
789
|
viewBox: "0 0 24 24",
|
|
800
790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
801
|
-
children: /* @__PURE__ */
|
|
791
|
+
children: /* @__PURE__ */ jsx19(
|
|
802
792
|
"path",
|
|
803
793
|
{
|
|
804
794
|
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",
|
|
@@ -816,11 +806,11 @@ var mermaid_default = MermaidIcon;
|
|
|
816
806
|
|
|
817
807
|
// ../base-ui/src/assets/last-updated.tsx
|
|
818
808
|
import React20 from "react";
|
|
819
|
-
import { jsx as
|
|
809
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
820
810
|
var LastUpdatedIcon = React20.forwardRef(
|
|
821
811
|
(_a, ref) => {
|
|
822
812
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
823
|
-
return /* @__PURE__ */
|
|
813
|
+
return /* @__PURE__ */ jsx20(
|
|
824
814
|
"svg",
|
|
825
815
|
__spreadProps(__spreadValues({
|
|
826
816
|
ref,
|
|
@@ -829,7 +819,7 @@ var LastUpdatedIcon = React20.forwardRef(
|
|
|
829
819
|
}, props), {
|
|
830
820
|
viewBox: "0 0 1024 1024",
|
|
831
821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
832
|
-
children: /* @__PURE__ */
|
|
822
|
+
children: /* @__PURE__ */ jsx20(
|
|
833
823
|
"path",
|
|
834
824
|
{
|
|
835
825
|
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",
|
|
@@ -846,11 +836,11 @@ var last_updated_default = LastUpdatedIcon;
|
|
|
846
836
|
|
|
847
837
|
// ../base-ui/src/assets/snippets.tsx
|
|
848
838
|
import React21 from "react";
|
|
849
|
-
import { jsx as
|
|
839
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
850
840
|
var SnippetsIcon = React21.forwardRef(
|
|
851
841
|
(_a, ref) => {
|
|
852
842
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
853
|
-
return /* @__PURE__ */
|
|
843
|
+
return /* @__PURE__ */ jsx21(
|
|
854
844
|
"svg",
|
|
855
845
|
__spreadProps(__spreadValues({
|
|
856
846
|
ref,
|
|
@@ -859,7 +849,7 @@ var SnippetsIcon = React21.forwardRef(
|
|
|
859
849
|
}, props), {
|
|
860
850
|
viewBox: "0 0 24 24",
|
|
861
851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
862
|
-
children: /* @__PURE__ */
|
|
852
|
+
children: /* @__PURE__ */ jsx21(
|
|
863
853
|
"path",
|
|
864
854
|
{
|
|
865
855
|
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",
|
|
@@ -875,11 +865,11 @@ var snippets_default = SnippetsIcon;
|
|
|
875
865
|
|
|
876
866
|
// ../base-ui/src/assets/test.tsx
|
|
877
867
|
import React22 from "react";
|
|
878
|
-
import { jsx as
|
|
868
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
879
869
|
var TestIcon = React22.forwardRef(
|
|
880
870
|
(_a, ref) => {
|
|
881
871
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
882
|
-
return /* @__PURE__ */
|
|
872
|
+
return /* @__PURE__ */ jsx22(
|
|
883
873
|
"svg",
|
|
884
874
|
__spreadProps(__spreadValues({
|
|
885
875
|
ref,
|
|
@@ -888,7 +878,7 @@ var TestIcon = React22.forwardRef(
|
|
|
888
878
|
}, props), {
|
|
889
879
|
viewBox: "0 0 1024 1024",
|
|
890
880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
891
|
-
children: /* @__PURE__ */
|
|
881
|
+
children: /* @__PURE__ */ jsx22(
|
|
892
882
|
"path",
|
|
893
883
|
{
|
|
894
884
|
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",
|
|
@@ -905,7 +895,7 @@ var test_default = TestIcon;
|
|
|
905
895
|
|
|
906
896
|
// ../base-ui/src/assets/diff.tsx
|
|
907
897
|
import React23 from "react";
|
|
908
|
-
import { jsx as
|
|
898
|
+
import { jsx as jsx23, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
909
899
|
var DiffIcon = React23.forwardRef(
|
|
910
900
|
(_a, ref) => {
|
|
911
901
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
@@ -919,8 +909,8 @@ var DiffIcon = React23.forwardRef(
|
|
|
919
909
|
viewBox: "0 0 24 24",
|
|
920
910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
921
911
|
children: [
|
|
922
|
-
/* @__PURE__ */
|
|
923
|
-
/* @__PURE__ */
|
|
912
|
+
/* @__PURE__ */ jsx23("path", { d: "M0 0h24v24H0z", fill: "none" }),
|
|
913
|
+
/* @__PURE__ */ jsx23(
|
|
924
914
|
"path",
|
|
925
915
|
{
|
|
926
916
|
fill: themeSvgIconColor,
|
|
@@ -937,11 +927,11 @@ var diff_default = DiffIcon;
|
|
|
937
927
|
|
|
938
928
|
// ../base-ui/src/assets/dpa.tsx
|
|
939
929
|
import React24 from "react";
|
|
940
|
-
import { jsx as
|
|
930
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
941
931
|
var DPAIcon = React24.forwardRef(
|
|
942
932
|
(_a, ref) => {
|
|
943
933
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
944
|
-
return /* @__PURE__ */
|
|
934
|
+
return /* @__PURE__ */ jsx24(
|
|
945
935
|
"svg",
|
|
946
936
|
__spreadProps(__spreadValues({
|
|
947
937
|
ref,
|
|
@@ -950,7 +940,7 @@ var DPAIcon = React24.forwardRef(
|
|
|
950
940
|
}, props), {
|
|
951
941
|
viewBox: "0 0 24 24",
|
|
952
942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
953
|
-
children: /* @__PURE__ */
|
|
943
|
+
children: /* @__PURE__ */ jsx24(
|
|
954
944
|
"path",
|
|
955
945
|
{
|
|
956
946
|
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",
|
|
@@ -966,11 +956,11 @@ var dpa_default = DPAIcon;
|
|
|
966
956
|
|
|
967
957
|
// ../base-ui/src/assets/subp.tsx
|
|
968
958
|
import React25 from "react";
|
|
969
|
-
import { jsx as
|
|
959
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
970
960
|
var SubPIcon = React25.forwardRef(
|
|
971
961
|
(_a, ref) => {
|
|
972
962
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
973
|
-
return /* @__PURE__ */
|
|
963
|
+
return /* @__PURE__ */ jsx25(
|
|
974
964
|
"svg",
|
|
975
965
|
__spreadProps(__spreadValues({
|
|
976
966
|
ref,
|
|
@@ -979,7 +969,7 @@ var SubPIcon = React25.forwardRef(
|
|
|
979
969
|
}, props), {
|
|
980
970
|
viewBox: "0 0 24 24",
|
|
981
971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
982
|
-
children: /* @__PURE__ */
|
|
972
|
+
children: /* @__PURE__ */ jsx25(
|
|
983
973
|
"path",
|
|
984
974
|
{
|
|
985
975
|
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",
|
|
@@ -997,11 +987,11 @@ var subp_default = SubPIcon;
|
|
|
997
987
|
|
|
998
988
|
// ../base-ui/src/assets/t3p.tsx
|
|
999
989
|
import React26 from "react";
|
|
1000
|
-
import { jsx as
|
|
990
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
1001
991
|
var T3PIcon = React26.forwardRef(
|
|
1002
992
|
(_a, ref) => {
|
|
1003
993
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
1004
|
-
return /* @__PURE__ */
|
|
994
|
+
return /* @__PURE__ */ jsx26(
|
|
1005
995
|
"svg",
|
|
1006
996
|
__spreadProps(__spreadValues({
|
|
1007
997
|
ref,
|
|
@@ -1010,7 +1000,7 @@ var T3PIcon = React26.forwardRef(
|
|
|
1010
1000
|
}, props), {
|
|
1011
1001
|
viewBox: "0 0 24 24",
|
|
1012
1002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1013
|
-
children: /* @__PURE__ */
|
|
1003
|
+
children: /* @__PURE__ */ jsx26(
|
|
1014
1004
|
"path",
|
|
1015
1005
|
{
|
|
1016
1006
|
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",
|
|
@@ -1026,11 +1016,11 @@ var t3p_default = T3PIcon;
|
|
|
1026
1016
|
|
|
1027
1017
|
// ../base-ui/src/assets/http.tsx
|
|
1028
1018
|
import React27 from "react";
|
|
1029
|
-
import { jsx as
|
|
1019
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
1030
1020
|
var HttpIcon = React27.forwardRef(
|
|
1031
1021
|
(_a, ref) => {
|
|
1032
1022
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
1033
|
-
return /* @__PURE__ */
|
|
1023
|
+
return /* @__PURE__ */ jsx27(
|
|
1034
1024
|
"svg",
|
|
1035
1025
|
__spreadProps(__spreadValues({
|
|
1036
1026
|
ref,
|
|
@@ -1039,7 +1029,7 @@ var HttpIcon = React27.forwardRef(
|
|
|
1039
1029
|
}, props), {
|
|
1040
1030
|
viewBox: "0 0 1024 1024",
|
|
1041
1031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1042
|
-
children: /* @__PURE__ */
|
|
1032
|
+
children: /* @__PURE__ */ jsx27(
|
|
1043
1033
|
"path",
|
|
1044
1034
|
{
|
|
1045
1035
|
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",
|
|
@@ -1056,11 +1046,11 @@ var http_default = HttpIcon;
|
|
|
1056
1046
|
|
|
1057
1047
|
// ../base-ui/src/assets/scheme.tsx
|
|
1058
1048
|
import React28 from "react";
|
|
1059
|
-
import { jsx as
|
|
1049
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
1060
1050
|
var SchemeIcon = React28.forwardRef(
|
|
1061
1051
|
(_a, ref) => {
|
|
1062
1052
|
var _b = _a, { color = "currentColor", className } = _b, props = __objRest(_b, ["color", "className"]);
|
|
1063
|
-
return /* @__PURE__ */
|
|
1053
|
+
return /* @__PURE__ */ jsx28(
|
|
1064
1054
|
"svg",
|
|
1065
1055
|
__spreadProps(__spreadValues({
|
|
1066
1056
|
ref,
|
|
@@ -1069,7 +1059,7 @@ var SchemeIcon = React28.forwardRef(
|
|
|
1069
1059
|
}, props), {
|
|
1070
1060
|
viewBox: "0 0 24 24",
|
|
1071
1061
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1072
|
-
children: /* @__PURE__ */
|
|
1062
|
+
children: /* @__PURE__ */ jsx28(
|
|
1073
1063
|
"path",
|
|
1074
1064
|
{
|
|
1075
1065
|
fill: themeSvgIconColor,
|
|
@@ -2118,7 +2108,7 @@ var Zap = createLucideIcon("zap", __iconNode77);
|
|
|
2118
2108
|
|
|
2119
2109
|
// ../base-ui/src/components/global-icon.tsx
|
|
2120
2110
|
import React29 from "react";
|
|
2121
|
-
import { jsx as
|
|
2111
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
2122
2112
|
var tempStyledLimitedIcons = {};
|
|
2123
2113
|
for (const iconNameKey in limited_lucide_icons_exports) {
|
|
2124
2114
|
if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
|
|
@@ -2138,7 +2128,7 @@ for (const iconNameKey in limited_lucide_icons_exports) {
|
|
|
2138
2128
|
height: props.size || themeSvgIconSize
|
|
2139
2129
|
}, props.style)
|
|
2140
2130
|
});
|
|
2141
|
-
return /* @__PURE__ */
|
|
2131
|
+
return /* @__PURE__ */ jsx29(ComponentToRender, __spreadValues({}, finalProps));
|
|
2142
2132
|
};
|
|
2143
2133
|
StyledIcon.displayName = `Styled(${iconName})`;
|
|
2144
2134
|
tempStyledLimitedIcons[iconName] = StyledIcon;
|
|
@@ -2162,14 +2152,14 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
|
|
|
2162
2152
|
height: props.size || themeSvgIconSize
|
|
2163
2153
|
}, props.style)
|
|
2164
2154
|
});
|
|
2165
|
-
return /* @__PURE__ */
|
|
2155
|
+
return /* @__PURE__ */ jsx29(IconComponent, __spreadValues({}, finalProps));
|
|
2166
2156
|
};
|
|
2167
2157
|
WrappedIcon.displayName = `Wrapped(${iconName})`;
|
|
2168
2158
|
tempWrappedBuiltinIcons[iconName] = WrappedIcon;
|
|
2169
2159
|
}
|
|
2170
2160
|
var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
|
|
2171
2161
|
var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
|
|
2172
|
-
var NotFoundIcon = () => /* @__PURE__ */
|
|
2162
|
+
var NotFoundIcon = () => /* @__PURE__ */ jsx29(globalLucideIcons.SquareTerminal, { className: `h-8 w-8 rounded-full p-1 shadow-lg ring-0.5 border border-purple-500 ring-purple-500/20 ${themeIconColor}` });
|
|
2173
2163
|
|
|
2174
2164
|
// ../lib/src/utils.ts
|
|
2175
2165
|
import { clsx } from "clsx";
|
|
@@ -2180,7 +2170,7 @@ function cn(...inputs) {
|
|
|
2180
2170
|
|
|
2181
2171
|
// ../base-ui/src/lib/icon-context.tsx
|
|
2182
2172
|
import { createContext, useContext } from "react";
|
|
2183
|
-
import { jsx as
|
|
2173
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
2184
2174
|
var IconConfigContext = createContext(null);
|
|
2185
2175
|
function useIconConfig() {
|
|
2186
2176
|
const config = useContext(IconConfigContext);
|
|
@@ -2201,7 +2191,7 @@ function useIconConfigSafe(iconKey) {
|
|
|
2201
2191
|
}
|
|
2202
2192
|
|
|
2203
2193
|
// ../base-ui/src/lib/site-icon.tsx
|
|
2204
|
-
import { jsx as
|
|
2194
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
2205
2195
|
function SiteIcon(_a) {
|
|
2206
2196
|
var _b = _a, {
|
|
2207
2197
|
size = 24,
|
|
@@ -2219,24 +2209,24 @@ function SiteIcon(_a) {
|
|
|
2219
2209
|
if (typeof configuredIcon === "string") {
|
|
2220
2210
|
if (configuredIcon === "") {
|
|
2221
2211
|
const DefaultIcon = globalLucideIcons["Download"];
|
|
2222
|
-
return /* @__PURE__ */
|
|
2212
|
+
return /* @__PURE__ */ jsx31(DefaultIcon, __spreadValues({ size, className: cn(themeIconColor, className) }, props));
|
|
2223
2213
|
}
|
|
2224
2214
|
const IconComponent = globalLucideIcons[configuredIcon];
|
|
2225
2215
|
if (!IconComponent) {
|
|
2226
2216
|
throw new Error(`[SiteIcon] Icon key "${configuredIcon}" not found in globalLucideIcons.`);
|
|
2227
2217
|
}
|
|
2228
|
-
return /* @__PURE__ */
|
|
2218
|
+
return /* @__PURE__ */ jsx31(IconComponent, __spreadValues({ size, className: cn(themeIconColor, className) }, props));
|
|
2229
2219
|
} else {
|
|
2230
2220
|
const CustomIcon = configuredIcon;
|
|
2231
2221
|
const hasColorClass = className && /text-\w+/.test(className);
|
|
2232
2222
|
const finalClassName = hasColorClass ? className : cn(themeIconColor, className);
|
|
2233
|
-
return /* @__PURE__ */
|
|
2223
|
+
return /* @__PURE__ */ jsx31(CustomIcon, __spreadValues({ size, className: finalClassName }, props));
|
|
2234
2224
|
}
|
|
2235
2225
|
}
|
|
2236
2226
|
|
|
2237
2227
|
// ../base-ui/src/components/404-page.tsx
|
|
2238
2228
|
import { useEffect, useState } from "react";
|
|
2239
|
-
import { jsx as
|
|
2229
|
+
import { jsx as jsx32, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
2240
2230
|
function NotFoundPage() {
|
|
2241
2231
|
const [glitchText, setGlitchText] = useState("404");
|
|
2242
2232
|
useEffect(() => {
|
|
@@ -2257,7 +2247,7 @@ function NotFoundPage() {
|
|
|
2257
2247
|
return /* @__PURE__ */ jsxs7("div", { className: "flex flex-col items-center justify-center min-h-[75vh] w-full px-4 py-8", children: [
|
|
2258
2248
|
/* @__PURE__ */ jsxs7("div", { className: "text-center space-y-8 max-w-2xl", children: [
|
|
2259
2249
|
/* @__PURE__ */ jsxs7("div", { className: "relative flex justify-center", children: [
|
|
2260
|
-
/* @__PURE__ */
|
|
2250
|
+
/* @__PURE__ */ jsx32(
|
|
2261
2251
|
"h1",
|
|
2262
2252
|
{
|
|
2263
2253
|
className: "text-8xl md:text-9xl font-bold bg-gradient-to-r from-purple-600 via-pink-500 to-purple-700 bg-clip-text text-transparent select-none",
|
|
@@ -2269,26 +2259,26 @@ function NotFoundPage() {
|
|
|
2269
2259
|
children: glitchText
|
|
2270
2260
|
}
|
|
2271
2261
|
),
|
|
2272
|
-
/* @__PURE__ */
|
|
2262
|
+
/* @__PURE__ */ jsx32("div", { className: "absolute inset-0 pointer-events-none", children: /* @__PURE__ */ jsx32("div", { className: "h-full w-full bg-gradient-to-b from-transparent via-purple-500/10 to-transparent animate-pulse" }) })
|
|
2273
2263
|
] }),
|
|
2274
2264
|
/* @__PURE__ */ jsxs7("div", { className: "space-y-4", children: [
|
|
2275
|
-
/* @__PURE__ */
|
|
2276
|
-
/* @__PURE__ */
|
|
2265
|
+
/* @__PURE__ */ jsx32("h2", { className: "text-2xl md:text-3xl font-semibold text-foreground", children: "Page Not Found" }),
|
|
2266
|
+
/* @__PURE__ */ jsx32("p", { className: "text-lg text-muted-foreground max-w-md mx-auto leading-relaxed", children: "The page you're looking for doesn't exist" })
|
|
2277
2267
|
] }),
|
|
2278
2268
|
/* @__PURE__ */ jsxs7("div", { className: "flex justify-center items-center gap-8 pt-8 opacity-60", children: [
|
|
2279
2269
|
/* @__PURE__ */ jsxs7("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [
|
|
2280
|
-
/* @__PURE__ */
|
|
2281
|
-
/* @__PURE__ */
|
|
2270
|
+
/* @__PURE__ */ jsx32(SiteIcon, {}),
|
|
2271
|
+
/* @__PURE__ */ jsx32("span", { children: "Woops!" })
|
|
2282
2272
|
] }),
|
|
2283
|
-
/* @__PURE__ */
|
|
2273
|
+
/* @__PURE__ */ jsx32("div", { className: "w-1 h-1 bg-purple-500 rounded-full animate-ping" }),
|
|
2284
2274
|
/* @__PURE__ */ jsxs7("div", { className: "flex items-center gap-2 text-sm text-muted-foreground", children: [
|
|
2285
|
-
/* @__PURE__ */
|
|
2286
|
-
/* @__PURE__ */
|
|
2275
|
+
/* @__PURE__ */ jsx32(NotFoundIcon, {}),
|
|
2276
|
+
/* @__PURE__ */ jsx32("span", { children: "Error Code: 404" })
|
|
2287
2277
|
] })
|
|
2288
2278
|
] })
|
|
2289
2279
|
] }),
|
|
2290
2280
|
/* @__PURE__ */ jsxs7("div", { className: "fixed inset-0 pointer-events-none overflow-hidden -z-10", children: [
|
|
2291
|
-
/* @__PURE__ */
|
|
2281
|
+
/* @__PURE__ */ jsx32(
|
|
2292
2282
|
"div",
|
|
2293
2283
|
{
|
|
2294
2284
|
className: "absolute inset-0 opacity-[0.02] dark:opacity-[0.05]",
|
|
@@ -2301,7 +2291,7 @@ function NotFoundPage() {
|
|
|
2301
2291
|
}
|
|
2302
2292
|
}
|
|
2303
2293
|
),
|
|
2304
|
-
Array.from({ length: 6 }).map((_, i) => /* @__PURE__ */
|
|
2294
|
+
Array.from({ length: 6 }).map((_, i) => /* @__PURE__ */ jsx32(
|
|
2305
2295
|
"div",
|
|
2306
2296
|
{
|
|
2307
2297
|
className: "absolute w-2 h-2 bg-purple-500/20 rounded-full animate-bounce",
|
|
@@ -2365,7 +2355,7 @@ function composeRefs(...refs) {
|
|
|
2365
2355
|
}
|
|
2366
2356
|
|
|
2367
2357
|
// ../../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.1.2_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.mjs
|
|
2368
|
-
import { Fragment as Fragment2, jsx as
|
|
2358
|
+
import { Fragment as Fragment2, jsx as jsx33 } from "react/jsx-runtime";
|
|
2369
2359
|
// @__NO_SIDE_EFFECTS__
|
|
2370
2360
|
function createSlot(ownerName) {
|
|
2371
2361
|
const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);
|
|
@@ -2383,9 +2373,9 @@ function createSlot(ownerName) {
|
|
|
2383
2373
|
return child;
|
|
2384
2374
|
}
|
|
2385
2375
|
});
|
|
2386
|
-
return /* @__PURE__ */
|
|
2376
|
+
return /* @__PURE__ */ jsx33(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children: React31.isValidElement(newElement) ? React31.cloneElement(newElement, void 0, newChildren) : null }));
|
|
2387
2377
|
}
|
|
2388
|
-
return /* @__PURE__ */
|
|
2378
|
+
return /* @__PURE__ */ jsx33(SlotClone, __spreadProps(__spreadValues({}, slotProps), { ref: forwardedRef, children }));
|
|
2389
2379
|
});
|
|
2390
2380
|
Slot2.displayName = `${ownerName}.Slot`;
|
|
2391
2381
|
return Slot2;
|
|
@@ -2489,7 +2479,7 @@ var cva = (base, config) => (props) => {
|
|
|
2489
2479
|
};
|
|
2490
2480
|
|
|
2491
2481
|
// ../base-ui/src/ui/button.tsx
|
|
2492
|
-
import { jsx as
|
|
2482
|
+
import { jsx as jsx34, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
2493
2483
|
var buttonVariants = cva(
|
|
2494
2484
|
"inline-flex items-center gap-2 whitespace-nowrap rounded-md text-sm ring-offset-background transition-colors focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
|
|
2495
2485
|
{
|
|
@@ -2520,7 +2510,7 @@ var Button = React32.forwardRef(
|
|
|
2520
2510
|
var _b = _a, { className, variant, size, asChild = false, loading = false, children } = _b, props = __objRest(_b, ["className", "variant", "size", "asChild", "loading", "children"]);
|
|
2521
2511
|
const Comp = asChild ? Slot : "button";
|
|
2522
2512
|
if (asChild) {
|
|
2523
|
-
return /* @__PURE__ */
|
|
2513
|
+
return /* @__PURE__ */ jsx34(
|
|
2524
2514
|
Comp,
|
|
2525
2515
|
__spreadProps(__spreadValues({
|
|
2526
2516
|
className: cn(buttonVariants({ variant, size, className })),
|
|
@@ -2540,7 +2530,7 @@ var Button = React32.forwardRef(
|
|
|
2540
2530
|
}, props), {
|
|
2541
2531
|
children: [
|
|
2542
2532
|
children,
|
|
2543
|
-
loading && /* @__PURE__ */
|
|
2533
|
+
loading && /* @__PURE__ */ jsx34(globalLucideIcons.Loader2, { className: "ml-2 h-4 w-4 animate-spin" })
|
|
2544
2534
|
]
|
|
2545
2535
|
})
|
|
2546
2536
|
);
|
|
@@ -2549,7 +2539,7 @@ var Button = React32.forwardRef(
|
|
|
2549
2539
|
Button.displayName = "Button";
|
|
2550
2540
|
|
|
2551
2541
|
// src/fuma/mdx/toc-base.tsx
|
|
2552
|
-
import { Fragment as Fragment3, jsx as
|
|
2542
|
+
import { Fragment as Fragment3, jsx as jsx35, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
2553
2543
|
var cache = /* @__PURE__ */ new Map();
|
|
2554
2544
|
function LLMCopyButton({ llmApiUrl } = {}) {
|
|
2555
2545
|
const [isLoading, setLoading] = useState2(false);
|
|
@@ -2578,7 +2568,7 @@ function LLMCopyButton({ llmApiUrl } = {}) {
|
|
|
2578
2568
|
setLoading(false);
|
|
2579
2569
|
}
|
|
2580
2570
|
}));
|
|
2581
|
-
return /* @__PURE__ */
|
|
2571
|
+
return /* @__PURE__ */ jsx35(
|
|
2582
2572
|
Button,
|
|
2583
2573
|
{
|
|
2584
2574
|
variant: "ghost",
|
|
@@ -2587,10 +2577,10 @@ function LLMCopyButton({ llmApiUrl } = {}) {
|
|
|
2587
2577
|
className: "justify-start px-0 text-stone-600 hover:text-stone-500 dark:text-stone-400 dark:hover:text-stone-300",
|
|
2588
2578
|
onClick,
|
|
2589
2579
|
children: checked ? /* @__PURE__ */ jsxs9(Fragment3, { children: [
|
|
2590
|
-
/* @__PURE__ */
|
|
2580
|
+
/* @__PURE__ */ jsx35(globalLucideIcons.Check, {}),
|
|
2591
2581
|
"Copied!"
|
|
2592
2582
|
] }) : /* @__PURE__ */ jsxs9(Fragment3, { children: [
|
|
2593
|
-
/* @__PURE__ */
|
|
2583
|
+
/* @__PURE__ */ jsx35(globalLucideIcons.Markdown, {}),
|
|
2594
2584
|
"Copy page as Markdown"
|
|
2595
2585
|
] })
|
|
2596
2586
|
}
|
|
@@ -2603,7 +2593,7 @@ function EditOnGitHub({ url }) {
|
|
|
2603
2593
|
className: "flex items-center gap-x-2 text-stone-600 hover:text-stone-500 dark:text-stone-400 dark:hover:text-stone-300 text-sm",
|
|
2604
2594
|
href: url,
|
|
2605
2595
|
children: [
|
|
2606
|
-
/* @__PURE__ */
|
|
2596
|
+
/* @__PURE__ */ jsx35(globalLucideIcons.GitHub, {}),
|
|
2607
2597
|
"Edit this page on GitHub"
|
|
2608
2598
|
]
|
|
2609
2599
|
}
|
|
@@ -2611,25 +2601,25 @@ function EditOnGitHub({ url }) {
|
|
|
2611
2601
|
}
|
|
2612
2602
|
function LastUpdatedDate({ date }) {
|
|
2613
2603
|
return /* @__PURE__ */ jsxs9("div", { className: "flex items-center gap-x-2 text-stone-600 dark:text-stone-400 text-sm", children: [
|
|
2614
|
-
/* @__PURE__ */
|
|
2604
|
+
/* @__PURE__ */ jsx35(globalLucideIcons.LastUpdated, {}),
|
|
2615
2605
|
"Lastest on ",
|
|
2616
2606
|
date ? date : "Ages ago"
|
|
2617
2607
|
] });
|
|
2618
2608
|
}
|
|
2619
2609
|
|
|
2620
2610
|
// src/fuma/mdx/toc.tsx
|
|
2621
|
-
import { jsx as
|
|
2611
|
+
import { jsx as jsx36, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
2622
2612
|
function TocFooter({ lastModified, showCopy, editPath, githubBaseUrl }) {
|
|
2623
2613
|
const showEdit = githubBaseUrl && editPath;
|
|
2624
2614
|
return /* @__PURE__ */ jsxs10("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
|
|
2625
|
-
/* @__PURE__ */
|
|
2626
|
-
showCopy && /* @__PURE__ */
|
|
2627
|
-
showEdit && /* @__PURE__ */
|
|
2615
|
+
/* @__PURE__ */ jsx36(LastUpdatedDate, { date: lastModified }),
|
|
2616
|
+
showCopy && /* @__PURE__ */ jsx36(LLMCopyButton, {}),
|
|
2617
|
+
showEdit && /* @__PURE__ */ jsx36(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
|
|
2628
2618
|
] });
|
|
2629
2619
|
}
|
|
2630
2620
|
|
|
2631
2621
|
// src/fuma/fuma-page-genarator.tsx
|
|
2632
|
-
import { jsx as
|
|
2622
|
+
import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
2633
2623
|
function createFumaPage({
|
|
2634
2624
|
mdxContentSource,
|
|
2635
2625
|
getMDXComponents,
|
|
@@ -2642,10 +2632,10 @@ function createFumaPage({
|
|
|
2642
2632
|
const { slug, locale } = yield params;
|
|
2643
2633
|
const page = mdxContentSource.getPage(slug, locale);
|
|
2644
2634
|
if (!page) {
|
|
2645
|
-
return /* @__PURE__ */
|
|
2635
|
+
return /* @__PURE__ */ jsx37(NotFoundPage, {});
|
|
2646
2636
|
}
|
|
2647
2637
|
const path = githubBaseUrl ? `${mdxSourceDir}/${page.file.path}` : void 0;
|
|
2648
|
-
const tocFooterElement = /* @__PURE__ */
|
|
2638
|
+
const tocFooterElement = /* @__PURE__ */ jsx37(
|
|
2649
2639
|
TocFooter,
|
|
2650
2640
|
{
|
|
2651
2641
|
lastModified: page.data.date,
|
|
@@ -2664,9 +2654,9 @@ function createFumaPage({
|
|
|
2664
2654
|
full: page.data.full,
|
|
2665
2655
|
article: { className: "max-sm:pb-16" },
|
|
2666
2656
|
children: [
|
|
2667
|
-
/* @__PURE__ */
|
|
2668
|
-
/* @__PURE__ */
|
|
2669
|
-
/* @__PURE__ */
|
|
2657
|
+
/* @__PURE__ */ jsx37(DocsTitle, { children: page.data.title }),
|
|
2658
|
+
/* @__PURE__ */ jsx37(DocsDescription, { className: "mb-2", children: page.data.description }),
|
|
2659
|
+
/* @__PURE__ */ jsx37(DocsBody, { className: "text-fd-foreground/80", children: /* @__PURE__ */ jsx37(MDX, { components: getMDXComponents() }) })
|
|
2670
2660
|
]
|
|
2671
2661
|
}
|
|
2672
2662
|
);
|
|
@@ -2697,157 +2687,7 @@ function createFumaPage({
|
|
|
2697
2687
|
generateMetadata
|
|
2698
2688
|
};
|
|
2699
2689
|
}
|
|
2700
|
-
|
|
2701
|
-
// src/fuma/fuma-github-info.tsx
|
|
2702
|
-
import { useEffect as useEffect2, useState as useState3 } from "react";
|
|
2703
|
-
import { jsx as jsx39, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
2704
|
-
function GitHubInfoSkeleton({ owner, repo, className }) {
|
|
2705
|
-
return /* @__PURE__ */ jsxs12("div", { className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 lg:flex-row lg:items-center animate-pulse ${className}`, children: [
|
|
2706
|
-
/* @__PURE__ */ jsxs12("div", { className: "flex items-center gap-2", children: [
|
|
2707
|
-
/* @__PURE__ */ jsx39("div", { className: "size-3.5 bg-fd-muted rounded" }),
|
|
2708
|
-
/* @__PURE__ */ jsx39("div", { className: "h-4 bg-fd-muted rounded w-20" })
|
|
2709
|
-
] }),
|
|
2710
|
-
/* @__PURE__ */ jsx39("div", { className: "h-3 bg-fd-muted rounded w-8" })
|
|
2711
|
-
] });
|
|
2712
|
-
}
|
|
2713
|
-
function GitHubInfoFallback({ owner, repo, className }) {
|
|
2714
|
-
return /* @__PURE__ */ jsxs12(
|
|
2715
|
-
"a",
|
|
2716
|
-
{
|
|
2717
|
-
href: `https://github.com/${owner}/${repo}`,
|
|
2718
|
-
rel: "noreferrer noopener",
|
|
2719
|
-
target: "_blank",
|
|
2720
|
-
className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 transition-colors lg:flex-row lg:items-center hover:text-fd-accent-foreground hover:bg-fd-accent ${className}`,
|
|
2721
|
-
children: [
|
|
2722
|
-
/* @__PURE__ */ jsxs12("p", { className: "flex items-center gap-2 truncate", children: [
|
|
2723
|
-
/* @__PURE__ */ jsxs12("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
|
|
2724
|
-
/* @__PURE__ */ jsx39("title", { children: "GitHub" }),
|
|
2725
|
-
/* @__PURE__ */ jsx39("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
|
|
2726
|
-
] }),
|
|
2727
|
-
owner,
|
|
2728
|
-
"/",
|
|
2729
|
-
repo
|
|
2730
|
-
] }),
|
|
2731
|
-
/* @__PURE__ */ jsxs12("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
|
|
2732
|
-
/* @__PURE__ */ jsx39(globalLucideIcons.ExternalLink, { className: "size-3" }),
|
|
2733
|
-
"GitHub"
|
|
2734
|
-
] })
|
|
2735
|
-
]
|
|
2736
|
-
}
|
|
2737
|
-
);
|
|
2738
|
-
}
|
|
2739
|
-
function GitHubInfoSuccess({
|
|
2740
|
-
owner,
|
|
2741
|
-
repo,
|
|
2742
|
-
stars,
|
|
2743
|
-
className
|
|
2744
|
-
}) {
|
|
2745
|
-
const humanizedStars = humanizeNumber(stars);
|
|
2746
|
-
return /* @__PURE__ */ jsxs12(
|
|
2747
|
-
"a",
|
|
2748
|
-
{
|
|
2749
|
-
href: `https://github.com/${owner}/${repo}`,
|
|
2750
|
-
rel: "noreferrer noopener",
|
|
2751
|
-
target: "_blank",
|
|
2752
|
-
className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 transition-colors lg:flex-row lg:items-center hover:text-fd-accent-foreground hover:bg-fd-accent ${className}`,
|
|
2753
|
-
children: [
|
|
2754
|
-
/* @__PURE__ */ jsxs12("p", { className: "flex items-center gap-2 truncate", children: [
|
|
2755
|
-
/* @__PURE__ */ jsxs12("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
|
|
2756
|
-
/* @__PURE__ */ jsx39("title", { children: "GitHub" }),
|
|
2757
|
-
/* @__PURE__ */ jsx39("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
|
|
2758
|
-
] }),
|
|
2759
|
-
owner,
|
|
2760
|
-
"/",
|
|
2761
|
-
repo
|
|
2762
|
-
] }),
|
|
2763
|
-
/* @__PURE__ */ jsxs12("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
|
|
2764
|
-
/* @__PURE__ */ jsx39(globalLucideIcons.Star, { className: "size-3" }),
|
|
2765
|
-
humanizedStars
|
|
2766
|
-
] })
|
|
2767
|
-
]
|
|
2768
|
-
}
|
|
2769
|
-
);
|
|
2770
|
-
}
|
|
2771
|
-
function humanizeNumber(num) {
|
|
2772
|
-
if (num < 1e3) {
|
|
2773
|
-
return num.toString();
|
|
2774
|
-
}
|
|
2775
|
-
if (num < 1e5) {
|
|
2776
|
-
const value = (num / 1e3).toFixed(1);
|
|
2777
|
-
const formattedValue = value.endsWith(".0") ? value.slice(0, -2) : value;
|
|
2778
|
-
return `${formattedValue}K`;
|
|
2779
|
-
}
|
|
2780
|
-
if (num < 1e6) {
|
|
2781
|
-
return `${Math.floor(num / 1e3)}K`;
|
|
2782
|
-
}
|
|
2783
|
-
return num.toString();
|
|
2784
|
-
}
|
|
2785
|
-
function FumaGithubInfo({ owner, repo, token, className }) {
|
|
2786
|
-
const [data, setData] = useState3(null);
|
|
2787
|
-
const [loading, setLoading] = useState3(true);
|
|
2788
|
-
const [error, setError] = useState3(null);
|
|
2789
|
-
useEffect2(() => {
|
|
2790
|
-
const fetchRepoData = () => __async(null, null, function* () {
|
|
2791
|
-
try {
|
|
2792
|
-
setLoading(true);
|
|
2793
|
-
setError(null);
|
|
2794
|
-
const controller = new AbortController();
|
|
2795
|
-
const timeoutId = setTimeout(() => controller.abort(), 5e3);
|
|
2796
|
-
const headers = new Headers({
|
|
2797
|
-
"Accept": "application/vnd.github.v3+json"
|
|
2798
|
-
});
|
|
2799
|
-
if (token) {
|
|
2800
|
-
headers.set("Authorization", `Bearer ${token}`);
|
|
2801
|
-
}
|
|
2802
|
-
const response = yield fetch(`https://api.github.com/repos/${owner}/${repo}`, {
|
|
2803
|
-
signal: controller.signal,
|
|
2804
|
-
headers
|
|
2805
|
-
});
|
|
2806
|
-
clearTimeout(timeoutId);
|
|
2807
|
-
if (!response.ok) {
|
|
2808
|
-
throw new Error(`GitHub API response error: ${response.status}`);
|
|
2809
|
-
}
|
|
2810
|
-
const repoData = yield response.json();
|
|
2811
|
-
setData({
|
|
2812
|
-
stargazers_count: repoData.stargazers_count,
|
|
2813
|
-
forks_count: repoData.forks_count
|
|
2814
|
-
});
|
|
2815
|
-
} catch (err) {
|
|
2816
|
-
console.warn("GitHub API call failed:", err);
|
|
2817
|
-
if (err instanceof Error) {
|
|
2818
|
-
if (err.name === "AbortError") {
|
|
2819
|
-
setError("Request timeout");
|
|
2820
|
-
} else {
|
|
2821
|
-
setError("Failed to get repository information");
|
|
2822
|
-
}
|
|
2823
|
-
} else {
|
|
2824
|
-
setError("Unknown error");
|
|
2825
|
-
}
|
|
2826
|
-
} finally {
|
|
2827
|
-
setLoading(false);
|
|
2828
|
-
}
|
|
2829
|
-
});
|
|
2830
|
-
fetchRepoData();
|
|
2831
|
-
}, [owner, repo, token]);
|
|
2832
|
-
if (loading) {
|
|
2833
|
-
return /* @__PURE__ */ jsx39(GitHubInfoSkeleton, { owner, repo, className });
|
|
2834
|
-
}
|
|
2835
|
-
if (error || !data) {
|
|
2836
|
-
return /* @__PURE__ */ jsx39(GitHubInfoFallback, { owner, repo, className });
|
|
2837
|
-
}
|
|
2838
|
-
return /* @__PURE__ */ jsx39(
|
|
2839
|
-
GitHubInfoSuccess,
|
|
2840
|
-
{
|
|
2841
|
-
owner,
|
|
2842
|
-
repo,
|
|
2843
|
-
stars: data.stargazers_count,
|
|
2844
|
-
className
|
|
2845
|
-
}
|
|
2846
|
-
);
|
|
2847
|
-
}
|
|
2848
2690
|
export {
|
|
2849
|
-
FumaBannerSuit,
|
|
2850
|
-
FumaGithubInfo,
|
|
2851
2691
|
createFumaPage
|
|
2852
2692
|
};
|
|
2853
2693
|
/*! Bundled license information:
|