@particle-academy/react-fancy 4.7.0 → 4.7.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/index.cjs CHANGED
@@ -2141,6 +2141,7 @@ function getIconResolutionVersion() {
2141
2141
  return lucideVersion;
2142
2142
  }
2143
2143
  function resolveFromLucide(name) {
2144
+ if (typeof window === "undefined") return null;
2144
2145
  if (!lucideModule) {
2145
2146
  ensureLucideLoaded();
2146
2147
  return null;