@patternfly/patternfly 6.2.0-prerelease.12 → 6.2.0-prerelease.14

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.
@@ -185,7 +185,7 @@
185
185
  grid-column-end: -1;
186
186
  row-gap: var(--pf-v6-c-masthead__content-RowGap, var(--pf-v6-c-masthead--RowGap));
187
187
  column-gap: var(--pf-v6-c-masthead__content--ColumnGap, var(--pf-v6-c-masthead--ColumnGap));
188
- align-self: stretch;
188
+ align-self: center;
189
189
  order: var(--pf-v6-c-masthead__content--Order);
190
190
  min-width: 0.25rem;
191
191
  }
@@ -199,7 +199,7 @@ $pf-v6-c-masthead--inset-map: build-spacer-map("none", "sm", "md", "lg", "xl", "
199
199
  grid-column-end: -1; // force content to right edge or full available width
200
200
  row-gap: var(--#{$masthead}__content-RowGap, var(--#{$masthead}--RowGap));
201
201
  column-gap: var(--#{$masthead}__content--ColumnGap, var(--#{$masthead}--ColumnGap));
202
- align-self: stretch;
202
+ align-self: center;
203
203
  order: var(--#{$masthead}__content--Order);
204
204
  min-width: #{pf-size-prem(4ch)}; // allow flex containers to shrink to fit possible overflow
205
205
  }
@@ -334,7 +334,6 @@
334
334
  z-index: var(--pf-v6-c-menu--ZIndex);
335
335
  margin-block-start: calc(var(--pf-v6-c-menu--RowGap) * -1);
336
336
  margin-block-end: calc(var(--pf-v6-c-menu--RowGap) * -1);
337
- overflow: hidden;
338
337
  }
339
338
  .pf-v6-c-menu.pf-m-scrollable .pf-v6-c-menu__list {
340
339
  padding-block-start: var(--pf-v6-c-menu--RowGap);
@@ -394,12 +394,10 @@
394
394
 
395
395
  // offset row-gap when scrollbar is present
396
396
  .#{$menu}__content {
397
- // TODO: figure out why this fixes the scrollable
398
397
  position: relative;
399
398
  z-index: var(--#{$menu}--ZIndex);
400
399
  margin-block-start: calc(var(--#{$menu}--RowGap) * -1);
401
400
  margin-block-end: calc(var(--#{$menu}--RowGap) * -1);
402
- overflow: hidden; // hide scrollbars
403
401
  }
404
402
 
405
403
  .#{$menu}__list {
@@ -9113,7 +9113,7 @@ ul.pf-v6-c-list {
9113
9113
  grid-column-end: -1;
9114
9114
  row-gap: var(--pf-v6-c-masthead__content-RowGap, var(--pf-v6-c-masthead--RowGap));
9115
9115
  column-gap: var(--pf-v6-c-masthead__content--ColumnGap, var(--pf-v6-c-masthead--ColumnGap));
9116
- align-self: stretch;
9116
+ align-self: center;
9117
9117
  order: var(--pf-v6-c-masthead__content--Order);
9118
9118
  min-width: 0.25rem;
9119
9119
  }
@@ -9797,7 +9797,6 @@ ul.pf-v6-c-list {
9797
9797
  z-index: var(--pf-v6-c-menu--ZIndex);
9798
9798
  margin-block-start: calc(var(--pf-v6-c-menu--RowGap) * -1);
9799
9799
  margin-block-end: calc(var(--pf-v6-c-menu--RowGap) * -1);
9800
- overflow: hidden;
9801
9800
  }
9802
9801
  .pf-v6-c-menu.pf-m-scrollable .pf-v6-c-menu__list {
9803
9802
  padding-block-start: var(--pf-v6-c-menu--RowGap);
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": "6.2.0-prerelease.12",
4
+ "version": "6.2.0-prerelease.14",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -47,7 +47,7 @@
47
47
  "@commitlint/config-conventional": "^19.1.0",
48
48
  "@fortawesome/fontawesome": "^1.1.8",
49
49
  "@octokit/rest": "^20.1.0",
50
- "@patternfly/documentation-framework": "6.5.13",
50
+ "@patternfly/documentation-framework": "6.5.15",
51
51
  "@patternfly/patternfly-a11y": "5.0.0",
52
52
  "@patternfly/react-code-editor": "6.1.0",
53
53
  "@patternfly/react-core": "6.1.0",
@@ -16575,7 +16575,7 @@ ul.pf-v6-c-list {
16575
16575
  grid-column-end: -1;
16576
16576
  row-gap: var(--pf-v6-c-masthead__content-RowGap, var(--pf-v6-c-masthead--RowGap));
16577
16577
  column-gap: var(--pf-v6-c-masthead__content--ColumnGap, var(--pf-v6-c-masthead--ColumnGap));
16578
- align-self: stretch;
16578
+ align-self: center;
16579
16579
  order: var(--pf-v6-c-masthead__content--Order);
16580
16580
  min-width: 0.25rem;
16581
16581
  }
@@ -17259,7 +17259,6 @@ ul.pf-v6-c-list {
17259
17259
  z-index: var(--pf-v6-c-menu--ZIndex);
17260
17260
  margin-block-start: calc(var(--pf-v6-c-menu--RowGap) * -1);
17261
17261
  margin-block-end: calc(var(--pf-v6-c-menu--RowGap) * -1);
17262
- overflow: hidden;
17263
17262
  }
17264
17263
  .pf-v6-c-menu.pf-m-scrollable .pf-v6-c-menu__list {
17265
17264
  padding-block-start: var(--pf-v6-c-menu--RowGap);
package/patternfly.css CHANGED
@@ -16711,7 +16711,7 @@ ul.pf-v6-c-list {
16711
16711
  grid-column-end: -1;
16712
16712
  row-gap: var(--pf-v6-c-masthead__content-RowGap, var(--pf-v6-c-masthead--RowGap));
16713
16713
  column-gap: var(--pf-v6-c-masthead__content--ColumnGap, var(--pf-v6-c-masthead--ColumnGap));
16714
- align-self: stretch;
16714
+ align-self: center;
16715
16715
  order: var(--pf-v6-c-masthead__content--Order);
16716
16716
  min-width: 0.25rem;
16717
16717
  }
@@ -17395,7 +17395,6 @@ ul.pf-v6-c-list {
17395
17395
  z-index: var(--pf-v6-c-menu--ZIndex);
17396
17396
  margin-block-start: calc(var(--pf-v6-c-menu--RowGap) * -1);
17397
17397
  margin-block-end: calc(var(--pf-v6-c-menu--RowGap) * -1);
17398
- overflow: hidden;
17399
17398
  }
17400
17399
  .pf-v6-c-menu.pf-m-scrollable .pf-v6-c-menu__list {
17401
17400
  padding-block-start: var(--pf-v6-c-menu--RowGap);