@patternfly/patternfly 6.0.0-alpha.206 → 6.0.0-alpha.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.206",
4
+ "version": "6.0.0-alpha.207",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -47,11 +47,11 @@
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.0.0-alpha.57",
50
+ "@patternfly/documentation-framework": "6.0.0-alpha.70",
51
51
  "@patternfly/patternfly-a11y": "4.3.1",
52
- "@patternfly/react-code-editor": "6.0.0-alpha.80",
53
- "@patternfly/react-core": "6.0.0-alpha.80",
54
- "@patternfly/react-table": "6.0.0-alpha.80",
52
+ "@patternfly/react-code-editor": "6.0.0-alpha.94",
53
+ "@patternfly/react-core": "6.0.0-alpha.94",
54
+ "@patternfly/react-table": "6.0.0-alpha.95",
55
55
  "@starptech/prettyhtml": "^0.10.0",
56
56
  "backstopjs": "^6.3.23",
57
57
  "cheerio": "^1.0.0-rc.12",
@@ -373,11 +373,6 @@
373
373
  --pf-v6-chart-color-orange-300: var(--pf-t--chart--color--orange--300);
374
374
  --pf-v6-chart-color-orange-400: var(--pf-t--chart--color--orange--400);
375
375
  --pf-v6-chart-color-orange-500: var(--pf-t--chart--color--orange--500);
376
- --pf-v6-chart-color-red-100: var(--pf-t--chart--color--red--100);
377
- --pf-v6-chart-color-red-200: var(--pf-t--chart--color--red--200);
378
- --pf-v6-chart-color-red-300: var(--pf-t--chart--color--red--300);
379
- --pf-v6-chart-color-red-400: var(--pf-t--chart--color--red--400);
380
- --pf-v6-chart-color-red-500: var(--pf-t--chart--color--red--500);
381
376
  --pf-v6-chart-color-black-100: var(--pf-t--chart--color--black--100);
382
377
  --pf-v6-chart-color-black-200: var(--pf-t--chart--color--black--200);
383
378
  --pf-v6-chart-color-black-300: var(--pf-t--chart--color--black--300);
@@ -398,7 +393,7 @@
398
393
  --pf-v6-chart-global--label--Margin: var(--pf-t--chart--global--label--margin);
399
394
  --pf-v6-chart-global--label--stroke: var(--pf-t--chart--global--label--stroke);
400
395
  --pf-v6-chart-global--label--text-anchor: var(--pf-t--chart--global--label--text-anchor);
401
- --pf-v6-chart-global--label--stroke--Width: var(--pf-t--chart--global--label--stroke--width);
396
+ --pf-v6-chart-global--label--stroke--Width: 0;
402
397
  --pf-v6-chart-global--label--Fill: var(--pf-t--chart--global--label--fill);
403
398
  --pf-v6-chart-global--layout--Padding: var(--pf-t--chart--global--layout--padding);
404
399
  --pf-v6-chart-global--layout--Height: var(--pf-t--chart--global--layout--height);
@@ -478,11 +473,11 @@
478
473
  --pf-v6-chart-bullet--label--subtitle--Fill: var(--pf-v6-chart-global--Fill--Color--400);
479
474
  --pf-v6-chart-bullet--primary-measure--dot--size: 6;
480
475
  --pf-v6-chart-bullet--primary-measure--segmented--Width: 9;
481
- --pf-v6-chart-bullet--negative-measure--ColorScale--100: var(--pf-v6-chart-color-red-100);
482
- --pf-v6-chart-bullet--negative-measure--ColorScale--200: var(--pf-v6-chart-color-red-200);
483
- --pf-v6-chart-bullet--negative-measure--ColorScale--300: var(--pf-v6-chart-color-red-300);
484
- --pf-v6-chart-bullet--negative-measure--ColorScale--400: var(--pf-v6-chart-color-red-400);
485
- --pf-v6-chart-bullet--negative-measure--ColorScale--500: var(--pf-v6-chart-color-red-500);
476
+ --pf-v6-chart-bullet--negative-measure--ColorScale--100: var(--pf-v6-chart-color-red-orange-100);
477
+ --pf-v6-chart-bullet--negative-measure--ColorScale--200: var(--pf-v6-chart-color-red-orange-200);
478
+ --pf-v6-chart-bullet--negative-measure--ColorScale--300: var(--pf-v6-chart-color-red-orange-300);
479
+ --pf-v6-chart-bullet--negative-measure--ColorScale--400: var(--pf-v6-chart-color-red-orange-400);
480
+ --pf-v6-chart-bullet--negative-measure--ColorScale--500: var(--pf-v6-chart-color-red-orange-500);
486
481
  --pf-v6-chart-bullet--qualitative-range--Width: 30;
487
482
  --pf-v6-chart-bullet--qualitative-range--ColorScale--100: var(--pf-v6-chart-color-black-100);
488
483
  --pf-v6-chart-bullet--qualitative-range--ColorScale--200: var(--pf-v6-chart-color-black-200);
@@ -68,13 +68,6 @@ $chart: #{$pf-prefix} + 'chart';
68
68
  --#{$chart}-color-orange-400: var(--pf-t--chart--color--orange--400);
69
69
  --#{$chart}-color-orange-500: var(--pf-t--chart--color--orange--500);
70
70
 
71
- // red
72
- --#{$chart}-color-red-100: var(--pf-t--chart--color--red--100);
73
- --#{$chart}-color-red-200: var(--pf-t--chart--color--red--200);
74
- --#{$chart}-color-red-300: var(--pf-t--chart--color--red--300);
75
- --#{$chart}-color-red-400: var(--pf-t--chart--color--red--400);
76
- --#{$chart}-color-red-500: var(--pf-t--chart--color--red--500);
77
-
78
71
  // black
79
72
  --#{$chart}-color-black-100: var(--pf-t--chart--color--black--100);
80
73
  --#{$chart}-color-black-200: var(--pf-t--chart--color--black--200);
@@ -102,7 +95,7 @@ $chart: #{$pf-prefix} + 'chart';
102
95
  --#{$chart}-global--label--Margin: var(--pf-t--chart--global--label--margin);
103
96
  --#{$chart}-global--label--stroke: var(--pf-t--chart--global--label--stroke);
104
97
  --#{$chart}-global--label--text-anchor: var(--pf-t--chart--global--label--text-anchor);
105
- --#{$chart}-global--label--stroke--Width: var(--pf-t--chart--global--label--stroke--width);
98
+ --#{$chart}-global--label--stroke--Width: 0;
106
99
  --#{$chart}-global--label--Fill: var(--pf-t--chart--global--label--fill);
107
100
 
108
101
  // Layout Props
@@ -202,11 +195,11 @@ $chart: #{$pf-prefix} + 'chart';
202
195
  --#{$chart}-bullet--label--subtitle--Fill: var(--#{$chart}-global--Fill--Color--400);
203
196
  --#{$chart}-bullet--primary-measure--dot--size: 6;
204
197
  --#{$chart}-bullet--primary-measure--segmented--Width: 9;
205
- --#{$chart}-bullet--negative-measure--ColorScale--100: var(--#{$chart}-color-red-100);
206
- --#{$chart}-bullet--negative-measure--ColorScale--200: var(--#{$chart}-color-red-200);
207
- --#{$chart}-bullet--negative-measure--ColorScale--300: var(--#{$chart}-color-red-300);
208
- --#{$chart}-bullet--negative-measure--ColorScale--400: var(--#{$chart}-color-red-400);
209
- --#{$chart}-bullet--negative-measure--ColorScale--500: var(--#{$chart}-color-red-500);
198
+ --#{$chart}-bullet--negative-measure--ColorScale--100: var(--#{$chart}-color-red-orange-100);
199
+ --#{$chart}-bullet--negative-measure--ColorScale--200: var(--#{$chart}-color-red-orange-200);
200
+ --#{$chart}-bullet--negative-measure--ColorScale--300: var(--#{$chart}-color-red-orange-300);
201
+ --#{$chart}-bullet--negative-measure--ColorScale--400: var(--#{$chart}-color-red-orange-400);
202
+ --#{$chart}-bullet--negative-measure--ColorScale--500: var(--#{$chart}-color-red-orange-500);
210
203
  --#{$chart}-bullet--qualitative-range--Width: 30;
211
204
  --#{$chart}-bullet--qualitative-range--ColorScale--100: var(--#{$chart}-color-black-100);
212
205
  --#{$chart}-bullet--qualitative-range--ColorScale--200: var(--#{$chart}-color-black-200);