@patternfly/patternfly 4.207.0 → 4.209.0
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/base/_base.scss +2 -0
- package/base/_common.scss +3 -1
- package/base/_fonts.scss +1 -1
- package/base/patternfly-common.css +1 -1
- package/components/Page/page.css +4 -0
- package/components/Page/page.scss +6 -0
- package/components/Table/table-scrollable.css +2 -1
- package/components/Table/table-scrollable.scss +2 -1
- package/docs/components/Page/examples/Page.md +1 -0
- package/docs/demos/Page/examples/Page.md +925 -1
- package/package.json +3 -3
- package/patternfly-base-no-reset.css +1 -1
- package/patternfly-base.css +1 -1
- package/patternfly-no-reset.css +7 -2
- package/patternfly.css +7 -2
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
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.
|
|
4
|
+
"version": "4.209.0",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -34,7 +34,7 @@
|
|
|
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-charts": "6.
|
|
37
|
+
"@patternfly/react-charts": "6.84.8",
|
|
38
38
|
"@patternfly/react-code-editor": "4.65.1",
|
|
39
39
|
"@patternfly/react-table": "4.93.1",
|
|
40
40
|
"@starptech/prettyhtml": "^0.10.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.0.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^3.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.1.
|
|
82
|
+
"@patternfly/documentation-framework": "1.1.34",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
package/patternfly-base.css
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
html {
|
|
745
|
-
font-size: unset !important;
|
|
745
|
+
font-size: var(--pf-global--root--FontSize, unset) !important;
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
.pf-screen-reader {
|
|
@@ -21647,6 +21647,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21647
21647
|
grid-template-areas: "header header" "nav main";
|
|
21648
21648
|
}
|
|
21649
21649
|
}
|
|
21650
|
+
.pf-c-page.pf-m-full-height {
|
|
21651
|
+
height: 100vh;
|
|
21652
|
+
height: 100dvh;
|
|
21653
|
+
}
|
|
21650
21654
|
|
|
21651
21655
|
.pf-c-page__header,
|
|
21652
21656
|
.pf-c-page > .pf-c-masthead {
|
|
@@ -28782,11 +28786,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28782
28786
|
|
|
28783
28787
|
.pf-c-scroll-outer-wrapper {
|
|
28784
28788
|
--pf-c-scroll-outer-wrapper--MinHeight: 25rem;
|
|
28789
|
+
--pf-c-scroll-outer-wrapper--MaxHeight: 100%;
|
|
28785
28790
|
display: flex;
|
|
28786
28791
|
flex-direction: column;
|
|
28787
28792
|
max-width: 100%;
|
|
28788
28793
|
min-height: var(--pf-c-scroll-outer-wrapper--MinHeight);
|
|
28789
|
-
max-height:
|
|
28794
|
+
max-height: var(--pf-c-scroll-outer-wrapper--MaxHeight);
|
|
28790
28795
|
overflow: hidden;
|
|
28791
28796
|
}
|
|
28792
28797
|
|
package/patternfly.css
CHANGED
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
html {
|
|
745
|
-
font-size: unset !important;
|
|
745
|
+
font-size: var(--pf-global--root--FontSize, unset) !important;
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
.pf-screen-reader {
|
|
@@ -21774,6 +21774,10 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21774
21774
|
grid-template-areas: "header header" "nav main";
|
|
21775
21775
|
}
|
|
21776
21776
|
}
|
|
21777
|
+
.pf-c-page.pf-m-full-height {
|
|
21778
|
+
height: 100vh;
|
|
21779
|
+
height: 100dvh;
|
|
21780
|
+
}
|
|
21777
21781
|
|
|
21778
21782
|
.pf-c-page__header,
|
|
21779
21783
|
.pf-c-page > .pf-c-masthead {
|
|
@@ -28909,11 +28913,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28909
28913
|
|
|
28910
28914
|
.pf-c-scroll-outer-wrapper {
|
|
28911
28915
|
--pf-c-scroll-outer-wrapper--MinHeight: 25rem;
|
|
28916
|
+
--pf-c-scroll-outer-wrapper--MaxHeight: 100%;
|
|
28912
28917
|
display: flex;
|
|
28913
28918
|
flex-direction: column;
|
|
28914
28919
|
max-width: 100%;
|
|
28915
28920
|
min-height: var(--pf-c-scroll-outer-wrapper--MinHeight);
|
|
28916
|
-
max-height:
|
|
28921
|
+
max-height: var(--pf-c-scroll-outer-wrapper--MaxHeight);
|
|
28917
28922
|
overflow: hidden;
|
|
28918
28923
|
}
|
|
28919
28924
|
|