@genesislcap/foundation-login 11.4.1 → 11.4.3
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.
- package/dist/esm/routes/base.js +1 -1
- package/package.json +7 -7
package/dist/esm/routes/base.js
CHANGED
|
@@ -232,7 +232,7 @@ export const organisationField = () => html `
|
|
|
232
232
|
type="text"
|
|
233
233
|
name="organisation"
|
|
234
234
|
id="organisation"
|
|
235
|
-
autocomplete="
|
|
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.
|
|
4
|
+
"version": "11.4.3",
|
|
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.
|
|
89
|
-
"@genesislcap/foundation-testing": "^11.4.
|
|
90
|
-
"@genesislcap/foundation-ui": "^11.4.
|
|
91
|
-
"@genesislcap/foundation-utils": "^11.4.
|
|
92
|
-
"@genesislcap/foundation-zero": "^11.4.
|
|
88
|
+
"@genesislcap/foundation-comms": "^11.4.3",
|
|
89
|
+
"@genesislcap/foundation-testing": "^11.4.3",
|
|
90
|
+
"@genesislcap/foundation-ui": "^11.4.3",
|
|
91
|
+
"@genesislcap/foundation-utils": "^11.4.3",
|
|
92
|
+
"@genesislcap/foundation-zero": "^11.4.3",
|
|
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": "
|
|
105
|
+
"gitHead": "3a97f3ec54db00600a45581659d0bf06f7afcd75"
|
|
106
106
|
}
|