@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/base-ui",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Base UI components for windrun-huaiin projects",
5
5
  "type": "module",
6
6
  "exports": {
@@ -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 = 'BTC' as keyof typeof globalLucideIcons;
124
+ const DEFAULT_FALLBACK_ICON = 'Sparkles' as keyof typeof globalLucideIcons;
125
125
 
126
126
  /**
127
127
  * use iconKey to load icon safely