@windrun-huaiin/base-ui 5.3.2 → 5.3.3
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 +3 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +6 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/server.d.cts +3 -0
- package/dist/components/server.d.ts +3 -0
- package/dist/components/server.js +3 -0
- package/dist/components/server.js.map +1 -1
- package/dist/components/server.mjs +6 -0
- package/dist/components/server.mjs.map +1 -1
- package/dist/ui/index.js +3 -0
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +6 -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,
|
@@ -1311,9 +1314,12 @@ import {
|
|
1311
1314
|
Blocks,
|
1312
1315
|
BookX,
|
1313
1316
|
BotMessageSquare,
|
1317
|
+
Brain,
|
1318
|
+
BrainCircuit,
|
1314
1319
|
BringToFront,
|
1315
1320
|
Building2,
|
1316
1321
|
Bug,
|
1322
|
+
BugOff,
|
1317
1323
|
Car,
|
1318
1324
|
Circle,
|
1319
1325
|
CircleAlert,
|