@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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-styles",
|
|
3
|
-
"version": "4.91.
|
|
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.
|
|
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": "
|
|
32
|
+
"gitHead": "9c5cb016c12b1b532b590285d6607b0c21778960"
|
|
33
33
|
}
|