@windrun-huaiin/base-ui 5.3.4 → 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/components/index.js +4 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +9 -3
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/server.d.cts +5 -2
- package/dist/components/server.d.ts +5 -2
- package/dist/components/server.js +4 -1
- package/dist/components/server.js.map +1 -1
- package/dist/components/server.mjs +9 -3
- package/dist/components/server.mjs.map +1 -1
- package/dist/ui/index.js +4 -1
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +9 -3
- package/dist/ui/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/components/global-icon.tsx +1 -1
- package/src/components/limited-lucide-icons.ts +119 -0
@@ -1193,7 +1193,7 @@ var BUILTIN_ICON_COMPONENTS = {
|
|
1193
1193
|
FAQS: faqs_default
|
1194
1194
|
};
|
1195
1195
|
|
1196
|
-
//
|
1196
|
+
// src/components/limited-lucide-icons.ts
|
1197
1197
|
var limited_lucide_icons_exports = {};
|
1198
1198
|
__export(limited_lucide_icons_exports, {
|
1199
1199
|
AlbumIcon: () => AlbumIcon,
|
@@ -1214,6 +1214,7 @@ __export(limited_lucide_icons_exports, {
|
|
1214
1214
|
Car: () => Car,
|
1215
1215
|
Check: () => Check,
|
1216
1216
|
CheckCheck: () => CheckCheck,
|
1217
|
+
CheckLine: () => CheckLine,
|
1217
1218
|
ChevronDown: () => ChevronDown,
|
1218
1219
|
ChevronLeft: () => ChevronLeft,
|
1219
1220
|
ChevronRight: () => ChevronRight,
|
@@ -1271,6 +1272,7 @@ __export(limited_lucide_icons_exports, {
|
|
1271
1272
|
MessageCircleMore: () => MessageCircleMore,
|
1272
1273
|
MoreHorizontal: () => MoreHorizontal,
|
1273
1274
|
MousePointerClick: () => MousePointerClick,
|
1275
|
+
NotepadText: () => NotepadText,
|
1274
1276
|
Palette: () => Palette,
|
1275
1277
|
PanelLeft: () => PanelLeft,
|
1276
1278
|
PanelsTopLeft: () => PanelsTopLeft,
|
@@ -1301,6 +1303,7 @@ __export(limited_lucide_icons_exports, {
|
|
1301
1303
|
Tablets: () => Tablets,
|
1302
1304
|
Terminal: () => Terminal,
|
1303
1305
|
Twitter: () => Twitter,
|
1306
|
+
UserRoundCheck: () => UserRoundCheck,
|
1304
1307
|
Workflow: () => Workflow,
|
1305
1308
|
X: () => X,
|
1306
1309
|
Zap: () => Zap
|
@@ -1328,6 +1331,7 @@ import {
|
|
1328
1331
|
CircleStop,
|
1329
1332
|
Check,
|
1330
1333
|
CheckCheck,
|
1334
|
+
CheckLine,
|
1331
1335
|
ChevronDown,
|
1332
1336
|
ChevronLeft,
|
1333
1337
|
ChevronRight,
|
@@ -1366,8 +1370,6 @@ import {
|
|
1366
1370
|
ImageDown,
|
1367
1371
|
ImageOff,
|
1368
1372
|
ImageUp,
|
1369
|
-
MessageCircleMore,
|
1370
|
-
MessageCircleCode,
|
1371
1373
|
Keyboard,
|
1372
1374
|
LandPlot,
|
1373
1375
|
Languages,
|
@@ -1380,8 +1382,11 @@ import {
|
|
1380
1382
|
LogIn,
|
1381
1383
|
LogOut,
|
1382
1384
|
Mail,
|
1385
|
+
MessageCircleMore,
|
1386
|
+
MessageCircleCode,
|
1383
1387
|
MoreHorizontal,
|
1384
1388
|
MousePointerClick,
|
1389
|
+
NotepadText,
|
1385
1390
|
Palette,
|
1386
1391
|
PanelLeft,
|
1387
1392
|
PanelsTopLeft,
|
@@ -1411,6 +1416,7 @@ import {
|
|
1411
1416
|
Tablets,
|
1412
1417
|
Terminal,
|
1413
1418
|
Twitter,
|
1419
|
+
UserRoundCheck,
|
1414
1420
|
Workflow,
|
1415
1421
|
X,
|
1416
1422
|
Zap
|