@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
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,
|
@@ -1327,9 +1330,12 @@ import {
|
|
1327
1330
|
Blocks,
|
1328
1331
|
BookX,
|
1329
1332
|
BotMessageSquare,
|
1333
|
+
Brain,
|
1334
|
+
BrainCircuit,
|
1330
1335
|
BringToFront,
|
1331
1336
|
Building2,
|
1332
1337
|
Bug,
|
1338
|
+
BugOff,
|
1333
1339
|
Car,
|
1334
1340
|
Circle,
|
1335
1341
|
CircleAlert,
|