@madgex/design-system
Advanced tools
Comparing version 5.8.0 to 5.9.0
@@ -1,1 +0,1 @@ | ||
[{"name":"asterisk"},{"name":"calendar"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"email"},{"name":"external"},{"name":"job"},{"name":"list-bullets"},{"name":"list-numbers"},{"name":"location-pin"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"redo"},{"name":"search"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"text-bold"},{"name":"text-italic"},{"name":"text-link"},{"name":"text-strike-through"},{"name":"text-underline"},{"name":"undo"},{"name":"upload"},{"name":"user"},{"name":"check"}] | ||
[{"name":"asterisk"},{"name":"calendar"},{"name":"check"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"email"},{"name":"external"},{"name":"job"},{"name":"list-bullets"},{"name":"list-numbers"},{"name":"location-pin"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"redo"},{"name":"search"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"text-bold"},{"name":"text-italic"},{"name":"text-link"},{"name":"text-strike-through"},{"name":"text-underline"},{"name":"undo"},{"name":"upload"},{"name":"user"}] |
@@ -5,3 +5,3 @@ { | ||
"license": "UNLICENSED", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"main": "dist/js/index.js", | ||
@@ -93,3 +93,3 @@ "files": [ | ||
}, | ||
"gitHead": "b61e5b554de139545a19262e6f37a4d4a9236c36" | ||
"gitHead": "ac3e96e389676e6e6dfbca5f6ed6e78f1289693e" | ||
} |
@@ -103,3 +103,12 @@ module.exports = { | ||
}, | ||
{ | ||
name: 'Input with autocomplete attribute', | ||
context: { | ||
labelText: 'Input with autocomplete attribute', | ||
type: 'text', | ||
id: 'input-with-autocomplete-attribute', | ||
autocompleteValue: 'given-name', | ||
}, | ||
}, | ||
], | ||
}; |
@@ -22,2 +22,3 @@ ## Nunjucks | ||
- `i18n`: Text to translate/customise (object) **optional** | ||
- `autocompleteValue`: Used by the browser to populate form fields, eg given-name **optional** | ||
@@ -24,0 +25,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
887778
9986