@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.33-alpha to 0.0.34-alpha
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.33-alpha", | ||
"version": "0.0.34-alpha", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ { | ||
"title": "Checkboxes", | ||
"description": "Component that provides a checkbox fieldset", | ||
"description": "Let users select one or more options from a list", | ||
"type": "object", | ||
@@ -13,2 +13,4 @@ "properties": { | ||
"items": { | ||
"title": "Options", | ||
"description": "Checkboxes options", | ||
"type": "array", | ||
@@ -15,0 +17,0 @@ "items": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Content", | ||
"description": "Component for creating content", | ||
"description": "Display content", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "category": [ |
@@ -5,3 +5,3 @@ { | ||
"title": "Date", | ||
"description": "Component that provides a composite date input field", | ||
"description": "Let users enter an exact date", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
{ | ||
"$id": "http://gov.uk/schema/v1.0.0/details", | ||
"_name": "details", | ||
"title": "Details", | ||
"description": "Component for revealing content on user demand (progressive disclosure)", | ||
"title": "Details (progressive disclosure)", | ||
"description": "Let users reveal more detailed information only if they need it", | ||
"type": "object", | ||
@@ -7,0 +7,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Email", | ||
"description": "Component that provides an email input field", | ||
"description": "Let users enter an email address", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Fieldset", | ||
"description": "Component for fieldset", | ||
"description": "Group related form inputs", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "category": [ |
@@ -5,3 +5,3 @@ { | ||
"title": "File upload", | ||
"description": "Component that provides a file upload input field", | ||
"description": "Let users select and upload one or more files", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Group", | ||
"description": "Component for grouping components", | ||
"description": "Group components without semantic intent", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { |
"title": "Hidden field", |
"description": "Component that provides a hidden field", |
"description": "Include a form value that is not displayed to users", |
"type": "object", |
@@ -8,0 +8,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Inset text", | ||
"description": "Component that provides inset text", | ||
"description": "Differentiate a block of text from the content that surrounds it", | ||
"usage": "Use the inset text component to differentiate a block of text from the content that surrounds it", | ||
@@ -8,0 +8,0 @@ "type": "object", |
@@ -5,3 +5,3 @@ { | ||
"title": "Number", | ||
"description": "Component that provides a number input field", | ||
"description": "Let users enter a number", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
{ | ||
"$id": "http://gov.uk/schema/v1.0.0/page/confirmation", | ||
"_name": "page.confirmation", | ||
"title": "Confirmation page", | ||
"description": "Confirmation page", | ||
"title": "Confirmation", | ||
"description": "Let users know they’ve completed a transaction", | ||
"type": "object", | ||
@@ -7,0 +7,0 @@ "properties": { |
{ | ||
"$id": "http://gov.uk/schema/v1.0.0/page/content", | ||
"_name": "page.content", | ||
"title": "Content page", | ||
"description": "Content page", | ||
"title": "Content", | ||
"description": "Display content to the user without asking any questions", | ||
"type": "object", | ||
@@ -7,0 +7,0 @@ "properties": { |
{ | ||
"$id": "http://gov.uk/schema/v1.0.0/page/flashcard", | ||
"_name": "page.flashcard", | ||
"title": "Flash card page", | ||
"description": "Flash card page", | ||
"title": "Flash card", | ||
"description": "Display pre-amble information to users in a flash card", | ||
"type": "object", | ||
@@ -7,0 +7,0 @@ "properties": { |
{ | ||
"$id": "http://gov.uk/schema/v1.0.0/page/form", | ||
"_name": "page.form", | ||
"title": "Form page", | ||
"description": "Form page", | ||
"title": "Questions", | ||
"description": "Let users answer more than one question", | ||
"type": "object", | ||
@@ -7,0 +7,0 @@ "properties": { |
{ | ||
"$id": "http://gov.uk/schema/v1.0.0/page/singlequestion", | ||
"_name": "page.singlequestion", | ||
"title": "Single question page", | ||
"description": "Single question page", | ||
"title": "Single question", | ||
"description": "Let users answer a single question (which is used as the page heading)", | ||
"type": "object", | ||
@@ -7,0 +7,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Start page", | ||
"description": "Start page", | ||
"description": "Let users start using a service", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
{ | ||
"$id": "http://gov.uk/schema/v1.0.0/page/summary", | ||
"_name": "page.summary", | ||
"title": "Summary page", | ||
"description": "Check your answers page", | ||
"title": "Check answers", | ||
"description": "Let users check their answers before submitting", | ||
"type": "object", | ||
@@ -7,0 +7,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Panel", | ||
"description": "Component to display important information when a transaction has been completed.", | ||
"description": "Display important information when a transaction has been completed", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Radios", | ||
"description": "Component that provides a radio fieldset", | ||
"description": "Let users select one option from a list", | ||
"type": "object", | ||
@@ -13,2 +13,4 @@ "properties": { | ||
"items": { | ||
"title": "Options", | ||
"description": "Radio group options", | ||
"type": "array", | ||
@@ -15,0 +17,0 @@ "items": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Section", | ||
"description": "Component for creating sections within a page", | ||
"description": "Group related content items as sections within a page", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "category": [ |
@@ -5,3 +5,3 @@ { | ||
"title": "Select", | ||
"description": "Component that provides a select field", | ||
"description": "Let users select one option from a list. NB. use as a last resort", | ||
"type": "object", | ||
@@ -13,2 +13,4 @@ "properties": { | ||
"items": { | ||
"title": "Options", | ||
"description": "Select options", | ||
"type": "array", | ||
@@ -15,0 +17,0 @@ "items": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Table", | ||
"description": "Component that provides a table", | ||
"description": "Display information in rows and columns", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Text", | ||
"description": "Component that provides a text input field", | ||
"description": "Let users enter text that’s no longer than a single line", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Textarea", | ||
"description": "Component that provides a textarea field", | ||
"description": "Let users enter text that’s longer than a single line", | ||
"type": "object", | ||
@@ -8,0 +8,0 @@ "properties": { |
@@ -5,3 +5,3 @@ { | ||
"title": "Warning text", | ||
"description": "Component that provides warning text", | ||
"description": "Warn users about something important", | ||
"usage": "Use when there are consequences - for example, a fine or prison sentence", | ||
@@ -8,0 +8,0 @@ "type": "object", |
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
105519
3227