@genesislcap/foundation-login 11.4.1-alpha-46f8100.0 → 11.4.2

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.
@@ -232,7 +232,7 @@ export const organisationField = () => html `
232
232
  type="text"
233
233
  name="organisation"
234
234
  id="organisation"
235
- autocomplete="organisation"
235
+ autocomplete="organization"
236
236
  data-test-id="organisation"
237
237
  :value="${sync((x) => x.organisation)}"
238
238
  autofocus
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-login",
3
3
  "description": "Genesis Foundation Login",
4
- "version": "11.4.1-alpha-46f8100.0",
4
+ "version": "11.4.2",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-login.d.ts",
@@ -85,11 +85,11 @@
85
85
  "webpack-merge": "^5.7.3"
86
86
  },
87
87
  "dependencies": {
88
- "@genesislcap/foundation-comms": "11.4.1-alpha-46f8100.0",
89
- "@genesislcap/foundation-testing": "11.4.1-alpha-46f8100.0",
90
- "@genesislcap/foundation-ui": "11.4.1-alpha-46f8100.0",
91
- "@genesislcap/foundation-utils": "11.4.1-alpha-46f8100.0",
92
- "@genesislcap/foundation-zero": "11.4.1-alpha-46f8100.0",
88
+ "@genesislcap/foundation-comms": "^11.4.2",
89
+ "@genesislcap/foundation-testing": "^11.4.2",
90
+ "@genesislcap/foundation-ui": "^11.4.2",
91
+ "@genesislcap/foundation-utils": "^11.4.2",
92
+ "@genesislcap/foundation-zero": "^11.4.2",
93
93
  "@microsoft/fast-components": "^2.21.3",
94
94
  "@microsoft/fast-element": "^1.7.0",
95
95
  "@microsoft/fast-foundation": "^2.33.2",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "7b1623dd98382d03ad924a978191e26b9d5170cf"
105
+ "gitHead": "cf688a60af9de1bdda51787184a33138dcd4128d"
106
106
  }