@patternfly/patternfly 6.2.0-prerelease.5 → 6.2.0-prerelease.6

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.2.0-prerelease.5",
4
+ "version": "6.2.0-prerelease.6",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -718,6 +718,8 @@
718
718
  --pf-v6-chart-echarts-tooltip--axis--pointer--cross-style--Width: 1;
719
719
  --pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
720
720
  --pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Width: 1;
721
+ --pf-v6-chart-echarts-tooltip--backgroundColor: var(--pf-v6-chart-global--Fill--Color--900);
722
+ --pf-v6-chart-echarts-tooltip--text-Style--Color: var(--pf-v6-chart-global--Fill--Color--200);
721
723
  --pf-v6-chart-echarts-timeline--emphasis--control-style--Color: var(--pf-v6-chart-global--Fill--Color--400);
722
724
  --pf-v6-chart-echarts-timeline--emphasis--control-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
723
725
  --pf-v6-chart-echarts-timeline--emphasis--control-style--BorderWidth: 1;
@@ -527,6 +527,8 @@ $chart: #{$pf-prefix} + 'chart';
527
527
  --#{$chart}-echarts-tooltip--axis--pointer--cross-style--Width: 1;
528
528
  --#{$chart}-echarts-tooltip--axis--pointer--line-style--Color: var(--#{$chart}-global--Fill--Color--300);
529
529
  --#{$chart}-echarts-tooltip--axis--pointer--line-style--Width: 1;
530
+ --#{$chart}-echarts-tooltip--backgroundColor: var(--#{$chart}-global--Fill--Color--900);
531
+ --#{$chart}-echarts-tooltip--text-Style--Color: var(--#{$chart}-global--Fill--Color--200);
530
532
 
531
533
  // Timeline
532
534
  --#{$chart}-echarts-timeline--emphasis--control-style--Color: var(--#{$chart}-global--Fill--Color--400);