@patternfly/react-styles 4.91.3 → 4.91.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 4.91.4 (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
6
14
  ## 4.91.3 (2022-09-20)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/react-styles
@@ -135,6 +135,7 @@
135
135
  --pf-c-menu__item--FontWeight: var(--pf-global--FontWeight--normal);
136
136
  --pf-c-menu__item--LineHeight: var(--pf-global--LineHeight--md);
137
137
  --pf-c-menu__list-item--m-disabled__item--Color: var(--pf-global--disabled-color--100);
138
+ --pf-c-menu__list-item--m-danger__item--Color: var(--pf-global--danger-color--100);
138
139
  --pf-c-menu__list-item--m-load__item--Color: var(--pf-global--link--Color);
139
140
  --pf-c-menu__group--Display: block;
140
141
  --pf-c-menu__group-title--PaddingTop: var(--pf-global--spacer--md);
@@ -480,6 +481,9 @@
480
481
  padding-top: var(--pf-c-menu__list-item--m-loading--PaddingTop);
481
482
  overflow: hidden;
482
483
  }
484
+ .pf-c-menu__list-item.pf-m-danger {
485
+ --pf-c-menu__item--Color: var(--pf-c-menu__list-item--m-danger__item--Color, inherit);
486
+ }
483
487
 
484
488
  .pf-c-menu__item {
485
489
  display: flex;
@@ -49,6 +49,7 @@ declare const _default: {
49
49
  "disabled": "pf-m-disabled",
50
50
  "load": "pf-m-load",
51
51
  "loading": "pf-m-loading",
52
+ "danger": "pf-m-danger",
52
53
  "selected": "pf-m-selected",
53
54
  "favorite": "pf-m-favorite",
54
55
  "favorited": "pf-m-favorited"
@@ -51,6 +51,7 @@ exports.default = {
51
51
  "disabled": "pf-m-disabled",
52
52
  "load": "pf-m-load",
53
53
  "loading": "pf-m-loading",
54
+ "danger": "pf-m-danger",
54
55
  "selected": "pf-m-selected",
55
56
  "favorite": "pf-m-favorite",
56
57
  "favorited": "pf-m-favorited"
@@ -49,6 +49,7 @@ export default {
49
49
  "disabled": "pf-m-disabled",
50
50
  "load": "pf-m-load",
51
51
  "loading": "pf-m-loading",
52
+ "danger": "pf-m-danger",
52
53
  "selected": "pf-m-selected",
53
54
  "favorite": "pf-m-favorite",
54
55
  "favorited": "pf-m-favorited"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.91.3",
3
+ "version": "4.91.4",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "4.215.1",
22
+ "@patternfly/patternfly": "4.216.0",
23
23
  "camel-case": "^3.0.0",
24
24
  "css": "^2.2.3",
25
25
  "fs-extra": "^6.0.1",
@@ -29,5 +29,5 @@
29
29
  "typescript": "^4.7.4"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "0a76fbdba0aabc4636f2e27a87c7bcc8b6e0939c"
32
+ "gitHead": "9c5cb016c12b1b532b590285d6607b0c21778960"
33
33
  }