@vaadin/tabs 23.3.5 → 23.3.7

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.3.5",
3
+ "version": "23.3.7",
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": "~23.3.5",
40
- "@vaadin/item": "~23.3.5",
41
- "@vaadin/vaadin-list-mixin": "~23.3.5",
42
- "@vaadin/vaadin-lumo-styles": "~23.3.5",
43
- "@vaadin/vaadin-material-styles": "~23.3.5",
44
- "@vaadin/vaadin-themable-mixin": "~23.3.5"
39
+ "@vaadin/component-base": "~23.3.7",
40
+ "@vaadin/item": "~23.3.7",
41
+ "@vaadin/vaadin-list-mixin": "~23.3.7",
42
+ "@vaadin/vaadin-lumo-styles": "~23.3.7",
43
+ "@vaadin/vaadin-material-styles": "~23.3.7",
44
+ "@vaadin/vaadin-themable-mixin": "~23.3.7"
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": "6dcae730ea61c2191ec26ed02757557f41c23731"
55
+ "gitHead": "9689f8650a9170b38c0ee691b9603ffb550e04ad"
56
56
  }
@@ -109,11 +109,11 @@ class Tabs extends ResizeMixin(ElementMixin(ListMixin(ThemableMixin(PolymerEleme
109
109
  }
110
110
 
111
111
  [part='back-button']::after {
112
- content: '';
112
+ content: '\\25C0';
113
113
  }
114
114
 
115
115
  [part='forward-button']::after {
116
- content: '';
116
+ content: '\\25B6';
117
117
  }
118
118
 
119
119
  :host([orientation='vertical']) [part='back-button'],
@@ -124,11 +124,11 @@ class Tabs extends ResizeMixin(ElementMixin(ListMixin(ThemableMixin(PolymerEleme
124
124
  /* RTL specific styles */
125
125
 
126
126
  :host([dir='rtl']) [part='back-button']::after {
127
- content: '';
127
+ content: '\\25B6';
128
128
  }
129
129
 
130
130
  :host([dir='rtl']) [part='forward-button']::after {
131
- content: '';
131
+ content: '\\25C0';
132
132
  }
133
133
  </style>
134
134
  <div on-click="_scrollBack" part="back-button" aria-hidden="true"></div>
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": "23.3.5",
4
+ "version": "23.3.7",
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": "23.3.5",
4
+ "version": "23.3.7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {