@windrun-huaiin/base-ui 5.1.1 → 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
@@ -1099,6 +1099,7 @@ __export(limited_lucide_icons_exports, {
|
|
1099
1099
|
Building2: () => Building2,
|
1100
1100
|
Car: () => Car,
|
1101
1101
|
Check: () => Check,
|
1102
|
+
CheckCheck: () => CheckCheck,
|
1102
1103
|
ChevronDown: () => ChevronDown,
|
1103
1104
|
ChevronLeft: () => ChevronLeft,
|
1104
1105
|
ChevronRight: () => ChevronRight,
|
@@ -1107,6 +1108,7 @@ __export(limited_lucide_icons_exports, {
|
|
1107
1108
|
CircleAlert: () => CircleAlert,
|
1108
1109
|
CircleSmall: () => CircleSmall,
|
1109
1110
|
ComponentIcon: () => ComponentIcon,
|
1111
|
+
Copy: () => Copy,
|
1110
1112
|
Cpu: () => Cpu,
|
1111
1113
|
DatabaseZap: () => DatabaseZap,
|
1112
1114
|
Dot: () => Dot,
|
@@ -1114,8 +1116,14 @@ __export(limited_lucide_icons_exports, {
|
|
1114
1116
|
ExternalLink: () => ExternalLink,
|
1115
1117
|
Eye: () => Eye,
|
1116
1118
|
Facebook: () => Facebook,
|
1119
|
+
File: () => File,
|
1120
|
+
FileDown: () => FileDown,
|
1121
|
+
FileInput: () => FileInput,
|
1117
1122
|
FileLock2: () => FileLock2,
|
1123
|
+
FileUp: () => FileUp,
|
1118
1124
|
Fingerprint: () => Fingerprint,
|
1125
|
+
Folder: () => Folder,
|
1126
|
+
FolderOpen: () => FolderOpen,
|
1119
1127
|
Gift: () => Gift,
|
1120
1128
|
GitPullRequestArrow: () => GitPullRequestArrow,
|
1121
1129
|
Globe: () => Globe,
|
@@ -1135,9 +1143,11 @@ __export(limited_lucide_icons_exports, {
|
|
1135
1143
|
LayoutTemplate: () => LayoutTemplate,
|
1136
1144
|
LibraryIcon: () => LibraryIcon,
|
1137
1145
|
Link: () => Link,
|
1146
|
+
ListTodo: () => ListTodo,
|
1138
1147
|
Loader2: () => Loader2,
|
1139
1148
|
LogIn: () => LogIn,
|
1140
1149
|
LogOut: () => LogOut,
|
1150
|
+
Mail: () => Mail,
|
1141
1151
|
MoreHorizontal: () => MoreHorizontal,
|
1142
1152
|
MousePointerClick: () => MousePointerClick,
|
1143
1153
|
Palette: () => Palette,
|
@@ -1146,14 +1156,17 @@ __export(limited_lucide_icons_exports, {
|
|
1146
1156
|
Pencil: () => Pencil,
|
1147
1157
|
Pi: () => Pi,
|
1148
1158
|
ReceiptText: () => ReceiptText,
|
1159
|
+
RefreshCcw: () => RefreshCcw,
|
1149
1160
|
Regex: () => Regex,
|
1150
1161
|
Replace: () => Replace,
|
1151
1162
|
Rss: () => Rss,
|
1152
1163
|
Scale: () => Scale,
|
1153
1164
|
Search: () => Search,
|
1165
|
+
SendHorizontal: () => SendHorizontal,
|
1154
1166
|
Server: () => Server,
|
1155
1167
|
Share: () => Share,
|
1156
1168
|
ShieldUser: () => ShieldUser,
|
1169
|
+
Sigma: () => Sigma,
|
1157
1170
|
Sparkles: () => Sparkles,
|
1158
1171
|
SplinePointer: () => SplinePointer,
|
1159
1172
|
SquareDashedBottomCode: () => SquareDashedBottomCode,
|
@@ -1182,11 +1195,13 @@ import {
|
|
1182
1195
|
CircleAlert,
|
1183
1196
|
CircleSmall,
|
1184
1197
|
Check,
|
1198
|
+
CheckCheck,
|
1185
1199
|
ChevronDown,
|
1186
1200
|
ChevronLeft,
|
1187
1201
|
ChevronRight,
|
1188
1202
|
ChevronUp,
|
1189
1203
|
Cpu,
|
1204
|
+
Copy,
|
1190
1205
|
ComponentIcon,
|
1191
1206
|
DatabaseZap,
|
1192
1207
|
Dot,
|
@@ -1194,8 +1209,14 @@ import {
|
|
1194
1209
|
Eye,
|
1195
1210
|
ExternalLink,
|
1196
1211
|
Facebook,
|
1212
|
+
File,
|
1213
|
+
FileDown,
|
1214
|
+
FileInput,
|
1197
1215
|
FileLock2,
|
1216
|
+
FileUp,
|
1198
1217
|
Fingerprint,
|
1218
|
+
Folder,
|
1219
|
+
FolderOpen,
|
1199
1220
|
Gift,
|
1200
1221
|
GitPullRequestArrow,
|
1201
1222
|
Globe,
|
@@ -1215,9 +1236,11 @@ import {
|
|
1215
1236
|
LayoutTemplate,
|
1216
1237
|
LibraryIcon,
|
1217
1238
|
Link,
|
1239
|
+
ListTodo,
|
1218
1240
|
Loader2,
|
1219
1241
|
LogIn,
|
1220
1242
|
LogOut,
|
1243
|
+
Mail,
|
1221
1244
|
MoreHorizontal,
|
1222
1245
|
MousePointerClick,
|
1223
1246
|
PanelLeft,
|
@@ -1226,12 +1249,15 @@ import {
|
|
1226
1249
|
Pi,
|
1227
1250
|
Palette,
|
1228
1251
|
ReceiptText,
|
1252
|
+
RefreshCcw,
|
1229
1253
|
Regex,
|
1230
1254
|
Replace,
|
1231
1255
|
Rss,
|
1232
1256
|
Scale,
|
1233
1257
|
Search,
|
1258
|
+
SendHorizontal,
|
1234
1259
|
Share,
|
1260
|
+
Sigma,
|
1235
1261
|
ShieldUser,
|
1236
1262
|
SquareDashedBottomCode,
|
1237
1263
|
SquareTerminal,
|