@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.80-alpha to 0.0.81-alpha
@@ -5,3 +5,3 @@ { | ||
"description": "Input (date) should be after - summary", | ||
"value": "Your answer for “{control}” is later than {targetValue}" | ||
"value": "Your answer for {control} is later than {targetValue}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (date) should be before - summary", | ||
"value": "Your answer for “{control}” is earlier than {targetValue}" | ||
"value": "Your answer for {control} is earlier than {targetValue}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Day input (date) is invalid - inline", | ||
"value": "Please enter a valid day" | ||
"value": "Enter a valid day" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Day input (date) is invalid - summary", | ||
"value": "Your answer for “{control}” is not valid" | ||
"value": "Your answer for {control} is not valid" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (date) is invalid - inline", | ||
"value": "Please enter a valid date" | ||
"value": "Enter a valid date" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Month input (date) is invalid - inline", | ||
"value": "Please enter a valid month" | ||
"value": "Enter a valid month" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Month input (date) is invalid - summary", | ||
"value": "Your answer for “{control}” is not valid" | ||
"value": "Your answer for {control} is not valid" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (date) is invalid - summary", | ||
"value": "Your answer for “{control}” is not a valid date" | ||
"value": "Your answer for {control} is not a valid date" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Year input (date) is invalid - inline", | ||
"value": "Please enter a valid year" | ||
"value": "Year must be 4 numbers" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Year input (date) is invalid - summary", | ||
"value": "Your answer for “{control}” is not valid" | ||
"value": "Your answer for {control} is not valid" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (number) is too large (exclusive maximum) - summary", | ||
"value": "Your answer for “{control}” is greater than the maximum allowed {maximum}" | ||
"value": "Your answer for {control} is greater than the maximum allowed {maximum}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (number) is too small (exclusive minimum) - summary", | ||
"value": "Your answer for “{control}” is less than the minimum allowed {minimum}" | ||
"value": "Your answer for {control} is less than the minimum allowed {minimum}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input is not in the correct format - summary", | ||
"value": "Your answer for “{control}” is not in the correct format" | ||
"value": "Your answer for {control} is not in the correct format" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (number) is too large - summary", | ||
"value": "Your answer for “{control}” is greater than or equal to the maximum allowed {maximum}" | ||
"value": "Your answer for {control} is greater than or equal to the maximum allowed ({maximum})" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (number) is too small - summary", | ||
"value": "Your answer for “{control}” is less than or equal to the minimum allowed {minimum}" | ||
"value": "Your answer for {control} is less than or equal to the minimum allowed {minimum}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (string) does not match pattern - summary", | ||
"value": "Your answer for “{control}” does not match the pattern ({pattern})" | ||
"value": "Your answer for {control} does not match the pattern ({pattern})" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input is required (checkboxes) - inline", | ||
"value": "Please choose at least one of the options" | ||
"value": "Choose at least one of the options" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input is required (checkboxes) - summary", | ||
"value": "Please choose at least one of the options for “{control}”" | ||
"value": "Choose at least one of the options for {control}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input is required - inline", | ||
"value": "Please answer this question" | ||
"value": "Enter an answer for {control}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input is required (radios) - inline", | ||
"value": "Please choose one of the answers" | ||
"value": "Choose one of the answers" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input is required (radios) - summary", | ||
"value": "Please choose one of the answers for “{control}”" | ||
"value": "Choose one of the answers for {control}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input is required - summary", | ||
"value": "Please answer the question “{control}”" | ||
"value": "Enter an answer for {control}" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (number) is not a number - inline", | ||
"value": "Please enter a number" | ||
"value": "Enter a number" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "Input (number) is not a number - summary", | ||
"value": "Please enter a number for “{control}”" | ||
"value": "Enter a number for {control}" | ||
} |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.80-alpha", | ||
"version": "0.0.81-alpha", | ||
"description": "Form Builder core components", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@ministryofjustice/fb-specification": "0.1.0-alpha" | ||
"@ministryofjustice/fb-specification": "0.1.1-alpha" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
@@ -26,3 +26,3 @@ { | ||
"title": "Attributes", | ||
"description": "Additional HTML attributes to apply to instance - please enter the attributes as JSON", | ||
"description": "Additional HTML attributes to apply to instance - Enter the attributes as JSON", | ||
"type": "object", | ||
@@ -29,0 +29,0 @@ "category": [ |
@@ -5,3 +5,3 @@ { | ||
"name": "situation", | ||
"label": "Please describe your situation" | ||
"label": "Describe your situation" | ||
} |
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
126816