@insforge/react 0.6.9 → 0.7.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/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  **Framework-agnostic authentication solution for React applications.** Production-ready components with full business logic included.
4
4
 
5
+ > **✨ CSS-in-JS**: All components now use Emotion CSS-in-JS for zero FOUC in SSR environments. No CSS imports needed!
6
+
5
7
  ## Why @insforge/react?
6
8
 
7
9
  ✅ **Framework Agnostic** - Works with any React setup (Vite, CRA, or no bundler)
@@ -525,7 +527,6 @@ npm install @insforge/nextjs
525
527
  ```tsx
526
528
  // app/layout.tsx
527
529
  import { InsforgeProvider } from '@insforge/nextjs';
528
- import '@insforge/nextjs/styles.css';
529
530
 
530
531
  export default function RootLayout({ children }) {
531
532
  return (