@windrun-huaiin/base-ui 12.0.0 → 13.0.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.
|
@@ -43,6 +43,12 @@ export declare const globalLucideIcons: {
|
|
|
43
43
|
Binary: StyledLucideIconComponent;
|
|
44
44
|
Blocks: StyledLucideIconComponent;
|
|
45
45
|
BookX: StyledLucideIconComponent;
|
|
46
|
+
BookOpen: StyledLucideIconComponent;
|
|
47
|
+
BookAudio: StyledLucideIconComponent;
|
|
48
|
+
BookA: StyledLucideIconComponent;
|
|
49
|
+
BookCheck: StyledLucideIconComponent;
|
|
50
|
+
BookDown: StyledLucideIconComponent;
|
|
51
|
+
BookHeadphones: StyledLucideIconComponent;
|
|
46
52
|
BotMessageSquare: StyledLucideIconComponent;
|
|
47
53
|
Brain: StyledLucideIconComponent;
|
|
48
54
|
BrainCircuit: StyledLucideIconComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Bell, Binary, Blocks, BookX, BotMessageSquare, Brain, BrainCircuit, BringToFront, Building2, Bug, BugOff, BadgeQuestionMark, Car, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Coins, ComponentIcon, Copy, Cpu, Database, DatabaseZap, Dot, Download, Eye, 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, BotMessageSquare, Brain, BrainCircuit, BringToFront, Building2, Bug, BugOff, BadgeQuestionMark, Car, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Coins, ComponentIcon, Copy, Cpu, Database, DatabaseZap, Dot, Download, Eye, 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";
|
|
@@ -45,6 +45,30 @@ Object.defineProperty(exports, "Blocks", {
|
|
|
45
45
|
enumerable: true,
|
|
46
46
|
get: function () { return lucideReact.Blocks; }
|
|
47
47
|
});
|
|
48
|
+
Object.defineProperty(exports, "BookA", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () { return lucideReact.BookA; }
|
|
51
|
+
});
|
|
52
|
+
Object.defineProperty(exports, "BookAudio", {
|
|
53
|
+
enumerable: true,
|
|
54
|
+
get: function () { return lucideReact.BookAudio; }
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(exports, "BookCheck", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function () { return lucideReact.BookCheck; }
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "BookDown", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () { return lucideReact.BookDown; }
|
|
63
|
+
});
|
|
64
|
+
Object.defineProperty(exports, "BookHeadphones", {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function () { return lucideReact.BookHeadphones; }
|
|
67
|
+
});
|
|
68
|
+
Object.defineProperty(exports, "BookOpen", {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function () { return lucideReact.BookOpen; }
|
|
71
|
+
});
|
|
48
72
|
Object.defineProperty(exports, "BookX", {
|
|
49
73
|
enumerable: true,
|
|
50
74
|
get: function () { return lucideReact.BookX; }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AlbumIcon, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, BadgeQuestionMark, Bell, Binary, Blocks, BookX, BotMessageSquare, Brain, BrainCircuit, BringToFront, Bug, BugOff, Building2, Car, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Coins, ComponentIcon, Copy, Cpu, Database, DatabaseZap, Dot, Download, ExternalLink, Eye, 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, BotMessageSquare, Brain, BrainCircuit, BringToFront, Bug, BugOff, Building2, Car, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Coins, ComponentIcon, Copy, Cpu, Database, DatabaseZap, Dot, Download, ExternalLink, Eye, 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';
|
|
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": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "Base UI components for windrun-huaiin projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -40,23 +40,23 @@
|
|
|
40
40
|
"@radix-ui/react-label": "^2.1.6",
|
|
41
41
|
"@radix-ui/react-slot": "^1.2.2",
|
|
42
42
|
"class-variance-authority": "^0.7.1",
|
|
43
|
-
"lucide-react": "^0.
|
|
44
|
-
"@windrun-huaiin/lib": "^
|
|
43
|
+
"lucide-react": "^0.575.0",
|
|
44
|
+
"@windrun-huaiin/lib": "^13.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"clsx": "^2.1.1",
|
|
48
|
-
"next": "16.
|
|
49
|
-
"next-intl": "^4.
|
|
48
|
+
"next": "16.1.6",
|
|
49
|
+
"next-intl": "^4.8.3",
|
|
50
50
|
"next-themes": "^0.4.6",
|
|
51
|
-
"react": "19.2.
|
|
52
|
-
"react-dom": "19.2.
|
|
53
|
-
"tailwind-merge": "^3.
|
|
54
|
-
"tailwindcss": "^4.1
|
|
51
|
+
"react": "19.2.4",
|
|
52
|
+
"react-dom": "19.2.4",
|
|
53
|
+
"tailwind-merge": "^3.5.0",
|
|
54
|
+
"tailwindcss": "^4.2.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@types/node": "
|
|
58
|
-
"@types/react": "19.
|
|
59
|
-
"@types/react-dom": "19.
|
|
57
|
+
"@types/node": "^25.3.2",
|
|
58
|
+
"@types/react": "^19.2.14",
|
|
59
|
+
"@types/react-dom": "^19.2.3",
|
|
60
60
|
"typescript": "^5.8.3"
|
|
61
61
|
},
|
|
62
62
|
"keywords": [
|