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

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
  }
@@ -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
  }
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.13",
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
  }
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
  }