@windrun-huaiin/base-ui 5.1.2 → 5.2.0
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 +13 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +26 -0
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/server.d.cts +13 -0
- package/dist/components/server.d.ts +13 -0
- package/dist/components/server.js +13 -0
- package/dist/components/server.js.map +1 -1
- package/dist/components/server.mjs +26 -0
- package/dist/components/server.mjs.map +1 -1
- package/dist/ui/index.js +13 -0
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +26 -0
- package/dist/ui/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/ui/index.mjs
CHANGED
@@ -1115,6 +1115,7 @@ __export(limited_lucide_icons_exports, {
|
|
1115
1115
|
Building2: () => Building2,
|
1116
1116
|
Car: () => Car,
|
1117
1117
|
Check: () => Check,
|
1118
|
+
CheckCheck: () => CheckCheck,
|
1118
1119
|
ChevronDown: () => ChevronDown,
|
1119
1120
|
ChevronLeft: () => ChevronLeft,
|
1120
1121
|
ChevronRight: () => ChevronRight,
|
@@ -1123,6 +1124,7 @@ __export(limited_lucide_icons_exports, {
|
|
1123
1124
|
CircleAlert: () => CircleAlert,
|
1124
1125
|
CircleSmall: () => CircleSmall,
|
1125
1126
|
ComponentIcon: () => ComponentIcon,
|
1127
|
+
Copy: () => Copy,
|
1126
1128
|
Cpu: () => Cpu,
|
1127
1129
|
DatabaseZap: () => DatabaseZap,
|
1128
1130
|
Dot: () => Dot,
|
@@ -1130,8 +1132,14 @@ __export(limited_lucide_icons_exports, {
|
|
1130
1132
|
ExternalLink: () => ExternalLink,
|
1131
1133
|
Eye: () => Eye,
|
1132
1134
|
Facebook: () => Facebook,
|
1135
|
+
File: () => File,
|
1136
|
+
FileDown: () => FileDown,
|
1137
|
+
FileInput: () => FileInput,
|
1133
1138
|
FileLock2: () => FileLock2,
|
1139
|
+
FileUp: () => FileUp,
|
1134
1140
|
Fingerprint: () => Fingerprint,
|
1141
|
+
Folder: () => Folder,
|
1142
|
+
FolderOpen: () => FolderOpen,
|
1135
1143
|
Gift: () => Gift,
|
1136
1144
|
GitPullRequestArrow: () => GitPullRequestArrow,
|
1137
1145
|
Globe: () => Globe,
|
@@ -1151,9 +1159,11 @@ __export(limited_lucide_icons_exports, {
|
|
1151
1159
|
LayoutTemplate: () => LayoutTemplate,
|
1152
1160
|
LibraryIcon: () => LibraryIcon,
|
1153
1161
|
Link: () => Link,
|
1162
|
+
ListTodo: () => ListTodo,
|
1154
1163
|
Loader2: () => Loader2,
|
1155
1164
|
LogIn: () => LogIn,
|
1156
1165
|
LogOut: () => LogOut,
|
1166
|
+
Mail: () => Mail,
|
1157
1167
|
MoreHorizontal: () => MoreHorizontal,
|
1158
1168
|
MousePointerClick: () => MousePointerClick,
|
1159
1169
|
Palette: () => Palette,
|
@@ -1162,14 +1172,17 @@ __export(limited_lucide_icons_exports, {
|
|
1162
1172
|
Pencil: () => Pencil,
|
1163
1173
|
Pi: () => Pi,
|
1164
1174
|
ReceiptText: () => ReceiptText,
|
1175
|
+
RefreshCcw: () => RefreshCcw,
|
1165
1176
|
Regex: () => Regex,
|
1166
1177
|
Replace: () => Replace,
|
1167
1178
|
Rss: () => Rss,
|
1168
1179
|
Scale: () => Scale,
|
1169
1180
|
Search: () => Search,
|
1181
|
+
SendHorizontal: () => SendHorizontal,
|
1170
1182
|
Server: () => Server,
|
1171
1183
|
Share: () => Share,
|
1172
1184
|
ShieldUser: () => ShieldUser,
|
1185
|
+
Sigma: () => Sigma,
|
1173
1186
|
Sparkles: () => Sparkles,
|
1174
1187
|
SplinePointer: () => SplinePointer,
|
1175
1188
|
SquareDashedBottomCode: () => SquareDashedBottomCode,
|
@@ -1198,11 +1211,13 @@ import {
|
|
1198
1211
|
CircleAlert,
|
1199
1212
|
CircleSmall,
|
1200
1213
|
Check,
|
1214
|
+
CheckCheck,
|
1201
1215
|
ChevronDown,
|
1202
1216
|
ChevronLeft,
|
1203
1217
|
ChevronRight,
|
1204
1218
|
ChevronUp,
|
1205
1219
|
Cpu,
|
1220
|
+
Copy,
|
1206
1221
|
ComponentIcon,
|
1207
1222
|
DatabaseZap,
|
1208
1223
|
Dot,
|
@@ -1210,8 +1225,14 @@ import {
|
|
1210
1225
|
Eye,
|
1211
1226
|
ExternalLink,
|
1212
1227
|
Facebook,
|
1228
|
+
File,
|
1229
|
+
FileDown,
|
1230
|
+
FileInput,
|
1213
1231
|
FileLock2,
|
1232
|
+
FileUp,
|
1214
1233
|
Fingerprint,
|
1234
|
+
Folder,
|
1235
|
+
FolderOpen,
|
1215
1236
|
Gift,
|
1216
1237
|
GitPullRequestArrow,
|
1217
1238
|
Globe,
|
@@ -1231,9 +1252,11 @@ import {
|
|
1231
1252
|
LayoutTemplate,
|
1232
1253
|
LibraryIcon,
|
1233
1254
|
Link,
|
1255
|
+
ListTodo,
|
1234
1256
|
Loader2,
|
1235
1257
|
LogIn,
|
1236
1258
|
LogOut,
|
1259
|
+
Mail,
|
1237
1260
|
MoreHorizontal,
|
1238
1261
|
MousePointerClick,
|
1239
1262
|
PanelLeft,
|
@@ -1242,12 +1265,15 @@ import {
|
|
1242
1265
|
Pi,
|
1243
1266
|
Palette,
|
1244
1267
|
ReceiptText,
|
1268
|
+
RefreshCcw,
|
1245
1269
|
Regex,
|
1246
1270
|
Replace,
|
1247
1271
|
Rss,
|
1248
1272
|
Scale,
|
1249
1273
|
Search,
|
1274
|
+
SendHorizontal,
|
1250
1275
|
Share,
|
1276
|
+
Sigma,
|
1251
1277
|
ShieldUser,
|
1252
1278
|
SquareDashedBottomCode,
|
1253
1279
|
SquareTerminal,
|