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

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