@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,3065 @@
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": "TypeAlias",
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
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "type ErrorFlowContainer = "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "OryFlow",
187
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": "<"
192
+ },
193
+ {
194
+ "kind": "Reference",
195
+ "text": "FlowType.Error",
196
+ "canonicalReference": "@ory/client-fetch!FlowType.Error:member"
197
+ },
198
+ {
199
+ "kind": "Content",
200
+ "text": ", "
201
+ },
202
+ {
203
+ "kind": "Reference",
204
+ "text": "FlowError",
205
+ "canonicalReference": "@ory/client-fetch!FlowError:interface"
206
+ },
207
+ {
208
+ "kind": "Content",
209
+ "text": ">"
210
+ },
211
+ {
212
+ "kind": "Content",
213
+ "text": ";"
214
+ }
215
+ ],
216
+ "fileUrlPath": "dist/index.d.ts",
217
+ "releaseTag": "Public",
218
+ "name": "ErrorFlowContainer",
219
+ "typeTokenRange": {
220
+ "startIndex": 1,
221
+ "endIndex": 7
222
+ }
223
+ },
224
+ {
225
+ "kind": "TypeAlias",
226
+ "canonicalReference": "@ory/elements-react!FlowContainerSetter:type",
227
+ "docComment": "/**\n * Function to set the flow container.\n */\n",
228
+ "excerptTokens": [
229
+ {
230
+ "kind": "Content",
231
+ "text": "type FlowContainerSetter = "
232
+ },
233
+ {
234
+ "kind": "Reference",
235
+ "text": "Dispatch",
236
+ "canonicalReference": "@types/react!React.Dispatch:type"
237
+ },
238
+ {
239
+ "kind": "Content",
240
+ "text": "<"
241
+ },
242
+ {
243
+ "kind": "Reference",
244
+ "text": "Partial",
245
+ "canonicalReference": "!Partial:type"
246
+ },
247
+ {
248
+ "kind": "Content",
249
+ "text": "<"
250
+ },
251
+ {
252
+ "kind": "Reference",
253
+ "text": "OryFlowContainer",
254
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type"
255
+ },
256
+ {
257
+ "kind": "Content",
258
+ "text": ">>"
259
+ },
260
+ {
261
+ "kind": "Content",
262
+ "text": ";"
263
+ }
264
+ ],
265
+ "fileUrlPath": "dist/index.d.ts",
266
+ "releaseTag": "Public",
267
+ "name": "FlowContainerSetter",
268
+ "typeTokenRange": {
269
+ "startIndex": 1,
270
+ "endIndex": 7
271
+ }
272
+ },
273
+ {
274
+ "kind": "TypeAlias",
275
+ "canonicalReference": "@ory/elements-react!FlowContextValue:type",
276
+ "docComment": "/**\n * The return value of the OryFlowContext.\n */\n",
277
+ "excerptTokens": [
278
+ {
279
+ "kind": "Content",
280
+ "text": "type FlowContextValue = "
281
+ },
282
+ {
283
+ "kind": "Reference",
284
+ "text": "OryFlowContainer",
285
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type"
286
+ },
287
+ {
288
+ "kind": "Content",
289
+ "text": " & {\n setFlowContainer: "
290
+ },
291
+ {
292
+ "kind": "Reference",
293
+ "text": "FlowContainerSetter",
294
+ "canonicalReference": "@ory/elements-react!FlowContainerSetter:type"
295
+ },
296
+ {
297
+ "kind": "Content",
298
+ "text": ";\n}"
299
+ },
300
+ {
301
+ "kind": "Content",
302
+ "text": ";"
303
+ }
304
+ ],
305
+ "fileUrlPath": "dist/index.d.ts",
306
+ "releaseTag": "Public",
307
+ "name": "FlowContextValue",
308
+ "typeTokenRange": {
309
+ "startIndex": 1,
310
+ "endIndex": 5
311
+ }
312
+ },
313
+ {
314
+ "kind": "TypeAlias",
315
+ "canonicalReference": "@ory/elements-react!FormValues:type",
316
+ "docComment": "/**\n * A generic type for the form values.\n */\n",
317
+ "excerptTokens": [
318
+ {
319
+ "kind": "Content",
320
+ "text": "type FormValues = "
321
+ },
322
+ {
323
+ "kind": "Reference",
324
+ "text": "Record",
325
+ "canonicalReference": "!Record:type"
326
+ },
327
+ {
328
+ "kind": "Content",
329
+ "text": "<string, string | boolean | number | undefined>"
330
+ },
331
+ {
332
+ "kind": "Content",
333
+ "text": ";"
334
+ }
335
+ ],
336
+ "fileUrlPath": "dist/index.d.ts",
337
+ "releaseTag": "Public",
338
+ "name": "FormValues",
339
+ "typeTokenRange": {
340
+ "startIndex": 1,
341
+ "endIndex": 3
342
+ }
343
+ },
344
+ {
345
+ "kind": "TypeAlias",
346
+ "canonicalReference": "@ory/elements-react!IntlConfig:type",
347
+ "docComment": "",
348
+ "excerptTokens": [
349
+ {
350
+ "kind": "Content",
351
+ "text": "type IntlConfig = "
352
+ },
353
+ {
354
+ "kind": "Reference",
355
+ "text": "IntlContextProps",
356
+ "canonicalReference": "@ory/elements-react!~IntlContextProps:type"
357
+ },
358
+ {
359
+ "kind": "Content",
360
+ "text": ";"
361
+ }
362
+ ],
363
+ "fileUrlPath": "dist/index.d.ts",
364
+ "releaseTag": "Public",
365
+ "name": "IntlConfig",
366
+ "typeTokenRange": {
367
+ "startIndex": 1,
368
+ "endIndex": 2
369
+ }
370
+ },
371
+ {
372
+ "kind": "TypeAlias",
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",
375
+ "excerptTokens": [
376
+ {
377
+ "kind": "Content",
378
+ "text": "type LoginFlowContainer = "
379
+ },
380
+ {
381
+ "kind": "Reference",
382
+ "text": "OryFlow",
383
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
384
+ },
385
+ {
386
+ "kind": "Content",
387
+ "text": "<"
388
+ },
389
+ {
390
+ "kind": "Reference",
391
+ "text": "FlowType.Login",
392
+ "canonicalReference": "@ory/client-fetch!FlowType.Login:member"
393
+ },
394
+ {
395
+ "kind": "Content",
396
+ "text": ", "
397
+ },
398
+ {
399
+ "kind": "Reference",
400
+ "text": "LoginFlow",
401
+ "canonicalReference": "@ory/client-fetch!LoginFlow:interface"
402
+ },
403
+ {
404
+ "kind": "Content",
405
+ "text": ">"
406
+ },
407
+ {
408
+ "kind": "Content",
409
+ "text": ";"
410
+ }
411
+ ],
412
+ "fileUrlPath": "dist/index.d.ts",
413
+ "releaseTag": "Public",
414
+ "name": "LoginFlowContainer",
415
+ "typeTokenRange": {
416
+ "startIndex": 1,
417
+ "endIndex": 7
418
+ }
419
+ },
420
+ {
421
+ "kind": "Function",
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",
424
+ "excerptTokens": [
425
+ {
426
+ "kind": "Content",
427
+ "text": "declare function messageTestId(message: "
428
+ },
429
+ {
430
+ "kind": "Reference",
431
+ "text": "UiText",
432
+ "canonicalReference": "@ory/client-fetch!UiText:interface"
433
+ },
434
+ {
435
+ "kind": "Content",
436
+ "text": "): "
437
+ },
438
+ {
439
+ "kind": "Content",
440
+ "text": "{\n \"data-testid\": string;\n}"
441
+ },
442
+ {
443
+ "kind": "Content",
444
+ "text": ";"
445
+ }
446
+ ],
447
+ "fileUrlPath": "dist/index.d.ts",
448
+ "returnTypeTokenRange": {
449
+ "startIndex": 3,
450
+ "endIndex": 4
451
+ },
452
+ "releaseTag": "Public",
453
+ "overloadIndex": 1,
454
+ "parameters": [
455
+ {
456
+ "parameterName": "message",
457
+ "parameterTypeTokenRange": {
458
+ "startIndex": 1,
459
+ "endIndex": 2
460
+ },
461
+ "isOptional": false
462
+ }
463
+ ],
464
+ "name": "messageTestId"
465
+ },
466
+ {
467
+ "kind": "TypeAlias",
468
+ "canonicalReference": "@ory/elements-react!OnSubmitHandlerProps:type",
469
+ "docComment": "/**\n * Props for the submit handler\n */\n",
470
+ "excerptTokens": [
471
+ {
472
+ "kind": "Content",
473
+ "text": "type OnSubmitHandlerProps<T extends "
474
+ },
475
+ {
476
+ "kind": "Reference",
477
+ "text": "UpdateLoginFlowBody",
478
+ "canonicalReference": "@ory/client-fetch!UpdateLoginFlowBody:type"
479
+ },
480
+ {
481
+ "kind": "Content",
482
+ "text": " | "
483
+ },
484
+ {
485
+ "kind": "Reference",
486
+ "text": "UpdateRegistrationFlowBody",
487
+ "canonicalReference": "@ory/client-fetch!UpdateRegistrationFlowBody:type"
488
+ },
489
+ {
490
+ "kind": "Content",
491
+ "text": " | "
492
+ },
493
+ {
494
+ "kind": "Reference",
495
+ "text": "UpdateVerificationFlowBody",
496
+ "canonicalReference": "@ory/client-fetch!UpdateVerificationFlowBody:type"
497
+ },
498
+ {
499
+ "kind": "Content",
500
+ "text": " | "
501
+ },
502
+ {
503
+ "kind": "Reference",
504
+ "text": "UpdateRecoveryFlowBody",
505
+ "canonicalReference": "@ory/client-fetch!UpdateRecoveryFlowBody:type"
506
+ },
507
+ {
508
+ "kind": "Content",
509
+ "text": " | "
510
+ },
511
+ {
512
+ "kind": "Reference",
513
+ "text": "UpdateSettingsFlowBody",
514
+ "canonicalReference": "@ory/client-fetch!UpdateSettingsFlowBody:type"
515
+ },
516
+ {
517
+ "kind": "Content",
518
+ "text": "> = "
519
+ },
520
+ {
521
+ "kind": "Content",
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
+ ],
547
+ "fileUrlPath": "dist/index.d.ts",
548
+ "releaseTag": "Public",
549
+ "name": "OnSubmitHandlerProps",
550
+ "typeParameters": [
551
+ {
552
+ "typeParameterName": "T",
553
+ "constraintTokenRange": {
554
+ "startIndex": 1,
555
+ "endIndex": 10
556
+ },
557
+ "defaultTypeTokenRange": {
558
+ "startIndex": 0,
559
+ "endIndex": 0
560
+ }
561
+ }
562
+ ],
563
+ "typeTokenRange": {
564
+ "startIndex": 11,
565
+ "endIndex": 16
566
+ }
567
+ },
568
+ {
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",
572
+ "excerptTokens": [
573
+ {
574
+ "kind": "Content",
575
+ "text": "declare function OryCard({ children }: "
576
+ },
577
+ {
578
+ "kind": "Reference",
579
+ "text": "PropsWithChildren",
580
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
581
+ },
582
+ {
583
+ "kind": "Content",
584
+ "text": "): "
585
+ },
586
+ {
587
+ "kind": "Reference",
588
+ "text": "react_jsx_runtime.JSX.Element",
589
+ "canonicalReference": "@types/react!JSX.Element:interface"
590
+ },
591
+ {
592
+ "kind": "Content",
593
+ "text": ";"
594
+ }
595
+ ],
596
+ "fileUrlPath": "dist/index.d.ts",
597
+ "returnTypeTokenRange": {
598
+ "startIndex": 3,
599
+ "endIndex": 4
600
+ },
601
+ "releaseTag": "Public",
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"
614
+ },
615
+ {
616
+ "kind": "TypeAlias",
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",
619
+ "excerptTokens": [
620
+ {
621
+ "kind": "Content",
622
+ "text": "type OryCardAuthMethodListItemProps = "
623
+ },
624
+ {
625
+ "kind": "Content",
626
+ "text": "{\n onClick: () => void;\n group: string;\n}"
627
+ },
628
+ {
629
+ "kind": "Content",
630
+ "text": ";"
631
+ }
632
+ ],
633
+ "fileUrlPath": "dist/index.d.ts",
634
+ "releaseTag": "Public",
635
+ "name": "OryCardAuthMethodListItemProps",
636
+ "typeTokenRange": {
637
+ "startIndex": 1,
638
+ "endIndex": 2
639
+ }
640
+ },
641
+ {
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",
645
+ "excerptTokens": [
646
+ {
647
+ "kind": "Content",
648
+ "text": "declare function OryCardContent({ children }: "
649
+ },
650
+ {
651
+ "kind": "Reference",
652
+ "text": "OryCardContentProps",
653
+ "canonicalReference": "@ory/elements-react!OryCardContentProps:type"
654
+ },
655
+ {
656
+ "kind": "Content",
657
+ "text": "): "
658
+ },
659
+ {
660
+ "kind": "Reference",
661
+ "text": "react_jsx_runtime.JSX.Element",
662
+ "canonicalReference": "@types/react!JSX.Element:interface"
663
+ },
664
+ {
665
+ "kind": "Content",
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": [
677
+ {
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": [
693
+ {
694
+ "kind": "Content",
695
+ "text": "type OryCardContentProps = "
696
+ },
697
+ {
698
+ "kind": "Reference",
699
+ "text": "PropsWithChildren",
700
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
701
+ },
702
+ {
703
+ "kind": "Content",
704
+ "text": ";"
705
+ }
706
+ ],
707
+ "fileUrlPath": "dist/index.d.ts",
708
+ "releaseTag": "Public",
709
+ "name": "OryCardContentProps",
710
+ "typeTokenRange": {
711
+ "startIndex": 1,
712
+ "endIndex": 2
713
+ }
714
+ },
715
+ {
716
+ "kind": "TypeAlias",
717
+ "canonicalReference": "@ory/elements-react!OryCardDividerProps:type",
718
+ "docComment": "/**\n * Props type for the Form Group Divider component.\n */\n",
719
+ "excerptTokens": [
720
+ {
721
+ "kind": "Content",
722
+ "text": "type OryCardDividerProps = "
723
+ },
724
+ {
725
+ "kind": "Reference",
726
+ "text": "Record",
727
+ "canonicalReference": "!Record:type"
728
+ },
729
+ {
730
+ "kind": "Content",
731
+ "text": "<string, never>"
732
+ },
733
+ {
734
+ "kind": "Content",
735
+ "text": ";"
736
+ }
737
+ ],
738
+ "fileUrlPath": "dist/index.d.ts",
739
+ "releaseTag": "Public",
740
+ "name": "OryCardDividerProps",
741
+ "typeTokenRange": {
742
+ "startIndex": 1,
743
+ "endIndex": 3
744
+ }
745
+ },
746
+ {
747
+ "kind": "Function",
748
+ "canonicalReference": "@ory/elements-react!OryCardFooter:function(1)",
749
+ "docComment": "",
750
+ "excerptTokens": [
751
+ {
752
+ "kind": "Content",
753
+ "text": "declare function OryCardFooter(): "
754
+ },
755
+ {
756
+ "kind": "Reference",
757
+ "text": "react_jsx_runtime.JSX.Element",
758
+ "canonicalReference": "@types/react!JSX.Element:interface"
759
+ },
760
+ {
761
+ "kind": "Content",
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": [
780
+ {
781
+ "kind": "Content",
782
+ "text": "type OryCardFooterProps = "
783
+ },
784
+ {
785
+ "kind": "Reference",
786
+ "text": "Record",
787
+ "canonicalReference": "!Record:type"
788
+ },
789
+ {
790
+ "kind": "Content",
791
+ "text": "<string, never>"
792
+ },
793
+ {
794
+ "kind": "Content",
795
+ "text": ";"
796
+ }
797
+ ],
798
+ "fileUrlPath": "dist/index.d.ts",
799
+ "releaseTag": "Public",
800
+ "name": "OryCardFooterProps",
801
+ "typeTokenRange": {
802
+ "startIndex": 1,
803
+ "endIndex": 3
804
+ }
805
+ },
806
+ {
807
+ "kind": "Function",
808
+ "canonicalReference": "@ory/elements-react!OryCardHeader:function(1)",
809
+ "docComment": "",
810
+ "excerptTokens": [
811
+ {
812
+ "kind": "Content",
813
+ "text": "declare function OryCardHeader(): "
814
+ },
815
+ {
816
+ "kind": "Reference",
817
+ "text": "react_jsx_runtime.JSX.Element",
818
+ "canonicalReference": "@types/react!JSX.Element:interface"
819
+ },
820
+ {
821
+ "kind": "Content",
822
+ "text": ";"
823
+ }
824
+ ],
825
+ "fileUrlPath": "dist/index.d.ts",
826
+ "returnTypeTokenRange": {
827
+ "startIndex": 1,
828
+ "endIndex": 2
829
+ },
830
+ "releaseTag": "Public",
831
+ "overloadIndex": 1,
832
+ "parameters": [],
833
+ "name": "OryCardHeader"
834
+ },
835
+ {
836
+ "kind": "TypeAlias",
837
+ "canonicalReference": "@ory/elements-react!OryCardHeaderProps:type",
838
+ "docComment": "",
839
+ "excerptTokens": [
840
+ {
841
+ "kind": "Content",
842
+ "text": "type OryCardHeaderProps = "
843
+ },
844
+ {
845
+ "kind": "Reference",
846
+ "text": "Record",
847
+ "canonicalReference": "!Record:type"
848
+ },
849
+ {
850
+ "kind": "Content",
851
+ "text": "<string, never>"
852
+ },
853
+ {
854
+ "kind": "Content",
855
+ "text": ";"
856
+ }
857
+ ],
858
+ "fileUrlPath": "dist/index.d.ts",
859
+ "releaseTag": "Public",
860
+ "name": "OryCardHeaderProps",
861
+ "typeTokenRange": {
862
+ "startIndex": 1,
863
+ "endIndex": 3
864
+ }
865
+ },
866
+ {
867
+ "kind": "TypeAlias",
868
+ "canonicalReference": "@ory/elements-react!OryCardLogoProps:type",
869
+ "docComment": "",
870
+ "excerptTokens": [
871
+ {
872
+ "kind": "Content",
873
+ "text": "type OryCardLogoProps = "
874
+ },
875
+ {
876
+ "kind": "Reference",
877
+ "text": "Record",
878
+ "canonicalReference": "!Record:type"
879
+ },
880
+ {
881
+ "kind": "Content",
882
+ "text": "<string, never>"
883
+ },
884
+ {
885
+ "kind": "Content",
886
+ "text": ";"
887
+ }
888
+ ],
889
+ "fileUrlPath": "dist/index.d.ts",
890
+ "releaseTag": "Public",
891
+ "name": "OryCardLogoProps",
892
+ "typeTokenRange": {
893
+ "startIndex": 1,
894
+ "endIndex": 3
895
+ }
896
+ },
897
+ {
898
+ "kind": "TypeAlias",
899
+ "canonicalReference": "@ory/elements-react!OryCardProps:type",
900
+ "docComment": "",
901
+ "excerptTokens": [
902
+ {
903
+ "kind": "Content",
904
+ "text": "type OryCardRootProps = "
905
+ },
906
+ {
907
+ "kind": "Reference",
908
+ "text": "PropsWithChildren",
909
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
910
+ },
911
+ {
912
+ "kind": "Content",
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 }: "
932
+ },
933
+ {
934
+ "kind": "Reference",
935
+ "text": "OryMessageRootProps",
936
+ "canonicalReference": "@ory/elements-react!OryMessageRootProps:type"
937
+ },
938
+ {
939
+ "kind": "Content",
940
+ "text": "): "
941
+ },
942
+ {
943
+ "kind": "Reference",
944
+ "text": "react_jsx_runtime.JSX.Element",
945
+ "canonicalReference": "@types/react!JSX.Element:interface"
946
+ },
947
+ {
948
+ "kind": "Content",
949
+ "text": " | null"
950
+ },
951
+ {
952
+ "kind": "Content",
953
+ "text": ";"
954
+ }
955
+ ],
956
+ "fileUrlPath": "dist/index.d.ts",
957
+ "returnTypeTokenRange": {
958
+ "startIndex": 3,
959
+ "endIndex": 5
960
+ },
961
+ "releaseTag": "Public",
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"
974
+ },
975
+ {
976
+ "kind": "TypeAlias",
977
+ "canonicalReference": "@ory/elements-react!OryClientConfiguration:type",
978
+ "docComment": "",
979
+ "excerptTokens": [
980
+ {
981
+ "kind": "Content",
982
+ "text": "type OryClientConfiguration = "
983
+ },
984
+ {
985
+ "kind": "Content",
986
+ "text": "{\n name: string;\n logoUrl?: string;\n stylesheet?: string;\n favicon?: string;\n sdk: {\n url: string;\n options?: "
987
+ },
988
+ {
989
+ "kind": "Reference",
990
+ "text": "Partial",
991
+ "canonicalReference": "!Partial:type"
992
+ },
993
+ {
994
+ "kind": "Content",
995
+ "text": "<"
996
+ },
997
+ {
998
+ "kind": "Reference",
999
+ "text": "ConfigurationParameters",
1000
+ "canonicalReference": "@ory/client-fetch!ConfigurationParameters:interface"
1001
+ },
1002
+ {
1003
+ "kind": "Content",
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?: "
1005
+ },
1006
+ {
1007
+ "kind": "Reference",
1008
+ "text": "IntlConfig",
1009
+ "canonicalReference": "@ory/elements-react!IntlConfig:type"
1010
+ },
1011
+ {
1012
+ "kind": "Content",
1013
+ "text": ";\n}"
1014
+ },
1015
+ {
1016
+ "kind": "Content",
1017
+ "text": ";"
1018
+ }
1019
+ ],
1020
+ "fileUrlPath": "dist/index.d.ts",
1021
+ "releaseTag": "Public",
1022
+ "name": "OryClientConfiguration",
1023
+ "typeTokenRange": {
1024
+ "startIndex": 1,
1025
+ "endIndex": 8
1026
+ }
1027
+ },
1028
+ {
1029
+ "kind": "TypeAlias",
1030
+ "canonicalReference": "@ory/elements-react!OryCurrentIdentifierProps:type",
1031
+ "docComment": "",
1032
+ "excerptTokens": [
1033
+ {
1034
+ "kind": "Content",
1035
+ "text": "type OryCurrentIdentifierProps = "
1036
+ },
1037
+ {
1038
+ "kind": "Content",
1039
+ "text": "{\n attributes: "
1040
+ },
1041
+ {
1042
+ "kind": "Reference",
1043
+ "text": "UiNodeInputAttributes",
1044
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
1045
+ },
1046
+ {
1047
+ "kind": "Content",
1048
+ "text": ";\n node: "
1049
+ },
1050
+ {
1051
+ "kind": "Reference",
1052
+ "text": "UiNode",
1053
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
1054
+ },
1055
+ {
1056
+ "kind": "Content",
1057
+ "text": ";\n onClick?: () => void;\n href?: string;\n} & "
1058
+ },
1059
+ {
1060
+ "kind": "Reference",
1061
+ "text": "Omit",
1062
+ "canonicalReference": "!Omit:type"
1063
+ },
1064
+ {
1065
+ "kind": "Content",
1066
+ "text": "<"
1067
+ },
1068
+ {
1069
+ "kind": "Reference",
1070
+ "text": "ComponentPropsWithoutRef",
1071
+ "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
1072
+ },
1073
+ {
1074
+ "kind": "Content",
1075
+ "text": "<\"button\">, \"children\" | \"onClick\">"
1076
+ },
1077
+ {
1078
+ "kind": "Content",
1079
+ "text": ";"
1080
+ }
1081
+ ],
1082
+ "fileUrlPath": "dist/index.d.ts",
1083
+ "releaseTag": "Public",
1084
+ "name": "OryCurrentIdentifierProps",
1085
+ "typeTokenRange": {
1086
+ "startIndex": 1,
1087
+ "endIndex": 10
1088
+ }
1089
+ },
1090
+ {
1091
+ "kind": "TypeAlias",
1092
+ "canonicalReference": "@ory/elements-react!OryFlowComponentOverrides:type",
1093
+ "docComment": "",
1094
+ "excerptTokens": [
1095
+ {
1096
+ "kind": "Content",
1097
+ "text": "type OryFlowComponentOverrides = "
1098
+ },
1099
+ {
1100
+ "kind": "Reference",
1101
+ "text": "DeepPartialTwoLevels",
1102
+ "canonicalReference": "@ory/elements-react!~DeepPartialTwoLevels:type"
1103
+ },
1104
+ {
1105
+ "kind": "Content",
1106
+ "text": "<"
1107
+ },
1108
+ {
1109
+ "kind": "Reference",
1110
+ "text": "OryFlowComponents",
1111
+ "canonicalReference": "@ory/elements-react!OryFlowComponents:type"
1112
+ },
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": ">"
1116
+ },
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": ";"
1120
+ }
1121
+ ],
1122
+ "fileUrlPath": "dist/index.d.ts",
1123
+ "releaseTag": "Public",
1124
+ "name": "OryFlowComponentOverrides",
1125
+ "typeTokenRange": {
1126
+ "startIndex": 1,
1127
+ "endIndex": 5
1128
+ }
1129
+ },
1130
+ {
1131
+ "kind": "TypeAlias",
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",
1134
+ "excerptTokens": [
1135
+ {
1136
+ "kind": "Content",
1137
+ "text": "type OryFlowComponents = "
1138
+ },
1139
+ {
1140
+ "kind": "Content",
1141
+ "text": "{\n Node: {\n Button: "
1142
+ },
1143
+ {
1144
+ "kind": "Reference",
1145
+ "text": "ComponentType",
1146
+ "canonicalReference": "@types/react!React.ComponentType:type"
1147
+ },
1148
+ {
1149
+ "kind": "Content",
1150
+ "text": "<"
1151
+ },
1152
+ {
1153
+ "kind": "Reference",
1154
+ "text": "OryNodeButtonProps",
1155
+ "canonicalReference": "@ory/elements-react!OryNodeButtonProps:type"
1156
+ },
1157
+ {
1158
+ "kind": "Content",
1159
+ "text": ">;\n OidcButton: "
1160
+ },
1161
+ {
1162
+ "kind": "Reference",
1163
+ "text": "ComponentType",
1164
+ "canonicalReference": "@types/react!React.ComponentType:type"
1165
+ },
1166
+ {
1167
+ "kind": "Content",
1168
+ "text": "<"
1169
+ },
1170
+ {
1171
+ "kind": "Reference",
1172
+ "text": "OryNodeOidcButtonProps",
1173
+ "canonicalReference": "@ory/elements-react!OryNodeOidcButtonProps:type"
1174
+ },
1175
+ {
1176
+ "kind": "Content",
1177
+ "text": ">;\n CurrentIdentifierButton: "
1178
+ },
1179
+ {
1180
+ "kind": "Reference",
1181
+ "text": "ComponentType",
1182
+ "canonicalReference": "@types/react!React.ComponentType:type"
1183
+ },
1184
+ {
1185
+ "kind": "Content",
1186
+ "text": "<"
1187
+ },
1188
+ {
1189
+ "kind": "Reference",
1190
+ "text": "OryCurrentIdentifierProps",
1191
+ "canonicalReference": "@ory/elements-react!OryCurrentIdentifierProps:type"
1192
+ },
1193
+ {
1194
+ "kind": "Content",
1195
+ "text": ">;\n Anchor: "
1196
+ },
1197
+ {
1198
+ "kind": "Reference",
1199
+ "text": "ComponentType",
1200
+ "canonicalReference": "@types/react!React.ComponentType:type"
1201
+ },
1202
+ {
1203
+ "kind": "Content",
1204
+ "text": "<"
1205
+ },
1206
+ {
1207
+ "kind": "Reference",
1208
+ "text": "OryNodeAnchorProps",
1209
+ "canonicalReference": "@ory/elements-react!OryNodeAnchorProps:type"
1210
+ },
1211
+ {
1212
+ "kind": "Content",
1213
+ "text": ">;\n Input: "
1214
+ },
1215
+ {
1216
+ "kind": "Reference",
1217
+ "text": "ComponentType",
1218
+ "canonicalReference": "@types/react!React.ComponentType:type"
1219
+ },
1220
+ {
1221
+ "kind": "Content",
1222
+ "text": "<"
1223
+ },
1224
+ {
1225
+ "kind": "Reference",
1226
+ "text": "OryNodeInputProps",
1227
+ "canonicalReference": "@ory/elements-react!OryNodeInputProps:type"
1228
+ },
1229
+ {
1230
+ "kind": "Content",
1231
+ "text": ">;\n CodeInput: "
1232
+ },
1233
+ {
1234
+ "kind": "Reference",
1235
+ "text": "ComponentType",
1236
+ "canonicalReference": "@types/react!React.ComponentType:type"
1237
+ },
1238
+ {
1239
+ "kind": "Content",
1240
+ "text": "<"
1241
+ },
1242
+ {
1243
+ "kind": "Reference",
1244
+ "text": "OryNodeInputProps",
1245
+ "canonicalReference": "@ory/elements-react!OryNodeInputProps:type"
1246
+ },
1247
+ {
1248
+ "kind": "Content",
1249
+ "text": ">;\n Image: "
1250
+ },
1251
+ {
1252
+ "kind": "Reference",
1253
+ "text": "ComponentType",
1254
+ "canonicalReference": "@types/react!React.ComponentType:type"
1255
+ },
1256
+ {
1257
+ "kind": "Content",
1258
+ "text": "<"
1259
+ },
1260
+ {
1261
+ "kind": "Reference",
1262
+ "text": "OryNodeImageProps",
1263
+ "canonicalReference": "@ory/elements-react!OryNodeImageProps:type"
1264
+ },
1265
+ {
1266
+ "kind": "Content",
1267
+ "text": ">;\n Label: "
1268
+ },
1269
+ {
1270
+ "kind": "Reference",
1271
+ "text": "ComponentType",
1272
+ "canonicalReference": "@types/react!React.ComponentType:type"
1273
+ },
1274
+ {
1275
+ "kind": "Content",
1276
+ "text": "<"
1277
+ },
1278
+ {
1279
+ "kind": "Reference",
1280
+ "text": "OryNodeLabelProps",
1281
+ "canonicalReference": "@ory/elements-react!OryNodeLabelProps:type"
1282
+ },
1283
+ {
1284
+ "kind": "Content",
1285
+ "text": ">;\n Checkbox: "
1286
+ },
1287
+ {
1288
+ "kind": "Reference",
1289
+ "text": "ComponentType",
1290
+ "canonicalReference": "@types/react!React.ComponentType:type"
1291
+ },
1292
+ {
1293
+ "kind": "Content",
1294
+ "text": "<"
1295
+ },
1296
+ {
1297
+ "kind": "Reference",
1298
+ "text": "OryNodeInputProps",
1299
+ "canonicalReference": "@ory/elements-react!OryNodeInputProps:type"
1300
+ },
1301
+ {
1302
+ "kind": "Content",
1303
+ "text": ">;\n Text: "
1304
+ },
1305
+ {
1306
+ "kind": "Reference",
1307
+ "text": "ComponentType",
1308
+ "canonicalReference": "@types/react!React.ComponentType:type"
1309
+ },
1310
+ {
1311
+ "kind": "Content",
1312
+ "text": "<"
1313
+ },
1314
+ {
1315
+ "kind": "Reference",
1316
+ "text": "OryNodeTextProps",
1317
+ "canonicalReference": "@ory/elements-react!OryNodeTextProps:type"
1318
+ },
1319
+ {
1320
+ "kind": "Content",
1321
+ "text": ">;\n };\n Card: {\n Root: "
1322
+ },
1323
+ {
1324
+ "kind": "Reference",
1325
+ "text": "ComponentType",
1326
+ "canonicalReference": "@types/react!React.ComponentType:type"
1327
+ },
1328
+ {
1329
+ "kind": "Content",
1330
+ "text": "<"
1331
+ },
1332
+ {
1333
+ "kind": "Reference",
1334
+ "text": "OryCardRootProps",
1335
+ "canonicalReference": "@ory/elements-react!OryCardProps:type"
1336
+ },
1337
+ {
1338
+ "kind": "Content",
1339
+ "text": ">;\n Footer: "
1340
+ },
1341
+ {
1342
+ "kind": "Reference",
1343
+ "text": "ComponentType",
1344
+ "canonicalReference": "@types/react!React.ComponentType:type"
1345
+ },
1346
+ {
1347
+ "kind": "Content",
1348
+ "text": "<"
1349
+ },
1350
+ {
1351
+ "kind": "Reference",
1352
+ "text": "OryCardFooterProps",
1353
+ "canonicalReference": "@ory/elements-react!OryCardFooterProps:type"
1354
+ },
1355
+ {
1356
+ "kind": "Content",
1357
+ "text": ">;\n Header: "
1358
+ },
1359
+ {
1360
+ "kind": "Reference",
1361
+ "text": "ComponentType",
1362
+ "canonicalReference": "@types/react!React.ComponentType:type"
1363
+ },
1364
+ {
1365
+ "kind": "Content",
1366
+ "text": "<"
1367
+ },
1368
+ {
1369
+ "kind": "Reference",
1370
+ "text": "OryCardRootProps",
1371
+ "canonicalReference": "@ory/elements-react!OryCardProps:type"
1372
+ },
1373
+ {
1374
+ "kind": "Content",
1375
+ "text": ">;\n Content: "
1376
+ },
1377
+ {
1378
+ "kind": "Reference",
1379
+ "text": "ComponentType",
1380
+ "canonicalReference": "@types/react!React.ComponentType:type"
1381
+ },
1382
+ {
1383
+ "kind": "Content",
1384
+ "text": "<"
1385
+ },
1386
+ {
1387
+ "kind": "Reference",
1388
+ "text": "OryCardContentProps",
1389
+ "canonicalReference": "@ory/elements-react!OryCardContentProps:type"
1390
+ },
1391
+ {
1392
+ "kind": "Content",
1393
+ "text": ">;\n Logo: "
1394
+ },
1395
+ {
1396
+ "kind": "Reference",
1397
+ "text": "ComponentType",
1398
+ "canonicalReference": "@types/react!React.ComponentType:type"
1399
+ },
1400
+ {
1401
+ "kind": "Content",
1402
+ "text": "<"
1403
+ },
1404
+ {
1405
+ "kind": "Reference",
1406
+ "text": "OryCardLogoProps",
1407
+ "canonicalReference": "@ory/elements-react!OryCardLogoProps:type"
1408
+ },
1409
+ {
1410
+ "kind": "Content",
1411
+ "text": ">;\n Divider: "
1412
+ },
1413
+ {
1414
+ "kind": "Reference",
1415
+ "text": "ComponentType",
1416
+ "canonicalReference": "@types/react!React.ComponentType:type"
1417
+ },
1418
+ {
1419
+ "kind": "Content",
1420
+ "text": "<"
1421
+ },
1422
+ {
1423
+ "kind": "Reference",
1424
+ "text": "OryCardDividerProps",
1425
+ "canonicalReference": "@ory/elements-react!OryCardDividerProps:type"
1426
+ },
1427
+ {
1428
+ "kind": "Content",
1429
+ "text": ">;\n AuthMethodListItem: "
1430
+ },
1431
+ {
1432
+ "kind": "Reference",
1433
+ "text": "ComponentType",
1434
+ "canonicalReference": "@types/react!React.ComponentType:type"
1435
+ },
1436
+ {
1437
+ "kind": "Content",
1438
+ "text": "<"
1439
+ },
1440
+ {
1441
+ "kind": "Reference",
1442
+ "text": "OryCardAuthMethodListItemProps",
1443
+ "canonicalReference": "@ory/elements-react!OryCardAuthMethodListItemProps:type"
1444
+ },
1445
+ {
1446
+ "kind": "Content",
1447
+ "text": ">;\n };\n Form: {\n Root: "
1448
+ },
1449
+ {
1450
+ "kind": "Reference",
1451
+ "text": "ComponentType",
1452
+ "canonicalReference": "@types/react!React.ComponentType:type"
1453
+ },
1454
+ {
1455
+ "kind": "Content",
1456
+ "text": "<"
1457
+ },
1458
+ {
1459
+ "kind": "Reference",
1460
+ "text": "OryFormRootProps",
1461
+ "canonicalReference": "@ory/elements-react!OryFormRootProps:type"
1462
+ },
1463
+ {
1464
+ "kind": "Content",
1465
+ "text": ">;\n OidcRoot: "
1466
+ },
1467
+ {
1468
+ "kind": "Reference",
1469
+ "text": "ComponentType",
1470
+ "canonicalReference": "@types/react!React.ComponentType:type"
1471
+ },
1472
+ {
1473
+ "kind": "Content",
1474
+ "text": "<"
1475
+ },
1476
+ {
1477
+ "kind": "Reference",
1478
+ "text": "OryFormOidcRootProps",
1479
+ "canonicalReference": "@ory/elements-react!OryFormOidcRootProps:type"
1480
+ },
1481
+ {
1482
+ "kind": "Content",
1483
+ "text": ">;\n Group: "
1484
+ },
1485
+ {
1486
+ "kind": "Reference",
1487
+ "text": "ComponentType",
1488
+ "canonicalReference": "@types/react!React.ComponentType:type"
1489
+ },
1490
+ {
1491
+ "kind": "Content",
1492
+ "text": "<"
1493
+ },
1494
+ {
1495
+ "kind": "Reference",
1496
+ "text": "OryFormGroupProps",
1497
+ "canonicalReference": "@ory/elements-react!OryFormGroupProps:type"
1498
+ },
1499
+ {
1500
+ "kind": "Content",
1501
+ "text": ">;\n };\n Message: {\n Root: "
1502
+ },
1503
+ {
1504
+ "kind": "Reference",
1505
+ "text": "ComponentType",
1506
+ "canonicalReference": "@types/react!React.ComponentType:type"
1507
+ },
1508
+ {
1509
+ "kind": "Content",
1510
+ "text": "<"
1511
+ },
1512
+ {
1513
+ "kind": "Reference",
1514
+ "text": "OryMessageRootProps",
1515
+ "canonicalReference": "@ory/elements-react!OryMessageRootProps:type"
1516
+ },
1517
+ {
1518
+ "kind": "Content",
1519
+ "text": ">;\n Content: "
1520
+ },
1521
+ {
1522
+ "kind": "Reference",
1523
+ "text": "ComponentType",
1524
+ "canonicalReference": "@types/react!React.ComponentType:type"
1525
+ },
1526
+ {
1527
+ "kind": "Content",
1528
+ "text": "<"
1529
+ },
1530
+ {
1531
+ "kind": "Reference",
1532
+ "text": "OryMessageContentProps",
1533
+ "canonicalReference": "@ory/elements-react!OryMessageContentProps:type"
1534
+ },
1535
+ {
1536
+ "kind": "Content",
1537
+ "text": ">;\n };\n}"
1538
+ },
1539
+ {
1540
+ "kind": "Content",
1541
+ "text": ";"
1542
+ }
1543
+ ],
1544
+ "fileUrlPath": "dist/index.d.ts",
1545
+ "releaseTag": "Public",
1546
+ "name": "OryFlowComponents",
1547
+ "typeTokenRange": {
1548
+ "startIndex": 1,
1549
+ "endIndex": 90
1550
+ }
1551
+ },
1552
+ {
1553
+ "kind": "TypeAlias",
1554
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type",
1555
+ "docComment": "/**\n * A union type of all flow containers\n */\n",
1556
+ "excerptTokens": [
1557
+ {
1558
+ "kind": "Content",
1559
+ "text": "type OryFlowContainer = "
1560
+ },
1561
+ {
1562
+ "kind": "Reference",
1563
+ "text": "LoginFlowContainer",
1564
+ "canonicalReference": "@ory/elements-react!LoginFlowContainer:type"
1565
+ },
1566
+ {
1567
+ "kind": "Content",
1568
+ "text": " | "
1569
+ },
1570
+ {
1571
+ "kind": "Reference",
1572
+ "text": "RegistrationFlowContainer",
1573
+ "canonicalReference": "@ory/elements-react!RegistrationFlowContainer:type"
1574
+ },
1575
+ {
1576
+ "kind": "Content",
1577
+ "text": " | "
1578
+ },
1579
+ {
1580
+ "kind": "Reference",
1581
+ "text": "RecoveryFlowContainer",
1582
+ "canonicalReference": "@ory/elements-react!RecoveryFlowContainer:type"
1583
+ },
1584
+ {
1585
+ "kind": "Content",
1586
+ "text": " | "
1587
+ },
1588
+ {
1589
+ "kind": "Reference",
1590
+ "text": "VerificationFlowContainer",
1591
+ "canonicalReference": "@ory/elements-react!VerificationFlowContainer:type"
1592
+ },
1593
+ {
1594
+ "kind": "Content",
1595
+ "text": " | "
1596
+ },
1597
+ {
1598
+ "kind": "Reference",
1599
+ "text": "SettingsFlowContainer",
1600
+ "canonicalReference": "@ory/elements-react!SettingsFlowContainer:type"
1601
+ },
1602
+ {
1603
+ "kind": "Content",
1604
+ "text": ";"
1605
+ }
1606
+ ],
1607
+ "fileUrlPath": "dist/index.d.ts",
1608
+ "releaseTag": "Public",
1609
+ "name": "OryFlowContainer",
1610
+ "typeTokenRange": {
1611
+ "startIndex": 1,
1612
+ "endIndex": 10
1613
+ }
1614
+ },
1615
+ {
1616
+ "kind": "Function",
1617
+ "canonicalReference": "@ory/elements-react!OryForm:function(1)",
1618
+ "docComment": "",
1619
+ "excerptTokens": [
1620
+ {
1621
+ "kind": "Content",
1622
+ "text": "declare function OryForm({ children }: "
1623
+ },
1624
+ {
1625
+ "kind": "Reference",
1626
+ "text": "OryFormProps",
1627
+ "canonicalReference": "@ory/elements-react!OryFormProps:type"
1628
+ },
1629
+ {
1630
+ "kind": "Content",
1631
+ "text": "): "
1632
+ },
1633
+ {
1634
+ "kind": "Content",
1635
+ "text": "string | "
1636
+ },
1637
+ {
1638
+ "kind": "Reference",
1639
+ "text": "react_jsx_runtime.JSX.Element",
1640
+ "canonicalReference": "@types/react!JSX.Element:interface"
1641
+ },
1642
+ {
1643
+ "kind": "Content",
1644
+ "text": ";"
1645
+ }
1646
+ ],
1647
+ "fileUrlPath": "dist/index.d.ts",
1648
+ "returnTypeTokenRange": {
1649
+ "startIndex": 3,
1650
+ "endIndex": 5
1651
+ },
1652
+ "releaseTag": "Public",
1653
+ "overloadIndex": 1,
1654
+ "parameters": [
1655
+ {
1656
+ "parameterName": "{ children }",
1657
+ "parameterTypeTokenRange": {
1658
+ "startIndex": 1,
1659
+ "endIndex": 2
1660
+ },
1661
+ "isOptional": false
1662
+ }
1663
+ ],
1664
+ "name": "OryForm"
1665
+ },
1666
+ {
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",
1670
+ "excerptTokens": [
1671
+ {
1672
+ "kind": "Content",
1673
+ "text": "declare function OryFormGroupDivider(): "
1674
+ },
1675
+ {
1676
+ "kind": "Reference",
1677
+ "text": "react_jsx_runtime.JSX.Element",
1678
+ "canonicalReference": "@types/react!JSX.Element:interface"
1679
+ },
1680
+ {
1681
+ "kind": "Content",
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 = "
1707
+ },
1708
+ {
1709
+ "kind": "Reference",
1710
+ "text": "PropsWithChildren",
1711
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1712
+ },
1713
+ {
1714
+ "kind": "Content",
1715
+ "text": ";"
1716
+ }
1717
+ ],
1718
+ "fileUrlPath": "dist/index.d.ts",
1719
+ "releaseTag": "Public",
1720
+ "name": "OryFormGroupProps",
1721
+ "typeTokenRange": {
1722
+ "startIndex": 1,
1723
+ "endIndex": 2
1724
+ }
1725
+ },
1726
+ {
1727
+ "kind": "Function",
1728
+ "canonicalReference": "@ory/elements-react!OryFormGroups:function(1)",
1729
+ "docComment": "",
1730
+ "excerptTokens": [
1731
+ {
1732
+ "kind": "Content",
1733
+ "text": "declare function OryFormGroups({ children, groups }: "
1734
+ },
1735
+ {
1736
+ "kind": "Reference",
1737
+ "text": "OryFormGroupsProps",
1738
+ "canonicalReference": "@ory/elements-react!OryFormGroupsProps:type"
1739
+ },
1740
+ {
1741
+ "kind": "Content",
1742
+ "text": "): "
1743
+ },
1744
+ {
1745
+ "kind": "Reference",
1746
+ "text": "react_jsx_runtime.JSX.Element",
1747
+ "canonicalReference": "@types/react!JSX.Element:interface"
1748
+ },
1749
+ {
1750
+ "kind": "Content",
1751
+ "text": ";"
1752
+ }
1753
+ ],
1754
+ "fileUrlPath": "dist/index.d.ts",
1755
+ "returnTypeTokenRange": {
1756
+ "startIndex": 3,
1757
+ "endIndex": 4
1758
+ },
1759
+ "releaseTag": "Public",
1760
+ "overloadIndex": 1,
1761
+ "parameters": [
1762
+ {
1763
+ "parameterName": "{ children, groups }",
1764
+ "parameterTypeTokenRange": {
1765
+ "startIndex": 1,
1766
+ "endIndex": 2
1767
+ },
1768
+ "isOptional": false
1769
+ }
1770
+ ],
1771
+ "name": "OryFormGroups"
1772
+ },
1773
+ {
1774
+ "kind": "TypeAlias",
1775
+ "canonicalReference": "@ory/elements-react!OryFormGroupsProps:type",
1776
+ "docComment": "",
1777
+ "excerptTokens": [
1778
+ {
1779
+ "kind": "Content",
1780
+ "text": "type OryFormGroupsProps = "
1781
+ },
1782
+ {
1783
+ "kind": "Reference",
1784
+ "text": "PropsWithChildren",
1785
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1786
+ },
1787
+ {
1788
+ "kind": "Content",
1789
+ "text": "<{\n groups: "
1790
+ },
1791
+ {
1792
+ "kind": "Reference",
1793
+ "text": "UiNodeGroupEnum",
1794
+ "canonicalReference": "@ory/client-fetch!UiNodeGroupEnum:type"
1795
+ },
1796
+ {
1797
+ "kind": "Content",
1798
+ "text": "[];\n}>"
1799
+ },
1800
+ {
1801
+ "kind": "Content",
1802
+ "text": ";"
1803
+ }
1804
+ ],
1805
+ "fileUrlPath": "dist/index.d.ts",
1806
+ "releaseTag": "Public",
1807
+ "name": "OryFormGroupsProps",
1808
+ "typeTokenRange": {
1809
+ "startIndex": 1,
1810
+ "endIndex": 5
1811
+ }
1812
+ },
1813
+ {
1814
+ "kind": "Function",
1815
+ "canonicalReference": "@ory/elements-react!OryFormOidcButtons:function(1)",
1816
+ "docComment": "",
1817
+ "excerptTokens": [
1818
+ {
1819
+ "kind": "Content",
1820
+ "text": "declare function OryFormOidcButtons({ children, hideDivider, }: "
1821
+ },
1822
+ {
1823
+ "kind": "Reference",
1824
+ "text": "OryFormOidcButtonsProps",
1825
+ "canonicalReference": "@ory/elements-react!OryFormOidcButtonsProps:type"
1826
+ },
1827
+ {
1828
+ "kind": "Content",
1829
+ "text": "): "
1830
+ },
1831
+ {
1832
+ "kind": "Reference",
1833
+ "text": "react_jsx_runtime.JSX.Element",
1834
+ "canonicalReference": "@types/react!JSX.Element:interface"
1835
+ },
1836
+ {
1837
+ "kind": "Content",
1838
+ "text": " | null"
1839
+ },
1840
+ {
1841
+ "kind": "Content",
1842
+ "text": ";"
1843
+ }
1844
+ ],
1845
+ "fileUrlPath": "dist/index.d.ts",
1846
+ "returnTypeTokenRange": {
1847
+ "startIndex": 3,
1848
+ "endIndex": 5
1849
+ },
1850
+ "releaseTag": "Public",
1851
+ "overloadIndex": 1,
1852
+ "parameters": [
1853
+ {
1854
+ "parameterName": "{ children, hideDivider, }",
1855
+ "parameterTypeTokenRange": {
1856
+ "startIndex": 1,
1857
+ "endIndex": 2
1858
+ },
1859
+ "isOptional": false
1860
+ }
1861
+ ],
1862
+ "name": "OryFormOidcButtons"
1863
+ },
1864
+ {
1865
+ "kind": "TypeAlias",
1866
+ "canonicalReference": "@ory/elements-react!OryFormOidcButtonsProps:type",
1867
+ "docComment": "",
1868
+ "excerptTokens": [
1869
+ {
1870
+ "kind": "Content",
1871
+ "text": "type OryFormOidcButtonsProps = "
1872
+ },
1873
+ {
1874
+ "kind": "Reference",
1875
+ "text": "PropsWithChildren",
1876
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1877
+ },
1878
+ {
1879
+ "kind": "Content",
1880
+ "text": "<{\n hideDivider?: boolean;\n}>"
1881
+ },
1882
+ {
1883
+ "kind": "Content",
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": [
1900
+ {
1901
+ "kind": "Content",
1902
+ "text": "type OryFormOidcRootProps = "
1903
+ },
1904
+ {
1905
+ "kind": "Reference",
1906
+ "text": "PropsWithChildren",
1907
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1908
+ },
1909
+ {
1910
+ "kind": "Content",
1911
+ "text": "<{\n nodes: "
1912
+ },
1913
+ {
1914
+ "kind": "Reference",
1915
+ "text": "UiNode",
1916
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
1917
+ },
1918
+ {
1919
+ "kind": "Content",
1920
+ "text": "[];\n}>"
1921
+ },
1922
+ {
1923
+ "kind": "Content",
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": [
1940
+ {
1941
+ "kind": "Content",
1942
+ "text": "type OryFormProps = "
1943
+ },
1944
+ {
1945
+ "kind": "Reference",
1946
+ "text": "PropsWithChildren",
1947
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1948
+ },
1949
+ {
1950
+ "kind": "Content",
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": [
1967
+ {
1968
+ "kind": "Content",
1969
+ "text": "type OryFormRootProps = "
1970
+ },
1971
+ {
1972
+ "kind": "Reference",
1973
+ "text": "ComponentPropsWithoutRef",
1974
+ "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
1975
+ },
1976
+ {
1977
+ "kind": "Content",
1978
+ "text": "<\"form\"> & {\n onSubmit: "
1979
+ },
1980
+ {
1981
+ "kind": "Reference",
1982
+ "text": "FormEventHandler",
1983
+ "canonicalReference": "@types/react!React.FormEventHandler:type"
1984
+ },
1985
+ {
1986
+ "kind": "Content",
1987
+ "text": "<"
1988
+ },
1989
+ {
1990
+ "kind": "Reference",
1991
+ "text": "HTMLFormElement",
1992
+ "canonicalReference": "!HTMLFormElement:interface"
1993
+ },
1994
+ {
1995
+ "kind": "Content",
1996
+ "text": ">;\n}"
1997
+ },
1998
+ {
1999
+ "kind": "Content",
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": [
2016
+ {
2017
+ "kind": "Content",
2018
+ "text": "declare function OryFormSocialButtonsForm(): "
2019
+ },
2020
+ {
2021
+ "kind": "Reference",
2022
+ "text": "react_jsx_runtime.JSX.Element",
2023
+ "canonicalReference": "@types/react!JSX.Element:interface"
2024
+ },
2025
+ {
2026
+ "kind": "Content",
2027
+ "text": " | null"
2028
+ },
2029
+ {
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": [
2049
+ {
2050
+ "kind": "Content",
2051
+ "text": "locales: "
2052
+ },
2053
+ {
2054
+ "kind": "Reference",
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": [
2073
+ {
2074
+ "kind": "Content",
2075
+ "text": "type OryMessageContentProps = "
2076
+ },
2077
+ {
2078
+ "kind": "Content",
2079
+ "text": "{\n message: "
2080
+ },
2081
+ {
2082
+ "kind": "Reference",
2083
+ "text": "UiText",
2084
+ "canonicalReference": "@ory/client-fetch!UiText:interface"
2085
+ },
2086
+ {
2087
+ "kind": "Content",
2088
+ "text": ";\n}"
2089
+ },
2090
+ {
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": [
2108
+ {
2109
+ "kind": "Content",
2110
+ "text": "type OryMessageRootProps = "
2111
+ },
2112
+ {
2113
+ "kind": "Reference",
2114
+ "text": "DetailedHTMLProps",
2115
+ "canonicalReference": "@types/react!React.DetailedHTMLProps:type"
2116
+ },
2117
+ {
2118
+ "kind": "Content",
2119
+ "text": "<"
2120
+ },
2121
+ {
2122
+ "kind": "Reference",
2123
+ "text": "HTMLAttributes",
2124
+ "canonicalReference": "@types/react!React.HTMLAttributes:interface"
2125
+ },
2126
+ {
2127
+ "kind": "Content",
2128
+ "text": "<"
2129
+ },
2130
+ {
2131
+ "kind": "Reference",
2132
+ "text": "HTMLDivElement",
2133
+ "canonicalReference": "!HTMLDivElement:interface"
2134
+ },
2135
+ {
2136
+ "kind": "Content",
2137
+ "text": ">, "
2138
+ },
2139
+ {
2140
+ "kind": "Reference",
2141
+ "text": "HTMLDivElement",
2142
+ "canonicalReference": "!HTMLDivElement:interface"
2143
+ },
2144
+ {
2145
+ "kind": "Content",
2146
+ "text": ">"
2147
+ },
2148
+ {
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 = "
2169
+ },
2170
+ {
2171
+ "kind": "Content",
2172
+ "text": "{\n attributes: "
2173
+ },
2174
+ {
2175
+ "kind": "Reference",
2176
+ "text": "UiNodeAnchorAttributes",
2177
+ "canonicalReference": "@ory/client-fetch!UiNodeAnchorAttributes:interface"
2178
+ },
2179
+ {
2180
+ "kind": "Content",
2181
+ "text": ";\n node: "
2182
+ },
2183
+ {
2184
+ "kind": "Reference",
2185
+ "text": "UiNode",
2186
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2187
+ },
2188
+ {
2189
+ "kind": "Content",
2190
+ "text": ";\n} & "
2191
+ },
2192
+ {
2193
+ "kind": "Reference",
2194
+ "text": "Omit",
2195
+ "canonicalReference": "!Omit:type"
2196
+ },
2197
+ {
2198
+ "kind": "Content",
2199
+ "text": "<"
2200
+ },
2201
+ {
2202
+ "kind": "Reference",
2203
+ "text": "ComponentPropsWithoutRef",
2204
+ "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
2205
+ },
2206
+ {
2207
+ "kind": "Content",
2208
+ "text": "<\"a\">, \"children\">"
2209
+ },
2210
+ {
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 = "
2231
+ },
2232
+ {
2233
+ "kind": "Content",
2234
+ "text": "{\n attributes: "
2235
+ },
2236
+ {
2237
+ "kind": "Reference",
2238
+ "text": "UiNodeInputAttributes",
2239
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
2240
+ },
2241
+ {
2242
+ "kind": "Content",
2243
+ "text": ";\n node: "
2244
+ },
2245
+ {
2246
+ "kind": "Reference",
2247
+ "text": "UiNode",
2248
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2249
+ },
2250
+ {
2251
+ "kind": "Content",
2252
+ "text": ";\n} & "
2253
+ },
2254
+ {
2255
+ "kind": "Reference",
2256
+ "text": "Omit",
2257
+ "canonicalReference": "!Omit:type"
2258
+ },
2259
+ {
2260
+ "kind": "Content",
2261
+ "text": "<"
2262
+ },
2263
+ {
2264
+ "kind": "Reference",
2265
+ "text": "ComponentPropsWithoutRef",
2266
+ "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type"
2267
+ },
2268
+ {
2269
+ "kind": "Content",
2270
+ "text": "<\"button\">, \"children\">"
2271
+ },
2272
+ {
2273
+ "kind": "Content",
2274
+ "text": ";"
2275
+ }
2276
+ ],
2277
+ "fileUrlPath": "dist/index.d.ts",
2278
+ "releaseTag": "Public",
2279
+ "name": "OryNodeButtonProps",
2280
+ "typeTokenRange": {
2281
+ "startIndex": 1,
2282
+ "endIndex": 10
2283
+ }
2284
+ },
2285
+ {
2286
+ "kind": "TypeAlias",
2287
+ "canonicalReference": "@ory/elements-react!OryNodeImageProps:type",
2288
+ "docComment": "",
2289
+ "excerptTokens": [
2290
+ {
2291
+ "kind": "Content",
2292
+ "text": "type OryNodeImageProps = "
2293
+ },
2294
+ {
2295
+ "kind": "Content",
2296
+ "text": "{\n attributes: "
2297
+ },
2298
+ {
2299
+ "kind": "Reference",
2300
+ "text": "UiNodeImageAttributes",
2301
+ "canonicalReference": "@ory/client-fetch!UiNodeImageAttributes:interface"
2302
+ },
2303
+ {
2304
+ "kind": "Content",
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}"
2315
+ },
2316
+ {
2317
+ "kind": "Content",
2318
+ "text": ";"
2319
+ }
2320
+ ],
2321
+ "fileUrlPath": "dist/index.d.ts",
2322
+ "releaseTag": "Public",
2323
+ "name": "OryNodeImageProps",
2324
+ "typeTokenRange": {
2325
+ "startIndex": 1,
2326
+ "endIndex": 6
2327
+ }
2328
+ },
2329
+ {
2330
+ "kind": "TypeAlias",
2331
+ "canonicalReference": "@ory/elements-react!OryNodeInputProps:type",
2332
+ "docComment": "",
2333
+ "excerptTokens": [
2334
+ {
2335
+ "kind": "Content",
2336
+ "text": "type OryNodeInputProps = "
2337
+ },
2338
+ {
2339
+ "kind": "Content",
2340
+ "text": "{\n attributes: "
2341
+ },
2342
+ {
2343
+ "kind": "Reference",
2344
+ "text": "UiNodeInputAttributes",
2345
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
2346
+ },
2347
+ {
2348
+ "kind": "Content",
2349
+ "text": ";\n node: "
2350
+ },
2351
+ {
2352
+ "kind": "Reference",
2353
+ "text": "UiNode",
2354
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2355
+ },
2356
+ {
2357
+ "kind": "Content",
2358
+ "text": ";\n onClick?: "
2359
+ },
2360
+ {
2361
+ "kind": "Reference",
2362
+ "text": "MouseEventHandler",
2363
+ "canonicalReference": "@types/react!React.MouseEventHandler:type"
2364
+ },
2365
+ {
2366
+ "kind": "Content",
2367
+ "text": ";\n}"
2368
+ },
2369
+ {
2370
+ "kind": "Content",
2371
+ "text": ";"
2372
+ }
2373
+ ],
2374
+ "fileUrlPath": "dist/index.d.ts",
2375
+ "releaseTag": "Public",
2376
+ "name": "OryNodeInputProps",
2377
+ "typeTokenRange": {
2378
+ "startIndex": 1,
2379
+ "endIndex": 8
2380
+ }
2381
+ },
2382
+ {
2383
+ "kind": "TypeAlias",
2384
+ "canonicalReference": "@ory/elements-react!OryNodeLabelProps:type",
2385
+ "docComment": "",
2386
+ "excerptTokens": [
2387
+ {
2388
+ "kind": "Content",
2389
+ "text": "type OryNodeLabelProps = "
2390
+ },
2391
+ {
2392
+ "kind": "Content",
2393
+ "text": "{\n attributes: "
2394
+ },
2395
+ {
2396
+ "kind": "Reference",
2397
+ "text": "UiNodeInputAttributes",
2398
+ "canonicalReference": "@ory/client-fetch!UiNodeInputAttributes:interface"
2399
+ },
2400
+ {
2401
+ "kind": "Content",
2402
+ "text": ";\n node: "
2403
+ },
2404
+ {
2405
+ "kind": "Reference",
2406
+ "text": "UiNode",
2407
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2408
+ },
2409
+ {
2410
+ "kind": "Content",
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\">"
2421
+ },
2422
+ {
2423
+ "kind": "Content",
2424
+ "text": ";"
2425
+ }
2426
+ ],
2427
+ "fileUrlPath": "dist/index.d.ts",
2428
+ "releaseTag": "Public",
2429
+ "name": "OryNodeLabelProps",
2430
+ "typeTokenRange": {
2431
+ "startIndex": 1,
2432
+ "endIndex": 8
2433
+ }
2434
+ },
2435
+ {
2436
+ "kind": "TypeAlias",
2437
+ "canonicalReference": "@ory/elements-react!OryNodeOidcButtonProps:type",
2438
+ "docComment": "",
2439
+ "excerptTokens": [
2440
+ {
2441
+ "kind": "Content",
2442
+ "text": "type OryNodeOidcButtonProps = "
2443
+ },
2444
+ {
2445
+ "kind": "Content",
2446
+ "text": "{\n node: "
2447
+ },
2448
+ {
2449
+ "kind": "Reference",
2450
+ "text": "UiNode",
2451
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2452
+ },
2453
+ {
2454
+ "kind": "Content",
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}"
2465
+ },
2466
+ {
2467
+ "kind": "Content",
2468
+ "text": ";"
2469
+ }
2470
+ ],
2471
+ "fileUrlPath": "dist/index.d.ts",
2472
+ "releaseTag": "Public",
2473
+ "name": "OryNodeOidcButtonProps",
2474
+ "typeTokenRange": {
2475
+ "startIndex": 1,
2476
+ "endIndex": 6
2477
+ }
2478
+ },
2479
+ {
2480
+ "kind": "TypeAlias",
2481
+ "canonicalReference": "@ory/elements-react!OryNodeTextProps:type",
2482
+ "docComment": "",
2483
+ "excerptTokens": [
2484
+ {
2485
+ "kind": "Content",
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": ";"
2513
+ }
2514
+ ],
2515
+ "fileUrlPath": "dist/index.d.ts",
2516
+ "releaseTag": "Public",
2517
+ "name": "OryNodeTextProps",
2518
+ "typeTokenRange": {
2519
+ "startIndex": 1,
2520
+ "endIndex": 6
2521
+ }
2522
+ },
2523
+ {
2524
+ "kind": "Function",
2525
+ "canonicalReference": "@ory/elements-react!OryProvider:function(1)",
2526
+ "docComment": "",
2527
+ "excerptTokens": [
2528
+ {
2529
+ "kind": "Content",
2530
+ "text": "declare function OryProvider({ children, "
2531
+ },
2532
+ {
2533
+ "kind": "Reference",
2534
+ "text": "components",
2535
+ "canonicalReference": "@ory/elements-react!~__type#components"
2536
+ },
2537
+ {
2538
+ "kind": "Content",
2539
+ "text": ": Components, ...oryFlowProps }: "
2540
+ },
2541
+ {
2542
+ "kind": "Reference",
2543
+ "text": "OryProviderProps",
2544
+ "canonicalReference": "@ory/elements-react!OryProviderProps:type"
2545
+ },
2546
+ {
2547
+ "kind": "Content",
2548
+ "text": "): "
2549
+ },
2550
+ {
2551
+ "kind": "Reference",
2552
+ "text": "react_jsx_runtime.JSX.Element",
2553
+ "canonicalReference": "@types/react!JSX.Element:interface"
2554
+ },
2555
+ {
2556
+ "kind": "Content",
2557
+ "text": ";"
2558
+ }
2559
+ ],
2560
+ "fileUrlPath": "dist/index.d.ts",
2561
+ "returnTypeTokenRange": {
2562
+ "startIndex": 5,
2563
+ "endIndex": 6
2564
+ },
2565
+ "releaseTag": "Public",
2566
+ "overloadIndex": 1,
2567
+ "parameters": [
2568
+ {
2569
+ "parameterName": "{ children, components: Components, ...oryFlowProps }",
2570
+ "parameterTypeTokenRange": {
2571
+ "startIndex": 3,
2572
+ "endIndex": 4
2573
+ },
2574
+ "isOptional": false
2575
+ }
2576
+ ],
2577
+ "name": "OryProvider"
2578
+ },
2579
+ {
2580
+ "kind": "TypeAlias",
2581
+ "canonicalReference": "@ory/elements-react!OryProviderProps:type",
2582
+ "docComment": "",
2583
+ "excerptTokens": [
2584
+ {
2585
+ "kind": "Content",
2586
+ "text": "type OryProviderProps = "
2587
+ },
2588
+ {
2589
+ "kind": "Content",
2590
+ "text": "{\n components: "
2591
+ },
2592
+ {
2593
+ "kind": "Reference",
2594
+ "text": "OryFlowComponents",
2595
+ "canonicalReference": "@ory/elements-react!OryFlowComponents:type"
2596
+ },
2597
+ {
2598
+ "kind": "Content",
2599
+ "text": ";\n} & "
2600
+ },
2601
+ {
2602
+ "kind": "Reference",
2603
+ "text": "OryFlowContainer",
2604
+ "canonicalReference": "@ory/elements-react!OryFlowContainer:type"
2605
+ },
2606
+ {
2607
+ "kind": "Content",
2608
+ "text": " & "
2609
+ },
2610
+ {
2611
+ "kind": "Reference",
2612
+ "text": "PropsWithChildren",
2613
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
2614
+ },
2615
+ {
2616
+ "kind": "Content",
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": [
2633
+ {
2634
+ "kind": "Content",
2635
+ "text": "declare function OryTwoStepCard(): "
2636
+ },
2637
+ {
2638
+ "kind": "Reference",
2639
+ "text": "react_jsx_runtime.JSX.Element",
2640
+ "canonicalReference": "@types/react!JSX.Element:interface"
2641
+ },
2642
+ {
2643
+ "kind": "Content",
2644
+ "text": ";"
2645
+ }
2646
+ ],
2647
+ "fileUrlPath": "dist/index.d.ts",
2648
+ "returnTypeTokenRange": {
2649
+ "startIndex": 1,
2650
+ "endIndex": 2
2651
+ },
2652
+ "releaseTag": "Public",
2653
+ "overloadIndex": 1,
2654
+ "parameters": [],
2655
+ "name": "OryTwoStepCard"
2656
+ },
2657
+ {
2658
+ "kind": "TypeAlias",
2659
+ "canonicalReference": "@ory/elements-react!RecoveryFlowContainer:type",
2660
+ "docComment": "/**\n * A flow container for the recovery flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * RecoveryFlow\n */\n",
2661
+ "excerptTokens": [
2662
+ {
2663
+ "kind": "Content",
2664
+ "text": "type RecoveryFlowContainer = "
2665
+ },
2666
+ {
2667
+ "kind": "Reference",
2668
+ "text": "OryFlow",
2669
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
2670
+ },
2671
+ {
2672
+ "kind": "Content",
2673
+ "text": "<"
2674
+ },
2675
+ {
2676
+ "kind": "Reference",
2677
+ "text": "FlowType.Recovery",
2678
+ "canonicalReference": "@ory/client-fetch!FlowType.Recovery:member"
2679
+ },
2680
+ {
2681
+ "kind": "Content",
2682
+ "text": ", "
2683
+ },
2684
+ {
2685
+ "kind": "Reference",
2686
+ "text": "RecoveryFlow",
2687
+ "canonicalReference": "@ory/client-fetch!RecoveryFlow:interface"
2688
+ },
2689
+ {
2690
+ "kind": "Content",
2691
+ "text": ">"
2692
+ },
2693
+ {
2694
+ "kind": "Content",
2695
+ "text": ";"
2696
+ }
2697
+ ],
2698
+ "fileUrlPath": "dist/index.d.ts",
2699
+ "releaseTag": "Public",
2700
+ "name": "RecoveryFlowContainer",
2701
+ "typeTokenRange": {
2702
+ "startIndex": 1,
2703
+ "endIndex": 7
2704
+ }
2705
+ },
2706
+ {
2707
+ "kind": "TypeAlias",
2708
+ "canonicalReference": "@ory/elements-react!RegistrationFlowContainer:type",
2709
+ "docComment": "/**\n * A flow container for the registration flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * RegistrationFlow\n */\n",
2710
+ "excerptTokens": [
2711
+ {
2712
+ "kind": "Content",
2713
+ "text": "type RegistrationFlowContainer = "
2714
+ },
2715
+ {
2716
+ "kind": "Reference",
2717
+ "text": "OryFlow",
2718
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
2719
+ },
2720
+ {
2721
+ "kind": "Content",
2722
+ "text": "<"
2723
+ },
2724
+ {
2725
+ "kind": "Reference",
2726
+ "text": "FlowType.Registration",
2727
+ "canonicalReference": "@ory/client-fetch!FlowType.Registration:member"
2728
+ },
2729
+ {
2730
+ "kind": "Content",
2731
+ "text": ", "
2732
+ },
2733
+ {
2734
+ "kind": "Reference",
2735
+ "text": "RegistrationFlow",
2736
+ "canonicalReference": "@ory/client-fetch!RegistrationFlow:interface"
2737
+ },
2738
+ {
2739
+ "kind": "Content",
2740
+ "text": ">"
2741
+ },
2742
+ {
2743
+ "kind": "Content",
2744
+ "text": ";"
2745
+ }
2746
+ ],
2747
+ "fileUrlPath": "dist/index.d.ts",
2748
+ "releaseTag": "Public",
2749
+ "name": "RegistrationFlowContainer",
2750
+ "typeTokenRange": {
2751
+ "startIndex": 1,
2752
+ "endIndex": 7
2753
+ }
2754
+ },
2755
+ {
2756
+ "kind": "TypeAlias",
2757
+ "canonicalReference": "@ory/elements-react!SettingsFlowContainer:type",
2758
+ "docComment": "/**\n * A flow container for the settings flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * SettingsFlow\n */\n",
2759
+ "excerptTokens": [
2760
+ {
2761
+ "kind": "Content",
2762
+ "text": "type SettingsFlowContainer = "
2763
+ },
2764
+ {
2765
+ "kind": "Reference",
2766
+ "text": "OryFlow",
2767
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
2768
+ },
2769
+ {
2770
+ "kind": "Content",
2771
+ "text": "<"
2772
+ },
2773
+ {
2774
+ "kind": "Reference",
2775
+ "text": "FlowType.Settings",
2776
+ "canonicalReference": "@ory/client-fetch!FlowType.Settings:member"
2777
+ },
2778
+ {
2779
+ "kind": "Content",
2780
+ "text": ", "
2781
+ },
2782
+ {
2783
+ "kind": "Reference",
2784
+ "text": "SettingsFlow",
2785
+ "canonicalReference": "@ory/client-fetch!SettingsFlow:interface"
2786
+ },
2787
+ {
2788
+ "kind": "Content",
2789
+ "text": ">"
2790
+ },
2791
+ {
2792
+ "kind": "Content",
2793
+ "text": ";"
2794
+ }
2795
+ ],
2796
+ "fileUrlPath": "dist/index.d.ts",
2797
+ "releaseTag": "Public",
2798
+ "name": "SettingsFlowContainer",
2799
+ "typeTokenRange": {
2800
+ "startIndex": 1,
2801
+ "endIndex": 7
2802
+ }
2803
+ },
2804
+ {
2805
+ "kind": "Function",
2806
+ "canonicalReference": "@ory/elements-react!uiTextToFormattedMessage:function(1)",
2807
+ "docComment": "/**\n * Converts a UiText to a FormattedMessage. The UiText contains the id of the message and the context. The context is used to inject values into the message from Ory, e.g. a timestamp. For example a UI Node from Ory might look like this:\n *\n * \\{ \"type\":\"input\", \"group\":\"default\", \"attributes\": \\{ \"name\":\"traits.email\", \"type\":\"email\", \"required\":true, \"autocomplete\":\"email\", \"disabled\":false, \"node_type\":\"input\" \\}, \"messages\":[], \"meta\": \\{ \"label\": \\{ \"id\":1070002, \"text\":\"E-Mail\", \"type\":\"info\", \"context\":\\{ \"title\":\"E-Mail\" \\}, \\} \\} \\}\n *\n * The context has the key \"title\" which matches the formatter template name \"\\{title\\}\" An example translation file would look like this: \\{ \"identities.messages.1070002\": \"\\{title\\}\" \\}\n *\n * The formatter would then take the meta.label.id and look for the translation with the key matching the id. It would then replace the template \"\\{title\\}\" with the value from the context with the key \"title\".\n *\n * @param uiText - The UiText is part of the UiNode object sent by Kratos when performing a flow.\n *\n * @param intl - The intl object from react-intl\n */\n",
2808
+ "excerptTokens": [
2809
+ {
2810
+ "kind": "Content",
2811
+ "text": "uiTextToFormattedMessage: ({ id, context, text }: "
2812
+ },
2813
+ {
2814
+ "kind": "Reference",
2815
+ "text": "Omit",
2816
+ "canonicalReference": "!Omit:type"
2817
+ },
2818
+ {
2819
+ "kind": "Content",
2820
+ "text": "<"
2821
+ },
2822
+ {
2823
+ "kind": "Reference",
2824
+ "text": "UiText",
2825
+ "canonicalReference": "@ory/client-fetch!UiText:interface"
2826
+ },
2827
+ {
2828
+ "kind": "Content",
2829
+ "text": ", \"type\">"
2830
+ },
2831
+ {
2832
+ "kind": "Content",
2833
+ "text": ", intl: "
2834
+ },
2835
+ {
2836
+ "kind": "Reference",
2837
+ "text": "IntlShape",
2838
+ "canonicalReference": "react-intl!IntlShape:interface"
2839
+ },
2840
+ {
2841
+ "kind": "Content",
2842
+ "text": ") => "
2843
+ },
2844
+ {
2845
+ "kind": "Content",
2846
+ "text": "string"
2847
+ }
2848
+ ],
2849
+ "fileUrlPath": "dist/index.d.ts",
2850
+ "returnTypeTokenRange": {
2851
+ "startIndex": 8,
2852
+ "endIndex": 9
2853
+ },
2854
+ "releaseTag": "Public",
2855
+ "overloadIndex": 1,
2856
+ "parameters": [
2857
+ {
2858
+ "parameterName": "{ id, context, text }",
2859
+ "parameterTypeTokenRange": {
2860
+ "startIndex": 1,
2861
+ "endIndex": 5
2862
+ },
2863
+ "isOptional": false
2864
+ },
2865
+ {
2866
+ "parameterName": "intl",
2867
+ "parameterTypeTokenRange": {
2868
+ "startIndex": 6,
2869
+ "endIndex": 7
2870
+ },
2871
+ "isOptional": false
2872
+ }
2873
+ ],
2874
+ "name": "uiTextToFormattedMessage"
2875
+ },
2876
+ {
2877
+ "kind": "Function",
2878
+ "canonicalReference": "@ory/elements-react!useComponents:function(1)",
2879
+ "docComment": "",
2880
+ "excerptTokens": [
2881
+ {
2882
+ "kind": "Content",
2883
+ "text": "declare function useComponents(): "
2884
+ },
2885
+ {
2886
+ "kind": "Reference",
2887
+ "text": "OryFlowComponents",
2888
+ "canonicalReference": "@ory/elements-react!OryFlowComponents:type"
2889
+ },
2890
+ {
2891
+ "kind": "Content",
2892
+ "text": ";"
2893
+ }
2894
+ ],
2895
+ "fileUrlPath": "dist/index.d.ts",
2896
+ "returnTypeTokenRange": {
2897
+ "startIndex": 1,
2898
+ "endIndex": 2
2899
+ },
2900
+ "releaseTag": "Public",
2901
+ "overloadIndex": 1,
2902
+ "parameters": [],
2903
+ "name": "useComponents"
2904
+ },
2905
+ {
2906
+ "kind": "Function",
2907
+ "canonicalReference": "@ory/elements-react!useNodeSorter:function(1)",
2908
+ "docComment": "",
2909
+ "excerptTokens": [
2910
+ {
2911
+ "kind": "Content",
2912
+ "text": "declare function useNodeSorter(): "
2913
+ },
2914
+ {
2915
+ "kind": "Content",
2916
+ "text": "(a: "
2917
+ },
2918
+ {
2919
+ "kind": "Reference",
2920
+ "text": "UiNode",
2921
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2922
+ },
2923
+ {
2924
+ "kind": "Content",
2925
+ "text": ", b: "
2926
+ },
2927
+ {
2928
+ "kind": "Reference",
2929
+ "text": "UiNode",
2930
+ "canonicalReference": "@ory/client-fetch!UiNode:interface"
2931
+ },
2932
+ {
2933
+ "kind": "Content",
2934
+ "text": ", ctx: {\n flowType: string;\n}) => number"
2935
+ },
2936
+ {
2937
+ "kind": "Content",
2938
+ "text": ";"
2939
+ }
2940
+ ],
2941
+ "fileUrlPath": "dist/index.d.ts",
2942
+ "returnTypeTokenRange": {
2943
+ "startIndex": 1,
2944
+ "endIndex": 6
2945
+ },
2946
+ "releaseTag": "Public",
2947
+ "overloadIndex": 1,
2948
+ "parameters": [],
2949
+ "name": "useNodeSorter"
2950
+ },
2951
+ {
2952
+ "kind": "Function",
2953
+ "canonicalReference": "@ory/elements-react!useOryFlow:function(1)",
2954
+ "docComment": "/**\n * Returns an object that contains the current flow and the flow type, as well as the configuration.\n *\n * @returns The current flow container\n */\n",
2955
+ "excerptTokens": [
2956
+ {
2957
+ "kind": "Content",
2958
+ "text": "declare function useOryFlow(): "
2959
+ },
2960
+ {
2961
+ "kind": "Reference",
2962
+ "text": "FlowContextValue",
2963
+ "canonicalReference": "@ory/elements-react!FlowContextValue:type"
2964
+ },
2965
+ {
2966
+ "kind": "Content",
2967
+ "text": ";"
2968
+ }
2969
+ ],
2970
+ "fileUrlPath": "dist/index.d.ts",
2971
+ "returnTypeTokenRange": {
2972
+ "startIndex": 1,
2973
+ "endIndex": 2
2974
+ },
2975
+ "releaseTag": "Public",
2976
+ "overloadIndex": 1,
2977
+ "parameters": [],
2978
+ "name": "useOryFlow"
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
+ },
3013
+ {
3014
+ "kind": "TypeAlias",
3015
+ "canonicalReference": "@ory/elements-react!VerificationFlowContainer:type",
3016
+ "docComment": "/**\n * A flow container for the verification flow\n *\n * @see\n *\n * OryFlow\n *\n * @see\n *\n * VerificationFlow\n */\n",
3017
+ "excerptTokens": [
3018
+ {
3019
+ "kind": "Content",
3020
+ "text": "type VerificationFlowContainer = "
3021
+ },
3022
+ {
3023
+ "kind": "Reference",
3024
+ "text": "OryFlow",
3025
+ "canonicalReference": "@ory/elements-react!~OryFlow:type"
3026
+ },
3027
+ {
3028
+ "kind": "Content",
3029
+ "text": "<"
3030
+ },
3031
+ {
3032
+ "kind": "Reference",
3033
+ "text": "FlowType.Verification",
3034
+ "canonicalReference": "@ory/client-fetch!FlowType.Verification:member"
3035
+ },
3036
+ {
3037
+ "kind": "Content",
3038
+ "text": ", "
3039
+ },
3040
+ {
3041
+ "kind": "Reference",
3042
+ "text": "VerificationFlow",
3043
+ "canonicalReference": "@ory/client-fetch!VerificationFlow:interface"
3044
+ },
3045
+ {
3046
+ "kind": "Content",
3047
+ "text": ">"
3048
+ },
3049
+ {
3050
+ "kind": "Content",
3051
+ "text": ";"
3052
+ }
3053
+ ],
3054
+ "fileUrlPath": "dist/index.d.ts",
3055
+ "releaseTag": "Public",
3056
+ "name": "VerificationFlowContainer",
3057
+ "typeTokenRange": {
3058
+ "startIndex": 1,
3059
+ "endIndex": 7
3060
+ }
3061
+ }
3062
+ ]
3063
+ }
3064
+ ]
3065
+ }