@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.
- package/components/Progress/progress.css +4 -0
- package/components/Progress/progress.scss +4 -0
- package/components/Toolbar/toolbar.css +1 -0
- package/components/Toolbar/toolbar.scss +1 -0
- package/components/_index.css +5 -0
- package/package.json +1 -1
- package/patternfly-no-globals.css +5 -0
- package/patternfly.css +5 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
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;
|
|
@@ -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
|
@@ -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 {
|