@vaadin/split-layout 25.0.0-alpha19 → 25.0.0-alpha20

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-alpha19",
3
+ "version": "25.0.0-alpha20",
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-alpha19",
38
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha19",
37
+ "@vaadin/component-base": "25.0.0-alpha20",
38
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha20",
39
39
  "lit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@vaadin/chai-plugins": "25.0.0-alpha19",
43
- "@vaadin/test-runner-commands": "25.0.0-alpha19",
42
+ "@vaadin/chai-plugins": "25.0.0-alpha20",
43
+ "@vaadin/test-runner-commands": "25.0.0-alpha20",
44
44
  "@vaadin/testing-helpers": "^2.0.0",
45
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha19",
45
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha20",
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": "1f9af1ce5f0bae8daff044176c8a8df697763881"
52
+ "gitHead": "c948aae591a30b432f3784000d4677674cae56e0"
53
53
  }
@@ -62,13 +62,13 @@ export const splitLayoutStyles = css`
62
62
  }
63
63
 
64
64
  [part='handle'] {
65
- background: var(--vaadin-split-layout-handle-background, var(--vaadin-color-subtle));
65
+ background: var(--vaadin-split-layout-handle-background, var(--vaadin-text-color-secondary));
66
66
  border-radius: var(--vaadin-radius-m);
67
67
  flex: none;
68
68
  width: var(--_handle-size);
69
69
  height: var(--_handle-target-size);
70
70
  max-height: 50%;
71
- position: relative;
71
+ position: absolute;
72
72
  }
73
73
 
74
74
  :host([orientation='vertical']) [part='handle'] {
@@ -165,6 +165,12 @@ class SplitLayout extends SplitLayoutMixin(ElementMixin(ThemableMixin(PolylitMix
165
165
  return splitLayoutStyles;
166
166
  }
167
167
 
168
+ static get lumoInjector() {
169
+ return {
170
+ includeBaseStyles: true,
171
+ };
172
+ }
173
+
168
174
  /** @protected */
169
175
  render() {
170
176
  return html`
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-alpha19",
4
+ "version": "25.0.0-alpha20",
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-alpha19",
4
+ "version": "25.0.0-alpha20",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {