@vaadin/scroller 25.3.0-alpha6 → 25.3.0-alpha8

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.
@@ -95,6 +95,27 @@
95
95
  }
96
96
  }
97
97
  ],
98
+ "attributes": [
99
+ {
100
+ "name": "scroll-direction",
101
+ "type": {
102
+ "text": "string"
103
+ },
104
+ "description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
105
+ "fieldName": "scrollDirection",
106
+ "inheritedFrom": {
107
+ "name": "ScrollerMixin",
108
+ "module": "src/vaadin-scroller-mixin.js"
109
+ }
110
+ },
111
+ {
112
+ "type": {
113
+ "text": "string"
114
+ },
115
+ "description": "The theme variants to apply to the component.",
116
+ "name": "theme"
117
+ }
118
+ ],
98
119
  "mixins": [
99
120
  {
100
121
  "name": "ScrollerMixin",
@@ -123,20 +144,6 @@
123
144
  },
124
145
  "tagName": "vaadin-scroller",
125
146
  "customElement": true,
126
- "attributes": [
127
- {
128
- "name": "scroll-direction",
129
- "type": {
130
- "text": "string"
131
- },
132
- "description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.",
133
- "fieldName": "scrollDirection",
134
- "inheritedFrom": {
135
- "name": "ScrollerMixin",
136
- "module": "src/vaadin-scroller-mixin.js"
137
- }
138
- }
139
- ],
140
147
  "events": []
141
148
  }
142
149
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/scroller",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,22 +35,22 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha6",
39
- "@vaadin/component-base": "25.3.0-alpha6",
40
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
38
+ "@vaadin/a11y-base": "25.3.0-alpha8",
39
+ "@vaadin/component-base": "25.3.0-alpha8",
40
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "25.3.0-alpha6",
45
- "@vaadin/chai-plugins": "25.3.0-alpha6",
46
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
44
+ "@vaadin/aura": "25.3.0-alpha8",
45
+ "@vaadin/chai-plugins": "25.3.0-alpha8",
46
+ "@vaadin/test-runner-commands": "25.3.0-alpha8",
47
47
  "@vaadin/testing-helpers": "^2.0.0",
48
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6"
48
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8"
49
49
  },
50
50
  "customElements": "custom-elements.json",
51
51
  "web-types": [
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
55
+ "gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
56
56
  }
@@ -55,6 +55,7 @@ import { ScrollerMixin } from './vaadin-scroller-mixin.js';
55
55
  *
56
56
  * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
57
57
  *
58
+ * @attr {string} theme - The theme variants to apply to the component.
58
59
  * @customElement vaadin-scroller
59
60
  * @extends HTMLElement
60
61
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/scroller",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -24,9 +24,7 @@
24
24
  "description": "The theme variants to apply to the component.",
25
25
  "value": {
26
26
  "type": [
27
- "string",
28
- "null",
29
- "undefined"
27
+ "string"
30
28
  ]
31
29
  }
32
30
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/scroller",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {