@windrun-huaiin/third-ui 5.10.2 → 5.10.3
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/clerk/index.d.mts +2 -1
- package/dist/clerk/index.d.ts +2 -1
- package/dist/clerk/index.js +6 -2
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +7 -3
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/main/index.js +1 -1
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +1 -1
- package/dist/main/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/clerk/clerk-user.tsx +11 -2
package/dist/main/index.mjs
CHANGED
|
@@ -2683,7 +2683,7 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
|
|
|
2683
2683
|
}
|
|
2684
2684
|
var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
|
|
2685
2685
|
var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
|
|
2686
|
-
var DEFAULT_FALLBACK_ICON = "
|
|
2686
|
+
var DEFAULT_FALLBACK_ICON = "Sparkles";
|
|
2687
2687
|
function getGlobalIcon(iconKey, createElement8) {
|
|
2688
2688
|
var _a;
|
|
2689
2689
|
if (!iconKey) {
|