@patternfly/patternfly 6.2.0-prerelease.2 → 6.2.0-prerelease.4

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.
Files changed (73) hide show
  1. package/assets/pficon/pficon.scss +1 -1
  2. package/base/normalize.scss +2 -2
  3. package/base/patternfly-pf-icons.css +1 -1
  4. package/components/Banner/banner.css +2 -2
  5. package/components/Banner/banner.scss +2 -2
  6. package/components/Breadcrumb/breadcrumb.css +3 -2
  7. package/components/Breadcrumb/breadcrumb.scss +3 -2
  8. package/components/Button/button.css +22 -2
  9. package/components/Button/button.scss +22 -2
  10. package/components/Content/content.css +2 -1
  11. package/components/Content/content.scss +2 -1
  12. package/components/DescriptionList/description-list.css +2 -1
  13. package/components/DescriptionList/description-list.scss +2 -1
  14. package/components/Form/form.css +0 -3
  15. package/components/Form/form.scss +0 -4
  16. package/components/JumpLinks/jump-links.css +1 -1
  17. package/components/JumpLinks/jump-links.scss +1 -1
  18. package/components/Label/label.css +3 -2
  19. package/components/Label/label.scss +3 -2
  20. package/components/Menu/menu.css +11 -2
  21. package/components/Menu/menu.scss +12 -2
  22. package/components/Nav/nav.css +1 -1
  23. package/components/Nav/nav.scss +1 -1
  24. package/components/ProgressStepper/progress-stepper.css +2 -1
  25. package/components/ProgressStepper/progress-stepper.scss +2 -1
  26. package/components/SimpleList/simple-list.css +2 -2
  27. package/components/SimpleList/simple-list.scss +2 -2
  28. package/components/Tabs/tabs.css +1 -1
  29. package/components/Tabs/tabs.scss +1 -1
  30. package/components/Timestamp/timestamp.css +2 -1
  31. package/components/Timestamp/timestamp.scss +2 -1
  32. package/components/ToggleGroup/toggle-group.css +1 -1
  33. package/components/ToggleGroup/toggle-group.scss +1 -1
  34. package/components/Wizard/wizard.css +1 -1
  35. package/components/Wizard/wizard.scss +1 -1
  36. package/components/_index.css +56 -24
  37. package/docs/components/Avatar/examples/Avatar.md +4 -4
  38. package/docs/components/Brand/examples/Brand.md +2 -2
  39. package/docs/components/DataList/examples/DataList.md +3 -3
  40. package/docs/components/DescriptionList/examples/DescriptionList.md +2 -2
  41. package/docs/components/Divider/examples/Divider.md +2 -2
  42. package/docs/components/Drawer/examples/Drawer.md +3 -3
  43. package/docs/components/JumpLinks/examples/JumpLinks.md +2 -2
  44. package/docs/components/Masthead/examples/masthead.md +1 -1
  45. package/docs/components/Menu/examples/Menu.md +2 -2
  46. package/docs/components/Page/examples/Page.md +2 -2
  47. package/docs/components/Pagination/examples/Pagination.md +3 -3
  48. package/docs/components/ProgressStepper/examples/ProgressStepper.md +2 -2
  49. package/docs/components/Sidebar/examples/Sidebar.md +1 -1
  50. package/docs/components/Table/examples/Table.md +3 -3
  51. package/docs/components/Tabs/examples/Tabs.md +3 -3
  52. package/docs/components/Toolbar/examples/Toolbar.md +7 -7
  53. package/docs/layouts/Flex/examples/Flex.md +1 -1
  54. package/docs/layouts/Gallery/examples/Gallery.md +2 -2
  55. package/docs/layouts/Grid/examples/Grid.md +4 -4
  56. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  57. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  58. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  59. package/docs/utilities/Display/examples/Display.md +1 -1
  60. package/docs/utilities/Flex/examples/Flex.md +1 -1
  61. package/docs/utilities/Float/examples/Float.md +1 -1
  62. package/docs/utilities/Sizing/examples/Sizing.md +6 -6
  63. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  64. package/docs/utilities/Text/examples/Text.md +1 -1
  65. package/package.json +2 -2
  66. package/patternfly-base-no-globals.css +1 -1
  67. package/patternfly-base.css +3 -3
  68. package/patternfly-charts.css +75 -0
  69. package/patternfly-charts.scss +118 -0
  70. package/patternfly-no-globals.css +57 -25
  71. package/patternfly.css +59 -27
  72. package/patternfly.min.css +1 -1
  73. package/patternfly.min.css.map +1 -1
@@ -28,7 +28,7 @@ Care should be taken especially when applying background colors, as this can hav
28
28
 
29
29
  Note that "inverse" background colors are labeled as such to indicate that they are best used with the ["inverse" text colors](/utility-classes/text#inverse-colors).
30
30
 
31
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-background-color-disabled-on-lg**
31
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-background-color-disabled-on-lg`
32
32
 
33
33
  ### Usage
34
34
 
@@ -83,7 +83,7 @@ section: utility-classes
83
83
 
84
84
  ### Overview
85
85
 
86
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-display-inline-block-on-lg**
86
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-display-inline-block-on-lg`
87
87
 
88
88
  ### Usage
89
89
 
@@ -370,7 +370,7 @@ section: utility-classes
370
370
 
371
371
  ### Overview
372
372
 
373
- For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-flex-row-on-lg**
373
+ For these utilities to have effect, the parent element must be set to `display: flex` or `display: inline-flex`. [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-flex-row-on-lg`
374
374
 
375
375
  <!-- ## Accessibility
376
376
 
@@ -18,7 +18,7 @@ section: utility-classes
18
18
 
19
19
  ### Overview
20
20
 
21
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-float-inline-start-on-lg**
21
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-float-inline-start-on-lg`
22
22
 
23
23
  ### Usage
24
24
 
@@ -22,7 +22,7 @@ section: utility-classes
22
22
 
23
23
  ### Usage
24
24
 
25
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-w-initial-on-lg**
25
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-initial-on-lg`
26
26
 
27
27
  | Class | Applied to | Outcome |
28
28
  | -- | -- | -- |
@@ -50,7 +50,7 @@ section: utility-classes
50
50
 
51
51
  ### Usage
52
52
 
53
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-v6-u-w-25vw-on-lg**
53
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-w-25vw-on-lg`
54
54
 
55
55
  | Class | Applied to | Outcome |
56
56
  | -- | -- | -- |
@@ -90,7 +90,7 @@ section: utility-classes
90
90
 
91
91
  ### Usage
92
92
 
93
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-v6-u-h-initial-on-lg**
93
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-initial-on-lg`
94
94
 
95
95
  | Class | Applied to | Outcome |
96
96
  | -- | -- | -- |
@@ -130,7 +130,7 @@ section: utility-classes
130
130
 
131
131
  ### Usage
132
132
 
133
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example .pf-v6-u-h-25vh-on-lg**
133
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-h-25vh-on-lg`
134
134
 
135
135
  | Class | Applied to | Outcome |
136
136
  | -- | -- | -- |
@@ -188,7 +188,7 @@ section: utility-classes
188
188
  | `.pf-v6-u-min-width` | `*` | Sets min-width: `var(--pf-v6-u-min-width--MinWidth{-on-[breakpoint]})`. |
189
189
  | `.pf-v6-u-max-width` | `*` | Sets min-width: `var(--pf-v6-u-max-width--MaxWidth{-on-[breakpoint]})`. |
190
190
 
191
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example --pf-v6-u-min-width--MinWidth-on-lg**
191
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-width--MinWidth-on-lg`
192
192
 
193
193
  | Custom property | Applied to | Outcome |
194
194
  | -- | -- | -- |
@@ -242,7 +242,7 @@ section: utility-classes
242
242
  | `.pf-v6-u-min-height` | `*` | Sets min-height: `var(--pf-v6-u-min-height--MinHeight{-on-[breakpoint]})`. |
243
243
  | `.pf-v6-u-max-height` | `*` | Sets max-height: `var(--pf-v6-u-max-height--MaxHeight{-on-[breakpoint]})`. |
244
244
 
245
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), -on-sm, -on-md, -on-lg, -on-xl. **Example --pf-v6-u-min-height--MinHeight-on-lg**
245
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.--pf-v6-u-min-height--MinHeight-on-lg`
246
246
 
247
247
  | Custom property | Applied to | Outcome |
248
248
  | -- | -- | -- |
@@ -118,7 +118,7 @@ pf: 'test'
118
118
 
119
119
  ### Overview
120
120
 
121
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-m-sm-on-lg**
121
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-m-sm-on-lg`
122
122
 
123
123
  ### Margin properties
124
124
 
@@ -171,7 +171,7 @@ These text utilities can be used to modify text within the PatternFly framework.
171
171
 
172
172
  Care should be taken especially when applying text colors, as this can have a negative effect on the readability and accessibility of text. Refer to the information on [contrast ratios](/guidelines/colors/#contrast-ratios) for more information.
173
173
 
174
- [Breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes) is optional. Breakpoints: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. **Example .pf-v6-u-font-size-xl-on-lg**
174
+ [Breakpoints](/tokens/all-patternfly-tokens) are optional. Breakpoint options include: base (no breakpoint value), `-on-sm`, `-on-md`, `-on-lg`, and `-on-xl`. Example: `.pf-v6-u-font-size-xl-on-lg`
175
175
 
176
176
  ### Usage
177
177
 
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.2",
4
+ "version": "6.2.0-prerelease.4",
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.3",
50
+ "@patternfly/documentation-framework": "6.5.8",
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",
@@ -5665,7 +5665,7 @@
5665
5665
  font-style: normal;
5666
5666
  font-variant: normal;
5667
5667
  font-weight: normal;
5668
- text-decoration: none;
5668
+ text-decoration-line: none;
5669
5669
  text-transform: none;
5670
5670
  }
5671
5671
 
@@ -117,12 +117,12 @@ pre) {
117
117
 
118
118
  :where(a) {
119
119
  color: var(--pf-t--global--text--color--link--default);
120
- text-decoration: var(--pf-t--global--text-decoration--link--line--default);
120
+ text-decoration-line: var(--pf-t--global--text-decoration--link--line--default);
121
121
  }
122
122
 
123
123
  :where(a:hover, a:focus) {
124
124
  color: var(--pf-t--global--text--color--link--hover);
125
- text-decoration: var(--pf-t--global--text-decoration--link--line--hover);
125
+ text-decoration-line: var(--pf-t--global--text-decoration--link--line--hover);
126
126
  }
127
127
 
128
128
  :where(a,
@@ -5801,7 +5801,7 @@ button) {
5801
5801
  font-style: normal;
5802
5802
  font-variant: normal;
5803
5803
  font-weight: normal;
5804
- text-decoration: none;
5804
+ text-decoration-line: none;
5805
5805
  text-transform: none;
5806
5806
  }
5807
5807
 
@@ -661,4 +661,79 @@
661
661
  --pf-v6-chart-theme--multi-color-unordered--ColorScale--3300: var(--pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3300);
662
662
  --pf-v6-chart-theme--multi-color-unordered--ColorScale--3400: var(--pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3400);
663
663
  --pf-v6-chart-theme--multi-color-unordered--ColorScale--3500: var(--pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3500);
664
+ }
665
+
666
+ :where(:root) {
667
+ --pf-v6-chart-echarts-global--axis-label--Color: transparent;
668
+ --pf-v6-chart-echarts-global--axis-line--item-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
669
+ --pf-v6-chart-echarts-global--axis-tick--item-style--Color: var(--pf-v6-chart-global--Fill--Color--300);
670
+ --pf-v6-chart-echarts-global--label--Color: var(--pf-v6-chart-global--label--Fill);
671
+ --pf-v6-chart-echarts-BackgroundColor: transparent;
672
+ --pf-v6-chart-echarts-bar--item-style--BarBorderColor: var(--pf-v6-chart-global--Fill--Color--300);
673
+ --pf-v6-chart-echarts-bar--item-style--BarBorderWidth: 0;
674
+ --pf-v6-chart-echarts-boxplot--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
675
+ --pf-v6-chart-echarts-boxplot--item-style--BorderWidth: 0;
676
+ --pf-v6-chart-echarts-candlestick--item-style--BorderWidth: 1;
677
+ --pf-v6-chart-echarts-candlestick--item-style--negative--Color: var(--pf-v6-chart-global--Fill--Color--900);
678
+ --pf-v6-chart-echarts-candlestick--item-style--positive--Color: var(--pf-v6-chart-global--Fill--Color--white);
679
+ --pf-v6-chart-echarts-candlestick--item-style--negative--BorderColor: var(--pf-v6-chart-global--Fill--Color--900);
680
+ --pf-v6-chart-echarts-candlestick--item-style--positive--BorderColor: var(--pf-v6-chart-global--Fill--Color--white);
681
+ --pf-v6-chart-echarts-datazoom--HandleSize: 100%;
682
+ --pf-v6-chart-echarts-funnel--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
683
+ --pf-v6-chart-echarts-funnel--item-style--BorderWidth: 0;
684
+ --pf-v6-chart-echarts-gauge--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
685
+ --pf-v6-chart-echarts-gauge--item-style--BorderWidth: 0;
686
+ --pf-v6-chart-echarts-geo--emphasis--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--200);
687
+ --pf-v6-chart-echarts-geo--emphasis--item-style--BorderWidth: 1;
688
+ --pf-v6-chart-echarts-geo--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
689
+ --pf-v6-chart-echarts-geo--item-style--BorderWidth: 0.5;
690
+ --pf-v6-chart-echarts-graph--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
691
+ --pf-v6-chart-echarts-graph--item-style--BorderWidth: 0;
692
+ --pf-v6-chart-echarts-graph--line-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
693
+ --pf-v6-chart-echarts-graph--line-style--BorderWidth: 1;
694
+ --pf-v6-chart-echarts-graph--Smooth: false;
695
+ --pf-v6-chart-echarts-graph--SymbolSize: 4;
696
+ --pf-v6-chart-echarts-graph--Symbol: "emptyCircle";
697
+ --pf-v6-chart-echarts-line--item-style--BorderWidth: 1;
698
+ --pf-v6-chart-echarts-line--line-style--BorderWidth: 2;
699
+ --pf-v6-chart-echarts-line--Smooth: false;
700
+ --pf-v6-chart-echarts-line--SymbolSize: 4;
701
+ --pf-v6-chart-echarts-line--Symbol: "emptyCircle";
702
+ --pf-v6-chart-echarts-map--emphasis--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--200);
703
+ --pf-v6-chart-echarts-map--emphasis--item-style--BorderWidth: 1;
704
+ --pf-v6-chart-echarts-map--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
705
+ --pf-v6-chart-echarts-map--item-style--BorderWidth: 0.5;
706
+ --pf-v6-chart-echarts-parallel--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
707
+ --pf-v6-chart-echarts-parallel--item-style--BorderWidth: 0;
708
+ --pf-v6-chart-echarts-pie--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
709
+ --pf-v6-chart-echarts-pie--item-style--BorderWidth: 0;
710
+ --pf-v6-chart-echarts-sankey--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
711
+ --pf-v6-chart-echarts-sankey--item-style--BorderWidth: 0;
712
+ --pf-v6-chart-echarts-scatter--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
713
+ --pf-v6-chart-echarts-scatter--item-style--BorderWidth: 0;
714
+ --pf-v6-chart-echarts-skeleton--label--Color: transparent;
715
+ --pf-v6-chart-echarts-toolbox--emphasis--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--200);
716
+ --pf-v6-chart-echarts-toolbox--item-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--300);
717
+ --pf-v6-chart-echarts-tooltip--axis--pointer--cross-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
718
+ --pf-v6-chart-echarts-tooltip--axis--pointer--cross-style--Width: 1;
719
+ --pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Color: var(--pf-v6-chart-global--Fill--Color--900);
720
+ --pf-v6-chart-echarts-tooltip--axis--pointer--line-style--Width: 1;
721
+ --pf-v6-chart-echarts-timeline--emphasis--control-style--Color: var(--pf-v6-chart-global--Fill--Color--200);
722
+ --pf-v6-chart-echarts-timeline--emphasis--control-style--BorderColor: var(--pf-v6-chart-global--Fill--Color--200);
723
+ --pf-v6-chart-echarts-timeline--emphasis--control-style--BorderWidth: 1;
724
+ --pf-v6-chart-echarts-timeline--emphasis--item-style--Color: var(--pf-v6-chart-global--Fill--Color--white);
725
+ --pf-v6-chart-echarts-timeline--checkpoint-style--Color: var(--pf-t--chart--theme--colorscales--blue--colorscale--400);
726
+ --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-t--chart--theme--colorscales--gray--colorscale--100);
728
+ --pf-v6-chart-echarts-timeline--control-style--BorderColor: var(--pf-t--chart--theme--colorscales--gray--colorscale--100);
729
+ --pf-v6-chart-echarts-timeline--control-style--BorderWidth: 1;
730
+ --pf-v6-chart-echarts-timeline--item-style--BorderWidth: 1;
731
+ --pf-v6-chart-echarts-timeline--item-style--Color: var(--pf-t--chart--theme--colorscales--gray--colorscale--100);
732
+ --pf-v6-chart-echarts-timeline--line-style--Color: var(--pf-t--chart--theme--colorscales--gray--colorscale--400);
733
+ --pf-v6-chart-echarts-timeline--line-style--Width: 2;
734
+ --pf-v6-chart-echarts-radar--item-style--BorderWidth: 1;
735
+ --pf-v6-chart-echarts-radar--line-style--BorderWidth: 2;
736
+ --pf-v6-chart-echarts-radar--Smooth: false;
737
+ --pf-v6-chart-echarts-radar--SymbolSize: 4;
738
+ --pf-v6-chart-echarts-radar--Symbol: "emptyCircle";
664
739
  }
@@ -432,3 +432,121 @@ $chart: #{$pf-prefix} + 'chart';
432
432
  --#{$chart}-theme--multi-color-unordered--ColorScale--3400: var(--pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3400);
433
433
  --#{$chart}-theme--multi-color-unordered--ColorScale--3500: var(--pf-t--chart--theme--colorscales--multi-colored-unordered--colorscale--3500);
434
434
  }
435
+
436
+ // ECharts styles
437
+ // stylelint-disable-next-line no-duplicate-selectors
438
+ :where(:root) {
439
+ // Global
440
+ --#{$chart}-echarts-global--axis-label--Color: transparent;
441
+ --#{$chart}-echarts-global--axis-line--item-style--Color: var(--#{$chart}-global--Fill--Color--300);
442
+ --#{$chart}-echarts-global--axis-tick--item-style--Color: var(--#{$chart}-global--Fill--Color--300);
443
+ --#{$chart}-echarts-global--label--Color: var(--#{$chart}-global--label--Fill);
444
+
445
+ // Basic config
446
+ --#{$chart}-echarts-BackgroundColor: transparent;
447
+
448
+ // Bar chart
449
+ --#{$chart}-echarts-bar--item-style--BarBorderColor: var(--#{$chart}-global--Fill--Color--300);
450
+ --#{$chart}-echarts-bar--item-style--BarBorderWidth: 0;
451
+
452
+ // Boxplot
453
+ --#{$chart}-echarts-boxplot--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
454
+ --#{$chart}-echarts-boxplot--item-style--BorderWidth: 0;
455
+
456
+ // Candlestick
457
+ --#{$chart}-echarts-candlestick--item-style--BorderWidth: 1;
458
+ --#{$chart}-echarts-candlestick--item-style--negative--Color: var(--#{$chart}-global--Fill--Color--900);
459
+ --#{$chart}-echarts-candlestick--item-style--positive--Color: var(--#{$chart}-global--Fill--Color--white);
460
+ --#{$chart}-echarts-candlestick--item-style--negative--BorderColor: var(--#{$chart}-global--Fill--Color--900);
461
+ --#{$chart}-echarts-candlestick--item-style--positive--BorderColor: var(--#{$chart}-global--Fill--Color--white);
462
+
463
+ // DataZoom
464
+ --#{$chart}-echarts-datazoom--HandleSize: 100%;
465
+
466
+ // Funnel
467
+ --#{$chart}-echarts-funnel--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
468
+ --#{$chart}-echarts-funnel--item-style--BorderWidth: 0;
469
+
470
+ // Gauge
471
+ --#{$chart}-echarts-gauge--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
472
+ --#{$chart}-echarts-gauge--item-style--BorderWidth: 0;
473
+
474
+ // Geo
475
+ --#{$chart}-echarts-geo--emphasis--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--200);
476
+ --#{$chart}-echarts-geo--emphasis--item-style--BorderWidth: 1;
477
+ --#{$chart}-echarts-geo--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
478
+ --#{$chart}-echarts-geo--item-style--BorderWidth: 0.5;
479
+
480
+ // Graph
481
+ --#{$chart}-echarts-graph--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
482
+ --#{$chart}-echarts-graph--item-style--BorderWidth: 0;
483
+ --#{$chart}-echarts-graph--line-style--Color: var(--#{$chart}-global--Fill--Color--900);
484
+ --#{$chart}-echarts-graph--line-style--BorderWidth: 1;
485
+ --#{$chart}-echarts-graph--Smooth: false;
486
+ --#{$chart}-echarts-graph--SymbolSize: 4;
487
+ --#{$chart}-echarts-graph--Symbol: 'emptyCircle';
488
+
489
+ // Line
490
+ --#{$chart}-echarts-line--item-style--BorderWidth: 1;
491
+ --#{$chart}-echarts-line--line-style--BorderWidth: 2;
492
+ --#{$chart}-echarts-line--Smooth: false;
493
+ --#{$chart}-echarts-line--SymbolSize: 4;
494
+ --#{$chart}-echarts-line--Symbol: 'emptyCircle';
495
+
496
+ // Map
497
+ --#{$chart}-echarts-map--emphasis--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--200);
498
+ --#{$chart}-echarts-map--emphasis--item-style--BorderWidth: 1;
499
+ --#{$chart}-echarts-map--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
500
+ --#{$chart}-echarts-map--item-style--BorderWidth: 0.5;
501
+
502
+ // Parallel
503
+ --#{$chart}-echarts-parallel--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
504
+ --#{$chart}-echarts-parallel--item-style--BorderWidth: 0;
505
+
506
+ // Pie
507
+ --#{$chart}-echarts-pie--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
508
+ --#{$chart}-echarts-pie--item-style--BorderWidth: 0;
509
+
510
+ // Sankey
511
+ --#{$chart}-echarts-sankey--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
512
+ --#{$chart}-echarts-sankey--item-style--BorderWidth: 0;
513
+
514
+ // Scatter
515
+ --#{$chart}-echarts-scatter--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
516
+ --#{$chart}-echarts-scatter--item-style--BorderWidth: 0;
517
+
518
+ // Skeleton
519
+ --#{$chart}-echarts-skeleton--label--Color: transparent;
520
+
521
+ // Toolbox
522
+ --#{$chart}-echarts-toolbox--emphasis--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--200);
523
+ --#{$chart}-echarts-toolbox--item-style--BorderColor: var(--#{$chart}-global--Fill--Color--300);
524
+
525
+ // Tooltip
526
+ --#{$chart}-echarts-tooltip--axis--pointer--cross-style--Color: var(--#{$chart}-global--Fill--Color--900);
527
+ --#{$chart}-echarts-tooltip--axis--pointer--cross-style--Width: 1;
528
+ --#{$chart}-echarts-tooltip--axis--pointer--line-style--Color: var(--#{$chart}-global--Fill--Color--900);
529
+ --#{$chart}-echarts-tooltip--axis--pointer--line-style--Width: 1;
530
+
531
+ // Timeline
532
+ --#{$chart}-echarts-timeline--emphasis--control-style--Color: var(--#{$chart}-global--Fill--Color--200);
533
+ --#{$chart}-echarts-timeline--emphasis--control-style--BorderColor: var(--#{$chart}-global--Fill--Color--200);
534
+ --#{$chart}-echarts-timeline--emphasis--control-style--BorderWidth: 1;
535
+ --#{$chart}-echarts-timeline--emphasis--item-style--Color: var(--#{$chart}-global--Fill--Color--white);
536
+ --#{$chart}-echarts-timeline--checkpoint-style--Color: var(--pf-t--chart--theme--colorscales--blue--colorscale--400);
537
+ --#{$chart}-echarts-timeline--checkpoint-style--BorderColor: var(--#{$chart}-global--Fill--Color--white);
538
+ --#{$chart}-echarts-timeline--control-style--Color: var(--pf-t--chart--theme--colorscales--gray--colorscale--100);
539
+ --#{$chart}-echarts-timeline--control-style--BorderColor: var(--pf-t--chart--theme--colorscales--gray--colorscale--100);
540
+ --#{$chart}-echarts-timeline--control-style--BorderWidth: 1;
541
+ --#{$chart}-echarts-timeline--item-style--BorderWidth: 1;
542
+ --#{$chart}-echarts-timeline--item-style--Color: var(--pf-t--chart--theme--colorscales--gray--colorscale--100);
543
+ --#{$chart}-echarts-timeline--line-style--Color: var(--pf-t--chart--theme--colorscales--gray--colorscale--400);
544
+ --#{$chart}-echarts-timeline--line-style--Width: 2;
545
+
546
+ // Radar
547
+ --#{$chart}-echarts-radar--item-style--BorderWidth: 1;
548
+ --#{$chart}-echarts-radar--line-style--BorderWidth: 2;
549
+ --#{$chart}-echarts-radar--Smooth: false;
550
+ --#{$chart}-echarts-radar--SymbolSize: 4;
551
+ --#{$chart}-echarts-radar--Symbol: 'emptyCircle';
552
+ }