@windrun-huaiin/lib 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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +52 -0
- package/dist/index.mjs +1 -1
- package/dist/limited-lucide-icons.d.mts +1 -1
- package/dist/limited-lucide-icons.d.ts +1 -1
- package/dist/limited-lucide-icons.js +52 -0
- package/dist/limited-lucide-icons.mjs +1 -1
- package/package.json +1 -1
- package/src/limited-lucide-icons.ts +15 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { cn, formatTimestamp } from './utils.mjs';
|
|
2
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, FileLock2, Fingerprint, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, Loader2, LogIn, LogOut, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, Regex, Replace, Rss, Scale, Search, Server, Share, ShieldUser, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
2
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, CheckCheck, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Copy, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, RefreshCcw, Regex, Replace, Rss, Scale, Search, SendHorizontal, Server, Share, ShieldUser, Sigma, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
3
3
|
export { getLLMText } from './llm-utils.mjs';
|
|
4
4
|
export { LOCALE_PRESETS, SupportedLocale, createCommonAppConfig, createI18nHelpers } from './common-app-config.mjs';
|
|
5
5
|
import 'clsx';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { cn, formatTimestamp } from './utils.js';
|
|
2
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, FileLock2, Fingerprint, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, Loader2, LogIn, LogOut, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, Regex, Replace, Rss, Scale, Search, Server, Share, ShieldUser, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
2
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, CheckCheck, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Copy, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, RefreshCcw, Regex, Replace, Rss, Scale, Search, SendHorizontal, Server, Share, ShieldUser, Sigma, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
3
3
|
export { getLLMText } from './llm-utils.js';
|
|
4
4
|
export { LOCALE_PRESETS, SupportedLocale, createCommonAppConfig, createI18nHelpers } from './common-app-config.js';
|
|
5
5
|
import 'clsx';
|
package/dist/index.js
CHANGED
|
@@ -295,6 +295,10 @@ Object.defineProperty(exports, "Check", {
|
|
|
295
295
|
enumerable: true,
|
|
296
296
|
get: function () { return lucideReact.Check; }
|
|
297
297
|
});
|
|
298
|
+
Object.defineProperty(exports, "CheckCheck", {
|
|
299
|
+
enumerable: true,
|
|
300
|
+
get: function () { return lucideReact.CheckCheck; }
|
|
301
|
+
});
|
|
298
302
|
Object.defineProperty(exports, "ChevronDown", {
|
|
299
303
|
enumerable: true,
|
|
300
304
|
get: function () { return lucideReact.ChevronDown; }
|
|
@@ -327,6 +331,10 @@ Object.defineProperty(exports, "ComponentIcon", {
|
|
|
327
331
|
enumerable: true,
|
|
328
332
|
get: function () { return lucideReact.ComponentIcon; }
|
|
329
333
|
});
|
|
334
|
+
Object.defineProperty(exports, "Copy", {
|
|
335
|
+
enumerable: true,
|
|
336
|
+
get: function () { return lucideReact.Copy; }
|
|
337
|
+
});
|
|
330
338
|
Object.defineProperty(exports, "Cpu", {
|
|
331
339
|
enumerable: true,
|
|
332
340
|
get: function () { return lucideReact.Cpu; }
|
|
@@ -355,14 +363,38 @@ Object.defineProperty(exports, "Facebook", {
|
|
|
355
363
|
enumerable: true,
|
|
356
364
|
get: function () { return lucideReact.Facebook; }
|
|
357
365
|
});
|
|
366
|
+
Object.defineProperty(exports, "File", {
|
|
367
|
+
enumerable: true,
|
|
368
|
+
get: function () { return lucideReact.File; }
|
|
369
|
+
});
|
|
370
|
+
Object.defineProperty(exports, "FileDown", {
|
|
371
|
+
enumerable: true,
|
|
372
|
+
get: function () { return lucideReact.FileDown; }
|
|
373
|
+
});
|
|
374
|
+
Object.defineProperty(exports, "FileInput", {
|
|
375
|
+
enumerable: true,
|
|
376
|
+
get: function () { return lucideReact.FileInput; }
|
|
377
|
+
});
|
|
358
378
|
Object.defineProperty(exports, "FileLock2", {
|
|
359
379
|
enumerable: true,
|
|
360
380
|
get: function () { return lucideReact.FileLock2; }
|
|
361
381
|
});
|
|
382
|
+
Object.defineProperty(exports, "FileUp", {
|
|
383
|
+
enumerable: true,
|
|
384
|
+
get: function () { return lucideReact.FileUp; }
|
|
385
|
+
});
|
|
362
386
|
Object.defineProperty(exports, "Fingerprint", {
|
|
363
387
|
enumerable: true,
|
|
364
388
|
get: function () { return lucideReact.Fingerprint; }
|
|
365
389
|
});
|
|
390
|
+
Object.defineProperty(exports, "Folder", {
|
|
391
|
+
enumerable: true,
|
|
392
|
+
get: function () { return lucideReact.Folder; }
|
|
393
|
+
});
|
|
394
|
+
Object.defineProperty(exports, "FolderOpen", {
|
|
395
|
+
enumerable: true,
|
|
396
|
+
get: function () { return lucideReact.FolderOpen; }
|
|
397
|
+
});
|
|
366
398
|
Object.defineProperty(exports, "Gift", {
|
|
367
399
|
enumerable: true,
|
|
368
400
|
get: function () { return lucideReact.Gift; }
|
|
@@ -439,6 +471,10 @@ Object.defineProperty(exports, "Link", {
|
|
|
439
471
|
enumerable: true,
|
|
440
472
|
get: function () { return lucideReact.Link; }
|
|
441
473
|
});
|
|
474
|
+
Object.defineProperty(exports, "ListTodo", {
|
|
475
|
+
enumerable: true,
|
|
476
|
+
get: function () { return lucideReact.ListTodo; }
|
|
477
|
+
});
|
|
442
478
|
Object.defineProperty(exports, "Loader2", {
|
|
443
479
|
enumerable: true,
|
|
444
480
|
get: function () { return lucideReact.Loader2; }
|
|
@@ -451,6 +487,10 @@ Object.defineProperty(exports, "LogOut", {
|
|
|
451
487
|
enumerable: true,
|
|
452
488
|
get: function () { return lucideReact.LogOut; }
|
|
453
489
|
});
|
|
490
|
+
Object.defineProperty(exports, "Mail", {
|
|
491
|
+
enumerable: true,
|
|
492
|
+
get: function () { return lucideReact.Mail; }
|
|
493
|
+
});
|
|
454
494
|
Object.defineProperty(exports, "MoreHorizontal", {
|
|
455
495
|
enumerable: true,
|
|
456
496
|
get: function () { return lucideReact.MoreHorizontal; }
|
|
@@ -483,6 +523,10 @@ Object.defineProperty(exports, "ReceiptText", {
|
|
|
483
523
|
enumerable: true,
|
|
484
524
|
get: function () { return lucideReact.ReceiptText; }
|
|
485
525
|
});
|
|
526
|
+
Object.defineProperty(exports, "RefreshCcw", {
|
|
527
|
+
enumerable: true,
|
|
528
|
+
get: function () { return lucideReact.RefreshCcw; }
|
|
529
|
+
});
|
|
486
530
|
Object.defineProperty(exports, "Regex", {
|
|
487
531
|
enumerable: true,
|
|
488
532
|
get: function () { return lucideReact.Regex; }
|
|
@@ -503,6 +547,10 @@ Object.defineProperty(exports, "Search", {
|
|
|
503
547
|
enumerable: true,
|
|
504
548
|
get: function () { return lucideReact.Search; }
|
|
505
549
|
});
|
|
550
|
+
Object.defineProperty(exports, "SendHorizontal", {
|
|
551
|
+
enumerable: true,
|
|
552
|
+
get: function () { return lucideReact.SendHorizontal; }
|
|
553
|
+
});
|
|
506
554
|
Object.defineProperty(exports, "Server", {
|
|
507
555
|
enumerable: true,
|
|
508
556
|
get: function () { return lucideReact.Server; }
|
|
@@ -515,6 +563,10 @@ Object.defineProperty(exports, "ShieldUser", {
|
|
|
515
563
|
enumerable: true,
|
|
516
564
|
get: function () { return lucideReact.ShieldUser; }
|
|
517
565
|
});
|
|
566
|
+
Object.defineProperty(exports, "Sigma", {
|
|
567
|
+
enumerable: true,
|
|
568
|
+
get: function () { return lucideReact.Sigma; }
|
|
569
|
+
});
|
|
518
570
|
Object.defineProperty(exports, "Sparkles", {
|
|
519
571
|
enumerable: true,
|
|
520
572
|
get: function () { return lucideReact.Sparkles; }
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { clsx } from 'clsx';
|
|
2
2
|
import { twMerge } from 'tailwind-merge';
|
|
3
3
|
import { isValid, format } from 'date-fns';
|
|
4
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, FileLock2, Fingerprint, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, Loader2, LogIn, LogOut, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, Regex, Replace, Rss, Scale, Search, Server, Share, ShieldUser, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
4
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, CheckCheck, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Copy, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, RefreshCcw, Regex, Replace, Rss, Scale, Search, SendHorizontal, Server, Share, ShieldUser, Sigma, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
5
5
|
import { remark } from 'remark';
|
|
6
6
|
import remarkGfm from 'remark-gfm';
|
|
7
7
|
import remarkMdx from 'remark-mdx';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, FileLock2, Fingerprint, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, Loader2, LogIn, LogOut, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, Regex, Replace, Rss, Scale, Search, Server, Share, ShieldUser, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
1
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, CheckCheck, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Copy, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, RefreshCcw, Regex, Replace, Rss, Scale, Search, SendHorizontal, Server, Share, ShieldUser, Sigma, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, FileLock2, Fingerprint, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, Loader2, LogIn, LogOut, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, Regex, Replace, Rss, Scale, Search, Server, Share, ShieldUser, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
1
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, CheckCheck, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Copy, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, RefreshCcw, Regex, Replace, Rss, Scale, Search, SendHorizontal, Server, Share, ShieldUser, Sigma, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
@@ -56,6 +56,10 @@ Object.defineProperty(exports, "Check", {
|
|
|
56
56
|
enumerable: true,
|
|
57
57
|
get: function () { return lucideReact.Check; }
|
|
58
58
|
});
|
|
59
|
+
Object.defineProperty(exports, "CheckCheck", {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () { return lucideReact.CheckCheck; }
|
|
62
|
+
});
|
|
59
63
|
Object.defineProperty(exports, "ChevronDown", {
|
|
60
64
|
enumerable: true,
|
|
61
65
|
get: function () { return lucideReact.ChevronDown; }
|
|
@@ -88,6 +92,10 @@ Object.defineProperty(exports, "ComponentIcon", {
|
|
|
88
92
|
enumerable: true,
|
|
89
93
|
get: function () { return lucideReact.ComponentIcon; }
|
|
90
94
|
});
|
|
95
|
+
Object.defineProperty(exports, "Copy", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () { return lucideReact.Copy; }
|
|
98
|
+
});
|
|
91
99
|
Object.defineProperty(exports, "Cpu", {
|
|
92
100
|
enumerable: true,
|
|
93
101
|
get: function () { return lucideReact.Cpu; }
|
|
@@ -116,14 +124,38 @@ Object.defineProperty(exports, "Facebook", {
|
|
|
116
124
|
enumerable: true,
|
|
117
125
|
get: function () { return lucideReact.Facebook; }
|
|
118
126
|
});
|
|
127
|
+
Object.defineProperty(exports, "File", {
|
|
128
|
+
enumerable: true,
|
|
129
|
+
get: function () { return lucideReact.File; }
|
|
130
|
+
});
|
|
131
|
+
Object.defineProperty(exports, "FileDown", {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function () { return lucideReact.FileDown; }
|
|
134
|
+
});
|
|
135
|
+
Object.defineProperty(exports, "FileInput", {
|
|
136
|
+
enumerable: true,
|
|
137
|
+
get: function () { return lucideReact.FileInput; }
|
|
138
|
+
});
|
|
119
139
|
Object.defineProperty(exports, "FileLock2", {
|
|
120
140
|
enumerable: true,
|
|
121
141
|
get: function () { return lucideReact.FileLock2; }
|
|
122
142
|
});
|
|
143
|
+
Object.defineProperty(exports, "FileUp", {
|
|
144
|
+
enumerable: true,
|
|
145
|
+
get: function () { return lucideReact.FileUp; }
|
|
146
|
+
});
|
|
123
147
|
Object.defineProperty(exports, "Fingerprint", {
|
|
124
148
|
enumerable: true,
|
|
125
149
|
get: function () { return lucideReact.Fingerprint; }
|
|
126
150
|
});
|
|
151
|
+
Object.defineProperty(exports, "Folder", {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
get: function () { return lucideReact.Folder; }
|
|
154
|
+
});
|
|
155
|
+
Object.defineProperty(exports, "FolderOpen", {
|
|
156
|
+
enumerable: true,
|
|
157
|
+
get: function () { return lucideReact.FolderOpen; }
|
|
158
|
+
});
|
|
127
159
|
Object.defineProperty(exports, "Gift", {
|
|
128
160
|
enumerable: true,
|
|
129
161
|
get: function () { return lucideReact.Gift; }
|
|
@@ -200,6 +232,10 @@ Object.defineProperty(exports, "Link", {
|
|
|
200
232
|
enumerable: true,
|
|
201
233
|
get: function () { return lucideReact.Link; }
|
|
202
234
|
});
|
|
235
|
+
Object.defineProperty(exports, "ListTodo", {
|
|
236
|
+
enumerable: true,
|
|
237
|
+
get: function () { return lucideReact.ListTodo; }
|
|
238
|
+
});
|
|
203
239
|
Object.defineProperty(exports, "Loader2", {
|
|
204
240
|
enumerable: true,
|
|
205
241
|
get: function () { return lucideReact.Loader2; }
|
|
@@ -212,6 +248,10 @@ Object.defineProperty(exports, "LogOut", {
|
|
|
212
248
|
enumerable: true,
|
|
213
249
|
get: function () { return lucideReact.LogOut; }
|
|
214
250
|
});
|
|
251
|
+
Object.defineProperty(exports, "Mail", {
|
|
252
|
+
enumerable: true,
|
|
253
|
+
get: function () { return lucideReact.Mail; }
|
|
254
|
+
});
|
|
215
255
|
Object.defineProperty(exports, "MoreHorizontal", {
|
|
216
256
|
enumerable: true,
|
|
217
257
|
get: function () { return lucideReact.MoreHorizontal; }
|
|
@@ -244,6 +284,10 @@ Object.defineProperty(exports, "ReceiptText", {
|
|
|
244
284
|
enumerable: true,
|
|
245
285
|
get: function () { return lucideReact.ReceiptText; }
|
|
246
286
|
});
|
|
287
|
+
Object.defineProperty(exports, "RefreshCcw", {
|
|
288
|
+
enumerable: true,
|
|
289
|
+
get: function () { return lucideReact.RefreshCcw; }
|
|
290
|
+
});
|
|
247
291
|
Object.defineProperty(exports, "Regex", {
|
|
248
292
|
enumerable: true,
|
|
249
293
|
get: function () { return lucideReact.Regex; }
|
|
@@ -264,6 +308,10 @@ Object.defineProperty(exports, "Search", {
|
|
|
264
308
|
enumerable: true,
|
|
265
309
|
get: function () { return lucideReact.Search; }
|
|
266
310
|
});
|
|
311
|
+
Object.defineProperty(exports, "SendHorizontal", {
|
|
312
|
+
enumerable: true,
|
|
313
|
+
get: function () { return lucideReact.SendHorizontal; }
|
|
314
|
+
});
|
|
267
315
|
Object.defineProperty(exports, "Server", {
|
|
268
316
|
enumerable: true,
|
|
269
317
|
get: function () { return lucideReact.Server; }
|
|
@@ -276,6 +324,10 @@ Object.defineProperty(exports, "ShieldUser", {
|
|
|
276
324
|
enumerable: true,
|
|
277
325
|
get: function () { return lucideReact.ShieldUser; }
|
|
278
326
|
});
|
|
327
|
+
Object.defineProperty(exports, "Sigma", {
|
|
328
|
+
enumerable: true,
|
|
329
|
+
get: function () { return lucideReact.Sigma; }
|
|
330
|
+
});
|
|
279
331
|
Object.defineProperty(exports, "Sparkles", {
|
|
280
332
|
enumerable: true,
|
|
281
333
|
get: function () { return lucideReact.Sparkles; }
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, FileLock2, Fingerprint, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, Loader2, LogIn, LogOut, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, Regex, Replace, Rss, Scale, Search, Server, Share, ShieldUser, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
1
|
+
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Binary, Blocks, BookX, BringToFront, Bug, Building2, Car, Check, CheckCheck, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleSmall, ComponentIcon, Copy, Cpu, DatabaseZap, Dot, Download, ExternalLink, Eye, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gift, GitPullRequestArrow, Globe, GlobeLock, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Info, Keyboard, LandPlot, Layout, LayoutTemplate, LibraryIcon, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MoreHorizontal, MousePointerClick, Palette, PanelLeft, PanelsTopLeft, Pencil, Pi, ReceiptText, RefreshCcw, Regex, Replace, Rss, Scale, Search, SendHorizontal, Server, Share, ShieldUser, Sigma, Sparkles, SplinePointer, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, X, Zap } from 'lucide-react';
|
|
2
2
|
//# sourceMappingURL=limited-lucide-icons.mjs.map
|
|
3
3
|
//# sourceMappingURL=limited-lucide-icons.mjs.map
|
package/package.json
CHANGED
|
@@ -21,11 +21,13 @@ export {
|
|
|
21
21
|
CircleAlert,
|
|
22
22
|
CircleSmall,
|
|
23
23
|
Check,
|
|
24
|
+
CheckCheck,
|
|
24
25
|
ChevronDown,
|
|
25
26
|
ChevronLeft,
|
|
26
27
|
ChevronRight,
|
|
27
28
|
ChevronUp,
|
|
28
29
|
Cpu,
|
|
30
|
+
Copy,
|
|
29
31
|
ComponentIcon,
|
|
30
32
|
DatabaseZap,
|
|
31
33
|
Dot,
|
|
@@ -33,8 +35,14 @@ export {
|
|
|
33
35
|
Eye,
|
|
34
36
|
ExternalLink,
|
|
35
37
|
Facebook,
|
|
38
|
+
File,
|
|
39
|
+
FileDown,
|
|
40
|
+
FileInput,
|
|
36
41
|
FileLock2,
|
|
42
|
+
FileUp,
|
|
37
43
|
Fingerprint,
|
|
44
|
+
Folder,
|
|
45
|
+
FolderOpen,
|
|
38
46
|
Gift,
|
|
39
47
|
GitPullRequestArrow,
|
|
40
48
|
Globe,
|
|
@@ -54,9 +62,11 @@ export {
|
|
|
54
62
|
LayoutTemplate,
|
|
55
63
|
LibraryIcon,
|
|
56
64
|
Link,
|
|
65
|
+
ListTodo,
|
|
57
66
|
Loader2,
|
|
58
67
|
LogIn,
|
|
59
68
|
LogOut,
|
|
69
|
+
Mail,
|
|
60
70
|
MoreHorizontal,
|
|
61
71
|
MousePointerClick,
|
|
62
72
|
PanelLeft,
|
|
@@ -65,12 +75,15 @@ export {
|
|
|
65
75
|
Pi,
|
|
66
76
|
Palette,
|
|
67
77
|
ReceiptText,
|
|
78
|
+
RefreshCcw,
|
|
68
79
|
Regex,
|
|
69
80
|
Replace,
|
|
70
81
|
Rss,
|
|
71
82
|
Scale,
|
|
72
83
|
Search,
|
|
84
|
+
SendHorizontal,
|
|
73
85
|
Share,
|
|
86
|
+
Sigma,
|
|
74
87
|
ShieldUser,
|
|
75
88
|
SquareDashedBottomCode,
|
|
76
89
|
SquareTerminal,
|
|
@@ -82,5 +95,5 @@ export {
|
|
|
82
95
|
Terminal,
|
|
83
96
|
Twitter,
|
|
84
97
|
X,
|
|
85
|
-
Zap
|
|
86
|
-
} from
|
|
98
|
+
Zap,
|
|
99
|
+
} from "lucide-react";
|