@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/components/index.js +4 -116
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +4 -228
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/server.d.cts +5378 -17
- package/dist/components/server.d.ts +5378 -17
- package/dist/components/server.js +4 -116
- package/dist/components/server.js.map +1 -1
- package/dist/components/server.mjs +4 -228
- package/dist/components/server.mjs.map +1 -1
- package/dist/ui/index.js +4 -116
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +4 -228
- package/dist/ui/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/components/global-icon.tsx +7 -7
package/dist/components/index.js
CHANGED
@@ -1227,127 +1227,15 @@ var BUILTIN_ICON_COMPONENTS = {
|
|
1227
1227
|
FAQS: faqs_default
|
1228
1228
|
};
|
1229
1229
|
|
1230
|
-
// ../lib/src/limited-lucide-icons.ts
|
1231
|
-
var limited_lucide_icons_exports = {};
|
1232
|
-
__export(limited_lucide_icons_exports, {
|
1233
|
-
AlbumIcon: () => import_lucide_react.AlbumIcon,
|
1234
|
-
AlignHorizontalJustifyEnd: () => import_lucide_react.AlignHorizontalJustifyEnd,
|
1235
|
-
ArrowLeft: () => import_lucide_react.ArrowLeft,
|
1236
|
-
ArrowRight: () => import_lucide_react.ArrowRight,
|
1237
|
-
ArrowUp: () => import_lucide_react.ArrowUp,
|
1238
|
-
Binary: () => import_lucide_react.Binary,
|
1239
|
-
Blocks: () => import_lucide_react.Blocks,
|
1240
|
-
BookX: () => import_lucide_react.BookX,
|
1241
|
-
BotMessageSquare: () => import_lucide_react.BotMessageSquare,
|
1242
|
-
Brain: () => import_lucide_react.Brain,
|
1243
|
-
BrainCircuit: () => import_lucide_react.BrainCircuit,
|
1244
|
-
BringToFront: () => import_lucide_react.BringToFront,
|
1245
|
-
Bug: () => import_lucide_react.Bug,
|
1246
|
-
BugOff: () => import_lucide_react.BugOff,
|
1247
|
-
Building2: () => import_lucide_react.Building2,
|
1248
|
-
Car: () => import_lucide_react.Car,
|
1249
|
-
Check: () => import_lucide_react.Check,
|
1250
|
-
CheckCheck: () => import_lucide_react.CheckCheck,
|
1251
|
-
ChevronDown: () => import_lucide_react.ChevronDown,
|
1252
|
-
ChevronLeft: () => import_lucide_react.ChevronLeft,
|
1253
|
-
ChevronRight: () => import_lucide_react.ChevronRight,
|
1254
|
-
ChevronUp: () => import_lucide_react.ChevronUp,
|
1255
|
-
Circle: () => import_lucide_react.Circle,
|
1256
|
-
CircleAlert: () => import_lucide_react.CircleAlert,
|
1257
|
-
CircleSmall: () => import_lucide_react.CircleSmall,
|
1258
|
-
CircleStop: () => import_lucide_react.CircleStop,
|
1259
|
-
ComponentIcon: () => import_lucide_react.ComponentIcon,
|
1260
|
-
Copy: () => import_lucide_react.Copy,
|
1261
|
-
Cpu: () => import_lucide_react.Cpu,
|
1262
|
-
DatabaseZap: () => import_lucide_react.DatabaseZap,
|
1263
|
-
Dot: () => import_lucide_react.Dot,
|
1264
|
-
Download: () => import_lucide_react.Download,
|
1265
|
-
ExternalLink: () => import_lucide_react.ExternalLink,
|
1266
|
-
Eye: () => import_lucide_react.Eye,
|
1267
|
-
Facebook: () => import_lucide_react.Facebook,
|
1268
|
-
File: () => import_lucide_react.File,
|
1269
|
-
FileDown: () => import_lucide_react.FileDown,
|
1270
|
-
FileInput: () => import_lucide_react.FileInput,
|
1271
|
-
FileLock2: () => import_lucide_react.FileLock2,
|
1272
|
-
FileUp: () => import_lucide_react.FileUp,
|
1273
|
-
Fingerprint: () => import_lucide_react.Fingerprint,
|
1274
|
-
Folder: () => import_lucide_react.Folder,
|
1275
|
-
FolderOpen: () => import_lucide_react.FolderOpen,
|
1276
|
-
Gift: () => import_lucide_react.Gift,
|
1277
|
-
GitMerge: () => import_lucide_react.GitMerge,
|
1278
|
-
GitPullRequestArrow: () => import_lucide_react.GitPullRequestArrow,
|
1279
|
-
Globe: () => import_lucide_react.Globe,
|
1280
|
-
GlobeLock: () => import_lucide_react.GlobeLock,
|
1281
|
-
Grip: () => import_lucide_react.Grip,
|
1282
|
-
GripVertical: () => import_lucide_react.GripVertical,
|
1283
|
-
HandHeart: () => import_lucide_react.HandHeart,
|
1284
|
-
Handshake: () => import_lucide_react.Handshake,
|
1285
|
-
Highlighter: () => import_lucide_react.Highlighter,
|
1286
|
-
HousePlus: () => import_lucide_react.HousePlus,
|
1287
|
-
ImageDown: () => import_lucide_react.ImageDown,
|
1288
|
-
ImageOff: () => import_lucide_react.ImageOff,
|
1289
|
-
ImageUp: () => import_lucide_react.ImageUp,
|
1290
|
-
Infinity: () => import_lucide_react.Infinity,
|
1291
|
-
Info: () => import_lucide_react.Info,
|
1292
|
-
Keyboard: () => import_lucide_react.Keyboard,
|
1293
|
-
LandPlot: () => import_lucide_react.LandPlot,
|
1294
|
-
Layout: () => import_lucide_react.Layout,
|
1295
|
-
LayoutTemplate: () => import_lucide_react.LayoutTemplate,
|
1296
|
-
LibraryIcon: () => import_lucide_react.LibraryIcon,
|
1297
|
-
Link: () => import_lucide_react.Link,
|
1298
|
-
ListTodo: () => import_lucide_react.ListTodo,
|
1299
|
-
Loader2: () => import_lucide_react.Loader2,
|
1300
|
-
LogIn: () => import_lucide_react.LogIn,
|
1301
|
-
LogOut: () => import_lucide_react.LogOut,
|
1302
|
-
Mail: () => import_lucide_react.Mail,
|
1303
|
-
MessageCircleCode: () => import_lucide_react.MessageCircleCode,
|
1304
|
-
MessageCircleMore: () => import_lucide_react.MessageCircleMore,
|
1305
|
-
MoreHorizontal: () => import_lucide_react.MoreHorizontal,
|
1306
|
-
MousePointerClick: () => import_lucide_react.MousePointerClick,
|
1307
|
-
Palette: () => import_lucide_react.Palette,
|
1308
|
-
PanelLeft: () => import_lucide_react.PanelLeft,
|
1309
|
-
PanelsTopLeft: () => import_lucide_react.PanelsTopLeft,
|
1310
|
-
PawPrint: () => import_lucide_react.PawPrint,
|
1311
|
-
Pencil: () => import_lucide_react.Pencil,
|
1312
|
-
Pi: () => import_lucide_react.Pi,
|
1313
|
-
QrCode: () => import_lucide_react.QrCode,
|
1314
|
-
ReceiptText: () => import_lucide_react.ReceiptText,
|
1315
|
-
RefreshCcw: () => import_lucide_react.RefreshCcw,
|
1316
|
-
Regex: () => import_lucide_react.Regex,
|
1317
|
-
Replace: () => import_lucide_react.Replace,
|
1318
|
-
Rocket: () => import_lucide_react.Rocket,
|
1319
|
-
Rss: () => import_lucide_react.Rss,
|
1320
|
-
Scale: () => import_lucide_react.Scale,
|
1321
|
-
Search: () => import_lucide_react.Search,
|
1322
|
-
SendHorizontal: () => import_lucide_react.SendHorizontal,
|
1323
|
-
Server: () => import_lucide_react.Server,
|
1324
|
-
Share: () => import_lucide_react.Share,
|
1325
|
-
Shield: () => import_lucide_react.Shield,
|
1326
|
-
ShieldUser: () => import_lucide_react.ShieldUser,
|
1327
|
-
Sigma: () => import_lucide_react.Sigma,
|
1328
|
-
Sparkles: () => import_lucide_react.Sparkles,
|
1329
|
-
SplinePointer: () => import_lucide_react.SplinePointer,
|
1330
|
-
Sprout: () => import_lucide_react.Sprout,
|
1331
|
-
SquareDashedBottomCode: () => import_lucide_react.SquareDashedBottomCode,
|
1332
|
-
SquareTerminal: () => import_lucide_react.SquareTerminal,
|
1333
|
-
Star: () => import_lucide_react.Star,
|
1334
|
-
Tablets: () => import_lucide_react.Tablets,
|
1335
|
-
Terminal: () => import_lucide_react.Terminal,
|
1336
|
-
Twitter: () => import_lucide_react.Twitter,
|
1337
|
-
Workflow: () => import_lucide_react.Workflow,
|
1338
|
-
X: () => import_lucide_react.X,
|
1339
|
-
Zap: () => import_lucide_react.Zap
|
1340
|
-
});
|
1341
|
-
var import_lucide_react = require("lucide-react");
|
1342
|
-
|
1343
1230
|
// src/components/global-icon.tsx
|
1231
|
+
var lucideIconsModule = __toESM(require("lucide-react"), 1);
|
1344
1232
|
var import_react32 = __toESM(require("react"), 1);
|
1345
1233
|
var import_jsx_runtime32 = require("react/jsx-runtime");
|
1346
1234
|
var tempStyledLimitedIcons = {};
|
1347
|
-
for (const iconNameKey in
|
1348
|
-
if (Object.prototype.hasOwnProperty.call(
|
1235
|
+
for (const iconNameKey in lucideIconsModule) {
|
1236
|
+
if (Object.prototype.hasOwnProperty.call(lucideIconsModule, iconNameKey)) {
|
1349
1237
|
const iconName = iconNameKey;
|
1350
|
-
const OriginalIconComponent =
|
1238
|
+
const OriginalIconComponent = lucideIconsModule[iconName];
|
1351
1239
|
if (typeof OriginalIconComponent === "function" || typeof OriginalIconComponent === "object" && OriginalIconComponent !== null && OriginalIconComponent.$$typeof === Symbol.for("react.forward_ref")) {
|
1352
1240
|
const ComponentToRender = OriginalIconComponent;
|
1353
1241
|
const StyledIcon = (props) => {
|