@patternfly/patternfly 5.0.0-alpha.42 → 5.0.0-alpha.44
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/components/Page/page.css +3 -6
- package/components/Page/page.scss +3 -8
- package/docs/components/Page/examples/Page.md +1 -2
- package/docs/demos/Page/examples/Page.md +0 -919
- package/package.json +5 -5
- package/patternfly-no-globals.css +3 -6
- package/patternfly.css +3 -6
- 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": "5.0.0-alpha.
|
|
4
|
+
"version": "5.0.0-alpha.44",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -42,11 +42,11 @@
|
|
|
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": "2.0.0-alpha.
|
|
45
|
+
"@patternfly/documentation-framework": "2.0.0-alpha.31",
|
|
46
46
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
47
|
-
"@patternfly/react-code-editor": "5.0.0-alpha.
|
|
48
|
-
"@patternfly/react-core": "5.0.0-alpha.
|
|
49
|
-
"@patternfly/react-table": "5.0.0-alpha.
|
|
47
|
+
"@patternfly/react-code-editor": "5.0.0-alpha.84",
|
|
48
|
+
"@patternfly/react-core": "5.0.0-alpha.83",
|
|
49
|
+
"@patternfly/react-table": "5.0.0-alpha.85",
|
|
50
50
|
"@starptech/prettyhtml": "^0.10.0",
|
|
51
51
|
"cheerio": "^1.0.0-rc.12",
|
|
52
52
|
"commander": "^10.0.0",
|
|
@@ -20859,7 +20859,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20859
20859
|
grid-template-areas: "header" "main";
|
|
20860
20860
|
grid-template-rows: max-content 1fr;
|
|
20861
20861
|
grid-template-columns: 1fr;
|
|
20862
|
-
height:
|
|
20862
|
+
height: 100vh;
|
|
20863
|
+
height: 100dvh;
|
|
20864
|
+
max-height: 100%;
|
|
20863
20865
|
background-color: var(--pf-c-page--BackgroundColor);
|
|
20864
20866
|
}
|
|
20865
20867
|
@media (min-width: 1200px) {
|
|
@@ -20911,11 +20913,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20911
20913
|
grid-template-columns: max-content 1fr;
|
|
20912
20914
|
}
|
|
20913
20915
|
}
|
|
20914
|
-
.pf-c-page.pf-m-full-height {
|
|
20915
|
-
height: 100vh;
|
|
20916
|
-
height: 100dvh;
|
|
20917
|
-
max-height: 100%;
|
|
20918
|
-
}
|
|
20919
20916
|
|
|
20920
20917
|
.pf-c-page__header,
|
|
20921
20918
|
.pf-c-page > .pf-c-masthead {
|
package/patternfly.css
CHANGED
|
@@ -20976,7 +20976,9 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20976
20976
|
grid-template-areas: "header" "main";
|
|
20977
20977
|
grid-template-rows: max-content 1fr;
|
|
20978
20978
|
grid-template-columns: 1fr;
|
|
20979
|
-
height:
|
|
20979
|
+
height: 100vh;
|
|
20980
|
+
height: 100dvh;
|
|
20981
|
+
max-height: 100%;
|
|
20980
20982
|
background-color: var(--pf-c-page--BackgroundColor);
|
|
20981
20983
|
}
|
|
20982
20984
|
@media (min-width: 1200px) {
|
|
@@ -21028,11 +21030,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21028
21030
|
grid-template-columns: max-content 1fr;
|
|
21029
21031
|
}
|
|
21030
21032
|
}
|
|
21031
|
-
.pf-c-page.pf-m-full-height {
|
|
21032
|
-
height: 100vh;
|
|
21033
|
-
height: 100dvh;
|
|
21034
|
-
max-height: 100%;
|
|
21035
|
-
}
|
|
21036
21033
|
|
|
21037
21034
|
.pf-c-page__header,
|
|
21038
21035
|
.pf-c-page > .pf-c-masthead {
|