@patternfly/patternfly 4.224.2 → 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/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.4.
|
|
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;
|