@ory/elements-react 1.0.0-next.10 → 1.0.0-next.11

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.
@@ -174,43 +174,39 @@
174
174
  "members": [
175
175
  {
176
176
  "kind": "TypeAlias",
177
- "canonicalReference": "@ory/elements-react!CustomLanguageFormats:type",
178
- "docComment": "",
177
+ "canonicalReference": "@ory/elements-react!ErrorFlowContainer:type",
178
+ "docComment": "/**\n * A flow container for the error flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * FlowError (Error flow)\n */\n",
179
179
  "excerptTokens": [
180
180
  {
181
181
  "kind": "Content",
182
- "text": "type CustomLanguageFormats = "
183
- },
184
- {
185
- "kind": "Content",
186
- "text": "{\n [k in (typeof "
182
+ "text": "type ErrorFlowContainer = "
187
183
  },
188
184
  {
189
185
  "kind": "Reference",
190
- "text": "LanguageCodes",
191
- "canonicalReference": "@ory/elements-react!LanguageCodes:var"
186
+ "text": "OryFlow",
187
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
192
188
  },
193
189
  {
194
190
  "kind": "Content",
195
- "text": ")[number]]?: "
191
+ "text": "<"
196
192
  },
197
193
  {
198
194
  "kind": "Reference",
199
- "text": "Partial",
200
- "canonicalReference": "!Partial:type"
195
+ "text": "FlowType.Error",
196
+ "canonicalReference": "@ory/client-fetch!FlowType.Error:member"
201
197
  },
202
198
  {
203
199
  "kind": "Content",
204
- "text": "<"
200
+ "text": ", "
205
201
  },
206
202
  {
207
203
  "kind": "Reference",
208
- "text": "TranslationFile",
209
- "canonicalReference": "@ory/elements-react!TranslationFile:type"
204
+ "text": "FlowError",
205
+ "canonicalReference": "@ory/client-fetch!FlowError:interface"
210
206
  },
211
207
  {
212
208
  "kind": "Content",
213
- "text": ">;\n}"
209
+ "text": ">"
214
210
  },
215
211
  {
216
212
  "kind": "Content",
@@ -219,29 +215,25 @@
219
215
  ],
220
216
  "fileUrlPath": "dist/index.d.ts",
221
217
  "releaseTag": "Public",
222
- "name": "CustomLanguageFormats",
218
+ "name": "ErrorFlowContainer",
223
219
  "typeTokenRange": {
224
220
  "startIndex": 1,
225
- "endIndex": 8
221
+ "endIndex": 7
226
222
  }
227
223
  },
228
224
  {
229
225
  "kind": "TypeAlias",
230
- "canonicalReference": "@ory/elements-react!CustomTranslations:type",
231
- "docComment": "",
226
+ "canonicalReference": "@ory/elements-react!FlowContainerSetter:type",
227
+ "docComment": "/**\n * Function to set the flow container.\n */\n",
232
228
  "excerptTokens": [
233
229
  {
234
230
  "kind": "Content",
235
- "text": "type CustomTranslations = "
236
- },
237
- {
238
- "kind": "Content",
239
- "text": "{\n customTranslations: "
231
+ "text": "type FlowContainerSetter = "
240
232
  },
241
233
  {
242
234
  "kind": "Reference",
243
- "text": "Partial",
244
- "canonicalReference": "!Partial:type"
235
+ "text": "Dispatch",
236
+ "canonicalReference": "@types/react!React.Dispatch:type"
245
237
  },
246
238
  {
247
239
  "kind": "Content",
@@ -249,30 +241,21 @@
249
241
  },
250
242
  {
251
243
  "kind": "Reference",
252
- "text": "CustomLanguageFormats",
253
- "canonicalReference": "@ory/elements-react!CustomLanguageFormats:type"
254
- },
255
- {
256
- "kind": "Content",
257
- "text": ">;\n locale: (typeof "
258
- },
259
- {
260
- "kind": "Reference",
261
- "text": "LanguageCodes",
262
- "canonicalReference": "@ory/elements-react!LanguageCodes:var"
244
+ "text": "Partial",
245
+ "canonicalReference": "!Partial:type"
263
246
  },
264
247
  {
265
248
  "kind": "Content",
266
- "text": ")[number];\n defaultLocale: (typeof "
249
+ "text": "<"
267
250
  },
268
251
  {
269
252
  "kind": "Reference",
270
- "text": "LanguageCodes",
271
- "canonicalReference": "@ory/elements-react!LanguageCodes:var"
253
+ "text": "OryFlowContainer",
254
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type"
272
255
  },
273
256
  {
274
257
  "kind": "Content",
275
- "text": ")[number];\n}"
258
+ "text": ">>"
276
259
  },
277
260
  {
278
261
  "kind": "Content",
@@ -281,47 +264,38 @@
281
264
  ],
282
265
  "fileUrlPath": "dist/index.d.ts",
283
266
  "releaseTag": "Public",
284
- "name": "CustomTranslations",
267
+ "name": "FlowContainerSetter",
285
268
  "typeTokenRange": {
286
269
  "startIndex": 1,
287
- "endIndex": 10
270
+ "endIndex": 7
288
271
  }
289
272
  },
290
273
  {
291
274
  "kind": "TypeAlias",
292
- "canonicalReference": "@ory/elements-react!ErrorFlowContainer:type",
293
- "docComment": "",
275
+ "canonicalReference": "@ory/elements-react!FlowContextValue:type",
276
+ "docComment": "/**\n * The return value of the OryFlowContext.\n */\n",
294
277
  "excerptTokens": [
295
278
  {
296
279
  "kind": "Content",
297
- "text": "type ErrorFlowContainer = "
298
- },
299
- {
300
- "kind": "Reference",
301
- "text": "BaseFlow",
302
- "canonicalReference": "@ory/elements-react!~BaseFlow:type"
303
- },
304
- {
305
- "kind": "Content",
306
- "text": "<"
280
+ "text": "type FlowContextValue = "
307
281
  },
308
282
  {
309
283
  "kind": "Reference",
310
- "text": "FlowType.Error",
311
- "canonicalReference": "@ory/client-fetch!FlowType.Error:member"
284
+ "text": "OryFlowContainer",
285
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type"
312
286
  },
313
287
  {
314
288
  "kind": "Content",
315
- "text": ", "
289
+ "text": " & {\n setFlowContainer: "
316
290
  },
317
291
  {
318
292
  "kind": "Reference",
319
- "text": "FlowError",
320
- "canonicalReference": "@ory/client-fetch!FlowError:interface"
293
+ "text": "FlowContainerSetter",
294
+ "canonicalReference": "@ory/elements-react!FlowContainerSetter:type"
321
295
  },
322
296
  {
323
297
  "kind": "Content",
324
- "text": ">"
298
+ "text": ";\n}"
325
299
  },
326
300
  {
327
301
  "kind": "Content",
@@ -330,61 +304,29 @@
330
304
  ],
331
305
  "fileUrlPath": "dist/index.d.ts",
332
306
  "releaseTag": "Public",
333
- "name": "ErrorFlowContainer",
307
+ "name": "FlowContextValue",
334
308
  "typeTokenRange": {
335
309
  "startIndex": 1,
336
- "endIndex": 7
310
+ "endIndex": 5
337
311
  }
338
312
  },
339
313
  {
340
314
  "kind": "TypeAlias",
341
- "canonicalReference": "@ory/elements-react!FlowContainer:type",
342
- "docComment": "",
315
+ "canonicalReference": "@ory/elements-react!FormValues:type",
316
+ "docComment": "/**\n * A generic type for the form values.\n */\n",
343
317
  "excerptTokens": [
344
318
  {
345
319
  "kind": "Content",
346
- "text": "type FlowContainer = "
347
- },
348
- {
349
- "kind": "Reference",
350
- "text": "LoginFlowContainer",
351
- "canonicalReference": "@ory/elements-react!LoginFlowContainer:type"
352
- },
353
- {
354
- "kind": "Content",
355
- "text": " | "
356
- },
357
- {
358
- "kind": "Reference",
359
- "text": "RegistrationFlowContainer",
360
- "canonicalReference": "@ory/elements-react!RegistrationFlowContainer:type"
361
- },
362
- {
363
- "kind": "Content",
364
- "text": " | "
365
- },
366
- {
367
- "kind": "Reference",
368
- "text": "RecoveryFlowContainer",
369
- "canonicalReference": "@ory/elements-react!RecoveryFlowContainer:type"
370
- },
371
- {
372
- "kind": "Content",
373
- "text": " | "
320
+ "text": "type FormValues = "
374
321
  },
375
322
  {
376
323
  "kind": "Reference",
377
- "text": "VerificationFlowContainer",
378
- "canonicalReference": "@ory/elements-react!VerificationFlowContainer:type"
324
+ "text": "Record",
325
+ "canonicalReference": "!Record:type"
379
326
  },
380
327
  {
381
328
  "kind": "Content",
382
- "text": " | "
383
- },
384
- {
385
- "kind": "Reference",
386
- "text": "SettingsFlowContainer",
387
- "canonicalReference": "@ory/elements-react!SettingsFlowContainer:type"
329
+ "text": "<string, string | boolean | number | undefined>"
388
330
  },
389
331
  {
390
332
  "kind": "Content",
@@ -393,47 +335,25 @@
393
335
  ],
394
336
  "fileUrlPath": "dist/index.d.ts",
395
337
  "releaseTag": "Public",
396
- "name": "FlowContainer",
338
+ "name": "FormValues",
397
339
  "typeTokenRange": {
398
340
  "startIndex": 1,
399
- "endIndex": 10
341
+ "endIndex": 3
400
342
  }
401
343
  },
402
344
  {
403
345
  "kind": "TypeAlias",
404
- "canonicalReference": "@ory/elements-react!FlowContainerSetter:type",
346
+ "canonicalReference": "@ory/elements-react!IntlConfig:type",
405
347
  "docComment": "",
406
348
  "excerptTokens": [
407
349
  {
408
350
  "kind": "Content",
409
- "text": "type FlowContainerSetter = "
410
- },
411
- {
412
- "kind": "Reference",
413
- "text": "Dispatch",
414
- "canonicalReference": "@types/react!React.Dispatch:type"
415
- },
416
- {
417
- "kind": "Content",
418
- "text": "<"
419
- },
420
- {
421
- "kind": "Reference",
422
- "text": "Partial",
423
- "canonicalReference": "!Partial:type"
424
- },
425
- {
426
- "kind": "Content",
427
- "text": "<"
351
+ "text": "type IntlConfig = "
428
352
  },
429
353
  {
430
354
  "kind": "Reference",
431
- "text": "FlowContainer",
432
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
433
- },
434
- {
435
- "kind": "Content",
436
- "text": ">>"
355
+ "text": "IntlContextProps",
356
+ "canonicalReference": "@ory/elements-react!~IntlContextProps:type"
437
357
  },
438
358
  {
439
359
  "kind": "Content",
@@ -442,38 +362,47 @@
442
362
  ],
443
363
  "fileUrlPath": "dist/index.d.ts",
444
364
  "releaseTag": "Public",
445
- "name": "FlowContainerSetter",
365
+ "name": "IntlConfig",
446
366
  "typeTokenRange": {
447
367
  "startIndex": 1,
448
- "endIndex": 7
368
+ "endIndex": 2
449
369
  }
450
370
  },
451
371
  {
452
372
  "kind": "TypeAlias",
453
- "canonicalReference": "@ory/elements-react!FlowContextValue:type",
454
- "docComment": "",
373
+ "canonicalReference": "@ory/elements-react!LoginFlowContainer:type",
374
+ "docComment": "/**\n * A flow container for the login flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * LoginFlow\n */\n",
455
375
  "excerptTokens": [
456
376
  {
457
377
  "kind": "Content",
458
- "text": "type FlowContextValue = "
378
+ "text": "type LoginFlowContainer = "
459
379
  },
460
380
  {
461
381
  "kind": "Reference",
462
- "text": "FlowContainer",
463
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
382
+ "text": "OryFlow",
383
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
464
384
  },
465
385
  {
466
386
  "kind": "Content",
467
- "text": " & {\n setFlowContainer: "
387
+ "text": "<"
468
388
  },
469
389
  {
470
390
  "kind": "Reference",
471
- "text": "FlowContainerSetter",
472
- "canonicalReference": "@ory/elements-react!FlowContainerSetter:type"
391
+ "text": "FlowType.Login",
392
+ "canonicalReference": "@ory/client-fetch!FlowType.Login:member"
473
393
  },
474
394
  {
475
395
  "kind": "Content",
476
- "text": ";\n}"
396
+ "text": ", "
397
+ },
398
+ {
399
+ "kind": "Reference",
400
+ "text": "LoginFlow",
401
+ "canonicalReference": "@ory/client-fetch!LoginFlow:interface"
402
+ },
403
+ {
404
+ "kind": "Content",
405
+ "text": ">"
477
406
  },
478
407
  {
479
408
  "kind": "Content",
@@ -482,46 +411,33 @@
482
411
  ],
483
412
  "fileUrlPath": "dist/index.d.ts",
484
413
  "releaseTag": "Public",
485
- "name": "FlowContextValue",
414
+ "name": "LoginFlowContainer",
486
415
  "typeTokenRange": {
487
416
  "startIndex": 1,
488
- "endIndex": 5
417
+ "endIndex": 7
489
418
  }
490
419
  },
491
420
  {
492
421
  "kind": "Function",
493
- "canonicalReference": "@ory/elements-react!formatMessage:function(1)",
494
- "docComment": "",
422
+ "canonicalReference": "@ory/elements-react!messageTestId:function(1)",
423
+ "docComment": "/**\n * Helper function to generate a test id for a UiText message.\n *\n * @param message - the UiText message to generate a test id for\n *\n * @returns a unique, stable test id for the message\n */\n",
495
424
  "excerptTokens": [
496
425
  {
497
426
  "kind": "Content",
498
- "text": "declare function formatMessage(uiText: "
427
+ "text": "declare function messageTestId(message: "
499
428
  },
500
429
  {
501
430
  "kind": "Reference",
502
431
  "text": "UiText",
503
432
  "canonicalReference": "@ory/client-fetch!UiText:interface"
504
433
  },
505
- {
506
- "kind": "Content",
507
- "text": " | undefined"
508
- },
509
- {
510
- "kind": "Content",
511
- "text": ", intl: "
512
- },
513
- {
514
- "kind": "Reference",
515
- "text": "IntlShape",
516
- "canonicalReference": "react-intl!IntlShape:interface"
517
- },
518
434
  {
519
435
  "kind": "Content",
520
436
  "text": "): "
521
437
  },
522
438
  {
523
439
  "kind": "Content",
524
- "text": "string"
440
+ "text": "{\n \"data-testid\": string;\n}"
525
441
  },
526
442
  {
527
443
  "kind": "Content",
@@ -530,138 +446,147 @@
530
446
  ],
531
447
  "fileUrlPath": "dist/index.d.ts",
532
448
  "returnTypeTokenRange": {
533
- "startIndex": 6,
534
- "endIndex": 7
449
+ "startIndex": 3,
450
+ "endIndex": 4
535
451
  },
536
452
  "releaseTag": "Public",
537
453
  "overloadIndex": 1,
538
454
  "parameters": [
539
455
  {
540
- "parameterName": "uiText",
456
+ "parameterName": "message",
541
457
  "parameterTypeTokenRange": {
542
458
  "startIndex": 1,
543
- "endIndex": 3
544
- },
545
- "isOptional": false
546
- },
547
- {
548
- "parameterName": "intl",
549
- "parameterTypeTokenRange": {
550
- "startIndex": 4,
551
- "endIndex": 5
459
+ "endIndex": 2
552
460
  },
553
461
  "isOptional": false
554
462
  }
555
463
  ],
556
- "name": "formatMessage"
464
+ "name": "messageTestId"
557
465
  },
558
466
  {
559
- "kind": "Function",
560
- "canonicalReference": "@ory/elements-react!formElementId:function(1)",
561
- "docComment": "",
467
+ "kind": "TypeAlias",
468
+ "canonicalReference": "@ory/elements-react!OnSubmitHandlerProps:type",
469
+ "docComment": "/**\n * Props for the submit handler\n */\n",
562
470
  "excerptTokens": [
563
471
  {
564
472
  "kind": "Content",
565
- "text": "declare function formElementId(attributes: "
473
+ "text": "type OnSubmitHandlerProps<T extends "
566
474
  },
567
475
  {
568
- "kind": "Content",
569
- "text": "{\n name: string;\n}"
476
+ "kind": "Reference",
477
+ "text": "UpdateLoginFlowBody",
478
+ "canonicalReference": "@ory/client-fetch!UpdateLoginFlowBody:type"
570
479
  },
571
480
  {
572
481
  "kind": "Content",
573
- "text": "): "
482
+ "text": " | "
574
483
  },
575
484
  {
576
- "kind": "Content",
577
- "text": "{\n id: string;\n}"
485
+ "kind": "Reference",
486
+ "text": "UpdateRegistrationFlowBody",
487
+ "canonicalReference": "@ory/client-fetch!UpdateRegistrationFlowBody:type"
578
488
  },
579
489
  {
580
490
  "kind": "Content",
581
- "text": ";"
582
- }
583
- ],
584
- "fileUrlPath": "dist/index.d.ts",
585
- "returnTypeTokenRange": {
586
- "startIndex": 3,
587
- "endIndex": 4
588
- },
589
- "releaseTag": "Public",
590
- "overloadIndex": 1,
591
- "parameters": [
491
+ "text": " | "
492
+ },
592
493
  {
593
- "parameterName": "attributes",
594
- "parameterTypeTokenRange": {
595
- "startIndex": 1,
596
- "endIndex": 2
597
- },
598
- "isOptional": false
599
- }
600
- ],
601
- "name": "formElementId"
602
- },
603
- {
604
- "kind": "Function",
605
- "canonicalReference": "@ory/elements-react!formLabelId:function(1)",
606
- "docComment": "",
607
- "excerptTokens": [
494
+ "kind": "Reference",
495
+ "text": "UpdateVerificationFlowBody",
496
+ "canonicalReference": "@ory/client-fetch!UpdateVerificationFlowBody:type"
497
+ },
608
498
  {
609
499
  "kind": "Content",
610
- "text": "declare function formLabelId(attributes: "
500
+ "text": " | "
611
501
  },
612
502
  {
613
- "kind": "Content",
614
- "text": "{\n name: string;\n}"
503
+ "kind": "Reference",
504
+ "text": "UpdateRecoveryFlowBody",
505
+ "canonicalReference": "@ory/client-fetch!UpdateRecoveryFlowBody:type"
615
506
  },
616
507
  {
617
508
  "kind": "Content",
618
- "text": "): "
509
+ "text": " | "
510
+ },
511
+ {
512
+ "kind": "Reference",
513
+ "text": "UpdateSettingsFlowBody",
514
+ "canonicalReference": "@ory/client-fetch!UpdateSettingsFlowBody:type"
619
515
  },
620
516
  {
621
517
  "kind": "Content",
622
- "text": "{\n htmlFor: string;\n}"
518
+ "text": "> = "
623
519
  },
624
520
  {
625
521
  "kind": "Content",
626
- "text": ";"
627
- }
628
- ],
522
+ "text": "{\n setFlowContainer: (flowContainer: "
523
+ },
524
+ {
525
+ "kind": "Reference",
526
+ "text": "OryFlowContainer",
527
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type"
528
+ },
529
+ {
530
+ "kind": "Content",
531
+ "text": ") => void;\n body: T;\n onRedirect: "
532
+ },
533
+ {
534
+ "kind": "Reference",
535
+ "text": "OnRedirectHandler",
536
+ "canonicalReference": "@ory/client-fetch!OnRedirectHandler:type"
537
+ },
538
+ {
539
+ "kind": "Content",
540
+ "text": ";\n}"
541
+ },
542
+ {
543
+ "kind": "Content",
544
+ "text": ";"
545
+ }
546
+ ],
629
547
  "fileUrlPath": "dist/index.d.ts",
630
- "returnTypeTokenRange": {
631
- "startIndex": 3,
632
- "endIndex": 4
633
- },
634
548
  "releaseTag": "Public",
635
- "overloadIndex": 1,
636
- "parameters": [
549
+ "name": "OnSubmitHandlerProps",
550
+ "typeParameters": [
637
551
  {
638
- "parameterName": "attributes",
639
- "parameterTypeTokenRange": {
552
+ "typeParameterName": "T",
553
+ "constraintTokenRange": {
640
554
  "startIndex": 1,
641
- "endIndex": 2
555
+ "endIndex": 10
642
556
  },
643
- "isOptional": false
557
+ "defaultTypeTokenRange": {
558
+ "startIndex": 0,
559
+ "endIndex": 0
560
+ }
644
561
  }
645
562
  ],
646
- "name": "formLabelId"
563
+ "typeTokenRange": {
564
+ "startIndex": 11,
565
+ "endIndex": 16
566
+ }
647
567
  },
648
568
  {
649
- "kind": "TypeAlias",
650
- "canonicalReference": "@ory/elements-react!FormValues:type",
651
- "docComment": "",
569
+ "kind": "Function",
570
+ "canonicalReference": "@ory/elements-react!OryCard:function(1)",
571
+ "docComment": "/**\n * The root component of the Ory Card.\n *\n * This can be used to build fully custom implementations of the Ory Flows.\n *\n * However, you most likely want to override the individual components instead.\n *\n * @param props - pass children to render instead of the default Ory Card components\n *\n * @returns \n */\n",
652
572
  "excerptTokens": [
653
573
  {
654
574
  "kind": "Content",
655
- "text": "type FormValues = "
575
+ "text": "declare function OryCard({ children }: "
656
576
  },
657
577
  {
658
578
  "kind": "Reference",
659
- "text": "Record",
660
- "canonicalReference": "!Record:type"
579
+ "text": "PropsWithChildren",
580
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
661
581
  },
662
582
  {
663
583
  "kind": "Content",
664
- "text": "<string, string | boolean | number | undefined>"
584
+ "text": "): "
585
+ },
586
+ {
587
+ "kind": "Reference",
588
+ "text": "react_jsx_runtime.JSX.Element",
589
+ "canonicalReference": "@types/react!JSX.Element:interface"
665
590
  },
666
591
  {
667
592
  "kind": "Content",
@@ -669,21 +594,32 @@
669
594
  }
670
595
  ],
671
596
  "fileUrlPath": "dist/index.d.ts",
597
+ "returnTypeTokenRange": {
598
+ "startIndex": 3,
599
+ "endIndex": 4
600
+ },
672
601
  "releaseTag": "Public",
673
- "name": "FormValues",
674
- "typeTokenRange": {
675
- "startIndex": 1,
676
- "endIndex": 3
677
- }
602
+ "overloadIndex": 1,
603
+ "parameters": [
604
+ {
605
+ "parameterName": "{ children }",
606
+ "parameterTypeTokenRange": {
607
+ "startIndex": 1,
608
+ "endIndex": 2
609
+ },
610
+ "isOptional": false
611
+ }
612
+ ],
613
+ "name": "OryCard"
678
614
  },
679
615
  {
680
616
  "kind": "TypeAlias",
681
- "canonicalReference": "@ory/elements-react!HeadlessAuthMethodListItemProps:type",
682
- "docComment": "",
617
+ "canonicalReference": "@ory/elements-react!OryCardAuthMethodListItemProps:type",
618
+ "docComment": "/**\n * Props for the AuthMethodListItem component. This component is used to render a single auth method in the AuthMethodList component.\n */\n",
683
619
  "excerptTokens": [
684
620
  {
685
621
  "kind": "Content",
686
- "text": "type HeadlessAuthMethodListItemProps = "
622
+ "text": "type OryCardAuthMethodListItemProps = "
687
623
  },
688
624
  {
689
625
  "kind": "Content",
@@ -696,60 +632,72 @@
696
632
  ],
697
633
  "fileUrlPath": "dist/index.d.ts",
698
634
  "releaseTag": "Public",
699
- "name": "HeadlessAuthMethodListItemProps",
635
+ "name": "OryCardAuthMethodListItemProps",
700
636
  "typeTokenRange": {
701
637
  "startIndex": 1,
702
638
  "endIndex": 2
703
639
  }
704
640
  },
705
641
  {
706
- "kind": "TypeAlias",
707
- "canonicalReference": "@ory/elements-react!HeadlessButtonProps:type",
708
- "docComment": "",
642
+ "kind": "Function",
643
+ "canonicalReference": "@ory/elements-react!OryCardContent:function(1)",
644
+ "docComment": "/**\n * A component that renders the content of the Ory Card. This is the main content of the card, such as the flow's form, with it's input fields and messages.\n *\n * You can use this component to build fully custom implementations of the Ory Flows.\n *\n * However, you most likely want to override the individual components instead.\n *\n * @param props - pass children to render instead of the default Ory Card components\n *\n * @returns \n */\n",
709
645
  "excerptTokens": [
710
646
  {
711
647
  "kind": "Content",
712
- "text": "type HeadlessButtonProps = "
713
- },
714
- {
715
- "kind": "Content",
716
- "text": "{\n attributes: "
648
+ "text": "declare function OryCardContent({ children }: "
717
649
  },
718
650
  {
719
651
  "kind": "Reference",
720
- "text": "UiNodeInputAttributes",
721
- "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
652
+ "text": "OryCardContentProps",
653
+ "canonicalReference": "@ory/elements-react!OryCardContentProps:type"
722
654
  },
723
655
  {
724
656
  "kind": "Content",
725
- "text": ";\n node: "
657
+ "text": "): "
726
658
  },
727
659
  {
728
660
  "kind": "Reference",
729
- "text": "UiNode",
730
- "canonicalReference": "@ory/client-fetch!UiNode:interface"
661
+ "text": "react_jsx_runtime.JSX.Element",
662
+ "canonicalReference": "@types/react!JSX.Element:interface"
731
663
  },
732
664
  {
733
665
  "kind": "Content",
734
- "text": ";\n} & "
735
- },
666
+ "text": ";"
667
+ }
668
+ ],
669
+ "fileUrlPath": "dist/index.d.ts",
670
+ "returnTypeTokenRange": {
671
+ "startIndex": 3,
672
+ "endIndex": 4
673
+ },
674
+ "releaseTag": "Public",
675
+ "overloadIndex": 1,
676
+ "parameters": [
736
677
  {
737
- "kind": "Reference",
738
- "text": "Omit",
739
- "canonicalReference": "!Omit:type"
740
- },
678
+ "parameterName": "{ children }",
679
+ "parameterTypeTokenRange": {
680
+ "startIndex": 1,
681
+ "endIndex": 2
682
+ },
683
+ "isOptional": false
684
+ }
685
+ ],
686
+ "name": "OryCardContent"
687
+ },
688
+ {
689
+ "kind": "TypeAlias",
690
+ "canonicalReference": "@ory/elements-react!OryCardContentProps:type",
691
+ "docComment": "/**\n * Props for the OryCardContent component.\n */\n",
692
+ "excerptTokens": [
741
693
  {
742
694
  "kind": "Content",
743
- "text": "<"
695
+ "text": "type OryCardContentProps = "
744
696
  },
745
697
  {
746
698
  "kind": "Reference",
747
- "text": "ComponentPropsWithoutRef",
748
- "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
749
- },
750
- {
751
- "kind": "Content",
752
- "text": "<\"button\">, \"children\">"
699
+ "text": "PropsWithChildren",
700
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
753
701
  },
754
702
  {
755
703
  "kind": "Content",
@@ -758,60 +706,29 @@
758
706
  ],
759
707
  "fileUrlPath": "dist/index.d.ts",
760
708
  "releaseTag": "Public",
761
- "name": "HeadlessButtonProps",
709
+ "name": "OryCardContentProps",
762
710
  "typeTokenRange": {
763
711
  "startIndex": 1,
764
- "endIndex": 10
712
+ "endIndex": 2
765
713
  }
766
714
  },
767
715
  {
768
716
  "kind": "TypeAlias",
769
- "canonicalReference": "@ory/elements-react!HeadlessCurrentIdentifierProps:type",
770
- "docComment": "",
717
+ "canonicalReference": "@ory/elements-react!OryCardDividerProps:type",
718
+ "docComment": "/**\n * Props type for the Form Group Divider component.\n */\n",
771
719
  "excerptTokens": [
772
720
  {
773
721
  "kind": "Content",
774
- "text": "type HeadlessCurrentIdentifierProps = "
775
- },
776
- {
777
- "kind": "Content",
778
- "text": "{\n attributes: "
779
- },
780
- {
781
- "kind": "Reference",
782
- "text": "UiNodeInputAttributes",
783
- "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
784
- },
785
- {
786
- "kind": "Content",
787
- "text": ";\n node: "
788
- },
789
- {
790
- "kind": "Reference",
791
- "text": "UiNode",
792
- "canonicalReference": "@ory/client-fetch!UiNode:interface"
793
- },
794
- {
795
- "kind": "Content",
796
- "text": ";\n onClick?: () => void;\n href?: string;\n} & "
797
- },
798
- {
799
- "kind": "Reference",
800
- "text": "Omit",
801
- "canonicalReference": "!Omit:type"
802
- },
803
- {
804
- "kind": "Content",
805
- "text": "<"
722
+ "text": "type OryCardDividerProps = "
806
723
  },
807
724
  {
808
725
  "kind": "Reference",
809
- "text": "ComponentPropsWithoutRef",
810
- "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
726
+ "text": "Record",
727
+ "canonicalReference": "!Record:type"
811
728
  },
812
729
  {
813
730
  "kind": "Content",
814
- "text": "<\"button\">, \"children\" | \"onClick\">"
731
+ "text": "<string, never>"
815
732
  },
816
733
  {
817
734
  "kind": "Content",
@@ -820,47 +737,58 @@
820
737
  ],
821
738
  "fileUrlPath": "dist/index.d.ts",
822
739
  "releaseTag": "Public",
823
- "name": "HeadlessCurrentIdentifierProps",
740
+ "name": "OryCardDividerProps",
824
741
  "typeTokenRange": {
825
742
  "startIndex": 1,
826
- "endIndex": 10
743
+ "endIndex": 3
827
744
  }
828
745
  },
829
746
  {
830
- "kind": "TypeAlias",
831
- "canonicalReference": "@ory/elements-react!HeadlessFormProps:type",
747
+ "kind": "Function",
748
+ "canonicalReference": "@ory/elements-react!OryCardFooter:function(1)",
832
749
  "docComment": "",
833
750
  "excerptTokens": [
834
751
  {
835
752
  "kind": "Content",
836
- "text": "type HeadlessFormProps = "
753
+ "text": "declare function OryCardFooter(): "
837
754
  },
838
755
  {
839
756
  "kind": "Reference",
840
- "text": "ComponentPropsWithoutRef",
841
- "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
757
+ "text": "react_jsx_runtime.JSX.Element",
758
+ "canonicalReference": "@types/react!JSX.Element:interface"
842
759
  },
843
760
  {
844
761
  "kind": "Content",
845
- "text": "<\"form\"> & {\n onSubmit: "
846
- },
847
- {
848
- "kind": "Reference",
849
- "text": "FormEventHandler",
850
- "canonicalReference": "@types/react!React.FormEventHandler:type"
851
- },
762
+ "text": ";"
763
+ }
764
+ ],
765
+ "fileUrlPath": "dist/index.d.ts",
766
+ "returnTypeTokenRange": {
767
+ "startIndex": 1,
768
+ "endIndex": 2
769
+ },
770
+ "releaseTag": "Public",
771
+ "overloadIndex": 1,
772
+ "parameters": [],
773
+ "name": "OryCardFooter"
774
+ },
775
+ {
776
+ "kind": "TypeAlias",
777
+ "canonicalReference": "@ory/elements-react!OryCardFooterProps:type",
778
+ "docComment": "",
779
+ "excerptTokens": [
852
780
  {
853
781
  "kind": "Content",
854
- "text": "<"
782
+ "text": "type OryCardFooterProps = "
855
783
  },
856
784
  {
857
785
  "kind": "Reference",
858
- "text": "HTMLFormElement",
859
- "canonicalReference": "!HTMLFormElement:interface"
786
+ "text": "Record",
787
+ "canonicalReference": "!Record:type"
860
788
  },
861
789
  {
862
790
  "kind": "Content",
863
- "text": ">;\n}"
791
+ "text": "<string, never>"
864
792
  },
865
793
  {
866
794
  "kind": "Content",
@@ -869,25 +797,25 @@
869
797
  ],
870
798
  "fileUrlPath": "dist/index.d.ts",
871
799
  "releaseTag": "Public",
872
- "name": "HeadlessFormProps",
800
+ "name": "OryCardFooterProps",
873
801
  "typeTokenRange": {
874
802
  "startIndex": 1,
875
- "endIndex": 7
803
+ "endIndex": 3
876
804
  }
877
805
  },
878
806
  {
879
- "kind": "TypeAlias",
880
- "canonicalReference": "@ory/elements-react!HeadlessGroupContainerProps:type",
807
+ "kind": "Function",
808
+ "canonicalReference": "@ory/elements-react!OryCardHeader:function(1)",
881
809
  "docComment": "",
882
810
  "excerptTokens": [
883
811
  {
884
812
  "kind": "Content",
885
- "text": "type HeadlessGroupContainerProps = "
813
+ "text": "declare function OryCardHeader(): "
886
814
  },
887
815
  {
888
816
  "kind": "Reference",
889
- "text": "PropsWithChildren",
890
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
817
+ "text": "react_jsx_runtime.JSX.Element",
818
+ "canonicalReference": "@types/react!JSX.Element:interface"
891
819
  },
892
820
  {
893
821
  "kind": "Content",
@@ -895,39 +823,32 @@
895
823
  }
896
824
  ],
897
825
  "fileUrlPath": "dist/index.d.ts",
898
- "releaseTag": "Public",
899
- "name": "HeadlessGroupContainerProps",
900
- "typeTokenRange": {
826
+ "returnTypeTokenRange": {
901
827
  "startIndex": 1,
902
828
  "endIndex": 2
903
- }
829
+ },
830
+ "releaseTag": "Public",
831
+ "overloadIndex": 1,
832
+ "parameters": [],
833
+ "name": "OryCardHeader"
904
834
  },
905
835
  {
906
836
  "kind": "TypeAlias",
907
- "canonicalReference": "@ory/elements-react!HeadlessGroupProps:type",
837
+ "canonicalReference": "@ory/elements-react!OryCardHeaderProps:type",
908
838
  "docComment": "",
909
839
  "excerptTokens": [
910
840
  {
911
841
  "kind": "Content",
912
- "text": "type HeadlessGroupProps = "
842
+ "text": "type OryCardHeaderProps = "
913
843
  },
914
844
  {
915
845
  "kind": "Reference",
916
- "text": "PropsWithChildren",
917
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
846
+ "text": "Record",
847
+ "canonicalReference": "!Record:type"
918
848
  },
919
849
  {
920
850
  "kind": "Content",
921
- "text": "<{\n groups: "
922
- },
923
- {
924
- "kind": "Reference",
925
- "text": "UiNodeGroupEnum",
926
- "canonicalReference": "@ory/client-fetch!UiNodeGroupEnum:type"
927
- },
928
- {
929
- "kind": "Content",
930
- "text": "[];\n}>"
851
+ "text": "<string, never>"
931
852
  },
932
853
  {
933
854
  "kind": "Content",
@@ -936,42 +857,29 @@
936
857
  ],
937
858
  "fileUrlPath": "dist/index.d.ts",
938
859
  "releaseTag": "Public",
939
- "name": "HeadlessGroupProps",
860
+ "name": "OryCardHeaderProps",
940
861
  "typeTokenRange": {
941
862
  "startIndex": 1,
942
- "endIndex": 5
863
+ "endIndex": 3
943
864
  }
944
865
  },
945
866
  {
946
867
  "kind": "TypeAlias",
947
- "canonicalReference": "@ory/elements-react!HeadlessImageProps:type",
868
+ "canonicalReference": "@ory/elements-react!OryCardLogoProps:type",
948
869
  "docComment": "",
949
870
  "excerptTokens": [
950
871
  {
951
872
  "kind": "Content",
952
- "text": "type HeadlessImageProps = "
953
- },
954
- {
955
- "kind": "Content",
956
- "text": "{\n attributes: "
957
- },
958
- {
959
- "kind": "Reference",
960
- "text": "UiNodeImageAttributes",
961
- "canonicalReference": "@ory/client-fetch!UiNodeImageAttributes:interface"
962
- },
963
- {
964
- "kind": "Content",
965
- "text": ";\n node: "
873
+ "text": "type OryCardLogoProps = "
966
874
  },
967
875
  {
968
876
  "kind": "Reference",
969
- "text": "UiNode",
970
- "canonicalReference": "@ory/client-fetch!UiNode:interface"
877
+ "text": "Record",
878
+ "canonicalReference": "!Record:type"
971
879
  },
972
880
  {
973
881
  "kind": "Content",
974
- "text": ";\n}"
882
+ "text": "<string, never>"
975
883
  },
976
884
  {
977
885
  "kind": "Content",
@@ -980,51 +888,65 @@
980
888
  ],
981
889
  "fileUrlPath": "dist/index.d.ts",
982
890
  "releaseTag": "Public",
983
- "name": "HeadlessImageProps",
891
+ "name": "OryCardLogoProps",
984
892
  "typeTokenRange": {
985
893
  "startIndex": 1,
986
- "endIndex": 6
894
+ "endIndex": 3
987
895
  }
988
896
  },
989
897
  {
990
898
  "kind": "TypeAlias",
991
- "canonicalReference": "@ory/elements-react!HeadlessInputProps:type",
899
+ "canonicalReference": "@ory/elements-react!OryCardProps:type",
992
900
  "docComment": "",
993
901
  "excerptTokens": [
994
902
  {
995
903
  "kind": "Content",
996
- "text": "type HeadlessInputProps = "
997
- },
998
- {
999
- "kind": "Content",
1000
- "text": "{\n attributes: "
904
+ "text": "type OryCardRootProps = "
1001
905
  },
1002
906
  {
1003
907
  "kind": "Reference",
1004
- "text": "UiNodeInputAttributes",
1005
- "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
908
+ "text": "PropsWithChildren",
909
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1006
910
  },
1007
911
  {
1008
912
  "kind": "Content",
1009
- "text": ";\n node: "
913
+ "text": ";"
914
+ }
915
+ ],
916
+ "fileUrlPath": "dist/index.d.ts",
917
+ "releaseTag": "Public",
918
+ "name": "OryCardProps",
919
+ "typeTokenRange": {
920
+ "startIndex": 1,
921
+ "endIndex": 2
922
+ }
923
+ },
924
+ {
925
+ "kind": "Function",
926
+ "canonicalReference": "@ory/elements-react!OryCardValidationMessages:function(1)",
927
+ "docComment": "",
928
+ "excerptTokens": [
929
+ {
930
+ "kind": "Content",
931
+ "text": "declare function OryCardValidationMessages({ ...props }: "
1010
932
  },
1011
933
  {
1012
934
  "kind": "Reference",
1013
- "text": "UiNode",
1014
- "canonicalReference": "@ory/client-fetch!UiNode:interface"
935
+ "text": "OryMessageRootProps",
936
+ "canonicalReference": "@ory/elements-react!OryMessageRootProps:type"
1015
937
  },
1016
938
  {
1017
939
  "kind": "Content",
1018
- "text": ";\n onClick?: "
940
+ "text": "): "
1019
941
  },
1020
942
  {
1021
943
  "kind": "Reference",
1022
- "text": "MouseEventHandler",
1023
- "canonicalReference": "@types/react!React.MouseEventHandler:type"
944
+ "text": "react_jsx_runtime.JSX.Element",
945
+ "canonicalReference": "@types/react!JSX.Element:interface"
1024
946
  },
1025
947
  {
1026
948
  "kind": "Content",
1027
- "text": ";\n}"
949
+ "text": " | null"
1028
950
  },
1029
951
  {
1030
952
  "kind": "Content",
@@ -1032,52 +954,63 @@
1032
954
  }
1033
955
  ],
1034
956
  "fileUrlPath": "dist/index.d.ts",
957
+ "returnTypeTokenRange": {
958
+ "startIndex": 3,
959
+ "endIndex": 5
960
+ },
1035
961
  "releaseTag": "Public",
1036
- "name": "HeadlessInputProps",
1037
- "typeTokenRange": {
1038
- "startIndex": 1,
1039
- "endIndex": 8
1040
- }
962
+ "overloadIndex": 1,
963
+ "parameters": [
964
+ {
965
+ "parameterName": "{ ...props }",
966
+ "parameterTypeTokenRange": {
967
+ "startIndex": 1,
968
+ "endIndex": 2
969
+ },
970
+ "isOptional": false
971
+ }
972
+ ],
973
+ "name": "OryCardValidationMessages"
1041
974
  },
1042
975
  {
1043
976
  "kind": "TypeAlias",
1044
- "canonicalReference": "@ory/elements-react!HeadlessLabelProps:type",
977
+ "canonicalReference": "@ory/elements-react!OryClientConfiguration:type",
1045
978
  "docComment": "",
1046
979
  "excerptTokens": [
1047
980
  {
1048
981
  "kind": "Content",
1049
- "text": "type HeadlessLabelProps = "
982
+ "text": "type OryClientConfiguration = "
1050
983
  },
1051
984
  {
1052
985
  "kind": "Content",
1053
- "text": "{\n attributes: "
986
+ "text": "{\n name: string;\n logoUrl?: string;\n stylesheet?: string;\n favicon?: string;\n sdk: {\n url: string;\n options?: "
1054
987
  },
1055
988
  {
1056
989
  "kind": "Reference",
1057
- "text": "UiNodeInputAttributes",
1058
- "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
990
+ "text": "Partial",
991
+ "canonicalReference": "!Partial:type"
1059
992
  },
1060
993
  {
1061
994
  "kind": "Content",
1062
- "text": ";\n node: "
995
+ "text": "<"
1063
996
  },
1064
997
  {
1065
998
  "kind": "Reference",
1066
- "text": "UiNode",
1067
- "canonicalReference": "@ory/client-fetch!UiNode:interface"
999
+ "text": "ConfigurationParameters",
1000
+ "canonicalReference": "@ory/client-fetch!ConfigurationParameters:interface"
1068
1001
  },
1069
1002
  {
1070
1003
  "kind": "Content",
1071
- "text": ";\n} & "
1004
+ "text": ">;\n };\n project: {\n registration_enabled: boolean;\n verification_enabled: boolean;\n recovery_enabled: boolean;\n recovery_ui_url: string;\n registration_ui_url: string;\n verification_ui_url: string;\n login_ui_url: string;\n };\n intl?: "
1072
1005
  },
1073
1006
  {
1074
1007
  "kind": "Reference",
1075
- "text": "ComponentPropsWithoutRef",
1076
- "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
1008
+ "text": "IntlConfig",
1009
+ "canonicalReference": "@ory/elements-react!IntlConfig:type"
1077
1010
  },
1078
1011
  {
1079
1012
  "kind": "Content",
1080
- "text": "<\"label\">"
1013
+ "text": ";\n}"
1081
1014
  },
1082
1015
  {
1083
1016
  "kind": "Content",
@@ -1086,7 +1019,7 @@
1086
1019
  ],
1087
1020
  "fileUrlPath": "dist/index.d.ts",
1088
1021
  "releaseTag": "Public",
1089
- "name": "HeadlessLabelProps",
1022
+ "name": "OryClientConfiguration",
1090
1023
  "typeTokenRange": {
1091
1024
  "startIndex": 1,
1092
1025
  "endIndex": 8
@@ -1094,12 +1027,12 @@
1094
1027
  },
1095
1028
  {
1096
1029
  "kind": "TypeAlias",
1097
- "canonicalReference": "@ory/elements-react!HeadlessLinkButtonProps:type",
1030
+ "canonicalReference": "@ory/elements-react!OryCurrentIdentifierProps:type",
1098
1031
  "docComment": "",
1099
1032
  "excerptTokens": [
1100
1033
  {
1101
1034
  "kind": "Content",
1102
- "text": "type HeadlessLinkButtonProps = "
1035
+ "text": "type OryCurrentIdentifierProps = "
1103
1036
  },
1104
1037
  {
1105
1038
  "kind": "Content",
@@ -1107,8 +1040,8 @@
1107
1040
  },
1108
1041
  {
1109
1042
  "kind": "Reference",
1110
- "text": "UiNodeAnchorAttributes",
1111
- "canonicalReference": "@ory/client-fetch!UiNodeAnchorAttributes:interface"
1043
+ "text": "UiNodeInputAttributes",
1044
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
1112
1045
  },
1113
1046
  {
1114
1047
  "kind": "Content",
@@ -1121,7 +1054,7 @@
1121
1054
  },
1122
1055
  {
1123
1056
  "kind": "Content",
1124
- "text": ";\n} & "
1057
+ "text": ";\n onClick?: () => void;\n href?: string;\n} & "
1125
1058
  },
1126
1059
  {
1127
1060
  "kind": "Reference",
@@ -1139,7 +1072,7 @@
1139
1072
  },
1140
1073
  {
1141
1074
  "kind": "Content",
1142
- "text": "<\"a\">, \"children\">"
1075
+ "text": "<\"button\">, \"children\" | \"onClick\">"
1143
1076
  },
1144
1077
  {
1145
1078
  "kind": "Content",
@@ -1148,34 +1081,38 @@
1148
1081
  ],
1149
1082
  "fileUrlPath": "dist/index.d.ts",
1150
1083
  "releaseTag": "Public",
1151
- "name": "HeadlessLinkButtonProps",
1084
+ "name": "OryCurrentIdentifierProps",
1152
1085
  "typeTokenRange": {
1153
1086
  "startIndex": 1,
1154
1087
  "endIndex": 10
1155
1088
  }
1156
1089
  },
1157
1090
  {
1158
- "kind": "Function",
1159
- "canonicalReference": "@ory/elements-react!HeadlessMessage:function(1)",
1091
+ "kind": "TypeAlias",
1092
+ "canonicalReference": "@ory/elements-react!OryFlowComponentOverrides:type",
1160
1093
  "docComment": "",
1161
1094
  "excerptTokens": [
1162
1095
  {
1163
1096
  "kind": "Content",
1164
- "text": "declare function HeadlessMessage({ message }: "
1097
+ "text": "type OryFlowComponentOverrides = "
1165
1098
  },
1166
1099
  {
1167
1100
  "kind": "Reference",
1168
- "text": "HeadlessMessageProps",
1169
- "canonicalReference": "@ory/elements-react!HeadlessMessageProps:type"
1101
+ "text": "DeepPartialTwoLevels",
1102
+ "canonicalReference": "@ory/elements-react!~DeepPartialTwoLevels:type"
1170
1103
  },
1171
1104
  {
1172
1105
  "kind": "Content",
1173
- "text": "): "
1106
+ "text": "<"
1174
1107
  },
1175
1108
  {
1176
1109
  "kind": "Reference",
1177
- "text": "react_jsx_runtime.JSX.Element",
1178
- "canonicalReference": "@types/react!JSX.Element:interface"
1110
+ "text": "OryFlowComponents",
1111
+ "canonicalReference": "@ory/elements-react!OryFlowComponents:type"
1112
+ },
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": ">"
1179
1116
  },
1180
1117
  {
1181
1118
  "kind": "Content",
@@ -1183,72 +1120,48 @@
1183
1120
  }
1184
1121
  ],
1185
1122
  "fileUrlPath": "dist/index.d.ts",
1186
- "returnTypeTokenRange": {
1187
- "startIndex": 3,
1188
- "endIndex": 4
1189
- },
1190
1123
  "releaseTag": "Public",
1191
- "overloadIndex": 1,
1192
- "parameters": [
1193
- {
1194
- "parameterName": "{ message }",
1195
- "parameterTypeTokenRange": {
1196
- "startIndex": 1,
1197
- "endIndex": 2
1198
- },
1199
- "isOptional": false
1200
- }
1201
- ],
1202
- "name": "HeadlessMessage"
1124
+ "name": "OryFlowComponentOverrides",
1125
+ "typeTokenRange": {
1126
+ "startIndex": 1,
1127
+ "endIndex": 5
1128
+ }
1203
1129
  },
1204
1130
  {
1205
1131
  "kind": "TypeAlias",
1206
- "canonicalReference": "@ory/elements-react!HeadlessMessageProps:type",
1207
- "docComment": "",
1132
+ "canonicalReference": "@ory/elements-react!OryFlowComponents:type",
1133
+ "docComment": "/**\n * A record of all the components that are used in the OryForm component.\n */\n",
1208
1134
  "excerptTokens": [
1209
1135
  {
1210
1136
  "kind": "Content",
1211
- "text": "type HeadlessMessageProps = "
1137
+ "text": "type OryFlowComponents = "
1212
1138
  },
1213
1139
  {
1214
1140
  "kind": "Content",
1215
- "text": "{\n message: "
1141
+ "text": "{\n Node: {\n Button: "
1216
1142
  },
1217
1143
  {
1218
1144
  "kind": "Reference",
1219
- "text": "UiText",
1220
- "canonicalReference": "@ory/client-fetch!UiText:interface"
1145
+ "text": "ComponentType",
1146
+ "canonicalReference": "@types/react!React.ComponentType:type"
1221
1147
  },
1222
1148
  {
1223
1149
  "kind": "Content",
1224
- "text": ";\n}"
1150
+ "text": "<"
1225
1151
  },
1226
1152
  {
1227
- "kind": "Content",
1228
- "text": ";"
1229
- }
1230
- ],
1231
- "fileUrlPath": "dist/index.d.ts",
1232
- "releaseTag": "Public",
1233
- "name": "HeadlessMessageProps",
1234
- "typeTokenRange": {
1235
- "startIndex": 1,
1236
- "endIndex": 4
1237
- }
1238
- },
1239
- {
1240
- "kind": "TypeAlias",
1241
- "canonicalReference": "@ory/elements-react!HeadlessMessagesProps:type",
1242
- "docComment": "",
1243
- "excerptTokens": [
1153
+ "kind": "Reference",
1154
+ "text": "OryNodeButtonProps",
1155
+ "canonicalReference": "@ory/elements-react!OryNodeButtonProps:type"
1156
+ },
1244
1157
  {
1245
1158
  "kind": "Content",
1246
- "text": "type HeadlessMessagesProps = "
1159
+ "text": ">;\n OidcButton: "
1247
1160
  },
1248
1161
  {
1249
1162
  "kind": "Reference",
1250
- "text": "DetailedHTMLProps",
1251
- "canonicalReference": "@types/react!React.DetailedHTMLProps:type"
1163
+ "text": "ComponentType",
1164
+ "canonicalReference": "@types/react!React.ComponentType:type"
1252
1165
  },
1253
1166
  {
1254
1167
  "kind": "Content",
@@ -1256,279 +1169,215 @@
1256
1169
  },
1257
1170
  {
1258
1171
  "kind": "Reference",
1259
- "text": "HTMLAttributes",
1260
- "canonicalReference": "@types/react!React.HTMLAttributes:interface"
1172
+ "text": "OryNodeOidcButtonProps",
1173
+ "canonicalReference": "@ory/elements-react!OryNodeOidcButtonProps:type"
1261
1174
  },
1262
1175
  {
1263
1176
  "kind": "Content",
1264
- "text": "<"
1177
+ "text": ">;\n CurrentIdentifierButton: "
1265
1178
  },
1266
1179
  {
1267
1180
  "kind": "Reference",
1268
- "text": "HTMLDivElement",
1269
- "canonicalReference": "!HTMLDivElement:interface"
1181
+ "text": "ComponentType",
1182
+ "canonicalReference": "@types/react!React.ComponentType:type"
1270
1183
  },
1271
1184
  {
1272
1185
  "kind": "Content",
1273
- "text": ">, "
1186
+ "text": "<"
1274
1187
  },
1275
1188
  {
1276
1189
  "kind": "Reference",
1277
- "text": "HTMLDivElement",
1278
- "canonicalReference": "!HTMLDivElement:interface"
1190
+ "text": "OryCurrentIdentifierProps",
1191
+ "canonicalReference": "@ory/elements-react!OryCurrentIdentifierProps:type"
1279
1192
  },
1280
1193
  {
1281
1194
  "kind": "Content",
1282
- "text": ">"
1195
+ "text": ">;\n Anchor: "
1283
1196
  },
1284
1197
  {
1285
- "kind": "Content",
1286
- "text": ";"
1287
- }
1288
- ],
1289
- "fileUrlPath": "dist/index.d.ts",
1290
- "releaseTag": "Public",
1291
- "name": "HeadlessMessagesProps",
1292
- "typeTokenRange": {
1293
- "startIndex": 1,
1294
- "endIndex": 9
1295
- }
1296
- },
1297
- {
1298
- "kind": "TypeAlias",
1299
- "canonicalReference": "@ory/elements-react!HeadlessSocialButtonContainerProps:type",
1300
- "docComment": "",
1301
- "excerptTokens": [
1198
+ "kind": "Reference",
1199
+ "text": "ComponentType",
1200
+ "canonicalReference": "@types/react!React.ComponentType:type"
1201
+ },
1302
1202
  {
1303
1203
  "kind": "Content",
1304
- "text": "type HeadlessSocialButtonContainerProps = "
1204
+ "text": "<"
1305
1205
  },
1306
1206
  {
1307
1207
  "kind": "Reference",
1308
- "text": "PropsWithChildren",
1309
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
1208
+ "text": "OryNodeAnchorProps",
1209
+ "canonicalReference": "@ory/elements-react!OryNodeAnchorProps:type"
1310
1210
  },
1311
1211
  {
1312
1212
  "kind": "Content",
1313
- "text": "<{\n nodes: "
1213
+ "text": ">;\n Input: "
1314
1214
  },
1315
1215
  {
1316
1216
  "kind": "Reference",
1317
- "text": "UiNode",
1318
- "canonicalReference": "@ory/client-fetch!UiNode:interface"
1217
+ "text": "ComponentType",
1218
+ "canonicalReference": "@types/react!React.ComponentType:type"
1319
1219
  },
1320
1220
  {
1321
1221
  "kind": "Content",
1322
- "text": "[];\n}>"
1222
+ "text": "<"
1323
1223
  },
1324
1224
  {
1325
- "kind": "Content",
1326
- "text": ";"
1327
- }
1328
- ],
1329
- "fileUrlPath": "dist/index.d.ts",
1330
- "releaseTag": "Public",
1331
- "name": "HeadlessSocialButtonContainerProps",
1332
- "typeTokenRange": {
1333
- "startIndex": 1,
1334
- "endIndex": 5
1335
- }
1336
- },
1337
- {
1338
- "kind": "TypeAlias",
1339
- "canonicalReference": "@ory/elements-react!HeadlessSocialButtonProps:type",
1340
- "docComment": "",
1341
- "excerptTokens": [
1225
+ "kind": "Reference",
1226
+ "text": "OryNodeInputProps",
1227
+ "canonicalReference": "@ory/elements-react!OryNodeInputProps:type"
1228
+ },
1342
1229
  {
1343
1230
  "kind": "Content",
1344
- "text": "type HeadlessSocialButtonProps = "
1231
+ "text": ">;\n CodeInput: "
1345
1232
  },
1346
1233
  {
1347
1234
  "kind": "Reference",
1348
- "text": "PropsWithChildren",
1349
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
1235
+ "text": "ComponentType",
1236
+ "canonicalReference": "@types/react!React.ComponentType:type"
1350
1237
  },
1351
1238
  {
1352
1239
  "kind": "Content",
1353
- "text": "<{\n node: "
1240
+ "text": "<"
1354
1241
  },
1355
1242
  {
1356
1243
  "kind": "Reference",
1357
- "text": "UiNode",
1358
- "canonicalReference": "@ory/client-fetch!UiNode:interface"
1244
+ "text": "OryNodeInputProps",
1245
+ "canonicalReference": "@ory/elements-react!OryNodeInputProps:type"
1359
1246
  },
1360
1247
  {
1361
1248
  "kind": "Content",
1362
- "text": ";\n attributes: "
1249
+ "text": ">;\n Image: "
1363
1250
  },
1364
1251
  {
1365
1252
  "kind": "Reference",
1366
- "text": "UiNodeInputAttributes",
1367
- "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
1253
+ "text": "ComponentType",
1254
+ "canonicalReference": "@types/react!React.ComponentType:type"
1368
1255
  },
1369
1256
  {
1370
1257
  "kind": "Content",
1371
- "text": ";\n onClick?: () => void;\n}>"
1258
+ "text": "<"
1259
+ },
1260
+ {
1261
+ "kind": "Reference",
1262
+ "text": "OryNodeImageProps",
1263
+ "canonicalReference": "@ory/elements-react!OryNodeImageProps:type"
1372
1264
  },
1373
1265
  {
1374
1266
  "kind": "Content",
1375
- "text": ";"
1376
- }
1377
- ],
1378
- "fileUrlPath": "dist/index.d.ts",
1379
- "releaseTag": "Public",
1380
- "name": "HeadlessSocialButtonProps",
1381
- "typeTokenRange": {
1382
- "startIndex": 1,
1383
- "endIndex": 7
1384
- }
1385
- },
1386
- {
1387
- "kind": "TypeAlias",
1388
- "canonicalReference": "@ory/elements-react!HeadlessSocialButtonsProps:type",
1389
- "docComment": "",
1390
- "excerptTokens": [
1267
+ "text": ">;\n Label: "
1268
+ },
1269
+ {
1270
+ "kind": "Reference",
1271
+ "text": "ComponentType",
1272
+ "canonicalReference": "@types/react!React.ComponentType:type"
1273
+ },
1391
1274
  {
1392
1275
  "kind": "Content",
1393
- "text": "type HeadlessSocialButtonsProps = "
1276
+ "text": "<"
1394
1277
  },
1395
1278
  {
1396
1279
  "kind": "Reference",
1397
- "text": "PropsWithChildren",
1398
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
1280
+ "text": "OryNodeLabelProps",
1281
+ "canonicalReference": "@ory/elements-react!OryNodeLabelProps:type"
1399
1282
  },
1400
1283
  {
1401
1284
  "kind": "Content",
1402
- "text": "<{\n hideDivider?: boolean;\n}>"
1285
+ "text": ">;\n Checkbox: "
1403
1286
  },
1404
1287
  {
1405
- "kind": "Content",
1406
- "text": ";"
1407
- }
1408
- ],
1409
- "fileUrlPath": "dist/index.d.ts",
1410
- "releaseTag": "Public",
1411
- "name": "HeadlessSocialButtonsProps",
1412
- "typeTokenRange": {
1413
- "startIndex": 1,
1414
- "endIndex": 3
1415
- }
1416
- },
1417
- {
1418
- "kind": "TypeAlias",
1419
- "canonicalReference": "@ory/elements-react!HeadlessTextProps:type",
1420
- "docComment": "",
1421
- "excerptTokens": [
1288
+ "kind": "Reference",
1289
+ "text": "ComponentType",
1290
+ "canonicalReference": "@types/react!React.ComponentType:type"
1291
+ },
1422
1292
  {
1423
1293
  "kind": "Content",
1424
- "text": "type HeadlessTextProps = "
1294
+ "text": "<"
1295
+ },
1296
+ {
1297
+ "kind": "Reference",
1298
+ "text": "OryNodeInputProps",
1299
+ "canonicalReference": "@ory/elements-react!OryNodeInputProps:type"
1425
1300
  },
1426
1301
  {
1427
1302
  "kind": "Content",
1428
- "text": "{\n attributes: "
1303
+ "text": ">;\n Text: "
1429
1304
  },
1430
1305
  {
1431
1306
  "kind": "Reference",
1432
- "text": "UiNodeTextAttributes",
1433
- "canonicalReference": "@ory/client-fetch!UiNodeTextAttributes:interface"
1307
+ "text": "ComponentType",
1308
+ "canonicalReference": "@types/react!React.ComponentType:type"
1434
1309
  },
1435
1310
  {
1436
1311
  "kind": "Content",
1437
- "text": ";\n node: "
1312
+ "text": "<"
1438
1313
  },
1439
1314
  {
1440
1315
  "kind": "Reference",
1441
- "text": "UiNode",
1442
- "canonicalReference": "@ory/client-fetch!UiNode:interface"
1316
+ "text": "OryNodeTextProps",
1317
+ "canonicalReference": "@ory/elements-react!OryNodeTextProps:type"
1443
1318
  },
1444
1319
  {
1445
1320
  "kind": "Content",
1446
- "text": ";\n}"
1321
+ "text": ">;\n };\n Card: {\n Root: "
1447
1322
  },
1448
1323
  {
1449
- "kind": "Content",
1450
- "text": ";"
1451
- }
1452
- ],
1453
- "fileUrlPath": "dist/index.d.ts",
1454
- "releaseTag": "Public",
1455
- "name": "HeadlessTextProps",
1456
- "typeTokenRange": {
1457
- "startIndex": 1,
1458
- "endIndex": 6
1459
- }
1460
- },
1461
- {
1462
- "kind": "TypeAlias",
1463
- "canonicalReference": "@ory/elements-react!HorizontalDividerProps:type",
1464
- "docComment": "",
1465
- "excerptTokens": [
1324
+ "kind": "Reference",
1325
+ "text": "ComponentType",
1326
+ "canonicalReference": "@types/react!React.ComponentType:type"
1327
+ },
1466
1328
  {
1467
1329
  "kind": "Content",
1468
- "text": "type HorizontalDividerProps = "
1330
+ "text": "<"
1469
1331
  },
1470
1332
  {
1471
1333
  "kind": "Reference",
1472
- "text": "Record",
1473
- "canonicalReference": "!Record:type"
1334
+ "text": "OryCardRootProps",
1335
+ "canonicalReference": "@ory/elements-react!OryCardProps:type"
1474
1336
  },
1475
1337
  {
1476
1338
  "kind": "Content",
1477
- "text": "<string, never>"
1339
+ "text": ">;\n Footer: "
1478
1340
  },
1479
1341
  {
1480
- "kind": "Content",
1481
- "text": ";"
1482
- }
1483
- ],
1484
- "fileUrlPath": "dist/index.d.ts",
1485
- "releaseTag": "Public",
1486
- "name": "HorizontalDividerProps",
1487
- "typeTokenRange": {
1488
- "startIndex": 1,
1489
- "endIndex": 3
1490
- }
1491
- },
1492
- {
1493
- "kind": "Function",
1494
- "canonicalReference": "@ory/elements-react!IntlProvider:function(1)",
1495
- "docComment": "",
1496
- "excerptTokens": [
1342
+ "kind": "Reference",
1343
+ "text": "ComponentType",
1344
+ "canonicalReference": "@types/react!React.ComponentType:type"
1345
+ },
1497
1346
  {
1498
1347
  "kind": "Content",
1499
- "text": "IntlProvider: <T extends "
1348
+ "text": "<"
1500
1349
  },
1501
1350
  {
1502
1351
  "kind": "Reference",
1503
- "text": "CustomTranslations",
1504
- "canonicalReference": "@ory/elements-react!CustomTranslations:type"
1352
+ "text": "OryCardFooterProps",
1353
+ "canonicalReference": "@ory/elements-react!OryCardFooterProps:type"
1505
1354
  },
1506
1355
  {
1507
1356
  "kind": "Content",
1508
- "text": " | "
1357
+ "text": ">;\n Header: "
1509
1358
  },
1510
1359
  {
1511
1360
  "kind": "Reference",
1512
- "text": "SupportedTranslations",
1513
- "canonicalReference": "@ory/elements-react!SupportedTranslations:type"
1361
+ "text": "ComponentType",
1362
+ "canonicalReference": "@types/react!React.ComponentType:type"
1514
1363
  },
1515
1364
  {
1516
1365
  "kind": "Content",
1517
- "text": " = "
1366
+ "text": "<"
1518
1367
  },
1519
1368
  {
1520
1369
  "kind": "Reference",
1521
- "text": "SupportedTranslations",
1522
- "canonicalReference": "@ory/elements-react!SupportedTranslations:type"
1370
+ "text": "OryCardRootProps",
1371
+ "canonicalReference": "@ory/elements-react!OryCardProps:type"
1523
1372
  },
1524
1373
  {
1525
1374
  "kind": "Content",
1526
- "text": ">({ children, ...props }: "
1375
+ "text": ">;\n Content: "
1527
1376
  },
1528
1377
  {
1529
1378
  "kind": "Reference",
1530
- "text": "PropsWithChildren",
1531
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
1379
+ "text": "ComponentType",
1380
+ "canonicalReference": "@types/react!React.ComponentType:type"
1532
1381
  },
1533
1382
  {
1534
1383
  "kind": "Content",
@@ -1536,25 +1385,35 @@
1536
1385
  },
1537
1386
  {
1538
1387
  "kind": "Reference",
1539
- "text": "IntlProviderProps",
1540
- "canonicalReference": "@ory/elements-react!IntlProviderProps:type"
1388
+ "text": "OryCardContentProps",
1389
+ "canonicalReference": "@ory/elements-react!OryCardContentProps:type"
1541
1390
  },
1542
1391
  {
1543
1392
  "kind": "Content",
1544
- "text": "<T>>"
1393
+ "text": ">;\n Logo: "
1394
+ },
1395
+ {
1396
+ "kind": "Reference",
1397
+ "text": "ComponentType",
1398
+ "canonicalReference": "@types/react!React.ComponentType:type"
1545
1399
  },
1546
1400
  {
1547
1401
  "kind": "Content",
1548
- "text": ") => "
1402
+ "text": "<"
1403
+ },
1404
+ {
1405
+ "kind": "Reference",
1406
+ "text": "OryCardLogoProps",
1407
+ "canonicalReference": "@ory/elements-react!OryCardLogoProps:type"
1549
1408
  },
1550
1409
  {
1551
1410
  "kind": "Content",
1552
- "text": "string | number | boolean | "
1411
+ "text": ">;\n Divider: "
1553
1412
  },
1554
1413
  {
1555
1414
  "kind": "Reference",
1556
- "text": "Iterable",
1557
- "canonicalReference": "!Iterable:interface"
1415
+ "text": "ComponentType",
1416
+ "canonicalReference": "@types/react!React.ComponentType:type"
1558
1417
  },
1559
1418
  {
1560
1419
  "kind": "Content",
@@ -1562,330 +1421,147 @@
1562
1421
  },
1563
1422
  {
1564
1423
  "kind": "Reference",
1565
- "text": "react.ReactNode",
1566
- "canonicalReference": "@types/react!React.ReactNode:type"
1424
+ "text": "OryCardDividerProps",
1425
+ "canonicalReference": "@ory/elements-react!OryCardDividerProps:type"
1567
1426
  },
1568
1427
  {
1569
1428
  "kind": "Content",
1570
- "text": "> | "
1429
+ "text": ">;\n AuthMethodListItem: "
1571
1430
  },
1572
1431
  {
1573
1432
  "kind": "Reference",
1574
- "text": "react_jsx_runtime.JSX.Element",
1575
- "canonicalReference": "@types/react!JSX.Element:interface"
1433
+ "text": "ComponentType",
1434
+ "canonicalReference": "@types/react!React.ComponentType:type"
1576
1435
  },
1577
1436
  {
1578
1437
  "kind": "Content",
1579
- "text": " | null | undefined"
1580
- }
1581
- ],
1582
- "fileUrlPath": "dist/index.d.ts",
1583
- "returnTypeTokenRange": {
1584
- "startIndex": 12,
1585
- "endIndex": 19
1586
- },
1587
- "releaseTag": "Public",
1588
- "overloadIndex": 1,
1589
- "parameters": [
1590
- {
1591
- "parameterName": "{ children, ...props }",
1592
- "parameterTypeTokenRange": {
1593
- "startIndex": 7,
1594
- "endIndex": 11
1595
- },
1596
- "isOptional": false
1597
- }
1598
- ],
1599
- "typeParameters": [
1438
+ "text": "<"
1439
+ },
1600
1440
  {
1601
- "typeParameterName": "T",
1602
- "constraintTokenRange": {
1603
- "startIndex": 1,
1604
- "endIndex": 4
1605
- },
1606
- "defaultTypeTokenRange": {
1607
- "startIndex": 5,
1608
- "endIndex": 6
1609
- }
1610
- }
1611
- ],
1612
- "name": "IntlProvider"
1613
- },
1614
- {
1615
- "kind": "TypeAlias",
1616
- "canonicalReference": "@ory/elements-react!IntlProviderProps:type",
1617
- "docComment": "",
1618
- "excerptTokens": [
1441
+ "kind": "Reference",
1442
+ "text": "OryCardAuthMethodListItemProps",
1443
+ "canonicalReference": "@ory/elements-react!OryCardAuthMethodListItemProps:type"
1444
+ },
1619
1445
  {
1620
1446
  "kind": "Content",
1621
- "text": "type IntlProviderProps<Type> = "
1447
+ "text": ">;\n };\n Form: {\n Root: "
1448
+ },
1449
+ {
1450
+ "kind": "Reference",
1451
+ "text": "ComponentType",
1452
+ "canonicalReference": "@types/react!React.ComponentType:type"
1622
1453
  },
1623
1454
  {
1624
1455
  "kind": "Content",
1625
- "text": "Type extends "
1456
+ "text": "<"
1626
1457
  },
1627
1458
  {
1628
1459
  "kind": "Reference",
1629
- "text": "CustomTranslations",
1630
- "canonicalReference": "@ory/elements-react!CustomTranslations:type"
1460
+ "text": "OryFormRootProps",
1461
+ "canonicalReference": "@ory/elements-react!OryFormRootProps:type"
1631
1462
  },
1632
1463
  {
1633
1464
  "kind": "Content",
1634
- "text": " ? "
1465
+ "text": ">;\n OidcRoot: "
1635
1466
  },
1636
1467
  {
1637
1468
  "kind": "Reference",
1638
- "text": "CustomTranslations",
1639
- "canonicalReference": "@ory/elements-react!CustomTranslations:type"
1469
+ "text": "ComponentType",
1470
+ "canonicalReference": "@types/react!React.ComponentType:type"
1640
1471
  },
1641
1472
  {
1642
1473
  "kind": "Content",
1643
- "text": " : "
1474
+ "text": "<"
1644
1475
  },
1645
1476
  {
1646
1477
  "kind": "Reference",
1647
- "text": "SupportedTranslations",
1648
- "canonicalReference": "@ory/elements-react!SupportedTranslations:type"
1478
+ "text": "OryFormOidcRootProps",
1479
+ "canonicalReference": "@ory/elements-react!OryFormOidcRootProps:type"
1649
1480
  },
1650
1481
  {
1651
1482
  "kind": "Content",
1652
- "text": ";"
1653
- }
1654
- ],
1655
- "fileUrlPath": "dist/index.d.ts",
1656
- "releaseTag": "Public",
1657
- "name": "IntlProviderProps",
1658
- "typeParameters": [
1483
+ "text": ">;\n Group: "
1484
+ },
1659
1485
  {
1660
- "typeParameterName": "Type",
1661
- "constraintTokenRange": {
1662
- "startIndex": 0,
1663
- "endIndex": 0
1664
- },
1665
- "defaultTypeTokenRange": {
1666
- "startIndex": 0,
1667
- "endIndex": 0
1668
- }
1669
- }
1670
- ],
1671
- "typeTokenRange": {
1672
- "startIndex": 1,
1673
- "endIndex": 7
1674
- }
1675
- },
1676
- {
1677
- "kind": "Function",
1678
- "canonicalReference": "@ory/elements-react!isCustomTranslations:function(1)",
1679
- "docComment": "",
1680
- "excerptTokens": [
1486
+ "kind": "Reference",
1487
+ "text": "ComponentType",
1488
+ "canonicalReference": "@types/react!React.ComponentType:type"
1489
+ },
1681
1490
  {
1682
1491
  "kind": "Content",
1683
- "text": "isCustomTranslations: (o: "
1492
+ "text": "<"
1493
+ },
1494
+ {
1495
+ "kind": "Reference",
1496
+ "text": "OryFormGroupProps",
1497
+ "canonicalReference": "@ory/elements-react!OryFormGroupProps:type"
1684
1498
  },
1685
1499
  {
1686
1500
  "kind": "Content",
1687
- "text": "unknown"
1501
+ "text": ">;\n };\n Message: {\n Root: "
1502
+ },
1503
+ {
1504
+ "kind": "Reference",
1505
+ "text": "ComponentType",
1506
+ "canonicalReference": "@types/react!React.ComponentType:type"
1688
1507
  },
1689
1508
  {
1690
1509
  "kind": "Content",
1691
- "text": ") => "
1510
+ "text": "<"
1692
1511
  },
1693
1512
  {
1694
1513
  "kind": "Reference",
1695
- "text": "o",
1696
- "canonicalReference": "@ory/elements-react!~o"
1514
+ "text": "OryMessageRootProps",
1515
+ "canonicalReference": "@ory/elements-react!OryMessageRootProps:type"
1697
1516
  },
1698
1517
  {
1699
1518
  "kind": "Content",
1700
- "text": " is "
1519
+ "text": ">;\n Content: "
1701
1520
  },
1702
1521
  {
1703
1522
  "kind": "Reference",
1704
- "text": "CustomTranslations",
1705
- "canonicalReference": "@ory/elements-react!CustomTranslations:type"
1706
- }
1707
- ],
1708
- "fileUrlPath": "dist/index.d.ts",
1709
- "returnTypeTokenRange": {
1710
- "startIndex": 3,
1711
- "endIndex": 6
1712
- },
1713
- "releaseTag": "Public",
1714
- "overloadIndex": 1,
1715
- "parameters": [
1523
+ "text": "ComponentType",
1524
+ "canonicalReference": "@types/react!React.ComponentType:type"
1525
+ },
1716
1526
  {
1717
- "parameterName": "o",
1718
- "parameterTypeTokenRange": {
1719
- "startIndex": 1,
1720
- "endIndex": 2
1721
- },
1722
- "isOptional": false
1723
- }
1724
- ],
1725
- "name": "isCustomTranslations"
1726
- },
1727
- {
1728
- "kind": "Variable",
1729
- "canonicalReference": "@ory/elements-react!LanguageCodes:var",
1730
- "docComment": "",
1731
- "excerptTokens": [
1527
+ "kind": "Content",
1528
+ "text": "<"
1529
+ },
1530
+ {
1531
+ "kind": "Reference",
1532
+ "text": "OryMessageContentProps",
1533
+ "canonicalReference": "@ory/elements-react!OryMessageContentProps:type"
1534
+ },
1732
1535
  {
1733
1536
  "kind": "Content",
1734
- "text": "LanguageCodes: "
1537
+ "text": ">;\n };\n}"
1735
1538
  },
1736
1539
  {
1737
1540
  "kind": "Content",
1738
- "text": "readonly [\"ab\", \"aa\", \"af\", \"sq\", \"am\", \"ar\", \"hy\", \"as\", \"ay\", \"az\", \"ba\", \"eu\", \"bn\", \"dz\", \"bh\", \"bi\", \"br\", \"bg\", \"my\", \"be\", \"km\", \"ca\", \"zh\", \"co\", \"hr\", \"cs\", \"da\", \"nl\", \"en\", \"eo\", \"et\", \"fo\", \"fj\", \"fi\", \"fr\", \"fy\", \"gd\", \"gl\", \"ka\", \"de\", \"el\", \"kl\", \"gn\", \"gu\", \"ha\", \"iw\", \"hi\", \"hu\", \"is\", \"in\", \"ia\", \"ie\", \"ik\", \"ga\", \"it\", \"ja\", \"jw\", \"kn\", \"ks\", \"kk\", \"rw\", \"ky\", \"rn\", \"ko\", \"ku\", \"lo\", \"la\", \"lv\", \"ln\", \"lt\", \"mk\", \"mg\", \"ms\", \"ml\", \"mt\", \"mi\", \"mr\", \"mo\", \"mn\", \"na\", \"ne\", \"no\", \"oc\", \"or\", \"om\", \"ps\", \"fa\", \"pl\", \"pt\", \"pa\", \"qu\", \"rm\", \"ro\", \"ru\", \"sm\", \"sg\", \"sa\", \"sr\", \"sh\", \"st\", \"tn\", \"sn\", \"sd\", \"si\", \"ss\", \"sk\", \"sl\", \"so\", \"es\", \"su\", \"sw\", \"sv\", \"tl\", \"tg\", \"ta\", \"tt\", \"te\", \"th\", \"bo\", \"ti\", \"to\", \"ts\", \"tr\", \"tk\", \"tw\", \"uk\", \"ur\", \"uz\", \"vi\", \"vo\", \"cy\", \"wo\", \"xh\", \"ji\", \"yo\", \"zu\"]"
1541
+ "text": ";"
1739
1542
  }
1740
1543
  ],
1741
1544
  "fileUrlPath": "dist/index.d.ts",
1742
- "isReadonly": true,
1743
1545
  "releaseTag": "Public",
1744
- "name": "LanguageCodes",
1745
- "variableTypeTokenRange": {
1546
+ "name": "OryFlowComponents",
1547
+ "typeTokenRange": {
1746
1548
  "startIndex": 1,
1747
- "endIndex": 2
1549
+ "endIndex": 90
1748
1550
  }
1749
1551
  },
1750
1552
  {
1751
1553
  "kind": "TypeAlias",
1752
- "canonicalReference": "@ory/elements-react!Locale:type",
1753
- "docComment": "",
1554
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type",
1555
+ "docComment": "/**\n * A union type of all flow containers\n */\n",
1754
1556
  "excerptTokens": [
1755
1557
  {
1756
1558
  "kind": "Content",
1757
- "text": "type Locale = "
1758
- },
1759
- {
1760
- "kind": "Content",
1761
- "text": "keyof typeof "
1559
+ "text": "type OryFlowContainer = "
1762
1560
  },
1763
1561
  {
1764
1562
  "kind": "Reference",
1765
- "text": "locales",
1766
- "canonicalReference": "@ory/elements-react!OryLocales:namespace"
1767
- },
1768
- {
1769
- "kind": "Content",
1770
- "text": ";"
1771
- }
1772
- ],
1773
- "fileUrlPath": "dist/index.d.ts",
1774
- "releaseTag": "Public",
1775
- "name": "Locale",
1776
- "typeTokenRange": {
1777
- "startIndex": 1,
1778
- "endIndex": 3
1779
- }
1780
- },
1781
- {
1782
- "kind": "TypeAlias",
1783
- "canonicalReference": "@ory/elements-react!LoginFlowContainer:type",
1784
- "docComment": "",
1785
- "excerptTokens": [
1786
- {
1787
- "kind": "Content",
1788
- "text": "type LoginFlowContainer = "
1789
- },
1790
- {
1791
- "kind": "Reference",
1792
- "text": "BaseFlow",
1793
- "canonicalReference": "@ory/elements-react!~BaseFlow:type"
1794
- },
1795
- {
1796
- "kind": "Content",
1797
- "text": "<"
1798
- },
1799
- {
1800
- "kind": "Reference",
1801
- "text": "FlowType.Login",
1802
- "canonicalReference": "@ory/client-fetch!FlowType.Login:member"
1803
- },
1804
- {
1805
- "kind": "Content",
1806
- "text": ", "
1807
- },
1808
- {
1809
- "kind": "Reference",
1810
- "text": "LoginFlow",
1811
- "canonicalReference": "@ory/client-fetch!LoginFlow:interface"
1812
- },
1813
- {
1814
- "kind": "Content",
1815
- "text": ">"
1816
- },
1817
- {
1818
- "kind": "Content",
1819
- "text": ";"
1820
- }
1821
- ],
1822
- "fileUrlPath": "dist/index.d.ts",
1823
- "releaseTag": "Public",
1824
- "name": "LoginFlowContainer",
1825
- "typeTokenRange": {
1826
- "startIndex": 1,
1827
- "endIndex": 7
1828
- }
1829
- },
1830
- {
1831
- "kind": "Function",
1832
- "canonicalReference": "@ory/elements-react!messageTestId:function(1)",
1833
- "docComment": "",
1834
- "excerptTokens": [
1835
- {
1836
- "kind": "Content",
1837
- "text": "declare function messageTestId(message: "
1838
- },
1839
- {
1840
- "kind": "Reference",
1841
- "text": "UiText",
1842
- "canonicalReference": "@ory/client-fetch!UiText:interface"
1843
- },
1844
- {
1845
- "kind": "Content",
1846
- "text": "): "
1847
- },
1848
- {
1849
- "kind": "Content",
1850
- "text": "{\n \"data-testid\": string;\n}"
1851
- },
1852
- {
1853
- "kind": "Content",
1854
- "text": ";"
1855
- }
1856
- ],
1857
- "fileUrlPath": "dist/index.d.ts",
1858
- "returnTypeTokenRange": {
1859
- "startIndex": 3,
1860
- "endIndex": 4
1861
- },
1862
- "releaseTag": "Public",
1863
- "overloadIndex": 1,
1864
- "parameters": [
1865
- {
1866
- "parameterName": "message",
1867
- "parameterTypeTokenRange": {
1868
- "startIndex": 1,
1869
- "endIndex": 2
1870
- },
1871
- "isOptional": false
1872
- }
1873
- ],
1874
- "name": "messageTestId"
1875
- },
1876
- {
1877
- "kind": "TypeAlias",
1878
- "canonicalReference": "@ory/elements-react!OnSubmitHandlerProps:type",
1879
- "docComment": "",
1880
- "excerptTokens": [
1881
- {
1882
- "kind": "Content",
1883
- "text": "type OnSubmitHandlerProps<T extends "
1884
- },
1885
- {
1886
- "kind": "Reference",
1887
- "text": "UpdateLoginFlowBody",
1888
- "canonicalReference": "@ory/client-fetch!UpdateLoginFlowBody:type"
1563
+ "text": "LoginFlowContainer",
1564
+ "canonicalReference": "@ory/elements-react!LoginFlowContainer:type"
1889
1565
  },
1890
1566
  {
1891
1567
  "kind": "Content",
@@ -1893,8 +1569,8 @@
1893
1569
  },
1894
1570
  {
1895
1571
  "kind": "Reference",
1896
- "text": "UpdateRegistrationFlowBody",
1897
- "canonicalReference": "@ory/client-fetch!UpdateRegistrationFlowBody:type"
1572
+ "text": "RegistrationFlowContainer",
1573
+ "canonicalReference": "@ory/elements-react!RegistrationFlowContainer:type"
1898
1574
  },
1899
1575
  {
1900
1576
  "kind": "Content",
@@ -1902,8 +1578,8 @@
1902
1578
  },
1903
1579
  {
1904
1580
  "kind": "Reference",
1905
- "text": "UpdateVerificationFlowBody",
1906
- "canonicalReference": "@ory/client-fetch!UpdateVerificationFlowBody:type"
1581
+ "text": "RecoveryFlowContainer",
1582
+ "canonicalReference": "@ory/elements-react!RecoveryFlowContainer:type"
1907
1583
  },
1908
1584
  {
1909
1585
  "kind": "Content",
@@ -1911,8 +1587,8 @@
1911
1587
  },
1912
1588
  {
1913
1589
  "kind": "Reference",
1914
- "text": "UpdateRecoveryFlowBody",
1915
- "canonicalReference": "@ory/client-fetch!UpdateRecoveryFlowBody:type"
1590
+ "text": "VerificationFlowContainer",
1591
+ "canonicalReference": "@ory/elements-react!VerificationFlowContainer:type"
1916
1592
  },
1917
1593
  {
1918
1594
  "kind": "Content",
@@ -1920,34 +1596,8 @@
1920
1596
  },
1921
1597
  {
1922
1598
  "kind": "Reference",
1923
- "text": "UpdateSettingsFlowBody",
1924
- "canonicalReference": "@ory/client-fetch!UpdateSettingsFlowBody:type"
1925
- },
1926
- {
1927
- "kind": "Content",
1928
- "text": "> = "
1929
- },
1930
- {
1931
- "kind": "Content",
1932
- "text": "{\n setFlowContainer: (flowContainer: "
1933
- },
1934
- {
1935
- "kind": "Reference",
1936
- "text": "FlowContainer",
1937
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
1938
- },
1939
- {
1940
- "kind": "Content",
1941
- "text": ") => void;\n body: T;\n onRedirect: "
1942
- },
1943
- {
1944
- "kind": "Reference",
1945
- "text": "OnRedirectHandler",
1946
- "canonicalReference": "@ory/client-fetch!OnRedirectHandler:type"
1947
- },
1948
- {
1949
- "kind": "Content",
1950
- "text": ";\n}"
1599
+ "text": "SettingsFlowContainer",
1600
+ "canonicalReference": "@ory/elements-react!SettingsFlowContainer:type"
1951
1601
  },
1952
1602
  {
1953
1603
  "kind": "Content",
@@ -1956,930 +1606,33 @@
1956
1606
  ],
1957
1607
  "fileUrlPath": "dist/index.d.ts",
1958
1608
  "releaseTag": "Public",
1959
- "name": "OnSubmitHandlerProps",
1960
- "typeParameters": [
1961
- {
1962
- "typeParameterName": "T",
1963
- "constraintTokenRange": {
1964
- "startIndex": 1,
1965
- "endIndex": 10
1966
- },
1967
- "defaultTypeTokenRange": {
1968
- "startIndex": 0,
1969
- "endIndex": 0
1970
- }
1971
- }
1972
- ],
1609
+ "name": "OryFlowContainer",
1973
1610
  "typeTokenRange": {
1974
- "startIndex": 11,
1975
- "endIndex": 16
1976
- }
1977
- },
1978
- {
1979
- "kind": "Function",
1980
- "canonicalReference": "@ory/elements-react!onSubmitLogin:function(1)",
1981
- "docComment": "/**\n * Use this method to submit a login flow. This method is used in the `onSubmit` handler of the login form.\n *\n * @param config - The configuration object.\n *\n * @param flow - The flow object.\n *\n * @param setFlowContainer - This method is used to update the flow container when a validation error occurs, for example.\n *\n * @param body - The form values to submit.\n *\n * @param onRedirect - This method is used to redirect the user to a different page.\n */\n",
1982
- "excerptTokens": [
1983
- {
1984
- "kind": "Content",
1985
- "text": "declare function onSubmitLogin({ config, flow }: "
1986
- },
1987
- {
1988
- "kind": "Reference",
1989
- "text": "FlowContainer",
1990
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
1991
- },
1992
- {
1993
- "kind": "Content",
1994
- "text": ", { setFlowContainer, body, onRedirect, }: "
1995
- },
1996
- {
1997
- "kind": "Reference",
1998
- "text": "OnSubmitHandlerProps",
1999
- "canonicalReference": "@ory/elements-react!OnSubmitHandlerProps:type"
2000
- },
2001
- {
2002
- "kind": "Content",
2003
- "text": "<"
2004
- },
2005
- {
2006
- "kind": "Reference",
2007
- "text": "UpdateLoginFlowBody",
2008
- "canonicalReference": "@ory/client-fetch!UpdateLoginFlowBody:type"
2009
- },
2010
- {
2011
- "kind": "Content",
2012
- "text": ">"
2013
- },
2014
- {
2015
- "kind": "Content",
2016
- "text": "): "
2017
- },
2018
- {
2019
- "kind": "Reference",
2020
- "text": "Promise",
2021
- "canonicalReference": "!Promise:interface"
2022
- },
2023
- {
2024
- "kind": "Content",
2025
- "text": "<void>"
2026
- },
2027
- {
2028
- "kind": "Content",
2029
- "text": ";"
2030
- }
2031
- ],
2032
- "fileUrlPath": "dist/index.d.ts",
2033
- "returnTypeTokenRange": {
2034
- "startIndex": 8,
1611
+ "startIndex": 1,
2035
1612
  "endIndex": 10
2036
- },
2037
- "releaseTag": "Public",
2038
- "overloadIndex": 1,
2039
- "parameters": [
2040
- {
2041
- "parameterName": "{ config, flow }",
2042
- "parameterTypeTokenRange": {
2043
- "startIndex": 1,
2044
- "endIndex": 2
2045
- },
2046
- "isOptional": false
2047
- },
2048
- {
2049
- "parameterName": "{ setFlowContainer, body, onRedirect, }",
2050
- "parameterTypeTokenRange": {
2051
- "startIndex": 3,
2052
- "endIndex": 7
2053
- },
2054
- "isOptional": false
2055
- }
2056
- ],
2057
- "name": "onSubmitLogin"
1613
+ }
2058
1614
  },
2059
1615
  {
2060
1616
  "kind": "Function",
2061
- "canonicalReference": "@ory/elements-react!onSubmitRecovery:function(1)",
2062
- "docComment": "/**\n * Use this method to submit a recovery flow. This method is used in the `onSubmit` handler of the recovery form.\n *\n * @param config - The configuration object.\n *\n * @param flow - The flow object.\n *\n * @param setFlowContainer - This method is used to update the flow container when a validation error occurs, for example.\n *\n * @param body - The form values to submit.\n *\n * @param onRedirect - This method is used to redirect the user to a different page.\n */\n",
2063
- "excerptTokens": [
2064
- {
2065
- "kind": "Content",
2066
- "text": "declare function onSubmitRecovery({ config, flow }: "
2067
- },
2068
- {
2069
- "kind": "Reference",
2070
- "text": "FlowContainer",
2071
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
2072
- },
2073
- {
2074
- "kind": "Content",
2075
- "text": ", { setFlowContainer, body, onRedirect, }: "
2076
- },
2077
- {
2078
- "kind": "Reference",
2079
- "text": "OnSubmitHandlerProps",
2080
- "canonicalReference": "@ory/elements-react!OnSubmitHandlerProps:type"
2081
- },
2082
- {
2083
- "kind": "Content",
2084
- "text": "<"
2085
- },
2086
- {
2087
- "kind": "Reference",
2088
- "text": "UpdateRecoveryFlowBody",
2089
- "canonicalReference": "@ory/client-fetch!UpdateRecoveryFlowBody:type"
2090
- },
2091
- {
2092
- "kind": "Content",
2093
- "text": ">"
2094
- },
2095
- {
2096
- "kind": "Content",
2097
- "text": "): "
2098
- },
2099
- {
2100
- "kind": "Reference",
2101
- "text": "Promise",
2102
- "canonicalReference": "!Promise:interface"
2103
- },
2104
- {
2105
- "kind": "Content",
2106
- "text": "<void>"
2107
- },
2108
- {
2109
- "kind": "Content",
2110
- "text": ";"
2111
- }
2112
- ],
2113
- "fileUrlPath": "dist/index.d.ts",
2114
- "returnTypeTokenRange": {
2115
- "startIndex": 8,
2116
- "endIndex": 10
2117
- },
2118
- "releaseTag": "Public",
2119
- "overloadIndex": 1,
2120
- "parameters": [
2121
- {
2122
- "parameterName": "{ config, flow }",
2123
- "parameterTypeTokenRange": {
2124
- "startIndex": 1,
2125
- "endIndex": 2
2126
- },
2127
- "isOptional": false
2128
- },
2129
- {
2130
- "parameterName": "{ setFlowContainer, body, onRedirect, }",
2131
- "parameterTypeTokenRange": {
2132
- "startIndex": 3,
2133
- "endIndex": 7
2134
- },
2135
- "isOptional": false
2136
- }
2137
- ],
2138
- "name": "onSubmitRecovery"
2139
- },
2140
- {
2141
- "kind": "Function",
2142
- "canonicalReference": "@ory/elements-react!onSubmitRegistration:function(1)",
2143
- "docComment": "/**\n * Use this method to submit a registration flow. This method is used in the `onSubmit` handler of the registration form.\n *\n * @param config - The configuration object.\n *\n * @param flow - The flow object.\n *\n * @param setFlowContainer - This method is used to update the flow container when a validation error occurs, for example.\n *\n * @param body - The form values to submit.\n *\n * @param onRedirect - This method is used to redirect the user to a different page.\n */\n",
2144
- "excerptTokens": [
2145
- {
2146
- "kind": "Content",
2147
- "text": "declare function onSubmitRegistration({ config, flow }: "
2148
- },
2149
- {
2150
- "kind": "Reference",
2151
- "text": "FlowContainer",
2152
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
2153
- },
2154
- {
2155
- "kind": "Content",
2156
- "text": ", { setFlowContainer, body, onRedirect, }: "
2157
- },
2158
- {
2159
- "kind": "Reference",
2160
- "text": "OnSubmitHandlerProps",
2161
- "canonicalReference": "@ory/elements-react!OnSubmitHandlerProps:type"
2162
- },
2163
- {
2164
- "kind": "Content",
2165
- "text": "<"
2166
- },
2167
- {
2168
- "kind": "Reference",
2169
- "text": "UpdateRegistrationFlowBody",
2170
- "canonicalReference": "@ory/client-fetch!UpdateRegistrationFlowBody:type"
2171
- },
2172
- {
2173
- "kind": "Content",
2174
- "text": ">"
2175
- },
2176
- {
2177
- "kind": "Content",
2178
- "text": "): "
2179
- },
2180
- {
2181
- "kind": "Reference",
2182
- "text": "Promise",
2183
- "canonicalReference": "!Promise:interface"
2184
- },
2185
- {
2186
- "kind": "Content",
2187
- "text": "<void>"
2188
- },
2189
- {
2190
- "kind": "Content",
2191
- "text": ";"
2192
- }
2193
- ],
2194
- "fileUrlPath": "dist/index.d.ts",
2195
- "returnTypeTokenRange": {
2196
- "startIndex": 8,
2197
- "endIndex": 10
2198
- },
2199
- "releaseTag": "Public",
2200
- "overloadIndex": 1,
2201
- "parameters": [
2202
- {
2203
- "parameterName": "{ config, flow }",
2204
- "parameterTypeTokenRange": {
2205
- "startIndex": 1,
2206
- "endIndex": 2
2207
- },
2208
- "isOptional": false
2209
- },
2210
- {
2211
- "parameterName": "{ setFlowContainer, body, onRedirect, }",
2212
- "parameterTypeTokenRange": {
2213
- "startIndex": 3,
2214
- "endIndex": 7
2215
- },
2216
- "isOptional": false
2217
- }
2218
- ],
2219
- "name": "onSubmitRegistration"
2220
- },
2221
- {
2222
- "kind": "Function",
2223
- "canonicalReference": "@ory/elements-react!onSubmitSettings:function(1)",
2224
- "docComment": "/**\n * Use this method to submit a settings flow. This method is used in the `onSubmit` handler of the settings form.\n *\n * @param config - The configuration object.\n *\n * @param flow - The flow object.\n *\n * @param setFlowContainer - This method is used to update the flow container when a validation error occurs, for example.\n *\n * @param body - The form values to submit.\n *\n * @param onRedirect - This method is used to redirect the user to a different page.\n */\n",
2225
- "excerptTokens": [
2226
- {
2227
- "kind": "Content",
2228
- "text": "declare function onSubmitSettings({ config, flow }: "
2229
- },
2230
- {
2231
- "kind": "Reference",
2232
- "text": "FlowContainer",
2233
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
2234
- },
2235
- {
2236
- "kind": "Content",
2237
- "text": ", { setFlowContainer, body, onRedirect, }: "
2238
- },
2239
- {
2240
- "kind": "Reference",
2241
- "text": "OnSubmitHandlerProps",
2242
- "canonicalReference": "@ory/elements-react!OnSubmitHandlerProps:type"
2243
- },
2244
- {
2245
- "kind": "Content",
2246
- "text": "<"
2247
- },
2248
- {
2249
- "kind": "Reference",
2250
- "text": "UpdateSettingsFlowBody",
2251
- "canonicalReference": "@ory/client-fetch!UpdateSettingsFlowBody:type"
2252
- },
2253
- {
2254
- "kind": "Content",
2255
- "text": ">"
2256
- },
2257
- {
2258
- "kind": "Content",
2259
- "text": "): "
2260
- },
2261
- {
2262
- "kind": "Reference",
2263
- "text": "Promise",
2264
- "canonicalReference": "!Promise:interface"
2265
- },
2266
- {
2267
- "kind": "Content",
2268
- "text": "<void>"
2269
- },
2270
- {
2271
- "kind": "Content",
2272
- "text": ";"
2273
- }
2274
- ],
2275
- "fileUrlPath": "dist/index.d.ts",
2276
- "returnTypeTokenRange": {
2277
- "startIndex": 8,
2278
- "endIndex": 10
2279
- },
2280
- "releaseTag": "Public",
2281
- "overloadIndex": 1,
2282
- "parameters": [
2283
- {
2284
- "parameterName": "{ config, flow }",
2285
- "parameterTypeTokenRange": {
2286
- "startIndex": 1,
2287
- "endIndex": 2
2288
- },
2289
- "isOptional": false
2290
- },
2291
- {
2292
- "parameterName": "{ setFlowContainer, body, onRedirect, }",
2293
- "parameterTypeTokenRange": {
2294
- "startIndex": 3,
2295
- "endIndex": 7
2296
- },
2297
- "isOptional": false
2298
- }
2299
- ],
2300
- "name": "onSubmitSettings"
2301
- },
2302
- {
2303
- "kind": "Function",
2304
- "canonicalReference": "@ory/elements-react!onSubmitVerification:function(1)",
2305
- "docComment": "/**\n * Use this method to submit a verification flow. This method is used in the `onSubmit` handler of the verification form.\n *\n * @param config - The configuration object.\n *\n * @param flow - The flow object.\n *\n * @param setFlowContainer - This method is used to update the flow container when a validation error occurs, for example.\n *\n * @param body - The form values to submit.\n *\n * @param onRedirect - This method is used to redirect the user to a different page.\n */\n",
2306
- "excerptTokens": [
2307
- {
2308
- "kind": "Content",
2309
- "text": "declare function onSubmitVerification({ config, flow }: "
2310
- },
2311
- {
2312
- "kind": "Reference",
2313
- "text": "FlowContainer",
2314
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
2315
- },
2316
- {
2317
- "kind": "Content",
2318
- "text": ", { setFlowContainer, body, onRedirect, }: "
2319
- },
2320
- {
2321
- "kind": "Reference",
2322
- "text": "OnSubmitHandlerProps",
2323
- "canonicalReference": "@ory/elements-react!OnSubmitHandlerProps:type"
2324
- },
2325
- {
2326
- "kind": "Content",
2327
- "text": "<"
2328
- },
2329
- {
2330
- "kind": "Reference",
2331
- "text": "UpdateVerificationFlowBody",
2332
- "canonicalReference": "@ory/client-fetch!UpdateVerificationFlowBody:type"
2333
- },
2334
- {
2335
- "kind": "Content",
2336
- "text": ">"
2337
- },
2338
- {
2339
- "kind": "Content",
2340
- "text": "): "
2341
- },
2342
- {
2343
- "kind": "Reference",
2344
- "text": "Promise",
2345
- "canonicalReference": "!Promise:interface"
2346
- },
2347
- {
2348
- "kind": "Content",
2349
- "text": "<void>"
2350
- },
2351
- {
2352
- "kind": "Content",
2353
- "text": ";"
2354
- }
2355
- ],
2356
- "fileUrlPath": "dist/index.d.ts",
2357
- "returnTypeTokenRange": {
2358
- "startIndex": 8,
2359
- "endIndex": 10
2360
- },
2361
- "releaseTag": "Public",
2362
- "overloadIndex": 1,
2363
- "parameters": [
2364
- {
2365
- "parameterName": "{ config, flow }",
2366
- "parameterTypeTokenRange": {
2367
- "startIndex": 1,
2368
- "endIndex": 2
2369
- },
2370
- "isOptional": false
2371
- },
2372
- {
2373
- "parameterName": "{ setFlowContainer, body, onRedirect, }",
2374
- "parameterTypeTokenRange": {
2375
- "startIndex": 3,
2376
- "endIndex": 7
2377
- },
2378
- "isOptional": false
2379
- }
2380
- ],
2381
- "name": "onSubmitVerification"
2382
- },
2383
- {
2384
- "kind": "Function",
2385
- "canonicalReference": "@ory/elements-react!OryCard:function(1)",
2386
- "docComment": "",
2387
- "excerptTokens": [
2388
- {
2389
- "kind": "Content",
2390
- "text": "declare function OryCard({ children }: "
2391
- },
2392
- {
2393
- "kind": "Reference",
2394
- "text": "OryCardProps",
2395
- "canonicalReference": "@ory/elements-react!OryCardProps:type"
2396
- },
2397
- {
2398
- "kind": "Content",
2399
- "text": "): "
2400
- },
2401
- {
2402
- "kind": "Reference",
2403
- "text": "react_jsx_runtime.JSX.Element",
2404
- "canonicalReference": "@types/react!JSX.Element:interface"
2405
- },
2406
- {
2407
- "kind": "Content",
2408
- "text": ";"
2409
- }
2410
- ],
2411
- "fileUrlPath": "dist/index.d.ts",
2412
- "returnTypeTokenRange": {
2413
- "startIndex": 3,
2414
- "endIndex": 4
2415
- },
2416
- "releaseTag": "Public",
2417
- "overloadIndex": 1,
2418
- "parameters": [
2419
- {
2420
- "parameterName": "{ children }",
2421
- "parameterTypeTokenRange": {
2422
- "startIndex": 1,
2423
- "endIndex": 2
2424
- },
2425
- "isOptional": false
2426
- }
2427
- ],
2428
- "name": "OryCard"
2429
- },
2430
- {
2431
- "kind": "TypeAlias",
2432
- "canonicalReference": "@ory/elements-react!OryCardComponents:type",
2433
- "docComment": "/**\n * Card components are used to show login, registration, recovery, and verification flows.\n */\n",
2434
- "excerptTokens": [
2435
- {
2436
- "kind": "Content",
2437
- "text": "type OryCardComponents = "
2438
- },
2439
- {
2440
- "kind": "Content",
2441
- "text": "{\n Card: "
2442
- },
2443
- {
2444
- "kind": "Reference",
2445
- "text": "ComponentType",
2446
- "canonicalReference": "@types/react!React.ComponentType:type"
2447
- },
2448
- {
2449
- "kind": "Content",
2450
- "text": "<"
2451
- },
2452
- {
2453
- "kind": "Reference",
2454
- "text": "OryCardProps",
2455
- "canonicalReference": "@ory/elements-react!OryCardProps:type"
2456
- },
2457
- {
2458
- "kind": "Content",
2459
- "text": ">;\n CardFooter: "
2460
- },
2461
- {
2462
- "kind": "Reference",
2463
- "text": "ComponentType",
2464
- "canonicalReference": "@types/react!React.ComponentType:type"
2465
- },
2466
- {
2467
- "kind": "Content",
2468
- "text": "<"
2469
- },
2470
- {
2471
- "kind": "Reference",
2472
- "text": "OryCardFooterProps",
2473
- "canonicalReference": "@ory/elements-react!OryCardFooterProps:type"
2474
- },
2475
- {
2476
- "kind": "Content",
2477
- "text": ">;\n CardHeader: "
2478
- },
2479
- {
2480
- "kind": "Reference",
2481
- "text": "ComponentType",
2482
- "canonicalReference": "@types/react!React.ComponentType:type"
2483
- },
2484
- {
2485
- "kind": "Content",
2486
- "text": "<"
2487
- },
2488
- {
2489
- "kind": "Reference",
2490
- "text": "OryCardProps",
2491
- "canonicalReference": "@ory/elements-react!OryCardProps:type"
2492
- },
2493
- {
2494
- "kind": "Content",
2495
- "text": ">;\n CardContent: "
2496
- },
2497
- {
2498
- "kind": "Reference",
2499
- "text": "ComponentType",
2500
- "canonicalReference": "@types/react!React.ComponentType:type"
2501
- },
2502
- {
2503
- "kind": "Content",
2504
- "text": "<"
2505
- },
2506
- {
2507
- "kind": "Reference",
2508
- "text": "OryCardContentProps",
2509
- "canonicalReference": "@ory/elements-react!OryCardContentProps:type"
2510
- },
2511
- {
2512
- "kind": "Content",
2513
- "text": ">;\n CardLogo: "
2514
- },
2515
- {
2516
- "kind": "Reference",
2517
- "text": "ComponentType",
2518
- "canonicalReference": "@types/react!React.ComponentType:type"
2519
- },
2520
- {
2521
- "kind": "Content",
2522
- "text": ";\n}"
2523
- },
2524
- {
2525
- "kind": "Content",
2526
- "text": ";"
2527
- }
2528
- ],
2529
- "fileUrlPath": "dist/index.d.ts",
2530
- "releaseTag": "Public",
2531
- "name": "OryCardComponents",
2532
- "typeTokenRange": {
2533
- "startIndex": 1,
2534
- "endIndex": 20
2535
- }
2536
- },
2537
- {
2538
- "kind": "Function",
2539
- "canonicalReference": "@ory/elements-react!OryCardContent:function(1)",
2540
- "docComment": "",
2541
- "excerptTokens": [
2542
- {
2543
- "kind": "Content",
2544
- "text": "declare function OryCardContent({ children }: "
2545
- },
2546
- {
2547
- "kind": "Reference",
2548
- "text": "OryCardContentProps",
2549
- "canonicalReference": "@ory/elements-react!OryCardContentProps:type"
2550
- },
2551
- {
2552
- "kind": "Content",
2553
- "text": "): "
2554
- },
2555
- {
2556
- "kind": "Reference",
2557
- "text": "react_jsx_runtime.JSX.Element",
2558
- "canonicalReference": "@types/react!JSX.Element:interface"
2559
- },
2560
- {
2561
- "kind": "Content",
2562
- "text": ";"
2563
- }
2564
- ],
2565
- "fileUrlPath": "dist/index.d.ts",
2566
- "returnTypeTokenRange": {
2567
- "startIndex": 3,
2568
- "endIndex": 4
2569
- },
2570
- "releaseTag": "Public",
2571
- "overloadIndex": 1,
2572
- "parameters": [
2573
- {
2574
- "parameterName": "{ children }",
2575
- "parameterTypeTokenRange": {
2576
- "startIndex": 1,
2577
- "endIndex": 2
2578
- },
2579
- "isOptional": false
2580
- }
2581
- ],
2582
- "name": "OryCardContent"
2583
- },
2584
- {
2585
- "kind": "TypeAlias",
2586
- "canonicalReference": "@ory/elements-react!OryCardContentProps:type",
2587
- "docComment": "",
2588
- "excerptTokens": [
2589
- {
2590
- "kind": "Content",
2591
- "text": "type OryCardContentProps = "
2592
- },
2593
- {
2594
- "kind": "Reference",
2595
- "text": "PropsWithChildren",
2596
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
2597
- },
2598
- {
2599
- "kind": "Content",
2600
- "text": ";"
2601
- }
2602
- ],
2603
- "fileUrlPath": "dist/index.d.ts",
2604
- "releaseTag": "Public",
2605
- "name": "OryCardContentProps",
2606
- "typeTokenRange": {
2607
- "startIndex": 1,
2608
- "endIndex": 2
2609
- }
2610
- },
2611
- {
2612
- "kind": "Function",
2613
- "canonicalReference": "@ory/elements-react!OryCardFooter:function(1)",
2614
- "docComment": "",
2615
- "excerptTokens": [
2616
- {
2617
- "kind": "Content",
2618
- "text": "declare function OryCardFooter(): "
2619
- },
2620
- {
2621
- "kind": "Reference",
2622
- "text": "react_jsx_runtime.JSX.Element",
2623
- "canonicalReference": "@types/react!JSX.Element:interface"
2624
- },
2625
- {
2626
- "kind": "Content",
2627
- "text": ";"
2628
- }
2629
- ],
2630
- "fileUrlPath": "dist/index.d.ts",
2631
- "returnTypeTokenRange": {
2632
- "startIndex": 1,
2633
- "endIndex": 2
2634
- },
2635
- "releaseTag": "Public",
2636
- "overloadIndex": 1,
2637
- "parameters": [],
2638
- "name": "OryCardFooter"
2639
- },
2640
- {
2641
- "kind": "TypeAlias",
2642
- "canonicalReference": "@ory/elements-react!OryCardFooterProps:type",
2643
- "docComment": "",
2644
- "excerptTokens": [
2645
- {
2646
- "kind": "Content",
2647
- "text": "type OryCardFooterProps = "
2648
- },
2649
- {
2650
- "kind": "Reference",
2651
- "text": "Record",
2652
- "canonicalReference": "!Record:type"
2653
- },
2654
- {
2655
- "kind": "Content",
2656
- "text": "<string, never>"
2657
- },
2658
- {
2659
- "kind": "Content",
2660
- "text": ";"
2661
- }
2662
- ],
2663
- "fileUrlPath": "dist/index.d.ts",
2664
- "releaseTag": "Public",
2665
- "name": "OryCardFooterProps",
2666
- "typeTokenRange": {
2667
- "startIndex": 1,
2668
- "endIndex": 3
2669
- }
2670
- },
2671
- {
2672
- "kind": "Function",
2673
- "canonicalReference": "@ory/elements-react!OryCardHeader:function(1)",
2674
- "docComment": "",
2675
- "excerptTokens": [
2676
- {
2677
- "kind": "Content",
2678
- "text": "declare function OryCardHeader(): "
2679
- },
2680
- {
2681
- "kind": "Reference",
2682
- "text": "react_jsx_runtime.JSX.Element",
2683
- "canonicalReference": "@types/react!JSX.Element:interface"
2684
- },
2685
- {
2686
- "kind": "Content",
2687
- "text": ";"
2688
- }
2689
- ],
2690
- "fileUrlPath": "dist/index.d.ts",
2691
- "returnTypeTokenRange": {
2692
- "startIndex": 1,
2693
- "endIndex": 2
2694
- },
2695
- "releaseTag": "Public",
2696
- "overloadIndex": 1,
2697
- "parameters": [],
2698
- "name": "OryCardHeader"
2699
- },
2700
- {
2701
- "kind": "TypeAlias",
2702
- "canonicalReference": "@ory/elements-react!OryCardHeaderProps:type",
2703
- "docComment": "",
2704
- "excerptTokens": [
2705
- {
2706
- "kind": "Content",
2707
- "text": "type OryCardHeaderProps = "
2708
- },
2709
- {
2710
- "kind": "Reference",
2711
- "text": "Record",
2712
- "canonicalReference": "!Record:type"
2713
- },
2714
- {
2715
- "kind": "Content",
2716
- "text": "<string, never>"
2717
- },
2718
- {
2719
- "kind": "Content",
2720
- "text": ";"
2721
- }
2722
- ],
2723
- "fileUrlPath": "dist/index.d.ts",
2724
- "releaseTag": "Public",
2725
- "name": "OryCardHeaderProps",
2726
- "typeTokenRange": {
2727
- "startIndex": 1,
2728
- "endIndex": 3
2729
- }
2730
- },
2731
- {
2732
- "kind": "TypeAlias",
2733
- "canonicalReference": "@ory/elements-react!OryCardProps:type",
2734
- "docComment": "",
2735
- "excerptTokens": [
2736
- {
2737
- "kind": "Content",
2738
- "text": "type OryCardProps = "
2739
- },
2740
- {
2741
- "kind": "Reference",
2742
- "text": "PropsWithChildren",
2743
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
2744
- },
2745
- {
2746
- "kind": "Content",
2747
- "text": ";"
2748
- }
2749
- ],
2750
- "fileUrlPath": "dist/index.d.ts",
2751
- "releaseTag": "Public",
2752
- "name": "OryCardProps",
2753
- "typeTokenRange": {
2754
- "startIndex": 1,
2755
- "endIndex": 2
2756
- }
2757
- },
2758
- {
2759
- "kind": "Function",
2760
- "canonicalReference": "@ory/elements-react!OryCardValidationMessages:function(1)",
2761
- "docComment": "",
2762
- "excerptTokens": [
2763
- {
2764
- "kind": "Content",
2765
- "text": "declare function OryCardValidationMessages({ ...props }: "
2766
- },
2767
- {
2768
- "kind": "Reference",
2769
- "text": "HeadlessMessagesProps",
2770
- "canonicalReference": "@ory/elements-react!HeadlessMessagesProps:type"
2771
- },
2772
- {
2773
- "kind": "Content",
2774
- "text": "): "
2775
- },
2776
- {
2777
- "kind": "Reference",
2778
- "text": "react_jsx_runtime.JSX.Element",
2779
- "canonicalReference": "@types/react!JSX.Element:interface"
2780
- },
2781
- {
2782
- "kind": "Content",
2783
- "text": " | null"
2784
- },
2785
- {
2786
- "kind": "Content",
2787
- "text": ";"
2788
- }
2789
- ],
2790
- "fileUrlPath": "dist/index.d.ts",
2791
- "returnTypeTokenRange": {
2792
- "startIndex": 3,
2793
- "endIndex": 5
2794
- },
2795
- "releaseTag": "Public",
2796
- "overloadIndex": 1,
2797
- "parameters": [
2798
- {
2799
- "parameterName": "{ ...props }",
2800
- "parameterTypeTokenRange": {
2801
- "startIndex": 1,
2802
- "endIndex": 2
2803
- },
2804
- "isOptional": false
2805
- }
2806
- ],
2807
- "name": "OryCardValidationMessages"
2808
- },
2809
- {
2810
- "kind": "TypeAlias",
2811
- "canonicalReference": "@ory/elements-react!OryClientConfiguration:type",
2812
- "docComment": "",
2813
- "excerptTokens": [
2814
- {
2815
- "kind": "Content",
2816
- "text": "type OryClientConfiguration = "
2817
- },
2818
- {
2819
- "kind": "Content",
2820
- "text": "{\n name: string;\n logoUrl?: string;\n stylesheet?: string;\n favicon?: string;\n sdk: {\n url: string;\n options?: "
2821
- },
2822
- {
2823
- "kind": "Reference",
2824
- "text": "Partial",
2825
- "canonicalReference": "!Partial:type"
2826
- },
2827
- {
2828
- "kind": "Content",
2829
- "text": "<"
2830
- },
2831
- {
2832
- "kind": "Reference",
2833
- "text": "ConfigurationParameters",
2834
- "canonicalReference": "@ory/client-fetch!ConfigurationParameters:interface"
2835
- },
2836
- {
2837
- "kind": "Content",
2838
- "text": ">;\n };\n project: {\n registration_enabled: boolean;\n verification_enabled: boolean;\n recovery_enabled: boolean;\n recovery_ui_url: string;\n registration_ui_url: string;\n verification_ui_url: string;\n login_ui_url: string;\n };\n}"
2839
- },
2840
- {
2841
- "kind": "Content",
2842
- "text": ";"
2843
- }
2844
- ],
2845
- "fileUrlPath": "dist/index.d.ts",
2846
- "releaseTag": "Public",
2847
- "name": "OryClientConfiguration",
2848
- "typeTokenRange": {
2849
- "startIndex": 1,
2850
- "endIndex": 6
2851
- }
2852
- },
2853
- {
2854
- "kind": "Function",
2855
- "canonicalReference": "@ory/elements-react!OryComponentProvider:function(1)",
2856
- "docComment": "",
2857
- "excerptTokens": [
2858
- {
2859
- "kind": "Content",
2860
- "text": "declare function OryComponentProvider({ children, components, nodeSorter, }: "
2861
- },
2862
- {
2863
- "kind": "Reference",
2864
- "text": "PropsWithChildren",
2865
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
2866
- },
1617
+ "canonicalReference": "@ory/elements-react!OryForm:function(1)",
1618
+ "docComment": "",
1619
+ "excerptTokens": [
2867
1620
  {
2868
1621
  "kind": "Content",
2869
- "text": "<"
1622
+ "text": "declare function OryForm({ children }: "
2870
1623
  },
2871
1624
  {
2872
1625
  "kind": "Reference",
2873
- "text": "ComponentProviderProps",
2874
- "canonicalReference": "@ory/elements-react!~ComponentProviderProps:type"
1626
+ "text": "OryFormProps",
1627
+ "canonicalReference": "@ory/elements-react!OryFormProps:type"
2875
1628
  },
2876
1629
  {
2877
1630
  "kind": "Content",
2878
- "text": ">"
1631
+ "text": "): "
2879
1632
  },
2880
1633
  {
2881
1634
  "kind": "Content",
2882
- "text": "): "
1635
+ "text": "string | "
2883
1636
  },
2884
1637
  {
2885
1638
  "kind": "Reference",
@@ -2893,45 +1646,69 @@
2893
1646
  ],
2894
1647
  "fileUrlPath": "dist/index.d.ts",
2895
1648
  "returnTypeTokenRange": {
2896
- "startIndex": 6,
2897
- "endIndex": 7
1649
+ "startIndex": 3,
1650
+ "endIndex": 5
2898
1651
  },
2899
1652
  "releaseTag": "Public",
2900
1653
  "overloadIndex": 1,
2901
1654
  "parameters": [
2902
1655
  {
2903
- "parameterName": "{ children, components, nodeSorter, }",
1656
+ "parameterName": "{ children }",
2904
1657
  "parameterTypeTokenRange": {
2905
1658
  "startIndex": 1,
2906
- "endIndex": 5
1659
+ "endIndex": 2
2907
1660
  },
2908
1661
  "isOptional": false
2909
1662
  }
2910
1663
  ],
2911
- "name": "OryComponentProvider"
1664
+ "name": "OryForm"
2912
1665
  },
2913
1666
  {
2914
- "kind": "TypeAlias",
2915
- "canonicalReference": "@ory/elements-react!OryFlowComponents:type",
2916
- "docComment": "",
1667
+ "kind": "Function",
1668
+ "canonicalReference": "@ory/elements-react!OryFormGroupDivider:function(1)",
1669
+ "docComment": "/**\n * Renders the\n *\n * @returns \n *\n * @see\n *\n * Card.Divider between the groups of nodes in the Ory Form.\n *\n * You can use this component to build fully custom implementations of the Ory Flows.\n *\n * However, you most likely want to override the individual components instead.\n */\n",
2917
1670
  "excerptTokens": [
2918
1671
  {
2919
1672
  "kind": "Content",
2920
- "text": "type OryFlowComponents = "
1673
+ "text": "declare function OryFormGroupDivider(): "
2921
1674
  },
2922
1675
  {
2923
1676
  "kind": "Reference",
2924
- "text": "OryFormComponents",
2925
- "canonicalReference": "@ory/elements-react!OryFormComponents:type"
1677
+ "text": "react_jsx_runtime.JSX.Element",
1678
+ "canonicalReference": "@types/react!JSX.Element:interface"
2926
1679
  },
2927
1680
  {
2928
1681
  "kind": "Content",
2929
- "text": " & "
1682
+ "text": " | null"
1683
+ },
1684
+ {
1685
+ "kind": "Content",
1686
+ "text": ";"
1687
+ }
1688
+ ],
1689
+ "fileUrlPath": "dist/index.d.ts",
1690
+ "returnTypeTokenRange": {
1691
+ "startIndex": 1,
1692
+ "endIndex": 3
1693
+ },
1694
+ "releaseTag": "Public",
1695
+ "overloadIndex": 1,
1696
+ "parameters": [],
1697
+ "name": "OryFormGroupDivider"
1698
+ },
1699
+ {
1700
+ "kind": "TypeAlias",
1701
+ "canonicalReference": "@ory/elements-react!OryFormGroupProps:type",
1702
+ "docComment": "",
1703
+ "excerptTokens": [
1704
+ {
1705
+ "kind": "Content",
1706
+ "text": "type OryFormGroupProps = "
2930
1707
  },
2931
1708
  {
2932
1709
  "kind": "Reference",
2933
- "text": "OryCardComponents",
2934
- "canonicalReference": "@ory/elements-react!OryCardComponents:type"
1710
+ "text": "PropsWithChildren",
1711
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
2935
1712
  },
2936
1713
  {
2937
1714
  "kind": "Content",
@@ -2940,25 +1717,25 @@
2940
1717
  ],
2941
1718
  "fileUrlPath": "dist/index.d.ts",
2942
1719
  "releaseTag": "Public",
2943
- "name": "OryFlowComponents",
1720
+ "name": "OryFormGroupProps",
2944
1721
  "typeTokenRange": {
2945
1722
  "startIndex": 1,
2946
- "endIndex": 4
1723
+ "endIndex": 2
2947
1724
  }
2948
1725
  },
2949
1726
  {
2950
1727
  "kind": "Function",
2951
- "canonicalReference": "@ory/elements-react!OryFlowProvider:function(1)",
1728
+ "canonicalReference": "@ory/elements-react!OryFormGroups:function(1)",
2952
1729
  "docComment": "",
2953
1730
  "excerptTokens": [
2954
1731
  {
2955
1732
  "kind": "Content",
2956
- "text": "declare function OryFlowProvider({ children, ...container }: "
1733
+ "text": "declare function OryFormGroups({ children, groups }: "
2957
1734
  },
2958
1735
  {
2959
1736
  "kind": "Reference",
2960
- "text": "OryFlowProviderProps",
2961
- "canonicalReference": "@ory/elements-react!OryFlowProviderProps:type"
1737
+ "text": "OryFormGroupsProps",
1738
+ "canonicalReference": "@ory/elements-react!OryFormGroupsProps:type"
2962
1739
  },
2963
1740
  {
2964
1741
  "kind": "Content",
@@ -2983,7 +1760,7 @@
2983
1760
  "overloadIndex": 1,
2984
1761
  "parameters": [
2985
1762
  {
2986
- "parameterName": "{ children, ...container }",
1763
+ "parameterName": "{ children, groups }",
2987
1764
  "parameterTypeTokenRange": {
2988
1765
  "startIndex": 1,
2989
1766
  "endIndex": 2
@@ -2991,16 +1768,16 @@
2991
1768
  "isOptional": false
2992
1769
  }
2993
1770
  ],
2994
- "name": "OryFlowProvider"
1771
+ "name": "OryFormGroups"
2995
1772
  },
2996
1773
  {
2997
1774
  "kind": "TypeAlias",
2998
- "canonicalReference": "@ory/elements-react!OryFlowProviderProps:type",
1775
+ "canonicalReference": "@ory/elements-react!OryFormGroupsProps:type",
2999
1776
  "docComment": "",
3000
1777
  "excerptTokens": [
3001
1778
  {
3002
1779
  "kind": "Content",
3003
- "text": "type OryFlowProviderProps = "
1780
+ "text": "type OryFormGroupsProps = "
3004
1781
  },
3005
1782
  {
3006
1783
  "kind": "Reference",
@@ -3009,16 +1786,16 @@
3009
1786
  },
3010
1787
  {
3011
1788
  "kind": "Content",
3012
- "text": "<"
1789
+ "text": "<{\n groups: "
3013
1790
  },
3014
1791
  {
3015
1792
  "kind": "Reference",
3016
- "text": "FlowContainer",
3017
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
1793
+ "text": "UiNodeGroupEnum",
1794
+ "canonicalReference": "@ory/client-fetch!UiNodeGroupEnum:type"
3018
1795
  },
3019
1796
  {
3020
1797
  "kind": "Content",
3021
- "text": ">"
1798
+ "text": "[];\n}>"
3022
1799
  },
3023
1800
  {
3024
1801
  "kind": "Content",
@@ -3027,7 +1804,7 @@
3027
1804
  ],
3028
1805
  "fileUrlPath": "dist/index.d.ts",
3029
1806
  "releaseTag": "Public",
3030
- "name": "OryFlowProviderProps",
1807
+ "name": "OryFormGroupsProps",
3031
1808
  "typeTokenRange": {
3032
1809
  "startIndex": 1,
3033
1810
  "endIndex": 5
@@ -3035,31 +1812,31 @@
3035
1812
  },
3036
1813
  {
3037
1814
  "kind": "Function",
3038
- "canonicalReference": "@ory/elements-react!OryForm:function(1)",
1815
+ "canonicalReference": "@ory/elements-react!OryFormOidcButtons:function(1)",
3039
1816
  "docComment": "",
3040
1817
  "excerptTokens": [
3041
1818
  {
3042
1819
  "kind": "Content",
3043
- "text": "declare function OryForm({ children }: "
1820
+ "text": "declare function OryFormOidcButtons({ children, hideDivider, }: "
3044
1821
  },
3045
1822
  {
3046
1823
  "kind": "Reference",
3047
- "text": "OryFormProps",
3048
- "canonicalReference": "@ory/elements-react!OryFormProps:type"
1824
+ "text": "OryFormOidcButtonsProps",
1825
+ "canonicalReference": "@ory/elements-react!OryFormOidcButtonsProps:type"
3049
1826
  },
3050
1827
  {
3051
1828
  "kind": "Content",
3052
1829
  "text": "): "
3053
1830
  },
3054
- {
3055
- "kind": "Content",
3056
- "text": "string | "
3057
- },
3058
1831
  {
3059
1832
  "kind": "Reference",
3060
1833
  "text": "react_jsx_runtime.JSX.Element",
3061
1834
  "canonicalReference": "@types/react!JSX.Element:interface"
3062
1835
  },
1836
+ {
1837
+ "kind": "Content",
1838
+ "text": " | null"
1839
+ },
3063
1840
  {
3064
1841
  "kind": "Content",
3065
1842
  "text": ";"
@@ -3074,7 +1851,7 @@
3074
1851
  "overloadIndex": 1,
3075
1852
  "parameters": [
3076
1853
  {
3077
- "parameterName": "{ children }",
1854
+ "parameterName": "{ children, hideDivider, }",
3078
1855
  "parameterTypeTokenRange": {
3079
1856
  "startIndex": 1,
3080
1857
  "endIndex": 2
@@ -3082,115 +1859,128 @@
3082
1859
  "isOptional": false
3083
1860
  }
3084
1861
  ],
3085
- "name": "OryForm"
1862
+ "name": "OryFormOidcButtons"
3086
1863
  },
3087
1864
  {
3088
1865
  "kind": "TypeAlias",
3089
- "canonicalReference": "@ory/elements-react!OryFormComponents:type",
1866
+ "canonicalReference": "@ory/elements-react!OryFormOidcButtonsProps:type",
3090
1867
  "docComment": "",
3091
1868
  "excerptTokens": [
3092
1869
  {
3093
1870
  "kind": "Content",
3094
- "text": "type OryFormComponents = "
3095
- },
3096
- {
3097
- "kind": "Content",
3098
- "text": "{\n Button: "
1871
+ "text": "type OryFormOidcButtonsProps = "
3099
1872
  },
3100
1873
  {
3101
1874
  "kind": "Reference",
3102
- "text": "ComponentType",
3103
- "canonicalReference": "@types/react!React.ComponentType:type"
1875
+ "text": "PropsWithChildren",
1876
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
3104
1877
  },
3105
1878
  {
3106
1879
  "kind": "Content",
3107
- "text": "<"
3108
- },
3109
- {
3110
- "kind": "Reference",
3111
- "text": "HeadlessButtonProps",
3112
- "canonicalReference": "@ory/elements-react!HeadlessButtonProps:type"
1880
+ "text": "<{\n hideDivider?: boolean;\n}>"
3113
1881
  },
3114
1882
  {
3115
1883
  "kind": "Content",
3116
- "text": ">;\n LinkButton: "
3117
- },
3118
- {
3119
- "kind": "Reference",
3120
- "text": "ComponentType",
3121
- "canonicalReference": "@types/react!React.ComponentType:type"
3122
- },
1884
+ "text": ";"
1885
+ }
1886
+ ],
1887
+ "fileUrlPath": "dist/index.d.ts",
1888
+ "releaseTag": "Public",
1889
+ "name": "OryFormOidcButtonsProps",
1890
+ "typeTokenRange": {
1891
+ "startIndex": 1,
1892
+ "endIndex": 3
1893
+ }
1894
+ },
1895
+ {
1896
+ "kind": "TypeAlias",
1897
+ "canonicalReference": "@ory/elements-react!OryFormOidcRootProps:type",
1898
+ "docComment": "",
1899
+ "excerptTokens": [
3123
1900
  {
3124
1901
  "kind": "Content",
3125
- "text": "<"
1902
+ "text": "type OryFormOidcRootProps = "
3126
1903
  },
3127
1904
  {
3128
1905
  "kind": "Reference",
3129
- "text": "HeadlessLinkButtonProps",
3130
- "canonicalReference": "@ory/elements-react!HeadlessLinkButtonProps:type"
1906
+ "text": "PropsWithChildren",
1907
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
3131
1908
  },
3132
1909
  {
3133
1910
  "kind": "Content",
3134
- "text": ">;\n Input: "
1911
+ "text": "<{\n nodes: "
3135
1912
  },
3136
1913
  {
3137
1914
  "kind": "Reference",
3138
- "text": "ComponentType",
3139
- "canonicalReference": "@types/react!React.ComponentType:type"
1915
+ "text": "UiNode",
1916
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
3140
1917
  },
3141
1918
  {
3142
1919
  "kind": "Content",
3143
- "text": "<"
3144
- },
3145
- {
3146
- "kind": "Reference",
3147
- "text": "HeadlessInputProps",
3148
- "canonicalReference": "@ory/elements-react!HeadlessInputProps:type"
1920
+ "text": "[];\n}>"
3149
1921
  },
3150
1922
  {
3151
1923
  "kind": "Content",
3152
- "text": ">;\n PinCodeInput: "
3153
- },
3154
- {
3155
- "kind": "Reference",
3156
- "text": "ComponentType",
3157
- "canonicalReference": "@types/react!React.ComponentType:type"
3158
- },
1924
+ "text": ";"
1925
+ }
1926
+ ],
1927
+ "fileUrlPath": "dist/index.d.ts",
1928
+ "releaseTag": "Public",
1929
+ "name": "OryFormOidcRootProps",
1930
+ "typeTokenRange": {
1931
+ "startIndex": 1,
1932
+ "endIndex": 5
1933
+ }
1934
+ },
1935
+ {
1936
+ "kind": "TypeAlias",
1937
+ "canonicalReference": "@ory/elements-react!OryFormProps:type",
1938
+ "docComment": "",
1939
+ "excerptTokens": [
3159
1940
  {
3160
1941
  "kind": "Content",
3161
- "text": "<"
1942
+ "text": "type OryFormProps = "
3162
1943
  },
3163
1944
  {
3164
1945
  "kind": "Reference",
3165
- "text": "HeadlessInputProps",
3166
- "canonicalReference": "@ory/elements-react!HeadlessInputProps:type"
1946
+ "text": "PropsWithChildren",
1947
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
3167
1948
  },
3168
1949
  {
3169
1950
  "kind": "Content",
3170
- "text": ">;\n Image: "
3171
- },
3172
- {
3173
- "kind": "Reference",
3174
- "text": "ComponentType",
3175
- "canonicalReference": "@types/react!React.ComponentType:type"
3176
- },
1951
+ "text": ";"
1952
+ }
1953
+ ],
1954
+ "fileUrlPath": "dist/index.d.ts",
1955
+ "releaseTag": "Public",
1956
+ "name": "OryFormProps",
1957
+ "typeTokenRange": {
1958
+ "startIndex": 1,
1959
+ "endIndex": 2
1960
+ }
1961
+ },
1962
+ {
1963
+ "kind": "TypeAlias",
1964
+ "canonicalReference": "@ory/elements-react!OryFormRootProps:type",
1965
+ "docComment": "",
1966
+ "excerptTokens": [
3177
1967
  {
3178
1968
  "kind": "Content",
3179
- "text": "<"
1969
+ "text": "type OryFormRootProps = "
3180
1970
  },
3181
1971
  {
3182
1972
  "kind": "Reference",
3183
- "text": "HeadlessImageProps",
3184
- "canonicalReference": "@ory/elements-react!HeadlessImageProps:type"
1973
+ "text": "ComponentPropsWithoutRef",
1974
+ "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
3185
1975
  },
3186
1976
  {
3187
1977
  "kind": "Content",
3188
- "text": ">;\n Label: "
1978
+ "text": "<\"form\"> & {\n onSubmit: "
3189
1979
  },
3190
1980
  {
3191
1981
  "kind": "Reference",
3192
- "text": "ComponentType",
3193
- "canonicalReference": "@types/react!React.ComponentType:type"
1982
+ "text": "FormEventHandler",
1983
+ "canonicalReference": "@types/react!React.FormEventHandler:type"
3194
1984
  },
3195
1985
  {
3196
1986
  "kind": "Content",
@@ -3198,89 +1988,131 @@
3198
1988
  },
3199
1989
  {
3200
1990
  "kind": "Reference",
3201
- "text": "HeadlessLabelProps",
3202
- "canonicalReference": "@ory/elements-react!HeadlessLabelProps:type"
1991
+ "text": "HTMLFormElement",
1992
+ "canonicalReference": "!HTMLFormElement:interface"
3203
1993
  },
3204
1994
  {
3205
1995
  "kind": "Content",
3206
- "text": ">;\n Checkbox: "
3207
- },
3208
- {
3209
- "kind": "Reference",
3210
- "text": "ComponentType",
3211
- "canonicalReference": "@types/react!React.ComponentType:type"
1996
+ "text": ">;\n}"
3212
1997
  },
3213
1998
  {
3214
1999
  "kind": "Content",
3215
- "text": "<"
3216
- },
3217
- {
3218
- "kind": "Reference",
3219
- "text": "HeadlessInputProps",
3220
- "canonicalReference": "@ory/elements-react!HeadlessInputProps:type"
3221
- },
2000
+ "text": ";"
2001
+ }
2002
+ ],
2003
+ "fileUrlPath": "dist/index.d.ts",
2004
+ "releaseTag": "Public",
2005
+ "name": "OryFormRootProps",
2006
+ "typeTokenRange": {
2007
+ "startIndex": 1,
2008
+ "endIndex": 7
2009
+ }
2010
+ },
2011
+ {
2012
+ "kind": "Function",
2013
+ "canonicalReference": "@ory/elements-react!OryFormSocialButtonsForm:function(1)",
2014
+ "docComment": "",
2015
+ "excerptTokens": [
3222
2016
  {
3223
2017
  "kind": "Content",
3224
- "text": ">;\n Text: "
2018
+ "text": "declare function OryFormSocialButtonsForm(): "
3225
2019
  },
3226
2020
  {
3227
2021
  "kind": "Reference",
3228
- "text": "ComponentType",
3229
- "canonicalReference": "@types/react!React.ComponentType:type"
2022
+ "text": "react_jsx_runtime.JSX.Element",
2023
+ "canonicalReference": "@types/react!JSX.Element:interface"
3230
2024
  },
3231
2025
  {
3232
2026
  "kind": "Content",
3233
- "text": "<"
2027
+ "text": " | null"
3234
2028
  },
3235
2029
  {
3236
- "kind": "Reference",
3237
- "text": "HeadlessTextProps",
3238
- "canonicalReference": "@ory/elements-react!HeadlessTextProps:type"
3239
- },
2030
+ "kind": "Content",
2031
+ "text": ";"
2032
+ }
2033
+ ],
2034
+ "fileUrlPath": "dist/index.d.ts",
2035
+ "returnTypeTokenRange": {
2036
+ "startIndex": 1,
2037
+ "endIndex": 3
2038
+ },
2039
+ "releaseTag": "Public",
2040
+ "overloadIndex": 1,
2041
+ "parameters": [],
2042
+ "name": "OryFormSocialButtonsForm"
2043
+ },
2044
+ {
2045
+ "kind": "Variable",
2046
+ "canonicalReference": "@ory/elements-react!OryLocales:var",
2047
+ "docComment": "",
2048
+ "excerptTokens": [
3240
2049
  {
3241
2050
  "kind": "Content",
3242
- "text": ">;\n FormContainer: "
2051
+ "text": "locales: "
3243
2052
  },
3244
2053
  {
3245
2054
  "kind": "Reference",
3246
- "text": "ComponentType",
3247
- "canonicalReference": "@types/react!React.ComponentType:type"
3248
- },
2055
+ "text": "LocaleMap",
2056
+ "canonicalReference": "@ory/elements-react!~LocaleMap:type"
2057
+ }
2058
+ ],
2059
+ "fileUrlPath": "dist/index.d.ts",
2060
+ "isReadonly": true,
2061
+ "releaseTag": "Public",
2062
+ "name": "OryLocales",
2063
+ "variableTypeTokenRange": {
2064
+ "startIndex": 1,
2065
+ "endIndex": 2
2066
+ }
2067
+ },
2068
+ {
2069
+ "kind": "TypeAlias",
2070
+ "canonicalReference": "@ory/elements-react!OryMessageContentProps:type",
2071
+ "docComment": "",
2072
+ "excerptTokens": [
3249
2073
  {
3250
2074
  "kind": "Content",
3251
- "text": "<"
3252
- },
3253
- {
3254
- "kind": "Reference",
3255
- "text": "HeadlessFormProps",
3256
- "canonicalReference": "@ory/elements-react!HeadlessFormProps:type"
2075
+ "text": "type OryMessageContentProps = "
3257
2076
  },
3258
2077
  {
3259
2078
  "kind": "Content",
3260
- "text": ">;\n SocialButton: "
2079
+ "text": "{\n message: "
3261
2080
  },
3262
2081
  {
3263
2082
  "kind": "Reference",
3264
- "text": "ComponentType",
3265
- "canonicalReference": "@types/react!React.ComponentType:type"
2083
+ "text": "UiText",
2084
+ "canonicalReference": "@ory/client-fetch!UiText:interface"
3266
2085
  },
3267
2086
  {
3268
2087
  "kind": "Content",
3269
- "text": "<"
2088
+ "text": ";\n}"
3270
2089
  },
3271
2090
  {
3272
- "kind": "Reference",
3273
- "text": "HeadlessSocialButtonProps",
3274
- "canonicalReference": "@ory/elements-react!HeadlessSocialButtonProps:type"
3275
- },
2091
+ "kind": "Content",
2092
+ "text": ";"
2093
+ }
2094
+ ],
2095
+ "fileUrlPath": "dist/index.d.ts",
2096
+ "releaseTag": "Public",
2097
+ "name": "OryMessageContentProps",
2098
+ "typeTokenRange": {
2099
+ "startIndex": 1,
2100
+ "endIndex": 4
2101
+ }
2102
+ },
2103
+ {
2104
+ "kind": "TypeAlias",
2105
+ "canonicalReference": "@ory/elements-react!OryMessageRootProps:type",
2106
+ "docComment": "",
2107
+ "excerptTokens": [
3276
2108
  {
3277
2109
  "kind": "Content",
3278
- "text": ">;\n SocialButtonContainer: "
2110
+ "text": "type OryMessageRootProps = "
3279
2111
  },
3280
2112
  {
3281
2113
  "kind": "Reference",
3282
- "text": "ComponentType",
3283
- "canonicalReference": "@types/react!React.ComponentType:type"
2114
+ "text": "DetailedHTMLProps",
2115
+ "canonicalReference": "@types/react!React.DetailedHTMLProps:type"
3284
2116
  },
3285
2117
  {
3286
2118
  "kind": "Content",
@@ -3288,107 +2120,141 @@
3288
2120
  },
3289
2121
  {
3290
2122
  "kind": "Reference",
3291
- "text": "HeadlessSocialButtonContainerProps",
3292
- "canonicalReference": "@ory/elements-react!HeadlessSocialButtonContainerProps:type"
2123
+ "text": "HTMLAttributes",
2124
+ "canonicalReference": "@types/react!React.HTMLAttributes:interface"
3293
2125
  },
3294
2126
  {
3295
2127
  "kind": "Content",
3296
- "text": ">;\n AuthMethodListItem: "
2128
+ "text": "<"
3297
2129
  },
3298
2130
  {
3299
2131
  "kind": "Reference",
3300
- "text": "ComponentType",
3301
- "canonicalReference": "@types/react!React.ComponentType:type"
2132
+ "text": "HTMLDivElement",
2133
+ "canonicalReference": "!HTMLDivElement:interface"
3302
2134
  },
3303
2135
  {
3304
2136
  "kind": "Content",
3305
- "text": "<"
2137
+ "text": ">, "
3306
2138
  },
3307
2139
  {
3308
2140
  "kind": "Reference",
3309
- "text": "HeadlessAuthMethodListItemProps",
3310
- "canonicalReference": "@ory/elements-react!HeadlessAuthMethodListItemProps:type"
2141
+ "text": "HTMLDivElement",
2142
+ "canonicalReference": "!HTMLDivElement:interface"
3311
2143
  },
3312
2144
  {
3313
2145
  "kind": "Content",
3314
- "text": ">;\n HorizontalDivider: "
2146
+ "text": ">"
3315
2147
  },
3316
2148
  {
3317
- "kind": "Reference",
3318
- "text": "ComponentType",
3319
- "canonicalReference": "@types/react!React.ComponentType:type"
2149
+ "kind": "Content",
2150
+ "text": ";"
2151
+ }
2152
+ ],
2153
+ "fileUrlPath": "dist/index.d.ts",
2154
+ "releaseTag": "Public",
2155
+ "name": "OryMessageRootProps",
2156
+ "typeTokenRange": {
2157
+ "startIndex": 1,
2158
+ "endIndex": 9
2159
+ }
2160
+ },
2161
+ {
2162
+ "kind": "TypeAlias",
2163
+ "canonicalReference": "@ory/elements-react!OryNodeAnchorProps:type",
2164
+ "docComment": "",
2165
+ "excerptTokens": [
2166
+ {
2167
+ "kind": "Content",
2168
+ "text": "type OryNodeAnchorProps = "
3320
2169
  },
3321
2170
  {
3322
2171
  "kind": "Content",
3323
- "text": "<"
2172
+ "text": "{\n attributes: "
3324
2173
  },
3325
2174
  {
3326
2175
  "kind": "Reference",
3327
- "text": "HorizontalDividerProps",
3328
- "canonicalReference": "@ory/elements-react!HorizontalDividerProps:type"
2176
+ "text": "UiNodeAnchorAttributes",
2177
+ "canonicalReference": "@ory/client-fetch!UiNodeAnchorAttributes:interface"
3329
2178
  },
3330
2179
  {
3331
2180
  "kind": "Content",
3332
- "text": ">;\n FormGroup: "
2181
+ "text": ";\n node: "
3333
2182
  },
3334
2183
  {
3335
2184
  "kind": "Reference",
3336
- "text": "ComponentType",
3337
- "canonicalReference": "@types/react!React.ComponentType:type"
2185
+ "text": "UiNode",
2186
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
3338
2187
  },
3339
2188
  {
3340
2189
  "kind": "Content",
3341
- "text": "<"
2190
+ "text": ";\n} & "
3342
2191
  },
3343
2192
  {
3344
2193
  "kind": "Reference",
3345
- "text": "HeadlessGroupContainerProps",
3346
- "canonicalReference": "@ory/elements-react!HeadlessGroupContainerProps:type"
2194
+ "text": "Omit",
2195
+ "canonicalReference": "!Omit:type"
3347
2196
  },
3348
2197
  {
3349
2198
  "kind": "Content",
3350
- "text": ">;\n MessageContainer: "
2199
+ "text": "<"
3351
2200
  },
3352
2201
  {
3353
2202
  "kind": "Reference",
3354
- "text": "ComponentType",
3355
- "canonicalReference": "@types/react!React.ComponentType:type"
2203
+ "text": "ComponentPropsWithoutRef",
2204
+ "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
3356
2205
  },
3357
2206
  {
3358
2207
  "kind": "Content",
3359
- "text": "<"
2208
+ "text": "<\"a\">, \"children\">"
3360
2209
  },
3361
2210
  {
3362
- "kind": "Reference",
3363
- "text": "HeadlessMessagesProps",
3364
- "canonicalReference": "@ory/elements-react!HeadlessMessagesProps:type"
2211
+ "kind": "Content",
2212
+ "text": ";"
2213
+ }
2214
+ ],
2215
+ "fileUrlPath": "dist/index.d.ts",
2216
+ "releaseTag": "Public",
2217
+ "name": "OryNodeAnchorProps",
2218
+ "typeTokenRange": {
2219
+ "startIndex": 1,
2220
+ "endIndex": 10
2221
+ }
2222
+ },
2223
+ {
2224
+ "kind": "TypeAlias",
2225
+ "canonicalReference": "@ory/elements-react!OryNodeButtonProps:type",
2226
+ "docComment": "",
2227
+ "excerptTokens": [
2228
+ {
2229
+ "kind": "Content",
2230
+ "text": "type OryNodeButtonProps = "
3365
2231
  },
3366
2232
  {
3367
2233
  "kind": "Content",
3368
- "text": ">;\n Message: "
2234
+ "text": "{\n attributes: "
3369
2235
  },
3370
2236
  {
3371
2237
  "kind": "Reference",
3372
- "text": "ComponentType",
3373
- "canonicalReference": "@types/react!React.ComponentType:type"
2238
+ "text": "UiNodeInputAttributes",
2239
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
3374
2240
  },
3375
2241
  {
3376
2242
  "kind": "Content",
3377
- "text": "<"
2243
+ "text": ";\n node: "
3378
2244
  },
3379
2245
  {
3380
2246
  "kind": "Reference",
3381
- "text": "HeadlessMessageProps",
3382
- "canonicalReference": "@ory/elements-react!HeadlessMessageProps:type"
2247
+ "text": "UiNode",
2248
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
3383
2249
  },
3384
2250
  {
3385
2251
  "kind": "Content",
3386
- "text": ">;\n CurrentIdentifierButton: "
2252
+ "text": ";\n} & "
3387
2253
  },
3388
2254
  {
3389
2255
  "kind": "Reference",
3390
- "text": "ComponentType",
3391
- "canonicalReference": "@types/react!React.ComponentType:type"
2256
+ "text": "Omit",
2257
+ "canonicalReference": "!Omit:type"
3392
2258
  },
3393
2259
  {
3394
2260
  "kind": "Content",
@@ -3396,12 +2262,12 @@
3396
2262
  },
3397
2263
  {
3398
2264
  "kind": "Reference",
3399
- "text": "HeadlessCurrentIdentifierProps",
3400
- "canonicalReference": "@ory/elements-react!HeadlessCurrentIdentifierProps:type"
2265
+ "text": "ComponentPropsWithoutRef",
2266
+ "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
3401
2267
  },
3402
2268
  {
3403
2269
  "kind": "Content",
3404
- "text": ">;\n}"
2270
+ "text": "<\"button\">, \"children\">"
3405
2271
  },
3406
2272
  {
3407
2273
  "kind": "Content",
@@ -3410,29 +2276,42 @@
3410
2276
  ],
3411
2277
  "fileUrlPath": "dist/index.d.ts",
3412
2278
  "releaseTag": "Public",
3413
- "name": "OryFormComponents",
2279
+ "name": "OryNodeButtonProps",
3414
2280
  "typeTokenRange": {
3415
2281
  "startIndex": 1,
3416
- "endIndex": 70
2282
+ "endIndex": 10
3417
2283
  }
3418
2284
  },
3419
2285
  {
3420
- "kind": "Function",
3421
- "canonicalReference": "@ory/elements-react!OryFormGroupDivider:function(1)",
2286
+ "kind": "TypeAlias",
2287
+ "canonicalReference": "@ory/elements-react!OryNodeImageProps:type",
3422
2288
  "docComment": "",
3423
2289
  "excerptTokens": [
3424
2290
  {
3425
2291
  "kind": "Content",
3426
- "text": "declare function OryFormGroupDivider(): "
2292
+ "text": "type OryNodeImageProps = "
2293
+ },
2294
+ {
2295
+ "kind": "Content",
2296
+ "text": "{\n attributes: "
3427
2297
  },
3428
2298
  {
3429
2299
  "kind": "Reference",
3430
- "text": "react_jsx_runtime.JSX.Element",
3431
- "canonicalReference": "@types/react!JSX.Element:interface"
2300
+ "text": "UiNodeImageAttributes",
2301
+ "canonicalReference": "@ory/client-fetch!UiNodeImageAttributes:interface"
3432
2302
  },
3433
2303
  {
3434
2304
  "kind": "Content",
3435
- "text": " | null"
2305
+ "text": ";\n node: "
2306
+ },
2307
+ {
2308
+ "kind": "Reference",
2309
+ "text": "UiNode",
2310
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2311
+ },
2312
+ {
2313
+ "kind": "Content",
2314
+ "text": ";\n}"
3436
2315
  },
3437
2316
  {
3438
2317
  "kind": "Content",
@@ -3440,75 +2319,52 @@
3440
2319
  }
3441
2320
  ],
3442
2321
  "fileUrlPath": "dist/index.d.ts",
3443
- "returnTypeTokenRange": {
3444
- "startIndex": 1,
3445
- "endIndex": 3
3446
- },
3447
2322
  "releaseTag": "Public",
3448
- "overloadIndex": 1,
3449
- "parameters": [],
3450
- "name": "OryFormGroupDivider"
2323
+ "name": "OryNodeImageProps",
2324
+ "typeTokenRange": {
2325
+ "startIndex": 1,
2326
+ "endIndex": 6
2327
+ }
3451
2328
  },
3452
2329
  {
3453
- "kind": "Function",
3454
- "canonicalReference": "@ory/elements-react!OryFormGroups:function(1)",
2330
+ "kind": "TypeAlias",
2331
+ "canonicalReference": "@ory/elements-react!OryNodeInputProps:type",
3455
2332
  "docComment": "",
3456
2333
  "excerptTokens": [
3457
2334
  {
3458
2335
  "kind": "Content",
3459
- "text": "declare function OryFormGroups({ children, groups }: "
3460
- },
3461
- {
3462
- "kind": "Reference",
3463
- "text": "HeadlessGroupProps",
3464
- "canonicalReference": "@ory/elements-react!HeadlessGroupProps:type"
2336
+ "text": "type OryNodeInputProps = "
3465
2337
  },
3466
2338
  {
3467
2339
  "kind": "Content",
3468
- "text": "): "
2340
+ "text": "{\n attributes: "
3469
2341
  },
3470
2342
  {
3471
2343
  "kind": "Reference",
3472
- "text": "react_jsx_runtime.JSX.Element",
3473
- "canonicalReference": "@types/react!JSX.Element:interface"
2344
+ "text": "UiNodeInputAttributes",
2345
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
3474
2346
  },
3475
2347
  {
3476
2348
  "kind": "Content",
3477
- "text": ";"
3478
- }
3479
- ],
3480
- "fileUrlPath": "dist/index.d.ts",
3481
- "returnTypeTokenRange": {
3482
- "startIndex": 3,
3483
- "endIndex": 4
3484
- },
3485
- "releaseTag": "Public",
3486
- "overloadIndex": 1,
3487
- "parameters": [
2349
+ "text": ";\n node: "
2350
+ },
3488
2351
  {
3489
- "parameterName": "{ children, groups }",
3490
- "parameterTypeTokenRange": {
3491
- "startIndex": 1,
3492
- "endIndex": 2
3493
- },
3494
- "isOptional": false
3495
- }
3496
- ],
3497
- "name": "OryFormGroups"
3498
- },
3499
- {
3500
- "kind": "TypeAlias",
3501
- "canonicalReference": "@ory/elements-react!OryFormProps:type",
3502
- "docComment": "",
3503
- "excerptTokens": [
2352
+ "kind": "Reference",
2353
+ "text": "UiNode",
2354
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2355
+ },
3504
2356
  {
3505
2357
  "kind": "Content",
3506
- "text": "type OryFormProps = "
2358
+ "text": ";\n onClick?: "
3507
2359
  },
3508
2360
  {
3509
2361
  "kind": "Reference",
3510
- "text": "PropsWithChildren",
3511
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
2362
+ "text": "MouseEventHandler",
2363
+ "canonicalReference": "@types/react!React.MouseEventHandler:type"
2364
+ },
2365
+ {
2366
+ "kind": "Content",
2367
+ "text": ";\n}"
3512
2368
  },
3513
2369
  {
3514
2370
  "kind": "Content",
@@ -3517,38 +2373,51 @@
3517
2373
  ],
3518
2374
  "fileUrlPath": "dist/index.d.ts",
3519
2375
  "releaseTag": "Public",
3520
- "name": "OryFormProps",
2376
+ "name": "OryNodeInputProps",
3521
2377
  "typeTokenRange": {
3522
2378
  "startIndex": 1,
3523
- "endIndex": 2
2379
+ "endIndex": 8
3524
2380
  }
3525
2381
  },
3526
2382
  {
3527
- "kind": "Function",
3528
- "canonicalReference": "@ory/elements-react!OryFormSocialButtons:function(1)",
2383
+ "kind": "TypeAlias",
2384
+ "canonicalReference": "@ory/elements-react!OryNodeLabelProps:type",
3529
2385
  "docComment": "",
3530
2386
  "excerptTokens": [
3531
2387
  {
3532
2388
  "kind": "Content",
3533
- "text": "declare function OryFormSocialButtons({ children, hideDivider, }: "
2389
+ "text": "type OryNodeLabelProps = "
2390
+ },
2391
+ {
2392
+ "kind": "Content",
2393
+ "text": "{\n attributes: "
3534
2394
  },
3535
2395
  {
3536
2396
  "kind": "Reference",
3537
- "text": "HeadlessSocialButtonsProps",
3538
- "canonicalReference": "@ory/elements-react!HeadlessSocialButtonsProps:type"
2397
+ "text": "UiNodeInputAttributes",
2398
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
3539
2399
  },
3540
2400
  {
3541
2401
  "kind": "Content",
3542
- "text": "): "
2402
+ "text": ";\n node: "
3543
2403
  },
3544
2404
  {
3545
2405
  "kind": "Reference",
3546
- "text": "react_jsx_runtime.JSX.Element",
3547
- "canonicalReference": "@types/react!JSX.Element:interface"
2406
+ "text": "UiNode",
2407
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
3548
2408
  },
3549
2409
  {
3550
2410
  "kind": "Content",
3551
- "text": " | null"
2411
+ "text": ";\n} & "
2412
+ },
2413
+ {
2414
+ "kind": "Reference",
2415
+ "text": "ComponentPropsWithoutRef",
2416
+ "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
2417
+ },
2418
+ {
2419
+ "kind": "Content",
2420
+ "text": "<\"label\">"
3552
2421
  },
3553
2422
  {
3554
2423
  "kind": "Content",
@@ -3556,41 +2425,43 @@
3556
2425
  }
3557
2426
  ],
3558
2427
  "fileUrlPath": "dist/index.d.ts",
3559
- "returnTypeTokenRange": {
3560
- "startIndex": 3,
3561
- "endIndex": 5
3562
- },
3563
2428
  "releaseTag": "Public",
3564
- "overloadIndex": 1,
3565
- "parameters": [
3566
- {
3567
- "parameterName": "{ children, hideDivider, }",
3568
- "parameterTypeTokenRange": {
3569
- "startIndex": 1,
3570
- "endIndex": 2
3571
- },
3572
- "isOptional": false
3573
- }
3574
- ],
3575
- "name": "OryFormSocialButtons"
2429
+ "name": "OryNodeLabelProps",
2430
+ "typeTokenRange": {
2431
+ "startIndex": 1,
2432
+ "endIndex": 8
2433
+ }
3576
2434
  },
3577
2435
  {
3578
- "kind": "Function",
3579
- "canonicalReference": "@ory/elements-react!OryFormSocialButtonsForm:function(1)",
2436
+ "kind": "TypeAlias",
2437
+ "canonicalReference": "@ory/elements-react!OryNodeOidcButtonProps:type",
3580
2438
  "docComment": "",
3581
2439
  "excerptTokens": [
3582
2440
  {
3583
2441
  "kind": "Content",
3584
- "text": "declare function OryFormSocialButtonsForm(): "
2442
+ "text": "type OryNodeOidcButtonProps = "
2443
+ },
2444
+ {
2445
+ "kind": "Content",
2446
+ "text": "{\n node: "
3585
2447
  },
3586
2448
  {
3587
2449
  "kind": "Reference",
3588
- "text": "react_jsx_runtime.JSX.Element",
3589
- "canonicalReference": "@types/react!JSX.Element:interface"
2450
+ "text": "UiNode",
2451
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
3590
2452
  },
3591
2453
  {
3592
2454
  "kind": "Content",
3593
- "text": " | null"
2455
+ "text": ";\n attributes: "
2456
+ },
2457
+ {
2458
+ "kind": "Reference",
2459
+ "text": "UiNodeInputAttributes",
2460
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
2461
+ },
2462
+ {
2463
+ "kind": "Content",
2464
+ "text": ";\n onClick?: () => void;\n}"
3594
2465
  },
3595
2466
  {
3596
2467
  "kind": "Content",
@@ -3598,30 +2469,56 @@
3598
2469
  }
3599
2470
  ],
3600
2471
  "fileUrlPath": "dist/index.d.ts",
3601
- "returnTypeTokenRange": {
3602
- "startIndex": 1,
3603
- "endIndex": 3
3604
- },
3605
2472
  "releaseTag": "Public",
3606
- "overloadIndex": 1,
3607
- "parameters": [],
3608
- "name": "OryFormSocialButtonsForm"
2473
+ "name": "OryNodeOidcButtonProps",
2474
+ "typeTokenRange": {
2475
+ "startIndex": 1,
2476
+ "endIndex": 6
2477
+ }
3609
2478
  },
3610
2479
  {
3611
- "kind": "Namespace",
3612
- "canonicalReference": "@ory/elements-react!OryLocales:namespace",
2480
+ "kind": "TypeAlias",
2481
+ "canonicalReference": "@ory/elements-react!OryNodeTextProps:type",
3613
2482
  "docComment": "",
3614
2483
  "excerptTokens": [
3615
2484
  {
3616
2485
  "kind": "Content",
3617
- "text": "declare namespace locales "
2486
+ "text": "type OryNodeTextProps = "
2487
+ },
2488
+ {
2489
+ "kind": "Content",
2490
+ "text": "{\n attributes: "
2491
+ },
2492
+ {
2493
+ "kind": "Reference",
2494
+ "text": "UiNodeTextAttributes",
2495
+ "canonicalReference": "@ory/client-fetch!UiNodeTextAttributes:interface"
2496
+ },
2497
+ {
2498
+ "kind": "Content",
2499
+ "text": ";\n node: "
2500
+ },
2501
+ {
2502
+ "kind": "Reference",
2503
+ "text": "UiNode",
2504
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2505
+ },
2506
+ {
2507
+ "kind": "Content",
2508
+ "text": ";\n}"
2509
+ },
2510
+ {
2511
+ "kind": "Content",
2512
+ "text": ";"
3618
2513
  }
3619
2514
  ],
3620
2515
  "fileUrlPath": "dist/index.d.ts",
3621
2516
  "releaseTag": "Public",
3622
- "name": "OryLocales",
3623
- "preserveMemberOrder": false,
3624
- "members": []
2517
+ "name": "OryNodeTextProps",
2518
+ "typeTokenRange": {
2519
+ "startIndex": 1,
2520
+ "endIndex": 6
2521
+ }
3625
2522
  },
3626
2523
  {
3627
2524
  "kind": "Function",
@@ -3630,16 +2527,7 @@
3630
2527
  "excerptTokens": [
3631
2528
  {
3632
2529
  "kind": "Content",
3633
- "text": "declare function OryProvider<T extends "
3634
- },
3635
- {
3636
- "kind": "Reference",
3637
- "text": "SupportedTranslations",
3638
- "canonicalReference": "@ory/elements-react!SupportedTranslations:type"
3639
- },
3640
- {
3641
- "kind": "Content",
3642
- "text": ">({ children, "
2530
+ "text": "declare function OryProvider({ children, "
3643
2531
  },
3644
2532
  {
3645
2533
  "kind": "Reference",
@@ -3648,16 +2536,12 @@
3648
2536
  },
3649
2537
  {
3650
2538
  "kind": "Content",
3651
- "text": ": Components, ...props }: "
2539
+ "text": ": Components, ...oryFlowProps }: "
3652
2540
  },
3653
2541
  {
3654
2542
  "kind": "Reference",
3655
- "text": "ProviderProps",
3656
- "canonicalReference": "@ory/elements-react!ProviderProps:type"
3657
- },
3658
- {
3659
- "kind": "Content",
3660
- "text": "<T>"
2543
+ "text": "OryProviderProps",
2544
+ "canonicalReference": "@ory/elements-react!OryProviderProps:type"
3661
2545
  },
3662
2546
  {
3663
2547
  "kind": "Content",
@@ -3675,73 +2559,31 @@
3675
2559
  ],
3676
2560
  "fileUrlPath": "dist/index.d.ts",
3677
2561
  "returnTypeTokenRange": {
3678
- "startIndex": 8,
3679
- "endIndex": 9
2562
+ "startIndex": 5,
2563
+ "endIndex": 6
3680
2564
  },
3681
2565
  "releaseTag": "Public",
3682
2566
  "overloadIndex": 1,
3683
2567
  "parameters": [
3684
2568
  {
3685
- "parameterName": "{ children, components: Components, ...props }",
2569
+ "parameterName": "{ children, components: Components, ...oryFlowProps }",
3686
2570
  "parameterTypeTokenRange": {
3687
- "startIndex": 5,
3688
- "endIndex": 7
2571
+ "startIndex": 3,
2572
+ "endIndex": 4
3689
2573
  },
3690
2574
  "isOptional": false
3691
2575
  }
3692
2576
  ],
3693
- "typeParameters": [
3694
- {
3695
- "typeParameterName": "T",
3696
- "constraintTokenRange": {
3697
- "startIndex": 1,
3698
- "endIndex": 2
3699
- },
3700
- "defaultTypeTokenRange": {
3701
- "startIndex": 0,
3702
- "endIndex": 0
3703
- }
3704
- }
3705
- ],
3706
2577
  "name": "OryProvider"
3707
2578
  },
3708
- {
3709
- "kind": "Function",
3710
- "canonicalReference": "@ory/elements-react!OryTwoStepCard:function(1)",
3711
- "docComment": "",
3712
- "excerptTokens": [
3713
- {
3714
- "kind": "Content",
3715
- "text": "declare function OryTwoStepCard(): "
3716
- },
3717
- {
3718
- "kind": "Reference",
3719
- "text": "react_jsx_runtime.JSX.Element",
3720
- "canonicalReference": "@types/react!JSX.Element:interface"
3721
- },
3722
- {
3723
- "kind": "Content",
3724
- "text": ";"
3725
- }
3726
- ],
3727
- "fileUrlPath": "dist/index.d.ts",
3728
- "returnTypeTokenRange": {
3729
- "startIndex": 1,
3730
- "endIndex": 2
3731
- },
3732
- "releaseTag": "Public",
3733
- "overloadIndex": 1,
3734
- "parameters": [],
3735
- "name": "OryTwoStepCard"
3736
- },
3737
2579
  {
3738
2580
  "kind": "TypeAlias",
3739
- "canonicalReference": "@ory/elements-react!ProviderProps:type",
2581
+ "canonicalReference": "@ory/elements-react!OryProviderProps:type",
3740
2582
  "docComment": "",
3741
2583
  "excerptTokens": [
3742
2584
  {
3743
2585
  "kind": "Content",
3744
- "text": "type ProviderProps<T> = "
2586
+ "text": "type OryProviderProps = "
3745
2587
  },
3746
2588
  {
3747
2589
  "kind": "Content",
@@ -3758,35 +2600,44 @@
3758
2600
  },
3759
2601
  {
3760
2602
  "kind": "Reference",
3761
- "text": "IntlProviderProps",
3762
- "canonicalReference": "@ory/elements-react!IntlProviderProps:type"
2603
+ "text": "OryFlowContainer",
2604
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type"
3763
2605
  },
3764
2606
  {
3765
2607
  "kind": "Content",
3766
- "text": "<T> & "
2608
+ "text": " & "
3767
2609
  },
3768
2610
  {
3769
2611
  "kind": "Reference",
3770
- "text": "FlowContainer",
3771
- "canonicalReference": "@ory/elements-react!FlowContainer:type"
2612
+ "text": "PropsWithChildren",
2613
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
3772
2614
  },
3773
2615
  {
3774
2616
  "kind": "Content",
3775
- "text": " & "
3776
- },
3777
- {
3778
- "kind": "Reference",
3779
- "text": "ComponentPropsWithoutRef",
3780
- "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
3781
- },
2617
+ "text": ";"
2618
+ }
2619
+ ],
2620
+ "fileUrlPath": "dist/index.d.ts",
2621
+ "releaseTag": "Public",
2622
+ "name": "OryProviderProps",
2623
+ "typeTokenRange": {
2624
+ "startIndex": 1,
2625
+ "endIndex": 7
2626
+ }
2627
+ },
2628
+ {
2629
+ "kind": "Function",
2630
+ "canonicalReference": "@ory/elements-react!OryTwoStepCard:function(1)",
2631
+ "docComment": "",
2632
+ "excerptTokens": [
3782
2633
  {
3783
2634
  "kind": "Content",
3784
- "text": "<\"div\"> & "
2635
+ "text": "declare function OryTwoStepCard(): "
3785
2636
  },
3786
2637
  {
3787
2638
  "kind": "Reference",
3788
- "text": "PropsWithChildren",
3789
- "canonicalReference": "@types/react!React.PropsWithChildren:type"
2639
+ "text": "react_jsx_runtime.JSX.Element",
2640
+ "canonicalReference": "@types/react!JSX.Element:interface"
3790
2641
  },
3791
2642
  {
3792
2643
  "kind": "Content",
@@ -3794,30 +2645,19 @@
3794
2645
  }
3795
2646
  ],
3796
2647
  "fileUrlPath": "dist/index.d.ts",
3797
- "releaseTag": "Public",
3798
- "name": "ProviderProps",
3799
- "typeParameters": [
3800
- {
3801
- "typeParameterName": "T",
3802
- "constraintTokenRange": {
3803
- "startIndex": 0,
3804
- "endIndex": 0
3805
- },
3806
- "defaultTypeTokenRange": {
3807
- "startIndex": 0,
3808
- "endIndex": 0
3809
- }
3810
- }
3811
- ],
3812
- "typeTokenRange": {
2648
+ "returnTypeTokenRange": {
3813
2649
  "startIndex": 1,
3814
- "endIndex": 11
3815
- }
2650
+ "endIndex": 2
2651
+ },
2652
+ "releaseTag": "Public",
2653
+ "overloadIndex": 1,
2654
+ "parameters": [],
2655
+ "name": "OryTwoStepCard"
3816
2656
  },
3817
2657
  {
3818
2658
  "kind": "TypeAlias",
3819
2659
  "canonicalReference": "@ory/elements-react!RecoveryFlowContainer:type",
3820
- "docComment": "",
2660
+ "docComment": "/**\n * A flow container for the recovery flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * RecoveryFlow\n */\n",
3821
2661
  "excerptTokens": [
3822
2662
  {
3823
2663
  "kind": "Content",
@@ -3825,8 +2665,8 @@
3825
2665
  },
3826
2666
  {
3827
2667
  "kind": "Reference",
3828
- "text": "BaseFlow",
3829
- "canonicalReference": "@ory/elements-react!~BaseFlow:type"
2668
+ "text": "OryFlow",
2669
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
3830
2670
  },
3831
2671
  {
3832
2672
  "kind": "Content",
@@ -3866,7 +2706,7 @@
3866
2706
  {
3867
2707
  "kind": "TypeAlias",
3868
2708
  "canonicalReference": "@ory/elements-react!RegistrationFlowContainer:type",
3869
- "docComment": "",
2709
+ "docComment": "/**\n * A flow container for the registration flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * RegistrationFlow\n */\n",
3870
2710
  "excerptTokens": [
3871
2711
  {
3872
2712
  "kind": "Content",
@@ -3874,8 +2714,8 @@
3874
2714
  },
3875
2715
  {
3876
2716
  "kind": "Reference",
3877
- "text": "BaseFlow",
3878
- "canonicalReference": "@ory/elements-react!~BaseFlow:type"
2717
+ "text": "OryFlow",
2718
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
3879
2719
  },
3880
2720
  {
3881
2721
  "kind": "Content",
@@ -3915,7 +2755,7 @@
3915
2755
  {
3916
2756
  "kind": "TypeAlias",
3917
2757
  "canonicalReference": "@ory/elements-react!SettingsFlowContainer:type",
3918
- "docComment": "",
2758
+ "docComment": "/**\n * A flow container for the settings flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * SettingsFlow\n */\n",
3919
2759
  "excerptTokens": [
3920
2760
  {
3921
2761
  "kind": "Content",
@@ -3923,8 +2763,8 @@
3923
2763
  },
3924
2764
  {
3925
2765
  "kind": "Reference",
3926
- "text": "BaseFlow",
3927
- "canonicalReference": "@ory/elements-react!~BaseFlow:type"
2766
+ "text": "OryFlow",
2767
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
3928
2768
  },
3929
2769
  {
3930
2770
  "kind": "Content",
@@ -3961,76 +2801,6 @@
3961
2801
  "endIndex": 7
3962
2802
  }
3963
2803
  },
3964
- {
3965
- "kind": "TypeAlias",
3966
- "canonicalReference": "@ory/elements-react!SupportedTranslations:type",
3967
- "docComment": "",
3968
- "excerptTokens": [
3969
- {
3970
- "kind": "Content",
3971
- "text": "type SupportedTranslations = "
3972
- },
3973
- {
3974
- "kind": "Content",
3975
- "text": "{\n locale?: "
3976
- },
3977
- {
3978
- "kind": "Reference",
3979
- "text": "Locale",
3980
- "canonicalReference": "@ory/elements-react!Locale:type"
3981
- },
3982
- {
3983
- "kind": "Content",
3984
- "text": ";\n defaultLocale?: string;\n}"
3985
- },
3986
- {
3987
- "kind": "Content",
3988
- "text": ";"
3989
- }
3990
- ],
3991
- "fileUrlPath": "dist/index.d.ts",
3992
- "releaseTag": "Public",
3993
- "name": "SupportedTranslations",
3994
- "typeTokenRange": {
3995
- "startIndex": 1,
3996
- "endIndex": 4
3997
- }
3998
- },
3999
- {
4000
- "kind": "TypeAlias",
4001
- "canonicalReference": "@ory/elements-react!TranslationFile:type",
4002
- "docComment": "",
4003
- "excerptTokens": [
4004
- {
4005
- "kind": "Content",
4006
- "text": "type TranslationFile = "
4007
- },
4008
- {
4009
- "kind": "Content",
4010
- "text": "{\n [K in keyof typeof "
4011
- },
4012
- {
4013
- "kind": "Reference",
4014
- "text": "en",
4015
- "canonicalReference": "@ory/elements-react!~en:var"
4016
- },
4017
- {
4018
- "kind": "Content",
4019
- "text": "]: string;\n}"
4020
- },
4021
- {
4022
- "kind": "Content",
4023
- "text": ";"
4024
- }
4025
- ],
4026
- "fileUrlPath": "dist/index.d.ts",
4027
- "releaseTag": "Public",
4028
- "name": "TranslationFile",
4029
- "typeTokenRange": {
4030
- "startIndex": 1,
4031
- "endIndex": 4
4032
- }
4033
- },
4034
2804
  {
4035
2805
  "kind": "Function",
4036
2806
  "canonicalReference": "@ory/elements-react!uiTextToFormattedMessage:function(1)",
@@ -4207,10 +2977,43 @@
4207
2977
  "parameters": [],
4208
2978
  "name": "useOryFlow"
4209
2979
  },
2980
+ {
2981
+ "kind": "Function",
2982
+ "canonicalReference": "@ory/elements-react!useSession:function(1)",
2983
+ "docComment": "/**\n * A hook to get the current session from the Ory Network.\n *\n * Usage:\n * ```ts\n * const { session, error, isLoading } = useSession()\n * ```\n *\n * @returns The current session, error and loading state.\n */\n",
2984
+ "excerptTokens": [
2985
+ {
2986
+ "kind": "Content",
2987
+ "text": "useSession: () => "
2988
+ },
2989
+ {
2990
+ "kind": "Content",
2991
+ "text": "{\n session: "
2992
+ },
2993
+ {
2994
+ "kind": "Reference",
2995
+ "text": "Session",
2996
+ "canonicalReference": "@ory/client-fetch!Session:interface"
2997
+ },
2998
+ {
2999
+ "kind": "Content",
3000
+ "text": " | undefined;\n error: string | undefined;\n isLoading: boolean;\n}"
3001
+ }
3002
+ ],
3003
+ "fileUrlPath": "dist/index.d.ts",
3004
+ "returnTypeTokenRange": {
3005
+ "startIndex": 1,
3006
+ "endIndex": 4
3007
+ },
3008
+ "releaseTag": "Public",
3009
+ "overloadIndex": 1,
3010
+ "parameters": [],
3011
+ "name": "useSession"
3012
+ },
4210
3013
  {
4211
3014
  "kind": "TypeAlias",
4212
3015
  "canonicalReference": "@ory/elements-react!VerificationFlowContainer:type",
4213
- "docComment": "",
3016
+ "docComment": "/**\n * A flow container for the verification flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * VerificationFlow\n */\n",
4214
3017
  "excerptTokens": [
4215
3018
  {
4216
3019
  "kind": "Content",
@@ -4218,8 +3021,8 @@
4218
3021
  },
4219
3022
  {
4220
3023
  "kind": "Reference",
4221
- "text": "BaseFlow",
4222
- "canonicalReference": "@ory/elements-react!~BaseFlow:type"
3024
+ "text": "OryFlow",
3025
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
4223
3026
  },
4224
3027
  {
4225
3028
  "kind": "Content",