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