@patternfly/patternfly 6.2.0-prerelease.6 → 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.6",
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);
@@ -726,12 +732,12 @@
726
732
  --pf-v6-chart-echarts-timeline--emphasis--item-style--Color: var(--pf-v6-chart-global--Fill--Color--white);
727
733
  --pf-v6-chart-echarts-timeline--checkpoint-style--Color: var(--pf-v6-chart-theme--blue--ColorScale--400);
728
734
  --pf-v6-chart-echarts-timeline--checkpoint-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--white);
729
- --pf-v6-chart-echarts-timeline--control-style--Color: var(--pf-v6-chart-theme--gray--ColorScale--900);
730
- --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);
731
737
  --pf-v6-chart-echarts-timeline--control-style--BorderWidth: 1;
732
738
  --pf-v6-chart-echarts-timeline--item-style--BorderWidth: 1;
733
- --pf-v6-chart-echarts-timeline--item-style--Color: var(--pf-v6-chart-theme--gray--ColorScale--900);
734
- --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);
735
741
  --pf-v6-chart-echarts-timeline--line-style--Width: 2;
736
742
  --pf-v6-chart-echarts-radar--item-style--BorderWidth: 1;
737
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
@@ -537,12 +543,12 @@ $chart: #{$pf-prefix} + 'chart';
537
543
  --#{$chart}-echarts-timeline--emphasis--item-style--Color: var(--#{$chart}-global--Fill--Color--white);
538
544
  --#{$chart}-echarts-timeline--checkpoint-style--Color: var(--#{$chart}-theme--blue--ColorScale--400);
539
545
  --#{$chart}-echarts-timeline--checkpoint-style--BorderColor: var(--#{$chart}-global--Fill--Color--white);
540
- --#{$chart}-echarts-timeline--control-style--Color: var(--#{$chart}-theme--gray--ColorScale--900);
541
- --#{$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);
542
548
  --#{$chart}-echarts-timeline--control-style--BorderWidth: 1;
543
549
  --#{$chart}-echarts-timeline--item-style--BorderWidth: 1;
544
- --#{$chart}-echarts-timeline--item-style--Color: var(--#{$chart}-theme--gray--ColorScale--900);
545
- --#{$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);
546
552
  --#{$chart}-echarts-timeline--line-style--Width: 2;
547
553
 
548
554
  // Radar