@clerk/types 4.74.0 → 4.75.0-canary.v20250810172001
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8079,7 +8079,7 @@ type ClerkOptionsNavigation = {
|
|
|
8079
8079
|
routerReplace: RouterFn;
|
|
8080
8080
|
routerDebug?: boolean;
|
|
8081
8081
|
};
|
|
8082
|
-
type ClerkOptions =
|
|
8082
|
+
type ClerkOptions = ClerkOptionsNavigation & SignInForceRedirectUrl & SignInFallbackRedirectUrl & SignUpForceRedirectUrl & SignUpFallbackRedirectUrl & NewSubscriptionRedirectUrl & LegacyRedirectProps & AfterSignOutUrl & AfterMultiSessionSingleSignOutUrl & {
|
|
8083
8083
|
/**
|
|
8084
8084
|
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/components/overview) and not [Account Portal](https://clerk.com/docs/account-portal/overview) pages.
|
|
8085
8085
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -8079,7 +8079,7 @@ type ClerkOptionsNavigation = {
|
|
|
8079
8079
|
routerReplace: RouterFn;
|
|
8080
8080
|
routerDebug?: boolean;
|
|
8081
8081
|
};
|
|
8082
|
-
type ClerkOptions =
|
|
8082
|
+
type ClerkOptions = ClerkOptionsNavigation & SignInForceRedirectUrl & SignInFallbackRedirectUrl & SignUpForceRedirectUrl & SignUpFallbackRedirectUrl & NewSubscriptionRedirectUrl & LegacyRedirectProps & AfterSignOutUrl & AfterMultiSessionSingleSignOutUrl & {
|
|
8083
8083
|
/**
|
|
8084
8084
|
* Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/components/overview) and not [Account Portal](https://clerk.com/docs/account-portal/overview) pages.
|
|
8085
8085
|
*/
|