@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/components/index.js
CHANGED
@@ -1227,7 +1227,7 @@ var BUILTIN_ICON_COMPONENTS = {
|
|
1227
1227
|
FAQS: faqs_default
|
1228
1228
|
};
|
1229
1229
|
|
1230
|
-
//
|
1230
|
+
// src/components/limited-lucide-icons.ts
|
1231
1231
|
var limited_lucide_icons_exports = {};
|
1232
1232
|
__export(limited_lucide_icons_exports, {
|
1233
1233
|
AlbumIcon: () => import_lucide_react.AlbumIcon,
|
@@ -1248,6 +1248,7 @@ __export(limited_lucide_icons_exports, {
|
|
1248
1248
|
Car: () => import_lucide_react.Car,
|
1249
1249
|
Check: () => import_lucide_react.Check,
|
1250
1250
|
CheckCheck: () => import_lucide_react.CheckCheck,
|
1251
|
+
CheckLine: () => import_lucide_react.CheckLine,
|
1251
1252
|
ChevronDown: () => import_lucide_react.ChevronDown,
|
1252
1253
|
ChevronLeft: () => import_lucide_react.ChevronLeft,
|
1253
1254
|
ChevronRight: () => import_lucide_react.ChevronRight,
|
@@ -1305,6 +1306,7 @@ __export(limited_lucide_icons_exports, {
|
|
1305
1306
|
MessageCircleMore: () => import_lucide_react.MessageCircleMore,
|
1306
1307
|
MoreHorizontal: () => import_lucide_react.MoreHorizontal,
|
1307
1308
|
MousePointerClick: () => import_lucide_react.MousePointerClick,
|
1309
|
+
NotepadText: () => import_lucide_react.NotepadText,
|
1308
1310
|
Palette: () => import_lucide_react.Palette,
|
1309
1311
|
PanelLeft: () => import_lucide_react.PanelLeft,
|
1310
1312
|
PanelsTopLeft: () => import_lucide_react.PanelsTopLeft,
|
@@ -1335,6 +1337,7 @@ __export(limited_lucide_icons_exports, {
|
|
1335
1337
|
Tablets: () => import_lucide_react.Tablets,
|
1336
1338
|
Terminal: () => import_lucide_react.Terminal,
|
1337
1339
|
Twitter: () => import_lucide_react.Twitter,
|
1340
|
+
UserRoundCheck: () => import_lucide_react.UserRoundCheck,
|
1338
1341
|
Workflow: () => import_lucide_react.Workflow,
|
1339
1342
|
X: () => import_lucide_react.X,
|
1340
1343
|
Zap: () => import_lucide_react.Zap
|