@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.34-alpha to 0.0.35-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.34-alpha", | ||
"version": "0.0.35-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -34,3 +34,3 @@ { | ||
"errorsRequired": { | ||
"title": "Error messages for required", | ||
"title": "Error messages for ‘Required’", | ||
"allOf": [ | ||
@@ -48,3 +48,3 @@ { | ||
"errorsMinLength": { | ||
"title": "Error messages for minLength", | ||
"title": "Error messages for ‘Minimum length’", | ||
"allOf": [ | ||
@@ -62,3 +62,3 @@ { | ||
"errorsMaxLength": { | ||
"title": "Error messages for maxLength", | ||
"title": "Error messages for ‘Maximum length’", | ||
"allOf": [ | ||
@@ -88,3 +88,3 @@ { | ||
"errorsMultipleOf": { | ||
"title": "Error messages for multipleOf", | ||
"title": "Error messages for ‘Multiple of’", | ||
"allOf": [ | ||
@@ -97,3 +97,3 @@ { | ||
"maximum": { | ||
"title": "Maximum", | ||
"title": "Less than or equal to", | ||
"type": "number", | ||
@@ -103,3 +103,3 @@ "minimum": 0 | ||
"errorsMaximum": { | ||
"title": "Error messages for maximum", | ||
"title": "Error messages for ‘Less than or equal to’", | ||
"allOf": [ | ||
@@ -112,7 +112,7 @@ { | ||
"exclusiveMaximum": { | ||
"title": "Exclusive maximum", | ||
"title": "Less than", | ||
"type": "boolean" | ||
}, | ||
"errorsExclusiveMaximum": { | ||
"title": "Error messages for exclusiveMaximum", | ||
"title": "Error messages for ‘Less than", | ||
"allOf": [ | ||
@@ -125,3 +125,3 @@ { | ||
"minimum": { | ||
"title": "Minimum", | ||
"title": "More than or equal to", | ||
"type": "number", | ||
@@ -131,3 +131,3 @@ "minimum": 0 | ||
"errorsMinimum": { | ||
"title": "Error messages for minimum", | ||
"title": "Error messages for for ‘More than or equal to’", | ||
"allOf": [ | ||
@@ -140,7 +140,7 @@ { | ||
"exclusiveMinimum": { | ||
"title": "Exclusive minimum", | ||
"title": "More than", | ||
"type": "boolean" | ||
}, | ||
"errorsExclusiveMinimum": { | ||
"title": "Error messages for exclusiveMinimum", | ||
"title": "Error messages for ‘More than", | ||
"allOf": [ | ||
@@ -147,0 +147,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
105602