@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 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)
@@ -783,6 +783,10 @@
783
783
  vertical-align: middle;
784
784
  }
785
785
 
786
+ .pf-c-table__action {
787
+ text-align: right;
788
+ }
789
+
786
790
  .pf-c-table__inline-edit-action {
787
791
  --pf-c-table--cell--PaddingLeft: 0;
788
792
  --pf-c-table--cell--PaddingRight: 0;
@@ -1010,6 +1010,10 @@
1010
1010
  vertical-align: middle;
1011
1011
  }
1012
1012
 
1013
+ .pf-c-table__action {
1014
+ text-align: right;
1015
+ }
1016
+
1013
1017
  // Inline edit
1014
1018
  .pf-c-table__inline-edit-action {
1015
1019
  --pf-c-table--cell--PaddingLeft: 0;
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.1",
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.82",
38
- "@patternfly/react-core": "4.267.6",
39
- "@patternfly/react-table": "4.112.6",
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.3.12",
82
+ "@patternfly/documentation-framework": "1.4.16",
83
83
  "unified": "^9.2.0",
84
84
  "webpack": "^4.43.0"
85
85
  },
@@ -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;