@windrun-huaiin/base-ui 5.3.2 → 5.3.4
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 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +8 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/server.d.cts +4 -0
- package/dist/components/server.d.ts +4 -0
- package/dist/components/server.js +4 -0
- package/dist/components/server.js.map +1 -1
- package/dist/components/server.mjs +8 -0
- package/dist/components/server.mjs.map +1 -1
- package/dist/ui/index.js +4 -0
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +8 -0
- package/dist/ui/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/components/index.js
CHANGED
@@ -1239,8 +1239,11 @@ __export(limited_lucide_icons_exports, {
|
|
1239
1239
|
Blocks: () => import_lucide_react.Blocks,
|
1240
1240
|
BookX: () => import_lucide_react.BookX,
|
1241
1241
|
BotMessageSquare: () => import_lucide_react.BotMessageSquare,
|
1242
|
+
Brain: () => import_lucide_react.Brain,
|
1243
|
+
BrainCircuit: () => import_lucide_react.BrainCircuit,
|
1242
1244
|
BringToFront: () => import_lucide_react.BringToFront,
|
1243
1245
|
Bug: () => import_lucide_react.Bug,
|
1246
|
+
BugOff: () => import_lucide_react.BugOff,
|
1244
1247
|
Building2: () => import_lucide_react.Building2,
|
1245
1248
|
Car: () => import_lucide_react.Car,
|
1246
1249
|
Check: () => import_lucide_react.Check,
|
@@ -1288,6 +1291,7 @@ __export(limited_lucide_icons_exports, {
|
|
1288
1291
|
Info: () => import_lucide_react.Info,
|
1289
1292
|
Keyboard: () => import_lucide_react.Keyboard,
|
1290
1293
|
LandPlot: () => import_lucide_react.LandPlot,
|
1294
|
+
Languages: () => import_lucide_react.Languages,
|
1291
1295
|
Layout: () => import_lucide_react.Layout,
|
1292
1296
|
LayoutTemplate: () => import_lucide_react.LayoutTemplate,
|
1293
1297
|
LibraryIcon: () => import_lucide_react.LibraryIcon,
|