@insforge/react 0.2.4 → 0.2.6

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/types.d.ts CHANGED
@@ -536,7 +536,6 @@ interface VerifyEmailStatusProps {
536
536
  * Props for the SignIn component
537
537
  */
538
538
  interface SignInProps {
539
- afterSignInUrl?: string;
540
539
  /** Hierarchical appearance configuration for deep customization */
541
540
  appearance?: SignInAppearance;
542
541
  title?: string;
@@ -559,13 +558,11 @@ interface SignInProps {
559
558
  name: string;
560
559
  }, accessToken: string) => void;
561
560
  onError?: (error: Error) => void;
562
- onRedirect?: (url: string) => void;
563
561
  }
564
562
  /**
565
563
  * Props for the SignUp component
566
564
  */
567
565
  interface SignUpProps {
568
- afterSignUpUrl?: string;
569
566
  /** Hierarchical appearance configuration for deep customization */
570
567
  appearance?: SignUpAppearance;
571
568
  title?: string;
@@ -586,7 +583,6 @@ interface SignUpProps {
586
583
  name: string;
587
584
  }, accessToken: string) => void;
588
585
  onError?: (error: Error) => void;
589
- onRedirect?: (url: string) => void;
590
586
  }
591
587
  /**
592
588
  * Props for Protect component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/react",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Framework-agnostic React authentication UI components for Insforge - reusable across all frameworks",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -77,7 +77,7 @@
77
77
  "react-router-dom": "^7.9.5"
78
78
  },
79
79
  "dependencies": {
80
- "@insforge/sdk": "0.0.58-dev.7",
80
+ "@insforge/sdk": "^0.0.58-dev.10",
81
81
  "@insforge/shared-schemas": "^1.1.17",
82
82
  "clsx": "^2.1.1",
83
83
  "lucide-react": "^0.552.0",