@patternfly/react-styles 4.33.8 → 4.34.0

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,44 @@
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.34.0 (2022-01-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Dropdown:** add plain-text variant support ([#6721](https://github.com/patternfly/patternfly-react/issues/6721)) ([e5000e3](https://github.com/patternfly/patternfly-react/commit/e5000e36194e36b9c6ae49efdb0a513125efcb70))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.33.11 (2022-01-10)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-styles
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.33.10 (2022-01-10)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **Tabs:** allow href navigation from tabs ([#6755](https://github.com/patternfly/patternfly-react/issues/6755)) ([290d89a](https://github.com/patternfly/patternfly-react/commit/290d89aed2dd4517db9859cc80ef2745cb8a779b))
31
+
32
+
33
+
34
+
35
+
36
+ ## 4.33.9 (2022-01-10)
37
+
38
+ **Note:** Version bump only for package @patternfly/react-styles
39
+
40
+
41
+
42
+
43
+
6
44
  ## 4.33.8 (2022-01-07)
7
45
 
8
46
  **Note:** Version bump only for package @patternfly/react-styles
@@ -182,6 +182,7 @@
182
182
  }
183
183
 
184
184
  .pf-c-login__main {
185
+ align-self: start;
185
186
  margin-bottom: var(--pf-c-login__main--MarginBottom);
186
187
  background-color: var(--pf-c-login__main--BackgroundColor);
187
188
  grid-area: main;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.33.8",
3
+ "version": "4.34.0",
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.165.1",
22
+ "@patternfly/patternfly": "4.165.2",
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": "3989892d2af335ff579d10ab029dba6716ffaa50"
32
+ "gitHead": "ae13291da8a4fedbf55dd1ad900652a31d4c7af6"
33
33
  }