@patternfly/react-styles 4.72.1 → 4.72.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,30 @@
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.4 (2022-06-15)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.72.3 (2022-06-15)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-styles
17
+
18
+
19
+
20
+
21
+
22
+ ## 4.72.2 (2022-06-15)
23
+
24
+ **Note:** Version bump only for package @patternfly/react-styles
25
+
26
+
27
+
28
+
29
+
6
30
  ## 4.72.1 (2022-06-15)
7
31
 
8
32
  **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-x: hidden;
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.1",
3
+ "version": "4.72.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.196.7",
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": "badaa87b0f9005b2daf2a64636260131cc053159"
32
+ "gitHead": "308f2c66a19104f4a1b0f56da3b4df95d7a2d919"
33
33
  }