|
645 | 645 | "excerptTokens": [ |
646 | 646 | { |
647 | 647 | "kind": "Content", |
648 | | - "text": "declare function DefaultCard({ children }: " |
| 648 | + "text": "declare function DefaultCard({ children, className, ...rest }: " |
649 | 649 | }, |
650 | 650 | { |
651 | 651 | "kind": "Reference", |
652 | 652 | "text": "OryCardProps", |
653 | 653 | "canonicalReference": "@ory/elements-react!~OryCardRootProps:type" |
654 | 654 | }, |
| 655 | + { |
| 656 | + "kind": "Content", |
| 657 | + "text": " & " |
| 658 | + }, |
| 659 | + { |
| 660 | + "kind": "Reference", |
| 661 | + "text": "ComponentPropsWithoutRef", |
| 662 | + "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type" |
| 663 | + }, |
| 664 | + { |
| 665 | + "kind": "Content", |
| 666 | + "text": "<\"div\">" |
| 667 | + }, |
655 | 668 | { |
656 | 669 | "kind": "Content", |
657 | 670 | "text": "): " |
|
668 | 681 | ], |
669 | 682 | "fileUrlPath": "dist/theme/default/index.d.ts", |
670 | 683 | "returnTypeTokenRange": { |
671 | | - "startIndex": 3, |
672 | | - "endIndex": 4 |
| 684 | + "startIndex": 6, |
| 685 | + "endIndex": 7 |
673 | 686 | }, |
674 | 687 | "releaseTag": "Public", |
675 | 688 | "overloadIndex": 1, |
676 | 689 | "parameters": [ |
677 | 690 | { |
678 | | - "parameterName": "{ children }", |
| 691 | + "parameterName": "{ children, className, ...rest }", |
679 | 692 | "parameterTypeTokenRange": { |
680 | 693 | "startIndex": 1, |
681 | | - "endIndex": 2 |
| 694 | + "endIndex": 5 |
682 | 695 | }, |
683 | 696 | "isOptional": false |
684 | 697 | } |
|
1562 | 1575 | }, |
1563 | 1576 | { |
1564 | 1577 | "kind": "Content", |
1565 | | - "text": ": flowOverrideComponents, }: " |
| 1578 | + "text": ": flowOverrideComponents, className, ...rest }: " |
1566 | 1579 | }, |
1567 | 1580 | { |
1568 | 1581 | "kind": "Reference", |
|
1592 | 1605 | "overloadIndex": 1, |
1593 | 1606 | "parameters": [ |
1594 | 1607 | { |
1595 | | - "parameterName": "{ flow, config, children, components: flowOverrideComponents, }", |
| 1608 | + "parameterName": "{ flow, config, children, components: flowOverrideComponents, className, ...rest }", |
1596 | 1609 | "parameterTypeTokenRange": { |
1597 | 1610 | "startIndex": 3, |
1598 | 1611 | "endIndex": 4 |
|
1649 | 1662 | }, |
1650 | 1663 | { |
1651 | 1664 | "kind": "Content", |
1652 | | - "text": ";\n}" |
| 1665 | + "text": ";\n} & " |
| 1666 | + }, |
| 1667 | + { |
| 1668 | + "kind": "Reference", |
| 1669 | + "text": "ComponentPropsWithoutRef", |
| 1670 | + "canonicalReference": "@types/react!React.ComponentPropsWithoutRef:type" |
| 1671 | + }, |
| 1672 | + { |
| 1673 | + "kind": "Content", |
| 1674 | + "text": "<\"div\">" |
1653 | 1675 | }, |
1654 | 1676 | { |
1655 | 1677 | "kind": "Content", |
|
1661 | 1683 | "name": "SettingsFlowContextProps", |
1662 | 1684 | "typeTokenRange": { |
1663 | 1685 | "startIndex": 1, |
1664 | | - "endIndex": 10 |
| 1686 | + "endIndex": 12 |
1665 | 1687 | } |
1666 | 1688 | }, |
1667 | 1689 | { |
|
0 commit comments