@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.38-alpha to 0.0.39-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.38-alpha", | ||
"version": "0.0.39-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -23,3 +23,3 @@ { | ||
"title": "Lede", | ||
"description": "Paragraph that follows the heading", | ||
"description": "Introductory paragraph that follows the heading", | ||
"type": "string", | ||
@@ -26,0 +26,0 @@ "category": [ |
@@ -13,4 +13,3 @@ { | ||
"repeatableMinimum": { | ||
"title": "Minimum number", | ||
"description": "Minimum number of times to repeat items", | ||
"title": "Minimum number of times to repeat items", | ||
"type": "number", | ||
@@ -22,4 +21,3 @@ "minimum": 0, | ||
"repeatableMaximum": { | ||
"title": "Maximum number", | ||
"description": "Maximum number of times to repeat items", | ||
"title": "Maximum number of times to repeat items", | ||
"type": "number", | ||
@@ -30,3 +28,3 @@ "minimum": 0, | ||
"repeatableHeading": { | ||
"title": "Heading", | ||
"title": "Repeatable heading", | ||
"description": "Heading for repeatable items", | ||
@@ -37,4 +35,4 @@ "type": "string", | ||
"repeatableLede": { | ||
"title": "Hint", | ||
"description": "Hint for repeatable items", | ||
"title": "Repeatable section lede", | ||
"description": "Introductory paragraph that follows the heading for repeatable items", | ||
"type": "string", | ||
@@ -51,3 +49,3 @@ "category": ["repeatable"] | ||
"repeatableDelete": { | ||
"title": "Delete string", | ||
"title": "Remove string", | ||
"description": "Content used to denote delete an item - defaults to ‘Remove’", | ||
@@ -54,0 +52,0 @@ "type": "string", |
@@ -93,3 +93,3 @@ { | ||
"maximum": { | ||
"title": "Less than or equal to", | ||
"title": "Maximum value", | ||
"type": "number", | ||
@@ -99,3 +99,3 @@ "minimum": 0 | ||
"errorsMaximum": { | ||
"title": "Error messages for ‘Less than or equal to’", | ||
"title": "Error messages for ‘Maximum value’", | ||
"allOf": [ | ||
@@ -108,7 +108,7 @@ { | ||
"exclusiveMaximum": { | ||
"title": "Less than", | ||
"title": "Maximum value is exclusive", | ||
"type": "boolean" | ||
}, | ||
"errorsExclusiveMaximum": { | ||
"title": "Error messages for ‘Less than", | ||
"title": "Error messages for ‘Maximum value is exclusive", | ||
"allOf": [ | ||
@@ -121,3 +121,3 @@ { | ||
"minimum": { | ||
"title": "More than or equal to", | ||
"title": "Minimum value", | ||
"type": "number", | ||
@@ -127,3 +127,3 @@ "minimum": 0 | ||
"errorsMinimum": { | ||
"title": "Error messages for for ‘More than or equal to’", | ||
"title": "Error messages for for ‘Minimum value’", | ||
"allOf": [ | ||
@@ -136,7 +136,7 @@ { | ||
"exclusiveMinimum": { | ||
"title": "More than", | ||
"title": "Minimum value is exclusive", | ||
"type": "boolean" | ||
}, | ||
"errorsExclusiveMinimum": { | ||
"title": "Error messages for ‘More than", | ||
"title": "Error messages for ‘Minimum value is exclusive", | ||
"allOf": [ | ||
@@ -143,0 +143,0 @@ { |
Sorry, the diff of this file is not supported yet
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
107244
246
3290