@vaadin/vertical-layout 25.0.0-beta2 → 25.0.0-beta3

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.0.0-beta2",
3
+ "version": "25.0.0-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,19 +33,19 @@
33
33
  "web-component"
34
34
  ],
35
35
  "dependencies": {
36
- "@vaadin/component-base": "25.0.0-beta2",
37
- "@vaadin/vaadin-themable-mixin": "25.0.0-beta2",
36
+ "@vaadin/component-base": "25.0.0-beta3",
37
+ "@vaadin/vaadin-themable-mixin": "25.0.0-beta3",
38
38
  "lit": "^3.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@vaadin/chai-plugins": "25.0.0-beta2",
42
- "@vaadin/test-runner-commands": "25.0.0-beta2",
41
+ "@vaadin/chai-plugins": "25.0.0-beta3",
42
+ "@vaadin/test-runner-commands": "25.0.0-beta3",
43
43
  "@vaadin/testing-helpers": "^2.0.0",
44
- "@vaadin/vaadin-lumo-styles": "25.0.0-beta2"
44
+ "@vaadin/vaadin-lumo-styles": "25.0.0-beta3"
45
45
  },
46
46
  "web-types": [
47
47
  "web-types.json",
48
48
  "web-types.lit.json"
49
49
  ],
50
- "gitHead": "e078f8371ae266f05c7ca1ec25686cc489c83f24"
50
+ "gitHead": "4b2006b0e2f4fc131f5483223b852d34224e7b9a"
51
51
  }
@@ -47,9 +47,7 @@ class VerticalLayout extends ThemableMixin(ElementMixin(PolylitMixin(LumoInjecti
47
47
  }
48
48
 
49
49
  static get lumoInjector() {
50
- return {
51
- includeBaseStyles: true,
52
- };
50
+ return { ...super.lumoInjector, includeBaseStyles: true };
53
51
  }
54
52
 
55
53
  /** @protected */
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.0.0-beta2",
4
+ "version": "25.0.0-beta3",
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.0.0-beta2",
4
+ "version": "25.0.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {