@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
@@ -1205,8 +1205,11 @@ __export(limited_lucide_icons_exports, {
|
|
1205
1205
|
Blocks: () => Blocks,
|
1206
1206
|
BookX: () => BookX,
|
1207
1207
|
BotMessageSquare: () => BotMessageSquare,
|
1208
|
+
Brain: () => Brain,
|
1209
|
+
BrainCircuit: () => BrainCircuit,
|
1208
1210
|
BringToFront: () => BringToFront,
|
1209
1211
|
Bug: () => Bug,
|
1212
|
+
BugOff: () => BugOff,
|
1210
1213
|
Building2: () => Building2,
|
1211
1214
|
Car: () => Car,
|
1212
1215
|
Check: () => Check,
|
@@ -1254,6 +1257,7 @@ __export(limited_lucide_icons_exports, {
|
|
1254
1257
|
Info: () => Info,
|
1255
1258
|
Keyboard: () => Keyboard,
|
1256
1259
|
LandPlot: () => LandPlot,
|
1260
|
+
Languages: () => Languages,
|
1257
1261
|
Layout: () => Layout,
|
1258
1262
|
LayoutTemplate: () => LayoutTemplate,
|
1259
1263
|
LibraryIcon: () => LibraryIcon,
|
@@ -1311,9 +1315,12 @@ import {
|
|
1311
1315
|
Blocks,
|
1312
1316
|
BookX,
|
1313
1317
|
BotMessageSquare,
|
1318
|
+
Brain,
|
1319
|
+
BrainCircuit,
|
1314
1320
|
BringToFront,
|
1315
1321
|
Building2,
|
1316
1322
|
Bug,
|
1323
|
+
BugOff,
|
1317
1324
|
Car,
|
1318
1325
|
Circle,
|
1319
1326
|
CircleAlert,
|
@@ -1363,6 +1370,7 @@ import {
|
|
1363
1370
|
MessageCircleCode,
|
1364
1371
|
Keyboard,
|
1365
1372
|
LandPlot,
|
1373
|
+
Languages,
|
1366
1374
|
Layout,
|
1367
1375
|
LayoutTemplate,
|
1368
1376
|
LibraryIcon,
|