@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/dist/icons/index.js
CHANGED
|
@@ -68,6 +68,9 @@ const BrainCircuitIcon = iconFactory.createGlobalLucideIcon(lucideReact.BrainCir
|
|
|
68
68
|
const BriefcaseIcon = iconFactory.createGlobalLucideIcon(lucideReact.Briefcase, 'BriefcaseIcon');
|
|
69
69
|
const BringToFrontIcon = iconFactory.createGlobalLucideIcon(lucideReact.BringToFront, 'BringToFrontIcon');
|
|
70
70
|
const BrushCleaningIcon = iconFactory.createGlobalLucideIcon(lucideReact.BrushCleaning, 'BrushCleaningIcon');
|
|
71
|
+
const CalendarClockIcon = iconFactory.createGlobalLucideIcon(lucideReact.CalendarClock, 'CalendarClockIcon');
|
|
72
|
+
const CalendarDaysIcon = iconFactory.createGlobalLucideIcon(lucideReact.CalendarDays, 'CalendarDaysIcon');
|
|
73
|
+
const CalendarHeartIcon = iconFactory.createGlobalLucideIcon(lucideReact.CalendarHeart, 'CalendarHeartIcon');
|
|
71
74
|
const Building2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Building2, 'Building2Icon');
|
|
72
75
|
const BugIcon = iconFactory.createGlobalLucideIcon(lucideReact.Bug, 'BugIcon');
|
|
73
76
|
const BugOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.BugOff, 'BugOffIcon');
|
|
@@ -85,22 +88,46 @@ const CircleArrowUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.CircleA
|
|
|
85
88
|
const CheckCheckIcon = iconFactory.createGlobalLucideIcon(lucideReact.CheckCheck, 'CheckCheckIcon');
|
|
86
89
|
const CheckLineIcon = iconFactory.createGlobalLucideIcon(lucideReact.CheckLine, 'CheckLineIcon');
|
|
87
90
|
const ChevronDownIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronDown, 'ChevronDownIcon');
|
|
91
|
+
const ChevronsLeftIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronsLeft, 'ChevronsLeftIcon');
|
|
92
|
+
const ChevronsRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronsRight, 'ChevronsRightIcon');
|
|
88
93
|
const ChevronLeftIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronLeft, 'ChevronLeftIcon');
|
|
89
94
|
const ChevronRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronRight, 'ChevronRightIcon');
|
|
90
95
|
const ChevronUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronUp, 'ChevronUpIcon');
|
|
96
|
+
const ClipboardTypeIcon = iconFactory.createGlobalLucideIcon(lucideReact.ClipboardType, 'ClipboardTypeIcon');
|
|
91
97
|
const CoffeeIcon = iconFactory.createGlobalLucideIcon(lucideReact.Coffee, 'CoffeeIcon');
|
|
92
98
|
const CoinsIcon = iconFactory.createGlobalLucideIcon(lucideReact.Coins, 'CoinsIcon');
|
|
93
99
|
const ComponentIcon = iconFactory.createGlobalLucideIcon(lucideReact.Component, 'ComponentIcon');
|
|
100
|
+
const CommandIcon = iconFactory.createGlobalLucideIcon(lucideReact.Command, 'CommandIcon');
|
|
94
101
|
const CopyIcon = iconFactory.createGlobalLucideIcon(lucideReact.Copy, 'CopyIcon');
|
|
95
102
|
const CopyCheckIcon = iconFactory.createGlobalLucideIcon(lucideReact.CopyCheck, 'CopyCheckIcon');
|
|
103
|
+
const CopyrightIcon = iconFactory.createGlobalLucideIcon(lucideReact.Copyright, 'CopyrightIcon');
|
|
104
|
+
const CornerDownLeftIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerDownLeft, 'CornerDownLeftIcon');
|
|
105
|
+
const CornerDownRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerDownRight, 'CornerDownRightIcon');
|
|
106
|
+
const CornerLeftDownIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerLeftDown, 'CornerLeftDownIcon');
|
|
107
|
+
const CornerLeftUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerLeftUp, 'CornerLeftUpIcon');
|
|
108
|
+
const CornerRightDownIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerRightDown, 'CornerRightDownIcon');
|
|
109
|
+
const CornerRightUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerRightUp, 'CornerRightUpIcon');
|
|
110
|
+
const CornerUpLeftIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerUpLeft, 'CornerUpLeftIcon');
|
|
111
|
+
const CornerUpRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.CornerUpRight, 'CornerUpRightIcon');
|
|
112
|
+
const CreativeCommonsIcon = iconFactory.createGlobalLucideIcon(lucideReact.CreativeCommons, 'CreativeCommonsIcon');
|
|
113
|
+
const CropIcon = iconFactory.createGlobalLucideIcon(lucideReact.Crop, 'CropIcon');
|
|
114
|
+
const CrossIcon = iconFactory.createGlobalLucideIcon(lucideReact.Cross, 'CrossIcon');
|
|
96
115
|
const CpuIcon = iconFactory.createGlobalLucideIcon(lucideReact.Cpu, 'CpuIcon');
|
|
97
116
|
const DatabaseIcon = iconFactory.createGlobalLucideIcon(lucideReact.Database, 'DatabaseIcon');
|
|
98
117
|
const DatabaseZapIcon = iconFactory.createGlobalLucideIcon(lucideReact.DatabaseZap, 'DatabaseZapIcon');
|
|
118
|
+
const DnaIcon = iconFactory.createGlobalLucideIcon(lucideReact.Dna, 'DnaIcon');
|
|
99
119
|
const DotIcon = iconFactory.createGlobalLucideIcon(lucideReact.Dot, 'DotIcon');
|
|
100
120
|
const DownloadIcon = iconFactory.createGlobalLucideIcon(lucideReact.Download, 'DownloadIcon');
|
|
121
|
+
const DropletIcon = iconFactory.createGlobalLucideIcon(lucideReact.Droplet, 'DropletIcon');
|
|
122
|
+
const DropletOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.DropletOff, 'DropletOffIcon');
|
|
123
|
+
const DropletsIcon = iconFactory.createGlobalLucideIcon(lucideReact.Droplets, 'DropletsIcon');
|
|
124
|
+
const EggIcon = iconFactory.createGlobalLucideIcon(lucideReact.Egg, 'EggIcon');
|
|
125
|
+
const EggFriedIcon = iconFactory.createGlobalLucideIcon(lucideReact.EggFried, 'EggFriedIcon');
|
|
126
|
+
const EggOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.EggOff, 'EggOffIcon');
|
|
101
127
|
const EllipsisIcon = iconFactory.createGlobalLucideIcon(lucideReact.Ellipsis, 'EllipsisIcon');
|
|
102
128
|
const EllipsisVerticalIcon = iconFactory.createGlobalLucideIcon(lucideReact.EllipsisVertical, 'EllipsisVerticalIcon');
|
|
103
129
|
const EyeIcon = iconFactory.createGlobalLucideIcon(lucideReact.Eye, 'EyeIcon');
|
|
130
|
+
const EyeClosedIcon = iconFactory.createGlobalLucideIcon(lucideReact.EyeClosed, 'EyeClosedIcon');
|
|
104
131
|
const EyeOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.EyeOff, 'EyeOffIcon');
|
|
105
132
|
const ExternalLinkIcon = iconFactory.createGlobalLucideIcon(lucideReact.ExternalLink, 'ExternalLinkIcon');
|
|
106
133
|
const FacebookIcon = iconFactory.createGlobalLucideIcon(lucideReact.Facebook, 'FacebookIcon');
|
|
@@ -113,6 +140,7 @@ const FileUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.FileUp, 'FileU
|
|
|
113
140
|
const FingerprintIcon = iconFactory.createGlobalLucideIcon(lucideReact.Fingerprint, 'FingerprintIcon');
|
|
114
141
|
const FolderIcon = iconFactory.createGlobalLucideIcon(lucideReact.Folder, 'FolderIcon');
|
|
115
142
|
const FolderOpenIcon = iconFactory.createGlobalLucideIcon(lucideReact.FolderOpen, 'FolderOpenIcon');
|
|
143
|
+
const FrownIcon = iconFactory.createGlobalLucideIcon(lucideReact.Frown, 'FrownIcon');
|
|
116
144
|
const GemIcon = iconFactory.createGlobalLucideIcon(lucideReact.Gem, 'GemIcon');
|
|
117
145
|
const GiftIcon = iconFactory.createGlobalLucideIcon(lucideReact.Gift, 'GiftIcon');
|
|
118
146
|
const GitMergeIcon = iconFactory.createGlobalLucideIcon(lucideReact.GitMerge, 'GitMergeIcon');
|
|
@@ -131,6 +159,8 @@ const InfoIcon = iconFactory.createGlobalLucideIcon(lucideReact.Info, 'InfoIcon'
|
|
|
131
159
|
const ImageDownIcon = iconFactory.createGlobalLucideIcon(lucideReact.ImageDown, 'ImageDownIcon');
|
|
132
160
|
const ImageOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.ImageOff, 'ImageOffIcon');
|
|
133
161
|
const ImageUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.ImageUp, 'ImageUpIcon');
|
|
162
|
+
const KeyIcon = iconFactory.createGlobalLucideIcon(lucideReact.Key, 'KeyIcon');
|
|
163
|
+
const KeyRoundIcon = iconFactory.createGlobalLucideIcon(lucideReact.KeyRound, 'KeyRoundIcon');
|
|
134
164
|
const KeyboardIcon = iconFactory.createGlobalLucideIcon(lucideReact.Keyboard, 'KeyboardIcon');
|
|
135
165
|
const LandPlotIcon = iconFactory.createGlobalLucideIcon(lucideReact.LandPlot, 'LandPlotIcon');
|
|
136
166
|
const LanguagesIcon = iconFactory.createGlobalLucideIcon(lucideReact.Languages, 'LanguagesIcon');
|
|
@@ -141,6 +171,7 @@ const LightbulbIcon = iconFactory.createGlobalLucideIcon(lucideReact.Lightbulb,
|
|
|
141
171
|
const LinkIcon = iconFactory.createGlobalLucideIcon(lucideReact.Link, 'LinkIcon');
|
|
142
172
|
const ListTodoIcon = iconFactory.createGlobalLucideIcon(lucideReact.ListTodo, 'ListTodoIcon');
|
|
143
173
|
const Loader2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Loader2, 'Loader2Icon');
|
|
174
|
+
const LocateIcon = iconFactory.createGlobalLucideIcon(lucideReact.Locate, 'LocateIcon');
|
|
144
175
|
const LogInIcon = iconFactory.createGlobalLucideIcon(lucideReact.LogIn, 'LogInIcon');
|
|
145
176
|
const LogOutIcon = iconFactory.createGlobalLucideIcon(lucideReact.LogOut, 'LogOutIcon');
|
|
146
177
|
const MailIcon = iconFactory.createGlobalLucideIcon(lucideReact.Mail, 'MailIcon');
|
|
@@ -163,6 +194,7 @@ const PinOffIcon = iconFactory.createGlobalLucideIcon(lucideReact.PinOff, 'PinOf
|
|
|
163
194
|
const PlusIcon = iconFactory.createGlobalLucideIcon(lucideReact.Plus, 'PlusIcon');
|
|
164
195
|
const QrCodeIcon = iconFactory.createGlobalLucideIcon(lucideReact.QrCode, 'QrCodeIcon');
|
|
165
196
|
const ReceiptTextIcon = iconFactory.createGlobalLucideIcon(lucideReact.ReceiptText, 'ReceiptTextIcon');
|
|
197
|
+
const Redo2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Redo2, 'Redo2Icon');
|
|
166
198
|
const RefreshCcwIcon = iconFactory.createGlobalLucideIcon(lucideReact.RefreshCcw, 'RefreshCcwIcon');
|
|
167
199
|
const RegexIcon = iconFactory.createGlobalLucideIcon(lucideReact.Regex, 'RegexIcon');
|
|
168
200
|
const ReplaceIcon = iconFactory.createGlobalLucideIcon(lucideReact.Replace, 'ReplaceIcon');
|
|
@@ -180,8 +212,11 @@ const ShareIcon = iconFactory.createGlobalLucideIcon(lucideReact.Share, 'ShareIc
|
|
|
180
212
|
const SigmaIcon = iconFactory.createGlobalLucideIcon(lucideReact.Sigma, 'SigmaIcon');
|
|
181
213
|
const ShieldUserIcon = iconFactory.createGlobalLucideIcon(lucideReact.ShieldUser, 'ShieldUserIcon');
|
|
182
214
|
const ShoppingCartIcon = iconFactory.createGlobalLucideIcon(lucideReact.ShoppingCart, 'ShoppingCartIcon');
|
|
215
|
+
const SmileIcon = iconFactory.createGlobalLucideIcon(lucideReact.Smile, 'SmileIcon');
|
|
216
|
+
const SmilePlusIcon = iconFactory.createGlobalLucideIcon(lucideReact.SmilePlus, 'SmilePlusIcon');
|
|
183
217
|
const SproutIcon = iconFactory.createGlobalLucideIcon(lucideReact.Sprout, 'SproutIcon');
|
|
184
218
|
const SquareDashedBottomCodeIcon = iconFactory.createGlobalLucideIcon(lucideReact.SquareDashedBottomCode, 'SquareDashedBottomCodeIcon');
|
|
219
|
+
const SquaresExcludeIcon = iconFactory.createGlobalLucideIcon(lucideReact.SquaresExclude, 'SquaresExcludeIcon');
|
|
185
220
|
const SquareTerminalIcon = iconFactory.createGlobalLucideIcon(lucideReact.SquareTerminal, 'SquareTerminalIcon');
|
|
186
221
|
const ServerIcon = iconFactory.createGlobalLucideIcon(lucideReact.Server, 'ServerIcon');
|
|
187
222
|
const SplinePointerIcon = iconFactory.createGlobalLucideIcon(lucideReact.SplinePointer, 'SplinePointerIcon');
|
|
@@ -192,6 +227,7 @@ const TabletsIcon = iconFactory.createGlobalLucideIcon(lucideReact.Tablets, 'Tab
|
|
|
192
227
|
const TerminalIcon = iconFactory.createGlobalLucideIcon(lucideReact.Terminal, 'TerminalIcon');
|
|
193
228
|
const Trash2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Trash2, 'Trash2Icon');
|
|
194
229
|
const TwitterIcon = iconFactory.createGlobalLucideIcon(lucideReact.Twitter, 'TwitterIcon');
|
|
230
|
+
const Undo2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Undo2, 'Undo2Icon');
|
|
195
231
|
const UsbIcon = iconFactory.createGlobalLucideIcon(lucideReact.Usb, 'UsbIcon');
|
|
196
232
|
const UserRoundCheckIcon = iconFactory.createGlobalLucideIcon(lucideReact.UserRoundCheck, 'UserRoundCheckIcon');
|
|
197
233
|
const Wand2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Wand2, 'Wand2Icon');
|
|
@@ -276,6 +312,9 @@ exports.BugOffIcon = BugOffIcon;
|
|
|
276
312
|
exports.Building2Icon = Building2Icon;
|
|
277
313
|
exports.CSSIcon = CSSIcon;
|
|
278
314
|
exports.CSVIcon = CSVIcon;
|
|
315
|
+
exports.CalendarClockIcon = CalendarClockIcon;
|
|
316
|
+
exports.CalendarDaysIcon = CalendarDaysIcon;
|
|
317
|
+
exports.CalendarHeartIcon = CalendarHeartIcon;
|
|
279
318
|
exports.CarIcon = CarIcon;
|
|
280
319
|
exports.ChartColumnStackedIcon = ChartColumnStackedIcon;
|
|
281
320
|
exports.CheckCheckIcon = CheckCheckIcon;
|
|
@@ -285,6 +324,8 @@ exports.ChevronDownIcon = ChevronDownIcon;
|
|
|
285
324
|
exports.ChevronLeftIcon = ChevronLeftIcon;
|
|
286
325
|
exports.ChevronRightIcon = ChevronRightIcon;
|
|
287
326
|
exports.ChevronUpIcon = ChevronUpIcon;
|
|
327
|
+
exports.ChevronsLeftIcon = ChevronsLeftIcon;
|
|
328
|
+
exports.ChevronsRightIcon = ChevronsRightIcon;
|
|
288
329
|
exports.CircleAlertIcon = CircleAlertIcon;
|
|
289
330
|
exports.CircleArrowDownIcon = CircleArrowDownIcon;
|
|
290
331
|
exports.CircleArrowUpIcon = CircleArrowUpIcon;
|
|
@@ -293,22 +334,44 @@ exports.CircleQuestionMarkIcon = CircleQuestionMarkIcon;
|
|
|
293
334
|
exports.CircleSmallIcon = CircleSmallIcon;
|
|
294
335
|
exports.CircleStopIcon = CircleStopIcon;
|
|
295
336
|
exports.ClerkIcon = ClerkIcon;
|
|
337
|
+
exports.ClipboardTypeIcon = ClipboardTypeIcon;
|
|
296
338
|
exports.CoffeeIcon = CoffeeIcon;
|
|
297
339
|
exports.CoinsIcon = CoinsIcon;
|
|
340
|
+
exports.CommandIcon = CommandIcon;
|
|
298
341
|
exports.ComponentIcon = ComponentIcon;
|
|
299
342
|
exports.CopyCheckIcon = CopyCheckIcon;
|
|
300
343
|
exports.CopyIcon = CopyIcon;
|
|
344
|
+
exports.CopyrightIcon = CopyrightIcon;
|
|
345
|
+
exports.CornerDownLeftIcon = CornerDownLeftIcon;
|
|
346
|
+
exports.CornerDownRightIcon = CornerDownRightIcon;
|
|
347
|
+
exports.CornerLeftDownIcon = CornerLeftDownIcon;
|
|
348
|
+
exports.CornerLeftUpIcon = CornerLeftUpIcon;
|
|
349
|
+
exports.CornerRightDownIcon = CornerRightDownIcon;
|
|
350
|
+
exports.CornerRightUpIcon = CornerRightUpIcon;
|
|
351
|
+
exports.CornerUpLeftIcon = CornerUpLeftIcon;
|
|
352
|
+
exports.CornerUpRightIcon = CornerUpRightIcon;
|
|
301
353
|
exports.CpuIcon = CpuIcon;
|
|
354
|
+
exports.CreativeCommonsIcon = CreativeCommonsIcon;
|
|
355
|
+
exports.CropIcon = CropIcon;
|
|
356
|
+
exports.CrossIcon = CrossIcon;
|
|
302
357
|
exports.D8Icon = D8Icon;
|
|
303
358
|
exports.DPAIcon = DPAIcon;
|
|
304
359
|
exports.DatabaseIcon = DatabaseIcon;
|
|
305
360
|
exports.DatabaseZapIcon = DatabaseZapIcon;
|
|
306
361
|
exports.DiffIcon = DiffIcon;
|
|
362
|
+
exports.DnaIcon = DnaIcon;
|
|
307
363
|
exports.DotIcon = DotIcon;
|
|
308
364
|
exports.DownloadIcon = DownloadIcon;
|
|
365
|
+
exports.DropletIcon = DropletIcon;
|
|
366
|
+
exports.DropletOffIcon = DropletOffIcon;
|
|
367
|
+
exports.DropletsIcon = DropletsIcon;
|
|
368
|
+
exports.EggFriedIcon = EggFriedIcon;
|
|
369
|
+
exports.EggIcon = EggIcon;
|
|
370
|
+
exports.EggOffIcon = EggOffIcon;
|
|
309
371
|
exports.EllipsisIcon = EllipsisIcon;
|
|
310
372
|
exports.EllipsisVerticalIcon = EllipsisVerticalIcon;
|
|
311
373
|
exports.ExternalLinkIcon = ExternalLinkIcon;
|
|
374
|
+
exports.EyeClosedIcon = EyeClosedIcon;
|
|
312
375
|
exports.EyeIcon = EyeIcon;
|
|
313
376
|
exports.EyeOffIcon = EyeOffIcon;
|
|
314
377
|
exports.FAQBIcon = FAQBIcon;
|
|
@@ -323,6 +386,7 @@ exports.FileUpIcon = FileUpIcon;
|
|
|
323
386
|
exports.FingerprintIcon = FingerprintIcon;
|
|
324
387
|
exports.FolderIcon = FolderIcon;
|
|
325
388
|
exports.FolderOpenIcon = FolderOpenIcon;
|
|
389
|
+
exports.FrownIcon = FrownIcon;
|
|
326
390
|
exports.GemIcon = GemIcon;
|
|
327
391
|
exports.GiftIcon = GiftIcon;
|
|
328
392
|
exports.GitHubIcon = GitHubIcon;
|
|
@@ -347,6 +411,8 @@ exports.InfoIcon = InfoIcon;
|
|
|
347
411
|
exports.ItermIcon = ItermIcon;
|
|
348
412
|
exports.JavaIcon = JavaIcon;
|
|
349
413
|
exports.JsonIcon = JsonIcon;
|
|
414
|
+
exports.KeyIcon = KeyIcon;
|
|
415
|
+
exports.KeyRoundIcon = KeyRoundIcon;
|
|
350
416
|
exports.KeyboardIcon = KeyboardIcon;
|
|
351
417
|
exports.LandPlotIcon = LandPlotIcon;
|
|
352
418
|
exports.LanguagesIcon = LanguagesIcon;
|
|
@@ -358,6 +424,7 @@ exports.LightbulbIcon = LightbulbIcon;
|
|
|
358
424
|
exports.LinkIcon = LinkIcon;
|
|
359
425
|
exports.ListTodoIcon = ListTodoIcon;
|
|
360
426
|
exports.Loader2Icon = Loader2Icon;
|
|
427
|
+
exports.LocateIcon = LocateIcon;
|
|
361
428
|
exports.LogIcon = LogIcon;
|
|
362
429
|
exports.LogInIcon = LogInIcon;
|
|
363
430
|
exports.LogOutIcon = LogOutIcon;
|
|
@@ -385,6 +452,7 @@ exports.PinOffIcon = PinOffIcon;
|
|
|
385
452
|
exports.PlusIcon = PlusIcon;
|
|
386
453
|
exports.QrCodeIcon = QrCodeIcon;
|
|
387
454
|
exports.ReceiptTextIcon = ReceiptTextIcon;
|
|
455
|
+
exports.Redo2Icon = Redo2Icon;
|
|
388
456
|
exports.RefreshCcwIcon = RefreshCcwIcon;
|
|
389
457
|
exports.RegexIcon = RegexIcon;
|
|
390
458
|
exports.ReplaceIcon = ReplaceIcon;
|
|
@@ -406,12 +474,15 @@ exports.ShieldIcon = ShieldIcon;
|
|
|
406
474
|
exports.ShieldUserIcon = ShieldUserIcon;
|
|
407
475
|
exports.ShoppingCartIcon = ShoppingCartIcon;
|
|
408
476
|
exports.SigmaIcon = SigmaIcon;
|
|
477
|
+
exports.SmileIcon = SmileIcon;
|
|
478
|
+
exports.SmilePlusIcon = SmilePlusIcon;
|
|
409
479
|
exports.SnippetsIcon = SnippetsIcon;
|
|
410
480
|
exports.SparklesIcon = SparklesIcon;
|
|
411
481
|
exports.SplinePointerIcon = SplinePointerIcon;
|
|
412
482
|
exports.SproutIcon = SproutIcon;
|
|
413
483
|
exports.SquareDashedBottomCodeIcon = SquareDashedBottomCodeIcon;
|
|
414
484
|
exports.SquareTerminalIcon = SquareTerminalIcon;
|
|
485
|
+
exports.SquaresExcludeIcon = SquaresExcludeIcon;
|
|
415
486
|
exports.StarIcon = StarIcon;
|
|
416
487
|
exports.SubPIcon = SubPIcon;
|
|
417
488
|
exports.SunIcon = SunIcon;
|
|
@@ -422,6 +493,7 @@ exports.TestIcon = TestIcon;
|
|
|
422
493
|
exports.Trash2Icon = Trash2Icon;
|
|
423
494
|
exports.TwitterIcon = TwitterIcon;
|
|
424
495
|
exports.TxtIcon = TxtIcon;
|
|
496
|
+
exports.Undo2Icon = Undo2Icon;
|
|
425
497
|
exports.UsbIcon = UsbIcon;
|
|
426
498
|
exports.UserRoundCheckIcon = UserRoundCheckIcon;
|
|
427
499
|
exports.Wand2Icon = Wand2Icon;
|
package/dist/icons/index.mjs
CHANGED
|
@@ -31,7 +31,7 @@ import XMLIcon$1 from '../assets/xml.mjs';
|
|
|
31
31
|
import YamlIcon$1 from '../assets/yaml.mjs';
|
|
32
32
|
import { createGlobalLucideIcon, createGlobalIcon } from '../components/icon-factory.mjs';
|
|
33
33
|
export { GlobalAccentIcon } from '../components/icon-factory.mjs';
|
|
34
|
-
import { Loader2, ChevronRight, Check, Circle, Album, Airplay, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeInfo, BadgeAlert, BadgeCheck, BadgeX, Bell, Binary, Blocks, BookX, BookOpen, BookAudio, BookA, BookCheck, BookDown, BookHeadphones, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, Building2, Bug, BugOff, BadgeQuestionMark, Car, ChartColumnStacked, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, CircleArrowDown, CircleArrowUp, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronUp, Coffee, Coins, Component, Copy, CopyCheck, Cpu, Database, DatabaseZap, Dot, Download, Ellipsis, EllipsisVertical, Eye, EyeOff, ExternalLink, Facebook, Shield, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, History, HousePlus, Infinity, Info, ImageDown, ImageOff, ImageUp, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, Library, Lightbulb, Link, ListTodo, LogIn, LogOut, Mail, MessageCircleMore, MessageCircleCode, MessageSquareDiff, Music4, Moon, MoreHorizontal, MousePointerClick, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, Pin, PinOff, Plus, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, Send, SendHorizontal, Settings, Settings2, Share, Sigma, ShieldUser, ShoppingCart, Sprout, SquareDashedBottomCode, SquareTerminal, Server, SplinePointer, Sparkles, Star, Sun, Tablets, Terminal, Trash2, Twitter, Usb, UserRoundCheck, Wand2, Workflow, X, Zap } from 'lucide-react';
|
|
34
|
+
import { Loader2, ChevronRight, Check, Circle, Album, Airplay, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeInfo, BadgeAlert, BadgeCheck, BadgeX, Bell, Binary, Blocks, BookX, BookOpen, BookAudio, BookA, BookCheck, BookDown, BookHeadphones, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, CalendarClock, CalendarDays, CalendarHeart, Building2, Bug, BugOff, BadgeQuestionMark, Car, ChartColumnStacked, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, CircleArrowDown, CircleArrowUp, CheckCheck, CheckLine, ChevronDown, ChevronsLeft, ChevronsRight, ChevronLeft, ChevronUp, ClipboardType, Coffee, Coins, Component, Command, Copy, CopyCheck, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, CreativeCommons, Crop, Cross, Cpu, Database, DatabaseZap, Dna, Dot, Download, Droplet, DropletOff, Droplets, Egg, EggFried, EggOff, Ellipsis, EllipsisVertical, Eye, EyeClosed, EyeOff, ExternalLink, Facebook, Shield, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Frown, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, History, HousePlus, Infinity, Info, ImageDown, ImageOff, ImageUp, Key, KeyRound, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, Library, Lightbulb, Link, ListTodo, Locate, LogIn, LogOut, Mail, MessageCircleMore, MessageCircleCode, MessageSquareDiff, Music4, Moon, MoreHorizontal, MousePointerClick, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, Pin, PinOff, Plus, QrCode, ReceiptText, Redo2, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, Send, SendHorizontal, Settings, Settings2, Share, Sigma, ShieldUser, ShoppingCart, Smile, SmilePlus, Sprout, SquareDashedBottomCode, SquaresExclude, SquareTerminal, Server, SplinePointer, Sparkles, Star, Sun, Tablets, Terminal, Trash2, Twitter, Undo2, Usb, UserRoundCheck, Wand2, Workflow, X, Zap } from 'lucide-react';
|
|
35
35
|
export { getGlobalIcon, getIconElement, globalLucideIcons } from '../components/global-icon.mjs';
|
|
36
36
|
export { createSiteIcon } from '../components/site-icon.mjs';
|
|
37
37
|
|
|
@@ -67,6 +67,9 @@ const BrainCircuitIcon = createGlobalLucideIcon(BrainCircuit, 'BrainCircuitIcon'
|
|
|
67
67
|
const BriefcaseIcon = createGlobalLucideIcon(Briefcase, 'BriefcaseIcon');
|
|
68
68
|
const BringToFrontIcon = createGlobalLucideIcon(BringToFront, 'BringToFrontIcon');
|
|
69
69
|
const BrushCleaningIcon = createGlobalLucideIcon(BrushCleaning, 'BrushCleaningIcon');
|
|
70
|
+
const CalendarClockIcon = createGlobalLucideIcon(CalendarClock, 'CalendarClockIcon');
|
|
71
|
+
const CalendarDaysIcon = createGlobalLucideIcon(CalendarDays, 'CalendarDaysIcon');
|
|
72
|
+
const CalendarHeartIcon = createGlobalLucideIcon(CalendarHeart, 'CalendarHeartIcon');
|
|
70
73
|
const Building2Icon = createGlobalLucideIcon(Building2, 'Building2Icon');
|
|
71
74
|
const BugIcon = createGlobalLucideIcon(Bug, 'BugIcon');
|
|
72
75
|
const BugOffIcon = createGlobalLucideIcon(BugOff, 'BugOffIcon');
|
|
@@ -84,22 +87,46 @@ const CircleArrowUpIcon = createGlobalLucideIcon(CircleArrowUp, 'CircleArrowUpIc
|
|
|
84
87
|
const CheckCheckIcon = createGlobalLucideIcon(CheckCheck, 'CheckCheckIcon');
|
|
85
88
|
const CheckLineIcon = createGlobalLucideIcon(CheckLine, 'CheckLineIcon');
|
|
86
89
|
const ChevronDownIcon = createGlobalLucideIcon(ChevronDown, 'ChevronDownIcon');
|
|
90
|
+
const ChevronsLeftIcon = createGlobalLucideIcon(ChevronsLeft, 'ChevronsLeftIcon');
|
|
91
|
+
const ChevronsRightIcon = createGlobalLucideIcon(ChevronsRight, 'ChevronsRightIcon');
|
|
87
92
|
const ChevronLeftIcon = createGlobalLucideIcon(ChevronLeft, 'ChevronLeftIcon');
|
|
88
93
|
const ChevronRightIcon = createGlobalLucideIcon(ChevronRight, 'ChevronRightIcon');
|
|
89
94
|
const ChevronUpIcon = createGlobalLucideIcon(ChevronUp, 'ChevronUpIcon');
|
|
95
|
+
const ClipboardTypeIcon = createGlobalLucideIcon(ClipboardType, 'ClipboardTypeIcon');
|
|
90
96
|
const CoffeeIcon = createGlobalLucideIcon(Coffee, 'CoffeeIcon');
|
|
91
97
|
const CoinsIcon = createGlobalLucideIcon(Coins, 'CoinsIcon');
|
|
92
98
|
const ComponentIcon = createGlobalLucideIcon(Component, 'ComponentIcon');
|
|
99
|
+
const CommandIcon = createGlobalLucideIcon(Command, 'CommandIcon');
|
|
93
100
|
const CopyIcon = createGlobalLucideIcon(Copy, 'CopyIcon');
|
|
94
101
|
const CopyCheckIcon = createGlobalLucideIcon(CopyCheck, 'CopyCheckIcon');
|
|
102
|
+
const CopyrightIcon = createGlobalLucideIcon(Copyright, 'CopyrightIcon');
|
|
103
|
+
const CornerDownLeftIcon = createGlobalLucideIcon(CornerDownLeft, 'CornerDownLeftIcon');
|
|
104
|
+
const CornerDownRightIcon = createGlobalLucideIcon(CornerDownRight, 'CornerDownRightIcon');
|
|
105
|
+
const CornerLeftDownIcon = createGlobalLucideIcon(CornerLeftDown, 'CornerLeftDownIcon');
|
|
106
|
+
const CornerLeftUpIcon = createGlobalLucideIcon(CornerLeftUp, 'CornerLeftUpIcon');
|
|
107
|
+
const CornerRightDownIcon = createGlobalLucideIcon(CornerRightDown, 'CornerRightDownIcon');
|
|
108
|
+
const CornerRightUpIcon = createGlobalLucideIcon(CornerRightUp, 'CornerRightUpIcon');
|
|
109
|
+
const CornerUpLeftIcon = createGlobalLucideIcon(CornerUpLeft, 'CornerUpLeftIcon');
|
|
110
|
+
const CornerUpRightIcon = createGlobalLucideIcon(CornerUpRight, 'CornerUpRightIcon');
|
|
111
|
+
const CreativeCommonsIcon = createGlobalLucideIcon(CreativeCommons, 'CreativeCommonsIcon');
|
|
112
|
+
const CropIcon = createGlobalLucideIcon(Crop, 'CropIcon');
|
|
113
|
+
const CrossIcon = createGlobalLucideIcon(Cross, 'CrossIcon');
|
|
95
114
|
const CpuIcon = createGlobalLucideIcon(Cpu, 'CpuIcon');
|
|
96
115
|
const DatabaseIcon = createGlobalLucideIcon(Database, 'DatabaseIcon');
|
|
97
116
|
const DatabaseZapIcon = createGlobalLucideIcon(DatabaseZap, 'DatabaseZapIcon');
|
|
117
|
+
const DnaIcon = createGlobalLucideIcon(Dna, 'DnaIcon');
|
|
98
118
|
const DotIcon = createGlobalLucideIcon(Dot, 'DotIcon');
|
|
99
119
|
const DownloadIcon = createGlobalLucideIcon(Download, 'DownloadIcon');
|
|
120
|
+
const DropletIcon = createGlobalLucideIcon(Droplet, 'DropletIcon');
|
|
121
|
+
const DropletOffIcon = createGlobalLucideIcon(DropletOff, 'DropletOffIcon');
|
|
122
|
+
const DropletsIcon = createGlobalLucideIcon(Droplets, 'DropletsIcon');
|
|
123
|
+
const EggIcon = createGlobalLucideIcon(Egg, 'EggIcon');
|
|
124
|
+
const EggFriedIcon = createGlobalLucideIcon(EggFried, 'EggFriedIcon');
|
|
125
|
+
const EggOffIcon = createGlobalLucideIcon(EggOff, 'EggOffIcon');
|
|
100
126
|
const EllipsisIcon = createGlobalLucideIcon(Ellipsis, 'EllipsisIcon');
|
|
101
127
|
const EllipsisVerticalIcon = createGlobalLucideIcon(EllipsisVertical, 'EllipsisVerticalIcon');
|
|
102
128
|
const EyeIcon = createGlobalLucideIcon(Eye, 'EyeIcon');
|
|
129
|
+
const EyeClosedIcon = createGlobalLucideIcon(EyeClosed, 'EyeClosedIcon');
|
|
103
130
|
const EyeOffIcon = createGlobalLucideIcon(EyeOff, 'EyeOffIcon');
|
|
104
131
|
const ExternalLinkIcon = createGlobalLucideIcon(ExternalLink, 'ExternalLinkIcon');
|
|
105
132
|
const FacebookIcon = createGlobalLucideIcon(Facebook, 'FacebookIcon');
|
|
@@ -112,6 +139,7 @@ const FileUpIcon = createGlobalLucideIcon(FileUp, 'FileUpIcon');
|
|
|
112
139
|
const FingerprintIcon = createGlobalLucideIcon(Fingerprint, 'FingerprintIcon');
|
|
113
140
|
const FolderIcon = createGlobalLucideIcon(Folder, 'FolderIcon');
|
|
114
141
|
const FolderOpenIcon = createGlobalLucideIcon(FolderOpen, 'FolderOpenIcon');
|
|
142
|
+
const FrownIcon = createGlobalLucideIcon(Frown, 'FrownIcon');
|
|
115
143
|
const GemIcon = createGlobalLucideIcon(Gem, 'GemIcon');
|
|
116
144
|
const GiftIcon = createGlobalLucideIcon(Gift, 'GiftIcon');
|
|
117
145
|
const GitMergeIcon = createGlobalLucideIcon(GitMerge, 'GitMergeIcon');
|
|
@@ -130,6 +158,8 @@ const InfoIcon = createGlobalLucideIcon(Info, 'InfoIcon');
|
|
|
130
158
|
const ImageDownIcon = createGlobalLucideIcon(ImageDown, 'ImageDownIcon');
|
|
131
159
|
const ImageOffIcon = createGlobalLucideIcon(ImageOff, 'ImageOffIcon');
|
|
132
160
|
const ImageUpIcon = createGlobalLucideIcon(ImageUp, 'ImageUpIcon');
|
|
161
|
+
const KeyIcon = createGlobalLucideIcon(Key, 'KeyIcon');
|
|
162
|
+
const KeyRoundIcon = createGlobalLucideIcon(KeyRound, 'KeyRoundIcon');
|
|
133
163
|
const KeyboardIcon = createGlobalLucideIcon(Keyboard, 'KeyboardIcon');
|
|
134
164
|
const LandPlotIcon = createGlobalLucideIcon(LandPlot, 'LandPlotIcon');
|
|
135
165
|
const LanguagesIcon = createGlobalLucideIcon(Languages, 'LanguagesIcon');
|
|
@@ -140,6 +170,7 @@ const LightbulbIcon = createGlobalLucideIcon(Lightbulb, 'LightbulbIcon');
|
|
|
140
170
|
const LinkIcon = createGlobalLucideIcon(Link, 'LinkIcon');
|
|
141
171
|
const ListTodoIcon = createGlobalLucideIcon(ListTodo, 'ListTodoIcon');
|
|
142
172
|
const Loader2Icon = createGlobalLucideIcon(Loader2, 'Loader2Icon');
|
|
173
|
+
const LocateIcon = createGlobalLucideIcon(Locate, 'LocateIcon');
|
|
143
174
|
const LogInIcon = createGlobalLucideIcon(LogIn, 'LogInIcon');
|
|
144
175
|
const LogOutIcon = createGlobalLucideIcon(LogOut, 'LogOutIcon');
|
|
145
176
|
const MailIcon = createGlobalLucideIcon(Mail, 'MailIcon');
|
|
@@ -162,6 +193,7 @@ const PinOffIcon = createGlobalLucideIcon(PinOff, 'PinOffIcon');
|
|
|
162
193
|
const PlusIcon = createGlobalLucideIcon(Plus, 'PlusIcon');
|
|
163
194
|
const QrCodeIcon = createGlobalLucideIcon(QrCode, 'QrCodeIcon');
|
|
164
195
|
const ReceiptTextIcon = createGlobalLucideIcon(ReceiptText, 'ReceiptTextIcon');
|
|
196
|
+
const Redo2Icon = createGlobalLucideIcon(Redo2, 'Redo2Icon');
|
|
165
197
|
const RefreshCcwIcon = createGlobalLucideIcon(RefreshCcw, 'RefreshCcwIcon');
|
|
166
198
|
const RegexIcon = createGlobalLucideIcon(Regex, 'RegexIcon');
|
|
167
199
|
const ReplaceIcon = createGlobalLucideIcon(Replace, 'ReplaceIcon');
|
|
@@ -179,8 +211,11 @@ const ShareIcon = createGlobalLucideIcon(Share, 'ShareIcon');
|
|
|
179
211
|
const SigmaIcon = createGlobalLucideIcon(Sigma, 'SigmaIcon');
|
|
180
212
|
const ShieldUserIcon = createGlobalLucideIcon(ShieldUser, 'ShieldUserIcon');
|
|
181
213
|
const ShoppingCartIcon = createGlobalLucideIcon(ShoppingCart, 'ShoppingCartIcon');
|
|
214
|
+
const SmileIcon = createGlobalLucideIcon(Smile, 'SmileIcon');
|
|
215
|
+
const SmilePlusIcon = createGlobalLucideIcon(SmilePlus, 'SmilePlusIcon');
|
|
182
216
|
const SproutIcon = createGlobalLucideIcon(Sprout, 'SproutIcon');
|
|
183
217
|
const SquareDashedBottomCodeIcon = createGlobalLucideIcon(SquareDashedBottomCode, 'SquareDashedBottomCodeIcon');
|
|
218
|
+
const SquaresExcludeIcon = createGlobalLucideIcon(SquaresExclude, 'SquaresExcludeIcon');
|
|
184
219
|
const SquareTerminalIcon = createGlobalLucideIcon(SquareTerminal, 'SquareTerminalIcon');
|
|
185
220
|
const ServerIcon = createGlobalLucideIcon(Server, 'ServerIcon');
|
|
186
221
|
const SplinePointerIcon = createGlobalLucideIcon(SplinePointer, 'SplinePointerIcon');
|
|
@@ -191,6 +226,7 @@ const TabletsIcon = createGlobalLucideIcon(Tablets, 'TabletsIcon');
|
|
|
191
226
|
const TerminalIcon = createGlobalLucideIcon(Terminal, 'TerminalIcon');
|
|
192
227
|
const Trash2Icon = createGlobalLucideIcon(Trash2, 'Trash2Icon');
|
|
193
228
|
const TwitterIcon = createGlobalLucideIcon(Twitter, 'TwitterIcon');
|
|
229
|
+
const Undo2Icon = createGlobalLucideIcon(Undo2, 'Undo2Icon');
|
|
194
230
|
const UsbIcon = createGlobalLucideIcon(Usb, 'UsbIcon');
|
|
195
231
|
const UserRoundCheckIcon = createGlobalLucideIcon(UserRoundCheck, 'UserRoundCheckIcon');
|
|
196
232
|
const Wand2Icon = createGlobalLucideIcon(Wand2, 'Wand2Icon');
|
|
@@ -229,4 +265,4 @@ const FAQIcon = createGlobalIcon(FAQIcon$1, 'FAQIcon');
|
|
|
229
265
|
const FAQBIcon = createGlobalIcon(FAQBIcon$1, 'FAQBIcon');
|
|
230
266
|
const FAQSIcon = createGlobalIcon(FAQSIcon$1, 'FAQSIcon');
|
|
231
267
|
|
|
232
|
-
export { AirplayIcon, AlbumIcon, AlignHorizontalJustifyEndIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BTCIcon, BabyIcon, BadgeAlertIcon, BadgeCheckIcon, BadgeInfoIcon, BadgeQuestionMarkIcon, BadgeXIcon, BellIcon, BinaryIcon, BlocksIcon, BookAIcon, BookAudioIcon, BookCheckIcon, BookDownIcon, BookHeadphonesIcon, BookOpenIcon, BookXIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkPlusIcon, BookmarkXIcon, BotMessageSquareIcon, BrainCircuitIcon, BrainIcon, BriefcaseIcon, BringToFrontIcon, BrushCleaningIcon, BugIcon, BugOffIcon, Building2Icon, CSSIcon, CSVIcon, CarIcon, ChartColumnStackedIcon, CheckCheckIcon, CheckIcon, CheckLineIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleAlertIcon, CircleArrowDownIcon, CircleArrowUpIcon, CircleIcon, CircleQuestionMarkIcon, CircleSmallIcon, CircleStopIcon, ClerkIcon, CoffeeIcon, CoinsIcon, ComponentIcon, CopyCheckIcon, CopyIcon, CpuIcon, D8Icon, DPAIcon, DatabaseIcon, DatabaseZapIcon, DiffIcon, DotIcon, DownloadIcon, EllipsisIcon, EllipsisVerticalIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FAQBIcon, FAQIcon, FAQSIcon, FacebookIcon, FileDownIcon, FileIcon, FileInputIcon, FileLock2Icon, FileUpIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, GemIcon, GiftIcon, GitHubIcon, GitMergeIcon, GitPullRequestArrowIcon, GlobeIcon, GlobeLockIcon, GripIcon, GripVerticalIcon, HandHeartIcon, HandshakeIcon, HighlighterIcon, HistoryIcon, HousePlusIcon, HtmlIcon, HttpIcon, ImageDownIcon, ImageOffIcon, ImageUpIcon, InfinityIcon, InfoIcon, ItermIcon, JavaIcon, JsonIcon, KeyboardIcon, LandPlotIcon, LanguagesIcon, LastUpdatedIcon, LayoutIcon, LayoutTemplateIcon, LibraryIcon, LightbulbIcon, LinkIcon, ListTodoIcon, Loader2Icon, LogIcon, LogInIcon, LogOutIcon, MACIcon, MDXIcon, MailIcon, MarkdownIcon, MessageCircleCodeIcon, MessageCircleMoreIcon, MessageSquareDiffIcon, MmdIcon, MoonIcon, MoreHorizontalIcon, MousePointerClickIcon, Music4Icon, NotepadTextIcon, PaletteIcon, PanelLeftIcon, PanelsTopLeftIcon, PawPrintIcon, PencilIcon, PiIcon, PinIcon, PinOffIcon, PlusIcon, QrCodeIcon, ReceiptTextIcon, RefreshCcwIcon, RegexIcon, ReplaceIcon, RocketIcon, RotateCcwIcon, RssIcon, SQLIcon, ScaleIcon, ScanSearchIcon, SchemeIcon, SearchIcon, SendHorizontalIcon, SendIcon, ServerIcon, Settings2Icon, SettingsIcon, ShareIcon, ShieldIcon, ShieldUserIcon, ShoppingCartIcon, SigmaIcon, SnippetsIcon, SparklesIcon, SplinePointerIcon, SproutIcon, SquareDashedBottomCodeIcon, SquareTerminalIcon, StarIcon, SubPIcon, SunIcon, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon, createGlobalIcon, createGlobalLucideIcon };
|
|
268
|
+
export { AirplayIcon, AlbumIcon, AlignHorizontalJustifyEndIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BTCIcon, BabyIcon, BadgeAlertIcon, BadgeCheckIcon, BadgeInfoIcon, BadgeQuestionMarkIcon, BadgeXIcon, BellIcon, BinaryIcon, BlocksIcon, BookAIcon, BookAudioIcon, BookCheckIcon, BookDownIcon, BookHeadphonesIcon, BookOpenIcon, BookXIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkPlusIcon, BookmarkXIcon, BotMessageSquareIcon, BrainCircuitIcon, BrainIcon, BriefcaseIcon, BringToFrontIcon, BrushCleaningIcon, BugIcon, BugOffIcon, Building2Icon, CSSIcon, CSVIcon, CalendarClockIcon, CalendarDaysIcon, CalendarHeartIcon, CarIcon, ChartColumnStackedIcon, CheckCheckIcon, CheckIcon, CheckLineIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsLeftIcon, ChevronsRightIcon, CircleAlertIcon, CircleArrowDownIcon, CircleArrowUpIcon, CircleIcon, CircleQuestionMarkIcon, CircleSmallIcon, CircleStopIcon, ClerkIcon, ClipboardTypeIcon, CoffeeIcon, CoinsIcon, CommandIcon, ComponentIcon, CopyCheckIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuIcon, CreativeCommonsIcon, CropIcon, CrossIcon, D8Icon, DPAIcon, DatabaseIcon, DatabaseZapIcon, DiffIcon, DnaIcon, DotIcon, DownloadIcon, DropletIcon, DropletOffIcon, DropletsIcon, EggFriedIcon, EggIcon, EggOffIcon, EllipsisIcon, EllipsisVerticalIcon, ExternalLinkIcon, EyeClosedIcon, EyeIcon, EyeOffIcon, FAQBIcon, FAQIcon, FAQSIcon, FacebookIcon, FileDownIcon, FileIcon, FileInputIcon, FileLock2Icon, FileUpIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, FrownIcon, GemIcon, GiftIcon, GitHubIcon, GitMergeIcon, GitPullRequestArrowIcon, GlobeIcon, GlobeLockIcon, GripIcon, GripVerticalIcon, HandHeartIcon, HandshakeIcon, HighlighterIcon, HistoryIcon, HousePlusIcon, HtmlIcon, HttpIcon, ImageDownIcon, ImageOffIcon, ImageUpIcon, InfinityIcon, InfoIcon, ItermIcon, JavaIcon, JsonIcon, KeyIcon, KeyRoundIcon, KeyboardIcon, LandPlotIcon, LanguagesIcon, LastUpdatedIcon, LayoutIcon, LayoutTemplateIcon, LibraryIcon, LightbulbIcon, LinkIcon, ListTodoIcon, Loader2Icon, LocateIcon, LogIcon, LogInIcon, LogOutIcon, MACIcon, MDXIcon, MailIcon, MarkdownIcon, MessageCircleCodeIcon, MessageCircleMoreIcon, MessageSquareDiffIcon, MmdIcon, MoonIcon, MoreHorizontalIcon, MousePointerClickIcon, Music4Icon, NotepadTextIcon, PaletteIcon, PanelLeftIcon, PanelsTopLeftIcon, PawPrintIcon, PencilIcon, PiIcon, PinIcon, PinOffIcon, PlusIcon, QrCodeIcon, ReceiptTextIcon, Redo2Icon, RefreshCcwIcon, RegexIcon, ReplaceIcon, RocketIcon, RotateCcwIcon, RssIcon, SQLIcon, ScaleIcon, ScanSearchIcon, SchemeIcon, SearchIcon, SendHorizontalIcon, SendIcon, ServerIcon, Settings2Icon, SettingsIcon, ShareIcon, ShieldIcon, ShieldUserIcon, ShoppingCartIcon, SigmaIcon, SmileIcon, SmilePlusIcon, SnippetsIcon, SparklesIcon, SplinePointerIcon, SproutIcon, SquareDashedBottomCodeIcon, SquareTerminalIcon, SquaresExcludeIcon, StarIcon, SubPIcon, SunIcon, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, Undo2Icon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon, createGlobalIcon, createGlobalLucideIcon };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windrun-huaiin/base-ui",
|
|
3
|
-
"version": "29.0.
|
|
3
|
+
"version": "29.0.2",
|
|
4
4
|
"description": "Base UI components for windrun-huaiin projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
"import": "./dist/components/server.mjs",
|
|
30
30
|
"require": "./dist/components/server.js"
|
|
31
31
|
},
|
|
32
|
+
"./components/shared": {
|
|
33
|
+
"types": "./dist/components/shared.d.ts",
|
|
34
|
+
"import": "./dist/components/shared.mjs",
|
|
35
|
+
"require": "./dist/components/shared.js"
|
|
36
|
+
},
|
|
32
37
|
"./icons": {
|
|
33
38
|
"types": "./dist/icons/index.d.ts",
|
|
34
39
|
"import": "./dist/icons/index.mjs",
|
|
@@ -12,18 +12,16 @@ export {
|
|
|
12
12
|
ArrowRight,
|
|
13
13
|
ArrowUp,
|
|
14
14
|
Baby,
|
|
15
|
-
BadgeInfo,
|
|
16
15
|
BadgeAlert,
|
|
17
16
|
BadgeCheck,
|
|
18
|
-
|
|
17
|
+
BadgeInfo,
|
|
19
18
|
BadgeQuestionMark,
|
|
19
|
+
BadgeX,
|
|
20
20
|
Bell,
|
|
21
21
|
Binary,
|
|
22
22
|
Blocks,
|
|
23
|
-
BookX,
|
|
24
|
-
BookOpen,
|
|
25
|
-
BookAudio,
|
|
26
23
|
BookA,
|
|
24
|
+
BookAudio,
|
|
27
25
|
BookCheck,
|
|
28
26
|
BookDown,
|
|
29
27
|
BookHeadphones,
|
|
@@ -32,48 +30,76 @@ export {
|
|
|
32
30
|
BookmarkMinus,
|
|
33
31
|
BookmarkPlus,
|
|
34
32
|
BookmarkX,
|
|
33
|
+
BookOpen,
|
|
34
|
+
BookX,
|
|
35
35
|
BotMessageSquare,
|
|
36
36
|
Brain,
|
|
37
37
|
BrainCircuit,
|
|
38
38
|
Briefcase,
|
|
39
39
|
BringToFront,
|
|
40
40
|
BrushCleaning,
|
|
41
|
-
|
|
41
|
+
CalendarClock,
|
|
42
|
+
CalendarDays,
|
|
43
|
+
CalendarHeart,
|
|
42
44
|
Bug,
|
|
43
45
|
BugOff,
|
|
46
|
+
Building2,
|
|
44
47
|
Car,
|
|
45
48
|
ChartColumnStacked,
|
|
46
|
-
Circle,
|
|
47
|
-
CircleAlert,
|
|
48
|
-
CircleQuestionMark,
|
|
49
|
-
CircleSmall,
|
|
50
|
-
CircleStop,
|
|
51
49
|
Check,
|
|
52
|
-
CircleArrowDown,
|
|
53
|
-
CircleArrowUp,
|
|
54
50
|
CheckCheck,
|
|
55
51
|
CheckLine,
|
|
56
52
|
ChevronDown,
|
|
53
|
+
ChevronsLeft,
|
|
54
|
+
ChevronsRight,
|
|
57
55
|
ChevronLeft,
|
|
58
56
|
ChevronRight,
|
|
59
57
|
ChevronUp,
|
|
58
|
+
Circle,
|
|
59
|
+
CircleAlert,
|
|
60
|
+
CircleArrowDown,
|
|
61
|
+
CircleArrowUp,
|
|
62
|
+
CircleQuestionMark,
|
|
63
|
+
CircleSmall,
|
|
64
|
+
CircleStop,
|
|
65
|
+
ClipboardType,
|
|
60
66
|
Coffee,
|
|
61
67
|
Coins,
|
|
68
|
+
Command,
|
|
62
69
|
Component,
|
|
63
70
|
Copy,
|
|
64
71
|
CopyCheck,
|
|
72
|
+
Copyright,
|
|
73
|
+
CornerDownLeft,
|
|
74
|
+
CornerDownRight,
|
|
75
|
+
CornerLeftDown,
|
|
76
|
+
CornerLeftUp,
|
|
77
|
+
CornerRightDown,
|
|
78
|
+
CornerRightUp,
|
|
79
|
+
CornerUpLeft,
|
|
80
|
+
CornerUpRight,
|
|
65
81
|
Cpu,
|
|
82
|
+
CreativeCommons,
|
|
83
|
+
Crop,
|
|
84
|
+
Cross,
|
|
66
85
|
Database,
|
|
67
86
|
DatabaseZap,
|
|
87
|
+
Dna,
|
|
68
88
|
Dot,
|
|
69
89
|
Download,
|
|
90
|
+
Droplet,
|
|
91
|
+
DropletOff,
|
|
92
|
+
Droplets,
|
|
93
|
+
Egg,
|
|
94
|
+
EggFried,
|
|
95
|
+
EggOff,
|
|
70
96
|
Ellipsis,
|
|
71
97
|
EllipsisVertical,
|
|
98
|
+
ExternalLink,
|
|
72
99
|
Eye,
|
|
100
|
+
EyeClosed,
|
|
73
101
|
EyeOff,
|
|
74
|
-
ExternalLink,
|
|
75
102
|
Facebook,
|
|
76
|
-
Shield,
|
|
77
103
|
File,
|
|
78
104
|
FileDown,
|
|
79
105
|
FileInput,
|
|
@@ -82,6 +108,7 @@ export {
|
|
|
82
108
|
Fingerprint,
|
|
83
109
|
Folder,
|
|
84
110
|
FolderOpen,
|
|
111
|
+
Frown,
|
|
85
112
|
Gem,
|
|
86
113
|
Gift,
|
|
87
114
|
GitMerge,
|
|
@@ -95,12 +122,14 @@ export {
|
|
|
95
122
|
Highlighter,
|
|
96
123
|
History,
|
|
97
124
|
HousePlus,
|
|
98
|
-
Infinity,
|
|
99
|
-
Info,
|
|
100
125
|
ImageDown,
|
|
101
126
|
ImageOff,
|
|
102
127
|
ImageUp,
|
|
128
|
+
Infinity,
|
|
129
|
+
Info,
|
|
130
|
+
Key,
|
|
103
131
|
Keyboard,
|
|
132
|
+
KeyRound,
|
|
104
133
|
LandPlot,
|
|
105
134
|
Languages,
|
|
106
135
|
Layout,
|
|
@@ -110,16 +139,17 @@ export {
|
|
|
110
139
|
Link,
|
|
111
140
|
ListTodo,
|
|
112
141
|
Loader2,
|
|
142
|
+
Locate,
|
|
113
143
|
LogIn,
|
|
114
144
|
LogOut,
|
|
115
145
|
Mail,
|
|
116
|
-
MessageCircleMore,
|
|
117
146
|
MessageCircleCode,
|
|
147
|
+
MessageCircleMore,
|
|
118
148
|
MessageSquareDiff,
|
|
119
|
-
Music4,
|
|
120
149
|
Moon,
|
|
121
150
|
MoreHorizontal,
|
|
122
151
|
MousePointerClick,
|
|
152
|
+
Music4,
|
|
123
153
|
NotepadText,
|
|
124
154
|
Palette,
|
|
125
155
|
PanelLeft,
|
|
@@ -132,6 +162,7 @@ export {
|
|
|
132
162
|
Plus,
|
|
133
163
|
QrCode,
|
|
134
164
|
ReceiptText,
|
|
165
|
+
Redo2,
|
|
135
166
|
RefreshCcw,
|
|
136
167
|
Regex,
|
|
137
168
|
Replace,
|
|
@@ -143,24 +174,29 @@ export {
|
|
|
143
174
|
Search,
|
|
144
175
|
Send,
|
|
145
176
|
SendHorizontal,
|
|
177
|
+
Server,
|
|
146
178
|
Settings,
|
|
147
179
|
Settings2,
|
|
148
180
|
Share,
|
|
149
|
-
|
|
181
|
+
Shield,
|
|
150
182
|
ShieldUser,
|
|
151
183
|
ShoppingCart,
|
|
184
|
+
Sigma,
|
|
185
|
+
Smile,
|
|
186
|
+
SmilePlus,
|
|
187
|
+
Sparkles,
|
|
188
|
+
SplinePointer,
|
|
152
189
|
Sprout,
|
|
153
190
|
SquareDashedBottomCode,
|
|
191
|
+
SquaresExclude,
|
|
154
192
|
SquareTerminal,
|
|
155
|
-
Server,
|
|
156
|
-
SplinePointer,
|
|
157
|
-
Sparkles,
|
|
158
193
|
Star,
|
|
159
194
|
Sun,
|
|
160
195
|
Tablets,
|
|
161
196
|
Terminal,
|
|
162
197
|
Trash2,
|
|
163
198
|
Twitter,
|
|
199
|
+
Undo2,
|
|
164
200
|
Usb,
|
|
165
201
|
UserRoundCheck,
|
|
166
202
|
Wand2,
|
package/src/components/server.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
//
|
|
2
|
-
export * from './global-icon';
|
|
3
|
-
export * from '../icons';
|
|
4
|
-
// Icon Configuration
|
|
5
|
-
export { createSiteIcon } from './site-icon';
|
|
6
|
-
|
|
7
|
-
// Script Components (All Server-side)
|
|
1
|
+
// Script components intended for server-side composition
|
|
8
2
|
export * from './script/google-analytics-script';
|
|
9
|
-
export * from './script/microsoft-clarity-script';
|
|
3
|
+
export * from './script/microsoft-clarity-script';
|