@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.
package/components/_index.css
CHANGED
|
@@ -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
|
@@ -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;
|