@patternfly/react-styles 5.1.1-prerelease.8 → 5.2.0-prerelease.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ # 5.2.0-prerelease.1 (2023-10-09)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+ # [5.2.0-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.1.1...@patternfly/react-styles@5.2.0-prerelease.0) (2023-10-05)
11
+
12
+ **Note:** Version bump only for package @patternfly/react-styles
13
+
14
+ ## [5.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.1.1-prerelease.8...@patternfly/react-styles@5.1.1) (2023-10-05)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-styles
17
+
6
18
  ## 5.1.1-prerelease.8 (2023-10-03)
7
19
 
8
20
  ### Bug Fixes
@@ -5,6 +5,11 @@
5
5
  min-height: 420px;
6
6
  }
7
7
 
8
+ #ws-html-demos-c-toolbar-toolbar-attribute-value-single-select-filter-on-desktop,
9
+ #ws-html-demos-c-toolbar-toolbar-attribute-value-checkbox-select-filter-on-desktop {
10
+ min-height: 320px;
11
+ }
12
+
8
13
  #ws-html-demos-c-toolbar-toolbar-attribute-value-search-filter-on-mobile {
9
14
  min-height: 175px;
10
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "5.1.1-prerelease.8",
3
+ "version": "5.2.0-prerelease.1",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "clean": "rimraf dist css"
19
19
  },
20
20
  "devDependencies": {
21
- "@patternfly/patternfly": "5.1.0-prerelease.32",
21
+ "@patternfly/patternfly": "5.2.0-prerelease.1",
22
22
  "camel-case": "^3.0.0",
23
23
  "css": "^2.2.3",
24
24
  "fs-extra": "^11.1.1",
@@ -28,5 +28,5 @@
28
28
  "typescript": "^4.7.4"
29
29
  },
30
30
  "license": "MIT",
31
- "gitHead": "7767e6a96195dffbf155c7608d9aad0c14303f03"
31
+ "gitHead": "4425a94432f0da5f130d2df8b43222e81324a003"
32
32
  }