@ory/elements-react 1.0.0-next.9 → 1.0.0-pr.6c5e72b6

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