@ory/elements-react 1.0.0-next.9 → 1.0.0-rc.1

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