@patternfly/patternfly 4.224.1 → 4.224.3
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/RELEASE-NOTES.md +17 -0
- package/components/Table/table.css +4 -0
- package/components/Table/table.scss +4 -0
- package/package.json +5 -5
- package/patternfly-no-reset.css +4 -0
- package/patternfly.css +4 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,23 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2023.01 release notes (2023-01-25)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.224.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.224.2)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Calendar month:** Updated year width to not truncate ([#5316](https://github.com/patternfly/patternfly/pull/5316))
|
|
12
|
+
- **Card:** Removed unnecessary class from labels in demos ([#5306](https://github.com/patternfly/patternfly/pull/5306))
|
|
13
|
+
- **Charts:** Removed dupe vars ([#5312](https://github.com/patternfly/patternfly/pull/5312))
|
|
14
|
+
- **Content:** Added plain list variation ([#5337](https://github.com/patternfly/patternfly/pull/5337))
|
|
15
|
+
- **Tabs:** Removed help action specific styling ([#5330](https://github.com/patternfly/patternfly/pull/5330))
|
|
16
|
+
- **Wizard:** Fixed demo footer layout ([#5317](https://github.com/patternfly/patternfly/pull/5317))
|
|
17
|
+
|
|
18
|
+
### Other
|
|
19
|
+
- **Icons:** Added data-processor icon ([#5284](https://github.com/patternfly/patternfly/pull/5284))
|
|
20
|
+
- **Workspace:** Cleaned up beta tags for v4 ([#5329](https://github.com/patternfly/patternfly/pull/5329))
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
## 2022.16 release notes (2022-12-09)
|
|
7
24
|
Packages released:
|
|
8
25
|
- [@patternfly/patternfly@v4.222.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.222.4)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "4.224.
|
|
4
|
+
"version": "4.224.3",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
35
35
|
"@octokit/rest": "^16.40.1",
|
|
36
36
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
37
|
-
"@patternfly/react-code-editor": "4.82.
|
|
38
|
-
"@patternfly/react-core": "4.
|
|
39
|
-
"@patternfly/react-table": "4.112.
|
|
37
|
+
"@patternfly/react-code-editor": "4.82.113",
|
|
38
|
+
"@patternfly/react-core": "4.276.6",
|
|
39
|
+
"@patternfly/react-table": "4.112.39",
|
|
40
40
|
"@starptech/prettyhtml": "^0.10.0",
|
|
41
41
|
"babel-eslint": "^8.2.3",
|
|
42
42
|
"cheerio": "^1.0.0-rc.3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.3.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.
|
|
82
|
+
"@patternfly/documentation-framework": "1.4.16",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
package/patternfly-no-reset.css
CHANGED
|
@@ -28815,6 +28815,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28815
28815
|
vertical-align: middle;
|
|
28816
28816
|
}
|
|
28817
28817
|
|
|
28818
|
+
.pf-c-table__action {
|
|
28819
|
+
text-align: right;
|
|
28820
|
+
}
|
|
28821
|
+
|
|
28818
28822
|
.pf-c-table__inline-edit-action {
|
|
28819
28823
|
--pf-c-table--cell--PaddingLeft: 0;
|
|
28820
28824
|
--pf-c-table--cell--PaddingRight: 0;
|
package/patternfly.css
CHANGED
|
@@ -28942,6 +28942,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28942
28942
|
vertical-align: middle;
|
|
28943
28943
|
}
|
|
28944
28944
|
|
|
28945
|
+
.pf-c-table__action {
|
|
28946
|
+
text-align: right;
|
|
28947
|
+
}
|
|
28948
|
+
|
|
28945
28949
|
.pf-c-table__inline-edit-action {
|
|
28946
28950
|
--pf-c-table--cell--PaddingLeft: 0;
|
|
28947
28951
|
--pf-c-table--cell--PaddingRight: 0;
|