@vaadin/login 25.3.0-alpha6 → 25.3.0-alpha7

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": "25.3.0-alpha6",
3
+ "version": "25.3.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,22 +35,22 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/button": "25.3.0-alpha6",
39
- "@vaadin/component-base": "25.3.0-alpha6",
40
- "@vaadin/overlay": "25.3.0-alpha6",
41
- "@vaadin/password-field": "25.3.0-alpha6",
42
- "@vaadin/text-field": "25.3.0-alpha6",
43
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
38
+ "@vaadin/button": "25.3.0-alpha7",
39
+ "@vaadin/component-base": "25.3.0-alpha7",
40
+ "@vaadin/overlay": "25.3.0-alpha7",
41
+ "@vaadin/password-field": "25.3.0-alpha7",
42
+ "@vaadin/text-field": "25.3.0-alpha7",
43
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/a11y-base": "25.3.0-alpha6",
48
- "@vaadin/aura": "25.3.0-alpha6",
49
- "@vaadin/chai-plugins": "25.3.0-alpha6",
50
- "@vaadin/checkbox": "25.3.0-alpha6",
51
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
47
+ "@vaadin/a11y-base": "25.3.0-alpha7",
48
+ "@vaadin/aura": "25.3.0-alpha7",
49
+ "@vaadin/chai-plugins": "25.3.0-alpha7",
50
+ "@vaadin/checkbox": "25.3.0-alpha7",
51
+ "@vaadin/test-runner-commands": "25.3.0-alpha7",
52
52
  "@vaadin/testing-helpers": "^2.0.0",
53
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
53
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
54
54
  "sinon": "^22.0.0"
55
55
  },
56
56
  "customElements": "custom-elements.json",
@@ -58,5 +58,5 @@
58
58
  "web-types.json",
59
59
  "web-types.lit.json"
60
60
  ],
61
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
61
+ "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
62
62
  }
@@ -39,11 +39,11 @@ class LoginOverlayWrapper extends OverlayMixin(DirMixin(ThemableMixin(PolylitMix
39
39
  }
40
40
 
41
41
  /**
42
- * Override method from OverlayFocusMixin to use owner as focus trap root
42
+ * Override method from OverlayFocusMixin to use owner as focus root
43
43
  * @protected
44
44
  * @override
45
45
  */
46
- get _focusTrapRoot() {
46
+ get _focusRoot() {
47
47
  return this.owner;
48
48
  }
49
49
 
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/login",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/login",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {