@vaadin/login 23.1.0-beta1 → 23.1.0-beta2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/login",
3
- "version": "23.1.0-beta1",
3
+ "version": "23.1.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,19 +35,19 @@
35
35
  "dependencies": {
36
36
  "@open-wc/dedupe-mixin": "^1.3.0",
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/button": "23.1.0-beta1",
39
- "@vaadin/component-base": "23.1.0-beta1",
40
- "@vaadin/password-field": "23.1.0-beta1",
41
- "@vaadin/text-field": "23.1.0-beta1",
42
- "@vaadin/vaadin-lumo-styles": "23.1.0-beta1",
43
- "@vaadin/vaadin-material-styles": "23.1.0-beta1",
44
- "@vaadin/vaadin-overlay": "23.1.0-beta1",
45
- "@vaadin/vaadin-themable-mixin": "23.1.0-beta1"
38
+ "@vaadin/button": "23.1.0-beta2",
39
+ "@vaadin/component-base": "23.1.0-beta2",
40
+ "@vaadin/password-field": "23.1.0-beta2",
41
+ "@vaadin/text-field": "23.1.0-beta2",
42
+ "@vaadin/vaadin-lumo-styles": "23.1.0-beta2",
43
+ "@vaadin/vaadin-material-styles": "23.1.0-beta2",
44
+ "@vaadin/vaadin-overlay": "23.1.0-beta2",
45
+ "@vaadin/vaadin-themable-mixin": "23.1.0-beta2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@esm-bundle/chai": "^4.3.4",
49
49
  "@vaadin/testing-helpers": "^0.3.2",
50
50
  "sinon": "^13.0.2"
51
51
  },
52
- "gitHead": "8be43cf83102a6b9ccf309687446e590ce0164e8"
52
+ "gitHead": "f11f9245a0b5e6bf912725a501c27c24b74e7c8d"
53
53
  }
@@ -197,7 +197,7 @@ class LoginForm extends LoginMixin(ElementMixin(ThemableMixin(PolymerElement)))
197
197
  const input = e.currentTarget;
198
198
  if (isTab && input && input.select) {
199
199
  input.select();
200
- // iOS 9 workaround: https://stackoverflow.com/a/7436574
200
+ // IOS 9 workaround: https://stackoverflow.com/a/7436574
201
201
  setTimeout(() => input.setSelectionRange(0, 9999));
202
202
  }
203
203
  }
@@ -112,7 +112,7 @@ export const LoginMixin = (superClass) =>
112
112
  */
113
113
  i18n: {
114
114
  type: Object,
115
- value: function () {
115
+ value() {
116
116
  return {
117
117
  form: {
118
118
  title: 'Log in',