@windrun-huaiin/base-ui 5.4.0 → 6.0.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.
@@ -30,6 +30,10 @@ var __objRest = (source, exclude) => {
30
30
  }
31
31
  return target;
32
32
  };
33
+ var __export = (target, all) => {
34
+ for (var name in all)
35
+ __defProp(target, name, { get: all[name], enumerable: true });
36
+ };
33
37
 
34
38
  // src/assets/github.tsx
35
39
  import React from "react";
@@ -1189,15 +1193,243 @@ var BUILTIN_ICON_COMPONENTS = {
1189
1193
  FAQS: faqs_default
1190
1194
  };
1191
1195
 
1196
+ // src/components/limited-lucide-icons.ts
1197
+ var limited_lucide_icons_exports = {};
1198
+ __export(limited_lucide_icons_exports, {
1199
+ AlbumIcon: () => AlbumIcon,
1200
+ AlignHorizontalJustifyEnd: () => AlignHorizontalJustifyEnd,
1201
+ ArrowLeft: () => ArrowLeft,
1202
+ ArrowRight: () => ArrowRight,
1203
+ ArrowUp: () => ArrowUp,
1204
+ Binary: () => Binary,
1205
+ Blocks: () => Blocks,
1206
+ BookX: () => BookX,
1207
+ BotMessageSquare: () => BotMessageSquare,
1208
+ Brain: () => Brain,
1209
+ BrainCircuit: () => BrainCircuit,
1210
+ BringToFront: () => BringToFront,
1211
+ Bug: () => Bug,
1212
+ BugOff: () => BugOff,
1213
+ Building2: () => Building2,
1214
+ Car: () => Car,
1215
+ Check: () => Check,
1216
+ CheckCheck: () => CheckCheck,
1217
+ CheckLine: () => CheckLine,
1218
+ ChevronDown: () => ChevronDown,
1219
+ ChevronLeft: () => ChevronLeft,
1220
+ ChevronRight: () => ChevronRight,
1221
+ ChevronUp: () => ChevronUp,
1222
+ Circle: () => Circle,
1223
+ CircleAlert: () => CircleAlert,
1224
+ CircleSmall: () => CircleSmall,
1225
+ CircleStop: () => CircleStop,
1226
+ ComponentIcon: () => ComponentIcon,
1227
+ Copy: () => Copy,
1228
+ Cpu: () => Cpu,
1229
+ DatabaseZap: () => DatabaseZap,
1230
+ Dot: () => Dot,
1231
+ Download: () => Download,
1232
+ ExternalLink: () => ExternalLink,
1233
+ Eye: () => Eye,
1234
+ Facebook: () => Facebook,
1235
+ File: () => File,
1236
+ FileDown: () => FileDown,
1237
+ FileInput: () => FileInput,
1238
+ FileLock2: () => FileLock2,
1239
+ FileUp: () => FileUp,
1240
+ Fingerprint: () => Fingerprint,
1241
+ Folder: () => Folder,
1242
+ FolderOpen: () => FolderOpen,
1243
+ Gift: () => Gift,
1244
+ GitMerge: () => GitMerge,
1245
+ GitPullRequestArrow: () => GitPullRequestArrow,
1246
+ Globe: () => Globe,
1247
+ GlobeLock: () => GlobeLock,
1248
+ Grip: () => Grip,
1249
+ GripVertical: () => GripVertical,
1250
+ HandHeart: () => HandHeart,
1251
+ Handshake: () => Handshake,
1252
+ Highlighter: () => Highlighter,
1253
+ HousePlus: () => HousePlus,
1254
+ ImageDown: () => ImageDown,
1255
+ ImageOff: () => ImageOff,
1256
+ ImageUp: () => ImageUp,
1257
+ Infinity: () => Infinity,
1258
+ Info: () => Info,
1259
+ Keyboard: () => Keyboard,
1260
+ LandPlot: () => LandPlot,
1261
+ Languages: () => Languages,
1262
+ Layout: () => Layout,
1263
+ LayoutTemplate: () => LayoutTemplate,
1264
+ LibraryIcon: () => LibraryIcon,
1265
+ Link: () => Link,
1266
+ ListTodo: () => ListTodo,
1267
+ Loader2: () => Loader2,
1268
+ LogIn: () => LogIn,
1269
+ LogOut: () => LogOut,
1270
+ Mail: () => Mail,
1271
+ MessageCircleCode: () => MessageCircleCode,
1272
+ MessageCircleMore: () => MessageCircleMore,
1273
+ MoreHorizontal: () => MoreHorizontal,
1274
+ MousePointerClick: () => MousePointerClick,
1275
+ NotepadText: () => NotepadText,
1276
+ Palette: () => Palette,
1277
+ PanelLeft: () => PanelLeft,
1278
+ PanelsTopLeft: () => PanelsTopLeft,
1279
+ PawPrint: () => PawPrint,
1280
+ Pencil: () => Pencil,
1281
+ Pi: () => Pi,
1282
+ QrCode: () => QrCode,
1283
+ ReceiptText: () => ReceiptText,
1284
+ RefreshCcw: () => RefreshCcw,
1285
+ Regex: () => Regex,
1286
+ Replace: () => Replace,
1287
+ Rocket: () => Rocket,
1288
+ Rss: () => Rss,
1289
+ Scale: () => Scale,
1290
+ Search: () => Search,
1291
+ SendHorizontal: () => SendHorizontal,
1292
+ Server: () => Server,
1293
+ Share: () => Share,
1294
+ Shield: () => Shield,
1295
+ ShieldUser: () => ShieldUser,
1296
+ Sigma: () => Sigma,
1297
+ Sparkles: () => Sparkles,
1298
+ SplinePointer: () => SplinePointer,
1299
+ Sprout: () => Sprout,
1300
+ SquareDashedBottomCode: () => SquareDashedBottomCode,
1301
+ SquareTerminal: () => SquareTerminal,
1302
+ Star: () => Star,
1303
+ Tablets: () => Tablets,
1304
+ Terminal: () => Terminal,
1305
+ Twitter: () => Twitter,
1306
+ UserRoundCheck: () => UserRoundCheck,
1307
+ Workflow: () => Workflow,
1308
+ X: () => X,
1309
+ Zap: () => Zap
1310
+ });
1311
+ import {
1312
+ AlbumIcon,
1313
+ AlignHorizontalJustifyEnd,
1314
+ ArrowLeft,
1315
+ ArrowRight,
1316
+ ArrowUp,
1317
+ Binary,
1318
+ Blocks,
1319
+ BookX,
1320
+ BotMessageSquare,
1321
+ Brain,
1322
+ BrainCircuit,
1323
+ BringToFront,
1324
+ Building2,
1325
+ Bug,
1326
+ BugOff,
1327
+ Car,
1328
+ Circle,
1329
+ CircleAlert,
1330
+ CircleSmall,
1331
+ CircleStop,
1332
+ Check,
1333
+ CheckCheck,
1334
+ CheckLine,
1335
+ ChevronDown,
1336
+ ChevronLeft,
1337
+ ChevronRight,
1338
+ ChevronUp,
1339
+ Cpu,
1340
+ Copy,
1341
+ ComponentIcon,
1342
+ DatabaseZap,
1343
+ Dot,
1344
+ Download,
1345
+ Eye,
1346
+ ExternalLink,
1347
+ Facebook,
1348
+ Shield,
1349
+ File,
1350
+ FileDown,
1351
+ FileInput,
1352
+ FileLock2,
1353
+ FileUp,
1354
+ Fingerprint,
1355
+ Folder,
1356
+ FolderOpen,
1357
+ Gift,
1358
+ GitMerge,
1359
+ GitPullRequestArrow,
1360
+ Globe,
1361
+ GlobeLock,
1362
+ Grip,
1363
+ GripVertical,
1364
+ HandHeart,
1365
+ Handshake,
1366
+ Highlighter,
1367
+ HousePlus,
1368
+ Infinity,
1369
+ Info,
1370
+ ImageDown,
1371
+ ImageOff,
1372
+ ImageUp,
1373
+ Keyboard,
1374
+ LandPlot,
1375
+ Languages,
1376
+ Layout,
1377
+ LayoutTemplate,
1378
+ LibraryIcon,
1379
+ Link,
1380
+ ListTodo,
1381
+ Loader2,
1382
+ LogIn,
1383
+ LogOut,
1384
+ Mail,
1385
+ MessageCircleMore,
1386
+ MessageCircleCode,
1387
+ MoreHorizontal,
1388
+ MousePointerClick,
1389
+ NotepadText,
1390
+ Palette,
1391
+ PanelLeft,
1392
+ PanelsTopLeft,
1393
+ PawPrint,
1394
+ Pencil,
1395
+ Pi,
1396
+ QrCode,
1397
+ ReceiptText,
1398
+ RefreshCcw,
1399
+ Regex,
1400
+ Replace,
1401
+ Rocket,
1402
+ Rss,
1403
+ Scale,
1404
+ Search,
1405
+ SendHorizontal,
1406
+ Share,
1407
+ Sigma,
1408
+ ShieldUser,
1409
+ Sprout,
1410
+ SquareDashedBottomCode,
1411
+ SquareTerminal,
1412
+ Server,
1413
+ SplinePointer,
1414
+ Sparkles,
1415
+ Star,
1416
+ Tablets,
1417
+ Terminal,
1418
+ Twitter,
1419
+ UserRoundCheck,
1420
+ Workflow,
1421
+ X,
1422
+ Zap
1423
+ } from "lucide-react";
1424
+
1192
1425
  // src/components/global-icon.tsx
1193
- import * as lucideIconsModule from "lucide-react";
1194
1426
  import React32 from "react";
1195
1427
  import { jsx as jsx32 } from "react/jsx-runtime";
1196
1428
  var tempStyledLimitedIcons = {};
1197
- for (const iconNameKey in lucideIconsModule) {
1198
- if (Object.prototype.hasOwnProperty.call(lucideIconsModule, iconNameKey)) {
1429
+ for (const iconNameKey in limited_lucide_icons_exports) {
1430
+ if (Object.prototype.hasOwnProperty.call(limited_lucide_icons_exports, iconNameKey)) {
1199
1431
  const iconName = iconNameKey;
1200
- const OriginalIconComponent = lucideIconsModule[iconName];
1432
+ const OriginalIconComponent = limited_lucide_icons_exports[iconName];
1201
1433
  if (typeof OriginalIconComponent === "function" || typeof OriginalIconComponent === "object" && OriginalIconComponent !== null && OriginalIconComponent.$$typeof === Symbol.for("react.forward_ref")) {
1202
1434
  const ComponentToRender = OriginalIconComponent;
1203
1435
  const StyledIcon = (props) => {