@vaadin/charts 25.0.0-alpha4 → 25.0.0-alpha6

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-alpha4",
3
+ "version": "25.0.0-alpha6",
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-alpha4",
39
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha4",
40
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha4",
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",
41
41
  "highcharts": "9.2.2",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/chai-plugins": "25.0.0-alpha4",
46
- "@vaadin/test-runner-commands": "25.0.0-alpha4",
45
+ "@vaadin/chai-plugins": "25.0.0-alpha6",
46
+ "@vaadin/test-runner-commands": "25.0.0-alpha6",
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": "ce4421f0daf26027b863b91787a474e4cc264344"
55
+ "gitHead": "cd1d084198d2b326c58d44bb39fa4845b71ce551"
56
56
  }
@@ -13,8 +13,9 @@ import { html, LitElement } from 'lit';
13
13
  import { defineCustomElement } from '@vaadin/component-base/src/define.js';
14
14
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
15
15
  import { PolylitMixin } from '@vaadin/component-base/src/polylit-mixin.js';
16
+ import { LumoInjectionMixin } from '@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js';
16
17
  import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
17
- import { chartStyles } from './styles/vaadin-chart-styles.js';
18
+ import { chartStyles } from './styles/vaadin-chart-core-styles.js';
18
19
  import { ChartMixin } from './vaadin-chart-mixin.js';
19
20
 
20
21
  /**
@@ -181,7 +182,7 @@ import { ChartMixin } from './vaadin-chart-mixin.js';
181
182
  * @mixes ThemableMixin
182
183
  * @mixes ElementMixin
183
184
  */
184
- class Chart extends ChartMixin(ThemableMixin(ElementMixin(PolylitMixin(LitElement)))) {
185
+ class Chart extends ChartMixin(ThemableMixin(ElementMixin(LumoInjectionMixin(PolylitMixin(LitElement))))) {
185
186
  static get is() {
186
187
  return 'vaadin-chart';
187
188
  }
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-alpha4",
4
+ "version": "25.0.0-alpha6",
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-alpha4",
4
+ "version": "25.0.0-alpha6",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {