@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.
- package/components/Banner/banner.css +0 -3
- package/package.json +1 -1
- package/patternfly-no-globals.css +0 -3
- package/patternfly-theme-dark-unversioned.css +0 -3
- package/patternfly.css +0 -3
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/themes/dark/mixins.scss +3 -1
|
@@ -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
|
@@ -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
|
}
|