@windrun-huaiin/base-ui 15.1.0 → 15.1.1

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.
@@ -49,8 +49,11 @@ export declare const globalLucideIcons: {
49
49
  BookCheck: StyledLucideIconComponent;
50
50
  BookDown: StyledLucideIconComponent;
51
51
  BookHeadphones: StyledLucideIconComponent;
52
+ Bookmark: StyledLucideIconComponent;
52
53
  BookmarkCheck: StyledLucideIconComponent;
54
+ BookmarkMinus: StyledLucideIconComponent;
53
55
  BookmarkPlus: StyledLucideIconComponent;
56
+ BookmarkX: StyledLucideIconComponent;
54
57
  BotMessageSquare: StyledLucideIconComponent;
55
58
  Brain: StyledLucideIconComponent;
56
59
  BrainCircuit: StyledLucideIconComponent;
@@ -60,6 +63,7 @@ export declare const globalLucideIcons: {
60
63
  BugOff: StyledLucideIconComponent;
61
64
  BadgeQuestionMark: StyledLucideIconComponent;
62
65
  Car: StyledLucideIconComponent;
66
+ ChartColumnStacked: StyledLucideIconComponent;
63
67
  Circle: StyledLucideIconComponent;
64
68
  CircleAlert: StyledLucideIconComponent;
65
69
  CircleQuestionMark: StyledLucideIconComponent;
@@ -144,8 +148,10 @@ export declare const globalLucideIcons: {
144
148
  Regex: StyledLucideIconComponent;
145
149
  Replace: StyledLucideIconComponent;
146
150
  Rocket: StyledLucideIconComponent;
151
+ RotateCcw: StyledLucideIconComponent;
147
152
  Rss: StyledLucideIconComponent;
148
153
  Scale: StyledLucideIconComponent;
154
+ ScanSearch: StyledLucideIconComponent;
149
155
  Search: StyledLucideIconComponent;
150
156
  SendHorizontal: StyledLucideIconComponent;
151
157
  Settings: StyledLucideIconComponent;
@@ -164,6 +170,7 @@ export declare const globalLucideIcons: {
164
170
  Tablets: StyledLucideIconComponent;
165
171
  Terminal: StyledLucideIconComponent;
166
172
  Twitter: StyledLucideIconComponent;
173
+ Usb: StyledLucideIconComponent;
167
174
  UserRoundCheck: StyledLucideIconComponent;
168
175
  Workflow: StyledLucideIconComponent;
169
176
  X: StyledLucideIconComponent;
@@ -1 +1 @@
1
- export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Bell, Binary, Blocks, BookX, BookOpen, BookAudio, BookA, BookCheck, BookDown, BookHeadphones, BookmarkCheck, BookmarkPlus, BotMessageSquare, Brain, BrainCircuit, BringToFront, Building2, Bug, BugOff, BadgeQuestionMark, Car, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Check, CircleArrowDown, CircleArrowUp, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Coins, ComponentIcon, Copy, CopyCheck, Cpu, Database, DatabaseZap, Dot, Download, Eye, EyeOff, ExternalLink, Facebook, Shield, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, Infinity, Info, ImageDown, ImageOff, ImageUp, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, LibraryIcon, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleMore, MessageCircleCode, Music4, MoreHorizontal, MousePointerClick, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, Rss, Scale, Search, SendHorizontal, Settings, Settings2, Share, Sigma, ShieldUser, ShoppingCart, Sprout, SquareDashedBottomCode, SquareTerminal, Server, SplinePointer, Sparkles, Star, Tablets, Terminal, Twitter, UserRoundCheck, Workflow, X, Zap, } from "lucide-react";
1
+ export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Bell, Binary, Blocks, BookX, BookOpen, BookAudio, BookA, BookCheck, BookDown, BookHeadphones, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, BringToFront, Building2, Bug, BugOff, BadgeQuestionMark, Car, ChartColumnStacked, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Check, CircleArrowDown, CircleArrowUp, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Coins, ComponentIcon, Copy, CopyCheck, Cpu, Database, DatabaseZap, Dot, Download, Eye, EyeOff, ExternalLink, Facebook, Shield, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, Infinity, Info, ImageDown, ImageOff, ImageUp, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, LibraryIcon, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleMore, MessageCircleCode, Music4, MoreHorizontal, MousePointerClick, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, SendHorizontal, Settings, Settings2, Share, Sigma, ShieldUser, ShoppingCart, Sprout, SquareDashedBottomCode, SquareTerminal, Server, SplinePointer, Sparkles, Star, Tablets, Terminal, Twitter, Usb, UserRoundCheck, Workflow, X, Zap, } from "lucide-react";
@@ -73,14 +73,26 @@ Object.defineProperty(exports, "BookX", {
73
73
  enumerable: true,
74
74
  get: function () { return lucideReact.BookX; }
75
75
  });
76
+ Object.defineProperty(exports, "Bookmark", {
77
+ enumerable: true,
78
+ get: function () { return lucideReact.Bookmark; }
79
+ });
76
80
  Object.defineProperty(exports, "BookmarkCheck", {
77
81
  enumerable: true,
78
82
  get: function () { return lucideReact.BookmarkCheck; }
79
83
  });
84
+ Object.defineProperty(exports, "BookmarkMinus", {
85
+ enumerable: true,
86
+ get: function () { return lucideReact.BookmarkMinus; }
87
+ });
80
88
  Object.defineProperty(exports, "BookmarkPlus", {
81
89
  enumerable: true,
82
90
  get: function () { return lucideReact.BookmarkPlus; }
83
91
  });
92
+ Object.defineProperty(exports, "BookmarkX", {
93
+ enumerable: true,
94
+ get: function () { return lucideReact.BookmarkX; }
95
+ });
84
96
  Object.defineProperty(exports, "BotMessageSquare", {
85
97
  enumerable: true,
86
98
  get: function () { return lucideReact.BotMessageSquare; }
@@ -113,6 +125,10 @@ Object.defineProperty(exports, "Car", {
113
125
  enumerable: true,
114
126
  get: function () { return lucideReact.Car; }
115
127
  });
128
+ Object.defineProperty(exports, "ChartColumnStacked", {
129
+ enumerable: true,
130
+ get: function () { return lucideReact.ChartColumnStacked; }
131
+ });
116
132
  Object.defineProperty(exports, "Check", {
117
133
  enumerable: true,
118
134
  get: function () { return lucideReact.Check; }
@@ -445,6 +461,10 @@ Object.defineProperty(exports, "Rocket", {
445
461
  enumerable: true,
446
462
  get: function () { return lucideReact.Rocket; }
447
463
  });
464
+ Object.defineProperty(exports, "RotateCcw", {
465
+ enumerable: true,
466
+ get: function () { return lucideReact.RotateCcw; }
467
+ });
448
468
  Object.defineProperty(exports, "Rss", {
449
469
  enumerable: true,
450
470
  get: function () { return lucideReact.Rss; }
@@ -453,6 +473,10 @@ Object.defineProperty(exports, "Scale", {
453
473
  enumerable: true,
454
474
  get: function () { return lucideReact.Scale; }
455
475
  });
476
+ Object.defineProperty(exports, "ScanSearch", {
477
+ enumerable: true,
478
+ get: function () { return lucideReact.ScanSearch; }
479
+ });
456
480
  Object.defineProperty(exports, "Search", {
457
481
  enumerable: true,
458
482
  get: function () { return lucideReact.Search; }
@@ -529,6 +553,10 @@ Object.defineProperty(exports, "Twitter", {
529
553
  enumerable: true,
530
554
  get: function () { return lucideReact.Twitter; }
531
555
  });
556
+ Object.defineProperty(exports, "Usb", {
557
+ enumerable: true,
558
+ get: function () { return lucideReact.Usb; }
559
+ });
532
560
  Object.defineProperty(exports, "UserRoundCheck", {
533
561
  enumerable: true,
534
562
  get: function () { return lucideReact.UserRoundCheck; }
@@ -1,4 +1,4 @@
1
- export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, BadgeQuestionMark, Bell, Binary, Blocks, BookA, BookAudio, BookCheck, BookDown, BookHeadphones, BookOpen, BookX, BookmarkCheck, BookmarkPlus, BotMessageSquare, Brain, BrainCircuit, BringToFront, Bug, BugOff, Building2, Car, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleArrowDown, CircleArrowUp, CircleQuestionMark, CircleSmall, CircleStop, Coins, ComponentIcon, Copy, CopyCheck, Cpu, Database, DatabaseZap, Dot, Download, ExternalLink, Eye, EyeOff, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Infinity, Info, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, LibraryIcon, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleCode, MessageCircleMore, MoreHorizontal, MousePointerClick, Music4, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, Rss, Scale, Search, SendHorizontal, Server, Settings, Settings2, Share, Shield, ShieldUser, ShoppingCart, Sigma, Sparkles, SplinePointer, Sprout, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, UserRoundCheck, Workflow, X, Zap } from 'lucide-react';
1
+ export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, BadgeQuestionMark, Bell, Binary, Blocks, BookA, BookAudio, BookCheck, BookDown, BookHeadphones, BookOpen, BookX, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, BringToFront, Bug, BugOff, Building2, Car, ChartColumnStacked, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleArrowDown, CircleArrowUp, CircleQuestionMark, CircleSmall, CircleStop, Coins, ComponentIcon, Copy, CopyCheck, Cpu, Database, DatabaseZap, Dot, Download, ExternalLink, Eye, EyeOff, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, HousePlus, ImageDown, ImageOff, ImageUp, Infinity, Info, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, LibraryIcon, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleCode, MessageCircleMore, MoreHorizontal, MousePointerClick, Music4, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, SendHorizontal, Server, Settings, Settings2, Share, Shield, ShieldUser, ShoppingCart, Sigma, Sparkles, SplinePointer, Sprout, SquareDashedBottomCode, SquareTerminal, Star, Tablets, Terminal, Twitter, Usb, UserRoundCheck, Workflow, X, Zap } from 'lucide-react';
2
2
 
3
3
  /*
4
4
  * This file re-exports selected icons from 'lucide-react'.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/base-ui",
3
- "version": "15.1.0",
3
+ "version": "15.1.1",
4
4
  "description": "Base UI components for windrun-huaiin projects",
5
5
  "type": "module",
6
6
  "exports": {
@@ -47,9 +47,9 @@
47
47
  "@radix-ui/react-label": "^2.1.8",
48
48
  "@radix-ui/react-slot": "^1.2.4",
49
49
  "class-variance-authority": "^0.7.1",
50
- "lucide-react": "^0.575.0",
50
+ "lucide-react": "^0.577.0",
51
51
  "tslib": "^2.8.1",
52
- "@windrun-huaiin/lib": "^15.1.0"
52
+ "@windrun-huaiin/lib": "^15.1.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "clsx": "^2.1.1",
@@ -20,8 +20,11 @@ export {
20
20
  BookCheck,
21
21
  BookDown,
22
22
  BookHeadphones,
23
+ Bookmark,
23
24
  BookmarkCheck,
25
+ BookmarkMinus,
24
26
  BookmarkPlus,
27
+ BookmarkX,
25
28
  BotMessageSquare,
26
29
  Brain,
27
30
  BrainCircuit,
@@ -31,6 +34,7 @@ export {
31
34
  BugOff,
32
35
  BadgeQuestionMark,
33
36
  Car,
37
+ ChartColumnStacked,
34
38
  Circle,
35
39
  CircleAlert,
36
40
  CircleQuestionMark,
@@ -115,8 +119,10 @@ export {
115
119
  Regex,
116
120
  Replace,
117
121
  Rocket,
122
+ RotateCcw,
118
123
  Rss,
119
124
  Scale,
125
+ ScanSearch,
120
126
  Search,
121
127
  SendHorizontal,
122
128
  Settings,
@@ -135,6 +141,7 @@ export {
135
141
  Tablets,
136
142
  Terminal,
137
143
  Twitter,
144
+ Usb,
138
145
  UserRoundCheck,
139
146
  Workflow,
140
147
  X,