@patternfly/patternfly 5.0.0-alpha.20 → 5.0.0-alpha.21
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": "5.0.0-alpha.
|
|
4
|
+
"version": "5.0.0-alpha.21",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@commitlint/config-conventional": "^17.4.2",
|
|
43
43
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
44
44
|
"@octokit/rest": "^19.0.7",
|
|
45
|
-
"@patternfly/documentation-framework": "1.9.
|
|
45
|
+
"@patternfly/documentation-framework": "1.9.1",
|
|
46
46
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
47
47
|
"@patternfly/react-code-editor": "4.82.113",
|
|
48
48
|
"@patternfly/react-core": "4.276.6",
|
package/patternfly-no-reset.css
CHANGED
|
@@ -28523,6 +28523,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28523
28523
|
vertical-align: middle;
|
|
28524
28524
|
}
|
|
28525
28525
|
|
|
28526
|
+
.pf-c-table__action {
|
|
28527
|
+
text-align: right;
|
|
28528
|
+
}
|
|
28529
|
+
|
|
28526
28530
|
.pf-c-table__inline-edit-action {
|
|
28527
28531
|
--pf-c-table--cell--PaddingLeft: 0;
|
|
28528
28532
|
--pf-c-table--cell--PaddingRight: 0;
|
package/patternfly.css
CHANGED
|
@@ -28646,6 +28646,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28646
28646
|
vertical-align: middle;
|
|
28647
28647
|
}
|
|
28648
28648
|
|
|
28649
|
+
.pf-c-table__action {
|
|
28650
|
+
text-align: right;
|
|
28651
|
+
}
|
|
28652
|
+
|
|
28649
28653
|
.pf-c-table__inline-edit-action {
|
|
28650
28654
|
--pf-c-table--cell--PaddingLeft: 0;
|
|
28651
28655
|
--pf-c-table--cell--PaddingRight: 0;
|