@ministryofjustice/frontend
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -870,2 +870,3 @@ ;(function(root, factory) { | ||
$el.data('moj-password-reveal-initialised', true); | ||
$el.attr('spellcheck', 'false'); | ||
@@ -872,0 +873,0 @@ $el.wrap('<div class="moj-password-reveal"></div>'); |
@@ -10,2 +10,3 @@ MOJFrontend.PasswordReveal = function(element) { | ||
$el.data('moj-password-reveal-initialised', true); | ||
$el.attr('spellcheck', 'false'); | ||
@@ -12,0 +13,0 @@ $el.wrap('<div class="moj-password-reveal"></div>'); |
@@ -35,4 +35,4 @@ # Ticket Panel | ||
|---|---|---|---| | ||
|classes|string|No|Classes to add to the timeline's container.| | ||
|attributes|object|No|HTML attributes (for example data attributes) to add to the timeline's container.| | ||
|classes|string|No|Classes to add to the ticket panel's container.| | ||
|attributes|object|No|HTML attributes (for example data attributes) to add to the ticket panel's container.| | ||
@@ -45,3 +45,14 @@ ### Items | ||
|html|string|Yes|If `text` is set, this is not required. HTML to use within the item. If `html` is provided, the `text` argument will be ignored.| | ||
|classes|string|No|Classes to add to the timeline's container.| | ||
|attributes|object|No|HTML attributes (for example data attributes) to add to the timeline's container.| | ||
|classes|string|No|Classes to add to the ticket panel's container.| | ||
|attributes|object|No|HTML attributes (for example data attributes) to add to the ticket panel's container.| | ||
### Classes | ||
|Name| | ||
|---| | ||
|moj-ticket-panel__content--blue| | ||
|moj-ticket-panel__content--red| | ||
|moj-ticket-panel__content--yellow| | ||
|moj-ticket-panel__content--green| | ||
|moj-ticket-panel__content--purple| | ||
|moj-ticket-panel__content--orange| |
{ | ||
"name": "@ministryofjustice/frontend", | ||
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"main": "moj/all.js", | ||
@@ -6,0 +6,0 @@ "sass": "moj/all.scss", |
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
618704
10020