@patternfly/patternfly 6.0.0-alpha.149 → 6.0.0-alpha.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/patternfly-charts.css +20 -20
- package/patternfly-charts.scss +25 -25
package/package.json
CHANGED
package/patternfly-charts.css
CHANGED
|
@@ -353,21 +353,21 @@
|
|
|
353
353
|
--pf-v6-chart-color-green-300: var(--pf-t--chart--color--green--300);
|
|
354
354
|
--pf-v6-chart-color-green-400: var(--pf-t--chart--color--green--400);
|
|
355
355
|
--pf-v6-chart-color-green-500: var(--pf-t--chart--color--green--500);
|
|
356
|
-
--pf-v6-chart-color-
|
|
357
|
-
--pf-v6-chart-color-
|
|
358
|
-
--pf-v6-chart-color-
|
|
359
|
-
--pf-v6-chart-color-
|
|
360
|
-
--pf-v6-chart-color-
|
|
356
|
+
--pf-v6-chart-color-teal-100: var(--pf-t--chart--color--teal--100);
|
|
357
|
+
--pf-v6-chart-color-teal-200: var(--pf-t--chart--color--teal--200);
|
|
358
|
+
--pf-v6-chart-color-teal-300: var(--pf-t--chart--color--teal--300);
|
|
359
|
+
--pf-v6-chart-color-teal-400: var(--pf-t--chart--color--teal--400);
|
|
360
|
+
--pf-v6-chart-color-teal-500: var(--pf-t--chart--color--teal--500);
|
|
361
361
|
--pf-v6-chart-color-purple-100: var(--pf-t--chart--color--purple--100);
|
|
362
362
|
--pf-v6-chart-color-purple-200: var(--pf-t--chart--color--purple--200);
|
|
363
363
|
--pf-v6-chart-color-purple-300: var(--pf-t--chart--color--purple--300);
|
|
364
364
|
--pf-v6-chart-color-purple-400: var(--pf-t--chart--color--purple--400);
|
|
365
365
|
--pf-v6-chart-color-purple-500: var(--pf-t--chart--color--purple--500);
|
|
366
|
-
--pf-v6-chart-color-
|
|
367
|
-
--pf-v6-chart-color-
|
|
368
|
-
--pf-v6-chart-color-
|
|
369
|
-
--pf-v6-chart-color-
|
|
370
|
-
--pf-v6-chart-color-
|
|
366
|
+
--pf-v6-chart-color-yellow-100: var(--pf-t--chart--color--yellow--100);
|
|
367
|
+
--pf-v6-chart-color-yellow-200: var(--pf-t--chart--color--yellow--200);
|
|
368
|
+
--pf-v6-chart-color-yellow-300: var(--pf-t--chart--color--yellow--300);
|
|
369
|
+
--pf-v6-chart-color-yellow-400: var(--pf-t--chart--color--yellow--400);
|
|
370
|
+
--pf-v6-chart-color-yellow-500: var(--pf-t--chart--color--yellow--500);
|
|
371
371
|
--pf-v6-chart-color-orange-100: var(--pf-t--chart--color--orange--100);
|
|
372
372
|
--pf-v6-chart-color-orange-200: var(--pf-t--chart--color--orange--200);
|
|
373
373
|
--pf-v6-chart-color-orange-300: var(--pf-t--chart--color--orange--300);
|
|
@@ -576,16 +576,16 @@
|
|
|
576
576
|
--pf-v6-chart-theme--blue--ColorScale--300: var(--pf-t--chart--theme--colorscales--blue--colorscale--300);
|
|
577
577
|
--pf-v6-chart-theme--blue--ColorScale--400: var(--pf-t--chart--theme--colorscales--blue--colorscale--400);
|
|
578
578
|
--pf-v6-chart-theme--blue--ColorScale--500: var(--pf-t--chart--theme--colorscales--blue--colorscale--500);
|
|
579
|
-
--pf-v6-chart-theme--
|
|
580
|
-
--pf-v6-chart-theme--
|
|
581
|
-
--pf-v6-chart-theme--
|
|
582
|
-
--pf-v6-chart-theme--
|
|
583
|
-
--pf-v6-chart-theme--
|
|
584
|
-
--pf-v6-chart-theme--
|
|
585
|
-
--pf-v6-chart-theme--
|
|
586
|
-
--pf-v6-chart-theme--
|
|
587
|
-
--pf-v6-chart-theme--
|
|
588
|
-
--pf-v6-chart-theme--
|
|
579
|
+
--pf-v6-chart-theme--teal--ColorScale--100: var(--pf-t--chart--theme--colorscales--teal--colorscale--100);
|
|
580
|
+
--pf-v6-chart-theme--teal--ColorScale--200: var(--pf-t--chart--theme--colorscales--teal--colorscale--200);
|
|
581
|
+
--pf-v6-chart-theme--teal--ColorScale--300: var(--pf-t--chart--theme--colorscales--teal--colorscale--300);
|
|
582
|
+
--pf-v6-chart-theme--teal--ColorScale--400: var(--pf-t--chart--theme--colorscales--teal--colorscale--400);
|
|
583
|
+
--pf-v6-chart-theme--teal--ColorScale--500: var(--pf-t--chart--theme--colorscales--teal--colorscale--500);
|
|
584
|
+
--pf-v6-chart-theme--yellow--ColorScale--100: var(--pf-t--chart--theme--colorscales--yellow--colorscale--100);
|
|
585
|
+
--pf-v6-chart-theme--yellow--ColorScale--200: var(--pf-t--chart--theme--colorscales--yellow--colorscale--200);
|
|
586
|
+
--pf-v6-chart-theme--yellow--ColorScale--300: var(--pf-t--chart--theme--colorscales--yellow--colorscale--300);
|
|
587
|
+
--pf-v6-chart-theme--yellow--ColorScale--400: var(--pf-t--chart--theme--colorscales--yellow--colorscale--400);
|
|
588
|
+
--pf-v6-chart-theme--yellow--ColorScale--500: var(--pf-t--chart--theme--colorscales--yellow--colorscale--500);
|
|
589
589
|
--pf-v6-chart-theme--gray--ColorScale--100: var(--pf-t--chart--theme--colorscales--gray--colorscale--100);
|
|
590
590
|
--pf-v6-chart-theme--gray--ColorScale--200: var(--pf-t--chart--theme--colorscales--gray--colorscale--200);
|
|
591
591
|
--pf-v6-chart-theme--gray--ColorScale--300: var(--pf-t--chart--theme--colorscales--gray--colorscale--300);
|
package/patternfly-charts.scss
CHANGED
|
@@ -40,12 +40,12 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
40
40
|
--#{$chart}-color-green-400: var(--pf-t--chart--color--green--400);
|
|
41
41
|
--#{$chart}-color-green-500: var(--pf-t--chart--color--green--500);
|
|
42
42
|
|
|
43
|
-
//
|
|
44
|
-
--#{$chart}-color-
|
|
45
|
-
--#{$chart}-color-
|
|
46
|
-
--#{$chart}-color-
|
|
47
|
-
--#{$chart}-color-
|
|
48
|
-
--#{$chart}-color-
|
|
43
|
+
// teal
|
|
44
|
+
--#{$chart}-color-teal-100: var(--pf-t--chart--color--teal--100);
|
|
45
|
+
--#{$chart}-color-teal-200: var(--pf-t--chart--color--teal--200);
|
|
46
|
+
--#{$chart}-color-teal-300: var(--pf-t--chart--color--teal--300);
|
|
47
|
+
--#{$chart}-color-teal-400: var(--pf-t--chart--color--teal--400);
|
|
48
|
+
--#{$chart}-color-teal-500: var(--pf-t--chart--color--teal--500);
|
|
49
49
|
|
|
50
50
|
// purple
|
|
51
51
|
--#{$chart}-color-purple-100: var(--pf-t--chart--color--purple--100);
|
|
@@ -54,12 +54,12 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
54
54
|
--#{$chart}-color-purple-400: var(--pf-t--chart--color--purple--400);
|
|
55
55
|
--#{$chart}-color-purple-500: var(--pf-t--chart--color--purple--500);
|
|
56
56
|
|
|
57
|
-
//
|
|
58
|
-
--#{$chart}-color-
|
|
59
|
-
--#{$chart}-color-
|
|
60
|
-
--#{$chart}-color-
|
|
61
|
-
--#{$chart}-color-
|
|
62
|
-
--#{$chart}-color-
|
|
57
|
+
// yellow
|
|
58
|
+
--#{$chart}-color-yellow-100: var(--pf-t--chart--color--yellow--100);
|
|
59
|
+
--#{$chart}-color-yellow-200: var(--pf-t--chart--color--yellow--200);
|
|
60
|
+
--#{$chart}-color-yellow-300: var(--pf-t--chart--color--yellow--300);
|
|
61
|
+
--#{$chart}-color-yellow-400: var(--pf-t--chart--color--yellow--400);
|
|
62
|
+
--#{$chart}-color-yellow-500: var(--pf-t--chart--color--yellow--500);
|
|
63
63
|
|
|
64
64
|
// orange
|
|
65
65
|
--#{$chart}-color-orange-100: var(--pf-t--chart--color--orange--100);
|
|
@@ -333,19 +333,19 @@ $chart: #{$pf-prefix} + 'chart';
|
|
|
333
333
|
--#{$chart}-theme--blue--ColorScale--400: var(--pf-t--chart--theme--colorscales--blue--colorscale--400);
|
|
334
334
|
--#{$chart}-theme--blue--ColorScale--500: var(--pf-t--chart--theme--colorscales--blue--colorscale--500);
|
|
335
335
|
|
|
336
|
-
//
|
|
337
|
-
--#{$chart}-theme--
|
|
338
|
-
--#{$chart}-theme--
|
|
339
|
-
--#{$chart}-theme--
|
|
340
|
-
--#{$chart}-theme--
|
|
341
|
-
--#{$chart}-theme--
|
|
342
|
-
|
|
343
|
-
//
|
|
344
|
-
--#{$chart}-theme--
|
|
345
|
-
--#{$chart}-theme--
|
|
346
|
-
--#{$chart}-theme--
|
|
347
|
-
--#{$chart}-theme--
|
|
348
|
-
--#{$chart}-theme--
|
|
336
|
+
// teal
|
|
337
|
+
--#{$chart}-theme--teal--ColorScale--100: var(--pf-t--chart--theme--colorscales--teal--colorscale--100);
|
|
338
|
+
--#{$chart}-theme--teal--ColorScale--200: var(--pf-t--chart--theme--colorscales--teal--colorscale--200);
|
|
339
|
+
--#{$chart}-theme--teal--ColorScale--300: var(--pf-t--chart--theme--colorscales--teal--colorscale--300);
|
|
340
|
+
--#{$chart}-theme--teal--ColorScale--400: var(--pf-t--chart--theme--colorscales--teal--colorscale--400);
|
|
341
|
+
--#{$chart}-theme--teal--ColorScale--500: var(--pf-t--chart--theme--colorscales--teal--colorscale--500);
|
|
342
|
+
|
|
343
|
+
// yellow
|
|
344
|
+
--#{$chart}-theme--yellow--ColorScale--100: var(--pf-t--chart--theme--colorscales--yellow--colorscale--100);
|
|
345
|
+
--#{$chart}-theme--yellow--ColorScale--200: var(--pf-t--chart--theme--colorscales--yellow--colorscale--200);
|
|
346
|
+
--#{$chart}-theme--yellow--ColorScale--300: var(--pf-t--chart--theme--colorscales--yellow--colorscale--300);
|
|
347
|
+
--#{$chart}-theme--yellow--ColorScale--400: var(--pf-t--chart--theme--colorscales--yellow--colorscale--400);
|
|
348
|
+
--#{$chart}-theme--yellow--ColorScale--500: var(--pf-t--chart--theme--colorscales--yellow--colorscale--500);
|
|
349
349
|
|
|
350
350
|
// gray
|
|
351
351
|
--#{$chart}-theme--gray--ColorScale--100: var(--pf-t--chart--theme--colorscales--gray--colorscale--100);
|