|
1 | 1 | { |
2 | 2 | "version": "0.0.44-alpha.12", |
3 | | - "generatedAt": "2025-10-26T11:05:12.088Z", |
| 3 | + "generatedAt": "2025-10-26T11:08:13.671Z", |
4 | 4 | "count": 18, |
5 | 5 | "components": { |
6 | 6 | "Textarea": { |
|
697 | 697 | ], |
698 | 698 | "source": "src/components/Fieldset/Fieldset.schema.ts" |
699 | 699 | }, |
700 | | - "ErrorMessage": { |
701 | | - "name": "ErrorMessage", |
702 | | - "category": "form", |
703 | | - "since": "0.1.1", |
704 | | - "a11yNotes": [ |
705 | | - "Includes visually hidden prefix text (default \"Error:\") to aid screen reader users." |
706 | | - ], |
707 | | - "props": [ |
708 | | - { |
709 | | - "name": "id", |
710 | | - "type": "string", |
711 | | - "description": "HTML id attribute" |
712 | | - }, |
713 | | - { |
714 | | - "name": "className", |
715 | | - "type": "string", |
716 | | - "description": "Additional CSS classes" |
717 | | - }, |
718 | | - { |
719 | | - "name": "visuallyHiddenText", |
720 | | - "type": "string", |
721 | | - "defaultValue": "Error:", |
722 | | - "description": "Prefix announced to screen readers" |
723 | | - }, |
724 | | - { |
725 | | - "name": "children", |
726 | | - "type": "ReactNode|string", |
727 | | - "required": true, |
728 | | - "description": "Error message content" |
729 | | - } |
730 | | - ], |
731 | | - "source": "src/components/ErrorMessage/ErrorMessage.schema.ts" |
732 | | - }, |
733 | 700 | "ErrorSummary": { |
734 | 701 | "name": "ErrorSummary", |
735 | 702 | "category": "form", |
|
779 | 746 | ], |
780 | 747 | "source": "src/components/ErrorSummary/ErrorSummary.schema.ts" |
781 | 748 | }, |
| 749 | + "ErrorMessage": { |
| 750 | + "name": "ErrorMessage", |
| 751 | + "category": "form", |
| 752 | + "since": "0.1.1", |
| 753 | + "a11yNotes": [ |
| 754 | + "Includes visually hidden prefix text (default \"Error:\") to aid screen reader users." |
| 755 | + ], |
| 756 | + "props": [ |
| 757 | + { |
| 758 | + "name": "id", |
| 759 | + "type": "string", |
| 760 | + "description": "HTML id attribute" |
| 761 | + }, |
| 762 | + { |
| 763 | + "name": "className", |
| 764 | + "type": "string", |
| 765 | + "description": "Additional CSS classes" |
| 766 | + }, |
| 767 | + { |
| 768 | + "name": "visuallyHiddenText", |
| 769 | + "type": "string", |
| 770 | + "defaultValue": "Error:", |
| 771 | + "description": "Prefix announced to screen readers" |
| 772 | + }, |
| 773 | + { |
| 774 | + "name": "children", |
| 775 | + "type": "ReactNode|string", |
| 776 | + "required": true, |
| 777 | + "description": "Error message content" |
| 778 | + } |
| 779 | + ], |
| 780 | + "source": "src/components/ErrorMessage/ErrorMessage.schema.ts" |
| 781 | + }, |
782 | 782 | "Details": { |
783 | 783 | "name": "Details", |
784 | 784 | "category": "content", |
|
1121 | 1121 | "Label", |
1122 | 1122 | "Input", |
1123 | 1123 | "Fieldset", |
1124 | | - "ErrorMessage", |
1125 | 1124 | "ErrorSummary", |
| 1125 | + "ErrorMessage", |
1126 | 1126 | "DateInput", |
1127 | 1127 | "Button" |
1128 | 1128 | ], |
|
0 commit comments