|
1 | 1 | { |
2 | 2 | "version": "0.0.44-alpha.16", |
3 | | - "generatedAt": "2025-10-26T15:05:17.396Z", |
| 3 | + "generatedAt": "2025-10-26T16:08:03.737Z", |
4 | 4 | "count": 18, |
5 | 5 | "components": { |
6 | 6 | "Textarea": { |
|
426 | 426 | ], |
427 | 427 | "source": "src/components/Label/Label.schema.ts" |
428 | 428 | }, |
429 | | - "InsetText": { |
430 | | - "name": "InsetText", |
431 | | - "category": "content", |
432 | | - "since": "0.1.1", |
433 | | - "props": [ |
434 | | - { |
435 | | - "name": "text", |
436 | | - "type": "string", |
437 | | - "description": "Plain text content (ignored if html is provided)" |
438 | | - }, |
439 | | - { |
440 | | - "name": "html", |
441 | | - "type": "string", |
442 | | - "description": "HTML content (overrides text)" |
443 | | - }, |
444 | | - { |
445 | | - "name": "className", |
446 | | - "type": "string", |
447 | | - "description": "Additional CSS classes" |
448 | | - } |
449 | | - ], |
450 | | - "source": "src/components/InsetText/InsetText.schema.ts" |
451 | | - }, |
452 | 429 | "Input": { |
453 | 430 | "name": "Input", |
454 | 431 | "category": "form", |
|
664 | 641 | ], |
665 | 642 | "source": "src/components/Heading/Heading.schema.ts" |
666 | 643 | }, |
| 644 | + "InsetText": { |
| 645 | + "name": "InsetText", |
| 646 | + "category": "content", |
| 647 | + "since": "0.1.1", |
| 648 | + "props": [ |
| 649 | + { |
| 650 | + "name": "text", |
| 651 | + "type": "string", |
| 652 | + "description": "Plain text content (ignored if html is provided)" |
| 653 | + }, |
| 654 | + { |
| 655 | + "name": "html", |
| 656 | + "type": "string", |
| 657 | + "description": "HTML content (overrides text)" |
| 658 | + }, |
| 659 | + { |
| 660 | + "name": "className", |
| 661 | + "type": "string", |
| 662 | + "description": "Additional CSS classes" |
| 663 | + } |
| 664 | + ], |
| 665 | + "source": "src/components/InsetText/InsetText.schema.ts" |
| 666 | + }, |
667 | 667 | "Fieldset": { |
668 | 668 | "name": "Fieldset", |
669 | 669 | "category": "form", |
|
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", |
|
938 | 938 | ], |
939 | 939 | "source": "src/components/Checkboxes/Checkboxes.schema.ts" |
940 | 940 | }, |
941 | | - "CharacterCount": { |
942 | | - "name": "CharacterCount", |
943 | | - "props": [ |
944 | | - { |
945 | | - "name": "id", |
946 | | - "type": "string", |
947 | | - "required": true, |
948 | | - "description": "Unique id for textarea and message association" |
949 | | - }, |
950 | | - { |
951 | | - "name": "name", |
952 | | - "type": "string", |
953 | | - "required": true, |
954 | | - "description": "Name attribute for textarea" |
955 | | - }, |
956 | | - { |
957 | | - "name": "value", |
958 | | - "type": "string", |
959 | | - "required": false, |
960 | | - "description": "Current value (controlled)" |
961 | | - }, |
962 | | - { |
963 | | - "name": "defaultValue", |
964 | | - "type": "string", |
965 | | - "required": false, |
966 | | - "description": "Initial value (uncontrolled)" |
967 | | - }, |
968 | | - { |
969 | | - "name": "rows", |
970 | | - "type": "number", |
971 | | - "required": false, |
972 | | - "defaultValue": "5", |
973 | | - "description": "Textarea rows" |
974 | | - }, |
975 | | - { |
976 | | - "name": "maxLength", |
977 | | - "type": "number", |
978 | | - "required": false, |
979 | | - "description": "Maximum characters" |
980 | | - }, |
981 | | - { |
982 | | - "name": "maxWords", |
983 | | - "type": "number", |
984 | | - "required": false, |
985 | | - "description": "Maximum words (alternative to maxLength)" |
986 | | - }, |
987 | | - { |
988 | | - "name": "threshold", |
989 | | - "type": "number", |
990 | | - "required": false, |
991 | | - "defaultValue": "75", |
992 | | - "description": "Threshold percentage to show counter" |
993 | | - }, |
994 | | - { |
995 | | - "name": "className", |
996 | | - "type": "string", |
997 | | - "required": false, |
998 | | - "description": "Wrapper extra classes" |
999 | | - }, |
1000 | | - { |
1001 | | - "name": "countMessageClasses", |
1002 | | - "type": "string", |
1003 | | - "required": false, |
1004 | | - "description": "Extra classes for message element" |
1005 | | - }, |
1006 | | - { |
1007 | | - "name": "hasError", |
1008 | | - "type": "boolean", |
1009 | | - "required": false, |
1010 | | - "description": "Force error styling" |
1011 | | - }, |
1012 | | - { |
1013 | | - "name": "describedBy", |
1014 | | - "type": "string", |
1015 | | - "required": false, |
1016 | | - "description": "aria-describedby ids" |
1017 | | - } |
1018 | | - ], |
1019 | | - "source": "src/components/CharacterCount/CharacterCount.schema.ts" |
1020 | | - }, |
1021 | 941 | "Button": { |
1022 | 942 | "name": "Button", |
1023 | 943 | "category": "form", |
|
1111 | 1031 | } |
1112 | 1032 | ], |
1113 | 1033 | "source": "src/components/Button/Button.schema.ts" |
| 1034 | + }, |
| 1035 | + "CharacterCount": { |
| 1036 | + "name": "CharacterCount", |
| 1037 | + "props": [ |
| 1038 | + { |
| 1039 | + "name": "id", |
| 1040 | + "type": "string", |
| 1041 | + "required": true, |
| 1042 | + "description": "Unique id for textarea and message association" |
| 1043 | + }, |
| 1044 | + { |
| 1045 | + "name": "name", |
| 1046 | + "type": "string", |
| 1047 | + "required": true, |
| 1048 | + "description": "Name attribute for textarea" |
| 1049 | + }, |
| 1050 | + { |
| 1051 | + "name": "value", |
| 1052 | + "type": "string", |
| 1053 | + "required": false, |
| 1054 | + "description": "Current value (controlled)" |
| 1055 | + }, |
| 1056 | + { |
| 1057 | + "name": "defaultValue", |
| 1058 | + "type": "string", |
| 1059 | + "required": false, |
| 1060 | + "description": "Initial value (uncontrolled)" |
| 1061 | + }, |
| 1062 | + { |
| 1063 | + "name": "rows", |
| 1064 | + "type": "number", |
| 1065 | + "required": false, |
| 1066 | + "defaultValue": "5", |
| 1067 | + "description": "Textarea rows" |
| 1068 | + }, |
| 1069 | + { |
| 1070 | + "name": "maxLength", |
| 1071 | + "type": "number", |
| 1072 | + "required": false, |
| 1073 | + "description": "Maximum characters" |
| 1074 | + }, |
| 1075 | + { |
| 1076 | + "name": "maxWords", |
| 1077 | + "type": "number", |
| 1078 | + "required": false, |
| 1079 | + "description": "Maximum words (alternative to maxLength)" |
| 1080 | + }, |
| 1081 | + { |
| 1082 | + "name": "threshold", |
| 1083 | + "type": "number", |
| 1084 | + "required": false, |
| 1085 | + "defaultValue": "75", |
| 1086 | + "description": "Threshold percentage to show counter" |
| 1087 | + }, |
| 1088 | + { |
| 1089 | + "name": "className", |
| 1090 | + "type": "string", |
| 1091 | + "required": false, |
| 1092 | + "description": "Wrapper extra classes" |
| 1093 | + }, |
| 1094 | + { |
| 1095 | + "name": "countMessageClasses", |
| 1096 | + "type": "string", |
| 1097 | + "required": false, |
| 1098 | + "description": "Extra classes for message element" |
| 1099 | + }, |
| 1100 | + { |
| 1101 | + "name": "hasError", |
| 1102 | + "type": "boolean", |
| 1103 | + "required": false, |
| 1104 | + "description": "Force error styling" |
| 1105 | + }, |
| 1106 | + { |
| 1107 | + "name": "describedBy", |
| 1108 | + "type": "string", |
| 1109 | + "required": false, |
| 1110 | + "description": "aria-describedby ids" |
| 1111 | + } |
| 1112 | + ], |
| 1113 | + "source": "src/components/CharacterCount/CharacterCount.schema.ts" |
1114 | 1114 | } |
1115 | 1115 | }, |
1116 | 1116 | "categories": { |
|
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