@stytch/nextjs 5.0.2 → 6.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @stytch/nextjs
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3623a8a: Exclude @stytch/vanilla-js/b2b in rollup
8
+
9
+ ## 6.0.0
10
+
11
+ ### Minor Changes
12
+
13
+ - c8e2d0b: B2B Passwords UI components
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [c8e2d0b]
18
+ - @stytch/vanilla-js@0.14.0
19
+
3
20
  ## 5.0.2
4
21
 
5
22
  ### Patch Changes
@@ -204,7 +204,7 @@ interface StytchB2BProps {
204
204
  * />
205
205
  * @param props {@link StytchB2BProps}
206
206
  */
207
- declare const StytchB2B: ({ styles, callbacks, config }: StytchB2BProps) => JSX.Element;
207
+ declare const StytchB2B: ({ styles, callbacks, config }: StytchB2BProps) => React.JSX.Element;
208
208
  /**
209
209
  * Creates a Headless Stytch client object to call the stytch B2B APIs.
210
210
  * The Stytch client is not available serverside.
@@ -218,7 +218,7 @@ declare const StytchB2B: ({ styles, callbacks, config }: StytchB2BProps) => JSX.
218
218
  * )
219
219
  * @returns A {@link StytchHeadlessClient}
220
220
  */
221
- declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient$0;
221
+ declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/dist/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient$0;
222
222
  /**
223
223
  * Creates a Stytch UI client object to call the Stytch APIs and render Stytch UI components.
224
224
  * The Stytch client is not available serverside.
@@ -233,6 +233,6 @@ declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: i
233
233
  * )
234
234
  * @returns A {@link StytchB2BUIClient}
235
235
  */
236
- declare const createStytchB2BUIClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchB2BUIClient$0;
236
+ declare const createStytchB2BUIClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/dist/public").StytchClientOptions | undefined) => StytchB2BUIClient$0;
237
237
  export { StytchB2BProvider, useStytchB2BClient, useStytchMemberSession, useStytchMember, withStytchB2BClient, withStytchMemberSession, withStytchMember, StytchB2B, createStytchB2BHeadlessClient, createStytchB2BUIClient };
238
238
  export type { StytchB2BProviderProps };
@@ -204,7 +204,7 @@ interface StytchB2BProps {
204
204
  * />
205
205
  * @param props {@link StytchB2BProps}
206
206
  */
207
- declare const StytchB2B: ({ styles, callbacks, config }: StytchB2BProps) => JSX.Element;
207
+ declare const StytchB2B: ({ styles, callbacks, config }: StytchB2BProps) => React.JSX.Element;
208
208
  /**
209
209
  * Creates a Headless Stytch client object to call the stytch B2B APIs.
210
210
  * The Stytch client is not available serverside.
@@ -218,7 +218,7 @@ declare const StytchB2B: ({ styles, callbacks, config }: StytchB2BProps) => JSX.
218
218
  * )
219
219
  * @returns A {@link StytchHeadlessClient}
220
220
  */
221
- declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient$0;
221
+ declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/dist/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient$0;
222
222
  /**
223
223
  * Creates a Stytch UI client object to call the Stytch APIs and render Stytch UI components.
224
224
  * The Stytch client is not available serverside.
@@ -233,6 +233,6 @@ declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: i
233
233
  * )
234
234
  * @returns A {@link StytchB2BUIClient}
235
235
  */
236
- declare const createStytchB2BUIClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchB2BUIClient$0;
236
+ declare const createStytchB2BUIClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/dist/public").StytchClientOptions | undefined) => StytchB2BUIClient$0;
237
237
  export { StytchB2BProvider, useStytchB2BClient, useStytchMemberSession, useStytchMember, withStytchB2BClient, withStytchMemberSession, withStytchMember, StytchB2B, createStytchB2BHeadlessClient, createStytchB2BUIClient };
238
238
  export type { StytchB2BProviderProps };