@vaadin/overlay 24.5.0-alpha7 → 24.5.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/overlay",
3
- "version": "24.5.0-alpha7",
3
+ "version": "24.5.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,17 +36,17 @@
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "24.5.0-alpha7",
40
- "@vaadin/component-base": "24.5.0-alpha7",
41
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
42
- "@vaadin/vaadin-material-styles": "24.5.0-alpha7",
43
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha7",
39
+ "@vaadin/a11y-base": "24.5.0-alpha9",
40
+ "@vaadin/component-base": "24.5.0-alpha9",
41
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha9",
42
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha9",
43
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha9",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@esm-bundle/chai": "^4.3.4",
48
- "@vaadin/testing-helpers": "^0.6.0",
49
- "sinon": "^13.0.2"
47
+ "@vaadin/chai-plugins": "24.5.0-alpha9",
48
+ "@vaadin/testing-helpers": "^1.0.0",
49
+ "sinon": "^18.0.0"
50
50
  },
51
- "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
51
+ "gitHead": "804744762f3bec0a2247c4bbcbbb204dbcd78bc0"
52
52
  }
@@ -203,7 +203,6 @@ export const PositionMixin = (superClass) =>
203
203
  this.__margins[propName] = parseInt(computedStyle[propName], 10);
204
204
  });
205
205
  }
206
- this.setAttribute('dir', computedStyle.direction);
207
206
 
208
207
  this._updatePosition();
209
208
  // Schedule another position update (to cover virtual keyboard opening for example)