@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.52-alpha to 0.0.53-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.52-alpha", | ||
"version": "0.0.53-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -40,3 +40,3 @@ { | ||
{ | ||
"$ref": "http://gov.uk/schema/v1.0.0/definition/conditions/one" | ||
"$ref": "http://gov.uk/schema/v1.0.0/definition/conditions/exactly" | ||
} | ||
@@ -43,0 +43,0 @@ ] |
@@ -6,4 +6,4 @@ { | ||
"properties": { | ||
"allOfConditions": { | ||
"title": "All Conditions Met", | ||
"all": { | ||
"title": "All conditions met", | ||
"type": "array", | ||
@@ -16,3 +16,3 @@ "items": { | ||
"required": [ | ||
"allOfConditions" | ||
"all" | ||
], | ||
@@ -19,0 +19,0 @@ "category": [ |
@@ -6,4 +6,4 @@ { | ||
"properties": { | ||
"anyOfConditions": { | ||
"title": "At least X Conditions Met", | ||
"any": { | ||
"title": "At least X conditions met", | ||
"type": "array", | ||
@@ -13,6 +13,12 @@ "items": { | ||
} | ||
}, | ||
"conditionsMet": { | ||
"title": "Number of conditions to meet", | ||
"type": "number", | ||
"minimum": 1, | ||
"default": 1 | ||
} | ||
}, | ||
"required": [ | ||
"anyOfConditions" | ||
"any" | ||
], | ||
@@ -19,0 +25,0 @@ "category": [ |
@@ -24,3 +24,3 @@ { | ||
"_id": "gosh", | ||
"anyOfConditions": [ | ||
"any": [ | ||
{ | ||
@@ -32,3 +32,3 @@ "identifier": "foo", | ||
{ | ||
"allOfConditions": [ | ||
"all": [ | ||
{ | ||
@@ -35,0 +35,0 @@ "identifier": "bam", |
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
116412
3391