@nationalarchives/frontend 0.20.0 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,9 +106,9 @@
106
106
  "headingSize": "m",
107
107
  "id": "feedback",
108
108
  "name": "feedback",
109
- "autocapitalize": true
109
+ "autocapitalize": "on"
110
110
  },
111
- "html": "<div class=\"tna-form__group\"><div class=\"tna-form__group-contents\"><h4 class=\"tna-form__heading tna-form__heading--m\"><label class=\"tna-form__label\" for=\"feedback\">Enter your feedback</label></h4></div><textarea id=\"feedback\" class=\"tna-textarea \" name=\"feedback\" spellcheck=\"false\" autocapitalize=\"true\" autocorrect=\"off\" rows=\"5\"></textarea></div>"
111
+ "html": "<div class=\"tna-form__group\"><div class=\"tna-form__group-contents\"><h4 class=\"tna-form__heading tna-form__heading--m\"><label class=\"tna-form__label\" for=\"feedback\">Enter your feedback</label></h4></div><textarea id=\"feedback\" class=\"tna-textarea \" name=\"feedback\" spellcheck=\"false\" autocapitalize=\"on\" autocorrect=\"off\" rows=\"5\"></textarea></div>"
112
112
  },
113
113
  {
114
114
  "name": "autocorrect",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nationalarchives/frontend",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "description": "The National Archives frontend styles",
5
5
  "scripts": {
6
6
  "start": "storybook dev -p 6006",
@@ -18,7 +18,7 @@
18
18
  "test:package": "node tasks/test-package.js",
19
19
  "test:storybook": "test-storybook --browsers=chromium",
20
20
  "test:unit": "jest --verbose",
21
- "update:fixtures": "node tasks/update-fixtures.js"
21
+ "update:fixtures": "node tasks/update-fixtures.js && npm run lint:fix"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",