@patternfly/patternfly 5.1.0-prerelease.27 → 5.1.0-prerelease.28

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.
@@ -117,9 +117,6 @@
117
117
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
118
118
  }
119
119
 
120
- :where(.pf-v5-theme-dark) .pf-v5-c-banner {
121
- color: var(false);
122
- }
123
120
  :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
124
121
  --pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
125
122
  }
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": "5.1.0-prerelease.27",
4
+ "version": "5.1.0-prerelease.28",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -6822,9 +6822,6 @@
6822
6822
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6823
6823
  }
6824
6824
 
6825
- :where(.pf-v5-theme-dark) .pf-v5-c-banner {
6826
- color: var(false);
6827
- }
6828
6825
  :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
6829
6826
  --pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
6830
6827
  }
@@ -6939,9 +6939,6 @@ button) {
6939
6939
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6940
6940
  }
6941
6941
 
6942
- :where(.pf-theme-dark) .pf-v5-c-banner {
6943
- color: var(false);
6944
- }
6945
6942
  :where(.pf-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-theme-dark) .pf-v5-c-banner.pf-m-gold {
6946
6943
  --pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
6947
6944
  }
package/patternfly.css CHANGED
@@ -6939,9 +6939,6 @@ button) {
6939
6939
  --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
6940
6940
  }
6941
6941
 
6942
- :where(.pf-v5-theme-dark) .pf-v5-c-banner {
6943
- color: var(false);
6944
- }
6945
6942
  :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
6946
6943
  --pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
6947
6944
  }