File tree Expand file tree Collapse file tree 3 files changed +32
-32
lines changed
Expand file tree Collapse file tree 3 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.0.44-alpha.10 " ,
3- "generatedAt" : " 2025-10-26T10:29:15.607Z " ,
2+ "version" : " 0.0.44-alpha.11 " ,
3+ "generatedAt" : " 2025-10-26T10:31:19.128Z " ,
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" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fergusbisset/nhs-fdp-design-system" ,
3- "version" : " 0.0.44-alpha.11 " ,
3+ "version" : " 0.0.44-alpha.12 " ,
44 "description" : " NHS FDP Design System - A comprehensive React component library built with design tokens" ,
55 "main" : " dist/index.umd.js" ,
66 "module" : " dist/index.esm.js" ,
You can’t perform that action at this time.
0 commit comments