@ory/elements-react 1.0.0-next.2 → 1.0.0-next.21

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.
Files changed (69) hide show
  1. package/.vscode/i18n-ally-reviews.yml +3 -0
  2. package/.vscode/settings.json +4 -0
  3. package/CHANGELOG.md +303 -0
  4. package/README.md +179 -7
  5. package/api-report/elements-react-client.api.json +356 -0
  6. package/api-report/elements-react-client.api.md +33 -0
  7. package/api-report/elements-react-theme.api.json +1468 -0
  8. package/api-report/elements-react-theme.api.md +149 -0
  9. package/api-report/elements-react.api.json +3759 -0
  10. package/api-report/elements-react.api.md +442 -0
  11. package/api-report/temp/elements-react-client.api.md +33 -0
  12. package/api-report/temp/elements-react-theme.api.md +149 -0
  13. package/api-report/temp/elements-react.api.md +442 -0
  14. package/config/api-extractor-client.json +463 -0
  15. package/config/api-extractor-core.json +457 -0
  16. package/config/api-extractor-theme.json +463 -0
  17. package/dist/client/config.d.mts +21 -0
  18. package/dist/client/config.d.ts +21 -0
  19. package/dist/client/config.js +77 -0
  20. package/dist/client/config.js.map +1 -0
  21. package/dist/client/config.mjs +51 -0
  22. package/dist/client/config.mjs.map +1 -0
  23. package/dist/client/frontendClient.d.mts +7 -0
  24. package/dist/client/frontendClient.d.ts +7 -0
  25. package/dist/client/frontendClient.js +52 -0
  26. package/dist/client/frontendClient.js.map +1 -0
  27. package/dist/client/frontendClient.mjs +31 -0
  28. package/dist/client/frontendClient.mjs.map +1 -0
  29. package/dist/client/index.d.mts +5 -0
  30. package/dist/client/index.d.ts +5 -0
  31. package/dist/client/index.js +33 -0
  32. package/dist/client/index.js.map +1 -0
  33. package/dist/client/index.mjs +10 -0
  34. package/dist/client/index.mjs.map +1 -0
  35. package/dist/client/session-provider.d.mts +62 -0
  36. package/dist/client/session-provider.d.ts +62 -0
  37. package/dist/client/session-provider.js +96 -0
  38. package/dist/client/session-provider.js.map +1 -0
  39. package/dist/client/session-provider.mjs +71 -0
  40. package/dist/client/session-provider.mjs.map +1 -0
  41. package/dist/client/useSession.d.mts +32 -0
  42. package/dist/client/useSession.d.ts +32 -0
  43. package/dist/client/useSession.js +37 -0
  44. package/dist/client/useSession.js.map +1 -0
  45. package/dist/client/useSession.mjs +13 -0
  46. package/dist/client/useSession.mjs.map +1 -0
  47. package/dist/index.d.mts +441 -1634
  48. package/dist/index.d.ts +441 -1634
  49. package/dist/index.js +2496 -5787
  50. package/dist/index.js.map +1 -1
  51. package/dist/index.mjs +2492 -5756
  52. package/dist/index.mjs.map +1 -1
  53. package/dist/theme/default/index.css +673 -169
  54. package/dist/theme/default/index.css.map +1 -1
  55. package/dist/theme/default/index.d.mts +29 -142
  56. package/dist/theme/default/index.d.ts +29 -142
  57. package/dist/theme/default/index.js +1968 -10130
  58. package/dist/theme/default/index.js.map +1 -1
  59. package/dist/theme/default/index.mjs +2014 -10203
  60. package/dist/theme/default/index.mjs.map +1 -1
  61. package/jest.config.ts +23 -0
  62. package/package.json +34 -9
  63. package/postcss.config.ts +1 -0
  64. package/tailwind.config.ts +21 -12
  65. package/tsconfig.json +15 -3
  66. package/tsconfig.spec.json +20 -0
  67. package/variables-processed.json +385 -187
  68. package/.eslintrc.js +0 -61
  69. package/test-results/.last-run.json +0 -4
@@ -0,0 +1,1468 @@
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!DefaultButtonSocial:function(1)",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "declare function DefaultButtonSocial({ attributes, node, onClick, "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "showLabel",
187
+ "canonicalReference": "@ory/elements-react!~__type#showLabel"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": ": _showLabel, "
192
+ },
193
+ {
194
+ "kind": "Reference",
195
+ "text": "logos",
196
+ "canonicalReference": "@ory/elements-react!~__type#logos"
197
+ },
198
+ {
199
+ "kind": "Content",
200
+ "text": ": providedLogos, }: "
201
+ },
202
+ {
203
+ "kind": "Reference",
204
+ "text": "DefaultSocialButtonProps",
205
+ "canonicalReference": "@ory/elements-react!~DefaultSocialButtonProps:type"
206
+ },
207
+ {
208
+ "kind": "Content",
209
+ "text": "): "
210
+ },
211
+ {
212
+ "kind": "Reference",
213
+ "text": "react_jsx_runtime.JSX.Element",
214
+ "canonicalReference": "@types/react!JSX.Element:interface"
215
+ },
216
+ {
217
+ "kind": "Content",
218
+ "text": ";"
219
+ }
220
+ ],
221
+ "fileUrlPath": "dist/theme/default/index.d.ts",
222
+ "returnTypeTokenRange": {
223
+ "startIndex": 7,
224
+ "endIndex": 8
225
+ },
226
+ "releaseTag": "Public",
227
+ "overloadIndex": 1,
228
+ "parameters": [
229
+ {
230
+ "parameterName": "{ attributes, node, onClick, showLabel: _showLabel, logos: providedLogos, }",
231
+ "parameterTypeTokenRange": {
232
+ "startIndex": 5,
233
+ "endIndex": 6
234
+ },
235
+ "isOptional": false
236
+ }
237
+ ],
238
+ "name": "DefaultButtonSocial"
239
+ },
240
+ {
241
+ "kind": "Namespace",
242
+ "canonicalReference": "@ory/elements-react!DefaultButtonSocial:namespace",
243
+ "docComment": "",
244
+ "excerptTokens": [
245
+ {
246
+ "kind": "Content",
247
+ "text": "declare namespace DefaultButtonSocial "
248
+ }
249
+ ],
250
+ "fileUrlPath": "dist/theme/default/index.d.ts",
251
+ "releaseTag": "Public",
252
+ "name": "DefaultButtonSocial",
253
+ "preserveMemberOrder": false,
254
+ "members": [
255
+ {
256
+ "kind": "Function",
257
+ "canonicalReference": "@ory/elements-react!DefaultButtonSocial.WithLogos:function(1)",
258
+ "docComment": "",
259
+ "excerptTokens": [
260
+ {
261
+ "kind": "Content",
262
+ "text": "WithLogos: (logos: "
263
+ },
264
+ {
265
+ "kind": "Reference",
266
+ "text": "Record",
267
+ "canonicalReference": "!Record:type"
268
+ },
269
+ {
270
+ "kind": "Content",
271
+ "text": "<string, "
272
+ },
273
+ {
274
+ "kind": "Reference",
275
+ "text": "ElementType",
276
+ "canonicalReference": "@types/react!React.ElementType:type"
277
+ },
278
+ {
279
+ "kind": "Content",
280
+ "text": ">"
281
+ },
282
+ {
283
+ "kind": "Content",
284
+ "text": ") => "
285
+ },
286
+ {
287
+ "kind": "Content",
288
+ "text": "(props: "
289
+ },
290
+ {
291
+ "kind": "Reference",
292
+ "text": "DefaultSocialButtonProps",
293
+ "canonicalReference": "@ory/elements-react!~DefaultSocialButtonProps:type"
294
+ },
295
+ {
296
+ "kind": "Content",
297
+ "text": ") => "
298
+ },
299
+ {
300
+ "kind": "Reference",
301
+ "text": "react_jsx_runtime.JSX.Element",
302
+ "canonicalReference": "@types/react!JSX.Element:interface"
303
+ }
304
+ ],
305
+ "returnTypeTokenRange": {
306
+ "startIndex": 6,
307
+ "endIndex": 10
308
+ },
309
+ "releaseTag": "Public",
310
+ "overloadIndex": 1,
311
+ "parameters": [
312
+ {
313
+ "parameterName": "logos",
314
+ "parameterTypeTokenRange": {
315
+ "startIndex": 1,
316
+ "endIndex": 5
317
+ },
318
+ "isOptional": false
319
+ }
320
+ ],
321
+ "name": "WithLogos"
322
+ }
323
+ ]
324
+ },
325
+ {
326
+ "kind": "Function",
327
+ "canonicalReference": "@ory/elements-react!DefaultCard:function(1)",
328
+ "docComment": "",
329
+ "excerptTokens": [
330
+ {
331
+ "kind": "Content",
332
+ "text": "declare function DefaultCard({ children }: "
333
+ },
334
+ {
335
+ "kind": "Reference",
336
+ "text": "OryCardProps",
337
+ "canonicalReference": "@ory/elements-react!~OryCardRootProps:type"
338
+ },
339
+ {
340
+ "kind": "Content",
341
+ "text": "): "
342
+ },
343
+ {
344
+ "kind": "Reference",
345
+ "text": "react_jsx_runtime.JSX.Element",
346
+ "canonicalReference": "@types/react!JSX.Element:interface"
347
+ },
348
+ {
349
+ "kind": "Content",
350
+ "text": ";"
351
+ }
352
+ ],
353
+ "fileUrlPath": "dist/theme/default/index.d.ts",
354
+ "returnTypeTokenRange": {
355
+ "startIndex": 3,
356
+ "endIndex": 4
357
+ },
358
+ "releaseTag": "Public",
359
+ "overloadIndex": 1,
360
+ "parameters": [
361
+ {
362
+ "parameterName": "{ children }",
363
+ "parameterTypeTokenRange": {
364
+ "startIndex": 1,
365
+ "endIndex": 2
366
+ },
367
+ "isOptional": false
368
+ }
369
+ ],
370
+ "name": "DefaultCard"
371
+ },
372
+ {
373
+ "kind": "Function",
374
+ "canonicalReference": "@ory/elements-react!DefaultCardContent:function(1)",
375
+ "docComment": "",
376
+ "excerptTokens": [
377
+ {
378
+ "kind": "Content",
379
+ "text": "declare function DefaultCardContent({ children }: "
380
+ },
381
+ {
382
+ "kind": "Reference",
383
+ "text": "OryCardContentProps",
384
+ "canonicalReference": "@ory/elements-react!~OryCardContentProps:type"
385
+ },
386
+ {
387
+ "kind": "Content",
388
+ "text": "): "
389
+ },
390
+ {
391
+ "kind": "Reference",
392
+ "text": "react.ReactNode",
393
+ "canonicalReference": "@types/react!React.ReactNode:type"
394
+ },
395
+ {
396
+ "kind": "Content",
397
+ "text": ";"
398
+ }
399
+ ],
400
+ "fileUrlPath": "dist/theme/default/index.d.ts",
401
+ "returnTypeTokenRange": {
402
+ "startIndex": 3,
403
+ "endIndex": 4
404
+ },
405
+ "releaseTag": "Public",
406
+ "overloadIndex": 1,
407
+ "parameters": [
408
+ {
409
+ "parameterName": "{ children }",
410
+ "parameterTypeTokenRange": {
411
+ "startIndex": 1,
412
+ "endIndex": 2
413
+ },
414
+ "isOptional": false
415
+ }
416
+ ],
417
+ "name": "DefaultCardContent"
418
+ },
419
+ {
420
+ "kind": "Function",
421
+ "canonicalReference": "@ory/elements-react!DefaultCardFooter:function(1)",
422
+ "docComment": "",
423
+ "excerptTokens": [
424
+ {
425
+ "kind": "Content",
426
+ "text": "declare function DefaultCardFooter(): "
427
+ },
428
+ {
429
+ "kind": "Reference",
430
+ "text": "react_jsx_runtime.JSX.Element",
431
+ "canonicalReference": "@types/react!JSX.Element:interface"
432
+ },
433
+ {
434
+ "kind": "Content",
435
+ "text": " | null"
436
+ },
437
+ {
438
+ "kind": "Content",
439
+ "text": ";"
440
+ }
441
+ ],
442
+ "fileUrlPath": "dist/theme/default/index.d.ts",
443
+ "returnTypeTokenRange": {
444
+ "startIndex": 1,
445
+ "endIndex": 3
446
+ },
447
+ "releaseTag": "Public",
448
+ "overloadIndex": 1,
449
+ "parameters": [],
450
+ "name": "DefaultCardFooter"
451
+ },
452
+ {
453
+ "kind": "Function",
454
+ "canonicalReference": "@ory/elements-react!DefaultCardHeader:function(1)",
455
+ "docComment": "",
456
+ "excerptTokens": [
457
+ {
458
+ "kind": "Content",
459
+ "text": "declare function DefaultCardHeader(): "
460
+ },
461
+ {
462
+ "kind": "Reference",
463
+ "text": "react_jsx_runtime.JSX.Element",
464
+ "canonicalReference": "@types/react!JSX.Element:interface"
465
+ },
466
+ {
467
+ "kind": "Content",
468
+ "text": ";"
469
+ }
470
+ ],
471
+ "fileUrlPath": "dist/theme/default/index.d.ts",
472
+ "returnTypeTokenRange": {
473
+ "startIndex": 1,
474
+ "endIndex": 2
475
+ },
476
+ "releaseTag": "Public",
477
+ "overloadIndex": 1,
478
+ "parameters": [],
479
+ "name": "DefaultCardHeader"
480
+ },
481
+ {
482
+ "kind": "Function",
483
+ "canonicalReference": "@ory/elements-react!DefaultCardLayout:function(1)",
484
+ "docComment": "",
485
+ "excerptTokens": [
486
+ {
487
+ "kind": "Content",
488
+ "text": "declare function DefaultCardLayout({ children }: "
489
+ },
490
+ {
491
+ "kind": "Reference",
492
+ "text": "PropsWithChildren",
493
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
494
+ },
495
+ {
496
+ "kind": "Content",
497
+ "text": "): "
498
+ },
499
+ {
500
+ "kind": "Reference",
501
+ "text": "react_jsx_runtime.JSX.Element",
502
+ "canonicalReference": "@types/react!JSX.Element:interface"
503
+ },
504
+ {
505
+ "kind": "Content",
506
+ "text": ";"
507
+ }
508
+ ],
509
+ "fileUrlPath": "dist/theme/default/index.d.ts",
510
+ "returnTypeTokenRange": {
511
+ "startIndex": 3,
512
+ "endIndex": 4
513
+ },
514
+ "releaseTag": "Public",
515
+ "overloadIndex": 1,
516
+ "parameters": [
517
+ {
518
+ "parameterName": "{ children }",
519
+ "parameterTypeTokenRange": {
520
+ "startIndex": 1,
521
+ "endIndex": 2
522
+ },
523
+ "isOptional": false
524
+ }
525
+ ],
526
+ "name": "DefaultCardLayout"
527
+ },
528
+ {
529
+ "kind": "Function",
530
+ "canonicalReference": "@ory/elements-react!DefaultCardLogo:function(1)",
531
+ "docComment": "",
532
+ "excerptTokens": [
533
+ {
534
+ "kind": "Content",
535
+ "text": "declare function DefaultCardLogo(): "
536
+ },
537
+ {
538
+ "kind": "Reference",
539
+ "text": "react_jsx_runtime.JSX.Element",
540
+ "canonicalReference": "@types/react!JSX.Element:interface"
541
+ },
542
+ {
543
+ "kind": "Content",
544
+ "text": ";"
545
+ }
546
+ ],
547
+ "fileUrlPath": "dist/theme/default/index.d.ts",
548
+ "returnTypeTokenRange": {
549
+ "startIndex": 1,
550
+ "endIndex": 2
551
+ },
552
+ "releaseTag": "Public",
553
+ "overloadIndex": 1,
554
+ "parameters": [],
555
+ "name": "DefaultCardLogo"
556
+ },
557
+ {
558
+ "kind": "Function",
559
+ "canonicalReference": "@ory/elements-react!DefaultCurrentIdentifierButton:function(1)",
560
+ "docComment": "",
561
+ "excerptTokens": [
562
+ {
563
+ "kind": "Content",
564
+ "text": "declare function DefaultCurrentIdentifierButton(): "
565
+ },
566
+ {
567
+ "kind": "Reference",
568
+ "text": "react_jsx_runtime.JSX.Element",
569
+ "canonicalReference": "@types/react!JSX.Element:interface"
570
+ },
571
+ {
572
+ "kind": "Content",
573
+ "text": " | null"
574
+ },
575
+ {
576
+ "kind": "Content",
577
+ "text": ";"
578
+ }
579
+ ],
580
+ "fileUrlPath": "dist/theme/default/index.d.ts",
581
+ "returnTypeTokenRange": {
582
+ "startIndex": 1,
583
+ "endIndex": 3
584
+ },
585
+ "releaseTag": "Public",
586
+ "overloadIndex": 1,
587
+ "parameters": [],
588
+ "name": "DefaultCurrentIdentifierButton"
589
+ },
590
+ {
591
+ "kind": "Function",
592
+ "canonicalReference": "@ory/elements-react!DefaultFormContainer:function(1)",
593
+ "docComment": "",
594
+ "excerptTokens": [
595
+ {
596
+ "kind": "Content",
597
+ "text": "declare function DefaultFormContainer({ children, onSubmit, action, method, }: "
598
+ },
599
+ {
600
+ "kind": "Reference",
601
+ "text": "PropsWithChildren",
602
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
603
+ },
604
+ {
605
+ "kind": "Content",
606
+ "text": "<"
607
+ },
608
+ {
609
+ "kind": "Reference",
610
+ "text": "OryFormRootProps",
611
+ "canonicalReference": "@ory/elements-react!~OryFormRootProps:type"
612
+ },
613
+ {
614
+ "kind": "Content",
615
+ "text": ">"
616
+ },
617
+ {
618
+ "kind": "Content",
619
+ "text": "): "
620
+ },
621
+ {
622
+ "kind": "Reference",
623
+ "text": "react_jsx_runtime.JSX.Element",
624
+ "canonicalReference": "@types/react!JSX.Element:interface"
625
+ },
626
+ {
627
+ "kind": "Content",
628
+ "text": ";"
629
+ }
630
+ ],
631
+ "fileUrlPath": "dist/theme/default/index.d.ts",
632
+ "returnTypeTokenRange": {
633
+ "startIndex": 6,
634
+ "endIndex": 7
635
+ },
636
+ "releaseTag": "Public",
637
+ "overloadIndex": 1,
638
+ "parameters": [
639
+ {
640
+ "parameterName": "{ children, onSubmit, action, method, }",
641
+ "parameterTypeTokenRange": {
642
+ "startIndex": 1,
643
+ "endIndex": 5
644
+ },
645
+ "isOptional": false
646
+ }
647
+ ],
648
+ "name": "DefaultFormContainer"
649
+ },
650
+ {
651
+ "kind": "Function",
652
+ "canonicalReference": "@ory/elements-react!DefaultMessage:function(1)",
653
+ "docComment": "",
654
+ "excerptTokens": [
655
+ {
656
+ "kind": "Content",
657
+ "text": "declare function DefaultMessage({ message }: "
658
+ },
659
+ {
660
+ "kind": "Reference",
661
+ "text": "OryMessageContentProps",
662
+ "canonicalReference": "@ory/elements-react!~OryMessageContentProps:type"
663
+ },
664
+ {
665
+ "kind": "Content",
666
+ "text": "): "
667
+ },
668
+ {
669
+ "kind": "Reference",
670
+ "text": "react_jsx_runtime.JSX.Element",
671
+ "canonicalReference": "@types/react!JSX.Element:interface"
672
+ },
673
+ {
674
+ "kind": "Content",
675
+ "text": ";"
676
+ }
677
+ ],
678
+ "fileUrlPath": "dist/theme/default/index.d.ts",
679
+ "returnTypeTokenRange": {
680
+ "startIndex": 3,
681
+ "endIndex": 4
682
+ },
683
+ "releaseTag": "Public",
684
+ "overloadIndex": 1,
685
+ "parameters": [
686
+ {
687
+ "parameterName": "{ message }",
688
+ "parameterTypeTokenRange": {
689
+ "startIndex": 1,
690
+ "endIndex": 2
691
+ },
692
+ "isOptional": false
693
+ }
694
+ ],
695
+ "name": "DefaultMessage"
696
+ },
697
+ {
698
+ "kind": "Function",
699
+ "canonicalReference": "@ory/elements-react!DefaultMessageContainer:function(1)",
700
+ "docComment": "",
701
+ "excerptTokens": [
702
+ {
703
+ "kind": "Content",
704
+ "text": "declare function DefaultMessageContainer({ children }: "
705
+ },
706
+ {
707
+ "kind": "Reference",
708
+ "text": "PropsWithChildren",
709
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
710
+ },
711
+ {
712
+ "kind": "Content",
713
+ "text": "): "
714
+ },
715
+ {
716
+ "kind": "Reference",
717
+ "text": "react_jsx_runtime.JSX.Element",
718
+ "canonicalReference": "@types/react!JSX.Element:interface"
719
+ },
720
+ {
721
+ "kind": "Content",
722
+ "text": " | null"
723
+ },
724
+ {
725
+ "kind": "Content",
726
+ "text": ";"
727
+ }
728
+ ],
729
+ "fileUrlPath": "dist/theme/default/index.d.ts",
730
+ "returnTypeTokenRange": {
731
+ "startIndex": 3,
732
+ "endIndex": 5
733
+ },
734
+ "releaseTag": "Public",
735
+ "overloadIndex": 1,
736
+ "parameters": [
737
+ {
738
+ "parameterName": "{ children }",
739
+ "parameterTypeTokenRange": {
740
+ "startIndex": 1,
741
+ "endIndex": 2
742
+ },
743
+ "isOptional": false
744
+ }
745
+ ],
746
+ "name": "DefaultMessageContainer"
747
+ },
748
+ {
749
+ "kind": "Function",
750
+ "canonicalReference": "@ory/elements-react!Error_2:function(1)",
751
+ "docComment": "",
752
+ "excerptTokens": [
753
+ {
754
+ "kind": "Content",
755
+ "text": "declare function Error({ error, children, }: "
756
+ },
757
+ {
758
+ "kind": "Reference",
759
+ "text": "PropsWithChildren",
760
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
761
+ },
762
+ {
763
+ "kind": "Content",
764
+ "text": "<"
765
+ },
766
+ {
767
+ "kind": "Reference",
768
+ "text": "ErrorFlowContextProps",
769
+ "canonicalReference": "@ory/elements-react!ErrorFlowContextProps:type"
770
+ },
771
+ {
772
+ "kind": "Content",
773
+ "text": ">"
774
+ },
775
+ {
776
+ "kind": "Content",
777
+ "text": "): "
778
+ },
779
+ {
780
+ "kind": "Reference",
781
+ "text": "react_jsx_runtime.JSX.Element",
782
+ "canonicalReference": "@types/react!JSX.Element:interface"
783
+ },
784
+ {
785
+ "kind": "Content",
786
+ "text": ";"
787
+ }
788
+ ],
789
+ "fileUrlPath": "dist/theme/default/index.d.ts",
790
+ "returnTypeTokenRange": {
791
+ "startIndex": 6,
792
+ "endIndex": 7
793
+ },
794
+ "releaseTag": "Public",
795
+ "overloadIndex": 1,
796
+ "parameters": [
797
+ {
798
+ "parameterName": "{ error, children, }",
799
+ "parameterTypeTokenRange": {
800
+ "startIndex": 1,
801
+ "endIndex": 5
802
+ },
803
+ "isOptional": false
804
+ }
805
+ ],
806
+ "name": "Error_2"
807
+ },
808
+ {
809
+ "kind": "TypeAlias",
810
+ "canonicalReference": "@ory/elements-react!ErrorFlowContextProps:type",
811
+ "docComment": "",
812
+ "excerptTokens": [
813
+ {
814
+ "kind": "Content",
815
+ "text": "type ErrorFlowContextProps = "
816
+ },
817
+ {
818
+ "kind": "Content",
819
+ "text": "{\n error: "
820
+ },
821
+ {
822
+ "kind": "Reference",
823
+ "text": "FlowError",
824
+ "canonicalReference": "@ory/client-fetch!FlowError:interface"
825
+ },
826
+ {
827
+ "kind": "Content",
828
+ "text": ";\n components?: "
829
+ },
830
+ {
831
+ "kind": "Reference",
832
+ "text": "OryFlowComponentOverrides",
833
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
834
+ },
835
+ {
836
+ "kind": "Content",
837
+ "text": ";\n config: "
838
+ },
839
+ {
840
+ "kind": "Reference",
841
+ "text": "OryClientConfiguration",
842
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
843
+ },
844
+ {
845
+ "kind": "Content",
846
+ "text": ";\n}"
847
+ },
848
+ {
849
+ "kind": "Content",
850
+ "text": ";"
851
+ }
852
+ ],
853
+ "fileUrlPath": "dist/theme/default/index.d.ts",
854
+ "releaseTag": "Public",
855
+ "name": "ErrorFlowContextProps",
856
+ "typeTokenRange": {
857
+ "startIndex": 1,
858
+ "endIndex": 8
859
+ }
860
+ },
861
+ {
862
+ "kind": "Function",
863
+ "canonicalReference": "@ory/elements-react!getOryComponents:function(1)",
864
+ "docComment": "",
865
+ "excerptTokens": [
866
+ {
867
+ "kind": "Content",
868
+ "text": "declare function getOryComponents(overrides?: "
869
+ },
870
+ {
871
+ "kind": "Reference",
872
+ "text": "OryFlowComponentOverrides",
873
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
874
+ },
875
+ {
876
+ "kind": "Content",
877
+ "text": "): "
878
+ },
879
+ {
880
+ "kind": "Reference",
881
+ "text": "OryFlowComponents",
882
+ "canonicalReference": "@ory/elements-react!~OryFlowComponents:type"
883
+ },
884
+ {
885
+ "kind": "Content",
886
+ "text": ";"
887
+ }
888
+ ],
889
+ "fileUrlPath": "dist/theme/default/index.d.ts",
890
+ "returnTypeTokenRange": {
891
+ "startIndex": 3,
892
+ "endIndex": 4
893
+ },
894
+ "releaseTag": "Public",
895
+ "overloadIndex": 1,
896
+ "parameters": [
897
+ {
898
+ "parameterName": "overrides",
899
+ "parameterTypeTokenRange": {
900
+ "startIndex": 1,
901
+ "endIndex": 2
902
+ },
903
+ "isOptional": true
904
+ }
905
+ ],
906
+ "name": "getOryComponents"
907
+ },
908
+ {
909
+ "kind": "Function",
910
+ "canonicalReference": "@ory/elements-react!Login:function(1)",
911
+ "docComment": "",
912
+ "excerptTokens": [
913
+ {
914
+ "kind": "Content",
915
+ "text": "declare function Login({ flow, config, children, "
916
+ },
917
+ {
918
+ "kind": "Reference",
919
+ "text": "components",
920
+ "canonicalReference": "@ory/elements-react!~__type#components"
921
+ },
922
+ {
923
+ "kind": "Content",
924
+ "text": ": flowOverrideComponents, }: "
925
+ },
926
+ {
927
+ "kind": "Reference",
928
+ "text": "PropsWithChildren",
929
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
930
+ },
931
+ {
932
+ "kind": "Content",
933
+ "text": "<"
934
+ },
935
+ {
936
+ "kind": "Reference",
937
+ "text": "LoginFlowContextProps",
938
+ "canonicalReference": "@ory/elements-react!LoginFlowContextProps:type"
939
+ },
940
+ {
941
+ "kind": "Content",
942
+ "text": ">"
943
+ },
944
+ {
945
+ "kind": "Content",
946
+ "text": "): "
947
+ },
948
+ {
949
+ "kind": "Reference",
950
+ "text": "react_jsx_runtime.JSX.Element",
951
+ "canonicalReference": "@types/react!JSX.Element:interface"
952
+ },
953
+ {
954
+ "kind": "Content",
955
+ "text": ";"
956
+ }
957
+ ],
958
+ "fileUrlPath": "dist/theme/default/index.d.ts",
959
+ "returnTypeTokenRange": {
960
+ "startIndex": 8,
961
+ "endIndex": 9
962
+ },
963
+ "releaseTag": "Public",
964
+ "overloadIndex": 1,
965
+ "parameters": [
966
+ {
967
+ "parameterName": "{ flow, config, children, components: flowOverrideComponents, }",
968
+ "parameterTypeTokenRange": {
969
+ "startIndex": 3,
970
+ "endIndex": 7
971
+ },
972
+ "isOptional": false
973
+ }
974
+ ],
975
+ "name": "Login"
976
+ },
977
+ {
978
+ "kind": "TypeAlias",
979
+ "canonicalReference": "@ory/elements-react!LoginFlowContextProps:type",
980
+ "docComment": "",
981
+ "excerptTokens": [
982
+ {
983
+ "kind": "Content",
984
+ "text": "type LoginFlowContextProps = "
985
+ },
986
+ {
987
+ "kind": "Content",
988
+ "text": "{\n flow: "
989
+ },
990
+ {
991
+ "kind": "Reference",
992
+ "text": "LoginFlow",
993
+ "canonicalReference": "@ory/client-fetch!LoginFlow:interface"
994
+ },
995
+ {
996
+ "kind": "Content",
997
+ "text": ";\n components?: "
998
+ },
999
+ {
1000
+ "kind": "Reference",
1001
+ "text": "OryFlowComponentOverrides",
1002
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
1003
+ },
1004
+ {
1005
+ "kind": "Content",
1006
+ "text": ";\n config: "
1007
+ },
1008
+ {
1009
+ "kind": "Reference",
1010
+ "text": "OryClientConfiguration",
1011
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
1012
+ },
1013
+ {
1014
+ "kind": "Content",
1015
+ "text": ";\n}"
1016
+ },
1017
+ {
1018
+ "kind": "Content",
1019
+ "text": ";"
1020
+ }
1021
+ ],
1022
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1023
+ "releaseTag": "Public",
1024
+ "name": "LoginFlowContextProps",
1025
+ "typeTokenRange": {
1026
+ "startIndex": 1,
1027
+ "endIndex": 8
1028
+ }
1029
+ },
1030
+ {
1031
+ "kind": "Function",
1032
+ "canonicalReference": "@ory/elements-react!Recovery:function(1)",
1033
+ "docComment": "",
1034
+ "excerptTokens": [
1035
+ {
1036
+ "kind": "Content",
1037
+ "text": "declare function Recovery({ flow, config, children, "
1038
+ },
1039
+ {
1040
+ "kind": "Reference",
1041
+ "text": "components",
1042
+ "canonicalReference": "@ory/elements-react!~__type#components"
1043
+ },
1044
+ {
1045
+ "kind": "Content",
1046
+ "text": ": flowOverrideComponents, }: "
1047
+ },
1048
+ {
1049
+ "kind": "Reference",
1050
+ "text": "PropsWithChildren",
1051
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1052
+ },
1053
+ {
1054
+ "kind": "Content",
1055
+ "text": "<"
1056
+ },
1057
+ {
1058
+ "kind": "Reference",
1059
+ "text": "RecoveryFlowContextProps",
1060
+ "canonicalReference": "@ory/elements-react!RecoveryFlowContextProps:type"
1061
+ },
1062
+ {
1063
+ "kind": "Content",
1064
+ "text": ">"
1065
+ },
1066
+ {
1067
+ "kind": "Content",
1068
+ "text": "): "
1069
+ },
1070
+ {
1071
+ "kind": "Reference",
1072
+ "text": "react_jsx_runtime.JSX.Element",
1073
+ "canonicalReference": "@types/react!JSX.Element:interface"
1074
+ },
1075
+ {
1076
+ "kind": "Content",
1077
+ "text": ";"
1078
+ }
1079
+ ],
1080
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1081
+ "returnTypeTokenRange": {
1082
+ "startIndex": 8,
1083
+ "endIndex": 9
1084
+ },
1085
+ "releaseTag": "Public",
1086
+ "overloadIndex": 1,
1087
+ "parameters": [
1088
+ {
1089
+ "parameterName": "{ flow, config, children, components: flowOverrideComponents, }",
1090
+ "parameterTypeTokenRange": {
1091
+ "startIndex": 3,
1092
+ "endIndex": 7
1093
+ },
1094
+ "isOptional": false
1095
+ }
1096
+ ],
1097
+ "name": "Recovery"
1098
+ },
1099
+ {
1100
+ "kind": "TypeAlias",
1101
+ "canonicalReference": "@ory/elements-react!RecoveryFlowContextProps:type",
1102
+ "docComment": "",
1103
+ "excerptTokens": [
1104
+ {
1105
+ "kind": "Content",
1106
+ "text": "type RecoveryFlowContextProps = "
1107
+ },
1108
+ {
1109
+ "kind": "Content",
1110
+ "text": "{\n flow: "
1111
+ },
1112
+ {
1113
+ "kind": "Reference",
1114
+ "text": "RecoveryFlow",
1115
+ "canonicalReference": "@ory/client-fetch!RecoveryFlow:interface"
1116
+ },
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": ";\n components?: "
1120
+ },
1121
+ {
1122
+ "kind": "Reference",
1123
+ "text": "OryFlowComponentOverrides",
1124
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
1125
+ },
1126
+ {
1127
+ "kind": "Content",
1128
+ "text": ";\n config: "
1129
+ },
1130
+ {
1131
+ "kind": "Reference",
1132
+ "text": "OryClientConfiguration",
1133
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
1134
+ },
1135
+ {
1136
+ "kind": "Content",
1137
+ "text": ";\n}"
1138
+ },
1139
+ {
1140
+ "kind": "Content",
1141
+ "text": ";"
1142
+ }
1143
+ ],
1144
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1145
+ "releaseTag": "Public",
1146
+ "name": "RecoveryFlowContextProps",
1147
+ "typeTokenRange": {
1148
+ "startIndex": 1,
1149
+ "endIndex": 8
1150
+ }
1151
+ },
1152
+ {
1153
+ "kind": "Function",
1154
+ "canonicalReference": "@ory/elements-react!Registration:function(1)",
1155
+ "docComment": "",
1156
+ "excerptTokens": [
1157
+ {
1158
+ "kind": "Content",
1159
+ "text": "declare function Registration({ flow, children, "
1160
+ },
1161
+ {
1162
+ "kind": "Reference",
1163
+ "text": "components",
1164
+ "canonicalReference": "@ory/elements-react!~__type#components"
1165
+ },
1166
+ {
1167
+ "kind": "Content",
1168
+ "text": ": flowOverrideComponents, config, }: "
1169
+ },
1170
+ {
1171
+ "kind": "Reference",
1172
+ "text": "PropsWithChildren",
1173
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1174
+ },
1175
+ {
1176
+ "kind": "Content",
1177
+ "text": "<"
1178
+ },
1179
+ {
1180
+ "kind": "Reference",
1181
+ "text": "RegistrationFlowContextProps",
1182
+ "canonicalReference": "@ory/elements-react!~RegistrationFlowContextProps:type"
1183
+ },
1184
+ {
1185
+ "kind": "Content",
1186
+ "text": ">"
1187
+ },
1188
+ {
1189
+ "kind": "Content",
1190
+ "text": "): "
1191
+ },
1192
+ {
1193
+ "kind": "Reference",
1194
+ "text": "react_jsx_runtime.JSX.Element",
1195
+ "canonicalReference": "@types/react!JSX.Element:interface"
1196
+ },
1197
+ {
1198
+ "kind": "Content",
1199
+ "text": ";"
1200
+ }
1201
+ ],
1202
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1203
+ "returnTypeTokenRange": {
1204
+ "startIndex": 8,
1205
+ "endIndex": 9
1206
+ },
1207
+ "releaseTag": "Public",
1208
+ "overloadIndex": 1,
1209
+ "parameters": [
1210
+ {
1211
+ "parameterName": "{ flow, children, components: flowOverrideComponents, config, }",
1212
+ "parameterTypeTokenRange": {
1213
+ "startIndex": 3,
1214
+ "endIndex": 7
1215
+ },
1216
+ "isOptional": false
1217
+ }
1218
+ ],
1219
+ "name": "Registration"
1220
+ },
1221
+ {
1222
+ "kind": "Function",
1223
+ "canonicalReference": "@ory/elements-react!Settings:function(1)",
1224
+ "docComment": "",
1225
+ "excerptTokens": [
1226
+ {
1227
+ "kind": "Content",
1228
+ "text": "declare function Settings({ flow, config, children, "
1229
+ },
1230
+ {
1231
+ "kind": "Reference",
1232
+ "text": "components",
1233
+ "canonicalReference": "@ory/elements-react!~__type#components"
1234
+ },
1235
+ {
1236
+ "kind": "Content",
1237
+ "text": ": flowOverrideComponents, }: "
1238
+ },
1239
+ {
1240
+ "kind": "Reference",
1241
+ "text": "PropsWithChildren",
1242
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1243
+ },
1244
+ {
1245
+ "kind": "Content",
1246
+ "text": "<"
1247
+ },
1248
+ {
1249
+ "kind": "Reference",
1250
+ "text": "SettingsFlowContextProps",
1251
+ "canonicalReference": "@ory/elements-react!SettingsFlowContextProps:type"
1252
+ },
1253
+ {
1254
+ "kind": "Content",
1255
+ "text": ">"
1256
+ },
1257
+ {
1258
+ "kind": "Content",
1259
+ "text": "): "
1260
+ },
1261
+ {
1262
+ "kind": "Reference",
1263
+ "text": "react_jsx_runtime.JSX.Element",
1264
+ "canonicalReference": "@types/react!JSX.Element:interface"
1265
+ },
1266
+ {
1267
+ "kind": "Content",
1268
+ "text": ";"
1269
+ }
1270
+ ],
1271
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1272
+ "returnTypeTokenRange": {
1273
+ "startIndex": 8,
1274
+ "endIndex": 9
1275
+ },
1276
+ "releaseTag": "Public",
1277
+ "overloadIndex": 1,
1278
+ "parameters": [
1279
+ {
1280
+ "parameterName": "{ flow, config, children, components: flowOverrideComponents, }",
1281
+ "parameterTypeTokenRange": {
1282
+ "startIndex": 3,
1283
+ "endIndex": 7
1284
+ },
1285
+ "isOptional": false
1286
+ }
1287
+ ],
1288
+ "name": "Settings"
1289
+ },
1290
+ {
1291
+ "kind": "TypeAlias",
1292
+ "canonicalReference": "@ory/elements-react!SettingsFlowContextProps:type",
1293
+ "docComment": "",
1294
+ "excerptTokens": [
1295
+ {
1296
+ "kind": "Content",
1297
+ "text": "type SettingsFlowContextProps = "
1298
+ },
1299
+ {
1300
+ "kind": "Content",
1301
+ "text": "{\n flow: "
1302
+ },
1303
+ {
1304
+ "kind": "Reference",
1305
+ "text": "SettingsFlow",
1306
+ "canonicalReference": "@ory/client-fetch!SettingsFlow:interface"
1307
+ },
1308
+ {
1309
+ "kind": "Content",
1310
+ "text": ";\n components?: "
1311
+ },
1312
+ {
1313
+ "kind": "Reference",
1314
+ "text": "OryFlowComponentOverrides",
1315
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
1316
+ },
1317
+ {
1318
+ "kind": "Content",
1319
+ "text": ";\n config: "
1320
+ },
1321
+ {
1322
+ "kind": "Reference",
1323
+ "text": "OryClientConfiguration",
1324
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
1325
+ },
1326
+ {
1327
+ "kind": "Content",
1328
+ "text": ";\n}"
1329
+ },
1330
+ {
1331
+ "kind": "Content",
1332
+ "text": ";"
1333
+ }
1334
+ ],
1335
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1336
+ "releaseTag": "Public",
1337
+ "name": "SettingsFlowContextProps",
1338
+ "typeTokenRange": {
1339
+ "startIndex": 1,
1340
+ "endIndex": 8
1341
+ }
1342
+ },
1343
+ {
1344
+ "kind": "Function",
1345
+ "canonicalReference": "@ory/elements-react!Verification:function(1)",
1346
+ "docComment": "",
1347
+ "excerptTokens": [
1348
+ {
1349
+ "kind": "Content",
1350
+ "text": "declare function Verification({ flow, config, children, "
1351
+ },
1352
+ {
1353
+ "kind": "Reference",
1354
+ "text": "components",
1355
+ "canonicalReference": "@ory/elements-react!~__type#components"
1356
+ },
1357
+ {
1358
+ "kind": "Content",
1359
+ "text": ": flowOverrideComponents, }: "
1360
+ },
1361
+ {
1362
+ "kind": "Reference",
1363
+ "text": "PropsWithChildren",
1364
+ "canonicalReference": "@types/react!React.PropsWithChildren:type"
1365
+ },
1366
+ {
1367
+ "kind": "Content",
1368
+ "text": "<"
1369
+ },
1370
+ {
1371
+ "kind": "Reference",
1372
+ "text": "VerificationFlowContextProps",
1373
+ "canonicalReference": "@ory/elements-react!VerificationFlowContextProps:type"
1374
+ },
1375
+ {
1376
+ "kind": "Content",
1377
+ "text": ">"
1378
+ },
1379
+ {
1380
+ "kind": "Content",
1381
+ "text": "): "
1382
+ },
1383
+ {
1384
+ "kind": "Reference",
1385
+ "text": "react_jsx_runtime.JSX.Element",
1386
+ "canonicalReference": "@types/react!JSX.Element:interface"
1387
+ },
1388
+ {
1389
+ "kind": "Content",
1390
+ "text": ";"
1391
+ }
1392
+ ],
1393
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1394
+ "returnTypeTokenRange": {
1395
+ "startIndex": 8,
1396
+ "endIndex": 9
1397
+ },
1398
+ "releaseTag": "Public",
1399
+ "overloadIndex": 1,
1400
+ "parameters": [
1401
+ {
1402
+ "parameterName": "{ flow, config, children, components: flowOverrideComponents, }",
1403
+ "parameterTypeTokenRange": {
1404
+ "startIndex": 3,
1405
+ "endIndex": 7
1406
+ },
1407
+ "isOptional": false
1408
+ }
1409
+ ],
1410
+ "name": "Verification"
1411
+ },
1412
+ {
1413
+ "kind": "TypeAlias",
1414
+ "canonicalReference": "@ory/elements-react!VerificationFlowContextProps:type",
1415
+ "docComment": "",
1416
+ "excerptTokens": [
1417
+ {
1418
+ "kind": "Content",
1419
+ "text": "type VerificationFlowContextProps = "
1420
+ },
1421
+ {
1422
+ "kind": "Content",
1423
+ "text": "{\n flow: "
1424
+ },
1425
+ {
1426
+ "kind": "Reference",
1427
+ "text": "VerificationFlow",
1428
+ "canonicalReference": "@ory/client-fetch!VerificationFlow:interface"
1429
+ },
1430
+ {
1431
+ "kind": "Content",
1432
+ "text": ";\n components?: "
1433
+ },
1434
+ {
1435
+ "kind": "Reference",
1436
+ "text": "OryFlowComponentOverrides",
1437
+ "canonicalReference": "@ory/elements-react!~OryFlowComponentOverrides:type"
1438
+ },
1439
+ {
1440
+ "kind": "Content",
1441
+ "text": ";\n config: "
1442
+ },
1443
+ {
1444
+ "kind": "Reference",
1445
+ "text": "OryClientConfiguration",
1446
+ "canonicalReference": "@ory/elements-react!~OryClientConfiguration:type"
1447
+ },
1448
+ {
1449
+ "kind": "Content",
1450
+ "text": ";\n}"
1451
+ },
1452
+ {
1453
+ "kind": "Content",
1454
+ "text": ";"
1455
+ }
1456
+ ],
1457
+ "fileUrlPath": "dist/theme/default/index.d.ts",
1458
+ "releaseTag": "Public",
1459
+ "name": "VerificationFlowContextProps",
1460
+ "typeTokenRange": {
1461
+ "startIndex": 1,
1462
+ "endIndex": 8
1463
+ }
1464
+ }
1465
+ ]
1466
+ }
1467
+ ]
1468
+ }