@vaadin/split-layout 25.0.0-beta2 → 25.0.0-beta4

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/split-layout",
3
- "version": "25.0.0-beta2",
3
+ "version": "25.0.0-beta4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,20 +34,20 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@open-wc/dedupe-mixin": "^1.3.0",
37
- "@vaadin/component-base": "25.0.0-beta2",
38
- "@vaadin/vaadin-themable-mixin": "25.0.0-beta2",
37
+ "@vaadin/component-base": "25.0.0-beta4",
38
+ "@vaadin/vaadin-themable-mixin": "25.0.0-beta4",
39
39
  "lit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@vaadin/chai-plugins": "25.0.0-beta2",
43
- "@vaadin/test-runner-commands": "25.0.0-beta2",
42
+ "@vaadin/chai-plugins": "25.0.0-beta4",
43
+ "@vaadin/test-runner-commands": "25.0.0-beta4",
44
44
  "@vaadin/testing-helpers": "^2.0.0",
45
- "@vaadin/vaadin-lumo-styles": "25.0.0-beta2",
45
+ "@vaadin/vaadin-lumo-styles": "25.0.0-beta4",
46
46
  "sinon": "^21.0.0"
47
47
  },
48
48
  "web-types": [
49
49
  "web-types.json",
50
50
  "web-types.lit.json"
51
51
  ],
52
- "gitHead": "e078f8371ae266f05c7ca1ec25686cc489c83f24"
52
+ "gitHead": "707c30af7ed0afacc13c0afb27d047b043160d1f"
53
53
  }
@@ -166,9 +166,7 @@ class SplitLayout extends SplitLayoutMixin(ElementMixin(ThemableMixin(PolylitMix
166
166
  }
167
167
 
168
168
  static get lumoInjector() {
169
- return {
170
- includeBaseStyles: true,
171
- };
169
+ return { ...super.lumoInjector, includeBaseStyles: true };
172
170
  }
173
171
 
174
172
  /** @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/split-layout",
4
- "version": "25.0.0-beta2",
4
+ "version": "25.0.0-beta4",
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/split-layout",
4
- "version": "25.0.0-beta2",
4
+ "version": "25.0.0-beta4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {