@vaadin/app-layout 23.3.8 → 23.3.9

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": "23.3.8",
3
+ "version": "23.3.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,15 +36,15 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/button": "~23.3.8",
40
- "@vaadin/component-base": "~23.3.8",
41
- "@vaadin/vaadin-lumo-styles": "~23.3.8",
42
- "@vaadin/vaadin-material-styles": "~23.3.8",
43
- "@vaadin/vaadin-themable-mixin": "~23.3.8"
39
+ "@vaadin/button": "~23.3.9",
40
+ "@vaadin/component-base": "~23.3.9",
41
+ "@vaadin/vaadin-lumo-styles": "~23.3.9",
42
+ "@vaadin/vaadin-material-styles": "~23.3.9",
43
+ "@vaadin/vaadin-themable-mixin": "~23.3.9"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
47
- "@vaadin/tabs": "~23.3.8",
47
+ "@vaadin/tabs": "~23.3.9",
48
48
  "@vaadin/testing-helpers": "^0.3.2",
49
49
  "sinon": "^13.0.2"
50
50
  },
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "f3bfde4c881f9deb7d757faf4ab070f0596b0a09"
55
+ "gitHead": "e4d0f83bb9f0fc992b115358f0ffd672504f144a"
56
56
  }
@@ -452,8 +452,10 @@ class AppLayout extends ElementMixin(ThemableMixin(ControllerMixin(PolymerElemen
452
452
  this._updateOverlayMode();
453
453
 
454
454
  this._navbarSizeObserver = new ResizeObserver(() => {
455
- this._blockAnimationUntilAfterNextRender();
456
- this._updateOffsetSize();
455
+ requestAnimationFrame(() => {
456
+ this._blockAnimationUntilAfterNextRender();
457
+ this._updateOffsetSize();
458
+ });
457
459
  });
458
460
  this._navbarSizeObserver.observe(this.$.navbarTop);
459
461
  this._navbarSizeObserver.observe(this.$.navbarBottom);
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": "23.3.8",
4
+ "version": "23.3.9",
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": "23.3.8",
4
+ "version": "23.3.9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {