@patternfly/react-styles 5.2.0-prerelease.6 → 5.3.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,22 @@
|
|
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.3.0-prerelease.1 (2024-02-28)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **deps:** bump to latest core ([#10116](https://github.com/patternfly/patternfly-react/issues/10116)) ([dc1aceb](https://github.com/patternfly/patternfly-react/commit/dc1aceb0ee880631320b85bfb068be13d7852a37))
|
11
|
+
|
12
|
+
# 5.3.0-prerelease.0 (2024-02-02)
|
13
|
+
|
14
|
+
# 5.2.0 (2024-02-02)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
17
|
+
|
18
|
+
# 5.2.0 (2024-02-02)
|
19
|
+
|
20
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
21
|
+
|
6
22
|
# 5.2.0-prerelease.6 (2023-12-11)
|
7
23
|
|
8
24
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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.
|
3
|
+
"version": "5.3.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.2.
|
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": "
|
31
|
+
"gitHead": "dfe56d4c5440bbccb27137ec2908e20fd2ec745b"
|
32
32
|
}
|