@windrun-huaiin/base-ui 20.1.0 → 22.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.
- package/LICENSE +1 -1
- package/dist/components/404-page.js +1 -1
- package/dist/components/404-page.mjs +1 -1
- package/dist/components/global-icon.d.ts +6 -3
- package/dist/components/global-icon.js +17 -1
- package/dist/components/global-icon.mjs +17 -1
- package/dist/components/language-switcher.d.ts +0 -8
- package/dist/components/language-switcher.js +0 -8
- package/dist/components/language-switcher.mjs +0 -8
- package/dist/components/limited-lucide-icons.d.ts +1 -1
- package/dist/components/limited-lucide-icons.js +18 -6
- package/dist/components/limited-lucide-icons.mjs +1 -1
- package/dist/components/server.js +3 -0
- package/dist/components/server.mjs +1 -1
- package/dist/icons/index.d.ts +3 -0
- package/dist/icons/index.js +9 -3
- package/dist/icons/index.mjs +8 -5
- package/dist/ui/language-button.js +0 -8
- package/dist/ui/language-button.mjs +0 -8
- package/package.json +2 -2
- package/src/components/404-page.tsx +1 -1
- package/src/components/global-icon.tsx +20 -1
- package/src/components/language-switcher.tsx +0 -9
- package/src/components/limited-lucide-icons.ts +6 -3
- package/src/icons/index.ts +9 -3
- package/src/ui/language-button.tsx +0 -8
package/LICENSE
CHANGED
|
@@ -24,7 +24,7 @@ function NotFoundPage({ siteIcon }) {
|
|
|
24
24
|
}, 600); // every 1.5 seconds
|
|
25
25
|
return () => clearInterval(interval);
|
|
26
26
|
}, []);
|
|
27
|
-
return (jsxRuntime.jsxs("div", { className: "flex flex-col items-center justify-center
|
|
27
|
+
return (jsxRuntime.jsxs("div", { className: "flex min-h-dvh w-full flex-col items-center justify-center px-4 py-8", children: [jsxRuntime.jsxs("div", { className: "text-center space-y-8 max-w-2xl", children: [jsxRuntime.jsxs("div", { className: "relative flex justify-center", children: [jsxRuntime.jsx("h1", { className: utils.cn("text-8xl md:text-9xl font-bold bg-linear-to-r bg-clip-text text-transparent select-none", themeUtil.themeButtonGradientClass), style: {
|
|
28
28
|
fontFamily: "Montserrat, monospace",
|
|
29
29
|
textShadow: "0 0 30px rgba(172, 98, 253, 0.3)",
|
|
30
30
|
letterSpacing: "0.1em",
|
|
@@ -22,7 +22,7 @@ function NotFoundPage({ siteIcon }) {
|
|
|
22
22
|
}, 600); // every 1.5 seconds
|
|
23
23
|
return () => clearInterval(interval);
|
|
24
24
|
}, []);
|
|
25
|
-
return (jsxs("div", { className: "flex flex-col items-center justify-center
|
|
25
|
+
return (jsxs("div", { className: "flex min-h-dvh w-full flex-col items-center justify-center px-4 py-8", children: [jsxs("div", { className: "text-center space-y-8 max-w-2xl", children: [jsxs("div", { className: "relative flex justify-center", children: [jsx("h1", { className: cn("text-8xl md:text-9xl font-bold bg-linear-to-r bg-clip-text text-transparent select-none", themeButtonGradientClass), style: {
|
|
26
26
|
fontFamily: "Montserrat, monospace",
|
|
27
27
|
textShadow: "0 0 30px rgba(172, 98, 253, 0.3)",
|
|
28
28
|
letterSpacing: "0.1em",
|
|
@@ -34,7 +34,8 @@ export declare const globalLucideIcons: {
|
|
|
34
34
|
FAQ: StyledLucideIconComponent;
|
|
35
35
|
FAQB: StyledLucideIconComponent;
|
|
36
36
|
FAQS: StyledLucideIconComponent;
|
|
37
|
-
|
|
37
|
+
Airplay: StyledLucideIconComponent;
|
|
38
|
+
Album: StyledLucideIconComponent;
|
|
38
39
|
AlignHorizontalJustifyEnd: StyledLucideIconComponent;
|
|
39
40
|
ArrowLeft: StyledLucideIconComponent;
|
|
40
41
|
ArrowRight: StyledLucideIconComponent;
|
|
@@ -87,7 +88,7 @@ export declare const globalLucideIcons: {
|
|
|
87
88
|
ChevronUp: StyledLucideIconComponent;
|
|
88
89
|
Coffee: StyledLucideIconComponent;
|
|
89
90
|
Coins: StyledLucideIconComponent;
|
|
90
|
-
|
|
91
|
+
Component: StyledLucideIconComponent;
|
|
91
92
|
Copy: StyledLucideIconComponent;
|
|
92
93
|
CopyCheck: StyledLucideIconComponent;
|
|
93
94
|
Cpu: StyledLucideIconComponent;
|
|
@@ -133,7 +134,7 @@ export declare const globalLucideIcons: {
|
|
|
133
134
|
Languages: StyledLucideIconComponent;
|
|
134
135
|
Layout: StyledLucideIconComponent;
|
|
135
136
|
LayoutTemplate: StyledLucideIconComponent;
|
|
136
|
-
|
|
137
|
+
Library: StyledLucideIconComponent;
|
|
137
138
|
Lightbulb: StyledLucideIconComponent;
|
|
138
139
|
Link: StyledLucideIconComponent;
|
|
139
140
|
ListTodo: StyledLucideIconComponent;
|
|
@@ -145,6 +146,7 @@ export declare const globalLucideIcons: {
|
|
|
145
146
|
MessageCircleCode: StyledLucideIconComponent;
|
|
146
147
|
MessageSquareDiff: StyledLucideIconComponent;
|
|
147
148
|
Music4: StyledLucideIconComponent;
|
|
149
|
+
Moon: StyledLucideIconComponent;
|
|
148
150
|
MoreHorizontal: StyledLucideIconComponent;
|
|
149
151
|
MousePointerClick: StyledLucideIconComponent;
|
|
150
152
|
NotepadText: StyledLucideIconComponent;
|
|
@@ -183,6 +185,7 @@ export declare const globalLucideIcons: {
|
|
|
183
185
|
SplinePointer: StyledLucideIconComponent;
|
|
184
186
|
Sparkles: StyledLucideIconComponent;
|
|
185
187
|
Star: StyledLucideIconComponent;
|
|
188
|
+
Sun: StyledLucideIconComponent;
|
|
186
189
|
Tablets: StyledLucideIconComponent;
|
|
187
190
|
Terminal: StyledLucideIconComponent;
|
|
188
191
|
Trash2: StyledLucideIconComponent;
|
|
@@ -39,6 +39,21 @@ const globalLucideIcons = Object.assign(Object.assign({}, styledLimitedIconsPart
|
|
|
39
39
|
// Default fallback icon - centralized configuration
|
|
40
40
|
// Use a safe fallback that we know exists in both Lucide and custom icons
|
|
41
41
|
const DEFAULT_FALLBACK_ICON = 'Sparkles';
|
|
42
|
+
function resolveIconKey(iconKey) {
|
|
43
|
+
const trimmedKey = iconKey.trim();
|
|
44
|
+
if (trimmedKey === '')
|
|
45
|
+
return undefined;
|
|
46
|
+
const candidates = [
|
|
47
|
+
trimmedKey,
|
|
48
|
+
trimmedKey.endsWith('Icon') ? trimmedKey.slice(0, -4) : `${trimmedKey}Icon`,
|
|
49
|
+
];
|
|
50
|
+
for (const candidate of candidates) {
|
|
51
|
+
if (candidate in globalLucideIcons) {
|
|
52
|
+
return candidate;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return undefined;
|
|
56
|
+
}
|
|
42
57
|
function getGlobalIcon(iconKey, createElement) {
|
|
43
58
|
var _a;
|
|
44
59
|
// Handle undefined iconKey case (for getIconElement compatibility)
|
|
@@ -48,7 +63,8 @@ function getGlobalIcon(iconKey, createElement) {
|
|
|
48
63
|
}
|
|
49
64
|
return globalLucideIcons[DEFAULT_FALLBACK_ICON];
|
|
50
65
|
}
|
|
51
|
-
const
|
|
66
|
+
const resolvedIconKey = resolveIconKey(iconKey);
|
|
67
|
+
const Icon = resolvedIconKey ? globalLucideIcons[resolvedIconKey] : undefined;
|
|
52
68
|
if (!Icon) {
|
|
53
69
|
if (typeof process !== 'undefined' && ((_a = process.env) === null || _a === void 0 ? void 0 : _a.NODE_ENV) !== 'production') {
|
|
54
70
|
// only show in dev|test
|
|
@@ -37,6 +37,21 @@ const globalLucideIcons = Object.assign(Object.assign({}, styledLimitedIconsPart
|
|
|
37
37
|
// Default fallback icon - centralized configuration
|
|
38
38
|
// Use a safe fallback that we know exists in both Lucide and custom icons
|
|
39
39
|
const DEFAULT_FALLBACK_ICON = 'Sparkles';
|
|
40
|
+
function resolveIconKey(iconKey) {
|
|
41
|
+
const trimmedKey = iconKey.trim();
|
|
42
|
+
if (trimmedKey === '')
|
|
43
|
+
return undefined;
|
|
44
|
+
const candidates = [
|
|
45
|
+
trimmedKey,
|
|
46
|
+
trimmedKey.endsWith('Icon') ? trimmedKey.slice(0, -4) : `${trimmedKey}Icon`,
|
|
47
|
+
];
|
|
48
|
+
for (const candidate of candidates) {
|
|
49
|
+
if (candidate in globalLucideIcons) {
|
|
50
|
+
return candidate;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return undefined;
|
|
54
|
+
}
|
|
40
55
|
function getGlobalIcon(iconKey, createElement) {
|
|
41
56
|
var _a;
|
|
42
57
|
// Handle undefined iconKey case (for getIconElement compatibility)
|
|
@@ -46,7 +61,8 @@ function getGlobalIcon(iconKey, createElement) {
|
|
|
46
61
|
}
|
|
47
62
|
return globalLucideIcons[DEFAULT_FALLBACK_ICON];
|
|
48
63
|
}
|
|
49
|
-
const
|
|
64
|
+
const resolvedIconKey = resolveIconKey(iconKey);
|
|
65
|
+
const Icon = resolvedIconKey ? globalLucideIcons[resolvedIconKey] : undefined;
|
|
50
66
|
if (!Icon) {
|
|
51
67
|
if (typeof process !== 'undefined' && ((_a = process.env) === null || _a === void 0 ? void 0 : _a.NODE_ENV) !== 'production') {
|
|
52
68
|
// only show in dev|test
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* MIT License
|
|
4
|
-
* Copyright (c) 2026 D8ger
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the MIT license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/
|
|
9
1
|
interface LanguageSwitcherProps {
|
|
10
2
|
locales: readonly string[];
|
|
11
3
|
localeLabels: Record<string, string>;
|
|
@@ -8,14 +8,6 @@ var nextIntl = require('next-intl');
|
|
|
8
8
|
var dropdownMenu = require('../ui/dropdown-menu.js');
|
|
9
9
|
var languageButton = require('../ui/language-button.js');
|
|
10
10
|
|
|
11
|
-
/**
|
|
12
|
-
* @license
|
|
13
|
-
* MIT License
|
|
14
|
-
* Copyright (c) 2026 D8ger
|
|
15
|
-
*
|
|
16
|
-
* This source code is licensed under the MIT license found in the
|
|
17
|
-
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/
|
|
19
11
|
function LanguageSwitcher({ locales, localeLabels }) {
|
|
20
12
|
const locale = nextIntl.useLocale();
|
|
21
13
|
const router = navigation.useRouter();
|
|
@@ -6,14 +6,6 @@ import { useLocale } from 'next-intl';
|
|
|
6
6
|
import { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem } from '../ui/dropdown-menu.mjs';
|
|
7
7
|
import { LanguageButton } from '../ui/language-button.mjs';
|
|
8
8
|
|
|
9
|
-
/**
|
|
10
|
-
* @license
|
|
11
|
-
* MIT License
|
|
12
|
-
* Copyright (c) 2026 D8ger
|
|
13
|
-
*
|
|
14
|
-
* This source code is licensed under the MIT license found in the
|
|
15
|
-
* LICENSE file in the root directory of this source tree.
|
|
16
|
-
*/
|
|
17
9
|
function LanguageSwitcher({ locales, localeLabels }) {
|
|
18
10
|
const locale = useLocale();
|
|
19
11
|
const router = useRouter();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Airplay, Album, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeInfo, BadgeAlert, BadgeCheck, BadgeX, BadgeQuestionMark, Bell, Binary, Blocks, BookX, BookOpen, BookAudio, BookA, BookCheck, BookDown, BookHeadphones, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, Building2, Bug, BugOff, Car, ChartColumnStacked, Circle, CircleAlert, CircleQuestionMark, CircleSmall, CircleStop, Check, CircleArrowDown, CircleArrowUp, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, 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, Loader2, 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";
|
|
@@ -9,9 +9,13 @@ var lucideReact = require('lucide-react');
|
|
|
9
9
|
* in globalLucideIcons.
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "Airplay", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return lucideReact.
|
|
14
|
+
get: function () { return lucideReact.Airplay; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "Album", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return lucideReact.Album; }
|
|
15
19
|
});
|
|
16
20
|
Object.defineProperty(exports, "AlignHorizontalJustifyEnd", {
|
|
17
21
|
enumerable: true,
|
|
@@ -221,9 +225,9 @@ Object.defineProperty(exports, "Coins", {
|
|
|
221
225
|
enumerable: true,
|
|
222
226
|
get: function () { return lucideReact.Coins; }
|
|
223
227
|
});
|
|
224
|
-
Object.defineProperty(exports, "
|
|
228
|
+
Object.defineProperty(exports, "Component", {
|
|
225
229
|
enumerable: true,
|
|
226
|
-
get: function () { return lucideReact.
|
|
230
|
+
get: function () { return lucideReact.Component; }
|
|
227
231
|
});
|
|
228
232
|
Object.defineProperty(exports, "Copy", {
|
|
229
233
|
enumerable: true,
|
|
@@ -401,9 +405,9 @@ Object.defineProperty(exports, "LayoutTemplate", {
|
|
|
401
405
|
enumerable: true,
|
|
402
406
|
get: function () { return lucideReact.LayoutTemplate; }
|
|
403
407
|
});
|
|
404
|
-
Object.defineProperty(exports, "
|
|
408
|
+
Object.defineProperty(exports, "Library", {
|
|
405
409
|
enumerable: true,
|
|
406
|
-
get: function () { return lucideReact.
|
|
410
|
+
get: function () { return lucideReact.Library; }
|
|
407
411
|
});
|
|
408
412
|
Object.defineProperty(exports, "Lightbulb", {
|
|
409
413
|
enumerable: true,
|
|
@@ -445,6 +449,10 @@ Object.defineProperty(exports, "MessageSquareDiff", {
|
|
|
445
449
|
enumerable: true,
|
|
446
450
|
get: function () { return lucideReact.MessageSquareDiff; }
|
|
447
451
|
});
|
|
452
|
+
Object.defineProperty(exports, "Moon", {
|
|
453
|
+
enumerable: true,
|
|
454
|
+
get: function () { return lucideReact.Moon; }
|
|
455
|
+
});
|
|
448
456
|
Object.defineProperty(exports, "MoreHorizontal", {
|
|
449
457
|
enumerable: true,
|
|
450
458
|
get: function () { return lucideReact.MoreHorizontal; }
|
|
@@ -605,6 +613,10 @@ Object.defineProperty(exports, "Star", {
|
|
|
605
613
|
enumerable: true,
|
|
606
614
|
get: function () { return lucideReact.Star; }
|
|
607
615
|
});
|
|
616
|
+
Object.defineProperty(exports, "Sun", {
|
|
617
|
+
enumerable: true,
|
|
618
|
+
get: function () { return lucideReact.Sun; }
|
|
619
|
+
});
|
|
608
620
|
Object.defineProperty(exports, "Tablets", {
|
|
609
621
|
enumerable: true,
|
|
610
622
|
get: function () { return lucideReact.Tablets; }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Airplay, Album, AlignHorizontalJustifyEnd, ArrowLeft, ArrowRight, ArrowUp, Baby, BadgeAlert, BadgeCheck, BadgeInfo, BadgeQuestionMark, BadgeX, Bell, Binary, Blocks, BookA, BookAudio, BookCheck, BookDown, BookHeadphones, BookOpen, BookX, Bookmark, BookmarkCheck, BookmarkMinus, BookmarkPlus, BookmarkX, BotMessageSquare, Brain, BrainCircuit, Briefcase, BringToFront, BrushCleaning, Bug, BugOff, Building2, Car, ChartColumnStacked, Check, CheckCheck, CheckLine, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle, CircleAlert, CircleArrowDown, CircleArrowUp, CircleQuestionMark, CircleSmall, CircleStop, Coffee, Coins, Component, Copy, CopyCheck, Cpu, Database, DatabaseZap, Dot, Download, Ellipsis, EllipsisVertical, ExternalLink, Eye, EyeOff, Facebook, File, FileDown, FileInput, FileLock2, FileUp, Fingerprint, Folder, FolderOpen, Gem, Gift, GitMerge, GitPullRequestArrow, Globe, GlobeLock, Grip, GripVertical, HandHeart, Handshake, Highlighter, History, HousePlus, ImageDown, ImageOff, ImageUp, Infinity, Info, Keyboard, LandPlot, Languages, Layout, LayoutTemplate, Library, Lightbulb, Link, ListTodo, Loader2, LogIn, LogOut, Mail, MessageCircleCode, MessageCircleMore, MessageSquareDiff, Moon, MoreHorizontal, MousePointerClick, Music4, NotepadText, Palette, PanelLeft, PanelsTopLeft, PawPrint, Pencil, Pi, Pin, PinOff, Plus, QrCode, ReceiptText, RefreshCcw, Regex, Replace, Rocket, RotateCcw, Rss, Scale, ScanSearch, Search, Send, SendHorizontal, Server, Settings, Settings2, Share, Shield, ShieldUser, ShoppingCart, Sigma, Sparkles, SplinePointer, Sprout, SquareDashedBottomCode, SquareTerminal, Star, Sun, Tablets, Terminal, Trash2, Twitter, Usb, UserRoundCheck, Wand2, Workflow, X, Zap } from 'lucide-react';
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* This file re-exports selected icons from 'lucide-react'.
|
|
@@ -15,6 +15,7 @@ exports.NotFoundIcon = globalIcon.NotFoundIcon;
|
|
|
15
15
|
exports.getGlobalIcon = globalIcon.getGlobalIcon;
|
|
16
16
|
exports.getIconElement = globalIcon.getIconElement;
|
|
17
17
|
exports.globalLucideIcons = globalIcon.globalLucideIcons;
|
|
18
|
+
exports.AirplayIcon = index.AirplayIcon;
|
|
18
19
|
exports.AlbumIcon = index.AlbumIcon;
|
|
19
20
|
exports.AlignHorizontalJustifyEndIcon = index.AlignHorizontalJustifyEndIcon;
|
|
20
21
|
exports.ArrowLeftIcon = index.ArrowLeftIcon;
|
|
@@ -146,6 +147,7 @@ exports.MessageCircleCodeIcon = index.MessageCircleCodeIcon;
|
|
|
146
147
|
exports.MessageCircleMoreIcon = index.MessageCircleMoreIcon;
|
|
147
148
|
exports.MessageSquareDiffIcon = index.MessageSquareDiffIcon;
|
|
148
149
|
exports.MmdIcon = index.MmdIcon;
|
|
150
|
+
exports.MoonIcon = index.MoonIcon;
|
|
149
151
|
exports.MoreHorizontalIcon = index.MoreHorizontalIcon;
|
|
150
152
|
exports.MousePointerClickIcon = index.MousePointerClickIcon;
|
|
151
153
|
exports.Music4Icon = index.Music4Icon;
|
|
@@ -190,6 +192,7 @@ exports.SquareDashedBottomCodeIcon = index.SquareDashedBottomCodeIcon;
|
|
|
190
192
|
exports.SquareTerminalIcon = index.SquareTerminalIcon;
|
|
191
193
|
exports.StarIcon = index.StarIcon;
|
|
192
194
|
exports.SubPIcon = index.SubPIcon;
|
|
195
|
+
exports.SunIcon = index.SunIcon;
|
|
193
196
|
exports.T3PIcon = index.T3PIcon;
|
|
194
197
|
exports.TabletsIcon = index.TabletsIcon;
|
|
195
198
|
exports.TerminalIcon = index.TerminalIcon;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { DefaultSiteIcon, NotFoundIcon, getGlobalIcon, getIconElement, globalLucideIcons } from './global-icon.mjs';
|
|
2
|
-
export { 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, 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, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon } from '../icons/index.mjs';
|
|
2
|
+
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 } from '../icons/index.mjs';
|
|
3
3
|
export { createSiteIcon } from './site-icon.mjs';
|
|
4
4
|
export { GoogleAnalyticsScript } from './script/google-analytics-script.mjs';
|
|
5
5
|
export { MicrosoftClarityScript } from './script/microsoft-clarity-script.mjs';
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { createGlobalIcon, createGlobalLucideIcon, GlobalAccentIcon } from '@bas
|
|
|
2
2
|
export { getGlobalIcon, getIconElement, globalLucideIcons } from '@base-ui/components/global-icon';
|
|
3
3
|
export { createSiteIcon } from '@base-ui/components/site-icon';
|
|
4
4
|
export declare const AlbumIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
5
|
+
export declare const AirplayIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
5
6
|
export declare const AlignHorizontalJustifyEndIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
6
7
|
export declare const ArrowLeftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
7
8
|
export declare const ArrowRightIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
@@ -112,6 +113,7 @@ export declare const MessageCircleMoreIcon: import("@base-ui/components/icon-fac
|
|
|
112
113
|
export declare const MessageCircleCodeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
113
114
|
export declare const MessageSquareDiffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
114
115
|
export declare const Music4Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
116
|
+
export declare const MoonIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
115
117
|
export declare const MoreHorizontalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
116
118
|
export declare const MousePointerClickIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
117
119
|
export declare const NotepadTextIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
@@ -150,6 +152,7 @@ export declare const ServerIcon: import("@base-ui/components/icon-factory").Styl
|
|
|
150
152
|
export declare const SplinePointerIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
151
153
|
export declare const SparklesIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
152
154
|
export declare const StarIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
155
|
+
export declare const SunIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
153
156
|
export declare const TabletsIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
154
157
|
export declare const TerminalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
|
155
158
|
export declare const Trash2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
|
package/dist/icons/index.js
CHANGED
|
@@ -36,7 +36,8 @@ var lucideReact = require('lucide-react');
|
|
|
36
36
|
var globalIcon = require('../components/global-icon.js');
|
|
37
37
|
var siteIcon = require('../components/site-icon.js');
|
|
38
38
|
|
|
39
|
-
const AlbumIcon = iconFactory.createGlobalLucideIcon(lucideReact.
|
|
39
|
+
const AlbumIcon = iconFactory.createGlobalLucideIcon(lucideReact.Album, 'AlbumIcon');
|
|
40
|
+
const AirplayIcon = iconFactory.createGlobalLucideIcon(lucideReact.Airplay, 'AirplayIcon');
|
|
40
41
|
const AlignHorizontalJustifyEndIcon = iconFactory.createGlobalLucideIcon(lucideReact.AlignHorizontalJustifyEnd, 'AlignHorizontalJustifyEndIcon');
|
|
41
42
|
const ArrowLeftIcon = iconFactory.createGlobalLucideIcon(lucideReact.ArrowLeft, 'ArrowLeftIcon');
|
|
42
43
|
const ArrowRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.ArrowRight, 'ArrowRightIcon');
|
|
@@ -89,7 +90,7 @@ const ChevronRightIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronR
|
|
|
89
90
|
const ChevronUpIcon = iconFactory.createGlobalLucideIcon(lucideReact.ChevronUp, 'ChevronUpIcon');
|
|
90
91
|
const CoffeeIcon = iconFactory.createGlobalLucideIcon(lucideReact.Coffee, 'CoffeeIcon');
|
|
91
92
|
const CoinsIcon = iconFactory.createGlobalLucideIcon(lucideReact.Coins, 'CoinsIcon');
|
|
92
|
-
const ComponentIcon = iconFactory.createGlobalLucideIcon(lucideReact.
|
|
93
|
+
const ComponentIcon = iconFactory.createGlobalLucideIcon(lucideReact.Component, 'ComponentIcon');
|
|
93
94
|
const CopyIcon = iconFactory.createGlobalLucideIcon(lucideReact.Copy, 'CopyIcon');
|
|
94
95
|
const CopyCheckIcon = iconFactory.createGlobalLucideIcon(lucideReact.CopyCheck, 'CopyCheckIcon');
|
|
95
96
|
const CpuIcon = iconFactory.createGlobalLucideIcon(lucideReact.Cpu, 'CpuIcon');
|
|
@@ -135,7 +136,7 @@ const LandPlotIcon = iconFactory.createGlobalLucideIcon(lucideReact.LandPlot, 'L
|
|
|
135
136
|
const LanguagesIcon = iconFactory.createGlobalLucideIcon(lucideReact.Languages, 'LanguagesIcon');
|
|
136
137
|
const LayoutIcon = iconFactory.createGlobalLucideIcon(lucideReact.Layout, 'LayoutIcon');
|
|
137
138
|
const LayoutTemplateIcon = iconFactory.createGlobalLucideIcon(lucideReact.LayoutTemplate, 'LayoutTemplateIcon');
|
|
138
|
-
const LibraryIcon = iconFactory.createGlobalLucideIcon(lucideReact.
|
|
139
|
+
const LibraryIcon = iconFactory.createGlobalLucideIcon(lucideReact.Library, 'LibraryIcon');
|
|
139
140
|
const LightbulbIcon = iconFactory.createGlobalLucideIcon(lucideReact.Lightbulb, 'LightbulbIcon');
|
|
140
141
|
const LinkIcon = iconFactory.createGlobalLucideIcon(lucideReact.Link, 'LinkIcon');
|
|
141
142
|
const ListTodoIcon = iconFactory.createGlobalLucideIcon(lucideReact.ListTodo, 'ListTodoIcon');
|
|
@@ -147,6 +148,7 @@ const MessageCircleMoreIcon = iconFactory.createGlobalLucideIcon(lucideReact.Mes
|
|
|
147
148
|
const MessageCircleCodeIcon = iconFactory.createGlobalLucideIcon(lucideReact.MessageCircleCode, 'MessageCircleCodeIcon');
|
|
148
149
|
const MessageSquareDiffIcon = iconFactory.createGlobalLucideIcon(lucideReact.MessageSquareDiff, 'MessageSquareDiffIcon');
|
|
149
150
|
const Music4Icon = iconFactory.createGlobalLucideIcon(lucideReact.Music4, 'Music4Icon');
|
|
151
|
+
const MoonIcon = iconFactory.createGlobalLucideIcon(lucideReact.Moon, 'MoonIcon');
|
|
150
152
|
const MoreHorizontalIcon = iconFactory.createGlobalLucideIcon(lucideReact.MoreHorizontal, 'MoreHorizontalIcon');
|
|
151
153
|
const MousePointerClickIcon = iconFactory.createGlobalLucideIcon(lucideReact.MousePointerClick, 'MousePointerClickIcon');
|
|
152
154
|
const NotepadTextIcon = iconFactory.createGlobalLucideIcon(lucideReact.NotepadText, 'NotepadTextIcon');
|
|
@@ -185,6 +187,7 @@ const ServerIcon = iconFactory.createGlobalLucideIcon(lucideReact.Server, 'Serve
|
|
|
185
187
|
const SplinePointerIcon = iconFactory.createGlobalLucideIcon(lucideReact.SplinePointer, 'SplinePointerIcon');
|
|
186
188
|
const SparklesIcon = iconFactory.createGlobalLucideIcon(lucideReact.Sparkles, 'SparklesIcon');
|
|
187
189
|
const StarIcon = iconFactory.createGlobalLucideIcon(lucideReact.Star, 'StarIcon');
|
|
190
|
+
const SunIcon = iconFactory.createGlobalLucideIcon(lucideReact.Sun, 'SunIcon');
|
|
188
191
|
const TabletsIcon = iconFactory.createGlobalLucideIcon(lucideReact.Tablets, 'TabletsIcon');
|
|
189
192
|
const TerminalIcon = iconFactory.createGlobalLucideIcon(lucideReact.Terminal, 'TerminalIcon');
|
|
190
193
|
const Trash2Icon = iconFactory.createGlobalLucideIcon(lucideReact.Trash2, 'Trash2Icon');
|
|
@@ -234,6 +237,7 @@ exports.getGlobalIcon = globalIcon.getGlobalIcon;
|
|
|
234
237
|
exports.getIconElement = globalIcon.getIconElement;
|
|
235
238
|
exports.globalLucideIcons = globalIcon.globalLucideIcons;
|
|
236
239
|
exports.createSiteIcon = siteIcon.createSiteIcon;
|
|
240
|
+
exports.AirplayIcon = AirplayIcon;
|
|
237
241
|
exports.AlbumIcon = AlbumIcon;
|
|
238
242
|
exports.AlignHorizontalJustifyEndIcon = AlignHorizontalJustifyEndIcon;
|
|
239
243
|
exports.ArrowLeftIcon = ArrowLeftIcon;
|
|
@@ -365,6 +369,7 @@ exports.MessageCircleCodeIcon = MessageCircleCodeIcon;
|
|
|
365
369
|
exports.MessageCircleMoreIcon = MessageCircleMoreIcon;
|
|
366
370
|
exports.MessageSquareDiffIcon = MessageSquareDiffIcon;
|
|
367
371
|
exports.MmdIcon = MmdIcon;
|
|
372
|
+
exports.MoonIcon = MoonIcon;
|
|
368
373
|
exports.MoreHorizontalIcon = MoreHorizontalIcon;
|
|
369
374
|
exports.MousePointerClickIcon = MousePointerClickIcon;
|
|
370
375
|
exports.Music4Icon = Music4Icon;
|
|
@@ -409,6 +414,7 @@ exports.SquareDashedBottomCodeIcon = SquareDashedBottomCodeIcon;
|
|
|
409
414
|
exports.SquareTerminalIcon = SquareTerminalIcon;
|
|
410
415
|
exports.StarIcon = StarIcon;
|
|
411
416
|
exports.SubPIcon = SubPIcon;
|
|
417
|
+
exports.SunIcon = SunIcon;
|
|
412
418
|
exports.T3PIcon = T3PIcon;
|
|
413
419
|
exports.TabletsIcon = TabletsIcon;
|
|
414
420
|
exports.TerminalIcon = TerminalIcon;
|
package/dist/icons/index.mjs
CHANGED
|
@@ -31,11 +31,12 @@ 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,
|
|
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';
|
|
35
35
|
export { getGlobalIcon, getIconElement, globalLucideIcons } from '../components/global-icon.mjs';
|
|
36
36
|
export { createSiteIcon } from '../components/site-icon.mjs';
|
|
37
37
|
|
|
38
|
-
const AlbumIcon = createGlobalLucideIcon(
|
|
38
|
+
const AlbumIcon = createGlobalLucideIcon(Album, 'AlbumIcon');
|
|
39
|
+
const AirplayIcon = createGlobalLucideIcon(Airplay, 'AirplayIcon');
|
|
39
40
|
const AlignHorizontalJustifyEndIcon = createGlobalLucideIcon(AlignHorizontalJustifyEnd, 'AlignHorizontalJustifyEndIcon');
|
|
40
41
|
const ArrowLeftIcon = createGlobalLucideIcon(ArrowLeft, 'ArrowLeftIcon');
|
|
41
42
|
const ArrowRightIcon = createGlobalLucideIcon(ArrowRight, 'ArrowRightIcon');
|
|
@@ -88,7 +89,7 @@ const ChevronRightIcon = createGlobalLucideIcon(ChevronRight, 'ChevronRightIcon'
|
|
|
88
89
|
const ChevronUpIcon = createGlobalLucideIcon(ChevronUp, 'ChevronUpIcon');
|
|
89
90
|
const CoffeeIcon = createGlobalLucideIcon(Coffee, 'CoffeeIcon');
|
|
90
91
|
const CoinsIcon = createGlobalLucideIcon(Coins, 'CoinsIcon');
|
|
91
|
-
const ComponentIcon = createGlobalLucideIcon(
|
|
92
|
+
const ComponentIcon = createGlobalLucideIcon(Component, 'ComponentIcon');
|
|
92
93
|
const CopyIcon = createGlobalLucideIcon(Copy, 'CopyIcon');
|
|
93
94
|
const CopyCheckIcon = createGlobalLucideIcon(CopyCheck, 'CopyCheckIcon');
|
|
94
95
|
const CpuIcon = createGlobalLucideIcon(Cpu, 'CpuIcon');
|
|
@@ -134,7 +135,7 @@ const LandPlotIcon = createGlobalLucideIcon(LandPlot, 'LandPlotIcon');
|
|
|
134
135
|
const LanguagesIcon = createGlobalLucideIcon(Languages, 'LanguagesIcon');
|
|
135
136
|
const LayoutIcon = createGlobalLucideIcon(Layout, 'LayoutIcon');
|
|
136
137
|
const LayoutTemplateIcon = createGlobalLucideIcon(LayoutTemplate, 'LayoutTemplateIcon');
|
|
137
|
-
const LibraryIcon = createGlobalLucideIcon(
|
|
138
|
+
const LibraryIcon = createGlobalLucideIcon(Library, 'LibraryIcon');
|
|
138
139
|
const LightbulbIcon = createGlobalLucideIcon(Lightbulb, 'LightbulbIcon');
|
|
139
140
|
const LinkIcon = createGlobalLucideIcon(Link, 'LinkIcon');
|
|
140
141
|
const ListTodoIcon = createGlobalLucideIcon(ListTodo, 'ListTodoIcon');
|
|
@@ -146,6 +147,7 @@ const MessageCircleMoreIcon = createGlobalLucideIcon(MessageCircleMore, 'Message
|
|
|
146
147
|
const MessageCircleCodeIcon = createGlobalLucideIcon(MessageCircleCode, 'MessageCircleCodeIcon');
|
|
147
148
|
const MessageSquareDiffIcon = createGlobalLucideIcon(MessageSquareDiff, 'MessageSquareDiffIcon');
|
|
148
149
|
const Music4Icon = createGlobalLucideIcon(Music4, 'Music4Icon');
|
|
150
|
+
const MoonIcon = createGlobalLucideIcon(Moon, 'MoonIcon');
|
|
149
151
|
const MoreHorizontalIcon = createGlobalLucideIcon(MoreHorizontal, 'MoreHorizontalIcon');
|
|
150
152
|
const MousePointerClickIcon = createGlobalLucideIcon(MousePointerClick, 'MousePointerClickIcon');
|
|
151
153
|
const NotepadTextIcon = createGlobalLucideIcon(NotepadText, 'NotepadTextIcon');
|
|
@@ -184,6 +186,7 @@ const ServerIcon = createGlobalLucideIcon(Server, 'ServerIcon');
|
|
|
184
186
|
const SplinePointerIcon = createGlobalLucideIcon(SplinePointer, 'SplinePointerIcon');
|
|
185
187
|
const SparklesIcon = createGlobalLucideIcon(Sparkles, 'SparklesIcon');
|
|
186
188
|
const StarIcon = createGlobalLucideIcon(Star, 'StarIcon');
|
|
189
|
+
const SunIcon = createGlobalLucideIcon(Sun, 'SunIcon');
|
|
187
190
|
const TabletsIcon = createGlobalLucideIcon(Tablets, 'TabletsIcon');
|
|
188
191
|
const TerminalIcon = createGlobalLucideIcon(Terminal, 'TerminalIcon');
|
|
189
192
|
const Trash2Icon = createGlobalLucideIcon(Trash2, 'Trash2Icon');
|
|
@@ -226,4 +229,4 @@ const FAQIcon = createGlobalIcon(FAQIcon$1, 'FAQIcon');
|
|
|
226
229
|
const FAQBIcon = createGlobalIcon(FAQBIcon$1, 'FAQBIcon');
|
|
227
230
|
const FAQSIcon = createGlobalIcon(FAQSIcon$1, 'FAQSIcon');
|
|
228
231
|
|
|
229
|
-
export { 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, 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, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon, createGlobalIcon, createGlobalLucideIcon };
|
|
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 };
|
|
@@ -25,14 +25,6 @@ function _interopNamespaceDefault(e) {
|
|
|
25
25
|
|
|
26
26
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
27
27
|
|
|
28
|
-
/**
|
|
29
|
-
* @license
|
|
30
|
-
* MIT License
|
|
31
|
-
* Copyright (c) 2026 D8ger
|
|
32
|
-
*
|
|
33
|
-
* This source code is licensed under the MIT license found in the
|
|
34
|
-
* LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/
|
|
36
28
|
const LanguageButton = React__namespace.forwardRef((_a, ref) => {
|
|
37
29
|
var { className, variant = "default", size = "default" } = _a, props = tslib.__rest(_a, ["className", "variant", "size"]);
|
|
38
30
|
return (jsxRuntime.jsx("button", Object.assign({ className: utils.cn("inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background", {
|
|
@@ -4,14 +4,6 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { cn } from '@windrun-huaiin/lib/utils';
|
|
6
6
|
|
|
7
|
-
/**
|
|
8
|
-
* @license
|
|
9
|
-
* MIT License
|
|
10
|
-
* Copyright (c) 2026 D8ger
|
|
11
|
-
*
|
|
12
|
-
* This source code is licensed under the MIT license found in the
|
|
13
|
-
* LICENSE file in the root directory of this source tree.
|
|
14
|
-
*/
|
|
15
7
|
const LanguageButton = React.forwardRef((_a, ref) => {
|
|
16
8
|
var { className, variant = "default", size = "default" } = _a, props = __rest(_a, ["className", "variant", "size"]);
|
|
17
9
|
return (jsx("button", Object.assign({ className: cn("inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windrun-huaiin/base-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "Base UI components for windrun-huaiin projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"class-variance-authority": "^0.7.1",
|
|
55
55
|
"lucide-react": "^0.577.0",
|
|
56
56
|
"tslib": "^2.8.1",
|
|
57
|
-
"@windrun-huaiin/lib": "^
|
|
57
|
+
"@windrun-huaiin/lib": "^22.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"clsx": "^2.1.1",
|
|
@@ -33,7 +33,7 @@ export function NotFoundPage({ siteIcon }: NotFoundPageProps) {
|
|
|
33
33
|
}, []);
|
|
34
34
|
|
|
35
35
|
return (
|
|
36
|
-
<div className="flex flex-col items-center justify-center
|
|
36
|
+
<div className="flex min-h-dvh w-full flex-col items-center justify-center px-4 py-8">
|
|
37
37
|
{/* main content area */}
|
|
38
38
|
<div className="text-center space-y-8 max-w-2xl">
|
|
39
39
|
{/* 404 number - glitch effect */}
|
|
@@ -65,6 +65,24 @@ export const globalLucideIcons = {
|
|
|
65
65
|
// Use a safe fallback that we know exists in both Lucide and custom icons
|
|
66
66
|
const DEFAULT_FALLBACK_ICON = 'Sparkles' as keyof typeof globalLucideIcons;
|
|
67
67
|
|
|
68
|
+
function resolveIconKey(iconKey: string): keyof typeof globalLucideIcons | undefined {
|
|
69
|
+
const trimmedKey = iconKey.trim();
|
|
70
|
+
if (trimmedKey === '') return undefined;
|
|
71
|
+
|
|
72
|
+
const candidates = [
|
|
73
|
+
trimmedKey,
|
|
74
|
+
trimmedKey.endsWith('Icon') ? trimmedKey.slice(0, -4) : `${trimmedKey}Icon`,
|
|
75
|
+
];
|
|
76
|
+
|
|
77
|
+
for (const candidate of candidates) {
|
|
78
|
+
if (candidate in globalLucideIcons) {
|
|
79
|
+
return candidate as keyof typeof globalLucideIcons;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
return undefined;
|
|
84
|
+
}
|
|
85
|
+
|
|
68
86
|
/**
|
|
69
87
|
* use iconKey to load icon safely
|
|
70
88
|
* @param iconKey translation or configuration
|
|
@@ -89,7 +107,8 @@ export function getGlobalIcon(
|
|
|
89
107
|
return globalLucideIcons[DEFAULT_FALLBACK_ICON] as IconComponent;
|
|
90
108
|
}
|
|
91
109
|
|
|
92
|
-
const
|
|
110
|
+
const resolvedIconKey = resolveIconKey(iconKey);
|
|
111
|
+
const Icon = resolvedIconKey ? globalLucideIcons[resolvedIconKey] : undefined;
|
|
93
112
|
if (!Icon) {
|
|
94
113
|
if (typeof process !== 'undefined' && process.env?.NODE_ENV !== 'production') {
|
|
95
114
|
// only show in dev|test
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* MIT License
|
|
4
|
-
* Copyright (c) 2026 D8ger
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the MIT license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
1
|
'use client'
|
|
11
2
|
|
|
12
3
|
import { GlobeIcon } from '@base-ui/icons'
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
* in globalLucideIcons.
|
|
6
6
|
*/
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
Airplay,
|
|
9
|
+
Album,
|
|
9
10
|
AlignHorizontalJustifyEnd,
|
|
10
11
|
ArrowLeft,
|
|
11
12
|
ArrowRight,
|
|
@@ -58,7 +59,7 @@ export {
|
|
|
58
59
|
ChevronUp,
|
|
59
60
|
Coffee,
|
|
60
61
|
Coins,
|
|
61
|
-
|
|
62
|
+
Component,
|
|
62
63
|
Copy,
|
|
63
64
|
CopyCheck,
|
|
64
65
|
Cpu,
|
|
@@ -104,7 +105,7 @@ export {
|
|
|
104
105
|
Languages,
|
|
105
106
|
Layout,
|
|
106
107
|
LayoutTemplate,
|
|
107
|
-
|
|
108
|
+
Library,
|
|
108
109
|
Lightbulb,
|
|
109
110
|
Link,
|
|
110
111
|
ListTodo,
|
|
@@ -116,6 +117,7 @@ export {
|
|
|
116
117
|
MessageCircleCode,
|
|
117
118
|
MessageSquareDiff,
|
|
118
119
|
Music4,
|
|
120
|
+
Moon,
|
|
119
121
|
MoreHorizontal,
|
|
120
122
|
MousePointerClick,
|
|
121
123
|
NotepadText,
|
|
@@ -154,6 +156,7 @@ export {
|
|
|
154
156
|
SplinePointer,
|
|
155
157
|
Sparkles,
|
|
156
158
|
Star,
|
|
159
|
+
Sun,
|
|
157
160
|
Tablets,
|
|
158
161
|
Terminal,
|
|
159
162
|
Trash2,
|
package/src/icons/index.ts
CHANGED
|
@@ -31,7 +31,8 @@ import RawXMLIcon from '@base-ui/assets/xml';
|
|
|
31
31
|
import RawYamlIcon from '@base-ui/assets/yaml';
|
|
32
32
|
import { createGlobalIcon, createGlobalLucideIcon } from '@base-ui/components/icon-factory';
|
|
33
33
|
import {
|
|
34
|
-
|
|
34
|
+
Airplay as RawAirplay,
|
|
35
|
+
Album as RawAlbumIcon,
|
|
35
36
|
AlignHorizontalJustifyEnd as RawAlignHorizontalJustifyEnd,
|
|
36
37
|
ArrowLeft as RawArrowLeft,
|
|
37
38
|
ArrowRight as RawArrowRight,
|
|
@@ -84,7 +85,7 @@ import {
|
|
|
84
85
|
CircleStop as RawCircleStop,
|
|
85
86
|
Coffee as RawCoffee,
|
|
86
87
|
Coins as RawCoins,
|
|
87
|
-
|
|
88
|
+
Component as RawComponentIcon,
|
|
88
89
|
Copy as RawCopy,
|
|
89
90
|
CopyCheck as RawCopyCheck,
|
|
90
91
|
Cpu as RawCpu,
|
|
@@ -129,7 +130,7 @@ import {
|
|
|
129
130
|
Languages as RawLanguages,
|
|
130
131
|
Layout as RawLayout,
|
|
131
132
|
LayoutTemplate as RawLayoutTemplate,
|
|
132
|
-
|
|
133
|
+
Library as RawLibraryIcon,
|
|
133
134
|
Lightbulb as RawLightbulb,
|
|
134
135
|
Link as RawLink,
|
|
135
136
|
ListTodo as RawListTodo,
|
|
@@ -143,6 +144,7 @@ import {
|
|
|
143
144
|
MoreHorizontal as RawMoreHorizontal,
|
|
144
145
|
MousePointerClick as RawMousePointerClick,
|
|
145
146
|
Music4 as RawMusic4,
|
|
147
|
+
Moon as RawMoon,
|
|
146
148
|
NotepadText as RawNotepadText,
|
|
147
149
|
Palette as RawPalette,
|
|
148
150
|
PanelLeft as RawPanelLeft,
|
|
@@ -180,6 +182,7 @@ import {
|
|
|
180
182
|
SquareDashedBottomCode as RawSquareDashedBottomCode,
|
|
181
183
|
SquareTerminal as RawSquareTerminal,
|
|
182
184
|
Star as RawStar,
|
|
185
|
+
Sun as RawSun,
|
|
183
186
|
Tablets as RawTablets,
|
|
184
187
|
Terminal as RawTerminal,
|
|
185
188
|
Trash2 as RawTrash2,
|
|
@@ -197,6 +200,7 @@ export { getGlobalIcon, getIconElement, globalLucideIcons } from '@base-ui/compo
|
|
|
197
200
|
export { createSiteIcon } from '@base-ui/components/site-icon';
|
|
198
201
|
|
|
199
202
|
export const AlbumIcon = createGlobalLucideIcon(RawAlbumIcon, 'AlbumIcon');
|
|
203
|
+
export const AirplayIcon = createGlobalLucideIcon(RawAirplay, 'AirplayIcon');
|
|
200
204
|
export const AlignHorizontalJustifyEndIcon = createGlobalLucideIcon(RawAlignHorizontalJustifyEnd, 'AlignHorizontalJustifyEndIcon');
|
|
201
205
|
export const ArrowLeftIcon = createGlobalLucideIcon(RawArrowLeft, 'ArrowLeftIcon');
|
|
202
206
|
export const ArrowRightIcon = createGlobalLucideIcon(RawArrowRight, 'ArrowRightIcon');
|
|
@@ -307,6 +311,7 @@ export const MessageCircleMoreIcon = createGlobalLucideIcon(RawMessageCircleMore
|
|
|
307
311
|
export const MessageCircleCodeIcon = createGlobalLucideIcon(RawMessageCircleCode, 'MessageCircleCodeIcon');
|
|
308
312
|
export const MessageSquareDiffIcon = createGlobalLucideIcon(RawMessageSquareDiff, 'MessageSquareDiffIcon');
|
|
309
313
|
export const Music4Icon = createGlobalLucideIcon(RawMusic4, 'Music4Icon');
|
|
314
|
+
export const MoonIcon = createGlobalLucideIcon(RawMoon, 'MoonIcon');
|
|
310
315
|
export const MoreHorizontalIcon = createGlobalLucideIcon(RawMoreHorizontal, 'MoreHorizontalIcon');
|
|
311
316
|
export const MousePointerClickIcon = createGlobalLucideIcon(RawMousePointerClick, 'MousePointerClickIcon');
|
|
312
317
|
export const NotepadTextIcon = createGlobalLucideIcon(RawNotepadText, 'NotepadTextIcon');
|
|
@@ -345,6 +350,7 @@ export const ServerIcon = createGlobalLucideIcon(RawServer, 'ServerIcon');
|
|
|
345
350
|
export const SplinePointerIcon = createGlobalLucideIcon(RawSplinePointer, 'SplinePointerIcon');
|
|
346
351
|
export const SparklesIcon = createGlobalLucideIcon(RawSparkles, 'SparklesIcon');
|
|
347
352
|
export const StarIcon = createGlobalLucideIcon(RawStar, 'StarIcon');
|
|
353
|
+
export const SunIcon = createGlobalLucideIcon(RawSun, 'SunIcon');
|
|
348
354
|
export const TabletsIcon = createGlobalLucideIcon(RawTablets, 'TabletsIcon');
|
|
349
355
|
export const TerminalIcon = createGlobalLucideIcon(RawTerminal, 'TerminalIcon');
|
|
350
356
|
export const Trash2Icon = createGlobalLucideIcon(RawTrash2, 'Trash2Icon');
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* MIT License
|
|
4
|
-
* Copyright (c) 2026 D8ger
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the MIT license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/
|
|
9
1
|
"use client";
|
|
10
2
|
import * as React from "react"
|
|
11
3
|
import { cn } from "@windrun-huaiin/lib/utils"
|