@vaadin/master-detail-layout 25.3.0-alpha7 → 25.3.0-dev.1fa5a51482

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.
@@ -430,6 +430,13 @@
430
430
  },
431
431
  "description": "Size (in CSS length units) for the detail area when shown as an\noverlay. When not set, falls back to `detailSize`. Set to `100%`\nto make the detail cover the full layout.",
432
432
  "fieldName": "overlaySize"
433
+ },
434
+ {
435
+ "type": {
436
+ "text": "string"
437
+ },
438
+ "description": "The theme variants to apply to the component.",
439
+ "name": "theme"
433
440
  }
434
441
  ],
435
442
  "mixins": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/master-detail-layout",
3
- "version": "25.3.0-alpha7",
3
+ "version": "25.3.0-dev.1fa5a51482",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,16 +34,16 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/a11y-base": "25.3.0-alpha7",
38
- "@vaadin/component-base": "25.3.0-alpha7",
39
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
37
+ "@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
38
+ "@vaadin/component-base": "25.3.0-dev.1fa5a51482",
39
+ "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/aura": "25.3.0-alpha7",
44
- "@vaadin/chai-plugins": "25.3.0-alpha7",
43
+ "@vaadin/aura": "25.3.0-dev.1fa5a51482",
44
+ "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
45
45
  "@vaadin/testing-helpers": "^2.0.0",
46
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
46
+ "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
47
47
  "sinon": "^22.0.0"
48
48
  },
49
49
  "customElements": "custom-elements.json",
@@ -51,5 +51,5 @@
51
51
  "web-types.json",
52
52
  "web-types.lit.json"
53
53
  ],
54
- "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
54
+ "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
55
55
  }
@@ -88,6 +88,7 @@ import {
88
88
  * @fires {CustomEvent} backdrop-click - Fired when the user clicks the backdrop in the overlay mode.
89
89
  * @fires {CustomEvent} detail-escape-press - Fired when the user presses Escape in the detail area.
90
90
  *
91
+ * @attr {string} theme - The theme variants to apply to the component.
91
92
  * @customElement vaadin-master-detail-layout
92
93
  * @extends HTMLElement
93
94
  */
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.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -96,9 +96,7 @@
96
96
  "description": "The theme variants to apply to the component.",
97
97
  "value": {
98
98
  "type": [
99
- "string",
100
- "null",
101
- "undefined"
99
+ "string"
102
100
  ]
103
101
  }
104
102
  }
@@ -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.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {