@patternfly/patternfly 4.192.5 → 4.194.0

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.
@@ -0,0 +1,69 @@
1
+ :where(.pf-theme-dark) .pf-c-chart svg g[clip-path] {
2
+ mix-blend-mode: normal;
3
+ }
4
+ :root:where(.pf-theme-dark) {
5
+ --pf-chart-color-blue-100: #add6ff;
6
+ --pf-chart-color-blue-200: #85c2ff;
7
+ --pf-chart-color-blue-300: #47a3ff;
8
+ --pf-chart-color-blue-400: #0a85ff;
9
+ --pf-chart-color-blue-500: #06c;
10
+ --pf-chart-color-green-100: #d6eed3;
11
+ --pf-chart-color-green-200: #aedca7;
12
+ --pf-chart-color-green-300: #85cb7c;
13
+ --pf-chart-color-green-400: #5cb950;
14
+ --pf-chart-color-green-500: #3e8635;
15
+ --pf-chart-color-cyan-100: #b9feff;
16
+ --pf-chart-color-cyan-200: #86fdff;
17
+ --pf-chart-color-cyan-300: #00b5b8;
18
+ --pf-chart-color-cyan-400: #008c8f;
19
+ --pf-chart-color-cyan-500: #005f60;
20
+ --pf-chart-color-purple-100: #cec8e4;
21
+ --pf-chart-color-purple-200: #a99fd1;
22
+ --pf-chart-color-purple-300: #9183c3;
23
+ --pf-chart-color-purple-400: #7968b6;
24
+ --pf-chart-color-purple-500: #6753ac;
25
+ --pf-chart-color-red-100: #ffadad;
26
+ --pf-chart-color-red-200: #ff7070;
27
+ --pf-chart-color-red-300: #ff4747;
28
+ --pf-chart-color-red-400: #ff0a0a;
29
+ --pf-chart-color-red-500: #a30000;
30
+ --pf-chart-global--BorderColor: var(--pf-global--BorderColor--100);
31
+ --pf-chart-global--BorderColor--accent: var(--pf-global--BorderColor--400);
32
+ --pf-chart-global--label--Fill: var(--pf-global--Color--100);
33
+ --pf-chart-global--title--Fill: var(--pf-global--Color--100);
34
+ --pf-chart-global--subtitle--Fill: var(--pf-global--Color--200);
35
+ --pf-chart-global--tooltip--Fill: var(--pf-global--Color--100);
36
+ --pf-chart-global--tooltip--bg--Fill: var(--pf-global--BackgroundColor--300);
37
+ --pf-chart-axis--axis--stroke--Color: var(--pf-chart-global--BorderColor);
38
+ --pf-chart-axis--grid--stroke--Color: var(--pf-chart-global--BorderColor);
39
+ --pf-chart-axis--tick--stroke--Color: var(--pf-chart-global--BorderColor);
40
+ --pf-chart-axis--axis--tick--stroke--Color: var(--pf-chart-global--BorderColor);
41
+ --pf-chart-axis--grid--Fill: var(--pf-chart-global--BorderColor);
42
+ --pf-chart-axis--tick-label--Fill: var(--pf-chart-global--label--Fill);
43
+ --pf-chart-bullet--label--title--Fill: var(--pf-chart-global--title--Fill);
44
+ --pf-chart-bullet--label--grouptitle--Fill: var(--pf-chart-bullet--label--title--Fill);
45
+ --pf-chart-bullet--label--subtitle--Fill: var(--pf-chart-global--subtitle--Fill);
46
+ --pf-chart-bullet--negative-measure--ColorScale--100: var(--pf-global--palette--red-400);
47
+ --pf-chart-bullet--negative-measure--ColorScale--200: var(--pf-global--palette--red-300);
48
+ --pf-chart-bullet--negative-measure--ColorScale--300: var(--pf-global--palette--red-200);
49
+ --pf-chart-bullet--negative-measure--ColorScale--400: var(--pf-global--palette--red-100);
50
+ --pf-chart-bullet--negative-measure--ColorScale--500: var(--pf-global--palette--red-9999);
51
+ --pf-chart-bullet--qualitative-range--ColorScale--100: var(--pf-global--palette--black-600);
52
+ --pf-chart-bullet--qualitative-range--ColorScale--200: var(--pf-global--palette--black-500);
53
+ --pf-chart-bullet--qualitative-range--ColorScale--300: var(--pf-global--palette--black-400);
54
+ --pf-chart-bullet--qualitative-range--ColorScale--400: var(--pf-global--palette--black-300);
55
+ --pf-chart-bullet--qualitative-range--ColorScale--500: var(--pf-global--palette--black-200);
56
+ --pf-chart-container--cursor--line--Fill: var(--pf-chart-global--BorderColor--accent);
57
+ --pf-chart-donut--label--title--Fill: var(--pf-chart-global--title--Fill);
58
+ --pf-chart-donut--label--subtitle--Fill: var(--pf-chart-global--subtitle--Fill);
59
+ --pf-chart-line--data--stroke--Color: var(--pf-chart-global--BorderColor);
60
+ --pf-chart-tooltip--Fill: var(--pf-chart-global--tooltip--Fill);
61
+ --pf-chart-voronoi--labels--Fill: var(--pf-chart-global--tooltip--Fill);
62
+ --pf-chart-tooltip--flyoutStyle--Fill: var(--pf-chart-global--tooltip--bg--Fill);
63
+ --pf-chart-voronoi--flyout--stroke--Fill: var(--pf-chart-global--tooltip--bg--Fill);
64
+ --pf-chart-voronoi--flyout--stroke--Color: var(--pf-chart-global--tooltip--bg--Fill);
65
+ }
66
+
67
+ :where(.pf-theme-dark) .ws-preview {
68
+ background: var(--pf-global--BackgroundColor--100);
69
+ }
@@ -0,0 +1,8 @@
1
+ @import "themes/dark/patternfly-charts-theme-dark";
2
+
3
+ $pf-theme-dark-class: ".pf-theme-dark" !default;
4
+ $pf-charts-theme-dark-class: $pf-theme-dark-class !default;
5
+
6
+ :where(#{$pf-theme-dark-class}) {
7
+ @include pf-charts-theme-dark($pf-charts-theme-dark-class);
8
+ }
@@ -128,14 +128,28 @@
128
128
  --pf-chart-bullet--group-title--divider--stroke--Color: #f0f0f0;
129
129
  --pf-chart-bullet--group-title--divider--stroke--Width: 2;
130
130
  --pf-chart-bullet--Height: 140;
131
+ --pf-chart-bullet--label--title--Fill: #151515;
132
+ --pf-chart-bullet--label--grouptitle--Fill: #151515;
131
133
  --pf-chart-bullet--label--subtitle--Fill: #b8bbbe;
132
134
  --pf-chart-bullet--primary-measure--dot--size: 6;
133
135
  --pf-chart-bullet--primary-measure--segmented--Width: 9;
136
+ --pf-chart-bullet--negative-measure--ColorScale--100: #c9190b;
137
+ --pf-chart-bullet--negative-measure--ColorScale--200: #a30000;
138
+ --pf-chart-bullet--negative-measure--ColorScale--300: #7d1007;
139
+ --pf-chart-bullet--negative-measure--ColorScale--400: #470000;
140
+ --pf-chart-bullet--negative-measure--ColorScale--500: #2c0000;
134
141
  --pf-chart-bullet--qualitative-range--Width: 30;
142
+ --pf-chart-bullet--qualitative-range--ColorScale--100: #f0f0f0;
143
+ --pf-chart-bullet--qualitative-range--ColorScale--200: #d2d2d2;
144
+ --pf-chart-bullet--qualitative-range--ColorScale--300: #b8bbbe;
145
+ --pf-chart-bullet--qualitative-range--ColorScale--400: #8a8d90;
146
+ --pf-chart-bullet--qualitative-range--ColorScale--500: #6a6e73;
135
147
  --pf-chart-candelstick--data--stroke--Width: 1;
136
148
  --pf-chart-candelstick--data--stroke--Color: #151515;
137
149
  --pf-chart-candelstick--candle--positive--Color: #fff;
138
150
  --pf-chart-candelstick--candle--negative--Color: #151515;
151
+ --pf-chart-container--cursor--line--Fill: #151515;
152
+ --pf-chart-donut--label--title--Fill: #151515;
139
153
  --pf-chart-donut--label--subtitle--Fill: #b8bbbe;
140
154
  --pf-chart-donut--label--subtitle--position: center;
141
155
  --pf-chart-donut--pie--Height: 230;
@@ -213,4 +227,99 @@
213
227
  --pf-chart-voronoi--flyout--stroke--Color: #151515;
214
228
  --pf-chart-voronoi--flyout--stroke--Fill: #151515;
215
229
  --pf-chart-voronoi--flyout--PointerEvents: none;
230
+ --pf-chart-theme--blue--ColorScale--100: #06c;
231
+ --pf-chart-theme--blue--ColorScale--200: #8bc1f7;
232
+ --pf-chart-theme--blue--ColorScale--300: #002f5d;
233
+ --pf-chart-theme--blue--ColorScale--400: #519de9;
234
+ --pf-chart-theme--blue--ColorScale--500: #004b95;
235
+ --pf-chart-theme--cyan--ColorScale--100: #009596;
236
+ --pf-chart-theme--cyan--ColorScale--200: #a2d9d9;
237
+ --pf-chart-theme--cyan--ColorScale--300: #003737;
238
+ --pf-chart-theme--cyan--ColorScale--400: #73c5c5;
239
+ --pf-chart-theme--cyan--ColorScale--500: #005f60;
240
+ --pf-chart-theme--gold--ColorScale--100: #f4c145;
241
+ --pf-chart-theme--gold--ColorScale--200: #f9e0a2;
242
+ --pf-chart-theme--gold--ColorScale--300: #c58c00;
243
+ --pf-chart-theme--gold--ColorScale--400: #f6d173;
244
+ --pf-chart-theme--gold--ColorScale--500: #f0ab00;
245
+ --pf-chart-theme--gray--ColorScale--100: #b8bbbe;
246
+ --pf-chart-theme--gray--ColorScale--200: #f0f0f0;
247
+ --pf-chart-theme--gray--ColorScale--300: #6a6e73;
248
+ --pf-chart-theme--gray--ColorScale--400: #d2d2d2;
249
+ --pf-chart-theme--gray--ColorScale--500: #8a8d90;
250
+ --pf-chart-theme--green--ColorScale--100: #4cb140;
251
+ --pf-chart-theme--green--ColorScale--200: #bde2b9;
252
+ --pf-chart-theme--green--ColorScale--300: #23511e;
253
+ --pf-chart-theme--green--ColorScale--400: #7cc674;
254
+ --pf-chart-theme--green--ColorScale--500: #38812f;
255
+ --pf-chart-theme--multi-color-ordered--ColorScale--100: #06c;
256
+ --pf-chart-theme--multi-color-ordered--ColorScale--200: #4cb140;
257
+ --pf-chart-theme--multi-color-ordered--ColorScale--300: #009596;
258
+ --pf-chart-theme--multi-color-ordered--ColorScale--400: #f4c145;
259
+ --pf-chart-theme--multi-color-ordered--ColorScale--500: #ec7a08;
260
+ --pf-chart-theme--multi-color-ordered--ColorScale--600: #8bc1f7;
261
+ --pf-chart-theme--multi-color-ordered--ColorScale--700: #23511e;
262
+ --pf-chart-theme--multi-color-ordered--ColorScale--800: #a2d9d9;
263
+ --pf-chart-theme--multi-color-ordered--ColorScale--900: #f9e0a2;
264
+ --pf-chart-theme--multi-color-ordered--ColorScale--1000: #8f4700;
265
+ --pf-chart-theme--multi-color-ordered--ColorScale--1100: #002f5d;
266
+ --pf-chart-theme--multi-color-ordered--ColorScale--1200: #bde2b9;
267
+ --pf-chart-theme--multi-color-ordered--ColorScale--1300: #003737;
268
+ --pf-chart-theme--multi-color-ordered--ColorScale--1400: #c58c00;
269
+ --pf-chart-theme--multi-color-ordered--ColorScale--1500: #f4b678;
270
+ --pf-chart-theme--multi-color-ordered--ColorScale--1600: #519de9;
271
+ --pf-chart-theme--multi-color-ordered--ColorScale--1700: #38812f;
272
+ --pf-chart-theme--multi-color-ordered--ColorScale--1800: #73c5c5;
273
+ --pf-chart-theme--multi-color-ordered--ColorScale--1900: #f6d173;
274
+ --pf-chart-theme--multi-color-ordered--ColorScale--2000: #c46100;
275
+ --pf-chart-theme--multi-color-ordered--ColorScale--2100: #004b95;
276
+ --pf-chart-theme--multi-color-ordered--ColorScale--2200: #7cc674;
277
+ --pf-chart-theme--multi-color-ordered--ColorScale--2300: #005f60;
278
+ --pf-chart-theme--multi-color-ordered--ColorScale--2400: #f0ab00;
279
+ --pf-chart-theme--multi-color-ordered--ColorScale--2500: #ef9234;
280
+ --pf-chart-theme--multi-color-unordered--ColorScale--100: #06c;
281
+ --pf-chart-theme--multi-color-unordered--ColorScale--200: #f4c145;
282
+ --pf-chart-theme--multi-color-unordered--ColorScale--300: #4cb140;
283
+ --pf-chart-theme--multi-color-unordered--ColorScale--400: #5752d1;
284
+ --pf-chart-theme--multi-color-unordered--ColorScale--500: #ec7a08;
285
+ --pf-chart-theme--multi-color-unordered--ColorScale--600: #009596;
286
+ --pf-chart-theme--multi-color-unordered--ColorScale--700: #b8bbbe;
287
+ --pf-chart-theme--multi-color-unordered--ColorScale--800: #8bc1f7;
288
+ --pf-chart-theme--multi-color-unordered--ColorScale--900: #c58c00;
289
+ --pf-chart-theme--multi-color-unordered--ColorScale--1000: #bde2b9;
290
+ --pf-chart-theme--multi-color-unordered--ColorScale--1100: #2a265f;
291
+ --pf-chart-theme--multi-color-unordered--ColorScale--1200: #f4b678;
292
+ --pf-chart-theme--multi-color-unordered--ColorScale--1300: #003737;
293
+ --pf-chart-theme--multi-color-unordered--ColorScale--1400: #f0f0f0;
294
+ --pf-chart-theme--multi-color-unordered--ColorScale--1500: #002f5d;
295
+ --pf-chart-theme--multi-color-unordered--ColorScale--1600: #f9e0a2;
296
+ --pf-chart-theme--multi-color-unordered--ColorScale--1700: #23511e;
297
+ --pf-chart-theme--multi-color-unordered--ColorScale--1800: #b2b0ea;
298
+ --pf-chart-theme--multi-color-unordered--ColorScale--1900: #8f4700;
299
+ --pf-chart-theme--multi-color-unordered--ColorScale--2000: #a2d9d9;
300
+ --pf-chart-theme--multi-color-unordered--ColorScale--2100: #6a6e73;
301
+ --pf-chart-theme--multi-color-unordered--ColorScale--2200: #519de9;
302
+ --pf-chart-theme--multi-color-unordered--ColorScale--2300: #f0ab00;
303
+ --pf-chart-theme--multi-color-unordered--ColorScale--2400: #7cc674;
304
+ --pf-chart-theme--multi-color-unordered--ColorScale--2500: #3c3d99;
305
+ --pf-chart-theme--multi-color-unordered--ColorScale--2600: #ef9234;
306
+ --pf-chart-theme--multi-color-unordered--ColorScale--2700: #005f60;
307
+ --pf-chart-theme--multi-color-unordered--ColorScale--2800: #d2d2d2;
308
+ --pf-chart-theme--multi-color-unordered--ColorScale--2900: #004b95;
309
+ --pf-chart-theme--multi-color-unordered--ColorScale--3000: #f6d173;
310
+ --pf-chart-theme--multi-color-unordered--ColorScale--3100: #38812f;
311
+ --pf-chart-theme--multi-color-unordered--ColorScale--3200: #8481dd;
312
+ --pf-chart-theme--multi-color-unordered--ColorScale--3300: #c46100;
313
+ --pf-chart-theme--multi-color-unordered--ColorScale--3400: #73c5c5;
314
+ --pf-chart-theme--multi-color-unordered--ColorScale--3500: #8a8d90;
315
+ --pf-chart-theme--orange--ColorScale--100: #ec7a08;
316
+ --pf-chart-theme--orange--ColorScale--200: #f4b678;
317
+ --pf-chart-theme--orange--ColorScale--300: #8f4700;
318
+ --pf-chart-theme--orange--ColorScale--400: #ef9234;
319
+ --pf-chart-theme--orange--ColorScale--500: #c46100;
320
+ --pf-chart-theme--purple--ColorScale--100: #5752d1;
321
+ --pf-chart-theme--purple--ColorScale--200: #b2b0ea;
322
+ --pf-chart-theme--purple--ColorScale--300: #2a265f;
323
+ --pf-chart-theme--purple--ColorScale--400: #8481dd;
324
+ --pf-chart-theme--purple--ColorScale--500: #3c3d99;
216
325
  }
@@ -176,10 +176,22 @@
176
176
  --pf-chart-bullet--group-title--divider--stroke--Color: #{$pf-chart-bullet--group-title--divider--stroke--Color};
177
177
  --pf-chart-bullet--group-title--divider--stroke--Width: #{$pf-chart-bullet--group-title--divider--stroke--Width};
178
178
  --pf-chart-bullet--Height: #{$pf-chart-bullet--Height};
179
+ --pf-chart-bullet--label--title--Fill: #{$pf-chart-bullet--label--title--Fill};
180
+ --pf-chart-bullet--label--grouptitle--Fill: #{$pf-chart-bullet--label--grouptitle--Fill};
179
181
  --pf-chart-bullet--label--subtitle--Fill: #{$pf-chart-bullet--label--subtitle--Fill};
180
182
  --pf-chart-bullet--primary-measure--dot--size: #{$pf-chart-bullet--primary-measure--dot--size};
181
183
  --pf-chart-bullet--primary-measure--segmented--Width: #{$pf-chart-bullet--primary-measure--segmented--Width};
184
+ --pf-chart-bullet--negative-measure--ColorScale--100: #{$pf-chart-color-red-100};
185
+ --pf-chart-bullet--negative-measure--ColorScale--200: #{$pf-chart-color-red-200};
186
+ --pf-chart-bullet--negative-measure--ColorScale--300: #{$pf-chart-color-red-300};
187
+ --pf-chart-bullet--negative-measure--ColorScale--400: #{$pf-chart-color-red-400};
188
+ --pf-chart-bullet--negative-measure--ColorScale--500: #{$pf-chart-color-red-500};
182
189
  --pf-chart-bullet--qualitative-range--Width: #{$pf-chart-bullet--qualitative-range--Width};
190
+ --pf-chart-bullet--qualitative-range--ColorScale--100: #{$pf-chart-color-black-100};
191
+ --pf-chart-bullet--qualitative-range--ColorScale--200: #{$pf-chart-color-black-200};
192
+ --pf-chart-bullet--qualitative-range--ColorScale--300: #{$pf-chart-color-black-300};
193
+ --pf-chart-bullet--qualitative-range--ColorScale--400: #{$pf-chart-color-black-400};
194
+ --pf-chart-bullet--qualitative-range--ColorScale--500: #{$pf-chart-color-black-500};
183
195
 
184
196
  // Candlestick
185
197
  --pf-chart-candelstick--data--stroke--Width: #{$pf-chart-candelstick--data--stroke--Width};
@@ -187,7 +199,11 @@
187
199
  --pf-chart-candelstick--candle--positive--Color: #{$pf-chart-candelstick--candle--positive--Color};
188
200
  --pf-chart-candelstick--candle--negative--Color: #{$pf-chart-candelstick--candle--negative--Color};
189
201
 
202
+ // Container
203
+ --pf-chart-container--cursor--line--Fill: #{$pf-chart-container--cursor--line--Fill};
204
+
190
205
  // Simple Donut Chart
206
+ --pf-chart-donut--label--title--Fill: #{$pf-chart-donut--label--title--Fill};
191
207
  --pf-chart-donut--label--subtitle--Fill: #{$pf-chart-donut--label--subtitle--Fill};
192
208
  --pf-chart-donut--label--subtitle--position: #{$pf-chart-donut--label--subtitle--position};
193
209
  --pf-chart-donut--pie--Height: #{$pf-chart-donut--pie--Height};
@@ -287,4 +303,119 @@
287
303
  --pf-chart-voronoi--flyout--stroke--Color: #{$pf-chart-voronoi--flyout--stroke--Color};
288
304
  --pf-chart-voronoi--flyout--stroke--Fill: #{$pf-chart-voronoi--flyout--stroke--Fill};
289
305
  --pf-chart-voronoi--flyout--PointerEvents: #{$pf-chart-voronoi--flyout--PointerEvents};
306
+
307
+ // Theme color scales
308
+
309
+ // blue
310
+ --pf-chart-theme--blue--ColorScale--100: #{$pf-chart-theme--blue--ColorScale--100};
311
+ --pf-chart-theme--blue--ColorScale--200: #{$pf-chart-theme--blue--ColorScale--200};
312
+ --pf-chart-theme--blue--ColorScale--300: #{$pf-chart-theme--blue--ColorScale--300};
313
+ --pf-chart-theme--blue--ColorScale--400: #{$pf-chart-theme--blue--ColorScale--400};
314
+ --pf-chart-theme--blue--ColorScale--500: #{$pf-chart-theme--blue--ColorScale--500};
315
+
316
+ // cyan
317
+ --pf-chart-theme--cyan--ColorScale--100: #{$pf-chart-theme--cyan--ColorScale--100};
318
+ --pf-chart-theme--cyan--ColorScale--200: #{$pf-chart-theme--cyan--ColorScale--200};
319
+ --pf-chart-theme--cyan--ColorScale--300: #{$pf-chart-theme--cyan--ColorScale--300};
320
+ --pf-chart-theme--cyan--ColorScale--400: #{$pf-chart-theme--cyan--ColorScale--400};
321
+ --pf-chart-theme--cyan--ColorScale--500: #{$pf-chart-theme--cyan--ColorScale--500};
322
+
323
+ // gold
324
+ --pf-chart-theme--gold--ColorScale--100: #{$pf-chart-theme--gold--ColorScale--100};
325
+ --pf-chart-theme--gold--ColorScale--200: #{$pf-chart-theme--gold--ColorScale--200};
326
+ --pf-chart-theme--gold--ColorScale--300: #{$pf-chart-theme--gold--ColorScale--300};
327
+ --pf-chart-theme--gold--ColorScale--400: #{$pf-chart-theme--gold--ColorScale--400};
328
+ --pf-chart-theme--gold--ColorScale--500: #{$pf-chart-theme--gold--ColorScale--500};
329
+
330
+ // gray
331
+ --pf-chart-theme--gray--ColorScale--100: #{$pf-chart-theme--gray--ColorScale--100};
332
+ --pf-chart-theme--gray--ColorScale--200: #{$pf-chart-theme--gray--ColorScale--200};
333
+ --pf-chart-theme--gray--ColorScale--300: #{$pf-chart-theme--gray--ColorScale--300};
334
+ --pf-chart-theme--gray--ColorScale--400: #{$pf-chart-theme--gray--ColorScale--400};
335
+ --pf-chart-theme--gray--ColorScale--500: #{$pf-chart-theme--gray--ColorScale--500};
336
+
337
+ // green
338
+ --pf-chart-theme--green--ColorScale--100: #{$pf-chart-theme--green--ColorScale--100};
339
+ --pf-chart-theme--green--ColorScale--200: #{$pf-chart-theme--green--ColorScale--200};
340
+ --pf-chart-theme--green--ColorScale--300: #{$pf-chart-theme--green--ColorScale--300};
341
+ --pf-chart-theme--green--ColorScale--400: #{$pf-chart-theme--green--ColorScale--400};
342
+ --pf-chart-theme--green--ColorScale--500: #{$pf-chart-theme--green--ColorScale--500};
343
+
344
+ // multi ordered
345
+ --pf-chart-theme--multi-color-ordered--ColorScale--100: #{$pf-chart-theme--multi-color-ordered--ColorScale--100};
346
+ --pf-chart-theme--multi-color-ordered--ColorScale--200: #{$pf-chart-theme--multi-color-ordered--ColorScale--200};
347
+ --pf-chart-theme--multi-color-ordered--ColorScale--300: #{$pf-chart-theme--multi-color-ordered--ColorScale--300};
348
+ --pf-chart-theme--multi-color-ordered--ColorScale--400: #{$pf-chart-theme--multi-color-ordered--ColorScale--400};
349
+ --pf-chart-theme--multi-color-ordered--ColorScale--500: #{$pf-chart-theme--multi-color-ordered--ColorScale--500};
350
+ --pf-chart-theme--multi-color-ordered--ColorScale--600: #{$pf-chart-theme--multi-color-ordered--ColorScale--600};
351
+ --pf-chart-theme--multi-color-ordered--ColorScale--700: #{$pf-chart-theme--multi-color-ordered--ColorScale--700};
352
+ --pf-chart-theme--multi-color-ordered--ColorScale--800: #{$pf-chart-theme--multi-color-ordered--ColorScale--800};
353
+ --pf-chart-theme--multi-color-ordered--ColorScale--900: #{$pf-chart-theme--multi-color-ordered--ColorScale--900};
354
+ --pf-chart-theme--multi-color-ordered--ColorScale--1000: #{$pf-chart-theme--multi-color-ordered--ColorScale--1000};
355
+ --pf-chart-theme--multi-color-ordered--ColorScale--1100: #{$pf-chart-theme--multi-color-ordered--ColorScale--1100};
356
+ --pf-chart-theme--multi-color-ordered--ColorScale--1200: #{$pf-chart-theme--multi-color-ordered--ColorScale--1200};
357
+ --pf-chart-theme--multi-color-ordered--ColorScale--1300: #{$pf-chart-theme--multi-color-ordered--ColorScale--1300};
358
+ --pf-chart-theme--multi-color-ordered--ColorScale--1400: #{$pf-chart-theme--multi-color-ordered--ColorScale--1400};
359
+ --pf-chart-theme--multi-color-ordered--ColorScale--1500: #{$pf-chart-theme--multi-color-ordered--ColorScale--1500};
360
+ --pf-chart-theme--multi-color-ordered--ColorScale--1600: #{$pf-chart-theme--multi-color-ordered--ColorScale--1600};
361
+ --pf-chart-theme--multi-color-ordered--ColorScale--1700: #{$pf-chart-theme--multi-color-ordered--ColorScale--1700};
362
+ --pf-chart-theme--multi-color-ordered--ColorScale--1800: #{$pf-chart-theme--multi-color-ordered--ColorScale--1800};
363
+ --pf-chart-theme--multi-color-ordered--ColorScale--1900: #{$pf-chart-theme--multi-color-ordered--ColorScale--1900};
364
+ --pf-chart-theme--multi-color-ordered--ColorScale--2000: #{$pf-chart-theme--multi-color-ordered--ColorScale--2000};
365
+ --pf-chart-theme--multi-color-ordered--ColorScale--2100: #{$pf-chart-theme--multi-color-ordered--ColorScale--2100};
366
+ --pf-chart-theme--multi-color-ordered--ColorScale--2200: #{$pf-chart-theme--multi-color-ordered--ColorScale--2200};
367
+ --pf-chart-theme--multi-color-ordered--ColorScale--2300: #{$pf-chart-theme--multi-color-ordered--ColorScale--2300};
368
+ --pf-chart-theme--multi-color-ordered--ColorScale--2400: #{$pf-chart-theme--multi-color-ordered--ColorScale--2400};
369
+ --pf-chart-theme--multi-color-ordered--ColorScale--2500: #{$pf-chart-theme--multi-color-ordered--ColorScale--2500};
370
+
371
+ // multi unordered
372
+ --pf-chart-theme--multi-color-unordered--ColorScale--100: #{$pf-chart-theme--multi-color-unordered--ColorScale--100};
373
+ --pf-chart-theme--multi-color-unordered--ColorScale--200: #{$pf-chart-theme--multi-color-unordered--ColorScale--200};
374
+ --pf-chart-theme--multi-color-unordered--ColorScale--300: #{$pf-chart-theme--multi-color-unordered--ColorScale--300};
375
+ --pf-chart-theme--multi-color-unordered--ColorScale--400: #{$pf-chart-theme--multi-color-unordered--ColorScale--400};
376
+ --pf-chart-theme--multi-color-unordered--ColorScale--500: #{$pf-chart-theme--multi-color-unordered--ColorScale--500};
377
+ --pf-chart-theme--multi-color-unordered--ColorScale--600: #{$pf-chart-theme--multi-color-unordered--ColorScale--600};
378
+ --pf-chart-theme--multi-color-unordered--ColorScale--700: #{$pf-chart-theme--multi-color-unordered--ColorScale--700};
379
+ --pf-chart-theme--multi-color-unordered--ColorScale--800: #{$pf-chart-theme--multi-color-unordered--ColorScale--800};
380
+ --pf-chart-theme--multi-color-unordered--ColorScale--900: #{$pf-chart-theme--multi-color-unordered--ColorScale--900};
381
+ --pf-chart-theme--multi-color-unordered--ColorScale--1000: #{$pf-chart-theme--multi-color-unordered--ColorScale--1000};
382
+ --pf-chart-theme--multi-color-unordered--ColorScale--1100: #{$pf-chart-theme--multi-color-unordered--ColorScale--1100};
383
+ --pf-chart-theme--multi-color-unordered--ColorScale--1200: #{$pf-chart-theme--multi-color-unordered--ColorScale--1200};
384
+ --pf-chart-theme--multi-color-unordered--ColorScale--1300: #{$pf-chart-theme--multi-color-unordered--ColorScale--1300};
385
+ --pf-chart-theme--multi-color-unordered--ColorScale--1400: #{$pf-chart-theme--multi-color-unordered--ColorScale--1400};
386
+ --pf-chart-theme--multi-color-unordered--ColorScale--1500: #{$pf-chart-theme--multi-color-unordered--ColorScale--1500};
387
+ --pf-chart-theme--multi-color-unordered--ColorScale--1600: #{$pf-chart-theme--multi-color-unordered--ColorScale--1600};
388
+ --pf-chart-theme--multi-color-unordered--ColorScale--1700: #{$pf-chart-theme--multi-color-unordered--ColorScale--1700};
389
+ --pf-chart-theme--multi-color-unordered--ColorScale--1800: #{$pf-chart-theme--multi-color-unordered--ColorScale--1800};
390
+ --pf-chart-theme--multi-color-unordered--ColorScale--1900: #{$pf-chart-theme--multi-color-unordered--ColorScale--1900};
391
+ --pf-chart-theme--multi-color-unordered--ColorScale--2000: #{$pf-chart-theme--multi-color-unordered--ColorScale--2000};
392
+ --pf-chart-theme--multi-color-unordered--ColorScale--2100: #{$pf-chart-theme--multi-color-unordered--ColorScale--2100};
393
+ --pf-chart-theme--multi-color-unordered--ColorScale--2200: #{$pf-chart-theme--multi-color-unordered--ColorScale--2200};
394
+ --pf-chart-theme--multi-color-unordered--ColorScale--2300: #{$pf-chart-theme--multi-color-unordered--ColorScale--2300};
395
+ --pf-chart-theme--multi-color-unordered--ColorScale--2400: #{$pf-chart-theme--multi-color-unordered--ColorScale--2400};
396
+ --pf-chart-theme--multi-color-unordered--ColorScale--2500: #{$pf-chart-theme--multi-color-unordered--ColorScale--2500};
397
+ --pf-chart-theme--multi-color-unordered--ColorScale--2600: #{$pf-chart-theme--multi-color-unordered--ColorScale--2600};
398
+ --pf-chart-theme--multi-color-unordered--ColorScale--2700: #{$pf-chart-theme--multi-color-unordered--ColorScale--2700};
399
+ --pf-chart-theme--multi-color-unordered--ColorScale--2800: #{$pf-chart-theme--multi-color-unordered--ColorScale--2800};
400
+ --pf-chart-theme--multi-color-unordered--ColorScale--2900: #{$pf-chart-theme--multi-color-unordered--ColorScale--2900};
401
+ --pf-chart-theme--multi-color-unordered--ColorScale--3000: #{$pf-chart-theme--multi-color-unordered--ColorScale--3000};
402
+ --pf-chart-theme--multi-color-unordered--ColorScale--3100: #{$pf-chart-theme--multi-color-unordered--ColorScale--3100};
403
+ --pf-chart-theme--multi-color-unordered--ColorScale--3200: #{$pf-chart-theme--multi-color-unordered--ColorScale--3200};
404
+ --pf-chart-theme--multi-color-unordered--ColorScale--3300: #{$pf-chart-theme--multi-color-unordered--ColorScale--3300};
405
+ --pf-chart-theme--multi-color-unordered--ColorScale--3400: #{$pf-chart-theme--multi-color-unordered--ColorScale--3400};
406
+ --pf-chart-theme--multi-color-unordered--ColorScale--3500: #{$pf-chart-theme--multi-color-unordered--ColorScale--3500};
407
+
408
+ // orange
409
+ --pf-chart-theme--orange--ColorScale--100: #{$pf-chart-theme--orange--ColorScale--100};
410
+ --pf-chart-theme--orange--ColorScale--200: #{$pf-chart-theme--orange--ColorScale--200};
411
+ --pf-chart-theme--orange--ColorScale--300: #{$pf-chart-theme--orange--ColorScale--300};
412
+ --pf-chart-theme--orange--ColorScale--400: #{$pf-chart-theme--orange--ColorScale--400};
413
+ --pf-chart-theme--orange--ColorScale--500: #{$pf-chart-theme--orange--ColorScale--500};
414
+
415
+ // purple
416
+ --pf-chart-theme--purple--ColorScale--100: #{$pf-chart-theme--purple--ColorScale--100};
417
+ --pf-chart-theme--purple--ColorScale--200: #{$pf-chart-theme--purple--ColorScale--200};
418
+ --pf-chart-theme--purple--ColorScale--300: #{$pf-chart-theme--purple--ColorScale--300};
419
+ --pf-chart-theme--purple--ColorScale--400: #{$pf-chart-theme--purple--ColorScale--400};
420
+ --pf-chart-theme--purple--ColorScale--500: #{$pf-chart-theme--purple--ColorScale--500};
290
421
  }
@@ -15247,12 +15247,14 @@ label.pf-c-input-group__text {
15247
15247
  --pf-c-label--m-editable__content--hover--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
15248
15248
  --pf-c-label--m-editable__content--focus--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
15249
15249
  }
15250
- .pf-c-label.pf-m-overflow:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
15250
+ .pf-c-label.pf-m-overflow:hover,
15251
+ .pf-c-label.pf-m-add:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
15251
15252
  .pf-c-label.pf-m-outline button.pf-c-label__content:hover {
15252
15253
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--hover--before--BorderWidth);
15253
15254
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--hover--before--BorderColor);
15254
15255
  }
15255
- .pf-c-label.pf-m-overflow:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
15256
+ .pf-c-label.pf-m-overflow:focus,
15257
+ .pf-c-label.pf-m-add:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
15256
15258
  .pf-c-label.pf-m-outline button.pf-c-label__content:focus {
15257
15259
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--focus--before--BorderWidth);
15258
15260
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--focus--before--BorderColor);
@@ -15300,7 +15302,7 @@ label.pf-c-input-group__text {
15300
15302
  margin-bottom: var(--pf-c-label__c-button--MarginBottom);
15301
15303
  margin-left: var(--pf-c-label__c-button--MarginLeft);
15302
15304
  }
15303
- .pf-c-label.pf-m-overflow {
15305
+ .pf-c-label.pf-m-overflow, .pf-c-label.pf-m-add {
15304
15306
  --pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
15305
15307
  --pf-c-label--BackgroundColor: var(--pf-c-label--m-overflow__content--BackgroundColor);
15306
15308
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-overflow__content--before--BorderWidth);
@@ -22834,10 +22836,10 @@ span.pf-c-spinner {
22834
22836
  transform: rotate(0deg);
22835
22837
  }
22836
22838
  50% {
22837
- transform: rotate(-540deg);
22839
+ transform: rotate(540deg);
22838
22840
  }
22839
22841
  100% {
22840
- transform: rotate(-1080deg);
22842
+ transform: rotate(1080deg);
22841
22843
  }
22842
22844
  }
22843
22845
  .pf-c-spinner__clipper {
@@ -22850,10 +22852,10 @@ span.pf-c-spinner {
22850
22852
 
22851
22853
  @keyframes pf-animation-spinner__clipper {
22852
22854
  0% {
22853
- transform: rotate(0deg);
22855
+ transform: rotate(90deg);
22854
22856
  }
22855
22857
  100% {
22856
- transform: rotate(-270deg);
22858
+ transform: rotate(360deg);
22857
22859
  }
22858
22860
  }
22859
22861
  .pf-c-spinner__clipper::after {
@@ -22869,10 +22871,10 @@ span.pf-c-spinner {
22869
22871
 
22870
22872
  @keyframes pf-animation-spinner__clipper-after {
22871
22873
  0% {
22872
- transform: rotate(90deg);
22874
+ transform: rotate(-180deg);
22873
22875
  }
22874
22876
  100% {
22875
- transform: rotate(-180deg);
22877
+ transform: rotate(90deg);
22876
22878
  }
22877
22879
  }
22878
22880
  .pf-c-spinner__lead-ball {
@@ -22899,11 +22901,11 @@ span.pf-c-spinner {
22899
22901
  0% {
22900
22902
  transform: rotate(0deg);
22901
22903
  }
22902
- 34% {
22903
- transform: rotate(-180deg);
22904
+ 33% {
22905
+ transform: rotate(180deg);
22904
22906
  }
22905
22907
  100% {
22906
- transform: rotate(-360deg);
22908
+ transform: rotate(360deg);
22907
22909
  }
22908
22910
  }
22909
22911
  .pf-c-spinner__tail-ball {
@@ -22930,11 +22932,11 @@ span.pf-c-spinner {
22930
22932
  0% {
22931
22933
  transform: rotate(0deg);
22932
22934
  }
22933
- 67.5% {
22934
- transform: rotate(-180deg);
22935
+ 66% {
22936
+ transform: rotate(180deg);
22935
22937
  }
22936
22938
  100% {
22937
- transform: rotate(-360deg);
22939
+ transform: rotate(360deg);
22938
22940
  }
22939
22941
  }
22940
22942
  svg.pf-c-spinner {
@@ -26705,6 +26707,7 @@ svg.pf-c-spinner.pf-m-xl {
26705
26707
  --pf-c-tabs__link--PaddingRight: var(--pf-global--spacer--md);
26706
26708
  --pf-c-tabs__link--PaddingBottom: var(--pf-global--spacer--sm);
26707
26709
  --pf-c-tabs__link--PaddingLeft: var(--pf-global--spacer--md);
26710
+ --pf-c-tabs__link--disabled--Color: var(--pf-global--disabled-color--100);
26708
26711
  --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
26709
26712
  --pf-c-tabs__item--m-current__link--Color: var(--pf-global--Color--100);
26710
26713
  --pf-c-tabs__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -27223,6 +27226,7 @@ svg.pf-c-spinner.pf-m-xl {
27223
27226
  pointer-events: none;
27224
27227
  }
27225
27228
  .pf-c-tabs__item.pf-m-action.pf-m-disabled, .pf-c-tabs__link:disabled, .pf-c-tabs__link.pf-m-disabled, .pf-c-tabs__link.pf-m-aria-disabled {
27229
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
27226
27230
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
27227
27231
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
27228
27232
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);
package/patternfly.css CHANGED
@@ -15374,12 +15374,14 @@ label.pf-c-input-group__text {
15374
15374
  --pf-c-label--m-editable__content--hover--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
15375
15375
  --pf-c-label--m-editable__content--focus--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
15376
15376
  }
15377
- .pf-c-label.pf-m-overflow:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
15377
+ .pf-c-label.pf-m-overflow:hover,
15378
+ .pf-c-label.pf-m-add:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
15378
15379
  .pf-c-label.pf-m-outline button.pf-c-label__content:hover {
15379
15380
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--hover--before--BorderWidth);
15380
15381
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--hover--before--BorderColor);
15381
15382
  }
15382
- .pf-c-label.pf-m-overflow:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
15383
+ .pf-c-label.pf-m-overflow:focus,
15384
+ .pf-c-label.pf-m-add:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
15383
15385
  .pf-c-label.pf-m-outline button.pf-c-label__content:focus {
15384
15386
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--focus--before--BorderWidth);
15385
15387
  --pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--focus--before--BorderColor);
@@ -15427,7 +15429,7 @@ label.pf-c-input-group__text {
15427
15429
  margin-bottom: var(--pf-c-label__c-button--MarginBottom);
15428
15430
  margin-left: var(--pf-c-label__c-button--MarginLeft);
15429
15431
  }
15430
- .pf-c-label.pf-m-overflow {
15432
+ .pf-c-label.pf-m-overflow, .pf-c-label.pf-m-add {
15431
15433
  --pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
15432
15434
  --pf-c-label--BackgroundColor: var(--pf-c-label--m-overflow__content--BackgroundColor);
15433
15435
  --pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-overflow__content--before--BorderWidth);
@@ -22961,10 +22963,10 @@ span.pf-c-spinner {
22961
22963
  transform: rotate(0deg);
22962
22964
  }
22963
22965
  50% {
22964
- transform: rotate(-540deg);
22966
+ transform: rotate(540deg);
22965
22967
  }
22966
22968
  100% {
22967
- transform: rotate(-1080deg);
22969
+ transform: rotate(1080deg);
22968
22970
  }
22969
22971
  }
22970
22972
  .pf-c-spinner__clipper {
@@ -22977,10 +22979,10 @@ span.pf-c-spinner {
22977
22979
 
22978
22980
  @keyframes pf-animation-spinner__clipper {
22979
22981
  0% {
22980
- transform: rotate(0deg);
22982
+ transform: rotate(90deg);
22981
22983
  }
22982
22984
  100% {
22983
- transform: rotate(-270deg);
22985
+ transform: rotate(360deg);
22984
22986
  }
22985
22987
  }
22986
22988
  .pf-c-spinner__clipper::after {
@@ -22996,10 +22998,10 @@ span.pf-c-spinner {
22996
22998
 
22997
22999
  @keyframes pf-animation-spinner__clipper-after {
22998
23000
  0% {
22999
- transform: rotate(90deg);
23001
+ transform: rotate(-180deg);
23000
23002
  }
23001
23003
  100% {
23002
- transform: rotate(-180deg);
23004
+ transform: rotate(90deg);
23003
23005
  }
23004
23006
  }
23005
23007
  .pf-c-spinner__lead-ball {
@@ -23026,11 +23028,11 @@ span.pf-c-spinner {
23026
23028
  0% {
23027
23029
  transform: rotate(0deg);
23028
23030
  }
23029
- 34% {
23030
- transform: rotate(-180deg);
23031
+ 33% {
23032
+ transform: rotate(180deg);
23031
23033
  }
23032
23034
  100% {
23033
- transform: rotate(-360deg);
23035
+ transform: rotate(360deg);
23034
23036
  }
23035
23037
  }
23036
23038
  .pf-c-spinner__tail-ball {
@@ -23057,11 +23059,11 @@ span.pf-c-spinner {
23057
23059
  0% {
23058
23060
  transform: rotate(0deg);
23059
23061
  }
23060
- 67.5% {
23061
- transform: rotate(-180deg);
23062
+ 66% {
23063
+ transform: rotate(180deg);
23062
23064
  }
23063
23065
  100% {
23064
- transform: rotate(-360deg);
23066
+ transform: rotate(360deg);
23065
23067
  }
23066
23068
  }
23067
23069
  svg.pf-c-spinner {
@@ -26832,6 +26834,7 @@ svg.pf-c-spinner.pf-m-xl {
26832
26834
  --pf-c-tabs__link--PaddingRight: var(--pf-global--spacer--md);
26833
26835
  --pf-c-tabs__link--PaddingBottom: var(--pf-global--spacer--sm);
26834
26836
  --pf-c-tabs__link--PaddingLeft: var(--pf-global--spacer--md);
26837
+ --pf-c-tabs__link--disabled--Color: var(--pf-global--disabled-color--100);
26835
26838
  --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
26836
26839
  --pf-c-tabs__item--m-current__link--Color: var(--pf-global--Color--100);
26837
26840
  --pf-c-tabs__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -27350,6 +27353,7 @@ svg.pf-c-spinner.pf-m-xl {
27350
27353
  pointer-events: none;
27351
27354
  }
27352
27355
  .pf-c-tabs__item.pf-m-action.pf-m-disabled, .pf-c-tabs__link:disabled, .pf-c-tabs__link.pf-m-disabled, .pf-c-tabs__link.pf-m-aria-disabled {
27356
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
27353
27357
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
27354
27358
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
27355
27359
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);