Skip to content

Commit 54c4e70

Browse files
author
Fergus Bisset
committed
chore(release): 0.0.44-alpha.12
1 parent e6465e3 commit 54c4e70

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

dist/meta/components.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -449,6 +449,33 @@
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",
@@ -591,33 +618,6 @@
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",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)