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

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.7",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -664,9 +664,15 @@
664
664
  }
665
665
 
666
666
  :where(:root) {
667
- --pf-v6-chart-echarts-global--axis-line--item-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
668
- --pf-v6-chart-echarts-global--axis-tick--item-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
669
- --pf-v6-chart-echarts-global--split-area--area-style--Color: var(--pf-v6-chart-global--Fill--Color--white);
667
+ --pf-v6-chart-echarts-global--axis--BoundaryGap: false;
668
+ --pf-v6-chart-echarts-global--axis--axis-label--Show: true;
669
+ --pf-v6-chart-echarts-global--axis--axis-line--Show: true;
670
+ --pf-v6-chart-echarts-global--axis--axis-line--item-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
671
+ --pf-v6-chart-echarts-global--axis--axis-tick--Show: true;
672
+ --pf-v6-chart-echarts-global--axis--axis-tick--item-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
673
+ --pf-v6-chart-echarts-global--axis--split-area--Show: false;
674
+ --pf-v6-chart-echarts-global--axis--split-area--area-style--Color: var(--pf-v6-chart-global--Fill--Color--white);
675
+ --pf-v6-chart-echarts-global--axis--split-line--Show: false;
670
676
  --pf-v6-chart-echarts-global--label--Color: var(--pf-v6-chart-global--label--Fill);
671
677
  --pf-v6-chart-echarts-BackgroundColor: transparent;
672
678
  --pf-v6-chart-echarts-bar--item-style--BarBorderColor: var(--pf-v6-chart-global--Fill--Color--900);
@@ -718,18 +724,20 @@
718
724
  --pf-v6-chart-echarts-tooltip--axis--pointer--cross-style--Width: 1;
719
725
  --pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
720
726
  --pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Width: 1;
727
+ --pf-v6-chart-echarts-tooltip--backgroundColor: var(--pf-v6-chart-global--Fill--Color--900);
728
+ --pf-v6-chart-echarts-tooltip--text-Style--Color: var(--pf-v6-chart-global--Fill--Color--200);
721
729
  --pf-v6-chart-echarts-timeline--emphasis--control-style--Color: var(--pf-v6-chart-global--Fill--Color--400);
722
730
  --pf-v6-chart-echarts-timeline--emphasis--control-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
723
731
  --pf-v6-chart-echarts-timeline--emphasis--control-style--BorderWidth: 1;
724
732
  --pf-v6-chart-echarts-timeline--emphasis--item-style--Color: var(--pf-v6-chart-global--Fill--Color--white);
725
733
  --pf-v6-chart-echarts-timeline--checkpoint-style--Color: var(--pf-v6-chart-theme--blue--ColorScale--400);
726
734
  --pf-v6-chart-echarts-timeline--checkpoint-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--white);
727
- --pf-v6-chart-echarts-timeline--control-style--Color: var(--pf-v6-chart-theme--gray--ColorScale--900);
728
- --pf-v6-chart-echarts-timeline--control-style--BorderColor: var(--pf-v6-chart-theme--gray--ColorScale--900);
735
+ --pf-v6-chart-echarts-timeline--control-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
736
+ --pf-v6-chart-echarts-timeline--control-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
729
737
  --pf-v6-chart-echarts-timeline--control-style--BorderWidth: 1;
730
738
  --pf-v6-chart-echarts-timeline--item-style--BorderWidth: 1;
731
- --pf-v6-chart-echarts-timeline--item-style--Color: var(--pf-v6-chart-theme--gray--ColorScale--900);
732
- --pf-v6-chart-echarts-timeline--line-style--Color: var(--pf-v6-chart-theme--gray--ColorScale--900);
739
+ --pf-v6-chart-echarts-timeline--item-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
740
+ --pf-v6-chart-echarts-timeline--line-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
733
741
  --pf-v6-chart-echarts-timeline--line-style--Width: 2;
734
742
  --pf-v6-chart-echarts-radar--item-style--BorderWidth: 1;
735
743
  --pf-v6-chart-echarts-radar--line-style--BorderWidth: 2;
@@ -437,9 +437,15 @@ $chart: #{$pf-prefix} + 'chart';
437
437
  // stylelint-disable-next-line no-duplicate-selectors
438
438
  :where(:root) {
439
439
  // Global
440
- --#{$chart}-echarts-global--axis-line--item-style--Color: var(--#{$chart}-global--Fill--Color--300);
441
- --#{$chart}-echarts-global--axis-tick--item-style--Color: var(--#{$chart}-global--Fill--Color--300);
442
- --#{$chart}-echarts-global--split-area--area-style--Color: var(--#{$chart}-global--Fill--Color--white);
440
+ --#{$chart}-echarts-global--axis--BoundaryGap: false;
441
+ --#{$chart}-echarts-global--axis--axis-label--Show: true;
442
+ --#{$chart}-echarts-global--axis--axis-line--Show: true;
443
+ --#{$chart}-echarts-global--axis--axis-line--item-style--Color: var(--#{$chart}-global--Fill--Color--300);
444
+ --#{$chart}-echarts-global--axis--axis-tick--Show: true;
445
+ --#{$chart}-echarts-global--axis--axis-tick--item-style--Color: var(--#{$chart}-global--Fill--Color--300);
446
+ --#{$chart}-echarts-global--axis--split-area--Show: false;
447
+ --#{$chart}-echarts-global--axis--split-area--area-style--Color: var(--#{$chart}-global--Fill--Color--white);
448
+ --#{$chart}-echarts-global--axis--split-line--Show: false;
443
449
  --#{$chart}-echarts-global--label--Color: var(--#{$chart}-global--label--Fill);
444
450
 
445
451
  // Basic config
@@ -527,6 +533,8 @@ $chart: #{$pf-prefix} + 'chart';
527
533
  --#{$chart}-echarts-tooltip--axis--pointer--cross-style--Width: 1;
528
534
  --#{$chart}-echarts-tooltip--axis--pointer--line-style--Color: var(--#{$chart}-global--Fill--Color--300);
529
535
  --#{$chart}-echarts-tooltip--axis--pointer--line-style--Width: 1;
536
+ --#{$chart}-echarts-tooltip--backgroundColor: var(--#{$chart}-global--Fill--Color--900);
537
+ --#{$chart}-echarts-tooltip--text-Style--Color: var(--#{$chart}-global--Fill--Color--200);
530
538
 
531
539
  // Timeline
532
540
  --#{$chart}-echarts-timeline--emphasis--control-style--Color: var(--#{$chart}-global--Fill--Color--400);
@@ -535,12 +543,12 @@ $chart: #{$pf-prefix} + 'chart';
535
543
  --#{$chart}-echarts-timeline--emphasis--item-style--Color: var(--#{$chart}-global--Fill--Color--white);
536
544
  --#{$chart}-echarts-timeline--checkpoint-style--Color: var(--#{$chart}-theme--blue--ColorScale--400);
537
545
  --#{$chart}-echarts-timeline--checkpoint-style--BorderColor: var(--#{$chart}-global--Fill--Color--white);
538
- --#{$chart}-echarts-timeline--control-style--Color: var(--#{$chart}-theme--gray--ColorScale--900);
539
- --#{$chart}-echarts-timeline--control-style--BorderColor: var(--#{$chart}-theme--gray--ColorScale--900);
546
+ --#{$chart}-echarts-timeline--control-style--Color: var(--#{$chart}-global--Fill--Color--900);
547
+ --#{$chart}-echarts-timeline--control-style--BorderColor: var(--#{$chart}-global--Fill--Color--900);
540
548
  --#{$chart}-echarts-timeline--control-style--BorderWidth: 1;
541
549
  --#{$chart}-echarts-timeline--item-style--BorderWidth: 1;
542
- --#{$chart}-echarts-timeline--item-style--Color: var(--#{$chart}-theme--gray--ColorScale--900);
543
- --#{$chart}-echarts-timeline--line-style--Color: var(--#{$chart}-theme--gray--ColorScale--900);
550
+ --#{$chart}-echarts-timeline--item-style--Color: var(--#{$chart}-global--Fill--Color--900);
551
+ --#{$chart}-echarts-timeline--line-style--Color: var(--#{$chart}-global--Fill--Color--900);
544
552
  --#{$chart}-echarts-timeline--line-style--Width: 2;
545
553
 
546
554
  // Radar