@vaadin/tabs 24.0.0-alpha3 → 24.0.0-alpha4

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/tabs",
3
- "version": "24.0.0-alpha3",
3
+ "version": "24.0.0-alpha4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,12 +36,12 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "24.0.0-alpha3",
40
- "@vaadin/item": "24.0.0-alpha3",
41
- "@vaadin/vaadin-list-mixin": "24.0.0-alpha3",
42
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha3",
43
- "@vaadin/vaadin-material-styles": "24.0.0-alpha3",
44
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha3"
39
+ "@vaadin/component-base": "24.0.0-alpha4",
40
+ "@vaadin/item": "24.0.0-alpha4",
41
+ "@vaadin/vaadin-list-mixin": "24.0.0-alpha4",
42
+ "@vaadin/vaadin-lumo-styles": "24.0.0-alpha4",
43
+ "@vaadin/vaadin-material-styles": "24.0.0-alpha4",
44
+ "@vaadin/vaadin-themable-mixin": "24.0.0-alpha4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "7a013a3c5a56abd61dd4f7773c6ec77c3541bdf2"
55
+ "gitHead": "66be46e82c4d0a673859fbc9bdb1581dd89f360c"
56
56
  }
@@ -239,7 +239,7 @@ class Tabs extends ResizeMixin(ElementMixin(ListMixin(ThemableMixin(PolymerEleme
239
239
 
240
240
  /** @private */
241
241
  get __direction() {
242
- return !this._vertical && this.getAttribute('dir') === 'rtl' ? 1 : -1;
242
+ return !this._vertical && this.__isRTL ? 1 : -1;
243
243
  }
244
244
 
245
245
  /** @private */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tabs",
4
- "version": "24.0.0-alpha3",
4
+ "version": "24.0.0-alpha4",
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/tabs",
4
- "version": "24.0.0-alpha3",
4
+ "version": "24.0.0-alpha4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {