@vaadin/app-layout 24.3.0-alpha7 → 24.3.0-alpha9

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": "24.3.0-alpha7",
3
+ "version": "24.3.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,16 +36,16 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "24.3.0-alpha7",
40
- "@vaadin/button": "24.3.0-alpha7",
41
- "@vaadin/component-base": "24.3.0-alpha7",
42
- "@vaadin/vaadin-lumo-styles": "24.3.0-alpha7",
43
- "@vaadin/vaadin-material-styles": "24.3.0-alpha7",
44
- "@vaadin/vaadin-themable-mixin": "24.3.0-alpha7"
39
+ "@vaadin/a11y-base": "24.3.0-alpha9",
40
+ "@vaadin/button": "24.3.0-alpha9",
41
+ "@vaadin/component-base": "24.3.0-alpha9",
42
+ "@vaadin/vaadin-lumo-styles": "24.3.0-alpha9",
43
+ "@vaadin/vaadin-material-styles": "24.3.0-alpha9",
44
+ "@vaadin/vaadin-themable-mixin": "24.3.0-alpha9"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
48
- "@vaadin/tabs": "24.3.0-alpha7",
48
+ "@vaadin/tabs": "24.3.0-alpha9",
49
49
  "@vaadin/testing-helpers": "^0.6.0",
50
50
  "sinon": "^13.0.2"
51
51
  },
@@ -53,5 +53,5 @@
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "cf40acccb9e061debdf4d38b4149d6f2c50f8e10"
56
+ "gitHead": "ea39f40613cb73b237d08d4c48b890ee7d1844cb"
57
57
  }
@@ -566,8 +566,10 @@ class AppLayout extends ElementMixin(ThemableMixin(ControllerMixin(PolymerElemen
566
566
 
567
567
  if (childCount === 0) {
568
568
  drawer.setAttribute('hidden', '');
569
+ this.style.setProperty('--_vaadin-app-layout-drawer-width', 0);
569
570
  } else {
570
571
  drawer.removeAttribute('hidden');
572
+ this.style.removeProperty('--_vaadin-app-layout-drawer-width');
571
573
  }
572
574
  this._updateOffsetSize();
573
575
  }
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": "24.3.0-alpha7",
4
+ "version": "24.3.0-alpha9",
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": "24.3.0-alpha7",
4
+ "version": "24.3.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {