@patternfly/react-styles 4.58.6 → 4.58.9

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.58.9 (2022-05-04)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.58.8 (2022-05-04)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-styles
17
+
18
+
19
+
20
+
21
+
22
+ ## 4.58.7 (2022-05-04)
23
+
24
+ **Note:** Version bump only for package @patternfly/react-styles
25
+
26
+
27
+
28
+
29
+
6
30
  ## 4.58.6 (2022-05-03)
7
31
 
8
32
  **Note:** Version bump only for package @patternfly/react-styles
@@ -231,6 +231,9 @@
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
+ }
234
237
  .pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
235
238
  overflow: visible;
236
239
  }
@@ -279,7 +282,6 @@
279
282
  left: 100%;
280
283
  width: 100%;
281
284
  transition: var(--pf-c-menu--m-drilldown--c-menu--Transition);
282
- transition: 2s;
283
285
  }
284
286
  .pf-c-menu.pf-m-drilldown > .pf-c-menu__content .pf-c-menu.pf-m-drilled-in {
285
287
  transform: translateX(-100%);
@@ -35,6 +35,7 @@
35
35
  --pf-c-tabs__link--PaddingRight: var(--pf-global--spacer--md);
36
36
  --pf-c-tabs__link--PaddingBottom: var(--pf-global--spacer--sm);
37
37
  --pf-c-tabs__link--PaddingLeft: var(--pf-global--spacer--md);
38
+ --pf-c-tabs__link--disabled--Color: var(--pf-global--disabled-color--100);
38
39
  --pf-c-tabs__link--disabled--BackgroundColor: var(--pf-global--palette--black-150);
39
40
  --pf-c-tabs__item--m-current__link--Color: var(--pf-global--Color--100);
40
41
  --pf-c-tabs__item--m-current__link--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -553,6 +554,7 @@
553
554
  pointer-events: none;
554
555
  }
555
556
  .pf-c-tabs__item.pf-m-action.pf-m-disabled, .pf-c-tabs__link:disabled, .pf-c-tabs__link.pf-m-disabled, .pf-c-tabs__link.pf-m-aria-disabled {
557
+ --pf-c-tabs__link--Color: var(--pf-c-tabs__link--disabled--Color);
556
558
  --pf-c-tabs__link--BackgroundColor: var(--pf-c-tabs__link--disabled--BackgroundColor);
557
559
  --pf-c-tabs__link--before--BorderRightWidth: var(--pf-c-tabs__link--disabled--before--BorderRightWidth);
558
560
  --pf-c-tabs__link--before--BorderBottomWidth: var(--pf-c-tabs__link--disabled--before--BorderBottomWidth);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.58.6",
3
+ "version": "4.58.9",
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.192.4",
22
+ "@patternfly/patternfly": "4.192.6",
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": "35f7c3e0f7efd0b45a2659f80268b463f3e0a8d4"
32
+ "gitHead": "c6f914ae9d27bef2b8e14c12de7da5cb7e043614"
33
33
  }