@patternfly/patternfly 6.0.0-alpha.133 → 6.0.0-alpha.134

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.
@@ -33,9 +33,9 @@
33
33
  --pf-v6-c-log-viewer__text--WhiteSpace: break-spaces;
34
34
  --pf-v6-c-log-viewer__text--LineBreak: anywhere;
35
35
  --pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
36
- --pf-v6-c-log-viewer__string--m-match--Color: initial;
36
+ --pf-v6-c-log-viewer__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
37
37
  --pf-v6-c-log-viewer__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
38
- --pf-v6-c-log-viewer__string--m-current--Color: initial;
38
+ --pf-v6-c-log-viewer__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
39
39
  --pf-v6-c-log-viewer__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
40
40
  --pf-v6-c-log-viewer__timestamp--FontWeight: var(--pf-t--global--font--weight--body--bold);
41
41
  --pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart: 0;
@@ -49,9 +49,9 @@
49
49
  --#{$log-viewer}__text--WhiteSpace: break-spaces;
50
50
  --#{$log-viewer}__text--LineBreak: anywhere;
51
51
  --#{$log-viewer}--m-nowrap__text--WhiteSpace: nowrap;
52
- --#{$log-viewer}__string--m-match--Color: initial;
52
+ --#{$log-viewer}__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
53
53
  --#{$log-viewer}__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
54
- --#{$log-viewer}__string--m-current--Color: initial;
54
+ --#{$log-viewer}__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
55
55
  --#{$log-viewer}__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
56
56
 
57
57
  // Timestamp
@@ -8513,9 +8513,9 @@ ul.pf-v6-c-list {
8513
8513
  --pf-v6-c-log-viewer__text--WhiteSpace: break-spaces;
8514
8514
  --pf-v6-c-log-viewer__text--LineBreak: anywhere;
8515
8515
  --pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
8516
- --pf-v6-c-log-viewer__string--m-match--Color: initial;
8516
+ --pf-v6-c-log-viewer__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
8517
8517
  --pf-v6-c-log-viewer__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
8518
- --pf-v6-c-log-viewer__string--m-current--Color: initial;
8518
+ --pf-v6-c-log-viewer__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
8519
8519
  --pf-v6-c-log-viewer__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
8520
8520
  --pf-v6-c-log-viewer__timestamp--FontWeight: var(--pf-t--global--font--weight--body--bold);
8521
8521
  --pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart: 0;
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.133",
4
+ "version": "6.0.0-alpha.134",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "@commitlint/config-conventional": "^19.1.0",
46
46
  "@fortawesome/fontawesome": "^1.1.8",
47
47
  "@octokit/rest": "^20.1.0",
48
- "@patternfly/documentation-framework": "6.0.0-alpha.24",
48
+ "@patternfly/documentation-framework": "6.0.0-alpha.28",
49
49
  "@patternfly/patternfly-a11y": "4.3.1",
50
50
  "@patternfly/react-code-editor": "6.0.0-alpha.55",
51
51
  "@patternfly/react-core": "6.0.0-alpha.55",
@@ -14465,9 +14465,9 @@ ul.pf-v6-c-list {
14465
14465
  --pf-v6-c-log-viewer__text--WhiteSpace: break-spaces;
14466
14466
  --pf-v6-c-log-viewer__text--LineBreak: anywhere;
14467
14467
  --pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
14468
- --pf-v6-c-log-viewer__string--m-match--Color: initial;
14468
+ --pf-v6-c-log-viewer__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
14469
14469
  --pf-v6-c-log-viewer__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
14470
- --pf-v6-c-log-viewer__string--m-current--Color: initial;
14470
+ --pf-v6-c-log-viewer__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
14471
14471
  --pf-v6-c-log-viewer__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
14472
14472
  --pf-v6-c-log-viewer__timestamp--FontWeight: var(--pf-t--global--font--weight--body--bold);
14473
14473
  --pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart: 0;
package/patternfly.css CHANGED
@@ -14582,9 +14582,9 @@ ul.pf-v6-c-list {
14582
14582
  --pf-v6-c-log-viewer__text--WhiteSpace: break-spaces;
14583
14583
  --pf-v6-c-log-viewer__text--LineBreak: anywhere;
14584
14584
  --pf-v6-c-log-viewer--m-nowrap__text--WhiteSpace: nowrap;
14585
- --pf-v6-c-log-viewer__string--m-match--Color: initial;
14585
+ --pf-v6-c-log-viewer__string--m-match--Color: var(--pf-t--global--text--color--on-highlight);
14586
14586
  --pf-v6-c-log-viewer__string--m-match--BackgroundColor: var(--pf-t--global--background--color--highlight--default);
14587
- --pf-v6-c-log-viewer__string--m-current--Color: initial;
14587
+ --pf-v6-c-log-viewer__string--m-current--Color: var(--pf-t--global--text--color--on-highlight);
14588
14588
  --pf-v6-c-log-viewer__string--m-current--BackgroundColor: var(--pf-t--global--background--color--highlight--clicked);
14589
14589
  --pf-v6-c-log-viewer__timestamp--FontWeight: var(--pf-t--global--font--weight--body--bold);
14590
14590
  --pf-v6-c-log-viewer--c-toolbar--PaddingBlockStart: 0;