@vaadin/tabs 23.0.1 → 23.0.4

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": "23.0.1",
3
+ "version": "23.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,17 +34,17 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@polymer/polymer": "^3.0.0",
37
- "@vaadin/component-base": "^23.0.1",
38
- "@vaadin/item": "^23.0.1",
39
- "@vaadin/vaadin-list-mixin": "^23.0.1",
40
- "@vaadin/vaadin-lumo-styles": "^23.0.1",
41
- "@vaadin/vaadin-material-styles": "^23.0.1",
42
- "@vaadin/vaadin-themable-mixin": "^23.0.1"
37
+ "@vaadin/component-base": "^23.0.4",
38
+ "@vaadin/item": "^23.0.4",
39
+ "@vaadin/vaadin-list-mixin": "^23.0.4",
40
+ "@vaadin/vaadin-lumo-styles": "^23.0.4",
41
+ "@vaadin/vaadin-material-styles": "^23.0.4",
42
+ "@vaadin/vaadin-themable-mixin": "^23.0.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@esm-bundle/chai": "^4.3.4",
46
46
  "@vaadin/testing-helpers": "^0.3.2",
47
47
  "sinon": "^9.2.1"
48
48
  },
49
- "gitHead": "05fcc6daa21325753cf528c9c1072ccd8dd1e52e"
49
+ "gitHead": "d8db2046661c42fb5aac09ed683b500bf4613b26"
50
50
  }
@@ -123,8 +123,12 @@ registerStyles(
123
123
 
124
124
  /* Centered */
125
125
 
126
- :host([theme~='centered'][orientation='horizontal']) [part='tabs'] {
127
- justify-content: center;
126
+ :host([theme~='centered'][orientation='horizontal']) ::slotted(vaadin-tab:first-of-type) {
127
+ margin-inline-start: auto;
128
+ }
129
+
130
+ :host([theme~='centered'][orientation='horizontal']) ::slotted(vaadin-tab:last-of-type) {
131
+ margin-inline-end: auto;
128
132
  }
129
133
 
130
134
  /* Small */