@vaadin/app-layout 25.0.0-alpha16 → 25.0.0-alpha18

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/app-layout",
3
- "version": "25.0.0-alpha16",
3
+ "version": "25.0.0-alpha18",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,22 +34,22 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@open-wc/dedupe-mixin": "^1.3.0",
37
- "@vaadin/a11y-base": "25.0.0-alpha16",
38
- "@vaadin/button": "25.0.0-alpha16",
39
- "@vaadin/component-base": "25.0.0-alpha16",
40
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha16",
37
+ "@vaadin/a11y-base": "25.0.0-alpha18",
38
+ "@vaadin/button": "25.0.0-alpha18",
39
+ "@vaadin/component-base": "25.0.0-alpha18",
40
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha18",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/chai-plugins": "25.0.0-alpha16",
45
- "@vaadin/test-runner-commands": "25.0.0-alpha16",
44
+ "@vaadin/chai-plugins": "25.0.0-alpha18",
45
+ "@vaadin/test-runner-commands": "25.0.0-alpha18",
46
46
  "@vaadin/testing-helpers": "^2.0.0",
47
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha16",
48
- "sinon": "^18.0.0"
47
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha18",
48
+ "sinon": "^21.0.0"
49
49
  },
50
50
  "web-types": [
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "4b316158a4a4f702f032bc9940fc82f0faa840f4"
54
+ "gitHead": "cb5cafb5687a117ebead1b81e2116991cec13abe"
55
55
  }
@@ -127,7 +127,8 @@ export const appLayoutStyles = css`
127
127
  }
128
128
 
129
129
  [part='backdrop'] {
130
- background: var(--vaadin-overlay-backdrop-background, rgba(0, 0, 0, 0.5));
130
+ background: var(--vaadin-overlay-backdrop-background, rgba(0, 0, 0, 0.2));
131
+ forced-color-adjust: none;
131
132
  }
132
133
 
133
134
  :host(:not([drawer-opened])) [part='backdrop'] {
@@ -432,7 +432,6 @@ export const AppLayoutMixin = (superclass) =>
432
432
  const toggle = this.querySelector('vaadin-drawer-toggle');
433
433
  if (toggle) {
434
434
  toggle.focus();
435
- toggle.setAttribute('focus-ring', 'focus');
436
435
  }
437
436
  }
438
437
 
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/app-layout",
4
- "version": "25.0.0-alpha16",
4
+ "version": "25.0.0-alpha18",
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/app-layout",
4
- "version": "25.0.0-alpha16",
4
+ "version": "25.0.0-alpha18",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {