@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.64-alpha to 0.0.68-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.64-alpha", | ||
"version": "0.0.68-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -8,11 +8,17 @@ { | ||
"title": "Width", | ||
"description": "Determines govuk width class to apply", | ||
"description": "How wide the component should be visually", | ||
"type": "string", | ||
"enumMap": "widthClassMap", | ||
"enumMap": { | ||
"one-quarter": "One quarter", | ||
"one-third": "One third", | ||
"one-half": "One half", | ||
"two-thirds": "Two thirds", | ||
"three-quarters": "Three quarters" | ||
}, | ||
"enum": [ | ||
"three-quarters", | ||
"one-quarter", | ||
"one-third", | ||
"one-half", | ||
"two-thirds", | ||
"one-half", | ||
"one-third", | ||
"one-quarter" | ||
"three-quarters" | ||
], | ||
@@ -19,0 +25,0 @@ "category": [ |
@@ -8,14 +8,31 @@ { | ||
"title": "Input width", | ||
"description": "The govuk width class to apply to input", | ||
"description": "How wide the input should be visually", | ||
"type": "string", | ||
"enumMap": "widthClassMap", | ||
"enumMap": { | ||
"2": "2 characters", | ||
"3": "3 characters", | ||
"4": "4 characters", | ||
"5": "5 characters", | ||
"10": "10 characters", | ||
"20": "20 characters", | ||
"30": "30 characters", | ||
"one-quarter": "One quarter", | ||
"one-third": "One third", | ||
"one-half": "One half", | ||
"two-thirds": "Two thirds", | ||
"three-quarters": "Three quarters" | ||
}, | ||
"enum": [ | ||
"2", | ||
"3", | ||
"4", | ||
"5", | ||
"10", | ||
"20", | ||
"30", | ||
"three-quarters", | ||
"one-quarter", | ||
"one-third", | ||
"one-half", | ||
"two-thirds", | ||
"one-half", | ||
"one-third", | ||
"one-quarter" | ||
"three-quarters" | ||
], | ||
@@ -22,0 +39,0 @@ "category": [ |
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
125599
3667
262