@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
package/dist/ui/index.mjs
CHANGED
@@ -1209,7 +1209,7 @@ var BUILTIN_ICON_COMPONENTS = {
|
|
1209
1209
|
FAQS: faqs_default
|
1210
1210
|
};
|
1211
1211
|
|
1212
|
-
//
|
1212
|
+
// src/components/limited-lucide-icons.ts
|
1213
1213
|
var limited_lucide_icons_exports = {};
|
1214
1214
|
__export(limited_lucide_icons_exports, {
|
1215
1215
|
AlbumIcon: () => AlbumIcon,
|
@@ -1230,6 +1230,7 @@ __export(limited_lucide_icons_exports, {
|
|
1230
1230
|
Car: () => Car,
|
1231
1231
|
Check: () => Check,
|
1232
1232
|
CheckCheck: () => CheckCheck,
|
1233
|
+
CheckLine: () => CheckLine,
|
1233
1234
|
ChevronDown: () => ChevronDown,
|
1234
1235
|
ChevronLeft: () => ChevronLeft,
|
1235
1236
|
ChevronRight: () => ChevronRight,
|
@@ -1287,6 +1288,7 @@ __export(limited_lucide_icons_exports, {
|
|
1287
1288
|
MessageCircleMore: () => MessageCircleMore,
|
1288
1289
|
MoreHorizontal: () => MoreHorizontal,
|
1289
1290
|
MousePointerClick: () => MousePointerClick,
|
1291
|
+
NotepadText: () => NotepadText,
|
1290
1292
|
Palette: () => Palette,
|
1291
1293
|
PanelLeft: () => PanelLeft,
|
1292
1294
|
PanelsTopLeft: () => PanelsTopLeft,
|
@@ -1317,6 +1319,7 @@ __export(limited_lucide_icons_exports, {
|
|
1317
1319
|
Tablets: () => Tablets,
|
1318
1320
|
Terminal: () => Terminal,
|
1319
1321
|
Twitter: () => Twitter,
|
1322
|
+
UserRoundCheck: () => UserRoundCheck,
|
1320
1323
|
Workflow: () => Workflow,
|
1321
1324
|
X: () => X,
|
1322
1325
|
Zap: () => Zap
|
@@ -1344,6 +1347,7 @@ import {
|
|
1344
1347
|
CircleStop,
|
1345
1348
|
Check,
|
1346
1349
|
CheckCheck,
|
1350
|
+
CheckLine,
|
1347
1351
|
ChevronDown,
|
1348
1352
|
ChevronLeft,
|
1349
1353
|
ChevronRight,
|
@@ -1382,8 +1386,6 @@ import {
|
|
1382
1386
|
ImageDown,
|
1383
1387
|
ImageOff,
|
1384
1388
|
ImageUp,
|
1385
|
-
MessageCircleMore,
|
1386
|
-
MessageCircleCode,
|
1387
1389
|
Keyboard,
|
1388
1390
|
LandPlot,
|
1389
1391
|
Languages,
|
@@ -1396,8 +1398,11 @@ import {
|
|
1396
1398
|
LogIn,
|
1397
1399
|
LogOut,
|
1398
1400
|
Mail,
|
1401
|
+
MessageCircleMore,
|
1402
|
+
MessageCircleCode,
|
1399
1403
|
MoreHorizontal,
|
1400
1404
|
MousePointerClick,
|
1405
|
+
NotepadText,
|
1401
1406
|
Palette,
|
1402
1407
|
PanelLeft,
|
1403
1408
|
PanelsTopLeft,
|
@@ -1427,6 +1432,7 @@ import {
|
|
1427
1432
|
Tablets,
|
1428
1433
|
Terminal,
|
1429
1434
|
Twitter,
|
1435
|
+
UserRoundCheck,
|
1430
1436
|
Workflow,
|
1431
1437
|
X,
|
1432
1438
|
Zap
|