@windrun-huaiin/base-ui 6.0.0 → 6.0.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.
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs.map +1 -1
- package/dist/components/server.js +1 -1
- package/dist/components/server.js.map +1 -1
- package/dist/components/server.mjs +1 -1
- package/dist/components/server.mjs.map +1 -1
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/global-icon.tsx +1 -1
package/package.json
CHANGED
@@ -121,7 +121,7 @@ export const globalLucideIcons = {
|
|
121
121
|
|
122
122
|
// Default fallback icon - centralized configuration
|
123
123
|
// Use a safe fallback that we know exists in both Lucide and custom icons
|
124
|
-
const DEFAULT_FALLBACK_ICON = '
|
124
|
+
const DEFAULT_FALLBACK_ICON = 'Sparkles' as keyof typeof globalLucideIcons;
|
125
125
|
|
126
126
|
/**
|
127
127
|
* use iconKey to load icon safely
|