@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
package/dist/components/index.js
CHANGED
@@ -1133,6 +1133,7 @@ __export(limited_lucide_icons_exports, {
|
|
1133
1133
|
Building2: () => import_lucide_react.Building2,
|
1134
1134
|
Car: () => import_lucide_react.Car,
|
1135
1135
|
Check: () => import_lucide_react.Check,
|
1136
|
+
CheckCheck: () => import_lucide_react.CheckCheck,
|
1136
1137
|
ChevronDown: () => import_lucide_react.ChevronDown,
|
1137
1138
|
ChevronLeft: () => import_lucide_react.ChevronLeft,
|
1138
1139
|
ChevronRight: () => import_lucide_react.ChevronRight,
|
@@ -1141,6 +1142,7 @@ __export(limited_lucide_icons_exports, {
|
|
1141
1142
|
CircleAlert: () => import_lucide_react.CircleAlert,
|
1142
1143
|
CircleSmall: () => import_lucide_react.CircleSmall,
|
1143
1144
|
ComponentIcon: () => import_lucide_react.ComponentIcon,
|
1145
|
+
Copy: () => import_lucide_react.Copy,
|
1144
1146
|
Cpu: () => import_lucide_react.Cpu,
|
1145
1147
|
DatabaseZap: () => import_lucide_react.DatabaseZap,
|
1146
1148
|
Dot: () => import_lucide_react.Dot,
|
@@ -1148,8 +1150,14 @@ __export(limited_lucide_icons_exports, {
|
|
1148
1150
|
ExternalLink: () => import_lucide_react.ExternalLink,
|
1149
1151
|
Eye: () => import_lucide_react.Eye,
|
1150
1152
|
Facebook: () => import_lucide_react.Facebook,
|
1153
|
+
File: () => import_lucide_react.File,
|
1154
|
+
FileDown: () => import_lucide_react.FileDown,
|
1155
|
+
FileInput: () => import_lucide_react.FileInput,
|
1151
1156
|
FileLock2: () => import_lucide_react.FileLock2,
|
1157
|
+
FileUp: () => import_lucide_react.FileUp,
|
1152
1158
|
Fingerprint: () => import_lucide_react.Fingerprint,
|
1159
|
+
Folder: () => import_lucide_react.Folder,
|
1160
|
+
FolderOpen: () => import_lucide_react.FolderOpen,
|
1153
1161
|
Gift: () => import_lucide_react.Gift,
|
1154
1162
|
GitPullRequestArrow: () => import_lucide_react.GitPullRequestArrow,
|
1155
1163
|
Globe: () => import_lucide_react.Globe,
|
@@ -1169,9 +1177,11 @@ __export(limited_lucide_icons_exports, {
|
|
1169
1177
|
LayoutTemplate: () => import_lucide_react.LayoutTemplate,
|
1170
1178
|
LibraryIcon: () => import_lucide_react.LibraryIcon,
|
1171
1179
|
Link: () => import_lucide_react.Link,
|
1180
|
+
ListTodo: () => import_lucide_react.ListTodo,
|
1172
1181
|
Loader2: () => import_lucide_react.Loader2,
|
1173
1182
|
LogIn: () => import_lucide_react.LogIn,
|
1174
1183
|
LogOut: () => import_lucide_react.LogOut,
|
1184
|
+
Mail: () => import_lucide_react.Mail,
|
1175
1185
|
MoreHorizontal: () => import_lucide_react.MoreHorizontal,
|
1176
1186
|
MousePointerClick: () => import_lucide_react.MousePointerClick,
|
1177
1187
|
Palette: () => import_lucide_react.Palette,
|
@@ -1180,14 +1190,17 @@ __export(limited_lucide_icons_exports, {
|
|
1180
1190
|
Pencil: () => import_lucide_react.Pencil,
|
1181
1191
|
Pi: () => import_lucide_react.Pi,
|
1182
1192
|
ReceiptText: () => import_lucide_react.ReceiptText,
|
1193
|
+
RefreshCcw: () => import_lucide_react.RefreshCcw,
|
1183
1194
|
Regex: () => import_lucide_react.Regex,
|
1184
1195
|
Replace: () => import_lucide_react.Replace,
|
1185
1196
|
Rss: () => import_lucide_react.Rss,
|
1186
1197
|
Scale: () => import_lucide_react.Scale,
|
1187
1198
|
Search: () => import_lucide_react.Search,
|
1199
|
+
SendHorizontal: () => import_lucide_react.SendHorizontal,
|
1188
1200
|
Server: () => import_lucide_react.Server,
|
1189
1201
|
Share: () => import_lucide_react.Share,
|
1190
1202
|
ShieldUser: () => import_lucide_react.ShieldUser,
|
1203
|
+
Sigma: () => import_lucide_react.Sigma,
|
1191
1204
|
Sparkles: () => import_lucide_react.Sparkles,
|
1192
1205
|
SplinePointer: () => import_lucide_react.SplinePointer,
|
1193
1206
|
SquareDashedBottomCode: () => import_lucide_react.SquareDashedBottomCode,
|