@vaadin/charts 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/charts",
3
- "version": "25.0.0-alpha6",
3
+ "version": "25.0.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,15 +35,15 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/component-base": "25.0.0-alpha6",
39
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha6",
40
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha6",
38
+ "@vaadin/component-base": "25.0.0-alpha7",
39
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha7",
40
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha7",
41
41
  "highcharts": "9.2.2",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/chai-plugins": "25.0.0-alpha6",
46
- "@vaadin/test-runner-commands": "25.0.0-alpha6",
45
+ "@vaadin/chai-plugins": "25.0.0-alpha7",
46
+ "@vaadin/test-runner-commands": "25.0.0-alpha7",
47
47
  "@vaadin/testing-helpers": "^2.0.0",
48
48
  "sinon": "^18.0.0"
49
49
  },
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "cd1d084198d2b326c58d44bb39fa4845b71ce551"
55
+ "gitHead": "87f72707ce6866892f8be5782fa0da008e87dcbc"
56
56
  }
@@ -195,6 +195,12 @@ class Chart extends ChartMixin(ThemableMixin(ElementMixin(LumoInjectionMixin(Pol
195
195
  return chartStyles;
196
196
  }
197
197
 
198
+ static get lumoInjector() {
199
+ return {
200
+ includeBaseStyles: true,
201
+ };
202
+ }
203
+
198
204
  /** @protected */
199
205
  render() {
200
206
  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/charts",
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/charts",
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": {