@patternfly/react-styles 5.2.0-prerelease.6 → 5.2.1

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,16 @@
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.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.2.0...@patternfly/react-styles@5.2.1) (2024-02-29)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **various:** Cherry bug fixes for patch release ([#10122](https://github.com/patternfly/patternfly-react/issues/10122)) ([b471264](https://github.com/patternfly/patternfly-react/commit/b4712649112b916cabc51c5c1a73b84d851559d5)), closes [#10114](https://github.com/patternfly/patternfly-react/issues/10114) [#10082](https://github.com/patternfly/patternfly-react/issues/10082) [#9743](https://github.com/patternfly/patternfly-react/issues/9743) [#9895](https://github.com/patternfly/patternfly-react/issues/9895) [#10080](https://github.com/patternfly/patternfly-react/issues/10080)
11
+
12
+ # 5.2.0 (2024-02-02)
13
+
14
+ **Note:** Version bump only for package @patternfly/react-styles
15
+
6
16
  # 5.2.0-prerelease.6 (2023-12-11)
7
17
 
8
18
  **Note:** Version bump only for package @patternfly/react-styles
@@ -309,6 +309,7 @@
309
309
  .pf-v5-c-card__selectable-actions .pf-v5-c-radio__label {
310
310
  position: absolute;
311
311
  inset: 0;
312
+ justify-self: auto;
312
313
  cursor: pointer;
313
314
  }
314
315
  .pf-v5-c-card__selectable-actions .pf-v5-c-check__label::before,
@@ -73,19 +73,23 @@
73
73
  max-width: var(--pf-v5-c-modal-box--m-align-top--MaxWidth);
74
74
  max-height: var(--pf-v5-c-modal-box--m-align-top--MaxHeight);
75
75
  }
76
- .pf-v5-c-modal-box.pf-m-danger {
76
+ .pf-v5-c-modal-box__title.pf-m-danger, .pf-v5-c-modal-box.pf-m-danger {
77
77
  --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-danger__title-icon--Color);
78
78
  }
79
- .pf-v5-c-modal-box.pf-m-warning {
79
+
80
+ .pf-v5-c-modal-box__title.pf-m-warning, .pf-v5-c-modal-box.pf-m-warning {
80
81
  --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-warning__title-icon--Color);
81
82
  }
82
- .pf-v5-c-modal-box.pf-m-success {
83
+
84
+ .pf-v5-c-modal-box__title.pf-m-success, .pf-v5-c-modal-box.pf-m-success {
83
85
  --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-success__title-icon--Color);
84
86
  }
85
- .pf-v5-c-modal-box.pf-m-custom {
87
+
88
+ .pf-v5-c-modal-box__title.pf-m-custom, .pf-v5-c-modal-box.pf-m-custom {
86
89
  --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-custom__title-icon--Color);
87
90
  }
88
- .pf-v5-c-modal-box.pf-m-info {
91
+
92
+ .pf-v5-c-modal-box__title.pf-m-info, .pf-v5-c-modal-box.pf-m-info {
89
93
  --pf-v5-c-modal-box__title-icon--Color: var(--pf-v5-c-modal-box--m-info__title-icon--Color);
90
94
  }
91
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "5.2.0-prerelease.6",
3
+ "version": "5.2.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.2.0-prerelease.7",
21
+ "@patternfly/patternfly": "5.2.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": "5aa83c597337a00e9b93414dbca7db86df0544e6"
31
+ "gitHead": "3406ab6010734dceb9b8223eef9b826cae8c5e6c"
32
32
  }