@vaadin/master-detail-layout 25.0.0-alpha15 → 25.0.0-alpha17

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/master-detail-layout",
3
- "version": "25.0.0-alpha15",
3
+ "version": "25.0.0-alpha17",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,20 +33,20 @@
33
33
  "web-component"
34
34
  ],
35
35
  "dependencies": {
36
- "@vaadin/a11y-base": "25.0.0-alpha15",
37
- "@vaadin/component-base": "25.0.0-alpha15",
38
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha15",
36
+ "@vaadin/a11y-base": "25.0.0-alpha17",
37
+ "@vaadin/component-base": "25.0.0-alpha17",
38
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha17",
39
39
  "lit": "^3.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@vaadin/chai-plugins": "25.0.0-alpha15",
42
+ "@vaadin/chai-plugins": "25.0.0-alpha17",
43
43
  "@vaadin/testing-helpers": "^2.0.0",
44
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha15",
45
- "sinon": "^18.0.0"
44
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha17",
45
+ "sinon": "^21.0.0"
46
46
  },
47
47
  "web-types": [
48
48
  "web-types.json",
49
49
  "web-types.lit.json"
50
50
  ],
51
- "gitHead": "1ad98437e7600769bf66f870929feefbeef16edf"
51
+ "gitHead": "8264c71309907be99368b09414f0f8d7f591e0b9"
52
52
  }
@@ -139,7 +139,8 @@ export const masterDetailLayoutStyles = css`
139
139
  /* Decorative/visual styles */
140
140
 
141
141
  [part='backdrop'] {
142
- background: var(--vaadin-master-detail-layout-backdrop, rgba(0, 0, 0, 0.2));
142
+ background: var(--vaadin-overlay-backdrop-background, rgba(0, 0, 0, 0.2));
143
+ forced-color-adjust: none;
143
144
  }
144
145
 
145
146
  :host(:is([drawer], [stack])) [part='detail'] {
@@ -159,7 +160,11 @@ export const masterDetailLayoutStyles = css`
159
160
 
160
161
  @media (forced-colors: active) {
161
162
  :host(:is([drawer], [stack])) [part='detail'] {
162
- outline: 3px solid;
163
+ outline: 3px solid !important;
164
+ }
165
+
166
+ [part='detail'] {
167
+ background: Canvas !important;
163
168
  }
164
169
  }
165
170
  `;
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/master-detail-layout",
4
- "version": "25.0.0-alpha15",
4
+ "version": "25.0.0-alpha17",
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/master-detail-layout",
4
- "version": "25.0.0-alpha15",
4
+ "version": "25.0.0-alpha17",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {