@patternfly/react-styles 4.61.1 → 4.61.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,36 @@
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.61.4 (2022-05-09)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.61.3 (2022-05-06)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **LogViewer:** clear ANSI cache when resetting the log window ([#7355](https://github.com/patternfly/patternfly-react/issues/7355)) ([b3354b5](https://github.com/patternfly/patternfly-react/commit/b3354b5000c5d7397c479888140b0381367cbd2c))
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.61.2 (2022-05-06)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **Page:** add tabindex to components with hasOverflowScroll ([#7274](https://github.com/patternfly/patternfly-react/issues/7274)) ([6be2fa8](https://github.com/patternfly/patternfly-react/commit/6be2fa870aba78b833c7346ffe029f96cfc1c37d))
31
+
32
+
33
+
34
+
35
+
6
36
  ## 4.61.1 (2022-05-06)
7
37
 
8
38
  **Note:** Version bump only for package @patternfly/react-styles
@@ -39,6 +39,7 @@
39
39
  position: relative;
40
40
  display: inline-flex;
41
41
  align-items: center;
42
+ min-width: 0;
42
43
  padding: var(--pf-c-chip--PaddingTop) var(--pf-c-chip--PaddingRight) var(--pf-c-chip--PaddingBottom) var(--pf-c-chip--PaddingLeft);
43
44
  list-style: none;
44
45
  background-color: var(--pf-c-chip--BackgroundColor);
@@ -40,6 +40,7 @@
40
40
  flex: 1;
41
41
  flex-wrap: wrap;
42
42
  align-items: baseline;
43
+ min-width: 0;
43
44
  }
44
45
 
45
46
  .pf-c-chip-group__list {
@@ -52,10 +53,13 @@
52
53
  display: inline-flex;
53
54
  flex-wrap: wrap;
54
55
  align-items: center;
56
+ min-width: 0;
57
+ max-width: 100%;
55
58
  }
56
59
 
57
60
  .pf-c-chip-group__list-item {
58
61
  display: inline-flex;
62
+ min-width: 0;
59
63
  margin-right: var(--pf-c-chip-group__list-item--MarginRight);
60
64
  margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
61
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.61.1",
3
+ "version": "4.61.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.194.0",
22
+ "@patternfly/patternfly": "4.194.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": "0ccd3c16db5a58d36fab9709f8a06c98b19a7852"
32
+ "gitHead": "ca785dd8aa7c1dfd9ab8be73445cd2d5820aeafe"
33
33
  }