@vaadin/vertical-layout 25.2.0-alpha8 → 25.2.0-beta1

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/vertical-layout",
3
- "version": "25.2.0-alpha8",
3
+ "version": "25.2.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,21 +34,21 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/component-base": "25.2.0-alpha8",
38
- "@vaadin/vaadin-themable-mixin": "25.2.0-alpha8",
37
+ "@vaadin/component-base": "25.2.0-beta1",
38
+ "@vaadin/vaadin-themable-mixin": "25.2.0-beta1",
39
39
  "lit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@vaadin/aura": "25.2.0-alpha8",
43
- "@vaadin/chai-plugins": "25.2.0-alpha8",
44
- "@vaadin/test-runner-commands": "25.2.0-alpha8",
42
+ "@vaadin/aura": "25.2.0-beta1",
43
+ "@vaadin/chai-plugins": "25.2.0-beta1",
44
+ "@vaadin/test-runner-commands": "25.2.0-beta1",
45
45
  "@vaadin/testing-helpers": "^2.0.0",
46
- "@vaadin/vaadin-lumo-styles": "25.2.0-alpha8"
46
+ "@vaadin/vaadin-lumo-styles": "25.2.0-beta1"
47
47
  },
48
48
  "customElements": "custom-elements.json",
49
49
  "web-types": [
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "2b82e20cdfc605b1187e9a24ae42869e1500ab68"
53
+ "gitHead": "471a23f60d1eb725f98a33f62cb9664d9c0a4163"
54
54
  }
@@ -46,8 +46,6 @@ import { verticalLayoutStyles } from './styles/vaadin-vertical-layout-base-style
46
46
  *
47
47
  * @customElement vaadin-vertical-layout
48
48
  * @extends HTMLElement
49
- * @mixes ThemableMixin
50
- * @mixes ElementMixin
51
49
  */
52
50
  class VerticalLayout extends ThemableMixin(ElementMixin(PolylitMixin(LumoInjectionMixin(LitElement)))) {
53
51
  static get is() {
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/vertical-layout",
4
- "version": "25.2.0-alpha8",
4
+ "version": "25.2.0-beta1",
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/vertical-layout",
4
- "version": "25.2.0-alpha8",
4
+ "version": "25.2.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {