@patternfly/react-styles 4.52.11 → 4.52.14

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,33 @@
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.52.14 (2022-03-30)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.52.13 (2022-03-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **components:** fix newline interpolation of text input values ([#6935](https://github.com/patternfly/patternfly-react/issues/6935)) ([c667ef0](https://github.com/patternfly/patternfly-react/commit/c667ef048cbf246e920a0111d4e900f1079cc6bc)), closes [#5324](https://github.com/patternfly/patternfly-react/issues/5324)
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.52.12 (2022-03-29)
26
+
27
+ **Note:** Version bump only for package @patternfly/react-styles
28
+
29
+
30
+
31
+
32
+
6
33
  ## 4.52.11 (2022-03-29)
7
34
 
8
35
 
@@ -56,7 +56,7 @@
56
56
  --pf-c-masthead--m-display-stack__main--before--BorderBottom: var(--pf-c-masthead__main--before--BorderBottomWidth) solid var(--pf-c-masthead__main--before--BorderBottomColor);
57
57
  --pf-c-masthead--m-display-stack__toggle--GridColumn: 1;
58
58
  --pf-c-masthead--m-display-stack__content--GridColumn: 2;
59
- --pf-c-masthead--m-display-stack__content--MinHeight: 4.375rem;
59
+ --pf-c-masthead--m-display-stack__content--MinHeight: auto;
60
60
  --pf-c-masthead--m-display-stack__content--Order: 1;
61
61
  --pf-c-masthead--m-display-stack__content--PaddingTop: 0;
62
62
  --pf-c-masthead--m-display-stack__content--PaddingBottom: 0;
@@ -279,6 +279,7 @@
279
279
  left: 100%;
280
280
  width: 100%;
281
281
  transition: var(--pf-c-menu--m-drilldown--c-menu--Transition);
282
+ transition: 2s;
282
283
  }
283
284
  .pf-c-menu.pf-m-drilldown > .pf-c-menu__content .pf-c-menu.pf-m-drilled-in {
284
285
  transform: translateX(-100%);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.52.11",
3
+ "version": "4.52.14",
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.184.3",
22
+ "@patternfly/patternfly": "4.185.1",
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": "37502dd4919001bb0202e637c4feb61b6ddb81c2"
32
+ "gitHead": "e2132b3b25ba8ff4a4f4a069ca67499bdc9256c3"
33
33
  }