@vaadin/split-layout 24.0.5 → 24.1.0-alpha10

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/README.md CHANGED
@@ -20,7 +20,7 @@ A web component with two content areas and a draggable split handle between them
20
20
  </vaadin-split-layout>
21
21
  ```
22
22
 
23
- [<img src="https://raw.githubusercontent.com/vaadin/web-components/master/packages/split-layout/screenshot.png" width="616" alt="Screenshot of vaadin-split-layout">](https://vaadin.com/docs/latest/components/split-layout)
23
+ [<img src="https://raw.githubusercontent.com/vaadin/web-components/main/packages/split-layout/screenshot.png" width="616" alt="Screenshot of vaadin-split-layout">](https://vaadin.com/docs/latest/components/split-layout)
24
24
 
25
25
  ## Installation
26
26
 
@@ -39,7 +39,7 @@ import '@vaadin/split-layout';
39
39
  ## Themes
40
40
 
41
41
  Vaadin components come with two built-in [themes](https://vaadin.com/docs/latest/styling), Lumo and Material.
42
- The [main entrypoint](https://github.com/vaadin/web-components/blob/master/packages/split-layout/vaadin-split-layout.js) of the package uses the Lumo theme.
42
+ The [main entrypoint](https://github.com/vaadin/web-components/blob/main/packages/split-layout/vaadin-split-layout.js) of the package uses the Lumo theme.
43
43
 
44
44
  To use the Material theme, import the component from the `theme/material` folder:
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/split-layout",
3
- "version": "24.0.5",
3
+ "version": "24.1.0-alpha10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,10 +36,10 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/component-base": "~24.0.5",
40
- "@vaadin/vaadin-lumo-styles": "~24.0.5",
41
- "@vaadin/vaadin-material-styles": "~24.0.5",
42
- "@vaadin/vaadin-themable-mixin": "~24.0.5"
39
+ "@vaadin/component-base": "24.1.0-alpha10",
40
+ "@vaadin/vaadin-lumo-styles": "24.1.0-alpha10",
41
+ "@vaadin/vaadin-material-styles": "24.1.0-alpha10",
42
+ "@vaadin/vaadin-themable-mixin": "24.1.0-alpha10"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@esm-bundle/chai": "^4.3.4",
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "e384c1b5c02e01a4382a433f727d075de9a4ee97"
53
+ "gitHead": "12e39be7eb3b49c68708e8ca3de2fb22e91051a1"
54
54
  }
@@ -200,6 +200,16 @@ class SplitLayout extends ElementMixin(ThemableMixin(PolymerElement)) {
200
200
  left: 50%;
201
201
  transform: translate3d(-50%, -50%, 0);
202
202
  }
203
+
204
+ @media (forced-colors: active) {
205
+ [part~='splitter'] {
206
+ outline: 1px solid;
207
+ }
208
+ [part~='handle']::after {
209
+ background-color: AccentColor !important;
210
+ forced-color-adjust: none;
211
+ }
212
+ }
203
213
  </style>
204
214
  <slot id="primary" name="primary"></slot>
205
215
  <div part="splitter" id="splitter">
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": "24.0.5",
4
+ "version": "24.1.0-alpha10",
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": "24.0.5",
4
+ "version": "24.1.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {