@windrun-huaiin/third-ui 5.13.2 → 5.13.4
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 +81 -70
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +81 -70
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.js +81 -70
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +81 -70
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +81 -72
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +81 -72
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/main/index.js +81 -70
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +81 -70
- package/dist/main/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/fuma/fuma-page-genarator.tsx +0 -3
package/dist/clerk/index.js
CHANGED
|
@@ -1308,6 +1308,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1308
1308
|
MessageCircleMore: () => MessageCircleMore,
|
|
1309
1309
|
MoreHorizontal: () => Ellipsis,
|
|
1310
1310
|
MousePointerClick: () => MousePointerClick,
|
|
1311
|
+
Music4: () => Music4,
|
|
1311
1312
|
NotepadText: () => NotepadText,
|
|
1312
1313
|
Palette: () => Palette,
|
|
1313
1314
|
PanelLeft: () => PanelLeft,
|
|
@@ -2243,8 +2244,17 @@ var __iconNode75 = [
|
|
|
2243
2244
|
];
|
|
2244
2245
|
var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode75);
|
|
2245
2246
|
|
|
2246
|
-
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/
|
|
2247
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/music-4.js
|
|
2247
2248
|
var __iconNode76 = [
|
|
2249
|
+
["path", { d: "M9 18V5l12-2v13", key: "1jmyc2" }],
|
|
2250
|
+
["path", { d: "m9 9 12-2", key: "1e64n2" }],
|
|
2251
|
+
["circle", { cx: "6", cy: "18", r: "3", key: "fqmcym" }],
|
|
2252
|
+
["circle", { cx: "18", cy: "16", r: "3", key: "1hluhg" }]
|
|
2253
|
+
];
|
|
2254
|
+
var Music4 = createLucideIcon("music-4", __iconNode76);
|
|
2255
|
+
|
|
2256
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/notepad-text.js
|
|
2257
|
+
var __iconNode77 = [
|
|
2248
2258
|
["path", { d: "M8 2v4", key: "1cmpym" }],
|
|
2249
2259
|
["path", { d: "M12 2v4", key: "3427ic" }],
|
|
2250
2260
|
["path", { d: "M16 2v4", key: "4m81vk" }],
|
|
@@ -2253,10 +2263,10 @@ var __iconNode76 = [
|
|
|
2253
2263
|
["path", { d: "M8 14h8", key: "1fgep2" }],
|
|
2254
2264
|
["path", { d: "M8 18h5", key: "17enja" }]
|
|
2255
2265
|
];
|
|
2256
|
-
var NotepadText = createLucideIcon("notepad-text",
|
|
2266
|
+
var NotepadText = createLucideIcon("notepad-text", __iconNode77);
|
|
2257
2267
|
|
|
2258
2268
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
|
|
2259
|
-
var
|
|
2269
|
+
var __iconNode78 = [
|
|
2260
2270
|
[
|
|
2261
2271
|
"path",
|
|
2262
2272
|
{
|
|
@@ -2269,25 +2279,25 @@ var __iconNode77 = [
|
|
|
2269
2279
|
["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
|
|
2270
2280
|
["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
|
|
2271
2281
|
];
|
|
2272
|
-
var Palette = createLucideIcon("palette",
|
|
2282
|
+
var Palette = createLucideIcon("palette", __iconNode78);
|
|
2273
2283
|
|
|
2274
2284
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
2275
|
-
var
|
|
2285
|
+
var __iconNode79 = [
|
|
2276
2286
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
2277
2287
|
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
2278
2288
|
];
|
|
2279
|
-
var PanelLeft = createLucideIcon("panel-left",
|
|
2289
|
+
var PanelLeft = createLucideIcon("panel-left", __iconNode79);
|
|
2280
2290
|
|
|
2281
2291
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
|
|
2282
|
-
var
|
|
2292
|
+
var __iconNode80 = [
|
|
2283
2293
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
2284
2294
|
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
2285
2295
|
["path", { d: "M9 21V9", key: "1oto5p" }]
|
|
2286
2296
|
];
|
|
2287
|
-
var PanelsTopLeft = createLucideIcon("panels-top-left",
|
|
2297
|
+
var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode80);
|
|
2288
2298
|
|
|
2289
2299
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
|
|
2290
|
-
var
|
|
2300
|
+
var __iconNode81 = [
|
|
2291
2301
|
["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
|
|
2292
2302
|
["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
|
|
2293
2303
|
["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
|
|
@@ -2299,10 +2309,10 @@ var __iconNode80 = [
|
|
|
2299
2309
|
}
|
|
2300
2310
|
]
|
|
2301
2311
|
];
|
|
2302
|
-
var PawPrint = createLucideIcon("paw-print",
|
|
2312
|
+
var PawPrint = createLucideIcon("paw-print", __iconNode81);
|
|
2303
2313
|
|
|
2304
2314
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
2305
|
-
var
|
|
2315
|
+
var __iconNode82 = [
|
|
2306
2316
|
[
|
|
2307
2317
|
"path",
|
|
2308
2318
|
{
|
|
@@ -2312,18 +2322,18 @@ var __iconNode81 = [
|
|
|
2312
2322
|
],
|
|
2313
2323
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
2314
2324
|
];
|
|
2315
|
-
var Pencil = createLucideIcon("pencil",
|
|
2325
|
+
var Pencil = createLucideIcon("pencil", __iconNode82);
|
|
2316
2326
|
|
|
2317
2327
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
|
|
2318
|
-
var
|
|
2328
|
+
var __iconNode83 = [
|
|
2319
2329
|
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
|
|
2320
2330
|
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
|
|
2321
2331
|
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
|
|
2322
2332
|
];
|
|
2323
|
-
var Pi = createLucideIcon("pi",
|
|
2333
|
+
var Pi = createLucideIcon("pi", __iconNode83);
|
|
2324
2334
|
|
|
2325
2335
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
|
|
2326
|
-
var
|
|
2336
|
+
var __iconNode84 = [
|
|
2327
2337
|
["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
|
|
2328
2338
|
["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
|
|
2329
2339
|
["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
|
|
@@ -2337,10 +2347,10 @@ var __iconNode83 = [
|
|
|
2337
2347
|
["path", { d: "M21 12v.01", key: "1lwtk9" }],
|
|
2338
2348
|
["path", { d: "M12 21v-1", key: "1880an" }]
|
|
2339
2349
|
];
|
|
2340
|
-
var QrCode = createLucideIcon("qr-code",
|
|
2350
|
+
var QrCode = createLucideIcon("qr-code", __iconNode84);
|
|
2341
2351
|
|
|
2342
2352
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
|
|
2343
|
-
var
|
|
2353
|
+
var __iconNode85 = [
|
|
2344
2354
|
[
|
|
2345
2355
|
"path",
|
|
2346
2356
|
{ 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" }
|
|
@@ -2349,19 +2359,19 @@ var __iconNode84 = [
|
|
|
2349
2359
|
["path", { d: "M16 12H8", key: "1fr5h0" }],
|
|
2350
2360
|
["path", { d: "M13 16H8", key: "wsln4y" }]
|
|
2351
2361
|
];
|
|
2352
|
-
var ReceiptText = createLucideIcon("receipt-text",
|
|
2362
|
+
var ReceiptText = createLucideIcon("receipt-text", __iconNode85);
|
|
2353
2363
|
|
|
2354
2364
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
2355
|
-
var
|
|
2365
|
+
var __iconNode86 = [
|
|
2356
2366
|
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
2357
2367
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
2358
2368
|
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
2359
2369
|
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
2360
2370
|
];
|
|
2361
|
-
var RefreshCcw = createLucideIcon("refresh-ccw",
|
|
2371
|
+
var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode86);
|
|
2362
2372
|
|
|
2363
2373
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
|
|
2364
|
-
var
|
|
2374
|
+
var __iconNode87 = [
|
|
2365
2375
|
["path", { d: "M17 3v10", key: "15fgeh" }],
|
|
2366
2376
|
["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
|
|
2367
2377
|
["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
|
|
@@ -2370,10 +2380,10 @@ var __iconNode86 = [
|
|
|
2370
2380
|
{ 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" }
|
|
2371
2381
|
]
|
|
2372
2382
|
];
|
|
2373
|
-
var Regex = createLucideIcon("regex",
|
|
2383
|
+
var Regex = createLucideIcon("regex", __iconNode87);
|
|
2374
2384
|
|
|
2375
2385
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
|
|
2376
|
-
var
|
|
2386
|
+
var __iconNode88 = [
|
|
2377
2387
|
["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
|
|
2378
2388
|
["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
|
|
2379
2389
|
["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
|
|
@@ -2382,10 +2392,10 @@ var __iconNode87 = [
|
|
|
2382
2392
|
["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
|
|
2383
2393
|
["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
|
|
2384
2394
|
];
|
|
2385
|
-
var Replace = createLucideIcon("replace",
|
|
2395
|
+
var Replace = createLucideIcon("replace", __iconNode88);
|
|
2386
2396
|
|
|
2387
2397
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
|
|
2388
|
-
var
|
|
2398
|
+
var __iconNode89 = [
|
|
2389
2399
|
[
|
|
2390
2400
|
"path",
|
|
2391
2401
|
{
|
|
@@ -2403,35 +2413,35 @@ var __iconNode88 = [
|
|
|
2403
2413
|
["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
|
|
2404
2414
|
["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
|
|
2405
2415
|
];
|
|
2406
|
-
var Rocket = createLucideIcon("rocket",
|
|
2416
|
+
var Rocket = createLucideIcon("rocket", __iconNode89);
|
|
2407
2417
|
|
|
2408
2418
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
|
|
2409
|
-
var
|
|
2419
|
+
var __iconNode90 = [
|
|
2410
2420
|
["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
|
|
2411
2421
|
["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
|
|
2412
2422
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
2413
2423
|
];
|
|
2414
|
-
var Rss = createLucideIcon("rss",
|
|
2424
|
+
var Rss = createLucideIcon("rss", __iconNode90);
|
|
2415
2425
|
|
|
2416
2426
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
|
|
2417
|
-
var
|
|
2427
|
+
var __iconNode91 = [
|
|
2418
2428
|
["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
|
|
2419
2429
|
["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
|
|
2420
2430
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
2421
2431
|
["path", { d: "M12 3v18", key: "108xh3" }],
|
|
2422
2432
|
["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
|
|
2423
2433
|
];
|
|
2424
|
-
var Scale = createLucideIcon("scale",
|
|
2434
|
+
var Scale = createLucideIcon("scale", __iconNode91);
|
|
2425
2435
|
|
|
2426
2436
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
|
|
2427
|
-
var
|
|
2437
|
+
var __iconNode92 = [
|
|
2428
2438
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
2429
2439
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
2430
2440
|
];
|
|
2431
|
-
var Search = createLucideIcon("search",
|
|
2441
|
+
var Search = createLucideIcon("search", __iconNode92);
|
|
2432
2442
|
|
|
2433
2443
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
2434
|
-
var
|
|
2444
|
+
var __iconNode93 = [
|
|
2435
2445
|
[
|
|
2436
2446
|
"path",
|
|
2437
2447
|
{
|
|
@@ -2441,27 +2451,27 @@ var __iconNode92 = [
|
|
|
2441
2451
|
],
|
|
2442
2452
|
["path", { d: "M6 12h16", key: "s4cdu5" }]
|
|
2443
2453
|
];
|
|
2444
|
-
var SendHorizontal = createLucideIcon("send-horizontal",
|
|
2454
|
+
var SendHorizontal = createLucideIcon("send-horizontal", __iconNode93);
|
|
2445
2455
|
|
|
2446
2456
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
|
|
2447
|
-
var
|
|
2457
|
+
var __iconNode94 = [
|
|
2448
2458
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
2449
2459
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
2450
2460
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
2451
2461
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
2452
2462
|
];
|
|
2453
|
-
var Server = createLucideIcon("server",
|
|
2463
|
+
var Server = createLucideIcon("server", __iconNode94);
|
|
2454
2464
|
|
|
2455
2465
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
|
|
2456
|
-
var
|
|
2466
|
+
var __iconNode95 = [
|
|
2457
2467
|
["path", { d: "M12 2v13", key: "1km8f5" }],
|
|
2458
2468
|
["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
|
|
2459
2469
|
["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
|
|
2460
2470
|
];
|
|
2461
|
-
var Share = createLucideIcon("share",
|
|
2471
|
+
var Share = createLucideIcon("share", __iconNode95);
|
|
2462
2472
|
|
|
2463
2473
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
|
|
2464
|
-
var
|
|
2474
|
+
var __iconNode96 = [
|
|
2465
2475
|
[
|
|
2466
2476
|
"path",
|
|
2467
2477
|
{
|
|
@@ -2472,10 +2482,10 @@ var __iconNode95 = [
|
|
|
2472
2482
|
["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
|
|
2473
2483
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
|
|
2474
2484
|
];
|
|
2475
|
-
var ShieldUser = createLucideIcon("shield-user",
|
|
2485
|
+
var ShieldUser = createLucideIcon("shield-user", __iconNode96);
|
|
2476
2486
|
|
|
2477
2487
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
|
|
2478
|
-
var
|
|
2488
|
+
var __iconNode97 = [
|
|
2479
2489
|
[
|
|
2480
2490
|
"path",
|
|
2481
2491
|
{
|
|
@@ -2484,10 +2494,10 @@ var __iconNode96 = [
|
|
|
2484
2494
|
}
|
|
2485
2495
|
]
|
|
2486
2496
|
];
|
|
2487
|
-
var Shield = createLucideIcon("shield",
|
|
2497
|
+
var Shield = createLucideIcon("shield", __iconNode97);
|
|
2488
2498
|
|
|
2489
2499
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
2490
|
-
var
|
|
2500
|
+
var __iconNode98 = [
|
|
2491
2501
|
[
|
|
2492
2502
|
"path",
|
|
2493
2503
|
{
|
|
@@ -2496,10 +2506,10 @@ var __iconNode97 = [
|
|
|
2496
2506
|
}
|
|
2497
2507
|
]
|
|
2498
2508
|
];
|
|
2499
|
-
var Sigma = createLucideIcon("sigma",
|
|
2509
|
+
var Sigma = createLucideIcon("sigma", __iconNode98);
|
|
2500
2510
|
|
|
2501
2511
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
2502
|
-
var
|
|
2512
|
+
var __iconNode99 = [
|
|
2503
2513
|
[
|
|
2504
2514
|
"path",
|
|
2505
2515
|
{
|
|
@@ -2512,10 +2522,10 @@ var __iconNode98 = [
|
|
|
2512
2522
|
["path", { d: "M4 17v2", key: "vumght" }],
|
|
2513
2523
|
["path", { d: "M5 18H3", key: "zchphs" }]
|
|
2514
2524
|
];
|
|
2515
|
-
var Sparkles = createLucideIcon("sparkles",
|
|
2525
|
+
var Sparkles = createLucideIcon("sparkles", __iconNode99);
|
|
2516
2526
|
|
|
2517
2527
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
|
|
2518
|
-
var
|
|
2528
|
+
var __iconNode100 = [
|
|
2519
2529
|
[
|
|
2520
2530
|
"path",
|
|
2521
2531
|
{
|
|
@@ -2527,10 +2537,10 @@ var __iconNode99 = [
|
|
|
2527
2537
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
2528
2538
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
|
|
2529
2539
|
];
|
|
2530
|
-
var SplinePointer = createLucideIcon("spline-pointer",
|
|
2540
|
+
var SplinePointer = createLucideIcon("spline-pointer", __iconNode100);
|
|
2531
2541
|
|
|
2532
2542
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
|
|
2533
|
-
var
|
|
2543
|
+
var __iconNode101 = [
|
|
2534
2544
|
["path", { d: "M7 20h10", key: "e6iznv" }],
|
|
2535
2545
|
["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
|
|
2536
2546
|
[
|
|
@@ -2548,10 +2558,10 @@ var __iconNode100 = [
|
|
|
2548
2558
|
}
|
|
2549
2559
|
]
|
|
2550
2560
|
];
|
|
2551
|
-
var Sprout = createLucideIcon("sprout",
|
|
2561
|
+
var Sprout = createLucideIcon("sprout", __iconNode101);
|
|
2552
2562
|
|
|
2553
2563
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
2554
|
-
var
|
|
2564
|
+
var __iconNode102 = [
|
|
2555
2565
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2556
2566
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
2557
2567
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
@@ -2561,18 +2571,18 @@ var __iconNode101 = [
|
|
|
2561
2571
|
],
|
|
2562
2572
|
["path", { d: "M9 21h1", key: "15o7lz" }]
|
|
2563
2573
|
];
|
|
2564
|
-
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code",
|
|
2574
|
+
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode102);
|
|
2565
2575
|
|
|
2566
2576
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
|
|
2567
|
-
var
|
|
2577
|
+
var __iconNode103 = [
|
|
2568
2578
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
2569
2579
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
2570
2580
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
2571
2581
|
];
|
|
2572
|
-
var SquareTerminal = createLucideIcon("square-terminal",
|
|
2582
|
+
var SquareTerminal = createLucideIcon("square-terminal", __iconNode103);
|
|
2573
2583
|
|
|
2574
2584
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
|
|
2575
|
-
var
|
|
2585
|
+
var __iconNode104 = [
|
|
2576
2586
|
[
|
|
2577
2587
|
"path",
|
|
2578
2588
|
{
|
|
@@ -2581,26 +2591,26 @@ var __iconNode103 = [
|
|
|
2581
2591
|
}
|
|
2582
2592
|
]
|
|
2583
2593
|
];
|
|
2584
|
-
var Star = createLucideIcon("star",
|
|
2594
|
+
var Star = createLucideIcon("star", __iconNode104);
|
|
2585
2595
|
|
|
2586
2596
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
2587
|
-
var
|
|
2597
|
+
var __iconNode105 = [
|
|
2588
2598
|
["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
|
|
2589
2599
|
["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
|
|
2590
2600
|
["path", { d: "M12 17h10", key: "ls21zv" }],
|
|
2591
2601
|
["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
|
|
2592
2602
|
];
|
|
2593
|
-
var Tablets = createLucideIcon("tablets",
|
|
2603
|
+
var Tablets = createLucideIcon("tablets", __iconNode105);
|
|
2594
2604
|
|
|
2595
2605
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
2596
|
-
var
|
|
2606
|
+
var __iconNode106 = [
|
|
2597
2607
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
2598
2608
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
2599
2609
|
];
|
|
2600
|
-
var Terminal = createLucideIcon("terminal",
|
|
2610
|
+
var Terminal = createLucideIcon("terminal", __iconNode106);
|
|
2601
2611
|
|
|
2602
2612
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
2603
|
-
var
|
|
2613
|
+
var __iconNode107 = [
|
|
2604
2614
|
[
|
|
2605
2615
|
"path",
|
|
2606
2616
|
{
|
|
@@ -2609,33 +2619,33 @@ var __iconNode106 = [
|
|
|
2609
2619
|
}
|
|
2610
2620
|
]
|
|
2611
2621
|
];
|
|
2612
|
-
var Twitter = createLucideIcon("twitter",
|
|
2622
|
+
var Twitter = createLucideIcon("twitter", __iconNode107);
|
|
2613
2623
|
|
|
2614
2624
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/user-round-check.js
|
|
2615
|
-
var
|
|
2625
|
+
var __iconNode108 = [
|
|
2616
2626
|
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
|
|
2617
2627
|
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
2618
2628
|
["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }]
|
|
2619
2629
|
];
|
|
2620
|
-
var UserRoundCheck = createLucideIcon("user-round-check",
|
|
2630
|
+
var UserRoundCheck = createLucideIcon("user-round-check", __iconNode108);
|
|
2621
2631
|
|
|
2622
2632
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
|
|
2623
|
-
var
|
|
2633
|
+
var __iconNode109 = [
|
|
2624
2634
|
["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
|
|
2625
2635
|
["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
|
|
2626
2636
|
["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
|
|
2627
2637
|
];
|
|
2628
|
-
var Workflow = createLucideIcon("workflow",
|
|
2638
|
+
var Workflow = createLucideIcon("workflow", __iconNode109);
|
|
2629
2639
|
|
|
2630
2640
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
|
|
2631
|
-
var
|
|
2641
|
+
var __iconNode110 = [
|
|
2632
2642
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
2633
2643
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
2634
2644
|
];
|
|
2635
|
-
var X = createLucideIcon("x",
|
|
2645
|
+
var X = createLucideIcon("x", __iconNode110);
|
|
2636
2646
|
|
|
2637
2647
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
|
|
2638
|
-
var
|
|
2648
|
+
var __iconNode111 = [
|
|
2639
2649
|
[
|
|
2640
2650
|
"path",
|
|
2641
2651
|
{
|
|
@@ -2644,7 +2654,7 @@ var __iconNode110 = [
|
|
|
2644
2654
|
}
|
|
2645
2655
|
]
|
|
2646
2656
|
];
|
|
2647
|
-
var Zap = createLucideIcon("zap",
|
|
2657
|
+
var Zap = createLucideIcon("zap", __iconNode111);
|
|
2648
2658
|
|
|
2649
2659
|
// ../base-ui/src/components/global-icon.tsx
|
|
2650
2660
|
var import_react34 = __toESM(require("react"), 1);
|
|
@@ -2912,6 +2922,7 @@ lucide-react/dist/esm/icons/mail.js:
|
|
|
2912
2922
|
lucide-react/dist/esm/icons/message-circle-code.js:
|
|
2913
2923
|
lucide-react/dist/esm/icons/message-circle-more.js:
|
|
2914
2924
|
lucide-react/dist/esm/icons/mouse-pointer-click.js:
|
|
2925
|
+
lucide-react/dist/esm/icons/music-4.js:
|
|
2915
2926
|
lucide-react/dist/esm/icons/notepad-text.js:
|
|
2916
2927
|
lucide-react/dist/esm/icons/palette.js:
|
|
2917
2928
|
lucide-react/dist/esm/icons/panel-left.js:
|