Skip to content

Commit fcf61a7

Browse files
author
Fergus Bisset
committed
0.0.44-alpha.0
1 parent 814127e commit fcf61a7

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

dist/meta/components.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "0.0.43",
3-
"generatedAt": "2025-10-25T14:16:58.774Z",
3+
"generatedAt": "2025-10-25T14:20:04.116Z",
44
"count": 18,
55
"components": {
66
"Textarea": {
@@ -387,29 +387,6 @@
387387
],
388388
"source": "src/components/Panel/Panel.schema.ts"
389389
},
390-
"InsetText": {
391-
"name": "InsetText",
392-
"category": "content",
393-
"since": "0.1.1",
394-
"props": [
395-
{
396-
"name": "text",
397-
"type": "string",
398-
"description": "Plain text content (ignored if html is provided)"
399-
},
400-
{
401-
"name": "html",
402-
"type": "string",
403-
"description": "HTML content (overrides text)"
404-
},
405-
{
406-
"name": "className",
407-
"type": "string",
408-
"description": "Additional CSS classes"
409-
}
410-
],
411-
"source": "src/components/InsetText/InsetText.schema.ts"
412-
},
413390
"Label": {
414391
"name": "Label",
415392
"category": "form",
@@ -449,6 +426,29 @@
449426
],
450427
"source": "src/components/Label/Label.schema.ts"
451428
},
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+
},
452452
"Input": {
453453
"name": "Input",
454454
"category": "form",

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.43",
3+
"version": "0.0.44-alpha.0",
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)