11{
22 "version" : " 0.0.41" ,
3- "generatedAt" : " 2025-10-22T07:27:49.900Z " ,
3+ "generatedAt" : " 2025-10-22T08:35:33.145Z " ,
44 "count" : 18 ,
55 "components" : {
66 "Textarea" : {
449449 ],
450450 "source" : " src/components/InsetText/InsetText.schema.ts"
451451 },
452+ "Hint" : {
453+ "name" : " Hint" ,
454+ "category" : " typography" ,
455+ "since" : " 0.1.1" ,
456+ "a11yNotes" : [
457+ " Provides supporting contextual help text associated with a form field or section."
458+ ],
459+ "props" : [
460+ {
461+ "name" : " id" ,
462+ "type" : " string" ,
463+ "description" : " HTML id attribute"
464+ },
465+ {
466+ "name" : " className" ,
467+ "type" : " string" ,
468+ "description" : " Additional CSS classes"
469+ },
470+ {
471+ "name" : " children" ,
472+ "type" : " ReactNode|string" ,
473+ "required" : true ,
474+ "description" : " Hint content"
475+ }
476+ ],
477+ "source" : " src/components/Hint/Hint.schema.ts"
478+ },
452479 "Input" : {
453480 "name" : " Input" ,
454481 "category" : " form" ,
591618 ],
592619 "source" : " src/components/Input/Input.schema.ts"
593620 },
594- "Hint" : {
595- "name" : " Hint" ,
596- "category" : " typography" ,
597- "since" : " 0.1.1" ,
598- "a11yNotes" : [
599- " Provides supporting contextual help text associated with a form field or section."
600- ],
601- "props" : [
602- {
603- "name" : " id" ,
604- "type" : " string" ,
605- "description" : " HTML id attribute"
606- },
607- {
608- "name" : " className" ,
609- "type" : " string" ,
610- "description" : " Additional CSS classes"
611- },
612- {
613- "name" : " children" ,
614- "type" : " ReactNode|string" ,
615- "required" : true ,
616- "description" : " Hint content"
617- }
618- ],
619- "source" : " src/components/Hint/Hint.schema.ts"
620- },
621621 "Heading" : {
622622 "name" : " Heading" ,
623623 "category" : " typography" ,
880880 ],
881881 "source" : " src/components/DateInput/DateInput.schema.ts"
882882 },
883- "Checkboxes" : {
884- "name" : " Checkboxes" ,
885- "props" : [
886- {
887- "name" : " items" ,
888- "type" : " CheckboxItem[]" ,
889- "required" : true ,
890- "description" : " Array of checkbox items"
891- },
892- {
893- "name" : " name" ,
894- "type" : " string" ,
895- "required" : true ,
896- "description" : " Shared name attribute"
897- },
898- {
899- "name" : " idPrefix" ,
900- "type" : " string" ,
901- "description" : " ID prefix for fieldset and inputs"
902- },
903- {
904- "name" : " legend" ,
905- "type" : " string" ,
906- "description" : " Legend text"
907- },
908- {
909- "name" : " isPageHeading" ,
910- "type" : " boolean" ,
911- "description" : " Legend rendered as page heading"
912- },
913- {
914- "name" : " legendSize" ,
915- "type" : " \" xl\" |\" l\" |\" m\" |\" s\" " ,
916- "description" : " Legend size"
917- },
918- {
919- "name" : " hint" ,
920- "type" : " string" ,
921- "description" : " Group hint text"
922- },
923- {
924- "name" : " errorMessage" ,
925- "type" : " string" ,
926- "description" : " Group error message"
927- },
928- {
929- "name" : " className" ,
930- "type" : " string" ,
931- "description" : " Extra wrapper classes"
932- },
933- {
934- "name" : " small" ,
935- "type" : " boolean" ,
936- "description" : " Small variant"
937- }
938- ],
939- "source" : " src/components/Checkboxes/Checkboxes.schema.ts"
940- },
941883 "CharacterCount" : {
942884 "name" : " CharacterCount" ,
943885 "props" : [
1018960 ],
1019961 "source" : " src/components/CharacterCount/CharacterCount.schema.ts"
1020962 },
963+ "Checkboxes" : {
964+ "name" : " Checkboxes" ,
965+ "props" : [
966+ {
967+ "name" : " items" ,
968+ "type" : " CheckboxItem[]" ,
969+ "required" : true ,
970+ "description" : " Array of checkbox items"
971+ },
972+ {
973+ "name" : " name" ,
974+ "type" : " string" ,
975+ "required" : true ,
976+ "description" : " Shared name attribute"
977+ },
978+ {
979+ "name" : " idPrefix" ,
980+ "type" : " string" ,
981+ "description" : " ID prefix for fieldset and inputs"
982+ },
983+ {
984+ "name" : " legend" ,
985+ "type" : " string" ,
986+ "description" : " Legend text"
987+ },
988+ {
989+ "name" : " isPageHeading" ,
990+ "type" : " boolean" ,
991+ "description" : " Legend rendered as page heading"
992+ },
993+ {
994+ "name" : " legendSize" ,
995+ "type" : " \" xl\" |\" l\" |\" m\" |\" s\" " ,
996+ "description" : " Legend size"
997+ },
998+ {
999+ "name" : " hint" ,
1000+ "type" : " string" ,
1001+ "description" : " Group hint text"
1002+ },
1003+ {
1004+ "name" : " errorMessage" ,
1005+ "type" : " string" ,
1006+ "description" : " Group error message"
1007+ },
1008+ {
1009+ "name" : " className" ,
1010+ "type" : " string" ,
1011+ "description" : " Extra wrapper classes"
1012+ },
1013+ {
1014+ "name" : " small" ,
1015+ "type" : " boolean" ,
1016+ "description" : " Small variant"
1017+ }
1018+ ],
1019+ "source" : " src/components/Checkboxes/Checkboxes.schema.ts"
1020+ },
10211021 "Button" : {
10221022 "name" : " Button" ,
10231023 "category" : " form" ,
11391139 " Heading"
11401140 ],
11411141 "uncategorised" : [
1142- " Checkboxes " ,
1143- " CharacterCount "
1142+ " CharacterCount " ,
1143+ " Checkboxes "
11441144 ]
11451145 }
11461146}
0 commit comments