@patternfly/patternfly 4.208.1 → 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.
@@ -36,11 +36,12 @@
36
36
 
37
37
  .pf-c-scroll-outer-wrapper {
38
38
  --pf-c-scroll-outer-wrapper--MinHeight: 25rem;
39
+ --pf-c-scroll-outer-wrapper--MaxHeight: 100%;
39
40
  display: flex;
40
41
  flex-direction: column;
41
42
  max-width: 100%;
42
43
  min-height: var(--pf-c-scroll-outer-wrapper--MinHeight);
43
- max-height: 100%;
44
+ max-height: var(--pf-c-scroll-outer-wrapper--MaxHeight);
44
45
  overflow: hidden;
45
46
  }
46
47
 
@@ -43,12 +43,13 @@
43
43
 
44
44
  .pf-c-scroll-outer-wrapper {
45
45
  --pf-c-scroll-outer-wrapper--MinHeight: #{pf-size-prem(400px)};
46
+ --pf-c-scroll-outer-wrapper--MaxHeight: 100%;
46
47
 
47
48
  display: flex;
48
49
  flex-direction: column;
49
50
  max-width: 100%;
50
51
  min-height: var(--pf-c-scroll-outer-wrapper--MinHeight);
51
- max-height: 100%;
52
+ max-height: var(--pf-c-scroll-outer-wrapper--MaxHeight);
52
53
  overflow: hidden;
53
54
  }
54
55
 
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.208.1",
4
+ "version": "4.209.0",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -28786,11 +28786,12 @@ svg.pf-c-spinner.pf-m-xl {
28786
28786
 
28787
28787
  .pf-c-scroll-outer-wrapper {
28788
28788
  --pf-c-scroll-outer-wrapper--MinHeight: 25rem;
28789
+ --pf-c-scroll-outer-wrapper--MaxHeight: 100%;
28789
28790
  display: flex;
28790
28791
  flex-direction: column;
28791
28792
  max-width: 100%;
28792
28793
  min-height: var(--pf-c-scroll-outer-wrapper--MinHeight);
28793
- max-height: 100%;
28794
+ max-height: var(--pf-c-scroll-outer-wrapper--MaxHeight);
28794
28795
  overflow: hidden;
28795
28796
  }
28796
28797
 
package/patternfly.css CHANGED
@@ -28913,11 +28913,12 @@ svg.pf-c-spinner.pf-m-xl {
28913
28913
 
28914
28914
  .pf-c-scroll-outer-wrapper {
28915
28915
  --pf-c-scroll-outer-wrapper--MinHeight: 25rem;
28916
+ --pf-c-scroll-outer-wrapper--MaxHeight: 100%;
28916
28917
  display: flex;
28917
28918
  flex-direction: column;
28918
28919
  max-width: 100%;
28919
28920
  min-height: var(--pf-c-scroll-outer-wrapper--MinHeight);
28920
- max-height: 100%;
28921
+ max-height: var(--pf-c-scroll-outer-wrapper--MaxHeight);
28921
28922
  overflow: hidden;
28922
28923
  }
28923
28924