@patternfly/patternfly 6.0.0-alpha.117 → 6.0.0-alpha.118

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 (76) hide show
  1. package/base/_fonts.scss +7 -95
  2. package/base/_variables.scss +7 -292
  3. package/base/patternfly-fonts.css +6 -76
  4. package/base/patternfly-variables.css +8 -241
  5. package/components/AppLauncher/app-launcher.css +0 -10
  6. package/components/AppLauncher/app-launcher.scss +0 -7
  7. package/components/Chip/chip-group.css +0 -13
  8. package/components/Chip/chip-group.scss +0 -2
  9. package/components/Chip/chip.css +0 -19
  10. package/components/Chip/chip.scss +0 -9
  11. package/components/Content/content.css +86 -60
  12. package/components/Content/content.scss +129 -40
  13. package/components/ContextSelector/context-selector.css +0 -30
  14. package/components/ContextSelector/context-selector.scss +0 -9
  15. package/components/DataList/data-list.css +46 -49
  16. package/components/Divider/divider.css +28 -31
  17. package/components/Dropdown/dropdown.css +0 -22
  18. package/components/Dropdown/dropdown.scss +0 -7
  19. package/components/LogViewer/log-viewer.css +0 -24
  20. package/components/LogViewer/log-viewer.scss +0 -9
  21. package/components/Menu/menu.css +103 -61
  22. package/components/NumberInput/number-input.css +5 -8
  23. package/components/NumberInput/number-input.scss +1 -1
  24. package/components/OptionsMenu/options-menu.css +0 -15
  25. package/components/OptionsMenu/options-menu.scss +0 -7
  26. package/components/Page/page.css +92 -65
  27. package/components/Page/page.scss +0 -2
  28. package/components/Pagination/pagination.css +8 -8
  29. package/components/Pagination/pagination.scss +1 -1
  30. package/components/Select/select.css +0 -29
  31. package/components/Select/select.scss +0 -9
  32. package/components/Table/table.css +46 -49
  33. package/components/Toolbar/toolbar.css +90 -75
  34. package/docs/components/Content/examples/Content.md +254 -61
  35. package/package.json +31 -32
  36. package/patternfly-base-no-globals.css +12 -315
  37. package/patternfly-base.css +12 -315
  38. package/patternfly-charts.css +0 -322
  39. package/patternfly-charts.scss +5 -409
  40. package/patternfly-no-globals.css +539 -748
  41. package/patternfly.css +539 -748
  42. package/patternfly.min.css +1 -1
  43. package/patternfly.min.css.map +1 -1
  44. package/sass-utilities/_all.scss +0 -2
  45. package/sass-utilities/functions.scss +0 -6
  46. package/sass-utilities/mixins.scss +42 -16
  47. package/sass-utilities/scss-variables.scss +0 -211
  48. package/base/_chart-globals.scss +0 -415
  49. package/base/themes/dark/_chart-globals.scss +0 -42
  50. package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
  51. package/components/Chip/themes/dark/chip.scss +0 -9
  52. package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
  53. package/components/Dropdown/themes/dark/dropdown.scss +0 -32
  54. package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
  55. package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
  56. package/components/Select/themes/dark/select.scss +0 -23
  57. package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6229
  58. package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
  59. package/patternfly-base-theme-dark-unversioned.css +0 -6346
  60. package/patternfly-base-theme-dark-unversioned.scss +0 -5
  61. package/patternfly-charts-theme-dark-unversioned.css +0 -70
  62. package/patternfly-charts-theme-dark-unversioned.scss +0 -8
  63. package/patternfly-charts-theme-dark.css +0 -70
  64. package/patternfly-charts-theme-dark.scss +0 -8
  65. package/patternfly-theme-dark-unversioned.css +0 -35621
  66. package/patternfly-theme-dark-unversioned.scss +0 -6
  67. package/patternfly-theme-dark.css +0 -0
  68. package/patternfly-theme-dark.scss +0 -1
  69. package/sass-utilities/colors.scss +0 -82
  70. package/sass-utilities/placeholders.scss +0 -72
  71. package/sass-utilities/themes/dark/_all.scss +0 -4
  72. package/sass-utilities/themes/dark/colors.scss +0 -16
  73. package/sass-utilities/themes/dark/mixins.scss +0 -7
  74. package/sass-utilities/themes/dark/placeholders.scss +0 -5
  75. package/sass-utilities/themes/dark/scss-variables.scss +0 -92
  76. package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
@@ -1,415 +0,0 @@
1
- @import "../sass-utilities/colors";
2
- @import "../sass-utilities/scss-variables";
3
- // stylelint-disable scss/dollar-variable-pattern
4
- $chart: #{$pf-prefix} + 'chart';
5
- // stylelint-enable
6
-
7
- // Chart colors
8
-
9
- // blue
10
- $pf-v6-chart-color-blue-100: #8bc1f7 !default;
11
- $pf-v6-chart-color-blue-200: #519de9 !default;
12
- $pf-v6-chart-color-blue-300: $pf-v6-color-blue-400;
13
- $pf-v6-chart-color-blue-400: #004b95 !default;
14
- $pf-v6-chart-color-blue-500: #002f5d !default;
15
-
16
- // green
17
- $pf-v6-chart-color-green-100: #bde2b9 !default;
18
- $pf-v6-chart-color-green-200: #7cc674 !default;
19
- $pf-v6-chart-color-green-300: #4cb140 !default;
20
- $pf-v6-chart-color-green-400: #38812f !default;
21
- $pf-v6-chart-color-green-500: #23511e !default;
22
-
23
- // cyan
24
- $pf-v6-chart-color-cyan-100: $pf-v6-color-cyan-100;
25
- $pf-v6-chart-color-cyan-200: $pf-v6-color-cyan-200;
26
- $pf-v6-chart-color-cyan-300: $pf-v6-color-cyan-300;
27
- $pf-v6-chart-color-cyan-400: $pf-v6-color-cyan-400;
28
- $pf-v6-chart-color-cyan-500: $pf-v6-color-cyan-500;
29
-
30
- // purple
31
- $pf-v6-chart-color-purple-100: #b2b0ea !default;
32
- $pf-v6-chart-color-purple-200: #8481dd !default;
33
- $pf-v6-chart-color-purple-300: #5752d1 !default;
34
- $pf-v6-chart-color-purple-400: #3c3d99 !default;
35
- $pf-v6-chart-color-purple-500: #2a265f !default;
36
-
37
- // gold
38
- $pf-v6-chart-color-gold-100: $pf-v6-color-gold-100;
39
- $pf-v6-chart-color-gold-200: $pf-v6-color-gold-200;
40
- $pf-v6-chart-color-gold-300: $pf-v6-color-gold-300;
41
- $pf-v6-chart-color-gold-400: $pf-v6-color-gold-400;
42
- $pf-v6-chart-color-gold-500: $pf-v6-color-gold-500;
43
-
44
- // orange
45
- $pf-v6-chart-color-orange-100: $pf-v6-color-orange-100;
46
- $pf-v6-chart-color-orange-200: $pf-v6-color-orange-200;
47
- $pf-v6-chart-color-orange-300: $pf-v6-color-orange-300;
48
- $pf-v6-chart-color-orange-400: $pf-v6-color-orange-400;
49
- $pf-v6-chart-color-orange-500: $pf-v6-color-orange-500;
50
-
51
- // red
52
- $pf-v6-chart-color-red-100: $pf-v6-color-red-100;
53
- $pf-v6-chart-color-red-200: $pf-v6-color-red-200;
54
- $pf-v6-chart-color-red-300: $pf-v6-color-red-300;
55
- $pf-v6-chart-color-red-400: $pf-v6-color-red-400;
56
- $pf-v6-chart-color-red-500: $pf-v6-color-red-500;
57
-
58
- // black
59
- $pf-v6-chart-color-black-100: $pf-v6-color-black-200;
60
- $pf-v6-chart-color-black-200: $pf-v6-color-black-300;
61
- $pf-v6-chart-color-black-300: $pf-v6-color-black-400;
62
- $pf-v6-chart-color-black-400: $pf-v6-color-black-500;
63
- $pf-v6-chart-color-black-500: $pf-v6-color-black-600;
64
- $pf-v6-chart-color-black-600: $pf-v6-color-black-700;
65
-
66
- // typography
67
- $pf-v6-chart-global--FontSize--xs: 12; // Axis Labels
68
- $pf-v6-chart-global--FontSize--sm: 14; // Legend
69
- $pf-v6-chart-global--FontSize--lg: 18; // Small Numbers
70
- $pf-v6-chart-global--FontSize--2xl: 24; // Large Numbers
71
- $pf-v6-chart-global--FontFamily: $pf-v6-global--FontFamily--text;
72
- $pf-v6-chart-global--letter-spacing: "normal";
73
-
74
- // label
75
- $pf-v6-chart-global--label--Padding: 10;
76
- $pf-v6-chart-global--label--Margin: 8;
77
- $pf-v6-chart-global--label--stroke: "transparent";
78
- $pf-v6-chart-global--label--text-anchor: "middle";
79
- $pf-v6-chart-global--label--stroke--Width: 0;
80
- $pf-v6-chart-global--label--Fill: $pf-v6-color-black-900;
81
-
82
- // Layout Props
83
- $pf-v6-chart-global--layout--Padding: 50;
84
- $pf-v6-chart-global--layout--Height: 300;
85
- $pf-v6-chart-global--layout--Width: 450;
86
-
87
- // Stroke and Border Width
88
- $pf-v6-chart-global--stroke--Width--xs: 1;
89
- $pf-v6-chart-global--stroke--Width--sm: 2;
90
- $pf-v6-chart-global--BorderWidth--xs: 1;
91
- $pf-v6-chart-global--BorderWidth--sm: 2;
92
- $pf-v6-chart-global--BorderWidth--lg: 8;
93
-
94
- // Stroke
95
- $pf-v6-chart-global--stroke-line-cap: "round";
96
- $pf-v6-chart-global--stroke-line-join: "round";
97
-
98
- // Fills and Strokes
99
- $pf-v6-chart-global--danger--Color--100: $pf-v6-global--danger-color--100;
100
- $pf-v6-chart-global--warning--Color--100: $pf-v6-color-orange-300;
101
- $pf-v6-chart-global--warning--Color--200: $pf-v6-color-gold-400;
102
- $pf-v6-chart-global--success--Color--100: $pf-v6-color-blue-400;
103
- $pf-v6-chart-global--Fill--Color--900: $pf-v6-color-black-900;
104
- $pf-v6-chart-global--Fill--Color--700: $pf-v6-color-black-700;
105
- $pf-v6-chart-global--Fill--Color--500: $pf-v6-color-black-500;
106
- $pf-v6-chart-global--Fill--Color--400: $pf-v6-color-black-400;
107
- $pf-v6-chart-global--Fill--Color--300: $pf-v6-color-black-300;
108
- $pf-v6-chart-global--Fill--Color--200: $pf-v6-color-black-200;
109
- $pf-v6-chart-global--Fill--Color--white: $pf-v6-color-white;
110
-
111
- // Individual Charts
112
-
113
- // Area Chart
114
- $pf-v6-chart-area--Opacity: .3;
115
- $pf-v6-chart-area--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
116
- $pf-v6-chart-area--data--Fill: $pf-v6-chart-global--Fill--Color--900;
117
-
118
- // Axis Chart
119
- $pf-v6-chart-axis--axis--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
120
- $pf-v6-chart-axis--axis--stroke--Color: $pf-v6-chart-global--Fill--Color--300;
121
- $pf-v6-chart-axis--axis--Fill: "transparent";
122
- $pf-v6-chart-axis--axis-label--Padding: 40;
123
- $pf-v6-chart-axis--axis-label--stroke--Color: "transparent";
124
- $pf-v6-chart-axis--grid--Fill: "none";
125
- $pf-v6-chart-axis--grid--stroke--Color: $pf-v6-chart-global--Fill--Color--300;
126
- $pf-v6-chart-axis--grid--PointerEvents: "painted";
127
- $pf-v6-chart-axis--tick--Fill: "transparent";
128
- $pf-v6-chart-axis--tick--Size: 5;
129
- $pf-v6-chart-axis--tick--Width: 1;
130
- $pf-v6-chart-axis--tick--stroke--Color: $pf-v6-chart-global--Fill--Color--300;
131
- $pf-v6-chart-axis--tick-label--Fill: $pf-v6-chart-global--Fill--Color--700;
132
-
133
- // Bar Chart
134
- $pf-v6-chart-bar--Width: 10;
135
- $pf-v6-chart-bar--data--stroke: none;
136
- $pf-v6-chart-bar--data--Fill: $pf-v6-chart-global--Fill--Color--900;
137
- $pf-v6-chart-bar--data--Padding: 8;
138
- $pf-v6-chart-bar--data-stroke--Width: 0;
139
-
140
- // Box Plot Chart
141
- $pf-v6-chart-boxplot--max--Padding: 8;
142
- $pf-v6-chart-boxplot--max--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
143
- $pf-v6-chart-boxplot--max--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
144
- $pf-v6-chart-boxplot--median--Padding: 8;
145
- $pf-v6-chart-boxplot--median--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
146
- $pf-v6-chart-boxplot--median--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
147
- $pf-v6-chart-boxplot--min--Padding: 8;
148
- $pf-v6-chart-boxplot--min--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
149
- $pf-v6-chart-boxplot--min--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
150
- $pf-v6-chart-boxplot--lower-quartile--Padding: 8;
151
- $pf-v6-chart-boxplot--lower-quartile--Fill: $pf-v6-chart-global--Fill--Color--500;
152
- $pf-v6-chart-boxplot--upper-quartile--Padding: 8;
153
- $pf-v6-chart-boxplot--upper-quartile--Fill: $pf-v6-chart-global--Fill--Color--500;
154
- $pf-v6-chart-boxplot--box--Width: 20;
155
-
156
- // Bullet Chart
157
- $pf-v6-chart-bullet--axis--tick--count: 5;
158
- $pf-v6-chart-bullet--comparative-measure--Fill--Color: $pf-v6-chart-global--Fill--Color--700;
159
- $pf-v6-chart-bullet--comparative-measure--stroke--Color: $pf-v6-chart-global--Fill--Color--700;
160
- $pf-v6-chart-bullet--comparative-measure--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
161
- $pf-v6-chart-bullet--comparative-measure--Width: 30;
162
- $pf-v6-chart-bullet--comparative-measure--error--Fill--Color: $pf-v6-chart-global--danger--Color--100;
163
- $pf-v6-chart-bullet--comparative-measure--error--stroke--Color: $pf-v6-chart-global--danger--Color--100;
164
- $pf-v6-chart-bullet--comparative-measure--error--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
165
- $pf-v6-chart-bullet--comparative-measure--error--Width: 30;
166
- $pf-v6-chart-bullet--comparative-measure--warning--Fill--Color: $pf-v6-chart-global--warning--Color--100;
167
- $pf-v6-chart-bullet--comparative-measure--warning--stroke--Color: $pf-v6-chart-global--warning--Color--100;
168
- $pf-v6-chart-bullet--comparative-measure--warning--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
169
- $pf-v6-chart-bullet--comparative-measure--warning--Width: 30;
170
- $pf-v6-chart-bullet--group-title--divider--Fill--Color: $pf-v6-color-black-200;
171
- $pf-v6-chart-bullet--group-title--divider--stroke--Color: $pf-v6-color-black-200;
172
- $pf-v6-chart-bullet--group-title--divider--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
173
- $pf-v6-chart-bullet--Height: 140;
174
- $pf-v6-chart-bullet--label--title--Fill: $pf-v6-chart-global--Fill--Color--900;
175
- $pf-v6-chart-bullet--label--grouptitle--Fill: $pf-v6-chart-global--Fill--Color--900;
176
- $pf-v6-chart-bullet--label--subtitle--Fill: $pf-v6-chart-global--Fill--Color--400;
177
- $pf-v6-chart-bullet--primary-measure--dot--size: 6;
178
- $pf-v6-chart-bullet--primary-measure--segmented--Width: 9;
179
- $pf-v6-chart-bullet--negative-measure--ColorScale--100: $pf-v6-chart-color-red-100;
180
- $pf-v6-chart-bullet--negative-measure--ColorScale--200: $pf-v6-chart-color-red-200;
181
- $pf-v6-chart-bullet--negative-measure--ColorScale--300: $pf-v6-chart-color-red-300;
182
- $pf-v6-chart-bullet--negative-measure--ColorScale--400: $pf-v6-chart-color-red-400;
183
- $pf-v6-chart-bullet--negative-measure--ColorScale--500: $pf-v6-chart-color-red-500;
184
- $pf-v6-chart-bullet--qualitative-range--Width: 30;
185
- $pf-v6-chart-bullet--qualitative-range--ColorScale--100: $pf-v6-chart-color-black-100;
186
- $pf-v6-chart-bullet--qualitative-range--ColorScale--200: $pf-v6-chart-color-black-200;
187
- $pf-v6-chart-bullet--qualitative-range--ColorScale--300: $pf-v6-chart-color-black-300;
188
- $pf-v6-chart-bullet--qualitative-range--ColorScale--400: $pf-v6-chart-color-black-400;
189
- $pf-v6-chart-bullet--qualitative-range--ColorScale--500: $pf-v6-chart-color-black-500;
190
-
191
- // Candlestick
192
- $pf-v6-chart-candelstick--data--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
193
- $pf-v6-chart-candelstick--data--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
194
- $pf-v6-chart-candelstick--candle--positive--Color: $pf-v6-chart-global--Fill--Color--white;
195
- $pf-v6-chart-candelstick--candle--negative--Color: $pf-v6-chart-global--Fill--Color--900;
196
-
197
- // Container
198
- $pf-v6-chart-container--cursor--line--Fill: $pf-v6-color-black-900;
199
-
200
- // Simple Donut Chart
201
- $pf-v6-chart-donut--label--title--Fill: $pf-v6-chart-global--Fill--Color--900;
202
- $pf-v6-chart-donut--label--subtitle--Fill: $pf-v6-chart-global--Fill--Color--400;
203
- $pf-v6-chart-donut--label--subtitle--position: "center";
204
- $pf-v6-chart-donut--pie--Height: 230;
205
- $pf-v6-chart-donut--pie--angle--Padding: 1;
206
- $pf-v6-chart-donut--pie--Padding: 20;
207
- $pf-v6-chart-donut--pie--Width: 230;
208
-
209
- // Donut Threshold Chart
210
- $pf-v6-chart-donut--threshold--first--Color: $pf-v6-chart-global--Fill--Color--200;
211
- $pf-v6-chart-donut--threshold--second--Color: $pf-v6-chart-global--Fill--Color--300;
212
- $pf-v6-chart-donut--threshold--third--Color: $pf-v6-chart-global--Fill--Color--400;
213
- $pf-v6-chart-donut--threshold--warning--Color: $pf-v6-chart-global--warning--Color--200;
214
- $pf-v6-chart-donut--threshold--danger--Color: $pf-v6-chart-global--danger--Color--100;
215
- $pf-v6-chart-donut--threshold--dynamic--pie--Height: 202;
216
- $pf-v6-chart-donut--threshold--dynamic--pie--Width: 202;
217
- $pf-v6-chart-donut--threshold--dynamic--pie--Padding: 20;
218
- $pf-v6-chart-donut--threshold--static--pie--Height: 230;
219
- $pf-v6-chart-donut--threshold--static--pie--angle--Padding: 1;
220
- $pf-v6-chart-donut--threshold--static--pie--Padding: 20;
221
- $pf-v6-chart-donut--threshold--static--pie--Width: 230;
222
-
223
- // Donut Utilization Chart
224
- $pf-v6-chart-donut--utilization--dynamic--pie--Height: 230;
225
- $pf-v6-chart-donut--utilization--dynamic--pie--angle--Padding: 1;
226
- $pf-v6-chart-donut--utilization--dynamic--pie--Padding: 20;
227
- $pf-v6-chart-donut--utilization--dynamic--pie--Width: 230;
228
- $pf-v6-chart-donut--utilization--static--pie--Padding: 20;
229
-
230
- // Error Bar
231
- $pf-v6-chart-errorbar--BorderWidth: $pf-v6-chart-global--BorderWidth--lg;
232
- $pf-v6-chart-errorbar--data--Fill: "transparent";
233
- $pf-v6-chart-errorbar--data--Opacity: 1;
234
- $pf-v6-chart-errorbar--data-stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
235
- $pf-v6-chart-errorbar--data-stroke--Color: $pf-v6-chart-global--Fill--Color--900;
236
-
237
- // Legend
238
- $pf-v6-chart-legend--gutter--Width: 20;
239
- $pf-v6-chart-legend--orientation: "horizontal";
240
- $pf-v6-chart-legend--position: "right";
241
- $pf-v6-chart-legend--title--orientation: "top";
242
- $pf-v6-chart-legend--data--type: "square";
243
- $pf-v6-chart-legend--title--Padding: 2;
244
- $pf-v6-chart-legend--Margin: 16;
245
-
246
- // Line Chart
247
- $pf-v6-chart-line--data--Fill: "transparent";
248
- $pf-v6-chart-line--data--Opacity: 1;
249
- $pf-v6-chart-line--data--stroke--Width: $pf-v6-chart-global--stroke--Width--sm;
250
- $pf-v6-chart-line--data--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
251
-
252
- // Pie Chart
253
- $pf-v6-chart-pie--Padding: 20;
254
- $pf-v6-chart-pie--data--Padding: 8;
255
- $pf-v6-chart-pie--data--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
256
- $pf-v6-chart-pie--data--stroke--Color: "transparent";
257
- $pf-v6-chart-pie--labels--Padding: 8;
258
- $pf-v6-chart-pie--Height: 230;
259
- $pf-v6-chart-pie--Width: 230;
260
-
261
- // Scatter Chart
262
- $pf-v6-chart-scatter--data--stroke--Color: "transparent";
263
- $pf-v6-chart-scatter--data--stroke--Width: 0;
264
- $pf-v6-chart-scatter--data--Opacity: 1;
265
- $pf-v6-chart-scatter--data--Fill: $pf-v6-chart-global--Fill--Color--900;
266
- $pf-v6-chart-scatter--active--size: 5;
267
- $pf-v6-chart-scatter--size: 3;
268
-
269
- // Scatter Chart
270
- $pf-v6-chart-stack--data--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
271
-
272
- // Threshold
273
- $pf-v6-chart-threshold--stroke-dash-array: "4,2";
274
- $pf-v6-chart-threshold--stroke--Width: 1.5;
275
-
276
- // Tooltip
277
- $pf-v6-chart-tooltip--corner-radius: 0;
278
- $pf-v6-chart-tooltip--pointer-length: 10;
279
- $pf-v6-chart-tooltip--Fill: $pf-v6-chart-global--Fill--Color--200;
280
- $pf-v6-chart-tooltip--flyoutStyle--corner-radius: 0;
281
- $pf-v6-chart-tooltip--flyoutStyle--stroke--Width: 0;
282
- $pf-v6-chart-tooltip--flyoutStyle--PointerEvents: "none";
283
- $pf-v6-chart-tooltip--flyoutStyle--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
284
- $pf-v6-chart-tooltip--flyoutStyle--Fill: $pf-v6-chart-global--Fill--Color--900;
285
- $pf-v6-chart-tooltip--pointer--Width: 20;
286
- $pf-v6-chart-tooltip--Padding: 8;
287
- $pf-v6-chart-tooltip--PointerEvents: "none";
288
-
289
- // Voronoi Chart
290
- $pf-v6-chart-voronoi--data--Fill: "transparent";
291
- $pf-v6-chart-voronoi--data--stroke--Color: "transparent";
292
- $pf-v6-chart-voronoi--data--stroke--Width: 0;
293
- $pf-v6-chart-voronoi--labels--Fill: $pf-v6-chart-global--Fill--Color--200;
294
- $pf-v6-chart-voronoi--labels--Padding: 8;
295
- $pf-v6-chart-voronoi--labels--PointerEvents: "none";
296
- $pf-v6-chart-voronoi--flyout--stroke--Width: $pf-v6-chart-global--stroke--Width--xs;
297
- $pf-v6-chart-voronoi--flyout--PointerEvents: "none";
298
- $pf-v6-chart-voronoi--flyout--stroke--Color: $pf-v6-chart-global--Fill--Color--900;
299
- $pf-v6-chart-voronoi--flyout--stroke--Fill: $pf-v6-chart-global--Fill--Color--900;
300
- $pf-v6-chart-voronoi--flyout--PointerEvents: "none";
301
-
302
- // Theme color scales
303
-
304
- // blue
305
- $pf-v6-chart-theme--blue--ColorScale--100: $pf-v6-chart-color-blue-300;
306
- $pf-v6-chart-theme--blue--ColorScale--200: $pf-v6-chart-color-blue-100;
307
- $pf-v6-chart-theme--blue--ColorScale--300: $pf-v6-chart-color-blue-500;
308
- $pf-v6-chart-theme--blue--ColorScale--400: $pf-v6-chart-color-blue-200;
309
- $pf-v6-chart-theme--blue--ColorScale--500: $pf-v6-chart-color-blue-400;
310
-
311
- // cyan
312
- $pf-v6-chart-theme--cyan--ColorScale--100: $pf-v6-chart-color-cyan-300;
313
- $pf-v6-chart-theme--cyan--ColorScale--200: $pf-v6-chart-color-cyan-100;
314
- $pf-v6-chart-theme--cyan--ColorScale--300: $pf-v6-chart-color-cyan-500;
315
- $pf-v6-chart-theme--cyan--ColorScale--400: $pf-v6-chart-color-cyan-200;
316
- $pf-v6-chart-theme--cyan--ColorScale--500: $pf-v6-chart-color-cyan-400;
317
-
318
- // gold
319
- $pf-v6-chart-theme--gold--ColorScale--100: $pf-v6-chart-color-gold-300;
320
- $pf-v6-chart-theme--gold--ColorScale--200: $pf-v6-chart-color-gold-100;
321
- $pf-v6-chart-theme--gold--ColorScale--300: $pf-v6-chart-color-gold-500;
322
- $pf-v6-chart-theme--gold--ColorScale--400: $pf-v6-chart-color-gold-200;
323
- $pf-v6-chart-theme--gold--ColorScale--500: $pf-v6-chart-color-gold-400;
324
-
325
- // gray
326
- $pf-v6-chart-theme--gray--ColorScale--100: $pf-v6-chart-color-black-300;
327
- $pf-v6-chart-theme--gray--ColorScale--200: $pf-v6-chart-color-black-100;
328
- $pf-v6-chart-theme--gray--ColorScale--300: $pf-v6-chart-color-black-500;
329
- $pf-v6-chart-theme--gray--ColorScale--400: $pf-v6-chart-color-black-200;
330
- $pf-v6-chart-theme--gray--ColorScale--500: $pf-v6-chart-color-black-400;
331
-
332
- // green
333
- $pf-v6-chart-theme--green--ColorScale--100: $pf-v6-chart-color-green-300;
334
- $pf-v6-chart-theme--green--ColorScale--200: $pf-v6-chart-color-green-100;
335
- $pf-v6-chart-theme--green--ColorScale--300: $pf-v6-chart-color-green-500;
336
- $pf-v6-chart-theme--green--ColorScale--400: $pf-v6-chart-color-green-200;
337
- $pf-v6-chart-theme--green--ColorScale--500: $pf-v6-chart-color-green-400;
338
-
339
- // multi ordered
340
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--100: $pf-v6-chart-color-blue-300;
341
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--200: $pf-v6-chart-color-green-300;
342
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--300: $pf-v6-chart-color-cyan-300;
343
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--400: $pf-v6-chart-color-gold-300;
344
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--500: $pf-v6-chart-color-orange-300;
345
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--600: $pf-v6-chart-color-blue-100;
346
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--700: $pf-v6-chart-color-green-500;
347
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--800: $pf-v6-chart-color-cyan-100;
348
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--900: $pf-v6-chart-color-gold-100;
349
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1000: $pf-v6-chart-color-orange-500;
350
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1100: $pf-v6-chart-color-blue-500;
351
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1200: $pf-v6-chart-color-green-100;
352
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1300: $pf-v6-chart-color-cyan-500;
353
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1400: $pf-v6-chart-color-gold-500;
354
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1500: $pf-v6-chart-color-orange-100;
355
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1600: $pf-v6-chart-color-blue-200;
356
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1700: $pf-v6-chart-color-green-400;
357
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1800: $pf-v6-chart-color-cyan-200;
358
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--1900: $pf-v6-chart-color-gold-200;
359
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--2000: $pf-v6-chart-color-orange-400;
360
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--2100: $pf-v6-chart-color-blue-400;
361
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--2200: $pf-v6-chart-color-green-200;
362
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--2300: $pf-v6-chart-color-cyan-400;
363
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--2400: $pf-v6-chart-color-gold-400;
364
- $pf-v6-chart-theme--multi-color-ordered--ColorScale--2500: $pf-v6-chart-color-orange-200;
365
-
366
- // multi unordered
367
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--100: $pf-v6-chart-color-blue-300;
368
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--200: $pf-v6-chart-color-gold-300;
369
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--300: $pf-v6-chart-color-green-300;
370
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--400: $pf-v6-chart-color-purple-300;
371
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--500: $pf-v6-chart-color-orange-300;
372
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--600: $pf-v6-chart-color-cyan-300;
373
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--700: $pf-v6-chart-color-black-300;
374
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--800: $pf-v6-chart-color-blue-100;
375
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--900: $pf-v6-chart-color-gold-500;
376
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1000: $pf-v6-chart-color-green-100;
377
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1100: $pf-v6-chart-color-purple-500;
378
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1200: $pf-v6-chart-color-orange-100;
379
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1300: $pf-v6-chart-color-cyan-500;
380
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1400: $pf-v6-chart-color-black-100;
381
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1500: $pf-v6-chart-color-blue-500;
382
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1600: $pf-v6-chart-color-gold-100;
383
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1700: $pf-v6-chart-color-green-500;
384
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1800: $pf-v6-chart-color-purple-100;
385
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--1900: $pf-v6-chart-color-orange-500;
386
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2000: $pf-v6-chart-color-cyan-100;
387
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2100: $pf-v6-chart-color-black-500;
388
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2200: $pf-v6-chart-color-blue-200;
389
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2300: $pf-v6-chart-color-gold-400;
390
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2400: $pf-v6-chart-color-green-200;
391
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2500: $pf-v6-chart-color-purple-400;
392
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2600: $pf-v6-chart-color-orange-200;
393
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2700: $pf-v6-chart-color-cyan-400;
394
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2800: $pf-v6-chart-color-black-200;
395
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--2900: $pf-v6-chart-color-blue-400;
396
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--3000: $pf-v6-chart-color-gold-200;
397
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--3100: $pf-v6-chart-color-green-400;
398
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--3200: $pf-v6-chart-color-purple-200;
399
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--3300: $pf-v6-chart-color-orange-400;
400
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--3400: $pf-v6-chart-color-cyan-200;
401
- $pf-v6-chart-theme--multi-color-unordered--ColorScale--3500: $pf-v6-chart-color-black-400;
402
-
403
- // orange
404
- $pf-v6-chart-theme--orange--ColorScale--100: $pf-v6-chart-color-orange-300;
405
- $pf-v6-chart-theme--orange--ColorScale--200: $pf-v6-chart-color-orange-100;
406
- $pf-v6-chart-theme--orange--ColorScale--300: $pf-v6-chart-color-orange-500;
407
- $pf-v6-chart-theme--orange--ColorScale--400: $pf-v6-chart-color-orange-200;
408
- $pf-v6-chart-theme--orange--ColorScale--500: $pf-v6-chart-color-orange-400;
409
-
410
- // purple
411
- $pf-v6-chart-theme--purple--ColorScale--100: $pf-v6-chart-color-purple-300;
412
- $pf-v6-chart-theme--purple--ColorScale--200: $pf-v6-chart-color-purple-100;
413
- $pf-v6-chart-theme--purple--ColorScale--300: $pf-v6-chart-color-purple-500;
414
- $pf-v6-chart-theme--purple--ColorScale--400: $pf-v6-chart-color-purple-200;
415
- $pf-v6-chart-theme--purple--ColorScale--500: $pf-v6-chart-color-purple-400;
@@ -1,42 +0,0 @@
1
- @import "../../../sass-utilities/colors";
2
- @import "../../../sass-utilities/scss-variables";
3
- // stylelint-disable scss/dollar-variable-pattern
4
- $chart: #{$pf-prefix} + 'chart';
5
- // stylelint-enable
6
-
7
- // Chart colors
8
-
9
- // blue
10
- $pf-v6-chart-color-blue-100: #add6ff;
11
- $pf-v6-chart-color-blue-200: #85c2ff;
12
- $pf-v6-chart-color-blue-300: #47a3ff;
13
- $pf-v6-chart-color-blue-400: #0a85ff;
14
- $pf-v6-chart-color-blue-500: $pf-v6-color-blue-400;
15
-
16
- // green
17
- $pf-v6-chart-color-green-100: #d6eed3;
18
- $pf-v6-chart-color-green-200: #aedca7;
19
- $pf-v6-chart-color-green-300: #85cb7c;
20
- $pf-v6-chart-color-green-400: #5cb950;
21
- $pf-v6-chart-color-green-500: $pf-v6-color-green-500;
22
-
23
- // cyan
24
- $pf-v6-chart-color-cyan-100: #b9feff;
25
- $pf-v6-chart-color-cyan-200: #86fdff;
26
- $pf-v6-chart-color-cyan-300: #00b5b8;
27
- $pf-v6-chart-color-cyan-400: #008c8f;
28
- $pf-v6-chart-color-cyan-500: $pf-v6-color-cyan-400;
29
-
30
- // purple
31
- $pf-v6-chart-color-purple-100: #cec8e4;
32
- $pf-v6-chart-color-purple-200: #a99fd1;
33
- $pf-v6-chart-color-purple-300: #9183c3;
34
- $pf-v6-chart-color-purple-400: #7968b6;
35
- $pf-v6-chart-color-purple-500: $pf-v6-color-purple-500;
36
-
37
- // red
38
- $pf-v6-chart-color-red-100: #ffadad;
39
- $pf-v6-chart-color-red-200: #ff7070;
40
- $pf-v6-chart-color-red-300: #ff4747;
41
- $pf-v6-chart-color-red-400: #ff0a0a;
42
- $pf-v6-chart-color-red-500: $pf-v6-color-red-200;
@@ -1,13 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v6-theme-dark-app-launcher() {
4
- .#{$app-launcher} {
5
- --#{$app-launcher}__menu--BackgroundColor: var(--#{$pf-global}--BackgroundColor--300);
6
- --#{$app-launcher}__menu--Top: 100%;
7
- --#{$app-launcher}__menu-item--hover--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
8
- --#{$app-launcher}__menu-item--disabled--Color: var(--#{$pf-global}--palette--black-300); // question should we have a global var for this
9
- --#{$app-launcher}__menu-item--m-action--Color: var(--#{$pf-global}--Color--200);
10
- --#{$app-launcher}__menu-item--m-favorite__menu-item--m-action--Color: var(--#{$pf-global}--palette--gold-300);
11
- --#{$app-launcher}__menu-item--m-favorite__menu-item--m-action--hover--Color: var(--#{$pf-global}--palette--gold-100);
12
- }
13
- }
@@ -1,9 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v6-theme-dark-chip() {
4
- .#{$chip} {
5
- --#{$chip}--BackgroundColor: var(--#{$pf-global}--BackgroundColor--100);
6
- --#{$chip}--before--BorderColor: var(--#{$pf-global}--BorderColor--100);
7
- --#{$chip}--m-draggable--BackgroundColor: var(--#{$pf-global}--palette--black-600);
8
- }
9
- }
@@ -1,24 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v6-theme-dark-context-selector() {
4
- .#{$context-selector} {
5
- --#{$context-selector}__menu--Top: 100%;
6
- --#{$context-selector}__menu-list-item--hover--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
7
- }
8
-
9
- .#{$context-selector}__toggle {
10
- background: var(--#{$pf-global}--BackgroundColor--400);
11
-
12
- &.pf-m-plain {
13
- background: transparent;
14
- }
15
- }
16
-
17
- .#{$context-selector}__menu {
18
- background: var(--#{$pf-global}--BackgroundColor--300);
19
- }
20
-
21
- .#{$context-selector}__menu-footer {
22
- border-block-start: 1px solid var(--#{$pf-global}--BorderColor--300);
23
- }
24
- }
@@ -1,32 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v6-theme-dark-dropdown() {
4
- .#{$dropdown} {
5
- --#{$dropdown}__toggle--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
6
- --#{$dropdown}__toggle--before--BorderTopColor: transparent;
7
- --#{$dropdown}__toggle--before--BorderRightColor: transparent;
8
- --#{$dropdown}__toggle--before--BorderBottomColor: var(--#{$pf-global}--BorderColor--400);
9
- --#{$dropdown}__toggle--before--BorderLeftColor: transparent;
10
- --#{$dropdown}__toggle--disabled--BackgroundColor: var(--#{$pf-global}--palette--black-500);
11
- --#{$dropdown}__toggle--m-split-button--m-primary--child--BackgroundColor: var(--#{$pf-global}--primary-color--300);
12
- --#{$dropdown}__toggle--m-primary--BackgroundColor: var(--#{$pf-global}--primary-color--300);
13
- --#{$dropdown}__toggle--m-primary--Color: var(--#{$pf-global}--primary-color--400);
14
- --#{$dropdown}__menu--BackgroundColor: var(--#{$pf-global}--BackgroundColor--300);
15
- --#{$dropdown}__menu--Top: 100%;
16
- --#{$dropdown}--m-top__menu--TranslateY: -100%;
17
- --#{$dropdown}__menu-item--hover--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
18
- }
19
-
20
- .#{$dropdown}__toggle {
21
- &:not(.pf-m-plain) {
22
- &:disabled,
23
- &.pf-m-disabled {
24
- color: var(--#{$pf-global}--palette--black-100); // should be a global var?
25
- }
26
- }
27
-
28
- &.pf-m-plain {
29
- background: transparent;
30
- }
31
- }
32
- }
@@ -1,7 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v6-theme-dark-log-viewer() {
4
- .#{$log-viewer}.pf-m-dark .#{$log-viewer}__main {
5
- @include pf-v6-theme-dark--t-dark;
6
- }
7
- }
@@ -1,21 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v6-theme-dark-options-menu() {
4
- .#{$options-menu} {
5
- --#{$options-menu}__toggle--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
6
- --#{$options-menu}__toggle--BorderTopColor: transparent;
7
- --#{$options-menu}__toggle--BorderRightColor: transparent;
8
- --#{$options-menu}__toggle--BorderBottomColor: var(--#{$pf-global}--BorderColor--400);
9
- --#{$options-menu}__toggle--BorderLeftColor: transparent;
10
- --#{$options-menu}__toggle--disabled--BackgroundColor: var(--#{$pf-global}--palette--black-500);
11
- --#{$options-menu}__menu--BackgroundColor: var(--#{$pf-global}--BackgroundColor--300);
12
- --#{$options-menu}__menu-item--hover--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
13
- --#{$options-menu}__menu--Top: 100%;
14
- }
15
-
16
- .#{$options-menu}__toggle {
17
- &.pf-m-plain {
18
- background: transparent;
19
- }
20
- }
21
- }
@@ -1,23 +0,0 @@
1
- @import "../../../../sass-utilities/themes/dark/all";
2
-
3
- @mixin pf-v6-theme-dark-select() {
4
- .#{$select} {
5
- --#{$select}__toggle--disabled--BackgroundColor: var(--#{$pf-global}--palette--black-500);
6
- --#{$select}__toggle--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
7
- --#{$select}__toggle--before--BorderTopColor: transparent;
8
- --#{$select}__toggle--before--BorderRightColor: transparent;
9
- --#{$select}__toggle--before--BorderBottomColor: var(--#{$pf-global}--BorderColor--400);
10
- --#{$select}__toggle--before--BorderLeftColor: transparent;
11
- --#{$select}__menu--Top: 100%;
12
- --#{$select}__menu--m-top--TranslateY: -100%;
13
- --#{$select}__menu-item--hover--BackgroundColor: var(--#{$pf-global}--BackgroundColor--400);
14
- --#{$select}__menu--BackgroundColor: var(--#{$pf-global}--BackgroundColor--300);
15
- }
16
-
17
- .#{$select}__toggle {
18
- &:disabled,
19
- &.pf-m-disabled {
20
- color: var(--#{$pf-global}--palette--black-100);
21
- }
22
- }
23
- }