@vaadin/login 23.0.6 → 23.1.0-alpha3

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.0.6",
3
+ "version": "23.1.0-alpha3",
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.0.6",
39
- "@vaadin/component-base": "^23.0.6",
40
- "@vaadin/password-field": "^23.0.6",
41
- "@vaadin/text-field": "^23.0.6",
42
- "@vaadin/vaadin-lumo-styles": "^23.0.6",
43
- "@vaadin/vaadin-material-styles": "^23.0.6",
44
- "@vaadin/vaadin-overlay": "^23.0.6",
45
- "@vaadin/vaadin-themable-mixin": "^23.0.6"
38
+ "@vaadin/button": "23.1.0-alpha3",
39
+ "@vaadin/component-base": "23.1.0-alpha3",
40
+ "@vaadin/password-field": "23.1.0-alpha3",
41
+ "@vaadin/text-field": "23.1.0-alpha3",
42
+ "@vaadin/vaadin-lumo-styles": "23.1.0-alpha3",
43
+ "@vaadin/vaadin-material-styles": "23.1.0-alpha3",
44
+ "@vaadin/vaadin-overlay": "23.1.0-alpha3",
45
+ "@vaadin/vaadin-themable-mixin": "23.1.0-alpha3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@esm-bundle/chai": "^4.3.4",
49
49
  "@vaadin/testing-helpers": "^0.3.2",
50
- "sinon": "^9.2.1"
50
+ "sinon": "^13.0.2"
51
51
  },
52
- "gitHead": "82ca8522e24a63343fb28bcb4c686e55d25c8858"
52
+ "gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85"
53
53
  }
@@ -58,7 +58,7 @@ class LoginForm extends LoginMixin(ElementMixin(ThemableMixin(PolymerElement)))
58
58
  }
59
59
  </style>
60
60
  <vaadin-login-form-wrapper
61
- theme$="[[theme]]"
61
+ theme$="[[_theme]]"
62
62
  part="vaadin-login-native-form-wrapper"
63
63
  action="{{action}}"
64
64
  disabled="{{disabled}}"
@@ -55,7 +55,7 @@ class LoginOverlay extends LoginMixin(ElementMixin(ThemableMixin(PolymerElement)
55
55
  with-backdrop
56
56
  title="[[title]]"
57
57
  description="[[description]]"
58
- theme$="[[theme]]"
58
+ theme$="[[_theme]]"
59
59
  >
60
60
  <vaadin-login-form
61
61
  theme="with-overlay"