@ory/elements-react 1.0.0-next.1 → 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.
@@ -0,0 +1,1215 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.47.9",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@ory/elements-react!",
165
+ "docComment": "",
166
+ "name": "@ory/elements-react",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@ory/elements-react!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Function",
177
+ "canonicalReference": "@ory/elements-react!DefaultCard:function(1)",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "declare function DefaultCard({ children }: "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "OryCardProps",
187
+ "canonicalReference": "@ory/elements-react!~OryCardRootProps:type"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": "): "
192
+ },
193
+ {
194
+ "kind": "Reference",
195
+ "text": "react_jsx_runtime.JSX.Element",
196
+ "canonicalReference": "@types/react!JSX.Element:interface"
197
+ },
198
+ {
199
+ "kind": "Content",
200
+ "text": ";"
201
+ }
202
+ ],
203
+ "fileUrlPath": "dist/theme/default/index.d.ts",
204
+ "returnTypeTokenRange": {
205
+ "startIndex": 3,
206
+ "endIndex": 4
207
+ },
208
+ "releaseTag": "Public",
209
+ "overloadIndex": 1,
210
+ "parameters": [
211
+ {
212
+ "parameterName": "{ children }",
213
+ "parameterTypeTokenRange": {
214
+ "startIndex": 1,
215
+ "endIndex": 2
216
+ },
217
+ "isOptional": false
218
+ }
219
+ ],
220
+ "name": "DefaultCard"
221
+ },
222
+ {
223
+ "kind": "Function",
224
+ "canonicalReference": "@ory/elements-react!DefaultCardContent:function(1)",
225
+ "docComment": "",
226
+ "excerptTokens": [
227
+ {
228
+ "kind": "Content",
229
+ "text": "declare function DefaultCardContent({ children }: "
230
+ },
231
+ {
232
+ "kind": "Reference",
233
+ "text": "OryCardContentProps",
234
+ "canonicalReference": "@ory/elements-react!~OryCardContentProps:type"
235
+ },
236
+ {
237
+ "kind": "Content",
238
+ "text": "): "
239
+ },
240
+ {
241
+ "kind": "Reference",
242
+ "text": "react.ReactNode",
243
+ "canonicalReference": "@types/react!React.ReactNode:type"
244
+ },
245
+ {
246
+ "kind": "Content",
247
+ "text": ";"
248
+ }
249
+ ],
250
+ "fileUrlPath": "dist/theme/default/index.d.ts",
251
+ "returnTypeTokenRange": {
252
+ "startIndex": 3,
253
+ "endIndex": 4
254
+ },
255
+ "releaseTag": "Public",
256
+ "overloadIndex": 1,
257
+ "parameters": [
258
+ {
259
+ "parameterName": "{ children }",
260
+ "parameterTypeTokenRange": {
261
+ "startIndex": 1,
262
+ "endIndex": 2
263
+ },
264
+ "isOptional": false
265
+ }
266
+ ],
267
+ "name": "DefaultCardContent"
268
+ },
269
+ {
270
+ "kind": "Function",
271
+ "canonicalReference": "@ory/elements-react!DefaultCardFooter:function(1)",
272
+ "docComment": "",
273
+ "excerptTokens": [
274
+ {
275
+ "kind": "Content",
276
+ "text": "declare function DefaultCardFooter(): "
277
+ },
278
+ {
279
+ "kind": "Reference",
280
+ "text": "react_jsx_runtime.JSX.Element",
281
+ "canonicalReference": "@types/react!JSX.Element:interface"
282
+ },
283
+ {
284
+ "kind": "Content",
285
+ "text": " | null"
286
+ },
287
+ {
288
+ "kind": "Content",
289
+ "text": ";"
290
+ }
291
+ ],
292
+ "fileUrlPath": "dist/theme/default/index.d.ts",
293
+ "returnTypeTokenRange": {
294
+ "startIndex": 1,
295
+ "endIndex": 3
296
+ },
297
+ "releaseTag": "Public",
298
+ "overloadIndex": 1,
299
+ "parameters": [],
300
+ "name": "DefaultCardFooter"
301
+ },
302
+ {
303
+ "kind": "Function",
304
+ "canonicalReference": "@ory/elements-react!DefaultCardHeader:function(1)",
305
+ "docComment": "",
306
+ "excerptTokens": [
307
+ {
308
+ "kind": "Content",
309
+ "text": "declare function DefaultCardHeader(): "
310
+ },
311
+ {
312
+ "kind": "Reference",
313
+ "text": "react_jsx_runtime.JSX.Element",
314
+ "canonicalReference": "@types/react!JSX.Element:interface"
315
+ },
316
+ {
317
+ "kind": "Content",
318
+ "text": ";"
319
+ }
320
+ ],
321
+ "fileUrlPath": "dist/theme/default/index.d.ts",
322
+ "returnTypeTokenRange": {
323
+ "startIndex": 1,
324
+ "endIndex": 2
325
+ },
326
+ "releaseTag": "Public",
327
+ "overloadIndex": 1,
328
+ "parameters": [],
329
+ "name": "DefaultCardHeader"
330
+ },
331
+ {
332
+ "kind": "Function",
333
+ "canonicalReference": "@ory/elements-react!DefaultCardLogo:function(1)",
334
+ "docComment": "",
335
+ "excerptTokens": [
336
+ {
337
+ "kind": "Content",
338
+ "text": "declare function DefaultCardLogo(): "
339
+ },
340
+ {
341
+ "kind": "Reference",
342
+ "text": "react_jsx_runtime.JSX.Element",
343
+ "canonicalReference": "@types/react!JSX.Element:interface"
344
+ },
345
+ {
346
+ "kind": "Content",
347
+ "text": ";"
348
+ }
349
+ ],
350
+ "fileUrlPath": "dist/theme/default/index.d.ts",
351
+ "returnTypeTokenRange": {
352
+ "startIndex": 1,
353
+ "endIndex": 2
354
+ },
355
+ "releaseTag": "Public",
356
+ "overloadIndex": 1,
357
+ "parameters": [],
358
+ "name": "DefaultCardLogo"
359
+ },
360
+ {
361
+ "kind": "Function",
362
+ "canonicalReference": "@ory/elements-react!DefaultFormContainer:function(1)",
363
+ "docComment": "",
364
+ "excerptTokens": [
365
+ {
366
+ "kind": "Content",
367
+ "text": "declare function DefaultFormContainer({ children, onSubmit, action, method, }: "
368
+ },
369
+ {
370
+ "kind": "Reference",
371
+ "text": "PropsWithChildren",
372
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
373
+ },
374
+ {
375
+ "kind": "Content",
376
+ "text": "<"
377
+ },
378
+ {
379
+ "kind": "Reference",
380
+ "text": "OryFormRootProps",
381
+ "canonicalReference": "@ory/elements-react!~OryFormRootProps:type"
382
+ },
383
+ {
384
+ "kind": "Content",
385
+ "text": ">"
386
+ },
387
+ {
388
+ "kind": "Content",
389
+ "text": "): "
390
+ },
391
+ {
392
+ "kind": "Reference",
393
+ "text": "react_jsx_runtime.JSX.Element",
394
+ "canonicalReference": "@types/react!JSX.Element:interface"
395
+ },
396
+ {
397
+ "kind": "Content",
398
+ "text": ";"
399
+ }
400
+ ],
401
+ "fileUrlPath": "dist/theme/default/index.d.ts",
402
+ "returnTypeTokenRange": {
403
+ "startIndex": 6,
404
+ "endIndex": 7
405
+ },
406
+ "releaseTag": "Public",
407
+ "overloadIndex": 1,
408
+ "parameters": [
409
+ {
410
+ "parameterName": "{ children, onSubmit, action, method, }",
411
+ "parameterTypeTokenRange": {
412
+ "startIndex": 1,
413
+ "endIndex": 5
414
+ },
415
+ "isOptional": false
416
+ }
417
+ ],
418
+ "name": "DefaultFormContainer"
419
+ },
420
+ {
421
+ "kind": "Function",
422
+ "canonicalReference": "@ory/elements-react!DefaultMessage:function(1)",
423
+ "docComment": "",
424
+ "excerptTokens": [
425
+ {
426
+ "kind": "Content",
427
+ "text": "declare function DefaultMessage({ message }: "
428
+ },
429
+ {
430
+ "kind": "Reference",
431
+ "text": "OryMessageContentProps",
432
+ "canonicalReference": "@ory/elements-react!~OryMessageContentProps:type"
433
+ },
434
+ {
435
+ "kind": "Content",
436
+ "text": "): "
437
+ },
438
+ {
439
+ "kind": "Reference",
440
+ "text": "react_jsx_runtime.JSX.Element",
441
+ "canonicalReference": "@types/react!JSX.Element:interface"
442
+ },
443
+ {
444
+ "kind": "Content",
445
+ "text": ";"
446
+ }
447
+ ],
448
+ "fileUrlPath": "dist/theme/default/index.d.ts",
449
+ "returnTypeTokenRange": {
450
+ "startIndex": 3,
451
+ "endIndex": 4
452
+ },
453
+ "releaseTag": "Public",
454
+ "overloadIndex": 1,
455
+ "parameters": [
456
+ {
457
+ "parameterName": "{ message }",
458
+ "parameterTypeTokenRange": {
459
+ "startIndex": 1,
460
+ "endIndex": 2
461
+ },
462
+ "isOptional": false
463
+ }
464
+ ],
465
+ "name": "DefaultMessage"
466
+ },
467
+ {
468
+ "kind": "Function",
469
+ "canonicalReference": "@ory/elements-react!DefaultMessageContainer:function(1)",
470
+ "docComment": "",
471
+ "excerptTokens": [
472
+ {
473
+ "kind": "Content",
474
+ "text": "declare function DefaultMessageContainer({ children }: "
475
+ },
476
+ {
477
+ "kind": "Reference",
478
+ "text": "PropsWithChildren",
479
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
480
+ },
481
+ {
482
+ "kind": "Content",
483
+ "text": "): "
484
+ },
485
+ {
486
+ "kind": "Reference",
487
+ "text": "react_jsx_runtime.JSX.Element",
488
+ "canonicalReference": "@types/react!JSX.Element:interface"
489
+ },
490
+ {
491
+ "kind": "Content",
492
+ "text": " | null"
493
+ },
494
+ {
495
+ "kind": "Content",
496
+ "text": ";"
497
+ }
498
+ ],
499
+ "fileUrlPath": "dist/theme/default/index.d.ts",
500
+ "returnTypeTokenRange": {
501
+ "startIndex": 3,
502
+ "endIndex": 5
503
+ },
504
+ "releaseTag": "Public",
505
+ "overloadIndex": 1,
506
+ "parameters": [
507
+ {
508
+ "parameterName": "{ children }",
509
+ "parameterTypeTokenRange": {
510
+ "startIndex": 1,
511
+ "endIndex": 2
512
+ },
513
+ "isOptional": false
514
+ }
515
+ ],
516
+ "name": "DefaultMessageContainer"
517
+ },
518
+ {
519
+ "kind": "Function",
520
+ "canonicalReference": "@ory/elements-react!Error_2:function(1)",
521
+ "docComment": "",
522
+ "excerptTokens": [
523
+ {
524
+ "kind": "Content",
525
+ "text": "declare function Error({ error, children, }: "
526
+ },
527
+ {
528
+ "kind": "Reference",
529
+ "text": "PropsWithChildren",
530
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
531
+ },
532
+ {
533
+ "kind": "Content",
534
+ "text": "<"
535
+ },
536
+ {
537
+ "kind": "Reference",
538
+ "text": "ErrorFlowContextProps",
539
+ "canonicalReference": "@ory/elements-react!ErrorFlowContextProps:type"
540
+ },
541
+ {
542
+ "kind": "Content",
543
+ "text": ">"
544
+ },
545
+ {
546
+ "kind": "Content",
547
+ "text": "): "
548
+ },
549
+ {
550
+ "kind": "Reference",
551
+ "text": "react_jsx_runtime.JSX.Element",
552
+ "canonicalReference": "@types/react!JSX.Element:interface"
553
+ },
554
+ {
555
+ "kind": "Content",
556
+ "text": ";"
557
+ }
558
+ ],
559
+ "fileUrlPath": "dist/theme/default/index.d.ts",
560
+ "returnTypeTokenRange": {
561
+ "startIndex": 6,
562
+ "endIndex": 7
563
+ },
564
+ "releaseTag": "Public",
565
+ "overloadIndex": 1,
566
+ "parameters": [
567
+ {
568
+ "parameterName": "{ error, children, }",
569
+ "parameterTypeTokenRange": {
570
+ "startIndex": 1,
571
+ "endIndex": 5
572
+ },
573
+ "isOptional": false
574
+ }
575
+ ],
576
+ "name": "Error_2"
577
+ },
578
+ {
579
+ "kind": "TypeAlias",
580
+ "canonicalReference": "@ory/elements-react!ErrorFlowContextProps:type",
581
+ "docComment": "",
582
+ "excerptTokens": [
583
+ {
584
+ "kind": "Content",
585
+ "text": "type ErrorFlowContextProps = "
586
+ },
587
+ {
588
+ "kind": "Content",
589
+ "text": "{\n error: "
590
+ },
591
+ {
592
+ "kind": "Reference",
593
+ "text": "FlowError",
594
+ "canonicalReference": "@ory/client-fetch!FlowError:interface"
595
+ },
596
+ {
597
+ "kind": "Content",
598
+ "text": ";\n components?: "
599
+ },
600
+ {
601
+ "kind": "Reference",
602
+ "text": "OryFlowComponentOverrides",
603
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
604
+ },
605
+ {
606
+ "kind": "Content",
607
+ "text": ";\n config: "
608
+ },
609
+ {
610
+ "kind": "Reference",
611
+ "text": "OryClientConfiguration",
612
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
613
+ },
614
+ {
615
+ "kind": "Content",
616
+ "text": ";\n}"
617
+ },
618
+ {
619
+ "kind": "Content",
620
+ "text": ";"
621
+ }
622
+ ],
623
+ "fileUrlPath": "dist/theme/default/index.d.ts",
624
+ "releaseTag": "Public",
625
+ "name": "ErrorFlowContextProps",
626
+ "typeTokenRange": {
627
+ "startIndex": 1,
628
+ "endIndex": 8
629
+ }
630
+ },
631
+ {
632
+ "kind": "Function",
633
+ "canonicalReference": "@ory/elements-react!Login:function(1)",
634
+ "docComment": "",
635
+ "excerptTokens": [
636
+ {
637
+ "kind": "Content",
638
+ "text": "declare function Login({ flow, config, children, "
639
+ },
640
+ {
641
+ "kind": "Reference",
642
+ "text": "components",
643
+ "canonicalReference": "@ory/elements-react!~__type#components"
644
+ },
645
+ {
646
+ "kind": "Content",
647
+ "text": ": flowOverrideComponents, }: "
648
+ },
649
+ {
650
+ "kind": "Reference",
651
+ "text": "PropsWithChildren",
652
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
653
+ },
654
+ {
655
+ "kind": "Content",
656
+ "text": "<"
657
+ },
658
+ {
659
+ "kind": "Reference",
660
+ "text": "LoginFlowContextProps",
661
+ "canonicalReference": "@ory/elements-react!LoginFlowContextProps:type"
662
+ },
663
+ {
664
+ "kind": "Content",
665
+ "text": ">"
666
+ },
667
+ {
668
+ "kind": "Content",
669
+ "text": "): "
670
+ },
671
+ {
672
+ "kind": "Reference",
673
+ "text": "react_jsx_runtime.JSX.Element",
674
+ "canonicalReference": "@types/react!JSX.Element:interface"
675
+ },
676
+ {
677
+ "kind": "Content",
678
+ "text": ";"
679
+ }
680
+ ],
681
+ "fileUrlPath": "dist/theme/default/index.d.ts",
682
+ "returnTypeTokenRange": {
683
+ "startIndex": 8,
684
+ "endIndex": 9
685
+ },
686
+ "releaseTag": "Public",
687
+ "overloadIndex": 1,
688
+ "parameters": [
689
+ {
690
+ "parameterName": "{ flow, config, children, components: flowOverrideComponents, }",
691
+ "parameterTypeTokenRange": {
692
+ "startIndex": 3,
693
+ "endIndex": 7
694
+ },
695
+ "isOptional": false
696
+ }
697
+ ],
698
+ "name": "Login"
699
+ },
700
+ {
701
+ "kind": "TypeAlias",
702
+ "canonicalReference": "@ory/elements-react!LoginFlowContextProps:type",
703
+ "docComment": "",
704
+ "excerptTokens": [
705
+ {
706
+ "kind": "Content",
707
+ "text": "type LoginFlowContextProps = "
708
+ },
709
+ {
710
+ "kind": "Content",
711
+ "text": "{\n flow: "
712
+ },
713
+ {
714
+ "kind": "Reference",
715
+ "text": "LoginFlow",
716
+ "canonicalReference": "@ory/client-fetch!LoginFlow:interface"
717
+ },
718
+ {
719
+ "kind": "Content",
720
+ "text": ";\n components?: "
721
+ },
722
+ {
723
+ "kind": "Reference",
724
+ "text": "OryFlowComponentOverrides",
725
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
726
+ },
727
+ {
728
+ "kind": "Content",
729
+ "text": ";\n config: "
730
+ },
731
+ {
732
+ "kind": "Reference",
733
+ "text": "OryClientConfiguration",
734
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
735
+ },
736
+ {
737
+ "kind": "Content",
738
+ "text": ";\n}"
739
+ },
740
+ {
741
+ "kind": "Content",
742
+ "text": ";"
743
+ }
744
+ ],
745
+ "fileUrlPath": "dist/theme/default/index.d.ts",
746
+ "releaseTag": "Public",
747
+ "name": "LoginFlowContextProps",
748
+ "typeTokenRange": {
749
+ "startIndex": 1,
750
+ "endIndex": 8
751
+ }
752
+ },
753
+ {
754
+ "kind": "Variable",
755
+ "canonicalReference": "@ory/elements-react!OryDefaultComponents:var",
756
+ "docComment": "",
757
+ "excerptTokens": [
758
+ {
759
+ "kind": "Content",
760
+ "text": "OryDefaultComponents: "
761
+ },
762
+ {
763
+ "kind": "Reference",
764
+ "text": "OryFlowComponents",
765
+ "canonicalReference": "@ory/elements-react!~OryFlowComponents:type"
766
+ }
767
+ ],
768
+ "fileUrlPath": "dist/theme/default/index.d.ts",
769
+ "isReadonly": true,
770
+ "releaseTag": "Public",
771
+ "name": "OryDefaultComponents",
772
+ "variableTypeTokenRange": {
773
+ "startIndex": 1,
774
+ "endIndex": 2
775
+ }
776
+ },
777
+ {
778
+ "kind": "Function",
779
+ "canonicalReference": "@ory/elements-react!Recovery:function(1)",
780
+ "docComment": "",
781
+ "excerptTokens": [
782
+ {
783
+ "kind": "Content",
784
+ "text": "declare function Recovery({ flow, config, children, "
785
+ },
786
+ {
787
+ "kind": "Reference",
788
+ "text": "components",
789
+ "canonicalReference": "@ory/elements-react!~__type#components"
790
+ },
791
+ {
792
+ "kind": "Content",
793
+ "text": ": flowOverrideComponents, }: "
794
+ },
795
+ {
796
+ "kind": "Reference",
797
+ "text": "PropsWithChildren",
798
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
799
+ },
800
+ {
801
+ "kind": "Content",
802
+ "text": "<"
803
+ },
804
+ {
805
+ "kind": "Reference",
806
+ "text": "RecoveryFlowContextProps",
807
+ "canonicalReference": "@ory/elements-react!RecoveryFlowContextProps:type"
808
+ },
809
+ {
810
+ "kind": "Content",
811
+ "text": ">"
812
+ },
813
+ {
814
+ "kind": "Content",
815
+ "text": "): "
816
+ },
817
+ {
818
+ "kind": "Reference",
819
+ "text": "react_jsx_runtime.JSX.Element",
820
+ "canonicalReference": "@types/react!JSX.Element:interface"
821
+ },
822
+ {
823
+ "kind": "Content",
824
+ "text": ";"
825
+ }
826
+ ],
827
+ "fileUrlPath": "dist/theme/default/index.d.ts",
828
+ "returnTypeTokenRange": {
829
+ "startIndex": 8,
830
+ "endIndex": 9
831
+ },
832
+ "releaseTag": "Public",
833
+ "overloadIndex": 1,
834
+ "parameters": [
835
+ {
836
+ "parameterName": "{ flow, config, children, components: flowOverrideComponents, }",
837
+ "parameterTypeTokenRange": {
838
+ "startIndex": 3,
839
+ "endIndex": 7
840
+ },
841
+ "isOptional": false
842
+ }
843
+ ],
844
+ "name": "Recovery"
845
+ },
846
+ {
847
+ "kind": "TypeAlias",
848
+ "canonicalReference": "@ory/elements-react!RecoveryFlowContextProps:type",
849
+ "docComment": "",
850
+ "excerptTokens": [
851
+ {
852
+ "kind": "Content",
853
+ "text": "type RecoveryFlowContextProps = "
854
+ },
855
+ {
856
+ "kind": "Content",
857
+ "text": "{\n flow: "
858
+ },
859
+ {
860
+ "kind": "Reference",
861
+ "text": "RecoveryFlow",
862
+ "canonicalReference": "@ory/client-fetch!RecoveryFlow:interface"
863
+ },
864
+ {
865
+ "kind": "Content",
866
+ "text": ";\n components?: "
867
+ },
868
+ {
869
+ "kind": "Reference",
870
+ "text": "OryFlowComponentOverrides",
871
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
872
+ },
873
+ {
874
+ "kind": "Content",
875
+ "text": ";\n config: "
876
+ },
877
+ {
878
+ "kind": "Reference",
879
+ "text": "OryClientConfiguration",
880
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
881
+ },
882
+ {
883
+ "kind": "Content",
884
+ "text": ";\n}"
885
+ },
886
+ {
887
+ "kind": "Content",
888
+ "text": ";"
889
+ }
890
+ ],
891
+ "fileUrlPath": "dist/theme/default/index.d.ts",
892
+ "releaseTag": "Public",
893
+ "name": "RecoveryFlowContextProps",
894
+ "typeTokenRange": {
895
+ "startIndex": 1,
896
+ "endIndex": 8
897
+ }
898
+ },
899
+ {
900
+ "kind": "Function",
901
+ "canonicalReference": "@ory/elements-react!Registration:function(1)",
902
+ "docComment": "",
903
+ "excerptTokens": [
904
+ {
905
+ "kind": "Content",
906
+ "text": "declare function Registration({ flow, children, "
907
+ },
908
+ {
909
+ "kind": "Reference",
910
+ "text": "components",
911
+ "canonicalReference": "@ory/elements-react!~__type#components"
912
+ },
913
+ {
914
+ "kind": "Content",
915
+ "text": ": flowOverrideComponents, config, }: "
916
+ },
917
+ {
918
+ "kind": "Reference",
919
+ "text": "PropsWithChildren",
920
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
921
+ },
922
+ {
923
+ "kind": "Content",
924
+ "text": "<"
925
+ },
926
+ {
927
+ "kind": "Reference",
928
+ "text": "RegistrationFlowContextProps",
929
+ "canonicalReference": "@ory/elements-react!~RegistrationFlowContextProps:type"
930
+ },
931
+ {
932
+ "kind": "Content",
933
+ "text": ">"
934
+ },
935
+ {
936
+ "kind": "Content",
937
+ "text": "): "
938
+ },
939
+ {
940
+ "kind": "Reference",
941
+ "text": "react_jsx_runtime.JSX.Element",
942
+ "canonicalReference": "@types/react!JSX.Element:interface"
943
+ },
944
+ {
945
+ "kind": "Content",
946
+ "text": ";"
947
+ }
948
+ ],
949
+ "fileUrlPath": "dist/theme/default/index.d.ts",
950
+ "returnTypeTokenRange": {
951
+ "startIndex": 8,
952
+ "endIndex": 9
953
+ },
954
+ "releaseTag": "Public",
955
+ "overloadIndex": 1,
956
+ "parameters": [
957
+ {
958
+ "parameterName": "{ flow, children, components: flowOverrideComponents, config, }",
959
+ "parameterTypeTokenRange": {
960
+ "startIndex": 3,
961
+ "endIndex": 7
962
+ },
963
+ "isOptional": false
964
+ }
965
+ ],
966
+ "name": "Registration"
967
+ },
968
+ {
969
+ "kind": "Function",
970
+ "canonicalReference": "@ory/elements-react!Settings:function(1)",
971
+ "docComment": "",
972
+ "excerptTokens": [
973
+ {
974
+ "kind": "Content",
975
+ "text": "declare function Settings({ flow, config, children, "
976
+ },
977
+ {
978
+ "kind": "Reference",
979
+ "text": "components",
980
+ "canonicalReference": "@ory/elements-react!~__type#components"
981
+ },
982
+ {
983
+ "kind": "Content",
984
+ "text": ": flowOverrideComponents, }: "
985
+ },
986
+ {
987
+ "kind": "Reference",
988
+ "text": "PropsWithChildren",
989
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
990
+ },
991
+ {
992
+ "kind": "Content",
993
+ "text": "<"
994
+ },
995
+ {
996
+ "kind": "Reference",
997
+ "text": "SettingsFlowContextProps",
998
+ "canonicalReference": "@ory/elements-react!SettingsFlowContextProps:type"
999
+ },
1000
+ {
1001
+ "kind": "Content",
1002
+ "text": ">"
1003
+ },
1004
+ {
1005
+ "kind": "Content",
1006
+ "text": "): "
1007
+ },
1008
+ {
1009
+ "kind": "Reference",
1010
+ "text": "react_jsx_runtime.JSX.Element",
1011
+ "canonicalReference": "@types/react!JSX.Element:interface"
1012
+ },
1013
+ {
1014
+ "kind": "Content",
1015
+ "text": ";"
1016
+ }
1017
+ ],
1018
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1019
+ "returnTypeTokenRange": {
1020
+ "startIndex": 8,
1021
+ "endIndex": 9
1022
+ },
1023
+ "releaseTag": "Public",
1024
+ "overloadIndex": 1,
1025
+ "parameters": [
1026
+ {
1027
+ "parameterName": "{ flow, config, children, components: flowOverrideComponents, }",
1028
+ "parameterTypeTokenRange": {
1029
+ "startIndex": 3,
1030
+ "endIndex": 7
1031
+ },
1032
+ "isOptional": false
1033
+ }
1034
+ ],
1035
+ "name": "Settings"
1036
+ },
1037
+ {
1038
+ "kind": "TypeAlias",
1039
+ "canonicalReference": "@ory/elements-react!SettingsFlowContextProps:type",
1040
+ "docComment": "",
1041
+ "excerptTokens": [
1042
+ {
1043
+ "kind": "Content",
1044
+ "text": "type SettingsFlowContextProps = "
1045
+ },
1046
+ {
1047
+ "kind": "Content",
1048
+ "text": "{\n flow: "
1049
+ },
1050
+ {
1051
+ "kind": "Reference",
1052
+ "text": "SettingsFlow",
1053
+ "canonicalReference": "@ory/client-fetch!SettingsFlow:interface"
1054
+ },
1055
+ {
1056
+ "kind": "Content",
1057
+ "text": ";\n components?: "
1058
+ },
1059
+ {
1060
+ "kind": "Reference",
1061
+ "text": "OryFlowComponentOverrides",
1062
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
1063
+ },
1064
+ {
1065
+ "kind": "Content",
1066
+ "text": ";\n config: "
1067
+ },
1068
+ {
1069
+ "kind": "Reference",
1070
+ "text": "OryClientConfiguration",
1071
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
1072
+ },
1073
+ {
1074
+ "kind": "Content",
1075
+ "text": ";\n}"
1076
+ },
1077
+ {
1078
+ "kind": "Content",
1079
+ "text": ";"
1080
+ }
1081
+ ],
1082
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1083
+ "releaseTag": "Public",
1084
+ "name": "SettingsFlowContextProps",
1085
+ "typeTokenRange": {
1086
+ "startIndex": 1,
1087
+ "endIndex": 8
1088
+ }
1089
+ },
1090
+ {
1091
+ "kind": "Function",
1092
+ "canonicalReference": "@ory/elements-react!Verification:function(1)",
1093
+ "docComment": "",
1094
+ "excerptTokens": [
1095
+ {
1096
+ "kind": "Content",
1097
+ "text": "declare function Verification({ flow, config, children, "
1098
+ },
1099
+ {
1100
+ "kind": "Reference",
1101
+ "text": "components",
1102
+ "canonicalReference": "@ory/elements-react!~__type#components"
1103
+ },
1104
+ {
1105
+ "kind": "Content",
1106
+ "text": ": flowOverrideComponents, }: "
1107
+ },
1108
+ {
1109
+ "kind": "Reference",
1110
+ "text": "PropsWithChildren",
1111
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1112
+ },
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": "<"
1116
+ },
1117
+ {
1118
+ "kind": "Reference",
1119
+ "text": "VerificationFlowContextProps",
1120
+ "canonicalReference": "@ory/elements-react!VerificationFlowContextProps:type"
1121
+ },
1122
+ {
1123
+ "kind": "Content",
1124
+ "text": ">"
1125
+ },
1126
+ {
1127
+ "kind": "Content",
1128
+ "text": "): "
1129
+ },
1130
+ {
1131
+ "kind": "Reference",
1132
+ "text": "react_jsx_runtime.JSX.Element",
1133
+ "canonicalReference": "@types/react!JSX.Element:interface"
1134
+ },
1135
+ {
1136
+ "kind": "Content",
1137
+ "text": ";"
1138
+ }
1139
+ ],
1140
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1141
+ "returnTypeTokenRange": {
1142
+ "startIndex": 8,
1143
+ "endIndex": 9
1144
+ },
1145
+ "releaseTag": "Public",
1146
+ "overloadIndex": 1,
1147
+ "parameters": [
1148
+ {
1149
+ "parameterName": "{ flow, config, children, components: flowOverrideComponents, }",
1150
+ "parameterTypeTokenRange": {
1151
+ "startIndex": 3,
1152
+ "endIndex": 7
1153
+ },
1154
+ "isOptional": false
1155
+ }
1156
+ ],
1157
+ "name": "Verification"
1158
+ },
1159
+ {
1160
+ "kind": "TypeAlias",
1161
+ "canonicalReference": "@ory/elements-react!VerificationFlowContextProps:type",
1162
+ "docComment": "",
1163
+ "excerptTokens": [
1164
+ {
1165
+ "kind": "Content",
1166
+ "text": "type VerificationFlowContextProps = "
1167
+ },
1168
+ {
1169
+ "kind": "Content",
1170
+ "text": "{\n flow: "
1171
+ },
1172
+ {
1173
+ "kind": "Reference",
1174
+ "text": "VerificationFlow",
1175
+ "canonicalReference": "@ory/client-fetch!VerificationFlow:interface"
1176
+ },
1177
+ {
1178
+ "kind": "Content",
1179
+ "text": ";\n components?: "
1180
+ },
1181
+ {
1182
+ "kind": "Reference",
1183
+ "text": "OryFlowComponentOverrides",
1184
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
1185
+ },
1186
+ {
1187
+ "kind": "Content",
1188
+ "text": ";\n config: "
1189
+ },
1190
+ {
1191
+ "kind": "Reference",
1192
+ "text": "OryClientConfiguration",
1193
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
1194
+ },
1195
+ {
1196
+ "kind": "Content",
1197
+ "text": ";\n}"
1198
+ },
1199
+ {
1200
+ "kind": "Content",
1201
+ "text": ";"
1202
+ }
1203
+ ],
1204
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1205
+ "releaseTag": "Public",
1206
+ "name": "VerificationFlowContextProps",
1207
+ "typeTokenRange": {
1208
+ "startIndex": 1,
1209
+ "endIndex": 8
1210
+ }
1211
+ }
1212
+ ]
1213
+ }
1214
+ ]
1215
+ }