@patternfly/patternfly 6.2.0-prerelease.14 → 6.2.0-prerelease.15
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 +2 -2
- package/patternfly-charts.css +3 -3
- package/patternfly-charts.scss +3 -3
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.
|
|
4
|
+
"version": "6.2.0-prerelease.15",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^19.1.0",
|
|
48
48
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
49
49
|
"@octokit/rest": "^20.1.0",
|
|
50
|
-
"@patternfly/documentation-framework": "6.5.
|
|
50
|
+
"@patternfly/documentation-framework": "6.5.16",
|
|
51
51
|
"@patternfly/patternfly-a11y": "5.0.0",
|
|
52
52
|
"@patternfly/react-code-editor": "6.1.0",
|
|
53
53
|
"@patternfly/react-core": "6.1.0",
|
package/patternfly-charts.css
CHANGED
|
@@ -699,12 +699,12 @@
|
|
|
699
699
|
--pf-v6-chart-echarts-graph--line-style--BorderWidth: 1;
|
|
700
700
|
--pf-v6-chart-echarts-graph--Smooth: false;
|
|
701
701
|
--pf-v6-chart-echarts-graph--SymbolSize: 4;
|
|
702
|
-
--pf-v6-chart-echarts-graph--Symbol: "
|
|
702
|
+
--pf-v6-chart-echarts-graph--Symbol: "square";
|
|
703
703
|
--pf-v6-chart-echarts-line--item-style--BorderWidth: 1;
|
|
704
704
|
--pf-v6-chart-echarts-line--line-style--BorderWidth: 2;
|
|
705
705
|
--pf-v6-chart-echarts-line--Smooth: false;
|
|
706
706
|
--pf-v6-chart-echarts-line--SymbolSize: 4;
|
|
707
|
-
--pf-v6-chart-echarts-line--Symbol: "
|
|
707
|
+
--pf-v6-chart-echarts-line--Symbol: "square";
|
|
708
708
|
--pf-v6-chart-echarts-map--emphasis--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--400);
|
|
709
709
|
--pf-v6-chart-echarts-map--emphasis--item-style--BorderWidth: 1;
|
|
710
710
|
--pf-v6-chart-echarts-map--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
|
|
@@ -743,5 +743,5 @@
|
|
|
743
743
|
--pf-v6-chart-echarts-radar--line-style--BorderWidth: 2;
|
|
744
744
|
--pf-v6-chart-echarts-radar--Smooth: false;
|
|
745
745
|
--pf-v6-chart-echarts-radar--SymbolSize: 4;
|
|
746
|
-
--pf-v6-chart-echarts-radar--Symbol: "
|
|
746
|
+
--pf-v6-chart-echarts-radar--Symbol: "square";
|
|
747
747
|
}
|
package/patternfly-charts.scss
CHANGED
|
@@ -490,14 +490,14 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
490
490
|
--#{$chart}-echarts-graph--line-style--BorderWidth: 1;
|
|
491
491
|
--#{$chart}-echarts-graph--Smooth: false;
|
|
492
492
|
--#{$chart}-echarts-graph--SymbolSize: 4;
|
|
493
|
-
--#{$chart}-echarts-graph--Symbol: '
|
|
493
|
+
--#{$chart}-echarts-graph--Symbol: 'square';
|
|
494
494
|
|
|
495
495
|
// Line
|
|
496
496
|
--#{$chart}-echarts-line--item-style--BorderWidth: 1;
|
|
497
497
|
--#{$chart}-echarts-line--line-style--BorderWidth: 2;
|
|
498
498
|
--#{$chart}-echarts-line--Smooth: false;
|
|
499
499
|
--#{$chart}-echarts-line--SymbolSize: 4;
|
|
500
|
-
--#{$chart}-echarts-line--Symbol: '
|
|
500
|
+
--#{$chart}-echarts-line--Symbol: 'square';
|
|
501
501
|
|
|
502
502
|
// Map
|
|
503
503
|
--#{$chart}-echarts-map--emphasis--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--400);
|
|
@@ -556,5 +556,5 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
556
556
|
--#{$chart}-echarts-radar--line-style--BorderWidth: 2;
|
|
557
557
|
--#{$chart}-echarts-radar--Smooth: false;
|
|
558
558
|
--#{$chart}-echarts-radar--SymbolSize: 4;
|
|
559
|
-
--#{$chart}-echarts-radar--Symbol: '
|
|
559
|
+
--#{$chart}-echarts-radar--Symbol: 'square';
|
|
560
560
|
}
|