@patternfly/react-styles 4.72.2 → 4.72.3
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 +8 -0
- package/css/components/Menu/menu.css +1 -4
- package/package.json +3 -3
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.72.3 (2022-06-15)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## 4.72.2 (2022-06-15)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -231,9 +231,6 @@
|
|
231
231
|
--pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
|
232
232
|
--pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
|
233
233
|
}
|
234
|
-
.pf-c-menu .pf-c-menu__content {
|
235
|
-
overflow: visible hidden;
|
236
|
-
}
|
237
234
|
.pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
|
238
235
|
overflow: visible;
|
239
236
|
}
|
@@ -268,7 +265,7 @@
|
|
268
265
|
}
|
269
266
|
.pf-c-menu.pf-m-drilldown > .pf-c-menu__content {
|
270
267
|
flex-grow: 1;
|
271
|
-
overflow
|
268
|
+
overflow: hidden;
|
272
269
|
transition: var(--pf-c-menu--m-drilldown__content--Transition);
|
273
270
|
}
|
274
271
|
.pf-c-menu.pf-m-drilldown.pf-m-drilled-in > .pf-c-menu__content > .pf-c-menu__list,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "4.72.
|
3
|
+
"version": "4.72.3",
|
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.196.
|
22
|
+
"@patternfly/patternfly": "4.196.8",
|
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.0.0"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "302f7d03810ce43c87e50939e21e46e6f7029ca9"
|
33
33
|
}
|