@vaadin/charts 25.0.0-alpha5 → 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-alpha5",
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-alpha5",
39
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha5",
40
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha5",
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-alpha5",
46
- "@vaadin/test-runner-commands": "25.0.0-alpha5",
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": "7dc87bb2a3cae81ed53259fa10b58f990d50c6fd"
55
+ "gitHead": "cd1d084198d2b326c58d44bb39fa4845b71ce551"
56
56
  }
@@ -13,7 +13,7 @@ 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 { CSSInjectionMixin } from '@vaadin/vaadin-themable-mixin/css-injection-mixin.js';
16
+ import { LumoInjectionMixin } from '@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js';
17
17
  import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
18
18
  import { chartStyles } from './styles/vaadin-chart-core-styles.js';
19
19
  import { ChartMixin } from './vaadin-chart-mixin.js';
@@ -182,7 +182,7 @@ import { ChartMixin } from './vaadin-chart-mixin.js';
182
182
  * @mixes ThemableMixin
183
183
  * @mixes ElementMixin
184
184
  */
185
- class Chart extends ChartMixin(ThemableMixin(ElementMixin(CSSInjectionMixin(PolylitMixin(LitElement))))) {
185
+ class Chart extends ChartMixin(ThemableMixin(ElementMixin(LumoInjectionMixin(PolylitMixin(LitElement))))) {
186
186
  static get is() {
187
187
  return 'vaadin-chart';
188
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-alpha5",
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-alpha5",
4
+ "version": "25.0.0-alpha6",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {