@ory/elements-react 1.0.0-next.14 → 1.0.0-next.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/elements-react",
3
- "version": "1.0.0-next.14",
3
+ "version": "1.0.0-next.16",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "module": "./dist/index.mjs",
37
37
  "types": "./dist/index.d.ts",
38
38
  "dependencies": {
39
- "@ory/client-fetch": "1.15.6",
39
+ "@ory/client-fetch": "^1.15.12",
40
40
  "@radix-ui/react-dropdown-menu": "2.1.2",
41
41
  "class-variance-authority": "0.7.0",
42
42
  "clsx": "2.1.1",
@@ -31,7 +31,7 @@ const config: Config = {
31
31
  borderRadius: variables.borderRadius,
32
32
  },
33
33
  fontFamily: {
34
- sans: ['"Inter var", sans-serif'],
34
+ sans: ["var(--font-sans)"],
35
35
  },
36
36
  colors: {
37
37
  ...variables.colors.light,
@@ -1,22 +0,0 @@
1
- ## API Report File for "@ory/elements-react"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { Session } from '@ory/client-fetch';
8
-
9
- // @public
10
- export const useSession: (config?: {
11
- sdk: {
12
- url: string;
13
- };
14
- }) => {
15
- session: Session | undefined;
16
- error: string | undefined;
17
- isLoading: boolean;
18
- };
19
-
20
- // (No @packageDocumentation comment for this package)
21
-
22
- ```
@@ -1,131 +0,0 @@
1
- ## API Report File for "@ory/elements-react"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { ComponentPropsWithoutRef } from 'react';
8
- import { ComponentType } from 'react';
9
- import { ConfigurationParameters } from '@ory/client-fetch';
10
- import { DetailedHTMLProps } from 'react';
11
- import { FlowError } from '@ory/client-fetch';
12
- import { FormEventHandler } from 'react';
13
- import { HTMLAttributes } from 'react';
14
- import { LoginFlow } from '@ory/client-fetch';
15
- import { MouseEventHandler } from 'react';
16
- import { PropsWithChildren } from 'react';
17
- import * as react from 'react';
18
- import * as react_jsx_runtime from 'react/jsx-runtime';
19
- import { RecoveryFlow } from '@ory/client-fetch';
20
- import { RegistrationFlow } from '@ory/client-fetch';
21
- import { SettingsFlow } from '@ory/client-fetch';
22
- import { UiNode } from '@ory/client-fetch';
23
- import { UiNodeAnchorAttributes } from '@ory/client-fetch';
24
- import { UiNodeImageAttributes } from '@ory/client-fetch';
25
- import { UiNodeInputAttributes } from '@ory/client-fetch';
26
- import { UiNodeTextAttributes } from '@ory/client-fetch';
27
- import { UiText } from '@ory/client-fetch';
28
- import { VariantProps } from 'class-variance-authority';
29
- import { VerificationFlow } from '@ory/client-fetch';
30
-
31
- // Warning: (ae-forgotten-export) The symbol "OryCardRootProps" needs to be exported by the entry point index.d.ts
32
- //
33
- // @public (undocumented)
34
- export function DefaultCard({ children }: OryCardRootProps): react_jsx_runtime.JSX.Element;
35
-
36
- // Warning: (ae-forgotten-export) The symbol "OryCardContentProps" needs to be exported by the entry point index.d.ts
37
- //
38
- // @public (undocumented)
39
- export function DefaultCardContent({ children }: OryCardContentProps): react.ReactNode;
40
-
41
- // @public (undocumented)
42
- export function DefaultCardFooter(): react_jsx_runtime.JSX.Element | null;
43
-
44
- // @public (undocumented)
45
- export function DefaultCardHeader(): react_jsx_runtime.JSX.Element;
46
-
47
- // @public (undocumented)
48
- export function DefaultCardLogo(): react_jsx_runtime.JSX.Element;
49
-
50
- // Warning: (ae-forgotten-export) The symbol "OryFormRootProps" needs to be exported by the entry point index.d.ts
51
- //
52
- // @public (undocumented)
53
- export function DefaultFormContainer({ children, onSubmit, action, method, }: PropsWithChildren<OryFormRootProps>): react_jsx_runtime.JSX.Element;
54
-
55
- // Warning: (ae-forgotten-export) The symbol "OryMessageContentProps" needs to be exported by the entry point index.d.ts
56
- //
57
- // @public (undocumented)
58
- export function DefaultMessage({ message }: OryMessageContentProps): react_jsx_runtime.JSX.Element;
59
-
60
- // @public (undocumented)
61
- export function DefaultMessageContainer({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element | null;
62
-
63
- // @public (undocumented)
64
- function Error_2({ error, children, }: PropsWithChildren<ErrorFlowContextProps>): react_jsx_runtime.JSX.Element;
65
- export { Error_2 as Error }
66
-
67
- // @public (undocumented)
68
- export type ErrorFlowContextProps = {
69
- error: FlowError;
70
- components?: OryFlowComponentOverrides;
71
- config: OryClientConfiguration;
72
- };
73
-
74
- // Warning: (ae-forgotten-export) The symbol "OryFlowComponents" needs to be exported by the entry point index.d.ts
75
- //
76
- // @public (undocumented)
77
- export function getOryComponents(overrides?: OryFlowComponentOverrides): OryFlowComponents;
78
-
79
- // @public (undocumented)
80
- export function Login({ flow, config, children, components: flowOverrideComponents, }: PropsWithChildren<LoginFlowContextProps>): react_jsx_runtime.JSX.Element;
81
-
82
- // @public (undocumented)
83
- export type LoginFlowContextProps = {
84
- flow: LoginFlow;
85
- components?: OryFlowComponentOverrides;
86
- config: OryClientConfiguration;
87
- };
88
-
89
- // @public (undocumented)
90
- export function Recovery({ flow, config, children, components: flowOverrideComponents, }: PropsWithChildren<RecoveryFlowContextProps>): react_jsx_runtime.JSX.Element;
91
-
92
- // @public (undocumented)
93
- export type RecoveryFlowContextProps = {
94
- flow: RecoveryFlow;
95
- components?: OryFlowComponentOverrides;
96
- config: OryClientConfiguration;
97
- };
98
-
99
- // Warning: (ae-forgotten-export) The symbol "RegistrationFlowContextProps" needs to be exported by the entry point index.d.ts
100
- //
101
- // @public (undocumented)
102
- export function Registration({ flow, children, components: flowOverrideComponents, config, }: PropsWithChildren<RegistrationFlowContextProps>): react_jsx_runtime.JSX.Element;
103
-
104
- // @public (undocumented)
105
- export function Settings({ flow, config, children, components: flowOverrideComponents, }: PropsWithChildren<SettingsFlowContextProps>): react_jsx_runtime.JSX.Element;
106
-
107
- // @public (undocumented)
108
- export type SettingsFlowContextProps = {
109
- flow: SettingsFlow;
110
- components?: OryFlowComponentOverrides;
111
- config: OryClientConfiguration;
112
- };
113
-
114
- // @public (undocumented)
115
- export function Verification({ flow, config, children, components: flowOverrideComponents, }: PropsWithChildren<VerificationFlowContextProps>): react_jsx_runtime.JSX.Element;
116
-
117
- // @public (undocumented)
118
- export type VerificationFlowContextProps = {
119
- flow: VerificationFlow;
120
- components?: OryFlowComponentOverrides;
121
- config: OryClientConfiguration;
122
- };
123
-
124
- // Warnings were encountered during analysis:
125
- //
126
- // dist/theme/default/index.d.ts:25:5 - (ae-forgotten-export) The symbol "OryFlowComponentOverrides" needs to be exported by the entry point index.d.ts
127
- // dist/theme/default/index.d.ts:26:5 - (ae-forgotten-export) The symbol "OryClientConfiguration" needs to be exported by the entry point index.d.ts
128
-
129
- // (No @packageDocumentation comment for this package)
130
-
131
- ```
@@ -1,406 +0,0 @@
1
- ## API Report File for "@ory/elements-react"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import * as class_variance_authority_types from 'class-variance-authority/types';
8
- import { ComponentPropsWithoutRef } from 'react';
9
- import { ComponentType } from 'react';
10
- import { ConfigurationParameters } from '@ory/client-fetch';
11
- import { DetailedHTMLProps } from 'react';
12
- import { Dispatch } from 'react';
13
- import { FlowError } from '@ory/client-fetch';
14
- import { FlowType } from '@ory/client-fetch';
15
- import { FormEventHandler } from 'react';
16
- import { HTMLAttributes } from 'react';
17
- import { IntlShape } from 'react-intl';
18
- import { LoginFlow } from '@ory/client-fetch';
19
- import { MouseEventHandler } from 'react';
20
- import { OnRedirectHandler } from '@ory/client-fetch';
21
- import { PropsWithChildren } from 'react';
22
- import * as react_jsx_runtime from 'react/jsx-runtime';
23
- import { RecoveryFlow } from '@ory/client-fetch';
24
- import { RegistrationFlow } from '@ory/client-fetch';
25
- import { SettingsFlow } from '@ory/client-fetch';
26
- import { UiNode } from '@ory/client-fetch';
27
- import { UiNodeAnchorAttributes } from '@ory/client-fetch';
28
- import { UiNodeGroupEnum } from '@ory/client-fetch';
29
- import { UiNodeImageAttributes } from '@ory/client-fetch';
30
- import { UiNodeInputAttributes } from '@ory/client-fetch';
31
- import { UiNodeTextAttributes } from '@ory/client-fetch';
32
- import { UiText } from '@ory/client-fetch';
33
- import { UpdateLoginFlowBody } from '@ory/client-fetch';
34
- import { UpdateRecoveryFlowBody } from '@ory/client-fetch';
35
- import { UpdateRegistrationFlowBody } from '@ory/client-fetch';
36
- import { UpdateSettingsFlowBody } from '@ory/client-fetch';
37
- import { UpdateVerificationFlowBody } from '@ory/client-fetch';
38
- import { VariantProps } from 'class-variance-authority';
39
- import { VerificationFlow } from '@ory/client-fetch';
40
-
41
- // Warning: (ae-forgotten-export) The symbol "OryFlow" needs to be exported by the entry point index.d.ts
42
- //
43
- // @public
44
- export type ErrorFlowContainer = OryFlow<FlowType.Error, FlowError>;
45
-
46
- // @public
47
- export type FlowContainerSetter = Dispatch<Partial<OryFlowContainer>>;
48
-
49
- // @public
50
- export type FlowContextValue = OryFlowContainer & {
51
- setFlowContainer: FlowContainerSetter;
52
- };
53
-
54
- // @public
55
- export type FormValues = Record<string, string | boolean | number | undefined>;
56
-
57
- // @public (undocumented)
58
- export const HeadlessPageHeader: () => react_jsx_runtime.JSX.Element;
59
-
60
- // Warning: (ae-forgotten-export) The symbol "IntlContextProps" needs to be exported by the entry point index.d.ts
61
- //
62
- // @public (undocumented)
63
- export type IntlConfig = IntlContextProps;
64
-
65
- // @public
66
- export type LoginFlowContainer = OryFlow<FlowType.Login, LoginFlow>;
67
-
68
- // @public
69
- export function messageTestId(message: UiText): {
70
- "data-testid": string;
71
- };
72
-
73
- // @public
74
- export type OnSubmitHandlerProps<T extends UpdateLoginFlowBody | UpdateRegistrationFlowBody | UpdateVerificationFlowBody | UpdateRecoveryFlowBody | UpdateSettingsFlowBody> = {
75
- setFlowContainer: (flowContainer: OryFlowContainer) => void;
76
- body: T;
77
- onRedirect: OnRedirectHandler;
78
- };
79
-
80
- // @public
81
- export function OryCard({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
82
-
83
- // @public
84
- export type OryCardAuthMethodListItemProps = {
85
- onClick: () => void;
86
- group: string;
87
- };
88
-
89
- // @public
90
- export function OryCardContent({ children }: OryCardContentProps): react_jsx_runtime.JSX.Element;
91
-
92
- // @public
93
- export type OryCardContentProps = PropsWithChildren;
94
-
95
- // @public
96
- export type OryCardDividerProps = Record<string, never>;
97
-
98
- // @public (undocumented)
99
- export function OryCardFooter(): react_jsx_runtime.JSX.Element;
100
-
101
- // @public (undocumented)
102
- export type OryCardFooterProps = Record<string, never>;
103
-
104
- // @public (undocumented)
105
- export function OryCardHeader(): react_jsx_runtime.JSX.Element;
106
-
107
- // @public (undocumented)
108
- export type OryCardHeaderProps = Record<string, never>;
109
-
110
- // @public (undocumented)
111
- export type OryCardLogoProps = Record<string, never>;
112
-
113
- // @public (undocumented)
114
- export type OryCardProps = PropsWithChildren;
115
-
116
- // @public (undocumented)
117
- export function OryCardValidationMessages({ ...props }: OryMessageRootProps): react_jsx_runtime.JSX.Element | null;
118
-
119
- // @public (undocumented)
120
- export type OryClientConfiguration = {
121
- name: string;
122
- logoUrl?: string;
123
- stylesheet?: string;
124
- favicon?: string;
125
- sdk: {
126
- url: string;
127
- options?: Partial<ConfigurationParameters>;
128
- };
129
- project: {
130
- registration_enabled: boolean;
131
- verification_enabled: boolean;
132
- recovery_enabled: boolean;
133
- recovery_ui_url: string;
134
- registration_ui_url: string;
135
- verification_ui_url: string;
136
- login_ui_url: string;
137
- };
138
- intl?: IntlConfig;
139
- };
140
-
141
- // @public (undocumented)
142
- export type OryCurrentIdentifierProps = {
143
- attributes: UiNodeInputAttributes;
144
- node: UiNode;
145
- onClick?: () => void;
146
- href?: string;
147
- } & Omit<ComponentPropsWithoutRef<"button">, "children" | "onClick">;
148
-
149
- // Warning: (ae-forgotten-export) The symbol "DeepPartialTwoLevels" needs to be exported by the entry point index.d.ts
150
- //
151
- // @public (undocumented)
152
- export type OryFlowComponentOverrides = DeepPartialTwoLevels<OryFlowComponents>;
153
-
154
- // @public
155
- export type OryFlowComponents = {
156
- Node: {
157
- Button: ComponentType<OryNodeButtonProps>;
158
- OidcButton: ComponentType<OryNodeOidcButtonProps>;
159
- CurrentIdentifierButton: ComponentType<OryCurrentIdentifierProps>;
160
- Anchor: ComponentType<OryNodeAnchorProps>;
161
- Input: ComponentType<OryNodeInputProps>;
162
- CodeInput: ComponentType<OryNodeInputProps>;
163
- Image: ComponentType<OryNodeImageProps>;
164
- Label: ComponentType<OryNodeLabelProps>;
165
- Checkbox: ComponentType<OryNodeInputProps>;
166
- Text: ComponentType<OryNodeTextProps>;
167
- };
168
- Card: {
169
- Root: ComponentType<OryCardProps>;
170
- Footer: ComponentType<OryCardFooterProps>;
171
- Header: ComponentType<OryCardProps>;
172
- Content: ComponentType<OryCardContentProps>;
173
- Logo: ComponentType<OryCardLogoProps>;
174
- Divider: ComponentType<OryCardDividerProps>;
175
- AuthMethodListItem: ComponentType<OryCardAuthMethodListItemProps>;
176
- SettingsSection: ComponentType<OryFormSectionProps>;
177
- SettingsSectionContent: ComponentType<OryFormSectionContentProps>;
178
- SettingsSectionFooter: ComponentType<OryFormSectionContentProps>;
179
- };
180
- Form: {
181
- Root: ComponentType<OryFormRootProps>;
182
- OidcRoot: ComponentType<OryFormOidcRootProps>;
183
- Group: ComponentType<OryFormGroupProps>;
184
- OidcSettings: ComponentType<OrySettingsOidcProps>;
185
- WebauthnSettings: ComponentType<OrySettingsWebauthnProps>;
186
- PasskeySettings: ComponentType<OrySettingsPasskeyProps>;
187
- TotpSettings: ComponentType<OrySettingsTotpProps>;
188
- RecoveryCodesSettings: ComponentType<OrySettingsRecoveryCodesProps>;
189
- };
190
- Message: {
191
- Root: ComponentType<OryMessageRootProps>;
192
- Content: ComponentType<OryMessageContentProps>;
193
- };
194
- Page: {
195
- Header: ComponentType<OryPageHeaderProps>;
196
- };
197
- };
198
-
199
- // @public
200
- export type OryFlowContainer = LoginFlowContainer | RegistrationFlowContainer | RecoveryFlowContainer | VerificationFlowContainer | SettingsFlowContainer;
201
-
202
- // @public (undocumented)
203
- export function OryForm({ children, onAfterSubmit, nodes }: OryFormProps): string | react_jsx_runtime.JSX.Element;
204
-
205
- // @public
206
- export function OryFormGroupDivider(): react_jsx_runtime.JSX.Element | null;
207
-
208
- // @public (undocumented)
209
- export type OryFormGroupProps = PropsWithChildren;
210
-
211
- // @public (undocumented)
212
- export function OryFormGroups({ children, groups }: OryFormGroupsProps): react_jsx_runtime.JSX.Element;
213
-
214
- // @public (undocumented)
215
- export type OryFormGroupsProps = PropsWithChildren<{
216
- groups: UiNodeGroupEnum[];
217
- }>;
218
-
219
- // @public (undocumented)
220
- export function OryFormOidcButtons({ children, hideDivider, }: OryFormOidcButtonsProps): react_jsx_runtime.JSX.Element | null;
221
-
222
- // @public (undocumented)
223
- export type OryFormOidcButtonsProps = PropsWithChildren<{
224
- hideDivider?: boolean;
225
- }>;
226
-
227
- // @public (undocumented)
228
- export type OryFormOidcRootProps = PropsWithChildren<{
229
- nodes: UiNode[];
230
- }>;
231
-
232
- // @public (undocumented)
233
- export type OryFormProps = PropsWithChildren<{
234
- onAfterSubmit?: (method: string | number | boolean | undefined) => void;
235
- nodes?: UiNode[];
236
- }>;
237
-
238
- // @public (undocumented)
239
- export type OryFormRootProps = ComponentPropsWithoutRef<"form"> & {
240
- onSubmit: FormEventHandler<HTMLFormElement>;
241
- };
242
-
243
- // @public (undocumented)
244
- export function OryFormSection({ children, nodes }: OryFormSectionProps): react_jsx_runtime.JSX.Element;
245
-
246
- // @public (undocumented)
247
- export type OryFormSectionContentProps = PropsWithChildren<{
248
- title?: string;
249
- description?: string;
250
- }>;
251
-
252
- // @public (undocumented)
253
- export type OryFormSectionFooterProps = PropsWithChildren;
254
-
255
- // @public (undocumented)
256
- export type OryFormSectionProps = PropsWithChildren<{
257
- nodes?: UiNode[];
258
- }>;
259
-
260
- // @public (undocumented)
261
- export function OryFormSocialButtonsForm(): react_jsx_runtime.JSX.Element | null;
262
-
263
- // Warning: (ae-forgotten-export) The symbol "LocaleMap" needs to be exported by the entry point index.d.ts
264
- //
265
- // @public (undocumented)
266
- export const OryLocales: LocaleMap;
267
-
268
- // @public (undocumented)
269
- export type OryMessageContentProps = {
270
- message: UiText;
271
- };
272
-
273
- // @public (undocumented)
274
- export type OryMessageRootProps = DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
275
-
276
- // @public (undocumented)
277
- export type OryNodeAnchorProps = {
278
- attributes: UiNodeAnchorAttributes;
279
- node: UiNode;
280
- } & Omit<ComponentPropsWithoutRef<"a">, "children">;
281
-
282
- // Warning: (ae-forgotten-export) The symbol "ButtonVariants" needs to be exported by the entry point index.d.ts
283
- //
284
- // @public (undocumented)
285
- export type OryNodeButtonProps = {
286
- attributes: UiNodeInputAttributes;
287
- node: UiNode;
288
- } & Omit<ComponentPropsWithoutRef<"button">, "children"> & ButtonVariants;
289
-
290
- // @public (undocumented)
291
- export type OryNodeImageProps = {
292
- attributes: UiNodeImageAttributes;
293
- node: UiNode;
294
- };
295
-
296
- // @public (undocumented)
297
- export type OryNodeInputProps = {
298
- attributes: UiNodeInputAttributes;
299
- node: UiNode;
300
- onClick?: MouseEventHandler;
301
- };
302
-
303
- // @public (undocumented)
304
- export type OryNodeLabelProps = {
305
- attributes: UiNodeInputAttributes;
306
- node: UiNode;
307
- } & ComponentPropsWithoutRef<"label">;
308
-
309
- // @public (undocumented)
310
- export type OryNodeOidcButtonProps = {
311
- node: UiNode;
312
- attributes: UiNodeInputAttributes;
313
- onClick?: () => void;
314
- };
315
-
316
- // @public (undocumented)
317
- export type OryNodeTextProps = {
318
- attributes: UiNodeTextAttributes;
319
- node: UiNode;
320
- };
321
-
322
- // @public (undocumented)
323
- export type OryPageHeaderProps = Record<never, never>;
324
-
325
- // @public (undocumented)
326
- export function OryProvider({ children, components: Components, ...oryFlowProps }: OryProviderProps): react_jsx_runtime.JSX.Element;
327
-
328
- // @public (undocumented)
329
- export type OryProviderProps = {
330
- components: OryFlowComponents;
331
- } & OryFlowContainer & PropsWithChildren;
332
-
333
- // @public (undocumented)
334
- export function OrySettingsCard(): react_jsx_runtime.JSX.Element;
335
-
336
- // @public (undocumented)
337
- export type OrySettingsOidcProps = {
338
- linkButtons: UiNode[];
339
- unlinkButtons: UiNode[];
340
- };
341
-
342
- // @public (undocumented)
343
- export type OrySettingsPasskeyProps = {
344
- triggerButton: UiNode & {
345
- onClick: () => void;
346
- };
347
- removeButtons: UiNode[];
348
- };
349
-
350
- // @public (undocumented)
351
- export type OrySettingsRecoveryCodesProps = {
352
- codes: string[];
353
- regnerateButton?: UiNode;
354
- revealButton?: UiNode;
355
- };
356
-
357
- // @public (undocumented)
358
- export type OrySettingsTotpProps = {
359
- totpImage: UiNode;
360
- totpSecret: UiNode;
361
- totpInput: UiNode;
362
- } | {
363
- totpUnlink: UiNode;
364
- };
365
-
366
- // @public (undocumented)
367
- export type OrySettingsWebauthnProps = {
368
- nameInput: UiNode;
369
- triggerButton: UiNode & {
370
- onClick: () => void;
371
- };
372
- removeButtons: UiNode[];
373
- };
374
-
375
- // @public (undocumented)
376
- export function OryTwoStepCard(): react_jsx_runtime.JSX.Element;
377
-
378
- // @public
379
- export type RecoveryFlowContainer = OryFlow<FlowType.Recovery, RecoveryFlow>;
380
-
381
- // @public
382
- export type RegistrationFlowContainer = OryFlow<FlowType.Registration, RegistrationFlow>;
383
-
384
- // @public
385
- export type SettingsFlowContainer = OryFlow<FlowType.Settings, SettingsFlow>;
386
-
387
- // @public
388
- export const uiTextToFormattedMessage: ({ id, context, text }: Omit<UiText, "type">, intl: IntlShape) => string;
389
-
390
- // @public (undocumented)
391
- export function useComponents(): OryFlowComponents;
392
-
393
- // @public (undocumented)
394
- export function useNodeSorter(): (a: UiNode, b: UiNode, ctx: {
395
- flowType: string;
396
- }) => number;
397
-
398
- // @public
399
- export function useOryFlow(): FlowContextValue;
400
-
401
- // @public
402
- export type VerificationFlowContainer = OryFlow<FlowType.Verification, VerificationFlow>;
403
-
404
- // (No @packageDocumentation comment for this package)
405
-
406
- ```