@patternfly/patternfly 6.5.0-prerelease.88 → 6.5.0-prerelease.89

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.5.0-prerelease.88",
4
+ "version": "6.5.0-prerelease.89",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -781,7 +781,7 @@
781
781
  --pf-v6-chart-axis--tick--stroke--Color: var(--pf-t--global--border--color--default);
782
782
  --pf-v6-chart-axis--tick-label--Fill: var(--pf-v6-chart-global--Fill--Color--700);
783
783
  --pf-v6-chart-bar--Width: 10;
784
- --pf-v6-chart-bar--data--stroke: var(--pf-t--global--border--color--high-contrast);
784
+ --pf-v6-chart-bar--data--stroke: var(--pf-t--global--border--color--alt);
785
785
  --pf-v6-chart-bar--data--Fill: var(--pf-v6-chart-global--Fill--Color--900);
786
786
  --pf-v6-chart-bar--data--Padding: 8;
787
787
  --pf-v6-chart-bar--data-stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);
@@ -163,7 +163,7 @@ $chart: #{$pf-prefix} + 'chart';
163
163
 
164
164
  // Bar Chart
165
165
  --#{$chart}-bar--Width: 10;
166
- --#{$chart}-bar--data--stroke: var(--pf-t--global--border--color--high-contrast);
166
+ --#{$chart}-bar--data--stroke: var(--pf-t--global--border--color--alt);
167
167
  --#{$chart}-bar--data--Fill: var(--#{$chart}-global--Fill--Color--900);
168
168
  --#{$chart}-bar--data--Padding: 8;
169
169
  --#{$chart}-bar--data-stroke--Width: var(--pf-t--global--border--width--high-contrast--regular);