@vaadin/master-detail-layout 24.9.2 → 24.9.3

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": "24.9.2",
3
+ "version": "24.9.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,15 +34,15 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/a11y-base": "~24.9.2",
38
- "@vaadin/component-base": "~24.9.2",
39
- "@vaadin/vaadin-lumo-styles": "~24.9.2",
40
- "@vaadin/vaadin-material-styles": "~24.9.2",
41
- "@vaadin/vaadin-themable-mixin": "~24.9.2",
37
+ "@vaadin/a11y-base": "~24.9.3",
38
+ "@vaadin/component-base": "~24.9.3",
39
+ "@vaadin/vaadin-lumo-styles": "~24.9.3",
40
+ "@vaadin/vaadin-material-styles": "~24.9.3",
41
+ "@vaadin/vaadin-themable-mixin": "~24.9.3",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/chai-plugins": "~24.9.2",
45
+ "@vaadin/chai-plugins": "~24.9.3",
46
46
  "@vaadin/testing-helpers": "^1.1.0",
47
47
  "sinon": "^18.0.0"
48
48
  },
@@ -50,5 +50,5 @@
50
50
  "web-types.json",
51
51
  "web-types.lit.json"
52
52
  ],
53
- "gitHead": "a26cb8ab518fde5b87dc740957f1cfa295dfae81"
53
+ "gitHead": "dbb4c450495cd72e3d8662119e96db60a89f86ea"
54
54
  }
@@ -192,11 +192,8 @@ class MasterDetailLayout extends SlotStylesMixin(ResizeMixin(ElementMixin(Themab
192
192
  background-color: rgba(0, 0, 0, 0.2);
193
193
  }
194
194
 
195
- [part='detail'] {
196
- background: #fff;
197
- }
198
-
199
195
  :host(:is([drawer], [stack])) [part='detail'] {
196
+ background-color: #fff;
200
197
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
201
198
  }
202
199
 
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": "24.9.2",
4
+ "version": "24.9.3",
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": "24.9.2",
4
+ "version": "24.9.3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {