@patternfly/patternfly 6.0.0-alpha.220 → 6.0.0-alpha.222

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.
@@ -156,4 +156,8 @@
156
156
  grid-row: 3/4;
157
157
  grid-column: 1/3;
158
158
  margin-block-start: var(--pf-v6-c-progress__helper-text--MarginBlockStart);
159
+ }
160
+
161
+ .pf-v6-c-progress__measure {
162
+ font-variant-numeric: tabular-nums;
159
163
  }
@@ -203,3 +203,7 @@
203
203
  grid-column: 1 / 3;
204
204
  margin-block-start: var(--#{$progress}__helper-text--MarginBlockStart);
205
205
  }
206
+
207
+ .#{$progress}__measure {
208
+ font-variant-numeric: tabular-nums;
209
+ }
@@ -316,6 +316,7 @@
316
316
  }
317
317
  .pf-v6-c-toolbar__group.pf-m-label-group {
318
318
  flex: 1;
319
+ flex-wrap: wrap;
319
320
  column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
320
321
  }
321
322
  .pf-v6-c-toolbar__group.pf-m-action-group {
@@ -233,6 +233,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
233
233
  // - Toolbar label group
234
234
  &.pf-m-label-group {
235
235
  flex: 1;
236
+ flex-wrap: wrap;
236
237
  column-gap: var(--#{$toolbar}__group--m-label-group--ColumnGap);
237
238
  }
238
239
 
@@ -12808,6 +12808,10 @@ ul.pf-v6-c-list {
12808
12808
  margin-block-start: var(--pf-v6-c-progress__helper-text--MarginBlockStart);
12809
12809
  }
12810
12810
 
12811
+ .pf-v6-c-progress__measure {
12812
+ font-variant-numeric: tabular-nums;
12813
+ }
12814
+
12811
12815
  :where(:root, .pf-v6-c-progress-stepper) {
12812
12816
  --pf-v6-c-progress-stepper--m-vertical--GridAutoFlow: row;
12813
12817
  --pf-v6-c-progress-stepper--m-vertical--GridTemplateColumns: auto 1fr;
@@ -19585,6 +19589,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19585
19589
  }
19586
19590
  .pf-v6-c-toolbar__group.pf-m-label-group {
19587
19591
  flex: 1;
19592
+ flex-wrap: wrap;
19588
19593
  column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
19589
19594
  }
19590
19595
  .pf-v6-c-toolbar__group.pf-m-action-group {
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.0.0-alpha.220",
4
+ "version": "6.0.0-alpha.222",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -18871,6 +18871,10 @@ ul.pf-v6-c-list {
18871
18871
  margin-block-start: var(--pf-v6-c-progress__helper-text--MarginBlockStart);
18872
18872
  }
18873
18873
 
18874
+ .pf-v6-c-progress__measure {
18875
+ font-variant-numeric: tabular-nums;
18876
+ }
18877
+
18874
18878
  :where(:root, .pf-v6-c-progress-stepper) {
18875
18879
  --pf-v6-c-progress-stepper--m-vertical--GridAutoFlow: row;
18876
18880
  --pf-v6-c-progress-stepper--m-vertical--GridTemplateColumns: auto 1fr;
@@ -25648,6 +25652,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25648
25652
  }
25649
25653
  .pf-v6-c-toolbar__group.pf-m-label-group {
25650
25654
  flex: 1;
25655
+ flex-wrap: wrap;
25651
25656
  column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
25652
25657
  }
25653
25658
  .pf-v6-c-toolbar__group.pf-m-action-group {
package/patternfly.css CHANGED
@@ -18992,6 +18992,10 @@ ul.pf-v6-c-list {
18992
18992
  margin-block-start: var(--pf-v6-c-progress__helper-text--MarginBlockStart);
18993
18993
  }
18994
18994
 
18995
+ .pf-v6-c-progress__measure {
18996
+ font-variant-numeric: tabular-nums;
18997
+ }
18998
+
18995
18999
  :where(:root, .pf-v6-c-progress-stepper) {
18996
19000
  --pf-v6-c-progress-stepper--m-vertical--GridAutoFlow: row;
18997
19001
  --pf-v6-c-progress-stepper--m-vertical--GridTemplateColumns: auto 1fr;
@@ -25769,6 +25773,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25769
25773
  }
25770
25774
  .pf-v6-c-toolbar__group.pf-m-label-group {
25771
25775
  flex: 1;
25776
+ flex-wrap: wrap;
25772
25777
  column-gap: var(--pf-v6-c-toolbar__group--m-label-group--ColumnGap);
25773
25778
  }
25774
25779
  .pf-v6-c-toolbar__group.pf-m-action-group {