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

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
+ }
@@ -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;
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.221",
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;
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;