@windrun-huaiin/base-ui 29.0.0 → 29.0.2
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/global-icon.d.ts +59 -23
- package/dist/components/limited-lucide-icons.d.ts +1 -1
- package/dist/components/limited-lucide-icons.js +144 -0
- package/dist/components/limited-lucide-icons.mjs +1 -1
- package/dist/components/server.d.ts +0 -3
- package/dist/components/server.js +0 -206
- package/dist/components/server.mjs +0 -4
- package/dist/components/shared.d.ts +3 -0
- package/dist/components/shared.js +247 -0
- package/dist/components/shared.mjs +4 -0
- package/dist/icons/index.d.ts +36 -0
- package/dist/icons/index.js +72 -0
- package/dist/icons/index.mjs +38 -2
- package/package.json +6 -1
- package/src/components/limited-lucide-icons.ts +59 -23
- package/src/components/server.ts +2 -8
- package/src/components/shared.ts +4 -0
- package/src/icons/index.ts +72 -0
package/src/icons/index.ts
CHANGED
|
@@ -64,6 +64,9 @@ import {
|
|
|
64
64
|
Briefcase as RawBriefcase,
|
|
65
65
|
BringToFront as RawBringToFront,
|
|
66
66
|
BrushCleaning as RawBrushCleaning,
|
|
67
|
+
CalendarClock as RawCalendarClock,
|
|
68
|
+
CalendarDays as RawCalendarDays,
|
|
69
|
+
CalendarHeart as RawCalendarHeart,
|
|
67
70
|
Building2 as RawBuilding2,
|
|
68
71
|
Bug as RawBug,
|
|
69
72
|
BugOff as RawBugOff,
|
|
@@ -73,6 +76,8 @@ import {
|
|
|
73
76
|
CheckCheck as RawCheckCheck,
|
|
74
77
|
CheckLine as RawCheckLine,
|
|
75
78
|
ChevronDown as RawChevronDown,
|
|
79
|
+
ChevronsLeft as RawChevronsLeft,
|
|
80
|
+
ChevronsRight as RawChevronsRight,
|
|
76
81
|
ChevronLeft as RawChevronLeft,
|
|
77
82
|
ChevronRight as RawChevronRight,
|
|
78
83
|
ChevronUp as RawChevronUp,
|
|
@@ -83,19 +88,41 @@ import {
|
|
|
83
88
|
CircleQuestionMark as RawCircleQuestionMark,
|
|
84
89
|
CircleSmall as RawCircleSmall,
|
|
85
90
|
CircleStop as RawCircleStop,
|
|
91
|
+
ClipboardType as RawClipboardType,
|
|
86
92
|
Coffee as RawCoffee,
|
|
87
93
|
Coins as RawCoins,
|
|
88
94
|
Component as RawComponentIcon,
|
|
95
|
+
Command as RawCommand,
|
|
89
96
|
Copy as RawCopy,
|
|
90
97
|
CopyCheck as RawCopyCheck,
|
|
98
|
+
Copyright as RawCopyright,
|
|
99
|
+
CornerDownLeft as RawCornerDownLeft,
|
|
100
|
+
CornerDownRight as RawCornerDownRight,
|
|
101
|
+
CornerLeftDown as RawCornerLeftDown,
|
|
102
|
+
CornerLeftUp as RawCornerLeftUp,
|
|
103
|
+
CornerRightDown as RawCornerRightDown,
|
|
104
|
+
CornerRightUp as RawCornerRightUp,
|
|
105
|
+
CornerUpLeft as RawCornerUpLeft,
|
|
106
|
+
CornerUpRight as RawCornerUpRight,
|
|
107
|
+
CreativeCommons as RawCreativeCommons,
|
|
108
|
+
Crop as RawCrop,
|
|
109
|
+
Cross as RawCross,
|
|
91
110
|
Cpu as RawCpu,
|
|
92
111
|
Database as RawDatabase,
|
|
93
112
|
DatabaseZap as RawDatabaseZap,
|
|
113
|
+
Dna as RawDna,
|
|
94
114
|
Dot as RawDot,
|
|
95
115
|
Download as RawDownload,
|
|
116
|
+
Droplet as RawDroplet,
|
|
117
|
+
DropletOff as RawDropletOff,
|
|
118
|
+
Droplets as RawDroplets,
|
|
119
|
+
Egg as RawEgg,
|
|
120
|
+
EggFried as RawEggFried,
|
|
121
|
+
EggOff as RawEggOff,
|
|
96
122
|
Ellipsis as RawEllipsis,
|
|
97
123
|
EllipsisVertical as RawEllipsisVertical,
|
|
98
124
|
Eye as RawEye,
|
|
125
|
+
EyeClosed as RawEyeClosed,
|
|
99
126
|
EyeOff as RawEyeOff,
|
|
100
127
|
ExternalLink as RawExternalLink,
|
|
101
128
|
Facebook as RawFacebook,
|
|
@@ -107,6 +134,7 @@ import {
|
|
|
107
134
|
Fingerprint as RawFingerprint,
|
|
108
135
|
Folder as RawFolder,
|
|
109
136
|
FolderOpen as RawFolderOpen,
|
|
137
|
+
Frown as RawFrown,
|
|
110
138
|
Gem as RawGem,
|
|
111
139
|
Gift as RawGift,
|
|
112
140
|
GitMerge as RawGitMerge,
|
|
@@ -125,6 +153,8 @@ import {
|
|
|
125
153
|
ImageUp as RawImageUp,
|
|
126
154
|
Infinity as RawInfinity,
|
|
127
155
|
Info as RawInfo,
|
|
156
|
+
Key as RawKey,
|
|
157
|
+
KeyRound as RawKeyRound,
|
|
128
158
|
Keyboard as RawKeyboard,
|
|
129
159
|
LandPlot as RawLandPlot,
|
|
130
160
|
Languages as RawLanguages,
|
|
@@ -135,6 +165,7 @@ import {
|
|
|
135
165
|
Link as RawLink,
|
|
136
166
|
ListTodo as RawListTodo,
|
|
137
167
|
Loader2 as RawLoader2,
|
|
168
|
+
Locate as RawLocate,
|
|
138
169
|
LogIn as RawLogIn,
|
|
139
170
|
LogOut as RawLogOut,
|
|
140
171
|
Mail as RawMail,
|
|
@@ -157,6 +188,7 @@ import {
|
|
|
157
188
|
Plus as RawPlus,
|
|
158
189
|
QrCode as RawQrCode,
|
|
159
190
|
ReceiptText as RawReceiptText,
|
|
191
|
+
Redo2 as RawRedo2,
|
|
160
192
|
RefreshCcw as RawRefreshCcw,
|
|
161
193
|
Regex as RawRegex,
|
|
162
194
|
Replace as RawReplace,
|
|
@@ -176,10 +208,13 @@ import {
|
|
|
176
208
|
ShieldUser as RawShieldUser,
|
|
177
209
|
ShoppingCart as RawShoppingCart,
|
|
178
210
|
Sigma as RawSigma,
|
|
211
|
+
Smile as RawSmile,
|
|
212
|
+
SmilePlus as RawSmilePlus,
|
|
179
213
|
SplinePointer as RawSplinePointer,
|
|
180
214
|
Sparkles as RawSparkles,
|
|
181
215
|
Sprout as RawSprout,
|
|
182
216
|
SquareDashedBottomCode as RawSquareDashedBottomCode,
|
|
217
|
+
SquaresExclude as RawSquaresExclude,
|
|
183
218
|
SquareTerminal as RawSquareTerminal,
|
|
184
219
|
Star as RawStar,
|
|
185
220
|
Sun as RawSun,
|
|
@@ -187,6 +222,7 @@ import {
|
|
|
187
222
|
Terminal as RawTerminal,
|
|
188
223
|
Trash2 as RawTrash2,
|
|
189
224
|
Twitter as RawTwitter,
|
|
225
|
+
Undo2 as RawUndo2,
|
|
190
226
|
Usb as RawUsb,
|
|
191
227
|
UserRoundCheck as RawUserRoundCheck,
|
|
192
228
|
Wand2 as RawWand2,
|
|
@@ -231,6 +267,9 @@ export const BrainCircuitIcon = createGlobalLucideIcon(RawBrainCircuit, 'BrainCi
|
|
|
231
267
|
export const BriefcaseIcon = createGlobalLucideIcon(RawBriefcase, 'BriefcaseIcon');
|
|
232
268
|
export const BringToFrontIcon = createGlobalLucideIcon(RawBringToFront, 'BringToFrontIcon');
|
|
233
269
|
export const BrushCleaningIcon = createGlobalLucideIcon(RawBrushCleaning, 'BrushCleaningIcon');
|
|
270
|
+
export const CalendarClockIcon = createGlobalLucideIcon(RawCalendarClock, 'CalendarClockIcon');
|
|
271
|
+
export const CalendarDaysIcon = createGlobalLucideIcon(RawCalendarDays, 'CalendarDaysIcon');
|
|
272
|
+
export const CalendarHeartIcon = createGlobalLucideIcon(RawCalendarHeart, 'CalendarHeartIcon');
|
|
234
273
|
export const Building2Icon = createGlobalLucideIcon(RawBuilding2, 'Building2Icon');
|
|
235
274
|
export const BugIcon = createGlobalLucideIcon(RawBug, 'BugIcon');
|
|
236
275
|
export const BugOffIcon = createGlobalLucideIcon(RawBugOff, 'BugOffIcon');
|
|
@@ -248,22 +287,46 @@ export const CircleArrowUpIcon = createGlobalLucideIcon(RawCircleArrowUp, 'Circl
|
|
|
248
287
|
export const CheckCheckIcon = createGlobalLucideIcon(RawCheckCheck, 'CheckCheckIcon');
|
|
249
288
|
export const CheckLineIcon = createGlobalLucideIcon(RawCheckLine, 'CheckLineIcon');
|
|
250
289
|
export const ChevronDownIcon = createGlobalLucideIcon(RawChevronDown, 'ChevronDownIcon');
|
|
290
|
+
export const ChevronsLeftIcon = createGlobalLucideIcon(RawChevronsLeft, 'ChevronsLeftIcon');
|
|
291
|
+
export const ChevronsRightIcon = createGlobalLucideIcon(RawChevronsRight, 'ChevronsRightIcon');
|
|
251
292
|
export const ChevronLeftIcon = createGlobalLucideIcon(RawChevronLeft, 'ChevronLeftIcon');
|
|
252
293
|
export const ChevronRightIcon = createGlobalLucideIcon(RawChevronRight, 'ChevronRightIcon');
|
|
253
294
|
export const ChevronUpIcon = createGlobalLucideIcon(RawChevronUp, 'ChevronUpIcon');
|
|
295
|
+
export const ClipboardTypeIcon = createGlobalLucideIcon(RawClipboardType, 'ClipboardTypeIcon');
|
|
254
296
|
export const CoffeeIcon = createGlobalLucideIcon(RawCoffee, 'CoffeeIcon');
|
|
255
297
|
export const CoinsIcon = createGlobalLucideIcon(RawCoins, 'CoinsIcon');
|
|
256
298
|
export const ComponentIcon = createGlobalLucideIcon(RawComponentIcon, 'ComponentIcon');
|
|
299
|
+
export const CommandIcon = createGlobalLucideIcon(RawCommand, 'CommandIcon');
|
|
257
300
|
export const CopyIcon = createGlobalLucideIcon(RawCopy, 'CopyIcon');
|
|
258
301
|
export const CopyCheckIcon = createGlobalLucideIcon(RawCopyCheck, 'CopyCheckIcon');
|
|
302
|
+
export const CopyrightIcon = createGlobalLucideIcon(RawCopyright, 'CopyrightIcon');
|
|
303
|
+
export const CornerDownLeftIcon = createGlobalLucideIcon(RawCornerDownLeft, 'CornerDownLeftIcon');
|
|
304
|
+
export const CornerDownRightIcon = createGlobalLucideIcon(RawCornerDownRight, 'CornerDownRightIcon');
|
|
305
|
+
export const CornerLeftDownIcon = createGlobalLucideIcon(RawCornerLeftDown, 'CornerLeftDownIcon');
|
|
306
|
+
export const CornerLeftUpIcon = createGlobalLucideIcon(RawCornerLeftUp, 'CornerLeftUpIcon');
|
|
307
|
+
export const CornerRightDownIcon = createGlobalLucideIcon(RawCornerRightDown, 'CornerRightDownIcon');
|
|
308
|
+
export const CornerRightUpIcon = createGlobalLucideIcon(RawCornerRightUp, 'CornerRightUpIcon');
|
|
309
|
+
export const CornerUpLeftIcon = createGlobalLucideIcon(RawCornerUpLeft, 'CornerUpLeftIcon');
|
|
310
|
+
export const CornerUpRightIcon = createGlobalLucideIcon(RawCornerUpRight, 'CornerUpRightIcon');
|
|
311
|
+
export const CreativeCommonsIcon = createGlobalLucideIcon(RawCreativeCommons, 'CreativeCommonsIcon');
|
|
312
|
+
export const CropIcon = createGlobalLucideIcon(RawCrop, 'CropIcon');
|
|
313
|
+
export const CrossIcon = createGlobalLucideIcon(RawCross, 'CrossIcon');
|
|
259
314
|
export const CpuIcon = createGlobalLucideIcon(RawCpu, 'CpuIcon');
|
|
260
315
|
export const DatabaseIcon = createGlobalLucideIcon(RawDatabase, 'DatabaseIcon');
|
|
261
316
|
export const DatabaseZapIcon = createGlobalLucideIcon(RawDatabaseZap, 'DatabaseZapIcon');
|
|
317
|
+
export const DnaIcon = createGlobalLucideIcon(RawDna, 'DnaIcon');
|
|
262
318
|
export const DotIcon = createGlobalLucideIcon(RawDot, 'DotIcon');
|
|
263
319
|
export const DownloadIcon = createGlobalLucideIcon(RawDownload, 'DownloadIcon');
|
|
320
|
+
export const DropletIcon = createGlobalLucideIcon(RawDroplet, 'DropletIcon');
|
|
321
|
+
export const DropletOffIcon = createGlobalLucideIcon(RawDropletOff, 'DropletOffIcon');
|
|
322
|
+
export const DropletsIcon = createGlobalLucideIcon(RawDroplets, 'DropletsIcon');
|
|
323
|
+
export const EggIcon = createGlobalLucideIcon(RawEgg, 'EggIcon');
|
|
324
|
+
export const EggFriedIcon = createGlobalLucideIcon(RawEggFried, 'EggFriedIcon');
|
|
325
|
+
export const EggOffIcon = createGlobalLucideIcon(RawEggOff, 'EggOffIcon');
|
|
264
326
|
export const EllipsisIcon = createGlobalLucideIcon(RawEllipsis, 'EllipsisIcon');
|
|
265
327
|
export const EllipsisVerticalIcon = createGlobalLucideIcon(RawEllipsisVertical, 'EllipsisVerticalIcon');
|
|
266
328
|
export const EyeIcon = createGlobalLucideIcon(RawEye, 'EyeIcon');
|
|
329
|
+
export const EyeClosedIcon = createGlobalLucideIcon(RawEyeClosed, 'EyeClosedIcon');
|
|
267
330
|
export const EyeOffIcon = createGlobalLucideIcon(RawEyeOff, 'EyeOffIcon');
|
|
268
331
|
export const ExternalLinkIcon = createGlobalLucideIcon(RawExternalLink, 'ExternalLinkIcon');
|
|
269
332
|
export const FacebookIcon = createGlobalLucideIcon(RawFacebook, 'FacebookIcon');
|
|
@@ -276,6 +339,7 @@ export const FileUpIcon = createGlobalLucideIcon(RawFileUp, 'FileUpIcon');
|
|
|
276
339
|
export const FingerprintIcon = createGlobalLucideIcon(RawFingerprint, 'FingerprintIcon');
|
|
277
340
|
export const FolderIcon = createGlobalLucideIcon(RawFolder, 'FolderIcon');
|
|
278
341
|
export const FolderOpenIcon = createGlobalLucideIcon(RawFolderOpen, 'FolderOpenIcon');
|
|
342
|
+
export const FrownIcon = createGlobalLucideIcon(RawFrown, 'FrownIcon');
|
|
279
343
|
export const GemIcon = createGlobalLucideIcon(RawGem, 'GemIcon');
|
|
280
344
|
export const GiftIcon = createGlobalLucideIcon(RawGift, 'GiftIcon');
|
|
281
345
|
export const GitMergeIcon = createGlobalLucideIcon(RawGitMerge, 'GitMergeIcon');
|
|
@@ -294,6 +358,8 @@ export const InfoIcon = createGlobalLucideIcon(RawInfo, 'InfoIcon');
|
|
|
294
358
|
export const ImageDownIcon = createGlobalLucideIcon(RawImageDown, 'ImageDownIcon');
|
|
295
359
|
export const ImageOffIcon = createGlobalLucideIcon(RawImageOff, 'ImageOffIcon');
|
|
296
360
|
export const ImageUpIcon = createGlobalLucideIcon(RawImageUp, 'ImageUpIcon');
|
|
361
|
+
export const KeyIcon = createGlobalLucideIcon(RawKey, 'KeyIcon');
|
|
362
|
+
export const KeyRoundIcon = createGlobalLucideIcon(RawKeyRound, 'KeyRoundIcon');
|
|
297
363
|
export const KeyboardIcon = createGlobalLucideIcon(RawKeyboard, 'KeyboardIcon');
|
|
298
364
|
export const LandPlotIcon = createGlobalLucideIcon(RawLandPlot, 'LandPlotIcon');
|
|
299
365
|
export const LanguagesIcon = createGlobalLucideIcon(RawLanguages, 'LanguagesIcon');
|
|
@@ -304,6 +370,7 @@ export const LightbulbIcon = createGlobalLucideIcon(RawLightbulb, 'LightbulbIcon
|
|
|
304
370
|
export const LinkIcon = createGlobalLucideIcon(RawLink, 'LinkIcon');
|
|
305
371
|
export const ListTodoIcon = createGlobalLucideIcon(RawListTodo, 'ListTodoIcon');
|
|
306
372
|
export const Loader2Icon = createGlobalLucideIcon(RawLoader2, 'Loader2Icon');
|
|
373
|
+
export const LocateIcon = createGlobalLucideIcon(RawLocate, 'LocateIcon');
|
|
307
374
|
export const LogInIcon = createGlobalLucideIcon(RawLogIn, 'LogInIcon');
|
|
308
375
|
export const LogOutIcon = createGlobalLucideIcon(RawLogOut, 'LogOutIcon');
|
|
309
376
|
export const MailIcon = createGlobalLucideIcon(RawMail, 'MailIcon');
|
|
@@ -326,6 +393,7 @@ export const PinOffIcon = createGlobalLucideIcon(RawPinOff, 'PinOffIcon');
|
|
|
326
393
|
export const PlusIcon = createGlobalLucideIcon(RawPlus, 'PlusIcon');
|
|
327
394
|
export const QrCodeIcon = createGlobalLucideIcon(RawQrCode, 'QrCodeIcon');
|
|
328
395
|
export const ReceiptTextIcon = createGlobalLucideIcon(RawReceiptText, 'ReceiptTextIcon');
|
|
396
|
+
export const Redo2Icon = createGlobalLucideIcon(RawRedo2, 'Redo2Icon');
|
|
329
397
|
export const RefreshCcwIcon = createGlobalLucideIcon(RawRefreshCcw, 'RefreshCcwIcon');
|
|
330
398
|
export const RegexIcon = createGlobalLucideIcon(RawRegex, 'RegexIcon');
|
|
331
399
|
export const ReplaceIcon = createGlobalLucideIcon(RawReplace, 'ReplaceIcon');
|
|
@@ -343,8 +411,11 @@ export const ShareIcon = createGlobalLucideIcon(RawShare, 'ShareIcon');
|
|
|
343
411
|
export const SigmaIcon = createGlobalLucideIcon(RawSigma, 'SigmaIcon');
|
|
344
412
|
export const ShieldUserIcon = createGlobalLucideIcon(RawShieldUser, 'ShieldUserIcon');
|
|
345
413
|
export const ShoppingCartIcon = createGlobalLucideIcon(RawShoppingCart, 'ShoppingCartIcon');
|
|
414
|
+
export const SmileIcon = createGlobalLucideIcon(RawSmile, 'SmileIcon');
|
|
415
|
+
export const SmilePlusIcon = createGlobalLucideIcon(RawSmilePlus, 'SmilePlusIcon');
|
|
346
416
|
export const SproutIcon = createGlobalLucideIcon(RawSprout, 'SproutIcon');
|
|
347
417
|
export const SquareDashedBottomCodeIcon = createGlobalLucideIcon(RawSquareDashedBottomCode, 'SquareDashedBottomCodeIcon');
|
|
418
|
+
export const SquaresExcludeIcon = createGlobalLucideIcon(RawSquaresExclude, 'SquaresExcludeIcon');
|
|
348
419
|
export const SquareTerminalIcon = createGlobalLucideIcon(RawSquareTerminal, 'SquareTerminalIcon');
|
|
349
420
|
export const ServerIcon = createGlobalLucideIcon(RawServer, 'ServerIcon');
|
|
350
421
|
export const SplinePointerIcon = createGlobalLucideIcon(RawSplinePointer, 'SplinePointerIcon');
|
|
@@ -355,6 +426,7 @@ export const TabletsIcon = createGlobalLucideIcon(RawTablets, 'TabletsIcon');
|
|
|
355
426
|
export const TerminalIcon = createGlobalLucideIcon(RawTerminal, 'TerminalIcon');
|
|
356
427
|
export const Trash2Icon = createGlobalLucideIcon(RawTrash2, 'Trash2Icon');
|
|
357
428
|
export const TwitterIcon = createGlobalLucideIcon(RawTwitter, 'TwitterIcon');
|
|
429
|
+
export const Undo2Icon = createGlobalLucideIcon(RawUndo2, 'Undo2Icon');
|
|
358
430
|
export const UsbIcon = createGlobalLucideIcon(RawUsb, 'UsbIcon');
|
|
359
431
|
export const UserRoundCheckIcon = createGlobalLucideIcon(RawUserRoundCheck, 'UserRoundCheckIcon');
|
|
360
432
|
export const Wand2Icon = createGlobalLucideIcon(RawWand2, 'Wand2Icon');
|