@ory/elements-react 1.0.0-next.11 → 1.0.0-next.12
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.
- package/CHANGELOG.md +32 -0
- package/api-report/elements-react-theme.api.md +1 -0
- package/api-report/elements-react.api.json +710 -53
- package/api-report/elements-react.api.md +86 -3
- package/api-report/temp/elements-react-theme.api.md +1 -0
- package/api-report/temp/elements-react.api.md +86 -3
- package/dist/index.d.mts +96 -4
- package/dist/index.d.ts +96 -4
- package/dist/index.js +697 -124
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +695 -125
- package/dist/index.mjs.map +1 -1
- package/dist/theme/default/index.css +292 -29
- package/dist/theme/default/index.css.map +1 -1
- package/dist/theme/default/index.js +993 -249
- package/dist/theme/default/index.js.map +1 -1
- package/dist/theme/default/index.mjs +968 -214
- package/dist/theme/default/index.mjs.map +1 -1
- package/jest.config.ts +4 -3
- package/package.json +9 -7
- package/tailwind.config.ts +6 -1
- package/tsconfig.json +5 -5
|
@@ -341,6 +341,31 @@
|
|
|
341
341
|
"endIndex": 3
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "Function",
|
|
346
|
+
"canonicalReference": "@ory/elements-react!HeadlessPageHeader:function(1)",
|
|
347
|
+
"docComment": "",
|
|
348
|
+
"excerptTokens": [
|
|
349
|
+
{
|
|
350
|
+
"kind": "Content",
|
|
351
|
+
"text": "HeadlessPageHeader: () => "
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"kind": "Reference",
|
|
355
|
+
"text": "react_jsx_runtime.JSX.Element",
|
|
356
|
+
"canonicalReference": "@types/react!JSX.Element:interface"
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
360
|
+
"returnTypeTokenRange": {
|
|
361
|
+
"startIndex": 1,
|
|
362
|
+
"endIndex": 2
|
|
363
|
+
},
|
|
364
|
+
"releaseTag": "Public",
|
|
365
|
+
"overloadIndex": 1,
|
|
366
|
+
"parameters": [],
|
|
367
|
+
"name": "HeadlessPageHeader"
|
|
368
|
+
},
|
|
344
369
|
{
|
|
345
370
|
"kind": "TypeAlias",
|
|
346
371
|
"canonicalReference": "@ory/elements-react!IntlConfig:type",
|
|
@@ -1442,6 +1467,60 @@
|
|
|
1442
1467
|
"text": "OryCardAuthMethodListItemProps",
|
|
1443
1468
|
"canonicalReference": "@ory/elements-react!OryCardAuthMethodListItemProps:type"
|
|
1444
1469
|
},
|
|
1470
|
+
{
|
|
1471
|
+
"kind": "Content",
|
|
1472
|
+
"text": ">;\n SettingsSection: "
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"kind": "Reference",
|
|
1476
|
+
"text": "ComponentType",
|
|
1477
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"kind": "Content",
|
|
1481
|
+
"text": "<"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"kind": "Reference",
|
|
1485
|
+
"text": "OryFormSectionProps",
|
|
1486
|
+
"canonicalReference": "@ory/elements-react!OryFormSectionProps:type"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"kind": "Content",
|
|
1490
|
+
"text": ">;\n SettingsSectionContent: "
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "Reference",
|
|
1494
|
+
"text": "ComponentType",
|
|
1495
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"kind": "Content",
|
|
1499
|
+
"text": "<"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "Reference",
|
|
1503
|
+
"text": "OryFormSectionContentProps",
|
|
1504
|
+
"canonicalReference": "@ory/elements-react!OryFormSectionContentProps:type"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"kind": "Content",
|
|
1508
|
+
"text": ">;\n SettingsSectionFooter: "
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"kind": "Reference",
|
|
1512
|
+
"text": "ComponentType",
|
|
1513
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "Content",
|
|
1517
|
+
"text": "<"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"kind": "Reference",
|
|
1521
|
+
"text": "OryFormSectionContentProps",
|
|
1522
|
+
"canonicalReference": "@ory/elements-react!OryFormSectionContentProps:type"
|
|
1523
|
+
},
|
|
1445
1524
|
{
|
|
1446
1525
|
"kind": "Content",
|
|
1447
1526
|
"text": ">;\n };\n Form: {\n Root: "
|
|
@@ -1496,6 +1575,96 @@
|
|
|
1496
1575
|
"text": "OryFormGroupProps",
|
|
1497
1576
|
"canonicalReference": "@ory/elements-react!OryFormGroupProps:type"
|
|
1498
1577
|
},
|
|
1578
|
+
{
|
|
1579
|
+
"kind": "Content",
|
|
1580
|
+
"text": ">;\n OidcSettings: "
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "Reference",
|
|
1584
|
+
"text": "ComponentType",
|
|
1585
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"kind": "Content",
|
|
1589
|
+
"text": "<"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"kind": "Reference",
|
|
1593
|
+
"text": "OrySettingsOidcProps",
|
|
1594
|
+
"canonicalReference": "@ory/elements-react!OrySettingsOidcProps:type"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "Content",
|
|
1598
|
+
"text": ">;\n WebauthnSettings: "
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"kind": "Reference",
|
|
1602
|
+
"text": "ComponentType",
|
|
1603
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"kind": "Content",
|
|
1607
|
+
"text": "<"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"kind": "Reference",
|
|
1611
|
+
"text": "OrySettingsWebauthnProps",
|
|
1612
|
+
"canonicalReference": "@ory/elements-react!OrySettingsWebauthnProps:type"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "Content",
|
|
1616
|
+
"text": ">;\n PasskeySettings: "
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"kind": "Reference",
|
|
1620
|
+
"text": "ComponentType",
|
|
1621
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"kind": "Content",
|
|
1625
|
+
"text": "<"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"kind": "Reference",
|
|
1629
|
+
"text": "OrySettingsPasskeyProps",
|
|
1630
|
+
"canonicalReference": "@ory/elements-react!OrySettingsPasskeyProps:type"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"kind": "Content",
|
|
1634
|
+
"text": ">;\n TotpSettings: "
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
"kind": "Reference",
|
|
1638
|
+
"text": "ComponentType",
|
|
1639
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "Content",
|
|
1643
|
+
"text": "<"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "Reference",
|
|
1647
|
+
"text": "OrySettingsTotpProps",
|
|
1648
|
+
"canonicalReference": "@ory/elements-react!OrySettingsTotpProps:type"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"kind": "Content",
|
|
1652
|
+
"text": ">;\n RecoveryCodesSettings: "
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"kind": "Reference",
|
|
1656
|
+
"text": "ComponentType",
|
|
1657
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "Content",
|
|
1661
|
+
"text": "<"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "Reference",
|
|
1665
|
+
"text": "OrySettingsRecoveryCodesProps",
|
|
1666
|
+
"canonicalReference": "@ory/elements-react!OrySettingsRecoveryCodesProps:type"
|
|
1667
|
+
},
|
|
1499
1668
|
{
|
|
1500
1669
|
"kind": "Content",
|
|
1501
1670
|
"text": ">;\n };\n Message: {\n Root: "
|
|
@@ -1532,6 +1701,24 @@
|
|
|
1532
1701
|
"text": "OryMessageContentProps",
|
|
1533
1702
|
"canonicalReference": "@ory/elements-react!OryMessageContentProps:type"
|
|
1534
1703
|
},
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "Content",
|
|
1706
|
+
"text": ">;\n };\n Page: {\n Header: "
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"kind": "Reference",
|
|
1710
|
+
"text": "ComponentType",
|
|
1711
|
+
"canonicalReference": "@types/react!React.ComponentType:type"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "Content",
|
|
1715
|
+
"text": "<"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "Reference",
|
|
1719
|
+
"text": "OryPageHeaderProps",
|
|
1720
|
+
"canonicalReference": "@ory/elements-react!OryPageHeaderProps:type"
|
|
1721
|
+
},
|
|
1535
1722
|
{
|
|
1536
1723
|
"kind": "Content",
|
|
1537
1724
|
"text": ">;\n };\n}"
|
|
@@ -1546,7 +1733,7 @@
|
|
|
1546
1733
|
"name": "OryFlowComponents",
|
|
1547
1734
|
"typeTokenRange": {
|
|
1548
1735
|
"startIndex": 1,
|
|
1549
|
-
"endIndex":
|
|
1736
|
+
"endIndex": 126
|
|
1550
1737
|
}
|
|
1551
1738
|
},
|
|
1552
1739
|
{
|
|
@@ -1619,7 +1806,7 @@
|
|
|
1619
1806
|
"excerptTokens": [
|
|
1620
1807
|
{
|
|
1621
1808
|
"kind": "Content",
|
|
1622
|
-
"text": "declare function OryForm({ children }: "
|
|
1809
|
+
"text": "declare function OryForm({ children, onAfterSubmit, nodes }: "
|
|
1623
1810
|
},
|
|
1624
1811
|
{
|
|
1625
1812
|
"kind": "Reference",
|
|
@@ -1653,7 +1840,7 @@
|
|
|
1653
1840
|
"overloadIndex": 1,
|
|
1654
1841
|
"parameters": [
|
|
1655
1842
|
{
|
|
1656
|
-
"parameterName": "{ children }",
|
|
1843
|
+
"parameterName": "{ children, onAfterSubmit, nodes }",
|
|
1657
1844
|
"parameterTypeTokenRange": {
|
|
1658
1845
|
"startIndex": 1,
|
|
1659
1846
|
"endIndex": 2
|
|
@@ -1946,6 +2133,19 @@
|
|
|
1946
2133
|
"text": "PropsWithChildren",
|
|
1947
2134
|
"canonicalReference": "@types/react!React.PropsWithChildren:type"
|
|
1948
2135
|
},
|
|
2136
|
+
{
|
|
2137
|
+
"kind": "Content",
|
|
2138
|
+
"text": "<{\n onAfterSubmit?: (method: string | number | boolean | undefined) => void;\n nodes?: "
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
"kind": "Reference",
|
|
2142
|
+
"text": "UiNode",
|
|
2143
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"kind": "Content",
|
|
2147
|
+
"text": "[];\n}>"
|
|
2148
|
+
},
|
|
1949
2149
|
{
|
|
1950
2150
|
"kind": "Content",
|
|
1951
2151
|
"text": ";"
|
|
@@ -1956,7 +2156,7 @@
|
|
|
1956
2156
|
"name": "OryFormProps",
|
|
1957
2157
|
"typeTokenRange": {
|
|
1958
2158
|
"startIndex": 1,
|
|
1959
|
-
"endIndex":
|
|
2159
|
+
"endIndex": 5
|
|
1960
2160
|
}
|
|
1961
2161
|
},
|
|
1962
2162
|
{
|
|
@@ -2010,21 +2210,26 @@
|
|
|
2010
2210
|
},
|
|
2011
2211
|
{
|
|
2012
2212
|
"kind": "Function",
|
|
2013
|
-
"canonicalReference": "@ory/elements-react!
|
|
2213
|
+
"canonicalReference": "@ory/elements-react!OryFormSection:function(1)",
|
|
2014
2214
|
"docComment": "",
|
|
2015
2215
|
"excerptTokens": [
|
|
2016
2216
|
{
|
|
2017
2217
|
"kind": "Content",
|
|
2018
|
-
"text": "declare function
|
|
2218
|
+
"text": "declare function OryFormSection({ children, nodes }: "
|
|
2019
2219
|
},
|
|
2020
2220
|
{
|
|
2021
2221
|
"kind": "Reference",
|
|
2022
|
-
"text": "
|
|
2023
|
-
"canonicalReference": "@
|
|
2222
|
+
"text": "OryFormSectionProps",
|
|
2223
|
+
"canonicalReference": "@ory/elements-react!OryFormSectionProps:type"
|
|
2024
2224
|
},
|
|
2025
2225
|
{
|
|
2026
2226
|
"kind": "Content",
|
|
2027
|
-
"text": "
|
|
2227
|
+
"text": "): "
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"kind": "Reference",
|
|
2231
|
+
"text": "react_jsx_runtime.JSX.Element",
|
|
2232
|
+
"canonicalReference": "@types/react!JSX.Element:interface"
|
|
2028
2233
|
},
|
|
2029
2234
|
{
|
|
2030
2235
|
"kind": "Content",
|
|
@@ -2033,59 +2238,67 @@
|
|
|
2033
2238
|
],
|
|
2034
2239
|
"fileUrlPath": "dist/index.d.ts",
|
|
2035
2240
|
"returnTypeTokenRange": {
|
|
2036
|
-
"startIndex":
|
|
2037
|
-
"endIndex":
|
|
2241
|
+
"startIndex": 3,
|
|
2242
|
+
"endIndex": 4
|
|
2038
2243
|
},
|
|
2039
2244
|
"releaseTag": "Public",
|
|
2040
2245
|
"overloadIndex": 1,
|
|
2041
|
-
"parameters": [
|
|
2042
|
-
|
|
2246
|
+
"parameters": [
|
|
2247
|
+
{
|
|
2248
|
+
"parameterName": "{ children, nodes }",
|
|
2249
|
+
"parameterTypeTokenRange": {
|
|
2250
|
+
"startIndex": 1,
|
|
2251
|
+
"endIndex": 2
|
|
2252
|
+
},
|
|
2253
|
+
"isOptional": false
|
|
2254
|
+
}
|
|
2255
|
+
],
|
|
2256
|
+
"name": "OryFormSection"
|
|
2043
2257
|
},
|
|
2044
2258
|
{
|
|
2045
|
-
"kind": "
|
|
2046
|
-
"canonicalReference": "@ory/elements-react!
|
|
2259
|
+
"kind": "TypeAlias",
|
|
2260
|
+
"canonicalReference": "@ory/elements-react!OryFormSectionContentProps:type",
|
|
2047
2261
|
"docComment": "",
|
|
2048
2262
|
"excerptTokens": [
|
|
2049
2263
|
{
|
|
2050
2264
|
"kind": "Content",
|
|
2051
|
-
"text": "
|
|
2265
|
+
"text": "type OryFormSectionContentProps = "
|
|
2052
2266
|
},
|
|
2053
2267
|
{
|
|
2054
2268
|
"kind": "Reference",
|
|
2055
|
-
"text": "
|
|
2056
|
-
"canonicalReference": "@
|
|
2269
|
+
"text": "PropsWithChildren",
|
|
2270
|
+
"canonicalReference": "@types/react!React.PropsWithChildren:type"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"kind": "Content",
|
|
2274
|
+
"text": "<{\n title?: string;\n description?: string;\n}>"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"kind": "Content",
|
|
2278
|
+
"text": ";"
|
|
2057
2279
|
}
|
|
2058
2280
|
],
|
|
2059
2281
|
"fileUrlPath": "dist/index.d.ts",
|
|
2060
|
-
"isReadonly": true,
|
|
2061
2282
|
"releaseTag": "Public",
|
|
2062
|
-
"name": "
|
|
2063
|
-
"
|
|
2283
|
+
"name": "OryFormSectionContentProps",
|
|
2284
|
+
"typeTokenRange": {
|
|
2064
2285
|
"startIndex": 1,
|
|
2065
|
-
"endIndex":
|
|
2286
|
+
"endIndex": 3
|
|
2066
2287
|
}
|
|
2067
2288
|
},
|
|
2068
2289
|
{
|
|
2069
2290
|
"kind": "TypeAlias",
|
|
2070
|
-
"canonicalReference": "@ory/elements-react!
|
|
2291
|
+
"canonicalReference": "@ory/elements-react!OryFormSectionFooterProps:type",
|
|
2071
2292
|
"docComment": "",
|
|
2072
2293
|
"excerptTokens": [
|
|
2073
2294
|
{
|
|
2074
2295
|
"kind": "Content",
|
|
2075
|
-
"text": "type
|
|
2076
|
-
},
|
|
2077
|
-
{
|
|
2078
|
-
"kind": "Content",
|
|
2079
|
-
"text": "{\n message: "
|
|
2296
|
+
"text": "type OryFormSectionFooterProps = "
|
|
2080
2297
|
},
|
|
2081
2298
|
{
|
|
2082
2299
|
"kind": "Reference",
|
|
2083
|
-
"text": "
|
|
2084
|
-
"canonicalReference": "@
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"kind": "Content",
|
|
2088
|
-
"text": ";\n}"
|
|
2300
|
+
"text": "PropsWithChildren",
|
|
2301
|
+
"canonicalReference": "@types/react!React.PropsWithChildren:type"
|
|
2089
2302
|
},
|
|
2090
2303
|
{
|
|
2091
2304
|
"kind": "Content",
|
|
@@ -2094,48 +2307,180 @@
|
|
|
2094
2307
|
],
|
|
2095
2308
|
"fileUrlPath": "dist/index.d.ts",
|
|
2096
2309
|
"releaseTag": "Public",
|
|
2097
|
-
"name": "
|
|
2310
|
+
"name": "OryFormSectionFooterProps",
|
|
2098
2311
|
"typeTokenRange": {
|
|
2099
2312
|
"startIndex": 1,
|
|
2100
|
-
"endIndex":
|
|
2313
|
+
"endIndex": 2
|
|
2101
2314
|
}
|
|
2102
2315
|
},
|
|
2103
2316
|
{
|
|
2104
2317
|
"kind": "TypeAlias",
|
|
2105
|
-
"canonicalReference": "@ory/elements-react!
|
|
2318
|
+
"canonicalReference": "@ory/elements-react!OryFormSectionProps:type",
|
|
2106
2319
|
"docComment": "",
|
|
2107
2320
|
"excerptTokens": [
|
|
2108
2321
|
{
|
|
2109
2322
|
"kind": "Content",
|
|
2110
|
-
"text": "type
|
|
2323
|
+
"text": "type OryFormSectionProps = "
|
|
2111
2324
|
},
|
|
2112
2325
|
{
|
|
2113
2326
|
"kind": "Reference",
|
|
2114
|
-
"text": "
|
|
2115
|
-
"canonicalReference": "@types/react!React.
|
|
2327
|
+
"text": "PropsWithChildren",
|
|
2328
|
+
"canonicalReference": "@types/react!React.PropsWithChildren:type"
|
|
2116
2329
|
},
|
|
2117
2330
|
{
|
|
2118
2331
|
"kind": "Content",
|
|
2119
|
-
"text": "<"
|
|
2332
|
+
"text": "<{\n nodes?: "
|
|
2120
2333
|
},
|
|
2121
2334
|
{
|
|
2122
2335
|
"kind": "Reference",
|
|
2123
|
-
"text": "
|
|
2124
|
-
"canonicalReference": "@
|
|
2336
|
+
"text": "UiNode",
|
|
2337
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
2125
2338
|
},
|
|
2126
2339
|
{
|
|
2127
2340
|
"kind": "Content",
|
|
2128
|
-
"text": "
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "Reference",
|
|
2132
|
-
"text": "HTMLDivElement",
|
|
2133
|
-
"canonicalReference": "!HTMLDivElement:interface"
|
|
2341
|
+
"text": "[];\n}>"
|
|
2134
2342
|
},
|
|
2135
2343
|
{
|
|
2136
2344
|
"kind": "Content",
|
|
2137
|
-
"text": "
|
|
2138
|
-
}
|
|
2345
|
+
"text": ";"
|
|
2346
|
+
}
|
|
2347
|
+
],
|
|
2348
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
2349
|
+
"releaseTag": "Public",
|
|
2350
|
+
"name": "OryFormSectionProps",
|
|
2351
|
+
"typeTokenRange": {
|
|
2352
|
+
"startIndex": 1,
|
|
2353
|
+
"endIndex": 5
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"kind": "Function",
|
|
2358
|
+
"canonicalReference": "@ory/elements-react!OryFormSocialButtonsForm:function(1)",
|
|
2359
|
+
"docComment": "",
|
|
2360
|
+
"excerptTokens": [
|
|
2361
|
+
{
|
|
2362
|
+
"kind": "Content",
|
|
2363
|
+
"text": "declare function OryFormSocialButtonsForm(): "
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"kind": "Reference",
|
|
2367
|
+
"text": "react_jsx_runtime.JSX.Element",
|
|
2368
|
+
"canonicalReference": "@types/react!JSX.Element:interface"
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"kind": "Content",
|
|
2372
|
+
"text": " | null"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"kind": "Content",
|
|
2376
|
+
"text": ";"
|
|
2377
|
+
}
|
|
2378
|
+
],
|
|
2379
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
2380
|
+
"returnTypeTokenRange": {
|
|
2381
|
+
"startIndex": 1,
|
|
2382
|
+
"endIndex": 3
|
|
2383
|
+
},
|
|
2384
|
+
"releaseTag": "Public",
|
|
2385
|
+
"overloadIndex": 1,
|
|
2386
|
+
"parameters": [],
|
|
2387
|
+
"name": "OryFormSocialButtonsForm"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"kind": "Variable",
|
|
2391
|
+
"canonicalReference": "@ory/elements-react!OryLocales:var",
|
|
2392
|
+
"docComment": "",
|
|
2393
|
+
"excerptTokens": [
|
|
2394
|
+
{
|
|
2395
|
+
"kind": "Content",
|
|
2396
|
+
"text": "locales: "
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "Reference",
|
|
2400
|
+
"text": "LocaleMap",
|
|
2401
|
+
"canonicalReference": "@ory/elements-react!~LocaleMap:type"
|
|
2402
|
+
}
|
|
2403
|
+
],
|
|
2404
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
2405
|
+
"isReadonly": true,
|
|
2406
|
+
"releaseTag": "Public",
|
|
2407
|
+
"name": "OryLocales",
|
|
2408
|
+
"variableTypeTokenRange": {
|
|
2409
|
+
"startIndex": 1,
|
|
2410
|
+
"endIndex": 2
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"kind": "TypeAlias",
|
|
2415
|
+
"canonicalReference": "@ory/elements-react!OryMessageContentProps:type",
|
|
2416
|
+
"docComment": "",
|
|
2417
|
+
"excerptTokens": [
|
|
2418
|
+
{
|
|
2419
|
+
"kind": "Content",
|
|
2420
|
+
"text": "type OryMessageContentProps = "
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"kind": "Content",
|
|
2424
|
+
"text": "{\n message: "
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"kind": "Reference",
|
|
2428
|
+
"text": "UiText",
|
|
2429
|
+
"canonicalReference": "@ory/client-fetch!UiText:interface"
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"kind": "Content",
|
|
2433
|
+
"text": ";\n}"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"kind": "Content",
|
|
2437
|
+
"text": ";"
|
|
2438
|
+
}
|
|
2439
|
+
],
|
|
2440
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
2441
|
+
"releaseTag": "Public",
|
|
2442
|
+
"name": "OryMessageContentProps",
|
|
2443
|
+
"typeTokenRange": {
|
|
2444
|
+
"startIndex": 1,
|
|
2445
|
+
"endIndex": 4
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"kind": "TypeAlias",
|
|
2450
|
+
"canonicalReference": "@ory/elements-react!OryMessageRootProps:type",
|
|
2451
|
+
"docComment": "",
|
|
2452
|
+
"excerptTokens": [
|
|
2453
|
+
{
|
|
2454
|
+
"kind": "Content",
|
|
2455
|
+
"text": "type OryMessageRootProps = "
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "Reference",
|
|
2459
|
+
"text": "DetailedHTMLProps",
|
|
2460
|
+
"canonicalReference": "@types/react!React.DetailedHTMLProps:type"
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "Content",
|
|
2464
|
+
"text": "<"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"kind": "Reference",
|
|
2468
|
+
"text": "HTMLAttributes",
|
|
2469
|
+
"canonicalReference": "@types/react!React.HTMLAttributes:interface"
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"kind": "Content",
|
|
2473
|
+
"text": "<"
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"kind": "Reference",
|
|
2477
|
+
"text": "HTMLDivElement",
|
|
2478
|
+
"canonicalReference": "!HTMLDivElement:interface"
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"kind": "Content",
|
|
2482
|
+
"text": ">, "
|
|
2483
|
+
},
|
|
2139
2484
|
{
|
|
2140
2485
|
"kind": "Reference",
|
|
2141
2486
|
"text": "HTMLDivElement",
|
|
@@ -2267,7 +2612,12 @@
|
|
|
2267
2612
|
},
|
|
2268
2613
|
{
|
|
2269
2614
|
"kind": "Content",
|
|
2270
|
-
"text": "<\"button\">, \"children\">"
|
|
2615
|
+
"text": "<\"button\">, \"children\"> & "
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"kind": "Reference",
|
|
2619
|
+
"text": "ButtonVariants",
|
|
2620
|
+
"canonicalReference": "@ory/elements-react!~ButtonVariants:type"
|
|
2271
2621
|
},
|
|
2272
2622
|
{
|
|
2273
2623
|
"kind": "Content",
|
|
@@ -2279,7 +2629,7 @@
|
|
|
2279
2629
|
"name": "OryNodeButtonProps",
|
|
2280
2630
|
"typeTokenRange": {
|
|
2281
2631
|
"startIndex": 1,
|
|
2282
|
-
"endIndex":
|
|
2632
|
+
"endIndex": 11
|
|
2283
2633
|
}
|
|
2284
2634
|
},
|
|
2285
2635
|
{
|
|
@@ -2520,6 +2870,37 @@
|
|
|
2520
2870
|
"endIndex": 6
|
|
2521
2871
|
}
|
|
2522
2872
|
},
|
|
2873
|
+
{
|
|
2874
|
+
"kind": "TypeAlias",
|
|
2875
|
+
"canonicalReference": "@ory/elements-react!OryPageHeaderProps:type",
|
|
2876
|
+
"docComment": "",
|
|
2877
|
+
"excerptTokens": [
|
|
2878
|
+
{
|
|
2879
|
+
"kind": "Content",
|
|
2880
|
+
"text": "type OryPageHeaderProps = "
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"kind": "Reference",
|
|
2884
|
+
"text": "Record",
|
|
2885
|
+
"canonicalReference": "!Record:type"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"kind": "Content",
|
|
2889
|
+
"text": "<never, never>"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"kind": "Content",
|
|
2893
|
+
"text": ";"
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
2897
|
+
"releaseTag": "Public",
|
|
2898
|
+
"name": "OryPageHeaderProps",
|
|
2899
|
+
"typeTokenRange": {
|
|
2900
|
+
"startIndex": 1,
|
|
2901
|
+
"endIndex": 3
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2523
2904
|
{
|
|
2524
2905
|
"kind": "Function",
|
|
2525
2906
|
"canonicalReference": "@ory/elements-react!OryProvider:function(1)",
|
|
@@ -2625,6 +3006,282 @@
|
|
|
2625
3006
|
"endIndex": 7
|
|
2626
3007
|
}
|
|
2627
3008
|
},
|
|
3009
|
+
{
|
|
3010
|
+
"kind": "Function",
|
|
3011
|
+
"canonicalReference": "@ory/elements-react!OrySettingsCard:function(1)",
|
|
3012
|
+
"docComment": "",
|
|
3013
|
+
"excerptTokens": [
|
|
3014
|
+
{
|
|
3015
|
+
"kind": "Content",
|
|
3016
|
+
"text": "declare function OrySettingsCard(): "
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"kind": "Reference",
|
|
3020
|
+
"text": "react_jsx_runtime.JSX.Element",
|
|
3021
|
+
"canonicalReference": "@types/react!JSX.Element:interface"
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"kind": "Content",
|
|
3025
|
+
"text": ";"
|
|
3026
|
+
}
|
|
3027
|
+
],
|
|
3028
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
3029
|
+
"returnTypeTokenRange": {
|
|
3030
|
+
"startIndex": 1,
|
|
3031
|
+
"endIndex": 2
|
|
3032
|
+
},
|
|
3033
|
+
"releaseTag": "Public",
|
|
3034
|
+
"overloadIndex": 1,
|
|
3035
|
+
"parameters": [],
|
|
3036
|
+
"name": "OrySettingsCard"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"kind": "TypeAlias",
|
|
3040
|
+
"canonicalReference": "@ory/elements-react!OrySettingsOidcProps:type",
|
|
3041
|
+
"docComment": "",
|
|
3042
|
+
"excerptTokens": [
|
|
3043
|
+
{
|
|
3044
|
+
"kind": "Content",
|
|
3045
|
+
"text": "type OrySettingsOidcProps = "
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"kind": "Content",
|
|
3049
|
+
"text": "{\n linkButtons: "
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"kind": "Reference",
|
|
3053
|
+
"text": "UiNode",
|
|
3054
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"kind": "Content",
|
|
3058
|
+
"text": "[];\n unlinkButtons: "
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"kind": "Reference",
|
|
3062
|
+
"text": "UiNode",
|
|
3063
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"kind": "Content",
|
|
3067
|
+
"text": "[];\n}"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"kind": "Content",
|
|
3071
|
+
"text": ";"
|
|
3072
|
+
}
|
|
3073
|
+
],
|
|
3074
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
3075
|
+
"releaseTag": "Public",
|
|
3076
|
+
"name": "OrySettingsOidcProps",
|
|
3077
|
+
"typeTokenRange": {
|
|
3078
|
+
"startIndex": 1,
|
|
3079
|
+
"endIndex": 6
|
|
3080
|
+
}
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"kind": "TypeAlias",
|
|
3084
|
+
"canonicalReference": "@ory/elements-react!OrySettingsPasskeyProps:type",
|
|
3085
|
+
"docComment": "",
|
|
3086
|
+
"excerptTokens": [
|
|
3087
|
+
{
|
|
3088
|
+
"kind": "Content",
|
|
3089
|
+
"text": "type OrySettingsPasskeyProps = "
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
"kind": "Content",
|
|
3093
|
+
"text": "{\n triggerButton: "
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"kind": "Reference",
|
|
3097
|
+
"text": "UiNode",
|
|
3098
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "Content",
|
|
3102
|
+
"text": " & {\n onClick: () => void;\n };\n removeButtons: "
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"kind": "Reference",
|
|
3106
|
+
"text": "UiNode",
|
|
3107
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"kind": "Content",
|
|
3111
|
+
"text": "[];\n}"
|
|
3112
|
+
},
|
|
3113
|
+
{
|
|
3114
|
+
"kind": "Content",
|
|
3115
|
+
"text": ";"
|
|
3116
|
+
}
|
|
3117
|
+
],
|
|
3118
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
3119
|
+
"releaseTag": "Public",
|
|
3120
|
+
"name": "OrySettingsPasskeyProps",
|
|
3121
|
+
"typeTokenRange": {
|
|
3122
|
+
"startIndex": 1,
|
|
3123
|
+
"endIndex": 6
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"kind": "TypeAlias",
|
|
3128
|
+
"canonicalReference": "@ory/elements-react!OrySettingsRecoveryCodesProps:type",
|
|
3129
|
+
"docComment": "",
|
|
3130
|
+
"excerptTokens": [
|
|
3131
|
+
{
|
|
3132
|
+
"kind": "Content",
|
|
3133
|
+
"text": "type OrySettingsRecoveryCodesProps = "
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"kind": "Content",
|
|
3137
|
+
"text": "{\n codes: string[];\n regnerateButton?: "
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"kind": "Reference",
|
|
3141
|
+
"text": "UiNode",
|
|
3142
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"kind": "Content",
|
|
3146
|
+
"text": ";\n revealButton?: "
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"kind": "Reference",
|
|
3150
|
+
"text": "UiNode",
|
|
3151
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"kind": "Content",
|
|
3155
|
+
"text": ";\n}"
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
"kind": "Content",
|
|
3159
|
+
"text": ";"
|
|
3160
|
+
}
|
|
3161
|
+
],
|
|
3162
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
3163
|
+
"releaseTag": "Public",
|
|
3164
|
+
"name": "OrySettingsRecoveryCodesProps",
|
|
3165
|
+
"typeTokenRange": {
|
|
3166
|
+
"startIndex": 1,
|
|
3167
|
+
"endIndex": 6
|
|
3168
|
+
}
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"kind": "TypeAlias",
|
|
3172
|
+
"canonicalReference": "@ory/elements-react!OrySettingsTotpProps:type",
|
|
3173
|
+
"docComment": "",
|
|
3174
|
+
"excerptTokens": [
|
|
3175
|
+
{
|
|
3176
|
+
"kind": "Content",
|
|
3177
|
+
"text": "type OrySettingsTotpProps = "
|
|
3178
|
+
},
|
|
3179
|
+
{
|
|
3180
|
+
"kind": "Content",
|
|
3181
|
+
"text": "{\n totpImage: "
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
"kind": "Reference",
|
|
3185
|
+
"text": "UiNode",
|
|
3186
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "Content",
|
|
3190
|
+
"text": ";\n totpSecret: "
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"kind": "Reference",
|
|
3194
|
+
"text": "UiNode",
|
|
3195
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"kind": "Content",
|
|
3199
|
+
"text": ";\n totpInput: "
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"kind": "Reference",
|
|
3203
|
+
"text": "UiNode",
|
|
3204
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"kind": "Content",
|
|
3208
|
+
"text": ";\n} | {\n totpUnlink: "
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"kind": "Reference",
|
|
3212
|
+
"text": "UiNode",
|
|
3213
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
"kind": "Content",
|
|
3217
|
+
"text": ";\n}"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"kind": "Content",
|
|
3221
|
+
"text": ";"
|
|
3222
|
+
}
|
|
3223
|
+
],
|
|
3224
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
3225
|
+
"releaseTag": "Public",
|
|
3226
|
+
"name": "OrySettingsTotpProps",
|
|
3227
|
+
"typeTokenRange": {
|
|
3228
|
+
"startIndex": 1,
|
|
3229
|
+
"endIndex": 10
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"kind": "TypeAlias",
|
|
3234
|
+
"canonicalReference": "@ory/elements-react!OrySettingsWebauthnProps:type",
|
|
3235
|
+
"docComment": "",
|
|
3236
|
+
"excerptTokens": [
|
|
3237
|
+
{
|
|
3238
|
+
"kind": "Content",
|
|
3239
|
+
"text": "type OrySettingsWebauthnProps = "
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"kind": "Content",
|
|
3243
|
+
"text": "{\n nameInput: "
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"kind": "Reference",
|
|
3247
|
+
"text": "UiNode",
|
|
3248
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"kind": "Content",
|
|
3252
|
+
"text": ";\n triggerButton: "
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"kind": "Reference",
|
|
3256
|
+
"text": "UiNode",
|
|
3257
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"kind": "Content",
|
|
3261
|
+
"text": " & {\n onClick: () => void;\n };\n removeButtons: "
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
"kind": "Reference",
|
|
3265
|
+
"text": "UiNode",
|
|
3266
|
+
"canonicalReference": "@ory/client-fetch!UiNode:interface"
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"kind": "Content",
|
|
3270
|
+
"text": "[];\n}"
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"kind": "Content",
|
|
3274
|
+
"text": ";"
|
|
3275
|
+
}
|
|
3276
|
+
],
|
|
3277
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
3278
|
+
"releaseTag": "Public",
|
|
3279
|
+
"name": "OrySettingsWebauthnProps",
|
|
3280
|
+
"typeTokenRange": {
|
|
3281
|
+
"startIndex": 1,
|
|
3282
|
+
"endIndex": 8
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
2628
3285
|
{
|
|
2629
3286
|
"kind": "Function",
|
|
2630
3287
|
"canonicalReference": "@ory/elements-react!OryTwoStepCard:function(1)",
|