@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.23-alpha to 0.0.24-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.23-alpha", | ||
"version": "0.0.24-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ { | ||
"title": "Next page", | ||
"description": "What page (if any), and under what condtions, to go to next", | ||
"description": "What page (if any), and under what condtions, to go to next. Please use only if what you’re trying to achieve is impossible or extremely difficult to achieve using the page steps flow.", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "oneOf": [ |
@@ -7,2 +7,4 @@ { | ||
"widthClass": { | ||
"title": "Width", | ||
"description": "Determines govuk width class to apply", | ||
"type": "string", | ||
@@ -16,2 +18,5 @@ "enumMap": "widthClassMap", | ||
"one-quarter" | ||
], | ||
"category": [ | ||
"htmlattributes" | ||
] | ||
@@ -18,0 +23,0 @@ } |
@@ -7,2 +7,4 @@ { | ||
"widthClassInput": { | ||
"title": "Input width", | ||
"description": "Determines govuk width class to apply to input", | ||
"type": "string", | ||
@@ -19,2 +21,5 @@ "enumMap": "widthClassMap", | ||
"one-quarter" | ||
], | ||
"category": [ | ||
"htmlattributes" | ||
] | ||
@@ -21,0 +26,0 @@ } |
@@ -11,2 +11,4 @@ { | ||
"inline": { | ||
"title": "Input error", | ||
"description": "Error message to display next to input", | ||
"type": "string", | ||
@@ -16,2 +18,4 @@ "role": "errorString" | ||
"summary": { | ||
"title": "Summary error", | ||
"description": "Error message to display in error summary header", | ||
"type": "string", | ||
@@ -32,3 +36,3 @@ "role": "errorString" | ||
"errorsRequired": { | ||
"title": "Error strings for required", | ||
"title": "Error messages for required", | ||
"allOf": [ | ||
@@ -46,3 +50,3 @@ { | ||
"errorsMinLength": { | ||
"title": "Error strings for minLength", | ||
"title": "Error messages for minLength", | ||
"allOf": [ | ||
@@ -60,3 +64,3 @@ { | ||
"errorsMaxLength": { | ||
"title": "Error strings for maxLength", | ||
"title": "Error messages for maxLength", | ||
"allOf": [ | ||
@@ -73,3 +77,3 @@ { | ||
"errorsPattern": { | ||
"title": "Error strings for pattern", | ||
"title": "Error messages for pattern", | ||
"allOf": [ | ||
@@ -87,3 +91,3 @@ { | ||
"errorsMultipleOf": { | ||
"title": "Error strings for multipleOf", | ||
"title": "Error messages for multipleOf", | ||
"allOf": [ | ||
@@ -101,3 +105,3 @@ { | ||
"errorsMaximum": { | ||
"title": "Error strings for maximum", | ||
"title": "Error messages for maximum", | ||
"allOf": [ | ||
@@ -114,3 +118,3 @@ { | ||
"errorsExclusiveMaximum": { | ||
"title": "Error strings for exclusiveMaximum", | ||
"title": "Error messages for exclusiveMaximum", | ||
"allOf": [ | ||
@@ -128,3 +132,3 @@ { | ||
"errorsMinimum": { | ||
"title": "Error strings for minimum", | ||
"title": "Error messages for minimum", | ||
"allOf": [ | ||
@@ -141,3 +145,3 @@ { | ||
"errorsExclusiveMinimum": { | ||
"title": "Error strings for exclusiveMinimum", | ||
"title": "Error messages for exclusiveMinimum", | ||
"allOf": [ | ||
@@ -144,0 +148,0 @@ { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100803
234
3128