@vaadin/charts 24.10.3 → 24.10.4

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": "24.10.3",
3
+ "version": "24.10.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,16 +37,16 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/component-base": "~24.10.3",
41
- "@vaadin/vaadin-lumo-styles": "~24.10.3",
42
- "@vaadin/vaadin-material-styles": "~24.10.3",
43
- "@vaadin/vaadin-themable-mixin": "~24.10.3",
40
+ "@vaadin/component-base": "~24.10.4",
41
+ "@vaadin/vaadin-lumo-styles": "~24.10.4",
42
+ "@vaadin/vaadin-material-styles": "~24.10.4",
43
+ "@vaadin/vaadin-themable-mixin": "~24.10.4",
44
44
  "highcharts": "9.2.2",
45
45
  "lit": "^3.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@vaadin/chai-plugins": "~24.10.3",
49
- "@vaadin/test-runner-commands": "~24.10.3",
48
+ "@vaadin/chai-plugins": "~24.10.4",
49
+ "@vaadin/test-runner-commands": "~24.10.4",
50
50
  "@vaadin/testing-helpers": "^1.1.0",
51
51
  "sinon": "^18.0.0"
52
52
  },
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "b9656d87dcb414d1867ff04bcf288462f549d065"
58
+ "gitHead": "db2b55d7760803aacfff86694c3124a563d782c3"
59
59
  }
@@ -824,6 +824,10 @@ const chartBaseTheme = css`
824
824
  fill: inherit;
825
825
  }
826
826
 
827
+ :where([styled-mode]) .highcharts-label text {
828
+ fill: var(--vaadin-charts-data-label, hsla(214, 42%, 18%, 0.72));
829
+ }
830
+
827
831
  :where([styled-mode]) .highcharts-candlestick-series .highcharts-point {
828
832
  stroke: var(--vaadin-charts-contrast-60pct, hsla(214, 43%, 19%, 0.61));
829
833
  stroke-width: 1px;
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": "24.10.3",
4
+ "version": "24.10.4",
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": "24.10.3",
4
+ "version": "24.10.4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {