@patternfly/patternfly 4.182.1 → 4.183.1
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/RELEASE-NOTES.md +33 -0
- package/assets/images/img_pie-chart-with-legend.png +0 -0
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/docs/demos/Dashboard/examples/Dashboard.md +2260 -0
- package/package.json +1 -1
- package/patternfly-no-reset.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -17275,7 +17275,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
17275
17275
|
.pf-c-menu-toggle.pf-m-split-button > .pf-c-check {
|
|
17276
17276
|
--pf-c-menu-toggle--PaddingRight: 0;
|
|
17277
17277
|
--pf-c-check__input--MarginTop: 0;
|
|
17278
|
-
--pf-c-check__label--Color:
|
|
17278
|
+
--pf-c-check__label--Color: currentColor;
|
|
17279
17279
|
align-items: center;
|
|
17280
17280
|
align-self: stretch;
|
|
17281
17281
|
}
|
package/patternfly.css
CHANGED
|
@@ -17397,7 +17397,7 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
17397
17397
|
.pf-c-menu-toggle.pf-m-split-button > .pf-c-check {
|
|
17398
17398
|
--pf-c-menu-toggle--PaddingRight: 0;
|
|
17399
17399
|
--pf-c-check__input--MarginTop: 0;
|
|
17400
|
-
--pf-c-check__label--Color:
|
|
17400
|
+
--pf-c-check__label--Color: currentColor;
|
|
17401
17401
|
align-items: center;
|
|
17402
17402
|
align-self: stretch;
|
|
17403
17403
|
}
|