@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/ui/index.mjs
CHANGED
@@ -1221,8 +1221,11 @@ __export(limited_lucide_icons_exports, {
|
|
1221
1221
|
Blocks: () => Blocks,
|
1222
1222
|
BookX: () => BookX,
|
1223
1223
|
BotMessageSquare: () => BotMessageSquare,
|
1224
|
+
Brain: () => Brain,
|
1225
|
+
BrainCircuit: () => BrainCircuit,
|
1224
1226
|
BringToFront: () => BringToFront,
|
1225
1227
|
Bug: () => Bug,
|
1228
|
+
BugOff: () => BugOff,
|
1226
1229
|
Building2: () => Building2,
|
1227
1230
|
Car: () => Car,
|
1228
1231
|
Check: () => Check,
|
@@ -1270,6 +1273,7 @@ __export(limited_lucide_icons_exports, {
|
|
1270
1273
|
Info: () => Info,
|
1271
1274
|
Keyboard: () => Keyboard,
|
1272
1275
|
LandPlot: () => LandPlot,
|
1276
|
+
Languages: () => Languages,
|
1273
1277
|
Layout: () => Layout,
|
1274
1278
|
LayoutTemplate: () => LayoutTemplate,
|
1275
1279
|
LibraryIcon: () => LibraryIcon,
|
@@ -1327,9 +1331,12 @@ import {
|
|
1327
1331
|
Blocks,
|
1328
1332
|
BookX,
|
1329
1333
|
BotMessageSquare,
|
1334
|
+
Brain,
|
1335
|
+
BrainCircuit,
|
1330
1336
|
BringToFront,
|
1331
1337
|
Building2,
|
1332
1338
|
Bug,
|
1339
|
+
BugOff,
|
1333
1340
|
Car,
|
1334
1341
|
Circle,
|
1335
1342
|
CircleAlert,
|
@@ -1379,6 +1386,7 @@ import {
|
|
1379
1386
|
MessageCircleCode,
|
1380
1387
|
Keyboard,
|
1381
1388
|
LandPlot,
|
1389
|
+
Languages,
|
1382
1390
|
Layout,
|
1383
1391
|
LayoutTemplate,
|
1384
1392
|
LibraryIcon,
|