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