@vaadin/details 25.0.0-alpha6 → 25.0.0-alpha7

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/details",
3
- "version": "25.0.0-alpha6",
3
+ "version": "25.0.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,16 +37,16 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
- "@vaadin/a11y-base": "25.0.0-alpha6",
41
- "@vaadin/button": "25.0.0-alpha6",
42
- "@vaadin/component-base": "25.0.0-alpha6",
43
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha6",
44
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha6",
40
+ "@vaadin/a11y-base": "25.0.0-alpha7",
41
+ "@vaadin/button": "25.0.0-alpha7",
42
+ "@vaadin/component-base": "25.0.0-alpha7",
43
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha7",
44
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha7",
45
45
  "lit": "^3.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@vaadin/chai-plugins": "25.0.0-alpha6",
49
- "@vaadin/test-runner-commands": "25.0.0-alpha6",
48
+ "@vaadin/chai-plugins": "25.0.0-alpha7",
49
+ "@vaadin/test-runner-commands": "25.0.0-alpha7",
50
50
  "@vaadin/testing-helpers": "^2.0.0",
51
51
  "sinon": "^18.0.0"
52
52
  },
@@ -54,5 +54,5 @@
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "cd1d084198d2b326c58d44bb39fa4845b71ce551"
57
+ "gitHead": "87f72707ce6866892f8be5782fa0da008e87dcbc"
58
58
  }
@@ -77,6 +77,12 @@ class Details extends DetailsBaseMixin(ElementMixin(LumoInjectionMixin(ThemableM
77
77
  `;
78
78
  }
79
79
 
80
+ static get lumoInjector() {
81
+ return {
82
+ includeBaseStyles: true,
83
+ };
84
+ }
85
+
80
86
  /** @protected */
81
87
  render() {
82
88
  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/details",
4
- "version": "25.0.0-alpha6",
4
+ "version": "25.0.0-alpha7",
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/details",
4
- "version": "25.0.0-alpha6",
4
+ "version": "25.0.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {